@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
dd,
dt {
  margin: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

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

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

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: bolder;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
  backface-visibility: hidden;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.9375rem;
  }
}

.l-inner {
  width: calc(100vw - 100px);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-inner {
    width: calc(100vw - 60px);
  }
}

.c-noPost {
  width: 100%;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-noPost {
    padding: 70px 0;
  }
}

.c-Gutenberg {
  font-weight: 400;
}
.c-Gutenberg h1 {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.c-Gutenberg h2 {
  margin-top: 30px;
  font-size: 1.3125rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.7;
}
.c-Gutenberg h3 {
  margin-top: 30px;
  padding: 12px 20px 12px 20px;
  font-size: 1.125rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.7;
  background-color: #F5F5F5;
  border-left: solid 8px #2E3133;
}
.c-Gutenberg h4 {
  margin-top: 30px;
  padding: 10px 20px 10px;
  font-size: 1.25rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.7;
  border-top: 1px dashed #4C4C4C;
  border-bottom: 1px dashed #4C4C4C;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-Gutenberg h4 {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}
.c-Gutenberg h5 {
  margin-top: 30px;
  font-size: 1.125rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-Gutenberg h5 {
    margin-bottom: 15px;
    font-size: 0.9375rem;
  }
}
.c-Gutenberg h6 {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-Gutenberg h6 {
    font-size: 0.875rem;
  }
}
.c-Gutenberg p {
  margin-top: 30px;
}
.c-Gutenberg ul {
  margin-top: 30px;
  padding: 0 0 0 0.4em;
  list-style: none;
}
.c-Gutenberg ul li {
  margin: 0 0 6px;
  padding-left: 1em;
  position: relative;
}
.c-Gutenberg ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-Gutenberg ol {
  margin-top: 30px;
  padding: 0 0 0 2rem;
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .c-Gutenberg ol {
    margin-bottom: 25px;
  }
}
.c-Gutenberg ol li {
  margin: 0 0 6px;
}
.c-Gutenberg img {
  margin-top: 30px;
  width: max-content;
  max-width: 100%;
  height: auto;
}
.c-Gutenberg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-Gutenberg img.alignright {
  float: right;
  margin-left: 1.5em;
}
.c-Gutenberg img.alignleft {
  float: left;
  margin-right: 1.5em;
}
.c-Gutenberg a img {
  transition: 0.3s ease-out;
}
.c-Gutenberg a:hover img {
  opacity: 0.7;
}
.c-Gutenberg a {
  padding: 0 0 0 15px;
  color: #2E3133;
  text-decoration: underline;
  word-break: break-all;
  position: relative;
  z-index: 0;
}
@media (hover: hover) {
  .c-Gutenberg a:hover:hover {
    text-decoration: none;
  }
}
.c-Gutenberg .wp-block-button__link {
  min-width: 172px;
  padding: calc(0.6em + 2px) calc(1.6em + 2px);
  font-size: inherit;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  transition: 0.2s;
}
@media (hover: hover) {
  .c-Gutenberg .wp-block-button__link:hover:hover {
    opacity: 0.75;
  }
}
.c-Gutenberg .wp-block-button__link[href$=".pdf"] {
  padding: calc(0.25em + 2px) calc(1.6em + 2px) calc(0.35em + 2px);
}
.c-Gutenberg .wp-block-file {
  font-size: initial;
}
.c-Gutenberg .wp-block-file__button {
  margin-left: 1em;
  padding: calc(0.2em + 2px) calc(1.5em + 2px);
  font-size: inherit;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  transition: 0.2s;
}
.c-Gutenberg .wp-block-file__button::before {
  content: none;
}
@media (hover: hover) {
  .c-Gutenberg .wp-block-file__button:hover:hover {
    opacity: 0.75;
  }
}
.c-Gutenberg .wp-block-buttons .wp-block-button__link {
  color: #fff;
}
.c-Gutenberg .wp-block-buttons .wp-block-button__link::before {
  content: none;
}
.c-Gutenberg blockquote {
  margin-top: 30px;
  padding: 20px 30px;
  background: #F6F8FC;
  border-radius: 10px;
}
.c-Gutenberg blockquote p:first-child {
  margin-top: 0;
}
.c-Gutenberg pre {
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  white-space: inherit;
}
.c-Gutenberg iframe,
.c-Gutenberg .wp-block-embed__wrapper iframe,
.c-Gutenberg .is-type-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}
.c-Gutenberg .wp-block-flexible-table-block-table {
  color: #2E3133;
}
.c-Gutenberg table {
  margin-top: 30px;
  border: solid 1px rgba(36, 36, 34, 0.2);
}
.c-Gutenberg table th {
  padding: 15px 15px;
  border: solid 1px rgba(36, 36, 34, 0.2);
}
.c-Gutenberg table td {
  padding: 15px 15px;
  border: solid 1px rgba(36, 36, 34, 0.2);
}
.c-Gutenberg .post-password-form p {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px 15px;
}
.c-Gutenberg .post-password-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-Gutenberg .post-password-form input[type=password] {
  width: 100%;
  max-width: 265px;
  padding: 6px 20px 7px;
  background-color: #F5F5F5;
  border: solid 1px #B2B2B2;
  border-radius: 5px;
}
.c-Gutenberg .post-password-form input[type=submit] {
  width: 94px;
  padding: 6px 20px 7px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  background-color: #479F89;
  border-radius: 5px;
}

.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form textarea {
  width: 100%;
  padding: 7px 20px 6px;
  background-color: #F5F5F5;
  border: solid 1px #CCCCCC;
  border-radius: 4px;
}
.c-form input[type=text].short,
.c-form input[type=email].short,
.c-form input[type=tel].short,
.c-form textarea.short {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .c-form input[type=text].short,
  .c-form input[type=email].short,
  .c-form input[type=tel].short,
  .c-form textarea.short {
    max-width: calc(100% - 2rem);
  }
}
.c-form textarea {
  height: 11.5rem;
  padding: 15px 20px;
}
.c-form label {
  display: inline-block;
  position: relative;
}
.c-form .require, .c-form .option {
  margin: 0;
  padding: 4px 3px 3px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #fff;
  font-size: 0.8125rem;
  text-align: center;
  background-color: #2E3133;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
.c-form .option {
  background-color: #666;
}
.c-form input[type=radio] {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  position: absolute;
  opacity: 0;
}
.c-form input[type=radio]:focus-visible + span {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
}
.c-form input[type=radio] + span {
  position: relative;
  display: flex;
  vertical-align: bottom;
  cursor: pointer;
}
.c-form input[type=radio] + span:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 12px;
  border-radius: 50%;
  display: inline-block;
  border: solid 1px #CCCCCC;
  background-color: #fff;
  font-weight: 400;
  vertical-align: bottom;
  flex-shrink: 0;
}
.c-form input[type=radio] + span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2E3133;
  position: absolute;
  top: 7px;
  left: 5px;
  transition: 0.1s;
  opacity: 0;
}
.c-form input[type=radio]:checked + span:before {
  border-color: #2E3133;
}
.c-form input[type=radio]:checked + span:after {
  opacity: 1;
}
.c-form input[type=radio]:focus + span:after {
  opacity: 1;
}
.c-form input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.c-form input[type=checkbox]:focus-visible + span {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
}
.c-form input[type=checkbox] + span {
  line-height: 1.6;
  display: flex;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.c-form input[type=checkbox] + span:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-top: 3px;
  border: solid 1px #CCCCCC;
  background-color: #F5F5F5;
  border-radius: 3px;
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  vertical-align: bottom;
  flex-shrink: 0;
}
.c-form input[type=checkbox] + span:after {
  content: "";
  width: 6px;
  height: 11px;
  border-right: solid 2px #2E3133;
  border-bottom: solid 2px #2E3133;
  position: absolute;
  left: 5px;
  top: 4px;
  transform: rotate(45deg);
  transition: 0.05s;
  opacity: 0;
}
.c-form input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.c-form .wpcf7-form-control-wrap {
  display: block;
}
.c-form .error1 .wpcf7-not-valid-tip {
  display: none;
}
.c-form .error1 .error {
  margin: 15px 0 0 0;
  display: none;
}
.c-form .error1:has(.wpcf7-not-valid-tip) .error {
  display: block;
}
.c-form span.error, .c-form .wpcf7-not-valid-tip {
  width: 100%;
  margin-top: 5px;
  color: #2E3133;
  font-weight: 600;
  display: block;
  position: relative;
}
.c-form .is-error input[type=text],
.c-form .is-error input[type=email],
.c-form .is-error input[type=tel],
.c-form .is-error textarea {
  border: solid 1px #2E3133 !important;
  background-color: #FFE8E8 !important;
}
.c-form .input::placeholder,
.c-form ::placeholder {
  color: #B3B3B3;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.c-form__radio {
  padding: 4px 0 0 0;
  line-height: 1.6;
}
.c-form__radio .wpcf7-not-valid-tip {
  margin-top: 15px;
}
.c-form__btnarea {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 35px 40px;
}
.c-form__btnarea input {
  width: 100%;
  max-width: 410px;
  height: 110px;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  background-color: #2E3133;
  border-radius: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
@media (hover: hover) {
  .c-form__btnarea input:hover:hover {
    background-color: #96A1A9;
  }
}
@media screen and (max-width: 767px) {
  .c-form__btnarea input {
    max-width: 360px;
    height: 80px;
    font-size: 1.125rem;
  }
}
.c-form__btnarea input[name=submitBack],
.c-form__btnarea input.submitBack {
  background-color: #6b6b6b;
}
@media (hover: hover) {
  .c-form__btnarea input[name=submitBack]:hover:hover,
  .c-form__btnarea input.submitBack:hover:hover {
    background-color: #4e4e4e;
  }
}

.p-header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.p-header__inner {
  padding-inline: 40px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-header__inner {
    padding-inline: 20px 20px;
    height: 60px;
  }
}
.p-header__logo-link {
  z-index: 1001;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-header__logo-link {
    display: inline-block;
    width: 96px;
    height: 15px;
  }
  .p-header__logo-link img {
    vertical-align: baseline;
  }
}
.p-header__nav-wrap {
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .p-header__nav-wrap {
    z-index: 999;
    position: absolute;
    padding: 100px 30px 50px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
}
@media screen and (max-width: 1024px) {
  .p-header.open .p-header__nav-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav-inner {
    height: calc(100vh - 100px - 50px);
    overflow-y: scroll;
  }
}
.p-header__nav {
  display: flex;
  gap: 2.75dvw;
}
@media screen and (max-width: 1024px) {
  .p-header__nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
}
.p-header__nav-link {
  font-size: 0.9375rem;
  transition: 0.3s all;
}
@media (hover: hover) {
  .p-header__nav-link:hover {
    color: #96A1A9;
  }
}
.p-header__unit-list {
  position: relative;
  display: none;
}
.p-header__unit-list::before {
  content: "";
  position: absolute;
  margin: 0 auto;
  inset: -40px 0 auto 0;
  width: calc(100vw - 80px);
  height: 1px;
  background: #D4D8DA;
}
@media screen and (max-width: 1024px) {
  .p-header__unit-list {
    margin-top: 110px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
}
.p-header__unit-link {
  position: relative;
  font-size: 0.9375rem;
  padding-right: 21px;
}
.p-header__unit-link::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 13px;
  height: 13px;
  background: url(../img/common/icon-link-black.svg) no-repeat center/100%;
}
.p-header__hamburger {
  z-index: 1000;
  position: relative;
  display: none;
  width: 40px;
  height: 15px;
}
@media screen and (max-width: 1024px) {
  .p-header__hamburger {
    display: inline-block;
  }
}
.p-header__hamburger.open .p-header__hamburger-item:first-child {
  transform: translateY(0px) rotate(20deg);
}
.p-header__hamburger.open .p-header__hamburger-item:last-child {
  transform: translateY(0px) rotate(-20deg);
}
.p-header__hamburger-item {
  position: absolute;
  margin: auto;
  width: 40px;
  height: 1px;
  background: #2E3133;
  transition: all 0.4s ease;
}
.p-header__hamburger-item:first-child {
  inset: 0 0 0 0;
  transform: translateY(4px);
}
.p-header__hamburger-item:last-child {
  inset: 0 0 0 0;
  transform: translateY(-4px);
}

body.is-hamburger-open {
  overflow: hidden;
}

.p-footer {
  margin-top: 200px;
  padding-block: 115px 50px;
  background: #2E3133;
}
@media screen and (max-width: 1024px) {
  .p-footer {
    margin-top: 120px;
    padding-block: 95px 32px;
  }
}
.p-footer--mt {
  margin-top: 0;
}
.p-footer__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-footer__wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.p-footer__txt {
  margin-top: -3px;
}
@media screen and (max-width: 1024px) {
  .p-footer__txt {
    margin-top: 10px;
  }
}
.p-footer__txt:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-footer__txt:first-of-type {
    margin-top: 103px;
  }
}
.p-footer__txt-link {
  position: relative;
  padding-right: 18px;
  display: inline-block;
  font-size: 0.9375rem;
  color: #ffffff;
  transition: 0.3s all;
}
@media (hover: hover) {
  .p-footer__txt-link:hover {
    color: #96A1A9;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__txt-link {
    padding-right: 21px;
  }
}
.p-footer__txt-link::after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 0;
  width: 13px;
  height: 13px;
  background: url(../img/common/icon-link.svg) no-repeat center/100%;
}
.p-footer__list {
  position: relative;
  margin-top: 10px;
  display: flex;
  gap: 2.7dvw;
}
@media screen and (max-width: 1024px) {
  .p-footer__list {
    margin-top: 20px;
    flex-direction: column;
    gap: 11px;
  }
  .p-footer__list::before {
    content: "";
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #7A848C;
  }
}
.p-footer__list-link {
  font-size: 0.9375rem;
  color: #ffffff;
  transition: 0.3s all;
}
@media (hover: hover) {
  .p-footer__list-link:hover {
    color: #96A1A9;
  }
}
.p-footer__copyright {
  margin-top: 30px;
  text-align: right;
  font-size: 0.75rem;
  color: #96A1A9;
}
@media screen and (max-width: 1024px) {
  .p-footer__copyright {
    margin-top: 50px;
    text-align: left;
  }
}

