@charset "utf-8";

* {
    box-sizing: border-box;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #000;
    font-size: 16px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: block;
    max-width: 100%;
    height: auto;
}

br.br_sp {
    display: none;
}

a {
    color: #000;
}

/********** ヘッダー **********/
header {
    width: 100%;
    padding: 30px 20px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    border-bottom: solid 2px #eee;
}

header .menu {
    max-width: 1000px;
    margin: 0 auto;
}

header .menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .menu ul li.tel_btn a {
    font-size: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

header .menu ul li.tel_btn a.pc_none {
    pointer-events: none;
}

header .menu ul li.tel_btn a span {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-left: 10px;
}

header .menu ul li.mail_btn a {
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    width: 230px;
    display: block;
    text-align: center;
    border-radius: 6px;
}

/********** FV **********/
h1 {
    font-size: 0;
}

.fv {
    height: 520px;
    background: url(../img/fv_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 102px;
}

.fv .bg_grey {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background: #eff1f4;
}

.fv .fv_inner {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}

.fv .fv_inner h1 img {
    position: absolute;
    top: 30px;
    left: 0;
}

.fv .fv_inner .miyake img.miyake_pc {
    position: absolute;
    right: 0;
    top: 0;
}

.fv .fv_inner .miyake img.miyake_sp {
	display: none;
}

/********** 共通 **********/

h2 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    line-height: 1;
}

.title_area img {
    margin: 0 auto;
    max-width: 300px;
}

h3 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    text-align: center;
    color: #b59f56;
    font-size: 12px;
    line-height: 1;
}

h3:before,
h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #b59f56;
}

h3:before {
    left: 0;
}

h3:after {
    right: 0;
}

.title_area {
	text-align: center;
	margin-bottom: 30px;
}

/********** lesson01 **********/

.lesson01 {
    padding: 50px 20px 120px;
}

.lesson01 p.text_intro {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 60px;
	text-align: center;
}

.lesson01 img {
	margin: 0 auto;
}

/********** lesson02 **********/

.lesson02 {
	padding: 120px 20px;
	background: url(../img/lesson02_bg.jpg) no-repeat center;
	background-size: cover;
}

.lesson02 .content_wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.lesson02 .content_wrap ul {
	display: flex;
	justify-content: space-between;
}

.lesson02 .content_wrap ul li {
	max-width: 300px;
	min-height: 292px;
	width: 100%;
	background: #fff;
	margin: 0 5px;
}

.lesson02 .content_wrap ul li p.text_num {
	font-size: 44px;
	color: #fff;
	text-align: center;
	background: #4285f4;
	letter-spacing: 0;
	padding:20px;
	line-height: 1;
}

.lesson02 .content_wrap ul li p.text_num::after {
	content: '.';
}

.lesson02 .content_wrap ul li p.text_lead::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 15px 20px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -15px;
}

.lesson02 .content_wrap ul li p.text_lead {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #0045a3;
	background: #fff;
	padding: 30px 5px;
	line-height: 1;
	position: relative;
}

.lesson02 .content_wrap ul li p.text_text {
	color: #0045a3;
	font-size: 14px;
	background: #fff;
	padding: 0 20px;
}

/********** lesson03 **********/

.lesson03 {
	padding: 120px 20px;
}

.lesson03 .content_wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}

.lesson03 .content_wrap h4 {
	background: #eee;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	padding: 10px;
}

.lesson03 .content_wrap ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.lesson03 .content_wrap ul li {
	margin: 0 5px;
}

.lesson03 .content_wrap ul li img {
	width: 100%;
}

.lesson03 .content_wrap img.arrow {
	margin: 0 auto 50px;
}

.lesson03 .content_wrap h4.blue {
	color: #4285f4;
	background: #fff;
	border: solid #4285f4 3px;
}

.lesson03 .content_wrap img.square {
	margin: 0 auto;
}

/********** lesson04 **********/

.lesson04 {
	padding: 120px 20px;
	background: #e3e3e3;
}

.lesson04 .content_wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.lesson04 .content_wrap .voice_1st {
	width: 100%;
	height: 300px;
	position: relative;
	display: flex;
	margin-bottom: 50px;
}

.lesson04 .content_wrap .voice_1st img.case_icon {
	position: absolute;
	top: 0;
	left: 0;
}

