@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Noto+Sans+JP:wght@500;700&display=swap');

*{
  box-sizing: border-box;
  text-align: center;
}

.interview_area img,
.course_area img,
.qa_area img
{
  width: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  position: relative;
  font-size: 16px;
  font-weight: normal;
}

/* .text_round{
  font-family: 'M PLUS Rounded 1c', sans-serif;
} */
.text_orange{
  color: #e5532d;
}

.feature__intro,
.interview_area,
.course_area,
.qa_area{
  color: #3f0b19;
}
.interview_area a,
.course_area a,
.qa_area a{
  text-decoration: underline;
  color: #3f0b19;
}

.pc-on {
  display: block;
}
.sp-on {
  display: none;
}
.pc-on-inline {
  display: inline-block;
}
.sp-on-inline {
  display: none;
}
section.feature {
  width: 942px !important;
}

.h2_type01{
  margin-top: 0 !important;
}




/*	‐‐‐‐‐‐‐‐‐‐‐‐1p目‐‐‐‐‐‐‐‐‐‐‐‐‐*/
.feature__title {
  font-size: 30px;
  text-align: center;
  margin: 60px 0 80px 0;
  letter-spacing: 5px;
  color: #333;
}
.kv01{
  margin: -20px auto 0;
  padding: 0 0 20px 0;
  width: 88.6%;
}
.kv01 img{
  width: 100%;
}
.feature__intro {
  font-size: 20px;
  line-height: 1.8;
  height: auto;
  margin: 0 auto;
  padding: 39px 0 100px 0;
  text-align: center;
  letter-spacing: 0.1em;
}

.interview_area{

}
.interview_area .h2_type01{
  border-top: 2px solid #e5532d;
  border-bottom: 4px dotted #e5532d;
  position: relative;
  text-align-last: left;
}
.interview_area .h2_type01 .title{
  height: 92px;
  width: auto;
  margin-top: 28px;
  margin-left: 264px;
  margin-bottom: 18px;
}
.interview_area .h2_type01 .left{
  position: absolute;
}
.interview_area .box01 .h2_type01 .left{
  width: 225px;
  top: -36px;
  left: 12px;
}
.interview_area .box02 .h2_type01 .left{
  width: 225px;
  top: -26px;
  left: 14px;
}
.interview_area .box03 .h2_type01 .left{
  width: 234px;
  top: -38px;
  left: 14px;
}
.interview_area .box04 .h2_type01 .left{
  width: 218px;
  top: -22px;
  left: 17px;
}
.interview_area .box05 .h2_type01 .left{
  width: 229px;
  top: -22px;
  left: 17px;
}
.interview_area .h2_type01 .right{
  position: absolute;
  width: 128px;
  right: 0;
  top: 7px;
}
.interview_area .h2_sub{
  border-bottom: 2px solid #e5532d;
  text-align: right;
  font-size: 17px;
  letter-spacing: 0.02em;
  padding-top: 14px;
  padding-bottom: 14px;
}
.interview_area .box{
  padding-bottom: 140px;
}
.interview_area .box p{
  text-align: justify;
  font-size: 17px;
  line-height: 1.7;
  margin-top: 23px;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
}
.interview_area .box p:first-letter{
  font-size: 33px;
  padding-right: 10px;
  margin-top: -6px;
  float: left;
}

/*	‐‐‐‐‐‐‐‐‐‐‐‐2p目‐‐‐‐‐‐‐‐‐‐‐‐‐*/

