@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------------

4-day 英語キャリア育成コース

----------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

.ssp main{
  position: relative;
  background: url(/form/ssp_lp/img/main_bg_pc.jpg) no-repeat center;
  height: 1200px;
  background-size: cover;
}
.ssp main figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.ssp main figure img{
  width: 100%;
}

.ssp main .logo{
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 50px;
}
.ssp .about,
.ssp .curriculum,
.ssp .price_4day{
  background: #eef8fa;
}
.ssp .about .about_inner,
.ssp .recom .recom_inner,
.ssp .curriculum .curriculum_inner,
.ssp .school .school_inner,
.ssp .price_4day .price_4day_inner,
.ssp .price_5day .price_5day_inner,
.ssp .about_5dyay .about_5dyay_inner{
  max-width: 960px;
  width: 100%;
  margin:0 auto;
  padding: 70px 0;
}
.ssp h2{
  display:flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #2ea7c2;
  margin-bottom: 40px;
}
 
.ssp h2:before,
.ssp h2:after{
  content: "";
  width: 50px;
  border-top: 2px solid #2ea7c2;
}
 
.ssp h2:before {
  margin-right: 20px; 
}
 
.ssp h2:after {
  margin-left: 20px; 
}
.ssp .about p{
  font-size: 18px;
}
.ssp .about .about_list{
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  width: 100%;
  margin: 40px 0 0 20px;
  justify-content: space-between;
}
.ssp .about .about_list li{
  background: url(/form/ssp_lp/img/about01.png) no-repeat;
  height: 400px;
  width: 48%;
  position: relative;
}
.ssp .about .about_list li:nth-of-type(2){
  background: url(/form/ssp_lp/img/about02.png) no-repeat;
}

.ssp .about .about_list li div{
  background: rgba(46,167,194,0.9);
  position: absolute;
  bottom: 20px;
  left: -20px;
  width: 440px;
  padding: 25px 20px;
  color: #fff;
}
.ssp .about .about_list li div h3{
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.ssp .about .about_list li div p{
  font-size: 16px;
}
.ssp .entry_block{
  margin: 50px auto 0;
  text-align: center;
  font-size: 16px;
}
.ssp .entry_block p {
  color: #FFAA00;
  font-weight: bold;
  font-size: 20px;
}

.ssp .entry_block a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin: 10px auto 0;
  max-width: 540px;
  width: 100%;
  padding: 15px 0;
  font-size: 20px;
  -webkit-border-radius: 50px;
  font-weight: bold;
  background: #FFAA00;
}
.ssp .entry_block a > span {
  margin-right: 5px;
}
.ssp .recom{
}
.ssp .recom .recom_list{
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  width: 100%;
  justify-content: space-between;
}
.ssp .recom .recom_list li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.ssp .recom .recom_list li div{
  width: 55%;
}
.ssp .recom .recom_list li div h3{
  background: url(/form/ssp_lp/img/01.png) no-repeat top left;
  height: 70px;
  padding: 20px 0;
  border-top: 1px solid #0897b5;
  border-bottom: 1px solid #0897b5;
  position: relative;
}
.ssp .recom .recom_list li:nth-of-type(2) div h3{
  background: url(/form/ssp_lp/img/02.png) no-repeat top left;
}
.ssp .recom .recom_list li:nth-of-type(3) div h3{
  background: url(/form/ssp_lp/img/03.png) no-repeat top left;
}

.ssp .recom ul li div h3::before{
  content: "";
  display: block;
  border-top: 2px solid #fff;
  width: 100px;
  position: absolute;
  top: -1px;
}
.ssp .recom ul li div h3::after{
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  width: 100px;
  position: absolute;
  bottom: -1px;
}

