@charset "UTF-8";

/* -------------------------------------------------

layout.css

------------------------------------------------- */
a {
 color: #333333;
 text-decoration: none;
}
a:hover, a:focus {
 color:	#333333;
 text-decoration: underline;
}
img {
 max-width: 100%;
 height: auto;
	width: auto;
	vertical-align: bottom;
}

/* -------------------------------------------------

Clearfix

------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}

/* -------------------------------------------------

box_shadow

------------------------------------------------- */
.box_shadow  {
 width: 100%;
	box-shadow:0 5px 15px rgba(0,0,0,.1);
}

/* -------------------------------------------------

skip

------------------------------------------------- */
/*　本文へジャンプ　*/
.skip_nav {
	width:1px;
	color:#000000;
	font-size:0.1%;
	line-height:0.1;
	background-color:#FFFFFF;
	position:absolute;
	left:-3000px;
	z-index:9999;
}
a.skip_nav {
	color:#FCB2AE;
	background-color:#FFFFFF;
	text-align:center;
	padding:2px 0;
	top:auto;
}
a.skip_nav:active {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}
a.skip_nav:focus {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}

/* -------------------------------------------------

fixed

------------------------------------------------- */
.fixed  {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
	padding: 0 2%;
 z-index: 10;
	background:#ffffff;
}
@media screen and (max-width: 768px)  {
.fixed  {
	padding: 0;
}
}


/* -------------------------------------------------

 header

------------------------------------------------- */
header {
	width: 100%;
	position:relative;
}
.header	{
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2%;
}
@media screen and (min-width: 899px) and (max-width: 1400px) {
.header	{
	justify-content:flex-end;
}
}
@media screen and (max-width: 898px)  {
.header	{
	justify-content:flex-end;
}
}
@media screen and (max-width: 768px)  {
header {
	padding: 0;
}
.header	{
	flex-direction: column;
	height: auto;
}
}
@media screen and (max-width: 480px)  {

}


/* ロゴ
================================================== */
.header__logo	{
	position: absolute;
	top:8px;
	left: 2%;
}
.header__logo a	{
	display: block;
}
.header__logo a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
@media screen and (max-width: 898px)  {
.header__logo	{
	top:12px;
}
.header__logo a	{
	width: 165px;
}
}
@media screen and (max-width: 768px)  {
.header__logo	{
	position: static;
	margin: 15px 0;
}
.header__logo a	{
	width: 100%;
}
}


/* -------------------------------------------------

	Nav

------------------------------------------------- */
nav	{
	position: relative;
}
.nav ul	{
	display: flex;
	justify-content:space-between;
	list-style-type: none;
	position: relative;
}
.nav ul li	{
	margin-right: 80px;
	position: relative;
}
.nav ul li:last-of-type	{
	margin-right: 0px;
}
.nav ul li a img {
	height: 24px;
}
.nav ul li a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
@media screen and (max-width: 1180px)  {
.nav ul li	{
	margin-right: 50px;
}
.nav ul li a img {
	height: 20px;
}
}
@media screen and (max-width: 940px)  {
.nav ul li	{
	margin-right: 40px;
}
.nav ul li a img {
	height: 18px;
}
}
@media screen and (max-width: 898px)  {
.nav ul li	{
	margin-right: 30px;
}
.nav ul li a img {
	height: 16px;
}
}
@media screen and (max-width: 768px)  {
nav	{
	width: 100%;
}
.nav ul	{
	width: 90%;
	margin: 0px auto 20px;
}
.nav ul li	{
	margin-right: 0px;
}
.nav ul li a img {
	height: 16px;
}
}
@media screen and (max-width: 480px)  {
.nav ul	{
	max-width: 366px;
	width: 100%;
	justify-content:flex-start;
	flex-flow: row wrap;
	margin: 0px auto 12px;
}
.nav ul li	{
	margin: 0 15px 8px;
}
}
@media screen and (max-width: 413px)  {
.nav ul	{
	max-width: 268px;
}
}


/* -------------------------------------------------

footer

------------------------------------------------- */
footer	{
 width: 100%;
	position:relative;
}

/* footer__BG（背景画像）
================================================== */
.footer__BG,.Company__BG	{
	width: 100%;
	background-image: url("../images/bg.png");
	background-repeat:repeat-y;
	background-position: center top;
	background-size:contain;
}
@media screen and (max-width: 898px)  {
.footer__BG,.Company__BG	{
	background-size:auto 80px;
}
}
@media screen and (max-width: 480px)  {
.footer__BG,.Company__BG	{
	background-size:auto 60px;
}
}


