@charset "UTF-8";
@import url("https://use.typekit.net/dyp4vuu.css");
/* 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: fot-tsukuardgothic-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

body {
  color: #444444;
  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;
  background: #e8f1f2;
}

.l-header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 20;
  pointer-events: none;
}
@media (max-width: 767px) {
  .l-header {
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.l-nav {
  display: none;
}
@media (max-width: 767px) {
  .l-nav {
    display: block;
  }
}
.l-nav.is-active {
  position: fixed;
  z-index: 40;
}

.l-main {
  position: relative;
}

.l-footer {
  position: relative;
}

.l-container {
  position: relative;
}

.l-content {
  padding-top: 1px;
  padding-bottom: 1px;
  max-width: 1300px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.l-content--lg {
  max-width: 1640px;
}
.l-content--small {
  max-width: 696px;
}
.l-content--with-sidebar {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.5vw, 59px);
  margin-top: 90px;
  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: 1;
  flex: 0 0 225px;
}
@media (max-width: 767px) {
  .l-sidebar {
    margin-top: 60px;
    position: relative;
    top: auto;
  }
}

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

.c-lead {
  font-size: 2.6rem;
  font-weight: bold;
}

.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 #444444;
  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-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-deco {
    transform: scale(0.5) !important;
  }
}
.c-deco--butter {
  background-image: url(../img/deco-butter.png);
  width: 94px;
  height: 67px;
}
.c-deco--cloud-1 {
  background-image: url(../img/deco-cloud-1.png);
  width: 270px;
  height: 80px;
}
.c-deco--cloud-2 {
  background-image: url(../img/deco-cloud-2.png);
  width: 290px;
  height: 101px;
}
.c-deco--flower-2 {
  background-image: url(../img/deco-flower-2.png);
  width: 107px;
  height: 66px;
}
.c-deco--ladybug {
  background-image: url(../img/deco-ladybug.png);
  width: 47.5px;
  height: 51px;
}
.c-deco--mushroom {
  background-image: url(../img/deco-mushroom.png);
  width: 81px;
  height: 84px;
}
.c-deco--bird {
  background-image: url(../img/deco-bird.png);
  width: 104px;
  height: 123px;
}
.c-deco--yama {
  background-image: url(../img/deco-yama.png);
  width: 337px;
  height: 69px;
}
.c-deco--hiyo-3 {
  background-image: url(../img/deco-hiyo-3.png);
  width: 147px;
  height: 37px;
}
.c-deco--tree-2 {
  background-image: url(../img/deco-tree-2.png);
  width: 197px;
  height: 187px;
}
.c-deco--l {
  background-image: url(../img/deco-l.png);
  width: 324px;
  height: 190px;
}

.c-anchor-list {
  text-align: center;
  position: relative;
  z-index: 3;
}

.c-anchor {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .c-anchor {
    display: block;
  }
}
.c-anchor a {
  font-size: 1.8rem;
  color: #444444;
  text-decoration: none;
  padding: 0 20px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .c-anchor a {
    display: block;
    text-align: center;
    padding: 3px 0;
  }
}
.c-anchor a:hover {
  opacity: 0.7;
}
.c-anchor.is-active a {
  text-decoration: underline;
  pointer-events: none;
}
.c-anchor::after {
  content: "|";
  color: #cccccc;
  position: absolute;
  right: -10px;
  top: 0;
}
@media (max-width: 767px) {
  .c-anchor::after {
    display: none;
  }
}
.c-anchor:last-child::after {
  content: none;
}

.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 #eace34;
}
@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 #e79186;
  top: -20px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .c-plan--red {
    top: auto;
    padding-bottom: 0;
  }
}
.c-plan--red .c-plan__up {
  background: #e79186;
  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 #7dbae7;
}
.c-plan--blue .c-plan__up {
  background: #7dbae7;
}
.c-plan__up {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  background: #eace34;
  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: 90px;
}
@media (max-width: 767px) {
  .c-section {
    padding-bottom: 40px;
  }
}

.c-split {
  display: flex;
  position: relative;
  gap: 40px;
  margin: 60px auto;
}
@media (max-width: 767px) {
  .c-split {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.c-split__content {
  position: relative;
  width: 52%;
}
@media (max-width: 767px) {
  .c-split__content {
    width: 100%;
  }
}
.c-split__content .c-title-3:first-child {
  margin-top: 0;
}
.c-split__pic {
  position: relative;
}
@media (max-width: 767px) {
  .c-split__pic {
    width: 100%;
  }
}
.c-split__pic img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  max-height: 464px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-split__pic img {
    border-radius: 20px;
  }
}
.c-split .c-deco--split-1 {
  left: 20px;
  top: -61px;
}
@media (max-width: 767px) {
  .c-split .c-deco--split-1 {
    top: -47px;
  }
}
.c-split .c-deco--split-2 {
  right: 210px;
  top: -83px;
}
@media (max-width: 767px) {
  .c-split .c-deco--split-2 {
    right: auto;
    left: 0px;
    top: -62px;
  }
}
.c-split--reverse .c-split__pic img {
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 767px) {
  .c-split--reverse .c-split__pic img {
    border-radius: 20px;
  }
}

.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: #4788d9;
  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 #4788d9;
  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 #e79186;
}
.c-item__caption.u-color-green {
  border: 2px solid #7bba9c;
}
.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: #4788d9;
  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 #e79186;
  padding: 10px 5px 5px 10px;
}
.c-item--green .c-item__title-3 {
  border-left: 4px solid #7bba9c;
}
.c-item--blue .c-item__title-3 {
  border-left: 4px solid #4788d9;
}
.c-item--red .c-item__header {
  background: #e79186;
}
.c-item--red .c-item__caption {
  border-color: #e79186;
}
.c-item--red .c-item__content img {
  width: 318px;
}
.c-item--set {
  border: 2px solid #e79186;
}
.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 #e79186;
  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 #4788d9 !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 #4788d9;
}

.c-col {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 70px auto;
}
@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 {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 30px;
    order: 2;
  }
}
.c-col__pic {
  flex: 0 0 350px;
  position: relative;
}
@media (max-width: 767px) {
  .c-col__pic {
    flex: 0 0 100%;
    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-pics {
  position: relative;
  grid-gap: 25px;
  margin: 50px auto;
}
.c-pics img {
  border-radius: 20px;
}
.c-pics--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .c-pics--2 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.c-pics--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .c-pics--3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.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;
  background: #fff;
  position: relative;
  color: #444444;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 35px;
}
@media (max-width: 767px) {
  .c-link {
    padding: 20px;
  }
}
.c-link__lead {
  color: #7bba9c;
  font-size: 3rem;
  display: block;
}
@media (max-width: 767px) {
  .c-link__lead {
    font-size: 2.5rem;
  }
}
.c-link__note {
  font-size: 1.8rem;
  line-height: 2.22em;
}
@media (max-width: 767px) {
  .c-link__note {
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}
.c-link::before {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  background: url(../img/angle.png) 0 0 no-repeat;
  background-size: contain;
  width: 13px;
  height: 25px;
  margin-top: -17px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .c-link::before {
    right: 15px;
    width: 6.5px;
    height: 12.5px;
    margin-top: -6px;
  }
}
.c-link:hover {
  background: rgba(255, 255, 255, 0.7);
}
.c-link:hover::before {
  right: 5px;
  transform: rotate(360deg);
}
.c-link--no {
  pointer-events: none;
}
.c-link--no::before {
  content: none;
}

.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: 30px;
  }
}

.c-banner {
  position: relative;
  display: block;
  text-align: center;
  color: #444444;
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-banner {
    font-size: 2rem;
  }
}
.c-banner:hover {
  opacity: 0.7;
}
.c-banner img {
  margin-bottom: 20px;
  border-radius: 30px;
}

/*
CTA
*/
.c-cta {
  position: relative;
  margin: 0px auto -200px;
  padding: 90px 0 70px;
  text-align: center;
  z-index: 7;
}
@media (max-width: 767px) {
  .c-cta {
    padding: 40px 0 100px;
  }
}
.c-cta__lead {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.c-cta .c-btn {
  width: 360px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .c-cta .c-btn {
    width: 250px;
    margin-bottom: 15px;
  }
}
.c-cta__tel {
  text-align: center;
  color: #e79186;
  font-size: 3.6rem;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
.c-cta__tel::after {
  content: "";
  display: inline-block;
  background: url(../img/time.png) 0 0 no-repeat;
  background-size: contain;
  width: 144px;
  height: 32px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .c-cta__tel::after {
    width: 100px;
    margin-left: 5px;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .c-cta__tel {
    font-size: 3rem;
  }
}
.c-cta .c-deco--butter {
  left: 48%;
  top: -105px;
}
@media (max-width: 767px) {
  .c-cta .c-deco--butter {
    display: none;
  }
}
.c-cta .c-deco--tree-2 {
  left: 50px;
  bottom: -70px;
}
@media (max-width: 767px) {
  .c-cta .c-deco--tree-2 {
    bottom: 0;
    transform-origin: left bottom;
    bottom: -100px;
  }
}
.c-cta .c-deco--hiyo-3 {
  right: 50px;
  bottom: -70px;
}
@media (max-width: 767px) {
  .c-cta .c-deco--hiyo-3 {
    bottom: 0;
    transform-origin: left bottom;
    bottom: -100px;
    right: 0;
  }
}

.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: #444444;
  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: #444444;
  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: #444444;
  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: #444444;
  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: #444444;
}
.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;
  box-sizing: border-box;
  color: #444444;
  text-decoration: none;
  padding: 38px 0;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
  gap: 0 25px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-news {
    display: block;
  }
}
.c-news:hover {
  opacity: 0.5;
}
.c-news:hover::after {
  right: 0;
}
@media (max-width: 767px) {
  .c-news {
    padding: 20px 0px;
  }
}
.c-news--cat {
  border-bottom: none;
}
.c-news__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-news__link:hover + .c-news__info + .c-news__title {
  text-decoration: underline;
  color: #7bba9c;
}
.c-news__link:hover + .c-news__info + .c-news__title a {
  color: #7bba9c;
}
.c-news__info {
  display: flex;
  align-items: center;
  width: 480px;
  gap: 25px;
  flex: 0 0 480px;
}
@media (max-width: 767px) {
  .c-news__info {
    margin-bottom: 15px;
    display: block;
  }
}
.c-news__time {
  font-size: 1.6rem;
  color: #444444;
  line-height: 150%;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-news__time {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.c-news__categories {
  position: relative;
  margin: 0 auto;
}
.c-news__category {
  position: relative;
  transition: 0.3s ease;
  background: url(../img/bg-beige.jpg) 0 0 repeat;
  background-size: 300px 300px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 5px;
  width: 350px;
  text-align: center;
  color: #444444;
  text-decoration: none;
  display: block;
}
@media (max-width: 767px) {
  .c-news__category {
    padding: 4px 8px;
    display: inline-block;
    width: auto;
    font-size: 1.3rem;
  }
}
.c-news__title {
  min-width: 0;
  margin: 0px 0 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .c-news__title {
    width: 100%;
    padding-right: 0;
  }
}
.c-news__title > a {
  color: #444444;
  font-weight: normal;
  font-size: 1.6rem;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 1.875em;
  transition: 0.3s ease;
}
.c-news__title > a:hover {
  color: #7bba9c;
}

/*
<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: #444444;
  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: #444444;
  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: #eace34;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 9999px;
  padding: 5px 10px;
  margin: 24px 0 20px;
}
.c-case-filter__item.is-active {
  background: #4788d9;
}

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 {
  font-size: 1.4rem;
  color: #888888;
}
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;
  line-height: 1.875em;
}
ol.c-list > li::before {
  display: block;
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 20px;
  background: #7bba9c;
}

.c-pagination {
  position: relative;
  margin-top: 10px;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .c-pagination {
    margin-top: 0 !important;
    padding-top: 20px;
    padding-bottom: 50px !important;
  }
}
.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.8rem;
}
@media (max-width: 767px) {
  .c-pagination ul li {
    font-size: 1.2rem;
  }
}
.c-pagination ul li a {
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: normal;
  margin: 0 5px;
  font-size: 2rem;
  color: #7bba9c;
}
@media (max-width: 767px) {
  .c-pagination ul li a {
    font-size: 1.2rem;
  }
}
.c-pagination ul .current {
  text-decoration: underline;
  cursor: none;
  display: block;
  text-align: center;
  font-weight: normal;
  margin: 0 5px;
  font-size: 1.8rem;
  color: #7bba9c;
}
@media (max-width: 767px) {
  .c-pagination ul .current {
    font-size: 1.2rem;
  }
}
.c-pagination ul .next {
  position: absolute;
  right: 0;
  top: -20px;
  width: 220px;
  height: 70px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  line-height: 150%;
  font-size: 1.8rem;
  padding: 0px 0px;
  text-align: center;
  border-radius: 9999px;
  margin: 0 auto;
  transition: 0.3s ease !important;
  background: url(../img/bg-green.jpg) 0 0 repeat;
  background-size: 300px 70px;
}
@media (max-width: 767px) {
  .c-pagination ul .next {
    width: 80px;
    line-height: 40px;
    height: 40px;
    font-size: 1rem;
    top: -10px;
  }
}
.c-pagination ul .next:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  opacity: 0.7;
}
.c-pagination ul .prev {
  position: absolute;
  left: 0;
  top: -20px;
  width: 220px;
  height: 70px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  line-height: 150%;
  font-size: 1.8rem;
  padding: 0px 0px;
  text-align: center;
  border-radius: 9999px;
  margin: 0 auto;
  transition: 0.3s ease !important;
  background: url(../img/bg-green.jpg) 0 0 repeat;
  background-size: 300px 70px;
}
@media (max-width: 767px) {
  .c-pagination ul .prev {
    width: 80px;
    line-height: 40px;
    height: 40px;
    font-size: 1rem;
    top: -10px;
  }
}
.c-pagination ul .prev:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  opacity: 0.7;
}

.c-form {
  position: relative;
  margin-top: 40px;
  /* 元のチェックボックスを隠す */
  /* --- チェックボックス専用 (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%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .c-form__table {
    margin-top: 0;
  }
}
.c-form__table th {
  width: 210px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-top: 25px;
  font-weight: normal;
  padding-bottom: 20px;
  vertical-align: top;
  border-bottom: 3px solid #fff;
}
@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: 3px solid #fff;
  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: #fff;
  background: #e79186;
  font-size: 1rem;
  padding: 3px 3px;
  border-radius: 3px;
  margin-left: 5px;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-form__required {
    transform: scale(0.7);
    transform-origin: right top;
    right: 0;
  }
}
.c-form__checkbox-grid .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-form__checkbox-grid .wpcf7-checkbox {
    padding-right: 200px;
  }
}
.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: #7bba9c;
  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 #7bba9c;
  border-bottom: 3px solid #7bba9c;
  transform: rotate(45deg); /* これで「L」を傾けてチェックにするの */
}
.c-form .wpcf7-list-item label:has(input:checked)::before {
  border-color: #7bba9c;
}
.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: 0px;
  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: 360px;
  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: 25px;
  margin: 0 auto !important;
  transition: 0.3s ease !important;
  background: #7bba9c;
  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: #444444 url(../img/angle-left-white.png) 3% center no-repeat !important;
  background-size: 4.5px 6.5px !important;
}
.c-form input::-moz-placeholder {
  color: #888888;
}
.c-form input::placeholder {
  color: #888888;
}
.c-form__text, .c-form__textarea {
  width: 300px;
  height: 50px;
  padding: 15px 15px;
  border: 1px solid #dddddd;
  border-radius: 20px;
  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: 151px;
  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: 260px;
  width: 100%;
  border-radius: 20px;
  padding: 15px;
}
@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;
}

