/* =====================================================
1.0 - Foundation
===================================================== */

/*
1.1 - Reset
-----------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

/*
1.2 - Base
-----------------------------------------------------*/

*,
:before,
:after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	height: 100%;
	color: #281E1E;
	text-rendering: optimizeLegibility;
	font-feature-settings: "pkna";
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

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

a {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: #281E1E;
}

.main {
	overflow: hidden;
}

/* =====================================================
2.0 - Layout
===================================================== */

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

.footer {
	background: #534b4b;
	color: #ffffff;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 45px 0 50px;
}

.footer-inner a {
	color: #ffffff;
}

.footer-nav {
	display: flex;
	width: 490px;
	justify-content: space-between;
}

.footer-nav_list:not(:first-child) {
	margin-top: 28px;
}

.footer-nav_list.small li {
	font-size: 0.875rem;
	font-weight: 400;
}

.footer-nav_list > li {
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 2;
}

.footer-nav_sublist {
	margin-top: 10px;
	padding-left: 20px;
}

.footer-nav_sublist li {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.footer-nav_sublist li::before {
	content: "-";
	margin-right: 10px;
}

.footer-contact {
	display: flex;
	width: 590px;
	min-width: 48.3333333333%;
}

.footer-contact_form a {
	display: block;
	background: #ffffff;
	color: #281E1E;
	border: none !important;
	padding: 12px 0;
	font-weight: 700;
	font-size: 0.9375rem;
	width: 270px;
}

.footer-contact_form a:hover {
	background: #281E1E;
	color: #fff;
}

.footer-logo span {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.13em;
}

.footer-logo span.small {
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
}

.footer-grouplogo {
	width: 92px;
	margin-right: 0;
	margin-left: auto;
	margin-top: 30px;
}

.footer-copyright {
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #7E7878;
	font-family: "Montserrat", sans-serif;
	font-size: 0.625rem;
}

.btn-cta {
	position: fixed;
	bottom: 38px;
	right: 20px;
	z-index: 1;
	width: 278px;
}

.btn-cta:hover {
	transform: scale(1.1);
}

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

.header {
	padding-left: 100px;
	height: 100px;
	display: flex;
	align-items: center;
}

.globalnav {
	display: none;
	position: fixed;
	top: 0;
	max-width: 600px;
	width: 50%;
	right: 0;
	background: #534B4B;
	z-index: 10;
	height: 100%;
	overflow: auto;
	transform: translateX(120%);
	transition: transform 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04);
	padding-top: 100px;
}

.is-loaded .globalnav {
	display: block;
}

.is-open .globalnav {
	transform: translateX(0);
}

.globalnav a {
	color: #ffffff;
}

.globalnav-list > li {
	text-align: center;
	position: relative;
}

.globalnav-list a {
	display: block;
	font-weight: 700;
	font-size: 1.25rem;
	padding: 20px 0;
}

.globalnav-contact {
	margin-left: 20px;
}

.globalnav-contact a {
	display: inline-block;
	color: #281E1E;
	font-size: 1.25rem;
	font-weight: 700;
	width: 400px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.05em;
	padding: 15px 0;
	border: none !important;
}

.globalnav-secondlist {
	padding-left: 20px;
}

.globalnav-secondlist a {
	font-size: 1rem;
	padding: 10px 0;
	display: inline-block;
}

.globalnav-sublist {
	background: #DDDCDC;
	padding: 30px 40px;
	display: none;
}

.globalnav-sublist > li + * {
	margin-top: 10px;
}

.globalnav-sublist a {
	color: #281E1E;
	font-size: 1rem;
}

.globalnav-sublist a::before {
	content: "- ";
}

.btn-hamburger {
	position: absolute;
	top: 0;
	right: 0;
	background: #222222;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 100px;
	width: 100px;
	cursor: pointer;
	z-index: 15;
}

.hamburger {
	display: block;
	width: 20px;
	height: 2px;
	background: #ffffff;
	margin: auto;
	position: relative;
	transition: all 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04);
}

.hamburger::before,
.hamburger::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: inherit;
	transition: all 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04);
}

.hamburger::before {
	top: -8px;
}

.hamburger::after {
	top: 8px;
}

.btn-subnav {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border: none;
	background: none;
	color: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	top: 28px;
	right: 36px;
	font-size: 1.25rem;
}

.btn-subnav span {
	position: absolute;
	top: 0;
	left: 0;
}

.btn-subnav .fa-minus-square {
	display: none;
}

.is-open .btn-hamburger {
	background: transparent;
}

.is-open .btn-hamburger::after {
	content: none;
}

.is-open .hamburger {
	background: transparent;
	transform: rotate(360deg);
}

.is-open .hamburger::before,
.is-open .hamburger::after {
	background: #ffffff;
	top: 0;
}

.is-open .hamburger::before {
	transform: rotate(45deg);
}

.is-open .hamburger::after {
	transform: rotate(-45deg);
}

.is-subnavopen .globalnav-sublist {
	display: block;
}

.is-subnavopen .fa-plus-square {
	display: none;
}

.is-subnavopen .fa-minus-square {
	display: block;
}

/*
2.3 - main
-----------------------------------------------------*/

.l-container {
	overflow: hidden;
}

.l-inner {
	width: 1080px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.l-inner.narrow {
	width: 960px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 0;
	display: none;
}

.overlay.is-open {
	display: block;
}

/* =====================================================
3.0 - Object
===================================================== */

/*
component
-----------------------------------------------------*/

.c-btn-normal a {
	display: block;
	border: 1px solid #281E1E;
	background: #ffffff;
	box-shadow: 15px 15px 0 0 #e6cfa1;
	text-align: center;
	transition: transform 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04);
}

.c-btn-normal a:hover {
	transform: translateY(-10px);
}

.c-btn-normal.with-arr a::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../img/icon_arr.svg) no-repeat center/contain;
	position: relative;
	top: 6px;
	margin-left: 20px;
}

.c-btn-normal.pdf-dl a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-btn-normal.pdf-dl a::before {
	content: "";
	width: 45px;
	height: 62px;
	display: inline-block;
	background: url(../img/icon_pdf.svg) no-repeat center/contain;
	margin-right: 20px;
}

.c-btn-normal.pdf-dl a::after {
	content: "";
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../img/icon_dl.svg) no-repeat center/contain;
	margin-left: 20px;
}

.c-btn-round a {
	display: block;
	border: 1px solid #281E1E;
	border-radius: 100rem;
	text-align: center;
	background: #ffffff;
	transition: transform 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04), box-shadow 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04);
}

.c-btn-round a:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 10px rgba(230, 207, 161, 0.5);
}

.c-btn-round.with-arr a::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../img/icon_arr.svg) no-repeat center/contain;
	position: relative;
	top: 6px;
	margin-left: 20px;
}

.c-menu_list {
	display: flex;
	justify-content: center;
}

.c-menu_list li {
	width: 370px;
	margin: 0 30px;
}

.c-menu_list li p {
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.c-menu_list li p + * {
	margin-top: 20px;
}

.c-menu_list li p .strong {
	color: #CEAB84;
}

.c-menu_list li p .fz-small {
	display: block;
	font-weight: normal;
	font-size: 0.8em;
}

.c-menu_list li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.75rem;
	font-weight: 700;
	background: #ffffff;
	width: 100%;
	height: 370px;
	position: relative;
	letter-spacing: 0.13em;
	transition: transform 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04), box-shadow 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04);
}

.c-menu_list li a:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 10px rgba(230, 207, 161, 0.5);
}

.c-menu_list li a::after {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../img/icon_external.svg) no-repeat center/contain;
	bottom: 0;
	right: 0;
}

.c-menu_list li.company a::before {
	content: "";
	display: block;
	width: 123px;
	height: 120px;
	background: url(../img/icon_company.svg) no-repeat center/contain;
	margin-bottom: 35px;
}

.c-menu_list li.requirement a::before {
	content: "";
	display: block;
	width: 194px;
	height: 165px;
	background: url(../img/icon_require.svg) no-repeat center/contain;
	margin-bottom: 20px;
	margin-top: -30px;
}

.c-menu_list li.career a {
	text-align: center;
}

.c-menu_list li.career a::before {
	content: "";
	display: block;
	width: 135px;
	height: 120px;
	background: url(../img/icon_career.svg) no-repeat center/contain;
	margin-bottom: 36px;
	margin-top: 40px;
}

.c-menu_list li.oneday a {
	text-align: center;
}

.c-menu_list li.oneday a::before {
	content: "";
	display: block;
	width: 90px;
	height: 120px;
	background: url(../img/icon_oneday.svg) no-repeat center/contain;
	margin-bottom: 36px;
	margin-top: 40px;
}

.c-menu_list a::before {
	content: none !important;
}

.c-menu_list a span {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
}

.c-box-round {
	border: 12px solid #F7F1E3;
	border-radius: 40px;
	padding: 80px 7.4%;
}

.c-dllist_item {
	display: flex;
}

.c-dllist_item dt,
.c-dllist_item dd {
	letter-spacing: 0.03em;
}

.c-dllist_item dt {
	width: 175px;
}

.c-dllist_item dd {
	width: calc(100% - 175px);
}

.c-bkbtn {
	display: inline-block;
	margin-top: 60px;
}

.c-bkbtn a {
	display: block;
	font-weight: 700;
	font-size: 1.25rem;
}

