@charset "utf-8";

html {
    /*overflow-y: scroll;*/
    font-size: 62.5%;
    /* -> 10px; */

    width: 100%;
	height: 100%;

}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt"1;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.1em;
    font-size:1.4rem ;
}


#fade-wrap {
    width: 100%;
    position:relative;
}

#fade-wrap::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease;
}

#fade-wrap.fadeout::after {
    opacity: 1
}




.wf-notosansjapanese {
    font-family: "Noto Sans JP";
}

.notoserif {
    font-family: 'Noto Serif JP', serif;
}



@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}



h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {

    font-weight: 600;
    line-height: 1.25;
    margin: 1rem 0 1.5rem;
    font-feature-settings: "palt"1;
}



p {

    margin-bottom: 1em;
    font-feature-settings: "palt"1;
    text-align: justify;
    text-justify: inter-ideograph;
}




* {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #111;
    text-decoration: none;
    outline: none;
    position:relative;
}

a:hover{
    color:#111;
}




.brpc {
    display: block;
}


.brsp {
    display: none;
}

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

    .brpc {
        display: none;
    }
    

}

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

    .brsp {
        display: block;
    }
    

}


.wrapper {
    margin: 0;
    padding: 0;
}




figure {
    margin: 0;
}







/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer {
    letter-spacing: 0.1em;

}

#pc-nav {}





.googleMap {

    position: relative;
    width: 100%;
    height: 400px;

    &:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background-color: #4abafa;
        position: absolute;
        top: 0;
        left: 0;
        mix-blend-mode: hue;
        pointer-events: none;
    }
}




.stopmove {
    display: none;
}


/* g-nav */

@media screen and (max-width:500px) {
    #g-nav li:last-child a {
        margin: 30px 0 0 0;
        padding: 10px 20px;
        border: 2px solid #333;
        white-space: nowrap;
    }
}

/*pc-nav*/

#pc-nav span.bgLRextend::before {
    background: #0b1642;
}


@media screen and (max-width:990px) {
    #pc-nav {
        display: none;
    }
}



#right-sidebar {}

aside {
    margin-bottom: 3rem;
}


#archive-wrapper {
    margin: 0px 0 3rem 0;
}


#search-wrapper {
    margin: 130px 0 3rem 0;
}


.search-page-header {
    display: block;
}

.search-page-header h1 {
    position: relative;
    margin-bottom: 3rem;
}

.search-title {
    font-size: 1.5rem;
}

.search-main article {
    margin-bottom: 4rem;
}


.search-main .btn-secondary {
    font-size: 14px;
    margin-top: 1rem;
}



.widget-title {
    font-size: 1.5rem;
    color: #0B1642;
    border-bottom: 1px solid #0B1642;
    margin-bottom: 1rem;
}



@media screen and (min-width:1060px) {
    .brmid {
        display: none;
    }
}


/* heading */

h1 {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.2em;
    margin: 0;
}




@media screen and (max-width:550px) {
    h1 {
        font-size: 1.2rem;
        top: 10%;
    }
}


h1 a {
    color: #eb6100;
}

h2 {
    text-transform: uppercase;
    font-size: 3rem;
}

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

    h2 {
        font-size: 2rem;
    }
}

/* lead */

.top-lead {
    position: absolute;
    bottom: 2%;
    right: 5%;
    z-index: 10;
}



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

    .top-lead {
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

}



.top-lead a {
    display: block;



    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;
}


.top-lead a:hover {


    text-decoration: none;
}



.top-lead span.bgLRextend::before {
    background: #0b1642;
}

@media screen and (max-width:550px) {
    .top-lead {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:380px) {
    .top-lead {
        font-size: 1.8rem;
    }
}



.top-recruit {
    position: absolute;
    bottom: 5%;
    right: 5%;
    z-index: 10;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    transition: all 0.4s;
}

.top-recruit-ttl {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 46px;
    position: relative;
}

.top-recruit-ttl span {
    color: #c5241c;
    font-size: .8rem;
    transition: all 0.4s;
    display: block;
    padding-top: .6rem;
}


.top-recruit:hover {
    color: #c5241c;
}





.top-recruit::after {
    content: "";
    display: block;
    position: absolute;
    border: 1px dashed #c5241c;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    width: 160px;
    height: 160px;
    background: url(../../images/recruit-btn-frame.svg) 0 0 no-repeat;
    background-size: 160px 160px;
    transition: all .6s;
}


.top-recruit:hover::after {
    transform: rotate(180deg);

}




.top-recruit .inner a:hover {

    border: 1px solid #c5241c;
    color: #c5241c;
    text-decoration: none;
}




.top-recruit .inner a span {
    width: 100%;

}



.top-catch {
    
    z-index: 10;
margin-top:8rem;
margin-left:4rem;
}

.top-catch span {
    font-size: clamp(3.825rem, .176rem + 3.317vw, 10.472rem);
    color: #111;
    padding-top:2px;
    padding-bottom:2px;
    display: inline-flex;
    margin-bottom: 1rem;
    letter-spacing: .3rem;
    line-height: 100%;
    font-weight:300;
}
.top-catch span.en {
    font-size: clamp(1.1008rem, 0.8448rem + 0.8vw, 1.7rem);
    margin-bottom: 1rem;
    margin-top:3rem;
    letter-spacing: .3rem;
    line-height: 100%;
    display: block;
    text-align:center;
}

.thumb_round_img {
    text-align:center;
    margin-bottom:3rem;
}
.thumb_round_img img{
    border-radius: 50%;
    width:100%;
    max-width: 350px;
    margin-left:auto;
    margin-right:auto;
}





.top-catch span:nth-of-type(1) {
    padding-right: 3.15em;
}
.top-catch span:nth-of-type(2) {
    padding-left: 1em;
}
.top-catch span:nth-of-type(3) {
    padding-left: 1em;
}




@media only screen and (min-width:768px) and (max-width:1030px) {



}



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

    .top-catch {
        bottom: 18%;
    }

    


    .top-recruit {
        width: 130px;
        height: 130px;
    }

    .top-recruit .inner {
        width: 115px;
        height: 115px;
        font-size: 1.1rem;
    }


    .top-recruit::after {
        width: 120px;
        height: 120px;
        background: url(../../images/recruit-btn-frame.svg) 0 0 no-repeat;
        background-size: 120px 120px;
        transition: all .6s;
    }

    .top-recruit-ttl {
        font-size: 1.2rem;
        margin-top: 32px;
    }

}


.swiper-wrap {
    width: 60%;
    position:relative;
    padding-left:5rem;
    padding-bottom:5rem;
}

.swiper-wrap:before {
    position:absolute;
    left:0;
    bottom:0;
    content:"";
    background:#3862ac;
    width:calc(100% - 5rem);
    height:calc(100% - 5rem);
    border-radius:0px 5px 5px 0px;
}
.overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: -moz-linear-gradient(top, rgba(65, 21, 21, 0.1) 0%, rgba(30, 5, 5, 0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(65, 21, 21, 0.1) 0%, rgba(30, 5, 5, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(65, 21, 21, 0.1) 0%, rgba(30, 5, 5, 0.1) 100%);
}

.swiper-wrap img {
    border-radius:5px;
}










/* main-area */

.main-area {
    width: 100%;
    margin: 0 auto;
    padding: 5rem 30px;
    min-width: 1100px;
    max-width:1100px;
    
}


#policy {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 0px 0 50px 0;
    max-width: 800px;
}

