@charset "UTF-8";
/* CSS Document */
*, *:before, *:after{margin:0;padding:0;border: 0;vertical-align:baseline;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 120px;
}
html {
    overflow-anchor: none;
}
body {
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
font-style: normal;
font-size:14px;
line-height:1.8;
color:#42210B;
letter-spacing:0.03em;
width:100%;
max-width: 1920px;
margin: 0 auto;
overflow-wrap: anywhere;
word-break: normal;
line-break: strict;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
@media (min-width: 768px) and (max-width: 1200px) { 
body { 
min-width: 1200px;
position: relative;
}

}



.sp{display: none;}
ol, ul {
list-style: none;
list-style-type: none;
}
a:focus, *:focus { outline:none; }
a{
text-decoration: none;
color:#42210B;
}
a:hover{
opacity:0.7;
transition: .4s opacity;
}
img{
vertical-align:bottom;
}
img.w100{
width: 100%;
}
.open{
overflow-y: hidden;
}



.dela{
font-family: "Dela Gothic One", sans-serif;
font-size: 400!important;
}

/*+++++++++++++++++++++++++HEADER++++++++++++++++++++++++++++++*/

header{
position: sticky;
width: 100%;
height: 80px;
top: 0;
left: 0;
z-index: 100;
}

header .header-inner{
width: 96%;
max-width: 1300px;
margin: 0 auto;
padding: 0 0 0;
display: flex;
justify-content: space-between;
background: #fff;
border-radius: 0 0 30px 30px;
}
.front header .header-inner{
background: none;
transition:background-color 0.8s;
}
.with-sc.front header .header-inner{
background: #fff;
transition:background-color 0.8s;
}
header .left-box{
display: flex;
justify-content: space-between;
background: #fff;
padding: 0 20px;
border-radius: 0 0 20px 20px;
}
header .left-box .logo{
width: 172px;
display: flex;
align-items: center;
margin: 0 22px 0 0;
padding: 0 0;
}
header .left-box .logo img{
width: auto;
height: 54px;
margin: 12px 0 14px;
}
header .left-box .logo a{
display: block;
}
header .left-box .site-info{
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 600;
display: flex;
align-items: center;
}



header .right-box{
display: flex;
align-items: center;
padding: 0 10px 0 0;
}
header .rec-app,
header .entry{
display: inline-block;
width: 150px;
line-height: 42px;
margin: 0 14px 0 0;
}
header .rec-app a{
display: block;
background: #FEDC42;
text-align: center;
font-weight: 700;
font-size: 16px;
border-radius: 100px;
}
header .entry a{
display: block;
background: #003894;
text-align: center;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 17px;
border-radius: 100px;
position: relative;
}
.entry-sp-ill{
position: absolute;
width: 32px;
top: -4px;
left: -4px;
}
header .entry a:hover{
cursor: pointer;
}
header .menu-btn{
display: inline-block;
width: 60px;
height: 60px;
background: #42210B;
border-radius: 100px;
position: relative;
}

header .menu-btn:hover{
cursor: pointer;
}


.menu-btn-box{
width: 60px;
height: 60px;
}
.menu-btn span {
  position: absolute;
  left: 30%;
  width: 40%;
  height: 2px;
  background-color: #fff;
}
.menu-btn,
.menu-btn span {
  display: inline-block;
  transition: all .8s;
  box-sizing: border-box;
}
.menu-btn span:nth-of-type(1) {
  top: 20px;
}
.menu-btn span:nth-of-type(2) {
  top: 29px;
}
.menu-btn span:nth-of-type(3) {
  bottom: 20px;
}
.menu-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}

nav{
position: fixed;
width: 100%;
height: 100%;
bottom: -100%;
z-index: 99;
opacity: 0;
display: flex;
align-items: flex-end;
transition:bottom 0s 0.4s,opacity 0.4s 0s;
}
nav.is-show{
bottom: 0;
opacity: 1;
transition:bottom  0.6s,opacity 0.4s;
}
.nav-inner{
width: 100%;
max-width: 1300px;
height: calc(100% - 100px);
margin: 0 auto;
background: #FEDC42;
padding: 50px 0 0;
border-radius: 30px 30px 0 0;
}

.menu-wrap{
max-height: 100%;
overflow: scroll;
padding: 0 0 60px;
}
.menu-box{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
max-width: 1100px;
max-height: 100%;
overflow: scroll;
margin: 0 auto;
padding: 0 4% 60px;
transform: translateY(100px);
transition:transform 0.7s 0.4s;
}
.is-show .menu-box{
transform: translateY(0);
transition:transform 0.8s 0.3s;
}
.menu-box .wide{
width: 100%;
margin: 0 0 24px;
}


