@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f7f7f7;
  color: #333;
  letter-spacing: 0.1rem;
}
@media (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #042E60;
}

p {
  line-height: 3rem;
  margin-bottom: 3rem;
}
p:last-child {
  margin-bottom: 0;
}

.h2 {
  font-size: 4.8rem;
  font-weight: 900;
  font-feature-settings: "palt";
  text-align: left;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .h2 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
.h2 .pt {
  opacity: 0.5;
  font-size: 75%;
  margin-left: 10px;
}

.acier {
  font-family: acier-bat-gris, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.p24 {
  font-size: 2.4rem;
}

.p20 {
  font-size: 2rem;
}

aside {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2rem;
}

.big {
  font-size: 130%;
  font-weight: bold;
}
@media (max-width: 480px) {
  .big {
    font-size: 120%;
  }
}

.big2 {
  font-size: 150%;
  font-weight: bold;
}
@media (max-width: 480px) {
  .big2 {
    font-size: 140%;
  }
}

.bold {
  font-weight: 700;
}

.light {
  font-size: 90%;
}

.small {
  font-size: 14px;
  line-height: normal;
}
@media (max-width: 800px) {
  .small {
    font-size: 12px;
  }
}

.under {
  text-decoration: underline;
  color: #2f64b9;
}

.red {
  color: #FF3403;
}

.white {
  color: #fff;
}

.black {
  color: #424242;
}

.yellow {
  color: #ffda0c;
}

.lightyellow {
  color: #fffb00;
}

.blue {
  color: #006AD5;
}

.marker {
  background: #ffda0c;
}

.shadow-w {
  text-shadow: 0px 0px 2px #ffffff;
}

.curning {
  font-feature-settings: "palt";
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.marker_yellow_hoso {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* スマホのときは改行なし */
.br-pc {
  display: none;
}

@media (min-width: 768px) {
  .br-pc {
    display: inline;
  }
}
/* スマホのときは改行あり */
.br-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}
.btn {
  max-width: 220px;
  padding: 16px 0;
  border: 1px solid #999999;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #333;
  text-align: center;
  width: 50%;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.78, 0.1, 0, 1) 0.1s;
}
.btn:hover {
  color: #fff;
}
.btn span {
  position: relative;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: -1px;
  top: -1px;
  width: 0;
  height: calc(100% + 2px);
  background-color: #EA7E00;
  transition: inherit;
  color: #FFF;
}
.btn::after {
  width: 32px;
  height: 8px;
  content: "";
  display: block;
  position: absolute;
  bottom: 22px;
  right: -20px;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../img/arrow2.svg);
  transition: all 0.3s cubic-bezier(0.78, 0.1, 0, 1) 0.1s;
}
.btn:hover:before {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

.btn-w {
  max-width: 220px;
  padding: 16px 0;
  border: 1px solid #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  width: 50%;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.78, 0.1, 0, 1) 0.1s;
}
.btn-w:hover {
  color: #333;
}
.btn-w span {
  position: relative;
}
.btn-w::before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: -1px;
  top: -1px;
  width: 0;
  height: calc(100% + 2px);
  background-color: #fff;
  transition: inherit;
}
.btn-w::after {
  width: 32px;
  height: 8px;
  content: "";
  display: block;
  position: absolute;
  bottom: 22px;
  right: -20px;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../img/arrow3.svg);
  transition: all 0.3s cubic-bezier(0.78, 0.1, 0, 1) 0.1s;
}
.btn-w:hover:before {
  left: -1px;
  right: auto;
  width: calc(100% + 2px);
}

.btn-w-g:hover {
  color: #EA7E00;
}

.btn-w-n:hover {
  color: #042E60;
}

.btn-contact {
  border-radius: 40px;
  max-width: 650px;
  padding: 30px 20px;
  font-size: 2rem;
  letter-spacing: 5px;
  color: #fff;
  background: #EA7E00;
  text-align: center;
  width: 50%;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.78, 0.1, 0, 1) 0.1s;
}
@media (max-width: 800px) {
  .btn-contact {
    width: 65%;
    padding: 25px 10px;
    letter-spacing: 0px;
  }
}
@media (max-width: 480px) {
  .btn-contact {
    width: 80%;
  }
}
.btn-contact span {
  position: relative;
}
.btn-contact:hover {
  color: #fff;
  opacity: 0.9;
}