.lesson04 .content_wrap .voice_1st .voice_1st_left {
	background: url(../img/case01_img.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	max-width: 650px;
}

.lesson04 .content_wrap .voice_1st .voice_1st_right {
	background: #0045a3;
	width: 100%;
	max-width: 350px;
	padding: 20px;
}

.lesson04 .content_wrap .voice_1st .voice_1st_right p {
	font-size: 24px;
	font-weight: bold;
	color: #0045a3;
	background: #fff;
	padding: 5px 20px;
}

.lesson04 .content_wrap .voice_1st .voice_1st_right ul {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
}

.lesson04 .content_wrap .voice_1st .voice_1st_right ul li {
	padding: 5px 20px;
}

.lesson04 .content_wrap .voice_2nd {
	padding: 50px;
	background: #fff;
}

.lesson04 .content_wrap .voice_2nd p.q1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 30px;
	background: #eee;
	position: relative;
	margin-bottom: 55px;
}

.lesson04 .content_wrap .voice_2nd p.q1 i {
	background: #fff;
	border-radius: 50%;
}

.lesson04 .content_wrap .voice_2nd p.q1::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #eeeeee transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;

}

.lesson04 .content_wrap .voice_2nd p.a1 {
	border: solid 3px #a0a0a0;
	border-radius: 6px;
	height: 175px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	padding: 40px;
}

.lesson04 .content_wrap .voice_arrow {
	color: #0045a3;
	margin: 10px auto;
	text-align: center;
	font-size: 36px;
}

.lesson04 .content_wrap .voice_2nd p.q1_blue {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 30px;
	background: #0045a3;
	position: relative;
	margin-bottom: 55px;
	color: #fff
}

.lesson04 .content_wrap .voice_2nd p.q1_blue::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #0045a3 transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;

}

.lesson04 .content_wrap .voice_2nd p.a1_blue {
	border: solid 3px #0045a3;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;
	padding: 40px;
	margin-bottom: 90px;
}

.lesson04 .content_wrap .voice_2nd p.a1_blue span {
	font-size: 24px;
}

.lesson04 .content_wrap .voice_2nd img {
	margin: 0 auto 36px;
}


.lesson04 .content_wrap .voice_1st .voice_1st_left.case02 {
	background: url(../img/case02_img.jpg) no-repeat center;
	background-size: cover;
}

/********** 費用 **********/

.cost {
	padding: 120px 20px;
}

.cost .content_wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}

.cost .content_wrap ul li {
	text-align: center;
	color: #0045a3;
	font-weight: bold;
	font-size: 24px;
	padding: 10px;
	border: solid #0045a3 1px;
	margin-bottom: 20px;
	display: flex;
}

.cost .content_wrap ul li span {
	display: block;
}

.cost .content_wrap ul li span.cost_left {
	width: 45%;
	text-align: right;
}

.cost .content_wrap ul li span.cost_right {
	width: 45%;
	text-align: left;
}

.cost .content_wrap ul li span.cost_center {
	width: 10%;
	text-align: center;
}

.cost .content_wrap p {
	text-align: center;
	font-size: 14px;
}

/********** メッセージ **********/

.message {
	padding: 120px 20px;
	background: #e3e3e3;
}

.message .content_wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
}

.message .content_wrap .message_area {
	display: flex;
	width: 100%;
	height: 500px;
	margin-bottom: 70px;
}

.message .content_wrap .message_area .message_left {
	background: #0045a3;
	padding: 30px;
	color: #fff;
	width: 50%;
}

.message .content_wrap .message_area .message_left p.text_message {
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 0;
}

.message .content_wrap .message_area .message_left p.text_name {
	text-align: right;
	font-size: 16px;
}

.message .content_wrap .partner p.text_partner {
	text-align: center;
	font-size: 14px;
}

.message .content_wrap .partner img {
	margin: 0 auto 40px;
}

.message .content_wrap .partner a {
	display: block;
	text-align: center;
	background: #fff;
	color: #0045a3;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
}

.message .content_wrap .partner a:hover {
	color: #fff;
	background: #0045a3;
}

/********* フォーム **********/

.contact {
	padding: 120px 20px;
}

.contact .content_wrap {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 30px;
}

.contact .content_wrap table {
	width: 100%;
	margin-bottom: 50px;
	table-layout: fixed;
}

.contact .content_wrap table th {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	position: relative;
	padding: 10px 0;
}

.contact .content_wrap table th span.must {
	font-size: 12px;
	color: #fff;
	line-height: 1;
	padding: 5px;
	background: #ff0000;
	position: absolute;
	right: 50px;
}

.contact .content_wrap table th span.any {
	font-size: 12px;
	color: #fff;
	line-height: 1;
	padding: 5px;
	background: #868686;
	position: absolute;
	right: 50px;
}

