.home_page .key {
  background-color: var(--main-color);
  background-size: cover;
  --height: 58vw;
  --min-height: 520px;
  --max-height: 720px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 10px;
}
.home_page .key .key_text {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key .mv_slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home_page .key .mv_slider .item {
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.home_page .key .mv_slider .item.s1 {
  background-image: url(../images/idx_key_bg01.jpg);
}
.home_page .key .mv_slider .item.s2 {
  background-image: url(../images/idx_key_bg02.jpg);
}
.home_page .key .mv_slider .item.s3 {
  background-image: url(../images/idx_key_bg03.jpg);
}
.home_page .key .mv_slider .item.s4 {
  background-image: url(../images/idx_key_bg04.jpg);
}
.home_page .key .mv_slider:not(.slick-slider) .item:not(:first-child) {
  display: none;
}
.home_page .key .catch {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}
.home_page .key .catch .title,
.home_page .key .catch p {
  color: #fff;
  font-weight: 400;
}
.home_page .key .catch .title {
  margin-bottom: 0.34em;
  font-size: 5em;
  line-height: 1.66;
  letter-spacing: 0.1em;
}
.home_page .key .catch p {
  font-size: 2.2em;
  line-height: 1.7727272727;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) {
  .home_page .key .catch {
    padding: 4.2em 4.5em;
  }
}
.home_page .key .key_scroll {
  font-size: max(7px, 1em);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  width: fit-content;
  transform: translateY(50%);
}
.home_page .key .key_scroll a {
  font-size: 1.4em;
  width: 5.7143em;
  height: 5.7143em;
  background-color: var(--main-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.home_page .key .key_scroll a > span {
  position: relative;
}
.home_page .key .key_scroll a > span::after {
  content: "";
  display: block;
  width: 1.1429em;
  aspect-ratio: 14/9;
  margin: 0 auto;
  margin-top: 0.3571em;
  rotate: 90deg;
  --mask: url("../images/idx_ic_arr.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: center;
  -webkit-mask-position: center;
  background-color: currentColor;
}
.home_page .topic_path {
  display: none;
}
.home_page h2 {
  position: relative;
  color: var(--main-color);
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 4px);
  letter-spacing: 0.1em;
  text-align: center;
}
.home_page h2 .jp .sm {
  display: block;
  margin: 0.4231em 0 0.1923em;
  letter-spacing: 0.1em;
}
.home_page h2 .en {
  display: table;
  position: relative;
  font-size: var(--txt_size);
  color: #bdc8dd;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 1.3125em;
  margin: 0 auto;
  margin-bottom: 3px;
}
.home_page h2 .en::before, .home_page h2 .en::after {
  content: "";
  position: absolute;
  width: 0.9375em;
  height: 1px;
  top: 0px;
  bottom: 0px;
  margin: auto 0;
  background-color: currentColor;
}
.home_page h2 .en::before {
  left: 0;
}
.home_page h2 .en::after {
  right: 0;
}
.home_page h2.white {
  color: #fff;
}
.home_page h2.t_left {
  text-align: left;
}
.home_page h2.t_left .en {
  margin-left: 0;
  padding-right: 0;
}
.home_page h2.t_left .en::after {
  display: none;
}
.home_page h2.lg {
  line-height: 1.6944444444;
  font-size: calc(var(--ttl_size) + 6px);
}
.home_page h2 .sm {
  position: relative;
  font-size: 72.2222222222%;
  z-index: 2;
}
.home_page h2 .uline {
  display: inline;
  position: relative;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  z-index: 1;
}
.home_page h2 .uline::before {
  content: "";
  position: absolute;
  height: 0.3611em;
  bottom: 2px;
  left: -0.1389em;
  right: -0.1389em;
  background-color: #ebeff5;
  z-index: -1;
}
.home_page h2 .uline.t_fit::before {
  left: 0.2222em;
  right: 0.2222em;
}
@media only screen and (min-width: 769px) {
  .home_page h2 {
    margin-bottom: 23px;
  }
  .home_page h2.t_left_pc {
    text-align: left;
  }
  .home_page h2.t_left_pc .en {
    margin-left: 0;
  }
  .home_page h2.t_left_pc .en::after {
    display: none;
  }
  .home_page h2 .jp .sm {
    font-size: calc(var(--ttl_size) - 4px);
  }
  .home_page h2.lg {
    margin-bottom: 37px;
  }
}
.home_page h3 {
  position: relative;
  color: var(--main-color);
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) - 4px);
  letter-spacing: 0.1em;
}
.home_page h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  --mask: url("../images/idx_ic_line-02.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: repeat-x;
  -webkit-mask-repeat: repeat-x;
  mask-size: 4px 1px;
  -webkit-mask-size: 4px 1px;
  mask-position: top left;
  -webkit-mask-position: top left;
  background-color: currentColor;
}
.home_page h3.white {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .home_page h3 {
    padding-bottom: 0.5769em;
    margin-bottom: 0.8077em;
  }
}
.home_page .list01 li {
  color: #25498d;
  position: relative;
  display: flex;
}
.home_page .list01 li:not(:last-child) {
  margin-bottom: 10px;
}
.home_page .list01 li::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 0.9375em;
  height: 0.9375em;
  margin-right: 0.5625em;
  margin-top: 0.3125em;
  border: 1px solid currentColor;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key .mv_slider .item.s1 {
    background-position: top right 35%;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
}

.idx_info {
  position: relative;
  background-color: #fff;
  border: 2px solid #dbdddf;
  z-index: 2;
}
.idx_info .box .idx_logo {
  max-width: 207px;
}
.idx_info .box .idx_logo img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .idx_info {
    padding: 48px 0 49px;
  }
  .idx_info .box {
    padding: 0 min(2.9vw, 37px);
  }
  .idx_info .box:not(:last-child) {
    border-right: 2px solid #dbdddf;
  }
  .idx_info .box .idx_logo {
    width: 45%;
  }
  .idx_info .box .iTel {
    font-size: clamp(6.5px, 0.78125vw, 8.75px);
  }
  .idx_info .box .time_sheet .tbl {
    font-size: min(1.039vw, 10px);
  }
}

.idx01 h2 {
  font-weight: 500;
}
.idx01 .wrap {
  background-color: #f8f9fa;
}
.idx01 .wrap .fblock {
  align-items: center;
  margin-bottom: 16px;
}
.idx01 .wrap .time_sheet {
  width: 100%;
}
.idx01 .wrap .news {
  position: relative;
}
.idx01 .wrap .news dl {
  background-color: #f8f9fa;
}
.idx01 .wrap .news dl dt {
  display: flex;
  margin-top: -25px;
  margin-bottom: 2px;
}
.idx01 .wrap .news .btn-group {
  position: relative;
  bottom: 6px;
}
.idx01 .wrap .news .ttl {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #25498d;
  margin-bottom: 0;
  margin-right: 15px;
}
.idx01 .wrap .news li {
  border-bottom: 1px solid #dbdddf;
  width: auto;
}
.idx01 .wrap .news li:last-child {
  border-bottom: 0;
}
.idx01 .wrap .news li a {
  --w: 82px;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 9px 0 8px;
  font-size: 14px;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  padding-right: 14px;
  color: #49565e;
  z-index: 1;
}
.idx01 .wrap .news li a::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 9px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto 0;
  background: url("../images/idx_ic_arr.png") no-repeat center/cover;
}
.idx01 .wrap .news li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: -0.25em;
  background-color: #ebeff5;
  z-index: -1;
  transition: all 0.3s linear;
}
.idx01 .wrap .news li a span {
  display: inline;
}
.idx01 .wrap .news li a:hover {
  opacity: 1;
  color: var(--main-color);
}
.idx01 .wrap .news li a:hover .date {
  color: var(--main-color);
}
.idx01 .wrap .news li a .date {
  font-family: var(--f-en);
  width: var(--w);
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  color: var(--main-color);
}
.idx01 .wrap .news li a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
}
@media only screen and (min-width: 769px) {
  .idx01 .wrap .news li a:hover::after {
    width: calc(100% + 0.5em);
    transform-origin: left top;
  }
}
@media only screen and (min-width: 769px) {
  .idx01 {
    padding: 100px 0px;
  }
  .idx01 .wrap {
    padding: 56px 0 70px;
  }
  .idx01 .wrap .box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .idx01 .wrap .box01 .idx_logo {
    position: relative;
    left: 3px;
  }
  .idx01 .wrap .box01 .btn-group {
    width: 16em;
  }
  .idx01 .wrap .box01 .btn-group .btn {
    max-width: 16em;
  }
  .idx01 .wrap .box02 .btn-group {
    width: 18em;
  }
  .idx01 .wrap .box02 .btn-group .btn {
    max-width: 18em;
  }
  .idx01 .wrap .time_sheet {
    margin-bottom: 36px;
  }
  .idx01 .wrap .iAddress {
    margin-bottom: 17px;
  }
  .idx01 .wrap .news dl {
    padding: 10px 21px 6px;
  }
}
@media only screen and (min-width: 1280px) {
  .idx01 .wrap .box02 {
    padding: 0 37px 0 39px;
  }
}

