@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}

body {
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
  color: #666;
}

.is-main {
  padding-top: 116.5px;
}
@media screen and (max-width: 767px) {
  .is-main {
    padding-top: 56px;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-top {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-top {
    padding-top: 30px;
  }
}

.c-breadcrumb-wrap {
  border-top: 1px solid #dfdfdf;
}

.c-breadcrumb {
  max-width: 1178px;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.c-breadcrumb span {
  color: #e50012;
}
.c-breadcrumb a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .c-breadcrumb a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1024px) {
  .c-breadcrumb {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 10px;
    font-size: 14px;
  }
}
.c-breadcrumb .current-item {
  color: #000;
}
.c-breadcrumb .c-breadcrumbs__chevron-right {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb .c-breadcrumbs__chevron-right {
    font-size: 14px;
  }
}

/* パンくずリストの「 > とテキストの左右の余白を調整↓↓
----------------------------------------------*/
.home {
  margin-right: 5px;
}

.post-introduction-archive {
  margin-left: 5px;
}

span[property=name] {
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  span[property=name] {
    margin-right: 2.5px;
    margin-left: 2.5px;
  }
}

.bread-top {
  display: none;
}

.c-headings {
  line-height: 1.75;
  text-align: center;
}
.c-headings h2 {
  font-size: 36px;
  color: #3f3f3f;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-headings h2 {
    font-size: 24px;
  }
}
.c-headings p {
  font-size: 18px;
  color: #e50012;
  position: relative;
  top: -7px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-headings p {
    font-size: 14px;
    top: 5px;
  }
}

.c-lower-heading {
  position: relative;
  max-width: 1075px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-lower-heading {
    padding-bottom: 10px;
  }
}
.c-lower-heading p {
  font-size: 16px;
  color: #e50012;
  position: relative;
  padding-left: 15px;
  line-height: 1;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .c-lower-heading p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-lower-heading p {
    padding-left: 13px;
  }
}
.c-lower-heading p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 100vmax;
  display: block;
  background-color: #e50012;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-lower-heading p::before {
    width: 7px;
    height: 7px;
  }
}
.c-lower-heading h2 {
  font-size: 34px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-lower-heading h2 {
    font-size: 30px;
  }
}
.c-lower-heading::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #e50012;
  height: 3px;
  display: block;
  bottom: -3px;
  left: 20px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .c-lower-heading::after {
    width: 57px;
  }
}

.wrap {
  overflow: hidden;
}

body.is-active {
  height: 100%;
  overflow: hidden;
}

.p-header {
  height: 113px;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 67px;
  }
}

.p-header__inner {
  padding-inline: 35px;
  height: inherit;
  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;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 16px;
  }
}

.p-header__logos {
  position: relative;
  top: -6px;
}
@media screen and (max-width: 767px) {
  .p-header__logos {
    top: unset;
  }
}

.p-header__logo-text {
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-header__logo-text {
    display: none;
  }
}

.p-header__logo {
  display: block;
  width: 266px;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 203px;
  }
}

.p-header__rights {
  margin-left: auto;
  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;
}
@media screen and (max-width: 1199px) {
  .p-header__rights {
    display: none;
  }
}

.p-header__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-header__navigation {
    display: none;
  }
}
.p-header__navigation li a {
  line-height: 1;
}
.p-header__navigation li:not(:first-of-type) a {
  display: block;
  padding-left: 20px;
  position: relative;
}
.p-header__navigation li:not(:first-of-type) a::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.p-header__navigation li:not(:last-of-type) a {
  padding-right: 20px;
  display: block;
}

.p-header__contact {
  width: 182px;
  height: 53px;
  border-radius: 100vmax;
  background-color: #e50012;
  color: #fff;
  font-weight: bold;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .p-header__contact {
    display: none;
  }
}
.p-header__contact span {
  position: relative;
  display: block;
  padding-left: 32px;
}
.p-header__contact span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/white_arrow.png) no-repeat center/contain;
  width: 24px;
  height: 24px;
  display: block;
}

