@charset "UTF-8";
@font-face {
  font-family: 'gothambook';
  src: url("../fonts/Gotham Book Regular.otf") format("opentype");
}

@font-face {
  font-family: 'robotobold';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'robotolight';
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
}

/*-------------------
Default Settings
-------------------*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 14px;
  line-height: normal;
  color: #808285;
  /* font-family: "游ゴシック","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"メイリオ","Meiryo","Osaka",sans-serif; */
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  html, body {
    font-size: 13px;
  }
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, figure, figcaption {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

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

a:focus {
  outline: none;
}

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

:focus {
  outline: none;
}

input, select {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.container {
  max-width: 100vw;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.mv__item {
  color: #fff;
  height: 62.5vw;
  width: 100%;
  text-align: center;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  .mv__item {
    height: 159.2vw;
  }
}

@media screen and (max-width: 750px) {
  .mv__item img {
    height: inherit;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

.blockpc {
  display: block;
}

@media screen and (max-width: 750px) {
  .blockpc {
    display: none;
  }
}

.blocksp {
  display: none;
}

@media screen and (max-width: 750px) {
  .blocksp {
    display: block;
  }
}

.container {
  max-width: 79.84375vw;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .container {
    max-width: 100%;
    padding: 0 8%;
  }
}

.container img {
  max-width: 100%;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #707070;
}

@media screen and (max-width: 750px) {
  .slick-prev,
  .slick-next {
    top: 30%;
  }
}

.slick-prev:hover,
.slick-next:hover {
  color: transparent;
  outline: none;
  background: #ccc;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  z-index: 1;
}

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: 0;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 0;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.logged-in .header .sticky {
  top: 32px;
}

.header {
  position: relative;
}

.header__info {
  padding: 0 0 0 2.34375vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.34375vw;
  height: 6.25vw;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .header__info {
    background: #fff;
    height: 18.66667vw;
  }
}

.header__info.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
}

.header__info__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 11.09375vw;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 750px) {
  .header__info__logo {
    max-width: 26.66667vw;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
  }
}

.header__info__logo:hover {
  opacity: .7;
}

.header__info__menubar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .header__info__menubar {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    top: 18vw;
    background: #000;
    left: -100%;
    height: 100%;
    margin-left: 0;
    -webkit-transition: margin 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: margin 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: margin 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    overflow-y: auto;
    padding: 11.2vw 0 14.4vw;
    z-index: 999999999;
  }
}

.header__info__menubar__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 1.95312vw;
  position: relative;
  text-transform: uppercase;
  z-index: 3;
}

@media screen and (max-width: 750px) {
  .header__info__menubar__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: block;
    text-align: center;
  }
}

.header__info__menubar__list li {
  padding: 0 1.17188vw;
}

@media screen and (max-width: 750px) {
  .header__info__menubar__list li {
    padding: 0;
  }
}

.header__info__menubar__list li a {
  font-size: 1.25vw;
  color: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 750px) {
  .header__info__menubar__list li a {
    font-size: 4.26667vw;
    padding: 2vw 0;
    display: block;
    color: #fff;
  }
}

.header__info__menubar__list li a:hover {
  opacity: .7;
}

.header__info__menubar__list li a.active {
  color: #C3C3C3;
}

.header__info__menubar__list .current-menu-item a {
  color: #C3C3C3;
}

.header__info__menubar .tel_sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .header__info__menubar .tel_sp {
    display: block;
    width: 84%;
    margin: 6.66667vw auto 2.66667vw;
    background: #848484;
    text-align: center;
    color: #fff;
    font-family: 'robotobold';
  }
}

.header__info__menubar .tel_sp a {
  color: #fff;
  line-height: 12vw;
  display: block;
  font-size: 4.26667vw;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header__info__menubar .tel_sp a:hover {
  opacity: .7;
}

.header__info__menubar .experience {
  display: none;
}

@media screen and (max-width: 750px) {
  .header__info__menubar .experience {
    display: block;
    width: 84%;
    margin: 0 auto;
    background: #DED6CC;
    text-align: center;
    color: #242424;
  }
}

.header__info__menubar .experience a {
  color: #242424;
  line-height: 12vw;
  display: block;
  font-size: 3.73333vw;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header__info__menubar .experience a:hover {
  opacity: .7;
}

@media screen and (max-width: 750px) {
  .header__info__menubar.active {
    margin-left: 100%;
  }
}

.header__info .header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 750px) {
  .header__info .header__contact {
    height: 18.66667vw;
  }
}

.header__info .header__contact span.tel {
  color: #000;
  font-family: 'robotobold';
  font-weight: bold;
  padding: 0 0.78125vw;
  border: solid 1px #707070;
  font-size: 1.40625vw;
  line-height: 1;
  margin-right: 1.71875vw;
}

.header__info .header__contact a {
  padding-right: 1.95312vw;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 750px) {
  .header__info .header__contact a {
    display: none;
  }
}

.header__info .header__contact a:hover {
  opacity: .7;
}

.header__info .header__contact a img {
  width: 1.5625vw;
}

.header__info .header__contact a.btn-contact {
  font-size: 1.01562vw;
  background: #DED6CC;
  padding: 0 1.01562vw;
  line-height: 6.25vw;
  color: #000;
  height: 6.25vw;
}

@media screen and (max-width: 750px) {
  .header__info .header__contact a.btn-contact {
    display: block;
    font-size: 3.46667vw;
    line-height: 1.3;
    padding: 0 2.4vw 0;
    height: 100%;
    line-height: 25.33333vw;
    text-align: center;
    position: relative;
  }
}

@media screen and (max-width: 750px) {
  .header__info .header__contact a.btn-contact span {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .header__info .header__contact a.btn-contact:after {
    content: "";
    background: url("../images/icon_mail_new.svg");
    background-size: cover;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 40%;
    left: 50%;
    height: 3.8vw;
    width: 6vw;
    font-size: 6.13333vw;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.header__info .header__contact .fb, .header__info .header__contact .insta, .header__info .header__contact .tw, .header__info .header__contact .line, .header__info .header__contact .youtube {
  margin-top: -5px;
}

.header__info .header__contact__sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .header__info .header__contact__sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5.86667vw;
  }
}

.header__info .header__contact__sp a {
  display: block;
  width: 5.33333vw;
  text-align: center;
}

.header__info .header__contact__sp a:hover {
  opacity: .7;
}

@media screen and (max-width: 750px) {
  .header__info .header__contact__sp .youtube, .header__info .header__contact__sp .line, .header__info .header__contact__sp .fb, .header__info .header__contact__sp .tw {
    margin-left: 5.33333vw;
  }
}

.header__info .hamburger {
  display: none;
}

@media screen and (max-width: 750px) {
  .header__info .hamburger {
    display: block;
    width: 7.46667vw;
    height: 6vw;
    position: absolute;
    top: 50%;
    left: 6.4vw;
    cursor: pointer;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
  }
}

.header__info .hamburger .hamburger_bar {
  background: #000;
  display: inline-block;
  height: 0.93333vw;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: 100%;
  border-radius: 1.5px;
}

.header__info .hamburger .hamburger_bar:first-child {
  top: calc(50% - 9px);
}

.header__info .hamburger .hamburger_bar:last-child {
  top: calc(50% + 9px);
}

.header__info .hamburger.active .hamburger_bar:first-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.header__info .hamburger.active .hamburger_bar:nth-child(2) {
  left: 100%;
  opacity: 0;
}

.header__info .hamburger.active .hamburger_bar:last-child {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.footer {
  background: #000;
  position: relative;
  padding-bottom: 0.625vw;
}

.footer .top {
  background: #848484;
  text-align: center;
}

.footer .top a {
  font-size: 1.09375vw;
  font-weight: bold;
  line-height: 3.67188vw;
  display: block;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 750px) {
  .footer .top a {
    font-size: 3.73333vw;
    line-height: 12.53333vw;
  }
}

.footer .top a:hover {
  opacity: .7;
}

.footer .container {
  max-width: 81.09375vw;
  margin: 0 auto;
  padding: 10vw 0 8.35938vw;
}

@media screen and (max-width: 750px) {
  .footer .container {
    max-width: none;
    width: 84%;
    margin: 0 auto;
    padding: 13.33333vw 0 8.35938vw;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .footer__logo {
    width: 62.4vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .footer__logo a {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .footer__connect {
    margin: 13.33333vw 0 4.53333vw;
  }
}

.footer__connect a {
  display: inline-block;
}

.footer__connect .youtube, .footer__connect .line, .footer__connect .fb, .footer__connect .tw {
  margin-left: 6.66667vw;
}

@media screen and (max-width: 750px) {
  .footer__connect .tw {
    height: 6.4vw;
    width: 6.4vw;
  }
}

.footer__connect .tw img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .footer__connect .fb {
    height: 6.4vw;
    width: 6.4vw;
  }
}

.footer__connect .fb img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .footer__connect .insta {
    height: 6.4vw;
    width: 6.4vw;
  }
}

.footer__connect .insta img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .footer__connect .line {
    height: 6.4vw;
    width: 6.4vw;
  }
}

.footer__connect .line img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .footer__connect .youtube {
    height: 6.4vw;
    width: 6.4vw;
  }
}

.footer__connect .youtube img {
  width: 100%;
}

.footer__half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .footer__half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.footer__half__35 {
  width: 39.4%;
}

@media screen and (max-width: 750px) {
  .footer__half__35 {
    margin-top: 8.8vw;
    width: 100%;
  }
}

.footer__half__35:nth-child(2) {
  width: 35%;
}

@media screen and (max-width: 750px) {
  .footer__half__35:nth-child(2) {
    width: 100%;
  }
}

.footer__half__35__logo {
  max-width: 17.96875vw;
  margin-bottom: 4.84375vw;
}

.footer__half__35__logo a {
  display: block;
}

.footer__half__35 .logo_text {
  display: -ms-grid;
  display: grid;
  margin-top: -0.39062vw;
}

.footer__half__35 .logo_text p {
  font-size: 1.17188vw;
  color: #FFF;
  text-align: left;
  line-height: 2.1875vw;
}

@media screen and (max-width: 750px) {
  .footer__half__35 .logo_text p {
    font-size: 3.46667vw;
    line-height: 5.33333vw;
  }
}

.footer__half__35 .logo_text p a {
  float: right;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer__half__35 .logo_text p a.footer_address {
  color: #fff;
  cursor: default;
  float: none;
}

.footer__half__35 .logo_text p a.footer_address:hover {
  opacity: 1;
}

.footer__half__35 .logo_text p a:hover {
  opacity: .7;
}

.footer__half__35 .logo_text p a.insta {
  margin-right: 1.5625vw;
}

@media screen and (max-width: 750px) {
  .footer__half__35 .logo_text p a.insta {
    margin-right: 10.66667vw;
  }
}

.footer__half__35 .logo_text p a.fb {
  margin-right: 1.5625vw;
}

@media screen and (max-width: 750px) {
  .footer__half__35 .logo_text p a.fb {
    margin-right: 10.66667vw;
  }
}

.footer__half__35 .logo_text p a.tw {
  margin-right: 1.5625vw;
}

@media screen and (max-width: 750px) {
  .footer__half__35 .logo_text p a.tw {
    margin-right: 10.66667vw;
  }
}

.footer__half__35 .logo_text p a.line {
  margin-right: 1.5625vw;
}

@media screen and (max-width: 750px) {
  .footer__half__35 .logo_text p a.line {
    margin-right: 10.66667vw;
  }
}

.footer__half__35 .logo_text p a img {
  width: 1.5625vw;
}

.footer__half__35 .logo_text p .tel {
  float: left;
  color: #fff;
  font-family: 'robotoregular';
}

@media screen and (max-width: 750px) {
  .footer__half__35 .logo_text p .tel {
    margin: 4.66667vw 0;
  }
}

.footer__half__35 .logo_text p .mail {
  text-decoration: underline;
  float: left;
  color: #fff;
}

.footer__half__35 .logo_text p.px25 {
  font-size: 1.95312vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .footer__half__35 .logo_text p.px25 {
    font-size: 6.66667vw;
  }
}

.footer__half__35 .logo_text p.px26 {
  font-size: 1.01562vw;
}

@media screen and (max-width: 750px) {
  .footer__half__35 .logo_text p.px26 {
    font-size: 3.46667vw;
  }
}

@media screen and (max-width: 750px) {
  .footer__half__35 .logo_text p.px26 span {
    padding-left: 17.33333vw;
  }
}

@media screen and (max-width: 750px) {
  .footer__half__35 .logo_text p.px26 .time {
    display: none;
  }
}

.footer__half__35 .logo_text p.pd40 {
  padding-top: 1.71875vw;
}

@media screen and (max-width: 750px) {
  .footer__half__35 .logo_text p.pd40 {
    padding-top: 4.66667vw;
  }
}

.footer__half__35 .logo_text a.btn-footer {
  font-size: 1.40625vw;
  background: #DED6CC;
  line-height: 6.09375vw;
  text-align: center;
  color: #242424;
  font-weight: bold;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 750px) {
  .footer__half__35 .logo_text a.btn-footer {
    font-size: 4.26667vw;
    line-height: 13.33333vw;
    margin-top: 2.66667vw;
  }
}

.footer__half__35 .logo_text a.btn-footer:hover {
  opacity: .7;
}

.footer__half__35 .logo_text .telsp a {
  color: #fff;
}

.footer .footer-page-nav {
  margin: 7.8125vw 0 4.6875vw;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 750px) {
  .footer .footer-page-nav {
    margin: 8vw 0 5.33333vw;
  }
}

.footer .footer-page-nav > li {
  display: inline-block;
  font-size: 1.01562vw;
  line-height: 2;
  margin: 0 1em;
}

@media screen and (max-width: 750px) {
  .footer .footer-page-nav > li {
    font-size: 2.66667vw;
  }
}

.footer .footer-page-nav > li > a {
  color: #fff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer .footer-page-nav > li > a:hover {
  opacity: .7;
}

.footer .text-center {
  font-size: 1.01562vw;
  text-align: center;
  color: #FFF;
  font-family: 'robotoregular';
}

@media screen and (max-width: 750px) {
  .footer .text-center {
    font-size: 2.66667vw;
    padding: 0 0 4vw 0;
  }
}

.page-template-template-home .header .header__info {
  background: #fff;
}

.page-template-template-home .header .header__info.sticky {
  background: #fff;
  z-index: 99;
}

.mvArea {
  position: relative;
}

@media screen and (max-width: 750px) {
  .mvArea {
    padding-top: 18.66667vw;
  }
}

.mvArea .scroll-page {
  position: fixed;
  bottom: 13%;
  z-index: 7;
  color: #000;
}

@media screen and (max-width: 750px) {
  .mvArea .scroll-page {
    display: none;
    left: -6%;
    bottom: 15%;
  }
}

.mvArea .scroll-page .arrow p {
  font-size: 16px;
  font-family: 'robotoregular';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .mvArea .scroll-page .arrow p {
    font-size: 4.26667vw;
  }
}

.mvArea .scroll-page .arrow p:after {
  content: "";
  width: 45px;
  height: 1px;
  margin: 0 0 0.35em 1em;
  background: #fff;
  display: inline-block;
}

.mvArea .mv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mvArea .mv__item {
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 750px) {
  .mvArea .mv__item {
    height: auto;
  }
}

.mvArea .mv__item .name {
  position: absolute;
  bottom: 5vw;
}

@media screen and (max-width: 750px) {
  .mvArea .mv__item .name {
    bottom: 10vw;
  }
}

.mvArea .mv__item .name > img {
  width: 20vw;
}

@media screen and (max-width: 750px) {
  .mvArea .mv__item .name > img {
    width: 40vw;
  }
}

.mvArea .mv__item .name.type01 {
  left: 19vw;
}

@media screen and (max-width: 750px) {
  .mvArea .mv__item .name.type01 {
    left: 10vw;
  }
}

.mvArea .mv__item .name.type02 {
  right: 20vw;
}

@media screen and (max-width: 750px) {
  .mvArea .mv__item .name.type02 {
    margin-right: -20vw;
    right: 50%;
  }
}

@media screen and (max-width: 750px) {
  .mvArea .mv__kv {
    height: calc(100vh - vw_sp(140)) !important;
  }
}

@media screen and (max-width: 750px) {
  .mvArea .mv__kv {
    height: calc(100vh - vw_sp(140)) !important;
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}

/* ====================================== award */
#award {
  padding: 4.6875vw 0;
}

@media screen and (max-width: 750px) {
  #award {
    padding: 8vw 0;
  }
}

#award .container .copy {
  text-align: center;
  font-size: 2.65625vw;
  font-weight: bold;
  line-height: 1.8;
  color: #242424;
}

@media screen and (max-width: 750px) {
  #award .container .copy {
    font-size: 4.53333vw;
    line-height: 1.6;
  }
}

