@charset "utf-8";


/*基本設定
----------------------------------------------------*/

@font-face{
	font-family:'Oswald-Medium';
	src:url(../fonts/Oswald-Medium.ttf) format('truetype');
}

body {
	margin:0;
	padding:0;
	font-family:"Noto Sans Japanese", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color:#2a2e33;
	line-height:2em;
	font-size:15px;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

html {
	overflow-y:scroll;
}


a {
	color:#3a8eaa;
	font-weight:700;
	border-bottom:solid 2px;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

img {
	border:0;
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,p {
	margin:0;
	padding:0;
	font-weight:normal;
}

ul,li,dl,dt,dd {
	margin:0;
	padding:0;
	list-style-type:none;
}

table {
	width:100%;
	border:0;
}

figure{
	margin: 0;
	padding: 0;
}

.clear {
	clear:both;
}

.fix:after {
	content: "."; 
	display:block; 
	clear:both;
	height:0;
	visibility:hidden;
}

.fix {
	min-height:1px;
}

* html .fix {
	height:1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* iOSのデフォルトCSSをリセット　*/
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


/*section p
----------------------------------------------------*/

.section {
	margin:0 0 30px 0;
	width:100%;
}

.inner {
	width:100%;
}

.ml30 {
	margin-left: 30px;
}

.mr30{
	margin-right: 30px;
}

.btm0 {
	margin-bottom: 0!important;
}

.btm5 {
	margin-bottom:5px;
}

.btm10 {
	margin-bottom:10px;
}

.btm15 {
	margin-bottom:15px;
}

.btm20 {
	margin-bottom:20px !important;
}

.btm25 {
	margin-bottom:25px;
}

.btm30 {
	margin-bottom:30px;
}

.btm40 {
	margin-bottom:40px;
}


.top5 {
	margin-top:5px;
}

.top10 {
	margin-top:10px;
}

.top20 {
	margin-top:20px;
}

.top30 {
	margin-top: 30px;
}

.f10 {
		font-size:10px;
}

.f12 {
	font-size:12px!important;
}

.f13 {
	font-size: 13px!important;
}

.f14 {
	font-size:14px;
}

.f18 {
	font-size:18px!important;
}

p.l11 {
	line-height:1.1;
}

p.l13 {
	line-height:1.3;
}

.m0 {
	margin:0!important;
}

.tar {
	text-align:right;
}

.tac {
		text-align:center;
}

.f-l {
	float:left;
}

.img_f-l{
	float: left;
	margin-right: 50px;
}

.f-r {
	float:right;
}

.img_f-r{
	float: right;
	margin-left: 50px;
}

.lh15{
	line-height: 1.5;
}

.hover a:hover{
	opacity: 0.7; 
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
}

.list_disc{
	margin-left: 20px;
}

.list_disc li{
		list-style: disc;
}


/*ヘッダー
----------------------------------------------------*/

header{
	border-bottom: 3px solid #1e3666;
}

#h_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 15px auto 0;
}

.h_copy{
	margin-bottom: 15px;
	display: block;
	text-align: right;
}

.h_copy h1{
	font-size: 12px;
	line-height: 1.5;
}

#h_top{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.h_logo{
	margin-right:20px;
}

.h_logo img{
	width: auto;
	max-width: 100%;
}

.h_logo a{
	border:0;
}

.h_top_info{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	font-weight:bold;
}

.h_top_tel{
	margin-right: 20px;
}

.h_top_tel p{
	line-height: 1.6;
	font-weight:700;
	font-size:13px;
}

.h_top_tel p:last-child{
	color:#ff6130;
	text-align:center;
}

.h_top_contact a{
	border:none;
}

.h_top_access{
	font-size: 13px;
	line-height: 1.5;
	font-weight:bold;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-around;
	justify-content: space-around;
}

/* spヘッダー */
#h_wrap_sp{
	display: none;
}

.sp_logo{
	line-height: 0;
}

.sp_logo a{
	border:0;
}

.sp_logo img{
	height:40px;
}

.sp_h_btn{
	position: absolute;
	right: 2.5%;
	top: 10px;
	margin-right: 53px;
	line-height: 0;
}

.sp_h_btn a{
	border:0;
}

.sp_telbtn{
	display: none;
}

.sp_mail{
	display: none;
	position: absolute;
	right: 2.5%;
	top: 0;
	margin-right: 66px;
	line-height: 0;
}

/* ハンバーガーメニュー */
.sp_hummenu{
	position: absolute;
	right: 2.5%;
	height: 100%;
	top: 10px;
}

.hum_menu_obtn{
	background: #ff6130;
	border: none;
	color: #fff;
	padding: 7px 8px;
	margin: 0;
	border-radius: 3px;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

.hum_menu_obtn_bar{
	position: relative;
	width: 100%;
	border-top: 3px solid #fff;
	padding: 5px 0px 0;
}

.hum_menu_obtn_bar::before,
.hum_menu_obtn_bar::after{
	content: "";
	display: block;
	border-top: 3px solid #fff;
	padding: 5px 0 0;
}

.hum_menu_obtn span{
	position: relative;
	width: 100%;
	display: block;
	top: 1px;
	line-height: 1;
	color: #fff;
	font-size: 12px;
}

.hum_menu_nav{
	background: rgba(240,239,237,0.80);
	height: 100%;
	left: 100%;
	position: fixed;
	top: 0;
	transition-duration: 0.3s;
	transition-property: left;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	width: 100%;
	color: #5d5855;
}

.hum_menu_nav.clicked{
	left: 0;
	overflow: scroll;
	z-index: 9999;
}

.hum_menu_nav_close{
	padding: 15px 0;
}

.hum_menu_cbtn{
	background: rgba(64,166,41,0);
	border: none;
	color: #1e3666;
	padding: 0;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: block;
	position: absolute;
	top: 25px;
	right: 17px;
}

.hum_menu_cbtn_bar{
	position: relative;
	top: 0;
	width: 100%;
	padding: 5px 0 0;
}

.hum_menu_cbtn_bar::before,
.hum_menu_cbtn_bar::after{
	content: "";
	display: block;
	border-top: 3px solid #1e3666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 3px;
}

.hum_menu_cbtn_bar::after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
	margin-bottom: 15px;
}

.hum_menu_nav_menu{
	margin-top: 55px;
}

.hum_menu_nav_menu ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #fff;
}

