@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Kosugi Maru", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333333;
  height: auto !important;
  overflow: hidden;
}

a {
  color: #333333;
}

figure {
  margin: 0;
  text-align: center;
}

p {
  line-height: 1.8;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  line-height: 1.8;
  padding: 0 0 0 1.8em;
}

li {
  margin: 0 0 1em;
}
li:last-child {
  margin-bottom: 0;
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .col:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

.row:not(:last-child) {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
}

.bread {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

body:not(.home) main > section > .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  body:not(.home) main > section > .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 6%);
  }
}

.column_main {
  margin-bottom: 190px;
}
@media (max-width: 767px) {
  .column_main {
    margin-bottom: 140px;
  }
}
.column_main > section > .container {
  max-width: none;
  padding: 0;
}
.column_main > section:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .column_main > section:not(:last-child) {
    margin-bottom: 60px;
  }
}

.pager {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pager .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F2F5F7;
  color: #283350;
  border: 1px solid #283350;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #283350;
  color: #141927;
}
.pager .nav-links > *.prev {
  position: relative;
}
.pager .nav-links > *.prev:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #283350;
  border-right: 1px solid #283350;
  -webkit-transform: translateX(-50%) rotate(222deg);
          transform: translateX(-50%) rotate(222deg);
}
.pager .nav-links > *.next {
  position: relative;
}
.pager .nav-links > *.next:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #283350;
  border-right: 1px solid #283350;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  color: #283350;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #283350 !important;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.color_pri {
  color: #283350;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.link-tel {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

body:not(.home) {
  counter-reset: number;
}
body:not(.home) .height_bg > div:not(:last-of-type) {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  body:not(.home) .height_bg > div:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
body:not(.home) .text_box h3 {
  background: #283350;
  color: #fff;
  padding: 0.7em 1em;
}
body:not(.home) .text_box h3:after {
  content: none;
}
body:not(.home) ul li, body:not(.home) ol li {
  margin-bottom: 0.2em;
}
@media (min-width: 768px) {
  body:not(.home) .under_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  body:not(.home) .under_btns .btn {
    height: 100%;
  }
  body:not(.home) .under_btns a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body:not(.home) .check {
  list-style: none;
  padding-left: 1.5em;
}
body:not(.home) .check li {
  position: relative;
  padding-left: 1.8em;
}
body:not(.home) .check li::after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-size: 1em;
  color: #283350;
  position: absolute;
  top: 0.02em;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 0 auto;
}
body:not(.home) main > section {
  min-height: 40vh;
}
body:not(.home) .u_highlight {
  background: #F2F5F7;
  padding: 40px 6%;
}
@media (min-width: 768px) {
  body:not(.home) .u_medical_list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(9, auto);
    gap: 0 20px;
  }
}
body:not(.home) ul.bold li {
  font-weight: 500;
}
body:not(.home) strong.w500 {
  font-weight: 500;
}
body:not(.home) .step h3 {
  padding-left: 0;
}
body:not(.home) .step h3::after {
  content: none;
}
body:not(.home) h2.num_h2 {
  position: relative;
  padding-top: 0;
  background: #283350;
  color: #fff;
  padding: 10px 10px 10px 2.5em;
  text-align: left;
  font-size: 24px;
}
@media (max-width: 767px) {
  body:not(.home) h2.num_h2 {
    font-size: 22px;
  }
}
body:not(.home) h2.num_h2::before {
  background-color: #fff;
  border-radius: 50%;
  color: #283350;
  content: counter(number);
  counter-increment: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  font-weight: bold;
  height: 1.25em;
  line-height: 1.8em;
  margin-right: 0.2em;
  padding: 3px;
  text-align: center;
  width: 1.25em;
  position: absolute;
  top: 10px;
  left: 10px;
}
body:not(.home) h2.num_h2:after {
  content: none;
}
body:not(.home) h2.num_h2 .sub {
  font-size: 16px;
  line-height: 1.5;
  display: block;
}
body:not(.home) .u_list01 {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 0.2em 1.5em;
}
body:not(.home) .u_list01 dt {
  font-weight: bold;
}
body:not(.home) .u_list01 > * {
  margin: 0;
}
body:not(.home) .u_list02 {
  padding-left: 0;
}
body:not(.home) .u_list02 li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
body:not(.home) .u_list02 li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #283350;
  top: 10px;
  left: 0;
  position: absolute;
}
body:not(.home) .border_box {
  border: solid 1px #283350;
  padding: 20px 4%;
}
body:not(.home) .mt10 {
  margin-top: 10px !important;
}