.contact .content_wrap table td {
	width: 540px;
}

.contact .content_wrap table td input {
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
	background: #eee;
	padding: 5px;
	border: none;
	box-shadow: none;
}

.contact .content_wrap table td.radio {
	display: flex;
}

.contact .content_wrap table td.radio input[type=radio] {
	display: none;
}

.contact .content_wrap table td.radio label:focus,
.contact .content_wrap table td.radio label:hover,
.contact .content_wrap table td.radio label:active,
.contact .content_wrap table td.radio input:checked + label {
	color: #0045a3;
}
.contact .content_wrap table td.radio label:focus:before,
.contact .content_wrap table td.radio label:hover:before,
.contact .content_wrap table td.radio label:active:before,
.contact .content_wrap table td.radio input:checked + label:before {
	border-color: #0045a3;
	background: #ffffff;
}
.contact .content_wrap table td.radio label {
	line-height: 1;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 1em 1em 1em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	        transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
}
.contact .content_wrap table td.radio label:before {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #cccccc;
	border-radius: 50%;
}

.contact .content_wrap table td.radio input:checked + label:before {
	border-color: #0045a3;
	background: #0045a3;
}
.contact .content_wrap table td.radio input:disabled + label {
	cursor: not-allowed;
	color: rgba(0, 0, 0, 0.5);
	background: #efefef;
}
.contact .content_wrap table td.radio input:disabled + label:hover {
	border-color: rgba(0, 0, 0, 0.1);
}
.contact .content_wrap table td.radio input:disabled + label:before {
	border-color: #ffffff;
	background: #ffffff;
}

.contact .content_wrap table td.radio label {
	display: flex;
	align-items: center;
	width: 200px;
}

.contact .content_wrap table td.radio label input {
	width: 30px;
}

.contact .content_wrap table td textarea {
	width: 100%;
	height: 200px;
	background: #eee;
	font-size: 16px;
	padding: 5px;
	font-family: inherit;
	border: none;
	box-shadow: none;
}

.contact .content_wrap .submit button {
	border: none;
    cursor: pointer;
    outline: none;
    padding: 20px;
    appearance: none;
	background: #0045a3;
	color: #fff;
	width: 550px;
	font-size: 24px;
	display: block;
	margin: 0 auto;
}


/********* フッター **********/

footer {
	width: 100%;
	padding: 40px 20px;
	background: #e3e3e3;
}

footer p {
	font-size: 14px;
	text-align: center;
}


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

	li.tel_btn {
		position: fixed;
		width: 100%;
		bottom: 0;
		background: #fff;
		padding: 10px;
		left: 0;
		border-top: solid 1px #eee;
	}

	header .menu ul li.tel_btn a {
		justify-content: center;

	}

	header .menu ul li:last-child {
		margin-left: auto;
	}

	header .menu ul li:nth-child(2) {
		margin-right: 20px;
	}

	footer {
		margin-bottom: 62px;
	}

	.message .content_wrap .message_area {
		margin-bottom: 35px;
		flex-wrap: wrap-reverse;
		height: auto;
		justify-content: center;
	}
	.message .content_wrap .message_area .message_left {
		width: 500px;
		padding: 30px 20px;
	}
	.message .content_wrap .partner a {
		font-size: 14px;
	}
	
/********* フォーム **********/
	
	.contact .content_wrap table th,
	.contact .content_wrap table td {
		display: block;
		width: 100%;
	}

	.contact .content_wrap table th span.must,
	.contact .content_wrap table th span.any {
		position: relative;
		right: auto;
		margin-left: 10px;
	}

	.contact .content_wrap table td {
		margin-bottom: 20px;
	}

	
}


@media screen and (max-width: 768px) {
	.fv .fv_inner h1 img {
		width: 60%;
	}
	.fv .bg_grey {
		display: none;
	}
	.fv .fv_inner .miyake img.miyake_pc {
		width: 326px;
	}
	.fv {
		height: 392px;
	}
	.lesson02 .content_wrap ul {
		display: block;
	}
	.lesson02 .content_wrap ul li {
		max-width: 100%;
		min-height: auto;
		margin: 0;
	}
	.lesson02 .content_wrap ul li p.text_text {
		padding-bottom: 40px;
		margin-bottom: 20px;
	}

	.lesson04 .content_wrap .voice_1st {
		display: block;
		height: auto;
		margin-bottom: 30px;
	}
	.lesson04 .content_wrap .voice_1st .voice_1st_left {
		height: 300px;
		max-width: 100%;
	}
	.lesson04 .content_wrap .voice_1st .voice_1st_right {
		max-width: 100%;
	}
	
}

