@charset "utf-8";


/* header
----------------------------------------------------------- */

.header_bg {
	width: 100%;
	height: 786px;
    position: relative;
    overflow: hidden;
	background-size: cover;
}
.zs-enabled .zs-slideshow {
    z-index: 0 !important;
}
.header_bg .inner {
	padding-top: 50px;
}

.logo_menu {
	position: relative;
}
.site_logo {
    display: flex;
    position: absolute;
    top: 22px;
    left: 40px;
}
.site_logo a {
    display: block;
    width: 116px;
    height: 41px;
}
.site_logo a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(/uploads/logo_f0ec42e150.svg) top left no-repeat;
}
.fixed .site_logo a:before {
    background: url(/uploads/logo_f0ec42e150.svg) top left no-repeat;
}
.site_logo a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.site_logo .rec_txt {
    display: block;
    position: relative;
    top: 7px;
    margin-left: 12px;
    font-size: 13px;
    color: #333;
}
.site_logo .rec_txt span {
	
}

img.logo_en {
    margin-top: 8px;
}
.header_bg2.fixed {
    transition: .8s;
    background-color: rgb(255 255 255/90%);
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.header_bg2.fixed #nav-drawer {
    top: 14px;
    right: 30px;
}
.header_bg h1 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 38px;
    line-height: 58px;
    font-weight: 600;
    letter-spacing: 1.6px;
}
.header_bg p {
    padding-left: 5px;
    letter-spacing: 1.9px;
    font-size: 12px;
    color: #fff;
}

.header_bg2 {
    position: absolute;
    height: 86px;
    width: 100%;
    transition: .8s;
    z-index: 9;
}



#g_navi {
    position: absolute;
    top: 30px;
    right: 30px;
    transition: .7s;
}
#g_navi nav {
    margin: 0 auto 0px;
}
.nav-unshown {
	display:none;
}
#g_navi nav {
    margin: 0 auto 0px;
}
ul.navbar_links.gf {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
}
#g_navi .nav>ul>li {
    position: relative;
    display: block;
}
#g_navi .nav>ul>li>a {
    padding: 0 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    color: var(--black);
    transition: .5s;
    text-decoration: none;
}
.navbar_links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 2px; background: var(--black);
  transition: width .3s var(--ease);
}
.navbar_links a:hover,
.navbar_links a.active { color: var(--black); }
.navbar_links a:hover::after,
.navbar_links a.active::after { width: 100%; }

/* eyecatch
----------------------------------------------------------- */


/* Background blobs */
.hero__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	pointer-events: none; z-index: 0;
}
.hero__blob--1 {
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(160,200,235,.55) 0%, transparent 90%);
	top: -100px;
	right: 0;
	animation: blobDrift 12s ease-in-out infinite alternate;
}
.hero__blob--2 {
	width: 500px;
	height: 400px;
	background: radial-gradient(circle, rgba(255,230,100,.45) 0%, transparent 90%);
	bottom: -60px;
	left: 5%;
	animation: blobDrift 15s ease-in-out infinite alternate-reverse;
}
.hero__blob--3 {
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(100,190,180,.3) 0%, transparent 90%);
	top: 30%;
	left: 35%;
	animation: blobDrift 10s ease-in-out infinite alternate;
}
@keyframes blobDrift {
	from { transform: translate(0,0) scale(1); }
	to   { transform: translate(30px,20px) scale(1.08); }
}


section#eyecatch {
	position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 746px;
    margin-bottom: 90px;
    padding: 0px;
    background: url(/uploads/sec_about_bk_ea20fb5161.jpg) no-repeat center/cover;
}
.loop__box img {
    max-width: inherit;
    height: 100vh;
}

.inner-content {
    position: relative;
    z-index: 3;
    margin: 180px auto 90px;
    text-align: center;
}
.inner-content h1 {
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -3px;
    font-weight: 900;
}
.inner-content .sub {
    display: block;
    margin: 12px 0px 12px;
    font-size: 11px;
    letter-spacing: 1.2px;
    font-weight: 600;
    line-height: 1;
    text-transform: initial;
}
#eyecatch p.eye_txt {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.5px;
}
#eyecatch p.eye_txt.type_1 {
	margin-bottom: 10px;
	font-size: 24px;
}
#eyecatch .btn {
    margin-top: 20px;
}
#eyecatch .btn .button_y {
    padding: 20px 40px;
}


