@charset "utf-8";
/* ========================================
    リセットcss
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea,{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}


/* ========================================
    全体設定
========================================= */
body {
	color:#474747;
	font-size: 14px;
	line-height: 1.4em;
	font-family: "メイリオ", "Meiryo", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color:#474747;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	opacity: 0.5
}
/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}



/* ========================================
    ヘッダー
========================================= */

header {
	width: 100%;
	height: 80px;
	padding: 0px 0;
	/*background: #35BA8C;*/
}

div#container {
	width: 978px;
	height: auto;	
	margin:0 auto;
	/*background: blue;*/
}

div.container {
	width: 978px;
	height: auto;	
	margin:0 auto;
	/*background: blue;*/
}

header h1 {
	float: left;
	padding-top: 10px;
}

header nav {
	float: right;
	padding-top: 30px;
}

header nav ul {
	/*border-right: 1px solid #e8e8e8;*/
}

header nav ul li {
	float: left;
	font-size: 17px;
	line-height: 17px;
	padding-left: 30px;
	padding-right: 30px;
	/*border-left: 1px solid #e8e8e8;*/
}

header nav ul li a {
	color: #333333;
}

header nav ul li a:hover {
	border-bottom: 1px solid #000;
	/*text-decoration: underline;*/
}

div#contact_sp {
	display: none;
}
/* ========================================
    メイン画像
========================================= */

div#mainimage {
	background: url(images/image200.jpg) no-repeat center;
	width: 100%;
	height: 660px;
	background-size: cover;
	
	/*opacity: 0.6;*/

}

div.image_mask {
	
  height: 100%;
  background: rgba(0,0,0,0.3);
}

h1#main_header {
	text-align: center;
	font-weight: bold;
	font-size: 60px;
	color: #fff;
	line-height: 60px;
	padding-top: 120px;
	
	
	top: 80px;
	left: 300px;
}

#main_p {
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	margin-top: 130px;
	
	/*opacity: 0.5;*/
}

/* ========================================
    サービス内容
========================================= */

div.container2 {
		width: 1000px;
		height: auto;	
		margin:0 auto;
		/*background: blue;*/
}

#service {
	margin-bottom: 60px;
}

h1.section_title {
	font-weight: normal;
	font-size: 40px; 
	text-align: center;
	padding-top: 98px;
	margin-bottom: 91px;
}

.sv_waku2 {
	width: 100%;
	height: 289px;
	background: #f6f6f6;
}
.sv_waku30 {
	width: 100%;
	height: 289px;
	background: #fffafa;
}
/*div.service_01{
	float: left;
	width: 410px;
	height: 294px;
	padding: 35px 0px 0 0px;
	margin-bottom: 40px;
}*/

div.service_02{
	float: right;
	width: 420px;
	height: 294px;
	padding: 35px 30px 0 30px;
	/*background: #eeeded;*/
	margin-bottom: 40px;
}
dl.sv dt {
	font-size: 24px;
	font-weight: bold;
	color: #d03967;
	text-align: center;
}

dl.sv dd {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 17px 0;
	text-align: center;
}

dl dd.sns {
	margin-top: 30px;
}

/*div.service_img01 {
	float: right;
}*/
div.service_img02 {
	float: left;
	width: 520px;
}

/*div.service_img01 img {
	width: 530px;
}*/
div.service_img02 img {
	width: 100%;
}

br.no_br {
	display: none;
}

br.br_320 {
	display: none;
}
.media_title {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.media_title a {
	color: #4169e1;
}
.sv_waku20 {
    transition: all 800ms 0s ease;
    transform: translateX(100px);
    visibility: hidden;
    opacity: 0;
}

.sv_waku20.js_active {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}
.sv_waku30 {
    transition: all 800ms 0s ease;
    transform: translateX(-100px);
    visibility: hidden;
    opacity: 0;
}

.sv_waku30.js_active {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}
/*.service_img02 {
    transition: all 500ms 0s ease;
    transform: translateY(-50px);
    visibility: hidden;
    opacity: 0;
}

.service_img02.js_active {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}*/
/* ========================================
    ABOUT US
========================================= */

#about {
	background: #eeeded;
	/*margin-top: 100px;*/
}

.container3 {
	width: 978px;
	height: auto;
	margin: 0 auto
}

.title2 {
	font-weight: normal;
	font-size: 40px; 
	text-align: center;
	line-height: 60px;
	margin: 0px auto 47px;
	padding-top: 80px;
}

ul.about_ul {
	width: 80%;
	margin: 0 auto
}

li.about_li {
	border-bottom: solid 1px;
	padding-bottom: 25px;
}

li.about_li:not(:first-child) {
	padding-top: 25px;
}

dt.about_dt {
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

dd.about_dd {
	margin-left: 120px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
}

.abt_btm {
	height: 100px;
}
/* ========================================
    ACCESS
========================================= */

#access {
	background: #444444;
	height: auto;
}

