/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

html {
	font-size: 16px;
}

body {
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
	color: #231815;
	/* font-family: "UD新ゴ R", "UD Shin Go Regular", "メイリオ", "Meiryo", sans-serif !important; */
	font-family: "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "UD新ゴ R", "UD Shin Go Regular", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}

main,
.fl-content-full.container,
.container {
	margin-top: 6.6875rem !important;
}

/* link */

/* ============================================ */

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

button:hover {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	border: none;
	color: #000;
	color: initial;
}

button:focus {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	border: none;
	color: #000;
	color: initial;
}

/* img */

/* ============================================ */

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

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

h1.wp-block-heading {
	font-size: 1.5rem;
	font-weight: revert;
	margin: 0;
}

h2.wp-block-heading {
	font-size: 1.5rem;
	font-weight: revert;
	margin: 0;
}

h3.wp-block-heading {
	font-size: 1.4rem;
	font-weight: revert;
	margin: 0;
}

h4.wp-block-heading {
	font-size: 1.3rem;
	font-weight: revert;
	margin: 0;
}

h5.wp-block-heading {
	font-size: 1.2rem;
	font-weight: revert;
	margin: 0;
}

h6.wp-block-heading {
	font-size: 1.1rem;
	font-weight: revert;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

.inview,
.inview2,
.inview300,
.inview500,
.inview700,
.inview_init {
	opacity: 0;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.inview_up,
.inview_up200,
.inview_up300,
.inview_up400,
.inview_up500,
.inview_up600,
.inview_up700,
.inview_up900,
.inview_up1200 {
	-webkit-transform: translate(0, 15px);
	opacity: 0;
	transform: translate(0, 15px);
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	will-change: transform;
}

.inview_left,
.inview_left200,
.inview_left300,
.inview_left400,
.inview_left500,
.inview_left600,
.inview_left700,
.inview_left900,
.inview_left1200 {
	-webkit-transform: translate(-15px, 0);
	opacity: 0;
	transform: translate(-15px, 0);
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	will-change: transform;
}

.inview_right,
.inview_right200,
.inview_right300,
.inview_right400,
.inview_right500,
.inview_right600,
.inview_right700,
.inview_right900,
.inview_right1200 {
	-webkit-transform: translate(15px, 0);
	opacity: 0;
	transform: translate(15px, 0);
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	will-change: transform;
}

.inview_action {
	opacity: 1;
}

.inview_up_action {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transform: rotate(0.0001deg);
	        transform: rotate(0.0001deg);
}

.inview_left_action {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transform: rotate(0.0001deg);
	        transform: rotate(0.0001deg);
}

.inview_right_action {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transform: rotate(0.0001deg);
	        transform: rotate(0.0001deg);
}

.zoom,
.zoom2,
.zoom3 {
	opacity: 0;
}

.zoom.popup.is-animated,
.zoom2.popup.is-animated,
.zoom3.popup.is-animated {
	-webkit-animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
	        animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

.js-header__nav-list-link-btn {
	display: none;
}

.l-body {
	padding-bottom: 6.25rem;
	padding-top: 3.875rem;
}

.l-footer__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 auto;
	max-width: 75rem;
	padding: 0.9375rem 1.875rem;
}

.l-footer__logo {
	display: block;
	margin-bottom: 1.1875rem;
	/* width: 17.6875rem; */
	width: 10.9375rem;
}

.l-footer__address-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.625rem 1.875rem;
}

.l-footer__address {
	font-size: 0.875rem;
	line-height: 1.7;
}

.l-footer__btn {
	height: 2.3125rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 2.3125rem;
}

.l-footer__btn:hover {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.l-footer__nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	list-style: none;
}

.l-footer__nav-item {
	margin-right: 15px;
}

.l-footer__copy {
	font-size: 8px;
	margin-top: auto;
}

.l-header {
	background-color: #fff;
	border-bottom: 0.3125rem solid #FF691E;
	overflow: hidden;
	position: fixed;
	top: 0;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
	width: 100%;
	z-index: 100;
}

.l-header__inner {
	margin: 0 auto;
	max-width: 75rem;
	position: relative;
	width: 100%;
}

.l-header__wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1.75rem 1.875rem 1.3125rem;
}

.l-header__logo {
	height: auto;
	width: 10.9375rem;
}

.l-header .l-header__contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
}

.l-header .l-header__contact-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
}

.l-header__phone {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #FF691E;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 1.875rem;
	font-weight: bold;
	gap: 0.5rem;
	line-height: 1;
	padding-bottom: 0.1875rem;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-header__phone:hover {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.l-header__phone img {
	height: 3.125rem;
	width: 3.125rem;
}

.l-header__mail {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25rem;
	font-weight: 500;
	gap: 0.5rem;
	padding-bottom: 0.1875rem;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.l-header__mail:hover {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.l-header__mail img {
	height: 3.125rem;
	width: 3.125rem;
}

.l-header__mail br {
	display: block;
}

.l-header__social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3.125rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 3.125rem;
}

.l-header__social:hover {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.l-header__nav-list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
	margin: 0 auto;
	width: 100%;
}

.l-header__nav-item a {
	color: #595757;
	display: block;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 1rem;
	height: 100%;
	margin: 0.5rem 10px;
	position: relative;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-header__nav-item a::after {
	background-color: #595757;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	width: 0;
}

.l-header__nav-item a:hover {
	background-color: transparent;
}

.l-header__nav-item a:hover::after {
	width: 100%;
}

.l-header__nav-pc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.l-header__nav-sp {
	display: none;
}

.l-header__hamburger {
	display: none;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-inner-body.l-inner-body--top-mv {
	width: 100%;
}

.l-navigation__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #666464;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0 auto;
	padding: 2.0625rem 1.25rem;
	position: relative;
}

.l-navigation__head-wrap {
	border-bottom: 1px solid #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: clamp(1.875rem, 5vw, 4.0625rem);
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 1.6875rem;
	padding-bottom: 1.625rem;
	width: 100%;
}

.l-navigation__bg {
	-webkit-filter: brightness(60%);
	        filter: brightness(60%);
	height: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	width: 100%;
	z-index: -1;
}

.l-navigation__bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.l-navigation__contact,
.l-navigation__recruit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 18.75rem;
	overflow: hidden;
	padding: 1.375rem 1.0625rem;
	position: relative;
	z-index: 1;
}

.l-navigation__contact:hover .l-navigation__bg,
.l-navigation__recruit:hover .l-navigation__bg {
	-webkit-filter: brightness(90%);
	        filter: brightness(90%);
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.l-navigation__title-wrap {
	border-left: 5px solid #FF691E;
	padding-left: 0.625rem;
}

.l-navigation__title {
	color: #fff;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 3.4375rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 0.6875rem;
}

.l-navigation__subtitle {
	color: #fff;
	font-size: 1rem;
}

.l-navigation__text {
	color: #fff;
	font-size: 0.85625rem;
	line-height: 1.8;
	margin-top: auto;
}

.l-navigation__bottom-wrap {
	text-align: center;
	width: 100%;
}

.l-navigation__links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: clamp(1.875rem, 5vw, 4.3125rem);
}

.l-navigation__list {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}

.l-navigation__item {
	border-left: 3px solid #FF691E;
	color: #fff;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 0.9375rem;
	padding-left: 0.6875rem;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.l-navigation__item:hover {
	color: #FF691E;
}

.l-navigation__item--sub {
	color: #fff;
	font-size: 0.75rem;
	margin-bottom: 0.625rem;
	margin-left: 0.9375rem;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.l-navigation__item--sub:hover {
	color: #FF691E;
}

.l-navigation__item--sub:last-of-type {
	margin-bottom: 0;
}

.l-navigation__item--secondary {
	border-left: 3px solid #FF691E;
	color: #fff;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1.125rem;
	padding-left: 0.6875rem;
	text-align: left;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.l-navigation__item--secondary br {
	display: none;
}

.l-navigation__item--secondary:hover {
	color: #FF691E;
}

.l-navigation__item--small {
	font-size: 0.875rem;
}

.l-navigation__item--privacy {
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.l-navigation__item--privacy br {
	display: none;
}

.l-navigation__item--privacy:hover {
	color: #FF691E;
}

.l-navigation__top-to-page {
	background-color: #C8C9CA;
	border-radius: 50%;
	bottom: 2rem;
	display: inline-block;
	height: 4.0625rem;
	opacity: 0;
	position: absolute;
	right: 1.375rem;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	visibility: hidden;
	width: 4.0625rem;
	z-index: 10;
}

.l-navigation__top-to-page.show {
	opacity: 1;
	visibility: visible;
}

.l-navigation__top-to-page:hover {
	background-color: #C8C9CA;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.l-navigation__top-to-page:focus {
	background-color: #C8C9CA;
}

.l-navigation__top-to-page::before,
.l-navigation__top-to-page::after {
	background-color: #595757;
	border-radius: 9999px;
	content: "";
	height: 1.5625rem;
	left: calc(50% - 1px);
	position: absolute;
	top: 32%;
	-webkit-transform-origin: 50% 0px;
	        transform-origin: 50% 0px;
	width: 1px;
}

.l-navigation__top-to-page::before {
	-webkit-transform: rotate(40deg);
	        transform: rotate(40deg);
}

.l-navigation__top-to-page::after {
	-webkit-transform: rotate(-40deg);
	        transform: rotate(-40deg);
}

.l-navigation__list-image {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 12.1875rem;
}

.l-navigation__list-image:hover {
	opacity: 0.7;
}

.c-heading {
	margin-bottom: 0.625rem;
	margin-top: 0.625rem;
}

.c-heading__inner {
	background-color: #666464;
	margin-right: 8.9375rem;
	padding: 1.1875rem 1.875rem 0.9375rem;
	position: relative;
}

.c-heading__inner::after {
	background-color: #FF691E;
	content: "";
	height: 100%;
	position: absolute;
	right: -8.9375rem;
	top: 0;
	width: 8.125rem;
}

.c-heading__inner-wrap {
	margin: 0 auto;
	max-width: 64.4375rem;
	width: 100%;
}

.c-heading--title {
	color: #fff;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 3.875rem;
	font-weight: bold;
}

.c-heading--description {
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0.125rem;
}

.c-kv {
	aspect-ratio: 1366/462;
}

.c-kv__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	margin: 0 auto;
	max-width: 77.5rem;
	padding: 0.5rem 1.875rem 2.1875rem;
	position: relative;
	width: 100%;
}

.c-kv__title {
	color: rgba(255, 255, 255, 0.6);
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 5.6875rem;
}

.c-kv__subtitle {
	color: #fff;
	font-size: 1.5625rem;
	font-weight: 500;
}

.c-kv__text {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.75;
	margin-top: auto;
}

.c-kv__works-title {
	bottom: 3.6%;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 63%;
}

.c-kv.c-kv-right .c-kv__inner {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.c-kv.c-kv-right .c-kv__subtitle {
	margin-bottom: 0.9375rem;
}

.c-kv.c-kv-right .c-kv__text {
	margin-top: 0;
}

main#about {
	margin: 0px auto;
	max-width: 75rem;
	width: 100%;
}

.p-about-kv {
	background: url(../images/about/hero.jpg) center center / cover;
}

.p-about-kv__inner {
	position: relative;
}

.p-about-message {
	position: relative;
}

.p-about-message__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-about-message__wrap {
	/* background: url(../images/about/message_image01.jpg) no-repeat right 15% bottom/cover; */
	background: url(../images/about/message_image01.jpg) no-repeat right center/cover;
}

.p-about-message__image {
	-o-object-fit: cover;
	display: none;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-about-message__box-inner {
	margin: 0 auto;
	max-width: 78.75rem;
	width: 100%;
}

.p-about-message__box {
	height: 100%;
	min-width: 42.5rem;
	overflow: hidden;
	padding: 2.5rem;
	position: relative;
	width: 40%;
}

.p-about-message__box::before {
	background-color: #7ECEF4;
	content: "";
	height: 100%;
	left: 0;
	margin-left: -100%;
	min-width: 42.5rem;
	mix-blend-mode: multiply;
	padding-left: 200%;
	position: absolute;
	top: 0;
	-webkit-transform: translate(0%, 0%);
	        transform: translate(0%, 0%);
	width: 100%;
}

.p-about-message__box p {
	color: #fff;
	/* font-size: 1.0625rem; */
	font-size: calc(1.0625rem * .9);
	line-height: 1.75;
}

.p-about-message__top-head {
	color: #fff;
	/* font-size: 2.25rem; */
	font-size: calc(2.25rem * .8);
	font-weight: 500;
	line-height: 1.26;
	margin-bottom: 1.25rem;
}

.p-about-message__head {
	color: #fff;
	/* font-size: 1.75rem; */
	font-size: calc(1.75rem * .8);
	font-weight: 500;
	line-height: 1.26;
	margin-bottom: 1.25rem;
}

.p-about-message .p-about-message__author {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 2rem;
	font-weight: bold;
	gap: 0.9375rem;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	    -ms-flex-pack: end;
	        justify-content: end;
	margin-top: 2rem;
}

.p-about-message .p-about-message__author--small {
	font-size: 1.25rem;
}

.p-about-message__company {
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(255, 105, 30)));
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 105, 30) 100%);
	bottom: 0;
	position: absolute;
	right: 0;
}

.p-about-message__company-inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1.25rem;
}

.p-about-message__company-logo {
	margin: 0 auto;
}

.p-about-message__company-logo img {
	max-width: 12.5rem;
	width: 100%;
}

.p-about-message__company-content {
	max-width: 18.75rem;
	width: 100%;
}

.p-about-message__company-icon {
	margin-bottom: 0.3125rem;
	max-width: 18.75rem;
	width: 100%;
}

.p-about-message__company-title {
	border-bottom: 1px solid #fff;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0.3125rem;
	padding-bottom: 0.1875rem;
}

.p-about-message__company-text {
	font-size: 0.625rem;
	line-height: 1.3;
	text-align: justify;
}

.p-about-services h3 {
	color: #333;
	font-size: 2.5em;
	margin-bottom: 40px;
	text-align: center;
}

.p-about-services__list {
	margin-bottom: 0.625rem;
}

.p-about-services__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

.p-about-services__text-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 2.125rem 0 1.1875rem;
}

.p-about-services__img {
	width: 50%;
}

.p-about-services__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-about-services__number {
	color: #DCDDDD;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 8.5625rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1.4375rem;
}

.p-about-services__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-about-services__title {
	border-bottom: 1px solid #FF691E;
	font-size: 1.875rem;
	font-weight: 500;
	margin-bottom: 0.9375rem;
	padding-bottom: 0.5rem;
	width: 100%;
}

.p-about-services__desc {
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 2.9375rem;
}

.p-about-services__link {
	font-size: 1rem;
	margin: 0 auto;
	margin-bottom: 2.8125rem;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-about-services__link:hover {
	color: #FF691E;
}

.p-about-services__link::before,
.p-about-services__link::after {
	background-color: #FF691E;
	border-radius: 9999px;
	content: "";
	height: 2px;
	position: absolute;
	right: -0.9375rem;
	top: calc(50% - 2px);
	-webkit-transform-origin: calc(100% - 1px) 50%;
	        transform-origin: calc(100% - 1px) 50%;
	width: 0.625rem;
}

.p-about-services__link::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.p-about-services__link::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.p-about-services__logo-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-about-services__logo {
	max-width: 10.6875rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.p-about-services__logo:hover {
	opacity: 0.7;
}

.p-about-services__logo.hover-none {
	opacity: 1;
}

main#company {
	margin: 0px auto;
	max-width: 75rem;
	width: 100%;
}

.p-company-philosopy {
	background-color: #EFEFEF;
}

.p-company-philosopy__inner {
	background-color: #fff;
	margin-bottom: 0.8125rem;
	max-width: 69.0625rem;
	padding: 1.0625rem 2.5rem 3.4375rem;
}

.p-company-philosopy__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 2.875rem 1.875rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-company-philosopy__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5625rem;
	width: calc(50% - 0.9375rem);
}

.p-company-philosopy__circle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #FF691E;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 6.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 6.25rem;
}

