@charset "UTF-8";

.l-inner {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.c-breadcrumb__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-breadcrumb__items li {
  position: relative;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.6;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__items li {
    font-size: 1.4rem;
  }
}

.c-breadcrumb__items li a {
  color: #2D71A6;
}

.c-breadcrumb__items li:first-child {
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__items li:first-child {
    padding-right: 1.1rem;
  }
}

.c-breadcrumb__items li:not(:first-child) {
  padding-left: 1.2rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__items li:not(:first-child) {
    padding-left: 1.2rem;
    padding-right: 1.1rem;
  }
}

.c-breadcrumb__items li:not(:first-child)::before {
  content: ">";
  position: absolute;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.6;
  letter-spacing: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__items li:not(:first-child)::before {
    font-size: 1.2rem;
  }
}

.c-btn1 {
  position: relative;
  display: inline-block;
  color: #333;
  background-color: #FDF300;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3333333333;
  letter-spacing: 0;
  padding: 2.3rem 3.3rem 2.7rem 2.9rem;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn1 {
    min-width: 55rem;
		font-size: 3rem;
  }
}

.c-btn1 span {
  text-transform: uppercase;
}

.c-btn1::before {
  content: "";
  position: absolute;
  background-color: #5E4E00;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -0.8rem;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn1::after {
  content: "";
  position: absolute;
  background: url("../images/cta_finger.png") no-repeat center center/contain;
  aspect-ratio: 59/61;
  width: 5.9rem;
  bottom: -3.5rem;
  right: 0;
  z-index: 5;
}

@media (any-hover: hover) {
  .c-btn1:hover {
    top: 0.8rem;
  }
  .c-btn1:hover::before {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
}
.c-btn2 {
  min-width: 32rem;
  display: inline-block;
  background-color: #009789;
  border-radius: 2.5rem;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .c-btn2 {
    min-width: 25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.c-btn2 span {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-btn2 span {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}

.c-btn2 span::before {
  content: "";
  position: absolute;
  background: url("../images/arrow.png") no-repeat center center/contain;
  color: #fff;
  width: 0.6rem;
  height: 3.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

@media screen and (min-width: 768px) {
  .c-btn2--link {
    min-width: 29.7rem;
  }
}

.c-btn2--link span {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.c-btn2--link span::before {
  background: url("../images/gridicons_external.png") no-repeat center center/contain;
  aspect-ratio: 18/17;
  width: 1.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}

.c-btn2--news {
  min-width: 25rem;
}

.c-btn3 {
  position: relative;
  display: inline-block;
  min-width: 32rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0;
  background-color: #FDF300;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-btn3 {
    min-width: 55rem;
    padding-top: 2.3rem;
    padding-bottom: 2.7rem;
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}

.c-btn3::before {
  content: "";
  position: absolute;
  background-color: #5E4E00;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -0.8rem;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn3::after {
  content: "";
  position: absolute;
  background: url("../images/cta_finger.png") no-repeat center center/contain;
  aspect-ratio: 59/61;
  width: 5.9rem;
  bottom: -3.5rem;
  right: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-btn3::after {
    width: 8.4rem;
    bottom: -4rem;
    right: -3rem;
  }
}

.c-btn3 span {
  text-transform: uppercase;
}

@media (any-hover: hover) {
  .c-btn3:hover {
    top: 0.8rem;
  }
  .c-btn3:hover::before {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
}
.c-btn3--cta::after {
  right: 0;
  bottom: -2.5rem;
  width: 4.6rem;
}
@media screen and (min-width: 768px) {
  .c-btn3--cta::after {
    width: 8.4rem;
    right: -3rem;
    bottom: -5rem;
  }
}

.c-btn3--flow {
  min-width: 28rem;
}
@media screen and (min-width: 768px) {
  .c-btn3--flow {
    min-width: 41.3rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1.3rem;
  }
}

.c-btn3--thanks {
  min-width: 25rem;
}
@media screen and (min-width: 768px) {
  .c-btn3--thanks {
    min-width: 55rem;
  }
}

.c-btn3--thanks::after {
  content: none;
}

.c-card__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 273/150;
  width: 100%;
  height: 15rem;
  overflow: hidden;
}

.c-card__img img {
  aspect-ratio: 273/150;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card__img .c-card__img-logo {
  aspect-ratio: 344/124;
  -o-object-fit: contain;
     object-fit: contain;
  width: 15rem;
}

.c-card__date {
  display: block;
  padding-top: 0.3rem;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  color: #DCDCDC;
}
@media screen and (min-width: 768px) {
  .c-card__date {
    padding-top: 0.4rem;
    font-size: 1rem;
  }
}

.c-card__title {
  padding-top: 0.1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数指定 */
}
@media screen and (min-width: 768px) {
  .c-card__title {
    font-size: 1.6rem;
  }
}

.c-card__text {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-card__text {
    margin-top: 1.1rem;
    font-size: 1.4rem;
  }
}

.c-cta-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
  .c-cta-btn {
    display: none;
  }
}

.c-cta-btn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #D60000;
  padding: 1rem 0.4rem;
  gap: 0.2rem;
}

.c-cta-btn__item--green {
  background-color: #219653;
}

.c-cta-btn__item--orange {
  background-color: #EE8C22;
}

.c-cta-btn__icon {
  width: 2.6rem;
}

.c-cta-btn__icon img {
  aspect-ratio: 26/26;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-cta-btn__box {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-cta-btn__sub-text {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.c-cta-btn__text {
  margin-top: 0.3rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}

.c-cta-btn__item--orange .c-cta-btn__icon {
  width: 2.8rem;
}

.c-cta {
/*   background: -webkit-gradient(linear, left top, right top, from(#FE0D22), to(#D70001));
  background: linear-gradient(90deg, #FE0D22 0%, #D70001 100%);
 */
  background-color: #009789;  
	padding: 5rem 1rem 7rem 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-cta {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

.c-cta__title {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  background-color: #fff;
  padding-top: 0.9rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 768px) {
  .c-cta__title {
    max-width: 100rem;
    width: 100%;
    margin-inline: auto;
    font-size: 4rem;
  }
}

.c-cta__title span {
  color: #D60000;
}

.c-cta__head {
  margin-top: 1.6rem;
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-cta__head {
    margin-top: 3rem;
    font-size: 5rem;
  }
}

.c-cta__head span {
  color: #ffa17a;
}

.c-cta__text {
  margin-top: 1.1rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-cta__text {
    margin-top: 3.5rem;
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .c-cta__text-strong {
    font-size: 4rem;
  }
}

.c-cta__text-yellow {
  color: #FDED20;
}

.c-cta__bottom-text {
  position: relative;
  display: inline-block;
  margin-top: 3.2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-cta__bottom-text {
    margin-top: 6.4rem;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

.c-cta__bottom-text::before,
.c-cta__bottom-text::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
}

.c-cta__bottom-text::before {
  background: url("../images/line1.png") no-repeat center center/contain;
  left: -1rem;
  bottom: 0.5rem;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .c-cta__bottom-text::before {
    left: -4.5rem;
		width: 4rem;
		height: 4rem;
  }
}

.c-cta__bottom-text::after {
  background: url("../images/line2.png") no-repeat center center/contain;
  right: -1rem;
  bottom: 0.5rem;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .c-cta__bottom-text::after {
    right: -4.5rem;
		width: 4rem;
		height: 4rem;
  }
}

.c-cta__btn {
  text-align: center;
  margin-top: 1.7rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-cta__btn {
    margin-top: 1.5rem;
  }
}

.c-cta__btn a {
  opacity: 1;
}

.c-drawer-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0% 0% 100% 0%);
          clip-path: inset(0% 0% 100% 0%);
}

.c-drawer-content.is-active {
  opacity: 1;
  visibility: visible;
}

.c-drawer-content__bg {
  padding-top: 8rem;
  background-color: #009789;
  padding-bottom: 3rem;
}

.c-drawer-content__items {
  padding-top: 1rem;
}

.c-drawer-content__item {
  border: 1px solid #fff;
}

.c-drawer-content__item + .c-drawer-content__item {
  margin-top: 1rem;
}

.c-drawer-content__item a {
  position: relative;
  display: block;
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
}

.c-drawer-content__item a::before {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}

.c-drawer-content__item a::after {
  content: ">";
  position: absolute;
  font-size: 1.3rem;
  color: #009789;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
}

.c-drawer-content__text {
  margin-top: 2rem;
  text-align: center;
}

.c-drawer-content__text a {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
}

.c-drawer-icon {
  width: 2rem;
  height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-drawer-icon span {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-drawer-icon__text-menu,
.c-drawer-icon__text-close {
  margin-top: 0.5rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}

.c-drawer-icon__text-menu {
  display: block;
}

.c-drawer-icon__text-close {
  display: none;
}

.p-header__top-menu.is-active .c-drawer-icon span:nth-child(1) {
  -webkit-transform: translateY(0.5rem) rotate(45deg);
          transform: translateY(0.5rem) rotate(45deg);
}

.p-header__top-menu.is-active .c-drawer-icon span:nth-child(2) {
  opacity: 0;
}

.p-header__top-menu.is-active .c-drawer-icon span:nth-child(3) {
  -webkit-transform: translateY(-0.6rem) rotate(-45deg);
          transform: translateY(-0.6rem) rotate(-45deg);
}

.p-header__top-menu.is-active .c-drawer-icon__text-menu {
  display: none;
}

.p-header__top-menu.is-active .c-drawer-icon__text-close {
  display: block;
}

.c-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-form__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-form__item:not(:first-child) {
  margin-top: 2rem;
}

.c-form__item--top {
  padding-top: 1.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.c-form__item--top2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 768px) {
  .c-form__item--top2 {
    padding-top: 2rem;
  }
}

.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c-form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.4rem;
            flex: 0 0 23.4rem;
    font-size: 1.6rem;
    gap: 0.9rem;
  }
}

.c-form__label-required,
.c-form__label-any {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0;
  padding: 0.1rem 0.4rem;
  color: #fff;
  border-radius: 0.4rem;
}
@media screen and (min-width: 768px) {
  .c-form__label-required,
  .c-form__label-any {
    font-size: 1.2rem;
    padding: 0.1rem 0.5rem;
  }
}

input[type=text],
input[type=email],
input[type=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 1px solid #DEDBE8;
  border-radius: 0.4rem;
  background-color: #fff;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  outline-color: #E13C3C;
}
@media screen and (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    padding: 1.7rem 2.5rem;
    font-size: 1.6rem;
  }
}

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

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

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

::placeholder {
  color: #DDD;
}

.c-form__input {
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .c-form__input {
    margin-top: 0;
    margin-top: initial;
  }
}

.c-form__label-required {
  background-color: #E13C3C;
}

.c-form__label-any {
  background-color: #0275FF;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin: 0;
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid #DEDBE8;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  input[type=radio] {
    width: 1.7rem;
    height: 1.7rem;
  }
}

input[type=radio]:checked {
  border-color: #E13C3C;
}

input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #E13C3C;
}
@media screen and (min-width: 768px) {
  input[type=radio]:checked::before {
    width: 1.1rem;
    height: 1.1rem;
  }
}

.c-form__item-radio-wrapper {
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .c-form__item-radio-wrapper {
    margin-top: 0;
    margin-top: initial;
  }
}

.c-form__item-radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}

.c-form__item-radio-label {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-form__item-radio-label {
    font-size: 1.6rem;
  }
}

.c-form__item-calendar-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  color: #D60000;
}
@media screen and (min-width: 768px) {
  .c-form__item-calendar-text {
    font-size: 1.2rem;
  }
}

input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 1px solid #DEDBE8;
  border-radius: 0.4rem;
  background-color: #fff;
  padding: 1rem;
  outline-color: #E13C3C;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  input[type=date] {
    padding: 1.7rem 2.5rem;
    font-size: 1.6rem;
  }
}

.c-form__item-calendar {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-form__item-calendar {
    margin-top: 0;
    margin-top: initial;
  }
}

.c-form__item-calendar-box {
  margin-top: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-form__item-calendar-box:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-form__item-calendar-box:not(:first-child) {
    margin-top: 2rem;
  }
}

.c-form__item-calendar-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6rem;
          flex: 0 0 6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-form__item-calendar-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.4rem;
            flex: 0 0 7.4rem;
    font-size: 1.6rem;
  }
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: 1px solid #DEDBE8;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 1rem;
  font-size: 1.2rem;
  min-height: 18rem;
  resize: vertical;
  outline-color: #E13C3C;
}
@media screen and (min-width: 768px) {
  textarea {
    padding: 1.7rem 2.5rem;
    font-size: 1.6rem;
    min-height: 26.2rem;
  }
}

.c-form__label--textarea {
  margin-top: 2rem;
}

.c-form__textarea {
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .c-form__textarea {
    margin-top: 0;
    margin-top: initial;
  }
}

.c-form__check {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .c-form__check {
    margin-top: 4rem;
    gap: 1rem;
  }
}

.c-form__check-input {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #DEDBE8;
  border-radius: 0.3rem;
}
@media screen and (min-width: 768px) {
  .c-form__check-input {
    width: 2rem;
    height: 2rem;
  }
}

.c-form__check-label {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-form__check-label {
    font-size: 1.6rem;
  }
}

.c-form__check-text {
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7857142857;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-form__check-text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.c-form__check-text a {
  color: #065FD4;
  text-decoration: underline;
}

.c-form__btn-wrapper {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-form__btn-wrapper {
    margin-top: 5rem;
  }
}

.c-form__btn {
  display: inline-block;
  min-width: 18rem;
  background-color: #219653;
  color: #fff;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-form__btn {
    min-width: 20rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.6rem;
  }
}

.wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-form__check .wpcf7-form-control-wrap {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.c-mv {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-mv {
    padding-top: 0;
    padding-top: initial;
  }
}

.c-mv__bg {
  position: relative;
  top: 0;
  left: 0;
}

.c-mv__bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.c-mv__bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-mv__title {
  text-align: center;
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 0.65;
  padding-top: 13.6rem;
  padding-bottom: 13.8rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-mv__title {
    font-size: 4rem;
  }
}

.c-mv__title--single {
  line-height: 1.5;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .c-mv__title--single {
    max-width: 100rem;
    margin: 0 auto;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    gap: 1.2rem;
  }
}

.c-pagination__item {
  width: 4.5rem;
  height: 2.8rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-pagination__item {
    width: 6.9rem;
    height: 4.3rem;
    font-size: 1.4rem;
  }
}

.c-pagination__item-nav {
  width: 2.5rem;
  height: 3rem;
  border: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-pagination__item-nav {
    width: 3.5rem;
    height: 4.3rem;
    font-size: 1.4rem;
  }
}

.c-pagination__item-nav a {
  opacity: 1;
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-pagination__item-nav.is-active {
  background-color: #E60700;
  color: #fff;
}

.c-pagination__item-nav:has(.page-numbers.dots) {
  border: none;
}

.c-pagination__item-page-prev {
  position: relative;
  width: inherit;
  height: inherit;
  border: 1px solid #D9D9D9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-pagination__item-page-prev a {
  opacity: 1;
  padding-left: 0.6rem;
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-pagination__item-page-prev a {
    padding-left: 1.4rem;
  }
}

.c-pagination__item-page-prev::before {
  content: "«";
  position: absolute;
  font-size: 1rem;
  font-weight: 500;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-pagination__item-page-prev::before {
    font-size: 1.4rem;
    left: 1.2rem;
  }
}

.c-pagination__item-page-next {
  position: relative;
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D9D9D9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}

.c-pagination__item-page-next a {
  opacity: 1;
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-pagination__item-page-next a {
    padding-right: 1.4rem;
  }
}

.c-pagination__item-page-next::before {
  content: "»";
  position: absolute;
  font-size: 1rem;
  font-weight: 500;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-pagination__item-page-next::before {
    font-size: 1.4rem;
    right: 1.2rem;
  }
}

@media (any-hover: hover) {
  .c-pagination__item-nav:hover {
    background-color: #E60700;
    color: #fff;
  }
  .c-pagination__item-page-prev:hover {
    background-color: #E60700;
    color: #fff;
  }
  .c-pagination__item-page-next:hover {
    background-color: #E60700;
    color: #fff;
  }
  .c-pagination__item-nav:has(.page-numbers.dots):hover {
    background-color: transparent;
    color: #333;
  }
}
.c-section-title {
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 0.3rem solid #009789;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    padding-bottom: 5rem;
  }
}

.c-section-title__sub {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-section-title__sub {
    font-size: 3rem;
    line-height: 0.8666666667;
  }
}

.c-section-title__main {
  display: inline-block;
  position: relative;
  margin-top: 3.2rem;
  font-size: 4rem;
  font-weight: 900;
  color: #009789;
  line-height: 0.65;
}
@media screen and (min-width: 768px) {
  .c-section-title__main {
    margin-top: 3.5rem;
    font-size: 6rem;
    line-height: 0.4333333333;
  }
}

.c-section-title--reason {
  position: relative;
  padding-bottom: 2rem;
}

.c-section-title--reason::before {
  content: "";
  position: absolute;
  background: url("../images/Strengths_humen.png") no-repeat center center/cover;
  aspect-ratio: 80/60;
  width: 8rem;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-section-title--reason::before {
    width: 19.6rem;
    bottom: 2rem;
  }
}

.c-section-title__main--column {
  margin-top: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .c-section-title__main--column {
    font-size: 5rem;
    line-height: 1.18;
  }
}

.c-section-title--case {
  padding-bottom: 1.2rem;
}

.c-section-title--case .c-section-title__main {
  margin-top: 0.5rem;
  line-height: 1.475;
}
@media screen and (min-width: 768px) {
  .c-section-title--case .c-section-title__main {
    margin-top: 1rem;
  }
}

.c-section-title--message {
  padding-bottom: 2rem;
}

.c-section-title--message .c-section-title__main {
  margin-top: 1rem;
  line-height: 1.475;
}
@media screen and (min-width: 768px) {
  .c-section-title--message .c-section-title__main {
    line-height: 1.18;
  }
}

.c-section-title--flow {
  padding-bottom: 1.6rem;
}

.c-section-title--flow .c-section-title__main {
  margin-top: 1rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .c-section-title--flow .c-section-title__main {
    line-height: 1.18;
  }
}

/* .c-section-title--flow::before {
  content: "";
  position: absolute;
  background: url("../images/flow_humen.png") no-repeat center center/contain;
  aspect-ratio: 74/55;
  width: 7.4rem;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-section-title--flow::before {
    width: 16.8rem;
    bottom: 2rem;
  }
}
 */
.c-section-title--qa .c-section-title__main {
  margin-top: 1rem;
  line-height: 1.475;
}

@media screen and (min-width: 768px) {
  .c-section-title--news .c-section-title__main {
    font-size: 5rem;
    line-height: 1.18;
  }
}

.p-company {
  background-color: #FFFBF5;
  padding-bottom: 4.6rem;
}

.p-company__wrapper {
  margin-top: 3rem;
  background-color: #fff;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company__wrapper {
    margin-top: 5.5rem;
    padding: 2.4rem 4.9rem 5.4rem 7.1rem;
  }
}

.p-company__list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (min-width: 768px) {
  .p-company__list-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 2.1rem;
    padding-bottom: 2.2rem;
  }
}

.p-company__list-box:last-child {
  border-bottom: none;
}

.p-company__list-title {
  padding-left: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-company__list-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.2rem;
            flex: 0 0 18.2rem;
    padding-left: 2rem;
    font-size: 1.6rem;
  }
}