.title4 {
	font-weight: normal;
	font-size: 40px; 
	text-align: center;
	line-height: 80px;
	margin: 0px auto 0px;
	padding-top: 70px;
	color: #fff;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
	color: #fff;
}

.access_2 {
	margin-top: 60px;
}

div#google_map {
	width: 912px;
	margin: 0 auto 0px;
}

div#google_map iframe {
	width: 912px;
}

/* ========================================
    CONTACT
========================================= */

.title3 {
	font-weight: normal;
	font-size: 40px; 
	text-align: center;
	line-height: 40px;
	margin: 0px auto 80px;
	padding-top: 87px;
}

.tel {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}

.tel a img {
	margin-top: 0px;
	margin-right: 40px;
	width: 50px;
}

.tel a {
	font-size: 40px;
	margin-right: 90px;
}

.tel p:last-child {
	margin-top: 25px;
	padding-bottom: 50px;
}

.tel a:hover {
	opacity: 0.5;
}

/* ========================================
    フォーム
========================================= */

div#contact {
	/*background: #eeeded;*/
}

div#form {
	width: 910px;
	height: auto;
	border: 1px solid black;
	margin: 0 auto 50px;
	/*background: red;*/
}

form {
	width: 830px;
	background-color: #fff;
	padding: 30px;
	margin: 10px auto 30px;
	text-align: left;
	/*background: green;*/
}

label {
	display: inline-block;
	text-align:right;
	font-size: 16px;
	font-weight: 900;
	margin: 10px 0 15px 0;
}

div.con {
	width: 630px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	/*background: skyblue;*/
}

form input {
	padding: 10px;
	margin: 2px auto 20px;
	border: 1px solid #EBEBE7;
	width: 97%;
	font-size: 13px;
	/*background: blue;*/
}

textarea {
	padding: 10px;
	margin: 2px 0 20px;
	border: 1px solid #EBEBE7;
	width: 97%;
	height: 80px;
	font-size: 13px;
	/*background: blue;*/
}

#web1,#web2,#sns_m,#ec_m,#ext {
	float: none;
	width: 20px;
	height: 15px;
	margin: 0 0px 5px 0px;
	/*background: green;*/
}

.radio_font {
	font-size: 13px;
}

fieldset {
	margin: 0 0 0px 0;
	border: 0;
	/*border-bottom: 1px solid #ebebe7;*/
	padding: 0 0 0px 0;
}

#btn {
	width: 280px;
	height: 70px;
	font-size: 20px;
	margin-top: 40px;
}

.btn {
	text-align: center;
}

/*.btn {
    transition: all 500ms 0s ease;
    transform: translateY(-30px);
    visibility: hidden;
    opacity: 0;
}

.btn.js_active {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}*/


input#btn:hover {
	opacity: 0.5;
}
/* ========================================
    フッター
========================================= */

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #000;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #000;
}

footer {
	width: 100%;
	height: 80px;
	background: #444444;
}



/*footer ul {
	text-align: center;
}*/

/*.footer_nav ul li {
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	padding-top: 30px;
	margin-right: 70px;
	margin-left: 50px;
}*/

footer p {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}


/*=====================================
     レスポンシブデザイン @メディアクエリ
========================================= */


