@charset "UTF-8";
@import url(sanitize.css);
@font-face {
  font-family: 'marufork';
  src: url("../font/A-OTF-MaruFoPro-Medium.otf") format("opentype");
}
/*============================
Base
============================*/

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  position: relative;
  letter-spacing: .1em;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.47059;
  background: #fff;
  color: #231815;
}
b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
a {
  text-decoration: none;
  color: #111;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 500
}
a:hover {
  color: #88CCC4;
  opacity: .8
}
img {
  max-width: 100%;
  height: auto;
}
a img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
a:hover img {}
li {
  list-style: none
}
h1, h2, h3, h4, h5, h6, p {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 2;
}
.sp {
  display: none
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
h2 {
  text-align: center;
  font-family: 'marufork';
}
figure {
  margin: 0;
  padding: 0;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .inner {
    max-width: 100%;
    padding: 20px;
  }
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
  span.sp {
    display: none;
  }
  body {
    font-size: 16px;
  }
}
/*============================
Common
============================*/

.inner {}
.contact {}
.contact .inner {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {}
/*============================
#header
============================*/

#header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: #FFF;
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}
#header .inner .logo {}
#header .inner .logo h1 {}
#header .inner .logo h1 a.logo-link {}
#header .inner .logo h1 a.logo-link img {}
#header .inner nav {}
#header .inner nav ul {}
#header .inner nav ul li {
  display: inline-block;
  margin-left: 25px;
}
#header .inner nav ul li:first-child {
  margin-left: 0;
}
#header .inner nav ul li a {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: 'marufork';
  color: #4489C4;
}
#header .inner nav ul li a.contact {
  background-color: #4489C4;
  color: #fff;
  border-radius: 20px;
  display: inline;
  padding: 10px 20px;
}
#hamburger {
  display: none;
}
#hamburger_menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  #header .inner {
    padding: 10px 20px;
  }
  header nav {
    display: none;
  }
  #hamburger {
    height: 30px;
    cursor: pointer;
    z-index: 99;
  }
  #hamburger div {
    position: relative;
    width: 40px;
  }
  #hamburger span {
    width: 100%;
    height: 1.5px;
    left: 0;
    display: block;
    background-color: #4489C4;
    position: absolute;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  #hamburger span:nth-child(1) {
    top: 0;
  }
  #hamburger span:nth-child(2) {
    top: 15px;
  }
  #hamburger span:nth-child(3) {
    top: 30px;
  }
  #hamburger.active span {
    background: #fff;
  }
  #hamburger.active span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #hamburger.active span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  #hamburger.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #hamburger_menu {
    visibility: hidden;
    opacity: 0;
    z-index: 98;
    background-color: #72BEFF;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  #hamburger_menu.active {
    visibility: visible;
    opacity: 1;
  }
  #hamburger_menu ul li a {
    color: #fff;
    font-size: 1.375rem;
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px;
  }
  #hamburger_menu ul {
    padding: 0;
    margin-top: 13%;
  }
  #hamburger_menu ul li {
    border-bottom: 1px solid #fff;
    text-align: center;
    width: 70%;
    margin: auto;
    font-weight: bold;
  }
  #hamburger_menu ul li .contact {
    margin: 0;
  }
  #hamburger_menu ul li a.logo-link {
    position: relative;
    top: -40px;
    left: -20%;
  }
  #hamburger, #hamburger_menu {
    display: inline!important;
  }
  #hamburger_menu ul li:first-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {}
/*============================
#
============================*/

#footer {}
#footer .copyright {}
#footer .copyright small {}
/*============================
#mainvisual
============================*/

