@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.container {
  background-image: url("../images/top/body_bg.png");
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  padding-bottom: 167px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .container {
    background-color: #F7F9FA;
    background-image: url("../images/top/sp-body_bg.png");
  }
}

.windows .fv h3 {
  padding-top: 40px;
}

.fv {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv {
    height: 560px;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .fv {
    height: 90vh;
  }
}
.fv .fv__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fv .fv__inner .fv__img--content {
  width: 71%;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .fv__img--content {
    width: 88%;
  }
}
.fv .fv__inner .fv__img--content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv__inner .copy {
  position: absolute;
  left: 183px;
  top: 30%;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .copy {
    left: 15px;
    top: 50%;
  }
}
.fv .fv__inner .copy h1 {
  width: -moz-max-content;
  width: max-content;
  padding: 5px 13px;
  background-color: #F1F4F7;
  font-size: 25px;
  margin-bottom: 9px;
  letter-spacing: 3.1px;
  line-height: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .copy h1 {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 5px;
    margin-bottom: 5px;
    line-height: 27px;
  }
}
.fv .fv__inner .copy h2 {
  font-size: 35px;
  letter-spacing: 2.46px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: 600;
  padding: 10px 13px;
  background-color: #fff;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .copy h2 {
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px;
  }
}
.fv .fv__inner .copy h2.front__title {
  margin-bottom: 5px;
}
.fv .fv__inner .copy h3 {
  overflow: hidden;
  height: 160px;
}
.fv .fv__inner .copy h3 span {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 146px;
  color: #fff;
  display: block;
  height: 160px;
  transition: all 0.1s;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .copy h3 span {
    font-size: 83px;
    margin-top: 10px;
  }
}
.fv .fv__inner .copy h3 span.fadeUp {
  opacity: 1;
  animation: mv__innerTtldiv2-2 cubic-bezier(0.72, 0, 0.27, 1) both; /* ゆっくりとした表示速度に調整 */
  animation-duration: 6s;
  animation-delay: -2s;
}
.fv .fv__inner .copy .btns {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .copy .btns {
    flex-direction: column;
    margin-top: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fv .fv__inner .copy .btns .btn {
  width: 246px;
  height: 57px;
  border-radius: 45px;
  position: relative;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .fv__inner .copy .btns .btn {
    width: 330px;
    height: 70px;
    border-radius: 35px;
  }
}
.fv .fv__inner .copy .btns .btn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  right: 20px;
  top: 50%;
}
.fv .fv__inner .copy .btns .btn::after {
  content: "ENTRY";
  color: rgba(255, 255, 255, 0.14);
  position: absolute;
  font-size: 35px;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  right: 27px;
  bottom: -9px;
  letter-spacing: 3px;
}
.fv .fv__inner .copy .btns .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: inherit;
  color: #fff;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.fv .fv__inner .copy .btns .btn:nth-child(1) {
  background: transparent linear-gradient(102deg, #6A4AF2 0%, #2699FB 100%) 0% 0% no-repeat padding-box;
}
.fv .fv__inner .copy .btns .btn:nth-child(2) {
  background: transparent linear-gradient(109deg, #9F076A 0%, #CB1244 100%) 0% 0% no-repeat padding-box;
}
.fv .btns--sp {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .btns--sp {
    flex-direction: column;
    margin-top: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -250px;
  }
}
.fv .btns--sp .btn {
  width: 246px;
  height: 57px;
  border-radius: 45px;
  position: relative;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .fv .btns--sp .btn {
    width: 330px;
    height: 70px;
    border-radius: 35px;
  }
}
.fv .btns--sp .btn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  right: 20px;
  top: 50%;
}
.fv .btns--sp .btn::after {
  content: "ENTRY";
  color: rgba(255, 255, 255, 0.14);
  position: absolute;
  font-size: 35px;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  right: 27px;
  bottom: -9px;
  letter-spacing: 3px;
}
.fv .btns--sp .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: inherit;
  color: #fff;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.fv .btns--sp .btn:nth-child(1) {
  margin-bottom: 15px;
  background: transparent linear-gradient(102deg, #6A4AF2 0%, #2699FB 100%) 0% 0% no-repeat padding-box;
}
.fv .btns--sp .btn:nth-child(2) {
  background: transparent linear-gradient(109deg, #9F076A 0%, #CB1244 100%) 0% 0% no-repeat padding-box;
}

.message {
  margin-top: 187px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .message {
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 90px;
  }
}
.message .message__inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  background-color: #fff;
  border-radius: 60px;
  box-sizing: border-box;
  padding: 74px 135px 88px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .message .message__inner {
    padding: 30px 17px 60px;
    border-radius: 30px;
  }
}
.message .message__inner .title h2 {
  font-weight: 500;
  font-size: 36px;
  color: #0072E5;
  text-align: center;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .message .message__inner .title h2 {
    font-size: 30px;
  }
}
.message .message__inner .title p {
  font-size: 15px;
  letter-spacing: 1.68px;
  text-align: center;
}
.message .message__inner .contents .content__top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 85px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .message .message__inner .contents .content__top {
    position: relative;
    margin-top: 36px;
  }
}
.message .message__inner .contents .content__top .top__left {
  width: 30%;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .message .message__inner .contents .content__top .top__left {
    position: absolute;
    width: 178px;
    left: -20px;
    top: -4px;
  }
}
.message .message__inner .contents .content__top .top__left img:nth-child(1) {
  width: 274px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .message .message__inner .contents .content__top .top__left img:nth-child(1) {
    width: 178px;
    margin-bottom: 232px;
  }
}
.message .message__inner .contents .content__top .top__left img:nth-child(2) {
  width: 218px;
  margin-left: -50px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .message .message__inner .contents .content__top .top__left img:nth-child(2) {
    margin-left: 0;
    width: 178px;
  }
}
.message .message__inner .contents .content__top .top__center {
  width: 40%;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .message .message__inner .contents .content__top .top__center {
    position: relative;
  }
}
.message .message__inner .contents .content__top .top__right {
  width: 30%;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .message .message__inner .contents .content__top .top__right {
    width: 143px;
    position: absolute;
    right: 0px;
    top: -50px;
  }
}
.message .message__inner .contents .content__top .top__right img:nth-child(1) {
  width: 240px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .message .message__inner .contents .content__top .top__right img:nth-child(1) {
    width: 143px;
    margin-bottom: 150px;
    margin-left: 30px;
  }
}
.message .message__inner .contents .content__top .top__right img:nth-child(2) {
  width: 250px;
  margin-left: 100px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .message .message__inner .contents .content__top .top__right img:nth-child(2) {
    display: none;
  }
}
.message .message__inner .contents .content__top .top__right img:nth-child(3) {
  width: 274px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .message .message__inner .contents .content__top .top__right img:nth-child(3) {
    margin-left: 30px;
    width: 143px;
  }
}
.message .message__inner .contents .content__bottom {
  margin-top: 60px;
}
.message .message__inner .contents .content__bottom h3 {
  font-size: 28px;
  line-height: 48px;
  font-weight: 400;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .message .message__inner .contents .content__bottom h3 {
    font-size: 19px;
    line-height: 38px;
  }
}
.message .message__inner .contents .content__bottom p {
  margin-top: 59px;
  font-size: 16px;
  font-weight: 300;
  line-height: 39px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .message .message__inner .contents .content__bottom p {
    margin-top: 40px;
  }
}
.message .message__inner .contents .content__bottom .president {
  width: 250px;
  margin-left: auto;
  margin-top: 30px;
}
.message .message__inner .contents .content__bottom .president img {
  width: 100%;
}