/* Stats */
.hero_start_area {
	margin-top: 30px;
	display: flex;
	gap: 0;
    background: #ffffff57;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .06);
    border-radius: 5px;
	overflow: hidden;
}
.hero_start {
	flex: 1;
	padding: 20px 24px;
	text-align: center;
	border-right: 1px dotted #d5d5d5;
}
.hero_start:last-child {
	border-right: none;
}
.hero_start .hero_label {
	margin-bottom: 5px;
	font-size: 16px;
}
.hero_start .data {
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	display: flex;
	align-items: baseline;
	justify-content:
	center; gap: 2px;
    letter-spacing: -.5px;
}
.hero_start .data small {
    position: relative;
    top: -2px;
	padding-left: 3px;
	font-size: 12px;
}

.mv_img {
    position: relative;
	margin-top: 30px;
	padding: 0 10px;
}
.mv_img li {
    width: calc(100% / 5);
    padding: 10px;
}
.mv_img li img {
	width: 100%;
    border-radius: 5px;
}

/* 画像loopスライド */

.loop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    width: 100%;
}

.loop:before {
    background-color: rgb(0 0 0 / 72%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 2;
}
.loop__box {
    display: flex;
    width: 100%;
}

.loop__box img:first-child {
    animation: loop 100s -50s linear infinite;
}
.loop__box img:last-child {
    animation: loop2 100s linear infinite;
}


.left_copyright {
    position: absolute;
    top: 32%;
    left: 1.5%;
    z-index: 12;
    display: flex;
    flex-direction: column;
    justify-content: center;
	color: #fff;
}

.left_copyright svg {
    width: 13px;
    height: 13px;
	fill: #fff;
}
.left_copyright .st_name {
	margin-bottom: 7px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1.7px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.left_copyright.fixed {
	color: #333;
}
.left_copyright.fixed svg {
	fill: #333;
}

/* タイトル
----------------------------------------------------------- */


.head_title {
	position: relative;
    margin: 40px 0px 50px;
    color: #000;
}
.head_title h2 {
	position: relative;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    letter-spacing: 2px;
}
.head_title h2:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -20px;
    width: 60px;
    height: 2px;
}
.head_title h2:after {
    left: 0px;
    background-color: var(--black);
}
.head_title.t_center h2:after {
    left: calc(50% - 30px);
}
.head_title .sub {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--blck);
}
.head_title h2 span {
    display: block;
}
.head_title h2 span.sub {
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 1;
}

.head_title h2 span {
    display: block;
    font-size: 16px;
}

.head_title h3 {
	position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    letter-spacing: .5px;
}


/* dl
----------------------------------------------------------- */

.dl_base dl {
    display: flex;
    flex-wrap: wrap;
}
.dl_base dt {
    width: 160px;
    padding: 14px 18px 14px 0px;
    border-bottom: 2px solid var(--black);
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.dl_base dd {
    width: calc(100% - 160px);
    margin: 0;
    padding: 14px 0px 14px 18px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
}



/* ビジョン
----------------------------------------------------------- */


.rec_ft_top {
    align-items: center;
}
.rec_ft_top .left {
    width: 540px;
    padding: 0px 40px 0px 0px;
}
.rec_ft_top .right {
    width: calc(100% - 540px);
}
.rec_ft_top .right img {
    border-radius: 10px;
}
.rec_ft_top .catch {
	
}
.rec_ft_top .left .tl {
	margin-bottom: 25px;
	font-size: 30px;
    letter-spacing: 3px;
	font-weight: 600;
}
.rec_ft_top .left p {
	
}

/* 特徴・福利厚生
----------------------------------------------------------- */


.sec_welfare {
	position: relative;
}
.sec_welfare:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 82%;
    height: 100%;
    z-index: 0;
}
.sec_welfare_area.flex_in {
    align-items: baseline;
}
.sec_welfare_area .left {
    width: 50%;
    padding: 0px 60px 0px 0px;
}
.sec_welfare_area .right {
    width: calc(100% - 50%);
}

