@charset "utf-8";
/* CSS Document */
/*Theme Name: original
  Author:office Rohan Corporation
  Description: Version: 1.0
  License:office Rohan Corporation
*/

/*  CSS Reset 
------------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    margin: 0
}

html,
body {
    height: 100%;
    min-height: 100vh;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased
}


picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%
}

img {
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

#root,
#__next {
    isolation: isolate
}

/*input,*/
textarea {
    -webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

/* flex
--------------------------------------------------------*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex.start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.flex.end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex.center {
    -webkit-justify-content: center;
    justify-content: center;
}

.flex.around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flex.between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex.stretchf {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.flex.ai_center {
    -webkit-align-items: center;
    align-items: center;
}

.flex.ai_start {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex.ai_end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex.nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex.column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex.row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.flex.c_reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex.r_reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.noshrink {
    flex: 0 0 auto;
}

.grow {
    flex: 1 1 auto;
}

/* base
---------------------------------------------------------------*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: .5;
    transition: .3s;
}

a[href^="tel:"]:hover {
    opacity: 1;
}

.slick-slide {
    outline: none;
}

.tb_only {
    display: none;
}

.sp_only {
    display: none;
}

.tb_pc {
    display: inherit;
}

.sp_tb {
    display: none;
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.txt_left {
    text-align: left;
}

.inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

body {
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-size: 15px;
    font-weight: 400;
    min-width: 1280px;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-family: 'M PLUS 1 Code', sans-serif;
}

.jn {
    font-family: 'M PLUS 1 Code', sans-serif;
}

.en {
    font-family: 'Inter', sans-serif;
}

.min {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media(max-width: 767px) {
    .inner {
        max-width: 100%;
        padding: 0 3.2vw;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 18px;
    }

    body {
        min-width: 100%;
        max-width: 100%;
        font-size: 12px;
        line-height: 1.5625;
    }

}



/* debug 
----------------------------------------------------------------------------------------------*/
html.int {
    margin-top: 0 !important;
}

#wpadminbar {
    z-index: 10000000 !important;
    background: rgba(0, 0, 0, 0.25) !important;
}

/*--------------------------------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:960px) {
    .pc_only {
        display: none;
    }

    .tb_only {
        display: inherit;
    }

    .sp_only {
        display: none;
    }

    .tb_pc {
        display: inherit;
    }

    .sp_tb {
        display: inherit;
    }

    body {
        min-width: 100%;
        max-width: 100%;
        overflow-y: scroll;
    }

}

@media(max-width: 767px) {
    #wpadminbar {
        display: none;
    }


    .pc_only {
        display: none;
    }

    .tb_only {
        display: none;
    }

    .sp_only {
        display: inherit;
    }

    .tb_pc {
        display: none;
    }

    .sp_tb {
        display: inherit;
    }
}

/* conponent
----------------------------------------------------------*/
.mb1 {
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.mb3 {
    margin-bottom: 3rem;
}

.mb4 {
    margin-bottom: 4rem;
}

.mb5 {
    margin-bottom: 5rem;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mt3 {
    margin-top: 3rem;
}

.mt4 {
    margin-top: 4rem;
}

.mt5 {
    margin-top: 5rem;
}

.fw3 {
    font-weight: 300;
}

.fw4 {
    font-weight: 400;
}

.fw5 {
    font-weight: 500;
}

.fw7 {
    font-weight: 700;
}

.txt_link {
    text-decoration: underline;
    color: #ee7700;
}

.wrap_bread {
    color: #333;
    padding: 2rem 0 0;
    font-size: 75%;
    font-weight: 400;
    position: relative;
    z-index: 3;
}

.wrap_bread .inner span {
    padding-right: 0.25em;
}

.wrap_bread .inner span.sep {
    padding-right: 0.5rem;
}

.wrap_bread .inner span a {
    text-decoration: underline;
    color: #ee7700;
}

.nav-links {
    text-align: center;
}

.nav-links a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 12px 0 0;
    border: 1px solid;
}
.nav-links a.prev,.nav-links a.next {
    border:1px solid #fff;
}
.nav-links a:hover {
    background: #ee7700;
    color: #fff;
    opacity: 1;
}
.nav-links a.prev:hover ,.nav-links a.next:hover  {
    border:1px solid #ee7700;
}
.nav-links .current {
    display: inline-block;
    padding: 4px 10px;
    font-weight: bold;
    margin: 0 12px 0 0;
    border: 1px solid #331A00;
    color: #fff;
    background: #331A00;
}

.nav-links a.prev,
.nav-links a.next {}

.wrap_pagenation01 {
    margin-top: 5rem;
}
main{
    min-height: calc(100vh - 474px);
    position: relative;
    z-index: 3;
}
::-webkit-full-page-media, :future, :root main{
    min-height: calc(100dvh - 358px);
}
@media(max-width: 767px) {
    .wrap_bread {
        padding: 1rem 0 0;
    }

    .btn01 a {
        font-size: 16px;
        padding: 15px 15px;
        width: 80%;
    }

    .btn02 a:hover::before {
        right: -18px;
    }

    .body_bread {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .wrap_pagenation01 {
        margin-top: 2rem;
    }
    .nav-links {
        text-align: left;
    }
}



/* header
----------------------------------------------------------*/
.header {
    z-index: 999998;
    position: relative;
}

.header .wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}

.pc_nav02 {
    font-size: 115%;
    font-weight: 600;
}

.pc_nav02 ul li {
    padding-left: 20px;
}

.pc_nav02 ul li:first-of-type {
    padding-left: 0px;
}

.pc_nav02 ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}