/*ハンバーガーアイコン */
.drawer-icon {
  margin-left: auto;
  width: 35px;
  height: 26.2px;
  position: relative;
  z-index: 51;
  background-color: transparent;
}
@media screen and (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked {
  background-color: transparent;
  border: 1px solid #123f6c;
  position: fixed;
  width: 27px;
  height: 27px;
  right: 16px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 12.4px;
  height: 1px;
  left: -6px;
  background-color: #123f6c;
  width: 37px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12.4px;
  height: 1px;
  left: -6px;
  background-color: #123f6c;
  width: 37px;
}
.drawer-icon.is-checked::after {
  content: "CLOSE";
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
  color: #123f6c;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 3px;
  background-color: #00636C;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 11.6px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 22.6px;
}

.drawer-content {
  width: 279px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 50;
  padding: 66px 28px 40px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  overflow: auto;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__link {
  display: block;
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 18px;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
}

.drawer-content__bottom {
  margin-top: 51px;
}
.drawer-content__bottom p {
  margin-top: 12px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}

.drawer__tel {
  color: #e50012;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
  display: block;
  font-size: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.drawer__tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/tel_icon.png) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-drawer__btn {
  margin-top: 32px;
  width: 224px;
  height: 52px;
  margin-inline: auto;
  border: 1px solid #3f3f3f;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #e50012;
}
.p-drawer__btn span {
  display: block;
  position: relative;
  padding-left: 29px;
}
.p-drawer__btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 54%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 13px;
  background: url(../img/footer_mail_icon.png) no-repeat center/contain;
}

.drawer-background {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.drawer-background.is-checked {
  background-color: #000;
  opacity: 0.4;
  z-index: 49;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-fv {
  padding-inline: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-inline: 16px;
  }
}

.p-fv__image {
  width: 100%;
  aspect-ratio: 1294/628;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__image {
    aspect-ratio: 337/542;
  }
}
.p-fv__image img {
  height: 100%;
  width: 100%;
}

.p-fv__catch {
  max-width: 61.7754%;
  max-width: 53.5583%;
  width: 100%;
  position: absolute;
  left: 92px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1536px) {
  .p-fv__catch {
    top: 55%;
  }
}
@media screen and (min-width: 1700px) {
  .p-fv__catch {
    top: 54%;
  }
}
@media screen and (max-width: 1024px) {
  .p-fv__catch {
    max-width: 66.7754%;
    left: 56px;
    top: 58%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__catch {
    left: 26px;
    max-width: 80.1186%;
    top: 51%;
  }
}

.p-worries {
  padding-bottom: 162px;
}
@media screen and (max-width: 767px) {
  .p-worries {
    padding-bottom: 86px;
  }
}

.p-worries__inner {
  max-width: 1008px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  .p-worries__inner {
    padding-top: 46px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-worries__ttl {
  color: #000;
  font-weight: bold;
  font-size: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-worries__ttl {
    font-size: 24px;
    max-width: 248px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 379px) {
  .p-worries__ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 349px) {
  .p-worries__ttl {
    font-size: 20px;
  }
}

.p-worries__flex {
  max-width: 1008px;
  margin-inline: auto;
  margin-top: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-worries__flex {
    margin-top: 32px;
    gap: 8px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-worries__card {
  width: calc(20% - 8px);
  border: 1px solid #acacac;
  background-color: #fff9f3;
  position: relative;
  height: 273px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-worries__card {
    width: calc(50% - 4px);
    height: auto;
    padding-bottom: 30px;
  }
}
.p-worries__card:nth-of-type(1) .p-worries__image img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-worries__card:nth-of-type(1) .p-worries__image img {
    width: 51.8292682927%;
    display: block;
    margin-inline: auto;
  }
}
.p-worries__card:nth-of-type(2) .p-worries__image img {
  width: 79px;
}
@media screen and (max-width: 767px) {
  .p-worries__card:nth-of-type(2) .p-worries__image img {
    width: 40.8536585366%;
    display: block;
    margin-inline: auto;
  }
}
.p-worries__card:nth-of-type(3) .p-worries__image img {
  width: 114px;
}
@media screen and (max-width: 767px) {
  .p-worries__card:nth-of-type(3) .p-worries__image img {
    width: 59.1463414634%;
    display: block;
    margin-inline: auto;
  }
}
.p-worries__card:nth-of-type(4) .p-worries__image img {
  width: 141px;
}
@media screen and (max-width: 767px) {
  .p-worries__card:nth-of-type(4) .p-worries__image img {
    width: 73.1707317073%;
    display: block;
    margin-inline: auto;
  }
}
.p-worries__card:nth-of-type(5) .p-worries__image img {
  width: 63px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-worries__card:nth-of-type(5) .p-worries__image img {
    width: 32.3170731707%;
    display: block;
    margin-inline: auto;
  }
}
.p-worries__dotted {
  width: 9px;
  height: 9px;
  border-radius: 100vmax;
  background-color: #ffb900;
  position: absolute;
  left: 9px;
  top: 9px;
}

.p-worries__image {
  height: 167px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-worries__image {
    padding-top: 25px;
    width: 100%;
    height: 100%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-worries__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .p-worries__image img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__image img {
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.p-worries__body {
  padding-inline: 23px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-worries__body {
    padding-top: 28px;
    padding-inline: 13px;
  }
}
.p-worries__body h3 {
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .p-worries__body h3 {
    position: relative;
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__body h3 {
    position: static;
    font-size: 17px;
  }
}

.p-worries__bottom {
  margin-top: 32px;
  margin-inline: auto;
  max-width: 357px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-worries__bottom {
    margin-top: 21px;
    max-width: 247px;
  }
}

.p-promise {
  color: #000;
  padding-bottom: 94px;
}
@media screen and (max-width: 767px) {
  .p-promise {
    padding-bottom: 70px;
  }
}

.p-promise__inner {
  padding-inline: 20px;
}
@media screen and (max-width: 1024px) {
  .p-promise__inner {
    padding-inline: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-promise__inner {
    padding-inline: 16px;
  }
}

.p-promise__desc {
  text-align: center;
  font-size: 21px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .p-promise__desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-promise__desc {
    font-size: 18px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 374px) {
  .p-promise__desc {
    font-size: 17px;
  }
}

.p-promise__flex {
  margin-top: 85px;
  max-width: 784px;
  width: 100%;
  margin-inline: auto;
  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;
}
@media screen and (max-width: 767px) {
  .p-promise__flex {
    display: block;
    max-width: none;
  }
}
.p-promise__flex:nth-of-type(3) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-promise__flex:nth-of-type(3) {
    margin-top: 34px;
  }
}
.p-promise__flex:nth-of-type(3) .p-promise__image {
  max-width: 139px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-promise__flex:nth-of-type(3) .p-promise__image {
    max-width: 96px;
  }
}

.p-promise__image {
  max-width: 154px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-promise__image {
    max-width: 106px;
    margin-inline: auto;
  }
}

.p-promise__texts {
  max-width: 578px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-promise__texts {
    margin-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-promise__texts {
    margin-top: 34px;
    margin-left: 0;
  }
}
.p-promise__texts h3 {
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .p-promise__texts h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-promise__texts h3 {
    font-size: 21px;
  }
}
.p-promise__texts p {
  margin-top: 28px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-promise__texts p {
    margin-top: 10px;
  }
}

.p-top-case {
  padding-top: 80px;
  padding-bottom: 75px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .p-top-case {
    padding-top: 40px;
  }
}

.p-top-case__inner {
  max-width: 1150px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-top-case__inner {
    padding-left: 20px;
    padding-right: 0;
  }
}

.p-top-case__flex {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
}
@media screen and (max-width: 1024px) {
  .p-top-case__flex {
    gap: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__flex {
    gap: 18px;
    margin-top: 36px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 20px;
  }
}

.p-top-case__card {
  width: calc(33.33333333% - 28.6666666667px);
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-top-case__card {
    width: calc(33.33333333% - 14.6666666667px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-case__card {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 284px;
        -ms-flex: 1 0 284px;
            flex: 1 0 284px;
  }
}
.p-top-case__card:nth-of-type(2) .p-top-case__term {
  background-color: #04738b;
}
.p-top-case__card:nth-of-type(3) .p-top-case__term {
  background-color: #009d3d;
}

.p-top-case__image img {
  height: 100%;
  width: 100%;
  aspect-ratio: 354/269;
}

.p-top-case__body {
  padding-top: 14px;
  padding-left: 14px;
}

.p-top-case__term {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #ff506a;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 30px;
  height: 27px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-case__term {
    padding-inline: 20px;
    height: 22px;
  }
}

.p-top-case_ttl {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.75;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-top-case_ttl {
    margin-top: 16px;
  }
}

.p-top-case__link {
  margin-top: 66px;
  position: relative;
  padding-right: 88px;
  display: block;
  margin-left: auto;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-top-case__link {
    margin-right: auto;
    padding-right: 68px;
  }
}
.p-top-case__link::after {
  content: "";
  position: absolute;
  background: url(../img/arrow_circle.png) no-repeat center/contain;
  width: 46px;
  height: 46px;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-consultation {
  padding-top: 87px;
}

.p-consultation__inner {
  max-width: 1150px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-consultation__inner {
    padding: 0;
  }
}

.p-consultation__box {
  background-color: #e50012;
  padding-inline: 45px;
  padding-top: 46px;
  padding-bottom: 92px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-consultation__box {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-consultation__box {
    border-radius: 0;
    padding-inline: 21.5px;
    padding-bottom: 118px;
  }
}

.p-consultation__ttl {
  line-height: 1.75;
  font-size: 28px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-consultation__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-consultation__ttl {
    font-size: 24px;
    text-align: left;
    max-width: 248px;
    margin-inline: auto;
  }
}

.p-consultation__flex {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 47px 42px;
}
@media screen and (max-width: 767px) {
  .p-consultation__flex {
    margin-top: 50px;
    display: block;
  }
}

.p-consultation__card {
  background-color: #fff;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 10px;
  width: calc(33.33333333% - 28px);
  height: 303px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-consultation__card {
    width: calc(50% - 21px);
  }
}
@media screen and (max-width: 767px) {
  .p-consultation__card {
    width: 100%;
    border-radius: 8px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 40px;
  }
}
.p-consultation__card:nth-of-type(1) .p-consultation__image img {
  width: 166px;
}
.p-consultation__card:nth-of-type(2) .p-consultation__image {
  width: 150px;
}
.p-consultation__card:nth-of-type(3) .p-consultation__image {
  width: 184px;
}
@media screen and (max-width: 767px) {
  .p-consultation__card:nth-of-type(4) {
    height: auto;
  }
}
.p-consultation__card:nth-of-type(4) .p-consultation__image {
  width: 107px;
}
@media screen and (max-width: 767px) {
  .p-consultation__card:nth-of-type(4) .p-consultation__image {
    height: 139px;
  }
}
.p-consultation__card:nth-of-type(5) .p-consultation__image {
  width: 177px;
}
.p-consultation__card:nth-of-type(6) .p-consultation__image {
  width: 175px;
}
@media screen and (max-width: 767px) {
  .p-consultation__card:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.p-consultation__image {
  position: relative;
  margin-inline: auto;
  padding-top: 44px;
  height: 139px;
}
@media screen and (max-width: 767px) {
  .p-consultation__image {
    height: 130px;
  }
}
.p-consultation__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-consultation__image img {
    width: 100%;
  }
}

.p-consultation__title {
  background-color: #ffecff;
  font-size: 18px;
  color: #000;
  line-height: 1.75;
  padding-left: 10px;
}

.p-consultation__desc {
  line-height: 1.75;
  font-size: 16px;
  margin-top: 10px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-consultation__desc {
    margin-top: 15px;
    font-size: 17px;
  }
}

.p-consultation__box-illust {
  position: absolute;
  width: 255px;
  right: 30px;
  bottom: -56px;
}
@media screen and (max-width: 767px) {
  .p-consultation__box-illust {
    width: 245px;
    right: 21.5px;
  }
}

.p-faq {
  padding-top: 190px;
  padding-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-bottom: 67px;
    padding-top: 145px;
  }
}

.p-faq__inner {
  max-width: 1150px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding: 0 16px;
  }
}

.p-faq__accordion {
  padding-right: 56px;
  padding-left: 35px;
  padding-bottom: 35px;
  padding-top: 40px;
  background-color: #f5f5f5;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion {
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-top: 18px;
    margin-top: 40px;
  }
}
.p-faq__accordion:nth-of-type(n + 2) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion:nth-of-type(n + 2) {
    margin-top: 18px;
  }
}

.p-faq__accordion-titles {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-faq__accordion-titles.is_active {
  margin-bottom: 38px;
}
.p-faq__accordion-titles.is_active .p-faq__accordion-icon {
  background-color: #fff;
}
.p-faq__accordion-titles.is_active .p-faq__accordion-icon::before {
  background-color: #e50012;
}
.p-faq__accordion-titles.is_active .p-faq__accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  background-color: #e50012;
}

.p-faq__accordion-titles-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion-titles-wrap {
    display: block;
  }
}

.p-faq__accordion-q {
  font-size: 21px;
  font-weight: bold;
  color: #e50012;
  display: block;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion-q {
    margin-right: 0;
    font-size: 18px;
  }
}

.p-faq__accordion_title {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .p-faq__accordion_title {
    max-width: 81%;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__accordion_title {
    font-size: 18px;
    max-width: 85%;
    margin-top: 4px;
  }
}

.p-faq__accordion-icon {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100vmax;
  border: 1px solid #e50012;
  background-color: #e50012;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion-icon {
    width: 29px;
    height: 29px;
    top: 37px;
    -webkit-transform: none;
            transform: none;
  }
}
.p-faq__accordion-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion-icon::before {
    width: 9px;
  }
}
.p-faq__accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 12px;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion-icon::after {
    width: 9px;
  }
}

.p-faq__accordion-next-wrap {
  padding-top: 26px;
  display: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion-next-wrap {
    padding-top: 17px;
    display: block;
  }
}
.p-faq__accordion-next-wrap.is_active {
  border-top: 1px solid #acacac;
}

.p-faq__accordion-a {
  font-size: 21px;
  font-weight: bold;
  color: #e50012;
  display: block;
  margin-right: 30px;
}

.p-faq__accordion-next {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion-next {
    margin-top: 4px;
  }
}

.p-reserve {
  background-color: #f5f5f5;
  color: #000;
  padding-top: 81px;
  padding-bottom: 108px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-reserve {
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve {
    padding-top: 48px;
    padding-bottom: 54px;
  }
}

.p-reserve__inner {
  max-width: 915px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}

.p-reserve__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-reserve__flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve__flex {
    display: block;
  }
}

.p-reserve__left-wrap {
  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;
}
@media screen and (max-width: 1024px) {
  .p-reserve__left-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve__left-wrap {
    display: block;
  }
}

.p-reserve__left-text {
  padding-top: 16px;
  padding-bottom: 16px;
  border-right: 1px solid #000;
  padding-right: 28px;
}
@media screen and (max-width: 1024px) {
  .p-reserve__left-text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve__left-text {
    display: none;
  }
}
.p-reserve__left-text span {
  display: block;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
}
.p-reserve__left-text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 12px;
}

.p-reserve__left-number {
  padding-left: 26px;
}
.p-reserve__left-number a {
  position: relative;
  display: block;
  padding-left: 37px;
  font-size: 31px;
  font-weight: bold;
  color: #e50012;
  line-height: 1;
}
.p-reserve__left-number a::before {
  display: block;
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background: url(../img/tel_icon.png) no-repeat center/contain;
  left: 0;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-reserve__left-number p {
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .p-reserve__left-number {
    width: 317px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve__left-number {
    width: 317px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 374px) {
  .p-reserve__left-number {
    width: 280px;
  }
}

.p-reserve__right {
  margin-left: 9.071%;
}
@media screen and (max-width: 1024px) {
  .p-reserve__right {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve__right {
    margin-left: 0;
  }
}

.p-reserve__right-wrap {
  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;
}
@media screen and (max-width: 1024px) {
  .p-reserve__right-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve__right-wrap {
    display: block;
  }
}

.p-reserve__right-text {
  padding-top: 16px;
  padding-bottom: 16px;
  border-right: 1px solid #000;
  padding-right: 28px;
}
@media screen and (max-width: 1024px) {
  .p-reserve__right-text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve__right-text {
    display: none;
  }
}
.p-reserve__right-text span {
  display: block;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
}
.p-reserve__right-text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 12px;
}

.p-reserve__btn {
  margin-left: 26px;
  background-color: #fff;
  width: 317px;
  height: 73px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #3f3f3f;
  font-size: 16px;
  color: #e50012;
}
@media screen and (max-width: 1024px) {
  .p-reserve__btn {
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve__btn {
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 374px) {
  .p-reserve__btn {
    width: 280px;
  }
}
.p-reserve__btn span {
  display: block;
  position: relative;
  padding-left: 38px;
}
.p-reserve__btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 19px;
  background: url(../img/footer_mail_icon.png) no-repeat center/contain;
}

.p-reserve__illust {
  width: 184px;
  aspect-ratio: 184/156;
  position: absolute;
  right: 108px;
  bottom: -103px;
}
@media screen and (max-width: 1024px) {
  .p-reserve__illust {
    width: 147px;
    right: 16px;
    bottom: -155px;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve__illust {
    width: 147px;
    right: 16px;
    bottom: -155px;
  }
}
.p-reserve__illust::before {
  content: "まずはお気軽にお問い合わせください";
  border: 1px solid #000;
  border-radius: 100vmax;
  height: 47px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 28px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  position: absolute;
  white-space: nowrap;
  top: 30px;
  right: 181px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .p-reserve__illust::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-reserve__illust::before {
    display: none;
  }
}

.p-reserve__message {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-reserve__message {
    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;
    height: 47px;
    border: 1px solid #000;
    border-radius: 100vmax;
    font-size: 18px;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 354px;
    width: 100%;
    margin-inline: auto;
    background: #fff;
    position: absolute;
    bottom: -17.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-reserve__message {
    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;
    height: 37px;
    border: 1px solid #000;
    border-radius: 100vmax;
    font-size: 14px;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 288px;
    width: 100%;
    margin-inline: auto;
    background: #fff;
    position: absolute;
    bottom: -17.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-lower-titles {
  padding-top: 32px;
  background-color: #f4f4f4;
  border-bottom: 3px solid #e0e0e0;
}

.p-project {
  background-color: #f4f4f4;
  padding-top: 62px;
  padding-bottom: 148px;
}
@media screen and (max-width: 767px) {
  .p-project {
    padding-top: 48px;
    padding-bottom: 57px;
  }
}

.p-project__inner {
  max-width: 1150px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .p-project__inner {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-project__inner {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-project__box {
  background-color: #fff;
}

.p-project__flex {
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1009px;
  margin-inline: auto;
  border-bottom: 1px solid #acacac;
  padding-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  .p-project__flex {
    max-width: calc(100% - 40px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-project__flex {
    display: block;
    max-width: calc(100% - 63px);
    margin-inline: auto;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-project__flex:nth-of-type(n + 2) {
  padding-bottom: 58px;
}
.p-project__flex:last-of-type {
  border-bottom: none;
  padding-bottom: 80px;
}

.p-project__texts {
  max-width: 603px;
  width: 100%;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-project__texts {
    max-width: none;
  }
}

.p-project__texts-flex {
  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;
}

.p-project__texts-number {
  font-size: 27px;
  color: #ff7882;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-project__texts-number {
    font-size: 23px;
    padding-left: 16px;
  }
}
.p-project__texts-number::before {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  background-color: #ff7882;
  position: absolute;
  left: 0;
  top: 0;
}

.p-project__ttl {
  font-size: 28px;
  margin-left: 26px;
}
@media screen and (max-width: 767px) {
  .p-project__ttl {
    font-size: 24px;
    margin-left: 22px;
  }
}

.p-project__desc {
  font-size: 18px;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-project__desc {
    font-size: 16px;
    margin-top: 16px;
  }
}

.p-project__image {
  max-width: 306px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-project__image {
    margin-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-project__image {
    margin-left: 0;
    margin-top: 28px;
    margin-inline: auto;
  }
}

.p-project-bottom {
  background-color: #f4f4f4;
  max-width: 1150px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 62px;
  padding-top: 64px;
  padding-bottom: 48px;
  padding-left: 46px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .p-project-bottom {
    margin-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: calc(100% - 31px);
    margin-inline: auto;
    padding-bottom: 20px;
    padding-top: 30px;
  }
}

.p-project-bottom__flex {
  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;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .p-project-bottom__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-project-bottom__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-project-bottom__left {
  padding-bottom: 20px;
}
.p-project-bottom__left h2 {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-project-bottom__left h2 {
    text-align: left;
  }
}
.p-project-bottom__left p {
  font-size: 18px;
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .p-project-bottom__left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-project-bottom__left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    padding-bottom: 18px;
  }
}

.p-project-bottom__center {
  width: 131px;
  margin-left: 48px;
}
@media screen and (max-width: 1024px) {
  .p-project-bottom__center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 35px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-project-bottom__center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 15px;
    margin-inline: auto;
  }
}

.p-project-bottom__right {
  max-width: 337px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-project-bottom__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-project-bottom__right {
    max-width: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-project-bottom__btn {
  width: 100%;
  height: 89px;
  background-color: #e50012;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  margin-left: 43px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-project-bottom__btn {
    font-size: 22px;
    height: 80px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-project-bottom__btn {
    height: 80px;
    max-width: 304px;
    margin-inline: auto;
    font-size: 21px;
  }
}
.p-project-bottom__btn span {
  position: relative;
  padding-right: 21px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-project-bottom__btn span {
    padding-right: 26px;
  }
}
.p-project-bottom__btn span::after {
  content: "";
  width: 8px;
  height: 23px;
  position: absolute;
  display: block;
  top: 54%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/right_arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-project-bottom__btn span::after {
    top: 54%;
    width: 7px;
    height: 21px;
  }
}

.company-body-wrap {
  background-color: #f4f4f4;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .company-body-wrap {
    padding-bottom: 57px;
  }
}

.p-company {
  background-color: #f4f4f4;
  padding-top: 60px;
}

.p-company__box {
  max-width: 1150px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company__box {
    max-width: calc(100% - 31px);
    margin-inline: auto;
  }
}

.p-company__heads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #e50012;
  height: 59px;
}

.p-company__heads-wrap {
  max-width: 626px;
  width: 100%;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-company__heads-wrap {
    padding-left: 16.5px;
    padding-right: 16.5px;
  }
}

.p-company__head {
  font-size: 19px;
  position: relative;
  width: 252px;
  cursor: pointer;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-company__head {
    font-size: 15px;
    width: auto;
  }
}
.p-company__head span {
  position: relative;
  display: inline-block;
  padding-left: 42px;
}
@media screen and (max-width: 767px) {
  .p-company__head span {
    padding-left: 31px;
  }
}
.p-company__head span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
  height: 27px;
  display: block;
  background: url(../img/arrow_down.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-company__head span::before {
    width: 21px;
    height: 19px;
  }
}

.p-company__inner {
  max-width: 950px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-left: 16.5px;
    padding-right: 16.5px;
  }
}

.p-company__ttl {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-company__ttl {
    padding-top: 84px;
  }
}

.p-company__flex {
  margin-top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-company__flex {
    display: block;
    margin-top: 38px;
  }
}

.p-company__image {
  max-width: 319px;
  aspect-ratio: 319/480;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__image {
    max-width: none;
  }
}
.p-company__image img {
  height: 100%;
}

.p-company__texts {
  max-width: 561px;
  width: 100%;
  margin-left: 70px;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .p-company__texts {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__texts {
    margin-top: 28px;
    max-width: none;
    margin-left: 0;
  }
}

.p-company__desc {
  font-size: 18px;
}

.p-company__ceo {
  margin-top: 52px;
  font-size: 18px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-company__ceo {
    text-align: left;
    margin-top: 36px;
  }
}

.p-overview {
  background-color: #fff;
  padding-top: 168px;
  max-width: 1150px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-overview {
    padding-top: 150px;
    max-width: calc(100% - 31px);
    margin-inline: auto;
  }
}

.p-overview__inner {
  max-width: 891px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-overview__inner {
    padding-left: 16.5px;
    padding-right: 16.5px;
  }
}

.p-overview__date {
  color: #000;
  font-size: 18px;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-overview__date {
    font-size: 16px;
  }
}

.p-overview__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #acacac;
  padding-block: 20px;
}
@media screen and (max-width: 767px) {
  .p-overview__wrap.last {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-overview__wrap.last .p-overview__right {
    margin-top: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-overview__wrap {
    padding-block: 22px;
  }
}

.p-overview__left {
  font-weight: bold;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .p-overview__left {
    width: 140px;
  }
}

.p-overview__right {
  width: calc(100% - 140px);
}

.p-map {
  padding-top: 175px;
  background-color: #fff;
  max-width: 1150px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 112px;
}
@media screen and (max-width: 767px) {
  .p-map {
    padding-top: 102px;
    max-width: calc(100% - 31px);
    margin-inline: auto;
    padding-bottom: 100px;
  }
}

.p-map__inner {
  max-width: 1009px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-map__inner {
    padding-left: 16.5px;
    padding-right: 16.5px;
  }
}

.p-map__google {
  aspect-ratio: 1009/507;
  width: 100%;
  margin-top: 80px;
}
.p-map__google iframe {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-map__google {
    margin-top: 42px;
    aspect-ratio: 305/390;
  }
}

.p-map__btn {
  max-width: 315px;
  width: 100%;
  height: 53px;
  border-radius: 100vmax;
  background-color: #e50012;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-map__btn {
    max-width: 305px;
    height: 52px;
    font-size: 17px;
    margin-top: 25px;
  }
}
.p-map__btn span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
}
.p-map__btn span::before {
  content: "";
  position: absolute;
  top: 54%;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/map_arrow.png) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-map__btn span::before {
    width: 23px;
    height: 23px;
  }
}

.p-map__address {
  font-size: 18px;
  text-align: center;
  margin-top: 53px;
  color: #000;
}

.p-flow__inner {
  max-width: 1150px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding: 0 25px;
  }
}

.p-flow__box {
  background-color: #fff;
  padding-top: 87px;
}
@media screen and (max-width: 767px) {
  .p-flow__box {
    padding-top: 24px;
  }
}

.p-flow__box-flex {
  max-width: 1009px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__box-flex {
    display: block;
  }
}
.p-flow__box-flex::before {
  content: "";
  width: 1px;
  height: 92%;
  background-color: #666;
  display: block;
  left: 50px;
  position: absolute;
  top: 100px;
}
@media screen and (max-width: 767px) {
  .p-flow__box-flex::before {
    top: 52px;
    left: 14px;
    height: 115%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__box-flex:nth-of-type(7)::before {
    height: 110%;
  }
}
.p-flow__box-flex:last-of-type::before {
  display: none;
}
.p-flow__box-flex:nth-of-type(n + 2) {
  margin-top: 78px;
}
@media screen and (max-width: 767px) {
  .p-flow__box-flex:nth-of-type(n + 2) {
    margin-top: 37px;
  }
}

.p-flow__box-circle {
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .p-flow__box-circle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56px;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
    width: 56px;
    height: 56px;
    position: relative;
    z-index: 10;
  }
}

.p-flow__box-rights {
  margin-left: 62px;
  max-width: 846px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-flow__box-rights {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__box-rights {
    width: auto;
    max-width: none;
    margin-left: 34px;
  }
}

.p-flow__box-ttl {
  font-size: 28px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-flow__box-ttl {
    display: none;
  }
}
.p-flow__box-ttl span {
  font-size: 27px;
  font-weight: bold;
  color: #ff7882;
  display: inline-block;
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  .p-flow__box-ttl span {
    font-size: 23px;
    margin-right: 12px;
  }
}

.p-flow__box-ttl-sp {
  position: absolute;
  top: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 68px;
  font-size: 21px;
  color: #000;
}
.p-flow__box-ttl-sp span {
  font-size: 23px;
  font-weight: bold;
  color: #ff7882;
  display: inline-block;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .p-flow__box-ttl-sp {
    display: none;
  }
}

.p-flow__box-desc {
  margin-top: 24px;
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-flow__box-desc {
    padding-bottom: 14px;
    margin-top: 8px;
    font-size: 16px;
  }
}

.p-flow__box-bottom {
  background-color: rgba(255, 120, 130, 0.2);
  font-size: 18px;
  color: #000;
  padding: 15px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow__box-bottom {
    padding: 16px;
    font-size: 16px;
  }
}
.p-flow__box-bottom span {
  color: #e50012;
}

.p-case-archive {
  background-color: #f4f4f4;
  padding-top: 65px;
  padding-bottom: 42px;
}

.p-case-archive__inner {
  max-width: 1150px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-case-archive__inner {
    padding: 0 16px;
  }
}

.p-case-archive__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 43px;
}
@media screen and (max-width: 1024px) {
  .p-case-archive__flex {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-case-archive__flex {
    display: block;
  }
}

.p-case-archive__card {
  display: block;
  width: calc(33.33333333% - 28.6666666667px);
}
@media screen and (max-width: 1024px) {
  .p-case-archive__card {
    width: calc(33.33333333% - 16.6666666667px);
  }
}
@media screen and (max-width: 767px) {
  .p-case-archive__card {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-case-archive__card + .p-case-archive__card {
    margin-top: 20px;
  }
}

.p-case-archive__image {
  aspect-ratio: 354/269;
  width: 100%;
}
.p-case-archive__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-case-archive__body {
  padding-top: 14px;
  background-color: #fff;
  padding-left: 14px;
  padding-right: 18px;
  padding-bottom: 15px;
  width: 100%;
}

.p-case-archive__term {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 27px;
  color: #fff;
  font-size: 16px;
  padding-inline: 28px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-case-archive__term {
    padding-inline: 33px;
    font-size: 14px;
    height: 26px;
  }
}

.p-case-archive__ttl {
  margin-top: 11px;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-case-archive__ttl {
    margin-top: 9px;
  }
}

.p-single-case {
  background-color: #f4f4f4;
  padding-bottom: 116px;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-single-case {
    padding-bottom: 130px;
  }
}

.p-single-case__inner {
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-single-case__inner {
    padding: 0 15.5px;
  }
}

.p-single-case__wrap {
  padding-inline: 20px;
}

.p-single-case__ttl {
  font-size: 34px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-single-case__ttl {
    font-size: 18px;
    line-height: 1.75;
  }
}

.p-single-case__term {
  margin-top: 21px;
  height: 35px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 40px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-single-case__term {
    padding-inline: 35px;
    height: 26px;
    font-size: 14px;
    margin-top: 20px;
  }
}

.p-single__line {
  background-color: #acacac;
  width: 100%;
  height: 1px;
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .p-single__line {
    margin-top: 23px;
  }
}

.p-single-case__image {
  margin-top: 41px;
  width: 100%;
  aspect-ratio: 800/607;
}
@media screen and (max-width: 767px) {
  .p-single-case__image {
    margin-top: 25px;
  }
}
.p-single-case__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-case__body {
  padding-top: 28px;
  padding-inline: 25px;
  background-color: #fff;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-single-case__body {
    padding-top: 15px;
    padding-inline: 16px;
    padding-bottom: 60px;
  }
}

.p-single-case__data {
  background-color: rgb(230, 243, 247);
  padding-inline: 20px;
  padding-top: 19px;
  padding-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .p-single-case__data {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-inline: 18px;
  }
}

.p-single-case__data-title {
  font-size: 18px;
  font-weight: bold;
  color: #e50012;
}

.p-single-case__data-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 28px;
}
@media screen and (max-width: 767px) {
  .p-single-case__data-flex {
    display: block;
  }
}

.p-single-case__data-item {
  font-size: 16px;
  color: #000;
}

.p-single-case__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-single-case__flex {
    display: block;
    margin-top: 27px;
  }
}

.p-single-case__illust {
  max-width: 151px;
  width: 100%;
  aspect-ratio: 151/134;
}
@media screen and (max-width: 767px) {
  .p-single-case__illust {
    margin-inline: auto;
  }
}
.p-single-case__illust img {
  aspect-ratio: 151/134;
}

.p-single-case__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
  margin-left: 14px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-single-case__content {
    margin-top: 36px;
    font-size: 16px;
    margin-left: 0;
    padding-right: 0;
  }
}

.p-single__btn {
  max-width: 253px;
  width: 100%;
  height: 60px;
  background-color: #e50012;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
  margin-inline: auto;
  position: relative;
  border-radius: 6px;
}
.p-single__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  background: url(../img/left_arrow.png) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 15px;
  display: block;
}

.p-pagination {
  margin-top: 85px;
  text-align: center;
}
.p-pagination .page-numbers {
  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;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-pagination .page-numbers li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.p-pagination .page-numbers a,
.p-pagination .page-numbers span {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-pagination .page-numbers a:hover,
.p-pagination .page-numbers span:hover {
  background-color: #f5f5f5;
}
.p-pagination .page-numbers .current {
  background-color: #e50012 !important;
  color: #fff !important;
}
.p-pagination .page-numbers .current:hover {
  background-color: #e50012 !important;
  color: #fff !important;
}
.p-pagination .page-numbers .prev .p-pagination__arrow,
.p-pagination .page-numbers .next .p-pagination__arrow {
  width: 5px;
  height: 11px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-pagination .page-numbers .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-pagination .page-numbers .disabled:hover {
  background-color: #fff !important;
}
@media (max-width: 768px) {
  .p-pagination .page-numbers {
    gap: 12px;
  }
  .p-pagination .page-numbers a,
  .p-pagination .page-numbers span {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .p-pagination .page-numbers .prev .p-pagination__arrow,
  .p-pagination .page-numbers .next .p-pagination__arrow {
    width: 4px;
    height: 9px;
  }
}
@media (max-width: 767px) {
  .p-pagination {
    margin-top: 82px;
  }
  .p-pagination .page-numbers {
    gap: 12px;
  }
  .p-pagination .page-numbers a,
  .p-pagination .page-numbers span {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

.p-footer {
  padding-top: 202px;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 283px;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer.is-lower {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer.is-lower {
    padding-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-inline: 16px;
  }
}

.p-footer__logo {
  width: 128px;
  margin-inline: auto;
}

.p-footer__tels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-footer__tels {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 27px;
  }
}

.p-footer__tel {
  padding-left: 12px;
  position: relative;
  line-height: 1;
}
.p-footer__tel::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100vmax;
  background-color: #e50012;
  display: block;
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-footer__tel::before {
    top: 54%;
  }
}

.p-footer__fax {
  padding-left: 12px;
  position: relative;
  margin-left: 21px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__fax {
    margin-left: 0;
    margin-top: 18px;
  }
}
.p-footer__fax::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100vmax;
  background-color: #e50012;
  display: block;
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-footer__address {
  margin-top: 36px;
  font-size: 14px;
  text-align: center;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    margin-top: 44px;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -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;
  font-weight: 500;
  color: #000;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 14px 41px;
  }
}
.p-footer__nav li {
  padding-left: 12px;
  position: relative;
}
.p-footer__nav li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/footer_arrow.png) no-repeat center/contain;
  width: 6px;
  height: 7px;
  display: block;
}

.copyright {
  margin-top: 32px;
  background-color: #e50012;
  color: #fff;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  height: 34px;
}
@media screen and (max-width: 767px) {
  .copyright {
    margin-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 769px) {
  .is-tab_sp {
    display: none;
  }
}
@media (min-width: 1024px) {
  .is-tab_sp2 {
    display: none;
  }
}
.is-tab_sp3 {
  display: none;
}

@media (min-width: 768px) {
  /* ビューポートの幅が769px未満のデバイスに適用されるスタイル */
  .is-tab_sp3 {
    display: block;
  }
}
@media (max-width: 1024px) {
  /* ビューポートの幅が1024pxを超えるデバイスに適用されるスタイル */
  .is-tab_sp3 {
    display: block;
  }
}
@media (max-width: 767px) {
  /* ビューポートの幅が1024pxを超えるデバイスに適用されるスタイル */
  .is-tab_sp3 {
    display: none;
  }
}
@media (min-width: 1025px) {
  /* ビューポートの幅が1024pxを超えるデバイスに適用されるスタイル */
  .is-tab_sp3 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .is-pc2 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .is-pc3 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .is-pc4 {
    display: none;
  }
}