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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&family=Ropa+Sans&display=swap');

html {
	height: 100%;
	}

*{box-sizing: border-box;}


body {
	margin: 0 auto;
	width:100%;
	height: 100%;
	letter-spacing:.1em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 62.5%; /* 16px * 0.625 = 10px = 1em */
	color:#000;
	}

ul, li, ol {
	list-style:none;
	margin:0;
	padding:0;
	box-sizing: border-box;
	}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	}

p {
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	font-size: 1.5em; /* 15px */
	text-align: justify;
	word-break: break-all;
	}

a, a:hover {
	color:#000;
	text-decoration:none;
	transition: .3s;
	}

::selection {
    background: #D4EBF1; /*背景色*/
}
::-moz-selection {
    background: #D4EBF1; /*背景色*/
}

.slick-slide:focus {
	outline:none;
	}

.gray {
	background: #f7f7f7 !important;
	}

.green {
	background: #e8f3f1 !important;
	}

.click {
	pointer-events: none;
	}


@media only screen and (max-width: 480px) {
p {
	font-size: 1.3em;
	}
}




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

   ローディング
 
=================================================================================== */
.index{ display: none; }

#load {
	display: none;
	width: 100vw;
	height: 100%;
	background:#fff;
	position: fixed;
	top: 0;
	left: 0;
	margin: auto;
	z-index: 1001;
	transition: opacity 1000ms ease;
}

#load .shutter {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: linear-gradient(to bottom right, #9bdfd6, #8cca98 25%, #41bba7 65%, #9bdfd6);
	z-index:9999;
	-webkit-animation: byeShutter 2.6s forwards;
	      animation: byeShutter 2.6s forwards;
}

#load .shutter:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: rgba(255,255,255,0.7);
	width: 0;
	height: 1px;
	-webkit-animation: shutterOpen 2.6s forwards;
	      animation: shutterOpen 2.6s forwards;
}

#load .loadlogo {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	text-align: center;
	margin:auto;
	z-index: 1002;
	}

#load.fin,
.load2.fin {
	opacity: 0;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes load {
  70% {
    -webkit-transform: perspective(800px) scale(0.9);
            transform: perspective(800px) scale(0.9);
  }
  100% {
    -webkit-transform: perspective(800px) scale(1);
            transform: perspective(800px) scale(1);
  }
}

@media only screen and (max-width: 480px) {
#load .shutter .loadlogo{
	width: 60%;
	}
}



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

   container
 
=================================================================================== */
#container {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	margin:0 auto;
	padding:0;
	animation: fadein 2s forwards;
	}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}



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

   header
 
=================================================================================== */	
#header {
	width:100%;
	height: 70px;
	background: #fff;
	position:fixed;
	z-index: 1000;
	}

#header .logo {
	width:240px;
	position: absolute;
	top: 18px;
    left: 30px;
	}

#header .logo a {
	width:100%;
	display: block;
	}

#header .logo img {
	width: 100%;
	}

#gloval-nav nav {
    z-index: 999;
	}

#gloval-nav {
	width: auto;
    color: #fff;
    position: relative;
    top: 0;
    right: 0;
    float: right;
    z-index: 990;
    font-size: 1.3em;
	}

#gloval-nav ul {
	display: flex;
	}

#gloval-nav ul li {
	height: 70px;
    line-height: 70px;
	padding: 0 20px;
	font-weight: bold;
	cursor: pointer;
	}

#gloval-nav ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	}

#gloval-nav ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: linear-gradient(to bottom right, #9bdfd6, #8cca98 25%, #41bba7 65%, #9bdfd6);
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	}

#gloval-nav ul li.contactLink {
	text-align: center;
	padding: 0;
	}

#gloval-nav ul li.contactLink a {
	position: relative;
	overflow: hidden;
	background: linear-gradient(to bottom right, #9bdfd6, #8cca98 25%, #41bba7 65%, #9bdfd6);
	display: block;
	color: #fff;
	transition: .3s;
	padding: 0 20px;
	}


