/*
Theme Name: edubal

*/
@charset "utf-8";

*, *::before, *::after {
    box-sizing: border-box;
  }
/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}
html{
	margin-top: 0!important;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
     display: block;
}
 
ul,ol {
    list-style: none;
}
 
blockquote,
q {
    quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
 
a{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    transition: all .3s;
}
a:hover{
    opacity: .7;
}
ins {
    text-decoration: none;
    color: #000;
    background-color: #ff9;
}
 
mark {
    font-weight: bold;
    font-style: italic;
    color: #000;
    background-color: #ff9;
}
 

abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
 
table {
    border-spacing: 0;
    border-collapse: collapse;
}
 
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}
input[type="submit"],input[type="text"],input[type="email"],input[type="tel"],input[type="button"], input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  button{
    outline: none;
    padding: 0;
    appearance: none;
    background-color: transparent;
    border: none;

  }
html {
    font-size: 62.5%;
}
 
body {
    font-family: 'Noto Sans JP',"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size:1.6rem;/* 16px*/
    color: #2E2D2D;
    line-height: 1.5;
}
img{
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    vertical-align: bottom;
}

.inner{
    width: 95%;
    max-width:1400px;
    margin: 0 auto;
}
article{
    overflow: hidden;
    position: relative;
}

/*-----------------------
         header
-------------------------*/
header {
    width: 100%;
    height: 104px;
    background-color: #fff;
	    position: fixed;
    z-index: 9999;
}


.header_inner{
    width: 95%;
    max-width: 1740px;
    margin-left: auto;
    margin-right: 2.76%;
    height: 100%;
}

@media screen and (min-width: 1921px) {
   

    .header_inner {
        width: 100%;
        margin: 0 auto;
    }
}

.header-fx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.header_logo {
    width: 13%;
    max-width: 163px;
}
@media screen and (max-width: 1100px) {

    header {
        width: 100%;
        height: 70px;
		position: fixed;
        top: 0;
        z-index: 9999;
    }
}
@media screen and (max-width: 768px) {

    header {
        width: 100%;
        height: 70px;
    }
    .header_logo {
        width: 16%;
        min-width: 103px;
    }
}
.header_nav {
    width: 85%;
    max-width: 1400px;
    display: flex;
    align-items: center;
    column-gap: 25px;
    justify-content: flex-end;
}
.header_nav .menu-lpmenu-container {
    width: 40%;
}
.header_nav ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 30px;
}
.header_nav ul li a{
    font-size: clamp(11px, .84vw, 16px);
    color: #2E2D2D;
    font-weight: 500;
}



.header_nav .header_link{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 66%;
}
/*-----------------------
         cta
-------------------------*/

