@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px; /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

.home h1, h2, h3, h4, h5, h6
.page-template-page-concept h1, h2, h3, h4, h5, h6,
.page-template-page-program h1, h2, h3, h4, h5, h6,
.page-template-page-price h1, h2, h3, h4, h5, h6,
.page-template-page-trial h1, h2, h3, h4, h5, h6,
.page-template-page-faq h1, h2, h3, h4, h5, h6,
.category-columns h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}
.flex {
  flex-wrap: wrap;
  display: flex;
}
.side_sns_link_block {
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 9999;
  width: 100px;
  bottom: 0;
}
.side_sns_link_block .icon-inner {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.side_sns_link_block .icon-inner .link_list {
  margin-bottom: 22px;
}
.side_sns_link_block .icon-inner .link_list ul li {
  width: 22px;
}
.side_sns_link_block .icon-inner .link_list ul li+li {
  margin-top: 23px;
}
.side_sns_link_block .icon-inner .link_list ul li a {
  display: block;
  width: 100%;
  line-height: 1;
}
.side_sns_link_block .icon-inner .link_list ul li a img {
  width: 100%;
}
.side_sns_link_block .icon-inner .text_box::before {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background-color: #707070;
  margin: 0 auto 19px;
}
.side_sns_link_block .icon-inner .text_box .text {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1024px)  {
  .side_sns_link_block {
    display: none;
  }
}
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
@media screen and (min-width: 835px) {
  .mbpc-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-100 {
    margin-bottom: 100px !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

body {
  color: #3E3A39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (max-width: 834px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

.u-fn-hover {
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .u-fn-hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .u-fn-hover:hover {
    opacity: 0.7;
  }
}

.u-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.u-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.c-fc--white {
  color: white !important;
}
.c-fc--black {
  color: black !important;
}

.c-ft--en {
  font-family: "amiri", sans-serif;
}
.c-ft--jp {
  font-family: "ten-mincho", serif;
}
.c-ft--base {
  font-family: "Noto Sans JP", sans-serif;
}
.c-ft--adventures {
  font-family: "adventures-unlimited", serif;
}

.c-al--c {
  text-align: center !important;
}
.c-al--r {
  text-align: right !important;
}
.c-al--l {
  text-align: left !important;
}

/* ====================================================
Component
==================================================== */
.c-txt__basic {
  font-size: 1.7rem;
  line-height: 1.5882352941;
}
.c-txt__heading {
  text-align: center;
  margin-bottom: 62px;
}
@media screen and (max-width: 834px) {
  .c-txt__heading {
    margin-bottom: 37px;
  }
}

.c-ttl__01 {
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .c-ttl__01 {
    margin-bottom: 20px;
  }
}
.c-ttl__01 .c-ft--adventures {
  font-size: 8rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__01 .c-ft--adventures {
    margin-bottom: 11px;
    display: block;
  }
}
.c-ttl__01 .c-ft--base {
  font-size: 1.3rem;
  display: block;
  padding-bottom: 19px;
  margin: 0 0 0 7px;
}
.c-ttl__02 {
  margin-bottom: 56px;
}
@media screen and (max-width: 834px) {
  .c-ttl__02 {
    margin-bottom: 20px;
  }
}
.c-ttl__02 > * {
  display: block;
  text-align: center;
}
.c-ttl__02 .c-ft--base {
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: -13px;
}
.c-ttl__02 .c-ft--adventures {
  font-size: 3rem;
  color: rgba(87, 146, 196, 0.5);
  opacity: 0.5;
}
.c-ttl__02--sm > * {
  text-align: left;
}
.c-ttl__02--sm .c-ft--base {
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .c-ttl__02--sm .c-ft--base {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl__02--smsp .c-ft--base {
    font-size: 2.5rem;
  }
}
.c-ttl__02--styles02 .c-ft--adventures {
  color: rgba(220, 152, 91, 0.5);
}

.c-btn__viewmore {
  display: inline-block;
  position: relative;
  font-size: 1.7rem;
  color: #3E3A39;
  line-height: 1.2;
  padding: 0 0 0 37px;
  letter-spacing: 1px;
}
.c-btn__viewmore:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/common/arrow-right.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .c-btn__viewmore:hover {
    opacity: 1;
    color: #71B0E6;
  }
  .c-btn__viewmore:hover:before {
    background: url("../img/common/arrow-right-hv.png") no-repeat;
    background-size: 100%;
  }
}
.c-btn__viewmore--white {
  color: white;
}
.c-btn__viewmore--white:before {
  background: url(../img/common/arrow-right-02.png) no-repeat;
  background-size: 100%;
}
.c-btn__sub {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 250px;
  height: 70px;
  font-family: "ten-mincho", serif;
  font-size: 2.3rem;
  color: white;
  background: #5792C4;
  border-radius: 10px;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.c-btn__sub:after {
  content: "";
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.c-btn__sub:hover {
  opacity: 0.7;
}
.c-btn__sub--back:after {
  left: 20px;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.js-scrollin {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  -ms-transform: translate(0, 70px);
  transform: translate(0, 70px);
}
.js-scrollin.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.inner {
  display: block;
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
}
.inner--1010 {
  max-width: 1040px;
}

main {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 87px;
  }
}
@media screen and (max-width: 834px) {
  main {
    padding-top: 60px;
  }
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
  font-size: 1.2rem;
  position: absolute;
  top: 15px;
  left: 15px;
}
.breadcrumb li {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
.breadcrumb li a {
  display: block;
  color: white;
  position: relative;
}
.breadcrumb li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: white;
}
.breadcrumb li a:after {
  content: "";
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  position: absolute;
  top: 6px;
  right: -12px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.breadcrumb li a img {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mv-page__img img {
  width: 100%;
}
.mv-page__ttl {
  display: block;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
}
@media screen and (max-width: 834px) {
  .mv-page__ttl {
    top: 33%;
  }
}
.mv-page__ttl span {
  display: block;
}
.mv-page__ttl .c-ft--base {
  font-size: 1.7rem;
}
.mv-page__ttl .c-ft--jp {
  font-size: 4rem;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  background: white;
  border: 1px solid #B6C4D6;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 1.5rem;
  border-radius: 3px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-webkit-input-placeholder {
  color: #B6C4D6;
}
.form-control:-moz-placeholder {
  color: #B6C4D6;
}
.form-control::-moz-placeholder {
  color: #B6C4D6;
}
.form-control:-ms-input-placeholder {
  color: #B6C4D6;
}

textarea.form-control {
  height: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}
@media screen and (max-width: 834px) {
  textarea.form-control {
    height: 250px;
  }
}

.mw-350 {
  max-width: 350px;
}
@media screen and (max-width: 640px) {
  .mw-350 {
    max-width: 100%;
  }
}

.pure-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .pure-list {
    margin-bottom: 28px;
  }
}
.pure-list li {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .pure-list--radio li {
    width: 100%;
  }
}
.pure-list__input {
  position: relative;
}
.pure-list__input input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.pure-list__input input[type=checkbox] + span:before {
  border: 1px solid #e6eaef;
}
@media screen and (max-width: 834px) {
  .pure-list__input input[type=checkbox] + span:before {
    top: 9px;
  }
}
.pure-list__input input[type=checkbox] + span:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -3px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
      -ms-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
}
.pure-list__input input[type=checkbox]:checked + span {
  padding-left: 27px;
}
.pure-list__input input[type=checkbox]:checked + span:after {
  content: "";
  -webkit-transform: rotate(-45deg) scale(1);
      -ms-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.pure-list__input input[type=checkbox]:checked + span:before {
  -webkit-animation: borderscale 200ms ease-in;
          animation: borderscale 200ms ease-in;
  background: #71B0E6;
}
.pure-list__input input[type=radio] + span:after, .pure-list__input input[type=radio] + span:before {
  border-radius: 50%;
}
.pure-list__input input[type=radio] + span:before {
  border: 5px solid #e6eaef;
  width: 12px;
  height: 12px;
  top: 9px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.pure-list__input input[type=radio] + span:after {
  top: 12px;
  left: 3px;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 834px) {
  .pure-list__input input[type=radio] + span:after {
    top: 12px;
    width: 16px;
    height: 16px;
  }
}
.pure-list__input input[type=radio]:checked + span:before {
  -webkit-animation: borderscale 300ms ease-in;
          animation: borderscale 300ms ease-in;
}
.pure-list__input input[type=radio]:checked + span:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pure-list__input span {
  display: block;
  position: relative;
  padding: 5px 0 5px 33px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  letter-spacing: 0.04em;
}
.pure-list__input span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 3px solid #e6eaef;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  background: white;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.pure-list__input span:after {
  content: "";
  background-color: #71B0E6;
  position: absolute;
  top: 12px;
  left: 2px;
  width: 17px;
  height: 17px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 999;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 1024px) {
  #header {
    padding: 15px;
  }
}
#header .header-logo {
  display: block;
  width: 195px;
}
@media screen and (max-width: 834px) {
  #header .header-logo {
    width: 100px;
  }
}
#header .header-nav {
  width: calc(100% - 195px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #header .header-nav {
    display: none;
    position: absolute;
    top: 87px;
    left: 0;
    width: 100%;
    height: calc(100vh - 59px);
    padding: 0 20px 150px;
    overflow-y: scroll;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(87, 146, 196, 0.93)), to(rgba(233, 195, 227, 0.93)));
    background-image: -o-linear-gradient(top, rgba(87, 146, 196, 0.93) 10%, rgba(233, 195, 227, 0.93));
    background-image: linear-gradient(to bottom, rgba(87, 146, 196, 0.93) 10%, rgba(233, 195, 227, 0.93));
    -webkit-backdrop-filter: blur(3px) opacity(0.93);
            backdrop-filter: blur(3px) opacity(0.93);
    background-size: cover;
    background-position: center center;
  }
  #header .header-nav.active {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  #header .header-nav {
    top: 59px;
  }
}
#header .header-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 300px);
  padding: 0 50px 0 0;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
#header .header-nav__menu-item {
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item {
    padding: 0;
  }
}
#header .header-nav__menu-item a {
  color: #3E3A39;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: white;
    border-bottom: 1px solid white;
    padding: 15px 0;
  }
}
#header .header-nav__menu-item a span {
  display: block;
  text-align: center;
}
#header .header-nav__menu-item a .c-ft--en {
  font-size: 1.9rem;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item a .c-ft--en {
    margin: 0 10px 0 0;
  }
}
#header .header-nav__menu-item a .c-ft--base {
  font-size: 1.3rem;
}
#header .header-nav__menu-item a:hover {
  opacity: 1;
  color: #71B0E6;
}
#header .header-nav__other {
  display: none;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__other {
    display: block;
  }
  #header .header-nav__other li {
    margin-bottom: 13.5px;
  }
  #header .header-nav__other li:nth-child(3) {
    margin-bottom: 7.5px;
  }
  #header .header-nav__other li:last-of-type {
    margin-bottom: 0;
  }
  #header .header-nav__other li a {
    display: block;
    padding: 7px 15px;
    color: white;
    font-size: 1.7rem;
    position: relative;
  }
  #header .header-nav__other li a:before {
    content: "";
    border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: 17px;
    left: 0;
  }
  #header .header-nav__other li a.header-instagram {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .header-nav__other li a.header-instagram:before {
    display: none;
  }
  #header .header-nav__other li a.header-instagram img {
    display: block;
    margin: 2px 6px 0 0;
  }
}
#header .header-nav__sns {
  width: 300px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__sns {
    width: auto;
    margin: 0 -20px;
    width: calc(100% + 20px);
    position: fixed;
    bottom: -125px;
    left: 0;
    right: 0;
  }
}
#header .header-nav__sns-item {
  width: 50%;
}
#header .header-nav__sns-item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
  line-height: 1;
  height: 100px;
  padding: 0 5px 0 0;
}
@media screen and (max-width: 834px) {
  #header .header-nav__sns-item a {
    height: 60px;
  }
}
#header .header-nav__sns-item a span {
  display: block;
}
#header .header-nav__sns-item a .box {
  position: relative;
  padding: 0 0 0 28px;
}
#header .header-nav__sns-item a .box:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#header .header-nav__sns-item a .c-ft--en {
  font-size: 1.9rem;
}
#header .header-nav__sns-item a .c-ft--base {
  font-size: 1.3rem;
}
#header .header-nav__sns--line {
  background: #74C77C;
}
#header .header-nav__sns--line .box:before {
  width: 20px;
  height: 20px;
  background: url("../img/common/line.png") no-repeat;
  background-size: 100%;
}
#header .header-nav__sns--contact {
  background: rgb(87, 146, 196);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(87, 146, 196)), to(rgb(105, 177, 236)));
  background: -o-linear-gradient(top, rgb(87, 146, 196) 0%, rgb(105, 177, 236) 100%);
  background: linear-gradient(180deg, rgb(87, 146, 196) 0%, rgb(105, 177, 236) 100%);
}
#header .header-nav__sns--contact .box:before {
  width: 19px;
  height: 15px;
  background: url("../img/common/mail.png") no-repeat;
  background-size: 100%;
}
#header .header-sns {
  display: none;
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  #header .header-sns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#header .header-sns li {
  border-right: 1px solid #5792C4;
  padding: 0 20px;
}
#header .header-sns li:last-child {
  border-right: none;
}
#header .js-mobile {
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 12;
  display: none;
  background: rgba(230, 234, 239, 0.5);
}
@media screen and (max-width: 1024px) {
  #header .js-mobile {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
#header .js-mobile span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 2px;
  background: #5792C4;
  border-radius: 3px;
}
#header .js-mobile span:before, #header .js-mobile span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5792C4;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 3px;
}
#header .js-mobile span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
      transform: translateY(-250%);
  top: -1px;
}
#header .js-mobile span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
      transform: translateY(250%);
  bottom: -1px;
}
#header .js-mobile--close span {
  background-color: transparent;
}
#header .js-mobile--close span:before, #header .js-mobile--close span:after {
  width: 100%;
  background: #5792C4;
}
#header .js-mobile--close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 2px;
}
#header .js-mobile--close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

