@charset "utf-8";

#lower_pageMV h1{margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #006e38;}
#lower_pageMV h1 img{max-width: 401px;}

@media screen and (max-width:960px){
	#lower_pageMV .lower_page_title{padding: 30px 20px 0 0;}
	#lower_pageMV h1{width: 90%; padding-bottom: 15px; margin-bottom: 20px;}
#lower_pageMV h1 img{max-width: 100%;}
}
@media screen and (max-width:640px){
	#lower_pageMV h1{width: 80%;}
	#lower_pageMV .lower_page_title{padding: 30px 0 0 0;}
}




#service07_con01 {
  margin-top: 40px;
}
#service07_con01 .bk_green::after {
  width: 20vw;
  height: 90%;
  top: 0;
  left: 0;
  transform: translateX(-50vw) translateX(560px);
}
.s_intro {
  max-width: 850px;
  margin: 0 auto;
  padding: 50px 0 30px;
}
.s_intro .underline_title_big {
  margin-bottom: 20px;
}
.s_intro p {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width:960px){
  #service07_con01 {
    margin-top: 40px;
  }
  #service07_con01 .bk_green::after {
    width: 20vw;
    height: 90%;
    transform: translateX(-15px);
  }
}
@media screen and (max-width:640px){
  #service07_con01 {
    margin-top: 40px;
  }
  #service07_con01 .bk_green::after {
    width: 30vw;
    height: 60%;
    top: 0;
    left: 0;
    transform: translateX(-15px);
  }
  .s_intro {
    margin: 0 auto;
    padding: 30px 0 20px;
  }
  .s_intro .underline_title_big {
    margin-bottom: 12px;
  }
}


#service07_con02 {
  text-align: center;
  margin-top: 110px;
}
#service07_con02 .bk_green::after {
  width: 75%;
  height: 76%;
  bottom: -80px;
  right: 0;
  transform: translateX(50vw) translateX(-560px);
}
#service07_con02 h3 {
  margin-bottom: 70px;
}
.s_rankingFrame {
  display: flex;justify-content: space-between; align-items: flex-end;
  
}
.s_rankingImg {
  width: 49%;
  text-align: center;
}
.s_rankingImg img {
  max-width: 394px;
}
.s_rankingDetail {
  width: 49%;
}
.s_rankingDetailImg {
  border: 2px solid #006e38;
  background: #FFF;
  padding: 15px;
}
.s_rankingDetailTxt {
  color: #FFF;
  background: #006e38;
  padding: 10px 20px 15px;
  font-size: 18px;
  line-height: 1.44;
}

@media screen and (max-width:960px){
  #service07_con02 {
    margin-top: 110px;
  }
  #service07_con02 .bk_green::after {
    width: 75%;
    height: 76%;
    bottom: -80px;
    right: 0;
    transform: translateX(15px);
  }
  #service07_con02 h3 {
    margin-bottom: 70px;
  }
  .s_rankingImg img {
    max-width: 100%;
  }
  .s_rankingDetailTxt {
    font-size: 16px;
  }
}
@media screen and (max-width:640px){
  #service07_con02 {
    margin-top: 70px;
  }
  #service07_con02 .bk_green::after {
    width: 75%;
    height: 76%;
    bottom: -60px;
    transform: translateX(15px);
  }
  #service07_con02 h3 {
    margin-bottom: 30px;
  }
  .s_rankingFrame {
    display: block;
  }
  .s_rankingImg {
    width: 100%;
  }
  .s_rankingDetail {
    width: 100%;
    margin-top: 30px;
  }
  .s_rankingDetailImg {
    border: 2px solid #006e38;
    padding: 10px;
  }
  .s_rankingDetailTxt {
    padding: 10px 20px 15px;
    font-size: 14px;
    line-height: 1.44;
  }
}

#service07_con03 {
  text-align: center;
  margin-top: 110px;
}
#service07_con03 h3 {
  color: #FFF;
  margin-bottom: 20px;
}
.s_courseList {
  background: #006e38;
  padding: 40px 50px 50px;
}
.s_courseListFrame {
  display: flex;flex-wrap: wrap;
}
.s_courseListItem {
  width: calc(33.333% - 18.66px);
  margin-left: 28px;
}
.s_courseListItem:nth-of-type(3n + 1) {
  margin-left: 0;
}
.s_courseListItem:nth-of-type(n + 4) {
  margin-top: 28px;
}