#top {
  padding: 70px 0 0;
}
#mainvisual {
    position: relative;
}
#mainvisual .slider-item {}
#mainvisual .mv-box-1 {
  position: relative;
}
#mainvisual .mv-box-1 img {
  position: relative;
  width: 100%;
}
#mainvisual .mv-box-1 .inner {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  max-width: 1200px;
}
#mainvisual .mv-box-1 .inner h2 {
  font-size: 3.5rem;
  font-weight: bold;
  text-shadow: 2px 4px 3px rgba(209, 106, 165, 0.5);
  color: #fff;
  text-align: left;
  width: 70%;
  line-height: 1.5;
}
#mainvisual .mv-box-1 .inner p {
  position: absolute;
  bottom: 40px;
  left: 10px;
  font-family: 'marufork';
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.75);
  width: 76%;
}
#mainvisual .mv-box-1 .inner img.position {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 20%;
}
#mainvisual .mv-box-2 {}
#mainvisual .mv-box-2 img {}
#mainvisual .mv-box-3 {}
#mainvisual .mv-box-3 img {}
#mainvisual .mv-box-4 {}
#mainvisual .mv-box-4 img {}
#mainvisual .mv-box-5 {}
#mainvisual .mv-box-5 img {}
@media screen and (max-width: 1200px) {
  #mainvisual .mv-box-1 .inner img.position {
    position: absolute;
    top: -22vh;
    left: 64vw;
  }
  #mainvisual .mv-box-1 .inner h2 {
    top: -380%;
    font-size: 40px;
  }
  #mainvisual .mv-box-1 .inner p {
    /* top: 37px; */
    font-size: 26px;
    text-shadow: none;
    color: #000;
    background: rgba(255,255,255,0.6);
    font-weight: normal;
    padding: 0px 20px;
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .mv-box-1 .inner {
    position: static;
    display: block;
}
  #mainvisual .mv-box-1 img {
    object-fit: cover;
    height: 50vh;
    object-position: 65% 0%;
  }
  #mainvisual .mv-box-1 .inner img.position {
    top: -570%;
    left: 75%;
    width: 24%;
    object-fit: none;
  }
  #mainvisual .mv-box-1 .inner h2 {
    top: -230%;
    font-size: 2rem;
    text-align: left;
    width: 100%;
    color: #4489C4;
    margin: 0 0 10px;
    text-shadow: none;
  }
  #mainvisual .mv-box-1 .inner p {
    top: 29px;
    font-size: 22px;
    position: static;
    width: 100%;
    font-size: 1rem;
    color: #333;
  }
  #mainvisual .mv-box-1 .inner img.position {
    top: 20px;
    left: 10px;
    width: 46%;
    object-fit: contain;
    height: auto;
  }
}
/*============================
#introduction
============================*/

#introduction {}
#introduction h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #4489C4;
  margin: 50px 0 40px;
}
#introduction .inner {}
#introduction .inner p {
  font-size: 1.2rem;
  line-height: 2;
  max-width: 800px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1200px) {
  #introduction h2 {
    font-weight: bold;
    margin: 120px 0 30px;
    font-size: 30px;
  }
  #introduction .inner p {
    line-height: 36px;
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 768px) {
  #introduction .inner p {
    line-height: 29px;
  }
  #introduction h2 {
    font-size: 25px;
    margin: 0;
    line-height: 1.5;
  }
}
/*============================
#operator
============================*/

#operator {
  background-image: url(../img/back-ground-image-01.png);
  background-repeat: repeat;
  overflow: hidden;
}
#operator .inner {}
#operator .inner h2 {
  max-width: 1100px;
  margin: 50px auto 0;
  font-size: 2.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #4489C4;
}
#operator .inner .operator-wrap {
  max-width: 1100px;
  margin: 0 auto 75px;
  border: solid 1px #72BEFF;
  padding: 30px 20px 30px;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
}
#operator .inner .operator-wrap img {
  width: 33%;
  padding-right: 20px;
}
#operator .inner .operator-wrap p {
  float: right;
  width: 66%;
  text-align: left;
  font-size: 1rem;
  line-height: 2;
}
#operator .inner .operator-wrap p span.under-line {
  background: linear-gradient(transparent 50%, #E6C451);
}
#operator .inner .operator-wrap h3 {
  clear: both;
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
  color: #08508E;
  padding: 30px 0 20px;
}
#operator .inner .operator-wrap h3 span.here {
  font-size: 3rem;
  position: relative;
}
#operator .inner .operator-wrap h3 span.here::after {
  background: url(../img/topic.png) no-repeat;
  position: absolute;
  width: 41px;
  height: 23px;
  content: "";
  background-size: contain;
  display: inline-block;
  left: 1.5em;
}
#operator .inner .operator-wrap .item-wrap {
  display: flex;
  flex-wrap: wrap;
}
#operator .inner .operator-wrap .item-wrap p {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'marufork';
  padding: 0 0 0 45px;
  text-align: left;
}
#operator .inner .operator-wrap .item-wrap p.icon-01 {}
#operator .inner .operator-wrap .item-wrap p.icon-02 {}
#operator .inner .operator-wrap .item-wrap p.icon-03 {}
#operator .inner .operator-wrap .item-wrap p.icon-04 {}
#operator .inner .operator-wrap .item-wrap p.icon-01::before {
  content: "";
  background: url(../img/caption.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 2.5rem;
  vertical-align: middle;
  margin: 0 5px 0px 0px;
}
#operator .inner .operator-wrap .item-wrap p.icon-02::before {
  content: "";
  background: url(../img/ok.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 32px;
  height: 2.5rem;
  vertical-align: middle;
  margin: 0 5px 0px 0px;
}
#operator .inner .operator-wrap .item-wrap p.icon-03::before {
  content: "";
  background: url(../img/good.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 42px;
  height: 2.5rem;
  vertical-align: middle;
  margin: 0 5px 0px 0px;
}
#operator .inner .operator-wrap .item-wrap p.icon-04::before {
  content: "";
  background: url(../img/coin.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 49px;
  height: 2.5rem;
  vertical-align: middle;
  margin: 0 5px 0px 0px;
}
#operator .inner .operator-wrap img.operator-logo {
  padding: 0;
  width: 300px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) {
  #operator .inner h2 {
    margin: 30px auto 0;
    font-size: 1.875rem;
  }
  #operator .inner .operator-wrap .item-wrap p {
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #operator .inner .operator-wrap {
    max-width: 1100px;
    margin: 0 auto 75px;
    border: solid 2px #4489C4;
    padding: 15px 15px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
  }
  #operator .inner .operator-wrap img {
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
    float: none;
  }
  #operator .inner .operator-wrap p {
    float: none;
    width: 100%;
  }
  #operator .inner .operator-wrap h3 {
    font-size: 2.25rem;
    padding: 15px 0 20px;
  }
  #operator .inner .operator-wrap .item-wrap p {
    width: 100%;
    font-size: 1.3rem;
  }
  #operator .inner .operator-wrap {
    margin: 0 auto 50px;
  }
}
/*============================
#target
============================*/

