@charset "UTF-8";
/*----- flexbox -----*/
html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  min-width: 100%;
  word-wrap: break-word;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

p, li, a, dt, dd, span, th, td {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  p, li, a, dt, dd, span, th, td {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 425px) {
  p, li, a, dt, dd, span, th, td {
    font-size: 1.4rem;
  }
}

a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
a:hover {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

#hachioji,
#dois,
#guest,
#pro {
  margin-top: -75px;
  padding-top: 75px;
}

/*------------------------------------------
font-family
------------------------------------------*/
.u-bebas {
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
}

/*------------------------------------------
font-weight
------------------------------------------*/
.u-fw--100 {
  font-weight: 100;
}

.u-fw--200 {
  font-weight: 200;
}

.u-fw--300 {
  font-weight: 300;
}

.u-fw--400 {
  font-weight: 400;
}

.u-fw--500 {
  font-weight: 500;
}

.u-fw--600 {
  font-weight: 600;
}

.u-fw--700 {
  font-weight: 700;
}

.u-fw--800 {
  font-weight: 800;
}

.u-fw--900 {
  font-weight: 900;
}

/*------------------------------------------
text-align
------------------------------------------*/
.u-text_align--center {
  text-align: center;
}
@media screen and (max-width: 580px) {
  .u-text_align--center {
    text-align: left;
  }
}
.u-text_align--right {
  text-align: right;
}

/*------------------------------------------
font-color
------------------------------------------*/
.u-font_col--red {
  color: #ee0000;
}

.u-font_col--yellow {
  color: #fffc00;
}

.u-font_col--orange {
  color: #d83200;
}

/*------------------------------------------
indent
------------------------------------------*/
.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/*------------------------------------------
bg_color
------------------------------------------*/
.u-bg--gray {
  background: #f4f4f4;
}

/*------------------------------------------
font-size
------------------------------------------*/
.u-font_size--30 {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-font_size--30 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 425px) {
  .u-font_size--30 {
    font-size: 1.9rem;
  }
}

/*------------------------------------------
margin-bottom
------------------------------------------*/
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 15px;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 20px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 25px;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 30px;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 35px;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .u-mb90 {
    margin-bottom: 45px;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 50px;
  }
}

.u-mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 55px;
  }
}

.u-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 60px;
  }
}

.u-mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 65px;
  }
}

.u-mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 70px;
  }
}

.u-mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 75px;
  }
}

.u-mb160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .u-mb160 {
    margin-bottom: 80px;
  }
}

.u-mb170 {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .u-mb170 {
    margin-bottom: 85px;
  }
}

.u-mb180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .u-mb180 {
    margin-bottom: 90px;
  }
}

/*------------------------------------------
margin-center
------------------------------------------*/
.u-center {
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------------
display
------------------------------------------*/
.u-pconly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pconly {
    display: none;
  }
}

.u-sponly {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sponly {
    display: block;
  }
}

