@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
/*
Theme Name: 株式会社ハイボール
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.wp-block-image figure,
.wp-block-image figcaption {
    display: block;
}

a.nolink,
a.nolink:hover {
    opacity: 1;
    cursor: default;
    pointer-events: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

html {
    font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
    font-family: 'Noto Sans JP', sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a,
a:link {
    color: #FF6F3C;
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
}

a:visited {
    color: #212836;
}

a:hover {
    color: #212836;
}

a:active {
    color: #212836;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* flex */
.flex,
.flexA,
.flexB,
.flexC {
    display: flex;
    flex-wrap: wrap;
}

.flexA {
    justify-content: space-around;
}

.flexB {
    justify-content: space-between;
}

.flexC {
    justify-content: center;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #212836;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}

.borderPage {
    background: url("img/common/body_bg.png") repeat left top;
    background-size: 35px auto;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

#container {
    padding-top: 83px;
    text-align: left;
    overflow: hidden;
}

.borderPage #container {
    padding-top: 0;
    border: 10px solid #FF6F3C;
}

#main {
    margin-bottom: 206px;
    display: block;
}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}

@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.4rem;
    }

    .borderPage {
        background: url("img/common/sp_body_bg.png") repeat left top;
        background-size: 14px auto;
    }

    a:hover,
    a:hover img {
        opacity: 1 !important;
    }

    .pc {
        display: none !important;
    }

    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }

    #main {
        margin-bottom: 50px;
    }

    #container {
        padding-top: 60px;
    }

    .borderPage #container {
        border: 5px solid #FF6F3C;
    }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
}

.topPage #gHeader {
    height: 150px;
    background: #fff;
}

#gHeader h1 {
    padding: 50px 0 0 50px;
    float: left;
}

#gHeader .rBox {
    padding: 41px 47px 0 0;
    float: right;
}

#gHeader .rBox .btn {
    float: left;
    margin-right: 18px;
    display: flex;
    flex-direction: row-reverse;
}

#gHeader .rBox .btn a {
    color: #fff;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    width: 215px;
    text-align: center;
    background: #FF6F3C;
    letter-spacing: 0.06em;
    border: 2px solid #faf8f8;
    box-sizing: border-box;
    border-radius: 25px;
}

#gHeader .rBox .btn a.instaBtn {
    transition: .3s;
}

#gHeader .rBox .btn .instaBtn {
    background: none;
    border: none;
    width: 79px;

}

#gHeader .rBox .btn .img {
    margin: 0 12px 0 0;
    display: inline-block;
    vertical-align: sub;
    position: relative;
}

#gHeader .rBox .btn .img .over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

#gHeader .menu {
    float: right;
    width: 52px;
    height: 52px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    position: relative;
    background-color: #FF6F3C;
    border: 2px solid #FF6F3C;
    box-sizing: border-box;
}

.menu span {
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 11px);
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
}

.menu span:nth-of-type(1) {
    top: 15px;
}

.menu span:nth-of-type(2) {
    top: 24px;
}

.menu span:nth-of-type(3) {
    top: 33px;
}

.menu.on span {
    top: 24px !important;
    opacity: 0;
}

.menu.on span:nth-of-type(1) {
    transform: rotate(45deg);
    opacity: 1;
}

.menu.on span:nth-of-type(3) {
    transform: rotate(-45deg);
    opacity: 1;
}

.menuBox {
    display: none;
    position: fixed;
    right: 0;
    top: 136px;
    width: 550px;
    background: #FF6F3C;
    z-index: 1000;
    height: calc(100% - 136px);
    overflow-y: auto;
    box-sizing: border-box;
}

.menuBox .naviUl {
    padding: 0 50px 100px 60px;
}

.menuBox .naviUl li a {
    padding: 20px 30px 19px 0;
    position: relative;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #fff;
}

.menuBox .naviUl li a:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05_02.png") no-repeat left top;
    background-size: 21px 11px;
    content: "";
    transition: .3s;
    -webkit-transition: .3s;
}

.menuBox .naviUl .blank a:before {
    margin-top: -8px;
    width: 17px;
    height: 17px;
    background: url("img/common/icon13.png") no-repeat left top;
    background-size: 17px 17px;
    content: "";
}

.menuBox .naviUl .jobtagbox {
    font-size: 1.4rem;
    margin: 5px 0 10px;
}

.menuBox .naviUl .jobtagbox span {
    background: #fff;
    color: #FF6F3C;
    padding: 3px 10px;
}

@media all and (min-width: 897px) {
    #gHeader .menu:hover {
        background: #fff;
    }

    #gHeader .menu:hover span {
        background-color: #FF6F3C;
    }

    #gHeader .rBox .btn .img img {
        transition: .3s;
    }

    #gHeader .rBox .btn a:hover {
        background-color: #fff;
        border-color: #FF6F3C;
        color: #FF6F3C;
    }

    #gHeader .rBox .btn a.instaBtn:hover {
        background: initial;
        opacity: 0.7;
    }

    #gHeader .rBox .btn a:hover .img img {
        opacity: 0;
    }

    #gHeader .rBox .btn a:hover .img .over {
        opacity: 1;
    }

    .menuBox .naviUl li a:hover:before {
        right: -15px;
    }

    #gHeader.on {
        height: 90px;
        background: #fff;
    }

    #gHeader.on h1 {
        padding: 24px 0 0 50px;
        transition: .3s;
        -webkit-transition: .3s;
    }

    #gHeader.on h1 img {
        transition: .3s;
        -webkit-transition: .3s;
        width: 228px;
    }

    #gHeader.on .rBox {
        padding-top: 24px;
        transition: .3s;
        -webkit-transition: .3s;
    }

    .borderPage #container:before {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 10px;
        background: #FF6F3C;
        content: "";
        z-index: 1001;
    }

    .borderPage:before {
        position: fixed;
        left: 0;
        top: 0;
        width: 10px;
        height: 100%;
        background: #FF6F3C;
        content: "";
        z-index: 1001;
    }

    .borderPage:after {
        position: fixed;
        right: 0;
        top: 0;
        width: 10px;
        height: 100%;
        background: #FF6F3C;
        content: "";
        z-index: 1001;
    }
}

@media all and (max-width: 896px) {
    #gHeader {
        height: 60px;
    }

    #gHeader.on {
        background: #fff;
    }

    .topPage #gHeader {
        height: 60px;
    }

    .borderPage #container:before {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 5px;
        background: #FF6F3C;
        content: "";
        z-index: 1001;
    }

    .borderPage:before {
        position: fixed;
        left: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background: #FF6F3C;
        content: "";
        z-index: 1001;
    }

    .borderPage:after {
        position: fixed;
        right: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background: #FF6F3C;
        content: "";
        z-index: 1001;
    }

    body.fixed #gHeader {
        background: #fff;
        border-bottom: none;
    }

    body.fixed #gHeader:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        box-sizing: border-box;
        border: 5px solid #FF6F3C;
        border-bottom: none;
    }

    #gHeader h1 {
        padding: 16px 0 0 24px;
        float: left;
    }

    #gHeader .rBox {
        padding: 18px 18px 0 0;
        float: right;
    }

    #gHeader .rBox .btn {
        float: left;
        margin-right: 8px;
    }

    #gHeader .rBox .btn a {
        height: 30px;
        width: 127px;
        font-size: 1.2rem;
        letter-spacing: 0.03em;
    }

    #gHeader .rBox .btn .instaBtn {
        display: none;
    }

    #gHeader .rBox .btn .img {
        margin: 6px 6px 0 0;
    }

    #gHeader .rBox .btn a:hover .img .over {
        opacity: 0 !important;
    }

    #gHeader .menu {
        float: right;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu span {
        left: calc(50% - 7px);
        width: 15px;
    }

    .menu span:nth-of-type(1) {
        top: 7px;
    }

    .menu span:nth-of-type(2) {
        top: 12px;
    }

    .menu span:nth-of-type(3) {
        top: 17px;
    }

    .menu.on span {
        top: 12px !important;
    }

    .menuBox {
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
    }

    .menuBox .naviUl {
        padding: 0 27px 50px;
    }
}

@media all and (max-width: 374px) {
    #gHeader h1 {
        padding-left: 7px;
    }

    #gHeader .rBox {
        padding-right: 7px;
    }
}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
    max-width: 1150px;
    padding: 0 20px;
    margin: 0 auto 120px;
}

#pagePath li {
    margin-right: 10px;
    display: inline;
    letter-spacing: 0.08em;
}

#pagePath li a {
    padding-right: 30px;
    display: inline-block;
    background: url("img/common/icon04.png") no-repeat right center;
    background-size: 9px auto;
}

#pagePath li img {
    margin: -3px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#pagePath li a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    #pagePath {
        max-width: inherit;
        margin: 0 auto 42px;
        padding: 0 24px;
    }

    #pagePath li {
        margin-right: 9px;
    }

    #pagePath li a {
        padding-right: 26px;
        background: url("img/common/sp_icon03.png") no-repeat right center;
        background-size: 8px auto;
    }

    #pagePath li img {
        margin: -3px 0 0;
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 39px 100px;
    border-top: 1px solid #efeded;
}

#gFooter address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-style: normal;
    text-align: center;
}

.pageTop {
    position: fixed;
    right: 49px;
    bottom: 30px;
    z-index: 500;
    width: 80px;
}

.pageTop a:hover {
    opacity: 0.7;
}

@media all and (max-width: 896px) {
    #gFooter {
        padding: 35px 0;
        background: #fff;
    }

    #gFooter address {
        padding-right: 36px;
        font-size: 1.2rem;
        text-align: center;
    }

    .pageTop {
        display: none;
        right: 25px;
        bottom: 27px;
        width: 44px;
    }

    .pageTop img {
        width: 44px;
    }
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    max-width: 1116px;
    margin: 0 auto;
    padding: 0 20px;
}

