@charset "utf-8";

/* PC：style_pc.css
 * **************************************************
 *
 * **************************************************
 */

/*  common
------------------------------------------------------------------- */
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* item */
.item dd span {
	color: #699900;
}

/* 見出し
------------------------------------------------------------------ */
#content h2 {
	font-size: 1em;
	text-align: center;
	padding: 0 0 30px;
	line-height: 1.4;
}
#content h2 > span {
	display: block;
	font-size: 2.8em;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0;
}
#content .en_title {
	text-align: left;
	padding: 0 0 1.5em 2.75em;
	position: relative;
	letter-spacing: 0.1rem;
	font-size: 1.2em;
}
#home .en_title {
	color: #afafb0;
}
#subPage .en_title {
	color: #699900;
}
#content .en_title:before {
	content: "";
	width: 2em;
	height: 1px;
	position: absolute;
	top: 0.7em; left: 0em;
}
#home .en_title:before {
	background: #afafb0;
}
#subPage .en_title:before {
	background: #699900;
}

/* Common Elements
------------------------------------------------------------------ */
.pcNone {
	display: none;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}

/* リンク */
a {
	display: block;
}
a,
.btn a {
	transition: 0.3s;
	text-decoration: none;
	outline: none;
	color: #000;
}
a:focus,
*:focus {
	outline:none;
}
a:hover,
button:hover {
	opacity: 0.7;
	text-decoration: none;
}
.active a {
	pointer-events: none;
	color: #666;
}
.telLink {
	pointer-events: none;
}
p {
	text-align: justify;
	justify:inter-ideograph;
}
img {
	max-width: 100%;
}
.notes {
	font-size: 0.9em;
	margin-top: 10px;
	color: #777;
}
.notes > li,
p.notes {
	font-size: 0.9em;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
.notes > li:before,
p.notes:before {
	content:"※";
	width: 1em;
	height: 1em;
}
ul + p {
	margin-top: 1em;
}
.disnon {
	display: none;
}
.read {
	line-height: 2;
	letter-spacing: 0.1em;
}
.read + .read {
	margin-top: 1.5em;
}


/* ボタン
------------------------------------------------------------------ */
.btn {
	margin: 30px auto 0;
	text-align: center;
}
.btn a,
.btn .form_inpt {
	display: block;
	position: relative;
	width: 100%;
	max-width: 360px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 1.4em 0;
	border: 1px solid #e9e9e9;
	background: #fff;
	text-align: center;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn a:hover,
.btn .form_inpt:hover {
	background: #8fbf4a;
	color: #fff;
	opacity: 1;
	border: 1px solid #8fbf4a;
}
.btn a:before,
.btn .form_inpt:before {
	content: "";
	width: 52px;
	height: 4px;
	background: url(../images/common/arrow_right.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%; right: -26px;
	margin-top: -2px;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn a:hover:before,
.btn .form_inpt:hover:before {
	right: -55px;
}
.btn .form_inpt {
	padding: 0;
}
.btn .form_inpt input {
	width: 100%;
	padding: 1.4em 0;
	border: 0;
	background: none;
	font-size: 1.2rem;
}
.btn .form_inpt:hover input {
	color: #fff;
}

/* globalNavi
------------------------------------------------------------------ */
#global_nav #nav_g05,
#global_nav #nav_g04 {
	border-left: 0;
}
#global_nav #nav_g05 a,
#global_nav #nav_g04 a {
	padding: 0 2vw;
}
#nav_g05 {
	position: absolute;
	top: 0; right: 0;
}
#nav_g04 {
	position: absolute;
	top: 0; right: 11vw;
}
#global_nav .drawer-nav {
	touch-action: auto!important;
	height: 0!important;
}

/* share_nav
------------------------------------------------------------------ */
#share_nav {
	font-size: 0.85rem;
	position: fixed;
	top: 400px; right: 20px;
	transform: rotate(90deg);
	transform-origin: top right;
	z-index: 20;
	display: none!important;
}
#share_nav ul,
#share_nav p {
	display: inline-block;
}
#share_nav p {
	color: #525252;
	margin-right: 4em;
	position: relative;
	vertical-align: bottom;
}
#share_nav p:after {
	content: "";
	width: 2em;
	height: 1px;
	background: #666666;
	position: absolute;
	top: 0.8em; right: -3em;
}
#share_nav li {
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
#share_nav li + li {
	margin-left: 3em;
}
#share_nav li + li:before {
	content: "／";
	color: #666666;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.25em; left: -2em;
}
#share_nav li a {
	color: #699900;
	letter-spacing: 0.1em;
}
#share_nav li img {
	width: 20px;
	vertical-align: middle;
	margin: -0.3rem 0.5rem 0 0;
}


