@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap");
html {
  overflow-x: hidden;
  font-family: "Schibsted Grotesk", "Noto Sans JP", "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

body {
  color: #2B2D39;
  font-size: 14px;
  font-family: "Schibsted Grotesk", "Noto Sans JP", "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  line-height: 1.8;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

main {
  overflow-x: hidden;
}

.container-wrap {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .container-wrap {
    padding: 0 16px;
  }
}
.container-wrap.full {
  max-width: 100%;
}
@media (min-width: 768px) {
  .container-wrap.full {
    padding: 0 40px;
  }
}

@media (max-width: 767.98px) {
  .container-wrap.sp-full {
    max-width: 100%;
    padding: 0;
  }
}
p {
  line-height: 1.8;
}

.btn {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  font-weight: bold;
  padding: 14px 16px;
  min-width: 280px;
  background-color: #E62E8B;
  color: #fff;
  border: solid 2px #E62E8B;
}
@media (min-width: 768px) {
  .btn {
    padding: 14px 20px;
    max-width: 300px;
    min-width: 300px;
  }
}
.btn.btn-line {
  background-color: #00B900;
  border: solid 2px #00B900;
}

.bg-purplegrad {
  background: -webkit-gradient(linear, left top, right top, from(#19204C), color-stop(37.59%, #39497F), color-stop(72.49%, #654062), color-stop(107.39%, #631A21));
  background: linear-gradient(90deg, #19204C 0%, #39497F 37.59%, #654062 72.49%, #631A21 107.39%);
}

.bg-bluegrad {
  background: linear-gradient(92deg, #39497F 0%, #00A5E3 100%);
}

.text-purplebluegrad {
  background: linear-gradient(152deg, #E62E8B 6.07%, #00A5E3 85.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-goldgrad {
  background: -webkit-gradient(linear, left top, left bottom, from(#E2CB87), color-stop(80.43%, #A08E42));
  background: linear-gradient(180deg, #E2CB87 0%, #A08E42 80.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*------------------
 setting
------------------*/
.section-wrap {
  padding: 48px 0 56px;
}
@media (min-width: 768px) {
  .section-wrap {
    padding: 120px 0;
  }
}

a {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:hover, a:focus, a:hover img, a:focus img {
  opacity: 0.9;
  -webkit-transition: all ease 0.25;
  transition: all ease 0.25;
}

.section-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section-ttl {
    margin-bottom: 40px;
  }
}
.section-ttl span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#E62E8B), color-stop(36%, #7FBE25), color-stop(60%, #EB6100), to(#00A5E3));
  background: linear-gradient(90deg, #E62E8B 0%, #7FBE25 36%, #EB6100 60%, #00A5E3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section-ttl span {
    font-size: 20px;
  }
}
.section-ttl h2 {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, right top, from(#19204C), color-stop(31.5%, #39497F), color-stop(68.5%, #654062), to(#631A21));
  background: linear-gradient(90deg, #19204C 0%, #39497F 31.5%, #654062 68.5%, #631A21 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .section-ttl h2 {
    font-size: 36px;
  }
}
.section-ttl.white h2 {
  background: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.lp-section .section-ttl::before {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  font-size: 64px;
  font-weight: 900;
  color: rgba(255, 255, 255, .05);
  line-height: 0.8;
  text-transform: uppercase;
  z-index: 0;
}
@media (min-width: 768px) {
  .lp-section .section-ttl::before {
    top: -24px;
    font-size: 100px;
  }
}
.lp-section.lp-statement .section-ttl::before {
  content: "Statement";
}
.lp-section.lp-concept .section-ttl::before {
  content: "Concept";
  color: rgba(43, 45, 57, .05);
}
.lp-section.lp-curriculum .section-ttl::before {
  content: "Curriculum";
  color: rgba(43, 45, 57, .05);
}
.lp-section.lp-step .section-ttl::before {
  content: "Step";
  color: rgba(43, 45, 57, .05);
}
.lp-section.lp-support .section-ttl::before {
  content: "Support";
}
.lp-section.lp-voice .section-ttl::before {
  content: "Voice";
  color: rgba(43, 45, 57, .05);
}
.lp-section.lp-profile .section-ttl::before {
  content: "Profile";
}
.lp-section.lp-price .section-ttl::before {
  content: "Price";
  color: rgba(43, 45, 57, .05);
}
.lp-section.lp-faq .section-ttl::before {
  content: "Faq";
}

/*------------------
 header
------------------*/
.header {
  padding: 16px 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  .header {
    padding: 20px 0;
  }
}
.header .logo {
  display: none;
}
.header .logo-w {
  display: block;
}
.header.header-fixed {
  padding: 8px 0;
  background-color: rgba(255, 255, 255, .95);
}
@media (min-width: 768px) {
  .header.header-fixed {
    padding: 8px 0;
  }
}
.header.header-fixed .logo {
  display: block;
}
.header.header-fixed .logo-w {
  display: none;
}
.header.header-fixed .hamburger-btn .line {
  background-color: #2B2D39;
}
.header .menu {
  display: none;
}
.header .menu.active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(43, 45, 57, .95);
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .header .menu ul {
    max-width: 680px;
    margin: 0 auto;
  }
}
.header .menu ul li {
  width: 100%;
}
.header .menu ul li a {
  font-size: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #5c5c64;
}
@media (min-width: 768px) {
  .header .menu ul li a {
    font-size: 18px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.header .menu ul li .menu-btns {
  max-width: 100%;
}
.header .menu ul li .menu-btns li {
  width: 100%;
}
@media (min-width: 768px) {
  .header .menu ul li .menu-btns li {
    max-width: 320px;
    min-width: 320px;
  }
}
.header .menu .btn {
  text-align: center;
  padding: 16px;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .header .menu .btn {
    padding: 20px;
    max-width: 320px;
    min-width: 320px;
  }
}
.header .header-btn {
  min-width: 148px;
}
.header .hamburger-btn {
  position: relative;
  z-index: 1000;
}
.header .hamburger-btn .hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 1000;
}
@media (min-width: 768px) {
  .header .hamburger-btn .hamburger {
    width: 64px;
    height: 64px;
  }
}
.header .hamburger-btn .line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.header .hamburger-btn .line:nth-child(2), .header .hamburger-btn .line:nth-child(3) {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .header .hamburger-btn .line:nth-child(2), .header .hamburger-btn .line:nth-child(3) {
    margin-top: 12px;
  }
}
.header .hamburger-btn .hamburger.clicked .line {
  background-color: #fff;
}
.header .hamburger-btn .hamburger.clicked .line:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.header .hamburger-btn .hamburger.clicked .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
@media (min-width: 768px) {
  .header .hamburger-btn .hamburger.clicked .line:nth-child(1) {
    top: 14px;
  }
}
.header .hamburger-btn .hamburger.clicked .line:nth-child(3) {
  width: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 10px;
}
@media (min-width: 768px) {
  .header .hamburger-btn .hamburger.clicked .line:nth-child(3) {
    bottom: 14px;
  }
}

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(320px);
            transform: translateX(320px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(320px);
            transform: translateX(320px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*------------------
 footer
------------------*/
.footer .footer-lists li {
  position: relative;
}
.footer .footer-lists li:first-of-type::before {
  display: none;
}
.footer .footer-lists li::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #D5D5D5;
}

/*------------------
 tab
------------------*/
.tab-wrap .tab-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 8px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  border: solid 1px #19204C;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .tab-wrap .tab-btn {
    font-size: 18px;
    padding: 16px 0;
  }
}
.tab-wrap .tab-btn.show {
  background: -webkit-gradient(linear, left top, right top, from(#19204C), color-stop(37.59%, #39497F), color-stop(72.49%, #654062), color-stop(107.39%, #631A21));
  background: linear-gradient(90deg, #19204C 0%, #39497F 37.59%, #654062 72.49%, #631A21 107.39%);
  color: #fff;
}
.tab-wrap .tab-btn.blue {
  background-color: #fff;
  color: #39497F;
}
.tab-wrap .tab-btn.blue.show {
  background: linear-gradient(92deg, #39497F 0%, #00A5E3 100%);
  color: #fff;
}
.tab-wrap .tab-btn .num {
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .tab-wrap .tab-btn .num {
    top: 11px;
    left: 16px;
  }
}
.tab-wrap .tab-contents {
  display: none;
}
.tab-wrap .tab-contents.show {
  display: block;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .tab-wrap .tab-contents.show {
    margin-top: 48px;
  }
}
.tab-wrap .tab-contents.vertical.show {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .tab-wrap .tab-contents.vertical.show {
    margin-top: 0;
  }
}

.subfv .sub-catch {
  color: #8589A5;
}

.custom-table dt,
.custom-table dd {
  padding: 24px 0;
  border-bottom: solid 1px #efefef;
}
@media (min-width: 768px) {
  .custom-table dt:first-of-type,
  .custom-table dd:first-of-type {
    border-top: solid 1px #efefef;
  }
}
.custom-table dt {
  width: 220px;
}
.custom-table dd {
  padding-left: 20px;
  width: calc(100% - 220px);
}

@media (max-width: 767.98px) {
  .custom-table dt,
  .custom-table dd {
    width: 100%;
  }
  .custom-table dt {
    padding-top: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .custom-table dd {
    padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 0;
  }
}
.num-indent {
  text-indent: -30px;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .num-indent {
    text-indent: -32px;
    padding-left: 32px;
  }
}

.term-box {
  height: 320px;
}
@media (min-width: 768px) {
  .term-box {
    height: 400px;
  }
}

#submit:disabled {
  background-color: #bebebe;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  cursor: not-allowed;
}

/*------------------
 mainfv
------------------*/
.mainfv {
  background-color: #2B2D39;
  background-repeat: no-repeat;
}
.mainfv::before {
  content: "";
}
.mainfv .btn {
  text-align: center;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .mainfv .btn {
    padding: 20px;
    max-width: 360px;
    min-width: 360px;
  }
}
.mainfv .mainfv-deco {
  font-size: 180px;
  font-weight: 900;
  color: rgba(255, 255, 255, .05);
  line-height: 0.8;
  text-transform: uppercase;
}

/*------------------
 statement
------------------*/
.lp-statement {
  background-image: url(../img/lp/statement_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.lp-statement::before {
  content: "";
  background-color: rgba(43, 45, 57, .9);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/*------------------
 concept
------------------*/
.lp-concept {
  background-image: url(../img/lp/concept_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/*------------------
 curriculum
------------------*/
.lp-curriculum {
  background-color: #F6F7F9;
}
.lp-curriculum .feature-num {
  position: relative;
  width: 216px;
}
.lp-curriculum .feature-num::before {
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: #19204C;
}

/*------------------
 step
------------------*/
.lp-step .step-flow .step-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp-step .step-flow .step-block + .step-block {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .lp-step .step-flow .step-block + .step-block {
    margin-top: 24px;
  }
}
.lp-step .step-flow .step-block__num {
  width: 56px;
  height: 56px;
}
@media (min-width: 768px) {
  .lp-step .step-flow .step-block__num {
    width: 80px;
    height: 80px;
  }
}
.lp-step .step-flow .step-block__num .num {
  width: 56px;
  height: 56px;
  background: -webkit-gradient(linear, left top, right top, from(#19204C), color-stop(0.01%, #104E8B), color-stop(107.39%, #223651));
  background: linear-gradient(90deg, #19204C 0%, #104E8B 0.01%, #223651 107.39%);
}
@media (min-width: 768px) {
  .lp-step .step-flow .step-block__num .num {
    width: 80px;
    height: 80px;
  }
}
.lp-step .step-flow .step-block__col {
  padding-left: 12px;
  width: calc(100% - 56px);
}
@media (min-width: 768px) {
  .lp-step .step-flow .step-block__col {
    padding-left: 24px;
    width: calc(100% - 80px);
  }
}

/*------------------
 support
------------------*/
.lp-support .support-bg {
  position: relative;
  margin: 40px calc(50% - 50vw);
  width: 100vw;
  background-image: url(../img/lp/support_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
}
@media (min-width: 768px) {
  .lp-support .support-bg {
    background-image: url(../img/lp/support_bg.jpg);
    height: 450px;
    margin: 80px calc(50% - 50vw);
  }
}
.lp-support .support-bg::before {
  content: "";
  background-color: rgba(43, 45, 57, .7);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/*------------------
 voice
------------------*/
/*------------------
 profile
------------------*/
.lp-profile {
  background-image: url(../img/lp/profile_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/*------------------
 price
------------------*/
.lp-price .price-lists .price-inner {
  background-color: #F6F7F9;
  height: 100%;
}
.lp-price .price-lists .price-inner__ttl {
  position: relative;
}
.lp-price .price-lists .price-inner__col .price-info dt {
  width: 120px;
}
.lp-price .price-lists .price-inner__col .price-info dd {
  width: calc(100% - 120px);
}

/*------------------
 faq
------------------*/
.lp-faq .faq-block + .faq-block {
  margin-top: 24px;
}
.lp-faq .faq-block__header {
  background-color: #EEF1F5;
  padding: 16px 40px 16px 16px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .lp-faq .faq-block__header {
    padding: 24px 56px 24px 24px;
  }
}
.lp-faq .faq-block__header .i-box {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
@media (min-width: 768px) {
  .lp-faq .faq-block__header .i-box {
    right: 24px;
  }
}
.lp-faq .faq-block__header .i-box:before, .lp-faq .faq-block__header .i-box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.lp-faq .faq-block__header .i-box:before {
  border-top: 2px solid #19204C;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.lp-faq .faq-block__header .i-box:after {
  border-left: 2px solid #19204C;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lp-faq .faq-block__header.open .i-box:after {
  height: 0;
}
.lp-faq .faq-block__header .faq-head {
  display: block;
  padding-left: 44px;
  position: relative;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lp-faq .faq-block__header .faq-head {
    padding-left: 56px;
  }
}
.lp-faq .faq-block__header .faq-head::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "Q";
  background: linear-gradient(135deg, #39497F 0%, #00A5E3 100%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .lp-faq .faq-block__header .faq-head::before {
    top: -6px;
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
.lp-faq .faq-block__header .faq-head p {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .lp-faq .faq-block__header .faq-head p {
    font-size: 18px;
  }
}
.lp-faq .faq-block__inner {
  display: none;
  padding: 12px 40px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #EEF1F5;
}
@media (min-width: 768px) {
  .lp-faq .faq-block__inner {
    padding: 12px 56px 24px 24px;
  }
}
.lp-faq .faq-block__inner .faq-inner {
  display: block;
  padding-left: 44px;
  position: relative;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lp-faq .faq-block__inner .faq-inner {
    padding-left: 56px;
  }
}
.lp-faq .faq-block__inner .faq-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "A";
  background-color: #fff;
  color: #00A5E3;
  font-size: 18px;
  font-weight: bold;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .lp-faq .faq-block__inner .faq-inner::before {
    top: -6px;
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
.lp-faq .faq-block__inner .faq-inner p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .lp-faq .faq-block__inner .faq-inner p {
    font-size: 16px;
  }
}

/*------------------
 cta
------------------*/
.lp-cta {
  background: url(../img/lp/cta_bg.jpg) center center no-repeat;
  background-size: cover;
}
.lp-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(25, 32, 76, .7);
  width: 100%;
  height: 100%;
}
.lp-cta .btn {
  text-align: center;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .lp-cta .btn {
    padding: 20px;
    max-width: 360px;
    min-width: 360px;
  }
}

/*------------------
 contact
------------------*/
@media (max-width: 767.98px) {
  .acceptance-block input {
    width: 16px;
    height: 16px;
  }
  .acceptance-block p {
    width: calc(100% - 28px);
    line-height: 1.3;
  }
}
/*------------------
 mainfv
------------------*/
.mainfv {
  background-image: url(../img/front-page/mainfv_image_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  height: 760px;
}
@media (min-width: 768px) {
  .mainfv {
    background-image: url(../img/front-page/mainfv_image.png);
    height: 560px;
  }
}
@media (min-width: 1280px) {
  .mainfv {
    height: 680px;
  }
}
@media (min-width: 1440px) {
  .mainfv {
    height: 880px;
  }
}

/*------------------
 about
------------------*/
/*------------------
 recruit
------------------*/
.section-recruit {
  padding: 80px 0 320px;
  background-image: url(../img/common/recruit_bg_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .section-recruit {
    background-image: url(../img/common/recruit_bg.png);
    padding: 80px 0 100px;
  }
}
@media (min-width: 1024px) {
  .section-recruit {
    padding: 120px 0 150px;
    background-size: contain;
  }
}
@media (min-width: 1280px) {
  .section-recruit {
    padding: 150px 0 180px;
  }
}
@media (min-width: 1440px) {
  .section-recruit {
    padding: 200px 0 240px;
  }
}
/*# sourceMappingURL=style.css.map */
