@charset "UTF-8";
img {
  image-rendering: -webkit-optimize-contrast;
}

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

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

header {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
}
header .brand {
  height: 48px;
}
@media screen and (max-width: 768px) {
  header .brand {
    height: 9vw;
  }
}

.footer {
  background: #00a99d;
}
.footer a {
  color: #000;
}
.footer a:hover {
  color: #FFF;
}

.gradboxwaku{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  width: 100%;
}
.gradBox {
  width: 100%;
  /*max-width: 800px;*/
  max-width: 400px;
  margin: 5px auto;
  height: auto;
  padding: 10px;
  text-align: center;
  background: linear-gradient(41deg, #50cde1 9%, #ff9e00 39%, #ff9e00 60%, #50cde1 99%);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .gradBox {
    width: 85vw;
  }
  .gradboxwaku{
    bottom: 0px;
  }
}

.gradBoxInner {
  /*padding: 4%;*/
  padding: 2%;
  background-color: #FFF;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .gradBoxInner {
    padding: 2.5%;
  }
}
.kw{
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
	.kw{
	  font-size: 2.5rem;
	}
}

.gradBox2 {
  width: 120%;
  margin: 0 0 0 -10%;
  /*margin-top: 20px;*/
  margin-top: 5px;
  height: auto;
  /*padding: 5px;*/
  padding: 3px;
  text-align: center;
  background: linear-gradient(41deg, #50cde1 9%, #ff9e00 39%, #ff9e00 60%, #50cde1 99%);
  border-radius: 5px;
  border: 4px solid #FFF;
  color: #FFF;
  font-size: 2.2rem;
  /* calcサポート外をフォールバック */
  /*font-size: calc(2.2rem + (1vw - 0.48rem) * 0.5556);*/
  font-size: calc(2.8rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
}
.gradBox2 strong {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .gradBox2 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .gradBox2 strong {
    font-size: 3.2rem;
  }
}

.main {
  background-color: #50cde1;
}
.main04 {
  background-color: #50cde1;
}
.main05 {
  background-color: #b1cb00;
}
.main06 {
  background-color: #b75991;
}
.main07 {
  background-color: #00a0e9;
}
.main08 {
  background-color: #f08000;
}
.main09 {
  background-color: #008a53;
}
.main10 {
  background-color: #f5a200;
}
.main11 {
  background-color: #a96d17;
}
.main12 {
  background-color: #ab002f;
}
.main01 {
  background-color: #e83817;
}
.main02 {
  background-color: #006eb5;
}
.main03 {
  background-color: #f3a8be;
}
.main .enrollment {
  margin: 0 auto;
  display: block;
  padding-top: 50px;
  position: relative;
  max-width: 1366px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main .enrollment {
    padding-top: 30vw;
    width: 100%;
  }
}
.main .enrollment::after {
  content: "";
  display: block;
  background: url(../images/green_boat@.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 248px;
  max-height: 130px;
  width: 50%;
  height: 40%;
  position: absolute;
  z-index: 1;
  left: 30%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -2rem;
}
@media screen and (max-width: 768px) {
  .main .enrollment::after {
    left: 18%;
    bottom: -4rem;
    width: 40%;
    height: 40%;
  }

}
.main .enrollment img {
  display: block;
  margin: 0 auto;
  padding-left: 0;
}

#sec2 {
  background-color: #22b573;
}

.what24 {
  margin: 20px auto;
  display: block;
}

.miles24_wrap {
  max-width: 1000px;
  margin: 30px auto;
}

.items {
  display: flex;
  align-items: stretch;
}

.item {
  background-color: #FFF;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 999px 999px 40px 40px;
  padding-top: 20%;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.btn_conditions {
  display: block;
  padding: 1.3rem 2rem;
  background: #FF9E00;
  color: #FFF;
  text-align: center;
  border-radius: 100px;
  width: 80%;
  margin: 3rem auto;
  -webkit-filter: drop-shadow(2px 4px 0px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(2px 4px 0px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(2px 4px 0px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(2px 4px 0px rgba(0, 0, 0, 0.3));
}
.btn_conditions:hover {
  color: #FFF;
  opacity: 0.75;
}

.btns-backgreen {
  background: linear-gradient(transparent 50%, #22b573 0%);
  width: 100%;
  overflow: hidden;
}
.btns-backgreen a {
  position: relative;
  top: 0;
  transition: all 0.3s 0s ease;
}
.btns-backgreen a:hover {
  top: 5px;
}
@media screen and (max-width: 768px) {
  .btns-backgreen {
    background: none;
  }
  .btns-backgreen img {
    width: 80vw;
  }
}

.btns-backblue {
  background: linear-gradient(transparent 50%, #00a99d 0%);
  width: 100%;
  overflow: hidden;
}
.btns-backblue a {
  position: relative;
  top: 0;
  transition: all 0.3s 0s ease;
}
.btns-backblue a:hover {
  top: 5px;
}
@media screen and (max-width: 768px) {
  .btns-backblue {
    background: none;
  }
  .btns-backblue img {
    width: 80vw;
  }
}

.f-s {
  font-size: 1.4rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.4rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .f-s {
    font-size: 1.5rem;
  }
}

.f-m {
  font-size: 1.3rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  line-height: 1.8;
}

.f-m_joken {
  font-size: 1.3rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .f-m {
    font-size: 1.8rem;
  }
  .f-m_joken {
    font-size: 1.4rem;
    /* calcサポート外をフォールバック */
    font-size: calc(1.4rem + (1vw - 0.48rem) * 0.5556);
    line-height: 1.5;
  }
}

.f-l {
  font-size: 1.63rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .f-l {
    font-size: 2rem;
  }
}
.f-l strong {
  font-size: 2.6rem;
  /* calcサポート外をフォールバック */
  font-size: calc(2.6rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  font-weight: 900;
}

.f-ll {
  font-size: 1.8rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .f-ll {
    font-size: 2.2rem;
  }
}
.f-ll strong {
  font-size: 3rem;
  /* calcサポート外をフォールバック */
  font-size: calc(3rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .f-ll strong {
    font-size: 3.5rem;
  }
}

.f-xl {
  font-size: 3.2rem;
  /* calcサポート外をフォールバック */
  font-size: calc(3.2rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  line-height: 1.5;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .f-xl {
    font-size: 3.5rem;
  }
}
.f-xl strong {
  font-size: 5rem;
  /* calcサポート外をフォールバック */
  font-size: calc(5rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .f-xl strong {
    font-size: 4.5rem;
  }
}

.lists li {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  align-items: flex-start;
  padding: 1.8rem 1rem;
}
.lists_joken li {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  align-items: flex-start;
  padding: 0.5rem 0;
}

@media screen and (max-width: 768px) {
  .lists li {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.lists img {
  margin-right: 10px;
  display: block;
  margin-top: calc(-0.5rem + (1vw - 0.48rem) * 0.5556);
  width: 2.4rem;
  width: calc(2.4rem + (1vw - 0.48rem) * 0.5556);
}
@media screen and (max-width: 768px) {
  .lists img {
    margin-top: 0.5rem;
  }
}
.lists span {
  display: block;

}
.lists_joken span {
  display: block;
  text-align: left;
}

.button {
  display: block;
  margin: 30px auto;
  font-size: 1.6rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  font-family: "Noto Sans JP", sans-serif;
  min-height: 0vw;
  /* Safari用バグフィックス */
  font-weight: 400;
  width: 100%;
  height: 57px;
  max-width: 400px;
  color: white !important;
  background: #FA4E5A;
  filter: drop-shadow(4px 4px 0px #00000028);
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  .button {
    font-size: 1.8rem;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .button {
    line-height: 2;
  }
}
.button:hover {
  color: white;
  background: #ff6973;
}
.button:visited {
  color: white;
}
.button img {
  display: inline-block;
  padding: 0;
  margin: 0;
}

/* =================================
フォントサイズ　ベースセッティング
================================== */
html {
  /* ベースのフォントサイズを10pxとする */
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  font-size: 1.6rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.4rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 2;
  /* Noto Sansフォント */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #323232;
  overflow: hidden;
}

h1 {
  font-size: 3.2rem;
  /* calcサポート外をフォールバック */
  font-size: calc(3.2rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.8;
  font-weight: 900;
}

h2 {
  font-size: 2.4rem;
  /* calcサポート外をフォールバック */
  font-size: calc(2.2rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.8;
  font-weight: 700;
}

h3 {
  font-size: 2.2rem;
  /* calcサポート外をフォールバック */
  font-size: calc(2rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.5;
  font-weight: 700;
}

h4 {
  font-size: 1.8rem;
  /* calcサポート外をフォールバック */
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.5556);
  /* viewportが480px以上1200px以下可変 */
  min-height: 0vw;
  /* Safari用バグフィックス */
  line-height: 1.5;
  font-weight: 500;
}

/*------ メディアクエリ --------*/
/* デバイス幅が1200px以上 */
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 2rem;
  }
  .space-tablet{display: none;}
}
/* デバイス幅が480px以下 */
@media screen and (max-width: 480px) {
  body {
    font-size: 1.6rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.8rem;
  }
  #sec1 .f-s{
	text-align: left;
  }
}

.f-s-1{
  text-align: center;
}

.under {
  border-bottom: double 7px #FF9E00;
}
.kw {
  /*font-size:*/
}
.kome_kw {
	font-size: 2rem;
	color: #FF9E00;
	
}
@media screen and (max-width: 768px) {
  .kome_kw {
  }
}

.fixed_btn { 
position: fixed;
bottom: 60px;
left: 0px;
padding: 10px 10px 10px 0px;
color:white;
width:250px;
height:auto;
border-radius: 0 25px 25px 0 ;
border: 3px #2d628c solid ; 
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
text-orientation: upright;
background-color:#0082b7;
font-size:1.9rem;
font-weight:bold;
line-height:2rem;
  text-align: center;
z-index:99;
}
@media screen and (max-width: 768px) {
    .fixed_btn { 
        bottom: 0px;
    }
}