@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/*--------------------------------------
  リセット
--------------------------------------*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

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

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

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

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	table-layout: fixed;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

pre {
	overflow: auto;
}
strong {
	font-weight: bold;
}
.s {
	font-size: 80%;
    font-weight: inherit;
}
.ss {
	font-size: 68%;
    font-weight: inherit;
}
.m {
    font-size: 94%;
}
.l {
    font-size: 120%;
	font-weight: inherit;
}
.ll{
	font-size: 150%;
	font-weight: inherit;
}
.xl{
	font-size: 180%;
	font-weight: inherit;
	line-height: 1.1;
}
.bb {
    font-weight: 700;
    font-size: 130%;
}
.b{
	font-weight: 700;
}

span {
	font-weight: inherit;
}

* {
	margin: 0;
	padding: 0;
	
}

h1,h2,h3,h4,h5{
	font-weight: 600;
	line-height: 1.5;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
	transition: all .3s ease;
}
/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: inherit;
	transition: all .3s ease;
}

a:hover {
	
}
/*--------------------------------------
  全体定義
--------------------------------------*/

:root {
	--color-navy: #05213d;
	--color-gold: #d3b562;
	--color-white: #fff;
	--color-yellow: #fff200;
	--color-beige: #edebe8;
	--color-bk: #222222;
	--color-gray: #999999;
	--color-red: #a30000;
	--color-green: #07b53b;
	--color-green2: #0d6b21;
}
html{
	
}
body {
	font-family: Arial,'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    color: var(--color-navy);
    font-weight: 500;
	font-size: 15.5px;
    font-size: 4.15vw;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}
#wrapper {
	overflow-x: hidden;
}


.fc_white{
	color: var(--color-white);
}
.fc_navy{
	color: var(--color-navy);
}
.fc_bk{
	color: var(--color-bk);
}
.fc_red{
	color: var(--color-red);
}
.fc_red2{
	color: var(--color-red2);
}
.fc_yellow{
	color: var(--color-yellow);
}


.bg01{
	background-color: var(--color-navy);
}
.bg02{
	background-color: var(--color-beige);
}
.bg03{
	background-color: var(--color-white);
}

.marker_yellow {
    background: linear-gradient(transparent 50%, var(--color-yellow) 50%);
}

/*--------------------------------------
  header
--------------------------------------*/
.logo {
    display: block;
    padding: 8px;
    width: 200px;
}

/*--------------------------------------
  FV
--------------------------------------*/
#fv {
    position: relative;
}
.fv_ttl {
    position: absolute;
    width: 70%;
    top: 10px;
    left: 0;
    filter: drop-shadow(4px 4px 0 var(--color-navy));
}
.fv_h1 {
    position: absolute;
    top: 18%;
    left: 4%;
    font-size: 144%;
    transform: rotate(-4deg);
}
.h1_2 {
    display: block;
    font-size: 63%;
    font-weight: 600;
    border-top: 2px solid var(--color-gold);
    padding-top: 5px;
	margin-top: 2px;
}

