@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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 14;
}
#header .header_container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #header .header_container {
    display: flex;
    justify-content: space-between;
  }
}
#header .header_container picture {
  display: block;
}
#header .header_container picture img {
  width: 100%;
  height: auto;
}
#header .header_container picture:nth-of-type(1) {
  width: 58.4635416667%;
  margin-top: 3.515625%;
  margin-left: 4.4270833333%;
}
@media (min-width: 768px) {
  #header .header_container picture:nth-of-type(1) {
    width: 25.234375%;
    margin-top: 1.71875%;
    margin-left: 1.71875%;
  }
}
#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: 15.78125%;
    margin-top: 1.71875%;
    margin-right: 1.71875%;
  }
}

#mainVisual {
  background: url(../img/mv_bg_sm.jpg) no-repeat center top/cover;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media (min-width: 768px) {
  #mainVisual {
    background-image: url(../img/mv_bg_md.jpg);
    background-size: auto 100%;
    z-index: 13;
  }
}
#mainVisual h1.mv_container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  #mainVisual p {
    position: absolute;
    top: 85.7%;
    right: 0;
    font-size: min(1.0769230769vw, 1.4rem);
  }
}
#mainVisual picture {
  display: block;
}
#mainVisual picture img {
  display: block;
  width: 100%;
  height: auto;
}
#mainVisual picture.photo {
  position: relative;
}
@media (min-width: 768px) {
  #mainVisual picture.photo {
    display: block;
    width: 100%;
    aspect-ratio: 1300/780;
    position: relative;
  }
}
@media (min-width: 768px) {
  #mainVisual picture.photo img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.mv_lower {
  background-color: #c9d7df;
  position: relative;
  z-index: 12;
  padding-bottom: 15px;
  padding-top: 10px;
  border-bottom: 20px solid #bdced8;
}
@media (min-width: 768px) {
  .mv_lower {
    display: none;
  }
}
.mv_lower p {
  font-size: min(1.3rem, 3.3854166667vw);
  display: flex;
}
.mv_lower p span {
  white-space: nowrap;
}
.mv_lower p span.txt {
  white-space: inherit;
}