@media screen and (max-width: 600px) {}

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

	br.br_sp {
		display: block;
	}
	header {
		padding: 10px;
	}
	header .menu ul li a img {
		width: 180px;
	}
	header .menu ul li.tel_btn a.pc_none {
		pointer-events: auto;
	}

	header .menu ul li.tel_btn a {
		display: block;
		text-align: center;
		font-size: 20px;
	}

	header .menu ul li.tel_btn a span {
		margin-left: 0;
	}

	header .menu ul li.mail_btn a {
		width: 140px;
	}
	.fv {
		margin-top: 62px;
		height: 360px;
	}
	
	.fv .fv_inner .miyake img.miyake_pc {
		display: none;
	}
	.fv .fv_inner .miyake img.miyake_sp {
		display: block;
		position: absolute;
		right: 0;
		top: 180px;
	}
	.fv .fv_inner h1 img {
		width: 90%;
	}
	.title_area img {
		width: 200px;
	}
	h2 {
		font-size: 24px;
		margin: 15px 0 5px;
	}
	h3 {
		font-size: 10px;
		padding: 0 40px;
	}
	h3:before, h3:after {
		width: 30px;
	}
	.lesson01 p.text_intro {
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
		margin-bottom: 30px;
	}
	.lesson01 {
		padding-bottom: 60px;
		background: #fff;
		z-index: 10;
		position: relative;
	}
	.lesson02,
	.lesson03,
	.lesson04,
	.cost,
	.message,
	.contact {
		padding: 60px 20px;
	}
	.lesson02 .content_wrap ul li p.text_num {
		font-size: 22px;
	}
	.lesson02 .content_wrap ul li p.text_lead {
		font-size: 18px;
	}
	.lesson02 .content_wrap ul li p.text_text {
		font-size: 14px;
	}
	.lesson03 .content_wrap ul {
		justify-content: center;
		flex-wrap: wrap;
	}

	.lesson03 .content_wrap ul li {
		width: 45%;
	}
	.lesson03 .content_wrap ul li img {
		width: 100%;
	}
	.lesson03 .content_wrap img.square {
		width: 160px;
		height: auto;
	}
	.lesson03 .content_wrap h4 {
		font-size: 16px;
	}
	.lesson04 .content_wrap .voice_1st {
		display: block;
		height: auto;
		margin-bottom: 30px;
	}
	.lesson04 .content_wrap .voice_1st .voice_1st_left {
		height: 200px;
	}
	.lesson04 .content_wrap .voice_1st img.case_icon {
		width: 50px;
	}
	.lesson04 .content_wrap .voice_1st .voice_1st_right {
		max-width: 100%;
	}
	.lesson04 .content_wrap .voice_1st .voice_1st_right p {
		font-size: 16px;
	}
	.lesson04 .content_wrap .voice_1st .voice_1st_right ul {
		font-size: 16px;
	}
	.lesson04 .content_wrap .voice_2nd {
		padding: 20px;
	}
	.lesson04 .content_wrap .voice_2nd p.q1 {
		font-size: 16px;
		padding: 20px;
		margin-bottom: 30px;
	}
	.lesson04 .content_wrap .voice_2nd p.a1 {
		font-weight: normal;
		height: auto;
		font-size: 14px;
		padding: 20px;
	}
	.lesson04 .content_wrap .voice_2nd p.q1_blue {
		font-size: 16px;
		padding: 20px;
		margin-bottom: 30px;
	}
	.lesson04 .content_wrap .voice_2nd img {
		width: 200px;
		margin-bottom: 24px;
	}
	.lesson04 .content_wrap .voice_2nd p.a1_blue {
		margin-bottom: 45px;
	}
	.lesson04 .content_wrap .voice_2nd img.graph {
		width: 100%;
	}
	.lesson04 .content_wrap .voice_arrow {
		margin: 0;
		font-size: 28px;
	}
	.cost .content_wrap {
		padding-top: 10px;
	}
	.cost .content_wrap ul li {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.cost .content_wrap p {
		font-size: 12px;
	}

	.contact .content_wrap {
		padding-top: 0;
	}
	
	.contact .content_wrap .submit button {
		width: 80%;
		font-size: 16px;
	}

	.contact .content_wrap table th {
		font-size: 14px;
	}

	.contact .content_wrap table td.radio label {
		font-size: 14px;
	}

	.contact .content_wrap table {
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 320px) {}













