@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap');


body{
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin:0 auto;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.06em;
	font-family: source-han-sans-japanese, sans-serif;
	background: #F8F6E0;
	overflow-x: hidden;
	position: relative;
}

a , a:hover{
	-webkit-tap-highlight-color:transparent!important;	
}

.kaisei , h2 , h3{
	font-family: 'Kaisei Opti', serif;
}

.footer-fix{
	display: none;
}

header{
	position: relative;
	z-index: 20;
}

.popup1 , .popup2 ,.popup3 , .popup4 , .popup5 ,.popup6 , .popup7 , .popup8 , .popup9 , .popup10 {
  display: none;
  height: 100vh;
  width: 100%;
  background:rgba(255,255,255,0.7);
  opacity:1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

/*.section-2 .in-flex div{
	transition: 0.4s;
	cursor: pointer;
}*/

/*.section-2 .in-flex div:hover{
	opacity: 0.6;
}*/

.hidden{
	display: none;
  justify-content: center;
  align-items: center;
}

#outside , #outside2 , #outside3 , #outside4
, #outside5 , #outside6 , #outside7 , #outside8 , #outside9 , #outside10{
	position:absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}

.content{
  background: #fff;
  padding:58px 70px;
  width: 840px;
  max-width: 90%;
  box-sizing: border-box;
  line-height: 1.8;
  position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display:flex;
    align-items: center;
    z-index: 9999;
}

.popup1 .content , .popup5 .content , .popup9 .content {
	border:1px solid #91CD41;
}

.popup2 .content , .popup6 .content , .popup10 .content {
	border:1px solid #1eaef1;
}

.popup3 .content , .popup7 .content {
	border:1px solid #f26133;
}

.popup4 .content , .popup8 .content {
	border:1px solid #a960a8;
}

.close{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position:absolute;
	right: 20px;
	top: 20px;
	background: #91CD41;
	z-index: 15;
	cursor: pointer;
}

.popup2 .content .close , .popup6 .content .close , .popup10 .content .close {
	background: #1eaef1;
}
.popup3 .content .close , .popup7 .content .close {
	background: #f26133;
}
.popup4 .content .close , .popup8 .content .close {
	background: #a960a8;
}

.c-left{
	width: 39%;
	box-sizing:border-box;
	padding-right: 26px;
}

.c-left img{
	width: 100%;
}

.c-right{
	width: 61%;
	box-sizing:border-box;
	padding-left: 26px;
}

.cr1{
	font-size: 16px;
	margin: 0;
	font-weight: 500;
}

.cr2{
	font-size: 20px;
	font-weight: bold;
	margin:12px 0 18px;
}

.cr2 span{
	font-size: 16px;
}

.cr3{
	font-size: 16px;
	margin: 0;
}

.close img{
	display:block;
	margin:7px auto;
}


.header-fix.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	transition: 0.4s;
	z-index: 15;
	background: #F8F6E0;
}

.move1{
  opacity: 0;
  transform: translate(0, 10%);
  transition: 0.6s;
}

.move1.is-show{
  transform: translate(0, 0);
  opacity: 1;
}

.move2{
  opacity: 0;
  transform: translate(0, 10%);
  transition: 0.6s;
  transition-delay: 0.2s;
}

.move2.is-show2 {
  transform: translate(0, 0);
  opacity: 1;
}

.move3{
  opacity: 0;
  transform: translate(0, 10%);
  transition: 0.6s;
  transition-delay: 0.4s;
}

.move3.is-show3 {
  transform: translate(0, 0);
  opacity: 1;
}

.move5{
  opacity: 0;
  transform: translate(0, 10%);
  transition: 0.6s;
  transition-delay: 0.6s;
}

.move5.is-show5 {
  transform: translate(0, 0);
  opacity: 1;
}

.move6{
  opacity: 0;
  transform: translate(0, 0%);
  transition: 1s;
  transition-delay: 0.2s;
}

.move6.is-show6 {
  transform: translate(0, 0);
  opacity: 1;
}


.smimg{
	display: none;
}

.header-wrap{
	width: 1310px;
	padding:26px 20px;
	box-sizing: border-box;
	max-width: 100%;
	margin:0 auto;
	display: flex;
}

.header-fix{
	opacity: 0;
	position: fixed;
	z-index: 1;
	transition: 0.6s;
	top: 0;
	left: 0;
	/*transform: translateY(-110px);*/
	background: #F8F6E0;
	width: 100%;
	height: 110px;
	box-sizing: border-box;
}


.header-left{
	width: 50%;
	box-sizing: border-box;
}

.header-right{
	width: 50%;
	box-sizing: border-box;
	display: flex;

}

.header-right .link1{
	width: 200px;
	margin-left: auto;
	max-width: 100%;
	background:#3882B9;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	display: block;
	line-height: 1.2;
	height: 56px;
	box-sizing: border-box;
	padding:1px 0;
	border:3px solid #3882B9;
	transition: 0.4s;
}

.header-right .link1 span{
	display: block;
	font-size: 24px;
	letter-spacing: 0.25em;
}

.header-right .link2{
	width: 200px;
	max-width: 100%;
	background:#21A8AB;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	display: block;
	line-height: 1.2;
	height: 56px;
	box-sizing: border-box;
	padding:1px 0;
	border:3px solid #21A8AB;
	transition: 0.4s;
}

.header-right .link2 span{
	display: block;
	font-size: 24px;
	letter-spacing: 0.25em;
}

.header-right .link1:hover{
	background: white;
	color: #3882B9;
}

.header-right .link2:hover{
	background: white;
	color: #21A8AB;
}

.header-left h1{
	margin: 0;
	line-height: 1;
}

.logo{
	width: 225px;
	height: auto;
}

.mainV img{
	width: 100%;
	height: auto;
}

.section-1{
	position: relative;
	width: 100%;
	padding-top: 340px;
	padding-bottom: 265px;
	z-index: 3;
}

.section-1:after{
	content: '';
	width: 100%;
	height: 100%;
	background-image:url('../img/sec1-bg.png');
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 1;
}

.wrap{
	width: 1140px;
	max-width: 100%;
	padding:0 20px;
	display: block;
	margin:0 auto;
	box-sizing: border-box;
	position: relative;
}

.section-1 h2{
	text-align: center;
	font-size: 38px;
	margin: 0 0 45px;
	position: relative;
	z-index: 3;
}

.s-text1{
	margin: 0;
	font-size: 18px;
	text-align: center;
	line-height: 2.2;
}

.s-text1 .strong1{
	font-size: 22px;
	font-weight: bold;
	color: #3882B9;
} 

.s-text1 .strong2{
	font-size: 22px;
	font-weight: bold;
	color: #21A8AB;
} 

.s-text2{
	margin:25px 0 0;
	font-size: 18px;
	text-align: center;
	line-height: 2.2;
}

.deco-title1{
	position: absolute;
	left: 0;
	top: -80px;
	width:543px;
	z-index: 2;
}

.coimg-flex{
	display: flex;
}

.co1{
	width: 18%;
}

.co1 img{
	width: 200px;
	max-width: 105%;
	margin-top: 320px;
}

.co2{
	width: 32%;
}

.co2 img{
	width: 360px;
	max-width: 105%;
	margin-top: 66px;
}

.co3{
	width: 28%;
	box-sizing: border-box;
	padding-left: 40px;
}

.co3 img{
	width: 300px;
	max-width: 115%;
	margin-top: 160px;
}

