@charset "utf-8";

.textBlue{color: #23b5e0;}
.textOrange{color: #e57f47;}
.textRed{color: #e71f19;}


#mainContents{margin-top: -2.5rem;}
section .sectionInner{width: 90%;margin: 0 auto;position: relative;}

h3{font-size: 2.1rem;text-align: center;font-weight: 800;margin-bottom: 2rem;}
#navBox{width:80vw;}
#navBox .navAreaInner .listBox.contact .listItem.contents{padding:0.5rem 0;}

/* FV */
#mainContents .fv{padding: 15rem 0 1.5rem;background: url(../images/img_main.jpg) no-repeat center top;background-size: cover;}
#mainContents .fv .heading{
    width: 90%;
    margin: 0 auto;
    font-size: 2.9rem;
    color: #f5ed52;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(84, 84, 84, 0.8);
    line-height: 1.3;
    }
#mainContents .fv .heading span{
    font-size: 2.3rem;
    display: block;
    color: #fff;
}

/* contentsArea */
#contentsArea{margin: 4rem 0;}
section{margin: 4rem 0;}

/* Introduction */
#Introduction{
    margin-bottom: 0;
}
#Introduction .start{width:90%; margin:0 auto;}
#Introduction .sectionInner{
    position: relative;
}

#Introduction .titleBox{
    display: flex;
    flex-direction: column;
    text-align: center;
}
#Introduction .titleBox .title{
    font-size: 2.2rem;
    font-weight: bold;
    order: 2;
    margin-top: -1rem;
    text-align: center;
}
#Introduction .titleBox .title span{
    font-size: 2.8rem;
}
#Introduction .titleBox .subTitle{
    order: 1;
    width: 78%;
    margin: 0 auto;
}
#Introduction .titleBox .titleImg{
    order: 3;
    width: 100%;
    margin: 1.5rem auto 0;
}
#Introduction .start .text{text-align: center;margin: 1.5rem 0;}
#Introduction .start .text .logoArea{display:flex;justify-content: center;align-items: center;margin: 0.3rem 0;}
#Introduction .start .text .logo{
}
#Introduction .start .text .aidLogo{
    width: 26%;
    margin-left: 0.3rem;
}
#Introduction .start .text .fbLogo{
    width: 8%;
    margin-right: 0.3rem;
}
#Introduction .start .text .textL{font-size: 1.8rem;font-weight: bold;margin-right: 0.3rem;}
#Introduction .confirmBox{text-align: center;}
#Introduction .confirmBox p{font-size: 1.4rem;text-align: center;}
#Introduction .confirmBox a{
    padding: 0.2em 2em;
    font-size: 1.7rem;
    background-color: #23b5e0;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    position:relative;
}

#Introduction .confirmBox a::before,
#Introduction .confirmBox a::after {
  content: "";
  position: absolute;
  bottom: 33%;
  right: 7%;
  width: 2px;
  height: 10px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 50% calc(100% - 0px);
}

#Introduction .confirmBox a::before {
  transform: rotate(40deg);
}

#Introduction .confirmBox a::after {
  transform: rotate(-40deg);
}


/* trouble */
#trouble{background-color: #f7f7f7;padding: 4rem 0 1rem;margin-bottom: 0;position: relative;}
#trouble::after{
     content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: #f7f7f7 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
#trouble .sectioinInner{}
#trouble .title{text-align: center;padding-left: 3rem;}
#trouble .titleImg{
    position: absolute;
    top: -1%;
    left: -2%;
}