.pp_h1 {
    font-size: 2.4rem;
    letter-spacing: .1rem;
    line-height: 160%;
    margin-bottom: 3rem;
    font-weight:500;
}

#policy .pp_main h2 {
    margin: 5rem 0 1rem 0;
    text-align:left;
    font-size:2rem;
    font-weight:500;
}

.pp_main ol {
    margin-left: 2rem;
}

.pp_main li {
    margin-bottom: 1rem;
}

.pp_main p {
    line-height: 180%;
}

.page-title{
    font-size:2rem;
}
.form-control{
    font-size:1.6rem;
}
#searchsubmit{
    font-size:1.6rem;
}



/* topics */

#topics {
    border-left: 3px solid #000;
    padding: 0 0 0 20px;
    position: relative;
}

@media screen and (max-width:768px) {
    #topics {
        margin: 0 0 100px 0;
    }
}

#topics h2 {
    font-size: 1.5rem;
}

#topics h2 span.bgLRextend::before {
    background: #333;
}

.bx-wrapper {
    box-shadow: none;
    border: none;
}

/* topinformation */



#topinformation .btn {

    margin: 0 auto;
}

#topinformation .bgappear {
    background: none;


}


#topinformation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 1rem 0;
    padding: 0 0 5rem 0;
    
}



#topinformation .content {
    width: 100%;
    text-align: center;
}

@media screen and (max-width:768px) {
    #topinformation .img {
        width: 100%;
        min-height: 290px;
        margin: 0 0 50px 0;
    }

    #topinformation .content {
        width: 100%;
    }

    #topinformation p.vision-txt {
        text-align: left;
    }


}

#topinformation h2 {
    color: #e60020;
    margin: 0 0 10px 0;
    font-size: 3rem;
}


@media screen and (max-width:768px) {
    #topinformation h2 {
        font-size: 2rem;
        letter-spacing: 0;
    }

}


#topinformation p {
    line-height: 2;
    margin: 0 0 10px 0;
}

#topinformation .topinformation-lead {
    position: relative;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
    #topinformation .topinformation-lead {
        font-size: 1rem;
    }

}

#topinformation .topinformation-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;

    background: #e60020;
    width: 12em;
    height: 3px;
}





/* service */

#service {

    margin: 2rem 0;
}


#service .content {
    width: 100%;
    text-align: left;
}


#container h2 {
    text-align: center;
    color: #000;
    font-size: 2.5rem;
    
    line-height: 130%;
}
#container h2 span {
    text-align: center;
    color: #000;
    font-size: 1.8rem;
    font-weight:400;
    line-height: 130%;
}


#service p {
    line-height: 2.4;
    margin: 0rem 0 2rem 0;
    letter-spacing: .1em;
}



.service-lead {
    position: relative;
    text-align:center;
    color: #3862ac;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 1rem 0 1rem 0;
}


.service-lead span {
    position: relative;
    padding-left:1rem;
    padding-right:1rem;
}


@media screen and (max-width:768px) {
    #service p {
        line-height: 150% !important;
    }
}

.service-lead span::after {
    content: '';
    position: absolute;
    right: 0;
  left: 0;
  margin: 0 auto;
top:-1rem;
    background: #3862ac;
    width: 100%;
    height: 1px;
    
}



.service-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:3rem;
    margin-bottom:8rem;
    margin-top:8rem;
}




.service-area:before{
    position:absolute;
    content:"";
    background:#efefee;
    width:100%;
    height:60%;
    z-index:-1;
    bottom:5rem;
    border-radius:5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}


.service-txt{
    width:calc(33% - 3rem);
    padding:0 4rem;
}




.service-btn{
    width:calc(33% - 3rem);
}
.service-btn h3{
    text-align: center;
}





#service-list {
    padding: 1rem 0 0rem 0;
    position: relative;
    overflow: hidden;
}


#service-list h2 {
    text-align: center;
    margin: 0 0 100px 0;
}

@media screen and (max-width:768px) {
    #service-list h2 {
        margin: 0 0 50px 0;
    }

}


#service-list .content {
    width: 100%;
    text-align: center;
}


#service-list h2 {
    color: #e60020;
    margin: 0 0 10px 0;
}

.service-txt h3 {
    text-align: center;
font-size: 2rem;
}

.img-fullwidth{
width: 100%;
margin: 0 calc(50% - 50vw);
text-align: center;
margin-bottom:5rem;
background: url(../imgs/jingle_image.jpg) 0 0 no-repeat;
background-size: cover;
height:200px;
}



.parallax-box-1 {
    clip-path: inset(0);
    width: 100%;
    height: 200px;
    padding: 16px;
    box-sizing:border-box;
    text-align: center;
    display:flex;
    
    justify-content: center;
    flex-direction: column;
  }
  
  .parallax-box-1::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width:100%;
    height:100%;
    background-image: url(../imgs/jingle_image.jpg);
    background-size:cover;
  }







.service-sec-btn {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.sec-btn {
    position: relative;
    display: inline-block;
    padding: 0 80px 0 30px;
    background-color: #fff;
    border: 1px solid #0168B7;
    border-radius: 30px;
    line-height: 60px;
    color: #0168B7;
    font-size: 1.4rem;
    transition: all .3s;
}
.sec-btn:hover {
	background-color: #0168B7;
	color: #fff;
}
.sec-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 25px;
    width: 21px;
    height: 10px;
    background: url(../imgs/btn-arrwo-blue.svg) 0 0 no-repeat;
    background-size: 21px 10px;
    transition: all .3s;
}
.sec-btn:hover::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	width: 21px;
	height: 10px;
	background: url(../imgs/btn-arrwo-white.svg) 0 0 no-repeat;
	background-size: 21px 10px;
}





.sec-btn-back {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 80px;
    background-color: #fff;
    border: 1px solid #0168B7;
    border-radius: 30px;
    line-height: 60px;
    color: #0168B7;
    font-size: 1.4rem;
    transition: all .3s;
}
.sec-btn-back:hover {
	background-color: #0168B7;
	color: #fff;
}
.sec-btn-back::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 25px;
    width: 21px;
    height: 10px;
    background: url(../imgs/btn-arrwo-blue_back.svg) 0 0 no-repeat;
    background-size: 21px 10px;
    transition: all .3s;
}
.sec-btn-back:hover::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	left: 20px;
	width: 21px;
	height: 10px;
	background: url(../imgs/btn-arrwo-white_back.svg) 0 0 no-repeat;
	background-size: 21px 10px;
}





#top-support h2 {
    text-align: center;
    color: #000;
    font-size: 2.5rem;
    
    line-height: 130%;
}


.support-main{
    max-width:900px;
    min-width: 900px;
}


.support-title{
    display:flex;
    align-items: flex-end;
    justify-content: space-between;
    position:relative;
    margin-bottom:5rem;
}

.support-title::after {
    content: '';
    position: absolute;
    left: 50px;
    background: #3862ac;
    width: calc(100% - 50px);
    height: 1px;
    z-index: -1;
}