.p-pagination {
  width: 94%;
  margin: 0 auto;
  padding: 65px 0 0;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-pagination {
    padding: 40px 0 0;
    gap: 0 10px;
  }
}
.p-pagination__list {
  width: 42px;
  height: auto;
  aspect-ratio: 1/1;
  font-weight: bold;
  border-radius: 50%;
  border: solid 1px transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-pagination__list {
    width: 38px;
  }
}
.p-pagination__list:not(.--current):hover {
  border-color: #000;
}
.p-pagination__list.--current {
  border-color: #000;
}
.p-pagination__list.--prev, .p-pagination__list.--next {
  border-radius: 50%;
  background-color: transparent;
  border: none;
}
.p-pagination__list.--prev::before {
  transform: rotate(-180deg);
  right: calc(50% - 3px);
}
@media (hover: hover) {
  .p-pagination__list.--prev:hover:hover::before {
    border-color: #fff;
    right: calc(50% + 2px);
  }
}
.p-pagination__list.--next::before {
  transform: rotate(0deg);
}
@media (hover: hover) {
  .p-pagination__list.--next:hover:hover::before {
    border-color: #fff;
    right: calc(50% - 11px);
  }
}

.p-404-main__txt {
  margin-top: 65px;
}
@media screen and (max-width: 1024px) {
  .p-404-main__txt {
    margin-top: 50px;
  }
}
.p-404-main__btn {
  margin-top: 30px;
}
.p-404-main__btn-link {
  position: relative;
  border-bottom: 1px solid #DBE0E4;
  transition: 0.4s all;
}
.p-404-main__btn-link::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  width: 12px;
  height: 10px;
  background: url(../img/common/icon-arrow01.svg) no-repeat center/100%;
  transition: 0.4s all;
}
@media (hover: hover) {
  .p-404-main__btn-link:hover {
    border-bottom: 1px solid #2E3133;
  }
  .p-404-main__btn-link:hover::after {
    transform: translateX(5px);
    background: url(../img/common/icon-arrow01-hover.svg) no-repeat center/100%;
  }
}
.p-404-main__btn-link {
  padding-right: 50px;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-404-main__btn-link {
    font-size: 1rem;
  }
}
.p-404-main__btn-link::after {
  top: -10px;
  right: 0px;
}