.archive-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .archive-list {
    margin-bottom: 80px;
  }
}
.archive-list dl {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.archive-list dt,
.archive-list dd {
  padding: 1.2em 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
}
@media (min-width: 768px) {
  .archive-list dt {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .archive-list dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
  }
}
.archive-list dd {
  margin: 0;
}
@media (min-width: 768px) {
  .archive-list dd {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .archive-list dd {
    border-top: 0;
    padding-top: 0;
  }
}

.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
}
.single-wrap .post-area {
  background: #F2F5F7;
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

/*==================================================
アコーディオンのためのcss
===================================*/
.qa {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}
.qa .qa-area li {
  border: 1px solid #283350;
  border-radius: 4px;
  background: #F2F5F7;
  overflow: hidden;
}
.qa .qa-area li:not(:last-child) {
  margin-bottom: 20px;
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px 60px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .qa .title {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 16px 60px 16px calc(22px + 2.2em);
  }
}
.qa .title {
  color: #333333;
  background: #F2F5F7;
}
.qa .title::after {
  content: "+";
  position: absolute;
  width: 1em;
  height: 1em;
  background: transparent;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  text-indent: 0.15em;
  line-height: 0.9em;
  font-family: "Noto San JP", serif;
}
.qa .title.close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  margin: 20px 20px 20px;
  position: relative;
}
@media (max-width: 767px) {
  .qa .box {
    margin: 20px 4%;
  }
}
.qa .qa_inner {
  background: #fff;
  padding: 20px 4%;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .qa .qa_inner {
    padding: 20px 6%;
  }
}
@media (min-width: 768px) {
  .qa .qa_inner:not(.mov_inner) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .qa .qa_inner:not(.mov_inner) .btn {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .qa .qa_inner:not(.mov_inner) .btn {
    margin-top: 20px;
  }
}
.qa .qa_inner:not(.mov_inner) .btn a {
  width: 240px;
  max-width: 100%;
  font-size: 15px;
}
.qa .qa_inner:not(:last-child) {
  margin-bottom: 20px;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: #F2F5F7;
  padding: 1em;
}
.highlight_ttl > h2:before, .highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

.step > div {
  border: 1px solid #283350;
}
@media (min-width: 768px) {
  .step > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #283350;
  border-right: 3px solid #283350;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 !important;
  padding: 0 !important;
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 0.5em;
  margin-bottom: 0;
}
.step .col:first-child {
  background: #283350;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.btn {
  display: block;
  margin: auto;
}
.btn a {
  display: block;
  border: 1px solid #283350;
  color: #fff;
  background: #283350;
  padding: 1.14em calc(6% + 16px);
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  margin: auto;
  width: 20px;
  height: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
}
.btn a:hover {
  background: #141927;
  border-color: #141927;
}

body.scroll-prevent {
  width: 100%;
  height: auto !important;
  overflow: hidden;
}

header {
  background: #fff;
  position: relative;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
header.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-shadow: 0 0px 10px rgba(51, 51, 51, 0.08);
          box-shadow: 0 0px 10px rgba(51, 51, 51, 0.08);
}
@media (min-width: 1024px) {
  header.active .header_info_wrap {
    top: 0px;
  }
  header.active .header_info_wrap .header_info {
    top: 5px;
  }
  header.active .title {
    padding: 30px 0;
    min-height: auto;
  }
  header.active .gnav {
    padding-bottom: 10px;
  }
}
header .title {
  margin: 0;
  font-size: 0;
}
@media (min-width: 1024px) {
  header .title {
    padding: 22px 0;
  }
}
@media (max-width: 1023px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: inline-block;
}
header .title a img {
  width: 611px;
  height: 70px;
}
@media (max-width: 999px) {
  header .title a img {
    width: 511px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  header .title a img {
    width: 150px;
    height: auto;
  }
}
header .header_info_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  text-align: right;
  position: absolute;
  top: 42px;
  right: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header .header_info_wrap .header_info > *:not(:last-child) {
  margin-right: 30px;
}
header .header_info_wrap .header_info .header_info_text > * {
  margin: 0;
}
header .header_info_wrap .header_info .header_info_text > *:not(:last-child) {
  margin-bottom: 8px;
}
header .header_info_wrap .header_info .btn {
  min-width: 280px;
  position: relative;
}
header .header_info_wrap .header_info .btn a {
  font-size: 15px;
}
header .header_info_wrap .header_info .btn a::after {
  content: none;
}
header .header_info_wrap .header_info .btn a .btn_inner {
  position: relative;
  padding-left: 30px;
}
header .header_info_wrap .header_info .btn a .btn_inner:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0%;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: url(/wp-content/uploads/line_icon_white.svg) no-repeat center/100%;
}
header .header_info_wrap .header_info .tel {
  font-weight: bold;
  color: #283350;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
header .header_info_wrap .header_info .tel a {
  color: #283350;
  padding-left: 20px;
  position: relative;
}
header .sp_header_info_wrap {
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(30px + 4.5%);
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  display: none;
}
@media (max-width: 1023px) {
  header .sp_header_info_wrap {
    display: block;
  }
}
header .sp_header_info_wrap .header_info {
  text-align: right;
}
header .sp_header_info_wrap .icon {
  max-width: 30px;
}
header .sp_header_info_wrap .icon a {
  display: block;
  font-size: 0;
}
header .sp_header_info_wrap .icon img {
  width: 100%;
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 4.5%;
    margin: 0 auto;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    z-index: 1001;
  }
  header .btn-gnavi:after, header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #283350;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #283350;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    background: #fff;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
    background: #fff;
  }
  header .btn-gnavi.close:not(.fix) span {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
header .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}
header.menu_open .gnav {
  right: 0;
}
header.menu_open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
header .btn-gnavi {
  display: none;
}
@media (max-width: 1023px) {
  header .btn-gnavi {
    display: block;
  }
}
@media (min-width: 1024px) {
  header .gnav {
    padding: 0 0 0.3em;
  }
}
@media (max-width: 1023px) {
  header .gnav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 85%;
    height: 100vh;
    background-color: #283350;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1001;
    overflow-y: auto;
    padding-right: 0;
    padding: 100px 4%;
  }
}
header .gnav > ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
header .gnav > ul > li {
  display: inline-block;
  margin: 0;
}
@media (max-width: 1023px) {
  header .gnav > ul > li {
    background: rgba(40, 51, 80, 0.97);
    display: block;
    padding: 0;
    background: transparent;
  }
  header .gnav > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li a {
  text-decoration: none;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 0.3em 0.625em;
}
@media (max-width: 1100px) {
  header .gnav > ul > li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  header .gnav > ul > li a {
    color: #fff;
    text-align: left;
    font-size: 1.4rem;
    display: block;
    font-weight: 500;
    padding: 1em 0.625em;
  }
}
header .gnav > ul > li.has_under {
  position: relative;
}
header .gnav > ul > li.has_under > a {
  padding-right: 1.5em;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > a {
    position: relative;
  }
}
header .gnav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 6px;
  height: 6px;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > a:after {
    border-color: #fff;
    right: 11%;
  }
}
header .gnav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}
header .gnav > ul > li.has_under > ul {
  margin: 0;
  padding: 0;
  display: none;
  background: transparent;
  list-style: none;
}
@media (min-width: 1024px) {
  header .gnav > ul > li.has_under > ul {
    position: absolute;
    min-width: 230px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -0.4em;
    z-index: 52;
  }
}
header .gnav > ul > li.has_under > ul > li {
  padding: 0;
  margin: 0;
}
header .gnav > ul > li.has_under > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > ul > li {
    background: #1e263c;
  }
  header .gnav > ul > li.has_under > ul > li:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .gnav > ul > li.has_under > ul > li.care_bg {
    background: #f9be48;
  }
}
header .gnav > ul > li.has_under > ul a {
  background: rgba(40, 51, 80, 0.97);
  display: block;
  text-align: left;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-wrap: break-word;
}
@media (max-width: 1023px) {
  header .gnav > ul > li.has_under > ul a {
    background: transparent;
    color: #333333;
    padding: 0.5em 6% 0.5em 10%;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  header .gnav > ul > li.has_under > ul a {
    padding: 1em 20px;
    position: relative;
  }
  header .gnav > ul > li.has_under > ul a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 6px;
    height: 6px;
  }
  header .gnav > ul > li.has_under > ul a:hover {
    background: rgba(23, 29, 46, 0.97);
  }
}
header .header-inner > .container {
  max-width: none;
  padding: 0 20px;
}
header .header_info_wrap {
  right: 6%;
}
@media (min-width: 1024px) {
  header .gnav {
    position: relative;
    padding: 14px 0;
  }
  header .gnav:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    left: -300%;
    right: -300%;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #283350;
    position: absolute;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  header .gnav ul {
    text-align: center;
  }
}
header .hdr-ttl-wrap {
  position: relative;
  z-index: 1;
}
header .hdr-ttl-wrap:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #283350;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -300%;
  right: -300%;
  margin: auto;
  z-index: -1;
}
header .hdr-ttl-wrap .hdr-ttl {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0.4em 0;
  margin: 0;
}
header .header-inner {
  position: relative;
}