.embedvideo {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.embedvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.content__title__inner {
  flex: none;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/NotoSansCJKjp-Thin.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Thin.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #ae9364f0;
  color: #333;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  opacity: 0;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 5% 0;
  letter-spacing: 5px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
  opacity: 1;
  height: 100%;
}

.navToggle {
  display: none;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: #EA7E00;
  cursor: pointer;
  z-index: 3;
  text-align: center;
}
@media (max-width: 800px) {
  .navToggle {
    display: block;
  }
}

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 2px #fff;
  transition: 0.35s ease-in-out;
  left: 10px;
}

.navToggle span:nth-child(1) {
  top: 14px;
}

.navToggle span:nth-child(2) {
  top: 23px;
}

.navToggle span:nth-child(3) {
  top: 32px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #333;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 22px;
  left: 10px;
  transform: rotate(-45deg);
  border-bottom: solid 2px #fff;
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 22px;
  transform: rotate(45deg);
  border-bottom: solid 2px #fff;
}

.globalMenuSp-btn {
  background: #fff;
  color: #EA7E00 !important;
  width: 280px;
  margin: 0 auto;
  margin-top: 10px;
}

.container {
  max-width: 900px;
  display: block;
  margin: 0 auto;
}

.container-full {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 70px 0 55px;
  position: relative;
}
.container-full::before {
  position: absolute;
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 116px;
  /*画像の幅*/
  height: 58px;
  /*画像の高さ*/
  background-image: url(../img/arrow-fullbg.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  top: -22px;
  left: 45%;
  z-index: 100;
}
@media (max-width: 480px) {
  .container-full::before {
    left: 37%;
  }
}

.l-header {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0 0 0 0px;
  background-color: #fff;
  display: block;
  border-bottom: 2px solid #ccc;
}
.l-header-inner {
  display: flex;
  max-height: 80px;
  padding: 0;
}
.l-header-logo {
  flex: 1;
  padding: 20px 0 20px;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .l-header-logo {
    margin-left: 30px;
  }
}
@media (max-width: 800px) {
  .l-header-logo {
    margin-left: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.l-header-nav {
  display: block;
}
@media (max-width: 800px) {
  .l-header-nav {
    display: none;
  }
}

.nav-menu {
  display: block;
}
.nav-menu-header {
  height: 100%;
  height: 100%;
  align-items: center;
}
.nav-menu-inner {
  display: flex;
  margin: 0 -12px;
}
.nav-menu-item {
  position: relative;
  display: block;
  height: 100%;
  margin: 0 17px;
}
@media (max-width: 1024px) {
  .nav-menu-item {
    margin: 0 10px;
  }
}
.nav-menu-item-black {
  padding: 0;
  background-color: #EA7E00;
  margin: 0 0 0 18px;
  transition: all 0.3s cubic-bezier(0.78, 0.1, 0, 1) 0.1s;
}
@media (max-width: 1024px) {
  .nav-menu-item-black {
    margin-left: 10px;
  }
}
.nav-menu-item-black .nav-menu-item-inner {
  padding-right: 51px;
  padding-left: 37px;
  color: #fff;
}
@media (max-width: 1024px) {
  .nav-menu-item-black .nav-menu-item-inner {
    padding-right: 31px;
    padding-left: 19px;
  }
}
.nav-menu-item-black:hover {
  opacity: 0.9;
}
.nav-menu-item-inner {
  font-size: 1.3rem;
  position: relative;
  display: block;
  padding: 30px 0 30px;
  text-decoration: none;
  letter-spacing: 0.04em;
  color: #555;
}
@media (max-width: 1024px) {
  .nav-menu-item-inner {
    font-size: 1.3rem;
  }
}
.nav-menu-item-home {
  display: block;
}
@media (max-width: 1024px) {
  .nav-menu-item-home {
    display: none;
  }
}

.logo-inner {
  display: block;
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.25, 0.635, 0.53, 0.905);
}
.logo img {
  width: 100%;
  height: auto;
}

.footer {
  background: #004971;
  text-align: center;
  padding: 30px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .copyright {
  font-size: 1.2rem;
  line-height: normal;
}

.container-flex {
  margin-right: 6%;
  margin-left: 6%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 480px) {
  .flex-re {
    flex-direction: column-reverse;
  }
}

@media (max-width: 480px) {
  .row-reverse-sp {
    flex-direction: column-reverse;
  }
}
.photoadd {
  float: right;
}
@media (max-width: 480px) {
  .photoadd {
    float: none;
    display: block;
    margin: 0 auto 30px;
    width: 80%;
  }
}

.w100 {
  width: 100%;
}

@media (max-width: 480px) {
  .w100sp {
    width: 100%;
  }

  .w90sp {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .w80sp {
    width: 80%;
  }

  .w60sp {
    width: 60%;
  }

  .mb30sp {
    margin-bottom: 3rem;
  }
}
.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.margintop-150 {
  margin-top: -150px;
}
@media (max-width: 480px) {
  .margintop-150 {
    margin-top: 0;
  }
}

.mt30 {
  margin-top: 3rem;
}

.mt50 {
  margin-top: 5rem;
}

.mr10 {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .mr10 {
    margin-right: 0;
  }
}

.txt-box {
  padding: 0 50px;
}
@media (max-width: 480px) {
  .txt-box {
    padding: 0 0px;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 800px) {
  .sp {
    display: block !important;
  }
}
@media (min-width: 800px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 800px) {
  .tab {
    display: block !important;
  }
}
@media (min-width: 800px) {
  .tab {
    display: none;
  }
}

.pc {
  display: none !important;
}
@media (min-width: 800px) {
  .pc {
    display: block !important;
  }
}

/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
.delighter.splash {
  transition: all 2s ease-out;
}

.delighter.splash.ended {
  background: #fff;
}

.delighter.right {
  transform: translate(-100%);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.delighter.right.started {
  transform: none;
  opacity: 1;
}

.delighter.left {
  transform: translate(100%);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.delighter.left.started {
  transform: none;
  opacity: 1;
}

.delighter.bottom {
  transform: translatey(300%);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.delighter.bottom.started {
  transform: none;
  opacity: 1;
}

.delighter.fadeIn {
  transition: all 1s ease;
  opacity: 0;
}

.delighter.fadeIn.started {
  opacity: 1;
}

.delighter.slideUp {
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.delighter.slideUp.started {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.delighter.maskToRight {
  position: relative;
  transform: translateZ(0);
  overflow: hidden;
}

.delighter.maskToRight::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  background: #fff;
  transition: all 0.8s linear;
  z-index: 2;
}

.delighter.maskToRight.started::before {
  transform: translate3d(100%, 0, 0);
}

.delighter li {
  opacity: 0;
  transform: translatey(400%);
  transition: all 0.7s ease-out;
}

.delighter.started li {
  opacity: 1;
  transform: none;
}

.delighter.started li:nth-child(1) {
  transition: all 0.7s ease-out 0.1s;
}

.delighter.started li:nth-child(2) {
  transition: all 0.7s ease-out 0.3s;
}

.delighter.started li:nth-child(3) {
  transition: all 0.7s ease-out 0.5s;
}

.delighter.started li:nth-child(4) {
  transition: all 0.7s ease-out 0.7s;
}

.delighter.started li:nth-child(5) {
  transition: all 0.7s ease-out 0.9s;
}

.delighter.started li:nth-child(6) {
  transition: all 0.7s ease-out 1.1s;
}

.delighter.started li:nth-child(7) {
  transition: all 0.7s ease-out 1.3s;
}

.delay_03 {
  transition: all 1s ease 0.3s;
}

.delay_06 {
  transition: all 1s ease 0.6s;
}

.delay_09 {
  transition: all 1s ease 0.9s;
}

.delay_12 {
  transition: all 1s ease 1.2s;
}

.delay_15 {
  transition: all 1s ease 1.5s;
}

/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.sample-text1 {
  font-size: 20px;
  font-weight: bold;
  animation-name: fadein;
  animation-duration: 3s;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(10px, 0px);
    opacity: 0;
  }
}
.noshow {
  opacity: 0;
}

.pageloadshow {
  animation: pageloadshow 1s ease 3.7s 1 normal forwards;
}
@media (max-width: 800px) {
  .pageloadshow {
    animation: pageloadshow 1s ease 4.4s 1 normal forwards;
  }
}
@keyframes bgAnime {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.swashIn {
  animation-name: swashIn;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
@keyframes swashIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes itemIn {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.itemIn {
  animation-name: itemIn;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.delighter.itemIn1 {
  transform: translate3d(0, 100px, 0) scale(0.95);
  opacity: 0;
}

.delighter.itemIn1.started {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes slideUp1 {
  from {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition: all 0.75s ease-out;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.slideUp1 {
  animation-name: slideUp1;
  animation-duration: 1.2s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}

h1, h2, h3, h4, h5 {
  margin: 0 0 0.67em;
  font-family: メイリオ, sans-serif;
  line-height: inherit;
  letter-spacing: inherit;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #0580C2;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 30px;
}
ul li {
  line-height: normal;
  padding: 5px 0;
}

ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 30px;
}
ol li {
  line-height: normal;
  padding: 5px 0 10px;
}

.h3 {
  text-align: center;
  font-weight: bold;
  font-size: 3.4rem;
  margin-bottom: 35px;
  color: #0580C2;
  line-height: 1.6;
  font-feature-settings: "palt";
}
@media (max-width: 480px) {
  .h3 {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 800px) {
  /* スマホとタブレット以外はこっちを適用 */
  .bg-pc {
    height: 100vh !important;
    /* !importantを使用し、jQueryを打ち消し */
  }
}
.btn-caution {
  font-size: 1.2rem;
  text-align: center;
  line-height: normal;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .btn-caution {
    margin-top: 10px;
  }
}

.intro {
  position: relative;
  padding: 80px 0;
  background-image: url(../img/MILLION@3x.png);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .intro {
    padding: 60px 20px;
  }
}
.intro-txt01 {
  text-align: center;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 800px) {
  .intro-txt01 {
    font-size: 3vw;
  }
}
@media (max-width: 480px) {
  .intro-txt01 {
    font-size: 4vw;
  }
}
.intro-title {
  width: 860px;
}
@media (max-width: 800px) {
  .intro-title {
    width: 90vw;
  }
}

.reason {
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 800px) {
  .reason {
    padding: 60px 20px;
  }
}
.reason .h2 {
  text-align: center !important;
}
.reason-title img {
  width: 522px;
}
@media (max-width: 800px) {
  .reason-title img {
    width: 65vw;
  }
}
@media (max-width: 800px) {
  .reason p {
    text-align: left;
  }
}

.story {
  padding: 80px 0;
}
@media (max-width: 800px) {
  .story {
    padding: 60px 20px;
  }
}
.story-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (max-width: 800px) {
  .story-wrap {
    padding: 0 1%;
  }
}
.story-left {
  width: 45%;
  margin-right: 5%;
}
@media (max-width: 800px) {
  .story-left {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.story-right {
  width: 50%;
}
@media (max-width: 800px) {
  .story-right {
    width: 100%;
  }
}

.contents {
  color: #fff;
  background: #0580C2;
  margin-left: 5%;
  margin-right: 5%;
}
@media (min-width: 1450px) {
  .contents {
    width: 1200px;
    margin: 0 auto;
  }
}
.contents-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
.contents-box {
  width: 36%;
  padding: 90px 7% 90px;
}
@media (max-width: 800px) {
  .contents-box {
    width: 100%;
    padding: 70px 7% 60px;
  }
}
@media (min-width: 1450px) {
  .contents-box {
    width: 32%;
    padding: 100px 9% 100px;
  }
}
.contents-box-b {
  background: #0580C2;
}
.contents-box-g {
  background: url(../img/award-bg-r.jpg) center center;
  background-size: cover;
}
@media (max-width: 800px) {
  .contents-box-g {
    display: none;
  }
}
.contents-01 {
  font-size: 6rem;
  color: #FFFF00;
  font-weight: 700;
  margin-bottom: 44px;
}
@media (max-width: 1024px) {
  .contents-01 {
    font-size: 4rem;
  }
}
@media (max-width: 800px) {
  .contents-01 {
    font-size: 4.8rem;
  }
}
.contents-02 {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 35px;
}
.contents-03 {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.contents-caution {
  border: 1px solid #fff;
  padding: 15px;
  line-height: 1.5;
}

.flow {
  padding: 80px 0;
}
@media (max-width: 800px) {
  .flow {
    padding: 60px 20px;
  }
}
.flow-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 3%;
}
@media (max-width: 800px) {
  .flow-wrap {
    padding: 0 3%;
  }
}
.flow-items {
  justify-content: space-between;
  align-items: flex-start;
}
.flow-item {
  position: relative;
  width: 28%;
  margin-right: 2%;
  box-shadow: 0 0 6px #d6d6d6;
  padding: 50px 20px 50px;
  text-align: center;
  color: #0580C2;
}
@media (max-width: 1024px) {
  .flow-item {
    width: 24%;
  }
}
@media (max-width: 800px) {
  .flow-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.flow-item:last-child {
  margin-right: 0;
}
.flow-item-icon {
  margin: 0 auto 30px;
  width: 50%;
}
@media (max-width: 800px) {
  .flow-item-icon {
    width: 35%;
  }
}
.flow-item-title {
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 800px) {
  .flow-item-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.flow-item-detail {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.flow-item-num {
  font-size: 9.5rem;
  position: absolute;
  color: #0580C2;
  opacity: 0.3;
  left: 15px;
  top: 10px;
  font-family: "DIN Alternate", sans-serif;
}

.term {
  background: #0580C2;
  padding: 80px 0;
  color: #fff;
}
@media (max-width: 800px) {
  .term {
    padding: 60px 20px;
  }
}
.term-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (max-width: 800px) {
  .term-wrap {
    padding: 0 1%;
  }
}
.term-reha {
  margin-left: 80px;
  border-left: 3px solid #fff;
  padding: 5px 0 20px 15px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .term-reha {
    margin-left: 20px;
  }
}
.term-reha p {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.term-reha a {
  padding: 10px 30px;
  color: #fff;
  background: #e64a4a;
  font-size: 1.5rem;
  font-weight: 500;
}
.term-box {
  margin: 0 auto;
  max-width: 900px;
}
.term-rehalist {
  margin-bottom: 20px !important;
}
@media (max-width: 800px) {
  .term .small {
    margin-top: 50px;
  }
}

.b-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 0px;
}
.b-ttl:first-child {
  margin-top: 0;
}
@media (max-width: 800px) {
  .b-ttl {
    margin-bottom: 5vw;
    margin-top: 8vw;
  }
}
.b-ttl img {
  width: 40px;
}
@media (max-width: 800px) {
  .b-ttl img {
    display: block;
    width: 13%;
    max-width: 120px;
  }
}
.b-ttl h4 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 20px;
  font-feature-settings: "palt";
}
@media (max-width: 800px) {
  .b-ttl h4 {
    margin-left: 10px;
    font-size: 5vw;
    line-height: normal;
  }
}

.btn-kiyaku {
  padding: 20px 30px;
  color: #fff;
  background: #e64a4a;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
}
.btn-kiyaku:hover {
  color: #fff;
  opacity: 0.7;
}
.btn-kiyaku i {
  margin-right: 10px;
}

.contact {
  color: #0580C2;
}
.contact-wrap {
  padding: 7% 10%;
}
@media (max-width: 800px) {
  .contact-wrap {
    padding: 12% 5%;
  }
}
.contact-txt {
  font-size: 1.8rem;
}
@media (max-width: 800px) {
  .contact-txt {
    font-size: 1.6rem;
  }
}
.contact-title {
  width: 60vw;
}
@media (max-width: 800px) {
  .contact-title {
    width: 90vw;
  }
}
.contact p {
  text-align: center;
}
.contact i {
  margin-right: 5px;
}

.box-border {
  border: 2px solid #0580C2;
  padding: 20px;
  margin-top: 50px;
}

.company-info {
  font-size: 1.6rem;
  margin-left: 50px;
}
@media (max-width: 800px) {
  .company-info {
    margin-left: 0;
  }
}
.company-info td {
  padding: 20px 0px;
  line-height: 1.5;
}

.data {
  background: #121216;
  color: #fff;
  padding: 80px 0;
}
@media (max-width: 480px) {
  .data {
    padding: 60px 20px;
  }
}
.data .h2 {
  font-weight: 700;
  font-size: 3.5rem;
}
@media (max-width: 480px) {
  .data .h2 {
    font-size: 3rem;
  }
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

h1 {
  margin-bottom: 0;
}