/* ----------
	common
---------- */
body {
	background: #fafafa;
	color: #708090;font-size: 15px;
	font-family: "alphabet", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing:.4px;
	/*NEWSは英数字フォント対応なし*/
}
@media (min-width: 768px) {
	body {
		min-width: 1200px;
	}
}
.container {
	overflow-x: hidden;
	width: 100%;
}

.big {
	font-size: 1.25em;
}
.small {
	font-size: .8em;
}

mark {
	background: linear-gradient(transparent 70%, #66cdaa 70%);
}

/****************************************

          WordPress Misc

*****************************************/

/*位置指定*/
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.right{
	float: right;
    margin: 0 0 1em 1.5em;
}
.left{
	float:left;
    margin: 0 1.5em 1em 0;
}


/*フォント指定*/

.b{
	font-weight:bold !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.normal{
	font-weight:normal !important;
}
.gray{
	color:#2E2E2E !important;
}
.red{
	color:#ae1e23 !important;
}
.white{
	color:#fff !important;
}
.al-r{
	text-align:right !important;
}
.al-l{
	text-align:left !important;
}
.al-c{
	text-align:center !important;
}

span.hankakuAll {
  font-size: 100%;
}

.underline{
	text-decoration:underline !important;
}

/*クリア*/
.clearfix:after,.cf:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/*空白指定*/
.m0_b{
	margin-bottom:0 !important;
}
.m0{
	margin: 0 !important;
}
.m20_t{
	margin-top:20px !important;
}
.m100_t{
	margin-top:100px !important;
}
.m20_b{
	margin-bottom:20px !important;
}
.m60_t{
	margin-top:60px !important;
}
.m60_b{
	margin-bottom:60px !important;
}
.m100_b{
	margin-bottom:100px !important;
}
.p10_b{
	padding-bottom:10px !important;
}
.p40{
	padding:40px;
}
.m40_b{
	margin-bottom:40px;
}


/*文字・背景色*/

.top_bgcolor {
    background: #cccc66;
}


/*画像*/
img{
  max-width: 100%;
  height: auto;
  border: none;
}

/* ----------
	index
---------- */

.index section {
	padding: 80px;
	margin-top: 100px;
	width: 100%;
}

@media (max-width: 767px) {
	.index section {
		padding: 10px;
		margin: 0;
		width: 100%;
	}
}

.index .en{
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
}
.index h2 {
	font-size: 80px;
	margin: 50px 50px 50px 30px;
	text-shadow: 4px 5px 6px #add8e6;
}
@media (max-width: 767px) {
	.index h2 {
		font-size: 50px;
		margin: 50px 0 30px 10px;
	}
}

.index h3 {
	text-align: left;
	font-size: 80px;
	margin: 30px 30px 0 30px;
	text-shadow: 4px 5px 6px #add8e6;
}
@media (max-width: 767px) {
	.index h3 {
		font-size: 50px;
		margin: 100px 0 10px 10px;
	}
}
.index h4 {
	text-align: left;
	font-size: 28px;
	margin: 10px 0;
}
@media (max-width: 767px) {
	.index h4 {
		font-size: 18px;
	}
}
.index h5 {
	text-align: left;
	font-size: 22px;
	margin: 0;


}
@media (max-width: 767px) {
	.index h5 {
		font-size: 16px;
	}
}

.index h6 {
	text-align: left;
	font-size: 20px;
	margin: 0 0 20px 20px;
}
@media (max-width: 767px) {
	.index h6 {
		font-size: 14px;
	}
}

.index p {
	font-size: 18px;
	line-height: 2.5;
    margin: 10px;
}
@media (max-width: 767px) {
	.index p {
		font-size: 12px;
		line-height: 2.5;
	}
}

/*改行*/

.index .br_pc {
	display: block;
}

.index .br_sp {
	display: none;
}

@media (max-width: 767px) {
	.index .br_pc {
		display: none;
	}
	.index .br_sp {
		display: block;
	}
}

.index .font_center {
	text-align: center;
    line-height: 2;
    margin: 30px 0px 0px 0px;
}

.index .tit_bkg {
	width: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

.index .body {
	max-width: 1200px;
}
@media (max-width: 767px) {
	.index .body {
		padding: 0 20px;
	}
	.index .font_center {
		text-align: left;
	    padding-top: 10px;
	}
	.index .tit_bkg {
	width: 40px;
}
}

/* ----------
	header
---------- */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#site-header {
	background: rgba(255,255,255,.6);
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	padding: 24px;
	width: 100%;
	position: fixed;
}
@media (max-width: 767px) {
	#site-header {
		align-items: center;
		filter: drop-shadow(0 3px 3px rgba(0,0,0,.2));
		left: 0;
		padding: 8px 12px;
		position: fixed;
		top: 0;
		z-index: 999;
	}
}

#site-header .brand {
	width: 200px;
}

