@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

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

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.c-pc {
  display: inline-block;
}
@media (max-width: 768px) {
  .c-pc {
    display: none;
  }
}

.c-sp {
  display: none;
}
@media (max-width: 768px) {
  .c-sp {
    display: inline-block;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6666666667;
}
body.js-active {
  overflow: hidden;
}

section {
  padding: 61px 0 50px;
}
@media (max-width: 768px) {
  section {
    padding: 24px 0 30px;
  }
}
section.p-about {
  padding: 61px 0 91px;
}
@media (max-width: 768px) {
  section.p-about {
    padding: 24px 0 30px;
  }
}
section.p-course {
  padding: 61px 0 73px;
}
@media (max-width: 768px) {
  section.p-course {
    padding: 24px 0 30px;
  }
}
section.p-how-to {
  padding: 61px 0 2px;
}
@media (max-width: 768px) {
  section.p-how-to {
    padding: 24px 0 30px;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.l-header {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .l-header.js-active {
    background: transparent;
  }
}
.l-header__inner {
  max-width: 1700px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  height: 98px;
}
@media (max-width: 768px) {
  .l-header__inner {
    height: 64px;
  }
}
.l-header__logo {
  width: 65px;
  z-index: 1;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 39px;
  }
}
.l-header__logo > a {
  width: inherit;
  display: block;
}
.l-header__logo > a img {
  width: 100%;
}
.l-header__ham-button {
  display: none;
}
@media (max-width: 768px) {
  .l-header__ham-button {
    display: block;
    position: fixed;
    top: 17px;
    right: 16px;
    width: 30px;
    height: 24px;
    z-index: 10;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 400ms;
  }
}
@media (max-width: 768px) {
  .l-header__ham-button span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
    border: 1px solid #ffffff;
    transition: all 400ms;
  }
  .l-header__ham-button span:nth-child(1) {
    top: 0;
  }
  .l-header__ham-button span:nth-child(2) {
    top: 10px;
  }
  .l-header__ham-button span:nth-child(3) {
    top: 20px;
  }
}
.l-header__ham-button.open span:nth-child(1) {
  background: transparent;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-header__ham-button.open span:nth-child(2),
.l-header__ham-button.open span:nth-child(3) {
  top: 6px;
  background: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .l-header__list {
    position: fixed;
    width: 100%;
    height: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: center;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0.73);
    padding: 80px 0 0;
  }
  .l-header__list.open {
    right: 0px;
  }
}
@media (max-width: 768px) {
  .l-header__item {
    width: 100%;
    padding: 0 32px;
  }
}
.l-header__item:not(:first-of-type) {
  margin: 0 0 0 25px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__item:not(:first-of-type) {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 768px) {
  .l-header__item:not(:first-of-type) {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .l-header__item.is-last > a {
    border-bottom: 1px solid #ffffff;
  }
}
.l-header__item > a {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  padding: 20px 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header__item > a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .l-header__item > a {
    padding: 17px 0;
    text-align: left;
    border-top: 1px solid #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-header__item > a:link, .l-header__item a:visited, .l-header__item a:hover, .l-header__item a:active {
  color: #ffffff;
}

.l-footer {
  background-color: #292929;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 0 0 110px;
  }
}
.l-footer__logo {
  padding: 90px 0 56px;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__logo {
    padding: 56px 0 37px;
  }
}
.l-footer__logo > img {
  max-width: 153.14px;
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer__logo > img {
    max-width: 108.95px;
  }
}
.l-footer__sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 56px;
}
@media (max-width: 768px) {
  .l-footer__sns {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 0 41px;
  }
}
.l-footer__sns__title {
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2105263158;
  font-weight: bold;
  margin: 0 55px 0 0;
}
@media (max-width: 768px) {
  .l-footer__sns__title {
    margin: 0 0 22px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}
.l-footer__sns__icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.l-footer__sns__icons > li {
  max-width: 35px;
  width: 100%;
}
.l-footer__sns__icons > li:not(:last-child) {
  margin: 0 30px 0 0;
}
@media (max-width: 768px) {
  .l-footer__sns__icons > li:not(:last-child) {
    margin: 0 21px 0 0;
  }
}
.l-footer__sns__icons > img {
  width: 100%;
}
.l-footer__nav {
  margin: 0 0 115px;
}
@media (max-width: 768px) {
  .l-footer__nav {
    margin: 0 0 60px;
    padding: 0 16px;
  }
}
.l-footer__nav > :first-child {
  border-top: 3px solid #404040;
}
@media (max-width: 768px) {
  .l-footer__nav > :first-child {
    border-top: 2px solid #404040;
  }
}
.l-footer__nav > li {
  max-width: 702px;
  border-bottom: 3px solid #404040;
  padding: 16px 22px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media (max-width: 768px) {
  .l-footer__nav > li {
    border-bottom: 2px solid #404040;
    padding: 20px 0 19px 0;
  }
}
.l-footer__nav > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 2.2631578947;
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer__nav > li > a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}
.l-footer__nav > li > a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15.06px;
  height: 21.08px;
  background: url(../img/layout/l-footer__nav_arrow.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .l-footer__nav > li > a::after {
    right: 0;
    width: 10.71px;
    height: 15px;
  }
}
.l-footer__copyright {
  color: #4B4B4B;
  text-align: center;
  padding: 0 0 83px;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1875;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.1666666667;
    padding: 0 0 60px;
  }
}

.l-membership {
  position: fixed;
  bottom: 15px;
  right: 0;
  padding: 20px 40px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), black);
  z-index: 5;
}
@media (max-width: 768px) {
  .l-membership {
    padding: 0;
    width: 100%;
    height: 147px;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), black);
  }
}