/* footer_inner（フッター内枠）
================================================== */
.footer_inner__wrp,.Company_inner__wrp	{
	width: 100%;
	padding: 0 2%;
}
.footer_inner__wrp	{
	padding-top: 100px;		/*  フッターメニュー・SNSボタンが追加の場合は0pxにする  */
}
@media screen and (max-width: 898px)  {
.footer_inner__wrp	{
	padding-top: 80px;		/*  フッターメニュー・SNSボタンが追加の場合は0pxにする  */
}
	
}


/* footer_Menu（フッターメニュー）
================================================== */
.footer_Menu ul	{
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 40px;
	display: flex;
	justify-content:space-between;
	position:relative;
}
.footer_Menu ul li	{
	margin-right: 80px;
	position: relative;
}
.footer_Menu ul li:last-of-type	{
	margin-right: 0px;
}
.footer_Menu ul li a img {
	height: 24px;
}
.footer_Menu ul li a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}

@media screen and (max-width: 1180px)  {
.footer_Menu ul	{
	max-width: 650px;
}
.footer_Menu ul li	{
	margin-right: 50px;
}
}
@media screen and (max-width: 940px)  {
.footer_Menu ul li	{
	margin-right: 40px;
}
}
@media screen and (max-width: 898px)  {
.footer_Menu ul li	{
	margin-right: 30px;
}
.footer_Menu ul li a img {
	height: 20px;
}
}
@media screen and (max-width: 768px)  {
.footer_Menu ul	{
	max-width: 500px;
}
.footer_Menu ul li	{
	margin-right: 0px;
}
.footer_Menu ul li a img {
	height: 18px;
}
}
@media screen and (max-width: 568px)  {
.footer_Menu ul	{
	max-width: 400px;
	padding: 40px 0 30px;
}
}
@media screen and (max-width: 480px)  {
.footer_Menu ul	{
	max-width: 366px;
	width: 100%;
	justify-content:flex-start;
	flex-flow: row wrap;
}
.footer_Menu ul li	{
	margin: 0 15px 8px;
}
.footer_Menu ul li a img {
	height: 16px;
}
}
@media screen and (max-width: 375px)  {
.footer_Menu ul	{
	max-width: 268px;
}
}


/* footer_Btn（SNSボタン）
================================================== */
.footer_Btn	{
	max-width: 990px;
	width: 100%;
	margin: 0 auto 50px;
	padding-top: 70px;
	display: flex;
	justify-content:space-between;
	position:relative;
}
.footer_Btn a {
	box-sizing: border-box;
 margin-right: 10px;
}
.footer_Btn a:last-of-type {
 margin-right: 0px;
}
.footer_Btn a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
@media screen and (max-width: 768px)  {
.footer_Btn	{
	padding-top: 50px;
}
}
@media screen and (max-width: 480px)  {
.footer_Btn {
	width: 90%;
 flex-flow: row wrap;
}
.footer_Btn a {
 width: calc(50% - 5px);
	margin:0 10px 10px 0;
}
.footer_Btn a:nth-child(2n) {
 margin:0 0px 10px 0;
}
}



@media screen and (min-width: 1181px) and (max-width: 1470px) {

}
@media screen and (min-width: 941px) and (max-width: 1180px) {

}
@media screen and (min-width: 899px) and (max-width: 940px) {

}

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

}

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

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


/* footer__Company／Company（フッター会社情報／画像スライダー下の会社情報）
================================================== */
.footer_Company__wrp,.Company__wrp	{
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
}
.Company__wrp	{
	/*padding: 100px 0;*/
	padding: 100px 0 0;
}
.footer_Company,.Company	{
	display: flex;
	justify-content:space-between;
	position:relative;
	font-size: 1.8rem;
	line-height: 2;
}
.footer_CompanyInfo,.CompanyInfo	{
	flex-basis: 470px;
}
.footer_Company_Access,.Company_Access	{
	flex-basis: calc(100% - 470px);
	display: flex;
	justify-content:space-between;
}