@media all and (max-width: 896px) {
    .content {
        max-width: inherit;
        padding: 0 24px;
    }
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 26px;
    padding: 93px 0 63px;
    text-align: center;
    border-bottom: 1px solid #D1CFCF;
}

.pageTitle .headLine01 .en {
    margin-bottom: 8px;
    display: block;
    font-size: 5.4rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.08em;
}

.pageTitle .headLine01 .jp {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

@media all and (max-width: 896px) {
    .pageTitle {
        margin-bottom: 13px;
        padding: 18px 0 30px;
    }

    .pageTitle .headLine01 .en {
        margin-bottom: 2px;
        font-size: 3rem;
    }

    .pageTitle .headLine01 .jp {
        font-size: 1.6rem;
    }
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    transition: transform 1s, opacity 1s;
}

.fadeInUp.on {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/

.comVisual {
    margin-bottom: 25px;
    color: #fff;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("img/recruit/com_visual_bg.jpg") no-repeat center center;
    background-size: cover;
}

.comVisual .headLine05 {
    font-size: 4.6rem;
    letter-spacing: 0.06em;
}

@media all and (max-width: 896px) {
    .comVisual {
        margin-bottom: 13px;
        height: 200px;
        background: url("img/recruit/sp_com_visual_bg.jpg") no-repeat center center;
        background-size: cover;
    }

    .comVisual .headLine05 {
        font-size: 2rem;
    }
}

.comVisual:has(video) {
    height: auto;
    display: block;
    background: none;
    width: 100%;
}

.comVisual:has(video) video {
    width: 100%;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 75px;
    padding-bottom: 40px;
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.headLine02:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #232835;
    content: "";
}

@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 50px;
        padding-bottom: 23px;
        font-size: 2.4rem;
        text-align: center;
    }

    .headLine02:before {
        margin-left: -16px;
        left: 50%;
        bottom: 0;
        width: 32px;
    }
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 20px;
    padding-bottom: 26px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #D1CFCF;
}

@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 10px;
        padding-bottom: 13px;
        font-size: 1.6rem;
    }
}

/*------------------------------------------------------------
	comTtlBox
------------------------------------------------------------*/
.comTtlBox {
    margin-bottom: 58px;
}

.headLine04 {
    position: relative;
    padding-left: 40px;
    color: #FF6F3C;
    font-size: 7rem;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0.1em;
}

.headLine04:after {
    margin-top: -7px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    background: #FF6F3C;
    content: "";
}

.comTtlBox .title {
    padding: 23px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.9;
    box-sizing: border-box;
}

@media all and (max-width: 896px) {
    .comTtlBox {
        display: block;
        margin-bottom: 44px;
    }

    .headLine04 {
        padding-left: 20px;
        font-size: 2.6rem;
    }

    .headLine04:after {
        margin-top: -3px;
        width: 6px;
        height: 6px;
    }

    .comTtlBox .title {
        width: 100%;
        padding: 16px 0 0 0;
        font-size: 1.4rem;
        line-height: 2.2;
    }
}

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
    margin-bottom: 20px;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
}

@media all and (max-width: 896px) {
    .headLine06 {
        font-size: 1.6rem;
    }
}

/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
    margin-bottom: 60px;
    color: #FF6F3C;
    font-size: 3rem;
}

.headLine07 .info {
    padding: 8px 56px 6px 0;
    position: relative;
    display: inline-block;
    letter-spacing: 0.06em;
}

.headLine07 .info:before {
    position: absolute;
    right: -50px;
    left: -2000px;
    top: 0;
    bottom: 0;
    background: #fff;
    content: "";
    z-index: -1;
}

@media all and (max-width: 896px) {
    .headLine07 {
        margin: 0 30px 25px -24px;
        font-size: 2.4rem;
    }

    .headLine07 .info {
        padding: 7px 56px 6px 22px;
        display: block;
        font-size: 2.4rem;
        background: #fff;
    }

    .headLine07 .info:before {
        display: none;
    }
}

/*------------------------------------------------------------
	comCompany
------------------------------------------------------------*/
.comCompany {
    padding: 150px 0 80px;
    position: relative;
}

.comCompany:before {
    position: absolute;
    right: -220px;
    top: 10px;
    width: 550px;
    height: 485px;
    background: url("img/index/bg10.png") no-repeat right top;
    background-size: 550px auto;
    content: "";
}

.comCompany:after {
    display: none;
    position: absolute;
    left: -120px;
    bottom: -90px;
    width: 412px;
    height: 482px;
    background: url("img/index/bg11.png") no-repeat right top;
    background-size: 412px auto;
    content: "";
}

.comCompany .comTtlBox {
    margin-bottom: 76px;
}

.comCompany .textBox {
    position: relative;
    width: 40%;
    float: left;
    color: #212836;
    box-sizing: border-box;
}

.comCompany .textBox table {
    width: 100%;
    border-collapse: collapse;
}

