@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

@media screen and (max-width: 1037px) and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4vw;
  }
}

body {
  color: #2B2B2B;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
}

.preload {
  opacity: 0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #2B2B2B;
}

@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

img {
  width: 100%;
  height: auto;
}

main {
  overflow: hidden;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1038px;
  height: inherit;
  padding: 0 40px;
  padding: 0 2.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 31.25rem;
    padding: 0 1.25rem;
  }
  .l-inner__header{
    padding: 0.625rem 0.3125rem;
  }
}

.c-btn {
  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;
  gap: 8px;
  gap: 0.5rem;
  background: #08C8A1;
  color: #ffffff;
  height: 62px;
  height: 3.875rem;
  border-radius: 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}

.c-btn img {
  width: 24px;
  width: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-btn {
    height: 3.5rem;
    font-size: 1rem;
  }
}

.c-btn--orange {
  background: #FAC342;
  color: #2B2B2B;
}

.p-fv {
  background: url(../images/fv-bg.png) no-repeat center center/cover;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  margin-top: 110px;
  margin-top: 6.875rem;
}

@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 3.8125rem;
    padding-bottom: 3.875rem;
    background: url(../images/fv-bg-sp.png) no-repeat center center/cover;
    margin-top: 5rem;
  }
}

.p-fv__title-wrap {
  width: 400px;
  width: 25rem;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, .8);
  padding: 32px 38px 54px;
  padding: 2rem 2.375rem 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-fv__title-wrap {
    width: 100%;
    max-width: 375px;
    padding: 32px 24px 54px;
    padding: 2rem 1.5rem 3.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-fv__text01 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 14px 28px 18px;
  padding: 0.875rem 1.75rem 1.125rem;
  display: inline-block;
  position: relative;
}

.p-fv__text01::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: url(../images/border01.png) no-repeat center center/cover;
}

.p-fv__text01::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: url(../images/border01.png) no-repeat center center/cover;
}


.p-fv__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin-top: 24px;
  margin-top: 1.5rem;
  white-space: nowrap;
}

.p-fv__title span{
  font-size: 32px;
  font-size: 2rem;
}

.p-fv__text03 {
  margin-top: 44px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.p-fv__text03 span{
  font-size: 24px;
  font-size: 1.5rem;
}

.p-fv__btn {
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  width: 390px;
  width: 24.375rem;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-fv__btn {
    margin-left: 0;
    width: 20.5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
  }
}

.p-fv__desc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 34px;
  margin-top: 2.125rem;
}

@media screen and (max-width: 767px) {
  .p-fv__desc-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: rgba(255, 255, 255, .85);
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
}

.p-fv__desc {
  padding: 22px 36px;
  padding: 1.375rem 2.25rem;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, .85);
}

@media screen and (max-width: 767px) {
  .p-fv__desc {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background: none;
  }
}

.p-fv__desc-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  text-align: center;
  border-bottom: 4px solid #FAC342;
  border-bottom: 0.25rem solid #FAC342;
}

@media screen and (max-width: 767px) {
  .p-fv__desc-title {
    font-size: 1.25rem;
  }
}

.p-fv__desc-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-fv__desc-text {
    font-size: 0.75rem;
  }
}

.p-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
}

.p-header .l-inner {
  max-width: 1220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.p-header__logo {
  width: 521px;
  width: 32.5625rem;
}

@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 11.25rem;
  }
}

.p-header__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 767px){
  .p-header__btn-wrap{
    gap: 8px;
    gap: 0.5rem;
  }
}

.p-header__btn {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  width: 80px;
  width: 5rem;
  height: 88px;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  padding-top: 17px;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .45);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .45);
}


.p-header__btn-tel-img{
  width: 24px;
  width: 1.5rem;
  margin-top: 0;
}

.p-header__btn-line-img{
  width: 22px;
  height: auto;
  margin-top: 2px;
}

.p-header__btn-mail-img{
  width: 24px;
  width: 1.5rem;
  margin-top: -1px;
}

.p-header__btnText-tel{
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 14px;
}

