@charset "UTF-8";
.mv_pc,
.cta_cc_pc,
.section01_img_pc,
.section02_img_pc,
.section03_img_pc,
.section04_pc,
.section05_img_pc,
.section06_img_pc,
.section07_img_pc,
.section08_img_pc,
.section10_img_pc {
    width: 100%;
    height: auto;
}
.mv_sp,
.cta_cc_sp,
.section01_img_sp,
.section02_img_sp,
.section03_img_sp,
.section04_sp,
.section04_sp_,
.section05_img_sp,
.section06_img_sp,
.section07_img_sp,
.section08_img_sp,
.section10_img_sp {
    display: none;
}


a[href^="tel:"] {
    pointer-events: none;
}


.section04 {
    background-color: #EDF7F6;
    padding-top: 80px;
    padding-bottom: 80px;
}
.section04 .content04_ttl {
    margin-bottom: 30px;
}
.section04 .content04_ttl img {
    width: 30%;
    margin: 0 auto;
}
.section04 .content04_img01_pc {
    margin-bottom: 25px;
}
.section04 .content04_img02_pc {
    margin-bottom: 60px;
}

.section07 {
    padding-bottom: 80px;
}
.section08 {
    background-color: #EDF7F6;
    padding-top: 80px;
    padding-bottom: 80px;
}
.section08 .content08_ttl {
    margin-bottom: 30px;
}
.section08 .content08_ttl img {
    width: 20%;
    margin: 0 auto;
}
.section09 .content08_ttl {
    margin-bottom: 30px;
}
.section09 .content08_ttl img {
    width: 20%;
    margin: 0 auto;
}
.section10 .inner div {
    width: 48%;
}
.section10 iframe {
    width: 50%;
    height: 400px;
}
.section10 {
    padding: 100px 0;
    background-color: #EDF7F6;
}



/*----------CONTACT----------*/
/*contact form7*/
/************************************
** お問い合わせフォームの入力
************************************/
.section09 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section09 figure {
    margin-bottom: 40px;
} 
.section09 figure img {
    width: 25%;
    margin: 0 auto;
}
.section09 .inner02 {
    max-width: 900px;
    margin: 0 auto;
}
.section09 .inner03 {
    max-width: 900px;
    margin: 0 auto;
}
.section09 .inner03 h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.section09 .inner03 p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}

@media screen and (max-width:768px){
    .section09 {
        margin-top: 0px;
    }
    .section09 figure {
        margin-bottom: 30px;
    } 
    .section09 figure img {
        width: 70%;
        margin: 0 auto;
    }
}
.contact_p {
    margin-top: 40px;
    margin-bottom: 40px;
}
#cf-tbl{
    max-width: 900px;
    margin: 0 auto 10px auto;
}
.wpcf7-list-item {
    margin-left: 0!important;
    margin-right: 1em!important;
}
#cf-tbl table{
width: 100%;
}
#cf-tbl table tr {
    display: flex;
    padding-bottom: 30px;
    width: 100%;
}
#cf-tbl table tr td{
    display: block;
    width: 65%;
    text-align: left;
}
#cf-tbl table tr th{
    display: block;
    width: 35%;
    text-align: left;
}
@media screen and (max-width:768px){
    .contact_p {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 25px;
    }
    #cf-tbl{
    width: 100%;
    }

    #cf-tbl table,
    #cf-tbl table tbody,
    #cf-tbl table tr,
    #cf-tbl table tr th,
    #cf-tbl table tr td{
    display: block;
    }

    #cf-tbl table{
    width: 100%;
    border-width: 0 0 1px 0;
    }
    #cf-tbl table tr {
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    #cf-tbl table tr th{
    width: 100%;
    height: 50px;
    padding: 2% 5% 3% 0;
    }
    #cf-tbl table tr td{
    width: 100%;
    height: auto;
    padding: 3% 5%;
    }

    #cf-tbl table tr td{
    border-width: 0px 1px 0px 1px;
    }
}
/*「必須」文字デザイン*/
.required{
font-size:14px;
padding: 5px 10px;
background: #B91C1B;
color: #fff;
margin-right: 10px;
}

