@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@font-face {
  font-family: "DINAlternate";

  src: url(../fonts/DINAlternate-Bold.ttf);
}
/* Reset
   ----------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;

  margin: 0;
  padding: 0;

  vertical-align: baseline;

  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  font-size: 100%;

  margin: 0;
  padding: 0;

  vertical-align: baseline;

  background: transparent;
}

/*! change colours to suit your needs */
ins {
  text-decoration: none;

  color: #000;
  background-color: #ff9;
}

/*! change colours to suit your needs */
mark {
  font-weight: bold;
  font-style: italic;

  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

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

  border-bottom: 1px dotted;
}

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

/*! change border colour to suit your needs */
hr {
  display: block;

  height: 1px;
  margin: 1em 0;
  padding: 0;

  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

button {
  padding: 0;

  cursor: pointer;

  border: none;
  outline: none;
  background-color: transparent;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

/* Base
   ----------------------------------------------------------------- */
html {
  font-size: 62.5%;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;

  letter-spacing: 0;
  word-wrap: break-word;
  word-break: normal;

  color: #000;

  -webkit-text-size-adjust: 100%;
}

body.is-fixed {
  position: fixed;

  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-decoration: none;

  color: #000;
}

a:hover {
  opacity: 0.8;
}

p {
  line-height: 1.5;
}

/* フルードイメージにします。 */
img {
  max-width: 100%;
  height: auto;

  vertical-align: middle;
}

/* svgのIEバグ回避 */
img[src$=".svg"] {
  width: 100%;
  height: auto;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

/* Container
   ----------------------------------------------------------------- */
.l-container {
  overflow: hidden;
}

.l-main {
  margin-top: 102px;
}

@media screen and (max-width: 1300px) {
  .l-main {
    margin-top: 57px;
  }
}
@media screen and (max-width: 1023px) {
  .l-main {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-main__inner {
    position: relative;

    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__inner {
    position: relative;

    max-width: 375px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .l-main__bg {
    background-color: #fffffb;
  }
}
@media screen and (max-width: 767px) {
  .l-main__bg-sp {
    background-color: #fffffb;
  }
}
/* btn
-------------------------------------------------------------------------- */
.c-btn {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.c-drawer {
  display: none;
}

@media screen and (max-width: 1023px) {
  .c-drawer {
    position: fixed;
    z-index: 100;
    top: auto;
    right: 15px;
    display: block;
  }
}
.c-drawer__hidden {
  display: none;
}

.c-drawer__open {
  position: relative;
  z-index: 103;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 43px;
  height: 30px;
  margin: auto 0 auto auto;
  /* 重なり順を一番下に */

  cursor: pointer;

  background-color: transparent;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-drawer__open {
    width: 32px;
  }
}
.c-drawer__open span,
.c-drawer__open span::before,
.c-drawer__open span::after {
  position: absolute;

  display: block;

  width: 30px;
  height: 3px;

  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;

  background: #fff;
}

.c-drawer__open span::before {
  bottom: 8px;
}

.c-drawer__open span::after {
  top: 8px;
}

.c-drawer #drawer-check:checked ~ .c-drawer__open span {
  background: rgba(0, 0, 0, 0);
}

.c-drawer #drawer-check:checked ~ .c-drawer__open span::before {
  bottom: 0;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);
}

.c-drawer #drawer-check:checked ~ .c-drawer__open span::after {
  top: 0;

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);
}

.c-drawer #drawer-check:checked ~ .c-drawer__content {
  left: 0;
}

.c-drawer__content {
  /* ここの割合を小さくすると閉じる部分の領域が広がる */
  position: fixed;
  z-index: 102;
  top: 0;
  left: 100%;

  overflow-y: scroll;

  width: 100%;
  height: 100%;
  height: 100%;
  padding: 50px 0;

  -webkit-transition: all 0.5s;

  transition: all 0.5s;
  /* 重なり順を一番上に */

  background: #f94142;
}

.c-drawer__close {
  position: fixed;
  /* 閉じるための要素を画面外へ */
  z-index: 101;
  top: 0;
  left: 100%;

  width: 100%;
  height: 100%;
  /* 重なり順をメニューより下に*/

  -webkit-transition: 0.5s;

  transition: 0.5s;

  background: transparent;
}

.c-drawer #drawer-check:checked ~ .c-drawer__close {
  left: 0;
  /* 閉じるための要素を画面内へ */
}

