@charset "utf-8";

/*===============
base
=================*/
* { box-sizing: border-box; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,th,td {
margin:0;
padding:0;
}  
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
    width: 100%;
    height: auto;	
}



html {
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 62.5%;
}
body{
	font-size:1.6rem; /* =16px */
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'MS PGothic', Osaka, arial, sans-serif;
	line-height: 1.8;
	color: #333333;
	margin: 0; padding: 0;
	background-color: #FFF;
	overflow-y: hidden;
}
body.thanks {
	background: #004fa5 url("../images/bg_mv.png") no-repeat center top;
	background-size: cover;
	
}
@media screen and (max-width: 768px) {
	body {
		font-size:1.4rem;/* 14px*/
		background-image:none;
	}
}
@media screen and (max-width: 640px) {
	html,
	body { overflow-x: hidden; max-width: 100%; overflow-x: hidden; }
	}

a:link,
a:visited,
a:active{
	color: #333;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}



ul,ol{
list-style: none;
}

/*clearfix*/
.clearfix:after,
.recruit_p:after
{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }

.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }

.al_left { text-align: left; }
.al_right { text-align: right; }
.al_center { text-align: center; }

.t_red { color: #ff0000; }

.no_border_btm { border-bottom: none !important; } 


.pc {}
.sp { display: none !important; }




@media screen and (max-width: 640px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
	.scroll_x {
	  overflow-y: hidden;
	  overflow-x: scroll;
	-webkit-overflow-scrolling: touch;	
	}
	.scroll_x::-webkit-scrollbar {
	  height: 10px;
	}	
}
/*=================================

header / inner

=================================*/
header { 
	background-color: #fff;
	width: 100%;
}
header .inner {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 1.6;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
header .inner .logo {
  display: inline-block;
  font-size: 30px;
  color: #000;
  width: 150px;
}
header .inner ul.pc,
header .inner ul.sp {
  list-style: none;
  display: flex;
  justify-content:flex-end;
  flex-wrap: wrap;
  align-items: center;
}
header .inner li { width: 200px;}
header .contact a {
	background-color: #004fa5; color: #fff;
	border: 1px solid transparent;
	display: block;
	padding: 10px 2.5em;
	text-align: center; text-decoration: none;
	position: relative;
	transition: .3s;
	font-size: 12px;
}
header .contact a .jp {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0 0;
}

header .contact a::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-right: 1px solid #004fa5;
	border-bottom: 1px solid #004fa5;
}
header .inner li.tel {
	color: #004fa5;
	font-size:1.5em; font-weight:bold;
	text-align:center;
	margin-right: 1em;
	width: auto;
}
header li.tel .business_time {
	color: #333;
	font-size:1.2rem; font-weight:normal;
	display: block;
}

@media screen and (max-width: 640px) {
	header .inner {
		height: 60px;
	}	
	header .inner .logo {
	  max-width: 100px; width: 50%;
	}	
	
	header .inner .h_tel,
	header .inner .h_mail { width: 40px !important; margin-left: 5px; }
	header .inner ul.sp { display: flex !important; }
}

/*=================================

main / inner

=================================*/
main#contents .inner {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 1.6;
}
main#contents .inner_wide {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	line-height: 1.6;
}


/*=================================

#mv

=================================*/
#mv {
	background: #004fa5 url("../images/bg_mv.png") no-repeat center top;
	background-size: cover;
	color: #fff;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;	
	padding: 20px 0;
	margin: 0 auto 5em;
}
body.thanks #mv {
	background-color: transparent;
	background-image: none;
	margin-bottom: 0;
}
#mv .inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;

}
#mv h1 {
	display: block;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 4em;
	line-height: 1.2;
}
#mv h1 span {
	font-size: .5em;
	font-weight: 400;
}
#mv h1 img { width: 100%; height: auto; }
#mv p { 
	font-size: 1.25em;
	line-height: 2;
	padding: 40px 0;
	width: 100%;
}
#mv .img_box { 
	width: 38%;
}
#mv .img_box img { 
	width: 100%; height: auto;
}
#mv .txt_box { 
	width: 60%;
}

@media screen and (max-width: 640px) {
	#mv h1 {
		font-size: 2.5em;
		text-align: center;
	}	
	#mv p { 
		font-size: 1em;
		line-height: 2;
		padding: 10px 10px;
		width: 100%;
	}	
	#mv .img_box { 
		width: 100%; text-align: center;
		order: 1;
	}
	body.thanks #mv .img_box { display: none; }
	#mv .img_box img { max-width: 200px;}
	#mv .txt_box { 
		width: 100%;
	}	
}


/*=================================

h3

=================================*/
h3 { 
	margin: 60px auto 40px;
	width: 100%; max-width: 1366px;
}
h3 img { width: 100%; height: auto; }


@media screen and (max-width: 640px) {
	h3 { 
		margin: 40px auto 20px;
	}
}

/*===== intro =================================*/
.wrap_intro {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 95%; max-width: 1100px;
	margin: 0 auto;
}
.wrap_intro .box {
	width: 30%;
}
.wrap_intro .box_media {
	width: 100%;
	margin: 60px auto 40px;
}

@media screen and (max-width: 640px) {
	.wrap_intro { justify-content: center; }
	.wrap_intro .box {
		width: 90%;
		margin-bottom: 30px;
	}
	.wrap_intro .box_media {
		margin:0 auto 10px;
	}	
}