.cta_btn{
    display: block;
    background-color: #048ABF;
    width: 29%;
    max-width: 222px;
    height: 56px;
    line-height: 56px;
    font-size: clamp(15px, 1.045vw, 19px) !important;
    font-weight: bold !important;
    color: #fff !important;
    text-align: center;
    border-radius: 4px;
}
.cta_btn02{
    background-color: #F2A444;
    font-size: clamp(15px, 1.045vw, 20px) !important;
    width: 38%;
    max-width: 288px;
    margin-left: 9px;
}
.header_nav .header_link .tel_btn{
    color: #048ABF;
    font-size: clamp(14px, 1.251vw, 24px);
    font-weight: bold;
    line-height: 2;
    margin-right: 19px;
    display: flex;
    align-items: center;
}
.header_nav .header_link .tel_btn p {
    line-height: 1.4;
    text-align: center;
}
.header_nav .header_link .tel_btn span{
    display: block;
    font-size: clamp(12px, 1.231vw, 16px);
}
.header_nav .header_link .tel_btn img{
    width: 20%;
    max-width: 34px;
}
.sp_menu,.header_logo_sp{
    display: none;
}
@media screen and (max-width: 1100px) {

  
    .sp_menu,.header_logo_sp{
        display: block;
    }
    .header_nav {
        display: none;
    }
    
    .nav-menu {
        position: fixed;
        overflow-y: scroll;
        z-index: 99;
        width: 100%;
        top: 70px;
        height: 100vh;
        display: none;
        background-color: #F2F2F2;
    }
    
    .g-menu ul{
		width: 75%;
        margin: 0 auto;
        margin-top: 50px;
    }
    .g-menu ul li a{
        display: block;
        font-size: 21px;
        color: #2E2D2D;
        text-align: center;
        line-height: 1.7;
        letter-spacing: .03em;
        border-bottom: .5px solid #2E2D2D;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }
	
	.g-menu .peke {
    display: block;
        color: #2E2D2D;
    text-align: center;
    width: 100%;
    font-size: 30px;
}
/* hamburger */
    .toggle {
        position: fixed;
        right: 10px;
        top: 16px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 999;
        display: block;
    }

   
        
    .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 2px  #048ABF;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 50%;
        transform: translateX(-50%);
    }

    .toggle span:nth-child(1) {
        top: 10.3px;
    }
    .toggle span:nth-child(2) {
        top: 18px;
    }
    .toggle span:nth-child(3) {
        top: 26px;
    }
   
    .toggle.active span:nth-child(1) {
        top: 13%;
        left: 45%;
        -webkit-transform: rotate(-45deg) translate(-50%,-50%);
        -ms-transform: rotate(-45deg) translate(-50%,-50%);
        transform: rotate(-45deg) translate(-50%,-50%);
         border-bottom: solid 2px  #048ABF;
    }
    .toggle.active span:nth-child(2),
    .toggle.active span:nth-child(3) {
        top: 73%;
        left: 41%;
        -webkit-transform: rotate(45deg) translate(-50%,-50%);
        -ms-transform: rotate(45deg) translate(-50%,-50%);
        transform: rotate(45deg) translate(-50%,-50%);
        border-bottom: solid 2px  #048ABF;
    }
}

.section_ttl h2{
    text-align: center;
    font-size: clamp(35px, 3.889vw, 56px);
    font-weight: bold;
    letter-spacing: .12em;
}
.section_ttl p{
    font-size: 30px;
    text-align: center;
    color: #048ABF;
    line-height: 1.46;
    font-weight: bold;

}
.sp_br,.sp_img,.sp_txt{
    display: none;
}
@media screen and (max-width: 768px) {

    .section_ttl h2{
        font-size: 24px;
    }
    .sp_br,.sp_img,.sp_txt{
        display: block;
    }
    .pc_img,.pc_br,.pc_txt{
        display: none;
    }

}


/*-----------------------
         top
-------------------------*/

#top{
    position: relative;
	margin-top: 104px;
}
@media screen and (max-width: 1100px) {
	#top{
		margin-top: 70px;
	}
}
.top_box{
    position: absolute;
    top: 42%;
    left: 57%;
    width: 100%;
    transform: translate(-50%,-50%);
}
.top_txt01{
    font-size: clamp(25px, 2.814vw, 54px);
    font-weight: bold;
    line-height: 1.29;
    color: #048ABF;
    letter-spacing: .08em;
}
.top_box_txt{
    text-align: center;
    width: 44%;
    max-width: 735px;
}

h1{
    color: #fff;
    font-weight: bold;
    background-color: #048ABF;
    width: 100%;
    line-height: 1.66;
    font-size: clamp(20px, 2.1888vw, 42px);
    padding: 4.645% 0;
    letter-spacing: .08em;
    margin-top: 20px;
}
.top_txt02{
    font-size: clamp(19px, 2.033vw, 39px);
    font-weight: 600;
    line-height: 1.79;
    color: #D93644;
    letter-spacing: .08em;
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .top_box{
        position: absolute;
        top: 18%;
        left: 50%;
        width: 100%;
        transform: translate(-50%,-50%);
    }

    .top_txt01 {
        font-size: 20px;
        text-align: center;
    }
    .top_txt02{
        font-size: 18px;
        margin-top: 5px;
    }
    .top_box_txt{
        text-align: center;
        width: 100%;
        max-width: 325px;
        margin: 0 auto;
    }
    h1{
        font-size: 22px;
        padding: 11px 0;
        max-width: 281px;
        line-height: 1.36;
        margin: 0 auto;
        margin-top: 5px;
    }
}

