@charset "UTF-8";
.home_page h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  color: var(--clr1);
  font-family: var(--f-jp);
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home_page h3 span {
  display: inline-block;
}
.home_page h3.md::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;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .big,
.home_page h3.white .sm {
  color: #fff;
}
.home_page h3.t_center .big {
  left: 50%;
  transform: translateX(-50%);
}
.home_page h3 .sm {
  margin-bottom: 0.2em;
  display: block;
  color: var(--main-color);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.55em;
  letter-spacing: 0.1em;
}
.home_page h3 .big {
  position: absolute;
  z-index: -1;
  display: block;
  color: #3a98d3;
  font-size: 3em;
  line-height: 1;
  top: -0.35em;
  left: -0.61em;
  letter-spacing: 0.1em;
  font-weight: 100;
  opacity: 0.1;
  text-transform: uppercase;
}
.home_page h3 .jp {
  display: inline-block;
  margin-left: -0.1em;
}

@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;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page h3 {
    font-size: 22px;
  }
  .home_page h3 .big {
    font-size: 90px;
  }
  .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: 1089px;
  grid-row: 1/span 4;
  grid-column-start: 2;
  margin-left: -19.4%;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}
.idx1 .idx1_inner {
  display: grid;
  grid-template-columns: 63% 118.5%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.idx1 .idx1_inner .ttl01 {
  margin-top: 59px;
  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.75;
  color: var(--main-color);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: min(2.5em, 2.9vw);
  margin: 0.625em 0 0.875em;
  position: relative;
}
.idx1 .idx1_inner .ttl03 {
  max-width: 736px;
  color: #666;
  letter-spacing: 0.1em;
  font-size: 1.125em;
}
.idx1 .idx1_inner .ttl03 p {
  line-height: 2.11;
}
.idx1 .idx1_inner .ttl04 {
  font-size: 1.875em;
  color: var(--main-color);
  font-weight: 700;
  line-height: 2;
  margin-top: 7.7em;
  margin-bottom: 0.7667em;
}
.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: 1.03334em;
  height: 0.1667em;
  margin: 0.4em 0 0em 0.0667em;
  display: block;
}
.idx1 .idx1_inner .ttl05 {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  color: #666;
}
.idx1 .idx1_inner .ttl05 p {
  line-height: 2.375;
}
.idx1 .idx1_inner p {
  position: relative;
}
.idx1 .idx1_inner.left {
  margin-top: 10px;
  grid-template-columns: 58.7% 41.3%;
  justify-content: flex-end;
  align-items: flex-end;
  --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;
  margin-left: -42.6%;
}
.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 {
  font-size: var(--font-size);
}
.idx1 .idx1_inner.left .idx1_img01 img {
  border-radius: 0 20px 0 0;
}
.idx1 .idx1_inner .idx1_name {
  position: absolute;
  z-index: 1;
  top: 11.1875em;
  right: calc(78.2% - 6.25em);
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.idx1 .idx1_inner .idx1_name p {
  writing-mode: vertical-rl;
}
.idx1 .idx1_inner .idx1_name .name {
  line-height: 1;
  font-size: 2.5em;
  color: var(--main-color);
  font-weight: 500;
  letter-spacing: 0.18em;
  margin: 0;
}
@-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.6em;
  letter-spacing: 0.3em;
  color: var(--clr1);
  margin-bottom: 0.7em;
}
.idx1 .idx1_inner .idx1_name .en {
  font-family: var(--f-notosans);
  font-weight: 500;
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.145em;
  padding-right: 1.15em;
  margin-right: 0.85em;
  position: relative;
}
.idx1 .idx1_inner .idx1_name .en::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: var(--main-color);
  width: 1px;
  top: 1px;
  height: 212.5%;
  max-height: 50em;
  right: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1600px) {
  .idx1 {
    padding-top: 210px;
  }
  .idx1 .idx1_inner .idx1_name {
    top: 20%;
  }
  .idx1 .idx1_inner .ttl01 {
    margin-top: 50px;
  }
  .idx1 .idx1_inner.left .idx1_img {
    margin-left: -32%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx1 {
    padding-top: 210px;
  }
  .idx1 .idx1_inner {
    grid-template-columns: 56% 52%;
  }
  .idx1 .idx1_inner .ttl01 {
    margin-top: 50px;
  }
  .idx1 .idx1_inner .ttl02 {
    font-size: min(2.2em, 2.9vw);
  }
  .idx1 .idx1_inner.left {
    margin-top: 40px;
  }
  .idx1 .idx1_inner.left .idx1_img {
    margin-left: -32%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx1 .idx1_inner {
    grid-template-columns: 61% 43%;
  }
  .idx1 .idx1_inner .ttl01,
  .idx1 .idx1_inner .ttl02,
  .idx1 .idx1_inner .ttl03 {
    padding-left: 60px;
  }
  .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 .ttl04 {
    margin-top: 13%;
  }
  .idx1 .idx1_inner.left {
    align-items: flex-start;
    grid-template-columns: 55% 42%;
    justify-content: space-between;
  }
  .idx1 .idx1_inner.left .idx1_img {
    margin-left: -10%;
  }
  .idx1 .idx1_inner .idx1_name {
    left: 25%;
  }
  .idx1 .idx1_inner .idx1_name .en {
    font-size: 18px;
    letter-spacing: 0;
    padding-right: 0.8em;
    margin-right: 0.7em;
  }
  .idx1 .idx1_inner .idx1_name .name {
    font-size: 32px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx1 {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx1 {
    padding-top: 210px;
  }
  .idx1 .idx1_inner {
    grid-template-columns: 61% 43%;
  }
  .idx1 .idx1_inner .ttl01,
  .idx1 .idx1_inner .ttl02,
  .idx1 .idx1_inner .ttl03 {
    padding-left: 20px;
  }
  .idx1 .idx1_inner .ttl01 {
    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_inner .idx1_name {
    top: 40px;
    left: 25%;
  }
  .idx1 .idx1_inner .idx1_name .en {
    font-size: 18px;
    letter-spacing: 0;
    padding-right: 0.8em;
    margin-right: 0.7em;
  }
  .idx1 .idx1_inner .idx1_name .en::after {
    height: 140%;
  }
  .idx1 .idx1_inner .idx1_name .name {
    font-size: 32px;
    letter-spacing: 0;
  }
}

.idx2 {
  padding: 112px 0 120px;
  position: relative;
  z-index: 1;
  background-color: #f4f7fc;
}
.idx2::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 1294px;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/idx2_bg.jpg);
}
.idx2 h3 {
  margin-bottom: 34px;
  margin-left: 59px;
}
.idx2 h3 .sm {
  margin-bottom: 0.3em;
}
.idx2 h3 .jp {
  font-size: 0.95em;
  line-height: 1.44736;
}
.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: 2.375em 2em 2em 2.5em;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
}
.idx2 .idx2_list .item .ttl01 {
  font-size: min(1.5em, 1.45vw);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  margin-bottom: 0.35em;
}
.idx2 .idx2_list .item .ttl01 span {
  display: inline-block;
}
.idx2 .idx2_list .item .ttl02 {
  color: #666;
  line-height: 2.1428;
  font-size: 0.875em;
}
@media only screen and (min-width: 769px) {
  .idx2 .idx2_list .item .ttl02 {
    max-width: 355px;
  }
  .idx2 .idx2_list .item:first-child {
    margin-top: 7.5em;
  }
  .idx2 .idx2_list .item:nth-child(2) {
    margin-top: 3.75em;
  }
}

.idx3 {
  padding: 101px 0 120px;
  --w: 165px;
}
.idx3 h3 {
  max-width: 25em;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .idx3 h3 span span {
    display: inline;
  }
}
.idx3 .idx3_img {
  margin: 61px auto 67px;
}
.idx3 .idx3_img img {
  border-radius: 10px;
}
.idx3 .idx3_list {
  max-width: 1280px;
  margin: 100px auto 0;
}
.idx3 .idx3_list .item:not(:last-child) {
  margin-bottom: 80px;
}
.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 .txt {
  max-width: calc(100% - var(--w1));
  border-radius: 10px;
  border: 1px solid var(--main-color);
  padding: 2.75em 2.5em 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 .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: 16px;
  height: 16px;
  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.25em 3.0625em;
  }
  .idx3 .st2 .box02 {
    padding-right: var(--w);
  }
  .idx3 .st2 .box02 .txt {
    padding-bottom: 34px;
  }
  .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 .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.8em;
}
.idx3 .box02 .txt {
  background-color: #ecf2f6;
  border-radius: 10px;
  padding: 28px 44px 30px 40px;
}
.idx3 .box02 .txt::after {
  top: 3.7em;
  background-color: #ecf2f6;
}
.idx3 .box02 .txt ul {
  margin: 0.375em 0 0.4375em;
}
.idx3 .box02 .txt ul li {
  position: relative;
  display: flex;
  letter-spacing: 0.1em;
}
.idx3 .box02 .txt ul li:not(:last-child) {
  margin-bottom: 0.75em;
}
.idx3 .box02 .txt ul li::before {
  content: "・";
  display: block;
  margin-left: -0.2em;
}
.idx3 .box02 .txt p {
  margin-bottom: 10px;
}
.idx3 .box02 .txt p:last-child {
  margin-bottom: 0;
}
.idx3 .box02 .txt p.border {
  font-size: 1.25em;
  font-weight: 500;
  color: var(--main-color);
  line-height: 1.9;
  margin-top: -0.5em;
  letter-spacing: 0.094em;
  text-underline-offset: 11px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  margin-bottom: 0.65em;
}
.idx3 .box02 .txt p.border01 {
  margin: 0.7em 0 0.8em 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 .idx3_box_style01 {
  display: grid;
  grid-template-columns: 46.09375% 50.78125%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
.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: 40px;
}
.idx3 .idx3_box_style01 .box02::before {
  top: 0;
}
@media only screen and (min-width: 1280px) {
  .idx3 .idx3_box_style01 .box02 .txt::after {
    top: calc(50% - 22px);
  }
}
.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: 1.75em 2.5em 1.5625em;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.idx3 .box_ul.box_p {
  padding: 23px 40px 27px;
}
.idx3 .box_ul p {
  margin-bottom: 26px;
  letter-spacing: 0.1em;
  color: #fff;
}
.idx3 .box_ul ul {
  counter-reset: count;
}
.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 .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 .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_style01_02 {
    grid-template-columns: 61.8% 35.1%;
  }
  .idx3 .idx3_box_style01_02 figure {
    margin-top: 1px;
  }
  .idx3 .idx3_box_style01_02 .box02 {
    margin-bottom: 0px;
  }
  .idx3 .idx3_box_style01_02 .box02 p {
    margin-bottom: 1em;
  }
  .idx3 .idx3_box_style01_02 .box02 p:last-child {
    margin-bottom: 0 !important;
  }
  .idx3 .idx3_box_style01_02 .box02 .txt02 {
    padding-right: 5%;
    padding-bottom: 30px;
  }
  .idx3 .idx3_box_style01_02 .box02 .txt02::after {
    top: 3.7em;
  }
  .idx3 .i13 .idx3_box_style01_02 .box02 p {
    margin-bottom: 10px;
  }
  .idx3 .i14 .idx3_box_style03 .box01 .txt {
    padding: 27px 25px 29px 40px;
  }
  .idx3 .i14 .idx3_box_style03 .box01 .txt::after {
    bottom: 2.3em;
  }
  .idx3 .idx3_box_style05.style2 {
    position: relative;
    display: grid;
    grid-template-columns: 37.35% 59.5%;
    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;
  }
}
@media only screen and (min-width: 1025px) {
  .idx3 .idx3_box_style01_03 {
    grid-template-columns: 54% 43.6%;
  }
  .idx3 .idx3_box_style01_03 .box01 .txt {
    padding: 1.9375em 1.75em 1.9375em 2.4375em;
  }
  .idx3 .idx3_box_style01_04 {
    grid-template-columns: 56.6% 39.92%;
  }
  .idx3 .idx3_box_style01_05 {
    grid-template-columns: 49.3% 47.6%;
  }
  .idx3 .idx3_list .item.i4:not(:last-child) {
    margin-bottom: 81px;
  }
  .idx3 .i9 .box02 .txt {
    padding-bottom: 32px;
  }
  .idx3 .i11 .box02 .txt {
    padding-bottom: 32px;
  }
  .idx3 .i12 .st2 .box02 .txt {
    padding-bottom: 31px;
  }
  .idx3 .i13 .txt02 .box01 {
    padding-top: 1px;
  }
  .idx3 .i13 .txt02 .box02 {
    margin-bottom: 39px;
  }
  .idx3 .i14 .idx3_box_style03 .box02 .txt {
    padding: 26px 41px 36px 40px;
  }
}
@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;
  }
  .idx3 .idx3_box_style01 .box02 {
    margin-bottom: 25px;
  }
}
@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;
  }
}