.p-company__list-text {
  margin-top: 0.4rem;
  padding-left: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-company__list-text {
    font-size: 1.6rem;
    margin-top: 0;
    margin-top: initial;
    padding-left: 0;
    padding-left: initial;
  }
}

.p-company__map {
  margin-top: 2rem;
  width: 100%;
}

.p-company__map iframe {
  aspect-ratio: 880/600;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-company__map iframe {
    aspect-ratio: 880/350;
  }
}

.p-contact-thanks {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.p-contact-thanks__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__title {
    font-size: 3.2rem;
  }
}

.p-contact-thanks__lead {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #444;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__lead {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}

.p-contact-thanks__lead span {
  font-weight: 700;
}

@media (any-hover: hover) {
  .p-contact-thanks__lead a {
    pointer-events: auto;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-contact-thanks__lead a {
    pointer-events: none;
  }
}
.p-contact-thanks__btn {
  margin-top: 3.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-thanks__btn {
    margin-top: 4.800000000000001rem;
  }
}

.p-contact-thanks__btn a {
  opacity: 1;
}

.p-contact {
  padding-bottom: 5rem;
  background-color: #FFFBF5;
}

.p-contact__form {
  margin-top: 5rem;
  background-color: #fff;
  padding: 2rem 1.5rem;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    max-width: none;
    max-width: initial;
    padding: 6rem 10.7rem;
  }
}

.p-footer {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-bottom: 2.1rem;
  }
}

