@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 100%;
}
@media (max-width: 1250px) {
  html {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 495px) {
  html {
    font-size: 3.2323232323vw;
  }
}

body.body {
  line-height: 1.7;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #2c2c2c;
  position: relative;
  font-size: 18px;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1016px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1250px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

footer {
  margin-top: 5.375rem;
}

.font-serif {
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", serif;
}

.p-air {
  padding-top: 8.375rem;
}
@media screen and (max-width: 767px) {
  .p-air {
    padding-top: 4.375rem;
  }
}

.p-air__ttl {
  color: #589d36;
  font-weight: 700;
  text-align: center;
  font-size: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-air__ttl {
    font-size: 2.5rem;
  }
}

.p-air__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .p-air__images {
    margin-top: 35px;
  }
}

.p-air__text {
  margin-top: 60px;
  font-size: 1.8125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-air__text {
    margin-top: 19px;
  }
}

.p-air__box {
  margin-top: 35px;
  font-size: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #2c2c2c;
}
@media screen and (max-width: 767px) {
  .p-air__box {
    margin-top: 27px;
  }
}

.p-air-bottom {
  background: url(../images/air-bottom.png) no-repeat center bottom/contain;
  margin-top: 4.625rem;
  padding-top: 7rem;
  padding-bottom: 8.25rem;
  aspect-ratio: 1440/800;
}
@media screen and (max-width: 767px) {
  .p-air-bottom {
    background: url(../images/air-bottom-sp.png) no-repeat center bottom/contain;
    margin-top: 0;
    padding-top: 4.125rem;
    padding-bottom: 40.75rem;
    aspect-ratio: unset;
  }
}

.p-air-bottom__ttl {
  color: #589d36;
  font-weight: 700;
  font-size: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-air-bottom__ttl {
    font-size: 2.5rem;
    text-align: center;
  }
}

.p-air-bottom__text {
  font-size: 1.5rem;
  margin-top: 41px;
  font-weight: 600;
}
.p-air-bottom__text .big {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
}

.p-anshin {
  background: url(../images/anshin-bg.png) no-repeat center center/cover;
  padding-top: 5.875rem;
  padding-bottom: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .p-anshin {
    padding-top: 3.75rem;
  }
}

.p-anshin__ttl {
  font-weight: 700;
  font-size: 3.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-anshin__ttl {
    font-size: 2.5rem;
  }
}

.p-anshin__text {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 7px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-anshin__text {
    text-align: left;
    margin-top: 30px;
  }
}

.p-anshin__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-anshin__list {
    grid-template-columns: 1fr;
    gap: 2.1875rem;
    margin-top: 4.375rem;
  }
}

.p-anshin__item {
  position: relative;
  padding: 3.625rem 2.5rem 2.8125rem 6.25rem;
  -webkit-box-shadow: 11px 11px 8px rgba(0, 0, 0, .75);
          box-shadow: 11px 11px 8px rgba(0, 0, 0, .75);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-anshin__item {
    padding: 4rem 2.5rem 3.125rem 2.5rem;
  }
}

.p-anshin__list .num {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #2c2c2c;
  color: #fff;
  aspect-ratio: 1/1;
  width: 7.1875rem;
  font-size: 2.375rem;
  font-weight: 500;
  padding-top: 2px;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-anshin__list .num {
    width: 7.125rem;
    font-size: 2.375rem;
    padding-top: 4px;
    padding-left: 1.25rem;
  }
}

.p-anshin__list .ttl {
  color: #589d36;
  font-weight: 700;
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-anshin__list .ttl {
    text-align: right;
    font-size: 1.9375rem;
  }
}

.p-anshin__list .text {
  font-size: 1.5rem;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-anshin__list .text {
    margin-top: 24px;
  }
}

.p-award {
  background: #2C2C2C;
  color: #fff;
  padding-top: 5.6875rem;
  padding-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-award {
    padding-top: 4.625rem;
    padding-bottom: 5.3125rem;
  }
}

.p-award__ttl {
  color: #FFC65D;
  text-align: center;
  font-size: 2.75rem;
  font-weight: 700;
}
.p-award__ttl small {
  font-size: 0.93em;
}
.p-award__ttl .big {
  font-size: 1.23em;
}
@media screen and (max-width: 767px) {
  .p-award__ttl {
    font-size: 2.3125rem;
  }
}

.p-award__text {
  margin-top: 42px;
  font-size: 1.4375rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-award__text {
    font-size: 1.1875rem;
    text-align: left;
    margin-top: 48px;
  }
}

.p-award__img {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-award__img {
    margin-top: 30px;
  }
}