.pc_nav02 ul li:last-of-type a {
    background: #ee7700;
    color: #fff;
    border-radius: 25px;
    padding: 5px 20px;
}


.pc_nav02 ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    background-color: #333;
    left: 0;
}

.pc_nav02 ul li a:hover::after {
    transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
    transform-origin: left top;
    /*左から右に向かう*/
}

.pc_nav02 ul li:last-of-type a::after {
    display: none;
}

#g-nav {
    display: none;
}

@media(max-width: 767px) {
    .pc_nav02 ul li a::after {
        display: none;
    }
    .pc_nav02 {
        display: none;
    }

    .logo_head {
        width: 140px;
    }

    .header .wrap {
        width: 100%;
        padding: 3.2vw 3.2vw;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 999999;
        top: 3.2vw;
        right: 3.2vw;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #ee7700;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 10px;
        height: 1px;
        border-radius: 2px;
        background-color: #fff;
        width: 50%;
    }

    .openbtn span:nth-of-type(1) {
        top: 12px;
    }

    .openbtn span:nth-of-type(2) {
        top: 20px;
    }

    .openbtn span:nth-of-type(3) {
        top: 28px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 13px;
        left: 8px;
        transform: translateY(6px) rotate(-45deg);
        width: 60%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 25px;
        left: 8px;
        transform: translateY(-6px) rotate(45deg);
        width: 60%;
    }

    .no-scroll {
        overflow: hidden;
        touch-action: none;
    }

    #g-nav {
        position: fixed;
        z-index: -1;
        opacity: 1;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #4D2600;
        transition: all 0.3s;
        display: block;
    }

    #g-nav.panelactive {
        opacity: 1;
        z-index: 999;
        right: 0%;
    }

    #g-nav.panelactive #g-nav-list {
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav #g-nav-list>ul {
        display: none;
        position: absolute;
        z-index: 999;
        top: 60px;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 80%;
        padding-bottom: 60px;
    }

    #g-nav.panelactive #g-nav-list>ul {
        display: block;
        padding-top: 30px;
    }


    #g-nav #g-nav-list>ul>li {
        list-style: none;
        text-align: left;
        position: relative;
        margin-bottom: 0px;
        font-size: 16px;
    }

    #g-nav #g-nav-list>ul>li>a {
        color: #fff;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border-bottom: 1px solid #fff;
    }

    #g-nav #g-nav-list>ul>li:first-of-type>a {
        border-top: 1px solid #fff;
    }
}


@media(max-width: 767px) {}

/* page common
----------------------------------------------------------*/
.mv_page {
    padding-top: 2rem;
}

.mv_page .inner {
    overflow: hidden;
}

.mv_page .area01 {}

.mv_page .area01.active {}

.mv_page .ttl {
    font-size: 140%;
    font-weight: 500;
}

.mv_page .en {
    font-size: 350%;
    font-weight: 700;
    line-height: 1;
}

.page main {
    padding: 2rem 0 6rem;
}

.page_head {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 400px;
    background-color: #ee7700;
    margin-top: 2rem;
}

.page_head .area {
    position: absolute;
    width: 460px;
    background: #331A00;
    color: #fff;
    bottom: 0;
    right: 0;
    padding: 40px 25px 25px 60px;
    border-radius: 65px 0 0 0;
    font-size: 125%;
    font-weight: 500;
}

.wrap_img {
    width: 100%;
    height: 100%;
}

