@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
/*
Theme Name: NSS MARKETING
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

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

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

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

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

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

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

html {
    font-size: 62.5%;
}

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

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

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

a:visited {
    color: #212836;
}

a:hover {
    color: #212836;
}

a:active {
    color: #212836;
}


.vsc-controller {
    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;
}

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

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

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

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

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

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

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

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

    .pc {
        display: none !important;
    }

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

    #main {
        margin-bottom: 110px;
    }

    #container {
        padding-top: 60px;
    }
}

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

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

#gHeader .rBox {
    float: right;
}

#gHeader .rBox .btn {
    float: left;
}

#gHeader .rBox .btn a {
    color: #fff;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    width: 194px;
    text-align: center;
    background: #466F89;
    letter-spacing: 0.06em;
}

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

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

#gHeader .menu {
    float: right;
    width: 83px;
    height: 83px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background-color: #184C6C;
}

#gHeader .menu {
    position: relative;
}

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

.menu span:nth-of-type(1) {
    top: calc(50% - 11px);
}

.menu span:nth-of-type(3) {
    top: calc(50% + 9px);
}

#gHeader .menu.on span {
    opacity: 0;
    top: calc(50% - 1px) !important;
}

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

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

#gHeader .menu.on span {
    display: block !important;
}

.menu.on span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.menu.on span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

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

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

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

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

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

@media all and (min-width: 897px) {
    #gHeader .menu:hover {
        background: #EFEFEF;
        transition: .3s;
        -webkit-transition: .3s;
    }

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

    #gHeader .menu.on:before {
        display: none;
    }

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

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

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

    #gHeader .rBox {
        float: right;
    }

    #gHeader .rBox .btn {
        float: left;
    }

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

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

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

    #gHeader .menu:before {
        margin: -10px -10px 0 0;
        width: 20px;
        height: 20px;
        background: url("img/common/sp_menu.png") no-repeat center center;
        background-size: 20px 20px;
    }

    #gHeader .menu.on:before {
        display: none;
    }

    .menu span {
        width: 20px;
        height: 1px;
        left: calc(50% - 9px);
    }

    .menu span:nth-of-type(1) {
        top: calc(50% - 8px);
    }

    .menu span:nth-of-type(3) {
        top: calc(50% + 7px);
    }

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 24px 100px;
    background-color: #222;
}

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

.pageTop {
    position: fixed;
    right: 15px;
    bottom: 12px;
    width: 44px;
    z-index: 600;
}

.pageTop a:hover {
    opacity: 0.7;
}

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

    #gFooter address {
        font-size: 1.2rem;
        text-align: center;
    }

    .pageTop {
        display: none;
    }
}

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

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

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

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

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

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

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

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

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

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

/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/
.comVisual {
    margin-bottom: 25px;
    padding: 15% 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
	 background: url("img/recruit/com_visual_bg.jpg") no-repeat center center;
    background-size: cover;
 
}
/* 
.comVisual:before {
    content: '';
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} */
.comVisual .headLine05 {
    font-size: 4.6rem;
	  color: #fff;
    letter-spacing: 0.06em;
	position: relative;
	z-index: 5;
}

/* .comVisual .jobtag{
	position: relative;
	z-index: 5;
} */

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


.mainVisual {
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    /*     margin-top: 110px; */

    /*     height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background:linear-gradient(rgba(76, 76, 76, .5), rgba(76, 76, 76, .5)), url("img/recruit/com_visual_img.jpg")  center no-repeat;
background-size: cover; */
}

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

.mainVisual .bg {
    position: relative;
    width: 90%;
    height: 750px;
    margin: 0 auto;
}

/* .comVisual .bg-about {
		position: relative;
		width: 800px;
		height: 500px;
		margin: 0 auto 5em;
	} */

.mainVisual .video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 0 !important;
}

.mainVisual .video video {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
    .mainVisual {
        position: relative;
        margin-top: 0px;
        margin-bottom: 13px;
        /*         height: 200px;
        background: url("img/recruit/sp_com_visual_bg.jpg") no-repeat center center;
        background-size: cover; */
    }

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

    .mainVisual .bg {
        position: relative;
        width: 80%;
        height: 700px;
    }

    .mainVisual .bg-about {
        position: relative;
        width: 80%;
        height: 400px;
        margin: 0 auto 5em;
    }

    .mainVisual .video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        padding: 0 !important;
    }

    .mainVisual .video video {
        position: absolute;
        top: 50%;
        left: 50%;
        object-fit: cover;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }


}


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

    .mainVisual {
        margin-top: 0;

    }

    .mainVisual .bg {
        position: relative;
        width: 100%;
        height: 500px;
    }

    .mainVisual .bg-about {
        position: relative;
        width: 90%;
        height: 400px;
        margin: 0 auto 3em;
    }

    .mainVisual .video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        padding: 0 !important;
    }

    .mainVisual .video video {
        position: absolute;
        top: 50%;
        left: 50%;
        object-fit: contain;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }

    .mainVisual .bg {
        height: auto;
    }

    .bg-about {
        position: static;
        width: 100%;
        height: 100%;
    }

    .mainVisual .video {
        position: static;
    }

    .mainVisual .video video {
        position: static;
        transform: none;
    }
}

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

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

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

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

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

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

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
    margin-bottom: 17px;
    color: #184C6C;
    font-family: 'Oswald', sans-serif;
    font-size: 10.4rem;
    text-align: center;
    letter-spacing: 0.03em;
}

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

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
    margin-bottom: 45px;
    color: #184C6C;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.headLine05 .info {
    padding-bottom: 20px;
    position: relative;
}