.course_area{
  width: 99%;
  border-radius: 30px;
  background: #ffea31;
  border: 4px solid #575334;
  position: relative;
  margin-top: 100px;
  padding-left: 77px;
  padding-right: 77px;
  padding-bottom: 63px;
  color: #575334;
  margin-bottom: 210px;
}
.course_area::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100.2%;
  border-radius: 30px;
  background: #575334;
  border: 4px solid #575334;
  z-index: -9;
  top: 5px;
  right: -1.5%;
}
.course_area .h2_type02{
  width: 495px;
  border-bottom: none;
}
.course_area .h2_sub{
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-top: 31px;
  padding-bottom: 4px;
}
.course_area .box{
  margin-top: 90px;
  padding-bottom: 40px;
  border-bottom: 4px dotted #575334;
  position: relative;
}
.course_area .box:nth-child(1){
  margin-top: 80px;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
}
.course_area .box > img{
  position: absolute;
}
.course_area .box > img.i01{
  top: -129px;
  right: -60px;
  width: 207px;
  transform: rotate(0deg);
}
.course_area .box > img.i02{
  top: 33px;
  right: 36%;
  transform: rotate(5deg);
  width: 50px;
}
.course_area .box > img.i03{
  top: -27px;
  right: 30px;
  transform: rotate(-1deg);
  width: 90px;
}
.course_area .box > img.i04{
  top: -103px;
  left: 60px;
  transform: rotate(-22deg);
  width: 50px;
}
.course_area .box > img.i05{
  width: 93px;
  top: -107px;
  right: 90px;
  transform: rotate(-48deg);
}
.course_area .box > img.i06{
  width: 50px;
  top: -40px;
  right: 50px;
  transform: rotate(8deg);
}
.course_area .box > img.i07{
  width: 52px;
  top: -95px;
  left: 34%;
  transform: rotate(-55deg);
}
.course_area .box p{
  font-size: 18px;
  text-align: justify;
  padding-top: 13px;
}
.course_area .box .title{
  width: 100%;
  text-align: left;
}
.course_area .box01 .title > img{
  width: 76%;
}
.course_area .box02 .title > img{
  width: 85%;
}
.course_area .box03 .title > img{
  width: 96%;
}
.course_area .box04 .title > img{
  width: 66%;
}
.course_area .box05 .title > img{
  width: 82%;
}
.course_area .teacherbox{
  display: flex;
  margin-top: 96px;
  margin-left: 134px;
  margin-bottom: 75px;
  position: relative;
}
.course_area .teacherbox > img{
  position: absolute;
}
.course_area .teacherbox > img:nth-child(1){
  width: 50px;
  top: -12px;
  right: 0;
  transform: rotate(1deg);
}
.course_area .teacherbox > img:nth-child(2){
  width: 92px;
  bottom: 6px;
  left: -164px;
  transform: rotate(-12deg);
}
.course_area .teacherbox .left{
  width: 172px;
}
.course_area .teacherbox .right{
  width: 330px;
  margin-left: 45px;
  font-size: 17px;
  text-align: justify;
  margin-top: 10px;
  line-height: 1.8;
}
.course_area .teacherbox .right .name{
  font-size: 26px;
  line-height: 1.7;
  padding-right: 7px;
}
.course_area li{
  text-indent: -1.1em;
  text-align: justify;
  font-size: 18px;
  padding-left: 1.5em;
}
.course_area li::before{
  content: "＊";
  top: 0;
  left: -1.5em;
}

