@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;700&display=swap");
/********************/
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font: 16px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #333333;
  -webkit-text-size-adjust: none;
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

html, body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.75;
  color: #333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.add_overray {
  overflow: hidden;
}

address {
  font-style: normal;
}

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

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

#wrapper {
  margin: 0 auto;
  position: relative;
}

input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  cursor: pointer;
}

input[type=checkbox] + span {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding-left: 1.5em;
}
input[type=checkbox] + span:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
input[type=checkbox] + span:hover::before {
  background-color: rgba(41, 168, 223, 0.2);
}

input[type=checkbox] + span::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-color: inherit;
  background-position: center center;
  margin-right: 0.5em;
  margin-top: -0.1em;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #a0a0a0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}

input[type=checkbox]:checked + span::before {
  background: url("../img/common/ico_check-01.svg") no-repeat center center #5a81a2;
  background-size: 80%;
  border-color: #5a81a2;
}

input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  cursor: pointer;
}

input[type=radio] + span {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding-left: 1.5em;
}
input[type=radio] + span:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
input[type=radio] + span:hover::before {
  background-color: rgba(90, 129, 162, 0.2);
}
input[type=radio] + span::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-color: inherit;
  background-position: center center;
  margin-right: 0.5em;
  margin-top: 0;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #a0a0a0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}
input[type=radio] + span::after {
  opacity: 0;
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #5a81a2;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0.25em;
  top: 0.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

input[type=radio]:checked + span:hover::before {
  background-color: #fff;
}

/*!
layout > container
------------------------------
*/
.l-container-center, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 90%;
  margin: auto;
}

.l-container-l {
  max-width: 1200px;
}

.l-container-m {
  max-width: 940px;
}

.l-container-s {
  max-width: 700px;
}

.l-container-center {
  text-align: center;
}

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

.l-container-block {
  width: 92%;
  max-width: 1000px;
  margin: auto;
}

.l-container-82 {
  width: 82%;
  margin: auto;
}

.l-container-82s {
  width: 82%;
  max-width: 700px;
  margin: auto;
}

.l-container-82m {
  width: 82%;
  max-width: 940px;
  margin: auto;
}

.l-container-82l {
  width: 82%;
  max-width: 1280px;
  margin: auto;
}

.l-container-1280 {
  max-width: 1280px;
  margin: auto;
}

/*!
layout > header
------------------------------
*/
header {
  position: relative;
  width: 100%;
  height: 70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  header {
    height: 100px;
  }
}

.header-logo {
  width: 120px;
  display: block;
  margin-left: 4%;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 190px;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4%;
}
#gnav_btn {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 17px;
  right: 4%;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  #gnav_btn {
    width: 50px;
    height: 50px;
    top: 28px;
  }
}
#gnav_btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #333333;
  width: 100%;
}
#gnav_btn span:nth-of-type(1) {
  top: 0;
}
#gnav_btn span:nth-of-type(1)::after {
  content: "";
  width: 60%;
  height: 3px;
  left: 0;
  top: -1px;
  background-color: #333333;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #gnav_btn span:nth-of-type(1)::after {
    height: 5px;
    top: -2px;
  }
}
#gnav_btn span:nth-of-type(2) {
  top: 10px;
}
@media screen and (min-width: 768px) {
  #gnav_btn span:nth-of-type(2) {
    top: 12px;
  }
}
#gnav_btn span:nth-of-type(2)::after {
  content: "";
  width: 60%;
  height: 3px;
  left: 0;
  top: -1px;
  background-color: #333333;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #gnav_btn span:nth-of-type(2)::after {
    height: 5px;
    top: -2px;
  }
}
#gnav_btn span:nth-of-type(3) {
  top: 21px;
}
@media screen and (min-width: 768px) {
  #gnav_btn span:nth-of-type(3) {
    top: 25px;
  }
}
#gnav_btn span:nth-of-type(4) {
  color: #333333;
  height: 1em;
  background: none;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  bottom: 0;
}
#gnav_btn span:nth-of-type(4)::after {
  content: "MENU";
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#gnav_btn span:nth-of-type(4)::before {
  content: "OPEN";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #gnav_btn span:nth-of-type(4) {
    font-size: 1.2rem;
    bottom: 2px;
  }
}
@media (hover: hover) {
  #gnav_btn:hover span:nth-of-type(4)::after {
    opacity: 0;
  }
  #gnav_btn:hover span:nth-of-type(4)::before {
    opacity: 1;
  }
}
#gnav_btn.open span {
  background: #fff;
}
#gnav_btn.open span:nth-of-type(1) {
  top: 4px;
  left: 5%;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 90%;
}
#gnav_btn.open span:nth-of-type(1)::after {
  opacity: 0;
}
#gnav_btn.open span:nth-of-type(2) {
  opacity: 0;
}
#gnav_btn.open span:nth-of-type(3) {
  top: 16px;
  left: 5%;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 90%;
}
#gnav_btn.open span:nth-of-type(4) {
  color: #fff;
  background: none;
}
#gnav_btn.open span:nth-of-type(4)::after {
  content: "CLOSE";
}
#gnav_btn.open:hover span:nth-of-type(4)::after {
  opacity: 1;
}
#gnav_btn.open:hover span:nth-of-type(4)::before {
  opacity: 0;
}

nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow-y: scroll;
  color: #fff;
  height: 100%;
}
nav::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #007CBA;
  opacity: 0.9;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
}
nav .header-logo {
  display: block;
  position: relative;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  nav .header-logo {
    margin-top: 35px;
  }
}

.header-nav {
  position: relative;
  z-index: 1;
  width: 85.6%;
  max-width: 800px;
  margin: 40px auto 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .header-nav {
    margin: 30px auto 0;
    padding-bottom: 60px;
  }
}