#gloval-nav ul li.contactLink a span {
	position: relative;
	z-index: 3;
	}

#gloval-nav ul li.contactLink a:after {
	display: none;
	}

@media only screen and (min-width: 961px) {
#header .logo a:hover {
	opacity: .6;
	}

#gloval-nav ul li a:hover {
	color: #41bba7;
	}

#gloval-nav ul li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
	}

#gloval-nav ul li.contactLink:hover a,
#gloval-nav ul li.contactLink a:hover {
	color: #fff;
	}
}

@media only screen and (max-width: 1060px) {
#gloval-nav ul li {
	padding: 0 10px;
	}	
}

@media only screen and (max-width: 960px) {
#header {
    height: 60px;
    position: fixed;
	}

#header .logo {
    width: 200px;
    top: 16px;
    left: 15px;
	}

#nav-toggle {
    position: fixed;
    top: 20px;
    right: 15px;
    height: 24px;
    cursor: pointer;
    z-index: 99999;
	}

#nav-toggle div {
    position: relative;
    width: 36px;
	}

#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: linear-gradient(to bottom right, #9bdfd6, #8cca98 25%, #41bba7 65%, #9bdfd6);
    position: absolute;
    transition: transform .3s ease-in-out, top .5s ease;
	}

#nav-toggle span:nth-child(1) {
    top: 0;
    }

#nav-toggle span:nth-child(2) {
    top: 10px;
    }

#nav-toggle span:nth-child(3) {
      top: 21px;
    }

#nav-toggle span:hover span:nth-child(1) {
      top: 4px;
    }

#nav-toggle span:hover span:nth-child(3) {
      top: 23px;
    }

.open #nav-toggle span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
    background: #fff;
	}

.open #nav-toggle span:nth-child(2) {
    top: 8px;
    width: 0;
    left: 50%;
	}

.open #nav-toggle span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
    background: #fff;
	}

#gloval-nav {
    background: linear-gradient(to bottom right, #9bdfd6, #8cca98 25%, #41bba7 65%, #9bdfd6);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
	flex-direction: column;
	justify-content: center;
    font-size: 29px;
    padding-left: 0;
    transform: translateY(-100%);
    transition:  transform .5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

.open #gloval-nav {
    transform: translateY(0);
	}

.open #gloval-nav li {
	width: 80%;
    border-bottom: 1px solid rgba(255,255,255,.6);
    margin: auto;
	}

.open #gloval-nav li:first-child {
    border-top: 1px solid rgba(255,255,255,.6);
	}

#gloval-nav a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 15px 0;
	transition: color .6s ease;
	}

#gloval-nav  ul {
    list-style: none;
    display: block;
    }

#gloval-nav ul li a {
    width: 100%;
	}

#gloval-nav ul li {
	transform: translateY(-150px);
	transition:  transform .5s ease;
	position: relative;
	height: auto;
    line-height: normal;
    text-align: center;
    padding: 0;
    font-size: 16px;
	}

#gloval-nav ul li:nth-child(2) {
	transition-delay: .15s;
	}
#gloval-nav ul li:nth-child(3) {
	transition-delay: .2s;
	}
#gloval-nav ul li:nth-child(4) {
	transition-delay: .25s;
	}
#gloval-nav ul li:nth-child(5) {
	transition-delay: .3s;
	}
#gloval-nav ul li:nth-child(6) {
	transition-delay: .35s;
	}
#gloval-nav ul li:nth-child(7) {
	transition-delay: .4s;
	}

.open #gloval-nav li {
    transform: translateX(0);
	}

#gloval-nav ul li.contactLink a {
    background: #fff;
    color: #41bba7;
    padding: 15px 0;
	}

}


@media only screen and (max-width: 320px) {
#header .logo {
    width: 220px;
    top: 14px;
    left: 15px;
	}
}




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

   footer
 
=================================================================================== */
#footer {
	width:100%;
	position:relative;
	margin-top: 175px;
	}

#business #footer {
	margin-top: 0;
	}

/* contactArea */
#footer .contactArea {
	background: url(/images/common/footer-bg.jpg) center / cover no-repeat;
	}

