﻿#cms_2-a .cate_txt1 {
    background: #fbfbfb;
    padding: 25px;
    border: 1px solid #eee;
}
/*CATCH CAR ANIM*/
.catchcarAnim {
    max-width: 393px;
    top: 44%;
    right: -26%;
}
.catchcarAnim img {
    animation-name: hurueru;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in-out;
    -webkit-animation: hurueru 0.4s ease-in-out infinite alternate;
    animation: hurueru 0.4s ease-in-out infinite alternate;
}
.catchcarAnim.trans {
    animation-name: carAnim2;
    animation-duration: 3.1s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation-delay: 1.5s;
    z-index: 1;
}
@keyframes carAnim2 {
	0% {right: -26%;transform: translate(-0%,-0%);}
	100% {right: 64%;transform: translate(0,-0%);}
}
/**/

/**/
.carAnim {
    width: 174px;
    background: transparent;
    bottom: -42px;
    border: none;
    right: 3%;
}
.carAnim img {
    animation-name: hurueru;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in-out;
    -webkit-animation: hurueru 0.4s ease-in-out infinite alternate;
    animation: hurueru 0.4s ease-in-out infinite alternate;
}
.carAnim.trans {
    animation-name: carAnim;
    animation-duration: 3.1s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation-delay: 1.5s;
}
@keyframes carAnim {
	0% {right: 3%;transform: translate(-0%,-0%);}
	100% {right: 103%;transform: translate(0,-0%);}
}
@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(0px, 2px) rotateZ(0deg)}
    50% {transform: translate(0px, 0px) rotateZ(0deg)}
    75% {transform: translate(0px, 2px) rotateZ(-0deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
/*txtanim*/
.eachTextAnime {
    position: relative;display: inline-block;
}
.eachTextAnime:after {
    position: absolute;
    bottom: 1px;
    left: 0;
    margin: auto;
    width: 0%;
    height: 2px;
    content: '';
    background-color: #ffffff;
    transition: all 1.2s;
}
#contents1 .eachTextAnime:after {
    background-color: #f57f40;
}
.eachTextAnime.appeartext:after {
    width: 100%;
}


.eachTextAnime span{
    transition: transform 0.2s ease-in, opacity 0.1s ease-in;
    margin: 0 0.1em 0 0;
    transform: skewX(-10deg) translate3d(0, 1em, 0);
    opacity: 0;
}
.eachTextAnime.appeartext span{
    /*animation:text_anime_on 1s ease-out forwards;*/
    transform: skewX(-10deg) translate3d(0, 0, 0);
    opacity: 1;
    display: inline-block;
}


/*TOP CONTENTS*/
#contents1:before {
    display: block;
    content: "WORKING";
    position: absolute;
    bottom: 13rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    transform: rotate(90deg);
    right: -11.3rem;
    font-size: 5.25rem;
    letter-spacing: .1em;
    z-index: -1;
}
.top_cms_box:nth-child(1):before {
    display: block;
    content: "NEWS";
    position: absolute;
    bottom: 13rem;
    font-weight: 700;
    line-height: 1;
    color: #f3f3f3;
    transform: rotate(90deg);
    left: -6.3rem;
    font-size: 5.25rem;
    letter-spacing: .1em;
    z-index: -1;
}
.top_cms_box:nth-child(2):before {
    display: block;
    content: "ABOUT";
    position: absolute;
    bottom: -0.8rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    right: 0.7rem;
    font-size: 5.25rem;
    letter-spacing: .1em;
    z-index: 0;
}
.top_cms_box:nth-child(4):before {
    display: block;
    content: "RECRUIT";
    position: absolute;
    transform: rotate(90deg);
    left: -11.3rem;
    bottom: 11.5rem;
    font-size: 5.25rem;
    font-weight: 700;
    line-height: 1;
    color: #f3f3f3;
    letter-spacing: .1em;
    z-index: -1;
}
.top_cms_box:nth-child(5):before {
    display: block;
    content: "STAFF VOICE";
    position: absolute;
    bottom: -0.4rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    right: 0.7rem;
    font-size: 5.25rem;
    letter-spacing: .1em;
    z-index: 0;
}


#top_cms {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.top_cms_box {
    max-width: inherit;
    width: 100%!important;
    border-top: 1px solid #dadada;
    padding: 78px 3%;
    margin-bottom: 0;
    position: relative;
}
.top_cms_box:first-child {
    padding-top: 0;
    border-top: 0;
}
.top_cms_box:nth-child(2), .top_cms_box:nth-child(5) {
background: #f8f8f8;
}
.top_cms_box:last-of-type {
    margin-bottom: 0;
}
.top_cms_title, .cms_wrap {
    max-width: 1280px;
    margin-left: 0;
    margin-right: 0;
    margin: auto;
}
.cms_wrap {
    margin-top: 30px;
}

