﻿/* -----------------------------------------------　all　---------------------------------------------------- */

/* -----------------------------　body------------------------------------- */
body{
    overflow: hidden !IMPORTANT;
}

div#wrap {
    overflow: hidden !important;
}
/* ----------　font　---------- */

/* color -----------------------------------------------------------------------------*/
/* color -----------------------------------------------------------------------------*/
:root{
    --color1:#1a2851;
    --color2:#c4d2e6;
    --color3:#3a6ad6;
    --color4:#ffffff;
    /*--color5:#ffffff;*/
    --white:#ffffff;
    --black:#000000;
    --gray:#ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}

.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    background: var(--white);
}


/* ---------------------------------------------　TOP　---------------------------------------- */

#main_img {
    background-image: url(Dup/img/main_img.jpg);
    background-size: cover;
}

#main_nav ul {
    background: rgb(9 6 61 / 60%);
}

h1::after {
    border-width: 440px 220px 0 0;
}

#loader img {
    z-index: 10;
}

#loader::after,#menu_wrap::after{
    background: linear-gradient(to right, rgb(26, 40, 81) 0%, var(--color3) 100%) !important;
}

.en_title.font_70 {
    font-size: 70px;
    line-height: 0.7;
}

/*キャッチコピー*/
.catch {
    z-index: 3;
    position: absolute;
    top: 50%;
    right: 35%;
    transform: translate(0, -50%);
    width: auto;
    height: 100%;
}

.catch img{
    height: 100%;
    width: auto;
}

/* top_banner----------------------------*/

.top_banner {
    bottom: 70px;
    right: 0;
    z-index: 90;
}

.top_banner a {
    padding: 8px 2px;
    letter-spacing: 0;
    line-height: 1.3;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

.top_banner a i {
    padding: 0;
    padding-bottom: 8px;
}

#page_top {
    width: 57px;
    height: 55px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-color: #fff;
}

/* ----------　contents_links　▼---------- */

/*装飾posi_rel-----------------------------*/

section#contents_links,section#top_cms,.cate_wrap,.cms_wrap.width_max_tb,.v_type2,div#page07 {position: relative;}
section#main_wrap {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#contents_links::before {
    content: '';
    background: url(dup/img/item03.png);
    width: 25%;
    height: 14%;
    position: absolute;
    top: -5%;
    right: -8%;
    z-index: 4;
    transform: scale(1,-1) rotate(20deg);
    background-repeat: no-repeat;
}

#contents_links .box_wrap .box.active:nth-of-type(odd), #contents_links .box_wrap .box.active:nth-of-type(even){
    background-color: var(--color1);
}

#contents_links h3, #contents_links span{
    color: var(--color1);
}

section#contents_links h4 {
    font-size: 18px;
    border-radius: 0;
    padding: 0 0 4px 0 !important;
    border: solid 0;
    border-bottom: solid 1px;
}

section#contents_links p span {
    background-color: transparent !important;
    padding: 10px 50px 20px !important;
    font-size: 60px;
    color: var(--white);
    background-image: url(dup/img/item02.png);
    background-size: 200px;
    background-position: bottom right;
    background-repeat: no-repeat;
}

#contents_links .box_wrap .box a div span {
    color: var(--white);
}

#contents_links .box_wrap .box::before {
    content: '';
    position: absolute;
    width: 30%;
    height: 100%;
    background-image: url(dup/img/item04.png);
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
    mix-blend-mode: overlay;
    opacity: 0.4;
}


#contents_links .box_wrap .box::after {
    content: '';
    position: absolute;
    width: 30%;
    height: 100%;
    background-image: url(dup/img/item04.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    transform: scale(-1,-1);
    mix-blend-mode: overlay;
    opacity: 0.4;
}


#contents::before {
    z-index: 2;
    background-image: url(./Dup/img/item05.png);
    background-position: left top;
    background-size: 100% 100%;
    opacity: 0.5;
}
/* ----------　contents_links　▲---------- */

