@charset "UTF-8";


@media only screen and (min-width: 1280px) {

    a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); /* 初期値：none */
        -ms-filter: "alpha(opacity=70)"; /* 初期値："" */

        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    a {
        transition:
            color 0.3s ease 0s,
            opaicty 0.3s ease 0s;
    }

}

@media only screen and (max-width: 1100px) {

    /* common /////////////////////////////////////////////////////////////////////////////////////////// */
    .cmn_maxbox_1100 {
        padding-left: 3%;
        padding-right: 3%;
    }

}




@media only screen and (max-width: 1024px) {

    .cmn_body .header_contact{
        width: 170px;
    }

    .home_body .header_contact{
        max-width: 170px;
    }

}



@media only screen and (max-width: 1000px) {

/* common /////////////////////////////////////////////////////////////////////////////////////////// */

 .spNone {
    display: none;
}

/*

.pcNone {
    display: block;
}
*/


.cmn_maxbox {
    padding-left: 3%;
    padding-right: 3%;
}

/* aタグ(電話番号) */
a[href^="tel"] {
    pointer-events: all;
}

/* p,
li,
dt,
dd,
a, */
body {
    font-size: 1.4rem;
}






/* 共通：サイドお問い合わせ */

.cmn_sidebtn_outer{
    top: 10%;
}

.cmn_sidebtn_sp{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
}

.cmn_sidebtn_sp.con{
    background-color: #E68C1E;
}


.cmn_sidebtn_sp.tel{
    background-color: #009646;
}


.cmn_sidebtn_sp > img{
    width: 45%;
}



/* 共通：下部お問い合わせ */
.cmn_contact_inner > figure {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.cmn_contact_inner > figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: auto;
    height: 100%;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;

}



/* 共通メインタイトル */
/* .cmn_maintitle {
    height: auto;
    padding-top: 60px;
    padding-right: 0;
}

.cmn_maintitle h1 .en {
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
}

.cmn_maintitle h1 .ja {
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
}

.cmn_maintitle > div {
    width: 60%;
}

.cmn_maintitle > div div {
    width: 100%;
    height: auto;
    min-height: 100px;
} */


.cmn_maintitle {
    position: relative;
    /* height: 180px; */
    height: 28vw;
    min-height: 180px;
    padding: 60px 0 0;
    background:none;
}

.cmn_maintitle h1 {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: calc(100% - 60px);
    text-align: center;
    color: #ffffff;
}

.cmn_maintitle h1 > * {
    text-shadow:
        0 0 10px #000000;
}

.cmn_maintitle h1 .en {
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
}

.cmn_maintitle h1 .ja {
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
}

.cmn_maintitle > div {
    width: 100%;
}

.cmn_maintitle > div div {
    width: 100%;
}






/* header */
#header_modalmenu_check {
    position: fixed;
    right: 5%;
    top: 30px;
    transform: translate(50%, -50%);
    z-index: -99;
    display: inline-block;
    opacity: 0;
}

.home_body .header_infobar,
.cmn_body .header_infobar {
    z-index: 99;
    height: 60px;
    background: #ffffff;
}

.home_body .header_infobar,
.cmn_body .header_infobar {
    padding: 0 3%;
}

.home_body .header_infobar::before {
    display: none;
}

.home_body .header_logo {
    display: inline-block;
}

.header_logo img {
    width: 160px;
}

.header_nav {
    display: none;
}

.header_instagram.header_instagram{
    /* margin-right: 20px; */
    margin-right: clamp(18px,3%,9999rem);
    margin-left: auto;
}

.home_body .header_contact,
.cmn_body .header_contact {
    display: none;
}

.header_modalmenu_btn {
    margin: 0;
}

.header_modalmenu_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.header_modalmenu_btn .box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.header_modalmenu_btn .top {
    transform: translateY(-11px);
}

.header_modalmenu_btn .bottom {
    transform: translateY(11px);
}


