/* LP */
:root {
    --blue: #004896;
    --yellow: #edf717;
    --lightorange: #fff5da;
    --lightblue: #e1f4ff;
}

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

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

.gray {
    /* table用のカラー設定 */
    background-color: #f2f2f2;
}

* {
    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;
}

.grid3 .box {
    background: #fff;
}

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;
}

/* .btn-yellow */
.btn-yellow {
    display: inline-block;
    width: 35%;
    background: var(--yellow);
    border: 2px solid var(--yellow);
    color: var(--blue);
    padding: 25px;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    position: relative;
}

.btn-yellow::before {
    content: "";
    width: 4%;
    height: 6px;
    display: block;
    background: var(--blue);
    position: absolute;
    transform: translate(-50%, 50%) rotate(45deg);
    top: 45%;
    right: 30px;
    transform-origin: right bottom;
}

.btn-yellow::after {
    content: "";
    width: 4%;
    height: 6px;
    display: block;
    background: var(--blue);
    position: absolute;
    transform: translate(-50%, 50%) rotate(-45deg);
    top: 42%;
    right: 30px;
    transform-origin: right top;
}

.btn-yellow:hover {
    background: transparent;
    color: var(--yellow);
}

.btn-yellow:hover::before,
.btn-yellow:hover::after {
    background: var(--yellow);
}

/* .btn-blue */
.btn-blue {
    display: inline-block;
    width: 35%;
    background: var(--blue);
    border: 2px solid var(--blue);
    color: #fff;
    padding: 25px;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    position: relative;
}

.btn-blue::before {
    content: "";
    width: 4%;
    height: 6px;
    display: block;
    background: #fff;
    position: absolute;
    transform: translate(-50%, 50%) rotate(45deg);
    top: 45%;
    right: 30px;
    transform-origin: right bottom;
}

.btn-blue::after {
    content: "";
    width: 4%;
    height: 6px;
    display: block;
    background: #fff;
    position: absolute;
    transform: translate(-50%, 50%) rotate(-45deg);
    top: 42%;
    right: 30px;
    transform-origin: right top;
}

.btn-blue:hover {
    background: transparent;
    color: var(--blue);
}

.btn-blue:hover::before,
.btn-blue:hover::after {
    background: var(--blue);
}

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

/* 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;
}

section .subtitle::after {
    content: attr(data);
    display: block;
    font-size: 1rem;
    text-align: center;
    color: var(--blue);
    letter-spacing: 0.05em;
    margin: 10px auto;
}

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,
.sec-flow,
.sec-form {
    padding: 60px 10px;
}

/* section01 */
.sec01 {
    background: url(../image/pc-top.webp) no-repeat;
    aspect-ratio: 16 / 9;
    background-size: cover;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.sec01-pc{
    background: url(../image/pc-top.webp) no-repeat center / cover;
	width: 100%;
	height:auto;
	max-height:780px;
    margin: 0;
    padding: 0;
}
.sec01-pc .main-box{
	position:relative;
	width:100%;
	max-width:1180px;
	height:auto;
	margin-inline:auto;
	padding:70px 0;
}
.sec01-pc .main-box a img{
	position:absolute;
	bottom:20px;
	left:0;
	width:497px;
	height:218px;
}

.sec01 a.float-btn img {
    position: absolute;
    transform-origin: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.sec01 a.float-btn:hover, .sec01-pc .main-box a img:hover {
    opacity: 0.7;
}

/* section02 */
.sec02 {
    background: var(--blue);
    position: relative;
}

.sec02::after {
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: var(--blue);
    left: 0;
    bottom: -89px;
    height: 90px;
    z-index: 999;
}

.sec02 h2 {
    font-size: 3rem;
    color: #fff;
}

.sec02 .box {
    background: #fff;
    position: relative;
}

.sec02 .box p.onayami {
    position: absolute;
    display: block;
    text-align: center;
    color: var(--blue);
    background: var(--yellow);
    width: 120px;
    height: 120px;
    border-radius: 60px;
    position: absolute;
    transform: translate(-50%, 50%);
    top: -20%;
    left: 10%;
    box-sizing: border-box;
    font-weight: bold;
    padding: 30px;
    line-height: 0.9;
}

p.onayami span {
    font-size: 50px;
}

.sec02 h3 {
    padding: 0 30px;
    font-size: 1.5em;
    text-align: center;
    font-weight: 900;
}

.sec02 p {
    padding: 0 30px 30px;
    text-align: justify;
    margin-top: 10px;
    line-height: 2;
}

/* sec03 */
.sec03 {
    background: var(--lightblue);
    padding-top: 120px;
    position: relative;
}

.sec03 h2 {
    position: relative;
    margin-top: 10px;
}

.sec03 h3 {
    text-align: center;
    font-size: 3rem;
    line-height: 1.5;
    margin: 50px auto;
}

.sec03 .box {
    padding: 0 30px 30px 30px;
    position: relative;
}

.sec03 .box img {
    width: 100%;
}

.sec03 p.number {
    font-weight: 800;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    margin: 30px;
}

.marker {
    display: inline;
    box-shadow: 0 -10px
        /*太さ*/
        0 #ffff00
        /*色*/
        inset;
}

.sec03 h4 {
    font-size: 1.5em;
    text-align: center;
    font-weight: 800;
    height: 80px;
    line-height: 1.3;
}

.sec03 img {
    margin-bottom: 30px;
}

.sec03 p,
.sec04 p {
    text-align: justify;
    margin-top: 10px;
    line-height: 2;
}

/* sec04 */
.sec04 {
    background: url(../image/reason_bg.png) no-repeat;
    background-size: cover;
    padding: 80px;
}

.sec04 h2 {
    font-size: 1.5rem;
    color: #fff;
}

section.sec04 .subtitle::after {
    color: var(--yellow)
}

.sec04 .box {
    padding: 30px;
}



.sec04 li {
    position: relative;
}

.sec04 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: 0;
    z-index: 1;
}

.sec04 .box h3 {
    text-align: center;
    line-height: inherit;
    position: absolute;
    z-index: 999;
    transform: translate(-50%, 50%);
    left: 50%;
    top: 43px;
    width: 100%;
}

.sec04 .box img {
    margin: 104px auto 1rem;
}

.sec04 .flex {
    justify-content: center;
    gap: 30px;
}

.btn-yellow,
.btn-blue {
    margin-top: 50px;
}

/* .sec05 */
.sec05 {
    background: var(--lightblue)
}

.sec05 li {
    position: relative;
    box-sizing: border-box;
}

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

.sec05 h3 {
    font-size: 1rem;
    background: var(--blue);
    color: #fff;
    padding: 5px;
    display: inline-block;
    margin: 0 0 0 30px;
    font-weight: normal;
    letter-spacing: 0.08em;
}

.sec05 .box p {
    margin: 10px auto 30px 30px;
}

.sec05 .btn-blue {
    margin: 50px auto 0;
    display: block;
}

/* .sec06 */
.sec06 table {
    text-align: center;
    border: 1px solid #DDD;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
}

.sec06 th,
.sec06 td {
    padding: 10px 9px;
    border: 1px solid #ddd;
    font-weight: normal;
}

.sec06 th {
    background: #252424;
    color: #fff;
}

.sec06 .flex {
    justify-content: space-around;
}

.sec06 .flex article {
    width: 48%;
    font-size: 14px;
    line-height: 1.8;
}

.sec06 .flex article p,
.sec06 .flex article dl dt {
    font-weight: bold;
}

.sec06 .flex article dl dt::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 5px;
    background: #000;

}

