@charset "UTF-8";
:root {
  --text: #000;
  --primary: #005c9a;
  --primary30: rgba(0, 92, 154, .3);
  --primary_light: #78b2d9;
  --accent: #ca0505;
  --wh: #ffffff;
  --wh2: #f0f0f0;
  --bk: #000;
  --bk2: #333;
  --red: #f00;
  --pink: #cd2992;
  --pink2: #c13d8b;
  --gray: #999;
  --gray2: #ccc;
  --blue: #0099cc;
  --blue2: #0b98c1;
  --green: #4daa4a;
  --orange: #ef871c;
  --yellow: #fff6de;
}

/* common */
/* ------------------------------------ */
#header .h_inner {
  border-bottom: 1px solid var(--gray);
  background: var(--wh);
}

article .hero {
  position: relative;
  width: 100%;
  height: 520px;
  background: var(--primary_light);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  article .hero {
    height: 430px;
  }
}
@media only screen and (max-width: 767px) {
  article .hero {
    height: 300px;
  }
}
article .hero .p_title h1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
article .hero .p_title h1 img {
  width: auto;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  article .hero .p_title h1 img {
    height: 22px;
  }
}
article .hero .p_title h1 span {
  margin-top: 25px;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  font-weight: 550;
  letter-spacing: 0.025em;
  line-height: 1;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  article .hero .p_title h1 span {
    margin-top: 12px;
  }
}
article .hero .illust {
  position: absolute;
  bottom: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  article .hero .illust {
    bottom: 14px;
  }
}
article .hero.classes {
  position: relative;
  margin: 6.84% 0 5.8%;
  height: 270px;
  background: var(--wh);
  display: block;
}
@media only screen and (max-width: 1330px) {
  article .hero.classes {
    height: 200px;
  }
}
@media only screen and (width: 768px) {
  article .hero.classes {
    height: 230px;
  }
}
@media only screen and (max-width: 767px) {
  article .hero.classes {
    margin: 10px 0 0;
    height: 280px;
    border-bottom: 1px solid #cdcdcd;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  article .hero.classes {
    margin: 6.84% 0 5.8%;
    height: 200px;
    border-bottom: none;
  }
  article .hero.classes .sp {
    display: none !important;
  }
  article .hero.classes .pc {
    display: block !important;
  }
}
article .hero.classes .en {
  position: absolute;
  content: "";
  width: calc(100% - 70px);
  top: 0;
  left: 70px;
  overflow: hidden;
  /*
          @media only screen and (max-width:$breakpoint_sp2) {
            width: calc(100% - 15px);
            height: 100px;
  //          top: 110px;
            top: 56%;
            left: 15px;
          }
  */
}
@media only screen and (max-width: 1330px) {
  article .hero.classes .en {
    width: calc(100% - 30px);
    height: 18vw;
    left: 30px;
    top: 5%;
  }
}
@media only screen and (width: 768px) {
  article .hero.classes .en {
    height: 21.6vw;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  article .hero.classes .en {
    height: 21.6vw;
  }
}
article .hero.classes .en img {
  width: auto;
  height: 100%;
}
article .hero.classes .main_width {
  position: relative;
}
@media only screen and (max-width: 768px) {
  article .hero.classes .main_width {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  article .hero.classes .main_width {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  article .hero.classes .main_width {
    width: calc(100% - 80px);
  }
}
article .hero.classes .class_menu_wrap {
  position: absolute;
  z-index: 19;
  top: 60px;
  right: 0;
}
@media only screen and (width: 768px) {
  article .hero.classes .class_menu_wrap {
    top: 74px;
  }
}
@media only screen and (max-width: 540px) {
  article .hero.classes .class_menu_wrap {
    top: 0;
    right: 15px;
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  article .hero.classes .class_menu_wrap {
    top: 74px;
  }
}
article .hero.classes .class_menu_wrap .class_menu {
  width: 314px;
}
@media only screen and (max-width: 768px) {
  article .hero.classes .class_menu_wrap .class_menu {
    width: 230px;
  }
}
@media only screen and (max-width: 540px) {
  article .hero.classes .class_menu_wrap .class_menu {
    width: 100%;
  }
}
article .hero.classes .class_menu_wrap .class_menu .abtn {
  position: relative;
  padding: 15px 15px 12px 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  background: var(--wh);
  border: 1px solid var(--bk);
}
@media (max-width: 767px) {
  article .hero.classes .class_menu_wrap .class_menu .abtn {
    padding: 10px 80px 12px 18px;
  }
}
article .hero.classes .class_menu_wrap .class_menu .abtn::after {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
  z-index: 2;
}
article .hero.classes .class_menu_wrap .class_menu .abtn.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
article .hero.classes .class_menu_wrap .class_menu ul {
  padding: 5px 20px;
  background: var(--wh);
  border-left: 1px solid var(--bk);
  border-right: 1px solid var(--bk);
  border-bottom: 1px solid var(--bk);
  display: none;
}
@media (max-width: 767px) {
  article .hero.classes .class_menu_wrap .class_menu ul {
    padding: 5px 10px 20px;
  }
}
article .hero.classes .class_menu_wrap .class_menu ul li {
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
article .hero.classes .class_menu_wrap .class_menu ul li a {
  color: var(--text);
  font-weight: 500;
}
article .hero.classes .p_title_block {
  position: absolute;
  width: 100%;
  height: 340px;
  top: 30px;
  z-index: 5;
}
@media (max-width: 767px) {
  article .hero.classes .p_title_block {
    height: auto;
    top: 44px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  article .hero.classes .p_title_block {
    top: 30px;
  }
}
@media (min-width: 769px) {
  article .hero.classes .p_title_block h1 {
    height: 122px;
    -webkit-transform: none;
            transform: none;
  }
  article .hero.classes .p_title_block h1 img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (width: 768px) {
  article .hero.classes .p_title_block h1 {
    padding-left: 20px;
    height: 110px;
    -webkit-transform: none;
            transform: none;
  }
  article .hero.classes .p_title_block h1 img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  article .hero.classes .p_title_block h1 {
    padding-left: 20px;
    height: 110px;
    -webkit-transform: none;
            transform: none;
  }
  article .hero.classes .p_title_block h1 img {
    width: auto;
    height: 100%;
  }
}
article .p_head {
  margin-bottom: 92px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  article .p_head {
    margin-bottom: 53px;
  }
}
article .p_head h2 {
  font-size: clamp(2.2rem, 2.2vw, 4rem);
  font-weight: 550;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  article .p_head h2 {
    letter-spacing: 0;
  }
}
article .p_head .lead {
  margin-bottom: 50px;
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.55;
}
@media only screen and (max-width: 767px) {
  article .p_head .lead {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  article .p_head .txt_base p {
    font-weight: 400;
    text-align: left;
  }
}
article .sec {
  padding: 140px 0;
}
@media only screen and (max-width: 1280px) {
  article .sec {
    padding: 70px 0;
  }
}

.btn a {
  margin: 70px auto 0;
  padding: 0;
  width: 480px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .btn a {
    margin: 40px auto 0;
    width: 244px;
    height: 65px;
  }
}

/* greeting */
/* ------------------------------------ */
@media only screen and (max-width: 767px) {
  .greeting .main_width {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .greeting .main_width {
    width: calc(100% - 80px);
  }
}
.greeting .bloc_inner.main_width {
  max-width: 1460px;
}
.greeting .hero .illust {
  bottom: 78px;
}
@media only screen and (max-width: 1280px) {
  .greeting .hero .illust {
    bottom: 93px;
  }
}
@media only screen and (width: 768px) {
  .greeting .hero .illust {
    bottom: 63px;
  }
}
@media only screen and (max-width: 767px) {
  .greeting .hero .illust {
    bottom: 59px;
  }
}
.greeting .hero .illust img {
  width: auto;
  height: 188px;
}
@media only screen and (max-width: 1280px) {
  .greeting .hero .illust img {
    height: 141px;
  }
}
@media only screen and (max-width: 767px) {
  .greeting .hero .illust img {
    height: 91px;
  }
}
.greeting .sec_greeting {
  padding: 130px 0 140px;
  background: var(--orange);
}
@media only screen and (max-width: 768px) {
  .greeting .sec_greeting {
    padding: 116px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .greeting .sec_greeting {
    padding: 65px 0 70px;
  }
}
.greeting .sec_greeting .p_head {
  color: var(--wh);
}
@media only screen and (max-width: 768px) {
  .greeting .sec_greeting .p_head {
    margin-bottom: 74px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting .sec_greeting .p_head .lead {
    margin-bottom: 40px;
  }
}
.greeting .sec_greeting .p_head .txt_base p {
  color: var(--wh);
}
.greeting .sec_greeting .figtxtbox {
  margin-bottom: 62px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 60px;
}
@media only screen and (max-width: 1024px) {
  .greeting .sec_greeting .figtxtbox {
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 23px 0;
  }
}
@media only screen and (max-width: 768px) {
  .greeting .sec_greeting .figtxtbox {
    margin-bottom: 54px;
  }
}
.greeting .sec_greeting .figtxtbox figure {
  width: 45%;
  max-width: 520px;
}
@media only screen and (max-width: 1024px) {
  .greeting .sec_greeting .figtxtbox figure {
    margin: 0 auto;
    width: 100%;
    max-width: inherit;
  }
}
.greeting .sec_greeting .figtxtbox figure img {
  border-radius: 15px;
}
.greeting .sec_greeting .figtxtbox .txt {
  width: calc(100% - 580px);
  color: var(--wh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 26px 0;
}
@media only screen and (max-width: 1024px) {
  .greeting .sec_greeting .figtxtbox .txt {
    width: 100%;
    gap: 0;
  }
}
.greeting .sec_greeting .figtxtbox .txt .sttl {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  font-weight: 550;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  .greeting .sec_greeting .figtxtbox .txt .sttl {
    margin-bottom: 18px;
  }
}
.greeting .sec_greeting .figtxtbox .txt p {
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.greeting .sec_greeting .profile_wrap {
  margin-top: 70px;
  padding: 65px 70px;
  background: var(--wh);
  border-radius: 15px;
}
@media only screen and (max-width: 1024px) {
  .greeting .sec_greeting .profile_wrap {
    padding: 65px 70px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .greeting .sec_greeting .profile_wrap {
    margin-top: 54px;
    padding: 36px 40px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .greeting .sec_greeting .profile_wrap {
    margin-top: 45px;
    padding: 23px 20px 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .greeting .sec_greeting .profile_wrap {
    padding: 36px 40px 10px;
  }
}
.greeting .sec_greeting .profile_wrap h3 {
  margin-bottom: 46px;
  font-size: clamp(1.9rem, 2.1vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .greeting .sec_greeting .profile_wrap h3 {
    margin-bottom: 25px;
  }
}
.greeting .sec_greeting .profile_wrap .profilebox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 60px;
}
@media only screen and (max-width: 1024px) {
  .greeting .sec_greeting .profile_wrap .profilebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px 0;
  }
}
.greeting .sec_greeting .profile_wrap .profilebox .fig {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .greeting .sec_greeting .profile_wrap .profilebox .fig {
    margin: 0 auto;
    width: 100%;
    max-width: inherit;
  }
}
.greeting .sec_greeting .profile_wrap .profilebox .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.greeting .sec_greeting .profile_wrap .profilebox .txt p {
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.greeting .sec_information {
  padding: 140px 0;
  color: var(--wh);
  background: var(--pink2);
}
@media only screen and (max-width: 768px) {
  .greeting .sec_information {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .greeting .sec_information {
    padding: 68px 0;
  }
}
.greeting .sec_information h2 {
  margin-bottom: 102px;
  font-size: clamp(2.4rem, 2.4vw, 4rem);
  font-weight: 550;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .greeting .sec_information h2 {
    margin-bottom: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .greeting .sec_information h2 {
    margin-bottom: 52px;
  }
}
.greeting .sec_information dl {
  padding: 55px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.75;
  border-bottom: 1px solid var(--wh);
}
@media only screen and (max-width: 767px) {
  .greeting .sec_information dl {
    padding: 28px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
  }
}
.greeting .sec_information dl:first-of-type {
  border-top: 1px solid var(--wh);
}
.greeting .sec_information dl dt {
  width: 250px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .greeting .sec_information dl dt {
    width: 100%;
  }
}
.greeting .sec_information dl dd {
  width: calc(100% - 250px);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .greeting .sec_information dl dd {
    width: 100%;
  }
}
.greeting .sec_information dl dd a {
  color: var(--wh);
  text-decoration: underline;
  text-underline-offset: 10px;
}
.greeting .sec_information dl dd a:hover {
  text-decoration: none;
}
.greeting .sec_information dl dd .school {
  margin-bottom: 30px;
}
.greeting .sec_information dl dd .school:last-of-type {
  margin-bottom: 0;
}
.greeting .sec_information dl dd .school a {
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .greeting .sec_information dl dd .school a {
    font-size: 1.5rem;
  }
}
.greeting .sec_information dl dd .school a::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 11px;
  background: url(../img/common/icn_external.png) no-repeat 0 0/contain;
  top: calc(50% - 5px);
  right: 0;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(217deg) brightness(105%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(217deg) brightness(105%) contrast(103%);
}
@media only screen and (max-width: 768px) {
  .greeting .sec_information .btn a {
    margin: 60px auto 0;
  }
}

/* class_index */
/* ------------------------------------ */
.class_index .hero .illust {
  top: 80px;
  bottom: initial;
  -webkit-transform: translateX(-170%);
          transform: translateX(-170%);
}
@media only screen and (max-width: 1280px) {
  .class_index .hero .illust {
    top: 95px;
    -webkit-transform: translateX(-168%);
            transform: translateX(-168%);
  }
}
@media only screen and (width: 768px) {
  .class_index .hero .illust {
    top: 65px;
    -webkit-transform: translateX(-190%);
            transform: translateX(-190%);
  }
}
@media only screen and (max-width: 767px) {
  .class_index .hero .illust {
    top: 50px;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
}
.class_index .hero .illust img {
  width: auto;
  height: 162px;
}
@media only screen and (max-width: 1280px) {
  .class_index .hero .illust img {
    height: 121px;
  }
}
@media only screen and (max-width: 767px) {
  .class_index .hero .illust img {
    height: 93px;
  }
}
.class_index .sec_class {
  padding: 130px 0 140px;
  background: var(--blue2);
}
@media only screen and (max-width: 768px) {
  .class_index .sec_class {
    padding: 116px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class {
    padding: 65px 0 70px;
  }
}
.class_index .sec_class .p_head {
  margin-bottom: 94px;
  color: var(--wh);
}
@media only screen and (max-width: 768px) {
  .class_index .sec_class .p_head {
    margin-bottom: 74px;
  }
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class .p_head {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .class_index .sec_class .p_head .lead {
    margin-bottom: 40px;
  }
}
.class_index .sec_class .p_head .txt_base p {
  color: var(--wh);
}
.class_index .sec_class .class_wrap {
  margin: 0 auto;
  width: calc(100% - 140px);
  max-width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px;
}
@media only screen and (max-width: 1330px) {
  .class_index .sec_class .class_wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .class_index .sec_class .class_wrap {
    width: calc(100% - 80px);
    gap: 7.4vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class .class_wrap {
    width: calc(100% - 40px);
    gap: 7.4vw 3.66vw;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .class_index .sec_class .class_wrap {
    width: calc(100% - 80px);
  }
}
.class_index .sec_class .class_wrap .classbox {
  width: calc((100% - 140px) / 3);
}
@media only screen and (max-width: 1330px) {
  .class_index .sec_class .class_wrap .classbox {
    width: calc((100% - 70px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .class_index .sec_class .class_wrap .classbox {
    margin: 0 auto;
    width: 100%;
  }
}
.class_index .sec_class .class_wrap .classbox a {
  position: relative;
  padding: 43px 50px;
  height: 100%;
  background: var(--wh);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px 0;
}
@media only screen and (max-width: 1024px) {
  .class_index .sec_class .class_wrap .classbox a {
    padding: 26px 35px;
    gap: 18px 0;
  }
}
.class_index .sec_class .class_wrap .classbox a::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 14px;
  top: 80px;
  right: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../img/common/arrow.png) no-repeat 0 0/contain;
}
@media only screen and (max-width: 1024px) {
  .class_index .sec_class .class_wrap .classbox a::after {
    width: 29px;
    height: 13px;
    top: 56px;
    right: 30px;
  }
}
@media only screen and (width: 768px) {
  .class_index .sec_class .class_wrap .classbox a::after {
    width: 22px;
    height: 14px;
    top: 80px;
    right: 40px;
  }
}
.class_index .sec_class .class_wrap .classbox a figure img {
  width: auto;
  max-height: 102px;
}
@media only screen and (max-width: 1024px) {
  .class_index .sec_class .class_wrap .classbox a figure img {
    max-height: 80px;
  }
}
@media only screen and (width: 768px) {
  .class_index .sec_class .class_wrap .classbox a figure img {
    max-height: 102px;
  }
}
.class_index .sec_class .class_wrap .classbox a .txt_base {
  width: 100%;
  text-align: justify;
}
.class_index .sec_class .class_wrap .classbox a .txt_base p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class .class_wrap .classbox a .txt_base p {
    font-size: 1.4rem;
  }
}
.class_index .sec_class .class_wrap .classbox a:nth-of-type(2) figure img {
  max-height: 79px;
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class .class_wrap .classbox a:nth-of-type(2) figure img {
    max-height: 67px;
  }
}
.class_index .sec_class .class_wrap .classbox a:nth-of-type(3) figure img {
  max-height: 90px;
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class .class_wrap .classbox a:nth-of-type(3) figure img {
    max-height: 66px;
  }
}
.class_index .sec_class .class_wrap .classbox a:nth-of-type(4) figure img {
  max-height: 87px;
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class .class_wrap .classbox a:nth-of-type(4) figure img {
    max-height: 74px;
  }
}
.class_index .sec_class .class_wrap .classbox a:nth-of-type(5) figure img {
  max-height: 76px;
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class .class_wrap .classbox a:nth-of-type(5) figure img {
    max-height: 65px;
  }
}
.class_index .sec_class .class_wrap .classbox a:nth-of-type(6) figure img {
  max-height: 71px;
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class .class_wrap .classbox a:nth-of-type(6) figure img {
    max-height: 60px;
  }
}
.class_index .sec_class .class_wrap .classbox a:nth-of-type(7) figure img {
  max-height: 68px;
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class .class_wrap .classbox a:nth-of-type(7) figure img {
    max-height: 58px;
  }
}
.class_index .sec_class .class_wrap .classbox a:nth-of-type(8) figure img {
  max-height: 75px;
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class .class_wrap .classbox a:nth-of-type(8) figure img {
    max-height: 64px;
  }
}
.class_index .sec_class .class_wrap .classbox a:nth-of-type(9) figure img {
  max-height: 73px;
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class .class_wrap .classbox a:nth-of-type(9) figure img {
    max-height: 60px;
  }
}
.class_index .sec_class .class_wrap .classbox a:nth-of-type(10) figure img {
  max-height: 83px;
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class .class_wrap .classbox a:nth-of-type(10) figure img {
    max-height: 70px;
  }
}
.class_index .sec_class .class_wrap .classbox a:nth-of-type(11) figure img {
  max-height: 77px;
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class .class_wrap .classbox a:nth-of-type(11) figure img {
    max-height: 66px;
  }
}
.class_index .sec_class .class_wrap .classbox a:hover {
  background: var(--wh2);
  opacity: 1;
}
.class_index .sec_class .class_wrap .classbox a:hover::after {
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .class_index .sec_class .class_wrap .classbox a:hover::after {
    right: 20px;
  }
}
.class_index .sec_online {
  padding: 140px 0;
  color: var(--wh);
  background: var(--pink2);
}
@media only screen and (max-width: 1024px) {
  .class_index .sec_online {
    padding: 68px 0 66px;
  }
}
@media only screen and (width: 768px) {
  .class_index .sec_online {
    padding: 120px 0 122px;
  }
}
.class_index .sec_online .main_width {
  width: calc(100% - 140px);
  max-width: inherit;
}
@media only screen and (width: 768px) {
  .class_index .sec_online .main_width {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .class_index .sec_online .main_width {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .class_index .sec_online .main_width {
    width: calc(100% - 80px);
  }
}
.class_index .sec_online h2 {
  margin-bottom: 64px;
  font-size: clamp(2.2rem, 2.2vw, 4rem);
  font-weight: 550;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .class_index .sec_online h2 {
    margin-bottom: 42px;
  }
}
@media only screen and (width: 768px) {
  .class_index .sec_online h2 {
    margin-bottom: 54px;
  }
}
.class_index .sec_online .lead {
  margin-bottom: 98px;
}
@media only screen and (max-width: 1024px) {
  .class_index .sec_online .lead {
    margin-bottom: 54px;
  }
}
@media only screen and (width: 768px) {
  .class_index .sec_online .lead {
    margin-bottom: 74px;
  }
}
.class_index .sec_online .lead.txt_base p {
  color: var(--wh);
}
.class_index .sec_online .figtxtbox {
  margin-bottom: 70px;
  padding: 55px 70px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 50px;
  background: var(--wh);
  border-radius: 15px;
}
@media only screen and (max-width: 1330px) {
  .class_index .sec_online .figtxtbox {
    padding: 45px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .class_index .sec_online .figtxtbox {
    margin-bottom: 60px;
    padding: 40px 40px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .class_index .sec_online .figtxtbox {
    padding: 30px 20px 26px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .class_index .sec_online .figtxtbox {
    padding: 40px 40px 32px;
  }
}
.class_index .sec_online .figtxtbox figure {
  width: 30%;
  max-width: 280px;
}
@media only screen and (max-width: 1330px) {
  .class_index .sec_online .figtxtbox figure {
    width: 100%;
    max-width: 340px;
  }
}
@media only screen and (max-width: 768px) {
  .class_index .sec_online .figtxtbox figure {
    margin: 0 auto;
    width: 100%;
    max-width: inherit;
  }
}
.class_index .sec_online .figtxtbox .txt {
  width: calc(100% - 330px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1330px) {
  .class_index .sec_online .figtxtbox .txt {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 768px) {
  .class_index .sec_online .figtxtbox .txt {
    width: 100%;
    gap: 20px 0;
  }
}
.class_index .sec_online .figtxtbox .txt .sttl {
  color: var(--text);
  font-size: 3rem;
  font-weight: 550;
}
@media only screen and (max-width: 1330px) {
  .class_index .sec_online .figtxtbox .txt .sttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .class_index .sec_online .figtxtbox .txt .sttl {
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.class_index .sec_online .bloc_inner {
  padding-top: 24px;
  color: var(--wh);
}
@media only screen and (max-width: 1024px) {
  .class_index .sec_online .bloc_inner {
    padding-top: 20px;
  }
}
@media only screen and (width: 768px) {
  .class_index .sec_online .bloc_inner {
    padding-top: 12px;
  }
}
.class_index .sec_online .bloc_inner.main_width {
  max-width: 1160px;
}
.class_index .sec_online .bloc_inner .catch {
  margin-bottom: 60px;
  font-size: 3rem;
  font-weight: 550;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .class_index .sec_online .bloc_inner .catch {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
@media only screen and (width: 768px) {
  .class_index .sec_online .bloc_inner .catch {
    margin-bottom: 46px;
  }
}
.class_index .sec_online .bloc_inner .txt_base p {
  color: var(--wh);
  font-size: 1.6rem;
}
.class_index .sec_online .bloc_inner .txt_base p a {
  color: var(--wh);
  font-size: 1.6rem;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.class_index .sec_online .bloc_inner .txt_base p a:hover {
  text-decoration: none;
}

/* class_single */
/* ------------------------------------ */
.class_single {
  /* sec_class_ym */
  /* sec_class_cr */
}
.class_single h2 {
  margin-bottom: 54px;
  color: #c52e87;
  font-size: clamp(2.4rem, 2.8vw, 4rem);
  font-weight: 550;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (width: 768px) {
  .class_single h2 {
    margin-bottom: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .class_single h2 {
    margin-bottom: 32px;
  }
}
.class_single h3 {
  margin-bottom: 40px;
  font-size: clamp(1.9rem, 2.1vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (width: 768px) {
  .class_single h3 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .class_single h3 {
    margin-bottom: 14px;
  }
}
.class_single .slider_wrap {
  margin-bottom: 0;
  /* 左右ボタン */
  /* ドット */
}
@media (max-width: 767px) {
  .class_single .slider_wrap {
    margin-bottom: 30px;
    padding-top: 0;
  }
}
.class_single .slider_wrap .slider li {
  margin: 0 -10px;
}
@media (max-width: 768px) {
  .class_single .slider_wrap .slider li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .class_single .slider_wrap .slider li {
    margin: 0 2px;
  }
}
@media (max-width: 540px) {
  .class_single .slider_wrap .slider li {
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .class_single .slider_wrap .slider li {
    margin: 0;
  }
}
.class_single .slider_wrap .slider li img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 540px) {
  .class_single .slider_wrap .slider li img {
    border-radius: 0;
    -webkit-transform: initial !important;
            transform: initial !important;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .class_single .slider_wrap .slider li img {
    border-radius: 0;
    -webkit-transform: initial !important;
            transform: initial !important;
  }
}
.class_single .slider_wrap .slider li.slick-current img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.class_single .slider_wrap .slick-prev,
.class_single .slider_wrap .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 767px) {
  .class_single .slider_wrap .slick-prev,
  .class_single .slider_wrap .slick-next {
    width: 40px;
    height: 40px;
  }
}
.class_single .slider_wrap .slick-prev:before,
.class_single .slider_wrap .slick-next:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  top: 16px;
}
@media (max-width: 767px) {
  .class_single .slider_wrap .slick-prev:before,
  .class_single .slider_wrap .slick-next:before {
    width: 12px;
    height: 12px;
    top: 14px;
  }
}
.class_single .slider_wrap .slick-prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 20px;
}
@media (max-width: 767px) {
  .class_single .slider_wrap .slick-prev:before {
    left: 16px;
  }
}
.class_single .slider_wrap .slick-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 12px;
}
@media (max-width: 767px) {
  .class_single .slider_wrap .slick-next:before {
    left: 12px;
  }
}
.class_single .slider_wrap .slick-prev:hover,
.class_single .slider_wrap .slick-next:hover {
  opacity: 0.7;
}
.class_single .slider_wrap .slick-next {
  right: 25.5%;
  z-index: 18;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .class_single .slider_wrap .slick-next {
    right: 10%;
  }
}
@media (max-width: 1024px) {
  .class_single .slider_wrap .slick-next {
    right: 4.5%;
  }
}
@media (max-width: 768px) {
  .class_single .slider_wrap .slick-next {
    right: 7.4%;
  }
}
@media (max-width: 767px) {
  .class_single .slider_wrap .slick-next {
    right: 20%;
  }
}
.class_single .slider_wrap .slick-prev {
  left: 25.5%;
  z-index: 18;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .class_single .slider_wrap .slick-prev {
    left: 10%;
  }
}
@media (max-width: 1024px) {
  .class_single .slider_wrap .slick-prev {
    left: 4.5%;
  }
}
@media (max-width: 768px) {
  .class_single .slider_wrap .slick-prev {
    left: 7.4%;
  }
}
@media (max-width: 767px) {
  .class_single .slider_wrap .slick-prev {
    left: 20%;
  }
}
.class_single .slider_wrap .slick-dots {
  bottom: -30px;
}
.class_single .slider_wrap .slick-dots li {
  margin: 0 2px !important;
}
.class_single .slider_wrap .slick-dots li button:before {
  font-size: 1.2rem;
  color: #d7e2de;
  opacity: 1;
}
.class_single .slider_wrap .slick-dots li button:hover:before,
.class_single .slider_wrap .slick-dots li.slick-active button:before {
  color: #005e3d;
}
.class_single .figtxtbox {
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 60px;
  /*
      &.noimg {
        display: block;
        .txt {
          width: 100%;
        }
      }
  */
}
@media only screen and (max-width: 768px) {
  .class_single .figtxtbox {
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 0;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .figtxtbox {
    margin-bottom: 28px;
  }
}
.class_single .figtxtbox figure {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 768px) {
  .class_single .figtxtbox figure {
    width: 100%;
  }
}
.class_single .figtxtbox figure img {
  border-radius: 18px;
}
.class_single .figtxtbox .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.class_single .figtxtbox .txt p {
  margin-top: 1em;
  font-weight: 400;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 767px) {
  .class_single .figtxtbox .txt p {
    letter-spacing: 0.025em;
  }
}
.class_single .figtxtbox .txt p:first-of-type {
  margin-top: 0;
}
.class_single .yellowbox {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  /*
      .inbox {
        width: calc(50% - 30px);
        @media only screen and (max-width: $breakpoint_sp) {
          width: 100%;
        }
      }
  */
}
@media only screen and (max-width: 768px) {
  .class_single .yellowbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .yellowbox {
    gap: 20px 0;
  }
}
.class_single .yellowbox .inbox {
  padding: 60px 50px;
  min-width: calc(50% - 30px);
  background: var(--yellow);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .class_single .yellowbox .inbox {
    padding: 30px 25px;
    width: 100%;
  }
}
.class_single .yellowbox .inbox .sttl {
  margin-bottom: 50px;
  font-size: clamp(1.9rem, 2.1vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .class_single .yellowbox .inbox .sttl {
    margin-bottom: 10px;
  }
}
.class_single .yellowbox .inbox p {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 2;
}
.class_single .area_wrap {
  margin-bottom: 126px;
}
@media only screen and (width: 768px) {
  .class_single .area_wrap {
    margin-bottom: 114px;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .area_wrap {
    margin-bottom: 54px;
  }
}
.class_single .sec_class_ym {
  padding: 130px 0 100px;
}
@media only screen and (width: 768px) {
  .class_single .sec_class_ym {
    padding: 110px 0 58px;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_ym {
    padding: 50px 0 64px;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_ym .main_width {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .class_single .sec_class_ym .main_width {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_ym .course_area {
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 1280px) {
  .class_single .sec_class_ym .course_area .figtxtbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .class_single .sec_class_ym .course_area .figtxtbox figure {
    width: 100%;
  }
}
.class_single .sec_class_ym .voice_area {
  margin-bottom: 0;
}
.class_single .sec_class_ym .voice_area h3 {
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_ym .voice_area h3 {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_ym .voice_area h3.nofig {
    margin-bottom: 8px;
  }
}
.class_single .sec_class_ym .voice_area .figtxtbox {
  margin-bottom: 54px;
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_ym .voice_area .figtxtbox:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .teacher_area h3 {
    margin-bottom: 16px;
  }
}
.class_single .teacher_area .figtxtbox figure {
  width: 400px;
}
@media only screen and (max-width: 1280px) {
  .class_single .teacher_area .figtxtbox figure {
    width: 40%;
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .class_single .teacher_area .figtxtbox figure {
    width: 100%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .teacher_area .figtxtbox figure {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .class_single .teacher_area .figtxtbox figure {
    max-width: inherit;
  }
}
.class_single .teacher_area .figtxtbox figure img {
  border-radius: 15px;
}
.class_single .teacher_area .figtxtbox .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.class_single .teacher_area .figtxtbox .txt p {
  letter-spacing: 0.05em;
}
.class_single .voice_area .figtxtbox figure {
  width: 400px;
}
@media only screen and (max-width: 1280px) {
  .class_single .voice_area .figtxtbox figure {
    width: 40%;
    max-width: 400px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .class_single .voice_area .figtxtbox figure {
    width: 100%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .voice_area .figtxtbox figure {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .class_single .voice_area .figtxtbox figure {
    max-width: inherit;
    height: auto;
  }
}
.class_single .voice_area .figtxtbox figure img {
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.class_single .voice_area .figtxtbox .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.class_single .voice_area .figtxtbox .txt p {
  letter-spacing: 0.05em;
}
.class_single .sec_class_cr {
  padding: 130px 0 80px;
}
@media only screen and (width: 768px) {
  .class_single .sec_class_cr {
    padding: 110px 0 64px;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_cr {
    padding: 50px 0 34px;
  }
}
@media only screen and (width: 768px) {
  .class_single .sec_class_cr .p_head {
    margin-bottom: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_cr .p_head {
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_cr .main_width {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .class_single .sec_class_cr .main_width {
    width: calc(100% - 80px);
  }
}
.class_single .sec_class_cr p.lead {
  margin-bottom: 64px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_cr p.lead {
    margin-bottom: 46px;
    text-align: left;
  }
}
.class_single .sec_class_cr .leadbox {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 54px 0;
}
@media only screen and (width: 768px) {
  .class_single .sec_class_cr .leadbox {
    margin-bottom: 108px;
    gap: 24px 0;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_cr .leadbox {
    margin-bottom: 50px;
    text-align: left;
    gap: 24px 0;
  }
}
.class_single .sec_class_cr .figtxtbox_wrap {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px 0;
}
@media only screen and (width: 768px) {
  .class_single .sec_class_cr .figtxtbox_wrap {
    margin-bottom: 52px;
    gap: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_cr .figtxtbox_wrap {
    margin-bottom: 40px;
    gap: 40px 0;
  }
}
.class_single .sec_class_cr .figtxtbox_wrap .figtxtbox {
  margin-bottom: 0;
  padding: 45px 70px;
  background: #f6f6f6;
  border-radius: 15px;
  gap: 0 47px;
}
@media only screen and (max-width: 1024px) {
  .class_single .sec_class_cr .figtxtbox_wrap .figtxtbox {
    padding: 70px 70px 64px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .class_single .sec_class_cr .figtxtbox_wrap .figtxtbox {
    padding: 40px 40px 32px;
    border-radius: 12px;
    gap: 24px 0;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_cr .figtxtbox_wrap .figtxtbox {
    padding: 30px 25px 25px;
    border-radius: 12px;
    gap: 24px 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .class_single .sec_class_cr .figtxtbox_wrap .figtxtbox {
    padding: 40px 40px 32px;
  }
}
.class_single .sec_class_cr .figtxtbox_wrap .figtxtbox figure {
  max-width: 280px;
}
@media only screen and (width: 768px) {
  .class_single .sec_class_cr .figtxtbox_wrap .figtxtbox figure {
    margin: 0 auto;
    width: 60%;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_cr .figtxtbox_wrap .figtxtbox figure {
    max-width: inherit;
  }
}
.class_single .sec_class_cr .figtxtbox_wrap .figtxtbox .txt {
  width: calc(100% - 340px);
}
@media only screen and (max-width: 768px) {
  .class_single .sec_class_cr .figtxtbox_wrap .figtxtbox .txt {
    width: 100%;
  }
}
.class_single .sec_class_cr .figtxtbox_wrap .figtxtbox .txt .sttl {
  margin-bottom: 18px;
  font-size: clamp(1.9rem, 2vw, 3rem);
  font-weight: 550;
  letter-spacing: 0;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .class_single .sec_class_cr .figtxtbox_wrap .figtxtbox .txt .sttl {
    margin-bottom: 16px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
.class_single .sec_class_cr .area_wrap {
  margin-bottom: 0;
}

/* access */
/* ------------------------------------ */
@media only screen and (max-width: 767px) {
  .access .main_width {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .access .main_width {
    width: calc(100% - 80px);
  }
}
.access .hero .illust img {
  width: auto;
  height: 134px;
}
@media only screen and (max-width: 1280px) {
  .access .hero .illust img {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .access .hero .illust img {
    height: 68px;
  }
}
.access .sec_access {
  padding: 140px 0 40px;
  background: var(--green);
}
@media only screen and (max-width: 768px) {
  .access .sec_access {
    padding: 116px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .access .sec_access {
    padding: 65px 0 20px;
  }
}
.access .sec_access .p_head {
  color: var(--wh);
}
@media only screen and (max-width: 768px) {
  .access .sec_access .p_head {
    margin-bottom: 74px;
  }
}
@media only screen and (max-width: 768px) {
  .access .sec_access .p_head .lead {
    margin-bottom: 40px;
  }
}
.access .sec_access .p_head .txt_base p {
  color: var(--wh);
}
.access .sec_access .accessbox {
  margin: 0 auto 100px;
  padding: 70px;
  max-width: 1460px;
  background: var(--wh);
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .access .sec_access .accessbox {
    margin: 0 auto 80px;
    padding: 38px 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .access .sec_access .accessbox {
    margin: 0 auto 50px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .access .sec_access .accessbox {
    padding: 38px 40px 40px;
  }
}
.access .sec_access .accessbox h3 {
  margin-bottom: 50px;
  font-size: clamp(1.9rem, 2vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .access .sec_access .accessbox h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .access .sec_access .accessbox h3 {
    margin-bottom: 30px;
  }
}
.access .sec_access .accessbox .gmap {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1320px) {
  .access .sec_access .accessbox .gmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .access .sec_access .accessbox .gmap {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .access .sec_access .accessbox .gmap {
    margin-bottom: 28px;
    padding-bottom: 125.8%;
  }
}
.access .sec_access .accessbox .gmap iframe {
  width: 100%;
  height: 480px;
}
@media only screen and (max-width: 1320px) {
  .access .sec_access .accessbox .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
  }
}
.access .sec_access .accessbox .info dl {
  padding: 28px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.75;
  border-bottom: 1px solid var(--gray);
}
@media only screen and (max-width: 767px) {
  .access .sec_access .accessbox .info dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.access .sec_access .accessbox .info dl:first-of-type {
  border-top: 1px solid var(--gray);
}
.access .sec_access .accessbox .info dl dt {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .access .sec_access .accessbox .info dl dt {
    width: 100%;
  }
}
.access .sec_access .accessbox .info dl dd {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 767px) {
  .access .sec_access .accessbox .info dl dd {
    width: 100%;
  }
}

/* faq */
/* ------------------------------------ */
@media only screen and (max-width: 767px) {
  .faq .main_width {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .faq .main_width {
    width: calc(100% - 80px);
  }
}
.faq .hero .illust {
  top: 35px;
  bottom: inherit;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
}
@media only screen and (max-width: 1280px) {
  .faq .hero .illust {
    top: 40px;
    -webkit-transform: translateX(-44%);
            transform: translateX(-44%);
  }
}
@media only screen and (width: 768px) {
  .faq .hero .illust {
    top: 65px;
    left: 160px;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .faq .hero .illust {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.faq .hero .illust img {
  width: auto;
  height: 450px;
}
@media only screen and (max-width: 768px) {
  .faq .hero .illust img {
    height: 337px;
  }
}
@media only screen and (max-width: 767px) {
  .faq .hero .illust img {
    height: 228px;
  }
}
.faq .sec_faq {
  padding: 130px 0 140px;
}
@media only screen and (max-width: 768px) {
  .faq .sec_faq {
    padding: 116px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .faq .sec_faq {
    padding: 65px 0 70px;
  }
}
.faq .sec_faq .p_head {
  margin-bottom: 34px;
}
@media only screen and (max-width: 768px) {
  .faq .sec_faq .p_head {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .faq .sec_faq .p_head {
    margin-bottom: 14px;
  }
}
.faq .sec_faq .p_head h2 {
  margin-bottom: 50px;
  color: var(--pink);
}
@media only screen and (max-width: 767px) {
  .faq .sec_faq .p_head h2 {
    margin-bottom: 26px;
  }
}
.faq .sec_faq .bloc_inner.main_width {
  max-width: 1160px;
}
.faq .sec_faq .faqbox {
  padding: 60px 0;
  width: 100%;
  border-bottom: 1px solid var(--gray2);
}
@media only screen and (max-width: 1280px) {
  .faq .sec_faq .faqbox {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .faq .sec_faq .faqbox {
    padding: 40px 0 34px;
  }
}
.faq .sec_faq .faqbox .q {
  position: relative;
  margin-bottom: 15px;
  padding-left: 50px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .faq .sec_faq .faqbox .q {
    margin-bottom: 20px;
  }
}
.faq .sec_faq .faqbox .q::before {
  position: absolute;
  content: "Q";
  width: 32px;
  height: 32px;
  color: #fff;
  font-weight: 500;
  background: #0e90bd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .faq .sec_faq .faqbox .q::before {
    padding-top: 5px;
    font-size: 1.8rem;
    line-height: 1;
    display: block;
    text-align: center;
  }
}
.faq .sec_faq .faqbox .a {
  position: relative;
  padding-left: 50px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.8;
}
.faq .sec_faq .faqbox .a::before {
  position: absolute;
  content: "A";
  width: 32px;
  height: 32px;
  color: #fff;
  font-weight: 500;
  background: #c41515;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .faq .sec_faq .faqbox .a::before {
    padding-top: 6px;
    font-size: 1.8rem;
    line-height: 1;
    display: block;
    text-align: center;
  }
}
.faq .sec_faq .faqbox ul {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 2;
}

/* contactus */
/* ------------------------------------ */
@media only screen and (max-width: 767px) {
  .contactus .main_width {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .contactus .main_width {
    width: calc(100% - 80px);
  }
}
.contactus .hero .illust {
  top: 70px;
  bottom: inherit;
  -webkit-transform: translateX(-48%);
          transform: translateX(-48%);
}
@media only screen and (max-width: 1280px) {
  .contactus .hero .illust {
    top: 95px;
  }
}
@media only screen and (max-width: 768px) {
  .contactus .hero .illust {
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .hero .illust {
    top: 47px;
  }
}
.contactus .hero .illust img {
  width: auto;
  height: 121px;
}
@media only screen and (max-width: 1280px) {
  .contactus .hero .illust img {
    height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .hero .illust img {
    height: 56px;
  }
}
.contactus .sec_contactus {
  padding: 130px 0 76px;
}
@media only screen and (max-width: 768px) {
  .contactus .sec_contactus {
    padding: 116px 0 92px;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus {
    padding: 65px 0 33px;
  }
}
.contactus .sec_contactus .p_head {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .contactus .sec_contactus .p_head {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .p_head {
    margin-bottom: 50px;
  }
}
.contactus .sec_contactus .p_head h2 {
  margin-bottom: 50px;
  color: var(--pink);
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .p_head h2 {
    margin-bottom: 26px;
  }
}
.contactus .sec_contactus .bloc_inner.main_width {
  max-width: 1160px;
}
.contactus .sec_contactus .con_nav {
  margin-bottom: 136px;
}
@media only screen and (max-width: 768px) {
  .contactus .sec_contactus .con_nav {
    margin-bottom: 116px;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .con_nav {
    margin-bottom: 66px;
  }
}
.contactus .sec_contactus .con_nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 32px;
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .con_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px 0;
  }
}
.contactus .sec_contactus .con_nav ul li {
  position: relative;
  width: 30%;
  border-bottom: 1px solid var(--gray);
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .con_nav ul li {
    width: 100%;
  }
}
.contactus .sec_contactus .con_nav ul li::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 11px;
  background: url(../img/common/btn_arrow.png) no-repeat 0 0/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: 25px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .con_nav ul li::after {
    bottom: 14px;
  }
}
.contactus .sec_contactus .con_nav ul li a {
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  display: block;
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .con_nav ul li a {
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
}
.contactus .sec_contactus .form_area .lead {
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.8;
}
.contactus .sec_contactus .form_area .lead span.required {
  color: var(--red);
}
.contactus .sec_contactus .form_wrap span {
  color: var(--red);
}
.contactus .sec_contactus .form_wrap label span {
  color: var(--text);
}
.contactus .sec_contactus .form_wrap p.lead {
  margin-bottom: 2em;
}
.contactus .sec_contactus .form_wrap .form_bloc {
  border-top: 1px solid var(--gray2);
}
.contactus .sec_contactus .form_wrap dl {
  border-bottom: 1px solid var(--gray2);
  padding: 36px 0 40px;
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .form_wrap dl {
    padding: 18px 0 20px;
  }
}
.contactus .sec_contactus .form_wrap dl.last {
  padding: 36px 0 38px;
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .form_wrap dl.last {
    padding: 18px 0;
  }
}
.contactus .sec_contactus .form_wrap dl dt {
  margin-bottom: 18px;
}
.contactus .sec_contactus .form_wrap dl dt.radio {
  margin-bottom: 14px;
}
.contactus .sec_contactus .form_wrap dl dd input[type=text], .contactus .sec_contactus .form_wrap dl dd input[type=tel], .contactus .sec_contactus .form_wrap dl dd input[type=email], .contactus .sec_contactus .form_wrap dl dd textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid var(--gray2);
}
.contactus .sec_contactus .form_wrap dl dd input[type=text].short, .contactus .sec_contactus .form_wrap dl dd input[type=tel].short, .contactus .sec_contactus .form_wrap dl dd input[type=email].short, .contactus .sec_contactus .form_wrap dl dd textarea.short {
  margin-left: 10px;
  margin-right: 10px;
  width: 330px;
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .form_wrap dl dd input[type=text].short, .contactus .sec_contactus .form_wrap dl dd input[type=tel].short, .contactus .sec_contactus .form_wrap dl dd input[type=email].short, .contactus .sec_contactus .form_wrap dl dd textarea.short {
    width: 70%;
  }
}
.contactus .sec_contactus .form_wrap dl dd textarea {
  margin-top: 18px;
  height: 160px;
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .form_wrap dl dd textarea {
    height: 100px;
  }
}
.contactus .sec_contactus .form_wrap dl dd label {
  margin-right: 26px;
}
.contactus .sec_contactus .form_wrap dl dd .com {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .form_wrap dl dd .com {
    margin: 1em 0 0 1em;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .form_wrap dl dd .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 1329px) {
  .contactus .sec_contactus .form_wrap dl dd .wpcf7-radio .wpcf7-list-item {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .form_wrap dl dd .wpcf7-radio .wpcf7-list-item {
    margin: 0 0 8px;
  }
}
.contactus .sec_contactus .form_wrap dl dd .wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .form_wrap dl dd .wpcf7-radio .wpcf7-list-item.first {
    margin: 0 0 8px;
  }
}
.contactus .sec_contactus .form_wrap .form_btn input[type=submit] {
  margin: 70px auto 0;
  padding: 0;
  width: 480px;
  height: 90px;
  line-height: 1;
  color: var(--bk) !important;
  font-size: 1.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--wh) url(../img/common/btn_arrow.png) no-repeat right 20px center/16px 14px;
  border: 1px solid var(--bk);
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1329px) {
  .contactus .sec_contactus .form_wrap .form_btn input[type=submit] {
    width: 384px;
    height: 72px;
  }
}
@media only screen and (max-width: 768px) {
  .contactus .sec_contactus .form_wrap .form_btn input[type=submit] {
    margin: 60px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus .form_wrap .form_btn input[type=submit] {
    margin: 38px auto 8px;
    width: 244px;
    height: 65px;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 10px;
  }
}
.contactus .sec_contactus .form_wrap .form_btn input[type=submit]:hover {
  background: var(--wh2) url(../img/common/btn_arrow.png) no-repeat right 20px center/16px 14px;
  border: 1px solid var(--primary);
}
.contactus .sec_contactus02 {
  padding: 0 0 140px;
  /*
  .announcebox {
    margin-top: 0;
    .bloc_inner {
      padding-bottom: 0;
      p {
        font-size: 1.4rem;
        letter-spacing: 0.025em;
        line-height: 1.8;
        @media only screen and (max-width: $breakpoint_sp2) {
          font-size: 1.6rem;
          line-height: 1.8;
        }
      }
      ul {
        margin-top: 1em;
        margin-bottom: 1em;
        &.ul01 {
          li {
            padding-left: 1em;
            text-indent: -.6em;
            font-size: 1.4rem;
            line-height: 1.8;
            @media only screen and (max-width:$breakpoint_sp) {
              font-size: 1.6rem;
            }
          }
        }
      }
    }
  }
  */
}
@media only screen and (max-width: 768px) {
  .contactus .sec_contactus02 {
    padding: 0 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus02 {
    padding: 0 0 70px;
  }
}
.contactus .sec_contactus02 .main_width {
  max-width: 1160px;
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus02 h3.ttl {
    margin-bottom: 35px;
  }
}
.contactus .sec_contactus02 .box {
  padding: 90px 0;
  text-align: center;
  border: 1px solid var(--bk);
  border-radius: 15px;
}
@media only screen and (min-width: 768px) {
  .contactus .sec_contactus02 .box {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus02 .box {
    padding: 54px 0;
  }
}
.contactus .sec_contactus02 .box + .box {
  margin-top: 140px;
}
@media only screen and (max-width: 1280px) {
  .contactus .sec_contactus02 .box + .box {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .contactus .sec_contactus02 .box + .box {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus02 .box + .box {
    margin-top: 70px;
  }
}
.contactus .sec_contactus02 .box h2 {
  margin-bottom: 60px;
  color: var(--pink);
  font-size: clamp(2.4rem, 2.4vw, 3.6rem);
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .contactus .sec_contactus02 .box h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus02 .box h2 {
    margin-bottom: 34px;
  }
}
.contactus .sec_contactus02 .box .icn {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus02 .box .icn {
    margin-bottom: 28px;
  }
}
.contactus .sec_contactus02 .box .icn a {
  position: relative;
  padding-left: 48px;
  color: var(--text);
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus02 .box .icn a {
    padding-left: 36px;
    font-size: 2.1rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus02 .box .icn.tel a {
    font-size: 2.5rem;
  }
}
.contactus .sec_contactus02 .box .icn.tel a::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 30px;
  background: url(../img/common/icn_tel.png) no-repeat 0 0/contain;
  top: calc(50% - 14px);
  left: 0;
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus02 .box .icn.tel a::before {
    width: 27px;
    height: 21px;
    top: calc(50% - 10px);
  }
}
@media only screen and (max-width: 1280px) {
  .contactus .sec_contactus02 .box .icn.mail a {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus02 .box .icn.mail a {
    font-size: 2.1rem;
  }
}
.contactus .sec_contactus02 .box .icn.mail a::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 27px;
  background: url(../img/common/icn_mail.png) no-repeat 0 0/contain;
  top: calc(50% - 10px);
  left: 0;
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus02 .box .icn.mail a::before {
    width: 27px;
    height: 19px;
    top: calc(50% - 8px);
  }
}
.contactus .sec_contactus02 .box p {
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 2;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .contactus .sec_contactus02 .box p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1280px) {
  .contactus .sec_contactus02 .box p.mail {
    max-width: 57%;
  }
}
@media only screen and (max-width: 768px) {
  .contactus .sec_contactus02 .box p.mail {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .contactus .sec_contactus02 .box p.mail {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
    text-align: left;
  }
}
.contactus.thanks .sec_contactus {
  padding: 130px 0;
}
@media only screen and (max-width: 767px) {
  .contactus.thanks .sec_contactus {
    padding: 65px 0;
  }
}
.contactus.thanks .sec_contactus h2 {
  margin-bottom: 100px;
  color: var(--pink);
  font-size: clamp(2rem, 2.2vw, 3.6rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .contactus.thanks .sec_contactus h2 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .contactus.thanks .sec_contactus h2 {
    margin-bottom: 50px;
  }
}
.contactus.thanks .sec_contactus h3 {
  margin-bottom: 50px;
  font-size: clamp(1.8rem, 2vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contactus.thanks .sec_contactus h3 {
    margin-bottom: 30px;
  }
}
.contactus.thanks .sec_contactus p {
  font-size: clamp(1.5rem, 1.6vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contactus.thanks .sec_contactus p {
    text-align: left;
  }
}

/* privacy */
/* ------------------------------------ */
.privacy .hero .illust {
  bottom: 95px;
}
@media only screen and (max-width: 1280px) {
  .privacy .hero .illust {
    bottom: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .privacy .hero .illust {
    bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy .hero .illust {
    bottom: 70px;
  }
}
.privacy .hero .illust img {
  width: auto;
  height: 109px;
}
@media only screen and (max-width: 1280px) {
  .privacy .hero .illust img {
    height: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy .hero .illust img {
    height: 56px;
  }
}
.privacy .sec_privacy {
  padding: 130px 0 72px;
}
@media only screen and (width: 768px) {
  .privacy .sec_privacy {
    padding: 116px 0 62px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy .sec_privacy {
    padding: 65px 0 10px;
  }
}
.privacy .sec_privacy .main_width {
  max-width: 1160px;
}
.privacy .sec_privacy .txt_base {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .privacy .sec_privacy .txt_base p {
    font-weight: 400;
  }
}
.privacy .sec_privacy .p_head {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .privacy .sec_privacy .p_head {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy .sec_privacy .p_head {
    margin-bottom: 52px;
  }
}
.privacy .sec_privacy dl {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .privacy .sec_privacy dl {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy .sec_privacy dl {
    margin-bottom: 55px;
  }
}
.privacy .sec_privacy dl dt {
  margin-bottom: 35px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .privacy .sec_privacy dl dt {
    font-size: 2.2rem;
  }
}
.privacy .sec_privacy dl dt span {
  width: 60px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .privacy .sec_privacy dl dt span.last {
    display: none;
  }
}
.privacy .sec_privacy dl dd {
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .privacy .sec_privacy dl dd {
    margin-left: 0;
  }
}
.privacy .sec_privacy dl dd ul.brackets {
  margin: 30px 0 30px 0.5em;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .privacy .sec_privacy dl dd ul.brackets {
    margin: 20px 0 20px 0.5em;
    font-size: 1.6rem;
  }
}
.privacy .sec_privacy dl dd ul.brackets li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.privacy .sec_privacy dl dd ul.brackets li span {
  width: calc(100% - 56px);
  display: block;
}
@media only screen and (max-width: 767px) {
  .privacy .sec_privacy dl dd ul.brackets li span {
    width: calc(100% - 44px);
  }
}
.privacy .sec_privacy dl dd ul.brackets li span:first-of-type {
  width: 56px;
}
@media only screen and (max-width: 767px) {
  .privacy .sec_privacy dl dd ul.brackets li span:first-of-type {
    width: 44px;
  }
}
.privacy .sec_privacy dl dd a {
  color: var(--text);
}
.privacy .sec_privacy dl dd a:hover {
  text-decoration: underline;
}
.privacy .sec_privacy dl dd p.office {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .privacy .sec_privacy dl dd p.office {
    margin-top: 20px;
  }
}

/* error404 */
/* ------------------------------------ */
#error404 .conbox {
  text-align: center;
}
#error404 .conbox .en {
  margin-bottom: 20px;
  font-size: 22px;
}
#error404 .conbox .ttl {
  margin-bottom: 30px;
  font-size: 20px;
}
#error404 .conbox .mb {
  margin-bottom: 50px;
}