@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background: #f8fbff;
}
.bold {
  font-weight: 700;
}
.en {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: normal;
}
::selection {
  background: #fdf25f;
}
::-moz-selection {
  background: #fdf25f;
}
p {
  max-height: 999999px;
}
li {
  max-height: 999999px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* header */
.header-logo {
  width: 140px;
  height: auto;
  opacity: 1;
  position: fixed;
  top: 30px;
  left: 40px;
  z-index: 1000;
  display: block;
}
.header-logo-sp {
  width: 90px;
  height: auto;
  opacity: 1;
  position: absolute;
  right: 5%;
  bottom: 30px;
  z-index: 100;
  display: none;
}
.header-logo-c {
  fill: #222;
}
.header-btn {
  font-size: 1.6em;
  opacity: 1;
  position: fixed;
  z-index: 1000;
}
.header-btn a {
  letter-spacing: 1px;
  color: #fff;
  padding: 6px 20px 7px 20px;
  border-radius: 20px;
  background: linear-gradient(270deg, #003686 0%, #0099d9 25%, #0099d9 51%, #003686 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}
.header-btn a:hover {
  color: #fff;
  background-position: 99% 50%;
}
.b26 {
  top: 46px;
  right: 300px;
  left: auto;
}
.b27 {
  top: 46px;
  right: 140px;
  left: auto;
}
.header-btn-p {
  width: auto;
  font-size: 1.5em;
  opacity: 1;
  position: fixed;
  top: 46px;
  left: 210px;
  right: auto;
  z-index: 1000;
}
.header-btn-p a {
  letter-spacing: 1px;
  color: #fff;
  padding: 5px 20px 6px 20px;
  border-radius: 20px;
  color: #003686;
  background: #f6f9fd;
  border: 1px solid #003686;
  transition: all 0.3s ease-out;
}
.header-btn-p a:hover {
  color: #fff;
  background: #003686;
}

/* side-nav */
.side-nav {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}
.side-nav div {
  margin: 10px 0;
}
.side-nav a span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(86,128,236,0.2);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.side-nav a.active span {
  background-color: rgba(86,128,236,1);
}

/* main-top */
.main-top {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
  background-image: url(../img/top/main-pc.jpg?var=240604);
  background-position: center;
  background-size: cover;
  position: relative;
}
.main-txt-wrap {
  width: 100%;
  position: absolute;
  bottom: 15%;
  left: 5%;
}
.main-top-txt-1 {
  font-size: 5vw;
  letter-spacing: 4px;
  color: #1e1e1e;
}
.main-top-txt-2 {
  font-size: 1.8vw;
  letter-spacing: 3px;
  color: #1e1e1e;
  margin: 2.5% 0 0 5px;
}

/* message */
.message {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.message-txt-wrap {
  width: auto;
  text-align: left;
  margin: 0;
  padding: 0 0 0 10%;
}
.message-txt {
  font-size: 1.6em;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: left;
}
.message-txt span {
  font-size: 1em;
  color: #73a1cd;
}
.swiper-m {
  width: 100%;
  height: auto;
  display: none;
}
.swiper-m .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-m .swiper-slide {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-m .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}
.swiper-mv {
  width: 25%;
  height: 100%;
  display: block;
  position: absolute !important;
  top: 0;
  right: 10%;
}
.swiper-mv .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-mv .swiper-slide {
  margin: 10px 0;
}
.swiper-mv .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

/* video */
.video {
  padding: 100px 0 0 0;
}
.video-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.vimeo {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* about */
.about {
  padding: 100px 0 0 0;
}
.about-inner {
  box-sizing: border-box;
  width: 94%;
  background: #f6f9fd;
  box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.05);
  border-radius: 30px;
  margin: 0 auto;
  padding: 5%;
  display: flex;
  align-items: center;
}
.about-l {
  width: 40%;
  margin: 0 10% 0 0;
}
.about-r {
  width: 50%;
}
.about-title-en {
  font-size: 1.8em;
  color: #73a1cd;
  letter-spacing: 1px;
}
.about-title {
  font-size: 3em;
  line-height: 58px;
  margin: 30px 0;
}
.about-txt {
  font-size: 1.6em;
  line-height: 30px;
  color: #404040;
}
.swiper {
  width: 100%;
  height: auto;
}
.swiper-img {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.swiper-txt {
  font-size: 2.2em;
  letter-spacing: 1px;
  text-align: center;
  margin: 20px 0 30px 0;
}
.swiper-btn {
  font-size: 1.5em;
  text-align: center;
  padding: 0 0 10px 0;
}
.swiper-btn a {
  letter-spacing: 1px;
  color: #fff;
  background: #7db9e1;
  padding: 6px 20px 7px 20px;
  border-radius: 20px;
}
.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #7db9e1;
}
.swiper-btn a::after {
  content: '';
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 0 0 7px;
}
.fadeUp {
  opacity: 0;
  transform: translateY(30px);
}

/* member */
.member {
  padding: 100px 0 0 0;
}
.member-inner {
  box-sizing: border-box;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}
.member-title-en {
  font-size: 1.8em;
  color: #73a1cd;
  letter-spacing: 1px;
  text-align: center;
}
.member-title {
  font-size: 3.2em;
  line-height: 60px;
  text-align: center;
  margin: 30px 0;
}
.member-txt {
  font-size: 1.8em;
  line-height: 32px;
  text-align: center;
}
.mebmer-box {
  box-sizing: border-box;
  width: 100%;
  margin: 40px 0 0 0;
}
.mebmer-box a {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  background: #f6f9fd;
  box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.05);
  transition: all 0.3s ease-out;
  border-radius: 30px;
  padding: 30px;
}
.mebmer-box a:hover {
  padding: 30px 20px;
}
.member-box-img {
  width: 40%;
  height: auto;
}
.mebmer-box-wrap {
  margin: 0 0 0 30px;
}
.member-box-img img {
  border-radius: 30px 0 0 30px;
}
.mebmer-box-txt-1 {
  font-size: 2.6em;
  letter-spacing: 1px;
}
.mebmer-box-txt-2 {
  font-size: 1.8em;
  letter-spacing: 1px;
  padding: 15px 0 0 0;
}
.mebmer-box:hover {
  color: #73a1cd;
}
.member-box-btn {
  width: 40px;
  margin-left: auto;
}
.panel-1 {
  opacity: 0;
  transform: translateX(-30px);
}
.panel-2 {
  opacity: 0;
  transform: translateX(30px);
}
.panel-3 {
  opacity: 0;
  transform: translateX(-30px);
}

/* news */
.news {
  padding: 100px 0 0 0;
}
.news-inner {
  box-sizing: border-box;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}
.news-title-en {
  font-size: 1.8em;
  color: #73a1cd;
  letter-spacing: 1px;
  text-align: center;
}
.news-title {
  font-size: 3.2em;
  line-height: 60px;
  text-align: center;
  margin: 30px 0;
}
.news-table-wrap {
  background: #f6f9fd;
  box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.05);
  border-radius: 30px;
  padding: 50px;
}
.news-table {
  width: 100%;
}
.news-table td {
  font-size: 1.8em;
  line-height: 32px;
  border-bottom: 1px dashed #787878;
  padding: 15px 0;
}
.news-table-l {
  width: 150px;
  color: #73a1cd;
}
.news-table-r a {
  color: #333;
}
.news-table-r a:hover {
  color: #73a1cd;
}

/* entry */
.entry {
  padding: 100px 0;
}
.entry-inner {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.entry-btn-wrap {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
}
.entry-btn {
  box-sizing: border-box;
  width: 48%;
  font-size: 2.6em;
  text-align: center;
  position: relative;
}
.entry-btn a {
  box-sizing: border-box;
  letter-spacing: 3px;
  color: #73a1cd;
  background: #f6f9fd;
  border: 2px solid #7db9e1;
  border-radius: 60px;
  padding: 50px 20px;
  display: block;
}
.entry-btn a:hover {
  color: #fff;
  background: #7db9e1;
}
.entry-btn-l {
  float: left;
}
.entry-btn-r {
  float: right;
}
.entry-btn-m {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  font-size: 3em;
  text-align: center;
  margin: 4% auto 0 auto;
  position: relative;
}
.grad-btn{
  letter-spacing: 1px;
  display: block;
  color: #fff;
  padding: 50px 0;
  border-radius: 60px;
  text-decoration: none;
  outline: none;
  background: linear-gradient(270deg, #003686 0%, #0099d9 25%, #0099d9 51%, #003686 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}
.grad-btn:hover {
  color: #fff;
  background-position: 99% 50%;
}
.grad-btn-sign {
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}
.rotateX {
  transform: rotateX(180deg);
  opacity: 0;
}

/* footer */
.footer {
  width: 100%;
  height: auto;
  background: #19191e;
  padding: 50px 0;
}
.footer-inner {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.footer-logo {
  width: 140px;
  height: auto;
  float: left;
}
.footer-icon-wrap {
  float: right;
}
.footer-icon {
  width: 30px;
  height: auto;
  margin: 10px 0 0 20px;
  float: left;
}
.footer-hr-t {
  width: 100%;
  border-top: 1px solid #2e2e37;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 40px 0;
}
.footer-hr-b {
  width: 100%;
  border-top: 1px solid #2e2e37;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 40px 0;
}
.footer-nav {
  width: 100%;
  margin: 0 auto;
}
.footer-ul {
  display: flex;
  font-size: 1.8em;
  flex-wrap: wrap;
}
.footer-li {
  color: #7db9e1;
  letter-spacing: 2px;
  margin: 0 60px 0 0;
}
.footer-ul-child {
  font-size: 0.7em;
}
.footer-li-child {
  padding: 15px 0 0 0;
}
.footer-li-child a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #f2f5f9;
  letter-spacing: 1px;
}
.footer-li-child a:hover {
  color: #7db9e1;
}
.footer-link {
  font-size: 1.4em;
  letter-spacing: 1px;
  text-align: left;
  float: left;
}
.footer-link a {
  color: #f2f5f9;
}
.footer-link a:hover {
  color: #7db9e1;
}
.footer-copy {
  font-size: 1.4em;
  letter-spacing: 1px;
  text-align: right;
  color: #f2f5f9;
  float: right;
}

@media screen and (max-width: 1140px) {
  /* message */
  .message-txt-wrap {
    padding: 0 0 0 5%;
  }
  .swiper-mv {
    width: 25%;
    right: 5%;
  }
}

@media screen and (max-width: 1023px) {
  /* about */
  .about-inner {
    margin: 0 auto;
    padding: 8%;
    display: block;
  }
  .about-l {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .about-r {
    width: 100%;
  }
}

@media screen and (max-width: 970px) {
  /* message */
  .message {
    padding: 50px 0 0 0;
    display: block;
  }
  .message-txt-wrap {
    width: 90%;
    text-align: center;
    margin: 45px auto 0 auto;
    padding: 0;
  }
  .swiper-m {
    display: block;
  }
  .swiper-m .swiper-slide {
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-m .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 20px;
  }
  .swiper-mv {
    display: none;
  }
  /* footer */
  .footer-hr-t {
    margin: 40px 0 0 0;
  }
  .footer-li {
    margin: 40px 60px 0 0;
  }
}

@media screen and (max-width: 820px) {
  /* header */
  .header-btn {
    font-size: 1.2em;
  }
  .b26 {
    top: 48px;
    right: 280px;
  }
  .b27 {
    top: 48px;
    right: 140px;
  }
  .header-btn-p {
    font-size: 1.1em;
    top: 48px;
    left: 210px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  .header-logo {
    width: 90px;
    top: 21px;
    left: 5%;
    display: none;
  }
  .header-logo-sp {
    display: block;
  }
  .header-btn {
    font-size: 1em;
  }
  .header-btn a {
    border-radius: 15px;
    padding: 5px 7px 6px 8px;
  }
  .b26 {
    top: 31px;
    right: auto;
    left: 5%;
  }
  .b27 {
    top: 31px;
    right: auto;
    left: 20%;
  }
  .header-btn-p {
    font-size: 1em;
    text-align: center;
    opacity: 1;
    top: 31px;
    left: 35%;
  }
  .header-btn-p a {
    padding: 4px 7px 5px 8px;
    border-radius: 15px;
  }
  /* side-nav */
  .side-nav {
    right: 4%;
  }
  .side-nav div {
    margin: 8px 0;
  }
  .side-nav a span {
    width: 5px;
    height: 5px;
  }
  /* main-top */
  .main-top {
    background-image: url(../img/top/main-sp.jpg?var=240604);
  }
  .main-txt-wrap {
    bottom: 25%;
  }
  .main-top-txt-1 {
    font-size: 2.6em;
    letter-spacing: 2px;
  }
  .main-top-txt-2 {
    font-size: 1.2em;
    letter-spacing: 1px;
    margin: 15px 0 0 2px;
  }
  /* message */
  .message {
    padding: 50px 0 0 0;
    display: block;
  }
  .message-txt {
    font-size: 1.3em;
    line-height: 30px;
  }
  .swiper-m {
    display: block;
  }
  .swiper-m .swiper-slide {
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-m .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
  }
  /* about */
  .about-inner {
    width: 90%;
    padding: 50px 30px;
  }
  .about-l {
    margin: 0 0 20px 0;
  }
  .about-title-en {
    font-size: 1.5em;
  }
  .about-title {
    font-size: 2.2em;
    line-height: 40px;
    margin: 20px 0 15px 0;
  }
  .about-txt {
    font-size: 1.3em;
    line-height: 28px;
  }
  .swiper-txt {
    font-size: 1.8em;
    margin: 20px 0 30px 0;
  }
  .swiper-btn {
    font-size: 1.4em;
  }
  .swiper-btn a::after {
    top: -1px;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 30px;
  }
  /* member */
  .member-inner {
    width: 90%;
  }
  .member-title-en {
    font-size: 1.5em;
  }
  .member-title {
    font-size: 2.2em;
    line-height: 40px;
    margin: 20px 0 15px 0;
  }
  .member-txt {
    font-size: 1.3em;
    line-height: 28px;
  }
  .mebmer-box {
    margin: 20px 0 0 0;
  }
  .mebmer-box:hover {
    color: #333;
  }
  .mebmer-box a {
    box-sizing: border-box;
    width: 100%;
    display: block;
    border-radius: 30px;
    padding: 20px;
  }
  .mebmer-box a:hover {
    padding: 20px;
  }
  .member-box-img {
    width: 100%;
  }
  .mebmer-box-wrap {
    margin: 20px 0 0 0;
  }
  .member-box-img img {
    border-radius: 20px 20px 0 0;
  }
  .mebmer-box-txt-1 {
    font-size: 2em;
    letter-spacing: 1px;
  }
  .mebmer-box-txt-2 {
    font-size: 1.4em;
    letter-spacing: 1px;
    padding: 10px 0 0 0;
  }
  .member-box-btn {
    width: 30px;
  }
  /* news */
  .news-inner {
    width: 90%;
  }
  .news-title-en {
    font-size: 1.5em;
  }
  .news-title {
    font-size: 2.2em;
    line-height: 40px;
    margin: 20px 0 20px 0;
  }
  .news-table-wrap {
    padding: 20px 20px 30px 20px;
  }
  .news-table td {
    font-size: 1.3em;
    line-height: 23px;
    padding: 15px 0;
  }
  .news-table-l {
    width: 100px;
  }
  /* entry */
  .entry-btn-wrap {
    width: 90%;
  }
  .entry-btn {
    width: 100%;
    font-size: 1.8em;
  }
  .entry-btn a {
    letter-spacing: 2px;
    border: 1px solid #7db9e1;
    padding: 30px 0;
    display: block;
  }
  .entry-btn-l {
    float: none;
    margin: 0;
  }
  .entry-btn-r {
    float: none;
    margin: 20px 0 0 0;
  }
  .entry-btn-m {
    width: 90%;
    font-size: 2.2em;
    margin: 20px auto 0 auto;
  }
  .entry-btn-m a {
    box-sizing: border-box;
    letter-spacing: 3px;
    color: #fff;
    padding: 30px 0;
  }
  .entry-btn-m a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 12px;
    height: 12px;
    top: -2px;
    margin: 0 0 0 10px;
  }
  .grad-btn-sign {
    width: 20px;
    right: 20px;
  }
  /* footer */
  .footer-logo {
    width: 100px;
  }
  .footer-icon {
    width: 25px;
    margin: 5px 0 0 25px;
  }
  .footer-hr-t {
    margin: 40px 0;
  }
  .footer-hr-b {
    margin: 40px 0;
  }
  .footer-ul {
    display: block;
    font-size: 1.6em;
  }
  .footer-li {
    margin: 30px 0 0 0;
  }
  .footer-ul-child {
    font-size: 0.8em;
  }
  .footer-li-child {
    padding: 20px 0 0 0;
  }
  .footer-link {
    font-size: 1.2em;
  }
  .footer-copy {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 500px) {
  .b26 {
    left: 5%;
  }
  .b27 {
    left: 110px;
  }
  .header-btn-p {
    left: 200px;
  }
}
