@charset "UTF-8";
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

body {
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  color: #3f3f3f;
}

.is-main {
  padding-top: 116.5px;
}
@media screen and (max-width: 767px) {
  .is-main {
    padding-top: 56px;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-top {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-top {
    padding-top: 30px;
  }
}

.c-breadcrumb-wrap {
  border-top: 1px solid #dfdfdf;
}

.c-breadcrumb {
  max-width: 1178px;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.c-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}
.c-breadcrumb span {
  color: #1f2a34;
}
.c-breadcrumb a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .c-breadcrumb a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .c-breadcrumb {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 10px;
    font-size: 14px;
  }
}
.c-breadcrumb .current-item {
  color: #000;
}
.c-breadcrumb .c-breadcrumbs__chevron-right {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb .c-breadcrumbs__chevron-right {
    font-size: 14px;
  }
}

/* パンくずリストの「 > とテキストの左右の余白を調整↓↓
----------------------------------------------*/
.home {
  margin-right: 5px;
}

.post-introduction-archive {
  margin-left: 5px;
}

span[property=name] {
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  span[property=name] {
    margin-right: 2.5px;
    margin-left: 2.5px;
  }
}

.bread-top {
  display: none;
}

.wrap {
  overflow-x: hidden;
}

body {
  background: url(../img/header_back.png) repeat left top/contain;
}
@media screen and (max-width: 767px) {
  body {
    background: url(../img/header_back_sp.png) repeat left top/contain;
  }
}

main {
  background-color: #ffff00;
}

.is-lower {
  background-color: #ffff00;
  margin-top: 104px;
}
@media screen and (max-width: 767px) {
  .is-lower {
    margin-top: 70px;
  }
}

.p-header {
  height: 104px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 70px;
  }
}

.p-header__inner {
  height: inherit;
  padding-left: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 25px;
  }
}

.p-header__logo {
  max-width: 167px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 137px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-header__logo a:hover {
  opacity: 1;
}

.p-fv {
  position: relative;
}
.p-fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4.55882vw;
  width: 100%;
  background-color: #ffff00;
}
@media screen and (max-width: 767px) {
  .p-fv::after {
    height: 10.326vw;
  }
}