.p-footer__inner {
  max-width: 45rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: 62.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__logo img {
  aspect-ratio: 206/74;
  width: 20.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__wrapper {
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper {
    margin-top: 1.4rem;
    display: grid;
    grid-template-columns: repeat(6, auto);
  }
}

.p-footer__item a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-footer__item a {
    padding: 0.5rem;
  }
}

.p-footer__copy {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8125;
  letter-spacing: 0;
}

.p-fv {
  padding-top: 7.2rem;
  width: 100%;
  background-color: #D60000;
}
@media screen and (min-width: 768px) {
  .p-fv {
    padding-top: 0;
    padding-top: initial;
  }
}

.p-fv__top-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-fv__bg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-fv__bg {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-fv__bg img {
  aspect-ratio: 180/120;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__content {
  position: absolute;
  width: 94.4%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-fv__content {
    background-color: #fff;
    width: 53.2%;
    top: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.p-fv__content img {
  aspect-ratio: 1200/751;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__bottom-wrapper {
  background-color: #009789;
  padding: 4.4rem 1rem 8.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fv__bottom-wrapper {
    padding: 2.1rem 1rem 6.4rem;
  }
}

.p-fv__text {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3636363636;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

.p-fv__text::before,
.p-fv__text::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
}

.p-fv__text::before {
  background: url("../images/line1.png") no-repeat center center/contain;
  left: 0;
  bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv__text::before {
    left: -5rem;
		width: 4rem;
		height: 4rem;

  }
}

.p-fv__text::after {
  background: url("../images/line2.png") no-repeat center center/contain;
  right: 0;
  bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv__text::after {
    right: -5rem;
		width: 4rem;
		height: 4rem;

  }
}

.p-fv__btn {
  margin-top: 1.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__btn {
    margin-top: 1.5rem;
  }
}

.p-fv__btn a {
  opacity: 1;
}

.p-header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 15rem;
    position: relative;
  }
}

.p-header__top {
  width: 100%;
  background-color: #fff;
}

.p-header__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.3rem 1.3rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-header__top-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-header__top-logo {
  width: 13rem;
}
@media screen and (min-width: 768px) {
  .p-header__top-logo {
    width: 17.2rem;
  }
}

.p-header__top-logo img {
  aspect-ratio: 130/47;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__top-btn-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__top-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__top-tel {
  margin-left: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__top-tel-number {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #D60000;
  padding-left: 2.5rem;
}

.p-header__top-tel-number::before {
  content: "";
  position: absolute;
  background: url("../images/icon-tel.png") no-repeat center center/cover;
  aspect-ratio: 20/20;
  width: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.p-header__top-tel-text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0.2rem;
}

.p-header__top-reserve {
  margin-left: 3.9rem;
  display: inline-block;
  background-color: #219653;
  min-width: 24.2rem;
  text-align: center;
  padding-top: 0.9rem;
  padding-bottom: 1.3rem;
}

.p-header__top-reserve-text {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0;
  padding-left: 5.8rem;
}

.p-header__top-reserve-text::before {
  content: "";
  position: absolute;
  background: url("../images/icon-calendar.png") no-repeat center center/cover;
  aspect-ratio: 32/32;
  width: 3.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.p-header__top-opinion {
  margin-left: 1.6rem;
  background-color: #EE8C22;
  min-width: 25.8rem;
  text-align: center;
  padding-top: 0.9rem;
  padding-bottom: 1.3rem;
}

.p-header__top-opinion-text {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  padding-left: 3.5rem;
}

.p-header__top-opinion-text::before {
  content: "";
  position: absolute;
  background: url("../images/icon-human.png") no-repeat center center/cover;
  aspect-ratio: 32/32;
  width: 3.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.p-header__top-menu {
  width: 4.7rem;
  height: 5rem;
  background-color: #009789;
  padding: 1rem 1rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-header__top-menu {
    display: none;
  }
}

.p-header__bottom {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__bottom {
    display: block;
    position: static;
    position: initial;
    background-color: #009789;
    width: 100%;
    padding-top: 1.6rem;
    padding-bottom: 1.4rem;
  }
}

.p-header__bottom-nav {
  max-width: 80rem;
  width: 100%;
  margin-inline: auto;
}

.p-header__bottom-nav-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.p-header__bottom-nav-item {
  border-right: 1px solid #fff;
}

.p-header__bottom-nav-item:first-child {
  border-left: 1px solid #fff;
}

.p-header__bottom-nav-item a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding-top: 0.8rem;
  padding-bottom: 1.1rem;
  text-align: center;
}

.p-header__bottom.scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.p-privacy {
  padding-bottom: 5rem;
  background-color: #FFFBF5;
}

.p-privacy__wrapper {
  margin-top: 3rem;
  background-color: #fff;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__wrapper {
    margin-top: 5rem;
    padding: 6rem 10rem;
  }
}

.p-privacy__lead {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-privacy__lead {
    font-size: 1.6rem;
  }
}

.p-privacy__box {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__box {
    margin-top: 4rem;
  }
}

.p-privacy__title {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__title {
    font-size: 2rem;
    padding-left: 1.5rem;
  }
}

.p-privacy__title::before {
  content: "";
  position: absolute;
  background-color: #E60700;
  width: 0.3rem;
  height: 100%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-privacy__title::before {
    width: 0.5rem;
  }
}

.p-privacy__text {
  font-size: 1.2rem;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

@media (any-hover: hover) {
  .p-privacy__text a {
    pointer-events: auto;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-privacy__text a {
    pointer-events: none;
  }
}
.p-privacy__lists {
  margin-top: 0.8rem;
}

.p-privacy__list {
  position: relative;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__list {
    font-size: 1.6rem;
    padding-left: 1.6rem;
  }
}

.p-privacy__list::before {
  content: "・";
  position: absolute;
  font-size: 1.2rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-privacy__list::before {
    font-size: 1.6rem;
  }
}

.p-single {
  background-color: #FFFBF5;
  padding-bottom: 6rem;
}

.p-single__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 3rem;
  }
}

.p-single__date {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  color: #DCDCDC;
}
@media screen and (min-width: 768px) {
  .p-single__date {
    margin-top: 1.8rem;
    font-size: 1.6rem;
  }
}

.p-single__content {
  margin-top: 5rem;
  max-width: 100rem;
  margin-inline: auto;
  padding: 3rem 1.5rem 3rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-single__content {
    margin-top: 10rem;
    padding: 5rem 5.8rem 6rem;
  }
}

.p-single__img {
  margin-top: 1.5rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-single__img {
    margin-top: 2.6rem;
  }
}

.p-single__img img {
  aspect-ratio: 880/440;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-single__img img {
    aspect-ratio: 880/392;
  }
}

.p-single__article p {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-single__article p {
    margin-top: 1.8rem;
    font-size: 1.6rem;
  }
}

.p-single__article h2 {
  position: relative;
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.8rem;
  background-color: #FFF3F2;
}
@media screen and (min-width: 768px) {
  .p-single__article h2 {
    margin-top: 5.6rem;
    font-size: 3rem;
    padding-left: 2.7rem;
    padding-top: 0.6rem;
    padding-bottom: 0.7rem;
  }
}

.p-single__article h2::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 100%;
  background-color: #E60700;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-single__article h2::before {
    width: 0.5rem;
  }
}

.p-single__article figure {
  margin-top: 1.2rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-single__article figure {
    margin-top: 2rem;
  }
}

.p-single__article figure img {
  aspect-ratio: 880/392;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single__article a {
  color: #2D71A6;
  text-decoration: underline;
}

.p-single__article h3 {
  margin-top: 3rem;
  background-color: #E60700;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-single__article h3 {
    margin-top: 5.6rem;
    font-size: 2.4rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 2.7rem;
  }
}

.p-single__article h4 {
  margin-top: 1.8rem;
  background-color: #F8F3F3;
  color: #D60000;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-single__article h4 {
    margin-top: 3rem;
    font-size: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.7rem;
  }
}

.p-single__article h5 {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  padding-left: 1.8rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #D60000;
}
@media screen and (min-width: 768px) {
  .p-single__article h5 {
    margin-top: 1.8rem;
    font-size: 1.6rem;
    padding-left: 2.7rem;
  }
}

.p-single__article ol,
.p-single__article ul {
  margin-top: 1.4rem;
  padding-left: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-single__article ol,
  .p-single__article ul {
    margin-top: 2.4rem;
    padding-left: 2.7rem;
  }
}

.p-single__article li {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single__article li {
    font-size: 1.6rem;
    padding-left: 0.2rem;
  }
}

.p-single__article ul li {
  list-style: disc;
}

.p-single__article ol li {
  list-style: decimal;
}

.p-single__article .wp-block-quote {
  margin-top: 1.6rem;
  position: relative;
  background-color: #F8F8F8;
  padding: 1.4rem 2rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-single__article .wp-block-quote {
    margin-top: 2.7rem;
    padding: 1.4rem 4rem 4.4rem;
  }
}

.p-single__article .wp-block-quote::before {
  content: "";
  position: absolute;
  background: url("../images/indent1.png") no-repeat center center/contain;
  aspect-ratio: 24/17;
  width: 1.4rem;
  top: 0.4rem;
  left: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-single__article .wp-block-quote::before {
    width: 2.4rem;
    top: 0.8rem;
    left: 1rem;
  }
}

.p-single__article .wp-block-quote::after {
  content: "";
  position: absolute;
  background: url("../images/indent2.png") no-repeat center center/contain;
  aspect-ratio: 24/17;
  width: 1.4rem;
  bottom: 0.4rem;
  right: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-single__article .wp-block-quote::after {
    width: 2.4rem;
    bottom: 0.8rem;
    right: 1rem;
  }
}

.p-single__article .wp-block-quote p {
  position: relative;
  margin-top: 0;
  margin-top: initial;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2857142857;
}
@media screen and (min-width: 768px) {
  .p-single__article .wp-block-quote p {
    font-size: 1.4rem;
  }
}

.p-single__article .wp-block-quote p::before {
  content: "引用元";
  position: absolute;
  font-size: 0.8rem;
  font-weight: 700;
  font-style: italic;
  line-height: 2.9090909091;
  color: #7E7E7E;
  bottom: -2.2rem;
}
@media screen and (min-width: 768px) {
  .p-single__article .wp-block-quote p::before {
    font-size: 1.1rem;
    bottom: -3rem;
  }
}

.p-single__article table {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-single__article table {
    margin-top: 4.800000000000001rem;
  }
}

.p-single__article tr {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-single__article tr {
    font-size: 1.6rem;
  }
}

.p-top-case {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-case {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-top-case::before {
  content: "";
  position: absolute;
  background: url("../images/bg_color02.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-case__wrapper {
  background-color: #fff;
  padding: 5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-case__wrapper {
    padding: 4.7rem 3rem;
  }
}

.p-top-case__title {
  text-align: center;
}

.p-top-case__cards {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  max-width: 45rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-case__cards {
    margin-top: 4.5rem;
    max-width: none;
    max-width: initial;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 3.5rem;
  }
}

.p-top-case__card img {
  aspect-ratio: 320/200;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-case__card img {
    aspect-ratio: 290/200;
  }
}

.p-top-case__btn {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-case__btn {
    margin-top: 6rem;
  }
}

.p-top-flow {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-top-flow::before {
  content: "";
  position: absolute;
  background: url("../images/bg_color01.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-flow__wrapper {
  background-color: #fff;
  padding: 5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow__wrapper {
    padding: 4.800000000000001rem 3rem 5.7rem;
  }
}

.p-top-flow__title {
  text-align: center;
}

.p-top-flow__cards {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10rem;
  max-width: 45rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-flow__cards {
    margin-top: 5rem;
    max-width: none;
    max-width: initial;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    gap: 14.3rem;
  }
}

.p-top-flow__card {
  position: relative;
  border: 0.3rem solid #009789;
  background-color: #FFFFEF;
  padding: 3.6rem 2rem 4.2rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow__card {
    padding: 5.3rem 2.4rem 4.5rem 3.1rem;
  }
}

.p-top-flow__card:first-child {
  padding-bottom: 6rem;
}

.p-top-flow__card:not(:last-child)::before {
  content: "";
  position: absolute;
  background: url("../images/icon_arrow_red.png") no-repeat center center/contain;
  aspect-ratio: 46/41;
  width: 4.6rem;
  bottom: -7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-top-flow__card:not(:last-child)::before {
    width: 8.1rem;
    bottom: -11rem;
  }
}

.p-top-flow__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-flow__card-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.6rem;
  }
}

.p-top-flow__card-num {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 4.800000000000001rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow__card-num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.1rem;
            flex: 0 0 23.1rem;
    font-size: 3rem;
    line-height: 0.8666666667;
    padding-left: 11.4rem;
  }
}

.p-top-flow__card-num span {
  font-size: 3rem;
  line-height: 0.8666666667;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-flow__card-num span {
    font-size: 5rem;
    line-height: 0.52;
  }
}

.p-top-flow__card-num::before {
  content: "";
  position: absolute;
  background: url("../images/icon-house.png") no-repeat center center/contain;
  aspect-ratio: 48/48;
  width: 4.800000000000001rem;
  left: 0;
  top: -1.7rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow__card-num::before {
    width: 10.5rem;
    top: -4.5rem;
  }
}

.p-top-flow__card-title {
  margin-top: 1.3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-flow__card-title {
    margin-top: 0;
    margin-top: initial;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61.3rem;
            flex: 0 0 61.3rem;
    font-size: 3.4rem;
    line-height: 0.7647058824;
    padding-bottom: 2.3rem;
    border-bottom: 3px solid #009789;
    padding-left: 0.8rem;
  }
}

.p-top-flow__card-content {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow__card-content {
    margin-top: 4.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.6rem;
    padding-left: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-flow__card-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35rem;
            flex: 0 0 35rem;
  }
}

.p-top-flow__card-img img {
  aspect-ratio: 250/150;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-flow__card-img img {
    aspect-ratio: 350/230;
  }
}

.p-top-flow__card-body {
  margin-top: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-top-flow__card-body {
    margin-top: 0;
    margin-top: initial;
    padding-right: 2.2rem;
  }
}

.p-top-flow__card-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-flow__card-text {
    line-height: 1.75;
  }
}

.p-top-flow__card-btn {
  margin-top: 3rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-flow__card-btn {
    text-align: left;
  }
}

.p-top-flow__card-btn a {
  opacity: 1;
}

.p-top-message {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-top-message::before {
  content: "";
  position: absolute;
  background: url("../images/bg_color01.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-message__wrapper {
  background-color: #fff;
  padding: 5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-message__wrapper {
    padding: 5rem 4.5rem;
  }
}

.p-top-message__title {
  text-align: center;
}

.p-top-message__lists {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
  max-width: 45rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-message__lists {
    margin-top: 6rem;
    gap: 5rem;
    max-width: none;
    max-width: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-top-message__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-top-message__list-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29rem;
            flex: 0 0 29rem;
  }
}

.p-top-message__list-img img {
  aspect-ratio: 320/250;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-message__list-img img {
    aspect-ratio: 290/300;
  }
}

.p-top-message__body {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-message__body {
    margin-top: 0;
    margin-top: initial;
    padding-left: 3.5rem;
  }
}

.p-top-message__list-name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top-message__list-name {
    font-size: 3rem;
    line-height: 0.9333333333;
  }
}

.p-top-message__list-position {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-message__list-position {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.p-top-message__list-text {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-top-message__list-text {
    margin-top: 2.1rem;
    line-height: 1.75;
  }
}

.p-top-news {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 6rem;
  }
}

.p-top-news::before {
  content: "";
  position: absolute;
  background: url("../images/bg_color01.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-news__title {
  text-align: center;
}

.p-top-news__wrapper {
  background-color: #fff;
  padding: 3.7rem 1rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__wrapper {
    padding: 5.3rem 3rem 5.7rem;
  }
}

.p-top-news__lists {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
  max-width: 45rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-news__lists {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem 3rem;
    max-width: none;
    max-width: initial;
  }
}

.p-top-news__list-img {
  aspect-ratio: 320/200;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-top-news__list-img {
    aspect-ratio: 273/150;
  }
}

.p-top-news__list-img:has(.p-top-news__list-img-logo) {
  border: 1px solid rgba(0, 0, 0, .3);
}

.p-top-news__list-img img {
  aspect-ratio: 320/200;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-news__list-img img {
    aspect-ratio: 273/150;
  }
}

.p-top-news__list-img .p-top-news__list-img-logo {
  width: 16rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-news__list-date {
  margin-top: 1.7rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  color: #DCDCDC;
}
@media screen and (min-width: 768px) {
  .p-top-news__list-date {
    margin-top: 0.4rem;
  }
}

.p-top-news__list-title {
  margin-top: 0.1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数指定 */
}

.p-top-news__list p {
  margin-top: 1.1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0;
}

.p-top-news__btn {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn {
    margin-top: 5rem;
  }
}

.p-top-promise {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-promise {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-top-promise::before {
  content: "";
  position: absolute;
  background: url("../images/bg_color01.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-promise__wrapper {
  background-color: #fff;
  padding: 5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-promise__wrapper {
    padding: 5rem 3rem 6rem;
  }
}

.p-top-promise__title {
  text-align: center;
  padding-bottom: 1.8rem;
  border-bottom: 0.3rem solid #009789;
}
@media screen and (min-width: 768px) {
  .p-top-promise__title {
    padding-bottom: 3rem;
  }
}

.p-top-promise__title-sub {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-promise__title-sub {
    font-size: 3rem;
    line-height: 0.8666666667;
  }
}

.p-top-promise__title-main {
  margin-top: 2rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  color: #009789;
}
@media screen and (min-width: 768px) {
  .p-top-promise__title-main {
    margin-top: 3rem;
    font-size: 5rem;
    line-height: 0.52;
  }
}

@media screen and (min-width: 768px) {
  .p-top-promise__title-main span {
    font-size: 3.5rem;
  }
}

.p-top-promise__title-sub2 {
  margin-top: 1.1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-promise__title-sub2 {
    margin-top: 2.7rem;
    font-size: 2rem;
    line-height: 1.3;
  }
}

.p-top-promise__worries {
  position: relative;
  margin-top: 4rem;
  padding: 2.7rem 1.5rem 2.6rem;
  max-width: 45rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-promise__worries {
    max-width: 75rem;
    padding: 4.2rem 3.4rem 3.2rem 6rem;
  }
}

.p-top-promise__worries::before {
  content: "";
  position: absolute;
  background: url("../images/correspondence_content_backgroud.png") no-repeat center center/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-top-promise__worries-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-top-promise__worries-title {
    font-size: 3rem;
    line-height: 0.8666666667;
  }
}

.p-top-promise__worries-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #C5DCFF));
  background: linear-gradient(transparent 70%, #C5DCFF 30%);
}

.p-top-promise__worries-lists {
  margin-top: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-top-promise__worries-lists {
    margin-top: 2.2rem;
  }
}

.p-top-promise__worries-list {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-top-promise__worries-list {
    font-size: 2rem;
    line-height: 2.5;
  }
}

.p-top-promise__worries-list span {
  color: #001AFF;
}

.p-top-promise__bottom {
  margin-top: 3.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-promise__bottom {
    margin-top: 3.2rem;
  }
}

.p-top-promise__bottom-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  color: #D60000;
}
@media screen and (min-width: 768px) {
  .p-top-promise__bottom-text {
    font-size: 2rem;
    line-height: 2;
  }
}

/* .p-top-promise__bottom-text span {
  text-decoration: underline;
}
 */
.p-top-promise__concept {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-promise__concept {
    margin-top: 5.3rem;
  }
}

.p-top-promise__concept-head {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-top-promise__concept-head {
    font-size: 3rem;
    line-height: 0.8666666667;
  }
}

.p-top-promise__concept-img {
  margin-top: 2.5rem;
  max-width: 35rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-promise__concept-img {
    margin-top: 4.7rem;
    max-width: 83.1rem;
  }
}

.p-top-promise__concept-img img {
  aspect-ratio: 349/104;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-top-promise__concept-img img {
    aspect-ratio: 831/72;
  }
}

.p-top-qa {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-qa {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-top-qa::before {
  content: "";
  position: absolute;
  background: url("../images/bg_color02.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-qa__wrapper {
  background-color: #fff;
  padding: 5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-qa__wrapper {
    padding: 5rem 3rem 7.5rem;
  }
}

.p-top-qa__title {
  text-align: center;
}

.p-top-qa__lists {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  max-width: 45rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-qa__lists {
    margin-top: 4.800000000000001rem;
    max-width: none;
    max-width: initial;
    padding-left: 3.7rem;
    padding-right: 3.8rem;
    gap: 1rem;
  }
}

.p-top-qa__list-question {
  position: relative;
  background-color: #009789;
  padding: 1.4rem 1.2rem 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-top-qa__list-question {
    padding: 1.6rem 1.9rem;
    cursor: pointer;
  }
}

.p-top-qa__list-question::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 0.1rem;
  background-color: #fff;
  top: 3rem;
  right: 1.1rem;
}

.p-top-qa__list-question::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #fff;
  top: 2.5rem;
  right: 1.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-qa__list-question.is-active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-top-qa__list-question span {
  display: inline-block;
  padding-right: 4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-top-qa__list-question span {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.p-top-qa__list-answer {
  display: none;
  padding-top: 2rem;
  padding-left: 1.2rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-top-qa__list-answer {
    padding-top: 1.2rem;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}

.p-top-qa__list-answer span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
}

.p-top-qa__list-answer.is-active {
  display: block;
}

.p-top-reason {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-top-reason::before {
  content: "";
  position: absolute;
  background: url("../images/bg_color04.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-reason__title {
  text-align: center;
}

.p-top-reason__wrapper {
  background-color: #fff;
  padding: 5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-reason__wrapper {
    padding: 5rem 3rem 7rem;
  }
}

.p-top-reason__cards {
  margin-top: 4.3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-reason__cards {
    margin-top: 4.5rem;
    gap: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.p-top-reason__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 45rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-reason__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
    max-width: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-reason__img {
  position: relative;
  padding-top: 4.1rem;
  padding-right: 2rem;
  padding-left: 3.3rem;
}
@media screen and (min-width: 768px) {
  .p-top-reason__img {
    padding-top: 4.5rem;
    padding-left: 3.7rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.6rem;
            flex: 0 0 31.6rem;
  }
}

.p-top-reason__img::before {
  content: "";
  position: absolute;
  background: url("../images/red-speech.png") no-repeat center center/cover;
  aspect-ratio: 177/129;
  width: 17.7rem;
  top: 0;
  left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-reason__img::before {
    width: 19.4rem;
    left: 0;
  }
}

.p-top-reason__img img {
  aspect-ratio: 255/255;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-reason__img-text {
  position: absolute;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2272727273;
  letter-spacing: 0;
  top: 3.5rem;
  left: 4.5rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-reason__img-text {
    font-size: 2.4rem;
    line-height: 1.25;
    top: 3.7rem;
    left: 3.3rem;
  }
}

.p-top-reason__body {
  margin-top: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-top-reason__body {
    text-align: left;
    padding-left: 3.4rem;
  }
}

.p-top-reason__card-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #009789;
}
@media screen and (min-width: 768px) {
  .p-top-reason__card-title {
    text-align: left;
    font-size: 3.4rem;
  }
}

/* .p-top-reason__card-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FDF300));
  background: linear-gradient(transparent 70%, #FDF300 30%);
}
 */
.p-top-reason__card-text {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-top-reason__card-text {
    padding-right: 0.3rem;
  }
}

.p-top-secret {
  position: relative;
  padding-top: 5.6rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-secret {
    padding-top: 5.6rem;
    padding-bottom: 5rem;
  }
}

.p-top-secret::before {
  content: "";
  position: absolute;
  background: url("../images/bg_color02.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-secret__wrapper {
  background-color: #fff;
  padding: 5.6rem 1rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-secret__wrapper {
    padding: 5.6rem 3rem 4.7rem;
  }
}

.p-top-secret__title {
  text-align: center;
}

.p-top-secret__cards {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  max-width: 45rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-secret__cards {
    max-width: none;
    max-width: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-top-secret__card {
  position: relative;
  aspect-ratio: 320/200;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-top-secret__card {
    width: 29rem;
  }
}

.p-top-secret__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-top-secret__card-img img {
  aspect-ratio: 320/200;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-secret__card-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

.p-top-secret__card-title span {
  color: #FDF300;
}

.p-top-secret__btn {
  margin-top: 4rem;
  text-align: center;
}

.p-top-secret__promise {
  margin-top: 5rem;
  background-color: #FFFFEF;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise {
    margin-top: 6rem;
    padding-top: 6rem;
    padding-bottom: 8.5rem;
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }
}

.p-top-secret__promise-head-box {
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise-head-box {
    padding-bottom: 6rem;
  }
}

.p-top-secret__promise-head-speech {
  position: relative;
  display: inline-block;
  background-color: #F0F0F0;
  border-radius: 1.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise-head-speech {
    font-size: 2.4rem;
    border-radius: 2.5rem;
    padding: 0.5rem 2.2rem;
  }
}

.p-top-secret__promise-head-speech::before {
  content: "";
  position: absolute;
  background-color: #F0F0F0;
  width: 1.9rem;
  height: 0.9rem;
  bottom: -0.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise-head-speech::before {
    width: 2.8rem;
    height: 1.5rem;
    bottom: -1.4rem;
  }
}

/* .p-top-secret__promise-head-speech::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise-head-speech::after {
    content: "";
    position: absolute;
    background: url("../images/doubt_humen.png") no-repeat center center/contain;
    aspect-ratio: 69/51;
    width: 19.3rem;
    top: -10rem;
    right: -15rem;
  }
}
 */
.p-top-secret__promise-head-text {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise-head-text {
    margin-top: 4rem;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.0833333333;
  }
}

.p-top-secret__promise-head {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3333333333;
  letter-spacing: 0;
  color: #D60000;
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise-head {
    margin-top: 2rem;
    font-size: 4rem;
    line-height: 0.65;
  }
}

/* .p-top-secret__promise-head::before {
  content: "";
  position: absolute;
  background: url("../images/doubt_humen.png") no-repeat center center/contain;
  aspect-ratio: 69/51;
  width: 6.9rem;
  bottom: -2rem;
  right: -4.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise-head::before {
    content: none;
  }
}
 */
.p-top-secret__promise-head span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FDF300));
  background: linear-gradient(transparent 70%, #FDF300 30%);
}

.p-top-secret__promise-wrapper {
  max-width: 45rem;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise-wrapper {
    max-width: none;
    max-width: initial;
  }
}

.p-top-secret__promise-title {
  background-color: #E95512;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 0.5;
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-transform: uppercase;
  border: 1px solid #e95512;
}

.p-top-secret__promise-wrapper-body {
  padding: 0.7rem 1.1rem 2.3rem;
  border: 1px solid rgba(214, 0, 0, .4);
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise-wrapper-body {
    padding: 1.9rem 10.7rem 3.8rem 10.8rem;
    border: 1px solid #d60000;
  }
}

.p-top-secret__promise-list {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 1.4rem;
  padding-left: 3rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px dashed rgba(233, 85, 18, .78);
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise-list {
    font-size: 2.4rem;
    line-height: 1.4166666667;
    padding-top: 1.6rem;
    padding-bottom: 1rem;
    padding-left: 7.7rem;
    border-bottom: 2px dashed #e95512;
  }
}

@media screen and (min-width: 768px) {
  .p-top-secret__promise-list:last-child {
    border-bottom: none;
  }
}

.p-top-secret__promise-list::before {
  content: "";
  position: absolute;
  background: url("../images/check-icon.png") no-repeat center center/contain;
  aspect-ratio: 16/16;
  width: 1.6rem;
  top: 1.8rem;
  left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise-list::before {
    width: 4rem;
    height: 4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.5rem;
  }
}

.p-top-secret__promise-list span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FDF300));
  background: linear-gradient(transparent 70%, #FDF300 30%);
}

.p-top-secret__promise-box {
  text-align: center;
}

.p-top-secret__promise-text {
  display: inline-block;
  margin-top: 4.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #498536;
  text-align: center;
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise-text {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

/* .p-top-secret__promise-text::before,
.p-top-secret__promise-text::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
}

.p-top-secret__promise-text::before {
  background: url("../images/line-red1.png") no-repeat center center/contain;
  left: 0;
  bottom: 0.5rem;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise-text::before {
    left: -4.5rem;
		width: 4rem;
		height: 4rem;

  }
}

.p-top-secret__promise-text::after {
  background: url("../images/line-red2.png") no-repeat center center/contain;
  right: 0;
  bottom: 0.5rem;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .p-top-secret__promise-text::after {
    right: -4.5rem;
		width: 4rem;
		height: 4rem;
  }
}
 */
.p-top-secret__promise-btn {
  position: relative;
  margin-top: 1.6rem;
  z-index: 1;
}

.p-top-secret__promise-btn a {
  opacity: 1;
}

.p-top-voice {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-voice {
    padding-top: 5.6rem;
    padding-bottom: 6rem;
  }
}

.p-top-voice::before {
  content: "";
  position: absolute;
  background: url("../images/bg_color01.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-top-voice__wrapper {
  background-color: #fff;
  padding: 5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-voice__wrapper {
    padding: 5.6rem 3rem 3.8rem;
  }
}

.p-top-voice__title {
  text-align: center;
}

.p-top-voice__cards {
  margin-top: 4rem;
  max-width: 45rem;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(1 1fr);
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-voice__cards {
    margin-top: 3rem;
    max-width: 85rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.4rem;
  }
}

.p-top-voice__card {
  background-color: #FFFFEF;
  padding: 2.2rem 1.7rem 3.1rem 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-top-voice__card {
    padding: 2.6rem 1.6rem 1.6rem 2.6rem;
  }
}

.p-top-voice__card-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-voice__card-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 0.9rem;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.p-top-voice__card-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-voice__card-img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.8rem;
            flex: 0 0 8.8rem;
  }
}

.p-top-voice__card-img {
  width: 13.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-voice__card-img {
    width: 5.5rem;
  }
}

.p-top-voice__card-img::before {
  content: "";
  position: absolute;
  width: 19.200000000000003rem;
  height: 19.200000000000003rem;
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-top-voice__card-img::before {
    width: 8rem;
    height: 8rem;
  }
}

.p-top-voice__card-img img {
  position: relative;
  aspect-ratio: 132/193;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-voice__card-name {
  margin-top: 3rem;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0;
  color: #fff;
  background-color: #D60000;
  padding: 0.2rem 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-top-voice__card-name {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

.p-top-voice__card-name--blue {
  background-color: #0275FF;
}

.p-top-voice__card-head {
  margin-top: 1.7rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.0833333333;
  letter-spacing: 0;
  color: #CB0000;
}
@media screen and (min-width: 768px) {
  .p-top-voice__card-head {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

@media screen and (min-width: 768px) {
  .p-top-voice__card:nth-child(3) .p-top-voice__card-head {
    margin-top: 0.7rem;
  }
}

.p-top-voice__card-head--blue {
  color: #0275FF;
}

.p-top-voice__card-content {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-voice__card-content {
    margin-top: 1.2rem;
  }
}

.p-top-voice__card-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-top-voice__card-text {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

.p-top-voice__btn {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-voice__btn {
    margin-top: 4rem;
  }
}

.p-top-voice__banner {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-voice__banner {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

.p-top-voice__banner img {
  aspect-ratio: 299/346;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-voice__banner img {
    aspect-ratio: 850/273;
  }
}

.p-voice {
  background-color: #FFFBF5;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding-bottom: 5.5rem;
  }
}

.p-voice__wrapper {
  margin-top: 5rem;
  background-color: #fff;
  padding-bottom: 6rem;
}

.p-voice__cards {
  padding: 2rem 2rem 5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-voice__cards {
    padding: 6rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8rem 3rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
