@charset "UTF-8";
/*----------------------*/
/* レイアウト*/
/*----------------------*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #FFFFF;
  margin: 0;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  overflow-x: hidden;
}

section {
  padding: 0px 16px;
}

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

header.is-fixed nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  /*background:rgba(255,255,255,0.8);*/
}

img {
  display: block;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}
/*margin*/
.mar-t-0 {
  margin-top: 0px !important;
}

.mar-b-0 {
  margin-bottom: 0px !important;
}

/*##文字##*/
big {
  font-size: 1.2em;
}

/**リンク**/
a {
  text-decoration: none;
  color: #0084C8;
}

span {
  display: inline-block;
}

/*## H1～5 ##*/
h1 {
  font-size: 1.4rem;
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: calc(100vw / 375 * 14);
  }
}
h2 {
  font-size: 4rem;
  font-weight: normal;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: calc(100vw / 600 * 32);
  }
}
@media screen and (max-width: 425px) {
  h2 {
    font-size: 2.4rem;
  }
}
h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
  position: relative;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 375px) {
  h3 {
    font-size: 1.6rem;
  }
}
h4 {
  font-size: 3.2rem;
  padding: 4px;
  margin: 16px 0px;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 2rem;
    margin: 8px 0px;
    font-weight: bold;
  }
}
h5 {
  font-size: 1.6rem;
  padding: 4px;
  border: 1px solid #12295C;
  margin: 4px 0px;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
  display: inline-block;
}

strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(250, 255, 255, 0)), color-stop(70%, #faff6b));
  background: linear-gradient(to bottom, rgba(250, 255, 255, 0) 70%, #faff6b 70%);
}

/*##color##*/
.bac-c-white {
  background-color: #fff;
}

.bac-c-baige {
  background-color: #FAF5EE;
}

.bac-c-pink {
  background-color: #FFD9E5;
}

/*テーブル*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*フォーム*/
input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=time],
textrarea,
select {
  border: 1px solid;
}

/*【リスト】*/
dt, dd {
  font-size: 16px;
  margin: 0px;
  padding: 8px;
}

/*
dt {
  position: relative;
  padding-right: 40px;
}

dt:after {
  content: "＋";
  font-weight: bold;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #aaa;
}

dd p {
  display: inline-block;
}*/

/*【コピーライト】*/
#copy {
  text-align: center;
  color: #ffffff;
  background: #F0819A;
  padding-top: 40px;
}

/*【Swiper】*/
.swiper-button-prev,
.swiper-button-next {
  color: #333;
  width: auto;
}

.fee__course .swiper-button-prev,
.fee__course .swiper-button-next {
  top: 36px;
}
@media screen and (max-width: 750px) {
  .fee__course .swiper-button-prev,
.fee__course .swiper-button-next {
    top: calc(100vw / 750 * 36);
  }
}

.fee__contents .swiper-button-prev,
.fee__contents .swiper-button-next {
  top: 58px;
}
@media screen and (max-width: 750px) {
  .fee__contents .swiper-button-prev,
.fee__contents .swiper-button-next {
    top: calc(100vw / 750 * 58);
  }
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 18px;
}
@media screen and (max-width: 750px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: calc(100vw / 750 * 18);
  }
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 18px;
}
@media screen and (max-width: 750px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: calc(100vw / 750 * 18);
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 32px !important;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: calc(100vw / 750 * 32) !important;
  }
}