@charset "utf-8";

/*---------reset---------*/
* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    vertical-align:middle;
    background:transparent;
    text-decoration: none;
    color:#191919;
}

img{
    backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6,p{
    letter-spacing: 1px;
}

p{
    line-height: 30px;
}

main{
    overflow: hidden;
}




/*---------style---------*/

.sp{
    display: none;
}

.tb{
    display: none;
}

.pc{
    display: block;
}

.logo{
    position: absolute;
    z-index: 99;
    margin: 20px;
}

.mv{
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/mv.jpg);
    background-repeat: no-repeat;
    background-position: 28% center;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

.mv_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.mv_h1{
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5em;
    font-size: 40px;
    margin: 35px;
}

.mv_h1_02{
    font-size: 30px;
}

.mv_hr{
    width: 300px;
    border-top: 1px solid #ffffff;
    margin: 0 auto;
}

.mv_h2{
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5em;
    margin: 35px;
    margin: 30px;
}

#cd_01,#cd_02,#cd_03,#cd_04,.cd_05,#cd_06,#cd_07,#cd_08,#cd_09,#form{
    padding: 80px 0;
}

#cd_01,#cd_03,.cd_05_q,#cd_06,#cd_08,#form{
    background: #A12D31;
    color: #fff;
}

.content{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

.cd_01{
    padding: 80px 0;

}

.top_title{
    text-align: center;
    margin-bottom: 60px;
}

.top_title_h3{
    position: relative;
    padding: 25px;
    font-size: 25px;
    border: 1px solid #ffffff;
    margin-bottom: 60px;
}

.top_title_h3:before { 
    content: "2年間で学士がとれる！";
    position: absolute;
    background: #A12D31;
    padding: 0 7px;
    font-size: 18px;
    top: 0%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.cd_01_img {
    max-width: 610px;
    width: 82vw;
}

.cd_01_img .jet{

}

.cd_01_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.title{
    position: relative;
    text-align: center;
    font-size: 25px;
    color: #A12D31;
    margin: 30px 0 60px;
}

.title:before{
    content: "";
    position: absolute;
    border: 1px solid #A12D31;
    max-width: 960px;
    height: 80px;
    width: 90vw;
    top: 37%;
    left: 49%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.title:after{
    content: "";
    position: absolute;
    border: 1px solid #A12D31;
    max-width: 960px;
    height: 80px;
    width: 90vw;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.title_h3{
    font-size: 27px;
    font-weight: 600;
}

.cd_02_h4 span{
    color: #A12D31;
    font-size: 30px;
}

.cd_02_h4{
    position: relative;
    color: #272727;
    font-size: 25px;
    margin: 90px 0 60px;
}

.cd_02_h4:after{
    content: "";
    display: block;
    border: 1px solid #A12D31;
}

.cd_02_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.cd_02_h3{
    color: #A12D31;
    font-size: 22px;
    max-width: 430px;
    padding: 20px;
    padding-bottom: 0;
    line-height: 35px;
}

.cd_02_p{
    max-width: 430px;
    padding: 20px;
    text-align: left;
}

#cd_03 .title_p{
    color: #ffffff;
    font-size: 17px;
}

#cd_03 .title_h3{
    color: #ffffff;
}

#cd_03 .title:before {
    border: 1px solid #ffffff;
    height: 100px;
}

#cd_03 .title:after {
    border: 1px solid #ffffff;
    height: 100px;
}

