@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');

@charset "utf-8";

* {
    -webkit-text-size-adjust: 100%;
    -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 {
    font-size: 10px;
}

html::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

html::-webkit-scrollbar:horizontal {
    height: 5px;
}

html::-webkit-scrollbar-button {
    display: none;
}

html::-webkit-scrollbar-piece {
    background: #eee;
}

html::-webkit-scrollbar-piece:start {
    background: #eee;
}

html::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

html::-webkit-scrollbar-corner {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

body {
    background: #333333;

    color: #FFFFFF;
    font-size: 2.5rem;
    line-height: 1.7;
    /*font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;*/
    font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif !important;
    font-weight: 400;
    letter-spacing: 1px;
}

a {
    color: #333333;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

a:hover {
    font-weight: 400;
}

a.anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;

}

b,
strong {
    font-weight: bold;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    line-height: 1.0;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.clear {
    clear: both;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

/* 回り込み */
/*img.alignright {

    margin: 0 20px 20px auto;
}

img.alignleft {

    margin: 0 auto 20px 0;
}

img.aligncenter {
    display: block;
    margin: 0 auto 20px;
}
*/
.aligncenter {
    display: block;
    margin: 0 auto 18px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* �z�u�ʒu ���� */

img.float-left {
    float: left;
}

/* ��荞�� �� */

img.float-right {
    float: right;
}

/* ��荞�� �E */

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -26px;
    margin-left: -25.5px;
}

#loading img {
    width: 52px;
    height: 51px;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    z-index: 20000;
}

.inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}


/*---------------------------------------------------------------*/
/* Wrapper
/*---------------------------------------------------------------*/
#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#bg-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/recruit/common/background.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: repeat;
    z-index: -1;
    background-attachment: fixed;
}

/*---------------------------------------------------------------*/
/* Header
/*---------------------------------------------------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    z-index: 9999;
    color: #FFFFFF;
    mix-blend-mode: exclusion;
}

#header a {
    display: inline-block;
    padding: 20px 40px;
    color: #FFFFFF;
}

#header h1 {
    line-height: 1;
}

#header h1 img {
    width: auto;
    height: 115px
}

#header.fixed a {
    padding: 15px 25px;
}


#header.fixed h1 img {
    height: 70px
}


/*---------------------------------------------------------------*/
/* G_nav
/*---------------------------------------------------------------*/
#navBox {
    position: fixed;
    top: 0;
    right: 0;
    width: 15.66579634464752vw;
    z-index: 9999;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
}

#navBox ul.entrylist {
    position: relative;
    z-index: 9999;
    padding: 0;
    letter-spacing: 0;
    font-family: "din-condensed", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

#navBox ul.entrylist li a {
    padding: 12.5px 5px !important;
    display: block;
    font-weight: 600 !important;
}

#navBox ul.entrylist li:nth-child(2) a {
    color: #333333;
    background-color: #c69c6d;
}

#navBox ul.entrylist :nth-child(1) a {
    color: #FFFFFF;
    background-color: #000000;
}

#g_nav {
    padding: 20px 0
}

#g_nav ul li {
    font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif !important;
    font-size: 1.1488250652741514vw;
}

#g_nav ul li a {
    padding: 7.5px 20px;
    display: block;
}

.openbtn1 {
    display: none;
}

/*---------------------------------------------------------------*/
/* Contents
/*---------------------------------------------------------------*/
#contents {
    position: relative;
    /*margin: -550px auto 0;*/
    z-index: 100;
    /*padding: 60% 0 0;*/
    padding: 0;
}

.recruit #contents {
    margin: -42.1875% 0 0;
}

#contents .section-area {
    padding: 100px 0;
}

#contents .section-area .section-head {
    margin: 0 auto 60px;
}

#contents .section-area .section-head h2 {
    font-size: 8rem;
    line-height: 1;
}

#contents .section-area .section-head h2 span.en {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #c69c6d;
    letter-spacing: 0;
}

#contents .section-area .section-head h2 span.ja {
    color: #FFFFFF;
    font-size: 3.5rem;
    margin: 0 0 0 40px;
    font-family: YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif !important;
}

#contents .article-area {
    margin-bottom: 100px;
}

#contents .article-area:last-child {
    margin-bottom: 0;
}

#contents .article-area .article-head h3 {
    margin: 0 auto 60px;
    font-size: 6rem;
}

#contents .section-area .section-foot {
    margin: 60px auto 0;
}

/*---------------------------------------------------------------*/
/* MainVisual
/*---------------------------------------------------------------*/
/*#MainVisual {
    position: relative;
    width: 100%;
    overflow: hidden;
    
}*/

#MainVisual {
    /*position: absolute;
    width: 100%;*/
    /* height: 100vh; */
    /*overflow: hidden;
    z-index: -10;
    top: 0;
    left: 0;*/
}

#MainVisual .swiper .slide {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: auto;
}

/*
#MainVisual .swiper .slide1 {
    background-image: url(../images/recruit/mainvisual/slide1.webp);
}

#MainVisual .swiper .slide2 {
    background-image: url(../images/recruit/mainvisual/slide2.webp);
}

#MainVisual .swiper .slide3 {
    background-image: url(../images/recruit/mainvisual/slide3.webp);
}

#MainVisual .swiper .slide4 {
    background-image: url(../images/recruit/mainvisual/slide4.webp);
}*/

#MainVisual .video-bg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

#MainVisual .video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*---------------------------------------------------------------*/
/* Intro
/*---------------------------------------------------------------*/
.intro {
    /*background-image: url(../images/recruit/intro/background.png);
    background-position: top center;
    background-size: 2200px auto;
    background-repeat: no-repeat;*/
    padding: 0 !important;
}

.intro .section-head h2 {
    font-size: 17rem !important;
    line-height: 1.25 !important;
    font-weight: 600;
}

.intro .section-body .description {
    font-size: 4rem;
    margin: 0 auto 60px;
}

.intro .article-area.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.intro .article-area.flex .article-head {
    width: 320px;
}

.intro .article-area.flex .article-head h3 {
    margin: 0 !important;
    line-height: 1.25;
    font-weight: 600;
}

.intro .article-area.flex .article-head .boxInner {
    position: relative;
    flex: 1 31.66666666666667%;
}

.intro .article-area.flex .article-head .boxInner div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
}

.intro .article-area.flex .article-head .boxInner:before {
    border-radius: 50%;
    background: #b9854c;
    content: '';
    display: block;
    padding-top: 100%;
}

.intro .article-area.flex .article-body {
    width: 100%;
    margin: 0 0 0 -320px;
    padding: 0 0 0 360px;
}

.intro .article-area.flex .article-body ul li {
    position: relative;
    padding: 0 0 0 60px;
    font-size: 2.75rem;
    margin-bottom: 15px;
}

.intro .article-area.flex .article-body ul li:last-child {
    margin-bottom: 0;
}

