@charset "UTF-8";
.u-bg-contain,
.u-bg-cover {
  background-position: 50% 50%;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-caption img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
option,
select,
table,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
input,
option,
select,
table,
textarea {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
.entry-content a:hover,
.post-content a:hover,
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
.wp-caption,
figure,
img {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
.attachment-post-thumbnail,
.entry-content img,
.post-content img,
.wp-block-image img,
.wp-post-image,
img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
img[src$=".svg"] {
  height: auto;
}
.wp-caption .wp-caption-text,
figcaption {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: 0.6rem;
  text-align: center;
}
.alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gallery,
.wp-block-gallery {
  margin: 0;
}
.gallery .gallery-item,
.wp-block-gallery .blocks-gallery-item,
.wp-block-gallery figure {
  min-width: 0;
}
.card__thumb img,
.gallery img,
.list__thumb img,
.post-thumbnail img,
.wp-block-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.card__thumb,
.is-menu-open,
.list__thumb,
.post-thumbnail {
  overflow: hidden;
}
.is-flex > :where(img, figure),
.is-grid > :where(img, figure),
.wp-block-columns,
.wp-block-gallery {
  min-width: 0;
}
.u-aspect-1x1 {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.u-aspect-4x3 {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.u-aspect-16x9 {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.u-aspect-16x9 > img,
.u-aspect-1x1 > img,
.u-aspect-4x3 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
img[loading="lazy"] {
  contain: paint;
}
.u-bg-cover {
  background-size: cover;
}
.u-bg-contain {
  background-size: contain;
}
.entry-content,
.post-content {
  line-height: 1.6;
  color: inherit;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 600;
  line-height: 1.3;
  margin: 2rem 0 1rem;
}
.entry-content p,
.post-content p {
  margin: 1rem 0;
}
.entry-content a,
.post-content a {
  text-decoration: underline;
}
.entry-content ol,
.entry-content ul,
.post-content ol,
.post-content ul {
  margin: 1rem 0 1rem 2rem;
  padding: 0;
}
.entry-content li,
.post-content li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.entry-content table,
.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
.entry-content td,
.entry-content th,
.post-content td,
.post-content th {
  border: 1px solid #ddd;
  padding: 0.8rem 1.2rem;
  text-align: left;
}
.entry-content th,
.post-content th {
  background: #f5f5f5;
  font-weight: 600;
}
.entry-content blockquote,
.post-content blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #ccc;
  background: #fafafa;
  font-style: italic;
}
.entry-content figcaption,
.post-content figcaption {
  color: #666;
  text-align: center;
  margin-top: 0.5rem;
}
.entry-content pre,
.post-content pre {
  background: #f7f7f7;
  padding: 1rem;
  overflow-x: auto;
  border-radius: 4px;
}
.entry-content code,
.post-content code {
  background: #f0f0f0;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
}
:root {
  --spacing-xl: 7rem;
}
@media (max-width: 768px) {
  :root {
    --spacing-xl: 3rem;
  }
}
.form-meta {
  max-width: 752.24px;
  margin: 66px auto 45px;
}
.form-item2 {
  width: 388.17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-item3,
.form-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.form-item3 {
  width: 336.17px;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.4rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.form-item1 {
  max-width: 503.17px;
  width: 74%;
}
::-webkit-input-placeholder {
  color: #bbbcbc;
  opacity: 0.8;
  font-size: 1.6rem;
  line-height: 2;
  font-family:
    Noto Sans JP,
    sans-serif;
}
::-moz-placeholder {
  color: #bbbcbc;
  opacity: 0.8;
  font-size: 1.6rem;
  line-height: 2;
  font-family:
    Noto Sans JP,
    sans-serif;
}
:-ms-input-placeholder {
  color: #bbbcbc;
  opacity: 0.8;
  font-size: 1.6rem;
  line-height: 2;
  font-family:
    Noto Sans JP,
    sans-serif;
}
::-ms-input-placeholder {
  color: #bbbcbc;
  opacity: 0.8;
  font-size: 1.6rem;
  line-height: 2;
  font-family:
    Noto Sans JP,
    sans-serif;
}
::placeholder {
  color: #bbbcbc;
  opacity: 0.8;
  font-size: 1.6rem;
  line-height: 2;
  font-family:
    Noto Sans JP,
    sans-serif;
}
.contact-main2__text a,
.form-red {
  color: #e60013;
}
.mwform-checkbox-field label,
.mwform-radio-field label,
.wpcf7-checkbox label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-red.white,
.form-white {
  visibility: hidden;
}
.mwform-checkbox-field-text {
  margin-left: 4px;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.wpcf7-checkbox input {
  width: 24.1px;
  height: 24.1px;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  :root {
    --spacing-xl: 2rem;
  }
  .wpcf7-checkbox input {
    width: 20.1px;
    height: 20.1px;
  }
}
.form-list {
  display: flex;
  margin: 0 auto 26px;
  width: 100%;
}
.form-item,
.form-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.form-list:nth-child(3) {
  margin: 39px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-list.form-message1 {
  margin: 25px auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#form-mess .form-item:first-child,
.form-list.form-message1 .form-item:first-child {
  margin-top: 13px;
}
.form-input.year {
  width: 102.71px;
}
.form-input.date {
  width: 55.64px;
}
.form-item:first-child {
  width: 191.36px;
  margin-right: 38px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.form-box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 26px auto 29px;
}
.form-info {
  width: 145px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1024px) {
  .form-item2 {
    width: 67%;
  }
  .form-info {
    font-size: 1.6rem;
  }
}
.form-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
}
.form-red {
  font-size: 1.1rem;
  border-radius: 5px;
  margin-right: 15px;
}
.form-input,
.form-message2 {
  -webkit-box-sizing: border-box;
  font-family:
    Noto Sans JP,
    sans-serif;
  border: 1px solid #9b9b9c;
  line-height: 2;
  width: 100%;
}
.form-list .form-item:nth-child(2) {
  display: block;
  width: 71%;
}
#form-mess .form-input {
  padding: 10px 20px;
  width: 560.75px;
  height: 233.35px;
}
#form-mess {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-blue {
  background-color: #005aab !important;
}
.form-input {
  box-sizing: border-box;
  padding: 0 20px;
  height: 48.69px;
  max-width: 234.35px;
  background-color: #fff;
}
.form-list.choice {
  margin: 55px auto 31px;
}
.form-message2 {
  box-sizing: border-box;
  padding: 10px 20px;
  height: 198.45px;
  font-size: 1.5rem;
}
.contact-main2__text,
.form-note {
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}
.form-note {
  margin: 113px 0 76px;
  line-height: 2.7;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-main2__text,
.form-meta .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.form-meta .wpcf7-list-item {
  margin: 0;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-main2__text {
  margin: 80px 0 43px;
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.contact-main2__text .mwform-checkbox-field-text,
.contact-main2__text .wpcf7-list-item-label,
.contact-main2__text.sp,
.form-meta .wpcf7-spinner,
.l-footer__quick,
.p-contact .p-contact__btn__back,
.p-top-strength__cart,
.p-top-strength__person,
.p-top-strength__worker {
  display: none;
}
.contact-main2__text .error {
  bottom: -17px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.contact-main2__meta {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
}
.contact-main2__link input,
.wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
}
.p-contact__btn__back span {
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 2rem;
  position: absolute;
  left: 26px;
  color: #fff;
  top: 9px;
}
.contact-main2__link,
.p-contact__btn__back {
  position: relative;
}
.form-item2 .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-main2__link input {
  font-weight: 700;
  cursor: pointer;
  border: none;
  position: relative;
  width: 171.69px;
  color: #fff;
  background-color: #e60013;
  height: 49.29px;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  border-radius: 36px;
  letter-spacing: 1px;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .contact-main2__link input {
    letter-spacing: 3px;
  }
  .c-header__recruit {
    width: 130.72px;
  }
}
.contact-main2__link span {
  top: 9px;
  right: 35px;
  font-size: 2rem;
  position: absolute;
  color: #fff;
}
.contact-main2__link:hover span {
  cursor: pointer;
  right: 25px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.p-contact__btn__back input {
  cursor: pointer;
  color: #fff;
  background-color: #595857;
  border: 0;
  height: 49px;
  width: 150px;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form-list.form-message1 {
    margin: 0;
  }
  .form-list.choice {
    margin: 20px auto;
  }
  .contact-main2__text {
    margin: 30px 0 50px;
  }
  .form-item2,
  .form-list .form-item:nth-child(2) {
    width: 100%;
  }
  .form-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-item:first-child {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form-info {
    margin-right: 12px;
  }
  .contact-main2__link input {
    font-size: 1.7rem;
    letter-spacing: 1px;
    width: 182.81px;
  }
  .contact-main2__meta {
    max-width: 465px;
    margin: 0 auto;
  }
}
.form-item4 {
  width: 68%;
  max-width: 518px;
  margin-left: 4px;
}
.wpcf7-checkbox.form-choice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 0;
}
.wpcf7-checkbox {
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-delivery__pagination,
.p-news__single__list__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.contact-main2__text .wpcf7-not-valid-tip {
  bottom: -30px;
  position: absolute;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpcf7-form-control-wrap {
  position: unset !important;
}
.contact-main2__text .wpcf7-checkbox input {
  width: 23.1px;
  height: 23.1px;
  margin-right: 10px;
}
.form-item4 .wpcf7-list-item {
  margin: 0 0 16px;
  text-wrap-mode: nowrap;
}
.wpcf7-list-item-label {
  font-size: 1.4rem;
  margin-left: 15px;
  letter-spacing: 1.5px;
}
.c-detail__top,
body {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .form-item4 {
    margin-left: 0;
    width: 100%;
  }
  .form-item1 {
    width: 100%;
  }
  .form-meta {
    margin: 40px auto 45px;
    max-width: 448.24px;
  }
  .contact-main2__button {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 516px) {
  .form-info {
    font-size: 1.5rem;
  }
  .contact-main2__text {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .contact-main2__link img {
    right: 20px;
  }
  .contact-main2__meta {
    max-width: 288px;
  }
  .contact-main2__link span,
  .p-contact__btn__back span {
    display: none;
  }
  .p-contact__btn__back input {
    width: 50px;
    font-size: 1.4rem;
  }
  .contact-main2__button,
  .form-input,
  .form-item4 .wpcf7-list-item {
    width: 100%;
  }
  .contact-main2__text.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-main2__link input {
    margin: 0 auto;
    height: 50.17px;
  }
  .wpcf7-checkbox.form-choice {
    grid-template-columns: repeat(2, 1fr);
  }
  .wpcf7-list-item-label {
    letter-spacing: 1px;
    margin-left: 5px;
  }
  .form-meta {
    margin: 35px auto 45px;
  }
  .form-item1 {
    max-width: 100%;
  }
  .contact-main2__button {
    margin-top: 40px;
  }
  .contact-main2__text {
    margin-bottom: 30px;
  }
}
.contact-main2__link img {
  position: absolute;
  width: 26.13px;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}
.wpcf7-form .wpcf7-radio input[type="radio"] {
  position: relative;
  visibility: hidden;
}
.wpcf7-form .wpcf7-radio input[type="radio"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 1px;
  border: 2px solid #222;
}
.wpcf7-form .wpcf7-radio input[type="radio"] + span:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 5.5px;
  left: 4.5px;
  visibility: hidden;
}
.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span:before {
  background: 0 0;
}
.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span:after {
  background: #222;
  visibility: visible;
}
.form-item3 .wpcf7-not-valid-tip {
  position: absolute;
  left: 20px;
}
.p-news__single__list__btn {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 150px auto 0;
  position: relative;
}
.c-span__prev {
  position: absolute;
  left: 0;
}
.c-span__next {
  position: absolute;
  right: 0;
}
.c-detail__main,
.l-footer,
.l-header,
.l-header__nav a,
.l-header__tel {
  position: relative;
}
.p-delivery__pagination .wp-pagenavi a,
.p-delivery__pagination .wp-pagenavi span {
  color: #00489d;
  text-decoration: none;
  border: 1px solid;
  width: 41.5px;
  height: 41.5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px;
  font-size: 2.2rem;
  line-height: calc(96.27 / 22);
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
.nextpostslink,
.pages,
.previouspostslink {
  display: none !important;
}
.p-delivery__pagination {
  margin: 135px 0 0;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-detail__pagenavi,
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.p-delivery__pagination .wp-pagenavi a:hover,
.p-delivery__pagination .wp-pagenavi span.current {
  background-color: #00489d;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .p-delivery__pagination .wp-pagenavi a,
  .p-delivery__pagination .wp-pagenavi span {
    margin: 5px;
    font-size: 2.5rem;
    width: 40.5px;
    height: 40.5px;
  }
  .p-delivery__pagination {
    margin: 0;
  }
}
.c-detail__main {
  color: #0084cf;
  max-width: 1080px;
  margin: 88px auto;
  z-index: 2;
  background: #fff;
}
.c-detail__title {
  font-size: 3.5rem;
  line-height: 1.9;
  border-bottom: 1px solid;
  margin: -13px 0 38px;
}
@media only screen and (max-width: 1024px) {
  .c-detail__title {
    font-size: 3rem;
    line-height: 1.75;
    margin: -5px 0 38px;
  }
}
@media only screen and (max-width: 767px) {
  .form-info {
    width: auto;
  }
  .c-detail__title {
    font-size: 2.5rem;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 516px) {
  .c-header__recruit {
    width: 115.72px;
    right: 5px;
  }
  .form-input.year {
    width: 90.71px;
  }
  .form-input.date {
    width: 50px;
    padding: 0 10px;
  }
  .p-delivery__pagination {
    margin: 50px 0 0;
  }
  .p-delivery__pagination .wp-pagenavi a,
  .p-delivery__pagination .wp-pagenavi span {
    font-size: 2.2rem;
  }
  .c-detail__title {
    font-size: 2rem;
  }
}
.c-detail__content {
  font-size: 1.6rem;
  line-height: 1.4;
}
.c-detail__content img {
  height: auto;
  margin: 30px auto;
}
.c-detail__pagenavi {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 150px auto 0;
  max-width: 1050px;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .c-detail__pagenavi {
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-detail__pagenavi {
    margin: 60px auto 0;
  }
}
.contact-main2__white {
  font-size: 1.6rem;
}
.contact-main2__white p {
  text-align: center;
  font-size: 1.4rem;
}
.contact-main2__white a {
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  line-height: 1.75;
  color: #231916;
}
main {
  /* `hidden` forces overflow-y:auto and can draw a second scrollbar on Windows. */
  overflow-x: clip;
  overflow-y: visible;
}
table,
td,
th,
tr {
  border-collapse: separate;
  border-spacing: 0 7px;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body,
html {
  overscroll-behavior-x: none;
}
.l-header {
  background: #fff;
  z-index: 10;
}
.l-header__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: none;
  padding: 0 20px 0 30px;
}
.l-header__logo,
.l-header__nav {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.l-header__logo {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0068b7;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 clamp(304px, 18.85vw, 386px);
  -ms-flex: 0 0 clamp(304px, 18.85vw, 386px);
  flex: 0 0 clamp(304px, 18.85vw, 386px);
  gap: 12px;
}
.l-header__logo-image {
  height: auto;
  width: 243px;
}
.l-header__logo-mark {
  height: 73px;
  width: 57px;
}
.l-header__logo-text {
  display: grid;
  line-height: 1.05;
}
.l-header__nav-wrap{
  display: flex;
    width: 80%;
    justify-content: flex-end;
  @media only screen and (max-width: 1124px) {
        width: 75%;
    @media only screen and (max-width: 1024px) {
      display: none;
    }

  }
}
.l-header__nav a,
.l-header__tel {
  line-height: 1;
  white-space: nowrap;
}
.l-header__logo-sub {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
}
.l-header__logo-main {
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0;
}
.l-header__logo-limited {
  font-size: 1.9rem;
  font-weight: 900;
  margin-top: -2.7rem;
  -webkit-transform: translateX(-4.6rem);
  -ms-transform: translateX(-4.6rem);
  transform: translateX(-4.6rem);
  width: 4.2rem;
}
.l-header__nav {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /* gap: 37px; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  /* margin-top: 9px; */
  /* width: 24%; */
  max-width: 607px;
}
.l-footer__inner,
.l-header__contact {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.l-header__nav a {
  color: #111;
  font-size: clamp(1.5rem, 1.27vw, 2.6rem);
  font-weight: 700;
  font-size: 15px;
  color: #231916;
}
.l-header__nav a::after {
  background: url(../images/home-cleaning-icon.svg) center/contain no-repeat;
  content: "";
  height: 41px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 14px;
  -webkit-transform: translate(-50%, 5px) scale(.92);
  -ms-transform: translate(-50%, 5px) scale(.92);
  transform: translate(-50%, 5px) scale(.92);
  transition: opacity .22s ease, transform .28s var(--showa-ease-out);
  width: 29.7px;
}
.l-header__nav a.is-current::after {
  opacity: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l-header__nav a:hover::after,
.l-header__nav a:focus-visible::after {
  opacity: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l-header__contact {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-flex: 0;
  /* -webkit-flex: 0 0 clamp(259px, 17.04vw, 349px); */
  -ms-flex: 0 0 clamp(259px, 17.04vw, 349px);
  flex: 0 0 275px;
  gap: 11px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-header__line {
  border-radius: 8px;
  height: clamp(44px, 2.54vw, 52px);
  width: clamp(44px, 2.54vw, 52px);
}
.l-header__tel {
  color: #0068b7;
  display: inline-block;
  font-family: acumin-variable, sans-serif;
  font-size: clamp(2.9rem, 1.8vw, 3.7rem);
  font-weight: 800;
  padding-left: 23px;
  font-size: 24px;
  color : #005FAD;
}
.l-header__tel::before {
  background: url(../images/phone-icon.svg) center/contain no-repeat;
  content: "";
  height: clamp(20px, 1.17vw, 24px);
  left: 0;
  position: absolute;
  top: 4px;
  width: 16.7px;
}
.l-header__hours {
  color: #111;
  font-size: clamp(1.3rem, 0.88vw, 1.8rem);
  line-height: 1.3;
  margin-top: -2px;
  white-space: nowrap;
  font-size: 12px;
}
@media (max-width: 1100px) {
  .l-header__inner {
    /* height: auto; */
    /* padding: 14px 18px 16px; */
    padding: 0 20px;
    @media only screen and (max-width: 1024px) {
       padding: 0 10px 0 20px;
    }
  }
  .l-header__logo {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .l-header__nav {
    display: none;
  }
}
.l-footer {
  background: #0068b7;
  color: #fff;
  /* min-height: 274px; */
}
.l-footer__inner {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  height: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  @media only screen and (max-width: 516px) {
      height: 110px;
  }
}
.l-footer__copy,
.l-footer__privacy {
  font-size: 1.4rem;
  line-height: 1;
  font-size: 12px;
  color : #F7F7F7;
  font-size: 12px;
  color : #F7F7F7;
}
.l-footer__pagetop {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../images/Asset 28.png") center / contain no-repeat;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  font-weight: 700;
  height: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding-bottom: 0;
  position: absolute;
  right: 34px;
  top: -28px;
  width: 46px;
  z-index: 2;
  @media only screen and (max-width: 516px) {
     right: 20px;
  }
}
@media (max-width: 1024px) {
  .l-footer {
    /* min-height: 254px; */
    /* padding-bottom: 74px; */
  }
  .l-footer__inner {
    /* height: 180px; */
    /* padding: 0 44px; */
  }
  .l-footer__quick {
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 74px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .l-footer__quick-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 800;
    gap: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.08em;
  }
  .l-footer__quick-link + .l-footer__quick-link {
    border-left: 2px solid rgba(255, 255, 255, 0.8);
  }
  .l-footer__quick-link::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 34px;
    width: 34px;
  }
  .l-footer__quick-link--tel::before {
    background-image: url(../images/phone-white.svg);
  }
  .l-footer__quick-link--mail::before {
    background-image: url(../images/mail-white.svg);
  }
}
.p-top-case__worker::after,
.p-top-case__worker::before,
.p-top-contact__worker-small::before {
  display: none;
}
.p-top {
  --top-blue: #0068b7;
  --top-deep-blue: #004fa8;
  --top-yellow: #ffd900;
  --top-pale: #eff9ff;
  background: #fff;
}
.p-top__inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}
.p-top__section-head {
  color: var(--top-blue);
  line-height: 1;
}
.p-top__section-en {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 5.5rem;
  font-weight: 900;
  letter-spacing: 0;
  font-weight: bold;
  font-size : 55px;
  color : #005FAD;
}
.p-top__section-ja {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 12px;
  font-weight: bold;
  font-size : 25px;
  letter-spacing : 5px;
  color : #005FAD;
}
.p-top-hero {
  height: min(45.96vw, 1195px);
  margin: 0 auto;
  max-width: none;
  position: relative;
}

/* =========================================================
   Site animation layer
   ========================================================= */
:root {
  --showa-ease-out: cubic-bezier(.22, 1, .36, 1);
  --showa-ease-soft: cubic-bezier(.4, 0, .2, 1);
}

html {
  scroll-behavior: smooth;
}

.js-showa-animation .l-header {
  animation: showa-header-in .48s var(--showa-ease-out) both;
}

.js-showa-animation .l-header__logo,
.js-showa-animation .l-header__nav a,
.js-showa-animation .l-header__contact,
.js-showa-animation .l-header__menu-toggle {
  animation: showa-header-item-in .55s var(--showa-ease-out) both;
}

.js-showa-animation .l-header__logo { animation-delay: .14s; }
.js-showa-animation .l-header__nav a:nth-child(1) { animation-delay: .28s; }
.js-showa-animation .l-header__nav a:nth-child(2) { animation-delay: .35s; }
.js-showa-animation .l-header__nav a:nth-child(3) { animation-delay: .42s; }
.js-showa-animation .l-header__nav a:nth-child(4) { animation-delay: .49s; }
.js-showa-animation .l-header__nav a:nth-child(5) { animation-delay: .56s; }
.js-showa-animation .l-header__nav a:nth-child(6) { animation-delay: .63s; }
.js-showa-animation .l-header__contact { animation-delay: .72s; }
.js-showa-animation .l-header__menu-toggle { animation-delay: .32s; }

.js-showa-animation .p-top-strength__list li::before {
  clip-path: inset(0 100% 0 0);
  transition: clip-path .42s var(--showa-ease-out);
  transition-delay: calc(var(--showa-delay, 0ms) + 100ms);
}

.js-showa-animation .p-top-strength__list li.is-inview::before {
  clip-path: inset(0 0 0 0);
}

.js-showa-animation .p-top-strength__underline {
  background-image: linear-gradient(#e83817, #e83817);
  background-position: 0 calc(100% - 2px);
  background-repeat: no-repeat;
  background-size: 0 13px;
  text-decoration: none;
  transition: background-size .58s var(--showa-ease-out);
  transition-delay: calc(var(--showa-delay, 0ms) + 180ms);
}

.js-showa-animation .p-top-strength__list li.is-inview .p-top-strength__underline {
  background-size: 100% 13px;
}

.js-showa-animation .p-top-hero__media {
  animation: showa-hero-reveal 1.1s .88s var(--showa-ease-out) both;
  clip-path: inset(0 0 0 100%);
}

.js-showa-animation .p-top-hero__image {
  animation: showa-hero-scale 1.6s .88s var(--showa-ease-out) both;
}

.js-showa-animation .p-top-hero__content {
  animation: showa-copy-in .9s 1.2s var(--showa-ease-out) both;
}

.js-showa-animation .p-top-hero__consult {
  animation: showa-consult-in .8s 1.48s var(--showa-ease-out) both;
}

.js-showa-animation .showa-reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition: opacity .8s var(--showa-ease-out), transform .8s var(--showa-ease-out);
  transition-delay: var(--showa-delay, 0ms);
  will-change: opacity, transform;
}

.js-showa-animation .showa-reveal--left {
  transform: translate3d(-54px, 0, 0);
}

.js-showa-animation .showa-reveal--right {
  transform: translate3d(54px, 0, 0);
}

.js-showa-animation .showa-reveal--scale {
  transform: translate3d(0, 24px, 0) scale(.96);
}

.js-showa-animation .showa-reveal.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

.p-top-strength__person,
.p-top-strength__cart,
.p-top-case__worker,
.p-top-contact__worker-small {
  transform-origin: 50% 100%;
}

.is-inview .p-top-strength__person,
.is-inview.p-top-strength__person,
.is-inview .p-top-case__worker,
.is-inview.p-top-case__worker,
.is-inview .p-top-contact__worker-small,
.is-inview.p-top-contact__worker-small {
  animation: showa-gentle-float 4.2s 1s ease-in-out infinite;
}

.is-inview .p-top-strength__cart,
.is-inview.p-top-strength__cart {
  animation: showa-cart-float 4.6s 1.15s ease-in-out infinite;
}

.l-header__nav a,
.p-top-service__button,
.p-top-news__more,
.p-top-case__button,
.p-top-contact__mail,
.p-top-hero__consult-button,
.l-footer__privacy,
.l-footer__pagetop,
.l-footer__quick-link {
  transition: color .25s ease, background-color .25s ease, border-color .25s ease,
    box-shadow .3s ease, opacity .25s ease, transform .3s var(--showa-ease-out);
}

.p-top-service__card,
.p-top-case__card {
  transition: box-shadow .35s ease, transform .35s var(--showa-ease-out);
}

.p-top-service__image,
.p-top-case__image,
.p-case__image,
.p-service__image {
  transition: transform .65s var(--showa-ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .l-header__nav a:hover::after,
  .l-header__nav a:focus-visible::after {
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .l-header__nav a:hover,
  .p-top-news__more:hover,
  .l-footer__privacy:hover {
    transform: translateY(-2px);
  }

  .p-top-service__button:hover,
  .p-top-case__button:hover,
  .p-top-contact__mail:hover,
  .p-top-hero__consult-button:hover,
  .l-footer__quick-link:hover {
    box-shadow: 0 10px 24px rgba(0, 72, 133, .18);
    transform: translateY(-3px);
  }

  .p-top-service__card:hover,
  .p-top-case__card:hover {
    box-shadow: 0 18px 40px rgba(0, 74, 133, .13);
    transform: translateY(-7px);
  }

  .p-top-case__card:hover {
    box-shadow: none;
    transform: translateY(-10px);
  }

  .p-top-case__card:hover a::before,
  .p-top-case__card a:focus-visible::before {
    border-color: rgba(0, 104, 183, .16);
    box-shadow: 0 24px 48px rgba(0, 74, 133, .16);
    opacity: 1;
    transform: scale(1);
  }

  .p-top-case__card:hover .p-top-case__image-wrap::after,
  .p-top-case__card a:focus-visible .p-top-case__image-wrap::after {
    opacity: 1;
    transform: translateX(0);
  }

  .p-top-service__card:hover .p-top-service__image,
  .p-top-case__card:hover .p-top-case__image,
  .p-case__item:hover .p-case__image,
  .p-service__item:hover .p-service__image {
    transform: scale(1.035);
  }

  .p-top-case__card:hover .p-top-case__image,
  .p-top-case__card a:focus-visible .p-top-case__image {
    filter: brightness(.98) saturate(1.08) contrast(1.04);
    transform: scale(1.075);
  }

  .p-top-case__card:hover .p-top-case__title,
  .p-top-case__card a:focus-visible .p-top-case__title {
    color: #0068b7;
    transform: translateX(7px);
  }

  .p-top-case__card:hover .p-top-case__title::after,
  .p-top-case__card a:focus-visible .p-top-case__title::after {
    transform: scaleX(1);
  }
}

@keyframes showa-header-in {
  from { opacity: 0; transform: translateY(-24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes showa-header-item-in {
  from { opacity: 0; transform: translate3d(0, -14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes showa-hero-reveal {
  from { clip-path: inset(0 0 0 100%); }
  to { clip-path: inset(0 0 0 0); }
}

@keyframes showa-hero-scale {
  from { filter: saturate(.8); transform: scale(1.06); }
  to { filter: saturate(1); transform: scale(1); }
}

@keyframes showa-copy-in {
  from { opacity: 0; transform: translate3d(-34px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes showa-consult-in {
  from { opacity: 0; transform: translate3d(34px, 28px, 0) scale(.96); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes showa-gentle-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
  50% { transform: translate3d(0, -7px, 0) rotate(.6deg); }
}

@keyframes showa-cart-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(5px, -4px, 0); }
}

@media (max-width: 767px) {
  .js-showa-animation .p-top-strength__underline {
    background-size: 0 7px;
  }

  .js-showa-animation .p-top-strength__list li.is-inview .p-top-strength__underline {
    background-size: 100% 7px;
  }

  .js-showa-animation .showa-reveal,
  .js-showa-animation .showa-reveal--left,
  .js-showa-animation .showa-reveal--right {
    transform: translate3d(0, 28px, 0);
  }

  .js-showa-animation .showa-reveal.is-inview {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .js-showa-animation *,
  .js-showa-animation *::before,
  .js-showa-animation *::after {
    animation-delay: 0s !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: .01ms !important;
  }

  .js-showa-animation .showa-reveal {
    opacity: 1;
    transform: none;
  }
}
.p-top-hero__media {
  display: block;
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.p-top-hero__image {
  display: block;
  height: 100%;
  object-fit: fill;
  width: 100%;
}
.p-top-hero__content {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.p-top-hero__title {
  color: #00499e;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1.28;
  text-align: center;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  white-space: nowrap;
}
.p-top-hero__lead {
  color: #000;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.45;
  margin-left: 82px;
  margin-top: 32px;
}
.p-top-hero__star {
  background: var(--top-yellow);
  -webkit-clip-path: polygon(
    50% 0,
    64% 36%,
    100% 50%,
    64% 64%,
    50% 100%,
    36% 64%,
    0 50%,
    36% 36%
  );
  clip-path: polygon(
    50% 0,
    64% 36%,
    100% 50%,
    64% 64%,
    50% 100%,
    36% 64%,
    0 50%,
    36% 36%
  );
  display: block;
  height: 46px;
  position: absolute;
  width: 46px;
}
.p-top-hero__star--left {
  left: 3px;
  top: 25px;
}
.p-top-hero__star--right {
  right: -46px;
  top: 169px;
}
.p-top-hero__consult {
  /* background: var(--top-deep-blue); */
  /* border: clamp(8px, 0.49vw, 10px) solid var(--top-yellow); */
  border-radius: 23px;
  bottom: -115px;
  color: #fff;
  /* height: clamp(265px, 20.51vw, 420px); */
  /* min-height: 0; */
  overflow: hidden;
  padding: 5px;
  position: absolute;
  right: clamp(72px, 7.23vw, 148px);
  text-align: center;
  width: 214px;
  z-index: 2;
  background: rgba(255, 216, 0, 1);1); */
  border-style : Solid;
  border-color : #FFD800;
  border-color : rgba(255, 216, 0, 1);
  /* border-width : 4px; */
}
.p-top-hero__consult-title {
  color: #00499e;
  font-size: clamp(2.2rem, 1.56vw, 3.2rem);
  font-weight: 900;
  line-height: 1.28;
  /* margin: clamp(-27px, -1.32vw, -20px) clamp(-21px, -1.03vw, -19px)
    clamp(18px, 1.17vw, 24px); */
  /* padding: clamp(18px, 1.17vw, 24px) 10px clamp(16px, 0.98vw, 20px); */
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size : 22px;
  /* letter-spacing : 2.2px; */
  color : #00489C;
  margin: 8px 0 10px;
}
.p-top-hero__consult-body{
  background: rgba(0, 72, 156, 1);
  border-style: Solid;
  border-color: #FFD800;
  border-color: rgba(255, 216, 0, 1);
  /* border-width: 4px; */
  /* border-radius: 23px; */
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
  padding-bottom: 19px;
  padding-top: 10px;
  padding: 7px 3px 20px;
}
.p-top-hero__consult-title::before {
  /* background: var(--top-yellow); */
  /* border-radius: 0 34px 0 0; */
  /* content: ""; */
  inset: 0 0 -4px;
  position: absolute;
  z-index: -1;
}
.p-top-hero__consult-text {
  font-size: clamp(1.2rem, 0.88vw, 1.8rem);
  font-weight: 700;
  line-height: 1.72;
  font-size: 12px;
  line-height : 21px;
  color : #FFFFFF;
  margin: 10px 0 22px;
}
.p-top-hero__consult-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  color: #00499e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.6rem, 1.27vw, 2.6rem);
  font-weight: 900;
  height: clamp(43px, 3.42vw, 70px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: clamp(20px, 1.22vw, 25px);
  font-weight: bold;
  font-size : 16px;
  color : #00489C;
  background: rgba(255, 255, 255, 1);
  border-style : Solid;
  border-color : #FFFFFF;
  border-color : rgba(255, 255, 255, 1);
  border-width : 4px;
  border-radius : 7px;
  width: 168px;
  height: 34px;
  margin: 0 auto;
  letter-spacing: 0;
}

a.p-top-hero__consult-button {}
.p-top-service {
  padding: 87px 0 103px;
}
.p-top-service .p-top__inner {
  /* max-width: 1730px; */
  /* margin-top: 20px; */
}
.p-top-service__grid {
  display: grid;
  gap: 38px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
}
.p-top-service__card {
  background: var(--top-pale);
  border: 1px solid #0068b7;
  border-radius: 15px;
  display: grid;
  gap: 7px 22px;
  grid-template-columns: minmax(0, 1fr) 175.66px;
  grid-template-rows: auto 1fr;
  /* height: 473px; */
  padding: 15px 23px 18px 29px;
  position: relative;
  background: rgba(247, 251, 253, 1);
  border-style : Solid;
  border-color : #00489C;
  border-color : rgba(0, 72, 156, 1);
  border-width : 1px;
  border-radius : 9px;
}
.p-top-service__body {
  display: contents;
}
.p-top-service__title {
  color: #00499e;
  font-size: 3.5rem;
  font-weight: 900;
  grid-column: 1/-1;
  line-height: 1.3;
  font-weight: bold;
  font-size : 25px;
  line-height : 36.42px;
  letter-spacing : 2.5px;
  color : #00489C;
  @media only screen and (max-width: 1024px) {
     font-size: 22px;letter-spacing: 0px;
    @media only screen and (max-width: 767px) {
      font-size: 20px;line-height: 1.65;margin-bottom: 10px;
    }
  }
}
.p-top-service__text {
  color: #111;
  font-size: 2.05rem;
  font-weight: 500;
  grid-column: 1;
  grid-row: 2;
  line-height: 1.72;
  max-width: none;
  overflow: hidden;
  text-align: justify;
  font-size: 14px;
  line-height : 24px;
  color : #231916;
}

.p-top-strength__inner {
  /* max-width: 1350px; */
  /* padding: 0; */
  @media only screen and (max-width: 516px) {
        max-width: 330px;
  }
}
.p-top-service__image {
  align-self: start;
  border-radius: 8px;
  grid-column: 2;
  grid-row: 2;
  /* height: 260px; */
  -o-object-fit: cover;
  object-fit: cover;
  width: 175.66px;
  margin-top: 5px;
}
.p-top-service__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--top-yellow);
  border-radius: 999px;
  color: #0068b7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  font-weight: 900;
  height: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  background: rgba(255, 216, 0, 1);
  border-radius : 18px;
  font-weight: bold;
  font-size : 16px;
  line-height : 24px;
  color : #005FAD;
  background: rgba(255, 216, 0, 1);
  border-radius : 18px;
  width: 134.4px;
  height: 35px;
}
.p-top-strength {
  background: var(--top-blue);
  color: #fff;
  /* height: 887px; */
  padding: 82px 0 108px;
}
.p-top-strength__inner {
  display: block;
  position: relative;
}
.p-top-strength__content{
  @media only screen and (max-width: 1024px) {
        scale: 0.9;
    transform-origin: left;
    @media only screen and (max-width: 767px) {





































































































    @media only screen and (max-width: 767px) {}
       transform-origin: top center;
       width: 497px;
       margin: 0 auto;

       @media only screen and (max-width: 516px) {
                 scale: 0.7;
             width: 350px;
         transform-origin: top left;
       }



































































































    }
  }
}
.p-top-strength__title {
  color: var(--top-yellow);
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
  font-weight: bold;
  font-size : 35px;
  letter-spacing : 7px;
  color : #FFD800;
    @media only screen and (max-width: 516px) {
     letter-spacing: 2px;
  }
}
.p-top-strength__lead {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.85;
  margin-top: 46px;
  font-weight: bold;
  font-size : 25px;
  letter-spacing : 5px;
  color : #FFFFFF;
    @media only screen and (max-width: 516px) {
     letter-spacing: 0;white-space: nowrap;
  }
}
.p-top-strength__list {
  display: grid;
  gap: 35px;
  margin-top: 27px;
  width: 700px;
}
.p-top-strength__list li {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.45;
  padding-left: 45px;
  position: relative;
  font-weight: bold;
  font-size : 23px;
  letter-spacing: 5.6px;
  color : #FFFFFF;
  padding-bottom: 2px;
  @media only screen and (max-width: 516px) {
     letter-spacing: 0;
  }
}
.p-top-strength__underline {
  text-decoration-color: #e83817;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 13px;
  text-underline-offset: -5px;
}
.p-top-strength__list li::before {
  border: 2px solid #fff;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 32px;
}
.p-top-strength__list li::after {
  border-bottom: 5px solid #e83817;
  border-left: 5px solid #e83817;
  content: "";
  height: 13px;
  left: 6px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px;
}
.p-top-strength__illustration {
  background: url(../images/strength-cleaner-cart.png) center/contain no-repeat;
  height: 250px;
  margin: 0;
  position: absolute;
  right: 99px;
  top: 210px;
  width: 331px;
  @media only screen and (max-width: 1024px) {
     right: 20px;width: 300px;
  }
}
.p-top-news {
  background: #f6f6f6;
  padding: 57px 0 75px;
  background: #F8F8F8;
}
.p-top-news .p-top__section-en {
  /* font-size: 7rem; */
}
.p-top-news .p-top__section-ja {
  /* font-size: 2.8rem; */
}
.p-top-news__list {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin-top: 54px;
  border-style: Dashed;
  border-color : #9E9E9F;
  border-color : rgba(158, 158, 159, 1);
}
.p-top-news__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  display: grid;
  gap: 24px;
  grid-template-columns: 65px 95px minmax(0, 1fr);
  min-height: 71px;
  padding: 0 10px;
  border-style: Dashed;
  border-color : #9E9E9F;
  border-color : rgba(158, 158, 159, 1);
  @media only screen and (max-width: 516px) {
    gap: 5px 24px;
    padding: 20px 8px;
  }
}
.p-top-news__item:last-child {
  border-bottom: 0;
}
.p-top-news__date {
  font-size: 1.7rem;
  font-size: 14px;
  color : #333333;
}
.p-top-news__category {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0068b7;
  border-radius: 999px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color : #FFFFFF;
  background: rgba(0, 95, 173, 1);
  border-radius : 7px;
  height: 21.3px;
  width: 98.78px;
}
.p-top-news__title {
  font-size: 1.9rem;
  font-weight: 500;
  font-size: 16px;
  color : #333333;
  @media only screen and (max-width: 516px) {
            grid-column: 1 / -1 !important;
  }
}
.p-top-news__more {
  display: block;
  font-size: 1.8rem;
  margin-top: 20px;
  text-align: right;
  font-size: 16px;
  color : #333333;
}
.p-top-case {
  padding: 84px 0 132px;
  position: relative;
  @media only screen and (max-width: 767px) {
     padding: 84px 0 100px;
  }
}
.p-top-case .p-top__inner {
  /* max-width: 1180px; */
  /* padding: 0; */
  position: relative;
}
.p-top-case .p-top__section-head,
.p-top-case__button,
.p-top-case__grid {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}
.p-top-case__worker {
    background: url(../images/case-cleaner.png) center / contain no-repeat;
    border: 0;
    border-radius: 0;
    display: block;
    height: 246px;
    position: absolute;
    right: 177px;
    top: -98px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 128px;
  @media only screen and (max-width: 1024px) {
       right: 20px;
  }
  @media only screen and (max-width: 767px) {
        width: 100px;height: 195px;
    @media only screen and (max-width: 516px) {





        width: 90px;
        height: 171px;





    }
  }
}
.p-top-case__worker::before {
  background: #fff;
  border: 4px solid #111;
  border-radius: 50%;
  content: "";
  height: 38px;
  left: 4px;
  position: absolute;
  top: -31px;
  width: 38px;
}
.p-top-case__worker::after {
  background: var(--top-yellow);
  border: 3px solid #111;
  content: "";
  height: 29px;
  left: -17px;
  position: absolute;
  top: -69px;
  -webkit-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
  width: 18px;
}
.p-top-case__grid {
  display: grid;
  gap: 50px 56px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 86px;
}
.p-top-case__card a {
  color: inherit;
  display: block;
  isolation: isolate;
  position: relative;
  text-decoration: none;
}
.p-top-case__card a::before {
  background: #fff;
  border: 1px solid rgba(0, 104, 183, 0);
  border-radius: 16px;
  box-shadow: 0 0 0 rgba(0, 74, 133, 0);
  content: "";
  inset: -14px -14px -18px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: scale(.98);
  transition: opacity .32s ease, transform .38s var(--showa-ease-out), border-color .32s ease, box-shadow .38s ease;
  z-index: -1;
}
.p-top-case__image-wrap {
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
}
.p-top-case__image-wrap::after {
  background: linear-gradient(135deg, rgba(0, 104, 183, .1), rgba(255, 255, 255, .18) 44%, rgba(0, 104, 183, .32));
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-18px);
  transition: opacity .35s ease, transform .5s var(--showa-ease-out);
}
.p-top-case__image {
  aspect-ratio: 353/258;
  border-radius: 8px;
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transition: filter .35s ease, transform .65s var(--showa-ease-out);
  will-change: transform;
  width: 100%;
}
.p-top-case__title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 8px;
  position: relative;
  transition: color .28s ease, transform .34s var(--showa-ease-out);
  font-weight: bold;
  font-size : 18px;
  color : #231916;
  @media only screen and (max-width: 767px) {
        font-size: 17px;
    @media only screen and (max-width: 516px) {
       font-size: 15px;
    }
  }
}
.p-top-case__title::after {
  background: #0068b7;
  border-radius: 999px;
  bottom: -5px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .34s var(--showa-ease-out);
  width: 100%;
}
.p-top-case__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0068b7;
  border-radius: 999px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 900;
  height: 71px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 93px auto 0;
  width: 236px;
  background: rgba(0, 95, 173, 1);
  border-radius : 36px;
  font-weight: bold;
  font-size : 17px;
  color : #FAFAFA;
  @media only screen and (max-width: 1024px) {
 margin: 53px auto 0;
    @media only screen and (max-width: 516px) {































       width: 212px;
       height: 60px;
       margin: 33px auto 0;































    }
  }
}
.p-top-contact {
  background: #0068b7;
  color: #fff;
  padding: 74px 20px 33px;
  background: #005FAD;
  @media only screen and (max-width: 1024px) {
     padding: 74px 20px;
  }
}
.p-top-contact__inner {
  display: flex;
  /* gap: 105px; */
  grid-template-columns: 34.3% 32.8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  /* -webkit-transform: translateX(26px); */
  -ms-transform: translateX(26px);
  /* transform: translateX(26px); */
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-top-contact__free-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  color: #0068b7;
  display: block;
  /* height: 200px; */
  margin-top: 21px;
  padding: 23px 45px 20px 58px;
  position: relative;
  background: rgba(255, 255, 255, 1);
  border-radius : 30px;
  @media only screen and (max-width: 516px) {
        padding: 23px 45px;
  }
}
.p-top-contact__free-content {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin-top: 10px;
}
.p-top-contact__free-box::after {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 24px solid #fff;
  bottom: -23px;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-top-contact__small-title {
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-size : 23px;
  color : #005FAD;
}
.p-top-contact__free {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
  font-weight: bold;
  font-size : 46px;
  color : #005FAD;
  /* margin-right: 17px; */
}
.p-top-contact__worker-small {
  background: url(../images/estimate-advisor.png) center/contain no-repeat;
  border: 0;
  border-radius: 0;
  display: block;
  height: 107px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 99px;
}
.p-top-contact__actions,
.p-top-contact__brand {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.p-top-contact__message {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.85;
  margin-top: 52px;
  text-align: center;
  font-weight: bold;
  font-size : 19px;
  color : #FFFFFF;
}
.p-top-contact__highlight {
  color: #ffd800;
}
.p-top-contact__brand {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--top-yellow);
  display: flex;
  font-size: 2.1rem;
  font-weight: 900;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-top: 16px;
}
.p-top-contact__brand img {
  height: auto;
  margin-right: 0;
  width: 243px;
}
.p-top-contact__card {
  background: #fff;
  border-radius: 8px;
  color: #0068b7;
  height: auto;
  /* min-height: 0; */
  padding: 47px 44px 25px;
  text-align: center;
  background: rgba(250, 250, 250, 1);
  border-radius : 12px;
  @media only screen and (max-width: 516px) {
        padding: 47px 10px 25px;
  }
}
.p-top-contact__title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.35;
  font-weight: bold;
  font-size : 28px;
  color : #005FAD;
}
.p-top-contact__subtitle {
  font-size: 1.6rem;
  font-weight: 900;
  margin-top: 17px;
  font-weight: bold;
  font-size : 17px;
  line-height : 30px;
  color : #005FAD;
}
.p-top-contact__subtitle::before {
  content: "＼";
  display: inline-block;
  margin-right: 5px;
  transform: rotate(7deg);
}
.p-top-contact__subtitle::after {
  content: "／";
  display: inline-block;
  margin-left: 5px;
  transform: rotate(-7deg);
}
.p-top-contact__tel {
  color: #0068b7;
  display: inline-block;
  font-family: acumin-variable, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 18px;
  padding-left: 46px;
  position: relative;
  font-size: 42px;
  color : #005FAD;
}
.p-top-contact__tel::before {
  background: url(../images/phone-icon.svg) center/contain no-repeat;
  content: "";
  height: 30px;
  left: 11px;
  position: absolute;
  top: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 28px;
}
.p-top-contact__hours {
  color: #111;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 6px;
  font-weight: bold;
  font-size : 14px;
  color : #005FAD;
  @media only screen and (max-width: 516px) {
     font-size : 16px;
  }
}
.p-top-contact__actions {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
  @media only screen and (max-width: 516px) {
        gap: 10px;
  }
}
.p-top-contact__mail {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0068b7;
  border-radius: 999px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 900;
  height: 71px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 236.6px;
  background: rgba(0, 95, 173, 1);
  border-radius : 36px;
}
.p-top-contact__line {
  height: 80px;
  width: 94px;
}
.p-top-map {
  background: #fff;
  text-align: center;
}
.p-top-map__image {
  display: block;
  height: auto;
  width: 100%;
}
.p-top-map__address {
  color: #111;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.75;
  padding: 56px 20px 68px;
  font-weight: bold;
  font-size : 18px;
  color : #231916;
}
@media (max-width: 1180px) {
  .p-top__inner {
    /* padding: 0 32px; */
  }
  .p-top-hero__content {
    left: 7vw;
  }
  .p-top-hero__consult {
    right: 7vw;
  }
  .p-top-service__card {
    grid-template-columns: minmax(0, 1fr) 220px;
  }
  .p-top-service__image {
    height: 220px;
    width: 220px;
  }
}
@media (max-width: 1024px) {
  .p-top__section-en {
    font-size: 4.4rem;

       @media only screen and (max-width: 767px) {
          font-size: 3.4rem;

         @media only screen and (max-width: 516px) {
            font-size: 3rem;
         }

    }
  }
  .p-top__section-ja {
    font-size: 2.1rem;
       @media only screen and (max-width: 767px) {
            font-size:1.8rem;
 @media only screen and (max-width: 516px) {
          letter-spacing:2px;
         }
    }
  }
  .p-top-hero {
    /* height: 560px; */
  }
  .p-top-hero__content {
    left: 24px;
    top: 120px;
  }
  .p-top-hero__title {
    font-size: 5.2rem;
  }
  .p-top-hero__lead {
    font-size: 1.8rem;
    margin-left: 38px;
  }
  .p-top-hero__consult {
    bottom: -130px;
    right: 24px;
  }
  .p-top-service {
    padding-top: 170px;
  }
  .p-top-service__grid {
    /* grid-template-columns: 1fr; */
    gap: 30px;
    @media only screen and (max-width: 767px) {
       gap: 20px;
      @media only screen and (max-width: 516px) {
        grid-template-columns: 1fr;
      }
    }
  }
  .p-top-service__card {
    height: auto;
    min-height: 410px;
    padding: 20px;
  }
  .p-top-strength__illustration,
  .p-top-strength__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-top-strength__illustration {

    @media only screen and (max-width: 767px) {
      position: unset;
      margin: -80px auto -50px;
      width: 250px;
      @media only screen and (max-width: 516px) {
                    margin: -160px auto -50px;
            width: 200px;
      }
    }
  }
  .p-top-case__grid {
    gap: 30px;
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
    transform: unset;







    @media only screen and (max-width: 767px) {
          margin-top: 56px;transform: unset;grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media only screen and (max-width: 516px) {
              gap: 20px;
    }
  }
  .p-top-contact__inner {
    gap: 32px;
    flex-wrap: wrap;
    grid-template-columns: minmax(0, 456px);
    max-width: 456px;
    justify-content: center;
    gap: 60px;
    @media only screen and (max-width: 767px) {






      scale:0.8;
      margin: -80px auto -50px;


      @media only screen and (max-width: 516px) {
        width:350px;transform-origin: left;

      }





    }
  }
}


/* Service card: keep the CTA in its own bottom row. */
.p-top-service__card {
  grid-template-rows: auto 1fr auto;
}

.p-top-service__button-wrap {
  align-items: flex-end;
  display: flex;
  grid-column: 1 / -1;
  grid-row: 3;
  justify-content: center;
  margin-top: 8px;
  width: 100%;
}

.p-top-strength__list li::before {
  background: url(../images/checkmark-red.png) center / contain no-repeat;
  border: 0;
  /* height: 30px; */
  width: 32px;
}

.p-top-strength__list li::after {
  display: none;
}

/* Sub pages */
.p-subpage {
  background: #fff;
  color: #231916;
}
.p-subpage__title-band {
  align-items: center;
  background: #2865ad;
  color: #fff;
  display: flex;
  height: 145px;
  justify-content: center;
}
.p-subpage__title-band h1 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .18em;
}
.p-subpage__visual {
  height: 510px;
  overflow: hidden;
  position: relative;
}
.p-subpage__visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-subpage__visual span {
  color: rgba(255,255,255,.78);
  font-family: acumin-variable, sans-serif;
  font-size: clamp(7rem, 12vw, 15rem);
  font-weight: 700;
  left: 50%;
  letter-spacing: .12em;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}
.p-subpage__prompt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 120px;
  text-align: center;
}
.p-subpage__shared {
  margin-top: 120px;
}
.p-service__content {
  margin: 0 auto;
  max-width: 1120px;
  padding: 125px 20px 0;
}
.p-service__grid {
  display: grid;
  gap: 34px 40px;
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.p-service__card {
  background: #f4faff;
  border: 1px solid #0068b7;
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0,1fr) 170px;
  grid-template-rows: 1fr auto;
  padding: 22px 20px 16px;
}
.p-service__body h2 {
  color: #005fad;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
}
.p-service__body p {
  font-size: 1.35rem;
  line-height: 1.8;
  margin-top: 10px;
}
.p-service__card > img {
  align-self: center;
  border-radius: 5px;
  height: 170px;
  object-fit: cover;
  width: 170px;
}
.p-service__card > a {
  align-items: center;
  background: #ffd800;
  border-radius: 999px;
  color: #005fad;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  grid-column: 1/-1;
  height: 38px;
  justify-content: center;
  justify-self: center;
  width: 140px;
}
@media (max-width: 767px) {
  .p-subpage__title-band { height: 90px; }
  .p-subpage__title-band h1 { font-size: 2.2rem; }
  .p-subpage__visual { height: 260px; }
  .p-service__content { padding: 70px 18px 0; }
  .p-service__grid { grid-template-columns: 1fr; }
  .p-service__card { grid-template-columns: 1fr 110px; }
  .p-service__card > img { height: 110px; width: 110px; }
  .p-service__body h2 { font-size: 1.8rem; }
  .p-service__body p { font-size: 1.2rem; }
  .p-subpage__prompt, .p-subpage__shared { margin-top: 80px; }
}

.p-subpage__visual--soft h2 {
  color: #005fad;
  font-size: 4rem;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}
.p-service-detail__content,
.p-privacy__content,
.p-faq__content,
.p-company__content,
.p-contact-page__content,
.p-case-page__content,
.p-case-detail__content {
  margin: 0 auto;
  max-width: 1120px;
  padding: 110px 20px 0;
}
.p-service-detail__content > p {
  font-size: 1.45rem;
  line-height: 1.85;
}
.p-service-detail__placeholder {
  background: #d4d4d4;
  height: 210px;
  margin-top: 38px;
  width: 340px;
}
.p-service-detail__content > h1 {
  background: #2865ad;
  color: #fff;
  font-size: 2.8rem;
  margin-top: 68px;
  padding: 8px 10px;
}
.p-service-detail__content > h2 {
  border-bottom: 3px solid #2865ad;
  color: #2865ad;
  font-size: 2.6rem;
  margin-top: 95px;
  padding: 0 10px 6px;
}
.p-service-detail__content > h3 {
  border-bottom: 1px dotted #8c8c8c;
  color: #2865ad;
  font-size: 2.4rem;
  margin-top: 70px;
  padding: 0 10px 8px;
}
.p-privacy__content {
  max-width: 920px;
  padding-top: 210px;
}
.p-privacy__content p,
.p-privacy__content h2 {
  font-size: 1.45rem;
  line-height: 1.8;
}
.p-privacy__content h2 { font-weight: 400; margin-top: 28px; }
.p-privacy__content p + p { margin-top: 28px; }
.p-faq__content { max-width: 1030px; }
.p-faq__item {
  border-bottom: 1px dotted #a6a6a6;
  padding: 0 0 22px;
}
.p-faq__item + .p-faq__item { padding-top: 24px; }
.p-faq__item dt,
.p-faq__item dd {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 18px;
}
.p-faq__item dd { color: #005fad; margin-top: 12px; }
.p-faq__item span {
  align-items: center;
  background: #35b988;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 42px;
  font-size: 2rem;
  height: 42px;
  justify-content: center;
}
.p-faq__item dd span { background: #2865ad; }
.p-company__content { padding-top: 125px; }
.p-company__section-head { color: #0068b7; }
.p-company__section-head h2 { font-size: 5rem; font-weight: 700; line-height: 1; }
.p-company__section-head p { font-size: 2rem; font-weight: 700; letter-spacing: .2em; margin-top: 10px; }
.p-company__greeting-grid { display: grid; gap: 80px; grid-template-columns: 1fr 400px; margin-top: 48px; }
.p-company__greeting-grid h3 { font-size: 2.6rem; }
.p-company__greeting-grid p { font-size: 1.45rem; line-height: 1.8; margin-top: 42px; }
.p-company__signature { text-align: right; }
.p-company__portrait { background: #211613; height: 310px; }
.p-company__data { margin-top: 130px; }
.p-company__data table { border-collapse: collapse; margin-top: 90px; width: 100%; }
.p-company__data th,.p-company__data td { border-bottom: 1px solid #ddd; font-size: 1.45rem; padding: 20px; text-align: left; }
.p-company__data th { border-top: 2px solid #0068b7; color: #0068b7; width: 250px; }
.p-contact-page__content { max-width: 850px; }
.p-contact-page__intro { font-size: 1.4rem; line-height: 1.8; }
.p-contact-page__intro p + p { margin-top: 28px; }
.p-contact-page__form { background: #f7f7f7; margin-top: 65px; min-height: 750px; padding: 50px; }
.p-contact-page__form .wpcf7-form { font-size: 1.4rem; }
.p-contact-page__form input:not([type=checkbox]):not([type=radio]),.p-contact-page__form textarea { border: 1px solid #777; max-width: 100%; padding: 10px; width: 100%; }
.c-contact-form__row {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: 190px minmax(0,1fr);
  margin-bottom: 24px;
}
.c-contact-form__row > label,
.c-contact-form__row > legend { font-weight: 700; padding-top: 10px; }
.c-contact-form__required { background: #d90020; border-radius: 3px; color: #fff; font-size: 1rem; margin-left: 8px; padding: 3px 5px; }
.c-contact-form__row .wpcf7-form-control-wrap { min-width: 0; }
.c-contact-form__row .wpcf7-checkbox { display: flex; flex-wrap: wrap; gap: 14px 28px; padding-top: 8px; }
.c-contact-form__row textarea { height: 220px; resize: vertical; }
.c-contact-form__acceptance { margin: 30px 0; text-align: center; }
.c-contact-form__submit { text-align: center; }
.c-contact-form__submit input {
  background: #00a7b5;
  border: 0!important;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  height: 54px;
  width: 220px!important;
}
.p-case-page__content { max-width: 1120px; }
.p-case-page__grid { display: grid; gap: 48px 50px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.p-case-page__grid img { border-radius: 8px; height: 220px; object-fit: cover; width: 100%; }
.p-case-page__grid h2 { font-size: 1.5rem; margin-top: 10px; }
.p-case-page__pagination { margin-top: 105px; }
.p-case-page__pagination .wp-pagenavi,
.p-case-page__fallback-pagination { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.p-case-page__pagination .wp-pagenavi .pages,
.p-case-page__pagination .wp-pagenavi .extend { display: none; }
.p-case-page__pagination .wp-pagenavi a,
.p-case-page__pagination .wp-pagenavi span.current,
.p-case-page__fallback-pagination a,
.p-case-page__fallback-pagination span { align-items: center; background: #fff; border: 1px solid #0068b7; border-radius: 50%; color: #0068b7; display: flex; font-size: 1.5rem; height: 38px; justify-content: center; margin: 0; padding: 0; text-decoration: none; width: 38px; }
.p-case-page__pagination .wp-pagenavi span.current,
.p-case-page__fallback-pagination span.current { background: #0068b7; color: #fff; }
.p-case-page__pagination .wp-pagenavi a:hover,
.p-case-page__pagination .wp-pagenavi a:focus-visible,
.p-case-page__fallback-pagination a:hover,
.p-case-page__fallback-pagination a:focus-visible { background: #0068b7; color: #fff; }
.p-news__content {
  margin: 0 auto;
  max-width: 1080px;
  padding: 126px 20px 0;
}
.p-news__visual img {
  object-position: center center;
}
.p-news__list {
  margin: 0 auto;
  max-width: 980px;
}
.p-news__item {
  border-bottom: 1px solid #e8edf3;
}
.p-news__link {
  align-items: center;
  color: #231916;
  display: grid;
  gap: 18px;
  grid-template-columns: 86px 94px minmax(0,1fr);
  min-height: 64px;
  padding: 11px 0;
}
.p-news__date {
  color: #231916;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.p-news__category {
  align-items: center;
  background: #0878e8;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 700;
  height: 21px;
  justify-content: center;
  line-height: 1;
  min-width: 84px;
  padding: 0 10px;
}
.p-news__title {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.55;
}
.p-news__empty {
  font-size: 1.6rem;
  text-align: center;
}
.p-news__pagination {
  margin-top: 95px;
}
.p-news__pagination .wp-pagenavi,
.p-news__fallback-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: center;
}
.p-news__pagination .wp-pagenavi .pages,
.p-news__pagination .wp-pagenavi .extend {
  display: none;
}
.p-news__pagination .wp-pagenavi a,
.p-news__pagination .wp-pagenavi span.current,
.p-news__fallback-pagination a,
.p-news__fallback-pagination span {
  align-items: center;
  background: #fff;
  border: 2px solid #0878e8;
  border-radius: 50%;
  color: #0878e8;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 40px;
}
.p-news__pagination .wp-pagenavi span.current,
.p-news__fallback-pagination span.current {
  background: #0878e8;
  color: #fff;
}
.p-news > .p-subpage__shared {
  margin-top: 190px;
}
@media (max-width: 900px) {
  .p-news__content {
    padding-top: 82px;
  }

  .p-news__link {
    grid-template-columns: 82px 90px minmax(0,1fr);
  }

  .p-news > .p-subpage__shared {
    margin-top: 125px;
  }
}

@media (max-width: 767px) {
  .p-news__content {
    padding: 70px 18px 0;
  }

  .p-news__list {
    max-width: 560px;
  }

  .p-news__link {
    gap: 8px 12px;
    grid-template-columns: 82px minmax(0,1fr);
    min-height: 74px;
    padding: 14px 0;
  }

  .p-news__date {
    font-size: 1.15rem;
  }

  .p-news__category {
    font-size: 1rem;
    height: 20px;
    justify-self: start;
    min-width: 78px;
  }

  .p-news__title {
    font-size: 1.35rem;
    grid-column: 1 / -1;
  }

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

  .p-news__pagination .wp-pagenavi,
  .p-news__fallback-pagination {
    gap: 10px;
  }

  .p-news__pagination .wp-pagenavi a,
  .p-news__pagination .wp-pagenavi span.current,
  .p-news__fallback-pagination a,
  .p-news__fallback-pagination span {
    font-size: 1.45rem;
    height: 34px;
    width: 34px;
  }

  .p-news > .p-subpage__shared {
    margin-top: 92px;
  }
}

@media (max-width: 360px) {
  .p-news__content {
    padding-left: 14px;
    padding-right: 14px;
  }

  .p-news__link {
    grid-template-columns: 76px minmax(0,1fr);
  }

  .p-news__title {
    font-size: 1.28rem;
  }
}
.p-case-detail__content { padding-top: 65px; }
.p-case-detail__content h2 { color: #005fad; font-size: 2.8rem; }
.p-case-detail__image { margin-top: 35px; max-width: 760px; }
.p-case-detail__body { font-size: 1.5rem; line-height: 1.8; margin-top: 35px; }
.p-case-detail__content > p {
  font-size: 1.35rem;
  line-height: 1.85;
  margin-top: 52px;
}
.p-case-detail__main-image {
  height: 270px;
  margin-top: 38px;
  object-fit: cover;
  width: 360px;
}
.p-case-detail__back {
  align-items: center;
  background: #0068b7;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 58px;
  justify-content: center;
  margin: 105px auto 0;
  width: 210px;
}
.p-case-detail__related {
  margin: 130px auto 0;
  max-width: 1320px;
  padding: 0 20px;
  position: relative;
}
.p-case-detail__related-viewport {
  overflow: hidden;
  width: 100%;
}
.p-case-detail__related-track {
  display: flex;
  gap: 48px;
  transition: transform 0.45s ease;
  will-change: transform;
}
.p-case-detail__related-item {
  flex: 0 0 calc((100% - 144px) / 4);
  min-width: 0;
}
.p-case-detail__related-controls {
  pointer-events: none;
}
.p-case-detail__related.is-static .p-case-detail__related-controls {
  display: none;
}
.p-case-detail__related-button {
  align-items: center;
  background: #0068b7;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 3rem;
  height: 48px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0 0 4px;
  pointer-events: auto;
  position: absolute;
  top: 105px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 48px;
  z-index: 2;
}
.p-case-detail__related-button--prev {
  left: -4px;
}
.p-case-detail__related-button--next {
  right: -4px;
}
.p-case-detail__related-button:hover,
.p-case-detail__related-button:focus-visible {
  transform: scale(1.06);
}
.p-case-detail__related-button:disabled {
  cursor: default;
  opacity: 0.35;
  transform: none;
}
.p-case-detail__related-item img {
  border-radius: 7px;
  height: 210px;
  object-fit: cover;
  width: 100%;
}
.p-case-detail__related-item h3 {
  font-size: 1.45rem;
  margin-top: 10px;
}
.p-news-detail__content {
  max-width: 920px;
}
.p-news-detail__meta {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-bottom: 22px;
}
.p-news-detail__date {
  color: #231916;
  font-size: 1.3rem;
  font-weight: 500;
}
.p-news-detail__category {
  align-items: center;
  background: #0878e8;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 700;
  height: 21px;
  justify-content: center;
  line-height: 1;
  min-width: 84px;
  padding: 0 10px;
}
.p-news-detail__body {
  font-size: 1.45rem;
  line-height: 1.9;
  margin-top: 48px;
}
.p-news-detail__body p + p,
.p-news-detail__body ul,
.p-news-detail__body ol,
.p-news-detail__body figure,
.p-news-detail__body blockquote {
  margin-top: 28px;
}
.p-news-detail__body img {
  border-radius: 7px;
  height: auto;
  max-width: 100%;
}
.p-news-detail__body a {
  color: #0068b7;
  text-decoration: underline;
}
.p-news-detail__back {
  margin-top: 110px;
}
.p-news-detail__related {
  margin: 130px auto 0;
  max-width: 980px;
  padding: 0 20px;
}
.p-news-detail__related-heading {
  color: #005fad;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.p-news-detail__related-list {
  margin-top: 45px;
}
.p-news-detail > .p-subpage__shared {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .p-subpage__visual--soft h2 { font-size: 2.2rem; white-space: normal; width: 90%; }
  .p-service-detail__content,.p-privacy__content,.p-faq__content,.p-company__content,.p-contact-page__content,.p-case-page__content,.p-case-detail__content { padding: 70px 18px 0; }
  .p-service-detail__placeholder { max-width: 100%; }
  .p-company__section-head h2 { font-size: 3.6rem; }
  .p-company__greeting-grid { grid-template-columns: 1fr; gap: 40px; }
  .p-company__portrait { height: 260px; }
  .p-company__data th { width: 34%; }
  .p-contact-page__form { padding: 28px 18px; }
  .c-contact-form__row { grid-template-columns: 1fr; gap: 8px; }
  .c-contact-form__row > label,.c-contact-form__row > legend { padding-top: 0; }
  .p-case-page__grid { gap: 30px 16px; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .p-case-page__grid img { height: 140px; }
  .p-case-detail__content { padding-top: 50px; }
  .p-case-detail__content h2 { font-size: 2.2rem; }
  .p-case-detail__main-image { height: auto; max-width: 100%; width: 360px; }
  .p-case-detail__related { margin-top: 80px; padding: 0 18px; }
  .p-case-detail__related-track { gap: 16px; }
  .p-case-detail__related-item { flex-basis: calc((100% - 16px) / 2); }
  .p-case-detail__related-button { height: 40px; top: 58px; width: 40px; }
  .p-case-detail__related-button--prev { left: 4px; }
  .p-case-detail__related-button--next { right: 4px; }
  .p-case-detail__related-item img { height: 140px; }
  .p-news-detail__meta { gap: 12px; margin-bottom: 18px; }
  .p-news-detail__body { font-size: 1.35rem; line-height: 1.85; margin-top: 35px; }
  .p-news-detail__back { margin-top: 70px; }
  .p-news-detail__related { margin-top: 82px; padding: 0 18px; }
  .p-news-detail__related-heading { font-size: 2rem; }
  .p-news-detail__related-list { margin-top: 28px; }
  .p-news-detail > .p-subpage__shared { margin-top: 92px; }
}
@media (max-width: 520px) {
  .p-case-detail__related-item {
    flex-basis: 100%;
  }
  .p-case-detail__related-button {
    top: 64px;
  }
}
.l-footer__container{
 max-width: 1164px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;

}

/* Desktop subpage alignment against the supplied 1318px-wide designs. */
@media (min-width: 1200px) {
  .l-header__inner {
    /* height: 112px; */
    /* padding-left: 40px; */
  }

  .p-service__content {
    padding-top: 152px;
  }

  .p-service__grid {
    gap: 49px 40px;
  }

  .p-service__card {
    min-height: 312px;
  }

  .p-service .p-subpage__prompt {
    margin-top: 166px;
  }

  .p-service > .p-subpage__shared {
    margin-top: 177px;
  }

  .p-service-detail__content {
    padding-top: 153px;
  }

  .p-service-detail__placeholder {
    height: 235px;
    width: 400px;
  }

  .p-service-detail__content > h1 {
    align-items: center;
    display: flex;
    height: 53px;
    margin-top: 152px;
    padding: 0 10px;
  }

  .p-service-detail__content > h2 {
    margin-top: 184px;
  }

  .p-service-detail > .p-subpage__shared {
    margin-top: 586px;
  }

  .p-case-page__content {
    padding-top: 140px;
  }

  .p-case-page__grid img {
    height: 240px;
  }

  .p-case-page > .p-subpage__shared {
    margin-top: 422px;
  }

  .p-case-detail__main-image {
    height: 280px;
    width: 425px;
  }

  .p-case-detail__back {
    margin-top: 375px;
  }

  .p-case-detail__related {
    max-width: 1525px;
    overflow: hidden;
    padding: 0 50px;
  }

  .p-case-detail__related-track {
    gap: 55px;
  }

  .p-case-detail__related-item {
    flex-basis: calc((100% - 165px) / 4);
  }

  .p-case-detail__related-item img {
    height: 235px;
  }

  .p-case-detail > .p-subpage__shared {
    margin-top: 161px;
  }

  .p-faq__content {
    padding-top: 140px;
  }

  .p-faq__item {
    padding-bottom: 30px;
  }

  .p-faq__item + .p-faq__item {
    padding-top: 44px;
  }

  .p-faq > .p-subpage__shared {
    margin-top: 154px;
  }

  .p-company .p-subpage__prompt {
    margin-top: 742px;
  }

  .p-company > .p-subpage__shared {
    margin-top: 150px;
  }

  .p-contact-page__content {
    max-width: 878px;
  }

  .p-contact-page__form {
    margin-top: 59px;
    min-height: 987px;
  }

  .p-contact-page__form .wpcf7-form {
    font-size: 1.6rem;
  }

  .p-contact-page__form .c-contact-form__row {
    column-gap: 45px;
    margin-bottom: 18px;
  }

  .p-contact-page__form fieldset.c-contact-form__row {
    box-sizing: border-box;
    display: block;
    min-height: 70px;
    padding: 0 0 0 235px;
    position: relative;
    width: 100%;
  }

  .p-contact-page__form fieldset.c-contact-form__row > legend {
    left: 0;
    position: absolute;
    top: 0;
  }

  .p-contact-page__form fieldset.c-contact-form__row > .wpcf7-form-control-wrap {
    display: block;
  }

  .p-contact-page__form .c-contact-form__row input:not([type=checkbox]):not([type=radio]) {
    border-color: #231916;
    border-radius: 6px;
    box-sizing: border-box;
    height: 54px;
    width: 326px;
  }

  .p-contact-page__form .c-contact-form__row textarea {
    border-color: #231916;
    border-radius: 6px;
    box-sizing: border-box;
    height: 285px;
    width: 504px;
  }

  .p-contact-page__form .c-contact-form__row .wpcf7-checkbox {
    display: grid;
    gap: 14px 42px;
    grid-template-columns: max-content max-content;
    width: 380px;
  }

  .p-contact-page__form .wpcf7-list-item {
    margin: 0;
  }

  .p-contact-page__form input[type=checkbox] {
    height: 24px;
    margin: 0;
    width: 24px;
  }

  .p-contact-page__form .wpcf7-list-item label {
    align-items: center;
    display: flex;
    gap: 10px;
  }

  .p-contact-page__form .c-contact-form__acceptance {
    margin: 30px 0 58px;
  }

  .p-contact-page__form .c-contact-form__submit input {
    height: 65px;
    width: 240px!important;
  }

  .p-contact-page > .p-subpage__shared {
    margin-top: 159px;
  }

  .p-privacy__content {
    max-width: 800px;
    padding-top: 320px;
  }

  .p-privacy > .p-subpage__shared {
    margin-top: 200px;
  }
}

/* Header navigation breakpoint: desktop through 1025px, mobile at 1024px. */
.l-header__menu-toggle {
  display: none;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .l-header__inner {
    /* height: 112px; */
    /* padding: 0 20px; */
  }

  .l-header__logo {
    flex: 0 0 220px;
  }

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

  .l-header__nav {
    display: flex;
    flex: 1 1 auto;
    /* gap: 15px; */
    /* justify-content: flex-end; */
    margin-top: 0;
    opacity: 1;
    transform: none;
    visibility: visible;
  }

  .l-header__nav a {
    /* color: #231916 !important; */
    /* font-size: 1.5rem; */
    opacity: 1;
    white-space: nowrap;
  }

  .l-header__contact {
    /* display: none; */
    flex: 0 0 237px;
  }
}

@media (max-width: 1024px) {
  body.menu-open {
    overflow: hidden;
  }

  .l-header {
    position: relative;
    z-index: 1000;
  }

  .l-header__inner {
    height: 84px;
    /* padding: 12px 18px; */
    position: relative;
    /* justify-content: space-between; */
  }

  .l-header__logo {
    flex: 0 1 auto;
    min-width: 0;
  }

  .l-header__logo-image {
    max-width: calc(100vw - 100px);
    width: 200px;
  }

  .l-header__contact {
    display: none;
  }

  .l-header__nav-wrap {
    display: block;
    width: 0;
  }

  .l-header__menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    flex: 0 0 48px;
    flex-direction: column;
    gap: 7px;
    height: 44px;
    justify-content: center;
    /* margin-left: auto; */
    /* padding: 8px; */
    position: relative;
    z-index: 2;
    align-items: flex-end;
  }

  .l-header__menu-toggle span {
    background: #0068b2;
    display: block;
    height: 3px;
    transition: transform .25s ease, opacity .2s ease;
    width: 30px;
  }

  .l-header.is-menu-open .l-header__menu-toggle span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .l-header.is-menu-open .l-header__menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .l-header.is-menu-open .l-header__menu-toggle span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .l-header__nav {
    background: #0068b2;
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 0;
    margin: 0;
    max-width: none;
    max-height: calc(100vh - 84px);
    opacity: 0;
    overflow-y: auto;
    padding: 8px 18px 22px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .25s ease, visibility .2s ease;
    visibility: hidden;
    width: 100%;
  }

  .l-header.is-menu-open .l-header__nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .l-header__nav a {
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 16px 4px;
    width: 100%;
  }

  .l-header__nav a::after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .l-header,
  .l-header__inner {
    overflow: visible;
  }

  .l-header__nav-wrap {
    display: block !important;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 84px;
    width: 100% !important;
    z-index: 9999;
  }

  .l-header.is-menu-open .l-header__nav-wrap {
    pointer-events: auto;
  }

  .l-header__nav {
    left: auto !important;
    max-width: none !important;
    position: relative !important;
    top: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  body.menu-open {
    overflow: hidden;
  }

  .l-header {
    z-index: 10000;
  }

  .l-header__menu-toggle {
    z-index: 10001;
  }

  .l-header__nav-wrap {
    align-items: stretch;
    background: #0068b2;
    display: flex !important;
    flex-direction: column;
    gap: 18px;
    height: calc(100vh - 84px);
    height: calc(100dvh - 84px);
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: clamp(18px, 4.5vw, 40px) clamp(18px, 7vw, 80px) max(24px, env(safe-area-inset-bottom));
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 84px;
    transform: translateY(-10px);
    transition: opacity .24s ease, transform .3s var(--showa-ease-out), visibility .24s ease;
    visibility: hidden;
    width: 100% !important;
    z-index: 9999;
  }

  .l-header.is-menu-open .l-header__nav-wrap {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .l-header__nav {
    background: transparent !important;
    display: flex;
    flex: 0 0 auto;
    gap: 0;
    left: auto !important;
    margin: 0 auto !important;
    max-height: none !important;
    max-width: 620px !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0 !important;
    pointer-events: auto !important;
    position: static !important;
    top: auto !important;
    transform: none !important;
    visibility: visible !important;
    width: min(100%, 620px) !important;
  }

  .l-header__nav a {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
    display: flex;
    font-size: clamp(1.6rem, 4.2vw, 1.8rem);
    font-weight: 700;
    height: 60px;
    line-height: 1.25;
    min-height: 0;
    padding: 0 4px;
    position: relative;
    width: 100%;
  }

  .l-header__nav a::after,
  .l-header__nav a.is-current::after {
    background: none;
    border-right: 2px solid #ffd600;
    border-top: 2px solid #ffd600;
    content: "";
    display: block;
    height: 10px;
    left: auto;
    margin-left: auto;
    opacity: 1;
    position: static;
    top: auto;
    transform: rotate(45deg);
    width: 10px;
  }

  .l-header.is-menu-open .l-header__contact {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 104, 178, .18);
    border-radius: 8px;
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
    justify-content: center;
    margin: 2px auto 0;
    max-width: 620px;
    opacity: 1 !important;
    padding: 14px 16px;
    transform: none !important;
    visibility: visible !important;
    width: min(100%, 620px);
  }

  .l-header.is-menu-open .l-header__line {
    background: #fff;
    flex: 0 0 auto;
    height: 44px;
    width: 44px;
  }

  .l-header.is-menu-open .l-header__tel-wrap {
    color: #005fad;
    min-width: 0;
  }

  .l-header.is-menu-open .l-header__tel {
    color: #005fad;
    font-size: clamp(1.8rem, 5.2vw, 2.4rem);
    padding-left: 26px;
    position: relative;
  }

  .l-header.is-menu-open .l-header__tel::before {
    display: block;
    filter: none;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
  }

  .l-header.is-menu-open .l-header__hours {
    color: #231916;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.l-header {
  animation: none !important;
  height: 100px;
  opacity: 1 !important;
  position: relative;
  transform: none !important;
  visibility: visible !important;
  z-index: 10000;
}

.l-header__inner {
  background: #fff;
  display: flex !important;
  left: 0;
  opacity: 1 !important;
  position: fixed;
  right: 0;
  top: 0;
  transform: none !important;
  visibility: visible !important;
  width: 100%;
  z-index: 10000;
}

.l-header__logo,
.l-header__nav a,
.l-header__contact,
.l-header__menu-toggle {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.l-footer__quick {
  display: none !important;
}

.l-footer__quick-link {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  /* font-weight: 800; */
  gap: 14px;
  justify-content: center;
  letter-spacing: .06em;
  font-size: 2.8rem;
  line-height : 48.95px;
  letter-spacing : 3.3px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "wght" 500,
      "wdth" 90,
      "slnt" 0;
}

.l-footer__quick-link + .l-footer__quick-link {
  border-left: 2px solid rgba(255, 255, 255, .8);
  font-size: 18px;
  color : #FFFFFF;
}

.l-footer__quick-link::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex: 0 0 auto;
  /* height: 30px; */
  width: 23px;
}

.l-footer__quick-link--tel::before {
  background-image: url(../images/phone-white.svg);
}

.l-footer__quick-link--mail::before {
  width: 26.6px;
  background-image: url(../images/mail-white.svg);
}

body {
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .l-header {
    height: 84px;
  }

  .l-header__inner {
    height: 84px;
  }

  .l-footer__quick {
    background: #0068b7;
    bottom: 0;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 62px;
    left: 0;
    position: fixed !important;
    right: 0;
    width: 100%;
    z-index: 9990;
    border-top: 1px solid white;
    padding: 5px 0;
  }

  body {
    padding-bottom: 62px;
  }
}

@media (max-width: 1024px) {
  .l-header:not(.is-menu-open) .l-header__nav-wrap {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  .l-header.is-menu-open .l-header__nav-wrap {
    display: flex !important;
  }
}

@media (max-width: 1024px) {
  .p-top-service__card {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto auto;
  }

  .p-top-service__body {
    display: block;
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
  }

  .p-top-service__title,
  .p-top-service__text,
  .p-top-service__image,
  .p-top-service__button-wrap {
    grid-column: 1 / -1 !important;
    width: 100%;
  }

  .p-top-service__title {
    /* min-height: 72px; */
  }

  .p-top-service__text {
    grid-row: auto !important;
    max-width: none !important;
    overflow: visible;
    text-align: justify;
  }

  .p-top-service__image {
    display: block;
    grid-row: auto !important;
    height: auto !important;
    margin-top: 18px;
    max-width: none !important;
    object-fit: cover;
  }

  .p-top-service__button-wrap {
    grid-row: auto !important;
    margin-top: 18px;
  }
}

@media (max-width: 768px) {
  .p-top-hero {
    height: auto !important;
    min-height: 0;
  }

  .p-top-hero__media {
    height: auto !important;
    inset: auto !important;
    overflow: visible;
    position: static !important;
  }

  .p-top-hero__image {
    height: auto !important;
    object-fit: contain !important;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .l-footer__quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 58px;
    padding: 4px 0;
  }

  .l-footer__quick-link {
    font-size: clamp(1.25rem, 4.8vw, 2.6rem) !important;
    gap: clamp(6px, 2vw, 10px);
    letter-spacing: .03em !important;
    line-height: 1.25 !important;
    min-width: 0;
    padding: 0 8px;
    white-space: nowrap;
  }

  .l-footer__quick-link + .l-footer__quick-link {
    font-size: clamp(1.25rem, 4.2vw, 1.6rem) !important;
  }

  .l-footer__quick-link::before {
    height: clamp(20px, 6vw, 24px);
    width: clamp(20px, 6vw, 24px);
  }

  .l-footer__quick-link--mail::before {
    width: clamp(22px, 6.5vw, 26px);
  }

  body {
    padding-bottom: 58px;
  }
}

@media (max-width: 360px) {
  .l-footer__quick {
    height: 54px;
  }

  .l-footer__quick-link {
    /* font-size: 1.2rem !important; */
    /* gap: 5px; */
    /* padding: 0 6px; */
    font-size: clamp(1.25rem, 5.8vw, 2.6rem) !important;
  }

  .l-footer__quick-link + .l-footer__quick-link {
    /* font-size: 1.2rem !important; */
  }

  .l-footer__quick-link::before {
    height: 19px;
    width: 19px;
  }

  .l-footer__quick-link--mail::before {
    width: 21px;
  }

  body {
    padding-bottom: 54px;
  }
}
@media only screen and (max-width: 516px) {
  .p-top-contact__bg{
    max-width: 280px;
    margin: 0 auto;
  }
}