#trouble .balloon{
    position: relative;
}
#trouble  .balloon .balloonItem{
    margin-top: -2rem;
}#trouble  .balloon .balloonItem:first-child{margin-top:0;}
#trouble  .balloon .left{
    background: url(../images/img_trouble_bubble_left.png) no-repeat center left;
    padding: 1.4rem 3rem 4rem 1.1rem;
}
#trouble .balloon .left02 {
    background: url(../images/img_trouble_bubble_left02.png) no-repeat center left;
    padding: 1.4rem 3.3rem 4rem 1.3rem;
}
#trouble  .balloon .left:last-child{
    background: url(../images/img_trouble_bubble_left02.png) no-repeat center left;
}
#trouble  .balloon .right{
    margin-left: auto;
    display: block;
    text-align: right;
    background: url(../images/img_trouble_bubble_right.png) no-repeat center right;
    padding: 1.4rem 1.5rem 4rem 1.1rem;
}
#trouble  .balloon .right .textR{text-align: left;display: inline-block;}
#trouble  .balloon .balloonItem .dispB{font-weight: bold;display: block;}
#trouble  .balloon .right .textR .dispB{
    display: contents;
}
#trouble .balloon .icon{
    position: absolute;
    width: 22%;
    right: 0%;
    bottom: -7%;
}
#trouble .text{font-size: 2.2rem;font-weight: bold;text-align: center;}

/* reason */
#reason{background-color: #e8f5f8;padding: 10rem 0 4rem;margin-bottom: 0;margin-top: 0;}
#reason .sectioinInner{}
#reason .title{
    background: linear-gradient(transparent 80%, #ffeb00 80%);
    text-align: center;
    width: fit-content;
    margin: 0 auto 2rem;
    padding: 0 1.2rem;
}
#reason .title .dispB{display: block;font-size: 1.7rem;}
#reason .title .textL{font-size: 2.5rem;}
#reason .title span .textL{font-size: 2.5rem;}
#reason .text{text-align: center;}
#reason .textL{font-size: 1.8rem;text-align: center;font-weight: bold;}
#reason table{
    margin: 1.5rem 0;
}
#reason table tr{}
#reason table tr td{
    width: 28%;
    padding: 1rem 0.5rem;
    font-size: 1.3rem;
    text-align: center;
    background-color: #fff;
}
#reason table tr .heiding{
    font-weight: bold;
    width: 28%;
    background-color: #f7f7f7;
}
#reason table tr .heiding .textS{font-size: 1.3rem;font-weight:normal;}
#reason table tr td span{display:block;}
#reason table tr .pic{
    width: 37%;
    font-weight: bold;
    font-size: 1.4rem;
    background-color: #fef1ed;
}
#reason table tr .pic .textS{font-size: 1.1rem;}

/* strong */
#strong{
    margin-top: 0;
    margin-bottom: 0;
}
#strong .sectionInner{}
#strong>.heading{padding: 4.5rem 0;font-size: 2.7rem;text-align: center;color: #fff;text-shadow: 2px 2px 2px rgba(84, 84, 84, 0.8);background: url(../images/img_strong_bg.jpg) no-repeat center center;background-size: cover;}

/* education */
#education{
}
#education .title{
    text-align: center;
    margin-bottom: 0;
}
#education  .subTitle{/* width:60%; */display: flex;align-items: center;justify-content: center;font-size: 1.4rem;font-weight: bold;margin-bottom: 0.9rem;}
#education .logo{width: 27%;height: 100%;margin-right: 0.2rem;}
#education .imgArea{position:relative;}
#education .edImg{margin-bottom:1.5rem;margin: 0 auto 1.5rem;width: 100%;}
#education .fbLogo{position:absolute;width: 12%;bottom: 3%;left: 2%;}
#education .title .textS{display: block; font-size: 1.8rem;}
#education .title img{}
#education .text{text-align: center;}
#education .text .textL{font-weight: bold;}
#education .text .textOrange{font-size: 1.7rem;}
#education .list{
    margin: 1.5rem 0;
    gap: 1rem;
}
#education .list .listItem{width: 50%;padding: 1rem;background-color: rgba(220, 113, 70, 0.05);text-align: center;}
#education .list .listItem .icon{
    width: 60%;
    margin: 0 auto;
}
#education .list .listItem  .heading{font-weight: bold;font-size: 1.5rem;text-align: center;}
#education .list .listItem .text{font-size: 1.4rem;}


