@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

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

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

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

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	color: #000;
	font-family: "Noto Serif JP", serif;
}

/* link */

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

/* img */

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

img {
	-o-object-fit: cover;
	display: block;
	height: auto;
	object-fit: cover;
	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;
}

/* 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;
}

/* フェード設定 */

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

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

.c-heading {
	padding: 0;
	text-align: left;
}

.c-heading--center {
	text-align: center;
}

.c-heading__main {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.4em;
	line-height: normal;
}

.c-heading__sub {
	color: #BDBDBD;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.4em;
	line-height: normal;
	margin-top: 0.375rem;
}

.c-heading__main--change {
	font-size: 3.125vw;
}

.c-heading__sub--change {
	font-size: 1.5625vw;
}

.c-text {
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-size: 1.25vw;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.4em;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 2.109375vw;
}

.p-company {
	padding: 4.125rem 0 4.75rem;
}

.p-company__content {
	-moz-column-gap: 3.828125vw;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 3.828125vw;
	        column-gap: 3.828125vw;
	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;
}

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

.p-company__desc:first-of-type {
	margin-top: 5.46875vw;
}

.p-company__button {
	margin-top: 2.5vw;
	text-align: center;
	width: 29.21875vw;
}

.p-company__link {
	background: #fff;
	border: 0.0625rem solid #000;
	color: #000;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 1.40625vw;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.4em;
	line-height: normal;
	padding: 0.9375vw;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	width: 100%;
}

.p-company__link:hover {
	opacity: 0.7;
	text-decoration: none;
}

.p-company__image {
	width: 48.90625vw;
}

.p-company__image img {
	aspect-ratio: 626/414;
}

.p-entry {
	background: #C8162B;
	padding: 4.4375rem 0 4.5rem;
}

.p-entry__heading {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.6rem;
	line-height: normal;
	margin-bottom: 0;
}

.p-entry__button {
	margin-inline: auto;
	margin-top: 0.8125rem;
	width: 44.5rem;
	display: flex;
	gap: 1rem;
}