.p-company-philosopy__circle-text {
	color: #FF691E;
	font-size: 1.0625rem;
	line-height: 1.4;
	text-align: center;
}

.p-company-philosopy__text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 1rem;
	line-height: 1.5;
}

/* COMPANYセクション */

.p-company-company {
	background-color: #EFEFEF;
}

.p-company-company__inner {
	background-color: #fff;
	margin-bottom: 0.8125rem;
	max-width: 69.0625rem;
	padding: 1.0625rem 5rem 3.4375rem;
}

.p-company-company__list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-company-company__list-item:first-of-type .p-company-company__term {
	border-top: 1px solid #9FA0A0;
}

.p-company-company__list-item:first-of-type .p-company-company__desc {
	border-top: 1px solid #DCDDDD;
}

.p-company-company__term {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #9FA0A0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.625rem 1.875rem;
	width: 16.25rem;
}

.p-company-company__desc {
	border-bottom: 1px solid #DCDDDD;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 1rem;
	line-height: 1.6;
	padding: 0.625rem 1.875rem;
}

main#contact {
	margin: 0px auto;
	max-width: 75rem;
	width: 100%;
}

.p-contact-form {
	background-color: #EFEFEF;
}

.p-contact-form__inner {
	background-color: #fff;
	margin-bottom: 1.1875rem;
	margin-top: 2rem;
	max-width: 69.0625rem;
	padding: 1.5625rem 5rem 3.4375rem;
}

.wpcf7 p {
	display: inline;
}

.contact__head::after {
	content: "";
	display: inline-block;
	height: 30px;
	width: 100%;
}

.contact__lead a {
	text-decoration: underline;
}

.contact .top_disable_date,
.contact .top_visible_date {
	display: none;
}

.contact__annotation-head {
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.contact__annotation-list {
	font-size: 16px;
	font-weight: 200;
	line-height: 1.75;
	padding: 20px 0 30px;
}

.contact_form .top-required,
.contact_form .required {
	background-color: #FF691E;
	border-radius: 5px;
	color: #FFF;
	font-size: 14px;
	font-weight: 200;
	padding: 0 9px;
}

.contact_form .top-required {
	margin-right: 5px;
}

.contact_form .attention {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 400;
}

.contact_form .p-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0 0;
}

/*
@media screen and (max-width: 1500px) {
	.contact_form .p-form {
		display: block;
		padding: 10px 0;
	}
}
*/

.contact_form .p-form input[type=text],
.contact_form .p-form input[type=tel],
.contact_form .p-form input[type=email] {
	width: 100%;
}

.contact_form .p-form dt {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: var(--dark-green);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-right: 15px;
	padding: 16px;
	width: 290px;
}

.contact_form .p-form dt.transparent-wrap {
	background-color: #EFEFEF;
}

.contact_form .p-form dt.message {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

/* @media (max-width: 750px) {
  .contact_form .p-form dt.message {
    display: block;
    margin-bottom: -5px;
  }
} */

.contact_form .p-form dt > span {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}

/* 
@media (max-width: 750px) {
  .contact_form .p-form dt.transparent-wrap > span {
    margin-bottom: -10px;
  }
} */

.contact_form .p-form dt > span.required {
	color: #FFF;
	font-size: 14px;
	font-weight: 200;
	margin-left: auto;
}

.contact_form .p-form dd {
	width: calc(100% - 290px - 15px);
}

/*
@media screen and (max-width: 1500px) {
	.contact_form .p-form dd {
		width: 100%;
		margin-left: 0;
	}
}
*/

.contact_form .p-form .message > span.required {
	margin: 0;
	margin-left: auto;
}

.contact_form .wpcf7-form-control-wrap {
	display: block;
	height: 100%;
	position: relative;
}

.contact_form .p-form dd .name2 {
	margin-left: 15px;
}

.contact_form .p-form dd input[type=text],
.contact_form .p-form dd input[type=tel],
.contact_form .p-form dd input[type=email],
.contact_form .p-form dd input[type=date],
.contact_form .p-form dd input[type=number],
.contact_form .p-form dd #pref,
.contact_form .p-form dd select,
.contact_form .p-form dd textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: inherit;
	background-color: #EFEFEF;
	border: none;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	padding: 15px 21px;
	width: 100%;
}

.p-form .job-dd .wpcf7-radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: inherit;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 21px;
}

.contact_form .p-form .job-dt {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.contact_form .p-form dd #pref {
	height: 100%;
	height: 55px;
	line-height: 1;
	width: 100%;
}

.contact_form .p-form dd.your-method {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contact_form .p-form dd.your-method .method,
.contact_form .p-form dd.your-method .menu {
	height: 100%;
	width: 100%;
}

.contact_form .p-form dd .radio-wrap { /* margin-left: 18px; */
}

/*
@media (max-width: 750px) {
	.contact_form .p-form dd .radio-wrap {
		margin-left: 6px;
	}
}
*/

.contact_form .p-form dd .radio-wrap .wpcf7-list-item {
	background: #fff;
	border-radius: 20px;
	height: 100%;
	margin: 0;
	width: calc(50% - 5px);
}

.contact_form .p-form dd .radio-wrap .wpcf7-list-item.first {
	margin-right: 10px;
}

.contact_form .p-form dd .radio-wrap .wpcf7-list-item-label {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

/* デフォルトのボタン */

.contact_form .p-form dd .radio-wrap input[type=radio] {
	opacity: 0; /* デフォルトのボタンを非表示 */
	position: absolute;
}

/* チェック前のボタン */

.contact_form .p-form dd .radio-wrap .wpcf7-list-item-label::before {
	border: 1px solid #000;
	border-radius: 100%; /* ラジオボタンっぽく丸くする */
	content: "";
	cursor: pointer; /* background: #FFF; */
	height: 1.2em;
	margin-bottom: auto;
	margin-right: 0.5em;
	margin-top: auto;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s; /* 色をじんわり変化させる */
	width: 1.2em;
}

/* チェック後のボタン */

.contact_form .p-form dd .radio-wrap input[type=radio]:checked + .wpcf7-list-item-label::before {
	background-color: #000; /* チェック後の中心の色 */
	-webkit-box-shadow: inset 0 0 0 3px #000;
	        box-shadow: inset 0 0 0 3px #000; /* 中心の色のスタイル */
}

.contact_form .p-form .your-date .date {
	min-width: 170px;
	width: 41%;
}

.contact_form .p-form .your-time .time .form-time {
	width: 70px;
}

.contact_form .p-form .your-time .time .time_label {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	padding: 0 10px;
}

.contact_form .p-form .your-address {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contact_form .name1 {
	max-width: 420px;
	width: 100%;
}

.contact_form .p-form .your-address .address {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	max-width: 420px;
	min-width: 140px;
	width: calc(100% - 262px);
}

.contact_form .p-form .your-address p {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #FFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contact_form .p-form .your-address #address-text {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: 400;
	max-width: 262px;
	width: 100%;
}

.contact_form .pp-lead {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.08rem;
	margin-bottom: 14px;
	text-align: center;
}

.contact_form .pp-agreeBtn {
	display: block;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 0.2rem;
	line-height: 1.2;
	margin-bottom: 30px;
	margin-top: 60px;
	text-align: center;
}

.contact_form .pp-agreeBtn input[type=checkbox] {
	opacity: 0;
	position: absolute;
}

.contact_form .pp-agreeBtn span.wpcf7-list-item {
	position: relative;
}

.contact_form .pp-agreeBtn span.wpcf7-list-item-label::before {
	border: 1px solid #231815;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin-right: 5px;
	position: relative;
	text-align: center;
	top: -2px;
	vertical-align: middle;
	width: 15px;
}

.contact_form .pp-agreeBtn input[type=checkbox]:checked + span.wpcf7-list-item-label::after {
	background: url(../images/contact/icon_check.png) no-repeat center;
	background-size: contain;
	content: "";
	display: block;
	height: 17px;
	left: 0px;
	position: absolute;
	top: 0;
	width: 17px;
}

.contact_form .pp-agreeBtn span label,
.contact_form .pp-agreeBtn span label input {
	cursor: pointer;
}

.contact_form .attention-btm {
	line-height: 1.5;
	margin: 10px 0 50px;
}

.contact_form .attention-btm p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}

.contact_form .contact_send_button_wrap {
	height: 80px;
	margin: 0 auto;
	position: relative;
	width: 50%;
}

.contact_form .contact_send_button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #FF691E;
	border: none;
	border-radius: 42px;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.29);
	        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.29);
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.15em;
	position: relative;
	text-align: center;
	top: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	width: 100%;
	z-index: 2;
}

.contact_form .contact_send_button:hover {
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
	        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/*
.contact_form .btn-toSend {
		color: #FFF;
		background-color: var(--dark-green);
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.2rem;
		display: block;
		margin: 0 auto;
		width: 620px;
		height: 72px;
		border: 1px solid var(--dark-green);
		cursor: pointer;
		transition: all 500ms ease-in-out;
}
.contact_form .btn-toSend:hover {
		color: var(--dark-green);
		background-color: #FFF;
}
@media (max-width: 750px) {
		.contact_form .btn-toSend {
				width: 100%;
				height: 62px;
		}
}
*/

.contact_form .wpcf7-not-valid-tip {
	bottom: -19px;
	color: #FF691E;
	font-size: 13px;
	font-weight: 400;
	left: 0;
	margin-top: 4px;
	position: absolute;
}

.wpcf7 form .wpcf7-response-output {
	border: 1px solid var(--dark-green);
	font-size: 16px;
	font-weight: 400;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: 1px solid #231815;
	color: #231815;
	font-size: 14px;
	font-weight: 200;
	margin-top: 10px;
	padding: 10px;
}

.contact_form .p-form dd .quantity {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contact_form .p-form dd .quantity input.wpcf7-form-control {
	width: 100px;
}

.contact_form .p-form dd #quantity-label {
	color: #fff;
	display: block;
	font-size: 16px;
	margin: auto 0;
	margin-left: 10px;
}

.contact_form .p-form dd .your-datepicker {
	max-width: 410px;
}

.contact_form .p-form dd .datepicker {
	position: relative;
}

.contact_form .p-form dd .address {
	margin-right: 15px;
	width: 410px;
}

.contact_form .p-form dd textarea {
	height: 100%;
	width: 100%;
}

.contact_form .p-form dd input[type=radio] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	accent-color: #FF691E;
	appearance: auto;
	cursor: pointer;
	height: 20px;
	width: 20px;
}

.contact_form .p-form dd select:invalid {
	color: #c0c0c0;
}

.contact_form .p-form dd input::-moz-placeholder, .contact_form .p-form dd textarea::-moz-placeholder {
	color: #c0c0c0;
}

