@charset "utf-8";

/* 採用情報CSS Document */


/*ページメイン画像
---------------------------------------------------------------------------*/

em {
    font-weight: 600;
    color: #6F0507;
}

.bold-black {
    font-weight: 800;
    color: #000;
}


/* ヘッダー */

.page-header {
    position: relative;
    top: 4.5rem;
    text-align: center;
}

.page-header .read {
    font-size: 1vw;
}

.secondary-content .page-header {
    padding-top: 3vw;
}

@media screen and (max-width: 950px) {
    .page-header .read {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 600px) {
    .page-header .read {
        font-size: 3.2vw;
    }
}


/* 3番目ページtitle */

.tertiary-content .page-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5vw;
}

.tertiary-content .page-title .en-title {
    margin-bottom: .4em;
    color: #fff;
}

.tertiary-content .page-title .ja-title {
    font-size: 50%;
    color: #fff;
}

@media screen and (max-width: 950px) {
    .tertiary-content .page-title {
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content .page-title {
        font-size: 5vw;
    }
}


/* ヘッダータイトル*/

.page-title {
    margin-bottom: .5em;
    line-height: 1;
    white-space: nowrap;
}

.page-title .en-title {
    display: block;
    margin-bottom: .1em;
    font-family: monarcha, serif;
    font-weight: 400;
    font-style: normal;
    color: #9c6a00;
    border-bottom: solid #fff 1px;
    padding-bottom: 10px;
}

.page-title .ja-title {
    display: block;
    font-size: 25%;
}

.secondary-content .page-title {
    font-size: 5vw;
}

@media screen and (max-width: 950px) {
    .secondary-content .page-title {
        font-size: 7.5vw;
    }
}

@media screen and (max-width: 600px) {
    .secondary-content .page-title {
        font-size: 15vw;
    }
}


/* index-コンテンツ */

.recruitmain-content .index-con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 5rem;
}

.recruitmain-content .index-con-one {
    display: flex;
   justify-content: center;
	position: relative;
    top: 5rem;
	width: 50%;
}

.recruitmain-content .index-con .index-item {
    width: 50%;
}

@media screen and (max-width: 950px) {}

@media screen and (max-width: 600px) {
    .recruitmain-content .index-con .index-item {
        width: 100%;
    }
}


/* index-item */

#canvas-container {
    padding-top: 200px;
    background-size: cover;
}

canvas {
    width: 100%;
    height: 200px;
    vertical-align: top;
}

@media only screen and (max-width: 959px) {
    #canvas-container {
        padding-top: 100px;
    }
    canvas {
        height: 200px;
    }
}


/* contentタイトル */

.recruitmain-content .index-con .index-item .content {
    display: block;
    position: relative;
    min-height: 15vw;
    padding: 3em 0 1em;
    text-align: center;
    color: #222629;
}

@media screen and (max-width: 950px) {
    .recruitmain-content .index-con .index-item .content {
        padding: 5vw 0;
        min-height: 25vw;
    }
}

@media screen and (max-width: 600px) {
    .recruitmain-content .index-con .index-item .content {
        padding: 5vw 0 7vw;
        min-height: 25vw;
    }
}

.recruitmain-content.isnt-touch .index-con a.index-item:hover .content {
    color: #9c6a00;
}


/* content: title */

.recruitmain-content .index-con .index-item .title {
    display: table;
    position: relative;
    width: 80%;
    margin: 0 auto 1em;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
    letter-spacing: .1em;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.recruitmain-content .index-con .index-item .title:before {
    left: -2em;
}

.recruitmain-content .index-con .index-item .title:after {
    right: -2em;
}

@media screen and (max-width: 950px) {
    .recruitmain-content .index-con .index-item .title {
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 600px) {
    .recruitmain-content .index-con .index-item .title {
        font-size: 3.6vw;
    }
}


/*コンテンツイメージリンク画像 */

.recruitmain-content .index-con .index-item .image {
    display: block;
    position: relative;
    overflow: hidden;
}

.recruitmain-content .index-con .index-item .image img {
    position: relative;
    z-index: 0;
    transform: scale(1);
    transition: transform .2s ease-out;
}

.recruitmain-content .index-con .index-item .image .label {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
    padding: 1em 2em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 1em;
    line-height: 1;
    letter-spacing: .1em;
    white-space: nowrap;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}


/* .visual-container: 新卒 */

.tertiary-content.recruit-content.new_graduate-content .visual-container {
    background-image: url(../images/recruit/new_graduate/img_visual_02.jpg);
    background-position: center 60%;
}

.tertiary-content.recruit-content.new_graduate-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}


/* .visual-container: 中途 */

.tertiary-content.recruit-content.mid_career-content .visual-container {
    background-image: url(../images/recruit/mid_career/img_visual_01.jpg);
    background-position: center 60%;
}

.tertiary-content.recruit-content.mid_career-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 40em) {
    .tertiary-content.recruit-content.new_graduate-content .visual-container {
        background-position: center 90%;
    }
}