.members {
  max-width: 800px;
  margin: auto;
  width: 100%;
  margin-top: 97px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .members {
    margin-top: 30px;
  }
  .members .member__block {
    width: 100%;
  }
  .members .member__block img {
    width: 100%;
  }
}
.members .member__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .members .member__list {
    display: none;
  }
}
.members .member__list .member {
  position: relative;
}
.members .member__list .member:nth-child(1) {
  margin-bottom: -50px;
}
.members .member__list .member:nth-child(1)::before {
  content: "";
  position: absolute;
  background-image: url("../images/top/circle-blue.png");
  background-size: contain;
  width: 117px;
  height: 117px;
  left: -80px;
  top: -60px;
}
.members .member__list .member:nth-child(1) img {
  width: 145px;
}
.members .member__list .member:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: url("../images/top/circle-pink.png");
  background-size: contain;
  width: 68px;
  height: 68px;
  right: -30px;
  top: -30px;
}
.members .member__list .member:nth-child(2) img {
  width: 186px;
}
.members .member__list .member:nth-child(3) {
  margin-bottom: -40px;
}
.members .member__list .member:nth-child(3)::before {
  content: "";
  position: absolute;
  background-image: url("../images/top/circle-blue.png");
  background-size: contain;
  width: 74px;
  height: 74px;
  left: -30px;
  bottom: -30px;
}
.members .member__list .member:nth-child(3) img {
  width: 161px;
}
.members .member__list .member:nth-child(4)::before {
  content: "";
  position: absolute;
  background-image: url("../images/top/circle-pink.png");
  background-size: contain;
  width: 114px;
  height: 114px;
  right: -60px;
  bottom: -80px;
}
.members .member__list .member:nth-child(4) img {
  width: 183px;
}