#site-header .brand .img {
	width: 80%;
}

@media (max-width: 767px) {
	#site-header .brand {
		width: 100px;
	}
	#site-header .brand .img {
	width: 100%;
}
}

#site-header #nav-switch,
#site-header #nav-close {
	display: none;
}
@media (max-width: 767px) {
	#site-header #nav-switch {
		display: block;
		font-size: 24px;
		transition: .3s;
	}
	#site-header nav {
		background: #708090;
		bottom: 0;
		filter: opacity(.9);
		min-height: 100vh;
		padding: 40px 20px;
		position: fixed;
		right: 0;
		top: 0;
		width: 50%;
		z-index: 1000;
		transform: translateX(100%);
		transition: .5s;
	}
	/* open */
	#site-header #nav-switch.open {
		filter: opacity(0);
	}
	#site-header nav.open {
		transform: translateX(0);
	}
	#site-header #nav-close {
		color: #fff;
		display: block;
		font-size: 24px;
		position: absolute;
		right: 12px;
		top: 8px;
	}
}

#site-header ul {
	display: flex;
	height: 100%;
	margin: 0;
}
@media (max-width: 767px) {
	#site-header ul {
		align-content: flex-start;
		flex-wrap: wrap;
	}
	#site-header li {
		width: 100%;
	}
}

#site-header li a {
	align-items: center;
	color: #222;
	display: flex;
	justify-content: center;
	height: 100%;
	padding: 0 20px;
	text-decoration: none;
}
@media (max-width: 767px) {
	#site-header li a {
		color: #fff;
		justify-content: flex-start;
		margin: 0 0 20px;
		padding: 0 20px;
	}
}


/*content*/
/* common */
.content .img .pc {
	display: block;
	height: 650px;
}

.content .img .sp {
	display: none;
}

@media (max-width: 767px) {
	.content .img .pc{
	display: none;
}
.content .img .sp{
	display: block;
	height: 400px;
}　　
}

.content img {
	width: 100%;
}

.kv  .concept_title{
	position: relative;
	padding-left: 50px;
	bottom: 340px;
}

.kv p {
	position: relative;
	font-size: 30px;
	padding-left: 73px;
	bottom: 360px;
	font-weight: bold ;
}

.line {
	position: relative;
	text-align: left;
	margin-left: 70px;
	bottom: 355px;
	border-width: 2px 0px 0px 0px;
	height: 1px;
	width: 600px;
}

.kv .content_size {
	height: 700px;
}

@media (max-width: 767px) {
	.content .img .concept_title{
	position: relative;
	font-size: 36px;
	bottom: 280px;
	padding-left: 10px;
}

.kv p {
	position: relative;
	font-size: 18px;
	padding-left: 12px;
	bottom: 305px;
	font-weight: bold ;
}

.line {
	position: relative;
	text-align: left;
	margin-left: 10px;
	bottom: 300px;
	border-width: 2px 0px 0px 0px;
	height: 1px;
	width: 300px;
}

.kv .content_size {
	height: 500px;
}

	
}

/*section-1*/
#section_1 {
	text-align: center;
	padding-bottom: 60px;
	}

#section_1 h2 {
	font-size: 30px;
	margin: 50px;
}

#section_1 p {
	font-size: 20px;
    line-height: 3;
    margin: 30px 10px 10px 10px;
}


@media (max-width: 767px) {
	#section_1 h2 {
	font-size: 20px;
	margin: 0 0 40px 0;
}

#section_1 p {
	font-size: 14px;
    line-height: 2;
    text-align: left;
}
}


/*section-2*/
#section_2 {
	background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 10px, #fafafa 10px, #fafafa 20px);
	position: relative;
}

#section_2 .tit_bkg {
	width: 60px;
	position: absolute;
	margin: 60px 0 0 330px;
}