.fixed__button {
  color: #fff;
  width: 234px;
  height: 76px;
  border: 8px solid #fff;
  border-radius: 43px;
  background-color: #06c755;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 36px;
  right: 36px;
  -webkit-box-shadow: 0 10px 0 #000;
  box-shadow: 0 10px 0 #000;
  z-index: 1000;
  font-size: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  padding-top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (max-width: 767px) {
  .fixed__button {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fixed__button:hover {
    background-color: #3c3c6e;
  }
}
.fixed__button.is-show {
  visibility: visible;
  opacity: 1;
}

.fixed__button-sp {
  color: #fff;
  width: 234px;
  height: 76px;
  border: 8px solid #fff;
  border-radius: 43px;
  background-color: #06c755;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 132px;
  right: 83px;
  -webkit-box-shadow: 0 10px 0 #000;
  box-shadow: 0 10px 0 #000;
  z-index: 1000;
  font-size: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  padding-top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.fixed__button-sp.is-show {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .fixed__button-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fixed__button-sp {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .fixed__button-sp {
    -webkit-box-shadow: 0 8px 0 #000;
            box-shadow: 0 8px 0 #000;
    border: 4px solid #fff;
    font-size: 16px;
    width: 221px;
    height: 50px;
    bottom: 17px;
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .fixed__button-sp:hover {
    background-color: #3c3c6e;
  }
}

.p-dates {
  padding-top: 20px;
}

.p-dates__inner {
  max-width: 1120px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-dates__inner {
    padding: 0 36.5px;
  }
}

.p-dates__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-dates__flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-dates__flex {
    display: block;
  }
}

.p-dates__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  max-width: 772px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-dates__left {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-dates__left {
    display: block;
    max-width: none;
  }
}

.p-dates__left-left {
  max-width: 224px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-dates__left-left {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-dates__left-left {
    max-width: 214px;
    margin-inline: auto;
  }
}

.p-dates__left-center {
  max-width: 224px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-dates__left-center {
    margin-inline: auto;
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-dates__left-center {
    margin-inline: auto;
  }
}

.p-dates__left-right {
  max-width: 224px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-dates__left-right {
    margin-inline: auto;
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-dates__left-right {
    margin-inline: auto;
  }
}

.p-dates__right {
  max-width: 295px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 53px;
  border-radius: 100vmax;
  padding-left: 35px;
  padding-top: 21px;
  padding-bottom: 21px;
}
@media screen and (max-width: 1024px) {
  .p-dates__right {
    margin-inline: auto;
    margin-top: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-dates__right {
    margin-left: 0;
    max-width: none;
    margin-top: 54px;
  }
}

.p-dates__right-image {
  width: 45px;
}

.p-dates__right-texts {
  color: #3f3f3f;
  font-size: 15px;
  margin-left: 8px;
}
.p-dates__right-texts p {
  line-height: 1.75;
}

.p-select {
  background-color: #fff;
  padding-top: 76px;
  padding-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .p-select {
    padding-top: 58px;
    padding-bottom: 47px;
    border-radius: 58px;
  }
}

.p-select__inner {
  max-width: 1120px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-select__inner {
    padding: 0 30px;
  }
}

.p-select__title {
  max-width: 606px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-select__title {
    max-width: 292px;
  }
}

.p-select__p {
  font-size: 18px;
  color: #1f2a34;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-select__p {
    text-align: left;
  }
}

.p-select__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  margin-top: 28px;
}
@media screen and (max-width: 1024px) {
  .p-select__flex {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-select__flex {
    display: block;
  }
}

.p-select__card {
  padding-top: 37px;
  background-color: #f1f1f1;
  width: calc(33.33333333% - 17.3333333333px);
  padding-inline: 29px;
  border-radius: 82px;
  padding-bottom: 54px;
}
@media screen and (max-width: 1024px) {
  .p-select__card {
    width: calc(33.33333333% - 10px);
    padding-inline: 18px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-select__card {
    width: 100%;
    padding-inline: 26px;
    padding-bottom: 45px;
    border-radius: 64px;
  }
}

.p-select__character {
  width: 129px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-select__character {
    width: 112px;
  }
}

@media screen and (max-width: 767px) {
  .p-select__card:nth-of-type(n + 2) {
    margin-top: 36px;
  }
}
.p-select__card:nth-of-type(n + 2) .p-select__character {
  width: 124px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-select__card:nth-of-type(n + 2) .p-select__character {
    width: 107px;
  }
}

.p-select__ttl {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .p-select__ttl {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-select__card .p-select__ttl {
    width: 250px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-select__card:nth-of-type(2) .p-select__ttl {
    width: 245px;
    margin-inline: auto;
  }
}
.p-select__card:nth-of-type(3) .p-select__ttl {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-select__card:nth-of-type(3) .p-select__ttl {
    width: 255px;
    margin-inline: auto;
    margin-top: 16px;
  }
}

.p-select__desc {
  margin-top: 27px;
  font-size: 17px;
  color: #1f2a34;
}
@media screen and (max-width: 767px) {
  .p-select__desc {
    margin-top: 21px;
    font-size: 15px;
  }
}

/*===================================================
# コンタクトフォームエリア
=================================================== */
.p-form {
  font-size: 16px;
  padding-top: 142px;
  padding-bottom: 242px;
  background: url(../img/form-back.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding-top: 72px;
    padding-bottom: 168px;
  }
}

.p-form__inner {
  max-width: 613px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    padding: 0 31.5px;
    max-width: none;
    width: 82.8804vw;
  }
}
@media screen and (max-width: 500px) {
  .p-form__inner {
    width: auto;
  }
}

.p-form__title {
  max-width: 409px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-form__title {
    max-width: 245px;
  }
}

.p-form__desc {
  color: #fff;
  margin-top: 79px;
  margin-bottom: 40px;
  max-width: 599px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-form__desc {
    line-height: 1.75;
    font-size: 14px;
    margin-top: 65px;
  }
}

.p-form__list {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-form__list {
    font-size: 16px;
    font-weight: normal;
  }
}
.p-form__list:nth-of-type(n + 2) {
  margin-top: 30px;
}
.p-form__list.last {
  font-size: 15px;
  font-weight: normal;
}

.p-form__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-form__flex {
    margin-top: 12px;
  }
}

.p-form__left {
  width: 44px;
  height: 44px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  background-color: #DF4638;
}
.p-form__left.opacity {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-form__left.opacity {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-form__left {
    width: 38px;
    height: 38px;
  }
}

.p-form__right {
  max-width: 561px;
  height: 44px;
  margin-left: 9px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
}
.p-form__right.check {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-form__right {
    height: 38px;
  }
}
.p-form__right--textarea {
  height: 315px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-form__right--textarea {
    height: 259px;
  }
}

.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}

.input-textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  height: 315px;
  padding: 0.4em 0.8em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .input-textarea {
    height: 259px;
  }
}

::-webkit-input-placeholder {
  color: #8b8b8b;
}

::-moz-placeholder {
  color: #8b8b8b;
}

:-ms-input-placeholder {
  color: #8b8b8b;
}

::-ms-input-placeholder {
  color: #8b8b8b;
}

::placeholder {
  color: #8b8b8b;
}

.input-textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.input-text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.p-form__count {
  margin-top: 55px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.p-form__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 39px;
}

.input-submit {
  -webkit-appearance: none;
  color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
  max-width: 401px;
  width: 100%;
  height: 74px;
  border-radius: 36px;
  border: 4px solid #fff;
  background-color: #0f3b58;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .input-submit {
    height: 62px;
    font-size: 16px;
  }
}

.input-submit:hover,
.input-submit:focus {
  outline: none;
}

.input-submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.p-privacy__box {
  border: 1px solid #b1b1b1;
  padding-top: 27px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  height: 206px;
  margin-left: 10px;
  overflow-y: scroll;
  background-color: #fff;
  margin-top: 48px;
  max-width: 560px;
}

@media screen and (max-width: 900px) {
  .p-privacy__box {
    max-width: 100%;
    width: 100%;
    position: static;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__box {
    margin-top: 20px;
    margin-left: 0;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-privacy__h3 {
  font-size: 16px;
  color: #b1b1b1;
}
@media screen and (max-width: 767px) {
  .p-privacy__h3 {
    font-size: 14px;
  }
}

.p-privacy__line {
  height: 1px;
  width: 100%;
  background-color: #b1b1b1;
  margin-bottom: 27px;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-privacy__line {
    margin-top: 12px;
    margin-bottom: 15px;
  }
}

.p-privacy__p {
  line-height: 1.75;
  font-size: 14px;
}

.p-privacy__p-child {
  margin-top: 10px;
  line-height: 1.75;
  font-size: 14px;
}

.p-privacy__p:nth-child(n+2) {
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .p-privacy__p:first-of-type {
    margin-top: 12px;
  }
}

.grecaptcha-badge {
  display: none;
}

@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    margin-left: 0.5em;
  }
}

.input-check {
  display: none;
}

.input-check + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2.4em;
  position: relative;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .input-check + span {
    top: 5px;
  }
}

.input-check + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 4px solid #e3e6eb;
  border-radius: 2px;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}

.input-check + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #1f2a34;
  border-left: 3px solid #1f2a34;
  content: "";
  display: block;
  height: 0.4em;
  left: 6px;
  margin-top: -0.1em;
  opacity: 0;
  position: absolute;
  top: 58%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0.7em;
}
@media screen and (max-width: 767px) {
  .input-check + span::after {
    top: 53%;
  }
}

.input-check:checked + span::after {
  opacity: 1;
}

.wpcf7-response-output {
  margin: 0em 0.5em 1em;
  color: #fff;
  text-align: center;
}

.p-footer {
  background-color: #000;
  color: #b1b1b1;
  padding-top: 158px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-top: 88px;
  }
}

.p-footer__inner {
  max-width: 1120px;
  width: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .p-footer__inner {
    display: block;
    padding: 0 34px;
  }
}

.p-footer__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 253px;
      -ms-flex: 0 0 253px;
          flex: 0 0 253px;
}

.p-footer__logo {
  max-width: 182px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-inline: auto;
  }
}

.p-footer__title {
  margin-top: 29px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-footer__title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__title {
    text-align: center;
  }
}

.p-footer__desc {
  margin-top: 6px;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .p-footer__desc {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__desc {
    text-align: center;
  }
}

.p-footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 628px;
  width: 100%;
  margin-left: 21.1%;
}
@media screen and (max-width: 1024px) {
  .p-footer__right {
    display: block;
    margin-left: 0;
    margin-top: 73px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    display: block;
    margin-left: 0;
    max-width: none;
    margin-top: 73px;
  }
}

.p-footer__ul {
  padding-block: 18px;
  padding-inline: 19px;
  max-width: 300px;
  width: 100%;
  font-size: 14px;
  background-color: #1f2a34;
}
@media screen and (max-width: 767px) {
  .p-footer__ul {
    margin-inline: auto;
  }
}
.p-footer__ul li {
  line-height: 1.75;
}
.p-footer__ul.ul-2nd {
  margin-left: 33px;
}
@media screen and (max-width: 1024px) {
  .p-footer__ul.ul-2nd {
    margin-left: 0;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__ul.ul-2nd {
    margin-top: 35px;
    margin-inline: auto;
  }
}
.p-footer__ul.ul-2nd li:first-of-type {
  text-indent: -0.5em;
}

.p-footer__copy {
  margin-top: 125px;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    margin-top: 202px;
    font-size: 14px;
  }
}

.pagetop {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 96px;
  right: 50px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
  max-width: 142px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    max-width: 72px;
  }
}
.pagetop img {
  display: block;
}
.pagetop.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 82px;
    right: 20px;
  }
}

