@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 100%;
}

body {
  font-size: 1rem;
  color: #444;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .item {
    animation: none;
    transform: none;
    transition: none;
    opacity: 1;
  }
}
.entry__body h2, .entry__body h3, .entry__body h4, .entry__body h5, .entry__body h6 {
  font-weight: bold;
}

:root {
  --spacer-40:clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem) ;
  --spacer-30:clamp(1rem, 0.798rem + 0.9vw, 1.875rem);
}

/*
  Josh W. Comeau's Custom CSS Reset
  www.joshwcomeau.com
*/
/* 1. ボックスモデルの修正：余白や境界線が幅を壊さないようにする */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. デフォルトの余白を削除 */
* {
  margin: 0;
}

/* 3. 本文の行間を整え、フォントのレンダリングを滑らかにする */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* 4. メディア要素（画像など）がはみ出さないようにし、ブロック要素化する */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 5. フォーム要素が親のフォント設定を無視するのを防ぐ */
input, button, textarea, select {
  font: inherit;
}

/* 6. 長い単語が画面からはみ出して横スクロールが出るのを防ぐ */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 7. ルート（#rootや#__nextなど）にスタック文脈を作成する（Reactなどのフレームワーク用） */
#root, #__next {
  isolation: isolate;
}

figure {
  margin: 0;
}