.idx02 {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
}
.idx02::before {
  content: "";
  position: absolute;
  height: auto;
  left: 0px;
  background: url("../images/idx02_bg_left.png") no-repeat center/cover;
  z-index: -1;
}
.idx02::after {
  content: "";
  position: absolute;
  height: auto;
  background: url("../images/idx02_img01.png") no-repeat center/cover;
  z-index: -1;
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx02::after {
    font-size: min(1.04vw, 10px);
  }
}
.idx02 .idx_list {
  position: relative;
  z-index: 1;
  max-width: 681px;
}
.idx02 .idx_list::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #fff;
  z-index: -1;
}
.idx02 .idx_list .btn-group {
  position: absolute;
}
@media only screen and (min-width: 769px) {
  .idx02 {
    padding: 11px 0 100px;
  }
  .idx02::before {
    font-size: 10px;
    bottom: 0px;
    width: 74em;
    aspect-ratio: 740/1136;
  }
  .idx02::after {
    font-size: 10px;
    width: 116em;
    aspect-ratio: 1160/584;
    bottom: 0px;
    left: calc(50vw - 4.2em);
  }
  .idx02 .sub-ttl {
    margin-bottom: 31px;
  }
  .idx02 .idx_list {
    font-size: 10px;
    padding: 3.6em 0 3.4em;
    width: 65%;
    display: flex;
    gap: 2em;
  }
  .idx02 .idx_list::before {
    width: 100vw;
  }
  .idx02 .idx_list .list01 li {
    letter-spacing: 0.05em;
    font-size: max(12px, 1.6em);
  }
  .idx02 .idx_list .btn-group {
    font-size: max(8.75px, 1em);
    right: -3.1em;
    bottom: -2.6em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .idx_list {
    font-size: min(0.975vw, 8.75px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx02 .idx_list {
    width: 72%;
  }
}

.idx03 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  background-color: #25498d;
  z-index: 1;
}
.idx03::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  background: url("../images/idx03_img01.png") no-repeat center/cover;
  z-index: -1;
}
.idx03::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  background: url("../images/idx03_bg_right.png") no-repeat center/cover;
  z-index: -1;
}
.idx03 .sub-ttl {
  color: #fff;
}
.idx03 .wrap {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.idx03 .wrap .box {
  max-width: 653px;
}
@media only screen and (min-width: 769px) {
  .idx03::after {
    width: auto;
    aspect-ratio: 701/551;
    height: 100%;
  }
  .idx03::before {
    aspect-ratio: 1240/511;
    height: 100%;
  }
  .idx03 .sub-ttl {
    margin-bottom: 30px;
  }
  .idx03 .wrap {
    padding: min(7.7vw, 95px) 0 min(7.7vw, 98px);
  }
  .idx03 .wrap .box {
    margin-left: auto;
    width: 52%;
    padding-right: 10px;
  }
  .idx03 .btn-group {
    --size-mg: 8px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1921px) {
  .idx03::before {
    left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx03::before {
    left: calc(50% - 700px);
  }
  .idx03 .wrap {
    padding: 40px 0;
  }
  .idx03 .wrap::before {
    left: -5vw;
  }
  .idx03 .wrap .box {
    width: 65%;
  }
}

.idx04 {
  position: relative;
  z-index: 2;
}
.idx04 .wrap {
  position: relative;
  z-index: 1;
}
.idx04 .wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  inset: 0;
  background-color: #f8f9fa;
  z-index: -1;
}
.idx04 .wrap .content {
  position: relative;
}
.idx04 .wrap .content::before {
  content: "";
  position: absolute;
  bottom: 0px;
  background: url("../images/idx04_bg_line.png") no-repeat center/cover;
  opacity: 0.75;
  max-height: 604px;
  z-index: 1;
  mix-blend-mode: multiply;
}
.idx04 .idx_content {
  position: relative;
  z-index: 1;
}
.idx04 .box_gr {
  border: 2px solid #dbdddf;
}
.idx04 .box01 {
  background-color: #fff;
}
.idx04 .box02 {
  position: relative;
  background: url("../images/idx04_img02.jpg") no-repeat center/cover;
}
.idx04 .box02 .box_left {
  max-width: 365px;
}
.idx04 .box02 .box_left .desc {
  color: #fff;
}
.idx04 .box03 picture {
  max-width: 284px;
}
.idx04 .box03 h3 {
  text-align: center;
}
.idx04 .box03 .desc {
  text-align: center;
}
.idx04 .box04 {
  position: relative;
  background: url(../images/idx05_bg.png) no-repeat center/cover;
  min-height: var(--h);
}
.idx04 .box04 .box_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--h);
}
.idx04 .box04 h2 .en {
  color: #fff;
}
.idx04 .box04 .desc {
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx04 {
    padding: 150px 0 0;
  }
  .idx04 .wrap {
    padding: 45px 0;
  }
  .idx04 .wrap::after {
    height: 80%;
  }
  .idx04 .wrap .content::before {
    width: calc(100% + 80px);
    height: 54%;
    left: -40px;
  }
  .idx04 .idx_head {
    margin-top: -100px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 59px;
  }
  .idx04 .head_left {
    width: 61%;
    max-width: 653px;
  }
  .idx04 .head_right {
    width: 35%;
    align-self: flex-end;
    padding-bottom: 10px;
  }
  .idx04 .head_right .btn-group {
    --size-mg: 8.5px;
    justify-content: flex-end;
  }
  .idx04 .box01 {
    padding: 59px min(5.4vw, 69px) 56px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .idx04 .box01 .box_left {
    width: 36%;
    max-width: 337px;
  }
  .idx04 .box01 .box_right {
    width: 60%;
    max-width: 553px;
    margin-top: -8px;
  }
  .idx04 .box01 .box_right .desc {
    margin-bottom: 30px;
  }
  .idx04 .box01 .btn-group {
    --size-mg: 8.5px;
    justify-content: flex-start;
  }
  .idx04 .box02 {
    padding: 52px min(5.4vw, 69px) 59px;
  }
  .idx04 .box02 .box_left {
    margin-left: auto;
    width: 50%;
  }
  .idx04 .box02 .box_left .desc {
    margin-bottom: 30px;
  }
  .idx04 .box02 .box_left .btn-group {
    --size-mg: 8.5px;
    justify-content: flex-start;
  }
  .idx04 .box03 {
    padding: 62px 0 80px;
    margin: 0 -20px;
    display: flex;
    justify-content: space-between;
  }
  .idx04 .box03 picture {
    width: 26%;
  }
  .idx04 .box03 .img01 {
    padding-top: 7px;
  }
  .idx04 .box03 .img02 {
    margin-top: auto;
  }
  .idx04 .box03 .desc {
    margin-bottom: 28px;
  }
  .idx04 .box03 .txt {
    width: 45%;
    max-width: 455px;
  }
  .idx04 .box03 .btn-group {
    --size-mg: 8.5px;
  }
  .idx04 .box04 {
    width: 100vw;
    left: calc(50% - 50vw);
    --h: clamp(550px, 62.27vw, 796px);
    margin-top: calc(min(13.125vw, 168px) * -1);
  }
  .idx04 .box04 .txt {
    padding-bottom: 4px;
  }
  .idx04 .box04 .desc {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1921px) {
  .idx04 .box04 {
    left: calc(50% - 960px);
    max-width: 1920px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1209px) {
  .idx04 .wrap .content::before {
    width: calc(100vw - 30px);
    max-width: 1180px;
    left: calc(50% - 50vw + 15px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx04 .box03 {
    margin: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx04 .box01 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .idx04 .box01 .btn-group {
    --size-mg: 5px;
    font-size: 7.5px;
  }
  .idx04 .box02 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.idx05 {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, #f8f9fa 70%);
  background-repeat: no-repeat;
  background-position: top center;
}
.idx05::before, .idx05::after {
  content: "";
  position: absolute;
  height: auto;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: multiply;
}
.idx05::before {
  left: 0;
  background-image: url("../images/idx05_bg_left.png");
}
.idx05::after {
  right: 0;
  background-image: url("../images/idx05_bg_right.png");
}
.idx05 .sub-ttl {
  text-align: center;
}
.idx05 .box {
  position: relative;
  background-color: #fff;
  max-width: 528px;
}
.idx05 .box .btn-group {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .idx05 {
    margin-top: -209px;
    padding: 100px 0 95px;
    background-size: 100% 78.4%;
  }
  .idx05::before, .idx05::after {
    width: min(50vw, 640px);
    aspect-ratio: 640/918;
  }
  .idx05 h2 {
    margin-bottom: 22px;
  }
  .idx05 .sub-ttl {
    margin-bottom: 31px;
  }
  .idx05 .box_gr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 125px;
  }
  .idx05 .box {
    width: 49%;
    padding: 32px min(4vw, 50px) 26px;
  }
  .idx05 .box01 .btn-group .btn {
    max-width: 243px;
  }
  .idx05 .box02 .list01 {
    margin-right: -15px;
  }
  .idx05 .box02 .btn-group .btn {
    max-width: 223px;
  }
  .idx05 .box h3 {
    margin-bottom: 24px;
  }
  .idx05 .box .list01 {
    margin-bottom: 34px;
  }
  .idx05 .box .btn-group {
    bottom: -25px;
  }
}

.idx_gallery {
  position: relative;
  z-index: 2;
}
.idx_gallery .list {
  display: flex;
  max-width: 1580px;
  margin: 0 auto;
}
.idx_gallery .list img {
  overflow: hidden;
}
.idx_gallery .list .item {
  width: 24%;
  max-width: 357px;
  margin: 0 15px;
}
.idx_gallery .list .item:nth-child(even) {
  margin-top: 70px;
}
@media only screen and (max-width: 1024px) {
  .idx_gallery .list .item {
    max-width: 250px;
    margin: 0 10px;
  }
  .idx_gallery .list .item:nth-child(even) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .idx_gallery .list .item {
    max-width: 200px;
  }
  .idx_gallery .list .item:nth-child(even) {
    margin-top: 50px;
  }
}

.idx06 {
  padding: 0 0;
}
.idx06 .wrap {
  margin: 0 auto;
  max-width: 1280px;
}
.idx06 .idx_list {
  counter-reset: item;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.idx06 .idx_list .item {
  font-size: min(0.8vw, 10px);
  counter-increment: item;
  position: relative;
  max-width: 639px;
  aspect-ratio: 639/500;
  height: auto;
  width: calc(50% - 1px);
}
.idx06 .idx_list .item .num {
  position: absolute;
  top: 1.7391em;
  left: 1.3913em;
  font-family: var(--f-en);
  font-size: 1.15em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.idx06 .idx_list .item .num::after {
  content: counter(item, decimal-leading-zero);
  display: block;
  font-size: 4.3913em;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: -1px;
}
.idx06 .idx_list .item .txt {
  position: absolute;
  right: 2em;
  bottom: 0;
  max-width: 306px;
  width: 65%;
  background-color: #fff;
  padding: 2.4em 2em 2.3em 3em;
}
.idx06 .idx_list .item .ttl {
  font-size: max(16px, 2em);
  margin-bottom: 0.65em;
  padding-bottom: 0.75em;
}
.idx06 .idx_list .item .desc {
  font-size: max(10px, 1.4em);
  letter-spacing: 0.1em;
  line-height: 1.9285714286;
}
@media only screen and (min-width: 769px) {
  .idx06 h2 {
    margin-bottom: 32px;
  }
}

.idx07 {
  position: relative;
  z-index: 1;
}
.idx07::before {
  content: "";
  position: absolute;
  height: auto;
  top: 0px;
  right: 0px;
  background: url("../images/idx07_bg_right.png") no-repeat center/cover;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .idx07::before {
    max-width: 720px;
    width: 56.25%;
    aspect-ratio: 720/605;
  }
}
.idx07 .wrap {
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .idx07 .wrap01 {
    padding-left: 70px;
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx07 .wrap01 {
    padding-left: clamp(10px, 1.31vw, 70px);
  }
}
.idx07 .wrap02 {
  background-color: #f8f9fa;
  padding: 69px 0 50px;
}
.idx07 .idx_box {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_box {
    justify-content: space-between;
  }
}
.idx07 .idx_box .box01 {
  position: relative;
  flex-shrink: 0;
  height: max-content;
}
.idx07 .idx_box .box01::after {
  content: "";
  position: absolute;
  background-color: #f8f9fa;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_box .box01::after {
    bottom: -5%;
    left: 6.8%;
    width: 135.5%;
    max-width: 600px;
    aspect-ratio: 600/443;
    height: auto;
  }
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_box .box01 {
    padding-top: 11px;
    width: 37%;
    max-width: 443px;
  }
}
.idx07 .idx_box .box02 {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_box .box02 {
    width: 37%;
    max-width: 383px;
    padding-left: 11px;
    padding-top: 7px;
    margin-right: -8px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx07 .idx_box .box02 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .idx07 .idx_box .box03 {
    align-self: flex-end;
    flex-shrink: 0;
    max-width: 264px;
    width: 22%;
  }
}
.idx07 .sub-ttl {
  position: absolute;
  font-size: clamp(16px, 1.796875vw, 23px);
  letter-spacing: 0;
  color: #25498d;
  width: 1.7391em;
  line-height: 1.12;
  right: 0.3478em;
  margin-bottom: 0;
}
.idx07 .sub-ttl::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 0px;
  background: url("../images/idx_ic_line-03.png") repeat-y top left/1px 4px;
}
.idx07 .doctor_name {
  position: absolute;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: min(1vw, 10px);
}
@media only screen and (min-width: 769px) {
  .idx07 .doctor_name {
    right: 2em;
    bottom: -1.5em;
    padding: 1.9em 2em 1.6em 1.9em;
    width: 11.7em;
    height: 21.8em;
  }
}
.idx07 .doctor_name p {
  width: 1em;
  font-weight: 500;
  line-height: 1.13;
  margin-bottom: 0;
}
.idx07 .doctor_name p > span {
  display: block;
}
.idx07 .doctor_name .en {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  color: #bdc8dd;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
  align-self: flex-end;
}
@media only screen and (min-width: 769px) {
  .idx07 .doctor_name .en {
    padding-bottom: 0.5833em;
  }
}
.idx07 .doctor_name .jp {
  font-family: var(--f-jp);
  font-size: 2.1em;
  color: #25498d;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .idx07 .doctor_name .jp > .sm {
    font-size: 0.5476em;
  }
}
.idx07 .doctor_name .sm {
  font-size: 1.15em;
}
@media only screen and (min-width: 769px) {
  .idx07 .doctor_name .sm:has(+ .lg) {
    margin-bottom: 0.9565em;
  }
}
.idx07 .doctor_name .lg {
  line-height: 1.3;
}
.idx07 .ttl {
  margin-top: 1.7692em;
  line-height: 1.6538461538;
  padding-bottom: 0;
  margin-bottom: 0.9231em;
}
.idx07 .ttl::before {
  display: none;
}
.idx07 .desc p:not(:last-child) {
  margin-bottom: 14px;
}
@media only screen and (min-width: 769px) {
  .idx07 .desc {
    margin-bottom: 30px;
  }
}
.idx07 .img01 {
  display: table;
}
.idx07 .img02 {
  display: table;
}
@media only screen and (min-width: 769px) {
  .idx07 .img01 {
    max-width: 230px;
    width: 88%;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .idx07 .img02 {
    max-width: 205px;
    width: 78%;
    margin-right: auto;
  }
}
.idx07 .idx_info .box .idx_map {
  height: 300px;
}
.idx07 .idx_info .box .idx_map iframe {
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .idx07 {
    padding: 95px 0 0;
  }
  .idx07 .btn-group {
    --size-mg: 8px;
  }
  .idx07 .idx_info {
    margin-bottom: 49px;
  }
  .idx07 .box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .idx07 .box .fblock {
    align-items: center;
    margin-bottom: 5px;
  }
  .idx07 .box .iTel .tel_click {
    padding-left: 2em;
    padding-right: 2em;
  }
  .idx07 .box .iAddress {
    margin-bottom: 6px;
  }
  .idx07 .box .time_sheet {
    width: 100%;
    margin-bottom: 30px;
  }
  .idx07 .box .btn-group {
    width: 18em;
  }
  .idx07 .box .btn-group .btn {
    max-width: 18em;
  }
  .idx07 .box .btn-group .btn a {
    padding-left: 0.5em;
  }
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 35vw;
  }
  .home_page .key .catch {
    filter: drop-shadow(0 0 30px #000);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) and (max-height: 650px) {
  .home_page .key {
    --height: 100vh;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .home_page .key {
    font-size: 8.75px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  :root {
    --ttl_size: 24px;
    --txt_size: 14px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
  :root {
    --ttl_size: 22px;
  }
}

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