.p-home-contact__heading, .p-home-history__heading, .p-home-company__heading, .p-home-business-details__heading, .p-home-news__heading, .p-home-philosophy__heading, .p-home-about-us__heading {
  display: inline-block;
}
.p-home-contact__heading-emphasis, .p-home-history__heading-emphasis, .p-home-company__heading-emphasis, .p-home-business-details__heading-emphasis, .p-home-news__heading-emphasis, .p-home-philosophy__heading-emphasis, .p-home-about-us__heading-emphasis {
  display: inline-block;
  font-size: 3.125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-home-contact__heading-emphasis, .p-home-history__heading-emphasis, .p-home-company__heading-emphasis, .p-home-business-details__heading-emphasis, .p-home-news__heading-emphasis, .p-home-philosophy__heading-emphasis, .p-home-about-us__heading-emphasis {
    font-size: 2.25rem;
  }
}
.p-home-contact__sub-heading, .p-home-history__sub-heading, .p-home-company__sub-heading, .p-home-business-details__sub-heading, .p-home-news__sub-heading, .p-home-philosophy__sub-heading, .p-home-about-us__sub-heading {
  margin-top: -20px;
  display: inline-block;
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .p-home-contact__sub-heading, .p-home-history__sub-heading, .p-home-company__sub-heading, .p-home-business-details__sub-heading, .p-home-news__sub-heading, .p-home-philosophy__sub-heading, .p-home-about-us__sub-heading {
    margin-top: 5px;
  }
}