.js-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.js-locked body {
  -webkit-overflow-scrolling: auto;
}

#footer {
  background: #e6eaef;
  padding: 79.2px 0 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  #footer {
    padding: 42px 0 70px;
  }
}
#footer .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  #footer .inner {
    padding: 0 25px;
  }
}
#footer a {
  color: #3E3A39;
}
#footer .footer-note {
  width: 450px;
  font-size: 1.5rem;
  padding: 0 15px 0 0;
  display: flex;
  align-items: end;
}
#footer .footer-note {
  width: 450px;
  font-size: 1.5rem;
  padding: 0 15px 0 0;
}
#footer .footer-note dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 9px;
}
@media screen and (max-width: 834px) {
  #footer .footer-note dl {
    margin-bottom: 0;
  }
}
#footer .footer-note dl dt {
  width: 90px;
  position: relative;
  font-weight: 400;
}
#footer .footer-note dl dt:after {
  content: "";
  width: 25px;
  height: 2px;
  background: url("../img/common/dots.png") repeat-x;
  position: absolute;
  top: 12px;
  right: 0;
}
#footer .footer-note dl dd {
  width: calc(100% - 90px);
  padding: 0 0 0 10px;
}
@media screen and (max-width: 834px) {
  #footer .footer-note dl dd {
    line-height: 2;
    position: relative;
    top: -4px;
  }
}
#footer .footer-note p {
  margin-bottom: 21px;
}
#footer .footer-menu {
  width: calc(100% - 450px);
  font-size: 1.7rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4px 0 0 0;
}
@media screen and (max-width: 834px) {
  #footer .footer-menu {
    display: none;
  }
}
#footer .footer-menu__item {
  width: 33.333%;
}
#footer .footer-menu__item ul li:not(:last-child) {
  margin-bottom: 22px;
}
#footer .footer-menu__item ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-menu__item ul li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 13px;
}
#footer .footer-menu__item:last-child ul li:not(:last-child) {
  margin-bottom: 37.5px;
}
#footer .footer-menu__item:last-child ul li:nth-child(3) {
  margin-bottom: 39.5px;
}
@media screen and (min-width: 835px) {
  #footer .footer-menu__item ul li a {
    height: 33px;
  }
}
#footer .footer-menu__item ul li a span {
  display: block;
  margin: 0 13px 0 0;
}
#footer .footer-menu__item ul li a span:last-child {
  margin-right: 0;
}
#footer .footer-menu__item ul li a .c-ft--en {
  font-size: 1.9rem;
}
@media screen and (min-width: 835px) {
  #footer .footer-menu__item ul li a .c-ft--en {
    height: 100%;
  }
}
#footer .footer-menu__item ul li a .c-ft--base {
  font-size: 1.3rem;
}
#footer .footer-menu__item ul li a:before {
  content: "";
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .footer-menu__item ul li a:hover {
  color: #71B0E6;
  opacity: 1;
}
#footer .footer-menu__item ul li a:hover:before {
  border: solid #71B0E6;
  border-width: 0 1px 1px 0;
  display: inline-block;
}
#footer .footer-instagram {
  padding: 0 !important;
}
#footer .footer-instagram:before {
  display: none !important;
}
#footer .footer-instagram img {
  display: block;
  margin: 2px 6px 0 0;
}
#footer .footer-logo {
  display: block;
  width: 185px;
  margin-bottom: 22px;
}
#footer .footer-tel {
  display: block;
  width: 184px;
  margin-bottom: 6px;
  position: relative;
}
#footer .footer-tel:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/common/tel-hv.png") no-repeat;
  background-size: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .footer-tel img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .footer-tel:hover {
  opacity: 1;
}
#footer .footer-tel:hover:before {
  opacity: 1;
  visibility: visible;
}
#footer .footer-tel:hover img {
  opacity: 0;
  visibility: hidden;
}
#footer .copyright {
  font-size: 1.5rem;
  color: white;
  background: #5792C4;
  padding: 5px 15px;
  margin-top: 71px;
}
@media screen and (max-width: 834px) {
  #footer .copyright {
    font-size: 1.3rem;
    padding: 6px 15px;
    margin: 40px 15px 15px;
    border-radius: 20px;
  }
}