.sec_welfare_area .swiper_top {
	margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.sec_welfare_area .swiper_top img {
    border-radius: 5px;
}
.sec_welfare_area .swiper-button-next:after,
.sec_welfare_area .swiper-button-prev:after {
	color: #fff;
}
.sec_welfare_area .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #fff;
}
.sec_welfare_area .swiper-button-prev.swiper-button-disabled,
.sec_welfare_area .swiper-button-next.swiper-button-disabled {
	background: none;
}
/*
.sec_welfare_area .swiper-pagination-bullet:last-child {
	display: none;
}

*/


.sec_about {
	position: relative;
}
.sec_about:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

/* メッセージ
----------------------------------------------------------- */


.mission_area {
	position: relative;
}
.mission_area:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.mission_area .inner {
	z-index: 2;
}

.sub_tl h3 {
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 2px;
}

.mission_area .txt_area {
    width: calc(100% - 40%);
    padding-left: 60px;
}
.mission_area .txt_area .tl {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 600;
}
.mission_area .txt_area p {
    font-size: 15px;
    line-height: 2.2;
    font-weight: 500;
}
.mission_area .sign {
    margin-top: 35px;
    text-align: right;
    color: #555;
}
.mission_area .ms_img {
	max-width: 420px;
	width: 40%;
}
/*
.mission_area .ms_img_2 {
	position: absolute;
	bottom: -40px;
	left: -10px;
    z-index: 1;
}
*/
.mission_area .ms_img img,
.mission_area .ms_img_2 img {
    border-radius: 10px;
}

/* 流れるfont */

.flow_bk_txt {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    z-index: 0;
    overflow: hidden;
}
.flow_bk_txt .has {
    display: flex;
    width: 100vw;
}
.flow_bk_txt .has .txt {
	flex: 0 0 auto;
    font-size: 20rem;
    line-height: 1;
    color: rgb(219 213 203 / 15%);
    text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: -2px;
    padding-right: 25px;
    padding-left: 25px;
}

.flow_bk_txt .has .txt:nth-child(odd) {
    -webkit-animation: loop 100s -50s linear infinite;
    animation: loop 100s -50s linear infinite;
}
.flow_bk_txt .has .txt:nth-child(even) {
	-webkit-animation: loop2 100s linear infinite;
    animation: loop2 100s linear infinite;
}



.top_sep_img {
    position: relative;
    z-index: 1;
    height: 400px;
}
.top_sep_img .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/uploads/ms_04_7d1736c7bf.jpg) no-repeat center/cover;
}


/* 特色
----------------------------------------------------------- */

.sec_feature {
    background: #F7F7F7;
}
.feature_list {
	margin-top: 30px;
	gap: 24px;
}
.feature_list li {
    display: flex;
	width: calc(100% / 2 - 16px);
    padding: 20px;
    align-items: center;
    background: var(--white);
    border: 2px solid #333;
    border-radius: 5px;
}
.feature_list li .img {
	width: 100px;
}
.feature_list li .txt {
	width: calc(100% - 100px);
	padding-left: 20px;
}
.feature_list li .tl {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 600;
}



/* swiperの部品 */

.swiper-btm-area {
	margin-top: 40px;
    align-items: center;
}

.swiper-btm-area .swiper-handle {
    position: relative;
    justify-content: center;
    align-items: center;
	width: 120px;
}
.swiper-btm-area .swiper-button-prev,
.swiper-btm-area .swiper-button-next {
    position: relative;
    left: 0;
    margin-top: auto;
}
.swiper-btm-area .swiper-button-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 15px;
}
.swiper-btm-area .swiper-handle-set {
	position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--black);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    background: #999;
}

.swiper-btm-area .swiper-handle-set:before {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    top: 20px;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    z-index: 2;
}
.swiper-btm-area .swiper-button-next:after,
.swiper-btm-area .swiper-button-prev:after{
	content: none;
}

.swiper-btm-area .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    top: 0px;
    width: calc(100% - 120px - 30px);
    height: 4px;
    margin: 0 0 0 30px;
    background-color: #fff;
}
.swiper-btm-area .swiper-scrollbar-drag {
    background-color: var(--black);
}
.swiper-btm-area .swiper-btm-area .btn {
	width: 180px;
}


/* キャリアステップ
----------------------------------------------------------- */

