@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

@media (max-width: 1016px) and (min-width: 769px) {
  html {
    font-size: 16px;
    font-size: 1.5748031496vw;
  }
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.3;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  color: #231815;
  -webkit-font-smoothing: antialiased;
}
body.no_scroll {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.9375rem;
  }
}
a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #444;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-sp {
  display: none;
}

p {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
.c-btn {
  width: 100%;
  max-width: 260px;
}
.c-btn a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 48px;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0 16px;
  letter-spacing: 0.1em;
  transition: 0.3s ease;
}
.c-btn a::after {
  content: "";
  display: block;
  width: 18px;
  height: 8px;
  -webkit-mask-image: url("../img/common/icon_arrow.svg");
          mask-image: url("../img/common/icon_arrow.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top left;
          mask-position: top left;
  background-color: #fff;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .c-btn a:hover {
    opacity: 0.8;
  }
  .c-btn a:hover::after {
    -ms-transform: translateX(4px);
        transform: translateX(4px);
  }
}
.c-btn .button-r {
  background-color: #B85F24;
  color: #fff;
  border: 1px solid #B85F24;
}
@media (hover: hover) {
  .c-btn .button-r:hover {
    color: #B85F24;
    background-color: #fff;
  }
  .c-btn .button-r:hover::after {
    background-color: #B85F24;
  }
}
.c-btn .button-d {
  background-color: #376837;
  color: #fff;
  border: 1px solid #376837;
}
@media (hover: hover) {
  .c-btn .button-d:hover {
    color: #376837;
    background-color: #fff;
  }
  .c-btn .button-d:hover::after {
    background-color: #376837;
  }
}

.c-btn-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .c-btn a {
    width: 100%;
    max-width: 242px;
    height: 40px;
    font-size: 0.9375rem;
    padding: 0 10px;
  }
  .c-btn-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
  .c-btn-list .c-btn {
    width: 100%;
  }
  .c-btn-list a {
    width: 100%;
  }
}
/* —————————————————
  ヘッダー header
  —————————————————*/
.l-header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  transition: 0.3s ease all;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.l-header .l-header__inner {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.5s;
  height: 100%;
}

.l-header__logo {
  position: relative;
  z-index: 9;
  width: 30%;
  max-width: 226;
}

.l-header__menu {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.l-header__menu .c-btn-list {
  display: none;
}

.l-header__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 3.125rem;
}

.l-header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative;
  gap: 2rem;
  z-index: 9;
}
.l-header__list li a {
  font-size: 0.9375rem;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s ease;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.l-header__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F6D60B;
  bottom: -3px;
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -ms-transform-origin: right top;
      transform-origin: right top;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .l-header__list li a:hover::after {
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
}

.l-header__application a {
  width: 13rem;
  height: 60px;
  border-radius: 100px;
  background-color: #F6D60B;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .l-header__application a:hover {
    opacity: 0.7;
  }
}

.c-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
    height: 3.75rem;
  }
  .l-header__logo {
    width: 100%;
    max-width: 168px;
    z-index: 9999999999;
  }
  .l-header__menu {
    z-index: 99999;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding-right: 0;
    padding: 70px 0 40px;
    background-color: #fff;
  }
  .l-header__menu .l-header__list {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 0;
  }
  .l-header__menu .l-header__list li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  .l-header__menu .l-header__list li a {
    width: 100%;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    gap: 0;
    line-height: 1.2;
    font-size: 0.9375rem;
    padding: 14px 32px;
  }
  .l-header__menu .l-header__list li a br {
    display: none;
  }
  .l-header__menu .l-header__list li a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url("../img/icon_arrow.svg") no-repeat top right/100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    left: initial;
    right: 20px;
  }
  .l-header__menu .c-btn-list {
    display: block;
  }
  .l-header__application {
    margin-right: 3.125rem;
  }
  .l-header__application a {
    width: 6.5rem;
    height: 30px;
    font-size: 0.625rem;
    letter-spacing: 0.01em;
  }
  .c-hamburger {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    z-index: 99999999;
    display: block;
  }
  .c-hamburger span {
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    position: absolute;
    height: 1.5px;
    background-color: #444;
    border-radius: 4px;
    width: 30px;
    left: 15px;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 18px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 26px;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 34px;
  }
  .c-hamburger.is-active span:nth-of-type(1) {
    -ms-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:nth-of-type(3) {
    -ms-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
  }
}
/* —————————————————
  固定ボタン
  —————————————————*/
.l-fixed__btn {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 99999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}
.l-fixed__btn .c-btn {
  width: 60px;
  height: 220px;
  border-radius: 10px 0 0 0;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  transition: 0.3s ease;
  letter-spacing: 0.25em;
  background-color: #F6D60B;
  border-radius: 4px 0 0 4px;
}
.l-fixed__btn .c-btn::after {
  display: none;
}
.l-fixed__btn .c-btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_pen.svg") no-repeat top left/100%;
}
@media (hover: hover) {
  .l-fixed__btn .c-btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .l-fixed__btn {
    position: static;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    gap: 16px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .l-fixed__btn .c-btn {
    width: calc(100% - 64px);
    max-width: 100%;
    width: 100%;
    max-width: 100%;
    height: 48px;
    border-radius: 0;
    -ms-writing-mode: initial;
        writing-mode: initial;
    position: relative;
  }
  .l-fixed__btn .c-btn::after {
    content: "";
    display: block;
    width: 18px;
    height: 8px;
    -webkit-mask-image: url("../img/common/icon_arrow.svg");
            mask-image: url("../img/common/icon_arrow.svg");
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: top left;
            mask-position: top left;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
  padding: 5rem 0 1.25rem;
  background-color: #888884;
}

.l-footer__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}
.l-footer__logo .name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
}

.l-footer__nav {
  margin-bottom: 5rem;
}
.l-footer__nav .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 32px;
}
.l-footer__nav .list a {
  font-size: 0.9375rem;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.l-footer__nav .list a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -3px;
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -ms-transform-origin: right top;
      transform-origin: right top;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .l-footer__nav .list a:hover::after {
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
}

.l-footer__copy {
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-footer__copy small {
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.875rem 0 1.25rem;
  }
  .l-footer__logo {
    margin-bottom: 20px;
  }
  .l-footer__logo .name {
    font-size: 0.9375rem;
  }
  .l-footer__logo img {
    max-width: 80px;
  }
  .l-footer__nav {
    margin-bottom: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .l-footer__nav .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 32px;
    max-width: 240px;
  }
  .l-footer__nav .list li {
    width: 45%;
    max-width: 100px;
  }
  .l-footer__nav .list a {
    font-size: 0.75rem;
    color: #fff;
    font-weight: 400;
    position: relative;
  }
  .l-footer__nav .list a::before {
    content: "-";
    display: inline-block;
    margin-right: 4px;
  }
  .l-footer__copy small {
    font-size: 0.625rem;
  }
}
/* ---------------------------------------------
  common
  --------------------------------------------- */
.c-ttl {
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
.c-ttl .dots {
  display: inline-block;
  background-image: radial-gradient(circle at center, #F16767 15%, transparent 15%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 1.625rem;
    margin-bottom: 40px;
  }
}
.l-wrap {
  width: calc(100% - 1.875rem);
  max-width: 1016px;
  margin: 0 auto;
}

.l-wrap-wide {
  width: calc(100% - 1.875rem);
  max-width: 1224px;
  margin: 0 auto;
}

.u-center {
  text-align: center;
}

/* ----- swiper -----*/
.swiper-button-next,
.swiper-button-prev {
  width: auto;
  height: auto;
  top: 35%;
}

.swiper-button-next {
  right: 15px;
}

.swiper-button-prev {
  left: 15px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  width: 30px;
  height: 51px;
  background: url("../img/icon_arrow.svg") no-repeat top left/100%;
}

.swiper-button-prev:after {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 25%;
  }
  .swiper-button-next {
    right: 25px;
  }
  .swiper-button-prev {
    left: 25px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 20px;
    height: 38px;
  }
}
/* ---------------------------------------------
  top-mv
  --------------------------------------------- */
.p-top-mv {
  width: 100%;
  height: 100svh;
  min-height: 690px;
  position: relative;
}

.p-top-mv__text {
  position: relative;
  z-index: 1;
  position: absolute;
  top: 36.4%;
  left: 0;
  left: calc((100% - 63.5rem) / 2);
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 2.5rem 2.1875rem;
}
.p-top-mv__text::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
}
.p-top-mv__text .p-top-mv__ttl {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.1em;
}
.p-top-mv__text .text_1 {
  display: inline-block;
  font-size: 1.5rem;
  border-bottom: 3px solid #F6D60B;
  padding-bottom: 8px;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 0.1em;
}
.p-top-mv__text .text_2 {
  font-size: 3.75rem;
  line-height: 1.6;
  margin-bottom: 16px;
  position: relative;
  letter-spacing: 0.1em;
}

.p-top-mv__img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.p-top-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}

@media screen and (max-width: 767px) {
  .p-top-mv {
    min-height: 540px;
  }
  .p-top-mv__text {
    top: 30%;
    left: 0;
    padding: 38px 15px;
  }
  .p-top-mv__text::before {
    top: 0;
    right: 0;
  }
  .p-top-mv__text .text_1 {
    font-size: 1.1875rem;
    border-bottom: 2px solid #F6D60B;
    margin-bottom: 16px;
    padding-bottom: 6px;
  }
  .p-top-mv__text .text_2 {
    font-size: 2.6875rem;
    line-height: 1.4;
    margin-bottom: 24px;
  }
  .p-top-mv__text .p-top-mv__ttl {
    font-size: 1.25rem;
  }
}
/* ---------------------------------------------
  top-cta
  --------------------------------------------- */
