@charset "UTF-8";
/*//////////////////////////////////////////////////
*
*	トップページスタイル
*
//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
.l-container {
  width: 128rem;
  margin: auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-container {
    width: 90%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
.btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 1.4rem;
  justify-content: space-between;
  align-items: center;
  height: 6.4rem;
  padding: 0 2.8rem;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 100vw;
  background: #E1F359;
}
.btn::after {
  content: "";
  width: 1.2rem;
  aspect-ratio: 1;
  border-top: 2px solid #464751;
  border-right: 2px solid #464751;
  transform: rotate(45deg);
}

.modePC .btn {
  transition: all 0.3s;
}
.modePC .btn::after {
  transition: transform 0.3s;
}
.modePC .btn:hover::after {
  transform: translateX(50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .btn {
    height: 4.8rem;
    line-height: 4.8rem;
    font-size: 1.6rem;
  }
  .btn::after {
    width: 1rem;
  }
}
.g-header {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
}
.g-header .g-header__container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 4rem;
  transition: background-color 0.3s;
  background: #fff;
}
.g-header .g-header__logo {
  width: 27rem;
}
.g-header .g-header__navi {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  column-gap: 3.2rem;
  font-size: 1.6rem;
}
.g-header .g-header-tgl {
  display: none;
}

.modeSP.win_scroll .g-header__container {
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  .g-header .g-header__container {
    padding: 1.2rem 2%;
  }
  .g-header .g-header__logo {
    width: 18rem;
  }
  .g-header .g-header__navi {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: -100;
    top: 0;
    left: 0;
    flex-flow: column wrap;
    align-items: center;
    gap: 2em;
    width: 100vw;
    height: 100vh;
    width: 100dvw;
    height: 100dvh;
    padding: 18rem 4%;
    font-size: 1.8rem;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
  }
  .g-header .g-header-tgl {
    display: revert;
    cursor: pointer;
    width: 2.5rem;
    margin-right: 2%;
  }
  .g-header .g-header-tgl .border {
    position: relative;
    z-index: 1;
    height: 2rem;
  }
  .g-header .g-header-tgl .border span {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 2px;
    background: #EC5F8B;
    transition: all 0.3s;
  }
  .g-header .g-header-tgl .border span:first-child {
    top: 0;
    left: 0;
    width: 100%;
  }
  .g-header .g-header-tgl .border span:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translateY(-1px);
  }
  .g-header .g-header-tgl .border span:last-child {
    bottom: 0;
    left: 0;
  }
  .menu-open .g-header.is-active {
    transform: translateY(0);
  }
  .menu-open .g-header .g-header__navi {
    visibility: visible;
    opacity: 1;
    z-index: -1;
  }
  .menu-open .g-header .g-header-tgl .border span:first-child {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(32deg);
  }
  .menu-open .g-header .g-header-tgl .border span:nth-child(2) {
    opacity: 0;
  }
  .menu-open .g-header .g-header-tgl .border span:last-child {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-32deg);
  }
  .menu-open .g-header-navi {
    visibility: visible;
    opacity: 1;
  }
}
.g-footer .goTop {
  position: fixed;
  z-index: 10;
  bottom: 2rem;
  right: min(210px, 8rem);
  width: 5rem;
  aspect-ratio: 1;
}
.g-footer .g-footer_btn {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  padding: 2rem 0;
  text-align: center;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(to right, #F9A3BB 0%, #C1ADD9 50%, #87CFEE 100%);
}
.g-footer .g-footer_btn .btn {
  width: 36.8rem;
  height: 6.2rem;
  font-size: 1.8rem;
  padding: 0 2em;
  column-gap: 1.2em;
  color: #fff;
  background: #EC5F8B;
}
.g-footer .g-footer_btn .btn::after {
  width: 1.1rem;
  border-color: #fff;
}
.g-footer .g-footer__container {
  padding: 8rem 0;
  color: #006B95;
  background: #F5F2EC;
}
.g-footer .g-footer__container .l-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
.g-footer .g-footer__container .l-container .g-footer__logo {
  width: 32rem;
  margin-bottom: 3.2rem;
}
.g-footer .g-footer__container .l-container .g-footer__info {
  line-height: 2;
}
.g-footer .g-footer__container .l-container .col_2 {
  line-height: 2;
  text-align: right;
}
.g-footer .copyright {
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .g-footer .goTop {
    position: revert;
    margin: 4rem 4% 2rem auto;
  }
  .g-footer .g-footer_btn {
    row-gap: 1.2rem;
    padding: 2rem 5%;
  }
  .g-footer .g-footer_btn .btn {
    width: 100%;
    height: 5.8rem;
    font-size: 1.6rem;
  }
  .g-footer .g-footer_btn .btn::after {
    width: 1rem;
  }
  .g-footer .g-footer__container {
    padding: 6rem 0 9.6rem;
  }
  .g-footer .g-footer__container .l-container {
    display: block;
    margin-bottom: 2rem;
  }
  .g-footer .g-footer__container .l-container .g-footer__logo {
    width: 24rem;
    margin-bottom: 1.2em;
  }
  .g-footer .g-footer__container .l-container .col_1,
  .g-footer .g-footer__container .l-container .col_2 {
    text-align: left;
    font-size: 1.2rem;
    width: 100%;
  }
  .g-footer .g-footer__container .l-container .col_2 .g-footer__info {
    display: flex;
    justify-content: space-evenly;
    margin-top: 3em;
    font-size: 1.2rem;
  }
  .g-footer .copyright {
    font-size: 1rem;
  }
}
.float-navi {
  display: grid;
  position: fixed;
  z-index: 10;
  bottom: 50%;
  right: 0;
  width: 9rem;
  transform: translateY(50%);
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.2));
}
.float-navi .item {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
  height: 9rem;
  line-height: 1.2;
  text-align: center;
  font-size: 1.2rem;
}
.float-navi .item:nth-child(1) {
  background: #E1F359;
}
.float-navi .item:nth-child(1) .icon {
  width: 2.4rem;
}
.float-navi .item:nth-child(2) {
  background: #fff;
}
.float-navi .item:nth-child(2) .icon {
  width: 3rem;
}
.float-navi .item:nth-child(3) {
  background: #F5F2EC;
}
.float-navi .item:nth-child(3) .icon {
  width: 2.8rem;
}

@media screen and (max-width: 768px) {
  .float-navi {
    grid-template-columns: repeat(3, 1fr);
    bottom: 0;
    width: 100%;
    transform: none;
  }
  .float-navi .item {
    row-gap: 0.6rem;
    height: 6.8rem;
    font-size: 1rem;
  }
  .float-navi .item:nth-child(1) .icon {
    width: 2.4rem;
  }
  .float-navi .item:nth-child(2) .icon {
    width: 3rem;
  }
  .float-navi .item:nth-child(3) .icon {
    width: 2.8rem;
  }
}
.mv {
  position: relative;
  z-index: 1;
}
.mv .mv-container {
  background: #F89EB1;
}
.mv .mv-bottom {
  position: absolute;
  bottom: 7.2rem;
  left: 50%;
  width: fit-content;
  padding: 1.6rem 2.4rem;
  background: #fff;
  border-radius: 1.6rem;
  transform: translateX(-50%);
}
.mv .mv-bottom .l-container {
  display: contents;
}
.mv .mv-bottom .mv-bottom__links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
}
.mv .mv-bottom .mv-bottom__links .btn {
  width: 36.8rem;
  padding: 0 4rem;
  font-size: 1.8rem;
}
.mv .mv-bottom .mv-bottom__links .btn::after {
  width: 1rem;
}

.mv_images .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (max-width: 768px) {
  .mv .mv-bottom {
    display: none;
    position: revert;
    width: 100%;
    padding: 1.6rem 2%;
    border-radius: 0;
    transform: none;
  }
  .mv .mv-bottom .mv-bottom__links {
    column-gap: 0.4rem;
  }
  .mv .mv-bottom .mv-bottom__links .btn {
    width: calc(50% - 0.2rem);
    height: auto;
    padding: 1em 2rem;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  .mv .mv-bottom .mv-bottom__links .btn::after {
    width: 1rem;
  }
}
.sec-title {
  position: relative;
  z-index: 1;
}
.sec-title .sec-title-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-title .sec-title-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  transform: translateY(-2em);
}
.sec-title .sec-title-container .sec-title-body__sub {
  width: 40rem;
}
.sec-title .sec-title-container .sec-title-body__title {
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.2rem;
  color: #006B95;
}

@media screen and (max-width: 768px) {
  .sec-title .sec-title-container {
    transform: translateY(-0.5em);
  }
  .sec-title .sec-title-container .sec-title-body__sub {
    width: 12rem;
  }
  .sec-title .sec-title-container .sec-title-body__title {
    font-size: 1.8rem;
  }
}
.topics {
  position: relative;
  z-index: 1;
  width: calc(100% - 15.6rem);
  margin: 0 0 0 auto;
}
.topics .topics-container {
  position: absolute;
  top: 14.8rem;
  left: 0;
  width: 68rem;
  height: 18rem;
  padding: 0 4.8rem;
}
.topics .topics-container .topics-title {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 2.4rem;
}
.topics .topics-container .topics-note {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .topics {
    width: 100%;
  }
  .topics .topics-container {
    position: absolute;
    top: 4.8rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 2rem;
  }
  .topics .topics-container .topics-title {
    margin-bottom: 1.2rem;
    line-height: 1.5;
    text-align: center;
    font-size: 1.8rem;
  }
  .topics .topics-container .topics-note {
    width: 60%;
    line-height: 1.8;
    font-size: 1.4rem;
  }
}
.story .container {
  padding: 0 0 18rem;
}
.story .story-top {
  background: url("../image/section-bg-01.svg") 0 0/auto repeat;
}
.story .story-read {
  padding: 0 0 8.6rem;
}
.story .story-read .story-read__note {
  width: 92rem;
  margin: auto auto 2.4rem;
}
.story .story-read .story-read__case {
  width: 126rem;
  margin: auto;
}
.story .story-bottom {
  padding-top: 12rem;
}
.story .story-case__title {
  display: grid;
  align-content: center;
  align-items: center;
  justify-content: center;
  grid-template-columns: 68rem 8.6rem;
  gap: 6rem 5.6rem;
  width: fit-content;
  margin: auto auto 16.84rem;
  line-height: 1;
}
.story .story-case__title .main {
  padding-right: 2rem;
}
.story .story-case__title .headline {
  margin-top: 6.8rem;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: right;
  letter-spacing: 0.15em;
}
.story .story-case__items .item {
  display: grid;
  grid-template-columns: 9.6rem 1fr;
  gap: 6rem;
}
.story .story-case__items .item + .item {
  margin-top: 15.8rem;
}
.story .story-case__items .item .case-number {
  display: grid;
  grid-template-rows: auto 1fr;
  justify-content: center;
  gap: 4rem;
}
.story .story-case__items .item .case-number::after {
  content: "";
  width: 0;
  margin: 0 auto;
  border-left: 1px solid #EC5F8B;
}
.story .story-case__items .item .case-body {
  display: grid;
  grid-template-columns: 1fr 58rem;
  gap: 8rem;
}
.story .story-case__items .item .case-body .readbox .case-title {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 2.4rem;
  align-items: center;
  margin-bottom: 5.6rem;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.5;
}
.story .story-case__items .item .case-body .readbox .case-title small {
  display: block;
  margin-top: 0.4em;
  font-size: 0.44em;
}
.story .story-case__items .item .case-body .readbox .case-name {
  margin-bottom: 5.6rem;
}
.story .story-case__items .item .case-body .readbox .case-name .label {
  display: inline-block;
  padding: 0 1em;
  line-height: 2.8rem;
  color: #EC5F8B;
  border: 2px solid #EC5F8B;
  border-radius: 100vw;
}
.story .story-case__items .item .case-body .readbox .case-headline {
  font-weight: 500;
  font-size: 1.8rem;
}
.story .story-case__items .item .case-body .case-comment {
  margin-top: 2.4rem;
  line-height: 2;
}
.story .story-case__items .item .case-body .case-comment .comment {
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
  padding: 2.4rem;
  background: #F5F2EC;
  border-radius: 1.6rem;
}
.story .story-case__items .item .case-body .case-comment .comment .fukidashi {
  position: absolute;
  z-index: -1;
  top: -2.4rem;
  right: 5.8rem;
  width: 4rem;
}
@media screen and (max-width: 768px) {
  .story .container {
    padding: 0 0 6rem;
  }
  .story .story-read {
    padding: 0 0 5rem;
  }
  .story .story-read .story-read__note {
    width: 29.8rem;
    margin: auto auto 1.6rem;
  }
  .story .story-read .story-read__note .img {
    transform: translateX(-1em);
  }
  .story .story-read .story-read__note img {
    transform: translateX(-8%);
  }
  .story .story-read .story-read__case {
    width: 33.2rem;
  }
  .story .story-bottom {
    padding-top: 6rem;
  }
  .story .story-case__title {
    grid-template-columns: 26.4rem 3.6rem;
    gap: 0;
    width: 100%;
    margin: auto auto 2rem;
    transform: translateX(1em);
  }
  .story .story-case__title .main {
    padding-right: 0;
  }
  .story .story-case__title .main img {
    transform: translateX(-1em);
  }
  .story .story-case__title .headline {
    margin-top: 1rem;
    text-align: center;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .story .story-case__title .image img {
    transform: translateY(1.4em);
  }
  .story .story-case__items {
    margin-bottom: 3.4rem;
  }
  .story .story-case__items .item {
    display: block;
  }
  .story .story-case__items .item + .item {
    margin-top: 7rem;
  }
  .story .story-case__items .item .case-number {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
  .story .story-case__items .item .case-number img {
    width: auto;
    height: 6.2rem;
  }
  .story .story-case__items .item .case-number::after {
    content: none;
  }
  .story .story-case__items .item .case-body {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .story .story-case__items .item .case-body .readbox .case-title {
    grid-template-columns: 7rem 1fr;
    gap: 1.4rem;
    width: fit-content;
    margin: auto auto 2rem;
    font-size: 2rem;
  }
  .story .story-case__items .item .case-body .readbox .case-name {
    margin-bottom: 2rem;
    text-align: center;
  }
  .story .story-case__items .item .case-body .readbox .case-headline {
    margin-bottom: 2.8rem;
    font-size: 1.4rem;
  }
  .story .story-case__items .item .case-body .case-comment {
    margin: 2.4rem auto 3rem;
    line-height: 1.8;
  }
  .story .story-case__items .item .case-body .case-comment .comment {
    margin-bottom: 2.4rem;
    font-size: 1.3rem;
  }
  .story .story-case__items .item .case-body .case-comment .comment .fukidashi {
    right: 3.4rem;
    width: 2.4rem;
  }
  .story .story-case__items .item .case-body .case-comment .comment .fukidashi img {
    height: 3.4rem;
  }
  .story .story-case__items .item .case-body .case-comment .note {
    font-size: 1.4rem;
  }
  .story .story-case__items .item .case-body .case-schedule {
    grid-row: 4/5;
  }
}
.point {
  background: url("../image/section-bg-01.svg") 0 0/auto repeat;
}
.point .container {
  padding-bottom: 14.4rem;
}
.point .sec-title {
  padding-bottom: 10.8rem;
}
.point .sec-title .sec-title-container {
  transform: translateY(-7em);
}
.point .sec-title .sec-title-container .sec-title-body__sub {
  margin-bottom: 1em;
}
.point .sec-title .sec-title-body__title {
  position: relative;
  z-index: 1;
}
.point .sec-title .sec-title-body__title .img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 100%;
  width: 23.4rem;
  transform: translate(6rem, -8rem);
}
.point .ll-container {
  width: 144rem;
  margin: auto;
}
.point .sec-subtitle {
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #C8C9D0;
  text-align: center;
}
.point .sec-subtitle img {
  width: 36rem;
  margin: auto;
}
.point .point-items {
  position: relative;
  z-index: 1;
  margin-bottom: 9rem;
}
.point .point-items .point-text {
  position: absolute;
  z-index: 1;
  top: 37rem;
  left: 2rem;
  width: 8.4rem;
}
.point .point-items .item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: auto;
}
.point .point-items .item .body {
  position: relative;
  z-index: 1;
  width: 61rem;
  padding: 3rem 0 3rem 7.4rem;
  background: #fff;
}
.point .point-items .item .body .item-title {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 2.4rem;
  align-items: center;
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.5;
  transform: translateX(-12.4rem);
}
.point .point-items .item .note {
  padding-right: 10rem;
}
.point .point-items .item.item_01 .image {
  order: 2;
  width: 57.6rem;
  transform: translate(-4.8rem, 3rem);
}
.point .point-items .item.item_02 {
  margin-left: auto;
}
.point .point-items .item.item_02 .image {
  position: relative;
  z-index: -1;
  width: 45rem;
  transform: translate(4.8rem, 3rem);
}
.point .point-items .item.item_03 .image {
  order: 2;
  width: 58rem;
  transform: translate(-4.8rem, 3rem);
}
.point .point-items .item.item_04 {
  margin-left: auto;
}
.point .point-items .item.item_04 .image {
  width: 50.6rem;
  transform: translate(4.8rem, 3rem);
}
.point .point-items .line_01 {
  margin: 6rem auto 10rem 33rem;
}
.point .point-items .line_01::before {
  content: "";
  display: block;
  width: 32rem;
  border-top: 1px solid #EC5F8B;
  transform: rotate(35deg);
}
.point .point-items .line_02 {
  margin: 3rem auto 6rem 62rem;
}
.point .point-items .line_02::before {
  content: "";
  display: block;
  width: 18rem;
  border-top: 1px solid #EC5F8B;
  transform: rotate(144deg);
}
.point .point-entry {
  width: fit-content;
  margin: auto;
  padding: 0.5rem;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(to right, #F9A3BB 0%, #C1ADD9 50%, #87CFEE 100%);
}
.point .point-entry .point-entry__inner {
  display: grid;
  grid-template-columns: 1fr 48.6rem;
  align-items: center;
  gap: 11rem;
  padding: 4rem;
  background: #fff;
}
.point .point-entry .point-entry__body {
  text-align: center;
}
.point .point-entry .point-entry__body .point-entry__body_links .btn {
  padding: 0 2.6rem;
}
.point .point-entry .point-entry__body .title {
  margin-bottom: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-size: 3.2rem;
  color: #EC5F8B;
  letter-spacing: 0.15em;
}
.point .point-entry .point-entry__body .note {
  margin-bottom: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.8rem;
  color: #EC5F8B;
}

@media screen and (max-width: 768px) {
  .point .container {
    padding-bottom: 6.8rem;
  }
  .point .sec-title {
    padding-bottom: 4rem;
  }
  .point .sec-title .sec-title-container {
    transform: translateY(-2.5em);
  }
  .point .sec-title .sec-title-container .sec-title-body__sub {
    margin-bottom: 0;
  }
  .point .sec-title .sec-title-body__title .img {
    width: 5.4rem;
    top: 100%;
    transform: translate(4rem, -1rem);
  }
  .point .ll-container {
    width: 100%;
    margin: auto;
    padding: 0 4%;
  }
  .point .sec-subtitle {
    margin-bottom: 2.8rem;
    padding-bottom: 3.6rem;
  }
  .point .sec-subtitle img {
    width: 22rem;
    margin: auto;
  }
  .point .point-container .l-container {
    display: contents;
  }
  .point .point-items {
    margin-bottom: 5rem;
  }
  .point .point-items .point-text {
    display: none;
  }
  .point .point-items .item {
    display: revert;
    width: fit-content;
  }
  .point .point-items .item .body {
    position: relative;
    z-index: 1;
    width: 90%;
    margin-left: auto;
    padding: 4rem 0 2.4rem;
  }
  .point .point-items .item .body .item-title {
    grid-template-columns: 5rem 1fr;
    gap: 1rem;
    margin-left: -0.4em;
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
    transform: translateX(0);
  }
  .point .point-items .item .note {
    padding: 0 2.4rem;
  }
  .point .point-items .item.item_01 .image {
    position: relative;
    z-index: 2;
    width: 33rem;
    transform: translate(0, 2.4rem);
  }
  .point .point-items .item.item_02 .image {
    width: 22rem;
    transform: translate(0);
  }
  .point .point-items .item.item_03 .image {
    position: relative;
    z-index: 2;
    width: 35.4rem;
    transform: translate(0);
  }
  .point .point-items .item.item_03 .body {
    margin-top: -3rem;
  }
  .point .point-items .item.item_04 {
    margin-left: auto;
  }
  .point .point-items .item.item_04 .image {
    position: relative;
    z-index: 2;
    width: 31.4rem;
    transform: translate(0);
  }
  .point .point-items .item.item_04 .body {
    margin-top: -1.8rem;
  }
  .point .point-items .line_01 {
    margin: 2rem auto;
  }
  .point .point-items .line_01::before {
    width: 4.8rem;
    margin: auto;
    transform: rotate(-45deg);
  }
  .point .point-items .line_02 {
    margin: 2rem auto;
  }
  .point .point-items .line_02::before {
    width: 4.8rem;
    margin: auto;
    transform: rotate(45deg);
  }
  .point .point-entry {
    width: 100%;
  }
  .point .point-entry .point-entry__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3.2rem 2rem;
  }
  .point .point-entry .point-entry__body .title {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .point .point-entry .point-entry__body .note {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  .point .point-entry .point-entry__body_links .btn {
    width: 100%;
  }
  .point .point-entry .point-entry__body_links .btn + .btn {
    margin-top: 2rem;
  }
}
.support .container {
  padding-bottom: 14.4rem;
}
.support .sec-title {
  padding-bottom: 10.8rem;
}
.support .sec-title .sec-title-container {
  transform: translateY(-7em);
}
.support .sec-title .sec-title-container .sec-title-body__sub {
  margin-bottom: 1em;
}
.support .sec-title .sec-title-body__title {
  position: relative;
  z-index: 1;
}
.support .sec-title .sec-title-body__title .img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 100%;
  width: 23.4rem;
  transform: translate(6rem, -8rem);
}
.support .ll-container {
  width: 144rem;
  margin: auto;
}
.support .sec-subtitle {
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #C8C9D0;
  text-align: center;
}
.support .sec-subtitle img {
  width: 36rem;
  margin: auto;
}
.support .support-items {
  position: relative;
  z-index: 1;
}
.support .support-items .support-text {
  position: absolute;
  z-index: 1;
  top: 48rem;
  right: 2rem;
  width: 8.4rem;
}
.support .support-items .item {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.support .support-items .item .image {
  position: relative;
  z-index: 1;
  width: 50%;
}
.support .support-items .item .image img {
  position: absolute;
  z-index: 1;
  width: 50vw;
}
.support .support-items .item .body {
  width: 50%;
}
.support .support-items .item .body .number {
  margin-bottom: 3.6rem;
}
.support .support-items .item .body .number img {
  width: auto;
  height: 5.4rem;
}
.support .support-items .item .body .item-title {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-bottom: 3.2rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: 3.2rem;
}
.support .support-items .item.item_01 {
  margin-bottom: 58.6rem;
}
.support .support-items .item.item_01 .image {
  order: 2;
}
.support .support-items .item.item_01 .image img {
  left: 0;
}
.support .support-items .item.item_01 .body {
  padding-right: 6.4rem;
}
.support .support-items .item.item_01 .body .item-title .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  width: 18rem;
  transform: translate(1em, -50%);
}
.support .support-items .item.item_01 .add_image {
  display: grid;
  grid-template-columns: repeat(3, 35.5rem);
  gap: 5.2rem;
  position: absolute;
  z-index: 2;
  top: calc(100% + 3.6rem);
  left: 0;
}
.support .support-items .item.item_02 {
  margin-bottom: 52rem;
}
.support .support-items .item.item_02 .image img {
  right: 0;
}
.support .support-items .item.item_02 .body {
  padding-left: 4rem;
}
.support .support-items .item.item_02 .add_body {
  display: grid;
  grid-template-columns: repeat(4, 26.6rem);
  gap: 4.4rem;
  position: absolute;
  z-index: -1;
  top: calc(100% + 7rem);
  left: 0;
  width: calc(100% + (100vw - 100%) / 2);
  padding: 15rem 0 4rem 4rem;
  background: url("../image/section-bg-02.svg") 0 0/auto repeat;
}
.support .support-items .item.item_02 .add_body .add_item-ttl {
  margin-bottom: 2.4rem;
  text-align: center;
  font-size: 2.4rem;
  color: #6AB8A9;
}
.support .topics .topics-title {
  color: #006B95;
}
.support .topics .topics-title small {
  padding-left: 1em;
  font-size: 0.5em;
}
.support .support-system {
  width: 96rem;
  margin: auto auto 16rem;
}
.support .support-system .support-system__title {
  margin-bottom: 3.6rem;
  padding-bottom: 3.2rem;
  text-align: center;
  border-bottom: 1px solid #C8C9D0;
}
.support .support-system .support-system__title .sub {
  font-size: 1.8rem;
}
.support .support-system .support-system__title .main {
  font-size: 3.2rem;
}
.support .support-system .support-system__body {
  margin-bottom: 4.2rem;
  text-align: center;
}
.support .support-system .support-system__body .headline {
  margin-bottom: 2.4rem;
}
.support .support-system .support-system__body .items .item {
  display: inline-block;
  margin: 0 0.5em;
  font-weight: 600;
}
.support .support-system .support-system__body .items .item::before {
  content: "●";
  color: #AFD9D1;
  margin-right: 0.5em;
}
.support .support-system .support-system__bnr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.4rem;
}
.support .support-links {
  position: relative;
  z-index: 1;
  width: 96rem;
  margin: auto;
  padding: 0.5rem;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(to right, #F9A3BB 0%, #C1ADD9 50%, #87CFEE 100%);
}
.support .support-links .support-links__inner {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
  background-color: #fff;
  background-image: linear-gradient(to right, rgba(236, 95, 139, 0.2));
}
.support .support-links .image {
  position: absolute;
  z-index: 1;
}
.support .support-links .image.image_01 {
  bottom: 0;
  left: 4.5rem;
  width: 13rem;
}
.support .support-links .image.image_02 {
  top: 50%;
  right: 0;
  width: 18rem;
  transform: translate(25%, -25%);
}
.support .support-links .support-links__body {
  width: fit-content;
  margin: auto;
}
.support .support-links .support-links__body .main {
  margin-bottom: 1.6rem;
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  color: #EC5F8B;
}
.support .support-links .support-links__body .note {
  margin-bottom: 2.4rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: #EC5F8B;
}

@media screen and (max-width: 768px) {
  .support .container {
    padding-bottom: 6.8rem;
  }
  .support .sec-title {
    padding-bottom: 4rem;
  }
  .support .sec-title .sec-title-container {
    transform: translateY(-2.5em);
  }
  .support .sec-title .sec-title-container .sec-title-body__sub {
    margin-bottom: 0;
  }
  .support .ll-container {
    width: 100%;
    margin: auto;
    padding: 0 4%;
  }
  .support .l-container {
    display: contents;
  }
  .support .sec-subtitle {
    margin-bottom: 2.8rem;
    padding-bottom: 3.6rem;
  }
  .support .sec-subtitle img {
    width: 22rem;
    margin: auto;
  }
  .support .support-items {
    position: relative;
    z-index: 1;
  }
  .support .support-items .support-text {
    display: none;
  }
  .support .support-items .item {
    display: revert;
  }
  .support .support-items .item .image {
    width: 100%;
    margin-bottom: 2rem;
  }
  .support .support-items .item .image img {
    position: revert;
    width: 96vw;
  }
  .support .support-items .item .body {
    width: 100%;
    margin-bottom: 4rem;
  }
  .support .support-items .item .body .number {
    text-align: center;
  }
  .support .support-items .item .body .number img {
    height: 4.2rem;
  }
  .support .support-items .item .body .item-title {
    width: 100%;
    margin-bottom: 2.4rem;
    text-align: center;
    line-height: 1;
    font-size: 2.2rem;
  }
  .support .support-items .item.item_01 {
    margin-bottom: 5.4rem;
  }
  .support .support-items .item.item_01 .image {
    order: 2;
  }
  .support .support-items .item.item_01 .image img {
    left: 0;
  }
  .support .support-items .item.item_01 .body {
    padding-right: 0;
  }
  .support .support-items .item.item_01 .body .item-title {
    margin-bottom: 1rem;
  }
  .support .support-items .item.item_01 .body .item-title .img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
    width: 18rem;
    transform: translate(1em, -50%);
  }
  .support .support-items .item.item_01 .add_image {
    grid-template-columns: 1fr;
    gap: 2rem;
    position: revert;
  }
  .support .support-items .item.item_02 {
    margin-bottom: 5.4rem;
  }
  .support .support-items .item.item_02 .image {
    transform: translateX(-4vw);
  }
  .support .support-items .item.item_02 .image img {
    right: 0;
  }
  .support .support-items .item.item_02 .body {
    padding-left: 0;
  }
  .support .support-items .item.item_02 .add_body {
    grid-template-columns: 1fr;
    gap: 5.6rem;
    position: revert;
    width: 100%;
    padding: 5.2rem 2rem;
  }
  .support .support-items .item.item_02 .add_body .add_item-ttl {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    line-height: 1;
  }
  .support .support-items .item.item_02 .add_body .add_item-note {
    font-size: 1.3rem;
  }
  .support .topics .topics-title small {
    padding-left: 0;
  }
  .support .support-system {
    width: 100%;
    margin: 2.8rem auto 6.8rem;
  }
  .support .support-system .support-system__title {
    margin-bottom: 2rem;
    padding-bottom: 1.4rem;
  }
  .support .support-system .support-system__title .sub {
    font-size: 1.6rem;
  }
  .support .support-system .support-system__title .main {
    font-size: 2.4rem;
  }
  .support .support-system .support-system__body {
    margin-bottom: 4.2rem;
    text-align: left;
  }
  .support .support-system .support-system__body .headline {
    margin-bottom: 2.4rem;
  }
  .support .support-system .support-system__body .items .item {
    display: block;
    margin: 0 0.5em;
    font-size: 1.6rem;
  }
  .support .support-system .support-system__bnr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.4rem;
    width: 90%;
    margin: auto;
  }
  .support .support-links {
    width: 100%;
  }
  .support .support-links .support-links__inner {
    padding: 3.2rem 2rem 6rem;
  }
  .support .support-links .image.image_01 {
    display: none;
    bottom: 0;
    left: 0;
    width: 8rem;
  }
  .support .support-links .image.image_02 {
    top: 100%;
    right: 0;
    width: 9.2rem;
    transform: translate(-15%, -60%);
  }
  .support .support-links .support-links__body {
    width: 100%;
  }
  .support .support-links .support-links__body .main {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .support .support-links .support-links__body .note {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
  .support .support-links .support-links__body .point-entry__body_links .btn {
    width: 100%;
  }
  .support .support-links .support-links__body .point-entry__body_links .btn + .btn {
    margin-top: 2rem;
  }
}
.open_campus {
  background: url("../image/section-bg-01.svg") 0 0/auto repeat;
}
.open_campus .l-container {
  position: relative;
  z-index: 1;
  margin-top: -27rem;
}
.open_campus .schedule {
  margin-bottom: 5.4rem;
  padding: 4rem;
  background: #fff;
  border: 0.3rem solid #EC5F8B;
  border-radius: 4rem;
}
.open_campus .schedule .schedule-head .schedule-title {
  margin-bottom: 4.8rem;
  padding-left: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: 0.15em;
  border-left: 0.8rem solid #EC5F8B;
}
.open_campus .schedule .schedule-head .schedule-headline {
  margin-bottom: 4.8rem;
}
.open_campus .schedule .schedule-program {
  margin-bottom: 5.4rem;
}
.open_campus .schedule .schedule-program .schedule-program__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 17rem 1fr;
  align-items: center;
  padding: 1rem 0;
  line-height: 1.5;
  font-weight: 500;
  background: #F5F2EC;
}
.open_campus .schedule .schedule-program .schedule-program__body .head {
  text-align: center;
  font-size: 1.8rem;
}
.open_campus .schedule .schedule-program .schedule-program__body .note {
  padding-left: 3rem;
  font-size: 1.8rem;
  border-left: 1px solid #C8C9D0;
}
.open_campus .schedule .schedule-program .schedule-program__body .note span {
  display: block;
  padding-left: 1em;
  text-indent: -0.7em;
}
.open_campus .schedule .schedule-program .schedule-program__body .note span + span {
  margin-top: 0.2em;
}
.open_campus .schedule .schedule-program .schedule-program__body .note span::before {
  content: "・";
  margin-right: 0.2em;
}
.open_campus .schedule .schedule-program .schedule-program__body .image {
  position: absolute;
  top: -21rem;
  right: 2rem;
  width: 32rem;
}
.open_campus .schedule .schedule-body.coming .items::before {
  content: "COMING SOON";
  grid-column: span 6;
  margin: 1em 0 0;
  font-family: "Jost", sans-serif;
  text-align: center;
  font-size: 3.6rem;
  color: #C8C9D0;
}
.open_campus .schedule .schedule-body.coming .items .item {
  display: none;
}
.open_campus .schedule .schedule-body.coming .schedule-body__inner {
  margin-bottom: 2.8rem;
}
.open_campus .schedule .schedule-body.coming .schedule-body_links {
  display: none;
}
.open_campus .schedule .schedule-body .schedule-body__inner {
  margin-bottom: 5.4rem;
}
.open_campus .schedule .schedule-body .item-year {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  color: #EC5F8B;
  border-bottom: 1px solid #C8C9D0;
}
.open_campus .schedule .schedule-body .items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.6rem;
}
.open_campus .schedule .schedule-body .items .item {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  height: 9.6rem;
  padding: 0 1.2rem;
  color: #EC5F8B;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  border: 0.2rem solid #EC5F8B;
  border-radius: 1rem;
}
.open_campus .schedule .schedule-body .items .item .day {
  margin-bottom: 0.8rem;
  letter-spacing: 0.15em;
  font-size: 3.2rem;
}
.open_campus .schedule .schedule-body .items .item .week {
  font-size: 0.438em;
}
.open_campus .schedule .schedule-body .items .item .time {
  font-weight: 600;
  font-size: 1.5rem;
}
.open_campus .schedule .schedule-body .items .item.end {
  color: rgba(70, 71, 81, 0.7);
  background: #C8C9D0;
  border-color: #C8C9D0;
}
.open_campus .schedule .schedule-body .items .item.end::before {
  content: "終了";
  display: block;
  width: 4em;
  line-height: 2.4rem;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 1.2rem;
  background: #fff;
}
.open_campus .schedule .schedule-body_links {
  text-align: center;
}
.open_campus .schedule .schedule-body_links .button {
  margin-bottom: 2.8rem;
}
.open_campus .schedule .schedule-body_links .button .btn {
  color: #fff;
  background: #EC5F8B;
}
.open_campus .schedule .schedule-body_links .button .btn::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.open_campus .schedule .schedule-body_links .note {
  font-size: 1.2rem;
}
.open_campus .others {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 4rem;
}
.open_campus .others .schedule {
  border: 0.3rem solid #6AB8A9;
}
.open_campus .others .schedule .schedule-head .schedule-title {
  border-left: 0.8rem solid #6AB8A9;
}
.open_campus .others .schedule .schedule-body.coming .items::before {
  grid-column: span 3;
  margin: 1em 0 0;
}
.open_campus .others .schedule .schedule-body .item-year {
  color: #6AB8A9;
}
.open_campus .others .schedule .schedule-body .items {
  grid-template-columns: repeat(3, 1fr);
}
.open_campus .others .schedule .schedule-body .items .item {
  color: #6AB8A9;
  border: 0.2rem solid #6AB8A9;
}
.open_campus .others .schedule .schedule-body .items .item.end {
  color: rgba(70, 71, 81, 0.7);
  border-color: #C8C9D0;
}
.open_campus .others .schedule .schedule-body_links .button .btn {
  background: #6AB8A9;
}

@media screen and (max-width: 768px) {
  .open_campus .l-container {
    margin-top: -11rem;
  }
  .open_campus .schedule {
    margin-bottom: 3.6rem;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 1.6rem;
  }
  .open_campus .schedule .schedule-head {
    margin-bottom: 4.6rem;
  }
  .open_campus .schedule .schedule-head .schedule-title {
    margin-bottom: 2.4rem;
    padding-left: 1.4rem;
    font-size: 1.8rem;
    border-left: 0.4rem solid #EC5F8B;
  }
  .open_campus .schedule .schedule-head .schedule-headline {
    margin-bottom: 0;
  }
  .open_campus .schedule .schedule-program {
    margin-bottom: 3.6rem;
  }
  .open_campus .schedule .schedule-program .schedule-program__body {
    grid-template-columns: 1fr;
    padding: 4.2rem 1rem 4rem;
  }
  .open_campus .schedule .schedule-program .schedule-program__body .head {
    width: 46%;
    padding: 0 0 1.4rem;
    font-size: 1.7rem;
  }
  .open_campus .schedule .schedule-program .schedule-program__body .note {
    padding: 1.4rem 0 0;
    font-size: 1.4rem;
    border-left: none;
    border-top: 1px solid #C8C9D0;
  }
  .open_campus .schedule .schedule-program .schedule-program__body .note span {
    display: block;
    padding-left: 1em;
    text-indent: -0.7em;
  }
  .open_campus .schedule .schedule-program .schedule-program__body .note span + span {
    margin-top: 0.2em;
  }
  .open_campus .schedule .schedule-program .schedule-program__body .note span::before {
    content: "・";
    margin-right: 0.2em;
  }
  .open_campus .schedule .schedule-program .schedule-program__body .image {
    top: 0;
    right: 0;
    width: 14rem;
    transform: translate(-5%, -26%);
  }
  .open_campus .schedule .schedule-body.coming .items::before {
    grid-column: span 2;
    margin: 1em 0 0;
    font-size: 2.4rem;
  }
  .open_campus .schedule .schedule-body .schedule-body__inner {
    margin-bottom: 5.4rem;
  }
  .open_campus .schedule .schedule-body .item-year {
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
    font-size: 2.8rem;
  }
  .open_campus .schedule .schedule-body .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 0.8rem;
  }
  .open_campus .schedule .schedule-body .items .item {
    height: auto;
    padding: 1.2rem;
  }
  .open_campus .schedule .schedule-body .items .item .day {
    margin-bottom: 0.8rem;
    font-size: 2.4rem;
  }
  .open_campus .schedule .schedule-body .items .item .time {
    font-size: 1.2rem;
  }
  .open_campus .schedule .schedule-body .items .item.end::before {
    line-height: 1.6rem;
    font-size: 1rem;
    border-radius: 0.8rem;
  }
  .open_campus .schedule .schedule-body_links .button {
    margin-bottom: 2.8rem;
  }
  .open_campus .schedule .schedule-body_links .button .btn {
    width: 100%;
    height: auto;
    padding: 1.2em 2.8rem;
    text-align: left;
    line-height: 1.5;
    font-size: 1.3rem;
    text-align: center;
  }
  .open_campus .schedule .schedule-body_links .note {
    text-align: left;
    font-size: 1.1rem;
  }
  .open_campus .opencampus .schedule-body_links .button .btn {
    padding: 1.2em 1.8rem;
  }
  .open_campus .others {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .open_campus .others .schedule .schedule-program .schedule-program__body {
    padding: 3.6rem 1rem 4rem;
  }
  .open_campus .others .schedule .schedule-program .schedule-program__body .head {
    width: 100%;
  }
  .open_campus .others .schedule .schedule-body.coming .items::before {
    grid-column: span 2;
    margin: 1em 0 0;
  }
  .open_campus .others .schedule .schedule-body .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .open_campus .others .single .schedule-body_links .note {
    text-align: center;
  }
}
.access .l-container {
  display: grid;
  grid-template-columns: 1fr 77rem;
  gap: 4rem;
  align-items: center;
  padding: 8rem 0;
}
.access .access-body {
  text-align: center;
  color: #006B95;
}
.access .access-body .title {
  margin-bottom: 4.4rem;
}
.access .access-body .title img {
  width: 26.6rem;
}
.access .access-body .headline {
  margin-bottom: 4rem;
}
.access .access-body .link {
  font-size: 1.6rem;
}
.access .access-body .link a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  line-height: 1;
}
.access .access-body .link a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid #006B95;
  border-right: 1px solid #006B95;
  transform: rotate(45deg);
}
.access .access-map iframe {
  width: 100%;
  aspect-ratio: 77/48;
}

@media screen and (max-width: 768px) {
  .access .l-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
    padding: 8rem 0;
  }
  .access .access-body {
    text-align: center;
    color: #006B95;
  }
  .access .access-body .title {
    margin-bottom: 4.4rem;
  }
  .access .access-body .title img {
    width: 20rem;
  }
  .access .access-body .headline {
    margin-bottom: 2rem;
  }
  .access .access-body .link {
    font-size: 1.6rem;
  }
  .access .access-body .link a::after {
    width: 0.5em;
    height: 0.5em;
  }
}
/*# sourceMappingURL=style.css.map */