.p-award__text02 {
  text-align: center;
  margin-top: 72px;
  font-weight: 700;
  font-size: 1.9375rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-award__text02 {
    font-size: 2.0625rem;
    margin-top: 36px;
  }
}

.p-caution {
  padding: 8.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-caution {
    padding: 4.375rem 0;
  }
}

.p-caution__name {
  width: 23.3125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-caution__name {
    width: 17rem;
  }
}

.p-caution__ttl {
  font-weight: 700;
  font-size: 2.4375rem;
  text-align: center;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-caution__ttl {
    font-size: 2.25rem;
    margin-top: 42px;
  }
}

.p-caution__ttl span {
  border-bottom: 1.5px solid #fff;
  display: inline-block;
}
.p-caution__ttl span.--is-spborder {
  border: none;
}
@media screen and (max-width: 767px) {
  .p-caution__ttl span {
    border: none;
    padding-bottom: 0;
    display: block;
  }
  .p-caution__ttl span.--is-spborder {
    border-bottom: 1.5px solid #fff;
    width: 100%;
  }
}

.p-caution__subttl {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-caution__subttl {
    margin-top: 10px;
    line-height: 1.3;
  }
}

.p-caution__intro {
  display: grid;
  grid-template-columns: 1fr 420px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5625rem;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-caution__intro {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
    font-size: 19px;
  }
}

.p-caution__intro .body {
  line-height: 1.7;
}
.p-caution__intro .body .big {
  font-size: 1.33em;
  font-weight: 700;
}
.p-caution__intro .body .big02 {
  font-weight: 700;
  font-size: 1.11em;
}

.p-caution01 {
  background: #2c2c2c;
  color: #fff;
}

.p-caution02 {
  background: #d8d8d8;
}

.p-caution__box {
  background: #2c2c2c;
  color: #fff;
  padding: 2.8125rem;
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 2.5rem;
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .p-caution__box {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 60px;
    padding: 2.25rem 1.875rem;
  }
}

.p-caution__box .box-ttl {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
}
.p-caution__box .box-ttl .ja {
  margin-right: 1.25rem;
  display: inline-block;
}
.p-caution__box .box-ttl .en {
  font-weight: 300;
  display: inline-block;
  font-size: 1.4375rem;
}

.p-caution__box .text {
  margin-top: 40px;
  line-height: 1.7;
}
.p-caution__box .text .u-red {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-caution__box .text {
    margin-top: 40px;
  }
}

.p-caution__conc {
  font-weight: 700;
  font-size: 2.5625rem;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-caution__conc {
    margin-top: 38px;
  }
}

.p-caution__note {
  text-align: right;
  margin-top: 12px;
  font-size: max(1.125rem, 14px);
}
@media screen and (max-width: 767px) {
  .p-caution__note {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.p-caution__btn {
  margin-top: 42px;
}
.p-caution__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #589d36;
  color: #fff;
  -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, .75);
          box-shadow: 10px 10px 7px rgba(0, 0, 0, .75);
  font-weight: 700;
  font-size: 1.875rem;
  border-radius: 37px;
  padding: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-caution__btn {
    margin-top: 30px;
  }
  .p-caution__btn a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.375rem;
    padding: 0.75rem 1.875rem;
    border-radius: 50px;
  }
}

.p-caution03 {
  background: url(../images/caution03-bg.png) no-repeat center center/cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-caution03 {
    background: url(../images/caution03-bg-sp.png) no-repeat center center/cover;
  }
}

@media screen and (max-width: 767px) {
  .p-caution02 .p-caution__intro {
    margin-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .p-caution03 .p-caution__intro .body {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-caution03 .p-caution__intro .img {
    margin-top: 24px;
  }
}

.p-cta01 {
  background: #2c2c2c;
  color: #fff;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-cta01 {
    padding: 1.75rem 0;
  }
}

.p-cta02 {
  background: #fff;
  color: #000;
}

.p-cta01__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .p-cta01__contents {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-cta01__text {
  font-size: 1.5rem;
  font-weight: 600;
}

.p-cta02__text {
  font-weight: 700;
}

.p-cta01__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #589d36;
  color: #fff;
  border-radius: 36px;
  -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, .75);
          box-shadow: 10px 10px 7px rgba(0, 0, 0, .75);
  font-weight: 700;
  padding: 1.125rem 2.5rem;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cta01__btn a {
    padding: 0.9375rem 1.5625rem;
    font-size: 1.375rem;
  }
}

.p-end {
  background: url(../images/qa-bg.png) no-repeat center center/cover;
  padding-top: 8.3125rem;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-end {
    padding-top: 3.625rem;
    padding-bottom: 5.625rem;
  }
}