.co4{
	width: 22%;
}

.co4 img{
	width: 240px;
	max-width: 100%;	
}

.section-2{
	position: relative;
	width: 100%;
	background: white;
	padding-bottom: 150px;
	z-index: 2;
}

.section-2:before{
	content: '';
	position: absolute;
	left: 50%;
	top: -96px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
	width: 1100px;
	max-width: 95%;
	display: block;
	margin:0 auto;
	height: 96px;
	background: white;
}

.inverstor-img{
	position: absolute;
	right: 0;
	top: -80px;
	width: 614px;
	height: auto;
	z-index: 1;
}

.section-2 h2{
	margin: 0 0 55px;
	font-size: 38px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.in-flex{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.in-flex div{
	width: 25%;
	box-sizing: border-box;
	text-align: center;
}

.in-flex div p{
	width: 100%;
	box-sizing: border-box;
	padding:0 5px;
}

.in-flex div img{
	max-width: 95%;
	display: block;
	margin:0 auto;
}

.in-flex div p.in1{
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 12px;
}

.in-flex div p.in2{
	font-weight:bold;
	margin: 0 0 50px;
}

.section-3{
	width: 100%;
	background-image: url('../img/sec3-bg.png');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding-top: 340px;
	padding-bottom: 165px;
}

.de-img{
	position: absolute;
	left: 0;
	top: -75px;
	width: 833px;
	z-index: 1;
}

.section-3 h2{
	text-align:center;
	margin-bottom: 75px;
	font-size: 38px;
	margin-top: 0;
	position: relative;
	z-index: 2;
}

.s3-flex{
	display: flex;
	width: 100%;
}

.s3-flex div{
	width: 47.2%;
	box-sizing: border-box;
	padding:40px 20px 25px;
	background: white;
	display: block;
	margin:0 auto;
	position: relative;
}

.s3-flex div .s3-title1{
	font-size: 24px;
	text-align: center;
	color: white;
	border-radius: 20px;
	width: 88%;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: -22px;
	background: #3882B9;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);		
}

.s3-flex div p{
	font-size: 16px;
	margin:7px 0;
	position: relative;
	z-index: 2;
	letter-spacing: 0.04em;
}

.s3-flex div p.s3-content{
	margin-bottom: 15px;
}

.s3-flex div p span{
	font-weight: bold;
	font-size: 20px;
	position: relative;
	z-index: 2;

}

.s3-flex div p span:after{
	content: "";
	position: absolute;
	width: 0%;
	bottom: 0;
	left: 0;
	height: 8px;
	background: #3882B9;
	z-index: -1;
	transition: 0.4s;
	transition-delay: 0.3s;
}

.s3-flex div.s3-right p span:after{
	content: "";
	position: absolute;
	width: 0%;
	bottom: 0;
	left: 0;
	height: 8px;
	background: #21A8AB;
	z-index: -1;
	transition: 0.4s;
	transition-delay: 0.3s;
}


.s3-flex div p span.is-show4:after{
	content: "";
	width: 100%;
}

.s3-flex div p.small{
	font-size: 14px;
	margin: 0;
	line-height: 1.4;
}

.s3-flex div p.s3-info{
	margin-top: 0;
}

.s3-flex div .s3-title2{
	font-size: 24px;
	text-align: center;
	color: white;
	border-radius: 20px;
	width: 88%;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: -22px;
	background: #21A8AB;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);		
}

.s3-flex div p a{
	color: black;
	font-size: 14px;
	transition: 0.4s;
}

.s3-flex div p a:hover{
	opacity: 0.6;
}

.section-4{
	background: #F8F6E0;
	padding:365px 0 165px;
	position: relative;

}


/*本番化の前に戻す*/
/*.s4-wrap:after{
	content: '';
	width: 36%;
	position: absolute;
	background: white;
	right: -33%;
	top: 0;
	height: 100%;
	overflow-x: hidden;
}*/

.s4-wrap h2{
	position: absolute;
	left: 50%;
	top: -34px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 38px;
    margin: 0;
    text-align: center;
}

.white{
	background: white;
	padding:66px 44px;
}

.step-flex{
	display: flex;
}

.sf1{
	width: 20%;
	box-sizing: border-box;
}

.sf2{
	width: 26.66%;
	padding:0 22px;
	box-sizing: border-box;
}

.sf3{
	width: 26.66%;
	padding:0 22px;
	box-sizing: border-box;
}

.sf4{
	width: 26.66%;
	padding:0 22px;
	box-sizing: border-box;
}

.sf1 h3{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  font-family: source-han-sans-japanese, sans-serif;
}

.sf2 div{
	border:1px solid black;
	width: 100%;
	box-sizing: border-box;
	padding:28px 0 20px;
	margin:17px 0;
	position: relative;
}

.il1{
	display: block;
	width: 70px;
	margin:0 auto;
}

.step-flex div p{
	text-align: center;
	font-size: 16px;
	margin-top: 17px;
	margin-bottom: 0;
	line-height: 1.4;
}

.sf3 div{
	border:1px solid black;
	width: 100%;
	box-sizing: border-box;
	padding:20px 0 17px;
	margin:17px 0;
	position: relative;
}

.sf4 div{
	border:1px solid black;
	width: 100%;
	box-sizing: border-box;
	padding:18px 0 17px;
	margin:17px 0;
	position: relative;
}

.il2{
	display: block;
	width: 66px;
	margin:0 auto;
}

.il3{
	display: block;
	width: 100px;
	margin:0 auto;
}

.wrap2{
	width: 1100px;
	box-sizing: border-box;
	max-width: 100%;
	padding:0 20px;
	display: block;
	margin:0 auto;
}

.course-flex{
	display: flex;
	width: 100%;
	/*margin-top: 40px;*/
	/*padding-top: 120px;*/
}


.course-area{
	margin-top: 70px;
}

.course-area h3{
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px!important;
	position: relative;
	z-index: 3;
}

.course-area h3 span{
	position: relative;

}

.course-area h3 span:after{
	content: "";
	position: absolute;
	width: 0%;
	bottom: 0;
	left: 0;
	height: 8px;
	background: #21A8AB;
	z-index: -1;
	transition: 0.4s;
	transition-delay: 0.3s;
}


.course-area h3 span.is-show4:after{
	content: "";
	width: 100%;
}

.schedule-flex{
	display: flex;
}

.scf-1{
	width: 50%;
	box-sizing: border-box;
	padding-right: 30px;
	margin-bottom: 45px;
	position: relative;

}
.scf-2{
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 45px;
}

.scf-1 p{
	width: 330px;
	display: block;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: white;
	background: #21A8AB;
	border-radius: 25px;
	letter-spacing: 0.04em;
	padding:4px 0;
	position: relative;
	z-index: 5;
}


.scf-1:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 0%;
	right: 194px;
	top: 0;
	background:#21A8AB;
	transition: 0.4s;
	z-index: 2;
}

.scf-1.scf-active:after{
	height: 100%;
	top: 45px;
}


.scf-2 p{
	font-size: 20px;
	font-weight: 500;
	margin:4px 0;
}

.scf-1.last:after{
	display: none;
}

.table-area{
	width: 920px;
	display: block;
	max-width: 100%;
	margin:50px auto 82px
}

.tb-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom:1px solid #21A8AB;	
}

.tb-left{
	width: 20%;
	padding-bottom: 12px;
	padding-top: 12px;	
	box-sizing: border-box;

}