/* ----------　intro　▼---------- */

#intro #intro_box #intro_txt{
    top: -50px;
}

#intro #intro_txt h3::after {
    content: " job so quickly..." !important;
}

#intro.on #intro_box #intro_txt p {
    width: 91% ! IMPORTANT;
}

div#intro_txt {
    background: transparent;
    padding-left: 6%;
}

div#intro_txt::before {
    content: '';
    background: var(--color1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -8%;
    z-index: -1;
    transform: skewX(356deg);
}

#intro #intro_box #intro_txt h3::after{
    white-space: normal;
    line-height: 1.5em;
    font-family: "Montserrat Subrayada", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ----------　intro　▲---------- */

/* ----------　contents1　▼---------- */
/* ------コンテンツ------ */
.contents div {
    border: solid 0px;
}

.contents .en_font{
    margin-bottom: 70px;
    color: rgba(255,255,255,0.7);
}

.contents div::after {
    content: '';
    background: var(--color1) !important;
    width: 103%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1%;
    z-index: -2 !important;
    transform: skewX(352deg);
    opacity: 0.9;

}

/* -- コンテンツ追加 ------ */
.contents{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.contents h3,.contents div{
	position: relative;
	z-index: 3;
}

.contents h3{
	font-size: 100px;
	margin-bottom: 200px;
	line-height: 1;
}

#contents1 div {
    width: 50%;
    box-sizing: border-box;
    margin-right: 45%;
    margin-left: 5%;
}

#contents2 div{
	width: 52%;
	box-sizing: border-box;
	margin-left: 45%;
	margin-right: 5%;
}

.contents div h4,.contents div p{position: relative;z-index: 2;}

.contents div h4 {
    font-size: 30px;
}

.contents div::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
	z-index: 1;
}

.contents::before,.contents::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#contents1::before{
	z-index: 2;
	background-image: url("../Dup/img/bg_black.png");
	background-position: right bottom;
	background-size: 100% 100%;
	opacity: 0.2;
	transform: scale(-1, -1);
}

#contents2::before{
	z-index: 2;
	background-image: url("../Dup/img/bg_black.png");
	background-position: left top;
	background-size: 100% 100%;
	opacity: 0.2;
	transform: scale(1,-1);
}

.contents::after{
	z-index: 1;
	background-position: center center;
	background-size: cover;
}

.contents h3 {
    font-size: 70px;
    font-weight: 900;
}
/* ----------　contents1　▲---------- */

/* ----------　contents2　▼---------- */
/* ----------　contents2　▲---------- */

/* ----------　topcms　▼---------- */
section#top_cms {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 60px;
}


#top_cms .top_cms_box .top_cms_title p {
    opacity: 0.2;
    color: var(--color3);
}

/*.cms_wrap::before {*/
/*    content: '';*/
/*    background: rgb(217 243 255 / 20%) !important;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: -2%;*/
/*    right: -1%;*/
/*    z-index: -2 !important;*/
/*    transform: skewX(356deg);*/
/*    opacity: 0.9;*/
/*    left: auto !important;*/
/*}*/


.cate_wrap,#cms_2-c,.cms_wrap.width_max_tb,.v_type2_sub,#cms_3-c,div#page07{
    background: rgb(217 243 255 / 20%) !important;
    padding:2%;
    position: relative;
}

.cate_wrap::before, #cms_2-c::before, .cms_wrap.width_max_tb::before, .v_type2_sub::before, div#page07::before {
    content: '';
    background: url(dup/img/item03.png);
    width: 19%;
    height: 15%;
    background-size: 100%;
    position: absolute;
    top: -10%;
    right: -10%;
    z-index: 4;
    transform: scale(1,-1) rotate(20deg);
    background-repeat: no-repeat;
}

.more {
    position: relative;
}

/* ----------　topcms　▲---------- */

