@charset "utf-8";
/* ====================================================================================================

	icon

==================================================================================================== */
/*-- icon --------*/
@font-face {
  font-family: 'recruit_font';
  src:  url('../fonts/recruit_font.eot?rw7oed');
  src:  url('../fonts/recruit_font.eot?rw7oed#iefix') format('embedded-opentype'),
    url('../fonts/recruit_font.ttf?rw7oed') format('truetype'),
    url('../fonts/recruit_font.woff?rw7oed') format('woff'),
    url('../fonts/recruit_font.svg?rw7oed#recruit_font') format('svg');
  font-weight: normal;
  font-style: normal;
}
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
/**************************************
fonts
**************************************/
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSerifCJKjp-Regular001.woff2') format('woff2'),
    url('../fonts/NotoSerifCJKjp-Regular001.woff') format('woff'),
    url('../fonts/NotoSerifCJKjp-Regular001.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSerifCJKjp-Bold001.woff2') format('woff2'),
    url('../fonts/NotoSerifCJKjp-Bold001.woff') format('woff'),
    url('../fonts/NotoSerifCJKjp-Bold001.otf') format('opentype');

}
.wf_noto_serif {font-family: "Noto Serif Japanese";}
/*************************************/



/* ====================================================================================================

	reset

==================================================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}


/* ====================================================================================================

	CSS Document

==================================================================================================== */
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
	font-size: 62.5%;
}
hr{
	margin: 40px auto;
	border: 0;
	width: 150px;
	height: 1px;
	background: #900;
	background-image: -webkit-linear-gradient(left, #036, #900, #030);
	background-image: -moz-linear-gradient(left, #036, #900, #030);
	background-image: -ms-linear-gradient(left, #036, #900, #030);
	background-image: -o-linear-gradient(left, #036, #900, #030);
}
body{
	font-size: 1.6rem;
}


/* ==================================================

	header

================================================== */
header{
    font-family: "游明朝","ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "Sawarabi Mincho", serif;
	width: 100%;
	margin: 0 auto;
	padding: 190px 0;
	position: relative;
	color: #fff;
	text-align: center;
	text-shadow:0px 0px 10px #333, 0px 0px 10px #333;
	border-top: 4px solid #900;
	background-image: url("../images/autumn/2025/header_bg_dot.png"), url("../images/autumn/2025/header_bg.jpg");
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-position: center;
}
/*header .webp{
	background-image: url("../images/sc/2020/header_bg_dot.png.webp"), url("../images/sc/2020/header_bg.jpg.webp");
}*/
header:before,
header:after{
	position: absolute;
	display: block;
	content: "";
	width: 33%;
	top: -4px;
}
header:before{
	left: 0;
	border-top: 4px solid #036;
}
header:after{
	right: 0;
	border-top: 4px solid #030;
}
h1{
	font-size: 7.2rem;
	font-weight: normal;
    font-family: "游明朝","ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "Sawarabi Mincho", serif;
}
h1 span{
	display: block;
}
h1 .alg{
	margin-bottom: 30px;
	font-size: 2.6rem;
}
h1 .sub{
	margin-top: 50px;
	font-size: 3rem;
}
header ul{
	margin: 40px auto 0;
	font-size: 0;
}
header li{
	display: inline-block;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
header li:nth-of-type(n + 2):before{
	content: "・";
}
header .entry{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 60px auto 0;
	padding: 20px 10px;
	font-size: 2rem;
	color: #fff;
	text-shadow: none;
	background-color: #900;
	width: 100%;
	max-width: 900px;
	line-height: 1.8;
}
header .entry span{
	display: inline-block;
}
header .totop {
	background-color: #036;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-decoration: none;
	padding: 20px;
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 40px auto 0;
	transition: all  0.3s ease;
	text-shadow: none;
}
header a.totop:hover {
	background-color: #fff;
	color: #036;
}

/* ==================================================

	main

================================================== */
main,
section,
#info p{
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;;
}
main{
	padding-bottom: 120px;
}
section{
	padding: 80px 0;
}
.sp_only { display: none;}
h2{
	/*font-family: "Sawarabi Mincho";*/
    font-family: "游明朝","ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "Sawarabi Mincho", serif;
	font-size: 2.6rem;
	text-align: center;
}
section#entry a{
	display: block;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-color: #036;
	transition: all .2s;
}
section#entry a:hover{
	opacity: .6;
}
section#entry div{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0;
	color: #fff;
	font-size: 28px;
	text-align: center;
	background-color: #900;
}
section#entry p {
	text-align: center;
}
/* -------- period -------- */
#period ul{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#period li{
	width: 48%;
	padding: 40px 20px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background-color: #036;
}
#period li:nth-child(n+3){
	margin-top: 30px;
}
#period li span:first-of-type{
	display: block;
	margin-bottom: 10px;
}
#period li span:nth-of-type(2){
	display: inline-block;
	margin-right: 5px;
}
#period li small{
	display: block;
	margin: 10px 0 0;
	font-size: 12px;
}
/* -------- info -------- */
section p,
section dl{
	font-size: 1.6rem;
	line-height: 2em;
	letter-spacing: 0.8pt;
}
#info p{
	margin: 0 auto;
	max-width: 1000px;
}
/* -------- details -------- */
section dl{
	max-width: 920px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 100px;
	background-color: #f9f9f9;
}
section dt,
section dd{
	padding-top: 50px;
	padding-bottom: 50px;
}
section dt:nth-of-type(n + 2),
section dd:nth-of-type(n + 2){
	border-top: 1px solid #ddd;
}
section dt{
	display: flex;
	align-items: center;
	width: 30%;
	padding-left: 20px;
	color: #900;
}
section dd{
	width: 70%;
}
section .choice{
	color: #900;
	margin-top: 10px;
	font-size: 1.2rem;
}
section .day_list,
section .precautions{
	list-style-type: disc;
	padding-left: 1.2em;
}
section .day_list span:first-of-type{
	color: #900;
	margin-right: 10px;
}
section .day_list span:nth-of-type(n + 2){/* 4/22 */
	margin-left: 0.7em;
}
section#details a{
	color: #036;
	transition: .2s all;
}
section#details a:hover{
	opacity: .5;
}
section .day_list small{
	display: block;
	margin: 0 0 0 58px;
	font-size: 12px;
}
section#details .note{
	color: #900;
}
/* -------- entry -------- */
section#entry a{
	margin: 0 auto;
	padding: 30px 0;
	width: 90%;
	max-width: 720px;
	font-size: 2.4rem;
}