/* Choices.js の見た目を上書きしますわよ */
.choices {
  margin-bottom: 0;
  margin-top: 100px;
  position: relative;
  z-index: 5;
  /* クリックして開いた時のリスト部分 */
  /* 右側の矢印（画像に合わせて調整なさい） */
}
@media (max-width: 767px) {
  .choices {
    margin-top: 35px;
  }
}
.choices__inner {
  background: none !important;
  width: 100%;
  height: auto !important;
  padding: 35px 55px !important;
  border: 4px solid #f6f5f1 !important;
  border-radius: 0px !important;
  font-size: 2rem !important;
  letter-spacing: 5% !important;
  background: #fff;
  display: flex;
  font-weight: 500 !important;
  align-items: center;
  position: relative;
  z-index: 15;
}
@media (max-width: 767px) {
  .choices__inner {
    padding: 15px 15px !important;
  }
}
.choices__list {
  max-height: 500px !important;
}
.choices__list--dropdown {
  max-height: auto !important;
  border: 4px solid #f6f5f1 !important; /* 画像のようなハッキリした枠線 */
  border-radius: 0px;
  margin-top: 5px;
  z-index: 15;
  box-shadow: none !important;
  position: relative;
}
.choices__list--dropdown .choices__item {
  padding: 15px 55px !important;
  border: none;
  position: relative;
  z-index: 15;
  border-radius: 0px !important;
  font-size: 2rem !important;
  letter-spacing: 5% !important;
}
@media (max-width: 767px) {
  .choices__list--dropdown .choices__item {
    padding: 15px 15px !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); /* 開いた時に矢印をひっくり返すの！ */
}