.intro .article-area.flex .article-body ul li:before {
    position: absolute;
    content: "";
    background-image: url(../images/recruit/intro/bg-list.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 40px;
    height: 38px;
    top: 3px;
    left: 0;
}


/*---------------------------------------------------------------*/
/* Message
/*---------------------------------------------------------------*/
.message {
    /*background-image: url(../images/recruit/message/background.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;*/
}

.message .section-head {
    margin: 0 auto !important;
}


.message .section-body .inner {
    background-image: url(../images/recruit/message/bg-inner.webp);
    background-size: 660px auto;
    background-repeat: no-repeat;
    background-position: right top;
}

.message .article-area {

    padding: 60px 0 0;
    width: 660px;
}

.message .article-head {
    margin: 0 0 60px;
}

.message .article-head h3 {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-color: #FFFFFF;
    color: #333333;
    padding: 5px 15px;
    line-height: 2.0;
    font-weight: 600;
}

/*
.message .article-head h3 span.bg-txt {
    background-color: #FFFFFF;
    color: #333333;
    padding: 10px 15px;
    line-height: 1;
    margin: 0 0 10px;
    display: inline-block;
}

.message .article-head h3 span.bg-txt:last-child {
    margin: 0px;
}*/

.message .article-body p {
    font-size: 3.5rem;
    line-height: 2;
}

/*---------------------------------------------------------------*/
/* Company
/*---------------------------------------------------------------*/
.company-area {
    /*background-image: url(../images/recruit/company/background.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;*/
}

.company-area .flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.company-area .flex .box {
    width: 30.66666666666667%;
    margin: 0 4% 0 0;
    color: #333333;
    opacity: 0;
}

.company-area .flex .box .boxInner {
    background-color: #FFFFFF;
    color: #333333;
    padding: 25px;
    min-height: 652px;
}

.company-area .flex .box:last-child {
    margin: 0;
}

.company-area .flex .box .title {
    text-align: center;
    letter-spacing: 0;
    margin: 0 auto 25px;
}

.company-area .flex .box .title dl {
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;

}

.company-area .flex .box .title dl dd {
    font-size: 2.25rem;
}

.company-area .flex .box .title dl dt {
    font-size: 2.75rem;
    font-weight: 400;
}

.company-area .flex .box .title h3 {
    font-size: 8rem;
    font-weight: 600;
}

.company-area .flex .box .title h3 span {
    color: #f15a24;
}

.company-area .flex .box .detail {
    font-size: 1.8rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 358px;
}

.company-area .readmore {
    position: relative;
    margin: 20px auto 0;
    display: block;
    color: #666;
    border: none;
    outline: 0;
    cursor: pointer;
    background: none;
    letter-spacing: 0;
    font-size: 1.5rem;
    border: 1px solid #f15a24;
    padding: 1.5px 25px;
    border-radius: 15.75px;
    background-color: #f15a24;
    color: #FFFFFF;
}

.company-area .readmore .open {
    display: block;
}

.company-area .readmore.on-click .open {
    display: none;
}

.company-area .readmore .close {
    display: none;
}

.company-area .readmore.on-click .close {
    display: block;
}

/*---------------------------------------------------------------*/
/* Vision
/*---------------------------------------------------------------*/
.vision {
    background-image: url(../images/recruit/vision/background.webp);
    background-position: center center;
    background-size: 2200px auto;
    background-repeat: no-repeat;
    position: relative;
}

.vision:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+74&0+0,0.45+100 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.33) 74%, rgba(0, 0, 0, 0.45) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    top: 0;
    left: 0;
}


.vision .article-head,
.vision .article-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vision .article-head {
    align-items: flex-end;
    margin: 0 auto 40px;
}

.vision .article-head .titleBox,
.vision .article-body .detailBox {
    width: 700px;
}

.vision .article-body .detailBox {
    padding: 40px 0 0;
}

.vision .article-head .imageBox,
.vision .article-body .imageBox {
    width: 100%;
    margin: 0 0 0 -700px;
    padding: 0 0 0 740px;
    text-align: right;
}

.vision .article-head .imageBox img {
    width: 90%;
}

.vision .article-body .imageBox ul li {
    margin: 0 0 40px auto;
}

.vision .article-body .imageBox ul li:nth-child(1) {
    width: 66.66%;
}

.vision .article-body .imageBox ul li:nth-child(2) {
    width: 75%;
}

.vision .article-body .imageBox ul li:last-child {
    margin: 0 0 0 auto;
}

.vision .article-head .titleBox {
    background-image: url(../images/recruit/vision/bg-h3-title.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 25px;
}

.vision .article-head .titleBox h3 {
    font-weight: 600;
    margin: 0 !important;
}

.vision .article-body .detailBox {
    line-height: 2;
}


/*
.vision .article-area {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.vision .articleImage {
    width: 100%;
    margin: 0 0 0 -700px;
    padding: 0 0 0 740px;
}

.vision .articleImage ul li {
    margin: 0 0 40px auto;
}

.vision .articleImage ul li:nth-child(1) {
    width: 90%;
}

.vision .articleImage ul li:nth-child(2) {
    width: 66.66%;
}

.vision .articleImage ul li:nth-child(3) {
    width: 75%;
}

.vision .articleDetail {
    width: 700px;

}

.vision .articleDetail .article-head {
    background-image: url(../images/recruit/vision/bg-h3-title.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 25px;
    margin: 0 auto 80px;
}

.vision .articleDetail .article-head h3 {
    font-weight: 600;
    margin: 0 !important;
}

.vision .articleDetail .article-body {
    line-height: 2;
}*/


/*---------------------------------------------------------------*/
/* 
/*---------------------------------------------------------------*/
.leader {
    padding: 0 !important;
    position: relative;
    background-image: url(../images/recruit/leader/background-bl.webp);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
}

/*
.single-interview #pageVisual::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: inherit;
    filter: blur(5px) brightness(85%);
    content: '';
    width: 100%;
    z-index: -1;
    height: 100%;
}*/
.leader .inner {
    position: relative;
    background-image: url(../images/recruit/leader/background.webp);
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 100px 40px;
}

.leader:before,
.leader .inner:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.56);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.leader .section-head,
.leader .section-body {
    position: relative;
    z-index: 100;
}

.leader .article-area {
    max-width: 750px;
    width: 100%;
    margin: 0 auto 0 0;
}

.leader .article-area .article-head h3 {
    font-size: 8rem !important;
    font-weight: 600;
}

.leader .article-area .article-head h3 br.sp-br {
    display: none;
}


.leader .article-area .article-foot {
    padding: 25px 0 0;
}

.leader .article-area .article-foot dl{
    display: table;
    width: auto;
    margin:0 0 0 auto;
}
.leader .article-area .article-foot dl dd{
    font-size:75%;
}
.leader .article-area .article-foot dl dt{
    font-size:125%;
}

/*---------------------------------------------------------------*/
/* About
/*---------------------------------------------------------------*/
.about {
    /*background-image: url(../images/recruit/flow/background.jpg);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: cover;*/
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif !important;

}

.about .article-head h3 {
    font-size: 3rem !important;
    font-weight: 600;
}

