@charset "UTF-8";
.home_page .wrap_h3 {
  font-size: clamp(24px, 2.25vw, 2.5em);
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
.home_page .wrap_h3 h3 {
  color: var(--clr1);
  font-family: var(--f-jp);
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.home_page .wrap_h3 .h_en {
  line-height: 1;
}
.home_page .wrap_h3 .h_en.sm {
  display: block;
  color: var(--main-color);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.55em;
  letter-spacing: 0.1em;
  margin-bottom: 0.4091em;
}
.home_page .wrap_h3 .h_en.big {
  position: absolute;
  z-index: -1;
  display: block;
  color: #3a98d3;
  font-size: 3em;
  line-height: 1;
  top: -0.4em;
  left: -0.61em;
  letter-spacing: 0.1em;
  font-weight: 100;
  opacity: 0.1;
  white-space: nowrap;
  text-transform: uppercase;
}
.home_page .wrap_h3.t_center .h_en.big {
  left: 50%;
  transform: translateX(-50%);
}
.home_page .wrap_h3.white .h_en,
.home_page .wrap_h3.white h3 {
  color: #fff;
}
.home_page .wrap_h3.md .h_en.sm {
  margin-bottom: 0.5455em;
}
.home_page .wrap_h3.md h3 {
  font-size: 0.95em;
  line-height: 1.4473684211;
}
.home_page .wrap_h3.sm .h_en.sm {
  margin-bottom: 3px;
}
.home_page .wrap_h3.sm h3 {
  position: relative;
  font-size: 0.9em;
}
.home_page .wrap_h3.sm h3::after {
  content: "";
  font-size: 1.875rem;
  margin: 0.6667em auto 0em;
  display: block;
  width: 1.03334em;
  height: 0.1667em;
  background-image: url(../images/message_dot.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 769px) {
  .home_page h3.md {
    font-size: 2.25em;
  }
  .home_page h3.md .sm {
    margin-bottom: -0.08em;
    font-size: 0.6111em;
  }
  .pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page h3 {
    font-size: 22px;
  }
  .home_page h3 .big {
    font-size: 90px;
    left: calc(-0.4vw - 0.4em);
  }
  .home_page h3 .sm {
    font-size: 18px;
  }
  .home_page h3.large {
    font-size: 24px;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx1 {
  padding: 262px 0 0;
  background-image: url(../images/idx1_bg.jpg);
  position: relative;
  z-index: 1;
}
.idx1 .idx1_img {
  position: relative;
  z-index: -1;
  max-width: 960px;
  grid-row: 1/span 4;
  grid-column-start: 2;
  margin-left: -12%;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}
.idx1 .inner_big {
  max-width: 1480px;
}
.idx1 .idx1_inner {
  display: grid;
  grid-template-columns: 64% 117%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.idx1 .idx1_inner .ttl01 {
  margin-top: 10.6%;
  font-size: min(1.25em, 2.3vw);
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0;
}
.idx1 .idx1_inner .ttl02 {
  line-height: 1.9444444444;
  color: var(--main-color);
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: min(2.25em, 2.9vw);
  margin: 26px 0 23px;
  position: relative;
}
.idx1 .idx1_inner .ttl02 span {
  display: inline-block;
}
.idx1 .idx1_inner .ttl03 {
  max-width: 865px;
  color: #666;
  font-size: 1.125em;
}
.idx1 .idx1_inner .ttl03 p {
  letter-spacing: 0.16em;
  line-height: 2.11;
}
.idx1 .idx1_inner .ttl04 {
  margin-right: -2.5em;
  font-size: 1.875em;
  color: var(--main-color);
  font-weight: 700;
  line-height: 2;
  max-width: 650px;
  margin-top: 7.6%;
  margin-bottom: 18px;
}
.idx1 .idx1_inner .ttl04 span {
  display: inline-block;
}
.idx1 .idx1_inner .ttl04 .mr {
  display: inline-block;
  margin-left: 0.3em;
}
.idx1 .idx1_inner .ttl04::after {
  content: "";
  background: url(../images/message_dot.png) no-repeat center/auto 100%;
  width: 31px;
  aspect-ratio: 31/5;
  margin: 27px 0 0 0;
  display: block;
}
.idx1 .idx1_inner .ttl04.mt-20 {
  margin-top: 20%;
}
.idx1 .idx1_inner .ttl05 {
  margin-bottom: 60px;
  color: #666;
}
.idx1 .idx1_inner .ttl05 p {
  letter-spacing: 0.06em;
  line-height: 2.375;
}
.idx1 .idx1_inner .ttl05 p:not(:last-child) {
  margin-bottom: 10px;
}
.idx1 .idx1_inner p {
  position: relative;
}
.idx1 .idx1_inner.left {
  margin-top: 120px;
  grid-template-columns: 50% 43.6%;
  justify-content: space-between;
  --font-size: min(1em, 1vw);
}
.idx1 .idx1_inner.left .idx1_img {
  font-size: var(--font-size);
  grid-column-start: unset;
  border-radius: 0;
  position: relative;
  z-index: 1;
  max-width: min(50vw, 960px);
  margin-left: calc((100vw - 1440px) / -2);
}
.idx1 .idx1_inner.left .idx1_img .idx1_img01 {
  z-index: -1;
  display: table;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.idx1 .idx1_inner.left .idx1_img01 {
  max-width: 960px;
  font-size: var(--font-size);
}
.idx1 .idx1_inner.left .idx1_img01 img {
  border-radius: 0 20px 0 0;
}
.idx1 .idx1_inner .idx1_name {
  font-size: min(0.85vw, 10px);
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.idx1 .idx1_inner .idx1_name p {
  writing-mode: vertical-rl;
}
.idx1 .idx1_inner .idx1_name .name {
  line-height: 1;
  font-size: 3.2em;
  color: var(--main-color);
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0;
  padding-left: 0.4688em;
  margin-left: 0.4688em;
  padding-top: 0.625em;
}
@-moz-document url-prefix() {
  .idx1 .idx1_inner .idx1_name .name {
    /* Fire Fox */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .idx1 .idx1_inner .idx1_name .name .jp {
    display: inline-block;
    padding-right: 0.3em;
  }
}
.idx1 .idx1_inner .idx1_name .name .jp {
  font-size: 0.5625em;
  letter-spacing: 0.3em;
  color: var(--clr1);
  margin-bottom: 0.7222em;
}
.idx1 .idx1_inner .idx1_name .name::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: var(--main-color);
  width: 1px;
  top: 1px;
  height: 106%;
  max-height: 25em;
  left: 0;
}
.idx1 .idx1_inner .idx1_name .en {
  font-family: var(--f-notosans);
  font-weight: 500;
  font-size: 1.4em;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.14em;
  position: relative;
  padding-top: 18px;
}
.idx1 .idx1_inner .idx1_name.name01 {
  top: 14.6%;
  left: 13.5%;
}
.idx1 .idx1_inner .idx1_name.name02 {
  top: 14.6%;
  right: 12%;
}
@media only screen and (min-width: 1921px) {
  .idx1 .idx1_inner.left .idx1_img {
    margin-left: -240px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1800px) {
  .idx1 .idx1_inner .ttl01 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx1 {
    padding-top: 250px;
  }
  .idx1 .idx1_inner {
    grid-template-columns: 60% 52%;
  }
  .idx1 .idx1_inner .ttl01,
  .idx1 .idx1_inner .ttl02,
  .idx1 .idx1_inner .ttl03 {
    padding-left: 60px;
  }
  .idx1 .idx1_inner .ttl01 {
    margin-top: 50px;
  }
  .idx1 .idx1_inner .ttl02 {
    font-size: min(2em, 2.9vw);
  }
  .idx1 .idx1_inner .ttl04 {
    margin-right: -0.5em;
    font-size: min(1.875em, 1.9vw);
  }
  .idx1 .idx1_inner.left {
    margin-top: 60px;
  }
  .idx1 .idx1_inner.left .idx1_img {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx1 .idx1_inner {
    grid-template-columns: 62% 43%;
  }
  .idx1 .idx1_inner .ttl02 {
    font-size: 28px;
    letter-spacing: 0;
    margin: 10px 0;
  }
  .idx1 .idx1_inner .ttl03 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx1 .idx1_inner.left {
    grid-template-columns: 52% 45%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx1 .idx1_inner {
    grid-template-columns: 68% 43%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx1 {
    padding-top: 250px;
  }
  .idx1 .idx1_inner .ttl01,
  .idx1 .idx1_inner .ttl02,
  .idx1 .idx1_inner .ttl03 {
    padding-left: 20px;
  }
  .idx1 .idx1_inner .ttl01 {
    margin-top: 30px;
    font-size: 18px;
  }
  .idx1 .idx1_inner .ttl02 {
    font-size: min(2.2em, 2.8vw);
  }
  .idx1 .idx1_inner .ttl03 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx1 .idx1_img {
    margin-left: -15%;
  }
}

@media only screen and (min-width: 1201px) {
  .tab2 .idx1 .idx1_inner .ttl04,
  .tab3 .idx1 .idx1_inner .ttl04 {
    margin-top: 38%;
  }
}
@media only screen and (min-width: 1025px) {
  .tab2 .idx1 .idx1_inner .ttl04,
  .tab3 .idx1 .idx1_inner .ttl04 {
    margin-top: 27%;
  }
}
.idx2 {
  padding: 118px 0 118px;
  position: relative;
  z-index: 1;
  background-color: #f4f7fb;
}
.idx2::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/idx2_bg.png);
}
.idx2 .wrap_h3 {
  line-height: 1.44736;
  margin-bottom: 29px;
  margin-left: 59px;
}
.idx2 .idx2_list {
  margin-top: -26px;
  counter-reset: count;
}
.idx2 .idx2_list .item {
  width: calc(33.3333333333% - 0.625em);
  max-width: 28.75em;
  align-self: flex-start;
  padding: 0.6875em;
  border: 1px solid #fff;
  border-radius: 0.9375em;
}
.idx2 .idx2_list .item img {
  border-radius: 0.5em 0.5em 0 0;
}
.idx2 .idx2_list .item figure {
  position: relative;
}
.idx2 .idx2_list .item figure::after {
  content: counter(count, decimal-leading-zero);
  counter-increment: count;
  position: absolute;
  bottom: -0.4em;
  right: 0.4111em;
  line-height: 1;
  color: var(--main-color);
  font-size: min(5.625em, 9vw);
  font-family: var(--f-barlow);
  letter-spacing: 0;
}
.idx2 .idx2_list .item .idx2_txt {
  padding: 1.8em 2.5em 2em;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
}
.idx2 .idx2_list .item .ttl01 {
  font-size: clamp(15px, 1.6vw, 24px);
  font-weight: 500;
  color: var(--main-color);
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 0.4583em;
  letter-spacing: 0.1em;
}
.idx2 .idx2_list .item .ttl01 span {
  display: inline-block;
}
.idx2 .idx2_list .item .ttl01.mx-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.idx2 .idx2_list .item .ttl02 {
  color: #666;
  line-height: 2.1428;
  font-size: 0.875em;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .idx2 .idx2_list .item .ttl02 {
    max-width: 355px;
  }
  .idx2 .idx2_list .item:first-child {
    margin-top: 5.4em;
  }
  .idx2 .idx2_list .item:nth-child(2) {
    margin-top: 2.5em;
  }
  .idx2 .idx2_list .item.i3 .ttl01 {
    margin-bottom: 0.35em;
  }
}

.idx3 {
  padding: 107px 0 80px;
  --w: 165px;
}
.idx3 h3 {
  max-width: 24em;
  margin-left: auto;
  margin-right: auto;
}
.idx3 .txt_catch {
  font-size: 1.25em;
  font-weight: 500;
  color: var(--main-color);
  line-height: 1.8;
  letter-spacing: 0.094em;
  text-align: center;
  border-radius: 5px;
  padding: 1em 0.5em;
  border: 1px solid var(--main-color);
  margin: 15px auto;
  max-width: 800px;
  background-color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx3 .txt_catch {
    max-width: 580px;
  }
}
.idx3 .idx3_img {
  margin: 62px auto 80px;
}
.idx3 .idx3_img img {
  border-radius: 10px;
}
.idx3 .idx3_list {
  max-width: 1280px;
  margin: 80px auto 0;
}
.idx3 .idx3_list .item:not(:last-child) {
  margin-bottom: 80px;
}
.idx3 .idx3_list .item .st2 {
  margin-top: 40px;
}
.idx3 .idx3_list .item img {
  border-radius: 10px;
}
.idx3 .box01 {
  --w1: calc(var(--w) - 1px);
  position: relative;
  margin-bottom: 40px;
}
.idx3 .box01::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx3_icon.png) no-repeat center/calc(var(--w) - 35px);
  width: calc(var(--w) - 35px);
  aspect-ratio: 1/1;
  right: 0;
  top: 0;
  border: 1px solid var(--main-color);
  border-radius: 50%;
}
.idx3 .box01:has(h5)::before {
  display: none;
}
.idx3 .box01:has(h5)::after {
  display: none;
}
.idx3 .box01:has(h5) .txt {
  padding: 0 !important;
  border: 0 !important;
}
.idx3 .box01:has(h5) .txt::after {
  display: none;
}
@media only screen and (min-width: 769px) {
  .idx3 .box01:has(h5) .txt {
    margin-left: auto;
    max-width: calc(100% - var(--w));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx3 .box01:has(h5) .txt {
    margin-left: 0;
  }
}
.idx3 .box01:has(h5) h5 {
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .idx3 .box01:has(h5) h5 {
    text-underline-offset: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .idx3 .box01:has(h5) h5 {
    text-underline-offset: 0.25em;
  }
}
@media only screen and (max-width: 768px) {
  .idx3 .box01:has(h5) {
    padding-top: 0px;
  }
}
.idx3 .box01 .txt {
  max-width: calc(100% - var(--w1));
  border-radius: 10px;
  border: 1px solid var(--main-color);
  padding: 2.75em 2.45em 3em;
  position: relative;
}
.idx3 .box01 .txt::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.75em;
  height: 1.875em;
  left: 100%;
  bottom: 2.125em;
  transition: 0.3s;
  background: url(../images/idx3_icon.svg) left top/contain no-repeat;
}
.idx3 .box01 .txt h4 {
  line-height: 1.5;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.idx3 .box01 .txt h4 span {
  display: inline-block;
}
.idx3 .box01 .txt h4 .cl {
  line-height: 1.2;
  margin-right: 0.8em;
  font-weight: 700;
  color: #0087ce;
  font-size: 1.3333em;
}
.idx3 .box01 .txt h4 .char {
  position: relative;
  top: 0.3em;
}
.idx3 .box01 .txt h5 {
  position: relative;
  line-height: 1.5;
  padding-left: 1.6em;
  color: var(--main-color);
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.idx3 .box01 .txt h5::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  top: 0.35em;
  width: 0.8em;
  height: 0.8em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #32c5ef;
}
@media only screen and (min-width: 769px) {
  .idx3 .st2 .box01 {
    padding-left: var(--w);
  }
  .idx3 .st2 .box01 .txt {
    padding: 3.0625em 2.75em;
  }
  .idx3 .st2 .box02 {
    padding-right: var(--w);
  }
  .idx3 .st2 .box02:last-child {
    margin-bottom: 0;
  }
}
.idx3 .box02 {
  position: relative;
  margin-bottom: 40px;
}
.idx3 .box02::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx3_person.jpg) no-repeat center/contain;
  width: calc(var(--w) - 35px);
  aspect-ratio: 1/1;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.idx3 .box02.author02::before {
  background-image: url(../images/idx3_person2.jpg);
}
.idx3 .box02 .txt,
.idx3 .box02 .txt2 {
  position: relative;
  margin-left: auto;
  max-width: calc(100% - var(--w));
}
.idx3 .box02 .txt::after,
.idx3 .box02 .txt2::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28px' height='30px'%3E%3Cpath fill-rule='evenodd' fill='rgb(236, 242, 246)' d='M28.000,6.000 L0.000,-0.000 L28.000,30.000 L28.000,6.000 Z'/%3E%3C/svg%3E");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
  background-color: var(--main-color);
  width: 1.75em;
  height: 1.875em;
  right: 100%;
  top: 3.8125em;
}
.idx3 .box02 .txt2 .txt {
  margin-top: 40px;
  max-width: 100%;
}
.idx3 .box02 .txt2 .txt::after {
  display: none;
}
.idx3 .box02 .txt {
  background-color: #ecf2f6;
  border-radius: 10px;
  padding: 28px 45px 39px 40px;
}
.idx3 .box02 .txt::after {
  background-color: #ecf2f6;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx3 .box02 .txt::after {
    top: 2.5em;
  }
}
.idx3 .box02 .txt ul {
  margin: 0.375em 0 0.4375em;
  margin-bottom: 0;
}
.idx3 .box02 .txt ul.list01 li:before {
  top: 1.1em;
}
.idx3 .box02 .txt ul li {
  padding-left: 0.9em;
  position: relative;
  display: flex;
  line-height: 2;
  letter-spacing: 0.1em;
}
.idx3 .box02 .txt ul li:not(:last-child) {
  margin-bottom: 0.65em;
}
.idx3 .box02 .txt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.875em;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--main-color);
}
.idx3 .box02 .txt ul li .big {
  font-weight: 500;
  font-size: 1.25em;
  color: var(--main-color);
}
.idx3 .box02 .txt p {
  margin-bottom: 10px;
}
.idx3 .box02 .txt p:last-child {
  margin-bottom: 0;
}
.idx3 .box02 .txt p.border {
  font-size: 1.125em;
  font-weight: 500;
  color: var(--main-color);
  line-height: 2.1111111111;
  margin-top: -0.5em;
  letter-spacing: 0.1em;
  text-underline-offset: 11px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  margin-bottom: 0.65em;
}
.idx3 .box02 .txt p.border01 {
  margin: 0;
}
.idx3 .box02 .txt p.border02 {
  margin-bottom: 0.55em;
}
.idx3 .box02 .txt p.border03 {
  margin-top: 0.8em;
  margin-bottom: 0.75em;
}
.idx3 .box02 .txt p.border04 {
  margin-top: 0.4em;
}
.idx3 .box02 .txt p.border05 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.idx3 .box02 .txt p.illus01 {
  position: relative;
  padding-left: 0.875em;
  margin: 0;
}
.idx3 .box02 .txt p.illus01::before {
  content: "•	";
  position: absolute;
  top: 0;
  left: 0;
}
.idx3 .idx3_box_style01 {
  display: grid;
  grid-template-columns: 59.8% 37%;
  justify-content: space-between;
  gap: 0;
}
.idx3 .idx3_box_style01:not(:last-child) {
  margin-bottom: 40px;
}
.idx3 .idx3_box_style01 figure {
  grid-column-start: 2;
  grid-row: 1/span 3;
  max-width: 650px;
}
.idx3 .idx3_box_style01 figure img {
  border-radius: 10px;
}
.idx3 .idx3_box_style01 .box02 {
  grid-column-start: 1;
  margin-bottom: 0;
}
.idx3 .idx3_box_style01 .box02::before {
  top: 0;
}
@media only screen and (min-width: 1280px) {
  .idx3 .idx3_box_style01 .box02 .txt::after {
    top: 3.75em;
  }
}
.idx3 .idx3_box_style01 .box02 .txt2 {
  margin-top: 40px;
}
.idx3 .idx3_box_style01 .box02 .txt2:first-child {
  margin-top: 0;
}
.idx3 .idx3_box_style01 .box02 .txt2.st1::after {
  background-color: #ecf2f6;
}
.idx3 .idx3_box_style01 .box02 .txt2.st1 .txt:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .idx3 .idx3_box_style01 .box02 .txt2.st1 .txt:first-child {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .idx3 .idx3_box_style01 .box02 .txt2.st1 .txt:first-child {
    margin-bottom: 25px;
  }
}
.idx3 .box02.big {
  margin-left: auto;
  margin-right: 0;
}
.idx3 .box02.big::before,
.idx3 .box02.big .txt::after {
  display: none;
}
@media only screen and (min-width: 769px) {
  .idx3 .box02.big .txt {
    width: calc(100% - var(--w) - 0px);
    padding-top: 30px;
  }
}
.idx3 .box_ul {
  background-color: var(--main-color);
  padding: 2.5em 2.6em 2.05em 2.75em;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.idx3 .box_ul.box_p {
  padding: 23px 40px 27px;
}
.idx3 .box_ul p {
  letter-spacing: 0.1em;
  color: #fff;
}
.idx3 .box_ul ul {
  counter-reset: count;
  margin-bottom: 0;
}
.idx3 .box_ul ul li {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  display: flex;
  align-items: center;
  padding-bottom: 0.875em;
  position: relative;
}
.idx3 .box_ul ul li::before {
  content: counter(count, decimal-leading-zero);
  counter-increment: count;
  color: var(--main-color);
  background-color: #fff;
  font-family: var(--f-barlow);
  letter-spacing: 0;
  margin-bottom: 1px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  min-width: 2em;
  border-radius: 50%;
  margin-right: 0.85em;
}
.idx3 .box_ul ul li:not(:last-child) {
  margin-bottom: 15px;
}
.idx3 .box_ul ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  left: 0;
  bottom: -1px;
  width: 100%;
}
.idx3 .box_ul ul li:last-child {
  padding-bottom: 0.4em;
}
.idx3 .idx3_box_style02 {
  margin-bottom: 40px;
}
.idx3 .idx3_box_style02 .box01 .txt {
  padding: 2em;
}
.idx3 .idx3_box_style02 .img_left {
  grid-row: 1/span 3;
}
.idx3 .idx3_box_style03 {
  display: grid;
  grid-template-columns: 44.765625% 52.1875%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.idx3 .idx3_box_style03 figure {
  grid-row: 1/span 3;
}
.idx3 .idx3_box_style03 .box01 .txt {
  padding: 22px 25px 30px 40px;
}
.idx3 .idx3_box_style03 .box01 .txt::after {
  bottom: 58px;
}
.idx3 .idx3_box_style03 .box02 {
  margin-bottom: 0;
}
.idx3 .idx3_box_style03 .box02 .txt {
  padding-right: 28px;
}
.idx3 .idx3_box_style03 .img_left {
  grid-row: 1/span 3;
}
@media only screen and (min-width: 769px) {
  .idx3 .idx3_box_style02 {
    display: grid;
    grid-template-columns: 50.078125% 46.875%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }
  .idx3 .idx3 .idx3_box_style02 .box01 .txt:after {
    top: 4em;
    bottom: auto;
  }
  .idx3 .idx3_box_style05.style2 {
    position: relative;
    display: grid;
    grid-template-columns: 45.625% 51.35%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }
  .idx3 .idx3_box_style05.style2 figure {
    grid-row: 1/span 3;
  }
  .idx3 .idx3_box_style05.style2 .image2 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 54%;
  }
  .idx3 .idx3_box_style05.style2 .box01 .txt {
    padding-right: 30px;
  }
  .idx3 .idx3_box_style05.style2 .box02 {
    margin-bottom: 0;
  }
  .idx3 .idx3_box_style03_02 {
    display: grid;
    grid-template-columns: 53% 44%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }
  .idx3 .idx3_box_style03_02 figure {
    grid-column: 2;
    grid-row: 1/span 3;
  }
  .idx3 .idx3_box_style03_02 .box01 {
    padding: 0;
  }
  .idx3 .idx3_box_style03_02 .box01 .txt {
    padding-left: 2.625em;
    padding-right: 2.625em;
  }
  .idx3 .idx3_box_style03_02 .box02 {
    padding: 0;
    margin-bottom: 0;
  }
  .idx3 .idx3_box_style03_02 .box02 .txt {
    padding: 28px 38px 32px 38px;
  }
}
@media only screen and (min-width: 1025px) {
  .idx3 .idx3_box_style01_03 {
    grid-template-columns: 58.4% 44.8%;
  }
  .idx3 .idx3_box_style01_03 .box01 {
    padding-left: 0;
  }
  .idx3 .idx3_box_style01_03 .box02 {
    padding-right: 0;
  }
  .idx3 .idx3_box_style01_04 {
    grid-template-columns: 56.6% 39.92%;
  }
  .idx3 .idx3_box_style01_05 {
    grid-template-columns: 49.3% 47.6%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx3 .box01 {
    margin-bottom: 38px;
  }
  .idx3 .box01 .txt p {
    font-size: 22px;
  }
  .idx3 .box02 .txt p {
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx3 {
    --w: 120px;
  }
  .idx3 .box01 .txt {
    padding: 20px;
  }
  .idx3 .box01 .txt p {
    font-size: 20px;
    letter-spacing: 0;
  }
  .idx3 .box02 .txt {
    padding: 20px;
  }
  .idx3 .box02 .txt p {
    letter-spacing: 0;
  }
  .idx3 .box02 .txt p.border {
    font-size: 18px;
    letter-spacing: 0;
  }
  .idx3 .box_ul.box_p {
    padding: 20px;
  }
  .idx3 .box_ul.box_p p {
    font-size: 18px;
  }
  .idx3 .idx3_list {
    margin-top: 60px;
  }
  .idx3 .idx3_list .item:not(:last-child) {
    margin-bottom: 50px;
  }
  .idx3 .idx3_box_style02 {
    grid-template-columns: 43% 52%;
  }
  .idx3 .idx3_box_style03 .box01 .txt {
    padding: 20px;
  }
}

.idx_message {
  padding: 98px 20px 88px;
  position: relative;
  z-index: 1;
  background-image: url(../images/message_bg.jpg);
}
.idx_message::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 1.25em;
  height: calc(100% - 2.45em);
  left: 0.9375em;
  width: calc(100% - 1.8125em);
  border: 1px solid var(--main-color);
  border-radius: 20px;
  z-index: -1;
}
.idx_message .inner_big {
  max-width: 1300px;
}
.idx_message .txt:not(:last-child) {
  margin-bottom: 20px;
}
.idx_message .txt p {
  margin-bottom: 0;
  color: #666666;
}
.idx_message .txt p.ttl {
  position: relative;
  font-size: 1.25em;
  font-weight: 500;
  color: var(--main-color);
  line-height: 2;
  letter-spacing: 0.094em;
  margin-bottom: 0px;
}
.idx_message .txt p.ttl::before {
  content: "●";
  display: inline;
  padding-right: 6px;
}
.idx_message .txt p.border {
  font-size: 1.125em;
  font-weight: 500;
  color: var(--main-color);
  line-height: 2.1111111111;
  letter-spacing: 0.1em;
  text-underline-offset: 10px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.idx_message .wrap_h3 {
  margin-bottom: 30px;
}

.idx_info {
  padding: 116px 0px 120px;
  background-image: url(../images/info_bg.jpg);
}
.idx_info .ft_logo {
  max-width: 412px;
  margin-top: 3px;
  margin-bottom: 41px;
}
.idx_info .txt {
  color: #333;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 51px;
}
@media only screen and (min-width: 769px) {
  .idx_info .ft_logo {
    width: 80%;
  }
  .idx_info .box_left {
    display: flex;
    flex-direction: column;
    max-width: 620px;
    width: 49%;
  }
  .idx_info .box_right {
    max-width: 620px;
    width: 49%;
  }
}
.idx_info .info-box {
  margin-top: 0px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.idx_info dl {
  display: grid;
  width: 100%;
  grid-template-columns: 21% 79%;
}
.idx_info dl dt,
.idx_info dl dd {
  padding: 1.6875em 0.9375em 1.9375em 1.875em;
}
.idx_info dl:first-child dt {
  border-top-left-radius: 10px;
}
.idx_info dl:first-child dd {
  border-top-right-radius: 10px;
}
.idx_info dl dt {
  background-color: var(--main-color);
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  font-weight: 500;
  letter-spacing: 0.15em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 2.25;
}
.idx_info dl dt.row-2 {
  grid-row: 1/2 span;
}
.idx_info dl dd {
  border-right: 1px solid var(--main-color);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  display: table-cell;
  background: white;
  letter-spacing: 0.11em;
  line-height: 2.25;
  overflow: hidden;
  padding-left: 3em;
}
.idx_info dl li {
  display: flex;
  margin-bottom: 1em;
}
.idx_info dl li:last-child {
  margin-bottom: 0;
}
.idx_info dl li .tt {
  font-weight: 500;
  width: 3.1em;
}
.idx_info dl li .txt {
  max-width: calc(100% - 3.1em);
}
.idx_info dl li .txt span {
  display: inline-block;
}
.idx_info dl li.full {
  padding-top: 1.75em;
  margin-top: 1.6875em;
  display: block;
  position: relative;
}
.idx_info dl li.full::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 0;
  width: 120%;
  border-top: 1px solid #d6d6d6;
  left: 50%;
  transform: translateX(-50%);
}
.idx_info dl:first-child dd {
  border-top: 1px solid var(--main-color);
}
.idx_info dl:last-child dt {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom: none;
}
.idx_info dl:last-child dd {
  border-top: none;
}
.idx_info dl:last-child dd p {
  margin-bottom: 0;
}
.idx_info dl:last-child dd p a {
  color: var(--clr1);
  text-decoration: none;
}
.idx_info dl:last-child dd:last-child {
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid var(--main-color);
}
.idx_info .box_right {
  padding-top: 2px;
}
.idx_info .box_right picture {
  border-radius: 10px;
  overflow: hidden;
}
.idx_info .idx_map {
  margin-top: 43px;
  height: 321px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #c8c8c8;
}
.idx_info .idx_map iframe {
  height: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx_info dl {
    grid-template-columns: 25% 75%;
  }
  .idx_info dl dt,
  .idx_info dl dd {
    padding: 0.5em;
  }
  .idx_info dl dt {
    padding-left: 2vw;
  }
}

.gr_info {
  margin: 0 auto 45px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: min(1em, 1.4vw);
}
.gr_info > p {
  width: calc(50% - 0.95em);
  max-width: 20em;
  margin-bottom: 0;
}
.gr_info > p a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.25em;
  border-radius: 5px;
}
.gr_info .tel a {
  border: 1px solid;
  color: var(--main-color);
  line-height: 1.3;
}
.gr_info .tel a .top {
  display: block;
  color: var(--clr1);
  text-align: center;
  font-size: 0.58333em;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.gr_info .tel a .icon {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0;
}
.gr_info .web a {
  color: #fff;
  background-color: var(--main-color);
  text-decoration: none;
}
.gr_info .web a span {
  font-size: 1em;
}
.gr_info .web a::before {
  width: 1.8571em;
  height: 1.9286em;
  margin-right: 0.8em;
  font-size: 0.875em;
  content: "";
  display: block;
  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;
  background-color: #fff;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' %3E%3Cpath d='M19.095,19.008 C19.095,19.563 18.622,20.012 18.040,20.012 L1.158,20.012 C0.575,20.012 0.103,19.563 0.103,19.008 L0.103,5.963 C0.103,5.410 1.173,4.309 1.756,4.309 L4.323,4.309 L4.323,1.171 C4.323,0.618 4.796,0.168 5.379,0.168 C5.961,0.168 6.434,0.618 6.434,1.171 L6.434,4.309 L12.764,4.309 L12.764,1.171 C12.764,0.618 13.237,0.168 13.819,0.168 C14.402,0.168 14.874,0.618 14.874,1.171 L14.874,4.309 L16.630,4.309 L17.456,4.309 C18.754,4.309 19.109,5.410 19.109,5.963 L19.095,19.008 ZM8.808,12.787 L6.916,10.989 C6.504,10.599 5.836,10.599 5.424,10.989 C5.012,11.381 5.012,12.015 5.424,12.407 L8.062,14.912 C8.259,15.102 8.528,15.207 8.808,15.207 C9.087,15.207 9.356,15.102 9.554,14.912 L13.774,10.904 C14.186,10.513 14.186,9.878 13.774,9.487 C13.362,9.093 12.694,9.093 12.282,9.487 L8.808,12.787 Z'/%3E%3C/svg%3E");
}
.idx_doctor {
  max-width: 1920px;
  margin: 0px auto;
  padding-top: 118px;
}
.idx_doctor .wrap_h3 {
  margin-bottom: 50px;
}
.idx_doctor .wrap_h3 .h_en.big {
  top: -0.4714em;
  font-size: 3.5em;
  letter-spacing: 0.12em;
}
.idx_doctor .doctor_img {
  max-width: 814px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.idx_doctor .idx_box {
  flex-wrap: nowrap;
  align-items: flex-end;
}
.idx_doctor .box_text {
  z-index: 0;
  position: relative;
  padding-top: 4.55%;
  padding-bottom: 4.8%;
  color: #fff;
}
.idx_doctor .box_text::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  background-image: url(../images/doctor_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  border-top-left-radius: 10px;
  z-index: -1;
}
.idx_doctor .box_text .doctor_content {
  margin-bottom: 4.125em;
}
.idx_doctor .box_text .doctor_content:has(+ .doctor_content) {
  margin-bottom: 2.375em;
}
.idx_doctor .box_text h4 {
  margin-bottom: 0.7667em;
  font-size: 1.875em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6667;
}
.idx_doctor .box_text h4 span {
  display: inline-block;
}
.idx_doctor .box_text h4::after {
  content: "";
  margin-top: 0.7667em;
  display: block;
  width: 1.05em;
  display: block;
  width: 1.03334em;
  height: 0.1667em;
  background-image: url(../images/doctor_dot.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.idx_doctor .box_text .txt {
  max-width: 770px;
}
.idx_doctor .box_text .txt p {
  line-height: 1.875;
  letter-spacing: 0.1em;
}
.idx_doctor .box_text .txt p:not(:last-child) {
  margin-bottom: 10px;
}
.idx_doctor .more {
  margin-top: 3.125em;
  width: 100%;
}
.idx_doctor .more .title {
  max-width: 744px;
  margin-bottom: 16px;
  font-size: 1.5em;
  line-height: 2.1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.idx_doctor .btn-group {
  justify-content: flex-start;
  font-size: clamp(7px, 0.65vw, 0.625em);
}
.idx_doctor .btn-group .btn {
  margin-bottom: 0;
  width: calc(33.33% - 0.8em);
  margin-right: 1.2em;
}
.idx_doctor .btn-group .btn [data-id="03"] {
  letter-spacing: 0.05em;
}
.idx_doctor .btn-group .btn a {
  height: 100%;
}
.idx_doctor .btn-group .btn:last-child {
  margin-right: 0;
}
.idx_doctor .btn-group .btn.mw260 {
  max-width: 26em;
}
@media only screen and (min-width: 769px) {
  .idx_doctor .doctor_img {
    width: 43%;
    margin-left: -5px;
    border-top-right-radius: 10px;
  }
  .idx_doctor .box_text {
    padding-left: 12%;
    width: 64.3%;
    margin-left: -7%;
  }
  .idx_doctor .box_text .doctor_content {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx_doctor .wrap_h3 .h_en.big {
    left: -20px;
  }
  .idx_doctor .box_text {
    padding-left: 10%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx_doctor .idx_box {
    align-items: flex-start;
  }
  .idx_doctor .idx_box .doctor_img {
    margin-top: 4.55%;
  }
}

@media only screen and (min-width: 769px) {
  .tab2 .idx_message {
    padding: 92px 20px 78px;
  }
  .tab2 .idx_message h3 {
    margin-bottom: 30px;
  }
  .idx1 .idx1_inner .ttl01.st2 {
    margin-top: 11%;
  }
}
@media only screen and (min-width: 1281px) {
  .idx2 .wrap_h3 {
    padding-left: 18px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx_doctor .more,
  .idx_doctor .box_text .txt,
  .idx1 .idx1_inner .ttl05 {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .idx2 .wrap_h3 {
    margin-left: 1.2em;
  }
  .idx1 .idx1_inner .ttl04 {
    font-size: min(1.875em, 2.8vw);
  }
  .idx_doctor .box_text h4 {
    font-size: min(1.875em, 2.2vw);
  }
  .idx_doctor .more .title {
    font-size: min(1.5em, 2.1vw);
  }
  .idx3 .box01 .txt,
  .idx3 .st2 .box01 .txt {
    padding: 2em;
  }
  .idx3 .idx3_box_style02 .box01 .txt {
    padding: 1.5em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx2 .idx2_list .item .idx2_txt {
    padding: 2em 1.4em;
  }
  .idx2 {
    padding: 80px 0;
  }
  .idx3 {
    padding-bottom: 80px;
  }
  .idx3 h3 {
    font-size: 24px;
    max-width: 24em;
  }
  .idx3 .box01 .txt h4 {
    font-size: 1.35em;
  }
  .idx3 .box01 .txt h5 {
    font-size: 1.125em;
  }
  .idx3 .box_ul {
    padding: 1.75em 1.5em;
  }
  .idx1 .idx1_inner.left {
    align-items: flex-start;
  }
  .idx1 .idx1_inner .ttl04 {
    margin-top: 6vw;
  }
  .idx_doctor h3 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .idx3 .box01 .txt h4 span {
    display: inline;
  }
}
@media only screen and (max-width: 800px) and (min-width: 769px) {
  .idx3 {
    --w: 100px;
  }
  .tab1 .idx3_list .item.i6 .border br {
    display: none;
  }
  .idx_doctor .more {
    margin-top: 3em;
  }
}
.idx3 .st2:not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 480px) {
  .idx3 .st2:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx3 .idx3_box_style05.style2 .image2 {
    max-width: 50%;
    bottom: auto;
    top: calc(26vw + 40px);
  }
}

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