/* ==================================================

	footer

================================================== */
footer{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	color: #fff;
	text-align: center;
	background-color: #333333;
}
footer a,
fotter a:visited{
	color: #fff;
}
footer a{
	transition: all .2s;
}
footer a:hover{
	opacity: .6;
}
footer img {
	max-width: 280px;
	display: block;
	margin: 0 auto 10px;
}
footer .copy{
	font-size: 1.2rem;
}
footer .caption{
	margin-top: 20px;
	font-size: 1rem;
}


/* ==================================================

	totop

================================================== */
#totop {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: #003366;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s;
	z-index:9999;
}
#totop:before {
    content: "\e408";
	font-family: 'recruit_font';
	color: #fff;
	font-size: 32px;
	display: inline-block;
	width: 50px;
	line-height: 50px;
	transform: rotate(90deg);
	text-align: center;
}
#totop:hover,
#totop:focus {background-color: #000;}

/* ====================================================================================================

	summer_session_thanks

==================================================================================================== */
body.thanks header {
    padding: 100px 0;
}
body.thanks header .check{
	font-size: 2.4rem;
}
body.thanks section {
    padding: 50px 0;
}
/* ==================================================

	step

================================================== */
section#main.entry ol.step {
	max-width:1000px;
	width:100%;
	margin:50px auto;
	list-style: none;
	counter-reset: step;
	letter-spacing:-.4em;
	text-align:center;
}
section#main.entry ol.step li {
	display:inline-block;
	line-height:50px;
	margin:0;
	padding:0 40px 0 0;
	letter-spacing:0;
	color:#666;
	position:relative;
}
section#main.entry ol.step li:before {
	content:counter(step);
	counter-increment: step;
	display:inline-block;
	width:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	background-color:#ccc;
	color:#fff;
	border-radius:50px;
	margin:0 10px 0 0;
}
section#main.entry ol.step li.this:before {background-color:#003366;}
section#main.entry ol.step li:after {
	content:"\e409";
	font-family:"recruit_font";
	display:inline-block;
	font-size:21px;
	color:#ccc;
	position:absolute;
	right:10px;
	top:50%;
	margin:-25px 0 0 0;
}
section#main.entry ol.step li.end:after {display:none;}
section#main.entry table {
	margin:50px 0 100px;
	border-top:1px dotted #ccc;
	width:100%;
}
/* ==================================================

	txt

================================================== */
body.thanks h2{
	margin-bottom: 30px;
	font-size: 1.8rem;
}
body.thanks .txt p{
	margin: 0 auto;
	width: 94%;
	max-width: 1000px;
}
body.thanks .txt p + p{
	margin-top: 20px;
}
body.thanks .txt .red{
	color: #900;
}
/* ==================================================

	thanks-link

================================================== */
body.thanks .thanks-link{
	width: 90%;
	max-width: 1000px;
	margin: 80px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
body.thanks .thanks-link li{
	width: 45%;
}
body.thanks .thanks-link a{
	display: block;
	padding: 30px 0;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-color: #036;
	transition: all .2s;
}
body.thanks .thanks-link a:hover{
	opacity: .8;
}




/* ////////////////////////////////////////////////////////////

	max-width:1023px

//////////////////////////////////////////////////////////// */
@media screen and (max-width: 1023px) {
	header ul{
		width: 90%;
	}
	header .entry{
		margin: 60px auto 0;
		font-size: 2rem;
		color: #fff;
		background-color: #900;
		width: 90%;
		max-width: 900px;
	}
	header .totop {
		max-width: 300px;
	}
	/* -------- period -------- */
	#period ul{
		width: 94%;
	}
	#period li{
		font-size: 1.6rem;
		line-height: 1.4;
	}
	/* -------- info -------- */
	#info p{
		width: 96%;
	}
	/* -------- details -------- */
	section dl{
		width: 96%;
		padding: 0 30px;
	}
}





