@charset "UTF-8";

/* Foundation
  ------------------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */


main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

/* https://gist.github.com/unruthless/413930 */

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=submit] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */

/* Specify the pointer cursor of trigger elements */

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

:root {
  --ratio: 1.5;
  --s-5: calc(var(--s-4) / var(--ratio));
  --s-4: calc(var(--s-3) / var(--ratio));
  --s-3: calc(var(--s-2) / var(--ratio));
  --s-2: calc(var(--s-1) / var(--ratio));
  --s-1: calc(var(--s0) / var(--ratio));
  --s0: 1rem;
  --s1: calc(var(--s0) * var(--ratio));
  --s2: calc(var(--s1) * var(--ratio));
  --s3: calc(var(--s2) * var(--ratio));
  --s4: calc(var(--s3) * var(--ratio));
  --s5: calc(var(--s4) * var(--ratio));
  --font-size-small: 0.75rem;
  --font-size-smallish: 0.875rem;
  --font-size-base: var(--s0);
  --font-size-biggish: var(--s1);
  --font-size-big: var(--s2);
}

:root {
  --gray: #f2f2f2;
  --light-gray: #f4f4f4;
  --secondary-gray: #808080;
  --white: #ffffff;
  --black: #000000;
  --blue: #004bdc;
  --lightBlue: rgba(0, 75, 220, 0.1);
  --primaryBlue: #006985;
  --darkBlue: #003255;
  --greenBlue: #e0edf0;
  --red: #fc4a3a;
  --lightRed: #ff0000;
}

/* base default*/
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: var(--white);
  color: var(--black);
}

main {
  flex: 1;
  overflow-x: hidden;
}

h1 {
  font-weight: normal;
}

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