.headLine05 .info:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #184C6C;
    content: "";
}

@media all and (max-width: 896px) {
    .headLine05 {
        margin-bottom: 47px;
        font-size: 2.4rem;
    }

    .headLine05 .info {
        padding-bottom: 15px;
    }
}

/*------------------------------------------------------------
	comCompany
------------------------------------------------------------*/
.comCompany {
    padding: 136px 0 140px;
    background: #fff;
}

.comCompany .headLine04 {
    margin-bottom: 60px;
}

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

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

.comCompany .textBox th,
.comCompany .textBox td {
    padding: 20px 0;
    font-size: 1.4rem;
    text-align: left;
    vertical-align: middle;
    letter-spacing: 0.06em;
    border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}

.comCompany .textBox th {
    width: 30.6%;
    font-weight: 700;
}

.comCompany .mapBox {
    width: 48.7%;
    float: right;
}

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

@media all and (max-width: 896px) {
    .comCompany {
        padding: 44px 0 72px;
    }

    .comCompany .headLine04 {
        margin-bottom: 0;
        letter-spacing: 0.08em;
    }

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

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

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

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

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

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 361px;
    background: url("img/common/com_box_bg.jpg") no-repeat center center;
    background-size: cover;
}

.comBox01 {
    margin-bottom: 0;
}

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

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
    display: block;
    width: 560px;
    color: #fff;
    position: relative;
    font-size: 2.4rem;
    font-weight: 500;
    border: 2px solid #fff;
    letter-spacing: 0.06em;
}

.comLink .info {
    position: relative;
    z-index: 2;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comLink .info:before {
    margin-top: -15px;
    position: absolute;
    right: 15px;
    top: 50%;
    background: url("img/common/icon10.png") no-repeat left top;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    content: "";
    transition: .3s;
    -webkit-transition: .3s;
}

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

    .comLink a:hover .info:before {
        right: 11px;
        background: url("img/common/icon10_over.png") no-repeat left top;
        background-size: 30px auto;
    }
}

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

    .comLink .info {
        height: 56px;
    }

    .comLink .info:before {
        margin-top: -12px;
        right: 15px;
        background: url("img/common/sp_icon07.png") no-repeat left top;
        background-size: 23px auto;
        width: 23px;
        height: 23px;
    }
}

@media all and (max-width: 374px) {
    .comLink a {
        width: 290px;
    }
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
    max-width: 1920px;
    margin: 0 auto 255px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.comImgBox .photoBox {
    width: 49.2%;
    position: relative;
    z-index: 2;
}

.comImgBox .textBox {
    width: 50.8%;
    position: relative;
}

.comImgBox .textBox:before {
    position: absolute;
    top: -157px;
    bottom: -122px;
    right: 0;
    left: -63%;
    content: "";
    background: #EFEFEF;
    z-index: -1;
}

.comImgBox .textBox .subBox {
    max-width: 465px;
    padding: 0 20px 0 0;
    margin: 0 auto -12px 96px;
}

.comImgBox .textBox .subBox p {
    font-size: 2rem;
    font-weight: 500;
    color: #222;
    line-height: 1.9;
    text-align: justify;
    letter-spacing: 0.06em;
}

@media all and (min-width: 1201px) and (max-width: 1399px) {
    .comImgBox .textBox::before {
        top: -70%;
    }
}

@media all and (min-width: 897px) and (max-width: 1200px) {
    .comImgBox .textBox .subBox {
        margin: 0 auto 0 40px;
    }

    .comImgBox01 .textBox .subBox {
        margin: 0 40px 0 auto;
    }

    .comImgBox .textBox::before {
        top: -14%;
    }

    .comImgBox .textBox .subBox p {
        font-size: 1.8rem;
    }
}

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

    .comImgBox .photoBox {
        width: auto;
        /*         margin: 0 24px 0 0; */
        padding: 0 25px;
    }

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

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

    .comImgBox .photoBox .nameSpan .small {
        margin-left: 10px;
    }

    .comImgBox .textBox {
        width: 100%;
        margin-bottom: 25px;
    }

    .comImgBox .textBox:before {
        position: relative;
        /*         right: 0;
        bottom: 0;
        top: -174px;
        left: 24px; */
    }


    .recruitPage .works-content .comImgBox .textBox:before {
        position: relative !important;
    }

    .comImgBox .textBox .subBox {
        max-width: inherit;
        margin: 0;
        padding: 16px 33px 18px 48px;
    }

    .comImgBox .textBox .subBox p {
        font-size: 1.4rem;
        line-height: 2.1;
    }
}

/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore a {
    margin: 0 auto;
    width: 400px;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    background: #212836;
    letter-spacing: 0.08em;
}

.comMore a:before {
    position: absolute;
    margin-top: -9px;
    right: 13px;
    top: 50%;
    width: 18px;
    height: 18px;
    background: url("img/common/sp_icon06.png") no-repeat left top;
    background-size: 18px auto;
    content: "";
    transition: .3s;
    -webkit-transition: .3s;
}

@media all and (min-width: 897px) {
    .comMore a:hover {
        color: #212836;
        background: #9FA4AD;
    }

    .comMore a:hover:before {
        right: 9px;
        background: url("img/common/icon16.png") no-repeat left top;
        background-size: 18px auto;
    }
}

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

    .comMore a:before {
        position: absolute;
        margin-top: -9px;
        right: 13px;
        width: 18px;
        height: 18px;
        background: url("img/common/sp_icon06.png") no-repeat left top;
        background-size: 18px auto;
    }
}

