@charset "UTF-8";

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

/* リセット
================================================== */
* {
	margin: 0;
	padding: 0;
}

.pc_no {
	display: none;
}

*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

img {
	border: none;
}

a {
	outline: none;
}

a:focus,
*:focus {
	outline: none;
}

/* リンク・文字色・マージン
================================================== */
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a img:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.pt20 {
	padding-top: 20px
}

.ptb15 {
	padding: 15px 0
}

.ptb30 {
	padding: 30px 0
}

.fc_pink {
	color: #ff6ead
}

.fc_purple {
	color: #9a76c4
}

.txt_center {
	text-align: center;
}

.clear {
	clear: both
}

.ps_re {
	position: relative
}

.fw_400 {
	font-weight: 400;
}

.fw_500 {
	font-weight: 500;
}

.bk_pink {
	background: #ff6ead
}

.bk_lpink {
	background: #ffeaf1
}

.w100 {
	width: 100%;
	height: auto;
}

/* スクロールCSS
================================================== */
.fade-in {
	opacity: 0;
	transition-duration: 600ms;
	transition-property: opacity, transform;
}

.fade-in-up {
	transform: translate(0, 50px);
}

.fade-in-down {
	transform: translate(0, -50px);
}

.fade-in-left {
	transform: translate(-50px, 0);
}

.fade-in-right {
	transform: translate(50px, 0);
}

.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

/* メイン
================================================== */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #383838;
	font-size: 16px;
	line-height: 1.7em;
	/* font-weight: 700; */
}

.endMessage {
	background: #fb638f;
	color: #FFF;
	text-align: center;
	padding: 20px 0;
}

.endMessage p {
	font-size: 40px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	line-height: 1.4;
}

#main_wp {
	width: 100%;
	/* max-width: 1200px; */
	margin: 0 auto;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.cta {
	padding: 5% 0;
	background: #ff6ead;
}

.ctaInner {}

.ctaHead {
	line-height: 1.4;
	margin-bottom: 3%;
	font-size: 30px;
	color: #fff;
	text-align: center;
}

.ctaBody {
	padding: 5%;
	background: #FFF;
}

.fb {
	padding: 5% 0;
}

.fbInner {}

.fbHead {
	text-align: center;
	margin-bottom: 2%;
	font-size: 30px;

}

.fbBox {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
	justify-content: center;
}

.fbBox iframe {
	/* max-width: 400px */
}

.ta-c {
	text-align: center;
}

.voice {
	padding: 5% 0;
	/* background: #ffe7f5; */
	background: #f2f3f3;
}

.voiceInner {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	max-width: 1000px;
}

.voiceHead {
	text-align: center;
	margin-bottom: 5%;
	font-size: 30px;

}

.voiceBox {
	/* border: 1px solid #333; */
	background: #fff;
	padding: 5%;
	margin: 0 auto 5%;
	width: 80%;
	max-width: 1000px;
	text-align: left;
}

.voiceBox p {
	margin-bottom: 4%;
}

.voiceBoxInfo {
	font-size: 12px;
	padding-top: 5%;
	text-align: right;
}



#header_wp {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header_wp img.topbtn {
	position: absolute;
	width: 76%;
	/* max-width: 600px; */
	height: auto;
	bottom: 5.5%;
	left: 12%;
	/* transform: translateX(-50%); */
	/* -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%); */
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
	animation: bururi 1s infinite;
	/* box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3); */
}

@keyframes bururi {
	50% {
		transform: scale(1, 1);
	}

	52% {
		transform: scale(0.98, 0.95)
	}

	54% {
		transform: scale(1, 1);
	}

	56% {
		transform: scale(0.98, 0.95)
	}

	58% {
		transform: scale(1, 1);
	}

	60% {
		transform: scale(0.98, 0.95)
	}
}

.header_text {
	width: 100%;
	background: #ff6ead;
	padding: 25px 0 20px;
	text-align: center;
}

img.text-01 {
	width: 50%;
	max-width: 900px;
	height: auto;
}

img.text-02 {
	width: 100%;
	height: auto;
}

.page_wp {
	width: 100%;
	margin: 30px auto;
}

.contents_85 {
	width: 80%;
	max-width: 850px;
	margin: 0 auto;
}

.contents_80 {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}

.contents_70 {
	width: 75%;
	max-width: 700px;
	margin: 0 auto;
}

