@charset "UTF-8";
/*NotoSansフォントのインポート-------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
/*Robotoフォントの数字だけインポート-------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap&text=0123456789QA,");
/************************************************************/
/*reset
/************************************************************/
ol, ul {
  list-style: none; }

html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
  margin: 0;
  padding: 0;
  border: 0; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word; }

*:focus {
  outline: none; }

a {
  text-decoration: none;
  cursor: pointer; }

a:not([class]) {
  color: #224adf; }
  a:not([class]):hover {
    text-decoration: underline; }

button {
  border: none;
  cursor: pointer; }

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

th, td {
  vertical-align: middle; }

img {
  max-width: 100%;
  height: auto; }

/************************************************************/
html {
  color: #635556;
  font-size: 62.5%;
  min-width: 300px;
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .02em;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 400;
  background: #fff; }

/************************************************************/
/*メディアクエリ
/************************************************************/
@media only screen and (min-width: 1024px) {
  .pc {
    display: block; } }
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .pc {
    display: block; } }
@media only screen and (max-width: 640px) {
  .pc {
    display: none; } }
@media only screen and (min-width: 1024px) {
  .sp {
    display: none; } }
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .sp {
    display: none; } }
@media only screen and (max-width: 640px) {
  .sp {
    display: block; } }
/************************************************************/
/*余白
/************************************************************/
.pt20 {
  padding-top: 20px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pr10 {
  padding-right: 10px !important; }

.pt50 {
  padding-top: 50px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb-5 {
  margin-bottom: -5px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important;
  display: block; }

.mb10 {
  margin-bottom: 10px !important;
  display: block; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mr10 {
  margin-right: 10px !important; }

/************************************************************/
/*テキスト周り
/************************************************************/
.txt-s {
  display: inline-block;
  font-size: 80%;
  line-height: 1.6; }
  @media screen and (max-width: 640px) {
    .txt-s {
      font-size: 12px; } }

.txt-m {
  font-size: clamp(18px, 3.5vw, 24px);
  line-height: 1.4; }

.txt-l {
  font-size: clamp(24px, 5vw, 30px); }

.strike {
  text-decoration: line-through; }

.italic {
  font-style: italic; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.bold {
  font-weight: 700 !important; }

.thin {
  font-weight: 100 !important; }

.inline {
  display: inline !important; }

.pen {
  background: linear-gradient(transparent 70%, #ffeb0082 30%); }

.red {
  color: #d3313e !important; }

.bold {
  font-weight: bold; }

.price-s {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400; }

.price-m {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 900; }

.price-l {
  font-family: 'Roboto', sans-serif;
  font-size: 3.5rem;
  font-size: clamp(24px, 5vw, 38px);
  font-weight: 900; }

small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.6;
  letter-spacing: 0.01em; }

span.or {
  display: block;
  color: #fff;
  background: #e32e37;
  line-height: 1em;
  border-radius: 5px;
  width: 30px;
  font-size: 90%;
  margin: 5px auto 7px;
  padding-bottom: 2px; }

.niju {
  color: #cf2633; }

.maru {
  color: #e77315; }

.sankaku, .nasi {
  color: #999; }

.tag {
  padding: 5px 15px 7px 15px;
  border-radius: 5px;
  font-size: 80%;
  line-height: 1.2; }
  @media screen and (max-width: 640px) {
    .tag {
      margin-right: 10px; } }
  .tag.tag-white {
    background: #fff; }

p.txt-s {
  margin-top: 1rem;
  color: #777; }

.midashi-shita {
  text-align: center;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.8;
  margin: 15px 0 50px;
  font-weight: normal; }
  @media screen and (max-width: 640px) {
    .midashi-shita {
      margin-bottom: 30px; } }

/************************************************************/
/*見出し
/************************************************************/
h2 {
  position: relative;
  display: flex;
  justify-content: center;
  font-weight: 900; }
  h2 small {
    position: relative;
    bottom: -4px; }

h2.midashi, h1.midashi {
  font-size: clamp(24px, 8vw, 48px);
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 640px) {
    h2.midashi, h1.midashi {
      margin-bottom: 30px; } }

h1.midashi {
  justify-content: center;
  font-size: clamp(24px, 7vw, 40px); }

h2.midashi:after {
  content: "";
  background: #e74d59;
  height: 3px;
  width: 54px;
  position: absolute;
  bottom: -23px;
  border-radius: 10px; }
  @media screen and (max-width: 640px) {
    h2.midashi:after {
      bottom: -15px; } }

h3.blue, h2.blue {
  font-size: clamp(16px, 3vw, 24px);
  padding: 5px clamp(14px, 2vw, 20px);
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
  justify-content: flex-start; }
  h3.blue:before, h2.blue:before {
    content: "";
    display: block;
    width: 5px;
    height: clamp(16px, 5vw, 30px);
    background: linear-gradient(#e74d59 50%, #f2818d 50%);
    position: absolute;
    left: 0;
    top: calc(50% - clamp(8px,2.5vw,14px)); }

/************************************************************/
/*ボタン
/************************************************************/
a.button {
  background: #df2d3b;
  width: 48%;
  max-width: 250px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 20px);
  filter: drop-shadow(3px 5px 0 #63555618);
  margin: 0;
  transition: .3s ease;
  position: relative; }
  @media screen and (max-width: 640px) {
    a.button {
      height: 50px; } }
  a.button:after {
    content: "";
    background: url("/lp/gakuwari/img/btn-right.png");
    background-size: contain;
    display: inline-block;
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
    transition: .3s ease;
    width: 14px;
    height: 14px;
    display: inline-block; }
    @media screen and (max-width: 640px) {
      a.button:after {
        width: 10px;
        height: 10px; } }
  a.button:hover {
    filter: drop-shadow(0px 2px 0px #63555618) brightness(110%);
    transform: translateY(3px); }
    a.button:hover:after {
      right: 10px; }

.btn2 {
  padding: 5px 30px 5px 10px;
  border: solid 2px #635556;
  margin: 10px 20px;
  color: #635556;
  position: relative;
  transition: .3s ease; }
  .btn2:after {
    content: "▲";
    font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    transform: rotate(90deg) scale(1, 0.6);
    position: absolute;
    top: calc(50% - 5px);
    right: 10px; }
  .btn2:hover {
    background: #635556;
    border: solid 2px #635556;
    color: #ffffff; }
    .btn2:hover:after {
      right: 5px; }

.btn-zoom {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.btn-zoom:hover {
  transform: scale(1.05);
  cursor: pointer;
  filter: drop-shadow(3px 3px 15px #12121220) brightness(1.1); }

.shadow {
  filter: drop-shadow(5px 5px 5px #12121215); }

/************************************************************/
/*リスト
/************************************************************/
li {
  padding-bottom: 0.4em;
  line-height: 1.4em;
  letter-spacing: 0.01em; }

ul.notes {
  list-style-type: none;
  font-size: 80%;
  margin-left: 1.2em;
  color: #888;
  text-indent: -1.2em; }
  ul.notes li:before {
    content: "※";
    margin-right: .2em; }
  ul.notes li.midashi {
    font-weight: bold;
    margin-top: 0.5em; }
  ul.notes li.midashi:before {
    content: none; }

/************************************************************/
/*枠
/************************************************************/
.w1200 {
  width: 90%;
  max-width: 1200px;
  margin: auto; }

.w1000 {
  width: 95%;
  max-width: 1000px;
  margin: auto; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%;
  max-width: 950px;
  margin: auto; }

.noborder {
  border: none !important; }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.scroll {
  width: 95%;
  overflow: scroll;
  scrollbar-color: #6969dd #e0e0e0;
  scrollbar-width: thin; }

.scroll table {
  width: max-content; }

section.sectionArea {
  padding: 60px 0 100px; }
  @media only screen and (max-width: 640px) {
    section.sectionArea {
      padding: 30px 0 50px; } }

/************************************************************/
/*角丸teble
/************************************************************/
table {
  width: 100%;
  max-width: 840px;
  margin: auto;
  border-radius: 6px;
  border-radius: 6px;
  border-collapse: collapse;
  overflow: hidden;
  outline: none;
  box-shadow: 0 0 0 1px #999; }

table th, table td {
  padding: 15px 0.5rem;
  border-bottom: 1px solid #999; }

table.p20 th, table.p20 td {
  padding: 20px; }

table th + th, table td {
  border-left: 1px solid #999; }

table tr:last-child th,
table tr:last-child td {
  border-bottom: none; }

table tr:first-child th:first-child {
  border-radius: 5px 0 0 0; }

table tr:first-child th:last-child {
  border-radius: 0 5px 0 0; }

table tr:last-child th:first-child {
  border-radius: 0 0 0 5px; }
  @media screen and (max-width: 640px) {
    table tr:last-child th:first-child {
      border-radius: 0 0 0 0; } }

table tr:last-child th:last-child {
  border-radius: 0 0 5px 0; }

table th {
  background: #f8f2f3;
  border-left: 1px solid #999; }
  table th:first-child {
    border-left: none; }

table th + th:first-child, table td:first-child {
  border-left: none; }

/************************************************************/
/*セクション
/************************************************************/
header {
  height: 100px;
  background: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 5px 0 10px #12121220;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 640px) {
    header {
      height: 56px; } }
  header .w1200 {
    width: 96%;
    max-width: 1200px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center; }
  @media screen and (max-width: 1000px) {
    header img.logo {
      width: 40vw;
      max-width: 160px; } }
  @media screen and (max-width: 1000px) and (max-width: 640px) {
    header img.logo {
      max-width: 120px; } }

  @media screen and (max-width: 640px) {
    header a.button {
      height: 36px; } }

@media screen and (max-width: 1000px) {
  section.navi {
    height: 95px; } }
section.navi .flex {
  height: 80px; }

@media screen and (max-width: 1000px) {
  section.navi .flex {
    height: 93px; } }
section.navi .btn {
  width: clamp(100px, 12vw, 130px);
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(90deg, #790015, #a40b25 30% 54%, #790015);
  height: 70px;
  padding: 5px 10px;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease; }

section.navi .btn:hover {
  filter: brightness(1.3); }

@media screen and (max-width: 1000px) {
  section.navi .btn {
    margin: 0;
    width: 25%;
    height: 45px;
    padding: 5px;
    font-size: 80%;
    line-height: 1.4; } }
/************************************************************/
/*メインビジュアル
/************************************************************/
#main-visual {
  background-image: url(/lp/gakuwari/img/main-bg.png);
  height: 50vw;
  max-height: 540px;
  position: relative;
  overflow: hidden;
  background-size: clamp(1000px, 200%, 1920px);
  background-position: 64% center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 640px) {
    #main-visual {
      background-size: 240%;
      background-position: 85% bottom;
      height: 136vw;
      max-height: initial; } }

.main-top {
  height: 50vw;
  max-height: 540px;
  display: flex;
  align-items: center;
  align-content: center;
  position: relative; }
  @media only screen and (max-width: 640px) {
    .main-top {
      height: 113vw;
      max-height: initial;
      width: 100%; } }
  .main-top .left {
    display: flex;
    justify-content: center;
    align-items: center; }
  .main-top h1 {
    height: initial;
    width: 53%; }
    @media only screen and (max-width: 640px) {
      .main-top h1 {
        height: initial;
        width: 100%;
        position: absolute;
        top: 3vw; } }

/************************************************************/
/*特徴
/************************************************************/
#towa {
  padding: 60px 0 100px;
  background: #f8f8f8; }
  @media only screen and (max-width: 640px) {
    #towa {
      padding: 30px 0 50px; } }
  #towa h2.midashi, #towa h1.midashi {
    letter-spacing: 0.01em; }
  #towa h3 {
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 0.02em; }
    @media only screen and (max-width: 640px) {
      #towa h3 {
        text-align: center;
        margin: 10px auto 20px; } }
  #towa .midashi-shita {
    margin-bottom: 80px; }
    @media only screen and (max-width: 1000px) {
      #towa .midashi-shita {
        margin: 10px auto; } }
  #towa .flex {
    align-items: center; }
  #towa .flex .img {
    width: 50%; }
    @media only screen and (max-width: 1000px) {
      #towa .flex .img {
        width: 100%;
        margin: 0; }
        #towa .flex .img.sp {
          margin-bottom: 10px !important; } }
  #towa .flex .text {
    width: 48%;
    text-align: center; }
    @media only screen and (max-width: 1000px) {
      #towa .flex .text {
        width: 100%;
        max-width: 570px; } }
    @media only screen and (max-width: 640px) {
      #towa .flex .text {
        text-align: left; } }
    #towa .flex .text ul.notes {
      font-size: 13px;
      color: #888;
      margin-top: 30px;
      text-align: left; }
      @media only screen and (max-width: 1000px) {
        #towa .flex .text ul.notes {
          font-size: 12px; } }
  #towa .merit-img {
    margin: auto; }
  #towa .merit-box {
    margin: 0 auto 60px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center; }
    @media only screen and (min-width: 641px) and (max-width: 1000px) {
      #towa .merit-box {
        padding: 30px 20px 40px; }
        #towa .merit-box .sp {
          display: block; }
        #towa .merit-box .pc {
          display: none; } }
    @media only screen and (max-width: 640px) {
      #towa .merit-box {
        padding: 20px 20px 40px; } }
    #towa .merit-box .point {
      position: absolute;
      top: -20px;
      left: calc(50% + 20px); }
      @media only screen and (max-width: 1000px) {
        #towa .merit-box .point {
          left: 50%;
          transform: translateX(-50%); } }
    #towa .merit-box .point.point-left {
      left: 20px; }
      @media only screen and (max-width: 1000px) {
        #towa .merit-box .point.point-left {
          left: 50%;
          transform: translateX(-50%); } }
    @media only screen and (max-width: 1000px) {
      #towa .merit-box {
        margin: 50px auto;
        flex-direction: column; } }
  #towa .merit-box:last-child {
    margin-bottom: 0; }

