@charset "UTF-8";
/* CSS Document */

/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */

a {
	text-decoration: none;
}
.header_logo {
	height: 80px;
	width: auto;
	float: left;
	padding-top: 25px;
	padding-bottom: 15px;
}

.header_tel {
	height: auto;
	width: 345px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

}

.btn_header_seminner {
	float: right;
	width: auto;
	height: 35px;
	padding-top: 0px;
}

.btn_header_contact {
	float: right;
	width: auto;
	height: 35px;
	padding-top: 0px;
}



.mail_btn {
	height: 120px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.top_btn {
	height: 55px;
	float: none;
	padding-top: 10px;
	padding-bottom: 5px;
}


.header_btn_box {
	float: right;
	height: 110px;
	margin-right: 100px;
}

.header_btn {
	float: right;
	height: 120px;
	width: auto;
}


/* 中ページ */

.header_logo_inside {
	height: 70px;
	width: auto;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
}

.header_tel_inside {
	height: auto;
	width: 330px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;

}

.top_btn_inside {
	height: 50px;
	float: right;
	padding-top: 5px;
	padding-bottom: 4px;
}
.top_btn_inside2 {
	height: 55px;
	float: right;
	padding-top: 5px;
	padding-bottom: 4px;
}


/* 中ページヘッダー */

.page_title_wrap {
	 background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 4%;
	margin: 0 auto;
}


/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */

body {
	padding: 0px;
	margin: 0px;
}

.sponly {
	display:none;
}

.spnone {
	display:block;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.overimg:hover {
	opacity:0.5;
}

/* h や w */

	.w5per_w10per {
		width: 5%;
	}
	.w35_100 {
		width: 35%;
		float: left;
	}

	.w60_100 {
		width: 60%;
		float: right;
	}

	.w47_w100 {
		width: 40%;
	}
	
	.w47 {
		width: 40%;
	}
	.w48 {
		width: 48%;
	}

	.w50 {
		width: 50%;
	}
	
	.w50_100 {
		width: 50%;
	}


.w45per_w100per {
	width: 45%;
}

.w1000_w95 {
	width: 1000px;
	display: block;
	margin: 0 auto;
}

.w1000_w90 {
	width: 1000px;
	display: block;
	margin: 0 auto;
}


.w1000_w90in {
	width: 900px;
	display: block;
	margin: 0 auto;
}

.w1000_w100 {
	width: 1000px;
}

.w1100_w100 {
	width: 1100px;
}



/* side menu */

.sidemenu {
	width: 60px;
	position: fixed;
	right: -1px;
	top: 20%;
	z-index: 999999;
}



/* ヘッダー部分周辺 */



/* news */

.news_box {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}

.new_img {
	width: 15%;
	height: 100px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.news_contents_box {
	float: right;
	width: 82%;
	display: block;
}

.news_data {
	font-size: 14px;
	height: 15px;
	display: block;
	float: left;
	padding-top: 25px;
	width: 15%;
	letter-spacing: 0.2em;
	color: #666;
	font-weight: 200;
}
.news_info {
	color: #000;
	font-size: 16px;
	display: block;
	float: left;
	padding-top: 22px;
	width: 80%;
	padding-left: 5%;
	line-height: 1.5;
	font-weight: 400;
}





/* ここから 共通バーガーメニュー */
/* ここから 共通バーガーメニュー */
/* ここから 共通バーガーメニュー */
/* ここから 共通バーガーメニュー */

.wrap {
  padding: 60px 0 0 0;
}

.content {
  text-align: center;
  font-size: 22px;
  color: #bf86ce;
  height: 2000px;
  padding: 60px;
  background-color: #f8e0f7;
}

/*ハンバーガー ヘッダーロゴ フラッシュ周辺*/


.el_humburger img {
	height: 75px;
	width: auto;
}
.el_humburger {
  position: absolute;
  right: 0px;
  width: 75px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}

.el_humburger > span {

  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #000;
  transition: all 0.2s ease-in-out;

}

.el_humburger > span:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger > span {
  background: #000;
}

.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);

}


/*ナビゲーション*/
.uq_spNavi {
  display: none;
}

.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 5000;
}

.uq_spNavi_screen {

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation {
  padding: 80px 0 0 0;
  text-align: center;
}


.navigation_item {
	display: block;
	text-align: left;
	padding-left: 60px;
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-top: 15px;
	display: block;
	background-image: url("../img/check.svg");
	background-repeat: no-repeat;
	background-position: left center;
}


.navigation_item_bottom {
	display: block;
	text-align: left;
	padding-left: 60px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-top: 15px;
	display: block;
	background-image: url("../img/check.svg");
	background-repeat: no-repeat;
	background-position: left center;
}

.navigation_item:hover{
	opacity: 0.5;
}
.navigation_item_bottom:hover{
	opacity: 0.5;
}

.navigation_item > a {
  color: #000;
  text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #333;
}
.navigation_item_bottom > a {
  color: #000;
  text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #333;
}


.js_fixed {
	position: fixed;
	width: 100%;
	height: 100%
}
		
/*  ここまでバーガーメニュー 　*/
/*  ここまでバーガーメニュー 　*/
/*  ここまでバーガーメニュー 　*/
/*  ここまでバーガーメニュー 　*/
/*  ここまでバーガーメニュー 　*/


		
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */

.flexbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	margin: 0 auto;
	}

.child1 {
	}

.child2 {
	width: 47%;
	margin-bottom: 30px;
	}

.child3 {
	width: 30%;
	margin-bottom: 40px;
	}

.child_img_spacer {
	height: 190px;
	width: 100%;
}