p {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

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

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

/* Layout (prefix: l-)
  ------------------------------------------------*/

.l-wrapper {
  position: relative;
  width: 82%;
  max-width: 1404px;
  margin: 0 auto;
  padding-inline: 20px;
}

.l-siteWrapper {
  margin-top: 76px;
}

.l-header {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1738px;
  margin-inline: auto;
  padding-inline: 20px;
}

.l-header__logo {
  display: contents;
}

.l-header__logo-image {
  display: flex;
  align-items: center;
  width: 100%;
  width: 367px;
  padding-block: 18px 14px;
}

.l-header__list {
  -moz-column-gap: 28px;
  display: flex;
  column-gap: 28px;
}

.l-header__link {
  display: block;
  position: relative;
  padding-top: 43px;
  padding-bottom: 12px;
  font-size: 0.9375rem;
}

.l-header__link::before {
  display: none;
  position: absolute;
  top: 50%;
  right: 42px;
  width: 16px;
  height: 5px;
  transform: translateY(-50%);
  background-image: url("../images/common/arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition-delay: 0s;
}

.l-header__link::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  transform: scaleX(0);
  background-color: var(--blue);
  content: "";
  transition: transform 0.3s;
}

.l-header__link.--active::after {
  transform: scaleX(1);
}

.l-header__link.--active::before {
  background-image: url("../images/common/arrow-white.svg");
}

.l-header__link--contact {
  display: block;
  z-index: 0;
  position: relative;
  padding-top: 43px;
  padding-bottom: 12px;
  padding-inline: 30px;
  background-color: var(--blue);
  color: var(--white);
  font-weight: bold;
  font-size: 0.9375rem;
  transition: background-color 0.3s, color 0.3s;
}

.l-header__link--contact::before {
  display: none;
  position: absolute;
  top: 50%;
  right: 42px;
  width: 16px;
  height: 5px;
  transform: translateY(-50%);
  background-image: url("../images/common/arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition-delay: 0s;
}

.l-header__link--contact::after {
  display: none;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  transform: scaleX(0);
  background-color: var(--blue);
  content: "";
  transition: transform 0.3s;
}

.l-header__link--contact.--active::after {
  transform: scaleX(1);
}

.l-header__link--contact.--active::before {
  background-image: url("../images/common/arrow-white.svg");
}

.l-header__button {
  display: none;
}

.l-header__button--bar {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background: var(--black);
  transition: all 0.3s ease;
}

.l-header__button--bar::before, .l-header__button--bar::after {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--black);
  content: "";
  transition: all 0.3s ease;
}

.l-header__button--bar::before {
  top: -8px;
}

.l-header__button--bar::after {
  bottom: -8px;
}

[data-hamb=open] .l-header__button--bar {
  background-color: transparent;
}

[data-hamb=open] .l-header__button--bar::before {
  top: 0;
  transform: rotate(-45deg);
}

[data-hamb=open] .l-header__button--bar::after {
  bottom: 0;
  transform: rotate(45deg);
}

.l-footer {
  position: relative;
  margin-top: 152px;
  background-color: var(--gray);
}

.l-footer__inner {
  max-width: 1402px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 28px;
}

.l-footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-footer-nav__list {
  grid-column-gap: 64px;
  grid-row-gap: 10px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  max-width: 892px;
}

.l-footer-nav__item {
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
}

.l-footer-nav__item.--arrow::after {
  display: none;
  position: absolute;
  top: 50%;
  right: 60px;
  width: 18px;
  height: 7px;
  transform: translateY(-50%);
  background-image: url("../images/common/arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-footer-nav__item.--item01 {
  grid-area: 1/1/3/2;
}

.l-footer-nav__item.--item02 {
  grid-area: 1/2/2/3;
}

.l-footer-nav__item.--item03 {
  grid-area: 2/2/3/3;
}

.l-footer-nav__item.--item04 {
  grid-area: 1/3/2/4;
}

.l-footer-nav__item.--item05 {
  grid-area: 2/3/3/4;
}

.l-footer-nav__item.--item06 {
  grid-area: 1/4/2/5;
}

.l-footer-nav__item.--item07 {
  grid-area: 2/4/3/5;
}

.l-footer-nav__item.--item08 {
  grid-area: 1/5/2/6;
}

.l-footer-nav__item.--item09 {
  grid-area: 2/5/3/6;
}

.l-footer-nav__link {
  transition: color 0.3s;
}

.l-footer-info__wrap {
  display: flex;
  justify-content: space-between;
}

.l-footer-totop {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  align-items: center;
}

.l-footer-totop img {
  width: 6px;
  height: auto;
  transition: transform 0.3s;
}

.l-footer-totop__text {
  font-weight: 300;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.l-footer-info__content {
  display: flex;
  width: 208px;
}

.l-footer-info__copylight {
  margin-top: 20px;
  font-size: 0.625rem;
  text-align: center;
}

.l-footer__logo {
  display: flex;
  width: 116px;
  margin-top: -30px;
  margin-inline: auto;
}

/* Component (prefix: c-)
  ------------------------------------------------*/

.c-sentence__paragraph {
  display: block;
}

.c-sentence__paragraph--pc {
  display: block;
}

.c-sentence__paragraph--md {
  display: unset;
}

.c-sentence__paragraph--sm {
  display: unset;
}

.c-breadcrumb {
  width: 100%;
  background-color: var(--light-gray);
}

.c-breadcrumb__inner {
  display: flex;
  max-width: 1738px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 6px 4px;
}

.c-breadcrumb__list {
  -moz-column-gap: 28px;
  display: flex;
  column-gap: 28px;
  align-items: center;
}

.c-breadcrumb__list>*+* {
  position: relative;
}

.c-breadcrumb__list>*+*::before {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -28px;
  width: 0.6em;
  height: 0.6em;
  margin: 0 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
}

.c-breadcrumb__item {
  font-size: 0.625rem;
  line-height: 1;
}

.c-cta {
  z-index: 0;
  position: relative;
  width: 100%;
  background-color: var(--blue);
}

.c-cta::before {
  -webkit-clip-path: polygon(calc(50% + 36px) 0, 100% 0%, 100% 100%, calc(50% - 36px) 100%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primaryBlue);
  content: "";
  clip-path: polygon(calc(50% + 36px) 0, 100% 0%, 100% 100%, calc(50% - 36px) 100%);
}

.c-cta__inner {
  display: flex;
  row-gap: 28px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1402px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 42px;
}

.c-cta__content {
  display: flex;
  flex-direction: column;
}

.c-cta__title {
  order: 2;
  color: var(--white);
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.3;
}

.c-cta__lead {
  order: 1;
  color: var(--white);
  font-style: normal;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 1.1;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.c-cta__text {
  order: 3;
  margin-top: 36px;
  color: var(--white);
  font-size: 1.25rem;
}

.c-cta__link {
  margin-right: 8%;
  margin-left: auto;
}

.c-cta__button {
  -moz-column-gap: 20px;
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  color: var(--white);
  font-weight: bold;
  font-size: 1.6875rem;
}

.c-cta__button img {
  width: 24px;
  height: auto;
}

.c-cta__button::after {
  -webkit-clip-path: polygon(calc(50% + 36px) 0, 100% 0%, 100% 100%, calc(50% - 36px) 100%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--darkBlue);
  content: "";
  clip-path: polygon(calc(50% + 36px) 0, 100% 0%, 100% 100%, calc(50% - 36px) 100%);
  opacity: 0;
  transition: opacity 0.3s;
}

.c-saiyoHeader {
  width: 100%;
  background-color: var(--lightBlue);
}

.c-saiyoHeader__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 82%;
  max-width: 1397px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 94px;
}

.c-saiyoHeader__title {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

.c-saiyoHeader__lead {
  color: var(--darkBlue);
  font-style: normal;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.125;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}

.c-saiyoHeader__nav {
  display: flex;
  row-gap: 6px;
  flex-direction: column;
  margin-top: 14px;
}

.c-saiyoHeader__item {
  display: contents;
}

.c-saiyoHeader__link {
  -moz-column-gap: 24px;
  display: flex;
  position: relative;
  column-gap: 24px;
  justify-content: space-between;
  font-size: 1.5625rem;
  letter-spacing: 0.35em;
}

.c-saiyoHeader__link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  background-color: var(--blue);
  content: "";
  transition: transform 0.3s;
}

.c-saiyoHeader__link img {
  width: 23px;
  height: auto;
}

.c-saiyoHeader__text {
  -moz-column-gap: 24px;
  display: flex;
  position: relative;
  column-gap: 24px;
  justify-content: space-between;
  font-size: 1.5625rem;
  letter-spacing: 0.35em;
}

.c-infoHeader {
  width: 100%;
}

.c-infoHeader__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 82%;
  max-width: 1397px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 94px;
  text-align: center;
}

.c-infoHeader__title {
  margin-top: 4px;
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.3;
}

.c-infoHeader__lead {
  color: var(--darkBlue);
  font-style: normal;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.125;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}

.c-infoMv {
  width: 100%;
}

.c-infoMv__inner {
  display: flex;
  flex-direction: column;
}

.c-infoMv__main {
  order: 1;
  padding-inline: 20px;
  color: var(--darkBlue);
  font-style: normal;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.1;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.c-infoMv__image {
  display: flex;
  position: relative;
  top: 60px;
  order: 2;
  width: 100%;
  opacity: 0;
}

.c-infoMv__title {
  order: 3;
  margin-top: 140px;
  padding-inline: 20px;
  color: var(--darkBlue);
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.25;
  letter-spacing: 0.2em;
  text-align: center;
}

.c-infoContent {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.c-infoContent__inner {
  display: flex;
  row-gap: 40px;
  flex-direction: column;
}

.c-infoContent__heading {
  color: var(--darkBlue);
  font-weight: bold;
  font-size: 1.875rem;
}

.c-infoContent__text {
  font-size: 1.25rem;
  line-height: 2.1;
  letter-spacing: normal;
}

.c-infoContent__colImage {
  display: flex;
  align-items: flex-start;
}

.c-infoContent__column {
  display: flex;
  justify-content: space-between;
}

.c-infoContent__colContent {
  width: 48%;
}

.c-infoContent__colImage {
  display: flex;
  align-items: flex-start;
  width: 47.73%;
}

.c-infoContent-message {
  max-width: 1920px;
  margin-top: 190px;
  margin-inline: auto;
}

.c-infoContent-message__heading {
  -moz-column-gap: 14px;
  display: flex;
  column-gap: 14px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.c-infoContent-message__heading>picture {
  display: flex;
  align-items: center;
}

.c-infoContent-message__heading img {
  width: 77px;
}

.c-infoContent-message__title {
  color: var(--blue);
  font-weight: bold;
  font-size: 2.625rem;
  line-height: 1.2;
}

.c-infoContent-message__content {
  display: flex;
  align-items: stretch;
  margin-top: 64px;
}

.c-infoContent-message__image {
  display: flex;
  align-items: flex-start;
  width: 48.64583%;
}

.c-infoContent-message__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-infoContent-message__body {
  display: flex;
  row-gap: 40px;
  flex-direction: column;
  width: 51.35417%;
  min-height: 100%;
  padding: 60px 13.95833vw 40px 60px;
  background-color: var(--blue);
}

.c-infoContent-message__subTitle {
  color: var(--white);
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.2;
}

.c-infoContent-message__text {
  color: var(--white);
  font-size: 1.25rem;
  line-height: 2.2;
}

.c-infoContent-message__topTop {
  -moz-column-gap: 30px;
  display: flex;
  column-gap: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 108px;
  margin-bottom: 128px;
  font-weight: 500;
  font-size: 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
}

.c-infoContent-message__topTop img {
  width: 24px;
  height: 7px;
  transform: rotate(90deg) scale(-1, 1);
  transition: transform 0.3s;
}

/* JavaScript (prefix: js- or [data-js])
------------------------------------------------*/
.is_hidden {
  overflow: hidden;
}

/* Project (prefix: p-)
  ------------------------------------------------*/
.p-top-mv {
  width: 100%;
  background-image: url("../images/top/mv-bg.jpg");
  background-position: center top;
  background-size: cover;
}

.p-top-mv__inner {
  padding-block: min(80px, 4.16667vw) min(90px, 4.6875vw);
}

.p-top-mv__heading {
  display: flex;
  flex-direction: column-reverse;
}

.p-top-mv__title {
  color: var(--darkBlue);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(43px, 4.895834vw, 94px);
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.p-top-mv__main {
  color: var(--darkBlue);
  font-weight: bold;
  font-size: clamp(18px, 1.302083vw, 25px);
  letter-spacing: 0.35em;
  text-align: center;
}

.p-top-mv__cta {
  -moz-column-gap: min(80px, 4.16667vw);
  display: flex;
  column-gap: min(80px, 4.16667vw);
  align-items: center;
  justify-content: center;
  margin-top: min(100px, 5.20833vw);
}

.p-top-mv__button {
  -moz-column-gap: 14px;
  display: flex;
  z-index: 0;
  position: relative;
  column-gap: 14px;
  align-items: center;
  justify-content: flex-end;
  width: 215px;
  padding-right: 28px;
  padding-block: 8px 10px;
  color: var(--white);
  font-weight: bold;
  font-size: 1.1875rem;
}

.p-top-mv__button::before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 94%;
  height: 100%;
  transform: translateX(-50%) skewX(-15deg);
  background-color: var(--blue);
  content: "";
}

.p-top-mv__button::after {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 94%;
  height: 100%;
  transform: translateX(-50%) skewX(-15deg) scaleX(0);
  transform-origin: left center;
  background-color: var(--darkBlue);
  content: "";
  transition: transform 0s ease;
}

.p-top-mv__button img {
  width: 24px;
  height: auto;
  transition: transform 0.3s ease;
}

.p-top-main {
  padding-bottom: 158px;
}

.p-top-main__content {
  width: 100%;
  max-width: 1920px;
  margin-top: 164px;
  margin-inline: auto;
}

.p-top-main__inner {
  display: flex;
  align-items: center;
  width: 95%;
  max-width: 1676px;
  margin-left: auto;
  padding-left: 20px;
}

.p-top-main__body {
  display: flex;
  z-index: 10;
  position: relative;
  flex: 1;
  flex-direction: column;
  min-width: 570px;
  margin-right: -124px;
  white-space: nowrap;
}

.p-top-main__title {
  order: 2;
  margin-top: 6px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.2;
}

.p-top-main__lead {
  order: 1;
  padding-left: 15px;
  color: var(--darkBlue);
  font-style: normal;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.1;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.p-top-main__text {
  order: 3;
  margin-top: 42px;
  padding-left: 15px;
  font-size: 1.25rem;
  line-height: 1.4;
}

.p-top-main__link {
  -moz-column-gap: 14px;
  display: flex;
  z-index: 0;
  position: relative;
  column-gap: 14px;
  align-items: center;
  justify-content: flex-end;
  order: 4;
  width: 215px;
  margin-top: 26px;
  padding-right: 28px;
  padding-block: 8px 10px;
  color: var(--white);
  font-weight: bold;
  font-size: 1.1875rem;
  letter-spacing: -0.1em;
}

.p-top-main__link::before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 94%;
  height: 100%;
  transform: translateX(-50%) skewX(-15deg);
  background-color: var(--primaryBlue);
  content: "";
}

.p-top-main__link::after {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 94%;
  height: 100%;
  transform: translateX(-50%) skewX(-15deg) scaleX(0);
  transform-origin: left center;
  background-color: var(--darkBlue);
  content: "";
  transition: transform 0s ease;
}

.p-top-main__link img {
  width: 24px;
  height: auto;
  transition: transform 0.3s ease;
}

.p-top-main__image {
  display: flex;
  z-index: 1;
  position: relative;
  right: -60px;
  width: 100%;
  max-width: 1200px;
  opacity: 0;
}

.p-saiyo-info {
  padding-top: 84px;
}

.p-saiyo-info__lead {
  color: var(--darkBlue);
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
}

.p-saiyo-info__content {
  width: 100%;
  margin-top: 56px;
  padding-top: 54px;
  border-top: 1px solid var(--darkBlue);
  border-spacing: 0;
}

.p-saiyo-info__body {
  display: flex;
  flex-direction: column;
}

.p-saiyo-info__body>*+* {
  position: relative;
  margin-top: 32px;
}

.p-saiyo-info__body>*+*::before {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  width: calc(100% - 190px);
  height: 1px;
  border-top: 1px dotted var(--darkBlue);
  content: "";
}

.p-saiyo-info__body.--fsaiyo .p-saiyo-info__detail {
  width: calc(100% - 312px);
}

.p-saiyo-info__body.--fsaiyo>*+*::before {
  width: calc(100% - 312px);
}

.p-saiyo-info__body.--fsaiyo .p-saiyo-info__heading {
  width: 256px;
}

.p-saiyo-info__row {
  display: flex;
  width: 100%;
}

.p-saiyo-info__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  margin-right: 56px;
  background-color: var(--lightBlue);
  color: var(--darkBlue);
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.3;
}

.p-saiyo-info__detail {
  padding-block: 16px;
}

.p-saiyo-info__group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 24px;
  row-gap: 12px;
}

.p-saiyo-info__text {
  font-size: 1.25rem;
  line-height: 2.1;
}

.p-saiyo-info__image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-saiyo-info__image img {
  width: 85%;
}

.p-saiyo-info__text--red {
  color: var(--red);
  /* font-weight: bold; */
  line-height: 1.5;
}

.p-saiyo-info__link {
  padding-bottom: 2px;
  border-bottom: 2px solid var(--blue);
  font-size: 1.25rem;
  line-height: 2.1;
}

.p-saiyo-info__link.--arrow {
  position: relative;
  margin-right: 20px;
}

.p-saiyo-info__link.--arrow::after {
  display: block;
  position: absolute;
  right: -30px;
  bottom: 12px;
  width: 23px;
  height: 7px;
  background-image: url("../images/common/arrow-black.svg");
  background-size: contain;
  content: "";
}

.p-saiyo-info__list.--styleDisc {
  padding-left: 2em;
  list-style-type: disc;
}

.p-saiyo-info__list li {
  font-size: 1.25rem;
  line-height: 2.1;
}

.p-saiyo-c {
  padding-bottom: 158px;
}

.p-saiyo-schedule {
  margin-top: 128px;
  padding-block: 70px 96px;
  background-color: var(--lightBlue);
}

.p-saiyo-schedule__title {
  color: var(--blue);
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.3;
  text-align: center;
}

.p-saiyo-schedule__content {
  margin-top: 58px;
  border-top: 1px solid var(--blue);
  background-color: var(--white);
  list-style-type: none;
}

.p-saiyo-schedule__item {
  -moz-column-gap: 88px;
  display: flex;
  position: relative;
  column-gap: 88px;
  align-items: center;
  min-height: 204px;
  padding: 30px;
  border-bottom: 1px solid var(--blue);
}

.p-saiyo-schedule__item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 104px;
  width: 1px;
  height: calc(100% - 60px);
  transform: translateY(-50%) rotate(15deg);
  background-color: var(--blue);
  content: "";
}

.p-saiyo-schedule__num {
  color: var(--blue);
  font-size: 3.75rem;
}

.p-saiyo-schedule__body {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
}

.p-saiyo-schedule__lead {
  color: var(--blue);
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1.8;
}

.p-saiyo-schedule__text {
  font-size: 1.25rem;
  line-height: 2.1;
  letter-spacing: normal;
}

.p-saiyo-schedule__caution {
  margin-top: 32px;
  font-size: 1.25rem;
  letter-spacing: normal;
}

.p-saiyo-qa {
  margin-top: 48px;
  padding-bottom: 158px;
}

.p-saiyo-qa__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: var(--darkBlue);
  font-weight: bold;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-saiyo-qa__title--large {
  font-size: 5.375rem;
  line-height: 1;
  font-family: "acumin-pro-extra-condensed", sans-serif;
}

.p-saiyo-qa__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 45px;
  padding-top: 75px;
  border-top: 1px solid var(--darkBlue);
}

.p-saiyo-qa__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding-bottom: 26px;
  padding-inline: 28px;
}