.support-title h3{
    font-size:2.4rem;
    margin:0 0 .5rem 0;
}

.support-title img{
    width:100%;
    max-width: 120px;
    border-radius: 50%;
    margin-bottom:-50px;
}

.support-box{
    margin-left:50px;
    margin-bottom:4rem;
}


.manual-link{
    margin-bottom:3rem;
    display:flex;
    align-items: center;
    justify-content: center;
    gap:3rem;
}



.box {
    display: none;
    background: #fff;
    margin: 0 3% 3% 3%;
    padding: 3%;
    
}

.qa_box{
    margin-bottom:2rem;
    border-bottom:1px solid #aaa;
}


.qa_line{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom:2rem;
    
}



.question {
    font-size: 2rem;
    margin-right: 2rem;
    background: #3862ac;
    color: #fff;
    padding: 0 1rem 0.4rem 1rem;
    border-radius: 2rem;
}

.answer {
    font-size: 2rem;
    margin-right: 2rem;
    background: #3862ac;
    color: #fff;
    padding: 0 1rem 0.4rem 1rem;
    border-radius: 2rem;
}




#service-list p {
    line-height: 2;
    margin: 0 0 3rem 0;
}

#service-list .service-lead {
    position: relative;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
    #service-list .service-lead {
        font-size: 1rem;
    }

}

#service-list .service-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;

    background: #e60020;
    width: 12em;
    height: 3px;
}



#service-list .service-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 300px 0 300px 0;
}

@media screen and (max-width:768px) {
    #service-list .service-area {
        margin: 0 0 200px 0;
    }
}

@media screen and (max-width:590px) {
    #service-list .service-area {
        margin: 0 0 50px 0;
    }

}




.service-list {
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-wrap: wrap;
    padding: 3rem 0 3rem 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    gap: 40px 16px;
    font-size: .7rem;
    color: #000;
    font-weight: 600;
}




@media screen and (min-width:601px) {
    .service-list {
        font-size: 1rem;
    }

}




.service-list::after {
    display: block;
    content: "";
    width: calc(25% - 16px);
}







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

    .recruit-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        position: relative;
        margin-top: 10rem;

    }


}



.bnr_recruit {
    margin: 3rem 0 0 0;
    width: 50%;
    max-width: 780px;
    z-index: 5;
}



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

    .bnr_recruit {
        width: 100%;
    }

}


.top-recruit-title {
    margin-bottom: -0.5rem;
    margin-left: 2rem;
    margin-right: 0rem;
    z-index: 10;
}




.recruit-sec-left {
    margin-bottom: 50px;
    padding: 20px 10px 0;

    transition: all 0.8s;
}


@media screen and (min-width:560px) {
    .recruit-sec-left {
        margin-bottom: 50px;
        padding: 0px 0px 0;

        transition: all 0.8s;
    }

}

@media screen and (min-width:960px) {
    .recruit-sec-left {
        position: absolute;
        top: 0;
        left: 40px;
        width: 97%;
        margin-bottom: 0;
        padding: 0px;

        transition: all 1.2s;
    }
}




.recruit-sec-img {
    height: 270px;
    background: url(../imgs/top_recruit_img.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 7px;
    padding-top: 20px;
}


@media screen and (min-width:560px) {
    .recruit-sec-img {
        height: 320px;
        background: url(../imgs/top_recruit_img.jpg) center center no-repeat;
        background-size: cover;
        border-radius: 7px;
    }
}


@media screen and (min-width:960px) {
    .recruit-sec-img {
        height: 620px;
        background: url(../imgs/top_recruit_img.jpg) center center no-repeat;
        background-size: cover;
        border-radius: 15px;
    }
}



.bnr_recruit-text {

    border-radius: 15px 0 0 0;
    padding: 2rem 3rem 10rem 3rem;
    text-align: left;
    position: relative;
    background: #fff;
    z-index: -1;
}



.bnr_recruit-text h3 {
    font-weight: 700;

    margin-bottom: 2rem;

    text-align: center;

}


.bnr_recruit-text .btn {
    text-align: right;
}



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

    .bnr_recruit-text h3 {
        font-size: 1.7rem;
    }

    .bnr_recruit-text {
        padding: 2rem 1rem 2rem 1rem;
    }


}



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



    .top-recruit-title {
        margin-bottom: auto;
        margin-top: -8.5rem;
        margin-left: 0rem;
        width: 102%;
    }


    .bnr_recruit-text {
        padding-bottom: 0rem;
        border-radius: 0;
    }


}


#page_intro {
    margin-top: 30vh;
    padding-top: 80px;

}


#recruit_intro {
    margin-top: 30vh;
    padding-top: 80px;
    padding-bottom: 20px;
    margin-bottom: 5rem;

}



#recruit_intro .txtbox {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Noto Serif JP', serif;
}


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

    #recruit_intro .txtbox {
        font-size: 1.6rem;

    }

}



#recruit_intro .message .txtbox .ttl {
    display: inline-block;
    font-size: 3rem;
    margin-bottom: 20px;
    position: relative;
}


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

    #recruit_intro .txtbox {
        width: 90%;
        font-size: 1.2rem;
        margin-bottom: .8rem;
        letter-spacing: 0.02em;
    }

}




.proftable {
    margin-bottom: 8rem;
}


.proftitle {
    background: #fff;
    padding: 1.5rem 1rem;
    font-size: 1rem;
    line-height: 180%;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.proftxt {
    padding: 1.5rem 1rem;
    margin-bottom: 0;
}


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

    .proftitle {
        text-align: left;
        padding: 1.5rem 1rem .3rem 1rem;
    }

    .proftxt {
        padding: .3rem 1rem 1.5rem 1rem;
        margin-bottom: 0;
    }

}


.profline {
    border-bottom: 1px solid #aaa;
}

.proftable .profline:first-of-type {
    border-top: 1px solid #aaa;
}








.recruit_name {

    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 2rem;
}


.recruit_name span {
    font-size: .8rem;
    display: block;
    font-weight: 400;
    color: #666;
    letter-spacing: 0.02em;
    line-height: 200%;
}




.recmorebtn {
    text-align: center;

}