.wrap_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media(max-width: 767px) {

    .mv_page .en {
        font-size: 250%;
        font-weight: 700;
        line-height: 1;
    }

    .mv_page .ttl {
        font-size: 120%;
        font-weight: 500;
    }

    .page main {
        padding: 2rem 0 4rem;
    }

    .mv_page {
        padding-top: 2rem;
    }

    .mv_page {
        padding-top: 1rem;
    }
    .page_head .area {
        width: 50%;
        padding: 20px 10px 10px 32px;
        border-radius: 40px 0 0 0;
        font-size: 100%;
    }
    .page_head {
        height: 260px;
        background-color: #ee7700;
        margin-bottom: 1rem;
    }
}


/* privacy
----------------------------------------------------------*/
.privacy h2 {
    margin-bottom: 1rem;
    font-size: 175%;
}

.privacy .intr {
    margin-bottom: 4rem;
}

.privacy .area {
    margin-bottom: 4rem;
}

.privacy .area p {
    margin-bottom: 1rem;
}

@media(max-width: 767px) {
    .privacy h2 {
        margin-bottom: 0.75rem;
        font-size: 135%;
    }

    .privacy .intr {
        margin-bottom: 3rem;
    }

    .privacy .area {
        margin-bottom: 3rem;
    }

    .privacy .area p {
        margin-bottom: 0.75rem;
    }

    .page.privacy main {
        padding: 2rem 0 3rem;
    }
}

/*footer
----------------------------------*/
.footer {
    background: #331A00;
    color: #fff;
    padding: 50px 0 8px;
    position: relative;
    z-index: 3;
}

.footer .list li {
    padding-left: 20px;
}

.footer .list li:first-of-type {
    padding-left: 0px;
}

.footer .list li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.footer .list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    background-color: #fff;
    left: 0;
}

.footer .list li a:hover::after {
    transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
    transform-origin: left top;
    /*左から右に向かう*/
}

.copyright {
    text-align: center;
    padding-top: 30px;
}

@media(max-width: 767px) {
    .footer .col_l {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer {
        padding: 16px 0 8px;
    }

    .footer .list li {
        width: 100%;
        border-bottom: 1px solid #fff;
        padding: 10px 6px;
    }

    .footer .list li a {
        display: block;
    }

    .footer .list li:first-of-type {
        padding: 10px 6px;
    }

    .footer .list01 li:first-of-type {
        border-top: 1px solid #fff;
    }
    .footer .list li a::after{
        display: none;
    }
}

/*sitemap
-------------------------------*/
.area_sitemap01 {
    margin-bottom: 1rem;
}

.area_sitemap01 h2 {
    font-weight: 400;
    font-size: 110%;
}

.area_sitemap01 ul {
    padding-left: 10px;
}

.area_sitemap01 ul li {
    padding: 10px 0px;
}

.area_sitemap01 ul li a {
    display: inline-block;
    border-right: 1px solid #333;
    padding: 0 10px;
}

.area_sitemap01 a {
    overflow: hidden;
    position: relative;
}

.area_sitemap01 a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    background-color: #ee7700;
    left: 0;
}

.area_sitemap01 a:hover {
    color: #ee7700;
}

.area_sitemap01 a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
}

@media(max-width: 767px) {
    .page.sitemap main {
        padding: 2rem 0 5rem;
    }
    .area_sitemap01 a::after {
        display: none;
    }
}


/*recruit
--------------------------*/
.sec_recruit01 {
    background-color: #f7f7f7;
    position: relative;
    z-index: 3;
    padding: 4rem 0 6rem;
}

.cmn_ttl01 {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 175%;
    position: relative;
    padding-bottom: 10px;
}

.cmn_ttl01::before {
    content: '';
    position: absolute;
    width: 75px;
    height: 1px;
    background-color: #ee7700;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.tbl_default01 {
    max-width: 800px;
    margin: 0 auto;
}

.tbl_default01 table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    line-height: 1.5;
}

.tbl_default01 tr th {
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    border-top: 1px solid #ee7700;
}

.tbl_default01 th {
    background: #fff;
    color: #333;
    width: 25%;
    text-align: left;
    font-weight: 500;
    padding: 32px 18px;
    vertical-align: top;
}

.tbl_default01 tr:not(:last-child) td {
    border-bottom: 1px solid #ddd;
}

.tbl_default01 td {
    width: 75%;
    padding: 32px 18px;
    background: #fff;
    color: #333;
}

.txt_link2 {
    color: #ee7700;
}

.txt_link2 {
    overflow: hidden;
    position: relative;
}

.txt_link2::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    background-color: #ee7700;
    left: 0;
}