/************************************************************/
/*キャンペーン
/************************************************************/
#campaign {
  background-image: url(/lp/gakuwari/img/gakuwari-bg.png);
  background-color: #fdf0f1;
  background-attachment: fixed;
  padding: 80px 0 80px;
  background-position: center;
  background-size: 100%; }
  @media only screen and (max-width: 640px) {
    #campaign {
      background-image: url(/lp/gakuwari/img/gakuwari-bg-sp.png);
      padding: 30px 0 50px; } }
  #campaign h2.midashi {
    letter-spacing: 0.05em; }
  #campaign .cp-logo {
    margin-bottom: 10px; }
    @media only screen and (max-width: 640px) {
      #campaign .cp-logo {
        margin: 0 auto;
        width: 30%; } }
  #campaign .cp-waku {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin: 150px auto 50px;
    width: 90%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 70px 7% 65px; }
    @media only screen and (max-width: 640px) {
      #campaign .cp-waku {
        margin: 100px auto 80px;
        padding: 45px 7% 50px; } }
    #campaign .cp-waku .gakuwari-maru, #campaign .cp-waku .gakuwari-hito, #campaign .cp-waku .gakuwari-router {
      position: absolute; }
    #campaign .cp-waku .gakuwari-maru {
      top: -110px; }
      @media only screen and (max-width: 640px) {
        #campaign .cp-waku .gakuwari-maru {
          width: 70%;
          max-width: 220px;
          top: -80px; } }
    #campaign .cp-waku .gakuwari-hito {
      left: -2%;
      bottom: -25%;
      width: clamp(140px, 21vw, 201px);
      z-index: 1; }
    #campaign .cp-waku .gakuwari-router {
      right: -3%;
      bottom: -15%;
      width: clamp(100px, 14vw, 137px);
      z-index: 1; }
    #campaign .cp-waku .gakuwari-3300 {
      z-index: 2; }
  #campaign ul.notes {
    z-index: 2;
    position: relative;
    max-width: 1000px;
    margin: auto;
    text-align: center; }
    @media only screen and (max-width: 640px) {
      #campaign ul.notes {
        margin-left: 1.2em; } }

