@charset "UTF-8";
/* Scss Document */
/* foundation
------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 600;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

main, article, aside, dialog, figure, picture, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: 700;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px #000000 dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: block;
}

input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
}

time {
  display: inline-block;
}

sup {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: text-bottom;
}

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

.p-home-fv::before, .p-home-links-item__link01 span, .p-home-links-item__link02 span, .p-home-links-item__link03 span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-home-event-icons__item::before, .c-event__date::before, .c-event__place::before, .c-event__time::before, .c-event__preparation::before, .c-btn i::before {
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

html, body {
  color: #4f575e;
  background-color: #ffffff;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 600;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
  word-break: break-word;
}
a:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
button::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
  color: #666666;
}

button {
  transition: opacity 0.2s;
}
button:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}

figure, picture {
  line-height: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
  object-fit: contain;
}

span {
  font-weight: inherit;
}

/* js
------------------------------------------------------ */
/* layout
------------------------------------------------------ */
.l-wrapper {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1250px) {
  .l-wrapper {
    width: calc(100% - 50px);
  }
}

.l-header {
  background-color: #ffffff;
  width: 100%;
  height: 95px;
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .l-header {
    height: 60px;
    padding: 0 25px;
  }
}
.l-header__wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header-text {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .l-header-text {
    font-size: min(2.2rem, 4.4vw);
  }
}
.l-header-gnavBtn {
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .l-header-gnavBtn {
    display: block;
  }
}
.l-header-gnavBtn::before {
  content: "";
  background-color: #4f575e;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.l-header-gnavBtn__inner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.l-header-gnavBtn__inner::before, .l-header-gnavBtn__inner::after {
  content: "";
  background-color: #4f575e;
  width: 100%;
  height: 2px;
  position: absolute;
}
.l-header-gnavBtn__inner::before {
  top: 0;
  left: 0;
}
.l-header-gnavBtn__inner::after {
  bottom: 0;
  left: 0;
}
.l-header-gnavBtn.is-open::before {
  content: none;
}
.l-header-gnavBtn.is-open .l-header-gnavBtn__inner::before, .l-header-gnavBtn.is-open .l-header-gnavBtn__inner::after {
  inset: 0;
  margin: auto;
}
.l-header-gnavBtn.is-open .l-header-gnavBtn__inner::before {
  transform: rotate(45deg);
}
.l-header-gnavBtn.is-open .l-header-gnavBtn__inner::after {
  transform: rotate(-45deg);
}

