/* LP */
:root {
    --blue: #004896;
    --orange: #ff7326;
    --lightorange: #fff5da;
    --lightblue: #cfe6f3;
}

.orange {
    color: var(--orange)
}

.blue {
    color: var(--blue);
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-family: sans-serif;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	scroll-behavior: smooth;
}

body {
    margin: 0 auto;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.center {
    text-align: center;
}

.m0auto {
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.grid3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0;
    gap: 30px;
    align-items: stretch;
}

ul,
ol {
    list-style: none;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
    text-decoration: none;
}

address {
    font-style: normal;
}

.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

h1 {
    font-size: 0;
    margin-block-start: 0;
}

/* :hover  */
#header-call a:hover,
header a:hover img,
.btn-side a:hover,
a img[src$="bnr_apply_l.png"]:hover,
a img[src$="cvarea02.png"]:hover {
    opacity: .7;
    background: #fff;
}

/* .btn-side 右端バナー */
.btn-side {
    display: block;
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 1000;
}

.btn-side a {
    display: block;
    margin-bottom: 20px;
}

/* header #page-top */
header#page-top {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 3px solid var(--blue);

}

header#page-top .flex {
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}

header h1 img {
    max-height: 90px;
}

header a img {
    height: 60px;
    width: auto;
    margin-right: 8px;
}

#header-call a {
    font-style: normal;
    font-size: clamp(1.25rem, -0.088rem + 2.78vw, 2rem);
    font-weight: 900;
    text-align: center;
    line-height: 0.7;
    margin-right: 10px;
    color: #333;
}

#header-call address>span {
    font-size: small;
    font-weight: bold;
}

#header-call a:hover,
header a:hover img {
    opacity: .7;
    background: #fff;
}

/* section01 */
section {
    width: 100%;
    height: 100%;
}

section h2 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: center;
}

.sec02,
.sec03,
.sec04,
.sec05,
.sec06,
.sec07,
.sec08 {
    padding: 60px 10px;
}

.sec01 {
    background: url(../image/bg_top.png) no-repeat center;
    background-size: cover;

}

.sec01 .flex {
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 50px 0;
}

.sec01 .flex a {
    display: inline-block;
    width: 40%;
}