.p-buy {
  padding-top: 127px;
}
@media screen and (max-width: 767px) {
  .p-buy {
    padding-top: 99px;
  }
}

.p-buy__inner {
  width: 91.25vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-buy__inner {
    width: 100vw;
    margin-left: 0;
    max-width: none;
  }
}

.p-buy__title {
  max-width: 321px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-buy__title {
    max-width: 281px;
    width: 100%;
    margin-inline: auto;
  }
}

.p-buy__box {
  margin-top: 31px;
  background-color: #fff;
  border-radius: 40px 0 0 40px;
  padding-left: 58.5px;
  padding-right: 58.5px;
  padding-top: 33px;
  padding-bottom: 45px;
  width: 91.25vw;
  margin-left: auto;
}
@media screen and (max-width: 790px) {
  .p-buy__box {
    padding-left: 40.5px;
    padding-right: 40.5px;
  }
}
@media screen and (max-width: 768px) {
  .p-buy__box {
    border: none;
    padding: 0;
    width: 100%;
    border-radius: 0;
    padding-left: 30px;
    margin-top: 21px;
  }
}

.p-buy__wrap {
  padding-bottom: 54px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-buy__wrap {
    padding-top: 30px;
  }
}

.swiper-container {
  position: relative;
}

.swiper-wrapper {
  gap: 0 51.75px;
  margin-top: 40px;
  max-width: 1077px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    gap: 0;
    max-width: none;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    gap: 0 35.2px;
  }
}

@media screen and (max-width: 768px) {
  .your-slider-name .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
}

.swiper-pagination {
  bottom: -51px !important;
}
@media screen and (min-width: 769px) {
  .swiper-pagination {
    display: none;
  }
}

.swiper-pagination-bullet-active {
  background-color: #00a23d;
}

.swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 12px !important;
}

.swiper-scrollbar {
  bottom: -15px !important;
  background-color: transparent !important;
}

.swiper-scrollbar-drag {
  background-color: #00a23d !important;
  width: 123px !important;
}

.p-buy__card {
  max-width: 12.8vw;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-buy__card {
    max-width: none;
    max-width: 32.3369vw;
  }
}
.p-buy__card:first-of-type::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #00A23D;
  position: absolute;
  top: 50%;
  right: -34.875px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-buy__card:first-of-type::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 12px;
    border-color: transparent transparent transparent #00A23D;
    right: -24px;
    max-width: none;
    width: auto;
  }
}
.p-buy__card:nth-of-type(2)::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #00A23D;
  position: absolute;
  top: 50%;
  right: -34.875px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-buy__card:nth-of-type(2)::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 12px;
    border-color: transparent transparent transparent #00A23D;
    right: -24px;
  }
}
.p-buy__card:nth-of-type(3)::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #00A23D;
  position: absolute;
  top: 50%;
  right: -34.875px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1240px) {
  .p-buy__card:nth-of-type(3)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-buy__card:nth-of-type(3)::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 12px;
    border-color: transparent transparent transparent #00A23D;
    right: -24px;
  }
}
.p-buy__card:nth-of-type(4)::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #00A23D;
  position: absolute;
  top: 50%;
  right: -34.875px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-buy__card:nth-of-type(4)::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 12px;
    border-color: transparent transparent transparent #00A23D;
    right: -24px;
  }
}
@media screen and (min-width: 769px) {
  .p-buy__card:nth-of-type(6) {
    display: none;
  }
}
.p-buy__card:nth-of-type(6) {
  opacity: 0;
  visibility: hidden;
}

.p-custody {
  padding-top: 79px;
}
@media screen and (max-width: 768px) {
  .p-custody {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-custody {
    padding-top: 72px;
  }
}

.p-custody__inner {
  width: 91.25vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-custody__inner {
    width: 100vw;
    margin-left: 0;
  }
}

.p-custody__box {
  margin-top: 31px;
  background-color: #fff;
  padding-left: 58.5px;
  padding-top: 33px;
  width: 91.25vw;
  margin-left: auto;
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 790px) {
  .p-custody__box {
    padding-left: 40.5px;
    padding-right: 40.5px;
  }
}
@media screen and (max-width: 768px) {
  .p-custody__box {
    border: none;
    padding: 0;
    width: 100%;
    border-radius: 0;
    padding-left: 30px;
    margin-top: 21px;
  }
}

.p-custody__title {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-custody__title {
    width: 280px;
    margin-inline: auto;
  }
}

.p-custody__wrap {
  padding-bottom: 54px;
  overflow-x: hidden;
}

.your-slider-name2 .swiper-wrapper {
  gap: 15px 51.75px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .your-slider-name2 .swiper-wrapper {
    gap: 0 35.2px;
    margin-top: 30px;
    max-width: nonne;
  }
}

.your-slider-name2 .swiper-pagination-bullet-active {
  background-color: #1f2a34 !important;
}

.swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 12px !important;
}

.swiper-scrollbar {
  bottom: -15px !important;
  background-color: transparent !important;
}

.your-slider-name2 .swiper-scrollbar-drag {
  background-color: #1f2a34 !important;
  width: 123px !important;
}