#award .container .copy .crowns {
  margin-left: 1.5625vw;
  line-height: 0;
}

@media screen and (max-width: 750px) {
  #award .container .copy .crowns {
    margin: 0.66667vw 0 0 0;
    display: block;
  }
}

#award .container .copy .crowns > img {
  width: 15.625vw;
}

@media screen and (max-width: 750px) {
  #award .container .copy .crowns > img {
    width: 17.33333vw;
  }
}

#award .container .awardList {
  margin-top: 2.34375vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  #award .container .awardList {
    margin-top: 2.66667vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#award .container .awardList > li {
  width: calc((100% - 125px) / 6);
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 750px) {
  #award .container .awardList > li {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 750px) {
  #award .container .awardList > li:nth-child(n + 4) {
    margin-top: 2.66667vw;
  }
}

#award .container .awardList > li > img {
  width: 100%;
}

#award .container .awardBnrList {
  margin-top: 3.90625vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #award .container .awardBnrList {
    margin-top: 6.66667vw;
  }
}

#award .container .awardBnrList > li {
  font-size: 0;
  line-height: 0;
}

#award .container .awardBnrList > li > img {
  width: auto;
  height: 9.375vw;
}

@media screen and (max-width: 750px) {
  #award .container .awardBnrList > li > img {
    height: 9.33333vw;
  }
}

#award .container .notes {
  margin-top: 5.46875vw;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #award .container .notes {
    margin-top: 5.33333vw;
  }
}

#award .container .notes > li {
  font-size: 0.85938vw;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  #award .container .notes > li {
    font-size: 1.33333vw;
  }
}

.concept {
  padding-bottom: 140px;
  background-color: #FCFCFC;
}

@media screen and (max-width: 750px) {
  .concept {
    padding: 18.13333vw 8%;
  }
}

.concept__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .concept__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.concept__container__txt {
  width: 36%;
  margin-top: 21.48438vw;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  position: relative;
  padding-top: 2.03125vw;
}

@media screen and (max-width: 750px) {
  .concept__container__txt {
    width: 100%;
    margin-top: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.concept__container__txt h1, .concept__container__txt h2 {
  font-size: 2.34375vw;
  color: #242424;
  font-family: 'robotolight';
  margin-bottom: 1.17188vw;
}

@media screen and (max-width: 750px) {
  .concept__container__txt h1, .concept__container__txt h2 {
    font-size: 5.33333vw;
    margin-bottom: 4.8vw;
  }
}

.concept__container__txt h1 span, .concept__container__txt h2 span {
  position: relative;
  -webkit-animation: showing 5s;
  /* Safari 4.0 - 8.0 */
  animation: showing 5s;
}

.concept__container__txt p {
  font-size: 1.25vw;
  color: #242424;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .concept__container__txt p {
    font-size: 3.46667vw;
    line-height: 8vw;
  }
}

.concept__container__txt p.normal {
  padding-top: 1.95312vw;
  font-size: 1.25vw;
  font-family: 'robotoregular';
}

@media screen and (max-width: 750px) {
  .concept__container__txt p.normal {
    font-size: 3.2vw;
    line-height: 8vw;
  }
}

.concept__container__img {
  width: 55%;
}

@media screen and (max-width: 750px) {
  .concept__container__img {
    width: 100%;
    margin-top: 8vw;
  }
}

.concept__list {
  padding: 12.5vw 0 8.98438vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .concept__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 21.33333vw 0 0;
  }
}

.concept__item {
  position: relative;
}

.concept__item:before {
  content: '';
  background: url("../images/line.png");
  background-size: cover;
  height: 2.65625vw;
  width: 2.42188vw;
  left: 0;
  position: absolute;
  top: -5.23438vw;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 750px) {
  .concept__item:before {
    height: 6.66667vw;
    width: 6.13333vw;
    top: -10.66667vw;
  }
}

@media screen and (max-width: 750px) {
  .concept__item + .concept__item {
    margin-top: 19.73333vw;
  }
}

.concept__item__ttl {
  font-size: 1.40625vw;
  color: #FFF;
  font-weight: bold;
  font-family: 'robotobold';
  margin-bottom: 1.95312vw;
}

@media screen and (max-width: 750px) {
  .concept__item__ttl {
    font-size: 4.26667vw;
    margin-bottom: 3.33333vw;
  }
}

.concept__item__txt {
  font-size: 1.17188vw;
  color: #FFF;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-family: 'robotoregular';
}

@media screen and (max-width: 750px) {
  .concept__item__txt {
    font-size: 3.46667vw;
  }
}

.concept__item__txt span {
  font-family: "Yu Gothic",sans-serif;
}

.slide .slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slide .slider .edge {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  display: block;
}

.slide .slider .edge:before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 100%;
}

.slide .slider .edge :after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 100%;
}

.slide ul {
  background: #ddd;
  overflow: hidden;
  width: 1000%;
  margin: 0;
}

.slide li {
  list-style: none;
  display: table-cell;
}

@media screen and (max-width: 750px) {
  .slide li {
    max-width: 43.2vw;
  }
}

.ourServices {
  background-color: #f8f8f8;
  padding: 120px 0 140px;
}

@media screen and (max-width: 750px) {
  .ourServices {
    padding: 10.66667vw 0 21.33333vw;
  }
}

.ourServices__ttl {
  text-align: center;
  color: #242424;
  font-weight: bold;
  margin-bottom: 3.90625vw;
  font-size: 2.5vw;
  font-family: 'robotobold';
}

@media screen and (max-width: 750px) {
  .ourServices__ttl {
    margin-bottom: 11.2vw;
    font-size: 5.33333vw;
  }
}

.ourServices__container__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7.8125vw;
}

@media screen and (max-width: 750px) {
  .ourServices__container__wrap {
    margin-bottom: 11.46667vw;
  }
}

.ourServices__container__wrap:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ourServices__container__wrap:nth-child(odd) .ourServices__container__wrap__txt {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  padding-left: 5%;
  z-index: 9;
}

@media screen and (max-width: 750px) {
  .ourServices__container__wrap:nth-child(odd) .ourServices__container__wrap__txt {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-left: -44%;
    padding: 6.93333vw 11.2vw 0 7.73333vw;
  }
}

.ourServices__container__wrap:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ourServices__container__wrap:nth-child(even) .ourServices__container__wrap__txt {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  padding-right: 5%;
  z-index: 9;
}

@media screen and (max-width: 750px) {
  .ourServices__container__wrap:nth-child(even) .ourServices__container__wrap__txt {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-right: -44%;
    padding: 6.93333vw 7.73333vw 0 11.2vw;
  }
}

.ourServices__container__wrap__txt {
  padding-top: 4.6875vw;
  width: 55%;
  margin-top: 8.98438vw;
  background: #f8f8f8;
  position: relative;
}

@media screen and (max-width: 750px) {
  .ourServices__container__wrap__txt {
    padding-top: 6.93333vw;
    width: 90%;
    margin-top: 41.33333vw;
  }
}

.ourServices__container__wrap__txt .feature {
  font-family: 'robotobold';
  font-size: 1.40625vw;
}

@media screen and (max-width: 750px) {
  .ourServices__container__wrap__txt .feature {
    font-size: 3.2vw;
  }
}