.jobtag {
    color: #fff;
    padding: 3px 10px;
    background: #333;
    /* border-radius: 4px; */
    display: inline-block;
    margin-bottom: 7px;
}

.jobtag:not(:first-child) {
    margin-left: 3px;
}



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

    .indexPage .jobtag {
        font-size: 14px;
    }
}

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

.indexPage .mainVisual .topBox .mainImg {
    margin: 0 0 0 139px;
    height: 890px;
    position: relative;
}

.indexPage .mainVisual .topBox .mainImg .videoBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.indexPage .mainVisual .topBox .mainImg .videoBox video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.indexPage .mainVisual .txtInner {
    padding: 92px 0 0;
    position: relative;
}

.indexPage .mainVisual .txtInner:before {
    position: absolute;
    left: 0;
    right: calc(50% - 683px);
    background: #184C6C;
    content: "";
    bottom: 0;
    height: 771px;
    z-index: -1;
}

.indexPage .mainVisual .txtInner:after {
    position: absolute;
    right: calc(50% - 683px);
    width: 53px;
    height: 49px;
    background: url("img/index/icon01.jpg") no-repeat right bottom;
    background-size: 53px auto;
    content: "";
    bottom: 0;
}

.indexPage .mainVisual .txtInner .content {
    padding-left: 160px;
}

.indexPage .mainVisual .txtInner .ttl {
    padding: 0 90px 98px 0;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.3;
    letter-spacing: 0.06em;
}

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

.indexPage .interviewSec .topBox {
    padding: 72px 0;
    background: url("img/common/com_bg01.png") no-repeat right top;
    background-size: 567px auto;
}

.indexPage .interviewSec .topBox .txt {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.06em;
}

.indexPage .interviewSec .linkList li {
    width: 100%;
}

.indexPage .interviewSec .linkList li a {
    height: 553px;
    display: block;
    position: relative;
    background: url("img/index/bg01.jpg") no-repeat center center;
    background-size: cover;
}

.indexPage .interviewSec .linkList .bg02 a {
    background: url("img/index/bg02.jpg") no-repeat center center;
    background-size: cover;
}

.indexPage .interviewSec .linkList .bg03 a {
    background: url("img/index/bg03.jpg") no-repeat center center;
    background-size: cover;
}

.indexPage .interviewSec .linkList li .content {
    display: block;
    padding-top: 120px;
}

.indexPage .interviewSec .linkList li .content img {
    width: 100%;
}

.indexPage .interviewSec .linkList li .txtBox {
    display: block;
    padding: 34px 43px;
    width: 320px;
    height: 320px;
    position: relative;
    box-sizing: border-box;
    background: url("img/index/bg04.png") no-repeat center bottom;
    background-size: cover;
    z-index: 10;
}

.indexPage .interviewSec .linkList li .txtBox .name {
    margin-bottom: 20px;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: 0.06em;
}

.indexPage .interviewSec .linkList li .txtBox .txtSpan {
    display: block;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.06em;
}

.indexPage .interviewSec .linkList li .txtBox .more {
    padding: 1px 20px 1px 0;
    position: absolute;
    right: 50px;
    bottom: 30px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.indexPage .interviewSec .linkList li .txtBox .more:before {
    margin-top: -7px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    background: url("img/common/icon02.png") no-repeat right center;
    background-size: 14px auto;
    content: "";
    transition: .3s;
    -webkit-transition: .3s;
}

.indexPage .interviewSec .linkList li:nth-child(2n) .txtBox {
    float: right;
}

.indexPage .interviewSec .linkList li .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 76, 108, 0.67);
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
}

.indexPage .interviewSec .linkList li .hover .infoHover {
    width: 340px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    color: #fff;
    font-size: 1.8rem;
    align-items: center;
    justify-content: center;
    text-align: justify;
    line-height: 2;
}

.indexPage .aboutSec {
    margin-bottom: 130px;
}

.indexPage .aboutSec .topBox {
    padding: 130px 0 40px;
    background: url("img/common/com_bg01.png") no-repeat left 100px top;
    background-size: 567px auto;
}

.indexPage .aboutSec .topBox .headLine04 {
    margin-bottom: 0;
}

.indexPage .aboutSec .businessBox {
    padding: 124px 0;
    position: relative;
    min-height: 555px;
    box-sizing: border-box;
    background: url("img/index/bg05.jpg") no-repeat center center;
    background-size: cover;
}

.indexPage .aboutSec .businessBox:before {
    position: absolute;
    right: -21px;
    bottom: 0;
    width: 567px;
    height: 431px;
    background: url("img/common/com_bg02.png") no-repeat right center;
    background-size: 567px auto;
    content: "";
}

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

.indexPage .aboutSec .businessBox .headLine04 {
    margin-bottom: 21px;
    color: #fff;
}

.indexPage .aboutSec .businessBox .txt {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.9;
}

.indexPage .jobSec {
    padding-bottom: 140px;
    background: #184C6C;
}

.indexPage .jobSec .topBox {
    padding: 140px 0 93px;
    background: url("img/common/com_bg03.png") no-repeat left 93px top;
    background-size: 567px auto;
}

.indexPage .jobSec .topBox .headLine04 {
    color: #fff;
}

.indexPage .jobSec .topBox .txt {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.8;
}

.indexPage .jobSec .innerBox {
    margin-bottom: 65px;
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.indexPage .jobSec .innerBox:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46px;
    height: 41px;
    background: url("img/index/icon02.jpg") no-repeat left top;
    background-size: 46px auto;
    content: "";
}

