@charset "UTF-8";
/* CSS Document */
/********** フォント設定 **********/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/cdn/yakuhanjp_s.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese);
@import url(//cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/cdn/yakuhanmp_s.css);
@import url("https://fonts.googleapis.com/css2?family=BioRhyme:wght@200..800&family=Kiwi+Maru&family=Kosugi+Maru&family=M+PLUS+Rounded+1c&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&family=Oswald:wght@200..700&family=Sawarabi+Gothic&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho&display=swap");
html, body {
  font-size: 62.5%;
  font-family: YakuHanJPs, "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

:root {
  --viewWidth: 100vw;
}

/********** ベースタグ設定 **********/
* {
  max-height: 99999px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
}
a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  a:hover {
    opacity: 0.75;
  }
}

.ja {
  font-family: "Noto Serif JP", serif;
}

.en {
  font-family: "Open Sans", sans-serif;
}

.dummyBox {
  display: block;
  width: 100%;
  height: 1000px;
}

/********** #wrapper **********/
#wrapper {
  font-size: 1.6rem;
  line-height: 1.7;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  #wrapper {
    font-size: 1.8rem;
  }
}

.scrollAnimation .fadeLeft {
  transform: translateX(100%);
  opacity: 0;
}
.scrollAnimation .fadeRight {
  transform: translateX(-100%);
  opacity: 0;
}
.scrollAnimation .fadeUp {
  transform: translateY(100%);
  opacity: 0;
}
.scrollAnimation.active .fadeLeft {
  animation: fadeleft 1s ease forwards;
}
.scrollAnimation.active .fadeRight {
  animation: faderight 1s ease forwards;
}
.scrollAnimation.active .fadeUp {
  animation: fadeup 1s ease forwards;
}

@keyframes fadeleft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes faderight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.scrollSticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  transition: 0.5s all ease;
  pointer-events: none;
}
.scrollSticky.active {
  bottom: 100%;
}

/********** .container設定 **********/
.container {
  width: 100%;
  max-width: none;
  max-width: inherit;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 1110px;
  }
}

/********** ガター設定 **********/
.gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.gutter-50 > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-30 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.gutter-40 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.gutter-16 > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-00 {
  margin-left: 0px;
  margin-right: 0px;
}