/*	‐‐‐‐‐‐‐‐‐‐‐‐3p目‐‐‐‐‐‐‐‐‐‐‐‐‐*/
.qa_area .kv02{
  margin-top: 60px;
}
.qa_area h2,.qa_area h3{
  border-bottom: none;
}
.qa_area .feature__intro {
  font-size: 23px;
  line-height: 1.8;
  height: auto;
  margin: 0 auto;
  padding: 13px 0 80px 0;
  text-align: center;
  letter-spacing: 0.1em;
}
.qa_area .head01{
  width: 710px;
  margin: 0 auto !important;
}
.qa_area .boxwrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
}
.qa_area .boxwrap .box{
  width: 435px;
  clear: both;
  margin-bottom: 67px;
}
.qa_area .boxwrap .box .title01{
  height: 91px;
  text-align: left;
  margin-bottom: 30px !important;
}
.qa_area .boxwrap .box .title02{
  height: 143px;
  text-align: left;
  margin-bottom: 30px !important;
}
.qa_area .boxwrap .box .title01 img,
.qa_area .boxwrap .box .title02 img{
  width: auto;
  height: 100%;
}
.qa_area .boxwrap .box p{
  font-size: 18px;
  padding-top: 18px;
  border-top: 4px dotted #e5532d;
  text-align: justify;
  line-height: 1.7;
}
.qa_area .boxwrap .box p img{
  float: left;
  padding-left: 13px;
  margin-right: 20px;
}
.qa_area .boxwrap .box p img.c01{
  width: 118px;
}
.qa_area .boxwrap .box p img.c02{
  width: 109px;
}
.qa_area .boxwrap .box p img.c03{
  width: 103px;
}
.qa_area .teacherbox{
  display: flex;
  margin-top: 17px;
  margin-left: 183px;
  margin-bottom: 148px;
}
.qa_area .teacherbox div:nth-child(1){
  width: 190px;
}
.qa_area .teacherbox div:nth-child(2){
  width: 350px;
  margin-left: 45px;
  font-size: 17px;
  text-align: justify;
  margin-top: 48px;
  line-height: 1.8;
}
.qa_area .teacherbox div:nth-child(2) .name{
  font-size: 26px;
  line-height: 1.7;
  padding-right: 7px;
}
.qa_area .head02{
  width: 708px;
  margin: 30px auto !important;
}
.qa_area .home_area p{
  font-size: 20px;
  text-align: justify;
  margin-bottom: 36px !important;
}
.qa_area .home_area > div{
  width: 880px;
  margin: 0 auto;
  position: relative;
}
.qa_area .home_area > div div{
  position: absolute;
  z-index: 9;
  font-size: 18px;
}
.qa_area .home_area > div .cap01{
  top: 70%;
  left: 0;
}
.qa_area .home_area > div .cap02{
  bottom: -10%;
  right: 0;
}
.qa_area .point_area{
  width: 100%;
  border-radius: 30px;
  background: rgba(119, 119, 119, 0.05);
  position: relative;
  margin-top: 90px;
  padding: 60px 0 60px 130px;
}
.qa_area .point_area > div{
  position: absolute;
  right: 76px;
  bottom: 100px;
  width: 210px;
}
.qa_area .point_area h3{
  text-align: justify;
  font-size: 30px;
  position: relative;
}
.qa_area .point_area h3 img{
  position: absolute;
  width: 43px;
  top: 0;
  left: -2.1em;
}
.qa_area .point_area ul{
  position: relative;
}
.qa_area .point_area ul::after{
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: -21px;
  left: -44px;
  border-left: 2px solid #e5532d;
}
.qa_area .point_area li{
  text-align: justify;
  position: relative;
  font-size: 26px;
  color: #e5532d;
  line-height: 2.4;
}
.qa_area .point_area li::before{
  position: absolute;
  content: "●";
  color: #e5532d;
  font-size: 30px;
  top: 0;
  left: -1.93em;
}

.qa_area .onpumon_area .inner{
  width: 99%;
  border-radius: 30px;
  background: #ffea31;
  border: 4px solid #575334;
  position: relative;
  margin-top: 155px;
  padding-left: 77px;
  padding-right: 77px;
  padding-bottom: 123px;
  color: #575334;
  margin-bottom: 210px;
}
.qa_area .onpumon_area .inner a{
  color: #575334;
}
.qa_area .onpumon_area .inner::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100.2%;
  border-radius: 30px;
  background: #575334;
  border: 4px solid #575334;
  z-index: -9;
  top: 5px;
  right: -1.5%;
}
.qa_area .onpumon_area .head03{
  width: 555px;
  margin: 80px auto 24px !important;
}
.qa_area .onpumon_area p{
  font-size: 19px;
  text-align: justify;
  margin-bottom: 48px !important;
}
.qa_area .onpumon_area .c05{
  width: 245px;
  position: absolute;
  bottom: -128px;
  left: 104px;
}