.indexPage .jobSec .innerBox .photoBox {
    padding-bottom: 33%;
    width: 43%;
    height: 0;
    overflow: hidden;
    background: url("img/index/photo02.jpg") no-repeat center center;
    background-size: cover;
}

.indexPage .jobSec .innerBox .textBox {
    width: 57%;
    padding: 49px 65px 44px 60px;
    box-sizing: border-box;
}

.indexPage .jobSec .innerBox .textBox .headLine03 {
    margin-bottom: 22px;
    padding-bottom: 21px;
    color: #184C6C;
}

.indexPage .jobSec .innerBox .textBox .txt {
    margin-bottom: 70px;
    letter-spacing: 0.06em;
    line-height: 1.9;
}

.indexPage .jobSec .btnMore {
    padding-top: 40px;
}

.indexPage .jobSec .btnMore a {
    position: relative;
    display: flex;
    color: #184C6C;
    width: 200px;
    height: 50px;
    font-size: 1.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
    letter-spacing: 0.08em;
}

.indexPage .jobSec .btnMore .info {
    position: relative;
    z-index: 3;
}

.indexPage .jobSec .btnMore a:hover {
    opacity: 0.7;
}

@media all and (min-width: 897px) and (max-width: 1200px) {
    .indexPage .interviewSec .linkList li .hover .infoHover {
        padding-left: 260px;
    }

    .indexPage .interviewSec .linkList li:nth-child(2n) .hover .infoHover {
        padding: 0 260px 0 0;
    }
}

@media all and (min-width: 897px) {
    .indexPage .interviewSec .linkList li a:hover .txtBox {
        background: url("img/index/bg04_over.png") no-repeat center bottom;
        background-size: cover;
    }

    .indexPage .interviewSec .linkList li a:hover .hover {
        opacity: 1;
    }

    .indexPage .interviewSec .linkList li a:hover .txtBox .name {
        color: #184C6C;
    }

    .indexPage .interviewSec .linkList li a:hover .txtBox .txtSpan {
        color: #184C6C;
    }

    .indexPage .interviewSec .linkList li a:hover .more {
        color: #184C6C;
    }

    .indexPage .interviewSec .linkList li a:hover .more:before {
        right: -4px;
        background: url("img/common/icon02_over.png") no-repeat right center;
        background-size: 14px auto;
    }
}

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

    .indexPage .mainVisual .topBox .mainImg {
        margin: 0 0 0 24px;
        height: 486px;
    }

    .indexPage .mainVisual .txtInner {
        padding: 0 24px 44px;
    }

    .indexPage .mainVisual .txtInner:before {
        top: -269px;
        right: 24px;
        height: auto;
        bottom: 0;
    }

    .indexPage .mainVisual .txtInner:after {
        position: absolute;
        right: 24px;
        width: 22px;
        height: 22px;
        background: url("img/index/sp_icon.jpg") no-repeat right bottom;
        background-size: 22px auto;
        content: "";
        bottom: 0;
    }

    .indexPage .mainVisual .txtInner .content {
        padding-left: 0;
    }

    .indexPage .mainVisual .txtInner .ttl {
        padding: 44px 0 0;
        font-size: 1.4rem;
        line-height: 2.15;
        text-align: justify;
    }

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

    .indexPage .interviewSec .topBox {
        padding: 32px 0 57px;
        background: url("img/common/sp_com_bg01.png") no-repeat right -10px top;
        background-size: 123px auto;
    }

    .indexPage .interviewSec .topBox .txt {
        font-size: 1.4rem;
        line-height: 2.1;
        text-align: justify;
    }

    .indexPage .interviewSec .linkList li a {
        height: auto;
        background: none !important;
    }

    .indexPage .interviewSec .linkList li .content {
        display: block;
        padding: 0;
    }

    .indexPage .interviewSec .linkList li .txtBox {
        padding: 17px 23px;
        width: 100%;
        height: auto;
        background: #184C6C url("img/common/sp_icon06.png") no-repeat right 25px center;
        background-size: 18px auto;
    }

    .indexPage .interviewSec .linkList li .txtBox .name {
        margin-bottom: 6px;
        font-size: 1.6rem;
    }

    .indexPage .interviewSec .linkList li .txtBox .txtSpan {
        font-size: 1.4rem;
    }

    .indexPage .interviewSec .linkList li .txtBox .more {
        display: none;
    }

    .indexPage .interviewSec .linkList li:nth-child(2n) .txtBox {
        float: none;
    }

    .indexPage .interviewSec .linkList li .hover {
        position: static;
        background: none;
        opacity: 1;
    }

    .indexPage .interviewSec .linkList li .hover .infoHover {
        width: auto;
        padding: 8px 25px 50px;
        display: block;
        color: #212836;
        line-height: 1.8;
        font-size: 1.4rem;
    }

    .indexPage .aboutSec {
        margin-bottom: 54px;
        padding: 30px 0 0;
        background: url("img/common/sp_com_bg02.png") no-repeat left 26px top;
        background-size: 123px auto;
    }

    .indexPage .aboutSec .topBox {
        padding: 0;
        background: none;
    }

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

    .indexPage .aboutSec .businessBox {
        padding: 44px 0 37px;
        min-height: 311px;
        box-sizing: border-box;
        background: url("img/index/sp_bg01.jpg") no-repeat center center;
        background-size: cover;
    }

    .indexPage .aboutSec .businessBox:before {
        position: absolute;
        right: -6px;
        top: 10px;
        bottom: auto;
        width: 123px;
        height: 93px;
        background: url("img/common/sp_com_bg03.png") no-repeat left center;
        background-size: 123px auto;
        content: "";
    }

    .indexPage .aboutSec .businessBox .content {
        max-width: inherit;
    }

    .indexPage .aboutSec .businessBox .headLine04 {
        margin-bottom: 9px;
        letter-spacing: 0.08em;
    }

    .indexPage .aboutSec .businessBox .txt {
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.06em;
        line-height: 2.1;
    }

    .indexPage .jobSec {
        padding-bottom: 56px;
    }

    .indexPage .jobSec .topBox {
        padding: 46px 0 52px;
        background: url("img/common/sp_com_bg04.png") no-repeat left 25px top 8px;
        background-size: 123px auto;
    }

    .indexPage .jobSec .topBox .txt {
        text-align: justify;
        font-size: 1.4rem;
        line-height: 2.15;
        ;
    }

    .indexPage .jobSec .innerBox {
        margin-bottom: 57px;
        display: block;
    }

    .indexPage .jobSec .innerBox:before {
        width: 30px;
        height: 28px;
        background-image: url("img/index/sp_icon02.jpg");
        background-size: 30px auto;
    }

    .indexPage .jobSec .innerBox .photoBox {
        padding-bottom: 78%;
        width: 100%;
    }

    .indexPage .jobSec .innerBox .textBox {
        width: 100%;
        padding: 28px 24px 43px;
    }

    .indexPage .jobSec .innerBox .textBox .headLine03 {
        margin-bottom: 14px;
        padding-bottom: 23px;
    }

    .indexPage .jobSec .innerBox .textBox .txt {
        margin-bottom: 35px;
        line-height: 2.15;
    }

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

    .indexPage .jobSec .btnMore {
        margin: 0 auto;
        padding: 0;
    }

    .indexPage .jobSec .btnMore a {
        height: 48px;
    }
}

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

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

