@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
/* ==========================================================
Default
========================================================== */
@import url(./default.css);
/* colorset [SCSS] */
/* font-size [SCSS] */
body {
  width: 100%;
  font-family: "Shippori Mincho B1", serif;
  color: #4C627D;
  scroll-behavior: auto;
  background: #EEFDFC;
  background: linear-gradient(180deg, #EEFDFC 0%, #FFF 100%);
}

body::-webkit-scrollbar {
  display: none;
}

.gt {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
}

.en {
  font-family: "EB Garamond", serif;
}

.bold {
  font-weight: bold !important;
}

.tel {
  pointer-events: none !important;
}

.tel:hover {
  opacity: 0.5 !important;
}

/* ==========================================================
!COMMONS
========================================================== */
.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 99999999999;
}

header {
  width: 100%;
  height: 88px;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 1180px) {
  header {
    height: 68px;
  }
}
header .in {
  width: 90%;
  margin: auto;
  position: relative;
}
header .in .h-logo {
  width: 400px;
  position: absolute;
  left: 0;
  top: 18px;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1180px) {
  header .in .h-logo {
    width: 270px;
  }
}
header .in .h-logo:hover {
  opacity: 0.5;
}
header .in .g-nav {
  width: 550px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1180px) {
  header .in .g-nav {
    display: none;
  }
}
header .in .g-nav li {
  height: 88px;
  list-style: 1;
  padding-top: 22px;
  position: relative;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
header .in .g-nav li:hover {
  opacity: 0.5;
}
header .in .g-nav li::before {
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #4C627D;
  content: "";
  transition: 0.6s;
}
header .in .g-nav li b {
  font-size: 0.9375rem;
  position: relative;
  z-index: 10;
  transition: 0.6s;
  letter-spacing: 0.0625rem;
}
header .in .g-nav li small {
  font-size: 0.6875rem;
  letter-spacing: 0.034375rem;
  display: block;
  position: relative;
  z-index: 10;
  transition: 0.6s;
}

.in-g-nav {
  width: 305px;
  height: 165px;
  position: fixed;
  left: 0;
  top: 88px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 998;
  opacity: 0;
  transform: translate(0, -20px);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
.in-g-nav.active {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: all;
}
.in-g-nav ul {
  padding: 20px;
}
.in-g-nav ul li {
  width: 100%;
  display: block;
  margin-right: 10px;
  font-size: 0.875rem;
  padding-left: 10px;
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  /*
  &::before{
      content: "ー";
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 100;
  }
  */
}
.in-g-nav ul li:hover {
  opacity: 0.5;
}
.in-g-nav ul li:hover b {
  transform: translate(10px, 0);
}
.in-g-nav ul li b {
  width: 10px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 5px;
  margin: auto;
  background: url(../img/arr-b.svg) no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sns-share {
  width: 90%;
  max-width: 1098px;
  margin: auto;
  position: relative;
  font-size: 87.5%;
  border-top: 1px solid #dce0e4;
  z-index: 10;
  background: #ffffff;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .sns-share {
    width: 100%;
  }
}
.sns-share.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.sns-share ul {
  width: 190px;
  margin: auto;
  position: relative;
  display: flex;
  gap: 16px;
  padding-left: 45px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sns-share ul {
    width: auto;
    padding: 15vw 0 1vw 0;
    margin: auto;
    justify-content: center;
  }
}
.sns-share ul::before {
  content: "Share";
  position: absolute;
  left: 0;
  top: 6px;
}
@media (max-width: 768px) {
  .sns-share ul::before {
    top: 7vw;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
.sns-share ul li {
  width: 30px;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.sns-share ul li:hover {
  opacity: 0.5;
}
.sns-share ul .x {
  width: 26px;
  padding-top: 2px;
}
.sns-share ul .insta {
  width: 32px;
}

footer {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -6%;
}
@media (max-width: 1180px) {
  footer {
    margin-top: -1%;
  }
}
@media (max-width: 768px) {
  footer {
    background: #ffffff;
    padding-top: 300px;
    margin-top: -8%;
    padding-top: 57%;
  }
}
footer.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
footer .f-illust {
  width: 100%;
  position: absolute;
  z-index: 99;
  top: -2px;
  left: 0;
}
@media (max-width: 768px) {
  footer .f-illust {
    top: 4%;
  }
}
footer .in {
  width: 100%;
  background: rgb(48, 184, 217);
  background: linear-gradient(65deg, rgb(48, 184, 217) 0%, rgb(74, 189, 191) 55%, rgb(244, 226, 161) 94%, rgb(255, 216, 157) 100%);
  position: relative;
  z-index: 10;
  padding-top: 20%;
  padding-bottom: 1%;
}
@media (max-width: 768px) {
  footer .in {
    background: rgb(48, 184, 217);
    background: linear-gradient(152deg, rgb(48, 184, 217) 0%, rgb(74, 189, 191) 59%, rgb(244, 226, 161) 104%, rgb(255, 216, 157) 100%);
    z-index: 150;
  }
}
footer .in .in-wrap {
  width: 95%;
  max-width: 1098px;
  margin: auto;
  position: relative;
  margin-top: -2%;
}
@media (max-width: 1180px) {
  footer .in .in-wrap {
    width: 90%;
  }
}
@media (max-width: 768px) {
  footer .in .in-wrap {
    width: 90%;
    z-index: 50;
    margin-top: -15%;
  }
}
footer .in .in-wrap .f-logo {
  width: 480px;
  position: relative;
  left: 0;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  footer .in .in-wrap .f-logo {
    width: 90%;
    margin: auto;
    margin-bottom: 62px;
  }
}
footer .in .in-wrap .f-nav {
  display: flex;
  gap: 68px;
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  footer .in .in-wrap .f-nav {
    width: 90%;
    gap: 20px 0;
    flex-wrap: wrap;
    margin: auto;
  }
}
@media (max-width: 768px) {
  footer .in .in-wrap .f-nav li {
    width: 100%;
  }
}
footer .in .in-wrap .f-nav li p {
  color: #ffffff;
  position: relative;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
footer .in .in-wrap .f-nav li p:hover {
  opacity: 0.5;
}
footer .in .in-wrap .f-nav li p b {
  font-size: 112.5%;
}
footer .in .in-wrap .f-nav li p small {
  font-size: 68.75%;
  display: block;
}
footer .in .in-wrap .f-nav li .mb {
  margin-bottom: 36px;
}
footer .in .in-wrap .f-nav li ol {
  padding-top: 36px;
}
@media (max-width: 768px) {
  footer .in .in-wrap .f-nav li ol {
    padding-top: 15px;
  }
}
footer .in .in-wrap .f-nav li ol li {
  color: #ffffff;
  font-size: 13px;
  padding-left: 18px;
  position: relative;
  padding-bottom: 6px;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
@media (max-width: 768px) {
  footer .in .in-wrap .f-nav li ol li {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    font-size: 0.75rem;
  }
}
footer .in .in-wrap .f-nav li ol li:hover {
  opacity: 0.5;
}
footer .in .in-wrap .f-nav li ol li::before {
  content: "―";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  footer .in .in-wrap .f-nav li ol li::before {
    content: "ー";
  }
}
footer .in .in-wrap .rogin-btn {
  position: absolute;
  right: 0;
  bottom: 25%;
}
@media (max-width: 1180px) {
  footer .in .in-wrap .rogin-btn {
    position: absolute;
    right: 0;
    bottom: 21%;
  }
}
@media (max-width: 768px) {
  footer .in .in-wrap .rogin-btn {
    position: relative;
    width: 90%;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 40px;
    right: 0;
    bottom: 0;
    text-align: center;
  }
}
footer .in .in-wrap .rogin-btn p {
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #ffffff;
  padding: 10px 30px;
  border-radius: 5px;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
@media (max-width: 1180px) {
  footer .in .in-wrap .rogin-btn p {
    padding: 12px 13px;
  }
}
@media (max-width: 768px) {
  footer .in .in-wrap .rogin-btn p {
    width: auto;
    display: inline-block;
    padding: 12px 43px;
  }
}
footer .in .in-wrap .rogin-btn p:hover {
  opacity: 0.5;
}
footer .in .in-wrap .copy {
  padding: 20px 0;
  border-top: 1px solid #ffffff;
}
@media (max-width: 768px) {
  footer .in .in-wrap .copy {
    width: 90%;
    margin: auto;
  }
}
footer .in .in-wrap .copy p {
  text-align: right;
  font-size: 75%;
  color: #ffffff;
}
@media (max-width: 768px) {
  footer .in .in-wrap .copy p {
    font-size: 0.625rem;
    text-align: left;
  }
}

.com--btn-1 p {
  text-align: right;
}
@media (max-width: 768px) {
  .com--btn-1 p {
    text-align: left;
  }
}
.com--btn-1 p span {
  background: linear-gradient(90deg, rgb(116, 217, 239) 0%, rgb(255, 222, 157) 100%);
  border-radius: 100px;
  padding: 20px 80px 20px 50px;
  box-sizing: border-box;
  font-size: 1rem;
  letter-spacing: 0.08rem;
  position: relative;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.com--btn-1 p span::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgb(116, 217, 239) 0%, rgb(255, 222, 157) 100%);
  z-index: 1;
  mix-blend-mode: multiply;
  content: "";
  opacity: 0;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.com--btn-1 p span:hover {
  opacity: 0.5;
}
.com--btn-1 p span:hover b::before {
  transform: translate(15px, 0);
  opacity: 0;
}
.com--btn-1 p span:hover b::after {
  transform: translate(0px, 0);
  opacity: 1;
}
.com--btn-1 p span b {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #ffffff;
  border-radius: 100px;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 5;
}
.com--btn-1 p span b::before {
  width: 10px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arr-b.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.com--btn-1 p span b::after {
  width: 10px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arr-b.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transform: translate(-30px, 0);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.com--btn-2 p {
  text-align: right;
}
.com--btn-2 p span {
  color: #ffffff;
  background: #4C627D;
  border-radius: 100px;
  padding: 20px 80px 20px 50px;
  box-sizing: border-box;
  font-size: 1rem;
  letter-spacing: 0.08rem;
  position: relative;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
@media (max-width: 768px) {
  .com--btn-2 p span {
    padding: 20px 100px 20px 90px;
  }
}
.com--btn-2 p span:hover {
  opacity: 0.5;
}
.com--btn-2 p span:hover b::before {
  transform: translate(15px, 0);
  opacity: 0;
}
.com--btn-2 p span:hover b::after {
  transform: translate(0px, 0);
  opacity: 1;
}
.com--btn-2 p span b {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #ffffff;
  border-radius: 100px;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.com--btn-2 p span b::before {
  width: 10px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arr-b.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.com--btn-2 p span b::after {
  width: 10px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arr-b.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transform: translate(-30px, 0);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.center-btn p {
  text-align: center !important;
}

.com-otherLink {
  width: 100%;
  background: #ffffff;
  padding: 5vw 0;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .com-otherLink {
    padding: 12vw 0;
  }
}
.com-otherLink.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.com-otherLink .in {
  width: 100%;
  max-width: 1048px;
  margin: auto;
  position: relative;
}
@media (max-width: 1180px) {
  .com-otherLink .in {
    margin: auto;
  }
}
@media (max-width: 768px) {
  .com-otherLink .in {
    width: 90%;
    margin: auto;
  }
}
.com-otherLink .in h2 {
  font-size: 1.5rem;
  padding-left: 20px;
  position: relative;
}
.com-otherLink .in h2::before {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 10px;
  background: linear-gradient(117deg, #30B8D9 4.37%, #30B8D9 16.32%, #69D1E2 58.03%, #7CDACA 67.69%, #FADB8B 90.05%, #FADB8B 96.31%);
}
.com-otherLink .in ul {
  display: flex;
  justify-content: space-between;
  gap: 12px 1%;
  flex-wrap: wrap;
  margin-top: 25px;
}
.com-otherLink .in ul li {
  width: 19%;
  position: relative;
  padding: 18px 15px;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  line-height: 150%;
}
@media (max-width: 1180px) {
  .com-otherLink .in ul li {
    width: 24%;
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .com-otherLink .in ul li {
    font-size: 0.75rem;
    width: 48%;
  }
}
.com-otherLink .in ul li:hover {
  opacity: 0.5;
}
.com-otherLink .in ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  background: linear-gradient(117deg, #30B8D9 4.37%, #30B8D9 16.32%, #69D1E2 58.03%, #7CDACA 67.69%, #FADB8B 90.05%, #FADB8B 96.31%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  pointer-events: none;
  border-radius: 8px;
}
.com-otherLink .in ul .single {
  padding: 30px 0; /* 適切な値を設定 */
}
@media (max-width: 1180px) {
  .com-otherLink .in ul .single {
    padding: 28px 0 !important;
  }
}
@media (max-width: 768px) {
  .com-otherLink .in ul .single {
    padding-top: 27px;
  }
}

.menu {
  width: 28px;
  height: 28px;
  position: fixed;
  right: 21px;
  top: 21px;
  z-index: 999999999;
}
.menu .line {
  width: 100%;
  height: 1px;
  background: #4C627D;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu .l1 {
  transform: translate(0, -8px);
}
.menu .l3 {
  transform: translate(0, 8px);
}

.menu--on .l1 {
  transform: translate(0, 0) rotate(-210deg);
}
.menu--on .l2 {
  opacity: 0;
}
.menu--on .l3 {
  transform: translate(0, 0) rotate(210deg);
}

.close {
  width: 28px;
  height: 28px;
  position: fixed;
  right: 21px;
  top: 21px;
  z-index: 9999999999;
  pointer-events: none;
  opacity: 0;
}

.close--on {
  pointer-events: all;
}

.board {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  z-index: 99999999;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}
.board .in {
  position: relative;
  height: 100vh;
  padding: 90px 0px 20vw 0px;
  overflow-x: hidden;
  overflow-y: auto !important;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap !important;
  display: block !important;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(0, 20px);
  transition-delay: 0.1s;
}
.board .in .b-nav {
  display: flex;
  padding-bottom: 5%;
  width: 90%;
  gap: 20px 0;
  flex-wrap: wrap;
  margin: auto;
}
.board .in .b-nav li {
  width: 100%;
}
.board .in .b-nav li p b {
  font-size: 1rem;
}
.board .in .b-nav li p small {
  font-size: 68.75%;
  display: block;
  padding-left: 2px;
}
.board .in .b-nav li .b-link {
  position: relative;
}
.board .in .b-nav li .b-link i {
  width: 10px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arr-b.svg) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.board .in .b-nav li .toggle {
  position: relative;
}
.board .in .b-nav li .toggle i {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.board .in .b-nav li .toggle i::before {
  width: 100%;
  height: 1px;
  background: #4C627D;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.board .in .b-nav li .toggle i::after {
  width: 100%;
  height: 1px;
  background: #4C627D;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  transform: rotate(90deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.board .in .b-nav li .toggle-on i::after {
  transform: rotate(0deg);
}
.board .in .b-nav li .mb {
  margin-bottom: 36px;
}
.board .in .b-nav li ol {
  padding-top: 18px;
}
.board .in .b-nav li ol li {
  width: 100%;
  display: block;
  margin-right: 10px;
  font-size: 0.875rem;
  padding-left: 18px;
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
}
.board .in .b-nav li ol li b {
  width: 10px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arr-b.svg) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.board .in .b-nav li ol li::before {
  content: "ー";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 100;
}
.board .in .b-nav > li {
  border-bottom: 1px solid #4C627D;
  padding-bottom: 20px;
}
.board .in .rogin-btn {
  position: relative;
  width: 90%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.board .in .rogin-btn p {
  width: 80%;
  display: block;
  text-align: center;
  color: #4C627D;
  font-weight: bold;
  border: 1px solid #4C627D;
  padding: 15px 30px;
  border-radius: 5px;
  margin: auto;
}
.board .in .sns-share {
  background: none;
  border-top: none;
  margin-top: 0px;
  margin-bottom: 50px;
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0);
}
.board .in .sns-share ul {
  padding: 1vw 0;
  padding-left: 38px;
}
.board .in .sns-share ul::before {
  top: 1.7vw;
  left: -15px;
  right: 0;
}
@media (max-width: 768px) {
  .board .in .sns-share ul::before {
    top: 2.3vw;
    left: -135px;
    right: 0;
  }
}
.board .in .b-in-mt {
  width: 70%;
  position: relative;
  margin-left: auto;
}
@media (max-width: 768px) {
  .board .in .b-in-mt {
    width: 100%;
  }
}

.board--on {
  pointer-events: all;
  opacity: 1;
}
.board--on .in {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0);
  pointer-events: all;
}

/* ==========================================================
!SECOND PAGE CONTENTS
========================================================== */
/* ==========================================================
!FV CONTENTS
========================================================== */
.ix--fv {
  width: 100%;
  height: 100svh;
  background: url(../img/main-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ix--fv {
    height: 95svh;
    background: url(../img/main-bg-sp.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: visible;
  }
}
.ix--fv .in {
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ix--fv .in {
    height: 110svh;
  }
}
.ix--fv .in .fv-mt {
  width: 550px;
  height: 192px;
  position: absolute;
  right: 0px;
  bottom: 1vw;
  z-index: 15;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  animation-delay: 1s;
  transform: translate(0, 50px);
  filter: blur(50px);
}
@media (max-width: 768px) {
  .ix--fv .in .fv-mt {
    width: 330px;
    height: 192px;
    right: 0px;
    bottom: 0px;
  }
}
.ix--fv .in .fv-mt img {
  width: 100%;
}
.ix--fv .in .fv-mt-active {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0, 0);
}
.ix--fv .in .bird-1 {
  width: 257px;
  height: 246px;
  position: absolute;
  left: -100px;
  top: 90px;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(-50px, 60px);
  opacity: 0;
  filter: blur(50px);
}
@media (max-width: 768px) {
  .ix--fv .in .bird-1 {
    width: 162px;
    height: 145px;
    left: -50px;
    top: 70px;
  }
}
.ix--fv .in .bird-2 {
  width: 73px;
  height: 70px;
  position: absolute;
  left: 165px;
  top: 176px;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(-60px, -50px);
  opacity: 0;
  filter: blur(50px);
  animation-delay: 1s;
}
@media (max-width: 768px) {
  .ix--fv .in .bird-2 {
    width: 53px;
    height: 60px;
    left: 125px;
    top: 126px;
  }
}
.ix--fv .in .bird-3 {
  width: 100px;
  height: 96px;
  position: absolute;
  left: 268px;
  top: 125px;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(-60px, 50px);
  opacity: 0;
  filter: blur(50px);
  animation-delay: 2s;
}
@media (max-width: 768px) {
  .ix--fv .in .bird-3 {
    width: 70px;
    height: 66px;
    left: 188px;
    top: 83px;
  }
}
.ix--fv .in .bird-1-active {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--fv .in .bird-2-active {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--fv .in .bird-3-active {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--fv .in .fv-txt {
  width: 40vw;
  position: absolute;
  left: 6%;
  bottom: 13%;
  opacity: 0;
  transform: translate(0, 150px) scale(1.8);
  filter: blur(200px);
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1180px) {
  .ix--fv .in .fv-txt {
    width: 50vw;
  }
}
@media (max-width: 768px) {
  .ix--fv .in .fv-txt {
    width: 90%;
    aspect-ratio: 16/9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translate(0, 15vw) scale(1.3);
  }
}
.ix--fv .in .fv-txt h1 {
  display: none;
}
.ix--fv .in .fv-txt-active {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0, 0) scale(1); /* アニメーション終了位置 */
}
@media (max-width: 768px) {
  .ix--fv .in .fv-txt-active {
    opacity: 1;
    filter: blur(0px);
    transform: translate(0, -3vw) scale(1); /* アニメーション終了位置 */
  }
}
.ix--fv::before {
  width: 100%;
  height: 26vw;
  position: absolute;
  left: 0;
  bottom: -15vw;
  background: url(../img/fv-nami.webp) no-repeat;
  background-size: cover;
  background-position: center bottom;
  content: "";
  z-index: 10;
}
.ix--fv::after {
  width: 100%;
  height: 26vw;
  position: absolute;
  left: 0;
  bottom: -15vw;
  background: url(../img/fv-gra.webp) no-repeat;
  background-size: cover;
  background-position: center bottom;
  content: "";
  z-index: 5;
}

/* ==========================================================
!INDEX CONTENTS
========================================================== */
/* FV下のリードテキスト */
.ix--intro {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* 枠外の画像配置 */
}
@media (max-width: 768px) {
  .ix--intro {
    padding: 131vw 0 0 0;
    overflow: hidden;
    margin-top: -20px;
  }
}
@media (max-width: 768px) {
  .ix--intro::before {
    width: 90px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 29%;
    background: url(../img/intro-img-sponly.webp) no-repeat;
    background-position: center center;
    background-size: 100%;
    content: "";
    opacity: 0;
    filter: blur(50px);
    transform: translate(3vw, 2vw);
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.ix--intro::after {
  width: 100%;
  height: 70vh;
  background: url(../img/ix--aboutHead-back.png) no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 1;
}
@media (max-width: 768px) {
  .ix--intro.isActive::before {
    opacity: 1;
    filter: blur(0);
    transform: translate(0, 0); /* アニメーション終了位置 */
  }
}
.ix--intro .intro-img1 {
  width: 13vw;
  aspect-ratio: 16/9;
  position: absolute;
  left: 9%;
  top: 10%;
  z-index: 1;
  opacity: 0;
  filter: blur(50px);
  transform: translate(-2vw, -2vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--intro .intro-img1 {
    width: 53vw;
    left: 0px;
    top: 4%;
  }
}
.ix--intro .intro-img1.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--intro .intro-img2 {
  width: 19vw;
  position: absolute;
  right: 0;
  top: -4%;
  z-index: 1;
  opacity: 0;
  filter: blur(50px);
  transform: translate(10vw, -10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--intro .intro-img2 {
    width: 90vw;
    top: 1%;
  }
}
.ix--intro .intro-img2.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--intro .intro-img3 {
  width: 17vw;
  position: absolute;
  left: 0;
  top: 23%;
  z-index: 10;
  opacity: 0;
  filter: blur(50px);
  transform: translate(-2vw, -2vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--intro .intro-img3 {
    width: 23%;
    left: 3%;
    top: 74%;
    bottom: auto;
  }
}
.ix--intro .intro-img3.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--intro .intro-img4 {
  width: 55vw;
  position: absolute;
  left: 0;
  top: 42%;
  z-index: 2;
  opacity: 0;
  filter: blur(50px);
  transform: translate(-2vw, -2vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}
@media (max-width: 768px) {
  .ix--intro .intro-img4 {
    width: 100%;
    left: 0;
    top: 55%;
    bottom: auto;
  }
}
.ix--intro .intro-img4.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--intro .intro-img5 {
  width: 37vw;
  position: absolute;
  right: 0%;
  top: 57%;
  z-index: 10;
  opacity: 0;
  filter: blur(50px);
  transform: translate(5vw, 5vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--intro .intro-img5 {
    width: 70%;
    right: 0;
    top: 69%;
    bottom: auto;
    z-index: 10;
  }
}
.ix--intro .intro-img5.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--intro .in {
  width: 90%;
  max-width: 1098px;
  margin: auto;
  position: relative;
  padding: 10vw 0;
  z-index: 5;
}
@media (max-width: 768px) {
  .ix--intro .in {
    width: 100%;
    padding-bottom: 0;
    padding: 25% 0;
  }
}
.ix--intro .in .intro--title {
  width: 100%;
  max-width: 523px;
  margin: auto;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 5vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--intro .in .intro--title {
    width: 248px;
  }
}
.ix--intro .in .intro--title.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--intro .in .intro--txt {
  font-size: 1.1875rem;
  line-height: 2.8125rem;
  letter-spacing: 0.178125rem;
  text-align: center;
  margin-top: 76px;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 8vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--intro .in .intro--txt {
    font-size: 0.84375rem;
    line-height: 2.1875rem;
    letter-spacing: 1.4px;
    margin-top: 46px;
  }
}
.ix--intro .in .intro--txt.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--intro .ix--aboutHead {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-top: 10%;
}
@media (max-width: 768px) {
  .ix--intro .ix--aboutHead {
    position: relative;
    margin-top: 145%;
    background: url(../img/ix--aboutHead.webp) no-repeat;
    background-position: top center;
    background-size: 100%;
    overflow: hidden;
    padding-top: 0%;
  }
}
.ix--intro .ix--aboutHead .in {
  width: 90%;
  max-width: 1098px;
  margin: auto;
  position: relative;
  padding: 10vw 0 5% 0;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ix--intro .ix--aboutHead .in.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--intro .ix--aboutHead .in .title {
  position: absolute;
}
.ix--intro .ix--aboutHead .in .title h2 {
  font-size: 11.0625rem;
  position: absolute;
  background: linear-gradient(266deg, #FFF 0.43%, #F5FDFF 59.27%, #EEFBFF 92.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .ix--intro .ix--aboutHead .in .title h2 {
    font-size: 6.25rem;
  }
}
.ix--intro .ix--aboutHead .in .title h3 {
  position: relative;
  font-size: 2.375rem;
  letter-spacing: 0.11875rem;
  top: 150px;
  left: 3vw;
}
@media (max-width: 768px) {
  .ix--intro .ix--aboutHead .in .title h3 {
    font-size: 2rem;
    top: 75px;
    left: 6vw;
  }
}
.ix--intro .ix--aboutHead .in .caption {
  width: 63%;
  padding-right: 5%;
  margin-left: auto;
  position: relative;
  padding-top: 160px;
}
@media (max-width: 1180px) {
  .ix--intro .ix--aboutHead .in .caption {
    width: 100%;
    padding: 250px 0 50px 0;
  }
}
@media (max-width: 768px) {
  .ix--intro .ix--aboutHead .in .caption {
    width: 100%;
    padding: 150px 0 30px 0;
  }
}
.ix--intro .ix--aboutHead .in .caption h4 {
  font-size: 1rem;
  line-height: 2.1rem;
  letter-spacing: 0.08rem;
  margin-bottom: 60px;
}

/* ABOUT - PROJECT の間のビジュアル */
.ix--space {
  width: 100%;
  height: 522px;
  position: relative;
  overflow: hidden;
  background: #c7f4ff;
  padding-top: 120px;
  margin-top: -1vw;
}
@media (max-width: 768px) {
  .ix--space {
    height: 330px;
    overflow: hidden;
    padding-top: 110px;
    background: #c5f3ff;
    margin-top: -3px;
  }
}
.ix--space.isActive .in {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--space.isActive::before {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--space::before {
  width: 450px;
  height: 208px;
  background: url(../img/ix-vi-img.webp) no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 2vw;
  content: "";
  z-index: 10;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--space::before {
    width: 250px;
    height: 180px;
    top: -7vw;
  }
}
.ix--space .in {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../img/ix--space.webp) no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--space .in {
    width: 100%;
    height: 160%;
    margin-top: -16%;
  }
}
.ix--space .in h2 {
  display: none;
}

/* 私たちの活動 */
.ix--project {
  width: 100%;
  position: relative;
  background: linear-gradient(117deg, #30B8D9 4.37%, #30B8D9 16.32%, #69D1E2 58.03%, #7CDACA 67.69%, #FADB8B 90.05%, #FADB8B 96.31%);
  z-index: 1;
}
@media (max-width: 768px) {
  .ix--project {
    overflow: hidden;
  }
}
.ix--project::before {
  width: 293px;
  height: 133px;
  position: absolute;
  top: 5vw;
  left: 3vw;
  background: url(../img/sakana-1.webp) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  opacity: 0.54;
}
@media (max-width: 768px) {
  .ix--project::before {
    width: 233px;
    left: -5vw;
    top: 9vw;
  }
}
.ix--project::after {
  width: 293px;
  height: 133px;
  position: absolute;
  bottom: 22vw;
  right: 3vw;
  background: url(../img/sakana-2.webp) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  opacity: 0.54;
}
@media (max-width: 768px) {
  .ix--project::after {
    width: 243px;
    height: 133px;
    bottom: 22vw;
    right: -17vw;
  }
}
.ix--project .in {
  width: 100%;
  margin-left: auto;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--project .in {
    width: 100%;
    margin-left: auto;
  }
}
.ix--project .in.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--project .in .in-in {
  width: 100%;
  padding: 15vw 0 31vw 0;
}
@media (max-width: 1180px) {
  .ix--project .in .in-in {
    padding: 25vw 0 31vw 0;
  }
}
@media (max-width: 768px) {
  .ix--project .in .in-in {
    padding: 50vw 0;
  }
}
.ix--project .in .in-in .title {
  width: 90%;
  max-width: 1098px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .ix--project .in .in-in .title {
    margin-left: 6%;
    padding-right: 5%;
  }
}
.ix--project .in .in-in .title h2 {
  font-size: 11.125rem;
  position: absolute;
  right: 0;
  top: -15%;
  line-height: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .ix--project .in .in-in .title h2 {
    opacity: 0.3;
    font-size: 6.25rem;
    right: 6vw;
  }
}
.ix--project .in .in-in .title h2 span {
  background: linear-gradient(266deg, rgba(235, 251, 236, 0.6) 0.43%, rgba(220, 248, 255, 0.6) 92.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ix--project .in .in-in .title h3 {
  font-size: 2.375rem;
  letter-spacing: 0.11875rem;
  padding-bottom: 40px;
  line-height: 1;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .ix--project .in .in-in .title h3 {
    font-size: 2rem;
  }
}
.ix--project .in .in-in .title h4 {
  font-size: 1rem;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .ix--project .in .in-in .title h4 {
    font-size: 0.875rem;
    text-align: center;
  }
}
.ix--project .in .in-in .swiper {
  width: 100%;
  position: relative;
  padding-top: 57px;
}
@media (max-width: 768px) {
  .ix--project .in .in-in .swiper {
    padding-right: 130px !important;
  }
}
.ix--project .in .in-in .swiper .swiper-wrapper {
  display: flex;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .ix--project .in .in-in .swiper .swiper-wrapper {
    padding-right: 30px;
  }
}
.ix--project .in .in-in .swiper .swiper-slide {
  flex-shrink: 0;
  width: 300px;
}
@media (max-width: 768px) {
  .ix--project .in .in-in .swiper .swiper-slide {
    width: 236px;
  }
}
.ix--project .in .in-in .swiper .swiper-slide:hover .in-img {
  transform: scale(1.1);
}
.ix--project .in .in-in .swiper .swiper-slide .bigImg {
  width: 100%;
  height: 436px;
  -webkit-mask-image: url(../img/musk-img.webp);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../img/musk-img.webp);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  margin-bottom: 20px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .ix--project .in .in-in .swiper .swiper-slide .bigImg {
    height: 350px;
  }
}
.ix--project .in .in-in .swiper .swiper-slide .bigImg .in-img {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
  pointer-events: none;
}
.ix--project .in .in-in .swiper .swiper-slide .bigImg .in-img img {
  width: 100%;
  object-fit: cover;
}
.ix--project .in .in-in .swiper .swiper-slide h5 {
  position: relative;
}
.ix--project .in .in-in .swiper .swiper-slide h5 b {
  background: #3ba5c7;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2.7rem;
  letter-spacing: 0.09rem;
  padding: 6px 7px;
}
.ix--project .in .in-in .swiper .swiper-slide.single {
  padding-top: 25px;
}
.ix--project .in .in-in .swiper .prev-btn,
.ix--project .in .in-in .swiper .next-btn {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #4C627D;
  border-radius: 100px;
  z-index: 999;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--project .in .in-in .swiper .prev-btn,
  .ix--project .in .in-in .swiper .next-btn {
    width: 45px;
    height: 45px;
  }
}
.ix--project .in .in-in .swiper .prev-btn.prev-btn,
.ix--project .in .in-in .swiper .next-btn.prev-btn {
  transform: translate(65px, 0);
}
@media (max-width: 768px) {
  .ix--project .in .in-in .swiper .prev-btn.prev-btn,
  .ix--project .in .in-in .swiper .next-btn.prev-btn {
    transform: translate(-23px, 0);
  }
}
.ix--project .in .in-in .swiper .prev-btn.prev-btn::after,
.ix--project .in .in-in .swiper .next-btn.prev-btn::after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: url(../img/prev-arr.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media (max-width: 768px) {
  .ix--project .in .in-in .swiper .prev-btn.prev-btn::after,
  .ix--project .in .in-in .swiper .next-btn.prev-btn::after {
    background: url(../img/prev-arr.svg) no-repeat;
    background-position: center center;
    background-size: 70%;
  }
}
.ix--project .in .in-in .swiper .prev-btn.next-btn,
.ix--project .in .in-in .swiper .next-btn.next-btn {
  right: 0;
  transform: translate(-65px, 0);
}
@media (max-width: 768px) {
  .ix--project .in .in-in .swiper .prev-btn.next-btn,
  .ix--project .in .in-in .swiper .next-btn.next-btn {
    transform: translate(-83px, 0);
  }
}
.ix--project .in .in-in .swiper .prev-btn.next-btn::after,
.ix--project .in .in-in .swiper .next-btn.next-btn::after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: url(../img/next-arr.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media (max-width: 768px) {
  .ix--project .in .in-in .swiper .prev-btn.next-btn::after,
  .ix--project .in .in-in .swiper .next-btn.next-btn::after {
    background: url(../img/next-arr.svg) no-repeat;
    background-position: center center;
    background-size: 70%;
  }
}
.ix--project .in .in-in .swiper .swiper-button-disabled {
  opacity: 0 !important;
}

/* お知らせ */
.ix--news {
  position: relative;
  z-index: 10;
  background: #C5F3FF;
  padding-bottom: 25vw;
}
.ix--news .in {
  position: relative;
}
@media (max-width: 768px) {
  .ix--news .in {
    margin: auto;
  }
}
.ix--news .in .news-mt {
  width: 411px;
  height: 218px;
  position: absolute;
  left: 0;
  top: -20vw;
  z-index: 15;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1200px) {
  .ix--news .in .news-mt {
    width: 300px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .ix--news .in .news-mt {
    width: 200px;
    height: 110px;
    top: -30vw;
  }
}
.ix--news .in .news-mt.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--news .in::before {
  width: 100%;
  height: 26vw;
  position: absolute;
  left: 0;
  top: -20vw;
  background: url(../img/news-head.png) no-repeat;
  background-size: cover;
  background-position: top bottom;
  content: "";
  z-index: 10;
}
@media (max-width: 768px) {
  .ix--news .in::before {
    background: url(../img/news-head-sp.webp) no-repeat;
    background-size: cover;
    background-position: top bottom;
  }
}
.ix--news .in .title {
  position: relative;
  padding: 0;
  z-index: 50;
  padding-bottom: 80px;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--news .in .title {
    padding-top: 120px;
    overflow: hidden;
  }
}
.ix--news .in .title.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--news .in .title .ix-t-illust-1 {
  width: 112px;
  height: 131px;
  position: absolute;
  left: calc((100% - 1098px) / 1.8);
  top: 5.5vw;
}
@media (max-width: 1180px) {
  .ix--news .in .title .ix-t-illust-1 {
    left: -20px;
    top: 21.5vw;
  }
}
@media (max-width: 768px) {
  .ix--news .in .title .ix-t-illust-1 {
    width: 14%;
    max-width: 100px;
    height: 72px;
    top: 68%;
    left: -2vw;
  }
}
@media (max-width: 420px) {
  .ix--news .in .title .ix-t-illust-1 {
    width: 24%;
    left: -8vw;
  }
}
.ix--news .in .title .ix-t-illust-2 {
  width: 200px;
  height: 225px;
  position: absolute;
  right: calc((100% - 1098px) / 2.3);
  top: -5vw;
}
@media (max-width: 1180px) {
  .ix--news .in .title .ix-t-illust-2 {
    overflow: hidden;
    right: 0;
  }
}
@media (max-width: 768px) {
  .ix--news .in .title .ix-t-illust-2 {
    width: 24%;
    max-width: 160px;
    height: auto;
    top: 0%;
  }
}
@media (max-width: 420px) {
  .ix--news .in .title .ix-t-illust-2 {
    width: 34%;
  }
}
@media (max-width: 1180px) {
  .ix--news .in .title .ix-t-illust-2 img {
    position: relative;
    right: -50px;
  }
}
.ix--news .in .title h2 {
  width: 100%;
  font-size: 11.125rem;
  position: absolute;
  text-align: center;
  line-height: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .ix--news .in .title h2 {
    font-size: 6.25rem;
  }
}
.ix--news .in .title h2 span {
  background: linear-gradient(266deg, rgba(235, 251, 236, 0.6) 0.43%, rgba(220, 248, 255, 0.6) 92.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ix--news .in .title h3 {
  font-size: 2.375rem;
  letter-spacing: 0.11875rem;
  padding-bottom: 60px;
  padding-top: 35px;
  line-height: 1;
  position: relative;
  z-index: 10;
  text-align: center;
}
@media (max-width: 768px) {
  .ix--news .in .title h3 {
    font-size: 2rem;
    padding-bottom: 42px;
  }
}
.ix--news .in .title h4 {
  font-size: 1rem;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
  position: relative;
  z-index: 10;
  text-align: center;
}
@media (max-width: 768px) {
  .ix--news .in .title h4 {
    width: 85%;
    margin: auto;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.8375rem;
    letter-spacing: 0px;
  }
}
.ix--news .in .newsBox {
  width: 100%;
  max-width: 1098px;
  position: relative;
  margin: auto;
  border-radius: 10px;
  margin-bottom: 60px;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1180px) {
  .ix--news .in .newsBox {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .ix--news .in .newsBox {
    width: 90%;
  }
}
.ix--news .in .newsBox.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--news .in .newsBox .nb-illust-1 {
  width: 88px;
  height: 157px;
  position: absolute;
  top: -3vw;
  right: 2vw;
  z-index: 10;
}
@media (max-width: 768px) {
  .ix--news .in .newsBox .nb-illust-1 {
    width: 20%;
    max-width: 100px;
    height: auto;
    top: -5%;
    right: -2%;
  }
}
.ix--news .in .newsBox .nb-illust-2 {
  width: 178px;
  height: 239px;
  position: absolute;
  top: 30vw;
  left: -5.5vw;
  z-index: 10;
}
@media (max-width: 1180px) {
  .ix--news .in .newsBox .nb-illust-2 {
    width: 178px;
    height: 239px;
    bottom: -60px;
    left: -5.5vw;
    top: auto;
  }
}
@media (max-width: 768px) {
  .ix--news .in .newsBox .nb-illust-2 {
    width: 39%;
    max-width: 200px;
    height: auto;
    top: auto;
    bottom: -6%;
    left: -12%;
  }
}
.ix--news .in .newsBox::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(124deg, rgba(150, 216, 208, 0.53) 2.25%, rgba(0, 154, 145, 0.84) 119.85%);
  opacity: 0.3;
  content: "";
}
.ix--news .in .newsBox .in-box {
  width: 90%;
  max-width: 900px;
  position: relative;
  margin: auto;
  padding: 5% 0;
  z-index: 10;
}
@media (max-width: 1180px) {
  .ix--news .in .newsBox .in-box {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .ix--news .in .newsBox .in-box {
    padding: 13% 0;
  }
}
.ix--news .in .newsBox .in-box h5 {
  text-align: center;
  vertical-align: middle;
}
.ix--news .in .newsBox .in-box h5 b {
  font-weight: normal;
  font-size: 2.25rem;
  border: 2px solid #ffffff;
  padding: 0 15px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .ix--news .in .newsBox .in-box h5 b {
    font-size: 1.75rem;
    letter-spacing: 1.4px;
  }
}
.ix--news .in .newsBox .in-box h5 small {
  font-size: 1.375rem;
  padding-left: 10px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .ix--news .in .newsBox .in-box h5 small {
    font-size: 1.125rem;
    letter-spacing: 1.44px;
  }
}
.ix--news .in .newsBox .in-box .tab-btns {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .ix--news .in .newsBox .in-box .tab-btns {
    margin-top: 22px;
  }
}
.ix--news .in .newsBox .in-box .tab-btns ul {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.ix--news .in .newsBox .in-box .tab-btns ul li {
  width: 33.3333%;
  text-align: center;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ix--news .in .newsBox .in-box .tab-btns ul li {
    font-size: 0.875rem;
  }
}
.ix--news .in .newsBox .in-box .tab-btns ul li:hover::before {
  background: #4C627D;
  opacity: 0.1;
}
.ix--news .in .newsBox .in-box .tab-btns ul li b {
  position: relative;
  z-index: 10;
  color: #4C627D;
  opacity: 0.6;
}
.ix--news .in .newsBox .in-box .tab-btns ul li::before {
  width: 97%;
  height: 82%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  content: "";
  background: linear-gradient(117deg, #30B8D9 4.37%, #30B8D9 16.32%, #69D1E2 58.03%, #7CDACA 67.69%, #FADB8B 90.05%, #FADB8B 96.31%);
  border-radius: 3px;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
@media (max-width: 768px) {
  .ix--news .in .newsBox .in-box .tab-btns ul li::before {
    width: 95%;
    height: 92%;
  }
}
.ix--news .in .newsBox .in-box .tab-btns ul li::after {
  width: 1px;
  height: 60%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: #4C627D;
  margin: auto;
  opacity: 0.2;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ix--news .in .newsBox .in-box .tab-btns ul li:last-child::after {
  display: none;
}
.ix--news .in .newsBox .in-box .tab-btns ul .active:hover::before {
  background: linear-gradient(117deg, #30B8D9 4.37%, #30B8D9 16.32%, #69D1E2 58.03%, #7CDACA 67.69%, #FADB8B 90.05%, #FADB8B 96.31%);
  opacity: 1;
}
.ix--news .in .newsBox .in-box .tab-btns ul .active::before {
  opacity: 1;
}
.ix--news .in .newsBox .in-box .tab-btns ul .active b {
  color: #ffffff;
  opacity: 1;
}
.ix--news .in .newsBox .in-box .box-panel {
  width: 100%;
  position: relative;
  padding-top: 35px;
  padding-bottom: 30px;
}
.ix--news .in .newsBox .in-box .box-panel .com--btn-2 {
  margin-top: 70px;
}
.ix--news .in .newsBox .in-box .box-panel .list-wrap {
  height: 0px;
  overflow: hidden;
  position: relative;
  visibility: hidden;
}
.ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  opacity: 0;
  transform: translate(0, 20px);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs {
    gap: 36px;
  }
}
.ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item {
  width: 30%;
}
@media (max-width: 768px) {
  .ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item {
    width: 100%;
  }
}
.ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item:hover .in-img {
  transform: scale(1.1);
}
.ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item .bigImg {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item .bigImg {
    margin-bottom: 15px;
  }
}
.ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item .bigImg .in-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  will-change: transform;
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item .bigImg .in-img img {
  object-fit: cover;
}
.ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item .data {
  font-size: 0.75rem;
  letter-spacing: 0.0375rem;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item .data {
    margin-bottom: 8px;
  }
}
.ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item h6 {
  font-size: 1.125rem;
  letter-spacing: 0.05625rem;
  line-height: 1.9125rem;
  padding-bottom: 20px;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item h6 {
    font-size: 1rem;
  }
}
.ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item h6:hover {
  text-decoration: underline;
}
.ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item ol {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item ol li {
  font-size: 0.9375rem;
  display: inline-block;
  padding-left: 13px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item ol li {
    font-size: 0.875rem;
    margin-right: 18px;
  }
}
.ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item ol li:hover {
  opacity: 0.5;
}
.ix--news .in .newsBox .in-box .box-panel .list-wrap .flexs .list-item ol li::before {
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
}
.ix--news .in .newsBox .in-box .box-panel .active-list {
  height: auto;
  visibility: visible;
}
.ix--news .in .newsBox .in-box .box-panel .active-list .flexs {
  opacity: 1;
  transform: translate(0, 0);
}
.ix--news .in .keywordBox {
  width: 100%;
  max-width: 1098px;
  position: relative;
  margin: auto;
  border-radius: 10px;
  margin-bottom: 80px;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--news .in .keywordBox {
    width: 100%;
    overflow: hidden;
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.ix--news .in .keywordBox.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--news .in .keywordBox .kb-illust-1 {
  width: 196px;
  height: 192px;
  position: absolute;
  right: calc((100% - 1200px) / 2.5);
  top: -4vw;
  z-index: 10;
}
@media (max-width: 1180px) {
  .ix--news .in .keywordBox .kb-illust-1 {
    width: 166px;
    height: 172px;
    right: -40px;
  }
}
@media (max-width: 768px) {
  .ix--news .in .keywordBox .kb-illust-1 {
    width: 33%;
    max-width: 200px;
    height: auto;
    right: -3%;
    top: 3%;
  }
}
.ix--news .in .keywordBox .kb-illust-2 {
  width: 272px;
  height: 227px;
  position: absolute;
  left: calc((100% - 1200px) / 1);
  bottom: -7.5vw;
  z-index: 10;
}
@media (max-width: 1180px) {
  .ix--news .in .keywordBox .kb-illust-2 {
    width: 252px;
    height: 207px;
    left: -100px;
    bottom: -10.5vw;
  }
}
@media (max-width: 768px) {
  .ix--news .in .keywordBox .kb-illust-2 {
    width: 56%;
    max-width: 280px;
    height: auto;
    left: -11%;
    bottom: -2%;
    z-index: 10;
  }
}
.ix--news .in .keywordBox .kb-in {
  width: 100%;
  margin: auto;
  position: relative;
}
@media (max-width: 768px) {
  .ix--news .in .keywordBox .kb-in {
    width: 90%;
  }
}
.ix--news .in .keywordBox .kb-in::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(124deg, rgba(150, 216, 208, 0.53) 2.25%, rgba(0, 154, 145, 0.84) 119.85%);
  opacity: 0.3;
  content: "";
}
.ix--news .in .keywordBox .kb-in .in-box {
  width: 90%;
  max-width: 900px;
  position: relative;
  margin: auto;
  padding: 5% 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .ix--news .in .keywordBox .kb-in .in-box {
    padding: 13% 0;
  }
}
.ix--news .in .keywordBox .kb-in .in-box h5 {
  text-align: center;
  vertical-align: middle;
}
.ix--news .in .keywordBox .kb-in .in-box h5 b {
  font-weight: normal;
  font-size: 2.25rem;
  border: 2px solid #ffffff;
  padding: 0 15px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .ix--news .in .keywordBox .kb-in .in-box h5 b {
    font-size: 1.75rem;
    letter-spacing: 1.4px;
  }
}
.ix--news .in .keywordBox .kb-in .in-box h5 small {
  font-size: 1.375rem;
  padding-left: 10px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .ix--news .in .keywordBox .kb-in .in-box h5 small {
    font-size: 1.125rem;
    letter-spacing: 1.44px;
  }
}
.ix--news .in .keywordBox .kb-in .in-box .keyword-list {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .ix--news .in .keywordBox .kb-in .in-box .keyword-list {
    padding-top: 32px;
  }
}
.ix--news .in .keywordBox .kb-in .in-box .keyword-list ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .ix--news .in .keywordBox .kb-in .in-box .keyword-list ul {
    gap: 8px;
  }
}
.ix--news .in .keywordBox .kb-in .in-box .keyword-list ul li {
  display: inline-block;
  position: relative;
  background: linear-gradient(117deg, #30B8D9 4.37%, #30B8D9 16.32%, #69D1E2 58.03%, #7CDACA 67.69%, #FADB8B 90.05%, #FADB8B 96.31%);
  border-radius: 100px;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.ix--news .in .keywordBox .kb-in .in-box .keyword-list ul li:hover {
  opacity: 0.5;
}
.ix--news .in .keywordBox .kb-in .in-box .keyword-list ul li span {
  position: relative;
  display: inline-block;
  background: #ffffff;
  border-radius: 100px;
  margin: 2px 2px;
  font-size: 1rem;
  text-align: center;
  padding: 5px 25px;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--news .in .keywordBox .kb-in .in-box .keyword-list ul li span {
    padding: 5px 10px;
  }
}
.ix--news .in .keywordBox .kb-in .in-box .keyword-list ul li span b {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  padding: 0 5px 0 15px;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--news .in .keywordBox .kb-in .in-box .keyword-list ul li span b {
    font-size: 0.875rem;
  }
}
.ix--news .in .keywordBox .kb-in .in-box .keyword-list ul li span b::before {
  content: "#";
  position: absolute;
  left: 0;
  top: 0px;
}
.ix--news .in .bigBanner {
  width: 100%;
  max-width: 1098px;
  position: relative;
  margin: auto;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
@media (max-width: 1180px) {
  .ix--news .in .bigBanner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .ix--news .in .bigBanner {
    padding-top: 50px;
    margin-bottom: 80px;
    margin-top: -100px;
  }
}
.ix--news .in .bigBanner.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--news .in .bigBanner .banner-img {
  position: relative;
}
@media (max-width: 768px) {
  .ix--news .in .bigBanner .banner-img {
    width: 90%;
    margin: auto;
  }
}
.ix--news .in .bigBanner .banner-img img {
  will-change: transform;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ix--news .in .bigBanner .banner-img:hover img {
  transform: scale(1.01);
  opacity: 0.8;
}
.ix--news .in .bigBanner .banner-img:hover .in-btn-icon b::before {
  transform: translate(15px, 0);
  opacity: 0;
}
.ix--news .in .bigBanner .banner-img:hover .in-btn-icon b::after {
  transform: translate(0px, 0);
  opacity: 1;
}
.ix--news .in .bigBanner .banner-img .in-btn-icon {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #ffffff;
  border-radius: 100px;
  overflow: hidden;
}
.ix--news .in .bigBanner .banner-img .in-btn-icon b {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
  border-radius: 100px;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ix--news .in .bigBanner .banner-img .in-btn-icon b::before {
  width: 10px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arr-b.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ix--news .in .bigBanner .banner-img .in-btn-icon b::after {
  width: 10px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arr-b.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  transform: translate(-30px, 0);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.ix--news .in .bigBanner h2 {
  font-size: 1.5625rem;
  letter-spacing: 0.25rem;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .ix--news .in .bigBanner h2 {
    font-size: 1.125rem;
    line-height: 1.9125rem;
    letter-spacing: 1.62px;
  }
}
.ix--news .in .bigBanner h2 span {
  display: inline-block;
  position: relative;
}
.ix--news .in .bigBanner h2 span::before {
  width: 46px;
  height: 52px;
  position: absolute;
  right: -60px;
  top: -10px;
  background: url(../img/banner-icon.webp) no-repeat;
  background-size: 100%;
  background-position: center center;
  content: "";
}
@media (max-width: 768px) {
  .ix--news .in .bigBanner h2 span::before {
    left: 0;
    right: 0;
    top: -70px;
    margin: auto;
  }
}

/* 関連リンク */
.ix--network {
  position: relative;
  z-index: 10;
  background: #ffffff;
}
@media (max-width: 1180px) {
  .ix--network {
    padding-bottom: 0;
  }
}
.ix--network .in {
  position: relative;
  /* 装飾パーツ */
  /* タイトル周り */
}
.ix--network .in.isActive::after {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--network .in .network-wood {
  width: 80px;
  height: 85px;
  position: absolute;
  left: 7vw;
  top: -10vw;
  background: url(../img/network-wood.webp) no-repeat;
  background-size: cover;
  background-position: top bottom;
  z-index: 18;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--network .in .network-wood {
    width: 60px;
    height: 65px;
  }
}
.ix--network .in .network-wood.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--network .in::before {
  width: 100%;
  height: 26vw;
  position: absolute;
  left: 0;
  top: -20vw;
  background: url(../img/network-head.webp) no-repeat;
  background-size: cover;
  background-position: top bottom;
  content: "";
  z-index: 10;
}
.ix--network .in::after {
  width: 337px;
  height: 361px;
  position: absolute;
  right: 0;
  top: -20vw;
  background: url(../img/network-mt.webp) no-repeat;
  background-size: 100%;
  background-position: top center;
  content: "";
  z-index: 15;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .ix--network .in::after {
    width: 203px;
    height: 239px;
    background: url(../img/network-mt.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    top: -28vw;
  }
}
.ix--network .in .title {
  width: 100%;
  max-width: 1048px;
  position: relative;
  padding: 0;
  z-index: 50;
  padding-bottom: 80px;
  margin: auto;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1180px) {
  .ix--network .in .title {
    width: 90%;
    padding: 80px 0 50px 0;
  }
}
@media (max-width: 768px) {
  .ix--network .in .title {
    width: 90%;
    margin: auto;
    padding: 80px 0 50px 0;
  }
}
.ix--network .in .title.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--network .in .title h2 {
  width: 100%;
  font-size: 11.125rem;
  position: absolute;
  left: -5vw;
  text-align: left;
  line-height: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .ix--network .in .title h2 {
    font-size: 6.25rem;
  }
}
.ix--network .in .title h2 span {
  background: linear-gradient(90deg, #ebfbf4 0%, #dcf8ff 64%, #dcf8ff 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.ix--network .in .title h3 {
  font-size: 2.375rem;
  letter-spacing: 0.11875rem;
  padding-bottom: 30px;
  padding-top: 35px;
  line-height: 1;
  position: relative;
  z-index: 10;
  text-align: left;
}
@media (max-width: 768px) {
  .ix--network .in .title h3 {
    font-size: 2.25rem;
  }
}
.ix--network .in .title h4 {
  font-size: 1rem;
  letter-spacing: 0.08rem;
  line-height: 1.7rem;
  position: relative;
  z-index: 10;
  text-align: left;
}
@media (max-width: 768px) {
  .ix--network .in .title h4 {
    font-size: 0.875rem;
  }
}
.ix--network .in .nw--mapArea {
  width: 100%;
  max-width: 1048px;
  margin: auto;
  position: relative;
  opacity: 0;
  filter: blur(50px);
  transform: translate(0, 10vw);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 1180px) {
  .ix--network .in .nw--mapArea {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .ix--network .in .nw--mapArea {
    width: 90%;
    margin: auto;
  }
}
.ix--network .in .nw--mapArea.isActive {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0); /* アニメーション終了位置 */
}
.ix--network .in .nw--mapArea h5 {
  font-size: 1.5rem;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .ix--network .in .nw--mapArea h5 {
    font-size: 1.125rem;
  }
}
.ix--network .in .nw--mapArea h5::before {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-radius: 10px;
  background: linear-gradient(117deg, #30B8D9 4.37%, #30B8D9 16.32%, #69D1E2 58.03%, #7CDACA 67.69%, #FADB8B 90.05%, #FADB8B 96.31%);
}
@media (max-width: 768px) {
  .ix--network .in .nw--mapArea h5::before {
    left: 4px;
    top: 2px;
  }
}
.ix--network .in .nw--mapArea .maping--area {
  background: linear-gradient(90deg, #ebfbf4 0%, #dcf8ff 64%, #dcf8ff 100%);
}
.ix--network .in .nw--mapArea .maping--area svg {
  width: 100%;
}
.ix--network .in .nw--mapArea .maping--area .hoverItem {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.ix--network .in .nw--mapArea .maping--area .hoverItem:hover {
  opacity: 0.5;
}
.ix--network .in .nw--mapArea .tab--area {
  position: relative;
  z-index: 1;
}
.ix--network .in .nw--mapArea .tab--area .ma--tab-btns {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .ix--network .in .nw--mapArea .tab--area .ma--tab-btns {
    display: none;
  }
}
.ix--network .in .nw--mapArea .tab--area .ma--tab-btns ul {
  height: 57.5px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  align-content: baseline;
  gap: 5px;
}
.ix--network .in .nw--mapArea .tab--area .ma--tab-btns ul li {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #8797A8;
  padding: 15px;
  width: 25%;
  background: #E5EEF0;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  bottom: -5px;
  cursor: pointer;
}
.ix--network .in .nw--mapArea .tab--area .ma--tab-btns ul li b {
  position: relative;
  z-index: 10;
  top: -3px;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ix--network .in .nw--mapArea .tab--area .ma--tab-btns ul li::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
}
.ix--network .in .nw--mapArea .tab--area .ma--tab-btns ul li.tab-kinki::before {
  background: #F2BC6A;
}
.ix--network .in .nw--mapArea .tab--area .ma--tab-btns ul li.tab-chugoku::before {
  background: #F5E199;
}
.ix--network .in .nw--mapArea .tab--area .ma--tab-btns ul li.tab-shikoku::before {
  background: #84DDC8;
}
.ix--network .in .nw--mapArea .tab--area .ma--tab-btns ul li.tab-kyushu::before {
  background: #89D5F5;
}
.ix--network .in .nw--mapArea .tab--area .ma--tab-btns ul li.active {
  padding: 15px;
  color: #ffffff;
  bottom: 0 !important;
}
.ix--network .in .nw--mapArea .tab--area .ma--tab-btns ul li.active b {
  top: 0;
}
.ix--network .in .nw--mapArea .tab--area .ma--tab-btns ul li.active::before {
  opacity: 1 !important;
}
.ix--network .in .nw--mapArea .ma--panelW {
  position: relative;
  z-index: 5;
  margin-top: -5px;
}
.ix--network .in .nw--mapArea .ma--panelW .in-panel {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .ix--network .in .nw--mapArea .ma--panelW .in-panel {
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    visibility: visible;
    margin-bottom: 12px;
  }
  .ix--network .in .nw--mapArea .ma--panelW .in-panel .sp-tab-btns {
    width: 100%;
    padding: 17px 22px;
  }
  .ix--network .in .nw--mapArea .ma--panelW .in-panel .sp-tab-btns p {
    font-size: 1.125rem;
    letter-spacing: 22.68px;
    position: relative;
    font-weight: bold;
  }
  .ix--network .in .nw--mapArea .ma--panelW .in-panel .sp-tab-btns p span {
    position: relative;
  }
  .ix--network .in .nw--mapArea .ma--panelW .in-panel .sp-tab-btns p b {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    border-radius: 100px;
  }
  .ix--network .in .nw--mapArea .ma--panelW .in-panel .sp-tab-btns p b::before {
    width: 50%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #4C627D;
    content: "";
    transform: rotate(90deg);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .ix--network .in .nw--mapArea .ma--panelW .in-panel .sp-tab-btns p b::after {
    width: 50%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #4C627D;
    content: "";
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .ix--network .in .nw--mapArea .ma--panelW .in-panel .sp-tab-btns-active p b::before {
    transform: rotate(0deg);
  }
  .ix--network .in .nw--mapArea .ma--panelW .in-panel .sp-tab-btns-kinki {
    background: #F2BC6A;
  }
  .ix--network .in .nw--mapArea .ma--panelW .in-panel .sp-tab-btns-chugoku {
    background: #F5E199;
  }
  .ix--network .in .nw--mapArea .ma--panelW .in-panel .sp-tab-btns-shikoku {
    background: #84DDC8;
  }
  .ix--network .in .nw--mapArea .ma--panelW .in-panel .sp-tab-btns-kyushu {
    background: #89D5F5;
  }
}
.ix--network .in .nw--mapArea .ma--panelW .in-panel ul {
  padding: 50px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  transform: translate(0, 20px);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
@media (max-width: 768px) {
  .ix--network .in .nw--mapArea .ma--panelW .in-panel ul {
    padding: 0 22px 0 22px;
    gap: 15px 22px;
    height: 0;
    visibility: hidden;
    transform: translate(0, 0);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.ix--network .in .nw--mapArea .ma--panelW .in-panel ul li {
  font-size: 1rem;
  position: relative;
  padding-left: 17px;
  display: inline-block;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
@media (max-width: 768px) {
  .ix--network .in .nw--mapArea .ma--panelW .in-panel ul li {
    width: 28%;
  }
}
.ix--network .in .nw--mapArea .ma--panelW .in-panel ul li:hover {
  opacity: 0.5;
}
.ix--network .in .nw--mapArea .ma--panelW .in-panel ul li::before {
  width: 11px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 4px;
  background: red;
  content: "";
}
@media (max-width: 768px) {
  .ix--network .in .nw--mapArea .ma--panelW .in-panel .slide-toggle {
    padding: 22px 22px 22px 22px;
    height: auto;
    visibility: visible;
    opacity: 1;
  }
}
.ix--network .in .nw--mapArea .ma--panelW .panel-kinki {
  background: #FFF6E8;
}
.ix--network .in .nw--mapArea .ma--panelW .panel-kinki ul li::before {
  background: url(../img/pin-orange.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
}
.ix--network .in .nw--mapArea .ma--panelW .panel-chugoku {
  background: #fffae8;
}
.ix--network .in .nw--mapArea .ma--panelW .panel-chugoku ul li::before {
  background: url(../img/pin-yellow.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
}
.ix--network .in .nw--mapArea .ma--panelW .panel-shikoku {
  background: #e6f8f4;
}
.ix--network .in .nw--mapArea .ma--panelW .panel-shikoku ul li::before {
  background: url(../img/pin-green.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
}
.ix--network .in .nw--mapArea .ma--panelW .panel-kyushu {
  background: #e6f4f8;
}
.ix--network .in .nw--mapArea .ma--panelW .panel-kyushu ul li::before {
  background: url(../img/pin-blue.svg) no-repeat;
  background-position: center center;
  background-size: 100%;
}
.ix--network .in .nw--mapArea .ma--panelW .active {
  height: auto;
  visibility: visible;
}
@media (max-width: 768px) {
  .ix--network .in .nw--mapArea .ma--panelW .active {
    height: auto;
    visibility: visible;
  }
}
.ix--network .in .nw--mapArea .ma--panelW .active ul {
  transform: translate(0, 0);
  opacity: 1;
}
@media (max-width: 768px) {
  .ix--network .in .nw--mapArea .ma--panelW .active ul {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  #mapLink {
    display: none;
  }
}

/* ==========================================================
!**** PAGE CONTENTS
========================================================== *//*# sourceMappingURL=style.css.map */