.cd_03_wrap{
    margin: 90px 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cd_03_h4{
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.cd_04_img{
    display: block;
    margin: 0 auto 90px;
    max-width: 536px;
    width: 75vw;
}

.content_img{
    display: block;
    margin: 0 auto 30px;
}

.nom{
    font-size: 35px;
    color: #A12D31;
    font-weight: 800;
    text-align: center;
    display: flex;
    align-items: center;
}

.nom:before,
.nom:after{
    content: "";
    border-top: 1px solid #A12D31;
    content: "";
    flex-grow: 1;
}

.nom:before{
    margin-right: 1rem;
}

.nom:after{
    margin-left: 1rem;
}

.cd_04_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0;
}

.cd_04_box:nth-of-type(2n) {
    flex-direction: row-reverse;
  }

.cd_04_text_box{
    max-width: 500px;
    padding: 40px 0;
}

.cd_04_h3{
    font-size: 25px;
    color: #A12D31;
    margin-bottom: 20px;
}

.cd_04_p{
    font-size: 17px;
}

.cd_04_box img{
    max-width: 300px;
}

.cd_05_q{
    position: relative;
    padding: 60px 0 0;
    text-align: center;
    margin-bottom: 90px;
}

.jet{
    width: 85vw;
    max-width: 600px;
}

.cd_05_q:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50vw 0 50vw;
    border-color: #a12d31 transparent transparent transparent;
    bottom: -50px;
    display: block;
    left: 0;
}

.cd_05_h3{
    font-size: 40px;
}

.cd_05_a{
    text-align: center;
}

.cd_05_a_img{
    margin: 40px auto 90px;
    max-width: 674px;
    width: 80vw;
}

.cd_05_a_sp_img{
    width: 87vw;
}

.cd_05_img_pc{
    margin: 0 auto 90px;
}

#cd_06 .title_p{
    color: #ffffff;
    font-size: 17px;
}

#cd_06 .title_h3{
    color: #ffffff;
}

#cd_06 .title:before {
    border: 1px solid #ffffff;
}

#cd_06 .title:after {
    border: 1px solid #ffffff;
}

.cd_06_img_pc{
    max-width: 960px;
    display: block;
    margin: 100px auto 0;
}

.btn{
    background: #FAC63F;
    border: 1px solid #FFFFFF;
    width: fit-content;
    padding: 10px 30px;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
}

.btn_a{
    display: block;
    width: fit-content;
    margin: 60px auto 0;
}

.btn_p{
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 20px;
}

#cd_07{
    background-image: url(../img/cd_07.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#cd_07 .title_p{
    color: #ffffff;
    font-size: 17px;
}

#cd_07 .title_h3{
    color: #ffffff;
}

#cd_07 .title:before {
    border: 1px solid #ffffff;
}

#cd_07 .title:after {
    border: 1px solid #ffffff;
}

.cd_07_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.cd_07_h4{
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 70px 0 40px;
}

.cd_07_h4:before,
.cd_07_h4:after {
    content: "";
    border-top: 1px solid #ffffff;
    content: "";
    flex-grow: 1;
}

.cd_07_h4:before {
    margin-right: 1rem;
}

.cd_07_h4:after {
    margin-left: 1rem;
}

.cd_07_01{
    margin-bottom: 40px;
}

#cd_08 .content{
    max-width: 680px;
}

#cd_08 .title_p{
    color: #ffffff;
    font-size: 17px;
}

#cd_08 .title_h3{
    color: #ffffff;
}

#cd_08 .title:before {
    border: 1px solid #ffffff;
    height: 100px;
}

#cd_08 .title:after {
    border: 1px solid #ffffff;
    height: 100px;
}


/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox_wrap{
    margin-top: 100px;
}

.acbox{
    width: auto;
    font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
    margin:0 10px; /* ボックス全体の位置調整 */
}
  
.acbox label{
    width: auto;
    font-size: 18px; /* ラベルの文字サイズ */
    font-weight: 600;
    text-align: left;
    position: relative;
    display: block;
    padding: 20px 50px 20px 55px;
    cursor: pointer;
    color: #A12D31;
    border-top: 1px solid #A12D31;
}

.acbox label:before{
    content: "Q";
    position: absolute;
    font-size: 25px;
    font-weight: 500;
    top: 20%;
    left: 16px;
}

.acbox input{
    display: none;
}
  
.acbox label:after{
    content: url(../img/arrow.svg); /* ラベルのアイコン */
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -14px;
}
  
.acbox input:checked ~ label::after {
    transform: rotate(180deg);
}
  
