@charset "UTF-8";

/*****************************
    topスライド
*****************************/
.topsec-firstview{
  overflow: hidden;
}
.topslider {
  height: 90vh;
  position: relative;
  width: 100%;
}
/* .topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgb(83,175,232,.45);
} */
.topslider .slideitem {
  height: 90vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
.topslider {
  height: 70vh;
}
.topslider .slideitem {
  height: 70vh;
}
}

/*****************************
キャッチコピーエリア
*****************************/
.catcharea01 {
    position: absolute;
    color: #fff;
    top: 55%;
    left: 0;
    transform: translateY(-50%) translateX(0%);
    margin: 0;
    z-index: 1;
}
@media screen and (max-width: 1180px) {
.catcharea01 {
   padding: 0px 40px;
}
}
@media screen and (max-width: 767px) {
.catcharea01 {
 padding: 0px 25px 0 15px;
}
}
.catcharea01 h2{
  margin-bottom: 40px;
  font-size: 50px;
  letter-spacing: 2px;
  color: #333;
  background: #fff;
  display: inline-block;
  line-height: 1.6;
  padding: 0 10px;
  box-shadow: 30px 20px 0 #FF8015;
  font-family: YuMincho;
}
@media screen and (max-width: 820px) {
.catcharea01 h2{
  font-size: 35px;
  padding: 0 10px;
  box-shadow: 15px 10px 0 #FF8015;
}
}
@media screen and (max-width: 767px) {
.catcharea01 h2{
font-size: 24px;
padding: 10px 10px;
margin-bottom: 20px;
}
}
.color_style{
  color: #FF8015;
}
.small_style{
  font-size: 85%;
}
.catcharea01 p{
font-size: 24px;
letter-spacing: 2px;
color: #555;
background: #fff;
display: inline-block;
margin-bottom: 15px;
line-height: 1.6;
padding: 0 10px;
font-family: YuMincho;
}
@media screen and (max-width: 820px) {
.catcharea01 p{
font-size: 18px;
padding: 5px 10px;
}
}
@media screen and (max-width: 767px) {
.catcharea01 p{
font-size: 16px;
background: rgb(255,255,255,0.6);
}
}




/******************************
  アニメーション
******************************/

/* ----------------------------------------
animate.cssカスタム
------------------------------------------*/
.animate__delay-01s {animation-delay: calc(var(--animate-delay) * 0.1);}
.animate__delay-02s {animation-delay: calc(var(--animate-delay) * 0.2);}
.animate__delay-03s {animation-delay: calc(var(--animate-delay) * 0.3);}
.animate__delay-04s {animation-delay: calc(var(--animate-delay) * 0.4);}
.animate__delay-05s {animation-delay: calc(var(--animate-delay) * 0.5);}
.animate__delay-06s {animation-delay: calc(var(--animate-delay) * 0.6);}
.animate__delay-07s {animation-delay: calc(var(--animate-delay) * 0.7);}
.animate__delay-08s {animation-delay: calc(var(--animate-delay) * 0.8);}
.animate__delay-09s {animation-delay: calc(var(--animate-delay) * 0.9);}
.animate__delay-10s {animation-delay: calc(var(--animate-delay) * 1.0);}
.animate__delay-11s {animation-delay: calc(var(--animate-delay) * 1.1);}
.animate__delay-12s {animation-delay: calc(var(--animate-delay) * 1.2);}
.animate__delay-13s {animation-delay: calc(var(--animate-delay) * 1.3);}
.animate__delay-14s {animation-delay: calc(var(--animate-delay) * 1.4);}
.animate__delay-15s {animation-delay: calc(var(--animate-delay) * 1.5);}
.animate__delay-16s {animation-delay: calc(var(--animate-delay) * 1.6);}
.animate__delay-17s {animation-delay: calc(var(--animate-delay) * 1.7);}
.animate__delay-18s {animation-delay: calc(var(--animate-delay) * 1.8);}
.animate__delay-19s {animation-delay: calc(var(--animate-delay) * 1.9);}
.animate__delay-20s {animation-delay: calc(var(--animate-delay) * 2);}


/******************************
  SVG
******************************/
.svg_area {
    font-size: 0;
    top: 33px;
    /* margin-top: -31px; */
    width: 100%;
    max-width: 100%;
    position: relative;
}
@media screen and (max-width: 820px) {
.svg_area {
    font-size: 0;
    top: 3px;
    /* margin-top: -31px; */
    width: 100%;
    max-width: 100%;
    position: relative;
}
}