@media (max-width: 767px) {
  .mv-pc-only {
    display: none !important;
  }
}

.mv-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mv-sp-only {
    display: block !important;
  }
}

.mv .mv-inner {
  position: relative;
}
.mv .slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  padding-top: 36.4583333333%;
}
@media (max-width: 767px) {
  .mv .slick {
    padding-top: 66.6666666667%;
  }
}
.mv .slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.mv .slick li > img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .mv-copy {
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.mv .mv-copy img {
  max-width: 441px;
  top: auto;
  left: 6.25%;
  right: auto;
  bottom: 12%;
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 999px) {
  .mv .mv-copy img {
    max-width: none;
    width: 44.1%;
  }
}
@media (max-width: 767px) {
  .mv .mv-copy img {
    width: 58.8%;
    bottom: 9.2%;
    left: 2.1354166667%;
    right: auto;
  }
}

footer {
  position: relative;
}
footer .member_link_wrap {
  position: absolute;
  max-width: 170px;
  width: 100%;
  right: 1%;
  bottom: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1023px) {
  footer .member_link_wrap {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  footer .member_link_wrap {
    max-width: 100px;
  }
}
footer .member_link_wrap:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
footer .member_link_wrap .member_link img {
  width: 100%;
}
footer #top-ftrInfo {
  margin-bottom: 0;
  z-index: 101;
  width: 100%;
  background: rgba(40, 51, 80, 0.96);
}
footer #top-ftrInfo .pc-only {
  display: inline;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .pc-only {
    display: none;
  }
}
footer #top-ftrInfo .sp-only {
  display: none;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .sp-only {
    display: inline;
  }
}
footer #top-ftrInfo .pagetop {
  position: absolute;
  bottom: 100%;
  right: 5%;
  z-index: 100;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .pagetop {
    right: 5%;
  }
}
footer #top-ftrInfo .pagetop a {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  background: #283350;
}
@media (min-width: 768px) {
  footer #top-ftrInfo .pagetop a {
    width: 50px;
    height: 50px;
  }
}
footer #top-ftrInfo .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  footer #top-ftrInfo .pagetop a:after {
    border-width: 0 5px 8px 5px;
  }
}
footer #top-ftrInfo .container {
  margin-top: 0;
  padding: 10px 10px;
  max-width: 1000px;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .container {
    padding: 6px;
  }
}
footer #top-ftrInfo .link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
}
footer #top-ftrInfo .link-wrap > *:not(:last-child) {
  margin-right: 3%;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .link-wrap > *:not(:last-child) {
    margin-right: 5px;
  }
}
footer #top-ftrInfo .link {
  width: 100%;
}
footer #top-ftrInfo .link a {
  padding: 15px 50px;
  text-align: center;
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  place-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-weight: 500;
  color: #283350;
  border: 1px solid #fff;
  text-decoration: none;
  position: relative;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .link a {
    padding: 8px 6px;
    grid-template-rows: 30px 1fr;
  }
}
footer #top-ftrInfo .link a:hover {
  background: whitesmoke;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .link.out-link .link-text {
    margin-top: 4px;
    position: relative;
    padding-right: 1em;
  }
}
footer #top-ftrInfo .link .out-link-img {
  display: block;
  width: 9px;
  height: 8px;
  position: absolute;
  top: 0;
  left: auto;
  right: 15px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .link .out-link-img {
    right: 0;
  }
}
footer #top-ftrInfo p {
  line-height: 1.2;
}
@media (max-width: 767px) {
  footer #top-ftrInfo p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
footer #top-ftrInfo .tel {
  line-height: 1;
  margin: 4px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .tel {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  footer #top-ftrInfo .icon {
    max-width: 25px;
    position: absolute;
    top: 50%;
    left: 10px;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer #top-ftrInfo .icon img {
  width: 100%;
}
@media (max-width: 767px) {
  footer #top-ftrInfo .icon img {
    max-width: 22px;
  }
}
footer #top-ftrInfo .link-text {
  margin: 0;
}
footer > .footer {
  background: #fff;
  color: #333333;
}
footer > .footer .container {
  max-width: none;
}
@media (min-width: 768px) {
  footer .nav {
    padding: 10px 0;
  }
}
footer .nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 0;
}
footer .nav ul li {
  margin: 0;
  display: inline-block;
  color: #333333;
}
@media (min-width: 768px) {
  footer .nav ul li:not(:last-child) {
    border-right: 1px solid rgba(51, 51, 51, 0.3);
  }
}
@media (max-width: 767px) {
  footer .nav ul li {
    display: block;
  }
  footer .nav ul li:not(:last-child) {
    border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  }
}
footer .nav ul li a {
  padding: 0em 0.8em;
  line-height: 1.2857142857;
  color: #333333;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  footer .nav ul li a {
    padding: 1em 1.5em;
  }
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 16px 0;
  position: relative;
}
@media (min-width: 768px) {
  footer .copyright {
    border-top: 1px solid rgba(51, 51, 51, 0.3);
  }
}
@media (max-width: 767px) {
  footer .copyright {
    padding: 14px 0;
  }
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0.7em 0.5em;
  word-break: break-all;
}
table th {
  text-align: center;
  font-weight: normal;
}
table.table-typeC thead {
  background: #283350;
}
table.table-typeC tbody {
  color: #333333;
}
table .tb {
  position: relative;
}
table .tb:after {
  content: "";
  display: inline-block;
}
table .tb.td-circle-s:after {
  width: 1.3em;
  height: 1.3em;
  background: #283350;
  border-radius: 500px;
}
table .tb.td-slash:after {
  background: #283350;
  width: 1.5em;
  height: 1px;
  -webkit-transform: rotate(-50deg) translate(0.4em, -0.2em);
          transform: rotate(-50deg) translate(0.4em, -0.2em);
}