#target {
  text-align: center;
  padding-top: 69px;
  margin-top: -69px;
}
#target h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #4489C4;
  margin: 90px auto 40px;
  position: relative;
  padding: 0 1rem 1rem;
  display: inline-block;
}
#target h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #4489C4, #4489C4 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #4489C4, #4489C4 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#target {}
#target p {
  margin: 0 0 30px 0;
  font-size: 1.4rem;
}
#target .target-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
#target .target-wrap .target-box {
  margin: 0 8px;
}
#target .target-wrap .target-box img {
  width: 100%;
}
#target .target-wrap .target-box p {
  font-weight: bold;
  font-size: 1.875rem;
  position: relative;
}
#target .target-wrap .target-box p {
  background: url(../img/target-nane-bg-1.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 4.5rem;
  vertical-align: middle;
  background-position: center;
  padding: 22px 0 0;
  position: relative;
  top: -15px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  #target h2 {
    font-size: 3.4rem;
    margin: 50px auto 30px;
  }
  #target {}
  #target p {
    margin: 0 0 30px 0;
    font-size: ;
  }
  #target .target-wrap {
    margin: 0 auto 70px;
    overflow: hidden;
  }
  #target .target-wrap .target-box {
    width: calc(50% - 16px);
    /* margin: 0 8px; */
  }
}
@media screen and (max-width: 768px) {
  #target h2 {
    font-size: 2.4rem;
    margin: 40px auto 20px;
  }
  #target .target-wrap .target-box {
    width: 100%;
    margin: 0;
  }
}
/*============================
#reason
============================*/