@media screen and (max-width: 978px) {


	/* ========ヘッダー========= */
	
	header {
		/*width: 100%;*/
		height: 50px;
		padding: 0px 0;
		/*background: #35BA8C;*/
	}

	header img {
		width: 50px;
	}
 
	header h1 {
		padding-top: 6px;
	}

	nav { display: none; }
    div#container {
        padding: 0 10px 0 20px;
        width: auto;

    }

    div#contact_sp {
    	display: inline-block;
    	float: right;
    	margin-top: 18px;
    }

    div#contact_sp a img {
    	width: 15px;
    	margin-right: 10px;
    	float: left;
    }

    div#contact_sp a {
    	font-size: 13px;
    	
    }

	div#contact_sp a p {
		padding-bottom: 15px;
		float: right;
	}

	div#contact_sp:hover {
		opacity: 0.5;
	}
   /* ========メイン画像========= */ 

   div#mainimage {
   		height: auto;
   }

   div.container {
   		width: auto;
        padding: 0px 30px;
   }

   h1#main_header {
   		text-align: center;
		font-weight: bold;
		font-size: 30px;
		color: #fff;
		line-height: 30px;
		padding-top: 30px;
   	}

   #main_p {
		color: #fff;
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		line-height: 20px;
		margin-top: 50px;
		padding-bottom: 30px;
	}


	/* ========サービス紹介========= */ 

	
	div.container2 {
		width: 100%;
		height: auto;	
		margin:0 auto;
		/*background: blue;*/
	}

	h1.section_title {
		font-weight: normal;
		font-size: 30px; 
		text-align: center;
		padding-top: 40px;
		margin-bottom: 40px;
		/*height: auto;*/
	}

	/*div.service_01{
		float: left;
		width: 40%;
		height: 217px;
		padding: 10px 0 0 40px;
		margin: 0 auto  0px;
	}*/

	div.service_02{
		float: right;
		width: 39%;
		height: auto;
		padding: 20px 40px 0 0;
		/*background: #eeeded;*/
		margin: 0 auto;
	}


	/*.sv_waku1 {
		width: 90%;
		height: 222px;
		background: #f6f6f6;
		margin: 0 auto 20px;
	}*/

	.sv_waku2 {
		width: 90%;
		height: 222px;
		background: #f6f6f6;
		margin: 0 auto 20px;
	}

	dl.sv dt {
		font-size: 20px;
		font-weight: bold;
		color: #d03967;
		text-align: center;
	}

	dl.sv dd {
		font-size: 10px;
		font-weight: bold;
		line-height: 20px;
		margin: 10px 0;
		text-align: center;
	}

	dl dd.sns {
		margin-top: 20px;
	}

	/*div.service_img01 {
		float: right;
		width: 400px;		
	}*/

	div.service_img02 {
		float: left;
		width: 50%;
	}

	/*div.service_img01 img {
		width: 100%;
		height: auto;
	}*/

	div.service_img02 img {
		width: 100%;
		height: 222px;
	}

	/* ========about========= */

	#about {
		margin-top: 0;
		height: auto;
	}

	.title2 {
		/*font-weight: normal;*/
		font-size: 30px; 
		/*text-align: center;*/
		line-height: 50px;
		margin: 0px auto 10px;
		padding-top: 29px;
	}

	.container3 {
		width: 100%;
		height: auto;
	}

	ul.about_ul {
		width: 80%;
		margin: 0 auto
	}

	li.about_li {
		/*border-bottom: solid 1px;*/
		padding-bottom: 15px;
	}

	li.about_li:not(:first-child) {
		padding-top: 15px;
	}

	dt.about_dt {
		float: left;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		padding-left: 20px;
	}

	dd.about_dd {
		margin-left: 120px;
		font-size: 11px;
		font-weight: bold;
		line-height: 30px;
		padding-left: 20px;
	}

	.abt_btm {
		height: 70px;
	}

	/* ========アクセス=========*/

	#access {
		background: #444444;
		height: auto;
	}

	.title4 {
		font-weight: normal;
		font-size: 30px; 
		text-align: center;
		line-height: 80px;
		margin: 0px auto 0px;
		padding-top: 20px;
		color: #fff;
	}

	h2 {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
		color: #fff;
	}

	div#google_map {
		width: 90%;
		margin: 0 auto 0px;
	}

	div#google_map iframe {
		width: 100%;
	}

	/* ========フォーム========= */

	.title3 {
		/*font-weight: normal;*/
		font-size: 30px; 
		/*text-align: center;*/
		line-height: 50px;
		margin: 30px auto 20px;
		padding-top: 0px;
	}

	div#form {
		width: 90%;
		height: auto;	
		margin-bottom: 0px;	
	}

	form {
		width: 600px;		
		padding: 10px;
		margin: 10px auto 10px;
	}

	label {
		/*display: block;
		text-align: left;*/
		font-size: 13px;
		/*font-weight: 900;*/
		/*margin: 0 0 15px 0;*/
	}

	div.con {
		margin-bottom: 20px;
		width: 100%;
	}

	form input, form textarea {
		/*display: inline-block;*/
		padding: 10px;
		margin: 2px 0 20px;
		border: 1px solid #EBEBE7;
		width: 93%;
		font-size: 13px;

	}

	#web1,#web2,#sns_m,#ec_m,#ext {
		/*float: left;*/
		width: 20px;
		height: 15px;
		margin: 0 auto;
	}

	.radio_font {
		font-size: 10px;
	}

	fieldset {
		margin: 0 0 0px 0;
		border: 0;
		/*border-bottom: 1px solid #ebebe7;*/
		padding: 0 0 0px 0;
	}

	#btn {
		width: 200px;
		height: 70px;
		font-size: 20px;
		margin-top: 10px;
	}

	.btn {
		text-align: center;
	}

	.tel {
		font-size: 20px;
		text-align: center;
		margin-top: 20px;
	}

	.tel p{
		padding-bottom: 10px;
		font-size: 13px;
	}

	.tel a img {
		width: 40px;
		margin-top: 0px;
		margin-right: 10px;
	}

	.tel a {
		font-size: 30px;
		/*margin-right: 130px;*/
		line-height: 70px;
		margin: 0px auto;

	}

	.tel p:last-child {
		margin-top: 10px;
		padding-bottom: 20px;
	}


	/* ========フッター========= */
    
    footer p {
	
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	}

	br.no_sp {
		display: none;
	}
}