#footer .contactArea .contactIn {
	max-width: 1180px;
	width: 90%;
	padding: 85px 0;
	margin: 0 auto;
	}

#footer .contactArea .contactIn .tit {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	line-height: normal;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	}

#footer .contactArea .contactIn .txt {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	}

#footer .contactArea .contactIn .link {
	max-width: 536px;
	width: 100%;
	margin : 0 auto 30px;
	}

#footer .contactArea .contactIn .link a {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background: linear-gradient(to bottom right, #9bdfd6, #8cca98 25%, #41bba7 65%, #9bdfd6);
	transition: transform .3s;
	text-align: center;
	padding: 25px;
	z-index: 1;
	}

#footer .contactArea .contactIn .link a span {
	position: relative;
	background: url(/images/common/icon-contact.svg) left 50% / 32px auto no-repeat;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4em;
	font-weight: 400;
	color: #fff;
	padding-left: 40px;
	z-index: 3;
	}

/* footerArea */
#footer .footerArea {
	background: #ccede9;
	padding: 85px 0;
	}

#footer .footerArea .footerIn {
	max-width: 1180px;
	width: 90%;
	margin: 0 auto;
	}

#footer .footerArea .footerIn .footerLogo {
	width: 100%;
	position: relative;
	margin-bottom: 45px;
	}

#footer .footerArea .footerIn .footerLogo .logo {
	width: 30%;
	}

#footer .footerArea .footerIn .footerLogo .logo img {
	width: 100%;
	}

#footer .footerArea .footerIn .footerLogo ul.sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	right: 0;
	}

#footer .footerArea .footerIn .footerLogo ul.sns li {
	width: 50px;
	margin-left: 20px;
	}

#footer .footerArea .footerIn .footerLogo ul.sns li:first-child {
	margin-left: 0;
	}

#footer .footerArea .footerIn .footerLogo .logo a,
#footer .footerArea .footerIn .footerLogo .sns a {
	width: 100%;
	display: block;
	}

#footer .footerArea .footerIn .footerLink {
	width: 100%;
	}

#footer .footerArea .footerIn .footerLink .footerL {
	width: 30%;
	float: left;
	border-right: 1px solid rgba(0,0,0,.5);
	padding-right: 2%;
	margin-right: 2%;
	}

#footer .footerArea .footerIn .footerLink .footerL .companyName {
	font-size: 2em;
	line-height: normal;
	margin-bottom: 25px;
	}

#footer .footerArea .footerIn .footerLink .footerL ul.companyTxtArea li {
	margin-bottom: 25px;
	}

#footer .footerArea .footerIn .footerLink .footerL ul.companyTxtArea li:last-child {
	margin-bottom: 0;
	}

#footer .footerArea .footerIn .footerLink .footerL ul.companyTxtArea li .tel span {
	background: url(/images/common/icon-tel.svg) left center / 13px auto no-repeat;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1.7em;
	font-weight: 400;
	line-height: normal;
	padding-left: 16px;
	letter-spacing: .1em;
	}

#footer .footerArea .footerIn .footerLink .footerR {
	width: 66%;
	float: right;
	position: relative;
	}

/*アコーディオン*/
.accordionbox{
	width: 100%;
	margin: 0;
	padding: 0;
	}

dl.accordionlist{
	width:16%;
	float:left;
	}

dl.accordionlist a {
	position: relative;
	}

dl.accordionlist a:after,
#footer .footerArea .footerIn .copyArea ul.subLink li a:after{
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,.3);
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	}
	
.accordionlist dt{
    display:block;
    margin-bottom: 10px;
	}

.accordionlist dt .tit {
	font-size: 1.4em;
	font-weight: bold;
	}

.accordionlist dd{
	display:block;
	margin:0;
	padding:0;
	}

.accordionlist dd ul li{
	font-size:1.4em;
	margin-bottom:3px;
	}

#footer .footerArea .footerIn .pagetop {
	width: 15px;
	float: right;
	margin-bottom: 20px;
	}