.fv_bottom {
    padding: 28px 10px 10px;
    box-sizing: border-box;
	position: relative;
}
.fv_b_txt {
    background: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: 2px 24px 5px;
    width: fit-content;
    border-radius: 50px;
	position: absolute;
	top: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
ul.fv_badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

ul.fv_badge li {
    width: 31%;
    box-sizing: border-box;
    position: relative;
}
ul.fv_badge li h2 {
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-size: 13px;
}
.badge_note {
    color: #fff;
    text-align: right;
    font-size: 9px;
    margin-top: 6px;
}





/*--------------------------------------
  Contents
--------------------------------------*/
.contents_block {
    padding: 46px 0;
	position: relative;
}
.inner {
	width: 90%;
	margin: 0 auto;
}

.ttl {
    text-align: center;
    font-size: 165%;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 28px;
	position: relative;
}
.ttl_en {
    display: block;
	font-size: 90%;
    margin: 0 auto 14px;
    text-align: center;
    width: fit-content;
    background: var(--color-navy);
    color: #fff;
    padding: 0 24px;
    box-shadow: 3px 3px 0 var(--color-gold);
}
.slash{
	position: relative;
	
}
.slash::before,.slash::after {
    content: '';
    position: absolute;
    top: 0;
    left: -32px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 40px;
    background: url(../images/slash_navy.webp) no-repeat;
    background-size: contain;
    background-position: center;
}
.slash::after {
	transform: scale(-1,1);
	left: auto;
	right: -32px;
}
.ttl2 {
    text-align: center;
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 20px;
}
	
.frame_gold {
	position: relative;
	background: #fff;
	padding: 20px 0;
	text-align: center;
	font-size: 116%;
	font-weight: 600;
	margin-bottom: 20px;
}
.gold_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.gold_line.gl_bottom {
    top: auto;
    bottom: 0;
    transform: scale(1, -1);
}



/*--------------------------------------
  About
--------------------------------------*/
.about1 {
    display: block;
    margin: 25px 0;
}
.about_ttl2 {
    text-align: center;
    font-size: 150%;
    padding: 20px 0;
	position: relative;
}
.question {
	position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
}
.box1 {
    background: #fff;
    border: 2px solid var(--color-navy);
    box-sizing: border-box;
    position: relative;
    padding: 30px 16px 16px;
	margin: 24px 0 48px;
}
.box1:last-child {
    margin-bottom: 0;
}
.ttl_navy {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 236px;
}
.ttl_navy_txt {
    position: absolute;
    color: #fff;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 124%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#about .ttl_navy_txt {
	top: -17px;
}
.compare dl {
    margin-top: 12px;
    font-size: 88%;
}

.compare dt {
    background: var(--color-gray);
    color: #fff;
    font-size: 90%;
    font-weight: 600;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 5px;
}
dt.c_hire {
    background: var(--color-gold);
}


/*--------------------------------------
  Person
--------------------------------------*/

ul.chack_list {
    padding: 20px 0;
}
ul.chack_list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
}
ul.chack_list li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../images/ico_check.webp) no-repeat;
    background-position: center;
    background-size: contain;
}
ul.chack_list li h3 {
    font-size: 128%;
}

ul.persons li {
    position: relative;
	margin-bottom: 10px;
}

ul.persons li h3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: fit-content;
    font-size: 135%;
    text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
}
.person_img {
    width: 56%;
    display: block;
    margin: 0 0 0 auto;
}
ul.persons li:nth-child(2n) .person_img {
	margin: 0;
}
ul.persons li:nth-child(2n) h3 {
    left: 45%;
}

.frame_ng {
    text-align: center;
	padding-top: 30px;
}

.frame_ng p {
    font-weight: 600;
    font-size: 128%;
    padding: 5px 0 20px;
}
.ng_top {
    display: block;
    margin: 0 auto;
    width: 70px;
}
.ng_dot {
    display: block;
}
/*--------------------------------------
  CTA
--------------------------------------*/
.cta {
    background: url(../images/cta_bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 24px 0;
    text-align: center;
    color: #fff;
}
.cta_txt1 {
    font-size: 130%;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 10px;
	text-shadow: 0 0 5px #333, 0 0 5px #333,0 0 5px #333,0 0 5px #333;
}
.cta_txt2 {
    font-size: 95%;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 20px;
}
.cta_btn {
    position: relative;
    z-index: 2;
	width: 86%;
	max-width: 300px;
    margin: 0 auto;
}
.cta_btn a.cta-monster {
    position: relative;
    color: #fff;
    background: var(--color-green);
    box-shadow: 0 5px 0 var(--color-green2);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 100px;
    font-weight: 700;
    font-size: 120%;
    line-height: 1;
    height: 58px;
}

/**.cta_btn a.btn_tel {
    background: var(--color-gold);
    box-shadow: 0 5px 0 #967d40;
	margin-bottom: 16px;
}**/
.ico_line {
    width: 12%;
    position: absolute;
    top: 0;
    left: 6%;
    bottom: 0;
    margin: auto;
}
/**
.btn_tel p {
    font-weight: 600;
    font-size: 120%;
    line-height: 1.2;
}
.tel_sub {
    font-size: 12px;
    font-weight: 400;
	display: block;
}**/
.cta_btn a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
	width: 20px;
    height: 20px;
    margin: auto;
    background: url(../images/btn_arrow.webp) no-repeat;
    background-position: center;
    background-size: contain;
}


/*--------------------------------------
  Advantages
--------------------------------------*/
.kira {
    position: absolute;
    width: 6%;
}