@media screen and (max-width:767px) {

/*	‐‐‐‐‐‐‐‐‐‐‐‐1p目‐‐‐‐‐‐‐‐‐‐‐‐‐*/
.feature__title {
  font-size: 5vw;
  text-align: center;
  margin: 0 0 10vw 0;
  letter-spacing: 0.1em;
  color: #333;
}
.kv01{
  margin: -20px auto 0;
  padding: 0 0 20px 0;
  width: 88.6%;
}
.kv01 img{
  width: 100%;
}
.feature__intro {
  font-size: 4vw;
  line-height: 1.8;
  height: auto;
  margin: 0 auto;
  padding: 0 0 10vw 0;
  text-align: center;
  letter-spacing: 0.1em;
}

.interview_area{

}
.interview_area .h2_type01{
  border-top: 2px solid #e5532d;
  border-bottom: 4px dotted #e5532d;
  position: relative;
  text-align-last: left;
}
.interview_area .h2_type01 .title{
  height: 13vw;
  width: auto;
  margin-top: 5vw;
  margin-left: 26vw;
  margin-bottom: 3vw;
}
.interview_area .h2_type01 .left{
  position: absolute;
}
.interview_area .box01 .h2_type01 .left{
  width: 25vw;
  top: -8vw;
  left: 0;
}
.interview_area .box02 .h2_type01 .left{
  width: 23vw;
  top: -8vw;
  left: 0;
}
.interview_area .box03 .h2_type01 .left{
  width: 24vw;
  top: -8vw;
  left: 0;
}
.interview_area .box04 .h2_type01 .left{
  width: 24vw;
  top: -8vw;
  left: 0;
}
.interview_area .box05 .h2_type01 .left{
  width: 24vw;
  top: -8vw;
  left: 0;
}
.interview_area .h2_type01 .right{
  position: absolute;
  width: 24vw;
  right: 0;
  top: auto;
  bottom: -28vw;
}
.interview_area .h2_sub{
  border-bottom: 2px solid #e5532d;
  text-align: justify;
  font-size: 4vw;
  letter-spacing: 0.02em;
  padding-top: 5vw;
  padding-bottom: 3vw;
  padding-right: 30vw;
}
.interview_area .box{
  padding-bottom: 15vw;
}
.interview_area .box p{
  text-align: justify;
  font-size: 4vw;
  line-height: 1.7;
  margin-top: 8vw;
  letter-spacing: 0.08em;
  margin-bottom: 5vw;
}
.interview_area .box p:first-letter{
  font-size: 7vw;
  padding-right: 2vw;
  margin-top: 1vw;
  float: left;
}

/*	‐‐‐‐‐‐‐‐‐‐‐‐2p目‐‐‐‐‐‐‐‐‐‐‐‐‐*/

.course_area{
  width: 100%;
  border-radius: 30px;
  background: #ffea31;
  border: 2px solid #575334;
  position: relative;
  margin-top: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 5vw;
  color: #575334;
  margin-bottom: 10vw;
}
.course_area::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100.2%;
  border-radius: 30px;
  background: #575334;
  border: 4px solid #575334;
  z-index: -9;
  top: 5px;
  right: -1.5%;
}
.course_area .h2_type02{
  width: 100%;
  border-bottom: none;
}
.course_area .h2_sub{
  font-size: 4vw;
  font-weight: bold;
  text-align: left;
  margin-top: 5vw;
  padding-bottom: 0;
}
.course_area .box{
  margin-top: 5vw;
  padding-bottom: 3vw;
  border-bottom: 2px dotted #575334;
  position: relative;
}
.course_area .box:nth-child(1){
  margin-top: 10vw;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
}
.course_area .box > img{
  position: absolute;
}
.course_area .box > img.i01{
  top: -13vw;
  right: -7vw;
  width: 19vw;
  transform: rotate(0deg);
}
.course_area .box > img.i02{
  top: 33px;
  right: 36%;
  transform: rotate(5deg);
  width: 50px;
}
.course_area .box > img.i03{
  top: -27px;
  right: 30px;
  transform: rotate(-1deg);
  width: 90px;
}
.course_area .box > img.i04{
  top: -103px;
  left: 60px;
  transform: rotate(-22deg);
  width: 50px;
}
.course_area .box > img.i05{
  width: 93px;
  top: -107px;
  right: 90px;
  transform: rotate(-48deg);
}
.course_area .box > img.i06{
  width: 50px;
  top: -40px;
  right: 50px;
  transform: rotate(8deg);
}
.course_area .box > img.i07{
  width: 52px;
  top: -95px;
  left: 34%;
  transform: rotate(-55deg);
}
.course_area .box p{
  font-size: 4vw;
  text-align: justify;
  padding-top: 1vw;
}
.course_area .box .title{
  width: 100%;
  text-align: left;
}
.course_area .box01 .title > img{
  width: 76%;
}
.course_area .box02 .title > img{
  width: 85%;
}
.course_area .box03 .title > img{
  width: 96%;
}
.course_area .box04 .title > img{
  width: 66%;
}
.course_area .box05 .title > img{
  width: 82%;
}
.course_area .teacherbox{
  display: block;
  margin-top: 5vw;
  margin-left: 0;
  margin-bottom: 5vw;
  position: relative;
}
.course_area .teacherbox > img{
  position: absolute;
}
.course_area .teacherbox > img:nth-child(1){
  width: 10vw;
  top: 2vw;
  right: 9vw;
  transform: rotate(1deg);
}
.course_area .teacherbox > img:nth-child(2){
  width: 13vw;
  bottom: 46vw;
  left: 4vw;
  transform: rotate(-12deg);
}
.course_area .teacherbox .left{
  width: 40%;
  margin: 0 auto;
}
.course_area .teacherbox .right{
  width: 100%;
  margin-left: 0;
  font-size: 4vw;
  text-align: justify;
  margin-top: 0;
  line-height: 1.8;
}
.course_area .teacherbox .right .name{
  font-size: 5vw;
  line-height: 1.7;
  padding-right: 1px;
}
.course_area li{
  text-indent: -1.1em;
  text-align: justify;
  font-size: 4vw;
  padding-left: 1.1em;
}
.course_area li::before{
  content: "＊";
  top: 0;
  left: -1.5em;
}

