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


/*--------------------------------------
  リセット
--------------------------------------*/
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;
	
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.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-white: #fff;
	--color-yellow: #fff200;
	--color-beige: #f4efe6;
	--color-bk: #222222;
	--color-gray: #f4f4f4;
	--color-red: #d70012;
	--color-red2: rgba(215, 0, 18, 0.1);
	--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-bk);
    font-weight: 500;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}



.handsome {
	font-family: "handsome-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.fc_white{
	color: var(--color-white);
}
.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-red);
}
.bg02{
	background-color: var(--color-red2);
}
.bg03{
	background-color: var(--color-beige);
}

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

/*--------------------------------------
  header
--------------------------------------*/
#header {
    position: relative;
    background: #fff;
    box-sizing: border-box;
    padding: 10px 10px;
}
.logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.h_logo {
    width: 170px;
    margin-right: 10px;
}
.logo p {
    font-size: 11px;
    color: #444;
    font-weight: 700;
	line-height: 1;
    margin-top: 4px;
}
.fv_top_red {
    width: 33vw;
    position: absolute;
    top: 0;
    right: 0;
}


/*--------------------------------------
  CTA
--------------------------------------*/
.cta_btn {
    position: relative;
    z-index: 2;
	width: 100%;
	max-width: 340px;
    margin: 0 auto;
}
.cta_btn a {
    position: relative;
    color: #fff;
    background: var(--color-green);
    box-shadow: 0 6px 0 var(--color-green2);
    display: flex;
    align-items: center;
    border-radius: 16px;
    font-weight: 700;
    font-size: 8vw;
    line-height: 1;
    padding: 12px 0 12px 10%;
}
.ico_line {
    width: 13%;
    margin-right: 7%;
}
.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;
}
.cta_btn a::before {
    content: '';
    position: absolute;
    top: 30px;
	right: 9%;
    width: 26px;
    height: 45px;
    margin: auto;
    background: url(../images/ico_hand.webp) no-repeat;
    background-position: center;
    background-size: contain;
}
.cta_txt {
    text-align: center;
    position: relative;
    font-weight: 600;
	font-size: 124%;
}
.cta_txt::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	background: url(../images/slash_red.webp) no-repeat;
	background-size: contain;
	background-position: center;
	height: 27px;
}

/*--------------------------------------
  FV
--------------------------------------*/
#fv {
    position: relative;
    padding-top: 5px;
}
.fvh1 {
    padding-left: 6.5%;
    margin-bottom: -8px;
    position: relative;
    z-index: 1;
}
.h1_1 {
    font-size: 40px;
    font-size: 13vw;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 5px;
}
.h1_2 {
    font-size: 24px;
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.5;
}

.logo2 {
    position: absolute;
    top: 3%;
    right: -5%;
    width: 54.7vw;
	z-index: -1;
}
.fv_img {
    position: relative;
}
.fv_inner {
    position: relative;
}

#fv .cta_btn {
    position: absolute;
    bottom: 9%;
    left: 0;
    right: 0;
    margin: auto;
}
#fv .cta_txt {
	text-shadow: 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333, 0 0 3px #333;
}
#fv .cta_btn a::before {
	content: none;
}

/*--------------------------------------
  Contents
--------------------------------------*/
#contents {
    overflow-x: hidden;
}
.contents_block {
	padding: 45px 0;
	position: relative;
}
.inner {
    width: 90%;
    margin: 0 auto;
}

.ttl {
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 700;
    font-size: 8.6vw;
    padding-top: 10px;
	margin-bottom: 20px;
    line-height: 1.5;
}
.ttl_en {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    display: block;
    font-weight: 700;
    color: #f29e9e;
}

.ttl2 {
    font-size: 7.4vw;
    font-weight: 600;
    line-height: 1.5;
    border-left: 5px solid var(--color-red);
    box-sizing: border-box;
    padding: 5px 0 5px 20px;
	margin-bottom: 15px;
}

