@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;
}

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

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

.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;
  }
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}

.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: #00059C;
}
.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-lower-heading {
  font-size: 29px;
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-lower-heading {
    padding-left: 0;
    text-align: center;
    font-size: 24px;
  }
}
.c-lower-heading::before {
  width: 56px;
  height: 16px;
  content: "";
  background-color: #00059C;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-lower-heading::before {
    width: 40px;
    top: unset;
    position: absolute;
    left: 50%;
    bottom: -22px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 6px;
  }
}

/*===================================================
# Pagination Component
=================================================== */
.p-column__pagination {
  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: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-pagination__item {
  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;
  border: 1px solid #707070;
  background-color: #fff;
  color: #707070;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-pagination__item a {
  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: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.p-pagination__item:hover {
  background-color: #f5f5f5;
  color: #000;
}
.p-pagination__item--current {
  background-color: #00059C;
  color: #fff;
  border-color: #00059C;
}
.p-pagination__item--current a {
  color: #fff;
}
.p-pagination__item--current:hover {
  background-color: #00059C;
  color: #fff;
}
.p-pagination__item--current:hover a {
  color: #fff;
}
.p-pagination__item--dots {
  border: none;
  background-color: transparent;
  color: #707070;
  cursor: default;
}
.p-pagination__item--dots:hover {
  background-color: transparent;
  color: #707070;
}
.p-pagination__item--prev, .p-pagination__item--next {
  width: 40px;
  height: 40px;
  font-size: 14px;
}
.p-pagination__item--prev a, .p-pagination__item--next a {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .p-column__pagination {
    margin-top: 30px;
  }
  .p-pagination {
    gap: 8px;
  }
  .p-pagination__item {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
  .p-pagination__item--prev, .p-pagination__item--next {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .p-column__pagination {
    margin-top: 20px;
  }
  .p-pagination {
    gap: 6px;
  }
  .p-pagination__item {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .p-pagination__item--prev, .p-pagination__item--next {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
.wrap {
  overflow: hidden;
}

.p-header {
  height: auto;
  position: relative;
  z-index: 300;
  background-color: #fff;
  z-index: 100;
}

.p-header__inner {
  padding-top: 23px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 26px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .p-header__inner {
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p-header__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-header__logo-link {
  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-header__logo-image {
  width: 80px;
  height: 80px;
}
.p-header__logo-image img {
  height: 100%;
  border-radius: 50%;
}

.p-header__logo-text {
  margin-left: 16px;
  font-weight: bold;
  font-size: clamp(20px, 2.92vw, 56px);
}
.p-header__logo-text span {
  font-weight: bold;
  font-size: clamp(14px, 1.46vw, 28px);
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-header__logo-text span {
    display: block;
  }
}

.p-header__position {
  color: #FF8000;
  border: 3px solid currentColor;
  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;
  padding-left: 8px;
  padding-right: 8px;
  margin: 5px 0px 0 10px;
}
@media screen and (max-width: 767px) {
  .p-header__position {
    display: none;
  }
}

.p-header__right {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .p-header__right {
    display: none;
  }
}

.p-header__tel {
  font-weight: bold;
  color: #04AE85;
  font-size: 37px;
  position: relative;
  white-space: nowrap;
  padding-left: 46px;
}
@media screen and (min-width: 1600px) {
  .p-header__tel {
    font-size: 46px;
    padding-left: 73px;
  }
}
.p-header__tel::before {
  content: "";
  position: absolute;
  width: 36px;
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  top: 41%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/header_btn_tel_icon.svg) no-repeat center/contain;
}
@media screen and (min-width: 1600px) {
  .p-header__tel::before {
    width: 57px;
  }
}
.p-header__tel::after {
  content: "受付時間：平日 9:00~18:00";
  position: absolute;
  font-size: 16px;
  bottom: -1px;
  display: block;
  width: 100%;
  color: #707070;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 400;
  text-align: center;
  padding-left: 46px;
}
@media screen and (min-width: 1600px) {
  .p-header__tel::after {
    font-size: 19px;
    bottom: -11px;
  }
}

.p-header__contact {
  font-size: 20px;
  height: 80px;
  color: #fff;
  background-color: #00059C;
  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-left: 3.0283vw;
  max-width: 300px;
  width: 100%;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 4px;
}
@media screen and (min-width: 1600px) {
  .p-header__contact {
    max-width: 344px;
    width: 344px;
    font-size: 24px;
  }
}
.p-header__contact span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
@media screen and (min-width: 1600px) {
  .p-header__contact span {
    padding-left: 44px;
  }
}
.p-header__contact span::before {
  content: "";
  position: absolute;
  top: 56%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icons/footer_btn_mail_icon.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1600px) {
  .p-header__contact span::before {
    width: 28px;
    height: 28px;
  }
}

.p-header__navigation {
  margin-top: 28px;
  padding-right: 40px;
}
@media screen and (min-width: 1600px) {
  .p-header__navigation {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .p-header__navigation {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3vw;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-header__list-item {
  font-size: 16px;
}
@media screen and (min-width: 1366px) {
  .p-header__list-item {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  .p-header__list-item {
    font-size: 20px;
  }
}

/* ドロワー
----------------------------------------------*/
.drawer-icon {
  width: 50px;
  height: 50px;
  border-radius: 100vmax;
  position: absolute;
  color: #fff;
  display: none;
  z-index: 1000;
  right: 222px;
  background-color: #00059C;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .drawer-icon {
    display: block;
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .drawer-icon {
    right: 20px;
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  width: 18.8px;
  top: 50%;
  background-color: #fff;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  opacity: 0;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  width: 18.8px;
  top: 50%;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .drawer-icon {
    display: block;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    right: 10px;
  }
}

.drawer-icon__bars {
  position: relative;
  height: inherit;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 18.8px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.drawer-icon__bar1 {
  top: 30%;
  transition: top 0.2s 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.drawer-icon__bar2 {
  width: 18.8px;
  top: 50%;
  -webkit-transition: opacity 0s 0.2s;
  transition: opacity 0s 0.2s;
}

.drawer-icon__bar3 {
  top: 70%;
  transition: top 0.2s 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.drawer-content {
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  overflow-y: auto;
  z-index: 299;
  width: 100%;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  color: #707070;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 80px;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  top: 0;
}

.drawer__inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-top: 165px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .drawer__inner {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .drawer__inner {
    height: 120%;
  }
}

.drawer-logo {
  width: 154px;
  height: 20px;
}
.drawer-logo > img {
  height: 100%;
}

.drawer-content__menu {
  margin-top: 100px;
  width: 100%;
  margin-top: 200px;
}
.drawer-content__menu ul li {
  position: relative;
  font-weight: normal;
  font-size: 20px;
}
.drawer-content__menu ul li a {
  display: block;
  padding: 10px 15%;
  padding-right: 10%;
  padding-left: 5%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-open {
  padding: 16.5px 15%;
  padding-right: 10%;
  padding-left: 5%;
  position: relative;
}
.nav-open::after {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  top: 14px;
  right: 18px;
}
.nav-open.is-active {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.nav-open.is-active::after {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: "\f106";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  top: 14px;
  right: 18px;
}

.drawer-content .p-header__tel {
  margin-top: 40px;
  display: block;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 40px;
}
.drawer-content .p-header__tel::before {
  width: 32px;
  top: 56%;
}
.drawer-content .p-header__tel::after {
  bottom: -20px;
}

.drawer-contact {
  background-color: #00059C;
  color: #fff;
  max-width: 350px;
  width: 100%;
  margin-inline: auto;
  margin-top: 45px;
  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;
  height: 68px;
  font-size: 20px;
}
@media screen and (max-width: 375px) {
  .drawer-contact {
    max-width: 320px;
  }
}
.drawer-contact span {
  position: relative;
  display: inline-block;
  padding-left: 44px;
}
.drawer-contact span::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/icons/footer_btn_mail_icon.svg) no-repeat center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
}

.p-footer {
  color: #fff;
}

.p-footer__box {
  position: relative;
  bottom: -60px;
  max-width: 1340px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-inline: auto;
  background: url(../img/footer_boxbg.png) no-repeat center/cover;
}
@media screen and (max-width: 1280px) {
  .p-footer__box {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__box {
    width: 94vw;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__box {
    width: 100%;
  }
}

.p-footer__desc {
  font-size: 22px;
  line-height: 1.4444;
  text-align: center;
  padding-inline: 10px;
}
@media screen and (max-width: 1200px) {
  .p-footer__desc {
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__desc {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1500px) {
  .p-footer__desc {
    font-size: 27px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

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

.p-footer__box-lefts {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__box-lefts {
    margin-right: 0;
  }
}

.p-footer__box-middle {
  position: relative;
  font-size: 36px;
}
@media screen and (max-width: 1280px) {
  .p-footer__box-middle {
    font-size: 28px;
  }
}
.p-footer__box-middle::before {
  content: "お電話でのお問い合わせ";
  display: block;
  width: 100%;
  font-size: 18px;
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-footer__box-bottom {
  font-size: 23px;
}

.p-footer__box-rights {
  width: 30.909%;
  margin-left: auto;
  padding-right: 60px;
}
@media screen and (max-width: 1100px) {
  .p-footer__box-rights {
    padding-right: 0;
    width: 40.909%;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__box-rights {
    width: 100%;
    padding-right: 0;
  }
}

.p-footer__box-btn {
  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;
  background-color: #04AE85;
  font-size: 18px;
  height: 88px;
  border-radius: 7px;
  width: 100%;
  padding-inline: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1600px) {
  .p-footer__box-btn {
    font-size: 20px;
  }
}
.p-footer__box-btn:hover {
  background-color: #fff;
  opacity: 1;
}
.p-footer__box-btn:hover span {
  color: #04AE85;
}
.p-footer__box-btn:hover span::before {
  background-color: #04AE85 !important;
}
@media screen and (max-width: 1280px) {
  .p-footer__box-btn {
    height: 78px;
    font-size: 16px;
  }
}
@media screen and (max-width: 369px) {
  .p-footer__box-btn {
    font-size: 17px;
  }
}
.p-footer__box-btn span {
  position: relative;
  display: inline-block;
  padding-left: 65px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1280px) {
  .p-footer__box-btn span {
    padding-left: 40px;
  }
}
.p-footer__box-btn span::before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #fff; /* 色をここで設定 */
  -webkit-mask-image: url("../img/icons/footer_btn_mail_icon.svg");
  mask-image: url("../img/icons/footer_btn_mail_icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 1280px) {
  .p-footer__box-btn span::before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 1600px) {
  .p-footer__box-btn {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__box-btn {
    margin-top: 45px;
    width: 370px;
    max-width: 80%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1600px) {
  .p-footer__box-btn {
    font-size: 22px;
  }
}

.p-footer__bottoms {
  background-color: #000;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer__bottoms {
    padding-top: 80px;
    padding-inline: 20px;
  }
}

.p-footer__nav {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}

.p-footer__nav-item {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item {
    line-height: 2.4;
  }
}
.p-footer__nav-item:not(:first-of-type) a {
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item:not(:first-of-type) a {
    padding-left: 0;
  }
}
.p-footer__nav-item:not(:last-of-type) a {
  padding-right: 14px;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item:not(:last-of-type) a {
    padding-left: 0;
  }
}
.p-footer__nav-item:nth-of-type(n + 2) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item:nth-of-type(n + 2) {
    border-left: 0;
  }
}

.p-footer__data {
  margin-top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__data {
    margin-top: 40px;
  }
}

.p-footer__title {
  font-size: 24px;
  font-weight: bold;
}
.p-footer__title span {
  font-size: 17px;
}

.p-footer__paragraph:nth-of-type(1) {
  margin-top: 24px;
}
.p-footer__paragraph:nth-of-type(n + 2) {
  margin-top: 12px;
}

.copyright {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 8px;
}

.p-bg__wrapper {
  position: relative;
}

body {
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top_bg.svg) no-repeat center/cover;
  opacity: 0.4;
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  background-attachment: fixed;
}

.p-fv {
  position: relative;
  background: url(../img/top_main.jpg) no-repeat center/cover;
  aspect-ratio: 1800/888;
  margin-left: 5vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-fv {
    aspect-ratio: 428/550;
    margin-left: 0;
  }
}

.p-fv__titles {
  border-radius: 29px;
  background-color: rgba(0, 144, 255, 0.46);
  padding-left: 44px;
  max-width: 972px;
  color: #fff;
  position: absolute;
  top: 22.9729%;
  left: 7.7777%;
  padding-top: 80px;
  padding-bottom: 78px;
}
@media screen and (max-width: 1280px) {
  .p-fv__titles {
    left: 4.2%;
  }
}
@media screen and (max-width: 1024px) {
  .p-fv__titles {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__titles {
    padding-top: 45px;
    padding-left: 20px;
    top: 13%;
    left: 20px;
    padding-bottom: 36px;
  }
}

.p-fv__sub {
  font-size: min(1.458vw, 28px);
}
@media screen and (max-width: 767px) {
  .p-fv__sub {
    font-size: 16px;
  }
}

.p-fv__title {
  font-size: min(3.75vw, 72px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 22px;
  }
}

.p-fv__sub2 {
  font-size: min(1.5104vw, 29px);
}
@media screen and (max-width: 767px) {
  .p-fv__sub2 {
    font-size: 15px;
    margin-top: 24px;
  }
}

.p-fv__circle {
  background-color: #FF6F00;
  color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 100vmax;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 80px;
  bottom: 52px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .p-fv__circle:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 1280px) {
  .p-fv__circle {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 1024px) {
  .p-fv__circle {
    width: 120px;
    height: 120px;
    right: 40px;
    bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__circle {
    width: 110px;
    height: 110px;
    right: 20px;
    bottom: 20px;
  }
}

.p-fv__circle__text {
  line-height: 1;
}
.p-fv__circle__text:nth-of-type(1) {
  font-size: min(1.3542vw, 26px);
}
.p-fv__circle__text:nth-of-type(2) {
  font-size: min(3.4896vw, 67px);
  margin-top: 6px;
  margin-bottom: 12px;
}
.p-fv__circle__text:nth-of-type(3) {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.top_back {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 40px;
  right: 120px;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_back {
    bottom: 10px;
    right: 43px;
  }
}

.p-top-news {
  padding-top: 156px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .p-top-news {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding-top: 50px;
  }
}

.p-top-news__inner {
  max-width: 913px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}

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

.p-top-news__left {
  max-width: 178px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-news__left {
    max-width: none;
  }
}

.p-top-news__vertical {
  width: 12px;
  background-color: #00059C;
}

.p-top-news__left-ttl {
  font-size: 30px;
  margin-left: 32px;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-news__left-ttl {
    font-size: 24px;
    margin-left: 24px;
  }
}
.p-top-news__left-ttl::before {
  content: attr(data-title);
  font-size: 18px;
  font-weight: bold;
  color: #00059C;
  position: absolute;
  top: -13px;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-news__left-ttl::before {
    font-size: 14px;
  }
}

.p-top-news__right {
  max-width: 626px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .p-top-news__right {
    max-width: 68%;
    margin-left: 45px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__right {
    max-width: none;
    margin-left: 0;
  }
}

.p-top-news__post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .p-top-news__post {
    display: block;
  }
}
.p-top-news__post:nth-of-type(n + 2) {
  margin-top: 20px;
}

.p-top-news__time {
  font-size: 20px;
  letter-spacing: 0.1em;
  width: 107px;
}
@media screen and (max-width: 767px) {
  .p-top-news__time {
    font-size: 14px;
  }
}

.p-top-news__title {
  font-size: 20px;
  margin-left: 45px;
  line-height: 1.45;
}
@media screen and (max-width: 1000px) {
  .p-top-news__title {
    font-size: 18px;
    margin-left: 0;
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__title {
    font-size: 16px;
  }
}

.p-top-news__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 40px;
}

.p-peace {
  padding-top: 150px;
}
@media screen and (max-width: 1024px) {
  .p-peace {
    padding-top: 110px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-peace {
    padding-top: 75px;
    padding-inline: 20px;
  }
}

.p-peace__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.802%;
}
@media screen and (max-width: 1280px) {
  .p-peace__flex {
    gap: 8.802%;
  }
}
@media screen and (max-width: 1024px) {
  .p-peace__flex {
    display: block;
  }
}

.p-peace__texts {
  max-width: 708px;
  width: 37%;
}
@media screen and (max-width: 1024px) {
  .p-peace__texts {
    max-width: none;
    width: 100%;
    margin-top: 30px;
  }
}

.p-peace__ttl {
  line-height: 2.194;
  font-size: 32px;
  color: #00059C;
}
@media screen and (max-width: 1280px) {
  .p-peace__ttl {
    font-size: 29px;
    line-height: 2;
  }
}
@media screen and (min-width: 1600px) {
  .p-peace__ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .p-peace__ttl {
    font-size: 22px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .p-peace__ttl {
    font-size: 20px;
  }
}

.p-peace__desc {
  font-size: 20px;
  line-height: 2;
  margin-top: 35px;
}
@media screen and (min-width: 1600px) {
  .p-peace__desc {
    margin-top: 58px;
  }
}
@media screen and (max-width: 1024px) {
  .p-peace__desc {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 25px;
  }
}

.p-peace__image {
  width: 44.1666%;
  max-height: 592px;
  aspect-ratio: 848/592;
}
@media screen and (max-width: 1024px) {
  .p-peace__image {
    max-width: none;
    width: 100%;
    max-height: none;
  }
}
.p-peace__image img {
  border-radius: 52px 0 0 52px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-peace__image img {
    border-radius: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-peace__image img {
    border-radius: 26px;
  }
}

.p-top-service {
  padding-top: 240px;
  position: relative;
  z-index: 10;
}
.p-top-service::before {
  content: "";
  aspect-ratio: 890/672;
  max-width: 890px;
  width: 41.3541vw;
  display: block;
  background: url(../img/top_illust.svg) no-repeat center/contain;
  z-index: -10;
  position: absolute;
  left: -72px;
  top: 54px;
}
@media screen and (max-width: 1024px) {
  .p-top-service::before {
    left: -42px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service::before {
    top: 47px;
    right: -5px;
    left: unset;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-service {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding-top: 120px;
  }
}

.p-top-service__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.p-top-service__vertical {
  width: 12px;
  background-color: #00059C;
}

.p-top-service__flex-ttl {
  font-size: 30px;
  margin-left: 32px;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-service__flex-ttl {
    margin-left: 24px;
  }
}
.p-top-service__flex-ttl::before {
  content: attr(data-title);
  font-size: 18px;
  font-weight: bold;
  color: #00059C;
  position: absolute;
  top: -13px;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-service__flex-ttl::before {
    font-size: 14px;
  }
}

.p-top-service__desc {
  margin-top: 70px;
  font-size: 23px;
  line-height: 1.6956;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-service__desc {
    margin-top: 30px;
    font-size: 19px;
    line-height: 1.9;
  }
}

.p-top-service__inner {
  max-width: 1320px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}

.p-top-service__cards {
  margin-top: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 33px 36px;
}
@media screen and (max-width: 767px) {
  .p-top-service__cards {
    display: block;
    margin-top: 55px;
  }
}

.p-top-service__card {
  border: 1px solid #00059C;
  padding-inline: 28px;
  padding-top: 60px;
  padding-bottom: 22px;
  width: calc(33.33333333% - 24px);
}
@media screen and (max-width: 767px) {
  .p-top-service__card {
    width: 100%;
  }
  .p-top-service__card:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.p-top-service__card:nth-of-type(1) .p-top-service__icon {
  width: 66px;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
.p-top-service__card:nth-of-type(2) .p-top-service__icon {
  width: 65px;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
.p-top-service__card:nth-of-type(3) .p-top-service__icon {
  width: 65px;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
.p-top-service__card:nth-of-type(4) .p-top-service__icon {
  width: 68px;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
.p-top-service__card:nth-of-type(5) .p-top-service__icon {
  width: 72px;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
.p-top-service__card:nth-of-type(6) .p-top-service__icon {
  width: 75px;
  aspect-ratio: 1/1;
  margin-inline: auto;
}

.p-top-service__sub {
  margin-top: 28px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #00059C;
}

.p-top-service__text {
  margin-top: 22px;
  font-size: 16px;
}

.p-top-service__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 45px;
  display: block;
  color: #707070;
}

.p-top-column {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .p-top-column {
    padding-top: 80px;
  }
}

.p-top-column__inner {
  max-width: 1284px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}

.p-top-column__titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.p-top-service__vertical {
  width: 12px;
  background-color: #00059C;
}

.p-top-service__titles-ttl {
  font-size: 30px;
  margin-left: 32px;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-service__titles-ttl {
    margin-left: 24px;
    font-size: 24px;
  }
}
.p-top-service__titles-ttl::before {
  content: attr(data-title);
  font-size: 18px;
  font-weight: bold;
  color: #00059C;
  position: absolute;
  top: -13px;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-service__titles-ttl::before {
    font-size: 14px;
  }
}

.p-top-column__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-top-column__flex {
    margin-top: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p-top-column__card {
  width: calc(33.33333333% - 28px);
}
@media screen and (max-width: 767px) {
  .p-top-column__card {
    width: 100%;
  }
}

.p-top-column__image {
  aspect-ratio: 400/300;
}
.p-top-column__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-column__time {
  margin-top: 16px;
  display: inline-block;
}

.p-top-column__title {
  margin-top: 14px;
  line-height: 2;
}

.p-lower-fv {
  position: relative;
  aspect-ratio: 1920/414;
  max-height: 414px;
  background: url(../img/title_about.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-lower-fv {
    aspect-ratio: auto;
    height: 250px;
  }
}
.p-lower-fv.service {
  background: url(../img/title_service.jpg) no-repeat center/cover;
}
.p-lower-fv.price {
  background: url(../img/title_price.jpg) no-repeat center/cover;
}
.p-lower-fv.faq {
  background: url(../img/title_faq.jpg) no-repeat center/cover;
}
.p-lower-fv.information {
  background: url(../img/title_information.jpg) no-repeat center/cover;
}
.p-lower-fv.contact {
  background: url(../img/title_contact.jpg) no-repeat center/cover;
}

.p-lower-fv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: min(3.5416vw, 68px);
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-lower-fv__ttl {
    font-size: 24px;
  }
}
.p-lower-fv__ttl::after {
  content: attr(data-title);
  bottom: -29px;
  font-size: 19px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-lower-fv__ttl::after {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) {
  .p-lower-fv__ttl::after {
    font-size: 14px;
    bottom: -19px;
  }
}
@media screen and (max-width: 767px) {
  .p-lower-fv__ttl::after {
    font-size: 12px;
  }
}

.p-about {
  background: url(../img/bg_enoshima2.svg) no-repeat center/cover;
  background-position-y: 521px;
}
@media screen and (max-width: 767px) {
  .p-about {
    background-position-y: 362px;
  }
}

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

.p-about__heading {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .p-about__heading {
    margin-top: 0;
  }
}

.p-about__wrap {
  max-width: 1056px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
  margin-top: 136px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .p-about__wrap {
    margin-top: 75px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    margin-top: 60px;
    padding-bottom: 45px;
  }
}

.p-about__sub {
  line-height: 2;
  font-size: min(2.0833vw, 40px);
  font-weight: bold;
  color: #00059C;
}
@media screen and (max-width: 1024px) {
  .p-about__sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__sub {
    font-size: 17px;
  }
}

.p-about__desc {
  margin-top: 68px;
  line-height: 2.1875;
}
@media screen and (max-width: 767px) {
  .p-about__desc {
    margin-top: 34px;
    line-height: 2;
  }
}

.p-greeting {
  background-color: #F9F9F9;
  padding-top: 114px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-greeting {
    padding-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting {
    padding-bottom: 40px;
  }
}

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

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

@media screen and (max-width: 1024px) {
  .p-greeting__texts {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__texts {
    width: auto;
  }
}

.p-greeting__desc {
  margin-top: 66px;
  line-height: 2;
}

.p-greeting__images {
  margin-left: 8.7727%;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-greeting__images {
    width: 30%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__images {
    max-width: none;
    margin-left: 0;
    width: auto;
  }
}

.p-greeting__producer {
  max-width: 312px;
  width: 100%;
  aspect-ratio: 314/392;
}
@media screen and (max-width: 767px) {
  .p-greeting__producer {
    margin-top: 45px;
    max-width: none;
  }
}
.p-greeting__producer img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-greeting__career {
  margin-top: 34px;
  font-size: 14px;
  line-height: 2.2857;
}

.p-overview {
  padding-top: 112px;
}
@media screen and (max-width: 767px) {
  .p-overview {
    padding-top: 65px;
  }
}

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

.p-overview__flex {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-overview__flex {
    display: block;
    font-size: 16px;
  }
}
.p-overview__flex:first-of-type {
  margin-top: 78px;
}
.p-overview__flex:nth-of-type(n + 2) {
  border-top: none;
}

.p-overview__left {
  background-color: #00059C;
  color: #fff;
  width: 30%;
  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;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .p-overview__left {
    width: 100%;
    padding-inline: 20px;
    padding-block: 18px;
    height: auto;
  }
}

.p-overview__right {
  width: 70%;
  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;
  padding-left: 10%;
  height: 55px;
}
@media screen and (max-width: 1280px) {
  .p-overview__right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-overview__right {
    width: 100%;
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 20px;
    padding-block: 18px;
    height: auto;
  }
}
.p-access {
  padding-top: 168px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .p-access {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.p-access__inner {
  width: 70.1041vw;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    width: auto;
  }
}

.p-access__map {
  margin-top: 46px;
  aspect-ratio: 1348/440;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    aspect-ratio: 4/3;
  }
}
.p-access__map iframe {
  height: 100%;
}

.p-access__desc {
  margin-top: 22px;
}

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

.p-faq__desc {
  max-width: 684px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
  text-align: center;
  line-height: 2.5;
  font-size: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-faq__desc {
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
  }
}

.p-faq__box {
  padding-bottom: 45px;
  border-bottom: 2px dashed #ddd;
}
.p-faq__box:first-of-type {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .p-faq__box:first-of-type {
    margin-top: 75px;
  }
}
.p-faq__box:nth-of-type(n + 2) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-faq__box:nth-of-type(n + 2) {
    margin-top: 45px;
    padding-bottom: 35px;
  }
}

.p-faq__question {
  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;
  line-height: 2;
}
.p-faq__question .p-faq__logo {
  font-size: 29px;
  color: #fff;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7px;
  background-color: #00059C;
  width: 40px;
  height: 40px;
  margin-right: 40px;
  padding-bottom: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .p-faq__question .p-faq__logo {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38px;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    font-size: 24px;
  }
}

.p-faq__answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  margin-top: 48px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    margin-top: 36px;
  }
}
.p-faq__answer .p-faq__logo {
  font-size: 29px;
  color: #fff;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7px;
  background-color: #04AE85;
  width: 40px;
  height: 40px;
  margin-right: 52px;
  line-height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .p-faq__answer .p-faq__logo {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38px;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    font-size: 24px;
  }
}

.p-faq__text strong:nth-of-type(1) {
  margin-top: 16px;
  display: block;
}
.p-faq__text strong:last-of-type {
  margin-bottom: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-faq__text {
    line-height: 1.8;
  }
}

.p-faq__bottom {
  margin-top: 95px;
  background-color: #F9F9F9;
  max-width: 992px;
  width: 100%;
  margin-inline: auto;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-faq__bottom-desc {
  font-size: 18px;
  line-height: 2.3333;
  text-align: center;
}

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

.p-column__flex {
  margin-top: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .p-column__flex {
    display: block;
  }
}

.p-column__archives {
  max-width: 904px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 1279px) {
  .p-column__archives {
    max-width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .p-column__archives {
    max-width: 700px;
  }
}
@media screen and (max-width: 1100px) {
  .p-column__archives {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .p-column__archives {
    gap: 40px;
  }
}

.p-column__card {
  display: block;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
  .p-column__card {
    width: 100%;
  }
}

.p-column__image {
  aspect-ratio: 400/300;
}
.p-column__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-column__body {
  padding-top: 12px;
}

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

.p-column__time {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-column__time {
    font-size: 12px;
  }
}

.p-column__cat {
  height: 24px;
  border: 1px solid #707070;
  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: 47px;
}
@media screen and (max-width: 767px) {
  .p-column__cat {
    font-size: 14px;
    padding-inline: 20px;
  }
}

.p-column__title {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.6666;
}
@media screen and (max-width: 767px) {
  .p-column__title {
    font-size: 16px;
  }
}

.p-column__sidebar {
  width: 224px;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .p-column__sidebar {
    margin-left: 0;
  }
}

.p-column__category-box {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  padding-top: 32px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1100px) {
  .p-column__category-box {
    margin-top: 90px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .p-column__side-ttl {
    text-align: left;
  }
}

.p-column__side-ttl.c-lower-heading {
  font-size: 23px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-column__side-ttl.c-lower-heading {
    font-size: 18px;
    padding-left: 25px;
  }
}
.p-column__side-ttl.c-lower-heading::before {
  top: 53%;
  width: 32px;
  height: 8px;
}
@media screen and (max-width: 767px) {
  .p-column__side-ttl.c-lower-heading::before {
    -webkit-transform: translateY(0) rotate(180deg);
            transform: translateY(0) rotate(180deg);
    width: 8px;
    height: 100%;
    left: 0;
    top: 0;
  }
}

.p-column__side-lists {
  margin-top: 16px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-column__side-lists {
    padding-left: 25px;
  }
}

.p-column__side-item:nth-of-type(n + 2) {
  margin-top: 26px;
}

.p-column__archive-box {
  margin-top: 32px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  padding-top: 32px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1100px) {
  .p-column__archive-box {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .p-column__archive-box {
    padding-bottom: 90px;
  }
}

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

.p-single__flex {
  margin-top: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .p-single__flex {
    display: block;
    margin-top: 0;
  }
}

.p-single__content {
  max-width: 916px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .p-single__content {
    max-width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .p-single__content {
    max-width: 700px;
  }
}
@media screen and (max-width: 1100px) {
  .p-single__content {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .p-single__content {
    gap: 40px;
  }
}

.p-single__title {
  font-size: 40px;
  line-height: 2.2;
}
@media screen and (max-width: 1280px) {
  .p-single__title {
    font-size: 32px;
    line-height: 2;
  }
}
@media screen and (max-width: 1100px) {
  .p-single__title {
    font-size: 30px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 20px;
  }
}

.p-single__content-meta {
  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;
  margin-top: 45px;
}

.p-single__content-time {
  color: #000;
  font-size: 18px;
  line-height: 1.333;
}
@media screen and (max-width: 1024px) {
  .p-single__content-time {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__content-time {
    font-size: 14px;
  }
}

.p-single__content-cat {
  padding-inline: 20px;
  height: 24px;
  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;
  background-color: #00059C;
  color: #fff;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .p-single__content-cat {
    margin-left: 25px;
  }
}

.p-single__content-body {
  padding-top: 110px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-single__content-body {
    padding-top: 55px;
  }
}

/*===================================================
# エディタ入力用
=================================================== */
.p-single_body p {
  line-height: 2.5;
}

.p-single__content-body p code,
.p-single__content-body p img,
.p-single__content-body p iframe,
.p-single__content-body p object,
.p-single__content-body figure img,
.p-single__content-body figure iframe,
.p-single__content-body figure video,
.p-single__content-body figure audio,
.p-single__content-body pre code {
  margin-bottom: 0;
}

.p-single__content-body th,
.p-single__content-body td {
  border-color: #ddd;
}

.p-single__content-body p,
.p-single__content-body ul,
.p-single__content-body ol,
.p-single__content-body table,
.p-single__content-body dl,
.p-single__content-body blockquote,
.p-single__content-body pre,
.p-single__content-body code,
.p-single__content-body img,
.p-single__content-body picture img,
.p-single__content-body figure,
.p-single__content-body iframe,
.p-single__content-body object,
.p-single__content-body hr,
.p-single__content-body video,
.p-single__content-body audio {
  margin-bottom: 2.5em;
}

.p-single__content-body b,
.p-single__content-body strong {
  font-weight: bold;
}

.p-single__content-body a {
  text-decoration: underline;
}

.p-single__content-body ul:not([class]) {
  padding-left: 1.25em;
  list-style: disc;
}

.p-single__content-body ol:not([class]) {
  padding-left: 1.875em;
  list-style: decimal;
}

.p-single__content-body table {
  width: 100%;
}

.p-single__content-body table thead {
  border: none;
}

.p-single__content-body table th,
.p-single__content-body table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.625em;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.p-single__content-body img,
.p-single__content-body iframe,
.p-single__content-body object,
.p-single__content-body video,
.p-single__content-body audio {
  line-height: 1;
}

.p-single__content-body figure {
  max-width: 100%;
}

.p-single__content-body iframe,
.p-single__content-body object {
  width: 100%;
}

.p-single__content-body blockquote {
  line-height: 1.5;
  position: relative;
  padding: 3.125em 1.875em 0.625em;
  color: #555;
  background-color: #f1f4f4;
}

.p-single__content-body blockquote::before {
  font-family: "Material Symbols Outlined";
  font-size: 1.875em;
  font-weight: 900;
  position: absolute;
  top: 0.3125em;
  left: 0.9375em;
  content: "\e244";
  color: #ccc;
}

.p-single__content-body blockquote p,
.p-single__content-body blockquote cite {
  margin-bottom: 1em;
}

.p-single__content-body blockquote p cite {
  margin-bottom: 0;
}

.p-single__content-body blockquote cite {
  font-size: 0.6125em;
  display: block;
  text-align: right;
}

.p-single__content-body h2,
.p-single__content-body h3,
.p-single__content-body h4,
.p-single__content-body h5 {
  margin: 3rem 0 2rem;
  letter-spacing: 1px;
}

.p-single__content-body h2 {
  font-size: 1.875rem;
  padding: 0.75rem 0;
  border-bottom: solid 5px #00059C;
}

.p-single__content-body h3 {
  font-size: 1.5rem;
  padding: 0 1rem;
  border-left: solid 0.375rem #00059C;
  background: transparent;
}

.p-single__content-body h4 {
  font-size: 1.25rem;
}

.p-single__content-body h5 {
  font-size: 1.125rem;
}

@media (max-width: 480px) {
  .p-single__content-body p,
  .p-single__content-body ul,
  .p-single__content-body ol,
  .p-single__content-body table,
  .p-single__content-body dl,
  .p-single__content-body blockquote,
  .p-single__content-body pre,
  .p-single__content-body code,
  .p-single__content-body img,
  .p-single__content-body picture img,
  .p-single__content-body figure,
  .p-single__content-body iframe,
  .p-single__content-body object,
  .p-single__content-body hr,
  .p-single__content-body video,
  .p-single__content-body audio {
    margin-bottom: 1.5em;
  }
  .p-single__content-body th,
  .p-single__content-body td {
    padding: 0.625em;
  }
  .p-single__content-body blockquote {
    padding: 2.5em 1.875em 1.875em;
  }
  .p-single__content-body blockquote::before .p-single__content-body blockquote::after {
    font-size: 1.25em;
  }
  .p-single__content-body blockquote p,
  .p-single__content-body blockquote cite {
    margin-bottom: 0.625em;
  }
  .p-single__content-body h2,
  .p-single__content-body h3,
  .p-single__content-body h4,
  .p-single__content-body h5 {
    margin: 2rem 0;
  }
  .p-single__content-body h2 {
    font-size: 1.5rem;
  }
  .p-single__content-body h3 {
    font-size: 1.375rem;
  }
  .p-single__content-body h4 {
    font-size: 1.25rem;
  }
  .p-single__content-body h5 {
    font-size: 1rem;
  }
  .p-single__content-body h6 {
    font-size: 0.9375rem;
  }
}
@media (max-width: 332px) {
  .p-single__content-body h2 {
    font-size: 1.25rem;
  }
  .p-single__content-body h3 {
    font-size: 1.125rem;
  }
  .p-single__content-body h4 {
    font-size: 1rem;
  }
  .p-single__content-body h5 {
    font-size: 0.9375rem;
  }
  .p-single__content-body h6 {
    font-size: 0.875rem;
  }
}
.p-single__content-body img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-single__content-body img {
    width: 496px;
    aspect-ratio: 496/372;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.columnBox h2 {
  line-height: 2 !important;
}
@media screen and (max-width: 767px) {
  .columnBox h2 {
    line-height: 1.8 !important;
  }
}

.columnBox p {
  line-height: 2 !important;
}

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

.p-news__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .p-news__flex {
    display: block;
    margin-top: 0;
  }
}

.p-news__content {
  max-width: 1021px;
  width: 100%;
  padding-right: 7.5%;
}
@media screen and (max-width: 767px) {
  .p-news__content {
    max-width: none;
  }
}

.p-news__title {
  font-size: 34px;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 24px;
  }
}
.p-news__title:nth-of-type(n + 2) {
  margin-top: 12px;
}

.p-news__time {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-news__time {
    font-size: 14px;
  }
}

.p-news__body {
  padding-top: 44px;
  line-height: 2;
  padding-bottom: 80px;
  border-bottom: 2px dashed #ddd;
}
@media screen and (max-width: 767px) {
  .p-news__body {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}

.p-news__writing {
  line-height: 2;
}

.p-price {
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-price {
    padding-top: 0;
  }
}

.p-price__head-inner {
  max-width: 972px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}

.price__head-desc {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__head-desc {
    font-size: 17px;
    line-height: 1.8;
  }
}

.p-price__inner {
  margin-top: 134px;
  margin-inline: auto;
  max-width: 1136px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-price__inner {
    margin-top: 70px;
  }
}

.p-price__sub:nth-of-type(2) {
  margin-top: 152px;
}
.p-price__sub:nth-of-type(3) {
  margin-top: 80px;
}
.p-price__sub:nth-of-type(4) {
  margin-top: 113px;
}
.p-price__sub:nth-of-type(5) {
  margin-top: 113px;
}
.p-price__sub:nth-of-type(6) {
  margin-top: 94px;
}
.p-price__sub:nth-of-type(7) {
  margin-top: 80px;
}
.p-price__sub:nth-of-type(8) {
  margin-top: 113px;
}
.p-price__sub:nth-of-type(9) {
  margin-top: 78px;
}
.p-price__sub:nth-of-type(10), .p-price__sub:nth-of-type(11), .p-price__sub:nth-of-type(12) {
  margin-top: 78px;
}

.p-price__wrap {
  overflow-x: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-price__wrap {
    margin-top: 45px;
  }
}

.p-price__table {
  border: 1px solid #707070;
  width: 100%;
  width: 1136px;
  min-width: 1000px;
  margin-top: 32px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .p-price__table {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .p-price__table {
    width: auto;
    min-width: 750px;
    font-size: 16px;
  }
}
.p-price__table tr {
  border-bottom: 1px solid #707070;
}
.p-price__table th {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #00059C;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-price__table th {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.p-price__table th:nth-of-type(n + 2) {
  border-left: 1px solid #707070;
}
.p-price__table td {
  color: #000;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: 40px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-price__table td {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-price__table td {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.p-price__table td:nth-of-type(n + 2) {
  border-left: 1px solid #707070;
}
.p-price__table td.center {
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-price__table td:nth-of-type(1) {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-price__table td:nth-of-type(2) {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-price__table td:nth-of-type(3) {
    width: 30%;
  }
}

.p-price__table2 {
  margin-top: 32px;
  border: 1px solid #707070;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .p-price__table2 {
    min-width: 900px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-price__table2 {
    width: auto;
    min-width: 750px;
    font-size: 16px;
  }
}
.p-price__table2 tr {
  border-bottom: 1px solid #707070;
}
.p-price__table2 th {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #00059C;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-price__table2 th {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-price__table2 th {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-price__table2 th:nth-of-type(1) {
  width: 460px;
}
.p-price__table2 th:nth-of-type(n + 2) {
  border-left: 1px solid #707070;
}
.p-price__table2 td {
  color: #000;
  padding-top: 32px;
  padding-bottom: 20px;
  padding-left: 32px;
}
@media screen and (max-width: 1024px) {
  .p-price__table2 td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-price__table2 td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-price__table2 td:nth-of-type(n + 2) {
  border-left: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-price__table2 td:nth-of-type(1) {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-price__table2 td:nth-of-type(2) {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-price__table2 td:nth-of-type(3) {
    width: 30%;
  }
}

.p-price__bottom {
  padding-left: 42px;
  padding-right: 42px;
  max-width: 1040px;
  margin-inline: auto;
  background-color: #F9F9F9;
  line-height: 2;
  padding-top: 42px;
  padding-bottom: 54px;
  margin-top: 68px;
}

.p-service {
  padding-top: 120px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-top: 0;
  }
}

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

.p-service__box {
  border: 1px solid #00059C;
  border-top: 16px solid #00059C;
  padding-left: 58px;
  padding-right: 60px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .p-service__box {
    padding-left: 30px;
    padding-right: 30px;
    border-top: 12px solid #00059C;
  }
}
@media screen and (max-width: 767px) {
  .p-service__box {
    border-top: 10px solid #00059C;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
}
.p-service__box:nth-of-type(1) {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-service__box:nth-of-type(1) {
    margin-top: 70px;
  }
}
.p-service__box:nth-of-type(n + 2) {
  margin-top: 104px;
}
@media screen and (max-width: 767px) {
  .p-service__box:nth-of-type(n + 2) {
    margin-top: 65px;
  }
}
.p-service__box:nth-of-type(n + 2) .p-service__sub {
  margin-top: 48px;
}
.p-service__box.last {
  margin-bottom: 208px;
}
@media screen and (max-width: 767px) {
  .p-service__box.last {
    margin-bottom: 100px;
  }
}

.p-service__sub {
  line-height: 1.475;
  margin-top: 14px;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-service__sub {
    font-size: 24px;
  }
}

.p-service__desc {
  line-height: 2;
}
.p-service__desc strong {
  font-weight: bold;
}

.p-service__gray {
  margin-top: 75px;
  background-color: #F8F8F8;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 32px;
  padding-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .p-service__gray {
    margin-top: 50px;
    padding: 20px;
  }
}

.p-service__gray-title {
  font-size: 23px;
  color: #747474;
}
@media screen and (max-width: 767px) {
  .p-service__gray-title {
    font-size: 20px;
  }
}

.p-service__gray-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  margin-top: 28px;
}
@media screen and (max-width: 1024px) {
  .p-service__gray-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__gray-items {
    margin-top: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.p-service__gray-item {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-service__gray-item {
    font-size: 17px;
  }
}

.p-service__gray-line {
  margin-top: 60px;
  height: 1px;
  border-top: 2px dashed #ddd;
  width: 100%;
}

.p-service__circle {
  margin-top: 60px;
  margin-bottom: 32px;
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-service__circle {
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__circle {
    font-size: 16px;
  }
}
.p-service__circle:nth-of-type(n + 2) {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-service__circle:nth-of-type(n + 2) {
    margin-top: 65px;
  }
}
.p-service__circle::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 100vmax;
  border: 4px solid #13A3D9;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-service__circle::before {
    width: 18px;
    height: 18px;
  }
}

.p-service__heading {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding-left: 14px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-service__heading {
    margin-top: 60px;
  }
}
.p-service__heading::before {
  content: "";
  height: 100%;
  background-color: #13A3D9;
  width: 7px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-service__features {
  margin-top: 32px;
}

.p-service__feature {
  font-weight: bold;
  margin-bottom: 8px;
}
.p-service__feature:nth-of-type(n + 2) {
  margin-top: 32px;
}

.p-service__bottom {
  border-radius: 20px;
  border: 1px solid #707070;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 29px;
  padding-bottom: 44px;
  margin-inline: auto;
  width: 100%;
}
.p-service__bottom:nth-of-type(n + 2) {
  margin-top: 0;
}
.p-service__bottom.first {
  margin-top: 78px;
}

.p-service__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;
}

.p-service__number {
  font-size: 29px;
  font-weight: bold;
  color: #5981AE;
}

.p-service__flow {
  color: #22245A;
  font-size: 20px;
  font-weight: bold;
  padding-left: 16px;
  border-left: 2px dotted #707070;
  margin-left: 8px;
}

.p-service__text {
  line-height: 2;
  margin-top: 22px;
}

.p-service__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 88px solid transparent;
  border-left: 88px solid transparent;
  border-top: 40px solid #dbdbd0;
  border-bottom: 0;
  margin-inline: auto;
  margin-top: 42px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-service__arrow {
    border-top: 20px solid #dbdbd0;
    border-right: 44px solid transparent;
    border-left: 44px solid transparent;
  }
}

.p-service__last {
  margin-top: 126px;
  margin-bottom: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-service__last {
    margin-bottom: 30px;
    margin-top: 66px;
    font-size: 18px;
  }
}

.p-contact-head__inner {
  max-width: 1129px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}

.p-contact-head__desc {
  font-size: 20px;
  line-height: 2.2;
  text-align: center;
  color: #00059C;
}

.p-contact-head__h2 {
  margin-top: 110px;
}

.p-contact-head__box {
  margin-left: 90px;
  margin-top: 88px;
  background-color: #F9F9F9;
  padding-left: 54px;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-right: 16px;
  margin-bottom: 86px;
}
@media screen and (max-width: 1279px) {
  .p-contact-head__box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-head__box {
    margin-bottom: 60px;
  }
}

.p-contact-head__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;
}
@media screen and (max-width: 1100px) {
  .p-contact-head__flex {
    display: block;
  }
}

.p-contact-head__tels {
  font-size: 58px;
  line-height: 1.4590163934;
}
@media screen and (max-width: 1279px) {
  .p-contact-head__tels {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-head__tels {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 32px;
  }
}
.p-contact-head__tels span {
  display: inline-block;
  margin-right: 16px;
  font-size: 29px;
  line-height: 1.4482758621;
}
@media screen and (max-width: 767px) {
  .p-contact-head__tels span {
    font-size: 20px;
  }
}

.p-contact-head__time {
  font-size: 20px;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .p-contact-head__time {
    font-size: 16px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-head__time {
    font-size: 14px;
  }
}

.p-contact-head__texts {
  margin-left: 6.1145%;
}
@media screen and (max-width: 1279px) {
  .p-contact-head__texts {
    margin-left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-head_ttl {
    font-size: 20px;
  }
}

.p-contact-head__plus {
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .p-contact-head__plus {
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 45px;
  }
}

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

.p-form__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;
  margin-top: 48px;
  gap: 7.0859%;
}
.p-form__flex:nth-of-type(n + 2) {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-form__flex {
    display: block;
  }
}
.p-form__flex.textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form__lefts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36.9354%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-form__lefts {
    width: 100%;
  }
}

.data {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .data {
    font-size: 16px;
    width: auto;
  }
}

.conditions {
  width: 96px;
  height: 32px;
  background-color: #00059C;
  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;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .conditions {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .conditions {
    margin-left: 30px;
  }
}
.conditions.sub {
  background-color: #F9F9F9;
  color: #00059C;
  width: 96px;
  height: 32px;
}

.p-form__right {
  height: 56px;
  width: 63.0646%;
  margin-left: auto;
}
.p-form__right.check {
  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-form__right.textarea {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-form__right {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}

/*===================================================
# Contact Form7系パーツ
=================================================== */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
  border: none;
  background-color: #F9F9F9;
  height: 100%;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.input-text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2.6em;
  position: relative;
}

input[type=checkbox] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 28px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}

input[type=checkbox] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #707070;
  border-left: 3px solid #707070;
  content: "";
  display: block;
  height: 0.6em;
  left: 2px;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1.4em;
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.input-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 56px;
  border: none;
  background-color: #F9F9F9;
}

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

.input-select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.input-textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

.input-textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.input-textarea {
  background-color: #F9F9F9;
  height: 280px;
  width: 100%;
  border: none;
}

.p-form__box {
  border: 1px solid #707070;
  width: 100%;
  margin-top: 72px;
  padding-top: 52px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  height: 280px;
  overflow-y: scroll;
}
.p-form__box p {
  line-height: 2;
}

.p-form__box-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-form__box-title {
    margin-bottom: 40px;
  }
}

.wpcf7-acceptance {
  margin-top: 95px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .wpcf7-acceptance {
    margin-top: 65px;
  }
}

.input-submit {
  -webkit-appearance: none;
  background-color: #00059C;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 29px;
  padding: 0.6em 2em;
  text-decoration: none;
  width: 280px;
  height: 72px;
  margin-inline: auto;
  margin-top: 56px;
  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;
}

.input-submit:hover,
.input-submit:focus {
  outline: none;
}

.input-submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.p-bread {
  color: #8B8B8B;
  font-size: 14px;
  max-width: 1320px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
  padding-top: 31px;
  padding-bottom: 64px;
}

.p-bread__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .p-bread__wrap {
    margin-left: 0;
  }
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
}

@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;
  }
}
@media (min-width: 1201px) {
  .is-tab_sp3 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .is-pc2 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .is-pc3 {
    display: none;
  }
}