@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

*:hover,
*:focus,
*:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/*===========================
  All
===========================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

/*===========================
  Anchor
===========================*/
a {
  text-decoration: none;
}

/*===========================
  img
===========================*/
img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*===========================
  Form
===========================*/
/* Form */
form {
  width: 100%;
  margin: 0 auto;
}

label {
  display: inline-block;
}

input,
select,
button {
  font-size: 1em;
  -webkit-appearance: none;
  display: inline-block;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  font-size: 1em;
  border-radius: 10px;
  cursor: pointer;
  padding: 5px 10px;
}

input[type="text"],
input[type="num"],
textarea {
  border-top: 2px solid #eeeeee;
  border-top-style: inset;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  border-left-style: inset;
  vertical-align: bottom;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*===========================
  BR
===========================*/
@media only screen and (min-width: 769px) {
  br.mobile {
    display: none !important;
  }
  br.sp {
    display: none !important;
  }
  br.n_sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  br.pc {
    display: none !important;
  }
}

@media only screen and (max-width: 414px) {
  br.sp {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  br.n_sp {
    display: inline;
  }
}

/*===========================
  Img
===========================*/
@media only screen and (min-width: 769px) {
  img.mobile {
    display: none !important;
  }
  img.sp {
    display: none !important;
  }
  img.n_sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  img.pc {
    display: none !important;
  }
}

@media only screen and (max-width: 414px) {
  img.sp {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  img.n_sp {
    display: inline;
  }
}

html {
  font-size: 16px;
}

body,
body a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  color: #0a1f45;
  letter-spacing: 0.052em;
  line-height: 2;
}

body {
  min-width: 320px;
}

@media only screen and (min-width: 769px) {
  body {
    min-width: 769px;
  }
}

body .container {
  width: 87.2%;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  body .container {
    max-width: 1120px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 769px) {
  body .container2 {
    max-width: 960px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 769px) {
  body .container3 {
    max-width: 600px;
    margin: 0 auto;
  }
}

body main > section:not(.fv) {
  padding: 5rem 0;
}

@media only screen and (min-width: 769px) {
  body main > section:not(.fv) {
    padding: 8rem 0;
  }
}

div.btn-wrapper {
  text-align: center;
}

div.btn-wrapper a {
  margin-top: 3rem;
  padding: 1.5rem 2rem;
  display: inline-block;
  background: #ff7f00;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px #002d7c;
  box-shadow: 0 3px #002d7c;
}

@media only screen and (min-width: 769px) {
  div.btn-wrapper a {
    padding: 1.5rem 6rem;
    font-size: 1.5rem;
  }
}

img {
  border-radius: 2px;
  vertical-align: bottom;
}

span.excl {
  display: inline-block;
  line-height: 1.41667;
  font-size: 1.5rem;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  padding-left: 0.15em;
}

@media only screen and (min-width: 769px) {
  span.excl {
    line-height: 1.3;
    font-size: 1.875rem;
  }
}

main {
  overflow: hidden;
}

.header__logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo img {
  display: block;
  width: auto;
  height: 1.75rem;
}

@media only screen and (min-width: 769px) {
  .header__logo img {
    height: 36px;
  }
}

.fv {
  width: 100vw;
  height: calc(100vh - 5.75rem);
  position: relative;
}

@media only screen and (min-width: 769px) {
  .fv {
    height: 100vh;
  }
}

.fv .layer {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-image: radial-gradient(#fff 22%, transparent 0), radial-gradient(#fff 22%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 4px 4px;
}

.fv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fv__wrapper {
  z-index: 10;
  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;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.fv__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
}

.fv__logo img {
  width: 100%;
}

.fv__copy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

@media only screen and (min-width: 769px) {
  .fv__copy {
    max-width: 1200px;
    width: 65vw;
    height: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 3%;
  }
}

.fv__copy img {
  width: 100%;
}

.fixed-nav {
  width: 100%;
  height: 5.75rem;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .fixed-nav {
    min-width: 360px;
    width: 25%;
    top: 0;
    right: 0;
  }
}

.fixed-nav__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #ff7f00;
}

@media only screen and (min-width: 769px) {
  .fixed-nav__list {
    border-top: none;
  }
}

.fixed-nav__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fixed-nav__item:nth-of-type(1) a {
  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;
  line-height: 1.33333;
  font-size: 0.75rem;
  color: #fff;
  padding: 0.5rem 0 1.75rem 0;
  background: #0a1f45;
}

@media only screen and (min-width: 769px) {
  .fixed-nav__item:nth-of-type(1) a {
    padding: 0.5rem 0 0.75rem;
  }
}

.fixed-nav__item:nth-of-type(1) a::before {
  display: block;
  content: '\f3cd';
  font-size: 35px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
  padding-bottom: 0.25rem;
}

.fixed-nav__item:nth-of-type(2) a {
  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;
  line-height: 1.33333;
  font-size: 0.75rem;
  color: #fff;
  padding-bottom: 1.75rem;
  background: #06c755;
}

@media only screen and (min-width: 769px) {
  .fixed-nav__item:nth-of-type(2) a {
    padding: 0 0 0.75rem;
  }
}

.fixed-nav__item:nth-of-type(2) a::before {
  content: '\f3c0';
  font-size: 41px;
  display: table-cell;
  vertical-align: bottom;
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
  padding-top: 0.25rem;
}

.fixed-nav__item:nth-of-type(3) a {
  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;
  line-height: 1.33333;
  font-size: 0.75rem;
  color: #fff;
  padding: 0.5rem 0 1.75rem 0;
  background: #002d7c;
}

@media only screen and (min-width: 769px) {
  .fixed-nav__item:nth-of-type(3) a {
    padding: 0.5rem 0 0.75rem;
  }
}

.fixed-nav__item:nth-of-type(3) a::before {
  display: block;
  content: '\f3fe';
  font-size: 35px;
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
  padding-bottom: 0.25rem;
}

img.img01 {
  width: 100%;
  border-radius: none;
  margin-top: 3rem;
}

@media only screen and (min-width: 769px) {
  img.img01 {
    display: none;
  }
}

.img01__wrapper {
  margin-top: 2rem;
}

@media only screen and (min-width: 769px) {
  .img01__wrapper {
    margin-top: 0;
    padding: 5rem 0;
  }
}

.img01__wrapper p {
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .img01__wrapper p {
    font-size: 1.25rem;
  }
}

.img01__wrapper p span.marker {
  background: rgba(255, 238, 0, 0.7);
}

.img01__wrapper p span.bold {
  color: #ff7f00;
  font-size: 1.25rem;
}

@media only screen and (min-width: 769px) {
  .img01__wrapper p span.bold {
    font-size: 1.75rem;
  }
}

.intro {
  background: #eceff2;
  overflow: hidden;
  margin-bottom: -2.5rem;
}

.intro__ttl {
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  color: #002d7c;
  padding-left: 6.4%;
  margin-top: 2rem;
  margin-bottom: 3.75rem;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .intro__ttl {
    line-height: 2;
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 8rem;
    padding-left: 0;
    text-align: center;
  }
}

.intro__ttl::before {
  content: '';
  white-space: pre;
  display: block;
  width: 5.2%;
  padding-left: 5.2%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, transparent), color-stop(45%, #002d7c), color-stop(52%, #002d7c), color-stop(52%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 45%, #002d7c 45%, #002d7c 52%, transparent 52%, transparent 100%);
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 2.25;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -2.4rem;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .intro__ttl::before {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .intro__ttl {
    margin: 3rem auto;
  }
}

.intro__ttl::before {
  content: '  INTRODUCTION';
}

.intro__balloon-list {
  margin-bottom: 4.25rem;
}

@media only screen and (min-width: 769px) {
  .intro__balloon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 5.5%;
    padding-left: 5.5%;
  }
}

.intro__balloon-item {
  display: block;
  line-height: 2;
  font-size: 0.875rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #002d7c;
  margin: 2.625rem 0;
  margin-right: -7.4%;
  padding: 1.5rem 7.4%;
  background: #fff;
  border-radius: 12px 0 0 12px;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .intro__balloon-item {
    padding: 2rem 3rem;
    width: 47.5%;
    border-radius: 12px 12px 12px 12px;
    margin: 1.5rem 0;
  }
}

.intro__balloon-item::before, .intro__balloon-item::after {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  content: '';
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
}

.intro__balloon-item::before {
  width: 1.5rem;
  height: 1.5rem;
  bottom: -0.75rem;
  left: calc(50% - 0.75rem);
}

.intro__balloon-item::after {
  width: 0.75rem;
  height: 0.75rem;
  bottom: -1.75rem;
  left: calc(50% - 1rem);
}

@media only screen and (min-width: 769px) {
  .intro__balloon-item:nth-of-type(odd) {
    margin-right: 2.5%;
  }
}

@media only screen and (min-width: 769px) {
  .intro__balloon-item:nth-of-type(even) {
    margin-left: 2.5%;
  }
}

.intro__text {
  line-height: 2;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 5rem;
}

@media only screen and (min-width: 769px) {
  .intro__text {
    max-width: 535px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 65px;
    margin-bottom: 10rem;
  }
}

.intro__text::after {
  content: '';
  display: block;
  margin: -1rem 0 0 auto;
  width: 148px;
  height: 148px;
  background: url("../../images/driver.png") no-repeat center;
  background-size: contain;
}

@media only screen and (min-width: 769px) {
  .intro__text::after {
    display: inline-block;
    width: 130px;
    height: 130px;
    position: absolute;
    bottom: 0;
    right: -65px;
  }
}

.intro02__headding {
  margin: 0 -7.5%;
  padding: 3.75rem 7.5% 2.5rem;
  text-align: center;
  background: #002d7c;
  color: #fff;
  line-height: 2;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .intro02__headding:nth-of-type(odd) {
    margin: 0;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }
}

@media only screen and (min-width: 769px) {
  .intro02__headding:nth-of-type(even) {
    margin: 0;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }
}

.intro02__headding::after {
  content: '';
  display: block;
  width: 100%;
  height: 3rem;
  background: #002d7c;
}

@media only screen and (min-width: 769px) {
  .intro02__headding::after {
    height: 5rem;
  }
}

.intro02__box {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
  margin-top: -3rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 769px) {
  .intro02__box {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-top: -3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 769px) {
  .intro02__box:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 769px) {
  .intro02__box:nth-of-type(even) .intro02__text {
    margin-left: 0;
  }
}

.intro02__box img {
  display: block;
  width: 100%;
  border-radius: 6px 6px 0 0;
}

@media only screen and (min-width: 769px) {
  .intro02__box img {
    border-radius: 0;
    width: 45%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.intro02__text {
  padding: 2.5rem 6.4%;
  background: #fff;
  border-radius: 0 0 6px 6px;
  line-height: 2;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) {
  .intro02__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: -3rem;
    padding: 2.5rem;
    border-radius: 0;
  }
}

.feature {
  background: #fff;
}

@media only screen and (min-width: 769px) {
  .feature::before {
    content: 'FEATURE';
    display: block;
    font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
    line-height: 1;
    font-size: 12.5rem;
    letter-spacing: 0.1em;
    color: #eceff2;
    padding-bottom: 3rem;
    text-align: center;
  }
}

.feature__ttl {
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  color: #002d7c;
  padding-left: 6.4%;
  margin-top: 2rem;
  margin-bottom: 3.75rem;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .feature__ttl {
    line-height: 2;
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 8rem;
    padding-left: 0;
    text-align: center;
  }
}

.feature__ttl::before {
  content: '';
  white-space: pre;
  display: block;
  width: 5.2%;
  padding-left: 5.2%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, transparent), color-stop(45%, #002d7c), color-stop(52%, #002d7c), color-stop(52%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 45%, #002d7c 45%, #002d7c 52%, transparent 52%, transparent 100%);
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 2.25;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -2.4rem;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .feature__ttl::before {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .feature__ttl {
    margin-bottom: 3rem;
  }
}

.feature__ttl::before {
  content: '  FEATURE';
}

.feature__ttl span {
  color: #ff7f00;
  margin-left: 0.15rem;
}

@media only screen and (min-width: 769px) {
  .feature__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 960px;
    width: 87.2%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 769px) {
  .feature__wrapper > div {
    width: 47.5% !important;
    margin: 0;
  }
}

.feature__graph {
  width: 100%;
  background: #eceff2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.feature__graph::before {
  content: '';
  width: 2rem;
  height: 2rem;
  position: absolute;
  bottom: 0;
  right: 6.4%;
  background: url("../../images/logomark.svg") no-repeat center bottom;
}

@media only screen and (min-width: 769px) {
  .feature__graph::before {
    width: 3rem;
    height: 3rem;
    background-size: contain;
    right: 35%;
  }
}

.feature__graph-box {
  width: 50%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.feature__graph-box img {
  display: block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 90%;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
}

@media only screen and (min-width: 769px) {
  .feature__graph-box img {
    width: 90%;
    height: auto;
  }
}

.feature__graph-box .graph {
  width: 30%;
  border-radius: 3px 3px 0 0;
}

.feature__graph-box .graph-01 {
  height: 3.75rem;
  background: #0a1f45;
}

@media only screen and (min-width: 769px) {
  .feature__graph-box .graph-01 {
    height: 7.5rem;
  }
}

.feature__graph-box .graph-01::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px 3px 0 0;
  background: #eceff2;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}

.feature__graph-box .graph-01.isActive::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
}

.feature__graph-box .graph-02 {
  height: 6.875rem;
  background: #002d7c;
}

@media only screen and (min-width: 769px) {
  .feature__graph-box .graph-02 {
    height: 13.75rem;
  }
}

.feature__graph-box .graph-02::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px 3px 0 0;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
  background: #eceff2;
}

.feature__graph-box .graph-02.isActive::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
}

.feature__small {
  margin-top: 0.5rem;
  display: block;
  margin-left: 6.4%;
  line-height: 1.6;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 769px) {
  .feature__small {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}

.feature__headding {
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
  padding: 0.25rem;
  background: #eceff2;
  border-radius: 3px;
  line-height: 2;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .feature__headding {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem;
  }
}

.feature__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (min-width: 769px) {
  .feature__data {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
  }
}

.feature__data dt {
  text-align: left;
  width: 72%;
  padding: 0.75rem 0.15rem;
  line-height: 1.33333;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #eceff2;
  white-space: nowrap;
}

@media only screen and (min-width: 769px) {
  .feature__data dt {
    padding: 1rem;
  }
}

.feature__data dt span {
  line-height: 1.66667;
  font-size: 0.75rem;
  letter-spacing: 0em;
}

.feature__data dd {
  text-align: right;
  width: 28%;
  padding: 0.75rem 0.15rem;
  line-height: 1;
  font-size: 1.25rem;
  letter-spacing: 0em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  border-bottom: 2px solid #eceff2;
}

@media only screen and (min-width: 769px) {
  .feature__data dd {
    padding: 1rem;
  }
}

.feature__data dd span {
  padding-left: 0.25rem;
  line-height: 1.66667;
  font-size: 0.75rem;
}

.support {
  background: #faf3ec;
}

@media only screen and (min-width: 769px) {
  .support::before {
    content: 'SUPPORT';
    display: block;
    font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
    line-height: 1;
    font-size: 12.5rem;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 3rem;
    text-align: center;
  }
}

.support__ttl {
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  color: #002d7c;
  padding-left: 6.4%;
  margin-top: 2rem;
  margin-bottom: 3.75rem;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .support__ttl {
    line-height: 2;
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 8rem;
    padding-left: 0;
    text-align: center;
  }
}

.support__ttl::before {
  content: '';
  white-space: pre;
  display: block;
  width: 5.2%;
  padding-left: 5.2%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, transparent), color-stop(45%, #002d7c), color-stop(52%, #002d7c), color-stop(52%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 45%, #002d7c 45%, #002d7c 52%, transparent 52%, transparent 100%);
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 2.25;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -2.4rem;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .support__ttl::before {
    display: none;
  }
}

.support__ttl::before {
  content: '  SUPPORT';
}

.support__ttl span {
  color: #ff7f00;
}

.support__text {
  margin-top: 2.5rem;
  padding: 1.5rem;
  border-radius: 6px;
  line-height: 2;
  font-size: 0.9375rem;
  font-weight: bold;
  background: #fff;
  color: #0a1f45;
}

@media only screen and (min-width: 769px) {
  .support__text {
    max-width: 600px;
    margin: 0 auto;
    padding: 2.5rem;
  }
}

.support__text-wrapper {
  position: relative;
  margin-bottom: 2rem !important;
}

@media only screen and (min-width: 769px) {
  .support__text-wrapper {
    max-width: 600px !important;
    margin: 0 auto;
    margin-top: 8rem !important;
  }
}

.support__text-wrapper::after {
  position: absolute;
  bottom: -110px;
  right: 0;
  content: '';
  display: block;
  margin: 0 auto;
  width: 148px;
  height: 148px;
  background: url("../../images/driver.png") no-repeat center;
  background-size: contain;
}

@media only screen and (min-width: 769px) {
  .support__text-wrapper::after {
    bottom: 0;
    right: -6.5rem;
  }
}

.support-box {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 3.625rem 0 5rem;
  background: #fff;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .support-box {
    max-width: 1120px;
    margin: 0 auto;
  }
}

.support-box::before {
  position: absolute;
  top: -1.125rem;
  right: 2rem;
  content: 'Point_';
  display: inline-block;
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 2;
  font-size: 0.625rem;
  color: #fff;
  background: #002d7c;
  padding: 0.75rem;
}

.support-box::after {
  position: absolute;
  top: -1.125rem;
  right: 0;
  content: '01';
  display: inline-block;
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 1;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: #002d7c;
  padding: 0.75rem 0.75rem 0.75rem 0;
}

@media only screen and (min-width: 769px) {
  .support-box {
    padding-bottom: 7rem;
  }
}

.support-box.point02::after {
  content: '02';
}

@media only screen and (min-width: 769px) {
  .support-box.point02 {
    margin-top: 8rem;
  }
}

.support-box__headding {
  line-height: 1.8;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .support-box__headding {
    letter-spacing: 0.1em;
  }
}

.support-box__text {
  margin: 1.75rem 0 1.5rem;
  line-height: 2;
  font-size: 0.9375rem;
}

.support-box__text-item {
  padding-left: calc(20px + 0.5rem);
  margin-bottom: 1rem;
  line-height: 1.8;
  font-size: 0.9375rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  position: relative;
}

.support-box__text-item::before {
  position: absolute;
  top: -0.2rem;
  left: 0;
  content: '\f14a';
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
  color: #ff7f00;
  margin-right: 0.5rem;
}

.support-box__img-block img {
  display: block;
  margin-top: -3.75rem;
  margin-bottom: 3rem;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .support-box__img-block img {
    width: 87.2%;
    margin-right: auto;
    margin-left: auto;
  }
}

.support-box__img-block__item {
  margin: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 769px) {
  .support-box__img-block__item {
    width: 87.2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5rem;
  }
}

.support-box__img-block__item:nth-of-type(1) {
  margin-top: -3.75rem;
}

.support-box__img-block__item img {
  display: block;
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .support-box__img-block__item img {
    width: 50%;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

@media only screen and (min-width: 769px) {
  .support-box__img-block__text-wrapper {
    width: 50%;
    padding-left: 2rem;
  }
}

.support-box__img-block__headding {
  position: relative;
  padding-left: 1rem;
  margin-top: 1rem;
  color: #002d7c;
  line-height: 2;
  font-size: 1.125rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (min-width: 769px) {
  .support-box__img-block__headding {
    margin-top: 0;
    line-height: 1.5;
  }
}

.support-box__img-block__headding::before {
  content: '';
  display: inline-block;
  background: #002d7c;
  width: 0.25rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.support-box__img-block__text {
  margin-top: 0.5rem;
  line-height: 2;
  font-size: 0.9375rem;
}

.benefit {
  background: #eceff2;
}

@media only screen and (min-width: 769px) {
  .benefit::before {
    content: 'BENEFIT';
    display: block;
    font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
    line-height: 1;
    font-size: 12.5rem;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 3rem;
    text-align: center;
  }
}

.benefit__ttl {
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  color: #002d7c;
  padding-left: 6.4%;
  margin-top: 2rem;
  margin-bottom: 3.75rem;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .benefit__ttl {
    line-height: 2;
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 8rem;
    padding-left: 0;
    text-align: center;
  }
}

.benefit__ttl::before {
  content: '';
  white-space: pre;
  display: block;
  width: 5.2%;
  padding-left: 5.2%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, transparent), color-stop(45%, #002d7c), color-stop(52%, #002d7c), color-stop(52%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 45%, #002d7c 45%, #002d7c 52%, transparent 52%, transparent 100%);
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 2.25;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -2.4rem;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .benefit__ttl::before {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .benefit__ttl {
    margin-bottom: 0;
  }
}

.benefit__ttl::before {
  content: '  BENEFIT';
}

.benefit__ttl span {
  color: #ff7f00;
}

.benefit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  counter-reset: benefit;
}

@media only screen and (min-width: 769px) {
  .benefit__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.benefit__item {
  margin-top: 5rem;
}

@media only screen and (min-width: 769px) {
  .benefit__item {
    width: 45%;
    margin-top: 8rem;
  }
}

@media only screen and (min-width: 769px) {
  .benefit__item:nth-of-type(odd) {
    margin-right: 5%;
  }
}

@media only screen and (min-width: 769px) {
  .benefit__item:nth-of-type(even) {
    margin-left: 5%;
  }
}

.benefit__item:nth-of-type(1) {
  margin-top: 0;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .benefit__item:nth-of-type(1) {
    margin-top: 8rem;
  }
}

.benefit__item::before {
  counter-increment: benefit;
  content: counter(benefit, decimal-leading-zero);
  display: inline-block;
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 0.625;
  font-size: 5rem;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.benefit__item img {
  display: block;
  margin-top: 1.875rem;
  width: 100%;
}

.benefit-block__headding {
  line-height: 1.6;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
}

.benefit-block__text {
  margin-top: 1.25rem;
  line-height: 2;
  font-size: 0.9375rem;
}

.faq {
  background: #fff;
}

@media only screen and (min-width: 769px) {
  .faq::before {
    content: 'Q&A';
    display: block;
    font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
    line-height: 1;
    font-size: 12.5rem;
    letter-spacing: 0.1em;
    color: #eceff2;
    padding-bottom: 3rem;
    text-align: center;
  }
}

.faq__ttl {
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  color: #002d7c;
  padding-left: 6.4%;
  margin-top: 2rem;
  margin-bottom: 3.75rem;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .faq__ttl {
    line-height: 2;
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 8rem;
    padding-left: 0;
    text-align: center;
  }
}

.faq__ttl::before {
  content: '';
  white-space: pre;
  display: block;
  width: 5.2%;
  padding-left: 5.2%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, transparent), color-stop(45%, #002d7c), color-stop(52%, #002d7c), color-stop(52%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 45%, #002d7c 45%, #002d7c 52%, transparent 52%, transparent 100%);
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 2.25;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -2.4rem;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .faq__ttl::before {
    display: none;
  }
}

.faq__ttl::before {
  content: '  QUESTIONS AND ANSWERS';
}

.faq__list dt {
  padding: 1.5rem 0;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.faq__list dt:nth-of-type(odd) {
  background: #eceff2;
}

@media only screen and (min-width: 769px) {
  .faq__list dt {
    padding: 2rem 0;
  }
}

.faq__list dt > div {
  line-height: 1.8;
  font-size: 0.9375rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  padding-right: 6.4%;
}

.faq__list dt > div::before, .faq__list dt > div::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 2px;
  background: #0a1f45;
}

.faq__list dt > div::before {
  top: 48%;
  right: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq__list dt > div::after {
  top: 48%;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.faq__list dt > div.close::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #ff7f00;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.faq__list dd {
  display: none;
  padding: 2rem 6.4%;
  line-height: 1.8;
  font-size: 0.9375rem;
  color: #fff;
  background: #0a1f45;
}

@media only screen and (min-width: 769px) {
  .faq__list dd {
    padding: 3rem 0;
  }
}

.faq__list dd > div {
  line-height: 1.8;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) {
  .faq__list dd > div {
    max-width: 960px;
    width: 87.2%;
    margin: 0 auto;
  }
}

.schedule {
  background: #faf3ec;
}

@media only screen and (min-width: 769px) {
  .schedule::before {
    content: 'SCHEDULE';
    display: block;
    font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
    line-height: 1;
    font-size: 12.5rem;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 3rem;
    text-align: center;
  }
}

.schedule__ttl {
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  color: #002d7c;
  padding-left: 6.4%;
  margin-top: 2rem;
  margin-bottom: 3.75rem;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .schedule__ttl {
    line-height: 2;
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 8rem;
    padding-left: 0;
    text-align: center;
  }
}

.schedule__ttl::before {
  content: '';
  white-space: pre;
  display: block;
  width: 5.2%;
  padding-left: 5.2%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, transparent), color-stop(45%, #002d7c), color-stop(52%, #002d7c), color-stop(52%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 45%, #002d7c 45%, #002d7c 52%, transparent 52%, transparent 100%);
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 2.25;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -2.4rem;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .schedule__ttl::before {
    display: none;
  }
}

.schedule__ttl::before {
  content: '  SCHEDULE';
}

.schedule__list {
  position: relative;
}

.schedule__list::after {
  content: '';
  display: block;
  width: 1px;
  background-image: linear-gradient(to bottom, #ff7f00, #ff7f00 2px, transparent 2px, transparent 4px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin-top: 13px;
}

.schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.5rem;
}

.schedule__item:last-of-type {
  padding-bottom: 0;
}

.schedule__item::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid #ff7f00;
  border-radius: 50%;
  background: #faf3ec;
  margin: 13px 5px 0 0;
  z-index: 10;
}

.schedule__time {
  width: 21%;
  line-height: 3;
  font-size: 0.75rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  color: #ff7f00;
  white-space: nowrap;
}

@media only screen and (min-width: 769px) {
  .schedule__time {
    line-height: 2;
    font-size: 1.125rem;
    width: 15%;
  }
}

.schedule__body {
  width: 79%;
}

@media only screen and (min-width: 769px) {
  .schedule__body {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 769px) {
  .schedule__body > div:nth-of-type(1) {
    width: 40%;
  }
}

@media only screen and (min-width: 769px) {
  .schedule__body > div:nth-of-type(2) {
    width: 60%;
  }
}

.schedule__body-headding {
  line-height: 2;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .schedule__body-headding {
    width: 100%;
  }
}

.schedule__body small {
  display: block;
  line-height: 1.5;
  font-size: 0.75rem;
  letter-spacing: 0em;
}

.schedule__body img {
  width: 100%;
  display: block;
  margin-top: 0.75rem;
}

.interview {
  background: #eceff2;
}

@media only screen and (min-width: 769px) {
  .interview::before {
    content: 'INTERVIEW';
    display: block;
    font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
    line-height: 1;
    font-size: 12.5rem;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 3rem;
    text-align: center;
  }
}

.interview__ttl {
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  color: #002d7c;
  padding-left: 6.4%;
  margin-top: 2rem;
  margin-bottom: 3.75rem;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .interview__ttl {
    line-height: 2;
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 8rem;
    padding-left: 0;
    text-align: center;
  }
}

.interview__ttl::before {
  content: '';
  white-space: pre;
  display: block;
  width: 5.2%;
  padding-left: 5.2%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, transparent), color-stop(45%, #002d7c), color-stop(52%, #002d7c), color-stop(52%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 45%, #002d7c 45%, #002d7c 52%, transparent 52%, transparent 100%);
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 2.25;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -2.4rem;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .interview__ttl::before {
    display: none;
  }
}

.interview__ttl::before {
  content: '  INTERVIEW';
}

.interview__headding {
  margin: 0 -7.5%;
  padding: 2.75rem 7.5% 3rem;
  text-align: center;
  background: #0a1f45;
  color: #fff;
  line-height: 2;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) {
  .interview__headding {
    line-height: 2;
    font-size: 1.25rem;
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 769px) {
  .interview__headding:nth-of-type(2) {
    margin-top: 8rem;
  }
}

.interview__headding::after {
  content: '';
  display: block;
  width: 100%;
  height: 3rem;
  background: #0a1f45;
}

.interview__box {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
  margin-top: -3.75rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 769px) {
  .interview__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.interview__box img {
  width: 100%;
  display: block;
  border-radius: 4px 4px 0 0;
}

@media only screen and (min-width: 769px) {
  .interview__box img {
    width: 40%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px 0 0 2px;
  }
}

@media only screen and (min-width: 769px) {
  .interview__box img.img001 {
    -o-object-position: 30% 0;
    object-position: 30% 0;
  }
}

.interview__box:nth-of-type(even) {
  margin-top: 2.5rem;
}

@media only screen and (min-width: 769px) {
  .interview__box:nth-of-type(even) {
    margin-top: 3rem;
  }
}

.interview__text {
  padding: 2.5rem 6.4%;
  background: #fff;
  border-radius: 0 0 4px 4px;
  line-height: 2;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) {
  .interview__text {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 0 2px 2px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.interview__text span {
  display: block;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.66667;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.message {
  background: #faf3ec;
}

@media only screen and (min-width: 769px) {
  .message::before {
    content: 'MESSAGE';
    display: block;
    font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
    line-height: 1;
    font-size: 12.5rem;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 3rem;
    text-align: center;
  }
}

.message__ttl {
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  color: #002d7c;
  padding-left: 6.4%;
  margin-top: 2rem;
  margin-bottom: 3.75rem;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .message__ttl {
    line-height: 2;
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 8rem;
    padding-left: 0;
    text-align: center;
  }
}

.message__ttl::before {
  content: '';
  white-space: pre;
  display: block;
  width: 5.2%;
  padding-left: 5.2%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, transparent), color-stop(45%, #002d7c), color-stop(52%, #002d7c), color-stop(52%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 45%, #002d7c 45%, #002d7c 52%, transparent 52%, transparent 100%);
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 2.25;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -2.4rem;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .message__ttl::before {
    display: none;
  }
}

.message__ttl::before {
  content: '  MESSAGE';
}

.message img {
  display: block;
  margin-bottom: 2.5rem;
  width: 100%;
  border-radius: 0;
}

@media only screen and (min-width: 769px) {
  .message img {
    max-width: 600px;
    width: 87.2%;
    margin: 0 auto;
    border-radius: 2px;
  }
}

.message img:nth-of-type(3) {
  width: 93.6%;
  margin-right: 0;
  margin-left: auto;
  border-radius: 2px 0 0 2px;
}

@media only screen and (min-width: 769px) {
  .message img:nth-of-type(3) {
    max-width: 960px;
    width: 87.2%;
    margin: 0 auto;
    display: none;
  }
}

.message img:nth-of-type(4) {
  width: 93.6%;
  margin-right: auto;
  margin-left: 0;
  border-radius: 0 2px 2px 0;
}

@media only screen and (min-width: 769px) {
  .message img:nth-of-type(4) {
    max-width: 960px;
    width: 87.2%;
    margin: 0 auto;
  }
}

.message__text {
  margin-bottom: 2rem;
  line-height: 2;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) {
  .message__text {
    margin: 3rem auto;
    max-width: 600px;
  }
}

.message__text.strong,
.message__text span.strong {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
}

.advantages {
  background: #eceff2;
}

@media only screen and (min-width: 769px) {
  .advantages::before {
    content: 'ADVANTAGES';
    display: block;
    font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
    line-height: 1.33333;
    font-size: 9.375rem;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 3rem;
    text-align: center;
  }
}

.advantages__ttl {
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  color: #002d7c;
  padding-left: 6.4%;
  margin-top: 2rem;
  margin-bottom: 3.75rem;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .advantages__ttl {
    line-height: 2;
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 8rem;
    padding-left: 0;
    text-align: center;
  }
}

.advantages__ttl::before {
  content: '';
  white-space: pre;
  display: block;
  width: 5.2%;
  padding-left: 5.2%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, transparent), color-stop(45%, #002d7c), color-stop(52%, #002d7c), color-stop(52%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 45%, #002d7c 45%, #002d7c 52%, transparent 52%, transparent 100%);
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 2.25;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -2.4rem;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .advantages__ttl::before {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .advantages__ttl {
    margin-bottom: 3rem;
  }
}

.advantages__ttl::before {
  content: '  ADVANTAGES';
}

.advantages-box {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 3.625rem 0 5rem;
  background: #fff;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .advantages-box {
    max-width: 1120px;
    margin: 0 auto;
  }
}

.advantages-box::before {
  position: absolute;
  top: -1.125rem;
  right: 2rem;
  content: 'Point_';
  display: inline-block;
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 2;
  font-size: 0.625rem;
  color: #fff;
  background: #002d7c;
  padding: 0.75rem;
}

.advantages-box::after {
  position: absolute;
  top: -1.125rem;
  right: 0;
  content: '01';
  display: inline-block;
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 1;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: #002d7c;
  padding: 0.75rem 0.75rem 0.75rem 0;
}

.advantages-box:first-of-type {
  padding-bottom: 2rem;
}

.advantages-box.point02 {
  margin-top: 3rem;
}

.advantages-box.point02::after {
  content: '02';
}

@media only screen and (min-width: 769px) {
  .advantages-box.point02 {
    margin-top: 5rem;
  }
}

.advantages-box.point03::after {
  content: '03';
}

@media only screen and (min-width: 769px) {
  .advantages-box.point03 {
    margin-top: 5rem;
  }
}

.advantages-box__headding {
  line-height: 1.8;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
}

.advantages-box__text {
  margin: 1.75rem 0 1.5rem;
  line-height: 2;
  font-size: 0.9375rem;
}

.advantages-box__img-block img {
  display: block;
  margin-top: -3.75rem;
  margin-bottom: 3rem;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .advantages-box__img-block img {
    width: 87.2%;
    margin-right: auto;
    margin-left: auto;
  }
}

.notice {
  background: #eceff2;
  padding-top: 0 !important;
  margin-top: -2rem !important;
}

.notice__ttl {
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  color: #002d7c;
  padding-left: 6.4%;
  margin-top: 2rem;
  margin-bottom: 3.75rem;
  position: relative;
  color: #ff7f00;
}

@media only screen and (min-width: 769px) {
  .notice__ttl {
    line-height: 2;
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 8rem;
    padding-left: 0;
    text-align: center;
  }
}

.notice__ttl::before {
  content: '';
  white-space: pre;
  display: block;
  width: 5.2%;
  padding-left: 5.2%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, transparent), color-stop(45%, #002d7c), color-stop(52%, #002d7c), color-stop(52%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 45%, #002d7c 45%, #002d7c 52%, transparent 52%, transparent 100%);
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 2.25;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -2.4rem;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .notice__ttl::before {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .notice__ttl {
    margin-bottom: 3rem;
  }
}

.notice__ttl::before {
  content: '  NOTICE';
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, transparent), color-stop(45%, #ff7f00), color-stop(52%, #ff7f00), color-stop(52%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 45%, #ff7f00 45%, #ff7f00 52%, transparent 52%, transparent 100%);
}

.notice-box {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 3.625rem 0 5rem;
  background: #fff;
  position: relative;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 769px) {
  .notice-box {
    max-width: 1120px;
    margin: 0 auto;
  }
}

.notice-box::before {
  position: absolute;
  top: -1.125rem;
  right: 2rem;
  content: 'Point_';
  display: inline-block;
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 2;
  font-size: 0.625rem;
  color: #fff;
  background: #002d7c;
  padding: 0.75rem;
}

.notice-box::after {
  position: absolute;
  top: -1.125rem;
  right: 0;
  content: '01';
  display: inline-block;
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 1;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #fff;
  background: #002d7c;
  padding: 0.75rem 0.75rem 0.75rem 0;
}

@media only screen and (min-width: 769px) {
  .notice-box {
    padding-bottom: 2rem;
  }
}

.notice-box:first-of-type {
  margin-top: 3rem;
}

.notice-box:first-of-type::before {
  background: #ff7f00;
}

.notice-box:first-of-type::after {
  background: #ff7f00;
}

.notice-box.point02 {
  margin-top: 3rem;
}

.notice-box.point02::before {
  background: #ff7f00;
}

.notice-box.point02::after {
  content: '02';
  background: #ff7f00;
}

.notice-box.point03 {
  margin-top: 3rem;
}

.notice-box.point03::before {
  background: #ff7f00;
}

.notice-box.point03::after {
  content: '03';
  background: #ff7f00;
}

.notice-box__headding {
  line-height: 1.8;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
}

.notice-box__text {
  margin: 1.75rem 0 1.5rem;
  line-height: 2;
  font-size: 0.9375rem;
}

.credo {
  background: -webkit-gradient(linear, left top, left bottom, from(#002d7c), to(#0a1f45));
  background: linear-gradient(180deg, #002d7c 0%, #0a1f45 100%);
  border-radius: 6px;
  margin-top: 3rem !important;
  padding: 2rem 0;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .credo {
    padding: 2.5rem;
    margin-top: 5rem !important;
    border-radius: 12px;
    max-width: 600px !important;
  }
}

.credo__ttl {
  line-height: 1.33333;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 1.5rem 0 0.5rem;
  margin-bottom: 1.5rem;
}

.credo__ttl span {
  line-height: 1.66667;
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
}

.credo-box {
  margin-top: 2.75rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .credo-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.25rem;
    margin-top: 1rem;
  }
}

.credo-box__wrapper {
  width: 87.2%;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .credo-box__wrapper {
    width: 100%;
  }
}

.credo-box__headding {
  line-height: 1.7;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.credo-box__text {
  line-height: 2;
  font-size: 0.9375rem;
  color: #fff;
  padding-top: 1rem;
  font-weight: 400;
}

.flow {
  background: #faf3ec;
}

@media only screen and (min-width: 769px) {
  .flow::before {
    content: 'FLOW';
    display: block;
    font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
    line-height: 1;
    font-size: 12.5rem;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 3rem;
    text-align: center;
  }
}

.flow__ttl {
  line-height: 1.5;
  font-size: 1.5rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  color: #002d7c;
  padding-left: 6.4%;
  margin-top: 2rem;
  margin-bottom: 3.75rem;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .flow__ttl {
    line-height: 2;
    font-size: 1.875rem;
    letter-spacing: 0.2em;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 8rem;
    padding-left: 0;
    text-align: center;
  }
}

.flow__ttl::before {
  content: '';
  white-space: pre;
  display: block;
  width: 5.2%;
  padding-left: 5.2%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(45%, transparent), color-stop(45%, #002d7c), color-stop(52%, #002d7c), color-stop(52%, transparent), to(transparent));
  background: linear-gradient(180deg, transparent 0%, transparent 45%, #002d7c 45%, #002d7c 52%, transparent 52%, transparent 100%);
  font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  line-height: 2.25;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: -2.4rem;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .flow__ttl::before {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .flow__ttl {
    margin-bottom: 3rem;
  }
}

.flow__ttl::before {
  content: '  FLOW';
}

.flow__list {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 375px;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .flow__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
  }
}

.flow__item {
  width: 100%;
  padding: 0.85rem;
  background: #fff;
  border: 2px solid #ff7f00;
  border-radius: 6px 6px 0 0;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .flow__item {
    border-radius: 6px 0 0 6px;
    height: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.flow__item::before, .flow__item::after {
  content: '';
  display: block;
  width: calc(50% + 4px);
  height: 1.25rem;
  position: absolute;
  bottom: -1.25rem;
}

@media only screen and (min-width: 769px) {
  .flow__item::before, .flow__item::after {
    width: 1.25rem;
    height: 100px;
    bottom: initial;
  }
}

.flow__item::before {
  left: -2px;
  background: linear-gradient(5.5deg, transparent 50%, #ff7f00 50%);
}

@media only screen and (min-width: 769px) {
  .flow__item::before {
    top: -2px;
    left: initial;
    right: -1.375rem;
    background: linear-gradient(80deg, #ff7f00 50%, transparent 50%);
    padding-left: 2px;
  }
}

.flow__item::after {
  right: -2px;
  background: linear-gradient(-5.5deg, transparent 50%, #ff7f00 50%);
}

@media only screen and (min-width: 769px) {
  .flow__item::after {
    right: -1.375rem;
    bottom: -2px;
    background: linear-gradient(-80deg, transparent 50%, #ff7f00 50%);
  }
}

.flow__item:not(:nth-of-type(1)) {
  margin-top: 2.5rem;
}

@media only screen and (min-width: 769px) {
  .flow__item:not(:nth-of-type(1)) {
    margin-top: 0;
    margin-left: 3.5rem;
  }
}

.flow__item:first-of-type {
  background: #002d7c;
  border: 2px solid #002d7c;
}

.flow__item:first-of-type::before {
  background: linear-gradient(5.5deg, transparent 50%, #002d7c 50%);
}

@media only screen and (min-width: 769px) {
  .flow__item:first-of-type::before {
    top: -2px;
    left: initial;
    right: -1.375rem;
    background: linear-gradient(80deg, #002d7c 50%, transparent 50%);
  }
}

.flow__item:first-of-type::after {
  right: -2px;
  background: linear-gradient(-5.5deg, transparent 50%, #002d7c 50%);
}

@media only screen and (min-width: 769px) {
  .flow__item:first-of-type::after {
    right: -1.375rem;
    bottom: -2px;
    background: linear-gradient(-80deg, transparent 50%, #002d7c 50%);
  }
}

.flow__item:last-of-type {
  background: #002d7c;
  border: 2px solid #002d7c;
  border-radius: 6px;
}

.flow__item:last-of-type::before, .flow__item:last-of-type::after {
  content: none;
}

.flow__item p {
  color: #002d7c;
  line-height: 1.6;
  font-size: 1.25rem;
  letter-spacing: 0.3em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
}

.flow__item p.white {
  color: #fff;
}

.flow__item p.small {
  line-height: 1.83333;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  padding-top: 0.85rem;
  font-weight: normal;
}

@media only screen and (min-width: 769px) {
  .flow__item p.small {
    display: none;
  }
}

.flow p.small-pc {
  display: none;
}

@media only screen and (min-width: 769px) {
  .flow p.small-pc {
    display: block;
    margin-top: 2rem;
  }
}

.thanks {
  width: 100%;
  background: #eceff2;
}

@media only screen and (min-width: 769px) {
  .thanks {
    text-align: center;
  }
  .thanks::before {
    content: 'THANK YOU!';
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Anton', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
    line-height: 1.33333;
    font-size: 9.375rem;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 5rem;
  }
}

.thanks__text {
  line-height: 2;
  font-size: 0.9375rem;
}

.thanks__text:not(:nth-of-type(1)) {
  padding-top: 2rem;
}

.thanks__text.fin {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  padding-top: 2rem;
}

@media only screen and (min-width: 769px) {
  .thanks__text.fin {
    line-height: 2;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.thanks__text span {
  display: inline-block;
  white-space: nowrap;
}

.present {
  background: -webkit-gradient(linear, left top, right top, from(#ff7f00), to(#ffad5b));
  background: linear-gradient(90deg, #ff7f00 0%, #ffad5b 100%);
  padding: 2rem;
  margin-top: 2rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .present {
    max-width: 600px;
    margin: 3rem auto 0;
  }
}

.present p {
  color: #fff;
  line-height: 2.93333;
  font-size: 0.9375rem;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}

.present p:first-of-type::before, .present p:first-of-type::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 1rem;
  background: #fff;
  vertical-align: middle;
}

.present p:first-of-type::before {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  margin-right: 1rem;
}

.present p:first-of-type::after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  margin-left: 0.75rem;
}

.present p span {
  line-height: 2;
  font-size: 1.375rem;
  display: inline-block;
  white-space: nowrap;
  padding: 0.25rem;
}

.jobdesc {
  background: #fff;
}

.jobdesc__ttl {
  padding-bottom: 4rem;
  line-height: 1.75;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.jobdesc__ttl::before {
  content: '';
  display: block;
  line-height: 2.25;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: #002d7c;
  font-weight: 100;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 769px) {
  .jobdesc__ttl {
    padding-bottom: 5rem;
  }
}

.jobdesc__ttl::before {
  content: 'JOB DESCRIPTION';
}

@media only screen and (min-width: 769px) {
  .jobdesc__list {
    max-width: 600px;
    margin: 0 auto;
  }
}

.jobdesc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  border-top: 2px solid #eceff2;
}

.jobdesc__item dt {
  width: 20%;
  line-height: 1.83333;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .jobdesc__item dt {
    width: 30%;
    padding-left: 1rem;
  }
}

.jobdesc__item dd {
  width: 80%;
  padding-left: 1rem;
  line-height: 1.83333;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.jobdesc__item dd:not(:first-of-type) {
  margin-top: 1rem;
}

@media only screen and (min-width: 769px) {
  .jobdesc__item dd {
    width: 70%;
    padding-left: 1rem;
  }
}

.jobdesc__item span {
  display: inline-block;
  white-space: nowrap;
}

.jobdesc__item .dd-wrapper {
  width: 80%;
}

@media only screen and (min-width: 769px) {
  .jobdesc__item .dd-wrapper {
    width: 70%;
  }
}

.jobdesc__item .dd-wrapper dd {
  width: 100%;
  padding-left: 1rem;
}

.company {
  background: #eceff2;
}

.company__ttl {
  padding-bottom: 4rem;
  line-height: 1.75;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.company__ttl::before {
  content: '';
  display: block;
  line-height: 2.25;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: #002d7c;
  font-weight: 100;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 769px) {
  .company__ttl {
    padding-bottom: 5rem;
  }
}

.company__ttl::before {
  content: 'COMPANY';
}

@media only screen and (min-width: 769px) {
  .company__list {
    max-width: 600px;
    margin: 0 auto;
  }
}

.company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  border-top: 2px solid #fff;
}

.company__item dt {
  width: 20%;
  line-height: 1.83333;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .company__item dt {
    width: 30%;
    padding-left: 1rem;
  }
}

.company__item dd {
  width: 80%;
  padding-left: 1rem;
  line-height: 1.83333;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.company__item dd:not(:first-of-type) {
  margin-top: 1rem;
}

@media only screen and (min-width: 769px) {
  .company__item dd {
    width: 70%;
    padding-left: 1rem;
  }
}

.company__item span {
  display: inline-block;
  white-space: nowrap;
}

.form {
  background: #fff;
}

.form__ttl {
  padding-bottom: 4rem;
  line-height: 1.75;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.form__ttl::before {
  content: '';
  display: block;
  line-height: 2.25;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: #002d7c;
  font-weight: 100;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 769px) {
  .form__ttl {
    padding-bottom: 5rem;
  }
}

.form__ttl::before {
  content: 'CONTACT US';
}

.form__text {
  line-height: 1.8;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}

form {
  margin-top: 2.5rem;
}

form .form__item {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 769px) {
  form .form__item {
    margin-top: 3rem;
  }
}

form .select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 0.875rem;
  color: #0a1f45;
}

form .label {
  line-height: 2;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  padding-bottom: 0.75rem;
}

form .label span {
  display: inline-block;
  white-space: nowrap;
  color: #ff7f00;
}

form .label span.not-req {
  color: #0a1f45;
  font-weight: normal;
}

form p.small {
  line-height: 1.5;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

form .inputs {
  width: 100%;
}

form input[type="text"],
form input[type="number"],
form input[type="email"],
form select {
  display: block;
  background: #eceff2;
  border: none;
  border-radius: 3px;
  padding: 0.5rem;
  line-height: 1.6875;
  font-size: 1rem;
}

@media only screen and (min-width: 769px) {
  form input[type="text"],
  form input[type="number"],
  form input[type="email"],
  form select {
    padding: 1rem;
  }
}

form select {
  display: inline-block;
  width: 28%;
}

form textarea {
  background: #eceff2;
  border: none;
  border-radius: 3px;
  padding: 0.5rem;
  line-height: 1.6875;
  font-size: 1rem;
  min-height: 10rem;
  resize: none;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 769px) {
  form textarea {
    padding: 1rem;
  }
}

form input[type="checkbox"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #0a1f45;
  border-radius: 50%;
  background: #fff;
  color: #ff7f00;
  margin: 0 0.5rem 0.75rem 0;
  position: relative;
}

form input[type="checkbox"]::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #ff7f00;
  border-radius: 50%;
  opacity: 0;
}

form input[type="checkbox"]:checked::before {
  opacity: 1;
}

form input[type="checkbox"]#agree {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #0a1f45;
  border-radius: 3px;
  background: #fff;
  margin: 0 0.5rem 0.75rem 0;
  position: relative;
}

form input[type="checkbox"]#agree::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 4px;
  height: 9px;
  border-radius: 0;
  background: #ff7f00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
  left: 4px;
  opacity: 0;
}

form input[type="checkbox"]#agree::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  border-radius: 0;
  background: #ff7f00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 11px;
  opacity: 0;
}

form input[type="checkbox"]#agree:checked::before, form input[type="checkbox"]#agree:checked::after {
  opacity: 1;
}

form .privacy {
  width: 100%;
  height: 10rem;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0.5rem;
  border: 1px solid #0a1f45;
  border-radius: 3px;
  background: #fff;
}

form .privacy__ttl {
  line-height: 1.69231;
  font-size: 0.8125rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
}

form .privacy__lead {
  line-height: 1.66667;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

form .privacy__list {
  list-style-type: decimal;
  padding-left: 6.4%;
}

form .privacy__list ol {
  padding-left: 6.4%;
}

form .privacy__list li {
  line-height: 1.66667;
  font-size: 0.75rem;
}

form .privacy__headding {
  line-height: 1.69231;
  font-size: 0.8125rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  margin-top: 0.5rem;
}

form .privacy__text {
  line-height: 1.66667;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

form .privacy::-webkit-scrollbar {
  width: 8px;
}

form .privacy::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 3px;
}

form .privacy::-webkit-scrollbar-track {
  background: #eceff2;
}

form .btn-area {
  margin-top: 1rem;
  text-align: center;
}

form input[type="submit"] {
  background: #ff7f00;
  border: none;
  color: #fff;
  line-height: 1.8;
  font-size: 0.9375rem;
  letter-spacing: 0.3em;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 1rem 0;
  margin-top: 1rem;
  width: 100%;
}

form input[type="submit"]:disabled {
  background: gray;
}

@media only screen and (min-width: 769px) {
  form input[type="submit"] {
    max-width: 360px;
    margin-top: 3rem;
  }
}

form .required::after {
  display: inline-block;
  content: '（必須）';
  color: #ff7f00;
  line-height: 1.83333;
  font-size: 0.75rem;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
}

form span {
  line-height: 1.83333;
  font-size: 0.75rem;
  color: #ff7f00;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-weight: bold;
}

form span.select {
  position: absolute;
  bottom: -1rem;
}

.footer img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .footer img {
    display: none;
  }
}

.footer__copyright {
  text-align: center;
  padding: 2rem 2rem 12rem;
  line-height: 2;
  font-size: 0.625rem;
  letter-spacing: 0.3em;
  color: #fff;
  background: #0a1f45;
}

@media only screen and (min-width: 769px) {
  .footer__copyright {
    padding: 2rem 2rem 16rem;
  }
}