.about {
  max-width: 1000px;
  margin: auto;
  margin-top: 117px;
  width: 100%;
  background-image: url("../images/top/about_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 1034px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .about {
    background-image: none;
    height: auto;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 40px;
  }
  .about .about__contents {
    padding: 0 15px;
    background-image: url("../images/top/sp-about_bg.png");
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: auto;
    border-radius: 60px;
  }
}
@media screen and (max-width: 768px) and (min-width:360px) and (max-width: 768px) and (min-width:360px) {
  .about .about__contents {
    border-radius: 30px;
    background-size: cover;
  }
}
.about .about__inner {
  border-radius: 60px;
  box-sizing: border-box;
  padding: 74px 135px 0px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .about .about__inner {
    padding: 31px 17px 60px;
  }
}
.about .title h2 {
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .about .title h2 {
    font-size: 30px;
  }
}
.about .title p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.68px;
  text-align: center;
}
.about .text {
  font-size: 18px;
  line-height: 46px;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .about .text {
    font-size: 16px;
    line-height: 39px;
  }
}
.about .text:nth-child(1) {
  margin-top: 92px;
}
.about .text:nth-child(2), .about .text:nth-child(3) {
  margin-top: 60px;
}

.new {
  display: flex;
  margin-top: 192px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .new {
    flex-direction: column;
    margin-top: 138px;
  }
}
.new .new__left {
  width: 46%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .new .new__left {
    width: calc(100% - 24px);
  }
}
.new .new__left::before {
  right: -25px;
  height: 480px;
  width: 100%;
  bottom: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  background-image: url("../images/top/new_shadow.png");
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .new .new__left::before {
    right: -10px;
    bottom: -10px;
    height: 300px;
  }
}
.new .new__left img {
  width: 100%;
  margin-top: -90px;
  position: relative;
  height: calc(100% - 60px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .new .new__left img {
    margin-top: 0;
  }
}
.new .new__left h2 {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 13px;
  background-color: #fff;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 3.1px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .new .new__left h2 {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.new .new__left h2.first {
  bottom: 340px;
  left: 117px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .new .new__left h2.first {
    left: 15px;
    bottom: 90px;
  }
}
.new .new__left h2.second {
  bottom: 275px;
  left: 117px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .new .new__left h2.second {
    left: 15px;
    bottom: 50px;
  }
}
.new .new__left h2.third {
  bottom: 210px;
  left: 117px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .new .new__left h2.third {
    left: 15px;
    bottom: 10px;
  }
}
.new .new__right {
  width: calc(54% + 60px);
  background-color: #fff;
  margin-left: -60px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  padding: 65px 183px 100px 183px;
  border-radius: 60px 0 0 0;
  height: calc(100% - 60px);
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .new .new__right {
    width: calc(100% - 15px);
    margin-left: auto;
    padding: 0 30px;
    padding-top: 82px;
    padding-bottom: 50px;
    background-color: #fff;
    box-sizing: border-box;
  }
}
.new .new__right .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.new .new__right .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 31px;
  background-color: #fff;
  color: #0072E5;
  border: 1px solid #0072E5;
  box-sizing: border-box;
  border-radius: 16px;
  font-size: 15px;
  letter-spacing: 1.68px;
  font-weight: 600;
  text-align: center;
}
.new .new__right .title h3 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 4.48px;
}
.new .new__right p {
  width: 426px;
  margin: auto;
  line-height: 38px;
  margin-top: 74px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .new .new__right p {
    width: 100%;
    margin-top: 26px;
  }
}
.new .new__right .btn {
  width: 265px;
  height: 57px;
  border-radius: 45px;
  position: relative;
  margin: auto;
  margin-top: 40px;
  background: transparent linear-gradient(102deg, #6A4AF2 0%, #2699FB 100%) 0% 0% no-repeat padding-box;
}
.new .new__right .btn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  right: 20px;
  top: 50%;
}
.new .new__right .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: inherit;
  color: #fff;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.middle {
  display: flex;
  margin-top: 192px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
}
.middle .middle__right {
  width: calc(46% + 60px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__right {
    width: calc(100% - 24px);
    margin-left: auto;
  }
}
.middle .middle__right::before {
  left: -20px;
  height: 480px;
  width: 100%;
  bottom: 235px;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  background-image: url("../images/top/middle_shadow.png");
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__right::before {
    left: -10px;
    bottom: -10px;
    height: 300px;
  }
}
.middle .middle__right img {
  width: 100%;
  margin-top: -120px;
  position: relative;
  height: calc(100% - 60px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__right img {
    margin-top: 0;
  }
}
.middle .middle__right h2 {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 13px;
  background-color: #fff;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 3.1px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__right h2 {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.middle .middle__right h2.first {
  bottom: 490px;
  left: -60px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__right h2.first {
    bottom: 90px;
    left: 0;
  }
}
.middle .middle__right h2.second {
  bottom: 425px;
  left: -60px;
}
.middle .middle__right h2.third {
  bottom: 360px;
  left: -60px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__right h2.third {
    bottom: 50px;
    left: 0;
  }
}
.middle .middle__right h2.fourth {
  bottom: 295px;
  left: -60px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__right h2.fourth {
    bottom: 10px;
    left: 0;
  }
}
.middle .middle__left {
  width: calc(54% + 60px);
  background-color: #fff;
  margin-right: -60px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  padding: 65px 183px 100px 183px;
  border-radius: 0px 60px 0 0;
  height: calc(100% - 60px);
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__left {
    width: calc(100% - 15px);
    margin-right: auto;
    padding: 0 30px;
    padding-top: 82px;
    padding-bottom: 50px;
  }
}
.middle .middle__left h4 {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.68px;
}
.middle .middle__left .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.middle .middle__left .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 31px;
  background-color: #fff;
  color: #9F076A;
  border: 1px solid #9F076A;
  box-sizing: border-box;
  border-radius: 16px;
  font-size: 15px;
  letter-spacing: 1.68px;
  font-weight: 600;
  text-align: center;
}
.middle .middle__left .title h3 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 4.48px;
}
.middle .middle__left p {
  width: 426px;
  margin: auto;
  line-height: 38px;
  margin-top: 74px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .middle .middle__left p {
    width: 100%;
    margin-top: 26px;
  }
}
.middle .middle__left .btn {
  width: 265px;
  height: 57px;
  border-radius: 45px;
  position: relative;
  margin: auto;
  margin-top: 40px;
  background: transparent linear-gradient(107deg, #9F076A 0%, #CB1144 100%) 0% 0% no-repeat padding-box;
}
.middle .middle__left .btn::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  right: 20px;
  top: 50%;
}
.middle .middle__left .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: inherit;
  color: #fff;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.story .story__inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  margin-top: 183px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .story .story__inner {
    margin-top: 53px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