.header-nav-link {
  padding: 1em 0.5em;
  display: block;
  position: relative;
}
.header-nav-link::after {
  content: "";
  background: url("../img/common/ico_arrow-right01.svg") no-repeat center center;
  display: block;
  width: 1em;
  height: 1em;
  right: 0.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-nav-link:hover::after {
  right: 0.1em;
}

.header-nav-list {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .header-nav-list {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.header-nav-list li {
  border-bottom: 1px solid #fff;
}
.header-nav-list li:last-child {
  border-bottom: none;
}
.header-nav-list .accordion_one .accordion_header {
  padding: 1em 0.5em;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
  cursor: pointer;
}
.header-nav-list .accordion_one .accordion_header::before {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 16px;
  background-color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}
.header-nav-list .accordion_one .accordion_header::after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  right: 9px;
  background-color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}
.header-nav-list .accordion_one .accordion_header:hover::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.header-nav-list .accordion_one .accordion_header:hover::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.header-nav-list .accordion_one .accordion_header.open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.header-nav-list .accordion_one .accordion_inner {
  display: none;
  border-top: 1px solid #fff;
}
.header-nav-list .accordion_one .accordion_inner .header-nav-acc-item {
  margin-left: 1.5em;
  border-bottom: 1px solid #eee;
  opacity: 0.8;
}
.header-nav-list .accordion_one .accordion_inner .header-nav-acc-item:last-child {
  border-bottom: none;
}

.header-pc-nav {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1.5em;
}
.header-pc-nav li {
  margin: 0 1em;
}
@media screen and (max-width: 1280px) {
  .header-pc-nav li {
    margin: 0 0.75em;
  }
}
@media screen and (max-width: 1000px) {
  .header-pc-nav {
    font-size: 1.3rem;
  }
  .header-pc-nav li {
    margin: 0 0.5em;
  }
}
@media screen and (max-width: 860px) {
  .header-pc-nav {
    display: none;
  }
}
.header-pc-nav .js-sub-menu {
  position: absolute;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-pc-nav .js-sub-menu.active {
  height: auto;
  overflow: auto;
  opacity: 1;
}
.header-pc-nav .js-sub-menu li {
  margin: 0;
  border-bottom: 1px solid #8d8d8d;
}
.header-pc-nav .js-sub-menu li:last-child {
  border-bottom: none;
}

.header-pc-nav-sub {
  font-weight: 400;
  padding: 1em 1.5em;
  display: block;
  line-height: 1;
  position: relative;
}
.header-pc-nav-sub::before {
  content: "";
  background: #dd6c00;
  background: -webkit-gradient(linear, left top, right top, from(#299cd3), color-stop(50%, #90b174), to(#dd6c00));
  background: linear-gradient(to right, #299cd3 0%, #90b174 50%, #dd6c00 100%);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.header-pc-nav-sub:hover::before {
  opacity: 0.2;
  width: 100%;
}

.header-pc-nav-link {
  position: relative;
}
.header-pc-nav-link::after {
  content: "";
  position: absolute;
  bottom: -0.4em;
  left: 0;
  width: 0%;
  height: 1px;
  background: #dd6c00;
  background: -webkit-gradient(linear, right top, left top, from(#299cd3), color-stop(50%, #90b174), to(#dd6c00));
  background: linear-gradient(to left, #299cd3 0%, #90b174 50%, #dd6c00 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-pc-nav-link:hover::after {
  width: 100%;
}

/*!
layout > footer
------------------------------
*/
footer {
  color: #fff;
  background-color: #2c2c2c;
  width: 100%;
  margin: 0 auto;
}

.footer-inner {
  width: 82%;
  margin: auto;
  padding: 55px 0 0;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    padding: 70px 0 0;
  }
}

.footer-logo {
  max-width: 180px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    max-width: 230px;
    margin: 0 auto 30px;
  }
}

.footer-link-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.2;
  margin-bottom: 20px;
}
.footer-link-dl dt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .footer-link-dl dt {
    font-size: 2rem;
  }
}
.footer-link-dl dd {
  font-size: 1.2rem;
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .footer-link-dl dd {
    font-size: 1.5rem;
  }
}
.footer-link-dl dd:last-child {
  margin-right: 0;
}
.footer-link-dl a:hover {
  opacity: 0.7;
}

.footer-link-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 35px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .footer-link-single {
    font-size: 2rem;
  }
}

.footer-link-single-item {
  margin-right: 2em;
  margin-bottom: 0.75em;
  min-width: 4em;
}
.footer-link-single-item:last-child {
  margin-right: 0;
}

.footer-contact {
  width: 85.6%;
  margin: 30px auto 55px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-contact {
    margin: 40px auto 60px;
  }
}

.footer-copy {
  color: #363636;
  text-align: center;
  background-color: #fff;
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  .footer-copy {
    font-size: 1.4rem;
  }
}

/*!
layout > breadcrumb
------------------------------
*/
.l-breadcrumb {
  background-color: #fff;
  border-bottom: 2px solid #D6E1E5;
}

.l-breadcrumb-list {
  color: #565656;
  width: 92%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 0.75em 0;
}
@media screen and (min-width: 768px) {
  .l-breadcrumb-list {
    font-size: 1.3rem;
  }
}
.l-breadcrumb-list li:first-child {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
.l-breadcrumb-list li::after {
  content: "/";
  color: #555555;
  margin: 0 0.25em;
}
.l-breadcrumb-list li:last-child::after {
  display: none;
}
.l-breadcrumb-list a {
  color: #5a81a2;
}
.l-breadcrumb-list a:hover {
  text-decoration: underline;
}

/*!
layout > campaign
------------------------------
*/
.l-campaign {
  background-color: #e6e6e6;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .l-campaign {
    padding: 70px 0;
  }
}

.l-campaign-inner {
  width: 82%;
  margin: auto;
}

.l-campaign-title {
  color: #363636;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .l-campaign-title {
    font-size: 1.8rem;
  }
}

.l-campaign-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-campaign-list figure {
  width: 250px;
  position: relative;
}
.l-campaign-list figure::before {
  content: "";
  display: block;
  padding-top: 52%;
}
.l-campaign-list figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
.l-campaign-list figure img {
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .l-campaign-list figure {
    width: 350px;
  }
}
.l-campaign-list .l-campaign-item {
  margin-right: 13px;
}
@media screen and (min-width: 768px) {
  .l-campaign-list .l-campaign-item {
    margin-right: 15px;
  }
}

.l-campaign-list-wrap {
  padding-bottom: 20px;
}
.l-campaign-list-wrap::-webkit-scrollbar {
  height: 4px;
  border-radius: 4px;
}
.l-campaign-list-wrap::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 4px;
}
.l-campaign-list-wrap::-webkit-scrollbar-thumb {
  background-color: #363636;
  border-radius: 4px;
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-mr-05em {
  margin-right: 0.5em;
}

.u-inline-block {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .u-inline-block-pc {
    display: inline-block;
  }
}

.u-font-raleway {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
}

.u-text-center {
  text-align: center;
}

.u-lead {
  width: 100%;
  margin: 0 auto 35px;
}
@media screen and (min-width: 768px) {
  .u-lead {
    margin: 0 auto 60px;
  }
}

.u-lead-inner {
  position: relative;
}

.u-lead-image img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .u-lead-image img {
    border-radius: 0 0 20px 0;
  }
}
.u-lead-image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dd6c00;
  background: -webkit-gradient(linear, left top, right top, from(#299cd3), color-stop(50%, #90b174), to(#dd6c00));
  background: linear-gradient(to right, #299cd3 0%, #90b174 50%, #dd6c00 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.7;
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .u-lead-image::before {
    border-radius: 0 0 20px 0;
  }
}
.u-lead-image::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 0 10px 0 0;
  width: 95%;
  height: 40px;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .u-lead-image::after {
    border-radius: 0 20px 0 0;
    height: 60px;
  }
}

.u-lead-title-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 5%;
  width: 90%;
  z-index: 2;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .u-lead-title-wrap {
    padding-bottom: 30px;
  }
}

.u-lead-title {
  max-width: 940px;
  margin: auto;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.22;
}
@media screen and (min-width: 768px) {
  .u-lead-title {
    font-size: 3.8rem;
    line-height: 1.5;
  }
}

.u-lead-text {
  font-size: 1.3rem;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .u-lead-text {
    font-size: 1.7rem;
    line-height: 2;
  }
}

.u-lower-top {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .u-lower-top {
    margin-top: 20px;
  }
}

.u-belt-image {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}
.u-belt-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.u-belt-image::before {
  content: "";
  width: 100%;
  height: 2px;
  position: relative;
  display: block;
  margin: 0;
  background: #dd6c00;
  background: -webkit-gradient(linear, left top, right top, from(#299cd3), color-stop(50%, #90b174), to(#dd6c00));
  background: linear-gradient(to right, #299cd3 0%, #90b174 50%, #dd6c00 100%);
}
@media screen and (min-width: 768px) {
  .u-belt-image::before {
    height: 4px;
  }
}

.u-table-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #c0c0c0;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .u-table-price {
    font-size: 1.8rem;
  }
}
.u-table-price dt {
  width: 7em;
  padding-bottom: 0.5em;
  position: relative;
}
.u-table-price dt::after {
  content: "";
  width: 1px;
  height: calc(100% - 0.5em);
  display: block;
  background-color: #c0c0c0;
  right: 0;
  top: 0;
  position: absolute;
}
.u-table-price dd {
  width: calc(100% - 7em);
  padding-bottom: 0.5em;
  padding-left: 0.75em;
}

.u-table-school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.6;
  border-bottom: 1px solid #c0c0c0;
  margin-top: 0.5em;
}
.u-table-school dt {
  width: 7em;
  padding-bottom: 0.5em;
  position: relative;
}
.u-table-school dt::after {
  content: "";
  width: 1px;
  height: calc(100% - 0.5em);
  display: block;
  background-color: #c0c0c0;
  right: 0;
  top: 0;
  position: absolute;
}
.u-table-school dd {
  width: calc(100% - 7em);
  padding-bottom: 0.5em;
  padding-left: 0.75em;
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
animation > text-animation
------------------------------
*/
/* ローディングアニメーション */
#loader-bg {
  background: #dd6c00;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh !important;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spinner {
  margin: auto;
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot1 {
  background-color: #fff;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background-color: #fff;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(54, 54, 54, 0.8);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
  height: auto;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
component > btn
------------------------------
*/
.c-btn-opacity:hover {
  opacity: 0.7;
}

.c-btn-line {
  text-decoration: underline;
}
.c-btn-line:hover {
  text-decoration: none;
}

.c-btn-eternal::after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 0.25em;
  background: url("../img/common/ico_eternal-01.svg") no-repeat center center;
  background-size: contain;
}

.c-btn-header-contact1 {
  color: #333333;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 30px;
  padding: 1.2em 1.5em;
  background: #dd6c00;
  background: -webkit-gradient(linear, left top, right top, from(#299cd3), color-stop(50%, #90b174), to(#dd6c00));
  background: linear-gradient(to right, #299cd3 0%, #90b174 50%, #dd6c00 100%);
  position: relative;
  display: inline-block;
  margin-left: 1em;
}
.c-btn-header-contact1::before {
  content: "";
  background-color: #fff;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-btn-header-contact1:hover {
  color: #fff;
}
.c-btn-header-contact1:hover::before {
  opacity: 0;
}
.c-btn-header-contact1 span {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn-header-contact1 {
    font-size: 1.6rem;
  }
}

.c-btn-header-contact2 {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 1em;
  border-radius: 30px;
  background-color: #fff;
  color: #29A8DF;
}
@media screen and (min-width: 768px) {
  .c-btn-header-contact2 {
    font-size: 1.7rem;
  }
}
.c-btn-header-contact2:hover {
  background-color: #29A8DF;
  color: #fff;
}

.c-btn-footer {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  max-width: 400px;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 0.75em;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-btn-footer {
    font-size: 2rem;
  }
}
.c-btn-footer:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.c-btn-send {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  background: #dd6c00;
  background: -webkit-gradient(linear, left top, right top, from(#299cd3), color-stop(50%, #90b174), to(#dd6c00));
  background: linear-gradient(to right, #299cd3 0%, #90b174 50%, #dd6c00 100%);
  margin: auto;
  padding: 1.2em 1em;
  border-radius: 40px;
  line-height: 1;
  max-width: 700px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn-send {
    font-size: 2.6rem;
    padding: 1em;
  }
}
.c-btn-send::before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c-btn-send::before {
    border: 2px solid #fff;
  }
}
.c-btn-send input {
  display: block;
  background: none;
  outline: 0;
  border: none;
  padding: 0;
  border-radius: 0;
}
.c-btn-send:hover::before {
  opacity: 0;
}

.c-btn-simple1 {
  text-align: center;
  border-radius: 50px;
  background: #dd6c00;
  background: -webkit-gradient(linear, left top, right top, from(#299cd3), color-stop(50%, #90b174), to(#dd6c00));
  background: linear-gradient(to right, #299cd3 0%, #90b174 50%, #dd6c00 100%);
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.2em 1em;
  display: block;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-btn-simple1 {
    font-size: 2.5rem;
    padding: 1em;
  }
}
.c-btn-simple1::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn-simple1 span {
  z-index: 2;
  color: #363636;
  position: relative;
}
.c-btn-simple1:hover::before {
  opacity: 0.85;
}
.c-btn-simple1 input {
  z-index: 2;
  color: #363636;
  font-weight: 700;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

.c-btn-simple2, .c-btn-simple3, .c-btn-simple4, .c-btn-simple5, .c-btn-simple6 {
  text-align: center;
  border-radius: 60px;
  background: #299cd3;
  background: -webkit-gradient(linear, left top, right top, from(#299cd3), to(#dd6c00));
  background: linear-gradient(to right, #299cd3 0%, #dd6c00 100%);
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  position: relative;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-btn-simple2, .c-btn-simple3, .c-btn-simple4, .c-btn-simple5, .c-btn-simple6 {
    font-size: 2.3rem;
  }
}
.c-btn-simple2::before, .c-btn-simple3::before, .c-btn-simple4::before, .c-btn-simple5::before, .c-btn-simple6::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn-simple2 span, .c-btn-simple3 span, .c-btn-simple4 span, .c-btn-simple5 span, .c-btn-simple6 span {
  z-index: 2;
  color: #363636;
  position: relative;
}
.c-btn-simple2:hover::before, .c-btn-simple3:hover::before, .c-btn-simple4:hover::before, .c-btn-simple5:hover::before, .c-btn-simple6:hover::before {
  opacity: 0.85;
}

.c-btn-simple2 {
  padding: 1.4em 0.5em;
}
@media screen and (min-width: 768px) {
  .c-btn-simple2 {
    padding: 1em;
    font-size: 2.3rem;
  }
}

.c-btn-simple3 {
  padding: 1em 1.5em;
}
@media screen and (min-width: 768px) {
  .c-btn-simple3 {
    padding: 0.75em 1.5em;
    font-size: 2rem;
  }
}

.c-btn-simple4 {
  font-size: 1.8rem;
  padding: 1.4em 0.5em;
}
@media screen and (min-width: 768px) {
  .c-btn-simple4 {
    padding: 1em;
    font-size: 2.5rem;
  }
}

.c-btn-simple5 {
  font-size: 1.3rem;
  padding: 1em 0.5em;
}
@media screen and (min-width: 768px) {
  .c-btn-simple5 {
    padding: 1em;
    font-size: 1.5rem;
  }
}

.c-btn-simple6 {
  font-size: 1.5rem;
  padding: 0.5em 0.5em;
}
@media screen and (min-width: 768px) {
  .c-btn-simple6 {
    padding: 1em;
    font-size: 1.7rem;
  }
}

.c-btn-text-rainbow {
  background: #dd6c00;
  background: -webkit-gradient(linear, left top, right top, from(#299cd3), color-stop(50%, #90b174), to(#dd6c00));
  background: linear-gradient(to right, #299cd3 0%, #90b174 50%, #dd6c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.adult-cta-btn {
  margin-top: 20px;
}

/*!
component > title
------------------------------
*/
.c-title-simple {
  color: #5a81a2;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .c-title-simple {
    font-size: 3.2rem;
  }
}
.c-title-simple--center {
  text-align: center;
}

.c-title-tel {
  color: #363636;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .c-title-tel {
    font-size: 2.8rem;
  }
}
.c-title-tel::before {
  content: "";
  background: url("../img/common/ico_tel-01.svg") no-repeat center center;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 15px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-title-tel::before {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
  }
}

.c-title-en-bb {
  text-align: center;
  color: #5a81a2;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-title-en-bb {
    font-size: 3.4rem;
  }
}
.c-title-en-bb::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #d7d7d7;
  margin: 5px auto;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-title-en-bb::after {
    height: 22px;
    width: 2px;
  }
}

.c-title-tag1 {
  text-align: center;
  color: #5a81a2;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.c-title-tag1::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  background: #008ccc;
  background: -webkit-gradient(linear, left top, right top, from(#008ccc), color-stop(32%, #e29900), color-stop(68%, #e29900), color-stop(97.5%, #008ccc));
  background: linear-gradient(to right, #008ccc 0%, #e29900 32%, #e29900 68%, #008ccc 97.5%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-title-tag1::before {
    height: 2px;
  }
}
@media screen and (min-width: 768px) {
  .c-title-tag1 {
    font-size: 2.6rem;
  }
}
.c-title-tag1 span {
  display: inline-block;
  background: url("../img/common/bg_tag-01.svg") no-repeat center center;
  padding: 1em 1.85em 0.75em 1.5em;
}

.c-title-public {
  text-align: center;
}
.c-title-public::before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 1px;
  height: 36px;
  background-color: #d7d7d7;
}
@media screen and (min-width: 768px) {
  .c-title-public::before {
    width: 2px;
    height: 40px;
    margin: 0 auto 15px;
  }
}
.c-title-public--en {
  color: #8d8d8d;
  display: block;
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .c-title-public--en {
    font-size: 1.6rem;
  }
}
.c-title-public--jp {
  color: #5a81a2;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-title-public--jp {
    font-size: 3.2rem;
  }
}

.c-title-price {
  color: #5a81a2;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-title-price {
    font-size: 2.4rem;
  }
}

.c-title-school {
  color: #5a81a2;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 30px 0 10px;
}
@media screen and (min-width: 768px) {
  .c-title-school {
    font-size: 2.4rem;
  }
}

.c-title-course {
  color: #5a81a2;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .c-title-course {
    font-size: 2.4rem;
  }
}

/*!
page > reserve
------------------------------
*/
.reserve-block {
  position: relative;
  padding: 30px 5% 35px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .reserve-block {
    padding: 45px 40px 60px;
    margin-bottom: 80px;
  }
}
.reserve-block::before {
  content: "";
  background: #dd6c00;
  background: -webkit-gradient(linear, left top, left bottom, from(#299cd3), color-stop(50%, #90b174), to(#dd6c00));
  background: linear-gradient(#299cd3 0%, #90b174 50%, #dd6c00 100%);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .reserve-block::before {
    border-radius: 10px;
  }
}

.reserve-item {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .reserve-item {
    margin-bottom: 40px;
  }
}
.reserve-item--privacy {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .reserve-item--privacy {
    font-size: 1.8rem;
    text-align: center;
  }
}

.reserve-label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .reserve-label {
    font-size: 2rem;
  }
}

.reserve-label-required {
  color: #fff;
  background-color: #be5454;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0.25em 0.5em;
  margin-left: 0.75em;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .reserve-label-required {
    font-size: 1.6rem;
  }
}

.reserve-response {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .reserve-response {
    font-size: 2rem;
  }
}
.reserve-response select {
  color: #333333;
  font-weight: 700;
  background: url("../img/common/ico_arrow-down01.svg") no-repeat right 10px center #fff;
  background-size: 0.75em;
  background-color: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  padding: 1em 0.5em;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.reserve-response select:focus {
  outline: 0;
}
@media screen and (min-width: 768px) {
  .reserve-response select {
    padding: 0.8em 0.5em;
  }
}
.reserve-response select.reserve-noinput {
  background-color: #f6e8e8;
}

.reserve-response-noinput {
  color: #be5454;
  font-size: 1.3rem;
  margin-top: 0.5em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .reserve-response-noinput {
    font-size: 1.6rem;
  }
}

.reserve-response-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .reserve-response-select {
    display: block;
  }
}
.reserve-response-select select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .reserve-response-select select {
    display: block;
    margin-bottom: 0.5em;
    width: 100%;
  }
}

.reserve-response-text {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  padding: 1em 0.5em;
}
@media screen and (min-width: 768px) {
  .reserve-response-text {
    padding: 0.5em 0.5em;
  }
}
.reserve-response-text::-webkit-input-placeholder {
  color: #b2b2b2;
}
.reserve-response-text::-moz-placeholder {
  color: #b2b2b2;
}
.reserve-response-text:-ms-input-placeholder {
  color: #b2b2b2;
}
.reserve-response-text::-ms-input-placeholder {
  color: #b2b2b2;
}
.reserve-response-text::placeholder {
  color: #b2b2b2;
}
.reserve-response-text--noinput {
  background-color: #f6e8e8;
}

.reserve-response-textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  padding: 1em 0.5em;
}
@media screen and (min-width: 768px) {
  .reserve-response-textarea {
    padding: 0.5em 0.5em;
  }
}
.reserve-response-textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
.reserve-response-textarea::-moz-placeholder {
  color: #b2b2b2;
}
.reserve-response-textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
.reserve-response-textarea::-ms-input-placeholder {
  color: #b2b2b2;
}
.reserve-response-textarea::placeholder {
  color: #b2b2b2;
}
.reserve-response-textarea--noinput {
  background-color: #f6e8e8;
}

.reserve-response-link {
  color: #5a81a2;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .reserve-response-link {
    font-size: 1.7rem;
    text-align: left;
  }
}
.reserve-response-link:hover {
  text-decoration: none;
}

.reserve-response-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reserve-response-list li {
  margin-right: 2em;
}
.reserve-response-list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .reserve-response-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 1em;
  }
}

.reserve-tel {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .reserve-tel {
    text-align: center;
    margin-bottom: 120px;
  }
}

.reserve-tel-text {
  font-size: 1.3rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .reserve-tel-text {
    font-size: 1.7rem;
  }
}

.reserve-calendar {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .reserve-calendar {
    margin-bottom: 40px;
  }
}

.reserve-calendar-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: #5a81a2;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .reserve-calendar-month {
    font-size: 3.2rem;
  }
}

.reserve-cld-prev, .reserve-cld-next {
  color: #fff;
  border: none;
  background-size: contain;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  width: 5em;
  height: 2em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .reserve-cld-prev, .reserve-cld-next {
    font-size: 2rem;
  }
}

.reserve-cld-prev {
  background: url("../img/common/btn_prev-01.svg") no-repeat left center;
  padding: 0.75em 0 0.75em 0.25em;
}

.reserve-cld-next {
  background: url("../img/common/btn_next-01.svg") no-repeat right center;
  padding: 0.75em 0.25em 0.75em 0;
}

.reserve-calendar-box {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #a0a0a0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.reserve-calendar-box .reserve-cld-week {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #a0a0a0;
  border-radius: 5px 5px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .reserve-calendar-box .reserve-cld-week {
    font-size: 2rem;
  }
}
.reserve-calendar-box .reserve-cld-week li {
  width: 14.2857142857%;
  border-right: 1px solid #fff;
  background-color: #a0a0a0;
  padding: 0.75em 0;
  line-height: 1;
}
.reserve-calendar-box .reserve-cld-week li:last-child {
  border-right: none;
}
.reserve-calendar-box .reserve-cld-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0;
  border-bottom: 1px solid #dadada;
}
@media screen and (min-width: 768px) {
  .reserve-calendar-box .reserve-cld-day {
    font-size: 1.8rem;
  }
}
.reserve-calendar-box .reserve-cld-day:last-child {
  border-bottom: none;
}
.reserve-calendar-box .reserve-cld-day li {
  width: 14.2857142857%;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .reserve-calendar-box .reserve-cld-day li {
    height: 60px;
  }
}
.reserve-calendar-box .reserve-cld-day button {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  position: relative;
}
.reserve-calendar-box .reserve-cld-day button:hover {
  opacity: 1;
}
.reserve-calendar-box .reserve-cld-day button.reserve-cld-slightly {
  background: url("../img/common/ico_triangle-01.svg") no-repeat center center;
  background-size: 35px;
}
@media screen and (min-width: 768px) {
  .reserve-calendar-box .reserve-cld-day button.reserve-cld-slightly {
    background-size: 50px;
  }
}
.reserve-calendar-box .reserve-cld-day button.reserve-cld-slightly::after {
  content: "わずか";
  color: #be5454;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0.08em;
  left: 0;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .reserve-calendar-box .reserve-cld-day button.reserve-cld-slightly::after {
    font-size: 1.4rem;
  }
}
.reserve-calendar-box .reserve-cld-day button.reserve-cld-slightly:hover {
  background-color: rgba(221, 108, 0, 0.2);
}
.reserve-calendar-box .reserve-cld-day button.reserve-cld-possible::before {
  content: "";
  border-radius: 50%;
  border: 2px solid #5a81a2;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .reserve-calendar-box .reserve-cld-day button.reserve-cld-possible::before {
    width: 40px;
    height: 40px;
  }
}
.reserve-calendar-box .reserve-cld-day button.reserve-cld-possible:hover {
  background-color: rgba(41, 168, 223, 0.2);
}

.reserve-cld-select {
  text-align: center;
  margin-top: 40px;
}

.reserve-cld-select-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 768px) {
  .reserve-cld-select-title {
    font-size: 2rem;
  }
}

.reserve-cld-select-item {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .reserve-cld-select-item {
    font-size: 2.8rem;
  }
}

.reserve-cld-select-notselect {
  color: #be5454;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .reserve-cld-select-notselect {
    font-size: 2.2rem;
  }
}

.reserve-cld-choices {
  background-color: #fff;
  width: 80%;
  max-width: 210px;
  display: block;
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  margin: auto;
  padding: 10px 20px;
  z-index: 1;
  position: absolute;
  height: auto;
  max-height: 70%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .reserve-cld-choices {
    padding: 40px 60px;
    font-size: 2.2rem;
    max-width: 400px;
  }
}

.reserve-cld-choices-date {
  color: #8d8d8d;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .reserve-cld-choices-date {
    font-size: 1.8rem;
  }
}

.reserve-cld-choices-item {
  display: block;
  margin-bottom: 0.7em;
}

/* ==========================
  モーダル（ポップアップ）
========================== */
.reserve-calendar {
  /* チェックボックスデザイン */
}
.reserve-calendar .js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.reserve-calendar .js_modalWrap.active {
  -webkit-animation: modalOpen 0.3s ease forwards;
          animation: modalOpen 0.3s ease forwards;
}
.reserve-calendar .js_modalWrap.active2 {
  -webkit-animation: modalClose 0.3s ease forwards;
          animation: modalClose 0.3s ease forwards;
}
.reserve-calendar .js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.reserve-calendar .js_modalClose {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background-color: #5a81a2;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1001;
}
.reserve-calendar .js_modalClose::before,
.reserve-calendar .js_modalClose::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 5px;
  right: 19px;
  width: 2px;
  height: 30px;
}
.reserve-calendar .js_modalClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.reserve-calendar .js_modalClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.reserve-calendar .js_modalBtnClose {
  cursor: pointer;
}
.reserve-calendar input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  cursor: pointer;
}
.reserve-calendar input[type=checkbox] + span {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding-left: 2em;
}
.reserve-calendar input[type=checkbox] + span:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reserve-calendar input[type=checkbox] + span:hover::before {
  background-color: rgba(41, 168, 223, 0.2);
}
.reserve-calendar input[type=checkbox] + span::before {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  background-color: inherit;
  background-position: center center;
  margin-right: 0.5em;
  margin-top: -0.25em;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #5a81a2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .reserve-calendar input[type=checkbox] + span::before {
    border-width: 3px;
  }
}
.reserve-calendar input[type=checkbox]:checked + span::before {
  background: url("../img/common/ico_check-01.svg") no-repeat center center #5a81a2;
  background-size: 80%;
}