.recruitPage .topSec {
    margin-bottom: 150px;
}

.recruitPage .topSec .title {
    max-width: 840px;
    margin: -8px auto 156px;
    font-size: 2rem;
    color: #184C6C;
    position: relative;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0.06em;
}

.recruitPage .topSec .linkList li {
    margin-right: 2.4%;
    width: 23.2%;
}

.recruitPage .topSec .linkList li:nth-child(4n) {
    margin-right: 0;
}

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

.recruitPage .topSec .linkList li .info {
    position: relative;
    z-index: 2;
}

.recruitPage .topSec .linkList li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #184C6C;
    width: 100%;
    height: 0;
    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

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

@media all and (min-width: 897px) {
    .recruitPage .topSec .linkList li a:hover:before {
        height: 100%;
        background-color: #184C6C;
    }
}

.recruitPage .recruitSec {
    padding: 155px 0 170px;
    background: #EFEFEF url("img/common/com_bg04.png") no-repeat left 92px top;
    background-size: 567px auto;
}

.recruitPage .recruitSec .headLine05 {
    margin-bottom: 120px;
}

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

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

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

.recruitPage .recruitSec .innerBox .infoBox {
    /*     max-width: 572px; */
    margin: 0 60px 0 auto;

}

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

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

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


.recruitPage .intro .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 120px;
}

.recruitPage .beneath_point_contents_logo h1 {
    color: #fff;
    /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif; */
    -webkit-font-smoothing: auto;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}

.recruitPage .beneath_point_contents_logo p {
    color: #fff;
    /* /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif; */
    -webkit-font-smoothing: auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.recruitPage .intro .inner h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 100px;
    position: relative;
}

.recruitPage .intro h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0d1e6a;
    padding: 0 10px 10px 0;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    position: relative;
    font-size: 3rem;
}

.recruitPage .intro h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #232835;
    content: "";
    margin-left: -16px;
    left: 50%;
    bottom: 0;
    width: 32px;
}

.recruitPage .intro .intro_box {
    background: #fff;
    padding: 45px 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 80%;
    box-shadow: 8px 8px 15px -5px #333;
    margin: 0 auto 40px;
    align-items: center;
}

.recruitPage .intro .intro_box h4 {
    font-size: 2rem;
    padding: 0 10px 10px 0;
}

.intro .intro_box img {
    width: 120px;
}

.intro .intro_box:last-child {
    margin-bottom: 0;
}

.intro .intro_box div:first-child {
    width: 28%;
    padding: 0;
    text-align: center;
}

.intro .intro_box div:last-child {
    width: 680px;
}

.intro .intro_box div:last-child img {
    position: absolute;
    top: -20px;
    left: -20px;
}

.intro p {
    line-height: 1.6;
    padding-right: 20px;
}





.recruitPage .interviewSec {
    padding: 132px 0 294px;
    background: url("img/common/com_bg01.png") no-repeat right top;
    background-size: 567px auto;
}

.recruitPage .interviewSec .topTxt {
    margin-bottom: 137px;
    color: #184C6C;
    line-height: 2.35;
    letter-spacing: 0.06em;
}

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

