@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%;
  height: auto;
  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;
}

:root {
  --header-height: 90px;
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 68px;
  }
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #3E4042;
  background-color: #EDEEEE;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.9375rem;
  }
}

.l-wrapper {
  overflow: clip;
}

.l-inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-inner {
    width: 92%;
  }
}

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

.c-btn {
  width: fit-content;
  padding: 0;
  color: #3E4042;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #3E4042;
  border: solid 1px #3E4042;
  border-radius: 120px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .c-btn:hover {
    color: #fff;
    background-color: #3E4042;
  }
  .c-btn:hover .c-btn__icon {
    filter: brightness(0) invert(1);
  }
}
.c-btn__arrow {
  width: 25px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transition: 0.35s;
}
@media screen and (max-width: 767px) {
  .c-btn__arrow {
    right: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn__arrow {
    filter: brightness(1) invert(0);
  }
}
@media screen and (min-width: 768px) {
  .c-btn:hover .c-btn__arrow {
    transform: translateX(4px);
    filter: brightness(0) invert(1);
  }
  .c-btn:hover .c-btn__arrow--blank {
    transform: rotate(-45deg) translateX(0);
  }
}
.c-btn__arrow--blank {
  width: 19px;
  transform: rotate(-45deg);
  right: 28px;
}
.c-btn__icon {
  width: 20px;
  height: auto;
  transition: 0.2s;
}

.c-Gutenberg {
  font-weight: 400;
}
.c-Gutenberg h1 {
  margin: 0 0 24px;
  font-size: 2rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-Gutenberg h1 {
    font-size: 1.625rem;
  }
}
.c-Gutenberg h2 {
  margin: 0 0 25px;
  font-size: 1.75rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-Gutenberg h2 {
    font-size: 1.5rem;
  }
}
.c-Gutenberg h3 {
  margin: 0 0 25px;
  padding: 12px 20px 12px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.7;
  background-color: #F5F5F5;
  border-left: solid 8px #3E4042;
}
@media screen and (max-width: 767px) {
  .c-Gutenberg h3 {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
.c-Gutenberg h4 {
  margin: 0 0 25px;
  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: 0 0 20px;
  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: 0 0 10px;
  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: 0 0 30px;
  line-height: 2;
}
.c-Gutenberg ul {
  margin: 0 0 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: 0 0 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: 0 0 20px;
  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 {
  margin-top: 10px;
  display: inline-block;
  padding: 0px 0 0 0px;
  color: #3E4042;
  text-decoration: underline;
  word-break: break-all;
  position: relative;
  text-underline-offset: 3px;
  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: 0 0 30px;
  padding: 30px 40px;
  background-color: #F5F5F5;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-Gutenberg blockquote {
    padding: 20px 25px;
  }
}
.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: #3E4042;
}
.c-Gutenberg table {
  margin-bottom: 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: 17px 20px 18px;
  background-color: #fff;
  border: solid 1px #9D9B98;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-form input[type=text],
  .c-form input[type=email],
  .c-form input[type=tel],
  .c-form textarea {
    padding: 15px 20px;
    font-size: 1rem;
  }
}
.c-form textarea {
  height: 10em;
}
.c-form label {
  display: inline-block;
  position: relative;
}
.c-form .require, .c-form .option {
  margin: 0 3px 2px 0;
  line-height: 1;
  color: #E00909;
  font-size: 0.75rem;
  text-align: center;
  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: #3E4042;
  position: absolute;
  top: 7px;
  left: 5px;
  transition: 0.1s;
  opacity: 0;
}
.c-form input[type=radio]:checked + span:before {
  border-color: #3E4042;
}
.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: 4px 0.5em 0 0;
  border: solid 1px #9D9B98;
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  vertical-align: bottom;
  flex-shrink: 0;
  transition: 0.05s;
}
.c-form input[type=checkbox] + span:after {
  content: "";
  width: 6px;
  height: 11px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  left: 5px;
  top: 5px;
  transform: rotate(45deg);
  transition: 0.05s;
  opacity: 0;
}
.c-form input[type=checkbox]:checked + span:before {
  background-color: #1D9EE4;
}
.c-form input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.c-form .wpcf7-form-control-wrap {
  display: block;
}
.c-form .wpcf7-list-item {
  margin: 0;
}
.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: 10px;
  color: #E00909;
  font-weight: 500;
  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 #3E4042 !important;
  background-color: #FFE8E8 !important;
}
.c-form .input::placeholder,
.c-form ::placeholder {
  color: #B4B4B4;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.c-form__yubin {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.c-form__yubin input:nth-of-type(1) {
  max-width: 90px;
}
.c-form__yubin input:nth-of-type(2) {
  max-width: 110px;
}
.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 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 35px 40px;
}
.c-form__btnarea input {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 50px;
  cursor: pointer;
}
.c-form__btnarea input:focus-visible {
  outline: revert;
}
.c-form__btnarea input.wpcf7-previous {
  padding: 0px;
  text-align: right;
}
.c-form__btnarea .wpcf7-spinner {
  display: none;
}
.c-form__btn {
  width: 100%;
  max-width: 295px;
  height: 70px;
  padding: 0;
}

