/* LESS Document */
/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	main
+++++++++++++++++++++++++++++++++++++++++++ */
main {
  padding-bottom: 0;
}
h3 {
  font-size: 3.5rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 7vw;
    margin-bottom: 35px;
  }
}
.h2_style {
  margin-bottom: 66px;
  text-align: center;
  gap: 15px !important;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .h2_style {
    margin-bottom: 35px;
    gap: 0!important;
  }
}
.h2_style h2 {
  font-size: 3.5rem;
  color: #000000 !important;
  margin-bottom: 0!important;
}
@media screen and (max-width: 767px) {
  .h2_style h2 {
    font-size: 7vw;
  }
}
.h2_style p {
  font-size: 8.1rem;
  font-weight: 800;
  color: #00a1ff;
}
@media screen and (max-width: 1023px) {
  .h2_style p {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .h2_style p {
    font-size: 11vw;
  }
}
.ball_bg {
  position: relative;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .ball_bg {
    height: 27vw;
  }
}
.ball_bg img {
  position: relative;
  z-index: 0;
  width: 173px;
  height: 173px;
  left: 145px;
  top: -73px;
}
@media screen and (max-width: 1450px) {
  .ball_bg img {
    top: 20px;
    left: 7%;
  }
}
@media screen and (max-width: 1023px) {
  .ball_bg img {
    left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .ball_bg img {
    left: 0;
    top: 7vw;
    width: 20vw;
    height: 20vw;
  }
}
.ball_bg::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/ball_bg1.svg) no-repeat right center;
  background-size: 87% !important;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .ball_bg::before {
    top: -35px;
  }
}
@media screen and (max-width: 767px) {
  .ball_bg::before {
    top: 13vw;
    background-size: 100%!important;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	mv
+++++++++++++++++++++++++++++++++++++++++++ */
.mv {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .mv {
    width: 120%;
    margin-left: -11%;
  }
}
.mv .mv-bg {
  position: static;
}
.mv::before,
.mv::after {
  content: none;
}
.ball_bg2 {
  height: 302px;
}
@media screen and (max-width: 767px) {
  .ball_bg2 {
    height: 45vw;
  }
}
.ball_bg2 img {
  left: auto;
  right: 339px !important;
  top: 10px;
  right: 40px;
  width: 144px;
  height: 144px;
}
@media screen and (max-width: 1450px) {
  .ball_bg2 img {
    right: 218px!important;
  }
}
@media screen and (max-width: 767px) {
  .ball_bg2 img {
    right: 0 !important;
    top: 7vw;
    width: 20vw;
    height: 20vw;
  }
}
.ball_bg2::before {
  background: url(../img/ball_bg2.svg) no-repeat center / cover;
  top: 0;
  right: 0;
  left: -250px;
}
@media screen and (max-width: 1450px) {
  .ball_bg2::before {
    left: -270px;
    background-size: 98%!important;
  }
}
@media screen and (max-width: 767px) {
  .ball_bg2::before {
    left: -30px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	news
+++++++++++++++++++++++++++++++++++++++++++ */
.newsArea {
  overflow: visible;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .newsArea {
    padding-top: 15vw;
  }
}
.newsArea .inner {
  max-width: 1120px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .newsArea .inner {
    padding: 0 10px;
  }
}
.newsArea .inner .newsTopList {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .newsArea .inner .newsTopList {
    padding-bottom: 30px;
  }
}
.newsArea .inner .newsTopList dl dt {
  padding: 37px 0;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width: 767px) {
  .newsArea .inner .newsTopList dl dt {
    padding: 15px 0;
  }
}
.newsArea .inner .newsTopList dl dt time {
  margin-right: 45px;
}
@media screen and (max-width: 767px) {
  .newsArea .inner .newsTopList dl dt time {
    margin-right: 10px;
  }
}
.newsArea .inner .newsTopList dl dt mark {
  display: inline-block;
  background: #00A1FF;
  color: #ffffff;
  padding: 4px 27px;
  border-radius: 8.5px;
  font-size: 1.7rem;
  margin-right: 33px;
}
@media screen and (max-width: 767px) {
  .newsArea .inner .newsTopList dl dt mark {
    font-size: 3.4vw;
    padding: 4px 10px;
    margin: 0 0 5px 0;
  }
}
.newsArea .inner .newsTopList dl dt a {
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .newsArea .inner .newsTopList dl dt a {
    display: block;
  }
}
.newsArea .inner .newsTopList dl dt a:hover {
  color: #000000;
  text-decoration: underline;
}
.newsArea .inner .newsTopList dl dt:first-child {
  padding-top: 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	aboutArea
+++++++++++++++++++++++++++++++++++++++++++ */
.aboutArea {
  margin: 150px 0 278px 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .aboutArea {
    margin: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea {
    margin: 130px 0 10px 0;
  }
}
.aboutArea .inner {
  max-width: 1506px;
  margin: 0 0 0 auto;
}
.aboutArea .inner .flex {
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .aboutArea .inner .flex {
    flex-direction: column;
    gap: 25px;
  }
}
.aboutArea .inner .flex .flexText {
  margin-top: -36px;
  padding: 0 20px;
}
@media screen and (max-width: 1450px) {
  .aboutArea .inner .flex .flexText {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea .inner .flex .flexText {
    padding: 0;
  }
}
.aboutArea .inner .flex .flexText .h2_style {
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .aboutArea .inner .flex .flexText .h2_style {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .aboutArea .inner .flex .flexText h3 {
    margin-bottom: 30px;
  }
}
.aboutArea .inner .flexImg {
  max-width: 878px;
}
@media screen and (max-width: 1450px) {
  .aboutArea .inner .flexImg {
    margin-left: auto;
    padding-left: 20px;
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .aboutArea .inner .flexImg {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea .inner .flexImg {
    padding-left: 0;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea .inner .flexImg img {
    border-radius: 30px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	philosophyArea
+++++++++++++++++++++++++++++++++++++++++++ */
.philosophyArea {
  position: relative;
  margin-bottom: 238px;
  padding: 0 20px;
}
@media screen and (max-width: 1023px) {
  .philosophyArea {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea {
    margin-bottom: 20vw;
    padding: 0;
  }
}
.philosophyArea .inner {
  max-width: 1586px;
}
.philosophyArea .inner .flex {
  gap: 110px;
  align-items: stretch!important;
}
@media screen and (max-width: 1450px) {
  .philosophyArea .inner .flex {
    gap: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .philosophyArea .inner .flex {
    gap: 0;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .philosophyArea .inner .flex .flexText {
    display: contents;
  }
}
.philosophyArea .inner .flex .flexText .h2_style {
  margin-bottom: 19px;
}
@media screen and (max-width: 1023px) {
  .philosophyArea .inner .flex .flexText .h2_style {
    margin-bottom: 0;
    order: 2;
  }
}
@media screen and (max-width: 1023px) {
  .philosophyArea .inner .flex .flexText h3 {
    order: 1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .philosophyArea .inner .flex .flexText .order {
    order: -1;
    margin-top: 37vw;
  }
}
@media screen and (max-width: 1023px) {
  .philosophyArea .inner .flex .flexText .text {
    order: -1;
    margin-top: 35vw;
  }
}
.philosophyArea .inner .flex .flexText .triangle_box {
  position: relative;
  width: 360px;
  height: 435px;
  margin: 63px 103px;
}
@media screen and (max-width: 1023px) {
  .philosophyArea .inner .flex .flexText .triangle_box {
    margin: auto;
    width: 70vw;
    height: 70vw;
    margin-top: 20px;
    order: -2;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .inner .flex .flexText .triangle_box {
    height: 92vw;
  }
}
.philosophyArea .inner .flex .flexText .triangle_box .circle {
  position: absolute;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .philosophyArea .inner .flex .flexText .triangle_box .circle {
    font-size: clamp(1px, 4.8vw, 2.4rem);
    width: 35vw;
    height: 35vw;
    max-width: 240px;
    max-height: 240px;
  }
}
.philosophyArea .inner .flex .flexText .triangle_box .circle1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #14db66;
}
.philosophyArea .inner .flex .flexText .triangle_box .circle2 {
  bottom: 0;
  left: -44px;
  background: #ff69c7;
}
.philosophyArea .inner .flex .flexText .triangle_box .circle3 {
  bottom: 0;
  right: -44px;
  background: #63bdff;
}
.philosophyArea .inner .flex .flexText .triangle_box .center-text {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.6;
  white-space: nowrap;
}
.philosophyArea .inner .flex .flexText .triangle_box::before,
.philosophyArea .inner .flex .flexText .triangle_box::after {
  content: "";
  position: absolute;
  width: 6px;
  transform-origin: top left;
}
.philosophyArea .inner .flex .flexText .triangle_box::before {
  top: 21%;
  left: 45%;
  height: 200px;
  transform: rotate(27deg);
  background: linear-gradient(0deg, #ff69c7 0, #14db66 90%);
}
@media screen and (max-width: 1023px) {
  .philosophyArea .inner .flex .flexText .triangle_box::before {
    height: 48vw;
  }
}
.philosophyArea .inner .flex .flexText .triangle_box::after {
  top: 29%;
  right: 41%;
  height: 171px;
  transform: rotate(-28deg);
  background: linear-gradient(94deg, #14db66 33%, #63bdff 74%);
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .philosophyArea .inner .flex .flexText .triangle_box::after {
    height: 40vw;
  }
}
.philosophyArea .inner .flex .flexText .triangle_box .line-bottom {
  position: absolute;
  bottom: 86px;
  left: 18%;
  width: 64%;
  height: 6px;
  z-index: -1;
  background: linear-gradient(90deg, #ff69c7 33%, #63bdff 74%);
}
@media screen and (max-width: 1023px) {
  .philosophyArea .inner .flex .flexText .wp-block-group__inner-container {
    display: contents;
  }
}
.philosophyArea .inner .flex .flexImg figure {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .philosophyArea .inner .flex .flexImg figure {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .inner .flex .flexImg figure {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .philosophyArea .inner .flex .flexImg .first_img img {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .inner .flex .flexImg .first_img img {
    width: 60%;
  }
}
.philosophyArea .inner .flex .flexImg .last_img img {
  position: absolute;
  left: 39%;
  bottom: -411px;
}
@media screen and (max-width: 1450px) {
  .philosophyArea .inner .flex .flexImg .last_img img {
    bottom: auto;
    top: -13vw;
  }
}
@media screen and (max-width: 1023px) {
  .philosophyArea .inner .flex .flexImg .last_img img {
    top: -18vw;
    left: 25%;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .philosophyArea .inner .flex .flexImg .last_img img {
    left: 40%;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	sponsorArea
+++++++++++++++++++++++++++++++++++++++++++ */
.sponsorArea {
  margin-bottom: 176px;
}
@media screen and (max-width: 1023px) {
  .sponsorArea {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .sponsorArea {
    margin-bottom: 20vw;
  }
}
.sponsorArea .h2_style {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 75px !important;
  max-width: 1105px;
  margin: 0 auto;
  margin-bottom: 59px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .sponsorArea .h2_style {
    flex-direction: column-reverse;
    gap: 0!important;
    margin-bottom: 35px;
    padding: 0;
  }
}
.sponsorArea .h2_style h2 {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .sponsorArea .h2_style h2 {
    margin-top: 0;
  }
}
.sponsorArea .slider {
  position: relative;
}
.sponsorArea .slider::before {
  position: absolute;
  content: '';
  background: url(../img/slider_bk.png) no-repeat center / cover;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  top: -1px;
}
.sponsorArea .slider img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sponsorArea .slider img {
    height: auto;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	contactArea
+++++++++++++++++++++++++++++++++++++++++++ */
.contactArea {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contactArea {
    margin-bottom: 10vw;
  }
}
.contactArea .inner {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .contactArea .inner {
    padding: 0 10px;
  }
}
.contactArea .flex {
  justify-content: center;
  gap: 73px;
  position: relative;
  z-index: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .contactArea .flex {
    gap: 29px;
  }
}
@media screen and (max-width: 767px) {
  .contactArea .flex {
    gap: 15px;
  }
}
.contactArea .flex .btn {
  min-width: 393px;
  height: 66px;
  margin: 0;
  padding: 11px 0;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contactArea .flex .btn {
    min-width: auto;
    height: 13vw;
    width: 85%;
    margin: 0 auto;
    font-size: 4.8vw;
    text-decoration: none;
  }
}
.contactArea .flex .btn:nth-child(2) {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contactArea .flex .btn:nth-child(2) {
    font-size: 4vw;
  }
}
.contactArea .flex .btn:nth-child(2)::after {
  background: url(../img/mail_icon.png) no-repeat center / cover;
  left: 44px;
  top: 21px;
  width: 33px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .contactArea .flex .btn:nth-child(2)::after {
    width: 7vw;
    height: 5vw;
    left: 9vw;
    top: 4vw;
  }
}
.contactArea .flex .btn::before {
  width: 30px;
  height: 29px;
  right: 22px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .contactArea .flex .btn::before {
    width: 7vw;
    height: 7vw;
    right: 6vw;
    top: 3vw;
  }
}
.contactArea .flex .btn:after {
  content: "";
  position: absolute;
  background: url(../img/phone_icon.svg) no-repeat center / cover;
  left: 52px;
  top: 17px;
  width: 29px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .contactArea .flex .btn:after {
    left: 11vw;
    top: 4vw;
    width: 5vw;
    height: 5vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	mapArea
+++++++++++++++++++++++++++++++++++++++++++ */
.mapArea {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .mapArea {
    margin-top: 10vw;
    padding: 0 10px;
  }
}
.mapArea .inner {
  max-width: 1115px;
}
.mapArea .inner .h2_style {
  margin-bottom: 30px;
}
.mapArea .inner .map iframe {
  width: 100%;
  height: 553px;
}
.mapArea .inner .map p {
  margin: 7px 10px;
}