.ssp .recom ul li div h3 .title{
  font-weight: bold;
  font-size: 20px;
  color: #0897b5;
  margin-left: 100px;
}
.ssp .recom ul li div p{
  font-size: 18px;
  margin-top: 40px;
  line-height: 2;
}
.ssp .curriculum .open {
	display: none;
}
.ssp .curriculum .read{
  text-align: center;
  margin-bottom: 40px;
}
.ssp .curriculum .curriculum_label {
  padding: 20px 30px;
  display: block;
  color: #0897b5;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #0897b5;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  cursor: pointer;
}
.ssp .curriculum .curriculum_label::before{
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #0897b5;
  border-right: 3px solid #0897b5;
  position: absolute;
  top: calc( 50% - 10px );
  right: 30px;
  transform: rotate(135deg);
}
.ssp .curriculum .curriculum_label,
.ssp .curriculum .curriculum_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.ssp .curriculum .curriculum_label span{
  position: absolute;
  right: 80px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  top: 25px;
}
.ssp .curriculum .curriculum_content {
  height: 0;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  background: #fff;
  margin-top: -10px;
  margin-bottom: 40px;
  padding: 0 30px;
}
.ssp .curriculum .curriculum_content h3 {
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px dashed #707070;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.ssp .curriculum .curriculum_content p span{
  color: #0897b5;
  margin-right: 5px;
}

.open:checked + .curriculum_label + .curriculum_content {
  height: auto;
  padding: 30px;
  transition: all .3s;
  border: 2px solid #0897b5;
}
.open:checked + .curriculum_label::before {
	transform: rotate(-45deg) !important;
}

.ssp .school .school_list,
.ssp .about_5dyay .school_list{
  display: block;
}

.ssp .school .open,
.ssp .about_5dyay .open {
	display: none;
}

.ssp .school .school_label{
  padding: 20px 30px;
  display: block;
  color: #fff;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  background-color: #0897B5;
  cursor: pointer;
  width: 100%;
}

.ssp .about_5dyay .school_label{
  padding: 20px 30px;
  display: block;
  color: #fff;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  background-color: #3D699B;
  cursor: pointer;
}

.ssp .school .school_label::before,
.ssp .about_5dyay .school_label::before{
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: calc( 50% - 10px );
  right: 30px;
  transform: rotate(135deg);
}
.ssp .school .school_label,
.ssp .school .school_content,
.ssp .about_5dyay .school_label,
.ssp .about_5dyay .school_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.ssp .school .school_label span,
.ssp .about_5dyay .school_label span{
  position: absolute;
  right: 80px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  top: 25px;
}
.ssp .school .school_content,
.ssp .about_5dyay .school_content {
  height: 0;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  margin-bottom: 40px;
}
.ssp .school .school_content h3,
.ssp .about_5dyay .school_content h3 {
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px dashed #707070;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.open:checked + .school_label + .school_content {
  height: auto;
  padding: 30px 0;
  transition: all .3s;
}
.open:checked + .school_label::before {
	transform: rotate(-45deg) !important;
}
.ssp .school .school_content table th{
  background: #eef8fa;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 0;
  border-right: 20px solid #fff;
}
.ssp .about_5dyay .school_content table th{
  background: #EDF2F8;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 0;
  border-right: 20px solid #fff;
}

.ssp .school .school_content table th.school_name,
.ssp .about_5dyay .school_content table th.school_name{
  width: 40%;
}
.ssp .school .school_content table th.day,
.ssp .about_5dyay .school_content table th.day{
  width: 34%;
}
.ssp .school .school_content table th.time,
.ssp .about_5dyay .school_content table th.time{
  width: 26%;
  border-right: none;
}
.ssp .school .school_content table td,
.ssp .about_5dyay .school_content table td{
  padding: 20px 0;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ccc;
  border-right: 20px solid #fff;
  vertical-align: middle;
}
.ssp .school .school_content table td:first-child,
.ssp .about_5dyay .school_content table td:first-child{
  padding: 30px 0 20px;
}
.ssp .school .school_content table td:last-child,
.ssp .about_5dyay .school_content table td:last-child{
  border-right:none;
}
.ssp .school .school_content table td.kaisai_day div p,
.ssp .about_5dyay .school_content table td div p{
  text-align: left;
  padding-left: 20px;
  font-size: 1.6rem;
}
.ssp .school .school_content table td.kaisai_time div,
.ssp .about_5dyay .school_content table td div{
   font-size: 1.6rem;
}
.ssp .school .school_content table td.kaisai_day div:nth-of-type(2) span,
.ssp .school .school_content table td.kaisai_time div:nth-of-type(2) span{
  font-size: 1.4rem;
}
.ssp .school .school_content table td.kaisai_time a{
  width: 90%;
}