.gutter-00 > [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 0px) {
  .gutter-xs-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xs-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-sm-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .gutter-md-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-md-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-lg-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-xl-50 > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xs-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-sm-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .gutter-md-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-md-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-lg-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-xl-30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xs-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-sm-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .gutter-md-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-md-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-lg-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gutter-xl-40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xs-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-sm-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .gutter-md-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-md-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-lg-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-xl-20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xs-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-sm-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .gutter-md-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-md-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-lg-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-16 {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gutter-xl-16 > [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xs-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 576px) {
  .gutter-sm-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-sm-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .gutter-md-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-md-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .gutter-lg-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-lg-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gutter-xl-10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 0px) {
  .gutter-xs-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xs-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .gutter-sm-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-sm-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .gutter-md-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-md-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .gutter-lg-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-lg-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .gutter-xl-00 {
    margin-left: 0;
    margin-right: 0;
  }
  .gutter-xl-00 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
/********** 5分割設定 **********/
/*
ex)
col-5-1 20%
col-sm-5-3 60%
col-md-5-4 80%
*/
.col-xl-5-5, .col-xl-5-4, .col-xl-5-3, .col-xl-5-2, .col-xl-5-1, .col-lg-5-5, .col-lg-5-4, .col-lg-5-3, .col-lg-5-2, .col-lg-5-1, .col-md-5-5, .col-md-5-4, .col-md-5-3, .col-md-5-2, .col-md-5-1, .col-sm-5-5, .col-sm-5-4, .col-sm-5-3, .col-sm-5-2, .col-sm-5-1, .col-xs-5-5, .col-5-5, .col-xs-5-4, .col-5-4, .col-xs-5-3, .col-5-3, .col-xs-5-2, .col-5-2, .col-xs-5-1, .col-5-1 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 0px) {
  .col-xs-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-xs-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-xs-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-xs-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-xs-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 576px) {
  .col-sm-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-sm-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-sm-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-sm-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-sm-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 768px) {
  .col-md-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-md-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-md-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-md-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-md-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 992px) {
  .col-lg-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-lg-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-lg-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-lg-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-lg-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
@media (min-width: 1200px) {
  .col-xl-5-1 {
    flex: 0 0 20%;
    max-width: percentagepercentage(0.2);
  }
  .col-xl-5-2 {
    flex: 0 0 40%;
    max-width: percentagepercentage(0.4);
  }
  .col-xl-5-3 {
    flex: 0 0 60%;
    max-width: percentagepercentage(0.6);
  }
  .col-xl-5-4 {
    flex: 0 0 80%;
    max-width: percentagepercentage(0.8);
  }
  .col-xl-5-5 {
    flex: 0 0 100%;
    max-width: percentagepercentage(1);
  }
}
/********** Justify設定 **********/
.text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

@media (min-width: 0px) {
  .text-xs-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 576px) {
  .text-sm-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 768px) {
  .text-md-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 992px) {
  .text-lg-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
}
#header {
  background-color: #ffffff;
}
#header .header_container {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #header .header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#header .header_container picture {
  display: block;
}
#header .header_container picture img {
  width: 100%;
  height: auto;
}
#header .header_container picture:nth-of-type(1) {
  width: 67.2vw;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #header .header_container picture:nth-of-type(1) {
    width: 21.724137931%;
    padding-top: 15px;
  }
}
#header .header_container picture:nth-of-type(2) {
  display: none;
}
@media (min-width: 768px) {
  #header .header_container picture:nth-of-type(2) {
    display: block;
    width: 17.9310344828%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

#mainVisual {
  background-color: #edf2f7;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media (min-width: 768px) {
  #mainVisual {
    z-index: 13;
  }
}
@media (min-width: 768px) {
  #mainVisual .mv_container {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
#mainVisual .img01 {
  position: relative;
}
@media (min-width: 768px) {
  #mainVisual .img01 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #mainVisual .img01 .mv01 {
    margin-left: 4%;
    width: 49.2%;
  }
}
#mainVisual .img01 .img02 {
  width: 94vw;
  position: absolute;
  top: 4.8vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media (min-width: 768px) {
  #mainVisual .img01 .img02 {
    width: 48%;
    top: 0;
    left: auto;
    transform: translateX(0);
    right: 0;
    text-align: left;
    height: 100%;
  }
}
#mainVisual .img01 .img02 .logo02 {
  width: 55.4666666667vw;
}
@media (min-width: 768px) {
  #mainVisual .img01 .img02 .logo02 {
    display: none;
  }
}
#mainVisual .img01 .img02 .mv03 {
  width: 81.0666666667vw;
  padding-top: 4.2666666667vw;
  padding-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  #mainVisual .img01 .img02 .mv03 {
    max-width: 304px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
}
@media (min-width: 768px) {
  #mainVisual .img01 .img02 .position-md-r {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  #mainVisual .img01 .img02 .mv02 {
    max-width: 546px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
#mainVisual picture {
  display: inline-block;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 1010px;
  }
}