.p-top-cta {
  background-color: #FDF5C2;
  padding: 5rem 0;
}

.p-top-cta__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 5px;
}
.p-top-cta__block .c-ttl__line {
  font-weight: 700;
  font-size: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 12px;
  line-height: 1.8;
}
.p-top-cta__block .c-ttl__line::before, .p-top-cta__block .c-ttl__line::after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: #231815;
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
}
.p-top-cta__block .c-ttl__line::before {
  -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
}
.p-top-cta__block .p-cta__btn {
  background-color: #FB8713;
  border-radius: 100px;
  width: 100%;
  max-width: 26.125rem;
  height: 4.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 28px 0 10px;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  transition: 0.3s ease;
}
.p-top-cta__block .p-cta__btn::after {
  content: "";
  display: block;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.p-top-cta__block .p-cta__btn .circle-text {
  color: #F5404F;
  line-height: 1;
  font-size: 1.125rem;
  width: 3.625rem;
  height: 3.625rem;
  background-color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (hover: hover) {
  .p-top-cta__block .p-cta__btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-top-cta {
    padding: 38px 0;
  }
  .p-top-cta__block {
    gap: 5px;
  }
  .p-top-cta__block .c-ttl__line {
    font-size: 0.875rem;
    gap: 6px;
  }
  .p-top-cta__block .c-ttl__line::before, .p-top-cta__block .c-ttl__line::after {
    width: 1px;
    height: 14px;
  }
  .p-top-cta__block .p-cta__btn {
    width: 100%;
    max-width: 280px;
    height: 50px;
    padding: 0 12px 0 10px;
    font-weight: 700;
    font-size: 1.125rem;
  }
  .p-top-cta__block .p-cta__btn .circle-text {
    font-size: 0.75rem;
    width: 40px;
    height: 40px;
  }
}
/* ---------------------------------------------
  top-campaign
  --------------------------------------------- */
.p-top-campaign {
  padding: 4rem 0;
}
.p-top-campaign .campaign-bnr {
  display: block;
  max-width: 580px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-top-campaign {
    padding: 40px 0;
  }
  .p-top-campaign .c-ttl {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
}
/* ---------------------------------------------
  top-problems
  --------------------------------------------- */
.p-top-problems {
  padding-top: 6.25rem;
}
.p-top-problems .c-ttl {
  margin-bottom: 7.1875rem;
}

.p-top-problems__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 2px solid #787878;
}
.p-top-problems__list .item {
  width: 33.3333333333%;
  position: relative;
  padding: 6.25rem 2.25rem 3.75rem;
}
.p-top-problems__list .item:not(:last-child)::before {
  content: "";
  width: 2px;
  height: 80%;
  background-color: #787878;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.p-top-problems__list .item .ttl {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  font-size: 1.6875rem;
  background-color: #FAF6DA;
  border: 1px solid #787878;
  padding: 1.25rem 1.75rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -3.625rem;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.p-top-problems__list .item .bg {
  position: absolute;
  bottom: 38px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  opacity: 0.2;
}
.p-top-problems__list .item .desc {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-top-problems {
    padding-top: 30px;
  }
  .p-top-problems .c-ttl {
    margin-bottom: 80px;
  }
  .p-top-problems__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
    gap: 90px;
    max-width: 420px;
    margin: 0 auto;
  }
  .p-top-problems__list .item {
    width: 100%;
    padding: 90px 34px 50px;
    border: 1.5px solid #787878;
  }
  .p-top-problems__list .item:not(:last-child)::before {
    display: none;
  }
  .p-top-problems__list .item .ttl {
    font-size: 1.5rem;
    padding: 28px;
  }
  .p-top-problems__list .item .bg {
    bottom: 24px;
    max-width: 128px;
  }
  .p-top-problems__list .item .desc {
    font-size: 1.1875rem;
  }
}
/* ---------------------------------------------
  top-features
  --------------------------------------------- */
.p-top-features {
  margin-top: 5rem;
}
.p-top-features .c-ttl {
  margin-bottom: 3.375rem;
}

.p-top-features__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 20px;
}
.p-top-features__list .item {
  width: 25%;
  max-width: 190px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.p-top-features__list .item .features-img {
  max-width: 172px;
  margin-bottom: 16px;
}
.p-top-features__list .item .ttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
.p-top-features__list .item .desc {
  font-size: 0.9375rem;
}
.p-top-features__list .item .note {
  font-size: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-top-features {
    margin-top: 5rem;
  }
  .p-top-features .c-ttl {
    margin-bottom: 40px;
  }
  .p-top-features__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
    gap: 38px;
  }
  .p-top-features__list .item {
    width: 86%;
    max-width: 528px;
    margin: 0 auto;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .p-top-features__list .item .features-img {
    max-width: 190px;
  }
  .p-top-features__list .item .ttl {
    font-size: 1.375rem;
  }
  .p-top-features__list .item .desc {
    font-size: 1.1875rem;
    letter-spacing: 0;
  }
  .p-top-features__list .item .note {
    font-size: 0.875rem;
    display: inline-block;
    line-height: 1.5;
  }
}
/* ---------------------------------------------
  top-step
  --------------------------------------------- */
.p-top-step {
  padding: 5rem 0 6.25rem;
}
.p-top-step .c-ttl {
  margin-bottom: 3.375rem;
}

.p-top-step__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 2.5rem 3.125rem;
  background-color: #FAF6DA;
}
.p-top-step__list .item {
  width: 33.3333333333%;
  max-width: 15rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
}
.p-top-step__list .item:not(:last-child)::before {
  content: "";
  display: block;
  width: 18px;
  height: 42px;
  background-color: #F6D60B;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 18%;
  right: -3.75rem;
}
.p-top-step__list .item .step-img {
  min-height: 11.25rem;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  justify-self: center;
}
.p-top-step__list .item .step-text {
  background-color: #fff;
  padding: 18px 1.25rem;
  min-height: 220px;
}
.p-top-step__list .item .ttl {
  font-size: 1.5rem;
  margin-bottom: 16px;
  font-weight: 700;
  text-align: center;
}
.p-top-step__list .item .desc {
  font-size: 0.875rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-top-step {
    padding: 70px 0 0;
  }
  .p-top-step .c-ttl {
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
  .p-top-step .l-wrap {
    width: 100%;
  }
  .p-top-step__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 20px 15px 60px;
    gap: 70px;
  }
  .p-top-step__list .item {
    width: 100%;
    max-width: 540px;
    height: 100%;
    gap: 10px;
  }
  .p-top-step__list .item:not(:last-child)::before {
    width: 44px;
    height: 20px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: calc(100% + 28px);
    right: initial;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .p-top-step__list .item .step-img {
    min-height: 100%;
  }
  .p-top-step__list .item .step-text {
    padding: 26px 44px;
    min-height: initial;
  }
  .p-top-step__list .item .note {
    display: inline-block;
    font-size: 0.875rem;
  }
  .p-top-step__list .item .ttl {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  .p-top-step__list .item .desc {
    font-size: 1.1875rem;
  }
  .p-top-step__list .item:nth-child(2) .step-img {
    width: 40%;
  }
  .p-top-step__list .item:nth-child(3) .step-img {
    width: 40%;
  }
}
/* ---------------------------------------------
  top-assessment
  --------------------------------------------- */
.p-top-assessment {
  padding: 6.25rem 0;
  background-color: #FAFAF8;
}
.p-top-assessment .c-ttl {
  margin-bottom: 3.5rem;
}
.p-top-assessment .p-top-assessment__container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.p-top-assessment__slider .price {
  background-color: #F16767;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
  padding: 10px 16px;
  margin-top: 16px;
}
.p-top-assessment__slider .detail {
  font-size: 0.875rem;
  margin-top: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-top-assessment {
    padding: 70px 0;
  }
  .p-top-assessment .c-ttl {
    margin-bottom: 20px;
  }
  .p-top-assessment__slider .price {
    font-size: 0.9375rem;
    padding: 6px 16px;
    margin-top: 10px;
  }
  .p-top-assessment__slider .detail {
    font-size: 1.0625rem;
    margin-top: 10px;
    line-height: 1.4;
  }
}
/* ---------------------------------------------
  top-purchase
  --------------------------------------------- */
.p-top-purchase {
  padding: 0 0 6.25rem;
  background-color: #FAFAF8;
}
.p-top-purchase .c-ttl {
  margin-bottom: 3.5rem;
}
.p-top-purchase .p-top-purchase__container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.p-top-purchase .swiper-button-next,
.p-top-purchase .swiper-button-prev {
  top: 35%;
}

.p-top-purchase__slider .swiper-slide {
  background-color: #fff;
  padding: 1.25rem 1.875rem;
}
.p-top-purchase__slider .purchase-img {
  margin-bottom: 16px;
}
.p-top-purchase__slider .purchase-img img {
  aspect-ratio: 238/243;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-purchase__slider .price {
  font-size: rme(15);
}
.p-top-purchase__slider .detail {
  font-size: rme(15);
}

@media screen and (max-width: 767px) {
  .p-top-purchase {
    padding: 0 0 40px;
  }
  .p-top-purchase .l-wrap-wide {
    width: 100%;
    padding-left: 15px;
  }
  .p-top-purchase .c-ttl {
    margin-bottom: 24px;
  }
  .p-top-purchase .p-top-purchase__container {
    position: relative;
  }
  .p-top-purchase .swiper-button-next,
  .p-top-purchase .swiper-button-prev {
    top: 20%;
  }
  .p-top-purchase .swiper-button-next {
    right: 15px;
  }
  .p-top-purchase .swiper-button-prev {
    left: 15px;
  }
  .p-top-purchase__slider .swiper-slide {
    padding: 20px 24px;
  }
  .p-top-purchase__slider .purchase-img {
    margin-bottom: 12px;
  }
  .p-top-purchase__slider .price {
    font-size: rme(14);
  }
  .p-top-purchase__slider .detail {
    font-size: rme(14);
  }
}
/* ---------------------------------------------
  top-purchase
  --------------------------------------------- */
.p-top-purchase-not {
  padding: 6.25rem 0;
}
.p-top-purchase-not .c-ttl {
  margin-bottom: 1.25rem;
}
.p-top-purchase-not .u-center {
  font-size: 0.875rem;
}
.p-top-purchase-not .img-box {
  width: 100%;
  max-width: 766px;
  margin: 30px auto 0;
}
.p-top-purchase-not .p-not-detail {
  background-color: #FAFAF8;
  padding: 2.5rem;
  margin-top: 2.5rem;
}
.p-top-purchase-not .p-not-detail .list {
  max-width: 570px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
}
.p-top-purchase-not .p-not-detail .list li {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
}
.p-top-purchase-not .p-not-detail .list li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/icon_cross_p.svg") no-repeat center/100%;
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .p-top-purchase-not {
    padding: 60px 0;
  }
  .p-top-purchase-not .c-ttl {
    margin-bottom: 12px;
  }
  .p-top-purchase-not .u-center {
    font-size: 1rem;
  }
  .p-top-purchase-not .img-box {
    width: 100%;
    max-width: 766px;
    margin: 30px auto 0;
  }
  .p-top-purchase-not .p-not-detail {
    padding: 20px 24px;
  }
  .p-top-purchase-not .p-not-detail .list {
    max-width: 570px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
  }
  .p-top-purchase-not .p-not-detail .list li {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
  }
  .p-top-purchase-not .p-not-detail .list li::before {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
}
/* ---------------------------------------------
  top-service
  --------------------------------------------- */
.p-top-service {
  background-color: #FDF5C2;
  padding: 6.25rem 0;
}

@media screen and (max-width: 767px) {
  .p-top-service {
    padding: 32px 0;
  }
  .p-top-service .c-ttl {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
/* ---------------------------------------------
  top-voice
  --------------------------------------------- */
.p-top-voice {
  padding: 6.25rem 0;
}
.p-top-voice .c-ttl {
  margin-bottom: 3.5rem;
}
.p-top-voice .p-top-voice__container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.p-top-voice .swiper-button-next,
.p-top-voice .swiper-button-prev {
  top: 48%;
}

.p-top-voice__slider .swiper-slide {
  border: 2px solid #787878;
  padding: 1.625rem 1.625rem 2rem;
}
.p-top-voice__slider .name {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 16px;
}
.p-top-voice__slider .desc {
  margin-top: 8px;
}

.p-top-bnr {
  margin-bottom: 6.25rem;
}
.p-top-bnr a {
  display: block;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-top-voice {
    padding: 70px 0;
  }
  .p-top-voice .l-wrap-wide {
    width: 100%;
  }
  .p-top-voice .c-ttl {
    margin-bottom: 20px;
  }
  .p-top-voice .swiper-button-next,
  .p-top-voice .swiper-button-prev {
    top: 35%;
  }
  .p-top-voice .swiper-button-next.swiper-button-disabled,
  .p-top-voice .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
  }
  .p-top-voice__slider .swiper-slide {
    border: 1.5px solid #787878;
    padding: 20px;
  }
  .p-top-voice__slider .name {
    font-size: 1rem;
    margin-top: 16px;
  }
  .p-top-voice__slider .desc {
    font-size: 0.8125rem;
    margin-top: 4px;
  }
  .p-top-bnr {
    margin-bottom: 60px;
  }
}
/* ---------------------------------------------
  faq
  --------------------------------------------- */
.p-top-faq {
  background-color: #FAFAF8;
  padding: 6.25rem 0;
}
.p-top-faq .c-ttl {
  color: #000;
}

.p-faq__list .list-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 60px;
}
.p-faq__list .p-faq__item {
  background-color: #fff;
  margin-bottom: 24px;
}
.p-faq__list .p-faq__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 20px 40px 20px 24px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
  line-height: 1.8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 12px;
}
.p-faq__list .p-faq__ttl::before {
  content: "Q";
  font-family: "Oswald", system-ui;
  font-size: 1.75rem;
  font-weight: 700;
  color: #F6D60B;
  line-height: 1.2;
}
.p-faq__list .p-faq__ttl::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 0.8;
  position: absolute;
  top: 50%;
  right: 24px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #fff;
  width: 18px;
  height: 18px;
  background-color: #F6D60B;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 2px;
}
.p-faq__list .p-faq__ttl.is-open::after {
  content: "−";
}
.p-faq__list .p-faq__answer {
  padding: 26px 45px 26px 32px;
  position: relative;
  border-top: 1px solid #787878;
  font-weight: 500;
  display: none;
  width: calc(100% - 48px);
  margin: 0 auto;
}
.p-faq__list .p-faq__answer::before {
  content: "A";
  font-family: "Oswald", system-ui;
  font-size: 1.75rem;
  font-weight: 400;
  position: absolute;
  top: 20px;
  left: 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-top-faq {
    padding: 40px 0;
  }
  .p-top-faq .c-ttl {
    margin-bottom: 0;
  }
  .p-faq__list .list-ttl {
    font-size: 1rem;
    margin-bottom: 16px;
    margin-top: 40px;
  }
  .p-faq__list .p-faq__item {
    margin-bottom: 15px;
  }
  .p-faq__list .p-faq__ttl {
    font-size: 0.9375rem;
    font-weight: 700;
    padding: 12px 30px 12px 12px;
    line-height: 1.5;
    gap: 8px;
  }
  .p-faq__list .p-faq__ttl::before {
    content: "Q";
    font-family: "Oswald", system-ui;
    font-size: 1rem;
    color: #F6D60B;
    line-height: 1.2;
  }
  .p-faq__list .p-faq__ttl::after {
    font-size: 0.875rem;
    right: 8px;
    width: 14px;
    height: 14px;
    padding-bottom: 1px;
  }
  .p-faq__list .p-faq__answer {
    padding: 10px 30px 12px 16px;
    display: none;
    width: calc(100% - 24px);
    font-size: 0.9375rem;
  }
  .p-faq__list .p-faq__answer p {
    font-size: 0.9375rem;
  }
  .p-faq__list .p-faq__answer::before {
    content: "A";
    font-size: 1rem;
    position: absolute;
    top: 14px;
    left: 0;
  }
}
/* ---------------------------------------------
  corporation
  --------------------------------------------- */
.c-btn-corporation {
  background-color: #F6D60B;
  border-radius: 100px;
  width: calc(100% - 40px);
  max-width: 418px;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 28px 0 10px;
  font-weight: 700;
  font-size: 1.25rem;
  transition: 0.3s ease;
  position: relative;
  margin: 40px auto 120px;
}

.c-btn-corporation::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}

@media (hover: hover) {
  .c-btn-corporation:hover {
    opacity: 0.7;
  }
}

.p-top-bnr {
  margin: 6.25rem 0;
}

.p-top-purchase .p-top-bnr {
  margin-bottom: 0;
  margin-top: 50px;
}

.p-top-corporation {
  background-color: #F5F0E6;
  padding: 6.25rem 0;
}

.p-top-corporation .c-ttl span {
  font-size: 1.5rem;
}

.p-top-corporation .p-top-assessment__container {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.p-top-corporation .p-top-assessment__slider .price {
  background-color: #538FE9;
}

.p-top-corporation .p-top-purchase {
  background: none;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .c-btn-corporation {
    width: calc(100% - 40px);
    max-width: 280px;
    height: 50px;
    padding: 0 28px 0 10px;
    font-size: 1.125rem;
    margin: 30px auto 40px;
  }

  .c-btn-corporation::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 48%;
    right: 20px;
  }
}

@media screen and (max-width: 767px) and (hover: hover) {
  .c-btn-corporation:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-top-corporation {
    background-color: #F5F0E6;
    padding: 4.375rem 0;
  }

  .p-top-corporation .c-ttl span {
    font-size: 1.25rem;
  }

  .p-top-corporation .p-top-purchase {
    background: none;
    margin-top: 3.125rem;
  }
}
/* ---------------------------------------------
  contact
  --------------------------------------------- */
.p-form {
  margin-top: 100px;
}
.p-form .form-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.75rem;
  letter-spacing: 0.05em;
}