.kira.ad_k1 {
    top: 5%;
    left: 3%;
}
.kira.ad_k2 {
    right: 3%;
    top: 9%;
}
ul.reason {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.reason li {
    background: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
    box-sizing: border-box;
	width: 100%;
}
.ico_adv {
    width: 33%;
    margin-right: 5%;
}
ul.reason li p {
    font-weight: 600;
    line-height: 1.5;
    font-size: 108%;
	position: relative;
}
/**ul.reason li:nth-child(n+4) {
    width: 48.5%;
	text-align: center;
    justify-content: center;
	padding: 10px;
}**/
/**
ul.reason li:nth-child(n+4) p {
    font-size: 90%;
}
ul.reason li:nth-child(n+4) .ico_adv{
	width: 60%;
}
**/
.kome_txt {
    font-size: 70%;
}
.kome {
    position: absolute;
    font-size: 75%;
    bottom: 5px;
}

.hire_work {
    padding: 30px 0 0;
}
.hire_w1 {
    display: block;
    margin-bottom: 20px;
}

.hire_work h3 {
    margin-bottom: 40px;
	line-height: 1.8;
}
.square {
    font-size: 110%;
	margin-top: 8px;
	position: relative;
	padding-left: 17px;
}
.square::before {
	content: '';
    width: 12px;
    height: 12px;
    background: url(../images/square.webp) no-repeat;
    background-size: contain;
    background-position: center;
	position: absolute;
    top: 6px;
    left: 0;
}



/*--------------------------------------
  Working
--------------------------------------*/
.bubble_navy {
    background: var(--color-navy);
    color: #fff;
    text-align: center;
    font-size: 115%;
    font-weight: 500;
    position: relative;
    margin: 0 auto 20px;
    width: fit-content;
    padding: 3px 40px;
    border-radius: 40px;
}

.bubble_navy::after {
    content: '';
    background: var(--color-navy);
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 13px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.shift_a p {
    text-align: center;
    margin-bottom: 24px;
}
.shift {
    display: block;
    margin: 0 auto 40px;
}
ul.merit {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.merit li {
    width: 48.5%;
    background: var(--color-navy);
    padding: 7px 3px 3px;
    box-sizing: border-box;
}
ul.merit li p {
    text-align: center;
    font-weight: 500;
    font-size: 87%;
    line-height: 1.5;
    margin-bottom: 7px;
}


/*--------------------------------------
  Schedule
--------------------------------------*/

.bg_square {
    position: absolute;
	z-index: -1;
}
.bgs1 {
    top: -4%;
    left: -10%;
    width: 33%;
    transform: scale(-1, -1);
}
.bgs2 {
	right: -8%;
    top: -2%;
    width: 33%;
}
.bgs3 {
    width: 33%;
    bottom: -1%;
    left: -8%;
    transform: scale(-1, -1);
}
ul.sc_list {
}
ul.sc_list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
	padding-bottom: 24px;
}
ul.sc_list li:last-child {
	padding-bottom: 0;
}
ul.sc_list li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 8%;
    width: 0;
    height: 100%;
    border-left: 4px dotted;
    z-index: -1;
}
.time {
    width: 20%;
	position: relative;
}
.sc_content {
    width: 75%;
}
.time p {
    position: absolute;
    top: 0;
    left: 9%;
    color: #fff;
    font-size: 88%;
    font-weight: 600;
}
.sc_content h3 {
    font-size: 120%;
    line-height: 1.5;
}
.sc_content p {
    font-weight: 500;
}
.scimg {
    display: block;
    margin-top: 10px;
}



/*--------------------------------------
  Flow
--------------------------------------*/
#flow .frame_gold {
    margin-bottom: 48px;
}
.box1 p {
	position: relative;
}

.flow_img {
    position: relative;
	margin-bottom: 15px;
}
.flow_label {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--color-gold);
    color: #fff;
    font-weight: 500;
    line-height: 1;
    padding: 5px 12px;
}
.fl_arrow {
    display: block;
    margin: 0 auto;
    width: 20px;
}
#flow .box1 {
    margin: 30px 0 10px;
}
/*--------------------------------------
  Entry
--------------------------------------*/

ul.entry_list {
}
ul.entry_list li {
    position: relative;
    padding-left: 21.5%;
}
.ico_step {
    position: absolute;
    top: 0;
    left: 0;
    width: 18.4%;
}
ul.entry_list li h3 {
    font-size: 126%;
    margin-bottom: 5px;
}
ul.entry_list li p {
    font-weight: 500;
    font-size: 94%;
}
.entry1 {
    position: absolute;
    width: 12%;
    top: 0;
    right: 0;
}
.entry2 {
    position: absolute;
    top: 80%;
    right: 0;
    width: 24%;
}
.entry3 {
    position: absolute;
    top: 73%;
    right: 0;
    width: 18%;
}
.et_arrow {
    display: block;
    margin: 20px auto;
    width: 16px;
}
.entry_bottom {
    position: relative;
    margin-top: 40px;
}
.entry_bottom p {
    text-align: center;
    font-weight: 600;
    font-size: 130%;
    line-height: 1.5;
}
.kirakira2 {
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    width: 65%;
}

