@charset "UTF-8";
/* *****************************************************************
リセット
共通文字関連
共通パーツ
アニメーション
ヘッダー
メニュー
フッター
***************************************************************** */

/* *****************************************************************
リセット
***************************************************************** */
* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {line-height:1;}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {vertical-align:middle;}
ul, ol {list-style: outside none none;}
article, aside, details, footer, header, main, menu, nav, section, summary {display: block;}

@media (min-width: 850px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/* *****************************************************************
共通文字関連
***************************************************************** */
body {
	font-family: "Helvetica Neue",Arial,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", 'Meiryo', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    color: #666666;
}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
b,.bold,strong,h1, h2, h3, h4, h5, h6{ font-family: "Helvetica Neue",Arial,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ" , 'Meiryo',sans-serif; font-weight: bold;}
a, a:link {color: #333333;}
a:visited {color: #333333;}
a:hover, a:active {color: #777777;}
a:focus {outline: medium none;}
h1.title,h2.title{
    font-size: 65px;
    line-height: 1;
    color: #000;
    letter-spacing: 0;
}
h1.title .sub,h2.title .sub{
    display: inline-block;
    font-family:"Helvetica Neue",Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", 'Meiryo', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    padding-left: 1em;
    border-bottom: 1px solid #000;
}
.page_content h3{
    font-size: 22px;
}
.en{
    font-family: "Mohave", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.en2{
    font-family: sans-serif;
}
.t_cent{text-align: center;}
.red{color: #FF4049;}
.black{color: #000;}
.white{color: #fff;}
@media screen and (max-width: 1336px) {
    h1.title,h2.title{
        font-size: 4.491vw;
    }
    h1.title .sub,h2.title .sub{
        font-size: 1.297vw;
    }
}
@media screen and (max-width: 850px) {
    h1.title,h2.title{
        font-size: 50px;
    }
    h1.title .sub,h2.title .sub{
        font-size: 18px;
    }
}
@media screen and (max-width: 640px) {
    h1.title,h2.title{
        font-size: 36px;
    }
    h1.title .sub,h2.title .sub{
        font-size: 14px;
    }
}

/* *****************************************************************
共通パーツ
***************************************************************** */
html, body {
    height: 100%;
    width: 100%;
	word-wrap: break-word;
}
html {overflow-y: scroll;}
#wrapper {
	width: 100%;
    min-height: 100vh;
    position: relative;
    padding-bottom: 400px;
    box-sizing: border-box;
    background: url( "../../images/common/bg.jpg") repeat;
    background-size: 100px 100px;
}
.contents{
    width: 100%;
    max-width: 1260px;
    margin: auto;
    padding: 7.485vw 50px;
}
.company .contents,
.recruit .contents,
.contact .contents{
    max-width: 1160px;
    padding-top: 3.742vw;
}
.pad_no_top{
    padding-top: 0!important;
}

/*各ページヘッド*/
.page_head {
    align-items: center;
    margin-top: 30px;
}
.page_head h1{
    width: calc(100% - 65.153%);
    text-align: right;
    padding-right: .5em;
}
.page_head figure{
    width: 65.153%;
}
/*各ページ内容*/
.page_content{
    width: 100%;
    background-color: #fff;
    padding: 40px 50px 60px;
}
.page_content .t_head{
    width: 200px;
    border-bottom: 1px solid #333;
    padding: .7em 0;
}
.page_content .t_body{
    width: calc(100% - 205px);
    margin-left: 5px;
    border-bottom: 1px solid #aaa;
    padding: .7em 0;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
img {
    width: 100%;
    height: auto;
    border: medium none;
    vertical-align: middle;
}
a,img,p,h1,h2,h3,h4,h5{
    transition: all 0.3s ease;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.pc{display: block;}
.sp{display: none;}
@media screen and (max-width: 950px) {
    #wrapper {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 850px) {
    .pc{display: none;}
    .sp{display: block;}
    .contents{
        padding: 7.485vw 5%;
    }
    .page_content{
        padding: 6%;
    }
}
@media screen and (max-width: 640px) {
    .page_head {
        margin-top: 30px;
    }
    .page_head h1{
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-bottom: 10px;
        font-size: 46px;
    }
    .page_head figure{
        width: 100%;
        margin: auto;
    }
    .company .contents,
    .recruit .contents,
    .contact .contents{
        padding-top: 30px;
    }
    .page_content .t_head{
        width: 100%;
        padding: .6em 0 .3em;
        border-bottom: 1px dashed #ccc;
        font-weight: bold;
        font-size: 14px;
    }
    .page_content .t_body{
        width: 100%;
        margin-left: 0;
        line-height: 1.6;
        padding: .3em 0 .6em;
    }
}

/* *****************************************************************
アニメーション
***************************************************************** */
.img-container{
	overflow: hidden;
	position: relative;
}
.img-container:before{
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition:all .8s 0s ease; 
	width: 100%;
	z-index: 1;		
}
.img-container_img,
.voice .voice_head{
	display: block;
	opacity: 0;
	position: relative;
	transition:all .5s .3s ease; 
	z-index: 0;
}
.text-container{
	opacity: 0;
	transition:all .5s .7s ease; 
}
.text-container_txt{
	opacity: 0;
	transition:all .6s .2s ease; 
}
.fadein_up{
    opacity: 0;
}
.img-container.active img,
.img-container.active .voice_head,
.text-container.active,
.text-container_txt.active,
.fadein_up.active{
	opacity: 1;
}
.img-container.active:before{
	transform: translateX(100%);	
}
.slow{animation-delay: .5s;}
.speed1{animation-delay: .3s;}
.speed2{animation-delay: .5s;}

.speed_short1{animation-delay: .1s;}
.speed_short2{animation-delay: .2s;}
.speed_short3{animation-delay: .3s;}
.speed_short4{animation-delay: .4s;}
.speed_short5{animation-delay: .5s;}


/* *****************************************************************
ヘッダー
***************************************************************** */
header {
    width: 100%;
	margin: auto;
    padding: 30px 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}
header .logo{
    width: 100%;
    max-width: 223px;
}
@media screen and (max-width: 850px) {
    header {
        padding: 20px 20px 0;
    }
}
@media screen and (max-width: 640px) {
    header {
        padding: 15px 20px 0;
    }
    header .logo{
        max-width: 150px;
    }
}

/* *****************************************************************
メニュー
***************************************************************** */
.zdo_drawer_menu{
    text-align: right;
}
.zdo_drawer_menu nav.zdo_drawer_nav_wrapper{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ff4049;
    border-radius: 30px 0 0 30px;
    width: 480px;
    height: 54px;
    line-height: 54px;
    padding-right: 50px;
    margin-top: 30px;
}
.zdo_drawer_menu nav.zdo_drawer_nav_wrapper.stop{
    position: fixed;
    right: 0;
    top: 0;
    margin-top: 10px;
    transition: all 0.3s ease;
    z-index: 1;
}
.zdo_drawer_menu ul.zdo_drawer_nav{
    display: flex;
    justify-content: flex-end;
}
.zdo_drawer_menu ul.zdo_drawer_nav li{
    margin-left: 2em;
}
.zdo_drawer_menu ul.zdo_drawer_nav li a{
    color: #fff;
    font-weight: bold;
}
.zdo_drawer_menu ul.zdo_drawer_nav li a:hover{
    color: #000;
}
.zdo_drawer_menu ul.zdo_drawer_nav li a span{
    position: relative;
    display: inline-block;
    line-height: 1.5;
    transition: .3s;
}
.zdo_drawer_menu ul.zdo_drawer_nav li a span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #000;
    transition: .3s;
}
.zdo_drawer_menu ul.zdo_drawer_nav li a span:hover::after {
    width: 100%;
}
.zdo_drawer_button{
    display: none;
    opacity: 0;
}
@media screen and (max-width: 850px) {
    .zdo_drawer_menu *{
        margin:0;
        padding:0;
        outline:none;
        border:none;
        font:inherit;
        font-family:inherit;
        font-size:100%;
        font-style:inherit;
        font-weight:inherit;
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        text-align:left;
        text-decoration:none;
        list-style:none;
    }
    .zdo_drawer_menu a{
        color:inherit;
        text-decoration:none;
    }
    .zdo_drawer_menu a:visited{color:inherit}
    .zdo_drawer_menu .zdo_drawer_bg{
        width:100%;
        height:100%;
        position:fixed;
        z-index:999;
        background-color:rgba(51,51,51,.5);
        display:none;
        top:0;
        left:0;
    }
    .zdo_drawer_menu nav.zdo_drawer_nav_wrapper{
        width:312px;
        height:100%;
        transition:all .2s;transform:translate(312px);
        position:fixed;
        top:0;
        right:0;
        z-index:1000;
        background-color:#000; 
        overflow-y: auto;
        margin: 0;
        padding: 0;
        border-radius:0;
    }
    .zdo_drawer_menu .zdo_drawer_nav_wrapper.open{transform:translate(0)}
    .zdo_drawer_menu.left .zdo_drawer_nav_wrapper{transform:translate(-312px);right:auto;left:0}
    .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open{transform:translate(0)}
    .zdo_drawer_menu ul.zdo_drawer_nav{padding:112px 24px;flex-wrap: wrap; justify-content:flex-start;}
    .zdo_drawer_menu ul.zdo_drawer_nav li{font-size:16px;margin-bottom:15px;width: 100%;}
    .zdo_drawer_menu ul.zdo_drawer_nav li a{display: block;}
    .zdo_drawer_menu ul.zdo_drawer_nav li.insta{width: 40px;}

    .zdo_drawer_button,
    .zdo_drawer_button span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .zdo_drawer_button {
        position:fixed;
        top:20px;
        right:20px;
        z-index:1001;
        width: 35px;
        height: 20px;
        opacity: 1;
        cursor:pointer;
        background-color: transparent;
    }
    .zdo_drawer_button span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #FF4049;
        border-radius: 4px;
    }
    .zdo_drawer_button span:nth-of-type(1) {
        top: 0;
    }
    .zdo_drawer_button span:nth-of-type(2) {
        top: 8px;
    }
    .zdo_drawer_button span:nth-of-type(3) {
        bottom: 0;
    }
    .zdo_drawer_button::after {
        position: absolute;
        left: 0;
        bottom: -20px;
        content: 'MENU';
        display: block;
        width: 100%;
        color: #FF4049;
        font-size: 10px;
        text-decoration: none;
        text-align: center;
        transition: all .4s;
    }
    .zdo_drawer_button.active::after {
        content: 'CLOSE';
        bottom: -20px;
    }
    .zdo_drawer_button.active span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .zdo_drawer_button.active span:nth-of-type(2) {
        opacity: 0;
    }
    .zdo_drawer_button.active span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

/* *****************************************************************
フッター
***************************************************************** */
.footer_contact{
    width: 100%;
    background: url("../../images/common/contact_bg.jpg") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_contact:before {
    content:"";
    display: block;
    padding-top: 39.165%;
}
.footer_contact .contact_block{
    width: 826px;
    padding: 40px;
    background-color: rgba(255,64,73,0.8);
    text-align: center;
}
.footer_contact .contact_block .contact_box{
    margin-top: 1em;
    justify-content: space-between;
}
.footer_contact .contact_block .contact_box a{
    width: 49%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 15px;
    position: relative;
}
.footer_contact .contact_block .contact_box a::before{
    width: 17px;
    height: 17px;
    content: "";
    background: url("../../images/common/icon_arrow2.svg") no-repeat;
    background-size: 17px 17px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.footer_contact .contact_block .contact_box a img{
    width: auto;
    height: 28px;
    margin-right: 5px;
}
.footer_contact .contact_block .contact_box a.tel{
    font-size: 34px;
}
.footer_contact .contact_block .contact_box a.tel span{
    display: block;
    font-weight: normal;
    font-size: 14px;
}
.footer_contact .contact_block .contact_box a.mail{
    font-size: 24px;
}
footer {
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
}
#footer{
    background-color: #000;
    color: #fff;
}
#footer .content{
    width: 100%;
    max-width: 1260px;
    height: 360px;
    margin: auto;
    padding: 40px 50px;
}
#footer .content .txt_area{
    width: calc(100% - 700px);
    padding-right: 1em;
    letter-spacing: 0;
}
#footer .content .txt_area figure{
    width: 100%;
    max-width: 270px;
    margin-bottom: 20px;
}
#footer .content .txt_area .link{
    margin-top: 1em;
}
#footer .content .txt_area .link a.insta{
    width: 40px;
}
#footer .content .txt_area .link a.company{
    display: block;
    width: calc(100% - 60px);
    max-width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    position: relative;
}
#footer .content .txt_area .link a.company::after{
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 14px;
    background: url("../../images/common/icon_arrow.svg") no-repeat;
    background-size: contain;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#footer .content .map{
    width: 700px;
}
#footer .content .map .iframe {
    position: relative;
    width: 100%;
	padding-top: 40.506%;
}
#footer .content .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	
#copy{
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
    #footer .content .txt_area{
        width: calc(100% - 600px);
    }
    #footer .content .map{
        width: 600px;
    }
}
@media screen and (max-width: 950px) {
    footer {
        height: auto;
        position: static;
    }
    #footer .content{
        height: auto;
    }
    #footer .content .txt_area,
    #footer .content .map{
        width: 100%;
        text-align: center;
    }
    #footer .content .txt_area figure{
        margin: 0 auto 1em;
    }
    #footer .content .txt_area .link{
        justify-content: center;
        margin-bottom: 2em;
    }
}
@media screen and (max-width: 850px) {
    .footer_contact .contact_block{
        width: 90%;
        padding: 4%;
    }
    .footer_contact .contact_block .contact_box a.tel{
        font-size: 4vw;
    }
    .footer_contact .contact_block .contact_box a.tel span{
        font-size: 12px;
    }
    .footer_contact .contact_block .contact_box a.mail{
        font-size: 2.823vw;
    }
    #footer .content .map .iframe {
        padding-top: 75%;
    }
    #footer .content{
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media screen and (max-width: 640px) {
    .footer_contact:before {
        content:"";
        display: block;
        padding-top: auto;
    }
    .footer_contact .contact_block{
        width: 100%;
        padding: 4%;
    }
    .footer_contact .contact_block .contact_box{
        margin-top: 0;
    }
    .footer_contact .contact_block .contact_box a{
        width: 100%;
        margin-top: 15px;
    }
    .footer_contact .contact_block .contact_box a.tel{
        font-size: 24px;
    }
    .footer_contact .contact_block .contact_box a.mail{
        font-size: 18px;
    }
}