.sec01 .flex a:hover {
    filter: drop-shadow(0 0 10px #fff);
}

/* section02 */
.sec02 {
    background: var(--lightblue);
}

.sec02 h2 .line-y {
    background: linear-gradient(transparent 60%, #ff0 60%);
}

.sec02 p {
    margin-top: 40px;
    font-weight: bold;
    line-height: 2;
}

.dashed {
    display: inline;
    padding-bottom: 5px;
    background:
        linear-gradient(to right,
            var(--blue) 0%,
            var(--blue) 50%,
            rgba(255, 0, 0, 0) 51%,
            rgba(255, 0, 0, 0) 100%) repeat-x left bottom/10px 2px;
}

/* sec03 */
.sec03 {
    background: url(../image/sec03_bg.png) no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: lighten;
    position: relative;
}

.sec03::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 25px solid #fffdf5;
    border-color: #fffdf5 transparent transparent transparent;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 50%)scaleX(1.5);
}

.sec03 h2 {
    font-size: 1.1em;
    position: relative;
    margin-top: 10px;
}

.sec03 h2 .large {
    font-size: 1.6em;
}

.sec03 h2 .yellow {
    color: #ffbf00;
}

.sec03 h2 .red {
    color: hsl(0, 100%, 46%);
}

.sec03 h2::before,
.sec03 h2::after {
    content: '';
    position: absolute;
    bottom: 25px;
    display: block;
    width: 50px;
    height: 1px;
    background: #666;
}

.sec03 h2::before {
    transform: translate(-50%, 50%) rotate(45deg);
    left: min(15%, 300px);
}

.sec03 h2::after {
    transform: translate(-50%, 50%) rotate(-45deg);
    right: min(8%, 200px);
}

.sec03 ul.flex {
    justify-content: space-around;
}

.sec03 ul.flex li {
    width: 30%;
}

.sec03 ul.flex li img {
    width: 100%;
}

.sec03 ul.flex li p {
    text-align: justify;
    margin-top: 1em;
}

.sec03 h3 {
    color: var(--blue);
    text-align: center;
}

.sec03 h3::before {
    content: url(../image/icon_exc.png);
    display: inline-block;
    width: 40px;
    height: 30px;
    margin-right: 5px;
    transform: translate(-0%, 50%)scale(0.5);
}

/* sec04 */
.sec04 {
    background: var(--blue);
    color: #fff;
    padding: 80px;
}

.sec04 h2 {
    font-size: 1.3em;
}

.sec04 h2 span {
    font-size: 1.5em;

}

.sec04 h3 {
    margin-bottom: 25px
}

.sec04 p span {
    font-weight: bold;
    color: var(--blue);
    font-size: 1.2em;
    background: #fff;
    padding: 10px 30px 8px;
    border-radius: 50px;
    display: inline-block;
}

/* .sec05 */
.sec05 h2 {
    margin-top: 60px;
}

section:nth-of-type(n+5) h2::after {
    /* .section05以降のh2 */
    content: attr(data);
    display: block;
    font-size: 1rem;
    text-align: center;
    color: var(--blue);
    letter-spacing: 0.05em;
    margin: 10px auto;
}

.sec05 li {
    border: 4px solid #c6c6c6;
    padding: 30px;
    position: relative;
    box-sizing: border-box;
}

.sec05 li::before {
    content: "";
    display: block;
    width: calc(100% + 8px);
    height: 10px;
    background: var(--blue);
    position: absolute;
    top: -4px;
    left: -4px;
}

.sec05 li::after {
    content: attr(data);
    position: absolute;
    color: var(--lightblue);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: italic;
    font-variation-settings: "wdth" 100;
    font-size: 180px;
    transform: translate(0px, 0%);
    top: -66px;
    right: -3px;
    z-index: -1000;
}

.sec05 img {
    margin: 30px auto;
}

.sec05 h3 {
    font-size: 1.5em;
    line-height: 60px;
    height: 60px;
    position: relative;
}

.sec05 li:nth-of-type(2) h3 {
    height: auto;
    line-height: 1.2;
}

.sec05 li p {
    line-height: 1.8;
}

/* .sec06 */
.sec06 ol li {
    width: 100%;
    padding: 30px;
    background: var(--lightorange);
    margin-bottom: 30px;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
}

.sec06 li::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    color: #fff;
    position: absolute;
    font-weight: bold;
    background: url(../image/baloon.svg) no-repeat;
    background-size: contain;
    top: -15px;
    left: 10px;

}

.sec06 li::after {
    content: attr(data);
    display: block;
    color: #fff;
    width: 125px;
    height: 125px;
    position: absolute;
    top: 14px;
    left: 23px;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.sec06 li img {
    width: 25%;
    max-width: 300px;
}

.sec06 .flex-inner {
    width: 70%;
    margin-left: 20px;
}

.sec06 h3 {
    margin: auto auto 50px 105px;
    font-size: 1.4em;
}

.sec06 .orange .dashed {
    padding-bottom: 20px;
    background: linear-gradient(to right,
            var(--orange) 0%,
            var(--orange) 50%,
            rgba(255, 0, 0, 0) 51%,
            rgba(255, 0, 0, 0) 100%) repeat-x left bottom/10px 2px;
}

.sec06 p {
    line-height: 1.8;
    letter-spacing: 0.03em;
}

/* .sec07 */
.sec07 {
    background: var(--lightblue);
    margin-bottom: 60px;
    position: relative;
}

.sec07::before,
.sec07::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    border-radius: 5px;
    background: var(--blue);
    transform: translate(-50%, 50%);
    bottom: 0;
    left: 50%;
}

.sec07::before {
    bottom: 2%;
}

.sec07 .flex {
    justify-content: space-evenly;
    align-content: stretch;
    row-gap: 80px;
}

.sec07 article {
    width: 40%;
    background: #fff;
    border: 3px solid #c6c6c6;
    padding: 30px;
}

.sec07 article img {
    width: 100%;
    margin-bottom: 20px;
}