.recruitPage .interviewSec .video .name {
    margin-top: 27px;
    color: #184C6C;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

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

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

.recruitPage .interviewSec .innerBox {
    max-width: 1920px;
    margin: 0 auto 155px;
    display: flex;
    justify-content: space-between;
}

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

.recruitPage .interviewSec .innerBox .photoBox {
    width: 44%;
}

.recruitPage .interviewSec .innerBox .photoBox .nameSpan {
    margin-top: 18px;
    display: block;
    color: #184C6C;
    text-align: right;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.recruitPage .interviewSec .innerBox .photoBox .nameSpan .small {
    margin-left: 20px;
    font-size: 1.4rem;
    font-weight: 400;
}

.recruitPage .interviewSec .innerBox .textBox {
    width: 64%;
}

.recruitPage .interviewSec .innerBox .textBox .subBox {
    max-width: 650px;
    padding-right: 20px;
    margin: 0 auto 0 93px;
}

.recruitPage .interviewSec .innerBox .textBox h4 {
    margin-bottom: 50px;
    color: #184C6C;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.recruitPage .interviewSec .innerBox .textBox p {
    color: #184C6C;
    line-height: 2.2;
    letter-spacing: 0.06em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.recruitPage .interviewSec .innerBox01 {
    flex-direction: row-reverse;
}

.recruitPage .interviewSec .innerBox01 .textBox .subBox {
    margin: 0 93px 0 auto;
    padding: 0 0 0 20px;
}

.recruitPage .interviewSec .innerBox01 .photoBox .nameSpan {
    text-align: left;
}

.recruitPage .faqSec {
    padding-bottom: 150px;

}

.recruitPage .faqSec .innerBox {
    display: flex;
    justify-content: space-between;
}

.recruitPage .faqSec .fadeInUp {
    width: 38%;
}

.recruitPage .faqSec .innerBox .textBox {
    width: 52%;
}

.recruitPage .faqSec .innerBox .name {
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.recruitPage .faqSec .innerBox .name span {
    display: inline-block;
    padding-right: 20px;
}


.recruitPage .faqSec .faq-wrap {}

.recruitPage .faqSec .faq-wrap h3 {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 15px;
    color: #1d3dcc;
}

.recruitPage .faqSec .faq-wrap p {
    line-height: 30px;
    padding-bottom: 30px;
}

.recruitPage .oneDay {
    padding: 152px 0 180px;
    background: #EFEFEF;
}

.recruitPage .oneDay .headLine05 {
    margin-bottom: 172px;
    text-align: center;
}


.welfare-inner .comImgBox:nth-child(2n) .photoBox {
    margin-left: 0px;
}

.welfare-inner .comImgBox .photoBox {
    margin-right: 0;
}


.welfare-inner .comImgBox .photoBox {
    width: auto;
}

.recruitPage .welfare_section {
    padding: 100px 0;
    /*       background: #F2F3F2; */
}

.recruitPage .welfare_section .welfare-title {
    padding-bottom: 40px;
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    color: #0d1e6a;
    margin-bottom: 2em;
}

.recruitPage .welfare_section .welfare-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #232835;
    content: "";
    margin-left: -16px;
    left: 50%;
    bottom: 0;
    width: 32px;
}

.recruitPage .welfare_section .welfare-inner {
    max-width: 1370px;
    padding: 0 70px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.recruitPage .welfare_section .welfare-inner .comImgBox {
    flex-flow: column;
    justify-content: flex-start;
    width: 27%;
    margin: 30px 20px;
}

.recruitPage .welfare_section .welfare-inner .comImgBox img {
    width: 100%;
}

.recruitPage .welfare_section .comImgBox .textBox {
    width: auto;
    /* margin-top: 10px; */
    padding: 3% 2%;
    background: #fbfbfb;
    min-height: 100px;
}

.recruitPage .welfare_section .comImgBox .textBox::before {
    position: relative;
}

.recruitPage .welfare_section .comImgBox .textBox h3 {
    padding: 0 10px;
    text-align: center;
    font-size: 2rem;
    color: #1d3dcc;
}


.recruitPage .welfare_section .comImgBox .textBox p {
    padding: 0 10px;
    text-align: center;
}


.recruitPage .listBox {
    position: relative;
}

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

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

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

.recruitPage .listBox .timeBox .txtInner {
    width: calc(100% - 220px);
    color: #fff;
    position: relative;
    padding: 20px 30px;
    background: #184C6C;
    box-sizing: border-box;
    font-size: 15px;
}

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

.recruitPage .listBox .timeBox .txtInner:after {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("img/common/icon15.png") no-repeat right center;
    background-size: 25px auto;
    width: 25px;
    height: 15px;
    content: "";
}

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

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

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

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

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

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

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

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

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

.recruitPage .companySec {
    padding: 250px 0 276px;
    background: url("img/common/com_bg05.png") no-repeat left 100px top;
    background-size: 567px auto;
}

.recruitPage .companySec .textBox:before {
    top: -65px;
    bottom: -180px;
}


.recruitPage .companySec .comImgBox+.comImgBox .textBox:before {
    right: -63%;
    left: -63%;

}

.recruitPage .companySec .textBox .headLine05 {
    margin-bottom: 48px;
}

.recruitPage .companySec .textBox p {
    color: #184C6C;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.3;
}

.recruitPage .companySec .comImgBox01 {
    margin-bottom: 0;
    flex-direction: row-reverse;
}

.recruitPage .companySec .comImgBox01 .textBox .subBox {
    padding: 0 0 0 20px;
    margin: 0 96px 0 auto;
}

.recruitPage .companySec .comImgBox01 .textBox:before {
    left: 0;
    right: -63%;
}

.recruitPage .comCompany {
    padding: 150px 0 140px;
    background: #EFEFEF;
}

.recruitPage .comCompany .headLine05 {
    margin-bottom: 140px;
}

.recruitPage .works-content>h3 {
    margin-bottom: 100px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
}

.recruitPage .works-content {
    padding-top: 80px;
}

.recruitPage .works-content h3 .works-title {
    padding-bottom: 13px;
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.recruitPage .works-content>h3 .works-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #232835;
    content: "";
    margin-left: -16px;
    left: 50%;
    bottom: 0;
    width: 32px;
}

.recruitPage .works-content .comImgBox {
    flex-flow: row-reverse;
}

.recruitPage .works-content .comImgBox .textBox:before {
    position: absolute;
    top: -70px;
    bottom: -240px;
    right: -63%;
    left: -63%;
    content: "";
    background: #EFEFEF;
    z-index: -1;
}

@media all and (min-width: 1401px) and (max-width: 1700px) {
    .recruitPage .companySec .textBox:before {
        top: -32%;
    }
}

@media all and (min-width: 1201px) and (max-width: 1400px) {
    .recruitPage .companySec .textBox:before {
        top: -18%;
    }
}

@media all and (min-width: 897px) and (max-width: 1200px) {
    .recruitPage .interviewSec .innerBox .textBox .subBox {
        margin: 0 auto 0 40px;
    }

    .recruitPage .interviewSec .innerBox01 .textBox .subBox {
        margin: 0 40px 0 auto;
    }

    .recruitPage .companySec .textBox .headLine05 {
        font-size: 2rem;
        padding-bottom: 10px;
        margin-bottom: 28px;
    }

    .recruitPage .companySec .textBox p {
        font-size: 1.4rem;
    }

    .recruitPage .companySec .textBox:before {
        top: -10%;
    }
}

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

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

    .recruitPage .topSec {
        margin-bottom: 53px;
    }

    .recruitPage .topSec .title {
        max-width: inherit;
        margin: -3px auto 44px;
        padding-bottom: 0;
        font-size: 1.4rem;
        line-height: 2.15;
        text-align: justify;
    }

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

    .recruitPage .topSec .linkList li:nth-child(4n) {
        margin-right: 0;
    }

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

    .recruitPage .recruitSec {
        margin-bottom: 50px;
        padding: 52px 0 70px;
        background: #EFEFEF url("img/common/sp_com_bg05.png") no-repeat left 22px top;
        background-size: 123px auto;
    }

    .recruitPage .recruitSec .headLine05 {
        margin-bottom: 50px;
        text-align: center;
    }

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

    .recruitPage .recruitSec .innerBox .photoBox {
        padding-top: 12px;
        float: none;
        width: auto;
    }

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

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

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

    .recruitPage .recruitSec .innerBox .textBox th,
    .recruitPage .recruitSec .innerBox .textBox td {
        float: left;
        width: 100%;
        padding: 0 0 16px;
        line-height: 1.9;
        border-bottom: 1px solid rgba(34, 34, 34, 0.2);
    }

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

    .recruitPage .intro .inner {
        padding: 65px 0 65px;
    }

    .recruitPage .beneath_point_contents_logo h1 {
        color: #fff;
        /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif; */
        -webkit-font-smoothing: auto;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .recruitPage .beneath_point_contents_logo p {
        color: #fff;
        /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif; */
        -webkit-font-smoothing: auto;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 2px;
        text-align: center;
    }

    .recruitPage .intro h2 {
        color: #fff;
        font-size: 9px;
        padding: 5px 0 55px;
        font-weight: 400;
        position: relative;
    }

    .recruitPage .intro h3 {
        font-size: 2rem;
        font-weight: 600;
        /* color: #333; */
        padding-bottom: 20px;
        text-align: center;
        line-height: 1.2;
    }

    .recruitPage .intro .intro_box {
        background: #fff;
        /* font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif; */
        -webkit-font-smoothing: auto;
        padding: 15px;
        position: relative;
        margin: 0 auto 30px;
        text-align: center;
        width: 70%;
        display: block;
    }

    .recruitPage .intro .intro_box img {
        width: 100px;
    }

    .recruitPage .intro .intro_box:last-child {
        margin-bottom: 0;
    }

    .recruitPage .intro .intro_box div:first-child {
        text-align: center;
        width: auto;
        margin-bottom: 15px;
    }

    .recruitPage .intro .intro_box div:last-child {
        width: auto;
    }

    .recruitPage .intro .intro_box div:last-child img {
        position: absolute;
        top: -20px;
        left: -20px;
    }

    .recruitPage .intro .intro_box h4 {
        font-size: 1.8rem;
        padding-bottom: 10px;
    }

    .intro p {
        line-height: 1.6;
        padding-right: 0;
    }

    .recruitPage .welfare_section .welfare-inner {
        display: block;
        padding: 0 0px;
    }

    .recruitPage .welfare_section .welfare-title {
        font-size: 2.4rem;
        padding-bottom: 20px;
    }

    .recruitPage .welfare_section .welfare-inner .comImgBox {
        width: 90%;
        margin: 30px auto 50px;
    }

    .recruitPage .welfare_section .welfare-inner .textBox {
        margin-top: 20px;
    }

    .recruitPage .welfare_section .comImgBox .textBox h3 {
        font-size: 1.8rem;
    }

    .recruitPage .welfare_section .welfare-inner .textBox p {
        text-align: center;
    }


    .recruitPage .faqSec .innerBox {
        display: block;
    }

    .recruitPage .faqSec .fadeInUp {
        width: 95%;
        margin: 0 auto 80px;
    }

    .recruitPage .faqSec .fadeInUp img {
        width: 100%
    }

    .recruitPage .faqSec .innerBox .textBox {
        width: 95%;
        margin: 0 auto;
    }

    .recruitPage .faqSec .faq-wrap h3 {
        font-size: 18px;
    }

    .recruitPage .faqSec .faq-wrap p {
        font-size: 15px;
    }


    .recruitPage .interviewSec {
        padding: 40px 0 70px;
        background: url("img/common/sp_com_bg01.png") no-repeat right -10px top 10px;
        background-size: 123px auto;
    }

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

    .recruitPage .interviewSec .headLine05 {
        text-align: center;
        margin-bottom: 44px;
    }

    .recruitPage .interviewSec .headLine05 .info {
        padding-bottom: 10px;
    }

    .recruitPage .interviewSec .topTxt {
        margin-bottom: 53px;
        line-height: 2.35;
    }

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

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

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

    .recruitPage .interviewSec .innerBox {
        max-width: inherit;
        margin: 0 24px 80px;
        display: block;
    }

    .recruitPage .interviewSec .innerBox .photoBox {
        width: auto;
        margin: 0 0 28px -24px;
    }

    .recruitPage .interviewSec .innerBox01 .photoBox {
        margin: 0 -24px 28px 0;
    }

    .recruitPage .interviewSec .innerBox .photoBox .nameSpan {
        margin: 18px 0 0 24px;
        font-size: 1.6rem;
        text-align: left;
    }

    .recruitPage .interviewSec .innerBox01 .photoBox .nameSpan {
        margin: 18px 24px 0 0;
    }

    .recruitPage .interviewSec .innerBox .photoBox .nameSpan .small {
        margin-left: 10px;
    }

    .recruitPage .interviewSec .innerBox .textBox {
        width: 100%;
        margin-bottom: 25px;
    }

    .recruitPage .interviewSec .innerBox .textBox .subBox {
        max-width: inherit;
        margin: 0;
        padding: 0;
    }

    .recruitPage .interviewSec .innerBox .textBox h4 {
        margin-bottom: 11px;
        font-size: 1.6rem;
    }

    .recruitPage .interviewSec .innerBox .textBox p {
        line-height: 2.1;
    }

    .recruitPage .interviewSec .innerBox01 .textBox .subBox {
        margin: 0;
        padding: 0;
    }

    .recruitPage .oneDay {
        padding: 47px 0 70px;
    }

    .recruitPage .oneDay .headLine05 {
        margin-bottom: 50px;
    }

    .recruitPage .oneDay h3 .info {
        padding-bottom: 12px;
        font-size: 1.6rem;
    }

    .recruitPage .listBox:before {
        position: absolute;
        left: 10px;
        top: 0px;
        bottom: 0px;
        width: 1px;
        background: #969696;
    }

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

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

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

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

    .recruitPage .listBox .timeBox .txtInner .ttl {
        margin-bottom: 4px;
        font-size: 1.4rem;
    }

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

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

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

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

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

    .recruitPage .listBox .timeBox .txtInner::after {
        width: 14px;
        height: 14px;
        background-image: url("img/common/sp_icon08.jpg");
        background-size: 14px auto;
    }

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

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


    .recruitPage .companySec {
        margin-top: -10px;
        padding: 30px 0 55px;
        background: url("img/common/com_bg01.png") no-repeat left 20px top;
        background-size: 123px auto;
    }

    .recruitPage .companySec .comImgBox {
        max-width: inherit;
        display: block;

        margin: 100px 0 !important;
    }

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

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

    .recruitPage .companySec .photoBox {
        width: auto;
    }

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

    .recruitPage .companySec .comImgBox01 .textBox::before {
        top: -174px;
    }

    .recruitPage .companySec .comImgBox01 .photoBox {
        margin: 0 0 0 24px;
    }

    .recruitPage .companySec .comImgBox .textBox .subBox {
        margin: 0;
        max-width: inherit;
    }

    .recruitPage .companySec .comImgBox01 .textBox .subBox {
        margin: 0;
        padding: 16px 54px 18px 24px;
    }

    .recruitPage .companySec .comImgBox01 .textBox::before {
        left: 0;
        right: 24px;
    }

    .recruitPage .companySec .headLine05 {
        margin-bottom: 35px;
        text-align: center;
    }

    .recruitPage .companySec .textBox p {
        line-height: 2.2;
        font-size: 1.4rem;
    }

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

    .recruitPage .comCompany .headLine05 {
        margin-bottom: 50px;
        text-align: center;
    }

    .recruitPage .works-content>h3 {
        margin-bottom: 60px;
        position: relative;
    }

    .recruitPage .works-content>h3 .works-title {
        /* 		padding-bottom: 23px; */
        font-size: 2.4rem;
        text-align: center;
        border-bottom: none;
        padding-bottom: 0;
    }

    .recruitPage .works-content>h3 .works-title:before {
        bottom: 10px;
    }


    .recruitPage .works-content .headLine05 {
        font-size: 1.8rem;
    }



}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#entry {
    padding: 100px 0 130px;
}


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

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

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

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

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

.contactPage th .must {
    float: right;
    width: 44px;
    color: #fff;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    background: #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 {
    width: 100%;
    height: 58px;
    color: #212836;
    font-size: 1.3rem;
    padding: 5px 10px 5px 23px;
    -webkit-appearance: none;
    box-sizing: border-box;
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.contactPage .submit {
    text-align: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .contactPage th {
        padding: 22px 0 10px;
        width: 100%;
        border: none;
		  display: flex;
    }
	
	  .contactPage th .must{
		  float: none;
		  margin-left: 20px;
	}

    .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;
    }
}

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

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

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

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

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

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

@media all and (max-width: 896px) {
    .privacy .pageTitle {
        padding: 28px 0 30px;
    }

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

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

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

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

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

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

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

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

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

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