.links-items {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .links-items {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .links-items li {
    width: 50%;
  }
}
.links-items li a {
  display: block;
  font-size: 2.3rem;
  line-height: 1.2;
  background: #E6EAEF;
  color: #3E3A39;
  padding: 10px 50px 10px 20px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .links-items li a {
    font-size: 1.9rem;
    padding: 10px;
  }
}
.links-items li a:after {
  content: "";
  border: solid #3e3a39;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 30px;
}
.links-items li a small {
  display: block;
  font-size: 1.7rem;
}
.links-items li a small span {
  font-size: 1.4rem;
  background: #346187;
  display: inline-block;
  margin: 0 0 2px 34px;
  width: 44px;
}
@media screen and (max-width: 834px) {
  .links-items li a small span {
    margin: 0 0 3px 8px;
    position: relative;
    top: -2px;
  }
}
.links-items li a:hover {
  opacity: 1;
  color: #71B0E6;
  background: #F6F6F6;
}
.links-items li:nth-child(1) a {
  color: white !important;
  background: #5792C4;
}
.links-items li:nth-child(1) a:after {
  border: solid white;
  border-width: 0 1px 1px 0;
}
.links-items li:nth-child(1) a:hover {
  background: #71B0E6;
}

@media screen and (max-width: 834px) {
  .page-index .c-al--r {
    text-align: center !important;
  }
}

.mv-img img {
  width: 100%;
  /* height: calc(100vh - 100px); */
  aspect-ratio: 1440 / 810;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .mv-img img {
  aspect-ratio: 375 / 800;
  }
}
.mv-heading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
  max-width: 645px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .mv-heading {
    max-width: 346px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: 100px;
  }
}
@media screen and (max-width: 540px) {
  .mv-heading {
    top: 35%;
    left: 0;
    right: 0;
  }
}
.mv-items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .mv-items {
    display: block;
    max-width: 345px;
    /* bottom: 70px; */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(87, 146, 196, 0.75)), to(rgba(233, 195, 227, 0.75)));
    background-image: -o-linear-gradient(top, rgba(87, 146, 196, 0.75) 10%, rgba(233, 195, 227, 0.75));
    background-image: linear-gradient(to bottom, rgba(87, 146, 196, 0.75) 10%, rgba(233, 195, 227, 0.75));
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    text-align: center;
    padding: 17px 0;
    border-radius: 30px 0 30px;
  }
  .mv-items.sp img {
    width: 85.5%;
    height: auto;
  }
}
.mv-items li {
  width: 12%;
  margin-right: 12px;
}

.sec-banner {
  padding: 79px 0;
}
@media screen and (max-width: 834px) {
  .sec-banner {
    padding: 79px 0 33px;
  }
}

.banner-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: center;
}
.banner-block__item {
  display: block;
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .banner-block__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .banner-block__item:last-child {
    margin-bottom: 0;
  }
}
.banner-block .box {
  display: block;
  position: relative;
}
.banner-block .box img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-block .box .img-02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.banner-block .box:hover .img-01 {
  opacity: 0.7;
}
/* .banner-block .box:hover .img-02 {
  opacity: 1;
  visibility: visible;
} */

.sec-news {
  padding: 33px 0 137px;
}
@media screen and (max-width: 834px) {
  .sec-news {
    padding: 33px 0 107px;
  }
  .sec-news .inner {
    padding: 0 23px;
  }
}
@media screen and (min-width: 835px) {
  .sec-news .c-ttl__01 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news-list {
  max-width: 840px;
  margin: 0 auto 66px;
}
@media screen and (max-width: 834px) {
  .news-list {
    margin: 0 auto 47px;
  }
}
.news-list__item {
  margin-bottom: 18px;
}
@media screen and (max-width: 834px) {
  .news-list__item {
    margin-bottom: 0;
  }
}
.news-list__item:last-child {
  margin-bottom: 0;
}
.news-list__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  color: #3E3A39;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  .news-list__item a {
    border-bottom: 1px dotted #B6C4D6;
    padding: 14px 0;
  }
}
.news-list__item a .date {
  display: block;
  width: 180px;
}
@media screen and (max-width: 834px) {
  .news-list__item a .date {
    width: 100%;
    margin-bottom: 10px;
  }
}
.news-list__item a p {
  width: calc(100% - 180px);
}
@media screen and (max-width: 834px) {
  .news-list__item a p {
    width: 100%;
  }
}