.ai_option {
  background-color: #ffffff;
  position: relative;
  padding-top: 40px;
  z-index: 10;
}
@media (min-width: 768px) {
  .ai_option {
    padding-top: 130px;
  }
}
.ai_option:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #bdced8;
  border-bottom: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .ai_option:before {
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 40px solid #bdced8;
  }
}
.ai_option.option02:before {
  border-top-color: #009edd;
}
.ai_option .otoiawase {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .ai_option .otoiawase {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 110px;
  }
}
.ai_option .otoiawase .left, .ai_option .otoiawase .right {
  text-align: center;
}
@media (min-width: 768px) {
  .ai_option .otoiawase .left {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .ai_option .otoiawase .right {
    width: calc(70% - 50px);
  }
}
.ai_option .otoiawase .img01 {
  width: 44vw;
  display: inline-block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .ai_option .otoiawase .img01 {
    width: 100%;
    max-width: 340px;
    margin-top: 0;
  }
}
.ai_option .otoiawase p {
  margin-top: 5px;
  font-size: min(1.6rem, 4.1666666667vw);
}
@media (min-width: 768px) {
  .ai_option .otoiawase p {
    margin-top: 10px;
    font-size: min(1.5384615385vw, 2rem);
  }
}
.ai_option .merit {
  background: url(../img/bg_sm.png) no-repeat center top/cover;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .ai_option .merit {
    background-image: url(../img/bg_md.png);
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.ai_option .merit .txt {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .ai_option .merit .txt {
    margin-top: 90px;
  }
}
.ai_option .merit .txt img {
  width: 68.359375vw;
}
@media (min-width: 768px) {
  .ai_option .merit .txt img {
    max-width: 525px;
  }
}
.ai_option .merit .check_list {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ai_option .merit .check_list {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ai_option .merit .check_list li {
  border-bottom: 1px solid #a6d7f0;
  padding: 0.5em 0;
}
@media (min-width: 768px) {
  .ai_option .merit .check_list li {
    padding: 0.5em 0.5em;
  }
}
.ai_option .merit .check_list li p {
  color: #ffffff;
  font-size: 1.6rem;
  padding-left: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .ai_option .merit .check_list li p {
    font-size: 2.8rem;
    padding-left: 50px;
  }
}
.ai_option .merit .check_list li p:before {
  position: absolute;
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../img/check.svg) no-repeat 0 0/contain;
  top: 3px;
  left: 0;
}
@media (min-width: 768px) {
  .ai_option .merit .check_list li p:before {
    width: 36px;
  }
}
.ai_option .merit .merit_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ai_option .merit .merit_list {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 130px;
    padding-left: 0;
    padding-right: 0;
  }
}
.ai_option .merit .merit_list li dl {
  background-color: #ffffff;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .ai_option .merit .merit_list li dl {
    border-radius: 30px;
  }
}
.ai_option .merit .merit_list li dl dt img {
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .ai_option .merit .merit_list li dl dt img {
    border-radius: 30px;
  }
}
.ai_option .merit .merit_list li dl dd {
  padding: 15px 5px;
}
@media (min-width: 768px) {
  .ai_option .merit .merit_list li dl dd {
    padding: 30px 5px;
  }
}
.ai_option .merit .merit_list li dl dd p.txt {
  color: #000000;
  text-align: center;
  font-size: min(3.90625vw, 1.5rem);
  margin-top: 10px;
  letter-spacing: -0.05em;
}
@media (min-width: 768px) {
  .ai_option .merit .merit_list li dl dd p.txt {
    font-size: min(1.2307692308vw, 1.6rem);
    margin-top: 20px;
  }
}
.ai_option .merit .merit_list li dl dd p.ttl {
  font-weight: 700;
  font-size: min(9.375vw, 3.6rem);
  color: #e46710;
  text-align: center;
  line-height: 1.2;
  margin-top: 0;
}
@media (min-width: 768px) {
  .ai_option .merit .merit_list li dl dd p.ttl {
    font-size: min(4vw, 5.2rem);
    margin-top: 0;
  }
}
.ai_option .merit .merit_list li dl dd p.ttl span {
  font-size: 65%;
}
.ai_option .merit h3 {
  text-align: center;
}
.ai_option .merit h3 img {
  width: 62.5vw;
}
@media (min-width: 768px) {
  .ai_option .merit h3 img {
    max-width: 400px;
  }
}

.electronic_signature {
  position: relative;
  z-index: 13;
}
.electronic_signature .pic01 {
  display: block;
  width: 24.6612466125%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 182/115;
  position: relative;
}
@media (min-width: 768px) {
  .electronic_signature .pic01 {
    width: 16.8518518519%;
    aspect-ratio: 182/125;
    margin-right: 20.3703703704%;
  }
}
@media (min-width: 768px) {
  .electronic_signature .box_sec01 {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .electronic_signature .box_sec01 .photo {
    flex: 0 0 37.037037037%;
    max-width: 37.037037037%;
  }
}
.electronic_signature .box_sec01 .photo picture {
  display: block;
  width: 43.3604336043%;
  margin-top: 5.4200542005%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .electronic_signature .box_sec01 .photo picture {
    width: 100%;
    margin: 0;
  }
}
.electronic_signature .box_sec01 .photo picture img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .electronic_signature .box_sec01 .cont {
    flex: 0 0 57.4074074074%;
    max-width: 57.4074074074%;
  }
}
.electronic_signature .box_sec01 .cont .entxt {
  font-size: calc(0.0433604336 * var(--viewWidth));
  color: #aad2d2;
  text-align: center;
  margin-top: 6.0975609756%;
}
@media (min-width: 768px) {
  .electronic_signature .box_sec01 .cont .entxt {
    font-size: min(3rem, 0.0277777778 * var(--viewWidth));
    margin-top: 0;
  }
}
.electronic_signature .pic02 {
  display: block;
  width: 67.7506775068%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.0650406504%;
}
@media (min-width: 768px) {
  .electronic_signature .pic02 {
    width: 80.6451612903%;
  }
}
.electronic_signature .sec01_btn {
  width: 100%;
  display: block;
  padding: 0 20px;
  position: relative;
}
@media (min-width: 768px) {
  .electronic_signature .sec01_btn {
    padding: 0;
  }
}
.electronic_signature .sec01_btn::before {
  position: absolute;
  content: "";
  width: 50vw;
  height: 4vw;
  left: auto;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/line_arrow.png) repeat-x center right/contain;
  z-index: -1;
}
@media (min-width: 768px) {
  .electronic_signature .sec01_btn::before {
    width: 50vw;
    height: 36px;
    right: 95%;
  }
}
.electronic_signature .sec01_btn::after {
  position: absolute;
  content: "";
  width: 50vw;
  height: 4vw;
  left: 50%;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/line_arrow02.png) repeat-x center left/contain;
  z-index: -1;
}
@media (min-width: 768px) {
  .electronic_signature .sec01_btn::after {
    width: 50vw;
    height: 36px;
    left: 5%;
  }
}
.electronic_signature .sec01_btn img {
  display: block;
  width: 100%;
  height: auto;
}
.electronic_signature .txt01 {
  font-size: calc(0.0514905149 * var(--viewWidth));
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .electronic_signature .txt01 {
    font-size: min(3.8rem, 0.0342592593 * var(--viewWidth));
  }
}
.electronic_signature .txt02 {
  font-size: calc(0.0379403794 * var(--viewWidth));
  text-align: center;
}
@media (min-width: 768px) {
  .electronic_signature .txt02 {
    font-size: min(2.4rem, 0.0222222222 * var(--viewWidth));
  }
}