/*=========================================*/

@media screen and (max-width: 730px) {

	/*=========メイン画像=======*/
	h1#main_header {
   		/*text-align: center;
		font-weight: bold;*/
		font-size: 20px;
		/*color: #fff;
		line-height: 30px;
		padding-top: 30px;*/
   	}

   #main_p {
		/*color: #fff;
		text-align: center;*/
		font-size: 10px;
		/*font-weight: bold;*/
		/*line-height: 20px;
		margin-top: 50px;
		padding-bottom: 30px;*/
	}

 	/*=========サービス============*/


	div.container2 {
		width: 100%;
		height: auto;	
		margin:0 auto;
		/*background: blue;*/
	}

	h1.section_title {
		font-weight: normal;
		font-size: 30px; 
		text-align: center;
		padding-top: 40px;
		margin-bottom: 40px;
		/*height: auto;*/
	}

	/*div.service_01{
		float: none;
		width: 70%;
		height: auto;
		padding: 15px 0 0 0;
		margin: 0 auto ;
	}*/

	div.service_02{
		float: none;
		width: 90%;
		height: auto;
		padding: 15px 0 0 0;
		/*background: #eeeded;*/
		margin: 0 auto ;
	}

	/*.sv_waku1 {
		width: 80%;
		height: auto;
		background: #f6f6f6;
		margin: 0 auto 20px;
	}*/

	.sv_waku2 {
		width: 80%;
		height: auto;
		background: #f6f6f6;
		margin: 0 auto 20px;
	}
	.sv_waku30 {
		width: 80%;
		height: auto;
		background: #fffafa;
		margin: 0 auto 20px;
	}
	dl.sv dt {
		font-size: 18px;
		font-weight: bold;
		color: #d03967;
		text-align: center;
	}

	dl.sv dd {
		font-size: 10px;
		font-weight: bold;
		line-height: 20px;
		margin: 10px 0;
		text-align: center;
	}

	/*div.service_img01 {
		float: none;
		width: 70%;
		margin: 0 auto;
		padding-bottom: 10px;		
	}*/

	div.service_img02 {
		float: none;
		width: 50%;
		margin: 0 auto;
		padding-bottom: 10px;
	}

	/*div.service_img01 img {
		width: 100%;
		height: 130px;
	}*/

	div.service_img02 img {
		width: 100%;
		height: 140px;
	}

	#service {
		margin-bottom: 20px;
	}

	br.no_br {
		display: block;
	}

	/*br.no_sp {
		display: none;
	}*/
	/*========about======*/

	h2 {
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
		color: #fff;
	}

	li.about_li:last-child {
		border-bottom: none;		
	}

	div.abt_btm {
		height: 20px;
	}

	.title4 {
		line-height: 40px;		
	}

	div#google_map {
		width: 90%;
		margin: 0 auto 0px;
	}

	div#google_map iframe {
		width: 100%;
		height: 180px
	}


	.access_2 {
		margin-top: 5%;
	}
	/*========CONTACT=======*/
	form {
		width: 90%;		
		/*padding: 10px;
		margin: 10px auto 10px;*/
	}

	#radio {
		width: 120px;
		text-align: left;
		/*margin: 0 auto;*/
	}

}

@media screen and (max-width: 640px) {

/*==========SERVICE===========*/
	div.service_img02 {
		float: none;
		width: 80%;
		margin: 0 auto;
		padding-bottom: 10px;
	}

	div.service_img02 img {
		width: 100%;
		height: 130px;
	}

/*==========ABOUT=========*/

	ul.about_ul {
		width: 90%;
		margin: 0 auto
	}

	dd.about_dd {
		margin-left: 120px;
		font-size: 10px;
		font-weight: bold;
		line-height: 30px;
		padding-left: 0px;
	}

	br.br_320 {
		display: block;
	}

}


.scroll {
  margin: auto;
  width: 100%;
  color: #666666;
  overflow:hidden;
  background-color: #f5f5f5;
  margin-top: -10%;
  margin-bottom: 5%;
}
.news {
  font-size: 14px;
  display: inline-block;
  /*display: flex;*/
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollAnime 45s linear infinite;
  height: 130px;
}
.news1 {
  /*height: 0px;*/
  display: inline-block;
  font-size: 130px;
  letter-spacing: 15px;
}
.news5 {
  padding-top: 15px;
}
.news div {display: inline-block; margin-right: 10px;}
@keyframes scrollAnime{
    0% {transform: translateX(0%)}
  100% {transform: translateX(-100%)}
}





@media screen and (max-width: 978px) {
	.scroll {
		margin-top: 0%;
  		margin-bottom: 10%;
  	}
}

