@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

body {
  overflow-x: hidden;
}

.u-hidden-pc {
  display: none;
}

@media screen and (max-width: 960px) {
  .u-hidden-pc {
    display: block;
  }
}

.u-hidden-sp {
  display: none;
}

@media screen and (min-width: 961px) {
  .u-hidden-sp {
    display: block;
  }
}

.p-goodtimes {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding-bottom: 48px;
}

.p-goodtimes__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-inline: 10px;
  margin-inline: auto;
}

.p-goodtimes__title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .p-goodtimes__inner{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p-goodtimes__title {
    font-size: 20px;
  }
}

.p-goodtimes__title::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #eb6120;
}

.p-goodtimes__title--sub {

  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .p-goodtimes__title--sub {}
}

.p-goodtimes__lead {

  line-height: 1.6;
  margin-bottom: 40px;
}

.p-goodtimes__caption {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 56px;
}

.p-goodtimes__marker {
  display: inline;
  background: linear-gradient(transparent 50%, #f7ee00 50%);
  font-weight: 700;
  color: #eb6120;
  margin-bottom: 8px;
}

.p-goodtimes__link {
  position: relative;
  display: inline-flex;
  background-color: #eb6120;
  color: #fff;
  transition: all ease 0.5s;
  box-sizing: border-box;
  border-radius: 32px;
  font-size: 14px;
  width: 240px;
  padding: 12px 32px 14px;
  margin-inline: 8px;
}

@media screen and (max-width: 960px) {
  .p-goodtimes__link {
    box-sizing: border-box;
    width: 100%;
    margin-inline: 0;
  }
}

.p-goodtimes__link:hover {
  background-color: #d4561c;
}

.p-goodtimes__link:hover .p-goodtimes__arrow {
  right: 18px;
}

.p-goodtimes__arrow {
  display: inline-block;
  position: absolute;
  transform: rotate(45deg);
  transition: all ease 0.5s;
  right: 24px;
  top: 0;
  bottom: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
  margin: auto;
}

.p-mv {
  background-color: #D9E9F5;
  padding: 40px 0 100px;
}

.p-mv__copy {
  position: relative;
}

.p-mv__container {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.p-mv__title {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.p-mv__logo {
  display: block;
  margin-bottom: 24px;
}

.p-mv__subtitle {
  display: block;
  position: relative;
}

.p-mv__subtitle--text01 {
  display: inline-block;
  padding-bottom: 16px;
  animation-delay: 0s;
}

.p-mv__subtitle--text02 {
  display: inline-block;
  padding-bottom: 24px;
  animation-delay: 0.5s;
}

.p-mv__subtitle--text03 {
  display: inline-block;
  animation-delay: 1s;
  /* padding-bottom: 4px; */
}

.p-mv__logo img,
.p-mv__subtitle img {
  max-width: 100%;
  height: auto;
}

.p-mv__image {
  position: relative;
  z-index: 1;
  top: 30%;
  bottom: 0;
}

.p-mv__image img {
  max-width: 100%;
  height: auto;
}

.p-mv__image--left {
  position: relative;
  left: 0;
}
.p-mv__image--left--01 {
  position: absolute;
  top: 68px;
  left: 60px;
}

.p-mv__image--left--02 {
  position: absolute;
  top: 104px;
  left: 128px;
}

.p-mv__image--left--03 {
  position: absolute;
  top: 153px;
  left: 26px;
}

.p-mv__image--left--04 {
  position: absolute;
  top: 366px;
  left: 111px;
}

.p-mv__image--right {
  position: relative;
  top: -350px;
  right: 0;
}

.p-mv__image--right--01 {
  position: absolute;
  right: 179px;
  top: -77px;
}

.p-mv__image--right--02 {
  position: absolute;
  right: 85px;
  top: -128px;
}

.p-mv__image--right--03 {
  position: absolute;
  right: 213px;
  top: 94px;
}

.p-mv__image--right--04 {
  position: absolute;
  right: 34px;
  top: -51px;
}

.p-mv__image--right--05 {
  position: absolute;
  top: -43px;
  right: 85px;
}

.p-mv__image--right--06 {
  position: absolute;
  top: 85px;
  right: 9px;
}

.p-mv__image--right--07 {
  position: absolute;
  top: 60px;
  right: 77px;
}

.p-mv__image--right--08 {
  position: absolute;
  right: 128px;
  top: 272px;
}

.p-mv__image--right--09 {
  position: absolute;
  right: 136px;
  top: 153px;
}

.p-mv__image--right--10 {
  position: absolute;
  right: 0;
}

.p-mv__description {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.04em;

  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}

.p-mv__description::before,
.p-mv__description::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
}

.p-mv__description::before {
  margin-right: 14px;
  transform: rotate(60deg);
}

.p-mv__description::after {
  margin-left: 14px;
  transform: rotate(-60deg);
}

.p-mv__cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.p-mv__cta-item {
  flex: 0 1 300px;
}

.p-mv__cta-link {
  display: block;
  padding: 15px;
  background-color: #eb6120;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: opacity 0.3s;
}

.p-mv__cta-link:hover {
  opacity: 0.7;
}

.p-mv__cta-link--line {
  background-color: #06C755;
}

.p-mv__cta-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-mv__cta-label {
  font-size: 14px;
  background-color: #fff;
  line-height: 1;
  font-weight: 700;
  color: #eb6120;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 4px;
}

.p-mv__cta-text {
  font-size: 1.1rem;
  font-weight: bold;
}

.p-mv__image--sp {
  display: none;
}

@media (max-width: 960px) {
  .p-mv {
    padding: 18px 16px 40px;
  }

  .p-mv__logo {
    width: 270px;
    margin: auto auto 18px;
  }

  .p-mv__container {
    max-width: 375px;
    margin-inline: auto;
  }

  .p-mv__subtitle {
    width: 264px;
    margin: auto;
  }
  .p-mv__subtitle--text01 {
    padding-bottom: 8px;
  }
  
  .p-mv__subtitle--text02 {
    display: inline-block;
    padding-bottom: 12px;
  }
  .p-mv__image--left {
    top: 0;
    left: 0;
  }

  .p-mv__image--left--01 {
    top: 64px;
    left: 0;
    width: 22px;
    height: 22px;
  }

  .p-mv__image--left--02 {
    width: 16px;
    height: 16px;
    top: 77px;
    left: 25px;
  }

  .p-mv__image--left--03 {
    display: none;
  }

  .p-mv__image--left--04 {
    width: 16px;
    height: 16px;
    top: 173px;
    left: 10px;
  }

  .p-mv__image--right {
    top: 0;
    right: 0;
  }

  .p-mv__image--right--01 {
    right: 36px;
    top: -166px;
    width: 18px;
    height: 17px;
  }

  .p-mv__image--right--02 {
    right: 8px;
    top: -180px;
    width: 28px;
    height: 28px;
  }

  .p-mv__image--right--03 {
    right: 3px;
    top: -124px;
    width: 13px;
    height: 13px;
  }

  .p-mv__image--right--04 {
    right: -5px;
    top: -152px;
    width: 20px;
    height: 14px;
  }

  .p-mv__image--right--05 {
    width: 50px;
    height: 78px;
    top: -149px;
    right: 10px;
  }

  .p-mv__image--right--06 {
    display: none;
  }

  .p-mv__image--right--07 {
    display: none;
  }

  .p-mv__image--right--08 {
    top: -109px;
    right: 51px;
    width: 14px;
    height: 14px;
  }

  .p-mv__image--right--09 {
    top: -97px;
    right: 24px;
    width: 20px;
    height: 23px;
  }

  .p-mv__image--right--10 {
    top: -43px;
    right: 28px;
    width: 18px;
    height: 18px;
  }

  .p-mv__image--sp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }

  .p-mv__image--sp--right {
    position: relative;
    top: 10px;
    left: -6px;
  }

  .p-mv__description {
    margin-bottom: 0;
  }

  .p-mv__description::before,
  .p-mv__description::after {
    display: none;
  }

  .p-mv__cta {
    display: none;
    /* flex-direction: column;
    align-items: center; */
  }

  /* .p-mv__cta-item {
    flex: none;
    width: 100%;
    max-width: 300px;
  } */
}

.p-solution {
  padding: 100px 0 100px;
  background-color: #fff;
}

.p-solution__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-solution__header {
  margin-bottom: 30px;
}

.p-solution__title {
  font-size: 28px;
  color: #333;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.p-solution__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #eb6120;
}

.p-solution__list {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* justify-content: space-between; */
  list-style: none;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}

.p-solution__list-item {
  text-align: center;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;

  font-weight: 700;
  line-height: 1.6;
  margin: 16px;

  strong {
    color: #eb6120;
  }
}

/* .p-solution__list-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #eb6120;
  font-weight: bold;
} */

.p-solution__image {
  position: relative;
  bottom: -1px;
  line-height: 0;
  text-align: center;
  /* margin-bottom: 30px; */
}

.p-solution__image img {
  max-width: 100%;
  height: auto;
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.p-solution__cta {
  text-align: center;
  max-width: 480px;
  margin-inline: auto;
}

.p-solution__cta-link {
  display: inline-flex;
  background-color: #eb6120;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.p-solution__cta-free {
  display: block;

  font-weight: bold;
  margin-bottom: 5px;
}

.p-solution__cta-text {
  display: block;

}

@media (min-width: 961px) {
  .p-solution__list-item {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .p-solution__list-item.is-visible {
    opacity: 1;
    transform: scale(1);
  }

  /* .p-solution__list-item:first-child {
    display: inline-block;
  } */
  .p-solution__list-item:nth-child(2) {
    position: relative;
    right: 0;
    top: 0;
  }
  .p-solution__list-item:nth-child(3) {
    position: absolute;
    right: -70px;
    top: 60px;
  }
  .p-solution__list-item:nth-child(4) {
    position: absolute;
    top: 90px;
  }
  .p-solution__list-item:nth-child(5) {
    position: absolute;
    left: -64px;
    top: 54px;
  }
  .p-solution__list-item:nth-child(6) {
    position: absolute;
    bottom: -210px;
    left: 0px;
  }

  .p-solution__list-item:last-child {
    position: absolute;
    bottom: -240px;
    right: -10px;
  }
}

@media (max-width: 960px) {
  .p-solution {
    padding: 40px 0;
  }

  .p-solution__title {
    font-size: 24px;
  }

  .p-solution__list-item {
    width: 100%;
    text-align: left;
    font-size: 15px;
  }

  .p-solution__cta-link {
    padding: 12px 25px;
  }

  .p-solution__cta-free {}

  .p-solution__cta-text {
    font-size: 14px;
  }

  .p-solution__image {
    width: 240px;
    margin-inline: auto;
  }
}

.c-bubble {
  display: inline-block;
  position: relative;
  background: #ffffff;
  border: 3px solid #333;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .c-bubble {
    padding: 20px 16px;
    margin: 16px 0 0;
  }
}

@media (min-width: 961px) {

  .c-bubble:after,
  .c-bubble:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .c-bubble:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 15px;
    margin-left: -15px;
  }

  .c-bubble:before {
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #333;
    border-width: 19px;
    margin-left: -19px;
  }
}

.p-timing {
  padding: 0 0 100px;
  background-color: #fff;
}

.p-timing__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-timing__header {
  margin-bottom: 30px;
}

.p-timing__title {
  font-size: 28px;
  color: #333;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.p-timing__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #eb6120;
}

.p-timing__content {
  margin-bottom: 40px;
}

.p-timing__text {

  line-height: 1.8;
  /* color: #555; */
}

.p-timing__timeline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
  padding-top: 20px;
}

