.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 810px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.home_page .key::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: -100px;
  left: 0;
  background-image: url(../images/key-bg-before.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: calc(100% + 379px);
}
.home_page .key .inner {
  position: relative;
  width: 100%;
  max-width: 1760px;
}
.home_page .key .key_text {
  position: relative;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 91px;
  padding-top: 126px;
}
.home_page .key .key-video {
  max-width: 1440px;
  width: 85%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-radius: 40px 200px 40px 200px;
  overflow: hidden;
  background: url(../images/idx_mv.jpg) no-repeat center /cover;
}
.home_page .key .key-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home_page .key .catch {
  font-size: 10px;
}
.home_page .key h2 {
  margin-bottom: 0.34em;
  font-size: 5em;
  letter-spacing: 0.24em;
  font-weight: 500;
  font-family: var(--f-en);
  color: #fff;
}
.home_page .key h2 span {
  display: inline-block;
  line-height: 1;
  padding: 0.38em 0.2em 0.42em 0.52em;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.home_page .key h2 span:last-child {
  margin-bottom: 0;
}
.home_page .key h2 span::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  border-radius: 45px;
}
.home_page .key p {
  font-size: 2.2em;
  letter-spacing: 0.26em;
}
.home_page .key p span {
  display: table;
  background-color: #fff;
  border-radius: 23px;
  margin-bottom: 0.4545454545em;
  line-height: 1;
  padding: 0.4545454545em 0px 0.6363636364em 1.2727272727em;
}
.home_page .key p span:last-child {
  padding-top: 0.3636363636em;
  padding-bottom: 0.4545454545em;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .home_page .key p .line-sp {
    margin: 0 !important;
    padding: 0 !important;
    display: unset;
  }
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --height: 92vh;
    --min-height: unset;
    --max-height: unset;
  }
  .home_page .key::before {
    background-size: 100% auto;
    height: calc(100% + 560px);
  }
  .home_page .key .inner {
    max-width: 100%;
  }
  .home_page .key .key-video {
    max-width: 100%;
    width: 90%;
  }
}
.home_page .topic_path {
  display: none;
}
.home_page .home-title {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 10px;
}
.home_page .home-title .en,
.home_page .home-title h3 {
  line-height: 1;
}
.home_page .home-title .en {
  font-size: 11em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
.home_page .home-title h3 {
  color: #524c49;
  letter-spacing: 0.14em;
  font-size: 2.8em;
  margin-top: -1.4642857143em;
  position: relative;
  font-weight: 500;
}
.home_page .home-title h3::after {
  display: block;
  content: "";
  background-image: url(../images/shape-h3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 216px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.8928571429em;
}
.home_page .home-title.white .en,
.home_page .home-title.white h3 {
  color: #fff;
}
.home_page .home-title.white h3::after {
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .home-title {
    font-size: 8px;
  }
}

@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 0.9vmin);
    --max-height: calc(100vh - var(--wrapper));
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    --min-height: unset;
    --max-height: calc(100vh - 120px);
  }
  .home_page .key::before {
    height: calc(100% + 370px);
  }
  .home_page .key .inner {
    padding-right: 50px;
  }
  .home_page .key .key-video {
    width: 77%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key::before {
    height: calc(100% + 340px);
  }
  .home_page .key .catch {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .home_page .key::before {
    height: calc(100% + 320px);
  }
  .home_page .key .inner {
    padding-right: 40px;
  }
  .home_page .key .key_text .item {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key::before {
    height: calc(100% + 280px);
  }
  .home_page .key h2{font-size: 4em;}
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .home_page .key::before {
    height: calc(100% + 270px);
  }
  .home_page .key .inner {
    padding-right: 30px;
  }
  .home_page .key .catch {
    font-size: 7px;
  }
  .home_page .key .key-video {
    border-radius: 30px 150px 30px 150px;
  }
  .home_page .key .key_text .item {
    padding-left: 0;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx01 {
  position: relative;
  padding-top: 235px;
  padding-bottom: 160px;
  background-image: url(../images/idx01-bg.jpg);
}
.idx01::before, .idx01::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx01::before {
  top: 20px;
  right: 0;
  background-image: url(../images/idx01-bg1.png);
  width: 704px;
  height: 750px;
}
.idx01::after {
  bottom: -35px;
  left: 0;
  width: 866px;
  height: 741px;
  background-image: url(../images/idx01-bg2.png);
}
.idx01 .inner_big {
  max-width: 1433px;
}
.idx01 .home-title .en {
  color: #faf5f3;
}
.idx01 .flex {
  justify-content: center;
  gap: 20px;
  margin-top: 44px;
}
.idx01-item {
  max-width: 630px;
  width: calc(50% - 20px);
  height: min(340px, 24vw);
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-left: 59px;
  padding-top: 42px;
  box-shadow: 0px 25px 39.16px 4.84px rgba(0, 0, 0, 0.04);
}
.idx01-item::after, .idx01-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transition: all 0.3s;
}
.idx01-item::before {
  opacity: 0;
  z-index: -1;
}
.idx01-item::after {
  display: none;
}
.idx01-item.img01 {
  background-image: url(../images/idx01-img01.jpg);
}
@media only screen and (min-width: 769px) {
  .idx01-item.img01:hover::before {
    opacity: 30%;
    background-image: -moz-linear-gradient(-90deg, rgb(152, 206, 151) 0%, rgb(202, 235, 202) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(152, 206, 151) 0%, rgb(202, 235, 202) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(152, 206, 151) 0%, rgb(202, 235, 202) 100%);
  }
}
.idx01-item.img02 {
  background-image: url(../images/idx01-img02.jpg);
}
@media only screen and (min-width: 769px) {
  .idx01-item.img02:hover::before {
    opacity: 30%;
    background-image: -moz-linear-gradient(90deg, rgb(229, 192, 192) 0%, rgb(231, 154, 156) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(229, 192, 192) 0%, rgb(231, 154, 156) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(229, 192, 192) 0%, rgb(231, 154, 156) 100%);
  }
}
.idx01-item.img03 {
  background-image: url(../images/idx01-img03.jpg);
}
@media only screen and (min-width: 769px) {
  .idx01-item.img03:hover::before {
    opacity: 30%;
    background-image: -moz-linear-gradient(90deg, rgb(197, 233, 243) 0%, rgb(128, 177, 190) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(197, 233, 243) 0%, rgb(128, 177, 190) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(197, 233, 243) 0%, rgb(128, 177, 190) 100%);
  }
}
.idx01-item.img04 {
  background-image: url(../images/idx01-img04.jpg);
}
@media only screen and (min-width: 769px) {
  .idx01-item.img04:hover::before {
    opacity: 30%;
    background-image: -moz-linear-gradient(-90deg, rgb(165, 162, 149) 0%, rgb(212, 210, 201) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(165, 162, 149) 0%, rgb(212, 210, 201) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(165, 162, 149) 0%, rgb(212, 210, 201) 100%);
  }
}
.idx01-title {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 10px;
  padding-bottom: 184px;
  margin-bottom: 0;
}
.idx01-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 80px;
  height: 115px;
  background-image: url(../images/idx01-arr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx01-title .jp {
  font-size: 2.4em;
  letter-spacing: 0.14em;
  font-weight: 400;
  margin-right: 0.833333em;
}
.idx01-title .en {
  font-size: 1.6em;
  letter-spacing: 0.057em;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .idx01 .home-title {
    text-align: right;
  }
  .idx01 .home-title h3 {
    padding-right: 1.6428571429em;
    margin-top: -1.3214285714em;
  }
  .idx01 .home-title h3::after {
    margin-right: 12px;
    margin-left: auto;
    margin-top: 25px;
  }
  .idx01-item:nth-child(2n) {
    top: 2.5em;
  }
  .idx01-item:hover::before {
    opacity: 20%;
  }
  .idx01-title .en {
    position: relative;
    top: -3px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx01 {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx01 {
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .idx01-title {
    padding-bottom: 130px;
  }
  .idx01-item {
    padding-left: 40px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx01 {
    padding-top: 120px;
  }
  .idx01-item {
    padding-left: 30px;
    padding-top: 20px;
  }
  .idx01-title {
    font-size: 8px;
    padding-bottom: 100px;
  }
  .idx01-title::before {
    width: 60px;
    height: 95px;
  }
}

.idx02 {
  background-position: top center;
  padding-top: 76px;
  padding-bottom: 89px;
  position: relative;
  z-index: 1;
}
.idx02::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 527px);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/idx02-bg.png);
}
@media only screen and (min-width: 1921px) {
  .idx02::before {
    height: 225%;
    background-image: url(../images/idx02-bg1921.png);
    background-size: 100% 100%;
  }
}
.idx02 .inner_big {
  max-width: 1480px;
  position: relative;
  padding-bottom: 92px;
}
.idx02 .inner_big::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(50% - 4px);
  transform: translateX(-50%);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../images/idx02-line.png);
  width: 100%;
  max-width: 1277px;
  height: 4px;
}
.idx02 .flex {
  font-size: min(10px, 0.67vw);
  margin-top: 6.7em;
  width: 144em;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.idx02-shape {
  position: absolute;
  top: -2.7em;
  left: calc(50% - 13.9em);
  width: 27.9em;
  height: 14.7em;
}
.idx02-list {
  --base: 8em;
  --far: calc(var(--base) * 3.0625);
}
.idx02-list li {
  width: 46em;
  margin: 3em auto;
}
.idx02-list li a {
  transition: all 0.3s;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fef7f4;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.8em;
  letter-spacing: 0.05em;
  min-height: 5.5555555556em;
  color: #c97577;
  padding-left: 2.3888888889em;
  line-height: 1.6666666667;
  position: relative;
}
@media only screen and (min-width: 1281px) {
  .idx02-list li a {
    padding-bottom: 2px;
  }
}
.idx02-list li a::after {
  position: absolute;
  content: "";
  top: calc(50% - 0.38889em);
  right: 1.4444444444em;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='28px'%3E%3Cpath fill-rule='evenodd' fill='rgb(231, 154, 156)' d='M14.916,14.732 L1.669,27.979 L0.013,26.323 L12.340,13.996 L0.013,1.669 L1.669,0.013 L14.916,13.260 L14.180,13.996 L14.916,14.732 Z'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  background-color: #e79a9c;
  width: 0.4444444444em;
  height: 0.7777777778em;
}
@media only screen and (min-width: 769px) {
  .idx02-list:first-child li:first-child, .idx02-list:first-child li:nth-child(3) {
    transform: translateX(var(--base));
  }
  .idx02-list:first-child li:last-child {
    transform: translateX(var(--far));
  }
  .idx02-list:nth-of-type(2) li:first-child, .idx02-list:nth-of-type(2) li:nth-child(3) {
    transform: translateX(calc(var(--base) * -1));
  }
  .idx02-list:nth-of-type(2) li:last-child {
    transform: translateX(calc(var(--far) * -1));
  }
}
@media only screen and (min-width: 769px) {
  .idx02-list li a:hover {
    opacity: 1;
    background-color: #e79a9c;
    color: #fff;
  }
  .idx02-list li a:hover::after {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx02::before {
    background-image: url(../images/idx02-bg-1366.png);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx02 .inner_big::after {
    width: calc(100% - 40px);
    left: 50%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx02 {
    padding-top: 50px;
  }
  .idx02 .flex {
    font-size: min(10px, 0.66vw);
  }
  .idx02 .inner_big {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx02 .flex {
    font-size: min(10px, 0.65vw);
  }
  .idx02::before {
    height: calc(100% + 221px);
  }
}

.idx03 {
  position: relative;
  z-index: 2;
  padding-bottom: 150px;
}
.idx03::before, .idx03::after {
  position: absolute;
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.idx03::after {
  z-index: -1;
  background: url(../images/idx03-bg.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: min(1309px, 70vw);
  bottom: 0;
  left: 0;
}
.idx03::before {
  font-size: 10px;
  top: -24.5em;
  left: -0.8em;
  width: 38.8em;
  height: 32.4em;
  background-image: url(../images/idx03-shape-bg.png);
}
@media only screen and (min-width: 1921px) {
  .idx03::after {
    height: 85%;
    background-size: 100% 100%;
  }
}
.idx03 .home-title .en {
  opacity: 60%;
}
.idx03-txt {
  text-align: center;
  margin-top: 46px;
}
.idx03-title {
  font-size: 10px;
  text-align: center;
  margin-top: 97px;
}
.idx03-title p {
  line-height: 1;
}
.idx03-title .jp {
  font-size: 2.4em;
  letter-spacing: 0.14em;
  color: #524c49;
  font-weight: 500;
}
.idx03-title .en {
  font-size: 1.6em;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #e79a9c;
  text-transform: uppercase;
  padding-top: 2px;
}
.idx03-flow {
  font-size: min(10px, 0.75vw);
  width: 128em;
  margin-top: -10em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.idx03-flow::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 21.1em;
  left: calc(50% - 50em);
  width: 100em;
  height: 18.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/idx03-arr-flow.png);
}
.idx03-item {
  width: 28em;
  position: relative;
}
.idx03-circle {
  border-radius: 50%;
  height: 28em;
  background-color: #f8f1ee;
}
.idx03-content {
  margin-top: -2.8em;
}
.idx03-content p {
  line-height: 1;
  text-align: center;
}
.idx03-content .num {
  color: #e79a9c;
  font-size: 4.6em;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: var(--f-en);
  margin-bottom: 0.2608695em;
}
.idx03-content .text {
  font-size: 2.4em;
  letter-spacing: 0.1em;
  color: #6f6763;
  line-height: 1.5833333333;
}
@media only screen and (min-width: 769px) {
  .idx03-item:nth-child(2), .idx03-item:nth-child(3) {
    margin-top: 16.8em;
  }
  .idx03-item:nth-child(2) {
    left: -1.3em;
  }
  .idx03-item:nth-child(3) {
    left: 0.8em;
  }
}
@media only screen and (min-width: 1281px) {
  .idx03 .home-title h3 {
    margin-top: -37px;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx03::before {
    font-size: min(8px, 0.5vw);
    top: -10em;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx03::before {
    font-size: min(8px, 0.6vw);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx03 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx03 {
    padding-bottom: 80px;
  }
  .idx03-flow {
    font-size: 0.74vw;
  }
  .idx03-title {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx03::before {
    top: -21em;
    font-size: 0.5vw;
  }
  .idx03-flow {
    font-size: 0.73vw;
  }
  .idx03-txt {
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}

.idx04 {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 178px;
}
@media only screen and (min-width: 992px) {
  .idx04.bottom {
    padding-bottom: 220px;
  }
}
.idx04::before {
  z-index: -1;
  position: absolute;
  content: "";
  background-color: #f8f8f8;
  width: 100%;
  height: calc(100% + 150px);
  top: -150px;
  left: 0;
}
.idx04 .inner_big {
  max-width: 1434px;
  position: relative;
  z-index: 1;
}
.idx04 .inner_big::before, .idx04 .inner_big::after {
  z-index: -1;
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 10px;
}
.idx04 .inner_big::before {
  top: -54px;
  left: -62px;
  background-image: url(../images/idx04-bg1.jpg);
  width: 69.4em;
  height: 33.5em;
}
.idx04 .inner_big::after {
  background-image: url(../images/idx04-bg2.jpg);
  bottom: -48px;
  right: -423px;
  width: 54em;
  height: 43.2em;
}
.idx04 .home-title {
  margin-bottom: 39px;
}
.idx04 .home-title .en {
  opacity: 60%;
  letter-spacing: 0;
}
.idx04-left {
  max-width: 616px;
  width: 50%;
  position: relative;
  height: 100%;
  padding-bottom: 17.8%;
}
.idx04-left .img1 {
  width: 85%;
  margin-left: 0;
  margin-right: auto;
}
.idx04-left .img2 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 364px;
  width: 60%;
}
.idx04-faq {
  max-width: 720px;
  width: 52%;
}
@media only screen and (min-width: 769px) {
  .idx04 .home-title {
    display: table;
    margin-left: 0;
    margin-right: auto;
  }
  .idx04 .home-title h3 {
    text-align: left;
    padding-left: 2.75em;
    padding-top: 0.1428571em;
  }
  .idx04 .home-title h3::after {
    width: 108px;
    margin-left: 3px;
    background-position: left center;
  }
}
@media only screen and (min-width: 1561px) {
  .idx04 .flex {
    margin-left: 0;
    position: relative;
    left: -58px;
  }
  .idx04-left {
    top: -21px;
    left: -22px;
  }
  .idx04 .home-title {
    left: -23px;
    top: -19px;
    position: relative;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx04 .inner_big::after {
    font-size: 7px;
    right: -25em;
    bottom: -100px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx04 .inner_big {
    max-width: 1280px;
  }
  .idx04-left {
    width: 46%;
  }
  .idx04-faq {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx04-left {
    width: 46%;
  }
  .idx04-faq {
    width: 49%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx04 .inner_big::before {
    font-size: 8px;
  }
  .idx04 .inner_big::after {
    font-size: 5px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx04 .inner_big::before {
    left: -18em;
  }
  .idx04 .inner_big::after {
    font-size: 4px;
    bottom: -120px;
  }
}

.idx05 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  margin-top: -150px;
  --border: 160px;
}
.idx05-inner {
  padding: 0 20px;
  max-width: 1760px;
  margin-left: auto;
  margin-right: auto;
}
.idx05-card {
  border-radius: var(--border) var(--border) 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 128px;
  padding-bottom: 350px;
}
@media only screen and (min-width: 991px) {
  .idx05-card:nth-child(2n) .flex {
    flex-direction: row-reverse;
    margin-right: 0;
    margin-left: auto;
  }
  .idx05-card:nth-child(2n) .idx05-content {
    margin-right: 0;
    margin-left: auto;
  }
  .idx05-card:nth-child(2n) .idx05-img {
    right: auto;
    left: 0;
  }
}
.idx05 .flex {
  max-width: 1580px;
  margin-left: 0;
  margin-right: auto;
  align-items: center;
}
.idx05-left {
  max-width: 1140px;
  width: 75%;
  padding-top: 4.55%;
  position: relative;
}
.idx05-right {
  max-width: 360px;
  width: 25%;
}
.idx05-content {
  background-color: #fff;
  max-width: 540px;
  width: 50%;
  border-radius: 40px;
  padding: 71px 75px 65px 83px;
  position: relative;
  z-index: 1;
}
.idx05-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 710px;
  width: 65%;
}
.idx05-img img {
  border-radius: 40px;
}
@media only screen and (min-width: 991px) {
  .idx05-img.max769 {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .idx05-img.min769 {
    display: none;
  }
}
.idx05-title {
  margin-bottom: 11px;
}
.idx05-title .en {
  white-space: nowrap;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 11px 0 13px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.idx05-title h4 {
  font-size: 26px;
  letter-spacing: 0.14em;
  line-height: 1.7;
  color: var(--clr2);
}
.idx05-title h4 .line {
  font-size: 1.3076923077em;
  letter-spacing: 0.14em;
  position: relative;
}
.idx05-title h4 .line::before {
  position: absolute;
  content: "";
  bottom: -0.2058823529em;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx05-list {
  font-size: 10px;
}
.idx05-list li {
  border-bottom: 1px solid #fff;
}
.idx05-list li a {
  text-decoration: none;
  font-size: 1.8em;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  padding-top: 28px;
  padding-bottom: 31px;
  position: relative;
}
.idx05-list li a::before, .idx05-list li a::after {
  position: absolute;
  content: "";
  transition: all 0.3s;
}
.idx05-list li a::before {
  mask-image: url(../images/idx-arr.png);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  width: 4.5em;
  height: 0.8333333333em;
  background-color: #fff;
  top: calc(50% - 0.3888888889em);
  right: 1em;
}
.idx05-list li a::after {
  top: calc(50% - 1.2777777778em);
  right: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 2.5555555556em;
  height: 2.5555555556em;
}
.idx05-list li a:hover {
  color: #fff;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .idx05-list li a:hover::after {
    background-color: #fff;
    opacity: 40%;
  }
}
.idx05 .card1 {
  background-image: url(../images/idx05-bg1.jpg);
}
.idx05 .card1 .idx05-title .en {
  background-color: #f1fbf1;
  color: #98ce97;
}
.idx05 .card1 h4 .line::before {
  width: 4.3823529412em;
  height: 0.2941176471em;
  background-image: url(../images/idx05-shape-icon1.png);
}
.idx05 .card2 {
  margin-top: -180px;
  background-image: url(../images/idx05-bg2.jpg);
}
.idx05 .card2 .idx05-title .en {
  background-color: #fdf0f0;
  color: var(--main-color);
}
.idx05 .card2 h4 .line::before {
  width: 5.5294117647em;
  height: 0.2941176471em;
  background-image: url(../images/idx05-shape-icon2.png);
}
.idx05 .card3 {
  margin-top: -180px;
  background-image: url(../images/idx05-bg3.jpg);
}
.idx05 .card3 .idx05-title .en {
  background-color: #ebf8fc;
  color: #9ecdda;
}
.idx05 .card3 h4 .line::before {
  width: 2.4705882353em;
  height: 0.2941176471em;
  bottom: -0.3235294118em;
  left: -0.1764705882em;
  background-image: url(../images/idx05-shape-icon3.png);
}
.idx05 .card4 {
  margin-top: -180px;
  background-image: url(../images/idx05-bg4.jpg);
}
@media only screen and (min-width: 769px) {
  .idx05 .card4 .idx05-title .line {
    font-size: 1.2307692308em;
  }
}
.idx05 .card4 .idx05-title .en {
  background-color: #f5f2e8;
  color: #b3b0a4;
}
.idx05 .card4 h4 .line::before {
  width: 9.5em;
  height: 0.3125em;
  bottom: -0.25em;
  left: -0.0625em;
  background-image: url(../images/idx05-shape-icon4.png);
}
@media only screen and (max-width: 374px) {
  .idx05 .card4 h4 .line::before {
    left: 0;
    width: 9em;
  }
}
@media only screen and (min-width: 769px) {
  .idx05 .card4 {
    padding-bottom: 185px;
    border-bottom-left-radius: var(--border);
    border-bottom-right-radius: var(--border);
  }
  .idx05 .card4 .idx05-title {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1561px) {
  .idx05-right {
    margin-top: 22px;
  }
  .idx05 .card2 .idx05-content {
    padding: 109px 75px 99px 84px;
  }
  .idx05 .card2 .idx05-title .en {
    padding: 11px 38px 13px 42px;
  }
  .idx05 .card3 .idx05-content {
    padding: 127px 75px 119px 84px;
  }
  .idx05 .card3 .idx05-title {
    margin-bottom: 18px;
  }
  .idx05 .card3 .idx05-right {
    margin-top: 51px;
  }
  .idx05 .card4 {
    padding-top: 113px;
  }
  .idx05 .card4 .idx05-content {
    padding: 109px 75px 100px 84px;
  }
  .idx05 .card4 .idx05-title .en {
    margin-bottom: 5px;
  }
  .idx05 .card4 .idx05-img {
    top: 7px;
  }
  .idx05 .card4 .idx05-right {
    margin-top: 51px;
  }
  .idx05 .card4 .idx05-list li:nth-child(3) a {
    padding-top: 15px;
    padding-bottom: 17px;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 991px) {
  .idx05-left {
    width: 73%;
  }
  .idx05 .card2 .idx05-img {
    top: -30px;
  }
  .idx05 .card3 .idx05-img {
    top: -60px;
  }
  .idx05 .card4 {
    margin-top: -150px;
  }
  .idx05 .card4 .idx05-img {
    top: -35px;
  }
  .idx05-card:nth-child(odd) {
    padding-right: 20px;
  }
  .idx05-card:nth-child(even) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 991px) {
  .idx05-card {
    padding-top: 100px;
    padding-bottom: 280px;
  }
  .idx05-card:nth-child(odd) {
    padding-right: 10px;
  }
  .idx05-card:nth-child(even) {
    padding-left: 10px;
  }
  .idx05-content {
    padding: 40px;
  }
  .idx05-img {
    top: calc(50% - 20em);
  }
  .idx05-left {
    padding-top: 0;
  }
  .idx05 .card2 {
    margin-top: -150px;
  }
  .idx05 .card2 .idx05-img {
    top: calc(50% - 21em);
  }
  .idx05 .card3 {
    padding-top: 180px;
    padding-bottom: 350px;
  }
  .idx05 .card3 .idx05-img {
    top: calc(50% - 20em);
  }
  .idx05 .card4 {
    padding-top: 130px;
  }
  .idx05 .card4 .idx05-img {
    top: calc(50% - 20.5em);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 991px) {
  .idx05 .card1 {
    background-image: url(../images/idx05-bg1-1366.jpg);
  }
  .idx05 .card2 {
    background-image: url(../images/idx05-bg2-1366.jpg);
  }
  .idx05 .card2 .idx05-img {
    top: calc(50% - 19em);
  }
  .idx05 .card3 {
    background-image: url(../images/idx05-bg3-1366.jpg);
  }
  .idx05 .card3 .idx05-img {
    top: calc(50% - 18.5em);
  }
  .idx05 .card4 {
    background-image: url(../images/idx05-bg4-1366.jpg);
    padding-bottom: 150px;
  }
  .idx05 .card4 .idx05-img {
    top: calc(50% - 18.5em);
  }
  .idx05-left {
    width: 66%;
  }
  .idx05-right {
    width: 34%;
    max-width: 400px;
  }
  .idx05-card:nth-child(odd) {
    padding-right: 20px;
  }
  .idx05-card:nth-child(even) {
    padding-left: 20px;
  }
  .idx05-title h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 991px) {
  .idx05-title h4 .line {
    font-size: 30px;
  }
  .idx05-card:nth-child(odd) {
    padding-right: 15px;
  }
  .idx05-card:nth-child(even) {
    padding-left: 15px;
  }
  .idx05-content {
    padding: 20px;
  }
  .idx05-left {
    width: 64%;
  }
  .idx05-img {
    top: calc(50% - 17.5em);
  }
  .idx05 .card2 .idx05-img,
  .idx05 .card3 .idx05-img,
  .idx05 .card4 .idx05-img {
    top: calc(50% - 18em);
  }
  .idx05-list li a {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 991px) {
  .idx05 {
    --border: 100px;
  }
  .idx05-list {
    font-size: 9.5px;
  }
  .idx05-list li a span {
    display: block;
  }
  .idx05-title h4 {
    letter-spacing: 0.05em;
    font-size: 21px;
  }
  .idx05-card {
    padding-bottom: 220px;
  }
  .idx05-card:nth-child(odd) {
    padding-right: 10px;
  }
  .idx05-card:nth-child(even) {
    padding-left: 10px;
  }
  .idx05-left {
    width: 63%;
  }
  .idx05-content {
    width: 53%;
  }
  .idx05 .card2 {
    padding-top: 80px;
  }
  .idx05 .card2 .idx05-img {
    top: calc(50% - 16em);
  }
  .idx05 .card3 {
    margin-top: -150px;
    padding-top: 150px;
    padding-bottom: 250px;
  }
  .idx05 .card3 .idx05-img {
    top: calc(50% - 16em);
  }
  .idx05 .card4 {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .idx05 .card4 .idx05-img {
    top: calc(50% - 16em);
  }
  .idx05 .card4 .idx05-title h4 {
    white-space: wrap;
  }
  .idx05 .card4 h4 .line::before {
    left: -2.6em;
    width: 6em;
  }
}
@media only screen and (max-width: 991px) {
  .idx05 {
    margin-top: -120px;
    --border: 80px;
  }
  .idx05-left {
    width: 100%;
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .idx05-right {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .idx05-img {
    position: unset;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx05-img img {
    border-radius: 20px;
  }
  .idx05-content {
    width: calc(100% - 40px);
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
  }
  .idx05-card {
    padding-top: 50px;
    padding-bottom: 230px;
  }
  .idx05-title {
    margin-bottom: 20px;
  }
  .idx05-title .en {
    margin-left: auto;
    margin-right: auto;
  }
  .idx05-title h4 {
    font-size: 22px;
    text-align: center;
  }
  .idx05 .card4 {
    padding-bottom: 60px;
  }
  .idx05-boxText {
    margin-top: 20px;
  }
}

.idx06 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 92px;
  padding-bottom: 106px;
  position: relative;
  z-index: 1;
}
.idx06::before, .idx06::after {
  position: absolute;
  content: "";
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
.idx06::before {
  top: -110px;
  width: 100%;
  height: calc(100% + 110px);
  background-position: center;
  background-image: url(../images/idx06-bg.jpg);
}
.idx06::after {
  top: -266px;
  left: 0;
  height: calc(100% - 225px);
  border-bottom-right-radius: 60px;
  background-position: top left;
  background-size: 845px auto;
  background-image: url(../images/idx06-shape-bg2.png);
  background-color: #fff;
  max-width: 1315px;
  width: 70%;
}
.idx06 .inner_big {
  max-width: 1740px;
}
.idx06 .inner_sm {
  padding: 0;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.idx06 .home-title .en {
  color: #f7f3f1;
  opacity: 60%;
}
.idx06-title {
  margin-bottom: 16px;
}
.idx06-title .num {
  font-family: var(--f-en);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--main-color);
  font-size: 120px;
  line-height: 0.8;
  margin-bottom: 0.2583333em;
}
.idx06-title .jp {
  font-size: 26px;
  letter-spacing: 0.14em;
  line-height: 1.8461538462;
  color: var(--clr2);
}
.idx06-slider {
  display: flex;
  justify-content: space-between;
}
.idx06-left {
  max-width: 540px;
  width: 45%;
}
.idx06-right {
  max-width: 720px;
  width: 55%;
}
.idx06-right img {
  border-radius: 80px;
}
.idx06-content p {
  font-size: 18px;
  letter-spacing: 0.14em;
  line-height: 2.3333333333;
  font-weight: 500;
}
.idx06 .btn-group {
  margin-top: 55px;
}
@media only screen and (min-width: 769px) {
  .idx06 .slick-dots {
    position: absolute;
    top: calc(50% - 165px);
    left: -220px;
  }
}
.idx06 .slick-dots li {
  margin: 20px 0;
}
.idx06 .slick-dots li button {
  border: 0;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  color: #aaaaaa;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: var(--f-en);
  cursor: pointer;
  transition: all 0.3s;
  background-color: #f8f8f8;
}
.idx06 .slick-dots li button:hover {
  background-color: #ed9167;
  color: #fff;
}
.idx06 .slick-dots .slick-active button {
  background-color: var(--main-color);
  color: #fff;
  box-shadow: 3.371px 8.345px 32px 0px rgba(231, 154, 156, 0.64);
}
.idx06 .btnSlider {
  counter-reset: section;
  margin-top: 166px;
}
.idx06 .btnSlider .slick-list {
  overflow: unset;
}
.idx06-imgBtn {
  width: 305px;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}
.idx06-imgBtn::before, .idx06-imgBtn::after {
  position: absolute;
  content: "";
}
.idx06-imgBtn::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-color: #b9b9b9;
  opacity: 60%;
  transition: all 0.3s;
}
.idx06-imgBtn::after {
  bottom: -32px;
  right: 46px;
  counter-increment: section;
  content: "0" counter(section);
  color: #b9b9b9;
  font-size: 70px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: var(--f-en);
  line-height: 1;
}
.idx06-imgBtn img {
  border-radius: 40px;
}
.idx06-imgBtn.is-active::before {
  opacity: 0;
}
.idx06-imgBtn.is-active::after {
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx06-imgBtn:hover::after {
    color: var(--main-color);
  }
}
@media only screen and (min-width: 1281px) {
  .idx06-title .num {
    position: relative;
    left: -5px;
  }
  .idx06 .home-title h3 {
    margin-top: -38px;
  }
  .idx06-content p {
    margin-bottom: 10px;
  }
  .idx06-right {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1441px) {
  .idx06 .inner_sm {
    position: relative;
    left: 40px;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx06 .slick-dots {
    left: -110px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx06 .slick-dots {
    left: 0;
  }
  .idx06-slider {
    padding-left: 80px;
  }
  .idx06 .btnSlider {
    left: 45px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx06::after {
    height: calc(100% - 160px);
  }
  .idx06-right {
    width: 53%;
  }
  .idx06 .btnSlider {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1140px;
    margin-top: 100px;
  }
  .idx06 .slick-dots {
    left: 20px;
  }
  .idx06-slider {
    padding-left: 110px;
  }
  .idx06-imgBtn {
    width: 270px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx06::after {
    height: calc(100% - 170px);
    width: 80%;
  }
  .idx06-right {
    width: 50%;
  }
  .idx06-title .num {
    font-size: 100px;
    margin-bottom: 0.2em;
  }
  .idx06-title .jp {
    font-size: 22px;
  }
  .idx06-content p {
    font-size: 16px;
    line-height: 2;
  }
  .idx06-imgBtn {
    max-width: 270px;
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx06 {
    padding-top: 60px;
  }
  .idx06::after {
    height: calc(100% - 110px);
  }
  .idx06-slider {
    padding-left: 75px;
  }
  .idx06 .btn-group {
    margin-top: 30px;
  }
  .idx06-imgBtn {
    max-width: 228px;
  }
  .idx06-imgBtn::after {
    bottom: -15px;
    right: 15px;
    font-size: 60px;
  }
  .idx06 .slick-dots {
    left: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx06::after {
    height: calc(100% - 50px);
  }
  .idx06-right {
    width: 45%;
  }
  .idx06-right img {
    border-radius: 40px;
  }
  .idx06-left {
    width: 52%;
  }
  .idx06-title .num {
    font-size: 90px;
  }
  .idx06-imgBtn {
    max-width: 164px;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.idx07 {
  background-color: #f8f8f8;
  padding-top: 91px;
  padding-bottom: 192px;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.idx07::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  width: 96%;
  height: 100%;
  max-width: 1820px;
  background-image: url(../images/idx07-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 80px 0 0 80px;
}
.idx07-content {
  max-width: 535px;
  margin-right: 0;
  margin-left: auto;
}
.idx07-content p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.14em;
}
.idx07 .home-title {
  margin-bottom: 43px;
}
.idx07 .home-title .en {
  opacity: 20%;
}
.idx07 .home-title h3::after {
  filter: brightness(0) invert(1);
}
.idx07-txt p {
  text-align: center;
}
.idx07 .btn-group {
  margin-top: 49px;
}
.idx07 .btn-group .btn {
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}
.idx07 .btn-group .btn:last-child {
  margin-bottom: 0;
}
.idx07-img {
  max-width: 640px;
  width: 100%;
  position: absolute;
  top: 76px;
  left: 315px;
  z-index: 1;
}
.idx07-name {
  font-size: 10px;
  position: absolute;
  top: 6.8em;
  left: 2.9em;
}
.idx07-name p {
  line-height: 1;
}
.idx07-name .txt1 {
  background-color: #fff;
  color: #ed9167;
  border-radius: 35px;
  font-size: 3.2em;
  letter-spacing: 0.2em;
  padding: 0.15625em 0.59375em 1.125em;
  margin-left: 0.3125em;
}
.idx07-name .txt1 .sm {
  background-color: rgba(237, 145, 103, 0.1);
  font-size: 0.6875em;
  letter-spacing: 0.3em;
  padding: 1.0909090909em 0.6363636364em 0.8636363636em 0.6818181818em;
  border-radius: 30px;
  margin-bottom: 1em;
}
@-moz-document url-prefix() {
  .idx07-name .txt1 .tt {
    /* Fire Fox */
    position: relative;
    left: 4px;
  }
}
.idx07-name .txt2 {
  background-color: #ed9167;
  border-radius: 25px;
  font-size: 1.4em;
  letter-spacing: 0.14em;
  display: inline-block;
  padding: 3.2em 1.2857142857em 2.6em;
  margin-top: 3.2142857143em;
  font-family: var(--f-en);
  font-weight: 500;
}
.idx07-textScroll {
  position: absolute;
  bottom: 43px;
  left: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 100px;
}
.idx07-textScroll p {
  margin-bottom: 0;
  font-size: 160px;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-family: var(--f-en);
  color: #eea684;
  text-transform: uppercase;
  line-height: 0.9;
  animation: scroll-left 40s linear infinite;
}
.idx07 .btn-group .btn.style01 a span {
  position: relative;
  left: -0.277778em;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .idx07-txt p {
    line-height: 2.3333333333;
  }
}
@media only screen and (min-width: 1281px) {
  .idx07 .home-title h3 {
    margin-top: -37px;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx07-img {
    left: 10%;
  }
  .idx07-textScroll {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx07-textScroll {
    bottom: 65px;
    margin-left: 58px;
  }
  .idx07-textScroll p {
    font-size: 140px;
  }
  .idx07-img {
    left: 8%;
  }
  .idx07 .btn-group .btn.style01 a {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx07::before {
    background-image: url(../images/idx07-bg-1366.jpg);
  }
  .idx07-name {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx07-img {
    width: 45%;
  }
  .idx07-name {
    font-size: 8px;
  }
  .idx07-content {
    width: 50%;
  }
  .idx07-content p {
    font-size: 16px;
  }
  .idx07-textScroll {
    margin-right: 52px;
  }
  .idx07-textScroll p {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx07 {
    padding-bottom: 140px;
  }
  .idx07::before {
    height: calc(100% + 30px);
  }
  .idx07 .btn-group {
    margin-top: 30px;
  }
  .idx07-textScroll {
    bottom: 40px;
    margin-left: 41px;
  }
  .idx07-textScroll p {
    font-size: 100px;
  }
  .idx07-img {
    left: 6%;
    width: 42%;
  }
  .idx07-name {
    font-size: 7px;
  }
  .idx07-name .txt2 {
    padding: 2.2em 1.28em 3.2em;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx07-textScroll {
    margin-left: 30px;
  }
  .idx07-content p {
    letter-spacing: 0.05em;
  }
}

.idx08 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 95px;
  padding-bottom: 81px;
  position: relative;
  background-image: url(../images/idx08-bg.jpg);
}
.idx08-tabs {
  margin-top: -60px;
}
.idx08-logo {
  max-width: 483px;
}
.idx08-logo a:hover {
  opacity: 1;
}
.idx08-list {
  max-width: 520px;
  margin-top: 35px;
}
.idx08-list li {
  display: flex;
  color: #6f6763;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e8e8e8;
}
.idx08-list li:first-child {
  padding-top: 0;
}
.idx08-list li:nth-child(2) {
  align-items: center;
}
.idx08-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.idx08-list li.st2 {
  align-items: flex-start;
}
.idx08-list li.st2 .right {
  padding-top: 0.6em;
}
.idx08-list span {
  letter-spacing: 0.14em;
  line-height: 1.875;
}
.idx08-list span .cl {
  color: var(--main-color);
}
.idx08-list .left {
  width: 40px;
  padding-top: 6px;
}
.idx08-list .right {
  padding-left: 24px;
}
.idx08-list .tel {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}
.idx08-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.idx08-left {
  max-width: 640px;
  width: 50%;
}
.idx08-right {
  max-width: 880px;
  width: 56%;
}
.idx08-right img {
  border-radius: 40px 0 0 40px;
}
.idx08-map {
  max-width: 1280px;
  margin-left: 0;
  margin-right: auto;
  margin-top: -84px;
  height: 320px;
}
.idx08-map iframe {
  border-radius: 20px;
}
.idx08 .time_sheet {
  margin-top: 35px;
}
.idx08-banner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  position: relative;
  left: calc(50% - 955px);
}
@media only screen and (min-width: 769px) {
  .idx08 .inner_big {
    max-width: 1615px;
    margin-right: 0;
    margin-left: auto;
    padding-right: 0;
  }
  .idx08 .home-title {
    text-align: left;
  }
  .idx08 .home-title .en {
    font-family: var(--f-notosans);
    position: relative;
    left: -0.7272727273em;
  }
  .idx08 .home-title h3::after {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .idx08-list li:nth-child(2) {
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .idx08 .home-title {
    margin-left: 6em;
  }
  .idx08 .home-title .en {
    font-size: 10em;
  }
  .idx08-banner {
    left: -10px;
  }
  .idx08-map {
    margin-top: -20px;
    margin-left: 60px;
    margin-right: auto;
  }
  .idx08-flex {
    padding-left: 60px;
  }
  .idx08-right {
    width: 52%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx08-right {
    width: 50%;
  }
  .idx08-map {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx08-right {
    width: 48%;
  }
  .idx08-map {
    width: calc(100% - 130px);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx08-flex {
    padding-left: 0;
  }
  .idx08-map {
    width: calc(100% - 20px);
    margin-left: 0;
  }
  .idx08 .home-title .en {
    font-size: 8em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx08 .time_sheet table th,
  .idx08 .time_sheet table td {
    font-size: min(16px, 1.7vw);
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx08-tabs {
    margin-top: 30px;
  }
  .idx08-right {
    width: 45%;
  }
  .idx08-list .right {
    letter-spacing: 0.05em;
  }
  .idx08 .home-title {
    margin-left: -20px;
    text-align: center;
  }
  .idx08 .home-title .en {
    left: 0;
  }
  .idx08 .home-title h3::after {
    margin-left: auto;
    margin-right: auto;
  }
}

.idx09 {
  background-image: url(../images/idx09-bg.png);
  padding-top: 111px;
  padding-bottom: 328px;
  position: relative;
}
.idx09::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: url("../images/idx09-bg-shape.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 1921px) {
  .idx09::before {
    background-size: 100% 100%;
  }
}
.idx09 .home-title .en {
  opacity: 20%;
}
.idx09 .inner_big {
  position: relative;
}
.idx09 .inner_big::before, .idx09 .inner_big::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.idx09 .inner_big::before {
  background-image: url(../images/idx09-shape1.png);
  width: 28.1em;
  height: 28em;
  top: -125px;
  left: 8px;
  font-size: 10px;
}
.idx09 .inner_big::after {
  background-image: url(../images/idx09-shape2.png);
  top: -60px;
  right: 104px;
  width: 20.7em;
  height: 20.7em;
  font-size: 10px;
}
.idx09-txt {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 805px;
  margin-top: 43px;
}
.idx09-txt p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.14em;
}
.idx09 .btn-group {
  margin-top: 47px;
}
.idx09 .btn-group .btn {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .idx09-txt p {
    line-height: 2.3333333333;
  }
}
@media only screen and (min-width: 1281px) {
  .idx09 .home-title h3 {
    margin-top: -37px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx09::before {
    top: -1px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx09 {
    background-image: url(../images/idx09-bg-1366.png);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx09 .inner_big::before {
    font-size: 8px;
    left: 30px;
  }
  .idx09 .inner_big:after {
    top: -100px;
  }
  .idx09-txt p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx09 .inner_big::before {
    font-size: 6px;
  }
  .idx09 .inner_big::after {
    font-size: 6.5px;
  }
}

.idx-news {
  padding: 119px 0px 96px;
  background-image: url(../images/idx-news-bg.jpg);
}
.idx-news .news-title {
  font-size: 10px;
  margin-bottom: 28px;
}
.idx-news .news-title .en {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--main-color);
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: max-content;
}
.idx-news .news-title .en::before {
  display: block;
  content: "";
  margin-left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  margin-top: 4px;
  background-color: var(--main-color);
}
.idx-news .news-title h3 {
  font-size: 2.6em;
  letter-spacing: 0.1em;
  color: #524c49;
  margin-top: 7px;
}
.idx-news .content {
  align-items: inherit;
}
.idx-news .content .box {
  width: 49%;
  padding: 36px 40px 40px 40px;
  max-width: 620px;
  background-color: #f0f0f0;
  border-radius: 40px;
}
.idx-news .content .box:nth-child(2) .news-title .en {
  color: #ed9167;
}
.idx-news .content .box:nth-child(2) .news-title .en::before {
  background-color: #ed9167;
}
.idx-news .content .box:nth-child(2) .title::after {
  background-color: #ed9167;
}
.idx-news .content .box:nth-child(2) .btn-group .btn a::before {
  background-color: #ed9167;
}
.idx-news .content .box:nth-child(2) .btn-group .btn a::after {
  background-color: #ed9167;
  opacity: 10%;
}
@media only screen and (min-width: 769px) {
  .idx-news .content .box:nth-child(2) .btn-group .btn a:hover {
    color: #ed9167;
  }
}
@media only screen and (min-width: 769px) {
  .idx-news .content .box:nth-child(2) li a:hover {
    background-color: #ed9167;
  }
}
.idx-news .content li {
  width: 100%;
  margin-bottom: 10px;
}
.idx-news .content li:last-child {
  margin-bottom: 0;
}
.idx-news .content li a {
  display: flex;
  text-decoration: none;
  padding: 21px 0px 25px 16px;
  --w: 9em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.idx-news .content li a::after {
  position: absolute;
  content: "";
  top: calc(50% - 7px);
  right: 25px;
  width: 8px;
  height: 14px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='28px'%3E%3Cpath fill-rule='evenodd' fill='rgb(231, 154, 156)' d='M14.916,14.732 L1.669,27.979 L0.013,26.323 L12.340,13.996 L0.013,1.669 L1.669,0.013 L14.916,13.260 L14.180,13.996 L14.916,14.732 Z'/%3E%3C/svg%3E");
  mask-position: center;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  background-color: var(--main-color);
}
.idx-news .content li a span {
  display: inline-block;
}
.idx-news .content li a:hover {
  opacity: 1;
  color: var(--clr2);
}
.idx-news .content li a:hover .date {
  color: var(--clr2);
}
.idx-news .content li a .date {
  width: var(--w);
  transition: all 0.3s;
  font-weight: 500;
  position: relative;
}
.idx-news .content li a .date::after {
  position: absolute;
  content: "";
  top: 6px;
  right: 24px;
  width: 1px;
  height: calc(100% - 7px);
  background-color: #928d8a;
}
.idx-news .content li a .title {
  max-width: calc(100% - var(--w));
  width: 100%;
  position: relative;
  padding-right: 2.5em;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .idx-news .content li a:hover {
    background-color: var(--main-color);
  }
  .idx-news .content li a:hover span {
    color: #fff !important;
  }
  .idx-news .content li a:hover .date::after {
    background-color: #fff;
  }
  .idx-news .content li a:hover::after {
    background-color: #fff;
  }
}
.idx-news .content .news {
  position: relative;
}
.idx-news .content .btn-group {
  position: absolute;
  right: -1px;
  top: 23px;
  z-index: 1;
}
.idx-news .content .btn-group .btn.style01 {
  width: 100%;
}
.idx-news .content .btn-group .btn.style01 a {
  padding-right: 70px;
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.idx-news .content .btn-group .btn.style01 a::before {
  mask-image: url(../images/idx-news-arr.png);
  width: 50px;
  height: 15px;
  top: calc(50% - 0.375em);
}
.idx-news .content .btn-group .btn.style01 a::after {
  top: calc(50% - 1.25em);
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx-news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .idx-news .news-title h3 {
    font-size: 2.2em;
  }
  .idx-news .content .box {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx-news {
    background-image: url(../images/idx-news-bg-1366.jpg);
  }
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
  .idx-news .news-title h3 {
    font-size: 1.5em;
  }
  .idx-news .content .btn-group {
    top: 15px;
  }
  .idx-news .content .btn-group .btn.style01 a {
    font-size: 14px;
  }
  .idx-news .content li a .date::after {
    top: 4px;
  }
  .idx-news .content li a .title {
    padding-right: 2em;
  }
  .idx-news .content li a::after {
    top: calc(50% - 8px);
    right: 10px;
  }
}

.index08 {
  padding: 100px 0;
}
.index08 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 238px;
  height: 229px;
  transition: all 0.3s;
  color: #fff;
  text-align: center;
}
.index08 .box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/doctor.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--main-color);
  z-index: -1;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 238 229' %3E%3Cpath d='M7.790,92.655 C0.489,114.686 -2.999,140.450 8.422,161.34 C13.375,169.960 20.650,177.390 28.386,184.63 C76.535,225.594 153.75,247.999 207.372,207.209 C237.463,184.605 240.996,137.660 235.151,102.626 C230.113,72.430 214.626,43.769 190.924,24.336 C157.942,-2.704 121.593,-6.1 84.325,11.146 C49.608,27.120 21.242,56.863 7.790,92.655 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: bottom center;
  -webkit-mask-position: bottom center;
}
.index08 .box:hover::before {
  opacity: 1;
}

.index09 {
  padding: 100px 0;
  background-color: #333;
}
.index09 h3 {
  text-align: center;
  color: blue;
  text-shadow: 0 0 0 transparent, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, -2px -2px 0 #fff, -1px -2px 0 #fff, 0px -2px 0 #fff, 1px -2px 0 #fff, 2px -2px 0 #fff, -2px -1px 0 #fff, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, 2px -1px 0 #fff, -2px 0px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, 2px 0px 0 #fff, -2px 1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, 2px 1px 0 #fff, -2px 2px 0 #fff, -1px 2px 0 #fff, 0px 2px 0 #fff, 1px 2px 0 #fff, 2px 2px 0 #fff;
}
.index09 .idx_row {
  display: flex;
  flex-wrap: wrap;
}
.index09 .idx_row .box {
  width: 100%;
  margin-bottom: 20px;
  background-color: var(--main-color);
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .index09 .idx_row > .box {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .index09 .idx_row > .box:nth-child(2n+2), .index09 .idx_row > .box:last-child {
    margin-right: 0px;
  }
}
.index09 .idx_row.st1 > .box {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  margin-bottom: 10px;
}
.index09 .idx_row.st1 > .box:nth-child(3n+3), .index09 .idx_row.st1 > .box:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 769px) {
  .index09 .idx_row.st2 > .box {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .index09 .idx_row.st2 > .box:nth-child(4n+4), .index09 .idx_row.st2 > .box:last-child {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1280px) {
  .index09 .idx_row.st3 > .box {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .index09 .idx_row.st3 > .box:nth-child(5n+5), .index09 .idx_row.st3 > .box:last-child {
    margin-right: 0px;
  }
}

.idx_map {
  height: 450px;
}
.idx_map iframe {
  height: 100%;
}

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