/************************************************************/
/*その他キャンペーン
/************************************************************/
#other_campaign {
  background: #f8f8f8;
  padding: 60px 0 100px; }
  @media only screen and (max-width: 640px) {
    #other_campaign {
      padding: 30px 0 50px; } }
  #other_campaign h2#other_campaign_midashi {
    font-size: clamp(24px, 5.5vw, 40px); }
  #other_campaign .other_campaign_wrap {
    border-radius: 10px;
    background: white;
    padding: 60px;
    margin-top: 50px; }
    @media only screen and (max-width: 1000px) {
      #other_campaign .other_campaign_wrap {
        padding: 60px 40px 40px 40px; } }
    @media only screen and (max-width: 640px) {
      #other_campaign .other_campaign_wrap {
        padding: 40px 20px 40px 20px;
        margin-top: 35px; } }
    #other_campaign .other_campaign_wrap h2.midashi {
      font-size: clamp(20px, 4vw, 32px); }
    #other_campaign .other_campaign_wrap h3 {
      border-bottom: 2px dotted #d3dbe6;
      padding-bottom: 5px;
      margin-bottom: 5px; }
      #other_campaign .other_campaign_wrap h3:not(:first-child) {
        margin-top: 50px; }
        @media only screen and (max-width: 640px) {
          #other_campaign .other_campaign_wrap h3:not(:first-child) {
            margin-top: 20px; } }
    #other_campaign .other_campaign_wrap table {
      width: 100%;
      max-width: unset;
      font-size: 120%;
      margin: 25px 0; }
      @media only screen and (max-width: 640px) {
        #other_campaign .other_campaign_wrap table {
          font-size: 100%; } }
      #other_campaign .other_campaign_wrap table .include_tax {
        font-size: 80%; }
      #other_campaign .other_campaign_wrap table caption {
        text-align: left; }
      #other_campaign .other_campaign_wrap table th, #other_campaign .other_campaign_wrap table td {
        text-align: center; }
      #other_campaign .other_campaign_wrap table .small {
        font-size: 80%; }
      #other_campaign .other_campaign_wrap table a {
        color: #224adf; }
        #other_campaign .other_campaign_wrap table a::after {
          content: "";
          display: inline-block;
          width: 16px;
          height: 16px;
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202200%202200%22%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill%3A%23224adf%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M1800%202000H200V400h1000V200H0v2000h2000V1000h-200z%22%20class%3D%22st0%22%2F%3E%3Cpath%20d%3D%22M1400%200v200h450.51L933.1%201025.67l133.8%20148.66L2000%20334.54V800h200V0z%22%20class%3D%22st0%22%2F%3E%3C%2Fsvg%3E");
          transform: translate(2px, 2px); }

