@charset "UTF-8";
/*! * ress.css • v1.2.2 * MIT License * github.com/filipelinhares/ress */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

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

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type=number] {
  width: auto; }

[type=search] {
  -webkit-appearance: textfield; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, select {
  text-transform: none; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

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

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio, canvas, progress, video {
  display: inline-block; }

@media screen {
  [hidden~=screen] {
    display: inherit; }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

html {
  font-size: 100%; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

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

ol,
ul {
  list-style: none; }

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

em {
  font-style: normal; }

html {
  height: 100%;
  font-size: 62.5%; }

body {
  height: 100%;
  background: #0a264b url(../img/bg.jpg) center top/auto fixed repeat;
  color: #f7f7f7;
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif; }

a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ea5b5b;
  text-decoration: none; }
  a:hover {
    color: #ffcd00;
    text-decoration: none; }

::-moz-selection {
  background-color: #ffe166;
  color: #f7f7f7; }

::selection {
  background-color: #ffe166;
  color: #f7f7f7; }

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(300px, -800px);
    transform: scale(0) translate(300px, -800px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes fade_in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(300px, -800px);
    transform: scale(0) translate(300px, -800px); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); } }

@keyframes swing {
  0% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); } }

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 1270px;
  height: 60px;
  padding-left: 20px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .l-header {
      min-width: initial;
      height: 45px;
      padding-left: 15px; } }
  .l-header img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .l-header a:hover img {
    opacity: 0.75; }

.l-header__logo_1 {
  width: 122px;
  height: auto;
  margin-top: -3px; }
  @media screen and (max-width: 767px) {
    .l-header__logo_1 {
      width: 84px; } }

.l-header__logo_2 {
  width: 116px;
  height: auto;
  margin-left: 25px;
  margin-bottom: -1px; }
  @media screen and (max-width: 767px) {
    .l-header__logo_2 {
      width: calc(116px * 0.7);
      margin-left: 15px; } }