.recmorebtn a {
    position: relative;
    white-space: nowrap;
    color: #111;
    margin: 0 auto;
    max-width: 420px;
    padding: 10px 15px;
    font-size: 1.1rem;
    letter-spacing: 0;
    text-decoration: none;
    display: block;
    border: 1px solid #111;
    transition: 0.4s;

    background: linear-gradient(to left,
        #fff 50%, #c5241c 50%, #c5241c 100%);
    background: linear-gradient(to left,
        #fff 50%, #c5241c 50%);

    background-position: 100% 0;
    background-size: 840px 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.recmorebtn a:hover {
    background-position: 0 100px;
    color: #fff;
    text-decoration: none;
}

.recarrow {
    position: absolute;
    right: 10px;
    top: 8px;

}


.recmorebtn i {
    position: absolute;
    right: 10px;
    top: 15px;
}



/* products */





.product_wrap{
    display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap:3rem;
    margin:5rem auto 10rem auto;
    max-width:900px;
    width:100%;
    
}

.product_box{
    width:calc(50% - 3rem);
    
    text-align: center;
    border-radius:5px;
    background:#ebe8e7;
    padding:0 0 1rem 0;
    border:1px solid #666;

}

.product_box img{
    -webkit-transition: 1.2s ease;
    transition: .8s ease;

}



.product_box a:hover img{
    transform:scale(1.1,1.1);
    transition:.4s all;
    
}


.product_box img{
    
}

.product_img{
    overflow: hidden;
    border-radius:5px 5px 0 0;
    
    
}

.product_name{
    font-size:2.4rem;
    font-weight:700;
    
    padding:0rem 0rem 0rem 0rem;
    position:relative;
    

}

.product_name span{
    width:100%;
    display:inline-block;
    background:#fff;
    margin-bottom:1rem;

}


.product_name_jp{
    font-size:1.4rem;
    font-weight:400;
    
}

.second_line{
    background:#efefef;
    padding:5rem 0;
}



.product_headimg{
    text-align: center;
    width:100px;
    margin-bottom:3rem;
    margin-left:auto;
    margin-right:auto;
}

.splash-title{
    margin-top:8rem;
}


.Prose {
    display: grid;
    grid-template-columns: [full-start] minmax(1em, 1fr) [main-start] minmax(0, 1200px) [main-end] minmax(1em, 1fr) [full-end];
  }
  
  .Prose > * {
    grid-column: main;
  }
  
  .Prose-splash {
    grid-column: full;
    background:#f1f4f5;
    padding-top:8rem;
    padding-bottom:8rem;
    overflow: hidden;
    
  }



  .guide_wrap{
    
    background:#fff;
    border-radius:5px;
    padding:2rem 3rem;
    display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap:3rem;
    margin-top:3rem;

    
  }

  .guide_box{
    width:calc(50% - 3rem);
    
  }


  .guide_box h3{
    padding:1rem 1rem 1rem 0rem;
    font-weight:600;
    margin-top:4rem;
    display:flex;
    align-items: center;
    gap:1rem;
    line-height: 100%;
    position:relative;
    z-index: 10;
  }

  .guide_box h3:before{
    border-top: 1px solid #000;
    height:2px;
    width:100%;
    content:"";
    position:absolute;
    left:10px;
    top:16px;
    z-index: -1;
  }

  .guide_box h3:after{
    border-bottom: 1px solid #000;
    height:2px;
    width:100%;
    content:"";
    position:absolute;
    left:10px;
    bottom:16px;
    z-index: -1;
  }




  .guide_box h3 img{
    border:3px double #333;
    border-radius:50%;
    padding:1.5rem;
    background:#fff;
    margin-left:-1rem;
  }


  .guide_box h4{
    position:relative;
    padding-left:2rem;
    margin-top:3rem;
    margin-bottom:1rem;
  }

  .guide_box h4:before{
    position:absolute;
    content:"●";
    color:#336699;
left:0;
    
  }

  .guide_box p{
    padding-left:2rem;
  }


#shopping-guide{
    background:#f5f6f6;
    background: url(../imgs/guide_bg.png) center center repeat;
}






.product_detail_wrap{
    display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content:flex-start;
    gap:3rem;
    margin:5rem auto 10rem auto;
    max-width:1100px;
    width:100%;
    
}


.product_detail_left{

    width:calc(50% - 3rem);
}

.product_detail_box{
    
    
    text-align: center;
    border-radius:5px;
    background:#ebe8e7;
    padding:0;
    border:1px solid #666;

    max-width: 450px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:3rem;

}

.product_detail_img{
    overflow: hidden;
    border-radius:5px;
        
}





.product_detail{
    width:50%;
}

.product_detail h4{
    font-size:1.8rem;
    border-left:10px solid #006cc4;
    padding-top:.3rem;
    padding-bottom:.5rem;
    border-bottom:1px solid #333;
    padding-left:1rem;
}

.product_detail p{
    margin-bottom:3rem;
}

.product_spec{
    width:100%;
    max-width: 800px;
    margin-right:auto;
    margin-left:auto;
}

.caution_txt{
    border-left:5px solid #e60020;
    padding-left:1rem;
    padding-top:.3rem;
    padding-bottom:.5rem;
}
.caution_txt p{
    margin:0;
}


.back_btn{
    width:100%;
}


.product_spec table {
    width:100%;
    border: 2px solid #231816;
    margin-bottom: .5rem;
    background: #fff;
    
}

.product_spec th {
    border-right: 1px solid #231816;
    border-bottom: 1px solid #231816;
    padding: 10px;
    background: #e5f8fd;
}

.product_spec td {
    border-right: 1px solid #231816;
    border-bottom: 1px solid #231816;
    padding: 10px;
}

.product_spec th h4 {
    margin:0;
}

.product_spec td p {
   margin:0;
}





.option_box{
    width:calc(25% - 3rem);
    
    text-align: center;
    border-radius:5px;
    background:#ebe8e7;
    padding:0 0 1rem 0;
    border:1px solid #666;

}


.option_img{
    overflow: hidden;
    border-radius:5px 5px 0 0;   
}


.option_name{
    padding:0rem 0rem 0rem 0rem;
    position:relative;
}

.option_name span{
    font-size:1.5rem;
    font-weight:500;
    width:100%;
    display:inline-block;
    background:#fff;
    margin-bottom:1rem;
    padding:1rem 0;

}
.option_txt{
    padding:1rem;
}



.option_txt p{
   margin:0;
   letter-spacing: 0;
}


.option_txt p.option_detail{
    margin-bottom:2rem;
}

.kakaku{
    font-weight:500;
    font-size:1.6rem;
}


.kago input{
    text-align: center;
    min-width:60px;

    max-width:60px;
}



input.submit_btn[type="submit"i] {
    width:100%;
    max-width:200px;
    border-radius:5px;
    background:#e5eef2;
    border:1px solid #aaa;
}





/* company */

.company-content-wrap {
    background: #efefef;
}


.company-content-title {
    border-left: 2px solid #3862ac;
    color: #111;
    font-size: 2.4rem;
    padding-left: 3rem;
    font-weight: 700;
    margin-bottom: 3.6rem;
}

.company-content-title span {
    display: block;
    color: #3862ac;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 6px;
}




.greetingtxt {
    font-size: 2rem;
    line-height: 3.5rem;
    font-weight: 700;
    margin-bottom: 3.2rem;

}



#company-intro {
    margin-top: 40vh;

    padding-top: 4rem;
    padding-bottom: 2rem;

}




#company-greeting {
    margin-top: 40vh;
    background: #F8F4EB;
    padding-top: 4rem;
    padding-bottom: 4rem;



}




.company-block {
    margin-bottom: 12rem;
    margin-top: 10rem;
}







#company-outline {
    margin-top: 30vh;

}

#company-history {

    background: #faf9f4;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-top: 1px solid #ccc;

}


.outline-gmap {
    margin-top: 2rem;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 340px;

    &: after {
        ;
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background-color: #ff6c00;
        position: absolute;
        top: 0;
        left: 0;
        mix-blend-mode: hue;
        pointer-events: none;
    }

    :;
}


.outline {
    margin: 0 auto 8rem auto;
    width: 100%;
    max-width: 900px;
    padding: 3rem 3rem 2rem 3rem;
}