.hum_menu_nav_menu li{
	color: #5a4d44;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #fff;
	line-height: 1.5;
	font-size: 0.85em;
	font-weight: bold;
	position: relative;
}

.hum_menu_nav_menu li:nth-child(2n+1){
	width: 100%;
	border-bottom: 1px solid #fff;
}

.hum_menu_nav_menu li a{
	border:0;
}

.hum_menu_nav_menu li a::after{
	content: "";
	position: absolute;
	right: 15px;
	width: 8px;
	height: 8px;
	margin-top: 3px;
	border-top: 2px solid #1e3666;
	border-right: 2px solid #1e3666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform 0.3s linear 0s;
	transition: transform 0.3s linear 0s;
}

.hum_menu_nav_menu li a.more_on::after{
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.hum_menu_nav_menu li.sp_nav_more_wrap a{
	padding: 18px 0; 
}

.hum_menu_nav_menu ul.sp_nav_more{
	border-top: none;	
}

.hum_menu_nav_menu ul.sp_nav_more li{
	text-align: right;
	padding: 10px 15px 0;
	font-size: 1.05em;
	border-bottom: none;
	background: rgba(169,212,235,0.38);
}

.hum_menu_nav_menu ul.sp_nav_more li:last-child{
	border-bottom: none;
	padding-bottom: 10px;
}

.hum_menu_nav_menu ul.sp_nav_more li::after{
	content: none;
}

.hum_menu_nav_menu ul.sp_nav_more li a{
	padding: 5px 0;
	text-align: center;
}

.hum_menu_nav_menu ul.sp_nav_more li a::after{
	content: none;
}

.sp_nav_more_o{
	display: none;
	width: calc(200% + 2px);
}

.sp_nav_more_r{
	position: relative;
	left: -100%;
	width: 200%;
}

.sp_nav_more_o ul{
	position: relative;
	top: 15px;
	background: #6fbd5f;
	z-index: 9999;
}

.sp_nav_more_o ul li{
	border-bottom: 1px solid rgba(0,0,0,0.6);
	font-size: 1em;
	position: relative;
	z-index: 99999;
	font-size: 0.9em;
}

.sp_nav_more_o ul li:last-child{
	border-bottom: none;
}

.hum_menu_nav_menu li a{
	display: block;
	color: #1e3666;
	margin-left: 5px;
	text-align: center;
	text-decoration: none;
	padding: 18px 0;
}

.hum_menu_nav_menu li span{
	display: block;
	font-weight: normal;
	font-size: 0.8em;
}

.hum_menu_contact{
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:50px 10px 20px 10px;
}

.hum_menu_contact a{
	font-weight: bold;
	font-size: 0.8em;
	border-radius: 4px;
	border:0;
	text-decoration: none;
}



.hum_menu_contact a.h_menu_reserve{
	text-align: center;
	padding: 3px 10px;
	color: #fff;
	display: block;
	max-width: 220px;
	margin: 0 auto;
	font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-weight:700;
	box-shadow: 0 2px 0 0 #1b305c;
}

.hum_menu_contact a.h_menu_reserve .fa{
	font-size: 1.1em;
	font-weight: bold;
}

.h_menu_reserve{
	background: #1e3666;
}

.hum_menu_contact p{
	margin:0 5px 5px 5px;
	/*width: 100%;*/
}

.hum_menu_contact p:last-of-type{
	margin-bottom: 0;
}

.hum_menu_contact .fa{
	margin-right: 5px;
}

.hum_open_bg_display.active{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	left: 0;
	top: 0;
	z-index: 1000;
}

.hum_menu_sns ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: none !important;
}

