@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2403100775vw;
  }
}
@media (min-width: 1290px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "font-family: " 游ゴシック体 ", YuGothic, " 游ゴシック Medium ", " Yu Gothic Medium ", " 游ゴシック ", " Yu Gothic ", sans-serif;";
  color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-drawer {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.l-header {
  height: 60px;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: auto;
    height: initial;
    width: 100px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    z-index: 100;
  }
}

.l-inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1290px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-recent {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-recent {
    margin-top: 3.75rem;
  }
}

.c-btn1 {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: #84D6D6;
  padding: 16px 32px;
  border: 1px solid #84D6D6;
}
@media screen and (min-width: 768px) {
  .c-btn1 {
    font-size: 1.25rem;
    padding: 16px 64px;
    min-width: 450px;
  }
}

.c-btn1 span {
  display: inline-block;
}

.c-btn1:hover {
  opacity: 1;
  color: #84D6D6;
  background-color: #fff;
}

.c-btn2 {
  color: #fff;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  display: inline-block;
  font-size: 16px;
  background-color: #757676;
  padding: 16px 80px 16px 24px;
  position: relative;
  border: 1px solid #757676;
}
@media screen and (min-width: 768px) {
  .c-btn2 {
    font-size: 20px;
    min-width: 478px;
  }
}

.c-btn2 span {
  display: inline-block;
}

.c-btn2::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 24px;
}

.c-btn2::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 46%;
  right: 24px;
}
@media screen and (min-width: 768px) {
  .c-btn2::after {
    top: 45%;
  }
}

.c-btn2:hover {
  color: #757676;
  background-color: #fff;
  opacity: 1;
}

.c-btn2:hover::before,
.c-btn2:hover::after {
  background-color: #757676;
  opacity: 1;
}

.c-btn3 {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #757676;
  border: 1px solid #757676;
  padding: 12px 23px 15px 23px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn3 {
    font-size: 16px;
    min-height: 130px;
    padding: 23px 60px;
  }
}

.c-btn3 span {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-btn3 span {
    font-size: 20px;
  }
}

.c-btn3::before {
  content: "";
  display: inline-block;
  width: calc(100% - 10px);
  height: calc(100% - 12px);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-btn3::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .c-btn3::after {
    width: 20px;
    height: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 90px;
  }
}

.c-btn3:hover {
  opacity: 1;
  color: #757676;
  background-color: #fff;
}

.c-btn3:hover::before {
  border: 1px solid #757676;
  opacity: 1;
}

.c-btn3:hover::after {
  border-right: 1px solid #757676;
  border-bottom: 1px solid #757676;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-btn3:hover::after {
    border-right: 2px solid #757676;
    border-bottom: 2px solid #757676;
  }
}

.c-btn3.c-btn3--green {
  background-color: #84D6D6;
  border: 1px solid #84D6D6;
}

.c-btn3.c-btn3--green:hover {
  color: #84D6D6;
  background-color: #fff;
}

.c-btn3.c-btn3.c-btn3--green:hover::before {
  border: 1px solid #84D6D6;
  opacity: 1;
}

.c-btn3.c-btn3.c-btn3--green:hover::after {
  border-right: 1px solid #84D6D6;
  border-bottom: 1px solid #84D6D6;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-btn3.c-btn3.c-btn3--green:hover::after {
    border-right: 2px solid #84D6D6;
    border-bottom: 2px solid #84D6D6;
  }
}

.c-card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-card1 {
    max-width: 490px;
  }
}

.c-card1::before {
  content: "";
  display: inline-block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .c-card1::before {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
  }
}

.c-card1__img {
  aspect-ratio: 1/1;
  width: 30.7277628032%;
}
@media screen and (min-width: 768px) {
  .c-card1__img {
    width: 32.6530612245%;
  }
}

.c-card1__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.c-card1__body {
  width: 69.2722371968%;
  padding: 11px 8px;
}
@media screen and (min-width: 768px) {
  .c-card1__body {
    width: 67.3469387755%;
    padding: 15px 33px 20px 33px;
  }
}

.c-card1__name {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 18px;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .c-card1__name {
    font-size: 22px;
  }
}

.c-card1__name span {
  display: block;
  font-size: 12px;
}

