@charset "utf-8";

/* =======================================
共通設定
======================================= */
body {
	width:100%;
	height:auto;
	background: #fff;
}

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

.pc{display: none !important}

#container {
	width: 100%;
	text-align: center;
}

/* 基本ボックス設定 */
.wrap_out{
	width:100%;
	height:auto;
	overflow:hidden;
}
.wrap_main{
	width:100%;
	height:auto;
	overflow:hidden;
}
.wrap_in{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

/* 横並びリスト */
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;
	width: 138px;
}


h2{
	font-size: 38px;
	color: #409FBD;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
h2 small{
	display: block;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.01em;
}
h3{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	color: #409FBD;
}
p {
	font-size: 26px;
	line-height: 1.6;
}
a{
	color: #595757;
}


/*////////////////////
header
////////////////////*/
header {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1100;
	min-height: 100vh;
	background-color: #F8F8F8;
}
header ul {
	width: 100%;
	text-align: center;
	padding-top: 90px;
	margin: 0 auto;
}
header ul li {
	display: block;
	width: 100%;
	text-align: center;
}
header ul li a{
	display: table;
	width: 100%;
	}
header ul li a span{
	display: table-cell;
	width: 100%;
	height: 68px;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
	color: #595757;
	font-size: 32px;
	font-weight: bold;
	}
header ul li a span img[src*="ico_fb_gry.svg"]{
	width: 88px;
	margin-top: 30px;
}
header ul li a span img.logo_img_nav{
	width: 120px;
	margin-bottom: 20px;
}
#cls_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 88px;
}
#opn_btn
 {
    position: absolute;
    top: 0;
    right: 0;
    width: 88px;
		z-index: 1000;
}


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

#sec_00 {
	width: 100%;
	background: url(../img/sec_00/mv_sp@2x.png) center top no-repeat;
	background-size: cover;
	margin-bottom: -100px;
	position: relative;
	z-index: 10;
}
#sec_00 .wrap_in{
	min-height: 1136px;
	height: 100vh;
}
#sec_00 .wrapper {
	width: 100%;
	position: absolute;
	top: 53%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#sec_00 h2{
	width: 100%;
	text-align: center;
	margin-bottom: 24px;
}
#sec_00 h3 {
	font-size: 28px;
	letter-spacing: 0.3em;
	line-height: 3;
	text-align: center;
	color: #595757;
}
#sec_00 .content_wrap{
	padding-left: 65px;
	padding-right: 65px;
}
#sec_00 .logo_img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
}


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

#sec_01{
	width: 100%;
	min-height: 1000px;
	height: 100vh;
	background: url(../img/sec_01/bg_about_sp.jpg) center bottom no-repeat;
	background-size: cover;
}
#sec_01 .wrap_in{
	min-height: 1000px;
	height: 100vh;
}
#sec_01 .wrapper{
	width: 100%;
	position: absolute;
	top: 52%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	padding-left: 20px;
	padding-right: 20px;
}
#sec_01 .content_wrap{
}
#sec_01 h3{
	text-align: left;
	line-height: 1.8;
}
#sec_01 p{
	margin-bottom: 20px;
	text-align: left;
	color: #fff;
}
#sec_01 h2{
	color: #fff;
}

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

#sec_02 {
	width: 100%;
	background: url(../img/sec_02/bg_flower.svg) right -140px top -30px repeat-y #F8F8F8;
}
#sec_02 .wrap_in{
	padding-top: 100px;
	padding-bottom: 100px;
}
#sec_02 .wrapper{
	width: 100%;
}

.colm_3_rap{
	width: 100%;
}
.colm_3_rap .colm_3_in{
	width: 100%;
	padding-top: 100px;
	float: left;
}
.colm_3_in > div{
	width: 100%;
	height: 312px;
	margin: 0 auto;
	position: relative;
	background-color: #409FBD;
	padding: 112px 20px 20px;
	
}
.colm_3_in > div .ttl_img{
	width: 180px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.colm_3_in > div .photo_img{
	display: block;
	width:32%;
	height: auto;
	margin-bottom: 10px;
	float: left;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.colm_3_in > div .photo_img::after{
	content: "";
	display: block;
	padding-top: 100%;
}
.colm_3_in > div p{
	display: block;
	float: left;
	width: 68%;
	color: #fff;
	word-break: break-all;
	padding-left: 15px;
	text-align: left;
	line-height: 1.4em;
}


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

#sec_03 {
	width: 100%;
	background-color:#fff;
}
#sec_03 .wrap_in{
	padding-top: 100px;
	padding-bottom: 100px;
}
#sec_03 .wrapper{
	width: 100%;
}
#sec_03 .many_rows{
	width: 620px;
	margin-left: -10px;
	margin-right: -10px;
}
#sec_03 .many_rows li{
	width:50%;
	padding: 10px;
} 
#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: 5px;
}
.btn_wrap > div{
	display: table;
	width: 100%;
	border: 1px solid #3150B4;
	-moz-border-radius: 44px;
	-webkit-border-radius: 44px;
	border-radius:44px;
	margin:210px auto 0;
}
.btn_wrap > div a{
	display: table-cell;
	width: 100%;
	height: 88px;
	font-size: 24px;
	text-align: left;
	vertical-align: middle;
	color: #3150b4;
	background: url(../img/sec_03/ico_fb_blue.svg) 80px center no-repeat;
	background-size: 40px auto;
	padding-left: 130px;
}


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