@media screen and (max-width:960px){
  #service07_con03 {
    text-align: center;
    margin-top: 110px;
  }
  #service07_con03 h3 {
    color: #FFF;
    margin-bottom: 20px;
  }
  .s_courseList {
    background: #006e38;
    padding: 40px 30px 50px;
  }
  .s_courseListItem {
    width: calc(33.333% - 13.33px);
    margin-left: 20px;
  }
  .s_courseListItem:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .s_courseListItem:nth-of-type(n + 4) {
    margin-top: 28px;
  }
}
@media screen and (max-width:640px){
  #service07_con03 {
    margin-top: 70px;
  }
  #service07_con03 h3 {
    margin-bottom: 15px;
  }
  .s_courseList {
    padding: 25px 15px 20px;
  }
  .s_courseListFrame {
  }
  .s_courseListItem {
    width: 100%;
    margin-left: 0;
  }
  .s_courseListItem:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .s_courseListItem:nth-of-type(n + 2) {
    margin-top: 28px;
  }
}



.s_courseHead {
  text-align: center;
}
.s_courseHead__icon {
  max-width: 166px;
  margin: 0 auto 10px;
}
.s_courseHead__img {
  margin: 0 auto 10px;
}
.s_courseHead__title {
  font-size: 28px;
  margin-bottom: 8px;
}
.s_courseHead__txt {
  line-height: 2;
}
.s_courseHead__txt .is-caution {
  font-size: 0.7em;
}
.s_courseGellary {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.s_courseGellary li {
  width: calc(33.333% - 18.66px);
  margin-left: 28px;
}
.s_courseGellary li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.s_courseGellary li:nth-of-type(n + 4) {
  margin-top: 20px;
}
.s_courseGellary_img {
  
}
.s_courseGellary_txt {
  text-align: center;
  line-height: 2;
  margin-top: 15px;
}
.s_courseDetail {
  margin-top: 30px;
}
.s_courseDetailFrame {
  display: flex;
/*
  justify-content: space-between;
*/
  justify-content: center;
/*
  max-width: 740px;
*/
  margin: 0 auto;
}
.s_courseDetailItem {
  display: flex;
  align-items: center;
/*
  width: 49%;
*/
}
.s_courseDetailItem + .s_courseDetailItem {
  margin-left: 40px;
}
.s_courseDetailItem__img {
  width: 90px;
}
.s_courseDetailItem__txt {
  width: calc(100% - 90px);
  box-sizing: border-box;
  padding: 0 0 0 10px;
}
.s_courseDetailItem__txt ul li {
  position: relative;
  padding: 0 0 0 6px;
}
.s_courseDetailItem__txt ul li:before {
  content: '';
  background: #006e38;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: 0;
}
.s_courseDetailItem__txt.is-list {
  display: flex;
}
.s_courseDetailItem__txt.is-list ul:nth-of-type(n + 2) {
  margin-left: 10px;
}
.s_courseDetail_caution {
  font-size: 11px;
  line-height: 1.7;
  text-align: left;
  margin-top: 15px;
}
.s_courseRecommend {
  display: flex;justify-content: flex-end;
}
.s_courseRecommend__title {
  max-width: 237px;
  margin: 25px 15px 0 0;
}
.s_courseRecommend__img {
  max-width: 676px;
}
.s_courseUpper.bk_green::after {
  width: 30%;
  height: 66%;
  top: 0;
  left: 0;
  transform: translateX(-50vw) translateX(560px);
}
.s_courseLower .bk_green::after {
  width: 23%;
  height: 100%;
  bottom: 0px;
  right: 0;
  transform: translateX(50vw) translateX(-560px);
}

#service07_con04 ,
#service07_con05 ,
#service07_con06 ,
#service07_con07 ,
#service07_con08 ,
#service07_con09 {
  margin-top: 100px;
}
#service07_con04 .s_courseHead__img {
  max-width: 234px;
}
#service07_con05 .s_courseHead__img {
  max-width: 212px;
}
#service07_con06 .s_courseHead__img {
  max-width: 273px;
}
#service07_con07 .s_courseHead__img {
  max-width: 253px;
}
#service07_con08 .s_courseHead__img {
  max-width: 241px;
}
#service07_con09 .s_courseHead__img {
  max-width: 218px;
}

