@charset "utf-8";
/* CSS Document */
@media screen and (max-width:1360px){
    .recruit_fv video{
        height: 50vw;
    }
}

@media screen and (max-width:1024px){
    .company_tbl{
        width: 100%;
    }
}
@media screen and (max-width:768px){

.visible-sp{
	display:block;
}
.hidden-sp{
	display:none !important;
}
.fixedcontainer{
	width: 90%;
}
.header_in{
	padding: 10px 0 10px 10px;
}
.header_links{
    display: flex;
    align-items: center;
    gap: 24px;
}
.menu-trigger {	
	position: relative;
	display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 12;
}
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    background: #3F3F3F;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}
.top_header .menu-trigger span{
    background: #fff;
}
.menu-trigger span:nth-of-type(1) {
    top: 15px;
}
.menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 15px;
}
.g-nav {
    display: none;
    position: fixed;
    top: 0;   
    left: 0;
    background: rgba(255,255,255,0.95);
    width: 100%;
    height: 100vh;
    z-index: 1;
}
.top_header .g-nav{
    background: rgba(0, 0, 0, 0.95);
}
.g-nav .list {
    padding: 70px 40px;
}
.g-nav .list li{
    list-style: none;
	margin-bottom: 42px;
}
.g-nav .list li:first-child{
    margin-bottom: 60px;
}
.g-nav .list li:last-child{
    margin-bottom: 0px;
}
.g-nav .list li a {
    display: inline-block;
    font-weight: bold;
}
.g-nav .list li .contact_btn{
    padding: 15px 64px;
    position: absolute;
    left: 40px;
    bottom: 70px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}
.fv{
    background-image: url(../img/fv-sp.png);
}
.fv h1{
    margin: 0 22px;
    font-size: 42px;
}
.footer{
    padding: 40px 0;
}
.footer_left_in ul{
    display: block;
}
.sec{
    padding: 80px 0;
}
.concept h2{
    font-size: 28px;
    margin-bottom: 24px;
}
.concept p{
    text-align: left;
}
.concept{
    background-image: url(../img/concept-back-sp.jpg);
    background-position: center bottom;
}
	.service::before{
		content: none;
	}