.top_box02{
    position: absolute;
    background-color: #F2A444;
    bottom: 3%;
    right: 28px;
    width:20%;
    max-width: 265px;
    border-radius: 50%;
}
.top_box02_inner {
    position: relative;
    padding-top: 100%;
    height: 0;
}

.top_box02_inner p{
    line-height: 1.28;
    letter-spacing: .08em;
    color: #fff;
    text-align: center;
    font-size: clamp(21px, 2.917vw, 42px);
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%,-50%);
	width: 100%;
}


@media screen and (max-width: 768px) {
    .top_box02{
        bottom: 3%;
        right: auto;
        left: 10px; 
        width: 60%;
        max-width: 125px;
    }
    .top_box02_inner p{
        font-size: 19px;
    }
}
/*-----------------------
         worries
-------------------------*/

#worries{
    padding-top: 116px;
    padding-bottom: 100px;
    background-color: #F2F2F2;
    position: relative;
}
.worries_ttl .underline{
    border-bottom: 8px solid #F2A444;
}
#worries:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translatex(50%);
    box-sizing: border-box;
    border-right: calc(27vw - 10px) solid transparent;
    border-left: calc(27vw - 10px) solid transparent;
    border-top: 162px solid #F2F2F2;
  }
@media screen and (max-width: 1010px) {
	
	#worries:after {
		border-top: 110px solid #F2F2F2;
	  }
	
}
@media screen and (max-width: 768px) {

    #worries{
        padding-top: 90px;
        padding-bottom: 50px;
    }
    #worries:after {
        border-right: calc(27vw - 10px) solid transparent;
        border-left: calc(27vw - 10px) solid transparent;
        border-top: 40px solid #F2F2F2;
      }
}
  .worries_box{
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 41.819%;
    width: 83%;
    max-width: 1440px;
  }

.worries_list li{
    font-size: clamp(16px, 2.0834vw, 30px);
    line-height: 1.46;
    font-weight: bold;
    position: absolute;
    top: -60%;
    left: 44%;
    transform: translate(-50%, -50%);
    width: 38%;
    max-width: 480px;
}
.fukidashi{
    position: absolute;
    top: -88%;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
        .worries_list li:first-child{
            top: -40%;
        }
}
@media screen and (max-width: 768px) {
  .worries_box{
    margin-top: 70px;
    width: 95%;
    max-width: 460px;
  }
    .worries_list{
        list-style: disc;
        position: absolute;
        top: 26%;
        left: 65%;
        width: 100%;
        transform: translate(-50%,-50%);
    }
    .worries_list li{
        position: static;
        font-size: 21px;
        line-height: 1.42;
        transform: none;
        width: 100% !important;
        max-width: none !important;
        text-align: left;
        margin-top: 24px;
    }
    .worries_list li:first-child{
        margin-top: 0;
    }
    .fukidashi{
        display: none;
    }

}
.worries_list li:nth-of-type(2){
    top: 0;
    left: 7%;
    width: 41%;
    max-width: 490px;
}
.worries_list li:nth-of-type(2) .fukidashi{
    top: 52%;
    left: 53%;
    transform: translate(-50%, -50%);
}
.worries_list li:nth-of-type(3){
    top: -12%;
    left: 91%;
    width: 46%;
    max-width: 530px;
}
.worries_list li:nth-of-type(3) .fukidashi{
    top: 51%;
    left: 47%;
    transform: translate(-50%, -50%);
}


.list_inner{
    position: relative;
    z-index: 0;
}

.worries_img{
    width: 90%;
    max-width: 459px;
}
/*-----------------------
         solution
-------------------------*/

#solution{
    padding-top: 15.278%;
    padding-bottom: 143px;
    background-color: #048ABF;
}
.solution_ttl h2{
    color: #fff;
    font-size: clamp(35px, 3.75vw, 54px);
}