.p-form .l-wrap {
  padding: 80px 0 180px;
  position: relative;
}

.p-form__container {
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-header-form {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
  }
  .l-header-form .l-header__inner {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .p-form {
    margin-top: 0;
  }
  .p-form .form-ttl {
    font-size: 1.25rem;
    margin-bottom: 32px;
  }
  .p-form .l-wrap {
    padding: 80px 0 90px;
  }
}
/* ------------- progressbar ------------- */
.p-form-progressbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto 70px;
}
.p-form-progressbar li {
  position: relative;
  text-align: center;
  width: 20%;
  font-size: 0.875rem;
}
.p-form-progressbar li::after {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #CCCCCC;
  margin: 18px auto 0;
  content: "";
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}
.p-form-progressbar li::before {
  position: absolute;
  z-index: -1;
  bottom: 6px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #CCCCCC;
}
.p-form-progressbar li:first-child::before {
  content: none;
}
.p-form-progressbar li.active::after, .p-form-progressbar li.complete::after {
  border-color: #F6D60B;
}
.p-form-progressbar li.active::before, .p-form-progressbar li.complete::before {
  background-color: #F6D60B;
}
.p-form-progressbar li.active {
  font-weight: 700;
}
.p-form-progressbar li.complete::after {
  background-color: #F6D60B;
}