.ssp .school .school_content table td > p{
  font-weight: bold;
  font-size: 18px;
  color: #0897b5;
  text-align: left;
  float: left;
}

.ssp .about_5dyay .school_content table td > p{
  font-weight: bold;
  font-size: 18px;
  color: #3D699B;
  text-align: left;
  float: left;
}
.ssp .school .school_content table td .open,
.ssp .about_5dyay .school_content table td .open {
	display: none;
}
.ssp .school .school_content table td a{
  border-radius: 50px;
  background: transparent;
  border: 2px solid #0897b5;
  display: inline-block;
  color: #0897b5;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0;
  line-height: 1.2;
  /*width: 90%;*/
  width: 55%;
  cursor: pointer;
  text-decoration: none;
  margin-top:10px;
}
.ssp .about_5dyay .school_content table td a{
  border-radius: 50px;
  background: transparent;
  border: 2px solid #3D699B;
  display: inline-block;
  color: #3D699B;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0;
  line-height: 1.2;
  width: 90%;
  cursor: pointer;
  text-decoration: none;
  margin-top:10px;
}
.ssp .school .area_label,
.ssp .about_5dyay .area_label{
  padding: 5px 30px;
  display: inline-block;
  position: absolute;
  border-radius: 20px;
  background: #999;
  font-size: 12px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  right: 10px;
}
.ssp .school .area_label::before,
.ssp .about_5dyay .area_label::before{
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: calc( 50% - 3px );
  right: 10px;
  transform: rotate(135deg);
}
.ssp .school .area_label,
.ssp .school .area_content,
.ssp .about_5dyay .area_label,
.ssp .about_5dyay .area_content{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.ssp .school .area_content,
.ssp .about_5dyay .area_content {
  height: 0;
  overflow: hidden;
  margin: 40px 0 0;
  padding: 0 30px;
  border-radius: 17px;
  background: #f3f3f3;
  width: 100%;
}
.open:checked + .area_label + .area_content {
  height: auto;
  padding: 30px;
  transition: all .3s;
}
.open:checked + .area_label::before {
	transform: rotate(-45deg) !important;
}
.ssp .school .area_content p,
.ssp .about_5dyay .area_content p{
  font-weight: normal;
  font-size: 14px;
  color: #333;
  text-align: left;
}
.ssp .school .area_content figure img,
.ssp .about_5dyay .area_content figure img{
  object-fit: cover;
  width: 310px;
  height: 150px;
  margin-top: 20px;
}

.ssp .price_4day p{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #0897b5;
}
.ssp .price_5day p{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #3D699B;
}

.ssp .price_4day .price_area,
.ssp .price_5day .price_area{
  max-width: 800px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  margin: 0 auto;
  padding: 60px 40px;
}
.ssp .price_4day .price_area > p{
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  color: #0897b5;
}
.ssp .price_5day .price_area > p{
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  color: #3D699B;
}
.ssp .price_4day .price_area > p .price_s,
.ssp .price_5day .price_area > p .price_s{
  font-size: 24px;
}
.ssp .price_4day .price_area > p .price_s span,
.ssp .price_5day .price_area > p .price_s span{
  color:#333;
}
.ssp .price_4day .price_area > p .note,
.ssp .price_5day .price_area > p .note{
  font-size: 14px;
  font-weight: normal;
  color:#333;
  display: initial;
}
.ssp .price_5day h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #3D699B;
  margin-bottom: 40px;
}
.ssp .price_5day h2::before, .ssp .price_5day h2::after {
  content: "";
  width: 50px;
  border-top: 2px solid #3D699B;
}
.ssp .about_5dyay h3{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-top: 1px solid #3D699B;
  border-bottom: 1px solid #3D699B;
  padding: 25px 0;
  margin-bottom: 40px;
}
.ssp .about_5dyay h3 span{
  color: #3D699B;
  font-size: 30px;
}
.ssp .about_5dyay .read{
  margin-bottom: 40px;
}

