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


/* ==========================================================================
   RESET
   ========================================================================== */
/*
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

* {
	box-sizing: border-box;
}

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

a, a:hover {
	color: inherit;
	text-decoration: none;
}

b {
	font-weight: bold;
}

*:focus {
	outline: none;
}

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

[id^="anchor"]{
	scroll-margin-top: 120px;
}

#wrapper {
	font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	overflow: hidden;
}

#wrapper img {
	max-width: 100%;
	height: auto;
}

#wrapper .disp-pc { display: block; }
#wrapper .disp-sp { display: none; }

@media only screen and (max-width: 767px) {
	#wrapper .disp-pc { display: none; }
	#wrapper .disp-sp { display: block; }
}

#wrapper .lyt-inner {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper .content-inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  #wrapper .lyt-inner {
		width: 100%;
		padding: 0 15px 0 15px;
	}
}

@media only screen and (max-width: 767px) {
  #wrapper .lyt-inner {
		width: 100%;
		padding: 0;
	}
}


/* ==========================================================================
   common
   ========================================================================== */
#wrapper .entry-buttons{
	gap: 0 20px;
}

#wrapper .entry-btn-area{
	display: block;
	width: 287px;
	margin: 0 auto;
}

#wrapper .entry-btn-area .entry-btn{
	width: 100%;
}

@media (any-hover: hover) {
	#wrapper a:hover {
		opacity: .8;
		transition: all 600ms;
	}
}

@media only screen and (max-width: 1024px) {
	#wrapper .entry-buttons{
		width: 56%;
		margin: 0 0 0 auto;
		gap: 0 10px;
	}
	
	#wrapper .entry-btn-area{
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .entry-buttons{
		width: 56%;
		margin: 0 0 0 auto;
		gap: 0 10px;
	}
	
	#wrapper .entry-btn-area{
		width: 50%;
	}
}

#wrapper .flex-box{
	display: flex;
	flex-flow: row nowrap;
}

#wrapper .lead-text{
	font-size: 27px;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	#wrapper .lead-text{
		font-size: 3.1vw;
		line-height: 1.7;
	}
}

/* ==========================================================================
   contents
   ========================================================================== */
#wrapper .headnav{
	position: fixed;
	z-index: 20;
	background: #fff;
	width: 100%;
	height: 95px;
}

#wrapper .headnav .head-inner{
	max-width: 100%;
  	padding: 15px 3%;
}

#wrapper .head-inner{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#wrapper .logo {
	width: 235px;
}

@media (any-hover: hover) {
	#wrapper a:hover {
		opacity: .8;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .headnav{
		width: 100%;
		height: 50px;
	}
	
	#wrapper .headnav .head-inner{
		padding: 10px 3%;
	}

	#wrapper .logo {
		width: 120px;
	}
}

/* ====================
   .hero
   ==================== */
#wrapper .hero {
	width: 95%;
	padding: 140px 0 0 0;
	margin: 0 auto;
	position: relative;
}


@media only screen and (max-width: 1024px) {
	#wrapper .hero {
		padding: 110px 0 0 0;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .hero {
		padding: 70px 0 0 0;
	}
}

/* ====================
   .lead
   ==================== */
#wrapper .sec-lead{
	text-align: center;
}

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

}

@media only screen and (max-width: 767px) {
	#wrapper .sec-lead{
		margin-top: -5x;
	}
}


/* ====================
   .sec01
   ==================== */
#wrapper .sec01{
	padding: 70px 0 50px;
}

#wrapper .sec01 .section-title{
	position: relative;
	padding: 8px 30px;
	text-align: center;
}

#wrapper .sec01 .section-title::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 92%;
	height: 75px;
	background: #00a6e2;
	z-index: -1;
}

#wrapper .sec01 .title-text{
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.4;
}

#wrapper .sec01 .appeal-list{
	position: relative;
}

#wrapper .sec01 .appeal-item{
	position: relative;
	width: 100%;
	max-width: 1100px;
	padding: 0;
}