.c-btns {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .c-btns {
    gap: 15px;
  }
}

.c-btn {
  position: relative;
  align-items: center;
  justify-content: center;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 150%;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 10px;
  text-align: center;
  border-radius: 25px;
  margin: 30px 0;
  transition: 0.3s ease;
  width: 240px;
  background: #7bba9c;
}
@media (max-width: 767px) {
  .c-btn {
    padding: 15px 15px;
    width: 215px;
  }
}
.c-btn > i {
  font-size: 1.2em;
}
.c-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-btn--white {
  background: #fff;
  color: #7bba9c;
}
.c-btn--red {
  background: #e79186;
}
.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-btn--border-orange {
  background: #fff;
  border: 2px solid #f1a52e;
  color: #f1a52e;
}
.c-btn--border-orange:hover {
  background: #f1a52e;
  color: #fff;
}
@media (max-width: 767px) {
  .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.c-title-2-wrap {
  position: relative;
}
.c-title-2-wrap .c-deco--l {
  left: -60px;
  top: -110px;
  z-index: 6;
}
@media (max-width: 767px) {
  .c-title-2-wrap .c-deco--l {
    left: -180px;
  }
}
.c-title-2-wrap .c-deco--butter {
  right: 30px;
  top: 0px;
  z-index: 6;
}
@media (max-width: 767px) {
  .c-title-2-wrap .c-deco--butter {
    right: -50px;
  }
}

.c-title-2 {
  text-align: center;
  font-weight: bold;
  color: #444444;
  font-size: 3.6rem;
  line-height: 2em;
  position: relative;
  margin-block-start: 90px;
  margin-block-end: 80px;
  text-wrap: initial;
  z-index: 3;
}
@media (max-width: 767px) {
  .c-title-2 {
    font-size: 2.5rem;
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 1.6em;
  }
}

.c-title-3 {
  margin-top: 100px;
  margin-bottom: 60px;
  font-size: 3rem;
  line-height: 2em;
  font-weight: bold;
  padding: 10px 0;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.c-title-3::before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  bottom: 0;
  background: url(../img/deco-flower-2.png) left bottom no-repeat;
  background-size: contain;
  width: 107px;
  height: 66px;
}
.c-title-3 > span {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .c-title-3 {
    font-size: 2.2rem;
    margin-top: 70px;
    margin-bottom: 30px;
  }
  .c-title-3::before {
    width: 54px;
    height: 33px;
    left: 0;
    padding-left: 60px;
  }
}

.c-title-4 {
  margin-top: 90px;
  margin-bottom: 50px;
  font-size: 2.6rem;
  line-height: 2em;
  font-weight: bold;
  padding: 2px 0;
  background: #cde2e6;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.c-title-4--r {
  background: #e6f1f3;
}
@media (max-width: 767px) {
  .c-title-4 {
    font-size: 2rem;
    padding-right: 50px;
    line-height: 1.5em;
    text-align: left;
    padding-left: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
.c-title-4--normal {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 2.2rem;
  padding-left: 15px;
}
.c-title-4--normal::before {
  content: none !important;
}
@media (max-width: 767px) {
  .c-title-4--normal {
    font-size: 1.8rem;
  }
}
.c-title-4::before {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  bottom: 0;
  background: url(../img/deco-mushroom.png) left bottom no-repeat;
  background-size: contain;
  width: 81px;
  height: 84px;
}
@media (max-width: 767px) {
  .c-title-4::before {
    width: 40px;
    height: 42px;
    right: 15px;
  }
}

.c-line {
  position: relative;
  border: 4px solid #3fa93f;
  background: #fff;
  border-radius: 30px;
  max-width: 640px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .c-line {
    border-width: 2px;
    border-radius: 20px;
    padding-right: 10px;
  }
}
.c-line:hover {
  opacity: 0.7;
}
.c-line__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-line__content {
  position: relative;
  padding: 20px;
  padding-left: 115px;
}
@media (max-width: 767px) {
  .c-line__content {
    padding: 10px;
    padding-left: 70px;
  }
}
.c-line__ic {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 84px;
  margin-top: -42px;
}
@media (max-width: 767px) {
  .c-line__ic {
    width: 42px;
    margin-top: -21px;
    left: 10px;
  }
}
.c-line__lead {
  font-weight: bold;
  color: #3fa93f;
  font-size: 3rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-line__lead {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.c-line__note {
  font-size: 1.6rem;
  line-height: 1.625em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .c-line__note {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}
.c-line__qr {
  width: 110px;
}
@media (max-width: 767px) {
  .c-line__qr {
    width: 60px;
  }
}

.c-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 27px;
  margin: 50px auto;
}
.c-card-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .c-card-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    margin: 30px auto;
  }
}

.c-card {
  position: relative;
  background: #fff;
  border-radius: 60px;
  padding: 10px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .c-card {
    padding: 5px;
  }
}
.c-card__pic {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
@media (max-width: 767px) {
  .c-card__pic {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
  }
}
.c-card__pic img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
.c-card__pic--round {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.c-card__content {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.c-card__title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.3636363636em;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .c-card__title {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .c-card--voice .c-card__note:nth-child(2) {
    min-height: 170px;
  }
}
.c-card__voice-ic {
  display: block;
  width: 50px;
  height: 43px;
  background: url(../img/voice-1.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  bottom: 0;
}
.c-card__voice-ic--2 {
  background: url(../img/voice-2.png) 0 0 no-repeat;
  background-size: contain;
}
.c-card__voice-ic--3 {
  background: url(../img/voice-3.png) 0 0 no-repeat;
  background-size: contain;
}

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

.c-qna {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-qna {
    margin-bottom: 0;
  }
}
.c-qna__q {
  font-size: 2rem;
  line-height: 1.6em;
  margin: 0;
  position: relative;
  padding-left: 45px;
  padding-right: 50px;
  padding-bottom: 10px;
  font-weight: 500;
  text-wrap: initial;
  border-bottom: 3px solid white;
  position: relative;
}
@media (max-width: 767px) {
  .c-qna__q {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 60px;
    font-size: 1.8rem;
    padding-right: 50px;
  }
}
.c-qna__q::before {
  content: "";
  display: block;
  background: url(../img/deco-ladybug.png) center center no-repeat;
  background-size: contain;
  width: 33px;
  height: 34px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -22px;
}
@media (max-width: 767px) {
  .c-qna__q::before {
    width: 25px;
    height: 25px;
    margin-top: -12px;
    left: 20px;
  }
}
.c-qna__q::after {
  content: "";
  display: block;
  background: url(../img/plus.png) center center no-repeat;
  background-size: 22px 22px;
  width: 82px;
  height: 80%;
  position: absolute;
  right: 0px;
  top: 10%;
}
@media (max-width: 767px) {
  .c-qna__q::after {
    width: 41px;
    height: 41px;
    top: 50%;
    margin-top: -20px;
  }
}
.c-qna__q.is-active::after {
  background: url(../img/minus.png) center center no-repeat;
  background-size: 22px 22px;
}
.c-qna__a {
  padding: 25px 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 180%;
}
@media (max-width: 767px) {
  .c-qna__a {
    padding: 15px;
  }
}
.c-qna__a p {
  margin-top: 0;
  margin-bottom: 0;
}

.c-table {
  width: 100%;
  border-spacing: 0;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .c-table tbody, .c-table tr, .c-table th, .c-table td {
    display: block;
    width: 100% !important;
  }
}
.c-table th {
  vertical-align: top;
  line-height: 1.5em;
  font-weight: normal;
  font-size: 1.8rem;
  padding: 30px 30px;
  width: 190px;
  border-bottom: 2px solid #fff;
  word-break: keep-all;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .c-table th {
    padding: 10px 5px;
    border-bottom: none;
    font-size: 1.5rem;
  }
}
.c-table td {
  padding: 30px 10px;
  border-bottom: 2px solid #fff;
  line-height: 1.5em;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .c-table td {
    padding: 5px 5px 10px;
    font-size: 1.3rem;
  }
}

p + .c-table {
  margin-top: 0;
}

.c-feat__pic {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-feat__pic {
    width: 100%;
    margin-bottom: 5px;
    z-index: 6;
    position: relative;
  }
}
.c-feat__pic img {
  transition: 0.3s ease;
}
.c-feat__content {
  position: relative;
  padding: 45px 35px;
}
@media (max-width: 767px) {
  .c-feat__content {
    padding: 20px 20px;
  }
}
.c-feat__title {
  color: #4788d9;
  font-size: 2.4rem;
  margin-top: 0;
  line-height: 1.5em;
  text-align: center;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-feat__title {
    font-size: 2.4rem;
    min-height: auto;
  }
}
.c-feat__note {
  font-size: 1.6rem;
  line-height: 1.875em;
}
@media (max-width: 767px) {
  .c-feat__note {
    margin-bottom: 20px;
  }
}

#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: #444444;
  text-align: center;
  margin-bottom: 25px;
}
.c-login__field {
  margin-bottom: 25px;
}
.c-login__field label {
  display: block;
  font-size: 1.6rem;
  color: #444444;
  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: #da4d68;
  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: #444444 !important;
  color: #fff !important;
}
.c-login__message {
  text-align: center;
  font-size: 1.5rem;
  color: #555;
  margin-top: 20px;
}
.c-login__message a {
  color: #444444;
  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;
}

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

.c-media {
  position: relative;
}
.c-media__pic img {
  border-radius: 20px;
}
.c-media__title {
  margin-top: 25px;
  font-weight: bold;
  color: #f1a52e;
  text-align: center;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-ticker {
  position: relative;
}
.c-ticker .swiper-wrapper {
  transition-timing-function: linear !important;
}
.c-ticker .swiper-slide {
  width: 300px;
}
@media (max-width: 767px) {
  .c-ticker .swiper-slide {
    width: 150px;
  }
}

.c-doc {
  display: block;
  position: relative;
  border: 4px solid #f6f5f1;
  background: #fff;
  font-size: 2rem;
  color: #444444;
  text-decoration: none;
  padding: 40px 50px;
  margin: 30px auto;
  overflow: hidden;
  transition: 0.3s ease;
}
.c-doc:hover {
  opacity: 0.7;
}
.c-doc:hover::after {
  right: -15px;
  top: -15px;
}
.c-doc i {
  font-size: 1.2em;
  position: relative;
  top: 2px;
}
.c-doc::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/deco.png) 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  transition: 0.3s ease;
}

.c-tags {
  position: relative;
}

.c-tag {
  border: 1px solid #faf4be;
  color: #444444;
  background: #faf4be;
  font-size: 1.6rem;
  border-radius: 9999px;
  padding: 5px 15px;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .c-tag {
    font-size: 1.3rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.c-tag--large {
  font-size: 1.8rem;
  border-width: 2px;
}
@media (max-width: 767px) {
  .c-tag--large {
    font-size: 1.3rem;
  }
}

a.c-tag:hover,
.c-tag.is-active {
  background: #7bba9c;
  color: #fff;
}

.c-tab-links {
  text-align: center;
}

.c-tab-link {
  font-size: 1.8rem;
  color: #444444;
  text-decoration: none;
  padding: 0 20px;
  display: inline-block;
  position: relative;
}
.c-tab-link::after {
  content: "|";
  color: #cccccc;
  position: absolute;
  right: -10px;
  top: 0;
}
.c-tab-link:last-child::after {
  content: none;
}
.c-tab-link.is-active {
  text-decoration: underline;
  pointer-events: none;
}
.c-tab-link:hover {
  opacity: 0.7;
}

.c-tab {
  display: none;
  opacity: 0;
}
.c-tab.is-active {
  display: block;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-tab-select {
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  border-radius: 9999px;
}
.c-tab-select select {
  width: 100%;
  max-width: 400px;
  padding: 10px 15px;
  font-size: 1.6rem;
  border: none;
  border-radius: 9999px;
  background-color: #fff;
  color: #444444;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
  cursor: pointer;
}
.c-tab-select select:focus {
  outline: none;
  border-color: #7bba9c;
}

.c-job-list {
  position: relative;
}

.c-job-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .c-job-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-left: calc(50% - 125px);
    padding-right: calc(50% - 125px);
    gap: 0;
    grid-gap: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .c-job-grid::-webkit-scrollbar {
    display: none;
  }
  .c-job-grid .c-job {
    width: 250px;
    flex-shrink: 0;
    scroll-snap-align: center;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .c-job-grid .c-job:last-child {
    margin-right: 0;
  }
}

.c-job-list {
  position: relative;
  margin: 40px auto;
}
@media (max-width: 767px) {
  .c-job-list {
    margin: 30px auto;
  }
}

.c-job {
  position: relative;
  background: #fff;
  border-radius: 60px;
  margin-bottom: 20px;
  padding: 10px;
}
@media (max-width: 767px) {
  .c-job {
    border-radius: 50px;
    margin-bottom: 15px;
  }
}
.c-job__link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  .c-job__link {
    padding: 15px;
  }
}
.c-job__link:hover + .c-job__pic > img {
  transform: scale(1.1);
}
.c-job__pic {
  overflow: hidden;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
@media (max-width: 767px) {
  .c-job__pic {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
}
.c-job__pic img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
.c-job__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5em;
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .c-job__title {
    font-size: 2rem;
  }
}
.c-job__ex {
  font-size: 1.8rem;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .c-job__ex {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-job__ex p {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .c-job__ex p {
    font-size: 1.4rem;
    margin-bottom: 10px !important;
  }
}
.c-job__time {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-job__time {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .c-job--row {
    display: flex;
    text-align: left;
    align-items: center;
  }
  .c-job--row .c-job__pic {
    flex: 0 0 360px;
    border-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .c-job--row .c-job__pic img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-job--row .c-job__content {
    flex: 1;
    padding: 20px 35px;
  }
  .c-job--row .c-job__title {
    text-align: left;
    margin-top: 0;
  }
  .c-job--row .c-job__ex {
    text-align: left;
    padding: 0;
  }
  .c-job--row .c-job__time {
    text-align: left;
    margin-top: 20px;
  }
}

.c-wel-list {
  position: relative;
}

.c-wel {
  position: relative;
  border-bottom: 1px solid #d9dbac;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 15px;
}
.c-wel__ic {
  flex: 0 0 120px;
  width: 120px;
  box-shadow: 0px 0px 20px rgba(187, 194, 73, 0.2);
  border-radius: 100%;
}
@media (max-width: 767px) {
  .c-wel__ic {
    flex: 0 0 60px;
    width: 60px;
  }
}
.c-wel__note {
  flex: 1;
  font-size: 2rem;
  line-height: 1.8em;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .c-wel__note {
    font-size: 1.5rem;
  }
}

.p-header {
  position: relative;
  transition: 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.p-header__title {
  pointer-events: all;
  position: relative;
  width: 240px;
  margin: 0;
}
.p-header__title a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-header__title {
    width: 135px;
  }
}
.p-header__nav {
  pointer-events: all;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 30px;
  margin-top: 30px;
  padding: 5px;
  background: #fff;
  border-radius: 20px;
}
.p-header__nav-link {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-size: clamp(1.3rem, 1.3vw, 1.8rem);
  font-weight: bold;
  text-decoration: none;
  color: #444444;
  padding: 10px 10px;
  background: #fff;
}
.p-header__nav-link:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 30px;
}
.p-header__nav-link:last-child {
  border-radius: 16px;
}
.p-header__nav-link:nth-last-child(2) {
  padding-right: 35px;
}
.p-header__nav-link:hover {
  color: #e79186;
}
.p-header__contact {
  color: white;
  background: #e79186;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 2.4rem;
  border-radius: 16px;
  width: 230px;
  width: clamp(100px, 16vw, 230px);
}
.p-header__contact:hover {
  color: white;
  opacity: 0.7;
}

.p-nav {
  width: 100%;
  z-index: 50;
}
@media (max-width: 767px) {
  .p-nav {
    position: initial;
  }
}
.p-nav__inner {
  width: 100%;
  right: 0;
  top: 0;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .p-nav__inner {
    transform: translate3d(100%, 0, 0);
    background: url(../img/bg-nav.jpg) center center repeat;
    background-size: cover;
    top: 0px;
    position: fixed;
    height: 100vh;
    padding-top: 65px;
  }
}
.p-nav.is-active .p-nav__inner {
  transform: translate3d(0%, 0, 0);
}
.p-nav__list {
  padding: 0;
  margin: 0;
  position: relative;
  padding: 0px !important;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .p-nav__list {
    margin-top: 0;
  }
}
.p-nav__list > li {
  position: relative;
}
.p-nav__list > li a {
  color: #444444;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  text-align: center;
  transition: 0.3s ease;
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
  padding-top: clamp(5px, 4vh, 15px);
  padding-bottom: clamp(5px, 4vh, 15px);
  transition: 0.3s ease;
}
.p-nav__list > li a:hover {
  text-decoration: none;
  color: #7bba9c;
}
@media (max-width: 767px) {
  .p-nav__list > li a {
    font-size: 2rem;
  }
}
.p-nav__list > li a.u-en {
  background: #e79186;
  color: #fff;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
}
.p-nav__tel {
  text-align: center;
  color: #7bba9c;
  font-size: 2.4rem;
  text-decoration: none;
  display: block;
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
}
@media (min-width: 768px) and (max-height: 630px) {
  .p-nav__tel {
    display: none;
  }
}
.p-nav__contact {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  height: 70px;
  line-height: 70px;
  background: url(../img/bg-green.jpg) center center repeat;
  background-size: 300px 70px;
  text-decoration: none;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.p-nav__contact:hover {
  opacity: 0.7;
}
.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: 40;
  display: none;
}
@media (max-width: 767px) {
  .p-nav__overlay {
    z-index: 21;
  }
}
.p-nav.is-active .p-nav__overlay {
  transform: translate3d(0%, 0, 0);
}
.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-nav-toggle {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 62;
  transition: 0.3s ease;
  box-sizing: border-box;
  background: #e79186;
  border-bottom-left-radius: 15px;
}
.p-nav-toggle span {
  background: #fff;
  width: 26px;
  height: 2px;
  position: absolute;
  left: 13px;
  top: 12px;
  transition: 0.3s ease;
  border-radius: 9999px;
}
.p-nav-toggle span:nth-child(1) {
  top: 12px;
}
.p-nav-toggle span:nth-child(2) {
  top: 22px;
}
.p-nav-toggle span:nth-child(3) {
  top: 31px;
}
.p-nav-toggle.is-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 22px;
}
.p-nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.p-nav-toggle.is-active span:nth-child(3) {
  top: 22px;
  transform: rotate(-45deg);
}
.p-nav-toggle.is-scroll.is-active {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .l-nav.is-active .p-nav__inner {
    transform: translateX(0);
  }
}

.p-footer {
  position: relative;
  z-index: 6;
  background: #7bba9c;
  padding-top: 200px;
}
.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__title {
  margin: 60px auto 30px;
  text-align: center;
  width: 237px;
}
@media (max-width: 767px) {
  .p-footer__title {
    width: 200px;
    margin: 50px auto 30px;
  }
}
.p-footer__addr {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-footer__addr {
    font-size: 1.3rem;
  }
}
.p-footer__addr a {
  background: #fff;
  color: #7bba9c;
  text-decoration: none;
  border-radius: 5px;
  padding: 3px;
}
.p-footer__addr a:hover {
  opacity: 0.7;
}
.p-footer__copyright {
  border-top: 1px dashed white;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin: 0;
  line-height: 60px;
}
@media (max-width: 767px) {
  .p-footer__copyright {
    line-height: 45px;
  }
}

.p-page {
  position: relative;
}
.p-page__header {
  background: url(../img/page-header-about.jpg) center center no-repeat;
  background-size: cover;
  height: 420px;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  z-index: 5;
  position: relative;
}
@media (max-width: 767px) {
  .p-page__header {
    height: 250px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
.p-page__header--work {
  background: url(../img/page-header-work.jpg) center center no-repeat;
  background-size: cover;
}
.p-page__header--entry {
  background: url(../img/page-header-entry.jpg) center center no-repeat;
  background-size: cover;
}
.p-page__header--recruit {
  background: url(../img/page-header-recruit.jpg) center center no-repeat;
  background-size: cover;
}
.p-page__header-title {
  opacity: 0;
  margin: 0;
}
.p-page__content {
  position: relative;
  line-height: 1.8em;
  padding: 0px 0;
}
.p-page__content section p {
  margin-bottom: 30px;
}

.p-sidebar {
  position: relative;
}
@media (max-width: 767px) {
  .p-sidebar {
    margin-top: -150px;
    padding-bottom: 100px;
  }
}
.p-sidebar__block {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-sidebar__block {
    margin-bottom: 40px;
  }
}
.p-sidebar__title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.8em;
  text-align: left;
  padding: 0;
  margin: 0 0 25px;
}
.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: inline-block;
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .p-sidebar__list > li > a {
    padding: 10px 0;
  }
}
.p-sidebar__list > li > a::before {
  content: "";
  display: inline-block;
  background: url(../img/angle-right.png) 0 0 no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.p-sidebar__list > li > a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  background: #444444;
  height: 1px;
  transition: 0.3s ease;
  opacity: 0;
}
.p-sidebar__list > li > a:hover::after {
  width: 100%;
  opacity: 1;
}
.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,
u-serif {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

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

.u-en-all * {
  font-family: "europa", sans-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-0 {
  margin-top: 0 !important;
}

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

.u-mb-30 {
  margin-bottom: 30px !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-orange-gra,
.u-color-gra-orange {
  background: linear-gradient(to right, rgb(239, 153, 72) 0%, rgb(226, 102, 26) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.u-color-orange {
  color: #f1a52e !important;
}

.u-color-line {
  color: #06c755 !important;
}

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

.u-color-blue {
  color: #4788d9 !important;
}

.u-color-blue-2 {
  color: #7dbae7 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.u-mask-egg {
  border-radius: 50% 50% 50% 50%/65% 65% 35% 35%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
BG
*/
.u-bg-white {
  background: white;
  border-radius: 120px;
}
@media (max-width: 767px) {
  .u-bg-white {
    border-radius: 90px;
  }
}

.u-bg-green {
  background: #7bba9c;
  border-radius: 120px;
}
@media (max-width: 767px) {
  .u-bg-green {
    border-radius: 90px;
  }
}

.u-bg-blue {
  background: #cde2e6;
  border-radius: 120px;
}
@media (max-width: 767px) {
  .u-bg-blue {
    border-radius: 90px;
  }
}

.u-break {
  flex-basis: 100%;
  height: 0;
}

.u-shadow {
  box-shadow: 0px 0px 20px rgba(187, 194, 73, 0.2);
}
/*# sourceMappingURL=style.css.map */
