@charset "UTF-8";

@media screen and (min-width: 768px) {
  body.page-seminar02{
    padding-top: 80px;
  }
}

body.page-seminar02 main{
  padding: 0;
	font-size: 1.6rem;
}

#seminar02{
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: 'Kosugi Maru', sans-serif;
}

#seminar02 img, img.wa{
  display: block;
  width: auto;
  margin: 0 auto;
}

#seminar02 a:hover{
  opacity: 0.8;
}

#seminar02 .inner{
  max-width: 1080px;
}

.header, .hamburger{
  display: none!important;
}

.header_lp{
  width: 100%;
  height: auto;
  padding: 0 20px;
}

.header_lp > .flex{
  height: 80px;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  align-items: center;
}

.header_lp ul li{
  width: 60px;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  body.page-seminar02{
    padding-top: 60px;
  }
  #seminar02{
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #seminar02 a{
    display: block;
  }
  .header_lp{
    padding: 0 10px;
  }
  .header_lp .flex{
    display: flex;
    height: 60px;
    align-items: center;
  }
  .header_lp ul > li{
    display: block;
    width: 50px;
  }
}

#mv{
  display: flex;
  align-items: center;
	height: 700px;
	background: url(../img/seminar02/mv_bg.webp) no-repeat center bottom / cover;
}

.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.infinite-slider .swiper-slide {
  height: 200px !important;
  width: auto !important;
}

.infinite-slider .swiper-slide a{
	display: block;
	padding: 0 10px;
  height: 200px !important;
  width: auto !important;
	overflow: hidden;
}

.infinite-slider .swiper-slide img {
  width: auto!important;
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
}

.modaal-overlay {
	z-index: 1001!important;
}

@media screen and (max-width: 767px){
	#mv{
		height: auto;
	}
	.infinite-slider .swiper-slide,
	.infinite-slider .swiper-slide a{
	  height: 90px !important;
	}
	.infinite-slider .swiper-slide a{
		padding: 0 5px;
	}
}

.bg{
	background: #C4A580;
}

.ttl{
	padding: 70px 0 40px 0;
	line-height: 1.4;
	text-align: center;
	font-size: 4rem;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: normal;
	color: #A7855D;
	background: url(../img/seminar02/ttl_glow2.svg) no-repeat center top;
	border-bottom: 3px solid #A7855D;
}

@media screen and (max-width: 767px){
	.sec {
	    padding: 60px 20px;
	}
	.ttl{
		padding: 30px 0 30px 0;
		font-size: 2rem;
		background-size: auto 20px;
	}
}

.bg .ttl{
	color: #fff;
	background-image: url(../img/seminar02/ttl_glow.svg);
	background-color: #C4A580;
	border-bottom: 3px solid #fff;
}

.nayami{
	color: #fff;
	background-color: #6B8EAC;
}

.nayami .ttl{
	color: #fff;
	background-image: url(../img/seminar02/ttl_glow.svg);
	border-bottom: 3px solid #fff;
}

.list_box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.list_box li{
	text-align: center;
	padding: 30px;
	border-radius: 10px;
	color: #454545;
	background: #fff;
}

.list_box li h3{
	margin: 15px 0 10px 0;
	color: #31628D;
	font-size: 2.5rem;
}

@media screen and (max-width: 767px){
	.list_box{
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.list_box li h3{
		font-size: 2rem;
	}
	.list_box li p{
		text-align: left;
	}
	.list_box li p br{
		display: none;
	}
}

mark{
	font-weight: normal;
	font-style: normal;
	background: linear-gradient(transparent 50%, #FFEFAC 50%);
}

.about .wrap{
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 50px;
}

.about .wrap h3{
	font-size: 2.5rem;
}

.about .wrap p{
	margin-top: 20px;
}

.about .wrap .img img{
	border-radius: 10px;
}

.about .prof_wrap{
	margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about .prof_wrap .img{
	flex: 0 1 360px;
}

.about .prof_wrap .txt{
	flex: 1 1 0%;
  display: flex;
  align-items: center;
}

.about .prof_wrap .txt .in{
	padding: 40px 60px;
	background: #FFEFAC;
}

.about .prof_wrap .txt h4{
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 30px;
}

.about .prof_wrap .txt h4 strong{
	display: block;
	font-weight: normal;
	font-size: 2.6rem;
}

@media screen and (max-width: 767px){
	.about .wrap{
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.about .wrap h3{
		font-size: 2rem;
	}
	.about .prof_wrap{
		margin-top: 60px;
	  display: block;
	}
	.about .prof_wrap .txt{
	  display: block;
	}
	.about .prof_wrap .txt .in{
		padding: 30px 20px;
	}
	.about .prof_wrap .txt h4 strong{
		font-size: 2rem;
	}
}

.merit .list_box li{
	border:2px solid #A7855D;
}

.merit .list_box li h3{
	color: #A7855D;
}

.tb1{
  width: 100%;
	border-collapse: collapse;
  line-height: 1.5;
}

.tb1 th, .tb1 td{
  padding: 10px 20px;
  font-weight: normal;
  text-align: left;
  vertical-align : middle;
 border: 1px solid #A7855D;
}

.tb1 th{
	text-align: center;
	background: #EBDECC;
}

@media screen and (max-width: 767px){
	.tb1 th, .tb1 td{
	  padding: 5px;
	  font-size: 1.3rem;
	}
}

.osusume{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.osusume .chara3{
	width: 250px;
	position: absolute;
	bottom: 0;
	right: 30px;
}

.check_dl{
	text-align: left;
	padding: 60px 80px;
	line-height: 1.4;
	background: #fff;
	border-radius: 10px;
}

.check_dl dt{
	padding-left: 50px;
	margin-bottom: 10px;
	font-size: 2.5rem;
	color:#31628D;
	background: url(../img/seminar02/icon_check2.svg) no-repeat left center;
}

.check_dl dd{
	padding-left: 50px;
}

.check_dl dd + dt{
	margin-top: 40px;
}

.tokucho{
	position: relative;
}

.tokucho .check_dl dt, .tokucho .check_dl dd{
	width: min(100%, 580px);
	margin-left: auto;
	margin-right: auto;
}

.tokucho .check_dl dt{
	color: #A7855D;
	background: url(../img/seminar02/icon_check.svg) no-repeat left center;
}

.tokucho .chara1{
	width: 256px;
	position: absolute;
	bottom: 0;
	left: 30px;
}

.tokucho .chara2{
	width: 207px;
	position: absolute;
	bottom: 0;
	right: 30px;
}

@media screen and (max-width: 1200px){
	.tokucho{
		padding-bottom: 17vw;
	}
	.tokucho .chara1{
		width: 15vw!important;
		left: 10px;
	}
	.tokucho .chara2{
		width: 15vw!important;
		right: 10px;
	}
}
@media screen and (max-width: 1100px){
	.osusume .chara3{
		width: 15vw!important;
		right: 10px;
	}
	.check_dl dt{
		font-size: 2.2rem;
	}
	.check_dl dd + dt{
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px){
	.check_dl{
		padding: 20px;
	}
	.check_dl dt{
		padding-left: 30px;
		font-size: 1.8rem;
		background-size: 22px!important;
	}
	.check_dl dd{
		padding-left: 30px;
	}
	.check_dl dd + dt{
		margin-top: 20px;
	}
}

.seminar02_voice li{
	margin-bottom: 20px;
	padding: 20px 40px;
	border-radius: 10px;
	border: 1px solid #C4A580;
}

@media screen and (max-width: 767px){
	.seminar02_voice li{
		padding: 20px 10px;
	}
}