.header_modalmenu_btn .box span {
    position: absolute;
    left: 0;
    top: calc((100% - 3px)/2);
    display: block;
    width: 100%;
    height: 3px;
    transition: transform .25s,
                opacity .25s,
                background-color .25s;
    background-color: #000000;
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .top,
#header_modalmenu_check:checked ~ #header_modalmenu_area .header_modalmenu_btn .top {
    transform: rotate(45deg);
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .center,
#header_modalmenu_check:checked ~ #header_modalmenu_area .header_modalmenu_btn .center {
    opacity: 0;
}

#header_modalmenu_check:checked ~ .header_infobar .header_modalmenu_btn .bottom,
#header_modalmenu_check:checked ~ #header_modalmenu_area .header_modalmenu_btn .bottom {
    transform: rotate(-45deg);
}

#header_modalmenu_close_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}

#header_modalmenu_check:checked ~ #header_modalmenu_close_bg {
    display: block;
}

#header_modalmenu_area {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 9;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    opacity: 0;
    transition: opacity .15s;
    overflow: auto;
    pointer-events: none;
}

#header_modalmenu_check:checked ~ #header_modalmenu_area {
    opacity: 1;
    pointer-events: all;
}

.header_modalmenu_areainner {
    overflow-y: auto;
}

.header_modalmenu_nav li {
    border-top: 1px solid #333333;
}

/* .header_modalmenu_nav ul {
    border-bottom: 1px solid #1A2B6D;
} */

.header_modalmenu_nav a {
    display: block;
    padding: 14px;
    font-size: 1.5rem;
    text-align: center;
}

.header_modalmenu_nav a span {
    display: block;
    margin: .01em 0 0 0;
    font-size: 1.5rem;
}


/* footer */








/* home /////////////////////////////////////////////////////////////////////////////////////////// */





/* message /////////////////////////////////////////////////////////////////////////////////////////// */
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(1){
    display: block;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(1) figure{
    margin: 0 auto 30px;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(1) div{
    width: 100%;
}





/* company /////////////////////////////////////////////////////////////////////////////////////////// */







/* biz /////////////////////////////////////////////////////////////////////////////////////////// */

.biz_area_inner figure {
    width: 120%;
}

.biz_area_inner div {
    left: 3%;
}






/* recruit /////////////////////////////////////////////////////////////////////////////////////////// */
.recruit_body section:nth-of-type(2) > div > div > h3,
.recruit_body section:nth-of-type(2) > div > div > p,
.recruit_body section:nth-of-type(2) > div:nth-of-type(5) > div > div{
    width: 100%;
}
.recruit_body section:nth-of-type(2) > div > div,
.recruit_body section:nth-of-type(2) > div:nth-of-type(2n) > div,
.recruit_body section:nth-of-type(2) > div:nth-of-type(5) > div:nth-of-type(2){
    padding: 30px;
}





/* contact /////////////////////////////////////////////////////////////////////////////////////////// */


.cotnact_form_list > div {
    display: block;
}

.cotnact_form_list.cotnact_form_list > div dt {
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
}

.cotnact_form_list.cotnact_form_list > div dd {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.cotnact_form_list textarea,
.cotnact_form_list button,
.cotnact_form_list input,
.cotnact_form_list select {
    font-size: 1.6rem;
}

.cotnact_form_list #fax,
.cotnact_form_list #tel,
.cotnact_form_list #toiawase {
    width: 200px;
}

.cotnact_form_list #mail0,
.cotnact_form_list #mail1 {
    width: calc(100% - 64px);
}

.contact_form_btn {
    margin: 60px auto;
}

.contact_form_btn button[type="reset"] span,
.contact_form_btn button[type="submit"] span {
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
}










}