.p-home-hero {
  margin-top: 140px;
}
@media screen and (max-width: 1024px) {
  .p-home-hero {
    margin-top: 90px;
  }
}
.p-home-hero img {
  width: round(100%, 1px);
}
.p-home-hero__heading {
  margin-inline: auto;
  width: 80dvw;
}
@media screen and (max-width: 1024px) {
  .p-home-hero__heading {
    width: calc(100% - 60px);
  }
}
.p-home-hero__sub-heading {
  display: inline-block;
  font-size: 1.5625rem;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 767px) {
  .p-home-hero__sub-heading {
    font-size: 1rem;
  }
}
.p-home-hero__heading-emphasis {
  margin-top: -30px;
  display: inline-block;
  font-size: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-home-hero__heading-emphasis {
    margin-top: 5px;
    font-size: 3.75rem;
    line-height: 1;
  }
}
.p-home-hero__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.p-home-hero__catchcopy-wrap {
  z-index: 1;
  position: absolute;
  top: -50px;
  right: 8.5%;
  letter-spacing: 0.45em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-home-hero__catchcopy-wrap {
    top: -13px;
    right: 5.8%;
    letter-spacing: 0.33em;
  }
}
.p-home-hero__catchcopy-item {
  display: inline-block;
  font-size: 1.375rem;
  background: #ffffff;
}
.p-home-hero__catchcopy-item:last-of-type {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-home-hero__catchcopy-item {
    font-size: 1.0625rem;
  }
  .p-home-hero__catchcopy-item:last-of-type {
    margin-right: -5px;
  }
}
.p-home-hero__wrap-item {
  position: relative;
  margin-top: 90px;
  margin-right: -6%;
  width: round(35.5%, 1px);
}
.p-home-hero__wrap-item:nth-of-type(2) {
  margin-top: 40px;
}
.p-home-hero__wrap-item:last-of-type {
  margin-top: -10px;
  margin-right: 0px;
  width: round(33.5%, 1px);
}
@media screen and (max-width: 767px) {
  .p-home-hero__wrap-item {
    margin-top: 73px;
    margin-right: -10%;
    width: round(41%, 1px);
  }
  .p-home-hero__wrap-item:nth-of-type(2) {
    margin-top: 47px;
  }
  .p-home-hero__wrap-item:last-of-type {
    margin-top: 20px;
    width: round(36%, 1px);
  }
}
.p-home-hero__wrap-item-link {
  position: relative;
  display: inline-block;
  width: 100%;
}
.p-home-hero__wrap-item-link img {
  max-width: inherit;
  width: 100%;
}
.p-home-hero__wrap-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #50646E;
  opacity: 0;
  transition: 0.4s all;
  pointer-events: none;
}
@media (hover: hover) {
  .p-home-hero__wrap-item-link:hover .p-home-hero__wrap-item-txt::after {
    opacity: 1;
  }
  .p-home-hero__wrap-item-link:hover::before {
    opacity: 0.7;
  }
}
.p-home-hero__wrap-item-txt {
  position: absolute;
  padding-right: 18px;
  bottom: 6.7%;
  left: 8.5%;
  max-width: calc(100% - 80px);
  font-size: 1.125rem;
  color: #ffffff;
  transition: 0.4s all;
}
.p-home-hero__wrap-item-txt::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 14px;
  height: 14px;
  transform: rotate(320deg);
  background: url(../img/common/icon-arrow01-white.svg) no-repeat center/100%;
}
.p-home-hero__wrap-item-txt::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0;
  transition: 0.4s all;
}
@media screen and (max-width: 767px) {
  .p-home-hero__wrap-item-txt {
    padding-right: 0px;
    bottom: 8.5%;
    left: 7.5%;
    max-width: initial;
    font-size: 0.8125rem;
    writing-mode: vertical-rl;
  }
  .p-home-hero__wrap-item-txt::before {
    bottom: -14px;
    right: 9px;
    width: 10px;
    height: 10px;
  }
}

.p-home-bg01 {
  position: relative;
  margin-inline: auto 0;
  width: 92dvw;
}
@media screen and (max-width: 767px) {
  .p-home-bg01 {
    width: 100%;
  }
}
.p-home-bg01::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 340px;
  right: 0;
  width: 37.3vw;
  height: 22.2181459566vw;
  background: url(../img/home/bg01.png) no-repeat center/100%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-home-bg01::before {
    top: 360px;
    width: 50vw;
    height: 40vw;
    background: url(../img/home/bg01-sp.png) no-repeat center/100%;
  }
}
.p-home-bg01__item {
  z-index: -2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 340px);
  background: url(../img/home/bg02.png) no-repeat top 37% left 0/31%, url(../img/home/bg-txt.svg) no-repeat bottom 20% center/90%, url(../img/common/bg-gray.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-home-bg01__item {
    height: calc(100% - 320px);
    background: url(../img/home/bg-txt.svg) no-repeat bottom 20% center/90%, url(../img/home/bg-white.svg) no-repeat left 0 top -5%/26%, url(../img/common/bg-gray.jpg) no-repeat center/cover;
  }
}
.p-home-bg01__item::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -126px;
  left: -8vw;
  max-width: calc(100vw - (100vw - 1200px) / 2);
  width: 100%;
  max-height: calc(100% - 230px);
  height: 100%;
  background: url(../img/home/bg-grid.svg) no-repeat top 0 left/cover;
}
@media screen and (max-width: 767px) {
  .p-home-bg01__item::after {
    max-width: inherit;
    max-height: inherit;
    height: calc(100% + 250px);
    bottom: -120px;
    left: 0;
    background: url(../img/home/bg-grid-sp.svg) no-repeat top 0 center/cover;
  }
}

.p-home-about-us {
  margin-top: 200px;
}
@media screen and (max-width: 1024px) {
  .p-home-about-us {
    margin-top: 135px;
  }
}
.p-home-about-us__inner {
  width: 66.5dvw;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-home-about-us__inner {
    width: calc(100% - 60px);
  }
}
.p-home-about-us__heading {
  width: 93%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-home-about-us__heading {
    width: 100%;
    text-align: left;
  }
}
.p-home-about-us__txt {
  margin-top: 70px;
  writing-mode: vertical-rl;
  line-height: 3.45rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 1024px) {
  .p-home-about-us__txt {
    margin-top: 50px;
    writing-mode: horizontal-tb;
    line-height: 2.25rem;
    letter-spacing: 0em;
  }
}
.p-home-about-us__num {
  position: relative;
  text-combine-upright: all;
  left: -0.2em;
}
@media screen and (max-width: 1024px) {
  .p-home-about-us__num {
    left: 0;
  }
}
.p-home-about-us__img {
  position: relative;
  margin-top: 90px;
  margin-inline: auto;
  width: fit-content;
}
.p-home-about-us__img::before {
  content: "";
  position: absolute;
  bottom: -13%;
  left: -3%;
  width: 18.5vw;
  height: 10.531835206vw;
  background: url(../img/home/bg03.png) no-repeat center/100%;
}
@media screen and (max-width: 767px) {
  .p-home-about-us__img::before {
    bottom: -46%;
    left: -30px;
    width: 61vw;
    height: 53.0546218487vw;
    background: url(../img/home/bg03-sp.png) no-repeat center/100%;
  }
}