.outline h3 {
    font-size: 2rem;
    color: #336699;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}



.outline h3::before {}



#company-intro .outline {
    margin-top: -8rem;
    background: #fff;
    max-width: 800px !important;
    line-height: 1.8rem;
}




.company-content-title .ol_line:first-child {
    border-top: 1px solid #333;
}





.ol_line {
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: space-between;
    padding: 15px 0 15px 10px;
    position: relative;
flex-wrap: wrap;
}

.ol_line::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 1px;
    background-color: #0168B7;
}


.ol_line::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 75%;
    height: 1px;
    background-color: #aaa;
}

.ol_subject {
    width: 100px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    
   
}

.ol_subject span {
    display: inline-block;
    text-align: left;
    
}


.ol_detail {
    font-size: 15px;
    line-height: 28px;
    width: calc(100% - 100px);
    text-align:left;
    padding-left:5rem;
}


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

    .outline {
        margin: 0 auto 0 auto;
        width: 100%;
        max-width: 1000px;
        padding: 0;

        padding: 3rem;

    }


    .ol_line {
        display: flex;
        width: 100%;
        align-items: start;
        padding: 20px 0 20px 0px;
        position: relative;
        flex-wrap: wrap;
    }



    .ol_line::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 220px;
        height: 1px;
        background-color: #0168B7;
    }


    .ol_line::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 220px;
        width: calc(100% - 220px);
        height: 1px;
        background-color: #aaa;
    }



    .ol_subject {
        width: 220px;
        font-size: 16px;
        
        line-height: 30px;
        text-align: center;
    }

    .ol_detail {
        font-size: 16px;
        line-height: 30px;
        width: calc(100% - 220px);
    }



}


.access-text{
    font-size:1.6rem;
}


#greeting-area p{
    line-height:200%;
}





.company-content {
    margin: 0 auto 0 auto;

    width: 100%;
    max-width: 1200px;

}


.flex_wrap {
    display: flex;

    justify-content: space-between;
    position: relative;
}


.flex_wrap.outline_content {
    gap: 10rem;
}



.sec_title_v_wrap {
    width: 250px;
}



.sec_title_v_wrap.menuleft {
    height: auto;
}


.rinen_title {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 150%;
}

.rinen_txt {
    width: 100%;
    max-width: 800px;
    line-height: 220%;
}


.ceo-img {
    margin-top:4rem;
    margin-bottom: 3.2rem;
}

.ceoname {
    font-size: 2.6rem;
    margin-top:4rem;
    font-weight: 700;
    margin-bottom: 3.2rem;
    line-height: 100%;
}

.ceoname span {
    font-size: 1.4rem;
    font-weight: 400;
}



.gaikan-img{
    margin-bottom:5rem;
}



.company-menu {
    position: sticky;
    top: 100px;
    left: 0;
    width: 180px;
    margin-left: 70px;
    z-index: 100;
    margin-top: 130px;
    margin-bottom:8rem;
}


.company-menu li {
    padding-left: 2.2rem;
    background-image: radial-gradient(#3862ac 30%, transparent 30%);
    background-position: 5px 17px;
    background-size: 13px 13px;
    border-bottom: 1px solid #888;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    font-weight: 600;

}


.company-menu a {
    color: #666;
    transition: all .2s cubic-bezier(0.19, 1, 0.22, 1);
}

.company-menu a:hover {
    color: #111;
    font-weight: 600;
}




.comlink.active {

    color: #111;
    font-weight: 600;

}


#outline{
    margin-top:12rem;
}



.sec_title_v_wrap li ul li {

    border-bottom: none;
    padding-bottom: 0rem;
}



.company-wrap {
    background: #fff;
    padding: 3rem;;
    height: auto;
}



.sec_cnt_v_wrap {
    width: 100%;

}

h2.sec_title_v {
    display: flex;
    align-items: flex-start;

}

h2.sec_title_v span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    line-height: 1;
}

h2.sec_title_v span.ja2 {
    margin: 0 16px 0 0;
    font-size: 2.5rem;
    white-space: nowrap;
}

h2.sec_title_v span.en1 {
    font-size: .8rem;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #2185D0;
}




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

    .flex_wrap {}

    .sec_title_v_wrap {
        margin-right: 0;
    }

    h2.sec_title_v {
        display: block;
        margin-bottom: 40px;
    }

    h2.sec_title_v span {
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-text-orientation: unset;
        display: block;
    }

    h2.sec_title_v span.ja2 {
        font-size: 2rem;
    }

    h2.sec_title_v span.en1 {
        font-size: .6rem;
    }

    h2.sec_title_v span+span {
        margin-top: .6rem;
    }


}







/* gallery */

.img-gallery {
    padding: 0px 0 0px 0;
    margin: 0 0 0px 0;
}

.img-gallery img {
    border-radius: 0px;
}


.slider1 img,
.slider2 img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

.slider1 .slick-slide,
.slider2 .slick-slide {
    margin: 0 1px 2px 1px;
    /*スライド左右の余白調整*/
}




#service .orderflow-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;


}

@media screen and (max-width:768px) {
    #service .orderflow-area {
        margin: 0 0 0px 0;
    }
}

@media screen and (max-width:590px) {
    #service .orderflow-area {
        margin: 0 0 0px 0;
    }

}



#service .orderflow-area:nth-of-type(2n) {
    flex-direction: row-reverse;
}


#service .orderflow-area .img {
    width: 60%;
}

#service .orderflow-area .content {
    width: 40%;
    position: relative;
    top: -40px;
    right: -30px;

    justify-content: center;
    align-items: center;

    z-index: 10;
}

#service .orderflow-area .content.left {
    right: auto;
    left: -70px;
}


@media only screen and (min-width:1025px) and (max-width:1250px) {

    #service .orderflow-area .img {
        width: 65%;
    }

    #service .orderflow-area .content {
        width: 35%;

    }

    #service h2 {
        font-size: 2rem;
    }


}



@media screen and (max-width:1024px) {
    #service .orderflow-area .img {
        width: 100%;
        z-index: 2;
    }

    #service .orderflow-area .content {
        width: 100%;
        top: -15px;
        animation: none;
        opacity: 1;
        z-index: 1;
        right: 0px;
    }

    #service .orderflow-area .content.left {
        left: 0px;
    }

    #service .orderflow-area .img.tate {
        width: 100%;
        z-index: 2;
    }

    #service .orderflow-area .content.tatetxt {
        width: 100%;
        top: -15px;
        animation: none;
        opacity: 1;
        z-index: 1;
    }

    #service h2 {
        font-size: 2.4rem;
    }



}




#service .orderflow-area .content-area {
    padding: 40px 40px 40px 0px;
    background: #fff;
    border-radius: 0 0 5px 0;
}



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

    #service .orderflow-area .content-area {
        padding: 2rem 1rem 2rem 1rem;
    }


}



#service .orderflow-area .content-area h3 {
    text-align: left;
    font-size: 1.5rem;
    margin: 0 0 20px 0;
    position: relative;

}




.sec-about-img {
    border-radius: 5px;
}








/* access */

#access {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    margin-top: 45vh;
    padding-top: 5rem;

}