.about .personal .article-body picture {
    max-width: 835px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.about .data .article-body .flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.about .data .article-body .flex .box {
    opacity: 0;
    margin: 0 4% 4% 0;
    width: 30.66666666666667%;
    text-align: center;
    color: #000000;
    background-color: #FFFFFF;
    padding: 40px;
    background-image: url(../images/recruit/about/bg-box.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}

.about .data .article-body .flex .box:nth-child(3n) {
    margin: 0 0 4%;
}

.about .data .article-body .flex .box:nth-child(n+4) {
    margin: 0 4% 0 0;
}

.about .data .article-body .flex .box:last-child {
    margin: 0;
}

.about .data .article-body .flex .box .box-head {
    margin: 0 auto 40px;
}

.about .data .article-body .flex .box .box-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about .data .article-body .flex .box .box-body .imgInner {
    padding-bottom: 114.375%;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.about .data .article-body .flex .box .box-body .imgInner img {
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
}

/*---------------------------------------------------------------*/
/* Voice
/*---------------------------------------------------------------*/
.voice {
    /*background-image: url(../images/recruit/flow/background.jpg);
    background-position: center center;
    background-size: cover;*/
}

.voice .section-body .flex .box {
    margin: 0 auto 25px;
    background-position: center left;
    background-size: cover;
    opacity: 0;
}

.voice .section-body .flex .box:last-child {
    margin: 0 auto;
}

.voice .section-body .flex .box a {
    padding: 25px 40px;
    display: block;
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#47392b+0,47392b+50&0+20,1+80 */
    background: linear-gradient(to right, rgba(71, 57, 43, 0) 0%, rgba(71, 57, 43, 0) 20%, rgba(71, 57, 43, 0.5) 50%, rgba(71, 57, 43, 1) 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


.voice .section-body .flex .box .title h3 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1;
    font-size: 6rem !important;
}

.voice .section-body .flex .box .detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.voice .section-body .flex .box .detail dt {
    margin-bottom: 10px;
    font-size: 3rem;
}

.voice .section-body .flex .box .detail dd,
.voice .section-body .flex .box .btn {
    text-align: right;
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    font-size: 2rem;
}

.voice .section-body .flex .box .btn {
    padding: 25px 0 0;
}

.voice .section-body .flex .box .btn span {
    padding: 0 40px 0 0;
    position: relative;
    font-weight: 600;
}

.voice .section-body .flex .box .btn span:after {
    position: absolute;
    content: "→";
    top: 50%;
    line-height: 1;
    right: 10px;
    margin-top: -10px;
}

.voice .section-foot {
    text-align: center;
}

.voice .section-foot a {
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif !important;
    padding: 10px 25px;
    display: inline-block;
    color: #FFFFFF;
}

.voice .section-foot a:hover {
    background-color: rgba(198, 156, 109, 0.9);
}



/*---------------------------------------------------------------*/
/* 選考フロー
/*---------------------------------------------------------------*/
.flow {
    /*background-image: url(../images/recruit/flow/background.jpg);
    background-position: center center;
    background-size: cover;*/
}

.flow .flow-list {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.flow .flow-list .box {
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    position: relative;
    border: 0.5px solid #FFFFFF;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto 75px;
    opacity: 0;
}

.flow .flow-list .box:after {
    position: absolute;
    content: "";
    left: 25px;
    bottom: -55px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 30px solid #f29100;
    border-bottom: 0;
}

.flow .flow-list .box:last-child:after {
    display: none;
}

.flow .flow-list .box:last-child {
    margin: 0 auto;
}


.flow .flow-list .box .stepBox {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #000000;
    padding: 40px;
    text-align: center;
    width: 145px;
    position: relative;
    z-index: 10;
    font-weight: 700;
    line-height: 1.3;
    font-size: 2.75rem;
}

.flow .flow-list .box .stepBox:after {
    position: absolute;
    content: "";
    top: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background: #000000;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.flow .flow-list .box .stepBox span {
    display: block;
}

.flow .flow-list .box .titleBox {
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 0 -145px;
    padding: 40px 250px 40px 225px;
    position: relative;
}

.flow .flow-list .box .titleBox:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 60px;
    width: 120px;
    height: 122px;
    margin-top: -61px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.flow .flow-list .box:nth-child(1) .titleBox:after {
    background-image: url(../images/recruit/flow/icon1.svg);
}

.flow .flow-list .box:nth-child(2) .titleBox:after {
    background-image: url(../images/recruit/flow/icon2.svg);
}

.flow .flow-list .box:nth-child(3) .titleBox:after {
    background-image: url(../images/recruit/flow/icon3.svg);
}

.flow .flow-list .box:nth-child(4) .titleBox:after {
    background-image: url(../images/recruit/flow/icon4.svg);
}

.flow .flow-list .box .titleBox dl {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 4rem;
    width: 100%;
}

.flow .flow-list .box .titleBox dl dd {
    font-size: 70%;
}

.flow .flow-list .box.finish {
    padding: 40px;
    border: 0.5px solid #f29100;
    background-color: #f29100;
    color: #FFFFFF;
    font-size: 4rem;
    text-align: center;
    display: block;
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-weight: 600;
}

/*---------------------------------------------------------------*/
/* Footer
/*---------------------------------------------------------------*/
#footer {
    padding: 120px 0 0;
    /*background-image: url(../images/recruit/flow/background.jpg);
    background-position: center center;
    background-size: cover;*/
    text-align: center;
    letter-spacing: 0;
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

#footer ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

#footer ul li {
    margin: 0 4% 0 0;
    width: 48%;
    text-align: center;
    font-weight: 600;
    font-size: 3rem;
}

#footer ul li:last-child {
    margin: 0;
}

#footer ul li a {
    padding: 20px 5px;
    border: 1px solid #FFFFFF;
    display: block;
    font-weight: 600 !important;
}

#footer ul li:nth-child(1) a {
    color: #333333;
    background-color: #c69c6d;
    padding: 20.5px 5px;
}

#footer ul li:nth-child(2) a {
    color: #FFFFFF;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#footer ul li:nth-child(2) a span.en {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 15px 0 0;
    line-height: 1;
    font-size: 5rem;
    letter-spacing: 0;
}

#footer .copyright {
    color: #FFFFFF !important;
    padding: 120px 25px 40px;
    font-size: 1.4rem;
}

@media screen and (max-width: 1660px) {

    /*---------------------------------------------------------------*/
    /* G_nav
    /*---------------------------------------------------------------*/
    #navBox {
        width: 640px;
    }

    #navBox ul.entrylist {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #navBox ul.entrylist li {
        width: 280px;
    }

    #navBox ul.entrylist li a {
        padding: 12.5px 5px !important;
    }

    #navBox.fixed ul.entrylist li {
        font-size: 80%;
    }

    #navBox.fixed ul.entrylist li a {
        padding: 12.75px 5px !important;
    }

    #navBox.fixed ul.entrylist li:nth-child(1) {
        font-size: 3rem;
    }

    #navBox.fixed ul.entrylist li:nth-child(1) a {
        padding: 14.75px 5px !important;
        line-height: 1;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn1 {
        /*display: block;*/
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 0px;
        right: 0px;
        cursor: pointer;
        width: 80px;
        height: 67.5px;
    }

    .openbtn1.fixed {
        height: 59.5px;
    }

    /*×に変化*/
    .openbtn1 .btnInner {
        width: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .openbtn1 span {
        display: inline-block;
        transition: all .4s;
        /*position: absolute;
        left: 14px;*/
        height: 3px;
        border-radius: 1.5px;
        background-color: #666;
        width: 100%;
        margin: 0 0 5px;
    }

    .openbtn1 span:nth-of-type(3) {
        margin: 0;
    }

    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 100%;
        margin: 0;
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-5px) rotate(45deg);
        width: 100%;
        margin: 0;
    }

    /*========= ナビゲーションのためのCSS ===============*/
    #g_nav {
        /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
        position: fixed;
        z-index: -1;
        opacity: 0;
        /*はじめは透過0*/
        /*ナビの位置と形状*/
        top: 0;
        width: 100%;
        max-width: 640px;
        /*ナビの高さ*/
        background: rgba(255, 255, 255, 1.0);
        /*動き*/
        transition: all 0.3s;
    }

    #g_nav ul li {
        width: 100%;
        font-size: 2rem;
    }

    /*アクティブクラスがついたら透過なしにして最前面へ*/
    #g_nav.panelactive {
        opacity: 1;
        height: 100vh;
        z-index: 999;
    }

    /*ナビゲーションの縦スクロール*/
    #g_nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g_nav ul {
        padding: 0;
        display: none;
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #g_nav.panelactive ul {
        display: block;
        width: auto;
        max-width: inherit;
    }

    #g_nav ul li {
        text-align: left;
        margin: 0 0 15px;
    }

    #g_nav ul li:last-child {
        margin: 0;
    }

}