.contents_65 {
	width: 70%;
	max-width: 650px;
	margin: 0 auto;
}

img.program_tl {
	position: absolute;
	width: 400px;
	height: auto;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

ul.program_list {
	width: 100%;
	border-bottom: solid 1px #ff6ead;
	padding-top: 90px;
	margin-bottom: 50px;
}

ul.program_list li {
	font-weight: 700;
	font-size: 21px;
	line-height: 1.8em;
	border-top: solid 1px #ff6ead;
	padding: 0.9em 1.7em;
}

.formlink {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 40px;
}

img.linkbtn {
	width: 100%;
	/* max-width: 600px; */
	height: auto;
	filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.2));
	animation: bururi 1s infinite;
}






.btnmt {
	margin-top: 25px;
}

img.text-04,
img.text-08 {
	display: block;
	height: 40px;
	width: auto;
	margin: 0 auto 15px;
}

img.text-05 {
	width: 70%;
	max-width: 450px;
	height: auto;
}

img.text-06 {
	width: 90%;
	max-width: 630px;
	height: auto;
	margin-top: 100px;
}

img.text-07 {
	width: 100%;
	/* max-width: 530px; */
	height: auto;
	margin: 15px auto 20px;
}

img.sub-tl {
	display: block;
	margin: 10px auto 0;
	height: 75px;
	width: auto;
}

img.photo_w {
	display: block;
	width: 95%;
	height: auto;
	margin: 30px auto 30px;
}

.voice_box {
	width: 100%;
	background: #ffeaf1;
	padding: 1.7em 2.2em;
	margin: 15px auto;
	text-align: justify;
}

.voice_box p {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.8em;
}

.rcmd_box {
	width: 100%;
	margin: 70px auto 80px;
	display: flex;
	justify-content: space-between;
}

.rcmd_img {
	width: 22%;
}

.rcmd_txt {
	width: 73%;
	text-align: justify;
}

.rcmd_txt img {
	width: 100%;
	max-width: 430px;
	height: auto;
	margin-bottom: 0.8em
}

.rcmd_txt p,
.prf_txt p {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.8em;
}

.prf_img {
	width: 33%;
}

.prf_txt {
	width: 62%;
	text-align: justify;
}

.prf_img img {
	width: 100%;
	height: auto;
	border-radius: 7px;
}

.prf_txt h3 img {
	width: 70%;
	max-width: 270px;
	height: auto;
	margin-bottom: 1.2em;
}

.youtube {
	width: 100%;
	max-width: 630px;
	margin: 15px auto 30px;
	aspect-ratio: 16 / 9;
}

.youtube iframe {
	width: 100%;
	height: 100%;
}


.formText {
	text-align: center;
	font-size: 12px;
	/* font-size: 1.2rem; */
	padding-top: 20px;
}

.submit input[type="submit"] {
	width: 90%;
	background: #000;
	color: #FFF;
	background: rgb(63, 94, 251);
	background: linear-gradient(0deg, rgba(153, 118, 195, 1) 0%, rgba(231, 118, 218, 1) 100%);
	padding: 2%;
	font-size: 30px;
	font-weight: bold;
	border-radius: 64px;
	border: 5px solid #FFF;
	filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.2));
	animation: bururi 1s infinite;


}

/* 矢印
================================================== */
.triangle {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 18px solid #9a76c4;
}

/* フッター
================================================== */
.footer_wp {
	width: 100%;
	text-align: center;
}

.footer_link {
	text-align: center;
	width: 100%;
	margin: 60px auto 15px;
	font-weight: 500;
}

.footer_link ul li {
	display: inline-block;
	margin: 0 0.5em;
	font-size: 15px;
}

.footer_link ul li:first-child {
	border-right: solid 1px #999999;
	padding-right: 1.2em;
}

.footer_copy {
	width: 100%;
	background: #ff6ead;
	padding: 20px 0 70px;
	color: #fff;
	letter-spacing: 0.05em;
	font-size: 15px;
}

/*　clearfix */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}



form.myForm .required .my_column.my_left label:first-child:after,
form.myForm th.required label:first-child:after,
form.myForm span.required:after {
	color: white;
	content: '必須';
	display: inline-block;
	width: 44px;
	height: 18px;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #e32;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	padding-top: 3px !important;

	padding-bottom: 0.2em;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 12px;

}