/*「任意」文字デザイン*/
.optional{
font-size:14px;
padding: 5px 10px;
background: #398381;
color: #fff;
margin-right: 10px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 18px 20px;
	border: 1px solid #ccc;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #ccc;
}
.wpcf7-list-item {
    margin-right: 30px;
}
.wpcf7-list-item input {
    margin-right: 5px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    position: relative;
    display: block;
    padding: 15px;
    width: 300px;
    background: #015347;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    margin: 30px auto 0px auto;
    transition: all .2s;
}
@media screen and (max-width:768px){
input.wpcf7-submit {
width: 250px;
}
    #cf-tbl table tr td{
    padding: 0;
    }
}

input.wpcf7-submit:hover {
	background-color: #00241F;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}
.screen-reader-response,
.wpcf7-response-output {
    display: none;
}


/*----------THANKS----------*/
/*contact form7*/
/************************************
** サンクスページ
************************************/
.pp_inner .h2 {
    padding-bottom: 80px;
}
.contact01 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.contact01 h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact01 p {
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
}
.contact01 p .bold {
    font-weight: 500;
}
.contact01 p .red {
    color: #F08500;
    font-size: 25px;
}
.contact_ttl_ja {
    padding-top: 10px;
}

@media (max-width: 768px){
    .contact01 {
        margin-top: 50px;
        margin-bottom: 80px;
    }
    .contact01 h3 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .contact01 p {
        padding-bottom: 30px;
        font-size: 14px;
        line-height: 25px;
    }
    .section10 .inner div {
        width: 100%;
        padding-bottom: 30px;
    }
    .section10 iframe {
        width: 100%;
        height:230px;
    }
    .section10 {
        padding: 50px 0;
    }
}











@media (max-width: 768px){
    .mv_sp,
    .cta_cc_sp,
    .section01_img_sp,
    .section02_img_sp,
    .section03_img_sp,
    .section04_sp,
    .section04_sp_,
    .section05_img_sp,
    .section06_img_sp,
    .section07_img_sp,
    .section08_img_sp,
    .section10_img_sp {
        display: block;
        width: 100%;
        height: auto;
    }
    .mv_pc,
    .cta_cc_pc,
    .section01_img_pc,
    .section02_img_pc,
    .section03_img_pc,
    .section04_pc,
    .section05_img_pc,
    .section06_img_pc,
    .section07_img_pc,
    .section08_img_pc,
    .section10_img_pc {
        display: none;
    }
    .mv_sp {
        margin-top: 60px;
    }
    .cta_tel_pc {
        width: 100%;
        margin-top: 15px;
    }
    .cta_mail_pc {
        width: 100%;
        margin-top: 10px;
    }
    a[href^="tel:"] {
        pointer-events:auto;
    }
    
    .section04 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section04_sp_ {
        overflow-x: auto; /* スクロール可能にする */
        white-space: nowrap; /* 画像を横に並べる */
    }
    .section04 .content04_ttl img {
        width: 60%;
        margin: 0 auto;
    }
    .section04 .content04_img01_sp {
        margin-bottom: 20px;
    }
    .section04 .content04_img01_sp{
        display: inline-block;
        width: 600px;
    }
    .section04 .content04_img01_sp img {
        width: 100%;
        height: auto;
    }
    .section04 .content04_img02_sp {
        margin-bottom: 30px;
    }
    .section07 {
        padding-bottom: 50px;
    }
    .section08 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section08 .content08_ttl img {
        width: 50%;
        margin: 0 auto;
    }
    .accordion-title {
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        padding: 20px 30px 20px 15px;
        border-radius: 5px;
    }
    .accordion-title::after {
        right: 15px;
    }
    .accordion-content {
        padding: 10px 15px;
    }
    .accordion-content p {
        font-size: 14px;
        line-height: 25px;
    }
    .accordion-item {
        margin-bottom: 10px;
    }
    .section09 .content08_ttl img {
        width: 50%;
        margin: 0 auto;
    }
}



