#access h4 {
    font-weight: 700;
}



#access .img {
    width: 40%;
    min-height: 590px;
    background: url("../img/pict_01.jpg") no-repeat center;
    background-size: cover;
}

#access .content {
    width: 100%;
    text-align: center;
}

@media screen and (max-width:768px) {
    #access .img {
        width: 100%;
        min-height: 290px;
        margin: 0 0 50px 0;
    }

    #access .content {
        width: 100%;

    }
}



#access p {
    line-height: 2;
    margin: 0 0 10px 0;
}

#access .access-lead {
    position: relative;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
    #access .access-lead {
        font-size: 1rem;
    }

}

#access .access-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;

    background: #e60020;
    width: 12em;
    height: 3px;
}




.access_box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 3rem auto;

    width: 100%;
    max-width: 900px;
    align-items: center;
}


.access__detail {
    display: flex;
    flex-wrap: wrap;
    margin: 5px auto 2rem auto;
    line-height: 1.3;
    width: 100%;



}

.access__line-bnr {
    padding-left: 15px;
    margin-bottom: 0rem;
    width: 100%;
    max-width: 180px;
}


@media screen and (max-width:894px) {
    .access__line-bnr {

        margin-left: auto;
        margin-right: auto;
    }
}



.access__detail dt {
    width: 140px;
    padding: 20px 0 20px 8px;
    border-bottom: 1px solid #434341;
    color: #000;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.4rem;
    font-size: 1rem;
    position: relative;
    text-align: left;
}





.access__detail dd {
    width: calc(100% - 140px);
    padding: 20px 0 20px 8px;
    border-bottom: 1px solid #ccc;
    letter-spacing: .04em;
    line-height: 1.4rem;
    font-size: 1.1rem;
    margin-bottom: 0;
    text-align: left;
}


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

    .access__detail {
        width: calc(100% - 30px);
    }


    .access__detail dt {
        width: 100%;
        border-bottom: none;
        padding: 20px 0 10px 4px;

    }


    .access__detail dd {
        width: 100%;
        padding: 10px 0 20px 4px;
        border-bottom: 1px solid #ccc;

    }


}



.access-shop_odd {
    background: #fff;
    padding-top: 6rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #ccc;
}

.access-shop_odd.first {
    padding-top: 2rem;

}

.access-shop_even {
    background: #faf9f4;
    padding-top: 6rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #ccc;
}


.access-img {
    margin-bottom: 3rem;
}


.seiyu-img {
    max-width: 400px;

}


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

    .seiyu-img {
        max-width: 300px;

    }

}



.no-bg {
    width: 50%;
    right: -25%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 300px 0;
    color: #fff;
}




/* contact */


#mailmain {
    padding-top: 1rem;
    margin: 0rem 0 0rem 0;
}


#mailmain p {
    line-height: 2.2;
}


.contmark {

    padding: 16px 0 16px 0px;

}

.conttext {
    padding: 16px 0 0px 0px;
    margin: 0 0 2em 0;
}

#contact_step{
    width:100%;
    max-width:400px;
    margin:0 auto 5rem; auto;
}




#contact-wrapper {
    padding-bottom: 5rem;
    margin: 0 15px;
}



#contact_intro {

    margin-top: 30vh;
    padding-top: 80px;
    padding-bottom: 20px;
    margin-bottom: 5rem;



}
.separateline{
    border-bottom:1px dotted #666;
    margin-bottom:3rem;
}

#container h2 .caution-txt{
    color:#cc0000;
}

.caution-txt{
    color:#cc0000;
}

select{
    border:1px solid #aaa;
    background:#fff;
    padding:.5rem 1rem;
}



#contact_intro .txtbox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size:1.6rem;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Noto Serif JP', serif;
}

#flow{
    padding:0 0 8rem 0;
}

#flow ol{
    margin-left:2rem;
}

#flow li{
    margin-bottom:2rem;
}

.flow_img{
    margin:5rem 0;
}

.flow-link{
    margin:2rem 0 2rem 2rem;
}
.flow-link a{
    text-decoration: underline;
    color:#336699;
}





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

    #contact_intro .txtbox {

        font-size: 1.6rem;

    }

}




.contact-mode .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;

    max-width: 1200px;
    margin: 0 auto;
}

.contact-mode .nav li {

    width: 23%;
    margin-bottom: 1rem;

}


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

    .contact-mode .nav li {
        width: 47%;
    }

}

.contact-mode .nav .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    border: 1px solid #111;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding: 1rem 1rem;
    width: 100%;
}


.contact-mode .nav .item a span {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: flex-end;
    display: inline-flex;

}




.contact-mode .nav .item a:hover {

    background: #1d2c67;
    color: #fff;
}




.titlecontact {
    position: relative;
    background: url(../imgs/head_contact.jpg) no-repeat center center;
    background-size: cover;
    height: 300px;
}



#pagetitle .titlecontact h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 3rem;

}

input,
button,
select,
textarea {
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
    outline: 0;
}

input:focus,
textarea:focus,
input[type="text"]:focus {
    outline: 0;
}



form input,
form textarea {
    color: #000;
}

input {
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;

    outline: 0;
}


.banchi{
    display:inline-block;
    padding:1rem 0 1rem 0;
}


select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../imgs/arrow_down.svg");
    background-repeat: no-repeat;
    background-size: 10px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 6px center; /* 画像の位置 */
}


.button input {
    border: none;
    background: none;
    margin: 0 0 0 0;
    padding: 0;

    width: 100%;


}


input[type="submit"i] {
    white-space: normal;

}



input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #63656b;
    font-family: 'movText', sans-serif;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #63656b;
    font-family: 'movText', sans-serif;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #63656b;
    font-family: 'movText', sans-serif;
}






#formarea {
    margin-bottom: 0;
}

#formarea p {
    margin-bottom: 1px;
}

#formarea input,
#formarea textarea {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fbfbfb;
    color: #333;
    font-size: 14px;
    height: auto;
    padding: 12px;
    margin: 0;
    border: 1px solid #cfcfcf;
    resize: none;
}


.soushin {
    margin: 0 auto;
    text-align: center;
}


#formarea .submit {
    background: #fff;
    color: #111;
    border: 1px solid #111;

    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin: 30px 0;

    letter-spacing: .2rem;
    -webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

#formarea .submit.entrybutton {
    background: #f4a118;
}

#formarea .submit.entrybackbutton {
    background: #aaa;
}

#formarea .submit:hover {
    background: #1d2c67;
    color: #fff;
    border: 1px solid #1d2c67;
}


#formarea select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    cursor: pointer;
}

@-moz-document url-prefix() {
    #mailformpro select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
    }
}

#formarea select::-ms-expand {
    display: none;
}

@supports (-ms-ime-align:auto) {
    #formarea select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
    }
}




#formarea select {
    box-sizing: border-box;
    width: 100%;
    max-width: 870px;
    cursor: pointer;
    max-height: initial;
    margin-bottom: 10px;
    padding: 12px 9px 9px 9px;
    background-color: #fbfbfb;
    color: #333 !important;
    font-size: 1.4rem;
    letter-spacing: .05em;
    -webkit-appearance: button;

    border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;

    border: 1px solid #cfcfcf;
}