#section_2 p{
	margin:30px 40px 60px 0px;
}

#section_2 .top_01{
	display: flex;
}

#section_2 .top_01 .two_left {
	margin: 30px;
	width: 50%;
}

#section_2 .top_01 .two_right {
	margin: 30px 30px 30px 0;
	width: 50%;
}

@media (max-width: 767px) {
	#section_2 .top_01 {
	display: block;
}
#section_2 .top_01 .two_left {
	margin: 10px;
	width: 100%;
}

#section_2 .top_01 .two_right {
	margin: 0px 10px 80px 10px;
	width: 330px;
}
#section_2 .tit_bkg {
	width: 40px;
	position: absolute;
	margin: 55px 0 0 200px;
}

}


/*section-3*/
#section_3 h5 {
	margin-left: 30px;
}

#section_3 .top_01{
	display: flex;
}

#section_3 .three_banner {
	width: 30%;
	padding: 20px;
}


#section_3 p {
	background: #f6f6e9;
}

#section_3 .tit_bkg {
	width: 60px;
	position: absolute;
	margin: 60px 0 0 370px;
}

@media (max-width: 767px) {
	#section_3 .top_01 {
	display: block;
}
#section_3 .three_banner {
	width: 350px;
	padding: 10px 10px 20px 10px;
}
#section_3 .tit_bkg {
	width: 40px;
	position: absolute;
	margin: 55px 0 0 220px;
}

}



/*section_4*/
#section_4 {
	background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 10px, #fafafa 10px, #fafafa 20px);
}

#section_4 p{
	margin:30px 40px 60px 0px;
}

#section_4 .top_01{
	display: flex;
}

#section_4 .top_01 .two_left {
	margin: 30px 30px;
	width: 50%;
}

#section_4 .top_01 .two_right {
	margin: 30px 30px 30px 0;
	width: 50%;
}

#section_4 .tit_bkg {
	width: 60px;
	position: absolute;
	margin: 60px 0 0 280px;
}

@media (max-width: 767px) {
	#section_4 .top_01 {
	display: block;
}
#section_4 .top_01 .two_left {
	margin: 10px;
	width: 100%;
}

#section_4 .top_01 .two_right {
	margin: 0px 10px 80px 10px;
	width: 330px;
}
#section_4 .tit_bkg {
	width: 40px;
	position: absolute;
	margin: 55px 0 0 160px;
}

}


/* ----------
	footer
---------- */
/* contact */
#contact {
	padding: 0;
	margin-top: 0;
}


#footer {
    background: #708090;
    padding: 30px 0;
    text-align: center;
    color: #fff;
}

#footer .btn a {
    width: 500px;
    color: rgba(112,128,144,.8);font-weight: bold;
    border: 2px solid rgba(112,128,144,.4);

}

.btn a {
    text-align: center;
    padding: 15px 15px 15px;
    background: #f7f7f7;
    display: block;
    margin: 20px auto;
    box-shadow: 5px 5px 0 rgba(112,128,144,.8);
    border-radius: 10px;
}


#footer_menu ul {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

#footer_sns a {
    font-size: 1.6em;
    margin: 5px;
    color: #fff;
}

.copyright {
    font-size: .6em;
    font-weight: normal;
    margin-bottom: 0;
}

#footer_menu a {
    padding: 10px 18px;
    letter-spacing: .1px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-size: .95em;
    color: #fff;
}

#footer_menu a .ja {
    font-size: .7em;
}

@media screen and (max-width: 767px){
#footer_menu ul {
    display: block;
}
#page-top a {
    width: auto;
    padding: 5px 10px;
}
}

/*ページ印*/
#page-top {
    position: fixed;
    bottom: 0;
    right: 10px;
    font-size: 200%;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    line-height: 1;
}


.btn_l a {
	width: 300px;
	text-align: center;
	padding: 15px 15px 15px;
	background: #df744a;
	margin: 80px auto;
	display: block;
/*	box-shadow: 5px 5px 0 rgba(255,174,0,.8);*/
/*	border: 3px solid rgba(255,174,0,.4);*/
	color: #f7f7f7;font-weight: bold;
	border-radius: 10px;
}


@media (max-width: 767px) {
	#footer .btn a {
	    width: 300px;
	    margin-bottom: 30px;
	}

	.btn_l a {
		width: 200px;
	}

}
