.txt_link2:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
}

.page.recruit main {
    padding-bottom: 0rem;
}
@media(max-width: 767px) {
    .txt_link2::after{
        display: none;
    }
    .sec_recruit01 {
        padding: 2rem 0 4rem;
    }
    .tbl_default01 th {
        width: 100%;
        display: block;
        padding: 16px 16px 16px;
        font-size: 130%;
        border-bottom: 1px solid #e7e7e7;
    }
    .tbl_default01 td {
        width: 100%;
        padding: 16px;
        display: block;
        margin-bottom: 30px;
        border: none;
    }
    .tbl_default01 tr:not(:last-child) td {
        border: none;
    }
    .tbl_default01 table {
        border-top: none;
        border-bottom: none;
        width: 100%;
    }

}
/*forms
-----------------------------*/

.progressbar {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto 30px;
}

.progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
    display: block;
}

.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}


.progressbar .item:first-child,
.mw_wp_form_preview .progressbar .item:nth-child(2),
.mw_wp_form_complete .progressbar .item:nth-child(2),
.mw_wp_form_complete .progressbar .item:nth-child(3) {
    z-index: 1;
    background: #ee7700;
    color: #FFF;
}

.progressbar .item:first-child:not(:last-child)::after,
.mw_wp_form_preview .progressbar .item:nth-child(2):not(:last-child)::after,
.mw_wp_form_complete .progressbar .item:nth-child(2):not(:last-child)::after,
.mw_wp_form_complete .progressbar .item:nth-child(3):not(:last-child)::after {
    border-left-color: #ee7700;
}

.progressbar .item:first-child:not(:last-child)::before,
.mw_wp_form_preview .progressbar .item:nth-child(2):not(:last-child)::before,
.mw_wp_form_complete .progressbar .item:nth-child(2):not(:last-child)::before,
.mw_wp_form_complete .progressbar .item:nth-child(3):not(:last-child)::before {
    border-left: none;
}

.mw_wp_form_input .txt02 {
    display: none;
}

.mw_wp_form_input .txt01 {
    margin: 0px 0 30px;
    text-align: center;
}

.mw_wp_form_input .txt01 a {
    text-decoration: underline;
    color: #ee7700;
}

.mw_wp_form_preview .txt01 {
    display: none;
}

.mw_wp_form_preview .txt02 {
    display: block;
    text-align: center;
    margin: 0px 0 30px;
}

.form {
    width: 80%;
    margin: 0 auto 50px;
}

.form dt {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 24px;
}

.form dt:last-of-type {
    align-items: start;
}

.mw_wp_form_preview .form dt:last-of-type {
    padding-top: 20px;
}

.form dd {
    width: 70%;
}

.form dd input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    font-size: 16px;
    line-height: 2;
    outline: none;
    display: inline-block;
    width: 100%;
}

.form dd input:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.form dd.filess input {
    border: none;
}

.form dd textarea {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 8px;
    font-size: 16px;
}

.form dd textarea:focus {
    border: 1px solid rgba(0, 0, 0, 1);
}

.form dt span:nth-of-type(1) {
    display: inline-block;
    font-weight: 500;
}

.form dt span:nth-of-type(2) {
    display: inline-block;
    padding-left: 8px;
}

.form dt span:nth-of-type(3) {
    display: inline-block;
    padding-left: 0px;
    font-size: 80%;
}

.mwform-file-delete {
    height: 0;
    display: block;
}

.wrap_form .btn {
    max-width: 260px;
}

.wrap_form .btn01 {
    max-width: 130px;
    margin-right: 16px;
}

.wrap_form .btn input {
    display: inline-block;
    width: 260px;
    margin: auto;
    font-size: 16px;
    height: 64px;
    border-radius: 64px;
    position: relative;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    z-index: 1;
}

.mw_wp_form_input .btn01 {
    display: none;
}

.wrap_form .btn01 input {
    width: 130px;
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}

.mw_wp_form_input .mw-wp-form_file {
    display: none;
}

.mw_wp_form_preview .form dd {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    font-size: 16px;
    line-height: 2;
    display: inline-block;
}
.txt_thanks{
    text-align: center;
    margin-bottom: 30px;
}
.c_btn{
    text-align: center;
}
.c_btn a{
    display: inline-block;
    width: 260px;
    margin: auto;
    font-size: 16px;
    height: 64px;
    border-radius: 64px;
    position: relative;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    line-height: 64px;
}


