@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Zen+Kaku+Gothic+Antique:wght@500;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__title {
    font-size: 20px;
  }

  .p-goodtimes__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.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__deco--left {
  position: absolute;
  top: 150px;
  left: 30px;
}

.p-mv__deco--right {
  position: absolute;
  top: 150px;
  right: 30px;
}

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

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

.p-mv__subtitle--text01 {
  display: inline-block;
  /* animation-delay: 0s; */
}

.p-mv__subtitle--text02 {
  display: inline-block;
  position: relative;
  top: -16px;
  /* 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: 157px;
  left: 90px;
}

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

.p-mv__image--left--03 {
  position: absolute;
  top: 84px;
  left: 148px;
}

.p-mv__image--left--04 {
  position: absolute;
  top: 326px;
  left: 240px;
}

.p-mv__image--left--05 {
  position: absolute;
  top: 308px;
  left: 291px;
}

.p-mv__image--left--06 {
  position: absolute;
  top: 466px;
  left: 101px;
}

.p-mv__image--left--07 {
  position: absolute;
  top: 486px;
  left: 161px;
}

.p-mv__image--left--08 {
  position: absolute;
  top: 486px;
  left: 421px;
}

.p-mv__image--left--09 {
  position: absolute;
  top: 299px;
  left: 481px;
}

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

.p-mv__image--right--01 {
  position: absolute;
  right: 119px;
  top: -110px;
}

.p-mv__image--right--02 {
  position: absolute;
  right: 65px;
  top: -48px;
}

.p-mv__image--right--03 {
  position: absolute;
  right: 120px;
  top: 40px;
}

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

.p-mv__image--right--05 {
  position: absolute;
  top: 117px;
  right: 345px;
}

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

.p-mv__image--right--07 {
  position: absolute;
  top: 100px;
  right: 277px;
}

.p-mv__image--right--08 {
  position: absolute;
  right: 208px;
  top: 292px;
}

.p-mv__image--right--09 {
  position: absolute;
  right: 154px;
  top: 263px;
}

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

.p-mv__brand {
  margin-top: 20px;
}

.p-mv__brand--note {
  display: block;
  text-align: left;
  font-size: 12px;
  color: #666;
  max-width: 640px;
  line-height: 1.4;
  margin: 0 auto 4px;
}

.p-mv__brand--dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: solid 4px #EB6120;
  background-color: #EB6120;
  border-radius: 8px;
  max-width: 640px;
  margin-inline: auto;
}

.p-mv__brand--dt {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  padding: 14px 24px;
  height: 100%;
}

.p-mv__brand--dd {
  background-color: #fff;
  color: #333;
  flex: 1;
  margin-left: 0;
}

.p-mv__brand--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-mv__brand--item {
  margin-right: 20px;
}

.p-mv__brand--item:last-child {
  margin-right: 0;
}

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

.p-mv__visual {
  position: relative;
  width: 100%;
  height: 200px;
}

.p-mv__visual img {
  position: absolute;
  object-fit: contain;
}

.p-mv__visual--balloon01 {
  top: -10%;
  left: 5%;
  animation: float 3s ease-in-out infinite;
}

.p-mv__visual--balloon02 {
  top: 20%;
  left: 24%;
  animation: float 3.5s ease-in-out infinite;
}

.p-mv__visual--character {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-mv__visual--balloon03 {
  top: 18%;
  right: 20%;
  animation: float 4s ease-in-out infinite;
}

.p-mv__visual--balloon04 {
  top: -10%;
  right: 2%;
  animation: float 3.2s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}


@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__image--left {
    top: 0;
    left: 0;
  }

  .p-mv__image--left--01 {
    top: 114px;
    left: 6px;
    width: 22px;
    height: 22px;
  }

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

  .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-mv__brand {
    margin-top: 20px;
  }

  .p-mv__brand--note {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #666;
    max-width: 640px;
    line-height: 1.4;
    margin: 0 auto 4px;
  }

  .p-mv__deco--left {
    top: 100px;
    left: 2px;
  }

  .p-mv__deco--right {
    top: 100px;
    right: 2px;
  }

  .p-mv__deco--right img,
  .p-mv__deco--left img {
    width: 40px;
    height: auto;
  }

  .p-mv__visual {
    height: 88px;
  }

  .p-mv__visual--balloon01 {
    top: -2%;
    left: -4%;
  }

  .p-mv__visual--balloon02 {
    top: 21%;
    left: 17%;
  }

  .p-mv__visual--character {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .p-mv__visual--balloon03 {
    top: 21%;
    right: 17%;
  }

  .p-mv__visual--balloon04 {
    top: -2%;
    right: -4%;
  }

  .p-mv__visual img {
    max-width: 80px;
  }

  .p-mv__image--left--03,
  .p-mv__image--left--04,
  .p-mv__image--left--05,
  .p-mv__image--left--06,
  .p-mv__image--left--07,
  .p-mv__image--left--08,
  .p-mv__image--left--09,
  .p-mv__image--right--05,
  .p-mv__image--right--08,
  .p-mv__image--right--09 {
    display: none;
  }

  .p-mv__image--right--01 {
    top: -202px;
    right: 19px;
  }

  .p-mv__image--right--02 {
    right: -2px;
    top: -180px;
  }

  .p-mv__image--right--03 {
    top: -134px;
  }

  .p-mv__subtitle--text02 {
    top: -4px;
  }

  .p-mv__brand--dl {
    display: block;
  }

  .p-mv__brand--dt {
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
  }

  .p-mv__brand--dd {
    background-color: #fff;
    color: #333;
    flex: 1;
    margin-left: 0;
    padding: 8px;
  }

  .p-mv__brand--list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-mv__brand--item {
    margin-right: 20px;
  }

  .p-mv__brand--item:last-child {
    margin-right: 0;
  }

  .p-mv__brand--item img {
    max-width: 100%;
    width: auto;
    height: 32px;
  }
}

.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 {
	margin-top: 60px;
  display: flex;
	flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

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

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

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

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

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

.p-solution__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-solution__cta-text {
  font-size: 1.1rem;
  font-weight: bold;
}

@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: -10px;
  }

  .p-solution__list-item:nth-child(3) {
    position: absolute;
    left: 0;
    top: 120px;
  }

  .p-solution__list-item:nth-child(4) {
    position: absolute;
    top: 110px;
    right: -30px;
  }

  .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{
		margin-top: 40px;
	}

  .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-subsidy {
  background-color: #fff;
}

/* .p-subsidy .p-goodtimes__inner {
  padding-bottom: 0;
} */

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

.p-subsidy__character {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 64px;
}

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

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

.p-subsidy__content {
  max-width: 100%;
  width: 880px;
  margin: 0 auto 40px;
}

.p-subsidy__text {

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

.p-subsidy__timeline {
  display: flex;
  justify-content: center;
  /* margin-bottom: 40px; */
  position: relative;
  padding-top: 20px;
}

.p-subsidy__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-subsidy__timeline-item:last-child::before,
.p-subsidy__timeline-item:last-child::after {
  display: none;
}

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

.p-subsidy__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-subsidy__timeline-title {
  display: flex;
  align-items: center;
  justify-content: center;

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 960px) {
  .p-subsidy__timeline {
    overflow-x: scroll;
    flex-direction: column;
    align-items: center;
  }

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

  .p-subsidy__timeline {
    display: block;
    position: relative;
    overflow-x: auto;
    /* 横スクロールを有効にする */
    white-space: nowrap;
    /* 改行を防ぐ */
    -webkit-overflow-scrolling: touch;
    /* iOSでのスムーズスクロール */
    padding: 20px 0;
    /* 上下にパディングを追加 */
    margin-bottom: 0;
  }

  .p-subsidy__timeline-content {
    display: inline-block;
    /* インラインブロック要素にする */
    min-width: 100%;
    /* 最小幅を100%に設定 */
  }

  .p-subsidy__timeline-content img {
    max-width: 100%;
    /* 画像の最大幅制限を解除 */
    height: auto;
    /* 高さを自動調整 */
  }

  /* スクロールバーのスタイリング（オプション） */
  .p-subsidy__timeline::-webkit-scrollbar {
    height: 8px;
  }

  .p-subsidy__timeline::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }

  .p-subsidy__timeline::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
  }

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

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

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

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

  .p-subsidy__timeline-title {}

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

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

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

  .p-subsidy__note {}

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

  .p-subsidy__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;
  margin-bottom: 24px;
}

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

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