.l-footer {
  width: 100%; }
  .l-footer small {
    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: 100%;
    height: 180px;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Roboto", sans-serif; }
    @media screen and (max-width: 767px) {
      .l-footer small {
        height: 100px;
        margin-top: 10px;
        font-size: 1.1rem; } }

.l-footer__back_to_top {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  border-top: 8px solid #fff;
  border-left: 8px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media screen and (max-width: 767px) {
    .l-footer__back_to_top {
      width: 35px;
      height: 35px;
      border-width: 8px; } }
  .l-footer__back_to_top:hover {
    -webkit-transform: rotate(45deg) scale(1.15);
    -ms-transform: rotate(45deg) scale(1.15);
    transform: rotate(45deg) scale(1.15); }

a.l-footer__btn {
  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;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 70px;
  margin: auto;
  margin-bottom: 80px;
  border: 6px solid #fff;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  border-radius: 35px; }
  @media screen and (max-width: 767px) {
    a.l-footer__btn {
      width: calc(100% - 30px - 30px);
      height: 56px;
      margin-bottom: 50px;
      border-width: 5px;
      font-size: 1.8rem; } }
  a.l-footer__btn:hover {
    border-color: #fa59ad;
    background-color: #fa59ad;
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
    a.l-footer__btn:hover::before {
      border-color: #fff; }
  a.l-footer__btn::before {
    display: block;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 6px solid #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ''; }
    @media screen and (max-width: 767px) {
      a.l-footer__btn::before {
        right: 15px;
        width: 15px;
        height: 15px;
        border-width: 4px; } }

.sticky__item {
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  z-index: 2; }

.hero {
  width: 100%;
  height: 970px;
  margin-bottom: 140px;
  background: url(../img/hero_bg.png) center top/cover scroll no-repeat; }
  @media screen and (max-width: 767px) {
    .hero {
      position: relative;
      height: auto;
      margin: 0;
      margin-bottom: 60px;
      background: url(../img/sp_hero_bg.png) center top/contain scroll no-repeat;
      padding-top: 88%; } }

.hero__inner {
  position: relative;
  width: 1270px;
  margin: auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .hero__inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  @media screen and (max-width: 767px) {
    .hero__inner img {
      width: 100%;
      height: auto; } }

.hero__sh,
.hero__period {
  width: 0;
  height: 0;
  overflow: hidden; }

.hero__badge {
  position: absolute;
  top: 390px;
  left: 470px;
  opacity: 0;
  -webkit-animation: fade_in 2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  animation: fade_in 2s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
  @media screen and (max-width: 767px) {
    .hero__badge {
      display: none; } }
  .hero__badge img {
    -webkit-animation: swing 2.2s ease-in-out infinite alternate;
    animation: swing 2.2s ease-in-out infinite alternate; }

.hero__pdt {
  position: relative;
  margin-top: -16px;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .hero__pdt {
      width: 0;
      height: 0;
      overflow: hidden; } }

.ad {
  margin-bottom: 110px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .ad {
      margin-bottom: 60px;
      padding: 0 5.3333%; } }

.ad__h {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .ad__h {
      margin-bottom: 8px; } }

.commit {
  margin-bottom: 120px;
  text-align: center;
  background: url(../img/commit_bg_1.png) -75px 65px/auto scroll no-repeat, url(../img/commit_bg_2.png) right -135px top 40px/auto scroll no-repeat, url(../img/commit_bg_3.png) right -95px top 530px/auto scroll no-repeat; }
  @media screen and (max-width: 767px) {
    .commit {
      margin-bottom: 70px;
      padding: 0 5.3333%;
      background: none; } }

.commit__h {
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .commit__h {
      margin-bottom: 25px; } }

.commit__lead {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .commit__lead {
      margin-bottom: 50px; } }

.commit__sh {
  margin-bottom: 22px; }
  @media screen and (max-width: 767px) {
    .commit__sh {
      margin-bottom: 25px; } }

.commit__pict {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .commit__pict {
      margin-bottom: 40px; } }

.cm {
  width: 1050px;
  margin: auto;
  margin-bottom: 140px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cm {
      width: 100%;
      margin-bottom: 80px; } }

.cm__h {
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .cm__h {
      margin-bottom: 25px;
      padding: 0 5.3333%; } }

.cm__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .cm__wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
    @media screen and (max-width: 767px) {
      .cm__wrap iframe {
        border-radius: 10px; } }

.flow {
  margin-bottom: 100px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .flow {
      margin-bottom: 50px;
      padding: 0 5.3333%; } }

.flow__h {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .flow__h {
      margin-bottom: 25px; } }

@media screen and (max-width: 767px) {
  .flow__pict {
    padding: 0 20px; } }

.flow__ol {
  width: 0;
  height: 0;
  overflow: hidden; }

.apply {
  width: 1050px;
  margin: auto;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .apply {
      width: 100%;
      margin-bottom: 12px;
      padding: 0 5.3333%; } }

.apply__text {
  text-align: center; }

.btn {
  position: relative;
  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: 100%;
  height: 110px;
  background-color: rgba(232, 70, 70, 0.95);
  color: #fff !important;
  font-size: 5.5rem;
  font-weight: 700;
  border-radius: 55px; }
  @media screen and (max-width: 767px) {
    .btn {
      height: 60px;
      font-size: 3.2rem; } }
  .btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #ffcd00;
    color: #e84646 !important; }
    .btn:hover::after {
      border-color: #e84646; }
  .btn::after {
    display: block;
    position: absolute;
    right: 50px;
    width: 30px;
    height: 30px;
    border: 9px solid #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ''; }
    @media screen and (max-width: 767px) {
      .btn::after {
        right: 20px;
        width: 18px;
        height: 18px;
        border-width: 5px; } }
  .btn::before {
    display: block;
    width: 52px;
    height: 72px;
    margin-bottom: 6px;
    margin-right: 20px;
    background: url(../img/btn_img.png) center top/contain scroll no-repeat;
    content: '';
    -webkit-animation: swing 1.8s ease-in-out infinite alternate;
    animation: swing 1.8s ease-in-out infinite alternate; }
    @media screen and (max-width: 767px) {
      .btn::before {
        width: 30px;
        height: 42px;
        margin-bottom: 5px;
        margin-right: 10px; } }

.btn__outer {
  position: relative;
  width: 1050px;
  margin: auto;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .btn__outer {
      width: 100%;
      padding: 0 5.3333%;
      margin-bottom: 20px; } }

.note {
  display: inline-block;
  margin-bottom: 90px;
  text-align: left;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .note {
      margin-bottom: 50px;
      padding: 0 5.3333%;
      font-size: 1.1rem;
      font-weight: 500; } }

.note__outer {
  text-align: center; }

.note__h {
  margin-bottom: 0.4em;
  margin-left: -0.3em;
  font-weight: 500; }

.note__li {
  margin-bottom: 0.7em;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 1px; }
  .note__li::before {
    margin-right: 0.1em;
    color: #ffcd00;
    content: '・'; }
  .note__li a:hover {
    color: #47bb81; }

.sns {
  padding-bottom: 190px;
  background: url(../img/sns_img_1.png) -140px 30px/auto scroll no-repeat, url(../img/sns_img_2.png) right -80px top 0/auto scroll no-repeat, url(../img/sns_img_3.png) right -50px top 260px/auto scroll no-repeat; }
  @media screen and (max-width: 767px) {
    .sns {
      padding: 0;
      background: none;
      margin-bottom: 120px;
      padding: 0 5.3333%;
      padding-top: 30px;
      background: url(../img/sns_img_2.png) right -5px top 0/30% scroll no-repeat; } }

.sns__h {
  margin-bottom: 60px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .sns__h {
      margin-bottom: 40px; } }

.sns__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.sns__li {
  margin: 0 43px; }
  @media screen and (max-width: 767px) {
    .sns__li {
      margin: 0 25px; } }
  .sns__li a {
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 767px) {
      .sns__li a {
        height: 70px; } }
    .sns__li a:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

.u-d-n {
  display: none !important; }

@media screen and (max-width: 767px) {
  .u-d-n-mq {
    display: none !important; } }

.u-d-b {
  display: block !important; }

.u-d-b-mq {
  display: none; }
  @media screen and (max-width: 767px) {
    .u-d-b-mq {
      display: block !important; } }

.u-d-ib {
  display: inline-block !important; }

.u-d-ib-mq {
  display: none; }
  @media screen and (max-width: 767px) {
    .u-d-ib-mq {
      display: inline-block !important; } }

.u-m-a {
  margin: auto !important; }

.u-m-0 {
  margin: 0 !important; }

.u-m-0_a {
  margin: 0 auto !important; }

.u-mt-xxs {
  margin-top: 20px !important; }

.u-mt-xs {
  margin-top: 30px !important; }

.u-mt-md {
  margin-top: 100px !important; }

.u-ta-l {
  text-align: left !important; }

.u-ta-c {
  text-align: center !important; }

.u-ta-r {
  text-align: right !important; }

.u-ta-j {
  text-align: justify !important; }