#footer .footerArea .footerIn .pagetop img {
	width: 100%;
	}

#footer .footerArea .footerIn .copyArea {
	position: relative;
	clear: right;
	border-top: 1px solid rgba(0,0,0,.5);
    padding-top: 20px;
	}

#footer .footerArea .footerIn .copyArea ul.subLink {
	display: flex;
	flex-wrap: wrap;
	}

#footer .footerArea .footerIn .copyArea ul.subLink li {
	font-size: 1.2em;
	}

#footer .footerArea .footerIn .copyArea ul.subLink li a {
	display: block;
	position: relative;
	}

#footer .footerArea .footerIn .copyArea ul.subLink li:first-child {
	margin-right: 20px;
	}

#footer .footerArea .footerIn .copyArea .copy {
	position: absolute;
	top:20px;
	right: 0;
	font-size: 1.2em;
	}

@media only screen and (min-width: 1181px) {
#footer .footerArea .footerIn .footerLink .footerL .companyName {
	font-size: 2em;
	}
}

@media only screen and (min-width: 961px) {
#footer .pagetop a:hover,
#footer .footerArea .footerIn .footerLogo .logo a:hover,
#footer .footerArea .footerIn .footerLogo .twitter a:hover {
	opacity: .6;
	}

dl.accordionlist a:hover:after,
#footer .footerArea .footerIn .copyArea ul.subLink li a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
	}
}

@media only screen and (max-width: 960px) {
#footer {
    margin-top: 80px;
	}

#footer .contactArea .contactIn,
#footer .footerArea {
    padding: 60px 0;
	}

#footer .contactArea .contactIn .tit {
    margin-bottom: 20px;
	}

#footer .contactArea .contactIn .link {
    margin: 0 auto 20px;
	}

#footer .contactArea .contactIn .link a {
    padding: 20px;
	}

#footer .contactArea .contactIn .link a span {
    background: url(/images/common/icon-contact.svg) left 50% / 25px auto no-repeat;
    font-size: 2em;
    padding-left: 35px;
	}

#footer .footerArea .footerIn .footerLogo {
    margin-bottom: 25px;
	}

#footer .footerArea .footerIn .footerLogo .logo {
    width: 40%;
	}

#footer .footerArea .footerIn .footerLink .footerL,
#footer .footerArea .footerIn .footerLink .footerR {
    width: 100%;
    float: none;
	}

#footer .footerArea .footerIn .footerLink .footerL {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 25px;
	}

#footer .footerArea .footerIn .footerLogo ul.sns li {
    width: 45px;
	}

#footer .footerArea .footerIn .footerLink .footerL .companyName,
#footer .footerArea .footerIn .footerLink .footerL ul.companyTxtArea li .txt,
#footer .footerArea .footerIn .footerLink .footerL ul.companyTxtArea li .tel {
    text-align: center;
	}

#footer .footerArea .footerIn .footerLink .footerL .companyName,
#footer .footerArea .footerIn .footerLink .footerL ul.companyTxtArea li:first-child {
    margin-bottom: 10px;
	}

/*アコーディオン*/
dl.accordionlist{
	width:100%;
	float:none;
    padding: 0;
	margin: 0;
	}
	
.accordionlist dt{
    display:block;
    padding: 0;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 0;
	}

.accordionlist dt .tit{
	float: left;
	}

.accordionlist dt .tit span {
	width:100%;
	font-size: 13px;
	height: 45px;
    line-height: 45px;
	}

.accordionlist dt.link {
	background: url(/images/common/arrow.svg) 99.6% center / 7px auto no-repeat;
	width: 100%;
    display: block;
	}

.accordionlist dt.link.titnolink {
	background: none;
	}

.accordionlist dt.link .tit {
    float: none;
	}

.accordionlist dt.link p a {
	width: 100%;
    display: block;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    text-align: left;
	font-weight:600;
	color: #283235;
	}

.accordionlist dd{
    display:none;
	background: rgba(255,255,255,.4);
	padding:0 0;
	}

