/*================================================================================

media query mixin

================================================================================*/
/*    google font on web
--------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
/*    google font on server
--------------------------------------------------------------------------------*/
/*    icomoon
--------------------------------------------------------------------------------*/
/*    custom
--------------------------------------------------------------------------------*/
.recruit .rec-title { font-size: 50px; text-align: center; margin-bottom: 40px; line-height: 1.4; }
@media screen and (max-width: 768px) { .recruit .rec-title { font-size: 38px; } }
.recruit .rec-title .txt-small { font-size: 36px; }
@media screen and (max-width: 768px) { .recruit .rec-title .txt-small { font-size: 26px; } }
.recruit .rec-msg { padding-top: 80px; background: #000; }
.recruit .rec-msg .msgBlock { color: #fff; }
.recruit .rec-msg .msgBlock .txtBox .txt { font-size: 18px; font-weight: bold; text-align: center; line-height: 2; }
.recruit .rec-msg .msgBlock .txtBox .txt + .txt { margin-top: 20px; }
.recruit .rec-msg .img { margin-top: 40px; }
.recruit .rec-vison { padding-top: 80px; padding-bottom: 80px; background: #f5f4f2; }
@media screen and (max-width: 768px) { .recruit .rec-vison { padding-bottom: 60px; } }
.recruit .rec-vison .visionWrap { overflow: hidden; }
.recruit .rec-vison .visionWrap .item { background: #fff; -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); padding: 20px; position: relative; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item { padding: 10px 15px 15px; } }
.recruit .rec-vison .visionWrap .item .title { font-size: 30px; text-align: center; margin-bottom: 5px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item .title { font-size: 16px; margin-bottom: 0; } }
.recruit .rec-vison .visionWrap .item .title span { border-bottom: 4px solid #000; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item .title span { border-bottom: 2px solid #000; } }
.recruit .rec-vison .visionWrap .item .txt01, .recruit .rec-vison .visionWrap .item .txt02, .recruit .rec-vison .visionWrap .item .txt03 { text-align: center; line-height: 1; }
.recruit .rec-vison .visionWrap .item .txt01 { color: #db0c15; font-size: 70px; font-weight: bold; margin-bottom: 10px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item .txt01 { font-size: 30px; margin-bottom: 5px; } }
.recruit .rec-vison .visionWrap .item .txt01 span { font-size: 100px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item .txt01 span { font-size: 65px; } }
.recruit .rec-vison .visionWrap .item .txt02 { font-size: 40px; font-weight: bold; margin-bottom: 15px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item .txt02 { font-size: 20px; margin-bottom: 7px; } }
.recruit .rec-vison .visionWrap .item .txt03 { font-size: 20px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item .txt03 { font-size: 14px; } }
.recruit .rec-vison .visionWrap .item::before { position: absolute; }
.recruit .rec-vison .visionWrap .item:first-child { width: 600px; height: 600px; margin-right: 20px; float: left; padding: 50px 20px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item:first-child { width: auto; height: auto; margin-right: 0; float: none; padding: 20px 20px 40px; } }
.recruit .rec-vison .visionWrap .item:first-child::before { content: ""; width: 600px; height: 600px; background: url("../img/rec_graph01.png") no-repeat; background-size: contain; top: -30px; left: 0; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item:first-child::before { width: 100%; height: 100%; top: 0; left: 0; } }
.recruit .rec-vison .visionWrap .item:first-child .title { margin-bottom: 30px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item:first-child .title { font-size: 26px; margin-bottom: 10px; } }
.recruit .rec-vison .visionWrap .item:first-child .txt01 { font-size: 90px; margin-bottom: 25px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item:first-child .txt01 { font-size: 54px; margin-bottom: 15px; } }
.recruit .rec-vison .visionWrap .item:first-child .txt01 span { font-size: 150px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item:first-child .txt01 span { font-size: 100px; } }
.recruit .rec-vison .visionWrap .item:first-child .txt02 { font-size: 112px; margin-bottom: 40px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item:first-child .txt02 { font-size: 70px; margin-bottom: 25px; } }
.recruit .rec-vison .visionWrap .item:first-child .txt03 { font-size: 30px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item:first-child .txt03 { font-size: 18px; } }
.recruit .rec-vison .visionWrap .item:nth-child(2), .recruit .rec-vison .visionWrap .item:last-child { width: 420px; height: 290px; float: right; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item:nth-child(2), .recruit .rec-vison .visionWrap .item:last-child { width: 41vw; height: 41vw; margin-top: 12px; } }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item:nth-child(2) { float: left; } }
.recruit .rec-vison .visionWrap .item:nth-child(2)::before { content: ""; width: 420px; height: 290px; background: url("../img/rec_graph02.png") no-repeat; background-size: contain; top: -5px; left: 50%; margin-left: -150px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item:nth-child(2)::before { width: 100%; height: 100%; left: 0; margin-left: 0; } }
.recruit .rec-vison .visionWrap .item:last-child { margin-top: 20px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item:last-child { float: right; margin-top: 12px; } }
.recruit .rec-vison .visionWrap .item:last-child::before { content: ""; width: 420px; height: 290px; background: url("../img/rec_graph03.png") no-repeat; background-size: contain; top: 0; left: 50%; margin-left: -150px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .visionWrap .item:last-child::before { width: 100%; height: 100%; left: 0; margin-left: 0; } }
.recruit .rec-vison .date { text-align: right; margin-top: 30px; }
@media screen and (max-width: 768px) { .recruit .rec-vison .date { text-align: center; } }
.recruit .rec-detail { padding-top: 100px; }
@media screen and (max-width: 768px) { .recruit .rec-detail { padding-top: 70px; } }
.recruit .rec-detail .detailWrap01 { position: relative; height: 500px; margin-bottom: 80px; }
@media screen and (max-width: 768px) { .recruit .rec-detail .detailWrap01 { height: auto; margin-bottom: 60px; } }
.recruit .rec-detail .detailWrap01 .rec-subtitle { position: absolute; width: 635px; color: #fff; font-size: 55px; font-weight: bold; z-index: 1; top: 100px; left: 0; }
@media screen and (max-width: 768px) { .recruit .rec-detail .detailWrap01 .rec-subtitle { position: inherit; width: auto; font-size: 28px; top: inherit; text-align: center; margin-bottom: 30px; } }
.recruit .rec-detail .detailWrap01 .rec-subtitle span { background: #000; display: inline-block; padding: 0px 15px 5px; }
@media screen and (max-width: 768px) { .recruit .rec-detail .detailWrap01 .rec-subtitle span { padding: 0px 5px 2px; } }
.recruit .rec-detail .detailWrap01 .rec-subtitle span + span { margin-top: 10px; }
.recruit .rec-detail .detailWrap01 .img { width: 500px; position: absolute; top: 0; right: 0; }
@media screen and (max-width: 768px) { .recruit .rec-detail .detailWrap01 .img { width: auto; position: inherit; } }
.recruit .rec-detail .txt01 { color: #db0c15; font-size: 28px; font-weight: bold; text-align: center; margin-bottom: 10px; }
.recruit .rec-detail .txt02 { font-size: 18px; font-weight: bold; text-align: center; }
.recruit .rec-detail .workBlock { font-size: 18px; margin: 40px auto; width: 800px; }
@media screen and (max-width: 768px) { .recruit .rec-detail .workBlock { font-size: 16px; width: 100%; } }
.recruit .rec-detail .workBlock dl { overflow: hidden; border-bottom: 1px solid #000; }
.recruit .rec-detail .workBlock dl:first-child { border-top: 1px solid #000; }
.recruit .rec-detail .workBlock dl dt, .recruit .rec-detail .workBlock dl dd { float: left; padding: 15px; }
@media screen and (max-width: 768px) { .recruit .rec-detail .workBlock dl dt, .recruit .rec-detail .workBlock dl dd { padding: 10px; } }
.recruit .rec-detail .workBlock dl dt { width: 200px; }
@media screen and (max-width: 768px) { .recruit .rec-detail .workBlock dl dt { width: 30%; white-space: nowrap; } }
.recruit .rec-detail .workBlock dl dd { border-left: 1px solid #000; }
@media screen and (max-width: 768px) { .recruit .rec-detail .workBlock dl dd { width: 70%; } }
.recruit .rec-detail .workBlock dl dd .note { padding-left: 1em; text-indent: -1em; }
.recruit .rec-detail .workBlock dl dd p + p { margin-top: 10px; }
.recruit .rec-mailBtn a { color: #fff; font-size: 18px; font-weight: bold; text-align: center; display: block; background: #db0c15; position: relative; width: 400px; padding: 20px 20px 20px 40px; margin: 0 auto 60px; }
@media screen and (max-width: 768px) { .recruit .rec-mailBtn a { width: 85%; } }
.recruit .rec-mailBtn a::before, .recruit .rec-mailBtn a::after { content: ""; position: absolute; }
.recruit .rec-mailBtn a::before { width: 25px; height: 20px; border: 2px solid #fff; top: 50%; left: 70px; margin-top: -10px; }
@media screen and (max-width: 768px) { .recruit .rec-mailBtn a::before { width: 23px; height: 18px; left: 35px; margin-top: -9px; } }
.recruit .rec-mailBtn a::after { width: 16px; height: 16px; border-top: solid 2px #fff; border-right: solid 2px #fff; -webkit-transform: rotate(135deg); transform: rotate(135deg); top: 19px; left: 75px; }
@media screen and (max-width: 768px) { .recruit .rec-mailBtn a::after { width: 14px; height: 14px; top: 20px; left: 40px; } }
.recruit .rec-contact { text-align: center; border: 2px solid #db0c15; padding: 15px; width: 800px; margin: 0 auto; }
@media screen and (max-width: 768px) { .recruit .rec-contact { width: auto; } }
.recruit .rec-contact .txt { background: #db0c15; color: #fff; font-size: 16px; font-weight: bold; padding: 10px; }
.recruit .rec-contact .mail { font-size: 20px; font-weight: bold; padding: 15px 10px 5px; }

/*# sourceMappingURL=recruit.css.map */