.menu-box .half{
width: 30%;
margin: 0 0 24px;
}
.menu-box .wide a,
.menu-box .half a{
display: block;
padding: 0 0 0 32px;
position: relative;
line-height: 2.2;
}
.menu-box .half a span{
display: inline-block;
width: 44px;
}
.menu-box .half a.to-nav{
display: block;
padding: 0 0 0;
position: relative;
line-height: 1;
}
.menu-box .half a.to-nav::after{
display: none;
}
.menu-box .wide a::after,
.menu-box .half a::after{
position: absolute;
width: 18px;
height: 18px;
left: 0;
top: 50%;
transform: translate(0,-50%);
content: '';
background: url("../images/arrow-w.svg") no-repeat;
background-size:100% auto;
transition: transform .4s;
}
.menu-box .wide a:hover::after,
.menu-box .half a:hover::after{
transform: translate(4px,-50%);
}
.menu-box .half a.blank::after{
width: 14px;
height: 14px;
background: url("../images/icon-btn-bloank.svg") no-repeat;
background-size:100% auto;
}
.menu-box .cat-ttl {
font-size: 22px;
font-weight: 800;
color: #42210B;
margin: 0 0 10px;
padding: 0 0 6px;
border-bottom: 1px solid #42210B;
}
.menu-box .wide-ttl{
width: 100%;
font-family: "Montserrat", sans-serif;
font-weight: 700;
font-size: 28px;
margin: 0 0 14px;
padding: 0 0 6px;
border-bottom: 1px solid #42210B;
}
.menu-bg{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(62, 35, 16, 0.85);
content: '';
display: none;
z-index: 10;
animation: fadein 0.6s 1;
}
.open .menu-bg{
display: block;
}
@keyframes fadein {0% {opacity: 0;}100% {opacity: 1;}
}





.entry-modal,
.environment-modal{
    display: none;
    background: #fff;
    border-radius: 30px;
    padding: 6% 8%;
    text-align: center;
}

