@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat+Subrayada");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body,
button,
input,
select,
textarea {
  color: #191937;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: normal;
}

body {
  background: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

img,
svg,
iframe {
  vertical-align: bottom;
}

a {
  color: #333;
}

a:hover {
  color: #333;
}

a[href^="tel:"] {
  pointer-events: none;
}

p {
  text-align: justify;
}

ul {
  list-style: none;
}

table {
  width: 100%;
}

input,
textarea {
  -webkit-appearance: none;
}

input[type='radio'] {
  -webkit-appearance: radio;
}

input[type='checkbox'] {
  -webkit-appearance: checkbox;
}

@media (max-width: 639px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

html {
  min-width: 1080px;
}

@media (max-width: 639px) {
  html {
    min-width: 320px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #111;
  z-index: 100;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 10%;
}

.header__logo__item {
  width: 80px;
  height: auto;
}

.header__nav {
  width: 1080px;
  padding: 0 80px 0 0;
  text-align: right;
}

.header__nav__list__item {
  display: inline-block;
}

.header__nav__anchor {
  margin: 0 0 0 3em;
  color: #34fff8;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.2s ease-out;
}

.header__nav__anchor:hover {
  color: #fff;
}

@media (max-width: 639px) {
  .header {
    position: absolute;
    height: 30px;
    background-position: center;
  }
  .header__logo {
    left: 12px;
    width: 50px;
  }
  .header__nav {
    display: none;
  }
}

.hero-header {
  width: 100%;
  margin: 60px 0 0;
  height: 600px;
  padding: 100px 0 0;
  background: url("../img/hero-header.png") center top no-repeat;
  background-size: cover;
  text-align: center;
}

.hero-header__inner {
  margin: auto;
  width: 980px;
}

.hero-header__en {
  display: block;
}

.hero-header__en_sp {
  display: none;
}

.hero-header__textarea__subtext {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
  color: #fff;
}

.hero-header__textarea__title {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 25px;
}

.hero-header__bt {
  border: 2px #fff solid;
  display: block;
  width: 450px;
  padding: 35px 0;
  margin: auto;
  border-radius: 999em;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}

@media (max-width: 639px) {
  .hero-header {
    background: url("../img/hero-header_sp.png") center top no-repeat;
    height: 500px;
    margin-top: 30px;
    padding: 40px 20px;
  }
  .hero-header__inner {
    padding: 25px 0 0;
    margin: auto;
    width: auto;
  }
  .hero-header__en {
    display: none;
  }
  .hero-header__en_sp {
    display: block;
    margin: 0 0 15px;
    max-width: 30%;
  }
  .hero-header__textarea__subtext {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 25px;
  }
  .hero-header__textarea__title {
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 25px;
  }
  .hero-header__box--brain {
    display: none;
  }
  .hero-header__box--office-work {
    display: none;
  }
  .hero-header__bt {
    display: block;
    height: 60px;
    width: auto;
    padding: 20px 20px 15px;
    margin: 20px;
    border-radius: 999em;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
  }
}

.footer {
  display: flex;
  width: 1080px;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  font-size: 13px;
}

.footer__link {
  line-height: 1.4;
}

.footer__copyright {
  line-height: 1.4;
}

@media (max-width: 639px) {
  .footer {
    display: block;
    width: auto;
    height: auto;
    padding: 15px;
    font-size: 12px;
  }
  .footer__link {
    margin-bottom: 1em;
  }
}

.hero-footer {
  position: relative;
  width: 100%;
  margin: 60px 0 0;
  background: #111126;
}

.hero-footer__title {
  width: 100%;
  height: 420px;
  padding: 180px 0 0;
  background: url("../img/hero-footer.png") center top no-repeat;
  background-size: 90%;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.32);
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 639px) {
  .hero-footer {
    margin-top: 8px;
  }
  .hero-footer__title {
    padding: 88px 12px 0 14px;
    height: 240px;
    background-position: center;
    background-size: cover;
    text-align: left;
    font-size: 32px;
    line-height: 1.1;
  }
}

.contact {
  position: relative;
  padding: 80px 0;
  background: #fff;
  color: #191937;
}

.contact__title {
  position: relative;
  margin: 0 0 80px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
}

.contact__title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  width: 32px;
  height: 4px;
  margin: 0 0 0 -16px;
  background: linear-gradient(to left, #002E57 0%, #008DFF 50%, #00FFFF 100%);
}

.contact__subtitle {
  display: block;
  padding: 0 0 6px;
  font-size: 12px;
  letter-spacing: 0;
  opacity: .65;
}

.contact__description {
  max-width: 1080px;
  margin: -60px auto 80px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
}

.contact__head {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
}

.contact__head:not(:first-child) {
  margin: 1em 0 0;
}

.contact__head::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 64px;
  height: 1px;
  background: linear-gradient(to left, #002E57 0%, #008DFF 50%, #00FFFF 100%);
}

.contact__head--voice {
  padding: 0 0 0 56px;
  background: url("../img/icon-voice.png") no-repeat;
  background-size: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.contact__subhead {
  display: block;
  margin: 4px 0 0;
  font-size: 14px;
  opacity: .6;
}

.contact__text {
  font-size: 14px;
  line-height: 1.6;
}

.contact__text:not(:first-child) {
  margin: 1em 0 0;
}

.contact__text--center {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

.contact__text--center:not(:first-child) {
  margin: 1em 0 0;
}

.contact__image:not(:first-child) {
  margin: 1.5em 0 0;
}

.contact__image__item {
  border-radius: 8px;
}

.contact--dark {
  margin: 40px 0 48px;
  padding: 80px 0;
  background: #111126;
  color: rgba(255, 255, 255, 0.9);
}

.contact__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}

.contact__inner:not(:last-child) {
  margin-bottom: 80px;
}

.contact__inner.is-center {
  align-items: center;
}

.contact__inner > *:nth-child(2n) {
  -webkit-transform: translate(0, -80px);
          transform: translate(0, -80px);
}

.contact__inner > *:nth-child(2n+1) {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

.contact__inner > *:first-child {
  margin-left: 0;
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}

.contact__inner > *:last-child {
  margin-right: 0;
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}

.contact__inner > *.is-inView {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.contact__inner-box {
  flex: 1;
  margin: 0 15px;
  opacity: 0;
  transition: .8s;
}

.contact__inner-box__child:not(:first-child) {
  margin: 2em 0 0;
}

.contact__inner-box--card {
  flex: 1;
  margin: 0 15px;
  opacity: 0;
  transition: .8s;
  padding: 32px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.contact__document {
  width: 1080px;
  margin: auto;
}

.contact__document__head {
  margin: 1em 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
}

.contact__document__text {
  margin: 1em 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.contact__document__indent {
  padding: 0 0 0 1.5em;
}

.contact__document__indent__mark {
  margin: 0 .5em 0 -1.5em;
}

.contact__backhome {
  width: 1080px;
  margin: 80px auto 0;
  text-align: center;
}

.contact__movie {
  max-width: 1080px;
  margin: -40px auto 0;
}

.contact__movie__youtube {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 56% 0 0;
}

.contact__movie__youtube iframe {
  position: absolute;
  top: -0.5%;
  left: -0.5%;
  width: 101%;
  height: 101%;
}

@media (max-width: 639px) {
  .contact {
    padding: 20px 20px 40px;
  }
  .contact--dark {
    margin: 8px 0 0;
    padding: 20px 0 40px;
  }
  .contact__title {
    margin: 20px 0 48px;
    padding: 0 20px;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .contact__subtitle {
    padding: 2px 0 4px;
    font-size: 9px;
  }
  .contact__description {
    margin: -28px auto 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  .contact__description.is-lead {
    margin-top: .25em;
    font-weight: normal;
  }
  .contact__description.is-lead br {
    display: none;
  }
  .contact__head {
    order: 1;
    margin: 0 !important;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .contact__head--voice {
    padding-top: 40px;
    background-position: 0 40px;
    border-top: 1px #ddd dashed;
  }
  .contact__text {
    order: 3;
    margin: .8em 0 0;
    font-size: 15px;
  }
  .contact__image {
    order: 2;
    margin: 1em 0 0;
  }
  .contact__inner {
    overflow: hidden;
    flex-direction: column;
  }
  .contact__inner > *:nth-child(2n) {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .contact__inner > *:nth-child(2n+1) {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .contact__inner > *:first-child {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .contact__inner > *:last-child {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .contact__inner-box {
    order: 1;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0 20px;
    opacity: 1;
  }
  .contact__inner-box:not(:first-child) {
    margin-top: 40px;
  }
  .contact__inner-box__child:not(:first-child) {
    margin: 1.5em 0 0;
  }
  .contact__inner-box.l-image {
    order: 2;
    margin: 0;
  }
  .contact__document {
    width: auto;
    padding: 0 15px;
  }
  .contact__document__head {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .contact__document__text {
    font-size: 14px;
  }
  .contact__backhome {
    width: auto;
    margin: 30px auto 20px;
  }
  .contact__movie {
    margin: 40px 0 0;
  }
}

.timeline {
  display: flex;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
}

.timeline__text {
  margin: 48px 0 0;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 2px;
}

.timeline__text__large {
  color: white;
  font-size: 1.6em;
}

.timeline__head {
  display: inline-block;
  width: 398px;
  margin: 0 0 16px;
  text-align: center;
  font-size: 21px;
  letter-spacing: 2px;
}

.timeline__box--left {
  width: 400px;
  padding: 0 2px 0 0;
  text-align: right;
}

.timeline__box--right {
  width: 400px;
  padding: 0 0 0 2px;
}

.timeline__list__item {
  margin: 4px 0 0;
}

.timeline__task__time {
  width: 40px;
  color: rgba(255, 255, 255, 0.8);
}

.timeline__task__title {
  flex: 1;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 2px;
}

.timeline__task--left {
  position: relative;
  display: flex;
  padding: 3px 6px 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  text-align: left;
  font-size: 11px;
  margin: 0 16px 0 0;
  color: #ff6fd4;
}

.timeline__task--left::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 8px;
  height: 100%;
  right: -16px;
  background: rgba(255, 111, 212, 0.8);
  border-radius: 999em 0 0 999em;
}

.timeline__task--right {
  position: relative;
  display: flex;
  padding: 3px 6px 0;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  text-align: left;
  font-size: 11px;
  margin: 0 0 0 16px;
  color: #a894f7;
}

.timeline__task--right::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 8px;
  height: 100%;
  left: -16px;
  background: rgba(168, 148, 247, 0.8);
  border-radius: 0 999em 999em 0;
}

.timeline .l-15m {
  height: 16px;
}

.timeline .l-15w {
  margin-top: 24px;
}

.timeline .l-30m {
  height: 36px;
}

.timeline .l-30w {
  margin-top: 48px;
}

.timeline .l-45m {
  height: 56px;
}

.timeline .l-45w {
  margin-top: 72px;
}

.timeline .l-60m {
  height: 76px;
}

.timeline .l-60w {
  margin-top: 96px;
}

.timeline .l-75m {
  height: 96px;
}

.timeline .l-75w {
  margin-top: 120px;
}

.timeline .l-90m {
  height: 116px;
}

.timeline .l-90w {
  margin-top: 144px;
}

.timeline .l-105m {
  height: 136px;
}

.timeline .l-105w {
  margin-top: 168px;
}

.timeline .l-120m {
  height: 156px;
}

.timeline .l-120w {
  margin-top: 192px;
}

.timeline .l-135m {
  height: 176px;
}

.timeline .l-135w {
  margin-top: 216px;
}

.timeline .l-150m {
  height: 196px;
}

.timeline .l-150w {
  margin-top: 240px;
}

.timeline .l-165m {
  height: 216px;
}

.timeline .l-165w {
  margin-top: 264px;
}

.timeline .l-180m {
  height: 236px;
}

.timeline .l-180w {
  margin-top: 288px;
}

.timeline .l-195m {
  height: 256px;
}

.timeline .l-195w {
  margin-top: 312px;
}

.timeline .l-210m {
  height: 276px;
}

.timeline .l-210w {
  margin-top: 336px;
}

.timeline .l-225m {
  height: 296px;
}

.timeline .l-225w {
  margin-top: 360px;
}

.timeline .l-240m {
  height: 316px;
}

.timeline .l-240w {
  margin-top: 384px;
}

.timeline .l-255m {
  height: 336px;
}

.timeline .l-255w {
  margin-top: 408px;
}

.timeline .l-270m {
  height: 356px;
}

.timeline .l-270w {
  margin-top: 432px;
}

.timeline .l-285m {
  height: 376px;
}

.timeline .l-285w {
  margin-top: 456px;
}

.timeline .l-300m {
  height: 396px;
}

.timeline .l-300w {
  margin-top: 480px;
}

.timeline .l-315m {
  height: 416px;
}

.timeline .l-315w {
  margin-top: 504px;
}

.timeline .l-330m {
  height: 436px;
}

.timeline .l-330w {
  margin-top: 528px;
}

.timeline .l-345m {
  height: 456px;
}

.timeline .l-345w {
  margin-top: 552px;
}

.timeline .l-360m {
  height: 476px;
}

.timeline .l-360w {
  margin-top: 576px;
}

.timeline .is-off {
  background: none;
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 639px) {
  .timeline__text {
    text-align: left;
    font-size: 18px;
  }
  .timeline__head {
    width: 149px;
    margin-bottom: 13px;
    font-size: 13px;
  }
  .timeline__box--left {
    width: 150px;
  }
  .timeline__box--right {
    width: 150px;
  }
  .timeline__task__title {
    font-size: 1em;
  }
}

.plan {
  display: flex;
  justify-content: space-between;
  max-width: 792px;
  margin: auto;
}

.plan__select--plan1 {
  display: flex;
  align-items: center;
  width: 330px;
  height: 330px;
  margin: 16px 0 96px;
  padding: 8px;
  background: linear-gradient(120deg, #f57564, #651963);
}

.plan__select--plan2 {
  display: flex;
  align-items: center;
  width: 330px;
  height: 330px;
  margin: 16px 0 96px;
  padding: 8px;
  background: linear-gradient(120deg, #1fc5da, #5b247a);
}

.plan__select__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 72px 32px 0;
  background: #111126;
  color: #fff;
}

.plan__select__catch {
  position: absolute;
  top: -32px;
  left: 0;
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
}

.plan__select__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.plan__select__price {
  margin: 24px 0;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.plan__select__price__unit {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 19px;
}

.plan__select__text {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.3;
}

.plan__select__note {
  position: absolute;
  bottom: -32px;
  left: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.3;
}

@media (max-width: 639px) {
  .plan {
    flex-direction: column;
    align-items: center;
    max-width: auto;
  }
  .plan__select--plan1 {
    margin: 24px 0 48px;
    width: 280px;
    height: 280px;
  }
  .plan__select--plan2 {
    margin: 0 0 48px;
    width: 280px;
    height: 280px;
  }
  .plan__select__inner {
    padding: 48px 24px 0;
  }
  .plan__select__price {
    font-size: 32px;
  }
}

.contact-btn {
  text-align: center;
}

.contact-btn__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: linear-gradient(to left, #002E57 0%, #008DFF 50%, #00FFFF 100%);
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: .25s;
  width: 378px;
  height: 54px;
}

.contact-btn__button:hover {
  color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.contact-btn__note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
}

@media (max-width: 639px) {
  .contact-btn {
    padding: 0 20px;
  }
  .contact-btn__button {
    width: auto;
  }
}

.contact-form {
  max-width: 800px;
  margin: -8px auto 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
}

.contact-form__block {
  display: flex;
  border-bottom: 1px rgba(0, 0, 0, 0.15) dashed;
}

.contact-form__text {
  width: 160px;
  padding: 24px 0 16px;
  font-weight: bold;
  line-height: 1.4;
}

.contact-form__input {
  flex: 1;
  padding: 16px 8px;
}

.contact-form__input__item {
  padding: 4px;
  border: 1px rgba(0, 0, 0, 0.3) solid;
  border-radius: 4px;
  font-size: 14px;
}

.contact-form__input .l-text {
  width: 200px;
  height: 30px;
}

.contact-form__input .l-long {
  width: 406px;
}

.contact-form__input .l-textarea {
  width: 406px;
  height: 10em;
}

.contact-form__input .is-error {
  background: #fdd;
}

.contact-form__label {
  display: flex;
  align-items: center;
}

.contact-form__label:not(:first-child) {
  margin: 4px 0 0;
}

.contact-form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: linear-gradient(to left, #002E57 0%, #008DFF 50%, #00FFFF 100%);
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: .25s;
  width: 150px;
  height: 54px;
  margin-top: 32px;
  border: none;
}

.contact-form__button:hover {
  color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.contact-form__error {
  display: block;
  margin: 8px 0 0;
  color: #f00;
  font-size: 12px;
}

.contact-form__end {
  height: 160px;
  text-align: center;
  font-size: 21px;
}

@media (max-width: 639px) {
  .contact-form {
    padding: 0 20px;
    font-size: 12px;
  }
  .contact-form__text {
    width: 108px;
  }
  .contact-form__input {
    padding: 16px 0;
    font-size: 14px;
  }
  .contact-form__input__item[type="checkbox"] {
    margin-right: 4px;
  }
  .contact-form__input .l-text {
    width: 100%;
    font-size: 16px;
  }
  .contact-form__input .l-text:not(:first-child) {
    margin-top: 4px;
  }
  .contact-form__input .l-textarea {
    width: 100%;
    font-size: 16px;
  }
  .contact-form__button {
    margin-top: 24px;
  }
}

.pack {
  background-color: #fff;
  padding: 80px 0;
}

.pack__inner {
  margin: auto;
  width: 980px;
}

.pack__textarea {
  margin: 0 0 40px;
}

.pack__textarea__subtitle {
  color: #000;
  font-size: 16px;
  text-align: center;
}

.pack__textarea__title {
  color: #000;
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 25px 0;
  text-align: center;
}

.pack__picturearea {
  margin: auto;
  width: 980px;
}

.pack__picturearea__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  text-align: center;
  width: 980px;
}

.pack__picturearea__area__itemarea {
  margin: 0 0 50px 100px;
  width: 300px;
}

.pack__picturearea__area__itemarea:nth-child(2n-1) {
  margin: 0 0 50px 0;
}

.pack__picturearea__area__itemarea__item {
  height: auto;
  max-width: 300px;
  margin: 0 0 20px 0;
}

.pack__picturearea__area__itemarea__text {
  font-size: 16px;
}

.pack__notetext__note {
  margin: 30px 0 0 0;
  line-height: 1.2;
}

@media (max-width: 639px) {
  .pack {
    padding: 40px 20px;
  }
  .pack__inner {
    margin: auto;
    width: auto;
  }
  .pack__textarea {
    margin: 0 0 40px 0;
  }
  .pack__textarea__subtitle {
    line-height: 1.5;
  }
  .pack__textarea__title {
    font-size: 25px;
    margin: 0 0 20px 0;
  }
  .pack__picturearea {
    width: auto;
  }
  .pack__picturearea__area {
    width: auto;
  }
  .pack__picturearea__area__itemarea {
    margin: 0 0 30px 0;
  }
  .pack__picturearea__area__itemarea:nth-child(2n-1) {
    margin: 0 0 30px 0;
  }
  .pack__notetext__note {
    margin: 30px 0 0 0;
  }
}

.pinkarea {
  background-color: #008DFF;
  padding: 80px 0;
}

.pinkarea__inner {
  margin: auto;
  width: 980px;
}

.pinkarea__itembox {
  margin: auto;
  text-align: center;
}

.pinkarea__itembox__item {
  margin: 0 0 50px 0;
}

.pinkarea__itembox__botan {
  border: 2px #fff solid;
  border-radius: 999em;
  color: #fff;
  display: block;
  font-size: 25px;
  font-weight: bold;
  margin: auto;
  padding: 35px;
  width: 450px;
}

@media (max-width: 639px) {
  .pinkarea {
    padding: 40px 20px;
  }
  .pinkarea__inner {
    width: auto;
    margin: auto;
  }
  .pinkarea__itembox__item {
    margin: 0;
    padding: 0  30px 20px;
  }
  .pinkarea__itembox__botan {
    font-size: 20px;
    height: 60px;
    padding: 20px;
    width: auto;
  }
}

.ministart {
  background-color: #fff;
  padding: 80px 0;
}

.ministart__inner {
  margin: auto;
  width: 980px;
}

.ministart__area__title {
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 40px 0;
  text-align: center;
}

.ministart__area__areabox__onbox {
  margin: 0 auto;
  width: 980px;
}

.ministart__area__areabox__onbox__ontext__text {
  font-size: 16px;
  line-height: 1.5;
}

.ministart__area__areabox__onbox__onpicture {
  height: auto;
  max-width: 980px;
  margin: 0 0 40px 0;
}

.ministart__area__areabox__onbox__onpicture_sp {
  display: none;
}

@media (max-width: 639px) {
  .ministart {
    padding: 40px 20px;
  }
  .ministart__inner {
    margin: auto;
    width: auto;
  }
  .ministart__area__title {
    font-weight: bold;
    font-size: 25px;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .ministart__area__areabox__onbox {
    margin: 0;
    width: auto;
  }
  .ministart__area__areabox__onbox__ontext__title {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 15px 0;
  }
  .ministart__area__areabox__onbox__ontext__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .ministart__area__areabox__onbox__onpicture {
    display: none;
  }
  .ministart__area__areabox__onbox__onpicture_sp {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}

.bluearea {
  background-color: #008DFF;
}

.bluearea::before {
  content: '';
  border-top: 55px solid #fff;
  border-right: 200px solid transparent;
  border-left: 200px solid transparent;
  height: auto;
  display: block;
  margin: auto;
  max-width: 0px;
}

.bluearea__innner {
  margin: auto;
  width: 1134px;
}

.bluearea__textarea {
  height: 200px;
  margin: 80px auto 0;
}

.bluearea__textarea__title {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 25px 0;
  text-align: center;
}

.bluearea__textarea__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 639px) {
  .bluearea__inner {
    margin: auto;
    padding: 0 20px 40px;
    width: auto;
  }
  .bluearea::before {
    content: '';
    border-top: 40px solid #fff;
    border-right: 120px solid transparent;
    border-left: 120px solid transparent;
    display: block;
    height: auto;
    margin: auto;
    max-width: 0px;
    width: auto;
  }
  .bluearea__textarea {
    margin: 40px 0 0 0;
  }
  .bluearea__textarea__title {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .bluearea__textarea__text {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}

.robopack-content {
  background-color: #f2f2f2;
  padding: 80px 0;
}

.robopack-content__inner {
  margin: auto;
  width: 980px;
}

.robopack-content__textarea {
  margin: 0 0 80px;
  text-align: center;
}

.robopack-content__textarea__subtitle {
  color: #000;
  font-size: 16px;
  margin: 25px 0 25px;
}

.robopack-content__textarea__title {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}

.robopack-content__picturearea {
  margin: auto;
  width: 980px;
}

.robopack-content__picturearea__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  text-align: center;
  width: 980px;
}

.robopack-content__picturearea__area__itemarea {
  margin: 0 50px;
  width: 200px;
}

.robopack-content__picturearea__area__itemarea__item {
  height: auto;
  margin: 0 0 20px 0;
  max-width: 200px;
}

.robopack-content__picturearea__area__itemarea__text {
  font-size: 16px;
}

@media (max-width: 639px) {
  .robopack-content {
    padding: 40px 20px;
  }
  .robopack-content__inner {
    margin: auto;
    width: auto;
  }
  .robopack-content__textarea {
    margin: 0 0 40px;
  }
  .robopack-content__textarea__title {
    font-size: 25px;
    margin: 0 0 20px;
  }
  .robopack-content__picturearea {
    width: auto;
  }
  .robopack-content__picturearea__area {
    width: auto;
  }
  .robopack-content__picturearea__area__itemarea {
    margin: 0 30px 30px;
    width: auto;
  }
}

.possible {
  background-color: #f2f2f2;
  padding: 80px 0;
}

.possible__inner {
  margin: auto;
  width: 980px;
}

.possible__textarea {
  margin: 0 0 80px;
}

.possible__textarea__subtitle {
  color: #000;
  font-size: 16px;
  text-align: center;
}

.possible__textarea__title {
  color: #000;
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 25px 0;
  text-align: center;
}

.possible__picturearea {
  margin: auto;
  width: 980px;
}

.possible__picturearea__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  text-align: center;
  width: 980px;
}

.possible__picturearea__area__itemarea {
  margin: 0 0 50px 100px;
  width: 300px;
}

.possible__picturearea__area__itemarea:nth-child(2n-1) {
  margin: 0 0 50px 0;
}

.possible__picturearea__area__itemarea__item {
  height: auto;
  max-width: 300px;
  margin: 0 0 20px 0;
}

.possible__picturearea__area__itemarea__text {
  font-size: 16px;
}

@media (max-width: 639px) {
  .possible {
    padding: 40px 20px;
  }
  .possible__inner {
    margin: auto;
    width: auto;
  }
  .possible__textarea {
    margin: 0 0 40px 0;
  }
  .possible__textarea__subtitle {
    line-height: 1.5;
  }
  .possible__textarea__title {
    font-size: 25px;
    margin: 0 0 20px 0;
  }
  .possible__picturearea {
    width: auto;
  }
  .possible__picturearea__area {
    width: auto;
  }
  .possible__picturearea__area__itemarea {
    margin: 0 0 30px 0;
  }
  .possible__picturearea__area__itemarea:nth-child(2n-1) {
    margin: 0 0 30px 0;
  }
}

.case {
  background-color: #f2f2f2;
  padding: 80px 0 80px 0;
}

.case__inner {
  margin: auto;
  width: 980px;
}

.case__textarea {
  margin: 0 0 80px 0;
}

.case__textarea__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.case__textarea__subtitle {
  font-size: 16px;
  margin: 25px 0 0 0;
  text-align: center;
}

.case__picturearea {
  margin: auto;
}

.case__picturearea__picturebox {
  background-color: #fff;
  margin: 0;
  padding: 30px 30px 30px 30px;
}

.case__picturearea__picturebox:nth-child(2n-1) {
  margin: 0 0 50px 0;
}

.case__picturearea__picturebox__picture {
  height: auto;
  max-width: 900px;
  margin: 0 0 20px 0;
}

.case__picturearea__picturebox__picture_sp {
  display: none;
}

.case__picturearea__picturebox__textbox__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 15px 0;
}

.case__picturearea__picturebox__textbox__text {
  line-height: 1.5;
}

@media (max-width: 639px) {
  .case {
    padding: 40px 20px;
  }
  .case__inner {
    margin: auto;
    width: auto;
  }
  .case__textarea {
    margin: 0 0 40px 0;
  }
  .case__textarea__title {
    font-size: 25px;
  }
  .case__textarea__subtitle {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0 0 0;
  }
  .case__picturearea {
    margin: auto;
  }
  .case__picturearea__picturebox {
    margin: 0;
  }
  .case__picturearea__picturebox:nth-child(2n-1) {
    margin: 0 0 40px 0;
  }
  .case__picturearea__picturebox__picture {
    display: none;
    margin: 30px;
  }
  .case__picturearea__picturebox__picture_sp {
    display: block;
    max-width: 100%;
    margin: 0 0 20px;
  }
  .case__picturearea__picturebox__textbox__title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px;
  }
}

.moneyplan {
  background-color: #fff;
  padding: 80px 0 80px 0;
}

.moneyplan__inner {
  margin: auto;
  width: 980px;
}

.moneyplan__textarea {
  margin: 0 0 80px;
  width: 980px;
}

.moneyplan__textarea__title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.moneyplan__textarea__subtitle {
  font-size: 16px;
  margin: 25px 0 0 0;
  text-align: center;
}

.moneyplan__planarea {
  text-align: center;
}

.moneyplan__planarea__planbox {
  background-color: #f2f2f2;
}

.moneyplan__planarea__planbox__planname {
  background-color: #008DFF;
  padding: 30px;
}

.moneyplan__planarea__planbox__planname__plantext {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.moneyplan__planarea__planbox__money {
  padding: 50px;
}

.moneyplan__planarea__planbox__money__moneytext {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
}

.moneyplan__planarea__planbox__money__moneytextsub {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.moneyplan__planarea__follow {
  height: auto;
  margin: 40px 0;
  max-width: 200px;
}

.moneyplan__planarea__subarea {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin: 80px 0 0;
  text-align: center;
}

@media (max-width: 639px) {
  .moneyplan {
    padding: 40px 20px;
  }
  .moneyplan__inner {
    margin: auto;
    width: auto;
  }
  .moneyplan__textarea {
    margin: 0 0 40px;
    width: auto;
  }
  .moneyplan__textarea__title {
    font-size: 25px;
  }
  .moneyplan__textarea__subtitle {
    margin: 20px 0 0;
    line-height: 1.5;
  }
  .moneyplan__planarea__planbox__planname {
    padding: 20px;
  }
  .moneyplan__planarea__planbox__planname__plantext {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }
  .moneyplan__planarea__planbox__money {
    padding: 30px;
  }
  .moneyplan__planarea__planbox__money__moneytext {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }
  .moneyplan__planarea__planbox__money__moneytextsub {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
  .moneyplan__planarea__follow {
    margin: 20px 0;
  }
  .moneyplan__planarea__subarea {
    font-size: 16px;
    margin: 30px 0 0;
  }
}