#wrapper .sec01 .appeal-item02{
	margin: 0 0 0 auto;
}

#wrapper .sec01 .appeal-item + .appeal-item{
	margin-top: 55px;
}

#wrapper .sec01 .appeal-inner{
	position: relative;
	z-index: 2;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 120px);
	min-height: 250px;
	margin-left: 120px;
	padding: 45px 50px 0 45px;
	background: #fff;
	box-sizing: border-box;
}

/* L字の青装飾：左側 */
#wrapper .sec01 .appeal-inner::before{
	content: "";
	position: absolute;
	top: 0;
	left: -120px;
	width: 120px;
	height: 100%;
	background: #00a6e2;
	z-index: -1;
}

/* L字の横線：左側 */
#wrapper .sec01 .appeal-inner::after{
	content: "";
	position: absolute;
	top: 0;
	left: -120px;
	width: calc(100% + 120px);
	height: 8px;
	background: #00a6e2;
	z-index: -1;
}

/* 1つ目は横線なし */
#wrapper .sec01 .appeal-item01 .appeal-inner::after{
	display: none;
}

/* 2つ目だけ右寄せ */
#wrapper .sec01 .appeal-item02 .appeal-inner{
	margin-left: 0;
	margin-right: 120px;
}

/* L字の青装飾：右側 */
#wrapper .sec01 .appeal-item02 .appeal-inner::before{
	left: auto;
	right: -120px;
}

/* L字の横線：右側 */
#wrapper .sec01 .appeal-item02 .appeal-inner::after{
	left: 0;
	right: auto;
	width: calc(100% + 120px);
}

/* テキスト */
#wrapper .sec01 .text-area{
	width: calc(100% - 180px);
}

#wrapper .sec01 .icon-area{
	width: 187px;
	flex: 0 0 187px;
}

#wrapper .sec01 .icon-area img{
	display: block;
	width: 100%;
}

#wrapper .sec01 .item-title{
	margin-bottom: 18px;
	font-size: 31px;
	font-weight: 700;
	line-height: 1.4;
}

#wrapper .sec01 .text{
	font-size: 24px;
	line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
	#wrapper .sec01 .title-text{
		font-size: 3.5vw;
	}
	
	#wrapper .sec01 .item-title{
		font-size: 2.8vw;
	}
	
	#wrapper .sec01 .text{
	font-size: 2.8vw;
  }
	
	#wrapper .sec01 .text-area{
		width: calc(100% - 100px);
	}

	#wrapper .sec01 .icon-area{
		width: 100px;
		flex: 0 0 100px;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .sec01{
		padding: 10px 0 20px;
	}

	#wrapper .sec01 .section-title{
		padding: 8px 0;
	}

	#wrapper .sec01 .section-title::after{
		width: 100%;
		height: 10vw;
	}

	#wrapper .sec01 .title-text{
		font-size: 4.5vw;
	}
	
	#wrapper .sec01 .appeal-item{
		width: 100%;
	}

	#wrapper .sec01 .appeal-item02{
		margin: 0;
	}

	#wrapper .sec01 .appeal-item + .appeal-item{
		margin-top: 20px;
	}

	#wrapper .sec01 .appeal-inner{
		width: 100%;
		min-height: auto;
		margin-left: 40px;
		padding: 40px 20px 0 0;
		flex-flow: column;
		position: relative;
	}

	#wrapper .sec01 .appeal-inner::before{
		left: -40px;
		width: 25px;
	}
	
	#wrapper .sec01 .appeal-item01 .appeal-inner:before{
		top: -2px;
	}

	#wrapper .sec01 .appeal-inner::after{
		content: "";
		position: absolute;
		top: 0;
		left: -120px;
		width: calc(100% + 120px);
		height: 15px;
		background: #00a6e2;
		z-index: -1;
	}
	
	#wrapper .sec01 .appeal-item02 .appeal-inner{
		margin-left: 30px;
		margin-right: 0px;
	}
	
	#wrapper .sec01 .text-area{
		width: 90%;
		margin: 0 auto 0 0;
	}

	#wrapper .sec01 .icon-area{
		width: 80px;
		flex: 0 0 80px;
		position: absolute;
		top: 20px;
		right: 60px;
	}
	
	#wrapper .sec01 .appeal-item:nth-of-type(2) .icon-area{
		right: auto;
		left: 0;
	}
	
	#wrapper .sec01 .appeal-item:nth-of-type(3) .icon-area{
		top:30px;
	}

	#wrapper .sec01 .item-title{
		margin-bottom: 18px;
		font-size: 4vw;
		font-weight: 700;
		line-height: 1.4;
	}
	
	#wrapper .sec01 .appeal-item:nth-of-type(2) .item-title{
		margin-left: 80px;
	}
	
	#wrapper .sec01 .text{
		font-size: 3vw;
		line-height: 1.6;
	}
}