.ourServices__container__wrap__txt h3 {
  font-size: 2.34375vw;
  color: #242424;
  font-family: 'robotoregular';
  line-height: 1.8;
  margin-bottom: 0.9375vw;
}

@media screen and (max-width: 750px) {
  .ourServices__container__wrap__txt h3 {
    font-size: 3.2vw;
    margin-bottom: 2.13333vw;
    line-height: 1.8;
  }
}

.ourServices__container__wrap__txt p {
  font-size: 1.40625vw;
  color: #242424;
  font-family: "Yu Gothic",sans-serif;
  line-height: 2.73438vw;
}

@media screen and (max-width: 750px) {
  .ourServices__container__wrap__txt p {
    font-size: 2.93333vw;
    line-height: 5.33333vw;
  }
}

.ourServices__container__wrap__txt p.title {
  font-size: 1.71875vw;
  font-weight: bold;
  margin-bottom: 1.17188vw;
  font-family: "Yu Gothic",sans-serif;
}

@media screen and (max-width: 750px) {
  .ourServices__container__wrap__txt p.title {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}

.ourServices__container__wrap__txt p.normal {
  margin-top: 3.125vw;
  font-size: 1.25vw;
}

.ourServices__container__wrap__img {
  width: 55%;
}

@media screen and (max-width: 750px) {
  .ourServices__container__wrap__img {
    width: 88.37%;
  }
}

.ourPlans {
  position: relative;
  margin-top: 5.46875vw;
  margin-bottom: 3.90625vw;
}

.ourPlans__ttl {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000;
  margin-bottom: 3.125vw;
  font-family: 'robotobold';
}

@media screen and (max-width: 750px) {
  .ourPlans__ttl {
    font-size: 5.33333vw;
    font-weight: bold;
  }
}

.ourPlans__ttl__cmt {
  margin-bottom: 2.34375vw;
  display: block;
  font-size: 1.40625vw;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 750px) {
  .ourPlans__ttl__cmt {
    margin-bottom: 2.66667vw;
    display: block;
    font-size: 3.2vw;
    letter-spacing: 0.3em;
  }
}

.ourPlans .ourPlans-txt {
  padding: 0 8%;
}

.ourPlans p {
  color: #000;
  font-size: 1.09375vw;
  line-height: 1.79687vw;
}

@media screen and (max-width: 750px) {
  .ourPlans p {
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    font-weight: bold;
  }
}

.ourPlans__content {
  padding: 0 5.07812vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ourPlans__content__wrap {
  margin-top: 100px;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap {
    margin-top: 30px;
  }
}

.ourPlans__content__wrap__box {
  border: 1px solid #E5E5E5;
}

.ourPlans__content__wrap__box:not(:first-child) {
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box:not(:first-child) {
    margin-top: 40px;
  }
}

.ourPlans__content__wrap__box .head {
  height: 6.25vw;
  background: #E5E5E5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.5625vw;
  font-weight: bold;
  color: #242424;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box .head {
    height: 13.33333vw;
    font-size: 4.26667vw;
  }
}

.ourPlans__content__wrap__box .head .small {
  font-size: 1.32812vw;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box .head .small {
    font-size: 3.2vw;
  }
}

.ourPlans__content__wrap__box__inner {
  padding: 3.125vw 4.6875vw;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner {
    padding: 5.33333vw;
  }
}

.ourPlans__content__wrap__box__inner .trial-txt {
  font-size: 1.09375vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .trial-txt {
    font-size: 3.73333vw;
    font-weight: normal;
  }
}

.ourPlans__content__wrap__box__inner .trial-plan {
  height: 5.15625vw;
  margin-top: 4.6875vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .trial-plan {
    margin-top: 8vw;
  }
}

.ourPlans__content__wrap__box__inner .trial-plan .time {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .trial-plan .time {
    font-size: 3.46667vw;
  }
}

.ourPlans__content__wrap__box__inner .trial-plan .price {
  width: 50%;
  height: 100%;
  border-left: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: bottom;
}

.ourPlans__content__wrap__box__inner .trial-plan .price .price-txt {
  font-size: 1.25vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .trial-plan .price .price-txt {
    font-size: 3.46667vw;
  }
}

.ourPlans__content__wrap__box__inner .trial-plan .price .price-txt .big {
  font-family: 'robotobold';
  font-size: 2.1875vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .trial-plan .price .price-txt .big {
    font-size: 5.6vw;
  }
}

.ourPlans__content__wrap__box__inner .info {
  padding: 2.34375vw;
  border: 1px solid #E5E5E5;
  text-align: center;
  font-size: 1.25vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .info {
    padding: 4vw;
    font-size: 4vw;
  }
}

.ourPlans__content__wrap__box__inner .txt {
  font-size: 1.09375vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .txt {
    font-size: 3.73333vw;
    font-weight: normal !important;
  }
}

.ourPlans__content__wrap__box__inner .txt:not(:first-child) {
  margin-top: 2.34375vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .txt:not(:first-child) {
    margin-top: 4vw;
  }
}

.ourPlans__content__wrap__box__inner .course-list {
  margin-top: 5.46875vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-list {
    margin-top: 10.66667vw;
  }
}

.ourPlans__content__wrap__box__inner .course-list > li {
  width: calc((100% - 40px) / 3);
  height: 4.375vw;
  background: #E5E5E5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 1.09375vw;
  color: #242424;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-list > li {
    width: calc((100% - 10px) / 3);
    height: 10.66667vw;
    font-size: 2.66667vw;
  }
}

.ourPlans__content__wrap__box__inner .course-list > li.popular:before {
  content: "人気";
  width: 42px;
  height: 28px;
  margin-left: -21px;
  background-image: url(../images/top/ico_popular.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  display: inline-block;
  position: absolute;
  top: -38px;
  left: 50%;
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-list > li.popular:before {
    width: 30px;
    margin-left: -15px;
    top: -28px;
    font-size: 10px;
    line-height: 1.6;
  }
}

.ourPlans__content__wrap__box__inner .course-info-list {
  margin-top: 2.34375vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info-list {
    margin-top: 4vw;
  }
}

.ourPlans__content__wrap__box__inner .course-info-list > li {
  padding: 2.34375vw 0.78125vw;
  border: 3px solid #E5E5E5;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info-list > li {
    padding: 4vw 0;
  }
}

.ourPlans__content__wrap__box__inner .course-info-list > li:not(:first-child) {
  margin-top: 2.34375vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info-list > li:not(:first-child) {
    margin-top: 5.33333vw;
  }
}

.ourPlans__content__wrap__box__inner .course-info-list > li .info-list-wrap {
  height: 5.15625vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info-list > li .info-list-wrap {
    height: 17.6vw;
  }
}

.ourPlans__content__wrap__box__inner .course-info-list > li .info-list-wrap .info-ttl {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.17188vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info-list > li .info-list-wrap .info-ttl {
    font-size: 3.2vw;
    font-weight: normal !important;
  }
}

.ourPlans__content__wrap__box__inner .course-info-list > li .info-list-wrap .price {
  width: 50%;
  height: 100%;
  border-left: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ourPlans__content__wrap__box__inner .course-info-list > li .info-list-wrap .price .price-info {
  font-size: 1.25vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info-list > li .info-list-wrap .price .price-info {
    font-size: 3.2vw;
  }
}

.ourPlans__content__wrap__box__inner .course-info-list > li .info-list-wrap .price .price-info .big {
  font-family: 'robotobold';
  font-size: 2.26562vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info-list > li .info-list-wrap .price .price-info .big {
    font-size: 4.26667vw;
  }
}

.ourPlans__content__wrap__box__inner .course-info-list > li .benefits {
  margin-top: 2.34375vw;
  margin-bottom: -0.78125vw;
  text-align: center;
  font-size: 0.9375vw;
  line-height: 1px;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info-list > li .benefits {
    margin-top: 4vw;
    margin-bottom: 0;
    font-size: 2.93333vw;
    font-weight: normal;
  }
}

.ourPlans__content__wrap__box__inner .course-info {
  margin-top: 2.34375vw;
  padding: 2.34375vw 3.125vw;
  border: 3px solid #E5E5E5;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info {
    margin-top: 5.33333vw;
    padding: 4vw;
  }
}

.ourPlans__content__wrap__box__inner .course-info .txt {
  font-size: 1.09375vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info .txt {
    font-size: 3.73333vw;
    font-weight: normal;
  }
}

.ourPlans__content__wrap__box__inner .course-info .points {
  margin-top: 2.34375vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info .points {
    margin-top: 5.33333vw;
  }
}

.ourPlans__content__wrap__box__inner .course-info .points > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info .points > li {
    display: block;
  }
}

.ourPlans__content__wrap__box__inner .course-info .points > li:not(:first-child) {
  margin-top: 1.5625vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info .points > li:not(:first-child) {
    margin-top: 5.33333vw;
  }
}

.ourPlans__content__wrap__box__inner .course-info .points > li .ph-area {
  width: 40%;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info .points > li .ph-area {
    width: 100%;
  }
}

.ourPlans__content__wrap__box__inner .course-info .points > li .ph-area > img {
  width: 100%;
}

.ourPlans__content__wrap__box__inner .course-info .points > li .txt-area {
  width: 60%;
  padding-left: 3.125vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info .points > li .txt-area {
    width: 100%;
    margin-top: 2.66667vw;
    padding-left: 0;
  }
}

.ourPlans__content__wrap__box__inner .course-info .points > li .txt-area .ttl {
  font-size: 1.17188vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info .points > li .txt-area .ttl {
    font-size: 3.73333vw;
  }
}

.ourPlans__content__wrap__box__inner .course-info .points > li .txt-area .txt {
  margin-top: 10px;
  font-size: 1.09375vw;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info .points > li .txt-area .txt {
    font-size: 3.2vw;
  }
}

.ourPlans__content__wrap__box__inner .course-info-notes {
  margin-top: 0.78125vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info-notes {
    margin-top: 2.66667vw;
  }
}

.ourPlans__content__wrap__box__inner .course-info-notes > li {
  margin-left: 1em;
  font-size: 0.9375vw;
  color: #6C6C6C;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box__inner .course-info-notes > li {
    font-size: 2.93333vw;
  }
}

.ourPlans__content__wrap__box__inner .course-info-notes > li:before {
  content: "※";
  width: 1px;
  margin-left: -1em;
}

.ourPlans__content__wrap__box__inner .course-info-notes > li:not(:first-child) {
  margin-top: 5px;
}

.ourPlans__content__wrap__box.payment {
  padding: 3.125vw 4.6875vw;
  background: #F5F5F5;
  border: none;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box.payment {
    padding: 8vw 5.33333vw;
  }
}

.ourPlans__content__wrap__box.payment .payment-ttl {
  font-size: 1.64062vw;
  font-weight: bold;
  color: #242424;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box.payment .payment-ttl {
    font-size: 4.8vw;
  }
}

.ourPlans__content__wrap__box.payment .payment-txt {
  margin-top: 2.34375vw;
  font-size: 1.09375vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box.payment .payment-txt {
    margin-top: 4vw;
    font-size: 3.73333vw;
    font-weight: normal;
  }
}

.ourPlans__content__wrap__box.payment .payment-info {
  margin-top: 2.34375vw;
  padding: 30px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box.payment .payment-info {
    margin-top: 5.33333vw;
    padding: 5.33333vw;
  }
}

.ourPlans__content__wrap__box.payment .payment-info .installment-head {
  font-size: 1.17188vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box.payment .payment-info .installment-head {
    font-size: 3.73333vw;
  }
}

.ourPlans__content__wrap__box.payment .payment-info .installment-detail {
  margin-top: 2.34375vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box.payment .payment-info .installment-detail {
    margin-top: 5.33333vw;
  }
}

.ourPlans__content__wrap__box.payment .payment-info .installment-detail .underline {
  padding: 0 0.3em 0.39062vw;
  font-size: 1.40625vw;
  font-weight: bold;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box.payment .payment-info .installment-detail .underline {
    padding-left: 1.33333vw;
    font-size: 3.73333vw;
  }
}