/* subPage
------------------------------------------------------------------ */
/* mv */
#subPage #mv {
	position: relative;
	width: 100%;
	height: 38.7vw;
	-webkit-transform: skewY(8deg);
	   -moz-transform: skewY(8deg);
	    -ms-transform: skewY(8deg);
	     -o-transform: skewY(8deg);
	        transform: skewY(8deg);
	transform-origin: top right;
	display: table;
	z-index: 18;
}
#subPage #mv:after {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left:0;
	z-index: 19;
	animation: mvAfter 0.4s cubic-bezier(0,0,.58,1) alternate;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
@keyframes mvAfter {
	0% {width: 100%;}
	100% {width: 0%;}
}
#subPage #mv_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
}
#subPage #mv h1 {
  opacity: 0;
		-webkit-transform: skewY(-8deg);
		   -moz-transform: skewY(-8deg);
		    -ms-transform: skewY(-8deg);
		     -o-transform: skewY(-8deg);
		        transform: skewY(-8deg);
	transform-origin: top right;
	text-align: center;
	margin-top: 15vw;
	position: relative;
	z-index: 20;
  animation: mv_h1 0.5s cubic-bezier(0,0,.58,1) alternate;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}
@keyframes mv_h1 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
#subPage #mv h1 span {
	display: block;
	font-size: 2.5em;
	line-height: 1.2;
}
#subPage article:before {
	content: "";
	width: 100%;
	height: 38.7vw;
	background: #f2f4f7;
	-webkit-transform: skewY(-8deg);
	   -moz-transform: skewY(-8deg);
	    -ms-transform: skewY(-8deg);
	     -o-transform: skewY(-8deg);
	        transform: skewY(-8deg);
	transform-origin: top left;
	position: absolute;
	top: 0; left: 0;
	z-index: 10;
	animation: mv_bg 0.5s cubic-bezier(0,0,.58,1) alternate;
	animation-delay: 0.6s;
}
@keyframes mv_bg {
	0% {width: 0;}
	100% {width: 100%;}
}

/* section skew */
#subPage section:first-of-type,
#subPage section.sk_left,
#subPage section.sk_right {
	margin: 0;
	padding: 0;
}
/* section skew */
#subPage section.sk_left + section.sk_left,
#subPage section.sk_right + section.sk_right {
	margin: 14vw 0 0 0;
}
#subPage section.sk_left:before {
	content: "";
	width: 100%;
	height: 135%;
	height: calc(100% + 14vw);
	-webkit-transform: skewY(8deg);
	   -moz-transform: skewY(8deg);
	    -ms-transform: skewY(8deg);
	     -o-transform: skewY(8deg);
	        transform: skewY(8deg);
	transform-origin: top left;
	position: absolute;
	top: -14.1vw; left: 0;
	z-index: -1;
}

/* 見出し */
h1,
h2,
h3 {
	font-feature-settings: "smcp";
}
.en_title + h3 {
	font-size: 2.2rem;
	letter-spacing: 0.08em;
	margin-bottom: 1.5rem;
	line-height: 1.5;
}
h3 + p {
	margin-top: 1em;
}

/* link
------------------------------------------------------------------ */
#link ul {
	width: 90%;
	max-width: 690px;
	margin: 0 auto;
}
#link li {
	width: 31%;
	float: left;
}
#link li + li {
	margin-left: 3.5%;
}

/* Information(Whats New) home / company
------------------------------------------------------------------ */
.information li + li {
	padding-top: 0.5em;
	margin-top: 0.5em;
	border-top: 1px solid #f1f2f2;
}
.information li dt span {
	display: inline-block;
	font-size: 0.8rem;
	background: #8fbf4a;
	color: #fff;
	text-align: center;
	padding: 0.2rem 0.5rem;
	margin: 0 1em 0 0;
	line-height: 1;
	min-width: 7em;
	position: relative;
	top: -0.1em;
}
.information li.news_news dt span {
	background: #7c90b7;
}
.information li.news_campaign dt span {
	background: #ac9c81;
}
.information li dd {
	color: #525252;
}

/* pagetop
------------------------------------------------------------------ */
#pagetop {
	position: fixed;
	bottom: 0; right: 10px;
	font-size: 0.75em;
	transform: rotate(90deg);
  transform-origin: top right;
	letter-spacing: 0.1rem;
	z-index: 20;
	transition: all 1s ease-out;
}
#pagetop a {
	color: #525252;
}
#pagetop:before {
  content: "";
  width: 92px;
  height: 4px;
  position: absolute;
  top: 18px;
  right: 0;
  background: url(../images/common/pagetop_gray.svg) no-repeat center center;
  background-size: contain;
	animation: pagetop 2s ease infinite;
	transform-origin: top right;
}
@keyframes pagetop {
  0% {transform: scale(1,1);}
  50% {transform: scale(0,1);}
  100% {transform: scale(1,1);}
}
#pagetop.footarea a {
	color: #fff;
}
#pagetop.footarea:before {
  background: url(../images/common/pagetop_wh.svg) no-repeat center center;
  background-size: contain;
}

