@charset "utf-8";

header{
    background: #F1F0EC;
    display: flex;
    padding: 20px 30px 15px;
    align-items: center;
}
header img{
    width: 396px;
    margin-right: 40px;
}
header p{
    font-size: 18px;
}
header p img {
    width: 270px;
    height: auto;
    margin-right: 20px;
    vertical-align: middle;
}
@media screen and (max-width: 767px){
    header{
        flex-wrap: wrap;
        padding: 15px 20px;
    }
    header img{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    header p{
        font-size: 14px;
        margin-top: 10px;
    }
    header p span {
        display: block;
    }
}
footer{

}
figure{
    margin: 0;
}
section{
    margin: 0;
}
main{
    background-color: #FFF;
}
.title{
    margin: 0 auto 40px;
    display: block;
}
.tel{
/*    font-size: 49px;*/
	  font-size: 35px;
    color: #00BCB5;
    display: block;
    text-decoration: none;
    max-width: 398px;
    padding: 33px 0 7px 80px;
    background: url(../images/tel.svg);
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: 20px;
}
.formlink{
    background: #fff;
    font-size: 28px;
    color: #00BCB5;
    border: #00BCB5 2px solid;
    text-decoration: none;
    display: block;
    width: 377px;
    line-height: 1.5;
    padding: 11px 30px 10px;
    box-sizing: border-box;
}
.list{
    margin: 0;
    padding: 0;
}
.list li{
    margin: 0;
    padding: 0;
}
.box01{
    background: url(../images/main.jpg),#F1F0EC;
/*    padding: 50px 110px 40px;*/
    padding: 15px 110px 10px;
    background-repeat: no-repeat;
    background-position: right;
}

.box01 h1{
/*    font-size: 49px;*/
    font-size: 35px;	
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 18px;
}

.box01 .tel {
    padding-top: 15px;
/*	  font-size: 35px;*/
    margin-bottom: 0;
}

.box01 p{
    line-height: 1.7;
/*    font-size: 22px;*/
    font-size: 18px;
    margin-bottom: 22px;
}

@media screen and (max-width: 1180px) {
    .box01{
        padding: 20px;
        background: url(../images/main_sp.jpg),#F1F0EC;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
}
@media screen and (max-width: 559px) {
    .box01{
        padding: 20px;
        background: url(../images/main_sp.jpg),#F1F0EC;
        background-repeat: no-repeat;
        padding: 30px 20px 140px;
        background-size: cover;
        background-position: bottom;
    }
	
    .box01 h1{
        font-size: 26px;
        margin-bottom: 18px;
    }
	
    .box01 p{
        line-height: 1.7;
        font-size: 16px;
        margin-bottom: 20px;
    }
	
    .tel {
        font-size: 28px;
        padding: 20px 0 2px 56px;
        background-size: 38px;
        margin-bottom: 20px;    
    }

	  .formlink{
        width: 100%;
        font-size: 22px;
        padding: 11px 10px 10px;
        text-align: center;
    }
}
.box02{
    background-image: linear-gradient( transparent 99%, #ABDDF0 50%, #ABDDF0), linear-gradient( 90deg, transparent 99%, #ABDDF0 50%, #ABDDF0 );
    background-size: 50px 50px;
    background-repeat: repeat;
}
.box02 .inner{

    padding: 54px 0 100px;
    width: 710px;
    margin: 0 auto;
    text-align: center;
}
.box02 h2{
    line-height: 1.2;
    font-size: 36px;
    font-weight: normal;
    display: inline-block;
    margin: 0 auto 63px;
    padding: 0 0 16px;
    border-bottom: 1px solid #00BCB5;
}
.box02 h3{
    font-size: 30px;
    line-height: 1.5;
    font-weight: normal;
    margin: 0 auto 36px;
}
.box02 p{
    text-align: left;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 15px;
}
.box02 .imageBox{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 100px;
}
.box02 h4{
    line-height: 1.5;
    font-size: 16px;
    color: #00BCB5;
    margin: 70px 0 60px;
}
.box02 .flow{
    border: 4px solid #00BCB5;
    padding: 60px 60px 70px;
    margin: 110px -125px 80px;
    background: #fff;
    
}
.box02 .flow .inner02{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box02 img{
    margin-bottom: 50px;
}
.box02 figure{
    width: 364px;
}
.box02 figcaption{
    font-size: 36px;
    padding: 0 0 16px;
    border-bottom: 1px solid #00BCB5;
    margin-bottom: 60px;
}
.box02 .box{
    display: flex;
    margin: 0 -235px 245px;
    position: relative;
}
.box02 .box img{
margin-bottom: 35px;
}
.box02 .box h4{
    font-size: 36px;
    line-height: 1.2;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 33px;
    padding-bottom: 17px;
}
.box02 .box div{
    box-sizing: border-box;
    width: 50%;
}

.box02 .box div:nth-of-type(1){
    background: #00BCB5;
    color: #fff;
    padding: 70px 80px 38px;
}
.box02 .box div:nth-of-type(1) h4{
    color: #fff;
    border-bottom: 2px solid #fff;
}
.box02 .box div:nth-of-type(2){
    background: #fff;
    margin: 0px 0 0;
    position: absolute;
    right: 0;
    bottom: -245px;
    border: 4px solid #00BCB5;
    padding: 70px 140px 38px;
}
.box02 .box div:nth-of-type(2) h4{
    color: #222;
    border-bottom: 2px solid #00BCB5;
}
.box02 .box div p{
    margin-bottom: 0;
}
.box02 .box div:nth-of-type(1) p{
   width: 340px;
   margin: 0 auto;
}
@media screen and (max-width: 1180px){
    .box02 .box div:nth-of-type(2){
        padding: 70px 120px 38px;
    }
    .box02 .box div:nth-of-type(1){
        padding: 70px 60px 38px;
    }
    .box02 .box{
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 245px;
        position: relative;
    }
    .box02 .box div{
        width: 100%;
        box-sizing: border-box;
    }
    .box02 .box div:nth-of-type(1),
    .box02 .box div:nth-of-type(2){
        padding: 30px 30px 50px;
    }
    .box02 .box div:nth-of-type(2){
        position: static;
        margin-top: 20px;
    }
    .box02 .box div:nth-of-type(1) p,
    .box02 .box div:nth-of-type(2) p{
        width: 100%;
    }
    .box02 .flow{
        margin-left: 0;
        margin-right: 0;
    }
    .box02 figure{
        width: 100%;
    }
    
}
@media screen and (max-width: 767px){
    .box02 h2{
        font-size: 26px;
        margin: 0 auto 40px;
        padding: 0 0 10px;
    }
    .box02 h3{
        font-size: 22px;
        margin: 0 auto 20px;
    }
    .box02 p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .box02 .box div:nth-of-type(1){
        padding: 70px 60px 38px;
    }
    .box02 .box div:nth-of-type(2){
        padding: 70px 120px 38px;
    }
    .box02 .box{
        display: flex;
        margin: 0 -135px 245px;
        position: relative;
    }
    .box02 .inner{
        padding: 30px 20px 60px;
        width: 100%;
        box-sizing: border-box;
    }
    .box02 .imageBox{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .box02 figure{
        width: 100%;
        margin-bottom: 20px;
    }
    .box02 .imageBox img{
        width: 100%;
        margin-bottom: 0px;
    }
    .box02 h4 {
        margin: 20px 0 15px;
    }
    .box02 .flow{
        padding: 20px 20px 25px;
        margin: 0px 0 40px;
    }
    .box02 figcaption{
    font-size: 26px;
    padding: 0 0 10px;
    margin-bottom: 40px;
    }
    .box02 figure{
        margin-bottom: 20px;
    }
    .box02 figure:last-of-type{
        margin-bottom: 0px;
    }
    .box02 .box {
        flex-wrap: wrap;
        margin: 0 0 20px;
    }
    .box02 .box:last-of-type{
        margin-bottom: 0;
    }
    .box02 .box h4{
        font-size: 26px;
        margin-bottom: 40px;
    }
    .box02 .box div{
        width: 100%;
    }
    .box02 .box div:nth-of-type(2){
        position: static;
    }
    .box02 .box div:nth-of-type(1),
    .box02 .box div:nth-of-type(2){
        padding: 20px 20px 50px;
    }
    .box02 .box div:nth-of-type(1) p,
    .box02 .box div:nth-of-type(2) p{
        width: 100%;
    }
    .box02 .box div:nth-of-type(1){
        margin-bottom: 20px;
    }
    

}


.box03{
    background: #F1F0EC;
    padding: 80px 0 100px;
    text-align: center;
}
.box03 h2{
    line-height: 1.2;
    font-size: 36px;
    font-weight: normal;
    display: inline-block;
    margin: 0 auto 63px;
    padding: 0 0 16px;
    border-bottom: 1px solid #00BCB5;
}
.box03 dl{
    width: 710px;
    margin: 0 auto 80px;
    text-align: left;
}
.box03 dl:last-of-type{
    margin-bottom: 0;
}
.box03 dt{
    font-size: 30px;
    line-height: 1.5;
    padding-left: 92px;
    padding-top: 30px;
    background: url(../images/question.svg);
    background-repeat: no-repeat;
}
.box03 dd{
    font-size: 18px;
    line-height: 1.8;
    padding-left: 92px;
    padding-top: 30px;
    background: url(../images/answer.svg);
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px){
    .box03{
        padding: 30px 20px 60px;
    }
    .box03 h2{
        font-size: 26px;
        margin: 0 auto 40px;
        padding: 0 0 10px;
    }
    .box03 dl{
        width: 100%;
        margin: 0 auto 80px;
        text-align: left;
    }
    .box03 dt{
        font-size: 22px;
        padding-left: 45px;
        padding-top: 5px;
        background-size: 30px;
    }
    .box03 dd{
        font-size: 14px;
        padding-left: 45px;
        padding-top: 5px;
        background-size: 30px;
    }

}
.box04{
    text-align: center;
    background: #fff;
    padding: 80px 0 50px;
}
.box04 h2{
    line-height: 1.2;
    font-size: 36px;
    font-weight: normal;
    display: inline-block;
    margin: 0 auto 63px;
    padding: 0 0 16px;
    border-bottom: 1px solid #00BCB5;
}
.box04 table{
    width: 960px;
    margin: 0 auto 100px;
    border-top: #9F9F9F 1px solid;
}
.box04 table th,
.box04 table td,
.box04 table td .list li{
    font-size: 18px;
    line-height: 1.8;
}
.box04 table tr{
    border-bottom: #9F9F9F 1px solid;
}
.box04 table th{
    width: 160px;
    background: #F1F0EC;
    padding: 20px;
}
.box04 table td{
    width: 800px;
    padding: 20px;
}

.box04 table td .list li{
    list-style: none;
    padding-left: 5em;
    text-indent: -5em;
    margin: 0;
}
.box04 table td .list li:nth-of-type(1)::before {
    content: "【第Ⅰ相】";
    color: #222;
}
.box04 table td .list li:nth-of-type(2)::before {
    content: "【第Ⅱ相】";
    color: #222;
}
.box04 h3{
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: normal;
}
.box04 .list02{
    text-align: left;
    width: 710px;
    margin: 0 auto;
}
.box04 .list02 li{
    list-style: none;
    font-size: 18px;
    line-height: 1.8;
}
.box04 .list02 li::before{
    content: "●";
    color: #00BCB5;
    margin-right: 10px;
}
@media screen and (max-width: 1180px){
    .box04 table{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .box04{
        padding: 30px 20px 60px;
    }
    .box04 h2{
    font-size: 26px;
    margin: 0 auto 40px;
    padding: 0 0 10px;
    }
    .box04 table{
        width: 100%;
        margin: 0 auto 40px;
        display: block;
        padding: 0;
        border: none;
    }
    .box04 table tr{
        border: none;
    }
    .box04 table th{
        width: 100%;
        background: #F1F0EC;
        padding: 10px;
        display: block;
        border: none;
        box-sizing: border-box;
    }
    .box04 table td{
        width: 100%;
        padding: 10px;
        display: block;
        border: none;
        box-sizing: border-box;
    }
    .box04 h3 {
        font-size: 22px;
        margin: 0 auto 20px;
    }
    .box04 .list02{
        width: 100%;
    }
}
.box05{
    text-align: center;
    background-color: rgba(250,192,61,0.2);
    padding: 80px 0 110px;
}
.box05 .inner{
    width: 710px;
    margin: 0 auto;
}
.box05 h2{
    line-height: 1.2;
    font-size: 36px;
    font-weight: normal;
    display: inline-block;
    margin: 0 auto 63px;
    padding: 0 0 16px;
    border-bottom: 1px solid #FAC03D;
}
.box05 h3{
    font-size: 30px;
    line-height: 1.5;
    font-weight: normal;
    margin: 0 auto 36px;
}
.box05 h4{
    font-size: 18px;
    background: #FAC03D;
    font-weight: normal;
    margin-bottom: 23px;
    padding: 6px 0;
}
.box05 .inner p,
.box05 .inner .list li{
    list-style: none;
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
}
.box05 .inner .list{
    margin:30px 0 50px;
    counter-reset: number 0; 
}
.box05 .inner .list li{

}
.box05 .inner .list li:before{
    counter-increment: number 1;
    content: counter(number) ") ";
}
.box05 .inner .list02{
    margin:30px 0 50px;
}
.box05 .inner .list02 li{
    list-style: none;
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
}
@media screen and (max-width: 767px){
    .box05{
        padding: 30px 20px 60px;
    }
    .box05 .inner{
        width: 100%;
    }
    .box05 h2{
        font-size: 26px;
        margin: 0 auto 40px;
        padding: 0 0 10px;
    }
    .box05 h3{
        font-size: 22px;
        margin: 0 auto 20px;
    }
}
.box06{
    padding: 80px 0 100px;
    background: #F1F0EC;
    text-align: center;
}
.box06 h2{
    line-height: 1.2;
    font-size: 36px;
    font-weight: normal;
    display: inline-block;
    margin: 0 auto 63px;
    padding: 0 0 16px;
    border-bottom: 1px solid #00BCB5;
}
.box06 .resources{
    display: flex;
    width: 825px;
    margin: 0 auto;
    justify-content: space-between;
}
.box06 .resources .box{
    width: 330px;
}

.box06 .resources .box p{
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.box06 .resources .box .inner {
    box-sizing: border-box;
    height: 330px;
    width: 330px;
    border-radius: 165px;
    background: #00BCB5;
    background-repeat: no-repeat;
    margin: -20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box06 .resources .box .inner a{
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    line-height: 1.5;
    width: 100%;
}

.box06 .resources .box .inner a img{
    margin-left: 10px;
}
@media screen and (max-width: 1180px){
    .box06 .resources{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .box06 {
        padding: 30px 20px 60px;
    }
    .box06 h2{
        font-size: 26px;
        margin: 0 auto 40px;
        padding: 0 0 10px;
    }
    .box06 .resources{
        width: 100%;
        flex-wrap: wrap;
    }
    .box06 .resources .box{
        width: 100%;
        margin-bottom: 30px;
    }
    .box06 .resources .box:last-of-type{
        margin-bottom: 0px;
    }
    .box06 .resources .box p{
        font-size: 22px;
    }


}
@media screen and (max-width: 330px){
    .box06 .resources .box .inner{
        width: 280px;
        height: 280px;
    }
}

.box07{
text-align: center;
padding: 80px 0 100px;
}
.box07 p{
    font-size: 18px;
    line-height: 1.8;
}
.box07 h2{
    line-height: 1.2;
    font-size: 36px;
    font-weight: normal;
    display: inline-block;
    margin: 0 auto 63px;
    padding: 0 0 16px;
    border-bottom: 1px solid #00BCB5;
}
.box07 h3{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 40px;
}
.box07 .tel{
/*    margin: 30px auto 40px;*/
    margin: 0 auto;
    padding-top: 15px;
    padding-left: 0;
    font-size: 35px;
}
.box07 .formlink{
    margin: 0 auto;
}
@media screen and (max-width: 767px){
    .box07{
        padding: 30px 20px 60px;
        }
    .box07 p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .box07 h2{
        font-size: 26px;
        margin: 0 auto 40px;
        padding: 0 0 10px;
    }
    .box07 h3{
        font-size: 22px;
        margin: 0 auto 20px;
    }
    .box07 .tel{
        margin: 20px auto;
        display: inline-block;
			  padding-left: 70px;
    }
}

@media screen and (max-width: 559px){
    .box07 .tel {
        font-size: 28px;
			  padding-left: 40px;
	  }
}

.note {
	  font-weight: bold;
}

.pagetop{
    background: #00BCB5;
}
.pagetop a{
    padding: 15px 0 14px;
    display: block;
    text-align: center;
} 

#footer {
    clear: both;
    margin: 30px auto 40px;
    padding: 0;
    width: 960px;
    font-size: 13px;
    line-height: 19px;
}
#footerContactInfo {
    width: 60%;
    float: left;
    font-size: 13px;
}
#footer p {
    margin: 3px 0;
}
#footer #copyright {
    /* text-align: center; */
    margin-top: 10px;
    font-size: 12px;
}
#footerContactAddress {
    width: 40%;
    text-align: right;
    float: right;
}
@media screen and (max-width: 1180px){
    #footer {
        width: 100%;
        padding: 30px 20px 60px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 767px){
    #footer {
        width: 100%;
        padding: 30px 20px 60px;
        box-sizing: border-box;
    }
    #footerContactInfo {
        width: 100%;
    }
    #footerContactAddress {
        width: 100%;
        text-align: left;
    }
    
}