@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
}
a {
    text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	line-height: 1.5;
	font-weight: 800;
}
p, ol, ul, li {
	margin: 0;
	line-height: 1.8;
}
h1 {
	font-size: 4.6rem;
}
h2 {
	font-size: 4.0rem;
}
h3 {
	font-size: 3.0rem;
}
h4 {
	font-size: 2.4rem;
}
h5 {
	font-size: 2.0rem;
}
p, table, li {
	font-size: 1.8rem;
}
small {
    font-size: 1.4rem;
}
figcaption {
    font-size: 1.4rem;
    margin-top: 1%;
}
img {
	vertical-align: bottom;
}
.pc { display: block !important; }
.sp { display: none !important; }

/*ヘッダー===========================================================================*/
header {
    background-image: url("img/huyu_header_back.png");
    background-size: cover;
	background-position: center;
	position: relative;
}
header .header {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 1;
}
header::after {
	content: "";
	background: #00479d;
	width: 100%;
	height: 8.8rem;
	position: absolute;
	bottom: 0;
}
/*header .logo {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 1200px;
}*/

/*メイン=============================================================================*/
.wrapper img {
	max-width: 100%;	
}
.contents {
	max-width: 1040px ;
	width: 90%;
	margin: 0 auto;
	padding: 8em 0;
}
.back_key01 {
	background: #00479d;
}
.back_key02 {
	background: #e5eff9;
}
.back_key05_right, .back_key05_left, .back_gray_right {
	position: relative;
}
.back_key05_right::before, .back_key05_left::before, .back_gray_right::before {
	position: absolute;
	top: 0;
	content: "";
	width: 77%;
	height: 100%;
	z-index: -10;
}
.back_key05_right::before {
	right: 0;
	border-radius: 10px 0 0 10px;
	background: #f5fafd;
}
.back_key05_left::before {
	left: 0;
	border-radius: 0 10px 10px 0;
	background: #f5fafd;
}
.back_gray_right::before {
	right: 0;
	border-radius: 10px 0 0 10px;
	background: #F9F9F9;
}
.back_key_grad {
	background: linear-gradient(45deg, #00479d, #6e9bc5);
	color: #fff;
}
.back_white {
	background: #fff;
}
.back_gray {
	background: #F9F9F9;
}
.text_back_key {
    background: #00479d;
    padding: 0.5em 1em;
	color: #fff;
}
.bold {
    font-weight: 800;
}
.white {
	color: #fff !important;
}
.red {
    color: #e6002d;
	font-weight: 800;
}
.orange {
    color: #f39800;
}
.gold {
	color: #7e6b2e;
}
.key01 {
	color: #00479d;
}
.key02 {
	color: #e5eff9;
}
.stroke {
	color: #00479d;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke: 0.02em #00479d;
}
.bold {
    font-weight: 800;
}
.italic {
    font-style: italic;
	padding: 0 0.1em;
}
.mincho {
    font-family: "Noto Serif JP", serif;
	font-weight: 800;
}
p.mincho {
	font-weight: 500;
}
p.mincho.bold {
	font-weight: 800;
}
.marker {
    font-weight: 800;
	background:linear-gradient(transparent 60%, #fff33f 50%);
}
.line {
	text-decoration: underline;
}
.text_shadow {
	text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff, 1px -1px 3px #fff, -1px 1px 3px #fff;
}
.dots {
	background-image: radial-gradient(circle at center, #00479d 20%, transparent 20%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
	padding-top: .4em; /* 縦方向の位置調整 */
}
.center {
    text-align: center;
}
img.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.small {
	font-size: 80%;
}
.big120 {
	font-size: 120%;
}
.big140 {
	font-size: 140%;
	line-height: 1;
}
.big160 {
	font-size: 160%;
	line-height: 1;
}
.big200 {
	font-size: 200%;
}
.tate {
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.intro {
	text-align: center;
	color: #00479d;
	margin-bottom: 0.5em;
}
.title {
    margin-bottom: 4%;
	text-align: center;
}
.movie_cover {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie_cover iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.box {
    padding: 4%;
	position: relative;
}
.box2 {
    padding: 4% 2%;
}
.shadow_box {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.shadow_box_key {
	box-shadow: 0 0 10px rgba(0, 53, 103, 0.1);
	background: #fff;
}
.circle {
	border-radius: 10px;
}
.circle_top {
	border-radius: 10px 10px 0 0;
}
.circle_bottom {
	border-radius: 0 0 10px 10px;
}
.border {
	border: solid 2px #00479d;
}
.border_key02 {
	border: solid 4px #e5eff9;
	border-radius: 2rem;
}
.border_double {
	border: double 6px #00479d;
}
.border_double_gold {
	border: double 6px #948e27;
}
.border_line {
	border-bottom: solid 1px #00479d;
	margin: 2rem auto 4rem auto;
	width: 10%;
}
.photo_shadow {
	box-shadow: 6px 6px 0 #e5eff9;
}
.overflow {
	overflow: hidden;
}
.item_center {
	display: flex;
	align-items: center;
}
.item_between {
	display: flex;
	justify-content: space-between;
}
.right_to_left {
	flex-direction: row-reverse;
}
.separation {
    content: '';
    border-bottom: solid 1px #d2d2d2;
    margin: 4% auto;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.position_cover {
	position: relative;
}
.position_center, .position_bottom, .position_right, .position_left {
	position: absolute;	
}
.position_center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.position_bottom {
	bottom: 0;
}
.position_right {
	right: 4%;
}
.position_left {
	left: -4%;
}
.call {
    position: relative;
}
.call:before {
    position: absolute;
    left: 6em;
    bottom: 0;
    content: "";
    width: 4px;
    height: 100%;
    background: #000;
    transform: rotate(-30deg);
}
.call:after {
    position: absolute;
    content: "";
    right: 6em;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: #000;
    transform: rotate(30deg);
}

.w10 {width: 8%;}
.w20 {width: 18%;}
.w30 {width: 28%;}
.w40 {width: 38%;}
.w50 {width: 48%;}
.w60 {width: 58%;}
.w70 {width: 68%;}
.w80 {width: 78%;}
.w90 {width: 88%;}
.w25w {width: 25%;}
.w75w {width: 75%;}
.w50.box {
	width: 40%
}

.mt10 {margin-top: 1rem;}
.mt20 {margin-top: 2rem;}
.mt40 {margin-top: 4rem;}
.mt80 {margin-top: 8rem;}
.mb20 {margin-bottom: 2rem;}
.mb40 {margin-bottom: 4rem;}
.mb80 {margin-bottom: 8rem;}
.mr40 {margin-right: 4rem;}
.mr20 {margin-right: 2rem;}
.ml40 {margin-left: 4rem;}
.ml20 {margin-left: 2rem;}

/*リスト=============================================================================*/
ol {
	padding-left: 0;
	list-style-position: inside;
}
ol li {
	padding: 0.5em 0 0.5em 0;
	border-bottom: dashed 1px #00479d;
    margin-bottom: 1%;
}

/*アイコンフォント=============================================================================*/
ul.check {
	padding: 0;
	margin: 0;
}
ul.check li {
	font-size: 2.2rem;
	list-style-type: none;
	border-bottom: dashed 1px #1d2088;
	padding: 0.5em 0 0.5em 1.4em;
}
ul.check li:before {  
	font-family: "Font Awesome 5 Free";
	content: "\f14a";/*アイコンの種類*/
	color: #1d2088; /*アイコン色*/
	padding-right: 0.5em;
	margin-left: -1.4em;
	font-weight: normal;
}
/*アイコンフォントend*/

/*3つの理由==========================================================================================*/
.about_text {
	width: 50%;
}
.about_img {
	width: 40%;
}


/*カリキュラム=========================================================================================*/
.curriculum {
	background: url("img/note_line.png");
	background-position: center;
	background-size: 60%;
}
.curriculum .item_between .w50 {
	width: 45%;
}
.day {
	width: 6%;
}
.study {
	padding: 4% 2%;
	width: 90%;
}
.arrow {
	content: "";
	margin: 1rem auto 2rem auto;
	width: 2rem;
	height: 2rem;
	border-top: 2px solid #00479d;
	border-right: 2px solid #00479d;
	transform: rotate(135deg);
}
.arrow:last-child {
	margin-top: -3rem;
}

/*「分かりやすく」「学びやすい」環境作りをサポートします=====================================*/
.support .position_right {
	right: -4%;
}

/*こんな方には特におすすめです===========================================================*/

/*参加者の声===========================================================*/
.item4 .box2 {
	width: 19.5%;
}
.note {
	background-color: #fff; /* 背景色 */
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
	background-size: 8px 100%, /* 点線1のサイズ */
                   100% 3.2em; /* 点線2のサイズ */
	line-height: 3.2em; /* 文字の高さ */
	padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}

/*さらに！参加者だけに特別なご案内========================================================*/
.special .box {
	background: url("img/special_back.jpg");
	background-size: cover;
	padding: 8% 8% 4% 8%;
	position: relative;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.decoration {
	position: absolute;
	width: 10%;
}
.decoration:nth-child(1) {
	top: 2em;
	left: 2em;
}
.decoration:nth-child(2) {
	top: 2em;
	right: 2em;
	transform: rotate(90deg);
}
.decoration:nth-child(6) {
	bottom: 2em;
	right: 2em;
	transform: rotate(180deg);
}
.decoration:nth-child(7) {
	bottom: 2em;
	left: 2em;
	transform: rotate(-90deg);
}
.special_text {
	font-size: 2.0rem;
	line-height: 1.5;
}

/*よくあるご質問=======================================================================*/
.q, .a {
    float: left;
    width: 3.31%;
	padding: 0.5%;
	text-align: center;
	font-weight: 800;
	border-radius: 4px;
	clear: both;
}
.q {
	background: #00479d;
	border: solid 2px #00479d;
	color: #fff;
}
.a {
	border: solid 2px #00479d;
	color: #00479d;
}
.qa_text {
	width: 93%;
	padding: 0.5% 0;
	margin: 0 0 2% 7%;
}
.qa_text:last-child {
	margin-bottom: 0;
}

/*セミナー概要========================================================================*/
.flow {
}
.flow table {
	border-spacing: 0;
	width: 100%;
	margin-bottom: 0.2em;
}
.flow th {
    background: #e5eff9;
    width: 20%;
    padding: 2%;
	color: #00479d;
	border: solid 1px #00479d;
}
.flow td {
    background: #fff;
    width: 72%;
    padding: 2%;
	border: solid 1px #00479d;
	border-left: none;
}
.entry_button_cover {
    margin: 8% auto 4% auto;
    text-align: center;
	width: 62%;
}
.entry_button, input.entry_button, .button_end {
    display: inline-block;
    margin: 0 auto;
    line-height: 1;
    color: #fff;
    border-radius: 0.2em;
    padding: 6.5% 0;
    transition: .3s;
	width: 100%;
	text-align: left;
	text-align: center;
	font-size: 4.0rem;
	font-weight: 800;
	border: none;
}
.entry_button, input.entry_button {
	background: linear-gradient(#fdd000, #f39800);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	position: relative;
}
.entry_button_wrap {
	position: relative;
	width: 100%;
	font-size: 4.0rem;
}
.entry_button::after, .entry_button_wrap::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5em;
	width: 0.4em;
	height: 0.4em;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(45deg);
}
.entry_button:hover, input.entry_button:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	opacity: 0.8;
	cursor: pointer;
}
.button_end {
    background: #bbbbbb;
}
.cost_title {
	font-size: 2.0rem;
}
.cost {
	font-size: 2.8rem;
}

/*フォーム========================================================================*/
.form {
	margin: 0 auto;
}
.form .box {
	padding: 4% 8%;
}
.form ul {
    padding-left: 2.5em;
	margin: 0 auto 4% auto;
}
form dl dt {
    width: 20%;
    float: left;
    clear: both;
    padding: 1.5% 0;
    margin: 1% 0;
	font-size: 1.8rem;
	font-weight: 800;
}
form dl dd {
    margin: 1% 0;
}
form dl input{
    width: 77%;
    padding: 1.5% 1%;
    margin: 1% 0;
	font-size: 1.8rem;
	border-radius: 4px;
	border: solid 1px;
}

/*講師紹介===========================================================================*/

.work {
	display: flex;
	justify-content: center;
}
.teacher figure {
	width: 25%;
	margin: 4% 4% 0 4%;
	text-align: center;
}
.teacher figure img {
	margin-bottom: 2%;
}

/*お問い合わせ========================================================================*/
.contact {
    text-align: center;
}
.contact h2 {
    margin-bottom: 1%;
}
.contact a {
    color: #00479d;
}

/*フッター===========================================================================*/
footer {
    text-align: center;
    padding: 2%;
	color: #fff;
}
footer p {
	margin-bottom: 1%;
}
footer a {
	color: #fff;
}

.page_top a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    background: rgba(250, 190, 0, 0.9);
    color: #fff;
    padding: 0.5em;
    width: 10em;
    border-radius: 5px;
	font-size: 1.8rem;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3) ; 
	z-index: 100;
}


/*タブレット////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 751px) and (max-width: 1199px) {
	html {
		font-size: 0.83333vw;
	}
}


/*スマホ///////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 750px) {
	html {
		font-size: 48.6% ;
	}
	figcaption {
		font-size: 14px;
	}
	body {
		-webkit-text-size-adjust: 100% ;
	}
	p, table, li {
		font-size: 16px;
	}
	small {
		font-size: 12px;
	}
	.pc { display: none !important; }
    .sp { display: block !important; }
    
	/*ヘッダー===========================================================================*/
	header {
		height: auto;
	}
	header::before {
		content: none;
	}
	header img {
		max-width: 1200px;
		width: 100%;
		left: auto;height: auto;
		position: static;
		left: auto;
		right: auto;
		transform: translate(0);
	}
	header::after {
		display: none;
	}
	.button_cover {
		top: -18.5vw;
	}
	.button {
		padding: 0.9em 1em;
		left: 10%;
		font-size: 4vw;
		width: 50%;
	}
	.button::after {
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}

	/*メイン===========================================================================*/
	.w20, .w30, .w40, .w50, .w60, .w70, .w80, .w25w, .w75w {width: 100%;}
	.ml40, .ml20, .mr40, .mr20 {margin-left: 0; margin-right: 0;}
	.left, .right {
		float: none;
	}
	.space {
		letter-spacing: -0.03em;
	}
	.back_key05_right::before, .back_key05_left::before, .back_gray_right::before {
		width: 84%;
	}
	.box2 {
		padding: 4%;
	}
	.item_center, .item_between {
		display: block;
	}
	.title {
		text-align: center;
	}
	.call:before {
		left: 1em;
	}
	.call:after {
		right: 1em;
	}
	.sp_center {
		text-align: center;
	}
	.sp_mt10 {
		margin-top: 1rem;
	}
	.sp_mt20 {
		margin-top: 2rem;
	}
	.sp_mt40 {
		margin-top: 4rem;
	}
	.sp_w60 {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_space05 {
		letter-spacing: -0.05em;
	}
	.sp_space10 {
		letter-spacing: -0.1em;
	}
	
	/*動画===========================================================================*/
	.movie h3 {
		margin-bottom: 4%;
		text-align: center;
	}
	
	/*3つの理由====================================*/
	.about_text, .about_img {
		width: 100%;
	}

	/*カリキュラム================================================================*/
	.curriculum {
		background-size: 160%;
	}
	.curriculum .box2.w50 {
		width: 92%;
		margin-bottom: 1rem;
	}
	
	/*「分かりやすく」「学びやすい」環境作りをサポートします=====================================*/
	.support .w30 {
		width: 46%;
	}
	
	/*こんな方には特におすすめです===========================================================*/
	.merit img {
		width: 50%;
	}
	.merit .box {
		padding-bottom: 16rem;
	}
	
	/*参加者の声===========================================================*/
	/*.voice .contents {
		overflow: hidden;
	}
	.item4 .box2 {
		width: 40%;
		float: left;
		height: 29rem;
		margin-bottom: 2rem
	}
	.item4 .box2:nth-child(even) {
		float: right;
	}*/
	.item4 .box2 {
		width: 92%;
		margin-bottom: 2rem;
		overflow: hidden;
	}
	.voice .w40 {
		width: 19%;
		float: left;
	}
	.item4 .box2:nth-child(even) .w40 {
		float: right;
	}
	.note {
		background-size: 8px 100%, /* 点線1のサイズ */
                         100% 3.6em; /* 点線2のサイズ */
		line-height: 3.6em; /* 文字の高さ */
		width: 77%;
		float: right;
	}
	.item4 .box2:nth-child(even) .note {
		float: left;
	}
	.note p {
		margin-top: 0;
	}
	
	/*さらに！参加者だけに特別なご案内========================================================*/
	.special .box {
		padding: 16% 4% 8% 4%;
	}

	/*よくあるご質問=======================================================================*/
	.q, .a {
		width: 9%;
	}
	.qa_text {
		width: 86%;
		margin: 0 0 4% 14%;
	}

	/*セミナー概要========================================================================*/
	.flow th, .flow td {
		display: block;
		width: 92%;
		padding: 2% 4%;
		border: solid 1px #00479d;
	}
	.flow th {
		border-bottom: none;
	}
	.entry_button_cover {
		width: 100%;
	}
	.entry_button_wrap {
		font-size: 3.6rem;
	}
	.entry_button, input.entry_button, .button_end {
		padding: 8% 4%;
		text-align: start;
		font-size: 3.6rem;
	}
	.button_end {
		text-align: center;
	}
	.entry_button, .button_end {
		width: 92%;
	}
	.entry_button::after, .entry_button_wrap::after {
		right: 5%;
	}
	
	/*フォーム========================================================================*/
	.form {
		width: 100%;
	}
	form dl dt {
		width: 100%;
	}
	form dl input{
		width: 96%;
		padding: 2%;
	}

	/*講師紹介===========================================================================*/
	.work {
		display: block;
	}
	.teacher figure {
		width: 80%;
		margin: 8% 10%;
	}
    
	/*お問い合わせ========================================================================*/
	.contact h2 {
		font-size: 2.6rem;
	}
	.contact h3 {
		font-size: 2.2rem;
	}
	
	/*フッター*/
	.page_top a {
		bottom: 0;
		right: 0;
		padding: 1em 0;
		width: 100%;
	}


}