#service07_con04 .s_courseDetailFrame .s_courseDetailItem:nth-of-type(1) {
  width: 300px;
}
#service07_con05 .s_courseDetailFrame .s_courseDetailItem:nth-of-type(1) {
  width: 320px;
}

@media screen and (max-width:960px){
  .s_courseUpper.bk_green::after {
    width: 30%;
    height: 66%;
    top: 0;
    left: 0;
    transform: translateX(-15px);
  }
  .s_courseLower .bk_green::after {
    width: 23%;
    height: 100%;
    bottom: 0px;
    right: 0;
    transform: translateX(15px);
  }
}

@media screen and (max-width:640px){
  .s_courseHead {
  }
  .s_courseHead__icon {
    max-width: 83px;
    margin: 0 auto 10px;
  }
  .s_courseHead__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .s_courseHead__txt {
    line-height: 2;
  }
  .s_courseGellary {
    margin-top: 30px;
  }
  .s_courseGellary li {
    width: 100%;
    margin-left: 0;
  }
  .s_courseGellary li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .s_courseGellary li:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .s_courseGellary_img {

  }
  .s_courseGellary_txt {
    margin-top: 5px;
  }
  .s_courseDetail {
    margin-top: 20px;
  }
  .s_courseDetailFrame {
    display: block;
  }
  .s_courseDetailItem {
    display: flex;
    align-items: center;
  
    width: 100%;
  
  }
  .s_courseDetailItem + .s_courseDetailItem {
    margin-left: 0px;
    margin-top: 20px;
  }
  .s_courseDetailItem__img {
    width: 60px;
    align-self: flex-start;
  }
  .s_courseDetailItem__txt {
    width: calc(100% - 60px);
    padding: 0 0 0 10px;
  }
  .s_courseDetailItem__txt ul li {
    padding: 0 0 0 6px;
  }
  .s_courseDetailItem__txt ul li:before {
    top: 8px;
    left: 0;
  }
  .s_courseDetailItem__txt.is-list {
    display: flex;
  }
  .s_courseDetailItem__txt.is-list ul:nth-of-type(n + 2) {
    margin-left: 10px;
  }
  .s_courseDetail_caution {
    font-size: 10px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .s_courseRecommend {
    display: block;
  }
  .s_courseRecommend__title {
    max-width: 137px;
    margin: 25px 15px 0 0;
  }
  .s_courseRecommend__img {
    max-width: 676px;
  }
  .s_courseUpper.bk_green::after {
    width: 30%;
    height: 20%;
    top: 0;
    left: 0;
    transform: translateX(-15px);
  }
  .s_courseLower .bk_green::after {
    width: 23%;
    height: 40%;
    bottom: 0px;
    right: 0;
    transform: translateX(15px);
  }

  #service07_con04 ,
  #service07_con05 ,
  #service07_con06 ,
  #service07_con07 ,
  #service07_con08 ,
  #service07_con09 {
    margin-top: 60px;
  }
  #service07_con04 .s_courseHead__img {
    max-width: calc(234px / 1.5);
  }
  #service07_con05 .s_courseHead__img {
    max-width: calc(212px / 1.5);
  }
  #service07_con06 .s_courseHead__img {
    max-width: calc(273px / 1.5);
  }
  #service07_con07 .s_courseHead__img {
    max-width: calc(253px / 1.5);
  }
  #service07_con08 .s_courseHead__img {
    max-width: calc(241px / 1.5);
  }
  #service07_con09 .s_courseHead__img {
    max-width: calc(218px / 1.5);
  }

  #service07_con04 .s_courseDetailFrame .s_courseDetailItem:nth-of-type(1) {
    width: auto;
  }
  #service07_con05 .s_courseDetailFrame .s_courseDetailItem:nth-of-type(1) {
    width: auto;
  }
}






