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

header{
    background-color: #3F98B7;
}


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

.sp{
    display: none;
}

.tb{
    display: none;
}

.pc{
    display: block;
}

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


.headersp{
    display: none;
    position: fixed;
    max-width: 100%; 
　width: 100vw;
　height: auto;
    top: 0;
　left: 0;
    margin: 0 auto;
　line-height: 1;
    z-index: 99;
}

.headerpc{
    display: block;
    position: fixed;
    max-width: 100%; 
　width: 100vw;
　height: auto;
    top: 0;
　 text-align: center;
    z-index: 99;
}
.header p{
a {
font-weight:bold;
}
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    font-weight: 300;
}

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

.fix-box01{
  position: fixed;
  bottom: 0;
  z-index: 1000;
  padding: 15px 0;
  width: 100vw;
  background: #3F98B7;
  box-shadow: 0px -2px 2px rgb(0 0 0 / 12%);
}

.fix_mail_btn{
  display: block;
  border-radius: 10px;
  width: 80vw;
  max-width: 940px;
  margin: 0 auto;
  background: #FFC226;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.fix_mail_btn:hover{
  background: #ffffff;
  color: #FFC226;
}

.fix_box01_wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px;
  margin: 0 auto;
  width: fit-content;
  width: -moz-fit-content;
}

svg{
  fill: #ffffff;
}

.fix_mail_btn:hover svg{
  fill: #FFC226;
}

.fix_mail_p{
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
}

.fix-box02{
  bottom: -75px;
  right: 1%;
  z-index: 999;
  position: fixed;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.open {
  bottom: 90px;
}

.line_qr_box{
  position: relative;
}

.line_qr_arrow{
  position: absolute;
  top: 35px;
  right: 12px;
}

.line_qr_link{
  position: absolute;
  bottom: 13px;
  left: 19px;
  width: 145px;
}

.line_qr_btn{
  background: #2D2D2D;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.line_qr_btn:hover{
  background: #575757;
}

.line_qr_p{
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

.fix-box03{
  bottom: 0;
  right: 2px;
  z-index: 1001;
  position: fixed;
}

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

#cd_01,#cd_03,.cd_05_q,#cd_06,#cd_08,#form{
    background: #3F98B7;
    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: #3F98B7;
    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: #3F98B7;
    margin: 30px 0 60px;
}

.title:before{
    content: "";
    position: absolute;
    border: 1px solid #3F98B7;
    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 #3F98B7;
    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: #3F98B7;
    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 #3F98B7;
}

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

.cd_02_h3{
    color: #3F98B7;
    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: #3F98B7;
    font-weight: 800;
    text-align: center;
    display: flex;
    align-items: center;
}

.nom:before,
.nom:after{
    content: "";
    border-top: 1px solid #3F98B7;
    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: #3F98B7;
    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: #3F98B7 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;
    width: -moz-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;
    width: -moz-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: #3F98B7;
    border-top: 1px solid #3F98B7;
}

.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; /* 開いた部分の文字色 */
}

#cd_10{
  background: #F1FAFF;
}

#cd_10 .content{
  max-width: 1050px;
}

#cd_10 .title{
  margin: 30px 0 100px;}

#cd_10 .title_h3{
  line-height: 27px;
}

.cd_10_span{
  font-size: 35px;
  margin: 0 1px;
}

.cd_10_wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.cd_10_contens{
  position: relative;
  max-width: 310px;
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 30px 25px;
}

.cd_10_no{
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.cd_10_h4{
  color: #272727;
  font-size: 22px;
  text-align: center;
}

.cd_10_p{
  color: #272727;
  font-size: 14px;
  line-height: 25px;
  margin: 20px 0;
}

.cd_10_btn{
  margin-top: 20px;
}

.cd_10__p{
  margin-top: 35px;
  background: #FFC226;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 12px 0;
  box-shadow: 0px 1.79487px 1.79487px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cd_10__p:hover{
  opacity: 0.8;
}

.cd_10_img2{
  margin: 0 auto;
}

.cd_10_img3{
  display: block;
  margin: 0 auto;
}

.cd_10_h3{
  margin: 35px 0 5px;
  padding: 17px 0;
  background: #3F98B7;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  border-radius: 50px;
}

.cd_10_comment{
  color: #3F98B7;
  font-size: 13px;
  font-weight: 300;
}

#form {
  padding: 60px 0;
}


.form_btn{
  position: relative;
  display: block;
  width: fit-content;
  max-width: 400px;
  margin: 60px auto 0;
}

.form_btn:before{
  content: url(../img/free.svg);
  position: absolute;
  top: -57px;
  left: -10px;
}

.form_btn__p{
  max-width: 400px;
  width: fit-content;
  background: #FFC226;
  padding: 35px 60px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 600;
  box-shadow: 0px 8px 10px -6px rgba(0,0,0,0.4);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form_btn__p:hover {
  background-color: #FFD15C;
}

.form_h5{
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 30px;
  line-height: 2em;
}

.form_span{
  border-bottom:solid;
  border-color:#FFC226;
  border-width:3px;
}

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

#line{
  background: #00B900;
  padding: 55px 0 45px;
}

.line_btn{
  position: relative;
  display: block;
  margin: 30px auto 0;
  max-width: 350px;
}

.line_btn:before{
  content: url(../img/line_free.svg);
  position: absolute;
  top: -51px;
  left: -5px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}

.line_btn__p {
  background: #FFC226;
  padding: 22px 35px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  box-shadow: 0px 8px 10px -6px rgb(0 0 0 / 40%);
  text-align: center;
}

.line_h5{
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 25px;
  line-height: 2em;
}

.line_span{
  border-bottom:solid;
  border-color:#FFC226;
  border-width:2px;
  font-size: 21px;
}

.line_p{
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
}

a{
    color:#87CEEB;
  text-decoration: none;
}


footer{
    background: #303030;
    color: #ffffff;
    margin-bottom: 88px;

}

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

}

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

    #cd_10 .title {
      margin: 30px 0;
    }

    .cd_10_contens{
      max-width: inherit;
      margin-top: 60px;
    }
    
    .btn_a{
        position: absolute;
        margin: inherit;
        top: 143px;
        left: 91px;    
    }

    .btn{
        padding: 8px 28px;
    }

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

    .form_btn {
      margin: 30px auto 0;
    }  

    .form_h5 {
      font-size: 20px;
    }

}


/* sp */

@media (max-width: 480px){

    .headerpc{
        display: none;
        position: fixed;
        max-width: 100%; 
      　width: 100vw;
      　height: auto;
        top: 0;
    　  text-align: center;
        z-index: 99;
    }	
    .headersp{
        display: block;
        position: fixed;
        max-width: 100%; 
    　width: 100vw;
    　height: auto;
        top: 0;
    　left: 0;
            margin: 0 auto;
    　line-height: 1;
        z-index: 99;
}

    .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, #cd_10, #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;
    }

    .cd_10_contens {
      padding: 50px 20px 30px;
    }

    .cd_10__p {
      margin-top: 20px;
      background: #00B900;
      font-size: 17px;
    }

    .cd_10_h3{
      font-size: 4.3vw;
      margin: 35px 0 8px;
    }

    .cd_10_comment {
      font-size: 12px;
      line-height: 18px;
    }
    
    dl {
        margin: 25px 0px 25px 10px;
    }

    footer{
      margin: 0;
    }
}

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