#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;
  margin-top: calc(0.27100271 * var(--viewWidth));
  background-color: #e6f9ff;
  padding: 50px 0 0;
  overflow: hidden;
  opacity: 1 !important;
  z-index: 100;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 {
    margin-top: 280px;
    padding: 150px 0 0;
  }
}
#sec02 .inner_sec02 .img01 {
  position: relative;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 .img01::before {
    position: absolute;
    content: "";
    clip-path: polygon(100% 40%, 25% 100%, 100% 100%);
    width: 100vw;
    height: 100%;
    background-color: #f9ecc7;
  }
}
#sec02 .inner_sec02 .container {
  position: relative;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 .container.pb-md-150 {
    padding-bottom: 150px;
  }
}
#sec02 .inner_sec02 .container h3 {
  text-align: center;
  width: calc(0.7317073171 * var(--viewWidth));
  aspect-ratio: 450/120;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 .container h3 {
    width: 450px;
  }
  #sec02 .inner_sec02 .container h3 img {
    width: 100%;
  }
}
#sec02 .inner_sec02 .container h4 {
  font-size: calc(0.0729166667 * var(--viewWidth));
  font-weight: 900;
  color: #000000;
  text-align: center;
  margin-top: 35px;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 .container h4 {
    font-size: min(5.2rem, 0.0468468468 * var(--viewWidth));
    margin-top: 20px;
  }
}
#sec02 .inner_sec02 .container h4 span {
  color: #009edd;
}
#sec02 .inner_sec02 .container .service_img01 {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 .container .service_img01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec02 .inner_sec02 .container .txt01 {
  font-size: calc(0.0433604336 * var(--viewWidth));
  line-height: 2;
}
@media (min-width: 768px) {
  #sec02 .inner_sec02 .container .txt01 {
    font-size: min(1.8rem, 0.0166666667 * var(--viewWidth));
    line-height: 2.2;
  }
}

