@charset "UTF-8";
/*
---------------------------------------------------------
    reset.css ver 1.2 [2008/11/25] 
    *This document validates as CSS level 3
    *GNU General Public License v3
    *http://higash.net/20081125/reset_css3.html

    Modify YUI Reset CSS, YUI Fonts CSS 
    *Copyright (c) 2008, Yahoo! Inc. All rights reserved.
    *http://developer.yahoo.com/yui/license.html
    
    Modify Formy CSS Form Framework 0.8(beta)
    *GNU General Public License v2
    *http://code.google.com/p/formy-css-framework/
---------------------------------------------------------
*/

/* --HTML-- */

html {
	font-size: 62.5%;
}

/* --BODY-- */

body {
	font-family: 'Zen Kaku Gothic New', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	font-size: 1.14286vw;
	font-weight: 400;
	font-style: normal;
	line-height: 2.2;
	margin: 0 auto;
	padding: 0;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'palt' 1;
}

body.open {
	overflow: hidden;
}

* {
	box-sizing: border-box;
}

/* --OTHER TAGS-- */

a {
	overflow: hidden;
	transition: all .2s ease-out;
	text-decoration: none;
	word-break: break-all;
}

a:hover {
	opacity: .7;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=70);
	-khtml-opacity: .7;
	-moz-opacity: .7;
}

a:link,
a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

a img,
img {
	vertical-align: bottom;
	border: 0;
}

abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var,
i {
	font-weight: normal;
	font-style: normal;
}

blockquote,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
span,
td,
th,
ul,
figure {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

caption,
th {
	text-align: left;
}

code,
kbd,
pre,
samp,
tt {
	font-family: monospace;
	line-height: 100%;
}

/* for IE7 */

* + html code,
kbd,
pre,
samp,
tt {
	font-size: 108%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

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

/* form */

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' */

table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

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

img {
	max-width: 100%;
	height: auto;
}

.loader-wrap {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background: #fff url(../img/common/logo.webp) center center no-repeat;
	background-size: 180px auto;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.loader {
	text-indent: -9999em;
}

/*
* #Header
*/

header {
	position: relative;
	z-index: 5;
}

.scrolled header {
	position: fixed;
	z-index: 10;
	top: -7.14286vw;
	left: 0;
	width: 100%;
	padding-top: .71429vw;
	padding-bottom: .71429vw;
	animation-name: headerscrolled;
	animation-duration: .3s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	border-radius: 0 0 4.28571vw 4.28571vw;
	background: #fff;
	box-shadow: .35714vw .35714vw 2.14286vw rgba(80, 163, 218, .2);
	animation-fill-mode: forwards;
}

.header-logo {
	width: 21.42857vw;
}

.header-logo a {
	display: block;
}

.recruit .header-logo {
	width: 30.3vw;
}

.recruit .header-logo a {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: end;
	align-items: flex-end;
}

.recruit .header-logo a ._icon {
	font-size: 1vw;
	display: inline-block;
	margin-bottom: .35714vw;
	margin-left: 1.42857vw;
	padding: .21429vw 1.42857vw;
	white-space: nowrap;
	color: #fff;
	border-radius: .35714vw;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 0%, #50a3da 100%);
}

.scrolled .header-logo img {
	width: 21.42857vw;
}

.header-right_top {
	line-height: 1.5;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.07143vw;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.scrolled .header-right_top {
	display: none;
}

.header-btn a {
	display: inline-block;
}

.header-btn._recruit {
	margin-right: 1.78571vw;
}

.header-btn._recruit a {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 14.28571vw;
	padding: .71429vw 1.42857vw;
	color: #fff;
	border-radius: 0 0 .71429vw .71429vw;
}

.header-btn._recruit a:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -40%;
	display: block;
	width: 150%;
	height: 100%;
	content: '';
	transition: all .3s ease-out;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 35%, #50a3da 100%);
}

.header-btn._recruit a:after {
	position: absolute;
	top: 50%;
	right: 1.42857vw;
	display: block;
	width: 1.71429vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_orange.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.header-btn._recruit a:hover {
	opacity: 1;
}

.header-btn._recruit a:hover:before {
	left: 0;
}

.header-btn._recruit a:hover:after {
	background-color: #e34d3f;
	background-image: url(../img/common/arr_white.webp);
}

.header-btn._contact {
	margin-right: 3.57143vw;
}

.header-btn._contact a {
	position: relative;
	display: inline-block;
	padding: .71429vw 1.42857vw;
	padding-left: 2.14286vw;
}

.header-btn._contact a:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1.71429vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_orange.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.header-btn._contact a:hover {
	opacity: 1;
	color: #e34d3f;
}

.header-btn._contact a:hover:after {
	background-color: #e34d3f;
	background-image: url(../img/common/arr_white.webp);
}

.idex-logo {
	width: 7.28571vw;
	margin-top: 1.07143vw;
}

#menu_popup {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	position: fixed;
	z-index: 103;
	top: 60px;
	right: 10px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, .8);
}

#menu_popup span {
	position: relative;
}

#menu_popup span:after {
	position: absolute;
	top: -15px;
	right: 6px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-width: 0 6px 12px 6px;
	border-style: solid;
	border-color: transparent transparent rgba(0, 0, 0, .8) transparent;
}

#menu_popup.none {
	display: none;
}

.spNavBtn__btn {
	position: fixed;
	z-index: 112;
	top: 0;
	right: 0;
}

.spNavBtn__btn a {
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	display: block;
	text-align: center;
	color: #fff;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 0%, #50a3da 100%);
}

.spNavBtn__btn a:after {
	position: absolute;
	top: 50%;
	left: 35%;
	display: block;
	width: 30%;
	height: 1px;
	content: '';
	transition: all .3s ease-out;
	background: #fff;
}

.open .spNavBtn__btn a:after {
	opacity: 0;
}

.spNavBtn__btn a span:before,
.spNavBtn__btn a span:after {
	position: absolute;
	left: 35%;
	display: block;
	width: 30%;
	height: 1px;
	content: '';
	transition: all .3s ease-out;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	background: #fff;
}

.open .spNavBtn__btn a span:before,
.open .spNavBtn__btn a span:after {
	top: 50% !important;
	left: 50% !important;
	width: 30% !important;
	opacity: 1;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.spNavBtn__btn a span:before {
	top: 40%;
}

.open .spNavBtn__btn a span:before {
	-ms-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
}

.spNavBtn__btn a span:after {
	top: 60%;
}

.open .spNavBtn__btn a span:after {
	-ms-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
}

.spNavBtn__btn a:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}

.spNavBtn__btn a:hover:after {
	left: 35%;
	width: 30%;
}

.spNavBtn__btn a:hover span:before,
.spNavBtn__btn a:hover span:after {
	left: 35%;
	width: 30%;
}

.open .spNavBtn__btn a:hover span:before,
.open .spNavBtn__btn a:hover span:after {
	width: 40% !important;
}

.spNavBtn__btn a:hover span:before {
	top: 40%;
}

.spNavBtn__btn a:hover span:after {
	top: 60%;
}

.open .spNavBtn__btn a {
	color: #747474;
	background: #747474;
}

#spNavBtn {
	display: none;
}

/**
 * #Footer
 */

footer {
	padding-bottom: 5.71429vw;
}

.footer-nav {
	padding-top: 3.57143vw;
	padding-bottom: 3.57143vw;
	background: #50a3da;
}

.recruit .footer-nav {
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 35%, #50a3da 100%);
}

.footer-nav li {
	margin-right: 2.5vw;
}

.footer-nav li:last-child {
	margin-right: 0;
}

.footer-nav a {
	font-size: 1.28571vw;
	color: #fff;
}

.footer-logo {
	width: 28.57143vw;
	margin-right: 4.28571vw;
}

.footer-address {
	line-height: 1.6;
}

.footer-top {
	padding-top: 3.57143vw;
	padding-bottom: 3.57143vw;
	background: #f9f9f9;
}

.footer-btm {
	padding-top: 1.42857vw;
	padding-bottom: 1.42857vw;
}