.p-entry__link {
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.p-entry__link:hover {
	opacity: 0.7;
}

.p-entry__link img {
	aspect-ratio: 356/95;
}

.p-fv {
	position: relative;
}

.p-fv__text {
	font-family: "Noto Serif JP", serif;
	left: 5.15625vw;
	position: absolute;
	top: 8.359375vw;
}

.p-fv__slogan {
	color: #fff;
	font-size: 4.21875vw;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-bottom: 1.6875rem;
	margin-bottom: 2.109375vw;
	text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.p-fv__up {
	color: #FFF;
	font-family: Arial;
	font-size: 2.34375vw;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.5;
	text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	vertical-align: top;
}

.p-fv__sub {
	color: #fff;
	font-size: 3.125vw;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-bottom: 0;
	text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}

.p-fv__annotation {
	bottom: 2.109375vw;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 1.09375vw;
	font-style: normal;
	font-weight: 400;
	left: 5.15625vw;
	letter-spacing: 0.2em;
	line-height: normal;
	margin-bottom: 0;
	position: absolute;
	text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

.site-branding .site-logo-div {
	padding-bottom: 12px !important;
	padding-top: 10px;
}

.p-job {
	padding: 4.75rem 0 9.5rem;
}

.p-job__contents {
	margin-inline: auto;
	margin-top: 3.8125rem;
	max-width: 62.5rem;
	width: 100%;
}

.p-job__content {
	-moz-column-gap: 3.4375vw;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	-webkit-box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.15);
	-webkit-column-gap: 3.4375vw;
	        column-gap: 3.4375vw;
	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: 4.6875vw;
	width: 100%;
}

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

.p-job__title {
	border-bottom: 0.0625rem solid #EAEAEA;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.4em;
	line-height: normal;
	margin-bottom: 0;
	padding-bottom: 0.4375rem;
}

.p-job__items {
	margin-top: 1.640625vw;
}

.p-job__item {
	-moz-column-gap: 1.875vw;
	-webkit-column-gap: 1.875vw;
	        column-gap: 1.875vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-style: normal;
}

.p-job__item:not(:first-of-type) {
	margin-top: 0.4375rem;
}

.p-job__head {
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.5;
	margin-bottom: 0;
	width: 4.625rem;
}

.p-job__desc {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-weight: 400;
}

.p-job__desc p {
	letter-spacing: 0.15em;
	line-height: 1.5;
	margin-bottom: 0;
}

.p-job__none {
	display: none;
}

.p-job__small {
	display: inline-block;
	font-size: 0.75rem;
}

.p-job__button {
	margin-top: 1.40625vw;
	text-align: center;
	width: 100%;
}

.p-job__link {
	background: #C71228;
	color: #fff;
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.4em;
	line-height: normal;
	padding: 0.75rem;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.p-job__link:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}

.p-job__image {
	width: 21.375rem;
}

.p-job__image img {
	aspect-ratio: 1;
}

.p-message {
	padding: 8.875rem 0 4.125rem;
}

.p-message__content {
	-moz-column-gap: 4.53125vw;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 4.53125vw;
	        column-gap: 4.53125vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

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

.p-message__image {
	width: 32.578125vw;
}

.p-message__image img {
	aspect-ratio: 417/418;
}

.p-single-job-fv {
	position: relative;
}

.p-single-job-fv__title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 3.125vw;
	font-style: normal;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.4em;
	line-height: normal;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.p-single-job {
	padding: 5rem 0 2.5rem;
}

.p-single-job__wrap {
	margin-inline: auto;
	max-width: 55rem;
	width: 100%;
}

.p-single-job__row {
	-moz-column-gap: 2.1875rem;
	border-bottom: 0.0625rem solid #EAEAEA;
	-webkit-column-gap: 2.1875rem;
	        column-gap: 2.1875rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.25rem 0;
}

.p-single-job__row:last-of-type {
	border-bottom: none;
}

.p-single-job__head {
	background: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.5;
	padding: 0;
	width: 7.25rem;
}

.p-single-job__data {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.5;
	padding: 0;
}

.p-single-job__data p {
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-bottom: 1.875rem;
}

.p-single-job__data p:last-of-type {
	margin-bottom: 0;
}

.p-single-job .p-job__small {
	font-size: 1rem;
}

.p-single-job .p-job__none {
	display: block;
}

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

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

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

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

@media (min-width: 1280px) {

.c-heading__main--change {
	font-size: 40px;
}

.c-heading__sub--change {
	font-size: 20px;
}

.c-text {
	font-size: 16px;
	margin-top: 27px;
}

.p-company__content {
	-moz-column-gap: 49px;
	-webkit-column-gap: 49px;
	        column-gap: 49px;
}

.p-company__desc:first-of-type {
	margin-top: 4.375rem;
}

.p-company__button {
	margin-top: 2rem;
	width: 374px;
}

.p-company__link {
	font-size: 18px;
	padding: 12px;
}

.p-company__image {
	width: 626px;
}

.p-job__content {
	-moz-column-gap: 44px;
	-webkit-column-gap: 44px;
	        column-gap: 44px;
	padding: 60px;
}

.p-job__items {
	margin-top: 21px;
}

.p-job__item {
	-moz-column-gap: 24px;
	-webkit-column-gap: 24px;
	        column-gap: 24px;
}

.p-job__button {
	margin-top: 18px;
}

.p-message__content {
	-moz-column-gap: 58px;
	-webkit-column-gap: 58px;
	        column-gap: 58px;
}

.p-message__image {
	width: 417px;
}

}

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

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

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

}

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

html {
	font-size: 1.4981273408vw;
}

}

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

html {
	font-size: 16px;
}

.l-inner {
	max-width: 40.625rem;
	padding-left: 20px;
	padding-right: 20px;
}

.c-heading {
	text-align: center;
}

.c-heading__main {
	font-size: 2.1875rem;
}

.c-heading__sub {
	font-size: 1.125rem;
}

.c-text {
	font-size: 1rem;
	margin-top: 1.6875rem;
}

.p-company {
	padding: 2rem 0 2.25rem;
}

.p-company__content {
	display: block;
}

.p-company__desc:first-of-type {
	margin-top: 1.875rem;
}

.p-company__button {
	margin-top: 2.5rem;
	width: 100%;
}

.p-company__link {
	font-size: 1.125rem;
	padding: 0.75rem;
}

.p-company__image {
	margin-top: 2.5rem;
	width: 100%;
}

.p-entry__heading {
	font-size: 1.125rem;
}

.p-entry__button {
	width: 17.5rem;
}

.site-branding .site-logo-div {
	padding-bottom: 5px !important;
	padding-top: 0;
}

.p-job {
	padding: 2.25rem 0 3.125rem;
}

.p-job__contents {
	margin-top: 2.25rem;
}

.p-job__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-job__text {
	margin-top: 1.875rem;
}

.p-job__title {
	text-align: center;
}

.p-job__items {
	margin-top: 1.3125rem;
}

.p-job__button {
	margin-top: 1.5rem;
}
	
.p-entry__button {
	display: block;
}

.p-entry__button a:first-child {
	margin-bottom: 6px;
    display: block;
}

.p-message {
	padding: 2.5rem 0 1.25rem;
}

.p-message__content {
	display: block;
}

.p-message__image {
	margin-top: 2.5rem;
	width: 100%;
}

.p-single-job-fv__title {
	font-size: 1.25rem;
	font-size: clamp(20px, 5.3333333333vw, 30px);
	left: 52%;
	white-space: nowrap;
}

.p-single-job {
	padding-top: 2.5rem;
}

.p-single-job__row {
	display: block;
}

.p-single-job__data {
	margin-top: 0.625rem;
}

.p-single-job__data p {
	margin-bottom: 1.25rem;
}

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

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

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