@media screen and (max-width: 768px) {

    #solution{
        padding-top: 110px;
        padding-bottom: 78px;
        background-color: #048ABF;
    }
    .solution_ttl h2{
        color: #fff;
        font-size: 30px;
    }
}
.solution_list{
    background-color: #fff;
    padding: 82px 0 82px;
    width: 95%;
    max-width: 950px;
    margin: 0 auto;
    margin-top: 90px;
}
.solution_list ul{
    width: 80%;
    margin: 0 auto;
}
.solution_list li{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.solution_list li:first-child{
    margin-top: 0;
}
.solution_list li img{
    width: 20%;
    max-width: 60px;
}
.solution_list li p{
    color: #2E2D2D;
    font-size: clamp(18px, 2.0834vw, 30px);
    font-weight: bold;
    line-height: 1.46;
}
.solution_list li p .blue{
    color: #048ABF;   
}

@media screen and (max-width: 768px) {

    .solution_list{
        padding: 45px 0 47px;
        width: 95%;
        max-width: 460px;
        margin-top: 70px;
    }
    .solution_list ul{
        width: 85%;
        margin: 0 auto;
    }
    .solution_list li {
        margin-top: 65px;
        column-gap: 5px;
    }
    .solution_list li p{
        font-size: 18px;
    }
    .solution_list li img{
        width: 20%;
        max-width: 32px;
    }
    .solution_txt p:not(:first-child) {
        margin-top: 25px;
    }
}
.solution_txt{
    margin-top: 80px;
}
.solution_txt p{
    font-size: clamp(16px, 1.806vw, 26px);
    text-align: center;
    line-height: 1.42;
    color: #fff;
}
.solution_txt p:not(:first-child){
    margin-top: 30px;
}


@media screen and (max-width: 768px) {

    .solution_txt{
        margin-top: 35px;
    }
    .solution_txt p{
        font-size: 17px;
        font-weight: 500;
        text-align: center;
        line-height: 1.42;
        color: #fff;
    }
}
  
/*-----------------------
         achievements
-------------------------*/

#achievements{
    padding: 9.167% 0 25.764%;
}
@media screen and (min-width: 1921px) {
    #achievements{
        padding: 175px 0 490px;
    }
}
.achievements_ttl h2{
    font-size: clamp(35px, 3.75vw, 54px);
}
.achievements_list ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 4%;
    margin-top: 15.352%;
}

.achievements_list li{
    position: relative;
    width: 30%;
    max-width: 409px;
    z-index: 0;
}
@media screen and (max-width: 768px) {

    #achievements{
        padding: 74px 0 156px;
    }
    

    .achievements_list ul{
        flex-direction: column;
        column-gap: 4%;
        margin-top: 95px;
    }
    
    .achievements_list li{
        position: relative;
        width: 100%;
        max-width: 320px;
        z-index: 0;
        margin-bottom: 195px;
    }
    .achievements_list li:last-child{
        margin-bottom: 0;
    }
}
.achievements_list li img{
    position: absolute;
    top: 71%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: -1;
}
.achievements_list li p{
    font-family: "Zen Old Mincho", serif;
    font-size: clamp(15px, 1.666666vw, 24px);
    font-weight: 900;
    line-height: 2;
    text-align: center;
}
/*-----------------------
         service
-------------------------*/

#service{
    background-color: #F2F2F2;
    padding-top: 100px;
    padding-bottom: 19.445%;
}
@media screen and (min-width: 1921px) {
    
    #service{
        padding-bottom: 370px;
    }
}
.service_ttl h2{
    font-size: 54px;
}