.c-drawer__lists {
  margin-bottom: 36px;
}

.c-drawer__list {
  font-size: 20px;
  font-size: 2rem;

  display: block;

  padding: 10px 15px;

  color: #fff;
  border-bottom: 1px solid #fff;
}

.c-drawer__list a {
  color: inherit;
}

.c-drawer__btn {
  display: block;

  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.c-heading {
  position: relative;
  z-index: 10;

  margin-bottom: 82px;

  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-heading {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 767px) {
  .c-heading.fs-small .c-heading__en {
    font-size: 30px;
    font-size: 3rem;
  }
}
.c-heading__en {
  font-family: "Futura", "Arial", sans-serif;
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 0.8;

  display: block;

  margin-bottom: 14px;

  letter-spacing: 0.03em;

  color: #f94142;
}

@media screen and (max-width: 767px) {
  .c-heading__en {
    font-size: 36px;
    font-size: 3.6rem;

    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-heading__en.fs-58 {
    font-size: 58px;
    font-size: 5.8rem;
  }
}
@media screen and (min-width: 768px) {
  .c-heading__en.fs-48 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.c-heading__jp {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-heading__jp {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 20px;
  }
}
.c-padding__top-bottom {
  padding-top: 74px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .c-padding__top-bottom {
    padding-top: 52px;
    padding-bottom: 70px;
  }
}
.c-point {
  position: relative;

  height: 180px;
  padding: 51px 5px 0;

  border: 2px solid #f94142;
}

@media screen and (max-width: 767px) {
  .c-point {
    height: auto;
    padding: 36px 5px 20px;
  }
}
.c-point.pt {
  height: 178px;
  padding: 74px 5px 0;
}

@media screen and (max-width: 767px) {
  .c-point.pt {
    height: 108px;
    padding: 48px 5px 0;
  }
}
.c-point::before,
.c-point::after {
  position: absolute;

  content: "";
}

.c-point::before {
  z-index: 2;
  bottom: -38px;
  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  border: 17px solid transparent;
  border-top: 22px solid #fff;
}

@media screen and (max-width: 767px) {
  .c-point::before {
    bottom: -18px;

    border: 7px solid transparent;
    border-top: 12px solid #fff;
  }
}
.c-point::after {
  z-index: 1;
  bottom: -44px;
  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  border: 19px solid transparent;
  border-top: 24px solid #f94142;
}

@media screen and (max-width: 767px) {
  .c-point::after {
    bottom: -24px;

    border: 9px solid transparent;
    border-top: 14px solid #f94142;
  }
}
@media screen and (min-width: 768px) {
  .c-point__inner {
    max-width: 740px;
  }
}
.c-point__point-box {
  font-family: "DINAlternate", sans-serif;

  position: absolute;
  top: -46px;
  left: 50%;

  padding: 4px 15px;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);
  text-align: center;

  color: #f94142;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-point__point-box {
    top: -20px;

    padding: 4px 9px;
  }
}
.c-point__en {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;

  display: block;
}

@media screen and (max-width: 767px) {
  .c-point__en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-point__number {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;

  display: block;
}

@media screen and (max-width: 767px) {
  .c-point__number {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.c-point__text {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;

  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1023px) {
  .c-point__text {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-point__text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-point__text strong {
  font-size: 44px;
  font-size: 4.4rem;

  color: #f94142;
}

@media screen and (max-width: 1023px) {
  .c-point__text strong {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-point__text strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-point__text span {
  color: #f94142;
}

.btn-anime {
  -webkit-animation: anime 2s linear infinite;
  animation: anime 2s linear infinite;
}

@-webkit-keyframes anime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes anime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.banner {
  max-width: 1000px;
  margin: 78px auto 0;
}

.banner__img {
  display: block;

  width: 100%;
}

/* フェードイン(初期値) */
.js-fadeUp {
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  /* 最初は非表示 */
  -webkit-transform: translateY(30px);
  transform: translateY(30px);

  opacity: 0;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  /* 30px上に移動する */
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
  transform: translateY(0);

  opacity: 1;
  /* フェード開始を0.5秒遅らせる */
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_tb {
    display: none;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .pc_sp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tb_sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* ===============================================
#余白
=============================================== */
.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}