.acbox div{
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.15s; /* 開閉スピードの設定 */
}
  
.acbox input:checked ~ div{
    height: auto;
    padding: 10px 40px 40px 40px; /* 開いた部分の枠内の余白 */
    border-radius: 0px;
    background: #ffffff; /* 開いた部分の背景色 */
    opacity: 1;
}
    
.acbox-under{
    font-size: 15px; /* 開いた部分の文字サイズ */
    color: #555555; /* 開いた部分の文字色 */
}

#form .title_h3{
    color: #ffffff;
}

#form .title:before {
    border: 1px solid #ffffff;
    height: 100px;
}

#form .title:after {
    border: 1px solid #ffffff;
    height: 100px;
}

.form_wrap{
	display: block;
    width: 100%;
    color: #272727;
}

.form_box_wrap{
	overflow:hidden;
	max-width: 960px;
	margin: 0px auto 0px auto;
    padding: 50px 90px;
	background: #ffffff;
}

.form_box{
	border-spacing: 0 40px;
	margin:0 auto;
	text-align: left;
}

dl{
    margin: 45px 20px;
}

dt{
	float: left;
	margin: 10px;
	width: 30%;
	margin-right: 55px;
}

dt p{
	text-align: left;
    font-weight: 500;
}

dd{
	text-align: left;
	font-size: 12px;
	font-weight: 400;
}

.hoken_p{
	text-align: left;
	font-size: 15px;
	font-weight: 300;
    display: inline-block;
    margin-left: 10px;
}

.required{
    margin-right: 14px;
    background: #A12D31;
    color: #fff;
    padding: 1px 4px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
}

.optional{
	margin-right: 14px;
	background:#FAC63F ;
	color: #fff;
	padding: 1px 4px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
}

.textField {
	width: 60%;
    height: 45px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 300;
    border: solid;
    border-color: transparent;
    background: #f5f5f5;
    border-radius: 5px;
}

.old,.prefectures {
    height: 45px;
    font-size: 13px;
    font-weight: 300;
    width: 20%;
    border-color: transparent;
    background: #f5f5f5;
    padding: 0 15px;
    border-radius: 5px;
}

.old_box ::after {
	content: "歳" ;
	font-family: 'Noto Sans JP', sans-serif;
	margin-left: 5px;
}

.remarks{
    height: 215px;
}

.siryo{
    padding-top: 13px;
}

.subm_btn{
    text-align: center;
    margin-top: 40px;
}

.subm_btn input {
    -webkit-appearance: none;
    background: #FAC63F;
    border: 1px solid #FFFFFF;
    width: fit-content;
    padding: 10px 30px;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 17px;
}

.day_p{
    margin-left: 48px;
}

.day_span{
    margin-left: -48px;
}

.day_input01{
    margin-bottom: 30px;
}

.day_input02{
    width: 60%;
    margin: 0 1.2% 0 auto;
}

.day_input01:before{
    content: "第1希望";
    display: block;
}

.day_input02:before{
    content: "第2希望";
    display: block;
    text-align: left;
    width: 60%;
}

.day_input02 input{
    width: 100%;
}

.form-item_remarks .textField{
    padding: 10px 17px;
}

footer{
    background: #303030;
}

footer p{
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
}

@media (max-width: 895px){

	.form_box_wrap{
		padding: 30px 17px 45px 17px;
		margin: 25px;
		overflow: hidden;
	}

	.textField {
		width: 92%;
	}

	dt {
		width: 100%;
    }
    
    .old,.prefectures {
        width: 60%;
    }

    .day_input02{
        width: 92%;
        margin: unset;
    }


}

/* tb */