.c-card1__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 4px;
  border-top: 1px solid #757676;
}
@media screen and (min-width: 768px) {
  .c-card1__area {
    padding-top: 16px;
  }
}

.c-card1__category {
  color: #84D6D6;
  font-size: 10px;
  font-weight: 500;
  border: 1px solid #84D6D6;
  padding: 4px 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-card1__categories {
  margin-left: 8px;
}

.c-card1__categories span {
  display: inline-block;
  font-size: 12px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .c-card1__categories span {
    font-size: 14px;
  }
}

.c-card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 11px 8px;
  max-width: 294px;
  max-height: 437px;
  padding: 21px 17px 26px 17px;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-card2 {
    max-width: 416px;
    max-height: 430px;
    padding: 24px 24px 31px 24px;
  }
}

.c-card2::before {
  content: "";
  display: inline-block;
  width: calc(100% - 16px);
  height: calc(100% - 22px);
  border: 1px solid #84D6D6;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .c-card2::before {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
  }
}

.c-card2__img img {
  aspect-ratio: 260/184;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-card2__img img {
    aspect-ratio: 368/216;
  }
}

.c-card2__body {
  margin-top: -40px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 14px 12px;
  background-color: rgba(255, 255, 255, .88);
  position: relative;
  z-index: 2;
}

.c-card2__title {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #757676;
}
@media screen and (min-width: 768px) {
  .c-card2__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.c-card2__category {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  background-color: #ABD07B;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .c-card2__category {
    font-size: 12px;
  }
}

.c-card__area {
  margin-top: 6px;
}

.c-card__area-title {
  display: inline-block;
  color: #84D6D6;
  font-size: 10px;
  font-weight: 500;
  padding: 4px;
  border: 1px solid #84D6D6;
}

.c-card__area-category {
  font-size: 12px;
  margin-left: 9px;
}

.c-card2__category--photo {
  background-color: #F1B04E;
}

.c-card__area-tag span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background-color: #84D6D6;
  border-radius: 45px;
  padding: 2px 6px;
  margin-right: 8px;
  margin-top: 3px;
}

.c-card__area-tag {
  margin-top: 6px;
}

.c-card__area-tag span::before {
  content: "#";
  margin-right: 2px;
}

.c-card2__link {
  display: inline-block;
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 60px;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-card2__link {
    display: none;
  }
}

.c-card2__link::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #757676;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-card2__link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #757676;
  position: absolute;
  right: 0;
  bottom: 6px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.c-card3 {
  padding-top: 13px;
  padding-left: 16px;
  position: relative;
  display: block;
}

.c-card3::before {
  content: "";
  display: inline-block;
  width: 41px;
  height: 41px;
  background-color: #D684B8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.c-card3__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: relative;
  height: 100%;
  width: 100%;
}

.c-card3__link::before {
  content: "";
  display: inline-block;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 1px solid #fff;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 3;
}

.c-card3__img {
  width: 36.5497076023%;
  aspect-ratio: 1/1;
}

.c-card3__img img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card3__body {
  width: 63.4502923977%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 14px 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .c-card3__body {
    font-size: 20px;
    padding: 15px 30px 15px 6px;
  }
}

.c-card3__title {
  color: #757676;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.c-card3__body::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #757676;
  position: absolute;
  bottom: 16px;
  right: 18px;
}

.c-card3__body::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #757676;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  position: absolute;
  bottom: 18px;
  right: 17px;
}

.c-card4 {
  display: block;
  background-color: white;
  padding: 11px 8px;
}

.c-card4__inner {
  border: 1px solid #84D6D6;
  padding: 10px;
  height: 100%;
}

.c-card4__img img {
  aspect-ratio: 260/184;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.c-card4__wrap {
  background-color: rgba(255, 255, 255, .88);
  padding: 14px;
  margin-right: 7px;
  margin-left: 7px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}

.c-card4__title {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 6px;
  border-bottom: 1px solid #757676;
}

.c-card4__category span {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 8px;
  line-height: 1;
  background-color: #ABD07B;
  margin-top: 6px;
}

.c-card__area-title {
  color: #84D6D6;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  padding: 4px;
  border: 1px solid #84D6D6;
}

.c-card4__area span {
  font-size: 12px;
  font-weight: 500;
  margin-left: 9px;
}

.c-card4__tags span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 20px;
  background-color: #84D6D6;
  margin-right: 8px;
}