.sec07 h3 {
    line-height: 1.4;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.sec07 article:nth-of-type(4) h3 {
    line-height: 2.8;
}

.sec07 h4 {
    background: var(--blue);
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}

.sec08 .sec08-inner {
    background: var(--lightorange);
    padding: 60px 0;
}

.sec08 h2 {
    background: #fff;
    width: 100%;
    margin: 0;
}

.sec08 ol {
    width: 36%;
    margin: 0 auto;

}

.sec08 li {
    align-items: center;
    font-size: 1.3em;
    font-weight: bold;
    flex-wrap: nowrap;
}

.sec08 li span {
    font-size: 0.85em;
}

.sec08 li img {
    width: 30%;
    max-width: 100px;
    height: auto;
    margin-right: 5%;
}

/* footer */
footer {
    background: var(--blue);
    color: #fff;
    position: relative;
    padding: 20px;
    font-size: 0.7em;
    font-weight: 100;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

#totop {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
    background: var(--orange);
    border-radius: 50px;
    transform: translate(-50%, 50%);
    top: 0%;
    right: 10px;
}

#totop:hover {
    transform: translate(-50%, 45%);
    box-shadow: 1px 1px 10px #07274a;
}

#totop::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1.2em;
    height: 1.2em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%, 50%) rotate(-45deg);
    top: 28%;
    left: 50%;
    position: absolute;
}
/**************************************************************
apply
**************************************************************/
.sec09{margin-bottom:50px;}
.apply-mes{
	max-width:800px;
	margin:50px auto 100px;
	padding:10px;
	text-align: center;
}

#apply{
	max-width: 1000px;
	margin: 50px auto;
}

.apply-line{
	overflow: hidden;
	padding: 15px;
	border-bottom: dashed 1px #ccc;
	display:flex;
	flex-wrap: wrap;
}

.apply-line-l{
	width: 36%;
	font-weight:bold;
	padding:10px;
}

.apply-line-r{
	width:64%;
	padding:10px 20px;}

.apply-line-r  .wpcf7-list-item{
margin: 5px 0 5px 30px;
}
.wpcf7-list-item input {
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 10;
	left:0px;
}

