@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #d20202;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #d20202;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #d20202;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #d20202;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #d20202;
    top: 0px; } }
@keyframes animationbtn2 {
  0% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #bf6607;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #bf6607;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #bf6607;
    top: 0px; } }
.cta_btn {
  position: relative;
  box-shadow: 0 5px 0 #d20202;
  background: #ff0000;
  max-width: 700px;
  margin: auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    padding: 20px 5px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }
  .cta_btn.animation2 {
    animation: animationbtn2 2s infinite; }
  .cta_btn.other {
    -webkit-box-shadow: 0 5px 0 #bf6607;
    -moz-box-shadow: 0 5px 0 #bf6607;
    box-shadow: 0 5px 0 #bf6607;
    background: #f0810a; }

.mb_10 {
  margin-bottom: 0.5208333333vw; }

.mb_20 {
  margin-bottom: 1.0416666667vw; }

.mb_30 {
  margin-bottom: 1.5625vw; }

.mb_40 {
  margin-bottom: 2.0833333333vw; }

.mb_50 {
  margin-bottom: 2.6041666667vw; }

.mb_60 {
  margin-bottom: 3.125vw; }

.mb_70 {
  margin-bottom: 3.6458333333vw; }

.mb_80 {
  margin-bottom: 4.1666666667vw; }

.mb_90 {
  margin-bottom: 4.6875vw; }

.mb_100 {
  margin-bottom: 5.2083333333vw; }

.mb_110 {
  margin-bottom: 5.7291666667vw; }

.mb_120 {
  margin-bottom: 6.25vw; }

.mb_130 {
  margin-bottom: 6.7708333333vw; }

.mb_140 {
  margin-bottom: 7.2916666667vw; }

.mb_150 {
  margin-bottom: 7.8125vw; }

.mb_160 {
  margin-bottom: 8.3333333333vw; }

.mb_170 {
  margin-bottom: 8.8541666667vw; }

.mb_180 {
  margin-bottom: 9.375vw; }

.mb_190 {
  margin-bottom: 9.8958333333vw; }

.mb_200 {
  margin-bottom: 10.4166666667vw; }

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; }

  .mb_60 {
    margin-bottom: 60px; }

  .mb_70 {
    margin-bottom: 70px; }

  .mb_80 {
    margin-bottom: 80px; }

  .mb_90 {
    margin-bottom: 90px; }

  .mb_100 {
    margin-bottom: 100px; }

  .mb_110 {
    margin-bottom: 110px; }

  .mb_120 {
    margin-bottom: 120px; }

  .mb_130 {
    margin-bottom: 130px; }

  .mb_140 {
    margin-bottom: 140px; }

  .mb_150 {
    margin-bottom: 150px; }

  .mb_160 {
    margin-bottom: 160px; }

  .mb_170 {
    margin-bottom: 170px; }

  .mb_180 {
    margin-bottom: 180px; }

  .mb_190 {
    margin-bottom: 190px; }

  .mb_200 {
    margin-bottom: 200px; } }
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw; }

  .mb_20 {
    margin-bottom: 2.6666666667vw; }

  .mb_30 {
    margin-bottom: 4vw; }

  .mb_40 {
    margin-bottom: 5.3333333333vw; }

  .mb-50 {
    margin-bottom: 6.6666666667vw; }

  .mb-60 {
    margin-bottom: 8vw; }

  .mb-70 {
    margin-bottom: 9.3333333333vw; }

  .mb-80 {
    margin-bottom: 10.6666666667vw; }

  .mb-90 {
    margin-bottom: 12vw; }

  .mb-100 {
    margin-bottom: 13.3333333333vw; }

  .mb-110 {
    margin-bottom: 14.6666666667vw; }

  .mb-120 {
    margin-bottom: 16vw; }

  .mb-130 {
    margin-bottom: 17.3333333333vw; }

  .mb-140 {
    margin-bottom: 18.6666666667vw; }

  .mb-150 {
    margin-bottom: 20vw; }

  .mb-160 {
    margin-bottom: 21.3333333333vw; }

  .mb-170 {
    margin-bottom: 22.6666666667vw; }

  .mb-180 {
    margin-bottom: 24vw; }

  .mb-190 {
    margin-bottom: 25.3333333333vw; }

  .mb-200 {
    margin-bottom: 26.6666666667vw; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

.wrapper {
  overflow: hidden; }

.sp {
  display: block; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    opacity: .75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(2, 63, 132, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #0457b4;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.btn {
  margin: 18px auto 10px;
  text-align: center; }
  .btn a {
    display: inline-block;
    padding: 14px 24px;
    color: #fff;
    font-weight: 700;
    background: #3eb3bd;
    border-bottom: solid 5px #2d8289;
    text-decoration: none;
    letter-spacing: 0.08em;
    font-size: 20px;
    font-size: 2rem;
    border-radius: 100vmax;
    -moz-border-radius: 100vmax;
    -webkit-border-radius: 100vmax;
    -o-border-radius: 100vmax;
    -ms-border-radius: 100vmax; }

.header {
  background: no-repeat center/cover url(/img/index/bg_01_sp.png); }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 28px 10px 15px; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .wrap {
    text-align: center; }
    .header .wrap .txt {
      line-height: 1.55;
      font-size: 18px;
      font-size: 1.8rem; }
      .header .wrap .txt .logo {
        margin-bottom: 15px;
        text-align: center; }
        .header .wrap .txt .logo img {
          max-width: 130px; }
      .header .wrap .txt .heading {
        margin-bottom: 12px;
        font-weight: 700;
        letter-spacing: 0.05em;
        white-space: nowrap;
        font-feature-settings: "palt";
        font-size: 24px;
        font-size: 2.4rem; }
        .header .wrap .txt .heading span {
          color: #1d2088;
          text-decoration: underline;
          text-decoration-color: #3eb3bd;
          text-underline-offset: 12px; }
      .header .wrap .txt .inlineblock {
        display: inline-block; }
    .header .wrap .img {
      margin: 10px;
      max-width: 83%; }

.section01 {
  background: no-repeat 37.5%/cover url("/img/index/bg_02.png"); }
  .section01 .inner {
    position: relative;
    margin: 0 auto;
    padding: 23px 15px 26px;
    color: #fff; }
    .section01 .inner h2 {
      position: relative;
      text-align: center;
      font-weight: 700;
      font-size: 26px;
      font-size: 2.6rem; }
      .section01 .inner h2 span {
        position: relative;
        padding-left: 35px;
        letter-spacing: 0.05em; }
        .section01 .inner h2 span::before {
          content: "";
          display: inline-block;
          width: 21px;
          height: 32px;
          background: no-repeat center/contain url("/img/index/ico_beginner.png");
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 5px; }
    .section01 .inner .item {
      position: relative; }
      .section01 .inner .item .img {
        margin: -10px 0 -20px;
        text-align: center; }
        .section01 .inner .item .img img {
          width: 160px; }
      .section01 .inner .item h3 {
        font-size: 25px;
        font-size: 2.5rem; }
      .section01 .inner .item .txt {
        margin-bottom: 12px;
        padding-bottom: 15px;
        border-bottom: dotted 1px;
        line-height: 1.8;
        font-size: 16px;
        font-size: 1.6rem; }
  .section01 .btn {
    margin-top: 30px; }

.section02 {
  background: #fff; }
  .section02 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 10px 50px; }
    @media only screen and (max-width: 768px) {
      .section02 .inner {
        width: 100%; } }
    .section02 .inner h2 {
      position: relative;
      text-align: center;
      font-weight: 700;
      color: #1d2088;
      font-size: 26px;
      font-size: 2.6rem; }
      .section02 .inner h2 span {
        position: relative;
        padding-left: 55px; }
        .section02 .inner h2 span::before {
          content: "";
          display: inline-block;
          width: 33px;
          height: 33px;
          background: no-repeat center/contain url("/img/index/ico_faq.png");
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 18px; }
  .section02 .faq {
    margin: 20px auto 30px;
    max-width: 900px; }
    .section02 .faq .item {
      position: relative;
      margin: 0 auto 14px;
      text-align: left;
      border: solid 1px #1d2088;
      background: #fff;
      background: -webkit-linear-gradient(top, #fff 0%, #e8e8e9 100%);
      background: linear-gradient(to bottom, #fff 0%, #e8e8e9 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr=' #e8e8e9', GradientType=0);
      border-radius: 30px;
      -moz-border-radius: 30px;
      -webkit-border-radius: 30px;
      -o-border-radius: 30px;
      -ms-border-radius: 30px; }
      .section02 .faq .item summary {
        position: relative;
        padding: 18px 15%;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        cursor: pointer; }
        .section02 .faq .item summary::marker {
          content: none; }
        .section02 .faq .item summary::before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 24px;
          height: 24px;
          left: 22px;
          background: no-repeat center/contain url("/img/index/ico_q.png"); }
        .section02 .faq .item summary::after {
          content: "＋";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 13px;
          color: #1d2088;
          transition: transform .3s;
          font-size: 26px;
          font-size: 2.6rem; }
      .section02 .faq .item .wrap {
        position: relative;
        padding: 15px 15%;
        line-height: 1.6;
        font-size: 16px;
        font-size: 1.6rem; }
        .section02 .faq .item .wrap::before {
          content: "";
          position: absolute;
          top: 15px;
          width: 24px;
          height: 24px;
          left: 22px;
          background: no-repeat center/contain url("/img/index/ico_a.png"); }
      .section02 .faq .item[open] summary::after {
        content: "ー"; }

.footer .f_nav {
  background: #0457b4; }
  .footer .f_nav .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0; }
    @media only screen and (max-width: 768px) {
      .footer .f_nav .inner {
        width: 100%; } }
  .footer .f_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    .footer .f_nav ul li {
      position: relative;
      padding-left: 10px;
      margin-left: 15px; }
      .footer .f_nav ul li::before {
        content: "｜";
        position: absolute;
        top: 0;
        left: -10px;
        color: #fff; }
      .footer .f_nav ul li:first-child {
        padding-left: 0;
        margin-left: 0; }
        .footer .f_nav ul li:first-child::before {
          display: none; }
      .footer .f_nav ul li a {
        color: #fff;
        text-decoration: none; }
.footer .copyright {
  padding: 10px 0;
  background: #023f84;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem; }