/* ====================
   .sec02
   ==================== */
#wrapper .sec02{
	padding: 70px 0;
}

#wrapper .sec02 .intern-title-area{
	position: relative;
	margin-bottom: 44px;
	text-align: center;
}

#wrapper .sec02 .intern-title{
	margin: 0 auto 40px auto;
}

#wrapper .sec02 .lead-text:before{
	content: "";
	width: 181px;
	height: 332px;
	background: url("../images/sec02_img02.png") center / contain no-repeat;
	position: absolute;
	top: -95px;
	left: 33%;
	transform: translateX(-260px);
}

#wrapper .sec02 .lead-text{
	position: relative;
	font-size: 31px;
	font-weight: 700;
	line-height: 1.65;
}

#wrapper .sec02 .course-block{
	margin-top: 85px;
}

#wrapper .sec02 .course-heading{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

#wrapper .sec02 .course-heading img{
	width: 514px;
}

#wrapper .sec02 .course-heading:after{
	content: "";
	position: absolute;
	width: 100%;
	border-top: 17px solid #fce5e7;
  left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -7px;
	z-index: -1;
}

#wrapper .sec02 .course-5days .course-heading:after{
	border-top: 17px solid #d9f2fb;
}

#wrapper .sec02 .date-text{
	margin-bottom: 30px;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

#wrapper .sec02 .date-text span{
	display: inline-block;
	margin-right: 14px;
	padding: 2px 16px;
	background: #ea545d;
	color: #fff;
	font-size: 26px;
	font-weight: 400;
}

#wrapper .sec02 .program-table{
	background: #fce5e7;
	padding: 0 60px 30px 60px;
}

#wrapper .sec02 .program-title{
	padding: 8px 20px;
	margin-bottom: 30px;
	background: #ea545d;
	color: #fff;
	font-size: 31px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

#wrapper .sec02 .program-row{
	align-items: stretch;
}

#wrapper .sec02 .program-row + .program-row{
	border-top: 2px solid #ea545d;
}

#wrapper .sec02 .program-row dt{
	width: 132px;
	flex: 0 0 132px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 10px;
	box-sizing: border-box;
	background: #fff;
	font-size: 26px;
	line-height: 1.4;
	text-align: center;
}

#wrapper .sec02 .program-row dd{
	width: calc(100% - 132px);
	padding: 16px 0 16px 25px;
	box-sizing: border-box;
	background: #fde6eb;
}

#wrapper .sec02 .program-row .program-text{
	font-size: 24px;
	line-height: 1.6;
}

#wrapper .sec02 .course-copy{
	margin-top: 20px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: #ea545d;
}

#wrapper .sec02 .voice-area{
	margin-top: 60px;
}

#wrapper .sec02 .voice-title{
	width: 467px;
	margin: 0 auto 85px;
}

#wrapper .sec02 .voice-list{
	justify-content: space-between;
	align-items: stretch;
	width: 80%;
	margin: 0 auto;
}

#wrapper .sec02 .voice-item{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 31%;
	padding: 50px 10px 16px;
	border: 4px solid #acabab;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}