.ttl_bubble {
    background: var(--color-red);
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 6.5vw;
    border-radius: 80px;
    padding: 4px 0;
    position: relative;
	margin-bottom: 40px;
}
.ttl_bubble::after {
	content: '';
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	margin: auto;
	background: var(--color-red);
	width: 15px;
	height: 17px;
	clip-path: polygon(0 0,100% 0,50% 100%);
}

/*--------------------------------------
  Point
--------------------------------------*/
#point {
    padding: 20px 0 30px;
	position: relative;
}

#point .inner {
	position: relative;
	z-index: 1;
}
#point .ttl_bubble.bubble_bk {
    width: 63%;
    margin: 0 auto 10px;
    font-size: 6vw;
    padding: 5px 0;
}

.point_txt2 {
    text-align: center;
    font-weight: 600;
    font-size: 34px;
    margin-top: 24px;
}
ul.point_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.point_list li {
    width: 48.5%;
	width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid var(--color-red);
    border-radius: 18px;
    margin-top: 32px;
    position: relative;
    padding: 24px 3px 10px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.point_list li h2 {
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    font-size: 6.6vw;
}
.point_num {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
}
.point_num p {
    position: absolute;
    color: #fff;
    top: -2px;
    right: 0;
    left: 0;
    margin: auto;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
}

/*--------------------------------------
  Benefits
--------------------------------------*/
.bg_sakura1 {
    position: absolute;
    top: 1%;
    right: -5%;
    width: 35%;
	z-index: -1;
}
.bene_box {
    margin-bottom: 40px;
	position: relative;
}
.bene_img {
    display: block;
    margin-bottom: 14px;
}
.bene_box p {
    margin-bottom: 10px;
	font-size: 124%;
}

.bene_box .b {
    font-size: 105%;
}

.ttl_b {
    text-align: center;
    font-weight: 600;
	font-size: 8vw;
    margin-bottom: 26px;
}

ul.training_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.training_data li {
   /* width: 32%;*/
	width: 83%;
    margin: 0 auto 38px;
    background: var(--color-red2);
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    border-radius: 12px;
    height: 119px;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 130%;
}
ul.training_data li p .fc_bk {
    display: block;
    font-size: 18px;
    text-align: center;
    margin-top: -8px;
}
ul.training_data li p {
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 700;
}
ul.training_data li p .ll {
    font-size: 220%;
}

.mini_bubble {
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background: #3d3d3d;
    border-radius: 20px;
    font-size: 6vw;
    width: 77%;
}
.mini_bubble::after {
	content: '';
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 8px;
	background: #3d3d3d;
	clip-path: polygon(0 0,100% 0,50% 100%);
}
ul.bene_support {
    padding-top: 5px;
}
ul.bene_support li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: var(--color-red2);
    border-radius: 18px;
    padding: 16px 0;
	margin: 15px 0;
}

ul.bene_support li p {
    margin: 0;
}
p.bene_s_l {
    width: 40%;
	box-sizing: border-box;
	font-weight: 600;
	line-height: 1.3;
    text-align: center;
    border-right: 2px solid #ea8b93;
}
p.bene_s_r {
    width: 60%;
	box-sizing: border-box;
	font-weight: 700;
    text-align: center;
	font-size: 7vw;
	line-height: 1;
}

.ttl_bubble.bubble_bk {
    width: 100%;
    font-size: 6.4vw;
    padding: 12px 0;
    background: var(--color-bk);
	margin: 30px 0 25px;
}
.ttl_bubble.bubble_bk::after {
	background-color: var(--color-bk); 
}
.commit_txt {
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    font-size: 4.8vw;
}
.badge62 {
    position: absolute;
    top: 10px;
    right: -3%;
    width: 130px;
}
.graph_box {
    background: #fff;
    border: 2px solid var(--color-red);
    border-radius: 18px;
    box-sizing: border-box;
    padding: 20px;
}