.hum_menu_sns ul li{
	width: auto !important;
	border-bottom: none !important;		
}

.hum_menu_sns ul li a{
	padding: 10px 5px;
}

.hum_menu_sns ul li a::after{
	content: none !important;
}



/*ナビ
----------------------------------------------------*/

#h_nav ul{
	margin-top: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size:15px;
	font-weight:700;
}


#h_nav ul li{
	width: calc(100% / 7 - 1px);
	text-align: center;
	border-right: 1px dotted #aaafb2;
	line-height: 3;
}

#h_nav ul li:first-child{
	width: calc(100% / 7 - 2px);
	border-left: 1px dotted #aaafb2;
}

#h_nav ul li a{
	color: inherit;
	text-decoration: none;
	border:none;
}


#scroll_menu{
	width: 100%;
	background: #fff;
	border-bottom: 3px solid #1e3666;
	display: block;
	position: fixed;
	top: -90px;
	z-index: 99999;
	opacity: 0;
	transition: top 0.15s linear 0s, opacity 0.15s linear 0s;
}

.scroll_menu_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 15px 2.5%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.scroll_logo{
	line-height: 0;
}

.scroll_logo a{
	border:0;
}

.scroll_logo img{
	width:300px;
}

.scroll_menu_list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}

.scroll_menu_list a{
	border:0;
}

.scroll_menu_list li{
	font-size: 14px;
	padding-left: 1.5vw;
	font-weight:700;
}



@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .scroll_menu_list li{
	padding-left: 30px;
	}
}

_:-ms-lang(x), _::-webkit-meter-bar,.scroll_menu_list li {
	padding-left: 30px;
}

.scroll_menu_list li:first-child{
	padding-left: 0;
}

.scroll_menu_list li a{
	color: inherit;
	text-decoration: none;
}

/*メインイメージ
----------------------------------------------------*/


#mainimage{
	background: #d4dce0 url("../images/top/mainimg_bg.jpg") repeat-x center;
	position:relative;
	background-size:cover;
	width:100%;
	-moz-animation:loop 80s linear infinite;
	animation:loop 80s linear infinite;
}
@keyframes loop{
	0%{background-position:2000px 0;}
	25%{background-position:1500px 0;}
	50%{background-position:1000px 0;}
	75%{background-position:500px 0;}
	100%{background-position:0 0;}
}

/*#mainimage:after{
	content:"";
	background:url(../images/top/bg_wave.png) repeat-x center bottom;
	width:100%;
	height:23px;
	position:absolute;
	bottom:0;
	left:0;
}*/

.mainimage_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.mainimage_pc{
	line-height: 0;
}

.mainimage_pc img{
	width: 100%;
}

#sp_mainimage{
	display: none;
}

/*common
----------------------------------------------------*/

/* 見出し */
.ttl01{
	font-size: 50px;
	font-weight: 900;
	color: #1e3666;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
}

.ttl01 .orange{
	font-size:1.4em;
	vertical-align:-3px;
}

.ttl01_sub{
	border-top: 2px dotted #385999;
	border-bottom: 2px dotted #385999;
	padding: 18px 0;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.04em;
	margin-bottom:50px;
}

.ttl02{
	font-size: 72px;
	font-weight: 900;
	color: #ffe933;
	line-height: 1;
	text-align: center;
	margin-bottom: 50px;
}

.ttl02::before{
	content:'';
	background:url(../images/top/bracket_l.png) left center no-repeat;
	padding-left:40px;
	margin-right:10px;
}

.ttl02::after{
	content:'';
	background:url(../images/top/bracket_r.png) right center no-repeat;
	padding-right:40px;
	margin-left:10px;
}

.ttl02_sub{
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
	padding: 18px 0;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.04em;
	color:#fff;
	margin-bottom:50px;
}

.ttl03{
	font-size: 36px;
	font-weight: bold;
	color: #5d5855;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
}

.ttl04{
	font-size: 28px;
	font-weight: 700;
	color: #1e3666;
	line-height: 1.5;
	border-bottom: 2px dotted;
	margin-bottom: 15px;
	display: inline-block;
	text-align: left;
}