.c-card4__tags span::before {
  content: "#";
  margin-right: 3px;
}

.c-card4__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-card4__pc {
    display: block;
  }
}

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

.c-card4__planner-img {
  padding-top: 4px;
  padding-left: 7px;
  width: 28.8%;
  position: relative;
}

.c-card4__planner-img::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: #84D6D6;
  position: absolute;
  top: 0;
  left: 0;
}

.c-card4__planner-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.c-card4__planner-detail {
  width: 70.4%;
  margin-left: 16px;
}

.c-card4__planner-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.c-card4__planner-name span {
  display: block;
  color: #757676;
  font-size: 10px;
  font-weight: 500;
}

.c-card4__planner-company {
  font-size: 12px;
  font-weight: 500;
}

.c-card4__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}

.c-card4__link {
  display: inline-block;
  color: #757676;
  font-family: "Avenir", "Helvetica neue", Helvetica, "游ゴシック";
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-bottom: 4px;
  padding-right: 40px;
  margin-left: auto;
  position: relative;
  margin-left: auto;
}

.c-card4__link::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #757676;
  position: absolute;
  right: 0;
  bottom: 0;
}

.c-card4__link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #757676;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  position: absolute;
  right: 0;
  bottom: 5px;
}

.c-card4__pc {
  margin-top: 10px;
}

.c-card4__sub-title {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  color: #84D6D6;
  font-size: 20px;
  font-weight: 500;
}

.c-card4__text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c-card5 {
  padding: 20px 10px;
  background-color: #EEF9F8;
  height: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-card5 {
    padding: 25px 15px;
  }
}

.c-card5__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-card__img img {
  aspect-ratio: 134/164;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card5__planner {
  width: 45%;
}

.c-card5__planner-name {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 20px;
}

.c-card5__planner-name span {
  display: block;
  font-size: 12px;
}

.c-card5__wrap {
  display: contents;
}

.c-card5__wrap2 {
  width: 55%;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-card5__wrap2 {
    padding-left: 16px;
  }
}

.c-card5__title {
  font-size: 16px;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  line-height: 1.5;
  margin-top: 20px;
}

.c-card5__area-title {
  display: inline-block;
  font-size: 10px;
  color: #84D6D6;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #84D6D6;
}

.c-card5__area {
  margin-top: 20px;
}

.c-card5__area span {
  display: inline-block;
  font-size: 12px;
  margin-top: 4px;
  margin-right: 4px;
}

.c-card5__tags span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  padding: 2px 8px;
  background-color: #84D6D6;
  border-radius: 20px;
  margin-top: 3px;
  margin-right: 4px;
}

.c-card5__tags {
  margin-top: 8px;
}

.c-card5__tags span::before {
  content: "#";
  margin-right: 4px;
}

.c-card5__point {
  background-color: #fff;
  padding: 8px 16px;
  margin-top: 12px;
}

.c-card5__point-title,
.c-card5__photo-title {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-card5__point-title::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon_point.svg) no-repeat center/contain;
  margin-right: 3px;
}

.c-card5__point-item {
  font-size: 14px;
  font-weight: 500;
}

.c-card5__point-item::before {
  content: "・";
  margin-right: 3px;
}

.c-card5__photo {
  margin-top: 10px;
}

.c-card5__photo-title::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon_photo.svg) no-repeat center/contain;
  margin-right: 3px;
}

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

.c-card5__photo-item img {
  aspect-ratio: 131/97;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5px;
  padding-left: 10px;
  position: relative;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 9px;
    padding-left: 18px;
  }
}

.c-section-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #84D6D6;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-section-title::before {
    width: 35px;
    height: 35px;
  }
}

.c-section-title__en {
  display: inline-block;
  color: #757676;
  font-family: "Avenir", "Helvetica neue", Helvetica, "游ゴシック";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding-right: 24px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-section-title__en {
    font-size: 30px;
  }
}

.c-section-title__main {
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding-top: 4px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section-title__main {
    padding-left: 24px;
  }
}

.c-section-title__main::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: #84D6D6;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-section-title__main::before {
    width: 1px;
    height: 100%;
  }
}