.p-custody__card {
  max-width: 12.8vw;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-custody__card {
    max-width: none;
    max-width: 32.3369vw;
  }
}
.p-custody__card:first-of-type::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: -34.875px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-custody__card:first-of-type::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 12px;
    border-color: transparent transparent transparent #000;
    right: -24px;
    max-width: none;
    width: auto;
  }
}
.p-custody__card:nth-of-type(2)::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: -34.875px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-custody__card:nth-of-type(2)::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 12px;
    border-color: transparent transparent transparent #000;
    right: -24px;
    max-width: none;
    width: auto;
  }
}
.p-custody__card:nth-of-type(3)::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: -34.875px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1240px) {
  .p-custody__card:nth-of-type(3)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-custody__card:nth-of-type(3)::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 12px;
    border-color: transparent transparent transparent #000;
    right: -24px;
    max-width: none;
    width: auto;
  }
}
.p-custody__card:nth-of-type(4)::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: -34.875px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-custody__card:nth-of-type(4)::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 12px;
    border-color: transparent transparent transparent #000;
    right: -24px;
    max-width: none;
    width: auto;
  }
}
.p-custody__card:nth-of-type(5)::after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: -34.875px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1240px) {
  .p-custody__card:nth-of-type(5)::after {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-custody__card:nth-of-type(5)::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 12px;
    border-color: transparent transparent transparent #000;
    right: -24px;
    max-width: none;
    width: auto;
  }
}
.p-custody__card:nth-of-type(6)::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: -34.875px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1240px) {
  .p-custody__card:nth-of-type(6)::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-custody__card:nth-of-type(6)::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 12px;
    border-color: transparent transparent transparent #000;
    right: -24px;
    max-width: none;
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-custody__card:nth-of-type(8) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-custody__card:nth-of-type(8) {
    opacity: 0;
    visibility: hidden;
  }
}

.p-makers {
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .p-makers {
    padding-top: 81px;
  }
}

.p-makers__inner {
  max-width: 1120px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-makers__inner {
    padding: 0 30px;
  }
}

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

.p-makers__lists {
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 19px 16px;
}
@media screen and (max-width: 1024px) {
  .p-makers__lists {
    gap: 12px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-makers__lists {
    margin-top: 34px;
    gap: 11px 9px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-makers__list {
  max-width: 173px;
}
@media screen and (max-width: 767px) {
  .p-makers__list {
    max-width: none;
  }
}

.p-makers__bottom {
  text-align: center;
  font-size: 12px;
  color: #868686;
  margin-top: 26px;
}

.p-cta {
  padding-top: 64px;
}

.p-cta__copy {
  font-size: 18px;
  color: #0000ff;
  text-align: center;
}

.p-cta__image {
  max-width: 562px;
  margin-inline: auto;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-cta__image {
    max-width: 286px;
    margin-top: 15px;
  }
}
.p-cta__image a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-cta__image a:hover {
    opacity: 0.7;
  }
}

.p-information {
  padding-top: 87px;
}
@media screen and (max-width: 767px) {
  .p-information {
    padding-top: 69px;
  }
}

.p-information__inner {
  max-width: 1120px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-information__inner {
    padding: 0;
    max-width: none;
  }
}

.p-information__box {
  padding-top: 38px;
  padding-bottom: 62px;
  border-radius: 56px;
  border: 10px solid #3f3f3f;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 36px;
}
@media screen and (max-width: 767px) {
  .p-information__box {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 22px;
  }
}

.p-information__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-information__ttl {
  max-width: 307px;
}
@media screen and (max-width: 767px) {
  .p-information__ttl {
    max-width: 267px;
    margin-inline: auto;
  }
}

.p-information__ja {
  max-width: 101px;
  margin-top: 10px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .p-information__ja {
    max-width: 88px;
    margin-left: 53px;
    margin-top: 5px;
  }
}

.p-information__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-information__right {
    display: none;
  }
}

.p-information__circle {
  width: 67px;
  height: 67px;
}

.p-information__link {
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-information__link:hover {
    opacity: 0.7;
  }
}

.p-information__posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-information__posts {
    display: block;
  }
}

.p-information__post {
  display: block;
  width: 45.4223333333%;
}
@media screen and (max-width: 767px) {
  .p-information__post {
    width: 100%;
  }
}
.p-information__post:nth-of-type(even) {
  margin-left: 6.8665%;
}
@media screen and (max-width: 767px) {
  .p-information__post:nth-of-type(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-information__post:nth-of-type(n + 2) {
    margin-top: 32px;
  }
}

.p-information__date {
  color: #003cff;
  font-size: 15px;
  line-height: 1.75;
}

.p-information__title {
  margin-top: 12px;
}

.p-information__bottom {
  margin-top: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-information__bottom {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 35px;
  }
}

.p-area {
  padding-top: 71px;
  padding-bottom: 112px;
}
@media screen and (max-width: 767px) {
  .p-area {
    padding-bottom: 144px;
  }
}

@media screen and (max-width: 767px) {
  .p-area__inner {
    padding-inline: 30px;
  }
}

.p-area__icon {
  width: 54px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-area__icon {
    width: 48px;
  }
}

.p-area__ttl {
  max-width: 323px;
  margin-inline: auto;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-area__ttl {
    max-width: 285px;
  }
}

.p-area__waves {
  margin-top: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 235px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-area__waves {
    max-width: 207px;
  }
}

.p-area__wave {
  width: 56px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-area__wave {
    width: 49px;
  }
}

.p-area__text {
  color: #1f2a34;
  font-weight: 500;
}

.p-area__blocks {
  max-width: 675px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-area__blocks {
    margin-top: 25px;
    gap: 9px;
    max-width: 303px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 365px) {
  .p-area__blocks {
    gap: 6px;
  }
}

.p-area__block {
  border: 1px solid #1f2a34;
  color: #1f2a34;
  background-color: #fff;
  width: 104px;
  height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-area__block {
    width: 95px;
    height: 40px;
  }
}

.p-area__text-bottom {
  font-size: 14px;
  color: #000;
  margin-top: 22px;
  max-width: 675px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-area__text-bottom {
    max-width: none;
    margin-top: 27px;
  }
}

.p-area__blocks2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 675px;
  margin-inline: auto;
  gap: 10px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-area__blocks2 {
    gap: 9px;
    max-width: 303px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 365px) {
  .p-area__blocks2 {
    gap: 6px;
  }
}

.p-area__block2 {
  background-color: #efefef;
  border: 1px solid #1f2a34;
  color: #1f2a34;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 104px;
  height: 43px;
}
@media screen and (max-width: 767px) {
  .p-area__block2 {
    width: 95px;
    height: 40px;
  }
}

.p-contact {
  padding-top: 122px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 110px;
  }
}

.p-contact__inner {
  max-width: 1118px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 0 30px;
  }
}

.p-contact__ttl {
  font-size: 21px;
  text-align: center;
}

.p-contact__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-contact__flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__flex {
    display: block;
  }
}

