@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@300;500&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  min-width: 960px;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.56;
  color: #1F1F1F;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
  body {
    min-width: 100%;
    padding-top: 60px;
  }
}

@media (max-width: 768px) {
  body.is-spFixed {
    overflow: hidden;
  }
}

select::-ms-expand {
  display: none;
}

a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}

.is-pc a {
  transition: opacity 0.3s ease-in-out;
}

.is-pc a:hover {
  opacity: 0.6;
}

htmlis-tab a[href^="tel:"],
html.is-pc a[href^="tel:"] {
  pointer-events: none;
}

img {
  width: 100%;
  height: auto;
}

img,
span {
  display: inline-block;
  vertical-align: top;
}

button {
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  button {
    outline: none;
  }
}

.is-pc button:enabled {
  transition: opacity 0.3s ease-in-out;
}

.is-pc button:enabled:hover {
  opacity: 0.6;
}

button:active > *,
button:focus > * {
  position: relative;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:-ms-input-placeholder {
  color: #B4B4B4;
}

::placeholder {
  color: #B4B4B4;
}

:-ms-input-placeholder {
  color: #B4B4B4;
}

::-ms-input-placeholder {
  color: #B4B4B4;
}

@media (max-width: 768px) {
  .forPc {
    display: none;
  }
}

@media not all and (max-width: 768px) {
  .forSp {
    display: none;
  }
}

.subPage::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 600px;
  background: url("/assets/img/ph-kv-about.jpg") center center/cover no-repeat;
  background-color: #1F1F1F;
}

@media (max-width: 768px) {
  .subPage::before {
    height: 465px;
  }
}

.contents {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

.simpleLayout {
  padding: 62px 20px 84px;
}

.bgWhite {
  background: #FFFFFF;
}

.header {
  position: relative;
  z-index: 201;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 94px;
  background: #FFFFFF;
}

@media not all and (max-width: 768px) {
  .header {
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    transition: background 0.3s ease-in-out;
  }
  .header.is-active {
    background: transparent;
  }
}

.header__logo {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 1;
  width: 215px;
  line-height: 1;
  transform: translateY(-50%);
}

@media not all and (max-width: 768px) {
  .header__logo {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .header__logo {
    width: 190px;
    left: 24px;
  }
}

@media not all and (max-width: 768px) {
  .header__inner {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .header__inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    overflow: auto;
    display: none;
  }
}

.header__snsWrap {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .header__snsWrap {
    position: static;
    justify-content: center;
    margin-top: 50px;
    padding-bottom: 90px;
    transform: none;
  }
}

.header__sns {
  width: 32px;
  font-size: 0;
}

.header__sns:nth-child(n + 2) {
  margin-left: 15px;
}

@media (max-width: 768px) {
  .header__sns:nth-child(n + 2) {
    margin-left: 40px;
  }
}

.header__sns svg {
  width: 100%;
}

@media (max-width: 768px) {
  .header__sns svg * {
    fill: #FFFFFF;
  }
}

.header__btn {
  display: none;
  text-align: right;
}

@media (max-width: 768px) {
  .header__btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 73px;
    height: 60px;
    font-size: 0;
  }
  .header__btn::before, .header__btn::after {
    content: "";
    position: absolute;
    right: 24px;
    z-index: 1;
    width: 26px;
    height: 2px;
    background: #0063B9;
  }
  .header__btn::before {
    top: 23px;
  }
  .header__btn::after {
    bottom: 23px;
  }
}

.header__border {
  width: 26px;
  height: 2px;
  margin-right: 24px;
  background: #0063B9;
}

.header__close {
  display: none;
}

@media (max-width: 768px) {
  .header__close {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    width: 73px;
    height: 60px;
    font-size: 0;
    background: #212E6C;
  }
  .header__close::before, .header__close::after {
    content: "";
    position: absolute;
    top: 18px;
    z-index: 1;
    width: 31px;
    height: 2px;
    background: #FFFFFF;
  }
  .header__close::before {
    left: 28px;
    transform: rotate(45deg);
    transform-origin: left top;
  }
  .header__close::after {
    left: 17px;
    transform: rotate(-45deg);
    transform-origin: right top;
  }
}

.nav {
  margin-left: 44px;
}

@media (max-width: 768px) {
  .nav {
    margin-left: 0;
  }
}

.nav__list {
  display: flex;
  align-items: center;
  border-left: 1px solid #1F1F1F;
}

@media (max-width: 768px) {
  .nav__list {
    display: block;
    padding-top: 95px;
    text-align: center;
  }
}

.nav__list > li {
  border-right: 1px solid #1F1F1F;
}

@media (max-width: 768px) {
  .nav__list > li:nth-child(n + 2) {
    margin-top: 22px;
  }
}

.nav__link {
  width: 80px;
  text-align: center;
  line-height: 2;
}

@media (max-width: 768px) {
  .nav__link {
    width: auto;
    line-height: 1.25;
  }
}

.nav__txt {
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .nav__txt {
    font-size: 18px;
  }
}

@media not all and (max-width: 768px) {
  .nav__txt.is-current {
    color: #B30000;
    border-bottom: 1px solid #B30000;
  }
}

.nav__jp {
  display: none;
}

@media (max-width: 768px) {
  .nav__jp {
    display: block;
    font-size: 12px;
  }
}

.spMenuBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: #0063B9;
  mix-blend-mode: multiply;
  display: none;
}