.ourPlans__content__wrap__box.payment .payment-info .installment-detail .underline .big {
  font-size: 2.5vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box.payment .payment-info .installment-detail .underline .big {
    font-size: 7.46667vw;
  }
}

.ourPlans__content__wrap__box.payment .payment-info .cards-img {
  margin-top: 3.51562vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box.payment .payment-info .cards-img {
    margin-top: 8vw;
  }
}

.ourPlans__content__wrap__box.payment .payment-info .cards-img > img {
  width: 23.04688vw;
}

@media screen and (max-width: 750px) {
  .ourPlans__content__wrap__box.payment .payment-info .cards-img > img {
    width: 100%;
  }
}

.ourPlans .box__plans {
  margin-top: 10.66667vw;
}

.ourPlans .box__plans__details {
  margin-bottom: 8vw;
}

.ourPlans .box__plans__details span {
  font-size: 3.46667vw;
  color: #242424;
}

.ourPlans .box__plans__details .title .bg-black {
  background: #000;
  color: #FFF;
  border: 0;
  font-size: 4.53333vw;
  font-weight: bold;
  font-family: "Yu Gothic",sans-serif;
  padding-top: 1.33333vw;
  padding-bottom: 1.33333vw;
}

.ourPlans .box__plans__details .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  border-top: 0;
}

.ourPlans .box__plans__details .details div {
  padding-top: 2vw;
  padding-bottom: 2vw;
  width: 50%;
}

.ourPlans .box__plans__details .details div.price {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid  #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ourPlans .box__plans__details .details div.price .price-sp {
  font-size: 4.8vw;
  font-weight: bold;
  font-family: "Yu Gothic",sans-serif;
  color: #000;
}

.ourPlans .box__plans__details .details div.price .tit-price {
  font-size: 2.66667vw;
  font-weight: normal;
  padding-top: 1.33333vw;
}

.ourPlans .box__plans__details .details div.time {
  text-align: left;
  padding-left: 4vw;
  line-height: 5.33333vw;
}

.ourPlans .box__plans__details .details.time {
  text-align: left;
  padding-left: 3.90625vw;
}

.ourPlans .box__plans__details .desc {
  text-align: left;
  font-size: 3.46667vw;
  line-height: 4.8vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
  padding-left: 2vw;
  border: 1px solid  #ccc;
  border-top: 0;
  color: #000;
}

.ourPlans table {
  margin-top: 2.34375vw;
  margin-bottom: 3.125vw;
  width: 100%;
  border-collapse: collapse;
}

.ourPlans table tr.bg-black {
  background: #000;
}

.ourPlans table tr.bg-black td {
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
  border: 0;
  color: #fff;
}

.ourPlans table tr.bg-black td .ft-12 {
  font-size: 0.9375vw;
}

.ourPlans table tr td {
  color: #242424;
  border: 1px solid  #ccc;
  font-size: 1.32812vw;
}

.ourPlans table tr td.w143 {
  width: 11.17188vw;
}

.ourPlans table tr td.bg-brown {
  background: #F8F8F8;
  color: #000;
  font-weight: bold;
}

.ourPlans table tr td.txt-black {
  color: #000;
  font-weight: bold;
  font-size: 1.40625vw;
}

.ourPlans table tr td .mini-txt {
  font-size: 1.01562vw;
  text-align: left;
  display: block;
}

.ourPlans table tr td ul {
  padding-left: 2.34375vw;
  padding-top: 0.9375vw;
  padding-bottom: 0.9375vw;
}

.ourPlans table tr td ul li {
  text-align: left;
  line-height: 1.40625vw;
  font-size: 1.09375vw;
}

.ourPlans .btn {
  background: #242424;
  text-align: center;
  width: 31.25vw;
  height: 6.25vw;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .ourPlans .btn {
    width: 100%;
    height: auto;
  }
}

.ourPlans .btn .btn-table {
  line-height: 6.25vw;
  display: block;
  color: #fff;
  font-size: 1.25vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 750px) {
  .ourPlans .btn .btn-table {
    font-size: 4.26667vw;
    font-weight: normal;
    padding-top: 2.66667vw;
    padding-bottom: 2.66667vw;
  }
}

.ourPlans .btn .btn-table:hover {
  opacity: .7;
}

.trainers {
  margin-top: 160px;
  padding: 140px 0;
  background: #FCFCFC;
  position: relative;
}

@media screen and (max-width: 750px) {
  .trainers {
    margin-top: 80px;
    padding: 70px 0;
  }
}

.trainers__content {
  padding: 0 5.07812vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.trainers__ttl {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000;
  font-family: 'robotobold';
  margin-bottom: 3.125vw;
}

@media screen and (max-width: 750px) {
  .trainers__ttl {
    font-size: 5.33333vw;
  }
}

.trainers .subttl {
  color: #000;
  font-size: 1.09375vw;
  line-height: 1.79687vw;
  font-family: "Yu Gothic",sans-serif;
}

@media screen and (max-width: 750px) {
  .trainers .subttl {
    font-size: 3.73333vw;
    line-height: normal;
    font-weight: bold;
  }
}

.trainers .testimonial .slick-list .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 750px) {
  .trainers .testimonial .slick-list .slick-track {
    display: block;
  }
}

.trainers .testimonial .slick-list .slick-track .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media screen and (max-width: 750px) {
  .trainers .testimonial .slick-list .slick-track .slick-slide {
    display: block;
  }
}

.trainers .testimonial {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5.07812vw;
  margin-bottom: 4.6875vw;
}

@media screen and (max-width: 750px) {
  .trainers .testimonial {
    margin-top: 10.66667vw;
    margin-bottom: 21.33333vw;
  }
}

.trainers .testimonial__image {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .trainers .testimonial__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.trainers .testimonial__image img {
  display: inline-block;
  padding-top: 2.34375vw;
  max-width: 18.90625vw;
}

@media screen and (max-width: 750px) {
  .trainers .testimonial__image img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 70%;
    max-width: 100%;
    margin: 0 auto;
  }
}

.trainers .testimonial__image__content {
  display: -ms-grid;
  display: grid;
  margin-left: 13.28125vw;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .trainers .testimonial__image__content {
    margin-left: 0;
    margin-top: 9.33333vw;
    padding: 0 8%;
  }
}

.trainers .testimonial__image__content h2 {
  font-size: 2.34375vw;
  font-weight: bold;
  color: #000;
  font-family: "Yu Gothic",sans-serif;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 750px) {
  .trainers .testimonial__image__content h2 {
    font-size: 6.66667vw;
    text-align: center;
    margin-top: 0;
    margin-bottom: 4vw;
  }
}

.trainers .testimonial__image__content .txt {
  color: #000;
  padding-bottom: 0.78125vw;
  line-height: 1.5625vw;
  font-size: 1.09375vw;
}

@media screen and (max-width: 750px) {
  .trainers .testimonial__image__content .txt {
    font-size: 3.73333vw;
    line-height: normal;
    padding-right: 2.66667vw;
  }
}

@media screen and (max-width: 750px) {
  .trainers .testimonial__image__content .txt + .txt {
    margin-top: 4vw;
  }
}

.trainers .testimonial .slick-prev:before {
  color: #FFF;
  font-size: 0.78125vw;
  content: "\f053";
  font-family: "FontAweSome";
}

@media screen and (max-width: 750px) {
  .trainers .testimonial .slick-prev:before {
    font-size: 3.73333vw;
  }
}

.trainers .testimonial .slick-next:before {
  color: #FFF;
  font-size: 0.78125vw;
  content: "\f054";
  font-family: "FontAweSome";
}

@media screen and (max-width: 750px) {
  .trainers .testimonial .slick-next:before {
    font-size: 3.73333vw;
  }
}

.trainers .trainers-list {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list {
    width: 70%;
    margin: 3.125vw auto 0;
    display: block;
  }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
  .trainers .trainers-list {
    margin-top: 10.66667vw;
  }
}

.trainers .trainers-list > li {
  width: calc((100% - 150px) / 4);
  text-align: center;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li {
    width: 100%;
  }
}

.trainers .trainers-list > li:not(:first-child) {
  margin-left: 50px;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li:not(:first-child) {
    margin-left: 0;
    margin-top: 10.66667vw;
  }
}

.trainers .trainers-list > li .trainer-ph > img {
  width: 100%;
}

.trainers .trainers-list > li .trainer-name {
  margin-top: 2.73438vw;
  font-size: 1.17188vw;
  font-weight: bold;
  color: #242424;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li .trainer-name {
    margin-top: 5.33333vw;
    font-size: 4.53333vw;
  }
}

.trainers .trainers-list > li .view-prof {
  margin-top: 1.5625vw;
  padding: 0 0.3em;
  display: inline-block;
  border-bottom: 1px solid #707070;
  font-size: 1.09375vw;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li .view-prof {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
  }
}

.trainers .trainers-list > li .view-prof:hover {
  opacity: 0.7;
}