.sec_career {
	position: relative;
}

.sec_career:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 480px);
    background: linear-gradient(90deg, #fff1c3 0%, #fdffea 100%);
    z-index: -1;
}
.sec_career:before {
	/*
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    background-color: var(--base);
    z-index: 0;
    */
}
ul.career_list {
    margin-top: 60px;
}

ul.career_list>li {
    position: relative;
    width: calc(100% / 4 - 10px);
    margin: 0px 5px;
    padding: 55px 12px 20px;
    background: #fff;
    box-shadow: 2px 3px 5px #9f967b75;
    text-align: center;
    border-radius: 5px;
}

ul.career_list>li .num {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 75px;
    height: 75px;
    padding-top: 20px;
    background-color: var(--black);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
}
ul.career_list>li .num span {
    display: block;
    position: relative;
    top: -3px;
    font-size: 24px;
    line-height: 1;
    margin-bottom: -4px;
}
ul.career_list>li .tl {
	margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
ul.career_list>li p {
    font-size: 13px;
}
ul.career_list>li ul {
	margin-top: 20px;
    padding: 20px;
    background: var(--base);
    border-radius: 15px;
}
ul.career_list>li ul li {
    margin: 0px 0px 12px;
    padding: 0px 0px 12px;
    font-size: 12px;
    color: var(--brown);
    border-bottom: 1px dotted var(--brown);
	text-align: left;
}
ul.career_list>li ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
ul.career_list>li ul li:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--brown);
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 7px;
}

/* 会社概要
----------------------------------------------------------- */

/*
body.home section.sec_company {
	padding-top: 0px;
}
*/

.sec_company .flex_in {
	align-items: center;
}
.sec_company .left {
	width: 55%;
}
.sec_company .right {
	width: 45%;
	padding-left: 40px;
}
.sec_company .top {
	margin-bottom: 12px;
}
.sec_company .btm {
	gap: 12px;
}
.sec_company .btm img {
	width: calc(100% / 2 - 6px);
}





.sec_company table {
    width: 100%;
    max-width: 800px;
	margin-top: 30px;
    border-collapse: collapse;
}
.tl_base dl {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 800px;
	margin: 30px 0px 10px;
    border-collapse: collapse;
}
.tl_base dt,
.tl_base dd {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 1.6;
}
.tl_base dt {
    width: 25%;
    white-space: nowrap;
    font-weight: 600;
}
.tl_base dt:before {
    content: "● ";
    font-size: 9px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.tl_base dd {
	width: calc(100% - 25%);
}

.client-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* モーダル
----------------------------------------------------------- */

.hide-area {
	display: none;
}
.modaal-container {
    max-width: 760px !important;
    border-radius: 10px !important;
}
.modaal-wrapper .modaal-close {
    position: absolute !important;
    right: -25px !important;
    top: -25px !important;
    background: #333 !important;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    background: #999 !important;
}
.st_modal_area .tl {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
}
.st_modal_area table {
	margin-bottom: 15px;
}

/* 入社の流れ
----------------------------------------------------------- */


.rec_flow_list {
	margin-top: 60px;
}
.rec_flow_list li {
	position: relative;
    width: calc(100% / 5 - 16px);
    margin: 0 8px;
    padding: 15px;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 5px;
    text-align: center;
}
.rec_flow_list li .step_icon {
    position: absolute;
    top: -28px;
    left: calc(100% / 2 - 23px);
    width: 56px;
    padding: 10px 10px;
    background: var(--black);
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
}
.rec_flow_list li .step_icon .num {
    display: block;
    line-height: 1;
    font-size: 20px;
}
.rec_flow_list li .img {
    margin: 20px 0 15px;
}
.rec_flow_list li .img img {
	display: inline-block;
	width: 80px;
	margin: 0 auto 0;
}
.rec_flow_list li .tl {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
}
.rec_flow_list li p {
	text-align: left;
}



/* エントリー
----------------------------------------------------------- */


.sec_entry {
	background: repeating-linear-gradient(-45deg, #ffffff, var(--base) 0.53em, #ffffff 0.53em, var(--base) 1.06em);

}
.req-card {
	margin-bottom: 60px;
	background: var(--white);
	overflow: hidden;
	border: 2px solid #333;
	border-radius: 5px;
}
.req-dl__row {
	display: grid;
	grid-template-columns: 180px 1fr;
	border-bottom: 2px solid #333;
	transition: background .25s;
}
.req-dl__row:last-child {
	border-bottom: none;
}
.req-dl__row dt {
	display: flex;
	align-items: center;
	padding: 20px 24px;
	font-size: 13px;
	font-weight: 700;
	color: var(--black);
	background: rgba(58,106,144,.04);
	border-right: 2px solid #333;
}
.req-dl__row dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 24px;
	font-size: 14px;
	line-height: 1.7;
}
.req-dl__row dd small  {
	font-size: 12px;
	margin-top: 4px;
}

.sec_entry .btn-entry-area {
	margin: 40px auto 0;
	text-align: center;

}


/* フッターのエントリー
----------------------------------------------------------- */

.ft_entry_area {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.ft_entry_area #switch {
	display: none;
}
#switch:checked ~ .contents {
	display: none;
}