.contact_form .p-form dd input::-webkit-input-placeholder, .contact_form .p-form dd textarea::-webkit-input-placeholder {
	color: #c0c0c0;
}

.contact_form .p-form dd input:-ms-input-placeholder, .contact_form .p-form dd textarea:-ms-input-placeholder {
	color: #c0c0c0;
}

.contact_form .p-form dd input::-ms-input-placeholder, .contact_form .p-form dd textarea::-ms-input-placeholder {
	color: #c0c0c0;
}

.contact_form .p-form dd input::placeholder,
.contact_form .p-form dd textarea::placeholder {
	color: #c0c0c0;
}

.contact_form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
	background: url(../images/contact/icon_check.png) no-repeat center;
	background-size: contain;
	content: ""; /*チェックアイコン*/
	display: inline-block;
	height: 20px;
	left: 3px;
	position: absolute;
	top: -2px;
	width: 20px;
}

.p-entry__inner {
	margin-top: 80px; /* padding-left: 50vw;
  padding-right: 50vw;
  margin-left: -50vw;
  margin-right: -50vw; */ /* background-color: #F6EBE3; */
	margin-top: 80px;
	padding-bottom: 90px;
	padding-top: 90px;
}

.p-entry__desc {
	margin-bottom: 50px;
}

.p-entry__desc.pl10 {
	padding: 0 10px;
}

.p-entry__head {
	border-top: 1px solid #FF691E;
	color: #FF691E;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: left;
}

.p-entry__privacy {
	color: #FF691E;
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.p-entry__privacy::after {
	background-color: #FF691E;
	bottom: -5px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	width: 0;
}

.p-entry__privacy:hover {
	color: #FF691E;
}

.p-entry__privacy:hover::after {
	width: 100%;
}

.p-form__team--small {
	font-size: 12px;
}

.contact_form .p-entry__pref {
	position: relative;
	width: 100%;
}

.contact_form .p-entry__pref::before,
.contact_form .p-entry__pref::after {
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.contact_form .p-entry__pref::before {
	border-radius: 0 3px 3px 0;
	display: inline-block;
	height: 55px;
	right: 0;
	width: 55px;
}

.contact_form .p-entry__pref::after {
	border-bottom: 2px solid #767777;
	border-right: 2px solid #767777;
	height: 11px;
	position: absolute;
	right: 28px;
	top: 45%;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	        transform: translate(50%, -50%) rotate(45deg);
	width: 11px;
}

.contact_form .has-free-text {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.contact_form .has-free-text > label {
	margin-right: 0;
}

.contact_form .p-form dd .has-free-text .wpcf7-free-text {
	border-bottom: 1px solid #231815;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0px 5px;
	width: calc(100% - 90px);
}

.contact-msg-br {
	display: block;
}

.contact-desc-br {
	display: block;
}

.screen-reader-response {
	display: none;
}

main.p-entry-confirm .contact_form dd {
	background-color: #EFEFEF;
	font-size: 16px;
	padding: 21px;
}

main.p-entry-confirm .contact_form .name1 {
	max-width: none;
	width: auto;
}

main.p-entry-confirm .contact_form .contact_send_button_wrap {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 80px;
	line-height: 80px;
	margin-top: 70px;
	padding: 0;
}

main.p-entry-confirm .contact_form .contact_send_button_wrap:hover {
	color: #FF691E;
}

main.p-entry-confirm .contact_form .contact_back {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.08rem;
	margin-top: 25px;
	text-align: center;
}

main.p-entry-thanks .contact-thanks__title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}

main.p-entry-thanks .contact-thanks__desc {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 50px;
	text-align: center;
}

main.p-entry-confirm .contact_form .p-form dt.message {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

main.p-entry-confirm .p-entry__btn__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	height: 80px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 50px;
	position: relative;
}

main.p-entry-confirm .contact_form .p-entry__previous {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #EFEFEF;
	border: none;
	border-radius: 42px;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.29);
	        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.29);
	color: #231815;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.15em;
	position: relative;
	text-align: center;
	top: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	width: 100%;
	z-index: 2;
}

main.p-entry-confirm .contact_form .p-entry__previous:hover {
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
	        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

main.p-entry-confirm .p-entry__btn__wrap .p-entry__previous {
	width: 45%;
}

main.p-entry-confirm .p-entry__btn__wrap .contact_send_button {
	width: 45%;
}

main.p-entry-confirm .p-entry__btn__wrap .wpcf7-spinner {
	display: none;
}

.wpcf7-response-output {
	display: none;
}

.contact_form .contact-thanks__link__wrap {
	height: 80px;
	margin: 0 auto;
	min-width: 300px;
	position: relative;
	width: 50%;
}

.contact_form .contact-thanks__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #FF691E;
	border: none;
	border-radius: 42px;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.29);
	        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.29);
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.15em;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: 0;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	width: 100%;
	z-index: 2;
}

.contact_form .contact-thanks__link:hover {
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
	        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.contact-thanks-br {
	display: block;
}

.contact_form .wpcf7-form-control option:first-child {
	color: #B4B5B5;
}

.contact_form .wpcf7-form-control option:nth-child(n+2) {
	color: #231815;
}

main#news {
	margin: 0px auto;
	max-width: 75rem;
	width: 100%;
}

.p-news-archive__sidebar {
	width: 14.25rem;
}

.p-news-archive__sidebar-head {
	color: #666464;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 4.4375rem;
	line-height: 1;
	margin-bottom: 1.5625rem;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-news-archive__sidebar-head:hover {
	color: #FF691E;
}

.p-news-archive__sidebar-head::before,
.p-news-archive__sidebar-head::after {
	background-color: #FF691E;
	border-radius: 9999px;
	content: "";
	height: 2px;
	position: absolute;
	right: 0rem;
	top: calc(50% - 2px);
	-webkit-transform-origin: calc(100% - 1px) 50%;
	        transform-origin: calc(100% - 1px) 50%;
	width: 1.875rem;
}

.p-news-archive__sidebar-head::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.p-news-archive__sidebar-head::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.p-news-archive__sidebar-head.-sp {
	display: none;
}

.p-news-archive__sidebar-title {
	border-bottom: 1px solid #FF691E;
	font-size: 0.9375rem;
	font-weight: bold;
	margin-bottom: 0.9375rem;
	padding-bottom: 0.3125rem;
}

.p-news-archive__sidebar-category-list,
.p-news-archive__sidebar-year-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 0.9375rem;
	gap: 0.9375rem;
	list-style: none;
	padding: 0;
}

.p-news-archive__sidebar-category-list li a,
.p-news-archive__sidebar-year-list li a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-news-archive__sidebar-category-list li a:hover,
.p-news-archive__sidebar-year-list li a:hover {
	color: #FF691E;
}

.p-news-archive__sidebar-category-list {
	margin-bottom: 5rem;
}

.p-news-archive {
	background-color: #EFEFEF;
}

.p-news-archive__inner {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 5.625rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 0.8125rem;
	margin-top: 1.0625rem;
	padding: 1.0625rem 4.375rem 3.4375rem;
}

.p-news-archive__title {
	border-bottom: 1px solid #FF691E;
	font-size: 1.71875rem;
	margin-bottom: 1.5625rem;
	padding-bottom: 0.3125rem;
}

.p-news-archive__category-title {
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0.9375rem;
}

.p-news-archive__content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-news-archive__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.125rem;
	margin-bottom: 4.375rem;
}

.p-news-archive__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.3125rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-news-archive__link:hover {
	color: #FF691E;
}

.p-news-archive__category {
	background-color: #FF691E;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	height: 1.1875rem;
	margin-top: 0.0625rem;
	padding: 0.125rem 0.3125rem;
	text-align: center;
	width: 4.875rem;
}

.p-news-archive__category.info {
	background-color: #FF691E;
}

.p-news-archive__category.progress {
	background-color: #666464;
}

.p-news-archive__category.recruit {
	background-color: #666464;
}

.p-news-archive__date,
.p-news-archive__column-title {
	font-size: 15px;
	line-height: 1.4;
}

.p-news-archive__column-title {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-news-archive__pagination .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5625rem;
}

.p-news-archive__pagination .page-numbers {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-news-archive__pagination .page-numbers:hover {
	color: #FF691E;
}

.p-news-archive__pagination .current {
	color: #FF691E;
	pointer-events: none;
}

.p-news-archive__pagination .prev,
.p-news-archive__pagination .next {
	color: #FF691E;
}

.p-news-archive__pagination .prev:hover,
.p-news-archive__pagination .next:hover {
	color: #231815;
}

.p-news-archive__pagination-number {
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
}

.p-news-single__title {
	border-bottom: 1px solid #FF691E;
	font-size: 1.71875rem;
	margin-bottom: 0.9375rem;
	padding-bottom: 0.3125rem;
}

.p-news-single__category-title {
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0.9375rem;
}

.p-news-single__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.125rem;
	margin-bottom: 4.375rem;
}

.p-news-single__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.3125rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-news-single__link:hover {
	color: #FF691E;
}

.p-news-single__category {
	background-color: #FF691E;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	height: 1.1875rem;
	margin-top: -0.125rem;
	padding: 0.125rem 0.3125rem;
	text-align: center;
	width: 4.875rem;
}

.p-news-single__category.info {
	background-color: #FF691E;
}

.p-news-single__category.progress {
	background-color: #666464;
}

.p-news-single__category.recruit {
	background-color: #666464;
}

.p-news-single__meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5rem;
	margin-bottom: 0.625rem;
}

.p-news-single__date {
	font-size: 0.9375rem;
}

.p-news-single__column-title {
	font-size: 1.4375rem;
	line-height: 1.4;
	margin-bottom: 0.9375rem;
}

.p-news-single__description img {
	width: auto;
}

.p-news-single__description p {
	color: #595757;
	font-size: 1rem;
	line-height: 1.57;
	margin: revert;
}

.p-news-single__description a {
	color: blue;
	font-size: 1rem;
	line-height: 1.57;
	text-decoration: underline;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-news-single__description a:hover {
	color: #FF691E;
}

.p-news-single__description ul,
.p-news-single__description ol {
	list-style: revert;
	margin: revert;
	padding: revert;
}

.p-news-single__description blockquote {
	background-color: #efefef;
	border-radius: 0.625rem;
	margin: 0.9375rem 0;
	padding: 1.5625rem;
}

main#privacy {
	margin: 0px auto;
	max-width: 75rem;
	width: 100%;
}

.p-privacy-content {
	background-color: #EFEFEF;
}

.p-privacy-content__inner {
	background-color: #fff;
	margin-bottom: 0.8125rem;
	margin-top: 3.5625rem;
	max-width: 60.625rem;
	padding: 0 4.375rem 3.4375rem;
}

.p-privacy-content__block {
	margin-bottom: 2.1875rem;
}

.p-privacy-content__block:last-of-type {
	margin-bottom: 0;
}

.p-privacy-content__block-title {
	color: #231815;
	font-size: 20.6px;
	font-weight: 500;
	margin-bottom: 0.625rem;
}

.p-privacy-content__block-title span {
	background-color: #FF691E;
	color: white;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 20.6px;
	font-weight: bold;
	margin-right: 8px;
	padding: 2px 5.5px;
}

.p-privacy-content__text {
	color: #595757;
	font-size: 16px;
	line-height: 1.57;
}

main#recruit {
	margin: 0px auto;
	max-width: 75rem;
	width: 100%;
}

.p-recruit-kv {
	aspect-ratio: auto;
	height: 35.625rem;
	max-height: 50rem;
}

.p-recruit-kv__inner {
	height: 100%;
}

.p-recruit-kv__title {
	bottom: 3.6%;
	left: 52%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 63.2%;
}

.p-recruit-head {
	background-color: #F26522;
}

.p-recruit-head__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 69.0625rem;
	padding: 0.625rem 5rem;
}

.p-recruit-head__title {
	color: #FFFFFF;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 3.4375rem;
	font-weight: bold;
}

.p-recruit-head__info {
	color: #FFFFFF;
	font-size: 1.4375rem;
}

.p-recruit-nav {
	background-color: #666464;
	margin: 0.375rem 0 0.75rem;
	padding: 0.3125rem 0 0.375rem;
}

.p-recruit-nav__list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 69.0625rem;
	padding: 0.625rem 5rem;
}

.p-recruit-nav__head {
	color: #fff;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 1.5625rem;
	font-weight: bold;
	padding-right: 2.1875rem;
	position: relative;
}

.p-recruit-nav__head::after {
	background-color: #fff;
	content: "";
	height: 3.75rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
}

.p-recruit-nav__item {
	color: #FFFFFF;
	font-size: 0.9375rem;
	line-height: 1.6;
	padding: 0 1.25rem;
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 14.2857142857%;
}

.p-recruit-nav__item::after {
	background-color: #fff;
	content: "";
	height: 3.75rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
}

.p-recruit-nav__item a {
	color: #FFFFFF;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.p-recruit-nav__item a:hover {
	opacity: 0.6;
}

.p-recruit-message {
	background-color: #000;
	margin-bottom: 1.1875rem;
}

.p-recruit-message__inner {
	max-width: 65rem;
	padding-bottom: 2.4375rem;
	padding-top: 1.8125rem;
}

.p-recruit-message__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3.125rem 1.25rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-recruit-message__icon {
	margin-bottom: 2.4375rem;
	width: 96%;
}

.p-recruit-message__text-wrap {
	width: 47%;
}