.p-contact__left {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 45px;
  aspect-ratio: 545/317;
  max-width: 545px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-contact__left {
    display: block;
    padding-inline: 21px;
    padding-block: 34px;
    margin-inline: auto;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__left {
    display: block;
    padding-inline: 21px;
    padding-block: 34px;
  }
}

.p-contact__image {
  max-width: 99px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-contact__image {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__image {
    margin-inline: auto;
  }
}

.p-contact__left-texts {
  margin-left: 46px;
  max-width: 310px;
}
@media screen and (max-width: 1024px) {
  .p-contact__left-texts {
    max-width: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__left-texts {
    max-width: none;
    margin-left: 0;
  }
}

.p-contact__left-texts-green {
  color: #00a23d;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-contact__left-texts-green {
    font-size: 21px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__left-texts-green {
    font-size: 21px;
    margin-top: 26px;
  }
}
.p-contact__left-texts-green span {
  color: #00ff00;
}

.p-contact__left-texts-number {
  margin-top: 10px;
}

.p-contact__left-texts-desc {
  margin-top: 27px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.p-contact__right {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 545/317;
  padding-inline: 45px;
  max-width: 545px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-contact__right {
    margin-top: 29px;
    display: block;
    padding-inline: 21px;
    padding-block: 34px;
    margin-inline: auto;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__right {
    margin-top: 29px;
    display: block;
    padding-inline: 21px;
    padding-block: 34px;
  }
}
.p-contact__right .p-contact__image {
  max-width: 129px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-contact__right .p-contact__image {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__right .p-contact__image {
    margin-inline: auto;
  }
}

.p-contact__right-texts {
  max-width: 310px;
  width: 100%;
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  .p-contact__right-texts {
    max-width: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__right-texts {
    max-width: none;
    margin-left: 0;
  }
}

.p-contact__right-texts-green {
  color: #00a23d;
  font-size: 24px;
  margin-top: -10px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-contact__right-texts-green {
    font-size: 21px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__right-texts-green {
    font-size: 21px;
    margin-top: 26px;
  }
}
.p-contact__right-texts-green span {
  color: #00ff00;
}

.p-contact__right-texts-link {
  color: #0000ff;
  text-decoration: underline;
  font-size: 21px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .p-contact__right-texts-link {
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__right-texts-link {
    margin-top: 6px;
  }
}

.p-contact__right-texts-desc {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .p-contact__right-texts-desc {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__right-texts-desc {
    margin-top: 12px;
  }
}

.p-examples {
  padding-top: 139px;
}
@media screen and (max-width: 767px) {
  .p-examples {
    padding-top: 89px;
  }
}

.p-examples__inner {
  max-width: 832px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-examples__inner {
    max-width: none;
    padding-inline: 30px;
  }
}

.p-examples__title {
  max-width: 246px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-examples__title {
    max-width: 172px;
  }
}

.p-examples__box {
  border: 3px solid #000;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 74px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-examples__box {
    margin-top: 44px;
  }
}
.p-examples__box + .p-examples__box {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .p-examples__box + .p-examples__box {
    margin-top: 33px;
  }
}

.p-examples__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 20px;
}
@media screen and (max-width: 767px) {
  .p-examples__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 16px;
  }
}

.p-examples__cat {
  width: 101px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-examples__cat {
    margin-left: 14px;
    width: 89px;
  }
}

.p-examples__ttl {
  font-size: 21px;
  font-weight: bold;
  color: #1f2a34;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-examples__ttl {
    font-size: 16px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 36px);
    margin-inline: auto;
    margin-top: 4px;
  }
}

.p-examples__cross {
  width: 35px;
  height: 35px;
  background-color: #1f2a34;
  margin-left: auto;
  position: relative;
  border-radius: 100vmax;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-examples__cross {
    width: 31px;
    height: 31px;
    margin-right: 16px;
    margin-top: -8px;
  }
}
.p-examples__cross::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  width: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-examples__cross::before {
    width: 16px;
    height: 2.5px;
  }
}
.p-examples__cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  background-color: #fff;
  height: 3px;
  width: 18px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-examples__cross::after {
    width: 16px;
    height: 2.5px;
  }
}

.p-examples__cross.open::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.p-examples__child {
  display: none;
}
.p-examples__child.is-open {
  display: block;
}

.p-examples__line {
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.p-examples__seconds {
  padding-block: 20px;
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .p-examples__seconds {
    padding-inline: 14px;
    padding-block: 18px;
  }
}

.p-examples__seconds-wrap {
  font-size: 18px;
}

.p-examples__desc {
  font-size: 18px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-examples__desc {
    font-size: 15px;
  }
}
.p-examples__desc span {
  color: #000;
}

.p-examples__forth-wrap .p-examples__desc {
  color: #000;
}
.p-examples__forth-wrap .p-examples__desc span {
  color: #ff0000;
}

.p-examples__left {
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-examples__left {
    font-size: 15px;
  }
}

.p-examples__right {
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-examples__right {
    font-size: 15px;
  }
}

.p-examples__thirds {
  padding-block: 20px;
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .p-examples__thirds {
    padding-inline: 14px;
    padding-block: 18px;
  }
}

.p-examples__thirds-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-examples__forth {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .p-examples__forth {
    padding-inline: 14px;
    padding-block: 18px;
  }
}

.p-examples__forth-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-examples__forth-wrap .p-examples__left {
  color: #ff0000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 92px;
      -ms-flex: 0 0 92px;
          flex: 0 0 92px;
}
.p-examples__forth-wrap .p-examples__right {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-reason {
  padding-top: 148px;
  padding-bottom: 80px;
  color: #1f2a34;
  padding-bottom: 111px;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 127px;
  }
}

.p-reason__inner {
  max-width: 1120px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding: 0 30px;
    max-width: none;
  }
}

.p-reason__h2 {
  max-width: 544px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-reason__h2 {
    max-width: 265px;
  }
}

.p-reason__title {
  color: #1f2a34;
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    font-size: 27px;
  }
}

.p-reason__title-logo {
  max-width: 275px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-reason__title-logo {
    display: block;
    max-width: 208px;
  }
}

.p-reason__p {
  font-size: 16px;
  line-height: 1.56;
  text-align: center;
  margin-top: 12px;
  color: #1f2a34;
}
@media screen and (max-width: 767px) {
  .p-reason__p {
    font-size: 14px;
    line-height: 1.785;
  }
}

.p-reason__h3 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.12em;
  color: #1f2a34;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-reason__h3 {
    font-size: 26px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 360px) {
  .p-reason__h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 340px) {
  .p-reason__h3 {
    font-size: 22px;
  }
}

.p-reason__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-reason__flex {
    display: block;
  }
}

.p-reason__lefts {
  width: calc(50% - 11.5px);
}
@media screen and (max-width: 767px) {
  .p-reason__lefts {
    margin-top: 28px;
    max-width: none;
    width: 100%;
  }
}