/* flow */
#flow{}
#flow h3{
    border-bottom: 4px solid #23b5e0;
    padding: 0 1.3rem 0.5rem;
    width: fit-content;
    margin: 0 auto 2rem;
    text-align: center;
}
#flow .sectionInner{}
#flow .text{text-align: center;margin: 2rem 0;}
#flow .text span{font-weight:bold;}
#flow .text .textOrange{font-size: 1.9rem;}
#flow .list{border: 1px solid #000;padding: 1rem 1.5rem;border-radius: 5px;}
#flow .way{margin-top:3rem;}
#flow .list .listItem{padding: 1rem 0 1rem;position:relative;background-image: linear-gradient(to right, #000, #000 6px, transparent 2px, transparent 8px);  /* 幅2の線を作る */background-size: 12px 1px;          /* グラデーションの幅・高さを指定 */background-position: left bottom;  /* 背景の開始位置を指定 */background-repeat: repeat-x;}
#flow .list .listItem:last-child{background:none;}
#flow .list .listItem .icon{
    width: 14%;
    height: 100%;
    margin-right: 5px;
}
#flow .list .listItem p{margin:0.3rem 0;}
#flow .list .listItem .heading{font-size: 1.6rem;font-weight: bold;margin: 0 0 0.3rem;display: flex;align-items: center;}
#flow .list:last-child .listItem .heading{font-size:1.6rem}
#flow .list .listItem .heading::before{
    content: "";
    display: inline-block;
    width: 23px;
    height: 20px;
    background-image: url('../images/img_flow_icon01.png');
    background-repeat:no-repeat;
    background-position: bottom;
    background-size: contain;
    margin-right: 5px;
    }
#flow .way .listItem .heading::before{display:none;}
#flow .list .listItem .heading span{display: block; font-size: 1.6rem; font-weight: normal;}
#flow .list .listItem .text{font-size: 1.4rem;text-align: left;margin: 0.6rem 0;}
#flow .list .listItem .textBlue{font-weight: bold;margin: 0;display: flex;}
#flow .list .listItem .textBlue::before{
    content: "";
    display: inline-block;
    width: 23px;
    height: 20px;
    background-image: url('../images/img_flow_icon02.png');
    background-repeat:no-repeat;
    background-position: bottom;
    margin-right: 5px;
    background-size: contain;
    }
#flow .textL{margin-top: 5.9rem;font-size:2rem;text-align:center;font-weight:bold;position: relative;z-index: 2;padding-bottom: 0;}
#flow .graduation{
    margin-top: -6.9rem;
    margin-bottom: 1rem;
}
#flow .graduation::before{
    content: "";
    display: block;
    background: url('../images/flow_arrow.png') no-repeat center center;
    position: relative;
    /* width: 25%; */
    height: 120px;
    /* left: 39%; */
    background-size: contain;
    margin-bottom: 2rem;
}
#flow .graduation::after{
    content: "";
    background: url(../images/flow_arrow.png) no-repeat center center;
    display: block;
    position: relative;
    width: 25%;
    height: 120px;
    top: 12px;
    left: 39%;
    margin: 1rem 0;
    background-size: contain;
}
#flow .graduation img{
    width: 50%;
}
#flow .graduation p{text-align: center;background-color: #23b5e0;color: #fff;padding: 0.8rem 0;margin-top: 0;}
#flow .graduation p span{display: block; font-size: 1.7rem; font-weight: bold; }
#flow .textS{
    color: #343535;
    font-size: 1.4rem;
}
#flow .way .listItem .heading{display:block;}