.p-timing__timeline-item {
  flex: 1;
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  position: relative;
  overflow: visible;
}

.p-timing__timeline-item:last-child::before,
.p-timing__timeline-item:last-child::after {
  display: none;
}

.p-timing__timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 3px;
  background-color: #333;
}

.p-timing__timeline-item::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: -12px;
  bottom: 0;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #eb6120;
  border-right: 0;
  margin: auto;
}

.p-timing__timeline-title {
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.p-timing__timeline-year {
  font-size: 22px;
  display: block;
  text-align: center;
  margin-right: 4px;
}

.p-timing__timeline-unit {
  font-size: 14px;
  display: block;
  text-align: center;
}

.p-timing__timeline-description {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;

  /* color: #555; */
  text-align: center;
  min-height: 3rem;
  margin: 0;
}

.p-timing__timeline-recommendation {
  color: #eb6120;
  font-weight: bold;
  text-align: center;
  margin-inline: 0;
  margin-top: 24px;
}

.p-timing__timeline-image {
  text-align: center;
  margin: 0;
}

.p-timing__timeline-image img {
  max-width: 100%;
  height: auto;
}

.p-timing__timeline-highlight {
  background-color: #ffff00;

  padding: 2px 5px;
  margin-right: 8px;
}

.p-timing__footer {
  font-size: 24px;
  text-align: center;
}

.p-timing__note {
  margin-bottom: 15px;
}

.p-timing__disclaimer {
  font-size: 14px;
  color: #888;
}

@media (max-width: 960px) {
  .p-timing{
    padding: 0 0 32px;
  }

  .p-timing__timeline {
    overflow-x: scroll;
    flex-direction: column;
    align-items: center;
  }

  .p-timing__timeline::before {
    display: none;
  }

  .p-timing__timeline {
    display: block;
    position: relative;
    overflow-x: auto; /* 横スクロールを有効にする */
    white-space: nowrap; /* 改行を防ぐ */
    -webkit-overflow-scrolling: touch; /* iOSでのスムーズスクロール */
    padding: 20px 0; /* 上下にパディングを追加 */
    margin-bottom: 40px;
  }
  
  .p-timing__timeline-content {
    display: inline-block; /* インラインブロック要素にする */
    min-width: 100%; /* 最小幅を100%に設定 */
  }
  
  .p-timing__timeline-content img {
    max-width: none; /* 画像の最大幅制限を解除 */
    height: 140px; /* 高さを自動調整 */
  }
  
  /* スクロールバーのスタイリング（オプション） */
  .p-timing__timeline::-webkit-scrollbar {
    height: 8px;
  }
  
  .p-timing__timeline::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }
  
  .p-timing__timeline::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .p-timing__timeline-item {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .p-timing__timeline-item::before {
    top: -10px;
  }

  .p-timing__title {
    font-size: 24px;
  }

  .p-timing__text {
    font-size: 15px;
  }

  .p-timing__timeline-title {}

  .p-timing__timeline-year {
    font-size: 20px;
  }

  .p-timing__timeline-unit {
    font-size: 13px;
  }

  .p-timing__timeline-description,
  .p-timing__timeline-recommendation {
    font-size: 14px;
  }

  .p-timing__note {}

  .p-timing__disclaimer {
    font-size: 12px;
  }

  .p-timing__footer {
    font-size: 16px;
  }
}

.p-column {
  padding: 0 0 100px;
  background-color: #fff;
}

.p-column__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-column__header {
  margin-bottom: 30px;
}

.p-column__title {
  font-size: 24px;
  color: #333;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.p-column__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #eb6120;
}

.p-column__content {
  display: flex;
  gap: 32px;
  background-color: #fff;
  border-radius: 8px;
  /* padding: 30px; */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.p-column__image {
  flex: none;
}

.p-column__image img {
  border-radius: 8px;
  overflow: hidden;
}

.p-column__text {
  /*  */
  line-height: 1.8;
  /* color: #555; */
}

@media (max-width: 960px) {
  .p-column {
    padding: 40px 0;
  }

  .p-column__title {
    font-size: 22px;
  }

  .p-column__content {
    padding: 25px;
  }
}

@media (max-width: 960px) {
  .p-column {
    padding: 30px 0;
  }

  .p-column__title {
    font-size: 20px;
  }

  .p-column__content {
    display: block;
    padding: 0;
  }

  .p-column__image {
    text-align: center;
  }

  .p-column__text {
    margin-top: 16px;
  }
}

.p-intro {
  padding: 100px 0;
  /* background-color: #f9f9f9; */
}

.p-intro__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-intro__title {
  text-align: center;
  margin-bottom: 40px;
}

.p-intro__logo {
  max-width: 300px;
  height: auto;
}

.p-intro__content {
  /* background-color: #fff; */
  /* border-radius: 10px; */
  /* padding: 40px; */
  /* box-shadow: 0 2px 4px 0 rgba(185, 141, 74, .1); */
  max-width: 880px;
  margin-inline: auto;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.p-intro__text {
  line-height: 1.8;
  /* color: #333; */
}

@media (max-width: 960px) {
  .p-intro {
    padding: 64px 0;
  }

  .p-intro__logo {
    max-width: 250px;
  }

  .p-intro__title {
    margin-bottom: 8px;
  }

  .p-intro__content {
    padding: 30px 0;
  }
}

@media (max-width: 960px) {
  .p-intro {
    padding: 30px 0;
  }

  .p-intro__logo {
    max-width: 200px;
  }
}

.p-features {
  padding: 100px 0;
  background-color: #fff;
}

.p-features__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-features__header {
  text-align: center;
  margin-bottom: 50px;
}

.p-features__title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}

.p-features__title-image {
  max-width: 300px;
  height: auto;
  margin-right: 8px;
  margin-bottom: 4px;
}

.p-features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin: 0 auto;
}

.p-features__content {
  padding: 24px;
}

.p-features__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, .1);
  border-top: solid #eb6120;
  border-radius: 8px;
}