/* .sec-flow */
.sec-flow .sec-flow-inner {
    background: var(--lightorange);
    padding: 60px 0;
}

.sec-flow h2 {
    background: #fff;
    width: 100%;
    margin-top: 60px;
}

.sec-flow ol {
    width: 36%;
    margin: 0 auto;

}

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

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

.sec-flow 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(--yellow);
    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: var(--blue);
    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;
    }

    /* .btn-yellow, .btn-blue */
    .btn-yellow,
    .btn-blue {
        width: 100%;
        padding: 16px;
    }

    .btn-yellow::before,
    .btn-yellow::after,
    .btn-blue::before,
    .btn-blue::after {
        right: 20px;
    }

    /* 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;
    }

    section h2 {
        margin-bottom: 20px;
    }

    .sec02,
    .sec03,
    .sec04,
    .sec05,
    .sec06,
    .sec-flow,
    .sec-form {
        padding: 30px 10px;
    }

    /* .sec01 */
    .sec01 {
        background: url(../image/sp-top.webp) no-repeat;
        background-size: cover;
        aspect-ratio: 1;

    }

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

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

    /* .sec02 */
    .sec02 h2 {
        font-size: 1.5rem;
        color: #fff;
        margin-bottom: 40px;
    }

    .sec02 .grid3 {
        gap: 50px;
    }

    .sec02 .box p.onayami {
        position: absolute;
        display: block;
        text-align: center;
        color: var(--blue);
        background: var(--yellow);
        width: 80px;
        height: 80px;
        border-radius: 60px;
        position: absolute;
        transform: translate(-50%, 50%);
        top: -20%;
        left: 10%;
        box-sizing: border-box;
        font-weight: bold;
        padding: 20px;
        line-height: 0.9;
        font-size: 0.6em;
    }

    p.onayami span {
        font-size: 30px;
    }

    .sec02 img {
        width: 70%;
        margin: 0 auto;
    }

    /* .sec03 */
    .sec03 {
        background: var(--lightblue);
        padding-top: 80px;
        position: relative;
    }

    .sec03 h2 {
        font-size: 1.5rem;
    }

    .sec03 h3 {
        font-size: 1.5rem;
    }

    .sec03 h3 span {
        font-size: 2.5rem;
    }

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

    .sec04 .flex {
        gap: 0px;
    }

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

    .sec04 li::after {
        font-size: 130px;
        top: -46px;
    }

    .sec04 .box h3 {
        top: 26px;
    }

    .sec04 .box img {
        margin: 70px auto 1rem;
    }

    /* .sec06 */
    .sec06 table {
        font-size: 14px;
    }

    .sec06 .flex {
        flex-direction: column;
    }

    .sec06 .flex article {
        width: 100%;
    }

    /* .sec-flow */
    .sec-flow h2 {
        margin-top: 0;
    }

    .sec-flow .sec-flow-inner {
        padding: 30px 0;
    }

    .sec-flow ol {
        width: 90%;

    }

    .sec-flow li {
        font-size: 1.1em;
    }

    .sec-flow li img {
        width: 22%;

    }


    .sec-flow 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;
}
}