@charset "UTF-8";
article {
  /*font-family: 'Noto Sans JP', sans-serif; */
  font-family: "Yu Gothic Regular", "游ゴシック Regular", YuGothic, "游ゴシック体";
  font-size: 1.6rem;
  color: #1A475E;
}
.nowrap{
  white-space: nowrap;
}
.bold{
  font-weight: bold;
}
.font-s{ font-size: 1.5rem;}
.font-l{ font-size: 1.1em;}

/* COLOR */
.bg-color{ background-color: #0A7BB4;}
.bg-brown{background: #CFDCE3;}

/* LINK BUTTON */
.lp-link-button{
  width: 100%;
  display: flex;
}

.lp-link-button.center{ justify-content: center;}

.lp-link-button a{
  position: relative;
  margin: 0.5em 0;
  padding: 1.5em 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.lp-link-button a:visited { color: #fff;}
.lp-link-button a:hover { color: #fff; text-decoration: underline;}
.lp-link-button a:focus,
.lp-link-button a:active { color: #fff;}

.lp-link-button a:before{
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border: solid 0.2rem #fff;
  border-width: 0.2rem 0.2rem 0 0;
  transform: rotate(45deg);
  content: "";
}

.lp-link-button.round a{ border-radius: 5em;}
.lp-link-button.size-s a{ width: 90%; max-width: 34rem; color: #fff;}
.lp-link-button a:hover { text-decoration: none; opacity: 0.7;}

/* INTRO -----------------------------------------------------*/
.lp-intro{
  padding: 0 0 3em;
  width: 100%;
}

.lp-intro h1{
  margin: auto;
  width: 100%;
  max-width: 84rem;
}

.intro-catch{
  margin: auto;
  padding: 2em 0;
  width: 90%;
  min-height: 0vw;
  font-size: min(max(1.6rem, calc(1.6rem + ((1vw - 0.48rem) * 0.6944))), 1.8rem);
  line-height: 1.8;
}


/* LP NAVI */
.lp-border.bottom {
  border-width: 0 0 0.15rem 0;
}
.lp-border {
  border: solid 0.15rem #41210f;
}

.lp-navi{
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 4rem;
}

.lp-navi ul{
  padding: 0;
  width: 100%;
  max-width: 80rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lp-navi li{
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lp-navi li a{
  position: relative;
  padding: 1em 0.8em;
  min-height: 0vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #1A475E;
  font-size: min(max(1.4rem, calc(1.4rem + ((1vw - 0.48rem) * 2.5))), 1.8rem);
  line-height: 1.5;
}

.lp-navi li a:before{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0;
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border: solid 0.2rem #fff;
  border-width: 0 0 0.2rem 0.2rem;
  transform: rotate(-45deg);
  content: "";
}

.lp-navi li .arrow-color:before{ border-color: #0A7BB4;}

/* LP ----------------------------------*/
.lp-inner-block{
  margin: auto;
  width: 94%;
  max-width: 64rem;
}

.lp-round-01{
  border-radius: 1em;
}

.lp-border-corner-off{
  position: relative;
  padding: 0;
}

.lp-border-corner-off:before,
.lp-border-corner-off:after{
  position: absolute;
  margin: 0;
  padding: 0;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  display: block;
  background-color: transparent;
  content: "";
  pointer-events: none;
}

.lp-border-corner-off:before{ top: 0; right: 0; border: solid #CFDCE3 0.1rem; border-width: 0.1rem 0.1rem 0 0;}
.lp-border-corner-off:after{ bottom: 0; left: 0; border: solid #CFDCE3 0.1rem; border-width: 0 0 0.1rem 0.1rem;}

.lp-section-title{
  position: relative;
  margin: auto;
  padding: 1.5em 0;
  font-size: min(max(2.8rem, calc(2.8rem + ((1vw - 0.48rem) * 1.3889))), 3.2rem);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.lp-section-sub-title{
  margin: 1rem 0 0 0;
  padding: 2rem 0;
  min-height: 0vw;
  font-size: min(max(2rem, calc(2rem + ((1vw - 0.48rem) * 0.6944))), 2.2rem);
  line-height: 1.7;
  font-weight: bold;
}

.lp-txt-m{ font-size: 1.6rem; line-height: 1.7;}



/* ANCHOR01 ----------------------------------*/

.eclarity01-wrap{
  position: relative;
  margin: 0;
  padding: 1em 2em 8em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background-color: rgba(250,251,253,1);
}

.eclarity01-wrap-inner{
  position: relative;
  margin: 0;
  padding: 2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;  
  background-color: rgba(255,255,255,0.7);
  z-index: 10;
}

.eclarity01-wrap .lp-section-title{
  padding: 1.5em 0;
  text-shadow: 0 0 1rem rgba(250, 251, 253, 1), 0.2rem 0.2rem 0.5rem rgba(250, 251, 253, 1), 0.2rem 0.2rem 0.5rem rgba(250, 251, 253, 1);
  z-index: 10;
}

.eclarity01-wrap-inner .lp-section-sub-title{
  margin: 0 0 1em;
  padding: 0;
}

.eclarity01-wrap .bg-image{
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
display: block;
overflow: hidden;
z-index: 1;
}


.eclarity01-wrap .bg-image::before{
content: "";
width: 100%;
height: 100%;
display: block;
background: linear-gradient(90deg, rgba(250, 251, 253, 1) 50%, rgba(250, 251, 253, 0) 80%);
position: absolute;
top: 0;
left: 0;
margin-left: auto;
z-index: 10;
}

.eclarity01-wrap .bg-image img{
position: relative;
height: 100%;
display: block;
object-fit: contain;
object-position: bottom right;
z-index: 1;
}


@media screen and (max-width: 767px) {

.eclarity01-wrap{
  padding: 3em 1em 10em;
  align-items: center;
  justify-content: center;
}

.eclarity01-wrap-inner{ padding: 1.5em;}
.eclarity01-wrap .bg-image::before{display: none;}
.eclarity01-wrap .bg-image img{ object-fit: cover; object-position: top right;}

}

@media screen and (max-width: 480px) {

.lp-inner-block.eclarity01 .lp-section-title{ font-size: 3.2rem;}
.gray-box .lp-txt-m{ font-size: 1.2rem;}
.gray-box .font-s{ font-size: 0.9rem;}
.gray-box .lp-section-sub-title { font-size: 1.6rem;}

}


/* ANCHOR02 ----------------------------------*/
#ANCHOR02 .lp-border{
  background-color: #CFE5F6;
}

.lp-border.lp-03.white{
  border-color: #fff;
  border-width: 0.3rem;
  line-height: 1.8;
}

/* ANCHOR03 ----------------------------------*/
#ANCHOR03 .bg-color{color: #fff;}

/* STEP */
.step-list{
  position: relative;
  margin: auto;
  padding: 1.5em 0;
  width: 90%;
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1em;
  background-color: #fff;
  overflow: hidden;
}

.step-list li{
  position: relative;
  margin: 0;
  padding: 6em 1.5em 4em;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.step-list li:first-child{ padding: 2em 1.5em 2em;}
.step-list li:last-child{ padding: 6em 1.5em 2em;}

.step-list li:before{
  position: absolute;
  top: -14em;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 20em;
  height: 20em;
  border: 1em solid #CFDCE3;
  border-width:0 1em 1em 0;
  border-radius: 1rem;
  display: inline-block;
  transform: rotate(45deg) skew(calc((32deg - 90deg) / 2),calc((32deg - 90deg) / 2));
  pointer-events: none;
  content: "";
}

.step-list li:first-child:before{ display: none;}

.step-inner{
  position: relative;
  margin: 0;
  padding: 2em 0 1em;
  width: 100%;
  max-width: 34rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step-caption{
  line-height: 1.7;
}

.step-inner .step-icon{
  position: relative;
  margin: 0;
  padding: 0;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4em;
  border: solid 0.1rem #666;
}

.step-inner .step-icon img{
  width: 4rem;
  max-width: 4rem;
  display: block;
}

.step-inner .step-caption{
  position: relative;
  margin: 0;
  padding: 0;
  width: calc(100% - 9rem);
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
}

.lp-bottom-mark{
  padding-bottom: 6em;
  text-align: center;
}

.title-number{
  position: relative;
  margin: 0;
  padding: 0.2em 0.5rem;
  min-height: 0vw;
  border-bottom: solid #1A475E 0.3rem;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
}

.title-number{ border-color: #1A475E;}
