@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@200;300;400;500&family=Noto+Sans+JP:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500&text=0123456789&display=swap");
/* -----------------color --------------------------*/
/* -----------------font --------------------------*/
/* -----------------font size --------------------------*/
/* -----------------breakpoint --------------------------*/
/* -----------------mixin --------------------------*/
/* -----------------reset --------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a:focus {
  border: none !important;
  box-shadow: none !important;
}

main {
  position: relative;
  z-index: 0;
  background: #FDC2BE;
  background: linear-gradient(90deg, rgb(253, 194, 190) 0%, rgb(156, 210, 213) 100%);
  padding-top: 10vw;
}
main::before {
  content: "";
}
@media screen and (min-width: 621px) {
  main::before {
    background-image: url("/assets/images/back-pattern.svg");
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: left -14vw top -20vw;
    background-size: cover;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  main::before {
    background-position: left -14vw top -15vw;
  }
}

.page-header .section-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
  text-align: center;
  color: #252323;
  flex-direction: column;
}
.page-header .section-title:after {
  content: "";
  background-image: url("/assets/images/back-title-orange.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left 38% top;
  display: block;
  width: 100%;
  height: 300%;
  position: absolute;
  top: -50%;
  left: 2%;
  z-index: -1;
  aspect-ratio: 300/280;
}
@media screen and (min-width: 992px) {
  .page-header .section-title:after {
    width: 200%;
    height: 500%;
    top: -200%;
    left: -30%;
    background-position: left top;
  }
}
.page-header .section-title > .subtitle {
  text-align: left;
  margin-left: 0;
}

.btn {
  background-color: #fff9c5;
  border-radius: 1rem;
}

.form-detail {
  padding-bottom: 5vw;
}

.page-news .section-title {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-news .section-title {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-news .section-title:after {
  content: "";
  background-image: url("/assets/images/back-title-blue.svg");
  width: 100%;
  height: 250%;
  position: absolute;
  top: -20vw;
  left: 0;
  background-size: 100%;
  background-position: left -10vw top 0;
}
@media screen and (min-width: 992px) {
  .page-news .section-title:after {
    width: 500%;
    height: 800%;
    top: -200%;
    left: -130%;
    background-position: left 0 top 0;
    background-size: contain;
  }
}
.page-news .text-box {
  border-radius: 1.5rem;
  background-color: #ffffff;
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  .page-news .text-box {
    padding: 3rem;
  }
}
.page-news .news {
  position: relative;
  z-index: 0;
  padding-bottom: 15vw;
}
@media screen and (min-width: 992px) {
  .page-news .news {
    padding-bottom: 5vw;
  }
}
.page-news .news::before {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
}
.page-news .news h2 {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 991px) {
  .page-news .news .page-title {
    margin-bottom: 10vw;
  }
}
.page-news .news .arrow-box {
  border-color: #ef8eb8;
}
.page-news .news .arrow-box:after {
  border-color: #ef8eb8 transparent transparent transparent;
}
.page-news .news h3.title-area {
  border-bottom: solid 1px #ef8eb8;
  padding-bottom: 2px;
  display: inline-block;
}
.page-news .news h3.title-area .date {
  background-color: #ef8eb8;
  color: #ffffff;
  padding: 0.25rem 1rem;
  font-family: "Roboto Condensed";
  font-size: 1.25rem;
}
.page-news .news h3.title-area .title {
  padding: 1rem;
  color: #ef8eb8;
}
@media screen and (max-width: 991px) {
  .page-news .news h3.title-area .title {
    line-height: 1;
    padding: 0 0 1rem 0;
  }
}
.page-news .newslist {
  width: 100%;
}
.page-news .newslist .news-row {
  padding: 1rem;
  border-bottom: solid 1px #bfc0c0;
}
.page-news .newslist .news-row a {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 621px) {
  .page-news .newslist .news-row a {
    flex-direction: row;
  }
  .page-news .newslist .news-row a .category,
  .page-news .newslist .news-row a .date {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 80px;
  }
}
.page-news .news-content {
  padding-bottom: 5vw;
}
.page-news .news-content img {
  max-width: 100%;
}
.page-news .news-content .category {
  font-size: 1rem;
  display: block;
}
.page-news .news-content .category::first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 620px) {
  .page-news .news-content .news-detail .category {
    font-size: 1.35rem;
    padding: 0.5rem;
    margin-bottom: 2rem;
  }
}
.page-news .pagenation {
  --primary-color: #2fbdf0;
  --primary-bg: #fff;
  --gap: clamp(0.625rem, 0.5486rem + 0.3243vw, 0.8125rem);
  --margin-top: clamp(1.25rem, 0.8986rem + 0.8108vw, 2.125rem);
  display: flex;
  justify-content: center;
  margin-top: var(--margin-top);
  position: relative;
  z-index: 2;
  gap: var(--gap);
  list-style: none;
}
.page-news .pagenation__item {
  text-decoration: none;
  font-size: clamp(1rem, 0.8986rem + 0.4324vw, 1.25rem);
  width: clamp(2rem, 1.7973rem + 0.8649vw, 2.5rem);
  height: clamp(2rem, 1.7973rem + 0.8649vw, 2.5rem);
  /* モダンな色指定 */
  color: var(--primary-color);
  background-color: var(--primary-bg);
  border: 1px solid var(--primary-color);
  /* 子要素の配置を簡潔に */
  display: grid;
  place-items: center;
  /* ホバー状態のアニメーション */
  transition: all 0.2s ease-in-out;
  /* ダークモード対応（light-dark関数） */
  /* 子要素（a, span）は親のgrid設定で自動配置 */
}
@supports (color: light-dark(white, black)) {
  .page-news .pagenation__item {
    color: light-dark(var(--primary-color), #64b5f6);
    background-color: light-dark(var(--primary-bg), #1a1a1a);
    border-color: light-dark(var(--primary-color), #64b5f6);
  }
}
.page-news .pagenation__item.--current {
  background-color: var(--primary-color);
  color: var(--primary-bg);
  pointer-events: none;
}
@supports (color: light-dark(white, black)) {
  .page-news .pagenation__item.--current {
    background-color: light-dark(var(--primary-color), #64b5f6);
    color: light-dark(var(--primary-bg), #1a1a1a);
  }
}
.page-news .pagenation__item:not(.--current):hover {
  opacity: 0.7;
}
.page-news .pagenation__item a,
.page-news .pagenation__item span {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.page-application .section-title:after {
  content: "";
  background-image: url("/assets/images/back-title-pink.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left 38% top;
  display: block;
  width: 100%;
  height: 300%;
  position: absolute;
  top: -50%;
  left: 2%;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .page-application .section-title:after {
    width: 350%;
    height: 700%;
    top: -250%;
    left: -123%;
    background-position: left 48% top;
  }
}
.page-application .section-title > .subtitle {
  text-align: left;
  margin-left: 0;
}/*# sourceMappingURL=other.css.map */