.p-home-philosophy {
  margin-top: 260px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .p-home-philosophy {
    margin-top: 180px;
    padding-bottom: 110px;
  }
}
.p-home-philosophy::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: -4%;
  left: 4.5%;
  width: 16vw;
  height: 13.6428571429vw;
  background: url(../img/home/bg04.png) no-repeat center/100%;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .p-home-philosophy::after {
    bottom: -4.8%;
    left: 8%;
    width: 38vw;
    height: 32.4017857143vw;
  }
}
.p-home-philosophy__inner {
  margin-inline: auto;
  width: 69dvw;
}
@media screen and (max-width: 1024px) {
  .p-home-philosophy__inner {
    width: calc(100% - 60px);
  }
}
.p-home-philosophy__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-home-philosophy__wrap {
    flex-direction: column;
  }
}
.p-home-philosophy__wrap-item {
  width: 38%;
  display: -webkit-box;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-home-philosophy__wrap-item {
    width: 100%;
    margin-inline: auto 8%;
    display: flex;
    flex-direction: column;
  }
}
.p-home-philosophy__wrap-item-heading {
  z-index: 2;
  position: relative;
  margin-top: 60px;
  font-size: 1.375rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .p-home-philosophy__wrap-item-heading {
    margin-top: 35px;
    writing-mode: vertical-rl;
    font-size: 1.0625rem;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
.p-home-philosophy__wrap-item-txt {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-home-philosophy__wrap-item-txt {
    margin-top: 30px;
  }
}
.p-home-philosophy__wrap-img {
  z-index: 1;
  margin-top: -55px;
  width: 53%;
}
@media screen and (max-width: 1024px) {
  .p-home-philosophy__wrap-img {
    margin-top: 10px;
    margin-inline: auto;
    text-align: center;
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-philosophy__wrap-img {
    margin-top: -50px;
  }
}

.p-home-news {
  margin-top: 240px;
}
@media screen and (max-width: 1024px) {
  .p-home-news {
    margin-top: 180px;
  }
}
.p-home-news__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-home-news__inner {
    flex-direction: column;
  }
}
.p-home-news__heading {
  width: 192px;
}
@media screen and (max-width: 1024px) {
  .p-home-news__heading {
    width: 100%;
  }
}
.p-home-news__wrap {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .p-home-news__wrap {
    margin-top: 38px;
    width: 100%;
  }
}
.p-home-news__txt {
  padding-block: 27px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-home-news__txt {
    padding-block: 24px;
  }
}
.p-home-news__list-item:first-child {
  border-top: 1px solid #DBE0E4;
}
.p-home-news__list-item-link {
  position: relative;
  border-bottom: 1px solid #DBE0E4;
  transition: 0.4s all;
}
.p-home-news__list-item-link::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  width: 12px;
  height: 10px;
  background: url(../img/common/icon-arrow01.svg) no-repeat center/100%;
  transition: 0.4s all;
}
@media (hover: hover) {
  .p-home-news__list-item-link:hover {
    border-bottom: 1px solid #2E3133;
  }
  .p-home-news__list-item-link:hover::after {
    transform: translateX(5px);
    background: url(../img/common/icon-arrow01-hover.svg) no-repeat center/100%;
  }
}
.p-home-news__list-item-link {
  padding-block: 27px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-home-news__list-item-link {
    padding-block: 24px;
  }
}
.p-home-news__list-item-link::after {
  right: 0px;
}
.p-home-news__list-item-date {
  width: 86px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: #96A1A9;
}
@media screen and (max-width: 1024px) {
  .p-home-news__list-item-date {
    width: 100%;
    font-size: 0.75rem;
  }
}
.p-home-news__list-item-title {
  padding-inline: 40px 25px;
  width: calc(100% - 86px);
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-home-news__list-item-title {
    padding-inline: 0 25px;
    width: 100%;
  }
}
.p-home-news__btn {
  margin-top: 25px;
  text-align: right;
}
.p-home-news__btn-link {
  position: relative;
  border-bottom: 1px solid #DBE0E4;
  transition: 0.4s all;
}
.p-home-news__btn-link::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  width: 12px;
  height: 10px;
  background: url(../img/common/icon-arrow01.svg) no-repeat center/100%;
  transition: 0.4s all;
}
@media (hover: hover) {
  .p-home-news__btn-link:hover {
    border-bottom: 1px solid #2E3133;
  }
  .p-home-news__btn-link:hover::after {
    transform: translateX(5px);
    background: url(../img/common/icon-arrow01-hover.svg) no-repeat center/100%;
  }
}
.p-home-news__btn-link {
  padding-right: 50px;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-home-news__btn-link {
    font-size: 1rem;
  }
}
.p-home-news__btn-link::after {
  top: -10px;
  right: 0px;
}

.p-home-business-details {
  position: relative;
  margin-top: 205px;
}
@media screen and (max-width: 1024px) {
  .p-home-business-details {
    margin-top: 185px;
  }
}
.p-home-business-details::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -7%;
  right: 1.5%;
  width: 13vw;
  height: 16.4256756757vw;
  background: url(../img/home/bg07.png) no-repeat center/100%;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .p-home-business-details::before {
    top: -11%;
    right: 12.5%;
    width: 28vw;
    height: 35.3783783784vw;
  }
}
.p-home-business-details::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -12.5%;
  right: calc((100vw - 1200px) / 2);
  max-width: 247px;
  width: 17vw;
  max-height: 285px;
  height: 19.6153846154vw;
  background: url(../img/home/bg08.png) no-repeat center/100%;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .p-home-business-details::after {
    bottom: -8%;
    right: 10.5%;
    width: 23vw;
    height: 26.5384615385vw;
  }
}
.p-home-business-details__intro {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .p-home-business-details__intro {
    margin-top: 50px;
  }
}
.p-home-business-details__wrap {
  margin-top: 80px;
  width: 91.5dvw;
  max-width: calc(100vw - (100vw - 1200px) / 2);
}
@media screen and (max-width: 1024px) {
  .p-home-business-details__wrap {
    margin-top: 40px;
    width: calc(100% - 30px);
    max-width: inherit;
  }
}
.p-home-business-details__wrap-link {
  position: relative;
  padding-block: 94px 60px;
  display: block;
  background: image-set(url(../img/home/bg-hotel-restaurant-supplies.jpg) 1x, url(../img/home/bg-hotel-restaurant-supplies@2x.jpg) 2x) no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .p-home-business-details__wrap-link {
    padding-block: 55px 45px;
  }
}
.p-home-business-details__wrap-link::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7E726E;
  opacity: 0.6;
  pointer-events: none;
  transition: 0.4s all;
}
.p-home-business-details__wrap-link:first-of-type {
  background: image-set(url(../img/home/bg-industrial-products.jpg) 1x, url(../img/home/bg-industrial-products@2x.jpg) 2x) no-repeat center/cover;
}
.p-home-business-details__wrap-link:first-of-type::before {
  background: #8294A0;
}
.p-home-business-details__wrap-link:last-of-type {
  background: image-set(url(../img/home/bg-housewares.jpg) 1x, url(../img/home/bg-housewares@2x.jpg) 2x) no-repeat center/cover;
}
.p-home-business-details__wrap-link:last-of-type::before {
  background: #6A776E;
}
.p-home-business-details__wrap-link:not(:first-of-type) {
  margin-top: 1px;
}
@media (hover: hover) {
  .p-home-business-details__wrap-link:hover::before {
    opacity: 0.8;
  }
  .p-home-business-details__wrap-link:hover .p-home-business-details__wrap-item-icon {
    background: url(../img/home/icon-arrow01-hover.svg) no-repeat center/100%;
  }
}
.p-home-business-details__wrap-item {
  margin-left: max((100vw - 1200px) / 2, 50px);
  max-width: 1200px;
  width: 82%;
}
@media screen and (max-width: 1024px) {
  .p-home-business-details__wrap-item {
    margin-left: 30px;
    width: calc(100% - 60px);
  }
}
.p-home-business-details__wrap-item-txt {
  z-index: 1;
  position: relative;
  padding-left: 50px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.p-home-business-details__wrap-item-txt::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #ffffff;
}
.p-home-business-details__wrap-item-heading {
  z-index: 1;
  position: relative;
  margin-top: 32px;
  font-size: 1.875rem;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-home-business-details__wrap-item-heading {
    margin-top: 40px;
    font-size: 1.5625rem;
  }
}
.p-home-business-details__wrap-item-sub-heading {
  z-index: 1;
  position: relative;
  margin-top: -5px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-home-business-details__wrap-item-sub-heading {
    font-size: 0.75rem;
  }
}
.p-home-business-details__wrap-item-desc {
  z-index: 1;
  position: relative;
  margin-top: 20px;
  color: #ffffff;
}
.p-home-business-details__wrap-item-icon {
  z-index: 1;
  position: relative;
  margin-top: 75px;
  width: 80px;
  height: 80px;
  background: url(../img/home/icon-arrow01.svg) no-repeat center/100%;
  transition: 0.4s all;
}
@media screen and (max-width: 1024px) {
  .p-home-business-details__wrap-item-icon {
    margin-top: 58px;
    width: 60px;
    height: 60px;
  }
}