.p-features__content {
  padding: 24px 16px;
}

.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;
  /* min-height: 324px; */
}

/* .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;
  color: #eb6120;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  padding: 5px 10px 5px 16px;
  border-radius: 5px;
  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__point-icon {
	width: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

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

  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: 60px 0; */
  }

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

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

  .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__point-icon {
		width: 46px;
	}
  .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: center;
  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 {
  /* display: none; */
  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;
}

.p-flow-card {
  display: flex;
  justify-content: center;
  max-width: 680px;
  margin: 56px auto 0;
}

.p-flow-card__title {
  display: flex;
  align-items: center;
  background-color: #EB6120;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 8px;
  padding: 8px 16px;
  margin-right: 24px;
}

.p-flow-list {
  list-style-type: none;
  padding: 0;
}

.p-flow-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 16px;
}

.p-flow-list__type {
  font-weight: 700;
  margin-right: 24px;
}

.p-flow-list__time {}

/* Utility */
.p-flow-u-border-bottom {
  border-bottom: 1px solid var(--color-border);
}

/* Scope */
.p-flow-card--construction-time .p-flow-list__item:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}

.p-flow-list__note {
  display: block;
  text-align: center;
  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;
  }

  .p-flow-card {
    display: block;
    width: 100%;
    margin: 32px 0 0;
  }

  .p-flow-card__title {
    margin: 0 0 16px;
  }
}

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

  .p-flow__item-image {
    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;
	margin-right: 40px;
}