@media(max-width: 767px) {
    .progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    display: none;
}
.logo_foot {
    width: 220px;
}
    .mw_wp_form_input .txt01 {
        text-align: left;
    }
    .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }
    .progressbar {
        width: 90%;
    }
    .mw_wp_form_input .progressbar+.txt01{
        text-align: center;
    }
    .form {
        width: 100%;
        margin: 0 auto 30px;
    }
    .form dt {
        width: 100%;
        line-height: 24px;padding-top: 10px;
    }
    .form dd {
        width: 100%;
    }
    .form dd input {
        padding: 10px 0;
    }
    .mw_wp_form_preview .progressbar .item:first-child:not(:last-child)::after,
    .mw_wp_form_complete .progressbar .item:nth-child(1):not(:last-child)::after,
    .mw_wp_form_complete .progressbar .item:nth-child(2):not(:last-child)::after{
        display: none;
    }
    .mw_wp_form_preview .txt02{
        text-align: left;
    }
    .wrap_form .btn input {
        width: 250px;
    }
    .wrap_form .btn01 input {
        width: 80px;
    }
    .wrap_form .btn {
        max-width: 250px;
    }
    .wrap_form .btn01 {
        max-width: 80px;
    }
    .txt_thanks {
        text-align: left;
        margin-bottom: 30px;
    }
}

@media(max-width: 767px) {}


/* archive
--------------------------------*/
.main_archive_news{
    padding: 4rem 0 6rem;
}

.list_archive_news01 li{
    width:calc(100% / 3 - 10px);
    margin-left: 15px;
}
.list_archive_news01 li:first-of-type{
    margin-left: 0;
}
.list_archive_news01 li a{
    border: 1px solid #333;
    width: 100%;
    text-align: center;
    line-height: 4;
    display: block;
    position: relative;
    opacity: 1;
}
.list_archive_news01 li.active a{
    background-color:#333;
    color: #fff;
}

.list_archive_news01 li a:hover{
    color: #fff;
}
.list_archive_news01 li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    background-color: #333;
    left: 0;
}

.list_archive_news01 li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
    z-index: -1;
}
.list_archive_news01 li.active a::after {
    display: none;
}
.list_archive_news01 {
    margin-bottom: 2rem;
}
.post_item_archive_news01 a{
    display: flex;
    justify-content: start;
    width: 100%;
    align-items: center;
    font-size: 110%;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
    opacity: 1;
}
.post_item_archive_news01 a:hover{
    border-bottom:1px solid#331A00;
}
.post_item_archive_news01 .date{
    margin-right: 25px;
}
.post_item_archive_news01 .cat{
    margin-right: 25px;
    font-size: 80%;
    display: block;
    background: #ee7700;
    color: #fff;
    padding: 8px 16px;
    width: 165px;
    text-align: center;
}
.post_item_archive_news01 .ttl{
    font-weight: 500;
}
.archive_content {
    max-width: 900px;
    margin: 0 auto;
}
@media(max-width: 767px) {
    .main_archive_news {
        padding: 2rem 0 4rem;
    }
    .list_archive_news01 {
        margin-bottom: 2rem;
    }
    .post_item_archive_news01 .date {
        margin-right: 15px;
    }
    .post_item_archive_news01 .cat {
        margin-right: 0px;
        font-size: 100%;
        padding: 8px 16px;
        width: auto;
    }
    .post_item_archive_news01 a {
        flex-wrap: wrap;
    }
    .post_item_archive_news01 .ttl {
        font-weight: 500;
        width: 100%;
        margin-top: 20px;
        font-size: 115%;
    }
    .list_archive_news01 li a::after{
        display: none;
    }
}
/*single
--------------------------------*/

.single_content .ttl.news {
    margin-bottom: 1rem;
    font-size: 25px;
}

.head_area.news.cat_news01 {
    background: #eee;
    padding: 0.2em 0.6em;
    display: inline-block;
    margin-left: 0.5rem;
}
.single_content {
    padding: 4rem 0 6rem;
}
.single_content .area01 h2,
.single_content .area01 h1 {
    padding: 0.05em 0.5em;
    background: #fff;
    border-bottom: none;
    margin-bottom: 1rem;
    font-size: 20px;
    border-left: 2px solid #ee7700;
    font-weight: 500;
}

.single_content .area01 p {
    margin-bottom: 2rem;
    font-weight: 400;
}

.single_content .cat_news01 {
    background: #ee7700;
    color: #fff;
    padding: 8px 16px;
    width: 165px;
    display: inline-block;
    margin-left: 0.5rem;
    text-align: center;
}

.single_content .head_area {
    margin-bottom: 4rem;
}

