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

/********************************
* ヘッダー高さ
********************************/

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

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  background-color: #fff;
  color: #404b4d;
  /* display: none; */
  font-family: "Noto Sans JP", sans-serif;
}

/* link */

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

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a,
button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:focus,
button:focus {
  opacity: 0.8;
}

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

/* 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;
  -webkit-appearance: none;
  appearance: none;
}

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

/* フェード設定 */

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

.splide {
  position: relative;
}

.splide__arrows {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}

.splide__pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 3.125rem;
  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;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.splide__pagination__page {
  background-color: skyblue;
  border-radius: 50%;
  height: 0.625rem;
  margin: 0.375rem;
  width: 0.625rem;
}

.splide__pagination__page.is-active {
  background-color: blue;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.l-drawer-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

.l-drawer {
  bottom: 0;
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
}

.l-drawer.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 990;
}

.l-drawer__container {
  bottom: 0;
  opacity: 1;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  visibility: visible;
  z-index: 100;
}

.l-drawer.is-open .l-drawer__container {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-drawer__menu-bg {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.l-header {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 800;
}

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 68.75rem;
  padding-inline: 5rem;
  width: 100%;
}

.l-inner--1000 {
  max-width: 62.5rem;
}

.l-inner--1052 {
  max-width: 67.3125rem;
}

.l-inner--1120 {
  max-width: 76.25rem;
}

/* footerスタイル */
.l-inner--1200 {
  max-width: 130rem;
}

.kitamura-logo {
  width: 150px;
  height: 150px;
}

.l-main__news {
  margin-top: 7.4rem;
}

.l-main__topImageBuilding {
  margin-top: 1.25rem;
}

.l-main__business {
  margin-top: 5rem;
}

.l-main__topImageBusiness {
  margin-top: 10.3125rem;
}

.l-main__group {
  margin-top: 5rem;
}

.l-main__companies {
  margin-top: 5rem;
}

.l-main__subPage {
  margin-top: 0.625rem;
}

.l-scroll-top {
  bottom: 0.625rem;
  position: fixed;
  right: 0.625rem;
}

.l-scrollDown {
  position: absolute;
  right: 2.6875rem;
  top: 44.25rem;
}

.l-section {
  margin-top: 2.5rem;
}

.c-breadcrumbs {
  overflow-x: auto;
}

.c-breadcrumbs ol {
  -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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.c-breadcrumbs li+li::before {
  content: ">";
  padding: 0 0.3125rem;
}

.c-breadcrumbs a {
  color: #404b4d;
  display: inline-block;
  padding-block: 0.625rem;
  text-decoration: none;
}

.c-breadcrumbs li:last-child a {
  pointer-events: none;
}

.c-breadcrumbs div {
  display: inline-block;
}

.c-breadcrumbs li+li::before,
.c-breadcrumbs a,
.c-breadcrumbs div {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: em;
  line-height: 1.4166666667;
}

.c-button {
  background-color: #1e65e0;
  border: 1px solid #1e65e0;
  border-radius: 1.3125rem;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1428571429;
  max-width: 11.4375rem;
  padding-block: 0.8125rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  width: 100%;
}

.c-button:focus {
  background-color: #fff;
  color: #1e65e0;
  opacity: 1;
}

.c-button--white:focus {
  background-color: #1e65e0;
  color: #fff;
}

.c-button:focus .c-button__arrow {
  fill: #1e65e0;
  opacity: 1;
}

.c-button--white:focus .c-button__arrow {
  fill: #fff;
}

.c-button--arrow {
  padding-right: 1.875rem;
  position: relative;
}

.c-button__arrow {
  fill: #fff;
  height: 0.9375rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  width: 0.9375rem;
}

.svg-def {
  display: none;
}

.c-button--white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #1e65e0;
  max-width: none;
  padding-left: 2.5rem;
  padding-right: 3.75rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-button--white .c-button__arrow {
  fill: #1e65e0;
}

.c-button--wide {
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  max-width: none;
  padding-left: 2.5rem;
  padding-right: 3.75rem;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-drawer-button {
  display: none;
}

.c-drawer-button:focus {
  opacity: 0.7;
}

.c-drawer-button span:nth-of-type(2) {
  top: 1.3125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-drawer-button__text {
  bottom: 0.4375rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.5rem;
  font-weight: 400;
  left: 50%;
  line-height: 1.125;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-drawer-button.is-open .c-drawer-button__text {
  opacity: 0;
}

.c-drawer-button__text--close {
  opacity: 0;
}

.c-drawer-button.is-open .c-drawer-button__text--close {
  opacity: 1;
}

.c-drawer {
  height: 100vh;
  width: 100vw;
}

.c-drawer__menu-bg {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100vh;
  width: 100vw;
}

.c-drawer__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;
  position: relative;
}

.c-drawer__item a:focus {
  background-color: #2686cc;
  color: #fff;
}

.c-heading {
  border-bottom: 0.1875rem solid #1e65e0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-block: 1rem;
}

.c-heading--sub {
  border-bottom: none;
  border-left: 0.3125rem solid #1e65e0;
  font-size: 1.25rem;
  padding-block: 0.5rem;
  padding-left: 1rem;
}

.c-newsTag {
  border-radius: 1rem;
  color: #fff;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.4;
  padding-block: 0.1875rem;
  text-align: center;
  width: 6.25rem;
}

.c-newsTag--blue {
  background-color: #0067ff;
}

.c-newsTag--red {
  background-color: #f75351;
}

.c-newsTag--green {
  background-color: #23d4b3;
}

.c-scroll-top {
  display: inline-block;
  height: auto;
  max-width: 4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

.c-scroll-top:focus {
  opacity: 0.7;
}

.c-sectionTitle {
  display: inline-block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-sectionTitle--white {
  color: #fff;
}

.c-sectionTitle__reception-main {
  font-family: "Roboto", sans-serif;
  font-size: 3.375rem;
  font-weight: 100;
  line-height: 1.1714285714;
  text-transform: capitalize;
}

.c-sectionTitle__main {
  font-family: "Roboto", sans-serif;
  font-size: 4.375rem;
  font-weight: 100;
  line-height: 1.1714285714;
  text-transform: capitalize;
}

.c-sectionTitle--uppercase .c-sectionTitle__main {
  text-transform: uppercase;
}

.c-sectionTitle--nott .c-sectionTitle__main {
  text-transform: none;
}

.p-subBusiness4R__heading .c-sectionTitle__main span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 300;
}

.c-sectionTitle__sub {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4166666667;
}

.p-404 {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(0deg, #f5f6f7 0%, #fff 100%);
  padding-bottom: 6.25rem;
  padding-top: 12.5rem;
}

.p-404__wrapper {
  background-color: #fff;
  padding-bottom: 6.25rem;
  padding-inline: 6.25rem;
  padding-top: 5rem;
  text-align: center;
}

.p-404__title {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 9.375rem;
  font-weight: 400;
  line-height: 1.1733333333;
}

.p-404__message {
  color: #000;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4333333333;
  margin-top: 5rem;
}

.p-404__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 1.25rem;
}

.p-404__btn {
  margin-top: 5rem;
  text-align: center;
}

.p-404__btn a {
  background-color: #1e65e0;
  border: 1px solid #1e65e0;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.45;
  max-width: 37.625rem;
  padding-block: 0.875rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  width: 100%;
}

.p-404__btn a:focus {
  background-color: #fff;
  color: #1e65e0;
  opacity: 1;
}

.p-aboutUs {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(to top, #f5f6f7 0%, #fff 100%);
  padding-block: 5rem;
  padding-inline: 3.75rem;
}

.p-companies {
  padding-block: 5rem;
  position: relative;
}

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

.p-companies__links {
  -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: 6.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3.75rem;
}

.p-companies__link:nth-of-type(1) {
  width: 34.2375rem;
}

.p-companies__link:nth-of-type(2) {
  width: 20.6rem;
}

.p-companies__btn {
  margin-top: 2.5rem;
  text-align: center;
}

.p-companies__bg {
  aspect-ratio: 1440/505;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.p-companies__bg img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-contact {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#1c64e0),
      to(#c3f4fb));
  background: linear-gradient(to bottom, #1c64e0 0%, #c3f4fb 100%);
  padding-block: 6.25rem;
}

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

.p-contact__message {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  margin-top: 3.75rem;
  text-align: center;
}

.p-contact__information {
  -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: 3.125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-contact__information a {
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.18;
}

.p-contact__btn {
  margin-top: 2.5rem;
  text-align: center;
}

.p-contact__btn a {
  background-color: #1e65e0;
  border: 1px solid #1e65e0;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1.875rem;
  position: relative;
  text-align: center;
  transition: box-shadow 0.3s;
  width: 100%;
}

.p-contact__btnArrow {
  fill: #fff;
  display: inline-block;
  height: 0.9375rem;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  transition: fill 0.3s;
  width: 0.9375rem;
}

.p-contact__btn a:focus {
  background-color: #fff;
  color: #1e65e0;
  opacity: 1;
}

.p-contact__btn a:focus .p-contact__btnArrow {
  fill: #1e65e0;
  opacity: 1;
}

.p-footer {
  padding-bottom: 1.5rem;
  padding-top: 7.0rem;
  color: #404b4d;
}

.p-footer a {
  color: #404b4d;
}

.p-footer__wrapper {
  -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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-inline: 6.1rem;
}

.p-footer__information {
  margin-top: 1rem;
}

.p-footer__logo {
  display: inline-block;
  width: 38.3rem;
}

.p-footer__address {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2rem;
}

.p-footer__address p {
  margin: 1rem 0;
}

.p-footer__address a {
  text-decoration: none;
}

.p-footer__place {
  font-weight: 550;
}

.p-footer__place a {
  font-weight: 550;
  pointer-events: none;
  text-decoration: none;
}

.p-footer__item a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-block: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

.p-footer__item a::before {
  background-color: #1e65e0;
  content: "";
  display: block;
  height: 1.8rem;
  left: 0;
  position: absolute;
  top: 1rem;
  width: 0.5rem;
}

.p-footer__subList {
  margin-top: 0.25rem;
}

.p-footer__subItem a {
  font-weight: 600;
  padding-block: 0.75rem;
  padding-left: 2rem;
}

.p-footer__subItem a::before {
  display: none;
}

.p-footer__copy {
  border-top: 1px solid #404b4d;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.4;
  margin-top: 10rem;
  padding-top: 1.5rem;
  text-align: center;
}

.p-form__item,
.p-subRecruitConfirm .p-form tr,
.p-subContactConfirm .p-form tr {
  -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;
  gap: 2.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.h-adr {
  margin-top: 1.5625rem;
}

.p-form__item:not(:nth-of-type(1)),
.p-subRecruitConfirm .p-form tr:not(:nth-of-type(1)),
.p-subContactConfirm .p-form tr:not(:nth-of-type(1)) {
  margin-top: 1.5625rem;
}

.p-form__item--textarea {
  margin-top: 3rem;
}

.p-form__itemName,
.p-subRecruitConfirm .p-form th,
.p-subContactConfirm .p-form th {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
  width: 11.25rem;
}

.p-form__itemName span {
  color: #f75351;
}

.p-form__item--radio .p-form__itemName,
.p-form__item--textarea .p-form__itemName {
  margin-top: 0;
}

.p-form__itemContent,
.p-subRecruitConfirm .p-form td,
.p-subContactConfirm .p-form td {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
  position: relative;
}

.p-subRecruitConfirm .p-form td,
.p-subContactConfirm .p-form td {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.4705882353;
  padding: 0.1875rem 0.9375rem;
  text-align: left;
}

.p-subContactConfirm .p-form td {
  padding-block: 0;
  padding-inline: 0;
}

.p-form__itemContent--radio {
  padding-block: 0.21875rem;
  padding-inline: 0.9375rem;
}

.p-subContact__form .p-form__itemContent--radio {
  grid-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  grid-row-gap: 0.625rem;
  -webkit-column-gap: 1.875rem;
  column-gap: 1.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
  row-gap: 0.625rem;
}

.p-subEntry__form .p-form__itemContent--radio {
  grid-column-gap: 1.875rem;
  -moz-column-gap: 1.875rem;
  grid-row-gap: 0.625rem;
  -webkit-column-gap: 1.875rem;
  column-gap: 1.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
  row-gap: 0.625rem;
}

.p-form__itemContent input[type="text"],
.p-form__itemContent input[type="tel"],
.p-form__itemContent input[type="number"],
.p-form__itemContent input[type="email"] {
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.2) inset;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.4705882353;
  padding: 0.1875rem 0.9375rem;
  width: 100%;
}

.p-form__itemContent input[type="text"].is-active,
.p-form__itemContent input[type="email"].is-active,
.p-form__itemContent input[type="number"].is-active,
.p-form__itemContent input[type="tel"].is-active {
  border: 1px solid #f75351;
}

.p-form__itemContent input::-moz-placeholder {
  color: #999999;
}

.p-form__itemContent input::-webkit-input-placeholder {
  color: #999999;
}

.p-form__itemContent input:-ms-input-placeholder {
  color: #999999;
}

.p-form__itemContent input::-ms-input-placeholder {
  color: #999999;
}

.p-form__itemContent input::placeholder {
  color: #999999;
}

.p-form__itemContent label {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  padding-left: 1.875rem;
  position: relative;
}

.p-form__itemContent label+label {
  margin-left: 1.875rem;
}

.p-subContact__form .p-form__itemContent label+label {
  margin-left: 0;
}

.p-subEntry__form .p-form__itemContent label+label {
  margin-left: 0;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  height: 1.25rem;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0.75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.25rem;
}

input[type="radio"]::before {
  background-image: url(../img/recruit/recruit_entry-select-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1.25rem;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.25rem;
}

input[type="radio"]::after {
  background-color: #404b4d;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.75rem;
  left: 50%;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.75rem;
}

input[type="radio"]:checked::after {
  opacity: 1;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  height: 1.25rem;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.25rem;
}

input[type="checkbox"]::before {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#404b4d),
      to(#708487));
  background: linear-gradient(to bottom, #404b4d, #708487);
  border-radius: 0.3125rem;
  content: "";
  display: block;
  height: 1.25rem;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.25rem;
}

input[type="checkbox"]::after {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  content: "";
  display: block;
  height: 0.5rem;
  left: 50%;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 0.75rem;
}

input[type="checkbox"]:checked::after {
  opacity: 1;
}

.p-form__itemContent textarea {
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.2) inset;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.4705882353;
  padding: 0.21875rem 0.9375rem;
  width: 100%;
}

.p-form__contentText {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.form-error {
  color: #f75351;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.625rem;
  margin-left: 0;
  margin-top: 1.25rem;
  position: relative;
  text-align: left;
}

.p-form__note .form-error {
  text-align: center;
}

.p-form__privacyWrapper {
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.2) inset;
  height: 15.625rem;
  margin-top: 3.125rem;
  overflow-y: scroll;
}

.p-form__privacyInner {
  padding-block: 1.875rem;
  padding-inline: 2.5rem;
  text-align: center;
}

.p-form__privacyTitel {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
}

.p-form__privacyText {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
}

.p-form__privacyTitel+.p-form__privacyText {
  margin-top: 2.5rem;
}

.p-form__privacyText+.p-form__privacyText {
  margin-top: 1.25rem;
}

.p-form__note {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 1.5625rem;
  text-align: center;
}

.p-subContact__form .p-form__note {
  margin-top: 2.6875rem;
}

.p-subEntry__form .p-form__note {
  margin-top: 2.6875rem;
}

.p-form__note label {
  padding-left: 1.40625rem;
  position: relative;
}

.p-form__note a {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
}

.p-form__btn {
  margin-top: 1.5625rem;
  text-align: center;
}

.p-subContactConfirm .p-form__btn {
  margin-top: 3.125rem;
}

.p-form__submit {
  background-color: #1e65e0;
  border: 1px solid #1e65e0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.45;
  max-width: 37.5rem;
  padding-block: 0.875rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  width: 100%;
}

.p-form__submit:focus {
  background-color: #fff;
  color: #1e65e0;
  opacity: 1;
}

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

.p-group__subHeading {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4642857143;
  margin-top: 2.5rem;
  position: relative;
}

.p-group__subHeading::after {
  background-color: #404b4d;
  bottom: -2.5rem;
  content: "";
  display: block;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.p-group__image {
  margin-top: 7.5rem;
  text-align: center;
}

.p-group__image picture {
  display: inline-block;
  max-width: 37.5rem;
  width: 100%;
}

.p-group__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;
  gap: 6.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5rem;
}

.p-group__itemTitle {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
}

.p-group__itemTitle::after {
  background-color: #404b4d;
  bottom: -1.25rem;
  content: "";
  display: block;
  height: 0.0625rem;
  left: 0;
  max-width: 6.25rem;
  position: absolute;
  width: 100%;
}

.p-group__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8125;
  margin-top: 2.5rem;
}

.p-header {
  height: 5rem;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  width: 100%;
}

.p-header.is-scroll {
  background-color: rgba(255, 255, 255, 0.7);
}

.p-header--white {
  background-color: rgba(255, 255, 255, 0.7);
}

.p-header__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;
  height: inherit;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-header__logo-link {
  display: block;
  height: inherit;
  padding-left: 1.25rem;
  padding-right: 1.5625rem;
}

.p-header__logo {
  -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;
  height: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-header__logo img {
  height: auto;
  max-width: 13.10625rem;
  width: 100%;
}

.p-header__nav {
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: inherit;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-header__nav a {
  white-space: nowrap;
}

.p-header__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;
  height: inherit;
}

.p-header__item {
  height: inherit;
}

.p-header__lang {
  margin-left: auto;
  margin-right: 50px;
}

.p-header__list a {
  -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;
  font-weight: 400;
  height: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4375;
  padding-inline: 0.9375rem;
}

.p-header__contact {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e65e0;
  border: 1px solid #1e65e0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-inline: 1.875rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  margin-left: 1px;
}

.p-header__repair {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1e65e0;
  border: 1px solid #1e65e0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-inline: 1.875rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.p-header__contact:focus {
  background-color: #fff;
  color: #1e65e0;
  opacity: 1;
}

.p-header__repair:focus {
  background-color: #fff;
  color: #1e65e0;
  opacity: 1;
}

.p-button-media {
  background-color: skyblue;
  border-radius: 0.375rem;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  padding-block: 1rem;
  padding-inline: 1.25rem;
}

.p-media {
  -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;
  gap: 2.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-inline: 3.75rem;
}

.p-media--reverse {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 8.75rem;
  padding-block: 3.75rem;
  position: relative;
}

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

.p-media__subHeading {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4333333333;
  margin-top: 1.25rem;
}

.p-media__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 1.25rem;
}

.p-media__btn {
  margin-top: 2.5rem;
  text-align: right;
}

.p-media__list {
  width: 22.5rem;
}

.p-media--reverse .p-media__list {
  width: 16.25rem;
}

.p-media__item a {
  border-bottom: 1px solid #2686cc;
  color: #1e65e0;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  padding-block: 1.25rem;
  padding-inline: 2.5rem;
  position: relative;
  width: 100%;
}

.p-media__item a::after {
  background-image: url(../img/top/top_media-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1rem;
  max-width: 0.6rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

.p-media__item a:focus::after {
  -webkit-transform: translate(0.625rem, -50%);
  transform: translate(0.625rem, -50%);
}

.p-mv {
  padding-top: 5rem;
  position: relative;
}

.p-mv__wrapper {
  padding-left: 16.3125rem;
  padding-right: 6.35rem;
  position: relative;
}

.p-mv__text {
  bottom: 0;
  left: 0;
  padding-bottom: 1.875rem;
  padding-left: 16.25rem;
  padding-right: 25rem;
  padding-top: 11.5277777778vw;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  z-index: 1;
}

.p-mv__text img {
  display: block;
}

.p-mv__text img:nth-of-type(1) {
  width: 43.4375rem;
}

.p-mv__text img:nth-of-type(2) {
  margin-top: 2.06875rem;
  width: 34.125rem;
}

.p-mv__text p {
  color: #1e65e0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  margin-top: 2.5375rem;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-mv__text p::after {
  background-color: #1e65e0;
  bottom: -1.0125rem;
  content: "";
  display: block;
  height: 0.0625rem;
  left: 0;
  max-width: 25rem;
  position: absolute;
  width: 100%;
}

.p-mv__image {
  aspect-ratio: 713.4/674.6;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  width: 49.5416666667vw;
}

.p-mv__image img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-mv__bgImage {
  aspect-ratio: 1440/1057;
  display: block;
  height: auto;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-mv__bgImage img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-news__wrapper {
  -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;
  gap: 1.625rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-news__btn {
  margin-top: 2.5rem;
  text-align: right;
}

.p-post-list__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: 3.125rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1.875rem;
  padding-inline: 1.5625rem;
  position: relative;
  width: 100%;
}

.p-subNews__list .p-post-list__item {
  padding-inline: 0;
}

.p-post-list__item::after {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#404b4d),
      color-stop(0.125rem, #404b4d),
      color-stop(0.125rem, transparent));
  background: linear-gradient(to right,
      #404b4d,
      #404b4d 0.125rem,
      transparent 0.125rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 0.25rem 0.0625rem;
  bottom: 0;
  content: "";
  display: block;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.p-post-list__item+.p-post-list__item {
  padding-top: 1.875rem;
}

.p-post-list__info {
  -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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-post-list__date {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875;
}

.p-post-list__category {
  margin-top: 0.5rem;
}

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

.p-post-list__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  overflow: hidden;
  display: box;
  box-orient: vertical;
  line-clamp: 2;
}

.p-post-list__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4166666667;
  margin-top: 0.5rem;
  overflow: hidden;
  padding-right: 1.25rem;
  display: box;
  box-orient: vertical;
  line-clamp: 2;
}

.p-subNews__list .p-post-list__text {
  padding-right: 0;
}

.p-recruit {
  padding-top: 3.75rem;
}

.p-recruit__content {
  -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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-recruit__imageWrapper {
  position: relative;
  width: 50vw;
}

.p-recruit__headingWrapper {
  bottom: 0;
  left: 0;
  padding-left: 11.25rem;
  padding-top: 4.625rem;
  position: absolute;
  right: 0;
  top: 0;
}

.p-recruit__headingText {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4333333333;
  margin-top: 2.5rem;
}

.p-recruit__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-inline: 5rem;
  padding-top: 10.6875rem;
}

.p-recruit__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
}

.p-recruit__btn {
  margin-top: 2.5rem;
  text-align: right;
}

.p-scrollDown {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-scrollDown__text {
  color: #1e65e0;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1.1666666667;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-scrollDown__arrow {
  display: block;
  height: 6.625rem;
  margin-top: 1.25rem;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 0.625rem;
}

.p-scrollDown img {
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
}

.p-single {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(0deg, #f5f6f7 0%, #fff 100%);
  padding-bottom: 6.25rem;
  padding-top: 5rem;
}

.p-single__wrapper {
  background-color: #fff;
  padding-block: 5rem;
  padding-inline: 6.25rem;
}

.p-single__date {
  color: #858585;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.1666666667;
}

.p-single__title {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.9;
  margin-top: 0.3125rem;
  position: relative;
}

.p-single__title::after {
  background-color: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
}

.p-single__body {
  margin-top: 1.5625rem;
}

.p-single__body p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4666666667;
}

.p-single__body a {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  text-decoration: underline;
}

.p-single__nav {
  -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: 5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.75rem;
}

.p-single__nav a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.15;
  padding-inline: 0.625rem;
}

.p-subAboutus {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(to top, #f5f6f7 0%, #fff 100%);
  padding-bottom: 6.25rem;
  padding-top: 5rem;
}

.p-subAboutus__wrapper {
  grid-column-gap: 6.25rem;
  -moz-column-gap: 6.25rem;
  -webkit-column-gap: 6.25rem;
  column-gap: 6.25rem;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "title image" "text image" "btn image";
  -ms-grid-columns: auto 6.25rem 25rem;
  grid-template-columns: auto 25rem;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.p-subAboutus__heading {
  -ms-grid-rows: 1;
  -ms-grid-columns: 1;
  grid-area: title;
}

.p-subAboutus__text {
  -ms-grid-rows: 2;
  -ms-grid-columns: 1;
  font-size: 0.9375rem;
  font-weight: 400;
  grid-area: text;
  line-height: 1.4666666667;
  margin-top: 2.5rem;
}

.p-subAboutus__btn {
  -ms-grid-rows: 3;
  -ms-grid-columns: 1;
  grid-area: btn;
  margin-top: 3.75rem;
  text-align: right;
}

.p-subAboutus__wrapper picture {
  -ms-grid-rows: 1;
  -ms-grid-row-span: 3;
  -ms-grid-columns: 3;
  aspect-ratio: 400/250;
  display: block;
  grid-area: image;
  height: auto;
}

.p-subAboutus__links {
  grid-gap: 3.125rem;
  display: -ms-grid;
  display: grid;
  gap: 3.125rem;
  -ms-grid-columns: (3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4.625rem;
}

.p-subAboutus__item a {
  background-color: #fff;
  color: #1e65e0;
  display: block;
  padding-block: 3.125rem;
  padding-inline: 0.9375rem;
  text-align: center;
}

.p-subAboutus__itemImage {
  display: inline-block;
  width: 5.625rem;
}

.p-subAboutus__itemTitle {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4333333333;
  margin-top: 2.5rem;
}

.p-subAboutus__itemText {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 0.625rem;
}

.p-subAffiliated {
  background-image: url(../img/affiliated/affiliated_bg-pc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-block: 5rem;
}

.p-subAffiliated__wrapper {
  background-color: #fff;
  padding: 5rem;
}

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

.p-subAffiliated__image {
  border-top: 1px solid #404b4d;
  margin-top: 3.75rem;
  padding-top: 1.5625rem;
  text-align: center;
}

.p-subAffiliated__image figcaption {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4666666667;
  text-align: left;
}

.p-subAffiliated__image picture {
  display: inline-block;
  margin-top: 5rem;
  max-width: 25rem;
  width: 100%;
}

.p-subAffiliated__body {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  grid-row-gap: 5rem;
  -webkit-column-gap: 2.5rem;
  column-gap: 2.5rem;
  display: -ms-grid;
  display: grid;
  display: grid;
  grid-template-areas: "humanResources realProparty" "humanResources information" "agriculturalPark finance";
  -ms-grid-columns: 25rem 2.5rem 25rem;
  grid-template-columns: 25rem 25rem;
  -ms-grid-rows: auto 5rem auto 5rem auto;
  grid-template-rows: auto auto auto;
  margin-top: 5rem;
  row-gap: 5rem;
}

.p-subAffiliated__business {
  width: 100%;
}

.p-subAffiliated__business--humanResources {
  -ms-grid-rows: 1;
  -ms-grid-row-span: 3;
  -ms-grid-columns: 1;
  grid-area: humanResources;
}

.p-subAffiliated__business--realProparty {
  -ms-grid-rows: 1;
  -ms-grid-columns: 3;
  grid-area: realProparty;
}

.p-subAffiliated__business--information {
  -ms-grid-rows: 3;
  -ms-grid-columns: 3;
  grid-area: information;
  margin-top: -8.125rem;
}

.p-subAffiliated__business--agriculturalPark {
  -ms-grid-rows: 5;
  -ms-grid-columns: 1;
  grid-area: agriculturalPark;
}

.p-subAffiliated__business--finance {
  -ms-grid-rows: 5;
  -ms-grid-columns: 3;
  grid-area: finance;
}

.p-subAffiliated__businessHeading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  width: 90%;
}

.p-subAffiliated__business--humanResources .p-subAffiliated__businessHeading {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#3c8eaf),
      to(#0e386b));
  background: linear-gradient(90deg, #3c8eaf 0%, #0e386b 100%);
  background-clip: text;
}

.p-subAffiliated__business--realProparty .p-subAffiliated__businessHeading {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#fcc716),
      to(#eb8e1a));
  background: linear-gradient(90deg, #fcc716 0%, #eb8e1a 100%);
  background-clip: text;
}

.p-subAffiliated__business--information .p-subAffiliated__businessHeading {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#219182),
      to(#61b0b0));
  background: linear-gradient(90deg, #219182 0%, #61b0b0 100%);
  background-clip: text;
}

.p-subAffiliated__business--agriculturalPark .p-subAffiliated__businessHeading {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#ecbf04),
      to(#d9c826));
  background: linear-gradient(90deg, #ecbf04 0%, #d9c826 100%);
  background-clip: text;
}

.p-subAffiliated__business--finance .p-subAffiliated__businessHeading {
  color: #1e65e0;
}

.p-subAffiliated__line {
  display: block;
  margin-top: 0.625rem;
  width: 100%;
}

.p-subAffiliated__item {
  margin-top: 1.25rem;
}

.p-subAffiliated__item div,
.p-subAffiliated__item a {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  width: 100%;
}

.p-subAffiliated__item dt {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #404b4d;
  background-clip: text;
  font-weight: 700;
  width: 80%;
}

.p-subAffiliated__item dd {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #404b4d;
  background-clip: text;
  font-weight: 400;
  width: 80%;
}

.p-subAffiliated__item div {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #404b4d;
  background-clip: text;
  font-weight: bold;
}

.p-subAffiliated__business--humanResources .p-subAffiliated__item a:focus div,
.p-subAffiliated__business--humanResources .p-subAffiliated__item a:focus dt,
.p-subAffiliated__business--humanResources .p-subAffiliated__item a:focus dd {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#3c8eaf),
      to(#0e386b));
  background: linear-gradient(90deg, #3c8eaf 0%, #0e386b 100%);
  background-clip: text;
  opacity: 1;
}

.p-subAffiliated__business--realProparty .p-subAffiliated__item a:focus div,
.p-subAffiliated__business--realProparty .p-subAffiliated__item a:focus dt,
.p-subAffiliated__business--realProparty .p-subAffiliated__item a:focus dd {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#fcc716),
      to(#eb8e1a));
  background: linear-gradient(90deg, #fcc716 0%, #eb8e1a 100%);
  background-clip: text;
  opacity: 1;
}

.p-subAffiliated__business--information .p-subAffiliated__item a:focus div,
.p-subAffiliated__business--information .p-subAffiliated__item a:focus dt,
.p-subAffiliated__business--information .p-subAffiliated__item a:focus dd {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#219182),
      to(#61b0b0));
  background: linear-gradient(90deg, #219182 0%, #61b0b0 100%);
  background-clip: text;
  opacity: 1;
}

.p-subAffiliated__business--agriculturalPark .p-subAffiliated__item a:focus div,
.p-subAffiliated__business--agriculturalPark .p-subAffiliated__item a:focus dt,
.p-subAffiliated__business--agriculturalPark .p-subAffiliated__item a:focus dd {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#ecbf04),
      to(#d9c826));
  background: linear-gradient(90deg, #ecbf04 0%, #d9c826 100%);
  background-clip: text;
  opacity: 1;
}

.p-subAffiliated__business--finance .p-subAffiliated__item a:focus div,
.p-subAffiliated__business--finance .p-subAffiliated__item a:focus dt,
.p-subAffiliated__business--finance .p-subAffiliated__item a:focus dd {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: #1e65e0;
  background-clip: text;
  opacity: 1;
}

.p-subBusiness4R {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(to top, #f5f6f7 0%, #fff 100%);
  padding-block: 5rem;
}

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

.p-subBusiness4R__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 3.75rem;
}

.p-subBusiness4R picture {
  display: inline-block;
  margin-top: 2.5rem;
}

.p-subBusinessService {
  padding-bottom: 6.25rem;
  padding-top: 5rem;
}

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

.p-subBusinessService__item {
  -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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 3.75rem;
}

.p-subBusinessService__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-subBusinessService__itemBody {
  margin-right: -7.5rem;
  margin-top: 5vw;
  position: relative;
  width: 28.125rem;
}

.p-subBusinessService__item--reverse .p-subBusinessService__itemBody {
  margin-right: 0;
}

.p-subBusinessService__itemHeading {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4333333333;
}

.p-subBusinessService__itemNumber {
  left: 0;
  position: absolute;
  top: 1.25rem;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: -1;
}

.p-subBusinessService__itemNumber img {
  height: 3.875rem;
  width: auto;
}

.p-subBusinessService__itemNumber--01 img {
  aspect-ratio: 77/62;
}

.p-subBusinessService__itemNumber--02 img {
  aspect-ratio: 82/62;
}

.p-subBusinessService__itemNumber--03 img {
  aspect-ratio: 83/62;
}

.p-subBusinessService__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 2.5rem;
  text-shadow: 2px 2px 0px #fff;
}

.p-subBusinessService__itemImage {
  margin-right: calc(50% - 50vw);
  width: 61.8055555556vw;
}

.p-subBusinessService__item--reverse .p-subBusinessService__itemImage {
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  width: 50.6944444444vw;
}

.p-subCompany {
  padding-block: 5rem;
}

.p-subCompany--history {
  padding-bottom: 6.25rem;
}

.p-subCompany__wrapper {
  grid-gap: 5rem;
  display: -ms-grid;
  display: grid;
  gap: 5rem;
  -ms-grid-columns: auto 39.0625rem;
  grid-template-columns: auto 39.0625rem;
}

.p-subCompany--history .p-subCompany__wrapper {
  -ms-grid-columns: auto 37.84375rem;
  grid-template-columns: auto 37.84375rem;
}

.p-subCompany__heading {
  text-align: right;
}

.p-subCompany__heading .c-sectionTitle {
  text-align: left;
}

.p-subCompany__list {
  grid-gap: 1.25rem;
  display: -ms-grid;
  display: grid;
  font-size: 0.9375rem;
  gap: 1.25rem;
  -ms-grid-columns: 8.75rem auto;
  grid-template-columns: 8.75rem auto;
  line-height: 1.4666666667;
}

.p-subCompany--history .p-subCompany__list {
  gap: 0;
  -ms-grid-columns: 5rem auto;
  grid-template-columns: 5rem auto;
}

.p-subCompany__list+.p-subCompany__list {
  margin-top: 1.25rem;
}

.p-subCompany--history .p-subCompany__list+.p-subCompany__list {
  margin-top: 1.875rem;
}

.p-subCompany__term {
  font-weight: 700;
}

.p-subCompany__discription {
  font-weight: 400;
}

.p-subCompany__discription a {
  text-decoration: none;
}

.p-subCompany__map {
  aspect-ratio: 625/300;
  margin-block: 1.25rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-subCompany__map iframe {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-subCompany__mt42 {
  margin-top: 2.625rem;
}

.p-subCompany__mt20 {
  margin-top: 1.25rem;
}

.p-subCompany__btn {
  margin-top: 2.5rem;
  text-align: right;
}

.p-subContact {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(0deg, #f5f6f7 0%, #fff 100%);
  padding-bottom: 6.25rem;
  padding-top: 5rem;
}

.p-subContact__wrapper {
  background-color: #fff;
  padding-bottom: 6.25rem;
  padding-inline: 6.25rem;
  padding-top: 2.5rem;
}

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

.p-subContact__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 3.75rem;
  text-align: center;
}

.p-subContact__form {
  margin-top: 3.75rem;
}

.p-subContactConfirm {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(0deg, #f5f6f7 0%, #fff 100%);
  padding-bottom: 6.25rem;
  padding-top: 5rem;
}

.p-subContactConfirm__wrapper {
  background-color: #fff;
  padding-bottom: 6.25rem;
  padding-inline: 6.25rem;
  padding-top: 5rem;
  text-align: center;
}

.p-subContactConfirm__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-subContactConfirm__form {
  margin-top: 6.25rem;
}

.p-subContactConfirm__btn {
  margin-top: 6.25rem;
  text-align: center;
}

.p-subContactConfirm__btn input {
  background-color: #1e65e0;
  border: 1px solid #1e65e0;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.45;
  max-width: 37.625rem;
  padding-block: 0.875rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  width: 100%;
}

.p-subContactConfirm__btn input:focus {
  background-color: #fff;
  color: #1e65e0;
  opacity: 1;
}

.p-subContactThanks {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(0deg, #f5f6f7 0%, #fff 100%);
  padding-bottom: 6.25rem;
  padding-top: 5rem;
}

.p-subContactThanks__wrapper {
  background-color: #fff;
  padding-bottom: 6.25rem;
  padding-inline: 6.25rem;
  padding-top: 5rem;
  text-align: center;
}

.p-subContactThanks__title {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4333333333;
}

.p-subContactThanks__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 2.5rem;
}

.p-subContactThanks__btn {
  margin-top: 5rem;
  text-align: center;
}

.p-subContactThanks__btn a {
  background-color: #1e65e0;
  border: 1px solid #1e65e0;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.45;
  max-width: 37.625rem;
  padding-block: 0.875rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  width: 100%;
}

.p-subContactThanks__btn a:focus {
  background-color: #fff;
  color: #1e65e0;
  opacity: 1;
}

.p-subEntry {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(0deg, #f5f6f7 0%, #fff 100%);
  padding-bottom: 6.25rem;
  padding-top: 7.5rem;
}

.p-subEntry__wrapper {
  background-color: #fff;
  padding-bottom: 6.25rem;
  padding-inline: 6.25rem;
  padding-top: 5rem;
}

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

.p-subEntry__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 3.75rem;
  text-align: center;
}

.p-subEntry__form {
  margin-top: 3.75rem;
}

.p-subGreeting {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(to top, #f5f6f7 0%, #fff 100%);
  padding-block: 6.25rem;
}

.p-subGreeting__wrapper {
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
  column-gap: 2.5rem;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "body image" "name image";
  -ms-grid-columns: auto 2.5rem 27.1875rem;
  grid-template-columns: auto 27.1875rem;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.p-subGreeting__body {
  -ms-grid-rows: 1;
  -ms-grid-columns: 1;
  grid-area: body;
  margin-top: auto;
}

.p-subGreeting__heading {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4333333333;
}

.p-subGreeting__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 1.25rem;
}

.p-subGreeting__nameWrapper {
  -ms-grid-rows: 2;
  -ms-grid-columns: 1;
  grid-area: name;
  margin-top: 3.125rem;
  text-align: right;
}

.p-subGreeting__belongs {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
}

.p-subGreeting__name {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4333333333;
}

.p-subGreeting__wrapper picture {
  -ms-grid-rows: 1;
  -ms-grid-row-span: 2;
  -ms-grid-columns: 3;
  aspect-ratio: 435/580;
  display: block;
  grid-area: image;
  height: auto;
}

.p-subMv {
  position: relative;
}

.p-subMv__wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.p-subMv__text {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.44;
  margin-top: 14.5138888889vw;
}

.p-subMv__bgImage--subPolicy {
  aspect-ratio: 1440/450;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-subMv__bgImage--subPolicy img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-subNews {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(0deg, #f5f6f7 0%, #fff 100%);
  padding-block: 5rem;
}

.p-subNews__wrapper {
  background-color: #fff;
  padding-block: 2.5rem;
  padding-inline: 5rem;
}

.p-subNews__nav {
  margin-top: 3.75rem;
}

.p-subNews__nav ul {
  -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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-subNews__nav a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.2;
  padding-inline: 0.625rem;
}

.p-subNews__nav a.is-active {
  font-size: 1.25rem;
  line-height: 1.15;
  pointer-events: none;
}

.p-subPhilosophy4R {
  background-image: url(../img/philosophy/philosophy_4R-bg-pc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-block: 5rem;
}

.p-subPhilosophy4R__inner {
  background-color: #fff;
  padding-block: 2.5rem;
  padding-inline: 6.25rem;
}

.p-subPhilosophy4R__heading {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4333333333;
  text-align: center;
}

.p-subPhilosophy4R__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 3.75rem;
}

.p-subPhilosophy4R__text p+p {
  margin-top: 1.375rem;
}

.p-subPhilosophyMessage {
  padding-block: 5rem;
  text-align: center;
}

.p-subPhilosophyMessage__image {
  aspect-ratio: 500/500;
  display: inline-block;
  height: auto;
  max-width: 31.25rem;
  width: 100%;
}

.p-subPhilosophyMessage__message {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  line-height: 1.45;
  margin-top: 2.5rem;
}

.p-subPhilosophyMessage__subMessage {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  line-height: 1.4583333333;
  margin-top: 2.5rem;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-subPhilosophyMessage__subMessage::before,
.p-subPhilosophyMessage__subMessage::after {
  background-color: #404b4d;
  content: "";
  display: block;
  height: 0.0625rem;
  position: absolute;
  top: 50%;
  width: 3.125rem;
}

.p-subPhilosophyMessage__subMessage::before {
  left: -1.25rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.p-subPhilosophyMessage__subMessage::after {
  right: -1.25rem;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.p-subPhilosophyMessage__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 3;
  margin-top: 3.75rem;
}

.p-subPhilosophyMessage__subMessage+.p-subPhilosophyMessage__text {
  margin-top: 5rem;
}

.p-subPhilosophyStandard {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(to top, #f5f6f7 0%, #fff 100%);
  padding-bottom: 6.25rem;
  padding-top: 5rem;
}

.p-subPhilosophyStandard__inner {
  background-color: #fff;
  padding-bottom: 6.25rem;
  padding-inline: 6.25rem;
  padding-top: 5rem;
}

.p-subPhilosophyStandard__heading {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4333333333;
  text-align: center;
}

.p-subPhilosophyStandard__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 3.75rem;
}

.p-subPhilosophyStandard__list {
  margin-top: 0.9375rem;
}

.p-subPhilosophyStandard__list--mt30 {
  margin-top: 1.875rem;
}

.p-subPhilosophyStandard__item {
  margin-top: 0.9375rem;
}

.p-subPhilosophyStandard__itemHeading {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4666666667;
}

.p-subPhilosophyStandard__itemText {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 0.9375rem;
}

.p-subPhilosophyStandard__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 1.875rem;
}

.p-subPhilosophyStandard__companyName {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 1.875rem;
  text-align: right;
}

.p-subPolicy {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(0deg, #f5f6f7 0%, #fff 100%);
  padding-bottom: 6.25rem;
  padding-top: 5rem;
}

.p-subPolicy__wrapper {
  background-color: #fff;
  padding-bottom: 6.25rem;
  padding-inline: 6.25rem;
  padding-top: 5rem;
}

.p-subPolicy__heading {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4333333333;
  text-align: center;
}

.p-subPolicy__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 3.75rem;
}

.p-subPolicy__item {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 1.875rem;
}

.p-subPolicy__item a {
  color: #404b4d;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  text-decoration: none;
}

.p-subPolicy__date {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  text-align: right;
}

.p-subPolicy__date--mt30 {
  margin-top: 1.875rem;
}

.p-subPolicy__company {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
}

.p-subRecruitConfirm {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(0deg, #f5f6f7 0%, #fff 100%);
  padding-bottom: 6.25rem;
  padding-top: 2.5rem;
}

.p-subRecruitConfirm__wrapper {
  background-color: #fff;
  padding-bottom: 6.25rem;
  padding-inline: 6.25rem;
  padding-top: 5rem;
  text-align: center;
}

.p-subRecruitConfirm__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-subRecruitConfirm__form {
  margin-top: 6.25rem;
}

.p-subRecruitConfirm__btn {
  margin-top: 6.25rem;
  text-align: center;
}

.p-subRecruitConfirm__btn input {
  background-color: #1e65e0;
  border: 1px solid #1e65e0;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.45;
  max-width: 37.625rem;
  padding-block: 0.875rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  width: 100%;
}

.p-subRecruitConfirm__btn input:focus {
  background-color: #fff;
  color: #1e65e0;
  opacity: 1;
}

.p-subRecruitment {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#1c64e0),
      to(#c3f4fb));
  background: linear-gradient(90deg, #1c64e0 0%, #c3f4fb 100%);
  padding-block: 5rem;
  position: relative;
}

.p-subRecruitment:after {
  background-image: url(../img/recruit/recruit_recruitment-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 5rem;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(99%);
  transform: translateY(99%);
  width: 100vw;
}

.p-subRecruitment__boxWrapper {
  background-color: #fff;
  padding: 5rem;
}

.p-subRecruitment__boxTitle {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4333333333;
}

.p-subRecruitment__boxText {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 1.25rem;
}

.p-subRecruitment__heading {
  margin-top: 5rem;
  text-align: center;
}

.p-subRecruitment__listsWrapper {
  grid-gap: 6.25rem;
  display: -ms-grid;
  display: grid;
  gap: 6.25rem;
  -ms-grid-columns: (2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  margin-top: 5rem;
}

.p-subRecruitment__listWrapper {
  background-color: #fff;
  padding-bottom: 2.5rem;
}

.p-subRecruitment__listHeading {
  background-color: #1e65e0;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4333333333;
  padding-block: 1.25rem;
  text-align: center;
}

.p-subRecruitment__list {
  grid-gap: 2.5rem;
  border-bottom: 1px solid #404b4d;
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  -ms-grid-columns: 6.25rem auto;
  grid-template-columns: 6.25rem auto;
  margin-inline: 2.5rem;
  padding-block: 2.5rem;
  padding-inline: 1.875rem;
}

.p-subRecruitment__term {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4666666667;
  text-align: center;
}

.p-subRecruitment__description {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
}

.p-subRecruitThanks {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#f5f6f7),
      to(#fff));
  background: linear-gradient(0deg, #f5f6f7 0%, #fff 100%);
  padding-bottom: 6.25rem;
  padding-top: 2.5rem;
}

.p-subRecruitThanks__wrapper {
  background-color: #fff;
  padding-bottom: 6.25rem;
  padding-inline: 6.25rem;
  padding-top: 5rem;
  text-align: center;
}

.p-subRecruitThanks__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-subRecruitThanks__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4666666667;
  margin-top: 2.5rem;
}

.p-subRecruitThanks__btn {
  margin-top: 6.25rem;
  text-align: center;
}

.p-subRecruitThanks__btn a {
  background-color: #1e65e0;
  border: 1px solid #1e65e0;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.45;
  max-width: 37.625rem;
  padding-block: 0.875rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  width: 100%;
}

.p-subRecruitThanks__btn a:focus {
  background-color: #fff;
  color: #1e65e0;
  opacity: 1;
}

.p-tab-list__list {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-tab-list__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: lightgray;
  color: #1e65e0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.75rem;
  font-weight: 700;
  height: 3.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  max-width: 12.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

.p-tab-list__item.is-active {
  background-color: #fff;
  height: 4.375rem;
}

.p-tab-list__item--red.is-active {
  border-top: 8px solid red;
  color: red;
}

.p-tab-list__item--blue.is-active {
  border-top: 8px solid blue;
  color: blue;
}

.p-tab-list__item--yellow.is-active {
  border-top: 8px solid yellow;
  color: yellow;
}

.p-tab-list__item--green.is-active {
  border-top: 8px solid green;
  color: green;
}

.p-tab-list__item+.p-tab-list__item {
  margin-left: 0.625rem;
}

.p-tab-list__item:not(.is-active) {
  cursor: pointer;
}

.p-tab-list__item:not(.is-active):focus {
  opacity: 0.7;
}

.p-tab-list__container {
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  width: 100%;
}

.p-tab-list__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  display: none;
  padding-block: 2.5rem;
  padding-inline: 2.5rem;
  width: 100%;
}

.p-tab-list__content.is-active {
  -webkit-animation: fadeIn 0.3s linear;
  animation: fadeIn 0.3s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-tab-list__image {
  aspect-ratio: 600/400;
  max-width: 37.5rem;
  overflow: hidden;
  position: relative;
  width: 30%;
}

.p-tab-list__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: 1.25rem;
}

.p-topImage__building {
  aspect-ratio: 800/140;
  display: inline-block;
  height: auto;
  width: 55.5555555556vw;
}

.p-topImage__business {
  aspect-ratio: 1440/150;
  display: inline-block;
  height: auto;
  width: 100%;
}

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

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

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

@media (any-hover: hover) {

  a:hover,
  button:hover {
    opacity: 0.8;
  }

  .c-button:hover {
    background-color: #fff;
    color: #1e65e0;
    opacity: 1;
  }

  .c-button--white:hover {
    background-color: #1e65e0;
    color: #fff;
  }

  .c-button:hover .c-button__arrow {
    fill: #1e65e0;
    opacity: 1;
  }

  .c-button--white:hover .c-button__arrow {
    fill: #fff;
  }

  .c-drawer-button:hover {
    opacity: 0.7;
  }

  .c-drawer__item a:hover {
    background-color: #2686cc;
    color: #fff;
  }

  .c-scroll-top:hover {
    opacity: 0.7;
  }

  .p-404__btn a:hover {
    background-color: #fff;
    color: #1e65e0;
    opacity: 1;
  }

  .p-contact__btn a:hover {
    background-color: #fff;
    color: #1e65e0;
    opacity: 1;
  }

  .p-contact__btn a:hover .p-contact__btnArrow {
    fill: #1e65e0;
    opacity: 1;
  }

  .p-form__submit:hover {
    background-color: #fff;
    color: #1e65e0;
    opacity: 1;
  }

  .p-header__contact:hover {
    background-color: #fff;
    color: #1e65e0;
    opacity: 1;
  }

  .p-header__JP:hover {
    color: #1e65e0;
    opacity: 1;
    border-bottom: 1px solid #1e65e0;
  }

  .p-header__EN:hover {
    color: #1e65e0;
    opacity: 1;
    border-bottom: 1px solid #1e65e0;
  }

  .p-header__repair:hover {
    background-color: #fff;
    color: #1e65e0;
    opacity: 1;
  }

  .p-media__item a:hover::after {
    -webkit-transform: translate(0.625rem, -50%);
    transform: translate(0.625rem, -50%);
  }

  .p-subAffiliated__business--humanResources .p-subAffiliated__item a:hover div,
  .p-subAffiliated__business--humanResources .p-subAffiliated__item a:hover dt,
  .p-subAffiliated__business--humanResources .p-subAffiliated__item a:hover dd {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear,
        left top,
        right top,
        from(#3c8eaf),
        to(#0e386b));
    background: linear-gradient(90deg, #3c8eaf 0%, #0e386b 100%);
    background-clip: text;
    opacity: 1;
  }

  .p-subAffiliated__business--realProparty .p-subAffiliated__item a:hover div,
  .p-subAffiliated__business--realProparty .p-subAffiliated__item a:hover dt,
  .p-subAffiliated__business--realProparty .p-subAffiliated__item a:hover dd {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear,
        left top,
        right top,
        from(#fcc716),
        to(#eb8e1a));
    background: linear-gradient(90deg, #fcc716 0%, #eb8e1a 100%);
    background-clip: text;
    opacity: 1;
  }

  .p-subAffiliated__business--information .p-subAffiliated__item a:hover div,
  .p-subAffiliated__business--information .p-subAffiliated__item a:hover dt,
  .p-subAffiliated__business--information .p-subAffiliated__item a:hover dd {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear,
        left top,
        right top,
        from(#219182),
        to(#61b0b0));
    background: linear-gradient(90deg, #219182 0%, #61b0b0 100%);
    background-clip: text;
    opacity: 1;
  }

  .p-subAffiliated__business--agriculturalPark .p-subAffiliated__item a:hover div,
  .p-subAffiliated__business--agriculturalPark .p-subAffiliated__item a:hover dt,
  .p-subAffiliated__business--agriculturalPark .p-subAffiliated__item a:hover dd {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear,
        left top,
        right top,
        from(#ecbf04),
        to(#d9c826));
    background: linear-gradient(90deg, #ecbf04 0%, #d9c826 100%);
    background-clip: text;
    opacity: 1;
  }

  .p-subAffiliated__business--finance .p-subAffiliated__item a:hover div,
  .p-subAffiliated__business--finance .p-subAffiliated__item a:hover dt,
  .p-subAffiliated__business--finance .p-subAffiliated__item a:hover dd {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: #1e65e0;
    background-clip: text;
    opacity: 1;
  }

  .p-subContactConfirm__btn input:hover {
    background-color: #fff;
    color: #1e65e0;
    opacity: 1;
  }

  .p-subContactThanks__btn a:hover {
    background-color: #fff;
    color: #1e65e0;
    opacity: 1;
  }

  .p-subRecruitConfirm__btn input:hover {
    background-color: #fff;
    color: #1e65e0;
    opacity: 1;
  }

  .p-subRecruitThanks__btn a:hover {
    background-color: #fff;
    color: #1e65e0;
    opacity: 1;
  }

  .p-tab-list__item:not(.is-active):hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .mobile-break {
    display: block;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 1.4545454545vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }

  html {
    scroll-padding-top: 3.125rem;
  }

  a {
    opacity: 1;
    opacity: initial;
  }

  /* footerスタイル */
  .l-inner {
    max-width: 500px;
    padding-inline: 20px;
  }

  .l-main__news {
    margin-top: 5rem;
  }

  .l-main__topImageBuilding {
    margin-top: 2.5rem;
  }

  .l-main__business {
    margin-top: 2.5rem;
  }

  .l-main__topImageBusiness {
    margin-top: 2.5rem;
  }

  .l-main__companies {
    margin-top: 2.5rem;
  }

  .l-main__subPage {
    margin-top: 0;
  }

  .l-scrollDown {
    right: 3.4666666667vw;
    top: 85.6vw;
  }

  .l-section {
    margin-top: 1.25rem;
  }

  .c-drawer-button {
    background-color: #2686cc;
    display: block;
    height: 3.125rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 3.125rem;
  }

  .c-drawer-button span {
    background-color: #fff;
    height: 0.15625rem;
    left: 0.875rem;
    position: absolute;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    width: 1.375rem;
  }

  .c-drawer-button span:nth-of-type(1) {
    top: 0.8125rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .c-drawer-button span:nth-of-type(3) {
    top: 1.8125rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .c-drawer-button.is-open span:nth-of-type(1) {
    -webkit-transform: translateX(0.25rem) rotate(45deg);
    transform: translateX(0.25rem) rotate(45deg);
  }

  .c-drawer-button.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .c-drawer-button.is-open span:nth-of-type(3) {
    -webkit-transform: translateX(0.25rem) rotate(-45deg);
    transform: translateX(0.25rem) rotate(-45deg);
  }

  .c-drawer__container {
    background-color: #fff;
    height: 100%;
    overflow: auto;
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
    width: 100vw;
    z-index: 100;
  }

  .c-drawer__item a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #2686cc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.4375;
    padding-block: 0.53125rem;
    text-align: center;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    width: 100%;
  }

  .c-sectionTitle--small .c-sectionTitle__main {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }

  .c-sectionTitle__main-span {
    display: none;
  }

  .p-404 {
    padding-bottom: 3.75rem;
    padding-top: 6.25rem;
  }

  .p-404__wrapper {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }

  .p-404__title {
    font-size: 6.25rem;
    line-height: 1.17;
  }

  .p-404__message {
    font-size: 1.25rem;
    line-height: 1.45;
    margin-top: 2.5rem;
  }

  .p-404__text {
    margin-top: 2.5rem;
  }

  .p-404__btn {
    margin-top: 2.5rem;
  }

  .p-aboutUs {
    background-color: #fff;
    padding-block: 2.5rem;
    padding-inline: 0;
    position: relative;
  }

  .p-aboutUs::before {
    background-color: #fff;
    bottom: 2.5rem;
    content: "";
    display: block;
    height: calc(100% - 2.5rem);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }

  .p-companies {
    padding-block: 2.5rem;
  }

  .p-companies__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }

  .p-companies__link:nth-of-type(1) {
    width: 19.85625rem;
  }

  .p-companies__link:nth-of-type(2) {
    width: 11.95rem;
  }

  .p-contact {
    padding-block: 2.5rem;
  }

  .p-contact__information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
  }

  .p-contact__information a {
    font-size: 2.375rem;
    line-height: 1.175;
  }

  .p-contact__btn a {
    padding-block: 1.25rem;
  }

  .p-footer {
    padding-top: 40px;
  }

  .p-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-inline: 0;
  }

  .p-footer__information {
    margin-top: 0;
  }

  .p-footer__logo {
    width: 100%;
  }

  .p-footer__item a {
    font-size: 16px;
    padding-block: 10px;
    padding-left: 15px;
  }

  .p-footer__item a::before {
    height: 18px;
    top: 10px;
    width: 5px;
  }

  .p-footer__address {
    font-size: 12px;
    line-height: 2;
    margin-top: 0;
    text-align: center;
  }

  .p-footer__address p {
    margin: 10px 0;
  }

  .p-footer__list {
    padding-left: 30px;
  }

  .p-footer__list:nth-of-type(1) {
    margin-top: 10px;
  }

  .p-footer__copy {
    font-size: 8px;
    letter-spacing: 2.4px;
    line-height: 1.5;
    margin-inline: calc(50% - 50vw);
    margin-top: 27px;
    padding-top: 10px;
  }

  .p-form__item,
  .p-subRecruitConfirm .p-form tr,
  .p-subContactConfirm .p-form tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
  }

  .p-subContactConfirm .p-form tr {
    gap: 0.5rem;
  }

  .p-form__itemName,
  .p-subRecruitConfirm .p-form th,
  .p-subContactConfirm .p-form th {
    text-align: left;
    width: 100%;
  }

  .p-form__itemContent,
  .p-subRecruitConfirm .p-form td,
  .p-subContactConfirm .p-form td {
    width: 100%;
  }

  .p-subRecruitConfirm .p-form td,
  .p-subContactConfirm .p-form td {
    padding-inline: 0;
  }

  .p-form__itemContent input[type="text"],
  .p-form__itemContent input[type="tel"],
  .p-form__itemContent input[type="number"],
  .p-form__itemContent input[type="email"] {
    margin-top: 0;
  }

  input[type="checkbox"] {
    height: 0.9375rem;
    width: 0.9375rem;
  }

  input[type="checkbox"]::before {
    height: 0.9375rem;
    width: 0.9375rem;
  }

  input[type="checkbox"]::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    height: 0.375rem;
    top: 44%;
    width: 0.625rem;
  }

  .p-form__note {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }

  .p-form__note a {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }

  .p-group__subHeading {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }

  .p-group__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-header {
    background-color: rgba(255, 255, 255, 0.7);
    height: 3.125rem;
    width: 100vw;
  }

  .p-header__inner {
    max-width: 100%;
  }

  .p-header__logo img {
    max-width: 9.175rem;
  }

  .p-header__nav {
    display: none;
  }

  .p-header__drawer {
    display: block;
    position: fixed;
    right: 0.625rem;
    top: 0.625rem;
    z-index: 200;
  }

  .p-button-media {
    font-size: 1rem;
    padding-block: 0.5rem;
    text-align: center;
    width: 100%;
  }

  .p-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-inline: 0;
  }

  .p-media--reverse {
    gap: 2.5rem;
    padding-block: 2.5rem;
  }

  .p-media__body {
    width: 100%;
  }

  .p-media__subHeading {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }

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

  .p-media__list {
    width: 100%;
  }

  .p-media--reverse .p-media__list {
    width: 100%;
  }

  .p-mv {
    padding-top: 3.125rem;
  }

  .p-mv__wrapper {
    display: block;
    padding-inline: 0;
  }

  .p-mv__text {
    padding-left: 6.6666666667vw;
    padding-right: 0;
    padding-top: 15.4666666667vw;
  }

  .p-mv__text img:nth-of-type(1) {
    width: 89.3333333333vw;
  }

  .p-mv__text img:nth-of-type(2) {
    margin-top: 4.5333333333vw;
    width: 70.8266666667vw;
  }

  .p-mv__text p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    margin-top: 6.88vw;
  }

  .p-mv__text p::after {
    bottom: -0.8rem;
    max-width: 15rem;
  }

  .p-mv__image {
    aspect-ratio: 280/403;
    width: 74.6666666667vw;
  }

  .p-mv__image img {
    left: 0;
    max-width: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 114.6666666667vw;
  }

  .p-mv__bgImage {
    aspect-ratio: 375/747;
  }

  .p-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }

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

  .p-post-list__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6875rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-inline: 0;
  }

  .p-post-list__info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
  }

  .p-post-list__category {
    margin-top: 0;
  }

  .p-post-list__title {
    -webkit-line-clamps: 2;
  }

  .p-post-list__text {
    -webkit-line-clamps: 4;
  }

  .p-recruit {
    padding-top: 0;
  }

  .p-recruit__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-recruit__imageWrapper {
    width: 100%;
  }

  .p-recruit__headingWrapper {
    padding-left: 1.25rem;
    padding-top: 2.21875rem;
  }

  .p-recruit__headingText {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }

  .p-recruit__body {
    padding-inline: 1.25rem;
    padding-top: 2.5rem;
    width: 100%;
  }

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

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

  .p-single__wrapper {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }

  .p-single__title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4583333333;
  }

  .p-single__title::after {
    bottom: -0.3125rem;
  }

  .p-single__nav {
    margin-top: 2.5rem;
  }

  .p-subAboutus {
    padding-block: 2.5rem;
  }

  .p-subAboutus__wrapper {
    -moz-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
    column-gap: 6.25rem;
    grid-template-areas: "title" "text" "image" "btn";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

  .p-subAboutus__text {
    margin-inline: 2.4375rem;
  }

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

  .p-subAboutus__wrapper picture {
    margin-top: 3.75rem;
  }

  .p-subAboutus__links {
    gap: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-inline: 1.09375rem;
  }

  .p-subAboutus__item a {
    padding-bottom: 2.8125rem;
  }

  .p-subAffiliated {
    background-image: url(../img/affiliated/affiliated_bg-sp.jpg);
    padding-block: 2.5rem;
  }

  .p-subAffiliated__wrapper {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }

  .p-subAffiliated__heading .c-sectionTitle__main {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }

  .p-subAffiliated__image {
    margin-top: 2.5rem;
  }

  .p-subAffiliated__body {
    gap: 2.5rem;
    grid-template-areas: "humanResources " "realProparty" "information" "agriculturalPark" "finance";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 2.5rem auto 2.5rem auto 2.5rem auto 2.5rem auto;
    grid-template-rows: auto auto auto auto auto;
    margin-top: 2.5rem;
  }

  .p-subAffiliated__business--information {
    margin-top: 0;
  }

  .p-subBusiness4R {
    padding-block: 2.5rem;
  }

  .p-subBusiness4R__text {
    margin-top: 2.5rem;
  }

  .p-subBusiness4R picture {
    margin-inline: calc(50% - 50vw);
    margin-top: 1.25rem;
  }

  .p-subBusinessService {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }

  .p-subBusinessService__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2.5rem;
  }

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

  .p-subBusinessService__itemBody {
    margin-top: 4.6875rem;
    width: 100%;
  }

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

  .p-subBusinessService__itemNumber {
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }

  .p-subBusinessService__text {
    margin-top: 1.25rem;
  }

  .p-subBusinessService__itemImage {
    margin-right: auto;
    margin-top: 1.25rem;
    width: 100%;
  }

  .p-subBusinessService__item--reverse .p-subBusinessService__itemImage {
    margin-left: auto;
    margin-right: 0;
    margin-right: initial;
    width: 100%;
  }

  .p-subCompany {
    padding-block: 2.5rem;
  }

  .p-subCompany__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .p-subCompany--history .p-subCompany__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .p-subCompany__heading .c-sectionTitle {
    text-align: center;
  }

  .p-subCompany__list {
    gap: 0.3125rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .p-subCompany--history .p-subCompany__list {
    gap: 0.3125rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .p-subCompany--history .p-subCompany__list+.p-subCompany__list {
    margin-top: 1.25rem;
  }

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

  .p-subContact {
    padding-bottom: 3.75rem;
    padding-top: 0;
  }

  .p-subContact__wrapper {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }

  .p-subContact__text {
    margin-top: 2.5rem;
  }

  .p-subContact__form {
    margin-top: 2.5rem;
  }

  .p-subContactConfirm {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }

  .p-subContactConfirm__wrapper {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }

  .p-subContactConfirm__form {
    margin-top: 2.5rem;
  }

  .p-subContactConfirm__btn {
    margin-top: 2.5rem;
  }

  .p-subContactThanks {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }

  .p-subContactThanks__wrapper {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }

  .p-subContactThanks__title {
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .p-subContactThanks__btn {
    margin-top: 2.5rem;
  }

  .p-subEntry {
    padding-top: 2.5rem;
  }

  .p-subEntry__wrapper {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }

  .p-subEntry__text {
    margin-top: 2.5rem;
  }

  .p-subEntry__form {
    margin-top: 2.5rem;
  }

  .p-subGreeting {
    padding-block: 2.5rem;
  }

  .p-subGreeting__wrapper {
    -moz-column-gap: 6.25rem;
    -webkit-column-gap: 6.25rem;
    column-gap: 6.25rem;
    grid-template-areas: "body" "image" "name";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .p-subGreeting__nameWrapper {
    margin-top: 1.25rem;
  }

  .p-subGreeting__wrapper picture {
    margin-top: 1.25rem;
  }

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

  .p-subMv__text {
    font-size: 1.625rem;
    line-height: 1.4615384615;
    margin-top: 26.9333333333vw;
  }

  .p-subMv__bgImage--subPolicy {
    aspect-ratio: 375/200;
  }

  .p-subNews {
    background: none;
    padding-bottom: 2.5rem;
    padding-top: 0;
  }

  .p-subNews__wrapper {
    padding-block: 2.5rem;
    padding-inline: 0;
  }

  .p-subNews__nav {
    margin-top: 0;
  }

  .p-subPhilosophy4R {
    background-image: url(../img/philosophy/philosophy_4R-bg-sp.png);
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }

  .p-subPhilosophy4R__heading {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }

  .p-subPhilosophy4R__text {
    margin-top: 2.5rem;
  }

  .p-subPhilosophyMessage {
    padding-block: 2.5rem;
  }

  .p-subPhilosophyMessage__image {
    max-width: 18.75rem;
  }

  .p-subPhilosophyMessage__message {
    font-size: 1.875rem;
    letter-spacing: 0;
    line-height: 1.4333333333;
  }

  .p-subPhilosophyMessage__subMessage {
    font-size: 0.9375rem;
    letter-spacing: 0.09375rem;
    line-height: 1.4666666667;
  }

  .p-subPhilosophyMessage__subMessage::before,
  .p-subPhilosophyMessage__subMessage::after {
    width: 1.25rem;
  }

  .p-subPhilosophyMessage__subMessage::before {
    left: -0.625rem;
  }

  .p-subPhilosophyMessage__subMessage::after {
    right: -0.625rem;
  }

  .p-subPhilosophyMessage__text {
    font-size: 0.9375rem;
    line-height: 2.3333333333;
  }

  .p-subPhilosophyMessage__subMessage+.p-subPhilosophyMessage__text {
    margin-top: 3.75rem;
  }

  .p-subPhilosophyStandard {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }

  .p-subPhilosophyStandard__inner {
    padding-block: 1.25rem;
    padding-inline: 1.25rem;
  }

  .p-subPhilosophyStandard__heading {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }

  .p-subPhilosophyStandard__text {
    margin-top: 2.5rem;
  }

  .p-subPolicy {
    padding-block: 2.5rem;
  }

  .p-subPolicy__wrapper {
    padding: 1.25rem;
  }

  .p-subPolicy__heading {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }

  .p-subPolicy__text {
    margin-top: 2.5rem;
  }

  .p-subRecruitConfirm {
    padding-bottom: 3.75rem;
  }

  .p-subRecruitConfirm__wrapper {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }

  .p-subRecruitConfirm__form {
    margin-top: 2.5rem;
  }

  .p-subRecruitConfirm__btn {
    margin-top: 2.5rem;
  }

  .p-subRecruitment {
    padding-bottom: 3.75rem;
    padding-top: 2.5rem;
  }

  .p-subRecruitment:after {
    background-image: url(../img/recruit/recruit_recruitment-bg-sp.png);
    height: 2.5rem;
  }

  .p-subRecruitment__boxWrapper {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }

  .p-subRecruitment__heading {
    margin-top: 3.125rem;
  }

  .p-subRecruitment__listsWrapper {
    gap: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .p-subRecruitment__listHeading {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }

  .p-subRecruitment__list {
    gap: 0.3125rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-block: 1.25rem;
    padding-inline: 0;
  }

  .p-subRecruitment__list:nth-of-type(1) {
    padding-top: 2.5rem;
  }

  .p-subRecruitment__term {
    text-align: left;
  }

  .p-subRecruitment__description {
    text-align: left;
  }

  .p-subRecruitThanks {
    padding-bottom: 3.75rem;
  }

  .p-subRecruitThanks__wrapper {
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }

  .p-subRecruitThanks__btn {
    margin-top: 2.5rem;
  }

  .p-tab-list__item {
    font-size: 0.875rem;
  }

  .p-tab-list__text {
    font-size: 0.75rem;
  }

  .p-topImage__building {
    width: 100%;
  }

  .p-topImage__business {
    aspect-ratio: 375/68;
  }

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

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

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

  .p-subAboutus__heading {
    -ms-grid-rows: 1;
    -ms-grid-columns: 1;
  }

  .p-subAboutus__text {
    -ms-grid-rows: 2;
    -ms-grid-columns: 1;
  }

  .p-subAboutus__btn {
    -ms-grid-rows: 4;
    -ms-grid-columns: 1;
  }

  .p-subAboutus__wrapper picture {
    -ms-grid-rows: 3;
    -ms-grid-row-span: 1;
    -ms-grid-columns: 1;
  }

  .p-subGreeting__wrapper>picture {
    -ms-grid-rows: 2;
    -ms-grid-row-span: 1;
    -ms-grid-columns: 1;
  }

  .p-subAffiliated__business--humanResources {
    -ms-grid-rows: 1;
    -ms-grid-row-span: 1;
    -ms-grid-columns: 1;
  }

  .p-subAffiliated__business--realProparty {
    -ms-grid-rows: 3;
    -ms-grid-columns: 1;
  }

  .p-subAffiliated__business--information {
    -ms-grid-rows: 5;
    -ms-grid-columns: 1;
  }

  .p-subAffiliated__business--agriculturalPark {
    -ms-grid-rows: 7;
    -ms-grid-columns: 1;
  }

  .p-subAffiliated__business--finance {
    -ms-grid-rows: 9;
    -ms-grid-columns: 1;
  }

  .p-subGreeting__body {
    -ms-grid-rows: 1;
    -ms-grid-columns: 1;
  }

  .p-subGreeting__nameWrapper {
    -ms-grid-rows: 3;
    -ms-grid-columns: 1;
  }

  .p-subGreeting__wrapper picture {
    -ms-grid-rows: 3;
    -ms-grid-row-span: 1;
    -ms-grid-columns: 1;
  }

  .p-subGreeting__wrapper>picture {
    -ms-grid-rows: 2;
    -ms-grid-row-span: 1;
    -ms-grid-columns: 1;
  }
}

.sns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sns-btn li {
  width: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 340px) {
  .p-footer__copy {
    font-size: 0.5rem;
  }
}

@-webkit-keyframes pathmove {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes pathmove {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

/* ブログテキスト編集 */
.blog-text-style {
  font-size: 1.5rem;
  margin-top: 20vw;
}

/* リストの装飾_aoyagi */
.list-11 {
  list-style-type: disc;
  padding: 1em 1em 1em 2.5em;
  border-left: 5px solid #1e65e0;
  background-color: #f2f2f2;
}

.list-11 li {
  padding: 0.3em 0.3em 0.3em 0;
}

.list-11 li::marker {
  color: #1e65e0;
  font-size: 1.1em;
}

/* タイムライン装飾_aoyagi */
.timeline-003 {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}

.timeline-003 li {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #969da3;
  font-size: 0.8em;
}

.timeline-003 li.prev,
.timeline-003 li.current {
  color: #1e65e0;
}

.timeline-003 li::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 6px;
  content: "";
  border: 2px solid #d6dde3;
  border-radius: 50%;
  background-color: #fff;
}

.timeline-003 li.prev::before,
.timeline-003 li.current::before {
  border-color: #1e65e0;
}

.timeline-003 li:not(:last-child)::after {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #d6dde3;
  content: "";
}

.timeline-003 li.current::before,
.timeline-003 li.prev::after {
  background-color: #1e65e0;
}

/*# sourceMappingURL=style.css.map */