.trainers .trainers-list > li .trainer-mdl-wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl {
  width: 100%;
  height: 100%;
  padding: 0 8%;
  background: #FCFCFC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl {
    padding: 0;
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner {
  width: 100%;
  max-width: 70.3125vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner {
    max-width: 100%;
    padding: 8%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .ph-area {
  width: 290px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .ph-area {
    width: 90%;
    margin: 0 auto;
  }
}

.trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .ph-area .ph > img {
  width: 100%;
}

.trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .ph-area .ig {
  margin-top: 1.95312vw;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .ph-area .ig {
    margin-top: 4vw;
  }
}

.trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .ph-area .ig > a {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .ph-area .ig > a:hover {
  opacity: .7;
}

.trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .ph-area .ig > a > img {
  width: 1.5625vw;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .ph-area .ig > a > img {
    width: 5.33333vw;
  }
}

.trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .info-area {
  width: calc(100% - 290px - 100px);
  text-align: left;
  color: #242424;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .info-area {
    width: 100%;
  }
}

.trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .info-area .name {
  font-size: 1.875vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .info-area .name {
    margin-top: 5.33333vw;
    text-align: center;
    font-size: 5.33333vw;
  }
}

.trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .info-area .txt {
  margin-top: 3.125vw;
  font-size: 1.01562vw;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .info-area .txt {
    margin-top: 10.66667vw;
    font-size: 3.46667vw;
  }
}

.trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .info-area .info-list {
  margin-top: 1.5625vw;
  font-size: 0.9375vw;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .info-area .info-list {
    margin-top: 5.33333vw;
    font-size: 3.46667vw;
  }
}

.trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .info-area .info-list > dd {
  margin-left: 1em;
}

.trainers .trainers-list > li .trainer-mdl-wrap .trainer-mdl .trainer-mdl-inner .info-area .info-list > dd:before {
  content: "・";
  width: 1em;
  margin-left: -1em;
  display: inline-block;
}

.trainers .trainers-list > li .trainer-mdl-wrap .close {
  position: absolute;
  top: 80px;
  right: 80px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li .trainer-mdl-wrap .close {
    top: 20px;
    right: 20px;
  }
}

.trainers .trainers-list > li .trainer-mdl-wrap .close:hover {
  opacity: 0.7;
}

.trainers .trainers-list > li .trainer-mdl-wrap .close > img {
  width: 36px;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list > li .trainer-mdl-wrap .close > img {
    width: 26px;
  }
}

.trainers .trainers-list.-wrap {
  margin-right: -25px;
  margin-left: -25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list.-wrap {
    margin-right: auto;
    margin-left: auto;
  }
}

.trainers .trainers-list.-wrap > li {
  width: calc((100% - 150px) / 3);
  margin: 0 25px;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list.-wrap > li {
    width: 100%;
    margin: 0;
  }
}

.trainers .trainers-list.-wrap > li:nth-child(n + 4) {
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list.-wrap > li:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .trainers .trainers-list.-wrap > li:not(:first-child) {
    margin-top: 10.66667vw;
  }
}

.address {
  position: relative;
  background: #fff;
  color: #242424;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}

@media screen and (max-width: 750px) {
  .address {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.address .container h2 {
  font-size: 2.1875vw;
  font-weight: bold;
  color: #242424;
  margin-bottom: 3.90625vw;
  font-family: 'robotobold';
}

@media screen and (max-width: 750px) {
  .address .container h2 {
    font-size: 7.46667vw;
    margin-bottom: 5.33333vw;
  }
}

.address .container h2 span {
  margin-left: 0.78125vw;
  font-family: "Yu Gothic",sans-serif;
}

@media screen and (max-width: 750px) {
  .address .container h2 span {
    margin-left: 2.4vw;
  }
}

.address .container .address__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.25vw;
}

@media screen and (max-width: 750px) {
  .address .container .address__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 3.73333vw;
  }
}

.address .container .address__wrap__left {
  width: 50%;
  padding-right: 2.34375vw;
}

@media screen and (max-width: 750px) {
  .address .container .address__wrap__left {
    width: 100%;
    padding-right: 0;
  }
}

.address .container .address__wrap__left .blockpc .addresspc {
  color: #242424;
  cursor: default;
}

.address .container .address__wrap__left .blockpc.howToAccess {
  margin-top: 0.5em;
  font-size: 80%;
}

.address .container .address__wrap__left--info {
  margin-top: 2.10938vw;
  line-height: 1.95312vw;
}

@media screen and (max-width: 750px) {
  .address .container .address__wrap__left--info {
    margin-top: 0;
    margin-bottom: 4vw;
    line-height: 6.66667vw;
  }
}

.address .container .address__wrap__right {
  width: 50%;
  padding-left: 2.34375vw;
}

@media screen and (max-width: 750px) {
  .address .container .address__wrap__right {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 750px) {
  .address .container .address__wrap__right--first {
    display: table-row;
  }
}

.address .container .address__wrap__right table {
  width: 100%;
}

.address .container .address__wrap__right table tr td .howToAccess {
  margin-top: 0.5em;
  font-size: 90%;
}

.address .container .address__wrap__right table tr:nth-child(n+3) td {
  padding-top: 1.5625vw;
}

@media screen and (max-width: 750px) {
  .address .container .address__wrap__right table tr:nth-child(n+3) td {
    padding-top: 1.5625vw;
  }
}

@media screen and (max-width: 750px) {
  .address .container .address__wrap__right table tr:nth-child(n+2) td {
    padding-top: 3.125vw;
  }
}

.address .container .address__wrap__right table tr td {
  width: 75%;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  .address .container .address__wrap__right table tr td {
    width: 68%;
  }
}

.address .container .address__wrap__right table tr td.w30 {
  width: 25%;
}

@media screen and (max-width: 750px) {
  .address .container .address__wrap__right table tr td.w30 {
    width: 32%;
  }
}

.address .container .address__wrap__right table tr td a {
  color: #242424;
}

.address .container .address__wrap__right table tr td .number {
  cursor: text;
}

.address .container .address__ph {
  margin-top: 5.46875vw;
}

@media screen and (max-width: 750px) {
  .address .container .address__ph {
    margin-top: 6.66667vw;
  }
}

.address .container .address__ph__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .address .container .address__ph__list {
    display: block;
  }
}

.address .container .address__ph__list > li {
  width: 48%;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 750px) {
  .address .container .address__ph__list > li {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .address .container .address__ph__list > li:not(:first-child) {
    margin-top: 2.66667vw;
  }
}

.address .container .address__ph__list > li > iframe {
  width: 100%;
  height: 21vw;
}

@media screen and (max-width: 750px) {
  .address .container .address__ph__list > li > iframe {
    height: 48vw;
  }
}

.faq {
  position: relative;
  padding-bottom: 5.46875vw;
}

@media screen and (max-width: 750px) {
  .faq {
    padding-bottom: 9.33333vw;
  }
}

.faq__ttl {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000;
  padding-bottom: 3.125vw;
  padding-top: 3.125vw;
  font-family: 'robotobold';
}

@media screen and (max-width: 750px) {
  .faq__ttl {
    font-size: 5.33333vw;
    padding-top: 16vw;
    padding-bottom: 8vw;
  }
}

.faq__container {
  padding: 0 5.54688vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .faq__container {
    padding: 0 8%;
  }
}

.faq__box {
  padding-bottom: 1.5625vw;
}

@media screen and (max-width: 750px) {
  .faq__box {
    padding-bottom: 5.33333vw;
  }
}

.faq__box__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid black;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0.78125vw 0;
}

.faq__box__question:hover {
  opacity: .7;
}

@media screen and (max-width: 750px) {
  .faq__box__question {
    padding-top: 6.66667vw;
    padding-bottom: 6.66667vw;
  }
}

.faq__box__question .icon {
  padding: 0;
  padding-left: 2%;
  font-family: 'robotobold';
  font-size: 2.5vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .faq__box__question .icon {
    font-size: 6.93333vw;
    font-family: Roboto;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.faq__box__question span {
  padding-left: 10%;
  padding-right: 10%;
  text-align: left;
  width: 100%;
  color: #000;
  font-weight: bold;
  font-family: "Yu Gothic",sans-serif;
  font-size: 1.09375vw;
}

@media screen and (max-width: 750px) {
  .faq__box__question span {
    font-size: 3.73333vw;
    padding-right: 5%;
    padding-left: 5%;
  }
}

.faq__box__question i {
  position: absolute;
  right: 5%;
  font-size: 1.48438vw;
}

@media screen and (max-width: 750px) {
  .faq__box__question i {
    display: none;
  }
}

.faq__box__answer {
  border: 1px solid #707070;
  border-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0.78125vw 0;
}

@media screen and (max-width: 750px) {
  .faq__box__answer {
    padding: 6.66667vw 0;
  }
}

.faq__box__answer .icon {
  padding: 0;
  padding-left: 2%;
  font-family: 'robotobold';
  font-size: 2.5vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .faq__box__answer .icon {
    font-size: 6.93333vw;
    font-family: Roboto;
    padding-left: 5%;
  }
}

.faq__box__answer span {
  padding: 0 10%;
  text-align: left;
  width: 100%;
  color: #000;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif !important;
  font-size: 1.09375vw;
}

@media screen and (max-width: 750px) {
  .faq__box__answer span {
    font-size: 3.73333vw;
    padding-right: 5%;
  }
}

.contact {
  padding: 6.25vw 0 10.9375vw;
  background: #FCFCFC;
  position: relative;
}

@media screen and (max-width: 750px) {
  .contact {
    padding: 10.66667vw 0 18.66667vw;
  }
}

.contact__ttl {
  font-size: 2.5vw;
  font-weight: bold;
  color: #000;
  padding-bottom: 3.125vw;
  font-family: 'robotobold';
}

@media screen and (max-width: 750px) {
  .contact__ttl {
    font-size: 5.33333vw;
  }
}

.contact span {
  font-size: 1.09375vw;
}

@media screen and (max-width: 750px) {
  .contact span {
    font-size: 3.73333vw;
    font-weight: bold;
    text-align: center;
  }
}

.contact .subttl {
  font-size: 1.09375vw;
  color: #000;
}

@media screen and (max-width: 750px) {
  .contact .subttl {
    font-size: 3.73333vw;
    font-weight: bold;
    text-align: center;
  }
}

.contact .subttl a {
  color: #000;
}

.contact__note {
  margin-top: 0.78125vw;
  font-size: 0.78125vw;
  color: #000;
}

@media screen and (max-width: 750px) {
  .contact__note {
    margin-top: 2.66667vw;
    font-size: 2.66667vw;
  }
}

.contact form {
  margin-top: 3.125vw;
  margin-bottom: 3.125vw;
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
}

.contact form .form__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.17188vw;
}

@media screen and (max-width: 750px) {
  .contact form .form__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5.33333vw;
  }
}

.contact form .form__block__ttl {
  width: 30%;
  text-align: left;
  color: #000;
  font-weight: normal;
  font-size: 1.09375vw;
}

@media screen and (max-width: 750px) {
  .contact form .form__block__ttl {
    width: 100%;
    font-size: 3.73333vw;
    margin-bottom: 1.86667vw;
  }
}

.contact form .form__block__radio {
  margin-bottom: 2.34375vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .contact form .form__block__radio {
    margin-bottom: 2vw;
  }
}

.contact form .form__block__radio .form__block__ttl {
  margin-top: 0.46875vw;
}

@media screen and (max-width: 750px) {
  .contact form .form__block__radio .form__block__ttl {
    margin-top: 0;
  }
}

.contact form .form__block__comment {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact form .form__block__comment .form__block__ttl {
  margin-top: 1.5625vw;
}

@media screen and (max-width: 750px) {
  .contact form .form__block__comment .form__block__ttl {
    margin-top: 0;
  }
}

.contact form .form__block__input {
  width: 70%;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 750px) {
  .contact form .form__block__input {
    width: 100%;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

.contact form .form__block__input .wpcf7-form-control-wrap {
  width: 100%;
}

.contact form .form__block__input .wpcf7-form-control-wrap textarea {
  border-radius: 0;
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #ccc;
  padding: 0.78125vw;
  font-size: 1.09375vw !important;
  font-weight: normal !important;
  font-family: "Yu Gothic", sans-serif !important;
}

@media screen and (max-width: 750px) {
  .contact form .form__block__input .wpcf7-form-control-wrap textarea {
    font-size: 3.73333vw !important;
    padding-top: 2.66667vw;
    padding-bottom: 2.66667vw;
    padding-left: 2.66667vw;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

.contact form .form__block__input .wpcf7-form-control-wrap input:not([type="radio"]), .contact form .form__block__input .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  height: 3.59375vw;
  background: #F8F8F8;
  border: 1px solid  #ccc;
  padding: 0.78125vw;
  font-size: 1.09375vw !important;
  font-weight: normal !important;
  font-family: "Yu Gothic", sans-serif !important;
}

@media screen and (max-width: 750px) {
  .contact form .form__block__input .wpcf7-form-control-wrap input:not([type="radio"]), .contact form .form__block__input .wpcf7-form-control-wrap select {
    height: 12.26667vw;
    font-size: 3.73333vw !important;
    padding-top: 2.66667vw;
    padding-bottom: 2.66667vw;
    padding-left: 2.66667vw;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

.contact form .form__block__input .wpcf7-form-control-wrap input::-webkit-input-placeholder, .contact form .form__block__input .wpcf7-form-control-wrap select::-webkit-input-placeholder {
  color: #9F9F9F;
}

.contact form .form__block__input .wpcf7-form-control-wrap input::-moz-placeholder, .contact form .form__block__input .wpcf7-form-control-wrap select::-moz-placeholder {
  color: #9F9F9F;
}

.contact form .form__block__input .wpcf7-form-control-wrap input:-ms-input-placeholder, .contact form .form__block__input .wpcf7-form-control-wrap select:-ms-input-placeholder {
  color: #9F9F9F;
}

.contact form .form__block__input .wpcf7-form-control-wrap input::-ms-input-placeholder, .contact form .form__block__input .wpcf7-form-control-wrap select::-ms-input-placeholder {
  color: #9F9F9F;
}

.contact form .form__block__input .wpcf7-form-control-wrap input::placeholder, .contact form .form__block__input .wpcf7-form-control-wrap select::placeholder {
  color: #9F9F9F;
}

.contact form .form__block__input .wpcf7-form-control-wrap.select-date01, .contact form .form__block__input .wpcf7-form-control-wrap.select-date02, .contact form .form__block__input .wpcf7-form-control-wrap.select-date03, .contact form .form__block__input .wpcf7-form-control-wrap.select-time01, .contact form .form__block__input .wpcf7-form-control-wrap.select-time02, .contact form .form__block__input .wpcf7-form-control-wrap.select-time03 {
  width: calc((100% - 1.17188vw) / 2);
}

.contact form .form__block__input .wpcf7-form-control-wrap.select-date01:not(:first-child), .contact form .form__block__input .wpcf7-form-control-wrap.select-date02:not(:first-child), .contact form .form__block__input .wpcf7-form-control-wrap.select-date03:not(:first-child), .contact form .form__block__input .wpcf7-form-control-wrap.select-time01:not(:first-child), .contact form .form__block__input .wpcf7-form-control-wrap.select-time02:not(:first-child), .contact form .form__block__input .wpcf7-form-control-wrap.select-time03:not(:first-child) {
  margin-left: 1.17188vw;
}

.contact form .form__block__input .wpcf7-form-control-wrap.select-time01, .contact form .form__block__input .wpcf7-form-control-wrap.select-time02, .contact form .form__block__input .wpcf7-form-control-wrap.select-time03 {
  position: relative;
}

.contact form .form__block__input .wpcf7-form-control-wrap.select-time01:hover:after, .contact form .form__block__input .wpcf7-form-control-wrap.select-time02:hover:after, .contact form .form__block__input .wpcf7-form-control-wrap.select-time03:hover:after {
  content: "▼";
  width: 1px;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 1.17188vw;
  right: 1.875vw;
  font-size: 0.85938vw;
  color: #242424;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .contact form .form__block__input .wpcf7-form-control-wrap.select-time01:hover:after, .contact form .form__block__input .wpcf7-form-control-wrap.select-time02:hover:after, .contact form .form__block__input .wpcf7-form-control-wrap.select-time03:hover:after {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .contact form .form__block__input .wpcf7-not-valid-tip {
    text-align: left;
  }
}

.contact form .form__block__input .your-old {
  width: 15% !important;
}

@media screen and (max-width: 750px) {
  .contact form .form__block__input .your-old {
    width: 23% !important;
  }
}

.contact form .form__block__input .your-old input {
  width: 100%;
  text-align: center;
  padding-left: 0 !important;
  font-weight: bold;
  font-family: "Yu Gothic",sans-serif;
}

.contact form .form__block__input .wpcf7-submit {
  color: #fff;
  width: initial;
  background: #848484;
  padding-top: 1.17188vw;
  padding-bottom: 1.17188vw;
  padding-right: 2.34375vw;
  padding-left: 2.34375vw;
  cursor: pointer;
  font-size: 1.09375vw !important;
  font-weight: bold !important;
  font-family: "Yu Gothic", sans-serif !important;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .contact form .form__block__input .wpcf7-submit {
    display: block;
    margin: auto;
    width: 50%;
    color: #fff;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 4vw !important;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

.contact form .form__block__input .wpcf7-submit:hover {
  opacity: .7;
}

.contact form span.wpcf7-list-item {
  display: block;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .contact form span.wpcf7-list-item {
    text-align: left;
  }
}

.contact form input[type="radio"] {
  padding: 0;
  width: 0.9375vw;
  height: 0.9375vw;
}

@media screen and (max-width: 750px) {
  .contact form input[type="radio"] {
    width: 4.375vw;
    height: 4.375vw;
  }
}

.contact form .year-old {
  color: #000;
  padding-left: 0.39062vw;
  padding-top: 0.78125vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .contact form .year-old {
    padding-left: 1.33333vw;
    padding-top: 2.66667vw;
  }
}

.contact form .tit__mini {
  background: #C3C3C3;
  margin-left: 2.34375vw;
  padding: 0.39062vw;
  font-size: 0.85938vw;
  color: #242424;
}

@media screen and (max-width: 750px) {
  .contact form .tit__mini {
    font-size: 2.93333vw;
    padding: 1.06667vw;
  }
}

.contact form#mail_form .form__block > dt {
  width: 30%;
  text-align: left;
  color: #000;
  font-weight: normal;
  font-size: 1.09375vw;
}

@media screen and (max-width: 750px) {
  .contact form#mail_form .form__block > dt {
    width: 100%;
    font-size: 3.73333vw;
    margin-bottom: 1.86667vw;
  }
}

.contact form#mail_form .form__block > dt > span {
  background: #C3C3C3;
  margin-left: 2.34375vw;
  padding: 0.39062vw;
  font-size: 0.85938vw;
  color: #242424;
}

@media screen and (max-width: 750px) {
  .contact form#mail_form .form__block > dt > span {
    font-size: 2.93333vw;
    padding: 1.06667vw;
  }
}

.contact form#mail_form .form__block > dt .required, .contact form#mail_form .form__block > dt .optional {
  display: none;
}

.contact form#mail_form .form__block__input {
  display: block;
}

.contact form#mail_form .form__block__input textarea {
  border-radius: 0;
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #ccc;
  padding: 0.78125vw;
  font-size: 1.09375vw !important;
  font-weight: normal !important;
  font-family: "Yu Gothic", sans-serif !important;
}

@media screen and (max-width: 750px) {
  .contact form#mail_form .form__block__input textarea {
    font-size: 3.73333vw !important;
    padding-top: 2.66667vw;
    padding-bottom: 2.66667vw;
    padding-left: 2.66667vw;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

.contact form#mail_form .form__block__input input:not([type="radio"]), .contact form#mail_form .form__block__input select {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  height: 3.59375vw;
  background: #F8F8F8;
  border: 1px solid  #ccc;
  padding: 0.78125vw;
  font-size: 1.09375vw !important;
  font-weight: normal !important;
  font-family: "Yu Gothic", sans-serif !important;
}

@media screen and (max-width: 750px) {
  .contact form#mail_form .form__block__input input:not([type="radio"]), .contact form#mail_form .form__block__input select {
    height: 12.26667vw;
    font-size: 3.73333vw !important;
    padding-top: 2.66667vw;
    padding-bottom: 2.66667vw;
    padding-left: 2.66667vw;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

.contact form#mail_form .form__block__input input:not([type="radio"]).calendar, .contact form#mail_form .form__block__input input:not([type="radio"]).time, .contact form#mail_form .form__block__input select.calendar, .contact form#mail_form .form__block__input select.time {
  background-repeat: no-repeat;
  background-size: 1.5625vw auto;
  background-position: center right 0.78125vw;
}

@media screen and (max-width: 750px) {
  .contact form#mail_form .form__block__input input:not([type="radio"]).calendar, .contact form#mail_form .form__block__input input:not([type="radio"]).time, .contact form#mail_form .form__block__input select.calendar, .contact form#mail_form .form__block__input select.time {
    background-size: 4vw auto;
    background-position: center right 2vw;
  }
}

.contact form#mail_form .form__block__input input:not([type="radio"]).calendar, .contact form#mail_form .form__block__input select.calendar {
  background-image: url(../images/ico_calendar.svg);
}

.contact form#mail_form .form__block__input input:not([type="radio"]).time, .contact form#mail_form .form__block__input select.time {
  background-image: url(../images/ico_time.svg);
}

.contact form#mail_form .form__block__input input:not([type="radio"]).-pcHarf, .contact form#mail_form .form__block__input select.-pcHarf {
  width: calc((100% - 1.17188vw) / 2);
}