.p-home-company {
  margin-top: 200px;
}
@media screen and (max-width: 1024px) {
  .p-home-company {
    margin-top: 180px;
  }
}
.p-home-company__def {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-home-company__def {
    margin-top: 40px;
  }
}
.p-home-company__def-ttl {
  padding: 38px 0 38px 30px;
  width: 270px;
  line-height: 1.6;
  border-top: 1px solid #2E3133;
}
@media screen and (max-width: 1024px) {
  .p-home-company__def-ttl {
    padding: 23px 0 22px 10px;
    width: 105px;
  }
}
.p-home-company__def-data {
  padding: 38px 30px 38px 70px;
  width: calc(100% - 270px);
  line-height: 1.6;
  border-top: 1px solid #2E3133;
}
@media screen and (max-width: 1024px) {
  .p-home-company__def-data {
    padding: 23px 10px 23px 15px;
    width: calc(100% - 105px);
  }
}
.p-home-company__unit {
  margin-top: 80px;
  border: 1px solid #DBE0E4;
  padding: 75px 30px;
}
@media screen and (max-width: 1024px) {
  .p-home-company__unit {
    margin-top: 70px;
    padding: 60px 20px;
  }
}
.p-home-company__unit-logo {
  margin-inline: auto;
  max-width: 1040px;
}
@media screen and (max-width: 1024px) {
  .p-home-company__unit-logo {
    text-align: center;
  }
}
.p-home-company__unit-wrap {
  margin-top: 50px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  max-width: 1040px;
}
@media screen and (max-width: 1024px) {
  .p-home-company__unit-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-home-company__unit-wrap {
    flex-direction: column;
  }
}
.p-home-company__unit-wrap-item {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-home-company__unit-wrap-item {
    width: 100%;
  }
}
.p-home-company__unit-heading {
  font-size: 1.375rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .p-home-company__unit-heading {
    font-size: 1.125rem;
  }
}
.p-home-company__unit-txt01 {
  margin-top: 20px;
}
.p-home-company__unit-txt02 {
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-home-company__unit-txt02 {
    margin-top: 25px;
  }
}
.p-home-company__unit-img {
  position: relative;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 39%;
  max-width: 407px;
  height: fit-content;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .p-home-company__unit-img {
    margin-top: 45px;
    margin-inline: auto;
    text-align: center;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-home-company__unit-img {
    cursor: default;
  }
}
.p-home-company__unit-icon {
  position: absolute;
  bottom: -25px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../img/home/icon-zoom.svg) no-repeat center/100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-home-company__unit-icon {
    cursor: default;
  }
}
.p-home-company__modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.p-home-company__modal.is-open {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-home-company__modal {
    display: none !important;
  }
}
.p-home-company__modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(46, 49, 51, 0.8);
}
.p-home-company__modal-cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 60px;
}
.p-home-company__modal-inner {
  position: relative;
}
.p-home-company__modal-close {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.p-home-company__modal-close img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-home-company__modal-wrap {
  display: flex;
  align-items: stretch;
  gap: 40px;
  max-width: 703px;
  width: calc(100vw - 100px);
  max-height: calc(100vh - 50px - 200px);
}
.p-home-company__modal-img {
  box-shadow: 20px 20px 30px 0 rgba(0, 0, 0, 0.2);
}
.p-home-company__modal-img img {
  display: block;
  object-fit: contain;
}

body.is-sdgs-modal-open {
  overflow: hidden;
}

.p-home-bg02 {
  position: relative;
  background: url(../img/home/bg06.png) no-repeat bottom 43% right 0%/min(21.5%, 310px), url(../img/common/bg-gray.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .p-home-bg02 {
    background: url(../img/home/bg06.png) no-repeat bottom 50% right 0%/42%, url(../img/common/bg-gray.jpg) no-repeat center/cover;
  }
}
.p-home-bg02::before {
  content: "";
  position: absolute;
  top: -4%;
  right: 9%;
  max-width: 174px;
  width: 11.9vw;
  max-height: 157px;
  height: 10.7373563218vw;
  background: url(../img/home/bg05.png) no-repeat center/100%;
}
@media screen and (max-width: 1024px) {
  .p-home-bg02::before {
    top: -2.7%;
    right: 13%;
    width: 29vw;
    height: 26.1666666667vw;
  }
}

.p-home-history {
  margin-top: 180px;
}
@media screen and (max-width: 1024px) {
  .p-home-history {
    margin-top: 100px;
  }
}
.p-home-history__inner {
  display: flex;
  align-items: center;
  gap: 8.5%;
}
.p-home-history__img {
  max-width: 780px;
  width: round(55%, 1px);
}
@media screen and (max-width: 1024px) {
  .p-home-history__img {
    margin-top: 40px;
    width: calc(100% - 30px);
  }
}
.p-home-history__item {
  margin-top: 4.5%;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .p-home-history__item {
    margin-top: 117px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-history__heading {
    padding-inline: 30px;
  }
}
.p-home-history__txt {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .p-home-history__txt {
    margin-top: 30px;
    padding-inline: 30px;
  }
}
.p-home-history__btn {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-home-history__btn {
    margin-top: 20px;
    padding-inline: 30px;
  }
}
.p-home-history__btn-link {
  position: relative;
  border-bottom: 1px solid #DBE0E4;
  transition: 0.4s all;
}
.p-home-history__btn-link::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  width: 12px;
  height: 10px;
  background: url(../img/common/icon-arrow01.svg) no-repeat center/100%;
  transition: 0.4s all;
}
@media (hover: hover) {
  .p-home-history__btn-link:hover {
    border-bottom: 1px solid #2E3133;
  }
  .p-home-history__btn-link:hover::after {
    transform: translateX(5px);
    background: url(../img/common/icon-arrow01-hover.svg) no-repeat center/100%;
  }
}
.p-home-history__btn-link {
  padding-right: 50px;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .p-home-history__btn-link {
    font-size: 1rem;
  }
}
.p-home-history__btn-link::after {
  top: -10px;
  right: 0px;
}

.p-home-contact {
  margin-top: 160px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .p-home-contact {
    margin-top: 185px;
    padding-bottom: 120px;
  }
}
.p-home-contact__inner {
  margin-inline: auto;
  max-width: 970px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 1024px) {
  .p-home-contact__inner {
    max-width: 100%;
    width: calc(100% - 60px);
  }
}
.p-home-contact__txt {
  position: relative;
  margin-top: 60px;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  .p-home-contact__txt {
    margin-top: 40px;
  }
}
.p-home-contact__txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../img/home/icon-mail.svg) no-repeat center/100%;
}
.p-home-contact__wrap {
  margin-top: 30px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.p-home-contact__wrap-link {
  position: relative;
  padding: 25px 50px 25px 25px;
  width: calc((100% - 10px) / 3);
  background: #2E3133;
  transition: 0.4s all;
}
@media screen and (max-width: 1024px) {
  .p-home-contact__wrap-link {
    width: 100%;
  }
}
.p-home-contact__wrap-link::after {
  position: absolute;
  content: "";
  margin: auto 0;
  inset: 0 30px 0 auto;
  width: 12px;
  height: 10px;
  background: url(../img/common/icon-arrow01.svg) no-repeat center/100%;
  transform: rotate(320deg);
  transition: 0.4s all;
}
@media (hover: hover) {
  .p-home-contact__wrap-link:hover {
    background: #96A1A9;
  }
  .p-home-contact__wrap-link:hover::after {
    background: url(../img/common/icon-arrow01-white.svg) no-repeat center/100%;
  }
}
.p-home-contact__wrap-ttl {
  font-size: 1.125rem;
  color: #ffffff;
}
.p-home-contact__wrap-sub-ttl {
  font-size: 0.75rem;
  color: #ffffff;
}

.p-hero {
  position: relative;
  margin-top: 195px;
}
@media screen and (max-width: 1024px) {
  .p-hero {
    margin-top: 95px;
  }
}
.p-hero--pb {
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .p-hero--pb {
    padding-bottom: 100px;
  }
}
.p-hero__bg {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92dvw;
  height: calc(100% - 55px);
  background: url("../img/common/bg-gray.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 1024px) {
  .p-hero__bg {
    width: 100%;
    height: calc(100% - 30px);
  }
}
.p-hero__heading {
  margin-inline: auto;
  width: 84dvw;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-hero__heading {
    width: calc(100% - 60px);
  }
}
.p-hero__heading-emphasis {
  display: block;
  font-size: 4.375rem;
}
@media screen and (max-width: 1024px) {
  .p-hero__heading-emphasis {
    font-size: 2.5rem;
  }
}
.p-hero__sub-heading {
  margin-top: -45px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-hero__sub-heading {
    margin-top: -30px;
    font-size: 0.875rem;
  }
}

.p-archive-news-main__txt {
  margin-top: 155px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-archive-news-main__txt {
    margin-top: 120px;
  }
}
.p-archive-news-main__list {
  margin-top: 155px;
}
@media screen and (max-width: 1024px) {
  .p-archive-news-main__list {
    margin-top: 120px;
  }
}
.p-archive-news-main__list-item:first-child {
  border-top: 1px solid #DBE0E4;
}
.p-archive-news-main__list-link {
  position: relative;
  padding: 40px 50px 40px 30px;
  display: flex;
  gap: 40px;
  position: relative;
  border-bottom: 1px solid #DBE0E4;
  transition: 0.4s all;
}
.p-archive-news-main__list-link::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  width: 12px;
  height: 10px;
  background: url(../img/common/icon-arrow01.svg) no-repeat center/100%;
  transition: 0.4s all;
}
@media (hover: hover) {
  .p-archive-news-main__list-link:hover {
    border-bottom: 1px solid #2E3133;
  }
  .p-archive-news-main__list-link:hover::after {
    transform: translateX(5px);
    background: url(../img/common/icon-arrow01-hover.svg) no-repeat center/100%;
  }
}
.p-archive-news-main__list-link::after {
  right: 30px;
}
@media screen and (max-width: 1024px) {
  .p-archive-news-main__list-link {
    flex-direction: column;
    padding: 20px 40px 25px 0px;
    gap: 0px;
  }
  .p-archive-news-main__list-link::after {
    right: 0px;
  }
}
.p-archive-news-main__date {
  padding-top: 5px;
  width: 92px;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #96A1A9;
}
@media screen and (max-width: 1024px) {
  .p-archive-news-main__date {
    width: 100%;
    font-size: 0.75rem;
  }
}
.p-archive-news-main__ttl {
  width: calc(100% - 92px - 40px);
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .p-archive-news-main__ttl {
    width: 100%;
    font-size: 0.9375rem;
  }
}
.p-archive-news-main__pagination {
  margin-top: 80px;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .p-archive-news-main__pagination {
    margin-top: 60px;
  }
}
.p-archive-news-main__pagination-inner {
  display: flex;
  gap: 8px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-archive-news-main__pagination-inner {
    gap: 4px;
  }
}
.p-archive-news-main__pagination-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #2E3133;
  transition: all 400ms ease;
}
@media screen and (max-width: 1024px) {
  .p-archive-news-main__pagination-item {
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) {
  .p-archive-news-main__pagination-item:hover {
    background: #96A1A9;
    color: #ffffff;
  }
  .p-archive-news-main__pagination-item:hover.prev::before, .p-archive-news-main__pagination-item:hover.next::before {
    background: url(../img/archive-news/icon-arrow01-hover.svg) no-repeat center/contain;
  }
}
.p-archive-news-main__pagination-item.prev {
  position: relative;
}
.p-archive-news-main__pagination-item.prev::before {
  position: absolute;
  content: "";
  margin: auto;
  width: 9px;
  inset: 0;
  background: url(../img/archive-news/icon-arrow01.svg) no-repeat center/contain;
  transform: rotate(0deg);
  transition: all 400ms ease;
}
@media screen and (max-width: 1024px) {
  .p-archive-news-main__pagination-item.prev {
    width: 18px;
  }
  .p-archive-news-main__pagination-item.prev::before {
    width: 6px;
  }
}
.p-archive-news-main__pagination-item.dots {
  width: 25px;
}
@media (hover: hover) {
  .p-archive-news-main__pagination-item.dots:hover {
    background: none;
    color: #2E3133;
  }
}
@media screen and (max-width: 1024px) {
  .p-archive-news-main__pagination-item.dots {
    width: 20px;
  }
}
.p-archive-news-main__pagination-item.current {
  color: #ffffff;
  background-color: #2E3133;
}
@media screen and (max-width: 1024px) {
  .p-archive-news-main__pagination-item.current {
    width: 30px;
  }
}
.p-archive-news-main__pagination-item.next {
  position: relative;
}
.p-archive-news-main__pagination-item.next::before {
  position: absolute;
  content: "";
  margin: auto;
  width: 9px;
  inset: 0;
  background: url(../img/archive-news/icon-arrow01.svg) no-repeat center/contain;
  transform: rotate(180deg);
  transition: all 400ms ease;
}
@media screen and (max-width: 1024px) {
  .p-archive-news-main__pagination-item.next {
    width: 18px;
  }
  .p-archive-news-main__pagination-item.next::before {
    width: 6px;
  }
}

.p-single-news-hero__wrap {
  margin-top: 210px;
  padding-bottom: 50px;
  border-bottom: 1px solid #DBE0E4;
}
@media screen and (max-width: 1024px) {
  .p-single-news-hero__wrap {
    margin-top: 165px;
    padding-bottom: 32px;
  }
}
.p-single-news-hero__date {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.p-single-news-hero__ttl {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.p-single-news-main__wrap {
  margin-top: 105px;
  margin-inline: auto;
  max-width: 720px;
}
@media screen and (max-width: 1024px) {
  .p-single-news-main__wrap {
    margin-top: 90px;
  }
}
.p-single-news-main__pagination {
  margin-top: 110px;
  margin-inline: auto;
  padding-top: 20px;
  border-top: 1px solid #DBE0E4;
}
@media screen and (max-width: 1024px) {
  .p-single-news-main__pagination {
    margin-top: 90px;
  }
}
.p-single-news-main__pagination-list {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  .p-single-news-main__pagination-list {
    max-width: inherit;
  }
}
.p-single-news-main__pagination-item {
  min-width: 48px;
}
.p-single-news-main__pagination-link01 {
  position: relative;
  padding-left: 20px;
  transition: all 400ms ease;
}
.p-single-news-main__pagination-link01::before {
  position: absolute;
  content: "";
  margin: auto 0;
  inset: 0 auto 0 0;
  width: 12px;
  height: 10px;
  background: url(../img/common/icon-arrow01-hover.svg) no-repeat center/100%;
  transform: rotate(-180deg);
  transition: all 400ms ease;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .p-single-news-main__pagination-link01::before {
    top: 7px;
  }
}
@media (hover: hover) {
  .p-single-news-main__pagination-link01:hover {
    color: #96A1A9;
  }
  .p-single-news-main__pagination-link01:hover::before {
    background: url(../img/common/icon-arrow01.svg) no-repeat center/100%;
  }
}
.p-single-news-main__pagination-link02 {
  transition: all 400ms ease;
}
@media (hover: hover) {
  .p-single-news-main__pagination-link02:hover {
    color: #96A1A9;
  }
}
.p-single-news-main__pagination-link03 {
  position: relative;
  padding-right: 20px;
  transition: all 400ms ease;
}
.p-single-news-main__pagination-link03::before {
  position: absolute;
  content: "";
  margin: auto 0;
  inset: 0 0 0 auto;
  width: 12px;
  height: 10px;
  background: url(../img/common/icon-arrow01-hover.svg) no-repeat center/contain;
  transition: all 400ms ease;
  pointer-events: none;
}
@media (hover: hover) {
  .p-single-news-main__pagination-link03:hover {
    color: #96A1A9;
  }
  .p-single-news-main__pagination-link03:hover::before {
    background: url(../img/common/icon-arrow01.svg) no-repeat center/100%;
  }
}

.p-history-main {
  background: url("../img/history/bg01.png") no-repeat top 9% right 0/22%, url("../img/history/bg02.png") no-repeat bottom 30% right 9%/20%, url("../img/history/bg03.png") no-repeat bottom 12.5% right 0/11%;
}
.p-history-main__list {
  margin-top: 155px;
}
@media screen and (max-width: 1024px) {
  .p-history-main__list {
    margin-top: 120px;
  }
}
.p-history-main__list-item {
  padding: 30px 30px 29px;
  display: flex;
  gap: 60px;
  border-top: 1px solid #DBE0E4;
}
.p-history-main__list-item:last-child {
  border-bottom: 1px solid #DBE0E4;
}
@media screen and (max-width: 1024px) {
  .p-history-main__list-item {
    padding: 20px 10px 20px;
    flex-direction: column;
    gap: 10px;
  }
}
.p-history-main__date01 {
  font-size: 1.5625rem;
  line-height: 1.6;
  width: 63px;
}
@media screen and (max-width: 1024px) {
  .p-history-main__date01 {
    width: 100%;
  }
}
.p-history-main__list-unit {
  width: calc(100% - 63px - 60px);
  display: flex;
  flex-wrap: wrap;
  gap: 0px 30px;
}
@media screen and (max-width: 1024px) {
  .p-history-main__list-unit {
    width: 100%;
    gap: 0px 20px;
  }
}
.p-history-main__date02 {
  width: 35px;
  text-align: right;
}
.p-history-main__txt {
  width: calc(100% - 35px - 30px);
}
@media screen and (max-width: 1024px) {
  .p-history-main__txt {
    width: calc(100% - 35px - 20px);
  }
}

@media screen and (max-width: 1024px) {
  .u-over-tab {
    display: none !important;
  }
}

.u-under-tab {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .u-under-tab {
    display: block !important;
  }
}

@media screen and (max-width: 820px) {
  .u-over-ipad {
    display: none !important;
  }
}

.u-under-ipad {
  display: none !important;
}
@media screen and (max-width: 820px) {
  .u-under-ipad {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-over-sp {
    display: none !important;
  }
}

.u-under-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-under-sp {
    display: block !important;
  }
}

.u-iblock {
  display: inline-block !important;
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-uppercase {
  text-transform: uppercase !important;
}

.u-font--notosans-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.u-font--notosans-semibold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.u-font--notosans-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.u-font--ibm-medium {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.u-font--ibm-semibold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.u-font--ibm-bold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}/*# sourceMappingURL=style.css.map */