@media screen and (max-width: 1080px)  {
.footer_CompanyInfo,.CompanyInfo	{
	flex-basis: 45%;
}
.footer_Company_Access,.Company_Access	{
	flex-basis: calc(100% - 45%);
}
}
@media screen and (max-width: 898px)  {
.footer_Company,.Company	{
	font-size: 1.6rem;
}
}
@media screen and (max-width: 768px)  {
.footer_Company__wrp,.Company__wrp	{
	max-width: 510px;
}	
.footer_Company,.Company	{
	display: flex;
	justify-content:center;
	line-height: 1.8;
}	
.footer_CompanyInfo,.CompanyInfo	{
	flex-basis: 330px;
}
.footer_Company_Access,.Company_Access	{
	flex-basis: calc(100% - 330px);
	flex-direction: column;
}
.access	{
	margin-bottom: 20px;
}
.eigyo_hours	{
}
}
@media screen and (max-width: 568px)  {
.footer_Company__wrp,.Company__wrp	{
	max-width: 260px;
}	
.footer_Company,.Company	{
	flex-direction: column;
}	
.footer_CompanyInfo,.CompanyInfo	{
	flex-basis: 100%;
	margin-bottom: 20px;
}
.footer_Company_Access,.Company_Access	{
	flex-basis: 100%;
}
}
@media screen and (max-width: 568px)  {
.footer_Company__wrp,.Company__wrp	{
	margin: 0 auto 50px;
}
}


/* footer__logo／Company__logo（会社名ロゴ）
================================================== */
.footer__logo,.Company__logo {
	width: 484px;
	margin: 0 auto;
 margin-bottom: 40px;
}
.footer__logo a,.Company__logo a {
	display: block;
}
.footer__logo a:hover,.Company__logo a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
@media screen and (max-width: 898px)  {
.footer__logo,.Company__logo {
	width: 360px;
}
}
@media screen and (max-width: 768px)  {
.footer__logo,.Company__logo {
	width: 300px;
}
}
@media screen and (max-width: 480px)  {
.footer__logo,.Company__logo {
	width: 260px;
}
}


/* footer__map（googlemap）
================================================== */
.footer__map	{
	max-width: 990px;
	width: 100%;
	height: auto;
	margin: 0 auto 0px;
}
.ggmap {
	width: 100%;
 height: 450px;
	overflow: hidden;
}
.ggmap iframe {
	width: 100%;
	/*height:710px;
	margin-top: -170px;*/
}
@media all and (max-width: 480px) {
.ggmap {
 /*height: 450px;*/
}
}


/* symbol／C_symbol（印）
================================================== */
.symbol__wrp	{
	padding-top: 50px;
	padding-bottom: 50px;
	/*text-align: right;*/
	text-align: center;
}
.C_symbol__wrp	{
	/*position: absolute;
	bottom: 100px;
	right: 100px;*/
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.symbol__wrp img,.C_symbol__wrp img	{
	width: 70px;
	height: 70px;
}
@media screen and (max-width: 1200px)  {
.C_symbol__wrp	{
	/*bottom: 50px;
	right: 25px;*/
}
}
@media screen and (max-width: 768px)  {
.symbol__wrp	{
	/*padding-bottom: 20px;*/
}
.symbol__wrp img,.C_symbol__wrp img	{
	width: 50px;
	height: 50px;
}
}
@media screen and (max-width: 568px)  {
.symbol__wrp	{
	padding-top: 0px;
	/*padding-bottom: 20px;
	padding-right: 20px;*/
}
.C_symbol__wrp	{
	padding-top: 0px;
	padding-bottom: 0px;
}

}


/* copyright（コピーライト）
================================================== */
.copyright__wrp	{
	margin-top: auto;
 font-size: 1.4rem;
	text-align: right;
	padding-bottom: 40px;
}
@media screen and (max-width: 768px)  {
.copyright__wrp	{
 font-size: 1.2rem;
}
}
@media screen and (max-width: 480px)  {
.copyright__wrp	{
 text-align: center;
}
}


/* page_top（ページトップ）
================================================== */
.page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index:5;
}
.page_top a {
	width: 55px;
	height: 55px;
	display: block;
	border:3px solid #c50018;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-indent: -9999px;
	background-color:#ffffff;
	background-image: url("../images/pageup__red.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.page_top a:hover {
	border:3px solid #c50018;
	background-color:#c50018;
	background-image: url("../images/pageup__white.png");
	transition: .3s;
}
@media screen and (max-width: 480px)  {
.page_top a {
	width: 40px;
	height: 40px;
	background-size:10px 7px;
}
.page_top {
/*	bottom: 10px;*/
	bottom: 30px;
	right: 10px;
}
}


/* -------------------------------------------------

other

------------------------------------------------- */
/* youtube動画
================================================== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25% !important;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 余白（margin）
================================================== */
.margin-bottom__15px	{
	margin-bottom: 15px !important;
}
.margin-bottom__50px	{
	margin-bottom: 50px !important;
}
@media screen and (max-width: 480px)  {
.margin-bottom__50px	{
	margin-bottom: 30px !important;
}
}

/* インデント
================================================== */
.indent {
	padding-left:1em;
	text-indent:-1em;
}

/* 太字
================================================== */
.strong {
	font-weight: bold;
}

/* 文字間
================================================== */
.spacing {
	letter-spacing: 0.5em !important;
 /*text-indent:1em;*/
}

/* 文字色
================================================== */
.red {
	color:#c50018 !important;
}


/* 位置
================================================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center	{
	text-align:center;
}
@media screen and (max-width: 898px)  {
.left,.right {
	text-align:center;
}
}
@media screen and (max-width: 414px)  {
.left,.right {
	text-align:left;
}
}

.margin-auto {		/***  中央寄せ  ***/
	margin: auto !important;
}
.margin-left {		/***  右寄せ  ***/
	margin-left: auto !important;
}
.margin-right {		/***  左寄せ  ***/
	margin-right: auto !important;
}