.p-goodtimes__faq-question-mark {
	width: 35px;
	height: 35px;
	border: 2px solid #EB6120;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
.p-goodtimes__faq-question-mark::before,
.p-goodtimes__faq-question-mark::after{
	content: "";
	width: 20px;
	height: 3px;
	border-radius: 1px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .25s all;
	background-color: #EB6120;
}
.p-goodtimes__faq-question-mark::before{
	transform: translate(-50%,-50%);
}
.p-goodtimes__faq-question-mark::after{
	transform: translate(-50%,-50%) rotate(90deg);
}
.p-goodtimes__faq-question.is-open .p-goodtimes__faq-question-mark::after{
	transform: translate(-50%,-50%);
}

.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) {}
@media (max-width: 767px) {
	.p-goodtimes__faq-question-text{
		margin-right: 25px;
	}
	.p-goodtimes__faq-question-mark {
		width: 30px;
		height: 30px;
		right: 18px;
	}
	.p-goodtimes__faq-question-mark::before,
	.p-goodtimes__faq-question-mark::after{
		width: 18px;
		height: 2px;
	}
	
}

.p-service-menu__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.p-service-menu__item {
	position: relative;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(185, 141, 74, .1);
  padding: 16px;
}

.p-service-menu__name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.p-service-card-model--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  line-height: 1;
  gap: 16px;
	margin-top: 8px;
  margin-bottom: 16px;
}

.p-service-card-model--text {
  background-color: #EB6120;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 16px;
  padding: 8px 16px;
	position: absolute;
	top: 16px;
	right: 10px;
	max-width: calc(100% - 160px);
}

.p-service-card-img {
  width: 52%;
  margin-right: 2%;
  margin-bottom: 16px;
	flex-shrink: 0;
}

.p-service-menu__spec {
  display: flex;
}

.p-service-menu__image {
  flex: 0 0 200px;
  margin: 0;
}

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

.p-service-card-model--detail {
  font-size: 14px;
}


.p-service-card-feature-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.p-service-card-feature-item {
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  font-size: 0.9em;
}

.p-service-card-feature-item.is-active {
  background-color: #4CAF50;
  color: white;
}

.p-service-card-list-price {
  /* text-align: right; */
  font-size: 0.9em;
  color: #666;
  width: 100%;
}

.p-service-card-price-large {
  text-decoration: line-through;
  font-size: 1.2em;
}

.p-service-card-price-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 4px;
}

.p-service-card-discount-rate {
  display: inline-flex;
  align-items: baseline;
  background-color: #e74c3c;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  padding: 4px 16px;
}

.p-service-card-discount-unit {
  margin-right: 2px;
}

.p-service-card-discount-unit,
.p-service-card-discount-label {
  font-size: 1em;
}

.p-service-card-special-price-label {
  font-size: 0.9em;
  margin: 0 0 5px 8px;
}