@media not all and (max-width: 768px) {
  .spMenuBg {
    display: none !important;
  }
}

.fixedBtn {
  position: fixed;
  right: 35px;
  bottom: 30px;
  z-index: 100;
  width: 135px;
  height: 135px;
  padding-top: 23px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.357;
  color: #FFFFFF;
  letter-spacing: -0.036em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  background: #B30000;
  transition: opacity 0.3s ease-in-out,
 transform 0.3s ease-in-out !important;
}

@media (max-width: 768px) {
  .fixedBtn {
    bottom: 17px;
    right: 14px;
    width: 102px;
    height: 102px;
    padding-top: 12px;
    line-height: 1.21;
    box-shadow: none;
  }
}

.fixedBtn::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin: 4px auto 0;
  background: url("/assets/img/icon-pen.svg") center center/contain no-repeat;
}

@media (max-width: 768px) {
  .fixedBtn::after {
    margin-top: 1px;
  }
}

.fixedBtn__txt {
  font-size: 14px;
  color: #E8C17A;
}

.fixedBtn.is-hide {
  transform: translateX(180px);
}

@media (max-width: 768px) {
  .fixedBtn.is-hide {
    transform: translateX(126px);
  }
}

.backTopBtn {
  position: absolute;
  top: -34px;
  right: 10px;
  z-index: 1;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0;
  border: 1px solid #707070;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .backTopBtn {
    top: -39px;
    width: 28px;
    height: 28px;
  }
}

.backTopBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 11px 6.5px;
  border-color: transparent transparent #707070 transparent;
  transform: translate(-50%, -50%);
}

.footer {
  position: relative;
  z-index: 99;
  padding: 70px 20px 92px;
  border-top: 1px solid #707070;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .footer {
    padding: 28px 44px 20px;
    font-size: 12px;
    border-color: #1F1F1F;
  }
}

.footer__partners {
  font-size: 16px;
  text-align: center;
}

.footer__bnrArea {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .footer__bnrArea {
    display: block;
    margin-top: 0;
  }
}

.footer__bnr {
  width: 287px;
  margin: 0 20px 15px;
}

@media (max-width: 768px) {
  .footer__bnr {
    width: 100%;
    margin: 10px 0 0;
  }
}

.footer__bnr--large {
  display: block;
  width: 420px;
  margin: 0 auto 30px;
}