.concept::after{
    content: none;
}
.title{
    font-size: 32px;
    margin-bottom: 36px;
}
.title span{
    font-size: 18px;
}
.service_content{
    display: block;
    text-align: center;
}
.service_content_in p{
    font-size: 20px;
    margin-bottom: 32px;
}
.service_link_btn{
    font-size: 28px;
    margin: 0 auto;
    justify-content: center;
}
.service_link{
    margin-top: 32px;
}
.company{
    padding: 80px 0;
    background-image: url(../img/cta-back-sp.png);
}
.company_in{
    display: block;
}
.company_in div{
    padding: 0;
    border-right: none;
    text-align: center;
}
.company_in p{
    text-align: center;
    font-size: 16px;
    padding: 0;
    margin-top: 18px;
}
.news_item{
    padding: 24px 16px;
    gap: 16px;
}
.news_slider .slick-dots li button{
    width: 12px;
    height: 12px;
}
.news_slider .slick-dots li{
    margin: 0 8px;
}
.recruit h2{
    font-size: 28px;
}
.recruit p{
    font-size: 18px;
}
.recruit{
    background-image: url(../img/recruit-back-sp.png);
}
.footer_left_in{
    display: block;
    margin-bottom: 32px;
}
.footer{
    padding: 60px 0;
}
.footer_in{
    width: 90%;
    margin: 0 auto;
    display: block;
}
.footer_left_in>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.footer_left_in ul li{
    border-top: 1px solid #D9D9D9;
}
.footer_left_in ul li:last-child{
    border-bottom: none;
}
.footer_left_in ul li a{
    padding: 20px 0;
    display: block;
    font-weight: 500;
}
.footer_contact_btn{
    text-align: center;
    max-width: 240px;
    margin: 40px auto 0;
}
.footer_right{
    text-align: center;
}
.copyright{
    text-align: center;
    margin-top: 12px;
}
.company_tbl th{
    width: 126px;
    padding: 32px 20px;
}
.company_tbl td{
    width: calc(100% - 126px);
    padding: 32px 20px;
}
.company_ttl{
    font-size: 32px;
    margin-bottom: 40px;
}
.company_content{
    margin-top: 52px;
}
.company_links{
    flex-wrap: wrap;
    gap: 16px;
}
.company_link_btn{
    width: calc(50% - 8px);
    border-radius: 12px;
}
.company_link_btn span{
    font-size: 14px;
}
.company_div_ttl span{
    font-size: 18px;
}
.company_div_ttl{
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.company_div_ttl::before{
    content: none;
}
.company_div p{
    line-height: 1.8;
}
.company_div{
    margin-bottom: 48px;
}
.contact_sec{
    padding: 44px 0;
}
.entry_div{
    margin-top: 72px;
}
.contact_subtxt{
    margin-top: 20px;
}
.form_two_item{
    display: block;
}
.contact_form_tbl th, .contact_form_tbl td{
    font-size: 14px;
    padding: 16px 0;
}
.contact_form_tbl th{
    width: 120px;
}
.contact_form_btns p{
    margin-top: 24px;
    gap: 12px;
}
.thanks_post{
    display: block;
    margin-top: 48px;
}
.thanks_post_img{
    width: 100%;
    margin-bottom: 48px;
}
.thanks_post_img img{
    height: 54vw;
}
.thanks_post_content{
    width: 100%;
}
.thanks_post_link{
    text-align: center;
}
.news_one{
    display: block;
    padding: 0;
    border: none;
    margin-bottom: 24px;
}
.news_one:last-child{
    margin-bottom: 0;
}
.news_one_img{
    width: 100%;
    height: 54vw;
}
.news_one_content{
    width: 100%;
    margin-top: 12px;
}
.news_one_content h3{
    font-size: 18px;
    white-space: normal;
}
.pagination{
    gap: 8px;
}
.news_detail_ttl{
    font-size: 32px;
}
.news_detail_content>div{
    margin-top: 32px;
}
.news_detail_content h2{
    font-size: 20px;
    margin-bottom: 12px;
}
.recruit_fv h1{
    font-size: 28px;
    margin-bottom: 18px;
}
.recruit_fv_in{
    text-align: center;
}
.recruit_fv{
    padding: 44px 0;
}
.recruit_fv p{
    margin-bottom: 32px;
}
.members_in{
    width: 90%;
    padding: 0;
    margin: 0 auto;
}
.member_ttl{
    font-size: 32px;
}
.member_item{
    width: 240px;
}
.member_name{
    font-size: 16px;
}
.member_position{
    font-size: 12px;
}
.environment_item{
	width: 80vw;
}
.environment_img_wrap_in>div{
    padding: 64px 14px;
}
#environment_img{
    height: 446px;
    object-fit: cover;
    border-radius: 12px;
}
.environment_contents{
    display: block;
}
.environment_content_one{
    width: 100%;
}
.culture{
    margin-bottom: 4px;
}
.environment_content_one{
    height: 260px;
}
.environment_content_modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    padding: 40px 0;
}
	
	.environment_content_txt{
		opacity: 1;
	}
.modal_in{
    width: 90%;
    margin: 0 auto;
    padding: 64px 14px;
    background-color: #fff;
    position: relative;
    border-radius: 12px;
}
.environment_modal_close{
    position: absolute;
    top: 14px;
    right: 14px;
}
.environment_modal_img img{
    width: 100%;
    border-radius: 12px;
}
.environment_modal_img{
    margin-bottom: 24px;
}
.environment_modal_txt{
    font-weight: bold;
}
.environment_content_ttl p:first-child{
    font-size: 24px;
}
.instagram .company_sec_in{
    width: 100%;
}
	.insta_ttl{
		margin-bottom: 32px;
	}
	.insta_btn_wrap{
		margin-top: 0;
		margin-right: 5%;
	}
.jobs{
    padding: 80px 5%;
}
.jobs_in{
    display: block;
}
.jobs_ttl{
    width: 100%;
    text-align: center;
}
.jobs_ttl h2{
    margin-bottom: 48px;
}
.jobs_link{
    width: 100%;
    margin-top: 24px;
    padding: 22px 24px;
    gap: 18px;
}
.jobs_ttl span{
    margin-top: 4px;
}
.jobs_link img{
    width: 35px;
}
.entry_top h1{
    font-size: 32px;
    text-align: center;
    margin-bottom: 8px;
}
.entry_top p{
    font-size: 18px;
    text-align: center;
}
.entry_taps p{
    font-size: 16px;
    text-align: center;
    padding: 16px 0;
    width: 33.33%;
}
.entry_top_content_one.active{
    display: block;
}
.entry_top_content_one_img{
    width: 100%;
    margin-bottom: 24px;
}
.entry_top_content_one_img img{
    height: 224px;
}
.entry_top_content_one_txt{
    width: 100%;
}
.application_ttl{
    text-align: center;
}
.application_content th{
    width: 120px;
    font-size: 18px;
    vertical-align: top;
}
	.entry_thanks .company_ttl{
		font-size: 28px;
	}
	.company_fv{
		padding: 100px 5%;
	}
}