.tb-right{
	width: 80%;
	padding-left: 20px;
	padding-bottom: 12px;
	padding-top: 12px;
	box-sizing: border-box;
}

.tb-left p{
	font-size: 20px;
	font-weight: bold;
	margin:12px 0;
	padding-left: 6px;
}

.tb-right p{
	font-size: 16px;
	margin:15px 0 12px;
}

.course-area h3.hukidashi{
	position: relative;
	color: #21A8AB;
	width: 820px;
	margin:0 auto;
}

.course-area h3.hukidashi span{
	display: block;
	font-size: 20px;
	font-weight: 500;
	font-family: source-han-sans-japanese, sans-serif;
}

.course-area h3.hukidashi:before{
	content: '';
	width: 4px;
	height: 100%;
	position: absolute;
	left: -10px;
	top: 10px;
	background: #21A8AB;
	transform:rotate(-20deg);
}

.course-area h3.hukidashi:after{
	content: '';
	width: 4px;
	height: 100%;
	position: absolute;
	right: -10px;
	top: 10px;
	background: #21A8AB;
	transform:rotate(20deg);
}

.coimg-flex2{
	display: flex;
	width: 100%;
	margin-top: 55px;
}

.coimg-flex2 div{
	width: 33.33%;
	box-sizing: border-box;
	padding:0 11.5px;
} 

.coimg-flex2 div img{
	width: 100%;
}

.coimg-flex2 div p{
	text-align: center;
	font-size: 16px;
	margin:15px 0 0;
}

.ef-flex{
	display: flex;
	width: 100%;
	margin-top: 80px;
}

.ef-flex a{
	display: block;
	width: 48%;
}

.ef-flex a .normal{
	transition: 0.4s;

}

.ef-flex a:hover .normal{
	display: none;
	transition: 0.4s;
}

.ef-flex a .hover{
	display: none;
	transition: 0.4s;
}

.ef-flex a:hover .hover{
	display: inline-block;
}

.ef-flex .ef1{
	background: #90CD3F;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	text-align: center;
	margin-right: 2%;
	letter-spacing: 0.1em;
	padding:6px 0px;
	box-sizing: border-box;
	border:2px solid #90CD3F;
	box-sizing: border-box;
	transition: 0.4s;
}

.ef-flex .ef2{
	background: #21A8AB;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	text-align: center;
	margin-right: 2%;
	letter-spacing: 0.1em;
	padding:6px 0px;
	border:2px solid #21A8AB;
	box-sizing: border-box;	
	transition: 0.4s;
}

.ef-flex .ef2:hover{
	color:#21A8AB;
	background: white;
}

.ef-flex .ef1:hover{
	color:#90CD3F;
	background: white;
}

.ef1 img{
	width: 33px;
	margin-right: 13px;
	position: relative;
	top: 3px;
}

.ef2 img{
	width: 29px;
	margin-right: 13px;
	position: relative;
	top: 3px;
}

.section-5{
	background-image:url('../img/sec5-bg.png');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding:300px 0 360px;
	position: relative;

}

.section-5 .wrap .white-bg{
	background: white;
	padding: 38px 90px 60px;
	position: relative;
}

.section-5 .wrap h2{
	font-size: 38px;
	text-align: center;
	margin: 0;
	position: relative;
	z-index: 2;
}

.question{
	position: absolute;
	width: 615px;
	top: -34px;
	right: 0;
	z-index: 1;
}

.qa-list{
	margin-top: 60px;
}

.qa dt{
	padding:0 0 0 55px;
	font-size: 18px;
	position: relative;
	margin: 0!important;
	/* cursor: pointer; */
	transition: transform .4s!important;
}

.qa dt p{
	margin: 0!important;
	padding-bottom: 20px;
}

.qa dd{
	font-size: 16px;
	padding:0 0 0 55px;
	margin: 0!important;
	position: relative;
	/* cursor: pointer; */
  max-height : 200px;
  transition: transform .4s!important;
}

.qa dd p{
	margin: 0!important;
	padding-bottom: 30px;
}

.qa dt:before{
	content: "Q.";
	font-size: 28px;
	font-weight: bold;
	color: #90CD3F;
	position: absolute;
	left: 0;
	top: -11px;
}

.qa dd:before{
	content: "A.";
	font-size: 28px;
	font-weight: bold;
	color: black;
	position: absolute;
	left: 0;
	top: -11px;
}

/* .qa dt:after{
	content: '';
	width: 29px;
	height: 29px;
	background-image: url('../img/plus.png');
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.4s;
} */

.first dt:after{
	background-image: url('../img/negative.png');
}

/* .qa.open dt:after{
	content: '';
	width: 29px;
	height: 29px;
	background-image: url('../img/negative.png');
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.4s;
} */

.news-white{
	margin-top:120px;
}

.news{
	position: absolute;
	left: 0;
	top: -35px;
	width: 358px;
}

.news-flex{
	margin-top: 30px;
	overflow-y: scroll;
	max-height: calc(90px * 3);
}

.news-flex div{
	display: flex;
	width: 100%;
	color: black;
	text-decoration: none;
	padding:15px 0;
	border-bottom:1px solid #E5E5E5;
}

.news-flex div .news-date{
	font-size: 16px;
	width: 15%;
	box-sizing: border-box;
	margin:15px 0;
}

.news-flex div .news-title{
	font-size: 16px;
	width: 85%;
	padding-left: 15px;
	box-sizing: border-box;
	margin:15px 0;
}

	.news-flex div .news-title a{
		color: black;
		transition: 0.4s;
	}

	.news-flex div .news-title a:hover{
		opacity: 0.6;
	}


.abo-wrap{
	position: absolute;
	left: 50%;
	bottom: -5%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
    z-index: 3;
}

.abo-flex{
	display: flex;
	width: 100%;
}

.af-left{
	width: 48%;
	margin-right: 2%;
	box-sizing: border-box;
	background: white;
	padding:62px 0;
	position: relative;
}

.af-right{
	width: 48%;
	margin-left: 2%;
	box-sizing: border-box;
	background: white;
	padding:62px 0;
	position: relative;
}

.abo-flex h3{
	text-align: center;
	font-size: 38px;
	margin: 0;
}

.m-icon{
	width: 32px;
	position: relative;
	margin-right: 8px;
	top: 3px;
}

.af-left p{
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin:40px 0 0;
}

.m-link{
	width: 320px;
	max-width: 95%;
	box-sizing: border-box;
	display: block;
	background: black;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	margin:22px auto 0;
	padding:4px 0;
	transition: 0.4s;
	position: relative;
	z-index: 3;
	border:2px solid black;
}

.m-link .hover{
	display: none;
	transition: 0.4s;
}

.m-link:hover .normal{
		display: none;
		transition: 0.4s;
}

.m-link:hover .hover{
	display: inline-block;
}

.management{
	position: absolute;
	right: 0;
	top: -45px;
	width: 460px;
	max-width: 85%;
}

.contact{
	position: absolute;
	right: 0;
	top: -30px;
	width: 304px;
	max-width: 60%;
}

.m-link:hover{
	color: black;
	background: white;
}


footer{
	padding-top: 180px;
	width: 100%;
	position:relative;
	background: #F8F6E0;
}

.f-logo{
	display: block;
	width: 225px;
	margin:0 auto 100px;
}

