@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&family=Noto+Sans+JP:wght@400;500&display=swap");
/* Vendor prefix
--------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.5em;
  background: #e8eef2;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
}
body.ovhide {
  overflow: hidden;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

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

p {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }
}

.barlow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-m {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

figure {
  position: relative;
}
figure figcaption {
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
  line-height: 1.2em;
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: right;
}
@media (max-width: 767px) {
  figure figcaption {
    font-size: 10px;
    text-align: right;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}
figure figcaption.left {
  text-align: left;
  right: auto;
  left: 5px;
}
@media (max-width: 767px) {
  figure figcaption.left {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
@media (max-width: 767px) {
  figure figcaption.left.top {
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
figure figcaption.top {
  bottom: auto;
  top: 5px;
}
@media (max-width: 767px) {
  figure figcaption.top {
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
}
@media (max-width: 767px) {
  figure figcaption.spBtm {
    bottom: 5px;
    top: auto;
  }
}
figure figcaption.cnt {
  width: 100%;
  text-align: center;
  right: 0;
  bottom: 10px;
}

sup {
  font-size: 60%;
  vertical-align: super;
}

.inner01 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner01.spFul {
    width: 100%;
  }
}

.inner02 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner02.spFul {
    width: 100%;
  }
}

.inner03 {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.inner04 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .shadow {
    -webkit-box-shadow: 35px 35px 32px rgba(0, 0, 0, 0.14);
            box-shadow: 35px 35px 32px rgba(0, 0, 0, 0.14);
  }
}
@media (max-width: 991px) {
  .shadow {
    -webkit-box-shadow: 25px 25px 22px rgba(0, 0, 0, 0.14);
            box-shadow: 25px 25px 22px rgba(0, 0, 0, 0.14);
  }
}
@media (max-width: 767px) {
  .shadow {
    -webkit-box-shadow: 15px 15px 12px rgba(0, 0, 0, 0.14);
            box-shadow: 15px 15px 12px rgba(0, 0, 0, 0.14);
  }
}

.txt01 {
  font-size: 18px;
  line-height: 2.25em;
}
@media (max-width: 767px) {
  .txt01 {
    font-size: 13px;
  }
}
.txt01.mt0 {
  margin-top: 0;
}
.txt01.cnt {
  text-align: center;
}
.txt01 small {
  font-size: 80%;
}

h3.line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: min(100%, 1000px);
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  h3.line {
    margin-bottom: 20px;
  }
}
h3.line::before, h3.line::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #0e2e5e;
}
h3.line span {
  text-align: center;
  color: #0e2e5e;
  font-size: 36px;
  line-height: 1.2em;
  padding: 0 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  h3.line span {
    font-size: 18px;
    padding: 0 20px;
  }
}

header {
  width: 100%;
  background: #fff;
  padding: 10px 40px;
  height: 116px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 991px) {
  header {
    height: 58px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 10px 20px;
  }
}
header .logoArea {
  width: 256px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  header .logoArea {
    width: 220px;
  }
}
@media (max-width: 767px) {
  header .logoArea {
    width: 180px;
  }
}
header nav {
  width: calc(100% - 276px);
  max-width: 890px;
}
@media (max-width: 991px) {
  header nav {
    position: absolute;
    width: 100%;
    max-width: none;
    background: #fff;
    padding: 30px;
    top: 58px;
    left: 0;
    display: none;
  }
}
header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: solid 1px #cfd5df;
}
@media (max-width: 991px) {
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: none;
    border-top: solid 1px #cfd5df;
  }
}
header nav ul li {
  border-right: solid 1px #cfd5df;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991px) {
  header nav ul li {
    border-right: none;
    border-bottom: solid 1px #cfd5df;
  }
}
header nav ul li a {
  display: block;
  text-align: center;
  color: #0e2e5e;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 5px;
}
@media (max-width: 1280px) {
  header nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  header nav ul li a {
    font-size: 16px;
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  header nav ul li a br:not(.sp) {
    display: none;
  }
}
header .menu {
  display: none;
}
@media (max-width: 991px) {
  header .menu {
    display: block;
    width: 22px;
    height: 11px;
    position: relative;
  }
  header .menu span {
    width: 100%;
    height: 1px;
    background: #0e2e5e;
    position: absolute;
    left: 0;
    -webkit-transition: -webkit-transform 0.4s ease 0s;
    transition: -webkit-transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  }
  header .menu span:first-child {
    top: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  header .menu span:nth-child(2) {
    top: 50%;
  }
  header .menu span:last-child {
    top: 100%;
    margin-top: -1px;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
}
header .menu.close span:first-child {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
header .menu.close span:nth-child(2) {
  display: none;
}
header .menu.close span:last-child {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  margin-top: 0;
}

main {
  padding-top: 116px;
}
@media (max-width: 991px) {
  main {
    padding-top: 58px;
  }
}

.mvArea {
  position: relative;
  overflow: hidden;
}
.mvArea .bg {
  width: 55.2083333333%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: -4.8%;
  z-index: 1;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 0.4s ease 0s;
  transition: -webkit-clip-path 0.4s ease 0s;
  transition: clip-path 0.4s ease 0s;
  transition: clip-path 0.4s ease 0s, -webkit-clip-path 0.4s ease 0s;
}
@media (max-width: 767px) {
  .mvArea .bg {
    width: 141.3333333333%;
    height: 46%;
    left: -19%;
  }
}
.mvArea .bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-clip-path: polygon(29% 0%, 100% 0%, 71% 100%, 0% 100%);
          clip-path: polygon(29% 0%, 100% 0%, 71% 100%, 0% 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(14, 46, 94)), to(rgba(14, 46, 94, 0.3)));
  background: -webkit-linear-gradient(top, rgb(14, 46, 94), rgba(14, 46, 94, 0.3));
  background: linear-gradient(to bottom, rgb(14, 46, 94), rgba(14, 46, 94, 0.3));
}
.mvArea.on .bg {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.mvArea.on .txtArea {
  left: 7%;
}
@media (max-width: 767px) {
  .mvArea.on .txtArea {
    left: 9%;
  }
}
.mvArea.on .badge {
  opacity: 1;
}
.mvArea .txtArea {
  position: absolute;
  top: 50%;
  left: -50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: left 0.6s ease-out 0.4s;
  transition: left 0.6s ease-out 0.4s;
}
@media (max-width: 767px) {
  .mvArea .txtArea {
    top: 25%;
    left: -100%;
  }
}
.mvArea .txtArea h1 {
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.mvArea .txtArea h1 span {
  display: block;
  letter-spacing: -0.01em;
}
.mvArea .txtArea h1 span.h101 {
  font-size: 2.5vw;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .mvArea .txtArea h1 span.h101 {
    font-size: 6.4vw;
  }
}
.mvArea .txtArea h1 span.h101 small {
  font-size: 75%;
}
.mvArea .txtArea h1 span.h102 {
  font-size: 3.125vw;
  line-height: 1.5em;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media (max-width: 767px) {
  .mvArea .txtArea h1 span.h102 {
    font-size: 8vw;
  }
}
.mvArea .txtArea h1 span.h103 {
  font-size: 3.75vw;
  line-height: 1.5em;
  text-align: right;
}
@media (max-width: 767px) {
  .mvArea .txtArea h1 span.h103 {
    font-size: 9.6vw;
  }
}
.mvArea .badge {
  width: 14.53125%;
  position: absolute;
  top: 5%;
  right: 4%;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.8s;
  transition: opacity 1s ease 0.8s;
}
@media (max-width: 767px) {
  .mvArea .badge {
    width: 37.2%;
    top: 42%;
  }
}
.mvArea .badge img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

.float {
  width: 100%;
  background: rgba(14, 46, 94, 0.9);
  padding: 20px 0;
  position: fixed;
  bottom: -110px;
  left: 0;
  z-index: 998;
  -webkit-transition: bottom 0.8s ease 0s;
  transition: bottom 0.8s ease 0s;
}
@media (max-width: 767px) {
  .float {
    bottom: -150px;
  }
}
.float.on {
  bottom: 0;
}
.float .inner01 {
  max-width: 800px;
}
.float .floatInBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .float .floatInBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.float .floatInBox .txt {
  color: #fff;
  font-size: 20px;
  width: 260px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .float .floatInBox .txt {
    width: 100%;
    font-size: 3.4vw;
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .float .floatInBox .txt br {
    display: none;
  }
}
.float .floatInBox .cvBtn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.float .floatInBox .cvBtn a {
  border: solid 2px #fff;
}
.float .floatInBox .cvBtn a span {
  font-size: 18px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .float .floatInBox .cvBtn a span {
    font-size: 4.8vw;
    padding: 15px 40px;
  }
}
.float .floatInBox .cvBtn a span::before, .float .floatInBox .cvBtn a span::after {
  right: 16px;
}
.float .floatInBox .cvBtn a span::before {
  width: 23px;
}
@media (max-width: 767px) {
  .float .floatInBox .cvBtn a span::before {
    width: 18px;
  }
}
.float .floatInBox .cvBtn a span::after {
  width: 6px;
}

.cvBtn {
  width: min(100%, 800px);
  margin: 0 auto;
}
.cvBtn.mt {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .cvBtn.mt {
    margin-top: 40px;
  }
}
.cvBtn a {
  display: block;
  border: solid 3px #fff;
  background: -webkit-gradient(linear, left top, right top, from(#480000), color-stop(50%, #660000), to(#480000));
  background: -webkit-linear-gradient(left, #480000, #660000 50%, #480000);
  background: linear-gradient(to right, #480000, #660000 50%, #480000);
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .cvBtn a:hover {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .cvBtn a:hover::before {
    width: 100%;
  }
}
.cvBtn a::before {
  content: "";
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cvBtn a span {
  display: block;
  padding: 30px 90px;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cvBtn a span {
    font-size: 14px;
    padding: 20px 40px;
  }
}
.cvBtn a span::before, .cvBtn a span::after {
  content: "";
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 38px;
}
@media (max-width: 767px) {
  .cvBtn a span::before, .cvBtn a span::after {
    right: 16px;
  }
}
.cvBtn a span::before {
  width: 45px;
}
@media (max-width: 767px) {
  .cvBtn a span::before {
    width: 23px;
  }
}
.cvBtn a span::after {
  width: 8px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  .cvBtn a span::after {
    width: 6px;
  }
}

.btnArea {
  padding: 70px 0 100px;
}
@media (max-width: 767px) {
  .btnArea {
    padding: 30px 0 50px;
  }
}

.introArea {
  padding: 0 0 100px;
  position: relative;
}
@media (max-width: 767px) {
  .introArea {
    padding: 50px 0;
  }
}
.introArea .bgArea {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .introArea .inner01 {
    width: 96%;
  }
}
.introArea .introBox {
  width: min(100%, 800px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 40px;
}
@media (max-width: 767px) {
  .introArea .introBox {
    gap: 20px;
  }
}
.introArea .introBox.inview figure {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.introArea .introBox figure {
  width: calc((100% - 40px) / 2);
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
  transition: opacity 0.6s ease 0s, transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}
@media (max-width: 767px) {
  .introArea .introBox figure {
    width: calc((100% - 20px) / 2);
  }
}
.introArea .introBox figure.img02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.introArea .introBox figure.img03 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.introArea .introBox figure.img04 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.introArea .introBox figure.img05 {
  width: 45.25%;
  position: absolute;
  top: 53%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: 5;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

@-webkit-keyframes introAni {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  78% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes introAni {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  78% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.reasonArea {
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .reasonArea {
    padding-bottom: 50px;
  }
}
.reasonArea .ttlWrap01 {
  position: relative;
}
.reasonArea .ttlWrap01 .bg {
  height: 416px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), calc(50% + 160px) calc(100% - 70px), 50% 100%, calc(50% - 160px) calc(100% - 70px), 0 calc(100% - 70px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), calc(50% + 160px) calc(100% - 70px), 50% 100%, calc(50% - 160px) calc(100% - 70px), 0 calc(100% - 70px));
}
@media (max-width: 767px) {
  .reasonArea .ttlWrap01 .bg {
    height: 250px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(50% + 80px) calc(100% - 35px), 50% 100%, calc(50% - 80px) calc(100% - 35px), 0 calc(100% - 35px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(50% + 80px) calc(100% - 35px), 50% 100%, calc(50% - 80px) calc(100% - 35px), 0 calc(100% - 35px));
  }
}
.reasonArea .ttlWrap01 .bg figure {
  width: 100%;
  height: 100%;
}
.reasonArea .ttlWrap01 .bg figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reasonArea .ttlWrap01 .txtWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.reasonArea .ttlWrap01 .txtWrap h2 {
  color: #fff;
  text-align: center;
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .reasonArea .ttlWrap01 .txtWrap h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
.reasonArea .ttlWrap01 .txtWrap h2 span.sub {
  display: block;
  font-size: 55.5%;
  line-height: 1em;
}
.reasonArea .ttlWrap01 .txtWrap h2 span.barlow {
  font-size: 200%;
  font-style: italic;
  line-height: 1;
}
.reasonArea .ttlWrap01 .txtWrap h2 small {
  font-size: 66.6%;
}
.reasonArea .reasonBox {
  width: 93%;
  padding: 65px 5%;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .reasonArea .reasonBox {
    width: 100%;
    padding: 35px 5%;
    margin-top: 50px;
  }
}
.reasonArea .reasonBox::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.reasonArea .reasonBox.reason01 {
  margin-left: auto;
}
.reasonArea .reasonBox.reason01 .inBox04 {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason01 .inBox04 {
    margin-bottom: 30px;
  }
}
.reasonArea .reasonBox.reason01 .inBox04 .check {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason01 .inBox04 .check {
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason01 .inBox04 .check {
    row-gap: 12px;
  }
}
.reasonArea .reasonBox.reason01 .inBox04 .check.inview li::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.reasonArea .reasonBox.reason01 .inBox04 .check li {
  padding-left: 50px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5em;
  color: #0e2e5e;
  position: relative;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason01 .inBox04 .check li {
    font-size: 20px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason01 .inBox04 .check li {
    font-size: 16px;
    padding-left: 30px;
  }
}
.reasonArea .reasonBox.reason01 .inBox04 .check li::before {
  content: "";
  width: 26px;
  height: 26px;
  border: solid 3px #c8d3e2;
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason01 .inBox04 .check li::before {
    width: 20px;
    height: 20px;
    top: 3px;
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason01 .inBox04 .check li::before {
    width: 16px;
    height: 16px;
    top: 2px;
  }
}
.reasonArea .reasonBox.reason01 .inBox04 .check li::after {
  content: "";
  width: 26px;
  height: 14px;
  border-left: solid 3px #0e2e5e;
  border-bottom: solid 3px #0e2e5e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: 5px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.4s ease 0s;
  transition: -webkit-clip-path 0.4s ease 0s;
  transition: clip-path 0.4s ease 0s;
  transition: clip-path 0.4s ease 0s, -webkit-clip-path 0.4s ease 0s;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason01 .inBox04 .check li::after {
    width: 20px;
    height: 10px;
    top: 3px;
  }
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason01 .inBox04 .check li::after {
    width: 16px;
    height: 8px;
    top: 2px;
  }
}
.reasonArea .reasonBox.reason01 .inBox04 .check li:nth-child(2)::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.reasonArea .reasonBox.reason01 .inBox04 .check li:nth-child(3)::after {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.reasonArea .reasonBox.reason01 .inBox01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason01 .inBox01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 30px;
  }
}
.reasonArea .reasonBox.reason01 .inBox01 .imgWrap {
  width: 58.3333333333%;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason01 .inBox01 .imgWrap {
    width: 100%;
  }
}
.reasonArea .reasonBox.reason01 .inBox01 .imgWrap figure:first-child {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason01 .inBox01 .imgWrap figure:first-child {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason01 .inBox01 .imgWrap figure:first-child {
    -webkit-transform: translateX(-11%);
            transform: translateX(-11%);
  }
}
.reasonArea .reasonBox.reason01 .inBox01 .imgWrap figure:last-child {
  width: 62.8%;
  margin-left: auto;
  margin-top: 16px;
}
.reasonArea .reasonBox.reason01 .inBox01 .txtWrap {
  width: 36.6666666667%;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason01 .inBox01 .txtWrap {
    width: 100%;
  }
}
.reasonArea .reasonBox.reason01 table {
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 14px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason01 table {
    font-size: 12px;
  }
}
.reasonArea .reasonBox.reason01 table th {
  border: solid 1px #e8eef2;
  padding: 9px 5px;
  font-weight: 500;
  width: 126px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason01 table th {
    width: 100px;
  }
}
.reasonArea .reasonBox.reason01 table td {
  padding: 9px 5px;
  font-weight: 500;
  vertical-align: middle;
}
.reasonArea .reasonBox.reason02 {
  padding: 65px 3%;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason02 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason02 {
    padding: 35px 5% 0;
  }
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason02::before {
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason02::before {
    height: calc(100% - 60px);
  }
}
.reasonArea .reasonBox.reason02 .inBox02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason02 .inBox02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 50px;
  }
}
.reasonArea .reasonBox.reason02 .inBox02 .txtWrap {
  width: 67%;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason02 .inBox02 .txtWrap {
    width: 100%;
  }
}
.reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 4%;
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox {
    gap: 30px 4%;
  }
}
.reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox {
  width: 48%;
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox {
    width: 100%;
  }
}
.reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .sttl01 {
  margin-bottom: 5px;
}
.reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox + .timeBox {
  margin-top: 10px;
}
.reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox p {
  color: #0e2e5e;
}
.reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox p.time {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 1750px) {
  .reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox p.time {
    font-size: 22px;
  }
}
@media (max-width: 1540px) {
  .reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox p.time {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox p.time {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox p.time {
    font-size: 15px;
    letter-spacing: 0;
  }
}
.reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox p.time strong {
  font-weight: 500;
  font-size: 125%;
  line-height: 1;
}
.reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox p.time strong.barlow {
  font-size: 300%;
  font-weight: 400;
  line-height: 1;
}
.reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox p.stime {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}
@media (max-width: 1280px) {
  .reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox p.stime {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox p.stime {
    font-size: 14px;
  }
}
.reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox p.stime strong.barlow {
  font-size: 240%;
  font-weight: 400;
  line-height: 1;
}
.reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox p.stxt {
  font-size: 14px;
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason02 .inBox02 .txtWrap .txtBox .sbox .timeBox p.stxt {
    font-size: 12px;
  }
}
.reasonArea .reasonBox.reason02 .inBox02 .imgWrap {
  width: 29.0769230769%;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason02 .inBox02 .imgWrap {
    width: 100%;
  }
}
.reasonArea .reasonBox.reason02 .inBox02 .imgWrap figure {
  margin-right: -39%;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason02 .inBox02 .imgWrap figure {
    margin-right: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.reasonArea .reasonBox.reason03 {
  margin-left: auto;
  padding-bottom: 0;
}
.reasonArea .reasonBox.reason03::before {
  height: calc(100% - 100px);
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason03::before {
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason03::before {
    height: calc(100% - 60px);
  }
}
.reasonArea .reasonBox.reason03 .inBox03 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.reasonArea .reasonBox.reason03 .inBox03 .slick-list {
  overflow: visible;
}
.reasonArea .reasonBox.reason03 .inBox03 .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.reasonArea .reasonBox.reason03 .inBox03 .slick-slide {
  height: auto !important;
}
.reasonArea .reasonBox.reason03 .inBox03 .slick-prev {
  left: -20px;
}
.reasonArea .reasonBox.reason03 .inBox03 .slick-next {
  right: -20px;
}
.reasonArea .reasonBox.reason03 .inBox03 .slick-prev, .reasonArea .reasonBox.reason03 .inBox03 .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
}
.reasonArea .reasonBox.reason03 .inBox03 .slick-prev:before, .reasonArea .reasonBox.reason03 .inBox03 .slick-next:before {
  color: #0e2e5e;
  font-size: 40px;
}
.reasonArea .reasonBox.reason03 .inBox03 .slide {
  border: solid 1px #0e2e5e;
  background: #fff;
  padding: 40px 50px;
  margin: 0 50px;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox.reason03 .inBox03 .slide {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason03 .inBox03 .slide {
    margin: 0 10px;
    padding: 20px 20px;
  }
}
.reasonArea .reasonBox.reason03 .inBox03 .slideInBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 32px;
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason03 .inBox03 .slideInBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reasonArea .reasonBox.reason03 .inBox03 .slideInBox .sbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reasonArea .reasonBox.reason03 .inBox03 .slideInBox .sbox .txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason03 .inBox03 .slideInBox .sbox .txt {
    font-size: 12px;
    margin-top: 15px;
  }
}
.reasonArea .reasonBox.reason03 .inBox03 .slideInBox .sbox .img01 {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason03 .inBox03 .slideInBox .sbox .img01 {
    padding-top: 0;
  }
}
.reasonArea .reasonBox.reason03 .inBox03 .slideInBox .sbox .img02 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .reasonArea .reasonBox.reason03 .inBox03 .slideInBox .sbox .img02 {
    margin-top: 0;
  }
}
.reasonArea .reasonBox .ttlWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .reasonArea .reasonBox .ttlWrap {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
}
.reasonArea .reasonBox .ttlWrap .num {
  width: 200px;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox .ttlWrap .num {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox .ttlWrap .num {
    width: auto;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1;
  }
}
.reasonArea .reasonBox .ttlWrap .num .num01 {
  color: #c8d3e2;
}
.reasonArea .reasonBox .ttlWrap .num .num01 span {
  font-style: italic;
  display: block;
}
.reasonArea .reasonBox .ttlWrap .num .num01 span.barlow-m {
  font-size: 36px;
  line-height: 1;
  padding-left: 35px;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox .ttlWrap .num .num01 span.barlow-m {
    font-size: 28px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox .ttlWrap .num .num01 span.barlow-m {
    font-size: 18px;
    padding-left: 15px;
  }
}
.reasonArea .reasonBox .ttlWrap .num .num01 span.barlow {
  font-size: 180px;
  line-height: 0.8;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox .ttlWrap .num .num01 span.barlow {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox .ttlWrap .num .num01 span.barlow {
    font-size: 90px;
  }
}
.reasonArea .reasonBox .ttlWrap .ttlArea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 36px;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox .ttlWrap .ttlArea {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox .ttlWrap .ttlArea {
    position: relative;
    z-index: 2;
    padding-top: 38px;
  }
}
.reasonArea .reasonBox .ttlWrap .ttlArea h3 {
  color: #0e2e5e;
  font-size: 36px;
  line-height: 1.33em;
  font-weight: 500;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox .ttlWrap .ttlArea h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox .ttlWrap .ttlArea h3 {
    font-size: 18px;
  }
}
.reasonArea .reasonBox .ttlWrap .ttlArea h3 strong {
  font-size: 200%;
}
.reasonArea .reasonBox .ttlWrap .ttlArea .tag {
  background: #7a722b;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  padding: 10px;
}
@media (max-width: 991px) {
  .reasonArea .reasonBox .ttlWrap .ttlArea .tag {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .reasonArea .reasonBox .ttlWrap .ttlArea .tag {
    font-size: 18px;
  }
}
.reasonArea .reasonBox .sttl01 {
  background: #c8d3e2;
  color: #0e2e5e;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  padding: 9px 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .reasonArea .reasonBox .sttl01 {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 9px 10px;
  }
}
.reasonArea .reasonBox .sttl01:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .reasonArea .reasonBox .sttl01:not(:first-child) {
    margin-top: 30px;
  }
}

.gaiyoArea {
  padding: 300px 0 380px;
  position: relative;
}
@media (max-width: 767px) {
  .gaiyoArea {
    padding: 150px 0 190px;
  }
}
.gaiyoArea .inner02 {
  max-width: 1400px;
  position: relative;
  z-index: 2;
}
.gaiyoArea .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.gaiyoArea .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(100% 18%, 100% 94%, 0 79%, 0 3%);
          clip-path: polygon(100% 18%, 100% 94%, 0 79%, 0 3%);
  background: url(../img/bg_gaiyo.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .gaiyoArea .bg::before {
    -webkit-clip-path: polygon(100% 13%, 100% 94%, 0 84%, 0 3%);
            clip-path: polygon(100% 13%, 100% 94%, 0 84%, 0 3%);
    background: url(../img/bg_gaiyo_sp.jpg) no-repeat center center/cover;
  }
}
.gaiyoArea .bg::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(100% 3%, 100% 79%, 0 94%, 0 18%);
          clip-path: polygon(100% 3%, 100% 79%, 0 94%, 0 18%);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .gaiyoArea .bg::after {
    -webkit-clip-path: polygon(100% 3%, 100% 84%, 0 94%, 0 13%);
            clip-path: polygon(100% 3%, 100% 84%, 0 94%, 0 13%);
  }
}
.gaiyoArea .img01 {
  margin-top: 20px;
  position: relative;
}
.gaiyoArea .img01.inview figure:not(:first-child) {
  opacity: 1;
}
.gaiyoArea .img01 figure:not(:first-child) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.gaiyoArea .img01 figure:nth-child(2) {
  -webkit-transition: opacity 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s;
}
.gaiyoArea .img01 figure:nth-child(2) figcaption {
  bottom: auto;
}
.gaiyoArea .img01 figure:nth-child(2) figcaption.cap01 {
  top: 27%;
  right: 7%;
}
@media (max-width: 767px) {
  .gaiyoArea .img01 figure:nth-child(2) figcaption.cap01 {
    top: 94.3%;
    right: 62%;
  }
}
.gaiyoArea .img01 figure:nth-child(2) figcaption.cap01 br {
  display: none;
}
@media (max-width: 767px) {
  .gaiyoArea .img01 figure:nth-child(2) figcaption.cap01 br {
    display: block;
  }
}
.gaiyoArea .img01 figure:nth-child(2) figcaption.cap02 {
  top: 57.5%;
  right: 79%;
}
@media (max-width: 767px) {
  .gaiyoArea .img01 figure:nth-child(2) figcaption.cap02 {
    top: 9.5%;
    right: 27%;
  }
}
.gaiyoArea .img01 figure:nth-child(2) figcaption.cap03 {
  top: 97%;
  right: 7.5%;
}
@media (max-width: 767px) {
  .gaiyoArea .img01 figure:nth-child(2) figcaption.cap03 {
    top: 88%;
    right: 7.5%;
  }
}
.gaiyoArea .img01 figure:last-child {
  -webkit-transition: opacity 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s;
}
.gaiyoArea .img01 figure:last-child figcaption {
  bottom: auto;
}
.gaiyoArea .img01 figure:last-child figcaption.cap01 {
  top: 27%;
  right: 75.2%;
}
@media (max-width: 767px) {
  .gaiyoArea .img01 figure:last-child figcaption.cap01 {
    top: 14%;
    right: 56.2%;
  }
}
.gaiyoArea .img01 figure:last-child figcaption.cap02 {
  top: 57.5%;
  right: 4%;
}
@media (max-width: 767px) {
  .gaiyoArea .img01 figure:last-child figcaption.cap02 {
    top: 80.2%;
    right: 55%;
  }
}
.gaiyoArea .img01 figure:last-child figcaption.cap03 {
  top: 93.5%;
  right: 71.8%;
}
@media (max-width: 767px) {
  .gaiyoArea .img01 figure:last-child figcaption.cap03 {
    top: 25.5%;
    right: 7.8%;
  }
}

.flowArea {
  padding: 150px 0;
  background: url(../img/bg_flow.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .flowArea {
    padding: 70px 0;
    background: url(../img/bg_flow_sp.jpg) no-repeat center center/cover;
  }
}
.flowArea h3.line::before, .flowArea h3.line::after {
  background: #fff;
}
.flowArea h3.line span {
  color: #fff;
}
.flowArea .flowList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 85px;
  -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
@media (max-width: 767px) {
  .flowArea .flowList {
    margin-bottom: 46px;
  }
}
.flowArea .flowList.inview {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.flowArea .flowList.inview::before {
  top: calc(100% + 5px);
}
.flowArea .flowList.last::before {
  display: none;
}
.flowArea .flowList::before {
  content: "";
  width: 200px;
  height: 53px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0e2e5e), to(#2b6fd5));
  background: -webkit-linear-gradient(top, #0e2e5e, #2b6fd5);
  background: linear-gradient(to bottom, #0e2e5e, #2b6fd5);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: calc(100% - 53px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: top 0.4s ease 0.4s;
  transition: top 0.4s ease 0.4s;
  z-index: -1;
}
@media (max-width: 767px) {
  .flowArea .flowList::before {
    width: 100px;
    height: 26px;
    top: calc(100% - 26px);
  }
}
.flowArea .flowList dt {
  width: 294px;
  background: #e8eef2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 15px 25px 10px;
}
@media (max-width: 991px) {
  .flowArea .flowList dt {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .flowArea .flowList dt {
    width: 146px;
    padding: 12px 10px 12px 8px;
  }
}
@media (max-width: 500px) {
  .flowArea .flowList dt {
    width: 106px;
  }
}
.flowArea .flowList dt p {
  color: #0e2e5e;
}
.flowArea .flowList dt p.icon {
  width: 82px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .flowArea .flowList dt p.icon {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .flowArea .flowList dt p.icon {
    width: 38px;
  }
}
.flowArea .flowList dt p.step span {
  font-size: 30px;
  line-height: 1;
  font-style: italic;
}
@media (max-width: 991px) {
  .flowArea .flowList dt p.step span {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .flowArea .flowList dt p.step span {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .flowArea .flowList dt p.step span {
    display: block;
  }
}
.flowArea .flowList dt p.step span.num {
  font-size: 60px;
  line-height: 1;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .flowArea .flowList dt p.step span.num {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .flowArea .flowList dt p.step span.num {
    font-size: 28px;
    line-height: 0.8;
  }
}
@media (max-width: 500px) {
  .flowArea .flowList dt p.step span.num {
    display: block;
    margin-left: -2px;
  }
}
.flowArea .flowList dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 25px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .flowArea .flowList dd {
    padding: 25px 35px;
  }
}
@media (max-width: 767px) {
  .flowArea .flowList dd {
    padding: 12px 20px;
  }
}
.flowArea .flowList dd p {
  color: #0e2e5e;
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 500;
}
@media (max-width: 991px) {
  .flowArea .flowList dd p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .flowArea .flowList dd p {
    font-size: 18px;
  }
}

.faqArea {
  padding: 150px 0;
  background: url(../img/bg_faq.jpg) no-repeat center top/100% auto;
}
@media (max-width: 767px) {
  .faqArea {
    padding: 70px 0;
    background: url(../img/bg_faq_sp.jpg) no-repeat center top/100% auto;
  }
}
.faqArea h4 {
  color: #0e2e5e;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
  margin: 80px 0 30px;
}
@media (max-width: 767px) {
  .faqArea h4 {
    font-size: 16px;
    margin: 40px 0 20px;
  }
}
.faqArea .faqBox {
  background: #fff;
  -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.faqArea .faqBox + .faqBox {
  margin-top: 20px;
}
.faqArea .faqBox.inview {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.faqArea .faqBox dt {
  padding: 25px 55px 25px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faqArea .faqBox dt {
    padding: 15px 35px 15px 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.faqArea .faqBox dt.open .open::after {
  opacity: 0;
}
.faqArea .faqBox dt .icon {
  width: 28px;
  line-height: 1;
}
@media (max-width: 767px) {
  .faqArea .faqBox dt .icon {
    width: 14px;
  }
}
.faqArea .faqBox dt .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  line-height: 1.3em;
  color: #0e2e5e;
  font-weight: 500;
}
@media (max-width: 767px) {
  .faqArea .faqBox dt .txt {
    font-size: 12px;
  }
}
.faqArea .faqBox dt .open {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -13px;
}
@media (max-width: 767px) {
  .faqArea .faqBox dt .open {
    width: 13px;
    height: 13px;
    right: 15px;
    margin-top: -6px;
  }
}
.faqArea .faqBox dt .open::before, .faqArea .faqBox dt .open::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #0e2e5e;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .faqArea .faqBox dt .open::before, .faqArea .faqBox dt .open::after {
    height: 1px;
    margin-top: 0;
  }
}
.faqArea .faqBox dt .open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faqArea .faqBox dd {
  padding: 15px 30px 30px 25px;
  display: none;
}
@media (max-width: 767px) {
  .faqArea .faqBox dd {
    padding: 8px 20px 15px 15px;
  }
}
.faqArea .faqBox dd .aBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 767px) {
  .faqArea .faqBox dd .aBox {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.faqArea .faqBox dd .icon {
  width: 28px;
  margin-left: 66px;
  position: relative;
  padding-top: 5px;
  line-height: 1;
}
@media (max-width: 767px) {
  .faqArea .faqBox dd .icon {
    width: 14px;
    margin-left: 33px;
    padding-top: 0;
  }
}
.faqArea .faqBox dd .icon::before {
  content: "";
  width: 23px;
  height: 23px;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  position: absolute;
  top: 0;
  left: -47px;
}
@media (max-width: 767px) {
  .faqArea .faqBox dd .icon::before {
    width: 10px;
    height: 10px;
    left: -23px;
  }
}
.faqArea .faqBox dd .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  line-height: 1.5em;
  color: #841515;
  font-weight: 500;
}
@media (max-width: 767px) {
  .faqArea .faqBox dd .txt {
    font-size: 12px;
  }
}

footer {
  background: #0e2e5e;
  text-align: center;
  padding: 60px 0 160px;
}
footer .logo {
  margin-bottom: 20px;
}
footer .logo img {
  width: 267px;
}
@media (max-width: 767px) {
  footer .logo img {
    width: 100%;
    max-width: 230px;
  }
}
footer small {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  display: block;
}
@media (max-width: 767px) {
  footer small {
    font-size: 10px;
  }
}

.invUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
.invUp.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.invFade {
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: opacity 1s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 1s ease 0s, -webkit-filter 1s ease 0s;
  transition: opacity 1s ease 0s, filter 1s ease 0s;
  transition: opacity 1s ease 0s, filter 1s ease 0s, -webkit-filter 1s ease 0s;
}
.invFade.inview {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.invClipRight {
  -webkit-clip-path: inset(18% 13% 0 0);
          clip-path: inset(18% 13% 0 0);
  -webkit-transition: -webkit-clip-path 1s ease 0s;
  transition: -webkit-clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s, -webkit-clip-path 1s ease 0s;
}
.invClipRight.inview {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.invClipLeft {
  -webkit-clip-path: inset(18% 0 0 13%);
          clip-path: inset(18% 0 0 13%);
  -webkit-transition: -webkit-clip-path 1s ease 0s;
  transition: -webkit-clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s;
  transition: clip-path 1s ease 0s, -webkit-clip-path 1s ease 0s;
}
.invClipLeft.inview {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.inview .bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.inview .bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.inview .bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/*背景色が伸びて出現 共通*/
.bgextend {
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bgLRextend {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .bgLRextend {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .bgLRextend {
    margin-top: 10px;
  }
}

.bgLRextend::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7a722b; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.note01 {
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}
@media (max-width: 767px) {
  .note01 {
    font-size: 10px;
  }
}
.note01.mt {
  margin-top: 30px;
}

.noteArea {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .noteArea {
    padding: 50px 0;
  }
}
.noteArea p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}
@media (max-width: 767px) {
  .noteArea p {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .vsp {
    display: none;
  }
}
@media (min-width: 500px) {
  .vsp02 {
    display: none;
  }
}
@media (max-width: 991px) {
  .vpc {
    display: none;
  }
}
@media (max-width: 767px) {
  .vpc02 {
    display: none;
  }
}