.front-page .main-visual {
  max-width: 1366px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .front-page .main-visual {
    max-width: 100%;
    margin: 3rem 0 0;
  }
}

.front-page .main-visual img {
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .front-page .main-visual img {
    border-radius: 0;
  }
}

.front-page .section-title {
  display: flex;
  align-items: center;
}

.front-page .section-title .line-decoration {
  display: inline-block;
  width: 30px;
  height: 60px;
  background-image: linear-gradient(#f8d61d 50%, rgba(255, 255, 255, 0) 51%);
  background-size: 10px 10px;
}

.front-page .section-title .title-value {
  margin-left: 3rem;
  font-size: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .front-page .section-title .title-value {
    font-size: 2rem;
  }
}

.front-page .work-us {
  margin-top: 60px;
}

.front-page .work-us__msg {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .front-page .work-us__msg {
    font-size: 2.5rem;
  }
}

.front-page .work-us__img {
  position: relative;
  margin: 20px auto 0;
  max-width: 767px;
}

.front-page .work-us__img img {
  border-radius: 8px;
}

.front-page .work-us__img .work-us__details {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 410px) {
  .front-page .work-us__img .work-us__details {
    bottom: 30px;
  }
}

.front-page .work-us__img .work-us__details a {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 64px;
  padding: 12px;
  background-color: #00a297;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
  transition: all .5s;
}

.front-page .work-us__img .work-us__details a:hover{
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media screen and (max-width: 410px) {
  .front-page .work-us__img .work-us__details a {
    padding: 1rem 3rem;
  }
}

.front-page .work-us__vision {
  margin-top: 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 410px) {
  .front-page .work-us__vision {
    font-size: 1.6rem;
  }
}

.front-page .idea {
  background-color: white;
}

@media screen and (max-width: 1023px) {
  .front-page .idea {
    padding-bottom: 4rem;
  }
}

.front-page .idea__contents {
  margin-top: 6rem;
}

.front-page .idea__contents .title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 4rem;
}

@media screen and (max-width: 767px) {
  .front-page .idea__contents .title {
    letter-spacing: 2rem;
  }
}

.front-page .idea__contents .slogan {
  margin-top: 5rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .front-page .idea__contents .slogan {
    font-size: 2rem;
  }
}

@media screen and (max-width: 359px) {
  .front-page .idea__contents .slogan {
    font-size: 1.8rem;
  }
}

.front-page .idea__contents .history {
  margin-top: 5rem;
  padding: 0 14rem;
}

@media screen and (max-width: 1023px) {
  .front-page .idea__contents .history {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 410px) {
  .front-page .idea__contents .history {
    padding: 0;
  }
}

.front-page .idea__contents .history p {
  font-size: 1.6rem;
  line-height: 1.85;
  letter-spacing: 0.05em;
}

.front-page .idea__contents .history p + p {
  margin-top: 3rem;
}

.front-page .tsukuru-group__circle .wrap {
  width: 768px;
  margin: 5rem auto 0;
  position: relative;
}

@media screen and (max-width: 1535px) {
  .front-page .tsukuru-group__circle .wrap {
    width: 528px;
  }
}

@media screen and (max-width: 767px) {
  .front-page .tsukuru-group__circle .wrap {
    width: 70%;
  }
}

.front-page .tsukuru-group__circle .wrap .big-circle {
  position: absolute;
  top: -50px;
  right: -225px;
  width: 672px;
  height: 672px;
  background-color: #f7c800;
  border-radius: 100%;
  z-index: -1;
}

@media screen and (max-width: 1535px) {
  .front-page .tsukuru-group__circle .wrap .big-circle {
    width: 488px;
    height: 488px;
  }
}

@media screen and (max-width: 1365px) {
  .front-page .tsukuru-group__circle .wrap .big-circle {
    right: -136px;
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .front-page .tsukuru-group__circle .wrap .big-circle {
    right: -10px;
    width: 180px;
    height: 180px;
  }
}

.front-page .tsukuru-group__circle .wrap .aboutSlider {
  width: 100%;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__main::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  padding: 65% 0 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(217, 217, 217, 0.5);
  border-radius: 100%;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  padding: 65% 0 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__lead {
  position: absolute;
  top: 0;
  left: 50%;
  font-weight: 900;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  background: #eee;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__text {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 65%;
  font-size: 1.8rem;
}

@media screen and (max-width: 1535px) {
  .front-page .tsukuru-group__circle .wrap .aboutSlider__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .front-page .tsukuru-group__circle .wrap .aboutSlider__text {
    font-size: 1.1rem;
  }
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__circleList {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  padding: 65% 0 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  pointer-events: none;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 71%;
  padding: 71% 0 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: auto;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__circle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 3%;
  height: 3%;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__circle.-num01::before {
  background: #e74863;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__circle.-num02::before {
  background: #00a297;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__circle.-num03::before {
  background: #f7c800;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__pagination {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__paginationBase {
  position: relative;
  left: 50%;
  width: 112%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__paginationBase img {
  width: 100%;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__bullets {
  position: absolute;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__bullets img {
  width: 100%;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__bullets.-feel {
  top: 3.8%;
  left: 50%;
  width: 41.9%;
  -webkit-transform: translate(-54%, 0);
  transform: translate(-54%, 0);
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__bullets.-think {
  bottom: 23.9%;
  right: -14.6%;
  width: 51.9%;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__bullets.-make {
  bottom: 24.86%;
  left: -15.6%;
  width: 52.75%;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__next,
.front-page .tsukuru-group__circle .wrap .aboutSlider__prev {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__prev {
  left: 0;
}

.front-page .tsukuru-group__circle .wrap .aboutSlider__next {
  right: 0;
}

.front-page .tsukuru-group__circle .wrap .trial__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 71%;
  height: 71%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.front-page .tsukuru-group__circle .wrap .trial__circle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3%;
  height: 3%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 15%;
  height: 15%;
}

.front-page .tsukuru-group__circle .wrap .trial__circle.-num01 {
  -webkit-animation: rotateCircle 5s linear infinite;
  animation: rotateCircle 5s linear infinite;
}

.front-page .tsukuru-group__circle .wrap .trial__circle.-num01::before {
  background: #e74863;
}

.front-page .tsukuru-group__circle .wrap .trial__circle.-num02 {
  -webkit-animation: rotateCircle 7.5s linear infinite;
  animation: rotateCircle 7.5s linear infinite;
}

.front-page .tsukuru-group__circle .wrap .trial__circle.-num02::before {
  background: #00a297;
}

.front-page .tsukuru-group__circle .wrap .trial__circle.-num03 {
  -webkit-animation: rotateCircle 10s linear infinite;
  animation: rotateCircle 10s linear infinite;
}

.front-page .tsukuru-group__circle .wrap .trial__circle.-num03::before {
  background: #ef8000;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.front-page .tsukuru-group__feature {
  margin-top: 4rem;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 991px) {
  .front-page .tsukuru-group__feature {
    display: block;
  }
}

.front-page .tsukuru-group__feature .btn-feature {
  display: block;
  width: 380px;
  min-height: 80px;
  padding: 12px;
  text-align: center;
  position: relative;
  background-color: #e96a00;;
  border-radius: 9999px;
  box-shadow: 14.607px 14.607px 0px 0px #e0e0e0;
  text-decoration: none;
  transition: all 0.5s;
}

/* @media screen and (max-width: 1535px) {
  .front-page .tsukuru-group__feature .btn-feature {
    width: 528px;
  }
} */

@media screen and (max-width: 991px) {
  .front-page .tsukuru-group__feature .btn-feature {
    width: 100%;
    margin: 0 auto 12px;
    min-height: 54px;
  }
}

/* @media screen and (max-width: 410px) {
  .front-page .tsukuru-group__feature .btn-feature {
    width: 90%;
    padding: 3rem 0;
  }
} */

/* @media screen and (max-width: 359px) {
  .front-page .tsukuru-group__feature .btn-feature {
    width: 100%;
  }
} */

.front-page .tsukuru-group__feature .btn-feature:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.front-page .tsukuru-group__feature .btn-feature .text {
  display: inline-block;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  margin: auto 0;
  
}
@media screen and (max-width: 991px) {
  .front-page .tsukuru-group__feature .btn-feature .text {
    line-height: 30px;
  }
}


@media screen and (max-width: 767px) {
  .front-page .tsukuru-group__feature .btn-feature .text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 410px) {
  .front-page .tsukuru-group__feature .btn-feature .text {
    font-size: 1.4rem;
  }
}

.front-page .tsukuru-group__feature .btn-feature .caret-right {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 4rem;
  color: white;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .front-page .tsukuru-group__feature .btn-feature .caret-right {
    font-size: 2rem;
  }
}

/* @media screen and (max-width: 410px) {
  .front-page .tsukuru-group__feature .btn-feature .caret-right {
    top: 14%;
  }
} */

.front-page .notice {
  margin-top: 18rem;
}

@media screen and (max-width: 767px) {
  .front-page .notice {
    margin-top: 6rem;
  }
}

.front-page .notice__title .line-decoration {
  background-image: linear-gradient(#57c7db 50%, rgba(255, 255, 255, 0) 51%);
}

.front-page .notice__news {
  margin-top: 12rem;
}

@media screen and (max-width: 767px) {
  .front-page .notice__news {
    margin-top: 2rem;
  }
}

.front-page .notice__news .articles {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.front-page .notice__news .articles .article-item {
  display: block;
  width: calc((100% - 20px * 2) / 3);
  border: solid 1px gray;
  padding: 1rem;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .front-page .notice__news .articles .article-item {
    width: calc((100% - 20px * 1) / 2);
  }
}

@media screen and (max-width: 359px) {
  .front-page .notice__news .articles .article-item {
    width: 100%;
  }
}

.front-page .notice__news .articles .article-item:hover {
  opacity: 0.5;
}

.front-page .notice__news .articles .article-item__title {
  padding: 1rem;
}

@media screen and (max-width: 410px) {
  .front-page .notice__news .articles .article-item__title {
    padding: 1rem 0;
  }
}

.front-page .notice__news .articles .article-item__title span {
  color: #242424;
  font-size: 1.6rem;
}

@media screen and (max-width: 410px) {
  .front-page .notice__news .articles .article-item__title span {
    font-size: 1.4rem;
  }
}

.front-page .notice__news .read-more {
  margin-top: 4rem;
  text-align: right;
}

.front-page .notice__news .read-more a {
  padding: 0 2rem;
  text-decoration: none;
  color: #242424;
  font-size: 1.6rem;
}

.front-page .notice__news .read-more a:hover {
  opacity: 0.5;
}

.front-page .notice__guidance {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .front-page .notice__guidance {
    gap: 10px;
  }
}

.front-page .notice__guidance .guidance-item {
  width: calc((100% - 20px * 2) / 3);
  background-color: white;
  border-radius: 16px;
  transition: all .5s;
}

@media screen and (max-width: 767px) {
  .front-page .notice__guidance .guidance-item {
    width: calc((100% - 10px * 1) / 2);
  }
}

@media screen and (max-width: 359px) {
  .front-page .notice__guidance .guidance-item {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .front-page .notice__guidance .guidance-item {
    padding: 2rem 1rem;
  }
}

.front-page .notice__guidance .guidance-item a {
  display: block;
  height: 80px;
  padding: 24px 0;
}

.front-page .notice__guidance .guidance-item:hover {
  transform: scale(0.9);
}
.front-page .notice__guidance .guidance-item a:hover {
  text-decoration: none;
}
.front-page .notice__guidance .guidance-item__title {
  display: flex;
  align-items: center;
  margin-left:30px; 
}

.front-page .notice__guidance .guidance-item__title .square {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.front-page .notice__guidance .guidance-item__title .square__inner {
  width: 50%;
  height: 50%;
}

.front-page .notice__guidance .guidance-item__title .text {
  color: #000;
  margin-left: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .front-page .notice__guidance .guidance-item__title .text {
    margin-left: 1rem;
    font-size: 1.4rem;
  }
}

.front-page .notice__guidance .guidance-item__contents {
  margin-top: 1rem;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .front-page .notice__guidance .guidance-item__contents {
    font-size: 1.4rem;
  }
}

/* .front-page .notice__guidance .guidance-item__contents a {
  text-decoration: underline;
} */

.front-page .sponsors {
  margin-top: 15rem;
  padding-bottom: 25rem;
}

@media screen and (max-width: 1365px) {
  .front-page .sponsors {
    padding-bottom: 12rem;
  }
}

@media screen and (max-width: 767px) {
  .front-page .sponsors {
    margin-top: 6rem;
    padding-bottom: 2rem;
  }
}

.front-page .sponsors__box {
  margin-top: 6rem;
  padding: 3.5rem 4rem;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .front-page .sponsors__box {
    margin-top: 1rem;
    padding: 2rem;
  }
}

.front-page .sponsors__box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .front-page .sponsors__box ul {
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .front-page .sponsors__box ul .sponsor {
    width: calc((100% - 20px * 2) / 2);
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 359px) {
    .front-page .sponsors__box ul .sponsor {
      width: 100%;
    }
  }
  .front-page .sponsors__box ul .sponsor img {
    max-width: 200px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .front-page .sponsors__box ul .sponsor.sp-padding {
    padding: 1.5rem;
  }
}