.p-saiyo-qa__item:nth-of-type(3n) {
  border-left: 1px solid var(--darkBlue);
}

.p-saiyo-qa__item:nth-of-type(3n-1) {
  border-left: 1px solid var(--darkBlue);
}

.p-saiyo-qa__item:nth-of-type(n + 4) {
  padding-top: 26px;
}

.p-saiyo-qa__item:nth-of-type(n + 4) .p-saiyo-qa__question {
  position: relative;
}

.p-saiyo-qa__item:nth-of-type(n + 4) .p-saiyo-qa__question::before {
  display: block;
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--darkBlue);
  content: "";
}

.p-saiyo-qa__item:nth-of-type(3) .p-saiyo-qa__question {
  position: relative;
}

.p-saiyo-qa__item:nth-of-type(3) .p-saiyo-qa__question::before {
  display: none;
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--darkBlue);
  content: "";
}

.p-saiyo-qa__item:last-of-type::before {
  display: none;
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: var(--darkBlue);
  content: "";
}

.p-saiyo-qa__item .--mt {
  margin-top: 8px;
}

.p-saiyo-qa__answer .p-saiyo-qa__label {
  margin-top: 40px;
}

.p-saiyo-qa__label {
  margin-bottom: 14px;
  color: var(--darkBlue);
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
  font-family: "acumin-pro-extra-condensed", sans-serif;
}

.p-saiyo-qa__text {
  color: var(--darkBlue);
  font-size: 1.875rem;
  letter-spacing: normal;
}

.p-saiyo-qa__link {
  -moz-column-gap: 6px;
  display: flex;
  column-gap: 6px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid var(--blue);
  font-size: 1.5625rem;
  letter-spacing: 0.35em;
  transition: border-color 0.3s;
}

.p-saiyo-qa__link img {
  width: 23px;
  height: auto;
}

.p-message {
  width: 100%;
  margin-top: 130px;
  padding-bottom: 158px;
}

.p-message__main {
  display: flex;
  row-gap: 180px;
  flex-direction: column;
}

.p-message__sign {
  width: 300px;
  margin-top: 120px;
  margin-left: auto;
}

.p-message__sign--en {
  margin-top: 10px;
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: right;
}

.p-message-logo {
  -moz-column-gap: 50px;
  display: flex;
  column-gap: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 130px;
}

.p-message-logo__text {
  color: var(--black);
  font-size: 1.625rem;
  line-height: 1.2;
}

.p-message-logo__image {
  display: flex;
  width: 232px;
}

.p-noe {
  width: 100%;
  padding-bottom: 158px;
}

.p-noe__main {
  display: flex;
  row-gap: 200px;
  flex-direction: column;
  margin-top: 100px;
}

.p-noe-intro {
  margin-top: 124px;
}

.p-noe-intro__body {
  position: relative;
  padding-block: 75px;
  border-top: 1px double var(--darkBlue);
  border-bottom: 1px double var(--darkBlue);
}

.p-noe-intro__body::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--darkBlue);
  content: "";
}

.p-noe-intro__body::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--darkBlue);
  content: "";
}

.p-noe-intro__text {
  color: var(--darkBlue);
  font-weight: bold;
  font-size: 1.875rem;
  letter-spacing: -0.003em;
}

.p-noe-intro__person {
  margin-top: 124px;
}

.p-noe-intro__image {
  display: flex;
  position: relative;
  left: 60px;
  width: 100%;
  opacity: 0;
}

.p-noe-intro__info {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 76px;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--black);
}

.p-noe-intro__post {
  font-size: 1.25rem;
}

.p-noe-intro__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 2.1875rem;
}

.p-noe-intro__name--en {
  margin-top: 16px;
  color: var(--black);
  font-weight: 300;
  font-size: 1.5625rem;
  letter-spacing: -0.005em;
}

.p-interview-mv {
  order: 2;
}

.p-interview-mv__image {
  display: flex;
  z-index: -1;
  position: relative;
  top: 60px;
  width: 100%;
  margin-top: -60px;
  opacity: 0;
}

.p-interview-mv__nav {
  -moz-column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  justify-content: center;
  width: 82%;
  max-width: 1400px;
  margin-top: -116px;
  margin-inline: auto;
  padding-inline: 20px;
}

.p-interview-mv__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background-color: var(--white);
}

.p-interview-mv__wrap {
  display: contents;
}

.p-interview-mv__post {
  margin-top: 28px;
  padding-inline: 24px;
  font-size: 1.25rem;
  line-height: 1.9;
  letter-spacing: normal;
}

.p-interview-mv__name {
  margin-top: 28px;
  padding-inline: 24px;
  font-weight: bold;
  font-size: 2.1875rem;
  line-height: 1.2;
  letter-spacing: normal;
}

.p-interview-mv_link {
  -moz-column-gap: 30px;
  display: flex;
  column-gap: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  padding-block: 12px 14px;
  background-color: var(--primaryBlue);
  color: var(--white);
  font-weight: 500;
  font-size: 1.5625rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

.p-interview-mv_link img {
  width: 24px;
  height: 7px;
  transform: rotate(90deg);
}

.p-interview-mv_link:hover {
  background-color: var(--darkBlue);
}

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

.p-interview-header {
  width: 100%;
  max-width: 1940px;
  margin-inline: auto;
  padding-left: 20px;
}

.p-interview-header__inner {
  position: relative;
  width: 95%;
  max-width: 1636px;
  margin-left: auto;
}

.p-interview-header__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, var(--white) 0%, transparent 20%);
  content: "";
}

.p-interview-header__person {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-interview-header__post {
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 2;
  letter-spacing: normal;
}

.p-interview-header__name {
  margin-top: 54px;
  font-weight: bold;
  font-size: 2.1875rem;
  line-height: 1.1;
  letter-spacing: normal;
}

.p-interview-header__name--en {
  margin-top: 16px;
  font-weight: 300;
  font-size: 1.5625rem;
  letter-spacing: normal;
}

.p-interview-header__mv {
  display: flex;
  z-index: -1;
  position: relative;
  left: -60px;
  width: 100%;
  opacity: 0;
}

.p-interview__inner {
  display: flex;
  row-gap: 180px;
  flex-direction: column;
  margin-top: 100px;
}

.p-interview-mvSp__list {
  display: flex;
  flex-direction: column;
}

.p-interview-mvSp__item {
  position: relative;
}

.p-interview-mvSp__image {
  display: flex;
  position: relative;
  left: -20px;
  opacity: 0;
}

.p-interview-mvSp__content {
  position: absolute;
  bottom: 0;
  width: 193px;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
}

.p-interview-mvSp__content.--left {
  left: 24px;
}

.p-interview-mvSp__content.--right {
  right: 24px;
}

.p-workplace__mainTitle {
  letter-spacing: normal;
}

.p-workplace__mainTitle .--amp {
  font-size: 0.75em;
}

.p-workplace {
  margin-bottom: 114px;
}

.p-workplace__title {
  padding-block: 56.5px 58px;
  background-color: var(--greenBlue);
  color: var(--darkBlue);
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.75;
  text-align: center;
}

.p-workplace__inner {
  width: 82%;
  max-width: 1412px;
  margin-inline: auto;
  padding-inline: 20px;
}

.p-workplace__content {
  margin-top: 120px;
}

.p-workplace__content:first-child {
  margin-top: 0;
}

.p-workplace__header {
  display: flex;
  position: relative;
}

.p-workplace__header::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  border-radius: 40px;
  background-color: var(--greenBlue);
  content: "";
}

.p-workplace__header::after {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: -2;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 98px;
  height: 50px;
  transform: translateX(-50%);
  background-color: var(--greenBlue);
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.p-workplace__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45.925%;
  margin-bottom: 50px;
}

.p-workplace__lead {
  color: var(--darkBlue);
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
}

.p-workplace__sub {
  color: var(--darkBlue);
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: center;
}

.p-workplace__image {
  display: flex;
  align-items: flex-end;
  width: 54.075%;
}

.p-workplace__image.--image01 {
  padding-top: 2.1875%;
  padding-right: 3.936%;
  padding-left: 12.537%;
}

.p-workplace__image.--image02 {
  padding-top: 2.625%;
  padding-right: 2.625%;
  padding-left: 12.537%;
}

.p-workplace__image.--image03 {
  padding-top: 1.1665%;
  padding-right: 0.4375%;
  padding-left: 12.537%;
}

.p-workplace__image.--image04 {
  width: 58.33%;
  padding-top: 1.75%;
  padding-right: 2.625%;
  padding-left: 12.537%;
}

.p-workplace__image.--image05 {
  width: 48.5%;
  margin-left: auto;
}

.p-workplace-list {
  margin-top: 30px;
}

.p-workplace-list__item {
  border-bottom: 1px dashed var(--secondary-gray);
}

.p-workplace-list__content {
  -moz-column-gap: 2%;
  display: flex;
  column-gap: 2%;
  align-items: center;
  min-height: 168px;
  padding-block: 35px;
}

.p-workplace-list__title {
  width: 32.444%;
  color: var(--primaryBlue);
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.6;
  letter-spacing: normal;
}