#sec_04 {
	width: 100%;
	background: url(../img/sec_02/bg_flower.svg) right -140px top -30px no-repeat #F8F8F8;
}
#sec_04 .wrap_in{
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: visible;
}
#sec_04 .wrapper{
	width: 100%;
}
#sec_04 .wrapper p {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
#sec_04 .many_rows{
	width: 620px;
	margin-left: -10px;
	margin-right: -10px;
}
#sec_04 .many_rows li{
	width: 50%;
	padding: 10px;
}
#sec_04 .many_rows li img{
	width: 100%;
}
/*////////////////////
sec_05
////////////////////*/

#sec_05 {
	padding: 80px 0;
}
#sec_05 .wrap_in{
}
.plan_list{
}
.plan_list li{
	display: block;
	width: 100%;
	min-height: 200px;
	padding-left:140px;
	padding-top: 0;
	padding-bottom: 30px;
	text-align: left;
	margin-bottom: 0;
	background-position: left top,57px top;
	background-repeat: no-repeat,no-repeat;
	background-size: 120px auto, 6px auto;
}
.plan_list li:nth-child(1){background-image: url(../img/sec_05/step_1.svg), url(../img/sec_05/line_bg.svg)}
.plan_list li:nth-child(2){background-image: url(../img/sec_05/step_2.svg), url(../img/sec_05/line_bg.svg)}
.plan_list li:nth-child(3){background-image: url(../img/sec_05/step_3.svg), url(../img/sec_05/line_bg.svg)}
.plan_list li:nth-child(4){background-image: url(../img/sec_05/step_4.svg), url(../img/sec_05/line_bg.svg)}
.plan_list li:nth-child(5){background-image: url(../img/sec_05/step_5.svg),none}

.plan_list li h3{
	font-size: 26px;
}
.plan_list li p{
	font-size: 24px;
	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: 60px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	vertical-align: middle;
}

.table_01 th {
	height: 62px;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #409FBD;
	font-size: 20px;
	letter-spacing: 0.08em;
	color: #409FBD;
	width: 14.28571429%;
	line-height: 1.2;
	text-indent: -1.1em;
	padding-left: 1.1em;
}
.table_01 u{
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	text-decoration: none;
}
.table_01 td {
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 21px;
    font-weight: 200;
    letter-spacing: 0.08em;
    width: 14.28571429%;
}
.table_02 th {
	height: 60px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 2px solid #409FBD;
	font-size: 20px;
	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: top;
	font-size: 20px;
	letter-spacing: 0.01em;
	font-weight: 200;
	width: 20%;
	padding-top: 10px;
	line-height: 1.4;
	word-break: break-all;
}
.table_02 td.cell01 {
	width: 5%;
	text-align: center;
	padding-right: 1%;
	padding-left: 0%;
}
.table_02 td.cell02{
	width: 32%;
	text-align: left;
}
.table_02 td.cell03{
	padding-left:0;
}
.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;
	background: url(../img/sec_02/bg_flower.svg) right -140px top -30px no-repeat #F8F8F8;
}
#sec_06 .wrap_in{
	padding-top: 100px;
	padding-bottom: 100px;
	overflow: visible;
}
#sec_06 .wrapper{
	width: 100%;
}
#sec_06 .wrapper p{
	text-align: left;
}

#sec_06 .many_rows{
	width: 580px;
	margin: 30px auto;
}
#sec_06 .many_rows li{
	display: table;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	float: none;
	margin-bottom: 20px;
}
#sec_06 .many_rows li a{
	display: table-cell;
	width: 100%;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}
#sec_06 .many_rows li:nth-child(1) a {
    background: url(../img/sec_06/icon_freedial.svg) left 18px no-repeat;
    background-size: 95px auto;
    padding-left: 100px;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: left;
    color: #333;
}
#sec_06 .many_rows li:nth-child(1) a small {
		display: block;
    font-size: 17px;
    text-align: right;
    padding-right: 2em;
    letter-spacing: 0.4em;
    line-height: 1;
    font-weight: 300;
}
#sec_06 .many_rows li:nth-child(2) a{
	border: 2px dotted #E50012;
	font-size: 30px;
	/*!  */
	color: #E50012;
}

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

#sec_07 .wrap_in{
	padding: 40px;
}
#sec_07 .many_rows li{
	width: 33.33333%;
	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: block;
	width: 100%;
}
footer .many_rows li{
	width: 100%;
	height: auto;
	display: block;
	text-align: left;
	vertical-align: bottom;
	font-size: 21px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: 200;
	color: #fff;
	float: none;
	padding-top: 20px;
	padding-bottom: 20px;
}