@media screen and (max-width: 750px) {
  .contact form#mail_form .form__block__input input:not([type="radio"]).-pcHarf, .contact form#mail_form .form__block__input select.-pcHarf {
    width: 100%;
  }
}

.contact form#mail_form .form__block__input input::-webkit-input-placeholder, .contact form#mail_form .form__block__input select::-webkit-input-placeholder textarea::-webkit-input-placeholder {
  color: #9F9F9F;
}

.contact form#mail_form .form__block__input input::-moz-placeholder, .contact form#mail_form .form__block__input select::-moz-placeholder textarea::-moz-placeholder {
  color: #9F9F9F;
}

.contact form#mail_form .form__block__input input:-ms-input-placeholder, .contact form#mail_form .form__block__input select:-ms-input-placeholder textarea:-ms-input-placeholder {
  color: #9F9F9F;
}

.contact form#mail_form .form__block__input input::-ms-input-placeholder, .contact form#mail_form .form__block__input select::-ms-input-placeholder textarea::-ms-input-placeholder {
  color: #9F9F9F;
}

.contact form#mail_form .form__block__input input::placeholder, .contact form#mail_form .form__block__input select::placeholder textarea::placeholder {
  color: #9F9F9F;
}

.contact form#mail_form .form__block__input select.selectChange {
  color: #9F9F9F;
}

.contact form#mail_form .form__block__input select.selectChange.active {
  color: #242424;
}

.contact form#mail_form .form__block__input .error_blank, .contact form#mail_form .form__block__input .error_format, .contact form#mail_form .form__block__input .error_match {
  margin-top: 10px;
  display: block;
  font-size: 10px;
  color: #C60011;
}

.contact form#mail_form .form__block__input .error_blank:empty, .contact form#mail_form .form__block__input .error_format:empty, .contact form#mail_form .form__block__input .error_match:empty {
  display: none;
}

.contact form#mail_form .form__block__input.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact form#mail_form .form__block__input.col2 > input, .contact form#mail_form .form__block__input.col2 select {
  width: calc((100% - 1.17188vw) / 2);
}

.contact form#mail_form .form__block__radio {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact form#mail_form .form__block__radio > li:not(:last-child) {
  margin-right: 2.73438vw;
}

@media screen and (max-width: 750px) {
  .contact form#mail_form .form__block__radio > li:not(:last-child) {
    margin-right: 4.66667vw;
  }
}

.contact form#mail_form .form__block__radio > li > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.contact form#mail_form .form__block__radio > li > label > input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  display: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 100%;
  width: 2.34375vw;
  height: 2.34375vw;
  margin-right: 1.17188vw;
  background: #F8F8F8;
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
}

@media screen and (max-width: 750px) {
  .contact form#mail_form .form__block__radio > li > label > input[type="radio"] {
    width: 8vw;
    height: 8vw;
    margin-right: 2.66667vw;
  }
}

.contact form#mail_form .form__block__radio > li > label > input[type="radio"]:after {
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  background: #333333;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.46875vw;
  left: 0.46875vw;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 750px) {
  .contact form#mail_form .form__block__radio > li > label > input[type="radio"]:after {
    width: 4.53333vw;
    height: 4.53333vw;
    top: 1.46667vw;
    left: 1.46667vw;
  }
}

.contact form#mail_form .form__block__radio > li > label > input[type="radio"]:checked:after {
  opacity: 1;
}

.contact form#mail_form #form_submit {
  margin-top: 1.5625vw;
  padding-left: 30%;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .contact form#mail_form #form_submit {
    margin-top: 5.33333vw;
    padding-left: 0;
    text-align: center;
  }
}

.contact form#mail_form #form_submit #form_submit_button {
  color: #fff;
  width: initial;
  background: #848484;
  padding-top: 1.17188vw;
  padding-bottom: 1.17188vw;
  padding-right: 2.34375vw;
  padding-left: 2.34375vw;
  cursor: pointer;
  font-size: 1.09375vw !important;
  font-weight: bold !important;
  font-family: "Yu Gothic", sans-serif !important;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .contact form#mail_form #form_submit #form_submit_button {
    display: block;
    margin: auto;
    width: 50%;
    color: #fff;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 4vw !important;
    -webkit-appearance: none;
    border-radius: 0;
  }
}

.contact form#mail_form #form_submit #form_submit_button:hover {
  opacity: .7;
}

.recaptcha_policy {
  font-size: 10px;
  color: #666666;
}

.recaptcha_policy a {
  text-decoration: underline;
  color: #666666;
}

.grecaptcha-badge {
  visibility: hidden;
}

.news {
  padding-bottom: 6.25vw;
}

@media screen and (max-width: 750px) {
  .news {
    padding-top: 18.66667vw;
    padding-bottom: 10.66667vw;
  }
}

.news .mv {
  position: relative;
}

.news .mv__img img {
  width: 100%;
}

.news .mv__content {
  position: absolute;
  top: calc( 50% + 2.5vw);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .news .mv__content {
    top: 50%;
  }
}