.p-end__text01 {
  font-weight: 700;
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-end__text01 {
    font-size: 2.4375rem;
  }
}

.p-end__text02 {
  font-weight: 700;
  font-size: 2.3125rem;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-end__text02 {
    font-size: 1.6875rem;
    margin-top: 46px;
  }
}

.p-end__contents {
  margin-top: 54px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-end__contents {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 68px;
  }
}

.p-end__contents .text {
  font-weight: 700;
  font-size: 1.5rem;
}
.p-end__text03 {
  margin-top: 49px;
  font-weight: 700;
  font-size: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-end__text03 {
    margin-top: 55px;
  }
}

.p-end__btn {
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-end__btn {
    margin-top: 35px;
  }
}

.p-end__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #589d36;
  max-width: 593px;
  margin-inline: auto;
  color: #fff;
  font-weight: 700;
  font-size: 1.875rem;
  border-radius: 36px;
  -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, .75);
          box-shadow: 10px 10px 7px rgba(0, 0, 0, .75);
  padding: 1.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-end__btn a {
    padding: 0.9375rem 1.5625rem;
    font-size: 1.375rem;
  }
}

.p-flow {
  padding-top: 5.8125rem;
  padding-bottom: 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.p-flow__ttl {
  font-weight: 700;
  font-size: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__ttl {
    font-size: 1.8125rem;
  }
}

.p-flow__text {
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    margin-top: 28px;
  }
}

.p-flow__list {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  margin-top: 68px;
}
.p-flow__item {
  background: #2c2c2c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 85px;
  height: 396px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 21px;
}
.p-flow__item span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: pre;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    width: 71px;
    height: 334px;
    font-size: 18px;
  }
}

.p-flow__item.--triangle {
  background: transparent;
}
.p-flow__item.--triangle span {
  width: 23px;
  height: 45px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #6b554e;
}
@media screen and (max-width: 767px) {
  .p-flow__item.--triangle span {
    width: 19px;
    height: 38px;
  }
}

.p-flow__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.0625rem;
  margin-top: 81px;
}
@media screen and (max-width: 767px) {
  .p-flow__contents {
    display: block;
    margin-top: 42px;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__contents .img {
    margin-top: 51px;
  }
}

.p-flow__contents .ttl {
  font-weight: 700;
  font-size: 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__contents .ttl {
    font-size: 1.8125rem;
  }
}

.p-flow__contents .text {
  color: #4a3b36;
  font-size: max(1.25rem, 16px);
  margin-top: 5.1875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-flow__contents .text {
    margin-top: 29px;
    font-size: 1.5rem;
  }
}

.p-flow__conc {
  color: #4a3b36;
  font-weight: 700;
  font-size: 1.625rem;
  margin-top: 34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__conc {
    margin-top: 41px;
  }
}

.p-gallery {
  background: url(../images/gallery-bg.png) no-repeat center center/cover;
  padding-top: 7.625rem;
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    background: none;
    padding: 0;
  }
}

.p-gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-bottom: 15px;
}
.p-gallery__wrap img {
  height: 30.787206vw;
  -webkit-box-shadow: -5px 11px 11px rgba(109, 158, 179, .3);
          box-shadow: -5px 11px 11px rgba(109, 158, 179, .3);
}
@media screen and (max-width: 767px) {
  .p-gallery__wrap img {
    height: 18.75rem;
  }
}

.p-gallery__wrap img:nth-child(odd) {
  margin-top: 7.75rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__wrap img:nth-child(odd) {
    margin-top: 0;
  }
}

.p-header {
  position: absolute;
  left: 0;
  top: 0;
}

.p-header__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 22px;
  background: #2C2C2C;
  color: #fff;
  width: 148px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-header__text {
    width: min(26.6666666667vw, 148px);
    font-size: min(4.8vw, 22px);
  }
}

.p-lead {
  background: url(../images/lead-bg.jpg) no-repeat center center/cover;
  color: #fff;
  font-weight: 700;
  padding-top: 4.6875rem;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-lead {
    background: url(../images/lead-bg-sp.jpg) no-repeat center center/cover;
    padding-top: 5.8125rem;
    padding-bottom: 6.25rem;
  }
}

.p-lead .l-container {
  max-width: 45rem;
}

.p-lead .text01 {
  font-weight: 700;
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-lead .text01 {
    font-size: 1.375rem;
  }
}

.p-lead .text02 {
  font-size: 3.5625rem;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-lead .text02 {
    font-size: 2.3125rem;
    margin-top: 3px;
  }
}