.c-sub-title {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-sub-title {
    font-size: 20px;
    padding-left: 16px;
  }
}

.c-sub-title::before {
  content: attr(data-en);
  color: #84D6D6;
  font-family: "Avenir", "Helvetica neue", Helvetica, "游ゴシック";
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .c-sub-title::before {
    font-size: 24px;
  }
}

.c-sub-title::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-tags {
  padding-top: 40px;
  padding-bottom: 70px;
  background-color: #EEF9F8;
}
@media screen and (min-width: 768px) {
  .p-tags {
    padding-top: 70px;
  }
}

.p-tags__items {
  background-color: #fff;
  padding: 0 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-tags__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
}

.p-tags__item {
  padding: 48px 0;
  max-width: 400px;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-tags__item {
    width: 33.3%;
    padding: 36px 10px;
  }
}

.p-tags__item-title {
  text-align: center;
}

.p-tags__item-title span {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 0 60px;
  position: relative;
}

.p-tags__item-title span::before,
.p-tags__item-title span::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #84D6D6;
  -webkit-transform: rotate(60deg) translateY(-50%);
          transform: rotate(60deg) translateY(-50%);
  position: absolute;
  top: 50%;
}

.p-tags__item-title span::before {
  -webkit-transform: rotate(60deg) translateY(-50%);
          transform: rotate(60deg) translateY(-50%);
  left: 0;
}

.p-tags__item-title span::after {
  -webkit-transform: rotate(-60deg) translateY(-50%);
          transform: rotate(-60deg) translateY(-50%);
  right: 0;
}

.p-tags__categories {
  margin-top: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 8px;
  margin-inline: auto;
}

.p-tags__categories span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 3px 8px;
  border-radius: 20px;
  background-color: #84D6D6;
}

.p-tags__categories span::before {
  content: "#";
  margin-right: 4px;
}

.p-tags__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: #757676;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-tags__item:not(:first-child)::before {
    width: 1px;
    height: 60%;
    top: 60%;
    left: 0;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
}

.p-about {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .p-about {
    margin-bottom: 64px;
  }
}

.p-about__body {
  margin-top: 45px;
  position: relative;
}

.p-about__body::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 50%;
  background: url(../images/logo3.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-about__body::after {
    width: 67%;
    height: 70%;
  }
}

.p-about__catch-copy {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__catch-copy {
    font-size: 28px;
  }
}

.p-about__catch-copy::first-letter {
  font-size: 28px;
  color: #84D6D6;
}
@media screen and (min-width: 768px) {
  .p-about__catch-copy::first-letter {
    font-size: 36px;
  }
}

.p-about__text {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 18px;
  }
}

.p-about__text span {
  display: block;
}

.p-about__text span:not(:first-child) {
  margin-top: 40px;
}

.p-about__btn {
  text-align: center;
  margin-top: 54px;
}

.p-about__btn-text {
  color: #84D6D6;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.p-about__btn-text span {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.p-about__btn-text span::before,
.p-about__btn-text span::after {
  content: "";
  display: inline-block;
  height: 30px;
  width: 1px;
  background-color: #84D6D6;
  position: absolute;
  top: 0;
}

.p-about__btn-text span::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: 0;
}

.p-about__btn-text span::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  right: 0;
}

.p-about__btn .c-btn1 {
  margin-top: 10px;
}

.p-about__slider {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 47px;
}
@media screen and (min-width: 768px) {
  .p-about__slider {
    margin-top: 60px;
  }
}

.p-about__slider-wrap {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-about__slide img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.p-drawer {
  display: none;
  background-color: #EEF9F8;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-drawer {
    padding: 30px;
  }
}

.p-drawer__inner {
  height: 100%;
  background-color: #fff;
  padding: 20px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-drawer__inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-drawer__inner::before {
    content: "";
    display: inline-block;
    height: 60%;
    width: 1px;
    background-color: #757676;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .p-drawer__inner::after {
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    border-top: 1px solid #757676;
    border-right: 1px solid #757676;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%) rotate(-45deg);
            transform: translate(-50%) rotate(-45deg);
  }
}

.p-drawer__logo {
  width: 154px;
}
@media screen and (min-width: 768px) {
  .p-drawer__logo {
    width: 300px;
  }
}

.p-drawer__logo img {
  width: 100%;
}