.about {
  position: relative;
  z-index: 10;
  background-color: #004087;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.about .about_text {
  width: 74vw;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #ffffff;
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  .about .about_text {
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0;
    font-size: 1.8rem;
  }
}
.about .about_text picture {
  display: inline-block;
  width: 60vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about .about_text picture {
    width: 210px;
    margin-right: 10px;
  }
}
.about .about_img02 {
  text-align: center;
}
.about h3 {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.about h3 span {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  font-size: 7.7333333333vw;
}
@media (min-width: 768px) {
  .about h3 span {
    font-size: 2.39rem;
  }
}
.about h3 span:before {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #ffffff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.transparent_part {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: calc(0.5333333333 * var(--viewWidth));
}
@media (min-width: 768px) {
  .transparent_part {
    height: 200px;
  }
}

#sec02 {
  position: relative;
  z-index: 9;
}
#sec02 .bg_sec02 {
  position: sticky;
  top: 0;
  background: url(../img/sec02_bg01.jpg) no-repeat left 20% center/cover;
  height: 100vh;
  width: 100%;
  margin-top: -100vh;
  opacity: 0.7;
  z-index: -1;
}
#sec02 .inner_sec02 {
  position: relative;
  overflow: hidden;
  opacity: 1 !important;
  z-index: 100;
}
#sec02 .inner_sec02 .bg {
  background-color: #ffffff;
}
#sec02 .inner_sec02 h2 {
  background-color: #004087;
  color: #ffffff;
  font-weight: 700;
  width: 80vw;
  margin: 0 auto;
  font-size: 7.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 10.6666666667vw 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 h2 {
    font-size: 2.7rem;
    width: 280px;
    padding: 40px 0;
  }
}
#sec02 .inner_sec02 h2 span {
  font-size: 5.3333333333vw;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 h2 span {
    font-size: 2rem;
  }
}
#sec02 .inner_sec02 h3 {
  font-size: 6.6666666667vw;
  font-weight: 700;
  text-align: center;
  margin-top: -30px;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 h3 {
    font-size: 2.9rem;
  }
}
#sec02 .inner_sec02 h3 span {
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}
#sec02 .inner_sec02 h3 span:before {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #000000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#sec02 .inner_sec02 .merit_list {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
#sec02 .inner_sec02 .merit_list li {
  margin-bottom: 35px;
  position: relative;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 .merit_list li {
    padding-left: 22%;
    margin-bottom: 70px;
  }
  #sec02 .inner_sec02 .merit_list li:before {
    position: absolute;
    content: "";
    width: 18%;
    aspect-ratio: 1/1;
    background: url(../img/merit_list_img01.png) no-repeat 0 0/contain;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
#sec02 .inner_sec02 .merit_list li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 .merit_list li:nth-of-type(2):before {
    background-image: url(../img/merit_list_img02.png);
  }
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 .merit_list li:nth-of-type(3):before {
    background-image: url(../img/merit_list_img03.png);
  }
}
#sec02 .inner_sec02 .merit_list dl dt {
  color: #004087;
  font-weight: 700;
  font-size: 5.8666666667vw;
  border-bottom: 1px solid #004087;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 .merit_list dl dt {
    font-size: 2.7rem;
    padding-left: 0;
    line-height: 1.2;
  }
}
#sec02 .inner_sec02 .merit_list dl dt span {
  font-size: 8.5333333333vw;
  margin-right: 0.5em;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 .merit_list dl dt span {
    font-size: 3.7rem;
  }
}
#sec02 .inner_sec02 .merit_list dl dd {
  font-size: 4.2666666667vw;
  margin-top: 10px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 .merit_list dl dd {
    font-size: 2.1rem;
    line-height: 1.5;
  }
}
#sec02 .inner_sec02 .container {
  position: relative;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 .container.pb-md-150 {
    padding-bottom: 150px;
  }
}

