.home_page .key {
  --height: 52vw;
  --min-height: 550px;
  --max-height: 980px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/idx_key_bg.png");
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:first-child {
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:not(:first-child) {
  display: none;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.home_page .key .key_text .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
@media only screen and (min-width: 769px) {
  .home_page .key .key_text .item {
    align-items: center;
  }
}
.home_page .key .key_text .item::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 769px) {
  .home_page .key .key_text .item::before {
    width: 84%;
  }
}
@media only screen and (max-width: 1920px) {
  .home_page .key .key_text .item::before {
    max-width: 1600px;
  }
}
.home_page .key .catch {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .home_page .key .catch {
    margin-left: 5%;
    padding-bottom: 7.5%;
    -webkit-filter: drop-shadow(0 0 0.6em rgba(244, 244, 244, 0.5)) drop-shadow(0 0 0.6em rgba(244, 244, 244, 0.5)) drop-shadow(0 0 2em rgba(244, 244, 244, 0.5)) drop-shadow(0 0 2em rgba(244, 244, 244, 0.5)) drop-shadow(0 0 4em rgba(244, 244, 244, 0.5)) drop-shadow(0 0 6em rgba(244, 244, 244, 0.5)) drop-shadow(0 0 6em rgba(244, 244, 244, 0.5));
    filter: drop-shadow(0 0 0.6em rgba(244, 244, 244, 0.5)) drop-shadow(0 0 0.6em rgba(244, 244, 244, 0.5)) drop-shadow(0 0 2em rgba(244, 244, 244, 0.5)) drop-shadow(0 0 2em rgba(244, 244, 244, 0.5)) drop-shadow(0 0 4em rgba(244, 244, 244, 0.5)) drop-shadow(0 0 6em rgba(244, 244, 244, 0.5)) drop-shadow(0 0 6em rgba(244, 244, 244, 0.5));
  }
}
.home_page .key h2,
.home_page .key p {
  color: var(--clr1);
  font-family: var(--f-jp);
  letter-spacing: 0.1em;
}
.home_page .key h2 {
  margin-bottom: 0.5em;
  font-size: 6em;
  font-weight: 500;
  line-height: 1.5;
}
.home_page .key p {
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.6666666667;
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 2px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--clr1);
  margin-bottom: 35px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.home_page h3::after {
  content: "";
  display: block;
  width: 9.4063em;
  height: 0.3438em;
  margin: 0.375em auto 0;
  background: url("../images/idx_h3_ic.png") no-repeat center/cover;
}
.home_page h3 > span {
  display: block;
}
.home_page h3 .en {
  font-size: 375%;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.home_page h3 .en.clr-01 {
  color: var(--clr7);
}
.home_page h3 .en.clr-02 {
  color: var(--clr5);
}
.home_page h3 .en.clr-03 {
  color: #e695ab;
}
.home_page h3 .jp {
  margin-top: -2.7813em;
}
.home_page h3 .jp > span:not(.br_auto) {
  font-size: 150%;
  letter-spacing: 0.1em;
  color: var(--main-color);
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .jp > span {
  color: #fff;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 40vw;
  }
}
@media only screen and (min-width: 769px) {
  .home_page .key {
    font-size: min(0.53vw, 10px);
  }
  .home_page .key .s1::before {
    background-position: left center;
    background-image: url(../images/idx_mv01.jpg);
  }
  .home_page .key .slick-initialized .s2::before {
    background-image: url(../images/idx_mv02.jpg);
  }
  .home_page .key .slick-initialized .s3::before {
    background-position: right center;
    background-image: url(../images/idx_mv03.jpg);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page .key .slick-initialized .s3::before {
    background-position: right 25%;
  }
}
@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.55vw, 10px);
    --max-height: calc(100vh - var(--wrapper));
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key {
    font-size: 0.875vmin;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .idx01 {
    font-size: clamp(6.5px, 0.56vw, 10px);
    margin-top: -36em;
    padding: 0 0 80px;
  }
}
@media only screen and (min-width: 769px) {
  .idx01 .content {
    display: flex;
    justify-content: flex-end;
  }
}
.idx01 .content .box {
  position: relative;
  background-color: #fff;
  border-top-left-radius: 6px;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .idx01 .content .box {
    height: 36em;
    width: 54em;
  }
}
@media only screen and (min-width: 769px) {
  .idx01 .content .ttl {
    padding: 1em 10em 1.2em 4.6em;
  }
  .idx01 .content .news {
    padding: 1.2em 4.5em 1.2em;
  }
}
.idx01 .content .ttl {
  background-color: var(--main-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.idx01 .content h3 {
  display: block;
  color: #fff;
  margin-bottom: 0;
}
.idx01 .content h3::after {
  display: none;
}
.idx01 .content h3 .jp {
  letter-spacing: 0.05em;
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .idx01 .content h3 {
    text-align: left;
    font-size: 2.6em;
    margin-left: 0;
  }
  .idx01 .content h3 .jp {
    margin-right: 0.4231em;
  }
  .idx01 .content h3 .en {
    font-size: 0.5385em;
  }
}
.idx01 .content li {
  width: auto;
}
.idx01 .content li:not(:last-child) {
  border-bottom: 1px solid #efdbdc;
}
.idx01 .content li a {
  display: inline-flex;
  text-decoration: none;
  padding: 1em 0.3125em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
  font-weight: 300;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 769px) {
  .idx01 .content li a {
    font-size: 1.6em;
    --w: 7.4375em;
  }
  .idx01 .content li a:hover {
    opacity: 1;
    background-color: var(--clr7);
  }
}
.idx01 .content li a span {
  display: inline-block;
}
.idx01 .content li a .date {
  width: var(--w);
  transition: all 0.3s;
  color: var(--clr5);
}
.idx01 .content li a .txt {
  max-width: calc(100% - var(--w));
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.idx01 .content li a .cat {
  font-size: 87.5%;
  background-color: var(--main-color);
  color: #fff;
  max-width: 5.7143em;
  padding: 0.15em;
  text-align: center;
}
.idx01 .content li a .cat_column {
  background-color: #ef9700;
}
.idx01 .content li a .title {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .idx01 .content li a .title {
    padding-right: 1.5em;
  }
}
.idx01 .content .btn-group {
  position: relative;
  display: flex;
  gap: 1.8em;
}
@media only screen and (min-width: 769px) {
  .idx01 .content .btn-group {
    font-size: 1em;
    padding-left: 2.8em;
  }
  .idx01 .content .btn-group::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 2.6em;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.idx01 .content .btn-group .btn-news {
  font-size: 1em;
  min-width: 8.8em;
  margin-bottom: 0;
}
.idx01 .content .btn-group .btn-news a {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-family: var(--f-notosans);
  width: 100%;
  height: 100%;
  min-height: 2em;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.5;
  padding-right: 2em;
}
.idx01 .content .btn-group .btn-news a::before, .idx01 .content .btn-group .btn-news a::after {
  content: "";
  position: absolute;
  width: round(1.375em, 1px);
  height: round(1.375em, 1px);
  top: 0.1875em;
  bottom: 0;
  right: 0.0625em;
  margin: auto 0;
}
.idx01 .content .btn-group .btn-news a::before {
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11' %3E%3Cpath d='M6.354,5.646 L5.646,6.353 L5.500,6.207 L1.354,10.354 L0.646,9.646 L4.793,5.500 L0.646,1.353 L1.354,0.646 L5.500,4.793 L5.646,4.647 L6.354,5.354 L6.207,5.500 L6.354,5.646 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: round(0.4375em, 1px) round(0.6875em, 1px);
  -webkit-mask-size: round(0.4375em, 1px) round(0.6875em, 1px);
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  z-index: 1;
}
.idx01 .content .btn-group .btn-news a::after {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
}

.idx02 {
  background-image: url("../images/idx02_bg.jpg");
}
@media only screen and (min-width: 769px) {
  .idx02 {
    padding: 67px 0 100px;
  }
}
.idx02 h3 {
  margin-bottom: 48px;
}
.idx02 h3::before {
  content: "";
  position: absolute;
  width: 10.8em;
  height: 18.2em;
  background: url("../images/idx02_ic01.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx02 h3::before {
    font-size: min(0.79vw, 10px);
    top: -3em;
    left: calc(100% + 5.2em);
  }
}
.idx02 .idx_list {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_list {
    font-size: min(0.8vw, 10px);
    gap: 2.8em 9em;
    margin-bottom: 60px;
  }
}
.idx02 .idx_list .item {
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  padding: 1em;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  min-height: 0;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_list .item {
    width: calc(33.3333333333% - 6em);
  }
  .idx02 .idx_list .item:hover {
    background-color: var(--main-color);
  }
  .idx02 .idx_list .item:hover .img::before {
    background-color: var(--clr7);
  }
  .idx02 .idx_list .item:hover .ttl {
    color: #fff;
  }
  .idx02 .idx_list .item:hover .ic-arr::after {
    background-color: #fff;
  }
  .idx02 .idx_list .item:hover .ic-arr::before {
    background-color: var(--clr5);
  }
}
@media only screen and (min-width: 481px) {
  .idx02 .idx_list .item {
    max-width: 30em;
  }
}
.idx02 .idx_list .item .txt {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.2em;
}
.idx02 .idx_list .item .txt::before, .idx02 .idx_list .item .txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #f1bbcc;
}
.idx02 .idx_list .item .txt::before {
  top: 0.2em;
}
.idx02 .idx_list .item .txt::after {
  bottom: 0.2em;
}
.idx02 .idx_list .item .img {
  margin-bottom: 0.8em;
}
.idx02 .idx_list .item .img::before {
  content: "";
  width: 9.2em;
  height: 9.2em;
  display: block;
  margin: 0 auto;
  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: center;
  -webkit-mask-position: center;
  background-color: #ef9db7;
}
.idx02 .idx_list .item .ttl {
  position: relative;
  font-family: var(--f-jp);
  font-weight: 500;
  font-size: 2.4em;
  min-height: 2.5em;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: var(--main-color);
  text-align: center;
  display: flex;
  align-items: center;
}
.idx02 .idx_list .item01 .img::before {
  --mask: url(../images/idx02_img01.png);
}
.idx02 .idx_list .item02 .img::before {
  --mask: url(../images/idx02_img02.png);
}
.idx02 .idx_list .item03 .img::before {
  --mask: url(../images/idx02_img03.png);
}
.idx02 .idx_list .item04 .img::before {
  --mask: url(../images/idx02_img04.png);
}
.idx02 .idx_list .item05 .img::before {
  --mask: url(../images/idx02_img05.png);
}
.idx02 .idx_list .item06 .img::before {
  --mask: url(../images/idx02_img06.png);
}
.idx02 .idx_list .item .ic-arr {
  position: absolute;
  bottom: 2.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_list .item .ic-arr {
    font-size: 1em;
  }
}
.idx02 .idx_bnr {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  border-radius: var(--border-radius);
  background-color: var(--clr3);
}
.idx02 .idx_bnr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: url(../images/idx_pattern01.jpg) repeat top left/236px 1px;
  opacity: 0.22;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .idx_bnr {
    max-width: clamp(660px, 86vw, 900px);
  }
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_bnr {
    font-size: min(0.8vw, 10px);
    min-height: 16em;
  }
}
.idx02 .idx_bnr::after {
  content: "";
  position: absolute;
  width: 18em;
  height: 11.4em;
  bottom: -3.8em;
  right: -3.3em;
  background: url("../images/idx02_ic02.png") no-repeat center/cover;
}
.idx02 .idx_bnr .content {
  padding: 2.9em 7.8em;
}
.idx02 .idx_bnr .content .txt {
  color: #fff;
  font-size: 2.2em;
  font-family: var(--f-jp);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: center;
}
.idx02 .idx_bnr .content .txt01 {
  font-size: 2.4em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 0.4167em;
  margin-bottom: 0.7917em;
}
.idx02 .idx_bnr .content .txt02 {
  margin: 0 -0.2727em;
}
.idx02 .idx_bnr .content .txt02 .lg {
  font-size: 1.3636em;
}

.idx03 {
  background-image: url("../images/idx03_bg.jpg");
}
@media only screen and (min-width: 769px) {
  .idx03 {
    padding: 69px 0 90px;
  }
}
@media only screen and (min-width: 769px) {
  .idx03 h3 {
    margin-bottom: 60px;
  }
}
.idx03 h3::before {
  content: "";
  position: absolute;
  width: 20.6em;
  height: 18.2em;
  background: url("../images/idx03_ic01.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx03 h3::before {
    font-size: min(0.86vw, 10px);
    top: -2em;
    right: calc(100% - 0.9em);
  }
}
.idx03 .idx_list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_list {
    font-size: min(1vw, 10px);
    margin-bottom: 60px;
  }
}
.idx03 .idx_list .item {
  position: relative;
  max-width: 400px;
  border-radius: var(--border-radius);
  border: 2px solid #fff;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 641px) {
  .idx03 .idx_list .item {
    width: 32%;
  }
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_list .item picture img {
    transition: all 0.3s linear;
  }
  .idx03 .idx_list .item:hover {
    border-color: var(--main-color);
  }
  .idx03 .idx_list .item:hover picture img {
    transform: scale(1.2);
  }
}
.idx03 .idx_list .item .ttl {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: var(--f-jp);
  font-size: 2.4em;
  font-weight: 500;
  background-color: var(--clr3);
}
.idx03 .idx_list .item .ttl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: url(../images/idx_pattern01.jpg) repeat top left/236px 1px;
  opacity: 0.4;
}
@media only screen and (min-width: 641px) {
  .idx03 .idx_list .item .ttl {
    --mask: url("../images/idx03_ttl_path.png");
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: auto 100%;
    -webkit-mask-size: auto 100%;
    mask-position: bottom center;
    -webkit-mask-position: bottom center;
    padding: 0.4583em 0.8333em 0.9167em;
  }
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_list .item .desc {
    padding: 2.8em 2em 5.7em 4em;
    margin-top: -1em;
  }
}
.idx03 .idx_list .item .desc p {
  font-size: var(--txt_size);
}
.idx03 .idx_list .item .ic-arr {
  font-size: 1em;
  position: absolute;
  bottom: 2.1em;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_list .item .ic-arr {
    right: 2.6em;
  }
}
@media only screen and (min-width: 641px) {
  .idx03 .idx_list .item01 .ttl::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: url(../images/idx_pattern01.jpg) repeat top left/236px 1px;
    opacity: 0.4;
  }
  .idx03 .idx_list .item02 .ttl::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: url(../images/idx_pattern02.jpg) repeat top left/236px 1px;
    opacity: 0.4;
  }
  .idx03 .idx_list .item03 .ttl::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: url(../images/idx_pattern03.jpg) repeat top left/236px 1px;
    opacity: 0.4;
  }
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box {
    font-size: min(1vw, 10px);
  }
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box .box {
    display: flex;
    justify-content: space-between;
  }
  .idx03 .idx_box .box:nth-child(odd) picture img {
    border-bottom-right-radius: 0;
  }
  .idx03 .idx_box .box:nth-child(odd) .box_right {
    padding-bottom: 6em;
  }
  .idx03 .idx_box .box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .idx03 .idx_box .box:nth-child(even) picture img {
    border-top-left-radius: 0;
  }
  .idx03 .idx_box .box_left {
    flex-shrink: 0;
    max-width: 640px;
    width: 50%;
  }
  .idx03 .idx_box .box_right {
    max-width: 578px;
    width: 46%;
    padding-top: 8.1em;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .idx_box .box_right {
    padding-top: 6em;
  }
}
.idx03 .idx_box .box picture img {
  border-radius: var(--border-radius);
}
.idx03 .idx_box .box .ttl {
  font-family: var(--f-jp);
  font-size: 3em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--main-color);
  margin-bottom: 0.8333em;
}
.idx03 .idx_box .box .ttl > span {
  display: block;
}
.idx03 .idx_box .box .ttl .en {
  font-size: 0.4667em;
  text-transform: uppercase;
  color: var(--clr8);
  margin-bottom: 0.5714em;
}
.idx03 .idx_box .box .desc {
  font-weight: 300;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box .box .desc {
    width: 92%;
    max-width: 530px;
    margin-bottom: 4.1em;
  }
}
.idx03 .idx_box .box .desc p {
  font-size: var(--txt_size);
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box .box .btn-group {
    --size-mg: 1em;
    justify-content: flex-start;
    font-size: 1em;
  }
}