.ft_entry_area .button {
	display: block;
	position: relative;
    padding: 0px 0px 10px;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
 
.ft_entry_area .icon {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-68%);
	width: 22px;
	height: 22px;
}
 
.ft_entry_area .icon::before,
.ft_entry_area .icon::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 15px;
	background: #555; 
	transform: translate(-50%,-50%) rotate(45deg);
	transition: 0.5s all;
}
.ft_entry_area .icon::after{
	transform: translate(-50%,-50%) rotate(-225deg);
}
.ft_entry_area .close {
	margin-left: 24px;
}
 
.ft_entry_area .open {
	display: none;
    padding: 12px 20px;
    background: #555;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
 
.ft_entry_area .close {
	display: inline-block;
}

.ft_entry_area #switch:checked + .button > .icon::before,
.ft_entry_area #switch:checked + .button > .icon::after{
	content: none;
}

.ft_entry_area #switch:checked + .button > .open{
	display: inline-block;
}

.ft_entry_area #switch:checked + .button > .close{
	display: none;
}

.ft_entry_btn {
    min-width: 190px;
    padding: 15px;
    background: var(--white);
    border: 2px solid #333;
    border-radius: 10px;
    text-align: center;
}
.ft_entry_area p.txt {
    font-weight: 600;
    line-height: 1.6;
}

.ft_entry_btn .sns_list {
    margin: 10px 0px;
    padding: 10px 0px;
    border-top: 1px dotted #bfb4a3;
    border-bottom: 1px dotted #bfb4a3;
}
.ft_entry_btn .sns_list li {
	width: calc(100% / 3);
}
.ft_entry_btn a {
	color: #555;
}
.ft_entry_btn a:hover {
	text-decoration: none;
}
.ft_entry_btn .img {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.ft_entry_btn .sns_list span {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.ft_entry_btn span.txt {
    margin-top: 3px;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0px;
}
.ft_entry_btn .tel {
    letter-spacing: 0.1px;
}
.ft_entry_btn .tel a {
	color: #333;
}
.ft_entry_btn .tel .num {
    font-size: 18px;
    font-weight: 600;
}
.ft_entry_btn .btn-entry {
    gap: 5px;
    margin: 8px 0;
    padding: 12px 16px;
    font-size: 13px;
}
#footer .ft_txt {
    padding: 0px 0 30px;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    color: #555;
}



/* footer
----------------------------------------------------------- */


#fnavi_2 {
    padding: 90px 0px 40px;
    background: url(/uploads/sec_about_bk_ea20fb5161.jpg) no-repeat center / cover;
}
#fnavi_2 .inner {
    align-items: center;
}
#fnavi_2 .desc {
    width: calc(100% - 610px);
}
#fnavi_2 .ft_right {
    width: 610px;
    padding-left: 40px;
    justify-content: space-around;
    align-items: baseline;
}
#fnavi_2 .ft_logo {
    margin-bottom: 15px;
}
#fnavi_2 .ft_address {
    margin-left: 5px;
}
#fnavi_2 .ft_list,
#fnavi_2 dl.ft_dl {
    width: auto;
    margin-left: 20px;
}
#fnavi_2 dl.ft_dl .tl {
    margin-bottom: 12px;
    font-size: 15px;
}
#fnavi_2 dl.ft_dl dd {
    padding-left: 15px;
}
#fnavi_2 dl.ft_dl li a {
	position: relative;
	font-size: 12px;
}
#fnavi_2 dl.ft_dl li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: -12px;
    width: 6px;
    border-bottom: 1px solid #333;
}
#fnavi_2 li {
    margin-bottom: 8px;
}
#fnavi_2 li:last-child {
    margin-bottom: 0px;
}
#fnavi_2 li a {
	position: relative;
    color: #333;
    font-size: 14px;
	text-decoration: none;
}
#fnavi_2 li a:hover {
}
ul.relation_url li a {
    position: relative;
}
ul.relation_url li a img {
    width: 30px;
}
ul.relation_url {
	margin-top: 10px;
}
ul.relation_url li .icon_tab {
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    right: -20px;
    width: 14px;
    height: 14px;
}
.credit_ft  {
    padding: 60px 0px 0px;
    text-align: center;
}






