@charset "utf-8";
/* 共通style --------------------------------*/
@font-face {
    src: url("../../font/Roboto-Regular.ttf") ;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
@font-face {
    src: url("../../font/Roboto-Medium.ttf") ;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
@font-face {
    src: url("../../font/Roboto-Bold.ttf") ;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
@font-face {
    src: url("../../font/NotoSansJP-Regular.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../../font/NotoSansJP-Medium.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../../font/NotoSansJP-Bold.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../../font/NotoSansJP-Black.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	position: relative;
}
img {
	width: 100%;
}
h2 {
	text-align: center;
	font-weight: 600;
	color: #000000;
}
h2 span.txt--en {
	position: relative;
}
h2 span.txt--en::after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 36px;
	height: 4px;
	vertical-align: middle;
	background: url(../images/icn_h2.gif);
	background-size: 36px 4px;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin-top: 50px;
}
h2 span.txt--ja {
	font-weight: normal;
}
h3 {
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.6;
}
/*fv------------------------------*/
.fv {
	background-color: #f3f3f3;
}
.fv h1 {
	color: #0e78c4;
}
.fv .midashi p {
	font-family: 'Roboto', sans-serif;
}
.fv p.txt--top {
	color: #0e78c4;
}
.fv p.txt--catch {
	color: #000000;
}
.fv h2 span.txt--num{
	font-family: 'Roboto', sans-serif;
}
/*block_nav
------------------------------------------*/
.block_nav {
	background-color: #e2e1e1;
}
.block_nav nav li {
	display: inline;
}
.block_nav nav li a {
	color: #002fa5;
	text-decoration: none;
	background: url(../images/nav_icn.png)no-repeat center bottom;
	padding-bottom: 10px;
}
/*offer
------------------------------------------*/
.offer {
	background: -moz-linear-gradient(left, #395aac, #60a0db);
	background: -webkit-linear-gradient(left, #395aac, #60a0db);
	background: linear-gradient(to right, #395aac, #60a0db);
}
.offer .inner {
	padding: 30px;
	background: #ffffff;
	margin: 0 auto;
}
.offer p {
	color: #000000;
}
.offer p.first {
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}
.offer .btn--contact a {
	background-color: #eaa21a;
	background-image: url(../images/icn-mail.png);
	background-position: 70px center;
	background-repeat: no-repeat;
	background-size: 8%;
	color: #ffffff;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: bold;
	padding-left: 140px;
	box-shadow: 0 5px #9a5b01;
	display: block;
}
.offer .tel p.txt--tel {
	font-family: 'Roboto', sans-serif;
}
/*block_plan
--------------------------------------------*/
.block_plan p {
	text-align: center;
}
.block_plan table th {
	background: #eeeeee;
}
.block_plan .guide {
	border: #666666 solid 1px;
	display: flex;
	justify-content: space-between;
}
.block_plan .guide dl {
	display: flex;
}
.block_plan .guide dl:nth-child(1) dt {
	background: #cce1f2;
}
.block_plan .guide dl:nth-child(2) dt {
	background: #f4cfba;
}
.block_plan .guide dl:nth-child(3) dt {
	background: #dbd7b9;
}
.block_plan .guide dl:nth-child(4) dt {
	background: #968bd6;
}
.block_plan .guide dl:nth-child(5) dt {
	background: #94d1cd;
}
.block_plan .guide dl:nth-child(6) dt {
	background: #e9b7d3;
}
/*block_access
------------------------------------------*/
.block_access p {
	text-align: center;
}
.block_access iframe {
	width: 100%;
}
.block_access figure {
	margin-bottom: 7pc;
}
/*block_spec
------------------------------------------*/
.block_spec {
	margin: 0 auto;
}
.block_spec table th {
	background: #adceea;
}
.block_spec .photo figure figcaption {
	text-align: center;
	margin-top: 1em;
}
/*checkbox style---------*/
label.checker {
	width: auto;
}
.checker .check {
	display: inline-block;
	vertical-align: middle;
}
.checker .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	padding-top: .5em;
	margin-right: 2em;
	margin-bottom: 1em;
}
.checker .text.txt_agree {
	font-size: 1.6rem;
	padding-top: .8em;
}
.checker input {
	display: none;
}
.checker .check {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: .5em;
	margin-bottom: .5em;
}
.checker .check::before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 2px;
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.checker input:checked+.check::after {
	display: block;
	position: absolute;
	top: 5px;
	left: 3px;
	width: 16px;
	height: 8px;
	border-left: 3px solid #a60015;
	border-bottom: 3px solid #a60015;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.checker input:disabled+.check:before {
	background-color: #eee;
}
.checker input:checked:disabled+.check::after {
	border-left: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
}
/*エラーメッセージ*/
.contact__page p.error {
	color: #FF0004;
}
p#idx_has_error.error {
	color: #FF0004;
}
#idx_send_error{
    color: #FF0004;
}
/*input style---------*/

input[type="text"], textarea {
	padding: 0.8em;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.6rem;
}
input[type="text"] {
	width: 100%;
	box-sizing: border-box;
}
input.w100 {
	width: 28%;
}
input.w60 {
	width: 30%;
}
textarea {
	width: 100%;
	box-sizing: border-box;
}
label {
	cursor: pointer;
}
/*block_others
-------------------------------------------**/
.block_others{
	width: 100%;
	background: #eeeeee;
}
.block_others h3{
	text-align: center;
}
.block_others ul li{
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.block_others ul li figcaption{
	position: relative;
	text-align: center;
}
.block_others ul li figcaption::after{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	top: 50%;
	left: 90%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.block_others ul li a{
	display: block;
	color: #272727;
	text-decoration: none;
}
/*footer
--------------------------------------------*/
footer .bg--blue {
	background: #182d6f;
	color: #ffffff;
}
footer .bg--blue ul li a {
    color: #fff;
    text-decoration: none;
}
/*pagetop
--------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 120px;
	right: 15px;
}
.pagetop a {
	background-color: #cacfd8;
	color: #222;
}
.pagetop a, .pagetop a:hover {
	display: block;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	padding: 15px;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}
.pagetop a:hover {
	background-color: #5c99ec;
	color: #fff;
}
/* PC ------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:768px) {
.sp--only {
	display: none;
}
body {
	min-width: 1024px;
	margin: 0 auto;
}
h2, h3 {
	margin-bottom: 40px;
}
h2 {
	line-height: 80px;
	font-size: 3.8rem;
	font-weight: 600;
	text-align: center;
}
h2 span.txt--ja {
	font-size: 2.0rem;
}
h3.plan {
	font-size: 2.6rem;
	font-weight: normal;
	display: flex;
	align-items: center;
}
h3.plan::after, h3.plan::before {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #333;
	display: block;
}
h3.plan::before {
	margin-right: 120px;
}
h3.plan::after {
	margin-left: 120px;
}
/*header
--------------------------------------*/
header {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 1;
}
.wrapper__header {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.wrapper__header p.logo {
	width: 260px;
	float: left;
	padding-top: 30px;
}
.block__header__contact {
	float: right;
	background: -moz-linear-gradient(left, #395aac, #60a0db);
	background: -webkit-linear-gradient(left, #395aac, #60a0db);
	background: linear-gradient(to right, #395aac, #60a0db);
	padding: 15px 20px 5px;
}
.block__header__contact .block--tel {
	float: left;
	margin-right: 20px;
}

.block__header__contact .block--tel p {
	text-align: center;
	font-size: 2.0rem;
	color: #ffffff;
}
.block__header__contact .block--tel p.txt--tel {
	color: #ffffff;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	font-weight: 700;
	background-image: url(../images/icn-tel.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	background-size: 8%;
	padding-left: 24px;
	font-size: 3.4rem;
	margin-bottom: 2px;
}
.block__header__contact .block--tel p.txt--tel a {
	color: #000000;
	text-decoration: none;
}
.block__header__contact .btn--contact a {
	float: right;
	background-color: #eaa21a;
	background-image: url(../images/icn-mail.png);
	background-position: 40px center;
	background-repeat: no-repeat;
	background-size: 12%;
	color: #ffffff;
	width: 235px;
	height: 56px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 1.8rem;
	font-family: "Noto Sans JP";
	font-weight: bold;
	line-height: 50px;
	padding-left: 80px;
	box-shadow: 0 3px #9a5b01;
	margin-bottom: 13px;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.block__header__contact .btn--contact a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*fv
------------------------------------------*/
.fv {
	background-image: url(../images/fv_pc.webp);
	background-position: 44vw top;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}
.fv .wrapper {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.fv h1 {
	font-size: 4.4rem;
	font-weight: 600;
	letter-spacing: 2px;
}
.fv h2{
	line-height: 1.2;
	color: #ffffff;
	text-align: left;
	position: absolute;
	background: linear-gradient( 135deg, rgba(0, 50, 166, 0.8), rgba(96, 160, 220, 0.8));
	right: 0;
	width: 50%;
	bottom: 66px;
	padding: 20px 0 20px 40px;
	margin-bottom: 0;
	font-size: 3.0rem;
}
.fv p.txt--top {
	padding-top: 126px;
	font-size: 3.8rem;
	margin-bottom: 16px;
}
.fv p span.txt--small {
	font-size: 2.8rem;
}
.fv h2 span.txt--large {
	font-size: 3.6rem;
}
.fv h2 span.txt--num{
	font-size: 4.0rem !important;
}
.fv p.txt--catch {
	font-size: 1.8rem;
	width: 370px;
	line-height: 2.0;
	position: relative;
	top: 145px;
}
*::-ms-backdrop, .fv p.txt--catch {
	margin-bottom: 74px; /* IE11 */
}
.fv p.txt--top img {
	display: none;
}
.fv p.txt--bottom {
	position: absolute;
	width: 350px;
	background-image: url(../images/fv-txt_pc.gif);
	background-repeat: no-repeat;
	background-size: contain;
	width: 244px;
	height: 126px;
	bottom: 0;
}
.fv .midashi{
	background-color:rgba(255,255,255,0.8);
	position: relative;
	right: 55%;
	width: 100%;
	top:100px;
	padding: 25px 0;
}
.fv .midashi h1{
	text-align: right;
	right: 8%;
	position: relative;
}
.fv .midashi p{
	padding: 0;
	text-align: right;
	right: 19%;
	position: relative;
}
/*block_nav
------------------------------------------*/
.block_nav .wrapper {
	width: 1000px;
	height: inherit;
	overflow: hidden;
}
.block_nav {
	margin-top: 200px;
}
.block_nav nav ul {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	text-align: center;
	width: 630px;
	margin: 0 auto;
}
.block_nav h2 {
	float: right;
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 0;
	padding-top: 30px;
	color: #ffffff;
	line-height: 1;
}
.block_nav h2 span.txt--large {
	font-size: 3.8rem;
}
/*offer
------------------------------------------*/
.offer {
	padding: 40px 0;
}
.offer .inner {
	width: 1000px;
	box-sizing: border-box;
}
.offer .wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.offer .btn--contact a {
	width: 630px;
	height: 80px;
	font-size: 2.8rem;
	margin: 0 auto 30px;
	line-height: 80px;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.offer .btn--contact a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.offer p.first {
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 20px;
}
.offer .tel {
	overflow: hidden;
	margin: 0 auto;
	width: 630px;
}
.offer .tel p.txt--catch {
	float: left;
	text-align: center;
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.2;
}
.offer .tel p.txt--tel {
	font-size: 5.6rem;
	font-weight: 600;
	background-image: url(../images/icn-tel-sp.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	background-size: 9%;
	display: inline-block;
	padding-left: 40px;
	margin-left: 30px;
}
/**::-ms-backdrop, .offer .tel p.txt--tel {
	font-size: 5.8rem;
}*/
.offer .tel p.txt--tel a {
	color: #000000;
	text-decoration: none;
}
/*block_plan
--------------------------------------------*/
.block_plan {
	padding: 60px 0;
}
.block_plan h3 {
	font-size: 2.4rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}
.block_plan h3::before, .block_plan h3::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #333;
	display: block;
}
.block_plan h3::before {
	margin-right: 15px;
}
.block_plan h3::after {
	margin-left: 15px;
}
.block_plan h3.plane {
	margin-bottom: 40px;
}
.block_plan p {
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 70px;
}
.block_plan .wrapper {
	width: 1000px;
	margin: 0 auto;
}
.block_plan table {
	background: #ffffff;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	font-size: 1.4rem;
	width: 100%;
	box-sizing: border-box;
}
.block_plan table tr {
	border-bottom: 1px solid #BBBBBB;
}
.block_plan table th {
	padding: 8px 10px;
	border-right: 1px solid #BBBBBB;
}
.block_plan table td {
	padding: 8px 10px;
	border-right: 1px solid #BBBBBB;
	text-align: right;
}
.block_plan table td:first-child {
	text-align: center;
}
.block_plan .guide {
	padding: 20px;
	margin-bottom: 100px;
}
.block_plan .guide dt {
	width: 36px;
	height: 24px;
	margin-right: .5em;
}
.block_plan .guide dd {
	line-height: 24px;
}
.block_plan figure{
	margin-bottom: 80px;
}
.block_plan figure:last-child{
	margin-bottom: 0;
}
/*block_access
--------------------------------------------*/
.block_access {
	padding: 60px 0 0;
	line-height: 0;
}
.block_access figure {
	text-align: center;
}
.block_access figure.area img {
	width: 70%;
}
.block_access .wrapper {
	width: 1000px;
	margin: 0 auto 80px;
}
.block_access p {
	font-size: 2rem;
	margin-bottom: 50px;
	line-height: 1.6;
}
.block_access iframe {
	height: 500px;
}
/*block_spec
--------------------------------------------*/
.block_spec .wrapper {
	width: 1000px;
	margin: 0 auto;
}
.block_spec .scroll--table {
	width: 1000px;
	margin: 0 auto;
}
.block_spec table {
	background: #ffffff;
	border-top: 1px solid #b9bfc9;
	border-left: 1px solid #b9bfc9;
	font-size: 1.4rem;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 100px;
}
.block_spec table tr {
	border-bottom: 1px solid #b9bfc9;
}
.block_spec table th {
	padding: 8px 10px;
	border-right: 1px solid #b9bfc9;
}
.block_spec table td {
	padding: 8px 10px;
	border-right: 1px solid #b9bfc9;
	text-align: right;
}
.block_spec table td:first-child {
	text-align: center;
}
.block_spec .photo {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.block_spec .photo figure {
	width: 32%;
}
/*block_outline
--------------------------------------------*/
.block_outline {
	padding: 60px 0;
}
.block_outline .wrapper {
	width: 1000px;
	margin: 0 auto;
}
.block_outline h2 {
	font-size: 3.8rem;
	margin-bottom: 60px;
}
.block_outline table {
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	background: #ffffff;
	width: 100%;
}
.block_outline table tr {
	border-bottom: 1px solid #BBBBBB;
}
.block_outline table th {
	background: #adceea;
	color: #222222;
	padding: 20px 15px;
	width: 16%;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3;
}
.block_outline table td {
	padding: 20px 10px;
	width: 36%;
	line-height: 1.3;
	vertical-align: middle;
}
/*block__contact
--------------------------------------------*/
.block__contact {
	padding: 80px 0;
}
.block__contact .wrapper {
	width: 1000px;
	margin: 0 auto 150px;
}
.block__contact h2 {
	font-size: 3.8rem;
	font-weight: bold;
	margin-bottom: 60px;
}
.block__contact p {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 20px;
}
.block__contact p span.must {
	color: #ffffff;
	background: #2c4db2;
	padding: 2px 8px;
	margin-right: .5em;
}
.block__contact p.thanks {
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
}
/*table*/
.block__contact .box_thanks .btn_link a, .block__contact .box_thanks .btn_link a:before, .block__contact .box_thanks .btn_link a:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.block__contact .box_thanks .btn_link a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.block__contact .box_tel {
	border: #cecece solid 4px;
	padding: 25px 20px 0;
	margin-bottom: 4vw;
	box-sizing: border-box;
}
.block__contact .box_tel p {
	text-align: center;
}
.block__contact table {
	border-top: #b9bfc9 solid 1px;
	border-right: #b9bfc9 solid 1px;
	border-left: #b9bfc9 solid 1px;
	margin: 15px 0 0 0;
	width: 1000px;
	box-sizing: border-box;
	margin: 0 auto 60px;
}
.block__contact table th {
	width: 30%;
	padding: 15px;
	background: #f2f2f2;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.block__contact table tr {
	border-bottom: #b9bfc9 1px dotted;
}
.block__contact table tr:last-of-type {
	border-bottom: #b9bfc9 1px solid;
}
.block__contact table th.val_top {
	vertical-align: top;
}
.block__contact th span.must {
	color: #ffffff;
	background: #2c4db2;
	padding: 4px 8px;
	margin-left: 1rem;
	float: right;
	font-weight: normal;
}
.block__contact th span.nomal {
	font-weight: normal;
	line-height: 2;
}
.block__contact table td {
	padding: 15px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.block__contact table td span.error {
	color: #FF0004;
	display: block;
}
/*privacy*/
.block__contact .box--privacy {
	height: 200px;
	width: 1000px;
	overflow-y: scroll;
	margin: 0 auto 40px;
}
.block__contact .box--privacy h3 {
	text-align: center;
	margin-bottom: 4rem;
	font-size: 2rem;
	font-weight: bold;
	color: #272727;
}
.block__contact .box--privacy p {
	margin-bottom: 1em;
}
.block__contact .box--privacy dt {
	float: none;
	color: #666;
	padding: 0;
	width: auto !important;
	font-weight: bold;
	line-height: 2;
}
.block__contact .box--privacy dd {
	padding-left: 0;
	line-height: 1.6;
	margin-bottom: 1em;
}
.block__contact .box--privacy dd, .block__contact .box--privacy dd li {
	border-bottom: none;
}
.block__contact .box--privacy dd ul {
	margin-top: 10px;
	padding-left: 1em;
}
.block__contact .box--privacy dd li {
	list-style: disc;
	list-style-position: inside;
	padding: 0;
	margin-bottom: 10px;
}
/*box_agree*/
.block__contact .box_agree {
	background: #f2f2f2;
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
}
.block__contact .box_agree p {
	text-align: center;
}
.block__contact .box_agree span.txt_agree {
	font-size: 18px;
}
/*btn--button*/
.block__contact .btn_button {
	margin: 0 auto 30px;
	text-align: center;
}
.block__contact .btn_button button {
	text-align: center;
	width: 100%;
	height: auto;
	max-width: 400px;
	padding: 20px 50px;
	background: #eaa21a;
	color: #ffffff;
	box-shadow: 0 5px #9a5b01;
	border: none;
	font-size: 2.2rem;
	font-weight: 600;
	box-sizing: border-box;
	cursor: pointer;
	border-style: none;
	position: relative;
	display: inline-block;
}
.block__contact .btn_button button::before, .block__contact .btn_button button::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.block__contact .btn_button button::before {
	width: 8px;
	height: 8px;
	right: -80%;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.block__contact .btn_button button, .block__contact .btn_button button:before, .block__contact .btn_button button:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.block__contact .btn_button button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.block__contact .btn_button button.btn_return {
	background: #666666;
	margin-right: 20px;
	box-shadow: 0 5px #333333;
}
/*block_others
-------------------------------------------*/
.block_others{
	padding: 40px 0 60px;
	margin-bottom: 25px;
}
.block_others h3{
	margin-bottom: 40px;
	font-size: 2.4rem;
}
.block_others ul{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.block_others ul li{
	width: 300px;
}
.block_others ul li a:hover{
	opacity: .7;
	transition: all .3s;
}
.block_others ul li figcaption{
	padding: 18px 0;
}
/*footer
-------------------------------------------*/
footer .logo {
	margin: 0 auto 20px;
	text-align: center;
	width: 200px;
}
footer .bg--blue {
	padding: 20px 0;
}
footer .bg--blue ul {
	width: 1000px;
	margin: 0 auto 20px;
	text-align: center;
}
footer .bg--blue ul li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #ffffff;
	border-bottom: none !important;
}
footer .bg--blue ul li:last-child {
	border-right: none;
}
footer .bg--blue ul li a {
	padding: 0 !important;
}
footer .bg--blue ul li a:hover {
	text-decoration: underline;
}
footer small {
	text-align: center;
	font-size: 1.3rem;
	margin: 0 auto;
	display: block;
}
footer .bg--blue ul li a::before {
	left: 90%;
	width: 4px;
	height: 4px;
	border-top: none !important;
	border-right: none !important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
}
/* sp ------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc--only {
	display: none;
}
h2 {
	margin-bottom: 5vw;
	line-height: 60px;
}
h2 span.txt--en {
	font-size: 2.8rem;
}
h2 span.txt--en::after {
	margin-top: 40px;
}
h3 {
	font-size: 2.0rem;
	line-height: 1.6;
	margin-bottom: 6vw;
}
h3.plan {
	font-size: 2.2rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding: 0;
	margin-bottom: 6vw;
}
h3.plan::before {
	margin-right: 15px;
}
h3.plan::after, h3.plan::before {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #333;
	display: block;
}
h3.plan::after {
	margin-left: 15px;
}
.wrapper {
	padding: 0 4vw;
	width: 100%;
	box-sizing: border-box;
}
/*header
--------------------------------------*/
header {
	background: #ffffff;
}
.wrapper__header {
	width: 100%;
	padding: 2vw 4vw;
	box-sizing: border-box;
	overflow: hidden;
}
.wrapper__header p.logo {
	width: 60%;
	float: left;
	padding-top: 3vw;
}
.block__header__contact {
	float: right;
	width: 35%;
}
.block__header__contact .block--tel {
	/*float: left;*/
	float: right;
}
.block__header__contact .block--tel p {
	text-align: center;
	font-size: 1.4rem;
}
.block__header__contact .btn--contact a {
	float: right;
	background-color: #eaa21a;
	background-image: url(../images/icn-mail.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 45%;
	color: #ffffff;
	width: 14vw;
	height: 13vw;
	box-sizing: border-box;
	padding-left: 0;
	margin-left: 0;
}
.block__header__contact .btn--contact a span.txt {
	display: inherit;
	text-indent: -99999px;
}
.block__header__contact .btn--contact a.sp--none{
	display: none;
}
.block__header__contact .block--tel p.tel a{
	width: 10vw;
	margin-right:4vw;
}
.block__header__contact .block--tel a{
	background: none;
}
/*fv
------------------------------------------*/
.fv {
	text-align: center;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 6vh 0 0;
	background-size: 100%;
}
.fv .wrapper {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}
.fv .midashi {
	background-color:#ffffff;
	padding: 30px 0 25px;
}
.fv figure {
	padding: 0;
	line-height: 0;
}
.fv h1 {
	font-size: 3.5rem;
	font-weight: bold;
}
.fv h2 {
	color: #ffffff;
	background: linear-gradient(to right, #395aac, #60a0db);
	line-height: 1;
	font-size: 1.9rem;
	padding: 4vw;
	margin-bottom: 0;
}
.fv h2 span.txt--large {
	font-size: 2.2rem;
}
.fv p.txt--catch {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000000;
	text-align: left;
	padding: 4vw;
	background: #ffffff;
}
.fv p.txt--top {
	font-size: 2.8rem;
	margin-bottom: 4vw;
}
.fv p.txt--top span.txt--small {
	font-size: 2.3rem;
}
.fv p.txt--top span.txt--large {
	font-size: 3.1rem;
}
.fv p.txt--bottom {
	line-height: 0;
}
/*block_nav
--------------------------------------------*/
.block_nav {
	position: absolute;
	top: 0;
	width: 100%;
}
.block_nav .wrapper {
	padding: 0;
}
.block_nav nav ul {
	margin: 0 4vw;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.block_nav nav li {
	margin-right: .5em;
	display: inline-block;
}
.block_nav nav li:last-child {
	margin-right: 0;
}
.block_nav nav li a {
	font-size: 1.5rem;
}
/*offer
--------------------------------------------*/
.offer {
	padding: 6vw 4vw;
}
.offer .inner {
	padding: 4vw;
}
.offer p.first {
	font-size: 1.9rem;
	margin-bottom: 4vw;
}
.offer .btn--contact a {
	line-height: 60px;
	background-position: 16vw center;
	background-size: 30px 30px, 100% 100%;
	padding-left: 28vw;
	margin-bottom: 4vw;
	font-size: 2.4rem;
}
.offer .tel p.txt--catch {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 2vw;
}
.offer .tel p.txt--catch br {
	display: none;
}
.offer .tel p.txt--tel {
	font-size: 3.3rem;
	font-weight: 600;
	text-align: center;
	background-image: url(../images/icn-tel-sp.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 9%;
	display: table;
	margin: 0 auto;
	padding-left: 25px;
}
.offer .tel a {
	text-decoration: none;
	color: #000000;
}
/*block_plan
--------------------------------------------*/
.block_plan {
	margin-bottom: 8vw;
}
.block_plan h3 {
	font-size: 2.4rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 8vw;
}
.block_plan h3::before, .block_plan h3::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #333;
	display: block;
}
.block_plan h3::before {
	margin-right: 15px;
}
.block_plan h3::after {
	margin-left: 15px;
}
.block_plan h3.plane {
	margin-bottom: 6vw;
}
.block_plan p {
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 6vw;
}
.block_plan .wrapper {
	margin: 0 auto;
	padding: 0 4vw;
}
.block_plan .wrapper figure {
	margin-bottom: 8vw;
}
.block_plan table {
	background: #ffffff;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	font-size: 1.4rem;
	width: 100%;
	box-sizing: border-box;
}
.block_plan table tr {
	border-bottom: 1px solid #BBBBBB;
}
.block_plan table th {
	background: #fbfbfb;
	padding: 8px 10px;
	border-right: 1px solid #BBBBBB;
}
.block_plan table td {
	padding: 8px 10px;
	border-right: 1px solid #BBBBBB;
	text-align: right;
}
.block_plan table td:first-child {
	text-align: center;
}
.block_plan .wrapper .scroll--table {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-: touch;
}
.block_plan .guide {
	padding: 4vw 4vw 0;
	margin-bottom: 20vw;
	flex-wrap: wrap;
}
.block_plan .guide dl {
	margin-bottom: 4vw;
}
.block_plan .guide dt {
	width: 30px;
	height: 24px;
	margin-right: .5em;
}
.block_plan .guide dd {
	line-height: 24px;
}
/*block_spec
--------------------------------------------*/
.block_spec .wrapper .scroll--table {
	display: block;
	overflow-x: scroll;
	-webkit-: touch;
	margin-bottom: 10vw;
}
.block_spec table {
	background: #fff;
	border-top: 1px solid #b9bfc9;
	border-left: 1px solid #b9bfc9;
	font-size: 1.4rem;
	width: 100%;
	box-sizing: border-box;
}
.block_spec table tr {
	border-bottom: 1px solid #b9bfc9;
}
.block_spec table td, .block_spec table th {
	padding: 8px 10px;
	border-right: 1px solid #b9bfc9;
	white-space: nowrap;
}
.block_spec table td:first-child {
	text-align: center;
}
.block_spec .photo figure {
	margin-bottom: 12vw;
}
/*block_access
--------------------------------------------*/
.block_access {
	padding: 8vw 0 0;
	margin-bottom: 8vw;
}
.block_access p {
	font-size: 1.8rem;
	margin-bottom: 6vw;
	line-height: 1.6;
	padding: 0 4vw;
}
.block_access iframe {
	height: 450px;
}
.block_access figure {
	margin-bottom: 8vw;
}
/*block_outline
--------------------------------------------*/
.block_outline {
	margin-bottom: 8vw;
}
.block_outline .wrapper {
	margin: 0 auto;
}
.block_outline table {
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	background: #ffffff;
	width: 100%;
}
.block_outline table tr {
	border-bottom: 1px solid #BBBBBB;
}
.block_outline table th {
	background: #adceea;
	padding: 4vw;
	font-weight: bold;
	text-align: left;
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-align: center;
	color: #222222;
}
.block_outline table td {
	padding: 4vw;
	width: 100%;
	display: block;
	box-sizing: border-box;
	line-height: 1.2;
}
/*block__contact
--------------------------------------------*/
.block__contact {
	margin-bottom: 20vw;
}
.block__contact__wrapper {
	width: 100%;
	margin: 0 auto 8vw;
	box-sizing: border-box;
}
.block__contact p {
	line-height: 1.6;
	margin-bottom: 6vw;
}
.block__contact p span.must {
	color: #ffffff;
	background: #2c4db2;
	padding: 2px 4px;
	margin-right: .5em;
}
.block__contact p.thanks {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
}
.block__contact p.thanks br {
	display: inherit;
}
/*table*/
.block__contact .box_thanks .btn_link a, .block__contact .box_thanks .btn_link a:before, .block__contact .box_thanks .btn_link a:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.block__contact .box_thanks .btn_link a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.block__contact .box_tel {
	border: #cecece solid 4px;
	padding: 25px 20px 0;
	margin-bottom: 4vw;
	box-sizing: border-box;
}
.block__contact .box_tel p {
	text-align: center;
}
.block__contact table {
	border-top: #b9bfc9 solid 1px;
	border-right: #b9bfc9 solid 1px;
	border-left: #b9bfc9 solid 1px;
	width: 1000px;
	box-sizing: border-box;
	margin: 0 auto 60px;
	width: 100%;
}
.block__contact table th {
	width: 100%;
	padding: 4vw;
	background: #f2f2f2;
	text-align: left;
	font-weight: bold;
	display: block;
	box-sizing: border-box;
}
.block__contact table tr {
	border-bottom: #b9bfc9 1px dotted;
}
.block__contact table tr:last-of-type {
	border-bottom: #b9bfc9 1px solid;
}
.block__contact table th.val_top {
	vertical-align: top;
}
.block__contact th span.must {
	color: #ffffff;
	padding: 4px 6px;
	margin-left: 1rem;
	float: right;
	font-weight: normal;
	background-color: #2c4db2;
}
.block__contact th span.nomal {
	font-weight: normal;
	line-height: 1.6;
	font-size: 1.4rem;
}
.block__contact table td {
	padding: 15px;
	font-size: 1.6rem;
	line-height: 1.6;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.block__contact table td span.error {
	color: #FF0004;
	display: block;
}
/*privacy*/
.block__contact .box--privacy {
	height: 80vw;
	overflow-y: scroll;
	margin: 0 auto 6vw;
}
.block__contact .box--privacy h3 {
	text-align: center;
	margin-bottom: 4vw;
	font-size: 1.9rem;
	font-weight: bold;
	color: #272727;
	line-height: 1.6;
}
.block__contact .box--privacy p {
	margin-bottom: 1em;
}
.block__contact .box--privacy dt {
	float: none;
	color: #666;
	padding: 0;
	width: auto !important;
	font-weight: bold;
	line-height: 2;
}
.block__contact .box--privacy dd {
	padding-left: 0;
	line-height: 1.6;
	margin-bottom: 1em;
}
.block__contact .box--privacy dd, .block__contact .box--privacy dd li {
	border-bottom: none;
}
.block__contact .box--privacy dd ul {
	margin-top: 10px;
	padding-left: 1em;
}
.block__contact .box--privacy dd li {
	list-style: disc;
	list-style-position: inside;
	padding: 0;
	margin-bottom: 10px;
}
/*box_agree*/
.block__contact .box_agree {
	background: #d3e7f6;
	padding: 20px;
	text-align: center;
	margin-bottom: 4vw;
}
.block__contact .box_agree p {
	text-align: center;
}
.block__contact .box_agree span.txt_agree {
	font-size: 18px;
}
/*btn--button*/
.block__contact .btn_button {
	margin: 0 auto 30px;
	text-align: center;
}
.block__contact .btn_button button {
	text-align: center;
	width: 100%;
	height: auto;
	max-width: 400px;
	padding: 20px 50px;
	background: #eaa21a;
	color: #ffffff;
	border: none;
	font-size: 1.8rem;
	box-sizing: border-box;
	cursor: pointer;
	border-style: none;
	position: relative;
	display: inline-block;
	box-shadow: 0 3px #9a5b01;
}
.block__contact .btn_button button::before, .block__contact .btn_button button::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.block__contact .btn_button button::before {
	width: 8px;
	height: 8px;
	right: -80%;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.block__contact .btn_button button, .block__contact .btn_button button:before, .block__contact .btn_button button:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.block__contact .btn_button button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.block__contact .btn_button button.btn_return {
	background: #666666;
	box-shadow: 0 3px #333333;
	margin-bottom: 6vw;
}
/*block_others
-------------------------------------------*/
.block_others{
	padding: 8vw 4vw;
	box-sizing: border-box;
	margin-bottom: 8vw;
}
.block_others h3{
	margin-bottom: 6vw;
	font-size: 1.8rem;
}
.block_others li{
	width: 100%;
	margin-bottom: 6vw;
}
.block_others ul li figcaption{
	padding: 4vw 0;
}
/*footer
-------------------------------------------*/
footer .logo {
	margin: 0 auto 20px;
	text-align: center;
	width: 200px;
}
footer .bg--blue {
	padding-bottom: 20px;
}
footer .bg--blue ul {
	width: 100%;
	margin: 0 auto;
}
footer .bg--blue ul li {
	border-bottom: 1px dotted #ffffff;
}
footer .bg--blue ul li:last-child {
	border-right: none;
}
footer .bg--blue ul li a {
	padding: 4vw 0 4vw 6vw;
	color: #ffffff;
	text-decoration: none;
	display: block;
	position: relative;
}
footer .bg--blue ul li a::before, footer .bg--blue ul li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
footer .bg--blue ul li a::before {
	left: 90%;
	width: 4px;
	height: 4px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .bg--blue ul {
	margin-bottom: 20px;
}
footer small {
	text-align: center;
	font-size: 1.3rem;
	margin: 0 auto;
	display: block;
}
/*pagetop
--------------------------------------------*/
.pagetop {
	bottom: 13vh;
}
}