.entry-modal-ttl {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 44px;
    margin: 0 0 14px;
    padding: 0 0 6px;
    color: #003894;
    border-bottom: 1px solid #003894;
    text-align: center;
}
.environment-modal-ttl {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 14px;
    padding: 0 0 6px;
    color: #003894;
    text-align: left;
}
.entry-modal p{
    text-align: center;
    margin: 0 0 40px
}
.environment-modal p{
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.environment-modal p.t1{
    margin: 0 0 40px;
    font-weight: 700;
    color: #42210B;
}
.entry-modal-bnr-box {
width: 100%;
max-width: 300px;
margin: 0 auto;
}
.entry-modal-bnr-box a{
display: block;
width: 100%;
margin: 0 auto 20px;
border: 1px solid #ccc;
}
.entry-modal-close-box {
    position: absolute;
    width: 40px;
    top: 20px;
    right: 30px;
    height: 40px;
    font-size: 36px;
    font-weight: 700;
    color: #003894;
    text-align: center;
    line-height: 40px;
}
.environment-cont-ttl {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 4px;
    color: #000;
    text-align: left;
}
.environment-box{
}
.environment-once{
padding: 20px 0;
border-top: 1px solid #ccc;
}




main{
padding: 0;
width: 100%;
overflow: hidden;
position: relative;
}



/*
*/

.inner-t1{
width: 92%;
max-width: 980px;
margin: 0 auto;
}

.page-cat-box{
height: 60px;
}
.page-cat{
width: 130px;
}


.page-main-t1-block{
width: 92%;
max-width: 1200px;
margin: 0 auto;
padding: 90px 0 0;
}
.page-main-t1-ttl{
font-size: 57px;
font-weight: 700;
color: #42210B;
line-height: 1.4;
margin: 0 auto 44px;
}
.page-main-t1-cont-box{
display: flex;
justify-content: space-between;
margin: 0 0 64px;
}
.page-main-t1-cont-pr{
width:44%;
}
.page-main-t1-cont-sd{
width: 52%;
}
.page-main-t1-cont-at{
font-size: 26px;
color: #008132;
margin: 0 0 20px;
}
.page-main-t1-cont-pr p{
color: #42210B;
font-size: 15px;
}

.page-main-t2-cont-box{
max-width: 1400px;
margin: 0 auto;
position: relative;
}

.page-main-t2-cont-box img{
display: block;
width: 92%;
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 2;
}

.anchor-box{
width: 92%;
max-width: 780px;
display: flex;
justify-content: space-between;
margin: 0 auto;
padding: 20px 0 80px;
}
.work .anchor-box{
padding: 0 0 80px;
}
.anchor-once{
width: 47.3%;
}
.anchor-box.col3{
width: 92%;
max-width: 1200px;
}
.anchor-box.col3 .anchor-once{
width: 30%;
}

.anchor-once a{
display: block;
font-size: 18px;
padding: 14px 0 30px;
text-align: center;
overflow: hidden;
}
.anchor-once a{
color: #003894;
background: url("../images/anchor-bg01.svg") no-repeat bottom center;
background-size:auto 16px;
}
.recruit .anchor-once a,
.support .anchor-once a{
color: #008132;
background: url("../images/anchor-bg02.svg") no-repeat bottom center;
background-size:auto 16px;
}








/*
*/














footer{
background: #F2F2F2;
padding: 84px 0 0;
}
.footer-other{
background: #42210B;
color: #fff;
}
.footer-other a{
color: #fff;
font-size: 12px;
}
footer .inner{
max-width: 1100px;
margin: 0 auto 80px;
padding: 0 0 ;
display: flex;
justify-content: space-between;
position: relative;
}
footer .inner .once{
width: 220px;
}
footer .inner .once .ttl{
font-size: 19px;
font-weight: 700;
color: #003894;
margin: 0 0 14px;
}
footer .inner ul{
margin: 0 0 40px;
}
footer .inner ul li a{
font-size: 14px;
font-weight: 500;
display: block;
line-height: 2;
}
footer .inner ul li a.blank::after{
display: inline-block;
content: '';
    width: 13px;
    height: 13px;
    background: url(../images/icon-btn-bloank-b.svg) no-repeat;
    background-size: 100% auto;
    position: relative;
    top: 1px;
    margin: 0 0 0 10px;
}
footer .inner ul li a span{
display: inline-block;
width: 44px;
}
footer .inner .info-box{
width: 220px;
position: absolute;
bottom: 0;
right: 0;
padding: 0 3% 0 0;
}
footer .inner .info-box .logo{
display: block;
width: 100%;
}
footer .inner .info-box p{
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 600;
text-align: center;
margin: 0 0 14px;
}
footer .inner .info-box a {
    display: block;
    background: #003894;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 17px;
    border-radius: 100px;
    position: relative;
    line-height: 44px;
}


.footer-other .wrap{
width: 92%;
max-width: 1100px;
margin: 0 auto;
padding: 28px 0;
position: relative;
}
.footer-other .cr{
position: absolute;
right: 0;
top: 28px;
font-family: "Montserrat", sans-serif;
font-size: 12px;
font-weight: 400;
}




.others{
max-width: 1300px;
margin: 0 auto;
}
.others-inner{
padding: 10% 0 15%;
}
.others-ttl-jp{
font-size: 26px;
text-align: center;
line-height: 1.3;
margin: 0 0 3%;
}
.others-box{
max-width: 800px;
display: flex;
justify-content: space-between;
margin: 0 auto;
}
.others-once{
max-width: 46.8%;
}
.others-once img{
margin: 0 0 10px;
border-radius: 22px;
}
.others-once a{
display: block;
font-size: 18px;
text-align: center;
}
.others-once a img.icon-blank{
position: relative;
margin: 0 0 0 14px;
vertical-align: middle;
top: -2px;
border-radius: 0;
}


.entry-modal{
display: none;
}




.page-top{
position: fixed;
width: 52px;
height: 52px;
bottom: 64px;
right: 2%;
cursor: pointer;
display: none;
z-index: 10;
}



/*+++++++++++++++++++++++++↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑v++++++++++++++++++++++++++++++*/

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


}




@media (max-width: 767px) {
a, button, input[type="button"], input[type="submit"] {
  -webkit-tap-highlight-color: transparent;
}
.pc{display: none;}
.sp{display: block;}
body {
width: 100%;
font-size:14px;
line-height:1.6;
letter-spacing:0.02em;
overflow-x: hidden;
font-weight: 500;
}
a:hover{
opacity:1;
}

.db100{
display: block!important;
width: 100%!important;
}





.front header .header-inner,
header .header-inner{
    width: 100%;
    background: #fff;
    border-radius: 0 0 20px 20px;
}


header .left-box {
height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 0 0 8px 4%;
    border-radius: 0 0 20px 20px;
}
header .left-box .logo {
    width: 130px;
    display: flex;
    align-items: center;
    margin: 0 22px 0 0;
    padding: 0 0;
}
header .left-box .logo img {
    width: 130px;
    height: auto;
    margin: 10px 0 2px;
}
header .left-box .site-info {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
header .right-box {
    display: flex;
    align-items: center;
    padding: 0 4% 0 0;
}
.menu-btn-box {
    width: 50px;
    height: 50px;
}
header .menu-btn {
    width: 50px;
    height: 50px;
}
.menu-btn span:nth-of-type(1) {
    top: 16px;
}
.menu-btn span:nth-of-type(2) {
    top: 24px;
}
.menu-btn span:nth-of-type(3) {
    bottom: 16px;
}
.menu-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(315deg);
    transform: translateY(-8px) rotate(315deg);
}
.menu-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-315deg);
    transform: translateY(8px) rotate(-315deg);
}
header .rec-app {
display: none;
}