.p-lead .small {
  font-weight: 400;
  text-align: right;
  margin-top: 17px;
  font-size: max(1.125rem, 14px);
}
@media screen and (max-width: 767px) {
  .p-lead .small {
    font-size: 12px;
    text-align: left;
    margin-top: 8px;
  }
}

.p-lead .text03 {
  font-size: 1.875rem;
  background: #FE4B00;
  padding: 7px;
  margin-top: 27px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lead .text03 {
    font-size: 1.1875rem;
    margin-top: 18px;
  }
}

.p-mv {
  aspect-ratio: 1442/962;
  background: url(../images/mv.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-mv {
    aspect-ratio: 495/1015;
    background: url(../images/mv-sp.png) no-repeat center center/cover;
  }
}

.p-mv__lead {
  width: 51.8125rem;
  margin-inline: auto;
  padding-top: 11.125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    width: 22.8125rem;
    padding-top: 8.125rem;
    margin-inline: unset;
    margin-left: auto;
  }
}

.p-mv__ttl {
  font-size: 4.0625rem;
  font-weight: 700;
  margin-top: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    font-size: 2.125rem;
    margin-top: 20.9375rem;
  }
}

.p-mv__ttl .big {
  font-size: 1.2em;
}

.p-mv__btn {
  margin-top: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    margin-top: 25px;
  }
}

.p-mv__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2c2c2c;
  color: #fff;
  border-radius: 37px;
  -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, .75);
          box-shadow: 10px 10px 7px rgba(0, 0, 0, .75);
  font-weight: 700;
  padding: 1.25rem 2.5rem;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__btn a {
    padding: 0.9375rem 1.5625rem;
    font-size: 1.375rem;
  }
}