.news .mv__content__ttl {
  line-height: 1;
  color: #fff;
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 1.40625vw;
  font-family: 'robotobold';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .news .mv__content__ttl {
    font-size: 6.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.news .mv__content__subttl {
  line-height: 1;
  color: #fff;
  font-size: 1.40625vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .news .mv__content__subttl {
    font-size: 3.2vw;
  }
}

.news__ttl {
  line-height: 1;
  color: #000000;
  font-size: 2.5vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6.25vw;
  font-family: 'robotobold';
  padding-top: 6.25vw;
}

@media screen and (max-width: 750px) {
  .news__ttl {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .news__ttl__top {
    display: block;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 5.33333vw;
    font-weight: bold;
    font-family: 'robotobold';
  }
}

.news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .news__list {
    padding-top: 10.66667vw;
  }
}

@media screen and (max-width: 750px) {
  .news__home {
    padding-top: 10.66667vw;
  }
}

.news__item {
  width: calc((100% - 3 * 2.34375vw) / 4);
  margin-left: 2.34375vw;
}

@media screen and (max-width: 750px) {
  .news__item {
    width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 750px) {
  .news__item + .news__item {
    margin-top: 5.33333vw;
  }
}

.news__item:nth-child(4n+1) {
  margin-left: 0;
}

.news__item:nth-child(n + 5) {
  margin-top: 2.89062vw;
}

@media screen and (max-width: 750px) {
  .news__item:nth-child(n + 5) {
    margin-top: 2.4vw;
  }
}

.news__item__imgArea {
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .news__item__imgArea {
    width: 48.3%;
  }
}

.news__item__img {
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 750px) {
  .news__item__img {
    height: 100%;
  }
}

.news__item__img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.news__item__img img {
  width: 100%;
  height: 162.5px;
  object-fit: cover;
  object-position: top 50% left 50%;
}

.news__meta {
  margin-top: 1.25vw;
}

@media screen and (max-width: 750px) {
  .news__meta {
    margin-top: -0.53333vw;
    margin-left: 7.22%;
    width: 44.48%;
  }
}

.news__meta__note {
  line-height: 1;
  display: inline-block;
  color: #fff;
  background: #242424;
  font-size: 1.01562vw;
  font-weight: bold;
  padding: 0.3125vw 0.78125vw;
  margin-bottom: 0.78125vw;
  font-family: 'robotobold';
}

@media screen and (max-width: 750px) {
  .news__meta__note {
    font-size: 3.46667vw;
    padding: 1.06667vw 2.66667vw;
    margin-bottom: 1.33333vw;
  }
}

.news__meta__ttl {
  white-space: nowrap;
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.78125vw;
  font-family: 'robotoregular';
}

@media screen and (max-width: 750px) {
  .news__meta__ttl {
    margin-bottom: 1.06667vw;
  }
}

.news__meta__ttl a {
  line-height: 1;
  font-size: 1.17188vw;
  color: #000000;
}

@media screen and (max-width: 750px) {
  .news__meta__ttl a {
    font-size: 3.46667vw;
    line-height: 1;
  }
}

.news__meta__txt {
  display: none;
}

@media screen and (max-width: 750px) {
  .news__meta__txt {
    display: block;
    font-size: 3.46667vw;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 2.4vw;
  }
}

.news__meta__date {
  line-height: 1;
  font-size: 1.01562vw;
  color: #707070;
  font-family: 'robotoregular';
}

@media screen and (max-width: 750px) {
  .news__meta__date {
    font-size: 3.2vw;
  }
}

.news .link {
  text-align: center;
  border: 1px solid #0F1724;
  background: #fff;
  height: 3.67188vw;
  width: 15.625vw;
  margin: 0 auto;
  margin-top: 3.125vw;
  font-family: 'robotobold';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 750px) {
  .news .link {
    height: 10.66667vw;
    width: 46.89%;
    margin-top: 8vw;
  }
}

.news .link .btn {
  line-height: 3.67188vw;
  display: block;
  color: #0F1724;
  font-size: 1.40625vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 750px) {
  .news .link .btn {
    line-height: 10.66667vw;
    font-size: 4vw;
  }
}

.news .link .btn:hover {
  color: #fff;
  background: #0F1724;
}

.newsDetail {
  padding: 0 0 10.07812vw;
  /* padding-top: 140px; */
  padding-top: 120px;
}

@media screen and (max-width: 750px) {
  .newsDetail {
    /*padding: 18.66667vw 0 8vw;*/
    /* padding-top: 140px; */
    /* padding-top: 9.23rem; */
    /* padding-top: 120px; */
    padding-top: 6.923rem;
  }
}

.newsDetail .mv_post {
  position: relative;
}

.newsDetail .mv__img img {
  width: 100%;
}

.newsDetail .mv__content {
  top: calc( 50% + 2.5vw);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 750px) {
  .newsDetail .mv__content {
    top: 50%;
    width: 100%;
  }
}

.newsDetail .mv__content__ttl {
  line-height: 1;
  color: #fff;
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 1.40625vw;
  font-family: 'robotobold';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .newsDetail .mv__content__ttl {
    font-size: 6.66667vw;
    margin-bottom: 1.5625vw;
  }
}

.newsDetail .mv__content__subttl {
  line-height: 1;
  color: #fff;
  font-size: 1.40625vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .newsDetail .mv__content__subttl {
    font-size: 3.2vw;
  }
}

.newsDetail__content {
  /* padding: 6.25vw 9.45312vw 4.6875vw 9.45312vw; */
  padding: 36px 0 0;
  width: 700px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .newsDetail__content {
    width: 100%;
    /* padding: 10.66667vw 0 0; */
    padding: 35px 0 0;
  }
}

#toc_container {
  width: 100% !important;
  padding: 15px 20px;
  margin: 0 0 calc(16px * 1.8);
}

#toc_container > ul > li {
  font-weight: bold;
  font-size: 18px;
  /* color: #caa846; */
  /* color: #c4a038; */
  color: #0693e3;
}
#toc_container > ul > li:nth-of-type(n+2) {
  margin-top: 10px;
}

#toc_container > ul > li > ul > li,
#toc_container > ul > li > ul > li > ul > li {
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  /* color: #b59434; */
  color: #0693e3;
}

#toc_container.toc_light_blue {
  background-color: #faf7ee;
  background-color: #f9f9f9;
  border-radius: 2px;
}

@media screen and (max-width: 750px) {

  #toc_container {
    /* padding: 15px 20px; */
    padding: 1.1538461rem 1.538461rem;
    margin: 0 0 calc(1rem * 1.8);
  }

  #toc_container > ul > li {
    /* font-size: 15px; */
    font-size: 1.1538461rem;
  }

  #toc_container > ul > li:nth-of-type(n+2) {
    /* margin-top: 10px; */
    margin-top: 0.76923rem;
  }

  #toc_container > ul > li > ul > li,
  #toc_container > ul > li > ul > li > ul > li {
    /* margin-top: 5px; */
    margin-top: 0.38461rem;
    font-size: 0.8461rem;
  }
}

.newsDetail__img {
  width: 100%;
  margin-bottom: 2.65625vw;
}

@media screen and (max-width: 750px) {
  .newsDetail__img {
    /* margin-bottom: 4vw; */
    /* margin-bottom: 30px; */
    margin-bottom: 2.3rem;
  }
}

.newsDetail__img.img--eyecatch {

}

.newsDetail__img.img--eyecatch .post-eyecatch {
  width: 100%;
  height: 467px;
  object-fit: cover;
  object-position: top 50% left 50%;
}

.newsDetail__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

figure.wp-block-image {
  margin-bottom: calc(1em * 1.8);
}