@media screen and (max-width: 767px) {
  .p-form-progressbar {
    margin-bottom: 36px;
  }
  .p-form-progressbar li {
    font-size: 0.625rem;
  }
  .p-form-progressbar li::after {
    width: 8px;
    height: 8px;
    border: 1px solid #CCCCCC;
    margin: 12px auto 0;
  }
  .p-form-progressbar li::before {
    bottom: 4px;
    width: 100%;
    height: 1px;
  }
}
/* ------------- form ------------- */
input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 12px 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  border-radius: 4px;
  font-size: 1rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff url("../img/form/icon_down.svg") no-repeat right 18px center/14px auto;
}

textarea {
  height: 50px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-moz-placeholder {
  color: #BABABA;
}

:-ms-input-placeholder {
  color: #BABABA;
}

::placeholder {
  color: #BABABA;
}

.p-contact__form .lead {
  padding: 0 20px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.p-contact__form dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
}
.p-contact__form dl:not(:last-of-type) {
  margin-bottom: 32px;
}
.p-contact__form dl dt {
  font-size: 0.9375rem;
  font-weight: 700;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.p-contact__form dl dt .notice {
  font-size: 0.625rem;
  font-weight: 400;
}
.p-contact__form dl dd {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
}
.p-contact__form dl .form-require {
  font-size: 0.75rem;
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  font-weight: 500;
  background-color: #DF3333;
  border-radius: 3px;
  color: #fff;
}
.p-contact__form .code-wrap {
  position: relative;
  margin-bottom: 8px;
}
.p-contact__form .code-wrap input[type=text] {
  padding-left: 3.125rem;
}
.p-contact__form .code-wrap .unit {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 1.75rem;
  pointer-events: none;
  letter-spacing: 0;
}
.p-contact__form .form-item-textarea textarea {
  height: 170px;
  resize: vertical;
}
.p-contact__form .form-item-radio label {
  position: relative;
  cursor: pointer;
  font-size: 0.9375rem;
  display: inline-block;
  padding-left: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}
.p-contact__form .form-item-radio label:not(:nth-child(3n)) {
  margin-right: 56px;
}
.p-contact__form .form-item-radio label::before,
.p-contact__form .form-item-radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  top: 50%;
}
.p-contact__form .form-item-radio label::before {
  background-color: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: 0;
  border: 2px solid #F6D60B;
}
.p-contact__form .form-item-radio label::after {
  background-color: #F6D60B;
  border-radius: 50%;
  opacity: 0;
  width: 15px;
  height: 15px;
  left: 0;
}
.p-contact__form .form-item-radio label:has(> input:checked) {
  background-color: #fff;
}
.p-contact__form .form-item-radio label:has(> input:checked)::after {
  opacity: 1;
}
.p-contact__form .form-item-radio input[type=radio] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.p-contact__form .form-item-radio.radio-development label {
  width: 46%;
}
.p-contact__form .form-item-select .p-select-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 2.5rem;
}
.p-contact__form .form-item-select .p-select-list .select-item {
  width: calc(50% - 1.25rem);
}
.p-contact__form .form-item-select .p-select-list .select-item .ttl {
  color: #707070;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 1rem;
}
.p-contact__form label.hide {
  display: none;
}
.p-contact__form #delivery {
  display: none;
}
.p-contact__form .form-wrap {
  max-width: 600px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.p-contact__form .form-wrap dl {
  width: 50%;
}
.p-contact__form .form-wrap dd {
  position: relative;
}
.p-contact__form .form-wrap dd input[type=text] {
  padding-right: 8.75rem;
}
.p-contact__form .form-wrap dd .unit {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
  letter-spacing: 0;
}
.p-contact__form .form-wrap dd .unit .sm {
  font-size: 0.8125rem;
}
.p-contact__form .wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #F5404F;
}
.p-contact__form .wpcf7-not-valid {
  background-color: #FFEEEE;
}

.p-form-btn {
  margin: 60px auto 0;
  max-width: 320px;
  position: relative;
}
.p-form-btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 40px;
}
.p-form-btn input {
  background-color: #5AB5E8;
  border-radius: 100px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 18px 20px;
  width: 100%;
  display: block;
  text-align: center;
  transition: 0.3s ease;
  line-height: 1.2;
}
@media (hover: hover) {
  .p-form-btn input:hover {
    opacity: 0.7;
  }
}
.p-form-btn .wpcf7-spinner {
  display: none;
}
.p-form-btn.not-submit {
  pointer-events: none;
}

.p-form-back {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-form-back a, .p-form-back input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.p-form-back::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/icon_back.svg") no-repeat center/100%;
}

@media screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  select,
  textarea {
    width: 100%;
    padding: 12px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: 1px solid #DCDCDC;
    background-color: #fff;
    border-radius: 4px;
    font-size: 0.875rem;
  }
  .p-contact__form .lead {
    padding: 0;
    font-size: 0.875rem;
    margin-bottom: 24px;
  }
  .p-contact__form dl dt {
    font-size: 0.75rem;
    margin-bottom: 12px;
  }
  .p-contact__form dl dd {
    font-size: 0.75rem;
  }
  .p-contact__form .form-item-radio label {
    font-size: 0.75rem;
    padding-left: 24px;
    margin-bottom: 16px;
  }
  .p-contact__form .form-item-radio label:not(:nth-child(3n)) {
    margin-right: 24px;
  }
  .p-contact__form .form-item-radio label::before {
    width: 12px;
    height: 12px;
  }
  .p-contact__form .form-item-radio label::after {
    width: 12px;
    height: 12px;
  }
  .p-contact__form .form-item-select .p-select-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 2.5rem;
  }
  .p-contact__form .form-item-select .p-select-list .select-item {
    width: 100%;
  }
  .p-contact__form .form-item-select .p-select-list .select-item .ttl {
    color: #707070;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 1rem;
  }
  .p-form-btn {
    margin: 30px auto 0;
    max-width: 220px;
    position: relative;
  }
  .p-form-btn::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
  .p-form-btn input {
    font-size: 0.875rem;
    padding: 12px;
  }
  .p-form-back {
    width: 20px;
    height: 20px;
    top: 20px;
  }
  .p-form-back::before {
    width: 20px;
    height: 20px;
  }
}
/* ------------- modal ------------- */
.c-modal .zoom-img {
  background: #000;
  cursor: pointer;
  border: 1px solid #B7B2A8;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease;
}
.c-modal .zoom-img::after {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 10px 0 0 0;
  background: #56534F url("../img/icon_zoom.svg") no-repeat center center/32px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (hover: hover) {
  .c-modal .zoom-img:hover {
    opacity: 0.8;
  }
}
.c-modal .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999999;
}
.c-modal .modal-container.active {
  opacity: 1;
  visibility: visible;
}
.c-modal .modal-body {
  position: relative;
  width: auto;
  width: calc(100% - 40px);
  max-width: 680px;
  margin: 0 auto;
}
.c-modal .modal-close {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: -45px;
  right: 0;
  font-size: 2.25rem;
  color: #fff;
  cursor: pointer;
}
.c-modal .modal-close-btn {
  margin: 30px auto 0;
  max-width: 320px;
  position: relative;
  background-color: #5AB5E8;
  border-radius: 100px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 18px 20px;
  width: 100%;
  display: block;
  text-align: center;
  transition: 0.3s ease;
  line-height: 1.2;
  cursor: pointer;
}
@media (hover: hover) {
  .c-modal .modal-close-btn:hover {
    opacity: 0.7;
  }
}
.c-modal .modal-content {
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  background-color: #FAF6DA;
}