#sec03 {
  position: relative;
  z-index: 8;
}
#sec03 .z-50.position_r {
  position: relative;
  z-index: 50;
}
#sec03 .bg_sec03 {
  position: sticky;
  top: 0;
  background: url(../img/sec03_bg01.jpg) no-repeat left 40% center/cover;
  height: 100vh;
  width: 100%;
  margin-top: -100vh;
  opacity: 0.7;
  z-index: -1;
}
@media (min-width: 768px) {
  #sec03 .bg_sec03 {
    background: url(../img/sec03_bg01.jpg) no-repeat right 50% center/cover;
  }
}
#sec03 .inner_sec03 {
  position: relative;
}
#sec03 .inner_sec03 .bg {
  background-color: #ffffff;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .bg {
    padding-bottom: 50px;
  }
}
#sec03 .inner_sec03 h2 {
  background-color: #004087;
  color: #ffffff;
  font-weight: 700;
  width: 80vw;
  margin: 0 auto;
  font-size: 7.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 10.6666666667vw 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 h2 {
    font-size: 2.7rem;
    width: 280px;
    padding: 40px 0;
  }
}
#sec03 .inner_sec03 h2 span {
  font-size: 5.3333333333vw;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 h2 span {
    font-size: 2rem;
  }
}
#sec03 .inner_sec03 h3 {
  font-size: 6.6666666667vw;
  font-weight: 700;
  text-align: center;
  margin-top: -30px;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 h3 {
    font-size: 2.9rem;
  }
}
#sec03 .inner_sec03 h3 span {
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}
#sec03 .inner_sec03 .container {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .container {
    padding-bottom: 150px;
  }
}
#sec03 .inner_sec03 .container.bg_white {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .container.bg_white {
    padding-bottom: 120px;
  }
}
#sec03 .inner_sec03 .container.pb-0 {
  padding-bottom: 0;
}
#sec03 .inner_sec03 .container .txt {
  font-size: 4vw;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .container .txt {
    font-size: 1.8rem;
  }
}
#sec03 .inner_sec03 .container .txt02 {
  font-size: calc(0.046875 * var(--viewWidth));
  text-align: center;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .container .txt02 {
    font-size: min(1.8rem, 0.0162162162 * var(--viewWidth));
  }
}
#sec03 .inner_sec03 .bg_blue {
  overflow: hidden;
}
#sec03 .inner_sec03 .bg_blue .container {
  background-color: #edf2f7;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .bg_blue .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
#sec03 .inner_sec03 .bg_blue .container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #edf2f7;
  top: 0;
  right: 100%;
}
#sec03 .inner_sec03 .bg_blue .container h4 {
  color: #004087;
  font-weight: 700;
  text-align: center;
  font-size: 6.6666666667vw;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .bg_blue .container h4 {
    font-size: 2.7rem;
  }
}
#sec03 .inner_sec03 .bg_blue .container h4 span {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
#sec03 .inner_sec03 .bg_blue .container h4 span:before {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #004087;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#sec03 .inner_sec03 .bg_blue.right .container:before {
  right: auto;
  left: 100%;
}
#sec03 .inner_sec03 .img01 {
  width: calc(0.27100271 * var(--viewWidth));
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .img01 {
    max-width: 200px;
  }
}
#sec03 .inner_sec03 .img01 .img01_txt {
  font-size: calc(0.046875 * var(--viewWidth));
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .img01 .img01_txt {
    font-size: min(1.8rem, 0.0162162162 * var(--viewWidth));
  }
}
#sec03 .inner_sec03 .bg01 {
  background-color: #f4f4f4;
  position: relative;
}
#sec03 .inner_sec03 .bg01 .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .bg01 .container {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
#sec03 .inner_sec03 .bg01 .container::before {
  display: none;
}
#sec03 .inner_sec03 .bg01 .container .sec03_ttl01 {
  padding-top: calc(0.162601626 * var(--viewWidth));
  margin-left: auto;
  margin-right: auto;
  width: calc(0.6233062331 * var(--viewWidth));
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .bg01 .container .sec03_ttl01 {
    padding-top: min(160px, 0.1481481481 * var(--viewWidth));
    max-width: 460px;
  }
}
#sec03 .inner_sec03 .bg01 .container .txt01 {
  line-height: 2;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .bg01 .container .txt01 {
    line-height: 2.2;
  }
}
#sec03 .inner_sec03 .bg01 .container .txt03 {
  font-size: calc(0.0433604336 * var(--viewWidth));
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .bg01 .container .txt03 {
    font-size: min(1.8rem, 0.0166666667 * var(--viewWidth));
  }
}
#sec03 .inner_sec03 .bg01 .inner_box {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .bg01 .inner_box {
    max-width: 950px;
  }
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .bg01 .inner_box .d-md-flex {
    gap: 50px;
  }
}
#sec03 .inner_sec03 .bg01 .inner_box .d-md-flex .left, #sec03 .inner_sec03 .bg01 .inner_box .d-md-flex .right {
  width: 100%;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .bg01 .inner_box .d-md-flex .left, #sec03 .inner_sec03 .bg01 .inner_box .d-md-flex .right {
    width: calc((100% - 50px) / 2);
  }
}
#sec03 .inner_sec03 .bg02 {
  background-color: #ffffff;
  position: relative;
}
#sec03 .inner_sec03 .bg02 .container::before {
  display: none;
}
#sec03 .inner_sec03 .bg02 .container .img08 {
  width: calc(0.2845528455 * var(--viewWidth));
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .bg02 .container .img08 {
    max-width: 210px;
  }
}
#sec03 .inner_sec03 .bg02 .container .sec03_ttl01 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: calc(0.8807588076 * var(--viewWidth));
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .bg02 .container .sec03_ttl01 {
    margin-top: 120px;
    max-width: 650px;
  }
}
#sec03 .inner_sec03 .bg02 .container .txt01 {
  color: #ffffff;
  background-color: #329bd2;
  display: inline;
  line-height: 1.8;
  font-size: calc(0.054200542 * var(--viewWidth));
  letter-spacing: -0.02em;
  padding-left: 0.2em;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .bg02 .container .txt01 {
    font-size: min(3.8rem, 0.0351851852 * var(--viewWidth));
  }
}
#sec03 .inner_sec03 .bg02 .container .txt03 {
  line-height: 2;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .bg02 .container .txt03 {
    line-height: 2.2;
  }
}
#sec03 .inner_sec03 .bg02 .container .img09 img {
  border: 1px solid #c8c8c8;
}