.p-features__item:last-child {
  background-color: #fff9eb;
}

.p-features__item--more {
  background-color: #fff9eb;
  width: 100%;
}

.p-features__item-image {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}

.p-features__item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-features__item:nth-child(odd) {
  direction: rtl;
}

.p-features__item:nth-child(odd)>* {
  direction: ltr;
}

.p-features__point {
  position: relative;
  display: inline-block;
  color: #eb6120;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  padding: 5px 10px 5px 16px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
}

.p-features__point::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: #eb6120;
  width: 8px;
  height: 1px;
  margin: auto;
}

.p-features__item-title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;

  strong {
    color: #eb6120;
  }
}

.p-features__item-description {
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .p-features__list {
    display: flex;
    flex-wrap: wrap;
  }

  .p-features__item {
    grid-template-columns: 1fr;
  }

  .p-features__item:nth-child(even) {
    direction: ltr;
  }

  .p-features__item-image {
    order: -1;
  }

  .p-features__content {
    padding: 0;
  }
}

.p-features__cleaner {
  display: inline-block;
  margin-top: 32px;
  /* background-color: #EB6120; */
  border-radius: 8px;
  /* color: #fff; */
  padding: 16px 32px;
  transform: all 3s;
  /* border-radius: 10px; */
  box-shadow: 0 4px 10px rgba(235, 97, 32, 0.1);
  /* width: 100vw;
  margin: 0 calc(50% - 50vw); */
}