/************************************************************/
/*初期費用
/************************************************************/
#hiyou {
  padding: 60px 0 100px; }
  @media only screen and (max-width: 640px) {
    #hiyou {
      padding: 30px 0 50px; } }
  #hiyou h2.midashi {
    font-size: clamp(24px, 5.5vw, 40px); }
  #hiyou table {
    font-size: 120%; }

/************************************************************/
/*よくある質問
/************************************************************/
#top-faq {
  padding: 60px 0 100px;
  background: #f8f8f8; }
  @media only screen and (max-width: 640px) {
    #top-faq {
      padding: 30px 0 50px; } }
  #top-faq h2.midashi {
    margin-bottom: 75px; }
    @media only screen and (max-width: 640px) {
      #top-faq h2.midashi {
        margin-bottom: 45px; } }
  #top-faq .w1000 {
    width: 90%; }

/************************************************************/
/*ご利用までの流れ
/************************************************************/
#flow {
  background: #fdf0f1;
  padding: 50px 0 100px; }
  @media only screen and (max-width: 640px) {
    #flow {
      padding: 30px 0 50px; } }
  #flow .flow {
    justify-content: space-between;
    margin-top: 80px; }
    @media only screen and (max-width: 1060px) and (min-width: 641px) {
      #flow .flow {
        justify-content: flex-start; } }
    @media only screen and (max-width: 640px) {
      #flow .flow {
        margin-top: 30px; } }
    #flow .flow .flow-box {
      position: relative;
      background: #ffffff;
      border-radius: 10px;
      padding: 15px;
      min-height: 120px;
      align-items: center;
      display: flex;
      flex-direction: column;
      width: 23%;
      filter: drop-shadow(3px 3px 3px #12121210); }
      @media only screen and (max-width: 1060px) and (min-width: 641px) {
        #flow .flow .flow-box {
          width: 45%;
          margin: 20px 1%; } }
      @media only screen and (max-width: 640px) {
        #flow .flow .flow-box {
          width: 100%;
          min-height: auto;
          margin: 25px auto 15px; }
          #flow .flow .flow-box:before {
            content: "";
            position: absolute;
            left: calc(50% - 7px);
            bottom: -41px;
            border: 14px solid transparent;
            border-top-color: #fff;
            margin: 25px auto 15px; } }
      #flow .flow .flow-box small {
        color: #777;
        margin-top: 10px; }
    #flow .flow .title {
      position: absolute;
      color: #635556;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 22px;
      top: -11px;
      left: 15px;
      line-height: 1;
      padding-left: 30px;
      width: max-content; }
      @media only screen and (max-width: 640px) {
        #flow .flow .title {
          left: 50%;
          transform: translateX(-50%);
          font-size: 20px;
          top: -10px; } }
    #flow .flow .number {
      font-family: 'Roboto';
      color: #d3323f;
      font-size: 36px;
      position: absolute;
      top: -5px;
      left: 0; }
      @media only screen and (max-width: 640px) {
        #flow .flow .number {
          font-size: 34px;
          top: -5px; } }
    #flow .flow .yajirushi {
      display: flex;
      align-items: center; }
      #flow .flow .yajirushi img {
        width: 12px;
        height: 12px; }
      @media only screen and (max-width: 640px) {
        #flow .flow .yajirushi {
          display: none; } }