.copy-area{
	background: black;
	padding:30px 0;
	color: white;
}

.copy-area p{
	margin: 0;
	font-size: 14px;
	text-align: center;
}

.pt-link{
	position: fixed;
	right: 20px;
	bottom: 70px;
	width:89px;
	height:56px;
	transition: 0.4s;
	z-index: 5;
	opacity: 0;
}

.pt-link.op1{
	opacity: 1;
}

.pt-link img{
	width: 100%;
}

.pt-link:hover{
  transform: translateY(-8px);
}

#course-content1.course-area h3 span:after{
	background: #3882B9;
}

#course-content1 .scf-1 p , #course-content1 .scf-1:after{
	background: #3882B9;
}

#course-content1 .tb-flex{
	border-bottom:1px solid #3882B9;
}
 
#course-content1 .ef-flex .ef2{
	background: #3882B9;
	border:2px solid #3882B9;
}

#course-content1 .ef-flex .ef2:hover{
	background: white;
	color: #3882B9;
}

.cf-link1{
	width:48%;
	margin-right: 2%;
	display: block;
	background: white;
	font-size: 28px;
	border-radius: 25px;
	color:#3882B9;
	text-align: center;
	transition: 0.4s;
	cursor: pointer;
	position: relative;
}

.cf-link1.active{
	background:#3882B9;
	color: white;
}

.cf-link1 .off{
	display: block;
}

.cf-link1.active .off{
	display: none;
	color:#3882B9!important;
}

.cf-link1.active .on{
	display: block;
}

.cf-link1 .on{
	display: none;
	color: white!important;
}

.cf-link2.active{
	background:#3882B9;
	color: white;
}

.cf-link2 .off{
	display: block;
}

.cf-link2.active .off{
	display: none;
	color:#21A8AB!important;
}

.cf-link2.active .on{
	display: block;
}

.cf-link2 .on{
	display: none;
	color: white!important;
}

.cf-link1.active:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -14px;
	transition: 0.4s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #3882B9 transparent transparent transparent;	
}

.cf-link2{
	width:48%;
	margin-left: 2%;
	display: block;
	background: white;
	font-size: 28px;
	border-radius: 25px;
	color:#21A8AB;
	transition: 0.4s;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.cf-link2.active{
	background: #21A8AB;
	color: white;
}


.cf-link2.active:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -14px;
	transition: 0.4s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #21A8AB transparent transparent transparent;	
}

.none{
	height: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
	display: none;
}

.block{
	height: auto;
	display: block;
	visibility: inherit;
	opacity: 1;
	transition: 0.4s;
}

.course-area{
	margin: 0!important;
}

.course-area h3{
	margin-top: 0!important;
}

.course-area h3.bosyuu{
	margin-top: 70px!important;
}

.course-flex{
	margin-bottom: 70px;
}

.step-flex div .step-abo{
	position: absolute;
	top: -40px;
	left: -29px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #90CD3F;
	text-align: center;
	font-size: 14px;
	color: white;
	padding-top: 8px;
	line-height: 1!important;
	box-sizing: border-box;
}

.step-abo span{
	font-size: 28px;
	display: block;
	font-weight: bold;
}

.outline{
	width: 495px;
	position: absolute;
	right: 0;
	top: -118px;
}

.tb-right a{
	color: black;
	transition: 0.4s;
}

.tb-right a:hover{
	opacity: 0.6;
}