@media only screen and (min-width: 769px) {
  .tab2 .idx1 .idx1_inner .ttl03 {
    max-width: 709px;
  }
  .tab2 .idx3 .idx3_list {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .tab2 .idx2_list .i1.item .ttl01 span {
    margin-right: -0.9em;
  }
}
@media only screen and (min-width: 1561px) {
  .tab2 .idx1 .idx1_inner .ttl01 {
    margin-top: 106px;
  }
}
@media only screen and (min-width: 1025px) {
  .tab2 .idx3_box_style05.style2 .box01 .txt {
    padding-right: 1.5em;
  }
  .tab2 .item.i7 .idx3_box_style01_03 .box02 .txt {
    padding-right: 1.5625em;
  }
  .tab2 .i11 .box02 .txt ul {
    margin-right: -1em;
  }
  .tab2 .idx2_list .i1 .ttl01 span:last-child {
    margin-right: -0.5em;
  }
  .tab2 .idx_doctor .box_text .doctor_content {
    padding: 51px 0px 81px;
  }
}

.idx_message {
  padding: 92px 20px 82px;
  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.5em);
  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 p {
  margin-bottom: 10px;
  color: #666666;
}
.idx_message h3 {
  margin-bottom: 30px;
}

.idx_info {
  padding: 118px 0px 120px;
  background-image: url(../images/info_bg.jpg);
}
.idx_info .ft_logo {
  margin-bottom: 0px;
  max-width: 258px;
}
.idx_info .txt {
  color: #666;
}
@media only screen and (min-width: 769px) {
  .idx_info .box_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .idx_info .box_left,
  .idx_info .box_right {
    max-width: 610px;
    width: 49%;
  }
  .idx_info dl:last-child dd {
    padding: 1.5em 1em 1.625em 2.5em;
  }
}
.idx_info .info-box {
  margin-top: 0px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.idx_info dl {
  display: table;
  width: 100%;
  --width: 9.8125em;
  line-height: 2.25;
}
.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;
  padding: 0.75em 1em 0.75em 1.85em;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  height: 100%;
  width: var(--width);
  font-weight: 500;
  letter-spacing: 0.15em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 2.25;
}
.idx_info dl dd {
  width: calc(100% - var(--width));
  border-right: 1px solid var(--main-color);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding: 1.35em 1em 1.35em 2.5em;
  display: table-cell;
  background: white;
  letter-spacing: 0.15em;
  line-height: 2;
}
.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;
  border-top-right-radius: 0px;
  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: 20px;
  height: 273px;
  border: 1px solid #e0deda;
  border-radius: 10px;
  overflow: hidden;
}
.idx_info .idx_map iframe {
  height: 100%;
}

