@charset "utf-8";
/* CSS Document */
/* =============================================================================
PC コンテンツ
   ========================================================================== */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #3f3a39;
	letter-spacing: 0.02em;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	font-size: 1.2rem;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.sp {
	display: none;
}
header {
	background: url(../img/head_bg.png) repeat-x;

}
header h1 {
	background: url("../img/head.png") center top / cover no-repeat #fff;
	width: 100%;
	height: 736px;
	max-width: 1366px;
	margin: 0 auto;
}
header picture {
	display: block;
	text-align: center;
	margin: 0 auto;
}

a:hover{
	opacity: 0.8;
}


h2 {
	font-size: 2.5rem;
	text-align: center;
	color: #254A8A;
	line-height: 1.4;
}
section {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 20px 0;
}

article {
	width: 860px;
	margin: 0px auto;
}
.box1,footer {
  background-image: -moz-linear-gradient( 90deg, rgb(30,60,114) 0%, rgb(42,82,152) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(30,60,114) 0%, rgb(42,82,152) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(30,60,114) 0%, rgb(42,82,152) 100%);
	color: #fff;
 
}
.box2{
	background: #D0E5F3;
}



p {
	margin-bottom: 30px;
	text-align: left;
}


.pri, .pri a {
	text-align: center;
	font-size: 14px;
	margin: 0 auto 10px;
}
.pri a:hover {
	color: cornflowerblue;
}
footer {
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 1rem;
}
/* =============================================================================
体験者の声
   ========================================================================== */

.voice ul li img{
	width: 60%;
}
/* =============================================================================
プロフィール
   ========================================================================== */

.pro h3{
	font-size: 2rem;
	line-height: 1.2;
	background: #254A8A;
color: #fff;
	width: 300px;
	margin: 0 auto 30px;
}
.pro em{
	font-size: 1rem;
	font-style: normal;
	margin-left: 20px;
}

.pro em:before{
	width: 20px;
}

.pro p{
	font-size: 1rem;
}

/* =============================================================================
メール登録
   ========================================================================== */
	 .mail_box {
		width: 800px;
		margin:0px auto 30px;
		text-align: center;
		color: #fff;
		padding: 20px 0 0;
	}
.mail_box h2{
	line-height: 1;
	margin: 0 auto 50px;
	padding: 0;
}
	.mail_box p {
		margin: 20px auto;
		font-size: 1.2rem;
		font-weight: bold;
		padding: 0 20px;
	}
	form {
		padding: 0;
		margin: 20px auto;
	}
	form:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		display: inline-block;
		content: "\f2b6";
		color: #fff;
		font-size: 30px;
		vertical-align: top;
		margin-right: 10px;
	}
	input[type="text"], textarea {
		padding: 1.2em;
		width: 400px;
		margin-bottom: 20px;
		border: 1px solid #ddd;
	}
	input:focus {
		border: solid 2px #eea34a;
	}
	input[type="image"] {
		width: 60%;
		margin: 0 auto;
	}
	input[type="image"]:hover {
		opacity: 0.8;
	}

/* =============================================================================
リスト
   ========================================================================== */
ul {
	margin: 0 auto 30px;
}
ul li {
	list-style: none;
	margin-bottom: 20px;
	font-size: 1.3rem;
}
ul.attent {
	width: 80%;
	margin: 0 auto 0;
	padding: 0;
	color: #fff;
}
ul.attent li {
	font-size: 0.8rem;
	margin-bottom: 0;
	text-align: left;
}

ul.attent a{
	color: #fff;
}


/* =============================================================================
位置、スペース
   ========================================================================== */
.left {
	float: left;
	margin: 0 20px 20px 0;
}
.right {
	float: right;
	margin: 0 0 20px 20px;
}
.center {
	text-align: center;
}
/* =============================================================================
装飾・テキストカラー・背景色
   ========================================================================== */
strong {
	font-weight: 800;
}
.bg_gray {
	background: #eae8ed;
}
.bg_blue {
	background: #d0e5f3;
}
.red {
	color: crimson;
}
.blue {
	color: #3a9cfd;
}
.line_pink {
	background: linear-gradient(transparent 60%, #f6c 60%);
}
.line_yellow {
	background: linear-gradient(transparent 60%, #ff6 60%);
}
.under {
	text-decoration: underline;
}
.big {
	font-size: 1.8rem;
	line-height: 1.2;
}
.mini {
	font-size: 1rem;
}
/* =============================================================================
動画レスポンシブ対応
   ========================================================================== */
.movie {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}