#course-hozyo{
	position: relative;
	bottom: 120px;
	display: block;
}

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

	.co2 img{
		max-width: 140%;
	}

	.s4-wrap:after{
		width: 20px;
		right: 0;
	}



	.co3 img{
		max-width: 135%;
		margin-top:300px;
	}

	.deco-title1{
		left: 10px;
	}

	.co1 img{
		max-width: 120%;
	}

	.co4 img{
		max-width: 125%;
		right: 12%;
		position: relative;
	}

	
}


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

	.content{
		padding:35px 55px;
	}

	.header-wrap{
		padding:20px 15px;
	}

	.s4-wrap:after{
		width: 15px;
		right: 0;
	}	

	.header-left{
		width: 40%;
	}

	.header-right{
		width: 60%;
	}

	.header-fix{
		height: 98px;
	}

	.section-1{
		padding-top: 250px;
		padding-bottom: 200px;
	}

	.wrap{
		padding:0 15px;
	}

	.in-flex div{
		width: 33.33%;
	}

	.inverstor-img{
		right: 10px;
	}

	.section-3{
		padding-top: 250px;
	}

	.management{
		top: -20px;
	}

	.contact{
		top: -10px;
	}

	.section-4{
		padding: 250px 0 150px;
	}

	.white{
		padding:55px 20px;
	}

	.section-5{
		padding:200px 0 320px;
	}

	.section-5 .wrap .white-bg{
		padding:38px 20px 40px;
	}

	.wrap2{
		padding:0 15px;
	}

	.course-area h3.hukidashi{
		font-size: 22px;
		width: 650px;
	}

	.course-area h3.hukidashi span{
		font-size: 16px;
	}

	.sf3 , .sf2 , .sf4{
		padding:0 10px;
	}

	.sf1 h3{
		margin-left: 0;
		margin-right: 0;
	}

	.de-img{
		max-width: 90%;
	}

	.pt-link{
		right: 15px;
	}




} 


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

	.ef-flex{
		display: block;
	}

	.ef-flex .ef1{
		width: 100%;
		margin:15px 0;
	}

	.ef-flex .ef2{
		width: 100%;
		margin:15px 0;		
	}

	.section-5 , .section-3{
		background-attachment: scroll;
	}

	.section-5{
		background-image: none;
	}

	.section-5:before{
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-image: url('../img/sec5-bg.png');
		background-position: center;
		background-size: cover;
	}

	.section-1{
		background:#F8F6E0;
		z-index: 1;
		margin-top: 0;
		position: relative;

	}	

	header{
		background:#F8F6E0;
	}

	.mainV{
		background:#F8F6E0;
	}

	.co4 img{
		max-width: 110%;
		right: 25%;
	}



}


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

	.content{
		display:block;
		overflow-y: scroll;
		max-height: 90%;
		padding:55px 30px;
	}

	.close{
		right: 15px;
		top: 15px;
	}

	.cr1{
		margin-top: 10px;
	}

	.c-left{
		width: 100%;
		padding: 0;
	}

	.c-right{
		width: 100%;
		padding: 0;
	}

	.news-flex{
		max-height: calc(118px * 3);
	}

	.s4-wrap:after{
		display: none;
	}

	.logo{
		width: 170px;
		margin-top: 3px;
	}

	.header-right .link1{
		width: 150px;
		font-size: 14px;
		height: 50px;
	}

	.header-right .link1 span{
		font-size: 20px;
	}

	.header-right .link2{
		width: 150px;
		font-size: 14px;
		height: 50px;
	}

	.header-right .link2 span{
		font-size: 20px;
	}

	.in-flex div{
		width: 50%;
	}

	.deco-title1{
		width: 432px;
	}

	.section-1 h2 , .section-2 h2 , .section-3 h2{
		font-size: 28px;
	}

	.s-text1{
		font-size: 16px;
	}

	.s-text1 .strong1 , .s-text1 .strong2{
		font-size: 20px;
	}

	.s-text2{
		font-size: 16px;
	}

	.coimg-flex{
		margin-top: 50px;
	}

	.co1 img{
		max-width: 140%;
	}

	.co2 img{
		margin-top: 40px;
	}

	.co3 img{
		max-width: 145%;
	}

	.inverstor-img{
		width: 488px;
	}

	.in-flex div p.in2{
		margin-bottom: 40px;
	}

	.section-1{
		padding-top: 180px;
	}

	.section-2{
		padding-bottom: 110px;
	}

	.de-img{
		top: -55px;
	}

	.s3-flex div{
		width: 48%;
	}


	.section-3{
		padding:180px 0 110px;
	}

	.section-4{
		padding:180px 0 110px;
	}

	.s3-flex div .s3-title2{
		font-size: 20px;
	}

	.s3-flex div p span{
		font-size: 18px;
	}

	.s4-wrap h2{
		font-size: 28px;
		top: -26px;
	}

	.step-flex{
		display: block;
	}

	.sf1 h3{
		    -ms-writing-mode: horizontal-tb;
    writing-mode:horizontal-tb;
	}

	.sf1{
		width: 100%;
		text-align: center;
		font-size: 28px;
	}

	.sf1 br{
		display: none;
	}

	.sf3, .sf2, .sf4{
		width: 100%;
	}

	.sf3, .sf2, .sf4{
		max-width: 100%;
		display: block;
		margin:30px auto;
		width: 400px;
	}

	.cf-link1{
		font-size: 20px;
	}

	.cf-link2{
		font-size: 20px;
	}

	.course-area h3{
		font-size: 20px;
	}

	.scf-1 p{
		max-width: 100%;
		font-size: 16px;
	}

	.scf-1:after{
		/*bottom: -40.39px;*/
		height: 100%;
		right: 50%;
	}

	.scf-2 p{
		font-size: 16px;
	}

	.tb-left p{
		font-size: 18px;
	}

	.tb-left{
		width: 30%;
	}

	.tb-right{
		width: 70%;
	}

	.question{
		width: 490px;
	}

	.section-5 .wrap h2{
		font-size: 28px;
	}

	.news{
		width: 280px;
	}

	.abo-flex h3{
		font-size: 28px;
	}

	.af-left p{
		font-size: 16px;
		padding:0 5px;
	}

	.s3-flex div.s3-right p span:after{
		height: 6px;
	}

	.scf-1{
		width: 50%;
		margin-bottom: 35px;
		padding-right: 0;
	}


	.scf-1.scf-active:after{
		top: 35.39px!important;
		/*opacity: 1;*/
	}

	.scf-2{
		width: 50%;
		margin-bottom: 35px;
		padding-left: 20px;
	}

	.header-fix{
		height: 90px;
	}

	.sf1 h3{
		font-size: 28px;
	}

	.course-area h3.hukidashi{
		max-width: 88%;
	}

	.news-flex div .news-date{
		width: 20%;
	}

	.news-flex div .news-title{
		width: 80%;
	}

	.course-area h3{
		position: relative;
		z-index: 5;
	}



}


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

	.news-flex{
		max-height: calc(119px * 3);
	}

	.scf-1 p{
		margin-left: 0!important;
	}

	.scf-2 p{
		padding-left: 13%;
	}

	.qa dd p{
		padding-bottom: 10px;
	}

	.qa dt p{
		padding-bottom: 5px;
	}

	#course-hozyo{
		position: relative;
		bottom: 20px;
		display: block;
	}	

	.header-fix.fixed{
		display: none!important;
	}

	.copy-area{
		padding-bottom: 80px;
	}

	.footer-fix{
		display: flex;
		position: fixed;
		bottom: 0px;
		left: 0;
		width: 100%;
		z-index: 10;
		height: 56px;
		opacity: 0;
		transition: 0.6s;
	}

	.footer-fix.fixed2{
			opacity: 1;
	}

	.footer-fix .link1{
		background: #3882B9;
		width: 47%;
		margin:0 1.5%;
		color: white;
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 16px;
		line-height: 1.4;
		padding-top: 5px;
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
	}

	.footer-fix .link1 span{
		display: block;
		font-size: 18px;
		font-weight: bold;
	}

	.footer-fix .link2{
		background: #21A8AB;
		width: 47%;
		margin:0 1.5%;
		color: white;
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 16px;
		line-height: 1.4;
		padding-top: 5px;
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;		
	}	

	.footer-fix .link2 span{
		display: block;
		font-size: 18px;
		font-weight: bold;
	}	

	.outline{
		max-width: 85%;
		width: 320px;
		top: -85px;
		z-index: 1;
	}

	.white{
		position: relative;
		z-index: 2;
	}

	.header-fix{
		height: 77px;
	}

	.scf-1 p{
		width:270px;
	}

	.header-right{
		display: none;
	}

	.header-left{
		width: 100%;
	}

	.header-wrap{
		padding:15px ;
	}

	.deco-title1{
		width: 340px;
		max-width: 70%;
		top: -40px;
	}

	.section-1 h2, .section-2 h2, .section-3 h2{
		font-size: 22px;
	}

	.section-1{
		padding-top: 120px;
		padding-bottom: 150px;
	}

	.s-text1 , .s-text2{
		text-align: left;
	}

	.s-text2 br{
		display: none;
	}


	.co1 img{
		max-width: 170%;
		margin-top: 250px;
	}

	.co2 img{
		max-width: 160%;
	}

	.co3 img{
		max-width: 155%;
	}

	.inverstor-img{
		width: 320px;
		max-width: 70%;
		top: -45px;
	}

	.s3-flex{
		display: block;
	}

	.s3-flex div{
		width: 100%;
	}

	.s3-flex .s3-right{
		margin-top: 60px;
	}

	.de-img{
		max-width: 80%;
	}

	.section-2:before{
		height: 75px;
		top: -75px;
	}

	.section-2 h2{
		margin-bottom: 40px;
	}

	.section-2{
		padding-bottom: 80px;
	}

	.section-3{
		padding:140px 0 80px;
	}

	.section-4{
		padding:140px 0 80px;
	}

	.s4-wrap h2{
		font-size: 22px;
		top: -20px;
	}

	.sf1 h3{
		font-size: 22px;
		margin-top: 0;
	}



	.schedule-flex{
		display: block;
	}

	.scf-1:after{
		right: 93%;
		height: 77px;
		width: 3px;
		top: 0!important;
		opacity: 0;
	}

	.scf-1.scf-active:after{
		top: 35px!important;
		height: 100px;	
		opacity: 1;
	}

	.scf-1.long-bar.scf-active:after{
		height:200px!important;
		top: 35px!important;
	}

	.scf-2{
		margin-bottom: 30px;
	}

	.scf-1{
		margin-bottom: 10px;
		padding: 0;
		width: 100%;
	}

	.scf-2{
		width: 100%;
		padding-left: 0;
	}

	.scf-1 p{
		margin:0 auto;
		width: 175px;
	}

	.scf-1 p.long{
		width: 270px;
	}

	.tb-flex{
		display: block;
	}

	.tb-left{
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.tb-left p{
		margin:10px 0;
	}

	.tb-right{
		width: 100%;
		padding: 0 0 10px;
	}

	.bosyuu{
		margin-top: 100px;
		margin-bottom: 10px;
	}

	.tb-right p{
		margin:10px 0;
	}

	.coimg-flex2 div{
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.coimg-flex2{
		display: block;
	}

	.coimg-flex2 div p{
		margin:12px 0 40px;
	}

	.ef-flex .ef1{
		font-size: 18px;
	}

	.ef1 img{
		width: 22px;
	}

	.ef2 img{
		width: 20px;
	}

	.ef-flex .ef2{
		font-size: 18px;
	}

	.news-white{
		margin-top: 140px;
		margin-bottom: 280px;
	}

	.news-flex div{
		display: block;
	}

	.news-flex div .news-date{
		margin: 10px 0;
		width: 100%;
	}

	.news-flex div .news-title{
		padding: 0;
		margin:10px 0;
		width: 100%;
	}

	.news-flex div{
		padding:0 0 10px;
	}

	.abo-flex{
		display: block;
	}

	.abo-wrap{
		position: inherit;
		margin-top: 100px;
	}

	.af-left{
		width: 100%;
		margin: 0;
		padding:40px 0;
	}

	.af-right{
		width: 100%;
		margin: 0;
		padding:40px 0;
	}

	.section-5{
		padding-top: 140px;
		padding-bottom: 0;
	}

	.af-right{
		position: relative;
		top: 60px;
	}

	.abo-flex h3{
		font-size: 22px;
	}

	.af-left p{
		margin-top: 20px;
	}

	.m-link{
		max-width: 90%;
		font-size: 20px;

	}

	.m-icon{
		width: 24px;
	}

	.pt-link{
		width: 68px;
		height: 43px;
		bottom: 70px;
	}

	.pcimg{
		display: none;
	}

	.smimg{
		display: block;
	}

	.cf-link1{
		font-size: 18px;
		padding:4px 0;
		width: 49%;
		margin-right: 1%;
	}

	.cf-link2{
		font-size: 18px;
		padding:4px 0;
		width: 49%;
		margin-left: 1%;
	}

	.question{
		width: 320px;
	}

	.f-logo{
		width: 170px;
	}

	footer{
		padding-top: 120px;
	}

	.tb-left p{
		padding-left: 0;
	}

	.section-5 .wrap h2{
		font-size: 22px;
	}



}


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

	.s-text1 .strong1, .s-text1 .strong2{
		font-size: 18px;
	}

	.co1 img{
		max-width: 200%;
	}

	.co3 img{
		max-width: 250%;
		right: 50%;
		position: relative;
	}

	.section-2 h2{
		margin-bottom: 30px;
	}


	.in-flex div p.in1{
		font-size: 13px;
	}

	.in-flex div p.in2{
		margin-bottom: 30px;
		font-size: 12px;
	}

	.section-2{
		padding-bottom: 60px;
	}

	.section-3 h2{
		margin-bottom: 50px;
	}

	.s3-flex div .s3-title1 , .s3-flex div .s3-title2{
		font-size: 20px;
		top: -18px;
	}

	.de-img{
		top: -40px;
	}

	.white{
		padding:40px 15px;
	}

	.s4-wrap h2{
		font-size: 20px;
		top: -18px;
	}

	.sf1 h3{
		font-size: 20px;
	}

	.course-flex{
		margin-top: 0px;
	}

	.table-area{
		margin-top: 40px;
	}

	.course-area h3.hukidashi{
		max-width: 82%;
		font-size: 20px;
	}

	.course-area h3.hukidashi span{
		font-size: 15px;
	}

	.course-area h3.hukidashi:before{
		width: 2px;
	}

	.course-area h3.hukidashi:after{
		width: 2px;
	}

	.qa dt{
		font-size: 16px;
		padding:0 0 0 40px;
		margin-bottom: 17px;
	}

	.qa dt:before{
		font-size: 20px;
		top: -3px;
	}

	.qa dd{
		padding:0 0 0 40px;
	}


	.qa dd:before{
		font-size: 20px;
		top: -3px;		
	}

	/* .qa dt:after , .qa.open dt:after{
		width: 20px;
		height: 20px;
	} */

	.qa dd{
		margin-bottom: 27px;
	}

	.section-1{
		padding-bottom: 130px;
		padding-top: 110px;
	}

	.section-3 , .section-4{
		padding: 110px 0 70px;
	}

	.course-area h3{
		margin-top: 0;
	}

	.course-area{
		margin-top: 55px;
	}

	.section-5{
		padding-top: 110px;
	}

	.news-white{
		margin-top: 110px;
		margin-bottom: 220px;
	}

	.abo-wrap{
		margin-top: 80px;
	}

	.question{
		width: 260px;
		top: -10px;
	}

	.qa-list{
		margin-top: 30px;
	}

	.section-5 .wrap .white-bg{
		padding-bottom: 40px;
	}

	.news{
		width: 240px;
		top: -10px;
	}

	.af-left , .af-right{
		padding:30px 0;
	}

	.cf-link1{
		font-size: 16px;
	}

	.cf-link2{
		font-size: 16px;
	}

	.course-area h3.bosyuu{
		margin-bottom: 0;
	}

	.co4 img{
		max-width: 100%;
		right: 0px;
	}

	.co3{
		width: 20%;
	}

	.co4{
		width: 30%;
	}

	.co2 img{
		right: 40px;
	}

	.co3 img{
		max-width: 450%;
		width: 140px;
	}

	.qa dt{
		padding-right: 0 0 0 30px;
	}

	.qa dd{
		padding-right: 0 0 0 30px;
	}

	.section-2 .wrap{
		padding:0 10px;
	}

	.footer-fix{
		height: 52px;
	}

	.footer-fix .link1 , .footer-fix .link2{
		font-size: 15px;
	}

	.footer-fix .link1 span , .footer-fix .link2 span{
		font-size: 17px;
	}

	.section-4 .s4-wrap .white h2{
		width: 200px;
	}


	.news-flex{
		max-height: calc(147px * 3);
	}	

	.header-wrap{
		background:#F8F6E0;
	}

	.content{
		padding:55px 20px;

	}

	.cr1 , .cr2 span , .cr3{
		font-size: 15px;
	}

	.cr2{
		font-size: 17px;
	}

	.cr1{
		margin-top: 8px;
	}

	.cr2{
		margin:8px 0 12px;
	}




}

