@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Oswald:wght@300;400;500;600;700&family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Ubuntu:wght@400;500;700&display=swap');
/*
Theme Name: Lincom-R 
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;
}
.oswald {
    font-family: 'Oswald', sans-serif;
}
.roboto {
    font-family: 'Roboto Condensed', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    box-sizing: inherit !important;
    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: #212836;
    text-decoration: none;
    transition: all ease 0.3s;
}
a:visited {
    color: #212836;
}
a:hover {
    color: #212836;
}
a:active {
    color: #212836;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #212836;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.375;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#container {
    text-align: left;
}
#container.bgContainer {
    position: relative;
    background: url(img/common/body_bg.png) repeat left top;
    background-size: 35px auto;
    border: 10px solid #D84545;
}
#main {
    padding-top: 146px;
    display: block;
}
.bgContainer #main {
    padding-top: 136px;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
    .menuBox {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.4rem;
        line-height: 1.857;
    }
    body.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
    #container.bgContainer {
        background-size: 14px auto;
        border-width: 5px;
    }
    #main {
        padding-top: 60px;
    }
    .bgContainer #main {
        padding-top: 55px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background-color: white;
}
.bgContainer #gHeader::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #D84545;
    border-bottom: none;
    box-sizing: border-box;
    content: "";
}
.hInner {
    height: 146px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 8px 20px 0;
    box-sizing: border-box;
}
.hInner h1 {
    margin-top: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px;
}
.hInner .link {
    position: absolute;
    top: 52px;
    right: 61px;
    width: 193px;
}
.hInner .link a {
    display: block;
    color: white;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 4px 10px 5px;
    font-weight: 500;
    border-radius: 50px;
    border: 2px solid #FAF8F8;
    background-color: #D84545;
}
.hInner .naviUl {
    display: flex;
    justify-content: center;
}
.hInner .naviUl > li {
    margin: 0 31px;
    z-index: 1;
}
.hInner .naviUl > li > a {
    padding: 5px 0;
    font-weight: bold;
    color: #D84545;
    position: relative;
    letter-spacing: 0.06em;
}
.hInner .naviUl > li > a:before {
    width: 100%;
    height: calc(100% + 80px);
    background-color: white;
    position: absolute;
    top: -40px;
    left: 0;
    content: "";
    z-index: -1;
}
.hInner .naviUl > li > a:after {
    width: calc(100% + 5px);
    height: 3px;
    background-color: #D84545;
    position: absolute;
    bottom: 0;
    left: -4px;
    content: "";
    opacity: 0;
}
.hInner .naviUl > li.on > a:after {
    opacity: 1;
}
.hInner .jsBox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 24px;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}
.hInner .jsBox .sub {
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.hInner .jsBox .sub .lBox {
    width: 28.8%;
}
.hInner .jsBox .sub .lBox img {
    width: 100%;
}
.hInner .jsBox .sub .rBox {
    flex: 1;
    padding: 27px 86px;
}
.hInner .jsBox .subUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hInner .jsBox .subUl li {
    margin: 10px 0;
    width: 38%;
}
.hInner .jsBox .subUl li a {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #212836;
    letter-spacing: 0.06em;
    background: url("img/common/icon04.png") no-repeat right center;
    background-size: 26px auto;
}
.hInner .jsBox .subUl li a:hover {
    opacity: 0.7;
}
@media all and (min-width: 897px) {
    .hInner .link a:hover {
        color: #D84545;
        background-color: #fff;
        border-color: #D84545;
    }
}
@media all and (max-width: 896px) {
    .bgContainer #gHeader::before {
        border-width: 5px;
    }
    .hInner {
        height: 60px;
        display: block;
        padding: 13px 24px;
    }
    .hInner .link {
        display: none;
    }
    .hInner .naviUl {
        display: none;
    }
    .hInner h1 {
        position: relative;
        top: auto;
        transform: none;
        left: 0;
        width: 135px;
    }
    #gHeader .menu {
        position: absolute;
        top: 18px;
        right: 17px;
    }
    #gHeader .menu.on a {
        display: block;
        transition: none;
        background: url("img/common/close.png") no-repeat center center;
        background-size: 31px auto;
    }
    #gHeader .menu.on a img {
        visibility: hidden;
    }
    .menuBox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 0 24px;
        z-index: 1000;
        box-sizing: border-box;
        background-color: #D84545;
    }
    .menuBox .naviUl {
        margin: 68px 0 25px;
        border-bottom: 1px solid #fff;
    }
    .menuBox .naviUl > li > a {
        padding: 17px 0;
        display: block;
        font-size: 1.6rem;
        letter-spacing: 0.06em;
        color: #fff;
        font-weight: 500;
        background: url("img/common/icon06.png") no-repeat right center;
        background-size: 21px auto;
        border-top: 1px solid #fff;
    }
    .menuBox .naviUl > li:first-child > a {
        border-top: none;
    }
    .menuBox .subUl {
        margin: -3px 0 23px 15px;
        font-family: 'Noto Sans JP', sans-serif;
    }
    .menuBox .subUl li {
        margin-bottom: 12px;
    }
    .menuBox .subUl a {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.06em;
        color: #fff;
    }
    .menuBox .link {
        margin: 0 auto 50px;
        width: 258px;
    }
    .menuBox .link a {
        display: block;
        font-size: 1.6rem;
        color: white;
        text-align: center;
        letter-spacing: 0.06em;
        padding: 9px 50px 11px;
        font-weight: 500;
        border-radius: 50px;
        border: 3px solid #FAF8F8;
        box-shadow: 0 5px #AF1110;
        background: #D84545 url(img/common/icon03.png) no-repeat right 15px center / 24px auto;
    }
    .menuBox .naviUl > li > a[target="_blank"] {
        background-image: url("img/common/icon_win.png");
        background-size: 17px auto;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    position: relative;
    background-color: #D84545;
    overflow: hidden;
}
#gFooter::before {
    width: 350px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(img/common/f_bg01.png) no-repeat left center / 350px auto;
    content: "";
}
#gFooter::after {
    width: 350px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(img/common/f_bg02.png) no-repeat right center / 350px auto;
    content: "";
}
#gFooter .pageTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 200;
}
#gFooter .pageTop a:hover {
    opacity: 0.7;
}
.fInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1110px;
    margin: 0 auto;
    padding: 103px 20px 104px;
}
.fInner .rBox {
    flex: 1;
    padding: 10px 0 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.fInner .rBox a {
    color: white;
}
.fInner .rBox a:hover {
    opacity: 0.7;
}
.fInner .naviUl {
    margin-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
}
.fInner .naviUl > li {
    width: 210px;
    margin-left: 45px;
}
.fInner .naviUl > li p {
    letter-spacing: 0.06em;
    font-weight: 500;
}
.fInner .naviUl a[target="_blank"] {
    padding-right: 22px;
    background: url("img/common/icon_win.png") no-repeat right center;
    background-size: auto;
    background-size: 17px auto;
}
.fInner .naviUl > li .subUl {
    margin: 5px 0 38px 5px;
}
.fInner .naviUl > li .subUl:last-child {
    margin-bottom: 0;
}
.fInner .naviUl > li .subUl li {
    margin-bottom: 3px;
    padding-left: 20px;
    font-size: 1.4rem;
    position: relative;
    letter-spacing: 0.06em;
}
.fInner .naviUl > li .subUl li:after {
    width: 6px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 17px;
    left: 2px;
    content: "";
}
address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    color: white;
    text-align: right;
    font-style: normal;
}
@media (min-width: 897px) and (max-width: 1920px) {
    #gFooter::before {
        margin-left: -961px;
        left: 50%;
    }
    #gFooter::after {
        margin-right: -961px;
        right: 50%;
    }
}
@media all and (max-width: 896px) {
    #gFooter {
        background: #D84545 url(img/common/sp_f_bg01.jpg) no-repeat right top / 85px auto;
    }
    #gFooter::before, #gFooter::after {
        display: none;
    }
    .fInner {
        max-width: inherit;
        display: block;
        padding: 50px 24px 33px;
    }
    .bgContainer .fInner {
        padding: 50px 19px 33px;
    }
    .fLogo {
        margin-bottom: 37px;
        width: 203px;
    }
    .fInner .rBox {
        padding: 0;
        display: block;
    }
    .fInner .naviUl {
        display: block;
        margin: 0;
    }
    .fInner .naviUl > li {
        width: auto;
        margin: 0 0 44px;
    }
    .fInner .naviUl > li .subUl {
        margin-left: 0;
    }
    .fInner .naviUl > li p {
        margin-bottom: 11px;
    }
    .fInner .naviUl > li .subUl li {
        margin-bottom: 10px;
        padding-left: 31px;
    }
    .fInner .naviUl > li .subUl li::after {
        top: 12px;
        left: 5px;
    }
    address {
        text-align: left;
        font-size: 1.2rem;
        letter-spacing: 0.06em;
    }
    #gFooter .pageTop {
        width: 35px;
        right: 10px;
        display: none;
    }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 9px;
    height: 506px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(img/about/main_img.jpg) no-repeat center top / cover;
}
.pageTitle h2 {
    color: #FFF;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.05em;
}
.pageTitle h2 .en {
    letter-spacing: 0.08em;
    margin-bottom: 11px;
    display: block;
    font-size: 5.4rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
}
@media all and (max-width: 896px) {
    .pageTitle {
        margin-bottom: 11px;
        height: 200px;
        background-image: url(img/about/sp_main_img.jpg);
    }
    .pageTitle h2 {
        font-size: 1.6rem;
    }
    .pageTitle h2 .en {
        margin-bottom: 8px;
        font-size: 3rem;
    }
}
/* pagePath */
#pagePath {
    padding: 0 24px;
    margin: 0 auto 105px;
    max-width: 1110px;
}
#pagePath li {
    display: inline-block;
    letter-spacing: 0.08em;
}
#pagePath img {
    vertical-align: middle;
    margin-top: -4px;
}
#pagePath a::after {
    margin: 0 11px 0 20px;
    display: inline-block;
    content: '';
    width: 9px;
    height: 11px;
    background: url(img/common/icon02.png) no-repeat center center / 100%;
}
#pagePath a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #pagePath {
        margin: 0 0 37px;
    }
    .bgContainer #pagePath {
        padding: 0 19px;
    }
    #pagePath img {
        width: 13px;
    }
    #pagePath a::after {
        margin: 0 11px 0 17px;
        width: 7px;
    }
}
/* content */
.content {
    margin: 0 auto;
    padding: 0 24px;
    max-width: 1110px;
}
@media all and (max-width: 896px) {
    .content {
        padding: 0 19px;
    }
}
/* comLink */
.comLink a {
    padding-right: 20px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #184C6C;
    position: relative;
}
.comLink a:after {
    width: 14px;
    height: 14px;
    background: url("img/common/next.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: 0;
    content: "";
    transition: all ease 0.3s;
}
@media all and (min-width: 897px) {
    .comLink a:hover:after {
        right: -10px;
    }
}
@media all and (max-width: 896px) {
    .comLink a {
        font-size: 1.7rem;
        padding-right: 30px;
    }
    .comLink a::after {
        width: 16px;
        height: 16px;
    }
}
/* mainBox */
.mainBox {
    margin: 0 auto;
    padding: 0 19px;
    max-width: 919px;
}
@media all and (max-width: 896px) {
    .mainBox {
        max-width: inherit !important;
    }
}
/* midTxt */
.midTxt {
    margin: 0 auto 107px;
    max-width: 1110px;
    font-size: 2rem;
    text-align: center;
    line-height: 2.5;
    letter-spacing: 0.06em;
    font-weight: 500;
}
@media all and (max-width: 896px) {
    .midTxt {
        margin: 0 19px 60px;
        font-size: 1.4rem;
        line-height: 2.14;
    }
}
/* headLine */
.headLine01 {
    margin-bottom: 150px;
    font-size: 3rem;
    line-height: 1.2;
}
.headLine01 span {
    padding: 12px 23px 12px 0;
    min-width: 226px;
    display: inline-block;
    position: relative;
    color: #fff;
    letter-spacing: 0.06em;
    background-color: #D84545;
    box-sizing: border-box;
}
.headLine01 span:before {
    position: absolute;
    right: calc(100% - 1px);
    top: 0;
    width: 9999px;
    height: 100%;
    background-color: #D84545;
    content: "";
}
.headLine01.white span {
    color: #FFF;
}
.comBgBox .headLine01 .txtSpan {
    color: #D84545;
    background-color: #fff;
}
.comBgBox .headLine01 .txtSpan:before {
    background-color: #fff;
}
.headLine02 {
    margin-bottom: 17px;
    color: #FFF;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.05em;
}
.headLine02 .en {
    margin-bottom: 0;
    display: block;
    font-size: 3.6rem;
    letter-spacing: 0.08em;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
}
@media all and (max-width: 896px) {
    .headLine01 {
        margin-bottom: 150px;
        font-size: 2.4rem;
        line-height: 1.67;
    }
    .headLine01 .txtSpan {
        padding: 5px 10px 5px 0;
        display: block;
        text-align: left;
        min-width: inherit;
    }
    .headLine02 {
        margin-bottom: 6px;
        letter-spacing: 0.06em;
        font-size: 2rem;
    }
    .headLine02 .en {
        margin-bottom: 6px;
        font-size: 2.6rem;
    }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 22px;
    padding-bottom: 10px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #D84545;
    border-bottom: 1px solid #D1CFCF;
}
@media all and (max-width: 896px) {
    .headLine03 {
        margin-bottom: 14px;
        padding-bottom: 20px;
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
    margin-bottom: 42px;
    padding-left: 45px;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #D84545;
}
.headLine04 .txtSpan {
    letter-spacing: 0.08em;
    position: relative;
    display: block;
    font-size: 7rem;
    line-height: 1;
    font-family: 'Ubuntu', sans-serif;
}
.headLine04 .txtSpan:before {
    margin-top: -7px;
    position: absolute;
    left: -45px;
    top: 50%;
    width: 15px;
    height: 15px;
    background-color: #D84545;
    content: "";
}
@media all and (max-width: 896px) {
    .headLine04 {
        margin-bottom: 32px;
        padding-left: 20px;
        font-weight: 500;
        font-size: 1.4rem;
    }
    .headLine04 .txtSpan {
        margin: 0 0 3px;
        font-weight: bold;
        letter-spacing: 0.08em;
        font-size: 2.6rem;
    }
    .headLine04 .txtSpan:before {
        margin-top: -3px;
        width: 6px;
        height: 6px;
        left: -18px;
    }
}
/* comContact */
.comContact {
    margin-bottom: -1px;
    margin-top: 160px;
    padding: 109px 24px 105px;
    text-align: center;
    position: relative;
    z-index: 3;
    background: url(img/common/contact_bg.jpg) no-repeat center center / cover;
}
.comContact .btn a {
    margin: 0 auto;
    padding: 10px 50px;
    width: 510px;
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 60px;
    box-sizing: border-box;
    background: #D84545 url(img/common/icon03.png) no-repeat right 30px center / 47px;
}
@media all and (max-width: 896px) {
    .comContact {
        margin-top: 0;
        padding: 80px 24px 48px;
        background-image: url(img/common/sp_contact_bg.jpg);
    }
    .comContact .btn a {
        padding: 10px 50px 10px 40px;
        width: 260px;
        max-width: inherit;
        height: 56px;
        font-weight: 500;
        font-size: 1.6rem;
        background-size: 24px;
        background-position: right 15px center;
    }
}
/* comBg */
.comBgBox {
    padding: 155px 0 174px;
    position: relative;
    background: #D84545;
    overflow: hidden;
}
.comBgBox:before {
    position: absolute;
    left: -10px;
    top: -180px;
    width: 345px;
    height: 441px;
    background: url("img/common/com_bg03.png") no-repeat left top/345px auto;
    content: "";
}
.comBgBox:after {
    position: absolute;
    right: -47px;
    bottom: 0;
    width: 362px;
    height: 261px;
    background: url("img/common/com_bg02.png") no-repeat left top/362px auto;
    content: "";
}
.comBgBox.leftBg {
    background-position: left 92px top;
}
.comBgBox.blueBg {
    padding-bottom: 180px;
    background: #174C6C url(img/common/box_bg02.png) no-repeat left top / 567px;
}
.comBgBox.whiteBg {
    background-color: #FFF;
}
.philosophyPage #pagePath {
    margin-bottom: 12px;
}
.comBgBox .content {
    position: relative;
    z-index: 1;
}
@media all and (max-width: 896px) {
    .comBgBox {
        padding: 68px 19px 47px;
    }
    .comBgBox:before {
        left: -39px;
        top: -38px;
        width: 198px;
        height: 187px;
        background-image: url("img/common/sp_com_bg01.png");
        background-size: 198px auto;
    }
    .comBgBox:after {
        right: -58px !important;
        width: 217px !important;
        height: 151px !important;
        background-image: url("img/common/sp_com_bg02.png") !important;
        background-size: 217px auto !important;
    }
    .comBgBox.blueBg {
        padding: 32px 24px 68px;
        background: #184c6c url(img/common/sp_com_bg02.png) no-repeat 24px 19px / 122px;
    }
}
/*------------------------------------------------------------
	comWhiteBg
------------------------------------------------------------*/
.comWhiteBg {
    margin: 0 auto 60px;
    padding: 91px 0 100px;
    max-width: 1100px;
    background: #fff;
}
.comWhiteBg01 {
    max-width: 1305px;
}
@media all and (max-width: 896px) {
    .comWhiteBg {
        margin: 0 19px 23px;
        padding: 29px 5px 35px;
        max-width: inherit !important;
    }
}
/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore a {
    position: relative;
    display: flex;
    color: #fff;
    width: 351px;
    height: 72px;
    font-size: 1.6rem;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #D84545;
    text-align: center;
    border: 3px solid #fff;
    box-shadow: 0 5px 0 #AF1010;
    border-radius: 60px;
    letter-spacing: 0.06em;
    box-sizing: border-box;
}
.comMore a:before {
    position: absolute;
    margin-top: -16px;
    right: 20px;
    top: 50%;
    width: 32px;
    height: 32px;
    background: url("img/common/icon11.png") no-repeat left top;
    background-size: 32px auto;
    content: "";
    transition: .3s;
    -webkit-transition: .3s;
}
@media all and (min-width: 897px) {
    .comMore a:hover {
        color: #D84545;
        border-color: #D84545;
        background: #fff;
    }
    .comMore a:hover:before {
        background-image: url("img/common/icon04.png");
    }
}
@media all and (max-width: 896px) {
    .comMore a {
        width: 100%;
        max-width: 258px;
        height: 56px;
    }
    .comMore a:before {
        margin-top: -12px;
        right: 8px;
        background-size: 24px auto;
    }
}
/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
    margin-bottom: 170px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.comInner:last-child {
    margin-bottom: 0 !important;
}
.comInner01 {
    position: relative;
    flex-direction: row;
}
.comInner .photoBox {
    width: 52.7%;
}
.comInner .textBox {
    padding-right: 60px;
    width: 40.8%;
    box-sizing: border-box;
}
.comInner .photoBox img {
    width: 100%;
}
.comInner .textBox .headLine04 {
    margin-bottom: 28px;
}
.comInner .textBox p {
    margin-bottom: 15px;
    line-height: 1.875;
    letter-spacing: 0.06em;
}
.comInner01 .textBox {
    padding: 0 0 0 60px;
}
@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: 34px;
        flex-wrap: wrap;
    }
    .comInner01 {
        margin-bottom: 0;
    }
    .comInner .photoBox {
        margin-bottom: 33px;
        width: 100%;
        order: 0;
    }
    .comInner .textBox {
        padding-right: 0;
        margin-bottom: 40px;
        width: 100%;
        order: 2;
        box-sizing: border-box;
    }
    .comInner .textBox .headLine04 {
        margin-bottom: 30px;
    }
    .comInner .textBox p {
        margin-bottom: 20px;
        line-height: 2.05;
        letter-spacing: 0.06em;
    }
    .comInner01 .textBox {
        padding: 0;
    }
}
/*------------------------------------------------------------
	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/icon18.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/icon17.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;
    }
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contactPage .content {
    margin-bottom: 245px;
}
.contactPage .topTxt {
    margin: 0 0 63px 3px;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.contactPage table {
    margin-bottom: 158px;
    line-height: 1.5;
    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: #212836;
    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 {
    color: #222;
    width: 100%;
    height: 58px;
    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;
}
.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;
    line-height: 1.5;
    margin: 0 auto 90px;
    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 center;
    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 center;
    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/icon06.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/icon08.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;
    line-height: 1.5;
    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 {
    line-height: 1.5;
    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/icon08.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/icon07.png");
    }
    .contactPage .submit li.disabled:hover .info01:before {
        right: 10px;
        background-image: url("img/common/icon06.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/icon09.png");
    }
    .thanks .linkBtn a:hover {
        color: #212836;
    }
    .thanks .linkBtn a:hover:before {
        background-image: url("img/common/icon09.png");
        left: -21px;
    }
    .thanks .linkBtn a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
}
@media all and (max-width: 896px) {
    .contactPage .content {
        margin-bottom: 80px;
    }
    .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 {
        padding: 22px 0 10px;
        width: 100%;
        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;
    }
    .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;
    }
}
/*------------------------------------------------------------
	pageTitle-contact
------------------------------------------------------------*/
.pageTitle.style01 {
    margin-bottom: 19px;
    padding: 67px 0 51px;
    text-align: center;
    border-bottom: 1px solid #D1CFCF;
    background: none;
    height: auto;
}
.pageTitle.style01 h2 .en {
    margin-bottom: 11px;
    display: block;
    font-size: 5.4rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.08em;
    color: #212836;
}
.pageTitle.style01 h2 .jp {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #212836;
}
@media all and (max-width: 896px) {
    .pageTitle.style01 {
        margin-bottom: 12px;
        padding: 26px 0 26px;
    }
    .pageTitle.style01 h2 .en {
        margin-bottom: 7px;
        font-size: 3rem;
    }
    .pageTitle.style01 h2 .jp {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
    margin-bottom: 200px;
}
.privacy p {
    margin-bottom: 6px;
    line-height: 2.25;
    letter-spacing: 0.06em;
}
.privacy h5 {
    line-height: 1.5;
    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 (min-width: 897px) {
    .privacy #pagePath {
        margin-bottom: 80px;
    }
}
@media all and (max-width: 896px) {
    .privacy {
        margin-bottom: 75px;
    }
    .privacy .pageTitle {
        padding: 28px 0 30px;
    }
    .privacy #pagePath {
        margin-bottom: 56px;
    }
    .privacy p {
        margin-bottom: 4px;
        line-height: 2.14;
    }
    .privacy h5 {
        margin-bottom: 5px;
    }
    .privacy .txt01 {
        margin-bottom: 36px;
    }
    .privacy .txt02 {
        margin-bottom: 35px;
    }
    .privacy .txt03 {
        margin-bottom: 27px;
    }
    .privacy .txt04 {
        margin-bottom: 0;
    }
}
.wpcf7-response-output {
    display: none !important;
}
/*------------------------------------------------------------
	comTtl02
------------------------------------------------------------*/
.comTtl02 {
    line-height: 1.5;
    margin-bottom: 75px;
    padding: 9px 0 40px;
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.comTtl02:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #232835;
    content: "";
}
@media all and (max-width: 896px) {
    .comTtl02 {
        margin-bottom: 45px;
        padding: 0 0 30px;
        font-size: 2.4rem;
    }
    .comTtl02:before {
        width: 32px;
    }
}
/*------------------------------------------------------------
	comTtl03
------------------------------------------------------------*/
.comTtl03 {
    margin-bottom: 20px;
    padding-bottom: 26px;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #D1CFCF;
}
@media all and (max-width: 896px) {
    .comTtl03 {
        margin-bottom: 15px;
        padding-bottom: 16px;
        line-height: 1.9;
        font-size: 2rem;
    }
}
/*------------------------------------------------------------
	bgWrap
------------------------------------------------------------*/
.bgWrap {
    background: url(img/news/bg01.png) no-repeat left 8px top 52px / 160px auto, url(img/news/bg02.png) no-repeat right -198px top 68px / 419px auto;
}
@media all and (max-width: 896px) {
    .bgWrap {
        padding-bottom: 58px;
        position: relative;
        background: url(img/news/sp_f_bg01.png) no-repeat left -17px bottom 23px / 63px auto, url(img/news/sp_f_bg02.png) no-repeat right 12px bottom 58px / 15px auto;
    }
    .bgWrap::before {
        width: 249px;
        height: 122px;
        position: absolute;
        right: -108px;
        top: -72px;
        background: url(img/news/sp_f_bg03.png) no-repeat center center / 249px auto;
        content: "";
    }
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.newsPage {
    margin-bottom: -160px;
}
.newsPage .pageTitle {
    background-image: url("img/news/main_img.jpg");
}
.newsPage #pagePath {
    margin-bottom: 130px;
}
.newsPage .bgWrap {
    padding-bottom: 160px;
}
.newsUl a {
    padding: 34px 60px 24px 20px;
    display: block;
    line-height: 1.875;
    letter-spacing: 0.08em;
    border-top: 1px solid #CCCCCC;
    background: url("img/common/icon04.png") no-repeat right 14px center;
    background-size: 35px auto;
}
.newsUl li:last-child a {
    border-bottom: 1px solid #CCCCCC;
}
.newsUl a:hover {
    opacity: 0.7;
}
.newsUl a .date {
    margin-bottom: 3px;
    letter-spacing: 0.06em;
}
.newsUl a .date .txtSpan {
    display: inline-block;
    text-align: center;
    padding: 2px 12px 4px;
    box-sizing: border-box;
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    border-radius: 7px;
    margin: 2px 5px 2px 16px;
    background-color: #D84545;
}
.wp-pagenavi {
    margin: 0 -10px;
    padding-top: 12px;
    clear: both;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    letter-spacing: 0.06em;
    margin: 0 9px;
    font-weight: bold;
    color: #969696;
    box-sizing: border-box;
}
.wp-pagenavi .current {
    color: #212836;
}
.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .extend {
    display: none;
}
.detailBox {
    margin: -54px auto -25px;
    max-width: 920px;
}
.detailBox p {
    letter-spacing: 0.06em;
}
.detailBox .date {
    margin-bottom: 0;
    letter-spacing: 0.06em;
}
.detailBox .date .txtSpan {
    display: inline-block;
    text-align: center;
    padding: 2px 12px 4px;
    box-sizing: border-box;
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    vertical-align: 2px;
    border-radius: 7px;
    margin: 2px 5px 2px 20px;
    background-color: #D84545;
}
.detailBox h3 {
    margin-bottom: 46px;
    padding-bottom: 17px;
    font-size: 3rem;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #D1CFCF;
}
.detailBox .detailPhoto {
    margin-bottom: 40px;
}
.pageNavi {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
.pageNavi li {
    margin: 0 20px;
}
.pageNavi li a:hover {
    opacity: 0.7;
}
.newsDetail .bgWrap {
    background: url("img/news/detail_bg01.png") no-repeat left 8px top 52px / 183px auto, url("img/news/detail_bg02.png") no-repeat right -198px top 68px / 377px auto;
}
@media all and (max-width: 896px) {
    .newsPage {
        margin-bottom: 0;
        overflow: hidden;
    }
    .newsPage .pageTitle {
        background-image: url("img/news/sp_main_img.jpg");
    }
    .newsPage #pagePath {
        margin-bottom: 32px;
    }
    .newsUl a {
        padding: 27px 0 32px;
        line-height: 1.857;
        background-position: right top 28px;
        background-size: 25px auto;
    }
    .newsUl a .date {
        margin-bottom: 6px;
        font-size: 1.6rem;
    }
    .newsUl a .date .txtSpan {
        margin-left: 18px;
        border-radius: 4px;
        vertical-align: 2px;
    }
    .wp-pagenavi a, .wp-pagenavi span {
        margin: 0 15px;
    }
    .detailBox {
        padding: 22px 0 30px;
        margin: -30px 24px -60px;
    }
    .detailBox .date {
        margin-bottom: 11px;
        font-size: 1.6rem;
    }
    .detailBox .date .txtSpan {
        margin-left: 15px;
    }
    .detailBox h3 {
        line-height: 1.71;
        font-size: 2.4rem;
    }
    .detailBox .detailPhoto {
        margin-bottom: 30px;
    }
    .pageNavi {
        padding-bottom: 55px;
    }
    .newsDetail .bgWrap {
        position: relative;
        background: url("img/news/sp_bg02.png") no-repeat left -19px bottom 5px/62px auto, url("img/news/sp_bg03.png") no-repeat right -17px bottom 60px/51px auto;
    }
    .newsDetail .bgWrap:before {
        position: absolute;
        right: -21px;
        top: -8px;
        width: 50px;
        height: 42px;
        background: url("img/news/sp_bg01.png") no-repeat left top/50px auto;
        content: "";
    }
}
/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
.interviewPage {
    overflow: hidden;
}
.interviewPage .pageTitle {
    background-image: url("img/interview/main_img.jpg");
}
.interviewPage #pagePath {
    margin-bottom: 82px;
}
.interviewPage .bgWrap {
    padding-bottom: 68px;
    position: relative;
    background: none;
}
.interviewPage .bgWrap:before {
    position: absolute;
    left: -205px;
    top: 83px;
    width: 482px;
    height: 6403px;
    background: url("img/interview/bg01.png") no-repeat left top/482px auto;
    content: "";
    z-index: 2;
}
.interviewPage .bgWrap:after {
    position: absolute;
    right: -155px;
    top: 83px;
    width: 412px;
    height: 6475px;
    background: url("img/interview/bg02.png") no-repeat left top/412px auto;
    content: "";
    z-index: 1;
}
.comTxt {
    max-width: 830px;
    margin: 0 auto 159px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0.06em;
}
.slick-dots {
    text-align: right;
    margin: -3px 6px 0 0;
}
.interviewInner02 .slick-dots {
    text-align: left;
}
.slick-dots li {
    margin-left: 40px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #D5D5D5;
    cursor: pointer;
}
.interviewInner02 .slick-dots li {
    margin: 0 40px 0 0;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background-color: #D84545;
}
.interviewInner {
    position: relative;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
}
.interviewInner:last-child {
    margin-bottom: 0 !important;
}
.interviewInner .jsBox {
    width: calc(50% - 145px);
}
.interviewInner .rBox {
    position: relative;
    padding: 0;
    flex: 1;
}
.interviewInner .textBox {
    width: 100%;
    max-width: 660px;
}
.interviewInner h3 {
    margin-bottom: 50px;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0.06em;
}
.businessPage h3 {
    display: inline-block;
}
.interviewInner p {
    letter-spacing: 0.06em;
}
.interviewInner .name {
    margin-bottom: 68px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #184C6C;
}
.interviewInner .name small {
    margin-bottom: 4px;
    display: block;
    font-size: 2rem;
    font-weight: 500;
}
.interviewInner .dlBox {
    position: relative;
}
.interviewInner:after {
    width: 9999px;
    background-color: #F2F3F2;
    position: absolute;
    top: 200px;
    left: calc(50% - 385px);
    bottom: -60px;
    content: "";
    z-index: -1;
}
.interviewInner02::after {
    left: auto;
    right: calc(50% - 450px);
}
.interviewInner .dlBox dd, .interviewInner .dlBox dt {
    display: flex;
    flex-wrap: wrap;
    font-size: 2rem;
    color: #D84545;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.75;
}
.interviewInner .dlBox dt {
    margin-bottom: 15px;
}
.interviewInner .dlBox dt .txtSpan01 {
    width: 50px;
    margin-right: 10px;
}
.interviewInner .dlBox dt .txtSpan {
    width: calc(100% - 60px);
}
.interviewInner .dlBox dd {
    padding: 0 3px 39px 0;
    margin-bottom: 46px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #212836;
    border-bottom: 1px solid #D1CFCF;
}
.interviewInner .dlBox dd:last-child {
    margin-bottom: 0;
}
.interviewInner .dlBox dd .txtSpan01 {
    width: 50px;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 10px;
}
.interviewInner .dlBox dd .txtSpan {
    padding-top: 5px;
    width: calc(100% - 60px);
}
.interviewInner02 .rBox {
    display: flex;
    justify-content: flex-end;
}
.interviewInner02 .dlBox::after {
    right: -348px;
    left: auto;
}
.interviewPage .bgWrap > .content {
    position: relative;
    z-index: 2;
}
.interviewPage .interviewInner {
    margin-bottom: 250px;
}
.interviewPage .interviewInner .jsBox {
    width: 46.1%;
}
.interviewPage .interviewInner .jsBox .slick-list {
    border-radius: 0 30px 0 0;
    overflow: hidden;
}
.interviewPage .interviewInner .jsBox img {
    width: 100%;
}
.interviewPage .interviewInner .rBox {
    padding: 4px 0 0 64px;
}
.interviewPage .interviewInner .textBox {
    max-width: inherit;
}
.interviewPage .interviewInner .textBox h3 {
    margin-bottom: 58px;
}
.interviewPage .interviewInner .textBox .name {
    margin-bottom: 83px;
    color: #212836;
}
.interviewPage .interviewInner02 .jsBox {
    order: 2;
}
.interviewPage .interviewInner02 .rBox::after {
    left: auto;
    right: 0;
}
.interviewPage .interviewInner02 .rBox {
    padding-left: 0;
    padding-right: 64px;
}
.businessPage .interviewInner01 .rBox {
    display: flex;
    justify-content: flex-end;
}
.interviewPage .video {
    margin-bottom: 106px;
}
.interviewPage .video .name {
    margin-top: 30px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: right;
}
.interviewPage .video .name .small {
    margin-right: 24px;
    font-weight: 500;
    font-size: 2rem;
}
.interviewPage .infoVideo video {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media all and (max-width: 896px) {
    .interviewPage .pageTitle {
        background-image: url("img/interview/sp_main_img.jpg");
    }
    .comTxt {
        max-width: inherit;
        margin-bottom: 73px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 2.14;
        padding-top: 5px;
    }
    .interviewInner {
        margin-bottom: 60px;
        display: block;
    }
    .interviewInner .rBox {
        padding: 0 24px;
    }
    .interviewInner .textBox {
        max-width: inherit;
    }
    .interviewInner h3 {
        margin-bottom: 20px;
        font-size: 2.4rem;
        line-height: 1.85;
    }
    .businessPage h3 {
        padding-bottom: 10px;
    }
    .interviewInner .name {
        margin-bottom: 18px;
        font-size: 2rem;
    }
    .interviewInner .name small {
        font-size: 1.6rem;
    }
    .interviewInner .jsBox {
        position: relative;
        z-index: 1;
        width: auto;
    }
    .slick-dots {
        margin: -3px 0 0;
        text-align: left;
    }
    .slick-dots li {
        width: 6px;
        height: 6px;
        margin: 0 15px 0 0;
    }
    .interviewInner .dlBox {
        margin: 30px -12px 0;
    }
    .interviewInner .dlBox dt {
        margin-bottom: 10px;
        line-height: 1.5;
    }
    .interviewInner .dlBox dt .txtSpan01 {
        width: 30px;
    }
    .interviewInner .dlBox dt .txtSpan {
        width: calc(100% - 40px);
    }
    .interviewInner .dlBox dd {
        line-height: 1.86;
        padding-bottom: 21px;
        margin-bottom: 25px;
        font-size: 1.4rem;
    }
    .interviewInner .dlBox dd .txtSpan01 {
        width: 35px;
    }
    .interviewInner .dlBox dd .txtSpan {
        width: calc(100% - 45px);
    }
    .interviewInner02 .slick-dots li {
        margin: 0 15px 0 0;
    }
    .slick-arrow {
        text-indent: -9999px;
        width: 23px;
        height: 23px;
        margin-top: -24px;
        border: none;
        position: absolute;
        cursor: pointer;
        top: 50%;
        z-index: 1;
    }
    .slick-prev {
        left: -12px;
        background: url("img/common/prev.png") no-repeat left center;
        background-size: 23px auto;
    }
    .slick-next {
        right: -12px;
        background: url("img/common/next.png") no-repeat right center;
        background-size: 23px auto;
    }
    .interviewPage #pagePath {
        margin-bottom: 30px;
    }
    .interviewPage .mainBox {
        padding: 0;
    }
    .interviewPage .comTxt {
        margin-bottom: 38px;
    }
    .interviewPage .bgWrap {
        padding-bottom: 60px;
    }
    .interviewPage .bgWrap:before {
        right: -12px;
        left: auto;
        top: -6px;
        width: 78px;
        height: 65px;
        background-image: url("img/interview/sp_bg01.png");
        background-size: 78px auto;
    }
    .interviewPage .bgWrap:after {
        right: -76px;
        top: 315px;
        width: 164px;
        height: 122px;
        background-image: url("img/interview/sp_bg02.png");
        background-size: 164px auto;
    }
    .interviewPage .interviewInner {
        margin-bottom: 48px;
        padding-bottom: 42px;
    }
    .interviewPage .interviewInner .rBox {
        max-width: inherit;
        margin: 0;
        padding: 0 12px;
    }
    .interviewPage .interviewInner .textBox h3 {
        margin-bottom: 15px;
    }
    .interviewPage .interviewInner .textBox .name {
        margin-bottom: 20px;
    }
    .interviewPage .interviewInner .jsBox {
        width: 100%;
    }
    .interviewPage .interviewInner .rBox::after {
        top: 237px;
        height: calc(100% - 237px);
    }
    .interviewInner::after {
        top: 455px;
        bottom: 0;
        left: -21px !important;
    }
    .interviewPage .video {
        margin-bottom: 30px;
	}
    .interviewPage .infoVideo {
        height: 67vw;
        position: relative;
    }
    .interviewPage .infoVideo video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	.interviewPage .video .name {
		margin-top: 15px;
		font-size: 1.6rem;
	}
	.interviewPage .video .name .small {
		margin-right: 20px;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
.businessPage .pageTitle {
    background-image: url("img/business/main_img.jpg");
}
.businessPage .bgWrap {
    margin-bottom: -160px;
    padding-bottom: 120px;
    background: url("img/business/bg01.png") no-repeat -35px 52px/203px auto, url("img/business/bg02.png") no-repeat right 4px top 68px/162px auto;
}
.businessPage #pagePath {
    margin-bottom: 82px;
}
.businessPage .interviewInner::after {
    display: none;
}
.businessPage .interviewInner .jsBox {
    margin-left: -10px;
    width: calc(50% - 155px);
}
.businessPage .interviewInner .rBox {
    margin: 115px 0 0 65px;
    padding: 0;
}
.businessPage .interviewInner02 .jsBox {
    margin-right: -10px;
    order: 2;
    width: calc(50% - 145px);
}
.businessPage .interviewInner02 .rBox {
    margin: 100px 50px 0 0;
}
.businessPage .interviewInner02 .rBox h3 {
    margin-bottom: 23px;
}
.interviewInner h4 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0.06em;
}
.businessPage .interviewInner02 .rBox::after {
    left: auto;
    right: -423px;
}
.businessPage .slick-dots {
    margin-top: 0;
}
@media all and (max-width: 896px) {
    .businessPage {
        overflow: hidden;
    }
    .businessPage .pageTitle {
        background-image: url("img/business/sp_main_img.jpg");
    }
    .businessPage .bgWrap {
        margin-bottom: 0;
        padding-bottom: 53px;
        background: url("img/business/sp_bg02.png") no-repeat right -23px top -5px/94px auto;
    }
    .businessPage .bgWrap:before {
        display: none;
    }
    .businessPage #pagePath {
        margin-bottom: 32px;
    }
    .businessPage .mainBox {
        position: relative;
    }
    .businessPage .mainBox:before {
        position: absolute;
        left: -12px;
        bottom: -63px;
        width: 69px;
        height: 68px;
        background: url("img/business/sp_bg01.png") no-repeat left top/69px auto;
        content: "";
    }
    .businessPage .mainBox:after {
        position: absolute;
        right: -104px;
        bottom: -43px;
        width: 164px;
        height: 122px;
        background: url("img/business/sp_bg04.png") no-repeat left top/164px auto;
        content: "";
    }
    .businessPage .comTxt {
        margin-bottom: 65px;
    }
    .businessPage .interviewInner02:after {
        display: block;
        top: auto;
        left: auto !important;
        position: absolute;
        right: -19px;
        bottom: -24px;
        width: 50px;
        height: 41px;
        background: url("img/business/sp_bg03.png") no-repeat left top/50px auto;
        content: "";
    }
    .businessPage .interviewInner .jsBox {
        margin: 0 32px 22px;
        width: auto;
    }
    .businessPage .interviewInner .rBox {
        margin: 0;
        padding: 0 19px;
        background: url("img/business/sp_bg01.png") no-repeat right -26px top 55px/69px auto;
    }
    .businessPage .interviewInner02 .rBox {
        background: none;
    }
    .businessPage .interviewInner {
        margin-bottom: 60px;
    }
    .businessPage .interviewInner .rBox h3 {
        margin-bottom: 15px;
    }
    .interviewInner h4 {
        font-size: 2rem;
        margin-bottom: 15px;
    }
}
/*------------------------------------------------------------
	philosophy
------------------------------------------------------------*/
.philosophyPage .pageTitle {
    background-image: url("img/philosophy/main_img.jpg");
}
.philosophyPage .bgWrap {
    padding-bottom: 120px;
    background: url("img/philosophy/bg01.png") no-repeat 55px 30px/160px auto, url("img/philosophy/bg02.png") no-repeat right 12px top 68px/174px auto;
}
.greeting {
    padding-top: 168px;
    padding-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.greeting .photoBox {
    width: 34.8%;
    margin-left: 95px;
}
.greeting .textBox {
    flex: 1;
}
.greeting .textBox p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.33;
    letter-spacing: 0.06em;
}
.greeting .photoBox img {
    width: 100%;
}
.greeting .headLine01 {
    margin-bottom: 55px;
}
.corporate {
    padding: 145px 0 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.corporate .photoBox {
    margin: 54px -17px 0 0;
    width: calc(50% - 50px);
    position: relative;
    z-index: 1;
}
.corporate .photoBox img {
    width: 100%;
}
.corporate .textBox {
    padding: 0 150px;
    flex: 1;
    color: #fff;
    display: flex;
    justify-content: flex-end;
}
.corporate .textBox .subBox {
    max-width: 490px;
}
.corporate .textBox .headLine01 {
    margin-bottom: 58px;
}
.corporate .textBox .headLine01 span {
    min-width: 220px;
}
.corporate .textBox h4 {
    margin-bottom: 21px;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
}
.corporate .textBox p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.33;
    letter-spacing: 0.06em;
}
.companyBox {
    margin-bottom: -160px;
    padding: 147px 0 160px;
    background: url("img/philosophy/bg04.png") no-repeat right -165px top 92px/364px auto;
}
.companyBox .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.companyBox .headLine01 {
    margin-bottom: 79px;
}
.companyBox .map {
    width: 54.2%;
    margin-left: 75px;
    height: 294px;
    order: 2;
}
.companyBox .map iframe {
    width: 100%;
    height: 100%;
}
.companyBox .textBox {
    margin-top: -15px;
    flex: 1;
}
.comTable {
    width: 100%;
    border-collapse: collapse;
}
.comTable th {
    text-align: left;
    vertical-align: middle;
    width: 42.5%;
    color: #4CB452;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2.14;
    padding: 10px 10px 10px 0;
}
.comTable td {
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 2.14;
    vertical-align: middle;
    padding: 10px 10px 10px 0;
}
@media all and (max-width: 896px) {
    .philosophyPage {
        overflow: hidden;
    }
    .philosophyPage .pageTitle {
        background-image: url("img/philosophy/sp_main_img.jpg");
    }
    .philosophyPage .bgWrap {
        padding-bottom: 78px;
        background: url("img/philosophy/sp_bg01.png") no-repeat -4px 40px/74px auto, url("img/philosophy/sp_bg02.png") no-repeat right -25px top 22px/67px auto;
    }
    .philosophyPage .bgWrap:before {
        display: none;
    }
    .philosophyPage #pagePath {
        margin-bottom: 55px;
    }
    .philosophyPage .comBgBox {
        margin-bottom: 0;
        padding: 65px 19px 68px;
    }
    .greeting {
        padding: 0;
        margin-bottom: 0;
        display: block;
    }
    .greeting .textBox {
        padding: 0 0 30px;
    }
    .greeting .photoBox {
        width: auto;
        margin: 0;
    }
    .greeting .headLine01 {
        margin-bottom: 32px;
    }
    .greeting .textBox p {
        font-size: 1.4rem;
        line-height: 1.86;
        font-weight: normal;
    }
    .corporate {
        margin-bottom: 59px;
        display: block;
        padding: 0 24px;
    }
    .corporate .textBox {
        margin-bottom: 30px;
        padding: 0;
    }
    .corporate .textBox .subBox {
        max-width: inherit;
    }
    .corporate .photoBox {
        width: auto;
        margin: 0;
    }
    .corporate .textBox .headLine01 {
        margin-bottom: 26px;
    }
    .corporate .textBox h4 {
        margin-bottom: 24px;
        line-height: 1.9;
    }
    .corporate .textBox p {
        font-weight: normal;
        font-size: 1.4rem;
        line-height: 1.86;
    }
    .companyBox {
        margin-bottom: 0;
        padding: 52px 0 60px;
        position: relative;
        background: url("img/philosophy/sp_bg03.png") no-repeat -13px 8px/51px auto;
    }
    .companyBox:after {
        position: absolute;
        right: -28px;
        top: 14px;
        width: 84px;
        height: 180px;
        background: url("img/philosophy/sp_bg04.png") no-repeat left top/84px auto;
        content: "";
        z-index: 1;
    }
    .companyBox .headLine01 {
        margin-bottom: 15px;
    }
    .companyBox .inner {
        display: block;
    }
    .companyBox .textBox {
        margin: 0 0 45px;
    }
    .companyBox .map {
        margin: 0;
        width: auto;
        height: 56vw;
    }
    .companyBox .map img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .comTable th {
        float: left;
        box-sizing: border-box;
        padding: 12px 0 0;
        width: 100%;
        font-size: 1.4rem;
        border-bottom: none;
    }
    .comTable td {
        line-height: 2;
        float: left;
        font-size: 1.4rem;
        box-sizing: border-box;
        padding: 0 0 13px;
        width: 100%;
        border-bottom: 1px solid rgba(34, 34, 34, 0.2);
    }
}
/*------------------------------------------------------------
	job_list
------------------------------------------------------------*/
.job_list .pageTitle {
    background-image: url("img/job_list/main_img.jpg");
}
.job_list .bgWrap {
    padding-bottom: 115px;
    position: relative;
    background: none;
}
.job_list .bgWrap:before {
    position: absolute;
    left: -189px;
    top: 83px;
    width: 482px;
    height: 6241px;
    background: url("img/job_list/bg01.png") no-repeat left top/482px auto;
    content: "";
    z-index: 1;
}
.job_list .bgWrap:after {
    position: absolute;
    right: -230px;
    top: 83px;
    width: 490px;
    height: 6147px;
    background: url("img/job_list/bg02.png") no-repeat left top/490px auto;
    content: "";
    z-index: 1;
}
.job_list #pagePath {
    margin-bottom: 81px;
}
.infoSec .innerBox {
    margin-bottom: 105px;
    padding-bottom: 75px;
    position: relative;
    background: #fff;
}
.infoSec .innerBox:after {
    position: absolute;
    left: 0;
    top: 230px;
    width: 100%;
    height: calc(100% - 230px);
    background-color: #D84545;
    border-radius: 0 30px 0 30px;
    content: "";
}
.infoSec .innerBox:last-child {
    margin-bottom: 0 !important;
}
.infoSec .innerBox .photoBox {
    padding-bottom: 44.3%;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
    width: 74.5%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.infoSec .innerBox .photoBox:before, .infoSec .innerBox .photoBox:after {
    position: absolute;
    left: -21px;
    top: -21px;
    width: 116px;
    height: 116px;
    background: url("img/job_list/arrow01.png") no-repeat left top/116px auto;
    content: "";
}
.infoSec .innerBox .photoBox:after {
    left: auto !important;
    right: -21px;
    top: auto !important;
    bottom: -21px;
    background-image: url("img/job_list/arrow02.png");
}
.infoSec .innerBox .textBox {
    margin: 0 auto;
    width: 57%;
    position: relative;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
}
.infoSec .innerBox .textBox .headLine03 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 3rem;
    padding-bottom: 0;
    border-bottom: none;
}
.infoSec .innerBox .textBox .txt {
    margin-bottom: 40px;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 1.875;
}
.btnMore a {
    position: relative;
    display: flex;
    color: #fff;
    width: 345px;
    height: 66px;
    font-size: 1.6rem;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #D84545;
    box-shadow: 0 5px 0 #AF1010;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 60px;
    letter-spacing: 0.08em;
}
.btnMore .info {
    position: relative;
    z-index: 3;
}
.infoSec {
    padding-top: 10px;
}
.job_list .comBgBox.blueBg {
    background-position: left 94px top;
    padding-bottom: 160px;
}
@media all and (min-width: 897px) {
    .btnMore a:hover {
        color: #D84545;
        border-color: #D84545;
        background: #fff;
    }
    .job_list .bgWrap:before, .job_list .bgWrap:after {
        display: none;
    }
}
@media all and (max-width: 896px) {
    .job_list {
        overflow: hidden;
    }
    .job_list .pageTitle {
        background-image: url("img/job_list/sp_main_img.jpg");
    }
    .job_list .bgWrap {
        padding-bottom: 55px;
        background: url("img/job_list/sp_bg01.png") no-repeat -30px 225px/80px auto, url("img/job_list/sp_bg02.png") no-repeat right -108px top 12px/146px auto;
    }
    .job_list .bgWrap:before {
        left: -107px;
        top: auto;
        bottom: -92px;
        width: 142px;
        height: 139px;
        background-image: url("img/job_list/sp_bg04.png");
        background-size: 142px auto;
    }
    .job_list .bgWrap:after {
        right: -18px;
        top: auto;
        bottom: 22px;
        width: 50px;
        height: 42px;
        background-image: url("img/job_list/sp_bg03.png");
        background-size: 50px auto;
    }
    .job_list #pagePath {
        margin-bottom: 30px;
    }
    .job_list .comTxt {
        margin-bottom: 48px;
    }
    .infoSec .innerBox {
        margin-bottom: 45px;
        padding: 0 24px 35px;
        display: block;
    }
    .infoSec .innerBox:after {
        top: 92px;
        height: calc(100% - 92px);
        border-radius: 0 24px 0 24px;
    }
    .infoSec .innerBox .photoBox {
        margin-bottom: 20px;
        padding-bottom: 65%;
        width: 100%;
    }
    .infoSec .innerBox .photoBox:before, .infoSec .innerBox .photoBox:after {
        width: 53px;
        height: 58px;
        left: -10px;
        top: -12px;
        background-image: url("img/job_list/sp_arrow01.png");
        background-size: 53px auto;
    }
    .infoSec .innerBox .photoBox:after {
        right: -10px;
        bottom: -10px;
        background-image: url("img/job_list/sp_arrow02.png");
    }
    .infoSec .innerBox .textBox {
        width: 100%;
    }
    .infoSec .innerBox .textBox .headLine03 {
        font-size: 1.6rem;
    }
    .infoSec .innerBox .textBox .txt {
        margin-bottom: 20px;
        line-height: 2.15;
        text-align: left;
    }
    .infoSec .innerBox .textBox .comMore {
        margin-right: 0;
        text-align: center;
    }
    .btnMore {
        margin: 0 auto;
    }
    .btnMore a {
        height: 50px;
        width: 262px;
    }
}
/*------------------------------------------------------------
	job_list/detail/index.html
------------------------------------------------------------*/
.recruitPage .pageTitle {
    background-image: url("img/recruit/main_img.jpg");
}
.recruitPage .bgWrap {
    position: relative;
    z-index: 1;
    background: url("img/recruit/bg01.png") no-repeat left 30px top 28px / 188px auto, url(img/recruit/bg02.png) no-repeat right -192px top 50px / 377px auto;
}
.requirementsBox {
    padding: 72px 0 144px;
}
.requirementsBox p {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 2.5;
}
.requirementsBox .headLine01 {
    margin-bottom: 40px;
}
.requirements {
    padding: 147px 0 250px;
}
.requirements .headLine01 {
    margin-bottom: 0;
}
.requirements .inner {
    padding: 65px 0 31px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.requirements .inner .photoBox {
    margin-right: -18px;
    width: calc(50% - 50px);
}
.requirements .inner .textBox {
    padding: 0 50px;
    margin-top: -19px;
    width: calc(50% - 35px);
    display: flex;
    justify-content: flex-end;
}
.requirements .inner .textBox .sub {
    width: 100%;
    max-width: 570px;
}
.requirements .comTable th {
    padding: 17px 10px 16px 0;
    width: 35%;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.875;
    border-bottom: 1px solid #fff;
}
.requirements .comTable td {
    padding: 17px 10px 16px 0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.875;
    padding-right: 0;
    border-bottom: 1px solid #fff;
}
.welfare {
    margin-bottom: -160px;
    padding: 145px 0 140px;
    background: url("img/recruit/bg03.png") no-repeat -116px 310px/377px auto, url("img/recruit/bg04.png") no-repeat right -10px top 75px/200px auto;
}
.welfare .headLine01 {
    margin-bottom: 71px;
}
.welfareUl {
    display: flex;
    flex-wrap: wrap;
}
.welfareUl li {
    width: 23%;
    margin: 0 2.6666% 30px 0;
}
.welfareUl li:nth-child(4n) {
    margin-right: 0;
}
.welfareUl li a:hover img {
    opacity: 0.7;
}
.welfareUl li img {
    width: 100%;
}
.popBox {
    max-width: 1110px;
    margin: 0 auto;
}
.subPop {
    margin: 50px 0;
    position: relative;
    padding: 87px 95px 73px;
    background-color: white;
    box-sizing: border-box;
    border-radius: 30px;
}
.subPop .close {
    position: absolute;
    top: 27px;
    right: 32px;
}
.subPop .close a:hover img {
    opacity: 0.7;
}
.subPop .popPhoto {
    margin-bottom: 16px;
    text-align: center;
}
.subPop p {
    margin-bottom: 20px;
    letter-spacing: 0.06em;
}
.subPop p:last-child {
    margin-bottom: 0;
}
.subPop .ttl {
    font-size: 2.4rem;
    font-weight: bold;
    color: #212836;
    margin-bottom: 6px;
}
.mfp-bg {
    background-color: #212836;
}
.FormSec {
	padding: 100px 0 0;
}
.FormSec .headLine01 {
	margin-bottom: 42px;
}
@media all and (max-width: 896px) {
    .recruitPage {
        background: url("img/recruit/sp_bg05.png") no-repeat left -106px bottom -73px / 142px auto, url(img/recruit/sp_bg06.png) no-repeat right -18px bottom 24px / 50px auto;
    }
    .recruitPage .pageTitle {
        margin-bottom: 0;
        background-image: url("img/recruit/sp_main_img.jpg");
    }
    .recruitPage .bgWrap {
        padding: 11px 0 30px;
        overflow: hidden;
        background: none;
    }
    .recruitPage .bgWrap:before {
        right: -85px;
        top: -70px;
        width: 164px;
        height: 167px;
        background-image: url("img/recruit/sp_bg01.png");
        background-size: 164px auto;
    }
    .recruitPage .bgWrap:after {
        position: absolute;
        right: 15px;
        bottom: 2px;
        width: 63px;
        height: 65px;
        background: url("img/recruit/sp_bg02.png") no-repeat left top/63px auto;
        content: "";
    }
    .recruitPage #pagePath {
        margin-bottom: 55px;
    }
    .requirementsBox {
        display: block;
        padding: 0;
    }
    .requirementsBox .headLine01 {
        margin: 0 45px 30px 0;
    }
    .requirementsBox p {
        font-size: 1.4rem;
        line-height: 1.86;
        font-weight: normal;
    }
    .recruitPage .comBgBox {
        padding: 63px 0 71px;
    }
    .requirements .inner {
        margin: -14px 0 0;
        padding: 0;
        display: block;
        position: relative;
        z-index: 1;
    }
    .requirements .inner .textBox {
        width: auto;
        margin: 30px 19px 48px;
        padding: 0;
        display: block;
    }
    .requirements .inner .textBox .sub {
        max-width: inherit;
    }
    .requirements .comTable th {
        padding: 17px 0 0 0;
        width: 100%;
        font-size: 1.4rem;
        line-height: 1.86;
        border-bottom: none;
    }
    .requirements .comTable td {
        font-size: 1.4rem;
        padding: 0 0 15px;
        line-height: 1.86;
    }
    .requirements .inner .photoBox {
        width: auto;
        margin: 0 -7px 0 22px;
    }
    .welfare {
        margin-bottom: 0;
        padding: 65px 0 47px;
        background: url("img/recruit/sp_bg04.png") no-repeat -30px top/106px auto, url("img/recruit/sp_bg03.png") no-repeat right -20px top 14px/69px auto;
    }
    .welfare .headLine01 {
        margin-bottom: 50px;
    }
    .welfareUl {
        justify-content: space-between;
    }
    .welfareUl li {
        width: 48.2%;
        margin: 0 0 11px !important;
    }
    .subPop {
        padding: 56px 25px 30px;
        border-radius: 10px;
    }
    .mfp-container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .subPop .close {
        width: 17px;
        right: 20px;
        top: 20px;
    }
    .subPop .ttl {
        font-size: 2rem;
        margin-bottom: 2px;
    }
	.FormSec {
		padding: 62px 0 0;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
    background-size: cover;
    height: 884px;
    display: flex;
    position: relative;
    align-items: center;
    z-index: 2;
/* 	background-image: url("img/index/main_bg.jpg"); */
}
.mainImg .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mainImg .bg video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mainImg .inner {
    max-width: 1600px;
    margin: 0 auto 70px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.mainImg h2 {
    font-size: 5rem;
    line-height: 1.5;
    color: white;
    letter-spacing: 0.22em;
}
.mainImg h2 .txtSpan {
    margin-top: 10px;
    display: block;
    font-size: 3.6rem;
    letter-spacing: 0.16em;
}
.indexPage .infoSec {
    padding: 105px 0 125px;
    background: url("img/index/bg01.png") no-repeat -163px 80px/413px auto, url("img/index/bg02.png") no-repeat right -170px top 53px/378px auto;
}
.indexPage .infoSec .content {
    padding: 68px 95px;
    background-color: #fff;
    max-width: 1305px;
    box-sizing: border-box;
}
.indexPage .infoSec .newsUl {
    padding-top: 0;
    margin-bottom: 63px;
}
.indexPage .infoSec .comMore a {
    padding-right: 15px;
}
.messageBox {
    padding: 143px 0 132px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.messageBox:before {
    left: -173px;
    top: 0;
    width: 497px;
    height: 727px;
    background-image: url("img/index/bg03.png");
    background-size: 497px auto;
}
.messageBox:after {
    width: 346px;
    height: 783px;
    right: -30px;
    background-image: url("img/index/bg04.png");
    background-size: 346px auto;
}
.messageBox .photoBox {
    margin-right: -10px;
    width: calc(50% - 191px);
    position: relative;
    z-index: 1;
}
.messageBox .photoBox img {
    width: 100%;
}
.messageBox .textBox {
    padding: 6px 116px 0;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}
.messageBox .textBox .sub {
    max-width: 640px;
    width: 100%;
}
.messageBox .textBox .headLine04 {
    margin-bottom: 24px;
    color: #fff;
}
.messageBox .textBox .headLine04 .txtSpan:before {
    background-color: #fff;
}
.messageBox .textBox p {
    color: #fff;
    line-height: 2.625;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.messageBox .headLine04 {
    margin-bottom: 85px;
}
.indexPage {
    overflow: hidden;
}
.indexPage .interviewSec {
    position: relative;
    padding: 170px 0 33px;
    background: url("img/index/bg05.png") no-repeat 40px 104px/217px auto, url("img/index/bg06.png") no-repeat right 65px top 129px/138px auto;
}
.indexPage .interviewSec .headLine04 {
    margin-bottom: 30px;
}
.indexPage .interviewSec .headLine04 + p {
    margin-bottom: 59px;
    line-height: 1.875;
    letter-spacing: 0.06em;
}
.indexPage .interviewSec .sliderSec {
    position: relative;
    z-index: 1;
}
.indexPage .interviewSec .sliderSec:before {
    position: absolute;
    left: 0;
    bottom: -33px;
    width: 100%;
    height: 305px;
    background: url("img/index/bg08.png") no-repeat left top/326px auto, url("img/index/bg07.png") no-repeat right bottom/326px auto;
    background-color: #4CB452;
    content: "";
    z-index: -1;
}
.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;
    line-height: 1.5;
}
.indexPage .interviewSec .listUl li .hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 50px 30px 65px;
    width: 100%;
    height: 354px;
    display: flex;
    align-items: center;
    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: -74px 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: #D84545;
}
.indexPage .interviewSec .listUl li .txtBox .smallTxt {
    color: #fff;
    padding: 10px 26px 15px;
    display: inline-block;
    background: #D84545;
}
.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: #D84545;
    /*	-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/prev02.png") no-repeat;
    background-size: 47px 46px;
    z-index: 10;
    transition: all ease 0.3s;
}
.indexPage .interviewSec .listUl .slick-next {
    right: -49px;
    background: url("img/common/next02.png") no-repeat;
    background-size: 47px 46px;
    z-index: 10;
    transition: all ease 0.3s;
}
.indexPage .aboutSec {
    margin-bottom: -160px;
    padding: 188px 0;
    position: relative;
}
.indexPage .aboutSec:before {
    position: absolute;
    left: -162px;
    bottom: 25px;
    width: 408px;
    height: 1421px;
    background: url("img/index/bg09.png") no-repeat left top;
    background-size: 408px auto;
    content: "";
    z-index: 1;
}
.indexPage .aboutSec:after {
    position: absolute;
    right: -129px;
    top: -182px;
    width: 413px;
    height: 1516px;
    background: url("img/index/bg10.png") no-repeat left top;
    background-size: 413px auto;
    content: "";
    z-index: 1;
}
.indexPage .aboutSec .content {
    max-width: 1250px;
    position: relative;
    z-index: 2;
}
@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.png");
    }
    .indexPage .interviewSec .listUl li a:hover .txtBox::after {
        width: 100%;
        right: auto;
        left: 0;
    }
    .indexPage .interviewSec .listUl .slick-prev:hover, .indexPage .interviewSec .listUl .slick-prev:hover:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    .linkList {
        padding: 0;
    }
    .linkBox .content {
        padding: 0;
    }
    .mainImg {
        height: auto;
        position: relative;
        display: block;
    }
    .mainImg .bg {
        position: static;
        left: 0;
        top: 0;
        overflow: hidden;
        bottom: 0;
        width: auto;
        height: auto;
        right: 0;
    }
    .mainImg .bg video {
        position: static;
        left: 50%;
        top: 50%;
        transform: none;
        object-fit: contain;
        width: 100% !important;
        height: 100% !important;
    }
    .mainImg h2 {
        font-size: 3rem;
        line-height: 1.77;
    }
    .mainImg h2 .txtSpan {
        font-size: 2rem;
        letter-spacing: 0.14em;
    }
    .mainImg .inner {
        display: none;
        margin-top: -5px;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        padding: 0 44px;
        box-sizing: border-box;
    }
    .indexPage .infoSec {
        padding: 35px 19px 32px;
        position: relative;
        background: url("img/index/sp_bg01.png") no-repeat -23px 4px/54px auto;
    }
    .indexPage .infoSec:after {
        position: absolute;
        left: 10px;
        bottom: 17px;
        width: 17px;
        height: 26px;
        background: url("img/index/sp_bg02.png") no-repeat left top/17px auto;
        content: "";
    }
    .indexPage .infoSec .content {
        padding: 40px 24px;
    }
    .indexPage .infoSec .newsUl {
        margin-bottom: 32px;
    }
    .indexPage .infoSec .comMore a {
        padding-right: 0;
    }
    .messageBox {
        padding: 65px 19px 50px;
        display: block;
    }
    .messageBox:before {
        width: 164px;
        top: 0;
        left: -10px;
        height: 149px;
        background-image: url("img/index/sp_bg03.png");
        background-size: 164px auto;
    }
    .messageBox .textBox {
        display: block;
        margin: 0 0 28px;
        padding: 0;
        position: relative;
    }
    .messageBox .textBox:before {
        right: -108px;
        top: -108px;
        position: absolute;
        width: 180px;
        height: 135px;
        background: url("img/index/sp_bg04.png") no-repeat left top;
        background-size: 169px auto;
        content: "";
    }
    .messageBox .textBox:after {
        right: -72px;
        bottom: -13px;
        position: absolute;
        width: 87px;
        height: 72px;
        background: url("img/index/sp_bg05.png") no-repeat left top;
        background-size: 87px auto;
        content: "";
    }
    .messageBox .textBox .sub {
        max-width: inherit;
    }
    .messageBox .photoBox {
        width: auto;
        margin: 0 -24px 28px 0;
        position: relative;
    }
    .messageBox .photoBox:after {
        left: -11px;
        bottom: -64px;
        position: absolute;
        width: 70px;
        height: 61px;
        background: url("img/index/sp_bg06.png") no-repeat left top;
        background-size: 70px auto;
        content: "";
    }
    .messageBox .textBox .headLine04 {
        margin-bottom: 29px;
    }
    .messageBox .textBox p {
        line-height: 1.86;
        font-weight: normal;
        letter-spacing: 0.08em;
    }
    .indexPage .interviewSec {
        padding: 65px 0 0;
        background: url("img/index/sp_bg07.png") no-repeat -17px 10px/51px auto, url("img/index/sp_bg08.png") no-repeat right -9px top 8px/73px auto;
    }
    .indexPage .interviewSec .headLine04 + p {
        margin-bottom: 35px;
        line-height: 2.1;
    }
    .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 40px;
        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: 32px 0 35px;
        position: relative;
        background: url("img/index/sp_bg11.png") no-repeat -50px 49.5%/100px auto, url("img/index/sp_bg10.png") no-repeat right -16px top 71.7%/57px auto;
    }
    .indexPage .aboutSec:before {
        left: auto;
        right: -100px;
        top: -135px;
        width: 159px;
        height: 148px;
        background: url("img/index/sp_bg09.png") no-repeat left top;
        background-size: 159px auto;
    }
    .indexPage .aboutSec:after {
        position: absolute;
        right: -27px;
        top: auto;
        bottom: 10px;
        width: 50px;
        height: 42px;
        background: url("img/index/sp_bg13.png") no-repeat left top;
        background-size: 50px auto;
    }
    .indexPage .aboutSec .content {
        max-width: inherit;
        padding: 0 19px;
        position: relative;
    }
    .indexPage .aboutSec .content:before {
        position: absolute;
        left: 19px;
        bottom: -39px;
        width: 59px;
        height: 63px;
        background: url("img/index/sp_bg12.png") no-repeat left top;
        background-size: 59px auto;
        content: "";
    }
    .indexPage .aboutSec .headLine04 {
        margin-bottom: 20px;
    }
}
@media all and (min-width: 897px) {
    .hInner .naviUl > li > a:hover:after {
        opacity: 1;
    }
    .comContact .btn a:hover {
        background-image: url("img/common/icon04.png");
        border-color: #D84545;
        background-color: #fff;
        color: #D84545;
    }
    .wp-pagenavi a:hover {
        color: #212836;
    }
    .newsUl a:hover {
        background-position: right center;
    }
}
/*------------------------------------------------------------
	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);
}
/*------------------------------------------------------------
    about
------------------------------------------------------------*/
.aboutPage {
    position: relative;
}
.aboutPage:before {
    position: absolute;
    left: 43px;
    bottom: -107px;
    width: 41px;
    height: 57px;
    background: url("img/about/bg05.png") no-repeat left top/41px auto;
    content: "";
}
.aboutPage:after {
    position: absolute;
    right: 5px;
    bottom: -107px;
    width: 87px;
    height: 72px;
    background: url("img/about/bg06.png") no-repeat left top/87px auto;
    content: "";
}
.aboutPage #pagePath {
    margin-bottom: 80px;
}
.aboutPage .bgWrap {
    padding-bottom: 200px;
    background: url("img/about/bg01.png") no-repeat 30px 44px/177px auto, url("img/about/bg02.png") no-repeat right -140px top 20px/413px auto;
}
.aboutPage .linkList .img {
    display: block;
}
.aboutPage .linkList .img img {
    width: 100%;
}
.aboutPage .linkList a {
    margin: -17px auto 25px;
    width: 90%;
    position: relative;
    z-index: 10;
    display: block;
    background: #D84545;
    border: 2px solid #D84545;
    border-radius: 0 24px 0 0;
    box-sizing: border-box;
}
.aboutPage .linkList a .link {
    padding: 6px 45px 5px 25px;
    position: relative;
    z-index: 10;
    display: block;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    background: url(img/common/icon03.png) no-repeat right 25px center / 32px;
}
.aboutPage .linkList a:before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #5A7586;
    width: 100%;
    height: 0;
    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.aboutPage .linkList .txt {
    display: block;
    line-height: 1.875;
    letter-spacing: 0.06em;
}
.aboutPage .specialBox:before {
    top: 0;
    left: -160px;
    width: 476px;
    height: 1206px;
    background-image: url("img/about/bg03.png");
    background-size: 476px auto;
}
.aboutPage .specialBox:after {
    width: 614px;
    height: 1334px;
    right: -174px;
    background-image: url("img/about/bg04.png");
    background-size: 614px auto;
}
.aboutPage .specialBox .headLine01 {
    margin-bottom: 90px;
}
.aboutPage .specialBox .linkList a .link {
    padding: 6px 45px 6px 23px;
    color: #D84545;
    background-image: url(img/common/icon04.png);
}
.aboutPage .specialBox .linkList a {
    background-color: #FFF;
}
.aboutPage .specialBox .linkList .txt {
    margin: 0 30px 0 35px;
    color: #FFF;
}
@media all and (min-width: 897px) {
    .aboutPage .linkList a:hover .link {
        opacity: 0.7;
        background-position: right 10px center;
    }
    .aboutPage .linkList {
        display: flex;
        justify-content: space-between;
    }
    .aboutPage .linkList li {
        width: calc(50% - 45px);
    }
    .aboutPage .specialBox .linkList a {
        margin-top: -21px;
    }
    .aboutPage .linkList a:hover:before {
        height: 100%;
    }
    /*
    .aboutPage .specialBox .linkList a:hover .link {
         color: #FFF;
        background-image: url(img/common/icon03.png);
    }
*/
}
@media all and (max-width: 896px) {
    .aboutPage .bgWrap {
        padding-bottom: 60px;
        background: url("img/about/sp_bg01.png") no-repeat 1px 252px/30px auto, url("img/about/sp_bg02.png") no-repeat right -27px top 6px/75px auto;
    }
    .aboutPage:before {
        bottom: -25px;
        left: -65px;
        width: 121px;
        height: 72px;
        background-image: url("img/about/sp_bg06.png");
        background-size: 121px auto;
        z-index: 1;
    }
    .aboutPage:after {
        display: none;
    }
    .aboutPage .bgWrap:before {
        display: none;
    }
    .aboutPage #pagePath {
        margin-bottom: 37px;
    }
    .aboutPage .linkBox {
        margin: 0 19px;
    }
    .aboutPage .linkList li:not(:last-child) {
        margin-bottom: 45px;
    }
    .aboutPage .linkList a {
        margin: -23px auto 9px;
        width: 85%;
        border-radius: 0 13px 0 0;
        border-width: 1px;
    }
    .aboutPage .linkList a .link {
        padding: 7px 24px 7px 15px;
        font-size: 1.6rem;
        background-size: 12.8px;
        background-size: 24px auto;
        background-position: right 15px center;
    }
    .aboutPage .specialBox {
        margin: 0 0 50px;
        padding-bottom: 72px;
        background: url("img/about/sp_bg04.png") no-repeat right -90px top -55px, url("img/about/sp_bg05.png") no-repeat right -28px top 53%;
        background-color: #D84545;
        background-size: 144px auto, 70px auto;
    }
    .aboutPage .specialBox:before {
        width: 164px;
        height: 149px;
        left: -5px;
        top: 0;
        background-image: url("img/about/sp_bg03.png");
        background-size: 164px auto;
    }
    .aboutPage .specialBox .headLine01 {
        margin: 0 0 40px;
    }
    .aboutPage .specialBox .linkList li:not(:last-child) {
        margin-bottom: 40px;
    }
    .aboutPage .specialBox .linkList a {
        margin-top: -30px;
    }
    .aboutPage .specialBox .linkList a .link {
        padding-left: 13px;
    }
    .aboutPage .specialBox .linkList .txt {
        margin: 0;
    }
}
/*------------------------------------------------------------
    company
------------------------------------------------------------*/
.companyPage .pageTitle {
    background-image: url("img/company/main_img.jpg");
}
.companyPage .bgWrap {
    padding-bottom: 165px;
    background: url("img/company/bg01.png") no-repeat 33px 50px/108px auto, url("img/company/bg02.png") no-repeat right -7px top 35px/132px auto;
}
.companyPage #pagePath {
    margin-bottom: 115px;
}
.companyPage .midTxt {
    margin-bottom: 0;
}
.companyPage .comBgBox {
    padding: 150px 24px 110px;
}
.companyPage .comBgBox:before {
    top: 0;
    left: -190px;
    width: 502px;
    height: 1474px;
    background-image: url("img/company/bg03.png");
    background-size: 502px auto;
}
.companyPage .comBgBox:after {
    right: -170px;
    bottom: 0;
    width: 491px;
    height: 1503px;
    background-image: url("img/company/bg04.png");
    background-size: 491px auto;
}
.companyPage .compareList > li {
    margin-bottom: 37px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #FFF;
    border: 3px solid #fff;
}
.companyPage .compareList .wid {
    margin-right: 0;
}
.companyPage .compareList h3 {
    margin-bottom: 10px;
    color: #FFF;
    font-size: 2rem;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.06em;
    background-color: #212836;
}
.companyPage .compareList p {
    margin: 0 10px 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
    color: #222;
}
.companyPage .compareList .img {
    margin: 0 10px;
}
.companyPage .compareList .txtList {
    margin: 20px 60px 9px;
    display: flex;
    flex-wrap: wrap;
}
.companyPage .compareList .txtList li {
    margin: 12px 6px 0;
    padding: 3px 13px 5px;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: left;
    color: #212836;
    border-radius: 15px;
    border: 1px solid #202836;
}
.companyPage .compareList .txtList .black {
    color: #212836;
}
.companyPage .faqArea {
    margin-bottom: -160px;
    padding: 145px 0 110px;
    background: url("img/company/bg05.png") no-repeat -170px 305px/433px auto, url("img/company/bg06.png") no-repeat right -132px top 167px/377px auto;
}
.companyPage .faqArea .headLine01 {
    margin-bottom: 75px;
}
.companyPage .faqArea .headLine03 {
    margin-bottom: 0;
    padding-bottom: 8px;
}
@media all and (min-width: 897px) {
    .companyPage .compareList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .companyPage .compareList > li {
        width: calc((100% - 74px)/3);
    }
    .companyPage .compareList .wid01 {
        padding-bottom: 60px;
        width: calc(50% - 22px);
    }
    .companyPage .compareList .wid02 {
        width: 100%;
    }
    .companyPage .compareList .wid01 h3 {
        margin-bottom: 22px;
    }
    .companyPage .compareList .wid01 p {
        margin-bottom: 33px;
    }
}
@media all and (max-width: 896px) {
    .companyPage {
        overflow: hidden;
    }
    .companyPage .pageTitle {
        background-image: url("img/company/sp_main_img.jpg");
    }
    .companyPage .bgWrap {
        padding-bottom: 10px;
        position: relative;
        background: url("img/company/sp_bg01.png") no-repeat -65px 132px/99px auto;
    }
    .companyPage .bgWrap:after {
        position: absolute;
        width: 169px;
        height: 135px;
        bottom: -66px;
        right: -118px;
        background: url("img/company/sp_bg02.png") no-repeat left top/169px auto;
        content: "";
        z-index: 1;
    }
    .companyPage .bgWrap:before {
        display: none;
    }
    .companyPage #pagePath {
        margin-bottom: 35px;
    }
    .companyPage .midTxt {
        margin-bottom: 35px;
    }
    .companyPage .comBgBox {
        padding: 61px 19px 30px;
    }
    .companyPage .comBgBox:before {
        width: 164px;
        height: 153px;
        left: -5px;
        top: -4px;
        background-image: url("img/company/sp_bg03.png");
        background-size: 164px auto;
    }
    .companyPage .comBgBox:after {
        right: -72px !important;
        bottom: -5px !important;
        width: 227px !important;
        height: 149px !important;
        background-image: url("img/company/sp_bg15.png") !important;
    }
    .companyPage .comBgBox .content {
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .companyPage .comBgBox .content:before {
        position: absolute;
        left: -5px;
        bottom: -61px;
        width: 64px;
        height: 61px;
        background: url("img/company/sp_bg05.png") no-repeat left top/64px auto;
        content: "";
    }
    .companyPage .comBgBox .content:after {
        position: absolute;
        right: 65px;
        bottom: -44px;
        width: 24px;
        height: 33px;
        background: url("img/company/sp_bg06.png") no-repeat left top/24px auto;
        content: "";
    }
    .companyPage .compareList > li {
        margin-bottom: 30px;
    }
    .companyPage .compareList > li:last-child {
        position: relative;
    }
    .companyPage .compareList > li:last-child:before {
        display: none;
        position: absolute;
        left: -54px;
        top: -34px;
        width: 54px;
        height: 60px;
        background: url("img/company/sp_bg04.png") no-repeat left top/54px auto;
        content: "";
    }
    .companyPage .compareList .wid01 {
        padding-bottom: 25px;
    }
    .companyPage .compareList h3 {
        margin-bottom: 17px;
    }
    .companyPage .compareList .wid01 p {
        margin-bottom: 13px;
    }
    .companyPage .compareList .txtList {
        margin: -5px 10px -10px 20px;
    }
    .companyPage .faqArea .headLine01 {
        margin-bottom: 40px;
    }
    .companyPage .faqArea .headLine03 {
        font-size: 2rem;
    }
    .companyPage .faqArea {
        margin-bottom: 0;
        padding: 64px 0 15px;
        position: relative;
        background: url("img/company/sp_bg07.png") no-repeat 0 7px/28px auto, url("img/company/sp_bg08.png") no-repeat right -14px top/57px auto;
    }
    .companyPage .faqArea:before {
        position: absolute;
        left: -3px;
        bottom: 2px;
        width: 59px;
        height: 63px;
        background: url("img/company/sp_bg14.png") no-repeat left top/59px auto;
        content: "";
    }
    .companyPage .faqArea:after {
        position: absolute;
        right: -6px;
        bottom: 17px;
        width: 50px;
        height: 42px;
        background: url("img/company/sp_bg09.png") no-repeat left top/50px auto;
        content: "";
    }
    .companyPage .faqArea .comLinkList {
        position: relative;
    }
    .companyPage .faqArea .comLinkList:before {
        position: absolute;
        left: -36px;
        bottom: -50px;
        width: 50px;
        height: 42px;
        background: url("img/company/sp_bg09.png") no-repeat left top/50px auto;
        content: "";
    }
    .companyPage .faqArea .headLine03 {
        padding-bottom: 19px;
        position: relative;
    }
    .companyPage .faqArea .headLine03:after {
        position: absolute;
        right: -17px;
        top: -25px;
        width: 41px;
        height: 48px;
        background: url("img/company/sp_bg10.png") no-repeat left top/41px auto;
        content: "";
    }
    .companyPage .faqArea #faq02 .headLine03:after {
        width: 73px;
        height: 109px;
        right: -34px;
        top: -49px;
        background-image: url("img/company/sp_bg13.png");
        background-size: 73px auto;
    }
    .companyPage .faqArea #faq03 .headLine03:after {
        width: 63px;
        height: 53px;
        right: -45px;
        top: -30px;
        background-image: url("img/company/sp_bg11.png");
        background-size: 63px auto;
    }
    .companyPage .faqArea #faq04 .headLine03:after {
        width: 162px;
        height: 167px;
        right: -143px;
        top: -132px;
        background-image: url("img/company/sp_bg12.png");
        background-size: 162px auto;
    }
}
/* comLinkList */
.comLinkList a {
    position: relative;
    display: block;
    background: #D8D8D8;
    border-radius: 9px;
    overflow: hidden;
}
.comLinkList a .link {
    padding: 8px 50px 9px 16px;
    display: block;
    position: relative;
    z-index: 10;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #212836;
    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    background: url(img/common/icon12.png) no-repeat right 15px center / 32px;
}
.comLinkList a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #D84545;
    width: 100%;
    height: 0;
    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.comLinkList .on a:before {
    height: 100%;
}
@media all and (min-width: 897px) {
    .comLinkList {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .comLinkList li {
        padding: 0 2.66666% 20px 0;
        width: 23%;
    }
    .comLinkList li:nth-child(4n) {
        padding-right: 0;
    }
    .comLinkList a:hover span {
        color: #fff;
        background-image: url("img/common/icon14.png");
    }
    .comLinkList a:hover:before {
        height: 100%;
    }
}
@media all and (max-width: 896px) {
    .comLinkList {
        margin-bottom: 37px;
    }
    .comLinkList li {
        margin-bottom: 10px;
    }
    .comLinkList a .link {
        padding: 17px 16px;
    }
}
/* faqDl */
.faqDl {
    margin-bottom: 60px;
    border-bottom: 1px solid #d1cfcf;
}
.faqDl dt {
    padding: 40px 37px;
    position: relative;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: left;
    cursor: pointer;
    background: #fff url("img/company/icon.png") no-repeat right 20px center/32px;
    border-top: 1px solid #d1cfcf;
}
.faqDl dt:first-child {
    border: none;
}
.faqDl dt:before, .faqDl dt:after {
    margin-top: -1px;
    position: absolute;
    right: 29px;
    top: 50%;
    width: 14px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: "";
    border-radius: 3px;
}
.faqDl dt:after {
    transform: rotate(90deg);
}
.faqDl dt.on:after {
    transform: rotate(180deg);
    opacity: 0;
}
.faqDl dd {
    padding: 25px 65px 35px;
    display: none;
    line-height: 2;
    background: #f2f3f2;
    border-top: 1px solid #d1cfcf;
}
@media all and (max-width: 896px) {
    .faqDl {
        margin-bottom: 55px;
    }
    .faqDl dt {
        padding: 20px 50px 20px 7px;
        font-size: 1.4rem;
        line-height: 2.14;
        background-position: right 5px center;
        background-size: 25px auto;
    }
    .faqDl dt:before, .faqDl dt:after {
        right: 11px;
        width: 14px;
        height: 2px;
    }
    .faqDl dd {
        padding: 23px 24px;
        line-height: 1.86;
    }
}
@media all and (min-width: 897px) and (max-width: 1200px) {
    .interviewBox .linkList li .hover .infoHover {
        padding-left: 260px;
    }
    .interviewBox .linkList li:nth-child(2n) .hover .infoHover {
        padding: 0 260px 0 0;
    }
    .aboutBox .textBox {
        padding: 0 50px;
    }
    .aboutBox .photoBox {
        width: calc(50% - 70px);
    }
    .messageBox .textBox {
        padding: 0 50px;
    }
    .messageBox .photoBox {
        width: calc(50% - 70px);
    }
    .corporate .textBox {
        padding-left: 40px;
        padding-right: 40px;
    }
    .businessPage .interviewInner .rBox {
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 80px;
    }
    .interviewInner .jsBox {
        width: calc(50% - 120px);
    }
    .interviewInner::after {
        top: 110px;
    }
    .interviewPage .interviewInner .rBox {
        padding-left: 60px;
        padding-right: 60px;
    }
    .requirements .inner .textBox {
        padding-left: 30px;
        padding-right: 30px;
        width: calc(50% - 31px);
    }
    .requirements .inner .photoBox {
        width: calc(50% - 70px);
    }
    .fInner .naviUl > li {
        width: 250px;
        margin-left: 25px;
    }
    .contactPage th {
        width: 32%;
        padding-right: 20px;
    }
    .contactPage td {
        padding-left: 20px;
    }
}
@media all and (min-width: 897px) and (max-width: 1500px) {
    .hInner h1 {
        left: 20px;
    }
    .hInner .link {
        width: 160px;
        right: 20px;
    }
    .hInner .naviUl {
        padding-left: 50px;
    }
    .hInner .naviUl > li {
        margin: 0 1.5vw;
    }
    .hInner .jsBox .sub .rBox {
        padding-left: 30px;
        padding-right: 30px;
    }
    .hInner .jsBox .subUl li {
        width: 45%;
    }
    .hInner h1 {
        width: 24%;
    }
}
.bgimg {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bgimg img {
    display: none !important;
}