/* ////////////////////////////////////////////////////////////

	max-width:768px

//////////////////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
	/* -------- header -------- */
	header .entry{
		margin: 60px auto 0;
		padding: 30px 10px;
		font-size: 1.8rem;
		width: 90%;
	}
	/* -------- section#entry -------- */
	section#entry div{
		padding: 30px 0;
		font-size: 20px;
	}


/* ====================================================================================================

	summer_session_thanks

==================================================================================================== */	
/* ==================================================

	step

================================================== */
body.thanks section {
    padding: 30px 0;
	}
section#main.entry ol.step {
	padding:0;
	}
	section#main.entry ol.step li:last-of-type {
		padding: 0;
	}
	section#main.entry ol.step li:before {
		position: absolute;
		top:-1.8em;
		left:calc(50% - 2.2em);
		display:block;
	}
	section#main.entry ol.step li:last-of-type:before {
		left:calc(50% - 1.2em);
	}
	section#main.entry table td input[type="tel"], section#main.entry table td input[name="email"] {
			max-width: 250px;
	}
	section#main.entry .term01{
		margin:10px 10px;
	}
	section#main.entry .term02 ol{
		margin:0px;
		padding:0;
	}
	
/* ==================================================

	txt

================================================== */
	body.thanks h2{
		margin: 30px auto 0;
	}

}





/* ////////////////////////////////////////////////////////////

	max-width:640px

//////////////////////////////////////////////////////////// */
@media screen and (max-width: 640px) {
	/* -------- header -------- */
	header{
		padding: 60px 10px;
	}
	header h1{
		font-size: 3.6rem;
		line-height: 1.2em;
		letter-spacing: .1em;
		text-indent: 10px;
	}
	h1 .alg{
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	h1 .sub{
		margin-top: 5px;
		font-size: 1.8rem;
	}
	header ul {
		margin: 20px auto 0;
		font-size: 0;
	}
	header li {
		font-size: 1.2rem;
	}
	header .entry{
		width: 100%;
		margin: 30px auto 0;
		padding: 20px 10px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	header .totop {
		max-width: 80%;
		font-size: 1.4rem;
		margin: 20px auto 0;
	}
	h2 {
		font-size: 1.8rem;
	}
	hr{
		margin: 20px auto;
	}
	/* -------- section -------- */
	section p{
		font-size: 1.6rem;
		text-align: justify;
		text-justify: inter-ideograph;
		line-height: 1.8em;
	}
	/* -------- period -------- */
	#period ul{
		display: inherit;
	}
	#period li{
		width: 100%;
		padding: 20px 10px;
		font-size: 1.6rem;
	}
	#period li:nth-child(n+3){
		margin: 0;
	}
	#period li + li{
		margin-top: 10px !important;
	}
	#period li span{
		margin-bottom: 4px;
	}
	/* -------- info -------- */
	#info p {
		width: 94%;
		margin: 0 auto;
	}
	/* -------- details -------- */
	section dl{
		display: inherit;
		padding: 0;
		font-size: 1.6rem;
		background-color: inherit;
	}
	section dt,
	section dd{
		width: 100%;
		padding: 5px 10px;
	}
	section dt:nth-of-type(n + 2),
	section dd:nth-of-type(n + 2) {
		border: none;
	}
	section dt{
		font-weight: bold;
		background-color: #f6f6f6;
	}
	section dd{
		margin: 20px 0 40px;
	}
	section .day_list {
		list-style-type: none;
		padding-left: 0;
	}
	section .day_list li{
		margin-top: 10px;
	}
	section .day_list span:first-of-type {
		display: inline-block;
		/*margin-right: 0;*/
	}
	section#entry{
		padding: 20px 0 0;
	}
	section#entry a {
		padding: 20px 0;
		font-size: 1.6rem;
	}
	section#entry div{
		padding: 20px 0;
		font-size: 16px;
	}
	/* -------- footer -------- */
	footer{
		padding: 30px 10px;
	}
	footer .copy {
		line-height: 1.8rem;
	}

	
	