/*--------------------------------------
  interview
--------------------------------------*/

#interview .ttl_en {
    background: var(--color-gold);
    box-shadow: 3px 3px 0 #fff;
    color: var(--color-navy);
}
.staff_box {
    background: #fff;
    padding: 18px;
    box-sizing: border-box;
    margin: 0 10px;
    border: 2px solid var(--color-gold);
}
.staff_box .square {
    margin: 0 0 10px;
    font-size: 125%;
    line-height: 1.5;
}
.st_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.st_img {
    width: 50%;
}
.st_r {
    width: 45%;
    font-size: 90%;
}
.st_r dt {
    background: var(--color-gold);
    color: #fff;
    width: fit-content;
    line-height: 1;
    padding: 5px 8px;
    margin: 8px 0 5px;
}
.st_txt p {
    font-size: 95%;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    left: -5%;
    width: 30px;
    margin-top: -30px;
    z-index: 2;
    cursor: pointer;
}

.next-arrow {
    transform: scale(-1, 1);
    left: auto;
    right: -5%;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
ul.slick-dots li {
    margin: 0 4px;
    width: 14px;
    line-height: 1;
    position: relative;
}
ul.slick-dots button {
    font-size: 0;
    border: 0;
}
ul.slick-dots button:after {
    content: '';
    background: var(--color-gold);
    opacity: 0.4;
    width: 10px;
    height: 10px;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
ul.slick-dots .slick-active button:after {
    opacity: 1;
}

/*--------------------------------------
  FAQ
--------------------------------------*/
.qa_box {
    padding: 8px 0;
}
dl.qa {
    box-sizing: border-box;
    padding: 18px 0;
    border-bottom: 1px solid #ccc;
}
dl.qa:last-child {
    border: 0;
}
dl.qa dt {
    font-weight: 600;
    position: relative;
    padding: 0 10px 0 30px;
	cursor: pointer;
	font-size: 92%;
}

dl.qa dd {
	font-size: 88%;
    position: relative;
    padding: 12px 0 0 30px;
	display: none;
}

dl.qa dt::before, dl.qa dd::before {
    content: 'Q';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    background: var(--color-navy);
    line-height: 1;
    font-weight: 600;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 124%;
}
dl.qa dd::before {
	content: 'A';
	background: var(--color-gold);
	top: 10px;
	bottom: auto;
	
}
dl.qa dt::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
	background: url(../images/ico_plus.webp) no-repeat;
	background-position: center;
	background-size: contain;
	
}
dl.qa dt.active::after {
	background-image: url(../images/ico_minus.webp) ;
}

/*--------------------------------------
  Recruit
--------------------------------------*/

.recruit_box {
    background: #fff;
    padding: 14px;
    box-sizing: border-box;
}
.recruit_box dl {
    font-size: 90%;
}
.recruit_box dt {
	font-weight: 600;
	line-height: 1.5;
}
.recruit_box dd {
    line-height: 1.5;
    padding-bottom: 5px;
}
.recruit_box dt .square {
    margin-top: 0;
}


/*--------------------------------------
 Footer 
--------------------------------------*/
#footer {
    text-align: center;
    font-size: 75%;
    padding: 12px 0;
}

/*--------------------------------------
 Float 
--------------------------------------*/
#float {
    width: 100%;
    padding: 8px 0 8px;
    background: rgba(255,255,255,0.8);
    z-index: 9;
}

	
@media screen and (min-width:600px) {
	
body {
	font-size: 18px;
}	
#wrapper {
    width: 600px;
    margin: 0 auto;
}
.logo {
    width: 220px;
}
.fv_h1 {
    font-size: 200%;
}	
ul.fv_badge {
    width: 90%;
    margin: 30px auto 0;
}	
.fv_b_txt {
    font-size: 130%;
}	
ul.fv_badge li h2 {
    font-size: 98%;
}
.ttl_navy {
    width: 270px;
}	
ul.reason li p {
    font-size: 130%;
}
ul.reason li:nth-child(n+4) p {
    font-size: 110%;
}
.time p {
    font-size: 110%;
}
.sc_content h3 {
    font-size: 150%;
}	
.slide-arrow {
    width: 46px;
    margin-top: -46px;
}

dl.qa dt {
    font-size: 97%;
}

dl.qa dd {
    font-size: 94%;
}
.kira.ad_k1 {
    top: 5%;
    left: 10%;
}
.kira.ad_k2 {
    right: 10%;
    top: 6%;
}
.kirakira2 {
    width: 50%;
}
ul.entry_list li p {
    font-size: 100%;
}	
	
	
	
	
	
}