.p-header__btnText-line{
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.p-header__btnText-mail{
  margin-top: -2px;
  font-size: 12px;
}

.p-header__btn--tel {
  background: #FAC342;
}

.p-header__btn--line {
  background: #00B900;
}


.p-header__btn--contact {
  background: #08C8A1;
  line-height: 1.2857142857;
}


@media screen and (max-width: 767px) {
  .p-header__btn {
    width: 3.625rem;
    height: 3.875rem;
    padding-top: 9px;
  }
  .p-header__btn-tel-img{
    margin-top: -3px;
  }
  .p-header__btn-line-img{
    margin-top: 0;
  }
  .p-header__btnText-tel{
    margin-top: 3px;
    margin-top: 0.1875rem;
  }
  .p-header__btnText-mail{
    margin-top: 0;
  }
  .p-header__btnText-line{
    margin-top: 2px;
  }
}

.p-message {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

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

@media screen and (max-width: 767px) {
  .p-message .l-inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.p-message__row {
  width: 930px;
  width: 58.125rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-message__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
  }
}

.p-message__left {
  width: 610px;
  width: 38.125rem;
  text-align: center;
}

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

.p-message__label {
  color: #ffffff;
  background: #FAC342;
  display: inline-block;
  width: 299px;
  width: 18.6875rem;
  max-width: 100%;
  height: 46px;
  height: 2.875rem;
  line-height: 46px;
  line-height: 2.875rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  border-radius: 3.125rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}

.p-message__text01 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 42px;
  margin-top: 2.625rem;
}

@media screen and (max-width: 767px) {
  .p-message__text01 {
    font-size: 1.5rem;
    margin-top: 2.375rem;
  }
}

.p-message__text02 {
  margin-top: 26px;
  margin-top: 1.625rem;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  white-space: nowrap;
}

.p-message__text02 .dot {
  /* 文字の上に点 */
  /* 点の色とサイズ調整 */
  background-image: radial-gradient(circle at center, #2B2B2B 18%, transparent 20%);
  /* 点の位置 */
  background-position: top right;
  /* 横方向に繰り返し */
  background-repeat: repeat-x;
  /* 点の間隔とサイズ調整 */
  background-size: 1em 0.3em;
  /* 縦方向の位置調整 */
  padding-top: 2px;
  padding-top: 0.125rem;
}

@media screen and (max-width: 767px) {
  .p-message__text02 {
    line-height: 1.8;
    font-size: 2rem;
    margin-top: 0.875rem;
  }
}

.p-message__text03 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-message__text03 .line {
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  -webkit-text-decoration-color: #FAC342;
  text-decoration-color: #FAC342;
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

@media screen and (max-width: 767px) {
  .p-message__text03 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
  }
}

.p-message__text04 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
}

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

.p-message__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 332px;
  width: 20.75rem;
  max-width: 100%;
  height: 62px;
  height: 3.875rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-message__btn {
    margin-top: 0;
    width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-message__right {
  width: 280px;
  width: 17.5rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-message__right {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
}

.p-message__sub-title {
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.7857142857;
  font-weight: 500;
}

.p-message__sub-title span {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-message__sub-title {
    margin-top: 2.625rem;
  }
}

.p-message__img {
  margin-top: 16px;
  margin-top: 1rem;
  width: 636px;
  width: 39.75rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-message__img {
    width: 22.8125rem;
    max-width: 100%;
    margin-top: 0.5rem;
  }
}

.p-description {
  background: #08C8A1;
  border-radius: 1.25rem;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-description {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    border-radius: 0.625rem;
  }
}

.p-description__content {
  background: #ffffff;
  border-radius: 2.5rem;
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-description__content {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    border-radius: 1.25rem;
  }
}

.p-description__list {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-description__list>*+* {
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-description__list>*+* {
    margin-top: 1.875rem;
  }
}

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

.p-description__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-description__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 19.375rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-description__wrap {
  width: 460px;
  width: 28.75rem;
  max-width: 100%;
  text-align: left;
}

.p-description__wrap p {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-description__wrap p {
    font-size: 0.875rem;
  }
}

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

.p-description__title-wrap {
  width: 460px;
  width: 28.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  gap: 0.625rem;
  line-height: 1.3;
}

.p-description__title-wrap h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-description__title-wrap h3 {
    font-size: 1.1875rem;
  }
}

.p-description__title-wrap img {
  width: 85px;
  width: 5.3125rem;
}

@media screen and (max-width: 767px) {
  .p-description__title-wrap img {
    width: 3.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-description__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0.25rem;
    width: 100%;
  }
}

.p-description__img {
  width: 240px;
  width: 15rem;
}

@media screen and (max-width: 767px) {
  .p-description__img {
    width: 11.25rem;
    margin-left: auto;
  }
}

.p-description__text01 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-description__text01 {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-description__text02 {
  margin-top: 82px;
  margin-top: 5.125rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-description__text02 {
    font-size: 1.0625rem;
    margin-top: 2.5rem;
  }
}

.p-description__text03 {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  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;
  gap: 5px;
  gap: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .p-description__text03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-description__text03 img {
    width: 12.5rem;
  }
}

.p-description__text04 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 1.5;
}

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

.p-description__logo {
  width: 248px;
  width: 15.5rem;
}

.p-reason {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  overflow: hidden;
}

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

@media screen and (max-width: 767px) {
  .p-reason .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-reason__content {
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .35);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .35);
  padding: 80px 120px 86px;
  padding: 5rem 7.5rem 5.375rem;
  text-align: center;
}

.p-reason__content .p-fv__desc {
  padding: 0;
}

.p-reason__content .p-fv__desc-wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-reason__content .p-fv__desc-wrap {
    margin-top: 2.625rem;
  }
}

.p-reason__content .p-fv__desc-title {
  font-size: 36px;
  font-size: 2.25rem;
}

@media screen and (max-width: 767px) {
  .p-reason__content .p-fv__desc-title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__content .p-fv__text01 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__content .p-fv__text02 {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__content .p-fv__title {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__content .p-fv__text03 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__content {
    padding: 3.125rem 1.125rem;
    border-radius: 0.625rem;
  }
}

.p-reason__title {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  color: #ffffff;
  background: #FAC342;
  width: 454px;
  width: 28.375rem;
  height: 58px;
  height: 3.625rem;
  line-height: 58px;
  line-height: 3.625rem;
  border-radius: 3.125rem;
  display: inline-block;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}

@media screen and (max-width: 767px) {
  .p-reason__title {
    font-size: 1.375rem;
    width: 21.4375rem;
    height: 3.0625rem;
    line-height: 3.0625rem;
  }
}

.p-reason__row {
  margin-top: 66px;
  margin-top: 4.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-reason__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-reason__left {
  width: 280px;
  width: 17.5rem;
}

.p-reason__left p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-reason__right {
  width: 390px;
  width: 24.375rem;
}

.p-reason__btn {
  width: 390px;
  width: 24.375rem;
  margin-top: 48px;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-reason__btn {
    width: 20.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-info {
  text-align: center;
  padding-top: 62px;
  padding-top: 3.875rem;
  padding-bottom: 78px;
  padding-bottom: 4.875rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="16" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.35)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, .35));
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, .35));
  background: url(../images/info-bg.png) no-repeat center center/cover;
}

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

.p-info__title {
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  position: relative;
}

.p-info__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  height: 0.3125rem;
  background: url(../images/border02.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .p-info__title {
    font-size: 1.5rem;
  }
}

.p-info__img {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 726px;
  width: 45.375rem;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-info__img {
    margin-top: 1.5rem;
    width: 21.875rem;
    max-width: 100%;
  }
}

.p-step {
  text-align: center;
  background: url(../images/step-bg.png) no-repeat center center/cover;
  padding-top: 95px;
  padding-top: 5.9375rem;
  padding-bottom: 95px;
  padding-bottom: 5.9375rem;
}

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

.p-step__title {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  background: #FAC342;
  width: 632px;
  width: 39.5rem;
  height: 64px;
  height: 4rem;
  line-height: 64px;
  line-height: 4rem;
  border-radius: 3.125rem;
  display: inline-block;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}

@media screen and (max-width: 767px) {
  .p-step__title {
    font-size: 1.375rem;
    width: 21rem;
    height: 5.5rem;
    line-height: 1.5;
    padding-top: 0.625rem;
  }
}

.p-step__wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  gap: 2.5rem;
}