.footer-btm_left {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.footer-btm_left .idex-logo {
	margin-top: 0;
	margin-right: 3.57143vw;
}

.insta_logo,
.x_logo {
	margin-right: 1.07143vw;
}

.insta_logo a,
.x_logo a {
	display: block;
	width: 1.78571vw;
	height: 1.78571vw;
	padding-right: 0 !important;
}

.insta_logo a:after,
.x_logo a:after {
	content: none !important;
}

.insta_logo img,
.x_logo img {
	vertical-align: top;
}

.footer-btm_right_link a {
	margin-left: 2.14286vw;
	padding-left: 1.14286vw;
	background: url(../img/common/arr_orange.webp) 0 center no-repeat;
	background-size: .92857vw auto;
}

.copyright {
	text-align: right;
}

.sp-fixed_menu {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.sp-fixed_menu ul {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sp-fixed_menu ._shop,
.sp-fixed_menu ._map {
	font-size: 1.2rem;
	width: 25%;
	background: #50a3da;
}

.sp-fixed_menu ._shop a,
.sp-fixed_menu ._map a {
	padding-top: 37px;
	background: url(../img/common/icon_shop.webp) center top 10px no-repeat;
	background-size: 28px auto;
}

.sp-fixed_menu ._map {
	background: #3b578a;
}

.sp-fixed_menu ._map a {
	background-image: url(../img/common/icon_map.webp);
}

.sp-fixed_menu ._contact {
	font-size: 1.6rem;
	width: 50%;
	background: #0e701e;
}

.sp-fixed_menu ._contact a {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sp-fixed_menu ._contact a span {
	padding-left: 20px;
	background: url(../img/common/ar_white.webp) center left no-repeat;
	background-size: 15px auto;
}

.sp-fixed_menu a {
	display: block;
	height: 60px;
	text-align: center;
	color: #fff;
}

.page_top {
	position: fixed;
	z-index: 10;
	right: .71429vw;
	bottom: .71429vw;
	transition: all .3s ease-out;
	opacity: 0;
}

.scrolled .page_top {
	opacity: 1;
}

.page_top a {
	position: relative;
	display: block;
	width: 3.57143vw;
	height: 3.57143vw;
	text-indent: -9999px;
	border-radius: 50%;
	background: #f9dbd9;
	background: linear-gradient(90deg, #f9dbd9 0%, #de5c53 100%);
}

.page_top a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 1.42857vw;
	content: '';
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	background: url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 80% auto;
	aspect-ratio: 1 / 1;
}

.page_top a:hover {
	opacity: 1;
}

.page_top a:hover:after {
	animation-name: pagetop_move;
	animation-duration: .3s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: backwards;
}

/**
 * #Main
 */

.scrolled #container {
	padding-top: 110px;
}

#contents {
	padding-top: 1.42857vw;
}

/*------------ common ------------*/

a[target='_blank'] {
	position: relative;
	padding-right: 1.07143vw;
}

a[target='_blank']:after {
	position: absolute;
	top: .42857vw;
	right: 0;
	display: block;
	width: .85714vw;
	content: '';
	background: url(../img/common/icon_blank.png) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

._icon_target_none a[target='_blank'] {
	padding-right: 0;
}

._icon_target_none a[target='_blank']:after {
	content: none;
}

.icon_map {
	margin-left: .71429vw;
}

.icon_map a {
	font-weight: 500;
	line-height: 1;
	position: relative;
	padding-left: 1.42857vw;
	white-space: nowrap;
	text-decoration: underline;
	color: #50a3da;
}

.icon_map a:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1.14286vw;
	content: '';
	background: url(../img/common/icon_map.png) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 52 / 66;
}

.footer-recruit_btn {
	position: fixed;
	z-index: 4;
	bottom: -7.14286vw;
	left: 1.42857vw;
	transition: all .3s ease-out;
}

.scrolled .footer-recruit_btn {
	bottom: 1.42857vw;
}

.footer-recruit_btn a {
	font-size: 1.42857vw;
	font-weight: 700;
	width: 21.42857vw !important;
	vertical-align: top;
}

.list1 {
	font-size: 1.07143vw;
	line-height: 1.6;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list1 dt {
	position: relative;
	width: 7.5vw;
	padding-left: .71429vw;
}

.list1 dt:before {
	position: absolute;
	top: .78571vw;
	left: 0;
	display: block;
	width: .42857vw;
	content: '';
	background: #e34d3f;
	aspect-ratio: 1 / 1;
}

.list1 dd {
	width: calc(100% - 7.5vw);
	margin-bottom: .42857vw;
}

.list2 {
	line-height: 1.6;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list2 dt {
	font-weight: 700;
	position: relative;
	width: 18vw;
	margin-bottom: 1.42857vw;
	padding-bottom: 1.42857vw;
	padding-left: 3.57143vw;
	border-bottom: 1px solid #e6e6e6;
}

.list2 dt ._num {
	font-size: 2.14286vw;
	line-height: 1;
	position: absolute;
	top: 0vw;
	left: 0;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 0%, #50a3da 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.list2 dd {
	position: relative;
	width: calc(100% - 18vw);
	margin-bottom: 1.42857vw;
	padding-bottom: 1.42857vw;
	padding-left: 2.14286vw;
	border-bottom: 1px solid #e6e6e6;
}

.list2 dd:after {
	position: absolute;
	top: 1.28571vw;
	left: 0;
	display: block;
	width: 1.42857vw;
	height: 2px;
	content: '';
	background: #e34d3f;
}

.pagenav {
	position: -webkit-sticky;
	position: sticky;
	top: 7.14286vw;
}

.pagenav li a {
	font-weight: 700;
	position: relative;
	padding-left: 1.78571vw;
}

.pagenav li a:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1.14286vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_orange.webp) center center no-repeat;
	background-size: 50% auto;
	aspect-ratio: 1 / 1;
}

.pagenav li a:hover {
	opacity: 1;
}

.pagenav li a:hover:after {
	background-color: #e34d3f;
	background-image: url(../img/common/arr_white.webp);
}

.pagenav ._sub {
	margin-bottom: 2.14286vw;
	margin-left: 2.85714vw;
}

.pagenav ._sub li a {
	font-weight: 400;
}

.pagenav ._sub li a:after {
	background-color: none;
}

.pagenav ._sub li a:hover:after {
	left: .35714vw;
	background-color: transparent;
	background-image: url(../img/common/arr_orange.webp);
}

.bg1 {
	margin-left: 3.57143vw;
	padding-top: 21.42857vw;
	border-radius: 4.28571vw 0 0 4.28571vw;
	background: #fff;
	background: linear-gradient(39deg, white 0%, #f4f4f4 40%, #ececec 100%);
}

.bg2 {
	background: #f2dbdb;
	background: linear-gradient(57deg, rgba(242, 219, 219, .4) 0%, rgba(192, 230, 255, .4) 100%);
}

.link {
	text-decoration: underline !important;
	color: #50a3da !important;
}

.list_icon li {
	line-height: 1.6;
	position: relative;
	padding-left: .92857vw;
}

.list_icon li:after {
	position: absolute;
	top: .71429vw;
	left: 0;
	display: block;
	width: .42857vw;
	content: '';
	border-radius: 50%;
	background: #e34d3f;
	aspect-ratio: 1 / 1;
}

.round {
	border-radius: 1.42857vw;
}

.round._ovh {
	overflow: hidden;
}

.shadow {
	box-shadow: .35714vw .35714vw 2.14286vw rgba(80, 163, 218, .2);
}

.box1 {
	padding-top: 10.71429vw;
	border-radius: 4.28571vw 4.28571vw 0 0;
	background: #fff;
	background: linear-gradient(39deg, white 0%, #fbf5f4 40%, #ffcfcb 100%);
}

.box1._blue {
	background: #fff;
	background: linear-gradient(39deg, white 0%, #eef6fb 40%, #b6e2fe 100%);
}

.box1._green {
	background: #fff;
	background: linear-gradient(39deg, white 0%, #f4fbf4 66%, #d0ffcb 100%);
}

.box1._white {
	background: #fff;
}

.box1._gray {
	background: #fff;
	background: linear-gradient(39deg, white 0%, #f4f4f4 40%, #ececec 100%);
}

.box1._grade {
	background: url(../img/recruit/common/recruit-cv_bg.jpg) center center no-repeat;
	background-size: cover;
}

.box1_up {
	margin-top: -4.28571vw;
}

.box2 {
	position: relative;
}

.box2:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: -3.57143vw;
	display: block;
	width: calc(100% + (3.57143vw * 2));
	height: 100%;
	content: '';
	border-radius: 4.28571vw 0 0 4.28571vw;
	background: #fff;
	background: linear-gradient(39deg, white 0%, #f4f4f4 40%, #ececec 100%);
}

.box3 {
	padding: 2.85714vw 3.57143vw;
	border-radius: 1.42857vw;
	background: rgba(255, 255, 255, .6);
}

/*------------ top ------------*/

.top-fv {
	position: relative;
	z-index: 1;
}

.top-fv_txt {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../img/top/fv_main_img.webp) center center no-repeat;
	background-size: cover;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-fv_txt ._txt {
	width: 66.28571vw;
}

.top-fv_slide_wrap {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-fv_slide {
	width: 33.3333% !important;
	aspect-ratio: 1.1 / 1;
}

.top-fv_slide .slides {
	width: 100% !important;
	height: 100% !important;
}

.top-fv_slide_item {
	aspect-ratio: 1.5 / 1;
}

.top-fv_slide_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-aboutus {
	background-image: url(../img/top/about_bg1.jpg), url(../img/top/about_bg2.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right top -7.14286vw;
	background-size: 30.92857vw auto, 40.35714vw auto;
}

.top-aboutus_ttl {
	margin-right: 7.14286vw;
}

.top-aboutus_cont {
	font-weight: 700;
}

.top-boutus_txt ._ttl span {
	font-size: 1.71429vw;
	font-weight: 700;
	line-height: 1.7;
	display: inline-block;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 0%, #50a3da 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.top-news_ttl {
	width: 21vw;
}

.top-news_cont {
	width: calc(100% - 23vw);
}

.top-news_item a {
	line-height: 1.6;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	padding-top: .5vw;
	padding-bottom: .5vw;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-news_item a:hover {
	opacity: 1;
	color: #50a3da;
}

.top-news_item a:hover .top-news_time:after {
	top: .64286vw;
	left: -.14286vw;
	width: .71429vw;
	background: #50a3da;
}

.top-news_item a:hover .top-news_title:after {
	left: .21429vw;
}

.top-news_time {
	position: relative;
	width: 7.5vw;
	padding-left: .92857vw;
}

.top-news_time:after {
	position: absolute;
	top: .78571vw;
	left: 0;
	display: block;
	width: .42857vw;
	content: '';
	transition: all .3s ease-out;
	border-radius: 50%;
	background: #e34d3f;
	aspect-ratio: 1 / 1;
}

.top-news_title {
	position: relative;
	width: calc(100% - 7.5vw);
	padding-left: 1.42857vw;
	text-decoration: underline;
}

.top-news_title:after {
	position: absolute;
	top: .78571vw;
	left: 0;
	display: block;
	width: .92857vw;
	content: '';
	transition: all .3s ease-out;
	background: url(../img/common/arr_orange.webp) center center no-repeat;
	background-size: 100%;
	aspect-ratio: 13 / 7;
}

.top-recruit {
	position: relative;
}

.top-recruit_img {
	position: absolute;
	right: 4.28571vw;
	bottom: 0;
	width: 60.57143vw;
}

.top-company {
	position: relative;
	z-index: 2;
}

.top-company_item a,
.top-bus_slide_item a {
	display: block;
	overflow: visible;
}

.top-company_item a:hover,
.top-bus_slide_item a:hover {
	opacity: 1;
}

.top-company_item a:hover .top-company_img,
.top-bus_slide_item a:hover .top-company_img {
	margin-top: -.71429vw;
}

.top-company_item a:hover .top-company_ttl,
.top-bus_slide_item a:hover .top-company_ttl {
	color: #50a3da;
}

.top-company_item a:hover .top-company_ttl:after,
.top-bus_slide_item a:hover .top-company_ttl:after {
	left: -.14286vw;
	width: .71429vw;
	background: #50a3da;
}

.top-company_item a:hover .top-company_ttl:before,
.top-bus_slide_item a:hover .top-company_ttl:before {
	right: -.35714vw;
	width: 3.57143vw;
}

.top-company_img {
	position: relative;
	margin-bottom: 1.42857vw;
	transition: all .3s ease-out;
}

.top-company_img ._illust {
	position: absolute;
	right: 0;
	bottom: 0;
}

.top-company_ttl {
	font-size: 1.42857vw;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	height: 4vw;
	padding-left: .92857vw;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.top-company_ttl:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: .42857vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #e34d3f;
	aspect-ratio: 1 / 1;
}

.top-company_ttl:before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 4vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: url('../img/common/arr_white.webp') center center no-repeat, linear-gradient(90deg, #f9dbd9 0%, #de5c53 100%);
	background-size: 35% auto, cover;
	aspect-ratio: 1 / 1;
}

.top-imgslide_wrap {
	overflow: hidden;
	background: #f2dbdb;
	background: linear-gradient(39deg, #f2dbdb 0%, #c0e6ff 100%);
}

.top-imgslide {
	margin-top: 3.57143vw;
}

.top-imgslide .slick-list {
	overflow: visible;
}

.top-imgslide_item img {
	border-radius: 50%;
}

.top-imgslide_item._item1 {
	width: 16.57143vw;
	margin-right: 2.85714vw;
}

.top-imgslide_item._item2 {
	width: 20.57143vw;
	margin-right: 4.28571vw;
}

.top-imgslide_item._item3 {
	width: 13.92857vw;
	margin-right: 3.57143vw;
}

.top-imgslide_item._item4 {
	width: 16.57143vw;
	margin-right: 2.14286vw;
}

.top-imgslide_item._item5 {
	width: 19.14286vw;
	margin-right: 4.28571vw;
}

.top-imgslide_item._item6 {
	width: 13.92857vw;
	margin-right: 2.85714vw;
}

/* 上下だけのふわふわアニメーション */

/* 基本設定 */

.bubble {
	animation: floatY var(--dur) ease-in-out infinite;
	will-change: transform;
}

/* 各スライドごとに違いを設定 */

.top-imgslide_item._item1 .bubble {
	animation-delay: 0s;
	--amp: -1.42857vw;
	--dur: 4.2s;
}

.top-imgslide_item._item2 .bubble {
	animation-delay: .4s;
	--amp: -2.5vw;
	--dur: 5.4s;
}

.top-imgslide_item._item3 .bubble {
	animation-delay: .2s;
	--amp: -1.78571vw;
	--dur: 3.8s;
}

.top-imgslide_item._item4 .bubble {
	animation-delay: .6s;
	--amp: -2.85714vw;
	--dur: 6s;
}

.top-imgslide_item._item5 .bubble {
	animation-delay: .3s;
	--amp: -2.14286vw;
	--dur: 3.6s;
}

.top-imgslide_item._item6 .bubble {
	animation-delay: .5s;
	--amp: -3.21429vw;
	--dur: 5.8s;
}

/* アニメーションを控えたい設定の人向け */

.top-bus {
	overflow: hidden;
}

.top-bus_slide .slick-list {
	overflow: visible;
}

.top-bus_slide_item {
	width: 20vw;
	margin-right: 2.14286vw;
	margin-left: 2.14286vw;
}

.top-bus_slide_item._down {
	margin-top: 7.14286vw;
}

.top-bus_slide_item a:hover .top-company_img {
	margin-top: -.71429vw;
}

.top-bus_slide_item .top-company_img {
	aspect-ratio: 562 / 600;
}

.top-bus_slide_item .top-company_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom-arrows {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.custom-arrows .slick-arrow {
	display: block;
	width: 7.42857vw;
	margin-right: .35714vw;
	margin-left: .35714vw;
	cursor: pointer;
	transition: all .3s ease-out;
	border: none;
	border-radius: 0 40px 40px 0;
	background: #f9f9f9 url(../img/common/arr_orange.webp) 50% center no-repeat;
	background-size: 18% auto;
	aspect-ratio: 104 / 36;
}

.custom-arrows .slick-arrow.custom-prev {
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.custom-arrows .slick-arrow:hover {
	background-position: 60% center;
}

.top-shop_item {
	position: relative;
	transition: all .3s ease-out;
	text-align: center;
	background: #fff;
}

.top-shop_item:hover {
	-ms-transform: translate(0, -.71429vw);
	transform: translate(0, -.71429vw);
}

.top-shop_item a {
	display: block;
	padding: 1.42857vw;
}

.top-shop_item a:hover {
	opacity: 1;
}

.top-shop_logo {
	text-align: center;
}

.top-shop_logo img {
	width: 80%;
}

.top-shop_ttl {
	font-size: 1.28571vw;
	position: relative;
	padding-bottom: 2.85714vw;
}

.top-shop_ttl:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 2.42857vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-radius: 50%;
	background: url('../img/common/arr_white.webp') center center no-repeat, linear-gradient(90deg, #f9dbd9 0%, #de5c53 100%);
	background-size: 35% auto, cover;
	aspect-ratio: 1 / 1;
}

.top-sustainability {
	padding-top: 10.71429vw;
	border-radius: 4.28571vw 4.28571vw 0 0;
	background: url(../img/sustainability/bg.jpg) center center no-repeat;
	background-size: cover;
}

/*------------ greeting ------------*/

.greeting-other_ttl {
	font-size: 2.14286vw;
	font-weight: 700;
	display: -ms-flexbox;
	display: flex;
	height: 17.14286vw;
	margin-left: -3.57143vw;
	color: #fff;
	border-radius: 0 200px 200px 0;
	background: #cc8181;
	background: linear-gradient(63deg, rgba(204, 129, 129, .7) 0%, rgba(80, 163, 218, .7) 100%);
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.greeting-other_cont {
	padding-top: 6.42857vw;
}

.greeting-motto {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.greeting-motto dt {
	font-size: 3.57143vw;
	line-height: 1;
	width: 6.42857vw;
	text-align: center;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 0%, #50a3da 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.greeting-motto dd {
	font-size: 1.42857vw;
	font-weight: 700;
	width: calc(100% - 6.42857vw);
	margin-bottom: 2.14286vw;
	color: #50a3da;
}

.greeting-bg {
	position: relative;
	overflow: hidden;
	background: url(../img/greeting/bg.jpg) center bottom no-repeat;
	background-size: 100% auto;
}

.greeting-leaf1,
.greeting-leaf2,
.greeting-leaf3 {
	position: absolute;
}

.greeting-leaf1 {
	top: 0;
	right: -6.42857vw;
	width: 13.42857vw;
	filter: blur(.14286vw);
}

.greeting-leaf2 {
	top: 6.42857vw;
	right: -2.14286vw;
	width: 21.42857vw;
	filter: blur(.07143vw);
}

.greeting-leaf3 {
	top: 11.42857vw;
	right: -5vw;
	width: 33.57143vw;
}

/*------------ company ------------*/

.company-slide_item {
	width: 25vw;
	padding-right: 1.42857vw;
	padding-left: 1.42857vw;
}

.company-slide_item:nth-child(2n) {
	margin-top: 7.14286vw;
}

.company-profile {
	margin-top: -10.71429vw;
}

.company-history_box {
	margin-bottom: 2.14286vw;
	padding-bottom: 2.14286vw;
	border-bottom: 1px solid #e6e6e6;
}

.company-history_time {
	line-height: 1;
	width: 19vw;
}

.company-history_time span {
	display: inline-block;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 0%, #50a3da 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.company-history_time ._year {
	font-size: 3.57143vw;
	width: 10.28571vw;
	vertical-align: middle;
}

.company-history_time ._day {
	font-size: 2.07143vw;
	width: 5.71429vw;
	text-align: center;
	vertical-align: middle;
}

.company-history_cont {
	line-height: 1.6;
	width: calc(100% - 19vw);
	padding-top: .71429vw;
}

.company-history_cont ._icon {
	position: relative;
	padding-left: 1.42857vw;
}

.company-history_cont ._icon:after {
	position: absolute;
	top: .42857vw;
	left: 0;
	display: block;
	width: 1vw;
	content: '';
	border-radius: 50%;
	background: #50a3da;
	aspect-ratio: 1 / 1;
}

/*------------ shoplist ------------*/

.shoplist-list_item {
	position: relative;
	width: 18%;
	margin-right: 2.5%;
	transition: all .3s ease-out;
	text-align: center;
	background: #fff;
}

.shoplist-list_item:last-child {
	margin-right: 0;
}

.shoplist-list_item:hover {
	-ms-transform: translate(0, -.71429vw);
	transform: translate(0, -.71429vw);
}

.shoplist-list_item a {
	display: block;
	padding: 1.42857vw;
}

.shoplist-list_item a:hover {
	opacity: 1;
}

.shoplist-nav .top-shop_ttl:after {
	-ms-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg);
}

.shoplist-box {
	overflow: hidden;
	border-radius: 4.28571vw 4.28571vw 0 0;
}

.shoplist-box_img {
	aspect-ratio: 4 / 1;
}

.shoplist-box_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shoplist-logo {
	display: -ms-flexbox;
	display: flex;
	width: 60%;
	margin-top: -3.57143vw;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e6e6e6;
	background: #fff;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
}

.shoplist-list_box {
	line-height: 1.6;
	padding-top: 1.42857vw;
	padding-bottom: 1.42857vw;
	border-bottom: 1px solid #e6e6e6;
}

.shoplist-list_box_ttl {
	font-size: 1.28571vw;
	font-weight: 700;
	position: relative;
	margin-bottom: .35714vw;
	padding-left: 1.07143vw;
}

.shoplist-list_box_ttl:after {
	position: absolute;
	top: .71429vw;
	left: 0;
	display: block;
	width: .71429vw;
	content: '';
	border-radius: 50%;
	background: #50a3da;
	aspect-ratio: 1 / 1;
}

.shoplist-list_box_date {
	padding-left: 1.07143vw;
}

.shoplist-list_box_date ._time,
.shoplist-list_box_date ._tel,
.shoplist-list_box_date ._insta {
	position: relative;
	padding-left: 1.57143vw;
}

.shoplist-list_box_date ._time:before,
.shoplist-list_box_date ._tel:before,
.shoplist-list_box_date ._insta:before {
	position: absolute;
	top: .42857vw;
	left: 0;
	display: block;
	width: 1.14286vw;
	content: '';
	background: url(../img/common/icon_time.png) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.shoplist-list_box_date ._tel:before {
	background-image: url(../img/common/icon_tel.png);
}

.shoplist-list_box_date ._insta:before {
	background-image: url(../img/common/logo_insta.png);
}

/*------------ recruit ------------*/

.recruit-fv {
	position: relative;
	overflow: hidden;
	padding-top: 2.5vw;
	padding-bottom: 2.5vw;
}

.recruit-fv:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40vw;
	height: 100%;
	content: '';
	background: #fff;
	background: linear-gradient(90deg, white 30%, rgba(255, 255, 255, .84) 77%, rgba(255, 255, 255, 0) 100%);
}

.recruit-fv_txt {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 3.57143vw;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.recruit-fv_txt1 span {
	font-weight: 700;
	color: #50a3da;
}

.recruit-fv_txt2 {
	font-size: 2.85714vw;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 1.42857vw;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 0%, #50a3da 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.recruit-fv_txt3 {
	font-weight: 700;
}

.recruit-fv_slide .slick-list {
	overflow: visible;
}

.recruit-fv_slide_item {
	width: 21.42857vw;
	margin-right: 1.07143vw;
	margin-left: 1.07143vw;
}

.recruit-fv_slide_item img {
	border-radius: 200px;
}

.recruit-message {
	position: relative;
}

.recruit-message_txt {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 3.57143vw;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

._recruitment .recruit-message_txt {
	right: 3.57143vw;
	left: auto;
}

.recruit-message_txt1 {
	font-size: 2.14286vw;
	font-weight: 700;
}

.recruit-message_img {
	position: relative;
	z-index: 1;
	margin-left: 36.42857vw;
}

._recruitment .recruit-message_img {
	margin-right: 36.42857vw;
	margin-left: 0;
}

.recruit-message_img img {
	border-radius: 4.28571vw 0 0 4.28571vw;
}

._recruitment .recruit-message_img img {
	border-radius: 0 4.28571vw 4.28571vw 0;
}

.recruit-service {
	overflow: hidden;
}

.recruit-service_slide .slick-list {
	overflow: visible;
}

.recruit-service_slide_item {
	width: 21.42857vw;
	margin-right: 1.07143vw;
	margin-left: 1.07143vw;
	transition: all .3s ease-out;
}

.recruit-service_slide_item:hover {
	-ms-transform: translate(0, -.71429vw);
	transform: translate(0, -.71429vw);
}

.recruit-service_slide_item a {
	position: relative;
	display: block;
	overflow: visible;
}

.recruit-service_slide_item a:hover {
	opacity: 1;
}

.recruit-service_slide_item a:hover ._img:after {
	opacity: .9;
}

.recruit-service_slide_item ._img {
	position: relative;
}

.recruit-service_slide_item ._img:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	transition: all .3s ease-out;
	opacity: .6;
	border-radius: 200px;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 0%, #50a3da 100%);
}

.recruit-service_slide_item ._img img {
	border-radius: 200px;
}

.recruit-service_slide_item ._txt {
	font-size: 1.42857vw;
	font-weight: 700;
	position: absolute;
	bottom: 5.35714vw;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-ms-writing-mode: tb-rl;
	color: #fff;
	writing-mode: vertical-rl;
}

.recruit-service_slide_item ._txt span {
	position: relative;
	padding-bottom: 3.57143vw;
}

.recruit-service_slide_item ._txt span:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 2.85714vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-radius: 50%;
	background: url('../img/common/arr_white.webp') center center no-repeat, linear-gradient(90deg, #f9dbd9 0%, #de5c53 100%);
	background-size: 35% auto, cover;
	aspect-ratio: 1 / 1;
}

.recruit-job_list {
	overflow: hidden;
	border-radius: 2.14286vw;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 0%, #50a3da 100%);
}

.recruit-joblist_item {
	width: 33.333%;
	border-right: 1px solid #fff;
}

.recruit-joblist_item:last-child {
	border-right: none;
}

.recruit-joblist_item a {
	position: relative;
	display: block;
}

.recruit-joblist_item a:hover {
	opacity: 1;
}

.recruit-joblist_item a:hover ._img {
	opacity: .8;
}

.recruit-joblist_item ._img {
	transition: all .3s ease-out;
	opacity: .3;
	aspect-ratio: 1.3 / 1;
}

.recruit-joblist_item ._img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recruit-joblist_item ._txt {
	font-size: 1.42857vw;
	font-weight: 700;
	line-height: 1.6;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	white-space: nowrap;
	color: #fff;
}

.recruit-joblist_item ._txt span {
	position: relative;
	display: inline-block;
	padding-bottom: 3.57143vw;
}

.recruit-joblist_item ._txt span:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 2.85714vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-radius: 50%;
	background: url('../img/common/arr_white.webp') center center no-repeat, linear-gradient(90deg, #f9dbd9 0%, #de5c53 100%);
	background-size: 35% auto, cover;
	aspect-ratio: 1 / 1;
}

.recruit-staff {
	overflow: hidden;
}

.recruit-staff_slide .slick-list {
	overflow: visible;
}

.recruit-staff_slide_item {
	width: 25.71429vw;
	margin-right: 1.07143vw;
	margin-left: 1.07143vw;
	transition: all .3s ease-out;
}

.recruit-staff_slide_item:hover {
	-ms-transform: translate(0, -.71429vw);
	transform: translate(0, -.71429vw);
}

.recruit-staff_slide_item a {
	position: relative;
	display: block;
}

.recruit-staff_slide_item a ._img {
	-webkit-mask-image: url('../img/recruit/top/staff_mask.png');
	mask-image: url('../img/recruit/top/staff_mask.png');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
}

.recruit-staff_slide_item a ._txt {
	line-height: 1.6;
	position: absolute;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	width: 20vw;
	height: 5.71429vw;
	-ms-flex-align: center;
	align-items: center;
}

.recruit-staff_slide_item a ._txt > div {
	position: relative;
	width: 100%;
}

.recruit-staff_slide_item a ._txt > div:after {
	position: absolute;
	top: 50%;
	right: -.71429vw;
	display: block;
	width: 2.85714vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: url('../img/common/arr_white.webp') center center no-repeat, linear-gradient(90deg, #f9dbd9 0%, #de5c53 100%);
	background-size: 35% auto, cover;
	aspect-ratio: 1 / 1;
}

.recruit-staff_slide_item a ._txt ._txt1 {
	font-size: 1vw;
	line-height: 1.3;
}

.recruit-staff_slide_item a ._txt ._txt2 span {
	font-size: 1.42857vw;
	font-weight: 700;
	margin-right: .71429vw;
}

.recruit-entry {
	padding-top: 7.14286vw;
	padding-bottom: 7.14286vw;
	color: #fff;
}

.recruit-entry_btn {
	margin-right: 1.42857vw;
}

.recruit-entry_btn:last-child {
	margin-right: 0;
}

.recruit-entry_btn .btn4 a {
	font-size: 1.42857vw;
	font-weight: 700;
	width: 22vw;
	padding-top: 1.42857vw;
	padding-bottom: 1.42857vw;
	vertical-align: top;
}

.recruit-entry_btn .btn4 a:hover {
	opacity: 1;
	color: #50a3da;
	background: #fff;
}

/*------------ services ------------*/

.recruit-bus_box_logo {
	width: 25%;
}

.recruit-bus_box_cont {
	width: 75%;
}

.icon_sales {
	text-align: center;
}

.icon_sales img {
	height: 5.71429vw;
}

/*------------ staff-voice ------------*/

.recruit-voice_item {
	margin-left: 0;
}

.recruit-voice_item.recruit-staff_slide_item a ._txt {
	width: 22.2vw;
}

.staff-sch {
	padding: 2.14286vw;
	background: #fff;
	background: linear-gradient(39deg, white 0%, #f4f4f4 40%, #ececec 100%);
}

.staff-sch_list {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.staff-sch_list_item {
	line-height: 1.6;
	position: relative;
	min-width: 10.14286vw;
	padding-right: 1.78571vw;
}

.staff-sch_list_item:after {
	position: absolute;
	top: 4.17143vw;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background: #747474;
}

.staff-sch_list_item:last-child:after {
	content: none;
}

.staff-sch_list_item_ttl {
	position: relative;
	z-index: 2;
	margin-bottom: 1vw;
	padding-bottom: 2.5vw;
}

.staff-sch_list_item_ttl:after {
	position: absolute;
	bottom: 0;
	left: -.42857vw;
	display: block;
	width: .85714vw;
	content: '';
	border-radius: 50%;
	background: #50a3da;
	aspect-ratio: 1 / 1;
}

.staff-sch_list_item_ttl span {
	font-size: 1.07143vw;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: .21429vw 1.07143vw;
	white-space: nowrap;
	color: #fff;
	background: #50a3da;
}

.staff-sch_list_item_ttl span:after {
	position: absolute;
	bottom: -.85714vw;
	left: 0;
	width: .92857vw;
	content: '';
	background: #50a3da;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	aspect-ratio: 1 / 1;
}

.staff-sch_list_item_cont {
	font-size: 1.07143vw;
}

.staff-main {
	position: relative;
}

.staff-main_txt {
	line-height: 1.6;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40vw;
	padding: 1.42857vw 2.85714vw;
	border-radius: 0 2.14286vw 0 0;
	background: #fff;
}

.staff-main_txt ._txt1 {
	font-weight: 700;
}

.staff-main_txt ._txt1 span {
	font-size: 2.14286vw;
	margin-right: 1.07143vw;
}

.news-box_date li {
	margin-right: 1.42857vw;
}

.sub-intro {
	position: -webkit-sticky;
	position: sticky;
	z-index: -1;
	top: 0;
}

.sus-logo_list_item {
	width: 5.71429vw;
	margin-right: .71429vw;
	margin-bottom: .71429vw;
}

.business-intro_ttl {
	white-space: nowrap;
}

.business-intro_img1 {
	margin-left: 20%;
}

.business-intro_img2 {
	margin-right: 30%;
}

.business-sns {
	display: -ms-flexbox;
	display: flex;
	margin-left: 2.14286vw;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.business-sns > p {
	margin-right: .71429vw;
}

.business-sns > p a {
	display: block;
	display: -ms-flexbox;
	display: flex;
	width: 2.85714vw;
	height: 2.85714vw;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.business-sns > p a img {
	width: 40%;
}

/*------------ recruitment ------------*/

.recruitment-details_btns {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.recruitment-details_btns .btn2 {
	width: 30%;
	margin-right: 2.14286vw;
}

.recruitment-details_btns .btn2 a {
	width: 100%;
	vertical-align: top;
	background: rgba(116, 116, 116, .6);
}

.recruitment-details_btns .btn2 a:before {
	opacity: 0;
}

.recruitment-details_btns .btn2 a:after {
	-ms-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
}

.recruitment-details_btns .btn2 a.current:before {
	opacity: 1;
}

.recruitment-details_btns .btn2 a:hover:before {
	opacity: 1;
}

.recruitment-details_box#career {
	display: none;
}

.recruitment-benefit_item {
	position: relative;
	padding: 1.42857vw;
	padding-bottom: 9.28571vw;
	background: #fff;
}

.recruitment-benefit_item ._number {
	font-size: 1.42857vw;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: #ff8000;
}

.recruitment-benefit_item ._number.left {
	text-align: left;
}

.recruitment-benefit_item ._number .eng {
	font-weight: 700;
}

.recruitment-benefit_item ._number ._num {
	font-size: 5vw;
	font-weight: 400;
}

.recruitment-benefit_item ._number._s ._num {
	font-size: 2.85714vw;
}

.recruitment-benefit_item ._number ._txt_s {
	font-size: 1.14286vw;
}

.recruitment-benefit_item ._number dl {
	position: relative;
	overflow: hidden;
}

.recruitment-benefit_item ._number dl dt {
	position: absolute;
	top: 0;
	left: 0;
	padding-right: .35714vw;
	background: #fff;
}

.recruitment-benefit_item ._number dl dd {
	text-align: right;
	background: url(../img/recruit/common/dotted.png) center right repeat-x;
	background-size: .42857vw auto;
}

.recruitment-benefit_item ._number dl dd ._dotted {
	position: relative;
	padding-left: .35714vw;
	background: #fff;
}

.recruitment-benefit_item ._icon {
	position: absolute;
	bottom: 2.14286vw;
	left: 0;
	width: 100%;
	text-align: center;
}

.recruitment-benefit_item ._icon img {
	height: 6.42857vw;
}

.recruitment-flow .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.recruitment-flow .slick-slide {
	height: auto !important;
}

.recruitment-flow_item {
	position: relative;
	margin-right: 3.57143vw;
	padding: 1.42857vw;
	border: 2px solid #50a3da;
	border-radius: .71429vw;
}

.recruitment-flow_item:after {
	position: absolute;
	top: 50%;
	right: -3.07143vw;
	display: block;
	width: 2.14286vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_orange.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 1 / 1;
}

.recruitment-flow_item:last-child:after {
	content: none;
}

.recruitment-flow_item ._num {
	text-align: center;
}

.recruitment-flow_item ._num span {
	font-size: 1.42857vw;
	line-height: 1;
	display: inline-block;
	min-width: 10.71429vw;
	padding-top: .35714vw;
	padding-bottom: .35714vw;
	color: #fff;
	border-radius: 50px;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 0%, #50a3da 100%);
}

.schedule_box {
	padding: 2.14286vw;
	background: #e7f4f8;
}

.schedule_box_txt {
	width: 20%;
}

.schedule_box_ttl {
	font-size: 1.28571vw;
	font-weight: 700;
	position: relative;
	margin-top: -2.85714vw;
	padding-top: 2.14286vw;
	padding-bottom: 2.14286vw;
	text-align: center;
	color: #fff;
	border-radius: 0 0 1.42857vw 1.42857vw;
	background: #50a3da;
}

.schedule_box_ttl:after {
	position: absolute;
	top: 0;
	right: -.71429vw;
	display: block;
	width: .71429vw;
	content: '';
	background: #4d7f9f;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	aspect-ratio: 1 / 1;
}

.schedule_box_cont {
	width: 50%;
}

.schedule_box_imgs {
	width: 25%;
}

.schedule_box_time {
	line-height: 1.6;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.schedule_box_time dt {
	width: 7vw;
}

.schedule_box_time dt span {
	font-weight: 700;
	position: relative;
	display: inline-block;
	width: 80%;
	padding-left: 2.14286vw;
	vertical-align: top;
	border-radius: .42857vw;
	background: #fff url(../img/common/icon_time.png) .71429vw center no-repeat;
	background-size: 1vw auto;
}

.schedule_box_time dt span:after {
	position: absolute;
	top: 50%;
	right: -.57143vw;
	width: 0;
	height: 0;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-style: solid;
	border-top: .35714vw solid transparent;
	border-right: 0;
	border-bottom: .35714vw solid transparent;
	border-left: .71429vw solid #fff;
}

.schedule_box_time dd {
	position: relative;
	width: calc(100% - 7vw);
	padding-bottom: 1.07143vw;
	padding-left: 1vw;
}

.schedule_box_time dd:after {
	position: absolute;
	z-index: 2;
	top: .57143vw;
	left: 0;
	display: block;
	width: .71429vw;
	content: '';
	border-radius: 50%;
	background: #e34d3f;
	aspect-ratio: 1 / 1;
}

.schedule_box_time dd:before {
	position: absolute;
	z-index: 1;
	top: .71429vw;
	left: .28571vw;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	background: #747474;
}

.schedule_box_time dd:last-child:before {
	content: none;
}

.wp-side {
	width: 24%;
}

.post_main {
	width: 70%;
}

.sideBox {
	padding-bottom: 3.57143vw;
}

.sideBox .heading5 span {
	font-size: 1.28571vw;
}

.side-ttl {
	font-size: 1.42857vw;
	font-weight: bold;
	line-height: 1;
	position: relative;
	margin-bottom: 1.07143vw;
	padding-bottom: .71429vw;
	color: #50a3da;
}

.side-ttl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 2.85714vw;
	height: 2px;
	content: '';
	background: #50a3da;
}

.sideBox-list {
	line-height: 1.5;
}

.sideBox-list > li {
	margin-bottom: .71429vw;
}

.sideBox-list > li > a {
	position: relative;
	position: relative;
	display: block;
	padding-left: 1.14286vw;
}

.sideBox-list > li > a:after {
	position: absolute;
	top: .64286vw;
	left: .28571vw;
	display: block;
	width: .35714vw;
	content: '';
	background: url(../img/common/arr_blue.webp) center center no-repeat;
	background-size: 100% auto;
	aspect-ratio: 18 / 31;
}

.sideBox-list .children {
	padding-left: 20px;
}

.sideBox-list .children li {
	position: relative;
	margin-top: 5px;
	padding-left: 10px;
}

.sideBox-list .children li:after {
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	color: #50a3da;
	border-radius: 50%;
	background: #50a3da;
}

.sideBox-list .children li a {
	display: block;
}

.post_content h2 {
	font-size: 1.71429vw;
	font-weight: bold;
	clear: both;
	margin-top: 2.5vw;
	padding: 1.07143vw 2.14286vw;
	color: #e59a97;
	background: rgba(249, 249, 249, .7);
}

.post_content h3 {
	font-size: 1.57143vw;
	font-weight: bold;
	clear: both;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
	color: #e59a97;
	border-bottom: 1px solid #e59a97;
}

.post_content h4 {
	font-size: 1.5vw;
	font-weight: bold;
	position: relative;
	clear: both;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
	color: #e59a97;
}

.post_content h4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 7.14286vw;
	height: 1px;
	content: '';
	background: #e59a97;
}

.post_content h5 {
	font-size: 1.35714vw;
	font-weight: bold;
	clear: both;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
	color: #e59a97;
}

.post_content h6 {
	font-size: 1.28571vw;
	font-weight: bold;
	clear: both;
	margin-top: 2.5vw;
	padding-bottom: .71429vw;
	color: #e59a97;
}

.post_content p {
	clear: both;
	margin-top: 1.42857vw;
}

.post_content ul,
.post_content ol {
	margin-top: 1.42857vw;
}

.post_content ul li,
.post_content ol li {
	line-height: 1.6;
	position: relative;
	margin-bottom: .35714vw;
	padding-left: 1.07143vw;
}

.post_content ul li:after,
.post_content ol li:after {
	position: absolute;
	top: .57143vw;
	left: 0;
	display: block;
	width: .71429vw;
	content: '';
	border-radius: 50%;
	background: #e59a97;
	aspect-ratio: 1 / 1;
}

.post_content img,
.post_content video,
.post_content iframe {
	max-width: auto;
	height: auto;
}

.post_content strong {
	font-weight: bold;
}

.post_content .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}

.post_content .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.post_content .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.post_content a {
	text-decoration: underline;
	color: #e59a97;
}

.post_content .ez-toc-list li:before {
	content: none;
}

.post_content .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.post_content .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.post_content table {
	line-height: 1.6;
	width: 100%;
}

.post_content table th,
.post_content table td {
	padding: 10px;
}

.pager {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager .page-numbers {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	min-width: 2.85714vw;
	height: 2.85714vw;
	margin: 0 .28571vw;
	text-align: center;
	vertical-align: top;
	border-radius: 50%;
	background: #f9f9f9;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pager .page-numbers:hover,
.pager .page-numbers.current {
	opacity: 1;
	color: #fff;
	background: #50a3da;
}

.pager .page-numbers.current:after {
	content: none;
}

.pager .page-numbers.prev,
.pager .page-numbers.next {
	position: relative;
	transition: all .2s ease-out;
	text-indent: -9999px;
}

.pager .page-numbers.prev:after,
.pager .page-numbers.next:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 30%;
	height: 30%;
	content: '';
	transition: all .15s ease-out;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../img/common/arr_orange.webp) center center no-repeat;
	background-size: 100% auto;
}

.pager .page-numbers.prev:hover:after,
.pager .page-numbers.next:hover:after {
	background-image: url(../img/common/arr_white.webp);
}

.pager .page-numbers.prev {
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.wp-paging .btn2 a {
	width: 14.28571vw;
}

.wp-paging:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.wp-paging .prev {
	float: left;
	text-align: right;
}

.wp-paging .prev a:after {
	left: 1.07143vw;
	-ms-transform: translate(0, -50%) scale(-1, 1);
	transform: translate(0, -50%) scale(-1, 1);
}

.wp-paging .next {
	float: right;
}

.wp-paging .next a:after {
	right: 1.07143vw;
	left: auto;
}

.frame-wrapper__video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.frame-wrapper__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * #Breadcrumbs
 */

.breadcrumb ul {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.breadcrumb li {
	font-size: 1.3rem;
	line-height: 1;
	position: relative;
	position: relative;
	margin-right: 1.07143vw;
	padding-left: 1vw;
	vertical-align: top;
}

.breadcrumb li:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: .64286vw;
	height: .64286vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_white.webp) center center no-repeat;
	background-size: 100% auto;
}

.breadcrumb li a {
	padding-top: 2px;
	padding-right: 2px;
	text-decoration: underline;
	color: #fff;
}

/**
 * #btn
 */

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button {
	font-size: 1.21429vw;
	line-height: 1.5;
	display: inline-block;
	overflow: visible;
	padding-top: 1.07143vw;
	padding-bottom: 1.07143vw;
	vertical-align: top;
	color: #e34d3f;
}

.btn a ._icon,
.btn input[type='submit'] ._icon,
.btn input[type='button'] ._icon,
.btn button ._icon {
	position: relative;
	display: inline-block;
	padding-right: 5.35714vw;
	padding-left: .92857vw;
	vertical-align: top;
}

.btn a ._icon:after,
.btn input[type='submit'] ._icon:after,
.btn input[type='button'] ._icon:after,
.btn button ._icon:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: .42857vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #e34d3f;
	aspect-ratio: 1 / 1;
}

.btn a ._icon:before,
.btn input[type='submit'] ._icon:before,
.btn input[type='button'] ._icon:before,
.btn button ._icon:before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 4vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: url('../img/common/arr_white.webp') center center no-repeat, linear-gradient(90deg, #f9dbd9 0%, #de5c53 100%);
	background-size: 35% auto, cover;
	aspect-ratio: 1 / 1;
}

.btn a:hover,
.btn input[type='submit']:hover,
.btn input[type='button']:hover,
.btn button:hover {
	opacity: 1;
	color: #50a3da;
}

.btn a:hover ._icon:after,
.btn input[type='submit']:hover ._icon:after,
.btn input[type='button']:hover ._icon:after,
.btn button:hover ._icon:after {
	left: -.14286vw;
	width: .71429vw;
	background: #50a3da;
}

.btn a:hover ._icon:before,
.btn input[type='submit']:hover ._icon:before,
.btn input[type='button']:hover ._icon:before,
.btn button:hover ._icon:before {
	right: -.35714vw;
	width: 3.57143vw;
}

.btn input[type='submit'] {
	padding-top: 1.42857vw;
	padding-bottom: 1.42857vw;
}

.btn button {
	overflow: hidden;
	cursor: pointer;
	border: none;
	background: none;
}

.btn2 a {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 14.28571vw;
	padding: .71429vw 1.42857vw;
	color: #fff;
	border-radius: .71429vw;
}

.btn2 a:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -40%;
	display: block;
	width: 150%;
	height: 100%;
	content: '';
	transition: all .3s ease-out;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 35%, #50a3da 100%);
}

.btn2 a:after {
	position: absolute;
	top: 50%;
	right: 1.42857vw;
	display: block;
	width: 1.71429vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_orange.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.btn2 a:hover {
	opacity: 1;
}

.btn2 a:hover:before {
	left: 0;
}

.btn2 a:hover:after {
	background-color: #e34d3f;
	background-image: url(../img/common/arr_white.webp);
}

.btn3 a {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 14.28571vw;
	padding: .71429vw 1.42857vw;
	border-radius: .71429vw;
	background: #fff;
}

.btn3 a:after {
	position: absolute;
	top: 50%;
	right: 1.42857vw;
	display: block;
	width: 1.71429vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_orange.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.btn3 a:hover {
	opacity: 1;
}

.btn3 a:hover:after {
	background-color: #e34d3f;
	background-image: url(../img/common/arr_white.webp);
}

.btn4 a {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	width: 14.28571vw;
	padding: .71429vw 1.42857vw;
	color: #fff;
	border: 1px solid #fff;
	border-radius: .71429vw;
}

.btn4 a:after {
	position: absolute;
	top: 50%;
	right: 1.42857vw;
	display: block;
	width: 1.71429vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_orange.webp) center center no-repeat;
	background-size: 40% auto;
	aspect-ratio: 1 / 1;
}

.btn4 a:hover:before {
	left: 0;
}

.pageTtl {
	padding-top: 7.14286vw;
	padding-bottom: 2.85714vw;
	color: #fff;
	border-radius: 4.28571vw 4.28571vw 0 0;
	background: #cc8181;
	background: linear-gradient(63deg, rgba(204, 129, 129, .7) 0%, rgba(80, 163, 218, .7) 100%);
}

.recruit .pageTtl {
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}

.pageTtl .eng {
	font-size: 5vw;
	line-height: 1;
}

.pageTtl .jpn {
	font-size: 2.85714vw;
	font-weight: 700;
	padding-bottom: 2.14286vw;
}

.pageTtl-recruit {
	width: 63vw;
	padding-top: 3.92857vw;
	padding-bottom: 3.92857vw;
	border-radius: 0 200px 200px 0;
	background: #cc8181;
	background: linear-gradient(63deg, rgba(204, 129, 129, .7) 0%, rgba(80, 163, 218, .7) 100%);
}

.heading1 {
	margin-bottom: 2.85714vw;
}

.heading1 .eng {
	font-size: 5vw;
	line-height: 1;
	display: inline-block;
	margin-bottom: .71429vw;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 0%, #50a3da 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.heading1 .jpn {
	font-size: 1.64286vw;
	font-weight: 700;
}

.heading1._white .eng,
.heading1._white .jpn {
	color: #fff;
}

.heading2 {
	font-size: 2.85714vw;
	font-weight: 700;
	margin-bottom: 1.42857vw;
	text-align: center;
	color: #50a3da;
}

.eng_small {
	font-size: .85714vw;
	line-height: 1;
	display: inline-block;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 0%, #50a3da 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.eng_small .num {
	font-size: 1.42857vw;
	margin-left: .71429vw;
}

.heading3 {
	font-size: 2.14286vw;
	font-weight: 700;
	margin-bottom: 1.42857vw;
}

.heading4 {
	font-size: 1.42857vw;
	font-weight: 700;
	margin-bottom: .71429vw;
	color: #50a3da;
}

.heading5 span {
	font-size: 2.14286vw;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 1.42857vw;
	padding: .35714vw 3.57143vw .35714vw 2.14286vw;
	color: #fff;
	border-radius: 0 60px 60px 0;
	background: #cc8181;
	background: linear-gradient(90deg, #cc8181 0%, #50a3da 100%);
}

.heading6 {
	font-size: 1.92857vw;
	font-weight: 700;
	margin-bottom: .71429vw;
	color: #50a3da;
}

.heading7 {
	font-size: 1.42857vw;
	font-weight: bold;
	padding: 1vw 1.42857vw;
	border-bottom: 2px solid #50a3da;
	background: #f9f9f9;
}

.scroll_icon {
	display: none;
}

/**
 * #Col
 */

.section {
	padding-right: 3.57143vw;
	padding-left: 3.57143vw;
}

.w1100 {
	padding-right: 10.71429vw;
	padding-left: 10.71429vw;
}

.w600 {
	width: 42.85714vw;
	margin-right: auto;
	margin-left: auto;
}

.w700 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.w800 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.w900 {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.flex {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex.align-c {
	-ms-flex-align: center;
	align-items: center;
}

.flex._revease {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}

.flex._revease .grid2 {
	margin-right: 0;
}

.flex._revease .grid2:nth-child(2n) {
	margin-right: 6%;
}

.flex._start {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex._center {
	-ms-flex-pack: center;
	justify-content: center;
}

.flex._between {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex._mb > * {
	margin-bottom: 2.85714vw;
}

.flex._mb-s > * {
	margin-bottom: 1.42857vw;
}

.tab-dblock {
	display: -ms-flexbox;
	display: flex;
}

.grid2 {
	width: 47%;
	margin-right: 6%;
}

.grid2:nth-child(2n) {
	margin-right: 0;
}

.grid3 {
	width: 31%;
	margin-right: 3.5%;
}

.grid3:nth-child(3n) {
	margin-right: 0;
}

.grid4 {
	width: 23%;
	margin-right: 2.6666%;
}

.grid4:nth-child(4n) {
	margin-right: 0;
}

.grid7 {
	width: 65.5%;
}

.grid2_small {
	width: 30%;
}

.grid2_wide {
	width: 65%;
}

/**
 * #Position
 */

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/**
 * #Margin
 */

.mb-xs {
	margin-bottom: .35714vw;
}

.mb-s {
	margin-bottom: .71429vw;
}

.mb-m {
	margin-bottom: 2.14286vw;
}

.mb-mm {
	margin-bottom: 3.57143vw;
}

.mb-l {
	margin-bottom: 7.14286vw;
}

.mb-xl {
	margin-bottom: 10.71429vw;
}

.mb-xxl {
	margin-bottom: 15vw;
}

.mt-xs {
	margin-top: .35714vw;
}

.mt-s {
	margin-top: .71429vw;
}

.mt-m {
	margin-top: 2.14286vw;
}

.mt-mm {
	margin-top: 3.57143vw;
}

.mt-l {
	margin-top: 7.14286vw;
}

.mt-xl {
	margin-top: 10.71429vw;
}

.mt-xxl {
	margin-top: 15vw;
}

.pb-xs {
	padding-bottom: .35714vw;
}

.pb-s {
	padding-bottom: .71429vw;
}

.pb-m {
	padding-bottom: 2.14286vw;
}

.pb-mm {
	padding-bottom: 3.57143vw;
}

.pb-l {
	padding-bottom: 7.14286vw;
}

.pb-xl {
	padding-bottom: 10.71429vw;
}

.pb-xxl {
	padding-bottom: 15vw;
}

.pt-xs {
	padding-top: .35714vw;
}

.pt-s {
	padding-top: .71429vw;
}

.pt-m {
	padding-top: 2.14286vw;
}

.pt-mm {
	padding-top: 3.57143vw;
}

.pt-l {
	padding-top: 7.14286vw;
}

.pt-xl {
	padding-top: 10.71429vw;
}

.pt-xxl {
	padding-top: 15vw;
}

.ptb-l {
	padding-top: 100px;
	padding-bottom: 100px;
}

/**
 * #Text
 */

.text_s {
	font-size: 1.07143vw;
	line-height: 1.7;
}

.text_m {
	font-size: 1.28571vw;
}

.text_l {
	font-size: 1.42857vw;
	line-height: 1.7;
}

.text_red {
	color: #de2900;
}

.text_blue {
	color: #50a3da;
}

.bold {
	font-weight: 700;
}

a.link_orange {
	text-decoration: underline;
	color: #faad18;
}

.lh15 {
	line-height: 1.5;
}

.lh16 {
	line-height: 1.6;
}

.lh18 {
	line-height: 1.8;
}

/**
 * #Display
 */

.tablet {
	display: none;
}

.pc {
	display: inline;
}

.map iframe {
	width: 100%;
	height: 29.64286vw;
	vertical-align: top;
}

/*-------------------------------*/

.icon_tel {
	font-size: 25px;
	font-size: 2.5rem;
}

.icon_tel span {
	position: relative;
	padding-left: 30px;
}

.icon_tel span:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 23px;
	height: 24px;
	content: '';
	background: url(../img/common/icon_tel.webp) center center no-repeat;
	background-size: 100% auto;
}

.icon_time span {
	position: relative;
	padding-left: 30px;
}

.icon_time span:after {
	position: absolute;
	top: -6px;
	left: 0;
	display: block;
	width: 26px;
	height: 26px;
	content: '';
	background: url(../img/common/icon_time.webp) center center no-repeat;
	background-size: 100% auto;
}

.icon_map span {
	position: relative;
	padding-left: 37px;
}

.icon_map span:after {
	position: absolute;
	top: -6px;
	left: 0;
	display: block;
	width: 33px;
	height: 26px;
	content: '';
	background: url(../img/common/icon_map.webp) center center no-repeat;
	background-size: 100% auto;
}

.eng {
	font-family: 'Momo Trust Display', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-optical-sizing: auto;
}

.table-1 {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.table-1 th,
.table-1 td {
	line-height: 1.6;
	padding: 1.07143vw 2.14286vw;
	vertical-align: top;
	border-bottom: 1px solid #e6e6e6;
}

.table-1 th {
	font-weight: bold;
	position: relative;
	padding-left: 2.5vw;
}

.table-1 th:after {
	position: absolute;
	top: 1.71429vw;
	left: 1.42857vw;
	display: block;
	width: .57143vw;
	content: '';
	border-radius: 50%;
	background: #50a3da;
	aspect-ratio: 1 / 1;
}

.table-1 td {
	padding-left: 0;
}

.w90p {
	padding-right: 5%;
	padding-left: 5%;
}

@media (prefers-reduced-motion: reduce) {

.bubble {
	animation: none;
}

}

@media only screen and (min-width: 768px) {

.hab-menu {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.headerNav__list {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.headerNav__list > li {
	position: relative;
	margin-left: 2.14286vw;
}

.headerNav__list > li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.headerNav__list > li > a {
	font-size: 1.28571vw;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	display: inline-block;
	overflow: visible;
	transition: color .3s ease-out;
	color: #000;
}

.headerNav__list > li > a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: attr(data-text);
	transition: opacity .3s ease-out;
	opacity: 0;
	background: linear-gradient(90deg, #cc8181 0%, #50a3da 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.headerNav__list > li > a:before {
	position: absolute;
	top: -2.14286vw;
	left: 50%;
	display: block;
	width: .42857vw;
	content: '';
	transition: all .15s cubic-bezier(.34, 1.56, .64, 1);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0;
	border-radius: 50%;
	background: #e34d3f;
	aspect-ratio: 1 / 1;
}

.headerNav__list > li > a:hover {
	opacity: 1;
	color: transparent;
}

.headerNav__list > li > a:hover::after {
	opacity: 1;
}

.headerNav__list > li > a:hover:before {
	top: -.71429vw;
	opacity: 1;
}

.headerNav__list ._sub {
	position: absolute;
	bottom: -2.14286vw;
	left: 50%;
	display: none;
	padding: 1.42857vw 2.14286vw;
	transition: all .15s ease-out;
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	white-space: nowrap;
	opacity: 0;
	border-radius: .71429vw;
	background: #fff;
	box-shadow: .35714vw .35714vw 2.14286vw rgba(80, 163, 218, .2);
}

.headerNav__list ._sub._hover {
	display: block;
	animation-name: subnav_mv;
	animation-duration: .15s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

.headerNav__list ._sub a {
	font-weight: 700;
	position: relative;
	padding-left: 1.78571vw;
}

.headerNav__list ._sub a:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1.14286vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_orange.webp) center center no-repeat;
	background-size: 50% auto;
	aspect-ratio: 1 / 1;
}

.headerNav__list ._sub a:hover {
	opacity: 1;
}

.headerNav__list ._sub a:hover:after {
	background-color: #e34d3f;
	background-image: url(../img/common/arr_white.webp);
}

#top .headerNav__list > li#gn1 > a,
#greeting .headerNav__list > li#gn2 > a,
#company .headerNav__list > li#gn3 > a,
#sustainability .headerNav__list > li#gn4 > a,
#business .headerNav__list > li#gn5 > a,
#shoplist .headerNav__list > li#gn6 > a,
#recruit .headerNav__list > li#gn2_1 > a,
#recruitment .headerNav__list > li#gn2_2 > a,
#services .headerNav__list > li#gn2_3 > a,
#staff-voice .headerNav__list > li#gn2_4 > a,
#staff1 .headerNav__list > li#gn2_4 > a,
#staff2 .headerNav__list > li#gn2_4 > a,
#staff3 .headerNav__list > li#gn2_4 > a,
#staff4 .headerNav__list > li#gn2_4 > a,
#staff5 .headerNav__list > li#gn2_4 > a,
#info .headerNav__list > li#gn2_5 > a {
	opacity: 1;
	color: transparent;
}

#top .headerNav__list > li#gn1 > a::after,
#greeting .headerNav__list > li#gn2 > a::after,
#company .headerNav__list > li#gn3 > a::after,
#sustainability .headerNav__list > li#gn4 > a::after,
#business .headerNav__list > li#gn5 > a::after,
#shoplist .headerNav__list > li#gn6 > a::after,
#recruit .headerNav__list > li#gn2_1 > a::after,
#recruitment .headerNav__list > li#gn2_2 > a::after,
#services .headerNav__list > li#gn2_3 > a::after,
#staff-voice .headerNav__list > li#gn2_4 > a::after,
#staff1 .headerNav__list > li#gn2_4 > a::after,
#staff2 .headerNav__list > li#gn2_4 > a::after,
#staff3 .headerNav__list > li#gn2_4 > a::after,
#staff4 .headerNav__list > li#gn2_4 > a::after,
#staff5 .headerNav__list > li#gn2_4 > a::after,
#info .headerNav__list > li#gn2_5 > a::after {
	opacity: 1;
}

#top .headerNav__list > li#gn1 > a:before,
#greeting .headerNav__list > li#gn2 > a:before,
#company .headerNav__list > li#gn3 > a:before,
#sustainability .headerNav__list > li#gn4 > a:before,
#business .headerNav__list > li#gn5 > a:before,
#shoplist .headerNav__list > li#gn6 > a:before,
#recruit .headerNav__list > li#gn2_1 > a:before,
#recruitment .headerNav__list > li#gn2_2 > a:before,
#services .headerNav__list > li#gn2_3 > a:before,
#staff-voice .headerNav__list > li#gn2_4 > a:before,
#staff1 .headerNav__list > li#gn2_4 > a:before,
#staff2 .headerNav__list > li#gn2_4 > a:before,
#staff3 .headerNav__list > li#gn2_4 > a:before,
#staff4 .headerNav__list > li#gn2_4 > a:before,
#staff5 .headerNav__list > li#gn2_4 > a:before,
#info .headerNav__list > li#gn2_5 > a:before {
	top: -.71429vw;
	opacity: 1;
}

}

@media only screen and (min-width: 768px) and (max-width: 768px) {

.headerNav__list ._sub a {
	padding-left: 5.95238vw;
}

.headerNav__list ._sub a:after {
	width: 3.80952vw;
}

}

@media only screen and (max-width: 930px) {

.w900 {
	width: auto;
	margin-right: 4.7619vw;
	margin-left: 4.7619vw;
}

}

@media only screen and (max-width: 830px) {

.w800 {
	width: auto;
	margin-right: 4.7619vw;
	margin-left: 4.7619vw;
}

}

@media only screen and (max-width: 768px) {

body {
	font-size: 3.80952vw;
}

header {
	height: 14.28571vw;
	padding-top: 2.38095vw;
	padding-bottom: 2.38095vw;
}

.recruit header {
	height: auto;
	padding-bottom: 7.14286vw;
}

.header-tablet_idex {
	position: absolute;
	top: 0;
	right: 17.85714vw;
}

.header-logo {
	width: 50vw;
}

.recruit .header-logo {
	width: 50vw;
}

.recruit .header-logo a {
	display: block;
}

.recruit .header-logo a ._icon {
	font-size: 3.09524vw;
	margin-top: 1.19048vw;
	margin-bottom: 0;
	margin-left: 21.90476vw;
	padding: .47619vw 2.38095vw;
	border-radius: 1.19048vw;
}

.header-right_top {
	display: none;
}

.idex-logo {
	width: 14.28571vw;
	margin-top: 2.38095vw;
}

.tablet-idex_logo {
	width: 30%;
	margin-right: 9.52381vw;
}

.header-modal_btns {
	display: -ms-flexbox;
	display: flex;
	margin-top: 7.14286vw;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.hab-nav {
	position: fixed;
	z-index: 109;
	top: 0;
	left: 100vw;
	overflow: auto;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	padding: 200px 100px;
	transition: all .2s ease-out;
	background: #fbedec;
	-webkit-overflow-scrolling: touch;
}

.recruit .hab-nav {
	background: #e7f4f8;
}

.open .hab-nav {
	left: 0;
}

.headerNav {
	margin-bottom: 9.52381vw;
}

.headerNav__list {
	margin-bottom: 7.14286vw;
	text-align: left;
}

.headerNav__list > li {
	border-bottom: 1px solid #e6e6e6;
}

.headerNav__list > li.tablet {
	display: block;
}

.headerNav__list > li > a {
	font-size: 4.28571vw;
	font-weight: bold;
	position: relative;
	display: block;
	padding-top: 3.57143vw;
	padding-bottom: 3.57143vw;
	padding-left: 7.14286vw;
}

.headerNav__list > li > a:after {
	position: absolute;
	top: 50%;
	left: 2.38095vw;
	display: block;
	width: 2.14286vw;
	content: '';
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../img/common/arr_pink.webp) center center no-repeat;
	background-size: auto 100%;
	aspect-ratio: 1 / 1;
}

.headerNav__list ._sub li {
	padding-left: 7.14286vw;
}

.headerNav__list ._sub li a {
	font-weight: 700;
	position: relative;
	display: block;
	padding-top: 2.38095vw;
	padding-bottom: 2.38095vw;
	padding-left: 5.95238vw;
}

.headerNav__list ._sub li a:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 3.80952vw;
	content: '';
	transition: all .3s ease-out;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	background: #fff url(../img/common/arr_orange.webp) center center no-repeat;
	background-size: 50% auto;
	aspect-ratio: 1 / 1;
}

.headerNav__list ._sub li a:hover {
	opacity: 1;
}

.headerNav__list ._sub li a:hover:after {
	background-color: #e34d3f;
	background-image: url(../img/common/arr_white.webp);
}

.hab-menu__only {
	display: block;
}

.hab-menu_btn.btn2 a,
.hab-menu_btn.btn3 a {
	display: block;
	width: auto;
}

.spNavBtn__btn a {
	width: 14.28571vw;
	height: 14.28571vw;
}

#spNavBtn {
	display: block;
}

footer {
	padding-bottom: 16.66667vw;
}

.footer-nav {
	padding-top: 5.95238vw;
	padding-bottom: 5.95238vw;
}

.footer-nav li {
	width: 47%;
	margin-right: 6%;
}

.footer-nav li:nth-child(2n) {
	margin-right: 0;
}

.footer-nav a {
	font-size: 3.80952vw;
	display: block;
	padding-top: .71429vw;
	padding-bottom: .71429vw;
	padding-left: 4.7619vw;
	background: url(../img/common/arr_white.webp) 0 center no-repeat;
	background-size: 2.85714vw auto;
}

.footer-logo {
	width: 60vw;
	margin-right: auto;
	margin-left: auto;
}

.footer-top {
	padding-top: 5.95238vw;
	padding-bottom: 5.95238vw;
}

.footer-btm {
	padding-top: 4.7619vw;
	padding-bottom: 4.7619vw;
}

.footer-btm_left .idex-logo {
	width: 19.28571vw;
	margin-right: 11.90476vw;
}

.insta_logo,
.x_logo {
	margin-right: 3.57143vw;
}

.insta_logo a,
.x_logo a {
	width: 5.95238vw;
	height: 5.95238vw;
}

.footer-btm_right_link a {
	margin-left: 0;
	padding-left: 3.80952vw;
	background-size: 3.09524vw auto;
}

.copyright {
	font-size: 3.33333vw;
	line-height: 1.6;
	padding-top: 4.7619vw;
	text-align: left;
}

.page_top {
	right: 2.38095vw;
	bottom: 21.42857vw;
}

.page_top a {
	width: 11.90476vw;
	height: 11.90476vw;
}

.page_top a:after {
	width: 4.7619vw;
}

.scrolled #container {
	padding-top: 0;
}

#contents {
	padding-top: 0;
}

a[target='_blank'] {
	padding-right: 3.57143vw;
}

a[target='_blank']:after {
	top: 1.42857vw;
	width: 2.85714vw;
}

.icon_map a {
	padding-left: 4.7619vw;
}

.icon_map a:after {
	top: 0;
	width: 3.80952vw;
}

.footer-recruit_btn {
	bottom: 2.38095vw;
	left: 2.38095vw;
}

.footer-recruit_btn a {
	font-size: 4.28571vw;
	width: 64.61905vw !important;
}

.list1 {
	font-size: 3.57143vw;
}

.list1 dt {
	width: 24.5vw;
	padding-left: 2.38095vw;
}

.list1 dt:before {
	top: 2.61905vw;
	width: 1.42857vw;
}

.list1 dd {
	width: calc(100% - 24.5vw);
	margin-bottom: 1.42857vw;
}

.list2 {
	display: block;
}

.list2 dt {
	width: auto;
	margin-bottom: 2.38095vw;
	padding-bottom: 0;
	padding-left: 9.52381vw;
	border-bottom: none;
}

.list2 dt ._num {
	font-size: 5.95238vw;
}

.list2 dd {
	width: auto;
	margin-bottom: 3.33333vw;
	margin-left: 9.52381vw;
	padding-bottom: 3.33333vw;
	padding-left: 5vw;
}

.list2 dd:after {
	top: 3vw;
	width: 3.33333vw;
}

.pagenav li a {
	padding-left: 5.95238vw;
}

.pagenav li a:after {
	width: 3.80952vw;
}

.bg1 {
	margin-left: 4.7619vw;
	padding-top: 42.85714vw;
	border-radius: 9.52381vw 0 0 9.52381vw;
}

.list_icon li {
	padding-left: 3.09524vw;
}

.list_icon li:after {
	top: 2.38095vw;
	width: 1.42857vw;
}

.round {
	border-radius: 3.57143vw;
}

.shadow {
	box-shadow: 1.19048vw 1.19048vw 7.14286vw rgba(80, 163, 218, .2);
}

.box1 {
	padding-top: 21.42857vw;
	border-radius: 10vw 10vw 0 0;
}

.box1_up {
	margin-top: -10vw;
}

.box3 {
	padding: 4.7619vw;
	border-radius: 4.7619vw;
}

.top-fv_slide {
	width: 50% !important;
}

.top-fv_slide_item {
	aspect-ratio: auto;
}

.top-aboutus {
	background-position: left bottom, right top -23.80952vw;
	background-size: 61.85714vw auto, 80.71429vw auto;
}

.top-boutus_txt ._ttl span {
	font-size: 5.71429vw;
}

.top-news_ttl {
	width: auto;
}

.top-news_cont {
	width: auto;
}

.top-news_item a {
	display: block;
	padding-top: 1.66667vw;
	padding-bottom: 1.66667vw;
}

.top-news_time {
	width: auto;
	padding-left: 3.09524vw;
}

.top-news_time:after {
	top: 2.61905vw;
	width: 1.42857vw;
}

.top-news_title {
	width: auto;
	padding-left: 4.7619vw;
}

.top-news_title:after {
	top: 2.61905vw;
	width: 3.09524vw;
}

.top-recruit {
	padding-bottom: 0 !important;
}

.top-recruit_cont {
	margin-bottom: 7.14286vw;
}

.top-recruit_img {
	position: static;
	right: 5vw;
	width: 90vw;
}

.top-company_item a:hover .top-company_img,
.top-bus_slide_item a:hover .top-company_img {
	margin-top: 0;
}

.top-company_item a:hover .top-company_ttl:after,
.top-bus_slide_item a:hover .top-company_ttl:after {
	left: -.47619vw;
	width: 2.38095vw;
}

.top-company_item a:hover .top-company_ttl:before,
.top-bus_slide_item a:hover .top-company_ttl:before {
	right: -1.19048vw;
	width: 11.90476vw;
}

.top-company_item a {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-company_img {
	width: 50%;
	margin-bottom: 0;
}

.top-company_ttl {
	font-size: 4.28571vw;
	line-height: 1.5;
	width: 47%;
	height: auto;
	padding-left: 3.09524vw;
}

.top-company_ttl:after {
	width: 1.42857vw;
}

.top-company_ttl:before {
	width: 9.33333vw;
}

.top-imgslide_item._item1 {
	width: 27.61905vw;
	margin-right: 4.7619vw;
}

.top-imgslide_item._item2 {
	width: 34.28571vw;
	margin-right: 7.14286vw;
}

.top-imgslide_item._item3 {
	width: 23.21429vw;
	margin-right: 5.95238vw;
}

.top-imgslide_item._item4 {
	width: 27.61905vw;
	margin-right: 3.57143vw;
}

.top-imgslide_item._item5 {
	width: 31.90476vw;
	margin-right: 7.14286vw;
}

.top-imgslide_item._item6 {
	width: 23.21429vw;
	margin-right: 4.7619vw;
}

.top-bus_slide_item {
	width: 57.14286vw;
	margin-right: 3.57143vw;
	margin-left: 3.57143vw;
}

.top-bus_slide_item a:hover .top-company_img {
	margin-top: 0;
}

.top-bus_slide_item .top-company_img {
	width: auto;
	margin-bottom: 2.38095vw;
}

.top-bus_slide_item .top-company_ttl {
	width: auto;
	height: 13.33333vw;
}

.custom-arrows .slick-arrow {
	width: 24.7619vw;
	margin-right: 1.19048vw;
	margin-left: 1.19048vw;
}

.top-shop_item {
	width: 47%;
	margin-right: 6% !important;
	margin-bottom: 6%;
}

.top-shop_item:nth-child(2n) {
	margin-right: 0 !important;
}

.top-shop_item a {
	padding: 4.7619vw;
}

.top-shop_ttl {
	font-size: 3.80952vw;
	padding-bottom: 9.52381vw;
}

.top-shop_ttl:after {
	width: 8.09524vw;
}

.top-sustainability {
	padding-top: 21.42857vw;
	padding-bottom: 47.61905vw !important;
	border-radius: 10vw 10vw 0 0;
	background-image: url(../img/sustainability/bg_sp.jpg);
	background-position: center bottom;
	background-size: 100% auto;
}

.greeting-other_ttl {
	font-size: 4.7619vw;
	width: 60%;
	height: 28.57143vw;
	margin-left: -4.7619vw;
}

.greeting-other_cont {
	padding-top: 0;
}

.greeting-motto dt {
	font-size: 9.52381vw;
	width: 16vw;
}

.greeting-motto dd {
	font-size: 4.28571vw;
	line-height: 1.6;
	width: calc(100% - 16vw);
	margin-bottom: 5.95238vw;
	padding-top: 1.19048vw;
}

.greeting-bg {
	background-position: right bottom;
	background-size: 310% auto;
}

.greeting-leaf1 {
	right: -9.64286vw;
	width: 20.14286vw;
	filter: blur(.21429vw);
}

.greeting-leaf2 {
	top: 9.64286vw;
	right: -3.21429vw;
	width: 32.14286vw;
	filter: blur(.10714vw);
}

.greeting-leaf3 {
	top: 33.33333vw;
	right: auto;
	left: -16.66667vw;
	width: 50.35714vw;
}

.company-slide_item {
	width: 47.61905vw;
	padding-right: 2.38095vw;
	padding-left: 2.38095vw;
}

.company-slide_item:nth-child(2n) {
	margin-top: 23.80952vw;
}

.company-profile {
	margin-top: -30.95238vw;
}

.company-history_box {
	margin-bottom: 5vw;
	padding-bottom: 5vw;
}

.company-history_time {
	width: auto;
}

.company-history_time ._year {
	font-size: 6.57143vw;
	width: 18.28571vw;
}

.company-history_time ._day {
	font-size: 5.07143vw;
	width: 13.71429vw;
	text-align: left;
	vertical-align: bottom;
}

.company-history_cont {
	width: auto;
	padding-top: 2.38095vw;
}

.company-history_cont ._icon {
	padding-left: 4.7619vw;
}

.company-history_cont ._icon:after {
	top: 1.66667vw;
	width: 2.85714vw;
}

.shoplist-list_item {
	width: 47%;
	margin-right: 6% !important;
	margin-bottom: 6%;
}

.shoplist-list_item:nth-child(2n) {
	margin-right: 0 !important;
}

.shoplist-list_item a {
	padding: 4.7619vw;
}

.shoplist-box {
	border-radius: 9.52381vw 9.52381vw 0 0;
}

.shoplist-box_img {
	aspect-ratio: 4 / 1.8;
}

.shoplist-logo {
	position: relative;
	width: 40%;
	margin-top: -11.90476vw;
	margin-left: 0;
}

.shoplist-list_box_ttl {
	font-size: 4.04762vw;
	margin-bottom: 1.19048vw;
	padding-left: 3.57143vw;
}

.shoplist-list_box_ttl:after {
	top: 2.38095vw;
	width: 2.38095vw;
}

.shoplist-list_box_date ._time,
.shoplist-list_box_date ._tel,
.shoplist-list_box_date ._insta {
	padding-left: 5.2381vw;
}

.shoplist-list_box_date ._time:before,
.shoplist-list_box_date ._tel:before,
.shoplist-list_box_date ._insta:before {
	top: 1.42857vw;
	width: 3.80952vw;
}

.recruit-fv {
	margin-top: 0;
	padding-top: 8.33333vw;
	padding-bottom: 0;
}

.recruit-fv:after {
	content: none;
}

.recruit-fv_txt {
	position: relative;
	margin-top: 9.52381vw;
	padding-right: 4.7619vw;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.recruit-fv_txt2 {
	font-size: 5.95238vw;
	margin-bottom: 4.7619vw;
}

.recruit-fv_slide_item {
	width: 35.71429vw;
	margin-right: 2.38095vw;
	margin-left: 2.38095vw;
}

.recruit-message_txt {
	position: static;
	margin-bottom: 7.14286vw;
	padding-right: 4.7619vw;
	padding-left: 4.7619vw;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.recruit-message_txt1 {
	font-size: 4.28571vw;
}

.recruit-message_img {
	margin-left: 20%;
}

._recruitment .recruit-message_img {
	margin-right: 20%;
}

.recruit-message_img img {
	border-radius: 2.85714vw 0 0 2.85714vw;
}

._recruitment .recruit-message_img img {
	border-radius: 0 2.85714vw 2.85714vw 0;
}

.recruit-service_slide_item {
	width: 47.61905vw;
	margin-right: 2.38095vw;
	margin-left: 2.38095vw;
}

.recruit-service_slide_item ._txt {
	font-size: 4.28571vw;
	line-height: 1.5;
	bottom: 7.14286vw;
	display: inline-block;
}

.recruit-service_slide_item ._txt span {
	display: inline-block;
	padding-bottom: 11.90476vw;
}

.recruit-service_slide_item ._txt span:after {
	width: 8.09524vw;
}

.recruit-job_list {
	margin-right: 7.14286vw;
	margin-left: 7.14286vw;
	border-radius: 4.7619vw;
}

.recruit-joblist_item {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #fff;
}

.recruit-joblist_item:last-child {
	border-bottom: none;
}

.recruit-joblist_item ._img {
	aspect-ratio: 2 / 1;
}

.recruit-joblist_item ._txt {
	font-size: 4.28571vw;
}

.recruit-joblist_item ._txt span {
	padding-bottom: 10.71429vw;
}

.recruit-joblist_item ._txt span:after {
	width: 8.09524vw;
}

.recruit-staff_slide_item {
	width: 71.42857vw;
	margin-right: 2.38095vw;
	margin-left: 2.38095vw;
}

.recruit-staff_slide_item a ._txt {
	width: 60vw;
	height: 15.2381vw;
}

.recruit-staff_slide_item a ._txt > div:after {
	right: -2.38095vw;
	width: 8.09524vw;
}

.recruit-staff_slide_item a ._txt ._txt1 {
	font-size: 3.33333vw;
}

.recruit-staff_slide_item a ._txt ._txt2 span {
	font-size: 4.04762vw;
	margin-right: 2.38095vw;
}

.recruit-entry {
	padding-top: 14.28571vw;
	padding-bottom: 14.28571vw;
}

.recruit-entry_btn {
	margin-right: 0;
}

.recruit-entry_btn .btn4 a {
	font-size: 4.28571vw;
	width: 100%;
	padding-top: 4.7619vw;
	padding-bottom: 4.7619vw;
}

.recruit-entry_btn .btn4 a:after {
	top: 50% !important;
}

.recruit-bus_box_logo {
	width: auto;
	margin-bottom: 7.14286vw;
	padding-left: 4.7619vw;
}

.recruit-bus_box_cont {
	width: auto;
}

.services-job_box {
	margin-left: 7%;
	padding-right: 7%;
}

.sales_item {
	width: 48% !important;
	margin-right: 4% !important;
}

.sales_item:nth-child(2n) {
	margin-right: 0 !important;
}

.icon_sales img {
	height: 19.04762vw;
}

.staff-voice_list .recruit-voice_item.recruit-staff_slide_item a ._txt {
	width: 68.2vw;
}

.staff-sch {
	padding: 4.7619vw;
}

.staff-sch_list {
	display: block;
}

.staff-sch_list_item {
	min-width: auto;
	padding-right: 0;
	padding-bottom: 7.14286vw;
}

.staff-sch_list_item:last-child {
	padding-bottom: 0;
}

.staff-sch_list_item:after {
	top: 7.14286vw;
	left: .95238vw;
	width: 1px;
	height: 100%;
}

.staff-sch_list_item_ttl {
	padding-bottom: 1.42857vw;
}

.staff-sch_list_item_ttl:after {
	width: 2.85714vw;
}

.staff-sch_list_item_ttl span {
	font-size: 3.33333vw;
	margin-left: 7.14286vw;
	padding: .2381vw 2.38095vw;
}

.staff-sch_list_item_ttl span:after {
	bottom: 0;
	left: -2.85714vw;
	width: 3.09524vw;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.staff-sch_list_item_cont {
	font-size: 3.57143vw;
	margin-left: 7.14286vw;
}

.staff-main_img {
	aspect-ratio: 1.6 / 1;
}

.staff-main_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.staff-main_txt {
	position: relative;
	width: auto;
	padding: 0;
	padding-top: 3.57143vw;
}

.staff-main_txt ._txt1 span {
	font-size: 4.7619vw;
	margin-right: 3.57143vw;
}

.news-box_date li {
	margin-right: 4.7619vw;
}

.sub-intro {
	height: 91.42857vw;
}

.sub-intro img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sus-logo_list_item {
	width: 19.04762vw;
	margin-right: 2.38095vw;
	margin-bottom: 2.38095vw;
}

.sus-box_img {
	aspect-ratio: 1.8 / 1;
}

.sus-box_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sun-imgs_flex {
	display: -ms-flexbox;
	display: flex;
}

.sun-imgs_flex > div {
	width: 48% !important;
	margin-right: 4% !important;
}

.sun-imgs_flex > div:nth-child(2n) {
	margin-right: 0 !important;
}

.business-intro_ttl {
	white-space: wrap;
}

.business-sns {
	margin-left: 0;
}

.business-sns > p {
	margin-right: 3.57143vw;
}

.business-sns > p a {
	width: 9.52381vw;
	height: 9.52381vw;
}

.recruitment-details_btns .btn2 {
	width: 48%;
	margin-right: 4%;
}

.recruitment-details_btns .btn2:last-child {
	margin-right: 0;
}

.recruitment-benefit_item {
	width: 48% !important;
	margin-right: 4% !important;
	padding: 3.57143vw;
	padding-bottom: 24.7619vw;
}

.recruitment-benefit_item:nth-child(2n) {
	margin-right: 0 !important;
}

.recruitment-benefit_item ._number {
	font-size: 4.28571vw;
}

.recruitment-benefit_item ._number ._num {
	font-size: 7.14286vw;
}

.recruitment-benefit_item ._number._s ._num {
	font-size: 6.57143vw;
}

.recruitment-benefit_item ._number ._txt_s {
	font-size: 3.57143vw;
}

.recruitment-benefit_item ._number dl dt {
	padding-right: 1.19048vw;
}

.recruitment-benefit_item ._number dl dd {
	background-size: 1.42857vw auto;
}

.recruitment-benefit_item ._number dl dd ._dotted {
	padding-left: 1.19048vw;
}

.recruitment-benefit_item ._icon {
	bottom: 7.14286vw;
}

.recruitment-benefit_item ._icon img {
	height: 17.14286vw;
}

.recruitment-flow_item {
	margin-right: 11.90476vw;
	padding: 4.7619vw;
	border-radius: 2.38095vw;
}

.recruitment-flow_item:after {
	right: -10.2381vw;
	width: 7.14286vw;
}

.recruitment-flow_item ._num span {
	font-size: 4.7619vw;
	min-width: 35.71429vw;
	padding-top: 1.19048vw;
	padding-bottom: 1.19048vw;
}

.schedule_box {
	padding: 4.7619vw;
}

.schedule_box_txt {
	width: auto;
}

.schedule_box_ttl {
	font-size: 4.04762vw;
	width: 60%;
	margin-top: -7.14286vw;
	padding-top: 1.19048vw;
	padding-bottom: 1.19048vw;
}

.schedule_box_ttl:after {
	right: -2.38095vw;
	width: 2.38095vw;
}

.schedule_box_cont {
	width: auto;
}

.schedule_box_imgs {
	width: auto;
}

.schedule_box_time dt {
	width: 21vw;
}

.schedule_box_time dt span {
	padding-left: 5.95238vw;
	border-radius: 1.42857vw;
	background-position: 1.19048vw center;
	background-size: 3.33333vw auto;
}

.schedule_box_time dt span:after {
	right: -1.90476vw;
	border-top: 1.19048vw solid transparent;
	border-bottom: 1.19048vw solid transparent;
	border-left: 2.38095vw solid #fff;
}

.schedule_box_time dd {
	width: calc(100% - 21vw);
	padding-bottom: 3.57143vw;
	padding-left: 3.33333vw;
}

.schedule_box_time dd:after {
	top: 1.90476vw;
	width: 2.38095vw;
}

.schedule_box_time dd:before {
	top: 2.38095vw;
	left: .95238vw;
}

.wp-side {
	float: none;
	width: 100%;
	margin-right: 0;
}

.post_main {
	float: none;
	width: 100%;
	margin-bottom: 100px;
}

.sideBox {
	padding-bottom: 7.14286vw;
}

.sideBox .heading5 span {
	font-size: 4.28571vw;
}

.side-ttl {
	font-size: 4.52381vw;
	margin-bottom: 3.57143vw;
	padding-bottom: 2.38095vw;
}

.side-ttl:after {
	width: 9.52381vw;
}

.sideBox-list {
	border-top: 1px dotted #e6e6e6;
}

.sideBox-list > li {
	margin-bottom: 0;
	border-bottom: 1px dotted #e6e6e6;
}

.sideBox-list > li > a {
	padding-top: 3.57143vw;
	padding-bottom: 3.57143vw;
	padding-left: 7.14286vw;
}

.sideBox-list > li > a:after {
	top: 5.47619vw;
	left: 3.57143vw;
	width: 1.19048vw;
}

.sideBox-list .children li {
	margin-top: 0;
	border-top: 1px dotted #e6e6e6;
}

.sideBox-list .children li:after {
	top: 21px;
}

.sideBox-list .children li a {
	padding-top: 12px;
	padding-bottom: 12px;
}

.post_content h2 {
	font-size: 4.57143vw;
	margin-top: 6.66667vw;
	padding: 2.85714vw 5.71429vw;
}

.post_content h3 {
	font-size: 4.19048vw;
	margin-top: 6.66667vw;
	padding-bottom: 1.90476vw;
}

.post_content h4 {
	font-size: 4vw;
	margin-top: 6.66667vw;
	padding-bottom: 1.90476vw;
}

.post_content h4:after {
	width: 19.04762vw;
}

.post_content h5 {
	font-size: 4.04762vw;
	margin-top: 6.66667vw;
	padding-bottom: 1.90476vw;
}

.post_content h6 {
	font-size: 4.04762vw;
	margin-top: 6.66667vw;
	padding-bottom: 1.90476vw;
}

.post_content p {
	margin-top: 4.7619vw;
}

.post_content ul,
.post_content ol {
	margin-top: 8.33333vw;
}

.post_content ul li,
.post_content ol li {
	margin-bottom: 1.19048vw;
	padding-left: 3.57143vw;
}

.post_content ul li:after,
.post_content ol li:after {
	top: 1.90476vw;
	width: 2.38095vw;
}

.pager .page-numbers {
	min-width: 9.52381vw;
	height: 9.52381vw;
	margin: 0 1.19048vw;
}

.wp-paging .btn2 a {
	width: 40.47619vw;
}

.wp-paging .prev a:after {
	left: 3.57143vw;
}

.wp-paging .next a:after {
	right: 3.57143vw;
}

.breadcrumb {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.breadcrumb ul {
	white-space: nowrap;
}

.breadcrumb ul {
	width: auto;
}

.breadcrumb li {
	font-size: 2.85714vw;
	margin-right: 3.57143vw;
	padding-left: 3.33333vw;
}

.breadcrumb li:after {
	width: 2.14286vw;
	height: 2.14286vw;
}

.btn a,
.btn input[type='submit'],
.btn input[type='button'],
.btn button {
	font-size: 4.04762vw;
	padding-top: 3.57143vw;
	padding-bottom: 3.57143vw;
}

.btn a ._icon,
.btn input[type='submit'] ._icon,
.btn input[type='button'] ._icon,
.btn button ._icon {
	padding-right: 17.85714vw;
	padding-left: 3.09524vw;
}

.btn a ._icon:after,
.btn input[type='submit'] ._icon:after,
.btn input[type='button'] ._icon:after,
.btn button ._icon:after {
	width: 1.42857vw;
}

.btn a ._icon:before,
.btn input[type='submit'] ._icon:before,
.btn input[type='button'] ._icon:before,
.btn button ._icon:before {
	width: 9.33333vw;
}

.btn a:hover ._icon:after,
.btn input[type='submit']:hover ._icon:after,
.btn input[type='button']:hover ._icon:after,
.btn button:hover ._icon:after {
	left: -.47619vw;
	width: 2.38095vw;
}

.btn a:hover ._icon:before,
.btn input[type='submit']:hover ._icon:before,
.btn input[type='button']:hover ._icon:before,
.btn button:hover ._icon:before {
	right: -1.19048vw;
	width: 11.90476vw;
}

.btn2 a {
	width: 47.61905vw;
	padding: 2.38095vw 4.7619vw;
	border-radius: 2.38095vw;
}

.btn2 a:after {
	right: 4.7619vw;
	width: 5.71429vw;
}

.btn3 a {
	width: 47.61905vw;
	padding: 2.38095vw 4.7619vw;
	border-radius: 2.38095vw;
}

.btn3 a:after {
	right: 4.7619vw;
	width: 5.71429vw;
}

.btn4 a {
	width: 47.61905vw;
	padding: 2.38095vw 4.7619vw;
	border-radius: 2.38095vw;
}

.btn4 a:after {
	right: 4.7619vw;
	width: 5.71429vw;
}

.pageTtl {
	padding-top: 11.90476vw;
	padding-bottom: 9.52381vw;
}

.pageTtl .eng {
	font-size: 10vw;
}

.pageTtl .jpn {
	font-size: 5.71429vw;
	padding-bottom: 4.28571vw;
}

.pageTtl-recruit {
	width: 94vw;
	padding-top: 5.95238vw;
	padding-bottom: 5.95238vw;
}

.heading1 {
	margin-bottom: 7.14286vw;
}

.heading1 .eng {
	font-size: 11.42857vw;
	margin-bottom: 1.42857vw;
}

.heading1 .jpn {
	font-size: 4.7619vw;
}

.heading2 {
	font-size: 6.66667vw;
	margin-bottom: 4.7619vw;
}

.eng_small {
	font-size: 2.85714vw;
}

.eng_small .num {
	font-size: 4.28571vw;
	margin-left: 2.38095vw;
}

.heading3 {
	font-size: 5vw;
	margin-bottom: 3.33333vw;
}

.heading4 {
	font-size: 4.7619vw;
	margin-bottom: 2.38095vw;
}

.heading5 span {
	font-size: 5vw;
	margin-bottom: 3.33333vw;
	padding: 1.19048vw 11.90476vw 1.19048vw 7.14286vw;
}

.heading6 {
	font-size: 4.7619vw;
	margin-bottom: 2.38095vw;
}

.heading7 {
	font-size: 4.28571vw;
	padding: 3.33333vw 4.7619vw;
	border-bottom: 2px solid #50a3da;
}

.scroll {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.scroll._sp {
	overflow-x: auto;
	overflow-y: auto;
}

.scroll_icon {
	font-size: 13px;
	font-size: 1.3rem;
	position: absolute;
	top: 30px;
	left: 50%;
	display: block;
	width: 60%;
	height: 70px;
	padding-top: 48px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
	pointer-events: none;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, .5) url(../img/common/icon_scroll_arr.png) center 18px no-repeat;
	background-size: auto 20px;
}

.scroll_icon ._icon {
	position: absolute;
	top: 8px;
	left: 50%;
	display: block;
	width: 30px;
	height: 34px;
	margin-left: -15px;
	content: '';
	-ms-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
	animation-name: scroll_animation;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	background: url(../img/common/icon_scroll_hand.png) center center no-repeat;
	background-size: auto 100%;
}

.section {
	padding-right: 4.7619vw;
	padding-left: 4.7619vw;
}

.w1100 {
	padding-right: 4.7619vw;
	padding-left: 4.7619vw;
}

.flex._mb > * {
	margin-bottom: 7.14286vw;
}

.flex._mb-s > * {
	margin-bottom: 3.57143vw;
}

.flex._mb_sp > * {
	margin-bottom: 11.90476vw;
}

.flex._mb_sp > *:last-child {
	margin-bottom: 0;
}

.flex._mb_sp-s > * {
	margin-bottom: 4.7619vw;
}

.flex._mb_sp-s > *:last-child {
	margin-bottom: 0;
}

.tab-dblock {
	display: block;
}

.grid2 {
	width: 100%;
	margin-right: 0;
}

.grid3 {
	width: 100%;
	margin-right: 0;
}

.tab-dblock .grid4 {
	width: 100%;
	margin-right: 0;
}

.grid7 {
	width: 100%;
}

.grid2_small {
	width: 100%;
}

.grid2_wide {
	width: 100%;
}

.mb-xs {
	margin-bottom: 1.19048vw;
}

.mb-s {
	margin-bottom: 1.66667vw;
}

.mb-m {
	margin-bottom: 5vw;
}

.mb-mm {
	margin-bottom: 8.33333vw;
}

.mb-l {
	margin-bottom: 14.28571vw;
}

.mb-xl {
	margin-bottom: 21.42857vw;
}

.mb-xxl {
	margin-bottom: 30vw;
}

.mt-xs {
	margin-top: 1.19048vw;
}

.mt-s {
	margin-top: 1.66667vw;
}

.mt-m {
	margin-top: 5vw;
}

.mt-mm {
	margin-top: 8.33333vw;
}

.mt-l {
	margin-top: 14.28571vw;
}

.mt-xl {
	margin-top: 21.42857vw;
}

.mt-xxl {
	margin-top: 30vw;
}

.pb-xs {
	padding-bottom: 1.19048vw;
}

.pb-s {
	padding-bottom: 1.66667vw;
}

.pb-m {
	padding-bottom: 5vw;
}

.pb-mm {
	padding-bottom: 8.33333vw;
}

.pb-l {
	padding-bottom: 14.28571vw;
}

.pb-xl {
	padding-bottom: 21.42857vw;
}

.pb-xxl {
	padding-bottom: 30vw;
}

.pt-xs {
	padding-top: 1.19048vw;
}

.pt-s {
	padding-top: 1.66667vw;
}

.pt-m {
	padding-top: 5vw;
}

.pt-mm {
	padding-top: 8.33333vw;
}

.pt-l {
	padding-top: 14.28571vw;
}

.pt-xl {
	padding-top: 21.42857vw;
}

.pt-xxl {
	padding-top: 30vw;
}

.text_s {
	font-size: 3.57143vw;
}

.text_m {
	font-size: 4.28571vw;
}

.text_l {
	font-size: 4.28571vw;
}

.tablet_left {
	text-align: left;
}

.tablet_center {
	text-align: center;
}

.tablet {
	display: inline;
}

.pc {
	display: none;
}

.tablet-dblock {
	display: block;
}

.map iframe {
	height: 71.42857vw;
}

.table-1 th,
.table-1 td {
	display: block;
	padding: 3.57143vw 4.7619vw;
}

.table-1 th {
	padding-left: 6.19048vw;
	border-bottom: none;
}

.table-1 th:after {
	top: 5.71429vw;
	left: 2.38095vw;
	width: 1.90476vw;
}

.table-1 td {
	padding-top: 0;
	padding-bottom: 2.38095vw;
	padding-left: 6.19048vw;
}

}

@media only screen and (max-width: 768px) and (max-width: 768px) {

.hab-nav {
	padding-top: 14.28571vw;
	padding-right: 9.52381vw;
	padding-left: 9.52381vw;
}

}

@media (max-width: 767px) {

.top-imgslide_item._item1 .bubble {
	--amp: -3.33333vw;
}

.top-imgslide_item._item2 .bubble {
	--amp: -5.83333vw;
}

.top-imgslide_item._item3 .bubble {
	--amp: -4.16667vw;
}

.top-imgslide_item._item4 .bubble {
	--amp: -6.66667vw;
}

.top-imgslide_item._item5 .bubble {
	--amp: -5vw;
}

.top-imgslide_item._item6 .bubble {
	--amp: -7.5vw;
}

}

@media only screen and (max-width: 730px) {

.w700 {
	width: auto;
	margin-right: 4.7619vw;
	margin-left: 4.7619vw;
}

}

@media only screen and (max-width: 640px) {

.loader-wrap {
	background-size: 40% auto;
}

.scroll._sp {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.sp_left {
	text-align: left;
}

.sp_center {
	text-align: center;
}

}

@media only screen and (max-width: 630px) {

.w600 {
	width: auto;
	margin-right: 4.7619vw;
	margin-left: 4.7619vw;
}

}

@keyframes icon1_anime2 {

0% {
	background-position: left 160% center;
}

100% {
	background-position: left -190% center;
}

}

@keyframes icon2_anime2 {

0% {
	-webkit-clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0%, 100% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

45% {
	-webkit-clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

100% {
	-webkit-clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
	clip-path: polygon(0% 0%, 0% 45%, 100% 45%, 100% 100%, 0 100%, 0 0);
}

}

@keyframes headerscrolled {

0% {
	top: -7.14286vw;
}

100% {
	top: 0;
}

}

@keyframes subnav_mv {

0% {
	bottom: -2.14286vw;
	opacity: 0;
}

100% {
	bottom: 0;
	opacity: 1;
}

}

@keyframes pagetop_move {

0% {
	top: 50%;
}

50% {
	top: -120%;
}

51% {
	top: 120%;
}

100% {
	top: 50%;
}

}

@keyframes floatY {

0% {
	transform: translateY(0);
}

50% {
	transform: translateY(var(--amp));
}

100% {
	transform: translateY(0);
}

}

@keyframes arr_move {

0% {
	background-position: left 50% center;
}

50% {
	background-position: left 120% center;
}

51% {
	background-position: left -120% center;
}

100% {
	background-position: left 20% center;
}

}

@keyframes scroll_animation {

0 {
	transform: translate(-20px, 0);
}

50% {
	transform: translate(20px, 0);
}

100% {
	transform: translate(-20px, 0);
}

}


/*# sourceMappingURL=style.css.map */