.p-reason__top {
  border: 1px solid #00a23d;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 105px;
  padding-left: 25px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-reason__top {
    height: 90px;
    padding-left: 12px;
  }
}
.p-reason__top.top2 {
  border: 1px solid #1f2a34;
}

/* ----------  下方向への枠線付きの吹き出し： ---------- */
.p-reason__top:before, .p-reason__top:after {
  left: 16%;
  bottom: -1.5em;
  border-top: 1.5em solid #00a23d;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-reason__top:before, .p-reason__top:after {
    bottom: -1.125em;
    border-top: 1.125em solid #00a23d;
    border-right: 7.5px solid transparent;
    border-left: 7.5px solid transparent;
  }
}

.p-reason__top:after {
  bottom: calc(4px - 1.5em);
  border-top: solid 1.5em #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-reason__top:after {
    bottom: calc(4px - 1.125em);
    border-top: solid 1.125em #f6f6f6;
  }
}

.p-reason__top2:before, .p-reason__top2:after {
  left: 16%;
  bottom: -1.5em;
  border-top: 1.5em solid #1f2a34;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-reason__top2:before, .p-reason__top2:after {
    bottom: -1.125em;
    border-top: 1.125em solid #1f2a34;
    border-right: 7.5px solid transparent;
    border-left: 7.5px solid transparent;
  }
}

.p-reason__top2:after {
  bottom: calc(4px - 1.5em);
  border-top: solid 1.5em #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-reason__top2:after {
    bottom: calc(4px - 1.125em);
    border-top: solid 1.125em #f6f6f6;
  }
}

.p-reason__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 420px) {
  .p-reason__wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.yen-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .yen-icon {
    width: 36px;
    height: 36px;
    min-height: 36px;
    min-width: 36px;
  }
}

.p-reason__top-p {
  font-size: 19px;
  line-height: 1.578;
  display: inline-block;
  padding-left: 13px;
  padding-right: 18px;
}
@media screen and (max-width: 1000px) {
  .p-reason__top-p {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__top-p {
    font-size: 15px;
    line-height: 1.6;
    padding-right: 20px;
    padding-left: 15px;
  }
}

.p-reason__btn {
  margin-top: 10px;
  position: relative;
  width: 100%;
  height: 108.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 37px;
  padding-right: 23px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  background-color: #00a23d;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .p-reason__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1234px) {
  .p-reason__btn {
    padding-right: 8vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-reason__btn {
    padding-right: 18vw;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__btn {
    padding-right: 0;
    font-size: 21px;
    height: 61px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 24px;
    margin-top: 5px;
  }
}
.p-reason__btn:after {
  content: "";
  position: absolute;
  top: 47%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/right_arrow.png) no-repeat center/contain;
  width: 8.7px;
  height: 16.5px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-reason__btn:after {
    width: 6px;
    right: 20px;
    top: 51%;
  }
}
.p-reason__btn.btn2 {
  background-color: #1f2a34;
}

.line-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333;
  position: absolute;
  top: 50%;
  right: 58.7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .line-txt {
    font-size: 12px;
    line-height: 1.1225;
    right: 40.7px;
  }
}

.p-reason__bottom {
  padding-top: 28px;
  padding-left: 34px;
  padding-right: 34px;
  margin-top: 15px;
  border: 5px solid #00a23d;
  height: 414px;
  background-color: #fff;
}
@media screen and (max-width: 1080px) {
  .p-reason__bottom {
    height: 445px;
  }
}
@media screen and (max-width: 1024px) {
  .p-reason__bottom {
    padding-top: 15px;
    padding-bottom: 16px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__bottom {
    height: auto;
    border: 3px solid #00a23d;
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 20px;
    margin-top: 10px;
  }
}
.p-reason__bottom.bottom2 {
  border: 5px solid #1f2a34;
}
@media screen and (max-width: 767px) {
  .p-reason__bottom.bottom2 {
    border: 3px solid #1f2a34;
    padding-bottom: 18px;
  }
}

.p-reason__h4 {
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: justify;
  font-weight: bold;
  line-height: 1.41;
}
@media screen and (max-width: 767px) {
  .p-reason__h4 {
    font-size: 16px;
    line-height: 1.75;
  }
}

.p-reason__bottom-p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.8888;
  color: #666;
  letter-spacing: 0.05em;
}
.p-reason__bottom-p.big {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-reason__bottom-p.big {
    margin-top: 16px;
  }
}
.p-reason__bottom-p span {
  color: #ff7f00;
}
@media screen and (max-width: 767px) {
  .p-reason__bottom-p {
    font-size: 14px;
    line-height: 1.75;
  }
}

.p-reason__bottom-h5 {
  margin-top: 30px;
  font-size: 21px;
  line-height: 1.619;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #00a23d;
}
@media screen and (max-width: 767px) {
  .p-reason__bottom-h5 {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.362;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.p-reason__rights {
  margin-left: 23px;
  width: calc(50% - 11.5px);
}
@media screen and (max-width: 1200px) {
  .p-reason__rights {
    margin-left: 16px;
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__rights {
    margin-top: 28px;
    max-width: none;
    width: 100%;
    margin-left: 0;
  }
}

.p-reason__bottom-desc {
  font-size: 13px;
  color: #666;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-reason__bottom-desc {
    margin-top: 15px;
    font-size: 12px;
  }
}

.p-reason__bottom-orange {
  background-color: #d67c1d;
  color: #fff;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 501px;
  height: 78px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .p-reason__bottom-orange:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__bottom-orange {
    font-size: 16px;
    height: 52px;
  }
}
.p-reason__bottom-orange span {
  position: relative;
}
.p-reason__bottom-orange span::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/under_arrow.png) no-repeat center/contain;
  width: 11.4px;
  height: 11.8px;
  display: block;
}

.p-reason__bottom-image {
  max-width: 393px;
  width: 100%;
  margin-top: 149.56px;
}
@media screen and (max-width: 767px) {
  .p-reason__bottom-image {
    margin-top: 21px;
  }
}
.p-reason__bottom-image.bottom-image2 {
  max-width: 480px;
  width: 100%;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .p-reason__bottom-image.bottom-image2 {
    margin-top: 32px;
  }
}

.p-blog {
  padding-top: 126px;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .p-blog {
    padding-top: 122px;
  }
}

.p-blog__inner {
  max-width: 991px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-blog__inner {
    padding: 0 30px;
  }
}

.p-blog__titles {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.p-blog__ttl {
  max-width: 368px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-blog__ttl {
    max-width: 302px;
  }
}

.p-blog__desc {
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-blog__desc {
    font-size: 16px;
  }
}

.p-blog__post {
  margin-top: 68px;
  position: relative;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  padding-inline: 50px;
  display: block;
  padding-block: 31px;
}
@media screen and (max-width: 767px) {
  .p-blog__post {
    padding: 20px;
    margin-top: 45px;
  }
}
.p-blog__post:nth-of-type(n + 2) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-blog__post:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.p-blog__date {
  color: #006fe1;
}
@media screen and (max-width: 767px) {
  .p-blog__date {
    font-size: 14px;
  }
}

.p-blog__title {
  max-width: 87%;
  width: 100%;
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .p-blog__title {
    max-width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .p-blog__title {
    font-size: 15px;
    margin-top: 6px;
    max-width: none;
  }
}

.p-blog__arrow {
  width: 39px;
  height: 39px;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .p-blog__arrow {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-blog__arrow {
    display: none;
  }
}

.p-blog .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 36px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-blog .pagination {
    margin-top: 60px;
    gap: 9px;
  }
}

.p-blog .pagination span,
.p-blog .pagination a {
  color: #fff;
  border-radius: 100vmax;
  background-color: #000;
  width: 63px;
  height: 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .p-blog .pagination span,
  .p-blog .pagination a {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }
}

.p-blog .pagination a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}

.p-blog .pagination .current {
  background-color: #fff;
  color: #000;
}

.p-single {
  padding-top: 125px;
  padding-bottom: 295px;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding-bottom: 180px;
  }
}

.p-single__inner {
  max-width: 815px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding: 0 4px;
  }
}