/************************************************************/
/*申し込み
/************************************************************/
section.contact {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f9d9db; }
  section.contact .flex {
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
    justify-content: center; }
    @media only screen and (max-width: 1200px) {
      section.contact .flex {
        width: 96%; } }
    @media only screen and (max-width: 640px) {
      section.contact .flex {
        padding: 20px 10px;
        align-items: center; } }
  section.contact .footer-img {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 60vw;
    max-width: 599px; }
    @media only screen and (max-width: 640px) {
      section.contact .footer-img {
        position: relative;
        width: 100%; } }
  section.contact .contact-left {
    font-weight: 700;
    font-size: clamp(20px, 3vw, 28px);
    width: 50%;
    max-width: 700px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; }
    section.contact .contact-left .tag {
      margin-right: 3%; }
    section.contact .contact-left .tb {
      display: none; }
    @media only screen and (max-width: 640px) {
      section.contact .contact-left {
        width: 100%;
        margin-bottom: 15px; } }
    @media only screen and (min-width: 641px) and (max-width: 1000px) {
      section.contact .contact-left {
        width: 60%; }
        section.contact .contact-left .tb {
          display: block; } }
  section.contact .contact-right {
    width: 50%;
    max-width: 300px; }
    @media only screen and (max-width: 640px) {
      section.contact .contact-right {
        width: 100%; } }
    @media only screen and (min-width: 641px) and (max-width: 1000px) {
      section.contact .contact-right {
        width: 38%; } }
  section.contact a.button {
    width: 100%;
    margin: 0;
    max-width: 600px; }