.ttl05{
	font-size:36px;
	font-weight:bold;
	line-height: 2;
	color: #fe899a;
	text-align:center;
	margin-bottom:40px;
}

/* テキスト系 */
.point01{
	color: #8dd0d8;
	font-weight:bold;
	font-size:1.2em;
}

.point02{
	border-bottom:solid 2px #ffd85f;
	font-weight:bold;
}

.bold{
	font-weight:bold;
}

.blue{
	color:#3a8eaa;
	font-weight:700;
}

.orange{
	color:#ff6130;
}

.yellow{
	color:#ffe933;
}

.marker{
	border-bottom:2px solid #ff6130;
	color:#ff6130;
	font-weight:700;
}

.note{
	font-size:13px;
	margin-top:20px;
}

.note_box{
	font-size:13px;
	border: 2px dotted #8dd0d8;
	padding: 20px;
	box-sizing: border-box;
	margin-top:20px;
}


/*コンテンツ
----------------------------------------------------*/

/* top_copy01 */
#top_copy01{
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	background: #f0efed;
}

.top_copy01_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.top_copy01_lr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.top_copy01_list{
	width: calc(100% - 370px);
	padding:20px;
	background:#fff;
	border:solid 4px #e7ebee;
	margin:0 0 50px;
}

.top_copy01_list ul li{
	font-size: 24px;
	font-weight:700;
	line-height:1.5;
	color:#1e3666;
	background: url("../images/top/icon_list01.png") no-repeat left top;
	padding-left: 50px;
	margin-bottom: 20px;
}

.top_copy01_list ul li:last-child{
	margin-bottom:0;
}

.top_copy01_img {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin:0 10px 50px;
}

.top_copy01_img p{
	line-height: 0;
}


/* top_copy02 */
#top_copy02{
	/*background: #f0efed;*/
	padding: 80px 0;
}

.top_copy02_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.top_copy02_lr{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.top_copy02_rl{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.top_copy02_img{
	margin-right: 50px;
}

.top_copy02_img_r{
	margin-left: 50px;
}

.top_copy02_img img{
	width: auto;
	max-width: 100%;
}

.top_copy02_text{
	width: calc(100% - 277px);
	color: #fff;
}

.top_copy02_text01{
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}

.top_copy02_text01 p{
	line-height: 2.2;
	margin-bottom: 20px;
}

.top_copy02_text p{
	line-height: 2.2;
	margin-bottom: 20px;
}

.top_copy02_text01_parts{
	margin-bottom: 60px;
}

.top_copy02_text01_parts:last-child{
	margin-bottom:0;
}

.top_copy02 .ttl01_sub{
	margin-bottom:40px;
}



/* 喜びの声 */
#voice{
	padding: 80px 0;
	background: #f0efed;
}

.voice_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.voice_list{
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.voice_conts{
	width: calc(50% - 20px);
	max-width: 495px;
	box-shadow: 0 1px 5px #ddd;
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 40px;
	background:#fff;
}

.voice_conts:nth-of-type(2n){
	margin-left: 20px;
	margin-right: 0;
}

.voice_ttl{
	background: #1e3666;
	padding: 20px 25px;;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.voice_img{
	line-height: 0;
	margin-bottom: 10px;
}

.voice_img a{
	border:0;
}

.voice_img img{
	width: 100%;
}

.voice_text{
	padding: 0 10px;
	padding-bottom: 10px;
}

.voice_q{
	font-size: 16px;
	background: #fff;
	padding: 10px 15px 10px 35px;
	border-radius: 5px;
	border:2px dotted #1e3666;
	margin-bottom: 15px;
}

.voice_q::before{
	content: "Q";
	font-size: 2em;
	font-family: 'Oswald-Medium';
	color: #1e3666;
	margin-right: 8px;
	margin-left: -20px;
}

.voice_text p{
	padding: 0 15px;
	margin-bottom: 15px;
}


/* 制作実績 */
#works{
	padding: 80px 0;
}

.works_wrap{
	width:95%;
	max-width:1050px;
	padding:0 2.5%;
	margin:0 auto;
}

.works_conts{
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.works_l,
.works_r{
	width:48%;
}

#works h3{
	background:#1e3666;
	color:#fff;
	font-size:17px;
	font-weight:700;
	padding:10px 0;
	box-sizing:border-box;
	width:100%;
	text-align: center;
}

#works ul{
	text-align: center;
	font-weight:500;
	font-size:14px;
	line-height:1.5;
	padding:20px;
	background:#fff;
	border:solid 10px #e7ebee;
	border-top:0;
	box-sizing:border-box;
	width:100%;
}

#works ul li{
	margin-bottom:30px;
}

#works ul li:last-child{
	margin-bottom:0;
}