/*===== example =================================*/
.wrap_example {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 95%; max-width: 1100px;
	margin: 50px auto 0;
}
.wrap_example .box {
	width: 30%;
}
.wrap_example .box_media {
	width: 100%;
	margin-top: 40px;
}

.wrap_example p.atten {
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.wrap_example .box {
		width: 100%;
		margin-bottom: 30px;
	}
}


/*===== feature =================================*/
.wrap_feature {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 95%; max-width: 1100px;
	margin: 50px auto 0;
}
.wrap_feature .box {
	width: 30%;
}
.wrap_feature .box_media {
	width: 100%;
	margin-top: 40px;
}


@media screen and (max-width: 640px) {
	.wrap_feature {
		justify-content: center;
	}
	.wrap_feature .box {
		width: 90%;
		margin-bottom: 30px;
	}
}


/*===== budget　予算 =================================*/
#budget {
	background-color: #00afec;
	padding: 0;
	margin: 100px 0 0;
	border: solid 10px #00afec;
}
#budget h3 {
	padding: 0;
	margin: 0 auto;
}


/*===== google-partner =================================*/
#google-partner {
	background-color: #fff;
	padding: 0;
	margin: 100px 0 0;
}




/*===== secondary　二次使用 =================================*/
.wrap_secondary {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 95%; max-width: 1100px;
	margin: 0 auto;
}
.wrap_secondary .box {
	width: 46.875%;
}


@media screen and (max-width: 640px) {
	#secondary { margin: 100px auto 0; }
	.wrap_secondary {
		justify-content: center;
	}
	.wrap_secondary .box {
		width: 90%;
		margin-bottom:30px;
	}
}




/*===== contact =================================*/
#contact {
	background-color: #F9F9EF;
	padding: 0 0 70px;
	margin: 100px 0 0;
}
@media screen and (max-width: 640px) {
	#contact {
		background-color: #F9F9EF;
		padding: 0 0 30px;
		margin: 50px 0 0;
	}
}

/*=================================

スクロールエフェクト/パララクス JQuery

=================================*/

.fadein {
    opacity : 0;
    transition: all .5s;
}
.fadein.scrollin { /* 表示領域でscrollinクラス付与 */
    opacity : 1;
    transform : translate(0, 0);
}

.zoomin {
      transform: scale(1.5);
  }
.fadein-left{
      transform: translate(-50px,0);
  }
.fadein-right{
      transform: translate(50px,0);
  }
.fadein-bottom {
      transform: translate(0,50px);
  }
.fadein-bottom1 {
      transform: translate(0,50px);
	  animation-delay: 1s;
  }
.fadein-bottom2 {
	transform: translate(0,50px);
	animation-delay: 2s;
}


/*=================================

tbl_form

=================================*/
.pb60 { padding-bottom: 60px;}
.wrap_form {
	width:100%; max-width: 900px;
	margin: 0 auto 3em;
	border-collapse: collapse;
	background: #fff;
	padding: 4em 3em;
	box-sizing: border-box;
}
.tbl_form {
	width:100%;
	margin: 1.5em auto 0;
	border-collapse: collapse;
}
.tbl_form th,
.tbl_form td {
	padding: 1.5em 1.5em;
	border-bottom: solid 1px #ccc;
	text-align: left;
}
.tbl_form th { width:30%; }
.w50 { width:50%; }
.w100 { width:100%; }

.tbl_form textarea {
	width: 100% !important; height: 8em !important;
}

.tbl_form input[type=text],
.tbl_form input[type=email],
.tbl_form input[type=tel]  {
	border: solid 1px #CCC;
	border-radius: 3px;
	/* box-shadow: 0px 0px 5px #CCC inset; */
	padding: 16px 16px;
	margin: 2px;
	vertical-align: middle;
}

button,
.mfp_element_submit {
	-webkit-appearance: none;
width: 40%;
  height: 50px;
  margin: 40px auto;
  display: block;
  background: #EF683B !important;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 25px;
  border: none;
  transition: all 1.0s;
  text-shadow: none !important;

}

@media screen and (max-width: 640px) {
	.wrap_form {
		padding: 2em 1em;
		max-width: auto;
		width: 95%;
	}
	.tbl_form th,.tbl_form td { display: block; width: 100%; }
	.tbl_form th {
		padding: 1.25em 0 0;
		border-bottom: none;
	}
	.tbl_form td {
		padding: 0 0 1.25em;
	}	
	.tbl_form td label { display: block !important; }
	.w50 { width:100%; }
	.mfp_element_all { max-width: 100% !important; }
}

/*=================================

contact_thanks

=================================*/
.contact_thanks h3 {
	color: #F15E29;
	font-size: 2.715rem;
	font-weight: bold;
	margin: 0 auto 1em;
}
.contact_thanks .inner {
	background-color: #fff;
	max-width: 1000px !important;
	box-shadow: 0 0 30px rgba(0,0,0,.3);
	padding: 60px 60px; margin: 0 auto 60px !important;
	box-sizing: border-box;	
}
.contact_thanks p {
	line-height: 2;
}

@media screen and (max-width: 640px) {
	.contact_thanks .inner {
		padding: 30px 30px;
	}	
	.contact_thanks h3 {
		font-size: 2rem; font-weight: bold;
		margin: 0 auto 1em;
	}	
}

/*=================================

footer

=================================*/
footer {
	background: #004FA5;
	color: #fff;
	text-align: center;
	font-size: .8em;
	padding: 1em;
}


/*=================================

モーダル表示のためのCSS

=================================*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
  padding:0;
}