.single_content .area01 h3 {
    padding: 0.15em 0em;
    background: transparent;
    border-left: none;
    border-bottom: 1px solid #331A00;
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 18px;
}

.single_content .area01 h4 {
    font-size: 100%;
    font-weight: 500;
    margin-bottom: 1rem;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    font-weight: 300;
}

.single_content .area01 ul {
    margin-left: 1rem;
}

.single_content .area01 ol {
    margin-left: 1rem;
}

.single_content .area01 ul li {
    list-style: circle;
    margin-left: 1.6em;
    margin-bottom: 0.75em;

}

.single_content .area01 ol li {
    list-style: decimal;
    margin-left: 1.6em;
    margin-bottom: 0.75em;
}

.single_content .area01 a {
    text-decoration: underline;
    color: #ee7700;
}

.single_content blockquote {
    background: rgba(26, 26, 26, 0.05);
    padding: 0.5rem 1rem;
    font-size: 90%;
    padding: 1.5rem 2rem;
}

.single_content blockquote *:last-child {
    margin-bottom: 0;
}

.single_content iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.single_content .area01 ul.prev_next_list li {
    list-style: none;
    margin-left: 0;
    width: calc(100% / 3);
    text-align: center;
}

.single_content .area01 ul.prev_next_list li a {
    color: #333;
    text-decoration: none;
    line-height: 1;
    border-bottom: 1px solid;
    opacity: 1;
    padding: 8px 16px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.single_content .area01 ul.prev_next_list {
    margin-left: 0rem;
    width: 100%;
    margin: 6rem auto 0rem;
    font-size: 1rem;
}
.single_content .area01 ul.prev_next_list li a:hover{
    color: #fff;
}
.single_content .area01 ul.prev_next_list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    background-color: #ee7700;
    left: 0;
}

.single_content .area01 ul.prev_next_list li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
    z-index: -1;
}

.single_content table {
    text-align: center;
}

.single_content table tr:first-of-type td {
    background-color: #67665F;
    color: #fff;
}

.single_content table tr td:first-of-type {
    background-color: #67665F;
    color: #fff;
}

.single_content table tr td {
    background-color: #F7F7F7;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    padding: 16px;
}

.single_content table tr td:first-of-type {
    border-left: none;
}
.single_content .area01 ul.prev_next_list li p{
    margin-bottom: 0;
}
@media(max-width: 767px) {
    .single_content .area01 ul.prev_next_list li a:hover::after{
        display: none;
    }
    .single_content{
        padding: 2rem 0 4rem;
    }

    .single_content .ttl.news {
        margin-bottom: 1rem;
        font-size: 20px;
    }

    .single_content .head_area {
        margin-bottom: 2rem;
    }

    .single_content .area01 h2,
    .single_content .area01 h1 {
        font-size: 18px;
    }

    .single_content .area01 h3 {
        font-size: 16px;
    }

    .single_content .area01 ul.prev_next_list li {
        margin-left: 2%;
        width: 32%;
        margin-bottom: 0em;
    }
    .single_content .area01 ul.prev_next_list li:first-of-type {
        margin-left:0em;
    }

    .single_content .area01 ul.prev_next_list {
        width: 100%;
        margin: 4rem auto 0rem;
    }
    .single_content .area01 ul.prev_next_list li a {
        padding: 8px 6px;
        font-size: 11px;
    width: 92%;
    }

}


/*company
-------------------------------------*/
.company .wrap_img img{
    object-position: 0 -127px;
}
.company main{
    padding-bottom: 0;
}
.map_company {
    padding: 4rem 0 6rem;
}
.map_company iframe{
    width: 100%;
    height: 500px;
}
.sec_message{
    position: relative;
    z-index: 3;
    padding-bottom: 6rem;
}
.d_name {
    font-weight: bold;
    margin-top: 2rem;
}
@media(max-width: 767px) {
    .company .wrap_img img{
        object-position: 0 0;
    }
    .sec_message {
        padding-bottom: 3rem;
    }
    .company .tbl_default01 table{
        text-align: center;
    }
    .map_company {
        padding: 2rem 0 4rem;
    }
}
/*service
-------------------------------*/
.list_service01 {
    padding: 4rem 0;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    overflow: hidden;
}
.list_service01.first {
    padding-top: 0;
}

.list_service01 .wrap_img{
    width: 540px;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
}
.list_service01 .col{
    width: calc(100% - 540px);
    padding-left: 48px;
}
.list_service01 .sub_ttl{
    font-weight: 700;
    color: #ee7700;
}
.list_service01 .ttl {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.2;
    margin-top: 12px;
}