#works ul li img{
	border:solid 1px #e7ebee;
	width:auto;
	max-width:100%;
	margin-bottom:10px;
}

#works ul li figcaption{
	display:inline-block;
}


/* プロフィール */
#profile{
	padding: 80px 0;
	background: #f0efed;
}

.profile_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.profile_lr{
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.profile_text{
	width: calc(100% - 227px);
	margin-right: 50px;
}

.profile_text p{
	margin-bottom: 15px;
}

.profile_img p{
	line-height: 0;
}

.profile_img img{
	width: 100%;
}



/* 選ばれる理由 */
#select{
	padding: 80px 0;
	background:#dee8ed;
}

.select_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.select_contswrap{
	margin-top: 30px;
	counter-reset: selectnum;
}

.select_conts{
	counter-increment: selectnum;
	margin-top: 50px;
	position:relative;
}

.select_conts:first-of-type{
	margin-top: 0;
}

.select_conts::after{
	content: "."; 
	display:block; 
	clear:both;
	height:0;
	visibility:hidden;
}

.select_ttl{
	background: #ff6130;
	color: #fff;
	line-height:70px;
	margin:0 0 30px 40px;
	font-size: 24px;
	padding-left:46px;
}

.select_number{
	display:inline-block;
	width:72px;
	height:72px;
	border-radius:50%;
	font-family:'Oswald-Medium';
	text-align:center;
	font-size:1.5em;
	line-height:1;
	color:#1e3666;
	background-color:#fff;
	border:solid 4px #ff6130;
	position:absolute;
	top:-6px;
	left:0;
}

.select_number span{
	display:block;
	font-size:0.5em;
	font-weight:700;
	font-family:"Noto Sans Japanese", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height:20px;
	padding-top:0.5em;
}


/* フロー */
#flow{
	padding: 80px 0;
}

.flow_wrap{
	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 2.5%;
}

.flow_contswrap{
	counter-reset: flownum;
}

.flow_conts{
	counter-increment: flownum;
	margin-top: 30px;
}

.flow_conts:first-of-type{
	margin-top: 0;
}

.flow_conts::after{
	content: "."; 
	display:block; 
	clear:both;
	height:0;
	visibility:hidden;
}

.flow_ttl{
	font-size: 24px;
	font-weight: 700;
	color: #1e3666;
	margin-bottom: 30px;
}

.flow_ttl::before{
	content:'0' counter(flownum);
	font-size: 1.3em;
	color:#fff;
	font-family:'Oswald-Medium';
	font-weight:500;
	display:inline-block;
	background-color:#1e3666;
	padding:6px 10px 8px;
	margin-right: 10px;
	line-height:1;
}



/* 費用 */
#price{
	padding: 80px 0;
}

.menu_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.menu_conts{
	padding: 60px 0;
	border-bottom: 1px dotted #c0c7cc;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.menu_conts:first-of-type{
	padding-top: 0;
}

.menu_conts:last-of-type{
	border-bottom:none;
	padding-bottom: 0;
}

.menu_conts img p{
	line-height: 0;
}

.menu_conts_text{
	width: calc(100% - 250px);
	margin-left: 2.5%;
}

.menu_copy{
	font-size: 24px;
	font-weight: 700;
	color:#fff;
	background:#aaa;
	line-height: 1.3;
	padding:0 4px;
	display: inline-block;
	margin-bottom:20px;
}

.menu_conts:nth-of-type(1) .menu_copy{
	background-color:#ff6130;
}

.menu_conts:nth-of-type(2) .menu_copy{
	background-color:#3a8eaa;
}

.menu_plan{
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content: space-between;
	font-size:32px;
	font-weight:700;
	line-height:1.5;
	margin-bottom:20px;
}

.menu_price{
	font-size:24px;
	font-weight:700;
	width:350px;
}

.menu_price dl{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:baseline;
	align-items: baseline;
}

.menu_price dt{
	width:5.5em;
}

.menu_price dd strong{
	font-size: 2.16em;
	font-family:'Oswald-Medium';
	font-weight:500;
}

.menu_price dd:nth-of-type(2n){
	font-size:0.66em;
	flex-basis: 100%;
	text-align: right;
}

.menu_conts:nth-of-type(1) .menu_price{
	color:#ff6130;
}

.menu_conts:nth-of-type(2) .menu_price{
	color:#3a8eaa;
}



/* オファー */
#camp{
	padding: 80px 0;
	background: #1e3666;
	color:#fff;
}

.camp_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.camp_conts{
	text-align: center;
}

.camp_text{
	font-size:30px;
	line-height:1.5;
}

/* オファー　限定価格 */
.special_price{
	text-align: left;
	font-weight:700;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content: space-between;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	height:150px;
	margin:30px 100px 30px;
}