.gr_info {
  display: flex;
  justify-content: space-between;
  font-size: min(1em, 1.4vw);
}
.gr_info > p {
  width: calc(50% - 1em);
  max-width: 18.125em;
  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.7em;
  line-height: 1.5;
}
.gr_info .tel a .icon {
  font-family: var(--f-en);
  font-size: 1.375em;
  font-weight: 500;
}
.gr_info .web a {
  color: #fff;
  background-color: var(--main-color);
  text-decoration: none;
}
.gr_info .web a span {
  font-size: 1.125em;
}
.gr_info .web a::before {
  width: 1.9167em;
  height: 2.0083em;
  margin-right: 1em;
  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: center;
  -webkit-mask-position: center;
  background-color: #fff;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 230 241 ' %3E%3Cpath d='M229.828,228.858 C229.828,235.571 224.112,241.007 217.060,241.007 L12.769,241.007 C5.716,241.007 -0.000,235.571 -0.000,228.858 L-0.000,70.998 C-0.000,64.295 12.949,50.992 20.001,50.992 L51.070,50.992 L51.070,12.1000 C51.070,6.307 56.788,0.871 63.839,0.871 C70.890,0.871 76.608,6.307 76.608,12.1000 L76.608,50.992 L153.218,50.992 L153.218,12.1000 C153.218,6.307 158.934,0.871 165.985,0.871 C173.036,0.871 178.753,6.307 178.753,12.1000 L178.753,50.992 L200.000,50.992 L210.000,50.992 C225.697,50.992 229.1000,64.295 229.1000,70.998 L229.828,228.858 ZM105.336,153.583 L82.443,131.817 C77.457,127.081 69.375,127.081 64.388,131.817 C59.400,136.563 59.400,144.234 64.388,148.981 L96.309,179.303 C98.703,181.588 101.952,182.875 105.336,182.875 C108.721,182.875 111.971,181.588 114.364,179.303 L165.437,130.777 C170.425,126.051 170.425,118.360 165.437,113.624 C160.449,108.877 152.369,108.877 147.381,113.624 L105.336,153.583 Z'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx_info dl {
    --width: 8em;
  }
  .idx_info dl dd {
    line-height: 2;
    padding: 1.5em 1.5em !important;
  }
}
.idx_doctor {
  max-width: 1920px;
  margin: 0px auto;
  justify-content: flex-start;
  background-color: #fafafa;
  align-items: flex-start;
}
.idx_doctor .doctor_img {
  max-width: 811px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.idx_doctor h3 {
  margin-bottom: 51px;
}
.idx_doctor .box_text {
  padding-top: 6.9%;
}
.idx_doctor .box_text .doctor_content {
  padding: 63px 0px 105px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.idx_doctor .box_text .doctor_content::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  --left: 31.4%;
  left: calc(-1 * var(--left));
  width: calc(100% + var(--left) + 10.5px);
  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;
  z-index: -1;
}
.idx_doctor .box_text h4 {
  margin-bottom: 0.35em;
  font-size: 1.875em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6667;
}
.idx_doctor .box_text h4::after {
  content: "";
  margin-top: 0.42em;
  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: 681px;
}
.idx_doctor .box_text .txt p {
  letter-spacing: 0.11em;
}
.idx_doctor .more {
  margin-top: 2.6875em;
  max-width: 684px;
}
.idx_doctor .more .title {
  margin-bottom: 16px;
  font-size: 1.5em;
  line-height: 2.05;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.idx_doctor .btn-group {
  justify-content: flex-start;
}
.idx_doctor .btn-group .btn {
  width: calc(50% - 0.6em);
  margin-right: 1.2em;
}
.idx_doctor .btn-group .btn:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 769px) {
  .idx_doctor .doctor_img {
    width: 42.5%;
    border-bottom-right-radius: 10px;
  }
  .idx_doctor .box_text {
    padding-left: 5.48%;
    width: 57.5%;
  }
  .idx_doctor .box_text .doctor_content {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .tab2 .idx_message {
    padding: 92px 20px 78px;
  }
  .tab2 .idx_message h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1281px) {
  .idx2 h3 {
    padding-left: 21px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx_doctor h3 .big {
    font-size: min(3em, 11vw);
    left: -0.4em;
  }
  .idx_doctor .box_text .txt,
  .idx1 .idx1_inner .ttl05 {
    padding-right: 50px;
  }
  .tab2 .idx3 .idx3_box_style02 .box01 .txt span {
    display: inline;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .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;
  }
  .idx_doctor .box_text {
    padding-top: 2.5%;
  }
  .idx_doctor .box_text .doctor_content {
    padding-top: 5vw;
    padding-bottom: 7vw;
  }
  .idx3 h3 {
    font-size: 24px;
    max-width: 24em;
  }
  .idx3 h3 span {
    display: inline;
  }
  .idx3 .idx3_box_style01 {
    grid-template-columns: 52% 46%;
  }
  .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;
  }
}
.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 */