.p-single__box {
  padding: 56px 70px 80px;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-single__box {
    padding-inline: 26px;
  }
}

.p-single__date {
  font-size: 14px;
  color: #006fe1;
}

.p-single__ttl {
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-single__ttl {
    font-size: 23px;
  }
}

.p-single__content {
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-single__content {
    padding-top: 25px;
  }
}
.p-single__content .aligncenter,
.p-single__content div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-single__content .alignright {
  float: right;
  margin-left: 12px;
  margin-bottom: 12px;
}
.p-single__content .alignleft {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
.p-single__content h1, .p-single__content h2, .p-single__content h3, .p-single__content h4, .p-single__content h5, .p-single__content h6 {
  font-weight: bold;
  line-height: 1.4;
}
.p-single__content h1 {
  font-size: 36px;
  margin: 1em 0;
  clear: both;
}
.p-single__content h2 {
  font-size: 28px;
  margin: 2em 0 1em;
  clear: both;
  border-bottom: 1px solid #ededed;
  padding: 0 0 12px;
}
.p-single__content h3 {
  font-size: 24px;
  margin: 2em 0 1em;
  border-left: 5px solid #e5e5e5;
  padding: 0 13px;
}
.p-single__content h4 {
  font-size: 18px;
  margin: 2em 0 1em;
}
.p-single__content h5 {
  font-size: 16px;
  margin: 2em 0 1em;
}
.p-single__content h6 {
  font-size: 14px;
  margin: 2em 0 1em;
}
.p-single__content p,
.p-single__content pre {
  margin: 0 0 1.6em;
  line-height: 1.6;
  color: #3f3f3f;
}
.p-single__content img {
  max-width: 100%;
  height: auto;
}
.p-single__content dl,
.p-single__content menu,
.p-single__content ol,
.p-single__content ul {
  margin: 0 0 2em;
}
.p-single__content li {
  margin: 6px 0;
}
.p-single__content dd {
  margin: 0 0 20px 0;
}
.p-single__content ol,
.p-single__content ul {
  padding: 0 0 0 20px;
}
.p-single__content ol ol,
.p-single__content ol ul,
.p-single__content ul ol,
.p-single__content ul ul {
  margin: 0;
}
.p-single__content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #eee solid;
}
.p-single__content blockquote::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 32px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 12px;
}
.p-single__content blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}
.p-single__content blockquote *:last-child {
  margin-bottom: 0;
}
.p-single__content table {
  border: 1px #ddd solid;
  width: 100%;
  margin-bottom: 48px;
}
.p-single__content table th,
.p-single__content table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}
.p-single__content table th {
  color: #fff;
}
.p-single__content table thead th {
  background: #5e6265;
}
.p-single__content table tbody th {
  background: #909498;
}
.p-single__content .wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding: 4px 4px 0;
  margin: 10px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
.p-single__content .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.p-single__content .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-single__content p,
  .p-single__content pre {
    line-height: 1.75;
    font-size: 15px;
  }
  .p-single__content h1 {
    font-size: 24px;
    margin: 36px 0;
    clear: both;
  }
  .p-single__content h2 {
    font-size: 22px;
    margin: 2em 0 1em;
    clear: both;
  }
  .p-single__content h3, .p-single__content h4, .p-single__content h5, .p-single__content h6 {
    font-size: 18px;
    margin: 2em 0 1em;
  }
}
.p-single__content .mark_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffee00));
  background: -webkit-linear-gradient(transparent 75%, #ffee00 75%);
  background: linear-gradient(transparent 75%, #ffee00 75%);
}

/*一覧に戻る */
.backs__wrap {
  margin-top: 42px;
  max-width: 1120px;
  padding-inline: 20px;
  margin-inline: auto;
}

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

.back__circle {
  width: 67px;
  height: 67px;
}

.color02 .singles a {
  color: #000;
}

.back_text {
  display: inline-block;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .back_text:hover {
    opacity: 0.6;
  }
}

.is-pc {
  display: none;
}

@media screen and (min-width: 992px) {
  .is-pc {
    display: block;
  }
}
.is-tab_sp {
  display: none;
}

@media screen and (max-width: 991px) {
  .is-tab_sp {
    display: block;
  }
}
.articles {
  padding-top: 143px;
  color: #000;
  padding-bottom: 106px;
}

@media screen and (max-width: 767px) {
  .articles {
    padding-top: 106px;
    padding-bottom: 110px;
  }
}
.articles__inner {
  max-width: 1120px;
  width: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .articles__inner {
    padding: 0 30px;
  }
}
.article__titles {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.articles__ttl {
  max-width: 279px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .articles__ttl {
    max-width: 191px;
  }
}

@media screen and (max-width: 767px) {
  .articles__ttl {
    max-width: 191px;
  }
}
.articles__desc {
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.article__cards {
  margin-top: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 23px 23.5px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .article__cards {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .article__cards {
    margin-top: 40px;
    display: block;
  }
}
.article__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.33333333% - 15.6666666667px);
}

@media screen and (max-width: 991px) {
  .article__card {
    width: calc(50% - 11.75px);
  }
}
@media screen and (max-width: 767px) {
  .article__card {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .article__card + .article__card {
    margin-top: 28px;
  }
}
.article__image-wrap {
  background: url(../img/orange_back.png) no-repeat center/cover;
  aspect-ratio: 358/215;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  padding: 24px 25px;
}

@media screen and (max-width: 767px) {
  .article__image-wrap {
    padding: 20.5px 22px;
  }
}
.article__image {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 308px;
  max-height: 167px;
  aspect-ratio: 308/167;
}

@media screen and (max-width: 991px) {
  .article__image {
    max-width: none;
    max-height: none;
  }
}
.article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .article__image img {
    width: 100%;
    height: 100%;
  }
}
.image-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 11px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .image-logos {
    top: 5.7%;
  }
}
.image-logos2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 42px;
}