.p-features__cleaner-header {
  /* text-align: center; */
}

.p-features__cleaner-title {
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.p-features__cleaner-content {
  transform: all 3s;
  /* display: none; */
  /* display: flex;
  gap: 40px; */
  max-width: 960px;
  margin-inline: auto;
  margin-top: 24px;
}

.p-features__cleaner-text {
  flex: 1;
}

.p-features__cleaner-text p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.p-features__cleaner-image {
  flex: 1;
  text-align: center;
}

.p-features__cleaner-image img {
  /* width: 100%;
  height: auto;
  border-radius: 5px; */
}

@media (max-width: 960px) {
  .p-features__item {
    flex-basis: 100%;
  }

  .p-features__cleaner-content {
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  .p-features {
    padding: 40px 0;
  }

  .p-features__title {
    font-size: 28px;
  }

  .p-features__item-title {
    font-size: 20px;
  }

  .p-features__cleaner-title {
    font-size: 24px;
  }
}

@media (max-width: 960px) {
  .p-features__title {
    font-size: 24px;
  }

  .p-features__item {
    padding: 20px;
  }

  .p-features__cleaner {
    padding: 30px;
  }
}

.p-features-details__content {
  background-color: #fff9eb;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, .1);
  border-radius: 8px;
  padding: 48px 32px;
  /* max-width: 960px; */
  margin: 80px auto 0;
  /* margin: 100px 0 0 auto; */
}

.p-features__item--character {
  position: relative;
}

.p-features__item--character img {
  position: absolute;
  right: 32px;
  bottom: 64px;
}

@media (max-width: 960px) {
  .p-features__item--character {
    display: none;
  }
}

.fukidashi-01-01 {
  font-size: 12px;
  position: relative;
  top: 44px;
  left: 46px;
  color: #eb6120;
  width: fit-content;
  padding: 12px 16px;
}

.fukidashi-01-01::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  border: 2px solid #eb6120;
  border-top: none;
  border-bottom-right-radius: 50px;
  /* 左下の角丸 */
  border-bottom-left-radius: 50px;
  /* 右下の角丸 */
  translate: -50%;
}

.fukidashi-01-01::after {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  /* フキダシのサイズに応じて調整してください */
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #eb6120;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  rotate: 50deg;
  translate: -50%;
}

.p-features__item--character img::before {
  content: "";
}

.p-features-details__item-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}