.sec-about {
  background: url("../img/index/about-bg-2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .sec-about {
    background: url("../img/index/about-bg-sp.png") no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.about-block {
  position: relative;
  padding: 163px 15px 159px;
  margin: 0 auto;
  max-width: 1532px;
}
@media screen and (max-width: 834px) {
  .about-block {
    padding: 70px 33px 96px;
  }
}
.about-block__item {
  position: absolute;
  top: -71px;
  left: -37px;
  right: -52px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .about-block__item {
    position: static;
    margin: 0 -75px 17px;
  }
}
.about-block__content {
  font-size: 1.7rem;
  line-height: 2.0588235294;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .about-block__content {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.about-block__content-ttl {
  display: block;
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 63px;
}
@media screen and (max-width: 834px) {
  .about-block__content-ttl {
    font-size: 2.5rem;
    line-height: 1.36;
    margin-bottom: 2px;
  }
}
.about-block__content-ttl img {
  display: block;
  margin: 45px auto;
}
@media screen and (max-width: 834px) {
  .about-block__content-ttl img {
    width: 309px;
    margin: 27px auto 30px;
  }
}
.about-block__content p {
  margin-bottom: 27px;
}
.about-block__content p:last-child {
  margin-bottom: 0;
}

.sec-concept {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 135px 0;
}
@media screen and (max-width: 834px) {
  .sec-concept {
    padding: 98px 0 96px;
  }
}

.concept-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 98px;
}
@media screen and (max-width: 834px) {
  .concept-list {
    margin: 0 -5px 43px;
    padding: 0 9px;
  }
}
.concept-list__item {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .concept-list__item {
    width: 50%;
    margin-bottom: 10px;
  }
}
.concept-list__item img {
  width: 100%;
  border-radius: 10px;
}
.concept-list__pc {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.concept-list__box {
  width: calc(50% - 30px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.concept-list__box .concept-list__item {
  width: 50%;
}

.sec-program {
  padding: 42px 0;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .sec-program {
    padding: 42px 0 41vw;
  }
}

.program-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px 74px;
}
@media screen and (max-width: 834px) {
  .program-list {
    padding: 0 7px;
  }
}
.program-list__item {
  width: 33.333%;
  padding: 0 13px;
}
@media screen and (max-width: 640px) {
  .program-list__item {
    width: 100%;
    margin-bottom: 59px;
  }
  .program-list__item:last-child {
    margin-bottom: 0;
  }
}
.program-list__img {
  margin-bottom: 46px;
}
@media screen and (max-width: 834px) {
  .program-list__img {
    margin-bottom: 25px;
  }
}
.program-list__img img {
  width: 100%;
  border-radius: 10px;
}
.program-list__ct {
  text-align: center;
}
.program-list__ct-ttl {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (max-width: 834px) {
  .program-list__ct-ttl {
    margin-bottom: 5px;
  }
}

.sec-price {
  color: white;
  padding: 15vw 0 18vw;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .sec-price {
    padding: 0;
    background: #5792C4;
  }
  .sec-price .c-ttl__01 .c-ft--adventures {
    margin-bottom: 0;
  }
}
.sec-price:before {
  content: "";
  position: absolute;
  top: -14vw;
  left: 0;
  right: 0;
  bottom: -14vw;
  background: url(../img/index/price-bg.png) no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media screen and (max-width: 834px) {
  .sec-price:before {
    background: url(../img/index/price-bf.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    bottom: calc(100% - 11vw);
    top: auto;
  }
}
@media screen and (max-width: 834px) {
  .sec-price:after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    background: url(../img/index/price-af.png) no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .sec-price:before, .sec-price:after {
    height: 50vw;
  }
}
.sec-price .inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .sec-price .inner {
    padding: 0 25px;
  }
}
@media screen and (min-width: 835px) {
  .sec-price .c-txt__heading {
    margin-bottom: 105px;
  }
}

.price-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 910px;
  margin: 0 auto 71px;
}
@media screen and (max-width: 640px) {
  .price-list {
    max-width: 306px;
  }
}
.price-list__item {
  width: 33.333%;
  padding: 0 16px;
}
@media screen and (max-width: 640px) {
  .price-list__item {
    width: 100%;
    margin-bottom: 19px;
  }
  .price-list__item:last-child {
    margin-bottom: 0;
  }
}

.sec-trial {
  padding: 2vw 0 45vw;
}
@media screen and (max-width: 834px) {
  .sec-trial {
    padding: 47vw 0 45vw;
  }
}
.sec-trial:before {
  content: "";
  position: absolute;
  top: -40vw;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E6EAEF;
}
.sec-trial:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 41vw;
  background: url("../img/index/trial-bg.png") no-repeat;
  background-size: cover;
  background-position: top center;
}
.sec-trial .inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .sec-trial .inner {
    padding: 0 25px;
  }
}

.trial-block {
  background: url("../img/index/trial-img.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  border-radius: 10px;
  padding: 67px 15px 33px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .trial-block {
    background: url("../img/index/trial-img-sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 35px 0 27px;
  }
}
.trial-block__ttl {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
@media screen and (max-width: 834px) {
  .trial-block__ttl {
    font-size: 3rem;
    line-height: 1.3333333333;
    margin-bottom: 24px;
  }
}
.trial-block__ttl span {
  color: #DC985B;
}
@media screen and (max-width: 834px) {
  .trial-block__ttl span {
    display: block;
  }
}
.trial-block p {
  max-width: 642px;
  margin: 0 auto;
  background: rgba(49, 86, 117, 0.77);
  padding: 19px;
}

.trial-other {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .trial-other {
    display: block;
  }
}
.trial-other li {
  margin: 0 30px;
}
@media screen and (max-width: 640px) {
  .trial-other li {
    margin: 0 0 30px;
  }
  .trial-other li:last-child {
    margin-bottom: 0;
  }
}
.trial-other li a {
  font-size: 1.7rem;
  line-height: 1.2352941176;
  color: #3E3A39;
  position: relative;
  padding: 0 0 0 39px;
  display: block;
  letter-spacing: 1px;
}
.trial-other li a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/common/arrow-right.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.trial-other li a:hover {
  color: #71B0E6;
}
.trial-other li a:hover:before {
  background: url("../img/common/arrow-right-hv.png") no-repeat;
  background-size: 100%;
}

.sec-column {
  padding: 0 0 78px;
  margin: -21vw 0 0;
}
@media screen and (max-width: 834px) {
  .sec-column {
    margin: 0;
  }
  .sec-column .inner {
    padding: 0 25px;
  }
}

.column-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px 71px;
}
.column-list__item {
  width: 33.333%;
  padding: 0 13px;
}
@media screen and (max-width: 640px) {
  .column-list__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .column-list__item:last-child {
    margin-bottom: 0;
  }
}
.column-list__img {
  margin-bottom: 18px;
}
@media screen and (max-width: 834px) {
  .column-list__img {
    margin-bottom: 13px;
  }
}
.column-list__img img {
  width: 100%;
  border-radius: 10px;
}
.column-list__ct-time {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 13px;
}
.column-list__ct a {
  color: #3e3a39;
}

.sec-contact {
  padding: 100px 0;
}
@media screen and (max-width: 834px) {
  .sec-contact {
    padding: 53px 0 100px;
  }
}

.contact-block {
  width: 100%;
  aspect-ratio: 700 / 223;
  max-width: 700px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 73px;
}
@media screen and (max-width: 834px) {
  .contact-block {
    margin-bottom: 18px;
    aspect-ratio: 325 / 160;
  }
}
.contact-block__item {
  width: 50%;
  height: 370px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .contact-block__item {
    width: 100%;
    height: 160px;
  }
}
.contact-block__tel {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: url(../img/common/contact-block-bg.jpg) no-repeat left top / 100%;
  border-radius: 10px;
}
.contact-block__tel img {
  width: 282px;
}
.contact-block__tel:hover {
  background: url(../img/common/contact-block-bg-hover.jpg) no-repeat left top / 100%;
  opacity: initial;
}
@media screen and (max-width: 834px) {
  .contact-block__tel {
    background: url(../img/common/contact-block-bg-sp.jpg) no-repeat left top / 100%;

    /* background-image:url(../img/common/contact-block-bg-sp.jpg),url(../img/common/contact-block-bg-sp-hover.jpg);
    background-size: 100%,0 0;
    &:hover{
      background-size:0 0,100%;
    } */
  }
  .contact-block__tel:hover {
    background: #71B0E6 url(../img/common/contact-block-bg-sp-hover.jpg) no-repeat left top / 100%;
    opacity: initial;
  }
}

.contact-block-text{

}
.contact-block-text .mail{
  display: inline-block;
  width: 28px;
  height: auto;
  margin-right: 6px;
}
.contact-block-text .text{
  display: inline-block;
  width: 134px;
  height: auto;
}
.contact-block-sub-text{
  font-size: 17px;
  color: #fff;
  line-height: 20px;
  letter-spacing: 0.04em;
}


.contact-block__mail {
  color: white;
  line-height: 1.3;
}
.contact-block__mail:hover {
  opacity: 1;
  background: #71B0E6;
}
.contact-block__mail span {
  display: block;
  position: relative;
}
.contact-block__mail > span {
  padding: 0 0 0 35px;
}
.contact-block__mail > span:before {
  content: "";
  width: 27px;
  height: 22px;
  background: url("../img/common/mail.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 14px;
  left: 0;
}
.contact-block__mail .c-ft--en {
  font-size: 4rem;
}
.contact-block__mail small {
  display: block;
  font-size: 1.7rem;
}

.contact-note {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2.1rem;
  line-height: 1.4761904762;
  max-width: 888px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .contact-note {
    font-size: 1.7rem;
    line-height: 1.8235294118;
    padding: 0 10px;
  }
}
.contact-note p {
  width: calc(100% - 210px);
  padding: 0 15px 0 0;
}
@media screen and (max-width: 834px) {
  .contact-note p {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}
.contact-note__btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 210px;
  height: 54px;
  line-height: 1;
  color: white;
  background: #5792C4;
  font-size: 1.7rem;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  padding: 0 0 0 23px;
  letter-spacing: 1px;
}
.contact-note__btn:hover {
  color: #fff;
}
@media screen and (max-width: 834px) {
  .contact-note__btn {
    margin: 0 auto;
  }
}
.contact-note__btn .c-ft--en {
  font-size: 2.5rem;
  display: inline-block;
  margin: 0 5px 0 0;
}
.contact-note__btn .c-ft--en small {
  font-size: 1.7rem;
}
.contact-note__btn:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../img/common/cmt.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
.contact-note__btn:hover {
  opacity: 1;
  background: #71B0E6;
}

.sec-maps iframe {
  width: 100% !important;
  height: 400px !important;
}

.contact-page {
  background: white;
  margin: -65px 0 0;
  padding: 40px 15px 150px;
}
@media screen and (max-width: 834px) {
  .contact-page {
    margin: -135px 0 0;
  }
}
.contact-page__ttl {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-page__note {
  margin-bottom: 30px;
}
.contact-page__note-text {
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .contact-page__note-text {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.contact-page__note-text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .contact-page__note-text p {
    margin-bottom: 20px;
  }
}
.contact-page__note-text--thanks {
  margin-bottom: 60px;
}
.contact-page__note-text--thanks p {
  margin-bottom: 20px;
}
.contact-page .contact-note {
  border: 1px solid #B6C4D6;
  background: #E6EAEF;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  padding: 15px 20px;
  max-width: 768px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 834px) {
  .contact-page .contact-note {
    font-size: 1.4rem;
  }
}
.contact-page .note {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.6153846154;
  color: white;
  border-radius: 2px;
  background: rgb(193, 134, 222);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(193, 134, 222)), to(rgb(233, 195, 210)));
  background: -o-linear-gradient(top, rgb(193, 134, 222) 0%, rgb(233, 195, 210) 100%);
  background: linear-gradient(180deg, rgb(193, 134, 222) 0%, rgb(233, 195, 210) 100%);
  padding: 1px 5px 3px;
  margin: 0 7px 0 0;
  line-height: 1.23;
  letter-spacing: 0;
}
.contact-page__tel {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 400px;
  height: 142px;
  padding: 15px;
  background: url("../img/contact/contact-page-img.jpg") no-repeat;
  background-size: cover;
  margin: 0 auto 35px;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .contact-page__tel {
    height: 116px;
  }
}
.contact-page__tel img {
  width: 284px;
}
@media screen and (max-width: 834px) {
  .contact-page__tel img {
    width: 227px;
  }
}

.contact-block-form {
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .contact-block-form {
    font-size: 1.4rem;
  }
}

.contact-form {
  border: 1px solid #B6C4D6;
  padding: 50px 40px;
}
@media screen and (max-width: 834px) {
  .contact-form {
    border: none;
    padding: 0;
  }
}
.contact-form__item {
  margin-bottom: 30px;
}
.contact-form__item:last-child {
  margin-bottom: 0;
}
.contact-form__item dt {
  font-size: 1.9rem;
  font-weight: 400;
  border-bottom: 2px solid #E6EAEF;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 834px) {
  .contact-form__item dt {
    font-size: 1.6rem;
  }
}
.contact-form__item dt small {
  font-size: 1.3rem;
}
.contact-form__item dt .note {
  font-weight: 400;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 834px) {
  .contact-form__item {
    font-size: 1.6rem;
  }
}
.contact-form__check {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.contact-form__check a {
  color: #3E3A39;
  position: relative;
  z-index: 1;
}
.contact-form__sub {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-form__sub .c-btn__sub {
  margin: 0 15px 15px;
}

.mw_wp_form_confirm .contact-block-form--note {
  display: none;
}
.mw_wp_form_confirm .contact-form__item dt span {
  display: none;
}

.page-faq .mv-page__ttl .c-ft--jp {
  margin-bottom: 10px;
}

.faq-block {
  background: white;
  margin: -65px 0 0;
  padding: 40px;
}
@media screen and (max-width: 834px) {
  .faq-block {
    margin: -135px 0 0;
    padding: 20px;
  }
}
.faq-block__ttl {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  background: #E6EAEF;
  border-radius: 4px;
  padding: 8px 15px;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .faq-block__ttl {
    font-size: 1.9rem;
  }
}
.faq-block__item {
  margin-bottom: 90px;
}
@media screen and (max-width: 834px) {
  .faq-block__item {
    margin-bottom: 60px;
  }
}
.faq-block__item:last-child {
  margin-bottom: 0;
}
.faq-block__item dl {
  letter-spacing: 0.04em;
  margin-bottom: 55px;
}
@media screen and (max-width: 834px) {
  .faq-block__item dl {
    margin-bottom: 40px;
  }
}
.faq-block__item dl:last-child {
  margin-bottom: 0;
}
.faq-block__item dl dt {
  position: relative;
  padding: 0 0 0 50px;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .faq-block__item dl dt {
    padding: 0 0 0 38px;
    font-size: 1.7rem;
    line-height: 1.4705882353;
    margin-bottom: 20px;
  }
}
.faq-block__item dl dt:before {
  content: "";
  width: 42px;
  height: 45px;
  background: url(../img/faq/Q.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -12px;
  left: 0;
}
@media screen and (max-width: 834px) {
  .faq-block__item dl dt:before {
    top: -4px;
    width: 30px;
    height: 32px;
  }
}
.faq-block__item dl dd {
  position: relative;
  padding: 0 0 0 60px;
  font-size: 1.7rem;
  line-height: 1.5882352941;
}
@media screen and (max-width: 834px) {
  .faq-block__item dl dd {
    padding: 0 0 0 38px;
    font-size: 1.6rem;
    line-height: 1.5625;
  }
}
.faq-block__item dl dd:before {
  content: "";
  width: 31px;
  height: 31px;
  background: url(../img/faq/A.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -2px;
  left: 20px;
}
@media screen and (max-width: 834px) {
  .faq-block__item dl dd:before {
    left: 0;
    width: 30px;
    height: 30px;
  }
}

.mv-page__concept {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  line-height: 1.4666666667;
  font-family: "ten-mincho", serif;
  letter-spacing: 3px;
}
@media screen and (max-width: 834px) {
  .mv-page__concept {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding: 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .mv-page__concept {
    text-align: left;
    top: 37%;
  }
}
@media screen and (max-width: 640px) {
  .mv-page__concept span {
    display: block;
  }
}
.mv-page__concept span span {
  font-size: 6rem;
  position: relative;
  padding: 0 20px;
  letter-spacing: 6px;
  line-height: 2.2;
  margin-right: 15px;
}
@media screen and (max-width: 834px) {
  .mv-page__concept span span {
    display: inline-block;
    font-size: 3.8rem;
    line-height: 1.4871794872;
    letter-spacing: 3px;
    margin-right: 12px;
  }
}
.mv-page__concept span span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../img/concept/before.png) no-repeat center/100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .mv-page__concept span span:before {
    width: 25px;
    height: 25px;
  }
}
.mv-page__concept span span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../img/concept/before.png) no-repeat center/100%;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 834px) {
  .mv-page__concept span span:after {
    width: 25px;
    height: 25px;
  }
}

.concept-intro {
  max-width: 966px;
  width: 92%;
  margin: 0 auto;
  padding: 23px 48px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  letter-spacing: 2.8px;
  font-size: 1.9rem;
  line-height: 2.1052631579;
  margin-bottom: 115px;
}
@media screen and (max-width: 834px) {
  .concept-intro {
    font-size: 1.6rem;
    line-height: 1.5625;
    padding: 8px 20px;
    letter-spacing: 1px;
    margin-bottom: 112px;
    margin-top: -140px;
  }
}
.concept-intro p {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
  letter-spacing: 2.8px;
  line-height: 2.5;
}
@media screen and (max-width: 834px) {
  .concept-intro p {
    line-height: 1.5625;
    letter-spacing: 0.5px;
  }
}
.concept-intro p:last-of-type {
  margin-bottom: 0;
}
.concept-intro:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 104%;
  height: 100%;
  background: url(../img/concept/bg-blur.png) no-repeat top center/100%;
  top: -9%;
  left: -2%;
}
@media screen and (max-width: 834px) {
  .concept-intro:before {
    background: url(../img/concept/bg-blur-sp.png) no-repeat top/100% 100%;
    top: -40px;
    left: -6%;
    width: 112%;
  }
}

.concept-page__txt-intro {
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.6315789474;
  margin-bottom: 70px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 834px) {
  .concept-page__txt-intro {
    margin-bottom: 56px;
  }
}
.concept-page__list {
  margin-bottom: 92px;
}
@media screen and (max-width: 834px) {
  .concept-page__list {
    max-width: 650px;
    margin: 0 auto 74px;
  }
}
.concept-page__list-ttl {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 32px;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  .concept-page__list-ttl {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 23px;
  }
}
.concept-page__list-img {
  width: 46.5%;
}
@media screen and (max-width: 834px) {
  .concept-page__list-img {
    max-width: 288px;
    width: 100%;
    margin: 0 auto 38px;
  }
}
.concept-page__list-ct {
  width: 53.5%;
  padding-left: 60px;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 834px) {
  .concept-page__list-ct {
    width: calc(100% - 288px);
    padding-left: 30px;
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .concept-page__list-ct {
    width: 100%;
    padding-left: 0;
  }
}
.concept-page__list-desc {
  max-width: 350px;
  margin: 0 auto;
  line-height: 1.82;
  position: relative;
  left: 9px;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  .concept-page__list-desc {
    font-size: 1.6rem;
    line-height: 1.875;
    left: 0;
    padding: 0 9px;
    letter-spacing: 0;
  }
}
.concept-page__list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .concept-page__list-item {
    margin-bottom: 57px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.concept-page__list-item:nth-child(even) .concept-page__list-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 834px) {
  .concept-page__list-item:nth-child(even) .concept-page__list-img {
    max-width: 304px;
  }
}
@media screen and (max-width: 640px) {
  .concept-page__list-item:nth-child(even) .concept-page__list-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 27px;
  }
}
.concept-page__list-item:nth-child(even) .concept-page__list-ct {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 44px;
  padding-right: 80px;
  top: 27px;
}
@media screen and (max-width: 834px) {
  .concept-page__list-item:nth-child(even) .concept-page__list-ct {
    width: calc(100% - 304px);
    padding-left: 15px;
    padding-right: 15px;
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .concept-page__list-item:nth-child(even) .concept-page__list-ct {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
    padding-right: 0;
  }
}
.concept-page__bottom {
  position: relative;
  padding-bottom: 47px;
}
@media screen and (max-width: 834px) {
  .concept-page__bottom {
    padding-bottom: 55px;
  }
}
.concept-page__bottom .inner {
  position: relative;
  z-index: 2;
  max-width: 995px;
}
.concept-page__bottom:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 47.7%;
  background: #E6EAEF;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .concept-page__bottom:after {
    height: 90%;
  }
}
.concept-page__bottom-txt-lead {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.6;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  .concept-page__bottom-txt-lead {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 23px;
  }
}
.concept-page__bottom-img {
  max-width: 922px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .concept-page__bottom-img {
    width: 94%;
    margin-bottom: 36px;
  }
}
.concept-page__bottom-desc {
  line-height: 1.82;
  letter-spacing: 0.7px;
  margin-bottom: 36px;
}
@media screen and (max-width: 834px) {
  .concept-page__bottom-desc {
    font-size: 1.6rem;
    line-height: 1.875;
    padding: 0 7px;
  }
}

.feature-page {
  padding: 112px 0 77px;
}
@media screen and (max-width: 834px) {
  .feature-page {
    padding: 70px 0 37px;
  }
}
.feature-page__ttl {
  margin-bottom: 90px;
}
@media screen and (max-width: 834px) {
  .feature-page__ttl {
    margin-bottom: 54px;
  }
}
.feature-page__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 45px;
}
@media screen and (max-width: 990px) {
  .feature-page__list {
    gap: 0 20px;
  }
}
@media screen and (max-width: 834px) {
  .feature-page__list {
    grid-template-columns: 1fr;
    gap: 60px 0;
    max-width: 450px;
    margin: 0 auto;
  }
}
.feature-page__list-item {
  position: relative;
}
.feature-page__list-item:nth-child(1) {
  background: url(../img/concept/after-01.png) no-repeat top center/84% 82%;
}
.feature-page__list-item:nth-child(2) {
  background: url(../img/concept/after-02.png) no-repeat top center/84% 82%;
}
.feature-page__list-item:nth-child(3) {
  background: url(../img/concept/after-03.png) no-repeat top center/84% 82%;
}
.feature-page__list-heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 7px;
  padding-left: 27px;
}
@media screen and (max-width: 834px) {
  .feature-page__list-heading {
    padding-left: 7px;
    margin-bottom: 0;
  }
}
.feature-page__list-number {
  font-family: "adventures-unlimited", serif;
  font-size: 10rem;
  line-height: 1;
  width: 40px;
}
@media screen and (max-width: 990px) {
  .feature-page__list-number {
    font-size: 9rem;
  }
}
@media screen and (max-width: 834px) {
  .feature-page__list-number {
    font-size: 9.3rem;
    position: relative;
    top: -7px;
    left: 5px;
  }
}
.feature-page__list-ttl {
  width: calc(100% - 40px);
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 400;
  padding-left: 20px;
}
@media screen and (max-width: 990px) {
  .feature-page__list-ttl {
    font-size: 1.8rem;
    padding-left: 10px;
  }
}
@media screen and (max-width: 834px) {
  .feature-page__list-ttl {
    font-size: 2rem;
    line-height: 1.5;
    padding-left: 20px;
  }
}
.feature-page__list-desc {
  line-height: 1.82;
  margin-bottom: 26px;
  letter-spacing: 1px;
  padding: 0 5px;
}
@media screen and (max-width: 834px) {
  .feature-page__list-desc {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 21px;
  }
}
.feature-page__list-img {
  padding: 0 3px;
}
@media screen and (max-width: 834px) {
  .feature-page__list-img {
    padding: 0 10px;
  }
}

.price-intro {
  background: url(../img/price/purple.jpg) no-repeat center/cover;
}
@media screen and (max-width: 834px) {
  .price-intro {
    background: url(../img/price/purple-sp.jpg) no-repeat center/cover;
  }
}
.price-intro__img {
  max-width: 839px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -87px;
}
@media screen and (max-width: 834px) {
  .price-intro__img {
    width: 387px;
    top: -171px;
    margin-bottom: -113px;
  }
}

.price-main {
  background: #E4F0F9;
  padding: 83px 0 190px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .price-main {
    padding: 45px 0 80px;
  }
}
.price-main:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 80vw;
  background: url(../img/price/before-01.png) no-repeat;
  top: 0;
  background-size: 100%;
  right: 0;
}
@media screen and (max-width: 834px) {
  .price-main:before {
    width: 100%;
    height: 414px;
    background: url(../img/price/before-01-sp.png) no-repeat top center/100%;
    right: 0;
  }
}
.price-main__ttl {
  margin-bottom: 90px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .price-main__ttl {
    margin-bottom: 76px;
  }
}
.price-main__box {
  max-width: 768px;
  width: 100%;
  margin: 0 auto 142px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .price-main__box {
    margin-bottom: 83px;
  }
}
.price-main__box:last-of-type {
  margin-bottom: 0;
}
.price-main__box-content {
  padding: 36px 75px 50px;
}
@media screen and (max-width: 834px) {
  .price-main__box-content {
    padding: 27px 30px;
  }
}
.price-main__box-content dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.9rem;
  border-bottom: 1px dotted #5792C4;
}
@media screen and (max-width: 834px) {
  .price-main__box-content dl {
    font-size: 1.7rem;
  }
}
.price-main__box-content dl:last-of-type {
  border-bottom: none;
}
.price-main__box-content dl:nth-child(1) {
  border-bottom: 1px solid #5792C4;
  font-size: 1.6rem;
}
.price-main__box-content dl:nth-child(1) dt, .price-main__box-content dl:nth-child(1) dd {
  padding: 10px 0;
  font-weight: 500;
}
.price-main__box-content dl dt, .price-main__box-content dl dd {
  padding: 20px 0;
  text-align: center;
}
.price-main__box-content dl dd {
  padding: 10px 0;
}
@media screen and (max-width: 834px) {
  .price-main__box-content dl dt, .price-main__box-content dl dd {
    padding: 23px 0;
  }
}
.price-main__box-content dl dt {
  width: 174px;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .price-main__box-content dl dt {
    width: 107px;
    line-height: 1.1;
  }
}
.price-main__box-content dl dt small {
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .price-main__box-content dl dt small {
    font-size: 1.3rem;
  }
}
.price-main__box-content dl dd {
  width: calc(100% - 174px);
  font-size: 1.9rem;
  font-weight: 500;
  border-left: 1px solid rgba(87, 146, 196, 0.1);
}
.price-main__box-content dl dd .sub-text{
  font-size: 1.35rem;
  display: inline-block;
  margin-top: 0.5em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 834px) {
  .price-main__box-content dl dd {
    font-size: 1.7rem;
    width: calc(100% - 107px);
  }
}
.price-main__box-content dl dd small {
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .price-main__box-content dl dd small {
    font-size: 1.1rem;
  }
}
.price-main__box-ttl {
  width: 173px;
  height: 105px;
  position: absolute;
  left: 0;
  left: 0;
  -webkit-transform: translate(-43%, -45%);
      -ms-transform: translate(-43%, -45%);
          transform: translate(-43%, -45%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: "ten-mincho", serif;
}
.price-main__box-ttl .sub-text {
  font-size: 1.7rem;
}
@media screen and (max-width: 990px) {
  .price-main__box-ttl {
    -webkit-transform: translate(0, -45%);
        -ms-transform: translate(0, -45%);
            transform: translate(0, -45%);
  }
}
@media screen and (max-width: 834px) {
  .price-main__box-ttl {
    font-size: 2rem;
    width: 114px;
    height: 69px;
    -webkit-transform: translate(0, -45%);
        -ms-transform: translate(0, -45%);
            transform: translate(0, -45%);
  }
  .price-main__box-ttl .sub-text {
    font-size: 1.4rem;
  }
}
.price-main__box-desc {
  margin-top: 30px;
  line-height: 1.82;
  letter-spacing: 0.8px;
   text-align: center;
}
@media screen and (max-width: 834px) {
  .price-main__box-desc {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-top: 17px;
    padding: 0 10px;
    letter-spacing: 0;
  }
}
.price-main__box:nth-child(1) .price-main__box-content {
  color: #fff;
  background: url(../img/price/bg-content-01.png) no-repeat center/100% 100%;
}
@media screen and (max-width: 834px) {
  .price-main__box:nth-child(1) .price-main__box-content {
    background: url(../img/price/bg-content-01-sp.png) no-repeat center/100% 100%;
  }
}
.price-main__box:nth-child(1) .price-main__box-content dl, .price-main__box:nth-child(1) .price-main__box-content dt {
  border-color: #fff;
}
.price-main__box:nth-child(1) .price-main__box-content dd {
  border-color: rgba(255, 255, 255, 0.1);
}
.price-main__box:nth-child(1) .price-main__box-ttl {
  background: url(../img/price/bg-ttl-01.png) no-repeat center/100% 100%;
}
.price-main__box:nth-child(n+2) .price-main__box-content {
  background: url(../img/price/bg-content-02.png) no-repeat center/100% 100%;
}
@media screen and (max-width: 834px) {
  .price-main__box:nth-child(n+2) .price-main__box-content {
    padding: 62px 36px 10px;
    background: url(../img/price/bg-content-02-sp.png) no-repeat center/100% 100%;
  }
}
.price-main__box:nth-child(n+2) .price-main__box-content dl dt {
  width: 282px;
}
@media screen and (max-width: 834px) {
  .price-main__box:nth-child(n+2) .price-main__box-content dl dt {
    width: 50%;
  }
}
.price-main__box:nth-child(n+2) .price-main__box-content dl dd {
  width: calc(100% - 282px);
}
@media screen and (max-width: 834px) {
  .price-main__box:nth-child(n+2) .price-main__box-content dl dd {
    width: 50%;
  }
}
.price-main__box:nth-child(n+2) .price-main__box-ttl {
  background: url(../img/price/bg-ttl-02.png) no-repeat center/100% 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 834px) {
  .price-main__box:nth-child(n+2) .price-main__box-ttl {
    top: 24px;
  }
}
@media screen and (max-width: 834px) {
  .price-main__box:last-of-type .price-main__box-ttl {
    width: 149px;
    height: 76px;
  }
}

@media screen and (max-width: 834px) {
  .page-program .mv-page__ttl {
    top: 51%;
  }
}
.page-program .mv-page__ttl small {
  font-size: 1.7rem;
  line-height: 1.5882352941;
  font-weight: 400;
  max-width: 874px;
  width: 100%;
  margin: 35px auto 0;
  text-align: left;
  display: block;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1024px) {
  .page-program .mv-page__ttl small {
    margin-top: 10px;
  }
}
@media screen and (max-width: 834px) {
  .page-program .mv-page__ttl small {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0;
    padding: 0 10px;
  }
}

.program-anchor {
  position: relative;
  top: -30px;
  margin-bottom: 112px;
}
@media screen and (max-width: 834px) {
  .program-anchor {
    margin-bottom: 18px;
  }
}
.program-anchor__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 20px;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .program-anchor__list {
    gap: 0 10px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1120px) {
  .program-anchor__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
  .program-anchor__list-item {
    width: 48%;
    border-radius: 4px;
    margin-bottom: 15px;
  }
}
.program-anchor__list-item {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(62, 58, 57, 0.1);
          box-shadow: 0 4px 4px rgba(62, 58, 57, 0.1);
}
@media screen and (max-width: 1024px) {
  .program-anchor__list-item {
    padding: 10px 10px 13px;
  }
}
@media screen and (max-width: 640px) {
  .program-anchor__list-item {
    width: 48%;
    border-radius: 4px;
    margin-bottom: 15px;
  }
}
.program-anchor__list-item a {
  display: block;
}
@media screen and (max-width: 834px) {
  .program-anchor__list-item:last-of-type {
    width: 100%;
  }
}
.program-anchor__list-img {
  position: relative;
  margin-bottom: 11px;
}
.program-anchor__list-img:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 31px;
  height: 31px;
  background: url(../img/program/ico-arr.png) no-repeat center/100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media screen and (max-width: 834px) {
  .program-anchor__list-img:after {
    width: 18px;
    height: 18px;
  }
}
.program-anchor__list-img img {
  border-radius: 5px;
}
.program-anchor__list-caption {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  color: #3E3A39;
}
@media screen and (max-width: 1024px) {
  .program-anchor__list-caption {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.program-anchor__list-caption small {
  display: block;
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0 -10px;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .program-anchor__list-caption small {
    display: none;
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 640px) {
  .program-anchor__list-caption small {
    display: block;
  }
}

.program-main {
  padding-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .program-main {
    padding-bottom: 0;
  }
}
.program-main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -28vw;
  background: url(../img/program/bg-after.png) no-repeat top center/174% auto;
}
@media screen and (max-width: 1440px) {
  .program-main:before {
    bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .program-main:before {
    top: 200px;
    background: url(../img/program/bg-after-sp.png) no-repeat;
    background-size: 100%;
  }
}
.program-main__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px;
}
@media screen and (max-width: 1024px) {
  .program-main__list {
    margin: 0 -20px;
  }
}
.program-main__list-img {
  width: 524px;
}
@media screen and (max-width: 1024px) {
  .program-main__list-img {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .program-main__list-img {
    width: 100%;
    margin-bottom: 35px;
    padding: 0 10px;
  }
}
.program-main__list-ct {
  width: calc(100% - 524px);
  padding-left: 44px;
}
@media screen and (max-width: 1024px) {
  .program-main__list-ct {
    width: 55%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 834px) {
  .program-main__list-ct {
    padding-left: 15px;
  }
}
@media screen and (max-width: 640px) {
  .program-main__list-ct {
    width: 100%;
    padding: 0 10px;
  }
}
.program-main__list-ct .c-ttl__02--sm .c-ft--base {
  font-weight: 700;
}
.program-main__list-ttl {
  margin-bottom: 6px;
}
.program-main__list-ttlsub {
  font-size: 1.9rem;
  line-height: 1.6315789474;
  font-weight: 700;
  margin-bottom: 28px;
  letter-spacing: 0.8px;
}
.program-main__list-ttl .with-icon {
  position: relative;
}

.program-main__list-ttl .beginner-icon {
  position: absolute;
  top: 0.4em;
}
@media screen and (max-width: 834px) {
  .program-main__list-ttl .beginner-icon {
    position: absolute;
    top: 0.4em;
    max-width: 25px;
  }
}


@media screen and (max-width: 834px) {
  .program-main__list-ttlsub {
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}
.program-main__list-desc {
  font-size: 1.7rem;
  line-height: 1.8235294118;
  font-weight: 400;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 834px) {
  .program-main__list-desc {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.4px;
  }
}
.program-main__list-option {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .program-main__list-option {
    margin-bottom: 13px;
    display: block;
  }
}
.program-main__list-option li {
  font-size: 1.3rem;
  /* margin-right: 50px; */
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3px;
}
@media screen and (max-width: 834px) {
  .program-main__list-option li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
  }
}
.program-main__list-option li:last-of-type {
  margin-right: 0;
}
.program-main__list-option li span {
  font-size: 1.7rem;
  display: block;
}
.program-main__list-note {
  font-size: 1.7rem;
  line-height: 1.5882352941;
  font-weight: 700;
  color: #DC985B;
  margin-top: 12px;
}
@media screen and (max-width: 834px) {
  .program-main__list-note {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-top: 12px;
    padding-right: 25px;
  }
}
.program-main__list-item {
  padding: 0 40px 70px;
  margin-bottom: 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .program-main__list-item {
    padding-bottom: 54px;
    margin-bottom: 54px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .program-main__list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.program-main__list-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80%;
  height: 10px;
  background: #E6EAEF;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 3px;
}
@media screen and (max-width: 834px) {
  .program-main__list-item:after {
    height: 4px;
  }
}
.program-main__list-item:nth-child(5), .program-main__list-item:nth-child(6) {
  width: 50%;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .program-main__list-item:nth-child(5), .program-main__list-item:nth-child(6) {
    width: 100%;
  }
}
.program-main__list-item:nth-child(5):after, .program-main__list-item:nth-child(6):after {
  display: none;
}
.program-main__list-item:nth-child(5) .program-main__list-img, .program-main__list-item:nth-child(5) .program-main__list-ct, .program-main__list-item:nth-child(6) .program-main__list-img, .program-main__list-item:nth-child(6) .program-main__list-ct {
  width: 100%;
  padding: 0;
}
.program-main__list-item:nth-child(5) .program-main__list-img, .program-main__list-item:nth-child(6) .program-main__list-img {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .program-main__list-item:nth-child(5) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .program-main__list-item:nth-child(5):after {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .sec-trial-page .inner {
    padding: 0 25px;
  }
}

@media screen and (min-width: 835px) {
  .page-trial .mv-page__ttl .c-ft--jp {
    line-height: 1.475;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .page-trial .mv-page__ttl .c-ft--jp {
    margin-bottom: 20px;
  }
}

.trial-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px -12px 150px;
}
@media screen and (max-width: 834px) {
  .trial-list {
    margin: -80px -12px 80px;
  }
}
.trial-list__item {
  padding: 0 12px;
  width: 33.333%;
}
@media screen and (max-width: 640px) {
  .trial-list__item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.trial-list__box {
  display: block;
  color: #3E3A39;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 640px) {
  .trial-list__box {
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1.5625;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
  }
}
.trial-list__img {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .trial-list__img {
    width: 100px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .trial-list__ct {
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
    text-align: left;
  }
}

.trial-heading {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 50px;
}
.trial-heading h2 {
  font-weight: 400;
}
.trial-heading .c-ft--adventures {
  display: block;
  font-size: 3rem;
  color: #71B0E6;
}

.trial-steps {
  max-width: 724px;
  margin: 0 auto;
  counter-reset: section;
}
.trial-steps__item {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 45px;
}
@media screen and (max-width: 834px) {
  .trial-steps__item {
    padding-bottom: 30px;
  }
}
.trial-steps__item:after {
  content: "";
  width: 102px;
  height: 18px;
  background: url("../img/trial/dow.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.trial-steps__item:last-child:after {
  display: none;
}
.trial-steps__box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.trial-steps__img {
  width: 215px;
}
@media screen and (max-width: 834px) {
  .trial-steps__img {
    width: 120px;
  }
}
.trial-steps__ct {
  width: calc(100% - 215px);
  color: #3e3a39;
  position: relative;
  padding: 0 0 0 5%;
}
@media screen and (max-width: 834px) {
  .trial-steps__ct {
    font-size: 1.6rem;
    line-height: 1.5625;
    width: calc(100% - 120px);
    padding: 0 0 0 15px;
  }
}
.trial-steps__ct:before {
  counter-increment: section;
  content: "Step . " counter(section);
  font-family: "ten-mincho", serif;
  font-size: 2rem;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .trial-steps__ct:before {
    font-size: 1.5rem;
  }
}
.trial-steps__ct-ttl {
  display: inline-block;
  background: #E6EAEF;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  padding: 5px 30px 5px 10px;
  border-radius: 0 50px 50px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .trial-steps__ct-ttl {
    display: block;
    border-radius: 0;
    font-size: 1.9rem;
    line-height: 1.3157894737;
    padding: 6px 10px 7px;
  }
}
.trial-steps__ct--sp {
  width: 100%;
  padding-top: 10px;
}
.trial-steps__ct p {
  letter-spacing: 0.04em;
}
/*# sourceMappingURL=map/styles.css.map */

.g-recaptcha{
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
/* thanksページ */
.header-space{
  height: 100px;

}
.thanks h2{
  font-size: 30px;
  margin-bottom: 50px;
}
.thanks a{
  font-size: 15px;
}
.privacy-policy h1,
.policy h1{
  font-size: 2.4rem;
} 
.privacy-policy h2,
.policy h2{
  font-size: 2.4rem;
  margin-bottom: 0.5em;
} 
.privacy-policy h3,
.policy h3{
  font-size: 2rem;
  margin-bottom: 0.5em;
} 
.privacy-policy p,
.privacy-policy div,
.privacy-policy li,
.policy p,
.policy div,
.policy li{
  font-size: 1.6rem;
  line-height: 1.5;
} 
.privacy-policy p,
.policy p {
  line-height: 1.5;
  margin-bottom: 2rem;
} 
.privacy-policy .content ul,
.policy ul, 
.privacy-policy .content ol,
.policy ol{
  margin-bottom: 2rem;
} 
.privacy-policy .content ul li,
.policy ul li,
.policy ol li {
  list-style: disc;
  margin-bottom: 0.5em;
  margin-left: 1em;
} 
.privacy-policy .content ol li,
.policy ol li{
  list-style: decimal;
}

.text-bg-top {
  z-index: 0;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-bg-top .caption h1, .text-bg-top .caption h2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
.blog-content p{
  font-size: 1.6rem;
}
.content-none {
  text-align: center;
  font-size: 20px;
  padding: 80px 10px;
}
.content-none .error-number {
  font-size: 70px;
}
.content-none .content-none-btn {
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .thanks h2{
    font-size: 18px;
  }
}