/*add.css*/
/*見出し太さ調整*/
h2,h3 {
	font-weight: 500;
}
/*coming soon表示*/
.cs_banner {
    font-size: 69px;
    font-weight: 600;
    text-align: center;
    margin: 80px 0 0;
    padding: 30px;
    background-color: white;
    line-height: 87px;
    text-decoration: underline;
    text-decoration-color: #F6E15A;
    text-underline-offset: -12px;
    text-decoration-thickness: 31px;
    text-decoration-skip-ink: none;
}
.cs-banner:after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 8px;
	background: #3882B9;
	z-index: -1;
	transition: 0.4s;
	transition-delay: 0.3s;
}
@media screen and (max-width:440px){
    .cs_banner {
		margin: 30px 0 0;
        font-size: 38px;
		line-height: 42px;
		text-underline-offset: -10px;
		text-decoration-thickness: 22px;
    }
}
.cs_banner span {
    font-size: 85px;
    font-weight: 500;
    text-align: right;
}
@media screen and (max-width:440px){
	.cs_banner span {
		font-size: 60px;
	}
}

/*lead追加*/
.lead {
    width: 50%;
    text-align: center;
    font-size: 24px;
	font-weight: 500;
}
.-blue {
	color: #3882B9;
	margin-right: 2%;
}
.-green {
	color: #21A8AB;
	margin-left: 2%;
}

