@charset "UTF-8";
/*---------------------------
layout
---------------------------*/
/*---------_main.sass---------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #0F0F0F;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a img:hover,
a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
}

/*---------_header.sass---------*/
@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
}

.l-header .u-wrap__big {
  align-items: center;
  justify-content: space-between;
  margin: 57px auto 80px;
}
@media screen and (max-width: 768px) {
  .l-header .u-wrap__big {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .l-hnav__wrap {
    height: 60px;
    width: 100%;
    padding: 0;
    justify-content: flex-start;
    display: block;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
}

.l-hnav__area {
  justify-content: center;
  padding: 16px 0;
  align-items: center;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .l-hnav__area {
    justify-content: space-between;
    padding: 0;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 10;
    background-color: #fff;
  }
}

.l-hnav__logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-hnav__logo {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .l-hnav__logo-link {
    padding: 19px 0 19px;
  }
}

.l-hnav__logo-link img {
  width: auto;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .l-hnav__logo-link img {
    width: 100px;
    height: auto;
    display: block;
  }
}

.l-hnav__logotext {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-hnav__logotext {
    font-size: 1.5rem;
    line-height: 60px;
  }
}

.l-hnav {
  align-items: center;
  position: relative;
}

.l-hnav__list {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .l-hnav__list {
    margin: 0 28px;
    justify-content: space-between;
    padding: 0;
    position: relative;
    padding: 90px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-hnav__list-item {
    width: 100%;
    padding: 12px 0px;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 768px) {
  .l-hnav__list-item::after {
    content: "";
    background-image: url(../img/icon/arrow04.png);
    background-size: 100% 100%;
    width: 12px;
    height: 11px;
  }
}

.l-hnav__list-item-link {
  display: block;
  color: #0F0F0F;
  padding: 0 28px;
  font-size: 1.5rem;
  line-height: 45px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-hnav__list-item-link {
    line-height: 1;
    color: #fff;
    padding: 0;
  }
}

.l-hnav__list-item-link.active {
  color: #3B1124;
}
@media screen and (max-width: 768px) {
  .l-hnav__list-item-link.active {
    color: #fff;
  }
}

.l-hnav__list-item-btn {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-hnav__list-item-btn {
    position: absolute;
    top: 20px;
    right: 62px;
  }
}

.l-hnav__list-item-btn-link {
  line-height: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3B1124;
  padding: 0 17px;
  background: linear-gradient(to bottom, #FCF19F, #F5BF9E);
  border-radius: 27px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-hnav__list-item-btn-link {
    background-color: #fff;
    color: #3B1124;
    font-size: 1.2rem;
    line-height: 26px;
  }
}

.l-hnav__list-item-btn-sp {
  margin-right: 0px;
}
.l-hnav__list-item-btn-sp .l-hnav__list-item-btn-link {
  line-height: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #4B0A22;
  padding: 0 17px;
  background-color: #3B1124;
  border-radius: 27px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-hnav__list-item-btn-sp .l-hnav__list-item-btn-link {
    font-size: 1.2rem;
    padding: 0px 10px;
    line-height: 26px;
  }
}

#l-hnav__menu-btn-check {
  display: none;
}

@media screen and (max-width: 768px) {
  /*メニュー*/
  .l-hnav__btn {
    margin-right: 60px;
  }
  .l-hnav__btn-link {
    text-align: center;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: unset;
    letter-spacing: unset;
  }
  .l-hnav__btn-link img {
    width: 30px;
  }
  .l-hnav__menu-btn {
    font-size: 1.5rem;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 60px;
    width: 60px;
    background-color: unset;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
  }
  .l-hnav__menu-btn:hover {
    opacity: 0.8;
  }
  .l-hnav__menu-btn .l-hnav__menu-border,
  .l-hnav__menu-btn .l-hnav__menu-border:before,
  .l-hnav__menu-btn .l-hnav__menu-border:after {
    content: "";
    display: block;
    height: 1.4px;
    width: 26px;
    background-color: #333;
    position: relative;
    transition: 0.5s;
    z-index: 15;
  }
  .l-hnav__menu-btn .l-hnav__menu-border:before {
    bottom: 7.6px;
  }
  .l-hnav__menu-btn .l-hnav__menu-border:after {
    top: 7.6px;
    width: 15px;
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav__menu-btn .l-hnav__menu-border {
    background: rgba(0, 0, 0, 0);
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav__menu-btn .l-hnav__menu-border::before {
    bottom: 0px;
    transform: rotate(45deg);
    background-color: #fff;
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav__menu-btn .l-hnav__menu-border::after {
    width: 26px;
    top: -2px;
    transform: rotate(-45deg);
    background-color: #fff;
  }
  #l-hnav__menu-btn-check {
    display: none;
  }
  #l-hnav__menu-btn-check:checked ~ .l-hnav {
    right: 0; /*メニューを画面内へ*/
    transition: 0.5s;
  }
  .l-hnav {
    position: fixed;
    top: 0;
    right: -3000px;
    width: 80%;
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: rgba(69, 119, 255, 0.97);
    z-index: 1;
  }
  .h_nav.active {
    right: 60%;
  }
}
/*---------_footer.sass---------*/
/*---------l-mv---------*/
.l-mv__area {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .l-mv__area {
    padding: 80px 0 50px;
  }
}

.l-mv__ttl-area {
  margin-bottom: 48px;
}

.l-mv__ttl {
  color: #3B1124;
  font-size: 8.4rem;
  font-weight: 600;
  line-height: 1.488;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .l-mv__ttl {
    font-size: 4.8rem;
    line-height: 1.166;
    margin-bottom: 14px;
  }
}

.l-mv__ttl-sub {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.488;
}
@media screen and (max-width: 768px) {
  .l-mv__ttl-sub {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.l-mv__news-wrap {
  margin: 0 0 24px auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .l-mv__news-wrap {
    margin: 0 0 24px auto;
    width: 100%;
    overflow-x: scroll;
  }
}

.l-mv__news {
  padding: 8px 30px;
  border-radius: 23px;
  background-color: #F5F4F4;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .l-mv__news {
    margin-bottom: 5px;
    overflow-x: scroll;
    padding: 8px 30px;
    border-radius: 23px;
    background-color: #F5F4F4;
    width: max-content;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

.l-mv__news-new {
  color: #3B1124;
  font-size: 1.2rem;
  margin-right: 30px;
}

.l-mv__news-cate {
  font-size: 1.2rem;
}

.l-mv__news-date {
  font-size: 1.2rem;
  margin-right: 26px;
}

.l-mv__news-text {
  font-size: 1.2rem;
}

.l-mv__area-img {
  border-radius: 32px;
  overflow: hidden;
}

/*---------_footer.sass---------*/
.l-footer {
  padding: 20px 0;
  background-color: #3B1124;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 90px 0 65px;
  }
}

.l-footer__contact-section {
  justify-content: space-between;
  padding-bottom: 108px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-section {
    padding-bottom: 67px;
  }
}

.l-footer__contact-box {
  width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 768px) {
  .l-footer__contact-box {
    width: 100%;
  }
}

.l-footer__contact-box01 .l-footer__contact-box-ttl {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 24px;
}
.l-footer__contact-box01 .c-text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-box01 {
    margin-bottom: 30px;
  }
  .l-footer__contact-box01 .l-footer__contact-box-ttl {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 27px;
  }
  .l-footer__contact-box01 .c-text {
    color: #fff;
    width: 70%;
    margin: 0 auto;
  }
}

.l-footer__contact-box02 {
  border-radius: 12px;
  background-color: #fff;
  padding: 54px 0 37px;
  text-align: center;
  position: relative;
  display: block;
}
.l-footer__contact-box02 .l-footer__contact-box-ttl-small {
  color: #3B1124;
}
.l-footer__contact-box02 .l-footer__contact-box-ttl {
  color: #3B1124;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-box02 {
    padding: 42px 0 22px;
    border-radius: 6px;
    margin-bottom: 8px;
  }
}

.l-footer__contact-box-arrow {
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-box-arrow {
    right: 8px;
    bottom: 9px;
  }
}

.l-footer__contact-box03 {
  border-radius: 12px;
  background-color: #fff;
  padding: 54px 0 37px;
  text-align: center;
}
.l-footer__contact-box03 .l-footer__contact-box-ttl-small {
  color: #3155B5;
}
.l-footer__contact-box03 .l-footer__contact-box-ttl {
  color: #3155B5;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-box03 {
    padding: 42px 0 21px;
    border-radius: 6px;
  }
}

.l-footer__contact-box-ttl-small {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 23px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-box-ttl-small {
    margin-bottom: 0px;
  }
}

.l-footer__contact-box-ttl {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-box-ttl {
    font-size: 3rem;
    margin-bottom: 11px;
  }
}

.l-footer__contact-box-text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-box-text {
    font-size: 1.2rem;
  }
}

.l-fnav {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 108px;
}
@media screen and (max-width: 768px) {
  .l-fnav {
    padding-bottom: 65px;
  }
}

.l-fnav__logo {
  width: 169px;
}
@media screen and (max-width: 768px) {
  .l-fnav__logo {
    margin-bottom: 30px;
  }
}

.l-fnav__list {
  justify-content: center;
  gap: 54px;
}
@media screen and (max-width: 768px) {
  .l-fnav__list {
    gap: 19px 60px;
    justify-content: flex-start;
    width: 210px;
  }
}

.l-fnav__list-item-link {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-fnav__list-item-link {
    min-width: 60px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-fnav__list-bottom {
    padding-bottom: 31px;
  }
}

.l-footer__copy {
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-right: 0;
  }
}

.l-fnav__list-bottom-link {
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 50px;
  color: #fff;
}

/*---------_under.sass---------*/
/*---------------------------
object-utility
---------------------------*/
.u-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.u-serif {
  font-family: "Noto Serif JP", serif;
}

.u-poppins {
  font-family: "Poppins", sans-serif;
}

.u-prompt {
  font-family: "Prompt", sans-serif;
}

.u-inter {
  font-family: "Inter", sans-serif;
}

.u-wrap {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .u-wrap {
    max-width: 90%;
    margin: 0 auto;
  }
}

.u-wrap__big {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .u-wrap__big {
    max-width: 90%;
  }
}

.u-flex {
  display: flex;
  flex-wrap: wrap;
}

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

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

.u-po-re {
  position: relative;
}

.u-jcc {
  justify-content: center;
}

.u-aic {
  align-items: center;
}

.u-jcsb {
  justify-content: space-between;
}

.u-jcsa {
  justify-content: space-around;
}

.u-jcfe {
  justify-content: flex-end;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-bold {
  font-weight: bold;
}

.u-text__tiny {
  font-size: 1.2rem;
}

.u-color__black {
  color: #000;
}

/*---------------------------
object-component
---------------------------*/
.c-ttl__area {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .c-ttl__area {
    margin-bottom: 45px;
  }
}

.c-ttl {
  font-size: 7.2rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-ttl {
    font-size: 4.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
}

.c-ttl__sub {
  color: #3B1124;
  font-size: 1.8rem;
  line-height: 1.44444;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-ttl__sub {
    font-size: 1.4rem;
  }
}

.c-container {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .c-container {
    padding: 50px 0;
  }
}

.c-text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.c-link {
  text-decoration: underline;
}

.c-btn__link {
  padding: 8px 45px 8px 8px;
  background-color: #F5F4F4;
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: bold;
  border-radius: 28px;
  font-size: 1.5rem;
}

.c-btn__link::before {
  content: "";
  background-image: url(../img/icon/arrow01.png);
  background-size: 100% 100%;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.c-btn__sub-link {
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  align-items: center;
}

.c-btn__sub-link::before {
  content: "";
  background-image: url(../img/icon/arrow01.png);
  background-size: 100% 100%;
  margin-right: 10px;
  display: block;
  width: 28px;
  height: 28px;
}

/*---------.sass---------*/
/*---------------------------
object-project
---------------------------*/
/*---------_top.sass---------*/
.p-top__about-section {
  justify-content: space-between;
}
.p-top__about-section .c-ttl__area {
  width: 26.666667%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top__about-section .c-ttl__area {
    width: 100%;
    margin-bottom: 0;
  }
}

.p-top__contents {
  width: 63.666667%;
  margin-top: 90px;
}
.p-top__contents .c-text {
  margin-bottom: 25px;
}
.p-top__contents .c-btn {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-top__contents {
    width: 100%;
    margin-top: 53px;
  }
  .p-top__contents .c-text {
    margin-bottom: 24px;
  }
  .p-top__contents .c-btn {
    margin-top: 40px;
  }
}

.p-top__heading {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 37px;
  line-height: 1.46666667;
}
@media screen and (max-width: 768px) {
  .p-top__heading {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 33px;
  }
}

.p-top__event-section-container {
  margin: -147px auto 0;
  z-index: 5;
  position: relative;
  background: linear-gradient(to bottom, #FCF19F, #F5BF9E);
  max-width: 1028px;
  border-radius: 16px;
  padding: 80px 21px 75px 85px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top__event-section-container {
    margin: -60px auto 0;
    max-width: 90%;
    border-radius: 16px;
    padding: 44px 38px;
  }
}

.p-top__event-section-contents-img {
  width: 31%;
  height:100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__event-section-contents-img {
    width: 100%;
  }
}

.p-top__event-section-contents-img-arrow {
  position: absolute;
  bottom: 9px;
  right: 13px;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .p-top__event-section-contents-img-arrow {
    bottom: 7px;
    right: 7px;
  }
}

.p-top__event-section-contents {
  width: 65.5%;
  padding: 29px 0 0;
}
@media screen and (max-width: 768px) {
  .p-top__event-section-contents {
    width: 100%;
    padding: 25px 0 0;
  }
}

.p-top__event-section-contents-ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2px;
  color: #3B1124;
}
@media screen and (max-width: 768px) {
  .p-top__event-section-contents-ttl {
    font-size: 1.8rem;
    margin-bottom: 2px;
  }
}

.p-top__event-section-contents-list {
  justify-content: space-between;
  margin-top: 26px;
  letter-spacing: 0.05em;
}

.p-top__event-section-contents-list-item {
  width: 100%;
  border-bottom: solid 1px #fff;
  align-items: center;
  padding-bottom: 6px;
  color: #3B1124;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top__event-section-contents-list-item {
    width: 100%;
  }
}

.p-top__event-section-contents-list-item-heading {
  width: 27%;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-top__event-section-contents-list-item-text {
  width: 73%;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-top__event-section-contents-list-item-text  a{
  color: #3B1124;
  text-decoration: underline;
}
.p-top__strength-box {
  margin-bottom: 176px;
}
@media screen and (max-width: 768px) {
  .p-top__strength-box {
    margin-bottom: 56px;
  }
}

.p-top__strength-box:nth-child(even) {
  justify-content: flex-end;
}
.p-top__strength-box:nth-child(even) .p-top__strength-box-img {
  margin-right: 0;
  margin-left: 11.1%;
}
@media screen and (max-width: 768px) {
  .p-top__strength-box:nth-child(even) .p-top__strength-box-img {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-top__strength-box:last-child {
  margin-bottom: 0;
}

.p-top__strength-box-img {
  width: 48.7%;
  overflow: hidden;
  border-radius: 16px;
  margin-right: 11.1%;
}
@media screen and (max-width: 768px) {
  .p-top__strength-box-img {
    width: 100%;
    margin-right: 0;
  }
}

.p-top__strength-box-contents {
  width: 35.65%;
  margin-top: 23px;
}
.p-top__strength-box-contents .c-text {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .p-top__strength-box-contents {
    width: 100%;
    margin-top: 32px;
  }
  .p-top__strength-box-contents .c-text {
    margin-bottom: 40px;
  }
}

.p-top__strength-box-ttl-en {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 45px;
  font-weight: 500;
  color: #3B1124;
}
@media screen and (max-width: 768px) {
  .p-top__strength-box-ttl-en {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 16px;
  }
}

.p-top__strength-box-ttl {
  font-size: 2.6rem;
  line-height: 1.42;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-top__strength-box-ttl {
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 24px;
  }
}

.p-top__member-section {
  background-color: #F2F3F9;
  padding: 150px 0;
}
.p-top__member-section .c-btn__sub {
  width: fit-content;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top__member-section {
    padding: 100px 0;
  }
}

.p-top__member-wrap {
  justify-content: center;
  gap:32px;
  margin-bottom:32px;
}
@media screen and (max-width: 768px){
  .p-top__member-wrap {
    justify-content: center;
    gap:0;
    margin-bottom:32px;
  }
}
.p-top__member-box {
  width: calc((100% - 64px) / 3);
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-top__member-box {
    width: 100%;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .p-top__member-box:last-child {
    margin-bottom: 0px;
  }
}

.p-top__member-contents {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  color: #fff;
  padding:20px 30px;
  background-color:rgba(62,62,62,.78);
}
@media screen and (max-width: 768px) {
  .p-top__member-contents {
    width: 100%;
  }
}

.p-top__member-contents-en {
  font-size: 2.3rem;
  font-weight: 100;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .p-top__member-contents-en {
    font-size: 2rem;
    margin-bottom: 9px;
  }
}

.p-top__member-contents-name {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-top__member-contents-name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1px;
  }
}

.p-top__member-contents-position {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top__member-contents-position {
    font-size: 1.4rem;
  }
}

.p-top__member-arrow {
  position: absolute;
  bottom: 26px;
  right: 32px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .p-top__member-arrow {
    bottom: 26px;
    right: 26px;
  }
}

.p-top__case-section {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-top__case-section {
    padding-bottom: 100px;
  }
}

.p-top__case-box {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top__case-box {
    margin-bottom: 33px;
  }
}

.p-top__case-box-img {
  margin-bottom: 42px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__case-box-img {
    margin-bottom: 24px;
  }
}

.p-top__case-box-arrow {
  position: absolute;
  bottom: 12px;
  right: 14px;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .p-top__case-box-arrow {
    bottom: 11px;
    right: 12px;
  }
}

.p-top__case-box-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-top__case-box-ttl {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}

.p-top__case-box-cate {
  font-size: 1.2rem;
  font-weight: 500;
  color: #3B1124;
  letter-spacing: 0.05em;
}

.p-top__case-section .c-btn__sub {
  position: absolute;
  bottom: 213px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top__case-section .c-btn__sub {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 44px auto 0;
    width: fit-content;
  }
}

.splide.second {
  margin-right: calc(50% - 50vw);
}
.splide.second .splide__arrow {
  top: auto;
  bottom: -103px;
  left: 980px;
}
.splide.second .splide__arrow--prev {
  left: 980px;
  background: unset;
  opacity: 1;
}
.splide.second .splide__arrow--prev svg,
.splide.second .splide__arrow--next svg {
  display: none;
}
.splide.second .splide__arrow--prev::after {
  content: "";
  background-image: url(../img/viola/prev-arrow02.png);
  background-size: 100% 100%;
  width: 22px;
  height: 20px;
  display: block;
  position: absolute;
}
.splide.second .splide__arrow--next {
  left: 1060px;
  background: unset;
  opacity: 1;
}
.splide.second .splide__arrow--next::after {
  content: "";
  background-image: url(../img/viola/next-arrow02.png);
  background-size: 100% 100%;
  width: 22px;
  height: 20px;
  display: block;
  position: absolute;
}
.splide.second .splide__arrow--prev:hover,
.splide.second .splide__arrow--next:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .splide.second {
    margin-right: auto;
  }
}

.splide.second .splide__pagination {
  display: block;
  width: 100%;
  max-width: 900px;
  bottom: -80px;
}

.splide__pagination li {
  width:calc(100% / 3);
  height: fit-content;
}

.splide__pagination__page {
  background-color: #DEDEDE;
  height: 4px;
  border-radius: unset;
  width: 100%;
}

.splide__pagination__page.is-active {
  background-color: #3B1124;
  width: 100%;
  transform: unset;
}

.p-top__blog-section {
  padding-bottom: 250px;
  background-color: #F5F8FF;
}
.p-top__blog-section .c-btn__sub {
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top__blog-section {
    padding-bottom: 80px;
  }
}

.p-top__blog-box {
  padding-bottom: 80px;
  margin-bottom: 80px;
  align-items: center;
  border-bottom: solid 1px #EBEBEB;
}
.p-top__blog-box .c-btn__sub {
  margin: 0 auto;
  width: unset;
}
@media screen and (max-width: 768px) {
  .p-top__blog-box {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}

.p-top__blog-box:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-top__blog-box:last-child {
    margin-bottom: 43px;
  }
}

.p-top__blog-box-img {
  width: 31.6%;
  margin-right: 70px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top__blog-box-img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 18px;
  }
}

.p-top__blog-contents {
  flex: 1;
  position: relative;
}
.p-top__blog-contents .p-top__case-box-cate {
  margin-bottom: 34px;
}
.p-top__blog-contents .c-btn__sub-link {
  justify-content: flex-end;
}
.p-top__blog-contents .c-text {
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .p-top__blog-contents .p-top__case-box-cate {
    margin-bottom: 9px;
  }
  .p-top__blog-contents .c-text {
    display: none;
  }
}

.p-top__blog-content-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top__blog-content-ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0px;
  }
}

.p-top__case-box-cate {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-top__case-box-cate {
    margin-bottom: 7px;
  }
}

.p-top__news-section .c-btn__sub {
  width: fit-content;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top__news-section {
    padding: 65px 0 94px;
  }
}

.p-top__news-item {
  padding-bottom: 25px;
  margin-bottom: 19px;
  border-bottom: solid 1px #EBEBEB;
}
@media screen and (max-width: 768px) {
  .p-top__news-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.p-top__news-item:last-child {
  margin-bottom: 0;
}

.p-top__news-contents {
  flex: 1;
}

.p-top__news-cate {
  font-size: 1.4rem;
  color: #3B1124;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-top__news-cate {
    font-size: 1.2rem;
    margin-bottom: 7px;
  }
}

.p-top__news-ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-top__news-arrow {
  width: 40px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .p-top__news-arrow {
    display: none;
  }
}

.p-event__section__bikou{
  text-align:center;
  margin-top:10px;
}
.p-event__section-contents{
  background: linear-gradient(to bottom, #FCF19F, #F5BF9E);
  padding:50px;
  position:relative;
  border-radius:16px;
}
.p-event__section-ttl{
  font-size:3.2rem;
  color:#3B1124;
  margin-bottom:27px;
  font-weight:bold;
  text-align: center;
}
.p-event__section-ttl-big{
  font-size:4rem;
}
.p-event__section-list{
  margin:0 auto 50px;
  width:fit-content;
}
.p-event__section-item{
  color:#404040;
  font-size:2.4rem;
  font-weight:bold;
}
.p-event__section-btn{
  background-color:#fff;
  border-radius:26px;
  text-align: center;
  font-size:2.8rem;
  font-weight:bold;
  color:#3B1124;
  line-height: 1;
  padding:20px 40px;
  margin:0 auto;
  display: block;
  width:fit-content;
  box-shadow:0px 3px 6px rgba(0,0,0,0.3);
}
.p-event__section-img{
  width:13.18%;
  position:absolute;
  top:48px;
  right:52px;
}
    @media screen and (max-width: 768px){
      .p-event__section-contents{
        background: linear-gradient(to bottom, #FCF19F, #F5BF9E);
        padding:50px 20px;
        position:relative;
        border-radius:16px;
      }
      .p-event__section-ttl{
        font-size:2rem;
        color:#3B1124;
        margin-bottom:27px;
        font-weight:bold;
        text-align: center;
      }
      .p-event__section-ttl-big{
        font-size:3.6rem;
        display:block;
        margin:10px auto 0;
      }
      .p-event__section-list{
        margin:0 auto 50px;
        width:fit-content;
      }
      .p-event__section-item{
        color:#404040;
        font-size:1.8rem;
        font-weight:bold;
        margin-bottom:10px;
      }
      .p-event__section-btn{
        background-color:#fff;
        border-radius:26px;
        text-align: center;
        font-size:1.8rem;
        font-weight:bold;
        color:#404040;
        line-height: 1;
        padding:20px;
        margin:0 auto;
        display: block;
        width:fit-content;
      }
      .p-event__section-img{
        width:13.18%;
        position:absolute;
        top:16%;
        right:30px;
      }
    }