.c-more {
  width: fit-content;
  padding: 0 0 18px;
  font-size: 1.0625rem;
  line-height: 1;
  color: #3E4042;
  word-spacing: 0.2em;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  display: flex;
  align-items: center;
  gap: 38px;
  position: relative;
  z-index: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-more {
    font-size: 1rem;
    gap: 30px;
  }
}
.c-more::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D4D8DA;
  position: absolute;
  right: auto;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  display: block;
}
.c-more:not(.c-more--nohover):hover {
  color: #7A848C;
}
.c-more:not(.c-more--nohover):hover::after {
  background-color: #3E4042;
}
.c-more:not(.c-more--nohover):hover .c-more__arrow {
  transform: translate(5px);
}
.c-more:not(.c-more--nohover):hover .c-more__arrow--blank {
  transform: rotate(-45deg);
}
.c-more-trigger:hover .c-more {
  color: #7A848C;
}
.c-more-trigger:hover .c-more::after {
  background-color: #3E4042;
}
.c-more-trigger:hover .c-more .c-more__arrow {
  transform: translate(5px);
}
.c-more-trigger:hover .c-more .c-more__arrow--blank {
  transform: rotate(-45deg);
}
.c-more__arrow {
  transition: 0.3s;
}
.c-more__arrow--blank {
  transform: rotate(-45deg);
}

.c-news__archive {
  line-height: 1.6;
  border-bottom: solid 1px #D4D8DA;
  transition: 0.4s;
  display: flex;
  position: relative;
  z-index: 0;
  gap: 10px 40px;
}
@media screen and (max-width: 767px) {
  .c-news__archive {
    flex-direction: column;
  }
}
.c-news__time {
  width: 78px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.9;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-news__time {
    width: auto;
  }
}
.c-news__arrow {
  width: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-news__arrow {
    right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-news__archive:hover .c-news__arrow {
    transform: translateX(6px);
  }
}

.c-pager {
  margin: 110px auto 0;
  padding-top: 25px;
  padding-inline: 30px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .c-pager {
    margin-top: 50px;
    padding-inline: 10px;
    gap: 12px;
  }
}
.c-pager__link {
  width: fit-content;
  line-height: 1.2;
}
.c-pager__link--next, .c-pager__link--prev {
  width: 61px;
}
.c-pager__link--back {
  margin: 0 auto;
}
.c-pager__link a {
  color: #3E4042;
  display: flex;
  gap: 10px;
  transition: 0.3s opacity;
}
.c-pager__link a:hover {
  transition: 0.3s opacity;
  opacity: 0.75;
}
.c-pager__link--prev img {
  transform: rotate(180deg);
}
.c-pager__link img {
  width: 16px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .c-pager__link img {
    width: 16px;
  }
}

.c-pagettl {
  padding: calc(140px + var(--header-height)) 0 120px;
}
@media screen and (max-width: 1200px) {
  .c-pagettl {
    padding-top: calc(70px + var(--header-height));
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagettl {
    padding-top: calc(50px + var(--header-height));
    padding-bottom: 40px;
  }
}
.c-pagettl__en {
  margin-bottom: 20px;
}

.c-pagination {
  padding: 80px 0 0;
  display: flex;
  justify-content: center;
  gap: 0 8px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    padding: 60px 0 0;
    gap: 0 6px;
  }
}
.c-pagination__list {
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 0;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #3E4042;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  position: relative;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-pagination__list:hover {
    background: #D4D8DA;
  }
}
.c-pagination__list--prev, .c-pagination__list--next {
  transition: 0.4s;
}
.c-pagination__list--prev::after, .c-pagination__list--next::after {
  content: none;
}
.c-pagination__list--prev img, .c-pagination__list--next img {
  width: 10px;
}
@media screen and (max-width: 767px) {
  .c-pagination__list--prev {
    margin-right: 10px;
  }
}
.c-pagination__list--prev img {
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .c-pagination__list--next {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-pagination__list--abbr:hover {
    background: transparent;
  }
}
.c-pagination__list--current {
  background: #3E4042;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-pagination__list--current:hover {
    background: #3E4042;
  }
}

.c-section-header {
  font-weight: 500;
}
.c-section-header--center {
  text-align: center;
}
.c-section-header__en {
  margin-bottom: 14px;
  display: block;
  color: currentColor;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-section-header__en {
    margin-bottom: 10px;
    font-size: 2.125rem;
  }
}
.c-section-header__en--small {
  font-size: 2.125rem;
  letter-spacing: 0.05em;
}
.c-section-header__en--large {
  font-size: 2.75rem;
}
@media screen and (max-width: 767px) {
  .c-section-header__en--large {
    font-size: 2.125rem;
  }
}
.c-section-header__ja {
  color: currentColor;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-section-header__ja {
    font-size: 1rem;
  }
}
.c-section-header__ja--small {
  font-size: 1rem;
  text-indent: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-section-header__ja--small {
    font-size: 0.9375rem;
  }
}
.c-section-header__ja--large {
  margin-top: 10px;
  display: inline-block;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-section-header__ja--large {
    font-size: 0.9375rem;
  }
}