#service07_con10 {
  margin-top: 100px;
}
.s_voice {
  padding: 0 0 95px 0;
}
.s_voiceHead {
  text-align: center;
  margin-bottom: 30px;
}
.s_voiceHead__title {
  font-size: 22px;
  border-bottom: #006e38 1px solid;
  padding: 0 0 5px 0;
  margin-bottom: 12px;
}
.s_voiceHead__txt {
  line-height: 2;
}
.s_voiceList {
  display: flex;
  flex-wrap: wrap;
}
.s_voiceListItem {
  width: calc(33.33% - 6.666px);
  margin-left: 10px;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
}
.s_voiceListItem:nth-of-type(3n + 1) {
  margin-left: 0;
}

@media screen and (max-width:640px){
  #service07_con10 {
    margin-top: 70px;
  }
  .s_voice {
    padding: 0 0 95px 0;
  }
  .s_voiceHead {
    margin-bottom: 30px;
  }
  .s_voiceHead__title {
    font-size: 18px;
    padding: 0 0 5px 0;
    margin-bottom: 12px;
  }
  .s_voiceHead__txt {
  }
  .s_voiceList {
  }
  .s_voiceListItem {
    width: 100%;
    margin-left: 0px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
  }
  .s_voiceListItem:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .s_voiceListItem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}



#service07_con11 {
  background: #d9e9e1;
  padding: 80px 0;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width:640px){
  #service07_con11 {
    padding: 20px 0;
    margin-bottom: 70px;
  }
}



.borderBox {
	border: 1px solid #006e38;
	padding: 10px;
}

.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}

.image_flex{display: flex; flex-wrap: wrap; justify-content: space-between; margin-left: -10px; margin-right: -10px;}
.image_flex li{width: calc(100% / 3); padding: 0 10px;}

@media screen and (max-width: 640px){
	.image_flex li{width: 100%; padding: 0 15%;}
	.image_flex li + li{margin-top: 15px;}
}

/* service06_con01
---------------------------------------------------------- */
#service06_con01 {text-align: center; margin-top: 100px; position: relative;}
#service06_con01 .bk_green::after {
	width: 55vw;
	height: 435px;
	bottom: -30px;
	right: calc(50% - 50vw);
	z-index: -1;
}
#service06_con01 .underline_title_big {margin-bottom: 15px;}
#service06_con01 .con01_photo{margin-top: 50px;}
@media screen and (max-width: 640px){
	#service06_con01 .con01_photo{margin-top: 30px;}
}

/* service06_con02
---------------------------------------------------------- */
#service06_con02 {text-align: center; margin-top: 100px; position: relative;}
#service06_con02 h3 {margin-bottom: 15px;}
.trainingRoom {margin-top: 50px;}
.trainingRoom img {width: 100%;}
.trainingRoom.bk_green::after {
	width: 30vw;
	height: 300px;
	bottom: -30px;
	left: calc(50% - 50vw);
	z-index: -1;
}
.trainingRoom ul{
	display: grid;
	grid-template-columns: 50% 25% 25%;
	column-gap: 1%;
	row-gap: 10px;
}
.trainingRoom li:first-child{
	grid-row: 1 / 3;
}
@media screen and (max-width: 640px){
	.trainingRoom {margin-top: 30px;}
	.trainingRoom ul{
		grid-template-columns: 1fr 1fr; column-gap: 2%;
	}
	.trainingRoom li:first-child{
    grid-column: 1 / 3;
	}
}

/* service06_con03
---------------------------------------------------------- */
#service06_con03 {text-align: center; margin-top: 100px; position: relative;}
#service06_con03 .underline_title_big {margin-bottom: 15px;}
#service06_con03 h4 {margin-bottom: 30px;}
.classroomLecture img {width: 100%;}
.classroomLecture{
	max-width: 920px; margin: 30px auto 0;
	display: grid;
	grid-template-columns: 59% 38%;
	column-gap: 3%;
}
@media screen and (max-width: 640px){
	.classroomLecture{display: block;}
	.classroomLecture li + li{margin-top: 15px;}
}