.service_list{
    margin-top: 110px;
    border: 10px solid #048ABF;
    border-radius: 30px;
    background-color: #fff;
    padding: 30px 0 60px;
}
.service_list ul {
    width: 95%;
    margin: 0 auto;
}
.service_col{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    column-gap: 50px;
    position: relative;
    margin-top: 7.81%;
}
.service_col:first-child{
    margin-top: 0;
}
.service_col:nth-of-type(even){
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    #service {
        background-color: #F2F2F2;
        padding-top: 70px;
        padding-bottom: 130px;
    }
    .service_list{
        width: 97%;
        margin: 0 auto;
        margin-top: 95px;
        border: 5px solid #048ABF;
        padding: 64px 0 60px;
        max-width: 460px;
    }
    .service_col{
        width: 95%;
        max-width: 1100px;
        column-gap: 50px;
        margin-top: 70px;
        flex-direction: column-reverse;
    }
    .service_col:nth-of-type(even){
        flex-direction: column-reverse;
    }
    
}
.service_col_txt{
    width: 54%;
    max-width: 590px;
}
.service_col_txt span{
    font-size: clamp(20px, 2.0834vw, 30px);
    display: block;
    font-weight: bold;
    color: #F2BF80;
    line-height: 2.6;
}
.service_col_txt h3{
    font-size: clamp(22px, 2.431vw, 35px);
    font-weight: bold;
    line-height: 1.42;
    margin-top: 13px;
}
.service_col_txt p{
    font-size: clamp(16px, 2.0834vw, 30px);
    line-height: 1.46;
    font-weight: 500;
    margin-top: 25px;
}

.service_col_img{
    width: 29%;
    max-width: 311px;
}
.service_col_img img {
 height: 100%;
}
@media screen and (max-width: 768px) {

    .service_col_txt{
        width: 100%;
        max-width: 590px;
    }
    .service_col_txt span{
        font-size: 30px;
        line-height: 1.46;
        text-align: center;
    }
    .service_col_txt h3{
        font-size: 25px;
        text-align: center;
        margin-top: 15px;
    }
    .service_col_txt p{
        font-size: 21px;
        line-height: 1.46;
        font-weight: 500;
        margin-top: 30px;
    }
    .service_col_img{
        width:100%;
        max-width: 200px;
    }

}
/*-----------------------
         voice
-------------------------*/

#voice{
    padding-top: 100px;
    padding-bottom: 178px;
}
.voice_list{
    margin-top: 110px;
}
.voice_ttl h2{
    font-size: clamp(35px, 3.75vw, 54px);
}

@media screen and (max-width: 768px) {
    #voice{
        padding-top: 70px;
        padding-bottom: 150px;
    }
    .voice_list{
        margin-top: 28px;
    }

}
.voice_list li{
    border: 10px solid #F2A444;
    border-radius: 30px;
    padding:80px 0 60px;
}
.voice_list_fx{
    display: flex;
    justify-content: space-between;
    column-gap: 5%;
    width: 95%;
    margin: 0 auto;
}
.voice_list li:not(:first-child){
    margin-top: 90px;
}

@media screen and (max-width: 768px) {
    .voice_list_fx{
        flex-direction: column-reverse;
        column-gap: 5%;
        width: 92%;
        margin: 0 auto;
    }

    .voice_list li{
        width: 95%;
        max-width: 540px;
        margin: 0 auto;
        flex-direction: column;
        column-gap: 15px;
        height: auto;
        padding: 32px 0 32px;
        border: 6px solid #F2A444;
    }
    .voice_list li:not(:first-child){
        margin-top: 50px;
    }
}


.voice_list_txt {
    max-width: 640px;
    width: 49%;
}
.voice_list_txt h3{
    font-size: clamp(22px, 2.431vw, 35px);
    line-height: 1.45;
    font-weight: bold;
    color: #048ABF;
    padding-bottom: 20px;
}
.voice_list_txt p{
    font-size: clamp(16px, 2.0834vw, 30px);
    line-height: 1.46;
}
@media screen and (max-width: 768px) {

    .voice_list_txt {
        width: 100%;
    }
    .voice_list_txt h3{
        font-size: 27px;
        padding-bottom: 0;
        text-align: center;
        margin-top: 35px;
    }
    .voice_list_txt p{
        font-size: 21px;
        margin-top: 35px;
    }

}

.voice_list_img{
    width: 46%;
    max-width: 600px;
	 overflow: hidden;
}
.voice_list_img img {
 object-fit: contain;
 width: 100%;
 height: 100%;
 vertical-align: top;
}

@media screen and (max-width: 768px) {

    .voice_list_img{
        width: 95%;
        margin: 0 auto;
        max-width: none;
    }


}
/*-----------------------
         flow
-------------------------*/