.ssp .price_5day {
  background: #EDF2F8;
  margin-bottom: 100px;
}


@media screen and (max-width: 720px) {
.ssp main{
  background: url(/form/ssp_lp/img/main_bg_sp.png) no-repeat center;
  height: auto;
  background-size: 100%;
  padding-top: 119%;
}
.ssp main .logo {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  width: 15%;
}
.ssp main .logo a img {
  width: 100%;
}
.ssp .about .about_inner, 
.ssp .recom .recom_inner, 
.ssp .curriculum .curriculum_inner, 
.ssp .school .school_inner, 
.ssp .price_4day .price_4day_inner, 
.ssp .price_5day .price_5day_inner, 
.ssp .about_5dyay .about_5dyay_inner {
  width: 100%;
  padding: 40px 20px;
}
.ssp h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
.ssp h2::before, 
.ssp h2::after {
  content: "";
  width: 25px;
  border-top: 1px solid #2ea7c2;
}
.ssp .about p {
  font-size: 14px;
  line-height: 1.8;
}
.ssp .about .about_list {
  display: block;
  width: 100%;
  margin: 40px 0 0 5px;
}
.ssp .about .about_list li,
.ssp .about .about_list li:nth-of-type(2){
  padding-top: 100%;
  width: 100%;
  background-size: 98%;
  height: auto;
}
.ssp .about .about_list li div {
  bottom: 20%;
  left: -15px;
  width: 98%;
  padding:20px 5px 20px 20px;
}
.ssp .about .about_list li div h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.ssp .about .about_list li div p {
  font-size: 12px;
}
.ssp .entry_block {
  margin: 20px auto 0;
  font-size: 16px;
}
.ssp .entry_block a {
  width: 100%;
  font-size: 16px;
}
.ssp .entry_block p {
  font-size: 16px;
}
.ssp .recom .recom_list {
  display: block;
  width: 100%;
}
.ssp .recom .recom_list li {
  display: block;
}
.ssp .recom .recom_list li div {
  width: 100%;
}
.ssp .recom .recom_list li div h3,
.ssp .recom .recom_list li:nth-of-type(3) div h3{
  height: auto;
  padding: 15px 0;
  background-size: 15%;
}
.ssp .recom .recom_list li:nth-of-type(2) div h3{
  background: url(/form/ssp_lp/img/02.png) no-repeat top 10px left;
  height: auto;
  padding: 15px 0;
  background-size: 15%;

}
.ssp .recom ul li div h3::before,
.ssp .recom ul li div h3::after {
  width: 70px;
}
.ssp .recom ul li div h3 .title {
  font-size: 15px;
  margin-left: 70px;
  display: block;
}
.ssp .recom ul li div p {
  font-size: 14px;
  margin: 20px 0;
  line-height: 2;
}
.ssp .recom ul li figure img{
  width: 100%;
}
.ssp .curriculum .read {
  font-size: 14px;
}
.ssp .curriculum .curriculum_label {
  padding: 10px 20px;
  font-size: 18px;
}
.ssp .curriculum .curriculum_label::before {
  content: "";
  width: 8px;
  height: 8px;
  top: calc( 50% - 8px );
  right: 20px;
}
.ssp .curriculum .curriculum_label span {
  position: initial;
  font-size: 11px;
  display: block;
}
.ssp .curriculum .curriculum_content h3 {
  font-size: 18px;
}
.ssp .curriculum .curriculum_content p {
  font-size: 14px;
}
.ssp .curriculum .curriculum_content {
  padding: 0 20px;
}
.open:checked + .curriculum_label + .curriculum_content {
  padding: 20px;
}
.ssp .school .school_label ,
.ssp .about_5dyay .school_label {
  padding: 10px 20px;
  display: block;
  border-radius: 10px;
  font-size: 18px;
}
.ssp .school .school_label::before, 
.ssp .about_5dyay .school_label::before {
  content: "";
  width: 8px;
  height: 8px;
  top: calc( 50% - 10px );
  right: 20px;
}
.ssp .school .school_content, 
.ssp .about_5dyay .school_content {
  margin-bottom: 20px;
}
.open:checked + .school_label + .school_content {
  padding: 10px 0 30px 0;
}
.ssp .school .school_content table th.school_name, 
.ssp .about_5dyay .school_content table th.school_name,
.ssp .school .school_content table th.day, 
.ssp .about_5dyay .school_content table th.day,
.ssp .school .school_content table th.time, 
.ssp .about_5dyay .school_content table th.time{
  display: none;
}
.ssp .school .school_content table td, 
.ssp .about_5dyay .school_content table td {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: none;
  border-right: none;
  padding: 0 0 30px 0;
}
.ssp .school .school_content table td div.school_day {
  color: #0897b5;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.ssp .school .school_content table td div.school_time{
  color: #0897b5;
  font-weight: bold;
   width: 25%;
  text-align: left;
}
.ssp .about_5dyay .school_content table td div.school_day,
.ssp .about_5dyay .school_content table td div.school_time{
  color: #3D699B;
  font-weight: bold;
   width: 25%;
  text-align: left;
}
.ssp .school .school_content table td.kaisai_day div.school_day{
   width: 25%;
  text-align: left;
}

.ssp .school .school_content table td.kaisai_day div:nth-of-type(2),
.ssp .school .school_content table td.kaisai_time div:nth-of-type(2){
  width: 75%;
  text-align: left;
  font-size: 14px;
}
.ssp .school .school_content table td.kaisai_day div:nth-of-type(2) span,
.ssp .school .school_content table td.kaisai_time div:nth-of-type(2) span{
  font-size: 12px;
  margin-left:15px;
}

.ssp .school .school_content table td.kaisai_day div p,
.ssp .about_5dyay .school_content table td div p{
  font-size: 14px;
  padding-left:0;
}

 /*日程がない時*/
.ssp .school .school_content table td .sche{
  width: 100%;
  text-align: center;
}
.ssp .about_5dyay .school_content table td div:nth-of-type(2) {
  width: 75%;
  text-align: left;
  font-size: 14px;
}

.ssp .school .school_content table td div:nth-of-type(3),
.ssp .about_5dyay .school_content table td div:nth-of-type(3)  {
  width: 100%;
}

.ssp .school .school_content table td:first-child,
.ssp .about_5dyay .school_content table td:first-child {
  padding: 10px 0 20px;
  display: block;
}
.ssp .school .school_content table td > p{
  font-size: 14px;
  background: #eef8fa;
  color: #333;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.ssp .school .school_content table td a{
  width: 90%;
}
.ssp .about_5dyay .school_content table td > p{
  font-size: 14px;
  background: #EDF2F8;
  color: #333;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 10px;
}

.ssp .school .area_content figure img, 
.ssp .about_5dyay .area_content figure img {
  object-fit: cover;
  width: 100%;
  height: 150px;
  margin-top: 20px;
}
.ssp .area_label{
   margin-top: 13px; 
}
  

.ssp .school .area_label:checked,
.ssp .about_5dyay .area_label:checked {
  top: 25px;
  height: 25px;
}
.ssp .school_note{
  font-size:12px;
  margin-bottom:10px;
    
  }
.ssp .price_4day p,
.ssp .price_5day p{
  font-size: 14px;
}
.ssp .price_4day .price_area, 
.ssp .price_5day .price_area {
  width: 100%;
  padding: 20px;
}
.ssp .price_4day .price_area > p .note, 
.ssp .price_5day .price_area > p .note {
  font-size: 12px;
}
.ssp .price_4day .price_area > p,
.ssp .price_5day .price_area > p{
  font-size: 34px;
  line-height: 1;
}
.ssp .price_4day .price_area > p .price_s, 
.ssp .price_5day .price_area > p .price_s {
  font-size: 16px;
}
.ssp .about_5dyay h3 {
  font-size: 16px;
}
.ssp .about_5dyay h3 span {
  font-size: 20px;
}
  
.ssp .about_5dyay .read {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.6;
}
.ssp .price_5day h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
}
