@charset "utf-8";

/** | Common | ***************************************************************************************** **/

*{margin:0;padding:0;list-style:none;}
table {border-collapse:collapse;border-spacing:0;border:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;}
em{font-style:normal;font-weight:bold;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a img {border:none;outline:none;}
img {border:none;font-size:0;line-height:0;vertical-align:bottom;}
iframe{margin:0px;padding:0px;border:none;}
html{width:100%;height:100%;}
html.open-menu {overflow:hidden;}
html.mdl-open {overflow:hidden;}
body{width:100%;height:100%;text-align:center;letter-spacing:.05em;font-size:15px;line-height:1.8;color:#333;font-family: "Noto Sans JP", sans-serif;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;opacity:0.8;transition:0.3s ease-in-out;}
.pc-inline {display: inline !important;}
.sp-inline {display: none !important;}
.pc-block {display: block !important;}
.sp-block {display: none !important;}
@media screen and (max-width:800px) {
    .pc-inline {display: none !important;}
    .sp-inline {display: inline !important;}
    .pc-block {display: none !important;}
    .sp-block {display: block !important;}
}

/** | header | ***************************************************************************************** **/
#recruit-header {position: fixed;top: 0;left: 0;width: 100%;z-index: 1;height: 100px;transition: 0.3s ease-in-out;}
#recruit-header.is-hide {transform: translateY(-100%);}
#recruit-header.is-view {transform: translateY(0);background: #fff;border-bottom: 1px solid #eee;}
#recruit-header.touchtop {background: none;border-bottom: none;}
.rec-hed-inn {position: relative;}
.rec-hed-log {position: absolute;left: 60px;top: 38px;}
.rec-hed-log a{display: flex;align-items: center;}
.rec-hed-log-img {display: block;padding-right: 20px;margin-right: 20px;border-right: 1px solid #B7B7B7;}
.rec-hed-log-img img{display: block;height: 28px;width: auto;}
.rec-hed-log-txt {font-size: 13px;font-weight: normal;}
.rec-hed-nav {padding: 40px 190px 0 0;}
.rec-hed-nav-list {display: flex;justify-content: flex-end;gap:40px;align-items: center;}
.rec-hed-nav-list li a{display: block;font-size: 14px;position: relative;}
.rec-hed-nav-list li a::after {content: " ";display: block;width: 0;height: 1px;background: #333;transition: 0.3s width ease-in-out;}
.rec-hed-nav-list li a:hover::after {width: 100%;}
.rec-hed-nav-list-btn {font-family: "Oswald", sans-serif;font-size: 18px;color: #fff;text-align: center;font-weight: 500;line-height: 42px;width: 106px;border-radius: 30px;background: #478838;position: absolute;top: 30px;right: 50px;cursor: pointer;}
.rec-hed-nav-list-btn:hover {opacity:0.8;transition:0.3s ease-in-out;}
#hed-pd.hed-pd {display: none;}
.hed-pd {position:fixed;top:0;left:0;z-index:1001;width:100%;}
.hed-pd-bg {opacity:0;width:0;transition:width 0.01s 0.55s, opacity 0.55s;position:fixed;background:rgba(0, 0, 0, 0.7);z-index:1000;top:0;left:0;height:100vh;height:100svh;}
.hed-pd-nav {transform:translate(100%, 0);position:absolute;top:0;right:0;transition:transform 0.35s ease-in-out ,opacity 0.4s ease-in-out;width: 100%;max-width: 100%;background:#fff;overflow:auto;height:100vh;height:100svh;z-index:1001;display:flex;flex-direction:column;}
.hed-pd-nav-inn{margin: 0 auto;padding:90px 40px;max-width:none;width: 100%;box-sizing: border-box;text-align: left;}
.hed-pd-nav-list {padding:0 0 15px;line-height:1;display:block;width:auto;margin:0;}
.hed-pd-nav-list li {font-weight:bold;padding:5px 0;font-size:18px;display: flex;}
.hed-pd-nav-list a {display:block;padding:10px 0;position:relative;transition:opacity 0.3s ease-in-out;color: #333;font-size: 20px;}
.hed-pd-nav-list li.hed-pd-nav-list-sml {padding:0 0 0 20px;}
.hed-pd-nav-list li.hed-pd-nav-list-sml a {font-size: 14px;font-weight: normal;position: relative;padding: 10px 0 10px 10px;}
.hed-pd-nav-list li.hed-pd-nav-list-sml a:nth-child(2) {display: none!important;}
.hed-pd-nav-list li.hed-pd-nav-list-sml a::before {content: "";display: block;position: absolute;top: 50%;left: 0;width: 4px;height: 1px;background: #fff;}
.hed-pd-clo {width:36px;height:20px;position:absolute;right:15px;top:20px;z-index:1002;cursor:pointer;}
.hed-pd-clo::before {content:" ";display:block;width:36px;height:2px;position:absolute;top:9px;left:0;background:#000;transition:all 0.3s ease-in-out;transform:rotate(30deg);}
.hed-pd-clo::after {content:" ";display:block;width:36px;height:2px;position:absolute;bottom:9px;left:0;background:#000;transition:all 0.3s ease-in-out;transform:rotate(-30deg);}
.hed-pd.open .hed-pd-bg {width:100%;opacity:1;transition:opacity 0.55s;}
.hed-pd.open .hed-pd-nav {transform:translate(0, 0);z-index: 2000;visibility: visible;opacity: 1;}
.hed-pd .hed-pd-nav-list li a {display: block;width: 100%;position: relative;padding:25px 0;border-top:1px solid #CCCCCC;}
.hed-pd .hed-pd-nav-list li a::after {content: "";display: block;position: absolute;top: 50%;right: 15px;width:8px;height:8px;transform: translateY(-50%) rotate(45deg);border-top: 2px solid #478838;border-right: 2px solid #478838;}
.hed-pd .hed-pd-nav-list li:last-child a {border-bottom:1px solid #CCCCCC;}
.hed-pd .hed-pd-nav-jp {display: block;font-size: 20px;text-align: left;font-weight: bold;line-height: 1;}
.hed-pd .hed-pd-nav-en {display: block;font-size: 12px;text-align: left;font-weight: bold;font-family: "Poppins", sans-serif;color: #478838;line-height: 1;margin-top: 12px;}
.hed-btn {position:fixed;top:20px;right:20px;width:58px;height:50px;background:#fff;z-index:1002;cursor:pointer;transition:width 0.3s ease-in-out, height 0.3s ease-in-out;border: 1px solid #478838;border-radius: 5px;display: none;cursor: pointer;}
#recruit-header.open .hed-btn {border: none;}
#recruit-header.open .hed-btn-ico{opacity:0;}
#recruit-header.open .hed-btn-ico-txt{opacity:0;}
.hed-btn-ico::before {content:" ";display:block;width:24px;height:2px;position:absolute;top: 16px;left:16px;background:#478838;border-radius: 2px;}
.hed-btn-ico::after {content:" ";display:block;width:24px;height:2px;position:absolute;bottom:16px;left:16px;background:#478838;border-radius: 2px;}
.hed-btn-line {display:block;width: 24px;height: 2px;position:absolute;top:calc(50% - 1.5px);left:16px;background:#478838;border-radius: 2px;}
.hed-btn-ico-clo{width:28px;height:22px;position:absolute;left:calc(50% - 14px);top:calc(50% - 10px);opacity:0;transition:all 0.3s ease-in-out;}
#recruit-header.open .hed-btn-ico-clo{opacity:1;}
.hed-btn-ico-clo::before {content:" ";display:block;width:28px;height:2px;position:absolute;transform:rotate(45deg);top:10px;width:28px;background:#478838;}
.hed-btn-ico-clo::after {content:" ";display:block;width:28px;height:2px;position:absolute;transform:rotate(-45deg);bottom:10px;width:28px;background:#478838;}
.hed-entry-mod{letter-spacing:0.05em;display:none;opacity:0;z-index:2000;position:relative;}
.hed-entry-mod-wrap{position:fixed;opacity:1;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0.85);display:none;}
.hed-entry-mod-wrap.view{display:block;}
.hed-entry-mod-inn{transform:translateZ(1);max-width:840px;max-height:70vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80vw;height:auto;overflow-y:auto;z-index:2001;}
.hed-entry-mod-clo{position:absolute;top:0;left:0;width:100%;height:100%;}
.hed-entry-mod-clo-ico{position:absolute;font-size:14px;position:absolute;top:30px;right:30px;color:#fff;padding:0 0 0 18px;line-height:1.4;cursor:pointer;transition:0.3s ease-in-out;}
.hed-entry-mod-clo-ico:hover{opacity:0.7;}
.hed-entry-mod-clo-ico::before {position:absolute;content:" ";display:block;top:8px;left:0;width:15px;height:2px;background:#ffffff;transform:rotate(45deg);}
.hed-entry-mod-clo-ico::after {position:absolute;content:" ";display:block;top:8px;left:0;width:15px;height:2px;background:#ffffff;transform:rotate(135deg);}
body.open-modal{overflow: hidden;}
.hed-entry-mod-btn-area {display: flex;gap:40px;}
.hed-entry-mod-btn-wrap {width: calc(50% - 40px / 2);}
.hed-entry-mod-btn {padding: 30px 20px 35px;color: #fff;position: relative;display: block;cursor: pointer;}
.hed-entry-mod-btn.hed-entry-mod-btn-new {background: #478838;}
.hed-entry-mod-btn.hed-entry-mod-btn-car {background: #53A541;}
.hed-entry-mod-btn-jp {display: block;text-align: center;font-size: 20px;font-weight: bold;}
.hed-entry-mod-btn-en {display: block;text-align: center;font-family: "Oswald", sans-serif;font-size: 40px;font-weight: 500;letter-spacing: 0.1em;line-height: 1;margin: 8px 0;}
.hed-entry-mod-btn-sub {display: block;text-align: center;font-size: 15px;}
.hed-entry-mod-btn-sma {font-size: 12px;position: absolute;left: 0;right: 0;bottom: 15px;}
@media screen and (max-width:800px) {
    #hed-pd.hed-pd {display: block;}
    .rec-hed-nav {display: none;}
    #recruit-header.touchtop {background: none;}
    #recruit-header {position: fixed;background: #fff;height: 92px;}
    #recruit-header .hed-btn {display: block;}
    .hed-pd-nav-list{padding:0;}
    .hed-pd-nav-list li{padding:0;}
    .rec-hed-nav-list-btn {line-height: 52px;width: 80px;border-radius: 8px;top: 20px;right: 90px;font-size: 16px;}
    .rec-hed-log {position: absolute;left: 20px;top: 27px;}
    .rec-hed-log a{flex-flow: column;}
    .rec-hed-log-img {display: block;padding-right: 0px;margin-right: 0px;border-right: none;}
    .rec-hed-log-img img{height: 22px;}    
    .hed-entry-mod-inn{max-width:none;max-height:none;width:100%;height:auto;box-sizing:border-box;padding: 20px 20px 20px;overflow-y: auto;height: auto;}
    .hed-entry-mod-clo-ico{font-size:14px;top:14px;right:5vw;color:#FFF;z-index:2100;}
    .hed-entry-mod-clo-ico::before {top:8px;/*left:24%;*/width:12px;background:#FFF;z-index:2100;}
    .hed-entry-mod-clo-ico::after {top:8px;/*left:24%;*/width:12px;background:#FFF;z-index:2100;}
    .hed-entry-mod-clo-ico{right:20px;top:20px;}
    body.open-modal section:not(.hed-entry-mod){display:none;}
    body.open-modal footer{display:none;}
    .hed-entry-mod-btn-area {gap: 30px;flex-flow: column;}
    .hed-entry-mod-btn-wrap {width: 100%;}
    .hed-entry-mod-btn {padding: 20px 20px;}
    .hed-entry-mod-btn-sma {font-size: 12px;position: relative;left: 0;right: 0;bottom: auto;}
}

/** | footer | ***************************************************************************************** **/

#footer {background: #FFF;}
.fot-ent-area {display: flex;}
.fot-ent-btn-wrap {width: 50%;}
.fot-ent-btn {padding: 60px 20px;color: #fff;position: relative;display: block;}
.fot-ent-btn.fot-ent-btn-new {background: #478838;}
.fot-ent-btn.fot-ent-btn-car {background: #53A541;}
.fot-ent-btn-jp {display: block;text-align: center;font-size: 20px;font-weight: bold;}
.fot-ent-btn-en {display: block;text-align: center;font-family: "Oswald", sans-serif;font-size: 48px;font-weight: 500;letter-spacing: 0.1em;}
.fot-ent-btn-sub {display: block;text-align: center;font-size: 15px;}
.fot-ent-btn-sma {position: absolute;left: 0;bottom: 30px;width: 100%;display: block;text-align: center;font-size: 15px;}
.fot-inn {max-width: 1200px;margin: auto;}
.fot-mid {display: flex;padding: 80px 20px;}
.fot-mid-l {width: 40%;}
.fot-mid-log {max-width: 316px;padding-top: 20px;}
.fot-mid-log a{display: block;}
.fot-mid-log a img{display: block;width: auto;height: 43px;}
.fot-mid-sns-list {display: flex;justify-content: center;max-width: 316px;margin-top: 40px;gap:20px;}
.fot-mid-sns a{display: block;}
.fot-mid-sns img{display: block;width: 100%;height: auto;}
.fot-mid-r {width: 60%;}
.fot-nav-list {display: flex;gap:60px 20px;flex-wrap: wrap;}
.fot-nav-list li{width: calc(33.33% - 20px * 2 / 3);}
.fot-nav-list li a{display: block;text-align: left;}
.fot-nav-list-en {color: #4A4645;font-family: "Poppins", sans-serif;font-weight: 700;display: block;font-size: 24px;line-height: 1;}
.fot-nav-list-jp {color: #478838;display: block;font-size: 13px;}
.fot-nav-list li a.fot-nav-small {font-size: 14px;}
.fot-nav-list li a + .fot-nav-small {margin-top: 20px;}
.fot-nav-list li a.fot-nav-small + .fot-nav-small {margin-top: 5px;}
.fot-bot {position: relative;}
.fot-bot-nav-list {display: flex;gap:40px;padding: 0 30px 30px;}
.fot-bot-nav-list li a{display: block;font-size: 14px;padding-left: 15px;position: relative;}
.fot-bot-nav-list li a::before {content: "";display: block;position: absolute;left: 0;top: 50%;width: 6px;height: 6px;border-top: 1px solid #333;border-right: 1px solid #333;transform: translateY(-50%) rotate(45deg);}
.fot-bot-copy {position: absolute;right: 30px;bottom: 30px;font-size: 13px;}
@media screen and (max-width:800px) {
    .fot-ent-area {flex-flow: column;gap:20px;padding: 20px;}
    .fot-ent-btn-wrap {width: 100%;}
    .fot-ent-btn {padding: 0 10px;height: 200px;justify-content: center;display: flex;flex-direction: column;}
    .fot-ent-btn-en {margin: 10px 0 5px;line-height: 1;font-size: 40px;}
    .fot-ent-btn-sma {font-size: 13px;position: relative;bottom: auto;}
    .fot-mid {flex-flow: column;padding:60px 20px 30px;}
    .fot-mid-l {width: 100%;}
    .fot-mid-log {max-width: 100%;padding-top:0;}
    .fot-mid-log a {display: block;width: 75%;margin: auto;}
    .fot-mid-log a img {display: block;width: 100%;height: auto;margin: auto;}
    .fot-mid-sns-list {margin-top: 20px;}
    .fot-mid-r {width: 100%;margin-top: 50px;}
    .fot-mid-sns-list {max-width:none;}
    .fot-nav-list {gap: 0px;flex-flow: column;}
    .fot-nav-list li {padding:25px 10px;border-top: 1px solid #CCCCCC;box-sizing: border-box;}
    .fot-nav-list li {width: 100%;}
    .fot-nav-list li:last-child {border-bottom: 1px solid #CCCCCC;}
    .fot-nav-list li a {display: flex;align-items: center;position: relative;}
    .fot-nav-list li a::after {content: "";display: block;position: absolute;top: 50%;right: 15px;width:6px;height:6px;transform: translateY(-50%) rotate(45deg);border-top: 2px solid #478838;border-right: 2px solid #478838;}
    .fot-nav-list-jp {margin-left:25px;}
    .fot-nav-list li a.fot-nav-small {font-size: 14px;width: auto;display: table;}
    .fot-nav-list li a.fot-nav-small::after {display: none;}
    .fot-nav-list li a + .fot-nav-small {margin-top: 10px;}
    .fot-nav-small{margin-left: 10px;}
    .fot-nav-small:last-child{margin-bottom:10px;}
    .fot-bot-nav-list {gap: 10px;justify-content:space-around;}
    .fot-bot-copy {position: relative;left: auto;right: auto;text-align: center;bottom: auto;width:auto;padding:0 20px 30px;font-size: 11px;}
}

/** | top | ***************************************************************************************** **/

.content-bg {background: #F3F8F3;}
.rec-top-mai {padding: 120px 0 0;}
.rec-top-mai-bg {background: url(../../images/recruit/top/top-mai-bg.png)no-repeat center;background-size:1680px 660px; }
.rec-top-mai-inn {max-width: 1400px;margin: auto;height: 660px;position: relative;}
.rec-top-mai-tit {position: absolute;top: 50%;right: 5%;transform: translateY(-50%);}
.rec-top-mai-tit-rbn-wrap {display: flex;justify-content: flex-start;}
.rec-top-mai-tit-rbn-wrap + .rec-top-mai-tit-rbn-wrap {margin-top: 15px;}
.rec-top-mai-tit-rbn {position:relative;}
.rec-top-mai-tit-rbn::before{content:"";top:0;left:0;background: rgba(255,255,255,0.9);width:0;height:100%;display: block;}
.rec-top-mai.view .rec-top-mai-tit-rbn-wrap:nth-child(1) .rec-top-mai-tit-rbn::before{animation-delay:100ms;animation-name:rec-top-mai-tit-rbn-act;animation-fill-mode:forwards;animation-duration:0.6s;animation-timing-function:ease-out;}
.rec-top-mai.view .rec-top-mai-tit-rbn-wrap:nth-child(2) .rec-top-mai-tit-rbn::before{animation-delay:200ms;animation-name:rec-top-mai-tit-rbn-act;animation-fill-mode:forwards;animation-duration:0.6s;animation-timing-function:ease-out;}
.rec-top-mai.view .rec-top-mai-tit-rbn-wrap:nth-child(3) .rec-top-mai-tit-rbn::before{animation-delay:300ms;animation-name:rec-top-mai-tit-rbn-act;animation-fill-mode:forwards;animation-duration:0.6s;animation-timing-function:ease-out;}
@keyframes rec-top-mai-tit-rbn-act{
from {width:0;}
to {width:100%;}
}
.rec-top-mai-tit-txt {font-size: 33px;font-weight: bold;text-align: left;padding: 10px 15px;line-height: 1;position:absolute;top:0;left:0;}
.rec-top-mai-tit-scale{font-size: 33px;font-weight: bold;text-align: left;padding: 10px 15px;line-height: 1;visibility:hidden;}
.rec-top-intro {margin: -100px 0 0;padding: 0;}
.rec-top-intro-bg {height: 1760px;background: url(../../images/recruit/top/top-intro-bg.png)no-repeat center;background-size:2556px 1760px;overflow: hidden;}
.rec-top-intro-inn {max-width: 730px;margin: auto;padding: 250px 20px 0;}
.rec-top-intro-txt {font-size: 20px;text-align: left;font-weight: bold;color: #478838;line-height: 2.25;}
.rec-top-intro-txt p + p{margin-top:40px;}
.rec-top-about {padding: 0 20px 120px;margin-top: -60px;overflow: hidden;}
.rec-top-abo-inn {max-width: 1150px;margin: auto;}
.rec-top-abo-box {display: flex;flex-direction: row-reverse;align-items: center;justify-content: space-between;}
.rec-top-abo-box-img-area {width: 57%;position: relative;z-index: 0;overflow: hidden;border-radius: 40px;}
.rec-top-abo-box-img-area.cmn-ani-cover::after{background: #F3F8F3;}
.rec-top-abo-box-img-area img{display: block;width: 100%;height: auto;}
.rec-top-abo-box-txt-area {width: 43%;box-sizing: border-box;padding: 0 20px 0 0;max-width: 380px;}
.rec-top-abo-box-tit-en {display: block;color: #478838;font-size: 120px;text-align: left;font-family: "Poppins", sans-serif;font-weight: 700;line-height: 1;}
.rec-top-abo-box-tit-jp {display: block;font-size: 20px;text-align: left;font-weight: bold;line-height: 1;}
.rec-top-abo-box-txt {font-size: 16px;line-height: 2;text-align: left;margin: 50px 0 30px;}
.rec-top-abo-box-btn-wrap {max-width: 186px;}
.rec-top-abo-box-btn {display: block;width: 100%;text-align: center;line-height: 48px;font-size: 18px;color: #478838;border:1px solid #478838;background: #fff;border-radius: 30px;}
.rec-top-work {padding:0 20px 180px;overflow: hidden;}
.rec-top-wrk-inn {max-width: 1150px;margin: auto;}
.rec-top-wrk-box {display: flex;align-items: center;justify-content: space-between;}
.rec-top-wrk-box-img-area {width: 57%;position: relative;z-index: 0;overflow: hidden;border-radius: 40px;}
.rec-top-wrk-box-img-area.cmn-ani-cover::after{background: #F3F8F3;}
.rec-top-wrk-box-img-area img{display: block;width: 100%;height: auto;}
.rec-top-wrk-box-txt-area {width: 43%;box-sizing: border-box;padding: 0 0 0 20px;max-width: 420px;}
.rec-top-wrk-box-tit-en {display: block;color: #478838;font-size: 120px;text-align: left;font-family: "Poppins", sans-serif;font-weight: 700;line-height: 1;}
.rec-top-wrk-box-tit-jp {display: block;font-size: 20px;text-align: left;font-weight: bold;line-height: 1;}
.rec-top-wrk-box-txt {font-size: 16px;line-height: 2;text-align: left;margin: 50px 0 30px;}
.rec-top-wrk-box-lis {font-size: 18px;font-weight: bold;text-align: left;margin: 0 0 40px;}
.rec-top-wrk-box-btn-wrap {max-width: 186px;}
.rec-top-wrk-box-btn {display: block;width: 100%;text-align: center;line-height: 48px;font-size: 18px;color: #478838;border:1px solid #478838;background: #fff;border-radius: 30px;}
.rec-top-people {background: #fff;padding: 60px 0;overflow: hidden;}
.rec-top-peo-inn {max-width: 1150px;margin: auto;padding: 0 20px;}
.rec-top-peo-hed {display: flex;justify-content: flex-start;align-items: center;margin-bottom: 50px;}
.rec-top-peo-box-tit-en {display: block;color: #478838;font-size: 120px;text-align: left;font-family: "Poppins", sans-serif;font-weight: 700;line-height: 1;}
.rec-top-peo-box-tit-jp {display: block;font-size: 20px;text-align: left;font-weight: bold;line-height: 1;}
.rec-top-peo-hed-txt {font-size: 16px;text-align: left;margin-left: 50px;}
.rec-top-peo-sli-area-wrap {display: flex;justify-content: flex-end;position: relative;}
.rec-top-peo-sli-area-inf {position: absolute;left: 0;right: 0;margin: auto; max-width: 1150px;margin: auto;padding: 0 20px;top: 50%;transform: translateY(-50%);}
.rec-top-peo-sli-inf-tit {margin: 0 0 50px;}
.rec-top-peo-sli-inf-tit-en {display: block;color: #478838;font-size: 22px;text-align: left;font-family: "Poppins", sans-serif;font-weight: 700;line-height: 1;letter-spacing:0.1em}
.rec-top-peo-sli-inf-tit-jp {display: block;font-size: 35px;font-weight: bold;text-align: left;}
.rec-top-peo-sli-inf-txt {font-size: 16px;line-height: 2;text-align: left;max-width: 310px;margin: 20px 0 50px;}
.rec-top-peo-slider {width: calc(50% + 200px);}
.rec-top-peo-slide {margin-right: 60px;}
.rec-top-peo-slide-img{position:relative;}
.rec-top-peo-slide-img::after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;transition:width ease-out 0.6s;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(1) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:100ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(2) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:200ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(3) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:300ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(4) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:400ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(5) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:500ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(6) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:600ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(7) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:700ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(8) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:800ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(9) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:900ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(10) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:1000ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(11) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:1100ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(12) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:1200ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(13) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:1300ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(14) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:1400ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(15) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:1500ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(16) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:1600ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(17) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:1700ms;}
.rec-top-peo-sli-area-wrap.view .slick-slide:nth-child(18) .rec-top-peo-slide-img::after{animation-name:rec-top-peo-sli-area-wrap-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;animation-delay:1800ms;}
@keyframes rec-top-peo-sli-area-wrap-act{
from {width:100%;}
to {width:0;}
}
.rec-top-peo-slide-img img{display: block;width: 100%;height: auto;}
.rec-top-peo-slide-txt {text-align: left;margin-top: 15px;}
.rec-top-peo-slide-txt small{display: block;font-size: 15px;}
.rec-top-peo-slide-txt b{display: block;font-size: 14px;}
.rec-top-peo-slider-arrow {display: flex;justify-content: flex-start;gap:25px;}
.slick-arrow {display: block;width: 65px;height: 65px;outline: none;border: none;background: none;border: 1px solid #478838;border-radius: 50%;position: relative;}
.slick-arrow.slick-prev::after {content: "";display: block;position: absolute;left: 50%;top: 50%;width: 8px;height: 8px;border-bottom: 2px solid #478838;border-left: 2px solid #478838;transform: translate(-50% , -50%) rotate(45deg);}
.slick-arrow.slick-next::after {content: "";display: block;position: absolute;left: 50%;top: 50%;width: 8px;height: 8px;border-top: 2px solid #478838;border-right: 2px solid #478838;transform: translate(-50% , -50%) rotate(45deg);}
.rec-top-crosstalk {background: #fff;padding: 60px 0 120px;overflow: hidden;}
.rec-top-cro-inn {max-width: 1400px;margin: auto;}
.rec-top-cro-box {display: flex;align-items: center;justify-content: space-between;}
.rec-top-cro-box-img-area {width: 58%;position:relative;}
.rec-top-cro-box-img-area img{display: block;width: 100%;height: auto;}
.rec-top-cro-box-txt-area {width: 42%;box-sizing: border-box;padding: 0 0 0 50px;max-width: 540px;}
.rec-top-cro-box-tit-en {display: block;color: #478838;font-size: 22px;text-align: left;font-family: "Poppins", sans-serif;font-weight: 700;line-height: 1;letter-spacing: 0.1em;}
.rec-top-cro-box-tit-jp {display: block;font-size: 30px;font-weight: bold;text-align: left;margin: 40px 0 20px;line-height: 1.8;}
.rec-top-cro-box-tit-sub {display: block;font-size: 18px;text-align: left;}
.rec-top-wrk-box-btn-wrap {max-width: 186px;margin-top: 30px;}
.rec-top-wrk-box-btn {display: block;width: 100%;text-align: center;line-height: 48px;font-size: 18px;color: #478838;border:1px solid #478838;background: #fff;border-radius: 30px;}
.rec-top-environment {padding: 150px 20px 80px;overflow: hidden;}
.rec-top-env-inn {max-width: 1100px;margin: auto;}
.rec-top-env-hed {display: flex;justify-content: flex-start;align-items: center;margin-bottom: 50px;}
.rec-top-env-box-tit-en {display: block;color: #478838;font-size: 100px;text-align: left;font-family: "Poppins", sans-serif;font-weight: 700;line-height: 1;}
.rec-top-env-box-tit-jp {display: block;font-size: 20px;text-align: left;font-weight: bold;line-height: 1;}
.rec-top-env-hed-txt {font-size: 16px;text-align: left;margin-left: 50px;}
.rec-top-env-box-wrap {display: flex;justify-content: space-between;}
.rec-top-env-box {width: 45%;}
.rec-top-env-box a{display: block;}
.rec-top-env-img{position: relative;}
.rec-top-env-img.cmn-ani-cover::after{background: #F3F8F3;}
.rec-top-env-img img{display: block;width: 100%;height: auto;border-radius: 20px;}
.rec-top-env-link {position: relative;display: inline-block;font-size: 20px;padding-top: 15px;}
.rec-top-env-link-arr {position: relative;display: inline-block;width: 27px;height: 27px;background: #478838;border-radius: 50%;margin-left: 25px;transform: translateY(6px);}
.rec-top-env-link-arr::before {content: "";display: block;position: absolute;left:calc(50% - 2px);top: 50%;width: 7px;height: 7px;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: translate(-50% , -50%) rotate(45deg);}
.rec-top-recruit {padding: 80px 20px 180px;overflow: hidden;}
.rec-top-rec-inn {max-width: 1100px;margin: auto;}
.rec-top-rec-box {}
.rec-top-rec-box a{display: flex;justify-content: space-between;position: relative;overflow: hidden;z-index: 0;border-radius: 20px;background: #fff;width: 100%;}
.rec-top-rec-box-img-area {width: 50%;position:relative;}
.rec-top-rec-box-img-area.cmn-ani-cover::after{background: #F3F8F3;}
.rec-top-rec-box-img-area img{display: block;width: 100%;height: auto;}
.rec-top-rec-box-txt-area {width: 42%;position: relative;padding: 40px 0;display: flex;flex-direction: column;justify-content: center;}
.rec-top-rec-box-tit-en {display: block;color: #478838;font-size: 70px;text-align: left;font-family: "Poppins", sans-serif;font-weight: 700;line-height: 1;margin-bottom:5px;}
.rec-top-rec-box-tit-jp {display: block;font-size: 20px;text-align: left;font-weight: bold;line-height: 1;}
.rec-top-rec-box-txt {font-size: 16px;text-align: left;margin-top: 40px;}
.rec-top-rec-box-txt-area-arr {position: absolute;right: 30px;bottom: 30px;display: block;width: 50px;height: 50px;background: #478838;border-radius: 50%;}
.rec-top-rec-box-txt-area-arr::before {content: "";display: block;position: absolute;left:calc(50% - 3px);top: 50%;width: 15px;height: 15px;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: translate(-50% , -50%) rotate(45deg);}
@media screen and (min-width:801px) and (max-width:1190px) {
    .rec-top-peo-sli-area-inf {width: 36%;position: relative;left: 0;right: auto;margin: auto;top: 0%;transform: translateY(0%);}
}
@media screen and (min-width:801px) and (max-width:1400px) {
    .rec-top-peo-slider {width: 64%;}
}
@media screen and (max-width:800px) {
    .rec-top-mai{padding:92px 0 0;}
    .rec-top-mai-bg {background: url(../../images/recruit/top/top-mai-bg-sp.png)no-repeat top;background-size:100% auto;aspect-ratio: 750 / 1310;}
    .rec-top-mai-inn{height:auto;padding-top:50vw;padding-top: 65vw;}
    .rec-top-mai-tit{position: relative;top: auto;right: auto;transform: none;width: calc(100% - 40px);margin: auto;}
    .rec-top-mai-tit-txt {font-size: clamp(0px, 5vw, 24px);padding:2vw;}
    .rec-top-mai-tit-scale {font-size: clamp(0px, 5vw, 24px);padding:2vw;visibility: hidden;}
    .rec-top-mai-tit-rbn-wrap + .rec-top-mai-tit-rbn-wrap{margin-top: 10px;}
    .rec-top-intro{margin:0 0 120px;}
    .rec-top-intro-inn{padding:40px 20px 60px;max-width:none;}
    .rec-top-intro-txt{font-size:15px;}
    .rec-top-intro-txt p + p{margin-top:20px;}
    .rec-top-intro-bg{height:auto;background: url(../../images/recruit/top/top-intro-bg-sp.png)no-repeat bottom;background-size:100% auto;padding-bottom:80vw;}
    .rec-top-about {padding:50px 20px 80px;}
    .rec-top-abo-box{display: block;}
    .rec-top-abo-box-img-area{width:auto;border-radius: 10px;margin-bottom: 30px;}
    .rec-top-abo-box-txt-area{width:auto;}
    .rec-top-abo-box-tit-en{font-size:50px;margin-bottom: 5px;}
    .rec-top-abo-box-tit-jp{font-size:16px;}
    .rec-top-abo-box-txt{font-size: 15px;margin:25px 0 15px;}
    .rec-top-abo-box-btn{font-size: 16px;line-height: 55px;}
    .rec-top-work {padding:0 20px 60px;}
    .rec-top-wrk-box{display: block;}
    .rec-top-wrk-box-img-area{width:auto;border-radius: 10px;margin-bottom: 30px;}
    .rec-top-wrk-box-txt-area{width:auto;padding: 0;}
    .rec-top-wrk-box-tit-en{font-size:50px;margin-bottom: 5px;}
    .rec-top-wrk-box-tit-jp{font-size:16px;}
    .rec-top-wrk-box-txt{font-size: 15px;margin:25px 0 15px;}
    .rec-top-wrk-box-btn{font-size: 16px;line-height:55px;}
    .rec-top-wrk-box-lis{font-size: 16px;margin: 0;}
    .rec-top-wrk-box-btn-wrap{margin-top:30px;}
    .rec-top-peo-hed {display:block;margin-bottom:40px;}
    .rec-top-peo-box-tit-en {font-size:50px;margin-bottom: 5px;}
    .rec-top-peo-box-tit-jp {font-size: 16px;}
    .rec-top-peo-hed-txt {font-size: 15px;margin:20px 0 0;}
    .rec-top-peo-sli-area-wrap {display:block;display: block;padding: 0 0 80px;}
    .rec-top-peo-sli-area-inf {position:static;padding:0 20px 30px;top:auto;transform:none;}
    .rec-top-peo-sli-inf-tit {margin: 0 0 0;}
    .rec-top-peo-sli-inf-tit-en {font-size:15px;}
    .rec-top-peo-sli-inf-tit-jp {font-size:20px;margin: 5px 0 0;}
    .rec-top-peo-sli-inf-txt {font-size: 15px;max-width:none;margin:0;}
    .rec-top-peo-slider{width:auto;}
    .rec-top-peo-slider-arrow{position: absolute;bottom: 0;left:20px;gap:20px;}
    .slick-arrow{width: 50px;height: 50px;}
    .slick-arrow.slick-prev::after{left:calc(50% + 1px);}
    .slick-arrow.slick-next::after{left:calc(50% - 1px);}
    .slick-arrow[aria-disabled="true"]{opacity:0.3;filter: grayscale(1);}
    .rec-top-peo-slide{margin-right:0;}
    .rec-top-peo-slide a{display:block;padding:0 20px;}
    .rec-top-peo-slide a:hover {opacity: 1;}
    .rec-top-crosstalk {padding:0 20px 60px;}
    .rec-top-cro-box-tit-en{font-size:16px;}
    .rec-top-cro-box-tit-jp{font-size:20px;line-height: 1.5;margin:10px 0;}
    .rec-top-cro-box-tit-sub{font-size:15px;}
    .rec-top-cro-box-img-area{width:auto;}
    .rec-top-cro-box-txt-area{width: auto;padding:30px 0 0;max-width: none;}
    .rec-top-cro-box{display:block;}
    .rec-top-environment{padding:60px 20px;}
    .rec-top-recruit {padding:0 20px 60px;margin-top: 30px;}
    .rec-top-env-hed{display:block;}
    .rec-top-env-hed-txt{margin:0;}
    .rec-top-env-box-tit{margin-bottom:20px;}
    .rec-top-env-box{width:auto;}
    .rec-top-env-box + .rec-top-env-box{margin-top:40px;}
    .rec-top-env-box-tit-en{font-size:50px;margin-bottom:5px;}
    .rec-top-env-box-tit-jp{font-size:16px;}
    .rec-top-env-box-wrap{display:block;}
    .rec-top-env-link{font-size:16px;display: block;text-align: right;padding-top: 10px;}
    .rec-top-env-link-arr{width: 22px;height: 22px;margin-left: 15px;}
    .rec-top-env-link-arr::before {left: calc(50% - 1px);width: 5px;height: 5px;}
    .rec-top-rec-box{}
    .rec-top-rec-box a{display:block;border-radius: 10px;width:auto;}
    .rec-top-rec-box-img-area{width:auto;}
    .rec-top-rec-box-txt-area{width:auto;padding:20px 30px;}
    .rec-top-rec-box-tit-en{font-size:50px;margin-bottom:5px;}
    .rec-top-rec-box-tit-jp{font-size:16px;}
    .rec-top-rec-box-txt{font-size: 15px;margin-top:30px;}
    .rec-top-rec-box-txt-area-arr {width:40px;height:40px;bottom: 20px;right: 20px;}
    .rec-top-rec-box-txt-area-arr::before {left:calc(50% - 2px);top: 50%;width:8px;height:8px;}
}

/** | about | ***************************************************************************************** **/

.cmn-pag-hed {padding: 150px 0 0;}
.cmn-pag-hed-inn {display: flex;justify-content: space-between;align-items: center;padding: 0 60px;overflow:hidden;}
.cmn-pag-hed-tit-jp {display: block;text-align: left;font-size: 35px;font-weight: bold;}
.cmn-pag-hed-tit-en {color: #E99316;display: block;text-align: left;font-size: 16px;font-weight: bold;}
.cmn-pag-hed-wrd {font-size: 150px;font-family: "Poppins", sans-serif;color: #478838;opacity: 0.25;font-weight: bold;line-height: 1;letter-spacing: 0;}
.cmn-pankuzu {padding: 40px 60px;}
.cmn-pankuzu-list {display: flex;justify-content: flex-end;}
.cmn-pankuzu-list li{position: relative;font-size: 14px;color: #478838;}
.cmn-pankuzu-list li + li {padding-left: 60px;}
.cmn-pankuzu-list li + li::before {content: "";display: block;position: absolute;left: 10px;top: 50%;width: 40px;height: 1px;background: #707070;}
.cmn-pankuzu-list li a{font-size: 14px;color: #333;}
.abo-pag-mai {background: url(../../images/recruit/about/abo-pag-mai.jpg) no-repeat center;background-size: cover;width: 100%;height: 42.85vw;margin-top:-10px;position:relative;}
.abo-pag-mai.cmn-ani-cover::after{background:#F3F8F3;}
.abo-pag-abo {padding: 180px 20px 60px;}
.abo-pag-abo-inn {max-width: 1160px;margin: auto;}
.abo-pag-tit {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.abo-pag-tit-jp {display: block;padding-left: 70px;position: relative;font-size: 24px;font-weight: bold;text-align:left;}
.abo-pag-tit-jp::before {content: "";display: block;position: absolute;left: 0;top: 50%;width: 50px;height: 1px;background: #707070;}
.abo-pag-tit-en {font-size: 80px;font-family: "Poppins", sans-serif;color: #478838;opacity: 0.25;font-weight: bold;letter-spacing: 0;}
.abo-pag-abo-box {display: flex;justify-content: space-between;}
.abo-pag-abo-box-img-area {width: 57%;}
.abo-pag-abo-box-img-area img{display: block;width: 100%;height: auto;}
.abo-pag-abo-box-txt-area {width: 43%;text-align: left;font-size: 18px;line-height: 2;box-sizing: border-box;padding: 0 0 0 50px;}
.abo-pag-dat {padding: 60px 20px 60px;}
.abo-pag-dat-inn {max-width: 1160px;margin: auto;}
.abo-pag-dat-list {display: flex;gap:55px;flex-wrap: wrap;}
.abo-pag-dat-list li{width: calc(33.33% - 55px * 2 / 3);background: #fff;border-radius: 10px;display: flex;flex-flow: column;justify-content: space-between;box-sizing: border-box;}
.abo-pag-dat-list-hed {position: relative;padding: 30px 0 0;}
.abo-pag-dat-list-hed-icon {width: 54px;position: absolute;left: 20px;top: 20px;}
.abo-pag-dat-list-hed-icon img{display: block;width: 100%;height: auto;}
.abo-pag-dat-list-hed b{font-size: 20px;text-align: center;}
.abo-pag-dat-list-hed small {display: block;font-size: 14px;}
.abo-pag-dat-list-main {padding-top: 30px;padding: 0 30px 30px;}
.abo-pag-dat-list-main strong {font-size: 100px;font-weight: 600;font-family: "Oswald", sans-serif;color: #478838;}
.abo-pag-dat-list-main b {font-size: 40px;color: #478838;}
.abo-pag-dat-list-main small {font-size: 60px;font-weight: 600;font-family: "Oswald", sans-serif;color: #478838;}
.abo-pag-dat-list-half-wrap {display: flex;justify-content: space-between;}
.abo-pag-dat-list-half {width: calc(50% - 10px);}
.abo-pag-dat-list-col {text-align: left;line-height: 1;}
.abo-pag-dat-list-col + .abo-pag-dat-list-col {margin-top: -10px;}
.abo-pag-dat-list-cate {border: 1px solid #478838;font-size: 20px;color: #478838;text-align: center;font-weight: bold;border-radius: 5px;line-height: 43px;}
.abo-pag-dat-list-col .abo-pag-dat-list-cate {display: inline-block;line-height: 60px;width: 66px;transform: translateY(-15px);margin-right: 20px;}
.abo-pag-dat-bot-txt {text-align: right;margin-top: 20px;}
.abo-pag-com {padding:0 20px 180px;}
.abo-pag-com-inn {max-width: 1160px;margin: auto;}
.abo-pag-com-box {display: flex;flex-direction: row-reverse;justify-content: space-between;background: #fff;border-radius: 10px;border: 1px solid #D5E8D0;padding: 120px 60px 120px 100px;margin-top: 50px;}
.abo-pag-com-box-side {width: 120px;font-size: 80px;font-family: "Poppins", sans-serif;color: #478838;opacity: 0.12;font-weight: bold;-webkit-writing-mode: vertical-rl;writing-mode: vertical-rl;line-height: 1;text-align: left;}
.abo-pag-com-box-main {width: calc(100% - 150px);}
.abo-pag-com-box-main dl{border-top: 1px solid #DDDDDD;display: flex;}
.abo-pag-com-box-main dl:last-child{border-bottom: 1px solid #DDDDDD;}
.abo-pag-com-box-main dl dt{color: #478838;font-size: 16px;text-align: left;width: 35%;box-sizing: border-box;padding: 25px 15px;}
.abo-pag-com-box-main dl dd{font-size: 16px;text-align: left;width: 65%;box-sizing: border-box;padding: 25px 0px;}
.abo-pag-com-box-main dl dd a {text-decoration: underline;}
@media screen and (max-width:800px) {
    .cmn-pag-hed {padding:92px 0 0;}
    .cmn-pag-hed-inn{padding:40px 0 0 20px;display: block;}
    .cmn-pag-hed-tit {margin: 50px 0;}
    .cmn-pag-hed-tit-jp{font-size: 30px;line-height:45px;}
    .cmn-pag-hed-tit-en{font-size: 15px;}
    .cmn-pag-hed-wrd{font-size:70px;text-align: right;}
    .cmn-pankuzu-mai-wrap{display: flex;flex-direction: column-reverse;margin-top: -10px;}
    .cmn-pankuzu{padding:20px;position: absolute;top: 80px;right: 0;}
    .cmn-pankuzu-list--left{justify-content: start;}
    .cmn-pankuzu-list li + li {padding-left: 30px;}
    .cmn-pankuzu-list li + li::before{width: 20px;left:5px;}
    .cmn-pankuzu-list li {font-size: 12px;}
    .cmn-pankuzu-list li a {font-size: 12px;}
    .abo-pag-mai{height:calc(100vw * 600 / 750);}
    .abo-pag-abo{padding:20px 20px 60px;}
    .abo-pag-abo-box{display:block;}
    .abo-pag-abo-box-img-area{width:auto;margin-bottom:30px;}
    .abo-pag-abo-box-txt-area{width:auto;padding:0;font-size:16px;}
    .abo-pag-tit{display:block;position:relative;padding: 60px 0 30px;}
    .abo-pag-tit-en{font-size: 40px;position:absolute;top:0;right:-10px;}
    .abo-pag-dat{padding:0 20px 60px;}
    .abo-pag-dat-list{display:block;}
    .abo-pag-dat-list li{width:calc(100% - 40px);margin:0 auto 30px;}
    .abo-pag-dat-list li:last-child{margin-bottom:10px;}
    .abo-pag-dat-list li:last-child .abo-pag-dat-list-main{display:flex;gap:20px;}
    .abo-pag-dat-list li:last-child .abo-pag-dat-list-col{text-align:center;width: 100%;}
    .abo-pag-dat-list li:last-child .abo-pag-dat-list-col .abo-pag-dat-list-cate{display: block;transform: none;margin: 0 0 20px;width: auto;line-height:43px;}
    .abo-pag-dat-list li:last-child .abo-pag-dat-list-main small{font-size:50px;}
    .abo-pag-dat-list li:last-child .abo-pag-dat-list-main b{font-size:25px;}
    .abo-pag-dat-list li:last-child .abo-pag-dat-list-main{padding-bottom:50px;}
    .abo-pag-dat-list li .abo-pag-dat-list-col + .abo-pag-dat-list-col{margin:0;}
    .abo-pag-dat-list-main strong {font-size:80px;}
    .abo-pag-dat-list-main b {font-size:30px;}
    .abo-pag-dat-list-main small {font-size:50px;}
    .abo-pag-dat-list-hed{position: relative;padding: 30px 0;display: flex;justify-content: center;align-items: center;}
    .abo-pag-dat-list-hed-icon{width: 40px;position: relative;top: auto;left: auto;display: block;margin-right:15px;}
    .abo-pag-dat-bot-txt{margin-top:0;padding:0 20px;font-size: 14px;}
    .abo-pag-tit-jp {padding-left:40px;font-size:20px;}
    .abo-pag-tit-jp::before{width:30px;}
    .abo-pag-com {padding:0 20px 120px;position:relative;}
    .abo-pag-com::before{content:"Company Profile";font-size:40px;line-height:1;position:absolute;top:0;right:10px;color:rgba(71,136,56,0.12);font-family: "Poppins", sans-serif;    font-weight: bold;}
    .abo-pag-com-box{display:block;padding:30px;margin-top:0;}    
    .abo-pag-com-box-side{display:none;}
    .abo-pag-com-box-main{width:auto;}
    .abo-pag-com-box-main dl{border-top: none;display: block;}
    .abo-pag-com-box-main dl + dl{margin-top:20px;}
    .abo-pag-com-box-main dl dt{width:auto;padding:0;font-size:15px;margin-bottom:5px;}
    .abo-pag-com-box-main dl dd{width:auto;padding:0;font-size:15px;}
    .abo-pag-com-box-main dl:last-child{border-bottom:none;}
}


/** | work | ***************************************************************************************** **/

.wor-pag-mai{margin-top:-10px;}
.wor-pag-mai-sli-wrap {position: relative;overflow: hidden;width: 100%;height: 470px;}
.wor-pag-mai-sli {width: 100%;height: 470px;background: url("../../images/recruit/work/wor-pag-mai-sli.png") repeat-x;background-size: 2157px 470px;animation: wor-mai-sli-anim 36s linear infinite;}
@keyframes wor-mai-sli-anim {100% {background-position:-2157px 0;}}
@keyframes wor-mai-sli-anim-sp {100% {background-position:-1078px 0;}}
.wor-pag-abo {padding: 100px 20px 180px;}
.wor-pag-abo-inn {max-width: 1180px;margin: auto;}
.wor-pag-tit-wrap {display: flex;justify-content: center;}
.wor-pag-tit {font-size: 24px;font-weight: bold;position: relative;}
.wor-pag-tit::after {content: "";display: block;position: absolute;bottom: 0;left: 0;height: 2px;width: 100%;background: #555;}
.wor-pag-txt {text-align: center;font-size: 16px;margin-top: 50px;line-height: 2;}
.wor-pag-abo-box-wrap {display: flex;gap:20px;margin-top: 100px;}
.wor-pag-abo-box {width: calc(33.33% - 20px * 1 / 2);background: #fff;border: 1px solid #CCE5C6;border-radius: 15px;box-sizing: border-box;padding: 50px 30px;display: flex;flex-flow: column;}
.wor-pag-abo-box:first-child {width: calc(66.66% - 20px * 1 / 2);padding: 50px 60px;}
.wor-pag-abo-box-tit {text-align: center;min-height: 170px;}
.wor-pag-abo-box-tit b{display: block;color: #478838;font-size: 24px;}
.wor-pag-abo-box-tit small{display: block;color: #478838;font-size: 22px;line-height: 1;}
.wor-pag-abo-box-tit-icon {width: 85px;margin: 0 auto 10px;}
.wor-pag-abo-box-tit-icon img{display: block;width: 100%;height: auto;}
.wor-pag-abo-box-txt {text-align: left;line-height: 2;font-size: 15px;margin: 30px 0 30px;min-height: 150px;}
.wor-pag-abo-box-list-wrap {}
.wor-pag-abo-box-list-tit {text-align: left;font-size: 14px;font-weight: bold;margin-bottom: 15px;}
.wor-pag-abo-box-list li{text-align: left;font-size: 15px;}
.wor-pag-abo-box-list-box {display: flex;gap: 20px;}
.wor-pag-abo-box-list-box-l {width: calc(50% - 20px * 1 / 2);}
.wor-pag-abo-box-list-box-r {width: calc(50% - 20px * 1 / 2);}
.wor-pag-abo-box-list-box b {display: block;text-align: left;}
@media screen and (max-width:800px) {
    .wor-pag-mai-sli-wrap {height:235px;}
    .wor-pag-mai-sli {height:235px;background: url("../../images/recruit/work/wor-pag-mai-sli.png") repeat-x;background-size:1078px 235px;animation: wor-mai-sli-anim-sp 24s linear infinite;}
    .wor-pag-abo {padding:60px 20px 120px;}
    .wor-pag-txt{text-align: left;font-size:15px;margin-top: 30px;}
    .wor-pag-abo-box-wrap{margin-top:40px;display: block;}
    .wor-pag-abo-box{width:auto;padding:30px 20px;}
    .wor-pag-abo-box:first-child {width:auto;padding:30px 20px;}
    .wor-pag-abo-box + .wor-pag-abo-box{margin-top:30px;}
    .wor-pag-abo-box-tit-icon{margin:0 auto;width:70px;}
    .wor-pag-abo-box-tit{position: relative;padding:0 0 0;text-align: left;min-height:70px;}
    .wor-pag-abo-box-tit b{font-size:24px;text-align: center;}
    .wor-pag-abo-box-tit small{font-size:16px;text-align: center;}
    .wor-pag-abo-box-txt{margin: 15px 0 20px;min-height:0;}
    .wor-pag-abo-box-list-box {gap: 0;flex-flow: column;}
    .wor-pag-abo-box-list-box-l {width:auto;}
    .wor-pag-abo-box-list-box-r {width: auto;margin-top: 20px;}
    .wor-pag-abo-box-list-box b {display: block;text-align: left;}
}


/** | people | ***************************************************************************************** **/

.peo-pag-con {margin-top: -100px;}
.peo-pag-con-bg {padding: 0 20px 100px;background: url(../../images/recruit/people/peo-idx-bg.jpg)no-repeat center top;background-size: 100% 1836px;}
.peo-pag-int {padding: 100px 0 100px;}
.peo-pag-int-inn {max-width: 1200px;margin: auto;}
.peo-pag-int-list {display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;row-gap: 60px;}
.peo-pag-int-list li{width: 46%;}
.peo-pag-int-list li:nth-child(2) {margin-top: 140px;}
.peo-pag-int-list li:nth-child(3) {margin-top: -140px;}
.peo-pag-int-list-tit {text-align: left;font-size: 22px;font-weight: bold;color: #478838;font-family: "Poppins", sans-serif;margin-bottom: 15px;letter-spacing: 0.1em;}
.peo-pag-int-list-img-area{position:relative;}
.peo-pag-int-list-img-area img{display: block;width: 100%;height: auto;}
.peo-pag-int-list-txt {text-align: left;}
.peo-pag-int-list-txt b{display: block;font-size: 20px;font-weight: bold;margin: 15px 0;}
.peo-pag-int-list-txt small{display: block;font-size: 15px;}
.peo-pag-cro {padding: 100px 0 100px;}
.peo-pag-cro-inn {max-width: 1200px;margin: auto;}
.peo-pag-cro-box {display: flex;}
.peo-pag-cro-box-img-area {width: 58%;position:relative;}
.peo-pag-cro-box-img-area img{display: block;width: 100%;height: auto;}
.peo-pag-cro-box-txt-area {width: 42%;box-sizing: border-box;padding: 0 0 0 50px;max-width: 540px;}
.peo-pag-cro-box-tit-en {display: block;color: #478838;font-size: 22px;text-align: left;font-family: "Poppins", sans-serif;font-weight: 700;line-height: 1;letter-spacing: 0.1em;}
.peo-pag-cro-box-tit-jp {display: block;font-size: 35px;font-weight: bold;text-align: left;margin: 40px 0 20px;line-height: 1.8;}
.peo-pag-cro-box-tit-sub {display: block;font-size: 18px;text-align: left;font-weight: normal;}
.peo-pag-cro-box-btn-wrap {max-width: 186px;margin-top: 70px;}
.peo-pag-cro-box-btn {display: block;width: 100%;text-align: center;line-height: 48px;font-size: 18px;color: #478838;border:1px solid #478838;background: #fff;border-radius: 30px;}
@media screen and (min-width:801px) and (max-width:1400px) {
    .peo-pag-con-bg {background: url(../../images/recruit/people/peo-idx-bg.jpg)no-repeat  center top;background-size: 1400px 1836px;}
}
@media screen and (max-width:800px) {
    .peo-pag-con-bg{padding: 0 20px 50px;}
    .peo-pag-int{padding: 100px 0 50px;}
    .peo-pag-int-list{display:block;margin-top: 60px;}
    .peo-pag-int-list li{width:auto;}
    .peo-pag-int-list li:nth-child(2) {margin-top:0;}
    .peo-pag-int-list li:nth-child(3) {margin-top:0;}
    .peo-pag-int-list li + li{margin-top:40px !important;}
    .peo-pag-int-list-tit{margin-bottom:10px;text-align:right;line-height: 1;font-size: 15px;}
    .peo-pag-int-list-txt b{font-size:18px;margin-bottom:5px;}
    .peo-pag-int-list-txt small{font-size:14px;}
    .peo-pag-cro{padding: 50px 0 50px;}
    .peo-pag-cro-box{display:block;}
    .peo-pag-cro-box-img-area{width:auto;}
    .peo-pag-cro-box-img-area::before{content:"CROSSTALK";display: block;color: #478838;font-size: 15px;text-align: left;font-family: "Poppins", sans-serif;font-weight: 700;line-height: 1;letter-spacing: 0.1em;text-align: right;margin-bottom:10px;}
    .peo-pag-cro-box-tit-en{display:none;}
    .peo-pag-cro-box-txt-area{padding:0;max-width: none;width:auto;}
    .peo-pag-cro-box-tit-jp{font-size:24px;margin: 20px 0 10px;line-height: 1.5;}
    .peo-pag-cro-box-tit-sub{font-size:16px;}
    .peo-pag-cro-box-btn-wrap{margin-top: 30px;}
    .peo-pag-cro-box-btn{font-size:16px;line-height:57px;}
}

/* インタビュー詳細 */

.peo-sin-pag .cmn-pankuzu {background: #F3F8F3;padding-top: 150px;}
.peo-sin-con-bg {margin-top: -120px;padding-top: 140px;background: url(../../images/recruit/people/rec-sin-peo-bg-bot-item.jpg)no-repeat center bottom;background-size: 100% 1535px;position: relative;overflow: hidden;}
.rec-sin-peo-con-top-item {position: absolute;top: 0;left: calc(50% + 660px);width: 800px;height: 644px;background:url(../../images/recruit/people/rec-sin-peo-con-top-item.png)no-repeat center;background-size: cover;}
.rec-sin-peo-con-bottom-item {position: absolute;bottom: 900px;left: calc(50% - 580px);width: 800px;height: 455px;background:url(../../images/recruit/people/rec-sin-peo-con-bottom-item.png)no-repeat center;background-size: cover;transform: translateX(-100%);}
.peo-sin-con-mid-bg {background: url(../../images/recruit/people/rec-sin-peo-bg-mid-item.jpg)no-repeat center top;background-size: 100% 1935px;padding-bottom: 30px;}
.peo-sin-mai {background: #F3F8F3;}
.peo-sin-mai-img-area.cmn-ani-cover::after{background: #F3F8F3;}
.peo-sin-mai-bg {background: url(../../images/recruit/people/rec-sin-peo-bg-top-item.jpg)no-repeat center bottom;background-size: 100% 355px;padding-bottom: 50px;}
.peo-sin-mai-inn {max-width: 1280px;margin: auto;position: relative;height: 620px;}
.peo-sin-mai-img-area {width: 73%;border-radius: 30px;position: relative;z-index: 0;overflow: hidden;margin-left: auto;height: 620px;}
.peo-sin-mai-img-area img {width: 100%;height: 100%;object-fit: cover;}
.peo-sin-mai-txt-area {border-radius: 20px;background: #fff;width: 522px;position: absolute;top: 50%;left:20px;transform: translateY(-50%);box-sizing: border-box;padding: 60px 60px 60px 60px;}
.peo-sin-mai-tit-en {display: block;color: #478838;font-size: 30px;text-align: left;font-family: "Poppins", sans-serif;font-weight: 700;line-height: 1;letter-spacing: 0.1em;}
.peo-sin-mai-tit-jp {display: block;font-size: 24px;font-weight: bold;text-align: left;margin: 40px 0 20px;line-height: 1.8;}
.peo-sin-mai-tit-sub {display: block;font-size: 15px;text-align: left;}
.peo-sin-con-inn {max-width: 1040px;margin: auto;padding:0 20px;}
.peo-sin-con-txt-area {max-width: 840px;margin: auto;}
.peo-sin-con-tit {border-top: 1px solid #478838;border-bottom: 1px solid #478838;text-align: center;font-weight: bold;font-size: 24px;color: #478838;margin-top: 60px;padding: 30px 0;}
.peo-sin-con-sub-tit {text-align: left;position: relative;padding: 3px 0 3px 60px;font-size: 20px;font-weight: bold;margin-top: 60px;}
.peo-sin-con-sub-tit-item {width: 42px;height: 42px;background: #4A4645;border-radius: 50%;color: #fff;font-family: "Poppins", sans-serif;font-weight: bold;font-size: 20px;text-align: center;line-height: 42px;display: block;position: absolute;left: 0;top: 0;}
.peo-sin-con-txt {font-size: 16px;text-align: left;margin: 30px 0 120px;}
.peo-sin-con-img-box img{display: block;width: 100%;height: auto;}
.peo-sin-sch {overflow: hidden;}         
.peo-sin-sch-inn{position: relative;margin: auto;padding: 0;box-sizing: border-box;width: 100%;max-width: 1040px;}
.peo-sin-sch-sec {overflow: hidden;background: #F8F8F8;position: relative;}
.peo-sin-sch-box {margin: 0 auto 0;position: relative;overflow: visible;z-index: 0;}
.peo-sin-sch h3 {font-size: 28px;font-weight: bold;text-align: left;padding: 0 20px 50px;max-width: 1200px;margin: auto;}
.peo-sin-sch .swiper {overflow: visible;position: static;text-align: left;padding: 0 0 20px 20px;}
.peo-sin-sch-list .swiper img {width: 100%;height: auto;}
.peo-sin-sch-list .swiper-wrapper {overflow: visible;}
.peo-sin-sch-list .swiper-slide {padding: 0 0 0 0;box-sizing: border-box;border-radius: 10px;height: auto;}
.peo-sin-sch-list .swiper-item {height: 100%;background: #fff;margin: 0;width: calc(100% - 30px);border-radius: 10px;border: 1px solid #478838;}
.peo-sin-sch-list .swiper-button-wrap {position: absolute;bottom: 0;left: 0;width: 100%;}
.peo-sin-sch-list .swiper-button-next {display: block !important;top: auto;background: #333;width: 40px;height: 40px;border: none;bottom: 0;right: 20px;left: auto;position: absolute;border-radius: 50%;margin: 0;z-index: 0;transition: all 0.3s ease-out;box-sizing: border-box;}
.peo-sin-sch-list .swiper-button-next::after {content: none;}
.peo-sin-sch-list .swiper-button-next::before {content: " ";display: block;position: absolute;right: 17px;top: 50%;width: 6px;height: 6px;border-bottom: 2px solid #fff;border-right: 2px solid #fff;transform: rotate(-45deg);margin: -4px 0 0 0;transition: all 0.3s ease-out;}
.peo-sin-sch-list .swiper-button-prev {display: block !important;top: auto;background: #333;width: 40px;height: 40px;border: none;bottom: 0;right: 75px;left: auto;position: absolute;border-radius: 50%;margin: 0;z-index: 0;transition: all 0.3s ease-out;box-sizing: border-box;}
.peo-sin-sch-list .swiper-button-prev::after {content: none;}
.peo-sin-sch-list .swiper-button-prev::before {content: " ";display: block;position: absolute;left: 17px;top: 50%;width: 6px;height: 6px;border-bottom: 2px solid #fff;border-right: 2px solid #fff;transform: rotate(135deg);margin: -4px 0 0 0;transition: all 0.3s ease-out;}
.peo-sin-sch-list .swiper-button-next:hover {border: 1px #222 solid;background: #222;}
.peo-sin-sch-list .swiper-button-next:hover::before {border-bottom: 2px solid #fff;border-right: 2px solid #fff;}
.peo-sin-sch-list .swiper-button-prev:hover {border: 1px #222 solid;background: #222;}
.peo-sin-sch-list .swiper-button-prev:hover::before {border-bottom: 2px solid #fff;border-right: 2px solid #fff;}
.peo-sin-sch-list-box {position: relative;}
.peo-sin-sch-list-box b {text-align: left;font-size: 24px;line-height: 1.8;padding: 30px 30px 30px;font-weight: 600;font-family: "Oswald", sans-serif;display: block;color: #478838;}
.peo-sin-sch-list-box p {text-align: left;font-size: 15px;line-height: 1.8;padding: 0 30px 30px;}
.swiper-horizontal > .swiper-scrollbar {height: 2px;overflow: hidden;position: relative;left: auto;bottom: auto;width: calc(100% - 140px);margin: 60px 0 0;}
.swiper-scrollbar-drag {display: block !important;overflow: visible;border-radius: 0;background: #000!important;}
.swiper-scrollbar-drag::before {content: " ";display: block;height: 100%;width: 9000px;top: 0;left: 0;transform: translate(-100%, 0);background: #000;}
.peo-sin-fot {padding: 80px 20px 120px;}
.peo-sin-fot-btn {display: block;text-align: center;max-width: 350px;margin: auto;border: 1px solid #E99316;line-height: 63px;color: #E99316;border-radius: 40px;background: #fff;font-weight: bold;}
@media screen and (min-width:801px) and (max-width:1400px) {
.peo-sin-con-bg {background: url(../../images/recruit/people/rec-sin-peo-bg-bot-item.jpg)no-repeat center bottom;background-size: 1400px 1535px;}
.peo-sin-con-mid-bg {background: url(../../images/recruit/people/rec-sin-peo-bg-mid-item.jpg)no-repeat center top;background-size: 1400px 1935px;}
.peo-sin-mai-bg {background: url(../../images/recruit/people/rec-sin-peo-bg-top-item.jpg)no-repeat center bottom;background-size: 1400px 355px;}
.peo-sin-fot {padding: 80px 20px 120px;}
}
@media screen and (max-width:800px) {
    .peo-sin-pag .cmn-pankuzu {padding-top:20px;}
    .peo-sin-mai{padding:92px 0 0;}
    .peo-sin-mai-img-area{width: 100%;height: auto;aspect-ratio: 750 / 680;border-radius: 0;}
    .peo-sin-mai-txt-area{transform:none;position:relative;width:calc(100% - 40px);padding:30px 25px;margin:auto;top: auto;margin-top:-20px;border-radius:10px;margin-bottom:0;left:0;}
    .peo-sin-mai-inn{height: auto;padding:50px 0;}
    .peo-sin-mai-tit-en{font-size:15px;}
    .peo-sin-mai-tit-jp{font-size:18px;margin:20px 0 10px;}
    .peo-sin-mai-tit-sub{font-size:14px;}
    .peo-sin-con-bg{padding:0;margin:0;}
    .peo-sin-sch-list-box b{padding-bottom:10px;}
    .peo-sin-con-tit{font-size:18px;padding: 20px 0;}
    .peo-sin-con-sub-tit{padding:0 0 0 45px;font-size: 18px;margin-top:30px;}
    .peo-sin-con-sub-tit-item{width:32px;height:32px;font-size: 16px;line-height: 32px;}
    .peo-sin-con-txt{margin: 15px 0 60px;}
    .peo-sin-con-img-box img{border-radius:10px;}
    .peo-sin-sch h3{padding: 0 20px 20px;font-size:18px;}
    .peo-sin-fot {padding:40px 20px 60px;}
    .peo-sin-mai-bg{background:transparent;padding:0;}
    .peo-sin-mai{background:transparent;}
    .peo-sin-pag{background: url(../../images/recruit/people/rec-sin-peo-bg-top-item-sp.png) no-repeat center top;background-size: 100% auto;}
    .peo-sin-con-mid-bg{background:transparent;}
    .peo-sin-mai-txt-area + .cmn-pankuzu{padding:20px !important;top: -12px;}
    .peo-sin-con-txt-area:first-child .peo-sin-con-tit{margin-top:0;}
}

/** | crosstalk | ***************************************************************************************** **/

.peo-cro-pag {background: #F3F8F3;}
.peo-cro-pag-bg {background: url(../../images/recruit/people/crosstalk/peo-cro-pag-bg.jpg)no-repeat center top;background-size: 100% 7700px;}
.peo-cro-pag .cmn-pankuzu {padding-top: 150px;}
.peo-cro-mai-inn {display: flex;align-items: center;overflow: hidden;}
.peo-cro-mai-img-area {width: calc(50% + 60px);border-radius: 0 30px 30px 0;position: relative;z-index: 0;overflow: hidden;}
.peo-cro-mai-img-area.cmn-ani-cover::after{background: #F3F8F3;}
.peo-cro-mai-img-area img{width: 100%;height: 100%;object-fit: cover;}
.peo-cro-mai-txt-area {width: calc(50% - 60px);box-sizing: border-box;padding:0 20px 0 60px;}
.peo-cro-mai-tit-en {display: block;color: #478838;font-family: "Poppins", sans-serif;font-size: 30px;font-weight: bold;text-align: left;letter-spacing: 0.1em;}
.peo-cro-mai-tit-jp {display: block;font-size:clamp(0px,2.5vw,42px);font-weight: bold;text-align: left;margin: 40px 0 20px;line-height: 1.6;}
.peo-cro-mai-tit-sub {display: block;font-size: 18px;font-weight: bold;text-align: left;font-weight: normal;}
.peo-cro-top {padding: 60px 20px 60px;}
.peo-cro-top-inn {max-width: 1100px;margin: auto;}
.peo-cro-top-txt {text-align: center;font-size: 18px;}
.peo-cro-mem {padding: 60px 0 0;}
.peo-cro-mem-tit {color: #478838;font-size: 22px;font-weight: bold;text-align: left;font-family: "Poppins", sans-serif;letter-spacing: 0.1em;margin-bottom: 10px;}
.peo-cro-mem-list {display: flex;gap:15px;}
.peo-cro-mem-list li{width: calc(25% - 15px * 3 / 4);}
.peo-cro-mem-img-area img{display: block;width: 100%;height: auto;border-radius: 10px;}
.peo-cro-mem-txt-area {display: block;padding-top: 10px;}
.peo-cro-mem-txt-area b{display: block;font-size: 16px;}
.peo-cro-mem-txt-area small{display: block;font-size: 14px;color: #478838;}
.peo-cro-int-inn {max-width: 1140px;margin: auto;}
.peo-cro-int-txt-area {max-width: 1000px;margin: auto;}
.peo-cro-int-tit {color: #478838;font-size: 20px;font-weight: bold;text-align: left;padding-left: 85px;position: relative;margin: 60px 0;}
.peo-cro-int-tit::before {content: "";display: block;position: absolute;left: 0;top: calc(50% - 1px);width: 60px;height: 2px;background: #478838;}
.peo-cro-int-box {display: flex;align-items: flex-start;justify-content: space-between;width: 100%;}
.peo-cro-int-box + .peo-cro-int-box {margin-top: 30px;}
.peo-cro-int-box dt{width: 80px;height: 80px;border-radius: 50%;line-height: 80px;text-align: center;background: #E6DAF5;}
.peo-cro-int-box dt.peo-cro-int-mem01{background: url(../../images/recruit/people/crosstalk/cro-mem-icon01.png)no-repeat center;background-size: cover;}
.peo-cro-int-box dt.peo-cro-int-mem02{background: url(../../images/recruit/people/crosstalk/cro-mem-icon02.png)no-repeat center;background-size: cover;}
.peo-cro-int-box dt.peo-cro-int-mem03{background: url(../../images/recruit/people/crosstalk/cro-mem-icon03.png)no-repeat center;background-size: cover;}
.peo-cro-int-box dt.peo-cro-int-mem04{background: url(../../images/recruit/people/crosstalk/cro-mem-icon04.png)no-repeat center;background-size: cover;}
.peo-cro-int-box dd{width: calc(100% - 100px);border:1px solid #D8E8D8;border-radius: 8px;font-size: 16px;text-align: left;line-height: 2;padding: 20px 30px;box-sizing: border-box;background: #fff;}
.peo-cro-int-img-area {margin-top: 60px;}
.peo-cro-int-img-area img{display: block;width: 100%;height: auto;}
.peo-cro-int-img-area-full-wrap {position: relative;margin-top: 60px;}
.peo-cro-int-img-area-full img{display: block;width: 100%;height: auto;}
@media screen and (min-width:801px) and (max-width:1400px) {
    .peo-cro-pag-bg {background: url(../../images/recruit/people/crosstalk/peo-cro-pag-bg.jpg)no-repeat center top;background-size: 1400px 7700px;}
}
@media screen and (max-width:800px) {
    .peo-cro-pag .cmn-pankuzu{padding-top:20px;}
    .peo-cro-mai-inn {display: block;padding-top:92px;}
    .peo-cro-mai-img-area{width:auto;border-radius:0;aspect-ratio: 1 / 1;position:relative;margin:50px 0;}
    .peo-cro-mai-txt-area{width:auto;border-radius:0;padding: 0 20px;}
    .peo-cro-mai-tit-en{font-size:16px;}
    .peo-cro-mai-tit-jp{font-size:24px;text-align: left;margin: 15px 0 10px;}
    .peo-cro-mai-tit-sub{font-size:16px;}
    .peo-cro-top {padding:30px 20px 30px;}
    .peo-cro-top-txt{font-size:16px;text-align: left;}
    .peo-cro-mem-list{flex-wrap:wrap;}
    .peo-cro-mem-list li{width: calc(50% - 15px);}
    .peo-cro-mem-txt-area b{font-size:15px;}
    .peo-cro-mem-txt-area small{font-size:13px;}
    .peo-cro-int {margin: 0 0 50px;}
    .peo-cro-int-txt-area{padding:0 20px;}
    .peo-cro-int-tit {margin: 60px 0 30px;padding-left:45px;font-size: 17px;}
    .peo-cro-int-tit::before {width:35px;}
    .peo-cro-int-box dt{width:45px;height:45px;line-height: 45px;}
    .peo-cro-int-box dd{width:calc(100% - 60px);padding: 15px 20px;font-size: 15px;}
}


/** | environment | ***************************************************************************************** **/

.env-pag-mai {width: 100%;height:600px;position:relative;}
.cmn-pag-hed-wrd--env{font-size: clamp(0px, 9vw,150px);}
.env-pag-mai img{position: absolute;top: 50%;left: 50%;object-fit: cover;width: 100%;height: 100%;transform: translate(-50%, -50%);}
.env-pag-mai.cmn-ani-cover::after{background:#F3F8F3;}
.env-pag-con {padding: 120px 0 180px;}
.env-pag-con-box-wrap {display: flex;justify-content: space-between;}
.env-pag-con-inn {max-width: 1100px;margin: auto;}
.env-pag-con-box {width: 45%;}
.env-pag-con-box a{display: block;}
.env-pag-con-img{position:relative;}
.env-pag-con-img img{display: block;width: 100%;height: auto;border-radius: 20px;}
.env-pag-con-link {position: relative;display: inline-block;font-size: 20px;padding-top: 15px;}
.env-pag-con-link-arr {position: relative;display: inline-block;width: 27px;height: 27px;background: #478838;border-radius: 50%;margin-left: 25px;transform: translateY(6px);}
.env-pag-con-link-arr::before {content: "";display: block;position: absolute;left: calc(50% - 2px);top: 50%;width: 7px;height: 7px;border-top: 2px solid #fff;border-right: 2px solid #fff;transform: translate(-50% , -50%) rotate(45deg);}
.env-sin-pag-mai {padding: 150px 0 0;}
.env-sin-pag-mai-box {display: flex;max-width: 1280px;height: 320px;margin: auto;position: relative;z-index: 0;overflow: hidden;border-radius: 20px;background: #fff;width:calc(100% - 40px);}
.env-sin-pag-mai-box-img-area {width: calc(50% + 120px);position:relative;}
.env-sin-pag-mai-box-img-area img{display: block;width: 100%;height: 100%;object-fit: cover;}
.env-sin-pag-mai-box-txt-area {width: calc(50% - 120px);display: flex;align-items: center;justify-content: center;}
.env-sin-pag-mai-box-tit {text-align: center;}
.env-sin-pag-mai-box-tit-jp {display: block;font-size: 28px;font-weight: bold;}
.env-sin-pag-mai-box-tit-en {display: block;color: #E99316;font-weight: bold;}
.env-sin-pag-mai + .cmn-pankuzu{max-width: 1280px;padding-left: 20px;padding-right: 20px;margin: auto;box-sizing: border-box;}
.env-ben-con-inn {max-width: 1140px;margin: auto;}
.env-ben-list {display:flex;gap:20px;flex-wrap: wrap;padding:0 20px;}
.env-ben-list li{width: calc(50% - 20px / 2);background: #fff;border-radius: 10px;border: 1px solid #CCE5C6;position: relative;box-sizing: border-box;padding: 30px 120px 30px 30px;}
.env-ben-list-txt {text-align: left;}
.env-ben-list-txt b{display: block;color: #478838;font-size: 20px;}
.env-ben-list-txt small{display: block;font-size: 14px;margin-top: 10px;}
.env-ben-list-img {width: 90px;position: absolute;right: 15px;top: 20px;transform: translateY(0);}
.env-ben-list-img img{display: block;width: 100%;height: auto;}
.env-sin-fot {padding: 80px 20px 120px;}
.env-sin-fot-btn {display: block;text-align: center;max-width: 350px;margin: auto;border: 1px solid #E99316;line-height: 63px;color: #E99316;border-radius: 40px;background: #fff;font-weight: bold;}
.env-edu-con {padding: 0 20px;}
.env-edu-con-inn {max-width: 1100px;margin: auto;}
.env-edu-intro-txt {max-width: 900px;margin: auto;padding: 60px 0 120px;font-size: 18px;line-height: 1.8;}
.env-edu-box {display: flex;align-items: flex-start;width: 100%;}
.env-edu-box + .env-edu-box {margin-top: 100px;}
.env-edu-box dt{display: flex;align-items: center;justify-content: center; aspect-ratio:1 / 1;width: 30%;box-sizing: border-box;background: #fff;border-radius: 10px;border: 1px solid #CCE5C6;color: #478838;}
.env-edu-box dt b{font-size: 22px;display: block;}
.env-edu-box dt small{font-size: 16px;display: block;}
.env-edu-box dd{width: 70%;box-sizing: border-box;padding: 0 0 0 40px;}
.env-edu-box-tit {text-align: left;font-size: 20px;color: #478838;}
.env-edu-box-txt {text-align: left;margin-top: 40px;}
.env-edu-box-txt b{display: block;}
@media screen and (max-width:800px) {
    .cmn-pag-hed-wrd--env{font-size: 50px;margin-top:0px;padding: 10px 0;transform: translateY(8px);}
    .cmn-pag-hed-wrd {line-height: 1;}
    .env-pag-mai{height:auto;margin-top: -10px;}
    .env-pag-mai img{position:relative;top:auto;left:auto;object-fit:contain;width: 100%;height:auto;transform:none;}
    .env-sin-pag-mai {padding:92px 0 0;}
    .env-pag-con{padding:60px 20px 60px;}
    .env-pag-con-box{width:auto;}
    .env-pag-con-box + .env-pag-con-box{margin-top:40px;}
    .env-pag-con-link{font-size: 16px;display: block;text-align: right;padding-top: 10px;}
    .env-pag-con-link-arr{width: 22px;height: 22px;margin-left: 15px;}
    .env-pag-con-link-arr::before{left: calc(50% - 1px);width: 5px;height: 5px;}
    .env-pag-con-box-wrap{display:block;}
    .env-sin-pag-mai-box{display:block;width:calc(100% - 20px);height:auto;border-radius:10px;margin-top: 80px;}
    .env-sin-pag-mai-box-img-area{width:100%;}
    .env-sin-pag-mai-box-txt-area{width:100%;padding: 15px 0 20px;}
    .env-ben-list{flex-direction: column;gap:15px;padding:20px 20px 0;}
    .env-ben-list li{width:100%;padding:20px 100px 20px 20px;}
    .env-ben-list-img{width:80px;right:10px;top: 20px;transform: translateY(0%);}
    .env-ben-list-txt b{font-size:18px;}
    .env-ben-list-txt small{margin-top:5px;}    
    .env-sin-pag-mai-box-tit-jp{font-size:24px;}
    .env-sin-fot{padding:40px 20px 60px;}
    .env-edu-intro-txt{padding:30px 0 60px;font-size: 16px;text-align: left;}
    .env-edu-box{display:block;}
    .env-edu-box dt{width:100%;aspect-ratio: auto;padding: 45px 0;margin-bottom:20px;}
    .env-edu-box dt b{font-size:20px;}
    .env-edu-box dd{width:100%;padding:0;}
    .env-edu-box-tit{font-size:18px;}
    .env-edu-box dt small{font-size:14px;}
    .env-edu-box-txt{margin-top: 20px;}
    .env-edu-box + .env-edu-box{margin-top:60px;}
}

/** | recruit | ***************************************************************************************** **/

.rec-pag-tab-list{padding:0;}
.rec-pag-tab-list::after{content: ".";display: block;height: 0;font-size:0;clear: both;visibility:hidden;}
.rec-pag-tab{float:left;width:42%;margin-left: 6%;}
.rec-pag-tab:last-child{float:right;width:42%;margin-right: 6%;margin-left: 0%;}
.rec-pag-tab a{position: relative;width:100%;height:70px;display: block;line-height: 70px;text-align: center;font-size:18px;font-weight: bold;color:#9CB598;background:#DFEBDF;border-radius:6px 6px 0 0;}
.rec-pag-tab.act a{color:#fff;background:#E99316;}
.rec-pag-tab-contents-list-wrap {display: flex;flex-direction: row-reverse;justify-content: space-between;background: #fff;border-radius: 20px;border:1px solid #D5E8D0;box-sizing: border-box;padding: 120px 40px 120px 80px;gap: 50px;}
.rec-pag-tab-contents-list-tit {display: flex;flex-direction: row-reverse;gap:60px;}
.rec-pag-tab-contents-list-tit-en {display: block;font-size: 90px;font-family: "Poppins", sans-serif;color: #478838;opacity: 0.12;font-weight: bold;-webkit-writing-mode: vertical-rl;writing-mode: vertical-rl;line-height: 1;text-align: left;white-space: nowrap;}
.rec-pag-tab-contents-list-tit-jp {display: block;font-size: 20px;font-weight: bold;-webkit-writing-mode: vertical-rl;writing-mode: vertical-rl;line-height: 1;text-align: left;}
.rec-pag-tab-contents-list {width: 100%;}
.rec-pag-tab-contents{display:none;}
.rec-pag-tab-contents.act{display:block;}
.rec-pag-tab-table-tit{text-align: left;font-size: 20px;font-weight: bold;margin-bottom: 30px;}
.rec-pag-tab-table {display: flex;width: 100%;border-top: 1px solid #DDDDDD;box-sizing: border-box;padding: 35px 15px;}
.rec-pag-tab-table:last-child {border-bottom: 1px solid #DDDDDD;}
.rec-pag-tab-table dt{font-size: 15px;text-align: left;width: 200px;}
.rec-pag-tab-table dd{font-size: 15px;text-align: left;width: calc(100% - 200px);}
.rec-pag-tab-flw-box {margin-top: 100px;margin-right: -120px;}
.rec-pag-tab-flw-box-tit {text-align: left;font-size: 20px;font-weight: bold;margin-bottom: 30px;}
.rec-pag-tab-flw-list-wrap {display: flex;justify-content: flex-start;}
.rec-pag-tab-flw-list {width: calc(12.5% - 40px * 7 / 8);box-sizing: border-box;border: 1px solid #478838;border-radius: 8px;overflow: hidden;}
.rec-pag-tab-flw-list dt{background: #478838;color: #fff;text-align: center;font-family: "Poppins", sans-serif;font-weight: bold;padding: 10px;border-radius: 8px 8px 0 0;}
.rec-pag-tab-flw-txt {display: flex;flex-flow: column;align-items: center;padding: 20px 0 30px;}
.rec-pag-tab-flw-txt b{display: block;-webkit-writing-mode: vertical-rl;writing-mode: vertical-rl;text-orientation: upright;line-height: 1;text-align: left;font-size: 18px;font-weight: bold;color: #478838;}
.rec-pag-tab-flw-txt small{display: block;-webkit-writing-mode: vertical-rl;writing-mode: vertical-rl;text-orientation: upright;line-height: 1;text-align: left;font-size: 14px;color: #478838;position: relative;padding: 14px 0;}
.rec-pag-tab-flw-txt small::before {content: "(";display: block;position: absolute;left: 0;top: 0;font-size: 16px;transform: rotate(90deg);}
.rec-pag-tab-flw-txt small::after {content: ")";display: block;position: absolute;left: 0;bottom: 0;font-size: 16px;transform: rotate(90deg);}
.rec-pag-tab-flw-list-arr {width: 0;height: 0;border-style: solid;border-top: 22px solid transparent;border-bottom: 22px solid transparent;border-left: 10px solid #c7c7c7;border-right: 0;margin: auto 15px;}
@media screen and (max-width:800px) {
    .rec-pag-con {padding: 60px 10px 60px;}
    .rec-pag-tab{width:46%;margin-left:calc(8% / 3);}
    .rec-pag-tab a{font-size:16px;}
    .rec-pag-tab:last-child{width:46%;margin-right:calc(8% / 3);margin-left:calc(8% / 3);}
    .rec-pag-tab-table-wrap{margin-bottom:60px;}
    .rec-pag-tab-contents-list-tit-en{display:none;}
    .rec-pag-tab-contents-list-wrap{padding:30px 20px;border-radius: 10px;}
    .rec-pag-tab-table{display: block;padding: 30px 10px;}
    .rec-pag-tab-table dt{font-weight:bold;margin-bottom: 15px;}
    .rec-pag-tab-table dd{width:auto;}
    .rec-pag-tab-table-tit{}
    .rec-pag-tab-flw-list-wrap{flex-direction: column;}
    .rec-pag-tab-flw-box{margin:0;}
    .rec-pag-tab-flw-box-tit {margin-bottom: 20px;}
    .rec-pag-tab-flw-list{width:auto;display: flex;}
    .rec-pag-tab-flw-list dt{width: 70px;border-radius: 0;height: 70px;padding: 0;line-height: 70px;}
    .rec-pag-tab-flw-list dd{width: calc(100% - 70px);display: flex;justify-content: center;flex-direction: column;}
    .rec-pag-tab-flw-txt{padding:0 20px;align-items: flex-start;}
    .rec-pag-tab-flw-txt b{writing-mode: lr;text-orientation: inherit;font-size:17px;}
    .rec-pag-tab-flw-txt small{writing-mode: lr;text-orientation: inherit;padding:10px 0 0;font-size:14px;}
    .rec-pag-tab-flw-txt small::before{display: inline;position: relative;transform: none;}
    .rec-pag-tab-flw-txt small::after{display: inline;position: relative;transform: none;}
    .rec-pag-tab-flw-list-arr{margin: auto;transform: rotate(90deg);}
}

/** | animation | ***************************************************************************************** **/

.cmn-ani-fad{opacity:0;}
.cmn-ani-fad.view{animation-name:cmn-ani-fad-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;}
.cmn-ani-up{transform:translate(0,50px);opacity:0;}
.cmn-ani-up.view{animation-name:cmn-ani-up-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;}
.cmn-ani-down{transform:translate(0,-50px);opacity:0;}
.cmn-ani-down.view{animation-name:cmn-ani-down-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;}
.cmn-ani-sli-l{transform:translate(50px,0);opacity:0;}
.cmn-ani-sli-l.view{animation-name:cmn-ani-sli-l-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;}
.cmn-ani-sli-r{transform:translate(-50px,0);opacity:0;}
.cmn-ani-sli-r.view{animation-name:cmn-ani-sli-r-act;animation-fill-mode:forwards;animation-duration:0.3s;animation-timing-function:ease-out;}
.cmn-ani-pop{transform:scale3d(0.1,0.1,1);}
.cmn-ani-pop.view{animation-name:cmn-ani-pop-act;animation-duration:0.6s;animation-timing-function:cubic-bezier(.47,1.64,.41,.8);animation-fill-mode:forwards;}
.cmn-ani-cover::after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;transition:width ease-out 0.6s;}
.cmn-ani-cover.view::after{width:0;}
@keyframes cmn-ani-fad-act{
from {opacity:0;}
to {opacity:1;}
}
@keyframes cmn-ani-up-act{
from {transform:translate(0,50px);opacity:0;}
to {transform:translate(0,0);opacity:1;}
}
@keyframes cmn-ani-down-act{
from {transform:translate(0,-50px);opacity:0;}
to {transform:translate(0,0);opacity:1;}
}
@keyframes cmn-ani-sli-l-act{
from {transform:translate(50px,0);opacity:0;}
to {transform:translate(0,0);opacity:1;}
}
@keyframes cmn-ani-sli-r-act{
from {transform:translate(-50px,0);opacity:0;}
to {transform:translate(0,0);opacity:1;}
}
@keyframes cmn-ani-pop-act{
0% {transform:scale3d(0.1,0.1,1);}
100%{transform:scale3d(1,1,1);}
}
.cmn-ani-del100{animation-delay:100ms;}
.cmn-ani-del200{animation-delay:200ms;}
.cmn-ani-del300{animation-delay:300ms;}
.cmn-ani-del400{animation-delay:400ms;}
.cmn-ani-del500{animation-delay:500ms;}
.cmn-ani-del600{animation-delay:600ms;}
.cmn-ani-del700{animation-delay:700ms;}
.cmn-ani-del800{animation-delay:800ms;}
.cmn-ani-del900{animation-delay:900ms;}
.cmn-ani-del1000{animation-delay:1000ms;}
.cmn-ani-del1100{animation-delay:1100ms;}
.cmn-ani-del1200{animation-delay:1200ms;}
.cmn-ani-del1300{animation-delay:1300ms;}
.cmn-ani-del1400{animation-delay:1400ms;}
.cmn-ani-del1500{animation-delay:1500ms;}
.cmn-ani-del1600{animation-delay:1600ms;}
.cmn-ani-del1700{animation-delay:1700ms;}
.cmn-ani-del1800{animation-delay:1800ms;}
.cmn-ani-del1900{animation-delay:1900ms;}
.cmn-ani-del2000{animation-delay:2000ms;}
.cmn-ani-del2100{animation-delay:2100ms;}
.cmn-ani-del2200{animation-delay:2200ms;}
.cmn-ani-del2300{animation-delay:2300ms;}
.cmn-ani-del2400{animation-delay:2400ms;}
.cmn-ani-del2500{animation-delay:2500ms;}
.cmn-ani-del2600{animation-delay:2600ms;}
.cmn-ani-del2700{animation-delay:2700ms;}
.cmn-ani-del2800{animation-delay:2800ms;}
.cmn-ani-del2900{animation-delay:2900ms;}
.cmn-ani-del3000{animation-delay:3000ms;}