/*------------------------------------------
fade
------------------------------------------*/
.u-fade {
  opacity: 0;
  -webkit-transform: translateY(400px);
          transform: translateY(400px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .u-fade {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: none;
    transition: none;
  }
}

/*------------------------------------------
c-wrapper
------------------------------------------*/
.c-wrapper {
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  width: 100%;
  max-width: 1060px;
}
@media screen and (max-width: 768px) {
  .c-wrapper {
    padding: 0 3.5%;
    max-width: 100%;
  }
}

/*------------------------------------------
c-card
------------------------------------------*/
.c-card {
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  .c-card {
    padding: 40px 0 70px;
  }
}
@media screen and (max-width: 425px) {
  .c-card {
    padding: 30px 0 50px;
  }
}

/*------------------------------------------
c-subpage_title
------------------------------------------*/
.c-subpage_title, .c-subpage_title--schedule {
  background: url(../images/common/subpage_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-subpage_title, .c-subpage_title--schedule {
    padding: 30px 0;
  }
}
.c-subpage_title h2, .c-subpage_title--schedule h2 {
  color: #fff;
  font-size: 6.8rem;
}
@media screen and (max-width: 768px) {
  .c-subpage_title h2, .c-subpage_title--schedule h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .c-subpage_title h2, .c-subpage_title--schedule h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 425px) {
  .c-subpage_title h2, .c-subpage_title--schedule h2 {
    font-size: 3.2rem;
  }
}
.c-subpage_title--schedule {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .c-subpage_title--schedule {
    padding: 40px 0;
  }
}
.c-subpage_title--schedule h2 {
  color: #fff;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .c-subpage_title--schedule h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 425px) {
  .c-subpage_title--schedule h2 {
    font-size: 2.2rem;
  }
}

/*------------------------------------------
c-line_cap
------------------------------------------*/
.c-line_cap {
  border-bottom: 1px solid #000000;
  font-size: 3rem;
  margin-bottom: 35px;
  padding-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .c-line_cap {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 425px) {
  .c-line_cap {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

/*------------------------------------------
table
------------------------------------------*/
.c-table_list {
  width: 100%;
}
.c-table_list tr {
  border: 1px solid #c9c9c9;
}
.c-table_list tr th {
  background: #e3e3e3;
  border-right: 1px solid #c9c9c9;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 20px;
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .c-table_list tr th {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 425px) {
  .c-table_list tr th {
    font-size: 1.3rem;
    padding: 10px;
  }
}
.c-table_list tr td {
  font-size: 1.6rem;
  padding: 20px 25px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .c-table_list tr td {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 425px) {
  .c-table_list tr td {
    font-size: 1.3rem;
    padding: 15px 20px;
  }
}

.c-table_price {
  border: 1px solid #c9c9c9;
}
.c-table_price tr {
  border-bottom: 1px solid #c9c9c9;
}
.c-table_price tr th {
  background: #e3e3e3;
  border-right: 1px solid #c9c9c9;
  padding: 10px 30px;
}
@media screen and (max-width: 580px) {
  .c-table_price tr th {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
}
.c-table_price tr td {
  border-right: 1px solid #c9c9c9;
  font-weight: 700;
  padding: 20px 30px;
}
.c-table_price tr td span {
  font-size: 70%;
}
@media screen and (max-width: 580px) {
  .c-table_price tr td {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}

/*------------------------------------------
text_link
------------------------------------------*/
.c-text_link {
  color: #1a0dab;
  text-decoration: underline;
}
.c-text_link:hover {
  opacity: 0.6;
  text-decoration: underline;
}

/*------------------------------------------
c-line_btn
------------------------------------------*/
.c-line_btn {
  max-width: 251px;
}
@media screen and (max-width: 768px) {
  .c-line_btn {
    max-width: 220px;
  }
}
@media screen and (max-width: 425px) {
  .c-line_btn {
    max-width: 180px;
  }
}
.c-line_btn a {
  display: block;
}
.c-line_btn a:hover {
  opacity: 0.8;
}

/*------------------------------------------
c-twitter
------------------------------------------*/
.c-twitter {
  background: #efefef;
  padding: 10px;
  width: 100%;
  max-width: 600px;
}

.c-x_thumnail {
  width: min(100%, 60rem);
}
@media screen and (max-width: 580px) {
  .c-x_thumnail {
    width: min(86%, 60rem);
  }
}
.c-x_thumnail a {
  display: block;
}
.c-x_thumnail a:hover {
  opacity: 0.6;
}

/*------------------------------------------
c-vimeo
------------------------------------------*/
.c-vimeo {
  max-width: 480px;
}
.c-vimeo a {
  display: block;
  width: 100%;
}
.c-vimeo a:hover {
  opacity: 0.7;
}

/*------------------------------------------
c-yt
------------------------------------------*/
.c-yt {
  margin: 0 auto;
  max-width: 560px;
}
.c-yt__title {
  background: #222;
  color: #fff;
  padding: 14px 10px;
  text-align: center;
}

/*------------------------------------------
c-box-shadow
------------------------------------------*/
.c-box_shadow:hover {
  -webkit-box-shadow: 8px 12px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 12px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-box_shadow:hover {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*------------------------------------------
p-arrow_btn
------------------------------------------*/
.p-arrow_btn p, .p-arrow_btn--jp p, .p-arrow_btn--right p, .p-arrow_btn--center p {
  color: #fff;
  display: inline-block;
  font-family: "Bebas Neue", cursive;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 425px) {
  .p-arrow_btn p, .p-arrow_btn--jp p, .p-arrow_btn--right p, .p-arrow_btn--center p {
    font-size: 1.6rem;
  }
}
.p-arrow_btn p::before, .p-arrow_btn--jp p::before, .p-arrow_btn--right p::before, .p-arrow_btn--center p::before {
  content: "";
  background: #fff;
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: -21px;
  top: 27px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 425px) {
  .p-arrow_btn p::before, .p-arrow_btn--jp p::before, .p-arrow_btn--right p::before, .p-arrow_btn--center p::before {
    right: -18px;
    top: 22px;
    width: 12px;
  }
}
.p-arrow_btn p::after, .p-arrow_btn--jp p::after, .p-arrow_btn--right p::after, .p-arrow_btn--center p::after {
  content: "";
  background: #fff;
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -15px;
  top: 32px;
  width: 96px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 425px) {
  .p-arrow_btn p::after, .p-arrow_btn--jp p::after, .p-arrow_btn--right p::after, .p-arrow_btn--center p::after {
    left: -11px;
    top: 26px;
    width: 82px;
  }
}
.p-arrow_btn p:hover, .p-arrow_btn--jp p:hover, .p-arrow_btn--right p:hover, .p-arrow_btn--center p:hover {
  opacity: 0.85;
}
.p-arrow_btn p:hover::before, .p-arrow_btn--jp p:hover::before, .p-arrow_btn--right p:hover::before, .p-arrow_btn--center p:hover::before {
  content: "";
  position: absolute;
  right: -37px;
}
.p-arrow_btn p:hover::after, .p-arrow_btn--jp p:hover::after, .p-arrow_btn--right p:hover::after, .p-arrow_btn--center p:hover::after {
  content: "";
  left: 0;
}
.p-arrow_btn p a, .p-arrow_btn--jp p a, .p-arrow_btn--right p a, .p-arrow_btn--center p a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 425px) {
  .p-arrow_btn p a, .p-arrow_btn--jp p a, .p-arrow_btn--right p a, .p-arrow_btn--center p a {
    font-size: 1.6rem;
  }
}
.p-arrow_btn--center {
  text-align: center;
}
.p-arrow_btn--right {
  text-align: right;
}
.p-arrow_btn--jp {
  text-align: center;
}
.p-arrow_btn--jp p {
  font-family: "Noto Sans JP", sans-serif;
}
.p-arrow_btn--jp p::before {
  content: "";
  right: -25px;
  top: 27px;
}
@media screen and (max-width: 425px) {
  .p-arrow_btn--jp p::before {
    right: -18px;
    top: 22px;
  }
}
.p-arrow_btn--jp p::after {
  content: "";
  left: -10px;
  top: 32px;
  width: 140px;
}
@media screen and (max-width: 425px) {
  .p-arrow_btn--jp p::after {
    left: -5px;
    top: 26px;
    width: 110px;
  }
}
.p-arrow_btn--jp p a {
  font-size: 1.8rem;
}
@media screen and (max-width: 425px) {
  .p-arrow_btn--jp p a {
    font-size: 1.5rem;
  }
}

/*------------------------------------------
p-content_btn
------------------------------------------*/
.p-content_btn, .p-content_btn--noto {
  text-align: center;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-content_btn, .p-content_btn--noto {
    width: 240px;
  }
}
@media screen and (max-width: 425px) {
  .p-content_btn, .p-content_btn--noto {
    width: 180px;
  }
}
.p-content_btn a, .p-content_btn--noto a {
  background: #000000;
  color: #fff;
  display: block;
  font-family: "Bebas Neue", cursive;
  font-size: 2.2rem;
  overflow: hidden;
  padding: 22px 0 18px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-content_btn a, .p-content_btn--noto a {
    font-size: 2rem;
    padding: 18px 0 14px;
  }
}
@media screen and (max-width: 425px) {
  .p-content_btn a, .p-content_btn--noto a {
    font-size: 1.7rem;
    padding: 15px 0 11px;
  }
}
.p-content_btn a::before, .p-content_btn--noto a::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #444;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-content_btn a:hover, .p-content_btn--noto a:hover {
  color: #fff;
}
.p-content_btn a:hover::before, .p-content_btn--noto a:hover::before {
  left: 0;
}
.p-content_btn--noto a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  padding: 18px 0;
}
@media screen and (max-width: 768px) {
  .p-content_btn--noto a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 425px) {
  .p-content_btn--noto a {
    font-size: 1.6rem;
    padding: 15px 0;
  }
}

/*------------------------------------------
p-join_box
------------------------------------------*/
.p-join_box, .p-join_box--contact {
  background: #000;
  border: 1px solid #fff;
  display: inline-block;
  width: 100%;
  max-width: 510px;
}
.p-join_box a, .p-join_box--contact a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  padding: 25px 20px 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-join_box a, .p-join_box--contact a {
    padding: 25px 20px 30px;
  }
}
@media screen and (max-width: 425px) {
  .p-join_box a, .p-join_box--contact a {
    padding: 25px 20px 30px;
  }
}
.p-join_box a h3, .p-join_box--contact a h3 {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .p-join_box a h3, .p-join_box--contact a h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 425px) {
  .p-join_box a h3, .p-join_box--contact a h3 {
    font-size: 1.6rem;
  }
}
.p-join_box a:hover, .p-join_box--contact a:hover {
  background: #333;
}
.p-join_box--contact {
  width: 100%;
  max-width: 460px;
}
.p-join_box--contact a h3 {
  font-size: 1.8rem;
}
@media screen and (max-width: 425px) {
  .p-join_box--contact a h3 {
    font-size: 1.6rem;
  }
}

/*------------------------------------------
p-textimg_box
------------------------------------------*/
.p-textimg_box, .p-textimg_box--schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-textimg_box__text {
  width: 48%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .p-textimg_box__text {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
  }
}
.p-textimg_box__img {
  width: 48%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .p-textimg_box__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-textimg_box__img img {
    width: 48.5%;
  }
}
.p-textimg_box__img img:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-textimg_box__img img:first-child {
    margin: 0;
  }
}
.p-textimg_box__img__map {
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-textimg_box__img__map {
    height: 300px;
  }
}
@media screen and (max-width: 425px) {
  .p-textimg_box__img__map {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-textimg_box--schedule .p-textimg_box__img {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .p-textimg_box--schedule .p-textimg_box__img img {
    width: 100%;
    margin: 0 auto;
  }
}

/*------------------------------------------
p-personal
------------------------------------------*/
.p-personal {
  background: url(../images/index/personal_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  width: 100%;
}

/*------------------------------------------
p-slide
------------------------------------------*/
.p-slide, .p-slide--480 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.p-slide__inner {
  -webkit-animation: loop-slide 30s infinite linear 1s both;
          animation: loop-slide 30s infinite linear 1s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-slide__inner__item {
  height: 200px;
  margin: 0 5px;
  width: 350px;
}
@media screen and (max-width: 580px) {
  .p-slide__inner__item {
    height: 100px;
    width: 200px;
  }
}
.p-slide__inner__item img {
  width: 100%;
}
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-slide--480 {
  height: 260px;
}
@media screen and (max-width: 768px) {
  .p-slide--480 {
    height: 180px;
  }
}
@media screen and (max-width: 580px) {
  .p-slide--480 {
    height: 110px;
  }
}
.p-slide--480 .p-slide__inner {
  -webkit-animation: loop-slide 50s infinite linear 1s both;
          animation: loop-slide 50s infinite linear 1s both;
}
.p-slide--480 .p-slide__inner .p-slide__inner__item {
  height: 240px;
  margin: 20px 5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .p-slide--480 .p-slide__inner .p-slide__inner__item {
    height: 200px;
    margin: 0 5px 0;
    width: 340px;
  }
}
@media screen and (max-width: 580px) {
  .p-slide--480 .p-slide__inner .p-slide__inner__item {
    width: 220px;
  }
}

.p-loop_scroll ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 580px) {
  .p-loop_scroll ul {
    height: 140px;
  }
}
.p-loop_scroll ul li {
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
  position: absolute;
  width: 200%;
}
@media screen and (max-width: 580px) {
  .p-loop_scroll ul li {
    width: 200%;
  }
}
.p-loop_scroll ul li img {
  height: 100%;
  width: auto;
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.slider {
  width: 100vw;
  height: 300px; /* 固定の高さを指定 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.slider .track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%; /* トラックの幅を画像の2倍 */
  position: absolute;
  -webkit-animation: scroll 10s linear infinite;
          animation: scroll 10s linear infinite;
}
.slider .track img {
  height: 100%; /* コンテナの高さに合わせる */
  width: auto; /* 幅を自動調整 */
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*------------------------------------------
p-caption
------------------------------------------*/
.p-caption, .p-caption--noto, .p-caption--wht {
  font-size: 4.8rem;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-caption, .p-caption--noto, .p-caption--wht {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 425px) {
  .p-caption, .p-caption--noto, .p-caption--wht {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
}
.p-caption::before, .p-caption--noto::before, .p-caption--wht::before {
  content: "";
  background: #000;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 50px);
  width: 100px;
  height: 2px;
}
@media screen and (max-width: 425px) {
  .p-caption::before, .p-caption--noto::before, .p-caption--wht::before {
    bottom: -10px;
    left: calc(50% - 25px);
    width: 50px;
  }
}
.p-caption span, .p-caption--noto span, .p-caption--wht span {
  font-size: 1.6rem;
  display: block;
  position: relative;
  top: -6px;
}
@media screen and (max-width: 425px) {
  .p-caption span, .p-caption--noto span, .p-caption--wht span {
    font-size: 1.4rem;
    top: -4px;
  }
}
.p-caption--wht::before {
  content: "";
  background: #fff;
}
.p-caption--noto b {
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-caption--noto b {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 425px) {
  .p-caption--noto b {
    font-size: 2.2rem;
  }
}

.p-caption_subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  top: -10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-caption_subtitle {
    font-size: 2rem;
    top: -15px;
  }
}
@media screen and (max-width: 580px) {
  .p-caption_subtitle {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 425px) {
  .p-caption_subtitle {
    font-size: 1.6rem;
    top: -5px;
  }
}

.p-caption_lead--blk {
  font-size: 2.4rem;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 768px) {
  .p-caption_lead--blk {
    font-size: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .p-caption_lead--blk {
    font-size: 1.7rem;
  }
}

.p-caption_lead--wht {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-caption_lead--wht {
    font-size: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .p-caption_lead--wht {
    font-size: 1.7rem;
  }
}

/*------------------------------------------
p-instructor
------------------------------------------*/
.p-instructor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-instructor::before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 31%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .p-instructor::before {
    width: 47%;
    max-width: 330px;
  }
}
.p-instructor::after {
  content: "";
  display: block;
  width: 31%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .p-instructor::after {
    width: 47%;
    max-width: 330px;
  }
}
.p-instructor li {
  margin-bottom: 50px;
  width: 31%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .p-instructor li {
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
  }
}
.p-instructor li .p-instructor__name {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-instructor li .p-instructor__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*@include justifyContent(center);*/
  }
}
.p-instructor li .p-instructor__name img {
  margin: 0 auto 10px;
  width: 66.6%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .p-instructor li .p-instructor__name img {
    margin: 0 30px 0 0;
    max-width: 140px;
  }
}
@media screen and (max-width: 425px) {
  .p-instructor li .p-instructor__name img {
    margin: 0 20px 0 0;
    max-width: 120px;
  }
}
.p-instructor li .p-instructor__name__text p {
  position: relative;
  left: -8px;
}
@media screen and (max-width: 768px) {
  .p-instructor li .p-instructor__name__text p {
    margin-bottom: 3px;
    left: -8px;
  }
}
@media screen and (max-width: 425px) {
  .p-instructor li .p-instructor__name__text p {
    font-size: 1.2rem;
    left: -6px;
  }
}
.p-instructor li .p-instructor__name__text h3 {
  line-height: 1.5;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 425px) {
  .p-instructor li .p-instructor__name__text h3 {
    font-size: 2.2rem;
  }
}
.p-instructor li .p-instructor__name__text h3 span {
  display: block;
  font-size: 1.5rem;
  position: relative;
  top: -3px;
  left: 2px;
}
@media screen and (max-width: 425px) {
  .p-instructor li .p-instructor__name__text h3 span {
    font-size: 1.2rem;
    top: -1px;
  }
}
@media screen and (max-width: 425px) {
  .p-instructor li .p-instructor__name__text .igol {
    font-size: 1.9rem;
  }
}
.p-instructor li .p-instructor__remarks {
  border-top: 2px solid #000;
  padding-top: 20px;
}
@media screen and (max-width: 425px) {
  .p-instructor li .p-instructor__remarks {
    padding-top: 15px;
  }
}
.p-instructor li .p-instructor__remarks li {
  font-size: 1.4rem;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 425px) {
  .p-instructor li .p-instructor__remarks li {
    font-size: 1.2rem;
  }
}
.p-instructor li .p-instructor__remarks p {
  font-size: 1.4rem;
}
@media screen and (max-width: 425px) {
  .p-instructor li .p-instructor__remarks p {
    font-size: 1.2rem;
  }
}

/*------------------------------------------
p-box_content
------------------------------------------*/
.p-box_content {
  border: 1px solid #c9c9c9;
  height: 100%;
}
.p-box_content h3 {
  background: #e3e3e3;
  font-size: 2rem;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .p-box_content h3 {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 425px) {
  .p-box_content h3 {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
}
.p-box_content__text {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p-box_content__text {
    padding: 20px;
  }
}
.p-box_content__text h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-box_content__text h4 {
    font-size: 1.6rem;
  }
}
.p-box_content__text ul li {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-box_content__text ul li {
    font-size: 1.4rem;
  }
}
.p-box_content__text p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-box_content__text p {
    font-size: 1.4rem;
  }
}
.p-box_content__text a {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-box_content__text a {
    font-size: 1.4rem;
  }
}
.p-box_content__text .p-content_btn a, .p-box_content__text .p-content_btn--noto a {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-box_content__text .p-content_btn a, .p-box_content__text .p-content_btn--noto a {
    font-size: 1.6rem;
  }
}
.p-box_content__text__img01 {
  max-width: 229px;
}
.p-box_content__text__img02 {
  max-width: 400px;
}

/*------------------------------------------
p-contents_list
------------------------------------------*/
.p-contents_list, .p-contents_list--price, .p-contents_list--yt_thum, .p-contents_list--yt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.p-contents_list li, .p-contents_list--price li, .p-contents_list--yt_thum li, .p-contents_list--yt li {
  width: 48%;
  max-width: 480px;
}
@media screen and (max-width: 425px) {
  .p-contents_list li, .p-contents_list--price li, .p-contents_list--yt_thum li, .p-contents_list--yt li {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.p-contents_list li a, .p-contents_list--price li a, .p-contents_list--yt_thum li a, .p-contents_list--yt li a {
  display: block;
  width: 100%;
}
.p-contents_list--yt li {
  height: 270px;
}
@media screen and (max-width: 768px) {
  .p-contents_list--yt li {
    height: 240px;
    margin: 0 auto 20px;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .p-contents_list--yt li {
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .p-contents_list--yt_thum li {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.p-contents_list--yt_thum li a {
  background: #fff;
  display: block;
  position: relative;
}
.p-contents_list--yt_thum li a::before {
  content: "";
  background: url(../images/index/yt_icon_rgb.png) center center/70px 50px no-repeat;
  display: block;
  height: 54px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 40%;
  right: 0;
  width: 100%;
  z-index: 1;
}
.p-contents_list--yt_thum li a img {
  width: 100%;
}
.p-contents_list--yt_thum li a:hover {
  opacity: 0.8;
}
.p-contents_list--yt_thum li a:hover::before {
  content: "";
  background: url(../images/index/yt_icon_mono_light.png) center center/70px 50px no-repeat;
}
.p-contents_list--yt_thum__title {
  background: #222;
  color: #fff;
  margin-bottom: 0;
  padding: 14px 10px;
  text-align: center;
}
.p-contents_list--price li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .p-contents_list--price li {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 100%;
  }
  .p-contents_list--price li:last-child {
    margin: 0 auto;
  }
}
.p-contents_list--price li ul {
  width: 100%;
}
.p-contents_list--price li ul li {
  margin: 0;
  width: 100%;
}

/*------------------------------------------
p-contact
------------------------------------------*/
.p-contact {
  background: #b2270f;
  color: #fff;
}
.p-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
.p-contact__inner__img {
  background: url(../images/index/contact.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 500px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-contact__inner__img {
    padding-top: 200px;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .p-contact__inner__img {
    padding-top: 150px;
  }
}
.p-contact__inner__text {
  padding: 10px 40px 30px;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-contact__inner__text {
    width: 100%;
    padding: 20px 20px 40px;
  }
}
.p-contact__inner__text .p-caption--wht {
  margin-bottom: 30px;
}

/*------------------------------------------
p-sns
------------------------------------------*/
.p-sns {
  background: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 425px) {
  .p-sns {
    padding: 18px 0;
  }
}
.p-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-sns ul li {
  margin: 0 12px;
  max-width: 54px;
}
@media screen and (max-width: 580px) {
  .p-sns ul li {
    margin: 0 10px;
    max-width: 46px;
  }
}
@media screen and (max-width: 425px) {
  .p-sns ul li {
    margin: 0 7px;
    max-width: 42px;
  }
}
.p-sns ul li a {
  display: block;
  width: 100%;
}

/*------------------------------------------
p-greeting
------------------------------------------*/
.p-greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 530px;
}
.p-greeting dt {
  width: 37.7%;
  max-width: 200px;
}
@media screen and (max-width: 425px) {
  .p-greeting dt {
    margin: 0 auto 10px;
    width: 50%;
  }
}
.p-greeting dd {
  width: 56.6%;
  max-width: 300px;
}
@media screen and (max-width: 425px) {
  .p-greeting dd {
    width: 100%;
    max-width: 100%;
  }
}
.p-greeting dd .p-instructor__list__name {
  margin-bottom: 20px;
}
@media screen and (max-width: 425px) {
  .p-greeting dd .p-instructor__list__name {
    margin-bottom: 10px;
    text-align: center;
  }
}
.p-greeting dd .p-instructor__list__name p {
  position: relative;
  left: -8px;
}
@media screen and (max-width: 425px) {
  .p-greeting dd .p-instructor__list__name p {
    position: static;
  }
}
.p-greeting dd .p-instructor__list__name h3 {
  border-bottom: 2px solid #000;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: 900;
  padding-bottom: 10px;
}
@media screen and (max-width: 425px) {
  .p-greeting dd .p-instructor__list__name h3 {
    font-size: 2.2rem;
  }
}
.p-greeting dd .p-instructor__list__name h3 span {
  display: block;
  font-size: 1.5rem;
  position: relative;
  top: -3px;
  left: 2px;
}
@media screen and (max-width: 425px) {
  .p-greeting dd .p-instructor__list__name h3 span {
    display: inline-block;
    font-size: 1.3rem;
    position: static;
    vertical-align: 2px;
  }
}
.p-greeting dd .p-instructor__list__remarks p {
  font-size: 1.4rem;
}
.p-greeting dd .p-instructor__list__remarks p a {
  font-size: 1.4rem;
}
.p-greeting dd .p-instructor__list__remarks p a img {
  width: 50px;
}

/*------------------------------------------
p-text_limit
------------------------------------------*/
.p-text_limit {
  line-height: 1.4;
  max-height: 3em;
  overflow: hidden;
  position: relative;
  text-align: justify;
  text-overflow: ellipsis;
}
.p-text_limit::before, .p-text_limit::after {
  content: "...";
  line-height: 1.3;
  position: absolute;
  right: 0;
  top: 1.3em;
  -ms-wrap-flow: start;
}
.p-text_limit::after {
  top: auto;
}

@supports (-webkit-line-clamp: 2) {
  .p-text_limit {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .p-text_limit::before, .p-text_limit::after {
    content: normal;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-text_limit {
    max-height: 48px;
  }
}
_::-webkit-full-page-media,
_:future,
:root .p-text_limit {
  max-height: 48px;
}

/*------------------------------------------
p-newslist
------------------------------------------*/
.p-newslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-newslist::before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 30%;
  max-width: 300px;
}
@media screen and (max-width: 580px) {
  .p-newslist::before {
    width: 48%;
  }
}
.p-newslist::after {
  content: "";
  display: block;
  width: 30%;
  max-width: 300px;
}
@media screen and (max-width: 580px) {
  .p-newslist::after {
    width: 48%;
  }
}
.p-newslist li {
  border-bottom: 2px solid #000000;
  margin-bottom: 45px;
  width: 30%;
  max-width: 300px;
}
@media screen and (max-width: 580px) {
  .p-newslist li {
    border-bottom: 1px solid #000000;
    margin-bottom: 35px;
    width: 48%;
  }
}
@media screen and (max-width: 425px) {
  .p-newslist li {
    margin-bottom: 25px;
  }
}
.p-newslist li a {
  display: block;
  padding-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 580px) {
  .p-newslist li a {
    padding-bottom: 15px;
  }
}
.p-newslist li a:hover {
  /*transform: translateY(-15px);*/
  opacity: 0.6;
}
.p-newslist li a dl {
  margin-top: 22px;
}
@media screen and (max-width: 580px) {
  .p-newslist li a dl {
    margin-top: 15px;
  }
}
@media screen and (max-width: 425px) {
  .p-newslist li a dl {
    margin-top: 10px;
  }
}
.p-newslist li a dl dt {
  color: #999999;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 580px) {
  .p-newslist li a dl dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .p-newslist li a dl dt {
    font-size: 1.7rem;
  }
}
.p-newslist li a dl dd {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 580px) {
  .p-newslist li a dl dd {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 425px) {
  .p-newslist li a dl dd {
    font-size: 1.2rem;
  }
}

/*------------------------------------------
p-breadcrumb
------------------------------------------*/
.p-breadcrumb {
  padding: 10px 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    padding: 10px 20px 0 20px;
  }
}
@media screen and (max-width: 425px) {
  .p-breadcrumb {
    padding: 5px 10px 0 10px;
  }
}
.p-breadcrumb li {
  display: inline;
}
.p-breadcrumb li::after {
  content: ">";
  color: #555;
  font-size: 1.5rem;
  padding: 2px 8px 0;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb li::after {
    font-size: 1.1rem;
    padding: 0px 3px 0;
  }
}
.p-breadcrumb li:last-child {
  border-bottom: 1px solid #777;
}
.p-breadcrumb li:last-child::after {
  content: none;
}
.p-breadcrumb li a span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb li a span {
    font-size: 1.1rem;
  }
}
.p-breadcrumb li a:hover {
  opacity: 0.6;
}

/* ------------------------------------------------------------
l-header
------------------------------------------------------------ */
.l-header, .l-header--subpage {
  padding: 22px 0 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header, .l-header--subpage {
    padding: 18px 0 14px;
  }
}
.l-header--subpage {
  background: #000;
}
.l-header h1 a, .l-header--subpage h1 a {
  display: block;
  max-width: 306px;
}
@media screen and (max-width: 768px) {
  .l-header h1 a, .l-header--subpage h1 a {
    max-width: 236px;
  }
}
@media screen and (max-width: 425px) {
  .l-header h1 a, .l-header--subpage h1 a {
    max-width: 196px;
  }
}

.l-nav_btn {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 11px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .l-nav_btn {
    top: 7px;
  }
}
@media screen and (max-width: 425px) {
  .l-nav_btn {
    top: 4px;
    right: 20px;
  }
}
.l-nav_btn div {
  position: relative;
  width: 38px;
}
.l-nav_btn div span {
  background: #fff;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: top 0.2s ease, -webkit-transform 0.3s ease-in-out;
  transition: top 0.2s ease, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.2s ease;
  transition: transform 0.3s ease-in-out, top 0.2s ease, -webkit-transform 0.3s ease-in-out;
}
.l-nav_btn div span:nth-child(1) {
  top: 0;
}
.l-nav_btn div span:nth-child(2) {
  top: 14px;
}
.l-nav_btn div span:nth-child(3) {
  top: 28px;
}
.l-nav_btn:hover span:nth-child(1) {
  top: 4px;
}
@media screen and (max-width: 768px) {
  .l-nav_btn:hover span:nth-child(1) {
    top: 0;
  }
}
.l-nav_btn:hover span:nth-child(3) {
  top: 23px;
}
@media screen and (max-width: 768px) {
  .l-nav_btn:hover span:nth-child(3) {
    top: 28px;
  }
}

.open .l-nav_btn span {
  background: #fff;
}
.open .l-nav_btn span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open .l-nav_btn span:nth-child(2) {
  left: 50%;
  top: 15px;
  width: 0;
}
.open .l-nav_btn span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-nav_menu {
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: -20px;
  text-align: center;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
  z-index: 990;
}
.l-nav_menu a {
  color: #fff;
  font-size: 1.8rem;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 580px) {
  .l-nav_menu a {
    font-size: 1.5rem;
  }
}
.l-nav_menu a:hover {
  color: #888;
}
.l-nav_menu ul li {
  opacity: 0;
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.l-nav_menu ul li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.l-nav_menu ul li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-nav_menu ul li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.l-nav_menu ul li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.l-nav_menu ul li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.l-nav_menu ul li:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.l-nav_menu ul li:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.l-nav_menu ul li:nth-child(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.l-nav_menu ul li:nth-child(10) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.l-nav_menu ul li:nth-child(11) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.open {
  overflow: hidden;
}
.open .l-nav_menu {
  opacity: 1;
  visibility: visible;
}
.open .l-nav_menu li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 1s ease;
  transition: opacity 0.7s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.7s ease;
  transition: transform 1s ease, opacity 0.7s ease, -webkit-transform 1s ease;
}

/*-- slide-header --*/
.l-header__slide {
  background: rgba(0, 0, 0, 0.85);
  padding: 15px 0;
  width: 100%;
  z-index: 999;
}
.l-header__slide__inner {
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__slide__inner {
    padding: 0 3.5%;
  }
}
.l-header__slide__inner__logo {
  display: block;
  max-width: 226px;
}
@media screen and (max-width: 768px) {
  .l-header__slide__inner__logo {
    max-width: 170px;
  }
}
.l-header__slide__inner .l-nav_btn {
  top: 8px;
}
@media screen and (max-width: 768px) {
  .l-header__slide__inner .l-nav_btn {
    top: 0;
    right: 20px;
  }
}
@media screen and (max-width: 425px) {
  .l-header__slide__inner .l-nav_btn {
    top: 1px;
  }
}

.cb-header {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

/* ------------------------------------------------------------
index
------------------------------------------------------------ */
/*---- l-index_fv ----*/
.l-index_fv {
  background: url(../images/index/fv_bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
}

.l-index_fv__slider {
  padding-bottom: 50px;
}
@media screen and (max-width: 425px) {
  .l-index_fv__slider {
    padding-bottom: 50px;
  }
}

.l-index_fv__inner {
  height: 100%;
  padding: 0 10px;
  position: relative;
  width: 100%;
}

.l-index_fv__inner__01 {
  color: #fff;
  margin: 80px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-index_fv__inner__01 {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 580px) {
  .l-index_fv__inner__01 {
    margin: 30px 0 0;
  }
}
.l-index_fv__inner__01 img {
  margin: 0 auto 30px;
  max-width: 536px;
}
@media screen and (max-width: 768px) {
  .l-index_fv__inner__01 img {
    width: 90%;
  }
}
@media screen and (max-width: 580px) {
  .l-index_fv__inner__01 img {
    width: 74%;
  }
}
.l-index_fv__inner__01 h2 {
  font-size: 9.8rem;
  letter-spacing: 0.03em;
  line-height: 0.6;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .l-index_fv__inner__01 h2 {
    font-size: 8.8rem;
  }
}
@media screen and (max-width: 580px) {
  .l-index_fv__inner__01 h2 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 425px) {
  .l-index_fv__inner__01 h2 {
    font-size: 6.2rem;
    margin-bottom: 20px;
  }
}
.l-index_fv__inner__01 h2 span {
  font-size: 6.7rem;
  line-height: 0.55;
}
@media screen and (max-width: 768px) {
  .l-index_fv__inner__01 h2 span {
    font-size: 5.7rem;
  }
}
@media screen and (max-width: 580px) {
  .l-index_fv__inner__01 h2 span {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 425px) {
  .l-index_fv__inner__01 h2 span {
    font-size: 3.4rem;
  }
}
.l-index_fv__inner__01 p {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 425px) {
  .l-index_fv__inner__01 p {
    font-size: 1.3rem;
  }
}
.l-index_fv__inner__01 p b {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .l-index_fv__inner__01 p b {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 425px) {
  .l-index_fv__inner__01 p b {
    font-size: 1.8rem;
  }
}
.l-index_fv__inner__01 p:last-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-index_fv__inner__01 p:last-of-type {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .l-index_fv__inner__01 p:last-of-type {
    margin-bottom: 20px;
  }
}
.l-index_fv__inner__01__addition b {
  background: #000;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  font-weight: 700;
  line-height: 1.8;
  padding: 0.2rem 2rem 0.3rem;
}

.l-index_fv__inner__02 {
  margin: 30px auto 0;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .l-index_fv__inner__02 {
    margin: 20px auto 0;
  }
}
.l-index_fv__inner__02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-index_fv__inner__02 dl dt {
  width: 47.5%;
  max-width: 380px;
}
.l-index_fv__inner__02 dl dd {
  width: 48.5%;
  max-width: 388px;
}
.l-index_fv__inner__02 dl dd p {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 40px 0 18px;
}
@media screen and (max-width: 768px) {
  .l-index_fv__inner__02 dl dd p {
    font-size: 1.4rem;
    margin: 20px 0 18px;
  }
}
@media screen and (max-width: 580px) {
  .l-index_fv__inner__02 dl dd p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 425px) {
  .l-index_fv__inner__02 dl dd p {
    text-align: left;
  }
}
.l-index_fv__inner__02 dl dd .p-arrow_btn, .l-index_fv__inner__02 dl dd .p-arrow_btn--center, .l-index_fv__inner__02 dl dd .p-arrow_btn--right, .l-index_fv__inner__02 dl dd .p-arrow_btn--jp {
  position: relative;
  right: 20px;
}
@media screen and (max-width: 425px) {
  .l-index_fv__inner__02 dl dd .p-arrow_btn, .l-index_fv__inner__02 dl dd .p-arrow_btn--center, .l-index_fv__inner__02 dl dd .p-arrow_btn--right, .l-index_fv__inner__02 dl dd .p-arrow_btn--jp {
    top: -20px;
  }
}

.l-index_fv__inner__03 {
  color: #fff;
  margin: 30px auto 0;
  position: relative;
  max-width: 884px;
}
@media screen and (max-width: 768px) {
  .l-index_fv__inner__03 {
    margin: 20px auto 0;
  }
}
.l-index_fv__inner__03__text {
  padding-bottom: 20px;
  position: absolute;
  top: 13%;
  width: 100%;
  max-width: 410px;
}
@media screen and (max-width: 580px) {
  .l-index_fv__inner__03__text {
    top: 20%;
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  .l-index_fv__inner__03__text {
    top: 18%;
  }
}
.l-index_fv__inner__03__text h2 {
  font-size: 12rem;
  letter-spacing: 0.03em;
  line-height: 0.9;
  margin-bottom: 10px;
}
@media screen and (max-width: 580px) {
  .l-index_fv__inner__03__text h2 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 425px) {
  .l-index_fv__inner__03__text h2 {
    font-size: 6rem;
  }
}
.l-index_fv__inner__03__text h2 span {
  display: block;
  font-size: 5.4rem;
  line-height: 0.6;
}
@media screen and (max-width: 580px) {
  .l-index_fv__inner__03__text h2 span {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 425px) {
  .l-index_fv__inner__03__text h2 span {
    font-size: 3rem;
  }
}
.l-index_fv__inner__03__text h3 {
  border-bottom: 2px solid #fff;
  font-size: 2.2rem;
  margin: 15px 0 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 580px) {
  .l-index_fv__inner__03__text h3 {
    font-size: 1.8rem;
    margin: 10px 0 15px;
  }
}
@media screen and (max-width: 425px) {
  .l-index_fv__inner__03__text h3 {
    font-size: 1.5rem;
  }
}
.l-index_fv__inner__03__text p {
  font-size: 1.6rem;
}
@media screen and (max-width: 580px) {
  .l-index_fv__inner__03__text p {
    font-size: 1.2rem;
  }
}
.l-index_fv__inner__03__text .p-arrow_btn, .l-index_fv__inner__03__text .p-arrow_btn--center, .l-index_fv__inner__03__text .p-arrow_btn--right, .l-index_fv__inner__03__text .p-arrow_btn--jp {
  margin: 20px 0 0 20px;
}
@media screen and (max-width: 580px) {
  .l-index_fv__inner__03__text .p-arrow_btn, .l-index_fv__inner__03__text .p-arrow_btn--center, .l-index_fv__inner__03__text .p-arrow_btn--right, .l-index_fv__inner__03__text .p-arrow_btn--jp {
    margin: 10px 0 0 15px;
  }
}
.l-index_fv__inner__03 img {
  width: 75%;
  max-width: 560px;
  margin: 0 0 0 auto;
}

.l-index_fv__inner__news {
  margin: 45px auto 0;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .l-index_fv__inner__news {
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 580px) {
  .l-index_fv__inner__news {
    margin: 75px auto 0;
  }
}
@media screen and (max-width: 425px) {
  .l-index_fv__inner__news {
    margin: 80px auto 0;
  }
}
.l-index_fv__inner__news a {
  display: block;
}
.l-index_fv__inner__news a:hover {
  opacity: 0.8;
}

/*---- l-index_about ----*/
.l-index_about {
  background: url(../images/index/about_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 20px 0 80px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 425px) {
  .l-index_about {
    padding: 20px 0 40px;
  }
}
.l-index_about h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .l-index_about h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 425px) {
  .l-index_about h2 {
    font-size: 2.1rem;
  }
}
.l-index_about h3 {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-index_about h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .l-index_about h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 425px) {
  .l-index_about h3 {
    font-size: 1.6rem;
  }
}
.l-index_about__line {
  margin: 35px auto 0;
  max-width: 251px;
}
@media screen and (max-width: 768px) {
  .l-index_about__line {
    margin: 25px auto 0;
    max-width: 220px;
  }
}
@media screen and (max-width: 425px) {
  .l-index_about__line {
    max-width: 180px;
  }
}
.l-index_about__line a {
  display: block;
}
.l-index_about__line a:hover {
  opacity: 0.8;
}

/*---- l-index_rental ----*/
.l-index_rental {
  padding: min(7vw, 7rem) 0;
}
.l-index_rental h2 {
  font-size: clamp(1.7rem, 2.2vw, 2.2rem);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.l-index_rental h2 span {
  border-bottom: 1px solid #d83200;
  color: #d83200;
  font-size: 115%;
  font-weight: 700;
}
@media screen and (max-width: 425px) {
  .l-index_rental .p-content_btn, .l-index_rental .p-content_btn--noto {
    width: 200px;
  }
}
.l-index_rental .p-content_btn a, .l-index_rental .p-content_btn--noto a {
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
}

/*---- l-index_covid ----*/
.l-index_covid {
  padding: 40px 0 45px;
}
@media screen and (max-width: 425px) {
  .l-index_covid {
    padding: 30px 0 35px;
  }
}
.l-index_covid__box {
  border: 1px solid #000;
  margin: 0 auto;
  padding: 30px;
  max-width: 640px;
}
@media screen and (max-width: 425px) {
  .l-index_covid__box {
    padding: 20px;
  }
}
.l-index_covid__box h2 {
  background: #0f0f0f;
  color: #fff;
  font-size: 2.2rem;
  padding: 20px 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-index_covid__box h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .l-index_covid__box h2 {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
}
.l-index_covid__box h3 {
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .l-index_covid__box h3 {
    font-size: 1.6rem;
  }
}
.l-index_covid__box p {
  font-size: 1.6rem;
}
@media screen and (max-width: 425px) {
  .l-index_covid__box p {
    font-size: 1.3rem;
  }
}
.l-index_covid__box ul li {
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 425px) {
  .l-index_covid__box ul li {
    font-size: 1.3rem;
  }
}

/*---- l-index_price ----*/
.l-index_price {
  background: url(../images/index/price_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  width: 100%;
}

/*---- l-index_news ----*/
.l-index_news__list {
  margin: 0 auto 60px;
  width: 96%;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .l-index_news__list {
    margin: 0 auto 40px;
    width: 100%;
  }
}
.l-index_news__list li {
  border-bottom: 1px dotted #999999;
  padding: 13px 0 5px;
}
@media screen and (max-width: 768px) {
  .l-index_news__list li {
    padding: 10px 0 5px;
  }
}
.l-index_news__list li a {
  display: block;
}
.l-index_news__list li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-index_news__list li a dl dt {
  color: #999999;
  font-size: 2.3rem;
  position: relative;
  top: 3px;
  width: 13%;
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .l-index_news__list li a dl dt {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .l-index_news__list li a dl dt {
    font-size: 1.9rem;
  }
}
.l-index_news__list li a dl dd {
  color: #1d3994;
  font-size: 1.8rem;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  width: 86%;
}
@media screen and (max-width: 768px) {
  .l-index_news__list li a dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .l-index_news__list li a dl dd {
    font-size: 1.6rem;
  }
}
.l-index_news__list li a dl dd:hover {
  opacity: 0.5;
}

/* ------------------------------------------------------------
INSTRUCTOR
------------------------------------------------------------ */
.l-instructor .l-instructor__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 660px;
}
@media screen and (max-width: 768px) {
  .l-instructor .l-instructor__btn {
    max-width: 500px;
  }
}
@media screen and (max-width: 580px) {
  .l-instructor .l-instructor__btn li {
    margin: 0 auto;
    width: 70%;
  }
  .l-instructor .l-instructor__btn li:first-child {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 580px) and (max-width: 425px) {
  .l-instructor .l-instructor__btn li:first-child {
    margin: 0 auto 10px;
  }
}

/* ------------------------------------------------------------
GREETING
------------------------------------------------------------ */
.l-greeting__gozo {
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .l-greeting__gozo {
    padding: 40px 0 20px;
  }
}
.l-greeting__section01 img {
  width: 50%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .l-greeting__section01 img {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ------------------------------------------------------------
PERSONAL
------------------------------------------------------------ */
.l-personal__about {
  padding: 60px 0 40px;
}
.l-personal__about__yt {
  height: 420px;
  max-width: 740px;
}
@media screen and (max-width: 768px) {
  .l-personal__about__yt {
    height: 280px;
    max-width: 540px;
  }
}

/* ------------------------------------------------------------
PRICE
------------------------------------------------------------ */
.l-price__system {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .l-price__system {
    padding: 30px 0 0;
  }
}

/* ------------------------------------------------------------
SCHEDULE
------------------------------------------------------------ */
.l-schedule__about ul {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 38px 0;
}
@media screen and (max-width: 768px) {
  .l-schedule__about ul {
    padding: 25px 0;
  }
}
@media screen and (max-width: 425px) {
  .l-schedule__about ul {
    padding: 15px 0;
  }
}
.l-schedule__about ul li {
  margin: 0 30px;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .l-schedule__about ul li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 425px) {
  .l-schedule__about ul li {
    margin: 0 5px;
  }
}
.l-schedule__about ul li a {
  display: block;
}

/* ------------------------------------------------------------
Join
------------------------------------------------------------ */
.l-join__summary {
  background: #000;
  color: #fff;
  padding: 50px 0 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-join__summary {
    padding: 30px 0 40px;
  }
}
.l-join__summary h2 {
  font-size: 3.4rem;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-join__summary h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 425px) {
  .l-join__summary h2 {
    font-size: 2.2rem;
  }
}

/* ------------------------------------------------------------
news
------------------------------------------------------------ */
.l-news__page {
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
  width: 100%;
  max-width: 740px;
}
.l-news__page__img {
  margin-bottom: 30px;
  width: 100%;
}
.l-news__page__text h3 {
  border-bottom: 1px solid #000;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-news__page__text h3 {
    font-size: 2rem;
  }
}
.l-news__page__text h3 span {
  color: #999999;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-news__page__text h3 span {
    font-size: 1.8rem;
  }
}
.l-news__page__text__yt {
  height: 415px;
  width: 100%;
  max-width: 740px;
}
@media screen and (max-width: 768px) {
  .l-news__page__text__yt {
    height: 280px;
  }
}

/* ------------------------------------------------------------
l-footer
------------------------------------------------------------ */
.l-footer__pagetop {
  text-align: center;
  width: 100%;
}
.l-footer__pagetop a {
  background: #b2270f;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  padding: 40px 30px 25px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 580px) {
  .l-footer__pagetop a {
    font-size: 2rem;
    padding: 15px 20px 10px;
  }
}
.l-footer__pagetop a::before {
  content: "";
  background: #fff;
  height: 22px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  width: 1px;
}
@media screen and (max-width: 580px) {
  .l-footer__pagetop a::before {
    content: none;
  }
}
.l-footer__pagetop a:hover {
  opacity: 0.8;
}
.l-footer__content {
  background: #000;
  padding: 60px 0 0;
}
@media screen and (max-width: 425px) {
  .l-footer__content {
    padding: 40px 0 0;
  }
}
.l-footer__content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0 30px;
}
.l-footer__content__inner__logo {
  width: 100%;
  max-width: 306px;
}
@media screen and (max-width: 768px) {
  .l-footer__content__inner__logo {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .l-footer__content__inner__logo {
    max-width: 246px;
  }
}
.l-footer__content__inner__logo img {
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__content__inner__logo img {
    margin-bottom: 15px;
  }
}
.l-footer__content__inner__logo .p-content_btn, .l-footer__content__inner__logo .p-content_btn--noto {
  border: 1px solid #fff;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .l-footer__content__inner__logo .p-content_btn, .l-footer__content__inner__logo .p-content_btn--noto {
    margin: 0 auto;
    max-width: 160px;
  }
}
.l-footer__content__inner__logo .p-content_btn a, .l-footer__content__inner__logo .p-content_btn--noto a {
  padding: 8px 0 4px;
}
.l-footer__content__inner__info {
  padding-left: 50px;
  width: 380px;
}
@media screen and (max-width: 768px) {
  .l-footer__content__inner__info {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
.l-footer__content__inner__info dl {
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 425px) {
  .l-footer__content__inner__info dl {
    margin-bottom: 15px;
  }
}
.l-footer__content__inner__info dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  left: -9px;
}
@media screen and (max-width: 425px) {
  .l-footer__content__inner__info dl dt {
    font-size: 1.3rem;
  }
}
.l-footer__content__inner__info dl dt a {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 425px) {
  .l-footer__content__inner__info dl dt a {
    font-size: 1.8rem;
    vertical-align: -1px;
  }
}
.l-footer__content__inner__info dl dt a:hover {
  opacity: 0.7;
}
.l-footer__content__inner__info dl dd {
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 425px) {
  .l-footer__content__inner__info dl dd {
    font-size: 1.2rem;
  }
}
.l-footer__content__inner__info dl dd a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
}
@media screen and (max-width: 425px) {
  .l-footer__content__inner__info dl dd a {
    font-size: 1.2rem;
  }
}
.l-footer__content p {
  border-top: 1px solid #585858;
  font-size: 1.4rem;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .l-footer__content p {
    font-size: 1.2rem;
    padding: 14px 0;
  }
}
.l-footer__content p small {
  color: #fff;
}