.p-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.25rem;
  background: #ffffff;
  width: 700px;
  width: 43.75rem;
  height: 148px;
  height: 9.25rem;
}

.p-step__item:not(:first-child) {
  position: relative;
}

.p-step__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -26px;
  top: -1.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 33px;
  width: 2.0625rem;
  height: auto;
  aspect-ratio: 33/15;
  background: url(../images/step-arrow.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .p-step__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 18.75rem;
    height: 13.75rem;
  }
}

.p-step__number {
  width: 88px;
  width: 5.5rem;
}

.p-step__text-wrap {
  width: 331px;
  width: 20.6875rem;
}

@media screen and (max-width: 767px) {
  .p-step__text-wrap {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.p-step__icon {
  width: 100px;
  width: 6.25rem;
}

.p-step__text01 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-step__text02 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 16px;
  margin-top: 1rem;
  line-height: 1.5;
}

.p-step__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-price {
  text-align: center;
  margin-top: 80px;
  margin-top: 5rem;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #FAC342;
  border-radius: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-price {
    margin-top: 2.625rem;
    border-radius: 0.625rem;
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }
}

.p-price table {
  width: 100%;
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .p-price table {
    margin-top: 0.75rem;
  }
}

.p-price tr {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.p-price tr::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: url(../images/border04.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .p-price tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}

.p-price th {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  width: 350px;
  width: 21.875rem;
  text-align: center;
}

.p-price th span {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-price th span {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-price th {
    font-size: 1.5rem;
    width: 100%;
  }
}

.p-price td {
  color: #E44444;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  width: 293px;
  width: 18.3125rem;
  text-align: center;
}

.p-price td span {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-price td {
    width: 100%;
  }
}

.p-price__content {
  padding: 98px 72px;
  padding: 6.125rem 4.5rem;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .35);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .35);
  border-radius: 2.5rem;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-price__content {
    padding: 3.25rem 1.25rem;
    border-radius: 1.25rem;
  }
}

.p-price__title {
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  position: relative;
}

.p-price__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  height: 0.3125rem;
  background: url(../images/border03.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .p-price__title {
    font-size: 1.5rem;
    white-space: nowrap;
  }
}

.p-price__text01 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  line-height: 1.5;
  font-weight: 600;
}

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

