@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;900&display=swap');
html{
    font-size: 62.5%;
}
body {
    font-size: 2rem;
    font-feature-settings: 'palt';
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
    text-align: center;
    box-sizing: border-box;
}
@media screen and (max-width: 680px) {
body {
    font-size: 1.8rem;
}
}
@media screen and (max-width: 480px) {
body {
    font-size: 1.4rem;
}
}
img{
    max-width: 100%;
    height: auto;
}
.tab,.sp{
    display: none;
}
@media screen and (max-width: 890px) {
.tab{
    display: block !important;
}
.pc2{
    display: none !important;
}
}
@media screen and (max-width: 680px) {
.sp{
    display: block !important;
}
.pc{
    display: none !important;
}
}
.wrap{
    padding: 10rem 0;
}
.wrap2{
    padding: 15rem 0 10rem;
}
@media screen and (max-width: 890px) {
.wrap{
    padding: 5rem 0;
}
.wrap2{
    padding: 10rem 0 8rem;
}
}
@media screen and (max-width: 680px) {
.wrap{
    padding: 3rem 0;
}
.wrap2{
    padding: 8rem 0;
}
}
.w1080{
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.w680{
    width: 100%;
    max-width: 680px;
    margin: auto;
}
@media screen and (max-width: 1150px) {
.w1080{
    width: 90%;
}
}
.header_wrap{
    position: relative;
}
.btn_main_list{
    position: absolute;
    bottom: 0;
    right: 1%;
    display: flex;
    justify-content: flex-end;
    max-width: 50%;
}
.btn_main_list li{
    margin-right: 1rem;
}
@media screen and (max-width: 680px) {
.header_wrap{
    position: static;
}
.btn_main_list{
    position: static;
    display: block;
    max-width: none;
}
.btn_main_list li{
    width: 80%;
    margin: 1rem auto;
}

}
/***********************common***********************/
.h2_style{
    max-width: 80%;
    margin: auto;
}
@media screen and (max-width: 480px) {
.h2_style{
    max-width: 90%;
}
}
.h3_style{
    font-size: 6rem;
    font-weight: bold;
    margin-bottom: 5rem;
}
.h3_style .en{
    font-size: 4rem;
    background: url("../img/ttl_bg_com.png") no-repeat center center;
    background-size: contain;
    padding: 0.5rem;
    display: block;
    color: #05419F;
    font-weight: 600;
}
.h3_style .red{
    color: #e60013;
}
.h3_style .ttl_line{
    color: #06C755;
}
@media screen and (max-width: 1150px) {
.h3_style{
    font-size: 5rem;
    margin-bottom: 5rem;
}
.h3_style .en{
    font-size: 3rem;
}
}
@media screen and (max-width: 890px) {
.h3_style{
    font-size: 4rem;
    margin-bottom: 3rem;
}
.h3_style .en{
    font-size: 2.4rem;
}
}
@media screen and (max-width: 680px) {
.h3_style{
    font-size: 3rem;
}
.h3_style .en{
    font-size: 2rem;
}
}
.btn_style{
    display: inline-block;
    color: #05419F;
    background: #FAE300;
    font-size: 5rem;
    font-weight: 900;
    border-radius: 10rem;
    padding: 2.5rem 13rem;
    transition: .5s;
}
.btn_style.mt50{
    margin-top: 5rem;
}
.btn_style:hover{
    background: green;
    color: #fff;
}
@media screen and (max-width: 1150px) {
.btn_style{
    font-size: 4rem;
    padding: 2rem 11rem;
}
}
@media screen and (max-width: 890px) {
.btn_style{
    font-size: 3.5rem;
    padding: 1.5rem 8rem;
}
.btn_style.mt50{
    margin-top: 3rem;
}

}
@media screen and (max-width: 680px) {
.btn_style{
    font-size: 2.4rem;
    padding: 1rem 3rem;
}
}
/***********************section01***********************/
.section01{
    background: url("../img/bg_section01.png") no-repeat bottom left;
    background-size: auto 80%;
}
.check_list{
    font-size: 3rem;
    margin: 0 auto;
    max-width: 820px;
}
.check_list li{
    position: relative;
    padding-left: 6rem;
    line-height: 2.2;
    text-align: left;
}
.check_list li:before{
    position: absolute;
    left: 0;
    top: 1.5rem;
    content: "";
    display: inline-block;
    height: 3.6rem;
    width: 3.6rem;
    background: url("../img/check.png") no-repeat ;
}
@media screen and (max-width: 1150px) {
.check_list{
    font-size: 2.5rem;
    max-width: 700px;
}
.check_list li:before{
    top: 1rem;
}

}
@media screen and (max-width: 890px) {
.check_list{
    font-size: 2rem;
    max-width: 540px;
}
.check_list li{
    padding-left: 3rem;
}
.check_list li:before{
    position: absolute;
    left: 0;
    top: 1rem;
    content: "";
    display: inline-block;
    height: 2.4rem;
    width: 2.4rem;
    background: url("../img/check.png") no-repeat ;
    background-size: contain
}
}
@media screen and (max-width: 680px) {
.check_list{
    font-size: 1.6rem;
    max-width: 450px;
}
.check_list li:before{
    top: 0.5rem;
}

}
/***********************section02***********************/

.section02{
    background: url("../img/bg_section02.png") no-repeat top center;
    background-size: cover;
}
.evalution{
    margin: 7rem auto 3rem;
    max-width: 90%;
}
@media screen and (max-width: 890px) {
.evalution{
    margin: 4rem auto 2rem;
}
}
/***********************section03***********************/
.section03{
    background: url("../img/bg_section03.png") no-repeat top center;
    background-size: cover;
}
.service_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service_list li{
    width: 32%;
    margin-bottom: 5rem;
}
@media screen and (max-width: 890px) {
.service_list li{
    width: 49%;
}
.service_list li:nth-child(5),.service_list li:nth-child(6){
    margin-bottom: 0;
}
}
/***********************section04***********************/
/***********************section05***********************/
.section05{
    background: url("../img/bg_section05.png") no-repeat top center;
    background-size: cover;
}
/***********************section06***********************/
.section06{
    background: url("../img/bg_section06.png") no-repeat top center;
    background-size: cover;
}
/***********************section07***********************/
.section07{
    background: url("../img/bg_section07.png") no-repeat top center;
    background-size: cover;
}
.voice_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice_list li{
    position: relative;
    width: 49%;
    background: #fff;
    padding: 3rem 3rem 10rem;
    text-align: left;
    text-align: justify;
    margin-bottom: 2rem;
}
.voice_list li img{
    margin-bottom: 2rem;
}
.voice_list li .voice_text{
    display: flex;
    flex-wrap: wrap;
}
.voice_list li:last-child{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3rem;
}
.voice_list li:last-child img{
    margin-bottom: 0;
}
.voice_list li:last-child .voice_img{
    width: 40%;
}
.voice_list li:last-child .voice_text{
    width: 58%;
}
.voice_list li .voice_text .mb30{
    margin-bottom: 3rem
}
.voice_list li .name{
    position: absolute;
    font-weight: bold;
    bottom: 2rem;
    right: 3rem;
}
@media screen and (max-width: 1150px) {
.voice_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
}
@media screen and (max-width: 890px) {
.voice_list li{
    position: static;
    width: 100%;
    padding: 3rem;
}
.voice_list li img{
    display: block;
    margin: 0 auto 2rem;
}
.voice_list li:last-child{
    display: block;
    padding-bottom: 3rem;
}
.voice_list li:last-child .voice_img,
.voice_list li:last-child .voice_text{
    width: 100%;
}
.voice_list li:last-child img{
    display: block;
    margin: 0 auto 2rem;
}
.voice_list li .voice_text .mb30{
    margin-bottom: 1rem
}
.voice_list li .name{
    width: 100%;
    position: static;
    font-weight: bold;
    text-align: right;
}

}
/***********************section08***********************/
.strengths_list{
    text-align: left;
}
.strengths_list li{
    margin-bottom: 4rem;
}
.strengths_list h4{
    padding: 1rem 8rem;
    background: url("../img/ttl_bg_section08.png") no-repeat left center;
    background-size: 100% 100%;
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
}
.strengths_list p{
    padding: 2rem 8rem 0;
}
@media screen and (max-width: 1150px) {
.strengths_list h4{
    padding: 1rem 4rem;
    font-size: 2.8rem;
}
.strengths_list p{
    padding: 2rem 4rem 0;
}
}
@media screen and (max-width: 680px) {
.strengths_list h4{
    padding: 1rem 3rem;
    font-size: 2rem;
}
.strengths_list p{
    padding: 2rem 1rem 0;
}
}
@media screen and (max-width: 480px) {
.strengths_list h4{
    padding: 1rem 3rem;
    font-size: 1.8rem;
}
}
/***********************section09***********************/
.section09{
    background: url("../img/bg_section09.png") no-repeat top center;
    background-size: cover;
}
.section09 h4{
    font-size: 4rem;
    text-align: left;
    font-weight: normal;
    margin: 4rem 0 4rem;
}
.friend_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 4rem;
}
.friend_list li{
    width: 49%;
}
.flow_text{
    background: #fff;
    padding: 3rem;
    text-align: left;
    margin-top: 6rem;
}
.flow_text span{
    display: block;
    font-size: 2.4rem;
    line-height: 2;
}
@media screen and (max-width: 890px) {
.section09 h4{
    font-size: 3rem;
    margin: 3rem 0 ;
}
.friend_list{
    padding-bottom: 3rem;
}
.friend_list li{
    width: 100%;
    margin-bottom: 2rem;
}
}
@media screen and (max-width: 680px) {
.section09 h4{
    font-size: 2rem;
    margin: 2rem 0 ;
}
.friend_list{
    padding-bottom: 2rem;
}
.flow_text{
    margin-top: 2rem;
}

.flow_text span{
    font-size: 2rem;
    font-weight: bold;
}
}
@media screen and (max-width: 480px) {
.section09 h4,
.flow_text span{
    font-size: 1.8rem;
}
}
/***********************section10***********************/
.section10{
    background: url("../img/bg_section10.png") no-repeat top center;
    background-size: cover;
}
.contact_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 6rem;
}
.contact_list li{
    width: 49%;
}
@media screen and (max-width: 890px) {
.contact_list li{
    width: 100%;
    margin-bottom: 2rem;
}
}
@media screen and (max-width: 680px) {
}

