.home_page .key {
  --height: 62vw;
  --min-height: 560px;
  --max-height: 1057px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 10px;
  width: calc(100% - 40px);
  margin: 20px auto 0;
  z-index: 1;
}
.home_page .key .inner {
  position: relative;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.home_page .key_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 40px;
  overflow: hidden;
}
.home_page .key_video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home_page .key .mv_wrap {
  width: 45%;
}
.home_page .key .mv_slider {
  border-top-right-radius: 50px;
  background-color: #ffffff;
  position: relative;
}
.home_page .key .mv_slider::before, .home_page .key .mv_slider::after {
  content: "";
  position: absolute;
  width: 5em;
  height: 5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home_page .key .mv_slider::before {
  top: -4.8em;
  left: 0;
  background-image: url(../images/key_catch_bf01.svg);
}
.home_page .key .mv_slider::after {
  bottom: 0;
  right: -5em;
  background-image: url(../images/key_catch_bf01.svg);
}
.home_page .key .slick-track {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  opacity: 0;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home_page .key .key_text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .key .catch {
  position: relative;
  padding: 4.4em 2em 3.3em 8.8em;
  display: table;
}
.home_page .key .catch h2 {
  margin-bottom: 0.6944444444em;
  font-size: 3.6em;
  line-height: 1.8;
  font-weight: bolder;
  letter-spacing: 0.2em;
  color: var(--clr1);
}
.home_page .key .catch h2 .lg {
  color: var(--main-color);
  font-size: 1.3333333333em;
  line-height: 1.38;
  letter-spacing: 0.2em;
}
.home_page .key .catch p {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: var(--clr1);
}
.home_page .key_label {
  width: 50%;
  position: absolute;
  bottom: 6.4em;
  right: -6px;
}
.home_page .key_label .label_title {
  font-size: 3em;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 20px 20px 20px 0;
  position: relative;
  display: table;
  padding: 0.4333333333em 1.0333333333em 0.5em 0.7333333333em;
  margin-bottom: 0.5333333333em;
}
.home_page .key_label .label_title::before {
  content: "";
  position: absolute;
  bottom: -1em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../images/label_title_bf.svg) no-repeat center/contain;
}
.home_page .key_label .label_title > span {
  font-size: 0.8em;
  font-weight: 500;
}
.home_page .key_label .cir_it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: round(22em, 1px);
  height: round(22em, 1px);
  border-radius: 50%;
  border: 4px solid rgba(235, 197, 172, 0.67);
  background-color: rgba(255, 255, 255, 0.9);
  margin-right: -1.6em;
  padding-bottom: 0.9em;
}
.home_page .key_label .cir_it .tt {
  line-height: 1.545;
  font-size: 2.2em;
  font-weight: bold;
  color: var(--clr1);
  letter-spacing: 0.14em;
  text-align: center;
}
.home_page .key_label .cir_it figure {
  margin: 0 auto 1.3em;
}
.home_page .key_label .cir_it figure img {
  max-height: 4.9em;
}
.home_page .topic_path {
  display: none;
}