.hissu{
	color: #FF0004;
	font-size: 10px;
}
/* テキストフォームの設定 */
.wpcf7-text{
padding:10px;
width: 430px;
color: #636063;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}

/* テキストフォームのフォーカス時の設定 */
.wpcf7-text:focus{
background-color:#FFFFCC;
}

/* テキストエリアの設定 */
.wpcf7-textarea{
padding:10px;
width: 600px;
height: 100px;
color: #636063;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}

/* テキストエリアのフォーカス時の設定 */
.wpcf7-textarea:focus{
background-color:#FFFFCC;
}

/* 送信ボタンの設定 */
.wpcf7-form-control.wpcf7-submit{
display: block;
width: 200px;
border: none;
padding:20px 10px;
background-color:#444444;
color:#fff;
}

/* 送信ボタンのフォーカス時の設定 */
.wpcf7-form-control.wpcf7-submit:hover{
filter: alpha(opacity=80);
opacity: .6;
-moz-transition: all 0.7s ease;
-webkit-transition: all 0.7s ease;
}

/* リストの縦並び（チェックボックス・ラジオ） */
span.wpcf7-list-item {
display: block!important;
}

/* セレクト */
select{
padding: 10px;
width: 260px;
color: #636063;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}

.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix{
overflow:hidden;
}

.halfsize{
	width:200px;
	margin-top:5px;
	margin-right:7px;
}

.apply-check{
	margin:10px auto;
	padding:10px;
	font-size:16px;
	line-height:24px;
	text-align: center;
	display:block!important;
}

.apply-check .wpcf7-list-item input{
	left:0;
	right:0;
	margin: auto;
}
.apply-check span.wpcf7-list-item {
	text-align:center;
}

/*reCAPTCHA削除*/
.grecaptcha-badge { visibility: hidden; }

.recaptcha{
	margin:30px auto;
	font-size:14px;
	text-align:center;
	padding:10px;
}
.midashi-apply{
    max-width: 1100px;
    font-size: clamp(16px, 4vw, 24px);
    padding: 15px 0;
    background: #00479d;
    color: #fff;
    position: relative;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto 20px;
}

/* THANKS */
#lp-thanks {
	background: var(--blue);
	padding: 50px 10px;
	color:#fff;
	text-align:center;
}
#lp-thanks .clm-box {
	margin: 60px auto;
	padding: 50px 100px;
	border-radius: 6px;
	background: #fff;
	font-size: 18px;
	line-height: 2;
	color: var(--blue);
	text-align:left;
}
.ftl {
	font-size: 32px;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 15px;
}
.btn-backto{
	display:inline-block;
	width:200px;
	padding:20px 0;
	margin:50px auto;
	background-color:#fff;
	color: var(--blue);
	border-radius:10px;
	font-weight:700;
}
@media screen and (max-width:768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    /* header */
    header#page-top .flex {
        align-items: end;
    }

    header h1 img {
        max-height: 80px;
    }

    #header-call img {
        height: auto;
        width: 13%;
        margin-left: 20px;
        margin-right: 0;
    }

    header#page-top {
        padding: 5px 3% 8px;
    }

    #header-call {
        height: 30px;
    }

    #header-call a {
        margin-right: 0;
    }

    #header-call address {
        font-size: 14px;
        line-height: 1;
    }

    #header-call address span {
        font-size: 9px;
    }

    /* 右サイドバナー */
    .btn-side {
        bottom: 50px;
    }

    .btn-side a {
        margin-bottom: 10px;
    }

    .btn-side>a img {
        width: 40px;
    }

    /* .sec01 */
    .sec01 .flex {
        padding: 10px 0 30px;
    }

    .sec01 .flex a {
        width: 78%;
        margin: 8px auto;
    }

    /* .sec02 */
    .sec02 .dashed {
        line-height: 2.5;
    }

    /* .sec03 */
    .sec03 img[src$="icon_exc.png"] {
        margin-bottom: 10px;
    }

    .sec03 h2 .large {
        font-size: 1.4em;
    }

    .sec03 h2::before {
        transform: translate(-50%, 50%) rotate(60deg);
        left: 2%;
    }

    .sec03 h2::after {
        left: 98%;
        transform: translate(-50%, 50%) rotate(-60deg);
    }

    .sec03 ul.flex li {
        width: 100%;
        max-width: 400px;
        margin-bottom: 50px;
    }

    .sec03 ul.flex li:last-of-type {
        margin-bottom: 0;
    }

    .sec03 h3 {
        font-size: 1.15em;
        width: 100%;
        text-indent: -25px;
        display: block;
        line-height: 1.3;
    }

    .sec03 h3::before {
        width: 25px;
        margin-right: 0;
    }

    /* .sec04 */
    .sec04 {
        padding: 80px 5%;
    }

    .sec04 h2 {
        font-size: 1.15em;
    }

    .sec04 p span {
        font-size: 1em;
    }

    /* .sec06 */
    .sec06 ol li {
        flex-direction: column;
    }

    .sec06 li img {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 30px;
    }

    .sec06 .flex-inner {
        width: 100%;
        margin-left: 0;
    }

    .sec06 h3 {
        margin: -10px auto 10px;
    }

    .sec06 .orange .dashed {
        display: block;
        width: 100%;
    }

    /* .sec07 */
    .sec07 article {
        width: 100%;
        margin-bottom: 30px;
    }

    .sec07 .flex {
        row-gap: 0;
    }

    .sec07 h3 {
        font-size: 1.2em;
    }

    /* .sec08 */
    .sec08 .sec08-inner {
        padding: 30px 0;
    }

    .sec08 ol {
        width: 90%;

    }

    .sec08 li {
        font-size: 1.1em;
    }

    .sec08 li img {
        width: 22%;

    }

    .sec08 li span {
        font-weight: normal;
        font-size: 0.8em;
    }

    /* #totop */
    #totop {
        width: 40px;
        height: 40px;
        top: 58%;
        left: 94%;
    }
	
/************************************************
 apply
************************************************ */


#apply{
	width:100%;
}

.apply-line{
}

.apply-line-l{
	width:100%;
	border-left:5px solid #00479d;
}

.apply-line-r{
	width:100%;
	margin-top:7px;
}


.hissu{
	color: #FF0004;
	font-size: 10px;
}
/* テキストフォームの設定 */
.wpcf7-text{
width: 90%;
}



/* テキストエリアの設定 */
.wpcf7-textarea{

width: 90%;
}



.halfsize{
	margin-top:5px;

}
/* THANKS */

#lp-thanks .tit-box .l {
	font-size: 22px;
}
#lp-thanks .clm-box {
	margin: 40px auto 0;
	padding: 15px;
	border-radius: 6px;
	background: #fff;
	font-size: 16px;
	line-height: 1.6;
}
.ftl {
	font-size: 22px;
	font-weight: 500;
	display: inline-block;
	padding-bottom: 15px;
}
	

}