/* -------------------　BLOG　▼----------------- */

/* ----------　pager　---------- */
.topcms_about_type1 {counter-reset: box 0;padding-top: 35px;}

.topcms_about_type1 .cate_box {
    width: 24% !important;
    padding: 55px 25px 25px;
    background-color: var(--color4);
    border: solid 1px var(--color2);
    border-radius: 10px;
    box-sizing: border-box;
}

.topcms_about_type1 .number {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90px;
}

.topcms_about_type1 .number::before {
    counter-increment: box 1;
    content: "0" counter(box);
    font-size: 67px;
    font-family: "Montserrat Subrayada", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
    text-align: center;
    color: var(--color3);
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: -42px;
    margin: auto;
    z-index: 0;
}

.topcms_about_type1 .cate_box .box_title1{font-size: 18px;line-height: 1.6;z-index: 1}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_about_type1 .cate_box {
	margin: 0 auto 80px;
	width: 80%!important;
}
.topcms_about_type1 .cate_box:last-of-type {
	margin-bottom: 0;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.topcms_about_type1 .cate_box {
	width: 90%!important;
	padding: 50px 25px 25px;
}
.topcms_about_type1 .number::before{
	font-size: 59px;
	top: -34px;
}
.topcms_about_type1 .number::after{
	width: 72%;
}
}
/* -------------------　BLOG　▲----------------- */

#footer::after {
    background: linear-gradient(to right, rgb(26, 40, 81) 0%, var(--color3) 100%) !important;
    opacity: 1 !important;
}

/* ---------------------------------　下層ページ　--------------------------------- */
#page_title.active > div h3 {
    font-size: 40px;
}

#page_title > div p {
    font-size: 70px;
    transform: translateY(-20px) !important;
}

/*  ---------------　お知らせ　▼ --------------- */
/*  ---------------　お知らせ　▲ --------------- */

/* ---------------　〇〇〇について　▼-------------- */
/* ---------------　〇〇〇について　▲------------ */


/*  ---------------　業務内容 ▼ --------------- */

.flow_type3 .cate {
    counter-reset: box;
    margin-top: 150px;
}

.flow_type3 .cate_box{counter-increment: box;}

.flow_type3 .box_item{padding-top: 60px;}

.flow_type3 .box_title1{z-index: 0}

.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}

.flow_type3 .box_title1::before {
    content: "0" counter(box);
    font-size: 86px;
    color: var(--color2);
    opacity: 0.4;
    left: 0;
    top: -70px;
    z-index: -1;
}

.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}

/*  ---------------　業務内容 ▲ --------------- */


/*  ---------------　募集要項　▼- ---------------- */
/*  ----------------　募集要項　▲- --------------- */

/* *  ---------------　仲間の声　▼*  --------------- */

#cms_6-d .cate_title {
    color: var(--color3);
}

#cms_6-d .cate_box:after, .cms_6-d .cate_box:after {
    color: var(--color4);
}

/* *  ---------------　仲間の声　▲*  ---------------- */

/* ---------------　お問い合わせ　▼*  ---------------*/
/* ---------------　お問い合わせ　▲*  --------------- */


/* *  ---------------　プライバシーポリシー ▼*  --------------- */
/* *  ---------------　プライバシーポリシー ▲*  ---------------*/


/**  ---------------　サイトマップ　▼*  --------------- */
/**  ---------------　サイトマップ　▲*  --------------- */


@media all and (-ms-high-contrast: none){
}

@media screen and (max-width: 1700px){
}

/*-------------------------------------------------------1536-------------------------------------------------------*/
@media screen and (max-width: 1536px){

#intro #intro_box #intro_txt h3::after {
    font-size: 55px;
}

.contents h3 {
    font-size: 65px;
}

}

/*-------------------------------------------------------1530 × 735-------------------------------------------------------*/
@media screen and (max-width: 1530px){}