/* footer _ contact
------------------------------------------------------------------ */
#ft_contact {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin-top: 40px;
}
#ft_contact dt {
	background: #8fbf4a;
	width: 50%;
	float: left;
	position: relative;
}
#ft_contact dt:after {
	content: "";
	width: 28.5%;
	height: 19vw;
	background: url(../images/common/contact_obj.svg) no-repeat bottom right;
	background-size: contain;
	position: absolute;
	right: 4%; bottom: 0;
}
#ft_contact dt p {
	color: #fff;
	padding: 10vw 0 10vw 8vw;
}
#ft_contact dt p span {
	font-size: 2.8em;
	display: block;
	letter-spacing: 0.1em;
	line-height: 1;
	position: relative;
}
#ft_contact dt p span:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #e9e9e9;
	position: absolute;
	top: 0.5em; left: -40px;
}
#ft_contact dd {
	width: 50%;
	float: right;
	background: #f2f4f7;
	display: table;
}
#ft_contact dd .btn {
	margin-top: 0;
	display: table-cell;
	vertical-align: middle;
}


/* breadclumb
------------------------------------------------------------------ */
#breadclumb,
#footer ul {
	margin: 0 8vw;
	white-space: nowrap;
}
#breadclumb li,
#footer li {
	display: inline-block;
	font-size: 0.8rem;
}
#breadclumb li a,
#footer li a {
	padding: 0.5em 0;
}
#breadclumb li + li {
	margin-left: 3em;
	position: relative;
}
#breadclumb li + li:before {
	content: "\03e";
	font-size: 0.7em;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.6em; left: -2em;
}
#breadclumb .mCSB_draggerContainer {
	display: none;
}

/* footer _ contact
------------------------------------------------------------------ */
#footer {
	background: #8fbf4a;
}
#footer nav {
	background: #699900;
}
#footer nav li a {
	color: #fff;
	padding: 1em 1.5em;
}
#footer nav li:first-of-type a {
	padding: 1em 1.5em 1em 0;
}
#footer nav li.active a {
	color: #ddd;
}
#footer nav + div {
	margin: 40px 8vw 0;
	padding: 0 0 20px 0;
}
#footer .logo {
	width: 136px;
	display: inline-block;
}
#footer small {
	color: #fff;
	font-size: 0.7rem;
	margin-left: 20px;
	vertical-align: bottom;
	letter-spacing: 0.1em;
}

/* Animation
------------------------------------------------------------------ */
/* .fadeIn */
#home #mv {
	opacity: 0;
}
#home #mv.fadeIn {
	opacity: 1;
}
/* blur_text */
#home #mv h1 em {
	font-style: normal;
  color: transparent;
  animation: blur 6s ease-in;
	animation-fill-mode: forwards;
}
#home #mv h1 em:nth-child(1) { animation-delay: 0.1s; }
#home #mv h1 em:nth-child(2) { animation-delay: 0.2s; }
#home #mv h1 em:nth-child(3) { animation-delay: 0.3s; }
#home #mv h1 em:nth-child(4) { animation-delay: 0.4s; }
#home #mv h1 em:nth-child(5) { animation-delay: 0.5s; }
#home #mv h1 em:nth-child(6) { animation-delay: 0.6s; }
#home #mv h1 em:nth-child(7) { animation-delay: 0.7s; }
#home #mv h1 em:nth-child(8) { animation-delay: 0.8s; }
#home #mv h1 em:nth-child(9) { animation-delay: 0.9s; }
#home #mv h1 em:nth-child(10) { animation-delay: 1.0s; }
#home #mv h1 em:nth-child(11) { animation-delay: 1.1s; }
#home #mv h1 em:nth-child(12) { animation-delay: 1.2s; }
#home #mv h1 em:nth-child(13) { animation-delay: 1.3s; }
@keyframes blur {
	0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%    {opacity: 1;}
  20%    {text-shadow:  0 0 0px #fff;}
  100%    {text-shadow:  0 0 0px #fff; opacity: 1;}
}

/* .fadeInUp */
article > section,
#ft_contact,
#map,
article > nav {
	opacity: 0;
	transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transition: .6s;
}
article > section.fadeInUp,
#ft_contact.fadeInUp,
#map.fadeInUp,
article > nav.fadeInUp {
	opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
