@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;
}
.l {
    font-size: 120%;
}
.ll{
	font-size: 150%;
}
.bb {
    font-weight: 600;
    font-size: 130%;
}
* {
	margin: 0;
	padding: 0;
	
}
span{
	font-weight: inherit;
}
/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.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: #1e3e62;
	--color-navy2: #3b5162;
	--color-white: #fff;
	--color-yellow: #fff800;
	--color-bk: #232323;
	--color-red: #d53b45;
	--color-gray: #f4f4f4;
	--color-green: #06be55;	
}

html{
	
}
body {
	font-family: Arial, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "メイリオ", sans-serif;
    color: var(--color-bk);
    font-weight: 400;
	font-size: 15px;
	line-height: 2;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-color: #fff;
}

#wrapper {
    overflow-x: hidden;	
}



h2,h3,h4{
	line-height: 1.5;
}
.ttl {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 30px;
	color: var(--color-navy);
}
.sub_ttl_en {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
	color: var(--color-navy);
}
.ttl2 {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}

.fc_white {
	color: var(--color-white);
}
.fc_navy {
	color: var(--color-navy);
}
.fc_br {
	color: var(--color-br);
}
.fc_red {
	color: var(--color-red);
}
.fc_yellow {
	color: var(--color-yellow);
}



.bg01{
	background-color: var(--color-gray);
}
.bg02{
	background-color: var(--color-navy);
}
.bg03{
	background: url(../images/bgimg.webp) repeat-y;
	background-position: center top;
	background-size: 100% auto;
}

.marker_yellow {
    background: linear-gradient(transparent 40%, #fff800 40%);
}


/*--------------------------------------
  header
--------------------------------------*/
#header {
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
	padding: 10px 0;
}
.header_inner {
	display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin: 0 auto;
}
.logo {
    width: 130px;
}
.h_btn {
    width: 160px;
}
.h_btn.line_btn a {
    font-size: 14px;
    padding: 10px 0 10px 22px;
}
.h_btn .ico_line {
    width: 5.3vw;
}


/*--------------------------------------
  FV
--------------------------------------*/
.fv {
    position: relative;
    background: url(../images/fv_bg.webp) no-repeat;
    background-size: cover;
    background-position: center top;
}
.fv_h1 {
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
}
.h1_sub {
    color: var(--color-navy);
    font-weight: 700;
    font-size: 110%;
    text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
}
.logo_fv {
    display: block;
    margin: 0 auto;
    width: 43%;
}
.h1_main {
    font-size: 42px;
    line-height: 1.5;
    font-weight: 800;
    margin-top: 30px;
    text-shadow: 0 0 10px #333,0 0 10px #333;
}

.fv_box {
    position: relative;
	padding: 18px 0 24px;
}

.fv_box h2 {
    width: fit-content;
    position: relative;
    margin-bottom: 10px;
    padding: 12px 35px 12px 16px;
}

.fv_box span {
    display: block;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    z-index: 1;
}
.fv_n {
    position: absolute;
    z-index: 0;
    top: 0;
	bottom: 0;
    left: 0;
	margin: auto;
	height: 100%;
}
.fv_c1 {
    position: absolute;
    top: 28px;
    right: -7px;
    width: 44%;
}

.fvh3::after {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    background: var(--color-red);
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 18px;
    height: 16px;
}
.fvh3 {
    background: var(--color-red);
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 12px 0;
    margin-bottom: 26px;
    position: relative;
}

.fv .line_btn a {
    font-size: 23px;
}

/*--------------------------------------
  Contents
--------------------------------------*/
#contents {
    overflow-x: hidden;
}

.contents_block {
    padding: 40px 0;
	position: relative;
}
.inner{
	width: 90%;
	margin: 0 auto;
}


/*--------------------------------------
  CTA
--------------------------------------*/
.cta {
    position: relative;
	padding: 40px 0;
}
.cta_box {
    background: #fff;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 24px;
    position: relative;
}
.cta_ttl {
    width: 90%;
    font-size: 20px;
    font-weight: 700;
	color: #3b5162;
}
.logo2 {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}
.cta_txt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}
.slash2 {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    width: 65%;
}
.cta_img {
    position: absolute;
    width: 30%;
    right: 5px;
    top: 6px;
}
.line_btn {
}