@media screen and (max-width: 1280px) {
    body {
        font-size: 2.25rem;
    }


    .inner {
        max-width: 1024px;
    }


    #header a {
        padding: 20px 30px;
    }

    #header h1 img {
        height: 100px
    }

    .openbtn1 {
        height: 63.25px;
    }

    .openbtn1.fixed {
        height: 45.59px;
    }

    #contents .section-area .section-head h2 {
        font-size: 6rem;
    }

    #contents .section-area .section-head h2 span.ja {
        font-size: 3rem;
        margin: 0 0 0 30px;
    }

    #contents .section-area .section-foot {
        margin: 50px auto 0;
    }

    #contents .article-area {
        margin-bottom: 80px;
    }

    #contents .article-area .article-head h3 {
        font-size: 5rem;
        margin: 0 auto 50px;
    }

    /*---------------------------------------------------------------*/
    /* Intro
    /*---------------------------------------------------------------*/
    .intro .section-head h2 {
        font-size: 15rem !important;
    }

    .intro .section-body .description {
        font-size: 3.25rem;
    }

    .intro .article-area.flex {
        align-items: flex-start;
    }

    .intro .article-area.flex .article-head {
        width: 250px;
    }


    .intro .article-area.flex .article-body {
        width: 100%;
        margin: 0 0 0 -250px;
        padding: 0px 0 0 310px;
    }

    .intro .article-area.flex .article-body ul li {
        padding: 0 0 0 50px;
        font-size: 2.5rem;
    }

    .intro .article-area.flex .article-body ul li:before {
        width: 35px;
        height: 32px;
        top: 5px;
    }

    /*---------------------------------------------------------------*/
    /* Message
    /*---------------------------------------------------------------*/
    .message .section-body .inner {
        background-size: 520px auto;
    }

    .message .article-area {
        padding: 50px 0 0;
        width: 610px;
    }

    .message .article-head {
        margin: 0 0 50px;
    }

    .message .article-body p {
        font-size: 3.25rem;
        line-height: 1.9;
    }

    /*---------------------------------------------------------------*/
    /* Company
    /*---------------------------------------------------------------*/
    .company-area .flex .box .boxInner {
        min-height: 702px;
    }

    .company-area .flex .box .title {
        margin: 0 auto 25px;
    }

    .company-area .flex .box .title dl dd {
        font-size: 2rem;
    }

    .company-area .flex .box .title dl dt {
        font-size: 2.5rem;
    }

    .company-area .flex .box .title h3 {
        font-size: 6rem;
    }

    .company-area .flex .box .detail {
        font-size: 1.8rem;
        min-height: 448px;
    }



    /*---------------------------------------------------------------*/
    /* Vision
    /*---------------------------------------------------------------*/
    .vision {
        background-size: auto 100%;
    }

    .vision .article-head {
        margin: 0 auto 30px;
    }

    .vision .article-head .titleBox,
    .vision .article-body .detailBox {
        width: 520px;
    }

    .vision .article-body .detailBox {
        padding: 30px 0 0;
    }

    .vision .article-head .imageBox,
    .vision .article-body .imageBox {
        margin: 0 0 0 -520px;
        padding: 0 0 0 550px;
    }

    .vision .article-body .imageBox ul li {
        margin: 0 0 30px auto;
    }


    .vision .article-head .titleBox {
        padding: 30px 25px;
    }

    .vision .article-body .detailBox {
        line-height: 2;
    }

    .vision .article-body .detailBox p br.sp-br {
        display: none;
    }

    /*---------------------------------------------------------------*/
    /* Top Message
    /*---------------------------------------------------------------*/
    .leader {
        background-size: cover;
        /*background-image: url(../images/recruit/leader/background-tab.webp);*/
    }

    .leader .inner {
        position: relative;
        background-image: url(../images/recruit/leader/background.webp);
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .leader .article-area {
        max-width: 62.24066390041494%;
    }

    .leader .article-area .article-head h3 {
        /*font-size: 6.5rem !important;*/
        font-size: 6rem !important;
        line-height: 1.5 !important;
    }


    /*---------------------------------------------------------------*/
    /* About
    /*---------------------------------------------------------------*/

    .about .article-head h3 {
        font-size: 2.75rem !important;
    }

    .about .data .article-body .flex .box {
        padding: 40px 30px;
    }

    /*---------------------------------------------------------------*/
    /* 選考フロー
    /*---------------------------------------------------------------*/
    .flow .flow-list .box {
        margin: 0 auto 75px;
    }

    .flow .flow-list .box:after {
        left: 25px;
        bottom: -55px;
        border-right: 60px solid transparent;
        border-left: 60px solid transparent;
        border-top: 30px solid #f29100;
    }

    .flow .flow-list .box .stepBox {
        background-color: #000000;
        padding: 30px;
        width: 125px;
        font-size: 2.25rem;
    }

    .flow .flow-list .box .stepBox:after {
        right: -30px;
        width: 30px;
    }

    .flow .flow-list .box .titleBox {
        margin: 0 0 0 -125px;
        padding: 30px 160px 30px 185px;
    }

    .flow .flow-list .box .titleBox:after {
        right: 30px;
        width: 100px;
        height: 101px;
        margin-top: -50.5px;
    }


    .flow .flow-list .box .titleBox dl {
        font-size: 3.5rem;
    }

    .flow .flow-list .box.finish {
        padding: 30px;
        font-size: 3.5rem;
    }


    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer {
        padding: 100px 0 0;
    }

    #footer ul li:nth-child(1) a {
        padding: 20px 5px;
    }

    #footer .copyright {
        padding: 100px 25px 40px;
    }
}

@media screen and (max-width: 1136px) {}