/*-------------------------------------------------------1366-------------------------------------------------------*/
@media screen and (max-width: 1366px){

.catch {
    right: 25%;

}

#intro #intro_box #intro_txt h3::after {
    font-size: 45px;
}

.contents h3 {
    font-size: 60px;
}

}


/*-------------------------------------------------------タブレット-------------------------------------------------------*/
@media screen and (max-width: 768px){

    #main_img {
        /* background-image: url(Dup/img/main_img_tb.png); */
        /* background-size: cover; */
        background-size: 100%;
        background-position: 50% 50%;
        height: 50vh;
        min-height: 390px;
    }


h1::after {
    border-width: 220px 110px 0 0;
}

    .catch_tb {
        z-index: 3;
        position: absolute;
        top: 55%;
        right: 0%;
        transform: translate(-25%, 0%);
        width: 80%;
        height: 100%;
    }

#intro.on #intro_box #intro_txt p {
    width: 100% ! IMPORTANT;
}

#intro #intro_box #intro_txt h3::after {
    font-size: 50px;
    transform: translateY(-50%);
}

#intro.on #intro_box #intro_txt {
        position: relative;
        margin-left: 0%;
        width: 100%;
    }

div#intro_txt::before {
    top: 0;
    right: 0%;
    transform: skewX(360deg);
}

    .contents h3 {
        font-size: 40px;
    }

#contents1 div {
    width: 63%;
}

#contents2 div {
    width: 72%;
    margin-left: 22%;
    margin-right: 4%;
}

/*.cms_wrap::before{*/
/*    top: 0%;*/
/*    right: 0%;*/
/*    z-index: -2 !important;*/
/*    transform: skewX(360deg);*/
/*    opacity: 0.9;*/
/*    left: auto !important;*/
/*}*/

footer #footer #footer_box h2 {
    font-size: 13px;
}

}

/*-------------------------------------------------------スマホ-------------------------------------------------------*/

@media screen and (max-width: 667px){

#main_img {
    background-position: 100% 50%;
    height: 33vh;
    padding-top: 25vh;
    min-height: 191px;
}

    .catch_tb {
        top: 100%;
        right: 0%;
        transform: translate(-5%, 0%);
        width: 90%;
        height: 100%;
        padding-top: 10px;
    }

h1::after {
    border-width: 160px 80px 0 0;
}

#intro .intro_title{
        padding-top: 125px;
        padding-bottom: 30px;
}

    #intro h3 {
        font-size: 14px;
    }

#intro #intro_box #intro_txt h3::after {
        font-size: 30px;
}



.en_title.font_70 {
    font-size: 50px;
}

section#contents_links h4 {
    font-size: 15px;
}

section#contents_links p span {
    font-size: 25px;
}

    #contents_links .box_wrap .box a div span {
        font-size: 12px;
    }

.contents h3 {
    font-size: 18px;
}

    #contents_links .box_wrap .box a div span {
        padding: 5px 10px;
    }

.contents div::after {
    transform: skewX(360deg);

}

#contents1 div {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
}

#contents2 div {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

#top_cms .top_cms_box .more a::after {
    color: var(--white);
}

.top_banner {
    bottom: 0;
    right: 70px;
}

.top_banner a {
    padding: 6px 4px;
    border-bottom: none;
    border-right: 1px solid;
}

.top_banner a i {
    padding-bottom: 0px;
    padding-right: 5px;
}

footer #footer #footer_box h2 {
   font-size: 13px;
    padding: 5px 5px;
}

#menu_wrap nav ul li a {
    padding-top: 20px;
}

#menu_wrap nav ul li a .title2 {
    opacity: 0.1;
}

#page_title > div p {
    font-size: 20px;
    transform: translateY(-35px) !important;
}

#page_title.active > div h3 {
    font-size: 23px;
}

}

@-moz-document url-prefix() {
.top_banner {
  bottom: 70px;
  right: -20px;
  z-index: 90;
}
}