.p-features-details__item-sub-title {
  position: relative;
  display: inline-block;
  color: #eb6120;
  text-transform: uppercase;
  padding: 5px 10px 5px 16px;
  line-height: 1;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
}

.p-features-details__item-sub-title::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: #eb6120;
  width: 8px;
  height: 1px;
  margin: auto;
}

.p-features-details__item-title--small {
  font-size: 16px;
  margin-left: 1rem;
}

.p-features-details__item-description--strong {
  /* color: #eb6120; */
  font-weight: 700;

  margin-bottom: 16px;
}

.p-features-details__item-description {}

.p-cleaners {
  background-color: #f5f5f5;
  padding: 100px 0;
}

.p-cleaners__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-cleaners__header {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 40px;
}

.p-cleaners .p-goodtimes__title {
  margin-bottom: 64px;
}

.p-cleaners .p-goodtimes__title::after {
  background-color: #003559;
}

.p-cleaners__title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 32px;
}

.p-cleaners__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #eb6120;
}

.p-cleaners__title--sub {
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  line-height: 2;
}

.p-cleaners__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.p-cleaners__item {
  flex-basis: calc(33.333% - 20px);
  /* width: 48%; */
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, .1);
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease; */
}

/* .p-cleaners__item:hover {
  transform: translateY(-5px);
} */

.p-cleaners__logo {
  display: flex;
  align-items: center;
  width: 45%;
}

.p-cleaners__image {
  width: 100%;
  height: auto;
  display: block;
}

.p-cleaners__text {
  width: 50%;
  line-height: 1.8;
  /* color: #666; */
  text-align: left;
  margin-bottom: 32px;
}

@media (max-width: 960px) {
  .p-features-details__item-title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .p-features-details__item-title--small {
    display: block;
    margin-left: 0;
  }

  .p-features-details__content {
    padding: 32px 24px;
    margin-top: 32px;
  }

  .p-cleaners__text {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 960px) {
  .p-cleaners__item {
    flex-basis: calc(50% - 15px);
  }
}

@media (max-width: 960px) {
  .p-cleaners {
    padding: 40px 0;
  }

  .p-cleaners__title {
    font-size: 28px;
  }

  .p-cleaners__content {
    gap: 20px;
  }
}

@media (max-width: 960px) {
  .p-cleaners__title {
    font-size: 24px;
  }

  .p-cleaners__item {
    flex-basis: 100%;
  }

  .p-cleaners__header {
    display: flex;
    flex-wrap: wrap;
  }

  .p-cleaners__title--sub {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 32px;
  }

  .p-cleaners__logo {
    width: 80%;
  }
}

.p-cases {
  padding: 100px 0;
  background-color: #fff;
}

.p-cases__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-cases__header {
  text-align: center;
  margin-bottom: 50px;
}

.p-cases__title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.p-cases__subtitle {
  color: #666;
}

.p-cases__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  max-width: 840px;
  margin-inline: auto;
}

.p-cases__item {
  /* flex-basis: calc(50% - 20px); */
  flex-basis: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, .1);
  overflow: hidden;
  /* transition: transform 0.3s ease; */
}

/* 
.p-cases__item:hover {
  transform: translateY(-5px);
} */

.p-cases__info {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  background-color: #eb6120;
  color: #fff;
}

.p-cases__info-term {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-left: 16px;
  /* margin-bottom: 5px; */
}

/* .p-cases__info-term::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: #fff;
  width: 16px;
  height: 1px;
  margin: auto;
} */

.p-cases__info-description {
  display: flex;
  align-items: center;
  position: relative;

  margin: 0;
}

.p-cases__info-description::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../assets/images/icon_house.svg");
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.p-cases__before,
.p-cases__after {
  padding: 20px;
}