#reason {
  padding-top: 69px;
  margin-top: -69px;
}
#reason h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #FFF300;
  position: relative;
  padding: 0px 0;
  margin: 0 0 30px 0;
}
#reason h2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #72BEFF;
  position: absolute;
  display: block;
  bottom: 0px;
  z-index: -2;
}
#reason h2::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #88D1FF;
  position: absolute;
  display: block;
  bottom: 0px;
  z-index: -1;
}
#reason h2 span {
  font-size: 1.5em;
}
#reason .inner {
  padding: 0 20px 50px;
}
#reason .inner .reason-item {
  overflow: hidden;
}
#reason .inner .reason-item h3 {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin: 30px 0 50px;
  padding: 0 1rem 20px;
  display: block;
  clear: both;
}
#reason .inner .reason-item h3 i {
  color: #72BEFF;
  font-style: normal;
  display: block;
}
#reason .inner .reason-item h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #4489C4, #4489C4 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #4489C4, #4489C4 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#reason .inner .reason-item img {
  width: calc(100% / 3 * 1);
  float: left;
}
#reason .inner .reason-item p {
  width: calc(100% / 3 * 2);
  float: right;
  padding: 0 0 0 20px;
  font-size: 1.2rem;
  line-height: 1.8;
}
.contact {
  background-color: #FFCD89;
  margin-bottom: 100px;
}
.contact .inner {
  padding: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  max-width: 1200px;
}
.contact .inner .tel {
  width: 50%;
}
.contact .inner .tel::before {
  content: "";
  background: url(../img/free-tell.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 5px 0px 0px;
}
.contact .inner .tel p.number {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  /* margin-bottom: 16px; */
}
.contact .inner .tel p.time {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.contact .inner .tel .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .inner .tel .icon-wrap p.icon, .contact .inner .tel .icon-wrap p {
  padding: 5px 50px;
  margin: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #79CBB6;
  border-radius: 30px;
}
.contact .inner .tel .icon-wrap p {}
.contact .inner .button {
  width: 50%;
}
.contact .inner .button a.line-button, .contact .inner .button a.mail-button {
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 0px;
  display: block;
}
.contact .inner .button a.line-button {
  margin-bottom: 15px;
}
.contact .inner .button a.mail-button {
  margin-top: 15px;
}
.contact .inner .button a.line-button::before {
  content: "";
  background: url(../img/line.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 60px;
  height: 45px;
  margin: 0 5px 0px 0px;
  position: relative;
  top: 10px;
}
.contact .inner .button a.mail-button::before {
  content: "";
  background: url(../img/mail.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 40px;
  margin: 0 5px 0px 0px;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 1200px) {
  #reason h2 {
    font-size: 1.875rem;
    padding: 0px 0 15px;
    margin: 0;
  }
  #reason .inner .reason-item p {
    padding: 0 0 0 20px;
    line-height: 35px;
  }
  #reason .inner .reason-item h3 {
    font-size: 26px;
    margin: 46px 0 25px 0;
    padding: 0 1rem 1rem 60px;
  }
  #reason .inner .reason-item h3::after {
    left: 2%;
    height: 9px;
  }
  .contact .inner .tel p.number {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .contact .inner .tel p.time {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact .inner .tel .icon-wrap p.icon, .contact .inner .tel .icon-wrap p {
    padding: 8px 24px;
    margin: 10px 5px;
    font-size: 20px;
  }
  .contact .inner .button a.line-button, .contact .inner .button a.mail-button {
    font-size: 23px;
    padding: 22px 0px;
  }
  .contact .inner .button a.line-button::before {
    width: 39px;
    height: 38px;
    top: 10px;
  }
  .contact .inner .button a.line-button, .contact .inner .button a.mail-button {
    padding: 22px 50px;
    padding: 14px 0px 19px;
  }
  .contact .inner .button a.mail-button::before {
    width: 38px;
    height: 27px;
    margin: 0 5px 0px 0px;
    top: 5px;
  }
  .contact {
    margin-bottom: 90px;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #reason h2 span {
    font-size: 38px;
  }
  #reason h2 {
    padding: 15px 0 10px;
  }
  #reason .inner .reason-item h3 {
    font-size: 22px;
    margin: 35px 0 20px 0;
    padding: 0 0rem 1rem 0px;
  }
  #reason .inner .reason-item img {
    width: 100%;
    float: none;
  }
  #reason .inner .reason-item p {
    width: 100%;
    float: none;
    padding: 0;
  }
  .contact .inner .tel {
    width: 100%;
  }
  .contact .inner .button {
    width: 100%;
  }
  .contact .inner .tel p.time {
    font-size: 19px;
    margin-bottom: 0px;
  }
  .contact .inner .tel::before {
    width: 40px;
    height: 24px;
    margin: 0;
  }
  .contact .inner .tel p.number {
    font-size: 35px;
    margin-bottom: 0;
  }
  .contact .inner .tel .icon-wrap p.icon, .contact .inner .tel .icon-wrap p {
    padding: 4px 32px;
    margin: 10px 5px;
    font-size: 18px;
  }
  .contact .inner {
    padding: 60px 20px;
  }
  .contact .inner .button a.line-button {
    margin: 15px 0;
  }
  .contact {
    margin-bottom: 60px;
  }
}
/*============================
#course
============================*/