@media screen and (max-width: 1024px) {
    body {
        font-size: 2rem;
    }

    .inner {
        padding: 0 30px;
    }

    .openbtn1 {
        height: 59px;
    }

    .openbtn1.fixed {
        height: 42.19px;
    }

    #g_nav ul li {
        margin: 0;
    }

    #contents .section-area {
        padding: 80px 0;
    }

    #contents .section-area .section-head {
        margin: 0 auto 50px;
    }

    #contents .section-area .section-head h2 {
        font-size: 6rem;
    }

    #contents .section-area .section-head h2 span.ja {
        font-size: 3rem;
        margin: 0 0 0 30px;
    }

    #contents .article-area {
        margin-bottom: 50px;
    }

    #contents .article-area .article-head h3 {
        font-size: 4rem;
        margin: 0 auto 40px;
    }

    /*---------------------------------------------------------------*/
    /* Intro
    /*---------------------------------------------------------------*/
    .intro .section-head h2 {
        font-size: 12.5rem !important;
    }

    .intro .section-body .description {
        font-size: 3rem;
        margin: 0 auto 50px;
    }

    .intro .article-area.flex {
        align-items: flex-start;
    }

    .intro .article-area.flex .article-head {
        width: 220px;
    }


    .intro .article-area.flex .article-body {
        margin: 0 0 0 -220px;
        padding: 0px 0 0 270px;
    }

    .intro .article-area.flex .article-body ul li {
        padding: 0 0 0 40px;
        font-size: 2.25rem;
    }

    .intro .article-area.flex .article-body ul li:before {
        width: 30px;
        height: 29px;
        top: 5px;
    }

    /*---------------------------------------------------------------*/
    /* Message
    /*---------------------------------------------------------------*/
    .message .section-body .inner {
        background-size: 53.941908713692946% auto;
    }

    .message .article-area {
        padding: 40px 0 0;
        width: 63.27800829875518%;
    }

    .message .article-head {
        margin: 0 0 40px;
    }

    .message .article-body p {
        font-size: 3rem;
    }

    .message .article-body p br.sp-br {
        display: none;
    }

    /*---------------------------------------------------------------*/
    /* Company
    /*---------------------------------------------------------------*/
    .company-area .flex .box {
        margin: 0 3% 0 0;
        width: 31.3333333%;
    }

    .company-area .flex .box .boxInner {
        min-height: 626px;
    }

    .company-area .flex .box .title dl dd {
        font-size: 1.8rem;
    }

    .company-area .flex .box .title dl dt {
        font-size: 2.25rem;
    }

    .company-area .flex .box .title h3 {
        font-size: 5rem;
    }

    .company-area .flex .box .detail {
        font-size: 1.7rem;
        min-height: 397px;
    }

    /*---------------------------------------------------------------*/
    /* Vision
    /*---------------------------------------------------------------*/
    .vision .article-head {
        margin: 0 auto 25px;
    }

    .vision .article-head .titleBox,
    .vision .article-body .detailBox {
        width: 59.64730290456431%;
    }

    .vision .article-head .titleBox {
        padding: 25px;
    }

    .vision .article-head .titleBox h3 {
        font-size: 5.25vw !important;
        line-height: 1.5;
    }

    .vision .article-body .detailBox {
        padding: 25px 0 0;
    }

    .vision .article-head .imageBox,
    .vision .article-body .imageBox {
        margin: 0 0 0 -59.64730290456431%;
        padding: 0 0 0 62.24066390041494%;
    }

    .vision .article-body .imageBox ul li {
        margin: 0 0 25px auto;
    }


    /*---------------------------------------------------------------*/
    /* Top Message
    /*---------------------------------------------------------------*/

    .leader .inner {
        padding: 80px 30px;
    }

    .leader .article-area .article-head h3 {
        font-size: 6vw !important;
    }

    /*---------------------------------------------------------------*/
    /* About
    /*---------------------------------------------------------------*/
    .about .article-head h3 {
        font-size: 2.5rem !important;
    }

    .about .data .article-body .flex .box {
        margin: 0 3% 3% 0;
        width: 31.33333333%;
        padding: 30px 25px;
    }

    .about .data .article-body .flex .box:nth-child(3n) {
        margin: 0 0 3%;
    }

    .about .data .article-body .flex .box:nth-child(n+4) {
        margin: 0 3% 0 0;
    }

    .about .data .article-body .flex .box:last-child {
        margin: 0;
    }

    .about .data .article-body .flex .box .box-head {
        margin: 0 auto 30px;
    }

    /*---------------------------------------------------------------*/
    /* Voice
    /*---------------------------------------------------------------*/
    .voice .section-body .flex .box a {
        padding: 20px 30px;
    }

    .voice .section-body .flex .box .title h3 {
        font-size: 5rem !important;
    }

    .voice .section-body .flex .box .detail dt {
        font-size: 2.75rem;
    }

    .voice .section-body .flex .box .detail dd,
    .voice .section-body .flex .box .btn {
        font-size: 1.8rem;
    }

    .voice .section-body .flex .box .btn {
        padding: 20px 0 0;
    }

    /*---------------------------------------------------------------*/
    /* 選考フロー
    /*---------------------------------------------------------------*/
    .flow .flow-list .box {
        margin: 0 auto 70px;
    }

    .flow .flow-list .box:after {
        left: 25px;
        bottom: -50px;
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
        border-top: 25px solid #f29100;
    }

    .flow .flow-list .box .stepBox {
        font-size: 2.125rem;
    }

    .flow .flow-list .box .titleBox dl {
        font-size: 3.25rem;
    }

    .flow .flow-list .box.finish {
        font-size: 3.25rem;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer {
        padding: 80px 0 0;
    }

    #footer ul li:nth-child(1) a {
        padding: 15.5px 5px;
    }

    #footer ul li:nth-child(2) a span.en {
        margin: 0 15px 0 0;
        font-size: 4rem;
    }

    #footer ul li:nth-child(2) a span.ja {
        font-size: 2.5rem;
    }

    #footer .copyright {
        padding: 80px 25px 30px;
        font-size: 1.3rem;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 960px) {

    /*---------------------------------------------------------------*/
    /* Company
    /*---------------------------------------------------------------*/
    .company-area .flex .box .boxInner {
        padding: 25px 15px;
    }

    .company-area .flex .box .title dl dd {
        font-size: 1.75rem;
    }

    .company-area .flex .box .title dl dt {
        font-size: 2.125rem;
    }

    .company-area .flex .box .title h3 {
        font-size: 5rem;
    }

    .company-area .flex .box .detail {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 835px) {
    body {
        font-size: 1.8rem;
    }

    .inner {
        padding: 0 25px;
    }

    #header a {
        padding: 20px 25px;
    }

    #header h1 img {
        height: 90px
    }

    #navBox {
        width: 480px;
        padding: 0 55.6px 0 0;
    }

    #navBox ul.entrylist li {
        width: 50%;
    }

    #g_nav,
    #g_nav.panelactive ul {
        max-width: 480px;
    }


    .openbtn1 {
        width: 55.59px;
        height: 55.59px;
    }

    .openbtn1.fixed {
        height: 39.48px;
    }

    /*#contents {
        margin: -650px auto 0;
    }*/

    #contents .section-area {
        padding: 60px 0;
    }

    #contents .section-area .section-head {
        margin: 0 auto 40px;
    }

    #contents .section-area .section-head h2 {
        font-size: 5rem;
    }

    #contents .section-area .section-head h2 span.ja {
        font-size: 2.5rem;
        margin: 0 0 0 25px;
    }

    #contents .section-area .section-foot {
        margin: 40px auto 0;
    }

    #contents .article-area {
        margin-bottom: 40px;
    }

    #contents .article-area .article-head h3 {
        font-size: 3.5rem;
        margin: 0 auto 30px;
    }

    /*---------------------------------------------------------------*/
    /* Intro
    /*---------------------------------------------------------------*/
    .intro .section-head h2 {
        font-size: 10rem !important;
    }

    .intro .section-body .description {
        font-size: 2.75rem;
        margin: 0 auto 40px;
    }

    .intro .article-area.flex .article-head {
        width: 170px;
    }


    .intro .article-area.flex .article-body {
        margin: 0 0 0 -170px;
        padding: 0px 0 0 210px;
    }

    .intro .article-area.flex .article-body ul li {
        padding: 0 0 0 40px;
        font-size: 2rem;
        letter-spacing: 0;
    }

    .intro .article-area.flex .article-body ul li:before {
        width: 25px;
        height: 24px;
        top: 5px;
    }

    /*---------------------------------------------------------------*/
    /* Message
    /*---------------------------------------------------------------*/
    .message .section-body .inner {
        background-size: 53.941908713692946% auto;
    }

    .message .article-area {
        padding: 30px 0 0;
        width: 63.27800829875518%;
    }

    .message .article-head {
        margin: 0 0 30px;
    }

    .message .article-body p {
        font-size: 2.75rem;
    }


    /*---------------------------------------------------------------*/
    /* Company
    /*---------------------------------------------------------------*/

    .company-area .flex .box .boxInner {
        padding: 25px 15px;
        min-height: 569px;
    }

    .company-area .flex .box .title dl dd {
        font-size: 1.5rem;
    }

    .company-area .flex .box .title dl dt {
        font-size: 2rem;
    }

    .company-area .flex .box .title h3 {
        font-size: 4.5rem;
    }

    .company-area .flex .box .detail {
        font-size: 1.5rem;
        min-height: 358px;
    }

    /*---------------------------------------------------------------*/
    /* Vision
    /*---------------------------------------------------------------*/
    .vision .article-head {
        margin: 0 auto 20px;
    }

    .vision .article-head .titleBox h3 {
        font-size: 5.25vw !important;
        line-height: 1.5;
    }

    .vision .article-body .detailBox {
        padding: 20px 0 0;
    }

    .vision .article-body .imageBox ul li {
        margin: 0 0 20px auto;
    }

    /*---------------------------------------------------------------*/
    /* Leader
    /*---------------------------------------------------------------*/
    .leader .inner {
        padding: 60px 25px;
    }

    /*---------------------------------------------------------------*/
    /* About
    /*---------------------------------------------------------------*/
    .about .article-head h3 {
        font-size: 2.25rem !important;
    }

    .about .data .article-body .flex .box {
        margin: 0 3% 3% 0;
        width: 31.33333333%;
        padding: 30px 25px;
    }

    .about .data .article-body .flex .box .box-head {
        margin: 0 auto 25px;
        letter-spacing: 0;
    }

    .about .personal .article-body picture {
        max-width: 90%;
    }

    /*---------------------------------------------------------------*/
    /* Voice
    /*---------------------------------------------------------------*/
    .voice .section-body .flex .box a {
        padding: 15px 25px;
    }

    .voice .section-body .flex .box .title h3 {
        font-size: 4rem !important;
    }

    .voice .section-body .flex .box .detail dt {
        font-size: 2.5rem;
        letter-spacing: 0;
    }

    .voice .section-body .flex .box .detail dd,
    .voice .section-body .flex .box .btn {
        font-size: 1.7rem;
    }

    .voice .section-body .flex .box .btn {
        padding: 15px 0 0;
    }

    .voice .section-body .flex .box .btn span {
        padding: 0 30px 0 0;
    }

    .voice .section-body .flex .box .btn span:after {
        right: 10px;
        margin-top: -10px;
    }

    /*---------------------------------------------------------------*/
    /* 選考フロー
    /*---------------------------------------------------------------*/
    .flow .flow-list .box {
        margin: 0 auto 60px;
    }

    .flow .flow-list .box:after {
        left: 25px;
        bottom: -40px;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        border-top: 20px solid #f29100;
    }

    .flow .flow-list .box .stepBox {
        padding: 25px;
        width: 115px;
        font-size: 2rem;
    }

    .flow .flow-list .box .stepBox:after {
        right: -25px;
        width: 25px;
    }

    .flow .flow-list .box .titleBox {
        margin: 0 0 0 -115px;
        padding: 25px 130px 25px 150px;
    }

    .flow .flow-list .box .titleBox:after {
        right: 25px;
        width: 80px;
        height: 81px;
        margin-top: -40.5px;
    }

    .flow .flow-list .box .titleBox dl {
        font-size: 3rem;
    }

    .flow .flow-list .box.finish {
        padding: 25px;
        font-size: 3rem;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer {
        padding: 60px 0 0;
    }

    #footer ul li a {
        padding: 20px 5px;
    }

    #footer ul li {
        font-size: 2.5rem;
    }

    #footer ul li:nth-child(1) a {
        padding: 16.25px 5px;
    }

    #footer ul li:nth-child(2) a span.en {
        margin: 0 15px 0 0;
        font-size: 3.5rem;
    }

    #footer ul li:nth-child(2) a span.ja {
        font-size: 2rem;
    }

    #footer .copyright {
        padding: 60px 25px 25px;
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 750px) {
    body {
        font-size: 1.7rem;
    }

    #bg-fixed {
        background-size: auto 100%;
    }

    #header a,
    #header.fixed a {
        padding: 15px 25px;
    }

    #header h1 img,
    #header.fixed h1 img {
        height: 70px;
    }

    #navBox.fixed ul.entrylist li a {
        padding: 10.75px 5px !important;
    }

    #navBox.fixed ul.entrylist li:nth-child(1) a {
        padding: 7.5px 5px !important;
    }

    .openbtn1 {
        width: 53.89px;
        height: 53.89px;
    }

    .openbtn1.fixed {
        height: 45px;
    }

    /*#contents {
        margin: -700px auto 0;
    }*/
    .recruit #contents {
        margin: -75% 0 0;
    }

    #contents .section-area {
        padding: 50px 0;
    }

    #contents .section-area .section-head h2 {
        font-size: 5rem;
    }

    #contents .section-area .section-head h2 span.ja {
        font-size: 2.5rem;
        margin: 0;
        padding: 15px 0 0;
        display: block;
    }

    #contents .section-area .section-foot {
        margin: 30px auto 0;
    }

    #contents .article-area {
        margin-bottom: 30px;
    }

    #contents .article-area .article-head h3 {
        font-size: 3rem;
        margin: 0 auto 25px;
    }

    /*---------------------------------------------------------------*/
    /* Intro
        /*---------------------------------------------------------------*/
    .intro .section-head h2 {
        font-size: 22.5vw !important;
    }

    .intro .section-body .description {
        font-size: 2.5rem;
    }

    .intro .section-body .description br.sp-br {
        display: none;
    }

    .intro .article-area.flex {
        display: block;
    }

    .intro .article-area.flex .article-head {
        width: 100%;
        margin: 0 auto 25px;
    }

    .intro .article-area.flex .article-head h3 {
        border-radius: 33.75px;
        background: #b9854c;
        padding: 15px 5px;
        width: 100%;
        text-align: center;
    }

    .intro .article-area.flex .article-head h3 br {
        display: none;
    }


    .intro .article-area.flex .article-head .boxInner:before {
        display: none;
    }

    .intro .article-area.flex .article-head .boxInner div {
        position: relative;
        padding: 0;
    }


    .intro .article-area.flex .article-body {
        margin: 0;
        padding: 0;
    }

    .intro .article-area.flex .article-body ul li {
        padding: 0 0 0 40px;
    }

    /*---------------------------------------------------------------*/
    /* Message
    /*---------------------------------------------------------------*/
    .message .section-body .inner {
        background-size: 53.941908713692946% auto;
    }

    .message .article-area {
        width: 100%;
    }

    .message .article-head {
        margin: 0 0 30px;
    }

    .message .article-body p {
        font-size: 2.75rem;
    }

    .message .article-body p br.sp-br {
        display: block;
    }


    /*---------------------------------------------------------------*/
    /* Company
    /*---------------------------------------------------------------*/
    .company-area .flex {
        display: block;
    }

    .company-area .flex .box {
        width: 100%;
        margin: 0 auto 25px;
    }

    .company-area .flex .box .boxInner {
        padding: 25px;
        min-height: inherit;
    }

    .company-area .flex .box .title {
        margin: 0 auto 15px;
    }

    .company-area .flex .box .title dl dd {
        font-size: 1.7rem;
    }

    .company-area .flex .box .title dl dt {
        font-size: 2.25rem;
    }

    .company-area .flex .box .title h3 {
        font-size: 5.5rem;
    }

    .company-area .flex .box .detail {
        font-size: 1.6rem;
        min-height: inherit;
        display: block;
    }


    /*---------------------------------------------------------------*/
    /* Vision
    /*---------------------------------------------------------------*/
    .vision:before {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+66,47392b+100&0.5+50,0.1+90 */
        background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.34) 66%, rgba(50, 40, 30, 0.1) 90%, rgba(71, 57, 43, 0.1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .vision .article-head {
        align-items: center;
        margin: 0 auto 40px;
        position: relative;
    }

    .vision .article-head .titleBox h3 {
        font-size: 5.0625vw !important;
    }

    .vision .article-head .imageBox img {
        width: 100%;
    }


    .vision .article-body .detailBox,
    .vision .article-body .imageBox {
        width: 100%;
    }

    .vision .article-body .detailBox {
        padding: 0;
        margin: 0 auto 40px;
    }

    .vision .article-body .imageBox {
        margin: 0;
        padding: 0;
    }

    .vision .article-body .imageBox ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 90%;
        margin: 0 auto;
    }

    .vision .article-body .imageBox ul li {
        margin: 0 4% 0 0;
        text-align: center;
    }

    .vision .article-body .imageBox ul li:nth-child(1) {
        width: 44%;

    }

    .vision .article-body .imageBox ul li:nth-child(2) {
        width: 52%;
        padding: 5% 0 0;
    }

    .vision .article-body .imageBox ul li:last-child {
        margin: 0;
    }

    /*---------------------------------------------------------------*/
    /* Top Message
    /*---------------------------------------------------------------*/
    .leader {
        background-size: 100% auto;
        background-image: url(../images/recruit/leader/background-sp.webp);
        background-position: center top;
    }

    .leader .inner {
        padding: 50px 25px;
        background-image: none;
    }

    .leader:before,
    .leader .inner:before {
        display: none;
    }

    .leader .article-area {
        max-width: 62.24066390041494%;
    }

    .leader .article-area .article-head h3 {
        font-size: 10vw !important;
        line-height: 1.33 !important;
    }

    .leader .article-area .article-head h3 br.sp-br {
        display: block;
    }

    .leader .article-area {
        max-width: 100%;
    }

    /*---------------------------------------------------------------*/
    /* About
    /*---------------------------------------------------------------*/
    .about .article-head h3 {
        font-size: 2.125rem !important;
    }

    .about .data .article-body .flex .box {
        margin: 0 2.5% 2.5% 0;
        width: 31.6667%;
        padding: 25px;
    }

    .about .data .article-body .flex .box:nth-child(3n) {
        margin: 0 0 2.5%;
    }

    .about .data .article-body .flex .box:nth-child(n+4) {
        margin: 0 2.5% 0 0;
    }

    .about .data .article-body .flex .box:last-child {
        margin: 0 !important;
    }

    .about .data .article-body .flex .box .box-head {
        margin: 0 auto 20px;
    }

    /*---------------------------------------------------------------*/
    /* Voice
    /*---------------------------------------------------------------*/
    .voice .section-body .flex .box {
        margin: 0 auto 15px;
        background-size: 100% auto !important;
        background-position: center top;
    }

    .voice .section-body .flex .box a {
        padding: 15px 25px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#47392b+0,47392b+66&0+25,0.85+66 */
        background: linear-gradient(to bottom, rgba(71, 57, 43, 0) 0%, rgba(71, 57, 43, 0) 25%, rgba(71, 57, 43, 0.9) 66%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .voice .section-body .flex .box .title {
        margin: 0 auto 20%;
    }

    .voice .section-body .flex .box .title h3 {
        font-size: 4rem !important;
    }

    .voice .section-body .flex .box .detail dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-end;
        width: 100%;
    }

    .voice .section-body .flex .box .detail dl dt {
        font-size: 2.25rem;
        margin: 0;
    }

    .voice .section-body .flex .box .detail dd,
    .voice .section-body .flex .box .btn {
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: 0;
    }

    .voice .section-foot a {
        letter-spacing: 0;
        padding: 10px;

    }

    /*---------------------------------------------------------------*/
    /* 選考フロー
    /*---------------------------------------------------------------*/
    .flow .flow-list .box {
        margin: 0 auto 50px;
    }

    .flow .flow-list .box:after {
        bottom: -35px;
    }

    .flow .flow-list .box .stepBox {
        padding: 25px 20px;
        width: 105px;
        font-size: 2rem;
    }

    .flow .flow-list .box .titleBox {
        margin: 0 0 0 -105px;
    }

    .flow .flow-list .box .titleBox:after {
        right: 25px;
        width: 80px;
        height: 81px;
        margin-top: -40.5px;
    }

    .flow .flow-list .box .titleBox dl {
        font-size: 2.25rem;
        letter-spacing: 0;
    }

    .flow .flow-list .box.finish {
        padding: 25px 20px;
        font-size: 2.25rem;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer {
        padding: 50px 0 0;
    }

    #footer ul {
        display: block;
    }

    #footer ul li {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
        font-size: 2.5rem;
    }

    #footer ul li a {
        padding: 14.125px 5px;
    }

    #footer ul li:nth-child(1) a {
        padding: 18.5px 5px;
    }

    #footer ul li:nth-child(2) a span.en {
        margin: 0 15px 0 0;
        font-size: 5.125rem;
    }

    #footer ul li:nth-child(2) a span.ja {
        font-size: 90%;
    }

    #footer .copyright {
        padding: 50px 25px 25px;
        font-size: 1.2rem;
    }

}