.p-recruit-message__title {
	color: #fff;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 6.4375rem;
	font-weight: bold;
	line-height: 1;
}

.p-recruit-message__subtitle {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.p-recruit-message__head {
	color: #fff;
	font-size: 1.5625rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.36;
	margin-bottom: 0.625rem;
}

.p-recruit-message__description {
	color: #fff;
	font-size: 1rem;
	line-height: 1.56;
	margin-bottom: 1.875rem;
	text-align: justify;
}

.p-recruit-message__image {
	width: 47%;
}

.p-recruit-message__ceo {
	-webkit-box-align: end;
	-webkit-align-items: end;
	    -ms-flex-align: end;
	        align-items: end;
	color: #fff;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	gap: 0.9375rem;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	    -ms-flex-pack: end;
	        justify-content: end;
}

.p-recruit-message__ceo-name {
	font-size: 1.71875rem;
}

.p-recruit-gray {
	background: repeating-linear-gradient(120deg, #E6E6E6, #E6E6E6 1px, #ffffff 1px, #ffffff 5.5px);
	padding-bottom: 3rem; /* 表示されるタブコンテンツ */
}

.p-recruit-gray .tabContent {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.p-recruit-gray .tabContent.isVisible {
	display: block;
	opacity: 1;
}

.p-recruit-interview__tablist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	margin-bottom: 1.875rem;
	max-width: 65.625rem;
	width: 100%;
}

.p-recruit-interview__tab {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #FF691E;
	border: 1px solid #FF691E;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25rem;
	height: 3.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.p-recruit-interview__tab:hover {
	background-color: #fff;
	color: #FF691E;
}

.p-recruit-interview__tab.isCurrent {
	background-color: #fff;
	color: #FF691E;
}

.p-recruit-interview__inner {
	margin-bottom: 3.75rem;
	max-width: 65.625rem;
}

.p-recruit-interview__container {
	background-color: #fff;
	border: 0.05rem solid #FF691E;
	padding: 1.875rem;
	position: relative;
}

.p-recruit-interview__container::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	background-color: #FF691E;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	content: "";
	height: 9.75rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 9.75rem;
}

.p-recruit-interview__title {
	color: #FFD2A0;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 6.8125rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.625rem;
	text-align: right;
}

.p-recruit-interview__intro {
	margin-bottom: 1.875rem;
}

.p-recruit-interview__main-image {
	position: relative;
}

.p-recruit-interview__main-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	object-position: left;
}

.p-recruit-interview__intro-content {
	/* bottom: 2.25rem; */
	position: absolute;
	/* left: 1rem; */
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-recruit-interview__job-title {
	color: #fff;
	font-size: 3.875rem;
	font-weight: 200;
	/* margin-bottom: 4.375rem; */
}

.p-recruit-interview__job-title--white {
	color: #787878;
	text-shadow: 1px 1px 0.3125rem #fff, -1px 1px 0.3125rem #fff, 1px -1px 0.3125rem #fff, -1px -1px 0.3125rem #fff;
}

.p-recruit-interview__job-title .highlight {
	color: #FF691E;
}

.p-recruit-interview__position,
.p-recruit-interview__skill,
.p-recruit-interview__year {
	color: #fff;
	font-size: 1.1875rem;
	font-weight: 200;
}

.p-recruit-interview__position--gray,
.p-recruit-interview__skill--gray,
.p-recruit-interview__year--gray {
	color: #787878;
	text-shadow: 1px 1px 0.3125rem #fff, -1px 1px 0.3125rem #fff, 1px -1px 0.3125rem #fff, -1px -1px 0.3125rem #fff;
}

.p-recruit-interview__skill {
	border-bottom: 1px solid #FF691E;
	font-size: 2.375rem;
	line-height: 1;
	margin-bottom: 0.625rem;
	margin-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.p-recruit-interview__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 2.8125rem;
}

.p-recruit-interview__wrap:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.p-recruit-interview__wrap:nth-of-type(even) .p-recruit-interview__support-message {
	left: auto;
	right: 1.875rem;
	text-align: right;
}

.p-recruit-interview__wrap:last-of-type {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-bottom: 0;
}

.p-recruit-interview__left,
.p-recruit-interview__right {
	width: calc(50% - 1.75rem);
}

.p-recruit-interview__support-message {
	color: #787878;
	font-size: 2.125rem;
	left: 1.875rem;
	letter-spacing: 0.07em;
	line-height: 1.4;
	margin-bottom: 0.9375rem;
	position: absolute;
	text-shadow: 1px 1px 0.3125rem #fff, -1px 1px 0.3125rem #fff, 1px -1px 0.3125rem #fff, -1px -1px 0.3125rem #fff;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.p-recruit-interview__support-text {
	color: #787878;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 0.9375rem;
	padding-top: 6.875rem;
	text-align: justify;
}

.p-recruit-interview__support-date {
	color: #787878;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-left: auto;
	padding-left: 0.9375rem;
	text-align: justify;
	text-align: right;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-recruit-interview__support-date-dot {
	color: #FF691E;
}

.p-recruit-interview__sub-images {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.875rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-recruit-interview__sub-image {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-recruit-interview__schedule-title {
	border-bottom: 1px solid #FF691E;
	color: #FF691E;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 2.5625rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
	padding-bottom: 5px;
}

.p-recruit-interview__schedule-list {
	color: #666464;
	position: relative;
}

.p-recruit-interview__schedule-list::before {
	background-color: #EFEFEF;
	border-radius: 1.25rem;
	content: "";
	height: 100%;
	left: 6.25rem;
	position: absolute;
	top: 0;
	width: 1.25rem;
}

.p-recruit-interview__schedule-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.p-recruit-interview__schedule-list .time {
	font-size: 1.25rem;
	font-weight: bold;
	margin-right: 3.5625rem;
	position: relative;
	text-align: right;
	width: 5rem;
}

.p-recruit-interview__schedule-list .time::before {
	background-color: #FF691E;
	border-radius: 50%;
	content: "";
	height: 0.8125rem;
	position: absolute;
	position: absolute;
	right: -2.28125rem;
	top: 0.3125rem;
	width: 0.8125rem;
}

.p-recruit-interview__schedule-list p {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 1rem;
	line-height: 1.56;
}

.p-recruit-interview__orange {
	color: #FF691E;
}

.p-recruit-person {
	padding-top: 1.875rem;
}

.p-recruit-person__inner {
	margin-bottom: 3.75rem;
	max-width: 65.625rem;
}

.p-recruit-person__container {
	background-color: #fff;
	border: 0.05rem solid #FF691E;
	padding: 1.875rem;
	position: relative;
}

.p-recruit-person__container::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	background-color: #FF691E;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	content: "";
	height: 9.75rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 9.75rem;
}

.p-recruit-person__title {
	color: #FFD2A0;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 6.8125rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.625rem;
	text-align: right;
}

.p-recruit-person__title br {
	display: none;
}

.p-recruit-person__intro {
	margin-bottom: 2.5rem;
}

.p-recruit-person__main-image {
	position: relative;
}

.p-recruit-person__main-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-recruit-person__intro-content {
	left: 1rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-recruit-person__job-title {
	color: #fff;
	font-size: 3.875rem;
	font-weight: 200;
}

.p-recruit-person__job-title .highlight {
	color: #FF691E;
}

.p-recruit-person__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4375rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 1.875rem;
}

.p-recruit-person__left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.8125rem;
}

.p-recruit-person__image {
	width: 19.875rem;
}

.p-recruit-person__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 2.3125rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-recruit-person__item h3 {
	border-left: 6px solid #FF691E;
	color: #666464;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.4375rem;
	padding-left: 0.6875rem;
}

.p-recruit-person__item p {
	color: #666464;
	font-size: 1rem;
	line-height: 1.56;
}

.p-recruit-person__text {
	color: #666464;
	font-size: 1rem;
	line-height: 1.56;
}

.p-recruit-welfare__inner {
	margin-bottom: 1.875rem;
	max-width: 65.625rem;
}

.p-recruit-welfare__container {
	background-color: #fff;
	border: 0.05rem solid #FF691E;
	padding: 1.875rem;
	position: relative;
}

.p-recruit-welfare__container::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	background-color: #FF691E;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	content: "";
	height: 9.75rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 9.75rem;
}

.p-recruit-welfare__title {
	color: #FFD2A0;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 6.8125rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.625rem;
	text-align: right;
}

.p-recruit-welfare__intro {
	margin-bottom: 1.875rem;
}

.p-recruit-welfare__main-image {
	position: relative;
}

.p-recruit-welfare__main-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-recruit-welfare__intro-content {
	left: 1rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-recruit-welfare__job-title {
	color: #fff;
	font-size: 3.875rem;
	font-weight: 200;
}

.p-recruit-welfare__job-title .highlight {
	color: #FF691E;
}

.p-recruit-welfare__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.4375rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-recruit-welfare__left {
	color: #666464;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.8125rem;
	position: relative;
}

.p-recruit-welfare__left-text {
	font-size: 1rem;
	line-height: 1.56;
	margin-bottom: 0.625rem;
}

.p-recruit-welfare__image {
	width: 19.875rem;
}

.p-recruit-welfare__list {
	border-bottom: 1px solid #FF691E;
	border-top: 1px solid #FF691E;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.3125rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	position: relative;
	z-index: 1;
}

.p-recruit-welfare__item {
	color: #666464;
	font-size: 1rem;
	line-height: 1.56;
	padding-left: 0.9375rem;
	position: relative;
}

.p-recruit-welfare__item::before {
	background-color: #FF691E;
	border-radius: 50%;
	content: "";
	height: 0.5625rem;
	left: 0.3125rem;
	position: absolute;
	top: 0.4375rem;
	width: 0.5625rem;
}

.p-recruit-welfare__list-img {
	width: 40%;
    max-width: 275px;
    position: absolute;
    bottom: 5px;
    right: -10px;
    z-index: 0;
}

.p-recruit-welfare__image-text {
	color: #666464;
	font-size: 1rem;
	line-height: 1.56;
	margin-top: 0.625rem;
}

.p-recruit-requirements__inner {
	margin-bottom: 3.75rem;
	max-width: 65.625rem;
}

.p-recruit-requirements__container {
	background-color: #fff;
	border: 0.05rem solid #FF691E;
	padding: 1.875rem;
}

.p-recruit-requirements__title-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.8125rem;
	margin-bottom: 1.25rem;
}

.p-recruit-requirements__title-wrap span {
	background-color: #666464;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-recruit-requirements__title {
	background-color: #FF691E;
	color: #fff;
	font-size: 1.875rem;
	padding: 0.6875rem 0.9375rem;
	width: 16.25rem;
}

.p-recruit-requirements__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-recruit-requirements__term {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #9FA0A0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1.25rem 1.9375rem;
	width: 16.25rem;
}

.p-recruit-requirements__desc {
	border-bottom: 1px solid #DCDDDD;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 1rem;
	line-height: 1.6;
	padding: 1.25rem 1.9375rem;
}

.p-recruit-requirements__desc--strong {
	font-size: 1.125rem;
	font-weight: 500;
}

.p-recruit-requirements__desc--bottom {
	margin-bottom: 1.25rem;
	padding-left: 0.625rem;
}

.p-recruit-requirements__desc--bottom:last-of-type {
	margin-bottom: 0;
}

.p-recruit-selection__inner {
	margin-bottom: 3.75rem;
	max-width: 65.625rem;
}

.p-recruit-selection__container {
	background-color: #fff;
	border: 0.05rem solid #FF691E;
	padding: 1.875rem;
}

.p-recruit-selection__title-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.8125rem;
	margin-bottom: 1.25rem;
}

.p-recruit-selection__title-wrap span {
	background-color: #666464;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-recruit-selection__title {
	background-color: #FF691E;
	color: #fff;
	font-size: 1.875rem;
	padding: 0.6875rem 0.9375rem;
	width: 16.25rem;
}

.p-recruit-selection__flow {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 2.75rem;
}

.p-recruit-selection__flow-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #FF691E;
	color: #FF691E;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25rem;
	height: 12.1875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 4.0625rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.p-recruit-selection__flow-item--arrow {
	background-color: #FF691E;
	border-radius: 9999px;
	display: inline-block;
	height: 1px;
	margin: 25px 0;
	position: relative;
	width: 8rem;
}

.p-recruit-selection__flow-item--arrow::before,
.p-recruit-selection__flow-item--arrow::after {
	background-color: #FF691E;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	-webkit-transform-origin: 100% 50%;
	        transform-origin: 100% 50%;
	width: 2.1875rem;
}

.p-recruit-selection__flow-item--arrow::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.p-recruit-selection__flow-item--arrow::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.p-recruit-selection__wrap {
	margin-bottom: 1.875rem;
}

.p-recruit-selection__wrap:last-of-type {
	margin-bottom: 0;
}

.p-recruit-selection__head {
	border-left: 6px solid #FF691E;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1.25rem;
	padding-left: 0.6875rem;
}

.p-recruit-selection__text {
	color: #666464;
	font-size: 0.875rem;
	line-height: 1.4;
	margin-bottom: 0.9375rem;
}

.p-recruit-selection__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-recruit-selection__term {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #9FA0A0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1.25rem 1.9375rem;
	width: 16.25rem;
}

.p-recruit-selection__desc {
	border-bottom: 1px solid #DCDDDD;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 1rem;
	font-size: 0.85625rem;
	line-height: 1.6;
	padding: 1.25rem 1.9375rem;
}

.p-recruit-selection__desc--strong {
	font-size: 1.125rem;
	font-weight: 500;
}

.p-recruit-selection__desc--small {
	font-size: 0.75rem;
}

.p-recruit-benefit__inner {
	margin-bottom: 2.5rem;
	max-width: 65.625rem;
}

.p-recruit-benefit__container {
	background-color: #fff;
	border: 0.05rem solid #FF691E;
	padding: 1.875rem;
}

.p-recruit-benefit__title-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.8125rem;
	margin-bottom: 1.25rem;
}

