@charset "utf-8";

/* =======================================
共通設定
======================================= */
body {
	width:100%;
	height:auto;
	background: #fff;
	color: #595757;
	line-height: 1.6;
	letter-spacing: 0.02em;
	font-weight: 200;
}

a:link { text-decoration:none; color: inherit;}
a:visited { text-decoration:none; color: inherit;}
a:active { text-decoration:none; color: inherit;}

.sp{ display: none !important}

#container {
	width: 100%;
}

.wrap_out a:hover,
.wrap_out a:hover img ,
.wrap_in a:hover,
.wrap_in a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}

img{
	max-width: 100%;
	height: auto;
}

/* 基本ボックス設定 */
.wrap_out{
	width:100%;
	height:auto;
	overflow: hidden;
}
.wrap_main{
	width:100%;
	height:auto;
	overflow:hidden;
}
.wrap_in{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	position: relative;
}
@media (max-width: 999px) {
	.wrap_in{
		width: 100%;
	}
}

/* 横並びリスト */
ul.many_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.many_rows li{
	display:block;
	height:auto;
	float:left;
}

/* 2カラム横並びリスト */
ul.two_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.two_rows li{
	display:block;
	height:auto;
	float:left;
}
ul.two_rows li:nth-child(2n+2) {
	float: right;
}

/* 3カラム横並びリスト */
ul.three_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.three_rows li{
	display:block;
	height:auto;
	float:left;
}
ul.three_rows li:nth-child(3n+2) {
	margin-right:0;
}
ul.three_rows li:nth-child(3n+3) {
	float: right;
	margin-right:0;
}

ul.many_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.many_rows li{
	display:block;
	height:auto;
	float:left;
}

/* スクローラー */
#scroller{
	position: fixed;
	bottom:0;
	right: 0;
}

h2{
	font-size: 3rem;
	color: #409FBD;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
h2 small{
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.01em;
}
h3{
	font-size: 2.4rem;
	font-weight: bold;
	color: #409FBD;
}
p{
	font-size: 1.6rem;
}
a{
	color: #595757;
}


/*////////////////////
header
////////////////////*/
header {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 100;
}
header ul{
	width: 1000px;
	text-align: right;
	padding-top: 20px;
	margin: 0 auto;
}
header ul li{
	display: inline-block;
}
header ul li a{
	display: table;
	}
header ul li a span{
	display: table-cell;
	height: 40px;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
	color: #595757;
	font-size: 1.8rem;
	font-weight: bold;
	}
header ul li a span img{
	width: 40px;
}

/*////////////////////
sec_00
////////////////////*/

#sec_00 {
	width: 100%;
	min-height: 740px;
	height: 110vh;
	background: url(../img/sec_00/mv@2x.png) center bottom no-repeat;
	background-size: cover;
	margin-bottom: -25vh;
	position: relative;
	z-index: 10;
}
#sec_00 .wrap_in{
	height: 110vh;
}
#sec_00 .wrapper{
	width: 100%;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#sec_00 h2{
	width: 100%;
	text-align: right;
	margin-bottom: 24px;
}
#sec_00 h3{
	font-size: 2.1rem;
	letter-spacing: 0.3em;
	line-height: 2;
	text-align: center;
	color: #595757;
}
#sec_00 .content_wrap{
	padding-left: 55%;
}
#sec_00 .logo_img {
	position: absolute;
	bottom: 10.5vh;
	left: 50%;
	width: 15vh;
	margin-left: -7.5vh;
}


/*////////////////////
sec_01
////////////////////*/

#sec_01{
	width: 100%;
	min-height: 740px;
	height: 110vh;
	background: url(../img/sec_01/bg_about.jpg) center bottom no-repeat;
	background-size: cover;
	padding-top: 10vh;
}
#sec_01 .wrap_in{
	height: 110vh;
}
#sec_01 .wrapper{
	width: 100%;
	position: absolute;
	top: 52%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#sec_01 .content_wrap{
	padding-left: 55%;
}
#sec_01 h3{
	line-height: 2em;
}
#sec_01 p{
	margin-bottom: 20px;
}
#sec_01 h2{
text-shadow:0px 0px 15px #fff;
}