header .entry {
    width: 90px;
    line-height: 38px;
    margin: 0 6px 0 0;
}
header .entry a {
    font-size: 14px;
}
footer {
    padding: 50px 0 0;
}
footer .inner {
width: 88%;
    margin: 0 auto 80px;
    display: block;
}
footer .inner .info-box {
    width: 200px;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 0 0;
}
footer .inner .info-box a {
    font-size: 14px;
    border-radius: 100px;
    line-height: 38px;
}
footer .inner .once .ttl {
    font-size: 16px;
    margin: 0 0 10px;
}

.footer-other .wrap {
    margin: 0 auto;
    padding: 28px 0;
    text-align: center;
    
}
.footer-other .cr {
    position: relative;
    right: 0;
    top: 0;
    font-size: 10px;
    text-align: center;
    padding: 20px 0 0;
}
.menu-box {
    display: block;
    max-height: 100%;
    overflow: scroll;
    margin: 0 auto;
    padding: 0 5% 40px;
    transform: translateY(70px);
}
.nav-inner {
    height: calc(100% - 90px);
    padding: 32px 0 0;
    border-radius: 20px 20px 0 0;
}
.menu-box .half {
    width: 100%;
    margin: 0 0 24px;
}
.menu-box .half:has(.to-nav) {
    margin: 0 0 10px;
}
.menu-box .half a {
    padding: 0 0 0 26px;
    position: relative;
    line-height: 2.4;
}

.menu-box .cat-ttl {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 14px;
    padding: 0 0 6px;
}
.menu-box .wide-ttl {
    font-size: 22px;
    margin: 0 0 14px;
    text-align: center;
}
.menu-box .half a.to-nav {
    display: block;
    width: 70%;
    margin: 0 auto;
}



.page-main-t1-block {
    width: 88%;
    padding: 60px 0 0;
}
.page-cat {
    width: 100px;
    margin: 0 0 14px;
}
.page-cat-box {
    height: auto;
}
.page-main-t1-cont-box {
    margin: 0 0 34px;
}
.page-main-t1-ttl {
    font-size: 28px;
    margin: 0 auto 32px;
}
.page-main-t1-cont-at {
    font-size: 22px;
    margin: 0 0 20px;
    line-height: 1.5;
}
.page-main-t1-cont-pr p {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 18px;
}
.anchor-box,
.anchor-box.col3{
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 0 50px;
}
.anchor-once,
.anchor-box.col3 .anchor-once {
    width: 100%;
}
.anchor-once a {
    font-size: 16px;
    font-weight: 700;
    padding: 8px 0 24px;
}
.recruit .anchor-once a,
.support .anchor-once a,
.work .anchor-once a{
    background-size: auto 12px;
}
.inner-t1 {
    width: 88%;
}

.others-ttl-jp {
    font-size: 18px;
    margin: 0 0 3%;
}
.others-box {
width: 88%;
    display: block;
}
.others-once {
width: 80%;
    max-width: none;
    margin: 0 auto 14px;
}
.others-once a {
    font-size: 14px;
}








.page-main-t1-ttl,
.page-main-t1-cont-at,
.others-ttl-jp,
    .others-once a {
font-weight: 700;

}


.entry-modal-close-box {
    width: 40px;
    top: 14px;
    right: 14px;
    height: 40px;
    font-size: 30px;
}
.entry-modal-ttl {
    font-size: 24px;
    margin: 0 0 14px;
}
.entry-modal, .environment-modal {
    border-radius: 20px;
    padding: 10% 5%;
}
.entry-modal-bnr-box {
    width: 80%;
    margin: 0 auto;
}
.entry-modal p {
    text-align: left;
    margin: 0 0 30px;
}
.environment-modal-ttl {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 14px;
    padding: 0 0 6px;
    color: #003894;
    text-align: left;
}
.environment-modal p.t1 {
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 14px;
}
.environment-modal p {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
.environment-once {
    padding: 14px 0;
}


.page-top {
    position: fixed;
    width: 38px;
    height: 38px;
    bottom: 24px;
    right: 2%;
}


}

@media (max-width: 500px) {


}


@media print {
body {width:1000px;}
}