.table-type1 {
  width: 100%;
}
.table-type1 td,
.table-type1 th {
  border: 1px solid #283350;
}
.table-type1 th {
  background: #283350;
  color: #fff;
  text-align: left;
}
.table-type1 td {
  background: #fff;
}
.table-type1 tr:not(:last-of-type) th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.table-type2 {
  width: 100%;
}
.table-type2 tr:last-of-type td,
.table-type2 tr:last-of-type th {
  border-bottom: 1px solid #283350;
}
.table-type2 td,
.table-type2 th {
  padding: 0.7em 1em;
  border-top: 1px solid #283350;
}
@media (max-width: 767px) {
  .table-type2 td,
  .table-type2 th {
    padding: 0.7em 0.3em;
  }
}
.table-type2 th {
  text-align: left;
}
.table-type2 td:last-child {
  text-align: right;
}

.table-type3 {
  width: 100%;
}
.table-type3 td,
.table-type3 th {
  border: 1px solid #283350;
  padding: 0.7em 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .table-type3 td,
  .table-type3 th {
    padding: 0.7em 0.3em;
  }
}
@media (max-width: 400px) {
  .table-type3 td,
  .table-type3 th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.table-type3 thead th {
  background: #283350;
  color: #fff;
}
.table-type3 thead th:not(:last-child) {
  border-collapse: collapse;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.table-type3 tbody th {
  background: rgba(40, 51, 80, 0.15);
}
.table-type3 td {
  background: #fff;
}

.student_table th {
  width: 25%;
}
@media (max-width: 767px) {
  .student_table th {
    width: 34%;
  }
}
@media (max-width: 767px) {
  .student_table th,
  .student_table td {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
h1:not(.title):not(.hdr-ttl) {
  font-size: 36px;
  font-size: 3.6rem;
  border-top: solid 1px #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  background: #283350;
  margin: 0 0 0.5em 0;
  padding: 0.9em 4.5%;
  position: relative;
  color: #fff;
  font-family: "Kosugi Maru", serif;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding: 0.5714285714em 0 0;
  line-height: 1.5;
  text-align: center;
  font-family: "Kosugi Maru", serif;
  z-index: 4;
  color: #333333;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 40px;
  height: 4px;
  background: #283350;
  margin: 0 auto;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Kosugi Maru", serif;
  margin: 0 0 1em 0;
  padding-left: 16px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.5;
  color: #283350;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 0.5em);
  top: 0;
  left: 0;
  bottom: 0;
  background: #283350;
  margin: auto;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Kosugi Maru", serif;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  color: #283350;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
h4::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: 0.8em;
  background: #283350;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

@media (min-width: 1024px) {
  header .gnav > ul > li:not(:last-child) a {
    position: relative;
  }
  header .gnav > ul > li:not(:last-child) a:before {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    background: #fff;
    margin: auto;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  header .gnav > ul > li.has_under > ul {
    min-width: 330px;
    left: auto;
  }
  header .gnav > ul > li.has_under > ul a {
    border: 0;
  }
  header .gnav > ul > li.has_under > ul a:before {
    content: none;
  }
}

[id^=top-] {
  margin-bottom: 70px;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  [id^=top-] {
    margin-bottom: 50px;
    margin-bottom: 5rem;
  }
}
[id^=top-] .container {
  max-width: calc(1000px + 12%);
  padding: 0 6%;
}
[id^=top-] .container::after {
  content: none;
}
[id^=top-] h2 {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  [id^=top-] h2 {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
  }
}
[id^=top-] .top_h2 {
  padding-top: 0;
  font-family: "Kosugi Maru", serif;
  font-size: 50px;
  color: #283350;
  line-height: 1.5;
}
@media (max-width: 767px) {
  [id^=top-] .top_h2 {
    font-size: 36px;
  }
}
[id^=top-] .top_h2:after {
  content: none;
}
[id^=top-] .top_h2 .ja {
  font-family: "Kosugi Maru", serif;
  font-size: 16px;
  display: block;
  color: #333333;
}
[id^=top-] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  [id^=top-] p:not(.more):not(.tel):not(.fax):not(.table-info p) {
    letter-spacing: 0.05em;
  }
}
[id^=top-] h3 {
  color: #333333;
}

@media (min-width: 768px) {
  .btn.pc-left a {
    margin-left: 0;
  }
}
.btn.out-link a:after {
  border: 0;
  background: url(/hhjrs.com/wp-content/uploads/link_001.png) no-repeat center/100%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#top-news {
  padding-top: 40px;
  position: relative;
  background: url(/hhjrs.com/wp-content/uploads/deco_001.png) no-repeat 76.0416666667vw 2.6041666667vw/16.8229166667vw;
}
@media (max-width: 767px) {
  #top-news {
    padding-top: 30px;
    background-size: 39.1134289439vw;
    background-position: 58.6701434159vw 10px;
  }
}
@media (min-width: 768px) {
  #top-news .ttl h2 {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    text-align: left;
  }
  #top-news .ttl h2:after {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  #top-news .news-box {
    width: 100%;
  }
}
#top-news .news-list {
  margin: 0;
}
@media (min-width: 768px) {
  #top-news .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#top-news .news-list dt,
#top-news .news-list dd {
  margin-left: 0;
  margin-right: 0;
  padding: 1.7em 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
#top-news .news-list dt:first-of-type,
#top-news .news-list dd:first-of-type {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
@media (max-width: 767px) {
  #top-news .news-list dt,
  #top-news .news-list dd {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
@media (min-width: 768px) {
  #top-news .news-list dt {
    width: 150px;
    padding-right: 2em;
    padding-left: 2%;
  }
}
@media (max-width: 767px) {
  #top-news .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (min-width: 768px) {
  #top-news .news-list dd {
    width: calc(100% - 150px);
    padding-right: 2%;
  }
}
@media (max-width: 767px) {
  #top-news .news-list dd {
    padding-top: 0.5em;
  }
  #top-news .news-list dd:first-of-type {
    border-top: 0;
  }
}
#top-news .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #top-news .btn {
    margin-top: 30px;
  }
}