/* ====================================================================================================

	summer_session_thanks

==================================================================================================== */
body.thanks header {
    padding: 50px 0;
}
/* ==================================================

	step

================================================== */
	section#main.entry table td input {
		display: block;
		border: 1px solid #ccc;
		border-radius: 5px;
		line-height: 24px;
		margin: 0 10px 5px 0;
		padding: 10px;
	}
	.checkbox label{
		border-bottom:dotted 1px #ccc;
		padding:5px inherit 10px ;
	}
	section#main.entry table{margin-bottom:20px;}

	
/* ==================================================

	txt

================================================== */
	body.thanks h2{
		line-height: 1.6;
	}
	body.thanks h2 span{
		display: inline-block;}


/* ==================================================

	thanks-link

================================================== */
body.thanks .thanks-link{
	width: 94%;
	max-width: inherit;
	margin: 50px auto 0;
	display: inherit;
}
body.thanks .thanks-link li{
	width: 100%;
}
body.thanks .thanks-link li + li{
	margin-top: 20px;
	}
body.thanks footer .caption{
	margin-top: 20px;
	}
}



/* ////////////////////////////////////////////////////////////

	max-width:460px

//////////////////////////////////////////////////////////// */
@media screen and (max-width:460px) {
	section .day_list span:first-of-type {
		display: block;
		/*margin-right: 0;*/
	}
	section .day_list small{
		margin: 0;
}
	.sp_only { display: inline-block;}
}


/* ////////////////////////////////////////////////////////////

	max-width:320px

//////////////////////////////////////////////////////////// */
@media screen and (max-width:320px) {
	section#main.entry ol.step {
		display: table;
	}	
	section#main.entry ol.step li {
		display: table-cell;
		font-size:0.7em;
	}

}
/* ==================================================

    20220930 バナー追加

================================================== */
header a.goudou2022 {
    display: inline-block;
    margin-top: 40px;
    transition: 0.3s;
}
header a.goudou2022:hover {
    opacity: 0.5
}
header a.goudou2022 img {
    width: 100%;
    max-width: 740px;
}
@media screen and (max-width:840px) {
    header a.goudou2022 {
        margin: 40px 5%;
    }
}
@media screen and (max-width:640px) {
    header a.goudou2022 {
        margin: 20px 0 0;
    }
}
section#entry a.goudou2022 {
    background: none;
    margin-top: 40px;
    padding: 0;
}
section#entry a.goudou2022 img {
    width: 100%;
    max-width: 740px;
}
/* ==================================================

	video-area

================================================== */
.video-area {
    max-width: 800px;
    margin: 60px auto 0;
    padding: 0 2%;
}
.button-youtube {
    background-color: #161d53;
    border-radius: 3px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    font-size: 18px;
/*    font-weight: bold;*/
    line-height: 1.5;
    margin: 30px auto;
    padding: 0 2%;
    text-decoration: none;
    transition: 0.3s;
    max-width: 500px;
    height: 100px;
}
.button-youtube:hover {
    opacity: 0.5;
}
@media screen and (max-width: 640px) {
   .video-area {
        margin: 30px auto 0;
    } 
    .button-youtube {
        font-size: 16px;
        margin: 20px auto;
        max-width: 90%;
        height: 90px;
    }
}
@media screen and (max-width: 320px) {
    .button-youtube {
        font-size: 14px;
        display: flex;
    }
}