.p-recruit-benefit__title-wrap span {
	background-color: #666464;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-recruit-benefit__title {
	background-color: #FF691E;
	color: #fff;
	font-size: 1.875rem;
	padding: 0.6875rem 0.9375rem;
	width: 16.25rem;
}

.p-recruit-benefit__head {
	border-left: 6px solid #FF691E;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1.25rem;
	padding-left: 0.6875rem;
}

.p-recruit-benefit__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-recruit-benefit__item.none-border .p-recruit-benefit__term,
.p-recruit-benefit__item.none-border .p-recruit-benefit__desc {
	border-bottom: none !important;
} 

.p-recruit-benefit__item .bg-color {
	background-color: #FF691E;
    color: #fff;
    width: 100%;
    padding: 1em;
    text-align: center;
}

.p-recruit-benefit__term {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #9FA0A0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1.25rem 1.9375rem;
	width: 16.25rem;
}

.p-recruit-benefit__desc {
	border-bottom: 1px solid #DCDDDD;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 1rem;
	line-height: 1.6;
	padding: 1.25rem 1.9375rem;
}

.p-recruit-benefit__desc--strong {
	font-size: 1.125rem;
	font-weight: 500;
}

.p-recruit-benefit__desc--bottom {
	margin-bottom: 1.25rem;
	padding-left: 0.625rem;
}

.p-recruit-benefit__desc--bottom:last-of-type {
	margin-bottom: 0;
}

.p-recruit-benefit .p-recruit-benefit__desc--list {
	padding: 0;
}

.p-recruit-benefit__desc-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0.625rem 0;
}

.p-recruit-benefit__desc-wrap:first-of-type {
	border-bottom: 1px solid #DCDDDD;
}

.p-recruit-benefit__desc-left {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1.6;
	min-width: 10.9375rem;
	padding: 0 1.9375rem;
	text-align: center;
}

.p-recruit-benefit__desc-right {
	font-size: 1rem;
	line-height: 1.6;
}

.p-recruit__btn-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 1.25rem;
}

.p-recruit__btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #666464;
	border-radius: 4.0625rem;
	color: #ffffff;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	height: 4.0625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	width: 17.0625rem;
}

.p-recruit__btn:hover {
	background-color: #fff;
	color: #666464;
}

.p-recruit-btn__guide {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 13.75rem;
}

.p-recruit-btn__guide:hover {
	opacity: 0.7;
}

.p-recruit__banner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #FF691E;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25rem;
	font-weight: bold;
	font-feature-settings: 'pkna';
	text-align: center;
	/* height: 12.5rem; */
	height: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	/* letter-spacing: 0.1em; */
	letter-spacing: 0;
	padding: 1em 0;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 4.375rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	z-index: 5;
}

.p-recruit__banner:hover {
	background-color: #fff;
	color: #FF691E;
}

main#sdgs {
	margin: 0px auto;
	max-width: 75rem;
	width: 100%;
}

.p-sdgs-header {
	margin-top: 1.75rem;
}

.p-sdgs-content {
	background-color: #EFEFEF;
}

.p-sdgs-content__inner {
	background-color: #fff;
	max-width: 60.625rem;
	padding: 1.0625rem 4.375rem 3.4375rem;
}

.p-sdgs-content__intro {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
	margin-bottom: 1.875rem;
}

.p-sdgs-content__intro-image {
	width: 5.5rem;
}

.p-sdgs-content__intro-text {
	color: #595757;
	font-size: 1rem;
	line-height: 1.57;
}

.p-sdgs-content--title {
	border-bottom: 1px solid #FF691E;
	font-size: 2.125rem;
	font-weight: 500;
	padding-bottom: 0.375rem;
}

.p-sdgs-block__wrap {
	border-bottom: 1px solid #dcdddd;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1.5625rem 0 1.4375rem;
}

.p-sdgs-block__text-wrap {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-sdgs-block--title {
	border-left: 5px solid #FF691E;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 0.75rem;
	padding-left: 0.4375rem;
}

.p-sdgs-block--description {
	color: #595757;
	font-size: 1rem;
	line-height: 1.57;
}

.p-sdgs-block--description br {
	display: block;
}

.p-sdgs-block__icon-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.3125rem;
}

.p-sdgs-block--icon {
	display: block;
	width: 4.0625rem;
}

.p-sdgs-about {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.8125rem;
	margin-top: 1.4375rem;
}

.p-sdgs-about--goals {
	width: 16.25rem;
}

.p-sdgs-about__link:hover {
	opacity: 0.5;
}

.p-sdgs-about__text-wrap {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.p-sdgs-about__title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 0.4375rem;
}

.p-sdgs-about__description {
	color: #595757;
	font-size: 0.9375rem;
	line-height: 1.53;
}

.p-sdgs-corp {
	background-color: #EFEFEF;
	padding-top: 1.875rem;
}

.p-sdgs-corp__inner {
	background-color: #fff;
	margin-bottom: 0.8125rem;
	max-width: 60.625rem;
	padding: 1.0625rem 4.375rem 3.4375rem;
}

.p-sdgs-corp__link:hover {
	opacity: 0.5;
}

main#top {
	margin: 0px auto;
	max-width: 75rem;
	width: 100%;
}

.p-top-mainvisual {
	margin-bottom: 0.8125rem;
	overflow: hidden;
}

.p-top-mainvisual .swiper-container {
	margin-bottom: 0.8125rem;
	overflow: hidden;
	position: relative;
}

.p-top-mainvisual .swiper-button-next:after,
.p-top-mainvisual .swiper-button-prev:after {
	border-radius: 50%;
	color: #FF691E;
}

.p-top-mainvisual .swiper-slide img {
	display: block;
}

.p-top-mainvisual__image {
	-o-object-fit: cover;
	height: calc(100svh - 6.6875rem);
	object-fit: contain;
	width: 100%;
	max-height: 800px;
}

.p-top-mainvisual__intro {
	background-color: #000;
}

.p-top-mainvisual__intro-wrap {
	color: white;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 84.0625rem;
	padding: 2.8125rem 2.5rem;
}

.p-top-mainvisual__left {
	margin: auto 0;
	max-width: 44.9375rem;
	padding-right: 4.75rem;
	width: 46vw;
}

.p-top-mainvisual__head {
	font-size: 2.5rem;
}

.p-top-mainvisual__right {
	border-left: 1px solid orange;
	max-width: 34.25rem;
	padding-left: 2.5625rem;
	white-space: nowrap;
}

.p-top-mainvisual__desc {
	font-size: 1rem;
	line-height: 1.6;
	white-space: nowrap;
}

.p-top-mainvisual .swiper-pagination-bullet {
	background: #fff;
	height: 0.6875rem;
	opacity: 1;
	width: 0.6875rem;
}

.p-top-mainvisual .swiper-pagination-bullet-active {
	background: #FF691E;
}

.p-top-mainvisual .swiper-horizontal > .swiper-pagination-bullets,
.p-top-mainvisual .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-top-mainvisual .swiper-pagination-custom,
.p-top-mainvisual .swiper-pagination-fraction {
	bottom: 1.125rem;
	display: flex;
    justify-content: center;
    gap: 0 3%;
}

.p-top-mainvisual .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-top-mainvisual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	/* margin: 0 1.34375rem; */
	margin: 0;
}

.p-top-about__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-top-about__item {
	height: 18.25rem;
	overflow: hidden;
	position: relative;
	width: 33.33%;
}

.p-top-about__item:hover .p-top-about__box-bg {
	-webkit-filter: brightness(70%);
	        filter: brightness(70%);
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.p-top-about__box-bg {
	height: 100%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.p-top-about__box-bg img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-top-about__box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.4375rem;
	height: 6.0625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 50%;
	position: absolute;
	text-align: center;
	/* top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%); */
	bottom: 10%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	width: 13.8125rem;
}

.p-top-about__title {
	color: #fff;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 2.125rem;
	font-weight: 700;
}

.p-top-about__subtitle {
	color: #fff;
	font-size: 1rem;
}

.p-top-news__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 3.4375rem 1.25rem 3.5625rem;
}

.p-top-news__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 60%;
}

.p-top-news__facebook {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 28.4375rem;
	overflow: hidden;
	width: 100%;
}

.p-top-news__title {
	border-right: 2px solid #FF691E;
	color: #666464;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 4.875rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-right: 1.625rem;
	padding-right: 0.8125rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.p-top-news__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.8125rem;
	list-style: none;
	padding: 0;
}

.p-top-news__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-news__link:hover {
	color: #FF691E;
}

.p-top-news__date {
	font-size: 0.9375rem;
	line-height: 1.8;
}

.p-top-news__cat {
	background-color: #FF691E;
	color: #fff;
	font-size: 0.85625rem;
	font-weight: 500;
	height: 1.21875rem;
	margin-top: 0.1875rem;
	padding: 0.125rem 0.3125rem;
	text-align: center;
	width: 4.875rem;
}

.p-top-news__cat.info {
	background-color: #FF691E;
}

.p-top-news__cat.progress {
	background-color: #666464;
}

.p-top-news__cat.recruit {
	background-color: #666464;
}

.p-top-news__text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 0.9375rem;
	line-height: 1.8;
}

.p-top-news__btn {
	display: block;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 1.25rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-news__btn:hover {
	color: #FF691E;
}

.p-top-news__btn-arrow {
	display: inline-block;
	height: 1rem;
	margin-left: 0.3125rem;
	position: relative;
	width: 0.6875rem;
}

.p-top-news__btn-arrow::before,
.p-top-news__btn-arrow::after {
	background-color: #FF691E;
	border-radius: 9999px;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform-origin: 100% 50%;
	        transform-origin: 100% 50%;
	width: 0.6875rem;
}

.p-top-news__btn-arrow::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.p-top-news__btn-arrow::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

main#works {
	margin: 0px auto;
	max-width: 75rem;
	width: 100%;
}

main#works_single {
	margin: 0px auto;
	max-width: 75rem;
	width: 100%;
}

#works .c-kv {
	aspect-ratio: 1366/350;
}

.p-works-archive__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 83.75rem;
}

.p-works-archive__filters {
	text-align: center;
}

.p-works-archive__filter {
	text-align: center;
}

.p-works-archive__filter-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 1.875rem auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-works-archive__filter-link {
	background-color: #fff;
	border: 1px solid #FF691E;
	color: #FF691E;
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 0.875rem;
	height: 2.8125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	width: 6.5rem;
}

.p-works-archive__filter-link:hover,
.p-works-archive__filter-link.current {
	background-color: #ff6600;
	color: #fff;
}

.p-works-archive__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-works-archive__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 3.5rem 5%;
	margin-bottom: 5.0625rem;
}

.p-works-archive__item {
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 30%;
}

.p-works-archive__item:hover {
	opacity: 0.7;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.p-works-archive__thumbnail {
	height: auto;
	margin-bottom: 0.4375rem;
	width: 100%;
}

.p-works-archive__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 3/2;
	height: 100%;
	object-fit: cover;
}

.p-works-archive__new-label {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #FF691E;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 13.7px;
	font-weight: bold;
	height: 17px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 4px;
	min-width: 34px;
}

.p-works-archive__category {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(35, 24, 21, 0.7);
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 11.5px;
	height: 26px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	line-height: 1.42;
	position: absolute;
	top: 0;
	width: 117px;
	z-index: 1;
}

.p-works-archive__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	font-weight: 500;
	gap: 0.1875rem;
	line-height: 1.3;
	margin-bottom: 0.0625rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-works-archive__excerpt {
	color: #898989;
	font-size: 12px;
}

.p-works-archive__pagination {
	margin: 0 auto;
	margin-bottom: 4.3125rem;
}

.p-works-archive__pagination .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.3125rem;
}

.p-works-archive__pagination .page-numbers {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	border: 1px solid #C9CACA;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 0px 0px #C9CACA;
	        box-shadow: 0px 1px 0px 0px #C9CACA;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 38px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 58px;
}

.p-works-archive__pagination .page-numbers:hover {
	background-color: #FF691E;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-shadow: initial;
	        box-shadow: initial;
	color: #fff;
	-webkit-transform: translateY(1px);
	        transform: translateY(1px);
}

.p-works-archive__pagination .current {
	background-color: #FF691E;
	border: none;
	-webkit-box-shadow: 0 1px 0 0 #666464;
	        box-shadow: 0 1px 0 0 #666464;
	color: #fff;
	pointer-events: none;
}

.p-works-archive__pagination .dots {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	margin-top: -0.3125rem;
	pointer-events: none;
	width: 25px;
}

.p-works-archive__pagination .prev,
.p-works-archive__pagination .next {
	display: none;
}

.p-works-single {
	background-color: #EFEFEF;
}

.p-works-single__inner {
	background-color: #fff;
	margin-bottom: 0.8125rem;
	margin-top: 0.8125rem;
	max-width: 60.625rem;
	padding: 1.0625rem 4.375rem 3.4375rem;
}