#sec05 {
  position: relative;
  z-index: 7;
}
#sec05 .bg_sec05 {
  position: sticky;
  top: 0;
  background: url(../img/sec05_bg01.jpg) no-repeat right 25% center/cover;
  height: 100vh;
  width: 100%;
  margin-top: -100vh;
  opacity: 0.7;
  z-index: -1;
}
#sec05 .inner_sec05 {
  position: relative;
}
#sec05 .inner_sec05 .bg {
  background-color: #ffffff;
}
#sec05 .inner_sec05 h2 {
  background-color: #004087;
  color: #ffffff;
  font-weight: 700;
  width: 80vw;
  margin: 0 auto;
  font-size: 7.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 10.6666666667vw 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #sec05 .inner_sec05 h2 {
    font-size: 2.7rem;
    width: 280px;
    padding: 40px 0;
  }
}
#sec05 .inner_sec05 h2 span {
  font-size: 5.3333333333vw;
}
@media (min-width: 768px) {
  #sec05 .inner_sec05 h2 span {
    font-size: 2rem;
  }
}
#sec05 .inner_sec05 h3 {
  font-size: 6.6666666667vw;
  font-weight: 700;
  text-align: center;
  margin-top: -30px;
}
@media (min-width: 768px) {
  #sec05 .inner_sec05 h3 {
    font-size: 2.9rem;
  }
}
#sec05 .inner_sec05 h3 span {
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}
#sec05 .inner_sec05 h3 span:before {
  position: absolute;
  content: "";
  width: 65px;
  height: 1px;
  background-color: #000000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#sec05 .inner_sec05 h4.flow_ttl {
  color: #004087;
  font-size: 4.2666666667vw;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #sec05 .inner_sec05 h4.flow_ttl {
    font-size: 2.4rem;
    text-align: left;
  }
}
#sec05 .inner_sec05 h4.flow_ttl p {
  display: inline-block;
  text-align: left;
}
@media (min-width: 768px) {
  #sec05 .inner_sec05 h4.flow_ttl p {
    display: inline;
  }
}
#sec05 .inner_sec05 .container {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #sec05 .inner_sec05 .container {
    padding-bottom: 100px;
    max-width: 930px;
  }
}
#sec05 .inner_sec05 .container.pb-0 {
  padding-bottom: 0;
}
#sec05 .inner_sec05 .container h3 {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #sec05 .inner_sec05 .container h3 img {
    width: 100%;
  }
}
#sec05 .inner_sec05 .container .step_apply_img img {
  width: 78vw;
}
@media (min-width: 768px) {
  #sec05 .inner_sec05 .container .step_apply_img img {
    max-width: 1080px;
  }
}