#course {
  padding: 0 0 10px;
  margin-top: 0;
  background: #E5F8FB;
}
#course h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #FFF300;
  position: relative;
  padding: 0;
  margin: 0 0 30px 0;
  z-index: 1;
}
#course h2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #72BEFF;
  position: absolute;
  display: block;
  bottom: 0px;
  z-index: -2;
}
#course h2::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #88D1FF;
  position: absolute;
  display: block;
  bottom: 0px;
  z-index: -1;
}
#course h2 span {
  font-size: 1.5em;
}
#course .inner {
  margin: 40px auto 70px;
  background-color: #fff;
  padding-bottom: 80px;
}
#course .inner .course-item, #course .inner .course-option {
  overflow: hidden;
  padding: 0 50px;
}
#course .inner .course-item h3 {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin: 70px 0 30px;
  padding: 0 0 10px;
  display: block;
  clear: both;
}
#course .inner .course-item h3 i {
  color: #72BEFF;
  font-size: 1.2em;
  font-weight: normal;
}
#course .inner .course-item h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #000;
}
#course .inner .course-item p {
  width: calc(100% / 3 * 2);
  font-size: 1rem;
  font-weight: 400;
}
#course .inner .course-item p .service-link {
  display: block;
  background: #ED0D8A;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 50px;
  margin: 20px 0 0;
}
#course .inner .course-item img {
  width: calc(100% / 3 * 1);
}
#course .inner .course-item p.course-item-left {
  float: left;
}
#course .inner .course-item img.course-item-right {
  float: right;
  padding-left: 30px;
}
#course .inner .course-item p.course-item-right {
  float: right;
}
#course .inner .course-item dl {
    float: left;
    border: 1px solid #CCC;
    background: #F7F7F7;
    padding: 10px 30px 0;
    overflow: hidden;
    height: auto;
}
#course .inner .course-item dl dt {
    font-weight: bold;
    width: 4em;
    clear: both;
    float: left;
    margin: 0 0 10px;
}
#course .inner .course-item dl dd {
    display: block;
    padding: 0 0 0 5em;
    margin: 0 0 10px;
}
#course .inner .course-item .cart {
    clear: both;
    text-align: center;
    padding: 20px 0 0;
}
#course .inner .course-item img.course-item-left {
  float: left;
  padding-right: 30px;
}
#course .inner .course-option {}
#course .inner .course-option h3.option-title {
  font-size: 1.5rem;
  font-style: italic;
  margin: 30px 0 30px;
  padding: 0px 0 10px;
  display: block;
  clear: both;
  color: #ED0D8A;
  position: relative;
}
#course .inner .course-option h3.option-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #000;
}
#course .inner .course-option table {
  border: solid 1px #707070;
  font-size: 1rem;
  text-align: left;
  width: 100%;
}
#course .inner .course-option table tbody {
  margin-bottom: 80px;
}
#course .inner .course-option table tbody tr {
  border: solid 1px #707070;
}
#course .inner .course-option table tbody tr th {
  border: solid 1px #707070;
  padding: 14px 38px 14px 20px;
  background-color: #F0F0F0;
}
#course .inner .course-option table tbody tr td {
  border: solid 1px #707070;
  padding: 10px 20px;
  background-color: #fff;
}
#course .inner .course-option table tbody tr th span {}
@media screen and (max-width: 1200px) {
  #course h2 {
    padding: 18px 0;
    margin: 0;
    font-size: 1.5rem;
  }
  #course .inner {
    margin: 0px auto 0px;
  }
  #course .inner .course-item h3 {
    margin: 50px 0 25px;
    padding: 0 1rem 1rem 60px;
  }
  #course .inner .course-item p {
    font-size: 20px;
  }
  #course .inner .course-item img.course-item-right {
    padding-left: 20px;
  }
  #course .inner .course-item img.course-item-left {
    padding-right: 20px;
  }
  #course .inner .course-option table {
    width: 100%;
    font-size: 20px;
  }
  #course .inner .course-option table tbody tr th {
    white-space: nowrap;
    padding: 14px 10px;
  }
  #course .inner .course-option table tbody tr td {
    width: auto;
    padding: 14px 10px;
  }
}
@media screen and (max-width: 768px) {
  #course .inner .course-item, #course .inner .course-option {
    padding: 0 0px;
  }
  #course .inner .course-item h3::before {
    left: 0px;
  }
  #course .inner .course-item h3 {
    margin: 30px 0 15px;
    padding: 0 0rem 1rem 0;
    font-size: 1.5rem;
  }
  #course .inner .course-item p {
    width: 100%;
    font-size: 1.375rem;
    font-weight: 400;
  }
  #course .inner .course-item img {
    width: 100%;
    padding-top: 15px;
  }
  #course .inner .course-item p.course-item-left {
    float: none;
  }
  #course .inner .course-item img.course-item-right {
    float: none;
    padding-left: 0px;
  }
  #course .inner .course-item p.course-item-right {
    float: none;
  }