/* 表示／非表示（PC版・スマホ版）
================================================== */
.none__898px,.none__768px {
	display:none;
}
@media screen and (max-width: 898px)  {
.none__898px {
	display:block;
}
}
@media screen and (max-width: 768px)  {
.none__768px {
	display:block;
}
}
.block__898px,.block__768px {
	display:block;
}
@media screen and (max-width: 898px)  {
.block__898px {
	display:none;
}
}
@media screen and (max-width: 768px)  {
.block__768px {
	display:none;
}
}





/* -------------------------------------------------

アニメーション（共通）

------------------------------------------------- */
/* ぬるっと出るアニメーション
------------------------------------------------- */
.animation {
	overflow: hidden;
}
.animation span {
	display: block;
	transform: matrix(1, 0, 0, 1, 0, 100);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
	opacity: 0;
}
.animation span.fadeUp {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.animation-scroll {
	overflow: hidden;
}
.animation-scroll span {
	display: block;
	transform: matrix(1, 0, 0, 1, 0, 100);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
	opacity: 0;
}
.animation-scroll span.scroll-in {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.animation-scroll-left {
	overflow: hidden;
}
.animation-scroll-left span {
	display: inline-block;
	transform: translate3d(100%, 0, 0);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
	opacity: 0;
}
.animation-scroll-left span.scroll-in {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* マスクアニメーション
------------------------------------------------- */
.img-wrap {
	opacity: 0;
	overflow: hidden;
}
.img-animation {
	animation: img-opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	overflow: hidden;
	position: relative;
}
.img-animation::before {
	animation: img-animation 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	background: #ffffff;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}


.img-wrap img {
	transform: scale(1.3); /* 最初に画像を大きくしておく*/
	transition: transform 2.5s 0.08s ease, opacity 0.8s ease;/*  opacity にも適用 */
	
}
.img-wrap.img-animation img {
	transform: scale(1);
}

/*.img-wrap.img-animation a img:hover {
	opacity: 0.7;
}*/
@keyframes img-opacity {
	100% {
		opacity: 1;
	}
}
@keyframes img-animation {
	100% {
		transform: translateX(101%);
	}
}

/* zoomアニメーション
------------------------------------------------- */
.img-zoom {
	opacity: 0;
}
.zoom-animation {
	animation: img-opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	overflow: hidden;
	position: relative;
}
.img-zoom img {
	transform: scale(1.5); /* 最初に画像を大きくしておく */
	transition: transform 2.5s 0.08s ease, opacity 0.8s ease; /* opacity にも適用 */
}
.img-zoom.zoom-animation img {
	transform: scale(1);
}
.img-zoom.zoom-animation a img:hover {
	opacity: 0.7;
}
@keyframes img-opacity {
	100% {
		opacity: 1;
	}
}

/* ページ自体をふわっと表示 */
body {
	animation: page-fadein 1s forwards;
}
@keyframes page-fadein {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}


.fadein {
 opacity: 0;
 transform: translate(0, 0);
 transition: all 1.5s;
	overflow: hidden;
}
.fadein.fadein-left {
 transform: translate(-30px, 0);
}
.fadein.fadein-right {				/*  右からだと不具合ある（横スクロールが出る）  */
 transform: translate(30px, 0);
}
.fadein.fadein-up {
 transform: translate(0, -30px);
}
.fadein.fadein-bottom {
 transform: translate(0, 30px);
}
.fadein.scrollin {
 opacity: 1 !important;
 transform: translate(0, 0) !important;
		overflow: hidden !important;
}