#wrapper .sec02 .pin-icon{
	width: 114px;
	height: 82px;
	background: url("../images/icon_pin1.png") center / contain no-repeat;
	position: absolute;
	top: -62px;
	left: 50%;
	transform: translateX(-50%);
}

#wrapper .sec02 .course-5days .pin-icon{
	background: url("../images/icon_pin2.png") center / contain no-repeat;
}

#wrapper .sec02 .voice-text{
	min-height: 205px;
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
}

#wrapper .sec02 .voice-img{
	width: 159px;
	margin: auto auto 0;
}

#wrapper .sec02 .entry-btn{
	margin: 30px auto 0;
}

#wrapper .sec02 .course-5days{
	margin-top: 95px;
}

#wrapper .sec02 .course-5days .date-text span,
#wrapper .sec02 .course-5days .program-title{
	background: #05a9d8;
}

#wrapper .sec02 .course-5days .program-table{
	background: #e1f7fd;
	border-color: #00a6e2;
}

#wrapper .sec02 .course-5days .program-row{
	border-top-color: #00a6e2;
}

#wrapper .sec02 .course-5days .program-row dd{
	background: #e1f7fd;
}

#wrapper .sec02 .course-5days .course-copy{
	color: #05a9d8;
}

#wrapper .sec02 .course-lead-box{
	width: 87%;
	margin: 0 auto 20px auto;
}

#wrapper .sec02 .course-lead-title{
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

#wrapper .sec02 .course-lead-box .text{
	font-size: 25px;
	line-height: 1.55;
}

#wrapper .sec02 .common-info{
	margin-top: 55px;
	text-align: center;
}

#wrapper .sec02 .common-title{
	margin-bottom: 22px;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 10px;
	border-bottom: 2px solid #9fa0a0;
}

#wrapper .sec02 .place-area{
	align-items: start;
	justify-content: center;
	margin-bottom: 24px;
}

#wrapper .sec02 .place-label{
	margin-right: 40px;
	padding: 5px 16px;
	background: #05a9d8;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
}

#wrapper .sec02 .place-text{
	font-size: 29px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}

#wrapper .sec02 .support-list{
	justify-content: center;
	align-items: flex-start;
	column-gap: 18px;
}

#wrapper .sec02 .support-item{
	width: 31%;
}