.list_service01::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    background-color: #ee7700;
    left: 0;
}

.list_service01:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
}

.page.recruit main {
    padding-bottom: 0rem;
}
@media(max-width: 767px) {
    .list_service01 .wrap_img{
        width: 100%;
        height: 200px;
        margin-bottom: 18px;
    }
    .list_service01 .col{
        width: 100%;
        padding-left: 0px;
    }
    .list_service01 {
        padding: 2rem 0;
    }
    .list_service01::after {
        display: none;
    }
    .list_service01 .ttl {
        font-size: 28px;
        margin-bottom: 12px;
        margin-top: 6px;
    }
}
/* front
-----------------------------------*/
.mv_front {
    height: 62vh;
    position: relative;
}
.wrap_video01,.wrap_video01 .area{
    width: 100%;
    height: 100%;
}
.wrap_video01 video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv_front .wrap_txt{
    position: absolute;
    bottom: 25px;
    z-index: 4;
    text-align: right;
    max-width: 1200px;
    width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
}
.mv_front .wrap_txt .ttl{
    font-size: 60px;
    line-height: 1;
    margin-bottom: 1rem;
    color: #fff;
}
.mv_front .wrap_txt .txt{
    font-size: 24px;
    line-height: 1;
    color: #fff;
}
.mv_front .wrap_txt .txt span{
    position: relative;
    display: inline-block;
}
.mv_front .wrap_txt .txt span:before{
    width: 100px;
    left: -110px;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #fff;
}

.frt_service{
    background-color: #fff;
    padding: 8rem 0 15rem;
}
.ttl_frt01 {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 4rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.ttl_frt01.rec {
    margin-bottom: 2rem;
}

.frt_service .wrap02 {
    margin-bottom: 4rem;
}
.frt_service .wrap02 .item{
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 4rem;
}
.frt_service .wrap02 .item:nth-of-type(2n){
    margin-right: 0;
}
.frt_service .wrap02 .item:nth-of-type(2) {
    margin-top: 15%;
}
.frt_service .wrap02 .item:nth-of-type(3) {
    margin-top: -12%;
    margin-bottom: 0rem;
}

.frt_service .wrap02 .item .wrap_img{
    font-size: 0;
}
.frt_service .wrap02 .item .sub_ttl{
    color: #ee7700;
    letter-spacing: 0;
    font-weight: 700;
    margin: 12px 0 4px;
}

.frt_service .wrap02 .item .ttl{
    font-size: 28px;
    line-height: 1.2;
}
.frt_service .inner{
    position: relative;
}
.frt_service .cmn_btn01 {
    position: absolute;
    bottom: 2rem;
    left: 40px;
    width: 47.5%;
    text-align: left;
}
.frt_service .cmn_btn01 a{
    text-align: center;
}
.cmn_btn01 {
    text-align: center;
}
.cmn_btn01 a{
    display: inline-block;
    width: 328px;
    height: 64px;
    line-height: 64px;
    color: #333;
    border: 1px solid #333;
    position: relative;
    overflow: hidden; opacity: 1;
    z-index: 2;
}
.cmn_btn01 a:hover{
    color: #fff;
}
.cmn_btn01 a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    background-color: #333;
    left: 0;    z-index: -1;
}

.cmn_btn01 a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
}

.frt_company{
    padding: 6rem 0 8rem;
    background-color: #331A00;

}
.frt_company .wrap01{
    z-index: 2;
    position: relative;
    color: #fff;
}
.frt_company .wrap02 {
    width: 80%;
    margin: -22rem auto 0;
}
.frt_company .wrap02 .img{
    width: 100%;
    height: 420px;
    position: relative;
    z-index: 1;
}
.frt_company .wrap02 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.frt_company .wrap03 {
    width: 80%;
    color: #fff;
    margin: 3rem auto 0;
}

.frt_company .wrap03 .txt {
    width: 60%;
}

.frt_company .wrap03 .col{
    width: 40%;
}