@media screen and (max-width: 760px) {
	
	
	.pc {
		display: none !important;
	}
	.mb {
		display: block !important;
	}
	body.home section {
	    padding: 60px 0px;
	}
	
	.head_title h2 span.sub {
	    font-size: 46px;
	}
	.head_title h2 span {
	    display: block;
	    font-size: 14px;
	}

	/* 横並び解除
	----------------------------------------------------------- */
	
	.rec_ft_top .left,
	.rec_ft_top .right,
	.career_list li,
	.sec_staff .left,
	.sec_staff .right,
	.rec_flow_list li,
	ul.career_list>li,
	.st_modal_area .left,
	.st_modal_area .txt,
	.rec_entry_area .left,
	.rec_entry_area .right,
	.feature_list li,
	.sec_welfare_area .left,
	.sec_welfare_area .right,
	.sec_company .left,
	.sec_company .right {
		width: 100%;
		padding: 0;
	}

	/* アイキャッチ
	----------------------------------------------------------- */
	
	.header_bg2.fixed {
    	position: relative !important;
    }
	.header_bg2 {
	    position: absolute;
	    height: 58px;
    }
    
	.site_logo {
	    top: 14px;
	    left: 12px;
	}
	.site_logo a {
        width: 86px;
        height: 30px;
	}
	.site_logo .rec_txt {
        top: 6px;
        margin-left: 4px;
        font-size: 10px;
	}
	section#eyecatch {
	    height: 632px;
	    margin-bottom: 20px;
	}
	.inner-content {
	    margin: 120px auto 0px;
	    padding: 0 15px;
	}
	.inner-content h1 {
        font-size: 13vw;
        letter-spacing: -2px;
	}
	#eyecatch p.eye_txt {
	    font-size: 12px;
	    line-height: 1.6;
	    letter-spacing: .5px;
	}
	#eyecatch p.eye_txt.type_1 {
	    font-size: 13px;
	    letter-spacing: .5px;
	}
	
	.hero_start_area {
	    margin-top: 30px;
	    display: flex;
	    flex-wrap: wrap;
    }
	.hero_start {
        flex: inherit;
	    width: calc(100% / 4);
	    padding: 15px 0px;
    }
    .hero_start .hero_label {
	    font-size: 10px;
	    letter-spacing: 0px;
	}
    .hero_start .data {
	    font-size: 26px;
	}
    .hero_start .data small {
	    padding-left: 0px;
	}
	/* 外枠：はみ出た部分を隠す */
	.slider-container {
		margin-top: 30px;
		width: 100%;
	}

	/* スライダー本体 */
	.mv_img.flex_in {
		display: flex;
		list-style: none;
		padding: 0;
		margin: 0;
		width: max-content; /* コンテンツの幅に合わせる */
		/* アニメーション設定：30秒で1ループ、線形、無限 */
		animation: loop-right 20s linear infinite;
	}
	.mv_img.flex_in li {
		width: 200px; /* 画像の幅に合わせる */
		flex-shrink: 0;
	}
	.flex_in img {
		width: 100%;
		height: auto;
		display: block;
	}

	/* 左から右へ流れるアニメーション */
	@keyframes loop-right {
		0% {
			transform: translateX(-50%); /* 2セットあるうちの1セット分左にずらした状態から開始 */
		}
		100% {
			transform: translateX(0); /* 右へ進み、元の位置に戻る */
		}
	}


    /* Gメニュー
    ----------------------------------------------------*/
    
    #g_navi {
		display: none;
        top: -14px;
        right: 3px;
	}
    #g_navi nav {
	    margin: 25px auto 0px;
	}
	#nav-drawer {
		position: absolute;
		top: 32px;
		right: 10px;
		z-index: 99999;
	}
	.header_bg2.fixed .g_navi_sub {
	    top: -5px;
	}
	/*アイコンのスペース*/
	#nav-open {
	    display: inline-block;
	    /* text-align: center; */
	    width: 30px;
	    height: 20px;
	    vertical-align: middle;
	}
	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span::before, #nav-open span::after {
	    position: absolute;
	    height: 2px;/*線の太さ*/
	    width: 25px;/*長さ*/
	    
	    background: #333;
	    display: block;
	    content: '';
	    cursor: pointer;
	}
	
	#nav-open span::before {
	    width: 20px;
	}
	#nav-open span:before {
	    bottom: -8px;
	}
	#nav-open span:after {
	    bottom: -16px;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
	    display: none;/*はじめは隠しておく*/
	    position: fixed;
	    z-index: 99;
	    top: 0;/*全体に広がるように*/
	    right: 0;
	    width: 100%;
	    height: 100%;
	    background: black;
	    opacity: 0;
	    transition: .3s ease-in-out;
	}

	/* 閉じるボタン */
	#nav-drawer .close {
	    position: absolute;
	    top: 20px;
	    right: 20px;
	    width: 22px;
	    height: 24px;
	}
    #nav-drawer .close:before, #nav-drawer .close:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 50%;
	    left: 0;
        margin-top: 0;
	    width: 22px;
	    height: 2px;
    	background: #fff;
	}
    #nav-drawer .close:before{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #nav-drawer .close:after{
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    
	/*中身*/
	#nav-content {
	    overflow: auto;
	    position: fixed;
	    top: 0;
	    right: 0;
	    z-index: 9999;
	    width: 75%;
	    max-width: 530px;
	    height: 100%;
	    background: #fff;
	    transition: .3s ease-in-out;
	    -webkit-transform: translateX(105%);
	    transform: translateX(105%);
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	    display: block;
	    opacity: .5;
	}

	#nav-input:checked ~ #nav-content {
    	background: var(--black);
	    -webkit-transform: translateX(0%);
	    transform: translateX(0%);
	    box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	/*開いた際のエリア部分*/
	.nav-tl-menu {
	    display: block;
	    position: relative;
	    padding: 20px 10px 18px 18px;
	    font-size: 14px;
	    font-weight: 600;
	    letter-spacing: 3px;
	    color: #fff;
	    background: var(--black);
	}
    #g_navi .nav>ul>li {
	    width: 100%;
	    padding: 0px;
    }
    #g_navi .nav>ul>li>a {
	    display: block;
	    width: 100%;
	    height: auto;
	    padding: 15px 15px 15px 25px;
	    color: #fff;
	    text-align: left;
    	font-size: 16px;
    }


	/* 特徴・福利厚生
	----------------------------------------------------------- */

	.feature_list li {
		padding: 15px;
	}
	.feature_list li .img {
	    width: 60px;
	}
	.feature_list li .txt {
	    width: calc(100% - 60px);
	    padding-left: 15px;
	}
	.feature_list li .tl {
	    margin: 0 0 10px;
	    font-size: 16px;
	}
	.feature_list li p {
	    font-size: 13px;
	    line-height: 1.6;
	}
	.sec_welfare_area .right {
	    margin-top: 20px;
	}
	
	.rec_ft_top .left .tl {
	    font-size: 24px;
	}
	.rec_ft_top .left .img.mb {
		margin-bottom: 20px;
	    max-height: 280px;
	    overflow: hidden;
	    border-radius: 10px;
	}

	.rec_feature_list li {
	    width: calc(100% / 2);
	    padding: 12px 2px;
	}
	.rec_feature_list li:nth-child(2n) {
	    border-right: 0;
	}
	
	.dl_base dt {
    	width: 80px;
    }
    .dl_base dd {
    	width: calc(100% - 80px);
    }
    
	/* ミッション
	----------------------------------------------------------- */

	body.home .mission_area {
		padding: 90px 0px;
	}
	.mission_area .ms_img {
	    max-width: 420px;
	    width: 100%;
	    margin-bottom: 20px;
	}
	.mission_area .txt_area {
		width: 100%;
		padding: 0;
	}
	.mission_area .txt_area p {
	    font-size: 14px;
	    line-height: 2;
	}
	
	
	.swiper-btm-area .swiper-handle {
	    width: 100px;
	}
	.swiper-btm-area .swiper-handle-set {
	    width: 40px;
	    height: 40px;
    	margin-right: 10px;
	}
	.swiper-btm-area {
        display: flex;
	}
	.swiper-btm-area .swiper-handle-set:before {
	    top: 16px;
	    right: 18px;
    }
    .swiper-btm-area .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: calc(100% - 100px - 10px);
        margin-left: 10px;
	}
	
	
	
	/* キャリアステップ
	----------------------------------------------------------- */
	
	ul.career_list>li {
	    margin-bottom: 45px;
	    padding: 55px 15px 15px;
	}
	ul.career_list>li:last-child {
		margin-bottom: 0px;
	}
	
	.top_sep_img {
	    height: 150px;
	}
	
	.tl_base dt, .tl_base dd {
    	padding: 12px 6px;
    }
	.tl_base dt {
	    width: 25%;
        font-size: 13px;
	    white-space: inherit;
	}
	.tl_base dt:before {
	    content: none;
	}
	.tl_base dd {
		width: calc(100% - 25%);
		font-size: 12px;
	}

	/* 募集要項
	----------------------------------------------------------- */
	.req-dl__row {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
    	grid-template-columns: inherit;
	}
	.req-dl__row dt,
	.req-dl__row dd {
		padding: 15px 10px;
	}
	.req-dl__row dt {
	    width: 120px;
	}
	.req-dl__row dd {
	    width: calc(100% - 120px);
	}
	.rec_flow_area {
        margin-top: -20px;
    }
	
    .rec_flow_list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-top: 0px;
        gap: 0px;
        padding-bottom: 40px;
        overflow-x: scroll;
    }
	
    .rec_flow_list li {
        position: relative;
        top: 30px;
        flex: 0 0 75%;
        max-width: 140px;
    }
    .rec_flow_list li .img {
	    margin: 30px 0 12px;
	}
	
	
	.sec_company .right {
	    margin-top: 30px;
	}
    .sec_company .top {
	    margin-bottom: 12px;
	    max-height: 260px;
	    overflow: hidden;
	}
	
	
	/* フッター
	----------------------------------------------------------- */
	#fnavi_2 .inner {
		display: block;
	}
	#fnavi_2 .ft_logo {
	    margin: 0 auto 15px;
	    max-width: 240px;
	}
	#fnavi_2 .desc,
	#fnavi_2 .ft_right {
		display: block;
		width: 100%;
		padding: 0px;
	}
	#fnavi_2 .ft_right {
		margin-top: 30px;
	}
	#fnavi_2 .ft_list, #fnavi_2 dl.ft_dl {
		margin: 0px 0px 20px 0px;
	}
	#fnavi_2 .ft_list,
	#fnavi_2 dl.ft_dl dd ul {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row;
	}
	#fnavi_2 li.sub {
	    width: calc(100% / 2);
	}
	#fnavi_2 dl.ft_dl dd ul li.sub {
	    font-size: 11px;
	    letter-spacing: 0.5px;
	}
	/* フッター固定
	----------------------------------------------------------- */

	.ft_entry_area {
	    right: 0px;
	    bottom: 0px;
	    width: 100%;
	}
	.ft_entry_btn {
	    min-width: 100%;
	    padding: 10px;
	    border-radius: 0;
	    box-shadow: none;
	}
	.ft_entry_btn .sns_list {
	    margin-bottom: 0;
	    padding-bottom: 0;
	    border-bottom: 0;
	}
	.ft_entry_btn .sns_list li {
	    width: calc(100% / 4);
	}
	.ft_entry_btn .btn-entry {
	    margin: 8px 0 0;
	}

}