.cta_btn {
    width: 100%;
    margin: 0 auto;
}
.line_btn a {
    background: #06c755;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 14px 0 14px 5vw;
    position: relative;
	border-radius: 12px;
}
.line_btn a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 10px;
    height: 10px;
    background: url(../images/btn_arrow.webp) no-repeat;
    background-position: center;
    background-size: contain;
}
.ico_line {
    width: 7.5vw;
    margin-right: 2vw;
}


/*--------------------------------------
  About
--------------------------------------*/
#about {
    position: relative;
}
.abouth3 {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 27px;
	margin-bottom: 18px;
}
.abouth3 span {
    z-index: 2;
    position: relative;
    padding: 6px 0;
    display: block;
}
.abouth3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../images/about_label.webp) no-repeat;
    background-size: contain;
    background-position: center;
	z-index: 0;
}
.abouth4 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
	position: relative;
}
.abouttxt {
    font-weight: 500;
    font-size: 15.5px;
}
.about_img {
    margin: 24px 0;
    border-radius: 14px;
    overflow: hidden;
}
.about_slash {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

/*--------------------------------------
  Feature
--------------------------------------*/
#feature {
    padding-top: 80px;
    margin-top: -50px;
}
.feature_top {
    position: relative;
    margin-bottom: 30px;
}
.ico_slash {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 66%;
    padding-right: 10px;
}


ul.feature_list li {
    margin-bottom: 30px;
    position: relative;
	padding-top: 20px;
}
.f_label {
    position: absolute;
    top: 0;
    left: 15px;
    width: 60px;
}
.feature_ttl {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
	text-align: center;
}
.feature_img {
    margin-bottom: 20px;
    border-radius: 14px;
    overflow: hidden;
}
ul.check_list {
}

ul.check_list li {
    display: flex;
    align-items: center;
    font-weight: 500;
	padding: 0;
    margin-bottom: 3px;
}
ul.check_list {
    margin-bottom: 10px;
}
ul.check_list li:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/ico_check.webp) no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
	margin-right: 4px;
}	


/*--------------------------------------
  reward
--------------------------------------*/
#reward {
}
.reward_box {
    box-sizing: border-box;
    background: #fff;
    padding: 10px 15px 15px;
    margin-bottom: 30px;
    position: relative;
	border-radius: 14px;
	box-shadow: 0 0 8px #ccc;
}
.reward_label {
    position: absolute;
    top: -7px;
    left: 10px;
    width: 62px;
}
.reward_ttl {
    text-align: center;
    font-weight: 600;
    font-size: 27px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    margin-bottom: 14px;
}
.rew_tb {
    width: 100%;
	margin: 18px 0;
}

.rew_tb th, .rew_tb td {
    background: #f2f2f2;
	
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 8px 10px;
    font-weight: 500;
	vertical-align: middle;
	line-height: 1.3;
}
.rew_tb td {
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #333;	
    background: #fff;
    text-align: right;
}
.rew_tb tr:last-child th {
    background: var(--color-red);
    font-size: 113%;
	color: #fff;
}
.rew_tb tr:last-child td {
    font-size: 136%;
    color: #d71919;
}
.rew_tb .s {
    font-weight: 400;
	font-size: 75%;
}
.rew_txt {
    font-size: 95%;
}
.reward_bottom {
    position: relative;
}
.reward_bottom p {
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 20%;
    left: 12%;
    font-size: 5.6vw;
    line-height: 1.5;
}