.blog_box {
	display: block;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 2px #dcdcdc;
}

.blog_image_box {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px 5px 0px 0px;
}

.blog_title {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
	text-align: justify;
	display: block;
	padding-top: 0px;
	text-decoration: none;
	color:#000;
	width: 85%;
	margin: 25px auto 10px auto;
	
}

.blog_text {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	text-align: justify;
	display: block;
	padding-bottom: 20px;
	text-decoration: none;
	color:#333;
	width: 85%;
	margin: 5px auto 5px auto;
}







/* 会社概要 */

.company_info_wrap_footer {
	width: 45%;
	float: left;
}

.footerm_menu_wrap_footer {
	
	width: 50%;
	float: right;
	margin-top: 40px;
	padding-top: 60px;
	border-top:1px solid #666;
	
}

.footer_logo_white {
	width: auto;
	height: 70px;
	padding-bottom: 20px;
}

.footer_menu {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 13px;
	height: 14px;
	padding-top: 5px;
	padding-bottom: 4px;
	margin: 0 auto;
	text-align: justify;
	display: block;
	letter-spacing: 0.2em;
	font-weight: 100;
	text-decoration: none;
	color: #fff;
	text-decoration: none;
}

.footer_menu:hover {
	padding-left: 25px;
	text-decoration: none;
	color: #E3E3E3;
}
.footer_menu:visited {
	text-decoration: none;
	color: #fff;
}

.company_info {
	text-align: justify; color: #fff; font-weight: 200; letter-spacing: 0.1em; padding-left: 94px;
}



.to_top_btn {
	height: 60px; width: auto; position: fixed; right: 10px; bottom: 50px; z-index: 999998;
}


/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */

@media screen and (max-width: 560px) {

	

	
.header_logo {
	height: auto;
	width: 70%;
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 5px;
}


	
/* TOP ページ 共通項目 */

	
	
.w5per_w10per {
		width: 8%;
	}

	.w35_100 {
		width: 80%;
		float: none;
		margin: 0px auto;
		display: block;
	}
	.w35_100 img {
		margin: 0 auto;
	}

	.w60_100 {
		width: 90%;
		padding-right: 10%;
		float: none;
	}

.w45per_w100per {
	width: 100%;
}

/* news */


.new_img {
	width: 25%;
	height: 75px;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}	
.news_contents_box {
	float: right;
	width: 70%;
	display: block;
}

.news_data {
	font-size: 12px;
	height: 13px;
	display: block;
	float: none;
	padding-top: 5px;
	width: 100%;
	margin: 0 auto;
}
.news_info {
	margin: 2px auto 0px auto;
	font-size: 13px;
	height: auto;
	float: none;
	padding-top: 5px;
	width: 100%;
	padding-left: 0%;
}
/*3本線 ////////////////////// */
.hamburger-icon, .hamburger-icon::before, .hamburger-icon::after {
    top:47px;
}
.hamburger-icon:before {
    top: 57px;
}
.hamburger-icon:after {
    top: 37px;
}

	
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */

.sponly {
	display:block;
}

.spnone {
	display:none;
}

.f_left,.f_right {
	float: none;
	margin: 0 auto;
}
	
/* h や w */

	
	
.w1000_w90 {
	width: 90%;
	margin: 0 auto;
}
	
	
	
.w1000_w90in {
	width: 90%;
	margin: 0 auto;
}	

.w1000_w100 {
	width: 100%;
}
.w1100_w100 {
	width: 100%;
}
	
.w47 {
		width: 45%;
	margin-bottom: 20px;
	}
.w48 {
		width: 49%;
	}

.w50 {
	width: 49%;
	padding-top: 30px;
	line-height: 1.8;
	}
.w47_w100 {
	width: 100%;
	clear: both;
}
	
.w50_100 {
	width: 100%;
	clear: both;
	
}


/* バーガーメニューと　ロゴ周辺 */
/* バーガーメニューと　ロゴ周辺 */
/* バーガーメニューと　ロゴ周辺 */
.header {
		height: 65px;
	}
	
.header_logo {
height: 60px;
background-color: none;
}
	
.el_humburger img {
	height: 60px;
}
.el_humburger {
  position: absolute;
  height: 60px;
  width: 60px;

}

.el_humburger > span {

  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #000;
  transition: all 0.2s ease-in-out;

}
	
/* バーガーメニューと　ロゴ周辺 ここまで */
/* バーガーメニューと　ロゴ周辺 ここまで */
/* バーガーメニューと　ロゴ周辺 ここまで */

	
/*  flexbox フレックスボックス */
/*  flexbox フレックスボックス */
/*  flexbox フレックスボックス */
/*  flexbox フレックスボックス */
/*  flexbox フレックスボックス */


.flexbox {
	display: block;
	}
	
.child1 {
	width: auto;
	margin-bottom: 2px;
	}
	
.child2 {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	}

.child3 {
	width: 100%;
	margin-bottom: 8px;
	overflow: hidden;
	}


.child_img_spacer {
	height: 140px;
}

.blog_box {
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
.blog_image_box {
	border-radius: 0px 0px 0px 0px;
	margin: 3%;
	width: 34%;
	float: left;
}
	
.blog_contents_wrap {
	width: 60%;
	float: right;
	}

	
	
.blog_title {
	font-size: 14px;
	
}

.blog_text {
	font-size: 12px;
}



/* 会社概要 */

.company_info_wrap_footer {
	width: 100%;
	float: none;
}

.footer_logo_white {
	width: 50%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.company_info {
	padding-left: 28%;
	text-align: center;
}	
	
.to_top_btn {
	bottom: 80px;
}

	
}