.home_page .key {
  --height: 56vw;
  --min-height: 550px;
  --max-height: 990px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-image: url("../images/idx_key_bg.jpg");
  margin: 0 auto;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 769px) {
  .home_page .key {
    width: 97.5%;
    font-size: 10px;
  }
}
.home_page .key .inner {
  position: relative;
  width: 100%;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.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;
}
.home_page .key .key_bnr {
  font-size: 1em;
  position: absolute;
  width: 43em;
  height: 16em;
  left: 5.55%;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 15;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 769px) {
  .home_page .key .key_bnr {
    bottom: 14.4%;
  }
}
.home_page .key .key_bnr.hide {
  opacity: 0;
  visibility: hidden;
}
.home_page .key .key_bnr.active {
  position: fixed;
}
@media only screen and (min-width: 769px) {
  .home_page .key .key_bnr.active {
    left: 20px;
    font-size: 87.5%;
    bottom: 20px;
  }
}
.home_page .key .key_schedule {
  position: absolute;
  width: 54.5em;
  bottom: 4.3%;
  right: -1.4em;
  font-size: 1em;
  background-color: #fff;
  border: 0.8em solid #f2f9fe;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 2.8em 1.4em 3.9em 1.5em;
}
.home_page .key .key_schedule::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border: 1px solid var(--main-color);
  background-color: transparent;
}
.home_page .key .catch {
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .home_page .key .catch {
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
    padding-bottom: 22px;
  }
}
.home_page .key .catch p {
  font-size: 3.2em;
  font-weight: 500;
  line-height: 1.625;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) {
  .home_page .key .catch p {
    padding-left: 0.8125em;
  }
}
.home_page .key h2 {
  font-size: 5.2em;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 0.1em;
}
.home_page .key .bnr_close {
  position: absolute;
  width: 3em;
  height: 3em;
  background-color: #104974;
  top: 1px;
  left: 1px;
  z-index: 5;
  cursor: pointer;
}
.home_page .key .bnr_close::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  inset: 0;
  margin: auto;
  --mask: url("../images/ic_close.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: #fff;
}
@media only screen and (min-width: 769px) {
  .home_page .key .bnr_close:hover {
    background-color: var(--clr3);
  }
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  margin-bottom: 40px;
  color: var(--clr1);
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 6px);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  overflow: hidden;
}
.home_page h3 > span {
  display: block;
}
.home_page h3 .en {
  color: var(--main-color);
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: -1px;
}
.home_page h3 .jp {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 0.6111em;
}
.home_page h3 .jp::before, .home_page h3 .jp::after {
  content: "";
  position: absolute;
  width: 387px;
  height: 8px;
  top: calc(50% + 2px);
  background: url("../images/idx_h3_line.jpg") no-repeat center/cover;
}
@media only screen and (max-width: 1024px) {
  .home_page h3 .jp::before, .home_page h3 .jp::after {
    width: min(25vw, 387px);
    height: 6px;
  }
}
.home_page h3 .jp::before {
  right: 100%;
}
.home_page h3 .jp::after {
  left: 100%;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}