@media screen and (max-width: 640px) {

    #header a,
    #header.fixed a {
        padding: 15px 20px;
    }

    #header h1 img,
    #header.fixed h1 img {
        height: 60px;
    }

    #navBox {
        width: 300px;
        padding: 0 55.6px 0 0;
    }

    #navBox ul.entrylist li {
        width: 50%;
    }

    #g_nav,
    #g_nav.panelactive ul {
        max-width: 100%;
        width: 100%;
    }

    #g_nav ul li {
        font-size: 1.8rem;
    }

    .openbtn1 {
        width: 55.6px;
        height: 55.6px;
    }

    /*#contents {
        margin: -750px auto 0;
    }*/

    #contents .section-area .section-head h2 {
        font-size: 4rem;
    }

    #contents .section-area .section-head h2 span.ja {
        font-size: 2.25rem;
    }

    #contents .section-area .section-foot {
        margin: 25px auto 0;
    }

    #contents .article-area {
        margin-bottom: 25px;
    }

    #contents .article-area .article-head h3 {
        font-size: 2.75rem;
    }



    /*---------------------------------------------------------------*/
    /* Intro
    /*---------------------------------------------------------------*/
    .intro .section-head h2 {
        font-size: 22.5vw !important;
    }

    .intro .article-area.flex .article-head h3 {
        border-radius: 27.19px;
        padding: 10px 5px;
    }


    .intro .section-body .description {
        font-size: 2.25rem;
    }

    .intro .article-area.flex .article-body ul li {
        padding: 0 0 0 40px;
    }

    .intro .article-area.flex .article-body ul li:before {
        width: 25px;
        height: 24px;
        top: 5px;
    }


    /*---------------------------------------------------------------*/
    /* Message
    /*---------------------------------------------------------------*/
    .message .article-body p {
        font-size: 2.5rem;
    }

    /*---------------------------------------------------------------*/
    /* Company
    /*---------------------------------------------------------------*/
    .company-area .flex .box .title dl dd {
        font-size: 1.6rem;
    }

    .company-area .flex .box .title dl dt {
        font-size: 2rem;
    }

    .company-area .flex .box .title h3 {
        font-size: 5rem;
        line-height: 1.5;
    }

    .company-area .flex .box .detail {
        font-size: 1.5rem;
    }

    /*---------------------------------------------------------------*/
    /* Vision
    /*---------------------------------------------------------------*/
    .vision .article-head {
        align-items: center;
        margin: 0 auto 25px;
        position: relative;
    }

    .vision .article-head .titleBox {
        width: 100%;
    }

    .vision .article-head .titleBox h3 {
        font-size: 7.5vw !important;
        line-height: 1.4;
    }

    .vision .article-head .imageBox {
        position: absolute;
        right: 0;
        top: -130px;
        margin: 0;
        padding: 0;
        width: 40vw;
    }


    /*---------------------------------------------------------------*/
    /* About
    /*---------------------------------------------------------------*/
    .about .article-head h3 {
        font-size: 2rem !important;
    }

    .about .data .article-body .flex .box {
        margin: 0 4% 4% 0;
        width: 48%;
        padding: 25px 10px;
    }

    .about .data .article-body .flex .box:nth-child(3n),
    .about .data .article-body .flex .box:nth-child(n+4) {
        margin: 0 4% 4% 0;
    }

    .about .data .article-body .flex .box:nth-child(2n) {
        margin: 0 0 4%;
    }

    .about .data .article-body .flex .box:nth-child(n+5) {
        margin: 0 4% 0 0;
    }

    .about .data .article-body .flex .box:last-child {
        margin: 0 !important;
    }

    .about .data .article-body .flex .box .box-head {
        letter-spacing: 0;
        font-weight: 600;
        font-size: 90%;
    }

    .about .data .article-body .flex .box .box-body {
        padding: 0 10px;
    }

    /*---------------------------------------------------------------*/
    /* Voice
    /*---------------------------------------------------------------*/
    .voice .section-body .flex .box .title {
        margin: 0 auto 15%;
    }

    .voice .section-body .flex .box .title h3 {
        font-size: 3.5rem !important;
        line-height: 1;
    }

    .voice .section-body .flex .box .detail dl {
        display: flex;
        flex-direction: column;
    }

    .voice .section-body .flex .box .detail dl dt {
        font-size: 1.8rem;
        letter-spacing: 0;
        margin: 0 0 5px auto;
    }


    .voice .section-body .flex .box .detail dl dd,
    .voice .section-body .flex .box .btn {
        font-size: 1.4rem;
    }

    .voice .section-body .flex .box .btn {
        padding: 5px 0 0;
    }

    .voice .section-body .flex .box .btn span {
        font-weight: 400;
    }

    .voice .section-body .flex .box .btn span:after {
        right: 7.5px;
        margin-top: -7.5px;
    }

    /*---------------------------------------------------------------*/
    /* 選考フロー
    /*---------------------------------------------------------------*/
    .flow .flow-list .box .stepBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 20px;
        width: 90px;
    }

    .flow .flow-list .box .stepBox:after {
        right: -20px;
        width: 20px;
    }

    .flow .flow-list .box .titleBox {
        margin: 0 0 0 -90px;
        padding: 20px 100px 20px 130px;
    }

    .flow .flow-list .box .titleBox:after {
        right: 20px;
        width: 60px;
        height: 61px;
        margin-top: -30.5px;
    }

    .flow .flow-list .box .titleBox dl {
        font-size: 2.125rem;
        display: block;
    }

    .flow .flow-list .box .titleBox dl dt {
        width: 100%;
    }

    .flow .flow-list .box.finish {
        padding: 20px;
        font-size: 2.125rem;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer ul li {
        font-size: 2.25rem;
    }

    #footer ul li a {
        padding: 14.125px 5px;
    }

    #footer ul li:nth-child(1) a {
        padding: 15px 5px;
    }

    #footer ul li:nth-child(2) a span.en {
        font-size: 4rem;
    }

}