#course .inner .course-item dl {}
#course .inner .course-item dl dt {
    float: none;
}
#course .inner .course-item dl dd {
    padding: 0;
}
#course .inner .course-item .cart {}
  #course .inner .course-item img.course-item-left {
    float: none;
    padding-right: 0px;
  }
  #course .inner .course-item, #course .inner .course-option {
    overflow-x: scroll;
  }
  #course .inner .course-option table {
    overflow-x: scroll;
  }
  #course .inner .course-option table tbody tr td {
    width: 210px;
    padding: 6px 27px;
    display: block;
    white-space: nowrap;
  }
  #course .inner .course-option table tbody {}
  #course .inner .course-option table tbody tr {}
  #course .inner .course-option table tbody tr th {}
  #course .inner .course-option table tbody tr td {
    border: none;
  }
  #course .inner .course-option table tbody tr:last-child td {
    padding: 30px;
  }
  #course .inner .course-option table tbody tr .none {
    display: none;
  }
  #course .inner .course-option table tbody tr th span: {}
}
/*============================
#success
============================*/

#success {}
#success h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #FFF300;
  position: relative;
  padding: 0.5em 0;
  margin: 0 0 30px 0;
}
#success h2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #72BEFF;
  position: absolute;
  display: block;
  bottom: 0px;
  z-index: -2;
}
#success h2::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #88D1FF;
  position: absolute;
  display: block;
  bottom: 0px;
  z-index: -1;
}
#success .inner {
  margin: 45px auto 150px;
  padding: 40px 50px;
  border: solid 4px #72BEFF;
  overflow: hidden;
}
#success .inner h3 {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin: 0px 0 33px 0;
  padding: 0 1rem 1rem 35px;
  display: block;
  clear: both;
}
#success .inner h3::after {
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 96%;
  height: 12px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #4489C4, #4489C4 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #4489C4, #4489C4 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#success .inner img {
  width: 33%;
  float: left;
}
#success .inner p {
  width: 67%;
  float: right;
  padding-left: 60px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  #success h2 {
    padding: 15px 0 15px;
    margin: 0;
  }
  #success .inner {
    margin: 45px auto 90px;
    padding: 30px 30px;
    width: 90%;
  }
  #success .inner h3 {}
  #success .inner p {
    padding-left: 20px;
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  #success h2 {
    font-size: 1.875rem;
  }
  #success .inner h3 {
    font-size: 1.5rem;
    padding: 0;
  }
  #success .inner h3::after {
    bottom: -15px;
  }
  #success .inner img {
    width: 100%;
    float: none;
  }
  #success .inner p {
    width: 100%;
    float: none;
    padding: 0;
    font-size: 19px;
    line-height: 29px;
  }
}
/*============================
#flow
============================*/