/*////////////////////
sec_02
////////////////////*/

#sec_02 {
	width: 100%;
	min-height: 740px;
	height: 100vh;
	background: url(../img/sec_02/bg_flower.svg) right -90px top -30px no-repeat #F8F8F8;
}
#sec_02 .wrap_in{
	height: 100vh;
}
#sec_02 .wrapper{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.colm_3_rap{
	width: 1050px;
	margin-left: -25px;
	margin-right: -25px;
}
.colm_3_rap .colm_3_in{
	width: 33.3333333%;
	padding-top: 100px;
	float: left;
}
.colm_3_in > div{
	width: 300px;
	height: 416px;
	margin: 0 auto;
	position: relative;
	background-color: #409FBD;
	padding: 100px 10px 10px;
	
}
.colm_3_in > div .ttl_img{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.colm_3_in > div .photo_img{
	width: 100%;
	margin-bottom: 10px;
}
.colm_3_in > div p{
	color: #fff;
	word-break: break-all;
}


/*////////////////////
sec_03
////////////////////*/

#sec_03 {
	width: 100%;
	min-height: 740px;
	height: 350vh;
	background-color:#fff;
}
#sec_03 .wrap_in{
	height: 350vh;
}
#sec_03 .wrapper{
	width: 100%;
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#sec_03 .many_rows{
	width: 1010px;
	margin-left: -5px;
	margin-right: -5px;
}
#sec_03 .many_rows li{
	width: 33.333333%;
	padding: 5px;
} 
#sec_03 .many_rows li img{
	width: 100%;
	 -webkit-backface-visibility: hidden; /* 追加 */
   backface-visibility: hidden; /* 追加 */
}
#sec_03 .many_rows li a{
		 -webkit-backface-visibility: hidden; /* 追加 */
   backface-visibility: hidden; /* 追加 */
}
#sec_03 .photo img{
	max-width: 100%; 
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 10px;
}
.btn_wrap > div{
	display: table;
	width: 400px;
	border: 1px solid #3150B4;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius:35px;
	margin:40px auto 0;
}
.btn_wrap > div a{
	display: table-cell;
	width: 100%;
	height: 70px;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle;
	color: #3150b4;
	background: url(../img/sec_03/ico_fb_blue.svg) 40px center no-repeat;
	background-size: 40px auto;
	padding-left: 40px;
}


/*////////////////////
sec_04
////////////////////*/

#sec_04 {
	width: 100%;
	min-height: 438px;
	height: 58vh;
	background: url(../img/sec_02/bg_flower.svg) right -90px top -30px no-repeat #F8F8F8;
}
#sec_04 .wrap_in{
	min-height: 438px;
	height: 58vh;
	overflow: visible;
}
#sec_04 .wrapper{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#sec_04 .wrapper p{
	width: 1050px;
	margin-left: -25px;
	margin-right: -25px;
	text-align: center;
}
#sec_04 .many_rows{
	width: 1025px;
	margin-left: -12.5px;
	margin-right: -12.5px;
}
#sec_04 .many_rows li{
	width: 25%;
	padding: 12.5px;
}

/*////////////////////
sec_05
////////////////////*/

#sec_05 {
	padding: 80px 0;
}
#sec_05 .wrap_in{
}
.plan_list{
	background: url(../img/sec_05/sec_05_bg@2x.png) center top no-repeat;
	background-size: auto 680px;
	height: 680px;
}
.plan_list li{
	display: block;
	width: 100%;
	height: 140px;
	padding-right: 57%;
	padding-top: 10px;
}
.plan_list li:nth-child(2),
.plan_list li:nth-child(4){
	padding-right: 0;
	padding-left: 59%;
}
.plan_list li h3{
	font-size: 1.6rem;
}
.plan_list li p{
	font-size: 1.4rem;
	word-break: break-all;
	text-indent: -1.2em;
	padding-left: 1.2em;
	letter-spacing:0;
}
#sec_05 h4{
	width: 100%;
	display: table;
	background-color: #409FBD;
	margin-top: 40px;
	margin-bottom: 10px;
}
#sec_05 h4 span{
	display: table-cell;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: middle;
}
#sec_05 .wrapper p{
	text-align: center;
}