@media (max-width: 768px){

    .pc{
        display: none;
    }

    .sp{
        display: none;
    }

    .tb{
        display: block;
    }

    .cd_01_02img{
        margin-top: 40px;
    }

    .cd_02_p{
        max-width: inherit;
        padding: 40px 10px;
    }

    .cd_02_text_box{
        text-align: center;
    }

    .cd_02_h3{
        max-width: inherit;
        text-align: center;
    }

    .cd_04_h3{
        text-align: center;
    }
    .cd_04_text_box{
        max-width: inherit;
        padding: 30px 0 20px;
    }

    .cd_05_h3{
        font-size: 35px;
    }

    .cd_05_img_sp{
        margin: 0px auto 30px;
        width: 94vw;
        max-width: 350px;
    }

    .cd_06_img_sp{
        display: block;
    }

    .cd_06_img_box{
        position: relative;
        width: fit-content;
        margin: 0 auto;
    }
    
    .btn_a{
        position: absolute;
        margin: inherit;
        top: 143px;
        left: 91px;    
    }

    .btn{
        padding: 8px 28px;
    }

    .btn_p{
        letter-spacing: 1px;
        font-size: 16px;
    }

    .siryo{
        padding-left: 20px;
    }

}


/* sp */

@media (max-width: 480px){
	
    .pc{
        display: none;
    }

    .tb{
        display: none;
    }

    .sp{
        display: block;
    }

    #cd_01, #cd_02, #cd_03, #cd_04, .cd_05, #cd_06, #cd_07, #cd_08, #cd_09, #form {
        padding: 50px 0;
    }

    .content{
        padding: 0 15px;
    }

    .title:before,
    .title:after,
    #cd_08 .title:before,
    #cd_08 .title:after{
        height: 70px;
    }

    .mv_h1 {
        margin: 0 0 30px 15px;
        line-height: 43px;
    }

    .sp01_span{
        font-size: 55px;
        vertical-align: 12px;
    }

    .sp02_span{
        letter-spacing: 0.3em;
        font-size: 35px;
    }

    .mv_h1_02 {
        font-size: 27px;
        letter-spacing: 0.3em;
    }

    .mv_h2{
        font-size: 17px;
        font-weight: 300;
    }
    
    .top_title_h3:before {
        font-size: 14px;
        padding: 5px;
    }

    .top_title_h3{
        font-size: 17px;
    }

    .cd_01_01img,.cd_01_02img{
        width: 90vw;
    }

    .title_h3{
        font-size: 20px;
    }
    
    .cd_02_h4 span{
        font-size: 20px;
    }

    .cd_02_h4{
        font-size: 19px;
        margin: 10px 0 50px;
    }

    .cd_02_h4:first-of-type {
        margin: 80px 0 50px;
    }

    .cd_02_01img,
    .cd_02_02img,
    .cd_02_03img,
    .cd_02_04img{
        width: 81vw;
    }

    .cd_02_h3{
        font-size: 17px;
        padding: inherit;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .cd_02_p{
        font-size: 15px;
    }

    .cd_03_box{
        margin-bottom: 40px;
    }

    .nom{
        font-size: 22px;
    }

    .cd_04_img{
        margin: 0 auto 40px;
    }

    .cd_04_h3{
        font-size: 22px;
    }

    .cd_04_p{
        font-size: 15px;
        padding: 0 10px;
    }

    .cd_05_a_img{
        margin: 0px auto 60px;
    }

    .cd_05_h3 {
        font-size: 5.5vw;
    }

    .cd_05_q {
        padding: 40px 0 5px;
    }

    .cd_05_q:after{
        border-width: 30px 50vw 0 50vw;
        bottom: -30px;
    }

    #cd_08 .content{
        max-width: 330px;
    }

    .acbox_wrap {
        margin-top: 70px;
    }

    .acbox label{
        padding: 20px 10px 20px 45px;
        font-size: 16px;
        line-height: 30px;
    }

    .acbox label:before{
        top: 27%;
        left: 10px;
    }

    .acbox label:after{
        display: none;
    }

    .acbox input:checked ~ div{
        padding: 10px 10px 40px 10px;
        line-height: 30px;
    }
    
    dl {
        margin: 25px 0px 25px 10px;
    }
}

@media (max-width: 320px){
    .content_img{
        width: 280px;
    }
}