.l-footer {
  width: 100%;
}
.l-footer__contact {
  background-image: url(/cms/wp-content/themes/heiseikoutsu/assets/img/common/footer-contact-bg.jpg);
  background-size: cover;
  padding-block: 80px;
}
@media (1001px <= width < 1400px) {
  .l-footer__contact {
    padding-block: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact {
    padding-block: 40px;
  }
}
.l-footer__contact__heading {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}
@media (1001px <= width < 1400px) {
  .l-footer__contact__heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact__heading {
    margin-bottom: 20px;
    width: calc(100% - 40px);
    margin-inline: auto;
  }
}
.l-footer__contact__heading--en {
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (1001px <= width < 1400px) {
  .l-footer__contact__heading--en {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__heading--en {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact__heading--en {
    font-size: 1.875rem;
  }
}
.l-footer__contact__heading--lead {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (1001px <= width < 1400px) {
  .l-footer__contact__heading--lead {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__heading--lead {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact__heading--lead {
    font-size: 1rem;
  }
}
.l-footer__contact__content {
  max-width: 1840px;
  width: calc(100% - 80px);
  margin-inline: auto;
  display: flex;
  gap: 40px;
}
@media (1001px <= width < 1400px) {
  .l-footer__contact__content {
    width: calc(100% - 60px);
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__content {
    width: calc(100% - 40px);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact__content {
    flex-wrap: wrap;
  }
}
.l-footer__contact__item {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  padding: 90px 40px 80px;
  text-align: center;
}
@media (1001px <= width < 1400px) {
  .l-footer__contact__item {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__item {
    padding: 30px 10px 20px;
    flex: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact__item {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__item .c-button--arrow {
    padding-right: 25px;
  }
}
.l-footer__contact__heading-lv2 {
  background: linear-gradient(-45deg, #ff7777, #ff63a6);
  color: #fff;
  font-size: 1.875rem;
  display: table;
  margin-inline: auto;
  padding: 5px 30px;
  margin-bottom: 60px;
}
@media (1001px <= width < 1400px) {
  .l-footer__contact__heading-lv2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding: 3px 25px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__heading-lv2 {
    font-size: 1rem;
    margin-bottom: 15px;
    padding: 3px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact__heading-lv2 {
    margin-bottom: 10px;
    padding: 3px 10px;
  }
}
.l-footer__contact__text {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (1001px <= width < 1400px) {
  .l-footer__contact__text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__text {
    line-height: 1.6;
    font-size: 0.9375rem;
    margin-bottom: 20px;
  }
  .l-footer__contact__text br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact__text {
    margin-bottom: 10px;
    font-size: 0.875rem;
    text-align: left;
  }
}
.l-footer__contact__phone {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20402.12%20402.12%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23f1f6fe%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M272.91%2C252.39c-25.3%2C58.2-95.28-3.68-107.77-15.38-11.64-12.42-73.64-82.48-15.41-107.8C213.72%2C101.39%2C93.05-25.89%2C54.8%2C4.72%2C16.91%2C35.03-34.12%2C69.9%2C31.86%2C187.18l-2.37-.86s20.77%2C37.66%2C61.22%2C82.72c.66.73%2C1.31%2C1.42%2C1.97%2C2.15%2C3.72%2C4.1%2C7.56%2C8.23%2C11.6%2C12.43%2C2.34%2C2.43%2C4.66%2C4.75%2C7%2C7.09%2C2.41%2C2.4%2C4.79%2C4.79%2C7.3%2C7.21%2C4.11%2C3.96%2C8.14%2C7.71%2C12.16%2C11.35.81.73%2C1.58%2C1.47%2C2.4%2C2.2%2C45.04%2C40.42%2C82.67%2C61.17%2C82.67%2C61.17l-.86-2.36c117.27%2C65.97%2C152.15%2C14.95%2C182.46-22.95%2C30.6-38.25-96.67-158.92-124.49-94.93Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 282px 282px;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 110px;
}
@media (1001px <= width < 1400px) {
  .l-footer__contact__phone {
    padding-block: 60px;
    background-size: 180px 180px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__phone {
    padding-block: 30px;
    background-size: 100px 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact__phone {
    padding-block: 20px;
    background-size: 80px 80px;
  }
}
.l-footer__contact__heading-phone {
  font-size: 1.875rem;
  margin-bottom: 30px;
}
@media (1001px <= width < 1400px) {
  .l-footer__contact__heading-phone {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__heading-phone {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact__heading-phone {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.l-footer__contact__heading-phone span {
  font-size: 1.5rem;
  display: block;
}
@media (1001px <= width < 1400px) {
  .l-footer__contact__heading-phone span {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__heading-phone span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact__heading-phone span {
    font-size: 0.875rem;
  }
}
.l-footer__contact__phone-number {
  font-size: 3.125rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 20px;
  color: #1a73e8;
  line-height: 1;
}
@media (1001px <= width < 1400px) {
  .l-footer__contact__phone-number {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__phone-number {
    font-size: 1.625rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact__phone-number {
    font-size: 1.375rem;
    margin-bottom: 0px;
  }
}
.l-footer__contact__phone-number .tel a[href*="tel:"] {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 750px) {
  .l-footer__contact__phone-number .tel a[href*="tel:"] {
    pointer-events: auto;
  }
}
.l-footer__contact__phone-hour {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2;
}
@media (1001px <= width < 1400px) {
  .l-footer__contact__phone-hour {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__contact__phone-hour {
    font-size: 0.875rem;
  }
}
.l-footer__inner {
  max-width: 1800px;
  width: calc(100% - 80px);
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 60px 40px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (1001px <= width < 1400px) {
  .l-footer__inner {
    width: calc(100% - 60px);
    padding-inline: 30px;
    padding-block: 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__inner {
    width: calc(100% - 40px);
    padding-inline: 0px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: block;
    padding-block: 40px 20px;
  }
}
.l-footer__top {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
}
.l-footer__logo {
  margin-right: 20px;
  width: 209px;
  height: 40px;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 100px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    margin-bottom: 10px;
  }
}
.l-footer__address p {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address p {
    font-size: 0.875rem;
  }
}
.l-footer__sns {
  display: flex;
  gap: 10px;
}
.l-footer__copy {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 0.75rem;
  }
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 20;
}
.l-header.scrolled {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 3px rgba(204, 204, 204, 0.25);
}
@media screen and (max-width: 1000px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
  }
}
.l-header__inner {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 245px 20px 0;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .l-header__inner {
    padding-left: 20px;
    padding-right: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__inner {
    width: calc(100% - 160px);
    margin-left: 0;
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 60px;
    width: auto;
  }
}
.l-header__logo h1, .l-header__logo p {
  width: 200px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .l-header__logo h1, .l-header__logo p {
    width: 100px;
    height: 19px;
  }
}
.l-header__logo h1 a, .l-header__logo p a {
  display: block;
}
.l-header__logo h1 a img, .l-header__logo p a img {
  width: 100%;
  height: auto;
}
.l-header__nav-list {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  .l-header__nav-list {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav-list {
    gap: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__nav-list {
    flex-wrap: wrap;
    gap: 1px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__nav-item {
    width: 100vw;
    background: #fff;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__nav-item a {
    padding: 20px;
    display: block;
    position: relative;
  }
  .l-header__nav-item a:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.07%2014.12%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%231a73e8%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.01%200%205.89%202.12%209.33%205.56%200%205.56%200%208.56%209.33%208.56%205.89%2012%208.01%2014.12%2015.07%207.06%208.01%200%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
  }
}
.l-header__nav-link {
  color: #444;
  text-decoration: none;
  font-size: 1rem;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__nav-link {
    font-size: 0.875rem;
  }
}
.l-header__nav-link:hover {
  color: #1a73e8;
}
@media screen and (max-width: 1000px) {
  .l-header__nav {
    display: none;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__nav.MenuIsOpen {
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    background: linear-gradient(-45deg, #f1f6fe, #f7f1fe);
    padding: 20px 0;
    box-shadow: 0 0px 3px rgba(204, 204, 204, 0.25);
    z-index: 20;
    padding: 80px 20px 20px;
    max-width: 400px;
    right: 240px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav.MenuIsOpen {
    max-width: inherit;
    right: 100%;
  }
}
.l-header__contact {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  width: 220px;
  height: 130px;
  background: #ff556e;
  border-bottom-left-radius: 10px;
  box-shadow: 0 0px 3px rgba(204, 204, 204, 0.25);
  overflow: hidden;
}
@media (1701px <= width < 1800px) {
  .l-header__contact {
    width: 200px;
  }
}
@media (1001px <= width < 1700px) {
  .l-header__contact {
    width: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__contact {
    width: 80px;
    height: 80px;
    position: relative;
    border-bottom-left-radius: 0px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    width: 60px;
    height: 60px;
  }
}
.l-header__contact a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .l-header__contact a {
    padding-top: 35px;
    font-size: 0.875rem;
    border-bottom-left-radius: 0px;
    text-align: center;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .l-header__contact a {
    font-size: 0.75rem;
    font-weight: 400;
  }
}
.l-header__contact a:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/cms/wp-content/themes/heiseikoutsu/assets/img/common/icon-calculator.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .l-header__contact a:before {
    top: 10px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__contact a:before {
    top: 10px;
    left: 25px;
    transform: none;
    width: 20px;
    height: 20px;
  }
}
.l-header__contact a:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #ff7777, #ff63a6);
  transition: opacity 0.3s;
  opacity: 1;
  z-index: -1;
}
.l-header__contact a:hover:after {
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .l-header__contact a span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header__contact a span {
    display: none;
  }
}
.l-header__btn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-header__btn {
    display: block;
    z-index: 30;
    height: 80px;
    width: 80px;
    background: #f1f6fe;
    margin-right: 2px;
  }
  .l-header__btn span {
    display: block;
    width: 40px;
    height: 2px;
    margin-left: 20px;
    background: #1a73e8;
    transition: all 0.3s;
  }
  .l-header__btn span.Button-LineTop {
    margin-top: 4px;
  }
  .l-header__btn span.Button-LineMiddle {
    margin-top: 8px;
  }
  .l-header__btn span.Button-LineBottom {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__btn {
    width: 60px;
    height: 60px;
  }
  .l-header__btn span {
    width: 26px;
    margin-left: 16px;
  }
  .l-header__btn span.Button-LineTop {
    margin-top: 4px;
  }
  .l-header__btn span.Button-LineMiddle {
    margin-top: 8px;
  }
  .l-header__btn span.Button-LineBottom {
    margin-top: 8px;
  }
}

.MenuIsOpen {
  transform: translateX(0);
}

@media screen and (max-width: 1000px) {
  .Menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background-color: #fff;
    transform: translateX(100%);
    transition: all 0.3s; /* 追加 */
  }
}
.Overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s;
}

.OverlayIsOpen {
  visibility: visible;
  opacity: 1;
}

.ButtonIsOpen .Button-LineTop {
  transform: translateY(10px) rotate(45deg);
}
.ButtonIsOpen .Button-LineMiddle {
  opacity: 0;
}
.ButtonIsOpen .Button-LineBottom {
  transform: translateY(-10px) rotate(-45deg);
}

.l-main {
  position: relative;
}

.l-wrapper {
  position: relative;
}

.l-inner {
  max-width: 1720px;
  width: 100%;
  margin-block: auto;
}

.l-container--medium {
  width: calc(100% - 80px);
  max-width: 1400px;
  margin-inline: auto;
}
@media (1001px <= width < 1400px) {
  .l-container--medium {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1000px) {
  .l-container--medium {
    width: calc(100% - 40px);
  }
}

.l-container--narrow {
  max-width: 1000px;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .l-container--narrow {
    padding-inline: 0;
    width: calc(100% - 40px);
    margin-inline: 20px;
  }
}

body.subpage {
  background-image: url("/cms/wp-content/themes/heiseikoutsu/assets/img/common/page-bg.png");
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  body.subpage {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  body.subpage {
    padding-top: 60px;
  }
}

.c-button {
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: 600;
  color: #444;
  transition-duration: 0.4s;
  position: relative;
}
.c-button--arrow {
  padding-right: 45px;
}
.c-button--arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.07%2014.12%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%231a73e8%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.01%200%205.89%202.12%209.33%205.56%200%205.56%200%208.56%209.33%208.56%205.89%2012%208.01%2014.12%2015.07%207.06%208.01%200%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.c-button--underline {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
}
.c-button--underline:after, .c-button--underline:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
}
.c-button--underline:after {
  width: 100%;
  background: #b4c2d9;
  z-index: 1;
}
.c-button--underline:before {
  width: 20px;
  background-color: #1a73e8;
  z-index: 2;
  transition-duration: 0.4s;
}
.c-button--underline:hover:before {
  width: 100%;
}
.c-button--underline:hover a {
  color: #1a73e8;
}

.btn-arrow {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
}
.btn-arrow:after, .btn-arrow:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
}
.btn-arrow:after {
  width: 100%;
  background: #b4c2d9;
  z-index: 1;
}
.btn-arrow:before {
  width: 20px;
  background-color: #1a73e8;
  z-index: 2;
  transition-duration: 0.4s;
}
.btn-arrow a {
  display: inline-block;
  position: relative;
  padding-right: 45px;
  text-decoration: none;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 1rem;
  font-weight: 600;
  color: #444;
  transition-duration: 0.4s;
}
.btn-arrow a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.07%2014.12%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%231a73e8%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.01%200%205.89%202.12%209.33%205.56%200%205.56%200%208.56%209.33%208.56%205.89%2012%208.01%2014.12%2015.07%207.06%208.01%200%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.btn-arrow:hover:before {
  width: 100%;
}
.btn-arrow:hover a {
  color: #1a73e8;
}

.c-button--rounded {
  background-color: #1a73e8;
  border-radius: 10px;
  padding: 23px 75px 23px 65px;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.3s;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .c-button--rounded {
    font-size: 0.875rem;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-button--rounded {
    padding: 15px;
  }
}
.c-button--rounded:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.07%2014.12%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.01%200%205.89%202.12%209.33%205.56%200%205.56%200%208.56%209.33%208.56%205.89%2012%208.01%2014.12%2015.07%207.06%208.01%200%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 16px;
  height: 15px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .c-button--rounded:after {
    width: 14px;
    aspect-ratio: 14/13;
    right: 20px;
  }
}
.c-button--rounded:hover {
  opacity: 0.9;
}

.c-button--rounded-no-arrow {
  background-color: #1a73e8;
  border-radius: 10px;
  padding: 13px 70px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.3s;
  color: #ffffff;
}
@media (1001px <= width < 1200px) {
  .c-button--rounded-no-arrow {
    padding: 13px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .c-button--rounded-no-arrow {
    font-size: 0.875rem;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-button--rounded-no-arrow {
    padding: 15px;
  }
}
.c-button--rounded-no-arrow:hover {
  opacity: 0.9;
}

.p-subpage__heading__inner {
  width: 100%;
  max-width: 1640px;
  width: calc(100% - 80px);
  margin-inline: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (1001px <= width < 1400px) {
  .p-subpage__heading__inner {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1000px) {
  .p-subpage__heading__inner {
    width: calc(100% - 40px);
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-subpage__heading__inner {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p-subpage__heading--en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ff556e;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (1001px <= width < 1400px) {
  .p-subpage__heading--en {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-subpage__heading--en {
    font-size: 1rem;
  }
}
.p-subpage__heading--ja {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (1001px <= width < 1400px) {
  .p-subpage__heading--ja {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-subpage__heading--ja {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-subpage__heading--ja {
    font-size: 1.5rem;
  }
}
.p-subpage__heading--lv2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (1001px <= width < 1400px) {
  .p-subpage__heading--lv2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-subpage__heading--lv2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-subpage__heading--lv2 {
    font-size: 1.5rem;
  }
}
.p-subpage__heading--lv2--hd2 {
  font-size: 1.875rem;
  line-height: 1.5;
  padding-left: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023.99%2027.92%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ff556e%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.82%2C26.36c4.67%2C2.55%2C12.32%2C1.59%2C15.09-.19%2C3.73-2.4%2C4.44-4.87%2C4.44-4.87l-1.71-.95%2C1.79-1s-2.05-3.01-6.43-4.07C4.46%2C12.98%2C0%2C18.39%2C0%2C18.39l4.97%2C3.57L.82%2C26.36Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M11.29%2C3.53c.04%2C4.08%2C2.71%2C7.83%2C6.4%2C9.8%2C2.23%2C1.19%2C4.3%2C1.38%2C4.3%2C1.38v-1.5s1.33.82%2C1.33.82c0%2C0%2C1.25-2.5.32-5.83C21.61.96%2C16.33%2C0%2C16.33%2C0l-.53%2C4.66-4.51-1.13Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 17px 20px;
  background-position: left top 10px;
}
@media (1001px <= width < 1400px) {
  .p-subpage__heading--lv2--hd2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-subpage__heading--lv2--hd2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-subpage__heading--lv2--hd2 {
    font-size: 1.25rem;
  }
}
.p-subpage__heading--lv2--hd2 span {
  color: #ff556e;
}
.p-subpage__heading--lv2--hd3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .p-subpage__heading--lv2--hd3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-subpage__heading--lv2--hd3 {
    font-size: 1rem;
  }
}
.p-subpage__heading--lv2--hd3 span {
  color: #ff556e;
}
.p-subpage__heading--lv3 {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .p-subpage__heading--lv3 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-subpage__heading--lv3 {
    font-size: 1.5rem;
  }
}

.c-breadcrumbs {
  display: flex;
}

.c-breadcrumb__wrapper {
  max-width: 1400px;
  width: calc(100% - 80px);
  margin-inline: auto;
  margin-top: 20px;
}
@media (1001px <= width < 1400px) {
  .c-breadcrumb__wrapper {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1000px) {
  .c-breadcrumb__wrapper {
    padding-inline: 0px;
    margin-top: 0px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__wrapper {
    margin-top: 10px;
  }
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 0.75rem;
    gap: 0px 5px;
  }
}
.c-breadcrumb__item {
  display: flex;
  gap: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item {
    font-size: 0.75rem;
  }
}
.c-breadcrumb__item + .c-breadcrumb__item:before {
  content: ">";
  display: block;
}
.c-breadcrumb__link {
  color: #1a73e8;
}

.c-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .c-pagination {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.c-pagination .screen-reader-text {
  display: none;
}
.c-pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.c-pagination .page-numbers {
  font-weight: 700;
  color: #1a73e8;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 0.9375rem;
}
@media screen and (max-width: 1000px) {
  .c-pagination .page-numbers {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    font-size: 1rem;
  }
}
.c-pagination .page-numbers.current {
  color: #444;
}
.c-pagination__single {
  margin-top: 85px;
}
.c-pagination__single .c-pagination__inner {
  display: flex;
  justify-content: space-between;
  border-top: #d4dae3 solid 3px;
  padding-top: 20px;
}
.c-pagination__single .c-pagination__link {
  font-size: 1rem;
  color: #444;
  font-weight: normal;
  transition: color 0.3s;
}
@media screen and (max-width: 1000px) {
  .c-pagination__single .c-pagination__link {
    font-size: 0.875rem;
  }
}
.c-pagination__single .c-pagination__link--prev, .c-pagination__single .c-pagination__link--next, .c-pagination__single .c-pagination__link--top {
  position: relative;
  display: flex;
  align-items: center;
}
.c-pagination__single .c-pagination__link--prev:before, .c-pagination__single .c-pagination__link--next:before, .c-pagination__single .c-pagination__link--top:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 15px;
}
.c-pagination__single .c-pagination__link--prev {
  padding-left: 25px;
}
.c-pagination__single .c-pagination__link--prev:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.07%2014.12%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%231a73e8%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%227.06%2014.12%209.18%2012%205.74%208.56%2015.07%208.56%2015.07%205.56%205.74%205.56%209.18%202.12%207.06%200%200%207.06%207.06%2014.12%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  left: 0;
}
.c-pagination__single .c-pagination__link--next, .c-pagination__single .c-pagination__link--top {
  padding-right: 25px;
}
.c-pagination__single .c-pagination__link--next:before, .c-pagination__single .c-pagination__link--top:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.07%2014.12%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%231a73e8%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%227.06%2014.12%209.18%2012%205.74%208.56%2015.07%208.56%2015.07%205.56%205.74%205.56%209.18%202.12%207.06%200%200%207.06%207.06%2014.12%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  transform: rotate(180deg);
  right: 0;
  transform-origin: center;
}
.c-pagination__single .c-pagination__link:hover {
  color: #1a73e8;
}
.c-pagination__single .c-pagination__prevnext {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1000px) {
  .c-pagination__single .c-pagination__prevnext {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination__single .c-pagination__prevnext {
    gap: 20px;
  }
}

.c-entrybody {
  --wp--preset--font-size--small: clamp(0.75rem, 0.69rem + 0.27vw, 0.938rem);
  --wp--preset--font-size--medium: clamp(0.906rem, 0.836rem + 0.31vw, 1.125rem);
  --wp--preset--font-size--large: clamp(1rem, 0.92rem + 0.36vw, 1.25rem);
  --wp--preset--font-size--x-large: clamp(1.125rem, 1.004rem + 0.54vw, 1.5rem);
  --wp--preset--font-size--x-x-large: clamp(1.375rem, 1.094rem + 1.25vw, 2.25rem);
  --spacer-40:clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
  --spacer-30: clamp(1rem, 0.798rem + 0.9vw, 1.875rem);
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-entrybody {
    font-size: 0.875rem;
  }
}
.c-entrybody::after {
  display: block;
  content: "";
  clear: both;
}
.c-entrybody strong {
  font-weight: 600;
}
.c-entrybody em {
  font-style: italic;
}
.c-entrybody .wp-block-image,
.c-entrybody .wp-block-columns,
.c-entrybody .wp-block-gallery,
.c-entrybody .wp-block-table,
.c-entrybody .wp-block-separator,
.c-entrybody .wp-block-details,
.c-entrybody .wp-block-embed,
.c-entrybody .wp-block-buttons,
.c-entrybody .wp-block-file,
.c-entrybody .wp-block-group {
  margin-top: var(--spacer-40);
}
.c-entrybody h2, .c-entrybody h3, .c-entrybody h4, .c-entrybody h5, .c-entrybody h6, .c-entrybody p {
  margin-top: calc(var(--spacer-40) + (1em - 1lh) / 2);
  margin-bottom: calc((1em - 1lh) / 2);
}
.c-entrybody h2 {
  font-size: 1.875rem;
  line-height: 1.5;
  padding-top: 0.5lh;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-entrybody h2 {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-entrybody h2 {
    font-size: 1.375rem;
  }
}
.c-entrybody h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 3px;
  background-color: #ff556e;
}
.c-entrybody h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #ff556e;
}
@media screen and (max-width: 1000px) {
  .c-entrybody h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-entrybody h3 {
    font-size: 1.125rem;
  }
}
.c-entrybody h4 {
  font-size: 1.25rem;
  line-height: 1.6;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-entrybody h4 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-entrybody h4 {
    font-size: 1rem;
  }
}
.c-entrybody h4:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 20px;
  background: #ff556e;
  top: 0.5lh;
  left: 0;
}
.c-entrybody h5 {
  font-size: 1.125rem;
  line-height: 1.6;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-entrybody h5 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-entrybody h5 {
    font-size: 0.875rem;
  }
}
.c-entrybody h5:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 20px;
  background: #1a73e8;
  top: 0.5lh;
  left: 0;
}
.c-entrybody h6 {
  font-size: 1rem;
  line-height: 1.6;
  color: #ff556e;
}
.c-entrybody p + p {
  margin-top: calc(1.2em + (1lh - 1em) / 2);
}
.c-entrybody a {
  color: #1a73e8;
}
.c-entrybody .is-layout-flex {
  display: flex;
  gap: var(--spacer-40);
}
.c-entrybody .wp-block-columns > .wp-block-column {
  flex-basis: 1;
  flex-grow: 1;
  flex: 1;
}
.c-entrybody .wp-block-list {
  --line-height: 1.6;
  --list-margin: 0.625em;
  margin-top: var(--spacer-40);
  padding: 0;
}
.c-entrybody .wp-block-list li {
  position: relative;
  line-height: var(--line-height);
  margin-top: var(--list-margin);
  padding-left: 25px;
  overflow-wrap: break-word;
}
.c-entrybody .wp-block-list li .wp-block-list {
  margin: 0;
}
.c-entrybody ul.wp-block-list > li {
  list-style: none;
}
.c-entrybody ul.wp-block-list > li::before {
  position: absolute;
  display: block;
  content: "";
  top: 0.25lh;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 3px solid #ff556e;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  .c-entrybody ul.wp-block-list > li::before {
    width: 14px;
    height: 14px;
  }
}
.c-entrybody ul.wp-block-list > li ul.wp-block-list > li {
  padding-left: 18px;
}
.c-entrybody ul.wp-block-list > li ul.wp-block-list > li::before {
  background-color: #ff556e;
  width: 8px;
  height: 8px;
  border: none;
  top: 0.4lh;
  left: 0;
}
.c-entrybody ol.wp-block-list {
  list-style: none;
  counter-reset: ol_li;
}
.c-entrybody ol.wp-block-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ff556e;
  font-size: 1rem;
  font-weight: 700;
  counter-increment: ol_li;
  content: counter(ol_li);
}
.c-entrybody ol.wp-block-list > li ol.wp-block-list > li::before {
  color: #444;
}
.c-entrybody .wp-block-columns {
  gap: var(--spacer-40);
  margin-bottom: 0;
}
.c-entrybody .wp-block-column > *:first-child {
  margin-top: 0;
}
.c-entrybody .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.c-entrybody .wp-block-column > .wp-block-list:first-child {
  margin-top: calc((1em - 1lh) / 2 - var(--list-margin));
}
.c-entrybody .ex-has-bg-color {
  background-color: #fef1f6;
  padding: var(--spacer-40);
  border-radius: 10px;
}
.c-entrybody .ex-has-border {
  border: 1px solid #ff556e;
  padding: var(--spacer-40);
  border-radius: 10px;
}
.c-entrybody .wp-block-table table {
  width: auto;
}
.c-entrybody .wp-block-table th, .c-entrybody .wp-block-table td {
  padding: calc(1.26em + (1em - 1lh) / 2) var(--spacer-30);
  border: 1px solid #d4dae3;
  line-height: 1.6;
}
.c-entrybody .wp-block-table th {
  font-weight: bold;
  text-align: left;
  color: #ff556e;
  font-weight: bold;
}
.c-entrybody .wp-block-table:not(.is-style-stripes) thead {
  background-color: #fef1f6;
  border-bottom: 1px solid #d4dae3;
  font-weight: bold;
  color: #ff556e;
  font-weight: bold;
}
.c-entrybody .wp-block-table:not(.is-style-stripes) tfoot {
  border-top: 3px solid #d4dae3;
}
.c-entrybody .wp-block-table:not(.is-style-stripes) td, .c-entrybody .wp-block-table:not(.is-style-stripes) th {
  border-left: none;
  border-right: none;
}
.c-entrybody .wp-block-table:not(.is-style-stripes) th {
  font-weight: bold;
  text-align: left;
  background-color: #fef1f6;
}
.c-entrybody .wp-block-table:not(.is-style-stripes) td {
  background-color: #ffffff;
}
.c-entrybody .wp-block-table.ex-has-scope-row-table tr {
  border-top: 1px solid #d4dae3;
  border-bottom: 1px solid #d4dae3;
}
.c-entrybody .wp-block-table.ex-has-scope-row-table tr th:first-child,
.c-entrybody .wp-block-table.ex-has-scope-row-table tr td:first-child {
  font-weight: bold;
  text-align: left;
  background-color: #fef1f6;
  color: #ff556e;
  font-weight: bold;
  word-break: keep-all;
}
.c-entrybody .ex-has-full-table table {
  width: 100%;
}
.c-entrybody figure.wp-block-gallery {
  --wp--style--unstable-gallery-gap: var(--spacer-40);
  gap: var(--spacer-40);
}
.c-entrybody figure.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
  display: none;
}
.c-entrybody figure.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  padding: calc(10px + (1em - 1lh) / 2) var(--spacer-30);
  font-size: 0.9375rem;
  background: #ffffff;
  color: #444;
  letter-spacing: 0.025em;
  text-align: left;
  text-shadow: none;
}
.c-entrybody .wp-block-button .wp-block-button__link {
  background-color: #1a73e8;
  border-radius: 10px;
  padding: 23px 75px 23px 65px;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.3s;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .c-entrybody .wp-block-button .wp-block-button__link {
    font-size: 0.875rem;
    padding: 20px 60px 20px 50px;
  }
}
.c-entrybody .wp-block-button .wp-block-button__link:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.07%2014.12%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.01%200%205.89%202.12%209.33%205.56%200%205.56%200%208.56%209.33%208.56%205.89%2012%208.01%2014.12%2015.07%207.06%208.01%200%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 16px;
  height: 15px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .c-entrybody .wp-block-button .wp-block-button__link:after {
    width: 14px;
    aspect-ratio: 14/13;
    right: 20px;
  }
}
.c-entrybody .wp-block-button .wp-block-button__link:hover {
  opacity: 0.9;
}
.c-entrybody .wp-block-file {
  margin-bottom: 0;
}
.c-entrybody .wp-block-file:not(.wp-element-button) {
  font-size: inherit;
}
.c-entrybody .wp-block-file a:not(.wp-element-button) {
  font-weight: bold;
}
.c-entrybody .wp-block-file a:not(.wp-element-button) + .wp-element-button {
  margin-left: 1.25em;
}
.c-entrybody .wp-block-file .wp-element-button {
  background-color: #1a73e8;
  border-radius: 10px;
  padding: 23px 75px 23px 65px;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  transition: all 0.3s;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .c-entrybody .wp-block-file .wp-element-button {
    font-size: 0.875rem;
    padding: 20px 60px 20px 50px;
  }
}
.c-entrybody .wp-block-file .wp-element-button::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019%2013.5%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2216%206%2016%2010.5%209.96%2010.5%2015.33%205.12%2013.21%203%2011%205.21%2011%200%208%200%208%205.21%205.79%203%203.67%205.12%209.04%2010.5%203%2010.5%203%206%200%206%200%2013.5%2019%2013.5%2019%206%2016%206%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 14px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .c-entrybody .wp-block-file .wp-element-button::after {
    width: 14px;
    aspect-ratio: 19/14;
  }
}
.c-entrybody .wp-block-file .wp-element-button:hover {
  opacity: 0.9;
}
.c-entrybody .wp-block-accordion .wp-block-accordion-heading {
  background-color: #f1f6fe;
  border-radius: 10px;
  padding: 20px 40px;
  color: #444;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .c-entrybody .wp-block-accordion .wp-block-accordion-heading {
    font-size: 1.125rem;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-entrybody .wp-block-accordion .wp-block-accordion-heading {
    font-size: 1rem;
    padding: 10px 20px;
  }
}
.c-entrybody .wp-block-accordion .wp-block-accordion-heading__toggle-icon {
  color: #1a73e8;
  font-size: 20px;
  font-size: 1.75rem;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .c-entrybody .wp-block-accordion .wp-block-accordion-heading__toggle-icon {
    font-size: 1.25rem;
  }
}
.c-entrybody .p-articleThumb__caption,
.c-entrybody .wp-block-embed > figcaption,
.c-entrybody .wp-block-image figcaption,
.c-entrybody .wp-block-table figcaption,
.c-entrybody .wp-block-video figcaption {
  margin-top: calc(1em + (1em - 1lh) / 2);
  margin-bottom: 0.3em;
  line-height: 1.6;
  color: #444;
}
.c-entrybody .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.c-entrybody .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-entrybody .wp-block-separator {
  border-top: 1px solid #d4dae3;
}
.c-entrybody .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.c-entrybody .wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.c-entrybody .wp-block-group .wp-block-group__inner-container > h2:first-child, .c-entrybody .wp-block-group .wp-block-group__inner-container > h3:first-child, .c-entrybody .wp-block-group .wp-block-group__inner-container > h5:first-child, .c-entrybody .wp-block-group .wp-block-group__inner-container > h6:first-child, .c-entrybody .wp-block-group .wp-block-group__inner-container > p:first-child {
  margin-top: calc((1em - 1lh) / 2);
}
.c-entrybody .wp-block-group .wp-block-group__inner-container > .wp-block-list:first-child {
  margin-top: calc((1em - 1lh) / 2 - var(--list-margin));
}
.c-entrybody .wp-block-group .wp-block-group__inner-container > .wp-block-list:last-child {
  margin-bottom: calc((1em - 1lh) / 2 - var(--list-margin));
}
.c-entrybody .ex-has-map {
  margin: var(--spacer-40) 0 0;
  position: relative;
  width: 100%;
  height: 230px;
}
.c-entrybody .ex-has-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .c-entrybody .ex-has-map {
    height: 300px;
  }
}
.c-entrybody > *:first-child {
  margin-top: 0;
}
.c-entrybody > *:last-child {
  margin-bottom: 0;
}
.c-entrybody > h2:first-child, .c-entrybody > h3:first-child, .c-entrybody > h5:first-child, .c-entrybody > h6:first-child, .c-entrybody > p:first-child {
  margin-top: calc((1em - 1lh) / 2);
}
.c-entrybody > h2:last-child, .c-entrybody > h5:last-child, .c-entrybody > h6:last-child, .c-entrybody > p:last-child {
  margin-bottom: calc((1em - 1lh) / 2);
}
.c-entrybody > .wp-block-list:first-child {
  margin-top: calc((1em - 1lh) / 2 - var(--list-margin));
}

.c-lineup {
  max-width: 1400px;
  width: calc(100% - 80px);
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  margin-inline: auto;
  gap: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
@media (1001px <= width < 1400px) {
  .c-lineup {
    gap: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1000px) {
  .c-lineup {
    gap: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .c-lineup {
    display: block;
  }
}
.c-lineup__item {
  flex: 0 0 calc((100% - 80px) / 3);
  box-shadow: 0 0px 3px rgba(204, 204, 204, 0.25), 0 0px 15px rgba(204, 204, 204, 0.25), 0 0px 15px rgba(204, 204, 204, 0.25), 0 0px 15px rgba(204, 204, 204, 0.25);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.4s;
}
@media (1001px <= width < 1400px) {
  .c-lineup__item {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 1000px) {
  .c-lineup__item {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .c-lineup__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-lineup__item a {
  display: block;
  width: 100%;
}
.c-lineup__item:hover .c-lineup__thum img {
  transform: scale(1.05);
  opacity: 0.8;
}
.c-lineup__item:hover .c-lineup__text {
  background: #f1f6fe;
}
.c-lineup__item:hover .c-lineup__text .c-lineup__name {
  color: #1a73e8;
}
.c-lineup__item:hover .c-button {
  color: #1a73e8;
}
.c-lineup__thum {
  aspect-ratio: 440/300;
  overflow: hidden;
}
.c-lineup__thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s, opacity 0.3s;
}
.c-lineup__text {
  background: #fff;
  padding: 20px 30px 30px 40px;
  transition-duration: 0.3s;
}
@media (1001px <= width < 1400px) {
  .c-lineup__text {
    padding: 15px 0 15px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .c-lineup__text {
    padding: 15px 20px;
  }
}
.c-lineup__text .c-lineup__name {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  transition-duration: 0.3s;
}
@media (1001px <= width < 1400px) {
  .c-lineup__text .c-lineup__name {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .c-lineup__text .c-lineup__name {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.c-lineup__text .c-lineup__btn {
  width: 120px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .c-lineup__text .c-lineup__btn {
    width: 100px;
  }
}
.c-lineup__text .c-lineup__btn .c-button {
  margin-right: 0px;
}
@media screen and (max-width: 1000px) {
  .c-lineup__text .c-lineup__btn .c-button {
    font-size: 0.875rem;
    text-align: right;
  }
}
.c-lineup__text .c-lineup__btn .c-button--arrow {
  padding-right: 30px;
}

.c-contactpanel__inner {
  width: 100%;
  max-width: 1400px;
  box-shadow: 0 0px 3px rgba(204, 204, 204, 0.25), 0 0px 15px rgba(204, 204, 204, 0.25), 0 0px 15px rgba(204, 204, 204, 0.25), 0 0px 15px rgba(204, 204, 204, 0.25);
  width: calc(100% - 80px);
  margin-right: auto;
  margin-left: auto;
  padding: 52px 120px;
  background: #ffffff;
  border-radius: 10px;
}
@media (1001px <= width < 1400px) {
  .c-contactpanel__inner {
    padding: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
  }
}
@media screen and (max-width: 1000px) {
  .c-contactpanel__inner {
    padding: clamp(1rem, 0.798rem + 0.9vw, 1.875rem);
    width: calc(100% - 40px);
  }
}
.c-contactpanel__inner--pink {
  background: #fef1f6;
}
.c-contactpanel__inner--pink .c-contactpanel__taxicall {
  background: #ffffff;
  border-radius: 10px;
}
.c-contactpanel__heading {
  text-align: center;
  color: #ff556e;
  font-size: 1.875rem;
  line-height: 1.5;
}
@media (1001px <= width < 1400px) {
  .c-contactpanel__heading {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-contactpanel__heading {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contactpanel__heading {
    font-size: 1.125rem;
  }
}
.c-contactpanel__heading br {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-contactpanel__heading br {
    display: inline;
  }
}
.c-contactpanel__heading--lv4 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (1001px <= width < 1400px) {
  .c-contactpanel__heading--lv4 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-contactpanel__heading--lv4 {
    font-size: 1.125rem;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-contactpanel__heading--lv4 {
    font-size: 1rem;
  }
}
.c-contactpanel__heading--lv5 {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media (1001px <= width < 1400px) {
  .c-contactpanel__heading--lv5 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1000px) {
  .c-contactpanel__heading--lv5 {
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-contactpanel__heading--lv5 {
    font-size: 0.9375rem;
  }
}
.c-contactpanel__content {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
@media (1001px <= width < 1400px) {
  .c-contactpanel__content {
    gap: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .c-contactpanel__content {
    gap: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-contactpanel__content {
    flex-direction: column;
    gap: 10px;
  }
}
.c-contactpanel__content > div {
  flex: 1;
}
.c-contactpanel .c-button--rounded {
  width: 100%;
  display: block;
  text-align: center;
}
.c-contactpanel__phonenum {
  font-size: clamp(1.5rem, 1.067rem + 1.92vw, 3.375rem);
  line-height: 1.3;
  font-weight: 700;
  color: #1a73e8;
}
.c-contactpanel__phonenum a[href*="tel:"] {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 750px) {
  .c-contactpanel__phonenum a[href*="tel:"] {
    pointer-events: auto;
  }
}
.c-contactpanel__hour {
  font-size: 1rem;
  line-height: 2;
  color: #444;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .c-contactpanel__hour {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .c-contactpanel__phone .c-contactpanel__heading--lv4 {
    margin-bottom: 0;
  }
}
.c-contactpanel__phonebox {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .c-contactpanel__phonebox {
    flex-direction: column;
    gap: 0px;
  }
}
.c-contactpanel__taxicall {
  background-color: #fef1f6;
  padding: 8px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-block: 40px;
}
@media screen and (max-width: 1000px) {
  .c-contactpanel__taxicall {
    flex-wrap: wrap;
    gap: 5px;
    margin-block: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-contactpanel__taxicall {
    margin-block: 20px;
  }
}
.c-contactpanel__taxicall .c-contactpanel__heading--lv4 {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .c-contactpanel__taxicall .c-contactpanel__heading--lv4 {
    width: 100%;
  }
}
.c-contactpanel .c-contactpanel__taxicall + .c-contactpanel__heading--lv4 {
  margin-bottom: 10px;
}
.c-contactpanel .c-contactpanel__heading--lv4 + .c-contactpanel__content {
  margin-top: 0;
}

.c-pagenav {
  background: linear-gradient(-45deg, #f7f1fe, #f1f6fe);
}
.c-pagenav__inner {
  max-width: 1400px;
  width: calc(100% - 80px);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
  padding: clamp(2.5rem, 1.923rem + 2.56vw, 5rem) 0;
}
@media (1001px <= width < 1400px) {
  .c-pagenav__inner {
    gap: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1000px) {
  .c-pagenav__inner {
    gap: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .c-pagenav__inner {
    display: block;
  }
}
.c-pagenav__card {
  box-shadow: 0 0px 3px rgba(204, 204, 204, 0.25), 0 0px 15px rgba(204, 204, 204, 0.25), 0 0px 15px rgba(204, 204, 204, 0.25), 0 0px 15px rgba(204, 204, 204, 0.25);
  background: #ffffff;
  flex: 0 0 calc((100% - 80px) / 3);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
}
@media (1001px <= width < 1400px) {
  .c-pagenav__card {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 1000px) {
  .c-pagenav__card {
    flex: 0 0 calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .c-pagenav__card {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-pagenav__card a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.c-pagenav__card:hover {
  background: #f1f6fe;
}
.c-pagenav__card:hover .c-pagenav__thum img {
  transform: scale(1.05);
  opacity: 0.8;
}
.c-pagenav__card:hover .c-pagenav__text,
.c-pagenav__card:hover .c-button {
  color: #1a73e8;
}
.c-pagenav__thum {
  aspect-ratio: 440/300;
  overflow: hidden;
}
.c-pagenav__thum img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s, opacity 0.3s;
}
.c-pagenav__text {
  padding: 20px 40px 0px;
  transition-duration: 0.3s;
}
@media (1001px <= width < 1400px) {
  .c-pagenav__text {
    padding: 15px 20px 15px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .c-pagenav__text {
    padding: 15px 20px 0;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-pagenav__text {
    padding: 10px 10px 0px 10px;
  }
}
.c-pagenav__heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  transition-duration: 0.3s;
}
@media (1001px <= width < 1400px) {
  .c-pagenav__heading {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .c-pagenav__heading {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.c-pagenav__description {
  margin-bottom: 20px;
  text-align: justify;
}
@media screen and (max-width: 1000px) {
  .c-pagenav__description {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-pagenav__description {
    font-size: 0.875rem;
  }
}
.c-pagenav__btn {
  width: 100%;
  padding: 0 40px 30px 40px;
}
@media screen and (max-width: 1000px) {
  .c-pagenav__btn {
    margin-top: auto;
    padding: 0 20px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagenav__btn {
    padding: 0 20px 20px 20px;
  }
}
.c-pagenav__btn .c-button {
  margin-right: 0px;
  display: block;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .c-pagenav__btn .c-button {
    font-size: 0.875rem;
    text-align: right;
  }
}
.c-pagenav__btn .c-button--arrow {
  padding-right: 30px;
}

.c-busgallery {
  width: 100%;
  max-width: 730px;
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .c-busgallery {
    width: 100%;
  }
}
.c-busgallery .splide {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  padding-left: clamp(12px, 4vw, 20px);
  padding-right: clamp(12px, 4vw, 20px);
}
.c-busgallery .splide-main {
  overflow: visible;
  margin-bottom: clamp(12px, 3vw, 20px);
  position: relative;
}
.c-busgallery .splide__arrows {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 30;
  pointer-events: none;
}
.c-busgallery .splide__arrow--prev,
.c-busgallery .splide__arrow--next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: auto;
}
.c-busgallery .splide__arrow--prev svg,
.c-busgallery .splide__arrow--next svg {
  display: none;
}
.c-busgallery .splide__arrow--prev,
.c-busgallery .splide__arrow--next {
  width: clamp(34px, 7vw, 50px);
  height: clamp(34px, 7vw, 50px);
  background-size: 100% 100%;
}
.c-busgallery .splide__arrow--prev {
  left: 0;
  right: auto;
  background-image: url(/cms/wp-content/themes/heiseikoutsu/assets/img/common/slide-arrow-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.c-busgallery .splide__arrow--next {
  right: 0;
  left: auto;
  background-image: url(/cms/wp-content/themes/heiseikoutsu/assets/img/common/slide-arrow-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.c-busgallery .splide__arrow {
  transform: none;
  opacity: 1;
}
.c-busgallery .splide-thumb {
  overflow: hidden;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .c-busgallery .splide-thumb {
    max-width: 100%;
  }
}
.c-busgallery .splide-thumb .splide__track {
  overflow: visible;
}
.c-busgallery .splide-thumb .splide__slide {
  overflow: hidden;
}
.c-busgallery .splide-thumb .splide-wrapper {
  overflow: hidden;
}
.c-busgallery .splide-thumb .splide__arrows {
  display: block;
  bottom: 50%;
}
.c-busgallery .slide {
  display: block;
  overflow: hidden;
}
.c-busgallery .slide-media {
  aspect-ratio: 680/500;
  border-radius: 10px;
  overflow: hidden;
}
.c-busgallery .slide-media img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-busgallery .busgallery-arrows {
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: clamp(34px, 8vw, 40px);
}
.c-busgallery .thumb-media {
  aspect-ratio: 200/147;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  height: auto;
  opacity: 1;
}
.c-busgallery .thumb-media img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
}
.c-busgallery .splide__track--nav > .splide__list > .splide__slide {
  border: none;
  opacity: 0.9;
}
.c-busgallery .splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1;
  border: none;
}

.c-form__table {
  width: 100%;
}
.c-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.c-form__group, .c-form__fieldset {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .c-form__group, .c-form__fieldset {
    flex-direction: column;
  }
}
.c-form__title, .c-form__field {
  padding: 0.7em 0;
  vertical-align: top;
}
.c-form__title {
  width: 220px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .c-form__title {
    width: 100%;
    padding-bottom: 0;
  }
}
.c-form .sr-only {
  display: none;
}
.c-form__field {
  width: calc(100% - 220px);
}
@media screen and (max-width: 1000px) {
  .c-form__field {
    width: 100%;
  }
}
.c-form__required {
  background: #ff556e;
  color: #ffffff;
  font-size: 0.875rem;
  border-radius: 11px;
  padding: 2px 10px;
  margin-left: 10px;
}
.c-form p.c-form__sample {
  margin-top: 0.5em;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-form p.c-form__sample {
    padding-left: 0;
  }
}
.c-form p.c-form__counter {
  margin-top: 0;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form input[type=date],
.c-form select,
.c-form textarea {
  width: 100%;
  border: 1px solid #d4dae3;
  border-radius: 5px;
  padding: 0.2em 15px;
  font-size: 1rem;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .c-form input[type=text],
  .c-form input[type=email],
  .c-form input[type=tel],
  .c-form input[type=date],
  .c-form select,
  .c-form textarea {
    font-size: 0.875rem;
    padding: 0.5em 10px;
  }
}
.c-form input[type=text]:focus,
.c-form input[type=email]:focus,
.c-form input[type=tel]:focus,
.c-form input[type=date]:focus,
.c-form select:focus,
.c-form textarea:focus {
  border: #1a73e8 1px solid;
  outline: none;
}
.c-form textarea {
  max-height: 140px;
}
.c-form .half {
  max-width: 290px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form .half {
    width: 80%;
  }
}
.c-form select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.12%209.18%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%231a73e8%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%227.06%209.18%200%202.12%202.12%200%207.06%204.94%2012%200%2014.12%202.12%207.06%209.18%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 15px 10px;
  background-position: right 20px center;
}
@media screen and (max-width: 767px) {
  .c-form select {
    background-position: right 10px center;
  }
}
.c-form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}
.c-form input[type=date] {
  appearance: none;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2016.14%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%231a73e8%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%20%3Cg%20id%3D%22iocn%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M12.99%2C1.2h-1.68v-.39c0-.45-.36-.81-.81-.81s-.81.36-.81.81v.39h-4.31v-.39c0-.45-.36-.81-.81-.81s-.81.36-.81.81v.39h-1.75C.9%2C1.2%2C0%2C2.1%2C0%2C3.21v10.92c0%2C1.11.9%2C2.01%2C2.01%2C2.01h10.99c1.11%2C0%2C2.01-.9%2C2.01-2.01V3.21c0-1.11-.9-2.01-2.01-2.01ZM2.01%2C2.83h1.75v.46c0%2C.45.36.81.81.81s.81-.36.81-.81v-.46h4.31v.46c0%2C.45.36.81.81.81s.81-.36.81-.81v-.46h1.68c.21%2C0%2C.38.17.38.38v1.03H1.63v-1.03c0-.21.17-.38.38-.38ZM12.99%2C14.51H2.01c-.21%2C0-.38-.17-.38-.38V5.87h11.75v8.26c0%2C.21-.17.38-.38.38Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.37%2C7.63c-.58%2C0-1.05.47-1.05%2C1.05s.47%2C1.05%2C1.05%2C1.05%2C1.05-.47%2C1.05-1.05-.47-1.05-1.05-1.05Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M9.56%2C7.63c-.58%2C0-1.05.47-1.05%2C1.05s.47%2C1.05%2C1.05%2C1.05%2C1.05-.47%2C1.05-1.05-.47-1.05-1.05-1.05Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M5.37%2C10.92c-.58%2C0-1.05.47-1.05%2C1.05s.47%2C1.05%2C1.05%2C1.05%2C1.05-.47%2C1.05-1.05-.47-1.05-1.05-1.05Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M9.56%2C10.92c-.58%2C0-1.05.47-1.05%2C1.05s.47%2C1.05%2C1.05%2C1.05%2C1.05-.47%2C1.05-1.05-.47-1.05-1.05-1.05Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 15px 17px;
  background-position: right 20px center;
}
.c-form input[type=date]:focus, .c-form input[type=date]:valid {
  color: #444;
}
.c-form__flex {
  display: flex;
  align-items: top;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-form__flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
}
.c-form__unit {
  margin-left: 10px;
}
.c-form__privacy--heading {
  margin-bottom: 30px;
}
.c-form__privacy--heading h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #444;
}
@media screen and (max-width: 1000px) {
  .c-form__privacy--heading h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form__privacy--heading h3 {
    font-size: 1rem;
  }
}
.c-form__privacy--content {
  background: #f1f6fe;
  padding: 30px;
  max-height: 245px;
  overflow-y: auto;
  margin-bottom: 30px;
}
.c-form__privacy--content p {
  margin: 0;
}
.c-form__footer {
  text-align: center;
  font-weight: 600;
}
.c-form__footer label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.c-form input[type=checkbox].c-form__acceptance {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #d4dae3;
  border-radius: 5px;
  margin-right: 15px;
}
.c-form input[type=checkbox].c-form__acceptance + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  border: 5px solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 6px;
  opacity: 0;
}
.c-form input[type=checkbox]:checked.c-form__acceptance {
  background: #1a73e8;
  border-color: #1a73e8;
}
.c-form input[type=checkbox]:checked.c-form__acceptance + .wpcf7-list-item-label:after {
  opacity: 1;
}
.c-form__btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.c-form__btn-wrapper input[type=submit] {
  display: block;
  background: #1a73e8;
  border: none;
  appearance: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
  padding: 20px 20px;
  cursor: pointer;
  width: 100%;
  font-family: inherit;
}
.c-form__btn {
  max-width: 560px;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
}
.c-form__btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.07%2014.12%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.01%200%205.89%202.12%209.33%205.56%200%205.56%200%208.56%209.33%208.56%205.89%2012%208.01%2014.12%2015.07%207.06%208.01%200%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  z-index: 1;
}
.c-form__btn:hover {
  opacity: 0.9;
}
.c-form .wpcf7-not-valid-tip {
  background-color: #ff556e;
  color: #ffffff;
  padding: 0.2em 10px;
  margin-top: 10px;
  font-size: 0.875rem;
  border-radius: 5px;
  position: relative;
}
.c-form .wpcf7-not-valid-tip:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ff556e;
}
.c-form .wpcf7-form-control-wrap:has(+ .wpcf7-not-valid-tip) input {
  border-color: #ff556e;
  background-color: rgba(255, 85, 110, 0.1803921569);
}
.c-form .wpcf7-form-control.wpcf7-not-valid {
  background-color: #ffe0e0;
  border-color: #ff6b6b;
}

.p-front-mv {
  position: relative;
  margin-bottom: 140px;
}
@media screen and (max-width: 1000px) {
  .p-front-mv {
    margin-bottom: 80px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv {
    margin-bottom: 100px;
    margin-top: 70px;
  }
}
.p-front-mv__slidearea {
  display: flex;
  gap: 10px;
  overflow: hidden;
}
.p-front-mv__slide-list {
  display: flex;
  gap: 10px;
  animation: scroll-left 60s infinite linear 0.5s both;
}
@keyframes scroll-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.p-front-mv__slide-item {
  border-radius: 10px;
  overflow: hidden;
  width: 72.9166666667vw;
}
@media screen and (max-width: 1000px) {
  .p-front-mv__slide-item {
    width: calc(100vw - 40px);
  }
}
.p-front-mv__slide-item img {
  width: 100%;
  height: auto;
}
.p-front-mv__safetymessage {
  max-width: 1240px;
  width: 64.5833333333vw;
  position: absolute;
  bottom: -135px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .p-front-mv__safetymessage {
    width: calc(100% - 80px);
    transform: none;
    left: 40px;
    bottom: -80px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv__safetymessage {
    width: calc(100% - 40px);
    left: 20px;
    bottom: -90px;
  }
}
.p-front-mv__safetymessage-bus {
  max-width: 768px;
  width: 40vw;
  margin-inline: auto;
  animation: shake 0.6s infinite ease-in-out;
  display: block;
  position: relative;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .p-front-mv__safetymessage-bus {
    bottom: -3px;
  }
}
@keyframes shake {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-1px) rotate(-0.1deg);
  }
  50% {
    transform: translateY(0.6px) rotate(0.1deg);
  }
  75% {
    transform: translateY(-0.6px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
.p-front-mv__safetymessage-bus img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .p-front-mv__safetymessage-bus {
    max-width: 100%;
    width: 60%;
  }
}
.p-front-mv__safetymessage__inner {
  background: #fff;
  border-radius: 10px;
  max-width: 1240px;
  width: 64.5833333333vw;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (1001px <= width < 1400px) {
  .p-front-mv__safetymessage__inner {
    gap: 30px;
    padding: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front-mv__safetymessage__inner {
    gap: 20px;
    padding: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv__safetymessage__inner {
    gap: 15px;
  }
}
.p-front-mv__safetymessage-icon {
  width: 213px;
}
.p-front-mv__safetymessage-icon img {
  width: 100%;
  height: auto;
}
@media (1001px <= width < 1400px) {
  .p-front-mv__safetymessage-icon {
    width: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front-mv__safetymessage-icon {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv__safetymessage-icon {
    width: 60px;
    margin-inline: auto;
    margin-bottom: 10px;
  }
}
.p-front-mv__safetymessage-text {
  font-size: 1.875rem;
  font-weight: 600;
  color: #444;
  line-height: 1.4;
}
@media (1001px <= width < 1400px) {
  .p-front-mv__safetymessage-text {
    width: calc(100% - 190px);
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-front-mv__safetymessage-text {
    font-size: 1rem;
    width: calc(100% - 140px);
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv__safetymessage-text {
    font-size: 0.875rem;
    width: calc(100% - 50px);
    text-align: justify;
  }
}
.p-front-mv__safetymessage-text span {
  color: #ff556e;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-front-mv__safetymessage-text br {
    display: none;
  }
}

.p-front__heading__en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 3.75rem;
}
@media (1001px <= width < 1400px) {
  .p-front__heading__en {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__heading__en {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__heading__en {
    font-size: 1.875rem;
  }
}
.p-front__heading__en--pink {
  color: #ff556e;
}
.p-front__heading__en--blue {
  color: #1a73e8;
}
.p-front__heading__en span {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-front__heading__en span {
    font-size: 1rem;
  }
}
.p-front__heading--pink, .p-front__heading--blue {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.4em 10px;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-front__heading--pink, .p-front__heading--blue {
    font-size: 1rem;
  }
}
.p-front__heading--pink {
  background: linear-gradient(-45deg, #ff7777, #ff63a6);
}
.p-front__heading--blue {
  background: linear-gradient(-45deg, #ceb4d9, #1a73e8);
}
.p-front__service__outline {
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 10px;
}
.p-front__service__outline__inner {
  max-width: 1720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 100px 40px 90px;
}
@media (1001px <= width < 1400px) {
  .p-front__service__outline__inner {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__service__outline__inner {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__service__outline__inner {
    padding: 30px 20px;
  }
}
.p-front__service--bus__outline {
  background-image: url(/cms/wp-content/themes/heiseikoutsu/assets/img/front/front-service-bus-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  background-color: #fef1f6;
}
@media (1001px <= width < 1400px) {
  .p-front__service--bus__outline {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__service--bus__outline {
    background-position: right bottom;
    background-size: 100%;
  }
}
.p-front__service--taxi__outline {
  background-image: url(/cms/wp-content/themes/heiseikoutsu/assets/img/front/front-service-taxi-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  background-color: #f1f6fe;
}
@media screen and (max-width: 1000px) {
  .p-front__service--taxi__outline {
    background-position: right bottom;
    background-size: 100%;
  }
}
.p-front__outline__body {
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 600;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .p-front__outline__body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__outline__body {
    font-size: 0.875rem;
    line-height: 1.8;
    text-align: justify;
  }
}
.p-front__outline__heading {
  margin-bottom: 50px;
}
@media (1001px <= width < 1400px) {
  .p-front__outline__heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__outline__heading {
    margin-bottom: 30px;
  }
}
.p-front__outline__body {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .p-front__outline__body {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__outline__body {
    margin-bottom: 20px;
  }
}
.p-front__service--bus__outline__text {
  width: 34.1463414634%;
}
@media (1001px <= width < 1400px) {
  .p-front__service--bus__outline__text {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__service--bus__outline__text {
    width: 100%;
  }
}
.p-front__service--bus__outline__image {
  width: 66.0975609756%;
}
@media (1001px <= width < 1400px) {
  .p-front__service--bus__outline__image {
    width: 50%;
  }
}
.p-front__service--bus__outline__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .p-front__service--bus__outline__image {
    width: 100%;
  }
}
.p-front__service--bus__outline__image img {
  width: 100%;
}
.p-front__service__scene, .p-front__service__type {
  max-width: 1720px;
  margin: 0 auto;
}
.p-front__service__scene {
  padding: 120px 40px 70px;
}
@media (1001px <= width < 1400px) {
  .p-front__service__scene {
    padding: 80px 60px 60px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__service__scene {
    padding: 60px 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__service__scene {
    padding: 40px 20px;
  }
}
.p-front__heading__lv3__en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  color: #ff556e;
}
@media screen and (max-width: 1000px) {
  .p-front__heading__lv3__en {
    font-size: 1rem;
  }
}
.p-front__heading__lv3__jp {
  font-size: 1.875rem;
  font-weight: 600;
  color: #444;
}
@media screen and (max-width: 1000px) {
  .p-front__heading__lv3__jp {
    font-size: 1.25rem;
  }
}
.p-front__scene__list {
  margin-top: 60px;
  display: flex;
  gap: 40px;
  counter-reset: front-scene-counter;
}
@media (1001px <= width < 1400px) {
  .p-front__scene__list {
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__scene__list {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__scene__list {
    margin-top: 30px;
    gap: 40px;
  }
}
.p-front__scene__list .p-front__scene__listitem {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .p-front__scene__list .p-front__scene__listitem {
    flex: inherit;
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-front__scene__list .p-front__scene__listitem {
    width: 100%;
  }
}
.p-front__scene__list .p-front__scene__listitem:before {
  counter-increment: front-scene-counter;
  content: "0" counter(front-scene-counter);
  font-weight: 600;
  font-size: 3.75rem;
  position: absolute;
  top: -50px;
  left: 15px;
  background: linear-gradient(-45deg, #ff7777, #ff63a6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (1001px <= width < 1400px) {
  .p-front__scene__list .p-front__scene__listitem:before {
    font-size: 3.125rem;
    top: -40px;
    left: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__scene__list .p-front__scene__listitem:before {
    font-size: 2.5rem;
    top: -30px;
  }
}
.p-front__scene__list .p-front__scene__listitem:nth-of-type(2n) {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .p-front__scene__list .p-front__scene__listitem:nth-of-type(2n) {
    margin-top: 0px;
  }
}
.p-front__scene__thum {
  border-radius: 10px;
  overflow: hidden;
}
.p-front__scene__thum img {
  width: 100%;
  height: auto;
}
.p-front__scene__text {
  padding: 20px 40px;
}
@media (1001px <= width < 1400px) {
  .p-front__scene__text {
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__scene__text {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__scene__text {
    padding-top: 5px;
  }
}
.p-front__scene__text h4 {
  font-size: 1.5rem;
  line-height: 2.25;
  font-weight: 600;
  text-align: center;
}
@media (1001px <= width < 1400px) {
  .p-front__scene__text h4 {
    font-size: 1.25rem;
    line-height: 2;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__scene__text h4 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__scene__text h4 {
    font-size: 1rem;
  }
}
.p-front__scene__text p {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-front__scene__text p {
    font-size: 0.875rem;
  }
}
.p-front__service__type__wrapper {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  padding-bottom: 80px;
}
@media (1001px <= width < 1400px) {
  .p-front__service__type__wrapper {
    width: calc(100% - 40px);
    padding-inline: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__service__type__wrapper {
    padding-bottom: 40px;
  }
}
.p-front__service__type__wrapper:after {
  content: "";
  display: block;
  height: calc(100% - 15vw);
  min-height: 355px;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 1;
  background: #fef1f6;
  border-radius: 10px;
}
@media (1001px <= width < 1400px) {
  .p-front__service__type__wrapper:after {
    width: 100%;
    left: 0px;
    height: calc(100% - 25vw);
  }
}
@media screen and (max-width: 1000px) {
  .p-front__service__type__wrapper:after {
    height: calc(100% - 25vw);
  }
}
@media screen and (max-width: 767px) {
  .p-front__service__type__wrapper:after {
    width: calc(100% - 40px);
    height: calc(100% - 50vw);
  }
}
.p-front__service__type .p-front__heading__lv3 {
  margin-bottom: 30px;
}
.p-front__service__type__heading {
  max-width: 1720px;
  width: 100%;
  padding-inline: 40px;
  margin-inline: auto;
}
@media (1001px <= width < 1400px) {
  .p-front__service__type__heading {
    width: 100%;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__service__type__heading {
    width: calc(100% - 40px);
    padding-inline: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__service__type .c-lineup {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-front__service__type .c-lineup {
    width: calc(100% - 80px);
  }
}
.p-front__service--taxi {
  margin-bottom: 42px;
}
@media screen and (max-width: 1000px) {
  .p-front__service--taxi {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__service--taxi {
    margin-bottom: 30px;
  }
}
.p-front__service--taxi__outline__inner {
  padding-top: 40px;
  padding-bottom: 60px;
}
.p-front__service--taxi__outline__text {
  width: 48.7804878049%;
}
@media screen and (max-width: 1000px) {
  .p-front__service--taxi__outline__text {
    width: 100%;
  }
}
.p-front__service--taxi__outline__text .p-front__outline__body {
  margin-bottom: 30px;
}
.p-front__service--taxi__outline__image {
  width: 51.2195121951%;
}
@media screen and (max-width: 1000px) {
  .p-front__service--taxi__outline__image {
    width: 100%;
  }
}
.p-front__service--taxi__outline__image img {
  width: 100%;
  height: auto;
}
.p-front__reason {
  background-image: url(/cms/wp-content/themes/heiseikoutsu/assets/img/front/front-reason-bg-right.png);
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .p-front__reason {
    padding-bottom: 60px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .p-front__reason {
    padding-bottom: 40px;
  }
}
.p-front__reason:after {
  content: "";
  display: block;
  width: 100%;
  height: 355px;
  background-image: url(/cms/wp-content/themes/heiseikoutsu/assets/img/front/front-reason-bg-left.png);
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 1;
}
.p-front__reason__heading {
  margin-bottom: 40px;
  max-width: 1720px;
  width: calc(100% - 80px);
  padding-inline: 40px;
  margin-inline: auto;
  padding-top: 60px;
}
@media (1001px <= width < 1400px) {
  .p-front__reason__heading {
    width: calc(100% - 80px);
    padding-inline: 20px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__reason__heading {
    width: calc(100% - 40px);
    padding-inline: 0;
    padding-top: 40px;
  }
}
.p-front__reason__heading .p-front__heading__en {
  color: #f1f6fe;
  font-size: 7.5rem;
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: -30px;
}
@media (1001px <= width < 1400px) {
  .p-front__reason__heading .p-front__heading__en {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__reason__heading .p-front__heading__en {
    font-size: 5rem;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__reason__heading .p-front__heading__en {
    font-size: 3.75rem;
  }
}
.p-front__reason__content {
  counter-reset: reason-counter;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-inline: 40px;
}
@media screen and (max-width: 1000px) {
  .p-front__reason__content {
    padding-inline: 0;
  }
}
.p-front__reason__item__thum {
  border-radius: 10px;
  overflow: hidden;
}
.p-front__reason__item__thum img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-front__reason__item {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  max-width: 1640px;
  width: 100%;
  margin-inline: auto;
}
@media (1001px <= width < 1400px) {
  .p-front__reason__item {
    width: calc(100% - 40px);
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__reason__item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 20px;
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }
}
.p-front__reason__item:last-of-type {
  margin-bottom: 0;
}
.p-front__reason__item h3 {
  position: relative;
  counter-increment: reason-counter;
  font-size: 1.875rem;
  line-height: 1.4;
  margin-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .p-front__reason__item h3 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__reason__item h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.p-front__reason__item h3::before {
  content: "0" counter(reason-counter);
  color: #ff556e;
  font-weight: 600;
  font-size: 1.25rem;
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-right: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 1000px) {
  .p-front__reason__item h3::before {
    font-size: 1.125rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__reason__item h3::before {
    margin-top: 0;
  }
}
.p-front__reason__item p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-front__reason__item p {
    font-size: 0.875rem;
    margin-bottom: 10px;
    text-align: justify;
  }
}
.p-front__reason__item .p-front__reason__item__thum {
  margin-right: calc(50% - 50vw);
  padding-right: 20px;
}
@media screen and (max-width: 1000px) {
  .p-front__reason__item .p-front__reason__item__thum {
    margin-right: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front__reason__item .c-button--underline {
    margin-left: auto;
    margin-right: 0;
    display: table;
  }
  .p-front__reason__item .c-button--underline a {
    font-size: 0.875rem;
  }
}
.p-front__reason__item--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .p-front__reason__item--reverse {
    flex-direction: column-reverse;
  }
}
.p-front__reason__item--reverse .p-front__reason__item__thum {
  margin-left: calc(50% - 50vw);
  padding-left: 20px;
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .p-front__reason__item--reverse .p-front__reason__item__thum {
    margin-left: 0;
    padding-left: 0;
  }
}
.p-front__reason__item__text {
  min-width: 41%;
  width: 41.4634146341%;
}
@media screen and (max-width: 1000px) {
  .p-front__reason__item__text {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__reason__item__text {
    margin-bottom: 0;
  }
}
.p-front__news {
  background: linear-gradient(-45deg, #f7f1fe, #f1f6fe);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (1001px <= width < 1400px) {
  .p-front__news {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__news {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__news {
    padding-top: 40px;
  }
}
.p-front__news__inner {
  display: flex;
  max-width: 1480px;
  width: calc(100% - 80px);
  margin-inline: auto;
  gap: 40px;
}
@media (1001px <= width < 1400px) {
  .p-front__news__inner {
    width: calc(100% - 120px);
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .p-front__news__inner {
    gap: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-front__news__inner {
    flex-wrap: wrap;
    width: calc(100% - 40px);
    gap: 20px;
  }
}
.p-front__news__column {
  width: calc(100% - 360px);
  position: relative;
}
@media (1001px <= width < 1400px) {
  .p-front__news__column {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 1000px) {
  .p-front__news__column {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .p-front__news__column {
    width: 100%;
  }
}
.p-front__news__side {
  width: 320px;
}
@media screen and (max-width: 1000px) {
  .p-front__news__side {
    width: 200px iframe;
    width-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-front__news__side {
    width: 100%;
  }
}
.p-front__news__heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .p-front__news__heading {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__news__heading {
    margin-bottom: 10px;
  }
}
.p-front__news__heading .p-front__heading__en {
  font-size: 3.75rem;
}
@media screen and (max-width: 1000px) {
  .p-front__news__heading .p-front__heading__en {
    font-size: 1.875rem;
  }
}
@media (1001px <= width < 1400px) {
  .p-front__news__heading .p-front__heading--pink {
    font-size: 1.125rem;
  }
}
.p-front__news__list {
  border-radius: 10px;
  box-shadow: 0 0px 15px 4px rgba(180, 194, 217, 0.25);
}
.p-front__news__list .p-front__news__item {
  background: #fff;
  padding: 18px 80px 18px 30px;
  position: relative;
  transition: color 0.3s;
}
@media screen and (max-width: 1000px) {
  .p-front__news__list .p-front__news__item {
    padding: 10px 40px 10px 20px;
  }
}
.p-front__news__list .p-front__news__item:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.07%2014.12%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%231a73e8%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.01%200%205.89%202.12%209.33%205.56%200%205.56%200%208.56%209.33%208.56%205.89%2012%208.01%2014.12%2015.07%207.06%208.01%200%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .p-front__news__list .p-front__news__item:after {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__news__list .p-front__news__item:after {
    right: 15px;
  }
}
.p-front__news__list .p-front__news__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(-45deg, #f1f6fe, #f7f1fe);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-front__news__list .p-front__news__item:before {
    height: 1px;
  }
}
.p-front__news__list .p-front__news__item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.p-front__news__list .p-front__news__item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.p-front__news__list .p-front__news__item:hover {
  color: #1a73e8;
}
.p-front__news__list .p-front__news__item:has(.p-front__news__title--link:hover) {
  color: #1a73e8;
}
.p-front__news__data {
  display: flex;
  margin-bottom: 6px;
}
@media screen and (max-width: 1000px) {
  .p-front__news__data {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__news__data {
    margin-bottom: 3px;
    display: block;
  }
}
.p-front__news__data time {
  margin-right: 15px;
  width: 120px;
}
@media screen and (max-width: 1000px) {
  .p-front__news__data time {
    margin-right: 5px;
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__news__data time {
    width: 100%;
    margin-right: 0;
    font-size: 0.875rem;
  }
}
.p-front__news__data .p-front__news__categories {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  width: calc(100% - 135px);
}
@media screen and (max-width: 767px) {
  .p-front__news__data .p-front__news__categories {
    width: 100%;
    gap: 2px;
  }
}
.p-front__news__data .p-front__news__category--link {
  padding: 0 15px;
  display: block;
  line-height: 1.3;
  border: 1px solid #1a73e8;
  border-radius: 20px;
  color: #fff;
  font-size: 0.875rem;
  background: #1a73e8;
  z-index: 2;
  position: relative;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__news__data .p-front__news__category--link {
    font-size: 0.75rem;
    padding: 0 10px;
    line-height: 1.5;
  }
}
.p-front__news__data .p-front__news__category--link:hover {
  background: #fff;
  color: #1a73e8;
}
.p-front__news__title a {
  font-size: 1rem;
  line-height: 1.6;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-front__news__title a {
    font-size: 0.875rem;
  }
}
.p-front__news__title a:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.p-front__news__title a:hover {
  color: #1a73e8;
}
.p-front__news__noarticle {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-front__news__noarticle {
    font-size: 0.875rem;
  }
}
.p-front__news__btn {
  position: absolute;
  top: 90px;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .p-front__news__btn {
    position: relative;
    top: 0;
    margin-top: 40px;
    margin-inline: auto;
    right: inherit;
    display: block;
    max-width: 320px;
  }
  .p-front__news__btn .c-button {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-front__news__btn {
    margin-top: 20px;
    max-width: 200px;
  }
}
.p-front__sns {
  padding-top: 160px;
}
@media screen and (max-width: 1000px) {
  .p-front__sns {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__sns {
    padding-top: 0px;
    margin-top: 30px;
  }
}
.p-front__sns__fb {
  margin-bottom: 20px;
  position: relative;
  height: 340px;
}
.p-front__sns__fb iframe {
  width: 100%;
  height: 100%;
}
.p-front__sns__insta {
  transition: all 0.3s;
  background: #ff556e;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.p-front__sns__insta:after {
  background: linear-gradient(-45deg, #ff7777, #ff63a6);
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.p-front__sns__insta:hover:after {
  opacity: 0;
}
.p-front__sns__insta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 17px 20px;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front__sns__insta a {
    gap: 10px;
    padding: 10px;
  }
}
.p-front__sns__insta--icon {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .p-front__sns__insta--icon {
    width: 30px;
    height: 30px;
  }
}
.p-front__sns__insta--icon img {
  width: 100%;
  height: auto;
}
.p-front__sns__insta--text {
  font-weight: 600;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-front__sns__insta--text {
    font-size: 0.875rem;
  }
}
.p-front__sns__insta--text span {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-front__sns__insta--text span {
    font-size: 1.125rem;
  }
}

.p-archive__news {
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .p-archive__news {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__news {
    padding-bottom: 20px;
  }
}
.p-archive__news .p-subpage__heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .p-archive__news .p-subpage__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__news .p-subpage__heading {
    margin-bottom: 20px;
  }
}
.p-archive__news__heading {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023.99%2027.92%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23ff556e%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%20%3Cg%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.82%2C26.36c4.67%2C2.55%2C12.32%2C1.59%2C15.09-.19%2C3.73-2.4%2C4.44-4.87%2C4.44-4.87l-1.71-.95%2C1.79-1s-2.05-3.01-6.43-4.07C4.46%2C12.98%2C0%2C18.39%2C0%2C18.39l4.97%2C3.57L.82%2C26.36Z%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M11.29%2C3.53c.04%2C4.08%2C2.71%2C7.83%2C6.4%2C9.8%2C2.23%2C1.19%2C4.3%2C1.38%2C4.3%2C1.38v-1.5s1.33.82%2C1.33.82c0%2C0%2C1.25-2.5.32-5.83C21.61.96%2C16.33%2C0%2C16.33%2C0l-.53%2C4.66-4.51-1.13Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 17px 20px;
  background-position: left top 10px;
  padding-left: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .p-archive__news__heading {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__news__heading {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.p-archive__news__list {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0px 15px 4px rgba(180, 194, 217, 0.25);
}
.p-archive__news__item {
  background: #fff;
  padding: 18px 80px 18px 30px;
  position: relative;
  transition: color 0.3s;
}
@media screen and (max-width: 1000px) {
  .p-archive__news__item {
    padding: 10px 40px 10px 20px;
  }
}
.p-archive__news__item:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.07%2014.12%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%231a73e8%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%3E%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228.01%200%205.89%202.12%209.33%205.56%200%205.56%200%208.56%209.33%208.56%205.89%2012%208.01%2014.12%2015.07%207.06%208.01%200%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .p-archive__news__item:after {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__news__item:after {
    right: 15px;
  }
}
.p-archive__news__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(-45deg, #f1f6fe, #f7f1fe);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-archive__news__item:before {
    height: 1px;
  }
}
.p-archive__news__item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.p-archive__news__item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.p-archive__news__item:hover {
  color: #1a73e8;
}
.p-archive__news__item:has(.p-front__news__title--link:hover) {
  color: #1a73e8;
}
.p-archive__news__data {
  display: flex;
  margin-bottom: 6px;
}
@media screen and (max-width: 1000px) {
  .p-archive__news__data {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__news__data {
    margin-bottom: 3px;
    display: block;
  }
}
.p-archive__news__data time {
  margin-right: 15px;
  width: 120px;
}
@media screen and (max-width: 1000px) {
  .p-archive__news__data time {
    margin-right: 5px;
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__news__data time {
    width: 100%;
    margin-right: 0;
    font-size: 0.875rem;
  }
}
.p-archive__news__categories {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  width: calc(100% - 135px);
}
@media screen and (max-width: 767px) {
  .p-archive__news__categories {
    width: 100%;
    gap: 2px;
  }
}
.p-archive__news__category--link {
  padding: 0 15px;
  display: block;
  line-height: 1.3;
  border: 1px solid #1a73e8;
  border-radius: 20px;
  color: #fff;
  font-size: 0.875rem;
  background: #1a73e8;
  z-index: 2;
  position: relative;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-archive__news__category--link {
    font-size: 0.75rem;
    padding: 0 10px;
    line-height: 1.5;
  }
}
.p-archive__news__category--link:hover {
  background: #fff;
  color: #1a73e8;
}
.p-archive__news__title a {
  font-size: 1rem;
  line-height: 1.6;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-archive__news__title a {
    font-size: 0.875rem;
  }
}
.p-archive__news__title a:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.p-archive__news__title a:hover {
  color: #1a73e8;
}
.p-archive__news__noarticle {
  line-height: 1.6;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-archive__news__noarticle {
    font-size: 0.875rem;
  }
}

.p-single__news {
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .p-single__news {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__news {
    padding-bottom: 20px;
  }
}
.p-single__news .p-subpage__heading {
  margin-bottom: 60px;
}
@media (1001px <= width < 1400px) {
  .p-single__news .p-subpage__heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .p-single__news .p-subpage__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__news .p-subpage__heading {
    margin-bottom: 20px;
  }
}
.p-single__news .p-subpage__heading--ja {
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .p-single__news .p-subpage__heading--ja {
    margin-bottom: 20px;
  }
}
.p-single__news .p-subpage__heading__time {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .p-single__news .p-subpage__heading__time {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__news .p-subpage__heading__time {
    margin-bottom: 10px;
  }
}
.p-single__news .p-single__news__categories {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .p-single__news .p-single__news__categories {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__news .p-single__news__categories {
    margin-bottom: 0px;
    gap: 2px;
  }
}
.p-single__news .p-single__news__category--link {
  padding: 2px 16px;
  display: block;
  line-height: 1.3;
  border: 1px solid #1a73e8;
  border-radius: 12px;
  color: #fff;
  font-size: 0.875rem;
  background: #1a73e8;
  z-index: 2;
  position: relative;
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single__news .p-single__news__category--link {
    font-size: 0.75rem;
    padding: 0 10px;
    line-height: 1.5;
  }
}
.p-single__news .p-single__news__category--link:hover {
  background: #fff;
  color: #1a73e8;
}
.p-single__news .c-breadcrumb__wrapper {
  margin-top: 70px;
}
@media (1001px <= width < 1400px) {
  .p-single__news .c-breadcrumb__wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .p-single__news .c-breadcrumb__wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-single__news .c-breadcrumb__wrapper {
    margin-top: 10px;
  }
}

.p-bus__intro__inner {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  max-width: 1400px;
  width: calc(100% - 80px);
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
@media (1001px <= width < 1400px) {
  .p-bus__intro__inner {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1000px) {
  .p-bus__intro__inner {
    flex-direction: column;
    gap: 0px;
    flex-wrap: wrap;
    width: calc(100% - 40px);
  }
}
.p-bus__intro__catch {
  width: 31.4285714286%;
}
@media (1001px <= width < 1400px) {
  .p-bus__intro__catch {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .p-bus__intro__catch {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-bus__intro__heading {
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
.p-bus__intro__text {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
  text-align: justify;
}
@media (1001px <= width < 1400px) {
  .p-bus__intro__text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .p-bus__intro__text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-bus__intro__text {
    font-size: 0.875rem;
  }
}
.p-bus__intro__image {
  width: 65.7142857143%;
}
@media screen and (max-width: 1000px) {
  .p-bus__intro__image {
    width: 100%;
  }
}
.p-bus__intro__image img {
  width: 100%;
  height: auto;
}
.p-bus__lineup__inner {
  width: calc(100% - 40px);
  max-width: 1880px;
  margin-inline: auto;
  position: relative;
  padding-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
@media screen and (max-width: 767px) {
  .p-bus__lineup__inner {
    padding-bottom: 20px;
  }
}
.p-bus__lineup__inner:after {
  content: "";
  display: block;
  background: #fef1f6;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 14.5833333333vw);
  z-index: -1;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .p-bus__lineup__inner:after {
    height: 50vw;
    height: calc(100% - 20vw);
  }
}
@media screen and (max-width: 767px) {
  .p-bus__lineup__inner:after {
    height: calc(100% - 50vw);
  }
}
.p-bus__lineup__heading--wrapper {
  max-width: 1400px;
  width: calc(100% - 80px);
  margin-inline: auto;
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
@media (1001px <= width < 1400px) {
  .p-bus__lineup__heading--wrapper {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .p-bus__lineup__heading--wrapper {
    width: 100%;
  }
}
.p-bus .c-lineup {
  margin-bottom: clamp(1.875rem, 1.442rem + 1.92vw, 3.75rem);
  width: calc(100% - 80px);
  max-width: 1400px;
}
@media (1001px <= width < 1400px) {
  .p-bus .c-lineup {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1000px) {
  .p-bus .c-lineup {
    width: 100%;
    padding-inline: 20px;
  }
}
.p-bus__lineup .c-contactpanel__inner {
  width: calc(100% - 40px);
}
.p-bus__example {
  padding-block: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
.p-bus__example__heading {
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
.p-bus__example__heading--hd3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .p-bus__example__heading--hd3 {
    font-size: 1.25rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-bus__example__heading--hd3 {
    font-size: 1.125rem;
  }
}
.p-bus__example__heading--hd3 span {
  color: #ff556e;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .p-bus__example__heading--hd3 span {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-bus__example__heading--hd3 span {
    font-size: 0.875rem;
  }
}
.p-bus__example__wrapper {
  margin-bottom: clamp(1.875rem, 1.442rem + 1.92vw, 3.75rem);
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-bus__example__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-bus__example__wrapper {
    gap: 20px;
  }
}
.p-bus__example__inner .p-bus__example__item:nth-of-type(2n) .p-bus__example__wrapper {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .p-bus__example__inner .p-bus__example__item:nth-of-type(2n) .p-bus__example__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.p-bus__example__image {
  width: 57.1428571429%;
  border-radius: 10px;
  overflow: hidden;
}
.p-bus__example__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .p-bus__example__image {
    width: 100%;
  }
}
.p-bus__example__text {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .p-bus__example__text {
    width: 100%;
  }
}
.p-bus__example__subheading {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: clamp(1rem, 0.798rem + 0.9vw, 1.875rem);
  margin-top: -6px;
}
@media screen and (max-width: 1000px) {
  .p-bus__example__subheading {
    font-size: 1.125rem;
    margin-top: 0;
  }
}
.p-bus__example__description {
  text-align: justify;
}

.p-bus-subpage__outline {
  display: flex;
  gap: 40px;
  flex-direction: row-reverse;
  margin-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
@media (1001px <= width < 1400px) {
  .p-bus-subpage__outline {
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .p-bus-subpage__outline {
    flex-direction: column;
    gap: 20px;
  }
}
.p-bus-subpage__text__heading {
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
.p-bus-subpage__description {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
@media screen and (max-width: 1000px) {
  .p-bus-subpage__description {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__description {
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.p-bus-subpage__speficlist {
  border-top: 1px solid #d4dae3;
}
.p-bus-subpage__speficlist__item {
  display: flex;
  width: 100%;
  align-items: stretch;
  border-bottom: 1px solid #d4dae3;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__speficlist__item {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.p-bus-subpage__speficlist__item dt, .p-bus-subpage__speficlist__item dd {
  display: flex;
  align-items: center;
  padding: 20px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .p-bus-subpage__speficlist__item dt, .p-bus-subpage__speficlist__item dd {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__speficlist__item dt, .p-bus-subpage__speficlist__item dd {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px;
    font-size: 0.875rem;
  }
}
.p-bus-subpage__speficlist__item dt {
  background: #fef1f6;
  width: 200px;
  color: #ff556e;
  text-align: center;
  justify-content: center;
}
@media (1001px <= width < 1400px) {
  .p-bus-subpage__speficlist__item dt {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__speficlist__item dt {
    width: 100%;
  }
}
.p-bus-subpage__speficlist__item dd {
  width: calc(100% - 200px);
}
@media (1001px <= width < 1400px) {
  .p-bus-subpage__speficlist__item dd {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__speficlist__item dd {
    width: 100%;
    font-weight: 400;
  }
}
.p-bus-subpage__slide {
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (max-width: 1000px) {
  .p-bus-subpage__slide {
    width: 100%;
  }
}
.p-bus-subpage__text {
  flex: 1 1 0;
  min-width: 0;
}
.p-bus-subpage__spefic__detail {
  margin-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
.p-bus-subpage__spefic__detail table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__spefic__detail table {
    border-top: 1px solid #d4dae3;
  }
}
.p-bus-subpage__spefic__detail table th, .p-bus-subpage__spefic__detail table td {
  padding: 20px 10px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media (1001px <= width < 1280px) {
  .p-bus-subpage__spefic__detail table th, .p-bus-subpage__spefic__detail table td {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 1000px) {
  .p-bus-subpage__spefic__detail table th, .p-bus-subpage__spefic__detail table td {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__spefic__detail table th, .p-bus-subpage__spefic__detail table td {
    font-size: 0.875rem;
    padding: 0;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__spefic__detail table thead {
    display: none;
  }
}
.p-bus-subpage__spefic__detail table thead tr {
  background: #fef1f6;
  border-top: 1px solid #d4dae3;
  border-bottom: 1px solid #d4dae3;
}
.p-bus-subpage__spefic__detail table th {
  background: #fef1f6;
  color: #ff556e;
}
.p-bus-subpage__spefic__detail table td {
  border-bottom: 1px solid #d4dae3;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__spefic__detail table td {
    padding-bottom: 5px;
    width: 20vw;
  }
  .p-bus-subpage__spefic__detail table td:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    width: 100%;
    background: #fef1f6;
    padding: 10px 5px;
    margin-bottom: 5px;
    color: #ff556e;
  }
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__spefic__detail table tr {
    margin-bottom: 20px;
    display: block;
  }
}
.p-bus-subpage__spefic__detail table tr th:nth-child(6),
.p-bus-subpage__spefic__detail table tr td:nth-child(6) {
  width: auto;
}
.p-bus-subpage__spefic__detail table tr th:nth-child(-n+5) {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__spefic__detail table tr td:nth-child(6) {
    display: block;
    padding-bottom: 10px;
    text-align: left;
  }
  .p-bus-subpage__spefic__detail table tr td:nth-child(6):before {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.p-bus-subpage__spefic__detail table tr td:last-child {
  text-align: left;
  padding: 5px 10px;
}
@media (1001px <= width < 1280px) {
  .p-bus-subpage__spefic__detail table tr td:last-child {
    padding: 5px 5px;
  }
}
@media screen and (max-width: 1000px) {
  .p-bus-subpage__spefic__detail table tr td:last-child {
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__spefic__detail table tr td:last-child {
    display: block;
    text-align: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 0 0 10px 0;
  }
  .p-bus-subpage__spefic__detail table tr td:last-child:before {
    width: 100%;
    text-align: center;
  }
}
.p-bus-subpage__spefic__detail table tr td:last-child .c-button--rounded-no-arrow {
  display: block;
  max-width: 260px;
  min-width: 160px;
  width: 100%;
  padding: 13px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .p-bus-subpage__spefic__detail table tr td:last-child .c-button--rounded-no-arrow {
    max-width: inherit;
    min-width: 140px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__spefic__detail table tr td:last-child .c-button--rounded-no-arrow {
    width: calc(50% - 5px);
  }
}
.p-bus-subpage__spefic__detail table tr td:last-child .btn-wrapper {
  width: 100%;
  display: flex;
  gap: 5px 30px;
}
@media screen and (max-width: 1000px) {
  .p-bus-subpage__spefic__detail table tr td:last-child .btn-wrapper {
    gap: 5px 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__spefic__detail table tr td:last-child .btn-wrapper {
    gap: 5px;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__spefic__detail table tr td:last-child .btn-wrapper:has(> .c-button--rounded-no-arrow:only-child) .c-button--rounded-no-arrow {
    width: 100%;
  }
}
.p-bus-subpage__contactpanel {
  margin-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
.p-bus-subpage__contactpanel .c-contactpanel__inner {
  width: 100%;
}
.p-bus-subpage__entry {
  padding-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
.p-bus-subpage__lineup {
  margin-bottom: 20px;
  position: relative;
}
.p-bus-subpage__lineup:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 12.5vw);
  background-color: #fef1f6;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__lineup:after {
    height: calc(100% - 50vw);
    max-height: inherit;
  }
}
.p-bus-subpage__lineup .p-bus__lineup__inner:after {
  content: none;
}
.p-bus-subpage__lineup .p-bus__lineup__heading {
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
  max-width: 1400px;
  width: calc(100% - 80px);
  margin-inline: auto;
}
@media (1001px <= width < 1400px) {
  .p-bus-subpage__lineup .p-bus__lineup__heading {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1000px) {
  .p-bus-subpage__lineup .p-bus__lineup__heading {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-bus-subpage__lineup .c-lineup {
    width: calc(100% - 40px);
  }
}

.p-taxi__intro__inner {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  max-width: 1400px;
  width: calc(100% - 80px);
  margin-inline: auto;
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
@media (1001px <= width < 1400px) {
  .p-taxi__intro__inner {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1000px) {
  .p-taxi__intro__inner {
    flex-direction: column;
    gap: 0px;
    flex-wrap: wrap;
    width: calc(100% - 40px);
  }
}
.p-taxi__intro__catch {
  width: 31.4285714286%;
}
@media (1001px <= width < 1400px) {
  .p-taxi__intro__catch {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .p-taxi__intro__catch {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-taxi__intro__heading {
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
@media (768px <= width < 1100px) {
  .p-taxi__intro__heading br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__intro__heading br {
    display: block;
  }
}
.p-taxi__intro__text {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
  text-align: justify;
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
@media (1001px <= width < 1400px) {
  .p-taxi__intro__text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .p-taxi__intro__text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__intro__text {
    font-size: 0.875rem;
  }
}
.p-taxi__intro__image {
  width: 65.7142857143%;
}
@media screen and (max-width: 1000px) {
  .p-taxi__intro__image {
    width: 100%;
  }
}
.p-taxi__intro__image img {
  width: 100%;
  height: auto;
}
.p-taxi__example {
  padding-top: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
  padding-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
.p-taxi__example__heading {
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
.p-taxi__example__heading--hd3 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (1001px <= width < 1400px) {
  .p-taxi__example__heading--hd3 {
    font-size: 1.375rem;
    gap: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .p-taxi__example__heading--hd3 {
    font-size: 1.125rem;
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__example__heading--hd3 {
    font-size: 1rem;
    flex-direction: column;
  }
}
.p-taxi__example__heading--hd3 span {
  color: #ff556e;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 3px;
}
@media screen and (max-width: 1000px) {
  .p-taxi__example__heading--hd3 span {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__example__heading--hd3 span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-taxi__example__wrapper {
    display: flex;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__example__wrapper {
    flex-wrap: wrap;
  }
}
.p-taxi__example__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
  gap: 40px;
  margin-bottom: clamp(1.875rem, 1.442rem + 1.92vw, 3.75rem);
}
@media (1001px <= width < 1400px) {
  .p-taxi__example__inner {
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .p-taxi__example__inner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__example__inner {
    gap: 20px;
  }
}
.p-taxi__example__item {
  width: auto;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media screen and (max-width: 1000px) {
  .p-taxi__example__item {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__example__item {
    margin-bottom: 20px;
  }
}
.p-taxi__example__item .p-taxi__example__heading {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .p-taxi__example__item .p-taxi__example__heading {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__example__item .p-taxi__example__heading {
    margin-bottom: 20px;
  }
}
.p-taxi__example__image {
  width: 100%;
  aspect-ratio: 400/294;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-taxi__example__image {
    width: calc(40% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__example__image {
    width: 100%;
  }
}
.p-taxi__example__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-taxi__example__image img {
    height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .p-taxi__example__text {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__example__text {
    width: 100%;
  }
}
.p-taxi__example__description {
  text-align: justify;
  line-height: 1.6;
}
.p-taxi__point {
  border-left: 6px solid #ff556e;
  border-right: 6px solid #ff556e;
  padding-inline: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(1.875rem, 1.442rem + 1.92vw, 3.75rem);
}
@media screen and (max-width: 767px) {
  .p-taxi__point {
    border-left: 3px solid #ff556e;
    border-right: 3px solid #ff556e;
  }
}
.p-taxi__point:before, .p-taxi__point:after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #ff556e;
}
@media screen and (max-width: 767px) {
  .p-taxi__point:before, .p-taxi__point:after {
    width: 1px;
  }
}
.p-taxi__point:before {
  left: 5px;
}
.p-taxi__point:after {
  right: 5px;
}
.p-taxi__point--wrapper {
  max-width: 1160px;
  width: 100%;
  margin-inline: auto;
  padding-block: 20px;
}
@media (1001px <= width < 1400px) {
  .p-taxi__point--wrapper {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1000px) {
  .p-taxi__point--wrapper {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__point--wrapper {
    width: calc(100% - 40px);
  }
}
.p-taxi__point__heading {
  color: #ff556e;
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: clamp(1rem, 0.798rem + 0.9vw, 1.875rem);
}
@media screen and (max-width: 767px) {
  .p-taxi__point__heading {
    font-size: 1rem;
    gap: 10px;
  }
}
.p-taxi__point__heading span {
  width: 60px;
  height: 60px;
  background-color: #ff556e;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-20deg);
  transform-origin: center;
}
.p-taxi__point__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-taxi__point__content {
    flex-direction: column;
    gap: 20px;
  }
}
.p-taxi__point__heading--lv3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  width: calc(50% - 20px);
  text-align: justify;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1000px) {
  .p-taxi__point__heading--lv3 {
    font-size: 1.125rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__point__heading--lv3 {
    font-size: 1rem;
  }
}
.p-taxi__point__text {
  line-height: 1.6;
  text-align: justify;
  width: calc(50% - 20px);
}
@media screen and (max-width: 1000px) {
  .p-taxi__point__text {
    width: 100%;
  }
}
.p-taxi__lineup {
  position: relative;
  margin-bottom: 20px;
}
.p-taxi__lineup:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  background-color: #fef1f6;
  height: calc(100% - 14vw);
  z-index: -1;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .p-taxi__lineup:after {
    height: calc(100% - 20vw);
    max-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__lineup:after {
    height: calc(100% - 35vw);
  }
}
.p-taxi__lineup .c-contactpanel {
  padding-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
@media screen and (max-width: 1000px) {
  .p-taxi__lineup .c-contactpanel .c-contactpanel__inner {
    width: calc(100% - 80px);
  }
}
.p-taxi__lineup__heading__wrapper {
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
.p-taxi__lineup__inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
  margin-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
@media (1001px <= width < 1400px) {
  .p-taxi__lineup__inner.l-container--medium {
    width: calc(100% - 80px);
  }
  .p-taxi__lineup__inner {
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .p-taxi__lineup__inner {
    gap: 20px;
    width: calc(100% - 80px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__lineup__inner {
    display: block;
  }
}
.p-taxi__lineup__item {
  flex: 0 0 calc((100% - 40px) / 2);
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0px 3px rgba(204, 204, 204, 0.25), 0 0px 15px rgba(204, 204, 204, 0.25), 0 0px 15px rgba(204, 204, 204, 0.25), 0 0px 15px rgba(204, 204, 204, 0.25);
  overflow: hidden;
}
@media (1001px <= width < 1400px) {
  .p-taxi__lineup__item {
    flex: 0 0 calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .p-taxi__lineup__item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__lineup__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-taxi__lineup__thum {
  aspect-ratio: 680/300;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-taxi__lineup__thum {
    height: auto;
    aspect-ratio: 680/400;
  }
}
.p-taxi__lineup__thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.p-taxi__lineup__text {
  background: #fff;
  padding: 20px 30px 30px 30px;
}
@media (1001px <= width < 1400px) {
  .p-taxi__lineup__text {
    padding: 15px 20px 15px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-taxi__lineup__text {
    padding: 15px 20px;
  }
}
.p-taxi__lineup__name {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  transition-duration: 0.3s;
}
@media (1001px <= width < 1400px) {
  .p-taxi__lineup__name {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .p-taxi__lineup__name {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.p-taxi__lineup__description {
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .p-taxi__lineup__description {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__lineup__description {
    margin-bottom: 10px;
  }
}
.p-taxi__spec {
  display: flex;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .p-taxi__spec {
    display: block;
  }
}
.p-taxi__spec:last-of-type {
  border-bottom: 1px solid #cccccc;
}
.p-taxi__spec--hd, .p-taxi__spec--body {
  line-height: 1.6;
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .p-taxi__spec--hd, .p-taxi__spec--body {
    padding: 10px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__spec--hd, .p-taxi__spec--body {
    padding: 5px 0;
  }
}
.p-taxi__spec--hd {
  width: 100px;
  color: #ff556e;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-taxi__spec--hd {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__spec--hd {
    width: 100%;
    padding-bottom: 0;
    text-align: left;
  }
}
.p-taxi__spec--body {
  line-height: 1.6;
  text-align: justify;
  width: calc(100% - 100px);
}
@media screen and (max-width: 1000px) {
  .p-taxi__spec--body {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .p-taxi__spec--body {
    width: 100%;
    padding-top: 0;
  }
}

.p-guide__flow__inner {
  max-width: 1400px;
  width: calc(100% - 80px);
  margin-inline: auto;
  margin-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
@media (1001px <= width < 1400px) {
  .p-guide__flow__inner {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1000px) {
  .p-guide__flow__inner {
    width: calc(100% - 40px);
  }
}
.p-guide__flow__heading {
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
.p-guide__flow__subheading {
  color: #ff556e;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
@media screen and (max-width: 1000px) {
  .p-guide__flow__subheading {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-guide__flow__subheading {
    font-size: 1.125rem;
  }
}
.p-guide__flow__wrapper {
  margin-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
.p-guide__flow__step {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .p-guide__flow__step {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-guide__flow__step {
    flex-direction: column;
    gap: 10px;
  }
}
.p-guide__flow__stepnum {
  width: 140px;
  background: #ff556e;
  color: #ffffff;
  border-radius: 10px;
  padding-block: 0.4em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-guide__flow__stepnum {
    width: 100px;
  }
}
.p-guide__flow__steptext {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  width: calc(100% - 180px);
  padding-block: 0.2em;
}
@media screen and (max-width: 1000px) {
  .p-guide__flow__steptext {
    font-size: 1rem;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 767px) {
  .p-guide__flow__steptext {
    font-size: 0.875rem;
    width: 100%;
    padding-block: 0;
  }
}
.p-guide__flow__steptext a {
  color: #1a73e8;
}
.p-guide__flow__inner .c-contactpanel__inner {
  width: 100%;
}
.p-guide__cancel__heading {
  margin-bottom: clamp(1.875rem, 1.442rem + 1.92vw, 3.75rem);
}
.p-guide__cancel__description {
  margin-bottom: clamp(1rem, 0.798rem + 0.9vw, 1.875rem);
}
.p-guide__cancel__content {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: clamp(2.5rem, 1.635rem + 3.85vw, 6.25rem);
}
@media screen and (max-width: 1000px) {
  .p-guide__cancel__content {
    flex-direction: column;
    gap: 20px;
  }
}
.p-guide__cancel__column {
  flex: 1;
}
.p-guide__cancel__subheading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: clamp(1rem, 0.798rem + 0.9vw, 1.875rem);
}
@media screen and (max-width: 1000px) {
  .p-guide__cancel__subheading {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-guide__cancel__subheading {
    font-size: 1.125rem;
  }
}
.p-guide__cancel__list {
  border-top: 1px solid #d4dae3;
}
.p-guide__cancel__item {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #d4dae3;
}
@media screen and (max-width: 1000px) {
  .p-guide__cancel__item {
    justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-guide__cancel__item {
    flex-direction: column;
    gap: 0;
  }
}
.p-guide__cancel__period, .p-guide__cancel__text {
  font-size: 1rem;
  line-height: 1.6;
  padding: 15px 20px;
}
@media (1001px <= width < 1500px) {
  .p-guide__cancel__period, .p-guide__cancel__text {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-guide__cancel__period, .p-guide__cancel__text {
    padding: 10px 0;
  }
}
.p-guide__cancel__period {
  width: 44.1176470588%;
  color: #ff556e;
}
@media (1001px <= width < 1500px) {
  .p-guide__cancel__period {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .p-guide__cancel__period {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-guide__cancel__period {
    width: 100%;
    padding-bottom: 0;
  }
}
.p-guide__cancel__text {
  width: 55.8823529412%;
}
@media (1001px <= width < 1500px) {
  .p-guide__cancel__text {
    width: 40%;
  }
}
@media screen and (max-width: 1000px) {
  .p-guide__cancel__text {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-guide__cancel__text {
    width: 100%;
    padding-top: 0;
  }
}

.p-contact__phone {
  margin-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
.p-contact__phone__title .p-contact__phone__heading {
  margin-bottom: 30px;
}
.p-contact__phone__inner {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-contact__phone__inner {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__phone__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.p-contact__phone__text {
  font-weight: 600;
  line-height: 1.6;
}
.p-contact__phone__numbox {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0px 15px 4px rgba(180, 194, 217, 0.25);
  padding: 30px 40px;
}
@media screen and (max-width: 1000px) {
  .p-contact__phone__numbox {
    padding: 20px;
  }
}
.p-contact__phone--num {
  color: #1a73e8;
  font-size: 3.375rem;
  line-height: 1.2962962963;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .p-contact__phone--num {
    font-size: 1.875rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__phone--num {
    font-size: 1.5rem;
  }
}
.p-contact__phone--num a[href*="tel:"] {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 750px) {
  .p-contact__phone--num a[href*="tel:"] {
    pointer-events: auto;
  }
}
.p-contact__phone--hour {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .p-contact__phone--hour {
    font-size: 0.875rem;
  }
}
.p-contact__webform {
  margin-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
.p-contact__webform__heading__wrapper {
  margin-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
.p-contact__webform__heading__wrapper .c-button__wrapper {
  margin-top: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
  max-width: 480px;
  width: 100%;
  display: block;
}
.p-contact__webform__heading__wrapper .c-button__wrapper .c-button--rounded {
  width: 100%;
  display: block;
}
.p-contact__webform__heading {
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
.p-contact__webform__text {
  font-weight: 600;
  line-height: 1.6;
}
.p-contact__webform__container .c-entrybody {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0px 15px 4px rgba(180, 194, 217, 0.25);
  padding: 30px 40px clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
@media screen and (max-width: 1000px) {
  .p-contact__webform__container .c-entrybody {
    padding: 20px;
  }
}

.p-estimate__phone {
  margin-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
.p-estimate__phone__title .p-estimate__phone__heading {
  margin-bottom: 30px;
}
.p-estimate__phone__inner {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .p-estimate__phone__inner {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-estimate__phone__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.p-estimate__phone__text {
  font-weight: 600;
  line-height: 1.6;
}
.p-estimate__phone__numbox {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0px 15px 4px rgba(180, 194, 217, 0.25);
  padding: 30px 40px;
}
@media screen and (max-width: 1000px) {
  .p-estimate__phone__numbox {
    padding: 20px;
  }
}
.p-estimate__phone--num {
  color: #1a73e8;
  font-size: 3.375rem;
  line-height: 1.2962962963;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .p-estimate__phone--num {
    font-size: 1.875rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-estimate__phone--num {
    font-size: 1.5rem;
  }
}
.p-estimate__phone--num a[href*="tel:"] {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 750px) {
  .p-estimate__phone--num a[href*="tel:"] {
    pointer-events: auto;
  }
}
.p-estimate__phone--hour {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .p-estimate__phone--hour {
    font-size: 0.875rem;
  }
}
.p-estimate__webform {
  margin-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
.p-estimate__webform__heading__wrapper {
  margin-bottom: clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
.p-estimate__webform__heading__wrapper .c-button__wrapper {
  margin-top: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
  max-width: 480px;
  width: 100%;
  display: block;
}
.p-estimate__webform__heading__wrapper .c-button__wrapper .c-button--rounded {
  width: 100%;
  display: block;
}
.p-estimate__webform__heading {
  margin-bottom: clamp(1.25rem, 0.962rem + 1.28vw, 2.5rem);
}
.p-estimate__webform__text {
  font-weight: 600;
  line-height: 1.6;
}
.p-estimate__webform__container .c-entrybody {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0px 15px 4px rgba(180, 194, 217, 0.25);
  padding: 30px 40px clamp(2.5rem, 1.923rem + 2.56vw, 5rem);
}
@media screen and (max-width: 1000px) {
  .p-estimate__webform__container .c-entrybody {
    padding: 20px;
  }
}

.p-static {
  padding-bottom: clamp(2.5rem, 1.346rem + 5.13vw, 7.5rem);
}