.special_price dt{
	color:#1e3666;
	background:#ffe933;
	line-height:40px;
	padding:0 10px;
	height:40px;
	margin-right:auto;
	display:inline-block;
}

.special_price dt small{
	font-size:0.6em;
}

.special_price dd:first-of-type{
	margin-right:auto;
}

.special_price dd:first-of-type:after{
	content:'';
	background:url(../images/top/arrow_camp.png) no-repeat center right;
	padding-right:90px;
}

.special_price dd span{
	font-size:1.6em;
	font-family:'Oswald-Medium';
	font-weight:500;
	text-decoration: line-through #ffe933;
}

.special_price dd:last-of-type{
	font-size:60px;
	color:#ffe933;
	text-align:right;
}

.special_price dd:last-of-type span{
	font-size:2em;
	font-family:'Oswald-Medium';
	font-weight:500;
	text-decoration:none;
}

.term{
	background:#ffe933;
	color:#1e3666;
	font-size:30px;
	font-weight:900;
	line-height:1.5;
	padding:25px 10px;
	margin:50px 0 130px;
	position:relative;
}

.term::after{
	content:'';
	display:block;
	background:url(../images/top/arrow_d.png) top left no-repeat;
	width:100px;
	height:70px;
	position:absolute;
	bottom:-69px;
	left:calc(50% - 50px);
}

/* オファー　無料特典 */
.special_gift{
	border:solid 2px #ffe933;
	text-align:left;
	padding:30px;
	margin-top:30px;
}

.special_gift:first-child{
	margin-top:0;
}

.special_gift::after{
	content:'';
	display:block;
	clear:both;
	height:0;
	visibility: hidden;
}

.special_gift .img_f-l{
	margin-right:30px;
}

.special_gift h4{
	font-size:42px;
	font-weight:900;
	margin-bottom:30px;
}

.special_gift p{
	font-size:20px;
	font-weight:700;
	line-height:1.75;
}

.special_gift .yellow{
	font-size:1.2em;
}

/* オファー　問い合わせ */
.camp_info{
	margin: 30px auto 0;
	background: #fff;
	border:solid 10px #ffe933;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}

.camp_info_text{
	text-align: center;
	font-size:13px;
	line-height:1.5;
}

.camp_info_text p span{
	color:#1e3666;
	font-weight:700;
	font-size:15px;
	background-color:#ffe933;
	padding:0 8px;
}

.camp_info_text p{
	color:#1e3666;
}

.camp_copy{
	display: inline-block;
	color:#1e3666;
	font-size:24px;
	font-weight:700;
	border-bottom: 2px solid;
}

.camp_tel{
	display: block;
	margin:25px 0;
}

.camp_tel a{
	border:0;
}

.camp_info_ttl{
	margin-bottom: 10px;
}

.camp_btn{
	margin-top: 25px;
	text-align: center;
	line-height: 0;
}

.camp_btn a{
	border:0;
}

.camp_btn img{
	width: auto;
	max-width: 100%;
}

.camp_btn_sp{
	display: none;
	margin-top: 10px;
	line-height: 1.5;
}

.camp_btn_sp a{
	background: #ff6130;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	border-radius: 4px;
	border:0;
	text-decoration: none;
	display: block;
}

.camp_btn_sp a .fa{
	margin-right: 5px;
	font-size: 1.1em;
}

.camp_btn_sp_memo{
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
}

.camp_img01{
	position: absolute;
	top: 40px;
	left: 3%;
}

.camp_img02{
	position: absolute;
	top: 20px;
	right: 3%;
}

.camp_img03{
	position: absolute;
	bottom: -11px;
	right: 5px;
}


/* オファー　LINE */
.offer_conts_line {
	margin-top: 30px;
}

.offer_conts_line_pc img{
	width: auto;
	max-width: 100%;
}

.offer_conts_line_sp{
	display: none;
}


/* ターゲット */
#divide{
	padding:80px 0;
	background:#f0efed;
}

.divide_wrap{
	color:#1e3666;
	width:95%;
	max-width:1050px;
	padding:0 2.5%;
	margin:0 auto;
}

.divide_conts{
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.divide_l,
.divide_r{
	width:48%;
}

.divide_l h3::before{
	content:'';
	display:block;
	background:url(../images/top/icon_notsuitable.png) center center no-repeat;
	width:50px;
	height:80px;
	margin:0 auto;
}

.divide_r h3::before{
	content:'';
	display:block;
	background:url(../images/top/icon_suitable.png) center center no-repeat;
	width:34px;
	height:80px;
	margin:0 auto;
}

#divide h3{
	background:#ffe933;
	font-size:17px;
	font-weight:700;
	padding:0 12px 15px;
	box-sizing:border-box;
	width:100%;
	text-align: center;
}