/*****************************
ボタン
*****************************/
.morebtn1 {
  margin: 20px 0;
}
.morebtn1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 30px 5px 2px;
  border: 1px solid #ff8015;
  color: #fff;
  font-size: 14px;
  transition: .6s;
  background: #ff8015;
  border-radius: 3px;
}
.morebtn1 a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
border: 1px solid #56a3ee;
  color: #fff;
  background: #56a3ee;
  opacity: 1;
  transition: .6s;
}
.morebtn1 a::after {
  position: absolute;
  right: 1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.morebtn1 a:hover::after {
  border: 1px solid #2c92f5;
}
.morebtn1 a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #2c92f5;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}

.center_box{
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}
.center_box p{
    margin-top: 10px;
    margin-bottom: 20px;
}

.by_numbers_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    width: 800px;
    max-width: 100%;
    margin: 70px auto 40px;
    position: relative;
    z-index: 1;
}
.by_numbers_flex::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/by_numbers_item02.webp);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  width: 270px;
  aspect-ratio: 726 / 574;
  right: -200px;
  top: -10%;
  z-index: 0;
}

.by_numbers_flex::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/by_numbers_item01.webp);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
width: 270px;
aspect-ratio: 744 / 602;
right: -200px;
bottom: -6%;
z-index: 0;
}
@media screen and (max-width: 1180px) {
.by_numbers_flex::after {
  width: 200px;
  aspect-ratio: 726 / 574;
  right: 0px;
  top: -10%;
  z-index: 0;
}

.by_numbers_flex::before {
width: 200px;
aspect-ratio: 744 / 602;
right: 0px;
bottom: -7%;
z-index: 0;
}
}
@media screen and (max-width: 820px) {
.by_numbers_flex::after {
    display: none;
}
.by_numbers_flex::before {
    display: none;
}
}