.table_01 th{
	height: 40px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 2px solid #409FBD;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	color: #409FBD;
	width: 14.28571429%;
}
.table_01 th.cell01,
.table_01 th.cell05{
	width: 28.57142857%;
}
.table_01 th.cell01{
	padding-left: 14.28571429%;
}
.table_01 th.cell05{
	padding-right:  14.28571429%;
}
.table_01 u{
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	text-decoration: none;
}
.table_01 td{
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: 200;
	letter-spacing: 0.08em;
	width: 14.28571429%;
}
.table_01 td.cell01,
.table_01 td.cell05{
	width: 28.57142857%;
}
.table_01 td.cell01{
	padding-left: 14.28571429%;
}
.table_01 td.cell05{
	padding-right:  14.28571429%;
}

.table_02 th{
	height: 40px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 2px solid #409FBD;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	color: #409FBD;
	width:43%;
}
.table_02 th.cell03{
	width: 14%;
	padding-left: 2%;
}
.table_02 th.cell02{
	padding-left: 7%;
}
.table_02 th.cell04{
	padding-right: 7%;
}
.table_02 td{
	height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 1.4rem;
	letter-spacing: 0.01em;
	font-weight: 200;
	width:14%;
}
.table_02 td.cell01{
	width: 8%;
	text-align: center;
	padding-right: 1%;
	padding-left: 5%;
}
.table_02 td.cell02{
	width: 33%;
	text-align: left;
}
.table_02 td.cell03{
	padding-left: 2%;
}
.table_02 td.cell04{
	width: 45%;
	text-align: left;
}
.table_02 u{
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	text-decoration: none;
}

/*////////////////////
sec_06
////////////////////*/

#sec_06 {
	width: 100%;
	min-height: 346px;
	height: 45vh;
	background: url(../img/sec_02/bg_flower.svg) right -90px top -30px no-repeat #F8F8F8;
}
#sec_06 .wrap_in{
	min-height: 346px;
	height: 45vh;
	overflow: visible;
}
#sec_06 .wrapper{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#sec_06 .wrapper p{
	text-align: center;
}

#sec_06 .many_rows{
	width: 800px;
	margin: 30px auto;
}
#sec_06 .many_rows li{
	display: table;
	width: 50%;
}
#sec_06 .many_rows li a{
	display: table-cell;
	width: 100%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
#sec_06 .many_rows li:nth-child(1) a {
	background: url(../img/sec_06/icon_freedial.svg) left 16px no-repeat;
	background-size: 55px auto;
	padding-left: 60px;
	font-size: 3.7rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: left;
	color: #333;
	pointer-events:none;
}
#sec_06 .many_rows li:nth-child(1) a small {
	display: block;
	font-size: 1.1rem;
	text-align: right;
	padding-right: 5em;
	letter-spacing: 0.4em;
	line-height: 1;
	font-weight: 200;
}
#sec_06 .many_rows li:nth-child(2) a{
	border: 2px dotted #E50012;
	font-size: 1.8rem;
	/*!  */
	color: #E50012;
}

/*////////////////////
sec_07
////////////////////*/

#sec_07 .wrap_in{
	padding: 40px;
}
#sec_07 .many_rows li{
	width: 50%;
	text-align: center;
}
#sec_07 .many_rows li img{
	height: 40px;
	width: auto;
}

/*////////////////////
footer
////////////////////*/

footer{
	width: 100%;
	padding: 20px;
	background-color: #409FBD;
}
footer .many_rows{
	display: table;
	width: 100%;
}
footer .many_rows li{
	width: 50%;
	height: 140px;
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
	font-size: 1.2rem;
	color: #fff;
	float: none;
}
footer .many_rows li:nth-child(3){
	text-align: right;
}

@media only screen and (min-width: 700px) {
#kuhaku {display:none;}
}