.p-form__advance-check .modal-body {
  max-width: 550px;
}
.p-form__advance-check .modal-content {
  padding: 24px 20px 40px;
}
.p-form__advance-check .p-advance-check__wrap {
  overflow-y: auto;
  max-height: 60vh;
}
.p-form__advance-check .p-advance-check__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.8;
  text-align: center;
}
.p-form__advance-check .p-advance-check__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
}
.p-form__advance-check .p-advance-check__block:not(:last-of-type) {
  margin-bottom: 16px;
  border-bottom: 1px solid #CCCCCC;
}
.p-form__advance-check .p-advance-check__block .img__block {
  -ms-flex: 1;
      flex: 1;
  text-align: center;
}
.p-form__advance-check .p-advance-check__block .text__block {
  width: 82%;
  max-width: 415px;
}
.p-form__advance-check .p-advance-check__block .text__block .ttl {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.p-form__advance-check .p-advance-check__block .text__block .color {
  color: #F16767;
}
.p-form__advance-check .p-advance-check__block .text__block .desc {
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .c-modal .modal-close-btn {
    margin: 30px auto 0;
    max-width: 10.9375rem;
    font-size: 0.875rem;
    padding: 10px;
  }
  .p-form__advance-check .p-advance-check__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 12px;
    padding-bottom: 16px;
  }
  .p-form__advance-check .p-advance-check__block:not(:last-of-type) {
    margin-bottom: 16px;
    border-bottom: 1px solid #CCCCCC;
  }
  .p-form__advance-check .p-advance-check__block .img__block {
    -ms-flex: 1;
        flex: 1;
    text-align: center;
  }
  .p-form__advance-check .p-advance-check__block .text__block {
    width: 80%;
    max-width: 415px;
    padding-right: 10px;
  }
  .p-form__advance-check .p-advance-check__block .text__block .ttl {
    font-size: 0.8125rem;
  }
  .p-form__advance-check .p-advance-check__block .text__block .desc {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.p-contact__form.form-02 {
  max-width: 580px;
  margin: 0 auto;
}

.p-accessory__modal .accessory-ttl {
  color: #F5404F;
  font-size: 0.75rem;
  text-align: right;
  margin-bottom: 16px;
  cursor: pointer;
}
.p-accessory__modal .accessory-ttl span {
  text-decoration: underline;
}
.p-accessory__modal .modal-body {
  max-width: 550px;
}
.p-accessory__modal .modal-content {
  padding-bottom: 40px;
}
.p-accessory__modal .p-accessory__head {
  background-color: #F27572;
  text-align: center;
  padding: 24px;
}
.p-accessory__modal .p-accessory__head .ttl {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.p-accessory__modal .desc {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 24px;
  padding: 0 24px;
}

.p-form-box__block {
  background-color: #FAF6DA;
}

.p-form-box__ttl {
  background-color: #F6D60B;
  font-size: 0.9375rem;
  padding: 12px 16px;
  font-weight: 700;
}

.p-form-box__block:not(:last-child) {
  margin-bottom: 40px;
}
.p-form-box__block .reference-block {
  padding: 20px 16px 32px 28px;
}
.p-form-box__block .reference-block .ttl {
  font-weight: 700;
  font-size: 0.9375rem;
  margin-bottom: 20px;
}
.p-form-box__block .reference-block .c-fBox {
  display: -ms-flexbox;
  display: flex;
}
.p-form-box__block .reference-block .c-fBox.box_1 {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.p-form-box__block .reference-block .c-fBox.box_1 figure {
  width: 34%;
}
.p-form-box__block .reference-block .c-fBox.box_1 .block__text {
  width: 58%;
  max-width: 300px;
  border-radius: 4px;
  background-color: #FFEEEE;
  padding: 8px 15px;
}
.p-form-box__block .reference-block .c-fBox.box_1 .osusume-text {
  font-weight: 700;
  color: #F16767;
  font-size: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}
.p-form-box__block .reference-block .c-fBox.box_1 .osusume-text::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 14px;
  background: url("../img/form/icon_hand.svg") no-repeat center/100%;
}
.p-form-box__block .reference-block .c-fBox.box_1 .list li {
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-form-box__block .reference-block .c-fBox.box_1 .list li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../img/form/icon_check.svg") no-repeat center/100%;
  margin-right: 6px;
}
.p-form-box__block .reference-block .c-fBox.box_2 {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 24px;
  margin-top: 10px;
}
.p-form-box__block .reference-block .c-fBox.box_2 .detail-block {
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  width: 50%;
  max-width: 216px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-form-box__block .reference-block .c-fBox.box_2 .detail-block .text_1 {
  font-size: 0.9375rem;
  border-bottom: 1px solid #787878;
  padding-bottom: 4px;
}
.p-form-box__block .reference-block .c-fBox.box_2 .detail-block .text_2 {
  font-size: 0.9375rem;
}
.p-form-box__block .reference-block .c-fBox.box_2 .detail-block .text_2 .num {
  font-size: 1.25rem;
}
.p-form-box__block .reference-block .c-fBox.box_2 .detail-block .text_2 .color {
  color: #F16767;
}
.p-form-box__block .reference-block .up-text {
  max-width: 460px;
  margin: 30px auto 0;
}
.p-form-box__block .note {
  font-size: 0.625rem;
  padding: 10px 16px;
  letter-spacing: 0;
}

.p-form-box__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.p-form-box__container .box-size__block {
  width: 50%;
}
.p-form-box__container .box-size__block .unit {
  text-align: right;
  font-size: 0.75rem;
  margin-top: 8px;
}
.p-form-box__container .box-size__block .detail {
  display: inline-block;
  background-color: #fff;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.75rem;
  padding: 8px;
  border-radius: 4px;
  letter-spacing: 0;
  margin-top: 30px;
}
.p-form-box__container .box-size__block .wrap {
  padding: 24px 24px 32px;
}
.p-form-box__container .box-size__block .ttl {
  font-weight: 700;
  font-size: 0.9375rem;
  margin-bottom: 16px;
}
.p-form-box__container .box-size__block.large {
  border-right: 1px solid #CCCCCC;
}
.p-form-box__container .box-size__block.large .num-block {
  border-right: 1px solid #fff;
}

/* ----- number ----- */
.num-block {
  background-color: #CCCCCC;
  padding: 8px;
  /* WebKit ブラウザで、input type="number" のスピンボタンを非表示にする。 */
  /* Firefox で、input type="number" のスピンボタンを非表示にする。また、入力欄の値表示を中央寄せにし、高さをボタンのサイズに合わせる。 */
  /*ボタンのサイズを 44 × 44 CSS ピクセルにする。*/
  /* ステッパーコンポーネントの横幅を指定する。 */
}
.num-block input[type=number]::-webkit-outer-spin-button,
.num-block input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.num-block input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
  height: 28px;
  font-size: 1.25rem;
  background-color: #fff;
  min-width: 56px;
}
.num-block button.btn-number {
  width: 28px;
  height: 28px;
}
.num-block button.btn-number.btn-minus {
  background: url("../img/form/icon_minus.svg") no-repeat center/100%;
}
.num-block button.btn-number.btn-plus {
  background: url("../img/form/icon_plus.svg") no-repeat center/100%;
}
.num-block div.input-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .p-accessory__modal .modal-content {
    padding-bottom: 40px;
  }
  .p-accessory__modal .p-accessory__head {
    padding: 20px;
  }
  .p-accessory__modal .p-accessory__head .ttl {
    font-size: 0.9375rem;
  }
  .p-accessory__modal .p-accessory__head img {
    max-width: 100px;
  }
  .p-accessory__modal .desc {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 16px;
    padding: 0 16px;
  }
  .p-form-box__ttl {
    font-size: 0.9375rem;
    padding: 12px 16px;
  }
  .p-form-box__block .reference-block {
    padding: 20px 10px 32px 10px;
  }
  .p-form-box__block .reference-block .c-fBox {
    display: -ms-flexbox;
    display: flex;
  }
  .p-form-box__block .reference-block .c-fBox.box_1 {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .p-form-box__block .reference-block .c-fBox.box_1 .block__text {
    width: 62%;
    padding: 8px;
  }
  .p-form-box__block .reference-block .c-fBox.box_1 .osusume-text {
    font-weight: 700;
    font-size: 0.75rem;
    gap: 4px;
    margin-bottom: 6px;
  }
  .p-form-box__block .reference-block .c-fBox.box_1 .list li {
    font-size: 0.625rem;
    letter-spacing: 0;
  }
  .p-form-box__block .reference-block .c-fBox.box_1 .list li::before {
    width: 9px;
    height: 9px;
  }
  .p-form-box__block .reference-block .c-fBox.box_2 {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
  }
  .p-form-box__block .reference-block .c-fBox.box_2 .detail-block {
    padding: 8px 12px;
    border-radius: 4px;
    width: 50%;
    letter-spacing: 0.05em;
  }
  .p-form-box__block .reference-block .c-fBox.box_2 .detail-block .text_1 {
    font-size: 0.75rem;
    padding-bottom: 4px;
  }
  .p-form-box__block .reference-block .c-fBox.box_2 .detail-block .text_2 {
    font-size: 0.75rem;
    letter-spacing: 0.02em;
  }
  .p-form-box__block .reference-block .c-fBox.box_2 .detail-block .text_2 .num {
    font-size: 0.9375rem;
  }
  .p-form-box__block .reference-block .up-text {
    max-width: 460px;
    margin: 20px auto 0;
  }
  .p-form-box__block .note {
    font-size: 0.5rem;
    padding: 10px;
    letter-spacing: 0;
  }
  .p-form-box__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .p-form-box__container .box-size__block {
    width: 50%;
  }
  .p-form-box__container .box-size__block .unit {
    text-align: right;
    font-size: 0.625rem;
    margin-top: 8px;
  }
  .p-form-box__container .box-size__block .detail {
    font-size: 0.625rem;
    padding: 8px;
    border-radius: 4px;
    margin-top: 20px;
  }
  .p-form-box__container .box-size__block .wrap {
    padding: 24px 10px 32px;
  }
  .p-form-box__container .box-size__block .ttl {
    font-size: 0.875rem;
  }
  .p-form-box__container .box-size__block.large .detail {
    margin-bottom: 14px;
  }
  /* ----- number ----- */
  .num-block {
    background-color: #CCCCCC;
    padding: 8px;
    /* WebKit ブラウザで、input type="number" のスピンボタンを非表示にする。 */
    /* Firefox で、input type="number" のスピンボタンを非表示にする。また、入力欄の値表示を中央寄せにし、高さをボタンのサイズに合わせる。 */
    /*ボタンのサイズを 44 × 44 CSS ピクセルにする。*/
    /* ステッパーコンポーネントの横幅を指定する。 */
  }
  .num-block input[type=number]::-webkit-outer-spin-button,
  .num-block input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
  }
  .num-block input[type=number] {
    -moz-appearance: textfield;
    text-align: center;
    height: 24px;
    font-size: 1.125rem;
    background-color: #fff;
    min-width: 56px;
  }
  .num-block button.btn-number {
    width: 24px;
    height: 24px;
  }
  .num-block div.input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 12px;
  }
}
.p-contact__form .p-form__ttl {
  background-color: #F6D60B;
  font-size: 0.9375rem;
  padding: 12px 16px;
  font-weight: 700;
  margin-bottom: 24px;
}

.p-contact__form.form-05 {
  max-width: 580px;
  margin: 0 auto;
}

.p-form-charge .p-form-charge__item {
  background-color: #FAF6DA;
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  padding: 24px 16px 16px 40px;
  margin-bottom: 20px;
  font-weight: 700;
  width: calc(100% - 40px);
  margin: 16px auto 0;
}
.p-form-charge .p-form-charge__item .wpcf7-form-control-wrap {
  position: static;
}
.p-form-charge label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 40px;
  cursor: pointer;
}
.p-form-charge label::before,
.p-form-charge label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  top: 50%;
}
.p-form-charge label::before {
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: 12px;
}
.p-form-charge label::after {
  background-color: #F16767;
  border-radius: 50%;
  opacity: 0;
  width: 9px;
  height: 9px;
  left: 15px;
}
.p-form-charge label:has(> input:checked)::after {
  opacity: 1;
}
.p-form-charge input[type=radio] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  font-size: 0.9375rem;
}
.p-form-charge .desc {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
.p-form-charge .note {
  font-size: 0.625rem;
  font-weight: 400;
}
.p-form-charge .color {
  color: #F16767;
}

.p-contact__policy {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: calc(100% - 40px);
  padding: 0 16px;
  margin: 20px auto 0;
}
.p-contact__policy input[type=checkbox] {
  display: none;
}
.p-contact__policy .check-block {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  position: absolute;
  top: 0;
  left: -16px;
}
.p-contact__policy .check-block::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #231815;
}
.p-contact__policy .check-block::after {
  border-right: 2px solid #F16767;
  border-bottom: 2px solid #F16767;
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: rotate(45deg) translate(-50%, -50%);
      transform: rotate(45deg) translate(-50%, -50%);
  margin-left: -5px;
}
.p-contact__policy input[type=checkbox]:checked + .wpcf7-list-item-label .check-block::after {
  opacity: 1;
}
.p-contact__policy .policy-text {
  font-weight: 700;
  font-size: 0.9375rem;
  font-weight: 400;
}
.p-contact__policy .policy-text a {
  text-decoration: underline;
}
.p-contact__policy .policy-text .notice {
  color: #F16767;
  font-size: 0.75rem;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .p-form-charge .p-form-charge__item {
    background-color: #FAF6DA;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    padding: 24px 16px 16px 40px;
    margin-bottom: 20px;
    font-weight: 700;
    width: 100%;
    margin: 16px auto 0;
  }
  .p-form-charge input[type=radio] {
    font-size: 0.8125rem;
  }
  .p-form-charge .desc {
    font-size: 0.75rem;
    font-weight: 400;
    display: block;
  }
  .p-contact__policy {
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    width: 100%;
    padding: 0 16px;
    margin: 20px auto 0;
  }
  .p-contact__policy input[type=checkbox] {
    display: none;
  }
  .p-contact__policy .check-block {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: auto;
    position: absolute;
    top: 0;
    left: -16px;
  }
  .p-contact__policy .check-block::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #231815;
  }
  .p-contact__policy .check-block::after {
    border-right: 2px solid #F16767;
    border-bottom: 2px solid #F16767;
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: rotate(45deg) translate(-50%, -50%);
        transform: rotate(45deg) translate(-50%, -50%);
    margin-left: -5px;
  }
  .p-contact__policy input[type=checkbox]:checked + .wpcf7-list-item-label .check-block::after {
    opacity: 1;
  }
  .p-contact__policy .policy-text {
    font-weight: 700;
    font-size: 0.8125rem;
    font-weight: 400;
  }
  .p-contact__policy .policy-text .notice {
    font-size: 0.625rem;
  }
}
/* ---------------------------------------------
  contact confirm
  --------------------------------------------- */