/* service06_con04
---------------------------------------------------------- */
#service06_con04 {text-align: center; margin-top: 100px; position: relative;}
#service06_con04 .underline_title_big {margin-bottom: 15px;}
#service06_con04 h4 {margin-bottom: 30px;}
.practice img {width: 100%;}
.practice.bk_green::after {
	width: 22vw;
	height: 400px;
	bottom: -30px;
	right: calc(50% - 50vw);
	z-index: -1;
}
.practice ul{
	max-width: 920px; margin: 30px auto 0;
	display: grid;
	grid-template-columns: 59% 38%;
	column-gap: 3%;
}
@media screen and (max-width: 640px){
	.practice ul{display: block;}
	.practice li + li{margin-top: 15px;}
}

/* service06_con05
---------------------------------------------------------- */
#service06_con05 {text-align: center; margin-top: 100px; position: relative;}
#service06_con05 h4 {margin-bottom: 30px;}
.troubleshoot h5 {margin: 15px 0;}
.troubleshoot img {width: 100%;}
.troubleshoot.bk_green::after {
	width: 25vw;
	height: 470px;
	bottom: 150px;
	left: calc(50% - 50vw);
	z-index: -1;
}
.troubleshoot ul{display: flex;flex-wrap: wrap;}
.troubleshoot ul li {width: 25%; margin-top: 50px; padding: 0 1%;}
.troubleshoot ul li.box-big {width: 33.3333%; padding: 0 1%;}
@media screen and (max-width: 640px){
	.troubleshoot ul li {width: 50%; margin-top: 30px;}
	.troubleshoot ul li.box-big {width: 100%; padding: 0;}
}

/* service06_con06
---------------------------------------------------------- */
#service06_con06 {margin-top: 100px; position: relative; padding: 90px 0; background: #d9e9e1;}
#service06_con06 .inner{max-width: 920px;}
#service06_con06 h3 {margin-bottom: 20px;}
.stay_text{ width: 31%;}
.stay_photo {width: 68%;}
.stay_photo li {width: 33.3333%; padding: 0 1%;}
.stay_photo li h5 {text-align: center; margin-top: 10px;}
@media screen and (max-width: 640px){
	#service06_con06 {margin-top: 50px; padding: 60px 0;}
	.stay_text{ width: 100%;}
	.stay_photo {width: 100%; margin-top: 30px;}
}

/* service06_con07
---------------------------------------------------------- */
#service06_con07 {text-align: center; margin-top: 100px; position: relative;}
#service06_con07 h3 {margin-bottom: 20px;}
@media screen and (max-width: 640px){
	#service06_con07 {margin-top: 50px;}
}

#service06_con07 .movie{margin-top: 30px;}
#service06_con07 .movie .youtubeWrap{border: 1px solid #ccc;}

@media screen and (max-width: 640px){
	.s_courseDetailItem__txt.is-list ul:nth-child(1){width: 40%;}
	.s_courseDetailItem__txt.is-list ul:nth-child(2){width: 20%;}
	.s_courseDetailItem__txt.is-list ul:nth-child(3){width: 40%;}
}


/* service06_con08
---------------------------------------------------------- */
#service06_con08 {margin-top: 100px; margin-bottom: 100px; position: relative;}
#service06_con08 .con08_lead {text-align: center; margin: 90px 0;}
.con08_box{ padding: 90px 14%; background: #d9e9e1;}
.con08_box .text {width: 62%; padding-right: 5%;}
.con08_box .sp_moveText {margin-top: 30px;}
.con08_box .photo {width: 38%;}
@media screen and (max-width: 960px){
	#service06_con08 .con08_lead {margin: 30px 0;}
}
@media screen and (max-width: 640px){
	.con08_box {padding: 30px 5%; align-items: center;}
	.con08_box .sp_moveText {margin-top: 15px;}
}

.beardline {position: relative;}
.beardline span {position: relative; display: inline-block; background: #fff; padding: 0 10px; z-index: 1;}
.beardline:before {content: '';position: absolute;top: 50%;left: 0;width: 100%;height: 1px;background: #006e38; z-index: 0;}