@media (max-width: 768px) {
  .footer__bnr--large {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer__address {
  margin-bottom: 8px;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer__address {
    margin: 24px 0 0;
    font-size: 12px;
  }
}

.footer__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__list > li {
  border-left: 1px solid #1F1F1F;
}

@media (max-width: 768px) {
  .footer__list > li {
    width: 100%;
    margin-top: 19px;
    text-align: center;
    border-right: 1px solid #1F1F1F;
  }
}

@media not all and (max-width: 768px) {
  .footer__list > li:last-child {
    border-right: 1px solid #1F1F1F;
  }
}

@media (max-width: 768px) {
  .footer__list > li:nth-child(2) {
    width: 50%;
    border-right: none;
  }
}

@media (max-width: 768px) {
  .footer__list > li:nth-child(3) {
    width: 50%;
  }
}

.footer__link {
  padding: 6px 32px;
}

@media (max-width: 768px) {
  .footer__link {
    width: 100%;
    padding: 1px 5px;
  }
}

.footer__txt.is-current {
  color: #B30000;
  border-bottom: 1px solid #B30000;
}

.footer__copy {
  display: block;
  margin-top: 50px;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer__copy {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.83;
  }
}

.kv {
  position: relative;
  z-index: 10;
  height: 422px;
  margin-bottom: -3%;
  color: #FFFFFF;
  box-sizing: content-box;
}

@media (max-width: 768px) {
  .kv {
    height: auto;
    min-height: 330px;
    max-height: 405px;
    margin-bottom: -34px;
  }
}

.kv__txtWrap {
  position: absolute;
  top: 132px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .kv__txtWrap {
    position: relative;
    top: auto;
    padding: 95px 24px 120px;
  }
}

.kv__lead {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .kv__lead {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 768px) {
  .h1 {
    font-size: 16px;
    line-height: 1.5;
  }
}

.h1__en {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #E8C17A;
}

@media (max-width: 768px) {
  .h1__en {
    margin-bottom: 8px;
    font-size: 50px;
    line-height: 0.96;
  }
}

.h1__en.black {
  color: #1F1F1F;
}

.h1__en.white {
  color: #FFFFFF;
  opacity: 0.35;
}

.h1__voice {
  margin-top: 12px;
  font-size: 44px;
  font-weight: 700;
  color: #E8C17A;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .h1__voice {
    margin-top: 0;
    font-size: 30px;
  }
}

.h1__label {
  width: 204px;
  margin: 10px 0 20px;
  padding: 3px 0;
  font-size: 14px;
  color: #1F1F1F;
  text-align: center;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .h1__label {
    width: 182px;
    margin: 5px 0;
    padding: 0;
  }
}

.h1--small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .h1--small {
    font-size: 16px;
    line-height: 1.2;
  }
}

.h1--small__en {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .h1--small__en {
    margin-bottom: 8px;
    font-size: 50px;
    line-height: 0.96;
  }
}

.h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 41px;
  font-weight: normal;
  text-align: center;
  line-height: 1.125;
}

@media (max-width: 768px) {
  .h2 {
    font-size: 35px;
    letter-spacing: -0.05em;
  }
}

.txt {
  margin-top: 22px;
  text-align: center;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .txt {
    margin-top: 16px;
    text-align: center;
    line-height: 1.5;
  }
}

.txt.white {
  color: #FFFFFF;
}

.txtLink {
  color: #B30000;
  text-decoration: underline;
}

.boldTxt {
  font-weight: bold;
}

.redTxt {
  color: #B30000;
}

.ns {
  font-family: "Noto Sans JP", sans-serif;
}

.section, .section--last {
  position: relative;
}

.section::before, .section--last::before {
  transform: rotate(-3.4deg) skewX(-3.4deg);
  transform-origin: center top;
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 1;
  width: calc(100% + 10px);
  height: calc(100% + 1px);
  background: #F4F4F4;
}

@media (max-width: 768px) {
  .section::before, .section--last::before {
    transform: rotate(-5deg) skewX(-5deg);
  }
}

.section.white::before, .section.white::after, .section--last.white::before, .section--last.white::after {
  background: #FFFFFF;
}