.by_numbers_flex .by_numbers_area{
    width: 100%;
    position: relative;
    margin-bottom: 70px;
    padding-left: 70px;
}
@media screen and (max-width: 820px) {
    .by_numbers_flex .by_numbers_area{
    width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .by_numbers_flex .by_numbers_area{
    width: 100%;
    padding-left: 0px;
    }
}

/* .by_numbers_flex .by_numbers_area:nth-child(2){
    margin-left: 30%;
}
@media screen and (max-width: 820px) {
.by_numbers_flex .by_numbers_area:nth-child(2){
    width: 100%;
    margin-left: 0%;
}
}
@media screen and (max-width: 767px) {
.by_numbers_flex .by_numbers_area:nth-child(2){
    width: 100%;
    margin-left: 0%;
}
} */

.by_numbers_flex .by_numbers_area .number{
    position: absolute;
    top: -5px;
    left: -90px;
    font-size: 70px;
    letter-spacing: 5px;
    font-family: YuMincho;
    color: #C1DAF2;
    z-index: -1;
    line-height: 1;
}
@media screen and (max-width: 600px) {
.by_numbers_flex .by_numbers_area .number{
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 60px;
    letter-spacing: 3px;
}
}


.by_numbers_flex .by_numbers_area h3{
    font-size: 18px;
    margin-bottom: 10px;
    color: #ff8015;
    display: inline-block;
    position: relative;
}
.by_numbers_flex .by_numbers_area h3:before {
    position: absolute;
    content: "";
    background-image: url(../images/top/check_item.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 65px;
    height: 65px;
    left: -70px;
    top: -5px;
    z-index: 1;
    transform: rotate(-5deg);
}
@media screen and (max-width: 767px) {
.by_numbers_flex .by_numbers_area h3:before {
width: 50px;
height: 50px;
left: 0px;
top: -55px;
z-index: 1;
transform: rotate(-5deg);
}
}



.by_numbers_flex .by_numbers_area h3 span{
    font-weight: bold;
    font-size: 22px;
}
.by_numbers_flex .by_numbers_area p{
    font-size: 16px;
    margin-bottom: 10px;
}
.by_numbers_flex .by_numbers_area p span{
font-size: 50px;
padding-left: 5px;
padding-right: 0px;
letter-spacing: 1px;
border-bottom: 4px solid #ffe6d0;
font-weight: bold;
color: #ff8015;
}

.by_numbers_flex .by_numbers_area p span.min{
font-size: 30px;
padding-left: 5px;
padding-right: 0px;
letter-spacing: 1px;
border-bottom: unset;
font-weight: bold;
color: #ff8015;
}
.by_numbers_flex .by_numbers_area p span.min2{
font-size: 14px;
padding-left: 0px;
padding-right: 5px;
letter-spacing: 0;
border-bottom: unset;
font-weight: normal;
color: #333;
}

@media screen and (max-width: 767px) {
.by_numbers_flex .by_numbers_area p span{
font-size: 40px;
}
}

.top_flex_full{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}

.top_flex_full img{
    box-shadow: 10px 10px 0px #ffe6d0;
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: right;
}

.top_flex_full .left_area{
    width: 50%;
}
.top_flex_full .right_area{
    width: 40%;
    margin-right: 7%;
    margin-left: 3%;
    padding: 20px;
}
@media screen and (max-width: 1180px) {
.top_flex_full .left_area{
    width: 35%;
}
.top_flex_full .right_area{
    width: 55%;
    margin-right: 7%;
    margin-left: 3%;
    padding: 20px;
}
.top_flex_full img{
    height: 37vh;
}
}
@media screen and (max-width: 820px) {
.top_flex_full .left_area{
    width: 600px;
    max-width: 90%;
    margin: 0 auto;
}
.top_flex_full .right_area{
    width: 95%;
    margin: 0 auto;
    padding: 10px;
}
.top_flex_full img{
    height: 37vh;
}
}

.top_flex_full .right_area h3{
   font-size: 30px;
   margin-top: 30px;
   margin-bottom: 30px;
   font-family: YuMincho;
}
@media screen and (max-width: 767px) {
.top_flex_full .right_area h3{
   font-size: 22px;
   margin-top: 20px;
   margin-bottom: 20px;
}
}
.top_flex_full .right_area p{
   font-size: 16px;
   margin-bottom: 20px;
}

/* top_flex_2col */

.top_flex_2col{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.top_flex_2col img{
 margin-bottom: 30px;
box-shadow: 7px 8px 5px #dadada;
border-radius: 10px;
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
}
@media screen and (max-width: 820px) {
.top_flex_2col img{
width: min(500px, 100%);
margin: 0 auto 30px;
display: block;
}
}




.top_flex_2col p{
    margin-bottom: 20px;
}

.top_flex_2col .left_imgarea{
    width: 50%;
    padding: 20px;
}
.top_flex_2col .right_imgarea{
    width: 50%;
    padding: 20px;
}
@media screen and (max-width: 820px) {
.top_flex_2col .left_imgarea{
    width: 100%;
    padding: 20px;
}
.top_flex_2col .right_imgarea{
    width: 100%;
    padding: 20px;
    
}
/* .top_flex_2col .right_imgarea .right_imgarea_style{
    width: 500px;
    max-width: 100%;
} */
}
@media screen and (max-width: 600px) {
.top_flex_2col .left_imgarea{
    width: 100%;
    padding: 0px;
}
.top_flex_2col .right_imgarea{
    width: 100%;
    padding: 0px;
    
}
}

/* .top_flex_2col .img_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.top_flex_2col .img_flex li{
    width: calc(100% / 1);
    padding: 10px;
}
@media screen and (max-width: 820px) {
.top_flex_2col .img_flex li{
    width: calc(100% / 2);
    padding: 10px;
}
}
@media screen and (max-width: 767px) {
.top_flex_2col .img_flex li{
    width: calc(100% / 1);
    padding: 10px;
}
.top_flex_2col .img_flex li img{
    width: 500px;
    max-width: 100%;
    margin: 0 auto 30px;
}
} */

/*****************************
btn_flex
*****************************/
.btn_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.btn_flex .left_btn_area{
    width: calc(100% / 2);
    padding: 20px;
}
.btn_flex .right_btn_area{
    width: calc(100% / 2);
    padding: 20px;
}
@media screen and (max-width: 820px) {
.btn_flex .left_btn_area{
    width: calc(100% / 1);
    padding: 0px;
}
.btn_flex .right_btn_area{
    width: calc(100% / 1);
    padding: 0px;
}
}


/*****************************
ボタン02
*****************************/
.morebtn2 {
  margin: 20px 0;
}
.morebtn2 a {
display: flex;
align-items: center;
position: relative;
width: 90%;
margin: 0 auto;
padding: 20px 45px 20px 90px;
border: 1px solid #ff8015;
color: #fff;
font-size: 18px;
transition: .6s;
background: #ff8015;
border-radius: 3px;
}

@media screen and (max-width: 600px) {
.morebtn2 a {
  padding: 20px 45px 20px 60px;
  font-size: 16px;
  width: 100%;
}
}


.left_btn_area .morebtn2 a {
    position: relative;
}
.right_btn_area .morebtn2 a {
    position: relative;
}

.left_btn_area .morebtn2 a::before {
position: absolute;
content: "";
background-image: url(../images/top/btn_item01.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 55px;
height: 55px;
left: 20px;
top: 7px;
z-index: 1;
}
.right_btn_area .morebtn2 a::before {
position: absolute;
content: "";
background-image: url(../images/top/btn_item02.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 55px;
height: 55px;
left: 20px;
top: 7px;
z-index: 1;
}
@media screen and (max-width: 600px) {
.left_btn_area .morebtn2 a::before {
    width: 35px;
    height: 35px;
    left: 15px;
    top: 15px;
}
.right_btn_area .morebtn2 a::before {
    width: 35px;
    height: 35px;
    left: 15px;
    top: 15px;
}
}


.morebtn2 a:hover {
  display: flex;
  align-items: center;
  position: relative;
border: 1px solid #56a3ee;
  color: #fff;
  background: #56a3ee;
  opacity: 1;
  transition: .6s;
}
.morebtn2 a::after {
  position: absolute;
  right: 1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.morebtn2 a:hover::after {
  border: 1px solid #2c92f5;
}
.morebtn2 a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #2c92f5;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}


.center_btn_area{
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

.center_btn_area .morebtn2 a::before {
position: absolute;
content: "";
background-image: url(../images/top/btn_item02.png);
background-repeat: no-repeat;
display: inline-block;
background-size: cover;
width: 55px;
height: 55px;
left: 20px;
top: 7px;
z-index: 1;
}
@media screen and (max-width: 600px) {
.center_btn_area .morebtn2 a::before {
    width: 35px;
    height: 35px;
    left: 15px;
    top: 15px;
}
}

.parallax {
    background-image: url(../images/top/bg_img.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 40vh;
}
@media screen and (max-width: 767px) {
.parallax {
    background-image: url(../images/top/bg_img_sp.webp);
    background-attachment: unset;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh
}
}


.top_access_flex{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
width: 800px;
max-width: 100%;
margin: 30px auto;
border: 2px solid #ff8015;
border-radius: 20px;
padding: 10px 30px;
}
@media screen and (max-width: 820px) {
.top_access_flex{
padding: 10px 10px;
}
}
.top_access_flex .left_area{
width: 50%;
    padding: 10px 20px;
}
.top_access_flex .right_area{
width: 50%;
    padding: 10px 20px;
}
@media screen and (max-width: 767px) {
.top_access_flex{
width: min(400px, 100%);
padding: 15px 10px;
}

.top_access_flex .left_area{
width: 100%;
    padding: 10px 20px;
}
.top_access_flex .right_area{
width: 100%;
    padding: 10px 20px;
}
}


.top_access_flex .left_area h2{
font-size: 24px;
margin-bottom: 10px;
}

.top_access_flex .right_area .bold_text{
  color: #ff8015;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 10px;
}
.top_access_flex .right_area .bold_text02{
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.4;
    color: #555;
    margin-left: 10px;
}
.top_access_flex .right_area .tel{
font-size: 16px;
font-weight: bold;
line-height: 1.4;
}

/*****************************
結果発表　result
*****************************/
.center_position{
  text-align: center;
}

.resultbtn {
  margin: 50px 0;
}
.resultbtn p,.resultbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 45px 10px 45px;
  border: 1px solid #66bb6a;
  color: #fff;
  font-size: 14px;
  transition: .6s;
  background: #66bb6a;
  border-radius: 3px;
}
.resultbtn p:hover,.resultbtn a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
border: 1px solid #56a3ee;
  color: #fff;
  background: #56a3ee;
  opacity: 1;
  transition: .6s;
}
.resultbtn p::after,.resultbtn a::after{
  position: absolute;
  right: 1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.resultbtn p:hover::after,.resultbtn a:hover::after {
  border: 1px solid #2c92f5;
}
.resultbtn p:hover::after,.resultbtn a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #2c92f5;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}
.bold_title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
