@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Oswald:wght@500&display=swap');

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  min-height: 0vw;
}

body {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 1;
  @media screen and (min-width:769px) {
    font-size: 18px;
  }
}

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

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
}

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

input, select {
  vertical-align: middle;
}

img {
  display: block;
  border-style: none;
  font-size: 0;
  line-height: 0;
}

a {
  background: transparent;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

:root {
  --con-width: 1000px;
  --mincho: "游明朝", Yu Mincho, YuMincho, "Hiragino Mincho ProN", serif;
  --border: #e0e0e0;
  --gray_back: #f1f1f1;
  --color_1: #4cbceb;
  --color_2: #55ddff;
  --color_3: #eff5f9;
  --color_4: #faff6d;
  --color_5: #ff5b5b;
}

.w100 {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.fade {
  opacity: 0;
  transition: all 0.6s ease-out;
}

.fade_on {
  opacity: 1;
}

.movexl {
  opacity: 0;
  translate: -20px 0;
  transition: all 0.4s ease-out;
}

.movexr {
  opacity: 0;
  translate: 20px 0;
  transition: all 0.4s ease-out;
}

.movexl_on,
.movexr_on {
  opacity: 1;
  translate: 0 0;
}

.movey {
  opacity: 0;
  translate: 0 20px;
  transition: all 0.4s ease-out;
}

.movey_on {
  opacity: 1;
  translate: 0 0;
}

.small {
  scale: 1.5;
  opacity: 0;
  transition: all 0.4s ease-out 0.4s;
}

.small_on {
  scale: 1;
  opacity: 1;
}

.move {
  opacity: 0;
}

.move_on {
  opacity: 1;
}

.bs {
  animation: bigSmall 0.3s infinite alternate;
}

@keyframes bigSmall {
  0% {
    scale: 1;
  }
  100% {
    scale: 0.92;
  }
}

@keyframes f_a {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes catch {
  0% {
    opacity: 0;
    scale: 6;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}

@keyframes m_y {
  0% {
    opacity: 0;
    translate: 0 20px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

/* ===================================
ヘッダー
------------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 4%;
  h1 {
    font-weight: 400;
    font-size: 16px;
  }
  .logo {
    width: min(70%, 115px);
  }
  .h-btn {
    display: block;
    width: min(50%, 232px);
    padding: 0.4em 0 0.5em;
    background: var(--color_5) url(../img/arrow.svg) right 0.5em center no-repeat;
    background-size: 0.8em auto;
    border-bottom: 4px solid rgba(0, 0, 0, 0.3);
    border-radius: 100vh;
    color: #fff;
    text-align: center;
    transition: all 0.3s linear;
    &:hover {
      background: #ff9166 url(../img/arrow.svg) right 0.5em center no-repeat;
      background-size: 0.8em auto;
    }
  }
  @media screen and (min-width:769px) {
    width: 1100px;
    padding: 26px 50px 16px;
    .logo {
      display: inline-block;
      margin-right: 16px;
    }
  }
  @media screen and (max-width:768px) {
    h1 {
      width: 40%;
      font-size: 10px;
    }
    .logo {
      margin-bottom: 4px;
    }
    .h-btn {
      font-size: 15px;
    }
  }
}

/* ===================================
コンテンツ
------------------------------------*/
main {
  @media screen and (min-width:769px) {
    min-width: 1100px;
  }
}
.fv-area {
  .fv-1 {
    display: inline-block;
    padding: 0.4em 1em;
    background: #fff;
    border-radius: 30px;
    font-size: clamp(17px, 4.53vw, 24px);
    font-weight: bold;
  }
  .fv-2 {
    position: relative;
    display: inline-block;
    margin-left: 2.4em;
    padding: 0.4em 1em;
    background: #fff;
    border-radius: 30px;
    font-size: clamp(17px, 4.53vw, 24px);
    font-weight: bold;
    &::before {
      content: "";
      position: absolute;
      bottom: -40px;
      left: 54%;
      margin-left: -10px;
      border-width: 20px 10px 20px 10px;
      border-style: solid;
      border-color: #fff transparent transparent transparent;
    }
  }
  h2 {
    margin-top: 10px;
    font-size: 62px;
    font-feature-settings: "palt";
    line-height: 1.2;
    span {
      color: var(--color_1);
    }
  }
  ul {
    display: flex;
    align-items: center;
    padding-top: 5px;
    li {
      width: min(32%, 146px);
    }
    li + li {
      margin-left: 10px;
    }
  }
  .fv-ph {
    width: min(80%, 446px);
  }
  @media screen and (min-width:769px) {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 16px;
    background: url(../img/fv-bg_pc.jpg) center center no-repeat;
    background-size: 100% 477px;
    div {
      width: 554px;
      padding-bottom: 30px;
    }
  }
  @media screen and (max-width:768px) {
    padding: 10% 4% 0;
    background: url(../img/fv-bg_sp.jpg) center top no-repeat;
    background-size: 100% auto;
    text-align: center;
    h2 {
      font-size: clamp(42px, 11.2vw, 84px);
    }
    ul {
      justify-content: center;
      li + li {
        margin-left: 4px;
      }
    }
    .fv-ph {
      margin: auto;
    }
  }
}

.sec01 {
  padding: min(14%, 93px) 4%;
  text-align: center;
  h2 {
    padding: 0 0 1em;
    background: url(../img/sec01-6.png) center bottom no-repeat;
    img {
      width: min(45%, 212px);
      margin: auto;
    }
  }
  p {
    margin-top: 1.5em;
    font-weight: bold;
    font-size: clamp(16px, 4.26vw, 20px);
    line-height: 1.6;
    span {
      color: var(--color_1);
      font-size: 140%;
    }
  }
  ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 730px;
    margin: 2em auto 0;
  }
  li {
    margin: 6px;
    background: var(--color_3);
    border-radius: 5px;
  }
  @media screen and (max-width:768px) {
    li {
      width: 30%;
      margin: 0.2em;
    }
  }
}

.sec02 {
  padding: min(19%, 112px) 4%;
  background: var(--color_1);
  color: #fff;
  h2 {
    margin-bottom: min(22.4%, 60px);
    font-size: clamp(30px, 8vw, 40px);
    text-align: center;
    line-height: 1.4;
    img {
      display: inline;
    }
  }
  p {
    max-width: 710px;
    margin: min(16%, 30px) auto;
    font-size: clamp(16px, 4.26vw, 18px);
    line-height: 1.8;
    &.ty {
      color: var(--color_4);
      font-weight: bold;
    }
    span {
      background: var(--color_4);
      color: #000;
    }
  }
  .ph {
    width: min(100%, 517px);
    margin: auto;
  }
  @media screen and (max-width:768px) {
    h2 img {
      width: 54%;
    }
  }
}

.sec03 {
  max-width: 1100px;
  margin: auto;
  padding: min(19%, 112px) 6%;
  h2 {
    margin-bottom: min(22.4%, 60px);
    font-size: clamp(30px, 8vw, 40px);
    text-align: center;
    line-height: 1.4;
    img {
      display: inline;
    }
  }
  h3 {
    margin-bottom: 1em;
    font-size: clamp(21px, 5.6vw, 30px);
    span {
      display: inline-block;
      margin-bottom: 0.7em;
      padding-bottom: 0.2em;
      color: var(--color_1);
      border-bottom: 2px solid var(--color_1);
      font-size: clamp(16px, 4.26vw, 32px);
      font-family: "Oswald", serif;
      font-weight: 500;
    }

  }
  p {
    line-height: 1.8;
    span {
      background: var(--color_4);
    }
  }
  .ph {
    width: min(85.5%, 386px);
  }
  li {
    margin-top: min(13%, 96px);
  }
  @media screen and (max-width:768px) {
    h2 img {
      width: 54%;
    }
    .ph {
      margin: 8% auto 0;
    }
  }
  @media screen and (min-width:769px) {
    li {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      div {
        width: 50%;
      }
      &:nth-child(even) {
        flex-direction: row-reverse;
      }
    }
  }
}

.btn_area {
  padding: min(16%, 94px) 4% min(16%, 70px);
  background: url(../img/btn-area-bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  p {
    font-size: clamp(20px, 5.333vw, 30px);
    font-weight: bold;
    line-height: 1.2;
    text-shadow: #fff 2px 0px,  #fff -2px 0px, #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px ,#fff -2px 2px, #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px, #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    span {
      color: #ff5b5b;
      font-size: 133%;
    }
    .big {
      font-size: 135%;
    }
  }
  .m-btn {
    display: block;
    width: min(100%, 500px);
    margin: 1em auto 0;
    padding: 0.5em 0 0.6em;
    background: var(--color_5) url(../img/arrow.svg) right 0.5em center no-repeat;
    background-size: 26px;
    border-radius: 100vh;
    border-bottom: 7px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px #fff;
    font-size: clamp(23px, 6.133vw, 34px);
    font-weight: bold;
    color: #fff;
    transition: all 0.3s linear;
    &:hover {
      background: #ff9166 url(../img/arrow.svg) right 0.5em center no-repeat;
      background-size: 0.8em auto;
    }
  }
}

.sec04 {
  max-width: 1100px;
  margin: auto;
  padding: min(19%, 112px) min(4%, 50px);
  h2 {
    margin-bottom: min(22.4%, 60px);
    font-size: clamp(30px, 8vw, 40px);
    text-align: center;
    line-height: 1.4;
    img {
      display: inline;
    }
  }
  li {
    border: 2px solid var(--color_1);
    border-radius: 15px;
    h3 {
      padding: 1.2em;
      background: var(--color_1);
      border-radius: 12px 12px 0 0;
      color: #fff;
      font-size: clamp(20px, 5.333vw, 26px);
      text-align: center;
      span {
        font-size: 80%;
      }
    }
    img {
      width: 73%;
      margin: min(4%, 20px) auto;
    }
    p {
      padding: 0 8% 8%;
      line-height: 1.8;
    }
  }
  @media screen and (max-width:768px) {
    h2 img {
      width: 54%;
    }
    li img {
      width: 84%;
    }
    li + li {
      margin-top: 4%;
    }
  }
  @media screen and (min-width:769px) {
    ul {
      display: flex;
      justify-content: center;
    }
    li {
      width: 490px;
    }
    li + li {
      margin-left: 20px;
    }
  }
}

.sec05 {
  padding: min(19%, 112px) min(4%, 50px);
  background: var(--color_3);
  h2 {
    margin-bottom: min(22.4%, 60px);
    font-size: clamp(30px, 8vw, 40px);
    text-align: center;
    line-height: 1.4;
    img {
      display: inline;
    }
  }
  ul {
    max-width: 770px;
    margin: auto;
  }
  li {
    position: relative;
    background: #fff;
    border-radius: 15px;
    &:not(:last-child)::after {
      content: "";
      position: absolute;
      bottom: -46px;
      left: 50%;
      margin-left: -20px;
      border-width: 20px;
      border-style: solid;
      border-color: var(--color_1) transparent transparent transparent;
    }
  }
  li + li {
    margin-top: 32px;
  }
  h3 {
    color: var(--color_1);
    font-size: clamp(20px, 5.333vw, 22px);
    span {
      padding: 1em;
      background: var(--color_1);
      color: #fff;
      font-family: "Oswald", serif;
      font-weight: 500;
      font-size: clamp(20px, 5.333vw, 32px);
    }
    img {
      display: inline-block;
    }
  }
  @media screen and (max-width:768px) {
    h2 img {
      width: 54%;
    }
    li {
      text-align: center;
    }
    h3 {
      span {
        display: block;
        margin-bottom: 0.8em;
        padding: 0.5em;
        border-radius: 12px 12px 0 0;
      }
      img {
        position: relative;
        vertical-align: top;
        top: -10px;
        width: 30px;
        margin-right: 10px;
      }
    }
    p {
      padding: 0 4% 8%;
    }
  }
  @media screen and (min-width:769px) {
    li,h3 {
      display: flex;
      align-items: center;
    }
    h3 span {
      border-radius: 12px 0 0 12px;
    }
    img {
      margin: 0 12px 0 22px;
    }
    p {
      margin-left: 1.8em;
    }
  }
}

button, textarea, select, input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}
input[type=radio],
input[type=checkbox] {
  display: none;
}
select::-ms-expand {
  display: none;
}
button {
  box-shadow: none;
  outline: none;
}

#form_wrap {
  max-width: 1100px;
  margin: auto;
  padding: min(19%, 112px) min(4%, 50px);
  h2 {
    margin-bottom: min(22.4%, 60px);
    font-size: clamp(30px, 8vw, 40px);
    text-align: center;
    line-height: 1.4;
    img {
      display: inline-block;
    }
  }
  p {
    line-height: 1.8;
  }
  @media screen and (min-width:769px) {
    p {
      text-align: center;
    }
  }
  @media screen and (max-width:768px) {
    h2 img {
      width: 54%;
    }
  }
  
  dl {
    width: min(100%, 800px);
    margin: 4em auto 0;
  }
  dt {
    margin: 2em 0 0.7em;
    font-weight: 700;
  }
  .hissu {
    display: inline-block;
    margin-left: 1em;
    padding: 0.2em 1em;
    background: var(--color_5);
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
  }
  input.txt,
  textarea {
    width: 100%;
    padding: 1.5em;
    background: var(--color_3);
    border-radius: 10px;
    font-size: 18px;
  }
  ::placeholder {
    color: #aaa;
    font-weight: 400;
    font-family: "Noto Sans JP", system-ui;
  }
  input.txt:focus,
  textarea:focus {
    outline: 2px solid var(--color_1);
  }
  .agree_check {
    margin: 40px 0;
    text-align: center;
    .checkbox-parts {
      position: relative;
      padding: 0 0 0 2.4em;
      cursor: pointer;
      line-height: 1.2;
    }
    .checkbox-parts::before {
      position: absolute;
      top: 50%;
      translate: 0 -50%;
      left: 0;
      width: 1.6em;
      height: 1.6em;
      content: "";
      border: 1px solid #000;
    }
    .checkbox-parts::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: -0.3em;
      translate: 0 -50%;
      width: 2.2em;
      height: 2.2em;
      background: #ed8c8c;
      opacity: 0;
      transition: all 0.3s ease-out;
    }
    .checkbox-input:checked + .checkbox-parts::before {
      border: 1px solid #ed8c8c;
    }
    .checkbox-input:checked + .checkbox-parts::after {
      left: 0.3em;
      width: 1em;
      height: 1em;
      opacity: 1;
    }
    a {
      text-decoration: underline;
    }
  }
  .form-btn {
    display: block;
    width: min(100%, 400px);
    margin: 1em auto 0;
    padding: 0.5em;
    background: var(--color_1) url(../img/arrow.svg) right 0.5em center no-repeat;
    background-size: 26px;
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s linear;
    cursor: pointer;
    &:hover {
      background: var(--color_2) url(../img/arrow.svg) right 0.5em center no-repeat;
      background-size: 26px;
    }
  }
}

.sec06 {
  padding: min(19%, 112px) 6%;
  h2 {
    margin-bottom: min(22.4%, 60px);
    font-size: clamp(30px, 8vw, 40px);
    text-align: center;
    line-height: 1.4;
    img {
      display: inline;
    }
  }
  dt {
    padding: 1.2em 1.6em;
    font-weight: bold;
  }
  dd {
    padding: 1.2em 1.6em;
    border-bottom: 1px solid var(--border);
  }
  @media screen and (min-width:769px) {
    dl {
      display: flex;
      flex-wrap: wrap;
      max-width: 800px;
      margin: auto;
    }
    dt {
      width: 20%;
      border-bottom: 1px solid var(--border);
    }
    dd {
      width: 80%;
    }
  }
  @media screen and (max-width:768px) {
    dt {
      padding: 1.6em 1.6em 0;
    }
  }
}

/* 確認画面 */
.confirm_wrap {
  max-width: 1100px;
  margin: auto;
  padding: min(19%, 112px) min(4%, 50px);
  h1 {
    margin-bottom: min(22.4%, 60px);
    font-size: clamp(30px, 8vw, 40px);
    text-align: center;
    line-height: 1.4;
    img {
      display: inline-block;
    }
  }
  p {
    line-height: 1.8;
  }
  dt {
    margin: 2em 0 1em;
    font-weight: bold;
  }
  .next-btn {
    display: block;
    width: min(100%, 400px);
    margin: 2em auto 0;
    padding: 0.5em;
    background: var(--color_1) url(../img/arrow.svg) right 0.5em center no-repeat;
    background-size: 26px;
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s linear;
    &:hover {
      background: var(--color_2) url(../img/arrow.svg) right 0.5em center no-repeat;
      background-size: 26px;
    }
  }
  .prev-btn {
    display: block;
    width: min(50%, 250px);
    margin: 1.5em auto 0;
    padding: 0.5em;
    background: #b5b5b5;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s linear;
    &:hover {
      background: #999;
      background-size: 26px;
    }
  }
  @media screen and (min-width:769px) {
    p {
      text-align: center;
    }
  }
  @media screen and (max-width:768px) {
    h1 img {
      width: 54%;
    }
  }
}


/* ===================================
フッター
------------------------------------*/
footer {
  padding: 10em 0 1em;
  text-align: center;
}
.f-logo {
  width: min(24%, 140px);
  margin: 0 auto 10px;
}
small {
  font-size: 70%;
}