.p-workplace-list__text {
  width: 65.556%;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: -0.005em;
}

.p-workplace-list__vacation {
  -moz-column-gap: 3%;
  display: flex;
  column-gap: 3%;
  margin-bottom: 28px;
}

.p-workplace-list__vacation-item {
  width: 31.3333333333%;
  min-height: 291px;
  overflow: hidden;
  border-radius: 20px;
  background-image: linear-gradient(180deg, #cce1e7 0%, transparent 100%);
}

.p-workplace-list__vacation-title {
  z-index: 0;
  position: relative;
  padding-inline: 6px;
  padding-block: 32px;
  color: var(--white);
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
}

.p-workplace-list__vacation-title::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 32px);
  background-color: #73acbc;
  content: "";
}

.p-workplace-list__vacation-title::after {
  z-index: -2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  border-radius: 50%;
  background-color: #73acbc;
  content: "";
}

.p-workplace-list__vacation-text {
  padding-inline: 36px;
  padding-block: 42px;
  font-size: 1.25rem;
  line-height: 2.1;
  letter-spacing: normal;
}

.p-contact-heading {
  z-index: 0;
  position: relative;
  width: 100%;
  background-color: var(--blue);
}

.p-contact-heading::before {
  -webkit-clip-path: polygon(calc(50% + 36px) 0, 100% 0%, 100% 100%, calc(50% - 36px) 100%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primaryBlue);
  content: "";
  clip-path: polygon(calc(50% + 36px) 0, 100% 0%, 100% 100%, calc(50% - 36px) 100%);
}

.p-contact-heading__inner {
  display: flex;
  row-gap: 28px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 82%;
  max-width: 1402px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 121px;
}

.p-contact-heading__content {
  display: flex;
  flex-direction: column;
}

.p-contact-heading__lead {
  margin-top: 6px;
  color: var(--white);
  font-style: normal;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.p-contact-heading__link {
  margin-right: 6%;
  margin-left: auto;
}

.p-contact-heading__text {
  height: 100%;
  color: var(--white);
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.p-contact-top {
  margin-top: 80px;
}

.p-contact-top__inner {
  width: 82%;
  max-width: 1404px;
  margin-inline: auto;
  padding-inline: 20px;
}

.p-contact-top__heading {
  color: var(--darkBlue);
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.3;
  text-align: center;
}

.p-conatct-top__wrap {
  margin-block: 50px;
  padding-inline: 20px;
  padding-block: 60px;
  border-top: 1px solid var(--darkBlue);
  border-bottom: 1px solid var(--darkBlue);
}

.p-contact-top__text {
  font-size: 1.75rem;
  letter-spacing: normal;
  text-align: center;
}

.p-contact-top__policy {
  margin-top: 50px;
}

.p-conatct-top__box {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  height: 754px;
  padding: 20px 28px;
  border: 1px solid var(--black);
}

.p-conatct-top__box>textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 1.375rem;
  resize: none;
}

.p-contact-top__agree {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-block: 21px;
  background-color: var(--gray);
}

.p-contact-top__agree>input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid var(--black);
  background-color: var(--white);
  cursor: pointer;
}

.p-contact-top__agree>input[type=checkbox]:checked:before {
  position: absolute;
  top: 0;
  left: 7px;
  width: 12px;
  height: 20px;
  transform: rotate(50deg);
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: "";
}

.p-contact-top__agree>label {
  padding-left: 14px;
  font-size: 1.75rem;
  letter-spacing: normal;
  cursor: pointer;
}

.p-contact {
  margin-top: 88px;
  background-image: url("../images/contact/bg.svg");
  background-size: cover;
  background-repeat: repeat;
}

.p-contact__inner {
  width: 82%;
  max-width: 1398px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 60px 88px;
}

.p-contact__inner>*+* {
  margin-top: 50px;
}

.p-contact__content {
  display: flex;
  width: 100%;
}

.p-contact__label {
  width: 410px;
  padding-top: 14px;
  font-size: 2rem;
  letter-spacing: normal;
}

.p-contact__label>.need {
  color: var(--lightRed);
}

.p-contact__main {
  width: calc(100% - 410px);
}

.p-contact__main>.error {
  display: block;
  height: 0;
  margin-top: 2px;
  color: var(--lightRed);
  font-size: 1.5625rem;
}

.p-contact__wrap {
  -moz-column-gap: 14px;
  display: flex;
  column-gap: 14px;
  row-gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.p-contact__wrap>input {
  width: 537px;
  padding-inline: 12px;
  padding-block: 12px 8px;
  border: 1px solid var(--black);
  outline: none;
  background-color: var(--white);
  font-size: 2rem;
}

.p-contact__wrap>input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

.p-contact__wrap>input.pl-small::-moz-placeholder {
  padding-left: 8px;
  font-size: 1.5625rem;
}

.p-contact__wrap>input.pl-small::placeholder {
  padding-left: 8px;
  font-size: 1.5625rem;
}

.p-contact__wrap>textarea {
  width: 100%;
  height: 465px;
  padding-inline: 12px;
  padding-block: 12px 8px;
  border: 1px solid var(--black);
  outline: none;
  background-color: var(--white);
  font-size: 2rem;
}

.p-contact__wrap>textarea::-moz-placeholder {
  padding-left: 8px;
  font-size: 2.1875rem;
}

.p-contact__wrap>textarea::placeholder {
  padding-left: 8px;
  font-size: 2.1875rem;
}

.p-contact__wrap>.caution {
  font-size: 1.5625rem;
  letter-spacing: -0.05em;
}

.p-contact__button {
  -moz-column-gap: 28px;
  display: flex;
  z-index: 0;
  position: relative;
  column-gap: 28px;
  align-items: center;
  justify-content: center;
  width: 307px;
  margin-top: 75px;
  margin-inline: auto;
  padding-left: 52px;
  padding-block: 6px 10px;
  color: var(--white);
  font-weight: bold;
}

.p-contact__button::before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 94%;
  height: 100%;
  transform: translateX(-50%) skewX(-15deg);
  background-color: var(--primaryBlue);
  content: "";
}

.p-contact__button::after {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 94%;
  height: 100%;
  transform: translateX(-50%) skewX(-15deg) scaleX(0);
  transform-origin: left center;
  background-color: var(--darkBlue);
  content: "";
  transition: transform 0s ease;
}

.p-contact__button label {
  display: flex;
  width: 24px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.p-contact__button>input[type=submit] {
  position: relative;
  border: none;
  outline: none;
  color: var(--white);
  font-weight: bold;
  font-size: 2.25rem;
  text-align: center;
  cursor: pointer;
}

.oubo-list {
  display: flex;
  row-gap: 80px;
  flex-direction: column;
  max-width: 1080px;
  padding-top: 84px;
  padding-bottom: 158px;
}

.oubo-flow-title {
  margin-bottom: 12px;
  padding-left: 2em;
  color: var(--darkBlue);
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.3;
  text-indent: -2em;
}

.oubo-flow-text {
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: normal;
}

.oubo-flow-text--red {
  color: var(--red);
  /* font-weight: bold; */
}

a.oubo-flow-text {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 6px;
  border-bottom: 2px solid var(--blue);
}

.oubo-movie {
  aspect-ratio: 16/9;
  max-width: 960px;
  margin-top: 32px;
  margin-inline: auto;
}

.oubo-movie iframe {
  width: 100%;
  height: 100%;
}

.oubo-flow--spacer {
  margin-top: 24px;
}

/* Utility (prefix: u-)
  ------------------------------------------------*/

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 1800px) {
  .c-infoContent-message__body {
    padding: 60px 60px 40px 60px;
  }
}