/*--------------------------------------
  Welfare
--------------------------------------*/
ul.welfare {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.welfare li {
	background: var(--color-red);
    border-radius: 10px;
    color: #fff;
    text-align: center;
	width: 49%;
    margin-bottom: 5px;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 8px 0 3px;
    min-height: 80px;
    box-sizing: border-box;
}
.icon_wf {
    margin-bottom: 3px;
	width: 100%;
}
.wficon {
    height: 38px;
}
.wf_txt {
	height: fit-content;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.wf_txt p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}
.wf_txt p span {
	font-weight: 400;
	line-height: 1.1;
}
ul.welfare li:nth-child(-n+3) {
    width: 100%;
	justify-content: flex-start;
	padding: 13px 0;
}
ul.welfare li:nth-child(-n+3) .icon_wf {
    width: 36%;
	margin-bottom: 0;
}
ul.welfare li:nth-child(-n+3) .wficon {
    height: 60px;
}
ul.welfare li:nth-child(-n+3) .wf_txt {
    width: 54%;
    text-align: center;
    justify-content: center;
}
ul.welfare li:nth-child(-n+3) .wf_txt p {
    font-size: 18px;
}
ul.welfare li:nth-child(6) .wf_txt p,ul.welfare li:nth-child(8) .wf_txt p {
    font-size: 12px;
}

.wel_bottom {
    margin-top: 30px;
}
h3.wel_b_h3 {
    position: relative;
    text-align: center;
    font-weight: 600;
    background: var(--color-navy);
    color: #fff;
    padding: 10px 0;
    font-size: 22px;
    border-radius: 60px;
    margin-bottom: 32px;
}
h3.wel_b_h3::after {
    content: '';
    position: absolute;
    top: calc(100% - 1px);
    background: var(--color-navy);
    width: 20px;
    height: 17px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.wel_bottom p {
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 12px;
}

/*--------------------------------------
  Flow
--------------------------------------*/
ul.flow_list {
    position: relative;
}

ul.flow_list::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 54%;
    width: 0;
    height: 82%;
    border-left: 5px dotted #fff;
}

ul.flow_list li {
    position: relative;
    padding-top: 20%;
}
ul.flow_list li:after {
}
ul.flow_list li:last-child:after {
	content: none;
}
.flow_img {
    width: 47%;
    position: absolute;
    top: 0;
    left: 0;
}
.flow_box {	
	background: #fff;
    padding: 15px 12px;
    box-sizing: border-box;
    position: relative;
    border-radius: 16px;
    width: 66%;
    display: block;
    margin-left: auto;
    margin-bottom: 40px;
}


.flow_ttl {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
ul.flow_list li p {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8;
}
.flow_label {
    position: absolute;
    color: #fff;
    font-size: 50px;
    top: -40px;
    right: 17px;
    line-height: 1;
    font-weight: 700;
}
/*--------------------------------------
  interview
--------------------------------------*/
.slide_txt {
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 14px;
    position: relative;
    padding-right: 40px;
    line-height: 1;
}
.slide_txt:before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--color-navy);
    position: absolute;
    right: 10px;
    bottom: 2px;
}
.slide_txt:after {
    content: '';
    width: 8px;
    height: 2px;
    background: var(--color-navy);
    transform: rotate(35deg);
    position: absolute;
    right: 10px;
    bottom: 4px;
}
.interview_box {
	background: #fff;
    box-sizing: border-box;
    padding: 16px;
    margin: 0 4px;
    border-radius: 14px;
    box-shadow: 0 0 3px #ccc;
    border: 1px solid #ccc;
}
.interview_box_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.interview_img {
    width: 40%;
}
.interview_meta {
    width: 57%;
}
.staff_name {
    font-weight: 600;
    margin-bottom: 5px;
}
.label_red {
    display: block;
    background: var(--color-red);
    color: #fff;
    width: fit-content;
    font-weight: 600;
    padding: 0 10px;
    margin-bottom: 5px;
}
.interview_meta p {
    font-size: 14px;
    font-weight: 500;
}
.interview_box h4 {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    background: var(--color-navy);
    color: #fff;
    width: fit-content;
    padding: 2px 10px;
}
.interview_txt {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    left: -5%;
    width: 30px;
    margin-top: -30px;
	z-index: 2;
}
.next-arrow {
    transform: scale(-1,1);
    left: auto;
    right: -5%;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.slick-dots li {
    margin: 0 2px;
}
ul.slick-dots button {
    font-size: 0;
    border: 0;
    position: relative;
}
ul.slick-dots button:after {
    content: '●';
    font-size: 16px;
    color: var(--color-navy);
    opacity: 0.4;
}
ul.slick-dots .slick-active button:after {
    opacity: 1;
}
/*--------------------------------------
  募集要項
--------------------------------------*/
.rec_c1 {
    position: absolute;
    top: 3%;
    right: 2%;
    width: 28%;
    z-index: 1;
}
ul.recruit_list {
    position: relative;
}
ul.recruit_list li {
    font-size: 14px;
    padding-bottom: 14px;
}
.recruit_ttl {
	background: var(--color-gray);
    font-size: 17px;
    font-weight: 500;
    padding: 8px 0 10px 14px;
    margin-bottom: 10px;
	display: flex;
    align-items: center;
}
.recruit_ttl:before {
    content: '■';
    font-size: 10px;
    color: var(--color-navy);
    display: inline-block;
    margin-right: 5px;
}
ul.recruit_list li p {
    padding: 0 12px;
}
.recruit_top {
    position: absolute;
    width: 25%;
    right: 0;
    bottom: 100%;
    z-index: -1;
}
/*--------------------------------------
  STEP
--------------------------------------*/
#step .ttl {
    margin-bottom: 14px;
}
ul.step_list {
    position: relative;
}
ul.step_list:before {
    content: '';
    position: absolute;
    width: 0;
    height: 88%;
    border-left: 3px dotted var(--color-red);
    left: 35%;
    top: 5%;
	z-index: 0;
}
ul.step_list li {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom: 24px;
}
.step_label {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
	margin: 0 10px 0 0;
	background: var(--color-red);
}
.step_l_txt {
    text-align: center;
    line-height: 1.2;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    top: 12%;
    right: 0;
    left: 0;
    margin: auto;
}
.step_l_txt span {
    display: block;
    font-weight: inherit;
    font-size: 150%;
}
.step_img {
    width: 29%;
}
.step_txt {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 500;
}