@media screen and (max-width:440px){
	.lead {
		font-size: 18px;
	}
	.-blue {
		margin-right: 1%;
	}
	.-green {
		margin-left: 1%;
	}
}

.lead-flex {
	display: flex;
	width: 100%;
	margin-top: 165px;
}
/*県HPリンク*/
.pref-link {
    width: 225px;
    margin: 0 auto;
}

/*SPのみ改行*/
br.sp-hidden {
	display: none;
}
@media screen and (max-width:440px){
	br.sp-hidden {
		display: block;
	}
}

/*募集要項PDF*/
.pdf {
	text-align: center;
	margin-top: -30px;
}

/*20231031*/
.plus__info{
	position:relative;
	width:97%;
	display:block;
	margin:40px auto 0;
	box-sizing:border-box;
	padding:35px;
	background: rgba(255,255,255,0.9);
	line-height: 1.5;
}

.plus__info p{
	margin: 0 0 20px;
	font-size:16px;
}

.plus__flex{
	display: flex;
	justify-content: space-between;
}

.plus__flex .plus__col{
	width: 50%;
}

.plus__flex .plus__col p{
	margin: 0;
}


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

	.plus__flex{
		display: block;
	}

	.plus__flex .plus__col{
		width: 100%;
	}


}

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

	.plus__info{
		padding:20px 10px;
		letter-spacing: 0.02em;
	}

	.plus__info{
		width: 100%;
	}

}

/*電話番号追加*/
.tel {
	text-align: center;
}

.tel a {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
}

/*追加CSS*/

.plus__section1{
	padding:100px 0 140px;
	position:relative;
}

.ps__title{
		text-align: center;
    font-size: 38px;
    margin: 0 0 55px;
    position: relative;
    z-index: 3;
}

.winner__img{
	position:absolute;
	width: 510px;
	right: 0;
	top: -77px;
}

.w-1{
	margin:0;
	text-align: center;
}

.w-1 img{
	width: 261px;
}

.winner__bg{
	background: #21A8AB;
	width: 100%;
	margin-top: 38px;
	line-height: 1;
}

.winner__bg .wrap{
	display:flex;

}

.ww__left{
	width: 480px;
}

.ww__right{
	width: calc(100% - 480px);
	box-sizing: border-box;
	padding-left: 48px;
	padding-top: 48px;
}

.ww__right.wr__2{
	width: calc(100% - 480px);
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 48px;
	padding-top: 48px;
}

.ww__left img{
	width: 100%;
	line-height: 1;
}

.ww__right .rel{
	position:relative;
	display:inline-block;
}

.ww__right h3{
	margin: 0;
	font-size: 24px;
	font-weight: bold;

}

.ww__right h3 span{
	background: white;
	padding:12px 13px;
	display:inline-block;
}

.ww__right .rel p{
	color: white;
	margin: 0;
	font-size: 16px;
	position:absolute;
	right: -40px;
}

.ww__right p span{
	background:black;
	padding:10px 12px;
	display:inline-block;	
}

.wwr__text{
	margin:72px 0 0;
	font-size: 20px;
	color: white;
	line-height: 1.8;
}

.comment__area{
	width: 956px;
	max-width: 90%;
	display:block;
	box-sizing: border-box;
	margin:-50px auto 0;
	background: white;
	padding:40px 48px;
	position:relative;
	z-index: 2;
}

.comment__area h3{
	font-size: 20px;
	font-weight: 500;
	margin:0 0 17px;
	color:#21A8AB;
}

.comment__area p{
	font-size: 16px;
	margin: 0;
	line-height: 1.8;
}

.w-2.w-1{
	margin-top: 180px;
}

.speakers__img{
	position:absolute;
	width: 677px;
	left: 0;
	top: -77px;
}

.sec__titile{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	width: 420px;
	border-radius: 24px;
	display:block;
	margin:0 auto 48px;
	padding:2px 0;
	color:white;
	background:#21A8AB;
}

.plus__section2{
	padding:140px 0;
}

.speakers__flex{
	display:flex;
	flex-wrap: wrap;
}

.speakers__flex .speakers__col{
	width: 33.333%;
	box-sizing: border-box;
	margin-bottom: 36px;
}

.speakers__flex .speakers__col img{
	width: 100%;
	margin-bottom: 20px;
}

.speakers__flex .speakers__col:nth-child(1) , .speakers__flex .speakers__col:nth-child(4) , .speakers__flex .speakers__col:nth-child(7){
	padding-right: 26px;
}

.speakers__flex .speakers__col:nth-child(2) , .speakers__flex .speakers__col:nth-child(5) , .speakers__flex .speakers__col:nth-child(8){
	padding:0 13px;
}

.speakers__flex .speakers__col:nth-child(3) , .speakers__flex .speakers__col:nth-child(6){
	padding-left: 26px;
}

.speakers__flex .speakers__col h3{
	font-size:18px;
	margin:4px 0;
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: -0.01em;
}

.speakers__flex .speakers__col h3 span{
	display:inline-block;
	background: white;
	padding:2px 10px;
}

.sp__text1{
	margin: 16px 0;
	color:white;
	font-size: 16px;
	color:white;
}

.sp__text1 span{
	display:inline-block;
	background: black;
	padding:6px 10px;	
	line-height: 1.4;
}

.sp__text2{
	font-size: 14px;
	margin: 0;

}

.color2.sec__titile{
	background: #3882B9;
	margin-top: 145px;
}

.judges__img{
	position:absolute;
	width: 513px;
	right: 0;
	top: -77px;	
}

.plus__section3{
	padding:140px 0 245px;
	position:relative;

}

.judges__flex{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}

.judges__flex .judges__col{
	width: 33.33%;
	box-sizing: border-box;
	margin-bottom: 48px;
}

.judges__flex .judges__col:nth-child(1){
	padding-right: 26px;
}

.judges__flex .judges__col:nth-child(2){
	padding:0 13px;
}

.judges__flex .judges__col:nth-child(3){
	padding-left: 26px;
}

.judges__flex .judges__col:nth-child(4){
	padding-right: 20px;
	padding-left: 6px;
}

.judges__flex .judges__col:nth-child(5){
	padding-left: 20px;
	padding-right: 6px;
}

.judges__flex .judges__col img{
	width: 100%;
}

.ju__info{
	background: white;
	width: calc(100% - 40px);
	display:block;
	margin:-40px auto 0;
	box-sizing: border-box;
	padding:14px 5px;
	position:relative;	
	z-index: 2;
}

.jui__text1{
	text-align: center;
	font-size: 16px;
	margin: 0 0 2px;
}

.jui__text2{
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
}

.jui__text1.height3{
	height:86.39px;
}

.speakers__flex .speakers__col h3 , .ww__right h3 , .comment__area h3{
	font-family: source-han-sans-japanese, sans-serif;
}