.p-price__text02 {
  margin-top: 52px;
  margin-top: 3.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
}

.p-price__text02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #FAC342;
}

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

.p-price__text03 {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-price__text03 {
    font-size: 0.625rem;
    margin-top: 1.875rem;
  }
}

.p-footer {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.p-footer .l-inner {
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  .p-footer .l-inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.p-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.p-footer__left {
  width: 234px;
  width: 14.625rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-footer__left {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer__line {
  margin-top: 33px;
  margin-top: 2.0625rem;
  width: 180px;
  width: 11.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-footer__line {
    width: 7.5rem;
  }
}

.p-footer__line-text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
}

.p-footer__right {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  width: 420px;
  width: 26.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-footer__right {
    font-size: 0.875rem;
    width: 100%;
  }
}

.p-footer__right th {
  width: 103px;
  width: 6.4375rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-footer__right th {
    width: 4rem;
  }
}

.p-footer__right tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-footer__copy {
  margin-top: 54px;
  margin-top: 3.375rem;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.p-contact {
  padding-top: 74px;
  padding-top: 4.625rem;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 2.8125rem;
    padding-bottom: 3rem;
  }
}

.p-contact .l-inner {
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  .p-contact .l-inner {
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
  }
}

.p-contact__title {
  text-shadow: 2px 1px 0px rgba(0, 0, 0, .35);
  color: #08C8A1;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
}

.p-contact__sub-title {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.p-contact__text {
  margin-top: 21px;
  margin-top: 1.3125rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.875rem;
    white-space: nowrap;
  }
}

.p-form {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
}

.p-form>*+* {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-form>*+* {
    margin-top: 1rem;
  }
}

.p-form__row {
  width: 100%;
}

.p-form__label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.p-form__label span {
  color: #FAC342;
  font-size: 12px;
  font-size: 0.75rem;
}

.p-form__input {
  width: 100%;
  margin-top: 14px;
  margin-top: 0.875rem;
}

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

.p-form__input input {
  width: 100%;
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  border-radius: 0.25rem;
  border: 1px solid #2B2B2B;
  border: 0.0625rem solid #2B2B2B;
}

.p-form__input textarea {
  width: 100%;
  height: 120px;
  height: 7.5rem;
  line-height: 1.3;
  border-radius: 0.25rem;
  border: 1px solid #2B2B2B;
  border: 0.0625rem solid #2B2B2B;
}

.p-form__text01 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 24px;
  margin-top: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-form__text01 {
    font-size: 1rem;
  }
}

.p-form__text02 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2px;
  margin-top: 0.125rem;
  line-height: 1.5;
}

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

.p-form__text03 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 16px;
  margin-top: 1rem;
}