.bene_cta_txt {
    font-weight: 600;
    font-size: 5vw;
    margin-bottom: 24px;
}

/*--------------------------------------
  Works
--------------------------------------*/
.works_box {
    margin-bottom: 40px;
}
.work1_txt p {
    font-weight: 700;
}

.work1_txt {
    background: #fff;
    border: 2px solid var(--color-red);
    border-radius: 18px;
    padding: 20px 16px;
    box-sizing: border-box;
}
.calendar {
    display: block;
    margin: 0 auto 20px;
}
ul.check_list {
    width: fit-content;
    margin: 0 auto 30px;
}
.check {
    position: relative;
    padding-left: 40px;
    font-weight: 600;
    font-size: 6.5vw;
    line-height: 1.5;
    margin-bottom: 10px;
}
.check::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    background: url(../images/ico_check.webp) no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
}
ul.work_merit {
    margin-bottom: 60px;
}
ul.work_merit li {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 18% 0;
}

.merit_img {
    position: absolute;
    top: 0;
    left: -13%;
    width: 62%;
	z-index: 0;
}

.work_ttl_frame {
    position: relative;
    width: 56%;
    margin-left: auto;
    display: block;
}
ul.work_merit li p {
    position: absolute;
    font-weight: 600;
	left: 49%;
    top: 37%;
    font-size: 6.5vw;
    transform: rotate(-3.4deg);
}
ul.work_merit li:nth-child(2n) .merit_img {
    left: auto;
    right: -13%;
}
ul.work_merit li:nth-child(2n) .work_ttl_frame {
    margin-left: 0;
	transform: scale(-1,1);
}
ul.work_merit li:nth-child(2n) p {
    transform: rotate(3.4deg);
    left: 15%;
}
.work_ttl4 {
    text-align: center;
    font-weight: 600;
    font-size: 5.4vw;
    line-height: 1.5;
    margin-bottom: 30px;
}
ul.dayflow {
	
}
ul.dayflow li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    position: relative;
	margin-bottom: 45px;
}
.df_l {
    position: relative;
    width: 100%;
}
.df_time {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--color-red);
    color: #fff;
    border-radius: 20px;
    text-align: center;
    width: fit-content;
    padding: 2px 13px;
    line-height: 1.3;
    font-weight: 600;
    font-size: 23px;
}
ul.dayflow li::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 45px;
	background: url(../images/road.webp) no-repeat;
	background-position: center top;
	background-size: cover;
}

.df_r {
    position: relative;
	width: 100%;
    padding: 10px 14px;
    box-sizing: border-box;
}

ul.dayflow li h5 {
    font-weight: 600;
    font-size: 7vw;
    display: flex;
    align-items: center;
	margin-bottom: 8px;
}
.df_clock {
    width: 28px;
    margin-right: 7px;
}
.df_r p {
    line-height: 1.5;
	font-size: 126%;
}
ul.dayflow li:last-child {
	margin-bottom: 0;
}
ul.dayflow li:last-child::after {
	content: none;
}


/*--------------------------------------
  advantages
--------------------------------------*/

#advantages .inner {
    position: relative;
    z-index: 1;
}

.adv_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}
.adv_block {
    margin-bottom: 40px;
}
.adv_ttl::after {
    content: '';
    display: block;
    background: var(--color-red);
    width: 100%;
    height: 2px;
    margin: 3px 0;
}

.adv_ttl {
    text-align: center;
    font-weight: 600;
    font-size: 7.4vw;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 2px solid var(--color-red);
    line-height: 1.3;
    margin-bottom: 20px;
}
.adv_txt {
    font-weight: 500;
    margin-top: 15px;
    font-size: 5.8vw;
}
.adv_ttl2 {
    text-align: center;
    font-weight: 700;
    font-size: 6.2vw;
    line-height: 1.1;
    margin-bottom: 20px;
}