#top-inst {
  background: #F2F5F7;
  padding: 50px 0 60px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #top-inst {
    padding: 40px 0 50px;
  }
}

#top-reason {
  padding: 70px 0;
  position: relative;
  z-index: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media (max-width: 767px) {
  #top-reason {
    padding: 50px 0;
  }
}
#top-reason .bg img {
  display: block;
  position: fixed;
  top: -300%;
  left: -300%;
  right: -300%;
  bottom: -300%;
  margin: auto;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
@media (max-width: 767px) {
  #top-reason .bg img {
    height: 120vh;
  }
}
#top-reason .container {
  margin-top: 0;
}
#top-reason .box {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 8% 50px;
}
@media (max-width: 599px) {
  #top-reason .box {
    padding: 30px 6% 40px;
  }
}
#top-reason .btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #top-reason .btn {
    margin-top: 30px;
  }
}

#top-schedule .box:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #top-schedule .box:not(:last-child) {
    margin-bottom: 40px;
  }
}
#top-schedule .year_schedule {
  margin-bottom: 36px;
}
#top-schedule .year_schedule .year_schedule_bnr {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #283350;
  padding: 20px 2%;
  background: #fff;
  max-width: none;
  margin-bottom: 0;
  font-weight: 500;
  background: #fff;
  color: #333333;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  #top-schedule .year_schedule .year_schedule_bnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  #top-schedule .year_schedule .year_schedule_bnr {
    padding: 26px 6%;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-schedule .year_schedule .year_schedule_bnr:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #283350 transparent;
  position: absolute;
  top: auto;
  left: auto;
  right: 3px;
  bottom: 3px;
  background: transparent;
}
#top-schedule .year_schedule .year_schedule_bnr:hover {
  background: #F2F5F7;
}
#top-schedule .year_schedule .year_schedule_bnr .icon {
  background: url(/wp-content/uploads/pdf_icon.png) no-repeat right center/1.3636363636em;
  padding: 0.3636363636em 2.0454545455em 0.3636363636em 0;
}
#top-schedule .schedule_calendar {
  margin-top: 30px;
  background: #F2F5F7;
  padding: 40px 2.6041666667vw;
}
@media (max-width: 767px) {
  #top-schedule .schedule_calendar {
    padding: 30px 6%;
  }
}
#top-schedule .schedule_calendar .holiday-titles .holiday-title:last-child {
  display: none;
}
#top-schedule .map_box .map {
  position: relative;
  padding-top: 384px;
}
@media (max-width: 767px) {
  #top-schedule .map_box .map {
    padding-top: 90%;
  }
}
#top-schedule .map_box .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top-bnr {
  background: #F2F5F7;
  padding: 50px 0 90px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #top-bnr {
    padding: 40px 0 100px;
  }
}
#top-bnr .btn-wrap {
  display: grid;
}
@media (min-width: 600px) and (max-width: 999px) {
  #top-bnr .btn-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 3%;
  }
}
@media (max-width: 599px) {
  #top-bnr .btn-wrap > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 1000px) {
  #top-bnr .btn-wrap.card-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 3.5714285714%;
  }
  #top-bnr .btn-wrap.card-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 3.5714285714%;
  }
  #top-bnr .btn-wrap.card-col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 2.380952381%;
  }
}
@media (min-width: 600px) {
  #top-bnr .btn-wrap.card-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -1.5%;
    margin-left: -1.5%;
    gap: initial;
  }
  #top-bnr .btn-wrap.card-flex .btn {
    gap: initial;
    width: 29.8850574713%;
    margin-right: 1.724137931%;
    margin-left: 1.724137931%;
  }
}
@media (min-width: 600px) and (min-width: 1000px) {
  #top-bnr .btn-wrap.card-flex .btn:not(:nth-of-type(-n+3)) {
    margin-top: 3.4482758621%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  #top-bnr .btn-wrap.card-flex .btn {
    width: 46.4367816092%;
  }
  #top-bnr .btn-wrap.card-flex .btn:not(:nth-of-type(-n+2)) {
    margin-top: 3.4482758621%;
  }
}
#top-bnr .btn {
  width: 100%;
}
#top-bnr .btn p {
  line-height: 1.75;
}
#top-bnr .btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #283350;
  padding: 20px 2%;
  background: #fff;
  max-width: none;
  margin-bottom: 0;
  font-weight: 500;
  background: #fff;
  color: #333333;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  #top-bnr .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  #top-bnr .btn a {
    padding: 26px 6%;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-bnr .btn a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #283350 transparent;
  position: absolute;
  top: auto;
  left: auto;
  right: 3px;
  bottom: 3px;
  background: transparent;
}
#top-bnr .btn a:hover {
  background: #F2F5F7;
}