input[type=submit] {
  margin-top: 25px;
  margin-top: 1.5625rem;
  width: 100%;
  height: 48px;
  height: 3rem;
  line-height: 48px;
  line-height: 3rem;
  background: #08C8A1;
  border: none;
  border-radius: 0.25rem;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  input[type=submit] {
    width: 17rem;
    height: 3rem;
    line-height: 2.5rem;
    text-align: center;
    width: 100%;
  }
}

.p-form__btn-wrap {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  width: 272px;
  width: 17rem;
}

@media screen and (max-width: 767px) {
  .p-form__btn-wrap {
    width: 100%;
  }
}


/********************************
送信完了テキストの削除
*********************************/
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}


/********************************
Add 2024.2
*********************************/
.p-contact__textBox {
  font-size: 1rem;
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
}

.p-contact__btnArea {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}

.p-contact__btn__tel {
  padding: 12px 0 9px;
  width: 330px;
  border: 1px solid #FAC342;
  background-color: #FAC342;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
}

.p-contact__btn__tel::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/icon-tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 11px;
  margin-top: -1px;
}

.p-contact__btn__line {
  padding: 14px 0 12px;
  width: 330px;
  background-color: #00B900;
  border: 1px solid #00B900;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
}

.p-contact__btn__line:hover {
  cursor: pointer;
}

.p-contact__btn__line::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/icon-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -4px;
}

.p-contact__bottomTextBox {
  margin-top: 40px;
  font-size: 1.4rem;
  font-weight: 500;
}

.p-contact__bottomText1,
.p-contact__bottomText2 {
  font-size: 1rem;
  line-height: 1.5;
}

.p-contact__bottomText2 {
  margin-top: 24px;
}

.p-contact__bottomText2 a {
  text-decoration: none;
}