@media screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 40vw;
    --height: 50vw;
    font-size: 0.45555vw;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    font-size: min(0.625em, 0.55vw);
    --max-height: calc(100vh - 40px);
  }
  .home_page .key .mv_wrap {
    min-width: 80.9em;
  }
  .home_page .key .mv_slider::before {
    left: -0.1em;
    top: -4.8em;
  }
  .home_page .key .mv_slider::after {
    right: -4.8em;
    bottom: -0.15em;
  }
  .home_page .key_label {
    width: 45%;
  }
  .home_page .key_label .label_title::before {
    bottom: -0.9em;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) and (orientation: landscape) {
  .home_page .key .catch {
    padding-top: 4.6em;
  }
  .home_page .key .key_label {
    bottom: 3.4em;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .home_page .key {
    font-size: min(0.625em, 0.65vw);
    width: calc(100% - 20px);
    margin-top: 10px;
  }
  .home_page .key_video video {
    position: relative;
    top: -2px;
    height: 102%;
  }
  .home_page .key_label {
    width: 43%;
    font-size: 0.9em;
    right: -1%;
  }
  .home_page .key .catch {
    padding-left: 5.4em;
  }
  .home_page .key .catch h2 {
    margin-bottom: 0.4em;
  }
  .home_page .key .catch p {
    font-size: 2.65em;
    letter-spacing: 0.02em;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
.tl_h3 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--clr1);
  position: relative;
}
.tl_h3 .tt01 {
  font-size: 40px;
}
.tl_h3 .tt02 {
  font-weight: 900;
  font-size: 80px;
  color: var(--main-color);
  line-height: 1.24;
}
.tl_h3 .tt03 {
  font-size: 48px;
  letter-spacing: 0.05em;
  color: #000;
}
.tl_h3 span {
  letter-spacing: 0.16em;
}
.tl_h3.white {
  color: #fff;
}
.tl_h3.white .tt02 {
  color: #fff;
}

.tl_heading {
  font-size: 48px;
  font-weight: 700;
  color: var(--clr1);
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.txt_scroll {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: marquee 80s linear infinite;
          animation: marquee 80s linear infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.txt_scroll p {
  white-space: nowrap;
  margin: 0 10px;
  line-height: 1;
}
.txt_scroll.en p {
  text-transform: uppercase;
  font-size: 180px;
}

.box_title .txt_en {
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.fz18 p {
  font-size: 18px;
  line-height: 2;
}

@media only screen and (min-width: 769px) {
  .b_grid {
    display: -ms-grid;
    display: grid;
  }
  .b_grid .column-star1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
  }
  .b_grid .column-star2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .tl_h3 {
    font-size: 24px;
  }
  .tl_h3 .tt01 {
    font-size: 1.458333333em;
  }
  .tl_h3 .tt02 {
    font-size: 2.9166666667em;
  }
  .tl_h3 .tt03 {
    font-size: 38px;
  }
  .tl_heading {
    font-size: 38px;
  }
  .txt_scroll.en p {
    font-size: min(100px, 14vw);
  }
  .box_title .txt_en {
    font-size: 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .tl_h3 {
    font-size: 22px;
  }
  .tl_h3 .tt02 {
    font-size: 2.5em;
  }
  .fz18 p {
    font-size: 16px;
  }
}
.idx01 {
  padding: 159px 0px 0;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.idx01 .tl_h3 {
  color: #fff;
  margin-left: -3px;
  margin-bottom: 42px;
}
.idx01 .tl_h3.t_right {
  margin-bottom: 63px;
}
.idx01 .tl_h3.t_right .tt02 {
  margin: 0 0px 0 0.175em;
  top: -4px;
}
.idx01 .tl_h3 .tt02 {
  color: #fff;
  letter-spacing: 0.16em;
  position: relative;
}
.idx01 .b_illus {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 0 40px 0;
  width: 77.7em;
  height: 14.3em;
  font-size: 10px;
}
.idx01 .b_illus::before, .idx01 .b_illus::after {
  content: "";
  position: absolute;
  width: 5em;
  height: 5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.idx01 .b_illus::before {
  bottom: -5em;
  left: 0;
  background-image: url(../images/idx01_border01.svg);
}
.idx01 .b_illus::after {
  right: -5em;
  top: 0;
  background-image: url(../images/idx01_border01.svg);
}
.idx01 .b_illus .illus {
  position: absolute;
  right: 8.8em;
  bottom: -11.5em;
}
.idx01 .b_illus .illus img {
  max-width: 34.6em;
}
.idx01 .box {
  margin-top: 45px;
}
.idx01 .block_situation {
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(218, 153, 112)), to(rgb(207, 107, 44)));
  background-image: linear-gradient(0deg, rgb(218, 153, 112) 0%, rgb(207, 107, 44) 100%);
  max-width: 1820px;
  width: calc(100% - 40px);
  margin-left: auto;
  border-radius: 40px 0 0 40px;
  padding: 75px 8.2% 120px 3%;
  z-index: 0;
}
.idx01 .block_situation::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 803px;
  background: url(../images/idx01_bf.png) no-repeat top left;
  z-index: -1;
}
.idx01 .b_checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.idx01 .b_checklist .text {
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding-left: 2.85em;
}
.idx01 .b_checklist .text::before {
  content: "";
  position: absolute;
  top: 0.05em;
  left: 0.5em;
  background: url(../images/ic_checklist.svg) no-repeat center/contain;
  width: 1.4em;
  height: 1.45em;
}
.idx01 .b_checklist li {
  background-color: #f8f2ee;
  width: calc(50% - 1em);
  padding: 0.7em 1em 0.8em 1em;
  border-radius: 10px;
  margin-bottom: 1em;
  font-size: 20px;
  color: var(--clr1);
  min-height: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx01 .b_checklist li .cl1 {
  font-weight: 700;
}

@media only screen and (min-width: 1921px) {
  .idx01 .block_situation {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .idx01 .tl_h3.t_right {
    margin-right: -7px;
  }
  .idx01 .b_faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .idx01 .b_faq .item {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
  }
  .idx01 .b_faq .item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx01 .tl_h3.t_right {
    margin-right: 0;
  }
  .idx01 .block_situation {
    padding: 130px 60px 120px 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx01 {
    padding-top: 95px;
  }
  .idx01 .b_illus {
    width: 63.7em;
    height: 14.3em;
    font-size: min(7px, 0.75vw);
  }
  .idx01 .tl_h3 {
    margin-bottom: 20px;
  }
  .idx01 .tl_h3.t_right {
    margin-bottom: 30px;
  }
  .idx01 .tl_h3 .tt02 {
    letter-spacing: 0.05em;
  }
  .idx01 .block_situation {
    width: calc(100% - 30px);
    padding-top: 90px;
    padding-right: 50px;
    padding-bottom: 75px;
  }
  .idx01 .block_situation::before {
    max-height: 660px;
    height: 85vw;
  }
  .idx01 .b_checklist li {
    font-size: min(20px, 1.8vw);
    width: calc(50% - 0.5em);
  }
  .idx01 .b_checklist .text {
    padding-left: 2.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01 .b_faq .item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 993px) {
  .idx01 .b_illus .illus {
    right: 16.8em;
  }
  .idx01 .b_faq .item {
    width: calc((100% - 20px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.idx02 {
  padding: 100px 0 180px;
  position: relative;
  z-index: 0;
}
.idx02::before {
  content: "";
  position: absolute;
  top: -350px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/idx02_bg.png) no-repeat top right;
  z-index: -1;
}
.idx02 .tl_h3 {
  padding-left: 4.1538461538em;
  line-height: 1.45;
  margin-bottom: 64px;
}
.idx02 .tl_h3 .tt_num::before {
  content: "";
  position: absolute;
  top: 0.2692307692em;
  left: -0.4230769231em;
  background: url(../images/number.svg) no-repeat center/contain;
  width: 3.9230769231em;
  height: 6.1153846154em;
}
.idx02 .tl_h3 span {
  letter-spacing: 0;
}
.idx02 .txt_scroll {
  bottom: -10px;
}
.idx02 .txt_scroll p {
  color: rgba(245, 240, 236, 0.4);
}
.idx02 .inner_big {
  position: relative;
}
.idx02 .block_reason {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.idx02 .block_reason .item {
  max-width: 412px;
  border-radius: 5em;
  border: 1px solid var(--clr4);
  position: relative;
  z-index: 0;
  padding: 5.9em 5.9em 8.3em;
  font-size: 10px;
}
.idx02 .block_reason .item::before {
  content: "";
  position: absolute;
  inset: 1em;
  background-color: #fff0e7;
  border-radius: 4em;
  z-index: -1;
}
.idx02 .block_reason figure {
  max-width: 18.4em;
  margin-bottom: 2.9em;
}
.idx02 .block_reason figure img {
  border-radius: 50%;
}
.idx02 .block_reason h4 {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.5833;
  color: var(--main-color);
  letter-spacing: 0.1em;
  margin-bottom: 0.54166667em;
}
.idx02 .block_reason p {
  letter-spacing: 0.14em;
  line-height: 2.11;
  font-size: 1.8em;
}
.idx02 .block_reason .point {
  font-size: 10em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  color: var(--main-color);
  position: absolute;
  top: -0.37em;
  right: 0.41em;
}

@media only screen and (min-width: 769px) {
  .idx02 .btn {
    position: absolute;
    right: 20px;
    top: 72px;
    width: 40%;
  }
  .idx02 .block_reason .item {
    width: calc((100% - 4em) / 3);
    margin-right: 2.2em;
    margin-bottom: -6em;
  }
  .idx02 .block_reason .item:nth-child(3n+2) {
    margin-top: 6em;
  }
  .idx02 .block_reason .item:nth-child(3n+3) {
    margin-top: 12em;
    margin-right: 0;
  }
  .idx02 .block_reason .item:nth-child(1) .point {
    right: 0.53em;
  }
  .idx02 .block_reason .item:nth-child(2) .point {
    right: 0.46em;
  }
  .idx02 .block_reason .item:nth-child(4), .idx02 .block_reason .item:nth-child(5) {
    padding-bottom: 4.5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx02 {
    padding: 105px 0 140px;
  }
  .idx02 .tl_h3 {
    width: 66%;
    font-size: min(24px, 2vw);
    margin-bottom: 40px;
    padding-left: 4.4em;
  }
  .idx02 .tl_h3 .tt_num::before {
    top: -0.2692307692em;
  }
  .idx02 .btn {
    width: 33%;
    top: 20px;
  }
  .idx02 .block_reason .item {
    width: calc((100% - 4.4em) / 3);
    padding: 5.9em 3.5em 6.3em;
    font-size: min(9px, 0.88vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx02::before {
    top: -18vw;
    background-size: 100% auto;
  }
  .idx02 .block_reason p {
    font-size: 2em;
    letter-spacing: 0.05em;
  }
}
.idx03 {
  padding: 100px 0 0;
  background-color: #f8f2ee;
}
.idx03 .tl_h3 {
  margin-bottom: 43px;
  margin-top: 14px;
  line-height: 1.35;
  text-indent: 5px;
  letter-spacing: 0.1em;
}
.idx03 .tl_h3 .tt02 {
  letter-spacing: -2px;
  position: relative;
  left: -5px;
  color: var(--clr4);
  line-height: 1.35;
}
.idx03 .box_img {
  position: relative;
  z-index: 0;
  min-height: 46.2em;
  padding-top: 7.5em;
  font-size: 10px;
}
.idx03 .box_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/idx03_img.jpg) no-repeat center/cover;
  z-index: -1;
  border-top-left-radius: 20px;
}
.idx03 .l_circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 77.1em;
}
.idx03 .l_circle .it {
  margin: 0 2em;
  width: 24em;
  height: 24em;
  border-radius: 50%;
  position: relative;
  --space: 3em;
  background-color: rgba(207, 107, 44, 0.83);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.idx03 .l_circle .it::before {
  content: "";
  position: absolute;
  top: -var(--space);
  left: -var(--space);
  width: calc(100% + var(--space) * 2);
  height: calc(100% + var(--space) * 2);
  border-radius: 50%;
  border: 1px solid #ffffff;
  z-index: -1;
}
.idx03 .l_circle .it p {
  text-align: center;
  color: #fff;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.63636;
}

@media only screen and (min-width: 1921px) {
  .idx03 .box_img::before {
    border-top-right-radius: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .idx03 .b_grid {
    -ms-grid-columns: 48% 48.5%;
    grid-template-columns: 48% 48.5%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .idx03 .box_img {
    max-width: 916px;
    width: 100%;
    margin-left: auto;
  }
  .idx03 .box_cont, .idx03 .tl_h3 {
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: 4.75%;
  }
  .idx03 .tl_h3 {
    position: relative;
    left: 7px;
  }
  .idx03 .box_cont {
    padding-right: 27px;
    padding-left: 3px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx03 {
    padding-top: 70px;
  }
  .idx03 .tl_h3 {
    margin-bottom: 18px;
    font-size: min(22px, 2.2vw);
  }
  .idx03 .tl_h3 .tt02 {
    font-size: 2.5em;
  }
  .idx03 .box_img {
    font-size: min(10px, 0.65vw);
  }
}
.b_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b_contact .bn {
  position: relative;
  max-width: 550px;
  width: calc(50% - 1.8em);
  height: 12em;
  border-radius: 2em;
  padding: 1em 2em 1em 6.5em;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.b_contact .bn .link a {
  z-index: 2;
  width: 100%;
  height: 100%;
}
.b_contact .bn .icon {
  position: relative;
}
.b_contact .bn .icon::before {
  content: "";
  position: absolute;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
}
.b_contact .bn.bn_tel {
  padding-bottom: 1.9em;
  background-color: var(--main-color);
}
.b_contact .bn.bn_tel .icon {
  padding-left: 9em;
  color: #fff;
  width: 100%;
}
.b_contact .bn.bn_tel .icon::before {
  top: 1.7em;
  left: 0.2em;
  width: 4.8em;
  height: 4.8em;
  mask-image: url(../images/ic_tel03.svg);
  -webkit-mask-image: url(../images/ic_tel03.svg);
  background-color: #ffffff;
}
.b_contact .bn.bn_tel span {
  display: block;
  max-width: 24em;
  width: 100%;
  text-align: center;
}
.b_contact .bn.bn_tel .txt_tel {
  font-size: 3.6em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.b_contact .bn.bn_tel .txt_time {
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  padding: 0.5714285714em 0.7142857143em;
  margin-top: 0.5em;
}
.b_contact .bn.bn_mail {
  padding-top: 1.4em;
  background-color: #f8f2ee;
}
.b_contact .bn.bn_mail .icon {
  padding-left: 12.5em;
  color: var(--clr1);
}
.b_contact .bn.bn_mail .icon::before {
  top: -0.7em;
  left: 1.2em;
  width: 5.7em;
  height: 4em;
  mask-image: url(../images/ic_mail02.svg);
  -webkit-mask-image: url(../images/ic_mail02.svg);
  background-color: var(--main-color);
}
.b_contact .bn.bn_mail .txt_mail {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  color: var(--clr1);
}
.b_contact.style02 {
  max-width: 814px;
  width: 100%;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 50px 37px 44px 40px;
}
.b_contact.style02 .bn.bn_tel {
  background-color: transparent;
  padding: 0;
  margin-top: -1.4em;
}
.b_contact.style02 .bn.bn_tel .txt_tel {
  color: var(--main-color);
  text-align: left;
  margin-left: -0.0555555556em;
}
.b_contact.style02 .bn.bn_tel .txt_time {
  background-color: #f8f2ee;
  color: var(--clr-txt);
  max-width: 15.77em;
  margin-top: 0.7142857143em;
}
.b_contact.style02 .bn.bn_tel .icon {
  width: 31.5em;
  padding-left: 7.7em;
}
.b_contact.style02 .bn.bn_tel .icon::before {
  top: 2em;
  left: -0.2em;
  background-color: var(--main-color);
}
.b_contact.style02 .bn.bn_mail {
  max-width: 340px;
  height: 10em;
  border-radius: 60px;
  background-color: var(--main-color);
  padding: 1.5em 2em 1em 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b_contact.style02 .bn.bn_mail .icon {
  padding-left: 6.8em;
}
.b_contact.style02 .bn.bn_mail .icon::before {
  background-color: #ffffff;
  width: 4.3em;
  height: 3.1em;
  left: 0.5em;
  top: -0.6em;
}
.b_contact.style02 .bn.bn_mail .txt_mail {
  font-size: 1.8em;
  color: #ffffff;
}

.idx04 {
  padding: 116px 0 163px;
  background: url(../images/idx04_bg.jpg) no-repeat center/cover;
  position: relative;
  z-index: 0;
}
.idx04 .txt_scroll {
  top: -15px;
}
.idx04 .txt_scroll p {
  font-size: 240px;
  font-weight: 900;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.06);
}
.idx04 .tl_h3 {
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
.idx04 .tl_h3 span {
  letter-spacing: 0.01em;
}
.idx04 .tl_h3 .tt02 {
  letter-spacing: 0;
}
.idx04 .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 37px;
}
.idx04 .label span {
  background-color: #fff;
  color: var(--clr1);
  padding: 0.5em 1.4444444444em 0.6111111111em 1.6666666667em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.14em;
  margin: 0 5px;
}
.idx04 .b_center {
  color: #fff;
  text-align: center;
}
.idx04 .b_center p {
  font-weight: 500;
}
.idx04 .btn-group {
  margin-top: 40px;
}
.idx04 .b_contact {
  margin-top: 37px;
}
.idx04 .block_consultations {
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.22);
  padding: 20px 20px 40px;
  margin-top: 41px;
}
.idx04 .block_consultations h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.73;
  color: var(--clr1);
  letter-spacing: 0.1em;
}
.idx04 .block_consultations h4 .lg {
  color: var(--clr4);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  font-size: 60px;
  display: inline-block;
  margin-bottom: 12px;
}
.idx04 .block_consultations .sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--clr1);
  margin-bottom: 10px;
}
.idx04 .block_consultations .box_in {
  background-color: #fff;
  border-radius: 20px;
  padding: 48px 51px 50px 50px;
}

@media only screen and (min-width: 769px) {
  .b_contact.style02 .bn.bn_mail:hover {
    background-color: #bd5717;
  }
  .idx04 .block_consultations h4 {
    padding-left: 27px;
    width: 48%;
  }
  .idx04 .block_consultations .cont {
    width: 49.2%;
    padding-top: 25px;
  }
  .idx04 .b_contact .bn {
    margin-right: 20px;
  }
  .idx04 .b_contact .bn.bn_tel .icon {
    max-width: 33em;
  }
  .idx04 .b_contact .bn.bn_mail:hover {
    background-color: #fddbc2;
  }
  .idx04 .b_contact .bn:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .b_contact .bn {
    padding: 1em 5em 1em 3.5em;
    font-size: min(10px, 1vw);
  }
  .b_contact .bn.bn_tel .icon {
    padding-left: 7em;
  }
  .b_contact .bn.bn_mail .icon {
    padding-left: 10.5em;
  }
  .b_contact.style02 {
    padding: 30px 1% 26px 2%;
  }
  .b_contact.style02 .bn {
    font-size: min(10px, 0.8vw);
  }
  .b_contact.style02 .bn.bn_mail {
    margin-left: 1%;
  }
  .b_contact.style02 .bn.bn_tel .icon {
    padding-left: 5.7em;
  }
  .idx04 {
    padding: 70px 0 100px;
  }
  .idx04 .txt_scroll p {
    font-size: min(180px, 14vw);
  }
  .idx04 .label {
    margin-bottom: 15px;
  }
  .idx04 .label span {
    font-size: 16px;
  }
  .idx04 .btn-group {
    margin-top: 20px;
  }
  .idx04 .block_consultations {
    padding: 10px 10px 20px;
    border-radius: 30px;
    margin-top: 30px;
  }
  .idx04 .block_consultations .box_in {
    padding: 40px 3% 45px;
  }
  .idx04 .block_consultations .cont {
    padding-top: 0;
  }
  .idx04 .block_consultations .sub {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .idx04 .block_consultations h4 {
    font-size: 24px;
  }
  .idx04 .block_consultations h4 .lg {
    font-size: 44px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .b_contact.style02 .bn {
    font-size: min(10px, 1.2vw);
  }
  .idx04 .block_consultations h4 {
    padding-left: 0;
  }
}
.gr_bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gr_bn .ic {
  position: relative;
  font-size: 2.2em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.gr_bn .ic::before {
  content: "";
  position: absolute;
  top: -0.2272727273em;
  left: 0;
  width: 1.9545454545em;
  height: 1.9545454545em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gr_bn .bnr {
  max-width: 330px;
  width: calc((100% - 1.3em) / 2);
  height: 10em;
  background-color: #8cbd66;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  font-size: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gr_bn .bnr a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 1em 3.5em 1em 2.6em;
}
.gr_bn .bnr a:hover {
  opacity: 1;
}
.gr_bn .bnr a::before, .gr_bn .bnr a::after {
  content: "";
  position: absolute;
}
.gr_bn .bnr a::before {
  top: -5em;
  left: -10em;
  width: round(20em, 1px);
  height: round(20em, 1px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.gr_bn .bnr a::after {
  width: 0.6em;
  height: 1em;
  background: url(../images/ic_arrow.svg) no-repeat center/contain;
  top: 0;
  bottom: 0;
  right: 2.3em;
  margin: auto;
}
.gr_bn .bnr.bnr_tax .ic {
  padding-left: 2.9090909091em;
}
.gr_bn .bnr.bnr_tax .ic::before {
  background-image: url(../images/idx05_bn_tax.svg);
}
.gr_bn .bnr.bnr_estate .ic {
  padding-left: 2.6363636364em;
}
.gr_bn .bnr.bnr_estate .ic::before {
  background-image: url(../images/idx05_bn_estate.svg);
}
.gr_bn .bnr.bnr_gift-tax a {
  padding-left: 2.6em;
}
.gr_bn .bnr.bnr_gift-tax .ic {
  padding-left: 2.8636363636em;
}
.gr_bn .bnr.bnr_gift-tax .ic::before {
  width: 1.5em;
  height: 2em;
  background-image: url(../images/idx06_bn_gift-tax.svg);
}
.gr_bn .bnr.bnr_gains-tax a {
  padding-left: 2.5em;
}
.gr_bn .bnr.bnr_gains-tax .ic {
  padding-left: 2.6363636364em;
  letter-spacing: 0;
}
.gr_bn .bnr.bnr_gains-tax .ic::before {
  width: 1.818181818em;
  height: 2em;
  background-image: url(../images/idx06_bn_gains-tax.svg);
}

.idx05 {
  position: relative;
  z-index: 0;
}
.idx05 .tl_h3 .tt02 {
  color: var(--clr4);
}
.idx05 .txt_scroll {
  top: 24px;
}
.idx05 .txt_scroll p {
  color: #f2ebe7;
  font-weight: 700;
}
.idx05 .inner_full {
  position: relative;
  z-index: 0;
  padding-bottom: 99px;
}
.idx05 .inner_full::before {
  content: "";
  position: absolute;
  top: 0;
  left: 120px;
  width: 100vw;
  height: 100%;
  background-color: #f8f2ee;
  border-bottom-left-radius: 50px;
  z-index: -1;
}
.idx05 .gr_bn {
  margin-top: 44px;
}
.idx05 .b_grid {
  position: relative;
}
.idx05 .b_grid .tl_h3 {
  letter-spacing: 0.1em;
  margin-bottom: 34px;
}
.idx05 .b_grid .tl_h3 .tt02 {
  letter-spacing: 0.1em;
  color: var(--clr4);
}
.idx05 .box_cont p {
  letter-spacing: 0.2em;
}
.idx05 .flow_title {
  width: 687px;
  height: 126px;
  background-color: #f8f2ee;
  border-bottom-right-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.idx05 .flow_title::before, .idx05 .flow_title::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
}
.idx05 .flow_title::before {
  bottom: -21px;
  left: 0;
  background-image: url(../images/idx05_flow_bf01.svg);
}
.idx05 .flow_title::after {
  right: -21px;
  top: 0;
  background-image: url(../images/idx05_flow_bf02.svg);
}
.idx05 .flow_title .tl_h3 {
  left: -0.7307692308em;
  top: -4.8846153846em;
  position: relative;
}
.idx05 .block_flow {
  background: url(../images/idx05_bg.png) no-repeat top center;
  background-color: #ffffff;
  border-radius: 20px;
  margin-top: 82px;
  position: relative;
}
.idx05 .block_flow .box_wrap {
  padding: 170px 20px 10px;
}
.idx05 .block_flow .box_wrap .flex {
  max-width: 1287px;
  width: 100%;
  margin: 0 auto;
}
.idx05 .block_flow .btn {
  margin: 0 auto 0;
  position: relative;
  bottom: -38px;
}
.idx05 .block_flow .btn a {
  letter-spacing: 0.124em;
}
.idx05 .block_flow .item {
  --mg: 12.5em;
  width: calc((100% - 21em) / 4);
  margin-right: 7.5em;
  position: relative;
  text-align: center;
  font-size: 10px;
}
.idx05 .block_flow .item:nth-child(2) .flow_txt p {
  margin: 0px -2em;
}
.idx05 .block_flow .item:nth-child(3) {
  margin-right: 6em;
}
.idx05 .block_flow .item:last-child {
  margin-right: 0;
}
.idx05 .block_flow .item:last-child .flow_img::before, .idx05 .block_flow .item:last-child .flow_img::after {
  display: none;
}
.idx05 .block_flow .flow_img {
  width: 22em;
  height: 22em;
  border-radius: 50%;
  background-color: #fcf8f5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 4.2em;
}
.idx05 .block_flow .flow_img::before, .idx05 .block_flow .flow_img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.idx05 .block_flow .flow_img::before {
  width: var(--mg);
  height: 2px;
  right: calc(var(--mg) * -1);
  background: url(../images/line_dot.png) no-repeat left center;
}
.idx05 .block_flow .flow_img::after {
  background-color: var(--main-color);
  width: 1.5em;
  height: 1.3em;
  right: calc((var(--mg) - 5.6em) * -1);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.idx05 .block_flow .flow_img img {
  height: 8em;
}
.idx05 .block_flow p {
  line-height: 2.375;
  letter-spacing: 0.16em;
  font-size: 1.6em;
}
.idx05 .block_flow .flow_num {
  position: absolute;
  bottom: -0.4130434783em;
  left: 0.0652173913em;
  right: 0;
  margin: auto;
  display: table;
  font-family: var(--f-zen-antique);
  font-size: 4.6em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--main-color);
}
.idx05 .block_flow h4 {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.5;
  color: var(--clr1);
  letter-spacing: 0.1em;
  margin-bottom: 0.375em;
}

@media only screen and (min-width: 769px) {
  .gr_bn .bnr:hover {
    background-color: #63953c;
  }
  .idx05 .b_grid {
    -ms-grid-columns: 46.5% 67%;
    grid-template-columns: 46.5% 67%;
  }
  .idx05 .box_img {
    margin-top: -72px;
    border-radius: 0 40px 40px 0;
    overflow: hidden;
    height: 605px;
    max-width: 851px;
  }
  .idx05 .box_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .idx05 .tl_h3, .idx05 .box_cont {
    max-width: 674px;
    margin-left: 3.2%;
  }
  .idx05 .tl_h3 {
    margin-top: 112px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1820px) {
  .idx05 .inner_full::before {
    left: 2%;
  }
  .idx05 .inner_max {
    padding-left: calc(20px + 2%);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .gr_bn .bnr {
    font-size: min(10px, 0.68vw);
  }
  .gr_bn .bnr .ic {
    letter-spacing: 0.05em;
  }
  .idx05 .b_grid {
    -ms-grid-columns: 46.5% 47%;
    grid-template-columns: 46.5% 47%;
  }
  .idx05 .box_cont, .idx05 .tl_h3 {
    margin-left: 8%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx05 .txt_scroll {
    top: 1px;
  }
  .idx05 .b_grid .tl_h3 {
    margin-bottom: 6px;
    margin-top: 48px;
  }
  .idx05 .b_grid .gr_bn {
    margin-top: 20px;
  }
  .idx05 .flow_title {
    width: 580px;
    height: 105px;
  }
  .idx05 .box_img {
    max-height: 510px;
    height: 41vw;
    margin-top: -35px;
  }
  .idx05 .inner_max {
    padding-left: calc(20px + 3%);
    padding-right: calc(20px + 1%);
  }
  .idx05 .block_flow .box_wrap {
    padding: 160px 3% 10px;
  }
  .idx05 .block_flow .item {
    font-size: min(10px, 0.7vw);
    --mg: 10.5em;
    width: calc((100% - 18em) / 4);
    margin-right: 6em;
  }
  .idx05 .block_flow h4 {
    font-size: 2.2em;
  }
  .idx05 .block_flow p {
    letter-spacing: 0.1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .idx05 .block_flow h4 {
    letter-spacing: 0.05em;
    font-size: 2.4em;
  }
  .idx05 .block_flow p {
    font-size: 2em;
    letter-spacing: 0.05em;
  }
}
.idx06 {
  padding-top: 193px;
}
.idx06 .txt_scroll {
  z-index: -1;
}
.idx06 .txt_scroll p {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.12);
}
.idx06 .tl_h3 {
  letter-spacing: 0.1em;
  margin-bottom: 34px;
}
.idx06 .tl_h3 .tt02 {
  letter-spacing: 0;
  color: var(--clr4);
}
.idx06 .inner_full {
  position: relative;
  z-index: 0;
}
.idx06 .inner_full::before {
  content: "";
  position: absolute;
  top: -84px;
  right: 26%;
  width: 100vw;
  height: 728px;
  background-color: var(--clr2);
  border-top-right-radius: 50px;
  z-index: -2;
}
.idx06 .box_img img {
  border-radius: 50px;
}
.idx06 .box_cont {
  padding: 125px 90px 120px 50px;
  background-color: #f8f2ee;
  border-radius: 50px;
}
.idx06 .box_cont p {
  letter-spacing: 0.16em;
}
.idx06 .gr_bn {
  margin-top: 44px;
}

@media only screen and (min-width: 769px) {
  .idx06 .block_support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .idx06 .box_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 56%;
    max-width: 1050px;
    margin-right: -167px;
  }
  .idx06 .box_cont {
    width: 59%;
    max-width: 1113px;
    margin-right: -196px;
    margin-top: 172px;
    position: relative;
  }
  .idx06 .box_cont .tl_h3, .idx06 .box_cont .cont {
    max-width: 673px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx06 .inner_full::before {
    height: 670px;
  }
  .idx06 .box_img {
    margin-right: -125px;
    width: 60%;
  }
  .idx06 .box_cont {
    padding-right: 65px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx06 {
    padding-top: 135px;
  }
  .idx06 .inner_full::before {
    top: -55px;
    max-height: 580px;
    height: 45vw;
  }
  .idx06 .tl_h3 {
    margin-bottom: 10px;
  }
  .idx06 .gr_bn {
    margin-top: 25px;
  }
  .idx06 .box_img {
    margin-right: -6%;
  }
  .idx06 .box_cont {
    margin-top: 88px;
    margin-right: -17%;
    padding: 7vw 4% 7vw;
    width: 61%;
  }
}
.idx07 {
  padding: 33px 0 105px 0;
}
.idx07 .box_title {
  position: relative;
  text-align: center;
  padding-top: 110px;
}
.idx07 .box_title::before {
  content: "";
  position: absolute;
  top: 2.6em;
  right: 4.2em;
  background: url(../images/idx07_illus.svg) no-repeat center/contain;
  width: 29.9em;
  height: 19.9em;
  font-size: 10px;
}
.idx07 .box_title .txt_en {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(44, 44, 44, 0.05);
  letter-spacing: 0.1em;
}
.idx07 .tl_h3 {
  letter-spacing: 0.1em;
  margin-bottom: 58px;
}
.idx07 .tl_h3 .tt02 {
  letter-spacing: 0.1em;
  color: var(--clr4);
}
.idx07 .block_faq .item {
  margin-bottom: 4em;
  font-size: 10px;
}
.idx07 .block_faq .item:last-child {
  margin-bottom: 0;
}
.idx07 .block_faq .item.it01 .bx_q::before {
  background-image: url(../images/idx07_question01.png);
}
.idx07 .block_faq .item.it02 .bx_q::before {
  background-image: url(../images/idx07_question02.png);
}
.idx07 .block_faq .item.it03 .bx_q::before {
  background-image: url(../images/idx07_question03.png);
}
.idx07 .block_faq .item.it04 .bx_q::before {
  background-image: url(../images/idx07_question04.png);
}
.idx07 .block_faq .item.it05 .bx_q::before {
  background-image: url(../images/idx07_question05.png);
}
.idx07 .block_faq .bx_q, .idx07 .block_faq .bx_a {
  position: relative;
}
.idx07 .block_faq .bx_q::before, .idx07 .block_faq .bx_a::before {
  content: "";
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: round(8em, 1px);
  height: round(8em, 1px);
}
.idx07 .block_faq .bx_q {
  padding-left: 10em;
  cursor: pointer;
}
.idx07 .block_faq .bx_q::before {
  left: 0;
}
.idx07 .block_faq .bx_q.rotate .ic_plus::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
.idx07 .block_faq .bx_a {
  padding-right: 11.5em;
  margin-top: 2.3em;
  margin-left: auto;
  width: calc(100% - 10em);
}
.idx07 .block_faq .bx_a::before {
  right: 0;
  background-image: url(../images/idx07_answer.png);
}
.idx07 .block_faq .title {
  position: relative;
  border-radius: 20px;
  background-color: #f8f2ee;
  padding: 1em 3.1818181818em 1.045454545em 2.5em;
  font-size: 2.2em;
  color: var(--clr1);
  font-weight: 500;
  line-height: 1.6;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx07 .block_faq .ic_plus {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.4em;
  margin: auto;
  width: round(3.6em, 1px);
  height: round(3.6em, 1px);
  background-color: var(--main-color);
  border-radius: 50%;
}
.idx07 .block_faq .ic_plus::before, .idx07 .block_faq .ic_plus::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.idx07 .block_faq .ic_plus::before {
  width: 1.8em;
  height: 2px;
}
.idx07 .block_faq .ic_plus::after {
  width: 2px;
  height: 1.8em;
}
.idx07 .block_faq .content {
  background-color: var(--main-color);
  color: #ffffff;
  padding: 1.7em 5.4em 1.9em;
  border-radius: 20px 20px 0 20px;
  position: relative;
}
.idx07 .block_faq .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -3em;
  width: 3em;
  height: 3em;
  background: url(../images/idx07_faq_bf.svg) no-repeat center/contain;
}
.idx07 .block_faq .content p {
  font-size: 2.2em;
  font-weight: 500;
  line-height: 2;
}

@media only screen and (min-width: 769px) {
  .idx07 .block_faq .bx_q:hover .title {
    background-color: #f9e8dc;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx07 {
    padding-bottom: 70px;
  }
  .idx07 .tl_h3 {
    margin-bottom: 20px;
  }
  .idx07 .box_title {
    padding-top: 45px;
  }
  .idx07 .box_title::before {
    font-size: 5px;
  }
  .idx07 .block_faq .item {
    font-size: min(10px, 1.1vw);
  }
  .idx07 .block_faq .title {
    padding-left: 1.5em;
  }
}
.idx08 {
  padding: 100px 0;
  background: url(../images/idx08_bg.jpg) no-repeat center/cover;
}
.idx08 .block_price {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 60px;
  position: relative;
  z-index: 0;
  padding: 95px 64px 80px 60px;
}
.idx08 .block_price::before {
  content: "";
  position: absolute;
  inset: 20px;
  background-color: #ffffff;
  border-radius: 40px;
  z-index: -1;
}
.idx08 h3 {
  margin-bottom: 58px;
}
.idx08 .tbl_price {
  border-collapse: separate;
  border-spacing: 0px 2px;
  overflow: hidden;
  border-radius: 25px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
}
.idx08 .tbl_price th, .idx08 .tbl_price td {
  text-align: center;
  border: 0;
}
.idx08 .tbl_price th {
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 40%;
  padding: 1.35em 1em 1.25em;
}
.idx08 .tbl_price td {
  background-color: #f8f2ee;
  padding: 2.7em 2em 2.455em;
}
.idx08 .tbl_price .txt_price {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.idx08 .tbl_price .txt_price .price {
  font-size: 1.6666666667em;
  line-height: 1;
  color: var(--main-color);
  letter-spacing: 0.1em;
}
.idx08 .tb_note {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.14em;
  margin-top: 18px;
}
.idx08 .bnr_price {
  background: url(../images/bnr_price_bg.png) no-repeat center top/100% auto;
  background-color: #8cbd66;
  border-radius: 10px;
  color: #ffffff;
  max-width: 568px;
  width: 100%;
  margin: 31px auto 0;
  padding: 2.6em 3.7em 2.5em 3.7em;
  height: 14em;
  font-size: 10px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx08 .bnr_price::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2em;
  width: 1em;
  height: 1.6em;
  background: url(../images/ic_arrow.svg) no-repeat center/contain;
  margin: auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx08 .bnr_price .icon {
  position: relative;
  padding-left: 12.8em;
}
.idx08 .bnr_price .icon::before {
  content: "";
  position: absolute;
  top: -0.1em;
  left: 0;
  width: round(9em, 1px);
  height: round(9em, 1px);
  background: url(../images/ic_cal.svg) no-repeat center/contain;
  background-color: #ffffff;
  border-radius: 50%;
}
.idx08 .bnr_price .title {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.1666666667em;
}
.idx08 .bnr_price .txt {
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.5;
  margin-left: -0.1875em;
  font-size: 1.6em;
}

.block_contact {
  padding: 100px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(218, 153, 112)), to(rgb(207, 107, 44)));
  background-image: linear-gradient(0deg, rgb(218, 153, 112) 0%, rgb(207, 107, 44) 100%);
}
.block_contact .tl_h3 {
  letter-spacing: 0.1em;
  line-height: 1.25;
}
.block_contact .tl_h3 .tt02 {
  letter-spacing: -2px;
}

@media only screen and (min-width: 769px) {
  .block_contact .fblock {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block_contact .tl_h3 {
    width: 43%;
    margin-top: -11px;
  }
  .block_contact .b_contact {
    width: 57%;
  }
  .idx08 .bnr_price:hover {
    background-color: #6bac38;
  }
  .idx08 .bnr_price:hover::after {
    right: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx08 h3 {
    margin-bottom: 25px;
  }
  .idx08 .block_price {
    padding: 75px 7% 80px;
  }
  .idx08 .block_price::before {
    inset: 15px;
  }
  .idx08 .tbl_price {
    font-size: min(10px, 1.1vw);
  }
  .idx08 .tb_note {
    font-size: 16px;
  }
  .idx08 .bnr_price {
    max-width: 530px;
  }
  .block_contact {
    padding: 70px 0;
  }
  .block_contact .tl_h3 {
    font-size: min(23px, 1.8vw);
  }
  .block_contact .fblock {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
  }
  .block_contact .b_contact {
    width: 56%;
  }
}
@media only screen and (max-width: 1000px) {
  .block_contact .tl_h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .block_contact .b_contact {
    width: 100%;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
}
.idx09 {
  padding: 120px 0px 122px;
  position: relative;
  z-index: 1;
}
.idx09::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1730px;
  background: url(../images/idx09_bg.jpg) no-repeat center top/cover;
  background-color: #f7f2ee;
  z-index: -1;
}
.idx09 .box_name {
  position: absolute;
  top: 76px;
  right: 177px;
  width: 100%;
  text-align: center;
  font-size: 10px;
}
.idx09 .box_name .pos {
  font-size: 2.4em;
  font-weight: 500;
  color: var(--clr1);
  letter-spacing: 0.14em;
  margin-bottom: 0.625em;
  margin-left: 0.125em;
}
.idx09 .box_name .name {
  background-color: var(--main-color);
  border-radius: 5px;
  padding: 1em 0.6666666667em 0.6666666667em;
  font-size: 1.8em;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.14em;
}
.idx09 .box_name .name span {
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0.14em;
  margin-top: 0.25em;
}
.idx09 .box_title {
  position: relative;
  margin-top: 60px;
  margin-bottom: 42px;
  width: 100%;
}
.idx09 .box_title .tl_heading {
  position: relative;
}
.idx09 .box_title .txt_en {
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.33);
  position: absolute;
  left: -144px;
  bottom: -9px;
}
.idx09 .greeting_img {
  position: relative;
}
.idx09 .greeting_cont p {
  line-height: 2.15;
  margin-bottom: 14px;
}
.idx09 .greeting_cont .sub {
  font-size: 24px;
  font-weight: bold;
  line-height: 2.48;
  margin-bottom: 19px;
}
.idx09 .greeting_cont .sub span {
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.25em 0.5416666667em 0.5416666667em 0.2916666667em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.idx09 .b_work {
  background-color: #f8f2ee;
  border-top-right-radius: 40px;
  padding: 37px 50px 0 0px;
  display: table;
  margin-top: -107px;
  margin-left: 2px;
  position: relative;
  max-width: 763px;
  width: 100%;
}
.idx09 .work_tl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: var(--clr1);
  position: relative;
  z-index: 0;
  display: table;
  padding-bottom: 0.25em;
  margin-bottom: 1.333333333em;
}
.idx09 .work_tl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.5416666667em;
  width: calc(100% - 1.0416666667em);
  height: 0.625em;
  background-color: rgba(240, 128, 59, 0.23);
  z-index: -1;
}
.idx09 .work_list {
  margin: 0 7px;
}
.idx09 .work_list .item {
  width: calc(25% - 10px);
  margin: 0 5px;
  max-width: 160px;
}
.idx09 .work_list img {
  border-radius: 5px;
}
.idx09 .btn-group {
  display: block;
  margin-top: 58px;
}
.idx09 .btn-group .btn {
  margin: 20px 0;
  width: 100%;
  max-width: 330px;
}

@media only screen and (min-width: 769px) {
  .idx09 .tl_heading {
    text-align: left;
    left: -8px;
  }
  .idx09 .b_grid {
    -ms-grid-columns: 46% 48.5%;
    grid-template-columns: 46% 48.5%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .idx09 .greeting_img figure {
    max-width: 910px;
    width: 100%;
    margin-left: auto;
  }
  .idx09 .greeting_img figure img {
    border-radius: 40px 0 0 40px;
  }
  .idx09 .greeting_cont p:not(.sub) {
    padding-left: 8px;
  }
  .idx09 .box_title, .idx09 .greeting_cont {
    max-width: 615px;
    margin-left: auto;
    margin-right: 7%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx09::before {
    height: calc(100% + 400px);
  }
  .idx09 .box_name {
    right: 90px;
    top: 55px;
  }
  .idx09 .b_work {
    margin-left: 0;
  }
  .idx09 .box_title .txt_en {
    left: -4vw;
    font-size: min(150px, 10.5vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1500px) {
  .idx09::before {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .idx09 .box_title {
    margin-bottom: 12px;
  }
  .idx09 .box_name {
    font-size: min(8px, 0.8vw);
  }
  .idx09 .btn-group {
    margin-top: 35px;
  }
  .idx09 .btn-group .btn {
    margin: 15px 0;
  }
  .idx09 .b_work {
    width: 90%;
    padding-right: 30px;
    padding-top: 20px;
    margin-top: -4vw;
  }
  .idx09 .work_tl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .idx09 .greeting_cont .sub {
    font-size: min(20px, 2.4vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .idx09 {
    padding: 100px 0px 70px;
  }
  .idx09 .box_title {
    margin-top: 0;
  }
  .idx09 .box_name {
    right: 68px;
  }
  .idx09 .greeting_cont p {
    line-height: 2;
    margin-bottom: 10px;
  }
}
.idx_map {
  height: 388px;
}
.idx_map iframe {
  height: 100%;
}

.idx10 {
  padding: 121px 0px 120px;
  position: relative;
  z-index: 1;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.idx10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 120px;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  border-radius: 40px 0 0 40px;
}
.idx10 .block_clinic {
  position: relative;
  z-index: 0;
}
.idx10 .block_clinic::before {
  content: "";
  position: absolute;
  top: -6.5em;
  right: -33em;
  z-index: -1;
  background: url(../images/ic_logo.svg) no-repeat center top/contain;
  width: 67.2em;
  height: 47.7em;
  font-size: 10px;
}
.idx10 .box_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.idx10 .box_info dl:first-child {
  margin-bottom: 10px;
}
.idx10 .box_info dl:last-child {
  margin-bottom: 0;
}
.idx10 .box_info dt, .idx10 .box_info dd {
  font-size: 18px;
  line-height: 2;
}
.idx10 .box_info dt {
  width: 106px;
  font-weight: 500;
}
.idx10 .box_info dd {
  width: calc(100% - 106px);
}
.idx10 .box_info dd span {
  letter-spacing: 0.045em;
}
.idx10 .box_info dd a {
  font-size: 1.333333333em;
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  top: 2px;
}
.idx10 .tl_h3 {
  margin-top: 34px;
  margin-bottom: 37px;
  color: #000;
  letter-spacing: 0.1em;
}
.idx10 .tl_h3 span {
  letter-spacing: 0.1em;
}
.idx10 .btn {
  margin-top: 53px;
  max-width: 330px;
  margin-left: 1px;
}
.idx10 .col_map {
  border-radius: 10px;
  overflow: hidden;
  background-color: #f8f2ee;
}
.idx10 .col_map .b_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 46px 10px 38px 30px;
}
.idx10 .col_map p {
  margin-bottom: 0;
}
.idx10 .col_map .map_tl {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.25;
  color: var(--main-color);
  position: relative;
  padding-right: 0.55555556em;
  margin-right: 1.722222222em;
  width: 12em;
}
.idx10 .col_map .map_tl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: calc(100% - 8px);
  background-color: #d9d0ca;
}
.idx10 .col_map .map_tl .icon {
  position: relative;
  padding-left: 3.33333333em;
}
.idx10 .col_map .map_tl .icon::before {
  content: "";
  position: absolute;
  top: -0.4375em;
  left: 0;
  background: url(../images/ic_train.svg) no-repeat center top/contain;
  width: 1.6111111111em;
  height: 2.3333333333em;
}
.idx10 .col_map .map_txt {
  font-size: 14px;
  line-height: 2.1;
  margin-top: -9px;
}

@media only screen and (min-width: 769px) {
  .idx10 .block_clinic {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .idx10 .col_map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 57%;
    max-width: 717px;
  }
  .idx10 .col_info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
    max-width: 484px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx10::before {
    left: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx10 {
    padding: 90px 0px 90px 4%;
  }
  .idx10 .block_clinic::before {
    font-size: min(6px, 0.4vw);
    right: -15em;
  }
  .idx10 .tl_h3 {
    margin-bottom: 16px;
  }
  .idx10 .box_info dt, .idx10 .box_info dd {
    font-size: 16px;
  }
  .idx10 .box_info dt {
    width: 90px;
  }
  .idx10 .box_info dd {
    width: calc(100% - 90px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .idx10 {
    padding: 60px 0px 60px 4%;
  }
  .idx10 .block_clinic::before {
    right: -12em;
  }
  .idx10 .col_info {
    width: 49%;
  }
  .idx10 .col_map {
    width: 48%;
  }
  .idx10 .col_map .map_tl {
    font-size: 16px;
    padding-right: 0;
    margin-right: 0.7em;
    width: 9em;
  }
  .idx10 .col_map .map_tl .icon {
    padding-left: 1.7em;
  }
  .idx10 .col_map .map_tl .icon::before {
    top: 0.2em;
    width: 1.2em;
    height: 1.7em;
  }
  .idx10 .col_map .map_txt {
    font-size: 12px;
  }
  .idx10 .col_map .b_map {
    padding: 25px 10px 20px 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx_map {
    height: 330px;
  }
  .idx10 .tl_h3 {
    margin-top: 0;
  }
  .idx10 .btn {
    margin-top: 30px;
  }
  .idx10 .col_map .b_map {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px 5% 20px;
  }
  .idx10 .col_map .map_tl {
    padding-right: 0;
    padding-bottom: 5px;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .idx10 .col_map .map_tl:after {
    width: 100%;
    height: 1px;
    top: unset;
    bottom: 0;
  }
  .idx10 .col_map .map_tl .icon {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .idx10 .col_map .map_txt {
    padding-left: 0;
    margin-top: 0;
    width: 100%;
  }
}
.idx11 {
  padding: 154px 0 40px;
  position: relative;
  z-index: 0;
}
.idx11::before {
  content: "";
  position: absolute;
  top: -400px;
  left: 0;
  width: 100%;
  height: calc(100% + 680px);
  background-image: linear-gradient(15deg, rgb(240, 192, 161) 86%, rgb(225, 214, 206) 99%);
  z-index: -1;
  opacity: 0.17;
}
.idx11 .box_title {
  position: relative;
  margin-bottom: 76px;
}
.idx11 .box_title .txt_en {
  position: absolute;
  bottom: -15px;
  left: -94px;
  letter-spacing: 0;
  color: rgb(255, 255, 255);
}
.idx11 .box_title .tl_heading {
  position: relative;
  letter-spacing: 0.1em;
  color: #000;
}
.idx11 .btn {
  max-width: 280px;
}
.idx11 .post_list li {
  border-bottom: 1px solid #d9d0ca;
  width: auto;
}
.idx11 .post_list li:first-child {
  border-top: 1px solid #d9d0ca;
}
.idx11 .post_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  padding: 24px 40px 26px 32px;
  --w: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
  position: relative;
}
.idx11 .post_list li a::after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: 0;
  right: 26px;
  mask-image: url(../images/ic_arrow.svg);
  -webkit-mask-image: url(../images/ic_arrow.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: #817975;
  margin: auto;
  width: 6px;
  height: 10px;
}
.idx11 .post_list li a span {
  display: inline-block;
}
.idx11 .post_list li a:hover {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx11 .post_list li a:hover {
    background-color: #ffefe4;
  }
}
.idx11 .post_list li a .date {
  width: var(--w);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #6e6e6e;
  font-size: 16px;
}
.idx11 .post_list li a .cate {
  width: 100px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
  padding: 5px 10px 7px;
  position: relative;
  top: 5px;
  font-size: 16px;
}
.idx11 .post_list li a .cate.news {
  background-color: #e9cc47;
}
.idx11 .post_list li a .cate.column {
  background-color: #8cbd66;
}
.idx11 .post_list li a .title {
  width: 100%;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: 0.1em;
  margin-top: 1px;
  font-size: 18px;
}

@media only screen and (min-width: 769px) {
  .idx11 .tl_heading {
    text-align: left;
    left: -4px;
  }
  .idx11 .b_grid {
    -ms-grid-columns: 26% 68%;
    grid-template-columns: 26% 68%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .idx11 .post_list {
    margin-top: -34px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1500px) {
  .idx11 {
    padding: 154px 0 38px 4%;
  }
  .idx11 .box_title .txt_en {
    left: -4.2vw;
    bottom: -8px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .idx11 {
    padding: 115px 0 10px 4%;
  }
  .idx11 .box_title .txt_en {
    font-size: min(100px, 12vw);
  }
  .idx11 .post_list {
    max-width: calc(100% - 60px);
  }
  .idx11 .post_list li a {
    padding: 14px 39px 14px 15px;
  }
  .idx11 .post_list li a .date {
    font-size: 14px;
  }
  .idx11 .post_list li a .cate {
    top: 3px;
    font-size: 14px;
  }
  .idx11 .post_list li a .title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .idx11 .post_list {
    max-width: 100%;
  }
}