/* ==========================
  モーダル（確認用）
========================== */
.lesson_customer {
  /*中身デザイン*/
}
.lesson_customer .js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lesson_customer .js_modalWrap.active {
  -webkit-animation: modalOpen 0.3s ease forwards;
          animation: modalOpen 0.3s ease forwards;
}
.lesson_customer .js_modalWrap.active2 {
  -webkit-animation: modalClose 0.3s ease forwards;
          animation: modalClose 0.3s ease forwards;
}
.lesson_customer .js_modalBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.lesson_customer .js_modalClose {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background-color: #5a81a2;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1001;
}
.lesson_customer .js_modalClose::before,
.lesson_customer .js_modalClose::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 5px;
  right: 19px;
  width: 2px;
  height: 30px;
}
.lesson_customer .js_modalClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lesson_customer .js_modalClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lesson_customer .reserve-comfirm {
  background-color: #fff;
  width: 80%;
  display: block;
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  margin: auto;
  padding: 30px 40px;
  z-index: 1;
  position: absolute;
  top: 5%;
  height: 80%;
  overflow-y: scroll;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .lesson_customer .reserve-comfirm {
    padding: 60px 60px;
    font-size: 2.2rem;
  }
}
.lesson_customer .reserve-comfirm .c-title-simple {
  font-size: 1.8rem;
}
.lesson_customer .reserve-comfirm ul {
  margin: 30px auto;
}
.lesson_customer .reserve-comfirm ul li {
  border-bottom: 1px solid #dadada;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lesson_customer .reserve-comfirm ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.lesson_customer .reserve-comfirm ul p.comfirm_tit {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .lesson_customer .reserve-comfirm ul p.comfirm_tit {
    width: 30%;
  }
}
.lesson_customer .reserve-comfirm ul p.comfirm_txt {
  width: 100%;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .lesson_customer .reserve-comfirm ul p.comfirm_txt {
    width: 65%;
  }
}