.c-bkbtn a::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	position: relative;
	top: 6px;
	margin-right: 20px;
	transition: transform 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04);
	background: url(../img/icon_bkbtn.svg) no-repeat center/contain;
}

.c-bkbtn a:hover::before {
	transform: translateX(-10px);
}

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

.heading-primary {
	text-align: center;
	font-size: 2.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	margin-bottom: 50px;
}

.heading-primary_message {
	text-align: center;
	margin-top: 60px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.heading-secondary {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	margin-bottom: 30px;
}

.page-cta {
	padding: 80px 60px;
	background: rgba(230, 207, 161, 0.2);
}

.btn-gmap {
	width: 112px;
	display: inline-block;
	margin-left: 40px;
}

.btn-gmap a {
	font-size: 0.75rem;
	display: block;
	border: 1px solid #FF7643;
	color: #FF7643;
	text-align: center;
}

.btn-gmap a:after {
	content: "\f5a0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 4px;
}

.btn-pagetop {
	position: fixed;
	right: 17.0833333333vw;
	bottom: 50px;
	border: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 60px;
	height: 60px;
	background: #fff;
	border: 1px solid #DDDDDD;
	display: flex;
	display: none;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	opacity: 0.8;
	outline: none;
	transition: transform 0.3s ease-in-out;
	cursor: pointer;
}

.btn-pagetop:focus {
	box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
}

.btn-pagetop::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6.5px 11.3px 6.5px;
	border-color: transparent transparent #666666 transparent;
}

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

.top section {
	position: relative;
}

.top-mv {
	height: 760px;
	background: url(../img/top/mv_mainbg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.top-mv + * {
	margin-top: 130px;
}

.top-mv::before {
	content: "";
	display: block;
	position: absolute;
	width: 106.3541666667vw;
	height: 535px;
	background: url(../img/top/mv_bg.svg) no-repeat;
	background-size: 100% 100%;
	bottom: -170px;
	left: -2.3958333333vw;
}

.top-mv::after {
	content: "";
	display: block;
	position: absolute;
	width: 702px;
	height: 155px;
	background: url(../img/top/message_txt.svg) no-repeat;
	background-size: contain;
	top: 730px;
	left: 50%;
	transform: translate(-50%, 0);
}

.top-mv_copy {
	position: absolute;
	bottom: 90px;
	right: 7.2916666667vw;
}

.top-mv_message {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	left: 6.25vw;
	bottom: 100px;
}

.top-mv_message span {
	display: inline-block;
	font-size: 1.9791666667vw;
	background: #ffffff;
	padding: 10px 34px 10px 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.top-message {
	padding-top: 30px;
	text-align: center;
	line-height: 2.0909090909;
	letter-spacing: 0.03em;
	font-size: 1.375rem;
	font-weight: 700;
	position: relative;
}

.top-message::before {
	content: "";
	display: block;
	width: 112.3958333333vw;
	height: 35.7291666667vw;
	background: url(../img/top/message_bg_line.svg) no-repeat center/contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.top-message_maincopy {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.top-message_maincopy + * {
	margin-top: 6px;
}

.top-message_ttl {
	text-align: center;
	margin-top: 120px;
}

.top-message_ttl + * {
	margin-top: 20px;
}

.top-message_moviewrap {
	background: url(../img/top/movie_bg_skyliner.png) no-repeat;
	background-size: 113% auto;
	background-position: top left;
	padding-bottom: 90px;
}

.top-message_youtube {
	width: 920px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 508px;
	background: url(../img/top/movie_frame.png) no-repeat;
	background-size: contain;
	padding: 60px 0;
	position: relative;
}

.top-message_youtube::after {
	content: "";
	display: block;
	position: absolute;
	width: 415px;
	height: 400px;
	background: url(../img/top/movie_img.png) no-repeat center bottom/contain;
	bottom: -90px;
	right: -280px;
}

.top-contents {
	padding: 100px 0 120px;
}

.top-contents_ttl {
	font-size: 2.375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.top-contents_ttl + * {
	margin-top: 15px;
}

.top-contents_ttl a::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../img/icon_arr.svg) no-repeat center/contain;
	position: relative;
	margin-left: 50px;
	transition: transform 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04);
}

.top-contents_ttl a:hover {
	opacity: 0.7;
}

.top-contents_ttl a:hover::after {
	transform: translateX(10px);
}

.top-contents_block {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}

.top-contents_block + * {
	margin-top: 100px;
}

.top-contents_block.about::before {
	content: "";
	display: block;
	position: absolute;
	width: 100.8333333333vw;
	height: 12.0833333333vw;
	background: url(../img/top/work_bg_line_about.svg) no-repeat center/contain;
	top: 6.09375vw;
	left: calc(50% - 50vw);
}

.top-contents_block.people::before {
	content: "";
	display: block;
	position: absolute;
	width: 100.8333333333vw;
	height: 12.0833333333vw;
	background: url(../img/top/work_bg_line_people.svg) no-repeat center/contain;
	top: 3.6458333333vw;
	left: calc(50% - 50vw);
}

.top-contents_block.work::before {
	content: "";
	display: block;
	position: absolute;
	width: 100.8333333333vw;
	height: 12.0833333333vw;
	background: url(../img/top/work_bg_line_work.svg) no-repeat center/contain;
	top: 5.46875vw;
	left: calc(50% - 50vw);
}

.top-contents_block_img {
	display: grid;
	grid-template-columns: 800px 1fr;
	grid-template-areas: "large-img icon" "large-img word";
	grid-column-gap: 20px;
	position: relative;
}

.top-contents_block_img .top-contents_icon {
	grid-area: icon;
}

.top-contents_block_img .top-contents_img {
	grid-area: large-img;
}

.top-contents_block_img p {
	grid-area: word;
}

.top-contents_block_text {
	margin-top: 25px;
	font-size: 1.25rem;
	font-weight: 500;
}

.top-contents_img {
	width: 100%;
	max-width: 800px;
	position: relative;
}

.top-contents_img::before {
	content: "";
	display: block;
	width: calc(100% + 21.875vw);
	height: 30px;
	background: url(../img/top/work_img_arr.png) no-repeat right center/100% auto;
	position: absolute;
	bottom: 0;
	right: 0;
}

.reverse .top-contents_img::before {
	background: url(../img/top/work_img_arr_2.png) no-repeat right center/100% auto;
	bottom: 0;
	right: auto;
	left: 0;
}

.top-contents_menu {
	margin-top: 140px;
}

.top-contents_menu .c-btn-round {
	margin-top: 85px;
	width: 640px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.top-contents_menu .c-btn-round + * {
	margin-top: 120px;
}

.top-contents_menu .c-btn-round a {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.4em;
	padding: 30px 0;
}

.top-contents_menu .c-menu_list a::before {
	content: none !important;
}

.top-contents_menu .c-menu_list a span {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
}

.top-contents_menu_list {
	display: flex;
	justify-content: space-between;
}

.top-contents_menu_list li {
	width: calc(50% - 30px);
}

.top-contents_menu_list a {
	display: block;
}

.top-contents_menu_list a img {
	transition: transform 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04), filter 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04);
}

.top-contents_menu_list a:hover img {
	transform: translateY(-10px);
	filter: drop-shadow(0px 6px 10px rgba(230, 207, 161, 0.5));
}

.top-links {
	padding: 120px 0 0;
}

.top-links .c-btn-normal {
	width: 785px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.top-links .c-btn-normal + * {
	margin-top: 40px;
}

.top-links .c-btn-normal a {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding: 40px 0;
	white-space: nowrap;
}

.top-news {
	padding-top: 120px;
}

.top-news .l-inner {
	width: 800px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.top-news_list_inner {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px dashed #E6CFA1;
}

.top-news_list_inner:first-child {
	padding-top: 0;
}

.top-news_list dt {
	width: 110px;
	font-family: "Roboto", sans-serif;
	color: #938E8E;
	letter-spacing: 0.03em;
}

.top-news_list dd {
	letter-spacing: 0.03em;
	width: calc(100% - 110px);
}

.top-news_list dd a::after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}

.top-news_list dd a:hover {
	color: #E6CFA1;
}

.top-news_list + .c-menu_list {
	margin-top: 40px;
}

.top-access {
	padding-top: 120px;
	text-align: center;
	padding-bottom: 120px;
	letter-spacing: 0.03em;
}

.top-access_inner {
	position: relative;
	padding-bottom: 41%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.top-access_inner + * {
	margin-top: 40px;
}

.top-access_inner iframe,
.top-access_inner object,
.top-access_inner embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top-sec_ttl {
	position: absolute;
	top: 111px;
	left: 55px;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 0.24em;
	align-items: center;
	font-size: 1.5rem;
}

/*
page
-----------------------------------------------------*/

.page-ttl {
	height: 240px;
	background: rgba(230, 207, 161, 0.2);
	padding-top: 44px;
	text-align: center;
	position: relative;
}

.page-ttl_logo {
	margin-top: 46px;
}

.page-ttl_logo span {
	position: relative;
	z-index: 2;
}

.page-ttl_logo::before {
	content: attr(attr-subttl);
	color: #ffffff;
	font-size: 7.5rem;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 0;
	line-height: 1;
}

.page-ttl_icon {
	position: relative;
	z-index: 2;
}

.page-img {
	width: 800px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
	padding-bottom: 120px;
}

/*
about
-----------------------------------------------------*/

.about-message {
	border: 12px solid #F7F1E3;
	border-radius: 40px;
	padding: 80px 7.4%;
	line-height: 2;
	background-image: url(../img/about/bg_message01.svg), url(../img/about/bg_message02.svg);
	background-repeat: no-repeat, no-repeat;
	background-size: 140px 140px, 140px 140px;
	background-position: top left, bottom right;
}

.about-message_copy {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	color: #ceab84;
	font-weight: bold;
}

.about-message_copy + * {
	margin-top: 24px;
}

.about-message_president {
	width: 160px;
	margin-right: 0;
	margin-left: auto;
	white-space: nowrap;
	margin-top: 30px;
}

.about-message_name {
	display: block;
	text-align: right;
	font-size: 1.5rem;
}

.about-business {
	padding: 120px 0;
}

.about-business_menu {
	display: flex;
	justify-content: space-between;
}

.about-business_menu + * {
	margin-top: 104px;
}

.about-business_menu li {
	max-width: calc(33.3% - 15px);
	width: 330px;
}

.about-business_menu li a {
	display: block;
	border: 2px solid #F7F1E3;
	border-radius: 8px;
	padding: 30px 0 40px;
	text-align: center;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	position: relative;
	transition: transform 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04), box-shadow 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04);
}

.about-business_menu li a::after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 8px;
	background: url(../img/icon_arr_btm.svg) no-repeat center/contain;
	bottom: 13px;
	left: calc(50% - 4px);
}

.about-business_menu li a:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 10px rgba(247, 241, 227, 0.6);
}