.p-drawer__nav {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-drawer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-drawer__nav-list {
    width: 50%;
  }
}

.p-drawer__nav-item {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 18px;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .p-drawer__nav-item {
    padding: 10px 10px 10px 70px;
  }
}

.p-drawer__nav-item:not(:first-child) {
  margin-top: 15px;
}

.p-drawer__nav-list:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-drawer__nav-list:not(:first-child) {
    margin-top: 0;
  }
}

.p-drawer__btn {
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .p-drawer__btn {
    margin-left: 70px;
  }
}

.p-drawer__btn .c-btn2 {
  max-width: 202px;
  min-width: 202px;
}

.p-drawer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-drawer__menu {
    margin-top: auto;
    margin-left: auto;
    margin-right: 40px;
  }
}

.p-drawer__menu-item a {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 14px;
}

.p-drawer__menu-item:not(:first-child) {
  margin-left: 10px;
}

.p-footer {
  background-color: #F7F7F7;
  padding-top: 48px;
}

.p-footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__head {
    padding-bottom: 64px;
  }
}

.p-footer__head::after {
  content: "";
  display: inline-block;
  width: 80%;
  height: 1px;
  background-color: #757676;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-footer__head::after {
    width: 90%;
  }
}

.p-footer__content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__logo {
  width: 116px;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 200px;
  }
}

.p-footer__logo img {
  width: 100%;
}

.p-footer__sns {
  margin-top: 32px;
}

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

.p-footer__sns-text span {
  display: inline-block;
  color: #757676;
  font-size: 12px;
  font-family: "Avenir", "Helvetica neue", Helvetica, "游ゴシック";
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-text span {
    font-size: 16px;
  }
}

.p-footer__sns-text span::before,
.p-footer__sns-text span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #757676;
  position: absolute;
  top: 50%;
}

.p-footer__sns-text span::before {
  left: 0;
  -webkit-transform: rotate(50deg) translateY(-50%);
          transform: rotate(50deg) translateY(-50%);
}

.p-footer__sns-text span::after {
  right: 0;
  -webkit-transform: rotate(-50deg) translateY(-50%);
          transform: rotate(-50deg) translateY(-50%);
}

.p-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  gap: 10px;
}

.p-footer__sns-item a img {
  width: 100%;
}

.p-footer__sns-item:not(:first-child) {
  margin-left: 10px;
}

.p-footer__nav {
  width: 50%;
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-footer__nav-item a {
  padding: 5px 10px;
  font-size: 12px;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item a {
    font-size: 16px;
  }
}

.p-footer__bottom {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-footer__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 80px;
  }
}

.p-footer__bottom li {
  font-size: 12px;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom li {
    font-size: 14px;
  }
}

.p-footer__bottom li:not(:first-child) {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom li:not(:first-child) {
    margin-left: 15px;
  }
}

.p-footer__copy {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #84D6D6;
  color: white;
  font-size: 10px;
  text-align: center;
}

.p-footer__copy p:not(:first-child) {
  margin-top: 8px;
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: auto;
    height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-header__logo {
  width: 132px;
  padding: 8px 0;
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    display: none;
  }
}

.p-header__nav-list {
  display: none;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .p-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-header__nav-item {
  height: 98px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #84D6D6;
}

.p-header__nav-item a {
  font-size: 12px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.p-header__nav-item a::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
}

.p-header__nav-item:nth-child(1) a:before {
  background: url(../images/icon_nav01.svg) no-repeat center/contain;
}

.p-header__nav-item:nth-child(2) a:before {
  background: url(../images/icon_nav02.svg) no-repeat center/contain;
  margin-right: 10px;
}

.p-header__nav-item:nth-child(3) a:before {
  background: url(../images/icon_nav03.svg) no-repeat center/contain;
}

.p-header__hamburger {
  background-color: #84D6D6;
  width: 60px;
  height: 60px;
  margin-left: auto;
  padding: 20px 18px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    width: 100px;
    height: 100px;
    padding: 37px 33px;
  }
}

.p-header__hamburger span {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger span {
    width: 35px;
  }
}

.p-header__hamburger span:nth-child(2) {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger span:nth-child(2) {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 6px);
          transform: rotate(45deg) translate(7px, 6px);
}