#top-slider {
  margin-bottom: 0;
  padding: 60px 0;
}
@media (max-width: 767px) {
  #top-slider {
    padding: 40px 0;
  }
}
#top-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#top-slider img {
  height: auto;
  width: 100%;
}

header .hdr-ttl-wrap {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}
header .hdr-ttl-wrap .hdr-ttl {
  padding: 0.7em 0;
  font-weight: 500;
  font-size: 10px;
  font-size: 1rem;
}
header .header_info_wrap {
  right: 10px;
}
header .header_info_wrap .out-link-img {
  width: 9px;
  height: 8px;
  position: absolute;
  top: auto;
  left: auto;
  right: 6px;
  bottom: 6px;
  margin: 0 auto;
}
header .header-inner > .container {
  max-width: 1700px;
  position: relative;
}
header .title {
  padding: 22px 0;
}
@media (max-width: 1023px) {
  header .title {
    padding: 10px 0;
  }
}
@media (max-width: 1023px) {
  header .title a img {
    width: 351px;
  }
}
@media (max-width: 767px) {
  header .title a img {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  header .gnav > ul > li a {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: normal;
  }
  header .gnav > ul > li a:hover {
    border-bottom: 2px solid #fff;
  }
  header .header_info_wrap .header_info {
    top: 34px;
  }
}
@media (max-width: 1023px) {
  header .sp_header_info_wrap .sp_header_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .sp_header_info_wrap .sp_header_info > * {
    margin: 0;
  }
  header .sp_header_info_wrap .sp_header_info > *:not(:last-child) {
    margin-right: 6px;
  }
  header .sp_header_info_wrap .sp_header_info .btn a {
    position: relative;
    padding: 6px 6px 4px;
    min-width: 58px;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0;
    height: 100%;
  }
  header .sp_header_info_wrap .sp_header_info .btn a:after {
    content: none;
  }
  header .sp_header_info_wrap .sp_header_info .icon {
    display: block;
    max-width: 20px;
    margin: 0 auto 2px;
  }
  header .sp_header_info_wrap .sp_header_info .icon img {
    width: 100%;
  }
  header .sp_header_info_wrap .sp_header_info .link-text {
    display: inline-block;
  }
  header .sp_header_info_wrap .sp_header_info .out-link .link-text {
    position: relative;
    padding-right: 1em;
  }
  header .sp_header_info_wrap .sp_header_info .out-link-img {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0.7em;
    height: 0.7em;
  }
}

/* ===============================================
# 下層
=============================================== */
.list_step .list_step_item {
  position: relative;
  padding-bottom: 38px;
}
.list_step .list_step_item::before {
  content: "";
  width: 1px;
  background: #283350;
  display: block;
  position: absolute;
  top: 68px;
  left: 30px;
  bottom: 4px;
}
@media (max-width: 767px) {
  .list_step .list_step_item::before {
    top: 54px;
    left: 23px;
    bottom: 4px;
  }
}
.list_step .list_step_item:last-of-type {
  padding-bottom: 0;
}
.list_step .list_step_item:last-of-type::before {
  content: none;
}
.list_step .list_step_num {
  background: #283350;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .list_step .list_step_num {
    width: 50px;
    height: 50px;
  }
}
.list_step .list_step_num span {
  display: block;
  font-size: 26px;
  line-height: 1;
}
@media (max-width: 767px) {
  .list_step .list_step_num span {
    font-size: 16px;
  }
}
.list_step .list_step_itm_main {
  padding-left: 86px;
  position: relative;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main {
    padding-left: 62px;
    padding-top: 11px;
  }
}
.list_step .list_step_itm_main h4 {
  color: #333333;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main h4 {
    font-size: 18px;
  }
}
.list_step .list_step_itm_main h4:before {
  content: none;
}
.list_step .list_step_itm_ttl::after {
  content: none;
}