#flow{
    padding-top: 100px;
    padding-bottom: 170px;
    background-color: #F2BF80;
}
.flow_ttl h2{
    font-weight: 900;
    font-size: clamp(35px, 3.75vw, 54px);
    color: #fff;
}
@media screen and (max-width: 768px) {

    #flow{
        padding-top: 70px;
        padding-bottom: 90px;
    }
    

}
.step {
    display: flex;
    justify-content: center;
    margin-top: 90px;
  }
  
  .step .item {
      width: 19%;
      max-width: 265px;
      text-align: center;
      position: relative;
      padding: 13px 0;
      margin: 4px 4px 4px 0;
      line-height: 1.5;
      background: #fff;
      color: #999999;
      height: 23vw;
      max-height: 287px;
      min-height: 178px;
  }
.step .item:first-child{
    width: 19%;
    max-width: 240px;
}
@media screen and (max-width: 768px) {
    .step {
        flex-direction: column;
        align-items: center;
        margin-top: 78px;
      }
      .step .item {
          width: 95%;
          max-width: 470px;
          text-align: center;
          position: relative;
          padding: 0;
          margin: 0 auto 24px;
          line-height: 1.5;
          background: #fff;
          height: 308px;
      }
    .step .item:first-child{
        width: 95%;
        max-width: 470px;
        margin-top: 0;
    }

}
.item_inner {
    position: absolute;
    top: 57%;
    left: 53%;
    width: 100%;
    height: 90%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.step .item:not(:first-child) .item_inner {
    left: 63%;
}
  .step .item:not(:last-child)::before {
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 101%;
      content: '';
      width: calc(33% + -7px);
      height: 125%;
      background: linear-gradient(to bottom left, transparent 50%, #F2BF80 51%) top left / 100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #F2BF80 51%) bottom left / 100% 50% no-repeat;
      margin: auto;
  }

  .step .item::after {
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 100%;
      content: '';
      width: calc(20% + 4px);
      height: 100%;
      background: linear-gradient(to bottom left, transparent 50%, #fff 51%) top left / 100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #fff 51%) bottom left / 100% 51% no-repeat;
      margin: auto;
  }
  .step .item:not(:last-child)::before {
      margin-left: 1px;
      border-left-color: #FFF;
  }
@media screen and (max-width: 768px) {
      .step .item:not(:last-child)::before {
          position: absolute;
          z-index: 2;
          top: 118%;
          bottom: 0;
          left: 50%;
          content: '';
          transform: translateX(-50%);
          background-color: #F2BF80 !important;
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          width: 100%;
          height: 58px;
          background: none;
      }
    
      .step .item::after {
          position: absolute;
          z-index: 2;
          top: 109%;
          bottom: 0;
          left: 50%;
          content: '';
          transform: translateX(-50%);
          background-color: #fff!important;
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          width: 100%;
          height: 55px;
          background: none;
      }
        .item_inner {
            top: 73%;
            left: 50%;
            width: 100%;
            height: 80%;
            justify-content: center;
        }
        .step .item:not(:first-child) .item_inner {
            left: 50%;
        }
         .step .item:first-child .item_inner {
            top: 60%;
        }

}
	.step .item_box{
		height: 78px;
  }
  .step .item_box h3{
    color: #048ABF;
    font-size: clamp(20px, 2.223vw, 32px);
    font-weight: bold;
  }
  .step .item_box span{
    display: block;
    font-size: clamp(14px, 1.25vw, 18px);
    color: #048ABF;
    font-weight: 400;
  }
 
  .step .item p{
    max-width: 156px;
    background-color: #048ABF;
    border-radius: 100vw;
    color: #fff;
    font-size: clamp(15px, 1.74vw, 25px);
    padding: 5px 7.7%;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: -13%;
    left: 12%;
    transform: translate(-50%,-50%);
    z-index: 10;
  }
.step .item:first-child p{
    top: -12%;
    left: 20%;
    transform: translate(-50%,-50%);
  }

  .step .item img{
    width: 64%;
	height: 64%;
    max-width: 165px;
  }
  .step .item:first-child img{
    width: 69%;
	height: 69%;
    max-width: 165px;
  }

  @media screen and (max-width: 768px) {

       .step .item p{
           margin: 0 auto;
        color: #fff;
        font-size: 16px;
        padding: 6px 21px;
        position: static;
        transform: none;
      }
      .step .item:first-child p{
        transform: none;
      }
	  .step .item_box{
		height: auto;
  	}
      .step .item_box h3{
        font-size: 24px;
        font-weight: bold;
        margin-top: 12px;
      }
      .step .item_box span{
        font-size: 18px;
      }
      .step .item img{
        width: 64%;
		height: inherit;
        max-width: 165px;
        margin-top: -3%;
      }
  }
  
 
  .step .item.active:not(:last-child)::before {
      border-left: none;
  }






/*-----------------------
         faq
-------------------------*/

#faq{
    padding-top: 100px;
    background-color: #048ABF;
    padding-bottom: 13.889%;
}
.faq_ttl h2{
    font-weight: 900;
    font-size: clamp(35px, 3.75vw, 54px);
    color: #fff;
}
.faq_ttl p{
    color: #F2A444;
}
.faq_area{
    background-color: #fff;
    border: 10px solid #F2A444;
    border-radius: 30px;
    padding: 9.357% 0 10.234%;
    margin-top: 90px;
}
.faq_contents:not(:first-child){
    margin-top: 67px;
}
@media screen and (max-width: 768px) {

    #faq{
        padding-top: 90px;
        padding-bottom: 116px;
    }
   .faq_area{
        border: 6px solid #F2A444;
        padding: 52px 0 46px;
        margin-top: 90px;
    }
    .faq_contents:not(:first-child) {
        margin-top: 60px;
    }
}
.faq_contents{
    border-bottom: 3px solid #F2A444;
    width: 82%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.faq_contents:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.faq_contents dt{
    font-size: clamp(22px, 1.875vw, 27px);
    font-weight: bold;
    color: #048ABF;
    display: flex;
    align-items: center;
    column-gap: 23px;
    letter-spacing: .12em;
    margin-bottom: 17px;
}
.faq_contents dt span,.faq_contents dd span{
    width: 77px;
    height: 79px;
    border-radius: 100vw;
    background-color: #048ABF;
    display: flex;
    flex-direction: column;
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    flex-shrink: 0;
}
.faq_contents dd span{
    background-color: #F2A444;
    color: #fff;
}

@media screen and (max-width: 768px) {
    
    .faq_contents{
        width: 95%;
        margin: 0 auto;
        padding-bottom: 32px;
    }
    .faq_contents dt{
        font-size: 18px;
        column-gap: 6px;
        align-items: flex-start;
        margin-bottom: 24px;
    }
    .faq_contents dt span,.faq_contents dd span{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 28px;
    }
    
}



.faq_contents dd{
    display: flex;
    align-items: flex-start;
    column-gap: 23px;
}
.faq_contents dd p{
    font-size: clamp(18px, 1.459vw, 21px);
    line-height: 1.42;
    font-weight: 500;
    letter-spacing: .12em;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {

    .faq_contents dd{
        column-gap: 6px;
    }
    .faq_contents dd p{
        font-size: 18px;
        max-width: 900px;
        margin-top: 0;
    }

}

/*-----------------------
         tokushoho
-------------------------*/
#tokushoho{
 background-color: #F2F2F2;   
 padding: 80px 0 74px;
}
.tokushoho_area{
    background-color: #fff;
    padding: 55px 0;
}
.tokushoho_inner{
    width: 85%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {

    #tokushoho{   
        padding: 80px 0 98px;
    }
    .tokushoho_area{
        width: 95%;
        margin: 0 auto;
        background-color: #fff;
        padding: 30px 0 34px;
    }
    .tokushoho_inner{
        width: 90%;
        margin: 0 auto;
    }
    .sp_mgt{
        display: block;
        margin-top: 25px;
    }

}
.tokushoho_area h2{
    font-size: 27px;
    font-weight: bold;
    letter-spacing: .12em;
    padding-left: 20px;
}
.tokushoho_area dl dt{
    font-size: 21px;
    font-weight: bold;
    letter-spacing: .08em;
    border-top: 1px solid #AAAAAA;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px;
}
.tokushoho_area dl dd{
    font-size: 21px;
    line-height: 1.42;
    letter-spacing: .12em;
    padding-left: 20px;
}
.tokushoho_area dl dd:nth-of-type(2){
    margin-top: 20px;
}
.tokushoho_area dd a{
    color: #2E2D2D;
}
.tokushoho_area dd a.mail{
    color: #001DFF;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .tokushoho_area h2{
        font-size: 21px;
        padding-left: 0;
    }
    .tokushoho_area dl dt{
        font-size: 21px;
        padding-top: 35px;
        padding-bottom: 20px;
        margin-top: 10px;
        padding-left: 0;
    }
    .tokushoho_area dl dd{
        font-size: 18px;
        padding-left: 0;
    }
}
/*-----------------------
         footer
-------------------------*/


footer{
    padding: 90px 0 45px;
}
.footer_link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1297px;
    margin-left: auto;
}
.f_logo{
    width: 30%;
    max-width: 324px;
}
.f_logo img {
 height: 100%;
} 
@media screen and (max-width: 768px) {
    footer{
        padding: 15px 0 130px;
    }
    .footer_link{
        justify-content: center;
        margin: 0 auto;
    }
    .f_logo{
        width: 90%;
        max-width: 163px;
    }

}
.f_nav{
    width: 68%;
    max-width: 630px;
}
.f_nav .f_nav_01{
    display: flex;
    align-items: center;
}