#flow {}
#flow h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  position: relative;
  padding: 20px 0;
  margin: 30px auto 50px;
}
#flow h2::before {
  content: "";
  width: 80%;
  left: 10%;
  height: 100%;
  background-color: #FFE200;
  position: absolute;
  display: block;
  bottom: 0px;
  z-index: -2;
  transform: rotate(-3deg);
}
#flow h2::after {
  content: "";
  width: 80%;
  height: 100%;
  background-color: #72BEFF;
  position: absolute;
  display: block;
  left: 10%;
  bottom: 0px;
  z-index: -1;
  transform: rotate(3deg);
}
#flow p {
  font-size: 1.1rem;
  font-weight: 400;
}
#flow .inner {
  overflow: hidden;
}
#flow .inner p.flow-headline {}
#flow .inner .flow-wrap-1 {
  overflow: hidden;
  position: relative;
  padding: 0 0 200px 0;
}
#flow .inner .flow-wrap-1:before {
  display: block;
  content: '';
  width: 4px;
  height: 100%;
  background: #83BDF9;
  position: absolute;
  top: 40px;
  left: 50%;
}
#flow .inner .flow-wrap-1 figure {
  width: calc(50% - 50px);
  clear: both;
  margin-bottom: -80px;
}
#flow .inner .flow-wrap-1 figure:nth-child(odd) {
  float: left;
}
#flow .inner .flow-wrap-1 figure:nth-child(even) {
  float: right;
  text-align: right;
}
#flow .inner .flow-wrap-1 figure figcaption {
  text-align: center;
  background-color: #98D0FB;
  height: 80px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
  position: relative;
}
#flow .inner .flow-wrap-1 figure:nth-child(odd) figcaption::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #98D0FB;
  left: 100%;
  top: calc(50% - 20px);
  z-index: 1;
}
#flow .inner .flow-wrap-1 figure:nth-child(even) figcaption::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right: 20px solid #98D0FB;
  right: 100%;
  top: calc(50% - 20px);
  z-index: 1;
}
#flow .inner .flow-wrap-1 figure:nth-child(odd) figcaption::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(100% + 37px);
  border: solid 10px #83BDF9;
}
#flow .inner .flow-wrap-1 figure:nth-child(even) figcaption::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: calc(50% - 15px);
  right: calc(100% + 33px);
  border: solid 10px #83BDF9;
}
#flow .inner .flow-wrap-1 figure img {
  width: 40%;
  float: left;
  padding: 0 15px 0 0;
}
#flow .inner .flow-wrap-1 figure p {
  width: 60%;
  float: right;
  padding: 0 0 0 15px;
  text-align: left;
}
#flow .inner .flow-wrap-2 {
  clear: both;
  overflow: hidden;
  padding-bottom: 90px;
}
#flow .inner .flow-wrap-2 figure {}
#flow .inner .flow-wrap-2 figure figcaption {
  background-color: #83BDF9;
  text-align: center;
  height: 80px;
  font-size: 1.875rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
}
#flow .inner .flow-wrap-2 figure img {
  width: calc(25% - 25px);
  float: left;
}
#flow .inner .flow-wrap-2 figure p {
  width: calc(75% + 25px);
  float: right;
  padding-left: 30px;
}
#flow .inner .flow-wrap-2 figure p span {}
@media screen and (max-width: 1200px) {
  #flow h2 {
    padding: 20px 0;
    margin: 40px 6px 90px 6px;
  }
  #flow .inner .flow-wrap-1 figure figcaption {
    height: 60px;
    margin: 0 0 20px 0;
    font-size: 23px;
  }
  #flow .inner .flow-wrap-1 figure {
    margin-bottom: -100px;
  }
  #flow .inner .flow-wrap-1 figure img {
    width: 50%;
    float: left;
    padding: 0 7px 0 0;
  }
  #flow .inner .flow-wrap-1 figure p {
    width: 50%;
    float: right;
    padding: 0 0 0 7px;
    font-size: 1.125rem;
  }
  #flow .inner .flow-wrap-1 {
    padding: 0 0 140px 0;
  }
  #flow .inner .flow-wrap-2 {
    padding-bottom: 50px;
    overflow: unset;
  }
}
@media screen and (max-width: 768px) {
  #success .inner {
    margin: 45px auto 50px;
  }
  #flow h2 {
    font-size: 1.2rem;
    padding: 20px 0;
    margin: 10px 0 60px;
  }
  #flow .inner .flow-wrap-1 {
    width: 100%;
    overflow: unset;
    padding: 0 0 0 0px;
  }
  #flow .inner .flow-wrap-1::before {
    height: calc(100% + 12px)
  }
  #flow .inner .flow-wrap-1 figure:nth-child(odd) {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  #flow .inner .flow-wrap-1 figure:nth-child(even) {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  #flow .inner .flow-wrap-1 figure figcaption {
    width: 100%;
  }
  #flow .inner .flow-wrap-1 figure:nth-child(odd) figcaption::after {
    left: -28px;
    border: 13px solid transparent;
    border-right: 20px solid #98D0FB;
    top: calc(50% - 13px);
  }
  #flow .inner .flow-wrap-1 figure:nth-child(even) figcaption::after {
    left: -28px;
    border: 13px solid transparent;
    border-right: 20px solid #98D0FB;
    top: calc(50% - 13px);
  }
  #flow .inner .flow-wrap-1 figure:nth-child(odd) figcaption::before {
    top: calc(50% - 10px);
    left: -28px;
    border: solid 5px #98D0FB;
    width: 20px;
    height: 20px;
  }
  #flow .inner .flow-wrap-1 figure:nth-child(even) figcaption::before {
    top: calc(50% - 10px);
    left: -28px;
    border: solid 5px #83BDF9;
    width: 20px;
    height: 20px;
  }
  #flow .inner .flow-wrap-1:before {
    left: 0px;
  }
  #flow .inner .flow-wrap-1 figure img {
    width: 100%;
    float: none;
    padding: 0;
  }
  #flow .inner .flow-wrap-1 figure p {
    width: 100%;
    float: none;
    padding: 0;
  }
  #flow .inner .flow-wrap-2 figure img {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  #flow .inner .flow-wrap-2 figure p {
    width: 100%;
    float: none;
    padding: 0
  }
  #flow .inner .flow-wrap-2 figure figcaption {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
  }
  #flow .inner .flow-wrap-2 figure figcaption::after {
    display: block;
    content: '';
    position: absolute;
    left: -28px;
    border: 13px solid transparent;
    border-right: 20px solid #83BDF9;
    top: calc(50% - 13px);
  }
  #flow .inner .flow-wrap-2 figure figcaption::before {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: -28px;
    border: solid 5px #83BDF9;
    border-radius: 30px;
    width: 20px;
    height: 20px;
  }
}
/*============================
#faq
============================*/