section.contact.last {
  background-color: inherit; }
  section.contact.last .tag-white {
    background: #f9d9db; }

/************************************************************/
/*FAQ
/************************************************************/
.p-faq {
  filter: drop-shadow(3px 3px 3px #12121210); }
  .p-faq .p-faq-q, .p-faq .p-faq-a {
    border: none;
    background: #fff; }
    @media only screen and (min-width: 1081px) {
      .p-faq .p-faq-q, .p-faq .p-faq-a {
        margin-left: 20px; } }
    @media only screen and (min-width: 641px) and (max-width: 1080px) {
      .p-faq .p-faq-q, .p-faq .p-faq-a {
        padding: 15px 35px 15px 45px; } }
    @media only screen and (max-width: 640px) {
      .p-faq .p-faq-q, .p-faq .p-faq-a {
        padding: 15px 26px 15px 32px;
        font-size: 90%; } }
    .p-faq .p-faq-q::before, .p-faq .p-faq-a::before {
      display: inline-flex;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      margin-left: -35px;
      font-family: "Roboto";
      font-size: 28px;
      color: #d3323f;
      transition: .2s;
      position: absolute;
      top: calc(50% - 14px); }
      @media only screen and (max-width: 640px) {
        .p-faq .p-faq-q::before, .p-faq .p-faq-a::before {
          width: 22px;
          height: 22px;
          font-size: 22px;
          margin-right: 1px;
          margin-left: calc(-1.6rem - 1px);
          top: calc(50% - 11px); } }
    .p-faq .p-faq-q .c-list-notice, .p-faq .p-faq-a .c-list-notice {
      margin-top: 10px;
      margin-bottom: 0; }
  .p-faq .p-faq-q {
    font-weight: 700;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: .2s;
    padding: 15px 60px 15px 70px; }
    @media only screen and (max-width: 640px) {
      .p-faq .p-faq-q {
        padding: 15px 40px 15px 55px; } }
    .p-faq .p-faq-q:hover {
      color: #ef6a74; }
      .p-faq .p-faq-q:hover::after {
        color: #ef6a74; }
    .p-faq .p-faq-q:not(:first-child) {
      margin-top: 20px; }
    .p-faq .p-faq-q::before {
      content: "Q"; }
      @media only screen and (max-width: 640px) {
        .p-faq .p-faq-q::before {
          top: 18px;
          margin-left: -28px; } }
    .p-faq .p-faq-q::after {
      font-weight: 700;
      font-size: 30px;
      display: inline-block;
      right: 20px;
      position: absolute;
      content: "+";
      top: 0;
      transition: .2s; }
      @media only screen and (min-width: 641px) and (max-width: 1080px) {
        .p-faq .p-faq-q::after {
          right: 20px;
          top: 6px; } }
      @media only screen and (max-width: 640px) {
        .p-faq .p-faq-q::after {
          right: 15px;
          top: calc(50% - 12px);
          line-height: 1;
          font-size: 24px; } }
    .p-faq .p-faq-q.open {
      border-radius: 5px 5px 0 0; }
    .p-faq .p-faq-q.open::after {
      transform: rotate(45deg); }
  .p-faq .p-faq-a {
    border-radius: 0 0 5px 5px;
    display: none;
    background-color: #fff;
    position: relative;
    padding: 5px 0 20px; }
    .p-faq .p-faq-a::before {
      content: "A";
      top: 25px;
      left: 70px; }
      @media only screen and (max-width: 640px) {
        .p-faq .p-faq-a::before {
          top: 17px;
          margin-left: -43px; } }
    .p-faq .p-faq-a .c-telblock_data {
      padding-left: 0; }
    .p-faq .p-faq-a .c-telblock_number {
      margin-left: 0; }
    .p-faq .p-faq-a.open {
      display: block; }
    .p-faq .p-faq-a .a-inner {
      margin: 0 20px;
      padding: 20px 20px 20px 50px;
      background: #f8f2f3;
      border-radius: 5px; }
      @media only screen and (max-width: 640px) {
        .p-faq .p-faq-a .a-inner {
          padding: 10px 15px 10px 35px; } }

#faq_link {
  display: flex;
  flex-wrap: wrap; }
  #faq_link .c-faq-button {
    padding: 10px;
    margin: 10px;
    width: calc(25% - 20px);
    height: 72px;
    text-decoration: none;
    color: #224adf;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("/common/img/right.svg");
    background-position: right 5px bottom 10px;
    background-size: 15px 15px;
    border-radius: 5px;
    background-repeat: no-repeat;
    border: 1px solid #224adf;
    filter: drop-shadow(2px 2px 0px #FEE1B3);
    transition: .3s;
    font-weight: 700; }
    @media only screen and (min-width: 641px) and (max-width: 1080px) {
      #faq_link .c-faq-button {
        margin: 7px;
        width: calc(33% - 14px);
        font-size: 85%; } }
    @media only screen and (max-width: 640px) {
      #faq_link .c-faq-button {
        margin: 7px;
        width: calc(50% - 14px);
        font-size: 85%; } }
    #faq_link .c-faq-button:hover {
      background-color: rgba(255, 255, 255, 0.8);
      transform: translateY(-3px);
      filter: drop-shadow(4px 4px 4px #FEE1B3);
      background-position: right 2px bottom 10px; }

/************************************************************/
/*フッター
/************************************************************/
footer {
  background-image: url(/lp/gakuwari/img/footer-bg.png);
  background-attachment: fixed;
  background-size: 100%;
  padding: 0 0 20px;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    footer {
      background-image: url(/lp/gakuwari/img/gakuwari-bg-sp.png); } }
  footer small {
    font-size: 12px;
    color: #777; }
  footer p.txt-s {
    margin: 30px auto; }
  footer a:not([class]) {
    font-size: 15px;
    margin: 10px;
    color: #635556; }
  footer .ft2 {
    width: 90%;
    max-width: 700px;
    margin: auto; }
    footer .ft2 p {
      display: flex;
      justify-content: space-evenly;
      flex-wrap: wrap; }
  footer .res211.nav1 {
    border-top: solid #d9d0d0 1px;
    padding-top: 5px; }

@media only screen and (max-width: 640px) {
  footer {
    padding: 0 0 130px;
    margin-top: 0; } }
/************************************************************/
/*フッターボタン
/************************************************************/
.ft_btn.sp {
  transform: translateY(150%);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: .2s;
  background: #fffbfbbf;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px -3px 3px #63555625); }

.ft_btn {
  position: fixed;
  bottom: 25px;
  right: 1em;
  z-index: 10;
  transition: .2s;
  transform: translateY(150%); }
  .ft_btn a.button, .ft_btn a.button:hover {
    width: 80%;
    max-width: inherit;
    margin: auto !important; }

.contact.ft_btn .flex {
  padding: 5px 0; }

.ft_btn.in {
  transform: translateY(0%); }

.ft_btn p.txt-s {
  margin: 0 auto;
  padding: 5px;
  color: #635556;
  font-weight: normal; }

a.mini-btn img {
  width: 24vw;
  max-width: 160px;
  object-fit: contain; }

a.mini-btn img.f-btn-in {
  position: absolute;
  top: -11%;
  right: 50%;
  transform: translate(50%, 50%);
  max-width: 100px; }
  @media only screen and (max-width: 640px) {
    a.mini-btn img.f-btn-in {
      top: -13%;
      width: 17vw; } }

.contact.ft_btn a.button, .contact.ft_btn a.button:hover {
  margin: 0;
  height: 50px; }

@media only screen and (max-width: 640px) {
  .ft_btn.pc.in {
    transform: translateY(150%); }

  .ft_btn.sp.in {
    transform: translateY(0%); }

  .ft_btn.sp {
    height: auto;
    padding-top: 10px; }
    .ft_btn.sp .flex {
      justify-content: space-between;
      width: 94%; }
    .ft_btn.sp a.btn-web {
      height: 50px; }
    .ft_btn.sp .web, .ft_btn.sp .tel {
      padding: 0;
      width: 100%; } }
@media only screen and (min-width: 641px) {
  .ft_btn.pc.in {
    transform: translateY(0%); }
    .ft_btn.pc.in:hover {
      filter: brightness(1.1);
      transform: rotate(-5deg) translateY(-5px); }

  .ft_btn.sp.in {
    transform: translateY(150%); } }
/************************************************************/
/*プライバシーマーク
/************************************************************/
#privacy_mark {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  align-items: center;
  width: fit-content;
  font-size: 90%; }
  #privacy_mark > * {
    transition: .3s; }
  #privacy_mark br {
    display: none; }
  @media only screen and (min-width: 641px) {
    #privacy_mark {
      position: relative; } }
  @media only screen and (min-width: 841px) {
    #privacy_mark {
      margin-top: 1rem;
      margin-bottom: 1rem; }
      #privacy_mark br {
        display: block; } }
  @media only screen and (max-width: 840px) {
    #privacy_mark {
      margin: 2rem 0 2rem; } }
  #privacy_mark #privacy_img {
    height: 101px;
    width: 101px;
    padding: 17px;
    background-color: white;
    border-radius: 50%; }
    #privacy_mark #privacy_img img {
      width: 67px;
      height: 67px; }
    @media only screen and (max-width: 640px) {
      #privacy_mark #privacy_img {
        margin-bottom: 10px; } }
  #privacy_mark #privacy_text {
    text-align: left;
    font-size: 12px;
    color: #777; }
    @media only screen and (max-width: 640px) {
      #privacy_mark #privacy_text {
        width: calc(100% - 101px); } }
    @media only screen and (min-width: 641px) {
      #privacy_mark #privacy_text {
        width: calc(100% - 120px);
        margin-left: 20px; } }