.p-cases__label {

  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.p-cases__images {
  display: flex;
  padding: 24px;
}

.p-cases__image {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

.p-cases__img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 960px) {
  .p-cases__item {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .p-cases {
    padding: 40px 0;
  }

  .p-cases__title {
    font-size: 28px;
  }

  .p-cases__header {
    margin-bottom: 16px;
  }

  .p-cases__subtitle {}

  .p-cases__info-term {
    font-size: 20px;
  }

  .p-cases__info-description {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .p-cases__title {
    font-size: 24px;
  }

  .p-cases__info {
    padding: 8px 16px;
  }

  .p-cases__info-term {
    font-size: 18px;
    padding-left: 0;
  }

  .p-cases__info-description::before {
    width: 16px;
    height: 16px;
  }

  .p-cases__images {
    padding: 0;
  }
}

.p-flow {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.p-flow__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-flow__header {
  text-align: center;
  margin-bottom: 50px;
}

.p-flow__title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.p-flow__subtitle {

  color: #666;
}

.p-flow__content {
  counter-reset: flow-section;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.p-flow__item {
  flex-basis: calc(33.333% - 20px);
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, .1);
  border-radius: 8px;
  transition: transform 0.3s ease;
  position: relative;
}

.p-flow__item:not(:last-child)::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #eb6120;
  transition: transform 0.3s ease;
}

.p-flow__item-title {
  display: flex;
  align-items: center;
  color: #eb6120;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
  padding: 15px;
  font-size: 20px;
  text-align: left;
}

.p-flow__item-title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background-color: #eb6120;
  color: #fff;
  counter-increment: flow-section;
  content: counter(flow-section);
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.p-flow__item-image {
  padding: 0 20px 20px;
  text-align: center;
}

.p-flow__item-img {
  max-width: 100%;
  height: auto;
}

.p-flow__item-description {
  padding: 0 20px 20px;
}

.p-flow__item-description p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.p-flow__note {
  margin-top: 32px;
  font-size: 14px;
  color: #666;
}

@media (max-width: 960px) {
  .p-flow__item {
    flex-basis: calc(50% - 15px);
  }

  .p-flow__item:nth-child(2n)::after {
    display: none;
  }
}

@media (max-width: 960px) {
  .p-flow {
    padding: 40px 0;
  }

  .p-flow__title {
    font-size: 28px;
  }

  .p-flow__subtitle {}

  .p-flow__content {
    flex-direction: column;
    gap: 20px;
  }

  .p-flow__item {
    flex-basis: 100%;
  }

  .p-flow__item::after {
    top: auto;
    bottom: -25px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }

  .p-flow__item:hover::after {
    transform: translateX(50%) rotate(90deg) translateY(5px);
  }

  .p-flow__item:last-child::after {
    display: none;
  }
}

@media (max-width: 960px) {
  .p-flow__title {
    font-size: 24px;
  }

  .p-flow__item-title {}

  .p-flow__item-description p {
    font-size: 14px;
  }
}

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

.p-goodtimes__voice--item {
  position: relative;
  border: solid #eb6120 4px;
  border-radius: 8px;
  background-color: hsl(37, 78%, 95%);
  max-width: 454px;
  padding: 24px;
}

@media screen and (max-width: 960px) {
  .p-goodtimes__voice--item {
    max-width: 350px;
    min-height: 350px;
    margin-left: 2px;
  }
}

.p-goodtimes__voice--item.swiper-slide {
  height: auto;
}

.p-goodtimes__voice--detail {
  position: relative;
}

.p-goodtimes__voice--title {
  display: inline-block;
  color: #eb6120;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 24px;
  position: relative;
}

.p-goodtimes__voice--title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  border-bottom: dotted 2px #eb6120;
}

.p-goodtimes__voice--text {
  font-size: 16px;
  width: 70%;
}

@media screen and (max-width: 960px) {
  .p-goodtimes__voice--text {
    line-height: 1.6;
    font-size: 15px;
    width: 75%;
  }
}

.p-goodtimes__voice--customer {
  position: absolute;
  right: 2px;
  bottom: -24px;
  overflow: hidden;
  width: 154px;
  height: 250px;
}

@media screen and (max-width: 960px) {
  .p-goodtimes__voice--customer {
    right: 0;
    width: 100px;
    height: 150px;
    bottom: -2px;
  }
}

.p-goodtimes__voice--customer img {
  object-fit: cover;
}

.p-goodtimes__voice--closing {
  font-size: 24px;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .p-goodtimes__voice--closing {
    line-height: 2.5;
    font-size: 16px;
    margin-top: 24px;
  }
}

.p-goodtimes__faq {}

.p-goodtimes__faq .p-goodtimes__inner {
  padding-bottom: 0;
}

.p-goodtimes__title {}

.p-goodtimes__title--sub {}

.p-goodtimes__faq-list {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (max-width: 960px) {
  .p-goodtimes__faq-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
  }
}

.p-goodtimes__faq-item {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, .1);
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .p-goodtimes__faq-item {
    width: 100%;
  }
}

.p-goodtimes__faq-question {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #EB6120;
  padding: 28px 16px;
  margin: 0;
}

.p-goodtimes__faq-question::before {
  position: absolute;
  left: 16px;
  top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background-color: #EB6120;
  color: #fff;
  border-radius: 32px;
  content: "Q";
  line-height: 1;
  font-weight: 700;
  width: 32px;
  height: 32px;
  margin: 0 auto auto;
}

.p-goodtimes__faq-question-text {
  font-weight: 700;
  margin-left: 44px;
}

.p-goodtimes__faq-question {
  position: relative;
  padding-right: 30px; /* アイコンのためのスペース */
  cursor: pointer;
}

.p-goodtimes__faq-question::after {
  /* content: ""; */
  /* content: '+'; */
  /* position: absolute; */
  /* right: 10px; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* font-size: 20px; */
  /* transition: transform 0.3s ease; */
}

.p-goodtimes__faq-question.is-open::after {
  /* content: ""; */
  /* content: '-'; */
  /* transform: translateY(-50%) rotate(180deg); */
}

.p-goodtimes__faq-answer {
  display: none;
  position: relative;
  align-items: center;
  border-top: solid 1px #B4B4B5;
  padding: 0 16px 28px;
  margin: 0;
}
.p-goodtimes__faq-answer::before {
  position: absolute;
  left: 16px;
  top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  background-color: #0098D8;
  color: #fff;
  border-radius: 32px;
  content: "A";
  line-height: 1;
  font-weight: 700;
  width: 32px;
  height: 32px;
  margin: 0 auto auto;
}

.p-goodtimes__faq-answer-text {
  margin-top: 28px;
  margin-left: 44px;
}

@media (max-width: 960px) {}

.p-service-menu {
  padding: 0;
}

.p-service-menu__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding-top: 34px;
}