@media (min-width: 768px) {
  .u_member_sec .pc_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.u_member_sec .bg_highlight {
  background: #F2F5F7;
  padding: 30px 20px;
}
.u_member_sec .interview_ttl {
  text-align: center;
  background: #283350;
  color: #fff;
  padding: 10px 10px;
  margin-bottom: 0;
}
.u_member_sec .interview_ttl::before {
  content: none;
}
.u_member_sec .interview_box {
  background: #F2F5F7;
  padding: 20px;
  margin: 0;
}
@media (max-width: 767px) {
  .u_member_sec .interview_box {
    padding: 20px 4%;
  }
}
.u_member_sec .interview_box dt {
  margin: 10px;
  color: #283350;
}
.u_member_sec .interview_box dd {
  margin: 10px auto 30px;
  padding: 0 0 20px 40px;
  border-bottom: #333333 dotted 1px;
}
.u_member_sec .interview_box dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.month-event td a {
  pointer-events: none;
  text-decoration: none;
}

.remarks_text p {
  font-size: 90%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
}

.mt20 {
  margin-top: 20px !important;
}

body:not(.home) .day_text {
  margin-bottom: 0;
  border: solid 1px #333333;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 13px;
  display: inline-block;
}
@media (max-width: 767px) {
  body:not(.home) .day_text {
    margin-bottom: 4px;
  }
}
body:not(.home) .mov_ttl {
  font-size: 18px;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body:not(.home) .mov_ttl {
    font-size: 16px;
  }
}
body:not(.home) .mov_ttl:after {
  display: none;
}
body:not(.home) .mov_ttl_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  body:not(.home) .mov_ttl_wrap {
    display: block;
  }
}
body:not(.home) section .btn a {
  padding: 0.8em calc(6% + 16px);
}
@media (min-width: 768px) {
  body:not(.home) section .btn.pc_left a {
    margin-left: 0;
  }
}
body:not(.home) .mov_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 20px;
}
body:not(.home) .mov_box .mov_item {
  position: relative;
  padding-top: 27%;
}
@media (max-width: 767px) {
  body:not(.home) .mov_box .mov_item {
    padding-top: 80%;
  }
}
body:not(.home) .mov_box .mov_item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body:not(.home) .mov_box > * {
  width: calc((100% - 20px) / 2 - 1px);
}
@media (max-width: 767px) {
  body:not(.home) .mov_box > * {
    width: 100%;
  }
}
body:not(.home) .year_schedule_sec .year_schedule {
  margin-bottom: 36px;
}
body:not(.home) .year_schedule_sec .year_schedule .year_schedule_bnr {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #283350;
  padding: 20px 2%;
  background: #fff;
  max-width: none;
  margin-bottom: 0;
  font-weight: 500;
  background: #fff;
  color: #333333;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  body:not(.home) .year_schedule_sec .year_schedule .year_schedule_bnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  body:not(.home) .year_schedule_sec .year_schedule .year_schedule_bnr {
    padding: 26px 6%;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
body:not(.home) .year_schedule_sec .year_schedule .year_schedule_bnr:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #283350 transparent;
  position: absolute;
  top: auto;
  left: auto;
  right: 3px;
  bottom: 3px;
  background: transparent;
}
body:not(.home) .year_schedule_sec .year_schedule .year_schedule_bnr:hover {
  background: #F2F5F7;
}
body:not(.home) .year_schedule_sec .year_schedule .year_schedule_bnr .icon {
  background: url(/wp-content/uploads/pdf_icon.png) no-repeat right center/1.3636363636em;
  padding: 0.3636363636em 2.0454545455em 0.3636363636em 0;
}
body:not(.home) .under_mb > div:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body:not(.home) .under_mb > div:not(:last-child) {
    margin-bottom: 40px;
  }
}
body:not(.home) .under_mb2 > div:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body:not(.home) .under_mb2 > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
body:not(.home) .u_about_h4 {
  padding-left: 0;
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body:not(.home) .u_about_h4 {
    font-size: 18px;
  }
}
body:not(.home) .u_about_h4::after {
  content: none;
}
body:not(.home) .about_num_list {
  margin: 0;
}
body:not(.home) .about_num_list li {
  line-height: 1.6;
}
body:not(.home) .highlight {
  background: #F2F5F7;
  padding: 30px;
}
@media (max-width: 767px) {
  body:not(.home) .highlight {
    padding: 30px 6%;
  }
}
body:not(.home) .u_border_box {
  border: solid 1px #283350;
  padding: 30px;
}
@media (max-width: 767px) {
  body:not(.home) .u_border_box {
    padding: 30px 6%;
  }
}
body:not(.home) .mb10 {
  margin-bottom: 10px !important;
}
body:not(.home) .about_border_box {
  padding: 0 0 40px;
}
body:not(.home) .about_border_box .u_about_h3 {
  text-align: center;
  padding-left: 0;
  background: #283350;
  color: #fff;
  padding: 10px 4%;
  margin-bottom: 30px;
}
body:not(.home) .about_border_box .u_about_h3::after {
  content: none;
}
body:not(.home) .inner {
  padding: 0 30px;
}
@media (max-width: 767px) {
  body:not(.home) .inner {
    padding: 0 6%;
  }
}