.p-works-single__filter {
	text-align: center;
}

.p-works-single__filter-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 1.25rem auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-works-single__filter-link {
	background-color: #fff;
	border: 1px solid #FF691E;
	color: #FF691E;
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 0.875rem;
	height: 2.8125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	width: 6.5rem;
}

.p-works-single__filter-link:hover,
.p-works-single__filter-link.current {
	background-color: #ff6600;
	color: #fff;
}

.p-works-single__category {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 2px solid #FF691E;
	border-radius: 30px;
	color: #FF691E;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9375rem;
	height: 1.5625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	width: 12.5rem;
}

.p-works-single__title {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 0.9375rem;
	text-align: center;
}

.p-works-single__image {
	margin-bottom: 3.4375rem;
	position: relative;
}

.p-works-single__image img {
	-o-object-fit: contain;
	display: block;
	margin: 0 auto;
	max-height: 28.125rem;
	object-fit: contain;
	width: auto;
}

.p-works-single__image::before,
.p-works-single__image::after {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: transparent;
	border-radius: 50%;
	color: #FF691E;
	content: "";
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: swiper-icons;
	font-size: 1.875rem;
	height: 30px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 30px;
}

.p-works-single__image::before {
	content: "prev";
	left: 10px;
}

.p-works-single__image::after {
	content: "next";
	right: 10px;
}

.p-works-single__data {
	margin-top: 3.4375rem;
}

.p-works-single__data-title {
	font-family: "DIN Alternate", "Roboto", sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.3125rem;
}

.p-works-single__data-item {
	color: #5A5A5A;
	font-size: 11.5px;
	margin-bottom: 5rem;
}

.p-works-single__back-btn a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #666464;
	border: 1px solid #666464;
	border-radius: 50px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	height: 39px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 143px;
}

.p-works-single__back-btn a:hover {
	background-color: #fff;
	color: #666464;
}

.p-works-single__gallery-wrapper {
	overflow-x: auto;
	scroll-behavior: smooth; /* スムーズなスクロール */
	white-space: nowrap;
	width: 100%;
}

.p-works-single__gallery {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 10px; /* 画像間のスペースを調整 */
}

.p-works-single__gallery-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(20% - 10px);
	    -ms-flex: 0 0 calc(20% - 10px);
	        flex: 0 0 calc(20% - 10px);
}

.p-works-single .gallery-image {
	-o-object-fit: cover;
	aspect-ratio: 3/2;
	cursor: pointer;
	height: auto;
	object-fit: cover;
	-webkit-transition: -webkit-filter 0.3s ease;
	transition: -webkit-filter 0.3s ease;
	transition: filter 0.3s ease;
	transition: filter 0.3s ease, -webkit-filter 0.3s ease;
	width: 100%;
}

.p-works-single .gallery-image.inactive {
	-webkit-filter: brightness(50%);
	        filter: brightness(50%);
}

.u-hidden-pc {
	display: none;
}

.u-hidden-pc-ib {
	display: none;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-sp-ib {
	display: inline-block;
}

.u-hidden-pc-f {
	display: none;
}

.u-hidden-sp-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.u-mt-20 {
	margin-top: 1.25rem;
}

@media (max-width: 1499px) {

.contact_form .p-form dd input[type=text],
.contact_form .p-form dd input[type=tel],
.contact_form .p-form dd input[type=email],
.contact_form .p-form dd input[type=date],
.contact_form .p-form dd input[type=number],
.contact_form .p-form dd #pref,
.contact_form .p-form dd select,
.contact_form .p-form dd textarea {
	padding: 18px;
	width: 100%;
}

.p-form .job-dd .wpcf7-radio {
	padding: 18px;
	width: 100%;
}

}

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

main.p-entry-confirm .contact_form dd {
	padding: 18px;
}

}

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

html {
	font-size: 1.3793103448vw;
}

}

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

.contact_form .p-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contact_form .p-form dt {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	color: var(--dark-green);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-right: 15px;
	padding: 16px;
	width: 295px;
}

.contact_form .p-form dd {
	width: calc(100% - 295px - 15px);
}

main.p-entry-confirm .contact_form .p-form dt {
	padding: 16px;
}

}

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

main.p-entry-thanks .contact-thanks__desc {
	text-align: left;
}

.contact-thanks-br {
	display: none;
}

}

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

html {
	font-size: 16px;
}

main,
.fl-content-full.container,
.container {
	margin-top: 6.5625rem !important;
}

.js-header__nav-list-link-btn {
	display: block;
	height: 2.5rem;
	position: relative;
	width: 2.5rem;
	z-index: 2;
}

.js-header__nav-list-link-btn::before {
	background: url("../images/common/nav-icon.png") no-repeat center center/cover;
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg) scale(0.55);
	        transform: translate(-50%, -50%) rotate(90deg) scale(0.55);
	width: 0.6875rem;
}

.js-header__nav-list-link-btn.is-accordionActive::before {
	background: url("../images/common/nav-icon.png") no-repeat center center/cover;
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(270deg) scale(0.55);
	        transform: translate(-50%, -50%) rotate(270deg) scale(0.55);
	width: 0.6875rem;
}

.l-body {
	padding-bottom: 4.375rem;
	padding-top: 0.75rem;
}