#formarea select {
    -webkit-appearance: none;
    /* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none;
    /* ベンダープレフィックス(Firefox用) */
    appearance: none;
    /* 標準のスタイルを無効にする */
}

::-ms-expand {
    /* select要素のデザインを無効にする（IE用） */
    display: none;
}


.select {
    position: relative;
}


.select:after {
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    bottom: 8px;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 8px 6px 0 6px;
    border-style: solid;
    border-color: #034da2 transparent transparent transparent;
    content: "";
}


label {
    margin-bottom: 0;
    font-weight: 400;
}



input[type=checkbox],
input[type=radio] {
    width: 20px;
}


.checkarea {
    border: 1px solid #ccc;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FBFBFB;
}




.marktxt {
    font-size: 80%;
}

.smallcap {
    font-size: 60%;
}


.dl-horizontal dt {
    text-align: left;
}




.confirmpage .contactcell {

    border-bottom: 1px dotted #aaa;
    padding-bottom: 5px;
    margin-bottom: 15px;
}


.confirmpage .select:after {
    display: none !important;
}


#mailformtitle h2 {
    font-size: 1.8rem;
    margin-top: 2em;
}

#mailformtitle p {

    margin-top: 2em;
}



.contactline {
    overflow: hidden;
    border: 1px solid #aaa;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.mailon {
    background: #1d2c67;
    letter-spacing: 0;
    padding: 8px 0 8px 33px;
    position: relative;
    color: #fff;
}

.mailon:after {
    display: block;
    position: absolute;
    top: 13px;
    right: -32px;
    overflow: visible;
    width: 64px;
    height: 64px;

    border: 32px solid;
    border-color: #1d2c67 transparent transparent transparent;
    transform: rotate(45deg);
    content: "";
    z-index: 10;
}



.mailoff {

    background: #fff;
    letter-spacing: 0;
    padding: 8px 0 8px 25px;
    position: relative;
}

.mailoff:after {
    display: block;
    position: absolute;
    top: 13px;
    right: -32px;
    overflow: visible;
    width: 64px;
    height: 64px;
    border: 1px solid;
    border-color: #aaa transparent transparent transparent;
    transform: rotate(45deg);
    content: "";
    z-index: 10;
}



.mailoffcenter {

    background: #fff;
    letter-spacing: 0;
    padding: 8px 0 8px 30px;
    position: relative;
}

.mailoffcenter:after {
    display: block;
    position: absolute;
    top: 13px;
    right: -32px;
    overflow: visible;
    width: 0px;
    height: 0px;


    border: 32px solid;
    border-color: #fff transparent transparent transparent;
    transform: rotate(45deg);
    content: "";
    z-index: 10;
}


.mailend {

    background: #fff;
    letter-spacing: 0;
    padding: 8px 0 8px 25px;
    position: relative;
}

.mailcomplete {
    background: #006cc4;
    letter-spacing: 0;
    padding: 8px 0 8px 25px;
    position: relative;
    color: #fff;
}



.douitxt {
    background: #efefef;
    padding: 15px 30px 30px 30px;
    margin: 30px 0 50px 0;
    font-size: 1.2rem;
}


.douitxt h3 {
    font-size: 1.4rem;
}

.mwform-radio-field-text{
    font-weight:700;
    font-size:1.6rem;
}



/* -------------------------------------------------------------------------- */

/*  informaiton page
/* ---------------------------------------------*---------------------------- */



/* -------------------------------------------------------------------------- */
/*  page heading
/* ---------------------------------------------*---------------------------- */


#pagetitle {
    position: fixed;
    top:85px;

    height: calc(30vh - 85px);
    width: 100%;
    background: url("../imgs/header_bg.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    

}



#informationtitle {
    margin-bottom: 5rem;
    height: 40vh;
    background: url("../imgs/head-img_news.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    color: #fff;
}

#informationtitle:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}


#companytitle {
    position: fixed;
    top:0;
    margin-bottom: 5rem;
    height: 45vh;
    width: 100%;
    background: url("../imgs/head-img_company.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
}

#companytitle:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}




#accesstitle {
    position: fixed;
    top:0;
    margin-bottom: 5rem;
    height: 45vh;
    width: 100%;
    background: url("../imgs/head-img_access.jpg") no-repeat center top;
    background-size: cover;
    
    color: #fff;
    

}

#accesstitle:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}



#recruittitle {
    position: fixed;
    top:0;
    margin-bottom: 5rem;
    height: 45vh;
    width: 100%;
    background: url("../imgs/head-img_recruit.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    

}

#recruittitle:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}




#contacttitle {
    position: fixed;
    top:0;
    margin-bottom: 5rem;
    height: 45vh;
    width: 100%;
    background: url("../imgs/head-img_contact.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    
}

#contacttitle:before {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}



.head-title {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0, -50%);
}

.head-title span {
    display: block;
    font-size: .9rem;
}







.newsdate {
    display: inline-block;
    font-size: .8rem;
    padding: 1rem 1rem 0 1rem;
}




.scname {
    padding-left: 5px;
    padding-right: 5px;
    background: #333;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    width: 100px !important;
    text-align: center;
    display: inline-block;
    line-height: 1.4em;
    margin-bottom: 8px;
}



.sougou .scname {
    background: #1f396d;
}

.campaign .scname {
    background: #f6921e;
}

.zaiko .scname {
    background: #009145;
}

.recruit .scname {
    background: #29aae1;
}




.btn-primary {
    color: #fff;
    background-color: #0B1642;
    border-color: #0B1642;
}



.widget ul {
    margin-left: 1.5rem;
    list-style: circle;
}

.widget li {
    margin-bottom: 1rem;

    padding-bottom: 1rem;
    position: relative;
}

.widget li::before {
    border-bottom: 1px dotted #aaa;
    position: absolute;
    left: -1.5rem;
    width: 108%;
    bottom: 0;
    height: 1px;
    content: "";
}



.container-fluid.recruitinfo .col-md {
    padding-right: 0px !important;
    padding-left: 0px !important;

}


.card {
    margin-bottom: 2rem;
}

.card-text {
    padding: 0 1rem 1rem 1rem;
}


.card-block {
    position: relative;
}


.tabtag {
    position: absolute;
    left: 0;
    top: 0;
}



.news-title {
    width: 20%;

}

.news-title h3 {
    margin: 0;
    font-weight: 600;
    line-height: 1.25;
    font-weight: 2rem;
}


.news-title h3 span {
    color: #c5241c;
    font-size: .6rem;
    font-weight: 400;
    padding-bottom: 2rem;
    border-bottom: 1px solid #c5241c;
    display: inline-block;
}



.news-item {
    position: relative;


    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-outer {
    width: 80%;
    margin-bottom: 3rem;
}



.news-block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .6rem;

}


.news-block>div:last-of-type {
    margin-left: auto;
}


.news-date {
    display: inline-block;
    padding: 0 1rem 0 1rem;
}



@media screen and (max-width:992px) {
    .news-title {
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
    }

    .news-outer {
        width: 100%;
        margin-bottom: 3rem;
    }

    .news-tag {
        width: 100%;
    }

    .news-block {
        margin-bottom: 2rem;
    }

}