/* results */
#results{background-color: #f7f7f7;padding: 4rem 0;}
#results .sectioinInner{}
#results h3{text-align:center;}
#results h3 .textOrange{font-size: 2.8rem;}
#results .text{text-align: center;margin: 2rem;}
#results .schoolList{flex-wrap: wrap;gap: 1rem;}
#results .schoolList .listItem{width: calc((100% - (1rem * 2)) / 3);padding: 0.5rem;font-size: 1.5rem;text-align: center;border-radius: 5px;background-color: #fff;}
#results .experience{margin-top: 2.5rem;padding: 1.1rem 2rem 2rem;background-color: #fff;box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);position: relative;}
#results .experience .title{font-weight:bold;font-size: 1.7rem;margin-bottom: 1.5rem;margin-top: 4.3rem;}
#results .experience .text{margin:0; text-align:left;}
#results .experience  .tag{
    display: inline-block;
    background-color: #e57f47;
    color: #fff;
    font-weight: bold;
    padding: 0.4rem 0.7rem 0.4rem 2rem;
    position: absolute;
    left: 0;
}
#results .experience .name{
    font-size: 1.4rem;
    text-align: right;
    margin-top: 0.5rem;
    line-height: 1.4;
}
#results .experience .name span{
    display: block;
    font-size: 1.3rem;
}

/* support */
#support{padding-bottom: 3rem;}
#support h3{border-bottom: 4px solid;padding: 0 1.3rem 0.5rem;width: fit-content;margin: 0 auto 2rem;text-align: center;line-height: 1.3em;}
#support .sectioinInner{}
#support .text{text-align: center;font-size: 1.4rem;width: 100%;}
#support .list{margin-top: 2rem;padding: 1rem;background-color: #fef6f5;box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);}
#support .list .listItem{}
#support .list .listItem .headiing{font-size: 1.8rem;font-weight: bold;display: flex;flex-direction: row;align-items: center;gap: 0.5rem;}
#support .list .listItem .headiing::before{
    content: "";         /* 疑似要素を表示するために必須 */
    display: inline-block;
    width: 18px;         /* 四角形の横幅 */
    height: 18px;        /* 四角形の縦幅 */
    background-color: #e67e22;
}
#support .list .listItem .text{text-align: left;}
#support .textS{font-size: 1.2rem;color: #343535;margin-top: 0.9rem;width: 59%;}
#support .chara{
    position: absolute;
    width: 39%;
    right: 0;
    bottom: -3%;
}


/* form */

form{
    /* background-color: rgba(35,181,224,0.1); */
    padding: 4rem 0;
}
#form{
    background-color: rgba(35, 181, 224, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
#form h3{text-align:center;line-height: 1.3em;margin-bottom: 1.5rem;}
form p{
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.4rem;
}
form .text{
    font-weight: normal;
}
form .formContents{
    width: 95%;
    margin: 2rem auto 0;
    background-color: #fff;
    padding: 2rem;
    border-radius: 5px;
}
form .formContents .formLists{}
form .formContents .formLists .formListsInner{
    margin: 0.8em 0;
}
form .formContents .formLists .formListsInner .formitem{
    font-size:1.5rem;
}
form .formContents div{
    margin-top:0.5rem;
}
form .formContents .privacy_check{margin-top:2rem;}
form .formContents .txtSizeL{font-size: 1.3rem;font-weight:normal;}
form .formContents .txtSizeL input{width:10%;}
form label{
    display: block;
    font-size: 1.4rem;
}
form select{width:100%;padding: 0.5rem 0.5rem 0.5rem 0.5rem;}
form select option{}
form input{
    width: 100%;
    border: 1px solid #707070;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}
form .btn{
    margin: 2rem auto;
    background-color: #23b5e0;
    color: #fff;
    border: none;
    padding: 0.5rem 1.4rem;
    border-radius: 1em;
    width: 90%;
    text-align: center;
    display: block;
}
form .textS{
    font-size: 1.4rem;
    font-weight: normal;
}

.thanks{margin: 3rem 0;}
.thanks .mainSectionInner{width:90%;margin:0 auto;}
.thanks h2{font-size: 180%;
    font-weight: bold;
    margin: 0 0 3% 0;}


@media (500px <= width < 767px){
    #Introduction .start{width:70%; margin:0 auto;}
  section .sectionInner{
    width: 70%;
  }
    #mainContents .fv{
    padding: 20rem 0 2rem;
}
    #mainContents .fv .heading{width:70%;font-size: 3.2rem;}
    #mainContents .fv .heading span{
    font-size: 2.5rem;
}
   #trouble .titleImg{left: 0%;} 
}