.section.darkGray::before, .section.darkGray::after, .section--last.darkGray::before, .section--last.darkGray::after {
  background: #EBEBEB;
}

.section.orange::before, .section.orange::after, .section--last.orange::before, .section--last.orange::after {
  background: #FAA100;
}

.section.green::before, .section.green::after, .section--last.green::before, .section--last.green::after {
  background: #36C779;
}

.section.blue::before, .section.blue::after, .section--last.blue::before, .section--last.blue::after {
  background: #0063B9;
}

.section.red::before, .section.red::after, .section--last.red::before, .section--last.red::after {
  background: #B30000;
}

.section--last::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-bottom: 6%;
  background: #F4F4F4;
}

.section__inner {
  position: relative;
  z-index: 5;
  padding: calc(3% + 50px) 20px;
}

@media (max-width: 768px) {
  .section__inner {
    padding: 13% 24px;
  }
}

.section--last .section__inner {
  padding-bottom: 60px;
}

.sectionTitle {
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .sectionTitle {
    font-size: 16px;
  }
}

.sectionTitle__en {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .sectionTitle__en {
    font-size: 40px;
  }
}

.sectionTitle.white {
  color: #FFFFFF;
}

.links {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto -15px;
  padding: 0 20px;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .links {
    margin: 0;
    padding: 0;
  }
}

.links__item, .links__item--large {
  transform: rotate(-3.4deg) skewX(-3.4deg);
  transform-origin: center top;
  position: relative;
  display: block;
  width: 49%;
  height: 204px;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 768px) {
  .links__item, .links__item--large {
    transform: rotate(-5deg) skewX(-5deg);
  }
}

@media (max-width: 768px) {
  .links__item, .links__item--large {
    width: 100%;
    height: 176px;
  }
}

.links__item::before, .links__item--large::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 6%;
  background: url("/assets/img/bg-link-lesson.jpg") center center/cover no-repeat;
  transform: rotate(3.4deg) skewX(3.4deg) translateY(-50%);
  box-sizing: content-box;
}

@media (max-width: 768px) {
  .links__item::before, .links__item--large::before {
    padding-bottom: 9%;
    transform: rotate(5deg) skewX(5deg) translateY(-50%);
  }
}

@media (max-width: 768px) {
  .links__item:nth-child(n + 2), .links__item--large:nth-child(n + 2) {
    margin-top: 20px;
  }
}

@media not all and (max-width: 768px) {
  .links__item:nth-child(odd) {
    margin-top: 2%;
  }
  .links__item:nth-child(2n) {
    margin-top: -1%;
  }
  .links__item:nth-child(2) {
    margin-top: -3%;
  }
  .links__item:nth-child(1) {
    margin-top: 0;
  }
}

.links__item--large {
  width: 100%;
  margin-top: 20px;
}

.links [data-bg="education"]::before {
  background-image: url("/assets/img/bg-link-education.jpg");
}

.links [data-bg="voice"]::before {
  background-image: url("/assets/img/bg-link-voice.jpg");
}

.links [data-bg="contact"]::before {
  background-image: url("/assets/img/bg-link-contact.jpg");
}

.links [data-bg="faq"]::before {
  background-image: url("/assets/img/bg-link-faq.jpg");
}

.links [data-bg="offer"]::before {
  background-image: url("/assets/img/bg-link-offer.jpg");
}

.links [data-bg="mixjuice"]::before {
  background-image: url("/assets/img/bg-link-mixjuice.jpg");
}

.links [data-bg="kids"]::before {
  background-image: url("/assets/img/bg-link-kids.jpg");
}

.links__txt {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  transform: rotate(3.4deg) skewX(3.4deg) translate3d(0, -50%, 0);
}

@media (max-width: 768px) {
  .links__txt {
    transform: rotate(5deg) skewX(5deg) translate3d(0, -50%, 0);
  }
}

.links__en {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 768px) {
  .links__en {
    font-size: 40px;
  }
}

.links__jp {
  position: relative;
  padding-right: 58px;
  font-size: 18px;
  letter-spacing: -0.062em;
}