.newsheadtitle {
    padding: 0rem 1rem 0 1rem;

}


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

    .newsheadtitle {
        width: 100%;
        padding: 0rem 0rem 0 0rem;
    }


}


.newsheadtitle a {
    color: #111;
    
}


.posttxt {
    margin-bottom: 2rem;
    font-size: .9rem;
}


.entry-icon-new span {
    margin: 0 0 0 0;
    background: #fff;
    border-radius: 2px;
    color: #e05d48;
    display: inline-block;
    font-weight: 600;
    font-size: .8rem;
    padding: 2px 5px;
    text-align: center;
    border: 2px solid #e05d48;
}

.thumbimg {
    position: relative;
    overflow: hidden;
}

.thumbimg a img {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}


.thumbimg a img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}








/* footer */

#footer {
    padding: 100px 0;
    border-top: 1px solid #333;
    text-align: center;
    background: #fff;
    position: relative;
    text-transform: uppercase;
    z-index: 100;
}

.footer-address-list {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footlogo {
    
}

.footer-link {
    margin: 0 0 0 0;
    width: calc(65% - 3rem);
    font-size: 1.4rem;;
}
.footer-link ul {
    display:flex;
    gap:3rem;

}


.footer-link li a{
    position:relative;
}

.footer-link li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    transition: transform 0.3s;  /*変形の時間*/
    }
    
    .footer-link li a:hover::after {
    transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
    transform-origin: left top; /*左から右に向かう*/
    }






.footer-logo h4 {
    font-size: 1.1rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
}




.footlogo {}

.footlogo a {
    transition: .3s;
    color: #000;
    letter-spacing: 0.1rem;
    display: flex;
    align-items: center;
    line-height: 160%;
    font-weight: 700;

}

.footlogo a span {
    text-align: center;
    font-size: 1.8rem;
    margin-left:1rem;
}

.footlogo a span.en {
    font-size: 1rem;
    display: block;
    line-height:3;
}

.footlogo a img {
    width: 60px;
}




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

    .footer-logo {
        width: calc(32% - 3rem);
    }


}

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

    .footer-logo {
        width: 100%;
    }

    .footer-link ul {
        flex-direction: column;
    gap:1rem;
    }


}



.foot-contact {

    display: flex;
    flex-wrap: wrap;


}



.foot-contact-left {
    width: 50%;
}


.foot-contact-right {
    width: 50%;
    margin-top: .5rem;

}



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

    .foot-contact-left {
        width: 100%;
    }

    .foot-contact-right {
        width: 100%;
    }

}


#footer small {
    color: #888;
}





#wrapper-footer section {
    margin-bottom: 0 !important;
}

#recruitfootcontact {
    padding: 6rem 0 5rem 0;

    margin-bottom: 6rem;

    background: url("../imgs/footer_bg.jpg") no-repeat center;
    background-size: cover;

    color: #fff;
}





#service-outline {
    margin-top: 30vh;
    padding-top: 4rem;
    padding-bottom: 6rem;

}



.recfctitle {
    font-size: 2.5rem;
    font-family: 'Lato', sans-serif;
    margin-bottom: .5rem;
    margin-top: 0 !important;
}

.recfctitle img {
    width: 200px;

}


@media screen and (max-width:768px) {
    .recfctitle {
        font-size: 1.5rem;

    }

    


}



.recfctxt {

    font-size: 1.2rem;
    margin-top: 2rem;
}



.recentrybtn {
    text-align: center;
    margin: 0 0 5px 0;
}

.recentrybtn a {
    background: #fff;
    position: relative;
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: 12px 30px 12px 30px;
    font-size: 1.4rem;
    border: 1px solid #fff;
    border-radius:5px;
    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;
}


.recentrybtn a:hover {

    background: #3862ac;
    color: #fff;
    text-decoration: none;
}

.recentrybtn a i {
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 1.1rem;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}

.recentrybtn a:hover>i {
    right: 10px;
}





.recentrybtn.opentime a {
    font-size: 0.8rem;

}






.button {
    pointer-events: auto;
    cursor: pointer;

    border: none;

    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 0px 20px;
    font-weight: 400;

}




.button::after {
    position: absolute;
    border-radius: 5px;

    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}




.button .submitbtn01 {
    display: inline;
    background: #fff;
    padding: 1rem 2rem;
    border: 1px solid #000;
    border-radius: 5px;
    transform: translate3d(-6px, -6px, 0);
    transition: transform 0.2s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 5;
}


.submitbtn01:hover {
    transform: translate3d(0px, 0px, 0);
    color: #3862ac;

}


.button .submitbtn02 {
    display: inline;
    background: #ddd;
    padding: 1rem 2rem;
    border: 1px solid #000;
    border-radius: 5px;
    transform: translate3d(-6px, -6px, 0);
    transition: transform 0.2s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 5;
}


.submitbtn02:hover {
    transform: translate3d(0px, 0px, 0);
    color: #3862ac;
}








.link-button {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.2rem 3rem 1rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}

.link-button::before,
.link-button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.link-button--pandora {
    background: #000;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 0;
    border-radius: 5px;
}

.link-button--pandora.fullwidth {
    width:100%;
}



.link-button--pandora h3 {
    font-size: 3.2rem;
}

.link-button--pandora h3 span {
    font-size: 1.8rem;

}



.link-button--pandora span {
    
    display: block;
    background: #fff;
    padding: 1rem 2rem;
    border: 1px solid #000;
    border-radius: 5px;
    transform: translate3d(-6px, -6px, 0);
    transition: transform 0.2s cubic-bezier(0.7, 0, 0.2, 1);
}

.link-button--pandora:hover span {
    transform: translate3d(0px, 0px, 0);
    color: #000;
}


.link-button--pandora span.link-button-smalltxt {
    font-size:1.4rem;
    transform: translate3d(0px, 0px, 0);
    border:none;
}






#wrapper-footer section {
    margin-bottom: 0 !important;
}




.telephonebtn {
    margin-bottom: 1rem;
}

.telephonebtn a {
    color: #fff;
}

.tel-number {
    font-size: 2rem;
    line-height: 1.6;
    position: relative;
    padding-left: 2rem;
}


.tel-number:before {
    font-family: "Font Awesome 5 Free";
    content: '\f3cd';
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 1.5rem;
}









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

    .footer-logo,
    .footer-menu_left,
    .footlogo {

        margin-right: 3rem;
    }


}








.subfooter {
    background: #111;
}

.subfooter a {
    color: #fff;
}


#footersns {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #fff;
}


.footadd {
    font-size: 1.1rem;
    margin-top: 1rem;
    margin-bottom: 4rem;
    font-size: .8rem;
}


.sns-icon {
    margin-bottom: 2rem;
}


.site-info {
    position: relative;
}

.footerpolicy {
    font-size: 1.2rem;

}

.pbarea {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: .8em;
    z-index: 10;
}


.copyright {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    margin-top: 1em;
}




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

    .footlogo {
        width: 100%;
        margin-bottom: 3rem;
    }

    .footer-link {
        width: 100%;
    }



}


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

    .footlogo {
        margin-right: 4rem;
        border-right: 1px solid #000;
        padding-right: 4rem;
    }

    .footadd {
        margin-bottom: 2.5rem;
    }


}