/*	‐‐‐‐‐‐‐‐‐‐‐‐3p目‐‐‐‐‐‐‐‐‐‐‐‐‐*/
.qa_area .kv02{
  margin-top: 60px;
}
.qa_area h2,.qa_area h3{
  border-bottom: none;
}
.qa_area .feature__intro {
  font-size: 4vw;
  line-height: 1.8;
  height: auto;
  margin: 0 auto;
  padding: 3vw 0 5vw 0;
  text-align: center;
  letter-spacing: 0.1em;
}
.qa_area .head01{
  width: 100%;
  margin: 0 auto !important;
}
.qa_area .boxwrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
}
.qa_area .boxwrap .box{
  width: 100%;
  clear: both;
  margin-bottom: 5vw;
}
.qa_area .boxwrap .box .title01{
  height: 16vw;
  text-align: left;
  margin-bottom: 3vw !important;
}
.qa_area .boxwrap .box .title02{
  height: 26vw;
  text-align: left;
  margin-bottom: 3vw !important;
}
.qa_area .boxwrap .box .title01 img,
.qa_area .boxwrap .box .title02 img{
  width: auto;
  height: 100%;
}
.qa_area .boxwrap .box p{
  font-size: 4vw;
  padding-top: 5vw;
  border-top: 2px dotted #e5532d;
  text-align: justify;
  line-height: 1.7;
}
.qa_area .boxwrap .box p img{
  float: left;
  padding-left: 1vw;
  margin-right: 3vw;
}
.qa_area .boxwrap .box p img.c01{
  width: 18vw;
}
.qa_area .boxwrap .box p img.c02{
  width: 17vw;
}
.qa_area .boxwrap .box p img.c03{
  width: 16vw;
}
.qa_area .teacherbox{
  display: block;
  margin-top: 5vw;
  margin-left: 0;
  margin-bottom: 10vw;
}
.qa_area .teacherbox div:nth-child(1){
  width: 40%;
  margin: 0 auto;
}
.qa_area .teacherbox div:nth-child(2){
  width: 100%;
  margin-left: 0;
  font-size: 4vw;
  text-align: justify;
  margin-top: 3vw;
  line-height: 1.8;
}
.qa_area .teacherbox div:nth-child(2) .name{
  font-size: 5vw;
  line-height: 1.7;
  padding-right: 1px;
}
.qa_area .head02{
  width: 100%;
  margin: 3vw auto !important;
}
.qa_area .home_area p{
  font-size: 4vw;
  text-align: justify;
  margin-bottom: 3vw !important;
}
.qa_area .home_area > div{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.qa_area .home_area > div div{
  position: absolute;
  z-index: 9;
  font-size: 3vw;
}
.qa_area .home_area > div .cap01{
  top: 65%;
  left: 0;
}
.qa_area .home_area > div .cap02{
  bottom: -10%;
  right: 0;
}
.qa_area .point_area{
  width: 100%;
  border-radius: 30px;
  background: rgba(119, 119, 119, 0.05);
  position: relative;
  margin-top: 10vw;
  padding: 3vw 0 8vw 12vw;
}
.qa_area .point_area > div{
  position: absolute;
  right: 0vw;
  bottom: -10vw;
  width: 25vw;
}
.qa_area .point_area h3{
  text-align: justify;
  font-size: 6vw;
  position: relative;
}
.qa_area .point_area h3 img{
  position: absolute;
  width: 8vw;
  top: 0;
  left: -1.6em;
}
.qa_area .point_area ul{
  position: relative;
}
.qa_area .point_area ul::after{
  position: absolute;
  width: 100%;
  height: 105%;
  content: "";
  top: -8vw;
  left: -6.3vw;
  border-left: 2px solid #e5532d;
  z-index: -9;
}
.qa_area .point_area li{
  text-align: justify;
  position: relative;
  font-size: 4vw;
  color: #e5532d;
  line-height: 2.4;
}
.qa_area .point_area li::before{
  position: absolute;
  content: "●";
  color: #e5532d;
  font-size: 4vw;
  top: 0;
  left: -2em;
}

.qa_area .onpumon_area .inner{
  width: 100%;
  border-radius: 7vw;
  background: #ffea31;
  border: 2px solid #575334;
  position: relative;
  margin-top: 15vw;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 5vw;
  color: #575334;
  margin-bottom: 30vw;
}
.qa_area .onpumon_area .inner a{
  color: #575334;
}
.qa_area .onpumon_area .inner::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100.2%;
  border-radius: 30px;
  background: #575334;
  border: 4px solid #575334;
  z-index: -9;
  top: 5px;
  right: -1.5%;
}
.qa_area .onpumon_area .head03{
  width: 90%;
  margin: 10vw auto 3vw !important;
}
.qa_area .onpumon_area p{
  font-size: 4vw;
  text-align: justify;
  margin-bottom: 5vw !important;
}
.qa_area .onpumon_area .c05{
  width: 26vw;
  position: absolute;
  bottom: -24vw;
  left: 7vw;
}



.pc-on {
  display: none;
}
.sp-on {
  display: block;
}
.pc-on-inline {
  display: none;
}
.sp-on-inline {
  display: inline;
}

}