.under_dl_list {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 0.8em 0;
}
.under_dl_list dt {
  color: #283350;
  padding-right: 1em;
}
.under_dl_list dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.under_dl_list dt,
.under_dl_list dd {
  border-bottom: solid 1px rgba(51, 51, 51, 0.2);
  padding-bottom: 0.8em;
  font-size: 14px;
}
.under_dl_list dt:last-of-type,
.under_dl_list dd:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.under_dl_list > * {
  margin: 0;
}

.c_coach_sec .row:after {
  display: none;
}
@media (min-width: 768px) {
  .c_coach_sec .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px 40px;
  }
  .c_coach_sec .row > * {
    margin: 0;
    width: calc((100% - 40px) / 2 - 1px);
  }
}
.c_coach_sec .c_coach_h3 {
  padding-left: 0;
}
.c_coach_sec .c_coach_h3::after {
  content: none;
}
.c_coach_sec .c_coach_h3 .position_w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c_coach_sec .c_coach_h3 .position {
  font-size: 15px;
  padding: 0.1em 0.7em;
  background: #283350;
  color: #fff;
  line-height: 1.5;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 10px;
}
.c_coach_sec .c_coach_h3 .position.second {
  background: #004AAC;
}
.c_coach_sec .c_coach_h3 .name {
  position: relative;
  padding-left: 12px;
}
.c_coach_sec .c_coach_h3 .name::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 0.9em;
  top: 0.08em;
  left: 0;
  background: #283350;
}
.c_coach_sec .position_head .position {
  font-size: 15px;
  padding: 0.3em 0.7em;
  background: #283350;
  color: #fff;
  line-height: 1.5;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.c_coach_sec .position_head .position.second {
  background: #004AAC;
}

.menu-text {
  display: none;
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .menu-text {
    display: block;
    position: absolute;
    top: 78%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 2.5%;
  }
}

.hdr-sp-only {
  display: none !important;
}
@media (max-width: 1023px) {
  .hdr-sp-only {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .last-border-none a::before {
    content: none !important;
  }
}/*# sourceMappingURL=main.css.map */