@charset "UTF-8";
/* reset */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

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

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

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

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

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

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* base styles */
:root {
  color-scheme: light;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-size: 62.5%;
  font-family:
    "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
    "MS PGothic", sans-serif;
  font-weight: 400;
}

body {
  color: #221815;
  margin: 0;
  line-height: inherit;
  font-size: 1.6rem;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

.l-wrap {
  position: relative;
  overflow: hidden;
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  z-index: 30;
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .l-header {
    height: 80px;
  }
}

.l-nav {
  position: relative;
}

.l-main {
  position: relative;
}

.l-footer {
  position: relative;
  background: #f4f4f4;
}
.l-footer .c-deco--footer {
  position: absolute;
  top: -118px;
  left: 50%;
  margin-left: -327.5px;
}
@media (max-width: 767px) {
  .l-footer .c-deco--footer {
    top: -90px;
  }
}

.l-container {
  position: relative;
}

.l-content {
  padding-top: 1px;
  padding-bottom: 1px;
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.l-content--small {
  max-width: 696px;
}
.l-content--with-sidebar {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.5vw, 59px);
  margin-top: 120px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .l-content--with-sidebar {
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .l-content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-content .l-content--small {
  padding-left: 0;
  padding-right: 0;
}

.l-sidebar {
  position: sticky;
  right: 0;
  top: 130px;
  order: 2;
  flex: 0 0 300px;
}

.c-impact {
  font-size: 2rem;
  font-weight: bold;
}

.c-lead {
  font-size: 1.8rem;
  line-height: 2.2222222222em;
  text-align: center;
}
@media (max-width: 767px) {
  .c-lead {
    font-size: 1.6rem;
    text-align: left;
  }
}

.c-note {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875em;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .c-note {
    font-size: 1.3rem;
    margin-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-text {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  .c-text {
    font-size: 1.4rem;
    line-height: 1.7143em;
  }
}

hr {
  border: none;
  border-bottom: 1px solid #221815;
  margin: 15px auto;
  display: block;
}

.c-hr {
  border: none;
  border-bottom: 3px dashed white;
  margin: 40px auto;
  display: block;
}
.c-hr--line {
  border-bottom: 1px solid #e1e1e1;
  margin: 55px auto;
}

.c-deco {
  position: absolute;
  z-index: 2;
  display: block;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .c-deco {
    transform: scale(0.5);
  }
}
.c-deco--bird-2 {
  background: url(../img/deco-bird-2.png) 0 0 no-repeat;
  background-size: contain;
  width: 102px;
  height: 157px;
}
.c-deco--cloud-sun {
  background: url(../img/stick-cloud-sun.png) 0 0 no-repeat;
  background-size: contain;
  width: 158px;
  height: 111px;
}
.c-deco--flower-1 {
  background: url(../img/deco-flower-1.png) 0 0 no-repeat;
  background-size: contain;
  width: 73px;
  height: 79px;
}
.c-deco--star-3 {
  background: url(../img/deco-star-3.png) 0 0 no-repeat;
  background-size: contain;
  width: 81px;
  height: 110px;
}
.c-deco--star-3-2 {
  background: url(../img/deco-star-3-2.png) 0 0 no-repeat;
  background-size: contain;
  width: 125.5px;
  height: 71px;
}
.c-deco--star-3-3 {
  background: url(../img/deco-star-3-3.png) 0 0 no-repeat;
  background-size: contain;
  width: 197px;
  height: 85px;
}
.c-deco--shisa {
  background: url(../img/deco-shisa.png) 0 0 no-repeat;
  background-size: contain;
  width: 203px;
  height: 91px;
}
.c-deco--kid-2 {
  background: url(../img/deco-kid-2.png) 0 0 no-repeat;
  background-size: contain;
  width: 223px;
  height: 185px;
}
.c-deco--fish-7 {
  background: url(../img/deco-fish-7.png) 0 0 no-repeat;
  background-size: contain;
  width: 137.5px;
  height: 128.5px;
}
.c-deco--cloud-2 {
  background: url(../img/deco-cloud-2.png) 0 0 no-repeat;
  background-size: contain;
  width: 113px;
  height: 62px;
}
.c-deco--ship {
  background: url(../img/deco-ship.png) 0 0 no-repeat;
  width: 218px;
  height: 258px;
  background-size: contain;
}
.c-deco--gai {
  background-image: url(../img/deco-gai.png);
  width: 197px;
  height: 210px;
}
.c-deco--butter {
  background-image: url(../img/deco-butter.png);
  width: 45px;
  height: 42px;
}
.c-deco--whale {
  background-image: url(../img/deco-whale.png);
  width: 136px;
  height: 131px;
}
.c-deco--photo {
  background-image: url(../img/deco-photo-2.png);
  width: 104px;
  height: 96px;
}
.c-deco--pine {
  background-image: url(../img/deco-pine.png);
  width: 99.5px;
  height: 128.5px;
}
.c-deco--footer {
  background-image: url(../img/deco-footer.png);
  width: 655px;
  height: 140px;
}
.c-deco--cloud-1 {
  background-image: url(../img/deco-cloud-1.png);
  width: 94px;
  height: 58px;
}
.c-deco--cp {
  background-image: url(../img/deco-cp.png);
  width: 345px;
  height: 224px;
}
.c-deco--boat {
  background-image: url(../img/deco-boat.png);
  width: 144px;
  height: 81px;
}
.c-deco--shima {
  background-image: url(../img/deco-shima.png);
  width: 148px;
  height: 71px;
}
.c-deco--butter-2 {
  background-image: url(../img/deco-butter-2.png);
  width: 109.5px;
  height: 76px;
}
.c-deco--link-l {
  background-image: url(../img/deco-link-l.png);
  width: 176px;
  height: 140px;
}
.c-deco--link-r {
  background-image: url(../img/deco-link-r.png);
  width: 161px;
  height: 257px;
}

.c-anchor-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 12px;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .c-anchor-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
  }
}

.c-anchor {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
  margin: 0;
  color: #d4940c;
  border: 2px solid #d4940c;
  border-radius: 9999px;
  padding: 13px 0;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
}
.c-anchor:hover {
  text-decoration: none;
  color: #fff;
  background: #d4940c;
}
@media (max-width: 767px) {
  .c-anchor {
    text-align: center;
    display: block;
    font-size: 1.2rem;
  }
}
.c-anchor--pink {
  border-color: #ec7891;
  color: #ec7891;
}
.c-anchor--pink.is-active,
.c-anchor--pink:hover {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(
    to bottom,
    rgb(236, 119, 144) 0%,
    rgb(227, 88, 113) 100%
  );
}

.c-plan-grid {
  margin-top: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}
@media (max-width: 767px) {
  .c-plan-grid {
    display: block;
    margin-top: 30px;
  }
}

.c-plan {
  flex: 1;
  min-width: 0;
  position: relative;
  border-radius: 20px;
  background: #fff;
  border: 3px solid #f4c555;
}
@media (max-width: 767px) {
  .c-plan {
    margin-bottom: 30px;
  }
}
.c-plan .c-btn {
  margin-bottom: 30px;
}
.c-plan .c-btn i {
  font-size: 1.5em;
  position: absolute;
  right: 15px;
  top: 20px;
}
.c-plan--red {
  border: 3px solid #dc7434;
  top: -20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .c-plan--red {
    top: auto;
    padding-bottom: 0;
  }
}
.c-plan--red .c-plan__up {
  background: #dc7434;
  padding-top: 30px;
}
.c-plan--red .c-plan__up::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/osusume.png) center top no-repeat;
  background-size: contain;
  width: 159px;
  height: 58.5px;
  left: 50%;
  margin-left: -79.5px;
  top: -30px;
}
.c-plan--blue {
  border: 3px solid #4e95d0;
}
.c-plan--blue .c-plan__up {
  background: #4e95d0;
}
.c-plan__up {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  background: #f4c555;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px;
}
@media (max-width: 767px) {
  .c-plan__up {
    font-size: 1.7rem;
  }
}
.c-plan__planname {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .c-plan__planname {
    font-size: 2.5rem;
  }
}
.c-plan__price {
  margin-top: 0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}
.c-plan__price .u-big {
  font-size: 3.6rem;
}
.c-plan__text {
  text-align: left;
  border-top: 2px dashed #e9e7dd;
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 35px;
  font-size: 1.4rem;
  line-height: 1.875em;
  padding-bottom: 1px;
  padding-top: 10px;
}

.c-box {
  position: relative;
  border-radius: 20px;
  padding: 35px;
}

.c-ic {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.c-ic--facebook {
  background: url(../img/ic-facebook.png) 0 0 no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
}
.c-ic--insta {
  background: url(../img/ic-insta.png) 0 0 no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.c-ic--qna {
  background: url(../img/ic-qna.png) 0 0 no-repeat;
  background-size: contain;
  width: 96px;
  height: 92px;
}
.c-ic--voice {
  background: url(../img/ic-voice.png) 0 0 no-repeat;
  background-size: contain;
  width: 96px;
  height: 92px;
}
.c-ic--contact {
  background: url(../img/ic-contact.png) 0 0 no-repeat;
  background-size: contain;
  width: 96px;
  height: 92px;
}
.c-ic--recruit {
  background: url(../img/ic-recruit.png) 0 0 no-repeat;
  background-size: contain;
  width: 96px;
  height: 92px;
}

.c-section {
  position: relative;
  padding-top: 1px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .c-section {
    padding-bottom: 40px;
  }
}

.c-item-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.c-item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.c-item__header {
  position: relative;
  background: #58b5c3;
  padding: 25px;
  text-align: center;
}
.c-item__title {
  margin-top: 0;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
}
.c-item__caption {
  background: #fff;
  display: block;
  border: 2px solid #58b5c3;
  border-radius: 9999px;
  padding: 2px 15px;
  position: relative;
  margin-bottom: -45px !important;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
}
.c-item__caption.u-color-red {
  border: 2px solid #dc7434;
}
.c-item__caption.u-color-green {
  border: 2px solid #639679;
}
.c-item__content {
  position: relative;
  padding: 60px 30px 30px;
}
.c-item__content img {
  display: block;
  width: 112px;
  margin: 0 auto;
}
.c-item__title-2 {
  text-align: center;
  font-weight: normal;
  color: #58b5c3;
  font-size: 1.6rem;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-item__title-2 .u-bold {
  font-size: 2.2rem;
}
.c-item__price {
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 15px 0;
  margin: 20px auto;
  min-height: 100px;
}
.c-item__price .u-big {
  font-weight: bold;
  font-size: 1.5em;
}
.c-item__item {
  background: #fff;
  margin-bottom: 10px;
}
.c-item__item p {
  padding: 15px;
  margin: 0 !important;
}
.c-item__title-3 {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  border-left: 4px solid #dc7434;
  padding: 10px 5px 5px 10px;
}
.c-item--green .c-item__title-3 {
  border-left: 4px solid #639679;
}
.c-item--blue .c-item__title-3 {
  border-left: 4px solid #58b5c3;
}
.c-item--red .c-item__header {
  background: #dc7434;
}
.c-item--red .c-item__caption {
  border-color: #dc7434;
}
.c-item--red .c-item__content img {
  width: 318px;
}
.c-item--set {
  border: 2px solid #dc7434;
}
.c-item--set .c-item__header {
  text-align: center;
}
.c-item--set .c-item__caption {
  width: 300px;
}
.c-item--set .c-item__content img {
  width: 250px;
}
.c-item--set .c-item__title-2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5em;
  min-height: auto;
  display: block;
}
.c-item--set .c-item__note {
  font-weight: bold;
  text-align: center !important;
  font-size: 2rem;
  padding: 10px;
  margin-bottom: 0;
}
.c-item--set .c-item__price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 -25px !important;
}
.c-item--set .c-item__price .u-big {
  font-size: 5rem;
}
.c-item--set .c-item__price-tax {
  font-weight: normal;
  font-size: 1.6rem;
}
.c-item--set .c-item__price-month {
  border: 1px solid #dc7434;
  flex: 0 0 100px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 !important;
  padding: 10px 0px;
}
.c-item__circle {
  max-width: 385px;
  width: 100% !important;
  margin: 15px auto !important;
  display: block;
}
.c-item__price-up {
  text-align: center;
  padding: 15px;
  font-size: 1.8rem;
}
.c-item.c-item--set.c-item--blue {
  border: 2px solid #58b5c3 !important;
}
.c-item.c-item--set.c-item--blue .c-item__header {
  background: #58b5c3;
}
.c-item.c-item--set.c-item--blue .c-item__caption {
  width: 200px;
}
.c-item.c-item--set.c-item--blue .c-item__price-month {
  border: 1px solid #58b5c3;
}

.c-col {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .c-col {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.c-col__content {
  flex: 1;
}
.c-col__content p {
  margin-block-start: 0;
}
.c-col__content .c-title-3 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-col__content {
    padding-right: 0;
    margin-bottom: 30px;
    order: 2;
  }
}
.c-col__pic {
  flex: 0 0 350px;
  position: relative;
}
@media (max-width: 767px) {
  .c-col__pic {
    padding-top: 30px;
    order: 1;
  }
}

.c-gall {
  position: relative;
  max-width: 400px;
}
@media (max-width: 767px) {
  .c-gall {
    max-width: 100%;
  }
}
.c-gall .swiper-wrapper {
  padding-bottom: 50px;
}
.c-gall .swiper-slide img {
  border-radius: 80px;
  border: 2px solid #222;
}
@media (max-width: 767px) {
  .c-gall .swiper-slide img {
    border-radius: 40px;
  }
}
.c-gall .swiper-button-prev {
  background: url(../img/prev.png) 0 0 no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 0;
  margin: 0;
}
.c-gall .swiper-button-prev::after {
  display: none;
}
.c-gall .swiper-button-next {
  background: url(../img/next.png) 0 0 no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 0;
  margin: 0;
}
.c-gall .swiper-button-next::after {
  display: none;
}
.c-gall .swiper-pagination {
  bottom: 0 !important;
}
.c-gall .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 100%;
  border: 2px solid #222;
}
.c-gall .swiper-pagination .swiper-pagination-bullet-active {
  background: #f1e421;
}
.c-gall--large {
  max-width: 900px;
  margin: 45px auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .c-gall--large {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-gall--large .swiper-slide {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .c-gall--large .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-gall--large .swiper-button-prev {
  bottom: auto;
  top: 50%;
  margin-top: -40px;
  left: 30px;
}
@media (max-width: 767px) {
  .c-gall--large .swiper-button-prev {
    left: 0;
  }
}
.c-gall--large .swiper-button-next {
  bottom: auto;
  top: 50%;
  margin-top: -40px;
  right: 30px;
}
@media (max-width: 767px) {
  .c-gall--large .swiper-button-next {
    right: 0;
  }
}

.c-pic-col {
  position: relative;
}
.c-pic-col--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
@media (max-width: 767px) {
  .c-pic-col--2 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.c-pic-col--3 {
  display: grid;
  grid-template-columns: 69.88% 29.13%;
  grid-gap: 10px;
}
.c-pic-col--3 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-pic-col--3 img:nth-child(1) {
  grid-row: 1/3;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-pic-col--3 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

.c-point-list {
  position: relative;
  margin-top: 85px;
}
@media (max-width: 767px) {
  .c-point-list {
    margin-top: 30px;
  }
}

.c-point {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .c-point {
    margin-bottom: 35px;
  }
}
.c-point__content {
  position: relative;
  flex: 1 1 520px;
  min-width: 320px;
  max-width: 630px;
}
@media (max-width: 767px) {
  .c-point__content {
    flex: initial;
    width: 100%;
    order: 2 !important;
  }
}
.c-point__pic {
  position: relative;
  flex: 1 1 500px;
  min-width: 320px;
  max-width: 500px;
}
.c-point__pic img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .c-point__pic {
    flex: initial;
    width: 100%;
    order: 1 !important;
  }
}
.c-point__num {
  font-size: 6rem;
  margin-top: 0;
  margin-bottom: 0 !important;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-point__num {
    text-align: center;
    font-size: 4.5rem;
    margin-top: 10px;
    margin-bottom: 10px !important;
  }
}
.c-point__title {
  margin-top: 0;
  font-size: 2.7rem;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .c-point__title {
    font-size: 2.4rem;
    text-align: center;
  }
}
.c-point__title .u-big {
  font-size: 3rem;
}
.c-point__text {
  font-size: 1.8rem;
  line-height: 2em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .c-point__text {
    font-size: 1.5rem;
  }
}
.c-point--sv {
  align-items: flex-start;
  border-bottom: 2px dashed white;
}
.c-point--sv:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.c-point--sv .c-point__content {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .c-point--sv .c-point__content {
    padding: 0;
  }
}
.c-point--sv .c-point__pic {
  position: relative;
}
.c-point--sv .c-point__pic img:nth-child(1) {
  border-radius: 20px;
  border: 4px solid white;
  width: 100%;
}
.c-point--sv .c-point__pic img:nth-child(2) {
  border-radius: 20px;
  border: 4px solid white;
  width: 300px;
  position: relative;
  left: -30px;
  top: -50px;
}
@media (max-width: 767px) {
  .c-point--sv .c-point__pic img:nth-child(2) {
    width: 150px;
    left: -15px;
    top: -25px;
  }
}
.c-point--sv .p-point__stick-2 {
  display: none;
}
.c-point--sv .p-point__stick-3 {
  display: none;
}
.c-point--sv .p-point__stick-4 {
  display: none;
}
.c-point--sv .c-btn {
  width: 420px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-point--sv .c-btn {
    width: 100%;
  }
}
.c-point--reverse .c-point__pic {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.c-point--reverse .c-point__pic img:nth-child(1) {
  width: 100%;
}
.c-point--reverse .c-point__pic img:nth-child(2) {
  left: auto;
  right: -30px;
}
@media (max-width: 767px) {
  .c-point--reverse .c-point__pic img:nth-child(2) {
    right: -15px;
  }
}
.c-point--reverse .c-point__content {
  order: 2;
  padding-right: 0px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .c-point--reverse .c-point__content {
    padding: 0;
  }
}

.c-link {
  display: block;
  text-align: left;
  text-decoration: underline;
  border-radius: 20px;
  background: #e0f3fc;
  padding: 15px 25px;
  color: #221815;
  transition: 0.3s ease;
}
.c-link .c-ic {
  margin-right: 15px;
}
.c-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.c-banner-wrap {
  margin: 0 auto;
}
.c-banner-wrap .c-banner {
  margin: 0 auto;
}

.c-banner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
@media (max-width: 767px) {
  .c-banner-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}

.c-banner {
  border-radius: 30px;
  border: 6px solid #f8eff2;
  padding: 15px 35px;
  display: block;
  background: #fff;
  color: #221815;
  text-decoration: none;
  margin-bottom: 10px;
  box-shadow: 0px 0px 30px rgba(34, 34, 34, 0.05);
  position: relative;
  transition: 0.3s ease;
  max-width: 800px;
}
@media (max-width: 767px) {
  .c-banner {
    padding: 15px;
    padding-right: 30px;
  }
}
.c-banner:hover {
  opacity: 0.7;
}
.c-banner:hover::after {
  right: 10px;
}
.c-banner::after {
  content: "";
  display: block;
  background: url(../img/angle-right-pink.png) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  transition: 0.3s ease;
}
.c-banner__title {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  color: #221815;
}
@media (max-width: 767px) {
  .c-banner__title {
    font-size: 1.8rem;
  }
}
.c-banner__note {
  font-size: 1.6rem;
  margin-top: 10px;
  display: block;
}
.c-banner--brown {
  border-color: #f2efe6;
}
.c-banner--brown::after {
  background: url(../img/ic-blank.png) 0 0 no-repeat;
  background-size: contain;
  width: 26px;
  height: 22px;
  margin-top: -11px;
}
.c-banner--has-pic {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .c-banner--has-pic {
    gap: 15px;
  }
}
.c-banner__pic {
  flex: 0 0 120px;
  width: 120px;
}
@media (max-width: 767px) {
  .c-banner__pic {
    flex: 0 0 100px;
    width: 100px;
  }
}
.c-banner__content {
  flex: 1;
}
@media (max-width: 767px) {
  .c-banner__content {
    padding-right: 20px;
  }
}

/*
CTA
*/
.c-cta {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .c-cta {
    padding-bottom: 50px;
  }
}
.c-cta--front {
  padding-top: 160px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .c-cta--front {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.c-cta--front .c-cta__grid {
  align-items: flex-end;
}
.c-cta--page-bottom {
  padding-top: 100px;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .c-cta--page-bottom {
    padding-bottom: 70px;
  }
}
.c-cta__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .c-cta__grid {
    display: block;
  }
}
.c-cta__header {
  flex: 1;
}
@media (max-width: 767px) {
  .c-cta__header {
    margin-bottom: 40px;
  }
}
.c-cta__content {
  flex: 1;
}
.c-cta__title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .c-cta__title {
    text-align: center;
  }
}
.c-cta__title::after {
  content: "";
  display: inline-block;
  background: url(../img/deco-butter.png) 0 0 no-repeat;
  background-size: contain;
  width: 45px;
  height: 42px;
  margin-left: 15px;
}
.c-cta__note {
  font-size: 1.6rem;
  line-height: 2.5em;
}
@media (max-width: 767px) {
  .c-cta__note {
    text-align: center;
    line-height: 1.5em;
  }
}
.c-cta__btn {
  background: url(../img/bg-beige.jpg) 0 0 repeat;
  background-size: 400px 400px;
  border-radius: 30px;
  padding: 6px;
  display: block;
  color: #221815;
  text-decoration: none;
  margin-bottom: 10px;
  box-shadow: 0px 0px 30px rgba(34, 34, 34, 0.05);
  position: relative;
}
.c-cta__btn:hover {
  opacity: 0.5;
}
.c-cta__btn::after {
  content: "";
  display: block;
  background: url(../img/angle-right.png) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.c-cta__inner {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 25px;
}
.c-cta__btn-title {
  font-size: 3rem;
  font-weight: bold;
  color: #d4940c;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .c-cta__btn-title {
    font-size: 2.5rem;
    margin-bottom: 0px;
    display: block;
    margin-bottom: -15px;
  }
}
.c-cta__btn-note {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #221815;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-cta__btn-note {
    font-size: 1.5rem;
    padding-right: 50px;
    display: block;
  }
}
.c-cta__btn-note .c-cta__btn-link {
  text-decoration: underline;
  position: relative;
  z-index: 6;
}
.c-cta .c-deco--gai {
  right: 0;
  top: -160px;
}
@media (max-width: 767px) {
  .c-cta .c-deco--gai {
    top: auto;
    bottom: 100px;
    right: -50px;
  }
}
.c-cta .c-deco--shisa {
  top: -90px;
}
@media (max-width: 767px) {
  .c-cta .c-deco--shisa {
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    top: -120px;
  }
}
.c-cta--page .c-deco--shisa {
  top: -120px;
}
@media (max-width: 767px) {
  .c-cta--page .c-deco--shisa {
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-cta .c-deco--whale {
  top: -150px;
}
@media (max-width: 767px) {
  .c-cta .c-deco--whale {
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    top: -130px;
  }
}

.c-breadcrumb {
  margin: 0px auto;
  width: 100%;
  max-width: 1340px;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb__list {
  text-align: left;
}
.c-breadcrumb__list li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
}
.c-breadcrumb__list li::after {
  content: "/";
  padding: 0 5px;
}
.c-breadcrumb__list li:last-child::after {
  content: none;
}
.c-breadcrumb__list li a {
  text-decoration: none;
  color: #221815;
  font-size: 1.2rem;
  font-weight: 500;
}
.c-breadcrumb__list li a:hover {
  text-decoration: underline;
}

.c-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.c-entry-grid--top {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.c-entry-grid--cat {
  margin-top: -20px;
}
@media (max-width: 767px) {
  .c-entry-grid {
    display: block;
  }
}

.c-entry {
  position: relative;
}
@media (max-width: 767px) {
  .c-entry {
    padding: 20px 0;
  }
}
.c-entry__item {
  position: relative;
}
.c-entry__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.c-entry__link:hover + .c-entry__pic + .c-entry__content .c-entry__title {
  text-decoration: underline;
}
.c-entry__pic {
  position: relative;
}
.c-entry__pic img {
  border-radius: 5px;
}
@media (max-width: 767px) {
  .c-entry__pic {
    max-width: 100%;
    width: 100%;
  }
}
.c-entry__content {
  position: relative;
}
@media (max-width: 767px) {
  .c-entry__content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .c-entry__info {
    text-align: center;
  }
}
.c-entry__category {
  display: inline-block;
}
.c-entry__category a,
.c-entry__category span {
  display: inline-block;
  color: #221815;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 2px;
  line-height: 150%;
  letter-spacing: 10%;
  background: #a8cdb8;
  padding: 2px 6px;
}
@media (max-width: 767px) {
  .c-entry__category a,
  .c-entry__category span {
    font-size: 1.6rem;
  }
}
.c-entry__category--new {
  background: none !important;
  border: 1px solid #e7b290;
  color: #e7b290 !important;
}
.c-entry__time {
  display: inline-block;
  font-size: 1.4rem;
  color: #221815;
  line-height: 150%;
  letter-spacing: 10%;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .c-entry__time {
    font-size: 1.8rem;
  }
}
.c-entry__title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #221815;
  line-height: 1.4em;
  letter-spacing: 5%;
  margin: 5px 0 0;
  padding: 0;
  text-wrap: initial;
}
@media (max-width: 767px) {
  .c-entry__title {
    font-size: 2rem;
    margin-top: 10px;
  }
}
.c-entry__title a {
  text-decoration: none;
  color: #221815;
}
.c-entry__ex {
  color: #666666;
}
.c-entry--side {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 25px;
}
.c-entry--side .c-entry__pic {
  flex: 0 0 100px;
}
.c-entry--side .c-entry__pic img {
  border-radius: 10px;
}
.c-entry--side .c-entry__content {
  flex: 1;
  padding: 0;
}
.c-entry--side .c-entry__title {
  font-weight: normal;
  font-size: 1.5rem;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-news-list {
  position: relative;
  margin: 0 auto 35px;
}

.c-news {
  position: relative;
  margin-bottom: 5px;
  padding: 22px 45px;
  display: flex;
  align-items: center;
  gap: 22px;
  background: #fff;
}
@media (max-width: 767px) {
  .c-news {
    display: block;
    padding: 22px 22px;
  }
}
.c-news:first-child {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media (max-width: 767px) {
  .c-news:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.c-news:last-child {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 767px) {
  .c-news:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.c-news::after {
  content: "";
  display: block;
  background: url(../img/angle-right-pink.png) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  transition: 0.3s ease;
}
.c-news:hover::after {
  right: 10px;
}
@media (max-width: 767px) {
  .c-news__info {
    text-align: center;
    display: block;
  }
}
.c-news__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s ease;
}
.c-news__link:hover {
  text-decoration: none;
}
.c-news__link:hover + .c-news__time + .c-news__category + .c-news__title > a {
  opacity: 0.7;
}
.c-news__link:hover:after {
  right: 0;
}
.c-news__time {
  font-size: 1.6rem;
  color: #ec7891;
  font-weight: 500;
  letter-spacing: 10%;
  line-height: 150%;
  display: inline-block;
}
.c-news__category {
  display: inline-block;
  z-index: 3;
}
@media (max-width: 767px) {
  .c-news__category {
    margin-right: 0;
  }
}
.c-news__category > a,
.c-news__category > span {
  font-size: 1.5rem;
  color: #ec7891;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 2px 2px;
  border-radius: 9999px;
  border: 1px solid #ec7891;
  width: 100px;
}
.c-news__category > a:hover,
.c-news__category > span:hover {
  background: linear-gradient(
    to bottom,
    rgb(236, 119, 144) 0%,
    rgb(227, 88, 113) 100%
  );
  color: #fff;
  text-decoration: none;
}
.c-news__title {
  min-width: 0;
  margin: 0px 0 0;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-news__title {
    width: 100%;
    padding-right: 0;
  }
}
.c-news__title > a {
  color: #221815;
  font-size: 1.6rem;
  font-weight: normal;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 1.5em;
  transition: 0.3s ease;
}
.c-news__title > a:hover {
  color: #d9d9d9;
}

/*
<li v-for="post in posts" :key="post.id">
      <time class="c-list-news__time" :datetime="post.date">
        {{ formatDate(post.date) }}
      </time>
      <div class="c-list-news__category">
        <a :href="'/category/' + getPrimaryCategory(post)">
          {{ getPrimaryCategory(post) }}
        </a>
      </div>
      <h3 class="c-list-news__title">
        <a :href="post.link" v-html="post.title.rendered"></a>
      </h3>
    </li>
*/
.c-case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
@media (max-width: 767px) {
  .c-case-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
  }
}

.c-case {
  position: relative;
  padding: 8px;
  border-radius: 20px;
  padding-bottom: 30px;
}
.c-case__link {
  text-decoration: none;
}
.c-case__pic {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.c-case__pic-1 {
  border: 1px solid #e4e1d7;
  border-radius: 10px;
  flex: 2.64 1 0;
  min-width: 0;
}
.c-case__pic-2 {
  border: 1px solid #e4e1d7;
  border-radius: 10px;
  flex: 1 1 0;
  min-width: 0;
}
.c-case__tags {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.c-case__tag {
  color: #fff;
  background: #f4c555;
  font-size: 1.5rem;
  border-radius: 9999px;
  padding: 5px 10px;
  margin: 24px 0 20px;
}
@media (max-width: 767px) {
  .c-case__tag {
    margin: 10px 0 10px;
  }
}
.c-case__title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4166666667em;
  color: #221815;
  margin-top: 0;
  text-wrap: initial;
  text-align: center;
}
@media (max-width: 767px) {
  .c-case__title {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.c-case__note {
  font-size: 1.6rem;
  line-height: 1.875em;
  color: #221815;
  text-align: center;
}
@media (max-width: 767px) {
  .c-case__note {
    font-size: 1.5rem;
  }
}

.c-case-filter__item {
  all: unset;
  cursor: pointer;
  display: inline-block;
  background: #f4c555;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 9999px;
  padding: 5px 10px;
  margin: 24px 0 20px;
}
.c-case-filter__item.is-active {
  background: #58b5c3;
}

ul.c-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  list-style-position: inside;
}
ul.c-list > li {
  position: relative;
  padding-left: 1.3em;
  line-height: 180%;
}
ul.c-list > li::before {
  content: "・";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  ul.c-list > li::before {
    width: 8px;
    height: 8px;
    top: 4px;
  }
}
ul.c-list--notice > li::before {
  content: "※";
}
@media (max-width: 767px) {
  ul.c-list--notice > li::before {
    top: 0px;
  }
}

ol.c-list {
  list-style: none;
  list-style-position: inside;
  counter-reset: number;
  margin-left: 0;
  padding-left: 0;
}
ol.c-list > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 12px;
}
ol.c-list > li::before {
  display: block;
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 7px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 20px;
  background: #221815;
}

.c-pagination {
  position: relative;
  margin-top: 50px;
  margin-bottom: 150px;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .c-pagination {
    margin-top: 0;
  }
}
.c-pagination ul {
  display: flex;
  justify-content: center;
  gap: 3px;
  position: relative;
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 767px) {
  .c-pagination ul {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.c-pagination ul li {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-pagination ul li {
    font-size: 1.2rem;
  }
}
.c-pagination ul li a {
  color: #221815;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0 5px;
}
.c-pagination ul li a:hover {
  color: #ec7891;
}
@media (max-width: 767px) {
  .c-pagination ul li a {
    font-size: 1.2rem;
  }
}
.c-pagination ul .current {
  text-decoration: underline;
  display: block;
  text-align: center;
  margin: 0 5px;
  font-size: 1.8rem;
  color: #ec7891;
}
@media (max-width: 767px) {
  .c-pagination ul .current {
    font-size: 1.2rem;
  }
}
.c-pagination ul .next {
  position: absolute;
  right: 0;
  top: -30px;
  align-items: center;
  justify-content: center;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 150%;
  font-size: 1.6rem;
  padding: 18px 18px;
  text-align: center;
  border-radius: 9999px;
  margin: 0;
  transition: 0.3s ease;
  width: 190px;
  background: linear-gradient(
    to bottom,
    rgb(236, 120, 145) 0%,
    rgb(227, 88, 113) 100%
  );
}
@media (max-width: 767px) {
  .c-pagination ul .next {
    width: 80px;
    line-height: 40px;
    height: 40px;
    font-size: 1rem;
    top: -10px;
    padding: 0;
  }
}
.c-pagination ul .next:hover {
  text-decoration: none;
  border-bottom: none;
  color: linear-gradient(
    to bottom,
    rgb(236, 119, 144) 0%,
    rgb(227, 88, 113) 100%
  );
  background: #fff;
  box-shadow: none;
}
.c-pagination ul .prev {
  position: absolute;
  left: 0;
  top: -30px;
  align-items: center;
  justify-content: center;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 150%;
  font-size: 1.6rem;
  padding: 18px 18px;
  text-align: center;
  border-radius: 9999px;
  margin: 0;
  transition: 0.3s ease;
  width: 190px;
  background: linear-gradient(
    to bottom,
    rgb(236, 120, 145) 0%,
    rgb(227, 88, 113) 100%
  );
}
@media (max-width: 767px) {
  .c-pagination ul .prev {
    width: 80px;
    line-height: 40px;
    height: 40px;
    font-size: 1rem;
    top: -10px;
    padding: 0;
  }
}
.c-pagination ul .prev:hover {
  text-decoration: none;
  border-bottom: none;
  color: linear-gradient(
    to bottom,
    rgb(236, 119, 144) 0%,
    rgb(227, 88, 113) 100%
  );
  background: #fff;
  box-shadow: none;
}

.c-form {
  position: relative;
  margin-top: 40px;
  padding-bottom: 150px;
  /* 元のチェックボックスを隠す */
  /* --- チェックボックス専用 (Square & Check) --- */
  /* チェックマークを描くわよ！ */
  /* 共通：チェック時の枠線色 */
}
@media (max-width: 767px) {
  .c-form {
    margin-top: 0;
  }
}
.c-form__item {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-form__item {
    margin-bottom: 20px;
  }
}
.c-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
@media (max-width: 767px) {
  .c-form__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}
.c-form__header {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 5%;
  margin-bottom: 10px;
}
.c-form__table {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 50px;
  margin-bottom: 50px;
}
.c-form__table th {
  width: 250px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #221815;
  position: relative;
  padding-top: 25px;
  font-weight: normal;
  padding-bottom: 20px;
  vertical-align: top;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .c-form__table th .c-form__required {
    top: 5px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .c-form__table th {
    text-align: left;
    font-size: 1.5rem;
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    border-bottom: none;
  }
}
.c-form__table td {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .c-form__table td {
    padding-top: 0;
  }
}
.c-form__table td .c-form__required {
  display: none;
}
@media (max-width: 767px) {
  .c-form__table td .c-form__required {
    display: none;
  }
}
.c-form__table tr:last-child th,
.c-form__table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 767px) {
  .c-form .c-form__table,
  .c-form .c-form__table tbody,
  .c-form .c-form__table tr,
  .c-form .c-form__table th,
  .c-form .c-form__table td {
    display: block;
    width: 100%;
  }
}
.c-form__required {
  color: #dc7434;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-form__required {
    transform: scale(0.7);
    transform-origin: right top;
    right: 0;
  }
}
.c-form .wpcf7-list-item input[type="radio"],
.c-form .wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-form .wpcf7-list-item label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
}
.c-form .wpcf7-list-item {
  margin: 0 15px 10px 0;
  display: block;
}
.c-form .wpcf7-list-item label:has(input[type="radio"])::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%; /* ここが丸の秘密！ */
  background: #fff;
}
.c-form .wpcf7-list-item label:has(input[type="radio"]:checked)::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #f4c555;
  border-radius: 50%;
}
.c-form .wpcf7-list-item label:has(input[type="checkbox"])::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px; /* 少し角を丸くすると可愛いのよ */
  background: #fff;
}
.c-form .wpcf7-list-item label:has(input[type="checkbox"]:checked)::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px; /* 位置は微調整しなさい */
  width: 6px;
  height: 11px;
  border-right: 3px solid #f4c555;
  border-bottom: 3px solid #f4c555;
  transform: rotate(45deg); /* これで「L」を傾けてチェックにするの */
}
.c-form .wpcf7-list-item label:has(input:checked)::before {
  border-color: #f4c555;
}
.c-form input[type="submit"] {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.c-form__submit-wrap {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .c-form__submit-wrap {
    margin-top: 0;
  }
}
.c-form__submit-wrap input[type="submit"] {
  cursor: pointer;
  width: 300px;
  align-items: center;
  justify-content: center;
  display: block;
  color: white;
  text-decoration: none;
  font-weight: 500;
  line-height: 150%;
  padding: 18px 18px;
  text-align: center;
  border-radius: 9999px;
  margin: 0 auto !important;
  transition: 0.3s ease !important;
  background: linear-gradient(
    to bottom,
    rgb(236, 120, 145) 0%,
    rgb(227, 88, 113) 100%
  );
  box-shadow: none;
}
.c-form__submit-wrap input[type="submit"]:hover {
  text-decoration: none;
  box-shadow: none;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .c-form__submit-wrap input[type="submit"] {
    width: 100%;
    font-size: 2rem;
  }
}
.c-form__back {
  position: relative;
  width: 48px !important;
  display: block;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 60px !important;
  margin: 0px !important;
  text-align: center;
  border-radius: 30px;
  border: none;
  transition: 0.3s ease;
  box-shadow: none;
  cursor: pointer;
  background: #87a0c8 url(../img/angle-left-white.png) 3% center no-repeat !important;
  background-size: 4.5px 6.5px !important;
}
.c-form__back:hover {
  color: #fff !important;
  background: #221815 url(../img/angle-left-white.png) 3% center no-repeat !important;
  background-size: 4.5px 6.5px !important;
}
.c-form input::-moz-placeholder {
  color: #d9d9d9;
}
.c-form input::placeholder {
  color: #d9d9d9;
}
.c-form__text,
.c-form__textarea {
  width: 100%;
  height: 60px;
  padding: 15px 15px;
  border: 1px solid #000;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 5%;
  background: #fff;
  transition: border-color 0.2s;
}
@media (max-width: 767px) {
  .c-form__text,
  .c-form__textarea {
    width: 100%;
    height: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-form__text--zip,
.c-form__textarea--zip {
  display: inline-block;
  width: 111px;
  margin-bottom: 12px;
  margin-left: 5px;
}
.c-form__text:focus,
.c-form__textarea:focus {
  outline: none;
}
.c-form__text.input-long,
.c-form__textarea.input-long {
  width: 100%;
}
.c-form__textarea {
  height: 400px;
  width: 100%;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .c-form__textarea {
    height: 160px;
  }
}
.c-form__post {
  width: 150px;
  margin-bottom: 10px;
}
.c-form__select-wrap {
  display: block;
  margin: 0;
  max-width: 380px;
  position: relative;
}
@media (max-width: 767px) {
  .c-form__select-wrap {
    width: 100%;
  }
}
.c-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  display: block;
  border-radius: 10px;
  height: 60px;
  padding: 5px 25px;
  border: 1px solid #cdcdcd;
}
@media (max-width: 767px) {
  .c-form select {
    width: 100%;
    height: 50px;
  }
}
.c-form .is-error {
  display: block;
  color: red;
}
.c-form__policy-box {
  overflow: scroll;
  height: 300px;
  border: 1px solid black;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px;
}
.c-form__pp {
  text-align: center;
}
.c-form__pp a {
  color: #dc7434;
}

/* Choices.js の見た目を上書きしますわよ */
.choices {
  margin-bottom: 0;
  /* クリックして開いた時のリスト部分 */
  /* 右側の矢印（画像に合わせて調整なさい） */
}
.choices__inner {
  background: none !important;
  width: 100%;
  height: 80px !important;
  padding: 19px 40px !important;
  border: 1px solid #000 !important;
  border-radius: 5px !important;
  font-size: 2.6rem !important;
  letter-spacing: 5% !important;
  background: #fff;
  display: flex;
  font-weight: 500 !important;
  align-items: center;
}
@media (max-width: 767px) {
  .choices__inner {
    height: 70px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 2rem !important;
  }
}
.choices__list {
  max-height: 500px !important;
}
.choices__list--dropdown {
  max-height: auto !important;
  border: 1px solid black; /* 画像のようなハッキリした枠線 */
  border-radius: 5px;
  margin-top: 5px;
  box-shadow: none !important;
}
.choices__list--dropdown .choices__item {
  padding: 19px 40px !important;
  border: none;
  border-radius: 5px !important;
  font-size: 2.6rem !important;
  letter-spacing: 5% !important;
}
@media (max-width: 767px) {
  .choices__list--dropdown .choices__item {
    font-size: 2rem !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.choices__list--dropdown .choices__item:hover {
  background-color: #f0f0f0; /* ホバー時の色 */
}
.choices::after {
  border: none !important;
  width: 18px !important;
  height: 18px !important;
  background: url(../img/select.svg) no-repeat center/contain;
  transition: transform 0.3s;
  margin-top: -9px !important;
}
.choices.is-open::after {
  transform: rotate(180deg); /* 開いた時に矢印をひっくり返すの！ */
}

@media (max-width: 767px) {
  .choices__list--single {
    padding: 0 !important;
  }
}

.c-btn {
  position: relative;
  align-items: center;
  justify-content: center;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 150%;
  font-size: 1.6rem;
  padding: 18px 18px;
  text-align: center;
  border-radius: 9999px;
  margin: 0;
  transition: 0.3s ease;
  width: 260px;
}
.c-btn > i {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .c-btn {
    width: 200px;
    font-size: 1.5rem;
    padding: 20px 10px;
  }
}
.c-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-btn--pink {
  background: linear-gradient(
    to bottom,
    rgb(236, 120, 145) 0%,
    rgb(227, 88, 113) 100%
  );
}
.c-btn--pink:hover,
.c-btn--pink.is-active {
  opacity: 0.7;
}
.c-btn--brown {
  background: linear-gradient(
    to bottom,
    rgb(225, 161, 24) 0%,
    rgb(217, 143, 17) 100%
  );
}
.c-btn--brown:hover,
.c-btn--brown.is-active {
  opacity: 0.7;
}
.c-btn--border-brown {
  background: #fff;
  border: 2px solid #d4940c;
  color: #d4940c;
}
.c-btn--border-brown:hover {
  opacity: 1;
  background: #d4940c;
  color: #fff;
}
.c-btn--text {
  float: right;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 10%;
  padding: 0;
}
.c-btn--text::after {
  content: "";
  display: inline-block;
  background: url(../img/btn-text.svg) 0 0 no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}
.c-btn--text::before {
  content: "";
  background: black;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease;
}
.c-btn--text:hover::before {
  width: 100%;
}
@media (max-width: 767px) {
  .c-btn--text {
    float: none;
    font-size: 2rem;
    letter-spacing: 10%;
    line-height: 150%;
    display: inline-block;
  }
}
.c-btn--block {
  display: block;
  margin: 0 auto;
}
.c-btn--auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.c-btn--long {
  width: 420px;
}
.c-btn--400 {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 767px) {
  .c-btn--400 {
    width: 90%;
  }
}
.c-btn--380 {
  width: 100%;
  max-width: 380px;
}
@media (max-width: 767px) {
  .c-btn--380 {
    width: 90%;
  }
}
.c-btn--200 {
  width: 200px;
}
.c-btn.u-en {
  font-size: 2.6rem;
}

.c-title-2 {
  text-align: center;
  font-weight: bold;
  color: #221815;
  font-size: 3rem;
  line-height: 1.35em;
  letter-spacing: 0.05em;
  position: relative;
  margin-block-start: 80px;
  margin-block-end: 40px;
  text-wrap: initial;
}
.c-title-2__tag {
  color: #ec7891;
  border: 2px solid #ec7891;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 9999px;
  margin-right: 25px;
  padding: 0px 25px;
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .c-title-2__tag {
    font-size: 1.6rem;
    padding: 5px 10px;
    margin-right: 5px;
    line-height: 1.8em;
  }
}

.c-title-3 {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.33em;
  letter-spacing: 0.05em;
  margin-top: 40px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .c-title-3 {
    font-size: 2.2rem;
    text-align: left;
    margin-top: 20px;
  }
}

h2.c-title-3 {
  font-size: 2.4rem;
  margin-top: 60px;
}

.c-title-4 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5em;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .c-title-4 {
    font-size: 1.8rem;
  }
}

.c-line {
  position: relative;
  border: 4px solid #53bd84;
  background: #fff;
  border-radius: 20px;
  padding: 1px 40px 35px;
  max-width: 1000px;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .c-line {
    padding: 1px 20px 20px;
    margin: 50px auto;
  }
}
.c-line__title {
  text-align: center;
  color: white;
  font-weight: bold;
  margin: -20px auto 20px;
  font-size: 1.8rem;
  background: #53bd84;
  border-radius: 9999px;
  width: 450px;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 767px) {
  .c-line__title {
    width: 100%;
    line-height: 1.3em;
    padding: 10px 10px;
    margin-top: -30px;
  }
}
.c-line__title::after {
  content: "";
  display: block;
  background: url(../img/line-arrow.png) center top no-repeat;
  background-size: contain;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -4.5px;
}
.c-line__grid {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media (max-width: 767px) {
  .c-line__grid {
    display: block;
  }
}
.c-line__content {
  flex: 1;
}
.c-line__qr {
  flex: 0 0 150px;
}
@media (max-width: 767px) {
  .c-line__qr {
    width: 100px;
    margin: 15px auto 0;
    display: none;
  }
}
.c-line__up {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-line__up {
    display: block;
  }
}
.c-line__up p {
  margin: 10px 0 0 !important;
  flex: 1;
}
@media (max-width: 767px) {
  .c-line__up p {
    text-align: center;
  }
}
.c-line__title-2 {
  font-weight: bold;
  font-size: 3rem;
  display: flex;
  align-items: flex-end;
  flex: 0 0 280px;
  margin: 0;
}
@media (max-width: 767px) {
  .c-line__title-2 {
    text-align: center;
    font-size: 2rem;
    width: 190px;
    margin: 0 auto;
  }
}
.c-line__title-2 img {
  width: 55px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
@media (max-width: 767px) {
  .c-line__title-2 img {
    width: 35px;
    top: 0;
  }
}
.c-line__down {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.c-line__down img {
  width: 70px;
  float: right;
}
@media (max-width: 767px) {
  .c-line__down {
    display: block;
  }
}
.c-line__down p {
  margin: 10px 0 0 !important;
  flex: 1;
}
@media (max-width: 767px) {
  .c-line__down p {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  .c-card-scroll {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .c-card-scroll {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 50px;
    width: 100%;
  }
  .c-card-scroll .c-card {
    width: 320px;
    flex-shrink: 0;
  }
  .c-card-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .c-card-scroll::-webkit-scrollbar-track {
    background: #fff;
  }
  .c-card-scroll::-webkit-scrollbar-thumb {
    background: #d4940c;
    border-radius: 4px;
  }
  .c-card-scroll::-webkit-scrollbar-thumb:hover {
    background: rgb(163.7321428571, 114.3035714286, 9.2678571429);
  }
}

.c-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
@media (max-width: 767px) {
  .c-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}
.c-card__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.c-card__pic {
  position: relative;
}
.c-card__content {
  position: relative;
  padding-bottom: 25px;
}
.c-card__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5em;
  margin: 30px auto 20px;
}
@media (max-width: 767px) {
  .c-card__title {
    font-size: 2rem;
    margin: 20px auto;
  }
}
.c-card__note {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.875em;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .c-card__note {
    margin-top: 0;
  }
}
.c-card__desc {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.666em;
}
@media (max-width: 767px) {
  .c-card__desc {
    font-size: 1.4rem;
  }
}
.c-card .c-btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 25px;
  width: 190px;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  .c-card .c-btn {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 150px;
  }
}
.c-card .c-ic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: scale(2);
  margin-top: -15px;
}
.c-card__num {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  margin-bottom: -40px;
}

.c-qna-list {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .c-qna-list {
    margin-bottom: 35px;
  }
}

.c-qna {
  margin-bottom: 13px;
}
.c-qna__q {
  font-size: 2rem;
  line-height: 1.6em;
  margin: 0;
  position: relative;
  padding: 10px 78px;
  padding-right: 50px;
  letter-spacing: 5%;
  font-weight: 500;
  text-wrap: initial;
  background: rgba(168, 205, 184, 0.6);
}
@media (max-width: 767px) {
  .c-qna__q-ic {
    position: absolute;
    left: 10px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .c-qna__q {
    font-size: 2.4rem;
    padding-left: 60px;
    line-height: 1.3em;
    padding-right: 10px;
  }
}
.c-qna__a {
  padding: 10px 98px;
  position: relative;
  letter-spacing: 5%;
  font-size: 1.6rem;
  line-height: 180%;
}
@media (max-width: 767px) {
  .c-qna__a {
    padding: 10px;
    padding-left: 30px;
    padding-right: 0;
  }
}
.c-qna__a-ic {
  position: absolute;
  left: 78px;
  top: 10px;
}
@media (max-width: 767px) {
  .c-qna__a-ic {
    left: 10px;
  }
}
.c-qna__a > p {
  margin-top: 0;
  margin-bottom: 0;
}
.c-qna--toggle {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-qna--toggle {
    margin-bottom: 20px;
  }
}
.c-qna--toggle .c-qna__q {
  border-bottom: none;
  line-height: 1.5em;
  cursor: pointer;
  font-weight: 500;
  padding-left: 130px;
}
@media (max-width: 767px) {
  .c-qna--toggle .c-qna__q {
    padding-right: 40px;
    padding-left: 10px;
  }
}
.c-qna--toggle .c-qna__q-ic {
  position: relative;
  left: auto;
  top: auto;
}
@media (max-width: 767px) {
  .c-qna--toggle .c-qna__q-ic {
    display: block;
  }
}
.c-qna--toggle .c-qna__q.is-active::after {
  background: url(../img/minus.svg) center center no-repeat;
  background-size: contain;
}
.c-qna--toggle .c-qna__q::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  background: url(../img/plus.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.c-qna--toggle .c-qna__a {
  display: none;
  background: rgba(168, 205, 184, 0.1);
  padding-left: 160px;
  padding-right: 160px;
}
@media (max-width: 767px) {
  .c-qna--toggle .c-qna__a {
    padding: 10px;
    padding-left: 25px;
  }
}
.c-qna--toggle .c-qna__a .c-qna__a-ic {
  left: 135px;
}
@media (max-width: 767px) {
  .c-qna--toggle .c-qna__a .c-qna__a-ic {
    left: 10px;
  }
}

.c-table {
  width: 100%;
  border-spacing: 0;
  margin: 0;
  border-top: 1px solid #bce0ea;
}
@media (max-width: 767px) {
  .c-table {
    border-top: none;
    border-bottom: 2px solid #bce0ea;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .c-table tbody,
  .c-table tr,
  .c-table th,
  .c-table td {
    display: block;
    width: 100% !important;
  }
}
.c-table th {
  word-break: keep-all;
  vertical-align: top;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 20px;
  border-bottom: 1px solid #bce0ea;
  text-align: left;
  width: 150px;
}
@media (max-width: 767px) {
  .c-table th {
    border: none;
    border-top: 2px solid #bce0ea;
    padding: 10px;
    font-size: 2rem;
    text-align: left;
  }
}
.c-table td {
  padding: 20px;
  border-bottom: 1px solid #bce0ea;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-table td {
    border: none;
    padding: 10px;
  }
}
.c-table td a {
  transition: 0.3s ease;
}
.c-table td a:hover {
  color: #d9d9d9;
}
.c-table td ul.c-list {
  margin: 0;
}
.c-table__caption {
  font-size: 1.6rem !important;
  line-height: 150%;
  letter-spacing: 4% !important;
}

#wpmem_login {
  width: 100% !important;
}
#wpmem_login legend {
  display: none;
}

.c-login {
  width: 100%;
  max-width: 480px;
  margin: 30px auto;
  padding: 40px 20px 0;
  background: #fff;
  border: 10px solid #e8f4f6;
  border-radius: 80px;
}
@media (max-width: 767px) {
  .c-login {
    padding: 30px 20px;
    margin: 60px auto;
    border-radius: 12px;
  }
}
.c-login .c-title-2 {
  margin-top: 0;
}
.c-login__title {
  font-size: 2rem;
  font-weight: bold;
  color: #221815;
  text-align: center;
  margin-bottom: 25px;
}
.c-login__field {
  margin-bottom: 25px;
}
.c-login__field label {
  display: block;
  font-size: 1.6rem;
  color: #221815;
  margin-bottom: 8px;
  font-weight: normal;
  text-align: center;
}
.c-login input[type="text"],
.c-login input[type="password"] {
  display: block;
  width: 355px;
  height: 50px !important;
  padding: 5px 9px !important;
  border: 1px solid #cdcdcd !important;
  border-radius: 10px !important;
  font-size: 1.6rem !important;
  background: #fff;
  transition: border-color 0.2s;
}
.c-login input[type="text"]:focus,
.c-login input[type="password"]:focus {
  border-color: #ec7891;
  outline: none;
}
.c-login .button_div {
  text-align: center !important;
}
.c-login input[type="submit"] {
  cursor: pointer;
  background: #9da8c8 !important;
  position: relative;
  width: 300px !important;
  display: block !important;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  line-height: 150%;
  border: none !important;
  font-size: 1.8rem !important;
  padding: 25px 20px !important;
  text-align: center;
  border-radius: 9999px;
  margin: 30px auto !important;
  transition: opacity 0.3s ease !important;
}
@media (max-width: 767px) {
  .c-login input[type="submit"] {
    width: 100%;
    font-size: 1.5rem;
  }
}
.c-login input[type="submit"]:hover {
  background: #221815 !important;
  color: #fff !important;
}
.c-login__message {
  text-align: center;
  font-size: 1.5rem;
  color: #555;
  margin-top: 20px;
}
.c-login__message a {
  color: #221815;
  text-decoration: underline;
}
.c-login__message a:hover {
  text-decoration: none;
}
.c-login__error {
  text-align: center;
  color: red;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.p-header {
  position: relative;
  padding: 20px 20px 0;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-header {
    display: block;
    padding: 20px;
  }
}
.p-header__title {
  margin: 0;
  margin-left: 5px;
  width: 265px;
  flex: 0 0 265px;
  z-index: 999;
}
@media (max-width: 767px) {
  .p-header__title {
    width: 180px;
    flex: 0 0 180px;
    margin-left: 0;
  }
}
.p-header__title a {
  display: block;
  text-decoration: none;
  position: relative;
}
.p-header__title a:hover {
  opacity: 0.7;
}
.p-header__nav {
  background: #fff;
  border-radius: 9999px;
  gap: 25px;
  height: 50px;
  display: flex;
  padding: 0 40px;
  padding-right: 170px;
}
.p-header__nav a {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.p-header__nav a:hover {
  color: #d4940c;
}
@media (max-width: 1160px) and (min-width: 768px) {
  .p-header__nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-nav {
    position: initial;
  }
}
.p-nav__inner {
  width: 375px;
  height: 100vh;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  padding: 90px 0 0 !important;
  z-index: 60;
  transform: translateX(100%);
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .p-nav__inner {
    display: block;
    width: 100vw;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 52;
    background: none;
    overflow: scroll;
    transform: translate3d(100%, 0, 0);
    transition: 0.3s ease;
    padding: 70px 25px !important;
    background: #639679;
  }
}
.p-nav.is-active .p-nav__inner {
  transform: translate3d(0%, 0, 0);
}
.p-nav__list {
  padding: 0;
  margin: 0;
  order: 2;
  border-top: 1px solid #dfdbc1;
}
@media (max-width: 767px) {
  .p-nav__list {
    order: 1;
    display: block;
  }
}
.p-nav__list > li {
  position: relative;
}
.p-nav__list > li.has-child:hover > .p-nav__child {
  display: block;
}
@media (min-width: 768px) {
  .p-nav__list > li.is-active a {
    border-bottom: 1px solid #221815;
  }
}
.p-nav__list > li a {
  color: #221815;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  text-align: left;
  transition: 0.3s ease;
  line-height: 130%;
  letter-spacing: 5%;
  text-decoration: none;
  transition: 0.3s ease;
  padding: 15px 17px;
  border-bottom: 1px solid #dfdbc1;
  position: relative;
}
.p-nav__list > li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  background: url(../img/angle.png) 0 0 no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
}
.p-nav__list > li a:hover {
  text-decoration: none;
  color: #d4940c;
}
.p-nav__list-sub li a {
  font-size: 1.5rem;
  font-weight: normal;
  display: block;
  padding-left: 35px;
}
.p-nav__text {
  display: block;
}
@media (max-width: 767px) {
  .p-nav__text {
    font-size: 2rem;
  }
}
.p-nav__child {
  border-radius: 30px;
  margin-bottom: 27px;
  border: 2px solid #222222;
  background: #fff;
  position: absolute;
  left: -60px;
  top: 100%;
  width: 200px;
  padding: 25px 25px !important;
  display: none;
  border-radius: 50px;
}
.p-nav__child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 8.5px 14px 8.5px;
  border-color: transparent transparent #222222;
  translate: -50% -100%;
}
.p-nav__child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 6.2px 10.1px 6.2px;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}
.p-nav__child li {
  border-bottom: 1px solid #cccccc;
}
.p-nav__child li a {
  color: #221815;
  display: block;
  text-align: center;
  padding: 10px 0px;
  position: relative;
  font-weight: bold;
  line-height: 1.875em;
  font-size: 1.6rem;
}
.p-nav__child li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #58b5c3;
  transition: 0.3s ease;
}
.p-nav__child li a:hover::before {
  width: 100%;
}
@media (max-width: 767px) {
  .p-nav__child {
    display: block;
    width: 100%;
    position: initial;
    background: none;
    border: none;
    margin: 0;
    padding: 0 !important;
    list-style: none;
    border-radius: 0;
  }
  .p-nav__child::before,
  .p-nav__child::after {
    content: none;
  }
  .p-nav__child li {
    text-align: left;
    border: none;
    border-top: 1px solid #e1e1e1;
    margin: 0;
  }
  .p-nav__child li a {
    text-align: left;
    font-weight: normal;
    padding-left: 75px;
    display: block;
  }
}
.p-nav__overlay {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transform: translate3d(100%, 0, 0);
  z-index: 50;
}
@media (max-width: 767px) {
  .p-nav__overlay {
    z-index: 21;
  }
}
.p-nav.is-active .p-nav__overlay {
  transform: translate3d(0%, 0, 0);
}
.p-nav__toggle {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 150px;
  height: 50px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 62;
  border-radius: 9999px;
  transition: 0.3s ease;
  box-sizing: border-box;
  background: linear-gradient(
    to bottom,
    rgb(225, 161, 24) 0%,
    rgb(217, 143, 17) 100%
  );
}
@media (max-width: 767px) {
  .p-nav__toggle {
    right: 10px;
    top: 10px;
  }
}
.p-nav__toggle span {
  background: #fff;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 30px;
  top: 17px;
  transition: 0.3s ease;
  border-radius: 9999px;
}
.p-nav__toggle span:nth-child(2) {
  top: 24px;
}
.p-nav__toggle span:nth-child(3) {
  top: 31px;
}
.p-nav__toggle small {
  position: absolute;
  left: 68px;
  top: 18px;
  width: 48.5px;
  height: 12px;
  background: url(../img/menu.png) center center no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.p-nav__toggle.is-active span:nth-child(1) {
  top: 24px;
}
.p-nav__toggle.is-active span:nth-child(2) {
  top: 24px;
  transform: rotate(365deg);
  opacity: 0;
}
.p-nav__toggle.is-active span:nth-child(3) {
  top: 24px;
}
.p-nav__toggle.is-active small {
  background: url(../img/menu-close.png) center center no-repeat;
  background-size: contain;
}
.p-nav__btns {
  order: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-nav__btns {
    order: 2;
    display: block;
  }
  .p-nav__btns .c-btn {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 500;
  }
}

.p-footer {
  position: relative;
  z-index: 6;
  padding: 45px 0 0;
}
.p-footer__page-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 138px;
  z-index: 20;
}
@media (max-width: 767px) {
  .p-footer__page-top {
    right: 0px;
    bottom: 0;
  }
}
.p-footer__page-top:hover {
  opacity: 0.7;
}
.p-footer__page-top.is-hidden {
  display: none;
}
.p-footer__page-top.is-visible {
  display: block;
  animation: fadein ease 500ms 1;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-footer .l-content {
  display: flex;
  gap: 0 75px;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .p-footer .l-content {
    padding-top: 40px;
    display: block;
  }
}
.p-footer__header {
  flex: 0 0 272px;
}
@media (max-width: 767px) {
  .p-footer__header {
    flex: 1;
  }
}
.p-footer__title {
  margin: 0 0 50px;
  font-size: 1.6rem;
  line-height: 1.5em;
  width: 265px;
}
@media (max-width: 767px) {
  .p-footer__title {
    margin: 0 auto 30px;
    width: 200px;
  }
}
.p-footer__info {
  font-size: 1.6rem;
  line-height: 150%;
}
@media (max-width: 767px) {
  .p-footer__info {
    text-align: center;
  }
}
.p-footer__nav {
  flex: 1;
  display: flex;
  gap: 0px 100px;
  position: relative;
}
@media (max-width: 767px) {
  .p-footer__nav {
    margin-top: 50px;
    gap: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 10px;
  }
}
@media (max-width: 767px) {
  .p-footer__nav-item:nth-child(3) {
    grid-column: span 2;
    width: 100%;
  }
}
.p-footer__list {
  margin-top: 0;
}
.p-footer__list > li {
  line-height: 2.25em;
}
.p-footer__list > li > a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #221815;
  text-decoration: none;
  transition: 0.3s ease;
}
.p-footer__list > li > a:hover {
  opacity: 0.7;
}
.p-footer__list-sub {
  margin-top: 10px;
  margin-bottom: 30px;
}
.p-footer__list-sub > li > a {
  font-size: 1.6rem;
  font-weight: normal;
  color: #221815;
  text-decoration: none;
  transition: 0.3s ease;
}
.p-footer__list-sub > li > a:hover {
  opacity: 0.7;
}
.p-footer__nav-tel {
  position: relative;
  margin-top: -10px;
}
.p-footer__nav-tel a {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}
.p-footer__note {
  font-size: 1.6rem;
  line-height: 1.625em;
}
.p-footer__nav-cta {
  background: #fff;
  color: #221815;
  border: 2px solid #221815;
  border-radius: 9999px;
  text-decoration: none;
  width: 190px;
  display: block;
  padding: 10px 0;
  text-align: center;
  margin: 20px 0;
  transition: 0.3s ease;
}
.p-footer__nav-cta:hover {
  background: #221815;
  color: #fff;
}
@media (max-width: 767px) {
  .p-footer__nav-cta {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-footer__bottom {
  width: 100%;
}
.p-footer__copyright {
  text-align: left;
  font-size: 1.2rem;
  margin: 30px 0 0;
  padding: 0;
  line-height: 150%;
  letter-spacing: 10%;
}
@media (max-width: 767px) {
  .p-footer__copyright {
    text-align: center;
  }
}

.p-page {
  position: relative;
}

.p-page-header {
  position: relative;
  padding-top: 40px;
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.p-page-header::after {
  content: "";
  display: block;
  background: url(../img/page-header-bg.png) 0 0 no-repeat;
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
@media (max-width: 767px) {
  .p-page-header::after {
    background-size: 100% 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .p-page-header {
    height: 255px;
  }
}
.p-page-header__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6666666667em;
  position: relative;
  text-align: left;
  margin: 0 0 20px;
  color: #221815;
}
@media (max-width: 767px) {
  .p-page-header__title {
    font-size: 2.7rem;
    text-align: center;
  }
}
.p-page-header__stick-l {
  background: url(../img/deco-page-header-left.png) 0 0 no-repeat;
  background-size: contain;
  width: 402px;
  height: 270px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  margin-left: -500px;
  z-index: 5;
}
@media (max-width: 767px) {
  .p-page-header__stick-l {
    margin-left: -200px;
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.p-page-header__stick-r {
  background: url(../img/deco-page-header-right.png) 0 0 no-repeat;
  background-size: contain;
  width: 317.5px;
  height: 309px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  margin-left: 500px;
  z-index: 5;
}
@media (max-width: 767px) {
  .p-page-header__stick-r {
    margin-left: 200px;
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.p-page-header__stick-bottom {
  background: url(../img/deco-page-header-bottom.png) 0 0 no-repeat;
  background-size: contain;
  width: 298px;
  height: 91px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -75px;
  transform: translate(-50%, 0%);
  z-index: 5;
}
@media (max-width: 767px) {
  .p-page-header__stick-bottom {
    transform: translate(-50%, 0%) scale(0.7);
    top: 105%;
  }
}

.p-page__content {
  position: relative;
  line-height: 1.8em;
}
.p-page__content section p {
  margin-bottom: 1em;
}

.p-sidebar {
  position: relative;
}
@media (max-width: 767px) {
  .p-sidebar {
    margin-top: -150px;
    padding-bottom: 150px;
  }
}
.p-sidebar__block {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-sidebar__block {
    margin-bottom: 40px;
  }
}
.p-sidebar__title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.8em;
  color: #9da8c8;
  text-align: left;
  padding: 0;
  margin: 0 0 0.5em;
}
.p-sidebar__list {
  margin: 0;
}
.p-sidebar__list > li {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .p-sidebar__list > li {
    margin-bottom: 0em;
  }
}
.p-sidebar__list > li > a {
  text-decoration: none;
  font-size: 1.6rem;
  padding: 5px 0;
  display: block;
  text-align: left;
}
@media (max-width: 767px) {
  .p-sidebar__list > li > a {
    padding: 10px 0;
  }
}
.p-sidebar__list > li > a:hover {
  text-decoration: underline;
}
.p-sidebar__select-wrap {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .p-sidebar__select-wrap {
    width: 100%;
  }
}
.p-sidebar__select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3.25px;
  background: url(../img/select.png) 0 0 no-repeat;
  background-size: contain;
  width: 11px;
  height: 6.5px;
}
.p-sidebar__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #afc3e4;
  display: block;
  border-radius: 0;
  height: 41px;
  font-size: 1.4rem;
  padding: 6px 14px;
}
@media (max-width: 767px) {
  .p-sidebar__select {
    width: 100%;
  }
}
.p-sidebar .c-stick--ladybug-bug {
  bottom: -20px;
  right: -20px;
}
@media (max-width: 767px) {
  .p-sidebar .c-stick--ladybug-bug {
    bottom: -40px;
  }
}
.p-sidebar .c-stick--bird-3 {
  left: 10px;
  top: -52px;
}
@media (max-width: 767px) {
  .p-sidebar .c-stick--bird-3 {
    top: -43px;
  }
}

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

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

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

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

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

.u-strike {
  text-decoration: line-through;
}

.u-tate {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media (min-width: 768px) {
  .u-tate-pc {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.u-tate-com {
  transform: rotate(90deg);
  transform-origin: center center;
  display: inline-block;
}

.u-tate-com-2 {
  transform: rotate(180deg);
  transform-origin: center center;
  display: inline-block;
  left: 5px;
  position: relative;
}

.u-type {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.u-en {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: normal;
}

.u-en-all * {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-style: normal;
}

.u-small {
  font-size: 0.7em;
}

.u-big {
  font-size: 1.3em;
}

.u-font-lg {
  font-size: 2.4rem !important;
}

.u-bold {
  font-weight: bold;
}

.u-mt-100 {
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  .u-mt-100 {
    margin-top: 50px !important;
  }
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-pic-round {
  border-radius: 15px;
}

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

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

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

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

.u-mt-lg {
  margin-top: 3rem;
}

.u-list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-list-reset li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.u-over {
  transition: 0.3s ease;
}

.u-over:hover {
  opacity: 0.7;
}

.u-under-yellow {
  text-decoration: underline;
  text-decoration-thickness: 7px;
  text-decoration-color: #fdf3dd;
  text-underline-offset: 0px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.u-under-red {
  text-decoration: underline;
  text-decoration-thickness: 7px;
  text-decoration-color: #fbe3e6;
  text-underline-offset: 0px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.u-under-blue {
  text-decoration: underline;
  text-decoration-thickness: 7px;
  text-decoration-color: #dceaf6;
  text-underline-offset: 0px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.u-color-green {
  color: #639679 !important;
}

.u-color-blue {
  color: #58b5c3 !important;
}

.u-color-blue-2 {
  color: #4e95d0 !important;
}

.u-color-blue-sub {
  color: #0050ad !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-lightblue {
  color: #3ed2e3 !important;
}

.u-color-yellow {
  color: #f4c555 !important;
}

.u-color-yellow-2 {
  color: #fce36d !important;
}

.u-color-pink {
  color: #ec7891 !important;
}

.u-color-brown {
  color: #d4940c !important;
}

.u-color-gray {
  color: #d9d9d9 !important;
}

.u-color-red {
  color: #dc7434 !important;
}

.u-bleed-right {
  flex: 1;
  margin-right: calc(50% - 50vw) !important;
}
@media (max-width: 767px) {
  .u-bleed-right {
    margin-right: 0;
    width: auto;
  }
}

.u-bleed-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .u-bleed-left {
    margin-left: 0;
    width: 100%;
  }
}

/*
BG
*/
.u-bg-red {
  background: #dc7434;
}

.u-bg-green {
  background: #639679;
}

.u-bg-blue-3 {
  background: #58b5c3;
}

.u-bg-brown {
  background: linear-gradient(
    to bottom,
    rgb(225, 161, 24) 0%,
    rgb(217, 143, 17) 100%
  );
}

.u-bg-blue {
  background: url(../img/bg-blue.jpg) 0 0 repeat;
  background-size: 400px 400px;
}

.u-bg-beige {
  background: url(../img/bg-beige.jpg) 0 0 repeat;
  background-size: 400px 400px;
}

.u-bg-shade::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    to bottom,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