ul.adv_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.adv_list li {
    background: #fff;
    border: 2px solid var(--color-red);
    width: 48.5%;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	min-height: 156px;
    border-radius: 18px;
}
ul.adv_list p {
    position: relative;
    font-weight: 700;
    line-height: 1.5;
	width: 100%;
}
.kome {
    position: absolute;
    font-size: 80%;
}
.ico_adv {
    display: block;
    margin: 0 auto 5px;
    width: 40px;
}
.note {
    font-size: 80%;
}
.adv_block:last-child {
    margin-bottom: 0;
}
/*--------------------------------------
  interview
--------------------------------------*/

.staff_box {
    background: #fff;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-sizing: border-box;
	margin: 0 5px;
}
.staff_box h3 {
    font-size: 6.6vw;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--color-red);
    padding: 5px 0;
}
.staff_meta {
    margin-bottom: 5px;
}
.staff_meta span:last-child {
    /*margin-left: 10px;*/
}
.comment {
    padding: 5px 15px 15px;
    box-sizing: border-box;
}
.comment p {
    font-size: 118%;
}
.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: #d5231e;
    opacity: 0.4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
ul.slick-dots .slick-active button:after {
    opacity: 1;
}




/*--------------------------------------
  Case
--------------------------------------*/
.caseTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    transform: scale(-1, 1);
	z-index: -1;
}
.caseBottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 66%;
	z-index: -1;
}
.taxi1 {
    position: absolute;
    top: -5%;
    right: -6%;
    width: 42%;
}

.case_h3 {
    text-align: center;
    font-weight: 700;
    font-size: 5.5vw;
    margin-bottom: 28px;
}


/*--------------------------------------
  flow
--------------------------------------*/
.flow_h3 {
    font-size: 5.6vw;
    font-weight: 600;
	position: relative;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    z-index: 1;
}
ul.step_list li {
    background: #fff;
    border: 2px solid var(--color-red);
    border-radius: 18px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    margin-bottom: 35px;
}
ul.step_list li::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    margin: auto;
    background: var(--color-red);
    width: 28px;
    height: 16px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

ul.step_list li:last-child::after {
	content: none;
}
.step_label {
    position: absolute;
    top: -22px;
    left: -12px;
    background: var(--color-red);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.step_label p {
    text-align: center;
    line-height: 1.1;
    font-weight: 600;
    font-size: 11px;
}

.step_label p span {
    display: block;
    font-size: 130%;
}
.step_l {
    width: 33%;
    text-align: center;
	box-sizing: border-box;
}
.step_r {
    width: 65%;
	box-sizing: border-box;
}
.step_ico {
    height: 60px;
	position: relative;
	z-index: 1;
}
.step_r p {
    font-weight: 600;
	font-size: 6vw;
    line-height: 1.5;
}
.step_img {
    position: absolute;
    bottom: 0;
    right: 1%;
    width: 38%;
}

/*--------------------------------------
  FAQ
--------------------------------------*/
.bg_sakura2 {
    position: absolute;
    top: 1%;
    left: -2%;
    z-index: -1;
    width: 22%;
}
.bg_sakura3 {
    position: absolute;
    bottom: 1%;
    right: -6%;
    z-index: -1;
    width: 30%;
}

dl.qa {
    background: #fff;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 12px 10px;
    border: 1px solid var(--color-red);
	border-radius: 10px;
}
dl.qa dt {
    font-weight: 700;
    position: relative;
    padding: 0 15px 0 32px;
	cursor: pointer;
	font-size: 5.8vw;
	line-height: 1.3;
}

dl.qa dd {
    font-size: 115%;
    position: relative;
	padding: 6px 0 0 32px;
	display: none;
}

dl.qa dt::before, dl.qa dd::before {
    content: 'Q.';
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: var(--color-bk);
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
	font-weight: 700;
	font-style: normal;
}
dl.qa dd::before {
	content: 'A.';
	color: var(--color-red);
	top: 5px;
	bottom: auto;
	
}
dl.qa dt::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 6px;
	background: var(--color-red);
	clip-path: polygon(0 0,100% 0,50% 100%);
}
dl.qa dt.active::after {
	transform: scale(1,-1);
}


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