@-webkit-keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}

@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}
@-webkit-keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}
.lesson_calender, .lesson_customer {
  display: none;
}
.lesson_calender.is_open, .lesson_customer.is_open {
  display: block;
  -webkit-animation: appear 0.5s ease;
          animation: appear 0.5s ease;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-btn-calender.is_hidden, .c-btn-course.is_hidden {
  display: none;
}

.reserve-thanks-link {
  width: 82%;
  max-width: 700px;
  margin: 40px auto;
}

.campaign_tit {
  font-size: 2rem;
  text-align: center;
  color: #29A8DF;
}
@media screen and (min-width: 768px) {
  .campaign_tit {
    font-size: 2.6rem;
  }
}
.campaign_tit span {
  border-bottom: 1px solid #29A8DF;
  padding-bottom: 10px;
  font-weight: 600;
}

/*!
page > adult
------------------------------
*/
.adult-main {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .adult-main {
    margin-bottom: 40px;
  }
}
.adult-main picture {
  position: relative;
}
.adult-main figcaption {
  position: absolute;
  width: 170px;
  right: 28%;
  bottom: 9%;
  -webkit-filter: drop-shadow(0px 0px 4px #323a4b);
          filter: drop-shadow(0px 0px 4px #323a4b);
}
@media screen and (max-width: 768px) {
  .adult-main figcaption {
    width: 28%;
    right: 12%;
    bottom: 11%;
  }
}

.adult-lead {
  max-width: 1280px;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adult-lead {
    margin-bottom: 100px;
  }
}
.adult-lead::before {
  content: "";
  width: 90%;
  height: 5px;
  background: #e29900;
  background: -webkit-gradient(linear, left top, right top, from(#e29900), to(#008ccc));
  background: linear-gradient(to right, #e29900 0%, #008ccc 100%);
  display: block;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adult-lead::before {
    height: 6px;
  }
}
.adult-lead::after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  right: 0;
  width: 90%;
  height: 1px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .adult-lead::after {
    height: 2px;
  }
}

.adult-lead-inner {
  position: relative;
  padding: 25px 0 35px;
}
@media screen and (min-width: 768px) {
  .adult-lead-inner {
    padding: 60px 0 70px;
  }
}
.adult-lead-inner::before {
  content: "";
  width: 90%;
  height: 5px;
  background: #008ccc;
  background: -webkit-gradient(linear, left top, right top, from(#008ccc), to(#e29900));
  background: linear-gradient(to right, #008ccc 0%, #e29900 100%);
  display: block;
  margin: 0 0 0 auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .adult-lead-inner::before {
    height: 6px;
  }
}
.adult-lead-inner::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 2px;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .adult-lead-inner::after {
    height: 2px;
  }
}

.adult-lead-text {
  color: #488095;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 1.1em;
}
@media screen and (min-width: 768px) {
  .adult-lead-text {
    font-size: 2rem;
  }
}

.adult-lead-title {
  max-width: 640px;
  width: 65%;
  margin: auto;
}

.adult-info {
  margin: 0 auto 45px;
}
@media screen and (min-width: 768px) {
  .adult-info {
    margin: 0 auto 120px;
  }
}

.adult-info-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px auto 20px;
}
@media screen and (min-width: 768px) {
  .adult-info-btn-wrap {
    margin: 20px auto 40px;
  }
}
.adult-info-btn-wrap .adult-info-btn {
  width: 49%;
}

.adult-info-slide {
  width: 100%;
  margin: auto;
}
.adult-info-slide .splide__arrow {
  border: none;
  background: none;
  position: absolute;
  top: calc(50% - 32px);
  width: 34px;
  height: 64px;
  display: block;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .adult-info-slide .splide__arrow {
    top: calc(50% - 16px);
    width: 17px;
    height: 32px;
  }
}
.adult-info-slide .splide__arrow--prev {
  left: -46px;
}
@media screen and (max-width: 768px) {
  .adult-info-slide .splide__arrow--prev {
    left: -26px;
  }
}
.adult-info-slide .splide__arrow--next {
  right: -46px;
}
@media screen and (max-width: 768px) {
  .adult-info-slide .splide__arrow--next {
    right: -26px;
  }
}

.adult-info-slide-item {
  position: relative;
}
.adult-info-slide-item::before {
  content: "";
  display: block;
  padding-top: 51.3%;
}
.adult-info-slide-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
.adult-info-slide-item img {
  border-radius: 5px;
}

.adult-popular {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .adult-popular {
    margin: 0 auto 100px;
  }
}

.adult-popular-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .adult-popular-inner {
    margin-top: 30px;
  }
}

.adult-popular-link {
  width: 23.6%;
  text-align: center;
  border-radius: 8px;
  margin: 20px;
}
@media screen and (max-width: 860px) {
  .adult-popular-link {
    width: 46.6%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .adult-popular-link {
    border-radius: 5px;
  }
}
.adult-popular-link:hover figure::after {
  opacity: 0.3;
}
.adult-popular-link figure {
  position: relative;
}
.adult-popular-link figure::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #dd6c00;
  background: -webkit-gradient(linear, left top, right top, from(#299cd3), color-stop(50%, #90b174), to(#dd6c00));
  background: linear-gradient(to right, #299cd3 0%, #90b174 50%, #dd6c00 100%);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .adult-popular-link figure::after {
    border-radius: 5px;
  }
}
.adult-popular-link figure img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .adult-popular-link figure img {
    border-radius: 5px;
  }
}
.adult-popular-link figure figcaption {
  color: #fff;
  display: block;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, -1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .adult-popular-link figure figcaption {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 428px) {
  .adult-popular-link figure figcaption {
    font-size: 1.3rem;
  }
}

/*.adult-search{
	margin-bottom: 60px;
	@include g.minmq(){
		margin-bottom: 100px;
	}
}*/
.adult-search-item {
  margin-top: 25px;
}

.adult-search-label {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .adult-search-label {
    font-size: 1.8rem;
  }
}

.adult-search-response {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .adult-search-response {
    font-size: 2rem;
  }
}
.adult-search-response label {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 0.1em;
}
.adult-search-response input[type=text] {
  display: block;
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  outline: none;
  width: 100%;
  border-radius: 5px;
  padding: 0.75em 0.5em;
}
.adult-search-response input[type=text]::-webkit-input-placeholder {
  color: #c0c0c0;
}
.adult-search-response input[type=text]::-moz-placeholder {
  color: #c0c0c0;
}
.adult-search-response input[type=text]:-ms-input-placeholder {
  color: #c0c0c0;
}
.adult-search-response input[type=text]::-ms-input-placeholder {
  color: #c0c0c0;
}
.adult-search-response input[type=text]::placeholder {
  color: #c0c0c0;
}
.adult-search-response input[type=text]:focus {
  background-color: #fff;
  border-color: #a0a0a0;
}

.adult-search-send {
  max-width: 400px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .adult-search-send {
    margin-top: 50px;
  }
}

.adult-voice {
  position: relative;
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .adult-voice {
    padding-bottom: 100px;
  }
}
.adult-voice::before {
  content: "";
  width: 100%;
  height: 2px;
  position: relative;
  display: block;
  margin: 0;
  background: #dd6c00;
  background: -webkit-gradient(linear, left top, right top, from(#299cd3), color-stop(50%, #90b174), to(#dd6c00));
  background: linear-gradient(to right, #299cd3 0%, #90b174 50%, #dd6c00 100%);
}
@media screen and (min-width: 768px) {
  .adult-voice::before {
    height: 4px;
  }
}
.adult-voice::after {
  content: "";
  position: absolute;
  background: #dd6c00;
  background: -webkit-gradient(linear, right top, left top, from(#299cd3), color-stop(50%, #90b174), to(#dd6c00));
  background: linear-gradient(to left, #299cd3 0%, #90b174 50%, #dd6c00 100%);
  opacity: 0.1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.adult-voice-slide {
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adult-voice-slide {
    margin-top: 30px;
  }
}
.adult-voice-slide .splide__slide {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .adult-voice-slide .splide__slide {
    margin: 0;
  }
}
.adult-voice-slide .splide__arrows {
  max-width: 300px;
  width: 60%;
  margin: 18px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adult-voice-slide .splide__arrows button {
  border: none;
  background: none;
  padding: 0;
  width: 10px;
  height: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .adult-voice-slide .splide__arrows button {
    width: 14px;
    height: 23px;
  }
}
.adult-voice-slide .splide__pagination {
  max-width: 300px;
  width: 60%;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 3px;
}
@media screen and (min-width: 768px) {
  .adult-voice-slide .splide__pagination {
    bottom: 0;
  }
}
.adult-voice-slide .splide__pagination li {
  margin: 0 3px;
}
@media screen and (min-width: 768px) {
  .adult-voice-slide .splide__pagination li {
    margin: 0 5px;
  }
}
.adult-voice-slide .splide__pagination button {
  width: 10px;
  height: 10px;
  line-height: 1;
  border-radius: 50%;
  border: none;
  padding: 0;
  background-color: #c0c0c0;
}
@media screen and (min-width: 768px) {
  .adult-voice-slide .splide__pagination button {
    width: 14px;
    height: 14px;
  }
}
.adult-voice-slide .splide__pagination button.is-active {
  background: #dd6c00;
  background: -webkit-gradient(linear, left top, right top, from(#299cd3), color-stop(50%, #90b174), to(#dd6c00));
  background: linear-gradient(to right, #299cd3 0%, #90b174 50%, #dd6c00 100%);
}

.adult-voice-item {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(171, 128, 32, 0.4);
          box-shadow: 0px 0px 6px -1px rgba(171, 128, 32, 0.4);
  margin: 5px auto;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .adult-voice-item {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 768px) {
  .adult-voice-item {
    width: 92%;
  }
}

.adult-voice-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 1em auto 0.1em;
}
@media screen and (min-width: 768px) {
  .adult-voice-title {
    font-size: 2.4rem;
  }
}

.adult-voice-personal {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 768px) {
  .adult-voice-personal {
    font-size: 1.6rem;
  }
}

.adult-voice-text {
  font-size: 1.3rem;
  line-height: 1.8;
}
.adult-voice-text p {
  margin-bottom: 1em;
}
.adult-voice-text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .adult-voice-text {
    font-size: 1.6rem;
  }
}

.adult-price {
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .adult-price {
    margin: 0 auto 100px;
  }
}

.adult-price-text {
  font-size: 1.6rem;
  margin: 1em auto 0.4em;
}
@media screen and (min-width: 768px) {
  .adult-price-text {
    font-size: 2.4rem;
  }
}

.adult-price-caution {
  font-size: 1.1rem;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .adult-price-caution {
    font-size: 1.6rem;
  }
}
.adult-price-caution::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.adult-price-caution::before {
  content: "※";
}

.adult-price-section {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .adult-price-section {
    margin-top: 40px;
  }
}

.adult-price-btn {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .adult-price-btn {
    margin-top: 60px;
  }
}

.adult-trial {
  margin: 0 auto 70px;
}
@media screen and (min-width: 768px) {
  .adult-trial {
    margin: 0 auto 140px;
  }
}

.adult-trial-inner {
  max-width: 760px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .adult-trial-inner {
    margin: 0 auto 70px;
  }
}

.adult-trial-item {
  padding: 0 9%;
  margin: 30px auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .adult-trial-item {
    margin: 50px auto 0;
  }
}
.adult-trial-item::before, .adult-trial-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  background: url("../img/school/adult/bg_slash-01.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .adult-trial-item::before, .adult-trial-item::after {
    width: 40px;
    height: 36px;
  }
}
.adult-trial-item::before {
  top: 0;
  left: -3px;
}
.adult-trial-item::after {
  bottom: 0;
  right: -3px;
}
.adult-trial-item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adult-trial-item dt figure {
  width: 59px;
}
@media screen and (min-width: 768px) {
  .adult-trial-item dt figure {
    width: 20%;
  }
}
.adult-trial-item dt .adult-trial-title {
  color: #5a81a2;
  font-size: 1.8rem;
  width: calc(100% - 80px);
}
@media screen and (min-width: 768px) {
  .adult-trial-item dt .adult-trial-title {
    font-size: 2.8rem;
    width: 75%;
  }
}
.adult-trial-item dd {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .adult-trial-item dd {
    font-size: 1.8rem;
  }
}

.adult-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.adult-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.adult-btn {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .adult-btn {
    margin-bottom: 100px;
  }
}
.adult-btn--item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .adult-btn--item {
    margin-bottom: 30px;
  }
}
.adult-btn--bottom {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .adult-btn--bottom {
    margin-bottom: 150px;
  }
}

.adult-course {
  background-color: #fff;
  margin-bottom: 30px;
}

.adult-course-yamaha {
  background-color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .adult-course-yamaha {
    margin-bottom: 100px;
  }
}

.adult-instructor {
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .adult-instructor {
    margin: 0 auto 70px;
  }
}

.adult-instructor-inner {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .adult-instructor-inner {
    margin-top: 35px;
  }
}

.adult-instructor-link {
  padding: 20px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(171, 128, 32, 0.4);
          box-shadow: 0px 0px 6px -1px rgba(171, 128, 32, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  /*&::before{
  	content: '';
  	position: absolute;
  	bottom: 0;
  	right: 0;
  	width: 35px;
  	height: 35px;
  	@include g.gradation-x;
  	transition: .5s;
  	@include g.minmq(){
  		width: 24px;
  		height: 24px;
  	}
  }
  &::after{
  	content: '';
  	position: absolute;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 36px 36px 0 0;
  	border-color: #fff transparent transparent transparent;
  	bottom: 0;
  	right: 0;
  	@include g.minmq(){
  		border-width: 25px 25px 0 0;
  	}
  }*/
}
@media screen and (min-width: 768px) {
  .adult-instructor-link {
    margin: 0 auto 30px;
    padding: 35px;
  }
}
.adult-instructor-link:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(171, 128, 32, 0.7);
          box-shadow: 0px 0px 6px 0px rgba(171, 128, 32, 0.7);
}
.adult-instructor-link:hover::before {
  opacity: 0.6;
}
.adult-instructor-link .adult-instructor-more {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
  line-height: 1;
  color: #808080;
  text-align: right;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .adult-instructor-link .adult-instructor-more {
    font-size: 1.4rem;
  }
}

.adult-instructor-image {
  width: 33%;
  position: relative;
}
.adult-instructor-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.adult-instructor-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
@media screen and (min-width: 768px) {
  .adult-instructor-image {
    width: 150px;
  }
}

.adult-instructor-text {
  width: 63.5%;
  font-size: 1.3rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .adult-instructor-text {
    width: calc(100% - 180px);
    font-size: 1.7rem;
  }
}
.adult-instructor-text .adult-instructor-name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .adult-instructor-text .adult-instructor-name {
    font-size: 2.4rem;
    margin-bottom: 0.5em;
  }
}
.adult-instructor-text .adult-instructor-course {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .adult-instructor-text .adult-instructor-course {
    font-size: 1.6rem;
  }
}
.adult-instructor-text .adult-instructor-comment {
  line-height: 1.7;
}

.adult-school {
  margin: 0 auto;
  background: #F2F2F2;
}
.adult-school .adult-school-wrap {
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .adult-school .adult-school-wrap {
    margin: 0 auto;
    padding-bottom: 80px;
  }
}
.adult-school .adult-school-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adult-school .adult-school-list .adult-school-item {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #5a81a2;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .adult-school .adult-school-list .adult-school-item {
    width: 48%;
  }
}
.adult-school .adult-school-list .school-name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .adult-school .adult-school-list .school-name {
    font-size: 1.8rem;
  }
}

.adult-course-yamaha .tab-wrap {
  margin: 20px auto 0;
}
.adult-course-yamaha .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.adult-course-yamaha .tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #5a81a2;
  border-radius: 10px 10px 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 1px;
  padding: 5px;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
  vertical-align: bottom;
  font-size: 1.8rem;
}
.adult-course-yamaha .panel-group {
  min-height: 100px;
  border: solid 1px #c0c0c0;
  border-top: 8px solid #C8E4FF;
  padding: 30px;
}
.adult-course-yamaha .panel {
  display: none;
}
.adult-course-yamaha .tab.is-active {
  color: #FFF;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0.6;
  padding-bottom: 20px;
}
.adult-course-yamaha .panel.is-show {
  display: block;
}
.adult-course-yamaha h4 {
  font-size: 1.8rem;
  text-align: center;
  color: #5a81a2;
  font-weight: 300;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .adult-course-yamaha h4 {
    font-size: 2.4rem;
  }
}

.adult-course .tab-wrap {
  margin: 20px auto 0;
}
.adult-course .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.adult-course .tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #dd6c00;
  border-radius: 10px 10px 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 1px;
  padding: 5px;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
  vertical-align: bottom;
  font-size: 1.8rem;
}
.adult-course .panel-group {
  min-height: 100px;
  border: solid 1px #c0c0c0;
  border-top: 8px solid #ffe6c8;
  padding: 30px;
}
.adult-course .panel {
  display: none;
}
.adult-course .tab.is-active {
  color: #FFF;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0.6;
  padding-bottom: 20px;
}
.adult-course .panel.is-show {
  display: block;
}
.adult-course .c-title-course {
  color: #dd6c00;
}
.adult-course h4 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 300;
  color: #dd6c00;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .adult-course h4 {
    font-size: 2.4rem;
  }
}

/*!
page > adult-instrument
------------------------------
*/
.adult-instrument-main {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .adult-instrument-main {
    margin-bottom: 60px;
  }
}
.adult-instrument-main picture {
  position: relative;
}
.adult-instrument-main::before {
  content: "";
  background-color: #fff;
  width: 95%;
  height: 46px;
  left: 0;
  bottom: -1px;
  position: absolute;
  display: block;
  border-radius: 0 10px 0 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .adult-instrument-main::before {
    height: 90px;
  }
}

.adult-instrument-title {
  position: absolute;
  color: #5a81a2;
  font-size: 8rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 0.75;
  bottom: 0;
  right: 10%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .adult-instrument-title {
    font-size: 15rem;
  }
}

.adult-instrument-lead {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adult-instrument-lead {
    margin-bottom: 70px;
  }
}

.adult-instrument-lead-text {
  color: #5a81a2;
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .adult-instrument-lead-text {
    font-size: 1.7rem;
  }
}

.adult-instrument-content {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .adult-instrument-content {
    margin-bottom: 80px;
  }
}
.adult-instrument-content--section {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .adult-instrument-content--section {
    margin-bottom: 60px;
  }
}

/*!
page > adult-feature
------------------------------
*/
.adult-feature {
  margin: 0 auto;
  position: relative;
}
.adult-feature .js-cropText--more {
  opacity: 0.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.adult-feature .js-more {
  position: relative;
}
.adult-feature .js-more__content {
  position: relative;
  height: auto;
  max-height: 120px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.adult-feature .js-more__content.open .js-cropText--more {
  opacity: 1;
}
.adult-feature .js-more__btn {
  cursor: pointer;
  border: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}
.adult-feature .js-more__btn.open {
  display: none;
}
.adult-feature .js-more__btn:hover {
  opacity: 1;
}

.adult-feature-wrap {
  position: relative;
  margin: 30px auto 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .adult-feature-wrap {
    padding-bottom: 50px;
  }
}
.adult-feature-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100px;
  left: 0;
  background: #dd6c00;
  background: -webkit-gradient(linear, left top, left bottom, from(#299cd3), color-stop(50%, #90b174), to(#dd6c00));
  background: linear-gradient(#299cd3 0%, #90b174 50%, #dd6c00 100%);
  z-index: -1;
  opacity: 0.1;
}
@media screen and (min-width: 768px) {
  .adult-feature-wrap::before {
    top: 200px;
    height: calc(100% - 200px);
  }
}
.adult-feature-wrap::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#FFFFFF" , GradientType=0);
  width: 100%;
  height: 100px;
  top: 100px;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .adult-feature-wrap::after {
    top: 200px;
  }
}

.adult-feature-item {
  max-width: 940px;
  margin: 10px auto 50px;
}
@media screen and (min-width: 768px) {
  .adult-feature-item {
    margin: 10px auto 80px;
  }
}

.adult-feature-image {
  position: relative;
}
.adult-feature-image img {
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 768px) {
  .adult-feature-image img {
    border-radius: 0 0 10px 10px;
  }
}

.adult-feature-num {
  position: absolute;
  display: block;
  height: 92px;
  left: 8px;
  top: -10px;
}
@media screen and (min-width: 768px) {
  .adult-feature-num {
    height: 130px;
  }
}
.adult-feature-num img {
  height: 92px;
}
@media screen and (min-width: 768px) {
  .adult-feature-num img {
    height: 130px;
  }
}

.adult-feature-title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0.75em;
  left: 9%;
  width: 82%;
  text-shadow: 0px 0px 3px rgba(21, 40, 63, 0.8);
}
@media screen and (min-width: 768px) {
  .adult-feature-title {
    font-size: 3.6rem;
    left: 5%;
    width: 90%;
  }
}

.adult-feature-text {
  font-size: 1.3rem;
  line-height: 1.85;
  margin: 30px auto 0;
  width: 82%;
}
@media screen and (min-width: 768px) {
  .adult-feature-text {
    font-size: 1.7rem;
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */