.sec11{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.sec11 img{
    width: 100%;
    margin-top: 120px;
}

/* sec13 */
.sec12{
    width: 100%;
    max-width: 1000px;
    margin: 120px auto 0;
    padding: 0 40px;
    box-sizing: border-box;
}
.sec12 > h4{
    font-size: 40px;
    text-align: center;
    margin-bottom: 25px;
}
.sec12 .flex{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap-reverse;
    width: 100%;
    height: 100%;
    background-color: #1D1D1D;
    border-radius: 20px;
}
.sec12 .flex .content{
    width: 80%;
    color: #fff;
    padding-left: 30px;
    box-sizing: border-box;
}
.sec12 .flex .content h4{
    font-size: 40px;
    line-height: 70px;
}
.sec12 .flex .content p{
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 20px 0;
    line-height: 30px;
}
.sec12 .flex .img {
    width: 80%;
    height: 100%;
}
.sec12 .flex .img img{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* sec13 */
.sec13{
    width: 100%;
    max-width: 1000px;
    margin: 120px auto 0;
    padding: 0 40px;
    box-sizing: border-box;
}
.sec13 .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}
.sec13 .flex .content{
    width: 45%;
    color: #fff;
}
.sec13 .flex .content h4{
    font-size: 48px;
    line-height: 80px;
}
.sec13 .flex .content p{
    color: #BABABA;
    font-size: 24px;
    margin: 40px 0;
    line-height: 45px;
}
.sec13 .flex .content a{
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    border-bottom: 2px #fff solid;
}
.sec13 .flex .img {
    width: 45%;
}
.sec13 .flex .img img{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 100px #dafff5;
}

/* sec14 */
.sec14{
    margin-top: 100px;
    position: relative;
}
.sec14 img{
    width: 100%;
    min-height: 430px;
    object-fit: cover;
}
.sec14 .sdgs{
    position: absolute;
    top: 20%;
    left: 15%;
}
.sec14 .sdgs p{
    margin-bottom: 20px;
}
.sec14 .sdgs h4{
    font-size: 30px;
}
.sec14 .sdgs .flex{
    display: flex;
    justify-content: space-between;
}
.sec14 .sdgs .flex img{
    width: 40px;
    height: 40px;
}

.sec15{
    max-width: 1000px;
    margin: 150px auto 60px;
    padding: 0 20px;
    box-sizing: border-box;
}
.sec15 > h4{
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.sec15 .contents{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 80px;
    box-sizing: border-box;
    background-color: #6e6e6e;
    border-radius: 20px;
}
.sec15 .contents .card{
    width: 50%;
    text-align: center;
}
.sec15 .contents .card img{
    width: 80%;
}
.sec15 .contents .card h4{
    font-size: 18px;
    margin-top: 40px;
}
.sec15 .contents .card table{
    margin: 0 auto;
    margin-top: 20px;
}
.sec15 .contents .card table tr{
    line-height: 35px;
}
.sec15 .contents .card table td{
    text-align: left;
    width: 110px;
}
.sec15 .contents .card a{
    display: inline-block;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
    padding: 5px 15px;
    background-color: blue;
    border-radius: 20px;
}
.sec15 .contents .app{
    width: 50%;
    text-align: center;
}
.sec15 .contents .app > img{
    width: 50%;
}
.sec15 .contents .app h4{
    font-size: 18px;
    margin-top: 40px;
}
.sec15 .contents .app .plan p{
    margin-top: 20px;
}
.sec15 .contents .app .img{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.sec15 .contents .app .img img{
    height: 50px;
}

/* sec16 */
.sec16 .content_wrapper{
    max-width: 1000px;
    margin: 0 auto;
    color: #000;
    padding: 50px 15px;
}
.sec16 .content_wrapper > h4{
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.sec16 .content_wrapper .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec16 .content_wrapper .flex .step{
    width: 32%;
    color: #fff;
    background-color: #707070;
    border-radius: 20px;
    text-align: center;
}
.sec16 .content_wrapper .flex .step .top{
    background-color: #209F10;
    border-radius: 20px 20px 0 0;
}
.sec16 .content_wrapper .flex .step .top p{
    font-size: 20px;
}
.sec16 .content_wrapper .flex .step .top h5{
    font-size: 30px;
}
.sec16 .content_wrapper .flex .step .bottom{
    padding: 20px 20px;
    box-sizing: border-box;
}
.sec16 .content_wrapper .flex .step .bottom h4{
    font-size: 20px;
}
.sec16 .content_wrapper .flex .step .bottom img{
    height: 60px;
    margin: 25px 0;
}
.sec16 .content_wrapper .flex .step .bottom p{
    font-size: 14px;
    text-align: left;
}


/* sec17 */
.sec17 {
    max-width: 1000px;
    margin: 0 auto;
    color: #000;
    padding: 50px 15px;
}
.sec17 h4{
    color: #fff;
    font-size: 40px;
    text-align: center;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    background-color: #e5e5e5;
}

/************************************
** お問い合わせフォームの入力
************************************/
/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:100%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 5px solid #e5e5e5;
}
table.CF7_table tr td{
    background-color: #fff;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
    border: 1px solid #d8d8d8;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #0000ff;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    width:30%;/*横幅*/
    color: #000;
	background-color:#e5e5e5;/*ブルーグレー*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:100%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
    background-color:#e5e5e5;
    color: #000;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#0000ff;
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
    margin:0 auto;
    padding: 5px 20px;
    border-radius: 25px;
    cursor: pointer;
}

.CF7_btn{
	text-align:center;
	margin:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

@media screen and (max-width: 797px){
    .sec12 .flex .content {
        width: 100%;
        padding: 0 30px;
    }
    .sec12 .flex .content p {
        width: 100%;
    }
    .sec12 .flex .img {
        width: 100%;
    }
    .sec12 .flex .img img {
        border-radius: 20px 20px 0 0;
        width: 70%;
        margin: 0 auto;
    }
    .sec13 {
        margin: 100px auto 0;
    }
    .sec13 .flex .content {
        width: 50%;
    }
    .sec13 .flex .content h4 {
        font-size: 30px;
        line-height: 60px;
    }
    .sec13 .flex .content p {
        font-size: 16px;
        margin: 30px 0;
        line-height: 35px;
    }
    .sec13 .flex .img {
        width: 50%;
    }
    .sec15 {
        margin: 120px auto 60px;
    }
    .sec15 > h4 {
        margin-bottom: 25px;
    }
    .sec15 .contents {
        padding: 40px 20px;
    }
    .sec15 .contents .app .plan table {
        margin-bottom: 12px;
        font-size: 12px;
    }
    .sec15 .contents .app .img img {
        height: 40px;
    }
    .sec16 .content_wrapper .flex .step {
        width: 49%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 580px){
    .sec12 > h4 {
        font-size: 36px;
    }
    .sec12 {
        margin: 70px auto 0;
    }
    .sec12 .flex .content {
        padding: 0 30px;
    }
    .sec12 .flex .content h4 {
        font-size: 38px;
        line-height: 65px;
    }
    .sec13 {
        margin: 60px auto 0;
    }
    .sec13 .flex .content {
        width: 100%;
    }
    .sec13 .flex .content h4 {
        font-size: 45px;
        line-height: 70px;
        text-align: center;
    }
    .sec13 .flex .content p {
        font-size: 19px;
        margin: 35px 0;
        line-height: 40px;
    }
    .sec13 .flex .img {
        width: 100%;
        text-align: center;
    }
    .sec13 .flex .img img {
        width: 70%;
        margin-bottom: 20px;
        border-radius: 20px;
        box-shadow: 0 0 100px #dafff5;
    }
    .sec14 .sdgs h4 {
        font-size: 25px;
    }
    .sec15 > h4 {
        font-size: 36px;
    }
    .sec15 .contents .card {
        width: 100%;
        margin-bottom: 50px;
        padding-bottom: 30px;
        border-bottom: 5px #ffffff solid;
    }
    .sec15 .contents .card img {
        width: 60%;
    }
    .sec15 .contents .app {
        width: 100%;
    }
    .sec15 .contents .app > img {
        width: 30%;
    }
    .sec16 .content_wrapper > h4 {
        font-size: 29px;
    }
    .sec16 .content_wrapper .flex .step {
        width: 100%;
    }
    .sec17 h4 {
        font-size: 29px;
    }
}

@media screen and (max-width: 450px){
    .sec12 {
        margin: 60px auto 0;
    }
    .sec12 .flex .content h4 {
        font-size: 30px;
        line-height: 50px;
    }
    .sec12 .flex .content p {
        font-size: 12px;
        line-height: 28px;
    }
    .sec12 .flex .img img {
        width: 100%;
    }
    .sec13 .flex .content h4 {
        font-size: 36px;
        line-height: 60px;
        text-align: center;
    }
    .sec13 .flex .content p {
        font-size: 18px;
        margin: 25px 0;
        line-height: 38px;
    }
    .sec13 .flex .content a {
        font-size: 15px;
    }
    .sec15 > h4 {
        font-size: 29px;
    }
    .sec15 .contents .card {
        margin-bottom: 30px;
        padding-bottom: 25px;
        border-bottom: 3px #ffffff solid;
    }
    .sec16 .content_wrapper .flex .step .top p {
        font-size: 15px;
    }
    .sec16 .content_wrapper .flex .step .top h5 {
        font-size: 25px;
    }
    .sec16 .content_wrapper .flex .step .bottom {
        padding: 15px 20px;
    }
    .sec16 .content_wrapper .flex .step .bottom img {
        margin: 20px 0;
    }
}

.sec17 .wpcf7-response-output{
    color: #ffffff;
}