.recruit_box {
    background: #fff;
    box-sizing: border-box;
    padding: 18px;
    border-radius: 18px;
	margin-bottom: 50px;
}
.recruit_box dl {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.recruit_box dl:last-child {
    border: 0;
}
.recruit_box dt {
    font-weight: 700;
}
.recruit_box dt::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--color-red);
    margin-right: 6px;
}
.recruit_box dl dd {
    font-size: 97%;
}



/*--------------------------------------
  Footer
--------------------------------------*/

#footer {
	padding: 10px 0 92px;
}
.copy {
    text-align: center;
    font-size: 13px;
}


#float {
    width: 100%;
    padding: 8px 0 15px;
    background: #fff;
	z-index: 9;
}



@media screen and (min-width:600px) {
	
body {
	font-size: 16px;
}	
#wrapper {
    width: 600px;
    margin: 0 auto;
}
.h1_1 {
    font-size: 60px;
}	
.h1_2 {
    font-size: 38px;
}
.cta_btn a {
    font-size: 25px;
}	
.cta_txt::before {
    height: 21px;
}
#fv .cta_btn {
    bottom: 8%;
}
.logo2 {
    width: 53%;
}	
#point .ttl_bubble.bubble_bk {
    font-size: 30px;
}
ul.point_list li h2 {
    font-size: 20px;
}
ul.point_list li {
    min-height: 132px;
}
.ttl {
    font-size: 36px;
}
.ttl2 {
    font-size: 32px;
}
.ttl_b {
    font-size: 26px;
}
.mini_bubble {
    font-size: 16px;
}
.bene_box {
    margin-bottom: 64px;
    position: relative;
}	
ul.training_data li p .fc_bk {
    font-size: 12px;
}
ul.training_data li {
    height: 100px;
}
p.bene_s_r {
    font-size: 26px;
}	
.ttl_bubble.bubble_bk {
    font-size: 26px;
}	
.commit_txt {
    font-size: 23px;
}
.bene_cta_txt {
    font-size: 26px;
    width: fit-content;
    margin: 0 auto 20px;
}	
.ttl_bubble {
    font-size: 30px;
    width: 70%;
}
	
.check {
    font-size: 20px;
}	
.check::before {
    top: 13px;
}	
.check br {
	display: none;
	}
ul.work_merit li p {
    font-size: 32px;
}
.work_ttl4 {
    font-size: 26px;
}	
ul.dayflow li h5 {
    font-size: 24px;
}
.df_r {
    padding: 0 25px;
}
.df_time {
    font-size: 18px;
    padding: 2px 20px;
}
.adv_ttl {
    font-size: 34px;
}
.adv_txt {
    font-size: 20px;
    margin-top: 1.5rem;
}	
.adv_block {
    margin-bottom: 64px;
}
.adv_ttl2 {
    font-size: 36px;
}
ul.adv_list li {
    min-height: 165px;
}	
.ico_adv {
    width: 60px;
}
.case_h3 {
    font-size: 24px;
}
.staff_box h3 {
    font-size: 26px;
}
.slide-arrow {
    width: 42px;
}
.step_r p {
    font-size: 22px;
}
.step_ico {
    height: 90px;
}	
.flow_h3 {
    font-size: 28px;
}
dl.qa dt {
    font-size: 20px;
    padding-left: 40px;
}
dl.qa dt::before, dl.qa dd::before {
    font-size: 28px;
    top: 4px;
}
dl.qa {
    padding: 20px;
}
dl.qa dd {
    font-size: 100%;
    padding: 6px 0 0 40px;
    margin-top: 10px;
}	
	
#float {
    width: 600px;
}	
	
}