@media screen and (max-width: 750px) {

  .newsDetail__img.img--eyecatch .post-eyecatch {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}

figure.wp-block-image img,
.wp-block-image figure [class^="wp-image-"] {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  figure.wp-block-image {
    margin-bottom: calc(1rem * 1.8);
  }
}

.newsDetail__content h2,
.newsDetail__content h2.has-cyan-bluish-gray-background-color {
  padding: 10px 15px;
  margin: calc(1.5em * 1.8) 0 calc(.5em * 1.8);
  /* background-color: #CAA846; */
  background-color: #f1e9cf !important;
  border-radius: 2px;
  font-size: 19.5px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.newsDetail__content h2 span.tadv-background-color {
  background-color: #f1e9cf !important;
}

.newsDetail__content h2 + figure.wp-block-image {
  margin-top: calc(1.25em * 1.8);
}

figure.wp-block-image.size-original img,
.newsDetail__content h2 + figure.wp-block-image.size-original img {
  width: initial;
  max-width: 100%;
}

@media screen and (max-width: 750px) {

  .newsDetail__content h2,
  .newsDetail__content h2.has-cyan-bluish-gray-background-color {
    /* padding: 10px 15px; */
    padding: 0.76923rem 1.1538461rem;
    /* font-size: 18px; */
    font-size: 1.38461rem;
  }
}

.newsDetail__content h3,
.newsDetail__content h3.has-background {
  padding: 0 10px;
  margin: calc(1.5em * 1.8) 0 calc(.5em * 1.8);
  background-color: transparent !important;
  border-left: solid 4px #caa846;
  border-bottom: none;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {

  .newsDetail__content h3,
  .newsDetail__content h3.has-background {
    /* padding: 0 10px; */
    padding: 0 0.76923rem;
    margin: calc(1.5rem * 1.8) 0 calc(.5rem * 1.8);
    /* font-size: 15.5px; */
    font-size: 1.1923rem;
  }
}

.newsDetail__content h2 + h3,
.newsDetail__content h2.has-cyan-bluish-gray-background-color + h3 {
  margin: calc(1.0em * 1.8) 0 calc(.5em * 1.8);
}

.newsDetail__content h4 {
  position: relative;
  padding: 0 10px 0 26px;
  margin: calc(1em * 1.8) 0 calc(.5em * 1.8);
  background-color: transparent !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.newsDetail__content h4::before {
  position: absolute;
  content: '';
  top: 6.4px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #caa846;
}


@media screen and (max-width: 750px) {
  .newsDetail__content h4 {
    margin: calc(1rem * 1.8) 0 calc(.5rem * 1.8);
    padding: 0 10px 0 26px;
    padding: 0 0.76923rem 0 2rem;
    /* font-size: 13px; */
    font-size: 1rem;
  }
  .newsDetail__content h4::before {
    /* width: 13px; */
    /* height: 13px; */
    width: 1rem;
    height: 1rem;
  }
}

.newsDetail__content h3 + hr {
  display: none;
}

h2.newsDetail__ttl {
  padding: 10px 15px;
  margin: 0;
  width: fit-content;
  /* background-color: #f1e9cf; */
  background-color: transparent !important;
  border: 3px solid #caa846;
  border-radius: 2px;
  line-height: 1;
  /* color: #000000; */
  color: #caa846;
  /* font-size: 2.5vw; */
  font-size: 18px;
  font-family: 'robotobold', sans-serif;
  font-weight: bold;
  margin-bottom: 1.95312vw;
  text-align: center;
}

@media screen and (max-width: 750px) {
  h2.newsDetail__ttl {
    font-size: 3.73333vw;
    margin-bottom: 3.2vw;
  }
}

.newsDetail__subttl {
  margin-bottom: 1.79687vw;
  /* line-height: 2.73438vw; */
  line-height: 1.8;
  /* color: #000000; */
  color: #2c2c2c;
  /* font-size: 1.875vw; */
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .newsDetail__subttl {
    /* line-height: 6.66667vw; */
    line-height: 1.8;
    /* font-size: 4vw; */
    font-size: 1.5rem;
    margin-bottom: 4vw;
  }
}

.newsDetail__date {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  /* margin-bottom: 2.8125vw; */
  margin-bottom: 2rem;
  line-height: 1;
  /* color: #000000; */
  color: #2c2c2c;
  /* font-size: 1.25vw; */
  font-size: 12.5px;
  font-family: 'robotoregular', sans-serif;
  letter-spacing: 0.1em;
}

.newsDetail__date .date-item:nth-of-type(n+2) {
  margin-left: 30px;
}

@media screen and (max-width: 750px) {
  .newsDetail__date {
    /* font-size: 3.46667vw; */
    font-size: 0.8076923rem;
    /* margin-bottom: 2.66667vw; */
  }
}

.newsDetail__txt {
  /* line-height: 2.34375vw; */
  line-height: 1.8;
  /* color: #000000; */
  color: #2c2c2c;
  /* font-size: 1.25vw; */
  font-size: 16px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 750px) {
  .newsDetail__txt {
    /* font-size: 3.73333vw; */
    font-size: 1.0rem;
    /* line-height: 6.66667vw; */
    line-height: 1.8;
  }
}

.newsDetail__txt p {
  /* margin-bottom: calc(1em * 1.8); */
}

.newsDetail__txt p mark {
  background-color: initial;
  background:linear-gradient(rgba(255,255,255,0) 60%, #FCF33F 60%);
}

.newsDetail__txt p.has-background {
  background-color: #FCF33F !important;
  padding: 15px 15px;
  border-radius: 2px;
}

@media screen and (max-width: 750px) {

  .newsDetail__txt p {
    /* margin-bottom: calc(1rem * 1.8); */
  }
}

ul.has-background {
  margin-top: 20px;
  padding: 15px 15px;
  background-color: #f5f5f5 !important;
  border-radius: 2px;
}

ul.has-background li:nth-of-type(n+2) {
  margin-top: 5px;
}

.newsDetail .link {
  text-align: center;
  border: 1px solid #0F1724;
  background: #fff;
  height: 3.67188vw;
  width: 15.625vw;
  margin: 0 auto;
  margin-bottom: 3.125vw;
  margin-top: 6.25vw;
  font-family: 'robotobold';
}

@media screen and (max-width: 750px) {
  .newsDetail .link {
    height: 10.66667vw;
    width: 46.89%;
    margin-bottom: 5.33333vw;
    margin-top: 10.66667vw;
  }
}

.newsDetail .link .btn {
  line-height: 3.67188vw;
  display: block;
  color: #0F1724;
  font-size: 1.40625vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 750px) {
  .newsDetail .link .btn {
    line-height: 10.66667vw;
    font-size: 4vw;
  }
}

.newsDetail .link .btn:hover {
  color: #fff;
  background: #0F1724;
}

.wp-block-buttons {
  margin-bottom: 2em;
}

.wp-block-buttons .wp-block-button {
  width: 420px !important;
  margin: 0 auto;
}

p + .wp-block-buttons {
  margin-top: 2em;
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
  display: block;
  padding: 10px 40px;
  background-color: #CAA846 !important;
  box-shadow: 0 5px 0 0 #a6872f;
  border-radius: 3px !important;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  user-select: none;
  text-shadow: 0 0 5px rgba(13,11,4,.25);
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-vivid-green-cyan-background-color {
  background-color: #06c755 !important;
  box-shadow: 0 5px 0 0 #05a145;
  text-shadow: 0 0 5px rgba(0,9,4,.25);
}

.wp-block-buttons .wp-block-button .wp-block-button__link.has-vivid-red-background-color {
  background-color: #da1725 !important;
  box-shadow: 0 5px 0 0 #a1111c;
  text-shadow: 0 0 5px rgba(5,1,1,.25);
}


.wp-block-buttons .wp-block-button .wp-block-button__link span {
  color: #fff !important;
}

.wp-block-buttons .wp-block-button .wp-block-button__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: '\f054';
  margin: auto 0;
  width: 7px;
  height: 14px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  line-height: 1.0;
  color: #fff;
  text-shadow: initial;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:active {
  box-shadow: 0 0 0 0 #a6872f;
  transform: translateY(5px);
}

@media screen and (max-width: 750px) {

  .wp-block-buttons {
    margin-bottom: 2rem;
  }
  .wp-block-buttons .wp-block-button {
    /* width: 420px; */
    width: 100%;
    margin: 0 auto;
  }

  .wp-block-buttons .wp-block-button .wp-block-button__link {
    /* padding: 10px 40px; */
    padding: 0.76923rem 3.076923rem;
    /* box-shadow: 0 5px 0 0 #a6872f; */
    box-shadow: 0 0.38461rem 0 0 #a6872f;
    /* border-radius: 3px !important; */
    border-radius: 0.23rem !important;
    /* text-shadow: 0 0 5px rgba(13,11,4,.25); */
    text-shadow: 0 0 0.38461rem rgba(13,11,4,.25);
    /* font-size: 13px; */
    font-size: 1rem;
  }

  .wp-block-buttons .wp-block-button .wp-block-button__link:active {
    /* transform: translateY(5px); */
    transform: translateY(0.38461rem);
  }

  .wp-block-buttons .wp-block-button .wp-block-button__link::after {
    /* right: 20px; */
    right: 1.538461rem;
    /* width: 6.5px; */
    width: 0.5rem;
    /* height: 13px; */
    height: 1rem;
    /* font-size: 13px; */
    font-size: 1rem;
  }
}

.wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
  margin-top: 10px;
}

.wp-block-embed.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed.is-type-wp-embed .wp-block-embed__wrapper iframe.wp-embedded-content {
  width: 100%;
}

.wp-block-embed.is-type-wp-embed:nth-of-type(n+2) {
  margin-top: 15px;
}

#thanks_contents {
  padding: 160px 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #thanks_contents {
    padding: 100px 20px;
  }
}

#thanks_contents .thanks_icon > img {
  width: 90px;
}

@media screen and (max-width: 750px) {
  #thanks_contents .thanks_icon > img {
    width: 70px;
  }
}

#thanks_contents .thanks_head {
  margin-top: 25px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 750px) {
  #thanks_contents .thanks_head {
    margin-top: 20px;
    font-size: 20px;
  }
}

#thanks_contents .thanks_txt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #000;
}

@media screen and (max-width: 750px) {
  #thanks_contents .thanks_txt {
    margin-top: 15px;
    font-size: 13px;
  }
}

#thanks_contents .thanks_btn > a {
  width: 140px;
  height: 60px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #848484;
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 750px) {
  #thanks_contents .thanks_btn > a {
    width: 150px;
    height: 45px;
  }
}

#thanks_contents .thanks_btn > a:hover {
  opacity: 0.7;
}

#appront_sales {
  width: 1px;
  height: 1px;
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .company__page {
    padding-top: 18.66667vw;
  }
}

.company__page .mv {
  position: relative;
}

.company__page .mv__img img {
  width: 100%;
}

.company__page .mv__content {
  position: absolute;
  top: calc( 50% + 2.5vw);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .company__page .mv__content {
    top: 50%;
  }
}

.company__page .mv__content__ttl {
  line-height: 1;
  color: #fff;
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 1.40625vw;
  font-family: 'robotobold';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .company__page .mv__content__ttl {
    font-size: 6.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.company__page .mv__content__subttl {
  line-height: 1;
  color: #fff;
  font-size: 1.40625vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .company__page .mv__content__subttl {
    font-size: 3.2vw;
  }
}

.company__page__inner {
  padding-top: 4.6875vw;
  padding-bottom: 15.625vw;
  color: #242424;
}

@media screen and (max-width: 750px) {
  .company__page__inner {
    padding-top: 10.66667vw;
    padding-bottom: 32vw;
  }
}

.company__page__inner__list {
  width: 100%;
  max-width: 68.75vw;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .company__page__inner__list {
    max-width: 100%;
  }
}

.company__page__inner__list > dl {
  padding: 2.34375vw 0;
  border-bottom: 1px solid #C4C4C4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.40625vw;
  line-height: 1.9;
}

@media screen and (max-width: 750px) {
  .company__page__inner__list > dl {
    padding: 5.33333vw 0;
    font-size: 3.73333vw;
  }
}

.company__page__inner__list > dl > dt {
  width: 27%;
}

@media screen and (max-width: 750px) {
  .company__page__inner__list > dl > dt {
    width: 30%;
  }
}

.company__page__inner__list > dl > dd {
  width: 73%;
}

@media screen and (max-width: 750px) {
  .company__page__inner__list > dl > dd {
    width: 70%;
  }
}

.company__page__inner__list > dl > dd > ol > li {
  margin-left: 1.7em;
}

.company__page__inner__list > dl > dd > ol > li .num {
  width: 1.7em;
  margin-left: -1.7em;
  display: inline-block;
}

.company__page__inner__list > dl > dd .btn {
  margin-left: 2.34375vw;
}

@media screen and (max-width: 750px) {
  .company__page__inner__list > dl > dd .btn {
    margin: 2vw 0 0 0;
    display: block;
  }
}

.company__page__inner__list > dl > dd .btn > a {
  width: 12.89062vw;
  height: 2.96875vw;
  padding-right: 1.25vw;
  border: 1px solid #e6e6e6;
  border-radius: 1.5625vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  line-height: 2.96875vw;
  font-size: 1.09375vw;
  color: #242424;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media screen and (max-width: 750px) {
  .company__page__inner__list > dl > dd .btn > a {
    width: 30.66667vw;
    height: 7.73333vw;
    padding-right: 2.93333vw;
    border-radius: 4vw;
    display: block;
    line-height: 7.73333vw;
    font-size: 2.66667vw;
  }
}

.company__page__inner__list > dl > dd .btn > a:hover {
  background: #e6e6e6;
}

.company__page__inner__list > dl > dd .btn > a .icon {
  width: 0.78125vw;
  height: auto;
  margin-top: -0.39062vw;
  position: absolute;
  top: 50%;
  right: 1.17188vw;
}

@media screen and (max-width: 750px) {
  .company__page__inner__list > dl > dd .btn > a .icon {
    width: 2.13333vw;
    margin-top: -1.06667vw;
    right: 2vw;
  }
}

.company__page__inner__btn {
  width: 17.1875vw;
  height: 4.6875vw;
  margin: 6.25vw auto 0;
}

@media screen and (max-width: 750px) {
  .company__page__inner__btn {
    width: 50%;
    height: 12vw;
    margin-top: 10.66667vw;
  }
}

.company__page__inner__btn > a {
  width: 100%;
  height: 100%;
  border: 1px solid #242424;
  display: block;
  text-align: center;
  font-size: 1.40625vw;
  line-height: 4.6875vw;
  color: #242424;
}

@media screen and (max-width: 750px) {
  .company__page__inner__btn > a {
    font-size: 3.73333vw;
    line-height: 12vw;
  }
}

.company__page__inner__btn > a:hover {
  background: #242424;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .privacy__page {
    padding-top: 18.66667vw;
  }
}

.privacy__page .mv {
  position: relative;
}

.privacy__page .mv__img img {
  width: 100%;
}

.privacy__page .mv__content {
  position: absolute;
  top: calc( 50% + 2.5vw);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .privacy__page .mv__content {
    top: 50%;
  }
}

.privacy__page .mv__content__ttl {
  line-height: 1;
  color: #fff;
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 1.40625vw;
  font-family: 'robotobold';
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .privacy__page .mv__content__ttl {
    font-size: 6.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.privacy__page .mv__content__subttl {
  line-height: 1;
  color: #fff;
  font-size: 1.40625vw;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .privacy__page .mv__content__subttl {
    font-size: 3.2vw;
  }
}

.privacy__page__inner {
  padding-top: 4.6875vw;
  padding-bottom: 15.625vw;
  font-size: 1.09375vw;
  line-height: 2;
  color: #242424;
}

@media screen and (max-width: 750px) {
  .privacy__page__inner {
    font-size: 3.73333vw;
    padding-top: 5.33333vw;
    padding-bottom: 16vw;
  }
}

.privacy__page__inner__txt {
  width: 100%;
  max-width: 68.75vw;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .privacy__page__inner__txt {
    max-width: 100%;
  }
}

.privacy__page__inner__btn {
  width: 17.1875vw;
  height: 4.6875vw;
  margin: 6.25vw auto 0;
}

@media screen and (max-width: 750px) {
  .privacy__page__inner__btn {
    width: 50%;
    height: 12vw;
    margin-top: 10.66667vw;
  }
}

.privacy__page__inner__btn > a {
  width: 100%;
  height: 100%;
  border: 1px solid #242424;
  display: block;
  text-align: center;
  font-size: 1.40625vw;
  line-height: 4.6875vw;
  color: #242424;
}

@media screen and (max-width: 750px) {
  .privacy__page__inner__btn > a {
    font-size: 3.73333vw;
    line-height: 12vw;
  }
}

.privacy__page__inner__btn > a:hover {
  background: #242424;
  color: #fff;
}
