@charset "UTF-8";
/* //////////////////////////////////////////////////

　汎用的なパーツのスタイル

////////////////////////////////////////////////// */
/* ボタン
--------------------------------------------------*/
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  margin: auto;
  padding: 10px 60px 10px 0;
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 18px;
  transition: .4s all;
  text-decoration: none; }
  @media (max-width: 767px) {
    .btn {
      height: 35px;
      padding-right: 50px;
      font-size: 15px;
      font-size: 0.9375rem; } }
  .btn::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid;
    border-radius: 100%;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.73%22%20height%3D%226.882%22%20viewBox%3D%220%200%208.73%206.882%22%3E%3Cpath%20d%3D%22M906.6%2C281.375l-.685.729%2C2.355%2C2.212h-6.737v1h6.737l-2.355%2C2.212.685.729%2C3.663-3.441Z%22%20transform%3D%22translate(-901.531%20-281.375)%22%20fill%3D%22%23808080%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/8px auto;
    content: ''; }
    @media (max-width: 767px) {
      .btn::after {
        width: 35px;
        height: 35px; } }
  .btn-second {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 10px 0 10px 60px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    transition: .4s all;
    text-decoration: none; }
    @media (max-width: 767px) {
      .btn-second {
        height: 35px;
        padding-left: 50px;
        font-size: 15px;
        font-size: 0.9375rem; } }
    .btn-second::after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 45px;
      height: 45px;
      border: 1px solid;
      border-radius: 100%;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.73%22%20height%3D%226.882%22%20viewBox%3D%220%200%208.73%206.882%22%3E%3Cpath%20d%3D%22M906.6%2C281.375l-.685.729%2C2.355%2C2.212h-6.737v1h6.737l-2.355%2C2.212.685.729%2C3.663-3.441Z%22%20transform%3D%22translate(-901.531%20-281.375)%22%20fill%3D%22%23808080%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/8px auto;
      content: ''; }
      @media (max-width: 767px) {
        .btn-second::after {
          width: 35px;
          height: 35px; } }
  .btn-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 450px;
    height: 50px;
    padding: 5px 35px;
    border: 1px solid;
    border-radius: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.73%22%20height%3D%226.882%22%20viewBox%3D%220%200%208.73%206.882%22%3E%3Cpath%20d%3D%22M906.6%2C281.375l-.685.729%2C2.355%2C2.212h-6.737v1h6.737l-2.355%2C2.212.685.729%2C3.663-3.441Z%22%20transform%3D%22translate(-901.531%20-281.375)%22%20fill%3D%22%23808080%22%2F%3E%3C%2Fsvg%3E") no-repeat calc(100% - 30px) 50%/8px auto; }
    @media (max-width: 767px) {
      .btn-line {
        min-width: 300px;
        height: 45px;
        background-position: calc(100% - 20px) 50%; } }
  .btn-grad {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 450px;
    height: 50px;
    padding: 5px 35px;
    border: 1px solid;
    border-radius: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
    text-decoration: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.73%22%20height%3D%226.882%22%20viewBox%3D%220%200%208.73%206.882%22%3E%3Cpath%20d%3D%22M906.6%2C281.375l-.685.729%2C2.355%2C2.212h-6.737v1h6.737l-2.355%2C2.212.685.729%2C3.663-3.441Z%22%20transform%3D%22translate(-901.531%20-281.375)%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat calc(100% - 30px) 50%/8px auto, linear-gradient(to right, #F09198 0, #A67D97 100%) 0 0/auto; }
    @media (max-width: 767px) {
      .btn-grad {
        min-width: 300px;
        height: 45px;
        background-position: calc(100% - 20px) 50%, 0 0; } }

.wpcf7 input[type="submit"] {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.25em;
  color: #fff;
  width: 90%;
  padding: 15px 45px;
  border-radius: 60px;
  border: 1px solid #E98186;
  background-color: #E98186;
  box-shadow: 0 3px 0 #ddd;
  transition: 0.3s; }

@media all and (min-width: 900px) {
  .wpcf7 input[type="submit"] {
    width: 50%;
    font-size: 1.5em; } }
.wpcf7-submit:hover {
  background: #fff;
  color: #ff8c31;
  border: 1px solid #ff8c31;
  transform: translate3d(0px, 3px, 1px); }

/* ページタイトル
-------------------------------------------------- */
.pagetitle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 365px;
  margin: 0 0 100px;
  background: url(../img/bg_h1.webp) no-repeat 50% bottom;
  text-align: center;
  text-align: center; }
  @media (max-width: 767px) {
    .pagetitle {
      width: 100%;
      height: 180px;
      margin-bottom: 50px;
      padding: 0 15px;
      background: url(../img/bg_h1_1_sp.webp) no-repeat left top, url(../img/bg_h1_2_sp.webp) no-repeat right top, url(../img/bg_h1_3_sp.webp) no-repeat right bottom, url(../img/bg_h1_4_sp.webp) no-repeat left bottom, linear-gradient(to right, #FAF3F4 0, #FAF3F4 100%); } }
  .pagetitle-txt {
    position: absolute;
    top: calc(50% - 90px);
    line-height: 1;
    z-index: 2; }
    @media (max-width: 767px) {
      .pagetitle-txt {
        top: calc(50% - 48px); } }
  .pagetitle .h1 {
    position: relative;
    width: 100%;
    padding: 20px 20px 0;
    z-index: 3; }
    @media (max-width: 767px) {
      .pagetitle .h1 {
        padding-top: 0; } }

/* 見出し
-------------------------------------------------- */
.h2 {
  position: relative;
  max-width: 1100px;
  margin: 80px auto 20px;
  padding: 55px 0 0 45px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2279.286%22%20height%3D%2278.96%22%20viewBox%3D%220%200%2079.286%2078.96%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22-0.004%22%20y1%3D%227.032%22%20x2%3D%220.008%22%20y2%3D%227.032%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23db8a92%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23de9881%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M79.639%2C3.189%2C3.175%2C79.314.353%2C76.48%2C76.817.355%22%20transform%3D%22translate(-0.353%20-0.355)%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  background-size: 80px auto; }
  @media (max-width: 767px) {
    .h2 {
      margin: 50px auto 15px;
      padding: 30px 0 0 30px;
      background-size: 52px auto; } }

.h3 {
  position: relative;
  max-width: 1100px;
  margin: 80px auto 20px;
  padding: 35px 0 0 50px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2252.633%22%20viewBox%3D%220%200%2040%2052.633%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Crect%20width%3D%2240%22%20height%3D%2252.633%22%20transform%3D%22translate(117.996%20185.518)%22%20fill%3D%22none%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-117.996%20-185.518)%22%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Crect%20width%3D%2215.241%22%20height%3D%2215.241%22%20transform%3D%22translate(117.996%20227.374)%20rotate(-45)%22%20fill%3D%22%23F1A0A7%22%2F%3E%3Cpath%20d%3D%22M158%2C201.672l-16.154%2C16.154-16.154-16.154%2C16.154-16.153Zm-16.154%2C9.172%2C9.172-9.172-9.172-9.171-9.172%2C9.171Z%22%20fill%3D%22%23F1A0A7%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") 0 0 no-repeat;
  background-size: 50px auto; }
  @media (max-width: 767px) {
    .h3 {
      margin: 50px auto 15px;
      padding: 15px 0 0 30px;
      background-size: 30px auto; } }

.h4 {
  position: relative;
  max-width: 1100px;
  margin: 80px auto 20px; }
  @media (max-width: 767px) {
    .h4 {
      margin: 50px auto 15px; } }

/* リード文

-------------------------------------------------- */
.sttl-h2, .sttl-h3, .sttl-h4 {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  padding: 0;
  margin: 30px auto 15px;
  line-height: 2; }
  @media (max-width: 767px) {
    .sttl-h2, .sttl-h3, .sttl-h4 {
      margin: 20px auto 15px;
      padding: 0;
      line-height: 1.6667; } }

p {
  /*margin-top: 5rem;*/
  /*margin-bottom: 5rem;*/
  line-height: 1.75;
  color: #4D4D4D; }
  @media (max-width: 767px) {
    p {
      margin-bottom: 1rem;
      line-height: 1.645; } }

em {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  min-height: 370px;
  margin: 80px auto;
  padding: 60px 0px;
  border-top: #E46268 3px solid;
  border-bottom: #E46268 3px solid;
  text-align: center; }
  @media (max-width: 767px) {
    em {
      margin: 50px auto;
      padding: 40px 0 50px;
      border-top-width: 2px;
      border-bottom-width: 2px; } }
  em::before {
    position: absolute;
    top: -25px;
    left: 25px;
    display: block;
    width: 246px;
    height: 170px;
    background: url(../img/em_left.webp) 50% 50% no-repeat;
    background-size: contain;
    content: '';
    z-index: 2; }
    @media (max-width: 767px) {
      em::before {
        width: 123px;
        height: 85px;
        top: -22px;
        left: 0px; } }
  em::after {
    position: absolute;
    bottom: -30px;
    right: 20px;
    display: block;
    width: 323px;
    height: 385px;
    background: url(../img/em_right.webp) 50% 50% no-repeat;
    background-size: contain;
    content: '';
    z-index: 2; }
    @media (max-width: 767px) {
      em::after {
        width: 162px;
        height: 192px;
        bottom: -22px;
        right: -10px; } }
  em .sub {
    display: block;
    margin-top: 30px;
    text-align: center; }
    @media (max-width: 767px) {
      em .sub {
        margin-top: 20px; } }

.memo {
  margin: auto;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 30px;
  letter-spacing: .005em;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (max-width: 767px) {
    .memo {
      margin-bottom: 15px;
      font-size: 11px;
      font-size: 0.6875rem; } }

/* リスト
-------------------------------------------------- */
.ul-lst {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none;
  line-height: 2; }
  @media (max-width: 767px) {
    .ul-lst {
      margin-top: 15px;
      margin-bottom: 15px; } }
  .ul-lst > li {
    position: relative;
    display: flex;
    margin-bottom: .8rem;
    margin-left: 1.8em; }
    @media (max-width: 767px) {
      .ul-lst > li {
        align-items: flex-start;
        margin-left: 1.8em; } }
    .ul-lst > li::before {
      flex: 0 0 24px;
      margin-right: 7px;
      height: 24px;
      width: 24px;
      margin-top: -1px;
      line-height: 22px;
      margin-left: -2.1em;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22M5.435%2C12.5A7.065%2C7.065%2C0%2C1%2C1%2C12.5%2C19.565%2C7.073%2C7.073%2C0%2C0%2C1%2C5.435%2C12.5M12.5%2C0A12.5%2C12.5%2C0%2C1%2C0%2C25%2C12.5%2C12.514%2C12.514%2C0%2C0%2C0%2C12.5%2C0Z%22%20fill%3D%22none%22%2F%3E%3C%2FclipPath%3E%3ClinearGradient%20id%3D%22b%22%20y1%3D%221%22%20x2%3D%220.04%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23db8a92%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23de9881%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Crect%20width%3D%2225%22%20height%3D%2225%22%20fill%3D%22url(%23b)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
      background-size: contain;
      content: ''; }

.ul-lst-school {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none;
  line-height: 2; }

@media (max-width: 767px) {
  .ul-lst-school {
    margin-top: 15px;
    margin-bottom: 15px; } }
.ul-lst-school > li {
  position: relative;
  display: flex;
  margin-bottom: .8rem; }

@media (max-width: 767px) {
  .ul-lst-school > li {
    align-items: flex-start;
    margin-left: 1.8em; } }
.ul-lst-school > li::before {
  flex: 0 0 24px;
  margin-right: 7px;
  height: 24px;
  width: 24px;
  margin-top: -1px;
  line-height: 22px;
  margin-left: -2.1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22M5.435%2C12.5A7.065%2C7.065%2C0%2C1%2C1%2C12.5%2C19.565%2C7.073%2C7.073%2C0%2C0%2C1%2C5.435%2C12.5M12.5%2C0A12.5%2C12.5%2C0%2C1%2C0%2C25%2C12.5%2C12.514%2C12.514%2C0%2C0%2C0%2C12.5%2C0Z%22%20fill%3D%22none%22%2F%3E%3C%2FclipPath%3E%3ClinearGradient%20id%3D%22b%22%20y1%3D%221%22%20x2%3D%220.04%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23db8a92%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23de9881%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Crect%20width%3D%2225%22%20height%3D%2225%22%20fill%3D%22url(%23b)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  background-size: contain;
  content: ''; }

.ol-lst {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none;
  counter-reset: ol_li;
  line-height: 2; }
  .ol-lst > li {
    position: relative;
    display: flex;
    margin-bottom: .8rem;
    margin-left: 30px; }
    @media (max-width: 767px) {
      .ol-lst > li {
        align-items: flex-start; } }
    .ol-lst > li::before {
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 24px;
      margin-right: 7px;
      height: 24px;
      width: 24px;
      margin-top: 1px;
      line-height: 22px;
      margin-left: -2.1em;
      border-radius: 100%;
      font-size: 16px;
      font-size: 1rem;
      background: linear-gradient(to bottom, #DB8A92 0, #DE9881 100%) no-repeat 50% 50%;
      counter-increment: ol_li;
      content: counter(ol_li);
      color: #FFF;
      text-align: center;
      letter-spacing: -.1em; }

/* box
-------------------------------------------------- */
.box01 {
  position: relative;
  width: 100%;
  margin: 100px 0;
  padding: 90px 15px;
  background: url(../img/bg_box_1_tp.webp) no-repeat right top, url(../img/bg_box_1_btm.webp) no-repeat left bottom, linear-gradient(to right, #FAF3F4 0, #FAF3F4 100%); }
  @media (max-width: 767px) {
    .box01 {
      background-size: 259px auto, 259px auto, auto auto; } }
  .box01-h {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 20px;
    padding: 0;
    text-align: center; }
  .box01-txt {
    max-width: 1100px;
    margin: auto; }
    .box01-txt:last-child {
      margin-bottom: 0; }
.box02 {
  position: relative;
  width: 100%;
  margin: 100px auto;
  padding: 90px 15px;
  background: url(../img/bg_box_2.webp) no-repeat right top, linear-gradient(to right, #FAF3F4 0, #FAF3F4 100%); }
  @media (max-width: 767px) {
    .box02 {
      padding: 55px 15px;
      background-size: 255px auto, auto auto; } }
  .box02-h {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 20px;
    padding: 0 15px; }
  .box02-txt {
    max-width: 1100px;
    margin: auto;
    padding: 0 15px; }
    .box02-txt:last-child {
      margin-bottom: 0; }
.box03 {
  position: relative;
  width: 100%;
  padding: 90px 50px; }
  @media (max-width: 767px) {
    .box03 {
      margin: 50px 0; } }
  .box03-h {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: center; }
  .box03-txt {
    max-width: 1100px;
    margin: auto;
    padding: 0 15px; }
    .box03-txt:last-child {
      margin-bottom: 0; }
.box04 {
  position: relative;
  margin: 100px auto;
  padding: 90px 50px; }
  @media (max-width: 767px) {
    .box04 {
      margin: 50px 0; } }
  .box04::before {
    position: absolute;
    display: block;
    top: 0;
    right: 50px;
    bottom: 0;
    left: 50px;
    width: calc(100% - 100px);
    height: 100%;
    background: rgba(217, 110, 118, 0.8);
    border-radius: 30px;
    content: '';
    z-index: -1; }
    @media (max-width: 767px) {
      .box04::before {
        left: 15px;
        tight: 15px;
        width: calc(100% - 30px);
        border-radius: 20px; } }
  .box04::after {
    position: absolute;
    display: block;
    top: 50px;
    right: 0;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    background: #C27B8D;
    content: '';
    z-index: -2; }
    @media (max-width: 767px) {
      .box04::after {
        top: 25px;
        bottom: 25px;
        height: calc(100% - 50px); } }
  .box04-h {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 20px;
    padding: 0 15px;
    text-align: center; }
  .box04-txt {
    max-width: 1100px;
    margin: auto;
    padding: 0 15px; }
    .box04-txt:last-child {
      margin-bottom: 0; }

.box05 {
  position: relative;
  width: 100%;
  margin: 100px auto;
  padding: 90px 15px; }

@media (max-width: 767px) {
  .box05 {
    padding: 55px 15px; } }
.box05::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 350px);
  width: 100%;
  height: 100%;
  border-radius: 45px;
  background-image: linear-gradient(to right, #FAF3F4 0, #FAF3F4 100%);
  content: '';
  z-index: -1; }

@media (max-width: 767px) {
  .box05::after {
    right: 45px;
    border-radius: 20px; } }
.box05-h {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 20px;
  padding: 0 15px; }

.box05-txt {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px; }

.box02-txt:last-child {
  margin-bottom: 0; }

/* テーブル
-------------------------------------------------- */
.table {
  width: 100%;
  max-width: 1100px;
  margin: 50px auto;
  padding: 0; }
  @media (max-width: 767px) {
    .table {
      width: 100%;
      margin: 30px 0;
      padding: 0;
      padding-bottom: 10px;
      overflow-x: auto; } }
  .table::-webkit-scrollbar {
    height: 8px; }
  .table::-webkit-scrollbar-track {
    border-radius: 10px; }
  .table::-webkit-scrollbar-thumb {
    border-radius: 10px; }
  @media (max-width: 767px) {
    .table::before {
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      width: 100vw;
      margin: 0 auto 10px;
      font-size: 12px;
      font-size: 0.75rem;
      color: #E46268;
      text-align: center; } }
  .table table {
    width: 100%;
    margin-top: 20px;
    overflow: hidden; }
  .table th, .table td {
    padding: 24px 16px;
    border: #FFF 1px solid;
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (max-width: 767px) {
      .table th, .table td {
        white-space: nowrap; } }
  .table th {
    text-align: center;
    white-space: nowrap; }
  @media (max-width: 767px) {
    .table-blk {
      overflow-x: inherit; }
      .table-blk::before {
        content: none; } }
  @media (max-width: 767px) {
    .table-blk table {
      width: 100%;
      overflow: inherit; } }
  @media (max-width: 767px) {
    .table-blk th, .table-blk td {
      display: block;
      white-space: normal; } }
  @media (max-width: 767px) {
    .table-simple {
      overflow-x: inherit; }
      .table-simple::before {
        content: none; } }
  .table-simple table {
    border: 2px solid; }
    @media (max-width: 767px) {
      .table-simple table {
        width: 100%;
        overflow: inherit; } }
    @media (max-width: 767px) {
      .table-simple table th {
        white-space: inherit; } }
    @media (max-width: 767px) {
      .table-simple table td {
        white-space: normal; } }

/* ステップ
-------------------------------------------------- */
.step {
  margin: 20px auto;
  width: 100%;
  max-width: 1100px;
  padding: 0; }
  .step > div {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 0 20px; }
    @media (max-width: 767px) {
      .step > div {
        margin-top: 10px;
        margin-bottom: 10px; } }
    .step > div::before {
      position: absolute;
      display: block;
      top: 70px;
      left: 8px;
      width: 2px;
      height: calc(100% + 10px);
      background: linear-gradient(to bottom, #E46268, #E46268 2px, transparent 2px, transparent 4px);
      background-repeat: repeat-y;
      background-size: 2px 6px;
      content: '';
      z-index: -1; }
      @media (max-width: 767px) {
        .step > div::before {
          top: 35px;
          left: 6px;
          height: calc(100% + 10px);
          border-left: 1px dotted #E46268; } }
    .step > div:last-child {
      margin-bottom: 0; }
      .step > div:last-child::before {
        content: none; }
    .step > div .step-num {
      position: relative;
      display: block;
      padding-left: 40px;
      padding-bottom: 20px;
      margin: auto;
      line-height: 1; }
      @media (max-width: 767px) {
        .step > div .step-num {
          padding-left: 15px;
          padding-bottom: 10px; } }
      .step > div .step-num > span {
        padding-right: .5rem; }
      .step > div .step-num::before {
        position: absolute;
        display: block;
        bottom: 9px;
        left: 0;
        width: 208px;
        height: 2px;
        background-color: #E46268;
        content: ''; }
        @media (max-width: 767px) {
          .step > div .step-num::before {
            bottom: 5px; } }
      .step > div .step-num::after {
        position: absolute;
        display: block;
        left: 0;
        bottom: 0;
        width: 18px;
        height: 18px;
        background-color: #E46268;
        border-radius: 100%;
        content: ''; }
        @media (max-width: 767px) {
          .step > div .step-num::after {
            width: 12px;
            height: 12px; } }
    .step > div dt {
      margin: auto;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .step > div dt {
          margin-bottom: 15px; } }
      .step > div dt > span {
        display: block;
        padding-left: 60px; }
        @media (max-width: 767px) {
          .step > div dt > span {
            padding-left: 30px; } }
    .step > div dd {
      padding-left: 60px; }
      @media (max-width: 767px) {
        .step > div dd {
          padding-left: 30px; } }

/* qa
-------------------------------------------------- */
.qa {
  max-width: 1100px;
  padding: 0;
  margin: 50px auto; }
  .qa > div {
    position: relative;
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      .qa > div {
        padding-bottom: 5px; } }
    .qa > div:last-child {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .qa > div::before {
        position: absolute;
        bottom: 10px;
        right: calc(50% - 3.5px);
        display: block;
        width: 7px;
        height: 9px;
        background: no-repeat;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.882%22%20height%3D%228.73%22%20viewBox%3D%220%200%206.882%208.73%22%3E%20%3Cpath%20d%3D%22M942.837%2C288.018l-.729-.685-2.212%2C2.355v-6.737h-1v6.737l-2.212-2.355-.729.685%2C3.441%2C3.663Z%22%20transform%3D%22translate(-935.955%20-282.951)%22%20fill%3D%22%23d96e76%22%2F%3E%3C%2Fsvg%3E");
        background-size: auto 9px;
        background-position: 50% 50%;
        content: ''; } }
    .qa > div::after {
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: #E46268;
      content: ''; }
    @media (max-width: 767px) {
      .qa > div.active::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.882%22%20height%3D%228.73%22%20viewBox%3D%220%200%206.882%208.73%22%3E%20%3Cpath%20d%3D%22M942.837%2C288.018l-.729-.685-2.212%2C2.355v-6.737h-1v6.737l-2.212-2.355-.729.685%2C3.441%2C3.663Z%22%20transform%3D%22translate(942.837%20291.681)%20rotate(180)%22%20fill%3D%22%23d96e76%22%2F%3E%3C%2Fsvg%3E"); } }
    .qa > div.active dt::after {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.882%22%20height%3D%228.73%22%20viewBox%3D%220%200%206.882%208.73%22%3E%20%3Cpath%20d%3D%22M942.837%2C288.018l-.729-.685-2.212%2C2.355v-6.737h-1v6.737l-2.212-2.355-.729.685%2C3.441%2C3.663Z%22%20transform%3D%22translate(942.837%20291.681)%20rotate(180)%22%20fill%3D%22%23d96e76%22%2F%3E%3C%2Fsvg%3E"); }
      @media (max-width: 767px) {
        .qa > div.active dt::after {
          content: none; } }
  .qa dt {
    position: relative;
    padding: 28px 35px 28px 76px;
    cursor: pointer;
    font-size: 19px;
    font-size: 1.1875rem; }
    @media (max-width: 767px) {
      .qa dt {
        padding: 28px 0 28px 60px;
        background-position: 0 30px;
        font-size: 16px;
        font-size: 1rem; } }
    .qa dt::before {
      position: absolute;
      top: calc(50% - 21px);
      left: 0;
      width: 46px;
      height: 46px;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2292%22%20height%3D%2292%22%20viewBox%3D%220%200%2092%2092%22%3E%20%3Cg%20transform%3D%22translate(-1331.269%20-578.562)%22%3E%20%3Cpath%20d%3D%22M1476.188%2C522.261a12.036%2C12.036%2C0%2C0%2C1-9.5-3.959q-3.5-3.961-3.5-11.041t3.5-11.039a13.373%2C13.373%2C0%2C0%2C1%2C19%2C0q3.5%2C3.959%2C3.5%2C11.039a17.447%2C17.447%2C0%2C0%2C1-1.62%2C7.8%2C12.389%2C12.389%2C0%2C0%2C1-4.54%2C5.119c-.027%2C0-.039.027-.039.08s.025.08.079.08a15.047%2C15.047%2C0%2C0%2C1%2C4.161%2C2.2%2C19.838%2C19.838%2C0%2C0%2C1%2C3.679%2C3.481%2C1%2C1%2C0%2C0%2C1%2C.081%2C1.2%2C1.168%2C1.168%2C0%2C0%2C1-1.081.639h-.64a4.443%2C4.443%2C0%2C0%2C1-3.6-1.879%2C8.773%2C8.773%2C0%2C0%2C0-3.74-2.961%2C16.988%2C16.988%2C0%2C0%2C0-5.74-.76m6.3-23.539a8.368%2C8.368%2C0%2C0%2C0-12.6%2C0q-2.22%2C2.859-2.22%2C8.539t2.22%2C8.541a8.372%2C8.372%2C0%2C0%2C0%2C12.6%2C0q2.217-2.859%2C2.219-8.541t-2.219-8.539%22%20transform%3D%22translate(-99%20115)%22%20fill%3D%22%23e46268%22%2F%3E%20%3Cpath%20d%3D%22M1476.269%2C465.562a44%2C44%2C0%2C1%2C1-44%2C44%2C44.049%2C44.049%2C0%2C0%2C1%2C44-44m0-2a46%2C46%2C0%2C1%2C0%2C46%2C46%2C46%2C46%2C0%2C0%2C0-46-46%22%20transform%3D%22translate(-99%20115)%22%20fill%3D%22%23e46268%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%/contain;
      content: '';
      line-height: 1; }
      @media (max-width: 767px) {
        .qa dt::before {
          top: 28px;
          width: 48px;
          text-align: left; } }
    .qa dt::after {
      position: absolute;
      top: calc(50% - 4px);
      right: 10px;
      display: block;
      width: 7px;
      height: 9px;
      background: no-repeat;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.882%22%20height%3D%228.73%22%20viewBox%3D%220%200%206.882%208.73%22%3E%20%3Cpath%20d%3D%22M942.837%2C288.018l-.729-.685-2.212%2C2.355v-6.737h-1v6.737l-2.212-2.355-.729.685%2C3.441%2C3.663Z%22%20transform%3D%22translate(-935.955%20-282.951)%22%20fill%3D%22%23d96e76%22%2F%3E%3C%2Fsvg%3E");
      background-size: auto 9px;
      background-position: 50% 50%;
      content: ''; }
      @media (max-width: 767px) {
        .qa dt::after {
          content: none; } }
  .qa dd {
    position: relative;
    padding: 0px 50px 28px 76px; }
    @media (max-width: 767px) {
      .qa dd {
        padding: 0 0 28px 60px; } }

/* pnav
-------------------------------------------------- */
.pnav {
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 50px auto; }
  .pnav > ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .pnav > ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; } }
  .pnav li {
    height: 100%; }
    @media (max-width: 767px) {
      .pnav li {
        margin-top: 20px; } }
    .pnav li:first-child {
      margin-top: 0; }
  .pnav a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 500; }
    @media (max-width: 767px) {
      .pnav a {
        justify-content: flex-end;
        margin: auto;
        max-width: 215px; } }
    .pnav a > span {
      flex: 0 0 auto;
      padding-right: 1rem;
      text-align: left; }
    .pnav a::before {
      position: absolute;
      right: 0;
      bottom: -8px;
      left: 0;
      display: block;
      width: 100%;
      height: 1px;
      background-color: #E46268;
      content: ''; }
    .pnav a::after {
      flex: 0 0 24px;
      width: 24px;
      height: 24px;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22design%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23cf5670%3B%7D.cls-2%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2217%209.5%2012%2014.5%207%209.5%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      background-size: 24px auto;
      border-radius: 100%;
      content: ''; }
      @media (max-width: 767px) {
        .pnav a::after {
          flex: 0 0 20px;
          width: 20px;
          height: 20px;
          background-size: 20px auto; } }

/* lnav
-------------------------------------------------- */
.lnav {
  max-width: 1100px;
  margin: 50px auto; }
  .lnav-warp {
    display: flex;
    flex-wrap: wrap;
    gap: 70px; }
    @media (min-width: 768px) {
      .lnav-warp {
        align-items: flex-start;
        min-height: 310px; } }
    @media (max-width: 767px) {
      .lnav-warp {
        gap: 20px; } }
    .lnav-warp li {
      position: relative;
      flex: 1 1 calc((100% - 70px) / 2);
      width: 100%; }
      @media (max-width: 767px) {
        .lnav-warp li {
          flex: 1 1 calc((100% - 20px) / 2); } }
  .lnav a {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 50px;
    background: url(../img/bg_lnav_btm.webp) left bottom no-repeat, url(../img/bg_lnav_tp.webp) right top no-repeat, linear-gradient(to right, #FAF3F4 0, #FAF3F4 100%);
    transition: .4s all;
    overflow: hidden; }
    @media (max-width: 767px) {
      .lnav a {
        padding: 40px 15px;
        background-size: 145px auto, 145px auto, auto auto; } }
  .lnav-photo {
    padding: 0 !important; }
    .lnav-photo .lnav-ttl {
      margin-left: 50px;
      margin-right: 50px; }
      @media (max-width: 767px) {
        .lnav-photo .lnav-ttl {
          margin-left: 15px;
          margin-right: 15px; } }
    .lnav-photo .lnav-txt {
      margin-left: 50px;
      margin-right: 50px; }
      @media (max-width: 767px) {
        .lnav-photo .lnav-txt {
          margin-left: 15px;
          margin-right: 15px; } }
    .lnav-photo .lnav-detail {
      margin-right: 50px;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .lnav-photo .lnav-detail {
          margin-right: 15px;
          margin-bottom: 40px; } }
    .lnav-photo-area {
      position: relative;
      margin-bottom: 20px; }
      .lnav-photo-area > img {
        position: relative;
        z-index: 3; }
  .lnav-ttl {
    position: relative;
    display: block;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .lnav-ttl {
        margin-bottom: 10px; } }
    .lnav-ttl.nav-icon {
      display: flex;
      align-items: center;
      padding-left: 41px; }
      @media (max-width: 767px) {
        .lnav-ttl.nav-icon {
          display: block;
          padding-left: 0; } }
      .lnav-ttl.nav-icon::before {
        flex: 0 0 24px;
        margin-right: 7px;
        height: 24px;
        width: 24px;
        margin-top: 1px;
        line-height: 22px;
        margin-left: -2.1em;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22M5.435%2C12.5A7.065%2C7.065%2C0%2C1%2C1%2C12.5%2C19.565%2C7.073%2C7.073%2C0%2C0%2C1%2C5.435%2C12.5M12.5%2C0A12.5%2C12.5%2C0%2C1%2C0%2C25%2C12.5%2C12.514%2C12.514%2C0%2C0%2C0%2C12.5%2C0Z%22%20fill%3D%22none%22%2F%3E%3C%2FclipPath%3E%3ClinearGradient%20id%3D%22b%22%20y1%3D%221%22%20x2%3D%220.04%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23db8a92%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23de9881%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Crect%20width%3D%2225%22%20height%3D%2225%22%20fill%3D%22url(%23b)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
        background-size: contain;
        content: ''; }
        @media (max-width: 767px) {
          .lnav-ttl.nav-icon::before {
            display: inline-block;
            height: 20px;
            width: 20px;
            margin-left: 0;
            margin-right: 4px;
            transform: translateY(3px); } }
  .lnav-txt {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media (max-width: 767px) {
      .lnav-txt {
        font-size: 14px;
        font-size: 0.875rem; } }
  .lnav-detail {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 134px;
    height: 35px;
    margin-left: auto;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    transition: .4s all; }
    @media (max-width: 767px) {
      .lnav-detail {
        justify-content: flex-start;
        max-width: 135px;
        height: 30px;
        margin-left: 10px;
        padding-block: 5px;
        padding-inline: 40px 10px;
        font-size: 12px;
        font-size: 0.75rem; } }
    .lnav-detail::after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 35px;
      height: 35px;
      border: 1px solid;
      border-radius: 100%;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.73%22%20height%3D%226.882%22%20viewBox%3D%220%200%208.73%206.882%22%3E%3Cpath%20d%3D%22M906.6%2C281.375l-.685.729%2C2.355%2C2.212h-6.737v1h6.737l-2.355%2C2.212.685.729%2C3.663-3.441Z%22%20transform%3D%22translate(-901.531%20-281.375)%22%20fill%3D%22%23808080%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/8px auto;
      content: ''; }
      @media (max-width: 767px) {
        .lnav-detail::after {
          width: 30px;
          height: 30px; } }

/* rel-nav
-------------------------------------------------- */
.rel-nav {
  position: relative;
  max-width: 1100px;
  margin: 50px auto 75px; }
  @media (max-width: 767px) {
    .rel-nav {
      margin-bottom: 50px; } }
  .rel-nav a {
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 100%;
    background: url(../img/bg_lnav_btm.webp) left bottom no-repeat, url(../img/bg_lnav_tp.webp) right top no-repeat, linear-gradient(to right, #FAF3F4 0, #FAF3F4 100%);
    transition: .4s all;
    overflow: hidden; }
    @media (max-width: 767px) {
      .rel-nav a {
        padding: 40px 15px 0;
        background-size: 145px auto, 145px auto, auto auto; } }
  .rel-nav-lead {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    margin: 50px; }
    @media (max-width: 767px) {
      .rel-nav-lead {
        margin: 10px 20px 40px 20px; } }
  .rel-nav-ttl {
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6; }
    @media (max-width: 767px) {
      .rel-nav-ttl {
        font-size: 17px;
        font-size: 1.0625rem; } }
  .rel-nav-txt {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8; }
    @media (max-width: 767px) {
      .rel-nav-txt {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.6; } }
  .rel-nav-detail {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: 134px;
    height: 35px;
    margin-left: auto;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 18px;
    transition: .4s all; }
    @media (max-width: 767px) {
      .rel-nav-detail {
        max-width: 135px;
        height: 35px;
        padding: 5px 20px;
        font-size: 12px;
        font-size: 0.75rem; } }
    .rel-nav-detail::after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 35px;
      height: 35px;
      border: 1px solid;
      border-radius: 100%;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.73%22%20height%3D%226.882%22%20viewBox%3D%220%200%208.73%206.882%22%3E%3Cpath%20d%3D%22M906.6%2C281.375l-.685.729%2C2.355%2C2.212h-6.737v1h6.737l-2.355%2C2.212.685.729%2C3.663-3.441Z%22%20transform%3D%22translate(-901.531%20-281.375)%22%20fill%3D%22%23808080%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/8px auto;
      content: ''; }
      @media (max-width: 767px) {
        .rel-nav-detail::after {
          width: 30px;
          height: 30px; } }
  .rel-nav-photo > a {
    display: flex;
    padding: 0;
    overflow: hidden; }
    @media (max-width: 767px) {
      .rel-nav-photo > a {
        flex-direction: column-reverse; } }
  .rel-nav-img {
    flex: 0 0 450px; }
    @media (max-width: 767px) {
      .rel-nav-img {
        flex: auto; } }
  @media (max-width: 767px) {
    .rel-nav .rel-nav-ttl {
      min-height: 63px;
      display: flex;
      align-items: center; } }

/* next-nav
-------------------------------------------------- */
.next-nav {
  max-width: 1100px;
  margin: 50px auto;
  padding: 0; }
  @media (max-width: 767px) {
    .next-nav {
      padding-top: 5px; } }
  .next-nav a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 35px; }
  .next-nav-txt {
    font-family: "fnt-coch";
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .05em;
    line-height: 1; }
    @media (max-width: 767px) {
      .next-nav-txt {
        font-size: 17px;
        font-size: 1.0625rem; } }
  .next-nav-detail {
    margin-left: 35px;
    padding-left: 35px;
    border-left: 3px solid;
    line-height: 1.3;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem; }
    @media (max-width: 767px) {
      .next-nav-detail {
        margin-left: 10px;
        border-left: 1px solid;
        padding-left: 10px;
        line-height: 1.2;
        font-size: 16px;
        font-size: 1rem; } }

/* extra
-------------------------------------------------- */
.interview-list {
  margin: 100px auto;
  padding: 10px 0px 130px 0px;
  background: linear-gradient(to right, #FAF3F4 0, #FAF3F4 100%); }
  @media (max-width: 767px) {
    .interview-list {
      margin: 50px auto;
      padding: 70px 0; } }
  .interview-list-article {
    position: relative;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .interview-list-article {
        margin-bottom: 50px;
        background: url(../img/bg_extra.webp) left bottom/304px auto no-repeat, url(../img/bg_line_tp.webp) left top/157px auto no-repeat, linear-gradient(to right, #F9ECF4 0, #f9edea 100%);
        background-size: 157px auto; } }
    .interview-list-article:last-child {
      margin-bottom: 0; }
    .interview-list-article:after {
      position: absolute;
      right: 45vw;
      bottom: 0;
      display: block;
      width: 55vw;
      height: 345px;
      background: url(../img/bg_extra.webp) calc(100% - 100px) bottom no-repeat, url(../img/bg_line_tp.webp) left top no-repeat, linear-gradient(to right, #F9ECF4 0, #f9edea 100%);
      content: '';
      z-index: 1; }
      @media (min-width: 768px) and (max-width: 1149px) {
        .interview-list-article:after {
          right: 25vw;
          width: 75vw; } }
      @media (max-width: 767px) {
        .interview-list-article:after {
          content: none; } }
  .interview-list-wrap {
    position: relative;
    max-width: 1100px;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    margin: auto;
    z-index: 2; }
  .interview-list-link {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 245px 1fr;
    grid-template-rows: 145px  auto 50px auto;
    gap: 15px 35px;
    grid-template-areas: "list-photo list-num" "list-photo list-ttl" "list-photo list-name" "list-photo list-detail";
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    text-decoration: none; }
    @media (max-width: 767px) {
      .interview-list-link {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        padding-top: 35px;
        padding-left: 110px;
        min-height: 285px;
        overflow: hidden; } }
    .interview-list-link .interview-list-ttl {
      color: #E46268; }
    .interview-list-link .interview-list-name {
      color: #4D4D4D; }
    .interview-list-link .interview-list-detail {
      color: #FFF; }
  .interview-list-num {
    font-family: "Braisetto";
    line-height: 1;
    font-size: 120px;
    font-size: 7.5rem;
    color: #FFF;
    text-align: right;
    align-self: end;
    transform: translateY(48px); }
    @media (max-width: 767px) {
      .interview-list-num {
        position: absolute;
        bottom: -10px;
        right: calc(50% - 20px);
        transform: none;
        font-size: 54px;
        font-size: 3.375rem; } }
  .interview-list-ttl {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 500;
    background-color: #FFF;
    justify-self: stretch;
    align-self: center;
    grid-area: list-ttl;
    display: flex;
    align-items: center;
    min-height: 115px;
    padding: 10px 10px 10px 20px;
    background: #FFF url(../img/bg_lnav_tp.webp) right top/220px auto no-repeat; }
    @media (max-width: 767px) {
      .interview-list-ttl {
        width: 100%;
        min-height: 60px;
        margin-top: auto;
        padding: 8px 8px 8px 16px;
        background-size: 110px auto;
        font-size: 15px;
        font-size: 0.9375rem; } }
  .interview-list-name {
    display: inline-block;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 500;
    background-color: #FFF;
    justify-self: end;
    grid-area: list-name;
    display: flex;
    align-items: center;
    max-height: 50px;
    width: 350px;
    padding: 10px 10px 10px 20px; }
    @media (max-width: 767px) {
      .interview-list-name {
        margin-left: auto;
        width: 60%;
        padding: 8px 8px 8px 16px;
        font-size: 12px;
        font-size: 0.75rem; } }
  .interview-list-detail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 50px;
    padding: 5px 35px;
    border-radius: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
    text-decoration: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.73%22%20height%3D%226.882%22%20viewBox%3D%220%200%208.73%206.882%22%3E%3Cpath%20d%3D%22M906.6%2C281.375l-.685.729%2C2.355%2C2.212h-6.737v1h6.737l-2.355%2C2.212.685.729%2C3.663-3.441Z%22%20transform%3D%22translate(-901.531%20-281.375)%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat calc(100% - 30px) 50%/8px auto, linear-gradient(to right, #F09198 0, #A67D97 100%) 0 0/auto;
    color: #FFF;
    justify-self: end;
    grid-area: list-detail;
    margin-top: 60px; }
    @media (max-width: 767px) {
      .interview-list-detail {
        width: 185px;
        height: 45px;
        font-size: 14px;
        font-size: 0.875rem;
        margin-block: 65px 25px;
        margin-right: 20px;
        background-position: calc(100% - 20px) 50%, 0 0; } }
  .interview-list-photo {
    justify-self: start;
    align-self: end;
    grid-area: list-photo;
    margin-top: auto; }
    @media (max-width: 767px) {
      .interview-list-photo {
        position: absolute;
        bottom: 0;
        left: 3px;
        width: 145px; } }
.interview-detail {
  position: relative;
  margin: 100px auto;
  padding-block: 75px;
  background: linear-gradient(to right, #F9ECF4 0, #f9edea 100%); }
  @media (max-width: 767px) {
    .interview-detail {
      margin: 50px auto;
      padding-block: 35px; } }
  .interview-detail::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 460px;
    height: 270px;
    background: url(../img/bg_extra_line_tp.webp) left top/contain no-repeat;
    content: '';
    z-index: 10; }
    @media (max-width: 767px) {
      .interview-detail::before {
        width: 157px;
        height: 115px; } }
  .interview-detail::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 370px;
    height: 270px;
    background: url(../img/bg_extra_line_btm.webp) right bottom/contain no-repeat;
    content: '';
    z-index: 10; }
    @media (max-width: 767px) {
      .interview-detail::after {
        width: 157px;
        height: 115px; } }
  .interview-detail-wrap {
    position: relative;
    width: 100%;
    padding-block: 70px 100px;
    background-color: #FFF; }
    @media (max-width: 767px) {
      .interview-detail-wrap {
        padding-block: 40px 0; } }
    .interview-detail-wrap::before {
      position: absolute;
      top: -73px;
      right: 0;
      width: 790px;
      height: 360px;
      display: block;
      background: url(../img/bg_extra_wrap.webp) right top/contain no-repeat;
      content: '';
      z-index: 10; }
      @media (max-width: 767px) {
        .interview-detail-wrap::before {
          top: -37px;
          width: 270px;
          height: 173px; } }
  .interview-detail-photo {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 12; }
    @media (max-width: 767px) {
      .interview-detail-photo {
        position: relative;
        top: 0;
        padding-left: 35px; } }
    @media (min-width: 768px) and (max-width: 1149px) {
      .interview-detail-photo img {
        width: 240px; } }
    @media (max-width: 767px) {
      .interview-detail-photo img {
        width: 160px; } }
    .interview-detail-photo-wrap {
      position: relative;
      max-width: 1100px;
      margin: auto;
      z-index: 3; }
    .interview-detail-photo-bg {
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 50%;
      height: 520px;
      background: url(../img/bg_extra_detail.webp) left bottom/contain no-repeat, linear-gradient(to right, #FAF3F4 0, #FAF3F4 100%);
      z-index: 1; }
      @media (min-width: 768px) and (max-width: 1149px) {
        .interview-detail-photo-bg {
          width: 60%;
          height: 360px; } }
      @media (max-width: 767px) {
        .interview-detail-photo-bg {
          width: 100%;
          height: 350px;
          background-size: 100%; } }
  .interview-detail-hdr {
    position: relative;
    max-width: 1130px;
    margin: 0 auto 20px;
    padding: 60px 15px 0 460px;
    z-index: 13; }
    @media (min-width: 768px) and (max-width: 1149px) {
      .interview-detail-hdr {
        padding-left: 270px; } }
    @media (max-width: 767px) {
      .interview-detail-hdr {
        transform: translateY(-160px);
        padding: 0 0 0 110px; } }
    .interview-detail-hdr::after {
      display: block;
      clear: both;
      content: ''; }
  .interview-detail-ttl {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .interview-detail-ttl {
        margin-bottom: 10px;
        background-color: #FFF;
        padding: 10px;
        font-size: 16px;
        font-size: 1rem; } }
  .interview-detail-name {
    text-align: right; }
    @media (max-width: 767px) {
      .interview-detail-name {
        display: inline-block;
        background-color: #FFF;
        padding: 10px;
        margin-left: auto;
        float: right; } }
  .interview-detail-cts {
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 15px 0 460px;
    z-index: 13; }
    @media (min-width: 768px) and (max-width: 1149px) {
      .interview-detail-cts {
        padding-left: 270px; } }
    @media (max-width: 767px) {
      .interview-detail-cts {
        padding-left: 15px;
        transform: translateY(-110px); } }
    .interview-detail-cts p {
      margin: 2rem 0 0; }

.dep-nav {
  max-width: 1130px;
  margin: 50px auto;
  padding: 0 15px; }
  .dep-nav-list {
    padding: 0 calc(100 / 1920 * 188vw);
    /*border-top: 1px solid #4D4D4D;*/
    text-align: center; }
    @media (min-width: 2000px) {
      .dep-nav-list {
        padding: 0  205px; } }
    @media (min-width: 768px) and (max-width: 1149px) {
      .dep-nav-list {
        padding: 0 calc(100 / 1150 * 150vw); } }
    @media (max-width: 1125px) {
      .dep-nav-list {
        padding: 0 13vw; } }
    @media (max-width: 964px) {
      .dep-nav-list {
        padding: 0 3vw; } }
    @media (max-width: 767px) {
      .dep-nav-list {
        padding: 0 8px; } }
    .dep-nav-list > li {
      display: inline-block;
      margin: 25px 20px; }
      @media (max-width: 767px) {
        .dep-nav-list > li {
          margin: 8px; } }
      .dep-nav-list > li a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        padding: 10px 0 10px 45px;
        color: #4D4D4D;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 38px;
        transition: .4s all;
        height: 38px;
        text-decoration: none; }
        @media (max-width: 767px) {
          .dep-nav-list > li a {
            height: 20px;
            padding-left: 30px;
            font-size: 12px;
            font-size: 0.75rem; } }
        .dep-nav-list > li a::after {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 38px;
          height: 38px;
          border: 1px solid;
          border-radius: 100%;
          background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.73%22%20height%3D%226.882%22%20viewBox%3D%220%200%208.73%206.882%22%3E%3Cpath%20d%3D%22M906.6%2C281.375l-.685.729%2C2.355%2C2.212h-6.737v1h6.737l-2.355%2C2.212.685.729%2C3.663-3.441Z%22%20transform%3D%22translate(-901.531%20-281.375)%22%20fill%3D%22%23808080%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%/8px auto;
          content: ''; }
          @media (max-width: 767px) {
            .dep-nav-list > li a::after {
              width: 20px;
              height: 20px; } }
.dep-section {
  position: relative;
  margin: 70px 0;
  padding: 60px 15px; }
  @media (max-width: 767px) {
    .dep-section {
      margin: 85px 0;
      padding: 80px 0px 40px;
      background: url(../img/bg_line_right.webp) right top/260px auto no-repeat, linear-gradient(to bottom, #FAEDED 0%, #F9EDED 100%); } }
  .dep-section::after {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 355px;
    z-index: -1;
    content: ''; }
    @media (max-width: 767px) {
      .dep-section::after {
        height: 100%;
        content: none; } }
  .dep-section:nth-child(even) .dep-pos {
    padding-left: 54%; }
    @media (max-width: 767px) {
      .dep-section:nth-child(even) .dep-pos {
        padding-right: 20px;
        padding-left: 20px; } }
  .dep-section:nth-child(even) .dep-lead {
    padding-left: 54%; }
    @media (min-width: 768px) and (max-width: 1149px) {
      .dep-section:nth-child(even) .dep-lead {
        margin-right: 60px; } }
    @media (max-width: 767px) {
      .dep-section:nth-child(even) .dep-lead {
        padding-right: 20px;
        padding-left: 20px; } }
  .dep-section:nth-child(even) .dep-en {
    padding-left: 48%; }
    @media (max-width: 767px) {
      .dep-section:nth-child(even) .dep-en {
        padding-left: 0; } }
  .dep-section:nth-child(even) .dep-img {
    right: 49.5%; }
    @media (max-width: 767px) {
      .dep-section:nth-child(even) .dep-img {
        right: inherit; } }
  @media (min-width: 768px) and (max-width: 1420px) {
    .dep-section:nth-child(even) .dep-fig {
      margin-right: 60px; } }
  .dep-section:nth-child(even) .dep-fig > img {
    float: right; }
    @media (max-width: 767px) {
      .dep-section:nth-child(even) .dep-fig > img {
        float: none; } }
  .dep-section:nth-child(even) .dep-capt {
    margin-left: auto; }
    @media (max-width: 767px) {
      .dep-section:nth-child(even) .dep-capt {
        margin-left: 0; } }
  .dep-section:nth-child(even) .dep-text {
    padding-left: 18vw; }
    @media (min-width: 768px) and (max-width: 1420px) {
      .dep-section:nth-child(even) .dep-text {
        margin-right: 60px; } }
    @media (max-width: 767px) {
      .dep-section:nth-child(even) .dep-text {
        padding-left: 0; } }
    .dep-section:nth-child(even) .dep-text-bg {
      left: 0;
      margin-left: calc(18vw - 30px); }
  .dep-section:nth-child(even)::after {
    right: 100px;
    background: url(../img/bg_line_right.webp) right top/510px auto no-repeat, linear-gradient(to bottom, #FAEDED 0%, #F9EDED 100%); }
    @media (max-width: 1420px) {
      .dep-section:nth-child(even)::after {
        right: 15px;
        background-size: 380px auto, auto; } }
  .dep-section:nth-child(odd) .dep-pos {
    padding-right: 54%; }
    @media (max-width: 767px) {
      .dep-section:nth-child(odd) .dep-pos {
        padding-left: 20px;
        padding-right: 20px; } }
  .dep-section:nth-child(odd) .dep-lead {
    padding-right: 54%; }
    @media (min-width: 768px) and (max-width: 1149px) {
      .dep-section:nth-child(odd) .dep-lead {
        margin-left: 60px; } }
    @media (max-width: 767px) {
      .dep-section:nth-child(odd) .dep-lead {
        padding-left: 20px;
        padding-right: 20px; } }
  .dep-section:nth-child(odd) .dep-en {
    padding-right: 48%;
    margin-left: -90px; }
    @media (max-width: 1320px) and (min-width: 768px) {
      .dep-section:nth-child(odd) .dep-en {
        margin-left: 0;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .dep-section:nth-child(odd) .dep-en {
        padding-right: 0;
        margin-left: 0; } }
  .dep-section:nth-child(odd) .dep-img {
    left: 49.5%; }
    @media (max-width: 767px) {
      .dep-section:nth-child(odd) .dep-img {
        left: inherit; } }
  @media (min-width: 768px) and (max-width: 1420px) {
    .dep-section:nth-child(odd) .dep-fig {
      margin-left: 60px; } }
  .dep-section:nth-child(odd) .dep-fig > img {
    float: left; }
    @media (max-width: 767px) {
      .dep-section:nth-child(odd) .dep-fig > img {
        float: none; } }
  .dep-section:nth-child(odd) .dep-capt {
    margin-right: auto; }
    @media (max-width: 767px) {
      .dep-section:nth-child(odd) .dep-capt {
        margin-right: 0; } }
  .dep-section:nth-child(odd) .dep-text {
    padding-right: 18vw; }
    @media (min-width: 768px) and (max-width: 1420px) {
      .dep-section:nth-child(odd) .dep-text {
        margin-left: 60px; } }
    @media (max-width: 767px) {
      .dep-section:nth-child(odd) .dep-text {
        padding-right: 0; } }
    .dep-section:nth-child(odd) .dep-text-bg {
      right: 0;
      margin-right: calc(18vw - 30px); }
  .dep-section:nth-child(odd)::after {
    left: 100px;
    background: url(../img/bg_line_left.webp) left top/510px auto no-repeat, linear-gradient(to bottom, #FAEDED 0%, #F9EDED 100%); }
    @media (max-width: 1420px) {
      .dep-section:nth-child(odd)::after {
        left: -15px;
        background-size: 380px auto, auto; } }
.dep-wrap {
  max-width: 1700px;
  margin: auto; }
.dep-hdr {
  position: relative; }
.dep-inf {
  position: relative;
  max-width: 1100px;
  width: 100%;
  height: 300px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .dep-inf {
      height: auto; } }
.dep-pos {
  position: relative;
  margin-bottom: 15px;
  color: #E46268;
  font-size: 45px;
  font-size: 2.8125rem; }
  @media (min-width: 768px) and (max-width: 1149px) {
    .dep-pos {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media (max-width: 767px) {
    .dep-pos {
      font-size: 20px;
      font-size: 1.25rem; } }
  .dep-pos > span {
    margin-left: .5rem;
    font-size: 30px;
    font-size: 1.875rem; }
    @media (min-width: 768px) and (max-width: 1149px) {
      .dep-pos > span {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media (max-width: 767px) {
      .dep-pos > span {
        font-size: 15px;
        font-size: 0.9375rem; } }
.dep-lead {
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  font-size: 1.1875rem;
  z-index: 5; }
  @media (min-width: 768px) and (max-width: 1149px) {
    .dep-lead {
      font-size: 16px;
      font-size: 1rem; } }
  @media (max-width: 767px) {
    .dep-lead {
      font-size: 14px;
      font-size: 0.875rem; } }
.dep-en {
  position: absolute;
  bottom: -10px;
  font-family: "Braisetto";
  font-size: 180px;
  font-size: 11.25rem;
  font-size: calc(100 / 1920 * 180vw);
  color: #F09198;
  z-index: 3;
  opacity: .2;
  white-space: nowrap; }
  @media (max-width: 1150px) {
    .dep-en {
      font-size: 130px;
      font-size: 8.125rem; } }
  @media (max-width: 767px) {
    .dep-en {
      right: 5px;
      left: 5px;
      top: -40px;
      bottom: auto;
      text-align: left;
      font-size: 65px;
      font-size: 4.0625rem; } }
.dep-img {
  position: absolute;
  top: 0;
  width: calc(50% - 3vw); }
  @media (max-width: 767px) {
    .dep-img {
      position: inherit;
      top: inherit;
      left: inherit;
      right: inherit;
      width: 100%; } }
.dep-cts {
  position: relative;
  z-index: 3; }
  @media (max-width: 767px) {
    .dep-cts {
      width: calc(100% - 20px);
      margin-top: -40px;
      margin-left: 20px;
      padding: 35px 30px;
      background-color: #FFF;
      border-radius: 20px 0 0 20px;
      box-shadow: 0 0 5px rgba(195, 195, 195, 0.5); } }
.dep-fig {
  max-width: 1100px;
  margin: -100px auto 20px auto; }
  @media (max-width: 767px) {
    .dep-fig {
      float: left;
      width: 80px;
      margin: 0 20px 15px 0; } }
  @media (max-width: 767px) {
    .dep-fig::after {
      display: block;
      clear: both;
      content: ''; } }
  .dep-fig > img {
    margin-bottom: 10px; }
.dep-capt {
  clear: both;
  width: 155px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center; }
  @media (max-width: 767px) {
    .dep-capt {
      font-size: 10px;
      font-size: 0.625rem;
      margin-left: 0;
      width: auto; } }
.dep-text {
  position: relative;
  max-width: 1100px;
  margin: 100px auto 25px;
  padding: 30px 0; }
  @media (max-width: 767px) {
    .dep-text {
      margin: 0;
      padding: 0; } }
  .dep-text p {
    position: relative;
    margin-bottom: 0;
    margin-top: 2rem;
    z-index: 2; }
    .dep-text p:first-child {
      margin-top: 0; }
  .dep-text-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% + 100px);
    height: 100%;
    background-color: #FFF;
    border-radius: 40px;
    box-shadow: 0 0 5px rgba(195, 195, 195, 0.5); }
    @media (max-width: 767px) {
      .dep-text-bg {
        display: none; } }

.anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px; }

.aplicate {
  position: relative;
  margin-top: 230px;
  padding: 80px 0;
  background: url(../img/bg_aplicate_layer.webp) no-repeat 50% bottom/auto, url(../img/bg_aplicate.webp) no-repeat 50% 50%/cover; }
  @media (max-width: 767px) {
    .aplicate {
      background: url(../img/bg_aplicate_sp.webp) no-repeat 50% bottom/cover;
      margin-top: 72px;
      padding: 45px 0; } }
  .aplicate-en {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    font-family: "Braisetto";
    color: #E7DAC5;
    text-align: center;
    font-size: 160px;
    font-size: 10rem; }
    @media (min-width: 768px) and (max-width: 1149px) {
      .aplicate-en {
        top: -82px;
        font-size: 120px;
        font-size: 7.5rem; } }
    @media (max-width: 767px) {
      .aplicate-en {
        top: -52px;
        font-size: 80px;
        font-size: 5rem; } }
  .aplicate-hdr {
    text-align: center; }
  .aplicate-ttl {
    font-size: 35px;
    font-size: 2.1875rem;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .aplicate-ttl {
        font-size: 25px;
        font-size: 1.5625rem;
        margin-bottom: 5px; } }
  .aplicate-lead {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 16px;
    font-size: 1rem; }
    @media (max-width: 767px) {
      .aplicate-lead {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 13px;
        font-size: 0.8125rem; } }
  .aplicate-link {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .aplicate-link {
        display: block; } }
    .aplicate-link a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      font-size: 1.375rem;
      text-decoration: none;
      font-weight: 500; }
      @media (max-width: 767px) {
        .aplicate-link a {
          font-size: 14px;
          font-size: 0.875rem; } }
      .aplicate-link a:hover {
        color: #FFF; }
      .aplicate-link a span:not(.aplicate-tel-text) {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%3Cg%20transform%3D%22translate(-1374%20200)%22%3E%3Cpath%20d%3D%22M35%2C2A33%2C33%2C0%2C1%2C1%2C2%2C35%2C33.038%2C33.038%2C0%2C0%2C1%2C35%2C2m0-2A35%2C35%2C0%2C1%2C0%2C70%2C35%2C35%2C35%2C0%2C0%2C0%2C35%2C0%22%20transform%3D%22translate(1374%20-200)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.891%2C1H0V-1H13.891Z%22%20transform%3D%22translate(1401%20-165)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M36.252%2C41.467%2C34.86%2C40.032%2C40.05%2C35l-5.19-5.031%2C1.392-1.436L42.924%2C35Z%22%20transform%3D%22translate(1374%20-200)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%2270%22%20height%3D%2270%22%20transform%3D%22translate(1374%20-200)%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat right 50%/contain;
        height: 45px;
        padding-right: 65px; }
        @media (max-width: 767px) {
          .aplicate-link a span:not(.aplicate-tel-text) {
            height: 35px;
            padding-right: 55px; } }
  .aplicate-internship {
    flex: 1; }
    @media (max-width: 767px) {
      .aplicate-internship {
        margin: 20px auto; } }
    .aplicate-internship-btn {
      position: relative;
      display: block;
      max-width: 530px;
      width: 100%;
      height: 120px;
      color: #FFF;
      background-color: #C27B8D;
      border-radius: 15px; }
      @media (max-width: 767px) {
        .aplicate-internship-btn {
          width: 300px;
          height: 85px;
          margin: auto;
          padding-left: 60px; } }
      .aplicate-internship-btn::after {
        position: absolute;
        left: 40px;
        bottom: 0;
        width: 95px;
        height: 132px;
        background: url(../img/btn_bg01.webp) no-repeat 50% bottom/contain;
        content: ''; }
        @media (max-width: 767px) {
          .aplicate-internship-btn::after {
            left: 12px;
            width: 67px;
            height: 92px; } }
  .aplicate-tour {
    flex: 1; }
    @media (max-width: 767px) {
      .aplicate-tour {
        margin: 20px auto; } }
    .aplicate-tour-btn {
      position: relative;
      display: block;
      max-width: 530px;
      height: 120px;
      width: 100%;
      color: #FFF;
      background-color: #CF7281;
      border-radius: 15px; }
      @media (max-width: 767px) {
        .aplicate-tour-btn {
          width: 300px;
          height: 85px;
          margin: auto;
          padding-right: 60px; } }
      .aplicate-tour-btn::after {
        position: absolute;
        right: 40px;
        bottom: 0;
        width: 95px;
        height: 132px;
        background: url(../img/btn_bg02.webp) no-repeat 50% bottom/contain;
        content: ''; }
        @media (max-width: 767px) {
          .aplicate-tour-btn::after {
            right: 12px;
            width: 67px;
            height: 92px; } }
  .aplicate-tel {
    flex: 0 0 100%;
    text-align: center; }
    @media (max-width: 767px) {
      .aplicate-tel {
        margin: 20px auto; } }
    .aplicate-tel span.tel {
      display: inline-flex;
      align-items: center;
      gap: 30px; }
      .aplicate-tel span.tel .ic-tel {
        width: 310px; }
    .aplicate-tel a.tel {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      border-radius: 15px; }
      @media (max-width: 767px) {
        .aplicate-tel a.tel {
          width: 300px;
          height: 85px;
          margin: auto;
          color: #FFF;
          background-color: #D56E76;
          border-radius: 15px; } }
      .aplicate-tel a.tel .ic-tel {
        width: 175px;
        margin-top: 10px; }

.aplicate-contact {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px; }

@media (max-width: 767px) {
  .aplicate-contact {
    display: block; } }
.aplicate-contact a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-size: 1.375rem;
  text-decoration: none;
  font-weight: 500; }

@media (max-width: 767px) {
  .aplicate-contact a {
    font-size: 14px;
    font-size: 0.875rem; } }
.aplicate-contact a:hover {
  color: #FFF; }

.aplicate-contact a span:not(.aplicate-tel-text) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%3Cg%20transform%3D%22translate(-1374%20200)%22%3E%3Cpath%20d%3D%22M35%2C2A33%2C33%2C0%2C1%2C1%2C2%2C35%2C33.038%2C33.038%2C0%2C0%2C1%2C35%2C2m0-2A35%2C35%2C0%2C1%2C0%2C70%2C35%2C35%2C35%2C0%2C0%2C0%2C35%2C0%22%20transform%3D%22translate(1374%20-200)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.891%2C1H0V-1H13.891Z%22%20transform%3D%22translate(1401%20-165)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M36.252%2C41.467%2C34.86%2C40.032%2C40.05%2C35l-5.19-5.031%2C1.392-1.436L42.924%2C35Z%22%20transform%3D%22translate(1374%20-200)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%2270%22%20height%3D%2270%22%20transform%3D%22translate(1374%20-200)%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat right 50%/contain;
  height: 45px;
  padding-right: 65px; }

@media (max-width: 767px) {
  .aplicate-contact a span:not(.aplicate-tel-text) {
    height: 35px;
    padding-right: 55px; } }
.aplicate-contact {
  flex: 1; }

@media (max-width: 767px) {
  .aplicate-contact {
    margin: 20px auto; } }
.aplicate-contact-btn {
  position: relative;
  display: block;
  max-width: 530px;
  width: 100%;
  height: 120px;
  color: #FFF;
  background-color: #d96e76;
  border-radius: 15px; }

@media (max-width: 767px) {
  .aplicate-contact-btn {
    width: 300px;
    height: 85px;
    margin: auto;
    padding-left: 60px; } }
.aplicate-contact-btn::after {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 95px;
  height: 132px;
  /*background: url(../img/btn_bg01.webp) no-repeat 50% bottom/contain;*/
  content: ''; }

@media (max-width: 767px) {
  .aplicate-contact-btn::after {
    left: 12px;
    width: 67px;
    height: 92px; } }
.aplicate-contact a span:not(.aplicate-tel-text) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%3E%3Cg%20transform%3D%22translate(-1374%20200)%22%3E%3Cpath%20d%3D%22M35%2C2A33%2C33%2C0%2C1%2C1%2C2%2C35%2C33.038%2C33.038%2C0%2C0%2C1%2C35%2C2m0-2A35%2C35%2C0%2C1%2C0%2C70%2C35%2C35%2C35%2C0%2C0%2C0%2C35%2C0%22%20transform%3D%22translate(1374%20-200)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M13.891%2C1H0V-1H13.891Z%22%20transform%3D%22translate(1401%20-165)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M36.252%2C41.467%2C34.86%2C40.032%2C40.05%2C35l-5.19-5.031%2C1.392-1.436L42.924%2C35Z%22%20transform%3D%22translate(1374%20-200)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%2270%22%20height%3D%2270%22%20transform%3D%22translate(1374%20-200)%22%20fill%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat right 50%/contain;
  height: 45px;
  padding-right: 65px; }

@media (max-width: 767px) {
  .aplicate-contact a span:not(.aplicate-tel-text) {
    height: 35px;
    padding-right: 55px; } }
.aplicate-tour {
  flex: 1; }

@media (max-width: 767px) {
  .aplicate-tour {
    margin: 20px auto; } }
.aplicate-tour-btn {
  position: relative;
  display: block;
  max-width: 530px;
  height: 120px;
  width: 100%;
  color: #FFF;
  background-color: #CF7281;
  border-radius: 15px; }

@media (max-width: 767px) {
  .aplicate-tour-btn {
    width: 300px;
    height: 85px;
    margin: auto;
    padding-right: 60px; } }
.aplicate-tour-btn::after {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 95px;
  height: 132px;
  background: url(../img/btn_bg02.webp) no-repeat 50% bottom/contain;
  content: ''; }

@media (max-width: 767px) {
  .aplicate-tour-btn::after {
    right: 12px;
    width: 67px;
    height: 92px; } }
.aplicate-tel {
  flex: 0 0 100%;
  text-align: center; }

@media (max-width: 767px) {
  .aplicate-tel {
    margin: 20px auto; } }
.aplicate-tel span.tel {
  display: inline-flex;
  align-items: center;
  gap: 30px; }

.aplicate-tel span.tel .ic-tel {
  width: 310px; }

.aplicate-tel a.tel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 15px; }

@media (max-width: 767px) {
  .aplicate-tel a.tel {
    width: 300px;
    height: 85px;
    margin: auto;
    color: #FFF;
    background-color: #D56E76;
    border-radius: 15px; } }
.aplicate-tel a.tel .ic-tel {
  width: 175px;
  margin-top: 10px; }


/* わたしたちが脳外科単科病院を選んだ理由
-------------------------------------------------- */
.sec-hero{
    background: #fff4f4;
    padding-bottom: 60px;
    }
.hero{
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px); 
    padding-top: 90px;
    }
    @media (max-width: 767px) {
    .hero{
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
        }
    }
    
.box-hero-R{
    background: #fff;
    border-radius: 50px;
    padding: 30px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    }
    @media (max-width: 767px) {
    .box-hero-R{
        padding: 30px 0px 0px 0px;
        }
    }
    
.box-hero-txt{
    padding: 0 15px;
    }
    
.number{
    position: absolute;
    top: -85px;
    left: 80px;
    }
    @media (max-width: 767px) {
    .number {
        position: unset; } 
    }

    
.number1 {
    font-size: 180px;
    line-height: 180px;
    margin-bottom: 30px;
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
    text-shadow: 0 15px 20px rgba(36,54,122,.2);
    color: #ec6d77;
    }
    @media (max-width: 767px) {
    .number1 {
        font-size: 80px;
        margin-bottom: 0px;
        line-height: 110px;
        position: absolute;
        top: -60px;
        left: 40px;} 
    }
    
    
.number12 {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    font-weight: bold;
    }
    @media (max-width: 767px) {
    .number12 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
        padding: 0 30px;} 
    }
    
@media (max-width: 767px) {
    .number13, .number33 {
        padding: 0 30px;} 
    }
    
    
.box-hero-btn,  .box-hero-btn-t,  .box-hero-btn-n,  .box-hero-btn-m {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 250px;
    height: 70px;
    padding: 5px 35px;
    border-radius: 50px;
    margin-top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
    text-decoration: none;
    color: #fff;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.73%22%20height%3D%226.882%22%20viewBox%3D%220%200%208.73%206.882%22%3E%3Cpath%20d%3D%22M906.6%2C281.375l-.685.729%2C2.355%2C2.212h-6.737v1h6.737l-2.355%2C2.212.685.729%2C3.663-3.441Z%22%20transform%3D%22translate(-901.531%20-281.375)%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E") no-repeat calc(100% - 30px) 50%/8px auto, linear-gradient(to right, #F09198 0, #A67D97 100%) 0 0/auto; 
    }
    
.box-hero-btn-n{
    background: linear-gradient(to right, #F09198 0, #A67D97 100%) 0 0/auto; 
    }
    
    @media (max-width: 767px) {
    .box-hero-btn-t,  .box-hero-btn-n {
        width: 100%;} 
    }
    
   
    
.box-hero-btn-t{
    position: absolute;
    top: 187px;
    left: -3px;
    }
    @media (max-width: 767px) {
    .box-hero-btn  {
         width: 100%;} 
    }
    @media (max-width: 767px) {
    .box-hero-btn-t {
        width: 90%;
        top: 287px;
        left: 20px;
        } 
    }

.box-hero-btn-m{
    /*position: absolute;
    top: 187px;
    left: -3px;*/
    }
    @media (max-width: 767px) {
    .box-hero-btn-t {
        /*width: 90%;
        top: 287px;
        left: 20px;*/
        } 
    }



.img_radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
    
.img_radius-c {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
    
@media (max-width: 767px) {
    .interview-reason{
        padding: 0 30px;
    }
    }


/* 1分で分かる看護部
-------------------------------------------------- */
    .data{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 40px 0 80px 0;
    }