@media only screen and (max-width: 767px) {




















/* common /////////////////////////////////////////////////////////////////////////////////////////// */





/* 共通：ボタン */
.cmn_btn > * {
    font-size: 1.4rem;
}


/* 共通：下部お問い合わせ */
.cmn_contact_inner {
    flex-direction: column;
}

.cmn_contact_inner > div {
    order: 1;
    display: block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.cmn_contact_inner > div p {
    font-size: 1.6rem;
}

.cmn_contact_inner > div span {
    font-size: 2.3rem;
}

.cmn_contact_inner > div [href*="tel"] {
    font-size: 4.3rem;
}

.cmn_contact_inner .cmn_btn {
    margin: 24px 0 0 0;
}

.cmn_contact_inner > figure {
    flex-shrink: 0;
    position: static;
    width: 100%;
    height: auto;
    min-height: 0;
}

.cmn_contact_inner > figure img {
    position: static;
    transform: none;
    width: 100%;
    min-width: 0;
}



/* 共通ボックス */
.cmn_box {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* 共通見出し（左右ライン） */
.company_map,
.cmn_tit_line + * {
    margin-top: 25px;
}

.cmn_tit_line span {
    font-size: 2.0rem;
    padding-left: .8em;
    padding-right: .8em;
}

.cmn_tit_line::before,
.cmn_tit_line::after {
    width: 36px;
    height: 4px;
}



/* dlリスト */
.cmn_dl > div {
    display: block;
}

/* .cmn_dl > div > dt {
    padding: 20px 15px;
}

.cmn_dl > div > dd {
    padding: 20px 15px;
} */

.cmn_dl > div > dt,
.cmn_dl > div > dd {
    padding: 14px 20px;
}

.cmn_dl > div > dt {
    width: 100%;
    max-width: none;
}

.cmn_dl > div > dd {
    margin: -1px 0 0 0;
}


/* header */



/* footer */
.footer_nav ul {
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_nav ul::before,
.footer_nav ul::after {
    order: 1;
    flex-grow: 0;
    width: 33.33%;
}

.footer_nav li {
    width: 33.33%;
    flex-grow: 0;
}

.footer_nav a {
    padding: .5em 0;
    font-size: 1.3rem;
}

.footer_nav li:nth-of-type(-n+3) a {
    padding-top: 1.1em;
}

.footer_nav li:nth-last-of-type(-n+3) a {
    padding-bottom: 1.1em;
}

.footer_corpinfo {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer_corpinfo > div {
    width: 100%;
    text-align: center;
}

.footer_corpinfo > div > img {
    display: inline-block;
    /* width: 60%; */
    width: 79%;
    max-width: 296px;
    margin: 0 3% 0 0;
}

.footer_corpinfo > div > address {
    /* width: 60%; */
    /* margin: 3em auto 0; */
    margin: 1.4em auto 0;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    white-space: normal;
}

.footer_corpinfo > p {
    width: 100%;
    margin: .5em 0 0 0;
    font-size: 1.3rem;
}

footer > small {
    font-size: 1.1rem;
}

footer::after {
    height: 15px;
    margin: 15px 0 0 0;
}

.footer_gotop {
    right: 20px;
    bottom: 45px;
}

.footer_gotop a {
    width: 40px;
}



/* home /////////////////////////////////////////////////////////////////////////////////////////// */

.home_mainslider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}


.home_maintitle img {
    width: 180px;
}

.home_maintitle p {
    margin: 2.2em 0 0 0;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 700;
}




.home_news_wrapper {
    display: block;
    padding-bottom: 80px;
}

.home_news {
    width: 100%;
    max-height: none;
}

.home_news > ul {
    max-height: 40vh;
    margin: 15px 0 0 0;
}

/* .home_news h2 {
    font-size: 2.2rem;
} */

.home_news ul p {
    font-size: 1.3rem;
}

.home_instagram{
    width: 100%;
    max-width: none;
    margin: 50px 0 0 0;
}

.home_facebook {
    width: 100%;
    margin: 50px 0 0 0;
    text-align: center;
}


.home_intro_inner,
.home_intro_sec.company .home_intro_inner {
    flex-direction: column;
}

.home_intro_sec.recruit .home_intro_inner > div {
    min-height: 0;
}

.home_intro_sec .cmn_btn,
.home_intro_sec.recruit .cmn_btn {
    margin-top: 30px;
}

.home_intro_inner > div {
    display: block;
    width: 100%;
    padding: 40px 3%;
}

.home_intro_inner > div strong {
    font-size: 1.7rem;
    letter-spacing: 0.05rem;
}

.home_intro_inner > div p {
    margin: 1.6em 0 0 0;
}

.home_intro_inner > figure {
    position: static;
    order: -1;
    width: 100%;
    height: auto;
}

.home_intro_sec.company figure {
    display: block;
    text-align: center;
}

.home_intro_inner > figure img {
    position: static;
    transform: none;
    width: auto;
    max-width: 100%;
    min-width: 0;
}


.home_biz > .cmn_tit_line .en {
    font-size: 3.4rem;
}

.home_biz > .cmn_tit_line .ja {
    font-size: 1.4rem;
}

.home_biz_list::after {
    width: 45%;
}

.home_biz_list {
    justify-content: space-around;
}

.home_biz_list li {
    width: 45%;
    /* margin: 30px 0 0 0; */
    margin: 5% 0 0 0;
}

.home_biz_list .cmn_btn > * {
    max-width: none;
    padding-top: .8em;
    padding-bottom: .8em;
    font-size: 1.4rem;
}

.home_biz > .cmn_btn {
    margin-top: 45px;
}







/* message /////////////////////////////////////////////////////////////////////////////////////////// */
.message_body section .font_staat{
    font-size: 2.8rem;
}
.message_body section:nth-of-type(1) .cmn_maxbox{
    padding: 70px 3% 30px;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(2){
    display: block;
    padding: 30px 50px;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(2) figure{
    margin: 0 auto;
    margin-bottom: 30px;
}

.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(2) div h3{
    font-size: 1.8rem;
}
.message_body section:nth-of-type(2){
    padding-left: 3%;
    padding-right: 3%;
}
.message_body section:nth-of-type(2) > div:nth-of-type(1){
    display: block;
}
.message_body section:nth-of-type(2) > div > figure{
    width: 100%;
}


/* company /////////////////////////////////////////////////////////////////////////////////////////// */
.company_history_list > div {
	flex-wrap: wrap;
	padding: 18px 0 20px;
}

.company_history_list > div dt {
	width: 100%;
	padding: 0 20px;
	font-size: 1.5rem;
	text-align: left;
	font-weight: bold;
}

.company_history_list > div dd {
	width: 100%;
	padding: 10px 20px 0 35px;
}

.company_access {
    padding-bottom: 100px;
}

.company_map {
    height: 350px;
}






/* biz /////////////////////////////////////////////////////////////////////////////////////////// */

.biz_area_inner {
    position: static;
}

.biz_area_inner figure {
    width: 100%;
    height: 0;
    /* padding: 42% 0 0 0; */
    padding: 56% 0 0 0;
    overflow: hidden;
}

.biz_area_inner figure img {
    position: absolute;
    left: 42%;
    bottom: 0;
    transform: translate(-50%, 0);
    display: block;
    width: auto;
    /* height: 100%; */
    height: 110%;
    max-width: none;
    max-height: none;
    min-width: 0;
    min-height: 0;
}

.biz_area_inner div {
    position: static;
    transform: none;
    width: 100%;
    padding: 25px 30px;
}

.biz_area_inner div h2 {
    font-size: 1.8rem;
}

.biz_area_inner div p {
    margin: 10px 0 0 0;
    font-size: 1.4rem;
}




.biz_list li {
    flex-direction: column-reverse;
    justify-content: normal;
    align-items: normal;
}

.biz_list li:nth-of-type(2n) {
    flex-direction: column-reverse;
}

.biz_list li + li {
    margin: 60px 0 0 0;
}

.biz_list li > div {
    width: 96%;
    margin: 24px auto 0;
}

.biz_list li .cmn_tit_arr {
    font-size: 1.8rem;
}

.biz_list li > div p {
    margin: 20px 0 0 0;
}

.biz_list li > figure {
    width: 100%;
}

.biz_list li > figure img {
    width: 96%;
}







/* recruit /////////////////////////////////////////////////////////////////////////////////////////// */
.recruit_body section .font_staat{
    font-size: 2.8rem;
}
.recruit_body section:nth-of-type(1) .cmn_maxbox{
    padding: 70px 3% 90px;
}
.recruit_body section:nth-of-type(1) .cmn_maxbox > div{
    display: block;
}
.recruit_body section:nth-of-type(1) .cmn_maxbox > div >figure{
    width: 100%;
}
.recruit_body section:nth-of-type(2) h2{
    line-height: 150px;
}
.recruit_body section:nth-of-type(2) > div{
    display: block;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(2n-1) > div::after,
.recruit_body section:nth-of-type(2) > div:nth-of-type(2n) >div::after,
.recruit_body section:nth-of-type(2) > div:nth-of-type(2n-1) > figure::after,
.recruit_body section:nth-of-type(2) > div:nth-of-type(2n) > figure::after{
    display: none;
}
.recruit_body section:nth-of-type(2) > div{
    height: auto;
}
.recruit_body section:nth-of-type(2) > div > figure,
.recruit_body section:nth-of-type(2) > div > div, .recruit_body section:nth-of-type(2) > div > figure{
    width: 100%;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(5) > div > div{
    display: block;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(5) > div > div > figure{
    text-align: center;
    margin-bottom: 20px;
}


/* contact /////////////////////////////////////////////////////////////////////////////////////////// */
.contact_info {
	padding: 40px 0 50px;
    margin: 50px auto 20px;
}

.contact_info h3 {
	font-size: 2.4rem;
}

.contact_info > a {
	font-size: 4.8rem;
}

.contact_info > small {
	font-size: 1.4rem;
}

.contact_info > span {
	font-size: 2.2rem;
}

.contact_info > address {
	font-size: 1.4rem;
}





}








@media only screen and (max-width: 560px) {









/* common /////////////////////////////////////////////////////////////////////////////////////////// */




/* header */



/* footer */








/* home /////////////////////////////////////////////////////////////////////////////////////////// */





/* message /////////////////////////////////////////////////////////////////////////////////////////// */
.message_body section:nth-of-type(1) strong{
    letter-spacing: 0;
    line-height: 150px;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(1) div{
    font-size: 1.6rem;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(1) div > p:nth-of-type(2){
    font-size: 1.4rem;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(1) div > p:nth-of-type(2) span{
    font-size: 1.8rem;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(2) div{
    padding-left: 0;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(2){
    padding: 30px;
}
.message_body section:nth-of-type(2){
    font-size: 1.6rem;
}
/* company /////////////////////////////////////////////////////////////////////////////////////////// */







/* biz /////////////////////////////////////////////////////////////////////////////////////////// */







/* recruit /////////////////////////////////////////////////////////////////////////////////////////// */
.recruit_body section:nth-of-type(1) strong{
    line-height: 150px;
}
.recruit_body section:nth-of-type(1) .cmn_maxbox > p{
    font-size: 1.6rem;
}
.recruit_body section:nth-of-type(1) .cmn_maxbox {
    padding: 70px 3% 70px;
}
.recruit_body section:nth-of-type(2) h2{
    line-height: 100px;
}
.recruit_body .cmn_tit_arr small{
    font-size: 1.4rem;
}


/* contact /////////////////////////////////////////////////////////////////////////////////////////// */








}