/*--------------------------------------
  FAQ
--------------------------------------*/

#faq {
}
.qa {
	background: #fff;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 8px #ccc;
}
.qa dt {
	font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 12px 12px 12px 31px;
	position: relative;
}
.qa dd {
    position: relative;
    padding: 12px 12px 16px 31px;
	font-size: 13px;
    line-height: 1.6;
	border-top: 1px solid #ecedf1;
}

.qa dt:before, .qa dd:before {
	content: 'Q';
    position: absolute;
    top: 14px;
    left: 7px;
    background: var(--color-navy);
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    font-weight: 500;
}
.qa dd:before {
	content: 'A';
	background: var(--color-red);
}

/*
.qa dt:after {
	content: '＋';
    position: absolute;
    top: 12px;
    right: 7px;
    color: #909090;
    font-size: 14px;
    transition: all .3s ease;
}
.qa dt.active:after {
	content: 'ー';
}*/

.faq_bottom {
    display: block;
    margin: 0 auto;
    width: 50%;
}


/*--------------------------------------
  footer
--------------------------------------*/
#footer {
    padding: 20px 0 14px;
}
.logo_footer {
    text-align: center;
    width: 75px;
    margin: 0 auto 14px;
}
.copy {
    text-align: center;
    font-size: 12px;
}

/*--------------------------------------
  youtube
--------------------------------------*/

        /* Unique YouTube Video Wrapper */
        .unique-youtube-wrapper {
            position: relative;
            width: 100%;
            max-width: 800px; /* Max width of the video */
            margin: 10px auto 15px; /* Centering and adding space */
            overflow: hidden;
            padding-top: 56.25%; /* 16:9 Aspect Ratio */
        }
        .unique-youtube-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }






@media screen and (min-width:768px){
body {
    font-size: 28px;
}
	
	
.logo {
    width: 120px;
}	
.h_btn {
    width: 400px;
    margin: 12px 12px 0 auto;
}	
.h_btn.line_btn a {
    font-size: 26px;
    padding: 18px 0 18px 40px;
}
.line_btn a:after {
    width: 16px;
    height: 16px;
    right: 14px;
}
	
/* FV */	
.fvtxt {
    font-size: 47px;
}
.fv_h1 {
    padding-top: 75%;
}
ul.grid {
    width: 90%;
    gap: 20px;
}
ul.grid li {
    padding-top: 99%;
}
.grid_content p {
    font-size: 20px;
}
	
	
/* Contents */	
	
.contents_block {
    padding: 70px 0;
}	
.ttl {
    font-size: 50px;
    margin-bottom: 50px;
}
.sub_ttl_en {
    font-size: 28px;
}
.ttl2 {
    font-size: 38px;
    margin-bottom: 50px;
}	
	
	
/* About */	
.about_ttl_en {
    font-size: 56px;	
}
.aboutJP:before {
    font-size: 20px;
    top: -22px;
}	
.about_img {
    margin-top: 12px;
}
.age27 {
    width: 34%;
    top: -22px;
}	
.ave_age {
    font-size: 28px;
    margin-left: 60%;
    padding-top: 0px;
}	
	
	
/* Feature */	
.feature_ttl {
    font-size: 38px;
    margin-bottom: 28px;
}	
ul.feature_list li {
    margin-bottom: 60px;
}	
.feature_img {
    margin-bottom: 35px;
}	
ul.check_list li:before {
    width: 30px;
    height: 30px;
}
ul.check_list {
    margin-bottom: 20px;
}	
ul.check_list li {
    margin-bottom: 3px;
}
	
	
/* Reward */	
.reward_box {
    padding: 20px 30px 30px;
    border-width: 4px;
}	
.reward_label {
    width: 120px;
    top: -17px;
}
.reward_ttl {
    font-size: 54px;
    margin-bottom: 28px;
}
.rew_tb td {
    font-size: 34px;
}
.rew_tb th, .rew_tb td {
    padding: 15px 20px;
}	
.reward_bottom_txt {
    font-size: 41px;
}	
	
	
	
/* Welfre */	
ul.welfare li {
    margin-bottom: 15px;
	padding: 20px 0;
	border-width: 4px;
}	
.icon_wf {
    margin-bottom: 12px;
}	
.wficon {
    height: 60px;
}	
.wf_txt p {
    font-size: 25px;
}	
ul.welfare li:nth-child(-n+3) .wficon {
    height: 120px;
}	
ul.welfare li:nth-child(-n+3) .wf_txt p {
    font-size: 36px;
}	
	
/* Flow */
.flow_ttl {
    font-size: 36px;
    margin-bottom: 18px;
}
ul.flow_list li {
    border-width: 4px;
    padding: 32px;
	margin-bottom: 60px;
}	
ul.flow_list li p {
    font-size: 26px;
}
.flow_label {
    font-size: 20px;
    padding: 8px 20px;
    left: -4px;
    top: -22px;
}	
ul.flow_list li:after {
    height: 32px;
}
	
/* interview */	
.slide_txt {
    font-size: 18px;
}	
.interview_meta p {
    font-size: 22px;
}	
.interview_txt {
    font-size: 22px;
}
.interview_box h4 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.interview_box {
    border-width: 4px;
    padding: 28px;
}
.slide-arrow {
    width: 50px;
    margin-top: -50px;
}
ul.slick-dots button:after {
    font-size: 26px;
}
	
	
/* Recruit */
.recruit_ttl {
    font-size: 26px;
    padding: 10px 10px 10px 20px;
}	
	
ul.recruit_list li {
    font-size: 22px;
    padding-bottom: 22px;
}	

	
/* Step */
	
.step_txt {
    font-size: inherit;
}
.step_label {
    width: 90px;
    height: 90px;
    margin: 0 20px;
}
.step_l_txt {
    font-size: 21px;
}	
ul.step_list:before {
    left: 38%;
}	
	
	
/* FAQ */	
.qa dt {
    font-size: 28px;
    padding: 20px 20px 20px 62px;
}	
.qa dd {
    font-size: 20px;
    padding: 20px 20px 20px 62px;
}
.qa dt:before, .qa dd:before {
    width: 34px;
    height: 34px;
    font-size: 22px;
    line-height: 31px;
    top: 23px;
    left: 15px;
}

/* Footer */	
.logo_footer {
    width: 140px;
}
.copy {
    font-size: 15px;
}	
	
}


@media screen and (min-width:1024px){
	
	
#wrapper {
    width: 768px;
    margin: 0 auto;
    box-shadow: 0 0 15px #ccc;
}	
#header {
    width: 768px;
    right: 0;
    margin: 0 auto;
}	
.h_btn .ico_line {
    width: 42px;
}	
	
.fvtxt_main {
    font-size: 100px;
}
.fvtxt {
    font-size: 43px;
}	
ul.grid {
    width: 86%;
}	
	
	
.inner{
	max-width: 1000px;
	width: 90%;
}	
	
.cta {
    padding: 58px 0 50px;
}	
.cta_txt {
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 28px;
}	
.ico_line {
    width: 50px;
}
.line_btn a {
    font-size: 30px;
    padding: 20px 0 20px 80px;
}	
.cta_img {
    top: -74px;
}
	
	
.reward_bottom_txt {
    top: 13%;
    right: 12%;
}	
	
}