#sec06 {
  position: relative;
  z-index: 6;
}
#sec06 .bg_sec06 {
  position: sticky;
  top: 0;
  background: url(../img/sec06_bg01.jpg) no-repeat right 50% center/cover;
  height: 100vh;
  width: 100%;
  margin-top: -100vh;
  opacity: 0.7;
  z-index: -1;
}
#sec06 .inner_sec06 {
  position: relative;
}
#sec06 .inner_sec06 .bg {
  background-color: #ffffff;
}
#sec06 .inner_sec06 h2 {
  background-color: #004087;
  color: #ffffff;
  font-weight: 700;
  width: 80vw;
  margin: 0 auto;
  font-size: 7.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  padding: 10.6666666667vw 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #sec06 .inner_sec06 h2 {
    font-size: 2.7rem;
    width: 280px;
    padding: 40px 0;
  }
}
#sec06 .inner_sec06 h2 span {
  font-size: 5.3333333333vw;
}
@media (min-width: 768px) {
  #sec06 .inner_sec06 h2 span {
    font-size: 2rem;
  }
}
#sec06 .inner_sec06 .container {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #sec06 .inner_sec06 .container {
    max-width: 750px;
    padding-bottom: 50px;
  }
}
#sec06 .inner_sec06 .container .img01 {
  margin-top: -30px;
}
#sec06 .inner_sec06 .container ul {
  margin-left: 1.5em;
  font-size: 1.4rem;
  margin-top: 30px;
  list-style: disc;
}
@media (min-width: 768px) {
  #sec06 .inner_sec06 .container ul {
    font-size: 1.6rem;
    margin-top: 60px;
  }
}
#sec06 .inner_sec06 .container ul li {
  margin-top: 20px;
  position: relative;
}
@media (min-width: 768px) {
  #sec06 .inner_sec06 .container ul li {
    margin-top: 25px;
  }
}
#sec06 .inner_sec06 .container ul li:first-of-type {
  margin-top: 0;
}

#sec07 {
  background-color: #edf2f7;
  position: relative;
  padding: 100px 0 50px;
}
@media (min-width: 768px) {
  #sec07 {
    padding: 100px 0 50px;
  }
}
#sec07:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 145px solid transparent;
  border-left: 145px solid transparent;
  border-top: 50px solid #ffffff;
  border-bottom: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#sec07 .txt01 {
  font-weight: 700;
  color: #004087;
  font-size: 4.5333333333vw;
}
@media (min-width: 768px) {
  #sec07 .txt01 {
    font-size: 2rem;
  }
}
#sec07 .txt02 {
  font-weight: 700;
  color: #004087;
  font-size: 5.6vw;
}
@media (min-width: 768px) {
  #sec07 .txt02 {
    font-size: 2.4rem;
  }
}
#sec07 .txt03 {
  font-weight: 700;
  color: #004087;
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  #sec07 .txt03 {
    font-size: 1.6rem;
  }
}

footer {
  background-color: #ffffff;
  padding: 40px 0 40px;
  border-bottom: 48px solid #004087;
}
@media (min-width: 768px) {
  footer {
    padding: 80px 0 80px;
  }
}
footer .logo {
  width: calc(0.7291666667 * var(--viewWidth));
  aspect-ratio: 560/85;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer .logo {
    max-width: 560px;
  }
}
footer .product_btn {
  margin-top: 25px;
  text-align: center;
  font-size: calc(0.0379403794 * var(--viewWidth));
}
@media (min-width: 768px) {
  footer .product_btn {
    margin-top: 50px;
    font-size: 18px;
  }
}

#to_top {
  padding: 20px 0;
}
@media (min-width: 768px) {
  #to_top {
    padding: 25px 0;
  }
}
#to_top a {
  display: inline-block;
}/*# sourceMappingURL=style.css.map */