.l-gnav {
  font-size: 1.6rem;
}
@media screen and (max-width: 1250px) {
  .l-gnav {
    background-color: #f3F5f7;
    width: 100%;
    height: 100%;
    max-width: 400px;
    padding: 100px 30px;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 1250px) and (max-width: 768px) {
  .l-gnav {
    padding: 200px 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav {
    max-width: none;
  }
}
.l-gnav.is-active {
  display: block;
}
.l-gnav__wrapper {
  display: flex;
  align-items: center;
  gap: 40px 30px;
}
@media screen and (max-width: 1250px) {
  .l-gnav__wrapper {
    max-width: 80%;
    margin: 0 auto;
    flex-direction: column;
    align-items: stretch;
  }
}
.l-gnav-item__inner {
  font-size: 1.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-gnav-item__inner::before {
    content: "・";
  }
}
.l-gnav-item__inner::after {
  content: "";
  background-color: #f76565;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: width 0.2s;
}
.l-gnav-item__inner:hover {
  opacity: 1;
}
.l-gnav-item__inner:hover::after {
  width: 100%;
}
.l-gnav-contact__btn {
  color: #ffffff;
  background-color: #f76565;
  width: 188px;
  height: 42px;
  display: grid;
  place-content: center;
  border: 2px #f76565 solid;
  border-radius: 100vmax;
  transition: color 0.2s, background-color 0.2s;
}
.l-gnav-contact__btn i {
  display: none;
}
.l-gnav-contact__btn:hover {
  color: #f76565;
  background-color: #ffffff;
  opacity: 1;
  transition: color 0.2s, background-color 0.2s;
}
@media screen and (max-width: 1250px) {
  .l-gnav-contact__btn {
    width: 100%;
    max-width: 250px;
    height: 50px;
    font-size: 1.6rem;
    position: relative;
    margin: 0 auto;
  }
  .l-gnav-contact__btn i {
    background-color: #ffffff;
    width: 20px;
    min-width: 0;
    aspect-ratio: 1/1;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    border-radius: 50%;
    transition: background-color 0.2s;
  }
  .l-gnav-contact__btn i::before {
    content: "";
    background-color: #f76565;
    mask-image: url(../img/common/icon_arrow.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 12px;
    aspect-ratio: 12/8;
    position: absolute;
    inset: 0;
    margin: auto;
    transition: background-color 0.2s;
  }
  .l-gnav-contact__btn:hover i {
    background-color: #f76565;
    transition: background-color 0.2s;
  }
  .l-gnav-contact__btn:hover i::before {
    background-color: #ffffff;
    transition: background-color 0.2s;
  }
}

.l-main {
  width: 100%;
  height: auto;
  padding-top: 95px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-main {
    padding-top: 60px;
  }
}

.l-footer__upper {
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .l-footer__upper {
    padding: 60px 0 40px 0;
  }
}
.l-footer__upper .l-wrapper {
  display: flex;
  align-items: flex-start;
  column-gap: 125px;
}
@media screen and (max-width: 1250px) {
  .l-footer__upper .l-wrapper {
    column-gap: 40px;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__upper .l-wrapper {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .l-footer-info {
    text-align: center;
    margin: 0 auto;
  }
}
.l-footer-info__title {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer-info__title {
    font-size: min(2.5rem, 5vw);
    margin-bottom: 20px;
  }
}
.l-footer-info__contact {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-footer-info__contact {
    font-size: 1.6rem;
  }
}
.l-footer-info__contact a[href^="mailto:"] {
  text-decoration: underline;
}
.l-footer-nav {
  font-size: 1.5rem;
  display: flex;
  column-gap: 40px;
}
@media screen and (max-width: 1250px) {
  .l-footer-nav {
    column-gap: 25px;
  }
}
@media screen and (max-width: 960px) {
  .l-footer-nav {
    display: none;
  }
}
.l-footer-nav__wrapper {
  list-style-type: disc;
  margin-left: 1em;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.l-footer-nav__item::marker {
  color: #f76565;
}
.l-footer__lower {
  color: #ffffff;
  background-color: #f76565;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 15px 100px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  /*justify-content: space-between;*/
  gap: 10px 20px;
}
@media screen and (max-width: 1250px) {
  .l-footer__lower {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__lower {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__lower {
    padding: 10px 25px;
  }
}
.l-footer-links {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
/* object
------------------------------------------------------ */
/* component */
.c-btn {
  color: #ffffff;
  background-color: #f76565;
  width: 100%;
  max-width: 250px;
  height: 50px;
  font-size: 1.6rem;
  display: grid;
  place-content: center;
  position: relative;
  border: 2px #f76565 solid;
  border-radius: 100vmax;
  transition: color 0.2s, background-color 0.2s;
}
.c-btn i {
  background-color: #ffffff;
  width: 20px;
  min-width: 0;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.c-btn i::before {
  content: "";
  background-color: #f76565;
  mask-image: url(../img/common/icon_arrow.svg);
  width: 12px;
  aspect-ratio: 12/8;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: background-color 0.2s;
}
.c-btn:hover {
  color: #f76565;
  background-color: #ffffff;
  opacity: 1;
  transition: color 0.2s, background-color 0.2s;
}
.c-btn:hover i {
  background-color: #f76565;
  transition: background-color 0.2s;
}
.c-btn:hover i::before {
  background-color: #ffffff;
  transition: background-color 0.2s;
}
.c-btn--rev {
  color: #4f575e;
  background-color: #ffffff;
}
.c-btn--rev i {
  background-color: #f76565;
}
.c-btn--rev i::before {
  background-color: #ffffff;
}
.c-btn--rev:hover {
  color: #ffffff;
  background-color: #f76565;
}
.c-btn--rev:hover i {
  background-color: #ffffff;
}
.c-btn--rev:hover i::before {
  background-color: #f76565;
}
.c-btn--down i::before {
  transform: rotate(90deg);
}

.c-event__wrapper {
  background-color: #f3F5f7;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  border: 2px #dcdcdc solid;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-event__wrapper {
    padding: 20px 15px;
    border-width: 1px;
    border-radius: 10px;
  }
}
.c-event__icon {
  background-color: #dcdcdc;
  font-size: 1.2rem;
  line-height: 30px;
  padding: 0 1em;
  position: absolute;
  top: -15px;
  left: 0;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .c-event__icon {
    font-size: min(1.2rem, 1.4vw);
    line-height: min(30px, 3.6vw);
    top: max(-15px, -1.8vw);
  }
}
.c-event__title {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-event__title {
    font-size: min(1.5rem, 1.8vw);
  }
}
.c-event__title-large {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .c-event__title-large {
    font-size: min(2.2rem, 2.6vw);
  }
}
.c-event__img {
  width: auto;
  max-width: 100%;
  margin: 0 auto 10px auto;
}
.c-event__area {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-event__area {
    font-size: min(1.8rem, 2.2vw);
  }
}
.c-event__area-more {
  color: #f76565;
  font-size: 1.4rem;
  flex-shrink: 0;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-event__area-more {
    font-size: min(1.4rem, 1.6vw);
  }
}
.c-event__date, .c-event__place, .c-event__time, .c-event__preparation {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-event__date, .c-event__place, .c-event__time, .c-event__preparation {
    font-size: min(1.6rem, 2vw);
    padding-left: 15px;
  }
}
.c-event__date::before, .c-event__place::before, .c-event__time::before, .c-event__preparation::before {
  content: "";
  background-color: #bab2a4;
  height: 1em;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.c-event__date::before {
  mask-image: url(../img/home/event_icon01.svg);
  width: 12px;
}
@media screen and (max-width: 768px) {
  .c-event__date::before {
    width: 9px;
  }
}
.c-event__place::before {
  mask-image: url(../img/home/event_icon02.svg);
  width: 14px;
}
@media screen and (max-width: 768px) {
  .c-event__place::before {
    width: 9px;
  }
}
.c-event__time::before {
  mask-image: url(../img/home/event_icon03.svg);
  width: 12px;
}
@media screen and (max-width: 768px) {
  .c-event__time::before {
    width: 9px;
  }
}
.c-event__preparation {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-event__preparation {
    margin-bottom: 20px;
  }
}
.c-event__preparation::before {
  mask-image: url(../img/home/event_icon04.svg);
  width: 16px;
}
@media screen and (max-width: 768px) {
  .c-event__preparation::before {
    width: 10px;
  }
}
.c-event:not(.c-event--active, .c-event--upcoming) .c-event__img {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-event:not(.c-event--active, .c-event--upcoming) .c-event__img {
    margin-top: 20px;
  }
}
.c-event--active .c-event__wrapper {
  background-color: #e6f5fa;
  border-color: #27a4c9;
}
.c-event--active .c-event__icon {
  color: #ffffff;
  background-color: #27a4c9;
}
.c-event--active .c-event__title {
  color: #27a4c9;
}
.c-event--active .c-event__date::before, .c-event--active .c-event__place::before, .c-event--active .c-event__time::before {
  background-color: #27a4c9;
}
.c-event--upcoming .c-event__wrapper {
  background-color: #fff4f3;
  border-color: #f76565;
}
.c-event--upcoming .c-event__icon {
  color: #ffffff;
  background-color: #f76565;
}
.c-event--upcoming .c-event__title {
  color: #f76565;
}
.c-event--upcoming .c-event__date::before, .c-event--upcoming .c-event__place::before, .c-event--upcoming .c-event__time::before {
  background-color: #f76565;
}

.c-news {
  font-size: 1.8rem;
  padding: 24px 32px;
  display: grid;
  grid-template-columns: 140px 100px 1fr;
  align-items: center;
  gap: 12px 24px;
}
@media screen and (max-width: 768px) {
  .c-news {
    font-size: 1.6rem;
    padding: 20px 15px;
    grid-template-columns: 78px 1fr;
  }
}
.c-news__cat {
  color: #ffffff;
  background-color: #4f575e;
  width: 100px;
  height: 32px;
  font-size: 1.2rem;
  display: grid;
  place-content: center;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .c-news__cat {
    width: 86px;
    height: 26px;
    font-size: 10px;
  }
}
.c-news__cat--event {
  background-color: #f76565;
}
.c-news__cat--news {
  background-color: #48b57a;
}
.c-news__title {
  line-height: 1.6;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .c-news__title {
    margin-left: 0;
    grid-area: 2/1/2/3;
  }
}

.c-report {
  font-size: 1.6rem;
}
.c-report__img {
  background-color: #f3F5f7;
  width: 100%;
  aspect-ratio: 380/230;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 768px) {
  .c-report__img {
    aspect-ratio: 350/212;
  }
}
.c-report__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-report__area {
  color: #f76565;
  line-height: 1.6;
  margin-top: 40px;
}
.c-report__title {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-report__title {
    font-size: 2rem;
  }
}
.c-report__text {
  line-height: 2;
}

/* project */
.p-home-title {
  font-size: 3.8rem;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-home-title {
    font-size: 2.6rem;
  }
}
.p-home-title__deco {
  color: #ffffff;
  background-color: #4f575e;
  width: 48px;
  font-size: 3.2rem;
  line-height: 48px;
  margin: 0 0.05em;
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-home-title__deco {
    width: 40px;
    font-size: 2.4rem;
    line-height: 40px;
  }
}
.p-home-title__border {
  padding: 0 0.1em;
  position: relative;
}
.p-home-title__border::before {
  content: "";
  background-color: #f3F5f7;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-home-title__border::before {
    height: 15px;
  }
}
.p-home-title__border > * {
  position: relative;
}
.p-home-fv {
  height: 675px;
  position: relative;
}
.p-home-fv::before {
  content: "";
  background-image: url(../img/home/fv_bg_pc.jpg);
  background-image: url(../img/home/fv_bg_pc.webp);
  width: 1600px;
  aspect-ratio: 1600/660;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .p-home-fv::before {
    background-image: url(../img/home/fv_bg_sp.jpg);
    background-image: url(../img/home/fv_bg_sp.webp);
    width: 800px;
    aspect-ratio: 800/104;
  }
}
@media screen and (max-width: 768px) {
  .p-home-fv {
    height: 695px;
  }
}
.p-home-fv__wrapper {
  text-align: center;
  padding-top: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-fv__wrapper {
    padding-top: 5px;
  }
}
.p-home-fv__img {
  max-width: 648px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home-fv__img {
    max-width: 400px;
  }
}
.p-home-fv__subhead {
  background-color: #fff4f3;
  width: max-content;
  font-size: 1.8rem;
  margin: -20px auto 0 auto;
  padding: 15px 30px;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .p-home-fv__subhead {
    font-size: 1.6rem;
    margin: 20px auto 0 auto;
    padding: 10px 25px;
  }
}
.p-home-fv__text {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-fv__text {
    max-width: max-content;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
    margin: 20px auto 0 auto;
  }
}
.p-home-fv__links {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 250px);
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-home-fv__links {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.p-home-fv__links .c-btn {
  margin: 0 auto;
}
.p-home-upcoming {
  background-color: #f3F5f7;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-home-upcoming {
    padding: 60px 0;
  }
}
.p-home-upcoming .p-home-title {
  margin-bottom: 40px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-home-upcoming .p-home-title {
    margin-bottom: 30px;
    justify-content: center;
  }
}
.p-home-upcoming .p-home-title__deco {
  background-color: #f76565;
}
.p-home-upcoming-item {
  background-color: #ffffff;
  padding: 60px 100px;
  display: grid;
  grid-template-columns: 357px 1fr;
  align-items: flex-start;
  gap: 30px 120px;
  border-radius: 50px;
}
@media screen and (max-width: 1250px) {
  .p-home-upcoming-item {
    padding: 60px;
    gap: 30px 60px;
  }
}
@media screen and (max-width: 960px) {
  .p-home-upcoming-item {
    padding: 60px 25px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .p-home-upcoming-item {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 960px) {
  .p-home-upcoming-item__img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .p-home-upcoming-item__content {
    max-width: max-content;
    margin: 0 auto;
  }
}
.p-home-upcoming-item__title {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-upcoming-item__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.p-home-upcoming-item__detail {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: flex-start;
  gap: 10px 20px;
}
@media screen and (max-width: 768px) {
  .p-home-upcoming-item__detail {
    display: flex;
    flex-direction: column;
  }
}
.p-home-upcoming-item__detail-dt {
  color: #f76565;
  width: 100%;
  max-width: 78px;
  font-size: 1.5rem;
  line-height: 26px;
  text-align: center;
  border: 1px #f76565 solid;
  border-radius: 100vmax;
}
.p-home-upcoming-item__detail-dd {
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-home-upcoming-item__text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 20px;
}
.p-home-upcoming-item__more {
  margin: 40px auto 0 0;
}
@media screen and (max-width: 768px) {
  .p-home-upcoming-item__more {
    margin: 30px auto 0 auto;
  }
}
.p-home-event {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-home-event {
    padding: 60px 0;
  }
}
.p-home-event .p-home-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-event .p-home-title {
    margin-bottom: 30px;
  }
}
.p-home-event .p-home-title__deco {
  background-color: #fb9a01;
}
.p-home-event-icons {
  background-color: #f3F5f7;
  max-width: max-content;
  font-size: 1.5rem;
  margin: 0 0 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .p-home-event-icons {
    margin: 0 auto 30px 0;
  }
}
.p-home-event-icons__item {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.p-home-event-icons__item::before {
  content: "";
  background-color: #bab2a4;
  min-width: 0;
  display: inline-block;
}
.p-home-event-icons__item:nth-of-type(1)::before {
  mask-image: url(../img/home/event_icon01.svg);
  width: 12px;
  aspect-ratio: 12/14;
}
.p-home-event-icons__item:nth-of-type(2)::before {
  mask-image: url(../img/home/event_icon02.svg);
  width: 14px;
  aspect-ratio: 14/16;
}
.p-home-event-icons__item:nth-of-type(3)::before {
  mask-image: url(../img/home/event_icon03.svg);
  width: 12px;
  aspect-ratio: 1/1;
}
.p-home-event-area:nth-of-type(n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-home-event-area:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.p-home-event-area__title {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 40px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-event-area__title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.p-home-event-area__title::before {
  content: "";
  background-color: #4f575e;
  width: 8px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 100vmax;
}
.p-home-event-area__title-num {
  font-size: 1.3rem;
  line-height: 30px;
  padding: 0 1em;
  border: 1px #4f575e solid;
  border-radius: 100vmax;
}
.p-home-event-area__posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 14px;
}
@media screen and (max-width: 960px) {
  .p-home-event-area__posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-home-event-area__posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
}
.p-home-event-area--01 .p-home-event-area__title::before {
  background-color: #f76565;
}
.p-home-event-area--01 .p-home-event-area__title-num {
  color: #f76565;
  border-color: #f76565;
}
.p-home-event-area--02 .p-home-event-area__title::before {
  background-color: #fb9a01;
}
.p-home-event-area--02 .p-home-event-area__title-num {
  color: #fb9a01;
  border-color: #fb9a01;
}
.p-home-event-area--03 .p-home-event-area__title::before {
  background-color: #48b57a;
}
.p-home-event-area--03 .p-home-event-area__title-num {
  color: #48b57a;
  border-color: #48b57a;
}
.p-home-event-area--04 .p-home-event-area__title::before {
  background-color: #8b6eb9;
}
.p-home-event-area--04 .p-home-event-area__title-num {
  color: #8b6eb9;
  border-color: #8b6eb9;
}
.p-home-project {
  background: linear-gradient(to bottom, #f3F5f7 0%, #ffffff 100%);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-home-project {
    padding: 60px 0;
  }
}
.p-home-project .p-home-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-project .p-home-title {
    flex-direction: column;
  }
}
.p-home-project .p-home-title__border::before {
  background-color: #c2e3d3;
}
.p-home-project__lead {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-project__lead {
    text-align: left;
  }
}
.p-home-project__notice {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-home-project__notice {
    line-height: 1.4;
    text-align: left;
  }
}
.p-home-project__more {
  background-color: #ffffff;
  max-width: max-content;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 5px 40px;
  display: flex;
  align-items: center;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .p-home-project__more {
    max-width: none;
    line-height: 1.6;
    padding: 10px 25px;
    flex-direction: column;
    border-radius: 20px;
  }
}
.p-home-project__more-deco {
  color: #f76565;
}
.p-home-project__wrapper {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 24px;
}
@media screen and (max-width: 768px) {
  .p-home-project__wrapper {
    margin-top: 75px;
    display: flex;
    flex-direction: column;
  }
}
.p-home-project-item {
  background-color: #ffffff;
  padding: 70px 30px 40px 30px;
  position: relative;
  border-radius: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 768px) {
  .p-home-project-item {
    padding: 50px 30px 40px 30px;
  }
}
.p-home-project-item::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-home-project-item::before {
    width: 60px;
    top: -30px;
  }
}
.p-home-project-item:nth-of-type(1)::before {
  background-color: #48b57a;
  background-image: url(../img/home/project_icon01.svg);
  background-size: 30px 34px;
}
@media screen and (max-width: 768px) {
  .p-home-project-item:nth-of-type(1)::before {
    background-size: 23px 26px;
  }
}
.p-home-project-item:nth-of-type(2)::before {
  background-color: #fb9a01;
  background-image: url(../img/home/project_icon02.svg);
  background-size: 32px 29px;
}
@media screen and (max-width: 768px) {
  .p-home-project-item:nth-of-type(2)::before {
    background-size: 24px 22px;
  }
}
.p-home-project-item:nth-of-type(3)::before {
  background-color: #8b6eb9;
  background-image: url(../img/home/project_icon03.svg);
  background-size: 38px 38px;
}
@media screen and (max-width: 768px) {
  .p-home-project-item:nth-of-type(3)::before {
    background-size: 29px 29px;
  }
}
.p-home-project-item__text {
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-home-project-item__text-dt {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
}
.p-home-flow {
  background-color: #f3F5f7;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-home-flow {
    padding: 60px 0;
  }
}
.p-home-flow .p-home-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-flow .p-home-title {
    margin-bottom: 20px;
  }
}
.p-home-flow .p-home-title__border::before {
  background-color: #b6dce9;
}
.p-home-flow__lead {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.p-home-flow__wrapper {
  max-width: 980px;
  list-style-type: none;
  margin: 60px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 25px;
}
@media screen and (max-width: 768px) {
  .p-home-flow__wrapper {
    margin: 50px auto 0 auto;
    display: flex;
    flex-direction: column;
  }
}
.p-home-flow-item {
  background-color: #ffffff;
  text-align: center;
  padding: 60px 30px 40px 30px;
  position: relative;
  border-radius: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-home-flow-item {
    padding: 50px 25px 20px 25px;
  }
}
.p-home-flow-item__step {
  color: #ffffff;
  width: 80px;
  aspect-ratio: 1/1;
  font-size: 1.2rem;
  text-align: center;
  display: grid;
  place-content: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px #f3F5f7 solid;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-home-flow-item__step {
    width: 60px;
    font-size: 0.9em;
    top: -30px;
    border-width: 3px;
  }
}
.p-home-flow-item__step-num {
  font-size: 2.8rem;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .p-home-flow-item__step-num {
    font-size: 2.1rem;
  }
}
.p-home-flow-item__text {
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-home-flow-item__text-dt {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-home-flow-item__text-dt {
    font-size: 2.2rem;
  }
}
.p-home-flow-item:nth-of-type(1) .p-home-flow-item__step {
  background-color: #f76565;
}
.p-home-flow-item:nth-of-type(2) .p-home-flow-item__step {
  background-color: #27a4c9;
}
.p-home-flow-item:nth-of-type(3) .p-home-flow-item__step {
  background-color: #fb9a01;
}
.p-home-news {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-home-news {
    padding: 60px 0;
  }
}
.p-home-news .p-home-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-home-news .p-home-title {
    margin-bottom: 20px;
  }
}
.p-home-news .p-home-title__border::before {
  background-color: #fddba6;
}
.p-home-news__posts {
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.p-home-news__posts .c-news:not(:last-of-type) {
  border-bottom: 1px #e8e1d4 dashed;
}
.p-home-report {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-home-report {
    padding-bottom: 60px;
  }
}
.p-home-report .p-home-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-home-report .p-home-title {
    margin-bottom: 30px;
  }
}
.p-home-report .p-home-title__border::before {
  background-color: #ddd4ea;
}
.p-home-report__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media screen and (max-width: 960px) {
  .p-home-report__posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-home-report__posts {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
}
.p-home-links {
  background-color: #f3F5f7;
  padding: 100px 0;
  border-top: 1px #fff solid;
}
@media screen and (max-width: 768px) {
  .p-home-links {
    padding: 60px 0;
  }
}
.p-home-links__text {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-links__text {
    text-align: left;
  }
}
.p-home-links__wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}
@media screen and (max-width: 960px) {
  .p-home-links__wrapper {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home-links__wrapper {
    max-width: 350px;
  }
}
.p-home-links-item {
  background-color: #ffffff;
  width: 100%;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .p-home-links-item {
    height: 90px;
  }
}
.p-home-links-item__link01, .p-home-links-item__link02, .p-home-links-item__link03 {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: grid;
  place-content: center;
}
.p-home-links-item__link01 span {
  background-image: url(../img/common/footer_link01.png);
  background-image: url(../img/common/footer_link01.webp);
  width: 172px;
  aspect-ratio: 242/83;
}
@media screen and (max-width: 768px) {
  .p-home-links-item__link01 span {
    width: 140px;
  }
}
.p-home-links-item__link02 span {
  background-image: url(../img/common/footer_link02.png);
  background-image: url(../img/common/footer_link02.webp);
  width: 190px;
  aspect-ratio: 238/49;
}
@media screen and (max-width: 768px) {
  .p-home-links-item__link02 span {
    width: 144px;
  }
}
.p-home-links-item__link03 span {
  background-image: url(../img/common/footer_link03.png);
  background-image: url(../img/common/footer_link03.webp);
  width: 252px;
  aspect-ratio: 297/48;
}
@media screen and (max-width: 768px) {
  .p-home-links-item__link03 span {
    width: 208px;
  }
}

/* utility */
.u-displayPcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly {
    display: none;
  }
}
.u-displayPcOnly--inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly--inline {
    display: none;
  }
}

.u-displaySpOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly {
    display: block;
  }
}
.u-displaySpOnly--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-displaySpOnly--inline {
    display: inline;
  }
}

.u-text-l {
  text-align: left;
}
.u-text-c {
  text-align: center;
}
.u-text-r {
  text-align: right;
}

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