/* .visual-container: 新規オープニング */

.tertiary-content.recruit-content.opening-content .visual-container {
    background-image: url(../images/recruit/opening/image012.jpg);
    background-position: center 60%;
}

.tertiary-content.recruit-content.opening-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 40em) {
    .tertiary-content.recruit-content.opening-content .visual-container {
        background-position: center 90%;
    }
}


/* 新卒イントロ */

.introbox {
    width: 90%;
    text-align: left;
}

.intro_text {
    width: 80%;
    margin: 20px auto 50px;
}

.intro_text dl {
    display: inline-block;
}

.intro_text dt {
    text-align: left;
    font-size: 1.1em;
    ;
}

.intro_text dd {
    text-align: left;
}

@media screen and (max-width: 40em) {
    .introbox {
        width: 98%;
    }
    .intro_text {
        width: 90%;
    }
}

.catch3 {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.3em;
    line-height: 1.6;
    text-align: left;
    color: #04127E;
}


/* 採用情報3rdページコンテナー */

.recruit-container {
    width: 90%;
    max-width: 60em;
    margin: 4em auto;
    padding-top: 20px;
}

.recruit-container .catch {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2em;
    line-height: 1.6;
    text-align: center;
}

.recruit-container .catch+h3 {
    margin-top: 2.2rem;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6em;
    line-height: 1.6;
    text-align: center;
}

@media screen and (max-width: 400px) {
    .recruit-container .catch+h3 {
        font-size: 1.5em;
    }
}

.recruit-container .catch2 {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.6;
    text-align: center;
}


/* 中途採用　募集要項 */

.recruit-container .outline {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

@media screen and (max-width: 40em) {
    .recruit-container .outline {
        display: block;
    }
}

.recruit-container .outline.last_con {
    margin-bottom: 2.5rem;
}

.recruit-container .outline.last_con dd {
    border-bottom: solid 1px #efefef;
}

.recruit-container .outline dt,
.recruit-container .outline dd {
    box-sizing: border-box;
    margin: 0;
    padding: 10px 20px;
}

.recruit-container .outline dt {
    width: 11em;
    background: #efefef;
    border-top: solid 1px #fff;
    font-weight: bold;
    line-height: 2;
}

@media screen and (max-width: 40em) {
    .recruit-container .outline dt {
        width: 100%;
        padding: 10px;
        border-top: none;
    }
}

.recruit-container .outline dd {
    width: calc( 100% - 11em);
    padding: 10px 0 10px 20px;
    border-top: solid 1px #efefef;
	border-bottom: solid 1px #efefef;
}

@media screen and (max-width: 40em) {
    .recruit-container .outline dd {
        width: 100%;
        padding: 10px;
    }
}

.recruit-container .outline dd .attention {}

.recruit-container .outline dd .attention li {
    padding-left: 1em;
    margin-bottom: 0;
    text-indent: -1em;
    font-size: 1.45rem;
}

.recruit-container .outline dd .attention li::before {
    display: none;
}

.recruit-container .flow {
    overflow: hidden;
    margin: 0 2rem 1.5rem;
    padding-left: 0px;
}

@media screen and (max-width: 40em) {
    .recruit-container .flow {
        margin: 0 0 2.5rem;
    }
}

.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}


/* 新規採用h2 */

.maincatch {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.9em;
    line-height: 1.6;
    color: #947c2b;
    margin-bottom: 20px;
    text-align: center;
}


/* インターンシップの日程 */

.con_box {
    width: 90%;
    margin: 0 auto;
    background-color: #e8e7e7;
}

.intern {
    width: 100%;
    background-color: #999;
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 2px;
}

/* 新規採用日程終了 */

.end  {
	width: 80%;
    padding: 0.5em 1em;
    margin: 5em auto;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
	text-align: center;
}
.end p {
    margin: 0; 
    padding: 0;
}

@media screen and (max-width: 40em) {
    .end {
        width: 95%;
    }
}



/*ボックス横並び２個
---------------------------------------------------------------------------*/

*,
*:before,
*:after {
    box-sizing: border-box;
}

.col_2 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
}

.col_2>div {
    width: 50%;
    padding: 2vw;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .col_2>div {
        width: 90%;
    }
}

.up_box {
    border-bottom: 1px dotted #e8e7e7;
}

.col_2 h3 {
    border-bottom: solid #333 1px;
    margin: 1em 0;
    padding-bottom: 10px;
    text-align: center;
}