@media screen and (max-width: 480px) {

    /*---------------------------------------------------------------*/
    /* Intro
    /*---------------------------------------------------------------*/
    .intro .section-head h2 {
        font-size: 20vw !important;
    }

    .intro .section-body .description {
        font-size: 2.125rem;
    }

    /*---------------------------------------------------------------*/
    /* Vision
    /*---------------------------------------------------------------*/
    .vision .article-head .titleBox h3 {
        font-size: 8vw !important;
    }

    /*---------------------------------------------------------------*/
    /* Message
    /*---------------------------------------------------------------*/
    .message .section-body .inner {
        background-image: url(../images/recruit/message/bg-inner-sp2.webp);
        background-size: 60% auto;
        background-position: right bottom;
    }

    .message .article-area {
        width: 100%;
    }

    .message .article-head {
        margin: 0;
    }

    .message .article-head h3 {
        font-size: 8vw !important;
    }

    .message .article-body {
        padding: 35% 0;
        background-image: url(../images/recruit/message/bg-inner-sp1.webp);
        background-size: 90% auto;
        background-repeat: no-repeat;
        background-position: right top;
    }

    .message .article-body p {
        font-size: 2rem;
    }

    .message .article-body p br.sp-br {
        display: block;
    }

    /*---------------------------------------------------------------*/
    /* About
    /*---------------------------------------------------------------*/
    .about .personal .article-body picture {
        width: 80%;
    }

    /*---------------------------------------------------------------*/
    /* Voice
    /*---------------------------------------------------------------*/
    .voice .section-body .flex .box .title {
        margin: 0px auto 50px;
    }

    .voice .section-body .flex .box {
        background-size: 480px auto !important;
        background-position: left center;
    }

    .voice .section-body .flex .box .detail dl dt {
        font-size: 1.7rem;
    }

    /*---------------------------------------------------------------*/
    /* 選考フロー
    /*---------------------------------------------------------------*/
    .flow .flow-list .box .stepBox {
        font-size: 1.8rem;
        padding: 20px 15px;
        width: 75px;
    }

    .flow .flow-list .box .stepBox:after {
        right: -15px;
        width: 15px;
    }

    .flow .flow-list .box .titleBox {
        margin: 0 0 0 -75px;
        padding: 15px 80px 15px 105px;
    }

    .flow .flow-list .box .titleBox:after {
        right: 15px;
        width: 50px;
        height: 51px;
        margin-top: -25.5px;
    }

    .flow .flow-list .box .titleBox dl {
        font-size: 2rem;
        display: block;
    }

    .flow .flow-list .box .titleBox dl dt {
        width: 100%;
    }

    .flow .flow-list .box .titleBox dl dd {
        font-size: 70%;
    }

    .flow .flow-list .box.finish {
        padding: 15px 20px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 350px) {}


/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 下から */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* 上から */

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 左から */

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 右から */

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*==================================================
ボンッ
===================================*/

/* 拡大 */
.zoomIn {
    animation-name: zoomInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
    from {
        transform: scale(0.6);
    }

    to {
        transform: scale(1);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
    opacity: 0;
}