.l-footer__inner {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.l-header .l-header__contact {
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	gap: 0.625rem;
	position: revert;
}

.l-header__phone {
	font-size: 1.5rem;
}

.l-header__phone img {
	height: 2.5rem;
	width: 2.5rem;
}

.l-header__mail {
	font-size: 1rem;
}

.l-header__mail img {
	height: 2.5rem;
	width: 2.5rem;
}

.l-header__social {
	height: 2.5rem;
	width: 2.5rem;
}

.l-header__nav .l-header__contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.l-header__nav-list {
	background-color: transparent;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.l-header__nav-item {
	width: calc(33.33% - 1.4px);
}

.l-header__nav-pc {
	display: none;
}

.l-header__nav-sp {
	display: block;
}

.l-header .l-header__hamburger-line {
	background-color: #231815;
	display: block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 2.5rem;
}

.l-header .l-header__hamburger-line::before,
.l-header .l-header__hamburger-line::after {
	background-color: #231815;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 2.5rem;
}

.l-header .l-header__hamburger-line::before {
	bottom: 0.6875rem;
}

.l-header .l-header__hamburger-line::after {
	top: 0.6875rem;
}

.l-header .l-header__hamburger-line.is-active {
	background-color: transparent;
}

.l-header .l-header__hamburger-line.is-active::before {
	background-color: #fff;
	top: 0;
	-webkit-transform: rotate(32deg);
	        transform: rotate(32deg);
}

.l-header .l-header__hamburger-line.is-active::after {
	background-color: #fff;
	top: 0;
	-webkit-transform: rotate(-32deg);
	        transform: rotate(-32deg);
}

.l-header .l-header__hamburger {
	cursor: pointer;
	display: block;
	height: 1.875rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.875rem;
	z-index: 10000;
}

.l-header .l-header__nav {
	background-color: #FF691E;
	height: 100vh;
	left: auto;
	padding: 6.25rem 3.125rem 1.875rem;
	position: fixed;
	right: -100%;
	top: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 18.75rem;
	z-index: 10;
}

.l-header .l-header__nav::before {
	background-color: #FF691E;
	content: "";
	height: 100%;
	margin-right: -100vw;
	padding-right: calc(100vw + 3.125rem);
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.l-header .l-header__nav-list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	        flex-wrap: nowrap;
	gap: 0.9375rem;
	margin-bottom: 2.5rem;
}

.l-header .l-header__nav-item {
	background-color: transparent;
	text-align: left;
	width: 100%;
}

.l-header .l-header__nav-item a {
	color: #fff;
	font-size: 1.125rem;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-header .l-header__nav-item a::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	width: 0;
}

.l-header .l-header__nav-item a:hover {
	background-color: transparent;
}

.l-header .l-header__nav-item a:hover::after {
	width: 100%;
}

.l-header .l-header__contact-wrap {
	gap: 0.625rem;
	margin-left: 0rem;
}

.l-header .l-header__phone {
	color: #fff;
	padding-bottom: 0.3125rem;
}

.l-header .l-header__phone::after {
	background-color: #fff;
}

.l-header .l-header__mail {
	color: #fff;
	font-size: 1.125rem;
	padding-bottom: 0.3125rem;
}

.l-header .l-header__mail::after {
	background-color: #fff;
}

.l-header .l-header__mail br {
	display: none;
}

.l-header .l-header__social {
	margin-left: 0rem;
}

.l-header .l-header__nav.is-active {
	right: 0;
}

.l-header .l-header__overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 9;
}

.l-header .l-header__nav.is-active + .l-header__overlay {
	opacity: 1;
	visibility: visible;
}

.l-inner.l-inner--r0 {
	padding-right: 0;
}

.l-inner-body {
	max-width: 37.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.l-inner-body.l-inner-body--r0 {
	padding-right: 0;
}

.l-navigation__inner {
	padding: 3.75rem 1.25rem;
}

.l-navigation__head-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.875rem;
}

.l-navigation__contact,
.l-navigation__recruit {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	    -ms-flex: auto;
	        flex: auto;
	gap: 1.875rem;
	width: 100%;
}

.l-navigation__title {
	font-size: 2.875rem;
}

.l-navigation__subtitle {
	font-size: 0.9375rem;
}

.l-navigation__links {
	margin-bottom: 1.875rem;
}

.l-navigation__top-to-page {
	height: 3.125rem;
	width: 3.125rem;
}

.l-navigation__top-to-page::before,
.l-navigation__top-to-page::after {
	height: 1.25rem;
}

.c-br {
	display: none;
}

.c-heading__inner {
	margin-right: 2.1875rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.c-heading__inner::after {
	right: -2.1875rem;
	width: 1.25rem;
}

.c-heading--title {
	font-size: 2.625rem;
}

.c-heading--description {
	font-size: 0.9375rem;
}

.c-kv__inner {
	height: 25rem;
}

.c-kv__title {
	font-size: 4.375rem;
}

.c-kv__subtitle {
	font-size: 1.25rem;
}

.c-kv__text {
	font-size: 1rem;
}

.c-kv__works-title {
	width: 100%;
}

.p-about-kv {
    background: none;
}

.p-about-kv__inner {
	height: auto !important;
	padding: 0 !important;
}

.p-about-kv__inner .c-kv__inner-wrap {
    padding: 0.5rem 1.25rem 1.25rem;
    width: 100%;
    /* background: url(../images/about/hero.jpg) left top / cover; */
	position: relative;
}

.p-about-kv__inner .c-kv__inner-wrap:before {
	content: "";
	background: url(../images/about/hero.jpg) left top / cover;
	filter: brightness(0.75);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.p-about-message__company {
    position: relative;
    width: 100%;
}

.p-about-message__wrap {
	background: none;
}

.p-about-message__image {
	-o-object-position: right;
	display: block;
	/* height: 25rem; */
	height: 52.083vw;
	object-position: right;
	position: relative;
}

.p-about-message__box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-width: 100%;
	padding: 1.875rem 1.25rem;
	width: 100%;
}

.p-about-message__box::before {
	background-color: #1F5485;
	min-width: 100%;
}

.p-about-message__box p {
	/* font-size: 1rem; */
	font-size: calc(1rem * .9);
}

.p-about-message__top-head {
	/* font-size: 2rem; */
	font-size: calc(2rem * .8);
}

.p-about-message__head {
	/* font-size: 1.5rem; */
	font-size: calc(1.5rem * .8);
}

.p-about-message__company-content {
	max-width: 28.125rem;
	min-width: auto;
	width: 100%;
}

.p-about-services__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 20px;
	width: 100%;
}

.p-about-services__item:nth-of-type(2) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-about-services__text-wrap {
	padding: 2.5rem 0;
}

.p-about-services__img {
	width: 100%;
}

.p-about-services__number {
	font-size: 6.25rem;
}

.p-about-services__title {
	font-size: 1.375rem;
}

.p-company-philosopy__inner {
	max-width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-company-philosopy__list {
	gap: 1.5625rem;
}

.p-company-philosopy__item {
	width: 100%;
}

.p-company-philosopy__circle {
	height: 7.1875rem;
	width: 7.1875rem;
}

.p-company-philosopy__circle-text {
	font-size: 1.125rem;
}

.p-company-philosopy__text {
	font-size: 1rem;
}

.p-company-company__inner {
	max-width: 100%;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-company-company__term {
	padding: 1.25rem 0.625rem;
	width: 10rem;
}

.p-contact-form__inner {
	margin-bottom: 0.9375rem;
	margin-top: 1.5625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-news-archive__sidebar-head {
	display: none;
}

.p-news-archive__sidebar-head.-sp {
	display: block;
	margin-bottom: 3.125rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-news-archive__sidebar-head.-sp a {
	padding-right: 2.8125rem;
}

.p-news-archive__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-privacy-content__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-recruit-kv {
	height: 47vw;
}

.p-recruit-kv__inner {
	height: 100%;
}

.p-recruit-kv__title {
	width: 70%;
}

.p-recruit-head__inner {
	padding: 0.625rem 1.25rem;
}

.p-recruit-head__title {
	font-size: 2.5rem;
}

.p-recruit-head__info {
	font-size: 1.125rem;
}

.p-recruit-nav__list {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 0.625rem 0;
	padding: 0.625rem 1.25rem;
}

.p-recruit-nav__head {
	font-size: 1.375rem;
	margin-bottom: 0.625rem;
	padding-right: 0;
	width: 100%;
}

.p-recruit-nav__head::after {
	content: none;
}

.p-recruit-nav__item {
	font-size: 0.875rem;
	padding: 0 0.625rem;
	width: 25%;
}

.p-recruit-nav__item::after {
	height: 2.8125rem;
	right: -0.0625rem;
}

.p-recruit-nav__item::before {
	background-color: #fff;
	content: "";
	height: 2.8125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
}

.p-recruit-message__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.5rem;
}

.p-recruit-message__icon {
	width: 100%;
}

.p-recruit-message__text-wrap {
	width: 100%;
}

.p-recruit-message__title {
	font-size: 5rem;
}

.p-recruit-message__subtitle {
	font-size: 1.125rem;
}

.p-recruit-message__head {
	font-size: 1.125rem;
}

.p-recruit-message__description {
	font-size: 0.9375rem;
}

.p-recruit-message__image {
	width: 100%;
}

.p-recruit-message__ceo {
	font-size: 0.9375rem;
}

.p-recruit-message__ceo-name {
	font-size: 1.5rem;
}

.p-recruit-interview__tab {
	font-size: 1.0625rem;
}

.p-recruit-interview__container {
	padding: 1.25rem;
}

.p-recruit-interview__container::before {
	height: clamp(5rem, 20vw, 6.875rem);
	width: clamp(5rem, 20vw, 6.875rem);
}

.p-recruit-interview__title {
	font-size: 4.625rem;
	font-size: clamp(3.125rem, 12vw, 4.625rem);
}

.p-recruit-interview__main-image {
	height: 18.75rem;
}

.p-recruit-interview__main-image img {
	filter: brightness(0.95);
	object-position: 10% top;
}

.p-recruit-interview__job-title {
	font-size: clamp(1.875rem, 6vw, 2.625rem);
	/* margin-bottom: 5vw; */
}

.p-recruit-interview__position,
.p-recruit-interview__skill,
.p-recruit-interview__year {
	font-size: 1rem;
}

.p-recruit-interview__skill {
	font-size: 1.3125rem;
}

.p-recruit-interview__wrap {
	gap: 1.25rem;
}

.p-recruit-interview__wrap:nth-of-type(even) .p-recruit-interview__support-message {
	right: 1.25rem;
}

.p-recruit-interview__left,
.p-recruit-interview__right {
	width: 100%;
}

.p-recruit-interview__support-message {
	font-size: 1.375rem;
	left: 1.25rem;
}

.p-recruit-interview__support-text {
	font-size: 0.9375rem;
	padding-top: 5rem;
}

.p-recruit-interview__support-date {
	font-size: 0.9375rem;
}

.p-recruit-interview__sub-images {
	gap: 1.25rem;
}

.p-recruit-interview__schedule-title {
	font-size: 1.875rem;
}

.p-recruit-interview__schedule-list .time {
	font-size: 1.125rem;
}

.p-recruit-interview__schedule-list .time::before {
	top: 0.25rem;
}

.p-recruit-interview__schedule-list p {
	font-size: 0.9375rem;
}

.p-recruit-person__container {
	padding: 1.25rem;
}

.p-recruit-person__container::before {
	height: clamp(5rem, 20vw, 6.875rem);
	width: clamp(5rem, 20vw, 6.875rem);
}

.p-recruit-person__title {
	font-size: 4.625rem;
	font-size: clamp(3.125rem, 12vw, 4.625rem);
}

.p-recruit-person__main-image {
	height: 18.75rem;
}

.p-recruit-person__job-title {
	font-size: clamp(1.875rem, 6vw, 2.625rem);
}

.p-recruit-person__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-recruit-person__image {
	width: 100%;
}

.p-recruit-person__item h3 {
	font-size: 1.125rem;
}

.p-recruit-person__item p {
	font-size: 0.9375rem;
}

.p-recruit-person__text {
	font-size: 0.9375rem;
}

.p-recruit-welfare__container {
	padding: 1.25rem;
}

.p-recruit-welfare__container::before {
	height: clamp(5rem, 20vw, 6.875rem);
	width: clamp(5rem, 20vw, 6.875rem);
}

.p-recruit-welfare__title {
	font-size: 4.625rem;
	font-size: clamp(3.125rem, 12vw, 4.625rem);
}

.p-recruit-welfare__main-image {
	height: 18.75rem;
}

.p-recruit-welfare__job-title {
	font-size: clamp(1.875rem, 6vw, 2.625rem);
}

.p-recruit-welfare__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.5rem 0;
}

.p-recruit-welfare__left-text {
	font-size: 0.9375rem;
}

.p-recruit-welfare__item {
	font-size: 0.9375rem;
}

.p-recruit-welfare__list-img {
	position: relative;
    width: 80%;
    right: unset;
    margin: 0 auto;
	margin-top: 0.625rem;
}

.p-recruit-welfare__image-text {
	font-size: 0.9375rem;
}

.p-recruit-requirements__container {
	padding: 1.25rem;
}

.p-recruit-requirements__title-wrap {
	margin-bottom: 1.875rem;
}

.p-recruit-requirements__title {
	font-size: 1.25rem;
	width: 9.375rem;
}

.p-recruit-requirements__term {
	font-size: 1.0625rem;
	padding: 0.625rem;
	width: 9.375rem;
}

.p-recruit-requirements__desc {
	font-size: 0.9375rem;
	padding: 1.25rem;
}

.p-recruit-requirements__desc--strong {
	font-size: 1.0625rem;
}

.p-recruit-selection__container {
	padding: 1.25rem;
}

.p-recruit-selection__title-wrap {
	margin-bottom: 1.875rem;
}

.p-recruit-selection__title {
	font-size: 1.25rem;
	width: 9.375rem;
}

.p-recruit-selection__flow {
	gap: 0.625rem;
}

.p-recruit-selection__flow-item {
	font-size: 1.125rem;
	height: 9.375rem;
	width: 3.125rem;
}

.p-recruit-selection__flow-item--arrow {
	width: 5rem;
}

.p-recruit-selection__flow-item--arrow::before,
.p-recruit-selection__flow-item--arrow::after {
	width: 1.875rem;
}

.p-recruit-selection__term {
	font-size: 1.0625rem;
	padding: 0.625rem;
	width: 9.375rem;
}

.p-recruit-selection__desc {
	font-size: 0.9375rem;
	padding: 1.25rem;
}

.p-recruit-selection__desc--strong {
	font-size: 1.0625rem;
}

.p-recruit-benefit__container {
	padding: 1.25rem;
}

.p-recruit-benefit__title-wrap {
	margin-bottom: 1.875rem;
}

.p-recruit-benefit__title {
	font-size: 1.1875rem;
	width: 9.375rem;
}

.p-recruit-benefit__item .bg-color {
	font-size: 0.9375rem;
}

.p-recruit-benefit__term {
	font-size: 1.0625rem;
	padding: 0.625rem;
	width: 9.375rem;
}

.p-recruit-benefit__desc {
	font-size: 0.9375rem;
	padding: 1.25rem;
}

.p-recruit-benefit__desc--strong {
	font-size: 1.0625rem;
}

.p-recruit-benefit__desc-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruit-benefit__desc-left {
	font-size: 0.9375rem;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	min-width: auto;
	padding: 0 0.625rem;
	padding-bottom: 1.25rem;
	text-align: left;
}

.p-recruit-benefit__desc-right {
	font-size: 0.9375rem;
	padding: 0 0.625rem;
}

.p-recruit__btn-wrap {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.p-recruit__btn {
	font-size: 1.0625rem;
	height: 3.75rem;
	width: 16.25rem;
}

.p-recruit__banner {
	bottom: 0;
	font-size: 1.125rem;
	font-feature-settings: unset;
	height: 4.375rem;
	left: 0;
	top: auto;
	-webkit-transform: none;
	        transform: none;
	/* width: 12.5rem; */
	width: fit-content;
    min-width: 12.5rem;
	-webkit-writing-mode: initial;
	    -ms-writing-mode: initial;
	        writing-mode: initial;
	padding: 0.8em 0.5em;
}

.page-template-page-recruit .l-footer__inner {
	margin-bottom: 5rem;
}

.p-sdgs-content__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-sdgs-content__intro {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-sdgs-content--title {
	font-size: 1.75rem;
}

.p-sdgs-block__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-sdgs-block--description br {
	display: none;
}

.p-sdgs-about {
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-sdgs-corp__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-top-mainvisual__image {
	/* height: calc(100svh - 6.5625rem); */
	height: 66.67vw;
}

.p-top-mainvisual__intro-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 3.125rem 1.25rem;
}

.p-top-mainvisual__left {
	border-bottom: 1px solid orange;
	margin-bottom: 2.5rem;
	padding-bottom: 3.75rem;
	padding-right: 0;
	width: 100%;
}

.p-top-mainvisual__right {
	border: none;
	max-width: 100%;
	padding-left: 0;
	white-space: wrap;
	width: 100%;
}

.p-top-mainvisual__right br {
	display: none;
}

.p-top-mainvisual__desc {
	white-space: wrap;
}

.p-top-about__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-top-about__item {
	width: 100%;
}

.p-top-news__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-top-news__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

.p-top-news__facebook {
	max-height: revert;
	width: 100%;
}

.p-top-news__title {
	border-bottom: 2px solid #FF691E;
	border-right: none;
	gap: 10vw;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 1.25rem;
	margin-right: 0;
	padding-bottom: 1.25rem;
	padding-right: 0;
	-webkit-writing-mode: inherit;
	    -ms-writing-mode: inherit;
	        writing-mode: inherit;
}

.p-top-news__link {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.p-top-news__btn {
	margin-top: 1.875rem;
}

.p-works-archive__filter-item {
	width: 12.4%;
}

.p-works-archive__filter-link {
	font-size: 0.9375rem;
	height: 3.125rem;
	width: auto;
}

.p-works-archive__item {
	width: 47.5%;
}

.p-works-single__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-works-single__filter-item {
	width: 12.4%;
}

.p-works-single__filter-link {
	font-size: 0.9375rem;
	height: 3.125rem;
	width: auto;
}

.p-works-single__category {
	font-size: 0.875rem;
	margin-bottom: 0.3125rem;
	width: 11.25rem;
}

.p-works-single__title {
	font-size: 1.25rem;
}

.p-works-single__gallery-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(25% - 7.5px);
	    -ms-flex: 0 0 calc(25% - 7.5px);
	        flex: 0 0 calc(25% - 7.5px);
}

.u-hidden-pc {
	display: block;
}

.u-hidden-pc-ib {
	display: inline-block;
}

.u-hidden-sp {
	display: none;
}

.u-hidden-sp-ib {
	display: none;
}

.u-hidden-pc-f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.u-hidden-sp-f {
	display: none;
}

}

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

.l-header .l-header__hamburger-line {
	width: 1.875rem;
}

.l-header .l-header__hamburger-line::before,
.l-header .l-header__hamburger-line::after {
	width: 1.875rem;
}

.l-header .l-header__hamburger-line::before {
	bottom: 0.5rem;
}

.l-header .l-header__hamburger-line::after {
	top: 0.5rem;
}

.l-header .l-header__nav-item a {
	font-size: 1rem;
}

}

@media (max-width: 768px) {

#works .c-kv__inner {
	height: 58vw;
}

}

@media (max-width: 750px) {

.contact_form .top-required,
.contact_form .required {
	font-size: 12px;
	padding: 5px 6px;
	white-space: nowrap;
}

.contact_form .attention {
	font-size: 14px;
}

.contact_form .p-form {
	display: block;
	padding: 10px 0;
}

.contact_form .p-form dt {
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 14px;
	gap: 5px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-bottom: 5px;
	margin-right: 0;
	padding: 10px;
	width: 100%;
}

.contact_form .p-form dd {
	width: 100%;
}

.contact_form .p-form .message > span.required {
	margin-left: 0;
}

.contact_form .p-form dd input[type=text],
.contact_form .p-form dd input[type=tel],
.contact_form .p-form dd input[type=email],
.contact_form .p-form dd input[type=date],
.contact_form .p-form dd input[type=number],
.contact_form .p-form dd #pref,
.contact_form .p-form dd select,
.contact_form .p-form dd textarea {
	font-size: 16px;
	height: 53px;
	padding: 10px;
	width: 100%;
}

.p-form .job-dd .wpcf7-radio {
	font-size: 16px;
	padding: 10px;
	width: 100%;
}

.contact_form .p-form .job-dt {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.contact_form .p-form dd #pref {
	height: 48.8px;
}

.contact_form .p-form dd.your-method {
	margin-top: 14px;
}

.contact_form .p-form dd .radio-wrap .wpcf7-list-item {
	border-radius: 18px;
	height: 40px;
	width: calc(50% - 3px);
}

.contact_form .p-form dd .radio-wrap .wpcf7-list-item.first {
	margin-right: 6px;
}

.contact_form .p-form dd .radio-wrap .wpcf7-list-item-label {
	font-size: 14px;
}

.contact_form .p-form dd .radio-wrap .wpcf7-list-item-label::before {
	height: 1em;
	width: 1em;
}

.contact_form .p-form .your-date .date {
	width: 50%;
}

.contact_form .p-form .your-address #address-text {
	font-size: 14px;
	text-align: left;
}

.contact_form .pp-lead {
	font-size: 16px;
	margin-bottom: 10px;
}

.contact_form .pp-agreeBtn {
	margin-bottom: 20px;
	margin-top: 20px;
}

.contact_form .pp-agreeBtn .wpcf7-list-item-label {
	font-size: 16px;
}

.contact_form .pp-agreeBtn span.wpcf7-list-item-label::before {
	height: 15px;
	width: 15px;
}

.contact_form .attention-btm {
	margin-bottom: 20px;
	margin-top: 0;
}

.contact_form .attention-btm p {
	font-size: 16px;
	line-height: 13px;
}

.contact_form .contact_send_button_wrap {
	height: 60px;
	width: 100%;
}

.contact_form .wpcf7-not-valid-tip {
	font-size: 16px;
}

.p-entry__inner {
	margin-top: 50px;
	padding-bottom: 60px;
	padding-top: 60px;
}

.p-entry__desc.pl10 {
	padding: 0;
}

.contact_form .p-entry__pref::before {
	height: 48px;
	width: 48px;
}

.contact_form .p-entry__pref::after {
	height: 9px;
	right: 25px;
	width: 9px;
}

.contact_form .has-free-text > label {
	width: 70px;
}

.contact_form .p-form dd .has-free-text .wpcf7-free-text {
	width: calc(100% - 70px);
}

main.p-entry-confirm .contact_form .contact_back {
	font-size: 15px;
	font-weight: 400;
}

}

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

.contact_form .p-form dd input[type=radio] {
	width: 14px;
}

main.p-entry-confirm .contact_form dd {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 16px;
	height: 48.8px;
	padding: 10px;
	width: 100%;
}

main.p-entry-confirm .contact_form .p-form dt.message {
	margin-bottom: 5px;
}

main.p-entry-confirm .contact_form .contact_send_button_wrap {
	margin-top: 30px;
}

main.p-entry-confirm .contact_form .p-form dt {
	padding: 10px;
}

main.p-entry-thanks .contact-thanks__title {
	font-size: 21px;
}

main.p-entry-thanks .contact-thanks__title {
	margin-bottom: 30px;
}

main.p-entry-thanks .contact-thanks__desc {
	font-size: 15px;
}

main.p-entry-confirm .p-entry__btn__wrap {
	height: 60px;
}

.contact_form .contact-thanks__link__wrap {
	height: 60px;
}

}

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