@media screen and (max-width: 1199px) {
  .image-logos2 {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .image-logos2 {
    left: 20px;
  }
}
.image-logo {
  max-width: 105px;
  width: 100%;
}

.image-vol {
  margin-left: 7px;
  font-size: 14px;
  color: #000;
}

.image-vol2 {
  margin-top: 9px;
  font-size: 14px;
  color: #000;
}

.article__card-body {
  background-color: #fff;
  border-radius: 0 0 26px 26px;
  padding-inline: 31px;
  padding-bottom: 38px;
  padding-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .article__card-body {
    padding-top: 18px;
    border-radius: 0 0 22px 22px;
    padding-inline: 27px;
    padding-bottom: 26px;
  }
}
.article__date {
  font-size: 15px;
  color: #006fe1;
}

@media screen and (max-width: 767px) {
  .article__date {
    font-size: 14px;
  }
}
.article__ttl {
  margin-top: 10px;
  font-size: 18px;
  color: #000;
  line-height: 1.8888;
}

@media screen and (max-width: 767px) {
  .article__ttl {
    font-size: 16px;
    margin-top: 8px;
  }
}
.articles__btn {
  margin-inline: auto;
  max-width: 211px;
  height: 55px;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  margin-top: 48px;
}

.p-custody2 {
  position: relative;
  margin-top: 111px;
}

.p-custody2__inner {
  width: 91.25vw;
  margin-left: auto;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .p-custody2__inner {
    width: 100%;
    margin-left: 0;
    overflow-x: hidden;
  }
}

.p-custody2__inner::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-custody2__inner::-webkit-scrollbar {
    display: block;
  }
}

.p-custody2__title {
  position: absolute;
  left: 8.75vw;
  top: 0;
  max-width: 320px;
  width: 100%;
  top: -31px;
}
@media screen and (max-width: 768px) {
  .p-custody2__title {
    width: 280px;
    margin-inline: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -21px;
  }
}

.p-custody2__box {
  margin-top: 31px;
  background-color: #fff;
  padding-left: 58.5px;
  padding-top: 33px;
  width: 119.63vw;
  margin-left: auto;
  border-radius: 40px 0 0 40px;
  padding-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .p-custody2__box {
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    padding-left: 25px;
    padding-bottom: 34px;
    padding-top: 26px;
    padding-right: 25px;
  }
}

.p-custody2__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 51.75px;
  white-space: nowrap;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .p-custody2__flex {
    overflow-x: auto;
    gap: 0 35px;
  }
}

.p-custody2__card {
  max-width: 12.8vw;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-custody2__card {
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 32.3369vw;
        -ms-flex: 1 0 32.3369vw;
            flex: 1 0 32.3369vw;
  }
}
.p-custody2__card:nth-of-type(-n+6)::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 57%;
  right: -34.875px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-custody2__card:nth-of-type(-n+6)::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 12px;
    border-color: transparent transparent transparent #000;
    right: -24px;
    max-width: none;
    width: auto;
  }
}

.p-buy2 {
  position: relative;
}

.p-buy2__inner {
  width: 91.25vw;
  margin-left: auto;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .p-buy2__inner {
    width: 100%;
    margin-left: 0;
    overflow-x: hidden;
  }
}

.p-buy2__inner::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-buy2__inner::-webkit-scrollbar {
    display: block;
  }
}

.p-buy2__title {
  position: absolute;
  left: 8.75vw;
  top: 0;
  max-width: 320px;
  width: 100%;
  top: -31px;
}
@media screen and (max-width: 768px) {
  .p-buy2__title {
    width: 280px;
    margin-inline: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -21px;
  }
}

.p-buy2__box {
  margin-top: 31px;
  background-color: #fff;
  padding-left: 58.5px;
  padding-top: 33px;
  width: 119.63vw;
  margin-left: auto;
  border-radius: 40px 0 0 40px;
  padding-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .p-buy2__box {
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    padding-left: 25px;
    padding-bottom: 34px;
    padding-right: 25px;
    padding-top: 26px;
  }
}

.p-buy2__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 51.75px;
  white-space: nowrap;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .p-buy2__flex {
    overflow-x: auto;
    gap: 0 35px;
  }
}

.p-buy2__card {
  max-width: 12.8vw;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-buy2__card {
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 32.3369vw;
        -ms-flex: 1 0 32.3369vw;
            flex: 1 0 32.3369vw;
  }
}
.p-buy2__card:nth-of-type(-n+4)::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 18px;
  border-color: transparent transparent transparent #00a23d;
  position: absolute;
  top: 57%;
  right: -34.875px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-buy2__card:nth-of-type(-n+4)::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20.5px 0 20.5px 12px;
    border-color: transparent transparent transparent #00a23d;
    right: -24px;
    max-width: none;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 769px) {
  .is-tab_sp {
    display: none;
  }
}
@media (min-width: 1024px) {
  .is-tab_sp2 {
    display: none;
  }
}
.is-tab_sp3 {
  display: none;
}

@media (min-width: 768px) {
  /* ビューポートの幅が769px未満のデバイスに適用されるスタイル */
  .is-tab_sp3 {
    display: block;
  }
}
@media (min-width: 1025px) {
  /* ビューポートの幅が1024pxを超えるデバイスに適用されるスタイル */
  .is-tab_sp3 {
    display: none;
  }
}
@media (min-width: 1150px) {
  /* ビューポートの幅が1024pxを超えるデバイスに適用されるスタイル */
  .is-tab_sp4 {
    display: none;
  }
}
@media (max-width: 767px) {
  /* ビューポートの幅が767px以下のデバイスに適用されるスタイル */
  .is-tab_sp4 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .is-pc2 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .is-pc3 {
    display: none;
  }
}