#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 20% center/cover;
  }
}
#sec03 .inner_sec03 {
  position: relative;
  margin-top: calc(0.27100271 * var(--viewWidth));
  background-color: #ffffff;
  padding-top: 50px;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 {
    margin-top: 280px;
    padding-top: 150px;
  }
}
#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 h3 {
  width: calc(0.7552083333 * var(--viewWidth));
  aspect-ratio: 500/120;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .container h3 {
    width: 500px;
  }
  #sec03 .inner_sec03 .container h3 img {
    width: 100%;
  }
}
#sec03 .inner_sec03 .container h4 {
  color: #000000;
  text-align: center;
  margin-top: 35px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .container h4 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .container h4 p {
    display: inline-block;
    position: relative;
    padding: 0 60px;
  }
  #sec03 .inner_sec03 .container h4 p:before, #sec03 .inner_sec03 .container h4 p:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: #009edd;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  #sec03 .inner_sec03 .container h4 p:after {
    right: 0;
    left: auto;
  }
}
#sec03 .inner_sec03 .container h4 span {
  font-size: calc(0.0729166667 * var(--viewWidth));
  font-weight: 900;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .container h4 span {
    font-size: min(4rem, 0.036036036 * var(--viewWidth));
  }
}
#sec03 .inner_sec03 .container h4 span.fs_l {
  position: relative;
  padding: 0 9.6vw;
}
#sec03 .inner_sec03 .container h4 span.fs_l:before, #sec03 .inner_sec03 .container h4 span.fs_l:after {
  position: absolute;
  content: "";
  width: 5.2vw;
  height: 5.2vw;
  background-color: #009edd;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#sec03 .inner_sec03 .container h4 span.fs_l:after {
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .container h4 span.fs_l {
    padding: 0;
  }
  #sec03 .inner_sec03 .container h4 span.fs_l:before, #sec03 .inner_sec03 .container h4 span.fs_l:after {
    display: none;
  }
}
#sec03 .inner_sec03 .container h4 span.fs_s {
  font-size: calc(0.0364583333 * var(--viewWidth));
  font-weight: 700;
}
@media (min-width: 768px) {
  #sec03 .inner_sec03 .container h4 span.fs_s {
    font-size: min(2.4rem, 0.0216216216 * var(--viewWidth));
  }
}
#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 .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 30% center/cover;
  height: 100vh;
  width: 100%;
  margin-top: -100vh;
  opacity: 0.7;
  z-index: -1;
}
#sec05 .inner_sec05 {
  position: relative;
  margin-top: calc(0.27100271 * var(--viewWidth));
  background: url(../img/bg_sm.png) no-repeat center top/cover;
}
@media (min-width: 768px) {
  #sec05 .inner_sec05 {
    margin-top: 280px;
    background-image: url(../img/bg_md.png);
    background-size: cover;
  }
}
#sec05 .inner_sec05 .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #sec05 .inner_sec05 .container {
    padding-top: 150px;
    padding-bottom: 150px;
    max-width: 1140px;
  }
}
#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 h4 {
  font-size: calc(0.0650406504 * var(--viewWidth));
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-top: 35px;
}
@media (min-width: 768px) {
  #sec05 .inner_sec05 .container h4 {
    font-size: min(4.2rem, 0.0388888889 * var(--viewWidth));
    margin-top: 20px;
  }
}
#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;
  }
}

#sec05_02 {
  background-color: #009edd;
}
#sec05_02 .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #sec05_02 .container {
    padding-top: 150px;
    padding-bottom: 150px;
    max-width: 1140px;
  }
}
#sec05_02 .container h3 img {
  width: 100%;
}
#sec05_02 .container .cost_box {
  background-color: #e1f1f9;
  border-radius: 15px;
  padding: 30px 2px;
  text-align: center;
}
@media (min-width: 768px) {
  #sec05_02 .container .cost_box {
    border-radius: 30px;
    padding: 50px 10px;
  }
}
#sec05_02 .container .cost_box img {
  width: 60vw;
}
@media (min-width: 768px) {
  #sec05_02 .container .cost_box img {
    max-width: 390px;
  }
}
#sec05_02 .container .cost_box p {
  font-size: calc(0.046875 * var(--viewWidth));
  margin-top: 15px;
  color: #1d469a;
}
@media (min-width: 768px) {
  #sec05_02 .container .cost_box p {
    font-size: min(1.8rem, 0.0166666667 * var(--viewWidth));
    margin-top: 30px;
  }
}

footer {
  background-color: #ffffff;
  padding: 40px 0 40px;
}
@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 {
  background-color: #1d469a;
  padding: 15px 0;
}
@media (min-width: 768px) {
  #to_top {
    padding: 30px 0;
  }
}
#to_top a {
  display: inline-block;
  color: #ffffff;
  padding-left: 12vw;
  position: relative;
  font-size: 4.1666666667vw;
}
@media (min-width: 768px) {
  #to_top a {
    padding-left: 0;
    padding-top: 40px;
    font-size: 1.6rem;
  }
}
#to_top a:before {
  position: absolute;
  content: "";
  width: 8.6vw;
  aspect-ratio: 66/36.1905;
  background: url(../img/to_top_icon.svg) no-repeat 0 0/contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  #to_top a:before {
    width: auto;
    height: 40px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=style.css.map */