#divide ul{
	text-align: left;
	font-weight:500;
	font-size:16px;
	line-height:1.5;
	padding:20px 5px 20px 15px;
}

#divide ul li{
	margin-bottom:20px;
	padding-left:28px;
	position:relative;
}

#divide ul li:last-child{
	margin-bottom:0;
}

.divide_l ul{
	background:url(../images/top/bg_notsuitable.png) 50% 50% no-repeat #fff;
	border:solid 10px #e7ebee;
	border-top:0;
	box-sizing:border-box;
	width:100%;
}

.divide_l li::before{
	content:'';
	background:url(../images/top/icon_notsuitable02.png) left center no-repeat;
	width:21px;
	height:21px;
	position:absolute;
	top:2px;
	left:0;
}

.divide_r ul{
	background:url(../images/top/bg_suitable.png) 50% 50% no-repeat #fff;
	border:solid 10px #e7ebee;
	border-top:0;
	box-sizing:border-box;
	width:100%;
}

.divide_r li::before{
	content:'';
	background:url(../images/top/icon_suitable02.png) left center no-repeat;
	width:21px;
	height:21px;
	position:absolute;
	top:2px;
	left:0;
}


/* よくある質問 */
#faq{
	padding: 80px 0;
}

.faq_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.faq_conts{
	background-color:#dee8ed;
	border-radius:10px;
	padding:30px;
	margin-bottom:20px;
}

.faq_conts:last-child{
	margin-bottom:0;
}

.faq_ttl{
	font-size:21px;
	color:#1e3666;
	font-weight:700;
	margin-bottom:30px;
	padding-left:60px;
	position:relative;
}

.faq_ttl::before{
	content:"Q";
	font-family:'Oswald-Medium';
	font-weight:500;
	font-size:26px;
	color:#fff;
	text-align:center;
	line-height:1.4;
	background: #1e3666;
	width:40px;
	height:40px;
	display:inline-block;
	border-radius:50%;
	position:absolute;
	top:-5px;
	left:0;
}

.faq_conts>p{
	padding-left:60px;
	position:relative;
}

.faq_conts>p::before{
	content:"A";
	font-family:'Oswald-Medium';
	font-weight:500;
	font-size:26px;
	color:#fff;
	text-align:center;
	line-height:1.4;
	background: #ff6130;
	width:40px;
	height:40px;
	display:inline-block;
	border-radius:50%;
	position:absolute;
	top:-5px;
	left:0;
}


/* 最後に */
#last{
	padding: 80px 0;
	background:#f0efed;
}

.last_wrap{
	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 2.5%;
}

.last_lr{
	margin: 30px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.last_text{
	width: calc(100% - 225px);
	margin-left: 50px;
}

.last_text p{
	margin-bottom: 20px;
}


#floatingbanner{
	display: none;
}


/* 下層ページ */
#breadcrumb{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 20px auto;
}

#breadcrumb ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#breadcrumb ul li{
	font-size: 13px;
}

#breadcrumb ul li::after{
	content: ">";
	padding: 0 5px;
}

#breadcrumb ul li:last-child:after{
	content: none;
}

.conts_contact{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 40px auto;
}

.conts_contact p{
	margin-bottom: 20px;
}

.contact_tel,
.contact_mailform{
	margin: 50px auto;
}

.contact_tel p,
.contact_mailform p{
	margin-bottom: 0;
	line-height: 2;
}

.contact_tel_num span{
	font-family:'Oswald-Medium';
	font-size: 3em;
	color: #1e3666;
	line-height: 1.3;
	margin-left: 5px;
}

.conts_sheet {
	
border:solid 3px #ccedf1;
	padding: 20px;
}

/* お問い合わせフォーム */
.required{
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.075em;
	background: #ff6130;
	display: inline-block;
	padding: 2px 6px 3px;
	line-height: 1;
	border-radius:3px;
	vertical-align: middle;
	margin-left: 10px;
}

.contact_form{
	margin: 50px auto;
	padding: 60px 30px;
	background: #f0efed;
}

.contact_form dl{
	padding-bottom: 30px;
	border-bottom: 1px dashed #c0c7cc;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact_form dl dt{
	width: 100%;
	font-size: 18px;
	padding-bottom: 7px;	
}

.contact_form dl dd{
	width: 100%;
}

.contact_form dl dd input,
.contact_form textarea{
	font-size: 17px !important;
	border-radius:0;
	-webkit-appearance:none;
	border:solid 1px #c0c7cc;
}

.form_name,
.form_mail,
.form_tel{
	width: 100% !important;
	height:1.5em;
}

.form_name{
	max-width: 20em !important;
}

.form_mail{
	max-width: 30em !important;
}

.form_tel{
	max-width: 30em !important;
}