footer{
    background: #05419F;
    color: #fff;
    padding: 1rem;
}

/***********************form***********************/
.section10_conf{
    background: url("../img/bg_contact.png") no-repeat center center;
    background-size: cover;
    min-height: 100vh;
}
.form{
  width:100%;
  max-width: 800px;
  padding: 4rem 0 0;
  line-height:2em;
  margin: auto;
}

.form table{
    width: 100%;
    margin-bottom: 6rem;
}
.form_wrap{
    margin-top:6rem;
}
.form table th, .form table td{
    padding: 15px 10px;
    vertical-align: middle;
    text-align: left;
}
input,
textarea{
  max-width:1000px;
  padding: 5px 10px;
  font-size: 100%;
  background:#fff;
}
.form table th {
    width: 30%;
    vertical-align: top;
    font-weight: normal;
    color: #fff;
}
.form table td {
    width: 70%;
    margin:30px 0;
}
.form table td span{
    color: #fff;
}
.form .submit{
    display: flex;
    width: 100%;
    justify-content: center;
 }
 input[type="button"], input[type="reset"], input[type="submit"] ,
.form .submit input{
    display: block;
    width: auto;
    background: #FAE300;
    color: #05419F;
    font-size: 4rem;
    font-weight: 900;
    border-radius: 10rem;
    padding: 2.5rem 10rem;
    transition: .5s;
    margin: auto;
}
 input[type="button"], input[type="reset"], input[type="submit"] ,
.form .submit input:hover{
    background: green;
    color: #fff;
}
.thanks{
margin-bottom: 60px;
}
.form.conf th,
.form.conf td{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.section10 p{
    color: #fff;
}
@media screen and (max-width: 890px) {
 input[type="button"], input[type="reset"], input[type="submit"] ,
.form .submit input{
    font-size: 3.5rem;
    padding: 1.5rem 8rem;
}
}
@media only screen and (max-width: 680px){
.form table{
    margin-bottom: 3rem;
}
.form table th {
	width: 30%;
}
.form table td {
	width: 70%;
}
.form table td.submit input{
  margin: 0 auto 0;
}
 input[type="button"], input[type="reset"], input[type="submit"] ,
.form .submit input{
    font-size: 2.4rem;
    padding: 1rem 3rem;
}
}