.frt_company .cmn_btn01 a{
    color: #fff;
    border: 1px solid #fff;
}
.frt_company .cmn_btn01 a:hover{
    color: #333;
}
.frt_company .cmn_btn01 a::after {
    background-color: #fff;
}
.frt_news{
    padding: 8rem 0 8rem;
}
.frt_news .cmn_btn01 {
    text-align: left;
    margin-top: 4rem;
}
.frt_news .cmn_btn01 a{
    text-align: center;
}
.frt_news .archive_content{
    margin-left: 0;
}
.frt_recruit{
    min-height: 600px;
    padding-top: 95px;
    padding-bottom: 85px;
    position: relative;
}
.frt_recruit::before{
    background-image: url(images/218065778.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    height: 100%;
}

.frt_recruit .wrap01{
    background: #fff;
    width: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 45px;
    position: relative;
    z-index: 4;
}
.frt_recruit .wrap01 .txt01{
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.frt_recruit .wrap01 .txt02 {
    line-height: 2.3;
    margin-bottom: 3rem;
}
.frt_recruit .cmn_btn01 {
    text-align: left;
}

.frt_recruit .cmn_btn01 a{
    text-align: center;
}
@media(max-width: 767px) {
    .frt_service,.frt_recruit,.mv_front{
        overflow: hidden;
    }
    .mv_front .wrap_txt {
        bottom: 25px;
        text-align: right;
        max-width: 100%;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 3.2vw;
    }
    .mv_front .wrap_txt .ttl {
        font-size: 36px;
    }
    .mv_front .wrap_txt .txt {
        font-size: 18px;
        padding-right: 7px;
    }
    .frt_service {
        padding: 3rem 0 13rem;
    }
    .ttl_frt01, .ttl_frt01.rec {
        font-size: 32px;
        margin-bottom: 3rem;
    }
    .ttl_frt01.rec {
        font-size: 32px;
        margin-bottom: 1rem;
    }
    .frt_service .wrap02 {
        margin-bottom: 0;
    }
    .frt_service .wrap02 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0rem;
    }
    .frt_service .wrap02 .item:nth-of-type(2) {
        margin-top: 2rem;
    }
    .frt_service .wrap02 .item:nth-of-type(3) {
        margin-top: 2rem;
        margin-bottom: 0rem;
    }
    .frt_service .cmn_btn01 {
        display: none;
        position: relative;
        bottom: 0;
        right: 0;
        width: 80%;
        text-align: center;
        margin: 3rem auto 0;
    }
    .cmn_btn01 a {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
    .frt_service .wrap02 .item .ttl {
        font-size: 26px;
        line-height: 1.2;
    }
    .frt_company .wrap02 .img {
        width: 100%;
        height: 25vh;
        position: relative;
        z-index: 1;
    }
    .frt_company .wrap02 {
        width:  93.6vw;
        margin: -17rem auto 0;
        margin-top: -20vh;
    }
    .mv_front {
        height: 72vh;
    }
    .frt_company .wrap03 {
        width: 80%;
        color: #fff;
        margin: 4.5rem auto 0;
    }
    .frt_company .wrap03 .txt {
        width: 100%;
    }
    .frt_company .cmn_btn01 {
        text-align: center;
        width: 100%;
    }
    .frt_company .wrap03 .col {
        width: 100%;
        margin-top: 2rem;
    }
    .frt_company {
        padding: 9.5vh 0 3rem;
        background-color: #331A00;
    }
    .frt_company .ttl_frt01 {
    top: 28vh;
    position: absolute;
}
    .frt_news {
        padding: 3rem 0 3rem;
    }
    .frt_news .ttl_frt01 {
        margin-bottom: 2rem;
    }
    .frt_news .cmn_btn01{
        width: 80%;
        margin: 4rem auto 0;
    }
    .frt_recruit .wrap01 .txt01 {
        font-size: 22px;
        line-height: 1.7;
        margin-bottom: 24px;
    }
    .frt_recruit .wrap01 .txt02 {
        line-height: 2.3;
        margin-bottom: 2rem;
    }
    .frt_recruit .wrap01 {
        width: 92%;
        background: rgba(255,255,255,0.75);
        padding-right: 24px;
        padding-left: 24px;
        margin: 0 auto;
    }
    .frt_recruit {
        padding-top: 42px;
        padding-bottom: 42px;
        min-height: auto;
    }
    .frt_recruit::before {
        width: 100%;
        height: 100%;
    }
    .list_foot{
        width: 100%;
    }
}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

@media(max-width: 767px) {}

/*anime*/
.anime01::before,
.anime01::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.anime01::before {
    background: #FFF;
    z-index: 3;
    transition: 0.75s;
}

.anime01::after {
    background: #ee7700;
    z-index: 2;
    transition: 0.75s;
    transition-delay: .25s;
}

.anime01.show::before,
.anime01.show::after {
    transform: translateY(100%);
}

.anime01 img,.anime01 video {
    opacity: 0;
    transform: scale(.8);
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: .2s;
}

.anime01.show img,.anime01.show video {
    opacity: 1;
    transform: scale(1);
}

@media(max-width: 767px) {}