.p-contact__form .confirm-ttl {
  font-weight: 700;
  font-size: 0.9375rem;
  padding: 10px;
  position: relative;
  margin: 20px 0;
}
.p-contact__form .confirm-ttl::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.p-contact__form .form-confirm {
  border-bottom: 1px solid #DEE2E1;
  padding-bottom: 12px;
}
.p-contact__form .form-confirm:not(:last-child) {
  margin-bottom: 24px;
}
.p-contact__form .form-confirm dt {
  margin-top: 0;
}
.p-contact__form .form-confirm dd {
  font-weight: 400;
  padding-left: 10px;
}

.p-form-btn.confirm {
  margin-bottom: 30px;
}
.p-form-btn.confirm::after {
  display: none;
}

.p-contact__back {
  text-align: center;
}
.p-contact__back input {
  border-bottom: 1px solid #000;
}

.p-form-save {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 30px auto 0;
  font-weight: 700;
}
.p-form-save span {
  display: block;
  width: 100%;
}
.p-form-save input[type=checkbox] {
  display: none;
}
.p-form-save label {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 16px;
  padding-left: 46px;
  background-color: #ccc;
}
.p-form-save .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  left: 16px;
  position: absolute;
  top: 16px;
}
.p-form-save .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #F16767;
  border-radius: 50%;
  position: absolute;
  left: 19px;
  top: 19px;
  opacity: 0;
}
.p-form-save input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-form-save {
    width: 100%;
  }
  .p-form-save {
    font-size: 0.8125rem;
  }
  .p-form-save label {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 12px;
    padding-left: 46px;
    background-color: #ccc;
  }
  .p-form-save label::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    left: 16px;
    position: absolute;
    top: 12px;
  }
  .p-form-save label::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #F16767;
    border-radius: 50%;
    position: absolute;
    left: 19px;
    top: 15px;
  }
  .p-form-save input[type=checkbox]:checked + .wpcf7-list-item-label label::after {
    opacity: 1;
  }
}
/* ---------------------------------------------
  contact complete
  --------------------------------------------- */
.p-complete__block .c-btn {
  margin-top: 120px;
}

.p-complete__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.75rem;
  letter-spacing: 0.05em;
}

.p-complete__text {
  text-align: center;
}

.p-complete__back {
  background-color: #5AB5E8;
  border-radius: 100px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 18px 20px;
  width: 100%;
  display: block;
  text-align: center;
  transition: 0.3s ease;
  line-height: 1.2;
  margin: 60px auto 0;
  max-width: 320px;
}
@media (hover: hover) {
  .p-complete__back:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-complete__ttl {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
  }
  .p-complete__text {
    font-size: 0.875rem;
    text-align: left;
  }
  .p-complete__back {
    font-size: 0.875rem;
    padding: 10px 20px;
    max-width: 240px;
  }
}
/* =========== 下層ページ共通 =========== */
.c-heading {
  padding-bottom: 2.5rem;
  position: relative;
}
.c-heading .l-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.c-heading .c-heading__ttl {
  font-weight: 500;
  position: absolute;
  top: 36.4%;
  left: calc((100% - 63.5rem) / 2);
  padding: 2.5rem 5rem 2.5rem 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.c-heading .c-heading__ttl::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
}
.c-heading .c-heading__ttl .en {
  display: inline-block;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-family: "Oswald", system-ui;
  position: relative;
  line-height: 1.5;
}
.c-heading .c-heading__ttl .ja {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
}
.c-heading .c-heading__img {
  width: 100%;
  height: 27.5rem;
  overflow: hidden;
}
.c-heading .c-heading__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .c-heading {
    padding-bottom: 30px;
  }
  .c-heading .c-heading__ttl {
    left: 0;
    padding: 32px 40px 32px 15px;
  }
  .c-heading .c-heading__ttl .en {
    font-size: 2.6875rem;
    line-height: 1.2;
  }
  .c-heading .c-heading__ttl .ja {
    font-size: 1.25rem;
  }
  .c-heading .c-heading__img {
    height: 27.1875rem;
  }
}
/* ---------------------------------------------------
    column
  --------------------------------------------------- */
.p-column-section {
  padding-top: 80px;
}
.p-column-section .c-ttl {
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .p-column-section {
    padding-top: 40px;
  }
  .p-column-section .c-ttl {
    font-size: 1.625rem;
    margin-bottom: 40px;
  }
}
/* ----------- column card common  ----------- */
.p-column-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.p-column-card,
.p-column-card .p-column-card__thumbnail {
  position: relative;
  width: 100%;
  transition: all 0.2s;
}

.p-column-card .p-column-card__thumbnail {
  height: auto;
  overflow: hidden;
}
@media (hover) {
  .p-column-card .p-column-card__thumbnail:hover img {
    -ms-transform: scale(1.05);
        transform: scale(1.05);
  }
}

.p-column-card .p-column-card__thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}

.p-column-card .p-column-card__category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  color: #1A1311;
}

.p-column-card .p-column-card__title {
  margin: 8px 0;
  transition: opacity 0.3s;
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 700;
}

.p-column-card__tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

@media screen and (max-width: 767px) {
  .p-column-card .p-column-card__category {
    gap: 10px;
    margin-top: 20px;
  }
  .p-column-card .p-column-card__title {
    font-size: 0.9375rem;
  }
  .p-column-card .p-column-card__tag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
  }
  .p-column__more a p {
    font-size: 13px;
    padding-right: 38px;
  }
}
/* ----------- column more  ----------- */
.p-column__more {
  margin-top: 10px;
  text-align: right;
}

.p-column__more {
  position: relative;
}

.p-column__more a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin: 0;
  transition: 0.3s ease;
}
.p-column__more a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../img/column/icon_arrow.svg") no-repeat center/100%;
}
.p-column__more a:hover {
  opacity: 0.6;
}