.comCompany .textBox th,
.comCompany .textBox td {
    padding: 15px 0;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.comCompany .textBox th {
    color: #00B8D9;
    width: 42.5%;
    font-weight: 700;
}

.comCompany .mapBox {
    padding-top: 20px;
    width: 54%;
    float: right;
}

.comCompany .mapBox iframe {
    height: 290px;
    width: 100%;
    background: #000;
    vertical-align: top;
}

@media all and (min-width: 897px) and (max-width: 1400px) {
    .comCompany .headLine04 {
        font-size: 5rem;
    }
}

@media all and (max-width: 896px) {
    .comCompany {
        padding: 95px 0 0;
        position: relative;
    }

    .comCompany:before {
        right: auto;
        left: -86px;
        top: 0;
        width: 192px;
        height: 142px;
        background: url("img/index/sp_bg09.png") no-repeat right top;
        background-size: 192px auto;
        content: "";
    }

    .comCompany:after {
        display: block;
        left: auto;
        right: -10px;
        top: 20px;
        bottom: auto;
        width: 80px;
        height: 35px;
        background: url("img/index/sp_bg10.png") no-repeat right top;
        background-size: 80px auto;
        content: "";
    }

    .comCompany .content {
        padding: 0 20px;
        position: relative;
    }

    .comCompany .content:before {
        position: absolute;
        right: -70px;
        bottom: 203px;
        width: 123px;
        height: 196px;
        background: url("img/index/sp_bg11.png") no-repeat right top;
        background-size: 123px auto;
        content: "";
    }

    .comCompany .headLine04 {
        margin: 0 -10px 0 0;
        letter-spacing: 0.06em;
    }

    .comCompany .comTtlBox {
        margin-bottom: 20px;
    }

    .comCompany .textBox {
        padding: 0;
        position: relative;
        width: 100%;
        float: none;
    }

    .comCompany .textBox th,
    .comCompany .textBox td {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 16px;
        letter-spacing: 0.06em;
    }

    .comCompany .textBox th {
        padding: 18px 0 7px;
        width: 100%;
        border-bottom: none;
    }

    .comCompany .mapBox {
        margin: 72px -24px 0;
        width: auto;
        float: none;
    }

    .comCompany .mapBox iframe {
        height: 180px;
    }
}

@media all and (max-width: 374px) {
    .comCompany .headLine04 {
        font-size: 2.2rem;
    }
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 293px;
    background: url("img/common/com_box_bg.jpg");
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

@media all and (max-width: 896px) {
    .comBox {
        height: 182px;
        background: url("img/common/sp_com_box_bg.jpg") no-repeat center center;
        background-size: cover;
    }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
    color: #fff;
    width: 514px;
    height: 100px;
    font-size: 2.4rem;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 3px solid #fff;
    letter-spacing: 0.08em;
    border-radius: 100px;
    background: #FF6F3C;
}

.comLink a:before {
    margin-top: -23px;
    position: absolute;
    right: 32px;
    top: 50%;
    width: 47px;
    height: 46px;
    background: url("img/common/icon02.png") no-repeat right center;
    background-size: 47px auto;
    content: "";
    transition: .3s;
    -webkit-transition: .3s;
}

@media all and (min-width: 897px) {
    .comLink a:hover {
        color: #FF6F3C;
        border-color: #FF6F3C;
        background: #fff;
    }

    .comLink a:hover:before {
        background: url("img/common/icon02_over.png") no-repeat right center;
        background-size: 47px auto;
    }
}

@media all and (max-width: 896px) {
    .comLink a {
        width: 260px;
        height: 50px;
        font-size: 1.6rem;
    }

    .comLink a:before {
        right: 15px;
        background: url("img/common/sp_icon06.png") no-repeat right center;
        background-size: 24px auto;
    }
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
    margin: 0 auto 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comImgBox .photoBox {
    width: 30%;
}

.comImgBox .photoBox .infoPho {
    display: block;
    border-radius: 0 20px 0 0;
}

.comImgBox .photoBox .nameSpan {
    margin-top: 10px;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.comImgBox .photoBox .nameSpan .small {
    margin-right: 25px;
    font-size: 2rem;
    font-weight: 500;
    display: block;
}

.comImgBox .textBox {
    padding-bottom: 50px;
    width: 63%;
}

.comImgBox .textBox .subBox+.subBox {
    margin-top: 30px;
}

.comImgBox .textBox h4 {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.comImgBox .textBox p {
    line-height: 2.3;
    letter-spacing: 0.06em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.comImgBox01 {
    flex-direction: row-reverse;
}

.comImgBox01 .photoBox .nameSpan {
    text-align: left;
}

.comImgBox:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 896px) {
    .comImgBox {
        max-width: inherit;
        margin: 0 0 80px;
        display: block;
    }

    .comImgBox .photoBox {
        width: 100%;
    }

    .comImgBox .photoBox img {
        width: 100%;
    }

    .comImgBox .photoBox .nameSpan {
        margin-top: 12px;
        font-size: 1.6rem;
    }

    .comImgBox .photoBox .nameSpan .small {
        margin-right: 20px;
        font-size: 1.4rem;
    }

    .comImgBox .textBox {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .comImgBox .textBox h4 {
        margin-bottom: 18px;
        font-size: 1.6rem;
    }

    .comImgBox .textBox p {
        line-height: 2.1;
    }
}

/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
    margin-bottom: 148px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.comInner01 {
    position: relative;
    flex-direction: row;
}

.comInner .photoBox {
    width: 48%;
}

.comInner .textBox {
    padding-right: 80px;
    width: 41%;
    box-sizing: border-box;
}

.comInner .photoBox img {
    width: 100%;
}

.comInner .textBox .headLine04 {
    margin-bottom: 30px;
}

.comInner .textBox p {
    line-height: 2;
}

.comInner01 .textBox {
    padding: 0 0 0 100px;
}

.comInner01:before {
    position: absolute;
    right: -164px;
    top: 140px;
    width: 402px;
    height: 354px;
    background: url("img/index/bg09.png") no-repeat left bottom;
    background-size: 402px auto;
    content: "";
}

@media all and (min-width: 897px) and (max-width: 1400px) {
    .comInner .textBox {
        padding-right: 0;
    }

    .comInner .textBox .headLine04 {
        font-size: 5rem;
    }

    .comInner01 .textBox {
        padding-left: 0;
    }
}

@media all and (max-width: 896px) {
    .comInner {
        margin-bottom: 106px;
        display: block;
    }

    .comInner01 {
        margin-bottom: 0;
    }

    .comInner .photoBox {
        width: 100%;
    }

    .comInner .textBox {
        padding-right: 0;
        margin-bottom: 40px;
        width: 100%;
        box-sizing: border-box;
    }

    .comInner .textBox .headLine04 {
        margin-bottom: 30px;
    }

    .comInner .textBox p {
        line-height: 2.05;
        letter-spacing: 0.06em;
    }

    .comInner01 .textBox {
        padding: 0;
    }

    .comInner01:before {
        display: none;
    }
}

/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore a {
    color: #fff;
    width: 350px;
    height: 68px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 3px solid #fff;
    letter-spacing: 0.08em;
    border-radius: 100px;
    background: #FF6F3C;
    box-shadow: 0 4px 0 #af1110;
}

.comMore a:before {
    margin-top: -16px;
    position: absolute;
    right: 23px;
    top: 50%;
    width: 32px;
    height: 32px;
    background: url("img/common/icon19.png") no-repeat right center;
    background-size: 32px auto;
    content: "";
    transition: .3s;
    -webkit-transition: .3s;
}

@media all and (min-width: 897px) {
    .comMore a:hover {
        color: #FF6F3C;
        border-color: #FF6F3C;
        background: #fff;
    }

    .comMore a:hover:before {
        background: url("img/common/icon19_over.png") no-repeat right center;
        background-size: 32px auto;
    }
}

@media all and (max-width: 896px) {
    .comMor {
        text-align: center;
    }

    .comMore a {
        width: auto;
        max-width: 260px;
        width: 100%;
        height: 50px;
        font-size: 1.6rem;
    }

    .comMore a:before {
        margin-top: -12px;
        right: 14px;
        width: 24px;
        height: 24px;
        background: url("img/common/sp_icon11.png") no-repeat left top;
        background-size: 24px auto;
    }
}

/*------------------------------------------------------------
	comIcon
------------------------------------------------------------*/
.comIcon {
    position: relative;
}

.comIcon:before {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 113px;
    height: 113px;
    background: url("img/common/icon15.png") no-repeat left top;
    background-size: 113px auto;
    content: "";
}

.comIcon:after {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 113px;
    height: 113px;
    background: url("img/common/icon16.png") no-repeat left top;
    background-size: 113px auto;
    content: "";
}

.comIcon01:before {
    position: absolute;
    left: -20px;
    top: auto;
    bottom: -20px;
    width: 113px;
    height: 113px;
    background: url("img/common/icon17.png") no-repeat left top;
    background-size: 113px auto;
    content: "";
}

.comIcon01:after {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 113px;
    height: 113px;
    background: url("img/common/icon18.png") no-repeat left top;
    background-size: 113px auto;
    content: "";
}

@media all and (max-width: 896px) {
    .comIcon:before {
        left: -13px;
        top: -13px;
        width: 65px;
        height: 65px;
        background: url("img/common/sp_icon07.png") no-repeat left top;
        background-size: 65px auto;
    }

    .comIcon:after {
        right: -13px;
        bottom: -13px;
        width: 65px;
        height: 65px;
        background: url("img/common/sp_icon08.png") no-repeat left top;
        background-size: 65px auto;
    }

    .comIcon01:before {
        left: -13px;
        top: -13px;
        width: 65px;
        height: 65px;
        background: url("img/common/sp_icon07.png") no-repeat left top;
        background-size: 65px auto;
    }

    .comIcon01:after {
        right: -13px;
        bottom: -13px;
        top: auto;
        width: 65px;
        height: 65px;
        background: url("img/common/sp_icon08.png") no-repeat left top;
        background-size: 65px auto;
    }
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.indexPage {
    margin-bottom: -207px;
    margin-top: 140px;
}

.indexPage .mainVisual .mainImg {
    width: 100%;
}

.indexPage .mainVisual .mainImg video {
    width: 100%;
}

.indexPage .mainVisual .txtInner {
    margin: -50px auto 0;
    padding: 0 20px;
    position: relative;
    max-width: 1367px;
    text-align: center;
}

.indexPage .mainVisual .txtInner:before {
    position: absolute;
    left: -134px;
    top: 0;
    width: 481px;
    height: 390px;
    background: url("img/index/bg01.png") no-repeat left top;
    background-size: 481px auto;
    content: "";
}

.indexPage .mainVisual .txtInner:after {
    position: absolute;
    right: -165px;
    bottom: -29px;
    width: 512px;
    height: 290px;
    background: url("img/index/bg02.png") no-repeat left top;
    background-size: 513px auto;
    content: "";
}

.indexPage .mainVisual .txtInner .infoTxtBox {
    padding: 120px 20px;
    background: #FF6F3C;
    border-radius: 0 40px 0 40px;
}

.indexPage .mainVisual .txtInner .ttl {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.89;
}

.indexPage .interviewSec {
    position: relative;
    padding: 137px 0 228px;
}

.indexPage .interviewSec:before {
    display: none;
    position: absolute;
    left: 90px;
    top: 226px;
    background: url("img/index/bg05.png") no-repeat left top;
    background-size: 167px auto;
    width: 167px;
    height: 366px;
    content: "";
}

.indexPage .interviewSec:after {
    display: none;
    position: absolute;
    right: 90px;
    top: 226px;
    background: url("img/index/bg06.png") no-repeat left top;
    background-size: 163px auto;
    width: 163px;
    height: 302px;
    content: "";
}

.indexPage .interviewSec .ulBox {
    max-width: 1200px;
    margin: 0 auto;
}

.indexPage .interviewSec .listUl {
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.indexPage .interviewSec .listUl li {
    float: left;
}

.indexPage .interviewSec .listUl li .infoPho {
    display: block;
    position: relative;
    border-radius: 0 30px 0 0;
    overflow: hidden;
}

.indexPage .interviewSec .listUl .slick-slide>div {
    width: 336px;
    padding: 0 27px;
}

.indexPage .interviewSec .listUl li a {
    display: block;
    position: relative;
}

.indexPage .interviewSec .listUl li .pho {
    display: block;
}

.indexPage .interviewSec .listUl li .pho img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.indexPage .interviewSec .listUl li .hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 65px 30px 50px;
    width: 100%;
    height: 350px;
    z-index: 2;
    font-size: 1.8rem;
    color: #fff;
    background: rgba(33, 40, 54, 0.25);
    line-height: 2.25;
    box-sizing: border-box;
    letter-spacing: 0;
    text-align: justify;
    opacity: 0;
    border-radius: 0 30px 0 0;
    transition: all 0.6s ease;
}

.indexPage .interviewSec .listUl li .txtBox {
    margin: -70px 0 0 -17px;
    display: block;
    color: #211B1B;
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    z-index: 10;
    box-sizing: border-box;
}

.indexPage .interviewSec .listUl li .txtBox .name {
    padding: 7px 26px;
    display: inline-block;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    background: #FF6F3C;
}

.indexPage .interviewSec .listUl li .txtBox .smallTxt {
    color: #fff;
    padding: 10px 26px 15px;
    display: inline-block;
    background: #FF6F3C;
}

.indexPage .interviewSec .listUl li .txtBox .info {
    display: block;
}

.indexPage .interviewSec .listUl .slick-dots {
    margin-top: 25px;
    text-align: center;
}

.indexPage .interviewSec .listUl .slick-dots li {
    float: none;
    margin: 0 17px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #fff;
}

.indexPage .interviewSec .listUl .slick-dots li button {
    display: none;
}

.indexPage .interviewSec .listUl .slick-dots li.slick-active {
    background-color: #FF6F3C;
    /*	-webkit-transform: scale(2);
	transform: scale(2);
*/
    transform-origin: center;
}

.indexPage .interviewSec .listUl .slick-prev,
.indexPage .interviewSec .listUl .slick-next {
    margin-top: -60px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 47px;
    height: 46px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.indexPage .interviewSec .listUl .slick-prev {
    left: -49px;
    background: url("img/common/prev.png") no-repeat;
    background-size: 47px 46px;
    z-index: 10;
}

.indexPage .interviewSec .listUl .slick-next {
    right: -49px;
    background: url("img/common/next.png") no-repeat;
    background-size: 47px 46px;
    z-index: 10;
}

.indexPage .interviewSec .sliderSec {
    position: relative;
}

.indexPage .interviewSec .sliderSec:before {
    position: absolute;
    left: 0;
    bottom: -45px;
    width: 100%;
    height: 305px;
    background: #00B8D9;
    content: "";
    z-index: -1;
}

.indexPage .interviewSec .sliderSec:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 326px;
    height: 261px;
    background: url("img/index/bg03.png") no-repeat left top;
    background-size: 326px auto;
    content: "";
    z-index: 1;
}

.indexPage .interviewSec .infoBox {
    position: relative;
}

.indexPage .interviewSec .infoBox:before {
    position: absolute;
    right: 0;
    bottom: -45px;
    width: 326px;
    height: 261px;
    background: url("img/index/bg04.png") no-repeat left top;
    background-size: 326px auto;
    content: "";
    z-index: 1;
}

.indexPage .aboutSec {
    margin-bottom: 250px;
    position: relative;
}

.indexPage .aboutSec:before {
    display: none;
    position: absolute;
    left: -235px;
    bottom: -210px;
    width: 617px;
    height: 751px;
    background: url("img/index/bg07.png") no-repeat left top;
    background-size: 617px auto;
    content: "";
    z-index: 1;
}

.indexPage .aboutSec:after {
    position: absolute;
    right: -127px;
    top: -362px;
    width: 668px;
    height: 650px;
    background: url("img/index/bg08.png") no-repeat left top;
    background-size: 668px auto;
    content: "";
    z-index: -1;
}

.indexPage .aboutSec .content {
    max-width: 1380px;
}

.indexPage .jobSec {
    padding: 160px 0 128px;
    /*    background: url("img/index/bg12.jpg") repeat-y left top,url("img/index/bg13.jpg") repeat-y right top;
    background-size: 528px auto,528px auto; 
*/
    background-color: #FF6F3C;
}

.indexPage .jobSec .comTtlBox {
    margin-bottom: 115px;
    align-items: flex-end;
}

.indexPage .jobSec .comTtlBox .title {
    padding: 0 0 20px;
    color: #fff;
}

.indexPage .jobSec .headLine04 {
    margin-bottom: 25px;
    color: #fff;
}

.indexPage .jobSec .headLine04:after {
    background: #fff;
}

.indexPage .jobSec .innerBox {
    margin-bottom: 110px;
}

.indexPage .jobSec .innerBox .photoBox {
    width: 72%;
    margin: 0 auto -270px;
}

.indexPage .jobSec .innerBox .photoBox:before {
    background-image: url("img/common/icon09.png");
}

.indexPage .jobSec .innerBox .photoBox:after {
    background-image: url("img/common/icon10.png");
}

.indexPage .jobSec .innerBox .photoBox .infoPho {
    padding-bottom: 62%;
    height: 0;
    display: block;
    background: no-repeat center center;
    background-size: cover;
}

.indexPage .jobSec .innerBox .textBox {
    padding: 310px 30px 70px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 0 40px 0 40px;
    box-sizing: border-box;
}

.indexPage .jobSec .innerBox .textBox .jobTagBox {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 0 12px;
}

.indexPage .jobSec .innerBox .textBox .jobTagBox span {
    background: #FFFFFF;
    color: #FF6F3C;
    margin-right: 5px;
    padding: 3px 20px;
}

.indexPage .jobSec .innerBox .textBox .jobTagBox span:last-of-type {
    margin-right: 0;
}

.indexPage .jobSec .innerBox .textBox .headLine03 {
    margin-bottom: 17px;
    padding-bottom: 21px;
}

.indexPage .jobSec .innerBox .textBox .txt {
    margin-bottom: 35px;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 2;
}

.indexPage .jobSec .comMore01 {
    padding-top: 22px;
    text-align: center;
}

.indexPage .jobSec .comMore01 a:before {
    display: none;
}

@media all and (min-width: 897px) and (max-width: 1400px) {
    .indexPage .mainVisual .txtInner:before {
        left: -49px;
        background-size: 215px auto;
    }

    .indexPage .mainVisual .txtInner:after {
        right: -44px;
        bottom: -30px;
        width: 162px;
        height: 120px;
        background: url("img/index/sp_bg02.png") no-repeat left top;
        background-size: 140px auto;
    }

    .indexPage .interviewSec .listUl .slick-prev {
        left: 10px;
    }

    .indexPage .interviewSec .listUl .slick-next {
        right: 10px;
    }
}

@media all and (min-width: 897px) {
    .indexPage .interviewSec .listUl li a:hover .hover {
        opacity: 1;
    }

    .indexPage .interviewSec .listUl li a:hover .txtBox {
        color: #212836;
    }

    .indexPage .interviewSec .listUl li a:hover .txtBox:before {
        right: -21px;
        background-image: url("img/common/icon05_02.png");
    }

    .indexPage .interviewSec .listUl li a:hover .txtBox::after {
        width: 100%;
        right: auto;
        left: 0;
    }

    .indexPage .jobSec .btnMore a::before {
        content: " ";
        position: absolute;
        top: 0;
        height: 100%;
        width: 0;
        left: auto;
        right: 0;
        background-color: #232835;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .indexPage .jobSec .btnMore a:hover {
        color: #fff;
    }

    .indexPage .jobSec .btnMore a:hover:before {
        width: 100%;
        right: auto;
        left: 0;
    }
}

@media all and (max-width: 896px) {
    .indexPage {
        margin-bottom: -51px;
        margin-top: 0;
    }

    .indexPage .mainVisual {
        margin-top: 60px;
    }

    .indexPage .mainVisual .topBox .mainImg {
        margin: -5px -5px 0;
        height: auto;
    }

    .indexPage .mainVisual .topBox .mainImg .videoBox {
        position: static;
    }

    .indexPage .mainVisual .topBox .mainImg .videoBox video {
        position: static;
        object-fit: contain;
        width: 100% !important;
        height: 100% !important;
        vertical-align: top;
        transform: none;
    }

    .indexPage .mainVisual .txtInner {
        margin: -30px 20px 0;
        padding: 0;
        max-width: inherit;
    }

    .indexPage .mainVisual .txtInner:before {
        position: absolute;
        left: -114px;
        top: 0;
        width: 245px;
        height: 173px;
        background: url("img/index/sp_bg01.png") no-repeat left top;
        background-size: 245px auto;
        content: "";
    }

    .indexPage .mainVisual .txtInner:after {
        position: absolute;
        right: -48px;
        bottom: -16px;
        width: 162px;
        height: 120px;
        background: url("img/index/sp_bg02.png") no-repeat left top;
        background-size: 162px auto;
        content: "";
    }

    .indexPage .mainVisual .txtInner .infoTxtBox {
        padding: 56px 24px;
        border-radius: 0 14px 0 14px;
    }

    .indexPage .mainVisual .txtInner .ttl {
        font-size: 1.4rem;
        line-height: 1.9;
        text-align: justify;
    }

    .indexPage .interviewSec {
        padding: 76px 0 0;
    }

    .indexPage .interviewSec:before {
        display: block;
        left: -8px;
        top: 20px;
        width: 61px;
        height: 54px;
        /*background: url("img/index/sp_bg03.png") no-repeat left top;*/
        background: none;
        background-size: 61px auto;
    }

    .indexPage .interviewSec:after {
        display: block;
        left: auto;
        right: -20px;
        top: 70px;
        width: 57px;
        height: 171px;
        /*background: url("img/index/sp_bg04.png") no-repeat left top;*/
        background: none;
        background-size: 57px auto;
    }

    .indexPage .interviewSec .content {
        padding: 0 20px;
    }

    .indexPage .interviewSec .sliderSec::before {
        display: none;
    }

    .indexPage .interviewSec .infoBox::before {
        display: none;
    }

    .indexPage .interviewSec .sliderSec::after {
        display: none;
    }

    .indexPage .interviewSec .ulBox {
        max-width: inherit;
    }

    .indexPage .interviewSec .listUl li {
        width: 100%;
        margin: 0;
    }

    .indexPage .interviewSec .listUl li .pho {
        display: block;
        position: relative;
    }

    .indexPage .interviewSec .listUl li .pho img {
        width: 100%;
    }

    .indexPage .interviewSec .listUl li .txtBox {
        font-size: 1.5rem;
        width: auto;
        margin: -70px -20px 0;
    }

    .indexPage .interviewSec .listUl li .txtBox:before {
        right: 23px;
    }

    .indexPage .interviewSec .listUl li .txtBox .name {
        font-size: 2.2rem;
    }

    .indexPage .interviewSec .listUl li .hover {
        padding: 10px 0 50px;
        position: static;
        height: auto;
        color: #212836;
        font-size: 1.4rem;
        text-align: left;
        display: block;
        line-height: 1.8;
        opacity: 1;
        background: none;
    }

    .indexPage .aboutSec {
        margin-bottom: 0;
        padding: 50px 0 166px;
        position: relative;
        background: none;
    }

    .indexPage .aboutSec:before {
        display: block;
        position: absolute;
        left: -60px;
        top: -33px;
        width: 137px;
        height: 671px;
        /*background: url("img/index/sp_bg05.png") no-repeat left top;*/
        background: none;
        background-size: 137px auto;
    }

    .indexPage .aboutSec:after {
        position: absolute;
        right: -88px;
        top: -37px;
        width: 164px;
        height: 760px;
        /*background: url("img/index/sp_bg06.png") no-repeat left top;*/
        background: none;
        background-size: 164px auto;
    }

    .indexPage .aboutSec .content {
        max-width: inherit;
        padding: 0 20px;
        position: relative;
    }

    .indexPage .aboutSec .content:before {
        position: absolute;
        left: -5px;
        bottom: -161px;
        width: 68px;
        height: 132px;
        /*background: url("img/index/sp_bg07.png") no-repeat left top;*/
        background: none;
        background-size: 68px auto;
        content: "";
    }

    .indexPage .aboutSec .content:after {
        position: absolute;
        right: -5px;
        bottom: -130px;
        width: 56px;
        height: 81px;
        /*background: url("img/index/sp_bg08.png") no-repeat left top;*/
        background: none;
        background-size: 56px auto;
        content: "";
    }

    .indexPage .aboutSec .headLine04 {
        margin-bottom: 20px;
    }

    .indexPage .jobSec {
        padding: 64px 0 85px;
        position: relative;
        /*background: url("img/index/sp_bg12.png") no-repeat left top,url("img/index/sp_bg14.png") no-repeat right top;*/
        background: none;
        background-size: 115px auto, 95px auto;
        background-color: #FF6F3C;
    }

    .indexPage .jobSec:before {
        position: absolute;
        left: -5px;
        bottom: 20px;
        width: 70px;
        height: 61px;
        /*background: url("img/index/sp_bg13.png") no-repeat left bottom;*/
        background: none;
        background-size: 70px auto;
        content: "";
    }

    .indexPage .jobSec:after {
        position: absolute;
        right: -92px;
        bottom: 17px;
        width: 173px;
        height: 184px;
        /*background: url("img/index/sp_bg15.png") no-repeat left bottom;*/
        background: none;
        background-size: 173px auto;
        content: "";
    }

    .indexPage .jobSec .content {
        padding: 0 20px;
    }

    .indexPage .jobSec .comTtlBox {
        display: block;
        margin-bottom: 72px;
    }

    .indexPage .jobSec .comTtlBox .title {
        padding: 0;
    }

    .indexPage .jobSec .headLine04 {
        margin-bottom: 20px;
    }

    .indexPage .jobSec .innerBox {
        margin-bottom: 60px;
    }

    .indexPage .jobSec .innerBox .photoBox {
        margin: 0 auto -25%;
        width: 86%;
    }

    .indexPage .jobSec .innerBox .photoBox::before {
        width: 56px;
        height: 62px;
        background-image: url("img/common/sp_icon09.png");
        background-size: 56px auto;
    }

    .indexPage .jobSec .innerBox .photoBox::after {
        width: 56px;
        height: 62px;
        background-image: url("img/common/sp_icon10.png");
        background-size: 56px auto;
    }

    .indexPage .jobSec .innerBox .textBox {
        width: 100%;
        padding: 33% 20px 50px;
        border-radius: 0 20px 0 20px;
    }

    .indexPage .jobSec .innerBox .textBox .headLine06 {
        margin-bottom: 12px;
        padding-bottom: 0;
    }

    .indexPage .jobSec .innerBox .textBox .txt {
        margin-bottom: 33px;
        line-height: 2.2;
        text-align: justify;
    }

    .indexPage .jobSec .innerBox .textBox .comMore {
        margin-right: 0;
        text-align: center;
    }

    .indexPage .jobSec .comMore01 {
        padding-top: 16px;
    }
}

/*------------------------------------------------------------
	recruitPage
------------------------------------------------------------*/
.recruitPage {
    margin-bottom: -206px;
}

.recruitPage #pagePath {
    margin-bottom: 0;
}

.recruitPage .topSec {
    padding: 120px 0 80px;
    position: relative;
}

.recruitPage .topSec:before {
    display: none;
    position: absolute;
    right: 43px;
    top: 88px;
    width: 162px;
    height: 402px;
    background: url("img/recruit/bg01.png") no-repeat right top;
    background-size: 162px auto;
    content: "";
    z-index: -1;
}

.recruitPage .topSec:after {
    position: absolute;
    left: -10px;
    top: 50px;
    width: 345px;
    height: 755px;
    background: url("img/recruit/bg02.png") no-repeat right top;
    background-size: 345px auto;
    content: "";
    z-index: 1;
}

.recruitPage .topSec .content {
    position: relative;
    z-index: 2;
}

.recruitPage .topSec .topText {
    /* max-width: 840px; */
    margin: 0 auto 140px;
    font-size: 2rem;
    position: relative;
    font-weight: 500;
    line-height: 2.5;
    text-align: justify;
    letter-spacing: 0.06em;
}

.recruitPage .topSec .topText p {
    text-align: center;
}

.recruitPage .topSec .linkList {
    justify-content: center;
    gap: 10px 2.5%;
}

.recruitPage .topSec .linkList li {
    width: 18%;
}

.recruitPage .topSec .linkList li a {
    padding: 0 15px;
    display: flex;
    height: 53px;
    position: relative;
    letter-spacing: 0.06em;
    font-weight: 500;
    background: #FFF3E0;
    border-radius: 9px;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}

.recruitPage .topSec .linkList li a:after {
    margin-top: -16px;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 32px;
    height: 32px;
    background: url("img/common/icon20.png") no-repeat right center;
    background-size: 32px auto;
    content: "";
}

@media all and (min-width: 897px) {
    .recruitPage .topSec .linkList li a:hover {
        color: #fff;
        background: #FF6F3C;
    }

    .recruitPage .topSec .linkList li a:hover:after {
        background: url("img/common/icon20_over.png") no-repeat right center;
        background-size: 32px auto;
    }
}

.recruitPage .recruitSec {
    padding: 148px 0 260px;
    position: relative;
    background: #FF6F3C;
}

.recruitPage .recruitSec:before {
    position: absolute;
    right: -57px;
    bottom: 0;
    width: 372px;
    height: 261px;
    background: url("img/recruit/bg03.png") no-repeat left top;
    background-size: 372px auto;
    content: "";
}

.recruitPage .recruitSec .headLine07 {
    position: relative;
    z-index: 20;
}

.recruitPage .recruitSec .innerBox {
    max-width: 1920px;
    margin: 0 auto;
}

.recruitPage .recruitSec .innerBox .photoBox {
    padding-top: 12px;
    float: right;
    width: 46.5%;
}

.recruitPage .recruitSec .innerBox .photoBox img {
    margin-bottom: 10px;
}

.recruitPage .recruitSec .innerBox .textBox {
    margin-top: -10px;
    float: left;
    width: 53.5%;
}

.recruitPage .recruitSec .innerBox .infoBox {
    max-width: 572px;
    margin: 0 50px 0 auto;
    padding-left: 20px;
}

.recruitPage .recruitSec .innerBox .textBox table {
    width: 100%;
    border-collapse: collapse;
}

.recruitPage .recruitSec .innerBox .textBox th,
.recruitPage .recruitSec .innerBox .textBox td {
    color: #fff;
    padding: 17px 0;
    text-align: left;
    vertical-align: middle;
    line-height: 1.9;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.06em;
}

.recruitPage .recruitSec .innerBox .textBox th {
    width: 34.5%;
}

/*--- ポイント ---*/
.recruitPage .pointSec {
    padding: 120px 0;
}

.recruitPage .pointSec .headLine07 {
    color: #FFFFFF;
}

.recruitPage .pointSec .headLine07 .info:before {
    right: 16px;
    background: #FF6F3C;
}

.recruitPage .pointSec .pointBox {
    border: 1px solid #DBE1E7;
    background: #FFFFFF;
    padding: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
}

.recruitPage .pointSec .pointBox:last-of-type {
    margin-bottom: 0;
}

.recruitPage .pointSec .pointBox figure {
    /* width: 15%; */
    width: 20%;
}

.recruitPage .pointSec .pointBox figure img {
    width: 100%;
    height: auto;
}

.recruitPage .pointSec .pointBox dl {
    /* width: 85%; */
    width: 75%;
}

.recruitPage .pointSec .pointBox dl dt {
    color: #FF6F3C;
    font-size: 2.4rem;
    font-weight: 600;
    padding: 0 0 25px;
}

.recruitPage .pointSec .pointBox dl dd {
    line-height: 2.3;
}


/*--- インタビュー ---*/
.recruitPage .interviewSec {
    padding: 130px 0 50px;
}

.recruitPage .interviewSec .comImgBox .photoBox img {
    border-radius: 0 30px 0 0;
    overflow: hidden;
}

.recruitPage .interviewSec .headLine07 {
    color: #fff;
}

.recruitPage .interviewSec .headLine07 .info:before {
    right: 16px;
    background: #FF6F3C;
}

.recruitPage .interviewSec .headLine02 {
    margin-bottom: 49px;
}

.recruitPage .interviewSec .topTxt {
    margin-bottom: 47px;
    line-height: 2.35;
    letter-spacing: 0.06em;
}

.recruitPage .interviewSec .video {
    margin-bottom: 135px;
}

.recruitPage .interviewSec .video .name {
    margin-top: 16px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.recruitPage .interviewSec .video .name .small {
    margin-right: 24px;
    font-weight: 500;
    font-size: 2rem;
}

.recruitPage .interviewSec .infoVideo video {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/*--- 業務内容 ---*/
.recruitPage .businessSec {
    position: relative;
    padding: 120px 0;
}

.recruitPage .businessSec .headLine07 {
    color: #FFFFFF;
}

.recruitPage .businessSec .headLine07 .info:before {
    right: 16px;
    background: #FF6F3C;
}

.recruitPage .businessSec .businessBox {
    width: 50%;
}

.recruitPage .businessSec .businessBox dl {
    margin: 0 0 30px;
}

.recruitPage .businessSec .businessBox dl:last-of-type {
    margin-bottom: 0;
}

.recruitPage .businessSec .businessBox dl dt {
    font-size: 2rem;
    font-weight: 600;
    padding: 0 0 10px;
    color: #FF6F3C;
}

.recruitPage .businessSec .businessBox dl dd {
    line-height: 2.3;
}

.recruitPage .businessSec .business-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.recruitPage .businessSec figure {
    width: 48vw;
    margin-right: calc(50% - 50vw);
}

.recruitPage .businessSec figure img+img {
    margin-top: 10px;
}

/*--- 福利厚生 ---*/
.recruitPage .welfareSec {
    padding: 120px 0;
}

.recruitPage .welfareSec .headLine07 {
    color: #FFFFFF;
}

.recruitPage .welfareSec .headLine07 .info:before {
    right: 16px;
    background: #FF6F3C;
}

.recruitPage .welfareSec ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 60px 5%;
}

.recruitPage .welfareSec ul>li {
    width: 30%;
    line-height: 2.3;
}

.recruitPage .welfareSec ul>li figure {
    background: #FFFFFF;
    border: 1px solid #DBE1E7;
    padding: 65px 45px 45px;
    text-align: center;
}

.recruitPage .welfareSec ul>li figure img {
    width: 100%;
    height: auto;
}

.recruitPage .welfareSec ul>li figure figcaption {
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    padding: 45px 0 0;
}

/*--- 1日のスケジュール ---*/
.recruitPage .oneDay {
    padding: 0 20px 175px;
}

.recruitPage .oneDay .content {
    max-width: 1350px;
    padding: 0 0 125px;
    background: #FFF3E0;
}

.recruitPage .oneDay h3 {
    margin-bottom: 125px;
}

.recruitPage .oneDay h3 .info {
    padding: 5px 30px 10px;
    display: inline-block;
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: #FF6F3C;
}

.recruitPage .listBox {
    margin: 0 120px;
    position: relative;
}

.recruitPage .listBox:before {
    position: absolute;
    left: 50%;
    top: -25px;
    bottom: -20px;
    width: 3px;
    background: #FF6F3C;
    content: "";
}

.recruitPage .listBox .timeBox {
    clear: both;
    width: 50%;
    margin-bottom: -15px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.recruitPage .listBox .timeBox:last-child {
    margin-bottom: 0;
}

.recruitPage .listBox .timeBox .txtInner {
    width: calc(100% - 140px);
    position: relative;
    padding: 20px 40px;
    background: #fff;
    box-sizing: border-box;
}

.recruitPage .listBox .timeBox .txtInner:before {
    margin-top: -11px;
    position: absolute;
    right: -17px;
    top: 50%;
    background: url("img/common/icon11.png") no-repeat right center;
    background-size: 19px auto;
    width: 19px;
    height: 22px;
    content: "";
}

.recruitPage .listBox .timeBox .txtInner .ttl {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.06em;
}

.recruitPage .listBox .timeBox .txtInner .txt {
    margin-top: 6px;
    letter-spacing: 0.06em;
    line-height: 1.9;
}

.recruitPage .listBox .timeBox .time {
    padding-right: 34px;
    width: 140px;
    color: #FF6F3C;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: right;
    box-sizing: border-box;
}

.recruitPage .listBox .timeBox .time:before {
    margin-top: -10px;
    position: absolute;
    right: -11px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #FF6F3C;
    content: "";
    border-radius: 50%;
}

.recruitPage .listBox .timeBox01 {
    float: right;
    flex-direction: row;
}

.recruitPage .listBox .timeBox01 .txtInner:before {
    right: auto;
    left: -17px;
    background-image: url("img/common/icon12.png");
}

.recruitPage .listBox .timeBox01 .time {
    text-align: left;
    padding: 0 0 0 32px;
}

.recruitPage .listBox .timeBox01 .time02 {
    padding-left: 45px;
}

.recruitPage .listBox .timeBox01 .time:before {
    position: absolute;
    left: -9px;
    right: auto;
}

.recruitPage .companySec {
    padding: 200px 0 180px;
    background: url("img/recruit/bg06.png") no-repeat left bottom, url("img/recruit/bg07.png") no-repeat right top;
    background-size: 240px auto, 336px auto;
    background-color: #FF6F3C;
}

.recruitPage .companySec .comImgBox {
    margin-bottom: 100px;
    flex-direction: row-reverse;
}

.recruitPage .companySec .comImgBox01 {
    flex-direction: row;
}

.recruitPage .companySec .comImgBox:last-child {
    margin-bottom: 0;
}

.recruitPage .companySec .photoBox {
    width: 56%;
}

.recruitPage .companySec .photoBox:before {
    background-image: url("img/common/icon09.png");
}

.recruitPage .companySec .photoBox:after {
    background-image: url("img/common/icon10.png");
}

.recruitPage .companySec .textBox {
    width: 40%;
}

.recruitPage .companySec .textBox .headLine06 {
    margin-bottom: 38px;
    text-align: left;
}

.recruitPage .companySec .textBox p {
    color: #fff;
    line-height: 2.4;
}

.recruitPage .comCompany {
    padding: 110px 0 146px;
}

.recruitPage .comCompany:before {
    right: -165px;
    top: -20px;
    width: 435px;
    height: 612px;
    background-image: url("img/recruit/bg.png");
    background-size: 435px auto;
}

.recruitPage .comCompany:after {
    left: -106px;
    bottom: -15px;
    width: 382px;
    height: 468px;
    background-image: url("img/recruit/bg0.png");
    background-size: 382px auto;
}

.recruitPage .comCompany .headLine07 {
    color: #fff;
}

.recruitPage .comCompany .headLine07 .info:before {
    background: #FF6F3C;
}

.recruitPage .FormSec {
    padding: 100px 0;
}

.recruitPage .FormSec .headLine07 {
    color: #FFFFFF;
}

.recruitPage .FormSec .headLine07 .info:before {
    background: #FF6F3C;
}

@media all and (min-width: 897px) and (max-width: 1400px) {
    .recruitPage .recruitSec .innerBox .infoBox {
        margin: 0 40px 0 auto;
    }

    .recruitPage .topSec::before {
        right: 0;
        top: 0;
        background-size: 100px auto;
    }

    .recruitPage .topSec::after {
        left: -160px;
        top: 256px;
        background-size: 200px auto;
    }

    .recruitPage .listBox {
        margin: 0 20px;
    }
}

@media all and (max-width: 896px) {
    .recruitPage {
        margin-bottom: -51px;
    }

    .recruitPage #pagePath {
        margin-bottom: 23px;
    }

    .recruitPage .topSec {
        padding: 0 0 20px;
        margin: 0 auto;
    }

    .recruitPage .topSec:before {
        display: none;
    }

    .recruitPage .topSec:after {
        display: none;
    }

    .recruitPage .topSec .content {
        padding: 0 20px;
    }

    .recruitPage .topSec .topText {
        margin: 0 auto 49px;
        font-size: 1.4rem;
        line-height: 2.15;
    }

    .recruitPage .topSec .linkList li {
        width: 100%;
    }

    .recruitPage .topSec .linkList li a {
        height: 62px;
    }

    .recruitPage .recruitSec {
        padding: 62px 0 70px;
    }

    .recruitPage .recruitSec:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 123px;
        height: 84px;
        background-image: url("img/recruit/sp_bg01.png");
        background-size: 123px auto;
        content: "";
    }

    .recruitPage .recruitSec:after {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 127px;
        height: 102px;
        background: url("img/recruit/sp_bg02.png") no-repeat left top;
        background-size: 127px auto;
        content: "";
        z-index: 1;
    }

    .recruitPage .recruitSec .innerBox {
        max-width: inherit;
        margin: 0 20px;
        padding: 0;
    }

    .recruitPage .recruitSec .innerBox .photoBox {
        padding-top: 12px;
        float: none;
        width: auto;
        margin: 0;
        position: relative;
        z-index: 2;
    }

    .recruitPage .recruitSec .innerBox .photoBox img {
        width: 100%;
    }

    .recruitPage .recruitSec .innerBox .textBox {
        margin: -10px auto 43px;
        float: none;
        width: auto;
    }

    .recruitPage .recruitSec .innerBox .infoBox {
        max-width: inherit;
        margin: 0;
        padding: 0;
    }

    .recruitPage .comBox {
        position: relative;
        z-index: 10;
    }

    .recruitPage .recruitSec .innerBox .textBox th,
    .recruitPage .recruitSec .innerBox .textBox td {
        float: left;
        width: 100%;
        padding: 0 0 16px;
        line-height: 1.9;
    }

    .recruitPage .recruitSec .innerBox .textBox th {
        padding: 20px 0 0;
        width: 100%;
        border-bottom: none;
    }

    /*--- ポイント ---*/
    .recruitPage .pointSec {
        padding: 62px 0;
    }

    .recruitPage .pointSec .headLine07 {
        margin-bottom: 36px;
    }

    .recruitPage .pointSec .headLine07 .info {
        background: #FF6F3C;
    }

    .recruitPage .pointSec .pointBox {
        padding: 50px 25px;
        margin: 0 0 30px;
        text-align: center;
    }

    .recruitPage .pointSec .pointBox figure {
        width: 100%;
        text-align: center;
        margin: 0 0 25px;
    }

    .recruitPage .pointSec .pointBox figure img {
        height: auto;
    }

    .recruitPage .pointSec .pointBox dl {
        width: 100%;
    }

    .recruitPage .pointSec .pointBox dl dt {
        font-size: 1.6rem;
        padding: 0 0 15px;
    }

    /*--- インタビュー ---*/
    .recruitPage .interviewSec {
        padding: 80px 0 82px;
        position: relative;
        background: none;
    }

    .recruitPage .interviewSec:before {
        position: absolute;
        right: -36px;
        top: 10px;
        width: 108px;
        height: 643px;
        background: url("img/recruit/sp_bg07.png") no-repeat right top;
        background-size: 108px auto;
        content: "";
    }

    .recruitPage .interviewSec .comImgBox {
        margin: 0 -4px 80px;
    }

    .recruitPage .interviewSec .comImgBox:last-child {
        margin-bottom: 0;
    }

    .recruitPage .interviewSec .headLine07 {
        margin-bottom: 36px;
    }

    .recruitPage .interviewSec .headLine07 .info {
        background: #FF6F3C;
    }

    .recruitPage .interviewSec .topTxt {
        margin: 0 -4px 37px;
        line-height: 2.35;
    }

    .recruitPage .interviewSec .video {
        margin: 0 -24px 70px;
    }

    .recruitPage .interviewSec .video .name {
        margin: 12px 17px 0;
        font-size: 1.6rem;
    }

    .recruitPage .interviewSec .video .name .small {
        margin-right: 20px;
        font-size: 1.4rem;
    }

    /*--- 業務内容 ---*/
    .recruitPage .businessSec {
        padding: 62px 0;
    }

    .recruitPage .businessSec .headLine07 .info {
        background: #FF6F3C;
    }

    .recruitPage .businessSec .headLine06 {
        margin-bottom: 32px;
    }

    .recruitPage .businessSec .businessBox {
        width: 100%;
        padding: 5% 0 0;
    }

    .recruitPage .businessSec figure {
        width: 100%;
        margin: 0;
    }

    /*--- 福利厚生 ---*/
    .recruitPage .welfareSec {
        padding: 62px 0;
    }

    .recruitPage .welfareSec .headLine07 {
        margin-bottom: 36px;
    }

    .recruitPage .welfareSec .headLine07 .info {
        background: #FF6F3C;
    }

    .recruitPage .welfareSec .headLine06 {
        margin-bottom: 32px;
    }

    .recruitPage .welfareSec ul>li {
        width: 100%;
        text-align: center;
    }

    .recruitPage .welfareSec ul>li figure {
        padding: 35px;
    }

    .recruitPage .welfareSec ul>li figure img {
        height: auto;
    }

    .recruitPage .welfareSec ul>li figure figcaption {
        font-size: 1.6rem;
        padding: 20px 0 0;
    }

    /*--- 1日のスケジュール ---*/
    .recruitPage .oneDay {
        padding: 0;
        background: #F2F3F2;
    }

    .recruitPage .oneDay .content {
        padding-bottom: 60px;
    }

    .recruitPage .oneDay h3 {
        margin-bottom: 52px;
    }

    .recruitPage .oneDay h3 .info {
        padding: 14px 22px 10px;
        font-size: 1.6rem;
    }

    .recruitPage .listBox {
        margin: 0 20px;
    }

    .recruitPage .listBox:before {
        position: absolute;
        left: 10px;
        top: 0px;
        bottom: 0px;
        width: 3px;
    }

    .recruitPage .listBox .timeBox {
        clear: both;
        width: 100%;
        margin-bottom: 15px;
        flex-direction: row;
    }

    .recruitPage .listBox .timeBox:last-child {
        margin-bottom: 0;
    }

    .recruitPage .listBox .timeBox .txtInner {
        width: calc(100% - 110px);
        padding: 8px 10px 12px 14px;
    }

    .recruitPage .listBox .timeBox .txtInner:before {
        margin-top: -11px;
        position: absolute;
        right: auto;
        left: -14px;
        top: 50%;
        background: url("img/common/sp_icon05.png") no-repeat right center;
        background-size: 17px auto;
        width: 17px;
        height: 16px;
        content: "";
    }

    .recruitPage .listBox .timeBox .txtInner .ttl {
        font-size: 1.4rem;
    }

    .recruitPage .listBox .timeBox .txtInner .txt {
        margin-top: 4px;
        font-size: 1.2rem;
        line-height: 1.6;
        text-align: justify;
    }

    .recruitPage .listBox .timeBox .time {
        padding: 0 0 0 34px;
        width: 110px;
        font-size: 1.6rem;
        text-align: left;
    }

    .recruitPage .listBox .timeBox .time:before {
        margin-top: -10px;
        right: auto;
        left: 4px;
        top: 50%;
        width: 15px;
        height: 15px;
    }

    .recruitPage .listBox .timeBox01 {
        float: none;
    }

    .recruitPage .listBox .timeBox01 .txtInner:before {
        right: auto;
        left: -14px;
        background-image: url("img/common/sp_icon05.png");
    }

    .recruitPage .listBox .timeBox01 .time02 {
        padding-left: 45px;
    }

    .recruitPage .listBox .timeBox01 .time:before {
        position: absolute;
        left: 4px;
        right: auto;
    }

    .recruitPage .companySec {
        margin-top: 65px;
        position: relative;
        padding: 57px 0 137px;
        background: url("img/recruit/sp_bg03.png") no-repeat left top 10px;
        background-size: 74px auto;
        background-color: #FF6F3C;
    }

    .recruitPage .companySec:before {
        position: absolute;
        right: -100px;
        top: -90px;
        width: 173px;
        height: 184px;
        background: url("img/recruit/sp_bg04.png") no-repeat left top;
        background-size: 173px auto;
        content: "";
    }

    .recruitPage .companySec:after {
        position: absolute;
        left: -14px;
        bottom: 10px;
        width: 83px;
        height: 117px;
        background: url("img/recruit/sp_bg05.png") no-repeat left top;
        background-size: 83px 117px;
        content: "";
    }

    .recruitPage .companySec .content {
        position: relative;
        z-index: 2;
    }

    .recruitPage .companySec .content:before {
        position: absolute;
        right: 3px;
        bottom: -123px;
        width: 72px;
        height: 75px;
        background: url("img/recruit/sp_bg06.png") no-repeat right bottom;
        background-size: 72px auto;
        content: "";
    }

    .recruitPage .companySec .comImgBox {
        max-width: inherit;
        display: block;
        padding: 0;
        margin-bottom: 117px;
    }

    .recruitPage .companySec .comImgBox:last-of-type {
        margin-bottom: 0;
    }

    .recruitPage .companySec .photoBox {
        width: 100%;
    }

    .recruitPage .companySec .photoBox img {
        width: 100%;
    }

    .recruitPage .companySec .photoBox:before {
        background-image: url("img/common/sp_icon09.png");
        background-size: 56px auto;
        width: 56px;
        height: 62px;
    }

    .recruitPage .companySec .photoBox:after {
        background-image: url("img/common/sp_icon10.png");
        background-size: 56px auto;
        width: 56px;
        height: 62px;
    }

    .recruitPage .companySec .comImgBox01 {
        position: relative;
    }

    .recruitPage .companySec .comImgBox01:before {
        position: absolute;
        left: -30px;
        bottom: -65px;
        width: 70px;
        height: 50px;
        background: url("img/recruit/sp_bg11.png") no-repeat left top;
        background-size: 70px auto;
        content: "";
    }

    .recruitPage .companySec .comImgBox01:after {
        position: absolute;
        right: -8px;
        bottom: -108px;
        width: 59px;
        height: 50px;
        background: url("img/recruit/sp_bg12.png") no-repeat left top;
        background-size: 59px auto;
        content: "";
    }

    .recruitPage .companySec .textBox {
        margin-bottom: 26px;
        width: auto;
    }

    .recruitPage .companySec .textBox .headLine06 {
        margin-bottom: 19px;
        font-size: 2.4rem;
    }

    .recruitPage .companySec .textBox p {
        line-height: 2.15;
    }

    .recruitPage .comCompany {
        padding: 67px 0 100px;
    }

    .recruitPage .comCompany .headLine07 {
        margin-bottom: 30px;
    }

    .recruitPage .comCompany .headLine07 .info {
        background: #FF6F3C;
    }

    .comCompany .mapBox {
        margin-top: 32px;
    }

    .recruitPage .comCompany:before {
        right: auto;
        left: 47px;
        top: 26px;
        width: 35px;
        height: 29px;
        background: url("img/recruit/sp_bg08.png") no-repeat left top;
        background-size: 35px auto;
    }

    .recruitPage .comCompany:after {
        left: auto;
        right: -80px;
        top: 111px;
        bottom: 0;
        width: 165px;
        height: 109px;
        background: url("img/recruit/sp_bg09.png") no-repeat left top;
        background-size: 165px auto;
    }

    .recruitPage .comCompany .content:after {
        position: absolute;
        left: 22px;
        bottom: -90px;
        width: 52px;
        height: 45px;
        background: url("img/recruit/sp_bg10.png") no-repeat left top;
        background-size: 52px auto;
        content: "";
    }

    .recruitPage .FormSec {
        padding: 62px 0;
    }

    .recruitPage .FormSec .headLine07 .info {
        background: #FF6F3C;
        color: #FFFFFF;
    }
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage .topTxt {
    margin: 0 0 68px 3px;
    letter-spacing: 0.06em;
}

.contactPage table {
    margin-bottom: 158px;
    width: 100%;
    border-collapse: collapse;
    word-break: break-all;
}

.contactPage th,
.contactPage td {
    padding: 28px 0 28px 58px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #D1CFCF;
}

.contactPage th {
    padding: 20px 50px 20px 0;
    width: 29%;
    font-weight: 500;
}

.contactPage td {
    font-size: 1.3rem;
    position: relative;
}

.contactPage th .must {
    float: right;
    width: 44px;
    color: #fff;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    background: #FF6F3C;
    text-align: center;
}

.contactPage th .optional {
    float: right;
    width: 44px;
    color: #FF6F3C;
    border: 1px solid #FF6F3C;
    box-sizing: border-box;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    background: #fff;
    text-align: center;
}

.contactPage td:before {
    position: absolute;
    left: 0;
    top: 27px;
    width: 1px;
    bottom: 27px;
    background: #D1CFCF;
    content: "";
}

.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="tel"],
.contactPage td input[type="number"],
.contactPage td select,
.contactPage td textarea {
    width: 100%;
    height: 58px;
    color: #212836;
    font-size: 1.3rem;
    padding: 5px 10px 5px 23px;
    -webkit-appearance: none;
    box-sizing: border-box;
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 4px;
}

.contactPage td .wid01 {
    width: 98px !important;
}

.contactPage td .ico {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.6rem;
}

.contactPage td .add {
    margin-bottom: 20px;
}

.contactPage td textarea {
    height: 265px;
    resize: vertical;
    padding: 20px 10px 20px 23px;
}

.contactPage .txtP {
    margin-bottom: 45px;
    line-height: 1.9;
    text-align: center;
}

.contactPage .txtP a {
    text-decoration: underline;
}

.contactPage .txtP a:hover {
    opacity: 0.7;
}

.contactPage .agreeTxt {
    width: 460px;
    margin: 0 auto 100px;
    padding: 12px 10px 16px 80px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}

.contactPage .agreeTxt input[type="checkbox"] {
    display: none;
}

.contactPage .agreeTxt input[type="checkbox"]~span {
    background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
    background-size: 16px 16px;
    display: block;
    min-height: 16px;
    padding: 4px 0 6px 26px;
}

.contactPage .agreeTxt input[type="checkbox"]:checked~span {
    background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
    background-size: 16px 16px;
}

.contactPage .submit {
    text-align: center
}

.contactPage .submit li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
}

.ajax-loader {
    display: none !important;
}

.contactPage .submit li .info01 {
    display: block;
    position: relative;
    background: #212836;
    border: 1px solid #212836;
}

.contactPage .submit li .info02 {
    position: relative;
    z-index: 2;
}

.contactPage .submit li .info01:before {
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05_01.png") no-repeat left center;
    background-size: 21px 11px;
    content: "";
    z-index: 3;
    transition: .3s;
    -webkit-transition: .3s;
}

.contactPage .submit li .info01:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    background-color: #fff;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.contactPage .submit .back .info01:before {
    margin-top: -5px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px 11px;
    content: "";
}

.contactPage .submit li input {
    color: #fff;
    width: 258px;
    height: 48px;
    font-size: 1.6rem;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    background: none;
}

.contactPage .submit li input:disabled {
    cursor: default;
    pointer-events: none;
}

.contactPage .submit .back .info01 {
    background: #919191;
    border-color: #919191;
}

.contactPage .submit li.disabled .info01 {
    background: #CECECE;
    border-color: #CECECE;
}

.contactPage .submit li.disabled .info01:after {
    display: none;
}

.contactPage .errTop {
    margin-bottom: 16px;
    padding: 18px 10px;
    color: #C1272D;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: 3px solid #C1272D;
    background: #FCDEDD;
    text-align: center;
}

.contactPage .errTop img {
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
    background: #FCDEDD;
    border: 1px solid #C1272D;
}

.contactPage .error td .errorTxt {
    margin: 2px 0 -22px;
    display: block;
    color: #DE2B2B;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 1.4rem;
}

.contactPage .confirmTab th,
.contactPage .confirmTab td {
    height: 60px;
}

.contactPage .confirmTab td .add {
    margin-bottom: 4px;
}

.thanks .title {
    margin-bottom: 32px;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.06em;
}

.thanks .thanksTxt {
    margin-bottom: 180px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: center;
}

.thanks .linkBtn a {
    margin: 0 auto;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    width: 256px;
    color: #fff;
    text-align: center;
    position: relative;
    background: #212836;
    border: 1px solid #212836;
    box-sizing: border-box;
}

.thanks .linkBtn a:before {
    margin-top: -4px;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px auto;
    content: "";
    z-index: 3;
    transition: .3s;
    -webkit-transition: .3s;
}

.thanks .linkBtn .info {
    position: relative;
    z-index: 2;
}

.thanks .linkBtn a:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    background-color: #fff;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media all and (min-width: 897px) {
    .contactPage .submit li:hover .info01:after {
        width: 100%;
        right: auto;
        left: 0;
    }

    .contactPage .submit li:hover .info01:before {
        right: -21px;
        background-image: url("img/common/icon08.png");
    }

    .contactPage .submit li.disabled:hover .info01:before {
        right: 10px;
        background-image: url("img/common/icon05_01.png");
    }

    .contactPage .submit li:hover input {
        color: #212836;
    }

    .contactPage .submit li.disabled:hover input {
        color: #fff;
    }

    .contactPage .submit li.back:hover .info01:before {
        left: -21px;
        background-image: url("img/common/icon14.png");
    }

    .thanks .linkBtn a:hover {
        color: #212836;
    }

    .thanks .linkBtn a:hover:before {
        background-image: url("img/common/icon14.png");
        left: -21px;
    }

    .thanks .linkBtn a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
}

@media all and (max-width: 896px) {
    .contactPage .topTxt {
        margin: 0 0 17px;
        line-height: 1.9;
        text-align: center;
    }

    .contactPage table {
        margin-bottom: 48px;
    }

    .contactPage th,
    .contactPage td {
        float: left;
        width: 100%;
        padding: 0 0 25px;
        box-sizing: border-box;
    }

    .contactPage th .must,
    .contactPage th .optional {
        margin-left: 10px;
    }

    .contactPage th {
        padding: 22px 0 10px;
        width: auto;
        border: none;
    }

    .contactPage td:before {
        display: none;
    }

    .contactPage td input[type="text"],
    .contactPage td input[type="email"],
    .contactPage td input[type="tel"],
    .contactPage td textarea {
        height: 58px;
        font-size: 1.2rem;
        padding: 5px 10px 5px 25px;
    }

    .contactPage td {
        font-size: 1.4rem;
    }

    .contactPage td .wid01 {
        width: 124px !important;
    }

    .contactPage td .ico {
        margin-right: 7px;
    }

    .contactPage td .add {
        margin-bottom: 20px;
    }

    .contactPage td textarea {
        height: 180px;
        padding: 20px 10px 20px 25px;
    }

    .contactPage .txtP {
        margin-bottom: 23px;
        line-height: 1.85;
    }

    .contactPage .agreeTxt {
        width: auto;
        margin: 0 auto 51px;
        padding: 14px 10px 14px 30px;
        text-align: center;
    }

    .contactPage .agreeTxt span.wpcf7-list-item {
        margin: 0 !important;
    }

    .contactPage .submit li {
        margin: 0 0 15px;
        display: block;
    }

    .contactPage .submit li:last-child {
        margin-bottom: 0;
    }

    .contactPage .submit li span:before {
        right: 17px;
    }

    .contactPage .submit li input {
        width: 100%;
        height: 60px;
    }

    .contactPage .errTop {
        margin-bottom: 18px;
        padding: 23px 10px 20px;
        font-size: 1.6rem;
        border-width: 2px;
        line-height: 1.9;
    }

    .contactPage .errTop img {
        margin: 0 auto 5px;
        display: block;
    }

    .contactPage .error td .errorTxt {
        margin: 3px 0 -19px;
        font-size: 1.1rem;
    }

    .contactPage .confirmTab th,
    .contactPage .confirmTab td {
        padding: 21px 0 7px;
        height: auto;
        line-height: 2;
    }

    .contactPage .confirmTab td {
        padding: 0 0 20px;
    }

    .contactPage .confirmTab td .add {
        margin-bottom: 4px;
    }

    .thanks .title {
        margin-bottom: 22px;
        font-size: 2.4rem;
    }

    .thanks .thanksTxt {
        margin-bottom: 37px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.9;
    }

    .thanks .linkBtn a {
        margin: 0 auto;
        height: 60px;
        width: 100%;
        font-size: 1.6rem;
        max-width: 450px;
        letter-spacing: 0.06em;
    }

    .thanks .linkBtn a:before {
        left: 16px;
    }
}

@media all and (max-width: 374px) {
    .contactPage .txtP {
        margin: 0 -17px 23px;
    }

    .contactPage .agreeTxt {
        padding: 14px 5px 14px 10px;
        font-size: 1.3rem;
    }
}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
    margin-bottom: 240px;
}

.privacy p {
    margin-bottom: 4px;
    line-height: 2.3;
    letter-spacing: 0.06em;
}

.privacy h5 {
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.privacy .txt01 {
    margin-bottom: 65px;
}

.privacy .txt02 {
    margin-bottom: 72px;
}

.privacy .txt03 {
    margin-bottom: 35px;
}

.privacy .txt04 {
    margin-bottom: 0;
}

@media all and (max-width: 896px) {
    .privacy {
        margin-bottom: 110px;
    }

    .privacy .pageTitle {
        padding: 28px 0 30px;
    }

    .privacy .pageTitle .headLine01 .en {
        margin-bottom: 8px;
        font-size: 3.2rem;
    }

    .privacy .pageTitle .headLine01 .jp {
        font-size: 2rem;
    }

    .privacy #pagePath {
        margin-bottom: 56px;
    }

    .privacy p {
        margin-bottom: 3px;
        line-height: 1.85;
        letter-spacing: 0.01em;
    }

    .privacy h5 {
        margin-bottom: 3px;
        letter-spacing: 0.01em;
    }

    .privacy .txt01 {
        margin-bottom: 57px;
    }

    .privacy .txt02 {
        margin-bottom: 60px;
    }

    .privacy .txt03 {
        margin-bottom: 27px;
    }

    .privacy .txt04 {
        margin-bottom: 0;
    }
}

.wpcf7-response-output {
    display: none !important;
}

/* カスタマイズ職種一覧をまとめる */
.comMore-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.line {
    border: solid 2px #fff;
    padding: .2rem .5rem
}

.small {
    font-size: 1.4rem;
}

.main-visual-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0; /* 余白をリセット */
}