.p-service-card-special-price {
  font-size: 1em;
  font-weight: bold;
  color: #e53935;
  margin: 0;

  span {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .p-service-menu__content {
    display: block;
    padding: 0;
  }

  .p-service-menu__item {
    margin-bottom: 16px;
  }

}

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

.p-contact__checkbox-label a {
  text-decoration: underline;

  &:hover {
    text-decoration: none;
  }
}

.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 {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

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

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

.p-contact__header {
  background: #fae8d4;
  text-align: left;
  vertical-align: middle;
  padding: 15px 16px;
  width: 30%;
  position: relative;
}

.p-contact__data {
  padding: 15px;
}

.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: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

.p-contact__radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.p-contact__radio-label input {
	margin-right: 8px;
}
.p-contact__radio-label input[type="checkbox"] {
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	width: 13px;
	height: 13px;
	border: 1px solid #777;
	border-radius: 50%;
	padding: 2px;
	background-clip: content-box;
}
.p-contact__radio-label input[type="checkbox"]:checked {
	border-color: #0275FF;
	background-color: #0275FF;
}

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

.p-contact__submit-btn {
  background-color: #eb6120;
  max-width: 300px;
  margin: 0 auto;
  min-height: 58px;
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  z-index: 0;
  border: solid 2px #eb6120;
	border-radius: 5px;
  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;
}

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

.p-contact__privacy{
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
}

@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 {
    border: solid 1px #f8f4f0;
    padding-top: 14px;
  }

  .p-contact__checkbox-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 960px) {

  .p-contact__form {
    padding: 0;
  }

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

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

  .p-contact__submit-btn {
    width: 100%;
		font-size: 20px;
  }

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

	.p-contact__privacy{
		font-size: 14px;
	}
}

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

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

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

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

.p-column-three__subtitle {

  color: #666;
}

.p-column-three__content {
  counter-reset: flow-section;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.p-column-three__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-column-three__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-column-three__item-title {
  display: flex;
  align-items: center;
  background-color: #eb6120;
  color: #fff;
  font-weight: 700;
  border-radius: 24px;
  padding: 8px 24px;
  font-size: 20px;
  text-align: left;
  margin: 16px;
}

.p-column-three__item-title::after {
  position: absolute;
  top: 8px;
  right: 12px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/icon_gt_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 44px;
  height: 54px;
  margin-right: 8px;
}


.p-column-three__item-title02 {
  color: #eb6120;
  font-weight: 700;
  border-radius: 24px;
  padding: 8px 24px;
  font-size: 20px;
  text-align: left;
  margin: 16px 0;
}

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

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

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

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

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

.p-column-three-card {
  display: flex;
  justify-content: center;
  max-width: 680px;
  margin: 56px auto 0;
}

.p-column-three-card__title {
  display: flex;
  align-items: center;
  background-color: #EB6120;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 8px;
  padding: 8px 16px;
  margin-right: 24px;
}

.p-column-three-list {
  list-style-type: none;
  padding: 0;
}

.p-column-three-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 16px;
}

.p-column-three-list__type {
  margin-right: 24px;
}

.p-column-three-list__time {}

/* Utility */
.p-column-three-u-border-bottom {
  border-bottom: 1px solid var(--color-border);
}

/* Scope */
.p-column-three-card--construction-time .p-column-three-list__item:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}

.p-column-three__closong {
  text-align: center;
  color: #eb6120;
  font-size: 24px;
  font-weight: 700;
  margin-top: 32px;
}

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

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

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

  .p-column-three__title {
    font-size: 28px;
  }

  .p-column-three__subtitle {}

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

  .p-column-three__item {
    flex-basis: 100%;
  }

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

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

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

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

  .p-column-three__item-title {}

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

.p-column__list {
  margin-top: 60px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.p-column__list .item {
  box-shadow: 0 4px 0 0 #E8DDC6;
  width: 300px;
  border-radius: 20px;
  background: #fff;
}

.p-column__list .photo img {
  width: 100%;
  height: 200px;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}

.p-column__list .info {
  gap: 20px;
  justify-content: flex-start;
  padding: 10px 18px 0 28px;
  display: flex;
}

.p-column__list h1 {
  position: absolute;
  left: 120px;
  top: 0;
  padding-bottom: 60px;
  line-height: 52px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 52px;
  background: url("../images/icon-book.png") no-repeat center bottom;
  background-size: 52px auto;
}

.p-column__list .label {
  padding: 0 20px 10px 0;
  border-right: 1px solid #E8DDC6;
	flex-shrink: 0;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.p-column__list .label p {
  font-weight: 700;
}

.p-column__list .year {
  font-size: 16px;
  line-height: 16px;
}

.p-column__list .month {
  font-size: 18px;
  line-height: 16px;
}

.p-column__list .day {
  font-size: 34px;
  line-height: 34px;
}

.p-column__list h2 {
  padding-top: 4px;
  max-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 700;
}

.p-column__more{
	margin-top: 71px;
	display: flex;
	justify-content: center;
}
.p-column__more a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 58px;
	width: 100%;
	max-width: 300px;
	background: #EB6120;
	border-radius: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.p-column__more a::after {
  position: absolute;
  right: 26px;
  top: 50%;
	transform: translateY(-50%);
  content: "";
  background: url("../images/arrow2.png") no-repeat center center;
  width: 10px;
  height: 8px;
  background-size: 8px 10px;
  display: block;
}

@media (max-width: 960px) {
	.p-column__list {
		flex-direction: column;
		align-items: center;
	}


	.p-column__more{
		margin-top: 50px;
	}
	.p-column__more a{
		width: 90%;
		font-size: 16px;
	}
}
@media screen and (min-width: 480px) {
  .p-column__more a {
		transition: .25s all;
	}
  .p-column__more a:hover {
		opacity: 0.6;
	}
}

.p-contact__radio-wrapper,
.p-contact__radio-label {
	display: block;
}

.wpcf7-list-item {
	display: block;
  width: 100%;
}

.wpcf7-list-item a {
	text-decoration: underline;
}

.wpcf7-form .wpcf7-form-control.has-spinner.wpcf7-submit {
  text-align: center;
  margin: auto;
}

/* 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;
}