/* ----------- column pick up  ----------- */
.p-column-pickup {
  padding: 40px 0 0;
}
.p-column-pickup .l-wrap {
  padding-bottom: 80px;
}
.p-column-pickup .p-heading-title {
  letter-spacing: 0.1em;
}

.p-column-pickup__list {
  display: -ms-flexbox;
  display: flex;
  gap: 2.5%;
}

.p-column-pickup__item {
  width: 33.3333333333%;
}
.p-column-pickup__item .p-column-card__thumbnail {
  position: relative;
}
.p-column-pickup__item .p-column-card__thumbnail a {
  display: block;
  overflow: hidden;
}
.p-column-pickup__item .p-column-card__thumbnail img {
  width: 100%;
  aspect-ratio: 322/210;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column-pickup__item .p-column-card__thumbnail .more__text {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 6px 14px;
  font-weight: 700;
  z-index: 1;
  transition: 0.3s ease;
}
.p-column-pickup__item .p-column-card__thumbnail::before {
  content: "";
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 21, 40, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
  pointer-events: none;
}
@media (hover: hover) {
  .p-column-pickup__item .p-column-card__thumbnail:hover img {
    -ms-transform: none;
        transform: none;
  }
  .p-column-pickup__item .p-column-card__thumbnail:hover .more__text {
    opacity: 1;
  }
  .p-column-pickup__item .p-column-card__thumbnail:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-column-pickup {
    padding: 30px 0 0;
  }
  .p-column-pickup .l-wrap {
    padding-bottom: 40px;
  }
  .p-column-pickup .p-heading-title {
    font-size: 25px;
  }
  .p-column-pickup__list {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 40px;
  }
  .p-column-pickup__item {
    width: 100%;
  }
}
/* ----------- column category  ----------- */
.c-columncat {
  padding: 6px 8px;
  font-size: 0.75rem;
  transition: all 0.3s;
  border: 1px solid #F6D60B;
  color: #787878;
  border-radius: 3px;
}
@media (hover: hover) {
  .c-columncat:hover {
    background-color: #fff;
    color: #F6D60B;
  }
}

/* ----------- column tag  ----------- */
.c-columntag {
  position: relative;
  font-size: 0.75rem;
  border: 1px solid #787878;
  padding: 6px;
  font-weight: 400;
  transition: all 0.3s;
  border-radius: 4px;
  color: #787878;
}
@media (hover: hover) {
  .c-columntag:hover {
    background-color: #F6D60B;
    color: #fff;
  }
}

.c-columntag:before {
  content: "#";
}

/* ----------- column list common  ----------- */
.p-column-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto 80px;
}

.p-column-list,
.single-column__container {
  width: 66%;
}

.p-column-side__container {
  width: 28.5%;
  margin-top: 120px;
}

.p-column-card__large .p-column-card {
  height: auto;
}
.p-column-card__large .p-column-card:not(:last-child) {
  margin-bottom: 40px;
}
.p-column-card__large .p-column-card__thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 672/250;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-column__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 80%;
  max-width: 328px;
  height: 80px;
  margin: 100px auto 0;
  border: 2px solid #F6D60B;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  border-radius: 100px;
}
.p-column__btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 28px;
}

@media screen and (max-width: 767px) {
  .p-column-container {
    display: block;
    margin: 0 auto 60px;
  }
  .p-column-container .p-heading-title {
    font-size: 24px;
  }
  .p-column-list,
  .single-column__container {
    width: 100%;
  }
  .p-column-side__container {
    width: 100%;
    margin-top: 60px;
  }
  .p-column-card__large .p-column-card__thumbnail img {
    aspect-ratio: 3/2;
  }
  .p-column__btn {
    max-width: 328px;
    height: 50px;
    margin: 40px auto 0;
    font-size: 1rem;
  }
  .p-column__btn::after {
    width: 8px;
    height: 8px;
  }
}
/* ----------- column side  ----------- */
.p-column-side__ttl {
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  background-color: #F6D60B;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 8px 12px;
}

.p-column-side__item {
  padding-bottom: 56px;
}
.p-column-side__item:not(:last-child) {
  border-bottom: 1px solid #EEF1F6;
  margin-bottom: 32px;
}

.p-column-side__item .category__list li:not(:last-child) {
  margin-bottom: 16px;
}

.p-column-side__item .category__list li a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 6px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: #1A1311;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-column-side__item .category__list li a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F6D60B;
  bottom: -2px;
  -ms-transform: scale(0, 1);
      transform: scale(0, 1);
  -ms-transform-origin: right top;
      transform-origin: right top;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .p-column-side__item .category__list li a:hover::before {
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
}

.p-column-side__item .category__list li a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../img/column/icon_arrow.svg") no-repeat center/100%;
  margin-left: 16px;
  vertical-align: middle;
}

.p-column-side__item .tag__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.p-column-side__item .tag__list a {
  color: #231815;
}

.p-column-side__item .monthly__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.p-column-side__item .monthly__list li a {
  display: inline-block;
  position: relative;
  font-size: 0.75rem;
  border: 1px solid #231815;
  padding: 6px;
  font-weight: 400;
  transition: all 0.3s;
  border-radius: 4px;
  color: #231815;
}

/* ---------- column popular list ----------- */
.p-column-card__side .p-column-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 10px;
}
.p-column-card__side .p-column-card:not(:last-child) {
  margin-bottom: 40px;
}
.p-column-card__side .p-column-card__wrap {
  width: 42%;
}
.p-column-card__side .p-column-card__thumbnail {
  width: 50%;
  max-width: 132px;
  overflow: hidden;
}
.p-column-card__side .p-column-card__thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 132/80;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .p-column-card__side .p-column-card__thumbnail:hover img {
    -ms-transform: scale(1.05);
        transform: scale(1.05);
  }
}
.p-column-card__side .p-column-card__category {
  margin-top: 8px;
  gap: 8px;
}
.p-column-card__side .p-column-card__title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-column-card__side .p-column-card {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
  }
  .p-column-card__side .p-column-card:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-column-card__side .p-column-card__wrap {
    width: 100%;
  }
  .p-column-card__side .p-column-card__thumbnail {
    width: 100%;
    max-width: 100%;
  }
  .p-column-card__side .p-column-card__thumbnail img {
    width: 100%;
    height: 100%;
    aspect-ratio: 220/148;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-column-card__side .p-column-card__category {
    margin-top: 8px;
    gap: 8px;
  }
  .p-column-card__side .p-column-card__title {
    margin: 0;
    font-size: 0.875rem;
  }
  .p-column-side__ttl {
    margin-bottom: 30px;
  }
  .p-column-side__item {
    margin-bottom: 50px;
  }
  .p-column-card__thumbnail img {
    aspect-ratio: 686/427;
  }
}
/* ----- search ----- */
.p-column-side__search {
  position: relative;
}

.p-column-side__search button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 40px;
  height: 40px;
  background: #F6D60B;
  cursor: pointer;
}
.p-column-side__search button::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: url("../img/column/icon_search.svg") no-repeat top center/100%;
}

.p-column-side__search .dashicons-search {
  display: none;
}

.p-column-side__search input {
  width: 100%;
  background-color: #fff;
  font-size: 1rem;
  width: 100%;
  height: 42px;
  padding: 0 16px;
  border: 1px solid #787878;
  border-radius: 0;
}
.p-column-side__search input::-moz-placeholder {
  color: #787878;
}
.p-column-side__search input:-ms-input-placeholder {
  color: #787878;
}
.p-column-side__search input::placeholder {
  color: #787878;
}

/* ===================================================
 column article
==================================================== */
.p-column-article {
  padding-top: 60px;
}

.single-column__article > .header .title {
  font-size: 1.5rem;
  margin: 16px 0;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .single-column__article > .header .title {
    font-size: 25px;
  }
}
.single-column__article > .thumbnail img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-editor-content p {
  margin-bottom: 0.5em;
  line-height: 1.8;
}

.p-editor-content {
  padding-top: 40px;
  border-bottom: 1px solid #EEF1F6;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

/* ----- 目次 ---- */
.p-column-article div#ez-toc-container {
  background-color: #fff;
  border: none;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.p-column-article div#ez-toc-container .ez-toc-title {
  position: relative;
  gap: 8px;
  background-color: #F6D60B;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 24px;
  margin: 0 !important;
  height: 56px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.p-column-article div#ez-toc-container .ez-toc-title-toggle a .ez-toc-js-icon-con {
  display: none;
}

.p-column-article div#ez-toc-container .ez-toc-title-toggle a {
  display: block;
  width: 10px;
  height: 5px;
  background-color: #231815;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: 26px;
  right: 24px;
}

.p-column-article div#ez-toc-container.toc_close .ez-toc-title-toggle a {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.p-column-article div#ez-toc-container .ez-toc-list {
  padding: 16px 24px 24px;
  margin: 0;
  background-color: #FFFCE8;
}

.p-column-article div#ez-toc-container .ez-toc-list li {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.8;
}

.p-column-article div#ez-toc-container .ez-toc-list li::before {
  display: none;
}

.p-column-article div#ez-toc-container .ez-toc-list li a {
  transition: 0.3s ease;
}

.p-column-article div#ez-toc-container .ez-toc-list li.ez-toc-heading-level-2 {
  margin-bottom: 8px;
  font-size: 1rem;
}
.p-column-article div#ez-toc-container .ez-toc-list li.ez-toc-heading-level-2::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #231815;
  border-radius: 50%;
  margin-right: 8px;
}

.p-column-article div#ez-toc-container .ez-toc-list li.ez-toc-heading-level-2:first-child {
  margin-top: 0;
}