.p-header__hamburger.open span:nth-child(2) {
  display: none;
}

.p-header__hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
          transform: rotate(-45deg) translate(-5px, 5px);
}

.p-mv {
  height: calc(100vh - 60px);
  width: 100vw;
  position: relative;
  background-color: #EEF9F8;
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: 100vh;
    padding-bottom: 60px;
  }
}

.p-mv__inner {
  height: inherit;
  position: relative;
}

.p-mv__slider {
  height: calc(100vh - 150px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__slider {
    padding-bottom: 60px;
    height: 100%;
    width: calc(100% - 70px);
  }
}

.p-mv__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    height: auto;
    height: initial;
    width: 100%;
  }
}

.p-mv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 64% 100%;
     object-position: 64% 100%;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
  }
}

.p-mv__body {
  position: absolute;
  left: 0;
  bottom: 86px;
  background-color: rgba(255, 255, 255, .91);
  padding: 35px 20px 50px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-mv__body {
    top: 0;
    left: 0;
    bottom: auto;
    bottom: initial;
    height: calc(100% - 60px);
    width: 414px;
    padding: 80px 70px 0 70px;
  }
}

.p-mv__sub-title {
  color: #757676;
  font-family: "Avenir", "Helvetica neue", Helvetica, "游ゴシック";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 17px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-mv__sub-title {
    font-size: 16px;
    padding-bottom: 40px;
  }
}

.p-mv__title {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  border-top: 1px solid #757676;
  border-bottom: 1px solid #757676;
  padding-top: 15px;
  padding-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 36px;
    line-height: 1.6;
  }
}

.p-mv__title::first-letter {
  color: #84D6D6;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .p-mv__title::first-letter {
    font-size: 50px;
  }
}

.p-mv__logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__logo {
    display: block;
    margin-top: -30px;
  }
}

.p-mv__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-mv__cta {
    width: 100%;
    max-width: 800px;
  }
}

.p-mv__btn {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-mv__btn {
    width: 100%;
  }
}

.p-plan-item__title {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
}

.p-plan-item__title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #D684B8;
  margin-right: -10px;
}

.p-plan-item__card {
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .p-plan-item__card {
    max-height: 540px;
  }
}

.p-plan-item .c-card4__link {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-plan-item .c-card4__link {
    display: block;
  }
}

.p-popular__report--item:nth-child(2) .p-plan-item__title::before {
  background-color: #F1B04E;
}

.p-popular__report--item:nth-child(3) .p-plan-item__title::before {
  background-color: #ABD07B;
}

.p-popular {
  background-color: #F4F4F4;
  padding-top: 64px;
  padding-bottom: 64px;
}

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

@media screen and (min-width: 768px) {
  .p-popular__ranking-items {
    max-width: 1180px;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}

.p-popular__ranking-item {
  position: relative;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-popular__ranking-item {
    width: 100%;
  }
}

.p-popular__ranking-item.c-card4 {
  padding: 14px 18px;
}

.p-popular__ranking-num {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 2;
  padding: 2px 13px 4px 13px;
  background-color: #C99700;
}
@media screen and (min-width: 768px) {
  .p-popular__ranking-num {
    left: 24px;
  }
}

.p-popular__ranking-num::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 18px;
  background-color: #C99700;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 5%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 5%, 0 100%);
  position: absolute;
  top: 98%;
  left: 0;
}

.p-popular__ranking-item:nth-child(2) .p-popular__ranking-num,
.p-popular__ranking-item:nth-child(2) .p-popular__ranking-num::before {
  background-color: #C4C4C4;
}

.p-popular__ranking-item:nth-child(3) .p-popular__ranking-num,
.p-popular__ranking-item:nth-child(3) .p-popular__ranking-num::before {
  background-color: #BA6E40;
}

.p-popular__ranking-num span {
  font-size: 12px;
}