@media screen and (max-width: 1170px){
	.winner__bg .wrap{
		padding: 0;
	}

	.ww__right{
		padding-left: 30px;
		padding-right: 20px;
	}

	.ww__right.wr__2{
		padding-right: 30px;
		padding-left: 20px;
	}

	.speakers__flex .speakers__col{
		width: 50%;
	}

	.speakers__flex .speakers__col:nth-child(odd){
		padding-left: 0;
		padding-right: 20px;
		transition-delay: 0.1s;
	}

	.speakers__flex .speakers__col:nth-child(even){
		padding-right: 0;
		padding-left: 20px;
		transition-delay: 0.3s;
	}

	.ww__right h3 span{
		line-height: 1.4;
		padding:7px 13px;
	}

	.ww__right .rel p{
		right: -20px;
	}

	.plus__section1{
		background: #F8F6E0;
	}

	.plus__section2{
		background: #F8F6E0;
	}

	.plus__section3{
		background: #F8F6E0;
	}

	.ww__right h3{
		font-size: 20px;
	}

	.ww__right .rel p{
		font-size: 14px;
	}

	.comment__area{
		padding:30px 35px;
	}

	.comment__area h3{
		font-size: 18px;
	}

	.comment__area p{
		font-size: 14px;
	}

	.w-1 img{
		width: 230px;
	}

	.w-1 img{
		width: 200px;
	}

	.ju__info{
		width: calc(100% - 20px);
		margin-top: -30px;
	}

	.jui__text1{
		font-size: 14px;
	}

	.jui__text2{
		font-size: 18px;
	}

	.judges__flex .judges__col:nth-child(1){
		padding-right: 16px;
	}

	.judges__flex .judges__col:nth-child(2){
		padding:0 8px;
	}

	.judges__flex .judges__col:nth-child(3){
		padding-left: 16px;
	}

	.judges__flex .judges__col:nth-child(4){
		padding-left: 0;
		padding-right: 16px;
	}

	.judges__flex .judges__col:nth-child(5){
		padding-right: 0;
		padding-left: 16px;
	}

	.ww__left{
		width: 380px;
	}

	.ww__left{
		width: 380px;
	}

	.ww__right{
		width: calc(100% - 380px);
		padding-bottom: 25px;
	}

	.ww__right.wr__2{
		width: calc(100% - 380px);
		padding-bottom: 25px;
	}

	.comment__area{
		margin-top: -20px;
	}



}

.sp{
	display:none!important;
}

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


	.sp{
		display:block!important;
	}

	.pc{
		display:none!important;
	}

	.judges__flex .judges__col{
		width: 50%;
	}

	.judges__flex .judges__col:nth-child(odd){
		padding-left: 0;
		padding-right:16px;
		transition-delay: 0.1s;
	}

	.judges__flex .judges__col:nth-child(even){
		padding-right: 0;
		padding-left:16px;
		transition-delay: 0.3s;
	}

	.judges__flex .judges__col:last-child{
		padding:0 8px;
	}

	.jui__text1.height3{
		height: auto;
	}

	.winner__img{
		width: 380px;
		top: -50px;
	}

	.winner__bg .wrap{
		display:block;
	}

	.ww__left{
		width: 100%;
	}

	.ww__right{
		width: 100%;
		padding:40px 20px 45px;
	}

	.ww__right.wr__2{
		width: 100%;
		padding:40px 20px 45px;		
	}

	.speakers__img{
		width: 400px;
		top: -30px;
	}

	.judges__img{
		width: 370px;
		top: -40px;
	}

	.plus__section1{
		padding:50px 0  100px;
	}

	.plus__section2{
		padding:100px 0;
	}

	.sec__titile{
		font-size: 20px;
		width: 370px;
	}

	.ps__title{
		font-size: 30px;
		margin-bottom: 45px;
	}

	.speakers__flex .speakers__col h3{
		font-size: 15px;
		text-align: center;
	}

	.speakers__flex .speakers__col img{
		margin-bottom: 10px;
	}

	.sp__text1{
		font-size: 14px;
		margin:14px 0;
		text-align: center;
	}

	.sp__text2{
		text-align: center;
	}

	.speakers__flex .speakers__col{
		margin-bottom: 45px;
	}

	.speakers__flex .speakers__col:nth-child(odd){
		padding-right: 16px;
	}

	.speakers__flex .speakers__col:nth-child(even){
		padding-left: 16px;
	}

	.plus__area{
		background:#F8F6E0;
		margin-top: -1px;
		height: calc(100% + 1px);
	}

	.section-2{
		margin-top: -1px;
	}

	.jcol2 .jui__text2{
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 13px;
	}

	.jcol3 .jui__text2{
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 13px;
	}

	.jcol1 .ju__info , .jcol2 .ju__info{
		height: 138px;
	}

	.jcol3 .ju__info , .jcol4 .ju__info{
		height: 163px;
	}

	.speakers__flex .speakers__col{
		width: 100%;
		padding: 0!important;
	}

	.judges__flex .judges__col:nth-child(odd){
		padding-right: 10px;
	}

	.judges__flex .judges__col:nth-child(even){
		padding-left: 10px;
	}




}

.sp2{
	display:none;
}

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

	.sp2{
		display:block;
	}

	/*.plus__section2{
		padding:80px 0 10px;
	}*/

	.winner__img{
		width: 270px;
		max-width: 90%;
		top: -37px;
	}

	.w-1 img{
		width: 160px;
	}

	.ww__right h3{
		font-size: 18px;
	}

	.wwr__text{
		margin-top: 55px;
		font-size: 16px;
	}

	.comment__area{
		padding:25px 25px;
	}

	.comment__area h3{
		margin-bottom: 13px;
	}

	.color2.sec__titile{
		margin-top: 80px;
	}

	.w-1 img{
		width: 130px;
	}

	.speakers__img{
		width: 280px;
		top: -25px;
	}

	.sec__titile{
		max-width: 100%;
		width: 280px;
		padding: 1px 0;
		margin-bottom: 30px;
	}

	.speakers__flex .speakers__col{
		width: 100%;
		padding: 0!important;
	}

	.judges__img{
		width: 260px;
		top: -30px;
	}

	.judges__flex .judges__col:nth-child(odd){
		padding-right:7px;
	}

	.judges__flex .judges__col:nth-child(even){
		padding-left: 7px;
	}

	.jui__text1{
		font-size: 12px;
	}

	.jui__text2{
		font-size: 15px;
	}

	.ju__info{
		width: calc(100% - 10px);
    margin-top: -20px;
    padding:10px 2px;
	}

	.plus__section1{
		padding: 40px 0 60px;
	}

	.ww__right{
		padding-top: 30px;
	}

	.w-2.w-1{
		margin-top: 80px;
	}

	.plus__section3{
		padding:80px 0 140px;
	}

	.comment__area{
		width: calc(100% - 30px);
	}

	.winner__bg{
		margin-top: 25px;
	}

	.sp__text1{
		font-size: 12px;
	}

	.ps__title{
		font-size: 24px;
	}

	.ww__right .rel p{
		font-size: 13px;
		right:-30px;
	}

	.jcol1 .ju__info , .jcol2 .ju__info{
		position:relative;
		height:114px;
		box-sizing: border-box;
	}

	.jcol2 .jui__text2{
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 14px;
	}	

	.jcol3 .jui__text2{
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 13px;
	}

	.jcol3 .ju__info{
		height: 135px;
	}

	.jcol4 .ju__info{
		height: 135px;
	}

	.jui__text2{
		margin-top: 5px;
		line-height: 1.53;
	}









}

/*2024add.css*/
.cs_banner.winner {
	margin: 80px 0 200px;
	background-color: #F8F6E0;
}

.ps__title.plus {
	font-size: 20px;
	margin-top: -3.5rem;
}

.kaisei.plus2 {
	font-size: 20px;
	margin-top: -3.5rem;
}

@media screen and (max-width: 800px){
	.section-2 h2 {
		font-size: 30px;
	}
	.kaisei.plus2 {
		margin-top: -2.5rem;
	}
}