.p-column-article div#ez-toc-container .ez-toc-list li.ez-toc-heading-level-2:last-child {
  margin-bottom: 0;
}

.p-column-article div#ez-toc-container .ez-toc-list li.ez-toc-heading-level-3 {
  font-size: 1rem;
  padding-left: 0;
  line-height: 2.1;
  margin-bottom: 4px;
}
.p-column-article div#ez-toc-container .ez-toc-list li.ez-toc-heading-level-3::before {
  content: "└";
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 4px;
}

.p-column-article div#ez-toc-container .ez-toc-list li.ez-toc-heading-level-2:last-child {
  margin-bottom: 0;
}

@media (hover) {
  .p-toc-block li a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}
.p-editor-content img {
  display: block;
  margin-top: 40px;
  width: 100%;
  max-width: 500px;
  margin: 40px auto;
}

/* ----- 見出し ---- */
.p-editor-content h2 {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F6D60B;
  margin-bottom: 16px;
}

.p-editor-content h3 {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  margin-top: 40px;
  margin-bottom: 16px;
}
.p-editor-content h3::before {
  content: "●";
  color: #F6D60B;
  margin-right: 4px;
}

.p-editor-content h4 {
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .p-editor-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
/* ----- 執筆者 ---- */
.p-writer-block {
  padding: 24px 32px;
  margin-top: 64px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}
.p-writer-block .ttl {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-writer-block__wrap {
  display: grid;
  grid-template-areas: "icon name" "icon overview";
  grid-template-rows: auto 1fr;
  grid-template-columns: 100px 1fr;
  gap: 10px 15px;
}

.p-writer-block .p-writer-block__icon {
  grid-area: icon;
  width: 80px;
  height: 80px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}

.p-writer-block .p-writer-block__name {
  grid-area: name;
  align-self: center;
  font-size: 1rem;
  font-weight: 700;
}

.p-writer-block .p-writer-block__overview {
  grid-area: overview;
  line-height: 1.75;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .p-writer-block__wrap {
    grid-template-rows: auto 1fr;
    grid-template-columns: 64px 1fr;
  }
  .p-writer-block .p-writer-block__icon {
    width: 64px;
    height: 64px;
  }
}
/* ----- 執筆者 消す---- */
.writer-block {
  padding: 24px 32px;
  margin-top: 64px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}
.writer-block .ttl {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.writer-block__wrap {
  display: grid;
  grid-template-areas: "icon name" "icon overview";
  grid-template-rows: auto 1fr;
  grid-template-columns: 100px 1fr;
  gap: 10px 15px;
}

@media screen and (max-width: 767px) {
  .writer-block {
    grid-template-areas: "icon name" "overview overview";
    grid-template-rows: 64px 1fr;
    grid-template-columns: 64px 1fr;
    gap: 20px 8px;
    padding: 12px;
    background-color: #f4f8fd;
  }
}
.writer-block .writer-block__icon {
  grid-area: icon;
  width: 80px;
  height: 80px;
  margin: 0;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .writer-block .writer-block__icon {
    width: 64px;
    height: 64px;
  }
}
.writer-block .writer-block__name {
  grid-area: name;
  align-self: center;
  font-size: 1rem;
  font-weight: 700;
}

.writer-block .writer-block__overview {
  grid-area: overview;
  line-height: 1.75;
  font-size: 0.875rem;
}

/* ----- ブロック ---- */
.p-column__block {
  background-color: #EEF1F6;
  margin-top: 40px;
  padding: 24px;
}
.p-column__block h2,
.p-column__block h3,
.p-column__block h4 {
  margin-top: 24px;
}
.p-column__block img {
  margin: 0;
  max-width: 100%;
}
.p-column__block img:not(:first-child) {
  margin-top: 24px;
}
.p-column__block .connection-page {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  gap: 0;
}
.p-column__block .connection-page .link {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 16px 20px;
  margin-bottom: 0;
}
.p-column__block .connection-page .link a {
  font-size: 1rem;
  color: #242424;
}
.p-column__block .connection-page.pattern01 .ttl {
  background-color: #F6D60B;
  font-size: 1rem;
  width: 160px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0;
}
.p-column__block .connection-page.pattern01 .link {
  width: calc(100% - 160px);
}
.p-column__block .connection-page.pattern02 .check {
  background-color: #F6D60B;
  position: relative;
  width: 62px;
}
.p-column__block .connection-page.pattern02 .check::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 26px;
  background: url("../img/column/icon_check.svg") no-repeat top center/100%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.p-column__block .connection-page.pattern02 .link {
  width: calc(100% - 62px);
}

@media screen and (max-width: 767px) {
  .p-column__block {
    padding: 12px;
  }
  .p-column__block .connection-page .link a {
    font-size: 0.875rem;
  }
  .p-column__block .connection-page.pattern01 .ttl {
    width: 80px;
    font-size: 0.875rem;
  }
  .p-column__block .connection-page.pattern01 .link {
    width: calc(100% - 80px);
  }
  .p-column__block .connection-page.pattern02 .check {
    width: 60px;
  }
  .p-column__block .connection-page.pattern02 .check::before {
    top: calc(50% - 10px);
    left: 50%;
    width: 18px;
    height: 10px;
  }
  .p-column__block .connection-page.pattern02 .link {
    width: calc(100% - 62px);
  }
}
/* ----- バナー ---- */
.p-column-bnr__document {
  max-width: 500px;
  margin: 40px auto 0;
  transition: 0.3s ease;
}
.p-column-bnr__document:hover {
  opacity: 0.7;
}

/* ----- 吹き出し wp ---- */
.wp-block-word-balloon-word-balloon-block.blue .w_b_talk_L,
.wp-block-word-balloon-word-balloon-block.blue .w_b_talk_R {
  background-color: #EDF4FC !important;
  border: none !important;
}

.wp-block-word-balloon-word-balloon-block.blue .w_b_talk_L:before {
  border-top-color: #EDF4FC !important;
  border-right-color: #EDF4FC !important;
}

.wp-block-word-balloon-word-balloon-block.blue .w_b_talk_R:before {
  border-top-color: #EDF4FC !important;
  border-left-color: #EDF4FC !important;
}

.w_b_talk:after {
  border: none !important;
}

.wp-block-word-balloon-word-balloon-block.pink .w_b_talk_L,
.wp-block-word-balloon-word-balloon-block.pink .w_b_talk_R {
  background-color: #FEF0E7 !important;
  border: none !important;
}

.wp-block-word-balloon-word-balloon-block.pink .w_b_talk_L:before {
  border-top-color: #FEF0E7 !important;
  border-right-color: #FEF0E7 !important;
}

.wp-block-word-balloon-word-balloon-block.pink .w_b_talk_R:before {
  border-top-color: #FEF0E7 !important;
  border-left-color: #FEF0E7 !important;
}

.wp-block-word-balloon-word-balloon-block.green .w_b_talk_L,
.wp-block-word-balloon-word-balloon-block.green .w_b_talk_R {
  background-color: #EEFAE6 !important;
  border: none !important;
}

.wp-block-word-balloon-word-balloon-block.green .w_b_talk_L:before {
  border-top-color: #EEFAE6 !important;
  border-right-color: #EEFAE6 !important;
}

.wp-block-word-balloon-word-balloon-block.green .w_b_talk_R:before {
  border-top-color: #EEFAE6 !important;
  border-left-color: #EEFAE6 !important;
}

/* ----- 目次 wp ---- */
.p-editor-content #toc_container {
  padding: 0;
  width: 100%;
  font-size: 100%;
  background: none;
  display: block;
  border: none;
  border: none;
  background-color: #fff;
  border: none;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.p-editor-content p.toc_title {
  position: relative;
  gap: 8px;
  background-color: #F6D60B;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 24px !important;
  color: #fff;
  text-align: left !important;
  margin: 0 !important;
}
.p-editor-content p.toc_title.is-close::after {
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
}
.p-editor-content p.toc_title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 24px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.p-editor-content #toc_container p.toc_title + ul.toc_list {
  padding: 16px 24px;
  margin: 0;
  background-color: #EEF1F6;
}
.p-editor-content #toc_container ul.toc_list li {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.8;
}
.p-editor-content #toc_container ul.toc_list li::before {
  display: none;
}
.p-editor-content #toc_container ul.toc_list li a {
  transition: 0.3s ease;
}
.p-editor-content #toc_container ul.toc_list li a:hover {
  border-bottom: none;
  opacity: 0.6;
}
.p-editor-content #toc_container ul.toc_list li {
  margin-bottom: 8px;
  font-size: 1rem;
}
.p-editor-content #toc_container ul.toc_list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #F6D60B;
  border-radius: 50%;
  margin-right: 8px;
}
.p-editor-content #toc_container ul.toc_list li ul {
  margin-left: 0;
}
.p-editor-content #toc_container ul.toc_list li ul li {
  font-size: 1rem;
  padding-left: 20px;
  line-height: 2.1;
  margin-bottom: 4px;
}
.p-editor-content #toc_container ul.toc_list li ul li::before {
  content: "└";
  display: inline-block;
  width: auto;
  height: auto;
  background: none;
  font-size: 0.875rem;
  margin-right: 4px;
}
.p-editor-content #toc_container ul.toc_list li a {
  color: #222;
}

@media (hover) {
  .p-toc-block li a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-toc-block {
    margin-top: 50px;
    border-radius: 5px;
  }
  .p-toc-block__title {
    padding: 10px 10px 10px 24px;
  }
  .p-toc-block ul {
    padding: 16px 20px 30px 24px;
    margin: 0;
  }
  .p-toc-block li.h2 {
    margin-bottom: 20px;
    margin: 20px 0;
  }
}