.home_page h3.sm {
  font-size: var(--ttl_size);
}
.home_page h3.sm .en {
  font-size: 16px;
  margin-bottom: 6px;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 35vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1920px) {
  .home_page .key {
    max-width: 1860px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1566px) {
  .home_page .key {
    --max-height: calc(100vh - var(--wrapper));
    font-size: min(0.6vw, 8.75px);
  }
  .home_page .key .key_schedule {
    padding: 2.2em 1.4em;
    bottom: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page .key .key_bnr {
    bottom: 5%;
  }
  .home_page .key .key_schedule {
    font-size: min(0.53vw, 7.2px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key {
    font-size: 6.75px;
  }
  .home_page .key .key_schedule {
    font-size: 6px;
    padding: 2em 1.4em;
  }
  .home_page .key .key_schedule .time_sheet .note {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key {
    --max-height: calc(100vh - var(--wrapper));
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes circleSlip {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
.idx01 {
  background-color: rgba(var(--clr5-rgb), 0.7);
}
@media only screen and (min-width: 769px) {
  .idx01 {
    margin-top: -160px;
    padding: 231px 0px 80px;
  }
}
.idx01 .content .box {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx01 .content .box {
    display: flex;
    justify-content: space-between;
    padding: min(3.6vw, 69px) min(4.8vw, 92px);
  }
}
.idx01 .content .box .ttl {
  background-color: #f2f2f2;
  position: relative;
  max-width: 300px;
}
@media only screen and (min-width: 769px) {
  .idx01 .content .box .ttl {
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: min(4vw, 50px) 30px min(4vw, 48px);
  }
}
.idx01 .content .box .ttl::before {
  content: "";
  position: absolute;
  width: 1px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: var(--clr1);
}
@media only screen and (min-width: 769px) {
  .idx01 .content .box .ttl::before {
    height: 35px;
    top: -18px;
  }
}
@media only screen and (min-width: 769px) {
  .idx01 .content .box .txt {
    width: 69%;
    padding-top: 12px;
    padding-bottom: 10px;
    max-width: 749px;
  }
}
.idx01 .content h3 .jp {
  padding: 0;
}
.idx01 .content h3 .jp::before, .idx01 .content h3 .jp::after {
  display: none;
}
@media only screen and (min-width: 769px) {
  .idx01 .content h3 {
    margin-bottom: 1.7em;
  }
}
.idx01 .content li {
  border-bottom: 1px solid #f0f0f0;
  width: auto;
}
.idx01 .content li a {
  display: inline-flex;
  text-decoration: none;
  --w: 6.75em;
  transition: all 0.3s;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  color: var(--clr1);
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx01 .content li a {
    padding: 1.6875em 1em 1.75em;
  }
}
.idx01 .content li a::before {
  content: "";
  position: absolute;
  width: 0.4375em;
  height: 0.75em;
  top: calc(50% - 0.4375em);
  right: 0.4375em;
  --mask: url("../images/ic_arr_r.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: var(--clr6);
}
.idx01 .content li a span {
  display: inline-block;
}
.idx01 .content li a:hover {
  opacity: 1;
  background-color: var(--main-color);
  color: #fff;
}
.idx01 .content li a:hover::before {
  background-color: #fff;
}
.idx01 .content li a .date {
  width: var(--w);
  letter-spacing: 0.08em;
  transition: all 0.3s;
}
.idx01 .content li a .title {
  max-width: calc(100% - var(--w));
  position: relative;
  letter-spacing: 0.1em;
  padding-right: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idx01 .content .btn-group {
  width: 100%;
  max-width: 142px;
}
.idx01 .content .btn-group .btn-news {
  width: 100%;
  --clr-btn: var(--clr1);
}
.idx01 .content .btn-group .btn-news a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-btn);
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  padding-bottom: 6px;
  transition: all 0.3s linear;
}
.idx01 .content .btn-group .btn-news a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: var(--clr-btn);
}
.idx01 .content .btn-group .btn-news a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  bottom: -2px;
  right: 0px;
  background-color: var(--clr-btn);
}
@media only screen and (min-width: 769px) {
  .idx01 .content .btn-group .btn-news a:hover {
    opacity: 1;
    --clr-btn: var(--main-color);
  }
  .idx01 .content .btn-group .btn-news a:hover::after {
    animation: circleSlip 1s linear infinite;
  }
}

@media only screen and (min-width: 769px) {
  .idx02 {
    padding: 73px 0 77px;
  }
  .idx02 h3 {
    margin-bottom: 42px;
  }
}
.idx02 .idx_box {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_box {
    font-size: min(1vw, 10px);
    justify-content: space-between;
  }
  .idx02 .idx_box_left {
    width: 55%;
    max-width: 700px;
  }
  .idx02 .idx_box_right {
    width: 40%;
    max-width: 500px;
  }
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_map {
    height: 400px;
    margin-bottom: 20px;
  }
}
.idx02 .idx_images {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_images {
    gap: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_logo {
    padding-top: 22px;
    margin-bottom: 15px;
  }
  .idx02 .idx_logo a:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) {
  .idx02 .address {
    font-size: 1.6em;
    margin-left: 0.3125em;
    margin-bottom: 0.375em;
  }
  .idx02 .idx_tel {
    font-size: 1.6em;
    margin-bottom: 1.5em;
  }
  .idx02 .vehicle {
    font-size: 1.6em;
    margin-bottom: 2.5em;
  }
  .idx02 .time_sheet {
    font-size: min(0.9vw, 1em);
    margin-bottom: 3.9em;
  }
  .idx02 .btn-group {
    font-size: 1em;
  }
}

.idx03 {
  background-image: url("../images/idx03_bg.jpg");
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .idx03 {
    padding: 73px 0 83px;
  }
  .idx03 h3 {
    margin-bottom: 38px;
  }
}
.idx03::before {
  content: "";
  position: absolute;
  width: 23.4em;
  height: 21.5em;
  bottom: -4.6em;
  left: 3.1em;
  background: url("../images/idx03_ic01.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx03::before {
    font-size: min(0.55vw, 10px);
  }
}
.idx03::after {
  content: "";
  position: absolute;
  width: 18em;
  height: 18.2em;
  top: 6.9em;
  right: 9em;
  background: url("../images/idx03_ic02.png") no-repeat center/cover;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .idx03::after {
    font-size: min(0.55vw, 10px);
  }
}
.idx03 .idx_box {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box {
    justify-content: space-between;
    font-size: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box_left {
    padding-left: min(7.8125vw, 150px);
    padding-top: 4px;
    width: 48%;
    max-width: 670px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .idx_box_left {
    padding-left: 2vw;
  }
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box_right {
    width: 48%;
    max-width: 679px;
    flex-shrink: 0;
  }
}
.idx03 .ttl {
  font-size: min(2.6vw, 24px);
  font-weight: 500;
  text-align: left;
  color: var(--clr2);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 1em;
}
.idx03 .ttl > span {
  background: linear-gradient(to right, var(--clr2), var(--clr2)) bottom left/100% 1px repeat-x;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-shadow: 0px 0 0 var(--clr2), 0px 0 0 var(--clr2);
}
@media only screen and (min-width: 769px) {
  .idx03 .ttl > span {
    padding: 0 16px 2px 0;
  }
}
.idx03 .desc p {
  font-size: var(--txt_size);
}
@media only screen and (min-width: 769px) {
  .idx03 .desc {
    margin-left: 2px;
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 769px) {
  .idx03 .btn-group {
    font-size: 1em;
    margin-left: 2px;
  }
  .idx03 .btn-group .btn:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .btn-group {
    font-size: 0.875em;
  }
}
.idx03 .doctor_box {
  padding-right: var(--pd-r);
  padding-bottom: var(--pd-b);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .idx03 .doctor_box {
    font-size: min(0.85vw, 10px);
    --pd-r: 7.9em;
    --pd-b: 8.8em;
  }
}
.idx03 .doctor_box::before {
  content: "";
  position: absolute;
  width: calc(100% - var(--pd-r));
  height: calc(100% - var(--pd-b));
  bottom: 0px;
  right: 0px;
  background-image: -moz-linear-gradient(45deg, rgb(63, 122, 204) 0%, rgb(152, 208, 236) 100%);
  background-image: -webkit-linear-gradient(45deg, rgb(63, 122, 204) 0%, rgb(152, 208, 236) 100%);
  background-image: -ms-linear-gradient(45deg, rgb(63, 122, 204) 0%, rgb(152, 208, 236) 100%);
  opacity: 0.25;
  z-index: -1;
}
.idx03 .doctor_box .name {
  position: absolute;
  font-weight: 500;
  letter-spacing: 0.4em;
}
@media only screen and (min-width: 769px) {
  .idx03 .doctor_box .name {
    font-size: 1.8em;
    bottom: 0.7222em;
    left: 6.4444em;
  }
}
.idx03 .doctor_box .name .lg {
  font-size: 1.7778em;
  letter-spacing: 0.1em;
  margin-left: 0.3125em;
  font-weight: 400;
}
.idx03 .doctor_box .name .sm {
  font-size: 0.6667em;
  letter-spacing: 0.08em;
  color: var(--main-color);
  text-transform: uppercase;
  margin-left: 1.4167em;
}

.idx04 {
  position: relative;
  background: linear-gradient(180deg, #fff 36%, #f2f5f7 36%);
}
@media only screen and (min-width: 769px) {
  .idx04 {
    margin-top: 79px;
    padding: 54px 0 90px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx04 .inner_max {
    padding: 0 5vw;
  }
}
.idx04::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  max-width: 1800px;
  height: 600px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: var(--main-color);
}
.idx04 h3 {
  position: relative;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx04 h3 {
    padding: 2.0278em 0 0.75em;
  }
}
.idx04 h3 .en {
  font-weight: 400;
  font-size: inherit !important;
  color: var(--clr-yellow);
  margin-bottom: -2px;
}
.idx04 h3 .jp {
  letter-spacing: 0.08em;
}
.idx04 h3 .jp::before, .idx04 h3 .jp::after {
  display: none;
}
.idx04 h3::before {
  content: "";
  display: block;
  width: 1.3333em;
  height: 0.6667em;
  margin: 0 auto 1px;
  --mask: url("../images/idx04_h3_ic.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: var(--clr-yellow);
}
.idx04 h3::after {
  content: "";
  position: absolute;
  max-width: 1281px;
  height: auto;
  aspect-ratio: 1281/211;
  top: 0px;
  left: 2px;
  right: 0px;
  margin: 0 auto;
  background: url("../images/idx04_h3_bg.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx04 h3::after {
    width: 80%;
  }
}
.idx04_tab {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .idx04_tab {
    padding: min(5.2vw, 80px) min(5.2vw, 80px) min(6.5vw, 89px);
    font-size: min(1.14vw, 10px);
  }
}
@media only screen and (min-width: 769px) {
  .idx04_tab .TabContainer .TabContent > div .txt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6.7em;
  }
  .idx04_tab .TabContainer .TabContent > div .txt_left {
    flex-shrink: 0;
    width: 49%;
    max-width: 620px;
  }
  .idx04_tab .TabContainer .TabContent > div .txt_right {
    width: 45%;
    max-width: 570px;
    margin-top: -2px;
  }
}
.idx04_tab .TabContainer .TabContent > div .txt .ttl {
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 0.5667em;
  margin-bottom: 1.3em;
}
@media only screen and (min-width: 769px) {
  .idx04_tab .TabContainer .TabContent > div .txt .ttl {
    font-size: min(3.2vw, 30px);
  }
}
.idx04_tab .TabContainer .TabContent > div .txt .ttl::before {
  content: "";
  position: absolute;
  width: 2.6667em;
  height: 2px;
  bottom: 0px;
  left: 0px;
  background-color: var(--clr7);
}
.idx04_tab .TabContainer .TabContent > div .txt .desc p {
  font-size: var(--txt_size);
}
@media only screen and (min-width: 769px) {
  .idx04_tab .TabContainer .TabContent > div .txt .desc {
    margin-bottom: 31px;
  }
}
@media only screen and (min-width: 769px) {
  .idx04_tab .TabContainer .TabContent > div .txt .btn-group {
    font-size: min(1vw, 10px);
  }
}
@media only screen and (min-width: 769px) {
  .idx04_tab .TabContainer .TabContent > div .btn-group {
    font-size: min(1vw, 10px);
  }
}
.idx04_tab .TabContainer .TabContent > div .flex_gr {
  margin: calc(var(--size-mg) * -0.75) calc(var(--size-mg) * -1);
}
@media only screen and (min-width: 769px) {
  .idx04_tab .TabContainer .TabContent > div .flex_gr {
    --size-mg: min(1.3vw, 20px);
  }
}
.idx04_tab .TabContainer .TabContent > div .flex_gr .item {
  margin: calc(var(--size-mg) * 0.75) var(--size-mg);
}

@media only screen and (min-width: 769px) {
  .idx05 {
    padding: 73px 0 min(5vw, 80px);
  }
  .idx05 h3 {
    margin-bottom: 42px;
  }
}
.idx05 .idx_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .idx05 .idx_list {
    font-size: min(0.65vw, 10px);
    gap: 3em 2.7em;
    margin-right: -1px;
  }
}
.idx05 .idx_list .ite {
  position: relative;
  max-width: 300px;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .idx05 .idx_list .ite {
    padding: 4em 2em 4.2em;
    width: calc(24.5% - 1.35em);
  }
}
.idx05 .idx_list .ite .txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.idx05 .idx_list .ite .txt::before {
  content: "";
  width: 14.6em;
  height: 9.2em;
  display: block;
  margin: 0 auto 2.8em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.idx05 .idx_list .ite01 .txt::before {
  background-image: url(../images/idx05_ic01.png);
}
.idx05 .idx_list .ite02 .txt::before {
  background-image: url(../images/idx05_ic02.png);
}
.idx05 .idx_list .ite03 .txt::before {
  background-image: url(../images/idx05_ic03.png);
}
.idx05 .idx_list .ite04 .txt::before {
  background-image: url(../images/idx05_ic04.png);
}
.idx05 .idx_list .ite05 .txt::before {
  background-image: url(../images/idx05_ic05.png);
}
.idx05 .idx_list .ite06 .txt::before {
  background-image: url(../images/idx05_ic06.png);
}
.idx05 .idx_list .ite07 .txt::before {
  background-image: url(../images/idx05_ic07.png);
}
.idx05 .idx_list .ite .ttl {
  position: relative;
  width: 100%;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .idx05 .idx_list .ite .ttl {
    font-size: min(2vw, 22px);
  }
}
.idx05 .idx_list .ite .ttl > span {
  display: block;
}
.idx05 .idx_list .ite .ttl .jp {
  margin-bottom: 0.3182em;
  font-weight: 500;
}
.idx05 .idx_list .ite .ttl .en {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--main-color);
}
@media only screen and (min-width: 769px) {
  .idx05 .idx_list .ite .ttl .en {
    font-size: min(1.2vw, 12px);
  }
}
.idx05 .idx_list .ite .ttl::before {
  content: "";
  position: absolute;
  width: 0.4545em;
  height: 0.8182em;
  top: 0.3182em;
  bottom: 0px;
  right: 0px;
  margin: auto 0;
  background: url("../images/idx05_arr.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx05 .idx_list .ite:hover {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
  }
  .idx05 .idx_list .ite:hover::before {
    background-color: #fff;
  }
}
.idx05 .idx_list .ite::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #eff3f5;
}
.idx05 .idx_list .ite::after {
  content: "";
  position: absolute;
  width: 24.1em;
  height: 26.9em;
  top: 1.8em;
  left: -2.1em;
  background: url("../images/idx05_ite_bg.png") no-repeat center/cover;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .idx_list .ite::after {
    top: 3.8em;
  }
}

.idx_bnr {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 769px) {
  .idx_bnr {
    padding-top: 10px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 431px) {
  .idx_bnr .bnr-group {
    display: flex;
    justify-content: space-between;
    font-size: min(0.65vw, 10px);
  }
}
.idx_bnr .bnr {
  position: relative;
  max-width: 900px;
  aspect-ratio: 900/220;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.5em;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 431px) {
  .idx_bnr .bnr {
    width: 49.5%;
  }
}
.idx_bnr .bnr .txt {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idx_bnr .bnr .ttl {
  margin-bottom: 0;
  font-size: 4.2em;
  padding-bottom: 0.0952em;
  padding-left: 2.6429em;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
}
.idx_bnr .bnr .ttl::before {
  content: "";
  position: absolute;
  width: 1.5952em;
  height: 1.4524em;
  top: 0;
  bottom: 1px;
  left: 0;
  margin: auto 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.idx_bnr .bnr .ic_arr {
  --clr-arr: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.4em;
  margin: auto 0;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  border: 0.2em solid var(--clr-arr);
  background-color: transparent;
}
.idx_bnr .bnr .ic_arr::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1.8em;
  inset: 0;
  margin: auto;
  --mask: url("../images/idx_bnr_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: var(--clr-arr);
}
.idx_bnr .bnr01 {
  background-image: url("../images/idx_bnr01.jpg");
}
.idx_bnr .bnr01 .ttl::before {
  left: 6px;
  background-image: url("../images/ic_cost.png");
}
.idx_bnr .bnr02 {
  background-image: url("../images/idx_bnr02.jpg");
}
.idx_bnr .bnr02 .ttl {
  padding-left: 2.5238em;
  letter-spacing: 0;
}
.idx_bnr .bnr02 .ttl::before {
  left: 1px;
  background-image: url("../images/ic_qa.png");
}
@media only screen and (min-width: 769px) {
  .idx_bnr .bnr:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .idx_bnr .bnr:hover .ic_arr {
    background-color: #fff;
  }
  .idx_bnr .bnr:hover .ic_arr::before {
    background-color: var(--main-color);
  }
}

.idx06 {
  background-color: #ecf2f6;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .idx06 {
    padding: 73px 0 91px;
  }
  .idx06 h3 {
    margin-bottom: 41px;
  }
}
.idx06 .idx_box {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_box {
    display: flex;
    justify-content: space-between;
    font-size: min(1.14vw, 10px);
  }
}
.idx06 .idx_box::before {
  content: "";
  position: absolute;
  width: 14.7em;
  height: 20.1em;
  background: url("../images/idx06_ic01.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_box::before {
    font-size: min(0.55vw, 10px);
    top: -11.3em;
    left: -13.7em;
  }
}
.idx06 .idx_box::after {
  content: "";
  position: absolute;
  width: 18.9em;
  height: 24.4em;
  background: url("../images/idx06_ic02.png") no-repeat center/cover;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_box::after {
    font-size: min(0.55vw, 10px);
    bottom: -13.2em;
    right: -15.5em;
  }
}
.idx06 .idx_box_left {
  aspect-ratio: 767/500;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_box_left {
    max-width: 767px;
    width: 60%;
  }
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_box_right {
    width: 37%;
    max-width: 466px;
    padding-right: 2em;
    padding-top: 2.2em;
  }
}
.idx06 .idx_box_slider {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.idx06 .idx_box_slider .slick-list {
  height: 100% !important;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_box .btn-group {
    font-size: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_slider_list {
    font-size: min(0.55vw, 10px);
    display: grid;
    grid-template-columns: 22% 26.2% 26.2% 23%;
    margin-bottom: 47px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx06 .idx_slider_list {
    grid-template-columns: repeat(4, 25%);
  }
  .idx06 .idx_slider_list li {
    padding-left: 5.2em;
  }
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_slider_list li:not(:first-child) {
    border-left: 1px solid #cfdae1;
    padding-left: 5.2em;
  }
}
.idx06 .idx_slider_list li .ttl {
  line-height: 1.6153846154;
  position: relative;
  padding-left: 0.9231em;
  padding-bottom: 0.1923em;
  margin-top: -0.5769em;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_slider_list li .ttl {
    font-size: min(2.32vw, 26px);
  }
}
.idx06 .idx_slider_list li .ttl::before {
  content: attr(data-nb);
  display: block;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  color: rgba(var(--clr4-rgb), 0.5);
  margin-left: -0.2417em;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_slider_list li .ttl::before {
    font-size: 4.6154em;
    margin-bottom: -0.4333em;
  }
}
.idx06 .idx_slider_for {
  width: 79%;
  max-width: 600px;
  height: 100%;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.idx06 .idx_slider_for picture {
  width: 100%;
  height: 100%;
}
.idx06 .idx_slider_for picture img {
  object-fit: cover;
}
.idx06 .idx_slider_nav {
  width: 21%;
  max-width: 160px;
  margin-left: 7px;
}
.idx06 .idx_slider_nav picture {
  position: relative;
  cursor: pointer;
  margin-bottom: 6px;
  border: none;
}
.idx06 .idx_slider_nav picture img {
  max-height: 120px;
  object-fit: cover;
}
.idx06 .idx_slider_nav picture.slick-slide.slick-current {
  pointer-events: none;
}
.idx06 .idx_slider_nav picture.slick-slide.slick-current::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 0.2em solid #3c7dcb;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_slider_nav picture:hover {
    opacity: 0.8;
  }
}
.idx06 .idx_slider_navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 14em;
  height: 4.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4em;
}
.idx06 .idx_slider_navigation #prev-arrow,
.idx06 .idx_slider_navigation #next-arrow {
  width: 0.7em;
  height: 1.2em;
  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: var(--clr1);
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_slider_navigation #prev-arrow:hover,
  .idx06 .idx_slider_navigation #next-arrow:hover {
    background-color: var(--clr6);
  }
}
.idx06 .idx_slider_navigation #prev-arrow {
  --mask: url("../images/idx_slider_prev.png");
}
.idx06 .idx_slider_navigation #next-arrow {
  --mask: url("../images/idx_slider_next.png");
}
.idx06 .idx_slider_navigation .num {
  font-size: 1.8em;
  padding-bottom: 0.3889em;
}
.idx06 .idx_slider_navigation .num #current-slide {
  font-size: 1.6667em;
}
.idx06 .idx_slider_desc .desc {
  display: none;
}
.idx06 .idx_slider_desc .desc.active {
  display: block;
}
.idx06 .idx_slider_desc .desc p:not(.btn) {
  font-size: var(--txt_size);
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_slider_desc .desc p:not(.btn) {
    margin-bottom: 4.2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 .idx_slider_desc .desc p:not(.btn) {
    margin-bottom: 3em;
  }
}

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

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