.c-cta {
  width: 100%;
  height: 500px;
  padding: 0 0 15px;
  color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.c-cta::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .c-cta:hover::before {
    background-color: rgba(0, 0, 0, 0.35);
  }
  .c-cta:hover .c-cta__icon {
    background-color: #fff;
  }
  .c-cta:hover .c-cta__arrow {
    filter: none;
  }
}
@media screen and (max-width: 767px) {
  .c-cta {
    height: auto;
    padding: 120px 0 105px;
  }
}
.c-cta__inner {
  position: relative;
  z-index: 0;
}
.c-cta__header {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .c-cta__header {
    margin-bottom: 60px;
  }
}
.c-cta__txt {
  max-width: 530px;
}
@media screen and (max-width: 767px) {
  .c-cta__txt {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.c-cta__icon {
  width: 80px;
  height: 80px;
  margin: auto;
  border: solid 1px #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  align-content: center;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-cta__icon {
    width: 64px;
    height: 64px;
    margin: 0;
    position: static;
  }
}
.c-cta__arrow {
  width: 21px;
  margin: auto;
  display: block;
  filter: brightness(0) invert(1);
  transition: 0.4s;
}
.c-cta__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.c-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-fixed-deco {
  width: 100%;
  height: 100%;
  position: sticky;
  top: var(--header-height);
  z-index: -2;
}
.c-fixed-deco__img {
  max-width: 1440px;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/640;
  position: absolute;
  margin: 0 auto;
  inset: 0 0 auto auto;
}
@media screen and (max-width: 767px) {
  .c-fixed-deco__img {
    width: 100%;
    aspect-ratio: 390/300;
  }
}

.p-header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  align-content: center;
}
.p-header__inner {
  padding: 0 2.6% 0 2.8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .p-header__inner {
    height: 100%;
  }
}
.p-header__logo {
  width: 128px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .p-header__logo {
    margin: auto 0;
    left: 30px;
    z-index: 999;
  }
}
.p-header__logo a {
  line-height: 1;
  display: block;
  transition: 0.3s opacity;
}
.p-header__logo a:hover {
  transition: 0.3s opacity;
  opacity: 0.8;
}
.p-header__nav {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .p-header__nav {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav {
    width: 100%;
    height: 100dvh;
    padding: 100px 20px 100px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
    overflow: auto;
  }
}
.p-header__list {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .p-header__list {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.p-header__item a {
  color: #3E4042;
  font-weight: 500;
  position: relative;
  z-index: 0;
}
.p-header__item a:hover {
  transition: 0.3s opacity;
}
.p-header__item a:hover:hover {
  transition: 0.3s opacity;
  opacity: 0.8;
}
.p-header__btn {
  width: 180px;
  height: 40px;
  align-content: center;
  font-size: 0.9375rem;
  border-color: #fff;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-header__btn {
    width: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__btn {
    width: 260px;
    height: 70px;
    margin: 50px auto 60px;
    border-color: #3E4042;
  }
}
.p-header__btn-cart {
  width: 16px;
}
.p-header__menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__menu {
    margin: auto 0;
    color: #3E4042;
    display: block;
    position: fixed;
    right: 20px;
    z-index: 999;
  }
}
.p-header__menu:focus-visible {
  outline: revert;
}
.p-header__menu-border {
  width: 40px;
  height: 8px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.p-header__menu-border span {
  color: currentColor;
}
.p-header__menu-border span:nth-of-type(1), .p-header__menu-border span:nth-of-type(2) {
  height: 1px;
  margin: 0 auto;
  background-color: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-header__menu-border span:nth-of-type(1), .p-header__menu-border span:nth-of-type(2) {
    width: 100%;
  }
}
.p-header__menu-border span:nth-of-type(1) {
  top: 0;
}
.p-header__menu-border span:nth-of-type(2) {
  top: 100%;
}
.p-header__menu-border.open > span:nth-of-type(1) {
  width: 100%;
  transform: translateY(20px) rotate(-20deg);
  top: calc(100% - 24px);
}
.p-header__menu-border.open > span:nth-of-type(2) {
  width: 100%;
  transform: translateY(-20px) rotate(20deg);
  top: calc(100% + 16px);
}
.p-header__sns {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
}
.p-header__sns-link {
  filter: brightness(0) saturate(100%) invert(21%) sepia(3%) saturate(901%) hue-rotate(199deg) brightness(91%) contrast(82%);
}
.p-header__border {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__border {
    width: 100%;
    margin: 30px 0;
    border: none;
    border-top: solid 1px #D4D8DA;
    display: block;
  }
}
.p-header__link {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__link {
    width: fit-content;
    margin: 0 auto;
    display: block;
  }
}
.p-header__link-blank {
  margin-left: 2px;
  filter: brightness(0) saturate(100%) invert(21%) sepia(3%) saturate(901%) hue-rotate(199deg) brightness(91%) contrast(82%);
  vertical-align: middle;
}
.p-header__shop-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__shop-sp {
    width: fit-content;
    margin: 0 80px 0 auto;
    line-height: 1;
    display: block;
  }
}

.p-footer {
  padding: 115px 0 60px;
  color: #fff;
  background-color: #2E3133;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 100px 0 40px;
  }
}
.p-footer__inner {
  margin-bottom: 75px;
  display: flex;
  justify-content: space-between;
  gap: 70px 40px;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 0;
  }
}
.p-footer__info {
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__info {
    display: contents;
  }
}
.p-footer__logo {
  width: 166px;
  margin: 0 0 32px;
  display: block;
  transition: 0.3s opacity;
}
.p-footer__logo:hover {
  transition: 0.3s opacity;
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-bottom: 70px;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__link-list {
    order: 3;
  }
}
.p-footer__link {
  width: fit-content;
  margin: 0 0 2px 0;
  font-size: 0.9375rem;
  transition: 0.3s opacity;
}
.p-footer__link:hover {
  transition: 0.3s opacity;
  opacity: 0.75;
}
.p-footer__link {
  display: block;
}
.p-footer__link:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    margin-bottom: 10px;
  }
}
.p-footer__link-blank {
  width: 13px;
  margin: 0 0 0 4px;
  display: inline-block;
  vertical-align: baseline;
}
.p-footer__right {
  width: 100%;
  padding: 8px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .p-footer__right {
    max-width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    order: 2;
  }
}
.p-footer__lists {
  font-size: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 38px;
}
@media screen and (max-width: 767px) {
  .p-footer__lists {
    margin-bottom: 70px;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.p-footer__item a {
  transition: 0.3s opacity;
}
.p-footer__item a:hover {
  transition: 0.3s opacity;
  opacity: 0.75;
}
.p-footer__btm {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-footer__btm {
    padding: 30px 0 0 0;
    border-top: solid 1px #7A848C;
    flex-direction: column;
    align-items: flex-start;
    gap: 70px;
  }
}
.p-footer__sns {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    justify-content: center;
    gap: 24px;
  }
}
.p-footer__sns-link a {
  transition: 0.3s opacity;
}
.p-footer__sns-link a:hover {
  transition: 0.3s opacity;
  opacity: 0.75;
}
.p-footer__copyright {
  color: #A3AEB6;
  text-align: right;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    text-align: center;
  }
}

