@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
:root {
  --font-noto-sans: "Noto Sans Japanese", sans-serif;
  --font-noto-serif: "Noto Serif Japanese", serif;
  --font-hiragino:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-crimson: "Crimson Pro", serif;
  --font-lora: "Lora", serif;
  --font-yugo:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --font-yumincho:
    "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", serif;
  --font-zen: "Zen Old Mincho", serif;
  --font-bison: "Bison", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-en: Arial, Helvetica, sans-serif;
  --hover-opacity: 0.7;
  --header-height-pc: 119px;
  --header-height-sp: 57px;
  --color-primary: #95424d;
  --gradient-primary: linear-gradient(
    90deg,
    #9f3053 0%,
    #d66b7d 46%,
    #9f3053 78%,
    #d66b7d 100%
  );
  --color-secondary: #ffebeb;
  --color-secondary-light: #fff7f7;
  --color-tertiary: #d1667a;
  --color-gold: #eecf68;
  --color-gold-soft: #ede3b7;
  --color-gold-light: #ffebb9;
}

body {
  font-family: var(--font-yugo);
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  margin-top: var(--header-height-pc);
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

/**************************************************
  ブレイクポイント改修用
***************************************************/
.tmp-wrapper {
  margin-top: var(--header-height-pc);
  margin-top: 119px;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tmp-wrapper {
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

@media (max-width: 767px) {
  .tmp-pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tmp-sp_only {
    display: none !important;
  }
}

.prp-polation {
  --color-primary: #709a30;
  --color-alpha: rgb(244.0217821782, 249.144950495, 236.215049505);
  --color-secondary: rgba(112, 154, 48, 0.15);
  --color-strong: rgb(58.5587521016, 91.2376237624, 8.7623762376);
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
}

main.prp-polation {
  overflow: hidden;
  background: #fff;
}
main h2 {
  overflow: inherit;
}

.prp-polation > section {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    width: auto;
    padding: 8vw 4vw;
  }
}
section .inner2 {
  max-width: 980px;
}

.inner-fixed {
  margin: 0 auto;
  max-width: 1080px;
}

img {
  height: auto;
  max-width: 100%;
}

.sec__cttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .sec__cttl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}

.kerning {
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
}

.prp-polation .maker {
  background-image: linear-gradient(to bottom, transparent 62%, #fff000 62%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.prp-polation .maker.anim {
  background-size: 100% 100%;
}
.prp-polation .maker._g {
  background-image: linear-gradient(to bottom, transparent 62%, #dceab0 62%);
}
.prp-polation section {
  overflow: visible;
}
.prp-polation .serif {
  font-family: serif;
  font-weight: bold;
}
.prp-polation picture {
  display: block;
}
.prp-polation .hex {
  position: absolute;
  z-index: 1;
  width: 165px;
  height: 181px;
  background: url(../images/hex.webp) no-repeat center center/contain;
}
@media screen and (max-width: 744px) {
  .prp-polation .hex {
    width: 22vw;
    height: 24.1vw;
  }
}
.prp-polation .lpInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .prp-polation .lpInner {
    padding: 0 4vw;
    max-width: none;
  }
}
.prp-polation .pink {
  color: #f0285a;
}
.prp-polation .green {
  color: var(--color-primary);
}
.prp-polation .title01 {
  font-family: serif;
  font-weight: bold;
}
.prp-polation .title01 .ja {
  font-size: 48px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  color: #474747;
}
@media screen and (max-width: 744px) {
  .prp-polation .title01 .ja {
    font-size: 6.4vw;
  }
}
.prp-polation .title01 .en {
  font-size: 20px;
  color: #aaa;
}
@media screen and (max-width: 744px) {
  .prp-polation .title01 .en {
    font-size: 3.5vw;
  }
}
.prp-polation .title01 .small {
  font-size: 0.75em;
}
.prp-polation .fv {
  height: 543px;
  background: url(../images/prp_polation_01.webp) no-repeat top left/auto 100%;
}
@media screen and (max-width: 744px) {
  .prp-polation .fv {
    height: auto;
    background: url(../images/prp_polation_01_sp.webp) no-repeat top center/100% auto;
  }
}
.prp-polation .fv .lpInner {
  padding-top: 60px;
}
@media screen and (max-width: 744px) {
  .prp-polation .fv .lpInner {
    padding: 4.8vw 0 4vw;
  }
}
.prp-polation .fv_main {
  width: 680px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-351px);
}
@media screen and (max-width: 744px) {
  .prp-polation .fv_main {
    display: none;
  }
}
.prp-polation .fv_box {
  width: 743px;
  margin-left: auto;
}
@media screen and (max-width: 744px) {
  .prp-polation .fv_box {
    width: auto;
    margin: 0;
  }
}
.prp-polation .fv_box_img1 {
  width: 614px;
  margin-bottom: 47px;
  margin-left: 72px;
}
@media screen and (max-width: 744px) {
  .prp-polation .fv_box_img1 {
    width: 7.2vw;
    margin-left: auto;
    margin-right: 16vw;
    margin-bottom: 3.9vw;
  }
}
.prp-polation .fv_box_img2 {
  width: 265px;
  margin-bottom: 16px;
  margin-left: 63px;
}
@media screen and (max-width: 744px) {
  .prp-polation .fv_box_img2 {
    width: 35.2vw;
    line-height: 0;
    margin-bottom: 2vw;
    margin-left: 8vw;
  }
}
.prp-polation .fv_box_img3 {
  width: 629px;
  margin-bottom: 21px;
  margin-left: 63px;
}
@media screen and (max-width: 744px) {
  .prp-polation .fv_box_img3 {
    width: 84vw;
    margin: 0 auto 2.7vw;
  }
}
.prp-polation .fv_box_txt1 {
  font-size: 26px;
  line-height: 1.39;
  letter-spacing: 0.15em;
  background-image: linear-gradient(to right, transparent, var(--color-primary) 10%, var(--color-primary) 90%, transparent);
  color: #fff;
  padding: 5px 0 5px 18px;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 744px) {
  .prp-polation .fv_box_txt1 {
    width: 85.3vw;
    font-size: 4.8vw;
    padding: 2.1vw 0;
    margin: 0 auto 3.5vw;
  }
}
.prp-polation .fv_box_txt2 {
  font-size: 18px;
  line-height: 2;
  width: 610px;
  margin-left: 84px;
}
@media screen and (max-width: 744px) {
  .prp-polation .fv_box_txt2 {
    width: auto;
    text-align: center;
    font-size: 4vw;
    margin: 0;
  }
}
.prp-polation .fv .hex._1 {
  top: -24px;
  left: -139px;
}
@media screen and (max-width: 744px) {
  .prp-polation .fv .hex._1 {
    top: -1vw;
    left: -3.3vw;
  }
}
.prp-polation .fv .hex._2 {
  top: 409px;
  left: -401px;
}
@media screen and (max-width: 744px) {
  .prp-polation .fv .hex._2 {
    display: none;
  }
}
.prp-polation .fv .hex._3 {
  top: 87px;
  right: -97px;
}
@media screen and (max-width: 744px) {
  .prp-polation .fv .hex._3 {
    top: 53.7vw;
    right: -4.8vw;
  }
}
.prp-polation .fv .hex._4 {
  top: 330px;
  right: -321px;
}
@media screen and (max-width: 744px) {
  .prp-polation .fv .hex._4 {
    display: none;
  }
}
.prp-polation .block1 {
  background: #dceab0;
}
.prp-polation .block1 .lpInner {
  padding-top: 113px;
  padding-bottom: 116px;
  max-width: 1040px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block1 .lpInner {
    padding: 15vw 8vw 15.5vw;
  }
}
.prp-polation .block1 .lpInner::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2000px;
  height: 466px;
  top: 72px;
  right: -9px;
  background: #fff;
  border-radius: 0 0 120px 0;
}
@media screen and (max-width: 744px) {
  .prp-polation .block1 .lpInner::before {
    width: 96vw;
    height: 141.3vw;
    top: 11vw;
    right: auto;
    left: 0;
    border-radius: 0 0 16vw 0;
  }
}
.prp-polation .block1_ttl {
  margin-bottom: 19px;
  padding-left: 12px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block1_ttl {
    padding: 0;
    margin-bottom: 2.2vw;
  }
}
.prp-polation .block1_ttl .ja {
  position: relative;
}
.prp-polation .block1_ttl .ja::before {
  content: "";
  position: absolute;
  top: 29px;
  left: -50px;
  width: 2000px;
  height: 1px;
  background: #474747;
  transform: translateX(-100%);
}
@media screen and (max-width: 744px) {
  .prp-polation .block1_ttl .ja::before {
    top: 3.5vw;
    left: -4vw;
    width: 4vw;
  }
}
.prp-polation .block1_ttl .en {
  margin-left: 13px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block1_ttl .en {
    display: block;
    margin-left: 0;
    margin-top: -1vw;
  }
}
.prp-polation .block1_list {
  display: flex;
  justify-content: space-between;
  margin-left: -3px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block1_list {
    flex-wrap: wrap;
    margin: 0;
    row-gap: 5vw;
  }
}
.prp-polation .block1_list_item {
  width: 221px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block1_list_item {
    width: 40vw;
  }
}
.prp-polation .block1_list_item .img {
  margin-bottom: 5px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block1_list_item .img {
    margin-bottom: 2vw;
  }
}
.prp-polation .block1_list_item .txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  color: #474747;
}
@media screen and (max-width: 744px) {
  .prp-polation .block1_list_item .txt {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.prp-polation .block1 .hex._1 {
  top: 11px;
  right: -108px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block1 .hex._1 {
    top: -1.8vw;
    right: 7.2vw;
  }
}
.prp-polation .block1 .hex._2 {
  bottom: 59px;
  left: -228px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block1 .hex._2 {
    bottom: 14.9vw;
    left: -15.6vw;
  }
}
.prp-polation .block2 .lpInner {
  padding-top: 92px;
  padding-bottom: 72px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block2 .lpInner {
    padding-top: 13vw;
    padding-bottom: 7.7vw;
  }
}
.prp-polation .block2_img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -308px;
  width: 1000px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block2_img {
    width: 58.9vw;
    right: 0;
  }
}
.prp-polation .block2_ttl {
  padding-left: 50px;
  margin-bottom: 45px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block2_ttl {
    padding: 0;
    margin-bottom: 9.6vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-polation .block2_ttl .ja {
    font-size: 5.3vw;
  }
}
.prp-polation .block2_row {
  display: flex;
  gap: 40px;
  padding-left: 150px;
  margin-bottom: 31px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block2_row {
    padding-left: 0;
    margin-bottom: 7.2vw;
    gap: 0;
    justify-content: space-between;
  }
}
.prp-polation .block2_row_img {
  height: 274px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block2_row_img {
    height: 38.4vw;
  }
}
.prp-polation .block2_row_img img {
  width: auto;
  height: 100%;
}
.prp-polation .block2_txt1 {
  font-size: 21px;
  line-height: 2;
  text-align: center;
  margin-bottom: 43px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block2_txt1 {
    font-size: 4.3vw;
    line-height: 1.5;
    margin-bottom: 8vw;
  }
}
.prp-polation .block2_txt1 .pink {
  font-weight: bold;
}
.prp-polation .block2_arrow {
  width: 600px;
  margin: 0 auto 34px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block2_arrow {
    width: 80vw;
    margin-bottom: 3.8vw;
  }
}
.prp-polation .block2_txt2 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .prp-polation .block2_txt2 {
    font-size: 7.5vw;
    letter-spacing: 0.02em;
  }
}
.prp-polation .block2_txt2 .small {
  display: block;
  font-size: 26px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 744px) {
  .prp-polation .block2_txt2 .small {
    font-size: 5.6vw;
    letter-spacing: 0.02em;
    margin-bottom: 3vw;
  }
}
.prp-polation .block2 .hex._1 {
  top: -46px;
  right: 15px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block2 .hex._1 {
    top: -10.5vw;
    right: -2.9vw;
  }
}
.prp-polation .block2 .hex._2 {
  top: 416px;
  left: -345px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block2 .hex._2 {
    display: none;
  }
}
.prp-polation .block2 .hex._3 {
  top: 546px;
  right: -169px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block2 .hex._3 {
    top: 116.7vw;
    right: -4.5vw;
  }
}
.prp-polation .block2 .hex._4 {
  bottom: 136px;
  left: -31px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block2 .hex._4 {
    bottom: 35.5vw;
    left: -7.9vw;
  }
}
.prp-polation .block2 .hex._5 {
  bottom: -68px;
  right: -72px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block2 .hex._5 {
    bottom: -9.3vw;
    right: 5.1vw;
  }
}
.prp-polation .block3 {
  background: #f8fbef;
}
.prp-polation .block3 .lpInner {
  max-width: 1045px;
  padding-top: 68px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block3 .lpInner {
    padding: 7vw 8vw 8vw;
  }
}
.prp-polation .block3_img1 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -411px;
  width: 924px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block3_img1 {
    width: 91vw;
    right: -30.7vw;
  }
}
.prp-polation .block3_ttl {
  margin-bottom: 64px;
  color: #474747;
  padding-left: 13px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block3_ttl {
    padding-left: 0;
    margin-bottom: 6.5vw;
  }
}
.prp-polation .block3_ttl .ja {
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .prp-polation .block3_ttl .ja {
    line-height: 1.5;
  }
}
.prp-polation .block3_ttl .en {
  margin-left: 5px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block3_ttl .en {
    display: block;
    margin-left: 0;
    margin-top: -2vw;
  }
}
.prp-polation .block3_ttl .small {
  display: block;
}
.prp-polation .block3_txt1 {
  color: #474747;
  font-size: 32px;
  line-height: 1.7;
  margin-bottom: 83px;
  padding-left: 43px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block3_txt1 {
    font-size: 5.6vw;
    padding-left: 0;
    text-align: center;
    margin-bottom: 2.5vw;
    line-height: 1.5;
  }
}
.prp-polation .block3_txt1_txt {
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-polation .block3_txt1_txt {
    display: block;
  }
}
.prp-polation .block3_txt1_txt::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 127px;
  width: 2000px;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: linear-gradient(to left, transparent, #ffffff 96px);
}
@media screen and (max-width: 744px) {
  .prp-polation .block3_txt1_txt::before {
    width: 100vw;
    height: 24vw;
    right: auto;
    left: 50%;
    bottom: auto;
    margin: 0;
    top: -1.5vw;
    transform: translateX(-50%);
    background-image: linear-gradient(to left, transparent, #ffffff 10%);
  }
}
.prp-polation .block3_img2 {
  position: absolute;
  width: 370px;
  top: 67px;
  right: 132px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block3_img2 {
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    padding: 0 2.7vw;
    margin-bottom: 4.5vw;
  }
}
.prp-polation .block3_txt2 {
  font-size: 21px;
  line-height: 2;
  color: #474747;
}
@media screen and (max-width: 744px) {
  .prp-polation .block3_txt2 {
    font-size: 4.3vw;
    line-height: 1.5;
  }
}
.prp-polation .block3_txt2 .pink {
  font-weight: bold;
}
.prp-polation .block3 .hex._1 {
  bottom: 155px;
  left: -220px;
}
.prp-polation .block4 {
  background: url(../images/prp_polation_12.webp) no-repeat top center/cover;
}
@media screen and (max-width: 744px) {
  .prp-polation .block4 {
    background-size: 100% auto;
  }
}
.prp-polation .block4 .lpInner {
  padding-top: 70px;
  padding-bottom: 75px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block4 .lpInner {
    padding-top: 6.5vw;
    padding-bottom: 8vw;
  }
}
.prp-polation .block4_ttl {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp-polation .block4_ttl {
    margin-bottom: 5.2vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-polation .block4_ttl .ja {
    font-size: 7.5vw;
  }
}
.prp-polation .block4_box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 20px 50px 37px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  .prp-polation .block4_box {
    padding: 4vw 4vw 8vw;
  }
}
.prp-polation .block4_box_ttl {
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block4_box_ttl {
    margin-bottom: 5vw;
  }
}
.prp-polation .block4_box_ttl .en {
  display: block;
  margin-top: -6px;
}
.prp-polation .block4_box_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp-polation .block4_box_list {
    flex-direction: column;
    gap: 5.5vw;
  }
}
.prp-polation .block4_box_list_item {
  width: 306px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block4_box_list_item {
    width: auto;
    display: flex;
    justify-content: space-between;
  }
}
.prp-polation .block4_box_list_item .img {
  margin-bottom: 15px;
}
@media screen and (max-width: 744px) {
  .prp-polation .block4_box_list_item .img {
    margin: 0;
    width: 40.8vw;
  }
}
.prp-polation .block4_box_list_item .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  color: #474747;
}
@media screen and (max-width: 744px) {
  .prp-polation .block4_box_list_item .txt {
    font-size: 4.3vw;
    width: 40.5vw;
    padding-top: 4.5vw;
  }
}
.prp-polation .block4 .hex._1 {
  top: 185px;
  right: -99px;
}
.prp-polation .sec06 {
  color: #474747;
  background: #f8fbef;
}
.prp-polation .sec06 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp-polation .sec06 .lpInner {
    padding-top: 8vw;
    padding-bottom: 6.8vw;
  }
}
.prp-polation .sec06_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp-polation .sec06_row {
    position: relative;
  }
}
.prp-polation .sec06_row_box {
  width: 584px;
  padding-left: 16px;
}
@media screen and (max-width: 744px) {
  .prp-polation .sec06_row_box {
    width: auto;
    padding-top: 10vw;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
}
.prp-polation .sec06_row_box_ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 33px;
}
@media screen and (max-width: 744px) {
  .prp-polation .sec06_row_box_ttl {
    font-size: 5.6vw;
    margin-bottom: 34vw;
    line-height: 1.7;
  }
}
.prp-polation .sec06_row_box_ttl_txt2 {
  display: block;
}
.prp-polation .sec06_row_box_txt {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  animation-delay: 0.2s;
  padding-left: 6px;
}
@media screen and (max-width: 744px) {
  .prp-polation .sec06_row_box_txt {
    font-size: 4vw;
    padding: 0 2.7vw;
  }
}
.prp-polation .sec06_row_box_txt .blue {
  color: #68bdcb;
}
.prp-polation .sec06_row_img {
  width: 448px;
  animation-delay: 0.2s;
}
@media screen and (max-width: 744px) {
  .prp-polation .sec06_row_img {
    width: 88vw;
    position: absolute;
    top: 0;
    left: 2.7vw;
  }
}
.prp-polation .sec06 .hex._1 {
  top: -70px;
  left: -152px;
}
@media screen and (max-width: 744px) {
  .prp-polation .sec06 .hex._1 {
    top: -5.2vw;
    left: -2vw;
  }
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #f1efed;
}

/*# sourceMappingURL=style.css.map */
