@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
html {
  min-height: 100vh;
  overflow-x: hidden;
  font-size: calc(10 / 750 * 100vw);
}

body {
  background-color: #eef9fa;
  color: #2c476f;
  font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

body img {
  width: 100%;
  height: auto;
  display: block;
}

body a {
  color: #2c476f;
  display: block;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

@supports (aspect-ratio: 1) {
  #main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

header,
section,
footer {
  position: relative;
}

.inner {
  position: relative;
  width: calc(650 / 750 * 100%);
  margin: 0 auto;
  z-index: 2;
}

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

@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1600 * 100vw);
  }
  body {
    font-size: 1.8rem;
  }
  body a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .inner {
    width: calc(1000 / 1600 * 100%);
    max-width: 1000px;
  }
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}

/* =====================================================================
*    header
* =================================================================== */
#header .mv .inner {
  position: relative;
  padding: 66.7rem 0 17.4rem;
}

#header .mv .inner::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: calc(750 / 650 * 100%);
  height: 100%;
  margin-left: calc(-50 / 650 * 100%);
  background: url(../images/img_mv.jpg) no-repeat center top/cover;
}

#header .mv h1 {
  position: relative;
  width: calc(447 / 650 * 100%);
  margin: 0 auto 7rem;
}

#header .mv p {
  position: absolute;
  bottom: -4.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(620 / 650 * 100%);
}

#header .mv_catch {
  background: #2c476f;
  overflow: hidden;
}

#header .mv_catch .inner {
  padding: 12.6rem 0 11.7rem;
}

#header .mv_catch .inner::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -3.4rem;
  right: -14rem;
  width: 58.5rem;
  height: 59.2rem;
  background: url(../images/bg_mv_catch.png) no-repeat center/contain;
}

#header .mv_catch .inner > * {
  position: relative;
}

#header .mv_catch .txt_mv_catch {
  width: calc(645 / 650 * 100%);
  margin: 0 auto 2.9rem;
}

#header .mv_catch p {
  width: 110%;
  margin-left: -5%;
  font-size: 1.8rem;
  color: #95add1;
}

#header .mv_catch p a {
  display: inline;
  color: #95add1;
}

@media screen and (min-width: 768px) {
  #header .mv .inner {
    padding: 28rem 0 12rem;
  }
  #header .mv .inner::before {
    width: calc(701 / 1000 * 100%);
    height: 99rem;
    margin-left: 0;
  }
  #header .mv h1 {
    width: calc(559 / 1000 * 100%);
    margin: 0 0 1.4rem auto;
  }
  #header .mv p {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: calc(770 / 1000 * 100%);
    margin-left: 43rem;
  }
  #header .mv_catch .inner {
    padding: 11.8rem 0 7.3rem;
  }
  #header .mv_catch .inner::before {
    bottom: -3rem;
    right: -16.3rem;
    width: 46.4rem;
    height: 46.8rem;
  }
  #header .mv_catch .txt_mv_catch {
    width: calc(1001 / 1000 * 100%);
    margin-bottom: 4.5rem;
  }
  #header .mv_catch p {
    width: 100%;
    margin-left: 0;
    font-size: 1.6rem;
    text-align: center;
  }
}

/* =====================================================================
    contents
======================================================================*/
.movie_embed {
  margin-bottom: 8rem;
}

.movie_embed_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie_embed_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#about {
  padding: 9.2rem 0 10.4rem;
}

#about .sec_ttl {
  margin-bottom: 2.7rem;
}

#about .about_list {
  border-top: 1px solid #58d1da;
}

#about .about_list li {
  padding: 5rem 0;
  border-bottom: 1px solid #58d1da;
}

#about .about_list li h3 {
  margin-bottom: 2rem;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #58d1da;
}

#about .about_list li p {
  line-height: 1.916;
}

#about .about_list li p span {
  font-size: 2.8rem;
  font-weight: 700;
}

#about .about_list li p strong {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f5ff03));
  background: linear-gradient(transparent 60%, #f5ff03 60%);
}

#flow .sec_ttl {
  margin-bottom: 6.1rem;
}

#flow .flow_list {
  padding-bottom: 8rem;
  border-bottom: 1px solid #58d1da;
  counter-reset: num 0;
}

#flow .flow_list li {
  position: relative;
  width: calc(640 / 650 * 100%);
  margin-bottom: 5rem;
  padding: 5rem 4rem;
  background: #2c476f;
  counter-increment: num 1;
}

#flow .flow_list li::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -1rem;
  right: -1rem;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
  z-index: -1;
}

#flow .flow_list li p {
  position: relative;
  padding-left: 7rem;
  line-height: 1.916;
  color: #ffffff;
}

#flow .flow_list li p::after {
  content: "0" counter(num);
  position: absolute;
  display: block;
  top: 0.05em;
  left: 0;
  padding-bottom: 0.2em;
  border-bottom: 1px solid;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 4rem;
  color: #f5ff03;
  line-height: 1;
}

#flow .flow_item {
  padding: 5rem 0;
  border-bottom: 1px solid #58d1da;
}

#flow .flow_item h3 {
  margin-bottom: 2rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #58d1da;
}

#flow .flow_item p {
  line-height: 1.916;
}

@media screen and (min-width: 768px) {
  .movie_embed {
    width: calc(860 / 1000 * 100%);
    margin: 0 auto 8rem;
  }
  .sec_ttl {
    width: calc(600 / 1000 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
  #about {
    padding: 8.4rem 0 11.3rem;
  }
  #about .about_list li {
    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;
    padding: 3rem 0;
  }
  #about .about_list li h3 {
    width: calc(260 / 1000 * 100%);
    margin: 0;
    font-size: 2.2rem;
    text-align: right;
  }
  #about .about_list li p {
    width: calc(610 / 1000 * 100%);
    margin-right: calc(50 / 1000 * 100%);
    line-height: 2.222;
  }
  #about .about_list li p span {
    font-size: 2.6rem;
  }
  #flow .sec_ttl {
    margin-bottom: 2.9rem;
  }
  #flow .flow_list {
    padding-bottom: 10rem;
  }
  #flow .flow_list li {
    width: calc(860 / 1000 * 100%);
    margin: 0 0 2rem calc(60 / 1000 * 100%);
    padding: 3rem 4.4rem;
  }
  #flow .flow_list li p {
    line-height: 1.777;
  }
  #flow .flow_list li p::after {
    font-size: 3rem;
  }
  #flow .flow_item {
    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;
    padding: 3rem 0;
  }
  #flow .flow_item h3 {
    width: calc(260 / 1000 * 100%);
    margin: 0;
    font-size: 2.2rem;
    text-align: right;
  }
  #flow .flow_item p {
    width: calc(610 / 1000 * 100%);
    margin-right: calc(50 / 1000 * 100%);
    line-height: 2.222;
  }
}

/* =====================================================================
*    footer
* =================================================================== */
#footer {
  padding: 7rem 0 20rem;
}

#footer .notice {
  padding: 6rem 0;
  font-size: 2.2rem;
  line-height: 2.09;
  text-align: center;
  background: #ffffff;
}

.credit {
  width: 100%;
  background-color: #2c476f;
  color: #ffffff;
  padding: 2rem 0;
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  #footer {
    padding: 8rem 0 20rem;
  }
  #footer .notice {
    width: calc(800 / 1000 * 100%);
    margin: 0 auto;
    padding: 4.7rem 0;
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=base.css.map */