@media screen and (max-width: 1460px) {
  .l-siteWrapper {
    margin-top: 76px;
  }

  .l-header__logo-image {
    width: 320px;
  }

  .l-header__list {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .l-header__link--contact {
    padding-inline: 16px;
  }

  .c-cta__inner {
    width: 82%;
  }

  .c-cta__title {
    font-size: 1.375rem;
  }

  .c-cta__lead {
    font-size: 2.5rem;
  }

  .c-cta__text {
    margin-top: 24px;
    font-size: 1.125rem;
  }

  .c-cta__link {
    margin-right: 0;
  }

  .c-cta__button {
    font-size: 1.375rem;
  }

  .c-saiyoHeader__inner {
    padding-block: 60px;
  }

  .c-saiyoHeader__title {
    font-size: 1.875rem;
  }

  .c-saiyoHeader__lead {
    font-size: 3.5rem;
  }

  .c-saiyoHeader__link {
    -moz-column-gap: 16px;
    column-gap: 16px;
    font-size: 1.125rem;
  }

  .c-saiyoHeader__text {
    -moz-column-gap: 16px;
    column-gap: 16px;
    font-size: 1.125rem;
  }

  .c-infoHeader__inner {
    padding-block: 60px;
  }

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

  .c-infoHeader__lead {
    font-size: 3.5rem;
  }

  .c-infoMv__main {
    font-size: 4rem;
  }

  .c-infoMv__title {
    margin-top: 88px;
    font-size: 1.75rem;
  }

  .c-infoContent__inner {
    row-gap: 24px;
  }

  .c-infoContent__heading {
    font-size: 1.5rem;
  }

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

  .c-infoContent-message {
    margin-top: 160px;
  }

  .c-infoContent-message__heading img {
    width: 63px;
  }

  .c-infoContent-message__title {
    font-size: 2.0625rem;
  }

  .c-infoContent-message__content {
    margin-top: 48px;
  }

  .c-infoContent-message__body {
    row-gap: 32px;
    padding: 48px 48px 32px 48px;
  }

  .c-infoContent-message__subTitle {
    font-size: 1.5rem;
  }

  .c-infoContent-message__text {
    font-size: 1rem;
  }

  .c-infoContent-message__topTop {
    margin-top: 80px;
    margin-bottom: 88px;
    font-size: 1.375rem;
  }

  .c-infoContent-message__topTop img {
    width: 22px;
  }

  .p-top-main__content {
    margin-top: 120px;
  }

  .p-top-main__body {
    min-width: 440px;
  }

  .p-top-main__lead {
    font-size: 3.5rem;
  }

  .p-top-main__link {
    margin-top: 14px;
  }

  .p-saiyo-info {
    padding-top: 64px;
  }

  .p-saiyo-info__lead {
    font-size: 1.875rem;
  }

  .p-saiyo-info__content {
    margin-top: 48px;
    padding-top: 44px;
  }

  .p-saiyo-info__body>*+* {
    margin-top: 28px;
  }

  .p-saiyo-info__body>*+*::before {
    top: -14px;
    width: calc(100% - 156px);
  }

  .p-saiyo-info__body.--fsaiyo .p-saiyo-info__detail {
    width: calc(100% - 250px);
  }

  .p-saiyo-info__body.--fsaiyo>*+*::before {
    width: calc(100% - 250px);
  }

  .p-saiyo-info__body.--fsaiyo .p-saiyo-info__heading {
    width: 210px;
  }

  .p-saiyo-info__heading {
    margin-right: 40px;
    font-size: 1.25rem;
  }

  .p-saiyo-info__text {
    font-size: 1rem;
  }

  .p-saiyo-info__link {
    font-size: 1rem;
  }

  .p-saiyo-info__list li {
    font-size: 1rem;
  }

  .p-saiyo-schedule {
    margin-top: 100px;
    padding-block: 60px 72px;
  }

  .p-saiyo-schedule__title {
    font-size: 1.875rem;
  }

  .p-saiyo-schedule__content {
    margin-top: 48px;
  }

  .p-saiyo-schedule__item {
    -moz-column-gap: 72px;
    column-gap: 72px;
    min-height: 168px;
    padding: 24px;
  }

  .p-saiyo-schedule__item::before {
    left: 88px;
    height: calc(100% - 48px);
  }

  .p-saiyo-schedule__num {
    font-size: 3.125rem;
  }

  .p-saiyo-schedule__lead {
    font-size: 1.875rem;
  }

  .p-saiyo-schedule__text {
    font-size: 1rem;
  }

  .p-saiyo-schedule__caution {
    margin-top: 24px;
    font-size: 1rem;
  }

  .p-saiyo-qa {
    margin-top: 36px;
  }

  .p-saiyo-qa__title {
    font-size: 1.875rem;
  }

  .p-saiyo-qa__title--large {
    font-size: 4.5rem;
  }

  .p-saiyo-qa__content {
    margin-top: 36px;
    padding-top: 60px;
  }

  .p-saiyo-qa__label {
    margin-bottom: 12px;
    font-size: 2.625rem;
  }

  .p-saiyo-qa__text {
    font-size: 1.125rem;
  }

  .p-saiyo-qa__link {
    font-size: 1rem;
  }

  .p-message {
    margin-top: 88px;
    padding-bottom: 120px;
  }

  .p-message__main {
    row-gap: 140px;
  }

  .p-message__sign {
    width: 240px;
    margin-top: 100px;
  }

  .p-message__sign--en {
    font-size: 1.25rem;
  }

  .p-message-logo {
    -moz-column-gap: 35px;
    column-gap: 35px;
    margin-top: 104px;
  }

  .p-message-logo__text {
    font-size: 1.375rem;
  }

  .p-message-logo__image {
    width: 185px;
  }

  .p-noe__main {
    row-gap: 140px;
    margin-top: 80px;
  }

  .p-noe-intro {
    margin-top: 88px;
  }

  .p-noe-intro__body {
    padding-block: 60px;
  }

  .p-noe-intro__text {
    font-size: 1.5rem;
  }

  .p-noe-intro__person {
    margin-top: 88px;
  }

  .p-noe-intro__info {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .p-noe-intro__post {
    font-size: 1rem;
  }

  .p-noe-intro__name {
    font-size: 1.75rem;
  }

  .p-noe-intro__name--en {
    margin-top: 12px;
    font-size: 1.25rem;
  }

  .p-interview-mv__post {
    margin-top: 24px;
    padding-inline: 22px;
    font-size: 1rem;
  }

  .p-interview-mv__name {
    margin-top: 24px;
    padding-inline: 22px;
    font-size: 1.75rem;
  }

  .p-interview-mv_link {
    margin-top: 32px;
    font-size: 1.25rem;
  }

  .p-interview-mv_link img {
    width: 22px;
  }

  .p-interview {
    margin-top: 88px;
  }

  .p-interview-header__post {
    font-size: 1.25rem;
  }

  .p-interview-header__name {
    margin-top: 40px;
    font-size: 1.75rem;
  }

  .p-interview-header__name--en {
    margin-top: 12px;
    font-size: 1.25rem;
  }

  .p-workplace {
    margin-bottom: 88px;
  }

  .p-workplace__title {
    padding-block: 48px 50px;
    font-size: 1.75rem;
  }

  .p-workplace__header::before {
    height: calc(100% - 40px);
    border-radius: 30px;
  }

  .p-workplace__header::after {
    width: 78.4px;
    height: 40px;
  }

  .p-workplace__heading {
    margin-bottom: 40px;
  }

  .p-workplace__lead {
    font-size: 1.8rem;
  }

  .p-workplace__sub {
    font-size: 1.3rem;
  }

  .p-workplace-list {
    margin-top: 24px;
  }

  .p-workplace-list__content {
    min-height: 135px;
    padding-block: 28px;
  }

  .p-workplace-list__title {
    font-size: 1.5rem;
  }

  .p-workplace-list__text {
    font-size: 1rem;
  }

  .p-workplace-list__vacation-item {
    min-height: 264px;
  }

  .p-workplace-list__vacation-title {
    padding-block: 28px;
    font-size: 1.5rem;
  }

  .p-workplace-list__vacation-title::before {
    height: calc(100% - 28px);
  }

  .p-workplace-list__vacation-title::after {
    height: 56px;
  }

  .p-workplace-list__vacation-text {
    padding-inline: 28px;
    padding-block: 32px;
    font-size: 1rem;
  }

  .p-contact-heading__inner {
    padding-inline: 0;
    padding-block: 60px;
  }

  .p-contact-heading__lead {
    font-size: 3.5rem;
  }

  .p-contact-heading__link {
    margin-right: 2%;
  }

  .p-contact-heading__text {
    font-size: 1.375rem;
  }

  .p-contact-top {
    margin-top: 64px;
  }

  .p-contact-top__heading {
    font-size: 1.8rem;
  }

  .p-conatct-top__wrap {
    padding-block: 40px;
  }

  .p-contact-top__text {
    font-size: 1.125rem;
  }

  .p-contact-top__policy {
    margin-top: 40px;
  }

  .p-conatct-top__box {
    height: 420px;
    padding: 16px 22px;
  }

  .p-conatct-top__box>textarea {
    font-size: 1rem;
  }

  .p-contact-top__agree {
    padding-block: 16px;
  }

  .p-contact-top__agree>input[type=checkbox] {
    width: 18px;
    height: 18px;
    border: 1px solid var(--black);
  }

  .p-contact-top__agree>input[type=checkbox]:checked:before {
    left: 4.5px;
    width: 7px;
    height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }

  .p-contact-top__agree>label {
    padding-left: 12px;
    font-size: 1rem;
  }

  .p-contact {
    margin-top: 64px;
  }

  .p-contact__inner>*+* {
    margin-top: 40px;
  }

  .p-contact__label {
    width: 280px;
    padding-top: 12px;
    font-size: 1rem;
  }

  .p-contact__main {
    width: calc(100% - 280px);
  }

  .p-contact__main>.error {
    font-size: 1rem;
  }

  .p-contact__wrap {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .p-contact__wrap>input {
    padding-inline: 10px;
    padding-block: 8px 6px;
    font-size: 1rem;
  }

  .p-contact__wrap>input.pl-small::-moz-placeholder {
    font-size: 1rem;
  }

  .p-contact__wrap>input.pl-small::placeholder {
    font-size: 1rem;
  }

  .p-contact__wrap>textarea {
    height: 458px;
    padding-inline: 10px;
    padding-block: 8px 6px;
    font-size: 1rem;
  }

  .p-contact__wrap>textarea::-moz-placeholder {
    font-size: 1rem;
  }

  .p-contact__wrap>textarea::placeholder {
    font-size: 1rem;
  }

  .p-contact__wrap>.caution {
    font-size: 1rem;
  }

  .p-contact__button {
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 188px;
    padding-left: 30px;
    padding-block: 8px 10px;
  }

  .p-contact__button label {
    width: 18px;
  }

  .p-contact__button>input[type=submit] {
    font-size: 1.1875rem;
  }

  .oubo-list {
    row-gap: 64px;
    padding-top: 64px;
  }

  .oubo-flow-title {
    font-size: 1.5rem;
  }

  .oubo-flow-text {
    font-size: 1rem;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (max-width: 1200px) {
  .l-header__link:hover {
    color: var(--white);
  }

  .l-header__link--contact:hover {
    background-color: var(--white);
    color: var(--white);
  }
}

@media screen and (max-width: 1200px) {
  .l-header__content {
    position: fixed;
    top: 70px;
    left: 100%;
    width: 100%;
    height: calc(100vh - 70px);
    padding-top: 24px;
    overflow-y: auto;
    background-color: var(--white);
    transition: all 0.3s ease;
  }

  .l-header__list {
    flex-direction: column;
  }

  .l-header__link {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-inline: 20px;
    font-weight: bold;
    transition: color 0.3s;
  }

  .l-header__link::before {
    display: block;
  }

  .l-header__link::after {
    width: 100%;
    height: 100%;
    transform-origin: left center;
  }

  .l-header__link.--active {
    color: var(--white);
  }

  .l-header__link--contact {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-inline: 20px;
    background-color: var(--white);
    color: var(--black);
  }

  .l-header__link--contact::before {
    display: block;
  }

  .l-header__link--contact::after {
    display: block;
    width: 100%;
    height: 100%;
    transform-origin: left center;
  }

  .l-header__link--contact.--active {
    color: var(--white);
  }

  .l-header__button {
    display: block;
    width: 30px;
    height: 30px;
    margin-block: 15px;
    cursor: pointer;
  }

  [data-hamb=open] .l-header__content {
    left: 0;
  }

  .l-footer {
    margin-top: 80px;
  }

  .l-footer__content {
    row-gap: 32px;
    flex-direction: column;
    max-width: 892px;
    margin-inline: auto;
  }

  .l-footer-nav {
    width: 100%;
    margin-inline: auto;
  }

  .l-footer-info {
    margin-left: auto;
  }

  .c-saiyoHeader__link img {
    width: 20px;
  }

  .c-infoContent-message__topTop img {
    width: 20px;
  }

  .p-top-main {
    padding-bottom: 120px;
  }

  .p-saiyo-c {
    padding-bottom: 120px;
  }

  .p-saiyo-qa {
    padding-bottom: 120px;
  }

  .p-saiyo-qa__content {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-saiyo-qa__item {
    padding-bottom: 20px;
    padding-inline: 20px;
  }

  .p-saiyo-qa__item:nth-of-type(3n) {
    border-left: none;
  }

  .p-saiyo-qa__item:nth-of-type(3n-1) {
    border-left: none;
  }

  .p-saiyo-qa__item:nth-of-type(n + 4) {
    padding-top: 20px;
  }

  .p-saiyo-qa__item:nth-of-type(3) {
    padding-top: 20px;
  }

  .p-saiyo-qa__item:nth-of-type(3) .p-saiyo-qa__question::before {
    display: block;
  }

  .p-saiyo-qa__item:nth-of-type(2n) {
    border-left: 1px solid var(--darkBlue);
  }

  .p-saiyo-qa__item:nth-of-type(2n-1) {
    border-left: none;
  }

  .p-saiyo-qa__item:last-of-type {
    position: relative;
  }

  .p-saiyo-qa__item:last-of-type::before {
    display: block;
  }

  .p-noe {
    padding-bottom: 120px;
  }

  .p-interview-mv__image {
    margin-top: -60px;
  }

  .p-interview-mv__name {
    font-size: 1.75rem;
  }

  .p-interview-mv_link {
    margin-top: 30px;
    font-size: 1.25rem;
  }

  .p-interview-mv_link img {
    width: 20px;
  }

  .p-interview__inner {
    row-gap: 140px;
    margin-top: 80px;
  }

  .p-workplace__content {
    margin-top: 104px;
  }

  .p-conatct-top__wrap {
    padding-inline: 0;
  }

  .p-contact__wrap>input {
    width: 100%;
  }

  .oubo-list {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 992px) {
  .l-wrapper {
    width: 100%;
  }

  .l-footer__content {
    max-width: 724px;
  }

  .l-footer-nav__list {
    grid-column-gap: 32px;
  }

  .c-cta__inner {
    width: 100%;
  }

  .c-saiyoHeader__inner {
    width: 100%;
  }

  .c-saiyoHeader__link img {
    width: 16px;
  }

  .c-infoHeader__inner {
    width: 100%;
  }

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

  .c-infoHeader__lead {
    font-size: 3.375rem;
  }

  .c-infoMv__main {
    font-size: 4rem;
  }

  .c-infoMv__image {
    top: 20px;
  }

  .c-infoMv__title {
    margin-top: 80px;
  }

  .c-infoContent-message {
    margin-top: 80px;
    background-color: var(--blue);
  }

  .c-infoContent-message__inner {
    max-width: 768px;
    margin-inline: auto;
    padding: 40px 20px 50px;
  }

  .c-infoContent-message__title {
    color: var(--white);
    font-size: 2.5rem;
  }

  .c-infoContent-message__content {
    row-gap: 40px;
    flex-direction: column;
    margin-top: 32px;
  }

  .c-infoContent-message__image {
    width: 100%;
  }

  .c-infoContent-message__body {
    row-gap: 28px;
    width: 100%;
    padding: 0;
  }

  .p-top-mv__button {
    width: 200px;
    padding-right: 24px;
    font-size: 1.0625rem;
  }

  .p-top-mv__button img {
    width: 18px;
  }

  .p-top-main__content {
    margin-top: 48px;
  }

  .p-top-main__inner {
    row-gap: 32px;
    flex-direction: column-reverse;
    width: 100%;
    padding-left: 0;
  }

  .p-top-main__body {
    width: 100%;
    min-width: auto;
    max-width: 608px;
    margin-right: 0;
  }

  .p-top-main__link {
    width: 200px;
    margin-inline: auto;
    padding-right: 24px;
    font-size: 1.0625rem;
  }

  .p-top-main__link img {
    width: 18px;
  }

  .p-top-main__image {
    right: -20px;
  }

  .p-saiyo-info__lead {
    font-size: 1.875rem;
  }

  .p-saiyo-qa__link {
    font-size: 1.25rem;
  }

  .p-message {
    margin-top: 80px;
  }

  .p-message__main {
    row-gap: 110px;
  }

  .p-message__sign {
    width: 240px;
    margin-top: 80px;
  }

  .p-message__sign--en {
    font-size: 1.25rem;
  }

  .p-message-logo {
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin-top: 80px;
  }

  .p-message-logo__text {
    font-size: 1.125rem;
  }

  .p-message-logo__image {
    width: 168px;
  }

  .p-noe__main {
    row-gap: 100px;
    margin-top: 64px;
  }

  .p-noe-intro {
    margin-top: 80px;
  }

  .p-noe-intro__person {
    margin-top: 80px;
  }

  .p-noe-intro__image {
    left: 20px;
  }

  .p-noe-intro__info {
    row-gap: 12px;
    margin-top: 45px;
    padding-bottom: 45px;
  }

  .p-interview-mv__image {
    top: 20px;
    margin-top: -60px;
  }

  .p-interview-mv__nav {
    width: 100%;
  }

  .p-interview-mv__name {
    margin-top: 18px;
    padding-inline: 10px;
    font-size: 1.5rem;
  }

  .p-interview-mv_link {
    margin-top: 24px;
    font-size: 1.125rem;
  }

  .p-interview {
    margin-top: 80px;
  }

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

  .p-interview-header__post {
    font-size: 1.25rem;
  }

  .p-interview-header__mv {
    left: -20px;
  }

  .p-interview__inner {
    row-gap: 110px;
    margin-top: 64px;
  }

  .p-workplace {
    margin-bottom: 64px;
  }

  .p-workplace__title {
    padding-block: 40px 42px;
  }

  .p-workplace__inner {
    width: 100%;
  }

  .p-workplace__content {
    margin-top: 80px;
  }

  .p-workplace__header::before {
    height: calc(100% - 32px);
    border-radius: 20px;
  }

  .p-workplace__header::after {
    width: 62.72px;
    height: 32px;
  }

  .p-workplace__heading {
    margin-bottom: 32px;
  }

  .p-workplace-list__content {
    padding-block: 25px;
  }

  .p-workplace-list__vacation-item {
    min-height: 224px;
  }

  .p-workplace-list__vacation-title {
    padding-block: 24px;
    font-size: 1.25rem;
  }

  .p-workplace-list__vacation-title::before {
    height: calc(100% - 24px);
  }

  .p-workplace-list__vacation-title::after {
    height: 48px;
  }

  .p-workplace-list__vacation-text {
    padding-inline: 20px;
    padding-block: 24px;
    font-size: 1rem;
  }

  .p-contact-heading::before {
    -webkit-clip-path: polygon(calc(40% + 36px) 0, 100% 0%, 100% 100%, calc(40% - 36px) 100%);
    clip-path: polygon(calc(40% + 36px) 0, 100% 0%, 100% 100%, calc(40% - 36px) 100%);
  }

  .p-contact-heading__inner {
    width: 100%;
    padding-inline: 20px;
  }

  .p-contact-top__inner {
    width: 100%;
  }

  .p-contact__inner {
    width: 100%;
    padding-block: 40px 60px;
  }

  .p-contact__label {
    width: 220px;
  }

  .p-contact__main {
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 768px) {
  .l-siteWrapper {
    margin-top: 60px;
  }

  .l-header__logo-image {
    width: 162px;
  }

  .l-header__content {
    top: 60px;
    height: calc(100vh - 60px);
  }

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

  .l-footer__inner {
    padding-inline: 0;
    padding-block: 42px 56px;
  }

  .l-footer-nav__list {
    display: block;
    width: 100%;
  }

  .l-footer-nav__item {
    border-bottom: 1px solid var(--white);
    font-size: 0.9375rem;
  }

  .l-footer-nav__item.--arrow {
    position: relative;
  }

  .l-footer-nav__item.--arrow::after {
    display: block;
  }

  .l-footer-nav__item.--child .l-footer-nav__link {
    padding-left: 90px;
  }

  .l-footer-nav__link {
    display: block;
    padding-inline: 60px;
    padding-block: 14px;
  }

  .l-footer-info {
    margin-right: auto;
  }

  .l-footer-info__wrap {
    justify-content: center;
  }

  .l-footer-totop {
    z-index: 9999;
    position: absolute;
    right: 20px;
    bottom: 0;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--white);
  }

  .l-footer-totop__text {
    display: none;
  }

  .l-footer__logo {
    width: 166px;
    margin-top: 45px;
  }

  .c-sentence__paragraph--pc {
    display: unset;
  }

  .c-sentence__paragraph--md {
    display: block;
  }

  .c-breadcrumb {
    display: none;
  }

  .c-cta::before {
    -webkit-clip-path: polygon(calc(50% + 110px) 0, 100% 0%, 100% 100%, calc(50% - 110px) 100%);
    clip-path: polygon(calc(50% + 110px) 0, 100% 0%, 100% 100%, calc(50% - 110px) 100%);
  }

  .c-cta__inner {
    padding-block: 32px;
  }

  .c-cta__title {
    margin-top: 12px;
    font-size: 1.375rem;
  }

  .c-cta__lead {
    font-size: 2rem;
  }

  .c-cta__text {
    margin-top: 8px;
    font-size: 0.875rem;
  }

  .c-cta__link {
    margin-right: 0;
  }

  .c-cta__button {
    -moz-column-gap: 14px;
    column-gap: 14px;
    font-size: 1rem;
  }

  .c-cta__button img {
    width: 18px;
  }

  .c-cta__button::after {
    -webkit-clip-path: polygon(calc(50% + 110px) 0, 100% 0%, 100% 100%, calc(50% - 110px) 100%);
    clip-path: polygon(calc(50% + 110px) 0, 100% 0%, 100% 100%, calc(50% - 110px) 100%);
  }

  .c-saiyoHeader__inner {
    align-items: center;
    padding-block: 94px;
  }

  .c-saiyoHeader__title {
    font-size: 1.75rem;
  }

  .c-saiyoHeader__lead {
    font-size: 2.5rem;
  }

  .c-saiyoHeader__nav {
    display: none;
  }

  .c-infoHeader {
    background-color: var(--greenBlue);
  }

  .c-infoHeader__inner {
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .c-infoHeader__title {
    margin-top: 0;
    font-size: 1.75rem;
  }

  .c-infoHeader__lead {
    font-size: 2.5rem;
  }

  .c-infoMv {
    margin-top: 32px;
  }

  .c-infoMv__main {
    font-size: 2.5rem;
    letter-spacing: normal;
  }

  .c-infoMv__image {
    order: 3;
    margin-top: 32px;
  }

  .c-infoMv__title {
    order: 2;
    margin-top: 10px;
    color: var(--black);
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }

  .c-infoContent__heading {
    font-size: 1.375rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }

  .c-infoContent__text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .c-infoContent__colContent {
    width: 100%;
  }

  .c-infoContent-message {
    margin-top: 40px;
  }

  .c-infoContent-message__heading {
    -moz-column-gap: 6px;
    column-gap: 6px;
  }

  .c-infoContent-message__heading img {
    width: 40px;
  }

  .c-infoContent-message__title {
    font-size: 1.375rem;
  }

  .c-infoContent-message__subTitle {
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .c-infoContent-message__text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .c-infoContent-message__topTop {
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 58px;
    font-size: 1.125rem;
  }

  .c-infoContent-message__topTop img {
    width: 18px;
  }

  .p-top-mv {
    background-image: url("../images/top/mv-bg_sp.jpg");
  }

  .p-top-mv__inner {
    padding-block: 172px 44px;
  }

  .p-top-mv__title {
    font-size: 2.6875rem;
  }

  .p-top-mv__main {
    margin-top: 8px;
    font-size: 1.125rem;
  }

  .p-top-mv__cta {
    row-gap: 20px;
    flex-direction: column;
    margin-top: 36px;
  }

  .p-top-mv__button {
    -moz-column-gap: 14px;
    column-gap: 14px;
    width: 246px;
    padding-right: 44px;
    padding-block: 8px 10px;
    font-size: 1.125rem;
  }

  .p-top-main {
    padding-bottom: 64px;
  }

  .p-top-main__body {
    max-width: 395px;
  }

  .p-top-main__title {
    margin-top: 6px;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }

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

  .p-top-main__text {
    margin-top: 24px;
    font-size: 1rem;
  }

  .p-top-main__link {
    -moz-column-gap: 14px;
    column-gap: 14px;
    width: 246px;
    margin-top: 36px;
    padding-right: 44px;
    padding-block: 8px 10px;
    font-size: 1.125rem;
  }

  .p-saiyo-info {
    padding-top: 28px;
  }

  .p-saiyo-info__lead {
    font-size: 1.375rem;
    letter-spacing: inherit;
  }

  .p-saiyo-info__content {
    margin-top: 28px;
    padding-top: 28px;
  }

  .p-saiyo-info__body>*+*::before {
    top: -28px;
    width: 100%;
  }

  .p-saiyo-info__body.--fsaiyo .p-saiyo-info__detail {
    width: 100%;
  }

  .p-saiyo-info__body.--fsaiyo>*+*::before {
    width: 100%;
  }

  .p-saiyo-info__body.--fsaiyo .p-saiyo-info__heading {
    width: 55.5%;
  }

  .p-saiyo-info__row {
    flex-direction: column;
    align-items: center;
  }

  .p-saiyo-info__heading {
    width: 55.5%;
    margin-right: 0;
    padding-block: 8px 6px;
    font-size: 1rem;
  }

  .p-saiyo-info__detail {
    width: 100%;
    padding-block: 14px 24px;
  }

  .p-saiyo-info__text {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal;
  }

  .p-saiyo-info__text>.--small {
    font-size: 0.875rem;
  }

  .p-saiyo-info__link {
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .p-saiyo-info__link.--arrow {
    margin-right: 25px;
  }

  .p-saiyo-info__link.--arrow::after {
    right: -25px;
    bottom: 10px;
    width: 18px;
  }

  .p-saiyo-info__list.--styleDisc {
    padding-left: 1.5em;
    line-height: 1.5;
  }

  .p-saiyo-info__list li {
    font-size: 1rem;
    line-height: 1.5;
  }

  .p-saiyo-info__list li>.--small {
    font-size: 0.875rem;
  }

  .p-saiyo-c {
    padding-bottom: 64px;
  }

  .p-saiyo-schedule {
    margin-top: 50px;
    padding-block: 52px 42px;
  }

  .p-saiyo-schedule__title {
    color: var(--black);
    font-size: 1.375rem;
  }

  .p-saiyo-schedule__content {
    margin-top: 52px;
  }

  .p-saiyo-schedule__item {
    -moz-column-gap: 42px;
    column-gap: 42px;
    min-height: 102px;
    padding: 16px 0 16px 16px;
  }

  .p-saiyo-schedule__item::before {
    left: 50px;
    height: calc(100% - 32px);
  }

  .p-saiyo-schedule__num {
    font-size: 1.375rem;
  }

  .p-saiyo-schedule__lead {
    font-weight: 400;
    font-size: 1.375rem;
    letter-spacing: normal;
  }

  .p-saiyo-schedule__lead--small {
    font-size: 1.25rem;
  }

  .p-saiyo-schedule__text {
    font-size: 0.75rem;
  }

  .p-saiyo-schedule__caution {
    margin-top: 16px;
    font-size: 0.75rem;
  }

  .p-saiyo-qa {
    padding-bottom: 36px;
  }

  .p-saiyo-qa__title {
    color: var(--black);
    font-size: 1.375rem;
  }

  .p-saiyo-qa__title--large {
    font-size: 2.6875rem;
  }

  .p-saiyo-qa__content {
    grid-template-columns: 1fr;
    margin-top: 42px;
    padding-top: 0;
  }

  .p-saiyo-qa__content>*+* {
    border-top: 1px solid var(--darkBlue);
  }

  .p-saiyo-qa__item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: 0;
  }

  .p-saiyo-qa__item:nth-of-type(n + 4) .p-saiyo-qa__question::before {
    display: none;
  }

  .p-saiyo-qa__item:nth-of-type(3) .p-saiyo-qa__question::before {
    display: none;
  }

  .p-saiyo-qa__item:nth-of-type(2n) {
    border-left: none;
  }

  .p-saiyo-qa__item:last-of-type::before {
    display: none;
  }

  .p-saiyo-qa__wrap {
    -moz-column-gap: 12px;
    display: flex;
    column-gap: 12px;
  }

  .p-saiyo-qa__answer {
    margin-top: 28px;
  }

  .p-saiyo-qa__answer .p-saiyo-qa__label {
    margin-top: 0;
  }

  .p-saiyo-qa__label {
    margin-bottom: 0;
    font-size: 1.875rem;
  }

  .p-saiyo-qa__text {
    padding-top: 4px;
    font-size: 1rem;
  }

  .p-saiyo-qa__link {
    border-width: 1px;
    font-size: 1rem;
  }

  .p-saiyo-qa__link img {
    width: 14px;
  }

  .p-message {
    margin-top: 36px;
    padding-bottom: 64px;
  }

  .p-message__main {
    row-gap: 45px;
  }

  .p-message__sign {
    width: 210px;
    margin-top: 45px;
  }

  .p-message__sign--en {
    margin-top: 4px;
    padding-left: 8px;
    font-size: 0.9375rem;
  }

  .p-message-logo {
    row-gap: 24px;
    flex-direction: column;
    margin-top: 64px;
  }

  .p-message-logo__text {
    font-size: 1.375rem;
    text-align: center;
  }

  .p-message-logo__image {
    width: 156px;
  }

  .p-noe {
    padding-bottom: 64px;
  }

  .p-noe__main {
    row-gap: 45px;
    margin-top: 36px;
  }

  .p-noe-intro {
    width: 100vw;
    margin-top: 0;
    margin-left: -20px;
  }

  .p-noe-intro__body {
    padding-inline: 20px;
    padding-block: 50px;
    border-top: none;
    border-bottom: none;
    background-color: var(--darkBlue);
  }

  .p-noe-intro__body::before {
    display: none;
  }

  .p-noe-intro__body::after {
    display: none;
  }

  .p-noe-intro__text {
    color: var(--white);
    font-size: 1.25rem;
    line-height: 1.75;
  }

  .p-noe-intro__person {
    position: relative;
    margin-top: 0;
  }

  .p-noe-intro__info {
    position: absolute;
    bottom: 20px;
    left: 0;
    row-gap: 6px;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
    padding-block: 24px;
    border-bottom: none;
    background-image: linear-gradient(to right, var(--white) 25%, rgba(255, 255, 255, 0.1) 100%);
  }

  .p-noe-intro__post {
    font-weight: bold;
    font-size: 1rem;
  }

  .p-noe-intro__name {
    flex-direction: row;
    align-items: baseline;
    font-size: 1.5625rem;
  }

  .p-noe-intro__name--en {
    margin-top: 0;
    padding-left: 6px;
    font-size: 0.9375rem;
  }

  .p-interview-mv {
    margin-top: 32px;
  }

  .p-interview-mv__image {
    order: 3;
    margin-top: 32px;
  }

  .p-interview-mv__post {
    margin-top: 12px;
    padding-inline: 10px 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .p-interview-mv__name {
    margin-top: 6px;
    font-size: 1.25rem;
  }

  .p-interview-mv_link {
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-top: 12px;
    padding-block: 6px 8px;
    font-size: 0.875rem;
  }

  .p-interview-mv_link img {
    width: 16px;
  }

  .p-interview {
    margin-top: 52px;
  }

  .p-interview-header {
    padding-left: 0;
  }

  .p-interview-header__person {
    top: unset;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-block: 15px;
    transform: translate(0);
    background-image: linear-gradient(to right, var(--white) 20%, transparent 100%);
  }

  .p-interview-header__post {
    font-size: 1rem;
    line-height: 1.5;
  }

  .p-interview-header__name {
    margin-top: 8px;
    font-size: 1.5rem;
  }

  .p-interview-header__name--en {
    margin-top: 0;
    padding-left: 8px;
    font-size: 0.9375rem;
  }

  .p-interview__inner {
    row-gap: 45px;
    margin-top: 36px;
  }

  .p-workplace {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .p-workplace__content {
    margin-top: 34px;
  }

  .p-workplace__header.--balance .p-workplace__heading {
    align-items: flex-start;
    margin-top: -28px;
    margin-bottom: 0;
    padding-left: 4.775%;
    padding-block: 18px;
  }

  .p-workplace__header.--balance .p-workplace__lead {
    text-align: left;
    white-space: nowrap;
  }

  .p-workplace__header.--balance .p-workplace__sub {
    text-align: left;
    white-space: nowrap;
  }

  .p-workplace__heading {
    align-items: flex-start;
    padding-left: 4.775%;
    padding-block: 18px;
  }

  .p-workplace__lead {
    font-size: 1.375rem;
    text-align: left;
    white-space: nowrap;
  }

  .p-workplace__sub {
    font-size: 1rem;
    text-align: left;
    white-space: nowrap;
  }

  .p-workplace__image.--image01 {
    width: 54.075%;
    padding-top: 5.375%;
    padding-right: 3.585%;
    padding-left: 0;
  }

  .p-workplace__image.--image02 {
    width: 54.075%;
    padding-top: min(15%, 50px);
    padding-right: 3%;
    padding-left: 0;
  }

  .p-workplace__image.--image03 {
    width: 54.075%;
    padding-top: 4.78%;
    padding-right: 2.25%;
    padding-left: 0;
  }

  .p-workplace__image.--image04 {
    width: 48.075%;
    margin-left: auto;
    padding-top: 7.25%;
    padding-right: 1.25%;
    padding-left: 0;
  }

  .p-workplace__image.--image05 {
    width: 61.075%;
  }

  .p-workplace-list__content {
    row-gap: 6px;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
    padding-block: 24px;
  }

  .p-workplace-list__title {
    width: 100%;
    font-size: 1.375rem;
    text-align: center;
  }

  .p-workplace-list__text {
    width: 100%;
    font-size: 1rem;
    text-align: left;
  }

  .p-workplace-list__vacation {
    row-gap: 14px;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .p-workplace-list__vacation-item {
    width: 100%;
    min-height: 120px;
  }

  .p-workplace-list__vacation-title {
    padding-block: 16px 20px;
    font-size: 1.125rem;
  }

  .p-workplace-list__vacation-text {
    padding-inline: 16px;
    padding-block: 10px;
    font-size: 0.875rem;
  }

  .p-contact-heading::before {
    -webkit-clip-path: polygon(calc(37.5% + 18px) 0, 100% 0%, 100% 100%, calc(37.5% - 18px) 100%);
    clip-path: polygon(calc(37.5% + 18px) 0, 100% 0%, 100% 100%, calc(37.5% - 18px) 100%);
  }

  .p-contact-heading__inner {
    padding-block: 28px;
  }

  .p-contact-heading__lead {
    font-size: 1.3125rem;
  }

  .p-contact-heading__text {
    -moz-column-gap: 14px;
    column-gap: 14px;
    font-size: 0.75rem;
  }

  .p-contact-top {
    margin-top: 24px;
  }

  .p-contact-top__heading {
    font-size: 1.125rem;
  }

  .p-conatct-top__wrap {
    margin-block: 24px;
    padding-block: 16px;
  }

  .p-contact-top__text {
    font-size: 0.875rem;
    text-align: left;
  }

  .p-contact-top__policy {
    margin-top: 24px;
  }

  .p-conatct-top__box {
    height: 377px;
    padding: 8px;
  }

  .p-conatct-top__box>textarea {
    font-size: 0.75rem;
  }

  .p-contact-top__agree {
    padding-block: 10px;
  }

  .p-contact-top__agree>input[type=checkbox] {
    width: 16px;
    height: 16px;
  }

  .p-contact-top__agree>input[type=checkbox]:checked:before {
    top: 1px;
    left: 4px;
    width: 6px;
    height: 10px;
  }

  .p-contact-top__agree>label {
    padding-left: 8px;
    font-size: 0.875rem;
  }

  .p-contact {
    margin-top: 36px;
    margin-bottom: 50px;
  }

  .p-contact__inner {
    padding-block: 24px 40px;
  }

  .p-contact__inner>*+* {
    margin-top: 16px;
  }

  .p-contact__content {
    row-gap: 6px;
    flex-direction: column;
  }

  .p-contact__label {
    width: 100%;
    padding-top: 0;
    font-size: 1rem;
  }

  .p-contact__main {
    width: 100%;
  }

  .p-contact__main>.error {
    font-size: 0.75rem;
  }

  .p-contact__wrap>input {
    width: 100%;
    padding-inline: 8px;
    padding-block: 6px 4px;
    font-size: 1.25rem;
  }

  .p-contact__wrap>input.pl-small::-moz-placeholder {
    font-size: 0.9375rem;
  }

  .p-contact__wrap>input.pl-small::placeholder {
    font-size: 0.9375rem;
  }

  .p-contact__wrap>textarea {
    font-size: 1.75rem;
  }

  .p-contact__wrap>textarea::-moz-placeholder {
    font-size: 0.9375rem;
  }

  .p-contact__wrap>textarea::placeholder {
    font-size: 0.9375rem;
  }

  .p-contact__wrap>.caution {
    font-size: 0.75rem;
  }

  .p-contact__button {
    -moz-column-gap: 14px;
    column-gap: 14px;
    width: 172px;
    margin-top: 20px;
    padding-right: 32px;
    padding-block: 11px 9px;
  }

  .p-contact__button>input[type=submit] {
    font-size: 1.375rem;
  }

  .oubo-list {
    padding-top: 28px;
    padding-bottom: 36px;
  }

  .oubo-flow-title {
    font-size: 1.375rem;
    line-height: 1.6;
  }

  .oubo-flow--spacer {
    margin-top: 16px;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .c-sentence__paragraph--sm {
    display: block;
  }

  .c-saiyoHeader__inner {
    padding-block: 22px;
  }

  .c-saiyoHeader__title {
    font-size: 0.875rem;
    letter-spacing: 0.35em;
  }

  .c-saiyoHeader__lead {
    font-size: 1.3125rem;
  }

  .c-infoHeader__inner {
    padding-block: 22px;
  }

  .c-infoHeader__title {
    font-size: 0.875rem;
    letter-spacing: 0.35em;
  }

  .c-infoHeader__lead {
    font-size: 1.3125rem;
  }

  .p-contact-heading__link {
    margin-right: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-header__link:hover::before {
    background-image: url("../images/common/arrow-white.svg");
    transition-delay: 0.3s;
  }

  .l-header__link:hover::after {
    transform: scaleX(1);
  }

  .l-header__link--contact:hover {
    background-color: var(--darkBlue);
  }

  .l-header__link--contact:hover::before {
    background-image: url("../images/common/arrow-white.svg");
    transition-delay: 0.3s;
  }

  .l-header__link--contact:hover::after {
    transform: scaleX(1);
  }

  .l-footer-nav__link:hover {
    color: var(--darkBlue);
  }

  .l-footer-totop:hover img {
    transform: translateY(-4px);
  }

  .c-cta__button:hover::after {
    opacity: 1;
  }

  .c-saiyoHeader__link:hover::before {
    transform: scaleX(1);
  }

  .c-infoContent-message__topTop:hover img {
    transform: rotate(90deg) scale(-1, 1) translateX(4px);
  }

  .p-top-mv__button:hover::after {
    transform: translateX(-50%) skewX(-15deg) scaleX(1);
    transition: transform 0.3s ease;
  }

  .p-top-main__link:hover::after {
    transform: translateX(-50%) skewX(-15deg) scaleX(1);
    transition: transform 0.3s ease;
  }

  .p-saiyo-info__link:hover {
    border-color: var(--darkBlue);
  }

  .p-saiyo-qa__link:hover {
    border-color: var(--darkBlue);
  }

  .p-contact__button:hover::after {
    transform: translateX(-50%) skewX(-15deg) scaleX(1);
    transition: transform 0.3s ease;
  }
}


/* -------------------------------------
   Thanks ページ専用スタイル
------------------------------------- */

.p-formArea__thanks {
  text-align: center;
  padding: 60px 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.p-formArea__thanks h2.c-title--section {
  font-size: 1.8rem;
  margin-bottom: 24px;
  color: #333;
  font-weight: bold;
}

.p-formArea__thanks .p-formArea__text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 32px;
  color: #555;
}

.p-formArea__thanks .p-formArea__button {
  margin: 0 auto;
}

.p-formArea__button {
  -moz-column-gap: 14px;
  display: flex;
  z-index: 0;
  position: relative;
  column-gap: 14px;
  align-items: center;
  justify-content: flex-end;
  order: 4;
  width: 245px;
  margin-top: 26px;
  padding-right: 28px;
  padding-block: 8px 10px;
  color: var(--white);
  font-weight: bold;
  font-size: 1.1875rem;
  letter-spacing: -0.1em;
}

.p-formArea__button::before {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 94%;
  height: 100%;
  transform: translateX(-50%) skewX(-15deg);
  background-color: var(--primaryBlue);
  content: "";
}

.p-formArea__button::after {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 94%;
  height: 100%;
  transform: translateX(-50%) skewX(-15deg) scaleX(0);
  transform-origin: left center;
  background-color: var(--darkBlue);
  content: "";
  transition: transform 0s ease;
}

.p-formArea__button img {
  width: 24px;
  height: auto;
  transition: transform 0.3s ease;
}

.p-formArea__button:hover::after {
  transform: translateX(-50%) skewX(-15deg) scaleX(1);
  transition: transform 0.3s ease;
}

.p-formArea__button:hover::after {
  transform: translateX(-50%) skewX(-15deg) scaleX(1);
  transition: transform 0.3s ease;
}

/* -------------------------------------
   レスポンシブ対応
------------------------------------- */

@media screen and (max-width: 768px) {
  .p-formArea__thanks {
    padding: 40px 16px;
  }

  .p-formArea__thanks h2.c-title--section {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .p-formArea__thanks .p-formArea__text {
    font-size: 0.95rem;
  }

  .p-formArea__button {
  width: 232px;
  margin-inline: auto;
  font-size: 1.0625rem;
  margin-top: 14px;
  }

  .p-formArea__button img {
    width: 18px;
  }
}


/* 20250916追加 */
.p-saiyo-info__end {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: var(--white);
    background-color: var(--red);
    padding: 14px;
}

@media screen and (max-width: 1460px) {
    .p-saiyo-info__end {
      font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .p-saiyo-info__end {
      letter-spacing: inherit;
    }
}

@media screen and (max-width: 768px) {
.p-saiyo-info__image a{
margin:0 auto;
text-align: center;
   }
}