@media screen and (max-width: 767px) {
  .p-contact__textBox {
    margin-top: 10px;
  }

  .p-contact__btnArea {
    margin-top: 28px;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .p-contact__bottomTextBox {
    margin-top: 23px;
  }

  .p-contact__bottomText2 {
    margin-top: 24px;
  }

  .p-contact__btn__line,
  .p-contact__btn__tel {
    width: 100%;
  }

  .pc_only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

/********************************
サンクスページ
*********************************/
.p-thanks {
  margin-top: 200px;
  margin-top: 12.5rem;
}

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

.p-thanks h2 {
  font-size: 20px;
  margin-top: 60px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.p-thanks p {
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 16px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5;
}

.u-font--base {
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
  .u-flex--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .u-flex--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-text-left {
  text-align: left;
}

@media (min-width: 768px) {
  .u-text-left--pc {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .u-text-left--sp {
    text-align: left;
  }
}

.u-text-right {
  text-align: right;
}

@media (min-width: 768px) {
  .u-text-right--pc {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-text-right--sp {
    text-align: right;
  }
}

.u-text-center {
  text-align: center;
}

@media (min-width: 768px) {
  .u-text-center--pc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-text-center--sp {
    text-align: center;
  }
}

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

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

.u-text-large {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .u-text-large--sp {
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .u-text-large--pc {
    text-transform: uppercase;
  }
}

.u-text-transform-capita {
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .u-text-transform-capita--sp {
    text-transform: capitalize;
  }
}

@media (min-width: 768px) {
  .u-text-transform-capita--pc {
    text-transform: capitalize;
  }
}

.u-event--none {
  pointer-events: none;
}

.u-animation__fadeInUp {
  opacity: 0;
}

.u-animation__fadeInLeft {
  opacity: 0;
}

.u-animation__fadeInRight {
  opacity: 0;
}

.u-animation__fadeInLeftBig {
  opacity: 0;
}

.u-animation__fadeInRightBig {
  opacity: 0;
}

@-webkit-keyframes fadeInUpContents {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpContents {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.25rem);
    transform: translateY(1.25rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeftContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRightContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeftBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-62.5rem);
    transform: translateX(-62.5rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-62.5rem);
    transform: translateX(-62.5rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRightBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(62.5rem);
    transform: translateX(62.5rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBigContents {
  0% {
    opacity: 0;
    -webkit-transform: translateX(62.5rem);
    transform: translateX(62.5rem);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* フェードイン時に入るクラス */
.js-fadeInUp {
  -webkit-animation-name: fadeInUpContents;
  animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.js-fadeInUp__delay--1s {
  -webkit-animation-name: fadeInUpContents;
  animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInUp__delay--1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}

.js-fadeInUp__delay--2s {
  -webkit-animation-name: fadeInUpContents;
  animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInUp__delay--2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
}

.js-fadeInUp__delay--3s {
  -webkit-animation-name: fadeInUpContents;
  animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInUp__delay--3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
}

.js-fadeInUp__delay--4s {
  -webkit-animation-name: fadeInUpContents;
  animation-name: fadeInUpContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInUp__delay--4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
}

.js-fadeInLeft {
  -webkit-animation-name: fadeInLeftContents;
  animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media screen and (max-width: 767px) {
  .js-fadeInLeft {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--1s {
  -webkit-animation-name: fadeInLeftContents;
  animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInLeft__delay--1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--1s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--2s {
  -webkit-animation-name: fadeInLeftContents;
  animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInLeft__delay--2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--2s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--3s {
  -webkit-animation-name: fadeInLeftContents;
  animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInLeft__delay--3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--3s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInLeft__delay--4s {
  -webkit-animation-name: fadeInLeftContents;
  animation-name: fadeInLeftContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInLeft__delay--4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInLeft__delay--4s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBigContents;
  animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media screen and (max-width: 767px) {
  .js-fadeInLeftBig {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--1s {
  -webkit-animation-name: fadeInLeftBigContents;
  animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--1s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--2s {
  -webkit-animation-name: fadeInLeftBigContents;
  animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--2s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--3s {
  -webkit-animation-name: fadeInLeftBigContents;
  animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--3s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInLeftBig__delay--4s {
  -webkit-animation-name: fadeInLeftBigContents;
  animation-name: fadeInLeftBigContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInLeftBig__delay--4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInLeftBig__delay--4s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInRight {
  -webkit-animation-name: fadeInRightContents;
  animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media screen and (max-width: 767px) {
  .js-fadeInRight {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--1s {
  -webkit-animation-name: fadeInRightContents;
  animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInRight__delay--1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--1s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--2s {
  -webkit-animation-name: fadeInRightContents;
  animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInRight__delay--2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--2s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--3s {
  -webkit-animation-name: fadeInRightContents;
  animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInRight__delay--3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--3s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInRight__delay--4s {
  -webkit-animation-name: fadeInRightContents;
  animation-name: fadeInRightContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInRight__delay--4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInRight__delay--4s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig {
  -webkit-animation-name: fadeInRightBigContents;
  animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media screen and (max-width: 767px) {
  .js-fadeInRightBig {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--1s {
  -webkit-animation-name: fadeInRightBigContents;
  animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInRightBig__delay--1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--1s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--2s {
  -webkit-animation-name: fadeInRightBigContents;
  animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInRightBig__delay--2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--2s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--3s {
  -webkit-animation-name: fadeInRightBigContents;
  animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInRightBig__delay--3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--3s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

.js-fadeInRightBig__delay--4s {
  -webkit-animation-name: fadeInRightBigContents;
  animation-name: fadeInRightBigContents;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (min-width: 768px) {
  .js-fadeInRightBig__delay--4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
}

@media screen and (max-width: 767px) {
  .js-fadeInRightBig__delay--4s {
    -webkit-animation-name: fadeInUpContents;
    animation-name: fadeInUpContents;
  }
}

/*# sourceMappingURL=style.css.map */

/* モーダル */
.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, .6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  max-height: 80vh;
  max-width: 220px;
  overflow-y: auto;
  padding: 20px 20px 0;
  width: 80%;
  border-radius: 20px;
}

.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.modal-close {
  background: transparent;
  border: 0;
}

.modal-header .modal-close::before {
  content: "\2715";
}

.modal-content {
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: center;
}

.box01 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

.box02 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.modal-content__img {
  width: 180px;
  height: auto;
}

.modal-content__text {
  font-size: 1rem;
  margin-top: 12px;
}