@media only screen and (max-width: 1024px) {
	#wrapper .sec02 .voice-list{
		width: 100%;
	}
	
  #wrapper .sec02 .lead-text{
		font-size: 3vw;
	}
	
	#wrapper .sec02 .lead-text:before{
		width: 160px;
		height: 180px;
		top: -15px;
	}
	
	#wrapper .sec02 .course-copy{
		font-size: 2.8vw;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .sec02{
		padding: 3px 0;
	}

	#wrapper .sec02 .intern-title-area{
		margin-bottom: 34px;
	}

	#wrapper .sec02 .intern-title{
		margin: 0 auto 40px auto;
	}

	#wrapper .sec02 .lead-text:before{
		width: 90px;
		height: 110px;
		background: url("../images/sec02_img02.png") center / contain no-repeat;
		top: -19px;
		left: 0;
		transform: translateX(-50px);
	}

	#wrapper .sec02 .lead-text{
		font-size: 3.5vw;
		line-height: 1.55;
		margin-left: 50px;
	}

	#wrapper .sec02 .course-block{
		margin-top: 25px;
	}

	#wrapper .sec02 .course-heading{
		margin-bottom: 30px;
	}

	#wrapper .sec02 .course-heading img{
		width: 60%;
	}

	#wrapper .sec02 .course-heading:after{
		width: 92%;
		border-top: 7px solid #fce5e7;
		bottom: -7px;
	}

	#wrapper .sec02 .course-5days .course-heading:after{
		border-top: 7px solid #d9f2fb;
	}

	#wrapper .sec02 .date-text{
		margin-bottom: 20px;
		font-size: 4vw;
	}

	#wrapper .sec02 .date-text span{
		margin-right: 10px;
		padding: 2px 16px;
		font-size: 3.5vw;
	}

	#wrapper .sec02 .program-table{
		padding: 0 20px 20px 20px;
	}

	#wrapper .sec02 .program-title{
		padding: 3px 0px;
		margin-bottom: 20px;
		font-size: 5vw;
	}
	
	#wrapper .sec02 .program-row dt{
		width: 60px;
		flex: 0 0 60px;
		padding: 16px 0;
		font-size: 3.5vw;
	}

	#wrapper .sec02 .program-row dd{
		width: calc(100% - 60px);
		padding: 10px 0 10px 10px;
	}
	
	#wrapper .sec02 .program-row:first-of-type dd{
    padding: 0 0 10px 10px;
	}

	#wrapper .sec02 .program-row .program-text{
		font-size: 3.5vw;
		line-height: 1.6;
	}

	#wrapper .sec02 .course-copy{
		margin-top: 10px;
		font-size: 2.8vw;
	}

	#wrapper .sec02 .voice-area{
		margin-top: 30px;
	}

	#wrapper .sec02 .voice-title{
		width: 50%;
		margin: 0 auto 20px auto;
	}

	#wrapper .sec02 .voice-list{
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: stretch;
		width: 90%;
		margin: 0 auto;
		gap: 30px 0;
	}

	#wrapper .sec02 .voice-item{
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		width: 100%;
		padding: 20px 10px 16px;
		border: 3px solid #acabab;
	}
	
	#wrapper .sec02 .pin-icon{
		width: 50px;
		height: 52px;
		top: -32px;
		left: 13%;
		transform: translateX(-50%);
	}
	
	#wrapper .sec02 .voice-item:nth-of-type(2) .pin-icon{
		left: auto;
		right: 0;
	}

	#wrapper .sec02 .voice-text{
		min-height: auto;
		font-size: 3.1vw;
		width: 72%;
	}
	
	#wrapper .sec02 .voice-item:nth-of-type(2) .voice-text{
		order: 2;
	}
	
	#wrapper .sec02 .voice-item:nth-of-type(2) .voice-img{
		order: 1;
	}

	#wrapper .sec02 .voice-img{
		width: 22%;
		margin: auto;
	}

	#wrapper .sec02 .entry-btn{
		margin: 30px auto 0;
	}

	#wrapper .sec02 .course-5days{
		margin-top: 40px;
	}

	#wrapper .sec02 .course-lead-box{
		width: 90%;
		margin: 0 auto 20px auto;
	}

	#wrapper .sec02 .course-lead-title{
		margin-bottom: 3px;
		font-size: 3.3vw;
	}

	#wrapper .sec02 .course-lead-box .text{
		font-size: 3vw;
		line-height: 1.4;
	}

	#wrapper .sec02 .common-info{
		margin-top: 35px;
	}

	#wrapper .sec02 .common-title{
		font-size: 5vw;
		padding-bottom: 10px;
		width: 95%;
		margin: 0 auto 22px auto;
	}

	#wrapper .sec02 .place-area{
		justify-content: start;
		width: 95%;
		margin: 0 auto 22px auto;
	}

	#wrapper .sec02 .place-label{
		margin-right: 10px;
		padding: 3px 5px;
		background: #05a9d8;
		font-size: 3.5vw;
	}

	#wrapper .sec02 .place-text{
		font-size: 3.3vw;
	}

	#wrapper .sec02 .support-list{
		flex-flow: row wrap;
		column-gap: 18px;
		width: 95%;
		margin: 0 auto 22px auto;
	}

	#wrapper .sec02 .support-item{
		width: 45%;
	}

}

/* ====================
   .footer
   ==================== */
#wrapper .footer {
	text-align: center;
	padding: 0px 0 50px 0;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	#wrapper .footer {
		padding: 0px 0 50px 0;
		font-size: 3vw;
	}
}