.p-popular__ranking-item:nth-child(1)::before {
  background: url(../images/ranking01.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(1) .c-card4__inner {
    padding: 26px 33px 15px 33px;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(1) .c-card4__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid #757676;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(1) .c-card4__img {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(1) .c-card4__wrap {
    width: 47.037037037%;
    margin-left: 32px;
    margin-top: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(1) .c-card4__title {
    font-size: 22px;
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(1) .c-card4__category {
    margin-top: 34px;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(1) .c-card4__category span {
    font-size: 14px;
    padding: 4px 6px;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(1) .c-card4__area {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(1) .c-card4__area span {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(1) .c-card4__tags {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(1) .c-card4__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(1) .c-card4__planner {
    width: 24.2592592593%;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(1) .c-card4__link {
    margin-left: 0;
    margin-left: initial;
    display: inline-block;
    width: 135px;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(n+2) {
    width: calc(50% - 12px);
    margin-top: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .p-popular__ranking-item:nth-child(n+2) .c-card4__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid #757676;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(n+2) .c-card4__inner {
    padding: 21px 26px;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(n+2) .c-card4__title {
    font-size: 20px;
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-popular__ranking-item:nth-child(n+2) .c-card4__img {
    width: 46.09375%;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(n+2) .c-card4__img img {
    aspect-ratio: 1/1;
  }
}

@media screen and (min-width: 1024px) {
  .p-popular__ranking-item:nth-child(n+2) .c-card4__wrap {
    padding: 0;
    width: 49.21875%;
    margin-left: 18px;
    margin-top: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(n+2) .c-card4__category {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-popular__ranking-item:nth-child(n+2) .c-card4__area {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .p-popular__ranking-item:nth-child(n+2) .c-card4__bottom {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .p-popular__ranking-item:nth-child(n+2) .c-card4__planner {
    width: 55%;
  }
}

@media screen and (min-width: 1024px) {
  .p-popular__ranking-item:nth-child(n+2) .c-card4__link {
    width: 30%;
  }
}

.p-popular__ranking-items {
  margin-top: 24px;
}

.p-popular .swiper-button-prev,
.p-popular .swiper-button-next {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .p-popular .swiper-button-prev,
  .p-popular .swiper-button-next {
    display: none;
  }
}

.p-popular .swiper-button-prev {
  background: url(../images/icon_prev-arrow.png) no-repeat center/contain;
}

.p-popular .swiper-button-next {
  background: url(../images/icon_next-arrow.png) no-repeat center/contain;
}

.p-popular__ranking-btn {
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-popular__ranking-btn {
    margin-top: 64px;
  }
}

.p-popular__report {
  background-color: #fff;
  padding-top: 48px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 48px;
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .p-popular__report {
    padding-top: 63px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 63px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .p-popular__report {
    margin-top: 58px;
  }
}

.p-popular__report--body {
  background-color: #EEF9F8;
  padding: 48px 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-popular__report--body {
    padding: 80px 47px;
  }
}

.p-popular__report--items {
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-popular__report--items {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

.p-popular__report--item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .p-popular__report--item:not(:first-child) {
    margin-top: 0;
  }
}

.p-popular__report-btn {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-popular__report-btn {
    margin-top: 64px;
  }
}

.p-recommend-plan {
  padding-top: 56px;
  padding-bottom: 73px;
  background: url(../images/bg_recommend-plan.png) center/cover;
}
@media screen and (min-width: 768px) {
  .p-recommend-plan {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.p-recommend-plan__body {
  background-color: #EEF9F8;
  padding: 24px 16px;
  margin-top: 48px;
  margin-right: 20px;
  margin-left: 20px;
}

.p-recommend-plan__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  margin-inline: auto;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-recommend-plan__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-recommend-plan__items {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

@media screen and (min-width: 768px) {
  .p-recommend-plan__item {
    width: calc(50% - 26.66667px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-recommend-plan__item {
    width: calc(33.3% - 33.33333px);
  }
}

.p-recommend-plan__item:nth-child(2).c-card3::before {
  background-color: #84B6D6;
}

.p-recommend-plan__item:nth-child(3).c-card3::before {
  background-color: #F1B04E;
}

.p-recommend-plan__item:nth-child(4).c-card3::before {
  background-color: #D6BF84;
}

.p-recommend-plan__item:nth-child(5).c-card3::before {
  background-color: #ABD07B;
}

.p-recommend-planner {
  background-color: #fff;
  padding-top: 64px;
  padding-bottom: 100px;
}

.p-recommend-planner__ranking {
  margin-top: 24px;
}

.p-popular__ranking-title {
  margin-top: 24px;
}

.p-recommend-planner__slider {
  margin-top: 24px;
}

@media screen and (min-width: 1024px) {
  .p-recommend-planner__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}

.p-recommend-planner__num {
  display: block;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 2;
  padding: 2px 10px 4px 10px;
  background-color: #C99700;
  left: 16px;
  text-align: center;
}

.p-recommend-planner__num::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 18px;
  background-color: #C99700;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 5%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 5%, 0 100%);
  position: absolute;
  top: 98%;
  left: 0;
}

.p-recommend-planner__item:nth-child(2) .p-recommend-planner__num,
.p-recommend-planner__item:nth-child(2) .p-recommend-planner__num::before {
  background-color: #C4C4C4;
}

.p-recommend-planner__item:nth-child(3) .p-recommend-planner__num,
.p-recommend-planner__item:nth-child(3) .p-recommend-planner__num::before {
  background-color: #BA6E40;
}

.p-recommend-planner__num span {
  font-size: 12px;
}

.p-recommend-planner__ranking .swiper-button-prev,
.p-recommend-planner__ranking .swiper-button-next {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  top: 50%;
}
@media screen and (min-width: 1024px) {
  .p-recommend-planner__ranking .swiper-button-prev,
  .p-recommend-planner__ranking .swiper-button-next {
    display: none;
  }
}

.p-recommend-planner__ranking .swiper-button-prev {
  background: url(../images/icon_prev-arrow.png) no-repeat center/contain;
}

.p-recommend-planner__ranking .swiper-button-next {
  background: url(../images/icon_next-arrow.png) no-repeat center/contain;
}

.p-recommend-planner__new .swiper-button-prev,
.p-recommend-planner__new .swiper-button-next {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .p-recommend-planner__new .swiper-button-prev,
  .p-recommend-planner__new .swiper-button-next {
    width: 45px;
    height: 45px;
  }
}

.p-recommend-planner__new .swiper-button-prev {
  background: url(../images/icon_prev-arrow.png) no-repeat center/contain;
}

.p-recommend-planner__new .swiper-button-next {
  background: url(../images/icon_next-arrow.png) no-repeat center/contain;
}

.p-recommend-planner__new {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-recommend-planner__new {
    margin-top: 65px;
  }
}

.p-recommend-planner__new-slider {
  margin-top: 24px;
  background-color: #EEF9F8;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .p-recommend-planner__new-slider {
    margin-right: 0;
    margin-right: initial;
    margin-left: 0;
    margin-left: initial;
    padding-right: 0;
    padding-left: 0;
    margin-top: 32px;
  }
}

.p-recommend-planner__new-item.c-card5 {
  background-color: #fff;
}

.p-recommend-planner__new-item .c-card5__point {
  background-color: #ECECEC;
}

.p-recommend-planner__new-btn {
  text-align: center;
  margin-top: 64px;
}

@media screen and (min-width: 768px) {
  .p-recommend-planner__new-btn .c-btn2 {
    min-width: 287px;
  }
}

.p-recent {
  background-color: #EEF9F8;
  padding-top: 64px;
  padding-bottom: 21px;
}
@media screen and (min-width: 768px) {
  .p-recent {
    padding-bottom: 64px;
  }
}

.p-recent__planner-title {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .p-recent__planner-title {
    margin-left: 30px;
  }
}

.p-recent__planner-slider {
  margin-top: 24px;
}

.p-recent__planner-slider {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-recent__planner-slider {
    margin-left: calc(50% - 50vw);
  }
}

.p-recent .swiper-button-prev,
.p-recent .swiper-button-next {
  top: 50%;
}

.p-recent .swiper-button-prev,
.p-recent .swiper-button-next {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 768px) {
  .p-recent .swiper-button-prev,
  .p-recent .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.p-recent .swiper-button-prev {
  background: url(../images/icon_prev-arrow.png) no-repeat center/contain;
}

.p-recent .swiper-button-next {
  background: url(../images/icon_next-arrow.png) no-repeat center/contain;
}

.p-recent .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-recent .swiper-button-prev {
    display: block;
  }
}

.p-recent__report {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-recent__report {
    margin-top: 72px;
  }
}

.p-recent__report-slider {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-recent__report-slider {
    margin-left: calc(50% - 50vw);
  }
}

.p-recent__report-slider {
  margin-top: 25px;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