@media (max-width: 768px) {
  .links__jp {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.2;
  }
}

.links__jp::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 45px;
  height: 2px;
  background: #FFFFFF;
  transform: translateY(-50%);
}

.links__jp::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 8px;
  height: 15px;
  background: url("/assets/img/icon-arrow-tip.svg") center center/contain no-repeat;
  transform: translateY(-50%);
}

.btnWrap {
  margin-top: 64px;
  text-align: center;
}

@media (max-width: 768px) {
  .btnWrap {
    margin-top: 60px;
  }
}

.btnWrap:first-child {
  margin-top: 0;
}

.btn {
  display: inline-block;
  min-width: 384px;
  padding: 25px 60px 25px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #1F1F1F;
  background: url(/assets/img/icon-arrow.svg) center right 30px no-repeat;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 768px) {
  .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 60px;
    padding: 4px 38px;
    font-size: 16px;
    line-height: 1.4375;
    background-position: center right 15px;
  }
}

.btn.white {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-image: url(/assets/img/icon-arrow-white.svg);
}

.btn--small {
  display: inline-block;
  min-width: 284px;
  margin-top: 43px;
  padding: 12px 60px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  background: url(/assets/img/icon-arrow-white.svg) center right 28px no-repeat;
  background-color: rgba(222, 144, 3, 0.6);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 768px) {
  .btn--small {
    width: calc(100% - 80px);
    max-width: none;
    min-width: auto;
    margin-top: 25px;
    padding: 11px 38px;
    font-size: 16px;
    background-position: center right 18px;
  }
}

.btn--small.green {
  background-color: rgba(49, 178, 109, 0.6);
}

.btn--small.red {
  background-color: rgba(179, 0, 0, 0.6);
}

.anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px 0 30px;
}

@media (max-width: 768px) {
  .anchor {
    justify-content: flex-start;
    margin: 10px 0 40px;
  }
}

.anchor__link, .anchor__link--large {
  position: relative;
  width: 94px;
  margin-top: 10px;
  padding: 5px 5px 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  border-right: 1px solid #707070;
}

@media (max-width: 768px) {
  .anchor__link, .anchor__link--large {
    width: 50%;
    margin-top: 10px;
    padding: 12px 5px;
    font-size: 16px;
  }
  .anchor__link:nth-child(odd), .anchor__link--large:nth-child(odd) {
    border-left: 1px solid #707070;
  }
}

.anchor__link:first-child, .anchor__link--large:first-child {
  border-left: 1px solid #707070;
}

.anchor__link::after, .anchor__link--large::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-right: 2px solid #1F1F1F;
  border-bottom: 2px solid #1F1F1F;
  transform: rotate(45deg);
}

@media not all and (max-width: 768px) {
  .anchor__link--large {
    width: 168px;
  }
}

.ul {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.71;
}

@media (max-width: 768px) {
  .ul {
    margin-top: 15px;
  }
}

.ul > li::before {
  content: "・";
}

.note {
  font-size: 14px;
  line-height: 1.78;
}

.phTxt {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .phTxt {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
  }
}

.phTxt__ph {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .phTxt__ph {
    width: calc(100% + 48px);
    margin: 0 0 0 -24px;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.slide {
  position: relative;
  max-width: 1104px;
  margin: 25px auto 0;
  padding: 0 72px;
}

@media (max-width: 768px) {
  .slide {
    margin-top: 10px;
    padding: 0;
  }
}

.slide__inner {
  position: static;
}

.slide__item {
  width: 423px;
  padding-top: 24px;
}

@media (max-width: 768px) {
  .slide__item {
    width: 307px;
    padding-right: 20px;
  }
}

@media not all and (max-width: 768px) {
  .slide__item img {
    transform-origin: center top;
    transition: 0.3s ease-in-out;
    transform: scale(0.86) translateY(24px);
  }
}

@media not all and (max-width: 768px) {
  .slide .slick-current img,
  .slide .is-slickFixed img {
    transform: scale(1) translateY(0);
  }
}

.slide .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 100px;
  margin-top: -32px;
  font-size: 0;
  background: #CECECE;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .slide .slick-arrow {
    top: auto;
    bottom: 1px;
    width: 48px;
    height: 31px;
    background: url("/assets/img/icon-arrow-prev.svg") center center/contain no-repeat;
    transform: none;
  }
}