.col_2 dl {
    width: 60%;
    margin: 0 auto;
}

.col_2 dt,
.col_2 dd {
    display: block;
    padding: 0.5em 0;
}

.col_2 dt {
    float: left;
    clear: left;
    width: 30%;
}

.col_2 dd {
    float: left;
    width: 70%;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 900px) {
    .col_2 h3 {
        width: 80%;
        margin: 2em auto 1em;
    }
    .col_2 dl {
        width: 65%;
    }
    .col_2 dt {
        width: 40%;
        text-align: right;
        padding-right: 3em;
    }
    .col_2 dd {
        width: 60%;
    }
    .up_box {
        margin-bottom: 40px;
        border-bottom: 2px dotted #fff;
    }
}

@media screen and (max-width: 400px) {
    .col_2 h3 {
        width: 90%;
        margin: 2em auto 1em;
    }
    .col_2 dl {
        width: 90%;
    }
}


/* 中途採用採用フロー */

.flowbox {
    margin: 1em auto 1em;
    padding: 1em;
    width: 90%;
    color: #666666;
    background-color: #f7f7f7;
    border: 2px solid #ccc;
    border-radius: 8px;
    text-align: center;
}


/*上と下線*/

.solid_line {
    width: 80%;
    border-bottom: solid 1px #333;
    padding: 3px 0;
    margin: 10px auto;
}

@media screen and (max-width: 400px) {
    .solid_line {
        width: 90%;
    }
}


/*お問合せメール*/

.mail-d {
    width: 50%;
    padding: 10px;
    margin: 0 auto 40px auto;
    text-align: center;
    background: #9b6619;
    /* グラデーション非対応の古いブラウザ用の単色 */
    background: linear-gradient(to bottom, rgb(193, 143, 17), rgb(155, 102, 25));
}

.mail-d:hover {
    opacity: 0.7;
    /*半透明設定*/
}

.mail-d a {
    display: block;
    color: aliceblue;
    font-weight: 600;
    text-decoration: none;
}

.mail-d a:hover {
    -webkit-animation: zoom .3s;
    animation: zoom .3s;
}

@-webkit-keyframes zoom {
    50% {
        -webkit-transform: scale(1.05);
    }
}

@keyframes zoom {
    50% {
        transform: scale(1.05);
    }
}

@media screen and (max-width: 40em) {
    .mail-d {
        width: 80%;
    }
}


/*indexページ　コンテンツイメージリンク画像 */

.recruitmain-content .index-con .index-item .image {
    display: block;
    position: relative;
    overflow: hidden;
}

.recruitmain-content .index-con .index-item .image img {
    position: relative;
    z-index: 0;
    transform: scale(1);
    transition: transform .2s ease-out;
}

.recruitmain-content .index-con .index-item .image .label {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
    padding: 1em 2em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 1em;
    line-height: 1;
    letter-spacing: .1em;
    white-space: nowrap;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}

.recruitmain-content .index-con .index-item .image .label {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
    padding: 1em 2em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 1em;
    line-height: 1;
    letter-spacing: .1em;
    white-space: nowrap;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}

.recruitmain-content .index-con .index-item .image:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #222629;
    opacity: 0;
    transition: opacity .2s ease-out;
}

.recruitmain-content.isnt-touch .index-con a.index-item:hover .image img {
    transform: scale(1.1);
}

.recruitmain-content.isnt-touch .index-con a.index-item:hover .image .label {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.recruitmain-content.isnt-touch .index-con a.index-item:hover .image:before {
    opacity: .5;
}

.recruitmain-content.is-touch .index-con .index-item .image {
    overflow: visible;
}

@media screen and (max-width: 950px) {
    .recruitmain-content.is-touch .index-con .index-item .image:after {
        width: 6vw;
        height: 6vw;
    }
}

@media screen and (max-width: 600px) {
    .recruitmain-content .index-con .index-item .image {
        height: 66.666666vw;
    }
    .recruitmain-content .index-con .index-item .image .label {
		opacity: 1;
		font-size: 3.2vw;
		background-color: rgba(0,0,0,0.35);
    }
    .recruitmain-content.is-touch .index-con .index-item .image:after {
        width: 12.5vw;
        height: 12.5vw;
    }
}

.imggrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.bb {
    border-bottom: solid 1px #efefef;
}


/*Thanks h2 */
.entry-container {
    width: 90%;
    max-width: 60em;
    margin: 4em auto;
    padding-top: 20px;
}
.entry-container h2 {
	font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-weight: 600;
font-style: normal;
	font-size: 1.5em;
	line-height: 1.6; 
	color: #947c2b;
	border-bottom: solid #947c2b 1px;
	margin-bottom: 20px;
}