.c-inner1400 {
  box-sizing: content-box;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .c-inner1400 {
    padding: 0 16px;
  }
}

.c-button01 {
  display: inline-block;
  min-width: 383px;
  padding: 10px 0;
  line-height: 1;
  border: 2px solid #CFA65D;
  border-radius: 4px;
  background: #ffffff;
  color: #CFA65D;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.28);
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .c-button01 {
    min-width: auto;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .c-button01 {
    min-width: auto;
    width: 100%;
    max-width: 311px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 7px 0;
    text-shadow: none;
  }
}
.c-button01::after {
  display: inline-block;
  content: "";
  width: 9.42px;
  height: 16.15px;
  background: url(../img/component/c-button01_arrow.svg) no-repeat center center/contain;
  vertical-align: -1.5px;
  margin: 0 0 0 10px;
}
@media (max-width: 768px) {
  .c-button01::after {
    width: 8.29px;
    height: 14.21px;
    vertical-align: -2px;
  }
}
.c-button01.is-course {
  padding: 6px 0;
}
@media (max-width: 768px) {
  .c-button01.is-course {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.c-button01.is-course::after {
  margin-left: 8px;
}
.c-button01.is-diagnose::after {
  margin-left: 12px;
}
.c-button01.is-faq::after {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .c-button01.is-membership {
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.28);
  }
}

.c-title01 {
  max-width: 700px;
  width: 100%;
}
.c-title01 > span {
  display: block;
  padding: 1px 0;
  line-height: 1;
}
.c-title01 > .is-large {
  font-family: "Prompt", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .c-title01 > .is-large {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.c-title01 > .is-large.is-slogan {
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .c-title01 > .is-large.is-slogan {
    letter-spacing: none;
  }
}
.c-title01 > .is-large.is-fan {
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .c-title01 > .is-large.is-fan {
    letter-spacing: none;
  }
}
.c-title01 > .is-small {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-title01 > .is-small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-title01.is-white > .is-large {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.c-title01.is-white > .is-small {
  color: #ffffff;
}
.c-title01.is-about {
  margin: 0 0 82px;
}
@media (max-width: 768px) {
  .c-title01.is-about {
    margin: 0 0 23px;
  }
}
.c-title01.is-slogan {
  margin: 0 0 70px;
}
@media (max-width: 768px) {
  .c-title01.is-slogan {
    margin: 0 0 52px;
  }
}
.c-title01.is-fan {
  margin: 0 0 88px;
}
@media (max-width: 768px) {
  .c-title01.is-fan {
    margin: 0 0 20px;
  }
}
.c-title01.is-faq {
  margin: 0 0 62px;
}
@media (max-width: 768px) {
  .c-title01.is-faq {
    margin: 0 0 18px;
  }
}
.c-title01.is-diagnose {
  margin: 0 0 61px;
}
@media screen and (max-width: 1200px) {
  .c-title01.is-diagnose {
    margin: 0 0 30px;
  }
}
.c-title01.is-course {
  margin: 0 0 50px;
}
.c-title01.is-how-to {
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .c-title01.is-how-to {
    margin: 0 0 18px;
  }
}

.p-about__catch.is-born {
  max-width: 1165px;
  width: 100%;
  margin: 0 0 50px;
}
.p-about__catch.is-born > img {
  width: 100%;
}
@media (max-width: 768px) {
  .p-about__catch.is-born {
    max-width: 343px;
    width: 92%;
    margin: 0 0 31px;
  }
}
.p-about__catch.is-make {
  max-width: 1040px;
  width: 100%;
  margin: 0 0 56px;
}
.p-about__catch.is-make img {
  width: 100%;
}
@media (max-width: 768px) {
  .p-about__catch.is-make {
    width: 81%;
    margin: 0 0 31px;
  }
}
.p-about__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 768px) {
  .p-about__contents {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: normal;
        align-items: normal;
  }
}
.p-about__contents.is-about {
  margin: 0 0 132px;
}
@media (max-width: 768px) {
  .p-about__contents.is-about {
    margin: 0 0 38px;
  }
}
.p-about__content.p-about__image {
  max-width: 675px;
  width: 100%;
}
.p-about__content.p-about__image > img {
  width: 100%;
}
.p-about__content.p-about__image.is-first {
  margin: 0 50px 0 0;
}
@media (max-width: 768px) {
  .p-about__content.p-about__image.is-first {
    margin: 0 auto 15px;
  }
}
.p-about__content.p-about__image.is-second {
  margin: 0 0 0 50px;
}
@media (max-width: 768px) {
  .p-about__content.p-about__image.is-second {
    margin: 0 auto 15px;
  }
}
.p-about__content.p-about__lead {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media (max-width: 768px) {
  .p-about__content.p-about__lead {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.p-about__content.p-about__lead.is-second {
  width: 100%;
}

.p-fan {
  background: url(../img/common/bg_img.png);
}
.p-fan__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 0 53px;
}
@media (max-width: 768px) {
  .p-fan__list {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 0 22px;
  }
}
.p-fan__list > :last-child {
  margin: 0;
}
.p-fan__item {
  width: 30.5%;
  margin: 0 0 22px;
}
@media (max-width: 768px) {
  .p-fan__item {
    width: 100%;
  }
}
.p-fan__item__image {
  position: relative;
  margin: 0 0 21px;
}
@media (max-width: 768px) {
  .p-fan__item__image {
    margin: 0 0 15px;
  }
}
.p-fan__item__image > .c-sp {
  margin: 0 0 22px;
}
.p-fan__item__image > p {
  color: #CFA65D;
  position: absolute;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 0.96;
  bottom: 23px;
  left: 23px;
  padding: 0 23px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-fan__item__image > p {
    font-size: 15px;
    font-size: 0.9375rem;
    bottom: 10px;
    left: 10px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .p-fan__item__image > p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.p-fan__item__lead > p {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  word-break: break-all;
}
@media (max-width: 768px) {
  .p-fan__item__lead > p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.p-fan__catch {
  max-width: 1170px;
  width: 100%;
  margin: 0 0 39px;
}
@media (max-width: 768px) {
  .p-fan__catch {
    max-width: 343px;
    margin: 0 0 30px;
  }
}
.p-fan__catch > img {
  width: 100%;
}
.p-fan__image {
  text-align: center;
  margin: 0 auto 22px;
  max-width: 258px;
  width: 100%;
}
.p-fan__image > img {
  width: 100%;
}
@media (max-width: 768px) {
  .p-fan__image {
    max-width: 162px;
    margin: 0 auto 15px;
  }
}
.p-fan__notice01 {
  color: #fff;
  text-align: center;
  margin: 0 0 23px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media (max-width: 768px) {
  .p-fan__notice01 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin: 0 0 20px;
  }
}
.p-fan__notice02 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .p-fan__notice02 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    text-align: left;
  }
}

.p-slogan__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 768px) {
  .p-slogan__contents {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-slogan__image {
  max-width: 672px;
  width: 100%;
  margin: 0 53px 0 0;
}
.p-slogan__image > img {
  width: 100%;
}
@media (max-width: 768px) {
  .p-slogan__image {
    margin: 0 0 16px;
  }
}
.p-slogan__lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  width: 90%;
}
@media (max-width: 768px) {
  .p-slogan__lead {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    width: 100%;
    word-break: break-all;
  }
}

.p-faq__list {
  margin: 0 0 25px;
}
.p-faq__item {
  border: 2px solid #000;
  max-width: 700px;
  padding: 15px 15px 0;
  margin: 0 auto 15px;
}
@media (max-width: 768px) {
  .p-faq__item {
    padding: 5px 15px 0;
  }
}
.p-faq__item:last-child {
  margin: 0 auto 0;
}
.p-faq__item:hover {
  cursor: pointer;
}
.p-faq__item__question {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.125;
  padding: 0 0 15px;
  position: relative;
}
.p-faq__item__question::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 15px;
  height: 15px;
  background: url(../img/project/p-faq__item_open.svg) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .p-faq__item__question::after {
    right: 10px;
  }
}
.p-faq__item__question > p {
  width: 90%;
}
@media (max-width: 768px) {
  .p-faq__item__question > p {
    width: 80%;
    margin: 0 0 0 32px;
  }
}
@media (max-width: 768px) {
  .p-faq__item__question {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}
.p-faq__item__question.is-active::after {
  background: url(../img/project/p-faq__item_close.svg) no-repeat center center/contain;
}
.p-faq__item__answer {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  border-top: 1px solid #000;
  padding: 10px 0 23px;
  display: none;
}
@media (max-width: 768px) {
  .p-faq__item__answer {
    text-align: center;
  }
}
.p-faq__button {
  text-align: center;
}

.p-how-to {
  background: url(../img/common/bg_img.png);
}
@media (max-width: 768px) {
  .p-how-to .slick-dots {
    display: block !important;
    bottom: -125px !important;
  }
}
.p-how-to__contents {
  text-align: center;
}
@media (max-width: 768px) {
  .p-how-to__contents {
    text-align: left;
  }
}
.p-how-to__supplement > p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.4444444444;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-how-to__supplement > p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    word-break: break-all;
  }
}
.p-how-to__supplement.is-first {
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .p-how-to__supplement.is-first {
    margin: 0 0 47px;
  }
}
.p-how-to__supplement.is-slider {
  margin: 0 0 56px;
}
@media (max-width: 768px) {
  .p-how-to__supplement.is-slider {
    margin: 0 0 45px;
  }
}
.p-how-to__supplement.is-slider > p {
  max-width: 676px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-how-to__supplement.is-slider > p {
    max-width: 311px;
  }
}
.p-how-to__supplement.is-last > p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .p-how-to__supplement.is-last > p {
    max-width: 311px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-how-to__slider {
  width: 54%;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .p-how-to__slider {
    width: 95%;
    padding: 0 6px;
  }
}
@media (max-width: 768px) {
  .p-how-to__slider .prev-arrow {
    left: -18.5px;
  }
}
@media (max-width: 768px) {
  .p-how-to__slider .next-arrow {
    right: -18.5px;
  }
}
.p-how-to__slider .slick-dots {
  bottom: -110px;
}
.p-how-to__slider .slick-dots li button::before {
  color: #7C7C7C;
}
.p-how-to__slider .slick-dots li.slick-active button::before {
  color: #fff;
}

.p-course {
  background: #ffffff;
}
.p-course__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-course__list.is-second {
  -ms-flex-pack: center;
      justify-content: center;
}
.p-course__list.is-diagnose {
  -ms-flex-pack: center;
      justify-content: center;
  height: 408px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1550px) {
  .p-course__list.is-diagnose {
    height: 530px;
  }
}
@media (max-width: 768px) {
  .p-course__list.is-diagnose {
    height: 485px;
  }
}
.p-course__list.is-diagnose > p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-course__list.is-diagnose > p {
    width: 100%;
  }
}
.p-course__item {
  width: 48.21%;
  margin: 0 0 25px;
  padding: 15px;
  border: 2px solid #000000;
  text-align: center;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-course__item {
    width: 100%;
    position: relative;
    margin: 0 0 15px;
    padding: 15px 5px;
  }
  .p-course__item::before {
    position: absolute;
    content: "";
    top: 17.5px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
.p-course__item.is-diamond {
  border: 2px solid #7C7C7C;
}
@media (max-width: 768px) {
  .p-course__item.is-diamond::before {
    background: url(../img/project/p-course_ico_diamond01.svg) no-repeat center center/contain;
  }
  .p-course__item.is-diamond.is-active::before {
    background: url(../img/project/p-course_ico_diamond02.svg) no-repeat center center/contain;
  }
}
.p-course__item.is-black {
  padding: 15px 5px;
}
@media (max-width: 768px) {
  .p-course__item.is-black::before {
    background: url(../img/project/p-course_ico_black01.svg) no-repeat center center/contain;
  }
  .p-course__item.is-black.is-active::before {
    background: url(../img/project/p-course_ico_black02.svg) no-repeat center center/contain;
  }
}
.p-course__item.is-gold {
  padding: 15px 10px;
  border: 2px solid #CFA65D;
}
@media (max-width: 768px) {
  .p-course__item.is-gold {
    padding: 15px 10px;
  }
  .p-course__item.is-gold::before {
    background: url(../img/project/p-course_ico_gold01.svg) no-repeat center center/contain;
  }
  .p-course__item.is-gold.is-active::before {
    background: url(../img/project/p-course_ico_gold02.svg) no-repeat center center/contain;
  }
}
.p-course__item.is-red {
  padding: 15px 10px;
  border: 2px solid #D82D2C;
}
@media (max-width: 768px) {
  .p-course__item.is-red {
    padding: 15px 10px;
  }
  .p-course__item.is-red::before {
    background: url(../img/project/p-course_ico_red01.svg) no-repeat center center/contain;
  }
  .p-course__item.is-red.is-active::before {
    background: url(../img/project/p-course_ico_red02.svg) no-repeat center center/contain;
  }
}
.p-course__item.is-white {
  border: 2px solid #707070;
}
@media (max-width: 768px) {
  .p-course__item.is-white::before {
    background: url(../img/project/p-course_ico_white01.svg) no-repeat center center/contain;
  }
  .p-course__item.is-white.is-active::before {
    background: url(../img/project/p-course_ico_white02.svg) no-repeat center center/contain;
  }
}
.p-course__item.is-kagoshima {
  border: 2px solid #186A35;
}
@media (max-width: 768px) {
  .p-course__item.is-kagoshima::before {
    background: url(../img/project/p-course_ico_kagoshima01.svg) no-repeat center center/contain;
  }
  .p-course__item.is-kagoshima.is-active::before {
    background: url(../img/project/p-course_ico_kagoshima02.svg) no-repeat center center/contain;
  }
}
.p-course__item.is-u18 {
  border: 2px solid #1D1F8C;
}
@media (max-width: 768px) {
  .p-course__item.is-u18::before {
    background: url(../img/project/p-course_ico_u1801.svg) no-repeat center center/contain;
  }
  .p-course__item.is-u18.is-active::before {
    background: url(../img/project/p-course_ico_u1802.svg) no-repeat center center/contain;
  }
}
.p-course__item.is-diagnose {
  display: none;
  position: relative;
  z-index: 1;
}
.p-course__item.is-diagnose::before {
  display: none;
}
.p-course__item__under {
  display: block;
}
@media (max-width: 768px) {
  .p-course__item__under {
    display: none;
  }
}
.p-course__item__name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-course__item__name {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.p-course__item__name > span {
  display: inline-block;
  width: 311px;
  padding: 0 0 14px;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .p-course__item__name > span {
    padding: 0;
    border-bottom: none;
  }
}
.p-course__item__name.is-diamond > span {
  border-bottom: 1px solid #7C7C7C;
  color: #7C7C7C;
}
@media (max-width: 768px) {
  .p-course__item__name.is-diamond > span {
    border-bottom: none;
  }
}
.p-course__item__name.is-gold > span {
  border-bottom: 1px solid #CFA65D;
  color: #CFA65D;
}
@media (max-width: 768px) {
  .p-course__item__name.is-gold > span {
    border-bottom: none;
  }
}
.p-course__item__name.is-red > span {
  border-bottom: 1px solid #D82D2C;
  color: #D82D2C;
}
@media (max-width: 768px) {
  .p-course__item__name.is-red > span {
    border-bottom: none;
  }
}
.p-course__item__name.is-white > span {
  border-bottom: 1px solid #707070;
  color: transparent;
  -webkit-text-stroke: 1px #707070;
}
@media (max-width: 768px) {
  .p-course__item__name.is-white > span {
    border-bottom: none;
  }
}
.p-course__item__name.is-kagoshima > span {
  border-bottom: 1px solid #186A35;
  color: #186A35;
}
@media (max-width: 768px) {
  .p-course__item__name.is-kagoshima > span {
    border-bottom: none;
  }
}
.p-course__item__name.is-u18 > span {
  border-bottom: 1px solid #1D1F8C;
  color: #1D1F8C;
}
@media (max-width: 768px) {
  .p-course__item__name.is-u18 > span {
    border-bottom: none;
  }
}
.p-course__item__price {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  font-weight: 900;
  line-height: 1;
  margin: 19px 0;
}
@media (max-width: 768px) {
  .p-course__item__price {
    padding: 12px 0 0;
    border-top: 1px solid #000000;
  }
}
.p-course__item__price.is-diamond {
  color: #7C7C7C;
}
@media (max-width: 768px) {
  .p-course__item__price.is-diamond {
    border-top: 1px solid #7C7C7C;
  }
}
.p-course__item__price.is-gold {
  color: #CFA65D;
}
@media (max-width: 768px) {
  .p-course__item__price.is-gold {
    border-top: 1px solid #CFA65D;
  }
}
.p-course__item__price.is-red {
  color: #D82D2C;
}
@media (max-width: 768px) {
  .p-course__item__price.is-red {
    border-top: 1px solid #D82D2C;
  }
}
.p-course__item__price.is-white {
  color: transparent;
  -webkit-text-stroke: 1px #707070;
}
@media (max-width: 768px) {
  .p-course__item__price.is-white {
    border-top: 1px solid #707070;
  }
}
.p-course__item__price.is-kagoshima {
  color: #186A35;
}
@media (max-width: 768px) {
  .p-course__item__price.is-kagoshima {
    border-top: 1px solid #186A35;
  }
}
.p-course__item__price.is-u18 {
  color: #1D1F8C;
}
@media (max-width: 768px) {
  .p-course__item__price.is-u18 {
    border-top: 1px solid #1D1F8C;
  }
}
.p-course__item__description {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  text-align: left;
  padding: 0 20px;
  margin: 0 0 22px;
}
@media (max-width: 768px) {
  .p-course__item__description {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
    margin: 0 0 20px;
  }
}
.p-course__item__button {
  margin: 0 0 26px;
}
@media (max-width: 768px) {
  .p-course__item__button {
    margin: 0 0 15px;
  }
}
.p-course__item__button.is-membership {
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .p-course__item__button.is-membership {
    margin: 24% 0 0;
  }
}
.p-course__item__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.p-course__item__contents > li {
  width: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media (max-width: 768px) {
  .p-course__item__contents > li {
    width: 100%;
    white-space: nowrap;
  }
}
.p-course__notice {
  text-align: center;
  margin: 0 0 47px;
}
@media (max-width: 768px) {
  .p-course__notice {
    margin: 0 0 30px;
  }
}
.p-course__notice > p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .p-course__notice > p {
    text-align: left;
  }
}
.p-course__compare {
  margin: 0 0 55px;
  overflow: auto;
  white-space: nowrap;
}
.p-course__compare table {
  margin: 0 auto;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
}
.p-course__compare tr {
  height: 48px;
}
.p-course__compare tr:not(.is-head) {
  line-height: 48px;
}
.p-course__compare tr.is-last > td {
  border-bottom: 1px solid #7C7C7C;
}
.p-course__compare th, .p-course__compare td {
  padding: 0 10px;
}
.p-course__compare th {
  width: 12.3%;
  height: 145px;
  vertical-align: middle;
  border-top: 1px solid #7C7C7C;
  border-right: 1px solid #7C7C7C;
}
@media (max-width: 768px) {
  .p-course__compare th {
    padding: 0 20px;
    width: auto;
    height: 104px;
    padding: 0 10px;
  }
}
.p-course__compare th.is-first {
  width: 190px;
}
.p-course__compare th.is-fixed {
  border-left: 1px solid #7C7C7C;
}
@media (max-width: 768px) {
  .p-course__compare th.is-fixed {
    position: sticky;
    left: 0;
    text-align: left;
    padding: 0 0 0 10px;
    z-index: 1;
    background: #fff;
  }
}
.p-course__compare .th__contents > span.is-large {
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (max-width: 768px) {
  .p-course__compare .th__contents > span.is-large {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-course__compare .th__contents > span.is-large.is-diamond {
  color: #7C7C7C;
}
.p-course__compare .th__contents > span.is-large.is-gold {
  color: #CFA65D;
}
.p-course__compare .th__contents > span.is-large.is-red {
  color: #D82D2C;
}
.p-course__compare .th__contents > span.is-large.is-white {
  color: transparent;
  -webkit-text-stroke: 1px #707070;
}
.p-course__compare .th__contents > span.is-large.is-kagoshima {
  color: #186A35;
}
.p-course__compare .th__contents > span.is-large.is-u18 {
  color: #1D1F8C;
}
.p-course__compare .th__contents > span.is-small {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-course__compare .th__contents > span.is-small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-course__compare .th__contents > span.is-small.is-price {
  color: #7C7C7C;
  font-weight: 500;
}
.p-course__compare .th__contents > span.is-fixed {
  color: #7C7C7C;
}
.p-course__compare td {
  color: #7C7C7C;
  font-size: 19px;
  font-size: 1.1875rem;
  border-right: 1px solid #7C7C7C;
  border-top: 1px solid #7C7C7C;
}
.p-course__compare td:first-of-type {
  border-left: 1px solid #7C7C7C;
}
@media (max-width: 768px) {
  .p-course__compare td {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .p-course__compare td.is-fixed {
    position: sticky;
    text-align: left;
    padding: 0 10px;
    font-size: 14px;
    font-size: 0.875rem;
    left: 0;
    z-index: 1;
    background: #fff;
    border-left: 1px solid #7C7C7C;
  }
}
.p-course__benefits {
  text-align: center;
}
@media (max-width: 768px) {
  .p-course__benefits {
    margin: 0 0 15px;
  }
}
.p-course__benefits__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 36px;
}
@media (max-width: 768px) {
  .p-course__benefits__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 15px;
  }
}
.p-course__benefits__description {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #CFA65D;
  margin: 0 0 25px;
  display: inline-block;
}
.p-course__benefits__description.is-title {
  margin: 40px 0 10px;
}
@media (max-width: 768px) {
  .p-course__benefits__description.is-title {
    margin: 0 0 10px;
  }
}
.p-course__benefits__description2 {
  font-size: 17px;
  font-size: 1.0625rem;
  display: block;
  margin: 15px 0 0;
  height: 65px;
}
@media (max-width: 768px) {
  .p-course__benefits__description2 {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
  }
}
.p-course__benefits__slider.is-uniform .slide-arrow {
  top: 42%;
}
.p-course__benefits__supplement > p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin: 0 0 20px;
  max-width: 676px;
  width: 100%;
  margin: 0 auto 15px;
}
@media (max-width: 768px) {
  .p-course__benefits__supplement > p {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
    padding: 0 17px;
  }
}
.p-course__benefits__courses {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-course__benefits__courses {
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0 0 0 5px;
  }
}
.p-course__benefits__courses.is-first {
  margin: 0 0 76px;
}
@media (max-width: 768px) {
  .p-course__benefits__courses.is-first {
    margin: 0 0 15px;
  }
}
.p-course__benefits__courses__wrap {
  height: 70px;
}
@media (max-width: 768px) {
  .p-course__benefits__courses__wrap {
    height: 50px;
  }
}
.p-course__benefits__courses > li {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .p-course__benefits__courses > li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-course__benefits__courses > li.is-diamond {
  color: #7C7C7C;
}
.p-course__benefits__courses > li.is-gold {
  color: #CFA65D;
}
.p-course__benefits__courses > li.is-red {
  color: #D82D2C;
}
.p-course__benefits__courses > li.is-white {
  color: transparent;
  -webkit-text-stroke: 1px #707070;
}
.p-course__benefits__courses > li.is-kagoshima {
  color: #186A35;
}
.p-course__benefits__courses > li.is-u18 {
  color: #1D1F8C;
}
.p-course__benefits__slider {
  width: 54%;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .p-course__benefits__slider {
    width: 100%;
    padding: 0 10px;
  }
}
.p-course__benefits__slider.is-events .slick-dots {
  bottom: -185px;
}
.p-course__benefits__slider .slick-dots {
  bottom: -30px;
}
.p-course__button {
  display: none;
}
@media (max-width: 768px) {
  .p-course__button {
    display: block;
    text-align: center;
  }
}

.slick-dotted.slick-slider {
  margin: 0 auto 23px;
}

.slick-slide {
  position: relative;
}
.slick-slide::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.4);
  /* マスクの色(黒の50%) */
  content: "";
  opacity: 0;
  /* 最初は透明（非表示） */
  transition: opacity 0.3s ease;
  /* ゆっくりopacityのみへ変化させる */
  z-index: 1;
}
.slick-slide img {
  max-width: 643px;
  width: 100%;
  height: 365px;
  object-fit: cover;
  margin: 0 auto;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 768px) {
  .slick-slide img {
    height: 52vw;
  }
}
.slick-slide p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  opacity: 0;
  z-index: 1;
}

.slide-arrow {
  width: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 768px) {
  .slide-arrow {
    width: 16px;
    top: 50%;
  }
}

.prev-arrow {
  left: 0px;
  z-index: 1;
}
@media (max-width: 768px) {
  .prev-arrow {
    left: -18px;
  }
}
@media (max-width: 768px) {
  .prev-arrow {
    left: -10px;
  }
}

.next-arrow {
  right: 0px;
}
@media (max-width: 768px) {
  .next-arrow {
    right: -18px;
  }
}
@media (max-width: 768px) {
  .next-arrow {
    right: -10px;
  }
}

.slick-dots {
  bottom: -155px;
  left: 0;
}
@media (max-width: 768px) {
  .slick-dots {
    display: none !important;
  }
}
.slick-dots li {
  width: 30px;
}
.slick-dots li button::before {
  font-size: 10px;
  font-size: 0.625rem;
  color: #7C7C7C;
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  color: #CFA65D;
  opacity: 1;
}

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

.p-diagnose {
  background: url(../img/common/bg_img.png);
}
.p-diagnose__inner {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}
.p-diagnose__list {
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  .p-diagnose__list {
    margin: 0 0 20px;
  }
}
.p-diagnose__item {
  margin: 0 0 34px;
}
@media (max-width: 768px) {
  .p-diagnose__item {
    margin: 0 0 30px;
  }
}
.p-diagnose__item.is-last {
  margin: 0;
}
.p-diagnose__number > p {
  color: transparent;
  -webkit-text-stroke: 1px #CFA65D;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
}
.p-diagnose__question {
  display: block;
  margin: 0 0 10px;
}
.p-diagnose__question > p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-diagnose__question > p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-diagnose__select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-diagnose__select__option {
  width: 50%;
  border: 1px solid #ffffff;
  border-radius: 2px;
}
.p-diagnose__select__option.is-last {
  width: 100%;
}
.p-diagnose__select__option > input[type=radio] {
  display: none;
  /* ラジオボタンを非表示にする */
}
.p-diagnose__select__option > input[type=radio]:checked + label {
  background: #CFA65D;
}
.p-diagnose__select__option > label {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  height: 45px;
  line-height: 45px;
}
.p-diagnose__select__option > label:hover {
  cursor: pointer;
}
.p-diagnose__suggest {
  text-align: center;
}
.p-diagnose__suggest__lead {
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .p-diagnose__suggest__lead {
    margin: 0 0 10px;
  }
}
.p-diagnose__suggest__lead > p {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media (max-width: 768px) {
  .p-diagnose__suggest__lead > p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .p-diagnose__suggest__lead.is-first > p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-diagnose__suggest__lead.is-last > p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.p-diagnose__suggest__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-diagnose__suggest__image li {
  color: #fff;
}
.mv-about-wrap {
  background: url(../img/common/bg_img.png);
}

.p-main-visual {
  padding: 98px 0 0;
}
@media (max-width: 768px) {
  .p-main-visual {
    padding: 0 0 14px;
  }
}
.p-main-visual__image {
  padding: 44.95% 0 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 44px;
}
@media (max-width: 768px) {
  .p-main-visual__image {
    padding: 138.95% 0 0;
  }
}
.p-main-visual__image > img {
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-main-visual__image > img {
    top: 55%;
  }
}
@media screen and (min-width: 700px) and (max-width: 768px) {
  .p-main-visual__image > img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
            transform: translate(-50%, -50%) scale(1.05);
  }
}
.p-main-visual__catch {
  max-width: 1289px;
  width: 100%;
  margin: 0 0 52px;
}
@media (max-width: 768px) {
  .p-main-visual__catch {
    margin: 0 0 36px;
  }
}
.p-main-visual__catch > img {
  width: 100%;
}
.p-main-visual__contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 768px) {
  .p-main-visual__contents {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.p-main-visual__content.is-lead {
  width: 48%;
}
@media (max-width: 768px) {
  .p-main-visual__content.is-lead {
    width: 100%;
    margin: 0 0 11px;
  }
}
.p-main-visual__content.is-lead > p {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-main-visual__content.is-lead > p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .p-main-visual__content.is-lead > p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.p-main-visual__content.is-campaign {
  width: 675px;
  height: 381px;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 15px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-main-visual__content.is-campaign {
    width: 50%;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .p-main-visual__content.is-campaign {
    width: 375px;
    height: 192px;
    margin: 0;
  }
}
.p-main-visual__content.is-campaign > img {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .p-main-visual__content.is-campaign > img {
    top: 50%;
  }
}
.p-main-visual__content.is-campaign > p {
  color: #CFA65D;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
  position: absolute;
  bottom: 15px;
  left: 31px;
}
@media (max-width: 768px) {
  .p-main-visual__content.is-campaign > p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}