.idx04 {
  background-image: url("../images/idx04_bg.jpg");
}
@media only screen and (min-width: 769px) {
  .idx04 .idx_box {
    display: flex;
    justify-content: space-between;
  }
  .idx04 .box_left {
    flex-shrink: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1566px) {
  .idx04 .box_left {
    padding-left: 8vw;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .box_right {
    max-width: 584px;
    width: 47%;
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1170px) {
  .idx04 .box_right {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 h3 {
    margin-left: -15px;
    margin-bottom: 37px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx04 h3 .en {
    font-size: 320%;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .img-lg {
    display: flex;
    justify-content: flex-end;
  }
  .idx04 .img-lg img {
    max-width: min(50vw, 960px);
    border-bottom-right-radius: calc(var(--border-radius) * 3);
  }
}
.idx04 .img-sm {
  width: 90.625%;
  position: relative;
  margin-top: -21%;
  margin-left: 1px;
  padding-bottom: 11.3%;
}
.idx04 .img-sm::before {
  content: "";
  position: absolute;
  width: round(44.1379310345%, 1px);
  aspect-ratio: 256/220;
  height: auto;
  bottom: 0px;
  left: -24.2%;
  background: url("../images/idx04_ic01.png") no-repeat center/cover;
}
.idx04 .img-sm img {
  border-radius: var(--border-radius);
}
@media only screen and (min-width: 769px) {
  .idx04 .desc {
    max-width: 510px;
    margin-left: 9px;
    margin-bottom: 36px;
  }
  .idx04 .desc p {
    font-size: calc(var(--txt_size) + 2px);
    line-height: 2.2222222222;
  }
}
.idx04 .btn-group {
  --size-mg: 10px;
}

@media only screen and (min-width: 769px) {
  .idx05 {
    padding: 90px 0;
  }
  .idx05 h3 {
    margin-bottom: 48px;
  }
}
.idx05 .content {
  position: relative;
  transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .idx05 .content {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 20px;
    height: min(60vw, 626px);
  }
}
.idx05 .content.open .idx_more {
  visibility: hidden;
  opacity: 0;
}
.idx05 .idx_more {
  position: absolute;
  width: 100%;
  height: 34.7em;
  left: 0px;
  right: 0px;
  background: url("../images/idx05_bg_more.png") no-repeat center/cover;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .idx05 .idx_more {
    font-size: min(0.85vw, 10px);
    bottom: -9em;
  }
}
.idx05 .idx_more .btn_more {
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 6.5em;
  font-family: var(--f-jp);
  font-size: 2em;
  font-weight: 500;
  color: var(--clr1);
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 769px) {
  .idx05 .idx_more .btn_more:hover::before {
    background-image: url("../images/btn_more_hover.png");
  }
  .idx05 .idx_more .btn_more:hover > span {
    color: var(--main-color);
    border-color: var(--main-color);
  }
}
.idx05 .idx_more .btn_more::before {
  content: "";
  width: round(4.6em, 1px);
  height: round(4.6em, 1px);
  display: block;
  margin: 0 auto;
  margin-bottom: 0.95em;
  background: url("../images/btn_more.png") no-repeat center/cover;
}
.idx05 .idx_more .btn_more > span {
  position: relative;
  border-bottom: 1px solid var(--clr1);
  padding-bottom: 0.2em;
}
.idx05 .idx_more .btn_more > span::before {
  content: "";
  width: round(0.4em, 1px);
  height: round(0.4em, 1px);
  border-radius: 50%;
  display: inline-block;
  background-color: var(--clr4);
  margin-right: 0.4em;
}
.idx05 .idx_list {
  counter-reset: item;
  display: flex;
  flex-wrap: wrap;
  gap: 6.1em 0;
}
@media only screen and (min-width: 769px) {
  .idx05 .idx_list {
    font-size: min(0.7vw, 10px);
    margin-bottom: 49px;
  }
}
.idx05 .idx_list .item {
  position: relative;
  counter-increment: item;
}
@media only screen and (min-width: 769px) {
  .idx05 .idx_list .item {
    max-width: 360px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1365px) {
  .idx05 .idx_list .item {
    width: 28.5%;
  }
  .idx05 .idx_list .item04 {
    margin-left: 5em !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx05 .idx_list .item {
    width: calc(33.3333333333% - 7.5em);
  }
  .idx05 .idx_list .item04 {
    margin-left: 7.5em !important;
  }
}
.idx05 .idx_list .item:not(:first-child) {
  margin-left: 7.5em;
}
.idx05 .idx_list .item:not(:first-child) .txt::after {
  content: "";
  position: absolute;
  width: 4.7em;
  height: 2.8em;
  top: 0em;
  bottom: 0em;
  right: calc(100% + 1.4em);
  margin: auto 0;
  background: url("../images/idx05_arr.png") no-repeat center/cover;
}
.idx05 .idx_list .txt {
  position: relative;
  margin-bottom: 2.3em;
}
.idx05 .idx_list .txt::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  top: calc(100% - 0.325em);
  right: 0.0417em;
  font-family: var(--f-jp);
  font-size: 12em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #f6e7e7;
}
.idx05 .idx_list .ttl {
  position: absolute;
  color: #fff;
  font-family: var(--f-jp);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  min-height: 2.1667em;
  width: 11.2083em;
  z-index: 1;
  top: 0.875em;
  left: -0.4167em;
  padding: 0.2917em 1.0417em;
}
@media only screen and (min-width: 769px) {
  .idx05 .idx_list .ttl {
    font-size: min(1.65vw, 24px);
  }
}
.idx05 .idx_list .ttl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  --mask: url("../images/idx05_ttl_path.png");
  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: right center;
  -webkit-mask-position: right center;
  background-color: var(--main-color);
  opacity: 0.9;
  z-index: -1;
}
.idx05 .idx_list picture {
  border: 2px solid var(--main-color);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.idx05 .idx_list .desc {
  position: relative;
}
.idx05 .idx_list .desc p {
  font-size: var(--txt_size);
}
@media only screen and (min-width: 769px) {
  .idx05 .btn-group {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .idx05 .btn-group {
    font-size: 8.75px;
  }
}

.idx06 {
  background-image: url("../images/idx06_bg.jpg");
}
@media only screen and (min-width: 769px) {
  .idx06 {
    padding: 98px 0 100px;
  }
  .idx06 .inner {
    max-width: 1640px;
  }
  .idx06 h3 {
    margin-bottom: 57px;
  }
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_list {
    display: flex;
  }
}
.idx06 .idx_list .item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_list .item {
    width: 50%;
    padding: 81px 135px 87px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx06 .idx_list .item {
    padding-left: min(6.25vw, 135px);
    padding-right: min(6.25vw, 135px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 .idx_list .item {
    padding: min(6vw, 81px) min(4vw, 135px) min(6vw, 87px);
  }
}
.idx06 .idx_list .item01 {
  background-image: url("../images/idx06_img01.jpg");
  background-position: right center;
}
.idx06 .idx_list .item01::before {
  content: "";
  position: absolute;
  width: 18.8em;
  height: 13.2em;
  top: -1.7em;
  left: -2.8em;
  background: url("../images/idx06_ic02.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_list .item01::before {
    font-size: min(0.78vw, 10px);
  }
}
.idx06 .idx_list .item02 {
  background-image: url("../images/idx06_img02.jpg");
  background-position: left center;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_list .item02::before {
    font-size: min(0.6vw, 10px);
    content: "";
    position: absolute;
    width: 13.8em;
    height: 17.6em;
    bottom: 100%;
    right: 30.9%;
    background: url("../images/idx06_ic01.png") no-repeat center/cover;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx06 .idx_list .item02::before {
    right: 15%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 .idx_list .item02::before {
    right: 5%;
  }
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_list .item .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.idx06 .idx_list .item .ttl {
  font-family: var(--f-jp);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 0.8333em;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_list .item .ttl {
    font-size: min(2.6vw, 30px);
  }
}
.idx06 .idx_list .item .ttl > span {
  display: block;
}
.idx06 .idx_list .item .ttl .en {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--clr8);
  margin-bottom: 0.7143em;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_list .item .ttl .en {
    font-size: max(10px, 0.4667em);
  }
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_list .item .desc {
    margin-bottom: 41px;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_list .item .btn-group {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .idx06 .idx_list .item .btn-group {
    font-size: 8.75px;
  }
}

.idx07 {
  background-image: url("../images/idx07_bg.jpg");
}
@media only screen and (min-width: 769px) {
  .idx07 {
    padding: 62px 0 83px;
  }
  .idx07 h3 {
    margin-bottom: 60px;
  }
}
.idx07 .idx_list {
  counter-reset: item;
}
@media only screen and (min-width: 641px) {
  .idx07 .idx_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    gap: 2.4em 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_list {
    font-size: min(0.9vw, 10px);
    padding: 0 min(2.6vw, 36px) 0 clamp(20px, 3.6vw, 63px);
  }
}
.idx07 .idx_list .item {
  max-width: 540px;
  counter-increment: item;
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_list .item {
    width: 48%;
  }
}
@media only screen and (min-width: 641px) {
  .idx07 .idx_list .item {
    width: 46%;
  }
  .idx07 .idx_list .item:nth-child(even) {
    padding-top: 40px;
  }
}
.idx07 .idx_list .item picture {
  position: relative;
  margin-bottom: 3.8em;
  padding-left: 1.1em;
}
.idx07 .idx_list .item picture::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  font-family: var(--f-jp);
  font-size: 12em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  bottom: -0.175em;
  right: 0.2em;
}
.idx07 .idx_list .item picture::after {
  content: "";
  position: absolute;
  width: 5em;
  height: 6.8em;
  bottom: -4.9em;
  left: -2.3em;
  background: url("../images/idx07_ic01.png") no-repeat center/cover;
}
.idx07 .idx_list .item picture img {
  border-radius: var(--border-radius);
  box-shadow: -2em 0 0 rgba(225, 139, 163, 0.2);
}
.idx07 .idx_list .item .ttl {
  font-family: var(--f-jp);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: var(--main-color);
  margin-bottom: 0.7333em;
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_list .item .ttl {
    font-size: min(3vw, 30px);
  }
}
.idx07 .idx_list .item .ttl > span {
  display: block;
}
.idx07 .idx_list .item .ttl .en {
  letter-spacing: 0.1em;
  color: var(--clr8);
  position: relative;
  text-transform: uppercase;
  margin-bottom: 3px;
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_list .item .ttl .en {
    font-size: 14px;
  }
}
.idx07 .idx_list .item .ttl .en::after {
  content: counter(item, decimal-leading-zero);
  display: inline;
  margin-left: 5px;
}
.idx07 .idx_list .item .desc {
  max-width: 500px;
}
.idx07 .idx_list .item .desc p {
  font-size: var(--txt_size);
}

.idx08 {
  background-image: url("../images/idx08_bg.jpg");
}
@media only screen and (max-width: 992px) {
  .idx08 .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .idx08 .sp {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .idx08 h3 {
    margin-left: calc(min(9.22vw, 177px) * -1);
    margin-bottom: 58px;
  }
  .idx08 h3 .jp {
    margin-left: -69px;
  }
  .idx08 h3::after {
    position: relative;
    left: -7px;
  }
}
.idx08 h3::before {
  content: "";
  position: absolute;
  width: 45.8em;
  height: 28.2em;
  opacity: 0.1;
  background: url("../images/idx08_ic01.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx08 h3::before {
    font-size: min(0.65vw, 10px);
    top: -4em;
    left: calc(100% - 4.9em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx08 h3 {
    margin-left: -3.5vw;
  }
}
.idx08 .idx_box {
  display: flex;
}
@media only screen and (min-width: 993px) {
  .idx08 .idx_box {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 993px) {
  .idx08 .box_left {
    padding: 105px 0 107px 25px;
    max-width: 624px;
    width: 49%;
  }
  .idx08 .box_right {
    position: relative;
    flex-shrink: 0;
    max-width: 573px;
    width: 45%;
  }
}
@media only screen and (min-width: 769px) {
  .idx08 .doctor_box {
    max-width: 22.5em;
    margin-bottom: 41px;
  }
}
.idx08 .doctor_box p {
  font-family: var(--f-jp);
  letter-spacing: 0.1em;
}
.idx08 .doctor_box .pos {
  font-weight: 500;
  line-height: 1;
  font-family: var(--clr1);
  position: relative;
  padding-bottom: 0.7778em;
  margin-bottom: 0.4444em;
}
@media only screen and (min-width: 769px) {
  .idx08 .doctor_box .pos {
    font-size: min(2vw, 18px);
  }
}
.idx08 .doctor_box .pos::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: -0.3889em;
  background-color: #e5bdce;
}
.idx08 .doctor_box .name {
  font-weight: 500;
  line-height: 1;
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx08 .doctor_box .name {
    font-size: min(4.2vw, 42px);
  }
}
.idx08 .doctor_box .name .jp {
  margin-right: 0.4762em;
}
.idx08 .doctor_box .name .en {
  font-size: 0.381em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #eb8ba6;
  position: relative;
  top: 0.0714em;
}
@media only screen and (min-width: 769px) {
  .idx08 .desc {
    margin-left: -2px;
    margin-bottom: 51px;
  }
}
.idx08 .desc p {
  font-size: calc(var(--txt_size) + 2px);
  line-height: 2.2222222222;
}
@media only screen and (min-width: 769px) {
  .idx08 .btn-group {
    --size-mg: 1em;
    justify-content: flex-start;
    margin-left: -1.3em;
  }
}

@media only screen and (min-width: 769px) {
  .idx09 {
    font-size: min(0.8vw, 10px);
  }
  .idx09 h3 {
    margin-bottom: 74px;
  }
}
.idx09 .bg {
  background: url("../images/idx09_bg.jpg") no-repeat center/cover;
  width: 100%;
  height: 64em;
}
@media only screen and (min-width: 1921px) {
  .idx09 .bg {
    height: 30vw;
  }
}
.idx09 .content {
  max-width: 1320px;
  margin: 0 auto;
  margin-top: -19.6em;
  padding: 0 20px;
}
.idx09 .txt {
  background: url("../images/idx09_content_bg.jpg") no-repeat center/cover;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
@media only screen and (min-width: 769px) {
  .idx09 .txt {
    padding: 5.5em 80px 10em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx09 .txt {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx09 .txt {
    padding: 5.5em min(2.6vw, 80px) 10em;
  }
}
@media only screen and (min-width: 769px) {
  .idx09 .idx_box {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  .idx09 .box_left, .idx09 .box_right {
    max-width: 525px;
    width: 47%;
  }
}
@media only screen and (min-width: 769px) {
  .idx09 .idx_info {
    margin-bottom: 33px;
  }
}
.idx09 .idx_info dl {
  font-size: var(--txt_size);
  display: flex;
}
@media only screen and (min-width: 769px) {
  .idx09 .idx_info dl {
    --w: 7.5em;
  }
  .idx09 .idx_info dl dt,
  .idx09 .idx_info dl dd {
    padding: 1.5625em 0.625em 1.625em 1.125em;
  }
  .idx09 .idx_info dl:first-child dt,
  .idx09 .idx_info dl:first-child dd {
    padding-top: 0.875em;
    padding-bottom: 1.6875em;
  }
  .idx09 .idx_info dl:last-child dt,
  .idx09 .idx_info dl:last-child dd {
    padding-top: 1.625em;
    padding-bottom: 1.75em;
  }
}
.idx09 .idx_info dl dt {
  width: var(--w);
  color: var(--clr4);
  border-bottom: 1px solid var(--clr3);
}
.idx09 .idx_info dl dd {
  width: calc(100% - var(--w));
  border-bottom: 1px solid var(--clr6);
}
@media only screen and (min-width: 769px) {
  .idx09 .idx_info dl dd {
    padding-left: 1.25em;
  }
}
@media only screen and (min-width: 769px) {
  .idx09 .idx_tel {
    font-size: 1em;
  }
}
.idx09 .time_sheet {
  border-radius: 6px;
  background-color: var(--clr6);
}
@media only screen and (min-width: 769px) {
  .idx09 .time_sheet {
    font-size: 1em;
    padding: 3.4em 3.6em 3.3em 3.7em;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .idx09 .btn-group {
    font-size: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx09 .btn-group {
    font-size: 8.75px;
  }
}

.idx_map {
  height: clamp(299px, 21vw, 400px);
}
.idx_map iframe {
  height: 100%;
}

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