.about-business_sec {
	width: 960px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 88.8888888889%;
	border: 4px solid #F7F1E3;
	padding: 100px 60px 60px;
	position: relative;
}

.about-business_sec + * {
	margin-top: 145px;
}

.about-business_sec::before {
	content: "";
	display: block;
	position: absolute;
	width: 27px;
	height: 18px;
	position: absolute;
	background: url(../img/border_circuit01.svg) no-repeat center/contain;
	right: 70px;
	top: -11px;
}

.about-business_sec::after {
	content: "";
	display: block;
	position: absolute;
	width: 91px;
	height: 22px;
	background: url(../img/border_circuit02.svg) no-repeat center/contain;
	bottom: -12px;
	left: 59px;
}

.about-business_ttl {
	position: absolute;
	top: -24px;
	left: -60px;
	z-index: 2;
}

.about-business_ttl > span:not([class]) {
	position: relative;
	z-index: 1;
	display: block;
	background: #534B4B;
	border-radius: 4px;
	padding: 20px 60px;
	text-align: center;
	color: #ffffff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.about-business_ttl .bg {
	width: 100%;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 0;
}

.about-business_subttl {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.about-business_subttl + * {
	margin-top: 20px;
}

.about-business_list {
	margin-top: 15px;
}

.about-business_list li {
	padding-left: 30px;
	position: relative;
	font-size: 1.125rem;
	font-weight: 500;
}

.about-business_list li + * {
	margin-top: 20px;
}

.about-business_list li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	color: #e6cfa1;
}

.about-business_boxbg {
	border-radius: 10px;
	background: #F7F1E3;
	background-image: url(../img/bg_pattern_stripe.svg);
	padding: 40px;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.about-business_copy {
	font-size: 1.375rem;
	font-weight: 500;
}

.about-business_copy + * {
	margin-top: 10px;
}

.about-works {
	padding: 100px 0;
}

.about-works_box {
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 6px 20px rgba(51, 51, 51, 0.1);
	padding: 80px 100px;
}

.about-works_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-works_list li {
	width: calc(50% - 20px);
	margin-bottom: 80px;
	font-size: 1.125rem;
	font-weight: 500;
}

.about-works_list li figure {
	width: 100%;
	text-align: center;
}

.about-works_list li figcaption {
	margin-top: 8px;
}

/*
people
-----------------------------------------------------*/

.people {
	font-size: 1rem;
}

.people-menu_list {
	display: flex;
	justify-content: space-between;
}

.people-menu_list li {
	width: 330px;
	max-width: calc(33.3% - 10px);
}

.people-menu_item {
	display: flex;
	flex-direction: column-reverse;
	border: 1px solid #F7F1E3;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.people-menu_item::after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 8px;
	background: url(../img/icon_arr_btm.svg) no-repeat center/contain;
	bottom: 13px;
	left: calc(50% - 4px);
}

.people-menu_text {
	text-align: center;
	background: #ffffff;
	padding-top: 110px;
	padding-bottom: 53px;
	font-size: 0.875rem;
	font-weight: 500;
}

.people-menu_text .name {
	font-size: 1.2857142857em;
	margin-top: 10px;
}

.people-menu_img {
	background: #F7F1E3;
	position: relative;
	height: 200px;
	background-image: url(../img/bg_pattern_stripe.svg);
	background-repeat: repeat-x;
	background-position: left 0 bottom -45px;
	padding-top: 25px;
	padding-left: 25px;
}

.people-menu_img img {
	position: absolute;
	display: block;
	width: 180px;
	top: 58px;
	right: 40px;
}

.people-menu_img .number {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #ffffff;
	font-size: 1.125rem;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	text-shadow: 0 3px 10px rgba(51, 51, 51, 0.1);
}

.people-menu_img .number span {
	display: block;
	font-size: 2.2222222222em;
	letter-spacing: 0.1em;
}

.people-menu_zentai {
	display: block;
}

.people-menu_box {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	width: 870px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #F7F1E3;
	border-radius: 8px;
	align-items: center;
	padding: 40px 56px 48px;
	position: relative;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.people-menu_box::after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 8px;
	background: url(../img/icon_arr_btm.svg) no-repeat center/contain;
	bottom: 13px;
	left: calc(50% - 4px);
}

.people-menu_box_text {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
}

.people-menu_box_text span {
	margin-top: 20px;
}

.people-interview {
	margin-top: 120px;
}

.people-interview_ttl {
	width: 700px;
	max-width: 100vw;
	height: 190px;
	background: #F7F1E3;
	margin-left: calc(50% - 50vw);
	padding: 40px 7.8125vw 20px;
	background-image: url(../img/people/bg_ttl_border.svg);
	background-position: left bottom;
	background-size: 100% 70px;
	background-repeat: no-repeat;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #ffffff;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	text-shadow: 0 3px 10px rgba(51, 51, 51, 0.1);
	line-height: 1;
}

.people-interview_ttl h2 {
	position: relative;
	z-index: 1;
}

.people-interview_ttl span {
	display: block;
	font-size: 2.5em;
	letter-spacing: 0.1em;
}

.people-interview_header {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-top: -150px;
}

.people-interview_header_text {
	width: 550px;
	max-width: 100%;
}

.people-interview_header_text p:first-child {
	color: #CEAB84;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-top: 60px;
	margin-bottom: 28px;
}

.people-interview_header_text p:nth-child(2) {
	font-weight: 500;
}

.people-interview_header_text p:nth-child(2) + * {
	margin-top: 20px;
}

.people-interview_header_text p:nth-child(2) span {
	font-size: 1.25em;
	display: block;
}

.people-interview_header_text .name {
	font-size: 1.75rem;
	font-weight: 500;
	margin-top: 20px;
}

.people-interview_header_text .name + * {
	margin-top: 30px;
}

.people-interview_header_text .name span {
	font-size: 1rem;
}

.people-interview_header_text .name::after {
	content: attr(data-en);
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	color: #CEAB84;
	font-family: "Montserrat", sans-serif;
}

.people-interview_header_img {
	width: 440px;
	max-width: 40.7407407407%;
	margin-right: 45px;
}

.people-interview_content h3 {
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.03em;
	line-height: 1.3333333333;
}

.people-interview_content h3 + * {
	margin-top: 20px;
}

.people-interview_content h3:nth-of-type(n+2) {
	margin-top: 80px;
}

.people-interview_content p {
	letter-spacing: 0.03em;
	line-height: 2;
}

.people-interview_content {
	padding-bottom: 45px;
}

.people-interview_content .first-content {
	margin-top: 60px;
	display: flex;
}

.people-interview_content .first-content_text {
	width: 600px;
	max-width: 100%;
}

.people-interview_content .first-content_img {
	width: 41.6666666667vw;
	margin-right: calc(50% - 50vw);
	margin-left: auto;
}

.people-interview_content .second-content {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.people-interview_content .second-content_text {
	width: 600px;
	max-width: 100%;
}

.people-interview_content .second-content_img {
	width: 41.6666666667vw;
	margin-left: calc(50% - 50vw);
	position: relative;
	height: 100%;
}

.people-interview_content .second-content_img::after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 62.5vw;
	background: url(../img/people/bg_interviewbox.svg) no-repeat top left/contain;
	z-index: -1;
}

.people-zadankai {
	padding-bottom: 120px;
}

.people-zadankai_ttlmessage {
	margin-top: -40px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	font-weight: 700;
	margin-top: 20px;
}

.people-zadankai_member {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 660px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.people-zadankai_member + * {
	margin-top: 80px;
}

.people-zadankai_memberitem {
	width: 300px;
	max-width: 100%;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.people-zadankai_memberitem .name {
	font-size: 1.5rem;
	margin-top: 5px;
	letter-spacing: 0.1em;
}

.people-zadankai_memberitem .name span {
	font-size: 0.5em;
}

.people-zadankai_memberitem .en {
	font-size: 0.75rem;
	font-family: "Montserrat", sans-serif;
	margin-top: 4px;
}

.people-zadankai_memberitem .en::before {
	content: "\f0e7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 8px;
}

.people-zadankai_memberitem:nth-child(1) .en {
	color: #EC6D81;
}

.people-zadankai_memberitem:nth-child(2) .en {
	color: #F9B903;
}

.people-zadankai_memberitem:nth-child(3) .en {
	color: #ADDEED;
}

.people-zadankai_memberitem:nth-child(4) .en {
	color: #C3C3D9;
}

.people-zadankai_content p {
	line-height: 3;
	letter-spacing: 0.03em;
}

.people-zadankai_content div + * {
	margin-top: 60px;
}

.people-zadankai .img {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}

/*
works
-----------------------------------------------------*/

.works .page-ttl_icon {
	height: 120px;
}

.works .page-ttl_icon img {
	height: 100%;
	width: auto;
}

.works-welfare {
	margin-top: 120px;
}

.works-welfare .heading-primary_message + * {
	margin-top: 80px;
}

.works-welfare_box {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
	border-bottom: 1px solid #E6CFA1;
}

.works-welfare_box + * {
	padding-top: 60px;
}

.works-welfare_box.column {
	border-bottom: none;
	flex-direction: column-reverse;
	justify-content: flex-end;
	padding-top: 0;
}

.works-welfare_box.column .heading-secondary {
	margin-bottom: 20px;
}

.works-welfare_text {
	width: 380px;
	max-width: 100%;
}

.works-welfare_img {
	width: 550px;
	max-width: 100%;
}

.works-welfare_list dt {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ceab84;
}

.works-welfare_list dt::before {
	content: "\f0e7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #f9b903;
	margin-right: 10px;
}

.works-welfare_list szs dd {
	margin-top: 10px;
	padding-left: 20px;
}

.works-welfare_list szs dd + * {
	margin-top: 40px;
}

.column .works-welfare_list szs dd + * {
	margin-top: 20px;
}

.works-voice_box {
	border: 8px solid #F7F1E3;
	padding: 60px 0 40px;
	padding-left: 21.0185185185%;
	border-radius: 100rem;
	position: relative;
}

.works-voice_box p {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 0.05em;
}

.works-voice_box p .em {
	color: #ec6d81;
	font-weight: 700;
}

.works-voice_box p .border {
	position: relative;
	display: inline-block;
}

.works-voice_box p .border::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 8px;
	background: rgba(236, 109, 129, 0.2);
	bottom: 8px;
	left: 0;
	z-index: -1;
}

.works-voice_box::before {
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 300px;
	background: url(../img/works/img_voice.png) no-repeat center/contain;
	bottom: -8px;
	left: -40px;
}

.works-voice_box::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	background: url(../img/bg_pattern_stripe.svg), linear-gradient(to right, rgba(230, 207, 161, 0.3), rgba(255, 255, 255, 0.3));
	background-repeat: repeat;
	height: 420px;
	width: 595px;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.works-voice_ttl {
	position: absolute;
	top: 0;
	left: 18.7962962963%;
	transform: translateY(-50%);
}

.works-qa {
	padding-top: 120px;
}

.works-qa_list {
	margin-top: 80px;
}

.works-qa_list dt,
.works-qa_list dd {
	padding-left: 60px;
	position: relative;
}

.works-qa_list dt::before,
.works-qa_list dd::before {
	content: "";
	width: 50px;
	height: 28px;
	background: url(../img/works/icon_fq_q.svg) no-repeat center/contain;
	top: 2px;
	left: 0;
	display: block;
	position: absolute;
}

.works-qa_list dt {
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: 0.05em;
}

.works-qa_list dd {
	letter-spacing: 0.03em;
	visibility: hidden;
	height: 0;
	transition: all 0.4s;
	opacity: 0;
}

.works-qa_list dd::before {
	background: url(../img/works/icon_fq_a.svg) no-repeat center/contain;
}

.works-qa_item {
	border: 1px solid #E6CFA1;
	padding: 40px;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
}

.works-qa_item + * {
	margin-top: 40px;
}

.works-qa_item::before,
.works-qa_item::after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	background: #E6CFA1;
	top: 55px;
	right: 40px;
	transition: transform 0.4s;
}

.works-qa_item::after {
	transform: rotate(90deg);
}

.works-qa_item.is-open dd {
	margin-top: 20px;
	height: auto;
	visibility: visible;
	opacity: 1;
}

.works-qa_item.is-open::before {
	transform: rotate(180deg);
}

.works-qa_item.is-open::after {
	transform: rotate(180deg);
	background: transparent;
}

.works-message {
	padding-top: 120px;
	padding-bottom: 120px;
}

.works-message_box {
	background-image: url(../img/about/bg_message01.svg), url(../img/about/bg_message02.svg);
	background-repeat: no-repeat, no-repeat;
	background-size: 140px 140px, 140px 140px;
	background-position: top left, bottom right;
	padding-right: 12.962962963%;
	padding-left: 12.962962963%;
	letter-spacing: 0.03em;
	line-height: 2;
}

.works-message_box p + * {
	margin-top: 1.5em;
}

/*
oneday
-----------------------------------------------------*/

.oneday-menu {
	margin-top: 150px;
}

.oneday-menu_list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.oneday-menu_list li {
	width: 330px;
	max-width: 100%;
}

.oneday-menu_item {
	display: flex;
	position: relative;
	flex-direction: column;
	border: 2px solid #F7F1E3;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	padding: 20px 0 40px;
	font-size: 1.25rem;
	letter-spacing: 0.15em;
	transition: transform 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04), box-shadow 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04);
}