@media(min-width: 769px) {
.contents1_img {
    border-radius: 0 50% 50% 0;
}
}
#contents1 span {
    width: auto;
}
#intro figure {
    border-radius: 30px;
}
#contents1 .img_box {
    margin-top: 2%;
}
#contents1 {
    background: linear-gradient(160deg, transparent 35vw, #f4f4f4 0%);
    z-index: 0;
}

#contents2 .top_title {position: relative}
#contents2 .top_title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(Dup/img/kazari2.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: cover;
    z-index: 0;
}
/*catch*/
#main_img .txt {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#main_img .txt.animStart h2 {
    max-width: 700px;
    margin: 0 auto;
}
/**/
/*CIRCLE*/
.circle-btn__center {
    position: relative;
    z-index: 1;
    display: block;
}
.circle-btn__txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
	overflow: hidden;
	border-radius: 50%;
}
.circle-btn > img {
    -webkit-animation: rotate 19s linear infinite;
    animation: rotate 19s linear infinite;
}
@keyframes rotate {
	0% {
    transform: rotate(0);
}
100% {
    transform: rotate(
1turn);
}
}
.circle-btn {
    bottom: 50px;
    right: 40px;
    z-index: 10;
    cursor: pointer;
    transition: transform 1s cubic-bezier(.23,1,.32,1),opacity .5s;
    z-index: 6;
    background: #fff;
    border-radius: 50%;
	width: 200px;height: 200px;
	padding: 10px;
}
.circle-btnPic {
	width: 150px;
	height: 150px;
	border-radius: 50%;
} 
.circle-btn:hover .circle-btnPic {
	transform: scale(1.2);
}


/*  HEADER */
#header .grid_10 {
    background: transparent;
}
#header .grid_9 li a {
    color: #fff;
}
header .inner {
    box-shadow: none;
    background: transparent;
}
#header.head_fix #pc_nav ul {
    height: 81px;
}
#header.head_fix #pc_nav ul:last-of-type {
   border-radius: 0 10px 10px 0; 
}
#header.head_fix .inner {
    box-shadow: 0 1px 6px rgb(0 0 0 / 16%);
    background: #fff;
}
#header.head_fix .grid_9 li a {
    color: #212121;
}

/*header お問い合わせボタン*/
#header ul.grid_2 {
    padding: 0;
}
#pc_nav ul:last-of-type li a {
    padding: 17px 0;
    background-color: #ff5915;
    border-radius: 9px;
    transition: all 0.5s;
}
#pc_nav ul:last-of-type {
    background: transparent;
}
#pc_nav ul:last-of-type li {
    width: 100%;
}
#header.head_fix #pc_nav ul:last-of-type li a {
border-radius: 0 10px 10px 0;
padding: 27px 0;
}

#pc_nav ul:last-of-type li:hover {
    transform: inherit;
}
#pc_nav ul:last-of-type li:hover a {
    background: #444;
}
/*HEADERお問い合わせボタン　ファーストビューで見えなくする*/
/*#pc_nav ul:last-of-type {*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*}*/
/*#header.head_fix #pc_nav ul:last-of-type {*/
/*   opacity: 1;*/
/*   pointer-events: auto;*/
/*}*/



/*CMS*/
#cms_2-a .cate_title {
    border: 0;
    text-align: center;
    display: block;
    position: relative;
    padding-bottom: 20px;
}
#cms_2-a .cate_title:before {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 60px;
    bottom: 0;
    left: 50%;
    background: #cbcbcb;
}

#cms_2-a .cate_title:after {
      content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 60px;
    bottom: 0;
    left: calc(50% - 60px);
    background: #ff5915;
}
#cms_2-c .box_description2 {
background: #fffee7;
    border-radius: 20px;
    box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.06);
}
.cms_6-c .box_wrap {
		padding: 0 3px;
	}

/**/
@media(max-width: 768px) {
.catchcarAnim {
    max-width: 32%;
    top: 52%;
}
#page10 .more_bt2 {
    width: 91.667%!important;
}
}
@media(max-width: 667px) {
    #page10 .more_bt2 h2 span {
font-size: 10px;        
    }
    .circle-btn {
    bottom: 30px;
    right: 20px;
	width: 120px;height: 120px;
}
.circle-btnPic {
	width: 90px;
	height: 90px;
}
.circle-btn {
    padding: 5px;
}
.carAnim {
    width: 90px;bottom: -13px;
}
.cms_2-a .cate_box {
	padding: 0 10px;
}
.cms_2-a .swiper-button-prev {
    left: -5px;
}
.cms_2-a .swiper-button-next {
    right: -5px;
}
#cms_2-a .cate_box {
    margin-top: 20px;
    padding-bottom: 10px;
}

}



/* ---------------------------------------------------------------*/
.more_bt a {
    padding: 12px 4px;
    border-radius: 6px;
}
#top_cms .more_bt a {
    background: #fff9b4;
}
#f_contact a span.hover_box {
    opacity: 0.4;
}