.f_nav_01 .cta_btn {
    display: block;
    width: 48%;
    max-width: 279px;
    height: 74px;
    line-height: 74px;
    font-size: clamp(18px, 1.599vw, 23px) !important;
}


.f_nav_01 .cta_btn02 {
    font-size: clamp(18px, 1.459vw, 21px) !important;
    width: 55%;
    max-width: 314px;
    margin-left: 36px;
}
.footer_link02{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    max-width: 1668px;
    margin: 0 auto;
    margin-top: 75px;
}
.f_nav .tel_btn{
    color: #048ABF;
    font-size: clamp(22px, 2.778vw, 40px);
    font-weight: bold;
    display: block;
    margin-top: 8px;
}
.f_nav .tel_btn span{
    font-size: 20px;
    display: inline-block;
    padding-left: 10px;
}
.footer_link02 small,.footer_link02 a{
    display: block;
    font-size: 21px;
    font-weight: 500;
    color: #2E2D2D;
}
@media screen and (max-width: 768px) {
    .footer_link02{
        flex-direction: column;
        width: 95%;
        margin-top: 10px;
        row-gap: 7px;
    }
    .footer_link02 small,.footer_link02 a{
        font-size: 12px;
    }

}
.f_nav_sp{
    display: none;
}
/* モバイル固定フッター */
@media screen and (max-width: 1100px) {
    .f_nav{
        display: none;
    }
    .f_nav_sp{
        width: 100%;
        margin: 0 auto;
        position: fixed;
        bottom: 0;
        z-index: 99999;
        opacity: 0;
        transition: .5s;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        padding: 18px 0 5px;
        display: block;
    }
    .f_nav_sp .f_nav_01{
        display: flex;
        justify-content: center;
        width: 95%;
        margin: 0 auto;
    }
    .fade{
        opacity: 0;
    }
    .fade.active{
        
        opacity: 1;
    }
    .f_nav_sp .f_nav_01 .cta_btn {
        display: block;
        width: 40%;
        max-width: none;
        min-width: 150px;
        height: 50px;
        line-height: 50px;
        font-size: 14px !important;
    }
    .f_nav_sp .f_nav_01 .cta_btn02 {
        font-size: 14px !important;
        width: 60%;
        max-width: none;
        min-width:205px;
        margin-left: 4px;
    }
    .f_nav_sp .tel_btn {
        font-size: 24px;
        color: #048ABF;
        font-weight: bold;
        display: flex;
        line-height: 1.3;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
    }
    .f_nav_sp .tel_btn span{
        font-size: 13px;
        display: block;
    }
    .f_nav_sp .tel_btn img{
        width: 34px;
        margin-top: 4px;
    }
}