.story .story__inner .title {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.story .story__inner .title h2 {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 70px;
  color: #0072E5;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.story .story__inner .title p {
  font-size: 15px;
  letter-spacing: 1.68px;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.story .story__inner .story__list {
  display: flex;
  margin-top: 63px;
  gap: 50px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .story .story__inner .story__list {
    flex-direction: column;
    margin-top: 46px;
    gap: 40px;
  }
}
.story .story__inner .story__list .story__item {
  width: 300px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .story .story__inner .story__list .story__item {
    width: 100%;
  }
}
.story .story__inner .story__list .story__item a {
  display: block;
}
.story .story__inner .story__list .story__item a div {
  position: relative;
}
.story .story__inner .story__list .story__item a div::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  background-image: url("../images/top/story_shadow.png");
  width: 100%;
  height: 275px;
  background-size: cover;
}
.story .story__inner .story__list .story__item a img {
  width: 100%;
  position: relative;
}
.story .story__inner .story__list .story__item a h3 {
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 2.4px;
  color: #0072E5;
  margin-top: 18px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .story .story__inner .story__list .story__item a h3 {
    font-size: 54px;
  }
}
.story .story__inner .story__list .story__item a h3 span {
  font-size: 20px;
  color: #0072E5;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .story .story__inner .story__list .story__item a h3 span {
    font-size: 27px;
  }
}
.story .story__inner .story__list .story__item a p {
  font-size: 20px;
  font-weight: 600;
}
.story .story__inner .btn {
  width: 265px;
  height: 57px;
  border-radius: 29px;
  position: relative;
  border: 1px solid #0072E5;
  margin: auto;
  margin-top: 59px;
}
.story .story__inner .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: inherit;
  color: #0072E5;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.more__know {
  position: relative;
  margin-top: 255px;
  background-image: url("../images/top/more_bg.png");
  height: 542px;
  width: 100%;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .more__know {
    padding: 0 15px;
    box-sizing: border-box;
    height: 650px;
  }
}
.more__know::before {
  content: "";
  position: absolute;
  background-image: url("../images/top/line.png");
  width: 274px;
  height: 91px;
  background-size: contain;
  top: -100px;
  left: 40px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .more__know::before {
    display: none;
  }
}
.more__know::after {
  content: "";
  position: absolute;
  background-image: url("../images/top/line.png");
  width: 274px;
  height: 91px;
  background-size: contain;
  top: -200px;
  right: 40px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .more__know::after {
    display: none;
  }
}
.more__know .know__inner {
  max-width: 1000px;
  box-sizing: border-box;
  margin: auto;
  position: absolute;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
  width: 100%;
  padding: 81px 100px 68px;
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .more__know .know__inner {
    padding: 30px 18px 60px 18px;
    border-radius: 30px;
    width: calc(100% - 30px);
  }
}
.more__know .know__inner h2 {
  font-size: 40px;
  letter-spacing: 4.48px;
  font-weight: 600;
  color: #0072E5;
  text-align: center;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .more__know .know__inner h2 {
    font-size: 32px;
    letter-spacing: 3.58px;
  }
}
.more__know .know__inner p {
  line-height: 39px;
  font-weight: 400;
  margin-top: 43px;
  font-size: 16px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .more__know .know__inner p {
    margin-top: 23px;
  }
}
.more__know .know__inner .btn {
  width: 265px;
  height: 57px;
  border-radius: 29px;
  position: relative;
  background-color: #fff;
  border: 1px solid #0072E5;
  margin: auto;
  margin-top: 59px;
}
.more__know .know__inner .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: inherit;
  color: #0072E5;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.footer {
  background-color: #495264;
  box-sizing: border-box;
  padding: 50px 30px;
  position: relative;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .footer {
    padding-top: 79px;
  }
}
.footer::before {
  content: "";
  position: absolute;
  background-image: url("../images/top/line.png");
  width: 274px;
  height: 91px;
  background-size: contain;
  top: -150px;
  left: 40px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .footer::before {
    display: none;
  }
}
.footer::after {
  content: "";
  position: absolute;
  background-image: url("../images/top/line.png");
  width: 274px;
  height: 91px;
  background-size: contain;
  top: -160px;
  right: 40px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .footer::after {
    display: none;
  }
}
.footer .footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .footer .footer__top {
    flex-direction: column;
  }
}
.footer .footer__top h2 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 600;
}
.footer .footer__top .footer__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .footer .footer__top .footer__list {
    flex-direction: column;
    margin-top: 70px;
  }
}
.footer .footer__top .footer__list li a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.footer .footer__bottom {
  text-align: center;
  margin-top: 174px;
}
@media screen and (max-width: 768px) and (min-width:360px) {
  .footer .footer__bottom {
    margin-top: 90px;
  }
}
.footer .footer__bottom h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.footer .footer__bottom p {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.39px;
  color: #fff;
  margin-top: 16px;
}
.footer small {
  margin-top: 35px;
  text-align: center;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #B2B2B2;
  letter-spacing: 0.72px;
}/*# sourceMappingURL=style.css.map */