.accordionlist dd ul li {
	font-size: 12px;
	margin-bottom: 0; 
    border-top: 1px solid rgba(0,0,0,.2);
	}
	
.accordionlist dd ul li a,
.accordionlist dd ul li.nolink {
	color: #283235;
	width:100%;
	display:block;
	padding: 10px;
	}

.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	}

.accordion_icon {
	position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    float: right;
	}
	
.accordion_icon span {
	position: absolute;
    right: 0;
    bottom: 4px;
    width: 14px;
    height: 1px;
    margin: auto;
    background-color: #000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
	}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
	}
	
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
	}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
	}

#footer .footerArea .footerIn .footerLink {
    border-bottom: 1px solid rgba(0,0,0,.3);
    padding-bottom: 0;
	}

#footer .footerArea .footerIn .copyArea ul.subLink {
    justify-content: center;
    margin-bottom: 10px;
	}

#footer .footerArea .footerIn .copyArea .copy {
    position: static;
    text-align: center;
	}
}

@media only screen and (max-width: 480px) {
#footer .contactArea .contactIn .link a span {
    background: url(/images/common/icon-contact.svg) left 50% / 22px auto no-repeat;
    font-size: 1.9em;
    padding-left: 34px;
	}

#footer .contactArea .contactIn .link {
    margin: 0 auto 15px;
	}

#footer .contactArea .contactIn .link a {
    padding: 18px;
	}

#footer .contactArea .contactIn .tit,
#footer .footerArea .footerIn .footerLogo {
    margin-bottom: 15px;
	}

#footer .footerArea .footerIn .footerLogo .logo {
    width: 80%;
    margin: 0 auto 15px;
	}

#footer .footerArea .footerIn .footerLink .footerL .companyName {
    font-size: 1.9em;
	}

#footer .footerArea .footerIn .footerLogo .twitter {
    width: 38px;
    position: static;
    left: 0;
    margin: auto;
	}

#footer .footerArea .footerIn .footerLogo ul.sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: static;
	}

#footer .footerArea .footerIn .footerLogo ul.sns li {
    width: 38px;
	}

#footer .footerArea .footerIn .footerR ul.link {
    display: block;
    margin: 0 0 25px;
	}

#footer .footerArea .footerIn .footerR ul.link li a {
	text-align: center;
    padding: 15px 0;
	}

#footer .footerArea .footerIn .copyArea {
    border-top: none;
	}

#footer .footerArea .footerIn .pagetop {
	float: none;
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 20px;
    margin-bottom: 0;
	}
}



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

   グラデーションボタン
 
=================================================================================== */
#gloval-nav ul li.contactLink a:before,
#footer .contactArea .contactIn .link a:before,
.news ul.newsBnr li a .bnrImg:before,
.news ul.newsBnrOne li a .bnrImg:before,
ul.btnList li a:before,
#index .about .aboutArea .aboutIn a:before,
#index .business .businessArea ul.businessIn li a:before,
#strongPoint .business .businessArea ul.businessIn li a:before,
#index .other ul.otherArea li a:before,
.businessTop ul.businessBtn li a:before,
.business .businessArea .ppArea li .movieBox .dllink a:before {
	content: '';
    position: absolute;
    transition: .5s;
    width: 0;
    top: 0;
    background: #000;
    opacity: .3;
    height: 210%;
    left: -60%;
    transform: skewX(-45deg);
    z-index: 2;
	}

ul.btnList li a:before,
#index .about .aboutArea .aboutIn a:before,
#index .business .businessArea ul.businessIn li a:before,
#strongPoint .business .businessArea ul.businessIn li a:before,
#index .other ul.otherArea li a:before {
	opacity: .2;
	}

#index .about .aboutArea .aboutIn a:before,
#index .business .businessArea ul.businessIn li a:before,
#strongPoint .business .businessArea ul.businessIn li a:before,
#index .other ul.otherArea li a:before {
    left: -300%;
	}

#footer .contactArea .contactIn .link a:before {
    transform: skewX(-70deg);
	}