.slide .slick-prev {
  left: 0;
}

.slide .slick-prev::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

@media (max-width: 768px) {
  .slide .slick-prev::after {
    content: none;
  }
}

.slide .slick-next {
  right: 0;
}

@media (max-width: 768px) {
  .slide .slick-next {
    background-image: url("/assets/img/icon-arrow-next.svg");
  }
}

.slide .slick-next::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: 8px;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
}

@media (max-width: 768px) {
  .slide .slick-next::after {
    content: none;
  }
}

.slide .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .slide .slick-dots {
    margin-top: 22px;
    padding: 0 50px;
  }
}

.slide .slick-dots li {
  margin: 10px;
}

.slide .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  font-size: 0;
  border: 1px solid #1F1F1F;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .slide .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

.slide .slick-dots .slick-active button {
  background: #1F1F1F;
}

.slide .slick-dots .slick-active button:hover {
  opacity: 1;
}

.qa {
  margin-top: 40px;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .qa {
    margin-top: 30px;
  }
}

.qa + .qa {
  margin-top: 20px;
}

.qa__title {
  position: relative;
  padding: 15px 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}

.is-pc .qa__title {
  transition: opacity 0.3s ease-in-out;
}

.is-pc .qa__title:hover {
  opacity: 0.6;
}

.qa__title::after {
  content: "";
  position: absolute;
  right: 43px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -11px;
  border-top: none;
  border-left: none;
  border-right: 4px solid #707070;
  border-bottom: 4px solid #707070;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .qa__title::after {
    right: 18px;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
    border-width: 2px;
  }
}

.qa__title.is-active::after {
  margin-top: -4px;
  transform: rotate(-135deg);
}

@media (max-width: 768px) {
  .qa__title {
    padding: 25px 31px 25px 50px;
  }
}

.qa__title::before {
  content: "Q";
  position: absolute;
  top: 13px;
  left: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  background: #909090;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .qa__title::before {
    top: 50%;
    left: 13px;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
  }
}

.qa__title::after {
  right: 26px;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  border-width: 2px;
}

@media (max-width: 768px) {
  .qa__title::after {
    right: 14px;
  }
}

.qa__title.is-active::after {
  margin-top: -3px;
}

.qa__contents {
  display: none;
}

.qa__inner {
  position: relative;
  padding: 25px 60px 25px 100px;
  font-size: 14px;
  line-height: 1.75;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .qa__inner {
    padding-right: 34px;
    padding-left: 50px;
  }
}

.qa__inner::before {
  content: "A";
  position: absolute;
  top: 22px;
  left: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  background: #B30000;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .qa__inner::before {
    left: 13px;
  }
}

.qa__inner > *:nth-child(n + 2) {
  margin-top: 4px;
}

.list > li {
  padding: 10px 15px;
  background: rgba(179, 0, 0, 0.05);
}

.list > li:nth-child(n + 2) {
  margin-top: 15px;
}

.list > li:nth-child(even) {
  background: rgba(179, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .list__info {
    display: block;
    text-align: right;
  }
}

.newsDetail {
  display: flex;
  flex-wrap: wrap;
  margin: 18px 0 2px;
  font-size: 14px;
}

.newsDetail__date {
  position: relative;
  margin-right: 8px;
  padding-right: 9px;
}

@media (max-width: 768px) {
  .newsDetail__date {
    margin-right: 8px;
    padding-right: 7px;
  }
}

.newsDetail__date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 1px;
  height: 14px;
  background: #C7CFD9;
  transform: translateY(-50%);
}

.newsDetail__category {
  font-weight: bold;
  color: #B30000;
}
