@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

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

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: auto !important;
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
  font-family: "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.is-fixed {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
* {
  color: var(--text-color, #000);
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
}
p {
  line-height: 1.875;
}

em, address {
  font-style: normal;
}

a {
  color: var(--text-color, inherit);
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

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

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

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

button {
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

.facility {
  --category-color: #109078;
}

.area {
  --category-color: #e5bc00;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 0.5em;
}
.mt-10 {
  margin-top: 1em;
}
.mt-15 {
  margin-top: 1.5em;
}
.mt-20 {
  margin-top: 2em;
}
.mt-sm {
  margin-top: 3.2rem !important;
}
.mt-md {
  margin-top: 4.8rem !important;
}
.mt-lg {
  margin-top: 7.2rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 0.5em;
}
.mb-10 {
  margin-bottom: 1em;
}
.mb-15 {
  margin-bottom: 1.5em;
}
.mb-20 {
  margin-bottom: 2em;
}
.mb-sm {
  margin-bottom: 3rem !important;
}
.mb-md {
  margin-bottom: 3.6rem !important;
}
.mb-lg {
  margin-bottom: 7.2rem !important;
}

.ms-auto {
  margin-left: auto;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.bg-01 {
  background-color: #f7f7f7;
}
.bg-02 {
  background-color: #61b6f2;
}
.bg-dark {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bg-dark.is-active {
  background-color: #798389;
  --text-color: #fff;
}
.bg-gray {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bg-gray.is-active {
  background-color: #eff1f4;
}
.bg-white {
  background-color: #fff;
}

.w-100 {
  width: 100%;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-auto {
  width: auto;
}
.w-sm {
  max-width: 62rem;
}
.w-md {
  max-width: 100rem;
}

.hr-01 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: none;
  border-top: 1px solid #ccc;
}

.text-serif {
  font-weight: 900;
}
.text-en {
  font-family: "IBM Plex Sans JP", sans-serif;
}
.text-unset {
  font-family: initial;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-primary {
  --text-color: #61b6f2;
}
.text-secondary {
  --text-color: #fa8500;
}
.text-white {
  --text-color: #fff;
}
.text-black {
  --text-color: #000;
}
.text-gray {
  --text-color: #bebebe;
}
.text-yellow {
  --text-color: #f6dc64;
}
.text-blue {
  --text-color: #61b6f2;
}
.text-xs {
  font-size: 1rem;
}
.text-sm {
  font-size: 1.2rem;
}
.text-lg {
  font-size: 2rem;
}
.text-xl {
  font-size: 2.4rem;
}
.text-xxl {
  font-size: 3.2rem;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-extrabold {
  font-weight: 800;
}
.text-black {
  font-weight: 900;
}
.text-ls-0 {
  letter-spacing: 0;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-grid {
  display: grid !important;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: inline;
  }
}
.pc-only {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-breadcrumbs {
  margin-top: 7rem;
  margin-bottom: 12rem;
  font-size: 1.2rem;
}
.c-breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-breadcrumbs__inner > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumbs__inner > span:not(:last-child)::after {
  content: "";
  width: 0.6rem;
  height: 0.9rem;
  margin-top: 2px;
  display: inline-block;
  background-image: url("../../images/common/breadcrumbs-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-breadcrumbs__inner * {
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin-top: -5rem;
  }
}
.c-navi__01 {
  margin-top: 7rem;
}
.c-navi__01--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-navi__01--item {
  width: 21rem;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.c-navi__01 a {
  width: 100%;
  max-width: 100%;
  height: 6rem;
  padding: 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid var(--theme-color, #61b6f2);
  border-radius: 3rem;
  background-color: #fff;
  font-weight: 700;
}
.c-navi__01 a.is-active {
  background-color: var(--theme-color, #61b6f2);
  color: #fff;
  pointer-events: none;
}

.c-pager__archive {
  margin-top: 12rem;
}
.c-pager__archive--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pager__archive .page-numbers {
  width: 1.25em;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
}
.c-pager__archive .page-numbers.current {
  color: var(--theme-color, #61b6f2);
  text-decoration: underline;
  pointer-events: none;
}

.c-agree {
  margin-top: 4.8rem;
  text-align: center;
}

.c-agree__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  margin: 0 0 1.3rem;
}

.c-agree__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  color: #333;
}
.c-agree__check input[type=checkbox] {
  width: 1.3rem;
  height: 1.3rem;
  accent-color: #109078;
  cursor: pointer;
}

.c-agree__link {
  color: #109078;
  text-decoration: underline;
}
.c-agree__link:hover {
  text-decoration: underline;
}

.c-agree__linkIcon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.4rem;
  color: #333;
}
.c-agree__linkIcon:hover {
  opacity: 0.7;
}

.c-agree__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
}

.c-formSubmit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 3.2rem auto 0;
  padding: 1.56rem 2.3rem 1.56rem 3.16rem;
  border: none;
  border-radius: 1rem;
  background-color: #109078;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  cursor: pointer;
  font-family: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-formSubmit span {
  color: #fff;
}
.c-formSubmit:hover:not(:disabled) {
  opacity: 0.85;
}
.c-formSubmit:disabled {
  background-color: #999;
  cursor: not-allowed;
  opacity: 0.7;
}
.c-formSubmit--arrow {
  font-size: 1.4rem;
}

.c-btn__01 {
  width: 28.8rem;
  height: 6rem;
  margin-top: 4.8rem;
  padding: 0 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem;
  background-color: var(--theme-color, #61b6f2);
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-btn__01 {
    margin-inline: auto;
  }
}
.c-btn__01 {
  --text-color: #fff;
}
.c-btn__01--text {
  margin-top: -0.2em;
  text-align: center;
  font-weight: 700;
}
.c-btn__01--arrow {
  width: 0.75em;
  height: 0.75em;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-btn__01--invert {
  border: 2px solid #109078;
  background-color: #fff;
  --text-color: #109078;
}
.c-btn__02 {
  width: 28.8rem;
  height: 6rem;
  margin-top: 1.8rem;
  padding: 0 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem;
  background-color: #109078;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  --text-color: #fff;
}
.c-btn__02:hover {
  opacity: 0.9;
}
.c-btn__02--text {
  margin-top: -0.2em;
  text-align: center;
  font-weight: 700;
}
.c-btn__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn__grid.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.c-btn__grid.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.c-btn__round {
  border-radius: 999rem;
}
.c-btn__pill {
  width: 66.18vw;
  max-width: 95.3rem;
  min-height: 14.5rem;
  padding: 2rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 9999px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-btn__pill:hover {
  opacity: 0.9;
}
.c-btn__pill--icon {
  width: 100%;
  max-width: 24rem;
  height: auto;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-btn__pill--label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: transparent;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1;
  -webkit-text-stroke: 2px currentColor;
}
.c-btn__pill--text {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
.c-btn__pill--arrow {
  width: 4rem;
  height: auto;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-btn__card {
  display: block;
}
.c-btn__card--image {
  display: block;
  overflow: hidden;
  border-radius: 2.4rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-btn__card--image img {
  width: 100%;
}
.c-btn__card--body {
  margin-top: 1rem;
}
.c-btn__card--title {
  margin: 0;
  font-weight: 700;
  font-size: 2.4rem;
}
.c-btn__card[href]:hover .c-btn__card--image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.link[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill='%23333333' d='M12 6.615C11.8011 6.615 11.6103 6.69402 11.4697 6.83467C11.329 6.97532 11.25 7.16609 11.25 7.365V12.75C11.25 12.9489 11.171 13.1397 11.0303 13.2803C10.8897 13.421 10.6989 13.5 10.5 13.5H2.25C2.05109 13.5 1.86032 13.421 1.71967 13.2803C1.57902 13.1397 1.5 12.9489 1.5 12.75V4.5C1.5 4.30109 1.57902 4.11032 1.71967 3.96967C1.86032 3.82902 2.05109 3.75 2.25 3.75H7.635C7.83391 3.75 8.02468 3.67098 8.16533 3.53033C8.30598 3.38968 8.385 3.19891 8.385 3C8.385 2.80109 8.30598 2.61032 8.16533 2.46967C8.02468 2.32902 7.83391 2.25 7.635 2.25H2.25C1.65326 2.25 1.08097 2.48705 0.65901 2.90901C0.237053 3.33097 0 3.90326 0 4.5V12.75C0 13.3467 0.237053 13.919 0.65901 14.341C1.08097 14.7629 1.65326 15 2.25 15H10.5C11.0967 15 11.669 14.7629 12.091 14.341C12.5129 13.919 12.75 13.3467 12.75 12.75V7.365C12.75 7.16609 12.671 6.97532 12.5303 6.83467C12.3897 6.69402 12.1989 6.615 12 6.615ZM14.94 0.465C14.8639 0.281738 14.7183 0.136106 14.535 0.0599999C14.4448 0.0215692 14.348 0.00118499 14.25 0H9.75C9.55109 0 9.36032 0.0790176 9.21967 0.21967C9.07902 0.360322 9 0.551088 9 0.75C9 0.948912 9.07902 1.13968 9.21967 1.28033C9.36032 1.42098 9.55109 1.5 9.75 1.5H12.4425L4.7175 9.2175C4.6472 9.28722 4.59141 9.37017 4.55333 9.46157C4.51525 9.55296 4.49565 9.65099 4.49565 9.75C4.49565 9.84901 4.51525 9.94704 4.55333 10.0384C4.59141 10.1298 4.6472 10.2128 4.7175 10.2825C4.78722 10.3528 4.87017 10.4086 4.96157 10.4467C5.05296 10.4847 5.15099 10.5043 5.25 10.5043C5.34901 10.5043 5.44704 10.4847 5.53843 10.4467C5.62983 10.4086 5.71278 10.3528 5.7825 10.2825L13.5 2.5575V5.25C13.5 5.44891 13.579 5.63968 13.7197 5.78033C13.8603 5.92098 14.0511 6 14.25 6C14.4489 6 14.6397 5.92098 14.7803 5.78033C14.921 5.63968 15 5.44891 15 5.25V0.75C14.9988 0.651992 14.9784 0.555167 14.94 0.465Z'/></svg>");
}

@media screen and (max-width: 767px) {
  .c-btn__01--arrowImg svg {
    width: 2.6rem;
    height: auto;
  }
  .c-btn__pill {
    width: 100%;
    max-width: 52rem;
    min-height: 9rem;
    padding: 1.8rem 2.4rem;
    gap: 1.2rem 1rem;
  }
  .c-btn__pill--icon {
    max-width: 14rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-btn__pill--label {
    font-size: 3.2rem;
    -webkit-text-stroke: 1.5px currentColor;
  }
  .c-btn__pill--text {
    font-size: 1.6rem;
    line-height: 1.4;
    min-width: 0;
  }
  .c-btn__pill--arrow {
    width: 2.1rem;
  }
}
input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.c-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  margin-bottom: 8.65rem;
}
.c-steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10rem;
  height: 4rem;
  border: 2px solid #F7F7F7;
  background-color: #F7F7F7;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #109078;
}
.c-steps__item.is-active {
  border-color: #109078;
  background-color: #109078;
  color: #fff;
}
.c-steps__arrow {
  width: 0.6rem;
  height: 0.9rem;
  display: inline-block;
  background-image: url("../../images/common/breadcrumbs-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .c-steps__item {
    width: 8rem;
    height: 3.6rem;
    font-size: 1.4rem;
  }
}
.c-heading__01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-heading__01.text-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-heading__01.text-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-heading__01--label {
  color: #fff;
  text-shadow: 3px 0 0 var(--text-color, #61b6f2), -3px 0 0 var(--text-color, #61b6f2), 0 3px 0 var(--text-color, #61b6f2), 0 -3px 0 var(--text-color, #61b6f2), 2px 2px 0 var(--text-color, #61b6f2), -2px 2px 0 var(--text-color, #61b6f2), 2px -2px 0 var(--text-color, #61b6f2), -2px -2px 0 var(--text-color, #61b6f2);
  white-space: nowrap;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 14rem;
  line-height: 1;
}
.c-heading__01--label::first-letter {
  font-size: 20rem;
}
.c-heading__01--label.is-small {
  font-size: 12rem;
}
.c-heading__01--label.is-small::first-letter {
  font-size: 12rem;
}
.c-heading__01--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-heading__01--mainText {
  margin-top: -0.15em;
  color: var(--text-color, #7bdfdb);
  letter-spacing: 0.4em;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}
.c-heading__01--mainText.is-small {
  font-size: 3rem;
}
.c-heading__02 {
  margin-bottom: 2em;
  letter-spacing: 0.2em;
  font-size: 2.4rem;
  line-height: 1.5;
}

.animFill span {
  position: relative;
}
.animFill span::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color, #61b6f2);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.animFill span.is-animated::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@media screen and (max-width: 767px) {
  .c-heading__01 {
    margin-bottom: 8rem;
  }
  .c-heading__01--label {
    font-size: 2.4rem;
  }
  .c-heading__01--main {
    font-size: 6.4rem;
  }
  .c-heading__01--mainText {
    font-weight: 400;
    white-space: nowrap;
    font-size: 3.2rem;
  }
  .c-heading__01--mainText.is-small {
    font-size: 2rem;
  }
  .c-heading__01--text:last-of-type {
    padding-bottom: 0.5em;
  }
}
.c-headerWave {
  width: 100%;
  height: 28rem;
  position: absolute;
  z-index: -1;
  display: block;
  background-image: url("../../images/common/block-wave-bottom.svg");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
}
.c-headerWave::before {
  content: "";
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #109078;
}

.c-innerHero--heading img, .c-innerHero--headingImg {
  max-width: 100%;
  height: auto;
  display: block;
}
.c-innerHero .c-heading__01 {
  height: 11.5rem;
  margin-top: 4rem;
}
.c-innerHero .c-breadcrumbs {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-headerWave {
    height: 7rem;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem);
  }
  .c-headerWave::before {
    height: 8rem;
    bottom: 90%;
  }
  .c-innerHero .c-heading__01 {
    height: unset;
    min-height: 4.1rem;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-recruitNavi {
  margin-bottom: 10rem;
}

.c-recruitNavi__list {
  width: 85.3rem;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.c-recruitNavi__item {
  width: 24.5rem;
  padding: 1.4rem 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #109078;
  border-radius: 50em;
  background-color: #fff;
  color: #109078;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.c-recruitNavi__item .c-recruitNavi__label {
  color: inherit;
}
.c-recruitNavi__item:hover {
  border-color: #109078;
  color: #109078;
}
.c-recruitNavi__item:hover .c-recruitNavi__label {
  color: #109078;
}
.c-recruitNavi__item.is-active {
  border-color: #109078;
  background-color: #109078;
  color: #fff;
}
.c-recruitNavi__item.is-active .c-recruitNavi__label {
  color: #fff;
}
.c-recruitNavi__item.is-active .c-recruitNavi__icon {
  background-color: #fff;
}

.c-recruitNavi__icon {
  width: 4rem;
  height: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #109078;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-recruitNavi__icon--01 {
  -webkit-mask-image: url("../../images/recruit/icon_wwlf01.svg");
          mask-image: url("../../images/recruit/icon_wwlf01.svg");
}
.c-recruitNavi__icon--02 {
  -webkit-mask-image: url("../../images/recruit/icon_wwlf02.svg");
          mask-image: url("../../images/recruit/icon_wwlf02.svg");
}
.c-recruitNavi__icon--03 {
  -webkit-mask-image: url("../../images/recruit/icon_wwlf03.svg");
          mask-image: url("../../images/recruit/icon_wwlf03.svg");
}
.c-recruitNavi__icon--04 {
  -webkit-mask-image: url("../../images/recruit/icon_wwlf04.svg");
          mask-image: url("../../images/recruit/icon_wwlf04.svg");
}
.c-recruitNavi__icon--05 {
  -webkit-mask-image: url("../../images/recruit/icon_wwlf05.svg");
          mask-image: url("../../images/recruit/icon_wwlf05.svg");
}
.c-recruitNavi__icon--06 {
  -webkit-mask-image: url("../../images/recruit/icon_wwlf06.svg");
          mask-image: url("../../images/recruit/icon_wwlf06.svg");
}

.c-recruitCta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #109078;
}

.c-recruitCta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.c-recruitCta__text {
  margin: 0 0 1.6rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
}

.c-recruitCta__btn {
  margin-top: 0;
  border: 1px solid #fff;
  background-color: #fff;
  color: #109078;
  --text-color: #109078;
}
.c-recruitCta__btn .c-btn__01--arrow {
  border-color: #109078;
}
.c-recruitCta__btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #109078;
}

@media screen and (max-width: 767px) {
  .c-recruitNavi__list {
    width: 100%;
    display: grid;
    gap: 0.8rem 1.3rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-recruitNavi__item {
    width: 15.4rem;
    height: 4rem;
    font-size: 1rem;
  }
  .c-recruitNavi__icon {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.c-pill {
  display: inline-block;
  padding: 0rem 3.2rem;
  border-radius: 10rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.c-pill--tealFill {
  background-color: #109078;
  color: #fff;
}
.c-pill--tealOutline {
  padding: 0.8rem 3.2rem;
  background-color: #fff;
  color: #109078;
}
.c-pill--lg {
  font-size: 3rem;
}

.c-sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.c-sectionTitle .c-pill {
  margin: 0;
}
.c-sectionTitle--overlap {
  margin-bottom: -2rem;
}

@media screen and (max-width: 767px) {
  .c-pill {
    padding: 0 2.4rem;
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
  .c-pill--tealOutline {
    padding: 0.6rem 2.4rem;
  }
  .c-pill--lg {
    font-size: 2rem;
  }
  .c-sectionTitle {
    margin-bottom: 1.6rem;
  }
  .c-sectionTitle--overlap {
    margin-bottom: -1.6rem;
  }
}
.c-tag {
  padding: 0.2rem 1.4rem;
  display: inline-block;
  border-radius: 2rem;
  background-color: var(--tag-color, #d9d9d9);
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
}
.c-tag--news {
  background-color: #ffcd58;
  color: #fff;
}
.c-tag--exhibition {
  background-color: #8decb5;
}
.c-tag--other {
  background-color: #999;
  color: #fff;
}
.c-tag--required {
  padding: 0.2rem 0.8rem;
  border-radius: 0.3rem;
  background-color: #ffcd58;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
}
.c-tag__icon {
  width: 3.2rem;
  position: absolute;
  top: -1.6rem;
  left: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #ff9d00;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 0.8rem;
  aspect-ratio: 1;
}

.c-archive {
  padding: 2.4rem;
  border-radius: 1rem;
  background-color: #f0f0f0;
}

.c-archive__title {
  margin: 0 0 1.6rem;
  padding-left: 1.8rem;
  position: relative;
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-archive__title {
    font-size: 3rem;
  }
}
.c-archive__title::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  background-color: #61b6f2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-archive__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-archive__item {
  font-size: 1.8rem;
  line-height: 1.8;
}
.c-archive__item a {
  color: inherit;
  text-decoration: none;
}
.c-archive__item a:hover {
  text-decoration: underline;
}

.c-sectionLinks--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 3rem;
}
.c-sectionLinks--list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 28rem;
}

.c-sectionRecruit--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-sectionRecruit--visual {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  min-width: 30rem;
  margin: 0;
  margin-right: -1px;
}
.c-sectionRecruit--visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.c-sectionRecruit--text {
  min-width: 30rem;
  background-color: rgba(97, 182, 242, 0.6);
  color: #fff;
  padding: 4rem 4rem 4rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.c-sectionRecruit--message {
  margin: 0;
}
.c-sectionRecruit--message p {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: #fff;
}
.c-sectionRecruit--message p:last-child {
  margin-bottom: 0;
}
.c-sectionRecruit--btn {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 0;
  background-color: var(--theme-color, #61b6f2);
  color: #fff;
  --text-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.c-sectionRecruit--btn .c-btn__01--arrow {
  border-color: #fff;
}

.c-sectionContact {
  background-color: #e7e7e7;
  padding: 5.1rem;
}
.c-sectionContact--inner {
  text-align: center;
}
.c-sectionContact--text {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  line-height: 1.875;
}
.c-sectionContact--text::first-line {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-sectionRecruit--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-sectionRecruit--visual {
    min-width: 100%;
  }
  .c-sectionRecruit--visual img {
    height: 100%;
  }
  .c-sectionRecruit--text {
    min-width: 100%;
    padding: 3rem 2rem;
  }
  .c-sectionRecruit--message p {
    font-size: 1.6rem;
  }
  .c-sectionLinks--list > li {
    min-width: 100%;
  }
  .c-sectionContact {
    padding: 3rem 2rem;
  }
  .c-sectionContact--inner {
    text-align: left;
  }
  .c-sectionContact--text {
    font-size: 1.4rem;
  }
  .c-sectionContact--text::first-line {
    font-size: 1.6rem;
  }
}
.c-sectionWave {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  aspect-ratio: 480/457;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
.c-sectionWave img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.c-sectionWave--company {
  aspect-ratio: 1440/403;
}
.c-sectionWave--company img {
  top: 0;
  bottom: auto;
  -o-object-position: center top;
     object-position: center top;
}
.c-sectionWave--companyBottom {
  top: auto;
  bottom: -20rem;
  aspect-ratio: 1440/329;
}
.c-sectionWave--companyBottom img {
  bottom: 0;
  -o-object-position: center bottom;
     object-position: center bottom;
}

@media screen and (max-width: 767px) {
  .c-sectionWave--companyBottom {
    bottom: -7rem;
  }
}
.c-sectionWave:has(.c-sectionWave--imgTop) {
  top: 0;
  bottom: 0;
  height: 100%;
  aspect-ratio: unset;
}
.c-sectionWave:has(.c-sectionWave--imgTop) img.c-sectionWave--imgTop,
.c-sectionWave:has(.c-sectionWave--imgTop) img.c-sectionWave--imgBottom {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-sectionWave:has(.c-sectionWave--imgTop) img.c-sectionWave--imgTop {
  top: 0;
  bottom: auto;
  aspect-ratio: 1440/400;
  -o-object-position: center top;
     object-position: center top;
}
.c-sectionWave:has(.c-sectionWave--imgTop) img.c-sectionWave--imgBottom {
  top: auto;
  bottom: 0;
  aspect-ratio: 1440/325;
  max-height: 35%;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.c-table__01--content {
  display: grid;
  grid-template-columns: 25rem 1fr;
}
.c-table__01--head, .c-table__01--detail {
  padding: 2.5rem;
}
.c-table__01--head {
  margin-bottom: -0.1rem;
  border-bottom: 2px solid var(--theme-color, #61b6f2);
  text-align: center;
  font-weight: 600;
}
.c-table__01--detail {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .c-table__01--content {
    grid-template-columns: 1fr;
  }
}
.c-modal__content {
  width: 100rem;
  max-width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  border-radius: 0.8rem;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.c-modal__content--inner {
  max-height: calc(100vh - 10rem);
  padding: 5.6rem;
  overflow-y: auto;
}
.c-modal__close {
  width: 4.8rem;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: block;
  border-radius: 0.8rem;
  background-color: #e60012;
  aspect-ratio: 1;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.js-modal__trigger:hover {
  cursor: pointer;
}
.js-bg__layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-bg__layer.is-show {
  opacity: 1;
  visibility: visible;
}

body.is-modal-open #header {
  z-index: 997;
}

@media screen and (max-width: 767px) {
  .c-modal__content--inner {
    padding: 2rem 2rem 4rem;
  }
}
.c-slider__01--card .pic {
  margin-bottom: 1.6rem;
  display: block;
  overflow: hidden;
  aspect-ratio: 296/400;
}
.c-slider__01--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__01--card .pic.asp-auto {
  aspect-ratio: auto;
}
.c-slider__01--card .tag {
  padding: 0 0.8rem;
  display: inline-block;
  border-radius: 0.3rem;
  background-color: var(--theme-color, #61b6f2);
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.c-slider__01--card .tag + .name {
  margin-top: 0.8rem;
}
.c-slider__01--card .name {
  font-weight: 500;
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  white-space: wrap;
  -webkit-line-clamp: 2;
}
.c-slider__01 .swiper {
  overflow: visible !important;
}
.c-slider__01 .swiper-wrapper {
  height: auto;
}
.c-slider__01 .swiper-slide {
  width: 29.6rem;
}
.c-slider__01--control {
  margin-top: 8rem;
  padding: 2rem 0;
}
.c-slider__02--card .pic {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.5;
}
.c-slider__02--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__02 .swiper {
  overflow: visible !important;
}
.c-slider__02 .swiper-wrapper {
  height: auto;
}
.c-slider__02 .swiper-slide {
  width: 83.2rem;
}
.c-slider__02--control {
  margin-top: 4rem;
}
.c-slider__03--card .pic {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.68;
}
.c-slider__03--card .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slider__03--card .pic + p {
  margin-top: 2.4rem;
}
.c-slider__03 .swiper {
  overflow: visible !important;
}
.c-slider__03 .swiper-wrapper {
  height: auto;
}
.c-slider__03 .swiper-slide {
  width: 36rem;
}
.c-slider__03--control {
  margin-top: 10rem;
}

/* Swiperページネーション進捗バー */
.swiper-pagination-progress {
  width: 10rem;
  height: 2px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
}

.swiper-pagination-progress::after {
  content: "";
  width: var(--swiper-progress, 0%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color, #61b6f2);
  -webkit-transition: width linear;
  transition: width linear;
}

@-webkit-keyframes swiper-progress-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes swiper-progress-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-slider__01 {
    position: relative;
  }
  .c-slider__01 .btn__01 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-slider__01--control {
    margin-top: 2.5rem;
    padding: 0;
  }
  .c-slider__01 .btn__01 {
    margin-top: 4rem;
  }
  .c-slider__02 .swiper-slide {
    width: 100%;
  }
  .c-slider__02--control {
    margin-top: 3.5rem;
  }
}
.c-loading {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.c-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.c-loading__text {
  width: 36.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-loading__layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #263e4c;
}
.c-loading__counter {
  position: absolute;
  right: 6rem;
  bottom: 6rem;
  font-weight: 600;
  font-size: 2rem;
}

.c-card__01--image {
  display: block;
  overflow: hidden;
  border-radius: 2.4rem;
}
.c-card__01--image img {
  width: 100%;
}
.c-card__01--body {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card__01--date {
  width: 100%;
  display: block;
  letter-spacing: 0;
  font-size: 2rem;
  line-height: 1;
}
.c-card__01--tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-card__01--tag {
  margin-top: 0.4em;
  padding: 0.25em 0.75em;
  border-radius: 3em;
  background-color: var(--category-color, #d9d9d9);
  font-weight: 600;
  font-size: 1.4rem;
  --text-color: #fff;
}
.c-card__01--title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
}
.c-card__01[href] img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-card__01[href]:hover {
  opacity: 1;
}
.c-card__01[href]:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  border-bottom: 1px solid var(--theme-color, #109078);
  border-left: 1px solid var(--theme-color, #109078);
  border-radius: 0 0 0 5rem;
  background-color: #fff;
}
.l-header__inner {
  height: 10rem;
  padding: 0 2rem 0 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__title {
  max-width: 26.2rem;
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  line-height: 1;
}
.l-header__title img {
  width: 100%;
  display: block;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}
.l-header__menu > li {
  padding-left: 2rem;
  padding-right: 2rem;
}
.l-header__menu > li + li {
  border-left: 1px solid var(--theme-color, #109078);
}
.l-header__menu--item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}
.l-header__menu--main {
  color: var(--theme-color, #109078);
  font-weight: 700;
}
.l-header__menu--label {
  color: #bebebe;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.3rem;
}
.l-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.2rem;
}
.l-header__button {
  width: 20rem;
  height: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2.7rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
}
.l-header__download {
  background-color: var(--theme-color, #109078);
}
.l-header__contact {
  background-color: #d82624;
}
.l-header__hamburger {
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
.l-header__hamburger--text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.l-header__hamburger--inner, .l-header__hamburger--icon {
  width: 3.2rem;
  height: 2.6rem;
  position: relative;
}
.l-header__hamburger--inner > span, .l-header__hamburger--icon > span {
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0;
  border-radius: 2px;
  background-color: var(--theme-color, #109078);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-header__hamburger--inner > span:nth-child(1), .l-header__hamburger--icon > span:nth-child(1) {
  top: 0.2rem;
}
.l-header__hamburger--inner > span:nth-child(2), .l-header__hamburger--icon > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__hamburger--inner > span:nth-child(3), .l-header__hamburger--icon > span:nth-child(3) {
  top: calc(100% - 0.3rem);
}
.l-header__hamburger.is-open .l-header__hamburger--inner > span:nth-child(1), .l-header__hamburger.is-open .l-header__hamburger--icon > span:nth-child(1) {
  -webkit-transform: translateY(1.1rem) rotate(45deg);
          transform: translateY(1.1rem) rotate(45deg);
}
.l-header__hamburger.is-open .l-header__hamburger--inner > span:nth-child(2), .l-header__hamburger.is-open .l-header__hamburger--icon > span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(-50%) scaleX(0);
          transform: translateY(-50%) scaleX(0);
}
.l-header__hamburger.is-open .l-header__hamburger--inner > span:nth-child(3), .l-header__hamburger.is-open .l-header__hamburger--icon > span:nth-child(3) {
  -webkit-transform: translateY(-1rem) rotate(-45deg);
          transform: translateY(-1rem) rotate(-45deg);
}
.l-header__menuClose {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-header__hamburger {
    display: none;
  }
  .l-header__menuClose {
    display: none;
  }
  .l-header__menu--toggle {
    display: none;
  }
  .l-header__menu--parent {
    position: relative;
  }
  .l-header__menu--parent:hover::after, .l-header__menu--parent:focus-within::after {
    content: "";
    position: absolute;
    top: calc(100% + 2.3rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: var(--theme-color, #109078);
    pointer-events: none;
  }
  .l-header__menu--child {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: 3.6rem;
    z-index: 0;
  }
  .l-header__menu--parent:hover > .l-header__menu--child, .l-header__menu--parent:focus-within > .l-header__menu--child {
    display: block;
  }
  .l-header__menu--child > .l-main__container {
    max-width: none;
    width: auto;
    padding: 0;
  }
  .l-header__menu--childInner {
    background-color: #fff;
    border-radius: 0.8rem;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 2rem;
  }
  .l-header__menu--childTitle {
    display: none;
  }
  .l-header__menu--childList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .l-header__menu--childLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.8rem;
    color: var(--theme-color, #109078);
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: font-weight 0.3s ease;
    transition: font-weight 0.3s ease;
  }
  .l-header__menu--childLink:hover {
    font-weight: 800;
    opacity: unset;
  }
  .l-header__menu--childLink::after {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12' fill='none'%3E%3Cpath stroke='%23109078' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 2l4 4-4 4'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .l-header__nav--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    z-index: 10001;
  }
  .l-header__inner {
    height: 7rem;
    padding: 0 2rem 0 3.6rem;
  }
  .l-header__title--logo img {
    height: 3.7rem;
    width: auto;
  }
  .l-header__nav--pc {
    display: none !important;
  }
  .l-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__menuClose {
    display: none;
    width: 4.8rem;
    height: 4.8rem;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .l-header__menuClose--icon {
    width: 2.4rem;
    height: 2.4rem;
    position: relative;
  }
  .l-header__menuClose--icon::before, .l-header__menuClose--icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--theme-color, #109078);
    border-radius: 2px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header__menuClose--icon::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .l-header__menuClose--icon::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .l-header__nav--sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    padding: 13rem 3.6rem 5.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    background-color: #f6f6f6;
    overflow-y: auto;
    z-index: 10000;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    pointer-events: none;
  }
  .l-header__nav--sp.is-open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
  }
  .l-header__nav--sp .l-main__container {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
  .l-header__nav--sp .l-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    font-size: 1.8rem;
  }
  .l-header__nav--sp .l-header__menu > li {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0;
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .l-header__nav--sp .l-header__menu > li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .l-header__nav--sp .l-header__menu--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__nav--sp .l-header__menu--label {
    display: none;
  }
  .l-header__nav--sp .l-header__menu--main {
    color: #333;
    font-size: 1.4rem;
  }
  .l-header__nav--sp .l-header__menu--parent {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__nav--sp .l-header__menu--parent > .l-header__menu--item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .l-header__nav--sp .l-header__menu--parent > .l-header__menu--toggle {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .l-header__nav--sp .l-header__menu--parent > .l-header__menu--child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
  }
  .l-header__nav--sp .l-header__menu--toggle {
    width: 4rem;
    height: 4rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .l-header__nav--sp .l-header__menu--toggleIcon {
    width: 1.3rem;
    height: 1.3rem;
    position: relative;
  }
  .l-header__nav--sp .l-header__menu--toggleIcon::before, .l-header__nav--sp .l-header__menu--toggleIcon::after {
    content: "";
    position: absolute;
    background-color: var(--theme-color, #109078);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-header__nav--sp .l-header__menu--toggleIcon::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header__nav--sp .l-header__menu--toggleIcon::after {
    left: 50%;
    top: 0;
    width: 0.1rem;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .l-header__nav--sp .l-header__menu--parent.is-open .l-header__menu--toggleIcon::after {
    opacity: 0;
  }
  .l-header__nav--sp .l-header__menu--child {
    display: none;
    padding: 0 0 2rem;
    background-color: #f7f7f7;
  }
  .l-header__nav--sp .l-header__menu--child[hidden] {
    display: none !important;
  }
  .l-header__nav--sp .l-header__menu--parent.is-open .l-header__nav--sp .l-header__menu--child {
    display: block;
  }
  .l-header__nav--sp .l-header__menu--childInner {
    padding: 2rem 0 0 0;
  }
  .l-header__nav--sp .l-header__menu--childTitle {
    display: none;
  }
  .l-header__nav--sp .l-header__menu--childList {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .l-header__nav--sp .l-header__menu--childLink {
    display: block;
    padding: 1.2rem 0;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .l-header__nav--sp .l-header__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
    margin-top: 3.2rem;
  }
  .l-header__nav--sp .l-header__button {
    width: 100%;
    max-width: 100%;
  }
}
.l-main {
  padding-top: 10rem;
  position: relative;
}
.l-main__block {
  margin-bottom: 10rem;
}
.l-main__block--noGap {
  margin-bottom: 0;
}
.l-main__block[class*=bg-] {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.l-main__container {
  max-width: 128rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.l-main__container + .l-main__container {
  margin-top: 14rem;
}
.l-main__container.is-full {
  max-width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
}
.l-main__container.c-innerHero {
  margin-bottom: 4rem;
}
.l-main__mask {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.l-main__mask img {
  width: 100%;
}
.l-main__mask--parent {
  position: relative;
  z-index: 2;
}
.l-main__mask--parent .l-main__container {
  position: relative;
  z-index: 3;
}
.l-main__maskTop {
  top: 0;
}
.l-main__maskBottom {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .l-main__maskBottom {
    display: none;
  }
  .l-main {
    padding-top: 7.6rem;
  }
  .l-main__block {
    margin-bottom: 5.6rem;
  }
  .l-main__block--noGap {
    margin-bottom: 0;
  }
  .l-main__block[class*=bg-] {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
  .l-main__container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .l-main__container + .l-main__container {
    margin-top: 20rem;
  }
  .l-main__container.c-innerHero {
    margin-bottom: 1rem;
  }
}
.l-common__contact--btn {
  width: 100%;
  height: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.6rem;
}
.l-common__contact--btn--icon {
  width: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1;
}
.l-common__contact--btn--icon svg {
  width: 2.7rem;
}
.l-common__contact--btn--text {
  letter-spacing: 0;
  font-weight: 700;
}
.l-common__contact--btn--text span {
  letter-spacing: 0;
  font-size: 2.8rem;
}
.l-common__headline {
  margin-bottom: 16rem;
}
.l-common__headline .heading__01 {
  margin-bottom: 0;
}
.l-common__headline .heading__01--label {
  font-size: 9.6rem;
}
.l-common__headline .heading__01--main {
  font-size: 2rem;
}
.l-common__headline--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-common__headline--visual {
  width: 100%;
  max-width: 57.6rem;
  overflow: hidden;
  border-radius: 0.8rem;
  aspect-ratio: 1/0.625;
}
.l-common__headline--navi {
  margin-top: 4.8rem;
  padding: 3.6rem 5.6rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.l-common__headline--navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  font-size: 1.4rem;
}
.l-common__headline--navi a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-common__headline--navi a::before {
  content: "";
  width: 0.6rem;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  aspect-ratio: 1;
}
.l-common__headline--navi a:hover {
  opacity: 1;
  --text-color: #e60012;
}
.l-common__headline--navi .is-current {
  pointer-events: none;
  --text-color: #e60012;
}
.l-common__recruit {
  position: relative;
  z-index: 2;
}
.l-common__recruit--column {
  padding-top: 21.6rem;
  padding-bottom: 21.6rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-common__recruit--column::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
  background-color: rgba(65, 65, 76, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-common__recruit--column:hover::before {
  opacity: 1;
}
.l-common__recruit--catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-common__recruit--catch .text-en {
  font-size: 8.8rem;
  line-height: 1;
}
.l-common__recruit--catch .text-jp {
  margin-top: 1em;
  letter-spacing: 0.3em;
  font-size: 2.4rem;
  line-height: 1.6;
}
.l-common__recruit--bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .common__contact--column {
    display: grid;
    grid-template-columns: 1fr 50.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common__contact--header .heading__01 {
    margin-bottom: 4.8rem;
  }
  .common__contact--header p {
    font-size: 2rem;
  }
  .common__navi--item .image img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .common__navi--item:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .common__contact--header p {
    font-size: 1.8rem;
  }
  .common__contact--btn {
    height: 10.4rem;
    margin-top: 5.6rem;
  }
  .common__contact--btn--icon {
    width: 4rem;
  }
  .common__contact--btn--text {
    font-size: 1.2rem;
  }
  .common__contact--btn--text span {
    font-size: 2rem;
  }
  .common__headline {
    margin-bottom: 8rem;
  }
  .common__headline .heading__01--label {
    font-size: 4.8rem;
  }
  .common__headline .heading__01--main {
    font-size: 1.4rem;
  }
  .common__headline--column {
    display: block;
  }
  .common__headline--visual {
    margin-top: 8rem;
  }
  .common__headline--navi {
    margin-top: 0;
    padding: 4rem 0;
    border-top: 0;
  }
  .common__headline--navi ul {
    display: grid;
    gap: 0.75em 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .common__headline--navi a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .common__recruit--column {
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative;
  }
  .common__recruit--catch .text-en {
    font-weight: 600;
    font-size: 5.6rem;
  }
  .common__recruit--catch .text-jp {
    letter-spacing: 0.15em;
    font-size: 1.6rem;
  }
  .common__recruit .arrow-01 {
    position: absolute;
    right: 0;
    bottom: 2rem;
  }
}
.l-footer {
  background-color: #bfedeb;
  font-size: 1.6rem;
  position: relative;
}
.l-footer .l-main__container {
  position: relative;
}
.l-footer__top {
  padding: 4.2rem 0;
}
.l-footer__bottom {
  padding: 2rem 0;
  background-color: #bebebe;
  --text-color: #fff;
}
.l-footer__column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__columnBottom {
  margin-top: 6rem;
  padding-top: 2.4rem;
  border-top: 1px solid #000;
}
.l-footer__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer__title--logo {
  width: 34.6rem;
  display: inline-block;
}
.l-footer__address {
  margin-top: 0.5em;
  margin-left: 6rem;
  display: grid;
  gap: 0.75em 0.4rem;
  grid-template-columns: auto 1fr;
  font-size: 1.4rem;
}
.l-footer__address dt::after {
  content: "：";
}
.l-footer__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.8rem;
}
.l-footer__menu > li + li {
  margin-top: 1em;
}
.l-footer__menu > li > a {
  font-weight: 700;
}
.l-footer__menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 0.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__menu--child {
  margin-top: 0.75em;
}
.l-footer__menu--child li + li {
  margin-top: 1em;
}
.l-footer__buttonLink {
  width: 18.2rem;
  padding: 0.4rem 0.6rem;
  position: absolute;
  right: 5rem;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  border-radius: 0.4rem;
  background-color: #fff;
}
.l-footer__buttonLink--logo {
  width: 14.4rem;
}
.l-footer__buttonLink--icon {
  width: 1.7rem;
}
.l-footer__link {
  font-weight: 600;
  font-size: 1.4rem;
}
.l-footer__pagetop {
  display: block;
  width: 3.7rem;
  height: 3.7rem;
  position: fixed;
  right: 5rem;
  bottom: 7.4rem; /* JSで上書き */
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.l-footer__pagetop.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-footer__pagetop:hover {
  opacity: 0.9;
}
.l-footer__pagetop img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    display: block;
    width: 3.7rem;
    height: 3.7rem;
    position: absolute;
    top: -1.9rem;
    right: 2.5rem;
    z-index: 5;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-footer__pagetop:hover {
    opacity: 0.9;
  }
  .l-footer__pagetop img {
    display: block;
    width: 100%;
    height: auto;
  }
  .l-footer__top {
    padding: 4rem 0 4.4rem;
    position: relative;
  }
  .l-footer__top .l-main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
  .l-footer > .l-main__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
    padding-top: 4rem;
    padding-bottom: 4.4rem;
  }
  .l-footer__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    width: 100%;
    max-width: 32.5rem;
  }
  .l-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.3rem;
    width: 28.7rem;
    padding-bottom: 4rem;
  }
  .l-footer__title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .l-footer__title--logo {
    width: 28.7rem;
    max-width: 100%;
  }
  .l-footer__title--logo img {
    width: 100%;
    height: auto;
  }
  .l-footer__address {
    margin-top: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: unset;
    font-weight: 400;
    white-space: nowrap;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #333;
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-footer__address dt::after {
    content: none;
  }
  .l-footer__address dd {
    margin: 0;
  }
  .l-footer__navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 0 2.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-footer__menu {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .l-footer__menu:last-child {
    border-bottom: none;
  }
  .l-footer__menu:last-of-type > li:not(:first-child) > a {
    font-weight: 400;
  }
  .l-footer__menu > li {
    display: block;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .l-footer__menu > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .l-footer__menu > li > a {
    font-size: 1.4rem;
    padding: 0;
  }
  .l-footer__menu > li > a {
    font-weight: 700;
  }
  .l-footer__menu > li > ul.l-footer__menu--child {
    margin-top: 1.8rem;
    padding-left: 0;
  }
  .l-footer__menu > li > ul.l-footer__menu--child li {
    margin-top: 0;
    padding-top: 1.8rem;
  }
  .l-footer__menu > li > ul.l-footer__menu--child li:first-child {
    padding-top: 0;
  }
  .l-footer__menu > li > ul.l-footer__menu--child li a {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .l-footer__button {
    display: none;
  }
}
@-webkit-keyframes arrowmove {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@keyframes arrowmove {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
body.home {
  --theme-color: #109078;
}

.p-home__hero {
  margin-bottom: 12rem;
  padding-top: 100vh;
  position: relative;
  z-index: 2;
}
.p-home__hero--video {
  width: 100%;
  height: calc(100vh - 10rem);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-home__hero--video video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-home__hero--text {
  max-width: 102.4rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.2rem;
}
.p-home__hero--text p:not(:last-child) {
  margin-bottom: 1em;
}
.p-home__hero--text .c-btn__01 {
  margin-top: 0;
}
.p-home__hero--arrow {
  width: 1.8rem;
  height: 3.7rem;
  position: absolute;
  right: 2rem;
  bottom: 25rem;
  display: inline-block;
  -webkit-animation: arrowmove 1.5s ease-in-out infinite;
          animation: arrowmove 1.5s ease-in-out infinite;
}
.p-home__separator {
  margin-bottom: 5rem;
}
.p-home__separator--img {
  min-width: 143.6rem;
  display: block;
}
.p-home__product--column {
  padding-left: 17.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6.4rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-home__product--column {
    width: 100%;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-home__product--columnText {
    width: 100%;
  }
}
.p-home__product--columnText {
  width: 40.2rem;
  max-width: 100%;
}
.p-home__product--columnImage {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-home__product--columnImage-inner {
  width: 57.2rem;
  height: 72.8rem;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-home__product--columnImage-inner {
    width: 80%;
    height: unset;
    margin-top: 2rem;
    margin-inline: auto;
  }
}
.p-home__product--columnImage img {
  -webkit-transition: -webkit-transform 10s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 10s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 10s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 10s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 10s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .p-home__product--columnImage img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-home__product--columnImage.is-animated img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-home__product .c-heading__01 {
  position: relative;
}
.p-home__product .c-heading__01--label {
  position: absolute;
  top: -194px;
  right: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-home__product .c-heading__01--label svg {
  width: 15.5rem;
}
.p-home__product--title {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-home__product--title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__product--text p {
    font-size: 1.4rem;
  }
}
.p-home__achievements {
  margin-bottom: -10rem;
  padding-top: 10rem;
  padding-bottom: 30rem;
  position: relative;
  z-index: 2;
}
.p-home__achievements::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #bfedeb;
  clip-path: url(#achievementsMaskLarge);
}
.p-home__achievements .c-heading__01 {
  margin-bottom: 7.2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-home__achievements .c-heading__01 {
    margin-bottom: 5rem;
    gap: 3rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-home__achievements .c-heading__01--label svg {
  width: 90vw;
  max-width: 98.9rem;
  height: auto;
}
.p-home__achievements--list {
  position: relative;
  --swiper-navigation-color: #bebebe;
  --swiper-navigation-size: 3.2rem;
}
.p-home__achievements--list .is-disabled .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-home__achievements--list .is-disabled .swiper-slide {
  width: calc((100% - 9.6rem) / 3);
}
.p-home__achievements--list .swiper-button {
  margin: 0;
  top: 10.8rem;
  font-weight: 700;
}
.p-home__achievements--list .swiper-button-prev {
  left: -6rem;
}
.p-home__achievements--list .swiper-button-next {
  right: -6rem;
}
.p-home__achievements--list .c-card__01--image {
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 367/240;
}
.p-home__achievements--list .c-card__01--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home__achievements--obj {
  position: absolute;
}
.p-home__achievements--obj.obj01 {
  bottom: 100%;
  left: -1.6rem;
}
.p-home__achievements--obj.obj02 {
  right: 0;
  bottom: -30rem;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.p-home__information {
  position: relative;
  z-index: 3;
}
.p-home__information .c-heading__01 {
  margin-bottom: 8rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home__information .c-heading__01 {
    margin-bottom: 5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-home__information .c-heading__01--label {
  position: absolute;
  top: -6rem;
  left: calc(100% + 2.4rem);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-home__information .c-heading__01--label svg {
  width: 20rem;
  height: 82.8rem;
}
.p-home__informationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-home__informationList {
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home__informationCard--image {
  width: 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem;
  aspect-ratio: 28/24;
}
@media screen and (max-width: 767px) {
  .p-home__informationCard--image {
    width: 100%;
    border-radius: 2rem;
    aspect-ratio: 325/278;
  }
}
.p-home__informationCard--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-home__informationCard--text {
  width: 16rem;
  height: 8rem;
  margin: -2.5rem auto 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem 1rem 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home__informationCard--text {
    height: 5rem;
  }
  .p-home__informationCard--text p {
    font-size: 1.6rem;
  }
}
.p-home__informationCard--text p {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}
.p-home__information .c-btn__01 {
  margin-top: 6rem;
}
.p-home__recruit {
  padding-top: 15rem;
}
.p-home__recruit .c-heading__01 {
  position: relative;
}
.p-home__recruit .c-heading__01--label {
  margin-bottom: 0.2em;
  position: absolute;
  bottom: 100%;
  left: -6rem;
}
@media screen and (max-width: 767px) {
  .p-home__recruit .c-heading__01--label {
    width: 100%;
    margin-bottom: 0.5em;
    position: static;
    display: block;
  }
  .p-home__recruit .c-heading__01--label svg {
    width: 22.4rem;
    max-width: none;
    height: auto;
  }
}
.p-home__recruit .c-heading__01--label svg {
  width: 50vw;
  max-width: 50.8rem;
  height: auto;
}
.p-home__recruit--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-home__recruit--column {
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home__recruit--text .c-btn__01 {
  background-color: #61b6f2;
}
.p-home__recruit--message {
  font-size: 3rem;
}
.p-home__recruit--message p {
  line-height: 1.5;
}
.p-home__recruit--visual {
  width: 88.4rem;
  margin-right: -18.2rem;
  position: relative;
}
.p-home__recruit--visual::before {
  content: "";
  width: 54rem;
  position: absolute;
  top: -7.8rem;
  left: -29rem;
  z-index: -1;
  border: 5.4rem solid #61b6f2;
  border-radius: 50%;
  opacity: 0.2;
  aspect-ratio: 1;
}
.p-home__recruit--visual--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-home__recruit--visual--sp {
    display: block;
    -webkit-transform: translate(2rem, -1.2rem);
            transform: translate(2rem, -1.2rem);
  }
  .p-home__recruit--visual--sp img {
    width: 29.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__recruit--visual--pc {
    display: none;
  }
}
.p-home__news {
  padding-top: 20rem;
  padding-bottom: 20rem;
  position: relative;
}
.p-home__news .c-heading__01 {
  margin-bottom: 7.2rem;
}
.p-home__news--object {
  width: 15.6rem;
  height: 83rem;
  position: absolute;
  right: calc(50% + 40rem);
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-home__news--object {
    display: none;
  }
}
.p-home__news--object img {
  -webkit-transition: -webkit-transform 10s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 10s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 10s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 10s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 10s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.p-home__news--object.is-animated img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-home__news-listWrap .news__list {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    border-color: #8decb5;
  }
  .p-home__news-listWrap .news__list--item {
    gap: 1.2rem 1.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-color: #8decb5;
  }
  .p-home__news-listWrap .news__list--title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.p-home__contact {
  padding: 6.4rem 0;
  background-color: #ececec;
}
.p-home__contact--text {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-home__contact--text {
    text-align: left;
  }
}
.p-home__contact .c-btn__01 {
  margin-top: 2.4rem;
}
.p-home__contact--obj {
  width: 32rem;
  position: absolute;
  bottom: 5rem;
  left: 2.4rem;
}
.p-home__contact--obj img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-home__informationCard--image img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-home__informationCard:hover {
    opacity: 1;
  }
  .p-home__informationCard:hover .p-home__informationCard--image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .p-home__product {
    padding-top: 6rem;
  }
  .p-home__product .c-heading__01 {
    position: static;
  }
  .p-home__product .c-heading__01--label {
    top: 0;
    right: auto;
    left: -1rem;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .p-home__product .c-heading__01--label svg {
    width: 8.2rem;
    height: 22.8rem;
  }
  .p-home__information {
    margin-top: 13rem;
  }
  .p-home__information .c-heading__01--main {
    padding-top: 2rem;
  }
  .p-home__information .c-heading__01--label {
    top: -1rem;
    left: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  .p-home__information .c-heading__01--label svg {
    width: 8.2rem;
    height: 32.5rem;
  }
  .p-home__achievements {
    margin-top: -3rem;
    padding-bottom: 11rem;
    z-index: -1;
    background-color: #bfedeb;
  }
  .p-home__achievements .c-heading__01--label svg {
    width: max(95vw, 100%);
    margin-left: -1.4rem;
  }
  .p-home__achievements--list .swiper-wrapper {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: 1fr;
  }
  .p-home__achievements--list .swiper-slide:nth-child(n+4) {
    display: none;
  }
  .p-home__achievements--list .c-card__01--tag {
    font-size: 1.2rem;
  }
  .p-home__achievements--list .c-card__01--title {
    font-size: 1.6rem;
  }
  .p-home__achievements::before {
    height: 0;
    padding-bottom: 32.27%;
    background-color: transparent;
    background-image: url("../../images/common/bg_achivement_wave__sp_top.svg");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    clip-path: none;
  }
  .p-home__achievements::after {
    content: "";
    width: 100%;
    height: 0;
    padding-bottom: 42.4%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: url("../../images/common/bg_achivement_wave_sp_bottom.svg");
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    clip-path: none;
  }
  .p-home__recruit {
    padding-top: 5rem;
  }
  .p-home__recruit--message p span {
    font-size: 2rem;
  }
  .p-home__recruit--visual {
    width: 100%;
    margin-right: 0;
  }
  .p-home__recruit--visual::before {
    width: 17.6rem;
    height: 17.6rem;
    top: -0.8rem;
    right: unset;
    bottom: unset;
    left: -4rem;
    border-width: 1.9rem;
  }
  .p-home__news {
    margin-top: 10rem;
  }
  .p-home__news .c-heading__01 {
    margin-top: -7rem;
    margin-bottom: 1rem;
    gap: 0;
  }
  .p-home__news .c-heading__01--label svg {
    width: 17.4rem;
    height: auto;
  }
}
.about .c-heading__01--mainText.is-small {
  color: #61b6f2;
}

.about .c-innerHero .c-heading__01--label {
  font-size: 12rem;
}
.about .c-innerHero .c-heading__01--label::first-letter {
  font-size: 12rem;
}
.about .c-innerHero--heading img, .about .c-innerHero--headingImg {
  width: 45.2rem;
}

.p-about__philosophy {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 19rem;
  margin-bottom: -8rem;
  background-color: #f7f7f7;
}
.p-about__philosophy .l-main__container {
  position: relative;
  z-index: 1;
}
.p-about__philosophy--titleEn {
  margin: 0 0 6rem;
  text-align: center;
}
.p-about__philosophy--titleImg {
  display: block;
  width: 100%;
  max-width: 38.4rem;
  height: auto;
  margin: 0 auto;
}
.p-about__philosophy--text {
  max-width: 63rem;
  margin: 0 auto 6rem;
  padding: 4rem;
  background-color: #fff;
  border-radius: 4rem;
}
.p-about__philosophy--text p {
  text-align: center;
  font-size: 3.1rem;
  line-height: 1.6;
}
.p-about__philosophy--message {
  margin-top: 0;
  width: 51rem;
}
.p-about__philosophy--illustration {
  position: absolute;
  right: 2rem;
  bottom: -18rem;
  width: 32rem;
}
.p-about__message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-about__message--subline {
  margin: 0 0 3rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.6;
  color: #109078;
}
.p-about__message--subline:first-of-type {
  font-size: 3rem;
  margin-bottom: 0;
}
.p-about__message--lead {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  color: var(--text-color, #61b6f2);
}
.p-about__message--column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-about__message--photo {
  position: absolute;
  left: 1.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  max-width: 27.375rem;
}
.p-about__message--photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 12.5rem;
}
.p-about__message--photoPlaceholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  color: #999;
}
.p-about__message--body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-about__message--text p + p {
  margin-top: 1.5em;
}
.p-about__message--text p {
  font-size: 2rem;
  line-height: 1.575;
}
.p-about__message--sign {
  margin-top: 2rem;
  text-align: right;
  font-weight: 700;
  font-size: 2.5rem;
}
.p-about__wave {
  margin-bottom: 0;
}
.p-about__wave--img {
  display: block;
  width: 100%;
  max-width: 6rem;
  height: auto;
  margin: 0 auto;
}
.p-about__business--center .c-heading__01 {
  margin-bottom: 7.2rem;
}
.p-about__business--center .c-heading__01--label {
  margin-bottom: 3rem;
}
.p-about__business--inner {
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-bottom: 40rem;
  padding-top: 17rem;
}
.p-about__business--center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 89.4rem;
  margin: 0 auto;
}
.p-about__business--deco {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30rem;
  margin: 0;
  position: absolute;
}
.p-about__business--deco img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about__business--decoLeft {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  left: -3rem;
  top: 8rem;
  width: 50rem;
}
.p-about__business--decoRight {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  right: 0;
  bottom: 0;
  width: 58rem;
}
.p-about__business--titleImg {
  display: block;
  width: 100%;
  max-width: 31.3rem;
  height: auto;
}
.p-about__business--list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-top: 7rem;
}
.p-about__business--item {
  display: grid;
  grid-template-columns: 24rem 18rem 1fr;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem;
}
.p-about__business--title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2rem 4.8rem 1.2rem 1.2rem;
  background-color: #61b6f2;
  color: #fff;
  font-size: 3.1rem;
  white-space: nowrap;
  font-weight: 700;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 9.4rem;
}
.p-about__business--icon {
  width: 18rem;
  display: block;
}
.p-about__business--icon img {
  width: 100%;
  height: auto;
  display: block;
}
.p-about__business--desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 1.8rem;
  line-height: 1.875;
  margin: 0;
}
.p-about__csr--btn {
  background-color: #7bdfdb;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-about__csr--btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.p-about__csr--btn:hover .p-about__csr--arrow {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.p-about__csr--text {
  color: #fff;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.p-about__csr--icon {
  max-width: 39.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-about__csr--btn .p-about__csr--arrow {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-about__csr--btn:hover .p-about__csr--arrow {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

@media screen and (max-width: 767px) {
  body.about .c-innerHero--headingImg {
    width: 17.2rem;
  }
  .about .c-innerHero .c-heading__01--label {
    font-size: 8rem;
  }
  .about .c-innerHero .c-heading__01--label::first-letter {
    font-size: 8rem;
  }
  .p-about__philosophy {
    padding-bottom: 9rem;
    margin-top: 10rem;
  }
  .p-about__philosophy--titleImg {
    max-width: 30rem;
  }
  .p-about__philosophy--message {
    width: 100%;
  }
  .p-about__philosophy--titleEn {
    margin: -12rem 0 7rem;
  }
  .p-about__philosophy--illustration {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 13rem;
    margin: 2.4rem auto 0;
  }
  .p-about__philosophy--illustration img {
    width: 100%;
    height: auto;
  }
  .p-about__philosophy--text {
    padding: 2.4rem 2rem;
    border-radius: 1.3rem;
    margin-bottom: 4rem;
  }
  .p-about__philosophy--text p {
    font-size: 1.6rem;
  }
  .p-about__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .p-about__message--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
  .p-about__message--photo {
    position: relative;
    left: auto;
    width: 24rem;
    height: 24rem;
    margin: 0 auto;
  }
  .p-about__message--photo img {
    margin-top: 0;
  }
  .p-about__message--photo::after {
    height: 0.3rem;
  }
  .p-about__message--text p {
    font-size: 1.6rem;
  }
  .p-about__message--subline {
    font-size: 1.6rem;
  }
  .p-about__message--subline:first-of-type {
    font-size: 2rem;
  }
  .p-about__message--sign {
    font-size: 2rem;
  }
  .p-about__business--titleImg {
    max-width: 28rem;
  }
  .p-about__business--center {
    padding-top: 3rem;
  }
  .p-about__business--center .c-heading__01 {
    margin-bottom: 0;
  }
  .p-about__business--center .c-heading__01--label {
    margin-bottom: 2rem;
  }
  .p-about__business--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 2rem;
    padding-top: 9rem;
  }
  .p-about__business--deco {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
  }
  .p-about__business--decoLeft, .p-about__business--decoRight {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: 24rem;
  }
  .p-about__business--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
    padding: 1.6rem;
  }
  .p-about__business--title {
    min-width: 100%;
    width: 100%;
    font-size: 2rem;
    min-height: unset;
    padding: 1rem 3.2rem 1rem 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-about__business--icon {
    width: 8rem;
  }
  .p-about__business--desc {
    font-size: 1.6rem;
    min-width: 100%;
  }
  .p-about__business--list {
    padding-top: 2rem;
    gap: 3rem;
  }
  .p-about__links--list > li {
    min-width: 100%;
  }
  .p-about__recruit--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-about__recruit--visual {
    min-width: 100%;
  }
  .p-about__wave--img {
    max-width: 4rem;
  }
  .p-about__csr {
    margin-bottom: 6.6rem;
  }
  .p-about__csr--icon {
    max-width: 10rem;
  }
}
.p-social__heroImg {
  width: 91.4rem;
  max-width: 100%;
  height: auto;
}

.p-social__approach {
  margin-bottom: 0;
  position: relative;
}
.p-social__approach--visual {
  width: 66.9rem;
  max-width: 100%;
  min-height: 45rem;
  margin: 0 auto;
  position: relative;
}
.p-social__approach--image {
  margin: 0;
  border-radius: 0.8rem;
}
.p-social__approach--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-social__approach--imageCenter {
  width: 66.9rem;
  max-width: 100%;
  margin: 0 auto;
}
.p-social__approach--imageAbs {
  width: 26rem;
  position: absolute;
  z-index: -1;
}
.p-social__approach--imageLeft {
  width: 44.8rem;
  top: 57rem;
  left: -35rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-social__approach--imageRightTop {
  width: 46.4rem;
  top: 3rem;
  right: -38rem;
}
.p-social__approach--imageRightBottom {
  width: 43.3rem;
  top: 49rem;
  right: -38rem;
}
.p-social__approach--title {
  margin: 4rem auto 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.p-social__approach--titleIcon {
  width: 8rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.8rem;
  background-color: #109078;
}
.p-social__approach--titleIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-social__approach--titleText {
  color: #109078;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.2;
}
.p-social__approach--text {
  max-width: 60.7rem;
  margin: 0 auto;
  text-align: left;
}
.p-social__approach--text p {
  margin: 0 0 1.5em;
  font-size: 2rem;
  line-height: 1.5;
}
.p-social__approach--text p:last-child {
  margin-bottom: 0;
}
.p-social__approach--highlight {
  color: #61b6f2;
  font-weight: 700;
}

.p-social__pillars {
  position: relative;
  background: #DFF0FC;
}
.p-social__pillars--bgWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-social__pillars--bgTop, .p-social__pillars--bgBottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-social__pillars--bgTop img, .p-social__pillars--bgBottom img {
  width: 100%;
  height: auto;
  display: block;
}
.p-social__pillars--bgBottom {
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
.p-social__pillars--inner {
  max-width: 112.8rem;
  padding-top: 17rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 1;
}
.p-social__pillars--list {
  max-width: 120rem;
  margin: 0 auto 4rem;
  padding: 0;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
}
.p-social__pillars--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-social__pillars--item:nth-child(1) {
  grid-column: 1/3;
}
.p-social__pillars--item:nth-child(2) {
  grid-column: 3/5;
}
.p-social__pillars--item:nth-child(3) {
  grid-column: 5/7;
}
.p-social__pillars--item:nth-child(4) {
  grid-column: 1/4;
}
.p-social__pillars--item:nth-child(5) {
  grid-column: 4/7;
}
.p-social__pillars--titlePill {
  background-color: #61b6f2;
  color: #fff;
  font-size: 2.5rem;
}
.p-social__pillars--titlePillTwoLine {
  height: 6.6rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
}
.p-social__pillars--content {
  padding: 4rem 4rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #61b6f2;
  border-radius: 4rem;
  background-color: #fff;
}
.p-social__pillars--icon {
  margin: 3rem auto 3.5rem;
  display: block;
  text-align: center;
}
.p-social__pillars--icon img {
  width: auto;
  height: 13rem;
}
.p-social__pillars--desc {
  margin: 0;
  padding-left: 2em;
  color: #333;
  list-style: disc;
  font-size: 2rem;
  line-height: 1.1;
}
.p-social__pillars--desc li {
  margin-bottom: 0.5em;
}
.p-social__pillars--descStrong {
  font-weight: 700;
}
.p-social__pillars--titlePillSub {
  display: block;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.7em;
}
.p-social__pillars--deco {
  position: absolute;
  right: 0;
  text-align: center;
}
.p-social__pillars--deco img {
  width: 100%;
  max-width: 40rem;
  height: auto;
}
.p-social__pillars--titleWrap {
  position: relative;
  white-space: nowrap;
}

.p-social__commitment {
  margin-bottom: 0;
  padding-top: 6rem;
  padding-bottom: 7rem;
}
.p-social__commitment--lead {
  margin: 0 0 3rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.p-social__commitment--buttons {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-social__commitment--pill {
  margin: 0;
}
.p-social__commitment--note {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-social__ohkThk--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-social__ohkThk--visual {
  width: 88.6rem;
  margin: 0 auto;
}
.p-social__ohkThk--visual img {
  width: 100%;
  height: auto;
  display: block;
}
.p-social__ohkThk .l-main__container {
  padding-top: 3rem;
  padding-bottom: 5rem;
  text-align: center;
}
.p-social__ohkThk--btn {
  background-color: #109078;
  color: #fff;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-social__ohkThk--btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.p-social__ohkThk--btn:hover .p-social__ohkThk--arrow {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.p-social__ohkThk--text {
  color: #fff;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.p-social__ohkThk--icon {
  max-width: 20rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-social__ohkThk--btn .p-social__ohkThk--arrow {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-social__ohkThk--btn:hover .p-social__ohkThk--arrow {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.p-social__sdgs {
  padding-bottom: 20rem;
  position: relative;
  overflow-x: clip;
}
.p-social__sdgs--bgWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #F7F7F7;
}
.p-social__sdgs--bgTop {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 0;
}
.p-social__sdgs--bgTop img {
  width: 100vw;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.p-social__sdgs--bgBottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0;
}
.p-social__sdgs--bgBottom img {
  width: 100vw;
  height: auto;
  display: block;
  vertical-align: top;
}
.p-social__sdgs--inner {
  padding-top: 2rem;
  padding-bottom: 43rem;
  position: relative;
  z-index: 1;
}
.p-social__sdgs--deco {
  width: 20rem;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.p-social__sdgs--deco img {
  width: 100%;
  height: auto;
  display: block;
}
.p-social__sdgs--decoTopRight {
  width: 41.5rem;
  top: -8rem;
  right: -11rem;
}
.p-social__sdgs--decoLeftCenter {
  width: 36.8rem;
  top: 59rem;
  left: -10rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-social__sdgs--decoBottomLeft {
  width: 25.1rem;
  bottom: 5rem;
  left: 23rem;
}
.p-social__sdgs--decoBottomRight {
  width: 67.5rem;
  right: -12rem;
  bottom: -11rem;
}
.p-social__sdgs--main {
  position: relative;
  z-index: 1;
}
.p-social__sdgs--heading {
  margin-bottom: 7.2rem;
}
.p-social__sdgs--heading .c-heading__01--label.text-en.is-small {
  margin-bottom: 3rem;
}
.p-social__sdgs--heading .c-heading__01--label img, .p-social__sdgs--heading .p-social__sdgs--titleImg {
  width: 100%;
  max-width: 18.5rem;
  height: auto;
  margin: 0 auto;
  display: block;
}
.p-social__sdgs--heading .c-heading__01--mainText {
  color: #61b6f2;
}
.p-social__sdgs--lead {
  width: 92rem;
  margin: 0 auto 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-social__sdgs--logo {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-social__sdgs--logo img {
  width: 34.5rem;
  max-width: 100%;
  height: auto;
}
.p-social__sdgs--text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  color: #333;
  font-size: 2.6rem;
  line-height: 1.5;
}
.p-social__sdgs--goals {
  width: 58rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-social__sdgs--goals img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .p-social__heroImg {
    width: 100%;
    max-width: 100%;
  }
  .p-social__approach {
    margin-bottom: 2rem;
  }
  .p-social__approach--titleText {
    font-size: 3rem;
  }
  .p-social__approach--imageAbs {
    width: 100%;
    max-width: 100%;
  }
  .p-social__approach--imageLeft {
    width: 15.4rem;
    top: 22rem;
    left: -5rem;
  }
  .p-social__approach--imageRightTop {
    width: 15.4rem;
    top: 7rem;
    right: -5rem;
  }
  .p-social__approach--imageRightBottom {
    width: 15.4rem;
    top: 39rem;
    right: 8rem;
  }
  .p-social__approach--visual {
    min-height: 60rem;
  }
  .p-social__approach--itemLeft, .p-social__approach--itemRightTop, .p-social__approach--itemRightBottom {
    width: 100%;
    max-width: 28rem;
    margin: 0 auto 3rem;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .p-social__approach--center {
    margin: 0 auto 2rem;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .p-social__approach--visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-social__approach--text {
    font-size: 1.6rem;
  }
  .p-social__approach--text p {
    font-size: 1.6rem;
  }
  .p-social__pillars {
    margin-bottom: 0;
  }
  .p-social__pillars--inner {
    padding-top: 8rem;
    padding-bottom: 0;
  }
  .p-social__pillars--list {
    grid-template-columns: 1fr;
  }
  .p-social__pillars--item {
    width: 100%;
    min-width: 100%;
    grid-column: 1;
  }
  .p-social__pillars--item:nth-child(1), .p-social__pillars--item:nth-child(2), .p-social__pillars--item:nth-child(3), .p-social__pillars--item:nth-child(4), .p-social__pillars--item:nth-child(5) {
    grid-column: 1;
  }
  .p-social__pillars--deco {
    width: 24rem;
    margin-inline: auto;
    position: static;
  }
  .p-social__pillars--titlePill {
    font-size: 2rem;
  }
  .p-social__pillars--desc {
    font-size: 1.6rem;
  }
  .p-social__ohkThk--icon {
    max-width: 10rem;
  }
  .p-social__ohkThk--visual {
    width: 100%;
    max-width: 100%;
  }
  .p-social__sdgs {
    padding-bottom: 27rem;
  }
  .p-social__sdgs--inner {
    padding-bottom: 0;
  }
  .p-social__sdgs--heading {
    margin-bottom: 4rem;
    margin-top: -3rem;
  }
  .p-social__sdgs--heading .c-heading__01--label.text-en.is-small {
    margin-bottom: 1rem;
  }
  .p-social__sdgs--heading .p-social__sdgs--titleImg {
    max-width: 17.5rem;
  }
  .p-social__sdgs--lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: unset;
    margin: 0px auto 6rem;
  }
  .p-social__sdgs--goals {
    width: 100%;
    max-width: 100%;
  }
  .p-social__sdgs--text {
    font-size: 1.6rem;
  }
  .p-social__sdgs--deco {
    width: 12rem;
    max-width: 35vw;
  }
  .p-social__sdgs--decoTopRight {
    width: 18rem;
    top: -5rem;
    right: 28rem;
  }
  .p-social__sdgs--decoLeftCenter {
    width: 16rem;
    top: 30rem;
    left: 22rem;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .p-social__sdgs--decoBottomLeft {
    width: 12rem;
    bottom: -18rem;
    left: 0;
  }
  .p-social__sdgs--decoBottomRight {
    width: 23rem;
    right: -1rem;
    max-width: unset;
    bottom: -29rem;
  }
}
.p-product__heroImg {
  width: 45.2rem;
  max-width: 100%;
  height: auto;
}

.p-product__hero {
  margin-bottom: 0;
  position: relative;
}
.p-product__hero--bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.p-product__hero--bg img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product__hero--bg01Wrap {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
}
.p-product__hero--bg01 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-product__hero--bg01 {
    width: 100vw;
  }
}
.p-product__hero--bg01 img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product__hero--bg01--middle {
  width: 100vw;
  min-height: 0;
  margin-left: calc(-50vw + 50%);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #bfedeb;
}
.p-product__hero::before {
  content: "";
  width: 100vw;
  height: calc(100% - 64rem);
  position: absolute;
  top: 36rem;
  left: 0;
  z-index: -1;
  background-color: #bfedeb;
}
.p-product__hero--inner {
  padding-top: 2rem;
  padding-bottom: 14rem;
  position: relative;
  z-index: 1;
}
.p-product__hero--headingWrap {
  margin-bottom: 1rem;
  text-align: center;
}
.p-product__hero--title {
  margin: 0 0 1rem;
  color: #109078;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.3;
}
.p-product__hero--lead {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.6;
}
.p-product__hero--cards {
  width: 92.3rem;
  max-width: 100%;
  margin: 9.3rem auto 10rem;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}
.p-product__hero--card:nth-of-type(1) {
  margin-top: -6.3rem;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.p-product__hero--card:nth-of-type(3) {
  margin-top: 8.8rem;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.p-product__hero--deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.p-product__hero--deco img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product__hero--decoRevolution {
  width: 15.2rem;
  max-width: 40vw;
  top: 38rem;
  right: -4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-product__hero--decoVisual {
  width: 62rem;
  top: 62rem;
  left: -9rem;
}

.p-product__revolution--title {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 4rem;
  padding: 0.85rem 3rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1rem;
  background-color: #fff;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3;
}
.p-product__revolution--title::after {
  content: "";
  width: 2.1rem;
  height: 2.6rem;
  position: absolute;
  bottom: -2.6rem;
  left: 50%;
  background-image: url("../../images/product/product_revolution-tail.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-product__revolution--body {
  max-width: 64rem;
  margin: 0 auto;
  color: #333;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-product__revolution--body p {
  margin: 0 0 2rem;
  text-align: left;
}
.p-product__revolution--body p:last-child {
  margin-bottom: 0;
}
.p-product__revolution--cta {
  margin: 3rem 0;
  padding: 0.3rem 1rem;
  border-radius: 1rem;
  background-color: #61b6f2;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-product__revolution--highlight {
  padding: 0.3rem 1rem;
  border-radius: 1rem;
  background-color: #fff;
  color: #333;
  font-size: 1.8rem;
}

.p-product__goodDesign {
  position: relative;
  overflow: hidden;
}
.p-product__goodDesign--inner {
  padding-top: 6rem;
  padding-bottom: 13rem;
  position: relative;
  z-index: 1;
}
.p-product__goodDesign--deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.p-product__goodDesign--deco img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product__goodDesign--decoVertical {
  width: 14rem;
  max-width: 20vw;
  top: 0;
  left: -2rem;
}
.p-product__goodDesign--header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 106rem;
  margin: 0 auto 9rem;
  padding: 1rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0.8rem 0.8rem 0 0 #f6dc64;
          box-shadow: 0.8rem 0.8rem 0 0 #f6dc64;
}
.p-product__goodDesign--headerIcon {
  width: 10.2rem;
  height: 10.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-product__goodDesign--headerIcon img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product__goodDesign--title {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 3rem;
}
.p-product__goodDesign--item {
  width: 101.8rem;
  margin: 6rem auto;
  position: relative;
}
.p-product__goodDesign--item:first-of-type {
  margin-top: 0;
}
.p-product__goodDesign--itemTitle {
  margin-bottom: 6rem;
  text-align: center;
}
.p-product__goodDesign--itemTitle > span {
  padding: 0 1rem 0.3rem;
  position: relative;
  z-index: 1;
  color: #61b6f2;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
}
.p-product__goodDesign--itemTitle > span::before {
  content: "";
  width: 100%;
  height: 0.6rem;
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  border-radius: 0.3rem;
  background-color: #61b6f2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-product__goodDesign--itemTitle > span::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -3.1rem;
  left: 50%;
  border-top: 2.8rem solid #61b6f2;
  border-right: 1.6rem solid transparent;
  border-left: 1.6rem solid transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-product__goodDesign--itemTitle small {
  margin-left: 1em;
  color: #000;
  font-weight: 400;
  font-size: 1.4rem;
}
.p-product__goodDesign--content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-product__goodDesign--imgWrap {
  width: 42rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4rem 1rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 4rem 1rem rgba(0, 0, 0, 0.06);
}
.p-product__goodDesign--imgWrap img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.p-product__goodDesign--textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-product__goodDesign--banner {
  margin: 0 0 2rem;
  padding: 0.6rem 2rem;
  display: inline-block;
  border-radius: 0.5rem;
  background-color: #61b6f2;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
.p-product__goodDesign--body {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-product__goodDesign--body p {
  margin: 0 0 2rem;
}
.p-product__goodDesign--body p:last-child {
  margin-bottom: 0;
}
.p-product__goodDesign--decoBlobGray {
  width: 68rem;
  max-width: 60vw;
  top: 67%;
  left: 6.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-product__goodDesign--decoBlobBlue {
  width: 54rem;
  max-width: 55vw;
  top: 70%;
  right: -4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-product__catalog {
  position: relative;
  overflow-x: clip;
}
.p-product__catalog--inner {
  padding: 0 0 41rem;
  position: relative;
  z-index: 1;
}
.p-product__catalog--deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.p-product__catalog--deco img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product__catalog--decoParts {
  width: 53rem;
  top: -8rem;
  left: -17rem;
}
.p-product__catalog--decoCircleYellow {
  width: 43.5rem;
  top: 27rem;
  right: -19rem;
}
.p-product__catalog--decoCircleBlue {
  width: 25.8rem;
  max-width: 25vw;
  top: 43%;
  left: -4rem;
}
.p-product__catalog--decoCircleGray {
  width: 35.2rem;
  max-width: 30vw;
  top: 121rem;
  right: -6rem;
}
.p-product__catalog--header {
  margin-bottom: 6rem;
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-product__catalog--header .c-heading__01--mainText {
  color: #61b6f2;
}
.p-product__catalog--heading {
  margin-bottom: 7.2rem;
}
.p-product__catalog--heading .c-heading__01--label.text-en.is-small {
  margin-bottom: 3rem;
}
.p-product__catalog--heading .c-heading__01--label img, .p-product__catalog--heading .p-product__catalog--titleImg {
  width: 100%;
  max-width: 41.3rem;
  height: auto;
  margin: 0 auto;
  display: block;
}
.p-product__catalog--lead {
  max-width: 64rem;
  margin: 3rem auto 0;
  color: #333;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-product__catalog--cards {
  max-width: 103.2rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-product__catalog--cards > .p-product__catalog--card:nth-of-type(1) .p-product__catalog--cardText {
  background-color: #109078;
}
.p-product__catalog--cards > .p-product__catalog--card:nth-of-type(1) .p-product__catalog--cardText dt, .p-product__catalog--cards > .p-product__catalog--card:nth-of-type(1) .p-product__catalog--cardText .p-product__catalog--cardDesc {
  color: #fff;
}
.p-product__catalog--cards > .p-product__catalog--card:nth-of-type(2) .p-product__catalog--cardText {
  background-color: #f6dc64;
}
.p-product__catalog--cards > .p-product__catalog--card:nth-of-type(3) .p-product__catalog--cardText {
  background-color: #bebebe;
}
.p-product__catalog--cards > .p-product__catalog--card:nth-of-type(4) .p-product__catalog--cardText {
  background-color: #61b6f2;
}
.p-product__catalog--card {
  width: 88rem;
  max-width: 100%;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-product__catalog--card.is-imgLeft {
  grid-template-columns: 63.2rem 8.8rem 31.2rem;
}
.p-product__catalog--card.is-imgLeft .p-product__catalog--cardImg {
  grid-column: 1/3;
  grid-row: 1;
}
.p-product__catalog--card.is-imgLeft .p-product__catalog--cardText {
  grid-column: 2/4;
  grid-row: 1;
}
.p-product__catalog--card.is-imgRight {
  grid-template-columns: 31.2rem 8.8rem 63.2rem;
}
.p-product__catalog--card.is-imgRight .p-product__catalog--cardImg {
  grid-column: 2/4;
  grid-row: 1;
}
.p-product__catalog--card.is-imgRight .p-product__catalog--cardText {
  grid-column: 1/3;
  grid-row: 1;
}
.p-product__catalog--cardImg {
  width: 72rem;
  max-width: 100%;
  height: 37.4rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
  justify-self: start;
}
.p-product__catalog--cardImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-product__catalog--cardText {
  width: 40rem;
  max-width: 100%;
  min-height: 30rem;
  padding: 4rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.6rem;
  background-color: #fff;
}
.p-product__catalog--cardText dt {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.p-product__catalog--cardDesc {
  margin: 0 0 2rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
}
.p-product__catalog--link {
  width: 28.7rem;
  max-width: 100%;
  height: 6rem;
  margin: auto;
  padding: 1rem 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50em;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-product__catalog--link + a {
  margin-top: 1.2rem;
}
.p-product__catalog--link:hover {
  opacity: 0.8;
}
.p-product__catalog--linkList {
  width: 28.7rem;
  max-width: 100%;
  height: 4rem;
  margin: auto;
  padding: 0.2rem 1em 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2rem;
  background-color: #61b6f2;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  --text-color: #fff;
}
.p-product__catalog--linkList:hover {
  opacity: 0.8;
}
.p-product__catalog--linkList.color-mintgreen {
  background-color: #7bdfdb;
}
.p-product__catalog--linkText {
  display: inline-block;
  line-height: 1;
}
.p-product__catalog--linkArrow {
  width: 2.6rem;
  height: auto;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-product__download {
  margin-bottom: 0;
  position: relative;
  overflow-x: clip;
  background-color: #f7f7f7;
}
.p-product__download--waveTop {
  width: 100%;
  position: absolute;
  top: -27rem;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
.p-product__download--waveTop img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product__download--inner {
  padding: 0rem 0 8rem;
  position: relative;
  z-index: 1;
  border-radius: 44rem 0 0 44rem;
  background-color: #fff;
}
.p-product__download--inner::before {
  content: "";
  width: 50vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  background-color: #fff;
  pointer-events: none;
}
.p-product__download--bgPanel {
  width: 140rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: -5rem;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 44rem 0 0 44rem;
  background: #fff;
  pointer-events: none;
  aspect-ratio: 1405/880;
}
.p-product__download--deco {
  width: 60rem;
  position: absolute;
  top: -40rem;
  right: 0rem;
  z-index: 3;
  pointer-events: none;
}
.p-product__download--deco img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product__download--header {
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
}
.p-product__download--label {
  margin: 0rem 0 3rem;
  padding: 1.8rem 4rem;
  display: inline-block;
  border-radius: 50em;
  background-color: #61b6f2;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.3;
}
.p-product__download--lead {
  max-width: 48rem;
  margin: 0 auto;
  color: #333;
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
}
.p-product__download--books {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-product__download--bookItem {
  width: 28.3rem;
  max-width: 36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-product__download--bookItem > img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.08);
}
.p-product__download--bookBtn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 2rem;
  padding: 1.2rem 2.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 50em;
  background-color: #61b6f2;
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.1);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.4rem;
}
.p-product__download--bookBtn:hover {
  opacity: 0.9;
}
.p-product__download--bookBtnText {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.p-product__download--bookBtnIcon {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-product__download--waveBottom {
  width: 100%;
  position: absolute;
  bottom: -24rem;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.p-product__download--waveBottom img {
  width: 100%;
  height: auto;
  display: block;
}

.p-product__docByProduct {
  margin-bottom: 32rem;
  position: relative;
  overflow-x: clip;
  background-color: #f7f7f7;
}
.p-product__docByProduct--waveBottom {
  width: 100%;
  position: absolute;
  bottom: -16.8vw;
  left: 0;
  z-index: -1;
  pointer-events: none;
  aspect-ratio: 1440/246;
}
.p-product__docByProduct--waveBottom img {
  width: 100%;
  height: auto;
  display: block;
}
.p-product__docByProduct--inner {
  padding: 10rem 0 6rem;
  position: relative;
  z-index: 1;
}
.p-product__docByProduct--header {
  margin-bottom: 4rem;
  text-align: center;
}
.p-product__docByProduct--label {
  margin: 0 0 3rem;
  padding: 1.8rem 4rem;
  display: inline-block;
  border: 0.2rem solid #61b6f2;
  border-radius: 50em;
  background-color: #fff;
  color: #61b6f2;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.3;
}
.p-product__docByProduct--lead {
  margin: 0 auto;
  color: #333;
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
}
.p-product__docByProduct--headerDots {
  margin-top: 2rem;
  display: block;
  text-align: center;
}
.p-product__docByProduct--headerDots img {
  width: 100%;
  max-width: 60rem;
  height: auto;
  display: inline-block;
}
.p-product__docByProduct--group {
  margin-bottom: 8rem;
  display: grid;
  gap: 13.2rem 6rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.p-product__docByProduct--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-product__docByProduct--itemImgWrap {
  width: 28.2rem;
  padding: 1.8rem;
}
.p-product__docByProduct--itemImgWrap img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.08);
}
.p-product__docByProduct--itemName {
  width: 100%;
  margin: 1.5rem 0 2rem;
  border-radius: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.08);
  color: #000;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5;
}
.p-product__docByProduct--itemName-inner {
  padding: 1rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-product__docByProduct--subItems {
  width: 100%;
  position: relative;
}
.p-product__docByProduct--modalBtn {
  width: 100%;
  margin-top: 0;
  padding: 1.2rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #61b6f2;
  border-radius: 1rem;
  background-color: #61b6f2;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  cursor: pointer;
}
.p-product__docByProduct--modalBtn::after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  margin-top: -0.25em;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.p-product__docByProduct--modalBtn.is-open {
  background-color: #fff;
  color: #61b6f2;
  --text-color: var($hrs-blue);
}
.p-product__docByProduct--modalBtn.is-open::after {
  margin-top: auto;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.p-product__docByProduct--modalBtn.is-open.btn-radius {
  color: #61b6f2;
  --text-color: $hrs-blue;
}
.p-product__docByProduct--modalBtn.is-open.btn-radius::after {
  margin-top: 0.5em;
}
.p-product__docByProduct--modalBtn.is-open.color-mintgreen {
  background-color: #fff;
}
.p-product__docByProduct--modalBtn.btn-radius {
  width: 28.7rem;
  max-width: 100%;
  height: 4rem;
  margin: 1.2rem auto 0;
  border-radius: 2rem;
  color: #fff;
  --text-color: #fff;
}
.p-product__docByProduct--modalBtn.color-mintgreen {
  background-color: #7bdfdb;
}
.p-product__docByProduct--modal {
  width: 100%;
  margin-top: 0.5rem;
  padding: 1.6rem 2.4rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  border: 1px solid #61b6f2;
  border-radius: 1rem;
  background-color: #fff;
  font-size: 1.4rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.p-product__docByProduct--modal a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #61b6f2;
}
.p-product__docByProduct--modal.is-active {
  opacity: 1;
  visibility: visible;
}
.p-product__docByProduct--modalList li + li {
  margin-top: 0.5em;
}
.p-product__docByProduct--accordion {
  margin-top: 0;
  padding: 1.2rem 2.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 1rem;
  background-color: #61b6f2;
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.08);
  font-weight: 500;
  font-size: 1.8rem;
  cursor: pointer;
}
.p-product__docByProduct--accordion:hover {
  opacity: 0.9;
}
.p-product__docByProduct--accordionText {
  display: block;
  color: #fff;
}
.p-product__docByProduct--accordionArrow {
  width: 0.75em;
  height: 0.75em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-product__docByProduct--dots {
  margin: 2rem 0 3rem;
  display: block;
  text-align: center;
}
.p-product__docByProduct--dots img {
  width: 100%;
  max-width: 60rem;
  height: auto;
  display: inline-block;
}
.p-product__docByProduct--obsolete {
  margin-top: 8rem;
  text-align: center;
}
.p-product__docByProduct--obsoleteNotice {
  max-width: 44.8rem;
  margin: 0 auto 2rem;
  color: #f4a235;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-product__docByProduct--obsoleteBtn {
  min-width: 34rem;
  max-width: 100%;
  padding: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.15rem solid #f4a235;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #f4a235;
  text-decoration: none;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-product__docByProduct--obsoleteBtn:hover {
  opacity: 0.85;
}
.p-product__docByProduct--obsoleteBtnText {
  display: block;
  color: #f4a235;
}
.p-product__docByProduct--obsoleteBtnIcon {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f4a235;
  -webkit-mask-image: url("../../images/product/icon_download.svg");
          mask-image: url("../../images/product/icon_download.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

@media screen and (max-width: 767px) {
  .p-product__heroImg {
    width: 15.2rem;
    max-width: 100%;
  }
  .p-product__hero--inner {
    padding-bottom: 6rem;
  }
  .p-product__hero--title {
    font-size: 3rem;
  }
  .p-product__hero--cards {
    margin-top: 5rem;
    margin-bottom: 5rem;
    gap: 2rem;
  }
  .p-product__hero--card:nth-of-type(1) {
    margin-top: -2rem;
  }
  .p-product__hero--card:nth-of-type(3) {
    margin-top: 2rem;
  }
  .p-product__hero--decoRevolution {
    display: none;
  }
  .p-product__hero--decoVisual {
    width: 31rem;
    top: 31rem;
    left: -2rem;
    z-index: -1;
  }
  .p-product__goodDesign--inner {
    padding-top: 4rem;
    padding-bottom: 24rem;
  }
  .p-product__goodDesign--decoVertical {
    display: none;
  }
  .p-product__goodDesign--header {
    margin-bottom: 5.5rem;
    margin-left: -0.6rem;
    padding: 0.8rem 2rem;
    gap: 1.5rem;
  }
  .p-product__goodDesign--headerIcon {
    width: 6rem;
    height: auto;
  }
  .p-product__goodDesign--title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .p-product__goodDesign--item {
    width: 100%;
    margin-top: 5rem;
  }
  .p-product__goodDesign--itemTitle > span {
    min-width: 20rem;
    padding-bottom: 0.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2rem;
  }
  .p-product__goodDesign--itemTitle > span::after {
    bottom: -2.8rem;
  }
  .p-product__goodDesign--itemTitle small {
    margin-left: 0;
    font-size: 1.2rem;
  }
  .p-product__goodDesign--arrow {
    width: 20rem;
    margin: 1rem auto 2rem;
  }
  .p-product__goodDesign--content {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-product__goodDesign--imgWrap {
    width: 26rem;
    margin: 0 auto;
  }
  .p-product__goodDesign--decoBlobGray, .p-product__goodDesign--decoBlobBlue {
    width: 40rem;
    max-width: 80vw;
    opacity: 0.7;
  }
  .p-product__goodDesign--decoBlobGray {
    right: -4rem;
  }
  .p-product__goodDesign--decoBlobBlue {
    left: -4rem;
  }
  .p-product__catalog--inner {
    padding-right: 2.5rem;
    padding-bottom: 5rem;
    padding-left: 2.5rem;
  }
  .p-product__catalog--decoParts {
    width: 24rem;
    top: -31rem;
    left: 8rem;
  }
  .p-product__catalog--decoCircleYellow {
    width: 28rem;
    opacity: 0.7;
  }
  .p-product__catalog--decoCircleBlue {
    width: 18rem;
    left: -4rem;
    opacity: 0.7;
  }
  .p-product__catalog--decoCircleGray {
    width: 22rem;
    right: -4rem;
    opacity: 0.7;
  }
  .p-product__catalog--header {
    margin-bottom: 4rem;
  }
  .p-product__catalog--heading {
    margin-bottom: 1rem;
  }
  .p-product__catalog--heading .c-heading__01--mainText {
    font-size: 2.5rem;
  }
  .p-product__catalog--heading .c-heading__01--label.text-en.is-small {
    margin-bottom: 1rem;
  }
  .p-product__catalog--heading .c-heading__01--label img, .p-product__catalog--heading .p-product__catalog--titleImg {
    max-width: 32rem;
  }
  .p-product__catalog--lead {
    margin-top: 2.5rem;
    font-size: 1.3rem;
  }
  .p-product__catalog--cards {
    gap: 3rem;
  }
  .p-product__catalog--card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-product__catalog--card.is-imgRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-product__catalog--cardImg {
    width: 29rem;
    height: 24rem;
    border-radius: 1.6rem;
  }
  .p-product__catalog--cardText {
    width: 28rem;
    min-height: unset;
    margin-top: -2rem;
    margin-right: -4rem;
    padding: 2rem;
    border-radius: 1.6rem;
  }
  .p-product__catalog--cardDesc {
    font-size: 1.5rem;
  }
  .p-product__revolution--title {
    margin-bottom: 5rem;
    padding: 1rem 2rem 1.4rem;
    font-size: 2.5rem;
  }
  .p-product__revolution--body {
    font-size: 1.6rem;
  }
  .p-product__revolution--cta {
    padding: 1.4rem 2.4rem;
    font-size: 1.6rem;
  }
  .p-product__revolution--highlight {
    padding: 1.4rem 2.4rem;
    font-size: 1.6rem;
  }
  .p-product__download--waveTop {
    top: 0rem;
  }
  .p-product__download--inner {
    padding: 12rem 2.5rem 6rem;
    background-color: transparent;
  }
  .p-product__download--inner::before {
    display: none;
  }
  .p-product__download--bgPanel {
    top: 8rem;
    bottom: 0;
  }
  .p-product__download--deco {
    width: 20rem;
    top: -1rem;
    right: 2rem;
    opacity: 0.8;
  }
  .p-product__download--header {
    margin-bottom: 3rem;
  }
  .p-product__download--label {
    padding: 0.7rem 2rem;
    font-size: 1.6rem;
  }
  .p-product__download--lead {
    font-size: 1.5rem;
  }
  .p-product__download--books {
    gap: 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-product__download--bookItem {
    max-width: 100%;
  }
  .p-product__docByProduct {
    margin-bottom: 16rem;
  }
  .p-product__docByProduct--waveBottom {
    bottom: -6rem;
  }
  .p-product__docByProduct--inner {
    padding: 4rem 2.5rem 3rem;
  }
  .p-product__docByProduct--header {
    margin-bottom: 3rem;
  }
  .p-product__docByProduct--label {
    padding: 0.7rem 2rem;
    font-size: 1.6rem;
  }
  .p-product__docByProduct--lead {
    font-size: 1.5rem;
  }
  .p-product__docByProduct--group {
    gap: 5rem;
    grid-template-columns: 1fr;
  }
  .p-product__docByProduct--item {
    max-width: 100%;
  }
  .p-product__docByProduct--itemImgWrap {
    width: 31.9rem;
  }
  .p-product__docByProduct--itemName {
    font-size: 2rem;
  }
  .p-product__docByProduct--dots {
    margin: 1.5rem 0 2rem;
  }
}
body.access .p-access__heroImg {
  width: 45.2rem;
  max-width: 100%;
  height: auto;
}
body.access .p-access__sectionTitle {
  margin-bottom: 7.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.access .p-access__sectionTitle .c-heading__01--mainText {
  color: #109078;
}
body.access .p-access__headOffice {
  margin-bottom: 16.62rem;
  padding-top: 6rem;
}
body.access .p-access__headOfficeTitle {
  margin-bottom: 7.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.access .p-access__headOfficeTitle .c-heading__01--main {
  margin-top: 0.5rem;
}
body.access .p-access__headOfficeTitle .c-heading__01--mainText {
  color: #109078;
}
body.access .p-access__headOfficeTitleEn {
  margin-bottom: 3rem;
  display: block;
  line-height: 0;
}
body.access .p-access__headOfficeTitleEn img {
  width: 40.6rem;
  max-width: 100%;
  height: auto;
  display: block;
}
body.access .p-access__headOfficePhotos {
  margin-bottom: 4rem;
}
body.access .p-access__headOfficePhotos img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
body.access .p-access__headOfficeInfo {
  margin-bottom: 0;
}
body.access .p-access__headOfficeInfo dl {
  max-width: 60rem;
  margin: 0 auto;
  display: grid;
  gap: 0;
  grid-template-columns: 10rem 1fr;
}
body.access .p-access__headOfficeInfo dt {
  padding: 1.4rem 0;
  border-bottom: none;
  background-image: url("../../images/access/line_dots.svg");
  background-position: left bottom;
  background-size: auto 1px;
  background-repeat: repeat-x;
  color: #333;
  font-weight: 700;
  font-size: 1.8rem;
}
body.access .p-access__headOfficeInfo dt:last-of-type {
  background-image: none;
}
body.access .p-access__headOfficeInfo dd {
  margin: 0;
  padding: 1.4rem 0 1.4rem 2rem;
  border-bottom: none;
  background-image: url("../../images/access/line_dots.svg");
  background-position: left bottom;
  background-size: auto 1px;
  background-repeat: repeat-x;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.6;
}
body.access .p-access__headOfficeInfo dd:last-of-type {
  background-image: none;
}
body.access .p-access__headOfficeMap {
  width: 100%;
  margin-top: 4rem;
  aspect-ratio: 1200/571;
}
body.access .p-access__headOfficeMap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
body.access .p-access__headOfficeStationList {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: disc;
}
body.access .p-access__headOfficeStationList li {
  margin-bottom: 0.4rem;
}
body.access .p-access__headOfficeStationList li::marker {
  font-size: 0.65em;
}
body.access .p-access__headOfficeStationList li:last-child {
  margin-bottom: 0;
}
body.access .p-access__networkTitleEn {
  margin-bottom: 3rem;
  display: block;
  font-size: 0;
  line-height: 0;
}
body.access .p-access__networkTitleEn img {
  width: 31rem;
  max-width: 100%;
  height: auto;
  display: block;
}
body.access .p-access__network .c-heading__01--main {
  margin-top: 0.5rem;
}
body.access .p-access__networkLead {
  margin: 0 0 7rem;
  text-align: center;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.75;
}
body.access .p-access__networkSub {
  margin: 0 0 3rem;
  color: #109078;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.6;
}
body.access .p-access__mapWrap {
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 1.6rem;
  background-color: rgba(145, 208, 205, 0.85);
}
body.access .p-access__mapWrap img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 0.8rem;
}
body.access .p-access__branchTitle {
  margin: 0 0 2rem;
  color: #109078;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
body.access .p-access__branchCompany {
  margin-bottom: 4rem;
}
body.access .p-access__branchCompany:last-child {
  margin-bottom: 0;
}
body.access .p-access__branchList {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.access .p-access__branchItem {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-image: url("../../images/access/line_dots.svg");
  background-position: left bottom;
  background-size: auto 1px;
  background-repeat: repeat-x;
}
body.access .p-access__branchItem:first-child {
  padding-top: 0;
}
body.access .p-access__branchItem:last-child {
  padding-bottom: 0;
  background-image: none;
}
body.access .p-access__branchName {
  width: 18rem;
  min-width: 12rem;
  color: #109078;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}
body.access .p-access__branchInfo {
  width: 44rem;
  min-width: 20rem;
}
body.access .p-access__branchAddress {
  margin: 0 0 0.8rem;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
}
body.access .p-access__branchTel, body.access .p-access__branchFax {
  margin-right: 1.6rem;
  margin-bottom: 0.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 1.4rem;
}
body.access .p-access__branchBadge {
  padding: 0.2rem 0.8rem;
  display: inline-block;
  border-radius: 0.4rem;
  background-color: #109078;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}
body.access .p-access__branchArea {
  width: 100%;
  padding: 1rem 1.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0.6rem;
  background-color: rgb(247, 247, 247);
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
}
body.access .p-access__branchAreaLabel {
  margin-bottom: 0.4rem;
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 1.4rem;
}
body.access .p-access__mapBtn {
  padding: 0.6rem 1.6rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #109078;
  border-radius: 2rem;
  background-color: #fff;
  color: #109078;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.4rem;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
body.access .p-access__mapBtn:hover {
  background-color: #109078;
  color: #fff;
}
body.access body.access .c-sectionLinks .c-sectionLinks--list > li {
  min-width: 28rem;
}
body.access body.access .c-sectionLinks .c-btn__card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2.4rem;
  text-decoration: none;
}
body.access body.access .c-sectionLinks .c-btn__card--image {
  margin: 0;
  position: relative;
  display: block;
  aspect-ratio: 3/2;
}
body.access body.access .c-sectionLinks .c-btn__card--image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
body.access body.access .c-sectionLinks .c-btn__card[href]:hover body.access body.access .c-sectionLinks .c-btn__card--image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 767px) {
  body.access .c-innerHero--headingImg.p-access__heroImg, body.access .p-access__heroImg {
    width: 15rem;
    max-width: 100%;
  }
  body.access .p-access__sectionTitle .c-heading__01--mainText, body.access .p-access__headOfficeTitle .c-heading__01--mainText {
    font-size: 2rem;
  }
  body.access .p-access__sectionTitle, body.access .p-access__headOfficeTitle {
    margin-bottom: 3.2rem;
  }
  body.access .p-access__headOfficeTitle .c-heading__01--main, body.access .p-access__network .c-heading__01--main {
    margin-top: 0;
  }
  body.access .p-access__headOfficeTitleEn img, body.access .p-access__networkTitleEn img {
    width: 100%;
  }
  body.access .c-sectionLinks .c-sectionLinks--list > li {
    min-width: 100%;
  }
  body.access .p-access__headOfficeTitleEn {
    margin-bottom: 1rem;
  }
  body.access .p-access__headOfficeInfo dl {
    grid-template-columns: 6rem 1fr;
  }
  body.access .p-access__headOfficeInfo dt, body.access .p-access__headOfficeInfo dd {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
  body.access .p-access__headOfficeInfo dd {
    padding-left: 1.2rem;
  }
  body.access .p-access__headOfficePhotos img {
    width: 100%;
  }
  body.access .p-access__networkTitleEn {
    margin-bottom: 1rem;
  }
  body.access .p-access__networkLead {
    margin: 0 0 2rem;
    font-size: 1.4rem;
  }
  body.access .p-access__networkSub {
    font-size: 1.8rem;
  }
  body.access .p-access__branchTitle {
    font-size: 2rem;
  }
  body.access .p-access__branchItem {
    padding: 1.4rem 0;
    gap: 1.2rem 2rem;
  }
  body.access .p-access__branchName {
    min-width: 10rem;
    font-size: 1.6rem;
  }
  body.access .p-access__branchAddress, body.access .p-access__branchTel, body.access .p-access__branchFax {
    font-size: 1.4rem;
  }
  body.access .p-access__branchArea {
    max-width: 100%;
    font-size: 1.2rem;
  }
  body.access .p-access__branchInfo {
    width: 100%;
    min-width: unset;
  }
}
body.information .p-information__heroImg {
  width: 45.1rem;
  max-width: 100%;
  height: auto;
}
body.information .p-information__sectionTitle {
  margin-bottom: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
body.information .p-information__sectionTitle .c-heading__01--mainText {
  color: #109078;
}
body.information .p-information__sectionTitleEn {
  margin-bottom: 3rem;
  display: block;
  line-height: 0;
}
body.information .p-information__sectionTitleEn img {
  width: 33.7rem;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
body.information .p-information__company {
  padding-top: 6rem;
}
body.information .p-information__table {
  max-width: 80rem;
  margin: 0 auto;
}
body.information .p-information__tableList {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.information .p-information__tableRow {
  padding: 3.5rem 3rem;
  display: grid;
  gap: 10rem;
  grid-template-columns: 25rem 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #c0c0c0;
}
body.information .p-information__tableRow:last-child {
  border-bottom: 1px solid #c0c0c0;
}
body.information .p-information__tableRow dt {
  margin: 0;
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
}
body.information .p-information__tableRow dd {
  margin: 0;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.7;
}
body.information .p-information__tableRow dd br {
  content: "";
  margin-top: 0.5em;
  display: block;
}
body.information .p-information__history {
  margin-bottom: 40rem;
  padding-top: 0;
  position: relative;
  background-color: #f7f7f7;
}
body.information .p-information__historyInner {
  padding-top: 15rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
body.information .p-information__historyTitle .p-information__historyTitleText {
  color: #f6dc64;
}
body.information .p-information__timeline {
  max-width: 80rem;
  max-height: 58rem;
  margin: 0 0 4rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 0 4.4rem;
  position: relative;
  overflow-y: clip;
  border-left: 1px solid #c0c0c0;
  list-style: none;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}
body.information .p-information__timeline::after {
  content: "";
  width: calc(100% + 2rem);
  height: 14rem;
  position: absolute;
  bottom: 0;
  left: -2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), to(#f7f7f7));
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0), #f7f7f7);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
body.information .p-information__timeline.is-expanded {
  max-height: unset;
}
body.information .p-information__timeline.is-expanded::after {
  opacity: 0;
}
body.information .p-information__timelineItem {
  padding-bottom: 5.6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.information .p-information__timelineItem:last-child {
  padding-bottom: 0;
}
body.information .p-information__timelineItem--hidden {
  display: none;
}
body.information .p-information__timelineItem--hidden.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.information .p-information__timelineItem::before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 0.8rem;
  left: -4.4rem;
  border-radius: 50%;
  background-color: #109078;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.information .p-information__timelineItem:not(:first-child)::before {
  background-color: #a0d2cd;
}
body.information .p-information__timelineDate {
  width: 13.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #109078;
  font-weight: 400;
  font-size: 2.4rem;
}
body.information .p-information__timelineDot {
  display: none;
}
body.information .p-information__timelineTexts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.information .p-information__timelineText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 2rem;
  line-height: 1.5;
}
body.information .p-information__moreWrap {
  margin-top: 2rem;
  text-align: center;
}
body.information .p-information__moreBtn {
  padding: 1.4rem 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 1rem;
  background-color: #109078;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.information .p-information__moreBtn:hover {
  opacity: 0.85;
}
body.information .p-information__moreBtnText {
  color: #fff;
}

@media screen and (max-width: 767px) {
  body.information .p-information__heroImg {
    width: 27.5rem;
    max-width: 100%;
  }
  body.information .p-information__sectionTitle {
    margin-bottom: 5rem;
  }
  body.information .p-information__sectionTitle .c-heading__01--mainText {
    font-size: 2.5rem;
  }
  body.information .p-information__sectionTitleEn {
    margin-bottom: 0;
  }
  body.information .p-information__sectionTitleEn img {
    width: 100%;
    max-width: 28rem;
  }
  body.information .p-information__history {
    margin-bottom: 15rem;
  }
  body.information .p-information__historyInner {
    padding-top: 1rem;
  }
  body.information .p-information__tableRow {
    padding: 2.4rem 1.6rem;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  body.information .p-information__tableRow dt, body.information .p-information__tableRow dd {
    font-size: 1.6rem;
  }
  body.information .p-information__timeline {
    margin-bottom: 3rem;
    padding-left: 3rem;
  }
  body.information .p-information__timelineItem {
    padding-bottom: 3.2rem;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.information .p-information__timelineItem::before {
    width: 1.6rem;
    height: 1.6rem;
    left: -3rem;
  }
  body.information .p-information__timelineDate {
    width: 10rem;
    font-size: 1.6rem;
  }
  body.information .p-information__timelineText {
    font-size: 1.6rem;
  }
  body.information .p-information__moreBtn {
    width: 100%;
    max-width: 28rem;
  }
}
body.recruit-contact .p-recruitContact__heroImg {
  width: 74.3rem;
  max-width: 100%;
  height: auto;
}
body.recruit-contact .p-recruitContact__intro {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9rem;
  text-align: center;
}
body.recruit-contact .p-recruitContact__introMain {
  color: #000;
  font-size: 1.8rem;
  line-height: 2;
}
body.recruit-contact .p-recruitContact__notice {
  width: 100%;
  max-width: 82rem;
  margin-top: 3.2rem;
  margin-right: auto;
  margin-bottom: 4.8rem;
  margin-left: auto;
  padding: 4rem 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.8rem;
  background-color: #f5f5f5;
}
body.recruit-contact .p-recruitContact__noticeTitle {
  margin: 0 0 1.6rem;
  color: #109078;
  font-weight: 700;
  font-size: 1.6rem;
}
body.recruit-contact .p-recruitContact__noticeList {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.2;
}
body.recruit-contact .p-recruitContact__noticeList li {
  margin-bottom: 0.8rem;
  padding-left: 1em;
  position: relative;
  color: #109078;
}
body.recruit-contact .p-recruitContact__noticeList li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
body.recruit-contact .p-recruitContact__noticeList li:last-child {
  margin-bottom: 0;
}
body.recruit-contact .p-recruitContact__form {
  max-width: 85.6rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.recruit-contact .p-recruitContact__field + body.recruit-contact .p-recruitContact__field {
  margin-top: 4rem;
}
body.recruit-contact .p-recruitContact__field + body.recruit-contact .p-recruitContact__field--file {
  margin-top: 6rem;
}
body.recruit-contact .p-recruitContact__field--file + body.recruit-contact .p-recruitContact__field {
  margin-top: 3.2rem;
}
body.recruit-contact .p-recruitContact__field:has(.p-recruitContact__radioGroup) .p-recruitContact__label, body.recruit-contact .p-recruitContact__field:has(.p-recruitContact__dateGroup) .p-recruitContact__label, body.recruit-contact .p-recruitContact__field:has(> .p-recruitContact__select) .p-recruitContact__label {
  margin-bottom: 2.5rem;
}
body.recruit-contact .p-recruitContact__label {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  letter-spacing: 0.07em;
  font-weight: 500;
  font-size: 1.6rem;
}
body.recruit-contact .p-recruitContact__input, body.recruit-contact .p-recruitContact__select {
  width: 100%;
  padding: 1.2rem 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d1d1d1;
  border-radius: 0.5rem;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
body.recruit-contact .p-recruitContact__input:focus, body.recruit-contact .p-recruitContact__select:focus {
  outline: none;
  border-color: #999;
}
body.recruit-contact .p-recruitContact__select {
  width: 18rem;
  max-width: 40rem;
  padding-right: 4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%239A9A9A' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-position: right 1.6rem center;
  background-size: 1.2rem;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
body.recruit-contact .p-recruitContact__select.is-placeholder {
  color: #9a9a9a;
}
body.recruit-contact .p-recruitContact__radioGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.recruit-contact .p-recruitContact__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 1.6rem;
  cursor: pointer;
}
body.recruit-contact .p-recruitContact__radio input[type=radio] {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  accent-color: #109078;
}
body.recruit-contact .p-recruitContact__dateGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.recruit-contact .p-recruitContact__dateUnitGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.recruit-contact .p-recruitContact__dateLabel {
  margin-right: 0.5rem;
  color: #333;
  font-size: 1.6rem;
}
body.recruit-contact .p-recruitContact__dateUnit {
  color: #333;
  font-size: 1.6rem;
}
body.recruit-contact .p-recruitContact__select--year, body.recruit-contact .p-recruitContact__select--month, body.recruit-contact .p-recruitContact__select--day {
  width: auto;
  min-width: 12.4rem;
}
body.recruit-contact .p-recruitContact__fileNote {
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.7;
}
body.recruit-contact .p-recruitContact__fileRowGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.recruit-contact .p-recruitContact__field--fileRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.recruit-contact .p-recruitContact__field--fileRow .p-recruitContact__label {
  width: 15rem;
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.recruit-contact .p-recruitContact__field--fileRow .p-recruitContact__file {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 2.2;
}
body.recruit-contact .p-recruitContact__file {
  padding: 0.8rem 0;
  display: block;
  font-size: 1.6rem;
  cursor: pointer;
}
body.recruit-contact .c-agree {
  margin-top: 0.8rem;
}
body.recruit-contact .c-formSubmit {
  margin-top: 2.3rem;
}

@media screen and (max-width: 767px) {
  body.recruit-contact .p-recruitContact__heroImg {
    width: 45.2rem;
    max-width: 100%;
  }
  body.recruit-contact .p-recruitContact__intro {
    padding-top: 4rem;
  }
  body.recruit-contact .p-recruitContact__introMain {
    font-size: 1.5rem;
  }
  body.recruit-contact .p-recruitContact__notice {
    margin-bottom: 3.2rem;
    padding: 1.6rem 2rem;
  }
  body.recruit-contact .p-recruitContact__noticeTitle {
    text-align: center;
    font-size: 1.8rem;
  }
  body.recruit-contact .p-recruitContact__noticeList {
    font-size: 1.3rem;
  }
  body.recruit-contact .p-recruitContact__form {
    padding-bottom: 5.6rem;
    gap: 0.5rem;
    font-size: 1.4rem;
  }
  body.recruit-contact .p-recruitContact__form .p-recruitContact__label, body.recruit-contact .p-recruitContact__form .p-recruitContact__input, body.recruit-contact .p-recruitContact__form .p-recruitContact__select, body.recruit-contact .p-recruitContact__form .p-recruitContact__radio, body.recruit-contact .p-recruitContact__form .p-recruitContact__dateLabel, body.recruit-contact .p-recruitContact__form .p-recruitContact__dateUnit, body.recruit-contact .p-recruitContact__form .p-recruitContact__file, body.recruit-contact .p-recruitContact__form .p-recruitContact__fileNote {
    font-size: 1.4rem;
  }
  body.recruit-contact .p-recruitContact__field:has(.p-recruitContact__radioGroup) .p-recruitContact__label, body.recruit-contact .p-recruitContact__field:has(.p-recruitContact__dateGroup) .p-recruitContact__label, body.recruit-contact .p-recruitContact__field:has(> .p-recruitContact__select) .p-recruitContact__label {
    margin-bottom: 1rem;
  }
  body.recruit-contact .p-recruitContact__field + .p-recruitContact__field {
    margin-top: 3.2rem;
  }
  body.recruit-contact .p-recruitContact__field--fileRow {
    gap: 1.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.recruit-contact .p-recruitContact__radioGroup {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body.recruit-contact .p-recruitContact__dateGroup {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.recruit-contact .p-recruitContact__select {
    width: 100%;
    max-width: 100%;
  }
  body.recruit-contact .c-formSubmit {
    width: 100%;
    max-width: 30rem;
  }
}
body.job-details .p-jobDetails__heroImg {
  width: 53.5rem;
  max-width: 100%;
  height: auto;
}
body.job-details .p-jobDetails__requirements {
  padding-top: 8rem;
}
body.job-details .p-jobDetails__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8rem;
}
body.job-details .p-jobDetails__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  width: 40rem;
  max-width: 100%;
  height: 7rem;
  padding: 0 2.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  border: none;
  border-radius: 0.8rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
body.job-details .p-jobDetails__tab:hover:not(.is-active) {
  background-color: #eee;
}
body.job-details .p-jobDetails__tab--new, body.job-details .p-jobDetails__tab--mid {
  background-color: #f7f7f7;
}
body.job-details .p-jobDetails__tab--new .p-jobDetails__tabText, body.job-details .p-jobDetails__tab--mid .p-jobDetails__tabText {
  color: #109078;
}
body.job-details .p-jobDetails__tab--new.is-active, body.job-details .p-jobDetails__tab--mid.is-active {
  background-color: #109078;
}
body.job-details .p-jobDetails__tab--new.is-active .p-jobDetails__tabText, body.job-details .p-jobDetails__tab--mid.is-active .p-jobDetails__tabText {
  color: #fff;
}
body.job-details .p-jobDetails__tab.is-active .p-jobDetails__tabIcon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
body.job-details .p-jobDetails__tab:not(.is-active) .p-jobDetails__tabIcon {
  -webkit-filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(142deg) brightness(95%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(142deg) brightness(95%) contrast(101%);
}
body.job-details .p-jobDetails__tab:not(.is-active).p-jobDetails__tab--mid .p-jobDetails__tabIcon {
  -webkit-filter: none;
          filter: none;
}
body.job-details .p-jobDetails__tabText {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
body.job-details .p-jobDetails__tabIcon {
  width: 4.6rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
body.job-details .p-jobDetails__tabPanel[hidden] {
  display: none !important;
}
body.job-details .p-jobDetails__table {
  max-width: 80rem;
  margin: 0 auto 10rem;
}
body.job-details .p-jobDetails__tableList {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.job-details .p-jobDetails__tableRow {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 10rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 3.5rem 3rem;
  border-top: 1px solid #c0c0c0;
}
body.job-details .p-jobDetails__tableRow:last-child {
  border-bottom: 1px solid #c0c0c0;
}
body.job-details .p-jobDetails__tableRow dt {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
body.job-details .p-jobDetails__tableRow dd {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
}
body.job-details .p-jobDetails__tableRow dd p {
  margin: 0 0 0.8em;
  line-height: 1.2;
}
body.job-details .p-jobDetails__tableRow dd p:last-child {
  margin-bottom: 0;
}
body.job-details .p-jobDetails__tableRow dd p.p-jobDetails__jobItem {
  margin-bottom: 0.4em;
}
body.job-details .p-jobDetails__tableRow dd p.p-jobDetails__jobDesc {
  margin-bottom: 0.4em;
}
body.job-details .p-jobDetails__tableRow dd p.p-jobDetails__jobNote {
  font-size: 1.8rem;
}
body.job-details .p-jobDetails__tableRow dd p.p-jobDetails__tableNote {
  font-weight: 700;
  margin-top: 1em;
}
body.job-details .p-jobDetails__sectionTitle {
  margin-bottom: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
body.job-details .p-jobDetails__sectionTitleEn {
  display: block;
  line-height: 0;
  margin-bottom: 3rem;
}
body.job-details .p-jobDetails__sectionTitleEn img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
body.job-details .p-jobDetails__faq .p-jobDetails__sectionTitle .c-heading__01--mainText {
  color: #109078;
}
body.job-details .p-jobDetails__faq .p-jobDetails__sectionTitleEn img {
  width: 18.3rem;
}
body.job-details .p-jobDetails__flow .p-jobDetails__sectionTitle .c-heading__01--mainText {
  color: #f6dc64;
}
body.job-details .p-jobDetails__flow .p-jobDetails__sectionTitleEn img {
  width: 22.3rem;
}
body.job-details .p-jobDetails__faq {
  margin-bottom: 10rem;
}
body.job-details .p-jobDetails__qaList {
  max-width: 85.6rem;
  margin: 0 auto;
}
body.job-details .p-jobDetails__qaItem {
  border-bottom: 1px solid #c0c0c0;
  padding: 4rem 0;
}
body.job-details .p-jobDetails__qaItem:last-child {
  border-bottom: none;
}
body.job-details .p-jobDetails__qaRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-bottom: 1.6rem;
}
body.job-details .p-jobDetails__qaRow:last-child {
  margin-bottom: 0;
}
body.job-details .p-jobDetails__qaIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.7rem;
  height: 5.6rem;
  border-radius: 50%;
  font-size: 2.9rem;
  font-weight: 500;
  position: relative;
}
body.job-details .p-jobDetails__qaIcon::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  width: 1.2rem;
  height: 1.6rem;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
body.job-details .p-jobDetails__qaIcon--q {
  background-color: #109078;
  color: #fff;
}
body.job-details .p-jobDetails__qaIcon--a {
  background-color: #f6dc64;
  color: #fff;
}
body.job-details .p-jobDetails__qaText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
}
body.job-details .p-jobDetails__flowList {
  max-width: 85.6rem;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.9rem;
}
body.job-details .p-jobDetails__flowItem {
  position: relative;
}
body.job-details .p-jobDetails__flowStep {
  position: absolute;
  right: 0;
  top: -2.2rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  color: #f6dc64;
  text-align: right;
  line-height: 1;
}
body.job-details .p-jobDetails__flowCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  padding: 4rem;
  background-color: #f7f7f7;
}
body.job-details .p-jobDetails__flowIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12.5rem;
  height: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.job-details .p-jobDetails__flowIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.job-details .p-jobDetails__flowContent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.3rem;
}
body.job-details .p-jobDetails__flowTitle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16.8rem;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
}
body.job-details .p-jobDetails__flowText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
}
body.job-details .p-jobDetails__ctaWrap {
  margin-top: 5rem;
  margin-bottom: 10rem;
  text-align: center;
}
body.job-details .p-jobDetails__ctaWrap .c-btn__01 {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.job-details .p-jobDetails__heroImg {
    width: 32.6rem;
    max-width: 100%;
  }
  body.job-details .p-jobDetails__sectionTitle .c-heading__01--mainText {
    font-size: 2.5rem;
  }
  body.job-details .p-jobDetails__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5rem;
  }
  body.job-details .p-jobDetails__tab {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 6rem;
    padding: 1.4rem 2.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
  }
  body.job-details .p-jobDetails__table {
    font-size: 1.4rem;
    margin-bottom: 6rem;
  }
  body.job-details .p-jobDetails__tableRow {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2.4rem 1.6rem;
  }
  body.job-details .p-jobDetails__tableRow dt, body.job-details .p-jobDetails__tableRow dd {
    font-size: 1.4rem;
  }
  body.job-details .p-jobDetails__tableRow dd p.p-jobDetails__jobNote {
    font-size: 1.4rem;
  }
  body.job-details .p-jobDetails__sectionTitleEn {
    margin-bottom: 1rem;
  }
  body.job-details .p-jobDetails__faq {
    margin-bottom: 6rem;
  }
  body.job-details .p-jobDetails__qaRow {
    gap: 2rem;
  }
  body.job-details .p-jobDetails__qaIcon {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  body.job-details .p-jobDetails__qaText {
    font-size: 1.4rem;
  }
  body.job-details .p-jobDetails__flowList {
    gap: 3rem;
  }
  body.job-details .p-jobDetails__flowStep {
    position: static;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
  }
  body.job-details .p-jobDetails__flowCard {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    padding: 2rem;
  }
  body.job-details .p-jobDetails__flowContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
  }
  body.job-details .p-jobDetails__flowTitle {
    width: auto;
    font-size: 1.8rem;
  }
  body.job-details .p-jobDetails__flowText {
    font-size: 1.4rem;
  }
  body.job-details .p-jobDetails__flowIcon {
    width: 6rem;
    height: 6rem;
  }
  body.job-details .p-jobDetails__flowIcon img {
    width: 13.6rem;
    height: auto;
  }
}
.news__navi {
  font-weight: 700;
  font-size: 1.4rem;
}
.news__navi li {
  padding-left: 1em;
}
.news__navi li + li {
  margin-top: 1em;
}
.news__navi li a {
  position: relative;
}
.news__navi li a.is-active {
  --text-color: #e60012;
}
.news__navi li a.is-active::before {
  content: "";
  width: 0.8rem;
  position: absolute;
  top: 0.5em;
  left: -1em;
  border-radius: 50%;
  background-color: #e60012;
  aspect-ratio: 1;
}
.news__list {
  border-top: 1px solid #61b6f2;
}
.news__list--item {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #61b6f2;
}
.news__list--date {
  width: 11rem;
  letter-spacing: 0;
  font-size: 1.6rem;
}
.news__list--tag {
  width: 11.2rem;
  padding: 0.25em 0.5em;
  position: relative;
  border-radius: 2rem;
  background-color: var(--tag-color, #d9d9d9);
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
}
.news__list--tagIcon {
  width: 3.2rem;
  position: absolute;
  top: -1.6rem;
  left: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #ff9d00;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1rem;
  aspect-ratio: 1;
}
.news__list--title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news__list .is-news {
  background: #ffcd58;
  --text-color: #fff;
}
.news__list .is-exhibition {
  background: #8decb5;
}

@media screen and (min-width: 768px) {
  .news__archive--grid {
    display: grid;
    grid-template-columns: 1fr 74.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news__archive .news__navi {
    position: sticky;
    top: 20rem;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .news__navi {
    margin-bottom: 3.2rem;
  }
  .news__navi select {
    width: 100%;
    height: 4.8rem;
    padding: 0 2rem 0 4.4rem;
    border: 1px solid #ccc;
    border-radius: 2.4rem;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='4' cy='4' r='4' fill='%23E60012'/></svg>");
    background-position: 2rem center;
    background-size: 0.8rem;
    background-repeat: no-repeat;
    color: #e60012;
  }
  .news__list li {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .news__list a {
    padding-right: 5rem;
    gap: 1.4rem 2rem;
  }
  .news__list .date {
    font-size: 1.2rem;
  }
  .news__list .category {
    font-size: 1.2rem;
  }
  .news__list .arrow-01 {
    right: 0;
  }
}
body.news .p-news__heroImg {
  width: 28.6rem;
}
body.news .p-news__content {
  margin-top: 0;
}
body.news .p-news__filter {
  width: 100%;
  margin-top: 6rem;
  padding-top: 5rem;
}
body.news .p-news__filterList {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
body.news .p-news__filterItem {
  min-width: 4rem;
  height: 4rem;
  padding: 0 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 2rem;
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
body.news .p-news__filterItem.is-active {
  background-color: #d9d9d9;
}
body.news .p-news__filterItem--all {
  border: 1px solid #109078;
  color: #109078;
}
body.news .p-news__filterItem--news-notice {
  border: 1px solid #f1b440;
  color: #f1b440;
}
body.news .p-news__filterItem--exhibition {
  border: 1px solid #62d1c1;
  color: #62d1c1;
}
body.news .p-news__filterItem--other {
  border: 1px solid #fdd14b;
  color: #fdd14b;
}
body.news .p-news__filterItem--all.is-active {
  border-color: #109078;
  background-color: #109078;
  color: #fff;
}
body.news .p-news__filterItem--news-notice.is-active {
  border-color: #ffcd58;
  background-color: #ffcd58;
  color: #fff;
}
body.news .p-news__filterItem--exhibition.is-active {
  border-color: #8decb5;
  background-color: #8decb5;
  color: #000;
}
body.news .p-news__filterItem--other.is-active {
  border-color: #e5bc00;
  background-color: #e5bc00;
  color: #fff;
}
body.news .p-news__filterItem:hover {
  opacity: 0.8;
}
body.news .p-news__list {
  margin-top: 5rem;
  padding: 0;
  border-top: 1px solid #61b6f2;
  list-style: none;
}
body.news .p-news__listItem {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #61b6f2;
}
body.news .p-news__listDate {
  width: 9rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0;
  font-size: 1.8rem;
}
body.news .p-news__listItem .c-tag {
  width: 11.2rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.news .p-news__listTitle {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: inherit;
  text-decoration: none;
  font-size: 1.8rem;
}
body.news .p-news__listTitle:hover {
  text-decoration: underline;
}
body.news .p-news__pager {
  width: 100%;
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.news .p-news__pagerItem {
  width: 4rem;
  height: 4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2rem;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
body.news .p-news__pagerItem--current {
  background-color: #109078;
  color: #fff;
}
body.news .p-news__pagerItem--other {
  border: 1px solid #109078;
  background-color: #fff;
  color: #109078;
}
body.news .p-news__pagerItem--other:hover {
  background-color: #109078;
  color: #fff;
}
body.news .p-news__pagerItem--dots {
  color: #000;
  font-size: 2rem;
}
body.news .p-news__contentGrid .c-archive {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  body.news .p-news__contentGrid {
    display: grid;
    gap: 6rem;
    grid-template-columns: 1fr 28rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  body.news .p-news__contentGrid .c-archive {
    position: sticky;
    top: 20rem;
  }
}
@media screen and (max-width: 767px) {
  body.news .p-news__heroImg {
    width: 10.9rem;
    max-width: 100%;
  }
  body.news .p-news__contentGrid {
    display: block;
  }
  body.news .p-news__contentGrid .c-archive {
    margin-top: 5rem;
  }
  body.news .p-news__filter {
    margin-top: 1rem;
  }
  body.news .p-news__filterLabel {
    font-size: 1.6rem;
  }
  body.news .p-news__filterItem {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    font-size: 1.6rem;
  }
  body.news .p-news__listDate {
    font-size: 1.6rem;
  }
  body.news .p-news__listTitle {
    padding-top: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 1.6rem;
  }
  body.news .p-news__pagerItem {
    font-size: 2rem;
  }
}
body.news-detail .p-newsDetail__heroImg {
  width: 28.6rem;
}
body.news-detail .p-newsDetail__content {
  margin-top: 0;
}
body.news-detail .p-newsDetail__articleHead {
  margin-bottom: 3rem;
}
body.news-detail .p-newsDetail__articleMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3.2rem;
}
body.news-detail .p-newsDetail__articleDate {
  font-size: 1.8rem;
  letter-spacing: 0;
}
body.news-detail .p-newsDetail__articleTitle {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
body.news-detail .p-newsDetail__articleBody {
  font-size: 1.6rem;
  line-height: 1.875;
}
body.news-detail .p-newsDetail__articleBody p {
  margin: 0 0 1.6rem;
}
body.news-detail .p-newsDetail__articleBody a {
  text-decoration: underline;
  overflow-wrap: break-word;
  word-break: break-all;
}
body.news-detail .p-newsDetail__articleBody a:hover {
  opacity: 0.8;
}
body.news-detail .p-newsDetail__articleBody ul {
  margin: 0 0 1.6rem;
  padding-left: 2em;
}

@media screen and (min-width: 768px) {
  body.news-detail .p-newsDetail__contentGrid {
    display: grid;
    grid-template-columns: 1fr 28rem;
    gap: 6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 9.4rem;
  }
  body.news-detail .p-newsDetail__contentGrid .c-archive {
    position: sticky;
    top: 20rem;
  }
}
@media screen and (max-width: 767px) {
  body.news-detail .p-newsDetail__heroImg {
    width: 10.9rem;
    max-width: 100%;
  }
  body.news-detail .p-newsDetail__contentGrid {
    display: block;
  }
  body.news-detail .p-newsDetail__contentGrid .c-archive {
    margin-top: 5rem;
  }
  body.news-detail .p-newsDetail__articleTitle {
    font-size: 3rem;
  }
}
body.performance-summary .c-innerHero .c-innerHero--heading {
  min-height: 13.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.performance-summary .c-innerHero .c-innerHero--headingImg.p-performanceSummary__heroImg {
  width: 110.3rem;
  max-width: 100%;
  height: auto;
  display: block;
}
body.performance-summary .p-performanceSummary__salesRevenue {
  margin-bottom: 0;
  padding-top: 6rem;
  position: relative;
}
body.performance-summary .p-performanceSummary__sectionTitle {
  margin-bottom: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
body.performance-summary .p-performanceSummary__sectionTitle .p-performanceSummary__salesRevenueTitleEn {
  margin-bottom: 3rem;
}
body.performance-summary .p-performanceSummary__sectionTitle .c-heading__01--label img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
body.performance-summary .p-performanceSummary__sectionTitle .c-heading__01--mainText {
  color: #109078;
}
body.performance-summary .p-performanceSummary__chartWrap {
  margin-bottom: 4rem;
  text-align: center;
}
body.performance-summary .p-performanceSummary__chartWrap img {
  width: 99rem;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
body.performance-summary .p-performanceSummary__chartWrap .p-performanceSummary__chartColumn {
  width: 100%;
  margin: 0 auto;
  display: block;
  aspect-ratio: 1/0.57;
}
body.performance-summary .p-performanceSummary__divider {
  max-width: 96rem;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
}
body.performance-summary .p-performanceSummary__award {
  margin-bottom: 13rem;
  position: relative;
  overflow: hidden;
}
body.performance-summary .p-performanceSummary__awardBg {
  padding: 6rem 2rem 8rem;
  position: relative;
  border-radius: 40px;
  background-color: rgba(16, 144, 120, 0.15);
}
body.performance-summary .p-performanceSummary__awardLeafLeft {
  width: auto;
  height: 43rem;
  position: absolute;
  top: 50%;
  left: -23rem;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
body.performance-summary .p-performanceSummary__awardLeafRight {
  width: auto;
  height: 43rem;
  position: absolute;
  top: 50%;
  right: -23rem;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
body.performance-summary .p-performanceSummary__awardHeading {
  height: 8.5rem;
  margin-bottom: 2.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../../images/performance-summary/img_award-green.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
body.performance-summary .p-performanceSummary__awardTitle {
  margin: 0;
  color: #109078;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.3;
}
body.performance-summary .p-performanceSummary__awardText {
  max-width: 66.5rem;
  margin: 0 auto 4rem;
  color: #333;
  font-size: 2rem;
  line-height: 1.5;
}
body.performance-summary .p-performanceSummary__awardPhoto {
  max-width: 72rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
body.performance-summary .p-performanceSummary__awardPhoto .p-performanceSummary__awardPhotoImg {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  body.performance-summary .c-innerHero .c-innerHero--heading {
    min-height: unset;
  }
  body.performance-summary .c-innerHero .c-innerHero--headingImg.p-performanceSummary__heroImg {
    width: 100%;
    max-width: 100%;
  }
  body.performance-summary .p-performanceSummary__salesRevenue {
    padding-top: 3rem;
  }
  body.performance-summary .p-performanceSummary__sectionTitle {
    margin-bottom: 2.4rem;
  }
  body.performance-summary .p-performanceSummary__sectionTitle .c-heading__01--mainText {
    font-size: 2rem;
  }
  body.performance-summary .p-performanceSummary__sectionTitle .p-performanceSummary__salesRevenueTitleEn {
    margin-bottom: 1rem;
  }
  body.performance-summary .p-performanceSummary__sectionTitle .c-heading__01--label img {
    max-width: 100%;
  }
  body.performance-summary .p-performanceSummary__chartWrap {
    margin-bottom: 2.4rem;
  }
  body.performance-summary .p-performanceSummary__chartWrap img {
    width: 100%;
  }
  body.performance-summary .p-performanceSummary__divider {
    max-width: 100%;
  }
  body.performance-summary .p-performanceSummary__award {
    margin-bottom: 5.6rem;
  }
  body.performance-summary .p-performanceSummary__awardBg {
    padding: 4rem 1.6rem 5rem;
    border-radius: 2rem;
  }
  body.performance-summary .p-performanceSummary__awardLeafLeft, body.performance-summary .p-performanceSummary__awardLeafRight {
    display: none;
  }
  body.performance-summary .p-performanceSummary__awardHeading {
    height: 6rem;
    margin-bottom: 3.6rem;
  }
  body.performance-summary .p-performanceSummary__awardTitle {
    font-size: 3rem;
  }
  body.performance-summary .p-performanceSummary__awardText {
    max-width: 100%;
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
  body.performance-summary .p-performanceSummary__awardPhoto {
    max-width: 100%;
  }
}
.p-recruit__heroImg {
  width: 34.5rem;
  max-width: 100%;
  height: auto;
}

.p-recruit__message {
  margin-bottom: 10rem;
  padding-top: 12rem;
  position: relative;
  overflow-x: clip;
  background: #f7f7f7;
  z-index: -2;
}

.p-recruit__messageBg {
  width: 100vw;
  max-width: 100vw;
  position: absolute;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.p-recruit__messageBg img {
  width: 100%;
  height: auto;
  display: block;
}
.p-recruit__messageBg--top {
  top: 0;
}
.p-recruit__messageBg--bottom {
  bottom: -52rem;
}

.p-recruit__messageInner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-recruit__messageLabel {
  position: absolute;
  top: -7rem;
  left: 3.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  width: auto;
  height: 12rem;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-recruit__messageLabel img {
  display: block;
  width: auto;
  height: 12rem;
}

.p-recruit__messageContent {
  width: 77rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruit__messageContent {
    width: unset;
  }
}

.p-recruit__messageTitle {
  margin-bottom: 14rem;
  text-align: center;
}
.p-recruit__messageTitle .c-heading__01--main {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-recruit__messageTitle .c-heading__01--mainText {
  color: #61b6f2;
  font-size: 5.4rem;
}

.p-recruit__messageBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-recruit__messagePhoto {
  width: 30.6rem;
  max-width: 100%;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-recruit__messagePhoto img {
  width: 100%;
  height: auto;
  display: block;
}

.p-recruit__messageText {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.875;
}
.p-recruit__messageText p:last-child {
  margin-bottom: 0;
}

.p-recruit__messageSign {
  margin-top: 2em;
  text-align: right;
  font-weight: 700;
  font-size: 2.6rem;
}

.p-recruit__wwlf {
  margin-bottom: 10rem;
  position: relative;
}

.p-recruit__wwlfInner {
  padding-top: 17rem;
  padding-bottom: 8rem;
}

.p-recruit__wwlfTitle {
  margin-bottom: 7.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-recruit__wwlfTitle .c-heading__01--main {
  margin-top: 0.5rem;
}
.p-recruit__wwlfTitle .c-heading__01--mainText {
  color: #61b6f2;
}

.p-recruit__wwlfTitleEn {
  display: block;
  line-height: 0;
  margin-bottom: 3rem;
}
.p-recruit__wwlfTitleEn img {
  width: 64.7rem;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.p-recruit__wwlfList {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6.7rem 7.7rem;
  grid-template-columns: 46.9rem 46.9rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.p-recruit__wwlfItem {
  min-height: 28rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-recruit__wwlfItem:nth-child(3),
.p-recruit__wwlfItem:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-recruit__wwlfItem:nth-child(3) .p-recruit__wwlfText,
.p-recruit__wwlfItem:nth-child(4) .p-recruit__wwlfText {
  margin-right: 0;
  margin-left: -8.3rem;
}

.p-recruit__wwlfVisual {
  min-width: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: -1;
}
.p-recruit__wwlfVisual img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__wwlfText {
  width: 27.4rem;
  height: 15.4rem;
  padding: 2rem 2.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.3rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-recruit__wwlfText-bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  mix-blend-mode: multiply;
}
.p-recruit__wwlfText-inner {
  position: relative;
  z-index: 1;
  color: #fff;
}
.p-recruit__wwlfText--green {
  margin-right: -8.3rem;
}
.p-recruit__wwlfText--green .p-recruit__wwlfText-bg {
  background-color: rgb(16, 144, 120);
}
.p-recruit__wwlfText--blue {
  margin-right: -4.2rem;
}
.p-recruit__wwlfText--blue .p-recruit__wwlfText-bg {
  background-color: #61b6f2;
}
.p-recruit__wwlfText--yellow {
  margin-right: -8.3rem;
}
.p-recruit__wwlfText--yellow .p-recruit__wwlfText-inner {
  color: #000;
}
.p-recruit__wwlfText--yellow .p-recruit__wwlfText-bg {
  background-color: rgba(246, 220, 100, 0.8);
  mix-blend-mode: unset;
}
.p-recruit__wwlfText--gray {
  margin-right: -4.2rem;
}
.p-recruit__wwlfText--gray .p-recruit__wwlfText-bg {
  background-color: #bebebe;
}

.p-recruit__navi {
  margin-bottom: 10rem;
}

.p-recruit__naviList {
  width: 85.3rem;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.p-recruit__naviItem {
  width: 24.5rem;
  padding: 1.4rem 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #109078;
  border-radius: 50em;
  background-color: #fff;
  color: #109078;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.p-recruit__naviItem .p-recruit__naviLabel {
  color: inherit;
}
.p-recruit__naviItem:hover {
  border-color: #109078;
  color: #109078;
}
.p-recruit__naviItem:hover .p-recruit__naviLabel {
  color: #109078;
}
.p-recruit__naviItem.is-active {
  border-color: #109078;
  background-color: #109078;
  color: #fff;
}
.p-recruit__naviItem.is-active .p-recruit__naviLabel {
  color: #fff;
}
.p-recruit__naviItem.is-active .p-recruit__naviIcon {
  background-color: #fff;
}

.p-recruit__naviIcon {
  width: 4rem;
  height: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #109078;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-recruit__naviIcon--01 {
  -webkit-mask-image: url("../../images/recruit/icon_wwlf01.svg");
          mask-image: url("../../images/recruit/icon_wwlf01.svg");
}
.p-recruit__naviIcon--02 {
  -webkit-mask-image: url("../../images/recruit/icon_wwlf02.svg");
          mask-image: url("../../images/recruit/icon_wwlf02.svg");
}
.p-recruit__naviIcon--03 {
  -webkit-mask-image: url("../../images/recruit/icon_wwlf03.svg");
          mask-image: url("../../images/recruit/icon_wwlf03.svg");
}
.p-recruit__naviIcon--04 {
  -webkit-mask-image: url("../../images/recruit/icon_wwlf04.svg");
          mask-image: url("../../images/recruit/icon_wwlf04.svg");
}
.p-recruit__naviIcon--05 {
  -webkit-mask-image: url("../../images/recruit/icon_wwlf05.svg");
          mask-image: url("../../images/recruit/icon_wwlf05.svg");
}
.p-recruit__naviIcon--06 {
  -webkit-mask-image: url("../../images/recruit/icon_wwlf06.svg");
          mask-image: url("../../images/recruit/icon_wwlf06.svg");
}

.p-recruit__cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #109078;
}

.p-recruit__ctaInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.p-recruit__ctaText {
  margin: 0 0 1.6rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
}

.p-recruit__ctaBtn {
  margin-top: 0;
  border: 1px solid #fff;
  background-color: #fff;
  color: #109078;
  --text-color: #109078;
}
.p-recruit__ctaBtn .c-btn__01--arrow {
  border-color: #109078;
}
.p-recruit__ctaBtn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #109078;
}

@media screen and (max-width: 767px) {
  .p-recruit__heroImg {
    width: 17.2rem;
    max-width: 100%;
  }
  .p-recruit__message .c-heading__01--mainText {
    font-size: 2.5rem;
  }
  .p-recruit__messageBg--bottom {
    bottom: -13rem;
  }
  .p-recruit__messageTitle {
    margin-bottom: 4rem;
  }
  .p-recruit__wwlfInner {
    padding-top: 7rem;
  }
  .p-recruit__wwlfTitle .c-heading__01--mainText {
    font-size: 2.5rem;
  }
  .p-recruit__messageSign {
    font-size: 1.8rem;
  }
  .p-recruit__messageInner {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-recruit__messageLabel {
    -webkit-transform: unset;
            transform: unset;
    position: static;
    width: 27rem;
    height: auto;
    margin-inline: auto;
  }
  .p-recruit__messageLabel img {
    width: 100%;
    height: auto;
  }
  .p-recruit__messageBody {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-recruit__messagePhoto {
    width: 100%;
    max-width: 27rem;
    margin-inline: auto;
  }
  .p-recruit__messageText {
    font-size: 1.4rem;
  }
  .p-recruit__wwlfTitleEn {
    margin-bottom: 1rem;
  }
  .p-recruit__wwlfList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 4rem;
  }
  .p-recruit__wwlfItem {
    min-height: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-recruit__wwlfText {
    width: 19.4rem;
    padding: 1rem 1.4rem;
  }
  .p-recruit__wwlfText-inner {
    font-size: 1.6rem;
  }
  .p-recruit__naviList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-recruit__naviItem {
    min-width: 100%;
  }
}
body.job-type .p-jobType__heroImg {
  width: 43.2rem;
  max-width: 100%;
  height: auto;
}

.p-jobType__heroIntro {
  margin: 11rem 0 0;
  color: #333;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.5;
}

.p-jobType__index {
  margin-bottom: 10rem;
}

.p-jobType__indexList {
  width: 100%;
  height: 82.3rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: -1rem;
  padding: 0;
  position: relative;
  list-style: none;
}

.p-jobType__indexItem {
  width: 50rem;
  height: auto;
  position: absolute;
  display: block;
  text-decoration: none;
  line-height: 0;
}
.p-jobType__indexItem .p-jobType__indexItemLabel,
.p-jobType__indexItem .c-btn__01--arrowImg {
  display: none;
}
.p-jobType__indexItem img {
  width: 100%;
  height: auto;
  display: block;
}
.p-jobType__indexItem--01 {
  width: 42rem;
  top: -1rem;
  left: -7rem;
}
.p-jobType__indexItem--02 {
  width: 47rem;
  top: 5rem;
  left: 34rem;
}
.p-jobType__indexItem--03 {
  top: -7rem;
  right: -11rem;
}
.p-jobType__indexItem--04 {
  width: 49rem;
  bottom: 7rem;
  left: 3.5rem;
}
.p-jobType__indexItem--05 {
  right: 9rem;
  bottom: 8rem;
  width: 43rem;
}

.p-jobType__section {
  position: relative;
  margin-bottom: 20rem;
}
.p-jobType__section > .l-main__container {
  position: relative;
  z-index: 1;
}

.p-jobType__sectionBg {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.p-jobType__sectionBg img {
  position: absolute;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-jobType__sectionBg--daily01 {
  width: 51rem;
  aspect-ratio: 510/507;
  height: auto;
  bottom: -16rem;
  right: -11rem;
}

.p-jobType__sectionBg--daily02 {
  width: 51rem;
  aspect-ratio: 531/483;
  height: auto;
  bottom: -12rem;
  right: 39rem;
}

.p-jobType__sectionBg--daily03 {
  width: 51rem;
  aspect-ratio: 326/324;
  height: auto;
  bottom: -30rem;
  left: -6rem;
}

.p-jobType__sectionTitle {
  text-align: left;
  letter-spacing: 1em;
  font-weight: 700;
  font-size: 5.5rem;
  margin-bottom: 4rem;
}
.p-jobType__section--green .p-jobType__sectionTitle {
  color: #109078;
}
.p-jobType__section--primary .p-jobType__sectionTitle {
  color: #109078;
}
.p-jobType__section--teal .p-jobType__sectionTitle {
  color: #01d3c8;
}
.p-jobType__section--yellow .p-jobType__sectionTitle {
  color: #f6dc64;
}
.p-jobType__section--gray .p-jobType__sectionTitle {
  color: #545454;
}
.p-jobType__section--blue .p-jobType__sectionTitle {
  color: #61b6f2;
}

.p-jobType__introWrap {
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-jobType__introRight {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-jobType__introRight .p-jobType__work {
  margin: 2rem -2rem 0 2rem;
}

.p-jobType__section--green .p-jobType__introRight .p-jobType__work {
  border-radius: 1rem;
  background-color: #f7f7f7;
}
.p-jobType__section--green .p-jobType__introRight .p-jobType__work .p-jobType__workTitle {
  color: #109078;
}

.p-jobType__section--primary .p-jobType__introRight .p-jobType__work {
  border-radius: 1rem;
  background-color: #f7f7f7;
}
.p-jobType__section--primary .p-jobType__introRight .p-jobType__work .p-jobType__workTitle {
  color: #000;
}

.p-jobType__section--teal .p-jobType__introRight .p-jobType__work {
  border-radius: 1rem;
  background-color: #f7f7f7;
}
.p-jobType__section--teal .p-jobType__introRight .p-jobType__work .p-jobType__workTitle {
  color: #000;
}

.p-jobType__section--yellow .p-jobType__introRight .p-jobType__work {
  border-radius: 1rem;
  background-color: #f7f7f7;
}
.p-jobType__section--yellow .p-jobType__introRight .p-jobType__work .p-jobType__workTitle {
  color: #000;
}

.p-jobType__section--gray .p-jobType__introRight .p-jobType__work {
  border-radius: 1rem;
  background-color: #f7f7f7;
}
.p-jobType__section--gray .p-jobType__introRight .p-jobType__work .p-jobType__workTitle {
  color: #000;
}

.p-jobType__section--blue .p-jobType__introRight .p-jobType__work {
  border-radius: 1rem;
  background-color: #f7f7f7;
}
.p-jobType__section--blue .p-jobType__introRight .p-jobType__work .p-jobType__workTitle {
  color: #000;
}

.p-jobType__workDesc {
  margin: 0 0 2rem;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.875;
}
.p-jobType__workDesc:last-of-type {
  margin-bottom: 2rem;
}

.p-jobType__workBtn {
  margin: 2rem -2rem 0 2rem;
  text-align: left;
}

.p-jobType__section--teal .p-jobType__workBtn,
.p-jobType__section--blue .p-jobType__workBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-jobType__workBtnBtn {
  margin-top: 0;
}
.p-jobType__workBtnBtn .c-btn__01--arrow {
  width: 2rem;
  height: 3rem;
  border: none;
  background-image: url("../../images/common/icon_white_arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: none;
          transform: none;
}

.p-jobType__section--green .p-jobType__workBtnBtn {
  background-color: #109078;
  color: #fff;
  --text-color: #fff;
}

.p-jobType__section--primary .p-jobType__workBtnBtn {
  background-color: #109078;
  color: #fff;
  --text-color: #fff;
}

.p-jobType__section--teal .p-jobType__workBtnBtn {
  background-color: #01d3c8;
  color: #fff;
  --text-color: #fff;
}

.p-jobType__section--yellow .p-jobType__workBtnBtn {
  background-color: #f6dc64;
  color: #333;
  --text-color: #333;
}

.p-jobType__section--gray .p-jobType__workBtnBtn {
  background-color: #bebebe;
  color: #fff;
  --text-color: #fff;
}

.p-jobType__section--blue .p-jobType__workBtnBtn {
  background-color: #61b6f2;
  color: #fff;
  --text-color: #fff;
}

.p-jobType__intro {
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-jobType__intro--imgLeft .p-jobType__introImg {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.p-jobType__intro--imgRight .p-jobType__introText {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.p-jobType__introImg {
  width: 86rem;
  height: auto;
  margin: 0;
  margin-top: 2rem;
  margin-left: -20rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-jobType__introImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-jobType__section--teal .p-jobType__introImg {
  position: relative;
  z-index: -1;
  margin-right: -18rem;
  margin-left: -3rem;
}

.p-jobType__section--gray .p-jobType__introImg {
  margin-right: -21rem;
  margin-left: 0rem;
}

.p-jobType__introText {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-jobType__introCatch {
  margin: 0 0 1.6rem;
  padding: 3.5rem 3rem;
  border-radius: 1.9rem;
  color: #fff;
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 1.1;
}
.p-jobType__section--green .p-jobType__introCatch {
  background-color: #109078;
}
.p-jobType__section--primary .p-jobType__introCatch {
  background-color: #109078;
}
.p-jobType__section--teal .p-jobType__introCatch {
  background-color: #01d3c8;
}
.p-jobType__section--yellow .p-jobType__introCatch {
  background-color: #f6dc64;
  color: #333;
}
.p-jobType__section--gray .p-jobType__introCatch {
  background-color: #bebebe;
}
.p-jobType__section--blue .p-jobType__introCatch {
  background-color: #61b6f2;
}

.p-jobType__introDesc {
  margin: 0 0 2rem;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.875;
}

.p-jobType__section--green .p-jobType__introBtn {
  background-color: #109078;
  color: #fff;
  --text-color: #fff;
}
.p-jobType__section--green .p-jobType__introBtn .c-btn__01--arrow {
  border-color: #fff;
}
.p-jobType__section--primary .p-jobType__introBtn {
  background-color: #109078;
  color: #fff;
  --text-color: #fff;
}
.p-jobType__section--primary .p-jobType__introBtn .c-btn__01--arrow {
  border-color: #fff;
}
.p-jobType__section--yellow .p-jobType__introBtn {
  background-color: #f6dc64;
  color: #333;
  --text-color: #333;
}
.p-jobType__section--gray .p-jobType__introBtn {
  background-color: #bebebe;
  color: #fff;
  --text-color: #fff;
}
.p-jobType__section--gray .p-jobType__introBtn .c-btn__01--arrow {
  border-color: #fff;
}

.p-jobType__work {
  margin-bottom: 6rem;
  padding: 3rem 4rem;
  border-radius: 1rem;
  background-color: #f7f7f7;
}

.p-jobType__workTitle {
  margin: 0 0 2rem;
  color: #333;
  font-weight: 700;
  font-size: 2.4rem;
}

.p-jobType__workList {
  margin: 0;
  padding: 0 0 0 2rem;
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
}

/* p-jobType__daily デザイン変更によりコメントアウト（復活の可能性あり）
// 1日の流れコンテナ（メインカラーボーダー・border-radius・ボックスシャドウ）
// ボックスシャドウ: X,Y=10px, blur=0, spread=0。各職種のメインカラー、事務のみ #545454
.p-jobType__daily {
  margin-bottom: 4rem;
  padding: 3rem 4rem;
  padding-top: 10rem;
  position: relative;
  border-radius: 1rem;
  background-color: #fff;

  .p-jobType__section--green & {
    border: 2px solid $hrs-green;
    box-shadow: 1rem 1rem 0 0 $hrs-green;
  }

  .p-jobType__section--primary & {
    border: 2px solid $primary;
    box-shadow: 1rem 1rem 0 0 $primary;
  }

  .p-jobType__section--yellow & {
    border: 2px solid $hrs-yellow;
    box-shadow: 1rem 1rem 0 0 $hrs-yellow;
  }

  .p-jobType__section--gray & {
    border: 2px solid #bebebe;
    box-shadow: 1rem 1rem 0 0 #545454;
  }

  .p-jobType__section--blue & {
    border: 2px solid $blue;
    box-shadow: 1rem 1rem 0 0 $blue;
  }
}

// daily-schedule.svg + 「1日の流れ」テキスト。p-jobType__daily に対して absolute で top, left 0
.p-jobType__dailyTitle {
  height: 6.3rem;
  padding: 0 0 0 2rem;
  position: absolute;
  top: -5.1rem;
  left: 0;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.p-jobType__dailyTitleSvg {
  width: 42.1rem;
  height: 6.3rem;
  display: block;
  background-color: $hrs-green;

  -webkit-mask-image: url("../../images/job-type/daily-schedule.svg");
          mask-image: url("../../images/job-type/daily-schedule.svg");
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.p-jobType__section--green .p-jobType__dailyTitleSvg {
  background-color: $hrs-green;
}

.p-jobType__section--primary .p-jobType__dailyTitleSvg {
  background-color: $primary;
}

.p-jobType__section--yellow .p-jobType__dailyTitleSvg {
  background-color: $hrs-yellow;
}

.p-jobType__section--gray .p-jobType__dailyTitleSvg {
  background-color: #bebebe;
}

.p-jobType__section--blue .p-jobType__dailyTitleSvg {
  background-color: $blue;
}

.p-jobType__dailyTitleText {
  font-weight: 700;
  font-size: 3rem;
}

.p-jobType__section--green .p-jobType__dailyTitleText {
  color: $hrs-green;
}

.p-jobType__section--primary .p-jobType__dailyTitleText {
  color: $primary;
}

.p-jobType__section--yellow .p-jobType__dailyTitleText {
  color: $hrs-yellow;
}

.p-jobType__section--gray .p-jobType__dailyTitleText {
  color: #545454;
}

.p-jobType__section--blue .p-jobType__dailyTitleText {
  color: $blue;
}

.p-jobType__dailyContainer {
  display: grid;
  gap: 2rem 4rem;
  grid-template-columns: 1fr 1fr;
}

.p-jobType__dailyCol {
  min-width: 0;
}

.p-jobType__dailyList {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.p-jobType__dailyItem {
  margin-bottom: 0;
  display: flex;
  gap: 2rem;
  color: #545454;
  font-size: 1.6rem;
  line-height: 1.6;
}

.p-jobType__dailyTime {
  width: 6rem;
  margin: 0;
  padding-right: 2rem;
  flex-shrink: 0;
  border-right: 1px solid #bebebe;
  font-weight: 700;
}

.p-jobType__dailyContent {
  min-width: 0;
  margin: 0;
  position: relative;
  display: flex;
  gap: .8rem;
  flex: 1;
  flex-direction: column;
}

// 0.8rem × 0.8rem の●。dailyContent を基準に absolute で配置。色は各セクションのメインカラー
.p-jobType__dailyContentBullet {
  width: .8rem;
  height: .8rem;
  position: absolute;
  top: 1rem;
  left: -2.4rem;
  flex-shrink: 0;
  border-radius: 50%;
}

.p-jobType__section--green .p-jobType__dailyContentBullet {
  background-color: $hrs-green;
}

.p-jobType__section--primary .p-jobType__dailyContentBullet {
  background-color: $primary;
}

.p-jobType__section--yellow .p-jobType__dailyContentBullet {
  background-color: $hrs-yellow;
}

.p-jobType__section--gray .p-jobType__dailyContentBullet {
  background-color: #545454;
}

.p-jobType__section--blue .p-jobType__dailyContentBullet {
  background-color: $blue;
}

.p-jobType__dailyContentText {
  display: block;
  font-weight: 700;
}

.p-jobType__dailyContentDesc {
  margin: 0;
  color: $color-text;
  font-size: 1.4rem;
  line-height: 1.6;
}
*/
.p-jobType__sectionBtn {
  text-align: center;
}
.p-jobType__section--green .p-jobType__sectionBtn .c-btn__01 {
  background-color: #109078;
  color: #fff;
  --text-color: #fff;
}
.p-jobType__section--green .p-jobType__sectionBtn .c-btn__01 .c-btn__01--arrow {
  border-color: #fff;
}
.p-jobType__section--primary .p-jobType__sectionBtn .c-btn__01 {
  background-color: #109078;
  color: #fff;
  --text-color: #fff;
}
.p-jobType__section--primary .p-jobType__sectionBtn .c-btn__01 .c-btn__01--arrow {
  border-color: #fff;
}
.p-jobType__section--teal .p-jobType__sectionBtn .c-btn__01 {
  background-color: #01d3c8;
  color: #fff;
  --text-color: #fff;
}
.p-jobType__section--teal .p-jobType__sectionBtn .c-btn__01 .c-btn__01--arrow {
  border-color: #fff;
}
.p-jobType__section--yellow .p-jobType__sectionBtn .c-btn__01 {
  background-color: #f6dc64;
  color: #333;
  --text-color: #333;
}
.p-jobType__section--gray .p-jobType__sectionBtn .c-btn__01 {
  background-color: #bebebe;
  color: #fff;
  --text-color: #fff;
}
.p-jobType__section--gray .p-jobType__sectionBtn .c-btn__01 .c-btn__01--arrow {
  border-color: #fff;
}
.p-jobType__section--blue .p-jobType__sectionBtn .c-btn__01 {
  background-color: #61b6f2;
  color: #fff;
  --text-color: #fff;
}
.p-jobType__section--blue .p-jobType__sectionBtn .c-btn__01 .c-btn__01--arrow {
  border-color: #61b6f2;
}

@media screen and (max-width: 767px) {
  body.job-type .p-jobType__heroImg {
    width: 16.4rem;
    max-width: 100%;
  }
  .p-jobType__section {
    margin-bottom: 10rem;
    scroll-margin-top: 7rem;
  }
  .p-jobType__section > .l-main__container {
    scroll-margin-top: 7rem;
  }
  .p-jobType__indexList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
    width: 100%;
    max-width: 22rem;
    height: auto;
    margin: 3rem auto;
  }
  .p-jobType__indexItem {
    position: static;
    width: 100%;
    height: 6rem;
    min-height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    padding: 0 2rem;
    border-radius: 1rem;
    line-height: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-jobType__indexItem img {
    display: none;
  }
  .p-jobType__indexItem .p-jobType__indexItemLabel {
    display: block;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.5em;
    color: inherit;
  }
  .p-jobType__indexItem .c-btn__01--arrowImg {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p-jobType__indexItem .c-btn__01--arrowImg svg {
    width: 2.6rem;
    height: auto;
  }
  .p-jobType__indexItem--01 {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: #109078;
    color: #fff;
  }
  .p-jobType__indexItem--01 .c-btn__01--arrowImg path {
    fill: #fff;
  }
  .p-jobType__indexItem--02 {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: #bebebe;
    color: #fff;
  }
  .p-jobType__indexItem--02 .c-btn__01--arrowImg path {
    fill: #fff;
  }
  .p-jobType__indexItem--03 {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: #f6dc64;
    color: #545454;
  }
  .p-jobType__indexItem--03 .c-btn__01--arrowImg path {
    fill: #545454;
  }
  .p-jobType__indexItem--04 {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: #01d3c8;
    color: #fff;
  }
  .p-jobType__indexItem--04 .c-btn__01--arrowImg path {
    fill: #fff;
  }
  .p-jobType__indexItem--05 {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-color: #61b6f2;
    color: #fff;
  }
  .p-jobType__indexItem--05 .c-btn__01--arrowImg path {
    fill: #fff;
  }
  .p-jobType__intro, .p-jobType__introWrap {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-jobType__introWrap--imgRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-jobType__intro--imgLeft .p-jobType__introImg, .p-jobType__intro--imgRight .p-jobType__introText {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .p-jobType__introWrap--imgLeft .p-jobType__introRight .p-jobType__introCatch, .p-jobType__introWrap--imgRight .p-jobType__introRight .p-jobType__introCatch {
    margin: 0;
  }
  .p-jobType__introImg {
    width: 100%;
    margin-left: unset;
  }
  .p-jobType__section--gray .p-jobType__introImg,
  .p-jobType__section--teal .p-jobType__introImg {
    margin-left: auto;
    margin-right: auto;
  }
  .p-jobType__heroIntro {
    font-size: 1.6rem;
  }
  .p-jobType__introCatch {
    font-size: 2.5rem;
  }
  .p-jobType__sectionTitle {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
  .p-jobType__workTitle {
    font-size: 2.5rem;
  }
  .p-jobType__introRight .p-jobType__work,
  .p-jobType__workBtn {
    margin: 2rem 0 0 0;
  }
  .p-jobType__section--teal .p-jobType__workBtn,
  .p-jobType__section--blue .p-jobType__workBtn {
    display: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  /* p-jobType__daily コメントアウトに伴い無効化
  .p-jobType__dailyTitleText {
    font-size: 2.5rem;
  }

  .p-jobType__dailyContainer {
    grid-template-columns: 1fr;
  }
  */
}
body.interview .p-interview__heroImg {
  width: 46.4rem;
  max-width: 100%;
  height: auto;
}
body.interview .p-interview__lead {
  margin-bottom: 10rem;
  margin-top: 10rem;
}
body.interview .p-interview__leadText {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  color: #333;
  margin: 0;
}
body.interview .p-interview__cards {
  margin-bottom: 10rem;
}
body.interview .p-interview__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem 4rem;
}
body.interview .p-interview__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.interview .p-interview__card:hover {
  opacity: 0.85;
}
body.interview .p-interview__card:hover .p-interview__cardPhoto img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body.interview .p-interview__cardPhoto {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 39.2rem;
  height: auto;
  border-radius: 2rem;
  overflow: hidden;
}
body.interview .p-interview__cardPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
body.interview .p-interview__cardBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 1.5rem;
  margin-left: -6rem;
  padding-top: 3rem;
  position: relative;
  z-index: 1;
}
body.interview .p-interview__cardTitle {
  width: 24rem;
  padding: 1.5rem 2rem;
  border-radius: 1.2rem;
  background-color: #109078;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
}
body.interview .p-interview__cardTitle p {
  margin: 0;
  color: #fff;
  line-height: 1.3;
}
body.interview .p-interview__cardInfo {
  width: 24rem;
  margin-left: 2rem;
  padding: 1.5rem 2rem;
  border-radius: 1.2rem;
  background-color: rgba(16, 144, 120, 0.5);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
}
body.interview .p-interview__cardInfo p {
  margin: 0;
  color: #fff;
  line-height: 1.3;
}
body.interview .p-interview__card--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.interview .p-interview__card--reverse .p-interview__cardBody {
  margin-left: 0;
  margin-right: -6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.interview .p-interview__card--green .p-interview__cardTitle {
  background-color: #109078;
}
body.interview .p-interview__card--green .p-interview__cardTitle p {
  color: #fff;
}
body.interview .p-interview__card--green .p-interview__cardInfo {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 144, 120, 0.5)), to(rgba(16, 144, 120, 0.5))), #fff;
  background: linear-gradient(rgba(16, 144, 120, 0.5), rgba(16, 144, 120, 0.5)), #fff;
}
body.interview .p-interview__card--green .p-interview__cardInfo p {
  color: #fff;
}
body.interview .p-interview__card--blue .p-interview__cardTitle {
  background-color: #61b6f2;
}
body.interview .p-interview__card--blue .p-interview__cardTitle p {
  color: #fff;
}
body.interview .p-interview__card--blue .p-interview__cardInfo {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 182, 242, 0.7)), to(rgba(97, 182, 242, 0.7))), #fff;
  background: linear-gradient(rgba(97, 182, 242, 0.7), rgba(97, 182, 242, 0.7)), #fff;
}
body.interview .p-interview__card--blue .p-interview__cardInfo p {
  color: #fff;
}
body.interview .p-interview__card--yellow .p-interview__cardTitle {
  background-color: #f6dc64;
}
body.interview .p-interview__card--yellow .p-interview__cardTitle p {
  color: #fff;
}
body.interview .p-interview__card--yellow .p-interview__cardInfo {
  background-color: #f6dc64;
}
body.interview .p-interview__card--yellow .p-interview__cardInfo p {
  color: #fff;
}
body.interview .p-interview__card--teal .p-interview__cardTitle {
  background-color: #01d3c8;
}
body.interview .p-interview__card--teal .p-interview__cardTitle p {
  color: #fff;
}
body.interview .p-interview__card--teal .p-interview__cardInfo {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 211, 200, 0.65)), to(rgba(1, 211, 200, 0.65))), #fff;
  background: linear-gradient(rgba(1, 211, 200, 0.65), rgba(1, 211, 200, 0.65)), #fff;
}
body.interview .p-interview__card--teal .p-interview__cardInfo p {
  color: #fff;
}
body.interview .p-interview__card--gray .p-interview__cardTitle {
  background-color: #bebebe;
}
body.interview .p-interview__card--gray .p-interview__cardTitle p {
  color: #fff;
}
body.interview .p-interview__card--gray .p-interview__cardInfo {
  background-color: #545454;
}
body.interview .p-interview__card--gray .p-interview__cardInfo p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  body.interview .p-interview__heroImg {
    width: 17.7rem;
    max-width: 100%;
  }
  body.interview .p-interview__lead {
    margin-bottom: 4rem;
  }
  body.interview .p-interview__leadText {
    font-size: 1.6rem;
  }
  body.interview .p-interview__cards {
    margin-bottom: 6rem;
  }
  body.interview .p-interview__list {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  body.interview .p-interview__card,
  body.interview .p-interview__card--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.interview .p-interview__cardPhoto {
    width: 100%;
    height: auto;
    aspect-ratio: 340/255;
  }
  body.interview .p-interview__cardBody {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  body.interview .p-interview__card--reverse .p-interview__cardBody {
    margin-left: 0;
    margin-right: 0;
  }
  body.interview .p-interview__cardTitle {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.6rem;
  }
  body.interview .p-interview__cardInfo {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.4rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
body.interview-detail .p-interviewDetail__profile {
  margin-bottom: 6rem;
}
body.interview-detail .p-interviewDetail__profileInner {
  max-width: 100rem;
  margin: 10rem auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.interview-detail .p-interviewDetail__profilePhoto {
  width: 63.5rem;
  margin-top: 7rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3.6rem;
}
body.interview-detail .p-interviewDetail__profilePhoto img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
body.interview-detail .p-interviewDetail__profileInfo {
  width: 50rem;
  margin-left: -5rem;
  padding-top: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.interview-detail .p-interviewDetail__profileCatch {
  margin-bottom: 2.5rem;
  padding: 2.5rem 3rem;
  border-radius: 2.2rem;
  background-color: #109078;
}
body.interview-detail .p-interviewDetail__profileCatch p {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5;
}
body.interview-detail .p-interviewDetail__profileTags {
  padding-left: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(15rem);
          transform: translateX(15rem);
}
body.interview-detail .p-interviewDetail__profileTagRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.interview-detail .p-interviewDetail__profileTag {
  padding: 1.5rem 3rem;
  display: inline-block;
  border-radius: 1rem;
  background-color: rgba(16, 144, 120, 0.5);
  color: #fff;
  white-space: nowrap;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.4;
}
body.interview-detail .p-interviewDetail__profileTag--gray {
  background-color: #bebebe;
  white-space: normal;
}
body.interview-detail .p-interviewDetail__qa {
  margin-bottom: 6rem;
}
body.interview-detail .p-interviewDetail__qaList {
  max-width: 90rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.interview-detail .p-interviewDetail__qaItem {
  width: 100%;
}
body.interview-detail .p-interviewDetail__qaQuestion {
  margin-bottom: 2rem;
  padding: 1rem 5rem 1rem 1rem;
  border: 1px solid #109078;
  border-radius: 1rem;
  background-color: #fff;
}
body.interview-detail .p-interviewDetail__qaQuestion p {
  margin: 0;
  color: #109078;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.5;
}
body.interview-detail .p-interviewDetail__qaAnswer {
  color: #333;
  font-size: 2rem;
  line-height: 1.5;
}
body.interview-detail .p-interviewDetail__qaAnswer p {
  margin: 0;
}
body.interview-detail .p-interviewDetail__qaAnswerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.interview-detail .p-interviewDetail__qaImage {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 2.4rem;
}
body.interview-detail .p-interviewDetail__qaImage img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
body.interview-detail .p-interviewDetail__qaItem--withImageRight .p-interviewDetail__qaAnswerWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.interview-detail .p-interviewDetail__qaItem--withImageRight .p-interviewDetail__qaAnswer {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.interview-detail .p-interviewDetail__qaItem--withImageRight .p-interviewDetail__qaImage {
  width: 43.4rem;
}
body.interview-detail .p-interviewDetail__qaItem--withImageLeft .p-interviewDetail__qaAnswerWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.interview-detail .p-interviewDetail__qaItem--withImageLeft .p-interviewDetail__qaImage {
  width: 32.6rem;
}
body.interview-detail .p-interviewDetail__qaItem--withImageLeft .p-interviewDetail__qaAnswer {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.interview-detail .p-interviewDetail__message {
  margin-bottom: 16rem;
}
body.interview-detail .p-interviewDetail__messageInner {
  max-width: 100rem;
  margin: 0 auto;
  border-radius: 3.6rem;
  background-color: #f7f7f7;
  text-align: center;
}
body.interview-detail .p-interviewDetail__messageIcon {
  width: 24.55rem;
  height: 6.04rem;
  margin: 0 auto -1rem;
  display: block;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body.interview-detail .p-interviewDetail__messageHeading {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.interview-detail .p-interviewDetail__messageHeading h2 {
  margin: 0;
  color: #109078;
  white-space: nowrap;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.67;
}
body.interview-detail .p-interviewDetail__messageSlash {
  width: 0.5rem;
  height: 4.7rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #109078;
  vertical-align: middle;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
body.interview-detail .p-interviewDetail__messageSlash--right {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
body.interview-detail .p-interviewDetail__messageBox {
  padding: 0 5.2rem 5rem;
}
body.interview-detail .p-interviewDetail__messageText {
  margin: 0;
  color: #333;
  text-align: left;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body.interview-detail .c-innerHero--headingImg.p-interview__heroImg, body.interview-detail .p-interview__heroImg {
    width: 17.7rem;
    max-width: 100%;
  }
  body.interview-detail .p-interviewDetail__profileInner {
    max-width: 100%;
    margin: 4rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.interview-detail .p-interviewDetail__profilePhoto {
    width: 100%;
    margin-top: 0;
    border-radius: 2.4rem;
  }
  body.interview-detail .p-interviewDetail__profileInfo {
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
    padding: 0 1.6rem;
    position: static;
  }
  body.interview-detail .p-interviewDetail__profileCatch {
    padding: 2rem 2.4rem;
    border-radius: 1.6rem;
  }
  body.interview-detail .p-interviewDetail__profileCatch p {
    font-size: 2.5rem;
  }
  body.interview-detail .p-interviewDetail__profileTags {
    padding-left: 0;
    gap: 1rem;
    -webkit-transform: unset;
            transform: unset;
  }
  body.interview-detail .p-interviewDetail__profileTag {
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
  body.interview-detail .p-interviewDetail__qaList {
    max-width: 100%;
    gap: 4rem;
  }
  body.interview-detail .p-interviewDetail__qaQuestion {
    padding: 1rem 2rem 1rem 1rem;
  }
  body.interview-detail .p-interviewDetail__qaQuestion p {
    font-size: 2rem;
  }
  body.interview-detail .p-interviewDetail__messageHeading h2 {
    font-size: 2.4rem;
    line-height: 1.67;
  }
  body.interview-detail .p-interviewDetail__qaAnswer {
    font-size: 1.6rem;
  }
  body.interview-detail .p-interviewDetail__qaAnswerWrap {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.interview-detail .p-interviewDetail__qaItem--withImageRight .p-interviewDetail__qaAnswerWrap, body.interview-detail .p-interviewDetail__qaItem--withImageLeft .p-interviewDetail__qaAnswerWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.interview-detail .p-interviewDetail__qaItem--withImageRight .p-interviewDetail__qaImage, body.interview-detail .p-interviewDetail__qaItem--withImageLeft .p-interviewDetail__qaImage {
    width: 100%;
  }
  body.interview-detail .p-interviewDetail__message {
    margin-bottom: 5.6rem;
  }
  body.interview-detail .p-interviewDetail__messageIcon {
    width: 18rem;
    height: auto;
  }
  body.interview-detail .p-interviewDetail__messageHeading {
    margin-bottom: 0;
    gap: 1.5rem;
  }
  body.interview-detail .p-interviewDetail__messageSlash {
    width: 0.35rem;
    height: 3.2rem;
  }
  body.interview-detail .p-interviewDetail__messageBox {
    padding: 1rem 2.4rem 3rem;
    border-radius: 2.4rem;
  }
  body.interview-detail .p-interviewDetail__messageText {
    font-size: 1.4rem;
  }
}
.p-interviewDetail__content {
  max-width: 90rem;
  margin: 0 auto;
}
.p-interviewDetail__content h2 {
  margin-bottom: 2rem;
  padding: 1rem 5rem 1rem 1rem;
  border: 1px solid #109078;
  border-radius: 1rem;
  background-color: #fff;
  color: #109078;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.5;
}
.p-interviewDetail__content h2:not(:first-child) {
  margin-top: 1.5em;
}
.p-interviewDetail__content p {
  color: #333;
  font-size: 2rem;
  line-height: 1.5;
}
.p-interviewDetail__content .wp-block-media-text {
  gap: 1.6rem;
}
.p-interviewDetail__content .wp-block-media-text__content {
  padding: 0;
  -ms-flex-item-align: start;
      align-self: start;
}
.p-interviewDetail__content .wp-block-media-text__media {
  overflow: hidden;
  border-radius: 2.4rem;
}
.p-interviewDetail__content .wp-block-image {
  overflow: hidden;
  border-radius: 2.4rem;
}
.p-interviewDetail__content .wp-block-image:not(:first-child) {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .p-interviewDetail__content h2 {
    padding: 1rem;
    font-size: 2rem;
  }
  .p-interviewDetail__content p {
    font-size: 1.6rem;
  }
}
body.numbers .p-numbers__heroImg {
  width: 56.9rem;
  max-width: 100%;
  height: auto;
}
body.numbers .p-numbers__lead {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
body.numbers .p-numbers__leadText {
  margin: 0;
  color: #333;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
body.numbers .p-numbers__content {
  margin-bottom: 10rem;
}
body.numbers .p-numbers__figure {
  max-width: 120rem;
  margin: 0 auto;
  text-align: center;
}
body.numbers .p-numbers__figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
body.numbers .p-numbers__schools {
  max-width: 120rem;
  margin: 13rem auto 0;
  padding: 5rem 4rem;
  border-radius: 2rem;
  background-color: #f3f3f3;
  text-align: center;
}
body.numbers .p-numbers__schoolsTitle {
  margin: 0 0 3rem;
  color: #109078;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.3;
}
body.numbers .p-numbers__schoolsListWrap {
  max-width: 72rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.numbers .p-numbers__schoolsList {
  max-width: 72rem;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
body.numbers .p-numbers__schoolsList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
body.numbers .p-numbers__schoolsList li:nth-child(n+5) {
  margin-top: -1.2rem;
}
body.numbers .p-numbers__schoolTag {
  padding: 1rem 2.4rem;
  display: inline-block;
  border-radius: 10rem;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4;
}
body.numbers .p-numbers__schoolsEtc {
  width: 7rem;
  display: inline-block;
  color: #333;
  white-space: nowrap;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body.numbers .c-innerHero .c-innerHero--headingImg.p-numbers__heroImg {
    width: 21.6rem;
    max-width: 100%;
  }
  body.numbers .p-numbers__lead {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  body.numbers .p-numbers__leadText {
    font-size: 1.6rem;
  }
  body.numbers .p-numbers__content {
    margin-bottom: 5.6rem;
  }
  body.numbers .p-numbers__content .l-main__container {
    padding-right: 0;
    padding-left: 0;
  }
  body.numbers .p-numbers__figure {
    max-width: 100%;
  }
  body.numbers .p-numbers__schools {
    max-width: 100%;
    margin: 5rem 2.5rem 0;
    margin-top: 5rem;
    padding: 3rem 2rem;
    border-radius: 1.3rem;
  }
  body.numbers .p-numbers__schoolsTitle {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  body.numbers .p-numbers__schoolsListWrap {
    max-width: 100%;
    gap: 1.2rem 1.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.numbers .p-numbers__schoolsList {
    max-width: 100%;
    gap: 1.2rem 1.6rem;
  }
  body.numbers .p-numbers__schoolsList li:nth-child(n+5) {
    margin-top: -0.6rem;
  }
  body.numbers .p-numbers__schoolTag {
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
  }
  body.numbers .p-numbers__schoolsEtc {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 1.4rem;
  }
}
body.benefit .p-benefit__heroImg {
  width: 125.2rem;
  max-width: 100%;
  height: auto;
}
body.benefit .p-benefit__office {
  margin-bottom: 10rem;
  padding-top: 4rem;
  overflow-x: hidden;
}
body.benefit .p-benefit__officeMainTitle {
  margin-bottom: 6rem;
  color: #109078;
  text-align: center;
  letter-spacing: 0.3em;
  font-weight: 700;
  font-size: 5.4rem;
}
body.benefit .p-benefit__officeSection {
  margin-bottom: 8rem;
}
body.benefit .p-benefit__officeSection:last-child {
  margin-bottom: 0;
}
body.benefit .p-benefit__officeTitle {
  width: 120rem;
  max-width: 100%;
  margin-bottom: 6.8rem;
  padding: 1rem;
  border: 1px solid #109078;
  border-radius: 1rem;
  background-color: #fff;
}
body.benefit .p-benefit__officeTitleText {
  margin: 0;
  color: #109078;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4;
}
body.benefit .p-benefit__officePhoto {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0;
}
body.benefit .p-benefit__officePhoto img {
  width: 100%;
  height: auto;
  display: block;
}
body.benefit .p-benefit__officePhoto--first {
  margin-right: calc(50% - 50vw - 2rem);
}
body.benefit .p-benefit__officePhoto--second {
  margin-right: calc(50% - 50vw - 2rem);
}
body.benefit .p-benefit__officePhoto--third {
  width: calc(100% + 10rem);
  margin-left: -5rem;
}
body.benefit .p-benefit__officePhoto--fourth {
  width: calc(100% + 7.9rem);
}
body.benefit .p-benefit__benefits {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
body.benefit .p-benefit__benefitsHeading {
  margin-bottom: 3rem;
  position: relative;
  text-align: center;
}
body.benefit .p-benefit__benefitsEn {
  width: 66.5rem;
  max-width: 100%;
  height: auto;
  margin: 0 auto 1rem;
  display: block;
}
body.benefit .p-benefit__benefitsTitle {
  margin: 0;
  color: #109078;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
}
body.benefit .p-benefit__benefitsGrid {
  margin-bottom: 2.4rem;
  display: grid;
  gap: 2.4rem;
  grid-template-columns: repeat(3, 36rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.benefit .p-benefit__benefitsCard {
  height: 10rem;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.6rem;
  background-color: #dbeeeb;
}
body.benefit .p-benefit__benefitsIcon {
  width: 8.7rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.benefit .p-benefit__benefitsIcon img {
  width: auto;
  max-width: 100%;
  height: 6rem;
  max-height: 100%;
  display: block;
}
body.benefit .p-benefit__benefitsLabel {
  margin: 0;
  color: #000;
  white-space: nowrap;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.4;
}
body.benefit .p-benefit__benefitsCardWide {
  width: 74.4rem;
  max-width: 76rem;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.6rem;
  background-color: #dbeeeb;
}
body.benefit body.benefit .c-recruitNavi {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  body.benefit .p-benefit__heroImg {
    width: 47.6rem;
    max-width: 100%;
  }
  body.benefit .p-benefit__officePhoto--first, body.benefit .p-benefit__officePhoto--second {
    width: 100%;
    margin-right: 0;
  }
  body.benefit .p-benefit__officePhoto--third {
    width: 100%;
    margin-left: 0;
  }
  body.benefit .p-benefit__officePhoto--fourth {
    width: 100%;
    max-width: 100%;
  }
  body.benefit .p-benefit__officeMainTitle {
    margin-bottom: 4rem;
    letter-spacing: 0.2em;
    font-size: 3rem;
  }
  body.benefit .p-benefit__officeTitle {
    width: 100%;
    margin-bottom: 2.8rem;
  }
  body.benefit .p-benefit__officeTitleText {
    font-size: 1.5rem;
  }
  body.benefit .p-benefit__officeSection {
    margin-top: 0;
    margin-bottom: 7rem;
  }
  body.benefit .p-benefit__benefits {
    padding-top: 0;
  }
  body.benefit .p-benefit__benefitsGrid {
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }
  body.benefit .p-benefit__benefitsCard {
    height: auto;
    min-height: 7.5rem;
    padding: 0.5rem 1em;
    gap: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  body.benefit .p-benefit__benefitsIcon {
    height: unset;
  }
  body.benefit .p-benefit__benefitsLabel {
    white-space: normal;
    font-size: 1.8rem;
  }
  body.benefit .p-benefit__benefitsCardWide {
    width: 100%;
    max-width: 100%;
    min-height: 7.5rem;
    padding: 0.5rem;
    gap: 2rem;
    gap: 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  body.benefit .p-benefit__benefitsCardWide .p-benefit__benefitsLabel {
    letter-spacing: 0;
    font-size: 1.8rem;
  }
  body.benefit .p-benefit__benefitsCardWide .p-benefit__benefitsIcon {
    width: 5.6rem;
  }
  body.benefit .p-benefit__benefitsEn {
    width: 100%;
  }
  body.benefit .c-recruitNavi {
    margin-top: 5rem;
  }
}
body.works .p-achievements__heroImg {
  width: 68rem;
}
body.works .p-achievements__filter {
  margin-top: 6rem;
  padding-top: 5rem;
  border-top: 1px solid #bebebe;
}
body.works .p-achievements__filterRow {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.works .p-achievements__filterRow:first-child {
  margin-top: 0;
}
body.works .p-achievements__filterRow + body.works .p-achievements__filterRow {
  margin-top: 2rem;
}
body.works .p-achievements__filterLabel {
  width: 7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.8rem;
  line-height: 1.667;
}
body.works .p-achievements__filterList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
body.works .p-achievements__filterItem {
  min-width: 4rem;
  height: 4rem;
  padding: 0 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #109078;
  border-radius: 2rem;
  background-color: #fff;
  color: #109078;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
body.works .p-achievements__filterItem.is-active {
  border-color: #109078;
  background-color: #109078;
  color: #fff;
}
body.works .p-achievements__filterItem:hover {
  opacity: 0.8;
}
body.works .p-achievements__filterRow--area .p-achievements__filterItem {
  border-color: #e5bc00;
  color: #e5bc00;
}
body.works .p-achievements__filterRow--area .p-achievements__filterItem.is-active {
  border-color: #e5bc00;
  background-color: #e5bc00;
  color: #fff;
}
body.works .p-achievements__filterBottom {
  margin-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #bebebe;
}
body.works .p-achievements__grid {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem 6.1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.works .p-achievements__card {
  width: calc((100% - 12.2rem) / 3);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.works .p-achievements__card:hover {
  opacity: 0.8;
}
body.works .p-achievements__cardImg {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 367/240;
}
body.works .p-achievements__cardImg img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
body.works .p-achievements__cardImg:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body.works .p-achievements__cardBody {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.works .p-achievements__cardMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.works .p-achievements__cardDate {
  font-size: 2rem;
  line-height: 1;
}
body.works .p-achievements__cardTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.works .p-achievements__cardTag {
  height: 2.4rem;
  padding: 0 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.2rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
body.works .p-achievements__cardTag--genre {
  background-color: #109078;
}
body.works .p-achievements__cardTag--area {
  background-color: #e5bc00;
}
body.works .p-achievements__cardTitle {
  margin: 0;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
}
body.works .p-achievements__pager {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.works .p-achievements__pagerItem {
  width: 4rem;
  height: 4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2rem;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
body.works .p-achievements__pagerItem--current {
  background-color: #109078;
  color: #fff;
}
body.works .p-achievements__pagerItem--other {
  border: 1px solid #109078;
  background-color: #fff;
  color: #109078;
}
body.works .p-achievements__pagerItem--other:hover {
  background-color: #109078;
  color: #fff;
}
body.works .p-achievements__pagerItem--dots {
  color: #000;
  font-size: 2rem;
}
body.works .p-achievements__linkArea {
  margin-top: 10rem;
  padding-top: 10rem;
  border-top: 1px solid #bebebe;
}
body.works .p-achievements__linkList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.6rem;
  list-style: none;
}
body.works .p-achievements__linkCard {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1rem;
  text-decoration: none;
}
body.works .p-achievements__linkCard:hover {
  opacity: 0.85;
}
body.works .p-achievements__linkCardImg {
  width: 100%;
  display: block;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 366/180;
}
body.works .p-achievements__linkCardLabel {
  min-width: 23rem;
  padding: 1.2rem 2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem;
  background-color: #fff;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.works .p-achievements__linkCardLabelText {
  color: #000;
  font-size: 2rem;
  line-height: 1.5;
}
body.works .p-achievements__linkCardLabelArrow {
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
}

.p-achievements__modal .c-modal__content {
  width: auto;
  max-width: 90%;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .p-achievements__modal .c-modal__content {
    width: 100%;
  }
}
.p-achievements__modal .c-modal__content--inner {
  max-width: 64rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-achievements__modalBody {
  width: 100%;
}
.p-achievements__modalSlider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1rem;
}
.p-achievements__modalSlider .swiper {
  overflow: hidden;
  border-radius: 1rem;
}
.p-achievements__modalSlider .swiper-slide {
  height: auto;
  max-height: calc(100vh - 262px);
}
.p-achievements__modalSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-achievements__modal .p-achievements__modalPrev, .p-achievements__modal .p-achievements__modalNext, .p-achievements__modal .swiper-button-prev, .p-achievements__modal .swiper-button-next {
  width: 5.3rem;
  height: 5.3rem;
  padding: 0;
  top: 39%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: #109078;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
}
.p-achievements__modal .p-achievements__modalPrev::after, .p-achievements__modal .p-achievements__modalNext::after, .p-achievements__modal .swiper-button-prev::after, .p-achievements__modal .swiper-button-next::after {
  content: "";
  display: none;
}
.p-achievements__modal .p-achievements__modalPrev::before, .p-achievements__modal .p-achievements__modalNext::before, .p-achievements__modal .swiper-button-prev::before, .p-achievements__modal .swiper-button-next::before {
  content: "<";
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
}
.p-achievements__modal .p-achievements__modalPrev.swiper-button-disabled, .p-achievements__modal .p-achievements__modalNext.swiper-button-disabled, .p-achievements__modal .swiper-button-prev.swiper-button-disabled, .p-achievements__modal .swiper-button-next.swiper-button-disabled {
  background-color: #fff;
  opacity: 1;
}
.p-achievements__modal .p-achievements__modalPrev.swiper-button-disabled::before, .p-achievements__modal .p-achievements__modalNext.swiper-button-disabled::before, .p-achievements__modal .swiper-button-prev.swiper-button-disabled::before, .p-achievements__modal .swiper-button-next.swiper-button-disabled::before {
  color: #109078;
}
.p-achievements__modal .p-achievements__modalNext {
  right: -8rem;
}
.p-achievements__modal .p-achievements__modalPrev {
  left: -8rem;
}
.p-achievements__modal .swiper-button-next::before {
  content: ">";
}
.p-achievements__modal .swiper-pagination, .p-achievements__modalModalPagination {
  margin-top: 1.4rem;
  position: relative;
  bottom: auto !important;
  line-height: 0;
}
.p-achievements__modal .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
  opacity: 1;
}
.p-achievements__modal .swiper-pagination-bullet-active {
  border-color: #f6dc64;
  background-color: #f6dc64;
}
.p-achievements__modalCaption {
  width: 100%;
  margin-top: 2.4rem;
  padding: 3.2rem;
  border-radius: 1rem;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-achievements__modalName {
  margin: 0 0 0.4rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-achievements__modalText {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.75;
}
.p-achievements__lead {
  font-size: 2.4rem;
  line-height: 1.25;
}
.p-achievements-achievements__content {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  body.works .p-achievements__heroImg {
    width: 41.4rem;
    max-width: 100%;
  }
  body.works .p-achievements__modal .c-modal__content--inner {
    width: 100%;
  }
  body.works .p-achievements__filter {
    margin-top: 2rem;
    padding-top: 3rem;
  }
  body.works .p-achievements__filterRow {
    gap: 1.2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.works .p-achievements__filterList {
    gap: 1rem;
  }
  body.works .p-achievements__filterItem {
    height: 3.4rem;
    padding: 0 1.2rem;
    font-size: 1.4rem;
  }
  body.works .p-achievements__filterBottom {
    padding-bottom: 0;
  }
  body.works .p-achievements__grid {
    gap: 4rem;
  }
  body.works .p-achievements__card {
    width: 100%;
  }
  body.works .p-achievements__cardTitle {
    font-size: 1.6rem;
    font-size: 1.6rem;
  }
  body.works .p-achievements__pager {
    margin-top: 6rem;
  }
  body.works .p-achievements__linkList {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.works .p-achievements__linkArea {
    margin-top: 6rem;
    padding-top: 6rem;
  }
  body.works .p-achievements__lead {
    font-size: 1.6rem;
  }
  body.works .p-achievements__content {
    padding-top: 4rem;
  }
  body.works .p-achievements__modal .c-modal__content--inner {
    max-height: calc(100vh - 4rem);
    padding: 2rem 0;
    overflow-y: auto;
  }
  body.works .p-achievements__modalBody {
    position: relative;
    gap: 0;
  }
  body.works .p-achievements__modalSlider {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 0.5rem;
  }
  body.works .p-achievements__modalSlider .swiper {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
  }
  body.works .p-achievements__modalSlider .swiper-slide {
    width: 100%;
    min-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body.works .p-achievements__modalSlider .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.works .p-achievements__modal .p-achievements__modalPrev, body.works .p-achievements__modal .p-achievements__modalNext, body.works .p-achievements__modal .swiper-button-prev, body.works .p-achievements__modal .swiper-button-next {
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 57%;
    z-index: 2;
    font-size: 1.6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body.works .p-achievements__modal .p-achievements__modalPrev::before, body.works .p-achievements__modal .p-achievements__modalNext::before, body.works .p-achievements__modal .swiper-button-prev::before, body.works .p-achievements__modal .swiper-button-next::before {
    font-size: 1.2rem;
  }
  body.works .p-achievements__modal .p-achievements__modalPrev, body.works .p-achievements__modal .swiper-button-prev {
    right: auto;
    left: -3.2rem;
    display: none;
  }
  body.works .p-achievements__modal .p-achievements__modalNext, body.works .p-achievements__modal .swiper-button-next {
    right: -3.2rem;
    left: auto;
    display: none;
  }
  body.works .p-achievements__modalCaption {
    margin-top: 1.4rem;
    padding: 2rem 1.6rem;
  }
  body.works .p-achievements__modalName {
    font-size: 1.6rem;
  }
  body.works .p-achievements__modalText {
    font-size: 1.4rem;
  }
  body.works .p-achievements__modal .swiper-pagination, body.works .p-achievements__modalModalPagination {
    margin-top: 1rem;
  }
}
.p-privacy__headingSvg {
  width: 66.3rem;
}
.p-privacy__content {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
  padding: 6rem 5rem 10rem;
}
.p-privacy__section + .p-privacy__section {
  margin-top: 5.6rem;
}
.p-privacy__title {
  margin-bottom: 1.6rem;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.7;
  color: #109078;
}
.p-privacy__text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}
.p-privacy__text p + p {
  margin-top: 0;
}
.p-privacy__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-privacy__list li {
  padding-left: 1em;
  position: relative;
  font-size: 2rem;
  line-height: 1.7;
}
.p-privacy__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-privacy__contact {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 400;
}
.p-privacy__contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-privacy__contact ul li {
  padding-left: 1em;
  position: relative;
}
.p-privacy__contact ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-privacy__headingSvg {
    width: 25.2rem;
    max-width: 100%;
  }
  .p-privacy__content {
    padding: 4rem 2.5rem 6rem;
  }
  .p-privacy__section + .p-privacy__section {
    margin-top: 4rem;
  }
  .p-privacy__title {
    font-size: 2.5rem;
  }
  .p-privacy__text {
    font-size: 1.4rem;
  }
  .p-privacy__list li {
    font-size: 1.6rem;
  }
  .p-privacy__contact {
    font-size: 1.6rem;
  }
}
.p-contact__headingSvg {
  width: 37.3rem;
}
.p-contact__intro {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6rem;
  text-align: center;
}
.p-contact__introMain {
  color: #000;
  font-size: 1.8rem;
  line-height: 2;
}
.p-contact__introNote {
  margin-top: 2.4rem;
  margin-bottom: 4.8rem;
  padding: 2rem 3rem;
  display: inline-block;
  border-radius: 0.8rem;
  background-color: #f3f3f3;
  color: #109078;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-contact .c-steps {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}
.p-contact__form {
  max-width: 82rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8rem;
}
.p-contact__field + .p-contact__field {
  margin-top: 3.2rem;
}
.p-contact__label {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-weight: 500;
  font-size: 1.6rem;
}
.p-contact__input, .p-contact__textarea, .p-contact__select {
  width: 100%;
  padding: 1.2rem 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d1d1d1;
  border-radius: 0.4rem;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.p-contact__input:focus, .p-contact__textarea:focus, .p-contact__select:focus {
  outline: none;
  border-color: #ccc;
}
.p-contact__textarea {
  min-height: 20rem;
  resize: vertical;
}
.p-contact__select {
  width: 13.4rem;
  padding-right: 4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%239A9A9A' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-position: right 1.6rem center;
  background-size: 1.2rem;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact__select.is-placeholder {
  color: #9a9a9a;
}
.p-contact__areaNote {
  margin-top: 1.2rem;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.7;
}
.p-contact__areaNote a {
  color: #109078;
  text-decoration: underline;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
  font-size: 87.5%;
}
.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 1.6rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-contact__headingSvg {
    width: 16rem;
    max-width: 100%;
  }
  .p-contact__intro {
    padding-top: 4rem;
  }
  .p-contact__introMain {
    text-align: left;
    font-size: 1.4rem;
  }
  .p-contact__introNote {
    padding: 1.6rem 2rem;
    font-size: 1.3rem;
  }
  .p-contact .c-steps {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .p-contact__form {
    padding-bottom: 5.6rem;
  }
  .p-contact__field + .p-contact__field {
    margin-top: 2.4rem;
  }
  .p-contact__select {
    width: 100%;
    max-width: 100%;
  }
  body.contact .c-formSubmit {
    width: 100%;
    max-width: 30rem;
  }
}/*# sourceMappingURL=style.css.map */