.p-practice {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-practice {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-practice__ttl {
  font-size: 3.1875rem;
  font-weight: 700;
  color: #4a3b36;
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .p-practice__ttl {
    font-size: 2.3125rem;
  }
}

.p-practice__text {
  font-size: max(1.25rem, 16px);
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-practice__text {
    margin-top: 37px;
  }
}

.p-practice__text02 {
  font-weight: 700;
  font-size: 1.625rem;
  color: #4a3b36;
  margin-top: 4.25rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-practice__text02 {
    margin-top: 2.75rem;
  }
}

.p-practice__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-practice__item {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.p-practice__item + .p-practice__item {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-practice__item + .p-practice__item {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-practice__item .img.--fullun {
    aspect-ratio: 500/188;
    position: relative;
  }
  .p-practice__item .img.--fullun img {
    position: absolute;
    width: 100vw;
    margin-left: -20px;
    max-width: none;
  }
}

.p-practice__item .ttl {
  font-weight: 700;
  font-size: 1.625rem;
}
.p-practice__item .text {
  font-size: max(1.25rem, 16px);
  margin-top: 16px;
}
.p-practice__item .text + .ttl {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .p-practice__item .text + .ttl {
    margin-top: 50px;
  }
}

.p-practice__item ul.body {
  padding-left: 1.2em;
  font-size: max(1.0625rem, 14px);
}

.p-practice__item .listItem {
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .p-practice__item .listItem {
    font-size: 15px;
  }
}

.p-practice__item .listItem + .listItem {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-practice__item .listItem + .listItem {
    margin-top: 32px;
  }
}

.p-practice-result__ttl {
  font-weight: 700;
  font-size: 3.1875rem;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-practice-result__ttl {
    font-size: 2.3125rem;
    margin-top: 4.6875rem;
  }
}

.p-practice-result__text01 {
  font-size: max(1.25rem, 16px);
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .p-practice-result__text01 {
    margin-top: 19px;
  }
}

.p-practice-result__text02 {
  color: #4a3b36;
  font-weight: 700;
  font-size: 1.625rem;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-practice-result__text02 {
    margin-top: 47px;
  }
}

.p-practice-result__text03 {
  font-size: max(1.25rem, 16px);
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .p-practice-result__text03 {
    margin-top: 18px;
  }
}

.p-practice-result__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-practice-result__items {
    grid-template-columns: 1fr;
    margin-top: 59px;
    gap: 3.4375rem;
  }
}

.p-practice-result__item .itemttl {
  color: #4a3b36;
  font-weight: 700;
  font-size: 1.625rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-practice-result__item .itemttl {
    margin-top: 14px;
  }
}

.p-practice-result__item .itemtext {
  font-size: 19px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-practice-result__item .itemtext {
    margin-top: 10px;
  }
}

.p-practice-result__note {
  text-align: center;
  margin-top: 3.25rem;
  font-size: 14px;
  color: #4a3b36;
}
@media screen and (max-width: 767px) {
  .p-practice-result__note {
    text-align: right;
    margin-top: 44px;
  }
}

.p-qa {
  background: url(../images/qa-bg.png) no-repeat center center/cover;
  padding-top: 6.8125rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-qa {
    padding-bottom: 6.5rem;
  }
}

.p-qa__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .p-qa__ttl {
    font-size: 2.5rem;
  }
}

.p-qa__contents {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .p-qa__contents {
    margin-top: 5.375rem;
  }
}

.p-qa__item {
  background: #fff;
  -webkit-box-shadow: 5px 11px 11px rgba(173, 132, 102, .3);
          box-shadow: 5px 11px 11px rgba(173, 132, 102, .3);
  color: #4A3B36;
  border-radius: 30px;
  padding: 2.25rem;
  font-size: max(1.1875rem, 16px);
}
@media screen and (max-width: 767px) {
  .p-qa__item {
    position: relative;
    font-size: 17px;
    padding: 23px 70px 23px 33px;
  }
}

.p-qa__item + .p-qa__item {
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-qa__itemBtn {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    background: #4a3b36;
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-qa__itemBtn:hover {
    opacity: 0.7;
  }
  .p-qa__itemBtn::before, .p-qa__itemBtn::after {
    content: "";
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-qa__itemBtn::before {
    width: 2px;
    height: 13px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-qa__itemBtn::after {
    width: 13px;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-qa__itemBtn.is-open::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.p-qa__item .textq {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-qa__item .textq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-qa__item .textq .textq-q {
    font-size: 2.1875rem;
    display: inline-block;
    margin-right: 10px;
  }
}

.p-qa__item .texta {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .p-qa__item .texta {
    display: none;
  }
}

.p-result {
  background: url(../images/result-bg.png) no-repeat center bottom/contain;
  padding-top: 8.75rem;
  padding-bottom: 61.5625rem;
}
@media screen and (max-width: 767px) {
  .p-result {
    background: url(../images/result-bg-sp.png) no-repeat center bottom/contain;
    padding-top: 5rem;
    padding-bottom: 51.6875rem;
  }
}

.p-result .l-container {
  max-width: 45.625rem;
}

.p-result .text01 {
  font-weight: 700;
  font-size: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-result .text01 {
    font-size: 2.6875rem;
    line-height: 1.5;
  }
  .p-result .text01 .small {
    font-size: 2rem;
  }
}

.p-result .text02 {
  font-size: 1.4375rem;
  margin-top: 47px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-result .text02 {
    margin-top: 4.375rem;
  }
}

.p-result .text03 {
  font-weight: 700;
  font-size: 2.4375rem;
  margin-top: 10px;
}
.p-result .text03 .big {
  font-size: 1.46em;
}
@media screen and (max-width: 767px) {
  .p-result .text03 {
    font-size: 2.25rem;
    margin-top: 3.75rem;
  }
}

.p-voice {
  background: url(../images/anshin-bg.png) no-repeat center center/cover;
  padding-top: 7.8125rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-top: 5.1875rem;
    padding-bottom: 2.8125rem;
  }
}

.p-voice__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .p-voice__ttl {
    font-size: 2.5rem;
  }
}

.p-voice__text {
  text-align: center;
  font-weight: 700;
  font-size: 1.75rem;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    font-size: 1.625rem;
    margin-top: 21px;
  }
}

.p-voice__contents {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__contents {
    grid-template-columns: 1fr;
    gap: 2.1875rem;
  }
}

.p-voice__item {
  margin-top: 50px;
  position: relative;
  padding: 74px 2.8125rem 5.125rem 2.4375rem;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #666666;
}
.p-voice__item:nth-child(2) {
  -webkit-transform: translateY(42px);
          transform: translateY(42px);
}
@media screen and (max-width: 767px) {
  .p-voice__item:nth-child(2) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-voice__item:nth-child(3) {
  -webkit-transform: translateY(84px);
          transform: translateY(84px);
}
@media screen and (max-width: 767px) {
  .p-voice__item:nth-child(3) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-voice__item .img {
  position: absolute;
  top: -52px;
  left: 40px;
  width: 108px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice__item .ttl {
  color: #4a3b36;
  font-weight: 700;
  font-size: 1.625rem;
}

.p-voice__item .text {
  font-size: 1.1875rem;
  margin-top: 7px;
  line-height: 1.9;
}

.p-voice__item .name {
  text-align: right;
  margin-top: 37px;
  font-size: max(0.9375rem, 14px);
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-red {
  color: #fe4b00;
}
/*# sourceMappingURL=styles.css.map */