.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 {
  padding: 0 0 200px;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-bottom: 100px;
  }
}
.p-404__btn {
  margin: 50px auto 0 0;
  letter-spacing: 0.07em;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .p-404__btn {
    margin-top: 30px;
  }
}

.p-top-hero {
  width: 100%;
  height: calc(100vh - var(--header-height));
  min-height: 500px;
  margin: var(--header-height) 0 0 0;
  padding: 40px 0 0 0;
  position: relative;
  z-index: 0;
}
.p-top-hero__inner {
  position: relative;
  z-index: 0;
}
.p-top-hero__catch {
  width: fit-content;
  margin: 0 0 0 7vw;
  display: flex;
  flex-direction: row-reverse;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .p-top-hero__catch {
    margin-left: 6vw;
    gap: 25px;
  }
}
.p-top-hero__ja {
  width: 86px;
}
@media screen and (max-width: 767px) {
  .p-top-hero__ja {
    width: 68px;
  }
}
.p-top-hero__en {
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-hero__en {
    font-size: 0.75rem;
  }
}
.p-top-hero__bg {
  width: calc(100% - 60px);
  height: calc(100% - 110px);
  margin: auto;
  background-image: url(../../assets/img/home/img-fv-pc.png);
  background-image: image-set(url(../../assets/img/home/img-fv-pc.webp) type("image/webp")), image-set(url(../../assets/img/home/img-fv-pc.png) type("image/jpeg"));
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-hero__bg {
    width: 98%;
    height: calc(100% - 80px);
    margin: 0;
    background-image: url(../../assets/img/home/img-fv-sp.png);
    background-image: image-set(url(../../assets/img/home/img-fv-sp.webp) type("image/webp")), image-set(url(../../assets/img/home/img-fv-sp.jpg) type("image/jpeg"));
  }
}
.p-top-hero__bg::before, .p-top-hero__bg::after {
  content: "";
  width: 4.3vw;
  height: 100%;
  background-color: #EDEEEE;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top-hero__bg::before, .p-top-hero__bg::after {
    width: 8vw;
  }
}
.p-top-hero__bg::before {
  left: -1px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-top-hero__bg::before {
    content: none;
  }
}
.p-top-hero__bg::after {
  right: -1px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.p-top-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-about {
  padding: 235px 0 240px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding: 180px 0 160px;
  }
}
.p-top-about__deco-sparkle {
  width: 100%;
  height: 100%;
  margin-left: -680px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-about__deco-sparkle {
    margin-left: 0;
    left: 0;
  }
}
.p-top-about__inner {
  max-width: 1030px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-top-about__heading {
  max-width: 576px;
  margin: 0 0 116px auto;
}
@media screen and (max-width: 767px) {
  .p-top-about__heading {
    margin-bottom: 50px;
  }
}
.p-top-about__fixed {
  width: 100%;
  min-height: 900px;
}
@media screen and (max-width: 767px) {
  .p-top-about__fixed {
    min-height: auto;
    margin-bottom: 60px;
  }
}
.p-top-about__txtwrap {
  max-width: 576px;
  margin: 0 0 0 auto;
  position: sticky;
  top: 160px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-about__txtwrap {
    max-width: 100%;
    padding: 0 30px;
    position: static;
  }
}
.p-top-about__txt {
  margin-bottom: 2.7rem;
  line-height: 2.6;
}
.p-top-about__txt:last-of-type {
  margin-bottom: 0;
}
.p-top-about__deco-img {
  position: absolute;
  top: 0;
  z-index: -1;
}
.p-top-about__deco-img--sparkle1 {
  width: 1360px;
  height: auto;
  aspect-ratio: 2720/1598;
  margin: 0 auto;
  display: block;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-top-about__deco-img--sparkle1 {
    width: 100%;
    aspect-ratio: 780/720;
    top: 100px;
  }
}
.p-top-about__deco-img--left {
  width: 498px;
  transform: translateX(-50%);
  top: 840px;
  left: 21.5%;
}
@media screen and (max-width: 1200px) {
  .p-top-about__deco-img--left {
    width: 348px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__deco-img--left {
    display: none;
  }
}
.p-top-about__deco-img--right {
  width: 321px;
  transform: translateX(50%);
  top: 592px;
  right: 11%;
}
@media screen and (max-width: 1200px) {
  .p-top-about__deco-img--right {
    width: 224px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__deco-img--right {
    display: none;
  }
}
.p-top-about__deco-img-sp1 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-about__deco-img-sp1 {
    margin-bottom: 50px;
    display: block;
  }
}
.p-top-about__deco-img-sp2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-about__deco-img-sp2 {
    display: block;
  }
}

.p-top-news {
  padding: 0 0 90px;
  position: relative;
}
.p-top-news__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top-news__inner {
    flex-direction: column;
  }
}
.p-top-news__heading {
  width: 180px;
  flex-shrink: 0;
}
.p-top-news__wrap {
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1024px) {
  .p-top-news__wrap {
    max-width: 100%;
  }
}
.p-top-news__lists {
  margin-bottom: 50px;
}
.p-top-news__archive {
  padding: 32px 60px 32px 30px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-news__archive {
    padding: 28px 40px 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news__archive:hover {
    color: #7A848C;
    border-radius: 20px;
  }
}
.p-top-news__more {
  margin: 0 30px 0 auto;
}

.p-top-features-wrap {
  position: relative;
  z-index: 1;
}
.p-top-features-wrap__deco {
  height: 2500px;
  margin: auto;
  position: absolute;
  top: 230px;
  right: 50%;
  z-index: -1;
  transform: scaleX(-1) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-features-wrap__deco {
    width: 100%;
    top: -50px;
    left: 0;
    transform: initial;
  }
}
.p-top-features-wrap__img {
  width: 1440px;
  height: auto;
  aspect-ratio: 1440/640;
  position: sticky;
  top: 150px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-features-wrap__img {
    width: 100%;
    aspect-ratio: 390/300;
    top: 100px;
  }
}
.p-top-features-wrap__img img {
  width: 100%;
}

.p-top-features {
  padding: 82px 0 160px;
}
@media screen and (max-width: 767px) {
  .p-top-features {
    padding: 80px 0 30px;
  }
}
.p-top-features__heading {
  margin-bottom: 96px;
}
.p-top-features__flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-features__flex {
    flex-direction: column;
    gap: 0;
  }
}
.p-top-features__intro {
  width: calc(50% - 20px);
  padding: 80px 0 0 80px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .p-top-features__intro {
    padding: 60px 0 0 3%;
    gap: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-features__intro {
    width: calc(58% - 20px);
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-features__intro {
    width: 100%;
    padding: 0;
    gap: 30px;
    order: 2;
  }
}
.p-top-features__catch {
  width: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-features__catch {
    transform: translateY(-80px);
  }
}
.p-top-features__catch img {
  width: 100%;
}
.p-top-features__txt {
  padding: 85px 0 0 0;
  line-height: 2.6;
}
@media screen and (max-width: 1200px) {
  .p-top-features__txt {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-features__txt {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-features__txt {
    padding-top: 60px;
    line-height: 2;
  }
}
.p-top-features__img {
  width: calc(50% - 20px);
  max-width: 560px;
}
@media screen and (max-width: 1024px) {
  .p-top-features__img {
    width: calc(42% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-features__img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 780/765;
    position: relative;
    z-index: -1;
    order: 1;
  }
}
.p-top-features__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-features__img img {
    width: auto;
    max-width: 100.5vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-top-business {
  padding: 0 0 200px;
  color: #fff;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-business {
    padding-bottom: 140px;
  }
}
.p-top-business__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.p-top-business__content {
  width: 96%;
  max-width: 990px;
  margin: 0 0 0 auto;
  padding: 132px 0 0 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top-business__content {
    width: 90%;
    padding: 100px 0 100px 5%;
  }
}
.p-top-business__content::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: rgba(82, 92, 100, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top-business__heading {
  margin-bottom: 72px;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-business__heading {
    margin: 0 0 120px;
  }
}
.p-top-business__flex {
  margin: 0 0 80px;
  display: flex;
  justify-content: space-between;
  gap: 72px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .p-top-business__flex {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__flex {
    margin-bottom: 140px;
    flex-direction: column;
  }
}
.p-top-business__flex:last-of-type {
  margin-bottom: 0;
}
.p-top-business__flex:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top-business__flex:nth-of-type(even) {
    flex-direction: column;
  }
}
.p-top-business__intro {
  padding: 60px 0 0 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-top-business__intro {
    padding: 40px 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__intro {
    padding: 0;
    order: 2;
  }
}
.p-top-business__intro--txt1 {
  width: calc(41% - 36px + 80px);
}
@media screen and (max-width: 767px) {
  .p-top-business__intro--txt1 {
    width: 100%;
  }
}
.p-top-business__intro--txt2 {
  width: calc(67% - 36px + 80px);
}
@media screen and (max-width: 767px) {
  .p-top-business__intro--txt2 {
    width: 100%;
  }
}
.p-top-business__catch {
  margin-bottom: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-business__catch {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-top-business__catch--catch1 {
  width: 208px;
}
@media screen and (max-width: 767px) {
  .p-top-business__catch--catch1 {
    width: 19vw;
    right: 5vw;
    top: -102vw;
  }
}
.p-top-business__catch--catch2 {
  width: 256px;
}
@media screen and (max-width: 767px) {
  .p-top-business__catch--catch2 {
    width: 19vw;
    left: 8vw;
    top: -102vw;
  }
}
.p-top-business__txt {
  max-width: 368px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-business__txt {
    max-width: 100%;
  }
}
.p-top-business__imgwrap {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-business__imgwrap {
    order: 1;
  }
}
.p-top-business__imgwrap--img1 {
  width: calc(51% - 36px);
  height: 400px;
}
@media screen and (max-width: 767px) {
  .p-top-business__imgwrap--img1 {
    width: 100%;
    height: auto;
  }
}
.p-top-business__imgwrap--img2 {
  width: calc(43% - 25px);
  height: 480px;
}
@media screen and (max-width: 767px) {
  .p-top-business__imgwrap--img2 {
    width: 100%;
    height: auto;
  }
}
.p-top-business__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-business__img {
    height: auto;
    position: static;
  }
}
.p-top-business__img--img1 {
  width: 500px;
}
@media screen and (max-width: 1024px) {
  .p-top-business__img--img1 {
    width: 110%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__img--img1 {
    width: 105%;
  }
}
.p-top-business__img--img2 {
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .p-top-business__img--img2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__img--img2 {
    width: 100%;
  }
}
.p-top-business__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-pickup {
  margin: 0 0 160px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-pickup {
    margin-bottom: 120px;
  }
}
.p-top-pickup__deco {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__deco {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: -1;
    display: block;
  }
}
.p-top-pickup__deco-img {
  width: 100%;
  aspect-ratio: 390/300;
  top: 100px;
  position: sticky;
  top: 150px;
  display: block;
}
.p-top-pickup__bg {
  padding: 135px 0 135px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__bg {
    padding: 90px 0 100px;
  }
}
.p-top-pickup__bg::before {
  content: "";
  width: calc(100% - 120px);
  height: 100%;
  background-image: url(../../assets/img/home/bg-pickup.jpg);
  background-image: image-set(url(../../assets/img/home/bg-pickup.webp) type("image/webp")), image-set(url(../../assets/img/home/bg-pickup.jpg) type("image/jpeg"));
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .p-top-pickup__bg::before {
    width: 100%;
  }
}
.p-top-pickup__heading {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__heading {
    margin-bottom: 60px;
  }
}
.p-top-pickup__swiper {
  margin: 0 auto 80px;
  overflow: visible !important;
}
.p-top-pickup__btnwrap {
  width: 90px;
  height: 40px;
  margin: 0 5% 30px auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-top-pickup__btnwrap {
    margin: 0 calc(3% + 20px) 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-pickup__btnwrap {
    display: none;
  }
}
.p-top-pickup__btnwrap .swiper-button-prev,
.p-top-pickup__btnwrap .swiper-button-next {
  width: 40px;
  height: 40px;
  margin: 0 !important;
  color: #3E4042;
  border-radius: 50%;
  border: solid 1px #A3AEB6;
  position: relative;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-pickup__btnwrap .swiper-button-prev:hover,
  .p-top-pickup__btnwrap .swiper-button-next:hover {
    background-color: #A3AEB6;
  }
}
.p-top-pickup__btnwrap .swiper-button-prev::before,
.p-top-pickup__btnwrap .swiper-button-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #3E4042;
  border-right: solid 2px #3E4042;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 7px);
}
.p-top-pickup__btnwrap .swiper-button-prev {
  transform: rotate(-180deg);
  left: 0;
}
.p-top-pickup__btnwrap .swiper-button-next {
  right: 0;
}
.p-top-pickup__btnwrap .swiper-navigation-icon {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .p-top-pickup .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 120px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-pickup__slide:hover .p-top-pickup__img img {
    transform: scale(1.05);
  }
}
.p-top-pickup__slideinner {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__slideinner {
    flex-direction: column;
  }
}
.p-top-pickup__img-wrap {
  width: 54%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 400/460;
  flex-shrink: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__img-wrap {
    width: 100%;
    max-width: 100%;
    aspect-ratio: unset;
    display: flex;
    gap: 5vw;
  }
}
.p-top-pickup__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-top-pickup__img-ttl {
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__img-ttl {
    color: #3E4042;
    font-size: 3.6vw;
    position: static;
  }
}
.p-top-pickup__img {
  width: 100%;
}
.p-top-pickup__info {
  padding: 50px 0 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .p-top-pickup__info {
    padding: 0;
  }
}
.p-top-pickup__name {
  margin: auto 0 32px 0;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__name {
    margin-bottom: 20px;
  }
}
.p-top-pickup__name .en {
  margin-bottom: 5px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__name .en {
    font-size: 1.75rem;
  }
}
.p-top-pickup__name .ja {
  font-size: 1.125rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__name .ja {
    font-size: 0.9375rem;
  }
}
.p-top-pickup__txtwrap {
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 2;
  color: #7A848C;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__txtwrap {
    margin-bottom: 40px;
  }
}
.p-top-pickup__logo {
  margin: auto 0 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__logo {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
.p-top-pickup__logo--gioia {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__logo--gioia {
    max-width: 167px;
  }
}
.p-top-pickup__logo--gelsomino {
  max-width: 154px;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__logo--gelsomino {
    max-width: 129px;
    top: 0;
  }
}
@media screen and (max-width: 430px) {
  .p-top-pickup__logo--gelsomino {
    max-width: 110px;
  }
}
.p-top-pickup__logo--karucook {
  max-width: 167px;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__logo--karucook {
    max-width: 141px;
    top: -5px;
  }
}
.p-top-pickup__logo--velona {
  max-width: 188px;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__logo--velona {
    max-width: 176px;
  }
}
@media screen and (max-width: 430px) {
  .p-top-pickup__logo--velona {
    max-width: 150px;
    top: 20px;
  }
}
.p-top-pickup__logo--mdesign {
  max-width: 182px;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__logo--mdesign {
    max-width: 173px;
  }
}
@media screen and (max-width: 430px) {
  .p-top-pickup__logo--mdesign {
    max-width: 150px;
    top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-pickup__more {
    display: none;
  }
}
.p-top-pickup__btn {
  width: 100%;
  max-width: 400px;
  height: 100px;
  margin: 0 auto;
  padding-right: 10px;
  font-size: 1.25rem;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-top-pickup__btn {
    max-width: 330px;
    height: 90px;
  }
}
.p-top-pickup__btn-arrow {
  width: 21px;
}

.p-top-tax {
  margin: 0 0 60px 0;
  padding: 0 120px 0 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .p-top-tax {
    padding-right: 0;
  }
}
.p-top-tax__bg {
  position: relative;
  z-index: 0;
}
.p-top-tax__deco {
  width: 1440px;
  height: calc(100% + 500px + 140px);
  margin: auto;
  position: absolute;
  top: -500px;
  left: 53%;
  transform: translateX(-50%);
  z-index: -1;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-tax__deco {
    display: none;
  }
}
.p-top-tax__deco-img {
  width: 100%;
  aspect-ratio: 1440/640;
  top: 100px;
  position: sticky;
  top: 150px;
  display: block;
}
.p-top-tax__inner {
  max-width: 1080px;
  padding: 60px 80px;
  border: solid 1px #D4D8DA;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .p-top-tax__inner {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-tax__inner {
    padding: 80px 5%;
    flex-direction: column;
    gap: 0;
  }
}
.p-top-tax__intro {
  max-width: 416px;
  padding: 8px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-top-tax__intro {
    max-width: 100%;
    display: contents;
  }
}
.p-top-tax__ttl {
  margin-bottom: 42px;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-tax__ttl {
    order: 1;
  }
}
.p-top-tax__txt {
  margin: 0 0 30px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-tax__txt {
    order: 3;
  }
}
.p-top-tax__btn {
  width: 240px;
  height: 70px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-tax__btn {
    width: 220px;
    height: 64px;
    padding-left: 40px;
    order: 4;
  }
}
.p-top-tax__img {
  width: 50%;
  max-width: 416px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-tax__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    order: 2;
  }
}
.p-top-tax__img img {
  width: 100%;
}

.p-top-catalog {
  padding: 0 120px 0 0;
}
@media screen and (max-width: 1200px) {
  .p-top-catalog {
    padding-right: 0;
  }
}
.p-top-catalog__inner {
  max-width: 1080px;
  padding: 80px 40px 65px;
  background-color: rgba(236, 208, 200, 0.25);
}
@media screen and (max-width: 767px) {
  .p-top-catalog__inner {
    padding: 80px 5% 80px;
  }
}
.p-top-catalog__flex {
  max-width: 720px;
  margin: 0 auto;
  transform: translateX(20px);
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  .p-top-catalog__flex {
    align-items: center;
    transform: none;
    gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-catalog__flex {
    max-width: 100%;
    flex-direction: column;
    gap: 40px;
  }
}
.p-top-catalog__intro {
  max-width: 352px;
  padding: 55px 0 0 0;
  order: 2;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .p-top-catalog__intro {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-catalog__intro {
    max-width: 100%;
    order: 1;
  }
}
.p-top-catalog__header {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .p-top-catalog__header {
    margin-bottom: 60px;
  }
}
.p-top-catalog__txt {
  margin: 0 0 10px;
  line-height: 2;
}
.p-top-catalog__img-wrap {
  max-width: 269px;
  order: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-catalog__img-wrap {
    width: 74%;
    order: 2;
  }
}
.p-top-catalog__link {
  width: 100%;
  display: block;
  transition: 0.3s opacity;
}
.p-top-catalog__link:hover {
  transition: 0.3s opacity;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-top-catalog__link:hover .p-athena-catalog__name {
    text-decoration: none;
  }
}
.p-top-catalog__img {
  margin: 0 0 15px;
  box-shadow: 30px 40px 40px 0 rgba(0, 0, 0, 0.1);
  display: block;
}
.p-top-catalog__name {
  padding: 0 0 0 30px;
  background-image: url(../../assets/img/common/icon-catalog.svg);
  background-size: 21px auto;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-top-catalog__name {
    padding-left: 28px;
    font-size: 0.9375rem;
    background-size: 18px auto;
  }
}

.p-top-company {
  padding: 195px 0 200px;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    padding: 120px 0 100px;
  }
}
.p-top-company__header {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-top-company__header {
    margin-bottom: 60px;
  }
}
.p-top-company__list {
  padding: 38px 30px 38px;
  line-height: 1.6;
  border-bottom: solid 1px #D4D8DA;
  display: flex;
  gap: 70px;
}
.p-top-company__list:first-of-type {
  border-top: solid 1px #D4D8DA;
}
@media screen and (max-width: 1024px) {
  .p-top-company__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__list {
    padding: 30px 10px 30px;
    gap: 20px;
  }
}
.p-top-company__ttl {
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-top-company__ttl {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__ttl {
    width: 90px;
  }
}
.p-top-company__txt {
  width: 100%;
}

.p-contact {
  padding: 0 0 195px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 150px;
  }
}
.p-contact__txt {
  margin: 0 0 120px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__txt {
    margin-bottom: 70px;
  }
}
.p-contact__ttl {
  position: relative;
  margin-bottom: 40px;
  padding-left: 60px;
  font-size: 1.25rem;
  font-weight: 500;
}
.p-contact__ttl::before {
  content: "";
  margin: auto 0;
  inset: 0 auto 0 0;
  width: 50px;
  height: 50px;
  background: url(../../assets/img/contact/icon-mail.svg) no-repeat center center/100%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-contact__ttl {
    margin-bottom: 30px;
  }
}
.p-contact_content {
  margin: 0 0 110px;
  padding: 118px 30px 100px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-contact_content {
    margin-bottom: 80px;
    padding: 80px 20px 80px;
  }
}
.p-contact__inner {
  max-width: 800px;
  margin: 0 auto;
}
.p-contact__flow-wrap {
  width: 90%;
  max-width: 528px;
  margin: 0 auto 85px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__flow-wrap {
    margin-bottom: 60px;
  }
}
.p-contact__flow {
  color: #9D9B98;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 0;
}
.p-contact__flow::before {
  content: "";
  width: 5px;
  height: auto;
  aspect-ratio: 1/1;
  margin: auto;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  bottom: 0;
}
.p-contact__flow--current {
  color: currentColor;
}
.p-contact__flow-num {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1;
}
.p-contact__flow-dotted {
  width: calc(50% - 35px);
  height: 1px;
  margin: auto;
  border-bottom: dotted 1px #9D9B98;
  position: absolute;
  top: -5px;
  bottom: 0;
}
.p-contact__flow-dotted:first-of-type {
  left: 27px;
}
.p-contact__flow-dotted:last-of-type {
  right: 27px;
}
.p-contact__require {
  margin: 0 0 23px;
  font-size: 0.8125rem;
}
.p-contact__form-flex {
  width: 100%;
  padding: 30px 0 28px;
  line-height: 1.6;
  border-bottom: solid 1px #D9D9D9;
  display: flex;
  align-items: flex-start;
}
.p-contact__form-flex:first-of-type {
  border-top: solid 1px #D9D9D9;
}
.p-contact__form-flex--checkbox {
  padding: 23px 0 23px;
}
@media screen and (max-width: 767px) {
  .p-contact__form-flex {
    padding: 25px 0;
    flex-direction: column;
    align-items: normal;
    gap: 10px;
  }
}
.p-contact__form-ttl {
  width: 240px;
  flex-shrink: 0;
}
.p-contact__form-ttl--mb {
  margin-block: auto;
}
.p-contact__form-ttl--top {
  margin-bottom: auto;
  padding-top: 15px;
}
@media screen and (max-width: 1024px) {
  .p-contact__form-ttl {
    width: 170px;
  }
}
.p-contact__form-desc {
  flex-grow: 1;
}
.p-contact__vertical .wpcf7-checkbox {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-contact__form-note {
  margin-top: 5px;
  font-size: 0.75rem;
}
.p-contact__btn01 {
  color: #fff;
  background-color: #3E4042;
}
@media screen and (min-width: 768px) {
  .p-contact__btn01:hover {
    background-color: #7A848C;
    border-color: #7A848C;
  }
}
.p-contact__btn01-arrow {
  width: 16px;
  height: 10px;
  right: 28px;
}
@media screen and (min-width: 768px) {
  .p-contact__btn01-arrow {
    filter: brightness(0) invert(1);
  }
}
.p-contact__btn02 {
  padding-left: 30px;
  border: none;
  max-width: inherit;
  width: fit-content;
  height: fit-content;
}
.p-contact__btn02 input {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-contact__btn02:hover {
    color: #7A848C;
    background-color: transparent;
  }
}
.p-contact__btn02-arrow {
  width: 16px;
  height: 10px;
  left: 0px;
  right: auto;
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .p-contact__btn02:hover .p-contact__btn02-arrow {
    transform: translateX(-4px) scaleX(-1);
    filter: brightness(1) invert(0);
  }
}
.p-contact__flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-contact__flex {
    flex-direction: column;
    gap: 30px;
  }
}
.p-contact__left {
  width: 300px;
  flex-shrink: 0;
}
.p-contact__right {
  font-size: 0.75rem;
  line-height: 1.6;
}
.p-contact__tel {
  margin: 0 0 30px;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  vertical-align: text-bottom;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__tel {
    font-size: 1.25rem;
  }
}
.p-contact__num {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__num {
    font-size: 1.875rem;
  }
}
.p-contact__tel-list {
  padding-left: 1em;
  text-indent: -1em;
}
.p-contact__tel-wrap {
  margin-top: 80px;
}
.p-contact__tel-heading {
  position: relative;
  padding-left: 62px;
  font-size: 1.25rem;
  font-weight: 500;
}
.p-contact__tel-heading::before {
  position: absolute;
  content: "";
  margin: auto 0;
  inset: 0 auto 0 0;
  width: 50px;
  height: 50px;
  background: url(../../assets/img/contact/icon-tel.svg) no-repeat center/100%;
}
.p-contact__tel-emphasis {
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-emphasis {
    font-size: 1.25rem;
  }
}
.p-contact__tel-emphasis-num {
  font-size: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-emphasis-num {
    font-size: 2.25rem;
  }
}
.p-contact__tel-txt {
  margin-top: 0px;
  font-size: 0.75rem;
  line-height: 1.6;
}

#confirm .p-contact__txt {
  margin-bottom: 80px;
}
#confirm .p-contact__form-flex {
  padding: 22px 0 23px;
}
#confirm .p-contact__form-ttl {
  padding-top: 0;
}
#confirm .p-contact__form-ttl--vtop {
  padding-top: 0;
}
#confirm .p-contact__btnWrap {
  margin-top: 50px;
  gap: 53px 40px;
}

.p-contact-thanks {
  max-width: 800px;
  margin: 0 auto;
}
.p-contact-thanks__ttl {
  margin: 0 0 30px;
  color: #EDEEEE;
  font-size: 1.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__ttl {
    font-size: 1.5rem;
  }
}
.p-contact-thanks__txt {
  margin: 0 0 90px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__txt {
    margin-bottom: 50px;
  }
}
.p-contact-thanks__btn {
  max-width: 295px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
}

.p-news {
  padding: 0 0 200px;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-bottom: 100px;
  }
}
.p-news__lists {
  max-width: 1200px;
  margin: 0 auto;
}
.p-news__time {
  text-align: center;
  width: 150px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-news__time {
    text-align: left;
  }
}
.p-news__archive {
  position: relative;
  padding: 40px 100px 40px 10px;
}
@media screen and (max-width: 767px) {
  .p-news__archive {
    padding: 25px 40px 15px 10px;
  }
}
.p-news__archive::before {
  z-index: -1;
  content: "";
  position: absolute;
  margin: auto;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}
.p-news__archive::after {
  content: "";
  position: absolute;
  margin: auto 0;
  inset: 0 40px 0 auto;
  width: 16px;
  height: 10px;
  background: url(../../assets/img/common/icon-arrow.svg) no-repeat center center/contain;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-news__archive::after {
    inset: 0 10px 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-news__archive:hover {
    border-bottom: solid 1px #D9D9D9;
  }
  .p-news__archive:hover::before {
    height: calc(100% - 20px);
    opacity: 1;
  }
  .p-news__archive:hover::after {
    transform: translateX(10px);
  }
}

.p-news-d {
  padding: calc(82px + var(--header-height)) 0 195px;
}
@media screen and (max-width: 1200px) {
  .p-news-d {
    padding-top: calc(70px + var(--header-height));
  }
}
@media screen and (max-width: 767px) {
  .p-news-d {
    padding-top: calc(50px + var(--header-height));
    padding-bottom: 100px;
  }
}
.p-news-d__header {
  margin: 0 0 100px;
  padding: 0 0 50px;
  border-bottom: solid 1px #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-news-d__header {
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
}
.p-news-d__date {
  margin: 0 0 10px;
  font-size: 0.9375rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-news-d__date {
    margin-bottom: 20px;
  }
}
.p-news-d__ttl {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-news-d__ttl {
    font-size: 1.375rem;
  }
}
.p-news-d__content {
  margin-inline: auto;
  max-width: 720px;
}

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

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    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--serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.u-font--karla {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}/*# sourceMappingURL=style.css.map */