#faq {
  padding-top: 69px;
  margin-top: -69px;
}
#faq h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #72BEFF;
}
#faq .inner {}
#faq .inner dl {
  margin: 0 0 50px;
}
#faq .inner dl dt {
  position: relative;
  font-size: 1.2rem;
  background: #ECECEC;
  margin: 15px 0 0px;
  padding: 10px 20px;
  line-height: 1.5;
  border-radius: 30px;
  cursor: pointer;
}
#faq .inner dl dt::before {
  content: "";
  background: url(../img/q.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: -6px;
}
#faq .inner dl dd {
  position: relative;
  display: none;
  /* border: 1px solid #F6ADC6; */
  padding: 10px 60px;
  margin: 10px 0px 20px 0px;
  z-index: -1;
  border-radius: 30px;
}
#faq .inner dl dd::before {
  content: "";
  background: url(../img/a.png) no-repeat;
  background-size: contain;
  display: block;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0 15px 0 20px;
}
@media screen and (max-width: 1200px) {
  #faq h2 {
    font-size: 1.875rem;
  }
  #faq .inner dl {}
  #faq .inner dl dt {}
  #faq .inner dl dd {}
}
@media screen and (max-width: 768px) {
  .accbox {
    margin: 30px 0 30px;
  }
}
/*============================
#contact-form
============================*/

#contact-form {
  padding-top: 69px;
  margin-top: -69px;
}
#contact-form h2 {
  height: 100px;
  background-color: #72BEFF;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
#contact-form .inner {
  max-width: 750px;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {}
/*============================
#mail_form
============================*/

#contact-form .inner form#mail_form {}
#contact-form .inner form#mail_form dl {
  font-size: 1.125rem;
  font-weight: bold;
}
#contact-form .inner form#mail_form dl dt {
  float: left;
}
#contact-form .inner form#mail_form dl dt span {
  display: none;
}
#contact-form .inner form#mail_form dl dd {
  padding: 0 0 0 200px;
  margin: 0 0 30px 0;
}
#contact-form .inner form#mail_form dl dd.required {}
input[type="tel"], input[type="email"], input[type="text"] {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: none;
  border-radius: 5px;
  background-color: #EFEFEF;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  border-width: 1px;
}
textarea {
  width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 10px;
  overflow: auto;
  border: none;
  border-radius: 5px;
  background-color: #EFEFEF;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
input#form_submit_button {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7481C;
  color: #FFF;
  width: 60%;
  height: 70px;
  border-radius: 60px;
  font-size: 1.75rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  animation: flash 2s linear infinite;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {
  #contact-form h2 {
    margin-bottom: 40px;
    font-size: 1.9rem;
  }
  #contact-form .inner form#mail_form dl dt {
    float: none;
  }
  #contact-form .inner form#mail_form dl dd {
    padding: 0;
    margin: 10px 0 20px 0;
  }
  input#form_submit_button {
    width: 80%;
    height: 60px;
  }
}
/*============================
#mail_address
============================*/

#contact-form .inner form#mail_form dl dd.required input#mail_address {}
/*============================
#phone
============================*/

#contact-form .inner form#mail_form dl dd.required input#phone {}
#contact-form .inner form#mail_form dl dd {}
/*============================
#contents
============================*/

#contact-form .inner form#mail_form dl dd textarea#contents {}
/*============================
#form_submit
============================*/

#contact-form .inner form#mail_form #form_submit {}
/*============================
#form_submit_button
============================*/

#contact-form .inner form#mail_form #form_submit input#form_submit_button {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 768px) {}
#footer {
  background-color: #FFCAB7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 100%;
  height: 80px;
  font-size: 16px;
}
#thanks #message h2 {
  text-align: center;
  font-family: 'marufork';
  font-size: 30px;
  padding: 50px 0 80px;
}
#thanks #message .inner p {
  padding: 0 0 40px;
  text-align: center;
}