.form_memo{
	font-size: 14px;
	display: block;
	margin-top: 3px;
}

.form_textarea{
	width: 100% !important;
	min-height: 200px;
	line-height: 1.5;
	box-sizing: border-box;
}

.form_check{
	text-align: center;
	font-size: 17px;
}

.form_send{
	margin-top: 15px;
	text-align: center;
}

.form_send input{
	width: 100%;
	max-width: 500px;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.05em;
	border: none;
	background: #1e3666;
	border-radius: 8px;
	box-shadow: 0 3px 0 0 #1b305c;
}

.form_send input[disabled]{
	background: #ccc;
	box-shadow: 0 4px 0 0 #bbb;
}

::-webkit-input-placeholder{
	color:#c0c7cc;
}

::-moz-placeholder{
	color:#c0c7cc;
}

:-ms-input-placeholder{
	color:#c0c7cc;
}


/*wordpress
----------------------------------------------------*/
.blog_conts{
	width: 95%;
	max-width: 1050px;
	padding: 20px 2.5%;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog_main{
	width: calc(80% - 71px);
}

.single_date{
	background: #ff6130 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 1px 10px;
}

.s_ttl01{
	color: #1e3666;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	margin: 15px 0;
	text-align: left;
}

.blog_cat{
	border-bottom: 1px dotted #c0c7cc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


.blog_side{
	width: 20%;
	max-width: 250px;
	border-left: 1px solid #c0c7cc;
	padding-left: 35px;
	margin-left: 35px;
}

.side_blog_ttl{
	color: #2a2e33;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
}

.blog_single p{
	margin-bottom: 30px;
}

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

.blog_single .single_date{
	margin-bottom: 0;
}

.single_ttl{
	color: #1e3666;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	margin: 15px 0;
	text-align: left;
}

.single_cat{
	border-bottom: 1px dotted #c0c7cc;
	margin-bottom: 40px;
	line-height: 1;
}

.single_cat p{
	float: left;
}

.blog_single h3{
	border-left: 10px solid #1e3666;
	border-bottom: 1px solid #1e3666;
	font-size: 1.6em;
	font-weight: bold;
	margin: 50px auto 25px;
	padding: 10px 0 10px 15px;
}

.blog_single h4{
	border-bottom: 1px dotted;
	font-size: 1.4em;
	font-weight: bold;
	margin: 40px auto 15px;
	padding-bottom: 5px;
}

.blog_single ul{
	margin-bottom: 20px;
}

.blog_single li{
	list-style-type: disc;
	margin-left: 1em;
}





.wp-pagenavi{
	text-align: center;
}

.side_menu{
	margin-bottom: 30px;
}

.side_menu ul{
	border-top: 2px solid #1e3666;
	border-bottom: 1px solid #c0c7cc;
	padding: 10px;
}

.side_menu li{
	border-bottom: 1px dotted #c0c7cc;
	margin-top: 8px;
	padding-bottom: 5px;
	padding-left: 1.3em;
}

.side_menu li::before{
	content: url("../images/common/icon01.png");
	margin-left: -1.3em;
	margin-right: 5px;
	padding-top: 2px;
	vertical-align: middle;
}

.side_menu li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.side_menu li a{
	text-decoration: none;
}

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

#footer{
	border-top: 6px solid #152444;
	background: #1e3055;
	padding: 40px 0 120px;
	color:#737f99;
	position: relative;
}

.footer_wrap{
	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 2.5%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#footer a{
	border:0;
}

.footer_l{
	width: 360px;
}

.footer_logo{
	margin-bottom: 40px;
}

.footer_logo img{
	width: auto;
	max-width: 100%;
}

.footer_l dl{
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_l dl dt{
	width: 3em;
	line-height: 1.5;
}

.footer_l dl dd{
	width: calc(100% - 4em);
	line-height: 1.7;
}

.hours dd:nth-child(n+3){
	margin-left:4em;
}

.footer_r{
	width: calc(100% - 350px);
	margin-left: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.footer_link,
.footer_blog{
	max-width: 150px;
}

.footer_blog{
	margin-left: 50px;
}

.footer_r dl dt{
	font-weight: bold;
}

.footer_r dl dd{
	font-size: 14px;
	background: url("../images/common/icon01.png") no-repeat left 7px;
	padding-left: 20px;
}

.footer_r dl dd a,
.footer_blog a{
	color: #737f99;
	font-weight:500;
	text-decoration: none;
}

#pagetop{
	position: absolute;
	bottom: 50px;
	right: 2.5%;
	line-height: 0;
}

#pagetop a{
	border:0;
}

.cr{
	background: #152444;
	font-size: 13px;
	color: #737f99;
	text-align: center;
	padding: 5px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
}