.oneday-menu_item .case {
	color: #e6cfa1;
	font-family: "Montserrat", sans-serif;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 20px;
}

.oneday-menu_item .depart {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.oneday-menu_item::after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 8px;
	background: url(../img/icon_arr_btm.svg) no-repeat center/contain;
	bottom: 13px;
	left: calc(50% - 4px);
}

.oneday-menu_item:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 10px rgba(247, 241, 227, 0.8);
}

.oneday-case {
	margin-top: 120px;
	padding-bottom: 120px;
}

.oneday-case_ttl {
	background: url(../img/bg_pattern_stripe.svg), rgba(247, 241, 227, 0.5);
	background-repeat: repeat;
	position: relative;
	padding-top: 45px;
	padding-bottom: 25px;
	padding-left: 140px;
	padding-right: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.oneday-case_ttl h2 {
	font-size: 2rem;
	letter-spacing: 0.15em;
}

.oneday-case_ttl h2 span {
	display: block;
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.oneday-case_ttl p {
	font-size: 1.75rem;
	letter-spacing: 0.03em;
	color: #ceab84;
	font-weight: 500;
}

.oneday-case_ttl::before {
	content: attr(data-subttl);
	display: block;
	position: absolute;
	top: 0;
	left: 60px;
	color: #e6cfa1;
	font-size: 2.375rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	transform: translateY(-50%);
}

.oneday-case_timeline {
	margin-top: 60px;
	width: 960px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.oneday-case_timeline li {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-left: 140px;
	position: relative;
}

.oneday-case_timeline li + * {
	margin-top: 40px;
}

.oneday-case_timeline li::before,
.oneday-case_timeline li::after {
	content: "";
	display: block;
	position: absolute;
}

.oneday-case_timeline li::after {
	height: calc(100% - 50px);
	width: 4px;
	background: #F7F1E3;
	left: 90px;
	top: 70px;
}

.oneday-case_timeline li::before {
	height: 60px;
	width: 60px;
	top: 0;
	left: 90px;
	transform: translateX(-50%);
}

.oneday-case_timeline li:nth-child(1)::before {
	background: url(../img/oneday/icon_case01_timeline01.svg) no-repeat center/contain;
}

.oneday-case_timeline li:nth-child(2)::before {
	background: url(../img/oneday/icon_case01_timeline02.svg) no-repeat center/contain;
}

.oneday-case_timeline li:nth-child(3)::before {
	background: url(../img/oneday/icon_case01_timeline03.svg) no-repeat center/contain;
}

.oneday-case_timeline li:nth-child(4)::before {
	background: url(../img/oneday/icon_case01_timeline04.svg) no-repeat center/contain;
}

.oneday-case_timeline li:nth-child(5)::before {
	background: url(../img/oneday/icon_case01_timeline05.svg) no-repeat center/contain;
}

.oneday-case_timeline li:nth-child(6)::before {
	background: url(../img/oneday/icon_case01_timeline06.svg) no-repeat center/contain;
}

.oneday-case_timeline.case2 li:nth-child(1)::before {
	background: url(../img/oneday/icon_case02_timeline01.svg) no-repeat center/contain;
}

.oneday-case_timeline.case2 li:nth-child(2)::before {
	background: url(../img/oneday/icon_case02_timeline02.svg) no-repeat center/contain;
}

.oneday-case_timeline.case2 li:nth-child(3)::before {
	background: url(../img/oneday/icon_case02_timeline03.svg) no-repeat center/contain;
}

.oneday-case_timeline.case2 li:nth-child(4)::before {
	background: url(../img/oneday/icon_case02_timeline04.svg) no-repeat center/contain;
}

.oneday-case_timeline.case2 li:nth-child(5)::before {
	background: url(../img/oneday/icon_case02_timeline05.svg) no-repeat center/contain;
}

.oneday-case_timeline.case2 li:nth-child(6)::before {
	background: url(../img/oneday/icon_case02_timeline06.svg) no-repeat center/contain;
}

.oneday-case_img {
	width: 430px;
	max-width: 100%;
}

.oneday-case_text {
	width: 430px;
	max-width: 100%;
	margin-right: 20px;
	line-height: 2;
}

.oneday-case_text .time {
	font-size: 2.75rem;
	color: #ceab84;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	line-height: 1;
}

.oneday-case_text .ttl {
	font-size: 1.375rem;
	line-height: 1.0909090909;
	margin-top: 20px;
	letter-spacing: 0.03em;
	font-weight: 500;
}

.oneday-case_text .ttl + * {
	margin-top: 20px;
}

.oneday-case_private {
	width: 960px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	max-width: 88.8888888889%;
	border: 4px solid #F7F1E3;
	padding: 60px 9.6875% 60px 156px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.oneday-case_private + * {
	margin-top: 145px;
}

.oneday-case_private::before {
	content: "";
	display: block;
	position: absolute;
	width: 27px;
	height: 18px;
	position: absolute;
	background: url(../img/border_circuit01.svg) no-repeat center/contain;
	right: 70px;
	top: -11px;
}

.oneday-case_private::after {
	content: "";
	display: block;
	position: absolute;
	width: 91px;
	height: 22px;
	background: url(../img/border_circuit02.svg) no-repeat center/contain;
	bottom: -12px;
	left: 59px;
}

.oneday-case_private_ttl {
	font-size: 1.5rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: #e6cfa1;
}

.oneday-case_private_ttl::after {
	content: "";
	display: block;
	position: absolute;
	height: 190px;
	width: 1px;
	background: #CEAB84;
	top: 100%;
	left: 50%;
}

.oneday-case_private_img {
	width: 200px;
}

.oneday-case_privatetext {
	width: 470px;
	max-width: 100%;
}

.oneday-case_privatetext .ttl {
	color: #ceab84;
	font-size: 1.375rem;
	letter-spacing: 0.03em;
}

.oneday-case_privatetext p:not([class]) {
	line-height: 2;
	margin-top: 10px;
}

/*
career
-----------------------------------------------------*/

.career .page-ttl + * {
	margin-top: 150px;
}

.career-img {
	margin-top: 60px;
}

.career-certification {
	letter-spacing: 0.03em;
	padding-top: 160px;
	padding-bottom: 120px;
}

.career-certification h3 {
	margin-top: 80px;
	letter-spacing: 0.03em;
}

.career-certification_support + * {
	margin-top: 10px;
}

.career-certification_point {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.career-certification_point li {
	width: 520px;
	max-width: 100%;
}

.career-certification_listwrap + * {
	margin-top: 40px;
}

.career-certification_list li {
	padding-left: 30px;
	position: relative;
	font-size: 1.25rem;
	font-weight: 500;
}

.career-certification_list li + * {
	margin-top: 30px;
}

.career-certification_list li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	color: #e6cfa1;
}

.career-certification_message {
	margin-top: 40px;
	font-size: 1.125rem;
	letter-spacing: 0.03em;
	font-weight: 500;
}

/*
outline
-----------------------------------------------------*/

.outline-philosophy {
	padding-top: 150px;
}

.outline-philosophy_text {
	margin-top: 60px;
	font-weight: 700;
	letter-spacing: 0.048em;
	font-size: 1.375rem;
	line-height: 2.0909090909;
	text-align: center;
}

.outline-philosophy_text + * {
	margin-top: 80px;
}

.outline-philosophy_box {
	padding-left: 16.0185185185%;
	padding-top: 100px;
	padding-bottom: 100px;
}

.outline-philosophy_list li {
	font-size: 1.125rem;
	letter-spacing: 0.03em;
	display: flex;
	align-items: center;
}

.outline-philosophy_list li + * {
	margin-top: 24px;
}

.outline-philosophy_list .ttl {
	font-size: 1.1578947368em;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-right: 32px;
	width: 103px;
	height: 103px;
	background: url(../img/outline/bg_circle_y.svg) no-repeat center/contain;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-left: 6px;
	padding-bottom: 4px;
}

.outline-philosophy_list .ttl.bg_b {
	background: url(../img/outline/bg_circle_b.svg) no-repeat center/contain;
}

.outline-philosophy_list .ttl.bg_p {
	background: url(../img/outline/bg_circle_p.svg) no-repeat center/contain;
}

.outline-about {
	padding-top: 120px;
}

.outline-about_list {
	padding-bottom: 40px;
	width: 760px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.outline-about_list:not(:last-child) {
	border-bottom: 1px solid #281E1E;
}

.outline-about_list + * {
	margin-top: 45px;
}

.outline-about_list dt {
	line-height: 2.875;
}

.outline-about_list dd {
	line-height: 2.875;
}

.outline-history {
	padding-top: 120px;
}

.outline-history_list {
	width: 760px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.outline-history_list dt {
	line-height: 2.875;
}

.outline-history_list dd {
	line-height: 2.875;
}

.outline-cta {
	padding: 120px 0;
}

.outline-cta_list {
	display: flex;
	justify-content: space-between;
}

.outline-cta_list li {
	width: calc(33.3% - 22px);
}

.outline-cta_listitem {
	background: #F7F1E3;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	position: relative;
}

.outline-cta_listitem img {
	height: 117px;
	width: auto;
}

.outline-cta_listitem .c-btn-round {
	margin-top: 12px;
}

.outline-cta_listitem .c-btn-round a {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 10px;
	border: none;
}

.outline-cta_listitem .c-btn-round a::after {
	width: 1em;
	height: 1em;
	top: 2px;
}

.outline-cta_listitem a::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

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

.recruit .page-ttl {
	padding-top: 18px;
}

.recruit .page-ttl_logo {
	margin-top: 25px;
}

.recruit-requirement {
	padding-top: 150px;
	padding-bottom: 120px;
}

.recruit-requirement .heading-primary {
	margin-bottom: 0;
}

.recruit-requirement_lead {
	text-align: center;
	font-size: 1.25rem;
	letter-spacing: 0.03em;
	line-height: 2.3;
}

.recruit-requirement_lead a:not([href^="tel:"]) {
	display: inline-block;
	position: relative;
}

.recruit-requirement_lead a:not([href^="tel:"])::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #281E1E;
	left: 0;
	bottom: 2px;
}

.recruit-requirement_lead a:not([href^="tel:"]):hover::after {
	animation: borderAnimation 1s forwards;
}

.recruit-requirement_tel {
	display: block;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046em;
	font-size: 2.875rem;
	margin-top: 20px;
}

.recruit-requirement_tel .tel-txt {
	font-size: 0.6956521739em;
}

.recruit-requirement_tel .fz-small {
	display: block;
	font-weight: normal;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 0.4347826087em;
	line-height: 2.4;
	letter-spacing: 0.1em;
	margin-top: -30px;
}

.recruit-nav_list {
	padding-top: 100px;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.recruit-nav_list li a {
	display: flex;
	position: relative;
	flex-direction: column;
	border: 2px solid #F7F1E3;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	padding: 20px 0 40px;
	font-size: 1.25rem;
	letter-spacing: 0.15em;
	transition: transform 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04), box-shadow 0.3s cubic-bezier(0.01, 0.58, 0.63, 1.04);
	background: #fff;
	min-width: 200px;
}

.recruit-nav_list li a:hover {
	transform: translateY(-5px);
}

.recruit-nav_list li a::after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	height: 8px;
	background: url(../img/icon_arr_btm.svg) no-repeat center/contain;
	bottom: 13px;
	left: calc(50% - 4px);
}

.recruit-nav_itemttl {
	font-size: 1.625rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.recruit-nav_itemsubttl {
	font-size: 1.125rem;
	letter-spacing: 0.15em;
}

.recruit-about {
	padding: 120px 0;
}

.recruit-about .l-inner {
	width: 860px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.recruit-about_ttl {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.recruit-about_ttl > span:not([class]) {
	z-index: 1;
	display: inline-block;
	background: #534B4B;
	border-radius: 4px;
	padding: 20px 60px;
	color: #ffffff;
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.recruit-about_ttl > span:not([class])::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	border: 4px solid #ADDEED;
	opacity: 0.5;
	border-radius: 4px;
	position: absolute;
	bottom: -14px;
	left: 14px;
	z-index: -1;
}

.recruit-about_ttl .small {
	color: #fff;
	font-size: 1.375rem;
	font-weight: bold;
	margin-left: 36px;
}

.recruit-about_item + .recruit-about_item {
	margin-top: 100px;
}

.recruit-about_list {
	width: 100%;
	margin-top: 55px;
}

.recruit-about_listitem {
	background: #ffffff;
}

.recruit-about_listitem + * {
	margin-top: 6px;
}

.recruit-about_listitem:nth-child(even) {
	background: #fffcf5;
}

.recruit-about_listitem dt,
.recruit-about_listitem dd {
	font-size: 1.125rem;
	padding: 20px 30px;
}

.recruit-about_listitem dt {
	font-weight: bold;
	flex-shrink: 0;
	letter-spacing: 0.18em;
}

.recruit-about_listitem dd {
	letter-spacing: 0.03em;
}

.recruit-about_listitem dd a {
	text-decoration: underline;
}

.recruit-contact {
	padding: 120px 0;
}

.recruit-contact_ttl {
	font-size: 2.25rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

.recruit-contact .c-box-round {
	text-align: center;
}

.recruit-contact .c-box-round .recruit-requirement_tel .fz-small {
	margin-top: -20px;
}

.recruit-contact .top-links {
	padding-top: 0;
	padding-bottom: 120px;
}

.recruit-contact_btn a {
	border-color: #FF7643;
	color: #FF7643;
	width: 290px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 14px 0;
}

.recruit-contact_btn a::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/icon_arr_or.svg) no-repeat center/contain;
	position: relative;
	top: 2px;
	margin-left: 14px;
}

.scroll {
	transition: all 0.3s ease-in-out;
}

.scroll[data-duration=fast] {
	transition-duration: 0.3s;
}

.scroll[data-duration=normal] {
	transition-duration: 0.3s;
}

.scroll[data-duration=slow] {
	transition-duration: 2s;
}

.scroll[data-type~=fadeIn].is-scrollReady {
	opacity: 0;
}

.scroll[data-type~=fadeIn].is-scrollActive {
	opacity: 1;
}

.scroll[data-type~=slideUpIn].is-scrollReady {
	opacity: 0;
	transform: translateY(2.5rem);
}

.scroll[data-type~=slideUpIn].is-scrollActive {
	opacity: 1;
	transform: translateY(0);
}

.scroll[data-type~=slideDownIn].is-scrollReady {
	opacity: 0;
	transform: translateY(-2.5rem);
}

.scroll[data-type~=slideDownIn].is-scrollActive {
	opacity: 1;
	transform: translateY(0);
}

.scroll[data-type~=slideLeftIn].is-scrollReady {
	opacity: 0;
	transform: translateX(2.5rem);
}

.scroll[data-type~=slideLeftIn].is-scrollActive {
	opacity: 1;
	transform: translateX(0);
}

.scroll[data-type~=slideRightIn].is-scrollReady {
	opacity: 0;
	transform: translateX(-2.5rem);
}

.scroll[data-type~=slideRightIn].is-scrollActive {
	opacity: 1;
	transform: translateX(0);
}

.scroll[data-type~=zoomIn].is-scrollReady {
	opacity: 0;
	transform-origin: bottom;
	transform: scale(0.95) translateY(50px);
}

.scroll[data-type~=zoomIn].is-scrollActive {
	opacity: 1;
	transform: scale(1) translateY(0);
}

.scroll[data-type~=textClosing].is-scrollReady {
	letter-spacing: 0.1em;
}

.scroll[data-type~=textClosing].is-scrollActive {
	letter-spacing: inherit;
}

.top-mv_message span {
	position: relative;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.5s 0.75s ease-in-out;
}

.top-mv_message span::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	transition: transform 0.5s 1.25s ease-in-out;
	left: 0;
}

.top-mv_message span:nth-child(2)::before {
	transition-delay: 1.5s;
}

.top-mv_copy {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.is-loaded .top-mv_copy {
	opacity: 1;
}

.is-loaded .top-mv_message span {
	opacity: 1;
}

.is-loaded .top-mv_message span::before {
	transform: translateX(150%);
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}

.txt-center {
	text-align: center;
}

.u-bg_main {
	background: #FBF8F1;
}

.u-bg_pattern {
	background-color: rgba(222, 215, 215, 0.17);
	background-image: url(../img/bg_pattern.svg);
}

.fw-bold {
	font-weight: bold;
}

.sp-db {
	display: none;
}

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

.footer-contact_form {
	margin-right: 40px;
}

.globalnav-secondlist li {
	text-align: center;
}

.btn-hamburger::after {
	content: "MENU";
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.24em;
	font-size: 0.875rem;
	color: #ffffff;
	bottom: 12px;
	line-height: 1;
	position: absolute;
	text-align: center;
	display: block;
	right: 0;
	left: 0;
}

.btn-pagetop:hover {
	transform: translateY(-10px);
}

.top-mv_message span + * {
	margin-top: 20px;
}

.top-contents_block_img.reverse {
	grid-template-columns: 1fr 800px;
	grid-template-areas: "icon large-img" "word large-img";
}

.top-news .top-sec_ttl {
	top: 130px;
}

.top-news .top-sec_ttl::after {
	height: 120px;
}

.top-access .top-sec_ttl {
	top: 140px;
}

.top-access .top-sec_ttl::after {
	height: 120px;
}

.top-sec_ttl {
	writing-mode: vertical-rl;
}

.top-sec_ttl::after {
	content: "";
	display: block;
	height: 250px;
	width: 1px;
	background: #281E1E;
	margin-top: 10px;
}

.top-contents_block.about .top-contents_block_img .top-contents_icon {
	margin-top: 60px;
}

.top-contents_block.about .top-contents_block_img p {
	position: absolute;
	width: 270px;
	max-width: none;
	margin-top: 20px;
	margin-left: -10px;
}

.top-contents_block.people .top-contents_block_img .top-contents_icon {
	margin-top: 25px;
}

.top-contents_block.people .top-contents_block_img p img {
	position: absolute;
	top: 230px;
	width: 184px;
	left: 34px;
}

.top-contents_block.work .top-contents_block_img .top-contents_icon {
	margin-top: 40px;
}

.top-contents_block.work .top-contents_block_img p {
	position: absolute;
	top: 19px;
	left: -12px;
}

.people-menu_item:hover {
	transform: translateY(-10px);
	box-shadow: rgba(247, 241, 227, 0.5);
}

.people-menu_box:hover {
	transform: translateY(-10px);
	box-shadow: rgba(247, 241, 227, 0.5);
}

.people-zadankai_memberitem:nth-child(n+3) {
	margin-top: 45px;
}

.works-welfare_flexwrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.works-welfare_box.column .works-welfare_text {
	margin-top: 10px;
}

.works-welfare_box.column {
	width: calc(50% - 20px);
}

.oneday-menu_list li:first-child {
	margin-right: 60px;
}

.oneday-case_private_ttl {
	position: absolute;
	top: 40px;
	left: 5.2083333333%;
	writing-mode: vertical-rl;
}

.career-certification_listwrap {
	display: flex;
}

.career-certification_listwrap > * {
	width: 50%;
}

.recruit-about_listitem {
	display: flex;
}

.recruit-about_listitem dt {
	width: 180px;
}

}

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

.l-inner {
	padding: 0 20px;
}

}

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

body {
	font-size: 3.75vw;
}

.footer-inner {
	flex-direction: column;
	padding: 60px 20px 0;
}

.footer-nav {
	flex-direction: column;
	max-width: 100%;
}

.footer-nav_list.small li {
	font-size: 3.5vw;
}

.footer-nav_sublist li {
	font-size: 3.5vw;
}

.footer-contact {
	flex-direction: column;
	min-width: 0;
	width: 100%;
}

.footer-contact_form a {
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	padding: 20px 0;
}

.footer-info {
	margin-top: 60px;
	padding-bottom: 60px;
}

.footer-logo {
	margin-right: auto;
	margin-left: auto;
	width: 272px;
}

.btn-cta {
	width: 78vw;
	bottom: -1.25vw;
	right: -1.75vw;
}

.header {
	padding-left: 15px;
	height: 60px;
}

.header-logo {
	width: 260px;
	max-width: 55%;
}

.globalnav {
	width: 80%;
	padding-top: 60px;
}

.globalnav-list {
	width: 100%;
	border-top: 1px solid #fff;
}

.globalnav-list > li {
	border-bottom: 1px solid #fff;
}

.globalnav-list > li:not([class=has-subnav])::after {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 13px;
	background: url(../img/icon_glonav_arr.svg) no-repeat center/contain;
	top: calc(50% - 6px);
	right: 36px;
}

.globalnav-list a {
	font-weight: 500;
	text-align: left;
	padding: 25px 20px;
	font-size: 4.5vw;
}

.globalnav-contact {
	width: calc(100% - 40px);
	margin-top: 25px;
	margin-left: 20px;
}

.globalnav-contact + * {
	margin-top: 25px;
}

.globalnav-contact a {
	font-size: 0.9375rem;
}

.globalnav-sublist a {
	padding: 0;
	font-size: 0.875rem;
}

.btn-hamburger {
	width: 60px;
	height: 60px;
}

.c-btn-normal.with-arr a::after {
	width: 20px;
	height: 20px;
}

.c-btn-normal.pdf-dl a::before {
	width: 6.6666666667vw;
	height: 12.5333333333vw;
	margin-right: 2.6666666667vw;
}

.c-btn-normal.pdf-dl a::after {
	width: 6.6666666667vw;
	height: 6.6666666667vw;
	margin-left: 2.6666666667vw;
}

.c-btn-round.with-arr a::after {
	width: 20px;
	height: 20px;
}

.c-menu_list {
	flex-direction: column;
}

.c-menu_list li {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.c-menu_list li + * {
	margin-top: 40px;
}

.c-menu_list li a {
	font-size: 1.25rem;
	width: 320px;
	height: 320px;
	margin-right: auto;
	margin-left: auto;
}

.c-menu_list li a {
	width: 280px;
	height: 280px;
}

.c-menu_list li.requirement a::before {
	height: 130px;
	margin-bottom: 30px;
	margin-top: 0;
}

.c-menu_list li.oneday a::before {
	height: 80px;
}

.c-dllist_item {
	flex-direction: column;
}

.c-dllist_item dt,
.c-dllist_item dd {
	width: 100%;
}

.heading-primary {
	font-size: 1.75rem;
}

.heading-secondary {
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.page-cta {
	padding: 40px 15px;
}

.btn-pagetop {
	width: 12.5vw;
	height: 12.5vw;
	bottom: 2.5vw;
	right: 2.5vw;
}

.top-mv {
	height: 95.25vw;
	background: url(../img/top/mv_mainbg_sp.jpg) no-repeat center/cover;
}

.top-mv + * {
	margin-top: 40vw;
}

.top-mv::before {
	width: 250vw;
	height: 70.75vw;
	top: 87.5vw;
	left: auto;
	right: -21.5vw;
}

.top-mv::after {
	width: 71.25vw;
	height: 13vw;
	top: calc(100% + 30vw);
}

.top-mv_copy {
	bottom: -22.5vw;
	right: 20px;
	width: 68.5vw;
}

.top-mv_message {
	writing-mode: vertical-rl;
	bottom: auto;
	left: 20px;
	top: 20px;
}

.top-mv_message span {
	font-size: 4.5vw;
	padding: 10px 8px;
}

.top-mv_message span + * {
	margin-right: 10px;
}

.top-message {
	padding-top: 60px;
	font-size: 4.5vw;
}

.top-message_maincopy {
	font-size: 1.75rem;
}

.top-message_maincopy + * {
	margin-top: 15px;
}

.top-message_para {
	text-align: left;
	padding: 0 30px;
}

.top-message_ttl {
	margin-top: 80px;
	height: 30px;
}

.top-message_ttl img {
	height: 100%;
	width: auto;
}

.top-message_moviewrap {
	padding: 0 20px;
	padding-bottom: 25vw;
	background-size: 116.25vw auto;
	background-position: bottom -5vw left;
}

.top-message_youtube {
	padding: 5.75vw 13.75vw 9.3333333333vw;
	height: 49vw;
}

.top-message_youtube iframe {
	width: 100%;
	height: 100%;
}

.top-message_youtube::after {
	width: 150px;
	height: 145px;
	right: 5vw;
	bottom: -32vw;
}

.top-contents {
	padding: 80px 0;
}

.top-contents_ttl {
	font-size: 6.5vw;
}

.top-contents_ttl a::after {
	top: 0.75vw;
	margin-left: 30px;
}

.top-contents_block.about::before {
	width: 484vw;
	height: 57.75vw;
	top: auto;
	bottom: -12.5vw;
	left: auto;
	right: -36.25vw;
}

.top-contents_block_img {
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "large-img large-img" "icon word";
	grid-column-gap: 0;
}

.top-contents_block_img.reverse {
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "large-img large-img" "word icon";
	grid-column-gap: 0;
}

.top-contents_block_img .top-contents_icon {
	padding: 0 20px;
	margin-top: -60px;
	position: relative;
	z-index: 1;
}

.top-contents_block_img p {
	margin-top: -30px;
	position: relative;
	z-index: 1;
}

.top-contents_block_text {
	font-size: 1rem;
}

.top-contents_img::before {
	width: 57.5vw;
	height: 4.5vw;
	background: url(../img/top/work_img_arr_sp.png) no-repeat right center/100% auto;
	right: 50%;
	bottom: -70px;
}

.reverse .top-contents_img::before {
	width: 57.5vw;
	height: 4.5vw;
	background: url(../img/top/work_img_arr_2_sp.png) no-repeat right center/100% auto;
	left: 50%;
	bottom: -70px;
}

.top-contents_menu .c-btn-round {
	margin-top: 60px;
}

.top-contents_menu .c-btn-round + * {
	margin-top: 60px;
}

.top-contents_menu .c-btn-round a {
	font-size: 1.25rem;
	padding: 20px 0;
}

.top-contents_menu_list {
	flex-direction: column;
}

.top-contents_menu_list li {
	width: 100%;
	text-align: center;
}

.top-contents_menu_list li + * {
	margin-top: 40px;
}

.top-links .c-btn-normal a {
	font-size: 1.125rem;
	padding: 30px 0;
}

.top-news_list_inner {
	flex-direction: column;
}

.top-news_list dt {
	width: 100%;
}

.top-news_list dd {
	width: 100%;
}

.top-access {
	text-align: left;
}

.top-sec_ttl {
	font-size: 0.875rem;
	text-align: center;
	display: block;
	margin-top: -30px;
	margin-bottom: 40px;
	position: relative;
	top: 0;
	left: 0;
}

.top-sec_ttl::after {
	content: "";
	display: block;
	position: absolute;
	width: 61.25vw;
	top: 50%;
	left: 65vw;
	height: 1px;
	background: #281E1E;
}

.page-ttl {
	height: 43.75vw;
}

.page-ttl_logo {
	margin-top: 20px;
}

.page-ttl_logo img {
	height: 12.5vw;
}

.page-ttl_logo::before {
	font-size: 15.7004830918vw;
	bottom: -2.6570048309vw;
}

.page-ttl_icon {
	width: 30vw;
	margin-right: auto;
	margin-left: auto;
}

.page-img {
	width: 100%;
	margin-top: 60px;
	margin-top: 20vw;
	padding-bottom: 60px;
}

.about .page-ttl_icon {
	width: 20vw;
}

.about .page-ttl_logo {
	margin-top: 5vw;
}

.about .page-ttl_logo img {
	height: 20vw;
	margin-right: auto;
	margin-left: auto;
}

.about-message {
	padding: 40px 3%;
	border-width: 6px;
	background-size: 22.5vw 22.5vw, 22.5vw 22.5vw;
	border-radius: 5vw;
}

.about-message_copy {
	font-size: 1.125rem;
}

.about-message_president {
	font-size: 0.875rem;
}

.about-message_name {
	font-size: 1.125rem;
}

.about-business_menu {
	flex-direction: column;
}

.about-business_menu li {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.about-business_menu li + * {
	margin-top: 20px;
}

.about-business_menu li a {
	font-size: 3.75vw;
	padding: 20px 0 30px;
	height: 100%;
}

.about-business_sec {
	margin-right: 0;
	margin-left: auto;
	max-width: 82.5vw;
	padding: 60px 5vw 5vw;
}

.about-business_sec::before {
	right: 10vw;
}

.about-business_ttl {
	left: -8vw;
}

.about-business_ttl > span:not([class]) {
	font-size: 1.375rem;
	padding: 2.5vw 2.5vw;
}

.about-business_ttl .bg {
	top: 2.5vw;
	left: 2.5vw;
}

.about-business_ttl .bg svg {
	height: 50px;
}

#sec01 .about-business_ttl .bg svg {
	width: 215px;
}

#sec02 .about-business_ttl .bg svg {
	width: 286px;
}

#sec03 .about-business_ttl .bg svg {
	width: 310px;
}

.about-business_list li {
	font-size: 1rem;
}

.about-business_list li + * {
	margin-top: 10px;
}

.about-business_boxbg {
	padding: 20px;
	margin-top: 30px;
	flex-direction: column;
}

.about-business_copy {
	font-size: 1.125rem;
}

.about-business_img {
	margin-top: 30px;
	text-align: center;
}

.about-works_box {
	padding: 40px 20px;
}

.about-works_list li {
	font-size: 0.875rem;
	width: 100%;
	margin-bottom: 40px;
}

.people .page-ttl_icon {
	width: 21.25vw;
}

.people .page-ttl_logo img {
	height: 20vw;
	margin-right: auto;
	margin-left: auto;
}

.people-menu_list {
	flex-direction: column;
}

.people-menu_list li {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.people-menu_list li + * {
	margin-top: 20px;
}

.people-menu_box {
	margin-top: 40px;
	padding: 20px 5vw;
	flex-direction: column;
}

.people-menu_box .people-menu_zadankai_img {
	margin-top: 20px;
}

.people-interview {
	margin-top: 60px;
}

.people-interview_ttl {
	font-size: 7vw;
}

.people-interview_header {
	flex-direction: column-reverse;
}

.people-interview_header_text p:first-child {
	font-size: 7vw;
}

.people-interview_header_text .name {
	font-size: 6vw;
}

.people-interview_header_img {
	max-width: 65%;
	margin-right: 0;
	margin-left: auto;
	position: relative;
	top: 10vw;
}

.people-interview_content h3 {
	font-size: 5vw;
}

.people-interview_content h3:nth-of-type(n+2) {
	margin-top: 10vw;
}

.people-interview_content .first-content_text {
	margin-top: 30px;
}

.people-interview_content .first-content_img {
	width: 100%;
}

.people-interview_content .first-content {
	flex-direction: column-reverse;
}

.people-interview_content .second-content {
	flex-direction: column;
}

.people-interview_content .second-content_text {
	margin-top: 30px;
}

.people-interview_content .second-content_img {
	width: 100%;
}

.people-zadankai {
	padding-bottom: 15vw;
}

.people-zadankai_ttl img {
	height: 75vw;
	-o-object-fit: cover;
	object-fit: cover;
}

.people-zadankai_ttlmessage {
	font-size: 4.5vw;
	position: absolute;
	width: 100%;
	top: calc(100% + 12.5vw);
}

.people-zadankai_member {
	margin-top: 40px;
}

.people-zadankai_member + * {
	margin-top: 40px;
}

.people-zadankai_memberitem + * {
	margin-top: 30px;
}

.people-zadankai_content p {
	line-height: 2.5;
}

.people-zadankai_content div + * {
	margin-top: 30px;
}

.people-zadankai .img {
	margin-top: 7.5vw;
	margin-bottom: 7.5vw;
}

.people-zadankai .img.large {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.works .page-ttl_icon {
	height: 20vw;
}

.works .page-ttl_logo {
	margin-top: 7.5vw;
}

.works .page-ttl_logo img {
	height: 7.5vw;
}

.works .heading-primary {
	margin-bottom: 7.5vw;
}

.works .heading-primary_message {
	margin-top: 7.5vw;
	font-size: 4vw;
}

.works-welfare .heading-primary_message + * {
	margin-top: 12.5vw;
}

.works-welfare_box {
	flex-direction: column-reverse;
	border: none;
	padding-bottom: 10vw;
}

.works-welfare_box + * {
	padding-top: 0;
}

.works-welfare_box .heading-secondary {
	margin-top: 10px;
	margin-bottom: 10px;
}

.works-welfare_box.column .heading-secondary {
	margin-bottom: 10px;
}

.works-welfare_list dt {
	font-size: 4.25vw;
}

.works-welfare_list szs dd {
	margin-top: 1.25vw;
}

.works-welfare_list szs dd + * {
	margin-top: 5vw;
}

.works-voice {
	margin-top: 25vw;
	padding-bottom: 37.5vw;
}

.works-voice_box {
	border-width: 4px;
	padding: 12.5vw 6.25vw 6.25vw 15vw;
}

.works-voice_box p {
	font-size: 3.75vw;
	letter-spacing: 0.05em;
}

.works-voice_box::before {
	width: 37.5vw;
	height: 62.5vw;
	top: calc(100% - 10.6666666667vw);
	left: 50%;
	transform: translate(-50%, 0);
}

.works-voice_ttl {
	height: 12.5vw;
}

.works-voice_ttl img {
	height: 100%;
	width: auto;
}

.works-qa_list dt,
.works-qa_list dd {
	padding-left: 12.5vw;
}

.works-qa_list dt::before,
.works-qa_list dd::before {
	width: 10vw;
}

.works-qa_list dt {
	font-size: 4vw;
}

.works-qa_item {
	padding: 5vw;
}

.works-qa_item + * {
	margin-top: 5vw;
}

.works-qa_item::before,
.works-qa_item::after {
	width: 3.75vw;
	top: 7.5vw;
	right: 3.75vw;
}

.works-message_box {
	padding: 40px 3% 40px 4%;
	border-width: 6px;
	background-size: 22.5vw 22.5vw, 22.5vw 22.5vw;
	border-radius: 5vw;
}

.oneday .page-ttl_icon {
	width: 20.75vw;
}

.oneday-menu {
	margin-top: 17.5vw;
}

.oneday-menu_list li + * {
	margin-top: 20px;
}

.oneday-case_ttl {
	flex-direction: column;
	padding-left: 7.5vw;
	padding-right: 5vw;
	align-items: flex-start;
}

.oneday-case_ttl h2 {
	font-size: 7vw;
}

.oneday-case_ttl p {
	font-size: 5vw;
}

.oneday-case_ttl::before {
	left: 7.5vw;
}

.oneday-case_timeline li {
	flex-direction: column;
	padding-left: 15vw;
}

.oneday-case_timeline li::after {
	left: 5vw;
	top: 12.5vw;
}

.oneday-case_timeline li::before {
	width: 10vw;
	height: 10vw;
	left: 5vw;
}

.oneday-case_private {
	margin-right: 0;
	margin-left: auto;
	max-width: 82.5vw;
	padding: 40px 5vw 5vw;
	flex-direction: column;
	align-items: flex-start;
}

.oneday-case_private::before {
	right: 10vw;
}

.oneday-case_private_ttl {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.oneday-case_private_ttl::after {
	width: 100px;
	max-width: 100%;
	height: 1px;
	top: 50%;
	left: 100%;
}

.oneday-case_private_img {
	margin-top: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.career .page-ttl + * {
	margin-top: 70px;
}

.career .page-ttl_icon {
	width: 21.25vw;
}

.career .page-ttl_logo img {
	height: 16vw;
	margin-right: auto;
	margin-left: auto;
}

.career-certification {
	padding-top: 80px;
	padding-bottom: 60px;
}

.career-certification_point {
	flex-direction: column;
}

.career-certification_point li + * {
	margin-top: 20px;
}

.career-certification_list + * {
	margin-top: 20px;
}

.career-certification_list li {
	font-size: 1rem;
}

.career-certification_list li + * {
	margin-top: 20px;
}

.outline .page-ttl_icon {
	width: 20.5vw;
}

.outline-philosophy {
	padding-top: 80px;
}

.outline-philosophy .heading-secondary {
	text-align: center;
}

.outline-philosophy_text {
	font-size: 4vw;
	margin-top: 30px;
}

.outline-philosophy_box {
	border-width: 2vw;
	border-radius: 5vw;
	padding: 50px 5vw;
}

.outline-philosophy_list li {
	margin-top: 40px;
	flex-direction: column;
	font-size: 4vw;
	text-align: center;
}

.outline-philosophy_list li + * {
	margin-top: 40px;
}

.outline-philosophy_list .ttl {
	width: 22.5vw;
	height: 22.5vw;
	font-size: 4.5vw;
	margin-right: 0;
	margin-bottom: 10px;
}

.outline-about {
	padding-top: 60px;
}

.outline-about_list {
	padding-bottom: 5vw;
}

.outline-about_list + * {
	margin-top: 5vw;
}

.outline-about_list dt {
	font-weight: 700;
	font-size: 4vw;
}

.outline-about_list dd {
	line-height: 2;
}

.outline-about_list .btn-gmap {
	display: block;
	margin-left: 0;
}

.outline-history {
	padding-top: 60px;
}

.outline-history_list {
	padding-bottom: 5vw;
}

.outline-history_list + * {
	margin-top: 5vw;
}

.outline-history_list dt {
	font-weight: 700;
	font-size: 4vw;
}

.outline-history_list dd {
	line-height: 2;
}

.outline-cta {
	padding-top: 60px;
	padding-bottom: 60px;
}

.outline-cta_list {
	flex-direction: column;
}

.outline-cta_list li {
	width: 100%;
}

.outline-cta_list li + * {
	margin-top: 20px;
}

.recruit-requirement {
	padding-top: 70px;
	padding-bottom: 0;
}

.recruit-requirement .top-links {
	padding: 60px 0;
}

.recruit-requirement_lead {
	font-size: 1rem;
}

.recruit-requirement_tel {
	font-size: 7.5vw;
}

.recruit-requirement_tel .fz-small {
	margin-top: -20px;
}

.recruit-requirement .top-links .c-btn-normal a {
	font-size: 0.875rem;
}

.recruit-nav_list {
	gap: 1.25vw;
}

.recruit-nav_list li {
	flex: 1;
}

.recruit-nav_list li a {
	font-size: 0.75rem;
	padding: 3.75vw 0 7.5vw;
	min-width: 0;
}

.recruit-nav_itemttl {
	font-size: 1.125rem;
}

.recruit-nav_itemsubttl {
	font-size: 0.75rem;
}

.recruit-about {
	padding: 60px 0;
}

.recruit-about_ttl > span:not([class]) {
	font-size: 1.375rem;
	padding: 2.5vw 2.5vw;
}

.recruit-about_ttl .small {
	margin-left: 20px;
	font-size: 1.125rem;
}

.recruit-about_item + .recruit-about_item {
	margin-top: 60px;
}

.recruit-about_listitem dt,
.recruit-about_listitem dd {
	padding: 14px 1em;
	font-size: 1rem;
}

.recruit-about_listitem dt {
	padding-bottom: 0;
}

.recruit-contact {
	padding: 60px 0;
}

.recruit-contact_ttl {
	font-size: 1.5rem;
}

.recruit-contact .c-box-round .recruit-requirement_tel .fz-small {
	margin-top: -10px;
}

.recruit-contact .c-box-round {
	padding: 40px 20px;
	border-width: 6px;
	border-radius: 20px;
}

.recruit-contact .top-links {
	padding-bottom: 60px;
}

.recruit-contact .recruit-requirement_tel .fz-small {
	margin-top: 0;
}

.is-loaded .top-mv_message span::before {
	transform: translateY(150%);
}

.sp-db {
	display: block;
}

.pc-db {
	display: none;
}

}

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

.people-zadankai_ttl img {
	height: auto;
	width: 100%;
}

}

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

.about-business_ttl > span:not([class]) {
	font-size: 1.125rem;
}

.about-business_ttl .bg svg {
	height: 50px;
}

#sec01 .about-business_ttl .bg svg {
	width: 175px;
}

#sec02 .about-business_ttl .bg svg {
	width: 233px;
}

#sec03 .about-business_ttl .bg svg {
	width: 253px;
}

.recruit-about_ttl > span:not([class]) {
	font-size: 1.125rem;
}

}

@keyframes borderAnimation {

0% {
	width: 0;
}

100% {
	width: 100%;
}

}