/************************************************************/
/*アニメーション
/************************************************************/
.anime.fadeup {
  opacity: 0;
  transform: translateY(100px); }

.anime.fadeup.in {
  animation-name: fadeUpAnime;
  animation-duration: .5s;
  animation-fill-mode: forwards; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.anime.popup {
  opacity: 0;
  transform: translateY(100%); }

.anime.popup.in {
  animation: poyoyon 0.4s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards; }

@keyframes poyoyon {
  0% {
    transform: translateY(100%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.anime.zoomup {
  opacity: 0; }

.anime.zoomup.in {
  animation: popup2 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards; }

.anime.popup2 {
  animation: popup2 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
  animation-delay: 0.5s;
  opacity: 0; }

@keyframes popup2 {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0; }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1; } }
.anime.kurukuru {
  animation: 10s linear infinite kurukuru; }

@keyframes kurukuru {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.delay1 {
  animation-delay: 0.3s; }

.delay2 {
  animation-delay: 0.6s; }

.delay3 {
  animation-delay: 0.9s; }

/************************************************************/
/*フォーム
/************************************************************/
::placeholder {
  color: #bbb; }

.p-header {
  justify-content: space-evenly; }

.p-inner {
  max-width: 1000px; }
  .p-inner p.u-center {
    font-size: 100%; }

@media only screen and (max-width: 640px) {
  .p-table-responsive tr {
    display: flex;
    flex-direction: column; } }

.p-table-responsive-form {
  margin: 20px auto 50px;
  width: 96%;
  outline-offset: inherit;
  outline: none;
  box-shadow: 0 0 0 1px #c1babb; }
  @media only screen and (max-width: 640px) {
    .p-table-responsive-form {
      width: 100% !important;
      margin: 20px auto 30px; } }
  .p-table-responsive-form th, .p-table-responsive-form td {
    position: relative;
    background-clip: padding-box;
    border-color: #c1babb;
    word-break: break-all;
    padding: 20px 15px; }
  @media only screen and (max-width: 640px) {
    .p-table-responsive-form th + th, .p-table-responsive-form td {
      border-left: none; } }
  .p-table-responsive-form th {
    vertical-align: middle; }
    @media only screen and (max-width: 640px) {
      .p-table-responsive-form th {
        padding: 15px;
        border-bottom: none; } }
    @media only screen and (min-width: 641px) {
      .p-table-responsive-form th {
        width: 230px; } }
  @media only screen and (max-width: 640px) {
    .p-table-responsive-form td {
      padding: 15px 15px 20px; } }
  .p-table-responsive-form .notice {
    color: #897b7c; }

h1 + section {
  padding-top: 0; }

.c-h1 {
  padding: 10px;
  font-size: clamp(18px, 5.5vw, 36px);
  background-color: #8b7a7b;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px; }

.c-h2 {
  padding: 10px;
  font-size: clamp(24px, 5vw, 30px);
  font-weight: 700;
  margin-bottom: 20px;
  border-radius: 5px;
  border-left: none; }

.c-h-img {
  padding: 0 10px; }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
textarea {
  border: 1px solid #c1babb;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  color: #564344; }

input[type='tel'] {
  max-width: 15em; }

input#zip {
  max-width: 8em; }

input#room {
  max-width: 15em; }

select {
  color: #564344; }

.input-title {
  display: flex;
  align-items: center;
  position: relative;
  background-clip: padding-box;
  font-size: 110%; }

.req {
  background-color: #df2d3b;
  color: #fff;
  font-size: 80%;
  padding: 2px 5px;
  border-radius: 3px;
  position: absolute;
  right: 0px; }

.any {
  background-color: #868686;
  color: #fff;
  font-size: 80%;
  padding: 2px 5px;
  border-radius: 3px;
  position: absolute;
  right: 0px; }

label {
  cursor: pointer;
  width: 100%;
  display: inline-block; }

select {
  width: calc(25% - 10px);
  cursor: pointer;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #c1babb;
  background-color: #fff;
  font-size: 16px; }
  @media only screen and (max-width: 1000px) {
    select {
      width: calc(50% - 10px); } }

select.select-box {
  min-width: 250px;
  width: 40%;
  margin: 0; }

.radio-box, .checkbox-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .radio-box input, .checkbox-box input {
    visibility: hidden;
    position: absolute; }
  .radio-box li, .checkbox-box li {
    width: calc(25% - 20px);
    margin: 10px;
    line-height: 1.8;
    padding-bottom: 0; }
    @media only screen and (max-width: 1000px) {
      .radio-box li, .checkbox-box li {
        width: calc(50% - 20px); } }
  .radio-box label, .checkbox-box label {
    border-radius: 5px;
    padding: 8px;
    display: flex;
    align-items: center;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: #f1f1f1; }
    .radio-box label::before, .checkbox-box label::before {
      display: inline-block;
      content: "";
      width: 1.5rem;
      height: 1.5rem;
      margin-right: 5px;
      border: 1px solid #ccc;
      background-color: #fff; }
  .radio-box input:checked + label, .checkbox-box input:checked + label {
    position: relative;
    background-color: #fff;
    border: 2px solid #ef5964;
    color: #ef5964;
    font-weight: 700;
    padding: 6px; }
    .radio-box input:checked + label::before, .checkbox-box input:checked + label::before {
      border: 1px solid #ef5964;
      background: #ef5964; }

.checkbox-box input:checked + label::after {
  background-image: url("/lp/gakuwari/img/form_check.svg");
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 9px;
  filter: brightness(300); }

.radio-box label::before {
  border-radius: 50%; }
.radio-box input:checked + label::after {
  display: inline-block;
  content: "●";
  color: #f9d9db;
  position: absolute;
  left: 14px;
  top: 10px; }

.c-button {
  background-color: #df2d3b;
  box-shadow: 0 3px #B7B7B7;
  color: #fff; }
  .c-button:hover {
    background-color: #ef5964;
    box-shadow: 0 1px #B7B7B7;
    transform: translateY(2px); }

.c-button.disabled {
  background-color: gainsboro;
  box-shadow: none;
  cursor: auto; }
  .c-button.disabled:hover {
    box-shadow: none;
    transform: translateY(0); }

textarea {
  resize: vertical;
  white-space: pre-wrap;
  overflow-wrap: break-word; }

/*～～～～～～～～～～～～～～～～～～～～～～～～～～
プライバシーポリシー同意ボタン
～～～～～～～～～～～～～～～～～～～～～～～～～～*/
.agreement-box label {
  margin: 0 auto 35px;
  display: flex;
  justify-content: center;
  width: 300px;
  height: 100px;
  background: #f1f1f1; }
.agreement-box input:checked + label::after {
  left: 108px; }

/*～～～～～～～～～～～～～～～～～～～～～～～～～～
SSL
～～～～～～～～～～～～～～～～～～～～～～～～～～*/
.p-ssl {
  max-width: 980px;
  border-radius: 5px;
  padding: 10px;
  margin: 0 auto 50px;
  background-color: #f9eced;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .p-ssl img {
    line-height: 0;
    margin-left: 10px;
    max-width: 140px; }
  .p-ssl p {
    padding: 0;
    font-size: 80%; }

/*～～～～～～～～～～～～～～～～～～～～～～～～～～
進行
～～～～～～～～～～～～～～～～～～～～～～～～～～*/
.p-chartWrap {
  margin: 30px auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.p-chart {
  position: relative;
  padding: 0 10px; }

.c-step {
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  color: white;
  background-color: #dbcbcc;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  font-size: 100%;
  font-weight: 700; }

.c-step-here {
  background-color: #df2d3b;
  color: #fff; }

.c-step-here ~ * {
  color: #df2d3b !important; }

.c-arrow {
  margin-top: -25px;
  max-height: 30px;
  filter: grayscale(0.8);
  opacity: 0.5; }

/*～～～～～～～～～～～～～～～～～～～～～～～～～～
ボタン
～～～～～～～～～～～～～～～～～～～～～～～～～～*/
button {
  width: 48%;
  max-width: 418px;
  height: 70px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 900;
  font-size: clamp(16px, 3vw, 24px);
  margin: 0;
  transition: .3s ease; }

.btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px auto 100px; }
  .btn-box .c-button, .btn-box .c-button-back {
    margin: 15px; }

.notice {
  font-size: 14px;
  margin-left: 14px;
  margin-top: 7px; }
  .notice li {
    list-style: '※'; }
  .notice.credit li {
    margin: auto;
    width: fit-content; }

/*新年*/
.newyear_section h2.title {
  display: none; }

#newyear {
  max-width: 1000px;
  line-height: 1.4;
  font-size: 13px;
  border: 2px solid #f9d9db;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 10px 10px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  overflow: hidden;
  width: calc(100% - 20px);
  left: 10px;
  margin-top: 40px;
  margin-bottom: 40px; }
  #newyear .red {
    color: #d70000; }
  #newyear .bold {
    font-weight: 700; }
  #newyear .ny_title {
    display: block;
    background-color: #f9d9db;
    width: calc(100% + 20px);
    text-align: center;
    margin-left: -10px;
    padding: 5px;
    margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    #newyear {
      text-align: left; } }