.p-service-menu__item {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, .1);
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  /* height: 306px; */
}

.p-service-menu__item--recommend {
  box-sizing: border-box;
  border: solid 3px #eb6120;
}

.p-service-menu__item--recommend::before {
  position: absolute;
  top: -18px;
  left: -8px;
  content: "オススメ!!";
  background-color: #e74c3c;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 5px 8px;
}

.p-service-menu__item--recommend::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #e74c3c;
  border-bottom: 0;
}

.p-service-menu__item-info {
  padding: 20px 20px 16px;
}

.p-service-menu__item-price--normal {
  display: inline-flex;
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}

.p-service-menu__item-price--normal--number {
  text-decoration: line-through;
}

.p-service-menu__item-price--normal--title {
  margin-right: 4px;
}

.p-service-menu__item-price-number--highlight {
  display: inline;
  background: linear-gradient(transparent 70%, #f7ee00 70%);
}

.p-service-menu__item-price--normal--content {
  margin: 0;
}

.p-service-menu__item-title {
  border-bottom: solid 1px #B4B4B5;
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

.p-service-menu__item-price {
  display: flex;
  align-items: baseline;
}

.p-service-menu__item-price-discount {
  display: inline-block;
  background-color: #e74c3c;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  margin-bottom: 16px;
}

.p-service-menu__item-price-number {
  line-height: 1;
  /* font-size: 28px; */
  font-size: 42px;
  font-weight: bold;
  color: #e74c3c;
}

.p-service-menu__item-price-unit {
  font-size: 14px;
  color: #666;
  margin-left: 5px;
}

.p-service-menu__item-price-unit-red {
  font-weight: bold;
  color: #e74c3c;
}

.p-service-menu__item-image {
  height: 224px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.p-service-menu__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-service-menu__pack {
  grid-column: 1 / -1;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, .1);
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.p-service-menu__pack-title {
  display: inline-block;
  font-size: 24px;
  background-color: #EB6120;
  border-radius: 48px;
  color: #fff;
  font-weight: 700;
  padding: 8px 24px;
  margin-bottom: 15px;
}

.p-service-menu__pack-description {
  background-color: #fae8d4;
  border-radius: 8px;
  padding: 16px 16px 18px;
}

.p-service-menu__pack-description--title {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 8px;
}

.p-service-menu__pack-description--item {
  position: relative;
  position: relative;
  font-size: 14px;
  margin-left: 1.2rem;
}

.p-service-menu__pack-description--item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 100%;
  background: #eb6120;
  margin: auto;
}

.p-service-menu__pack-description--unit {
  font-size: 12px;
}

.p-service-menu__pack-prices {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.p-service-menu__pack-price-item {
  text-align: center;
}

.p-service-menu__pack-price-label {

  color: #666;
  margin-bottom: 5px;
}

.p-service-menu__pack-price-value {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.p-service-menu__pack-price-value--discounted {
  color: #e74c3c;
}

.p-service-menu__pack-note {
  font-size: 14px;
  color: #999;
}

@media (max-width: 960px) {
  .p-service-menu__title {
    font-size: 28px;
  }

  .p-service-menu__content {
    grid-template-columns: 1fr;
  }

  .p-service-menu__pack-prices {
    flex-direction: column;
    align-items: center;
  }

  .p-service-menu__pack-price-item:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 960px) {
  .p-service-menu__title {
    font-size: 24px;
  }

  .p-service-menu__item-title {
    font-size: 20px;
  }

  .p-service-menu__item-price-number {
    font-size: 24px;
  }

  .p-service-menu__item-price--normal {
    width: 100%;
  }

  .p-service-menu__pack-title {
    font-size: 24px;
  }

  .p-service-menu__pack-price-value {
    font-size: 20px;
  }
}

.p-contact {
  background-color: #fff;
  padding: 100px 0;
}

.p-contact__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-contact__copy {
  text-align: center;
  margin-bottom: 80px;
}

.p-contact__copy-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 2.5;
}

#animated-text-1,
#animated-text-2 {
  display: inline-block;
}

#animated-text-1 span,
#animated-text-2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px) scale(0.5);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.js-animate-on-scroll {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.js-animate-on-scroll.is-visible {
  opacity: 1;
}

.p-contact__header {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.p-contact__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-contact__subtitle {

  color: #666;
}

.p-contact__form {
  /* background-color: #fff; */
  /* padding: 30px; */
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.p-contact__example {
  font-size: 14px;
  color: #888;
  margin-top: 8px;
}

.p-contact__table {
  border-color: inherit;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.p-contact__table textarea,
.p-contact__table input {
  background: #f8f4f0;
  border: none;
}

.p-contact__row:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.p-contact__header {
  background: #fae8d4;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  width: 30%;
  padding: 15px 16px;
}

.p-contact__data {
  border: solid 1px #f8f4f0;
  padding: 15px;
}

.p-contact__data select {
  border: solid 1px #f8f4f0;
  font-size: 16px;
  padding: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "SF Pro JP", "SF Pro Display", "SF Pro Icons", "Hiragino Kaku Gothic Pro", 
  "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.p-contact__required,
.p-contact__optional {
  display: inline-block;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 3px;
  position: absolute;
  right: 16px;
}

.p-contact__required {
  background-color: #eb6120;
  color: #fff;
}

.p-contact__optional {
  background-color: #0098D8;
  color: #fff;
}

.p-contact__label {
  font-weight: bold;
}

.p-contact__input,
.p-contact__textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;

}

.p-contact__textarea {
  height: 150px;
  resize: vertical;
}

.p-contact__checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p-contact__checkbox-wrapper .wpcf7-list-item{
  margin: 0;
}

.p-contact__checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.wpcf7-form-control-wrap .p-contact__checkbox-label {
  flex-wrap: wrap;
  gap: 10px
}

.p-contact__checkbox-wrapper .wpcf7-list-item label{
  display: flex;
  align-items: center;
  gap: 5px;
}

.p-contact__checkbox {
  margin-right: 5px;
}

.p-contact__submit-btn {
  background-color: #eb6120;
  max-width: 340px;
  margin: 0 auto;
  min-height: 56px;
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  z-index: 0;
  border: solid 2px #eb6120;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* transition: color 0.4s; */
  transition: all .3s;
}

.p-contact__submit-btn:hover {
  opacity: 0.7;
}

.p-contact__submit-btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #fff;
  transition: .4s;
}

.p-contact__submit-btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #eb6120;
  border-right: solid 1px #eb6120;
  transform: rotate(45deg);
  position: absolute;
  right: 22px;
  transition: border-color 0.4s;
}

.p-contact__submit-btn::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  transition: background-color 0.4s;
}

@media (max-width: 960px) {
  .p-contact {
    width: 100%;
    padding: 40px 0;
  }

  .p-contact__title {
    font-size: 28px;
  }

  /* .p-contact__form {
    display: block;
    width: 100%;
  } */

  .p-contact__table,
  .p-contact__row,
  .p-contact__header,
  .p-contact__data {
    display: block;
    width: 100%;
  }

  .p-contact__table tbody {
    display: block;
    width: 100%;
  }

  .p-contact__row {
    border-bottom: none;
  }

  .p-contact__header {
    /* padding-bottom: 5px; */
    margin-bottom: 0;
  }

  .p-contact__data {
    padding-top: 14px;
  }

  .p-contact__checkbox-wrapper {
    flex-direction: column;
  }
  .wpcf7-form-control-wrap .p-contact__checkbox-label{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 960px) {
  .p-contact__title {
    font-size: 24px;
  }

  .p-contact__copy-text {
    font-size: 20px;
  }

  .p-contact__submit-btn {
    width: 100%;
  }

  .p-contact__row:not(:last-child) {
    border-bottom: none;
  }
}

.p-contact__agreement{
  text-align: center;
  margin-bottom: 20px;
}

/* recaptchaのバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

.c-recaptcha-note {
  color: #888;
  font-size: 11px;
  text-align: center;
  margin: 24px 16px 0;
}

.c-recaptcha-note a {
  text-decoration: underline;
  transition: all .3s;
}

.c-recaptcha-note a:hover {
  text-decoration: none;
}