.p-works-archive__filter-item {
	width: 25%;
}

.p-works-single__filter-item {
	width: 25%;
}

}

@media (max-width: 660px) {

.contact-desc-br {
	display: none;
}

}

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

.p-recruit-person__title br {
	display: block;
}

}

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

.p-recruit-interview__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	/* -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column; */
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	border-top: 1px solid #FF691E;
	padding-top: 1.875rem;
	margin-bottom: 1.875rem;
}

.p-recruit-interview__wrap:nth-of-type(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	/* -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column; */
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-recruit-interview__support-message {
	position: inherit;
	width: 100%;
}

.p-recruit-interview__support-message br {
	display: none;
}

.p-recruit-interview__wrap:nth-of-type(even) .p-recruit-interview__support-message {
	text-align: left;
}

.p-recruit-interview__support-text {
	padding-top: 0;
}

.p-recruit-welfare__main-image img {
	-o-object-position: 80%;
	object-position: 80%;
}

}

@media (max-width: 510px) {

.contact-msg-br {
	display: none;
}

}

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

main.p-entry-confirm .p-entry__btn__wrap {
	gap: 20px;
	height: auto;
}

main.p-entry-confirm .contact_form .contact_send_button {
	height: 50px;
}

main.p-entry-confirm .contact_form .p-entry__previous {
	height: 50px;
}

.p-recruit-selection__flow-item--arrow::before,
.p-recruit-selection__flow-item--arrow::after {
	width: 0.8rem;
	right: -0.2em;
}

}

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

.contact__annotation-head {
	font-size: 16px;
}

}

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

.c-kv__text {
	font-size: 3.2vw;
}

}

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

.p-about-message__top-head {
	/* font-size: 7vw; */
	font-size: calc(7vw * .8);
}

}

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

.l-navigation__title {
	font-size: 2.5rem;
	margin-bottom: 0.4375rem;
}

.l-navigation__text br {
	display: none;
}

.l-navigation__list {
	width: calc(50% - 0.9375rem);
}

.l-navigation__item {
	font-size: 1rem;
}

.l-navigation__item--secondary {
	font-size: 1rem;
}

.l-navigation__item--secondary br {
	display: block;
}

.l-navigation__item--privacy {
	text-align: left;
}

.l-navigation__item--privacy br {
	display: block;
}

.l-navigation__list-image {
	width: 100%;
}

.c-heading {
	margin-bottom: 0.625rem;
	margin-top: 0.625rem;
}

.c-heading__inner {
	margin-right: 1.875rem;
}

.c-heading__inner::after {
	right: -1.875rem;
}

.c-heading--title {
	font-size: 1.875rem;
}

.c-kv__inner {
	height: 17.5rem;
	padding: 0.5rem 1.25rem 1.25rem;
}

.c-kv__title {
	font-size: 3.125rem;
}

.c-kv__subtitle {
	font-size: 0.9375rem;
}

.c-kv__text {
	font-size: 0.8125rem;
}

.p-about-message__box {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-about-message__box p {
	/* font-size: 0.9375rem; */
	font-size: calc(0.9375rem * .9);
}

.p-about-message__top-head {
	/* font-size: 1.5625rem; */
	font-size: calc(1.5625rem * .8);
}

.p-about-message__head {
	/* font-size: 1.3125rem; */
	font-size: calc(1.3125rem * .8);
}

.p-about-message .p-about-message__author--small {
	font-size: 1.125rem;
}

.p-about-message .p-about-message__author {
	font-size: 1.625rem;
}

.p-about-message__company-inner {
	padding: 0.9375rem;
}

.p-about-message__company-logo img {
	max-width: 6.25rem;
}

.p-about-message__company-content {
	max-width: 18.75rem;
}

.p-about-message__company-icon {
	max-width: 6.25rem;
}

.p-about-message__company-title {
	font-size: 1rem;
}

.p-about-services__number {
	font-size: 5rem;
}

.p-about-services__title {
	font-size: 1.25rem;
}

.p-about-services__desc {
	font-size: 0.9375rem;
}

.p-about-services__link {
	font-size: 0.9375rem;
}

.p-company-philosopy__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-company-philosopy__circle-text {
	font-size: 1rem;
}

.p-company-company__term {
	font-size: 0.9375rem;
	white-space: nowrap;
	width: 6.875rem;
}

.p-company-company__desc {
	font-size: 0.9375rem;
	padding: 1.25rem 0.625rem;
}

.p-company-company__desc br {
	display: block;
}

.p-privacy-content__text {
	font-size: 0.9375rem;
}

.p-recruit-kv {
	height: 11.875rem;
}

.p-recruit-kv__inner {
	height: 100%;
}

.p-recruit-kv__title {
	width: 85%;
}

.p-recruit-head__title {
	font-size: 2rem;
}

.p-recruit-head__info {
	font-size: 1rem;
}

.p-recruit-nav__head {
	font-size: 1.25rem;
}

.p-recruit-nav__item {
	width: 33.3333333333%;
}

.p-recruit-nav__item::after {
	height: 2.5rem;
}

.p-recruit-nav__item::before {
	height: 2.5rem;
}

.p-recruit-message__inner {
	margin-bottom: 2.5rem;
}

.p-recruit-message__icon {
	margin-bottom: 1.25rem;
}

.p-recruit-message__title {
	font-size: 3.75rem;
}

.p-recruit-message__subtitle {
	font-size: 1.0625rem;
}

.p-recruit-message__head {
	font-size: 1.0625rem;
}

.p-recruit-message__ceo-name {
	font-size: 1.25rem;
}

.p-recruit-interview__tablist {
	gap: 0.625rem;
	margin-bottom: 1.25rem;
}

.p-recruit-interview__tab {
	font-size: 1rem;
	height: 3.125rem;
}

.p-recruit-interview__inner {
	margin-bottom: 2.5rem;
}

.p-recruit-interview__title {
	font-size: 3.125rem;
}

.p-recruit-interview__support-message {
	font-size: 1.25rem;
}

.p-recruit-interview__sub-images {
	gap: 0.9375rem;
}

.p-recruit-interview__schedule-title {
	font-size: 1.5rem;
}

.p-recruit-interview__schedule-list::before {
	left: 4.5rem;
}

.p-recruit-interview__schedule-list .time {
	font-size: 1rem;
	margin-right: 2.625rem;
	margin-top: 0.125rem;
	width: 3.75rem;
}

.p-recruit-interview__schedule-list .time::before {
	left: 4.6875rem;
	top: 0.1875rem;
}

.p-recruit-interview__schedule-list p br {
	display: none;
}

.p-recruit-interview__schedule-list p br.-block {
	display: block;
}

.p-recruit-person {
	padding-top: 1.25rem;
}

.p-recruit-person__inner {
	margin-bottom: 2.5rem;
}

.p-recruit-person__title {
	font-size: 3.125rem;
}

.p-recruit-person__list {
	gap: 1.25rem;
}

.p-recruit-welfare__inner {
	margin-bottom: 1.25rem;
}

.p-recruit-welfare__title {
	font-size: 3.125rem;
}

.p-recruit-welfare__main-image img {
	-o-object-position: 80%;
	object-position: 80%;
}

.p-recruit-requirements__inner {
	margin-bottom: 2.5rem;
}

.p-recruit-requirements__title-wrap span {
	display: none;
}

.p-recruit-requirements__title {
	width: 100%;
}

.p-recruit-requirements__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruit-requirements__item:first-of-type {
	border-top: 1px solid #DCDDDD;
}

.p-recruit-requirements__term {
	border: none;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	padding: 1.25rem 0 0.9375rem;
	width: 100%;
}

.p-recruit-requirements__desc {
	padding: 0.625rem;
	padding-bottom: 1.25rem;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.p-recruit-requirements__desc--strong {
	font-size: 1rem;
}

.p-recruit-selection__inner {
	margin-bottom: 2.5rem;
}

.p-recruit-selection__title-wrap span {
	display: none;
}

.p-recruit-selection__title {
	width: 100%;
}

.p-recruit-selection__flow {
	gap: 0.3125rem;
}

.p-recruit-selection__flow-item {
	font-size: 1rem;
	height: 9.375rem;
	width: 3.125rem;
}

.p-recruit-selection__flow-item--arrow {
	width: 3.125rem;
	background: none;
}

.p-recruit-selection__flow-item--arrow::before,
.p-recruit-selection__flow-item--arrow::after {
	/* width: 1.0625rem; */
	width: 0.8rem;
	right: -0.2em;
}

.p-recruit-selection__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruit-selection__item:first-of-type {
	border-top: 1px solid #DCDDDD;
}

.p-recruit-selection__term {
	border: none;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	padding: 1.25rem 0 0.9375rem;
	width: 100%;
}

.p-recruit-selection__desc {
	padding: 0.625rem;
	padding-bottom: 1.25rem;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.p-recruit-selection__desc--strong {
	font-size: 1rem;
}

.p-recruit-benefit__title-wrap span {
	display: none;
}

.p-recruit-benefit__title {
	width: 100%;
}

.p-recruit-benefit__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruit-benefit__item:first-of-type {
	border-top: 1px solid #DCDDDD;
}

.p-recruit-benefit__term {
	border: none;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	    -ms-flex-pack: left;
	        justify-content: left;
	padding: 1.25rem 0 0.9375rem;
	width: 100%;
}

.p-recruit-benefit__desc {
	padding: 0.625rem 0;
	padding-bottom: 1.25rem;
	width: 100%;
}

.p-recruit-benefit__desc--strong {
	font-size: 1rem;
}

.p-recruit-benefit__desc-wrap:first-of-type {
	border: none;
}

.p-recruit-benefit__desc-left {
	padding-left: 0;
	padding-right: 0;
}

.p-recruit-benefit__desc-right {
	padding: 0;
}

.p-recruit__btn-wrap {
	gap: 1.25rem;
}

.p-recruit__btn {
	font-size: 1rem;
	width: 13.75rem;
}

.p-recruit-btn__guide {
	max-width: 13.75rem;
	width: 100%;
}

.p-recruit__banner {
	font-size: 1rem;
	height: 3.125rem;
	width: 100%;
}

.page-template-page-recruit .l-footer__inner {
	margin-bottom: 3.75rem;
}

.p-sdgs-content__intro-text {
	font-size: 0.9375rem;
}

.p-sdgs-content--title {
	font-size: 1.375rem;
}

.p-works-archive__item {
	width: 100%;
}

.p-works-archive__pagination .page-numbers {
	font-size: 1.125rem;
	height: 2.375rem;
	width: 3.3125rem;
}

.p-works-archive__pagination .dots {
	width: 1.5625rem;
}

.p-works-single__category {
	font-size: 0.8125rem;
	margin-bottom: 0.1875rem;
	width: 10rem;
}

.p-works-single__title {
	font-size: 1.125rem;
}

.p-works-single__image::before,
.p-works-single__image::after {
	font-size: 1.25rem;
}

.p-works-single__image::before {
	left: 5px;
}

.p-works-single__image::after {
	right: 5px;
}

.p-works-single__gallery-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 calc(33% - 5px);
	    -ms-flex: 0 0 calc(33% - 5px);
	        flex: 0 0 calc(33% - 5px);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