@media only screen and (min-width: 769px) {
#gloval-nav ul li.contactLink a:hover:before,
#footer .contactArea .contactIn .link a:hover:before,
.news ul.newsBnr li a:hover .bnrImg:before,
.news ul.newsBnrOne li a:hover .bnrImg:before,
ul.btnList li a:hover:before,
.businessTop ul.businessBtn li a:hover:before {
    width: 210%;
	}

#index .about .aboutArea .aboutIn a:hover:before,
#index .business .businessArea ul.businessIn li a:hover:before,
#strongPoint .business .businessArea ul.businessIn li a:hover:before,
#index .other ul.otherArea li a:hover:before,
.business .businessArea .ppArea li .movieBox .dllink a:hover:before {
    width: 400%;
	}
}




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

   more
 
=================================================================================== */
.more {
	width: 100%;
	display: block;
	position: relative;
	transition: .3s;
	margin-bottom: 20px;
	}

.more span {
	width: 100%;
	display: block;
	background: url(/images/common/arrow.svg) right center / 4px 8px no-repeat;
	position: relative;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	}

.more span:before {
	content: "";
	display: block;
	background: #000;
	width: 40px;
	height: 1px;
	position: absolute;
	top:0;
	right: 10px;
	bottom: 0;
	transition: .3s;
	margin: auto;
	}

.more:before,
.more:after {
	content: "";
	position: absolute;
	left: 0;
    bottom: -20px;
	height: 1px;
	}

.more:before {
	display: block;
	background: #8eccb9;
	width: 100%;
	}

.more:after {
	background: #000;
	width: 0;
	transition: .3s;
	z-index: 2;
	}

#index .works .more,
#works .works .more {
	max-width: 235px;
	margin: 60px auto 20px;
	}

#works .works .more {
	margin: 60px auto 0;
	}

#index .works .more span,
#works .works .more span {
	font-size: inherit;
	font-family: inherit;
	}


@media only screen and (min-width: 769px) {
.more:hover:after,
#index .about .aboutArea .aboutIn:hover .more:after,
#index .business .businessArea ul.businessIn li:hover .more:after,
#strongPoint .business .businessArea ul.businessIn li:hover .more:after,
#index .other ul.otherArea li:hover .more:after {
	width: 100%;
	}

.more:hover span:before,
#index .about .aboutArea .aboutIn:hover .more span:before,
#index .business .businessArea ul.businessIn li:hover .more span:before,
#strongPoint .business .businessArea ul.businessIn li:hover .more span:before,
#index .other ul.otherArea li:hover .more span:before {
	width: 30px;
	}
}

@media only screen and (max-width: 768px) {
.more {
    margin-bottom: 15px;
	}

.more span {
    font-size: 1.1em;
	}

.more span:before {
    width: 30px;
    right: 9px;
	}

.more:before,
.more:after {
    bottom: -15px;
	}

#index .works .more {
    margin: 25px auto 15px;
	}

#works .works .more {
	margin: 40px auto 0;
	}
}




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

   PC,SP表示非表示
 
=================================================================================== */
.pcnone{ display: none !important;}
.tabnone{ display: block !important;}

.pcnone2{ display: none;}
.spnone{ display: block;}


@media only screen and (max-width: 960px) {
.pcnone{ display: block !important;}
.tabnone{ display: none !important;}

}

@media only screen and (max-width: 600px) {
.pcnone2{ display: block;}
.spnone{ display: none;}

}




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

  anime
 
=================================================================================== */
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}



@keyframes imgOn {
    0% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes imgOff {
    0% { opacity: 0; }
    100% { opacity: 1; }
}




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

   追従ボタン（無料相談はこちら）25.7.11
 
=================================================================================== */
.contact_following_bnr {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 40px;
    width: 45px;
    transition: ease .3s;
    box-sizing: border-box;
}

.contact_following_bnr a {
    display: block;
    overflow: hidden;
}

.contact_following_bnr:hover {
    transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

@media only screen and (max-width: 480px) {
.contact_following_bnr {
    bottom: 10px;
    width: 40px;
}
}