@charset "UTF-8";
#top_main {
  position: relative;
  overflow: hidden;
  background-color: #fcfafa;
  margin-top: 0 !important;
}
#top_main .top_bg_circle {
  position: absolute;
  top: 18.0555555556vw;
  left: 0;
  width: 80.2777777778vw;
  height: auto;
}
#top_main .top_bg_circle img {
  width: 100%;
  height: auto;
}
#top_main .fv {
  position: relative;
  padding: 8.6805555556vw 5.2083333333vw 6.5972222222vw;
  background: linear-gradient(to left, #0bc6ad, #edffe9, #fff5be);
  z-index: 90;
}
@media screen and (max-width: 768px) {
  #top_main .fv {
    padding: 20vw 4vw 17.3333333333vw;
  }
}
#top_main .fv.on .fv_content .ttl01,
#top_main .fv.on .fv_content .ttl02 {
  clip-path: inset(0 0 0 0);
}
#top_main .fv.on .fv_content .fv_logo {
  opacity: 1;
}
#top_main .fv .fv_content {
  position: relative;
  width: 100%;
  height: 49.5833333333vw;
  border-radius: 1.7361111111vw;
  background-image: url("/assets/images/fv_bg.jpg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .fv .fv_content {
    height: 112vw;
    border-radius: 5.3333333333vw;
    background-image: url("/assets/images/sp_fv_bg.jpg");
  }
}
#top_main .fv .fv_content .ttl01 {
  position: absolute;
  top: 3.8194444444vw;
  left: -2.4305555556vw;
  width: 45.1388888889vw;
  height: auto;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  #top_main .fv .fv_content .ttl01 {
    top: 24vw;
    left: -2.6666666667vw;
    bottom: 25.3333333333vw;
    width: 66.6666666667vw;
  }
}
#top_main .fv .fv_content .ttl01 img {
  width: 100%;
  height: auto;
}
#top_main .fv .fv_content .ttl02 {
  position: absolute;
  top: 10.4166666667vw;
  left: -2.6388888889vw;
  width: 45.1388888889vw;
  height: auto;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1s;
  transition-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  #top_main .fv .fv_content .ttl02 {
    top: 34.6666666667vw;
    left: -2.6666666667vw;
    bottom: 14.6666666667vw;
    width: 66.6666666667vw;
  }
}
#top_main .fv .fv_content .ttl02 img {
  width: 100%;
  height: auto;
}
#top_main .fv .fv_content .fv_logo {
  position: absolute;
  top: 2.0833333333vw;
  right: 2.4305555556vw;
  width: 18.9583333333vw;
  height: auto;
  opacity: 0;
  transition: 1s;
  transition-delay: 2.5s;
}
@media screen and (max-width: 768px) {
  #top_main .fv .fv_content .fv_logo {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 40.5333333333vw;
  }
}
#top_main .fv .fv_content .fv_logo img {
  width: 100%;
  height: auto;
}
#top_main .fv .fv_content .news_box {
  position: absolute;
  top: 100%;
  right: 3.4722222222vw;
  transform: translateY(-50%);
  width: 43.0555555556vw;
  height: auto;
  padding: 0.1388888889vw;
  border-radius: 0.1388888889vw;
  background: linear-gradient(to right, #1db39f, #4d8d85, #efac02);
}
@media screen and (max-width: 768px) {
  #top_main .fv .fv_content .news_box {
    border-radius: 0.5333333333vw;
    top: 100%;
    right: 0;
    transform: translateY(-50%);
    width: 76.8vw;
    padding: 0.5333333333vw;
  }
}
#top_main .fv .fv_content .news_box a {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.7361111111vw;
  padding: 1.7361111111vw 3.8194444444vw 1.7361111111vw 2.4305555556vw;
  background-color: #fff;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #top_main .fv .fv_content .news_box a {
    gap: 3.2vw;
    padding: 3.4666666667vw 10.6666666667vw 3.4666666667vw 3.4666666667vw;
  }
}
#top_main .fv .fv_content .news_box a .date {
  font-size: 1.1111111111vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #top_main .fv .fv_content .news_box a .date {
    font-size: 2.6666666667vw;
  }
}
#top_main .fv .fv_content .news_box a .border {
  display: block;
  width: 0.0694444444vw;
  height: 1.6666666667vw;
  background-color: #393939;
}
@media screen and (max-width: 768px) {
  #top_main .fv .fv_content .news_box a .border {
    width: 0.2666666667vw;
    height: 6.4vw;
  }
}
#top_main .fv .fv_content .news_box a .article_ttl {
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  #top_main .fv .fv_content .news_box a .article_ttl {
    font-size: 3.2vw;
    line-height: 1;
  }
}
#top_main .fv .fv_content .news_box a img {
  position: absolute;
  top: 50%;
  right: 1.3888888889vw;
  transform: translateY(-50%);
  width: 1.5277777778vw;
  height: auto;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #top_main .fv .fv_content .news_box a img {
    right: 4vw;
    width: 3.2vw;
  }
}
#top_main .fv .fv_content .news_box a:hover {
  opacity: 1;
}
#top_main .fv .fv_content .news_box a:hover img {
  right: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .fv .fv_content .news_box a:hover img {
    right: 1.3333333333vw;
  }
}
#top_main .message_sec {
  position: relative;
  padding: 3.8194444444vw 3.125vw 13.8888888889vw 8.6805555556vw;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec {
    padding: 13.3333333333vw 8vw 26.6666666667vw;
  }
}
#top_main .message_sec .marquee {
  position: absolute;
  left: -3.4722222222vw;
  bottom: 8.3333333333vw;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .marquee {
    left: 0;
    bottom: 70.6666666667vw;
  }
}
#top_main .message_sec .marquee .marquee_inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee_scroll 40s linear infinite;
  will-change: transform;
}
#top_main .message_sec .marquee .marquee_inner p {
  white-space: nowrap;
  font-size: 13.75vw;
  letter-spacing: -0.05em;
  line-height: 1;
  font-weight: 600;
  font-family: "Julius Sans One", sans-serif;
  background: linear-gradient(to right, #1db39f, #4d8d85, #efac02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .marquee .marquee_inner p {
    font-size: 17.0666666667vw;
    padding-right: 16vw;
  }
}
#top_main .message_sec .inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 3.4722222222vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .inner {
    flex-direction: column;
    gap: 26.6666666667vw;
  }
}
#top_main .message_sec .inner .text_content {
  width: 39.1666666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .inner .text_content {
    width: 100%;
  }
}
#top_main .message_sec .inner .text_content h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .inner .text_content h2 {
    margin-top: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
#top_main .message_sec .inner .text_content h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2222222222vw;
  line-height: 1.75;
  font-weight: 500;
  background: linear-gradient(to right, #1db39f, #4d8d85, #efac02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .inner .text_content h2 span {
    font-size: 5.8666666667vw;
  }
}
#top_main .message_sec .inner .text_content .img {
  display: none;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .inner .text_content .img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 8vw;
    transition: 1s;
    transition-delay: 1.5s;
  }
  #top_main .message_sec .inner .text_content .img img {
    width: 100%;
    height: auto;
    border-radius: 2.6666666667vw;
  }
  #top_main .message_sec .inner .text_content .img.on {
    opacity: 1;
  }
}
#top_main .message_sec .inner .text_content p {
  font-size: 0.9722222222vw;
  line-height: 2;
  font-weight: 600;
  color: #393939;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .inner .text_content p {
    font-size: 3.7333333333vw;
    line-height: 1.65;
  }
}
#top_main .message_sec .inner .text_content .common_btn {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .inner .text_content .common_btn {
    margin-top: 10.6666666667vw;
  }
}
#top_main .message_sec .inner .img_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5.5555555556vw 0;
  width: calc(100% - 42.6388888889vw);
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .inner .img_content {
    width: 100%;
    gap: 0;
  }
}
#top_main .message_sec .inner .img_content .img01 {
  width: 29.8611111111vw;
  height: auto;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .inner .img_content .img01 {
    display: none;
  }
}
#top_main .message_sec .inner .img_content .img01.on {
  opacity: 1;
}
#top_main .message_sec .inner .img_content .img01 img {
  width: 100%;
  height: auto;
  border-radius: 0.6944444444vw;
}
#top_main .message_sec .inner .img_content .img02 {
  width: 17.3611111111vw;
  height: auto;
  opacity: 0;
  transition: 1s;
  transition-delay: 1.3s;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .inner .img_content .img02 {
    z-index: 0.5;
    width: 34.6666666667vw;
    margin-top: 28vw;
  }
}
#top_main .message_sec .inner .img_content .img02.on {
  opacity: 1;
}
#top_main .message_sec .inner .img_content .img02 img {
  width: 100%;
  height: auto;
  border-radius: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .inner .img_content .img02 img {
    border-radius: 2.6666666667vw;
  }
}
#top_main .message_sec .inner .img_content .img03 {
  width: 21.875vw;
  height: auto;
  opacity: 0;
  transition: 1s;
  transition-delay: 1.3s;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .inner .img_content .img03 {
    width: 44vw;
    transition-delay: 0.5;
  }
}
#top_main .message_sec .inner .img_content .img03.on {
  opacity: 1;
}
#top_main .message_sec .inner .img_content .img03 img {
  width: 100%;
  height: auto;
  border-radius: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .message_sec .inner .img_content .img03 img {
    border-radius: 2.6666666667vw;
  }
}
#top_main .charm_sec .inner .ttl_box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.5138888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .ttl_box {
    margin-bottom: 13.3333333333vw;
  }
}
#top_main .charm_sec .inner .ttl_box.on p {
  clip-path: inset(0 0 0 0);
}
#top_main .charm_sec .inner .ttl_box p {
  width: 10vw;
  height: auto;
  margin: 0 auto;
  transition: 0.5s;
  transition-delay: 1s;
  clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .ttl_box p {
    width: 26.6666666667vw;
  }
}
#top_main .charm_sec .inner .ttl_box p img {
  width: 100%;
  height: auto;
}
#top_main .charm_sec .inner .ttl_box h2 {
  text-align: center;
  font-size: 3.6111111111vw;
  letter-spacing: 0.03em;
  line-height: 1.75;
  font-weight: 700;
  color: rgb(6, 146, 127);
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .ttl_box h2 {
    font-size: 7.4666666667vw;
  }
}
#top_main .charm_sec .inner .charm_swiper {
  position: relative;
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide.swiper-slide-active a {
  border: 0.4861111111vw solid rgb(239, 172, 2);
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide.swiper-slide-active a {
    border: 1.3333333333vw solid rgb(239, 172, 2);
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide.swiper-slide-active a .charm_number {
  color: rgb(239, 172, 2);
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a {
  display: block;
  padding: 1.3888888889vw 1.7361111111vw;
  border-radius: 1.0416666667vw;
  border: 0.4861111111vw solid rgb(6, 146, 127);
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a {
    padding: 5.3333333333vw 6.6666666667vw 0vw;
    border: 1.3333333333vw solid rgb(6, 146, 127);
    border-radius: 4vw;
    min-height: 101.3333333333vw;
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .charm_number {
  text-align: end;
  font-size: 3.6111111111vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: rgb(6, 146, 127);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .charm_number {
    font-size: 6.9333333333vw;
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .charm_number span {
  font-size: 4.7222222222vw;
  margin-left: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .charm_number span {
    font-size: 11.2vw;
    margin-left: 1.3333333333vw;
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .article_ttl {
  font-size: 1.3888888889vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 700;
  color: #393939;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .article_ttl {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .client {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .client {
    gap: 4vw;
    margin-bottom: 4vw;
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .client span {
  display: block;
  padding: 0 0.9027777778vw;
  background-color: #393939;
  color: #fff;
  border-radius: 6.9444444444vw;
  font-size: 0.9722222222vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .client span {
    padding: 0.5333333333vw 1.8666666667vw;
    border-radius: 26.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .client p {
  font-size: 1.1111111111vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 700;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .client p {
    font-size: 3.2vw;
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .article_text {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .article_text {
    margin-bottom: 0vw;
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .article_text p {
  font-size: 0.9722222222vw;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 600;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .article_text p {
    font-size: 3.2vw;
    text-align: justify;
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.6944444444vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn {
    gap: 2.1333333333vw;
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn span {
  position: relative;
  display: block;
  font-size: 0.8333333333vw;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 500;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn span {
    font-size: 2.6666666667vw;
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.3472222222vw;
  width: 100%;
  height: 0.1388888889vw;
  background-color: rgb(239, 172, 2);
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn span::before {
    bottom: -1.3333333333vw;
    height: 0.5333333333vw;
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn img {
  width: 1.5277777778vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn img {
    width: 7.4666666667vw;
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-button-prev {
  position: absolute;
  top: 58%;
  left: calc(50% - 21.875vw);
  transform: translate(-50%, -50%) rotate(180deg);
  width: 5.3472222222vw;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-button-prev {
    width: 13.3333333333vw;
    top: 50%;
    left: calc(50% - 40vw);
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-button-prev img {
  width: 100%;
  height: 100%;
}
#top_main .charm_sec .inner .charm_swiper .swiper-button-next {
  position: absolute;
  top: 58%;
  left: calc(50% + 21.875vw);
  transform: translate(-50%, -50%);
  width: 5.3472222222vw;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_swiper .swiper-button-next {
    width: 13.3333333333vw;
    top: 50%;
    left: calc(50% + 40vw);
  }
}
#top_main .charm_sec .inner .charm_swiper .swiper-button-next img {
  width: 100%;
  height: 100%;
}
#top_main .charm_sec .inner .charm_list {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/1290;
  background-image: url("/assets/images/charm_bg.webp");
  background-position: center;
  background-size: cover;
  margin-top: -20.8333333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_list {
    background-image: url("/assets/images/sp_charm_bg.jpg");
    aspect-ratio: 375/775;
    margin-top: 13.3333333333vw;
  }
}
#top_main .charm_sec .inner .charm_list.on div {
  opacity: 1;
}
#top_main .charm_sec .inner .charm_list div {
  position: absolute;
  border-radius: 100%;
  aspect-ratio: 1;
  box-shadow: 0.1388888889vw 0.1388888889vw 0.2777777778vw 0px rgba(0, 0, 0, 0.25);
}
#top_main .charm_sec .inner .charm_list div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .charm_sec .inner .charm_list .skills {
  position: absolute;
  top: 36.4583333333vw;
  left: 36.4583333333vw;
  width: 18.4027777778vw;
  height: auto;
  transition: 1s;
  transition-delay: 0.2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_list .skills {
    top: 12vw;
    left: 4.8vw;
    width: 39.2vw;
  }
}
#top_main .charm_sec .inner .charm_list .team {
  position: absolute;
  top: 31.5972222222vw;
  right: 23.6111111111vw;
  width: 15.7638888889vw;
  height: auto;
  transition: 1s;
  transition-delay: 0.6s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_list .team {
    top: 25.3333333333vw;
    right: 8vw;
    width: 36.8vw;
  }
}
#top_main .charm_sec .inner .charm_list .region {
  position: absolute;
  left: 16.6666666667vw;
  bottom: 2.4305555556vw;
  width: 17.7777777778vw;
  height: auto;
  transition: 1s;
  transition-delay: 0.9s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_list .region {
    left: 4vw;
    bottom: 10.6666666667vw;
    width: 36vw;
  }
}
#top_main .charm_sec .inner .charm_list .challenge {
  position: absolute;
  right: 8.3333333333vw;
  bottom: 5.2083333333vw;
  width: 17.2222222222vw;
  height: auto;
  transition: 1s;
  transition-delay: 1.2s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_list .challenge {
    right: 2.6666666667vw;
    bottom: 17.3333333333vw;
    width: 36.2666666667vw;
  }
}
#top_main .charm_sec .inner .charm_list .active {
  position: absolute;
  top: 33.3333333333vw;
  left: 5.5555555556vw;
  width: 24.8611111111vw;
  height: auto;
  transition: 1s;
  transition-delay: 1.5s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .charm_sec .inner .charm_list .active {
    width: 55.2vw;
    top: 64.5333333333vw;
    left: 10.6666666667vw;
  }
}
#top_main .our_workplace_sec {
  padding: 10.4166666667vw 5.2083333333vw 8.3333333333vw;
  background-color: rgb(6, 146, 127);
  border-radius: 0 0 0 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec {
    padding: 18.6666666667vw 8vw 24vw;
    border-radius: 0 0 0 13.3333333333vw;
  }
}
#top_main .our_workplace_sec .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
#top_main .our_workplace_sec .inner .ttl_box {
  color: #fff;
}
#top_main .our_workplace_sec .inner .ttl_box.on .ttl_en {
  clip-path: inset(0 0 0 0);
}
#top_main .our_workplace_sec .inner .ttl_box .ttl_en {
  font-size: 3.6111111111vw;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Oooh Baby", cursive;
  transform: rotate(-7.5deg);
  margin-bottom: 1.3888888889vw;
  clip-path: inset(0 100% 0 0);
  transition: 1s;
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .ttl_box .ttl_en {
    text-align: center;
    font-size: 7.4666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
#top_main .our_workplace_sec .inner .ttl_box .ttl_jp {
  font-size: 3.0555555556vw;
  letter-spacing: 0.03em;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .ttl_box .ttl_jp {
    text-align: center;
    font-size: 7.4666666667vw;
    margin-bottom: 8vw;
  }
}
#top_main .our_workplace_sec .inner .ttl_box .text {
  width: 29.7222222222vw;
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .ttl_box .text {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
#top_main .our_workplace_sec .inner .workplace_list {
  width: 48.1944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .workplace_list {
    width: 100%;
  }
}
#top_main .our_workplace_sec .inner .workplace_list ul {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .workplace_list ul {
    gap: 2.6666666667vw;
  }
}
#top_main .our_workplace_sec .inner .workplace_list ul li:nth-child(1) a .workplace_ttl_box img {
  width: 3.9583333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .workplace_list ul li:nth-child(1) a .workplace_ttl_box img {
    width: 9.6vw;
  }
}
#top_main .our_workplace_sec .inner .workplace_list ul li:nth-child(2) a .workplace_ttl_box img {
  width: 3.8888888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .workplace_list ul li:nth-child(2) a .workplace_ttl_box img {
    width: 9.0666666667vw;
  }
}
#top_main .our_workplace_sec .inner .workplace_list ul li:nth-child(3) a .workplace_ttl_box img {
  width: 2.5vw;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .workplace_list ul li:nth-child(3) a .workplace_ttl_box img {
    width: 8.5333333333vw;
  }
}
#top_main .our_workplace_sec .inner .workplace_list ul li a {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 1.7361111111vw;
  padding: 2.0833333333vw 12.5vw 2.0833333333vw 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .workplace_list ul li a {
    border-radius: 4vw;
    padding: 9.3333333333vw 6.6666666667vw 17.3333333333vw;
  }
}
#top_main .our_workplace_sec .inner .workplace_list ul li a .workplace_ttl_box {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .workplace_list ul li a .workplace_ttl_box {
    gap: 1.6vw;
    margin-bottom: 2.6666666667vw;
  }
}
#top_main .our_workplace_sec .inner .workplace_list ul li a .workplace_ttl_box span {
  font-size: 4.7222222222vw;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 900;
  color: #fb9604;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .workplace_list ul li a .workplace_ttl_box span {
    font-size: 8.5333333333vw;
  }
}
#top_main .our_workplace_sec .inner .workplace_list ul li a .workplace_ttl_box p {
  margin-top: 0.6944444444vw;
  font-size: 2.5vw;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #fb9604;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .workplace_list ul li a .workplace_ttl_box p {
    margin-top: unset;
    font-size: 4.8vw;
  }
}
#top_main .our_workplace_sec .inner .workplace_list ul li a .workplace_ttl_box img {
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .workplace_list ul li a .workplace_ttl_box img {
    margin-left: auto;
  }
}
#top_main .our_workplace_sec .inner .workplace_list ul li a .workplace_text {
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  color: #393939;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .workplace_list ul li a .workplace_text {
    font-size: 3.7333333333vw;
    -webkit-line-clamp: 3;
  }
}
#top_main .our_workplace_sec .inner .workplace_list ul li a .arrow {
  position: absolute;
  top: 50%;
  right: 2.4305555556vw;
  transform: translateY(-50%);
  width: 5.3472222222vw;
  height: auto;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .workplace_list ul li a .arrow {
    width: 8.5333333333vw;
    top: initial;
    transform: initial;
    right: 8vw;
    bottom: 6.6666666667vw;
  }
}
#top_main .our_workplace_sec .inner .workplace_list ul li a:hover {
  opacity: 1;
}
#top_main .our_workplace_sec .inner .workplace_list ul li a:hover .arrow {
  right: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .our_workplace_sec .inner .workplace_list ul li a:hover .arrow {
    right: 2.6666666667vw;
  }
}
#top_main .works_sec {
  background-color: rgb(6, 146, 127);
}
#top_main .works_sec .inner {
  width: 100%;
  padding: 11.4583333333vw 0 0;
  margin-bottom: 10.4166666667vw;
  border-radius: 0 6.9444444444vw 0 0;
  background-color: #fcfafa;
}
@media screen and (max-width: 768px) {
  #top_main .works_sec .inner {
    padding: 21.3333333333vw 0 0;
    margin-bottom: 26.6666666667vw;
    border-radius: 0 26.6666666667vw 0 0;
  }
}
#top_main .works_sec .inner .ttl_box.on .ttl_en {
  clip-path: inset(0 0 0 0);
}
#top_main .works_sec .inner .ttl_box .ttl_en {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.6111111111vw;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Oooh Baby", cursive;
  color: #fb9604;
  transform: rotate(-7.5deg);
  margin: 0 auto;
  clip-path: inset(0 100% 0 0);
  transition: 1s;
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  #top_main .works_sec .inner .ttl_box .ttl_en {
    font-weight: 500;
    font-size: 7.4666666667vw;
  }
}
#top_main .works_sec .inner .ttl_box .ttl_jp {
  text-align: center;
  font-size: 3.6111111111vw;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 700;
  color: rgb(6, 146, 127);
  margin-bottom: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .works_sec .inner .ttl_box .ttl_jp {
    font-size: 7.4666666667vw;
    margin-bottom: 8vw;
  }
}
#top_main .works_sec .inner .works_swiper {
  position: relative;
  width: 89.5833333333vw;
  padding: 0 0 4.1666666667vw;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top_main .works_sec .inner .works_swiper {
    width: calc(100% - 16vw);
    padding: 0 0 13.3333333333vw;
  }
}
#top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
#top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .img {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 52/32;
  margin-bottom: 1.0416666667vw;
  border-radius: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .img {
    margin-bottom: 4vw;
    border-radius: 2.6666666667vw;
  }
}
#top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6944444444vw;
  transition-duration: 0.5s;
}
@media screen and (max-width: 768px) {
  #top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .img img {
    border-radius: 2.6666666667vw;
  }
}
#top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .img img:hover {
  transform: scale(1.1, 1.1);
  transition-duration: 0.5s;
}
#top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .works_content_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .works_content_ttl .jp {
  font-size: 2.2222222222vw;
  letter-spacing: 0.02em;
  line-height: 2;
  font-weight: 500;
  color: rgb(6, 146, 127);
}
@media screen and (max-width: 768px) {
  #top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .works_content_ttl .jp {
    font-size: 4.8vw;
  }
}
#top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .works_content_ttl .en {
  font-size: 2.2222222222vw;
  letter-spacing: 0;
  line-height: 2;
  font-weight: 600;
  color: #fb9604;
  font-family: "Oooh Baby", cursive;
}
@media screen and (max-width: 768px) {
  #top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .works_content_ttl .en {
    position: absolute;
    top: -2.6666666667vw;
    right: 0vw;
    font-size: 4.8vw;
  }
}
#top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .text {
  font-size: 1.25vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 500;
  color: #393939;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 7em;
  margin-bottom: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .text {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
#top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.9027777778vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .btn {
    gap: 2.1333333333vw;
  }
}
#top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .btn span {
  position: relative;
  display: block;
  font-size: 1.1111111111vw;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 500;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .btn span {
    font-size: 3.7333333333vw;
  }
}
#top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .btn span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3472222222vw;
  display: block;
  width: 0;
  height: 0.1388888889vw;
  background-color: rgb(239, 172, 2);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .btn span::before {
    bottom: -1.3333333333vw;
    height: 0.5333333333vw;
  }
}
#top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .btn img {
  width: 2.2222222222vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a .btn img {
    width: 7.4666666667vw;
  }
}
#top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a:hover {
  opacity: 1;
}
#top_main .works_sec .inner .works_swiper .swiper-wrapper .swiper-slide a:hover span::before {
  width: 100%;
}
#top_main .works_sec .inner .works_swiper .swiper-scrollbar {
  top: initial;
  left: initial;
  bottom: 0;
  width: 100%;
  height: 0.6944444444vw;
  border-radius: 1.3888888889vw;
  background-color: #393939;
}
@media screen and (max-width: 768px) {
  #top_main .works_sec .inner .works_swiper .swiper-scrollbar {
    height: 1.8666666667vw;
    border-radius: 5.3333333333vw;
  }
}
#top_main .works_sec .inner .works_swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: rgb(239, 172, 2);
}
#top_main .training_sec {
  margin-bottom: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec {
    margin-bottom: 21.3333333333vw;
  }
}
#top_main .training_sec .inner .main_training {
  display: flex;
  align-items: flex-start;
  padding-left: 5.2083333333vw;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec .inner .main_training {
    flex-direction: column;
    padding-left: initial;
    margin-bottom: 16vw;
  }
}
#top_main .training_sec .inner .main_training .img {
  width: 37.3611111111vw;
  height: auto;
  aspect-ratio: 538/482;
  overflow: hidden;
  border-radius: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec .inner .main_training .img {
    width: calc(100% - 16vw);
    margin: 0 auto 8vw;
    border-radius: 5.3333333333vw;
  }
}
#top_main .training_sec .inner .main_training .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6944444444vw;
  transition-duration: 0.5s;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec .inner .main_training .img img {
    border-radius: 5.3333333333vw;
  }
}
#top_main .training_sec .inner .main_training .img img:hover {
  transform: scale(1.1, 1.1);
  transition-duration: 0.5s;
}
#top_main .training_sec .inner .main_training .text_box {
  width: calc(100% - 37.3611111111vw);
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec .inner .main_training .text_box {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
#top_main .training_sec .inner .main_training .text_box .ttl {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec .inner .main_training .text_box .ttl {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: flex-end;
    margin-bottom: 9.3333333333vw;
  }
}
#top_main .training_sec .inner .main_training .text_box .ttl img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec .inner .main_training .text_box .ttl img {
    width: 50.6666666667vw;
  }
}
#top_main .training_sec .inner .main_training .text_box .ttl h2 {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  right: 8.6805555556vw;
  bottom: 0.6944444444vw;
  font-size: 2.5vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 700;
  color: #fb9604;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec .inner .main_training .text_box .ttl h2 {
    white-space: nowrap;
    top: calc(100% - 4vw);
    left: calc(100% + 2.6666666667vw);
    transform: translateY(-50%);
    font-size: 5.3333333333vw;
  }
}
#top_main .training_sec .inner .main_training .text_box .text {
  width: 38.6805555556vw;
  font-size: 1.1111111111vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 600;
  color: #000;
  margin: 3.125vw auto 0;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec .inner .main_training .text_box .text {
    width: 100%;
    padding: 0 8vw;
    margin: 0 auto;
    font-size: 3.7333333333vw;
  }
}
#top_main .training_sec .inner .training_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec .inner .training_list {
    flex-direction: column;
    padding: 0 8vw;
    gap: 2.6666666667vw;
  }
}
#top_main .training_sec .inner .training_list .box {
  position: relative;
  width: 17.6388888889vw;
  height: 11.4583333333vw;
  padding: 2.4305555556vw 0.9027777778vw 0.6944444444vw;
  background-color: #f5f5ef;
  border-radius: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec .inner .training_list .box {
    width: 100%;
    height: auto;
    padding: 6.6666666667vw 5.3333333333vw 6.6666666667vw 20vw;
    border-radius: 4vw;
  }
}
#top_main .training_sec .inner .training_list .box .number {
  position: absolute;
  top: 0.6944444444vw;
  right: 0.6944444444vw;
  font-size: 1.9444444444vw;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 900;
  color: #948c7f;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec .inner .training_list .box .number {
    top: 50%;
    right: initial;
    left: 5.3333333333vw;
    transform: translateY(-50%);
    font-size: 7.4666666667vw;
  }
}
#top_main .training_sec .inner .training_list .box .list_ttl {
  font-size: 1.25vw;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 500;
  color: #393939;
  margin-bottom: 0.9027777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec .inner .training_list .box .list_ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
#top_main .training_sec .inner .training_list .box .list_text {
  font-size: 1.1111111111vw;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec .inner .training_list .box .list_text {
    font-size: 3.7333333333vw;
  }
}
#top_main .training_sec .inner .training_list img {
  width: 2.5694444444vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .training_sec .inner .training_list img {
    transform: rotate(90deg);
    width: 9.6vw;
  }
}
#top_main .career_up {
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .career_up {
    padding-bottom: 24vw;
  }
}
#top_main .career_up .inner .main_career {
  display: flex;
  align-items: flex-start;
  padding-right: 5.2083333333vw;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .career_up .inner .main_career {
    flex-direction: column-reverse;
    padding: initial;
    margin-bottom: 8vw;
  }
}
#top_main .career_up .inner .main_career .text_box {
  width: calc(100% - 37.3611111111vw);
}
@media screen and (max-width: 768px) {
  #top_main .career_up .inner .main_career .text_box {
    width: 100%;
  }
}
#top_main .career_up .inner .main_career .text_box .ttl {
  position: relative;
  width: 100%;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  #top_main .career_up .inner .main_career .text_box .ttl {
    width: 50.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
#top_main .career_up .inner .main_career .text_box .ttl img {
  width: 100%;
  height: auto;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  #top_main .career_up .inner .main_career .text_box .ttl img {
    transform: initial;
  }
}
#top_main .career_up .inner .main_career .text_box .ttl h2 {
  position: absolute;
  left: 6.5277777778vw;
  bottom: 0;
  font-size: 2.5vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 700;
  color: #fb9604;
}
@media screen and (max-width: 768px) {
  #top_main .career_up .inner .main_career .text_box .ttl h2 {
    white-space: nowrap;
    top: calc(100% - 4vw);
    left: calc(100% + 2.6666666667vw);
    transform: translateY(-50%);
    font-size: 5.3333333333vw;
  }
}
#top_main .career_up .inner .main_career .text_box .text {
  width: 43.9583333333vw;
  font-size: 1.1111111111vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 600;
  color: #000;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_main .career_up .inner .main_career .text_box .text {
    width: 100%;
    padding: 0 8vw;
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
#top_main .career_up .inner .main_career .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37.3611111111vw;
  height: auto;
  border-radius: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .career_up .inner .main_career .img {
    width: 95%;
    border-radius: 5.3333333333vw;
    margin: 0 auto 8vw;
  }
}
#top_main .career_up .inner .main_career .img img {
  width: 100%;
  height: auto;
  border-radius: 0.6944444444vw;
  padding: 2.7777777778vw 1.3888888889vw;
  border: solid 0.2083333333vw #1a9180;
}
@media screen and (max-width: 768px) {
  #top_main .career_up .inner .main_career .img img {
    width: 100%;
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw;
    border: solid 0.8vw #1a9180;
  }
}
#top_main .career_up .inner .career_example {
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
  width: calc(100% - 17.3611111111vw);
  padding: 2.0833333333vw;
  background-color: #fff;
  border-radius: 1.0416666667vw;
  border: 0.0694444444vw solid #454545;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_main .career_up .inner .career_example {
    width: calc(100% - 16vw);
    gap: 3.4666666667vw;
    padding: 5.3333333333vw;
    border-radius: 4vw;
    border: 0.2666666667vw solid #454545;
  }
}
#top_main .career_up .inner .career_example p {
  font-size: 1.1111111111vw;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #top_main .career_up .inner .career_example p {
    font-size: 4.2666666667vw;
  }
}

#about_main .about_content_sec {
  overflow: hidden;
  padding: 4.1666666667vw 8.6805555556vw;
}
@media screen and (max-width: 768px) {
  #about_main .about_content_sec {
    padding: 10.6666666667vw 8vw;
  }
}
#about_main .about_content_sec .inner {
  position: relative;
  padding-bottom: 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  #about_main .about_content_sec .inner {
    padding-bottom: 26.6666666667vw;
  }
}
#about_main .about_content_sec .inner .box {
  display: flex;
  align-items: flex-start;
  gap: 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  #about_main .about_content_sec .inner .box {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
#about_main .about_content_sec .inner .box .img {
  width: 44.7916666667vw;
  height: auto;
  aspect-ratio: 645/442;
}
@media screen and (max-width: 768px) {
  #about_main .about_content_sec .inner .box .img {
    width: 100%;
  }
}
#about_main .about_content_sec .inner .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #about_main .about_content_sec .inner .box .img img {
    border-radius: 2.6666666667vw;
  }
}
#about_main .about_content_sec .inner .box .text_content {
  width: calc(100% - 49.6527777778vw);
  margin-top: -4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #about_main .about_content_sec .inner .box .text_content {
    width: 100%;
    margin-top: unset;
  }
}
#about_main .about_content_sec .inner .box .text_content .sec_ttl.on .ttl_en {
  clip-path: inset(0 0 0 0);
}
#about_main .about_content_sec .inner .box .text_content .sec_ttl .ttl_en {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.6111111111vw;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 500;
  color: #fb9604;
  transform: rotate(-7.5deg);
  font-family: "Oooh Baby", cursive;
  clip-path: inset(0 100% 0 0);
  transition: 1s;
  transition-delay: 2s;
}
@media screen and (max-width: 768px) {
  #about_main .about_content_sec .inner .box .text_content .sec_ttl .ttl_en {
    font-size: 9.6vw;
  }
}
#about_main .about_content_sec .inner .box .text_content .sec_ttl .ttl_jp {
  white-space: nowrap;
  font-size: 2.5vw;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
  color: rgb(6, 146, 127);
}
@media screen and (max-width: 768px) {
  #about_main .about_content_sec .inner .box .text_content .sec_ttl .ttl_jp {
    font-size: 6.4vw;
  }
}
#about_main .about_content_sec .inner .box .text_content .text {
  font-size: 0.9722222222vw;
  letter-spacing: 0;
  line-height: 2;
  font-weight: 600;
  margin-top: 2.0833333333vw;
  color: #393939;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #about_main .about_content_sec .inner .box .text_content .text {
    font-size: 3.7333333333vw;
  }
}
#about_main .about_content_sec .inner .box .text_content .name {
  text-align: end;
  font-size: 0.9722222222vw;
  letter-spacing: 0;
  line-height: 2;
  font-weight: 500;
  margin-top: 2.0833333333vw;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #about_main .about_content_sec .inner .box .text_content .name {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}
#about_main .about_content_sec .inner .marquee {
  position: absolute;
  left: -10.4166666667vw;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #about_main .about_content_sec .inner .marquee {
    left: -10.6666666667vw;
    bottom: 0;
  }
}
#about_main .about_content_sec .inner .marquee .marquee_inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee_scroll 20s linear infinite;
  will-change: transform;
}
#about_main .about_content_sec .inner .marquee .marquee_inner p {
  white-space: nowrap;
  font-size: 8.1944444444vw;
  letter-spacing: -0.05em;
  line-height: 1;
  font-weight: 600;
  font-family: "Julius Sans One", sans-serif;
  background: linear-gradient(to right, #1db39f, #4d8d85, #efac02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  #about_main .about_content_sec .inner .marquee .marquee_inner p {
    font-size: 12.8vw;
    padding-right: 16vw;
  }
}
#about_main .charm_sec {
  position: relative;
  padding: 2.0833333333vw 0 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec {
    padding: 10.6666666667vw 0 32vw;
  }
}
#about_main .charm_sec .bottom_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25.5555555556vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .bottom_img {
    width: 32vw;
  }
}
#about_main .charm_sec .bottom_img img {
  width: 100%;
  height: auto;
}
#about_main .charm_sec .inner .ttl_box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .ttl_box {
    margin-bottom: 13.3333333333vw;
  }
}
#about_main .charm_sec .inner .ttl_box.on p {
  clip-path: inset(0 0 0 0);
}
#about_main .charm_sec .inner .ttl_box p {
  width: 10vw;
  height: auto;
  margin: 0 auto;
  transition: 0.5s;
  transition-delay: 1s;
  clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .ttl_box p {
    width: 26.6666666667vw;
  }
}
#about_main .charm_sec .inner .ttl_box p img {
  width: 100%;
  height: auto;
}
#about_main .charm_sec .inner .ttl_box h2 {
  text-align: center;
  font-size: 3.6111111111vw;
  letter-spacing: 0.03em;
  line-height: 1.75;
  font-weight: 700;
  color: rgb(6, 146, 127);
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .ttl_box h2 {
    font-size: 7.4666666667vw;
  }
}
#about_main .charm_sec .inner .charm_swiper {
  position: relative;
  overflow: hidden;
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide.swiper-slide-active a {
  border: 0.4861111111vw solid rgb(239, 172, 2);
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide.swiper-slide-active a {
    border: 1.3333333333vw solid rgb(239, 172, 2);
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide.swiper-slide-active a .charm_number {
  color: rgb(239, 172, 2);
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a {
  display: block;
  padding: 1.3888888889vw 1.7361111111vw;
  border-radius: 1.0416666667vw;
  border: 0.4861111111vw solid rgb(6, 146, 127);
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a {
    padding: 5.3333333333vw 6.6666666667vw 10.6666666667vw;
    border: 1.3333333333vw solid rgb(6, 146, 127);
    border-radius: 4vw;
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .charm_number {
  text-align: end;
  font-size: 3.6111111111vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: rgb(6, 146, 127);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .charm_number {
    font-size: 6.9333333333vw;
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .charm_number span {
  font-size: 4.7222222222vw;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .charm_number span {
    font-size: 11.2vw;
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .article_ttl {
  font-size: 1.6666666667vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 700;
  color: #393939;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .article_ttl {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .client {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .client {
    gap: 4vw;
    margin-bottom: 4vw;
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .client span {
  display: block;
  padding: 0 0.9027777778vw;
  background-color: #393939;
  color: #fff;
  border-radius: 6.9444444444vw;
  font-size: 0.9722222222vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .client span {
    padding: 0.5333333333vw 1.8666666667vw;
    border-radius: 26.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .client p {
  font-size: 1.1111111111vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 700;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .client p {
    font-size: 3.2vw;
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .article_text {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .article_text {
    margin-bottom: 4vw;
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .article_text p {
  font-size: 0.9722222222vw;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 600;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .article_text p {
    font-size: 3.2vw;
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.6944444444vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn {
    gap: 2.1333333333vw;
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn span {
  position: relative;
  display: block;
  font-size: 0.8333333333vw;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 500;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn span {
    font-size: 2.6666666667vw;
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.3472222222vw;
  width: 100%;
  height: 0.1388888889vw;
  background-color: rgb(239, 172, 2);
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn span::before {
    bottom: -1.3333333333vw;
    height: 0.5333333333vw;
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn img {
  width: 1.5277777778vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-wrapper .swiper-slide a .btn img {
    width: 7.4666666667vw;
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: calc(50% - 21.875vw);
  transform: translate(-50%, -50%) rotate(180deg);
  width: 5.3472222222vw;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-button-prev {
    width: 13.3333333333vw;
    left: calc(50% - 40vw);
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-button-prev img {
  width: 100%;
  height: 100%;
}
#about_main .charm_sec .inner .charm_swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  left: calc(50% + 21.875vw);
  transform: translate(-50%, -50%);
  width: 5.3472222222vw;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  #about_main .charm_sec .inner .charm_swiper .swiper-button-next {
    width: 13.3333333333vw;
    left: calc(50% + 40vw);
  }
}
#about_main .charm_sec .inner .charm_swiper .swiper-button-next img {
  width: 100%;
  height: 100%;
}
#about_main .data_sec {
  position: relative;
  width: 100%;
  padding: 8.3333333333vw 8.6805555556vw 24.3055555556vw;
  margin-bottom: -6.9444444444vw;
  background-color: rgb(6, 146, 127);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec {
    padding: 16vw 8vw 53.3333333333vw;
    margin-bottom: -16vw;
  }
}
#about_main .data_sec .inner {
  width: 100%;
}
#about_main .data_sec .inner .ttl_box {
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .ttl_box {
    margin-bottom: 8vw;
  }
}
#about_main .data_sec .inner .data_contents {
  margin-top: 3.4722222222vw;
  scroll-margin-top: 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents {
    margin-top: 13.3333333333vw;
  }
}
#about_main .data_sec .inner .data_contents .contents_ttl {
  display: flex;
  align-items: flex-end;
  gap: 1.3888888889vw;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .contents_ttl {
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#about_main .data_sec .inner .data_contents .contents_ttl img {
  width: 4.5833333333vw;
  height: auto;
  padding-bottom: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .contents_ttl img {
    width: 8.5333333333vw;
    padding-bottom: 4vw;
  }
}
#about_main .data_sec .inner .data_contents .contents_ttl h2 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .contents_ttl h2 {
    gap: 2.6666666667vw;
  }
}
#about_main .data_sec .inner .data_contents .contents_ttl h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3472222222vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .contents_ttl h2::after {
    height: 0.8vw;
  }
}
#about_main .data_sec .inner .data_contents .contents_ttl h2 span {
  white-space: nowrap;
  font-size: 1.9444444444vw;
  letter-spacing: 0.02em;
  line-height: 2;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .contents_ttl h2 span {
    font-size: 4.8vw;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.2777777778vw;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul {
    gap: 1.0666666667vw;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li {
  position: relative;
  padding: 1.25vw;
  border-radius: 1.7361111111vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li {
    padding: 2.6666666667vw;
    border-radius: 4vw;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li.full {
  width: 100%;
}
#about_main .data_sec .inner .data_contents .data_list ul li.double {
  width: calc(50% - 0.1388888889vw);
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li.double {
    width: 100%;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li.one_third {
  width: calc(33.33% - 0.1847222222vw);
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li.one_third {
    width: 100%;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li.quarter {
  width: calc(25% - 0.2083333333vw);
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li.quarter {
    width: 100%;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li .tag {
  font-size: 0.8333333333vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 700;
  color: #fff;
  padding: 0.1388888889vw 1.0416666667vw;
  background-color: rgb(6, 146, 127);
  border-radius: 0.2777777778vw;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li .tag {
    font-size: 2.6666666667vw;
    padding: 0.5333333333vw 3.2vw;
    border-radius: 1.0666666667vw;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li .icon {
  position: absolute;
  top: 1.25vw;
  right: 1.25vw;
  width: 4.3055555556vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li .icon {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 11.2vw;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li .icon.ratio_icon {
  width: 5.9027777778vw;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li .icon.ratio_icon {
    width: 14.9333333333vw;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li .content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.0833333333vw 0;
  height: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li .content {
    margin: 6.6666666667vw 0;
    height: 16vw;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li .content .numbers {
  text-align: center;
  font-size: 1.3888888889vw;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li .content .numbers {
    font-size: 3.7333333333vw;
    gap: 2.6666666667vw;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li .content .numbers .numbers_text {
  font-size: 6.6666666667vw;
  color: rgb(6, 146, 127);
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li .content .numbers .numbers_text {
    font-size: 14.4vw;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li .content .numbers .numbers_text.orange {
  color: #fb9604;
}
#about_main .data_sec .inner .data_contents .data_list ul li .content .numbers .text_middle {
  font-size: 4.4444444444vw;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li .content .numbers .text_middle {
    font-size: 11.2vw;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li .content .numbers .text_small {
  font-size: 3.1944444444vw;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li .content .numbers .text_small {
    font-size: 6.4vw;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li .content .numbers .vertical {
  writing-mode: vertical-rl;
}
#about_main .data_sec .inner .data_contents .data_list ul li .content .ratio_content {
  width: 13.4027777778vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li .content .ratio_content {
    width: 37.3333333333vw;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li .content .hire_ratio {
  width: 70%;
  margin-top: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li .content .hire_ratio {
    width: 60%;
    margin-top: 4vw;
  }
}
#about_main .data_sec .inner .data_contents .data_list ul li .asterisk {
  font-size: 0.9722222222vw;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 600;
  color: #515151;
}
@media screen and (max-width: 768px) {
  #about_main .data_sec .inner .data_contents .data_list ul li .asterisk {
    font-size: 3.7333333333vw;
  }
}

#about_main .works_sec {
  position: relative;
  padding: 2.7777777778vw 8.6805555556vw 10.4166666667vw;
  z-index: 10;
}
#about_main .works_sec .bottom_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25.5555555556vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #about_main .works_sec .bottom_img {
    width: 32vw;
  }
}
#about_main .works_sec .bottom_img img {
  width: 100%;
  height: auto;
}
#about_main .works_sec .inner .works_list ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4.8611111111vw 2.7777777778vw;
}
#about_main .works_sec .inner .works_list ul li {
  width: calc(50% - 1.3888888889vw);
}
#about_main .works_sec .inner .works_list ul li a {
  display: block;
}
#about_main .works_sec .inner .works_list ul li a .img {
  width: 100%;
  height: auto;
  aspect-ratio: 52/32;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #about_main .works_sec .inner .works_list ul li a .img {
    margin-bottom: 4vw;
  }
}
#about_main .works_sec .inner .works_list ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #about_main .works_sec .inner .works_list ul li a .img img {
    border-radius: 2.6666666667vw;
  }
}
#about_main .works_sec .inner .works_list ul li a .works_content_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#about_main .works_sec .inner .works_list ul li a .works_content_ttl .jp {
  font-size: 2.2222222222vw;
  letter-spacing: 0.02em;
  line-height: 2;
  font-weight: 500;
  color: rgb(6, 146, 127);
}
@media screen and (max-width: 768px) {
  #about_main .works_sec .inner .works_list ul li a .works_content_ttl .jp {
    font-size: 4.8vw;
  }
}
#about_main .works_sec .inner .works_list ul li a .works_content_ttl .en {
  font-size: 2.2222222222vw;
  letter-spacing: 0;
  line-height: 2;
  font-weight: 600;
  color: #fb9604;
  font-family: "Oooh Baby", cursive;
}
@media screen and (max-width: 768px) {
  #about_main .works_sec .inner .works_list ul li a .works_content_ttl .en {
    font-size: 4.8vw;
  }
}
#about_main .works_sec .inner .works_list ul li a .text {
  font-size: 1.25vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 500;
  color: #393939;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 7em;
  margin-bottom: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  #about_main .works_sec .inner .works_list ul li a .text {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
#about_main .works_sec .inner .works_list ul li a .btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.9027777778vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #about_main .works_sec .inner .works_list ul li a .btn {
    gap: 2.1333333333vw;
  }
}
#about_main .works_sec .inner .works_list ul li a .btn span {
  position: relative;
  display: block;
  font-size: 1.1111111111vw;
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 500;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #about_main .works_sec .inner .works_list ul li a .btn span {
    font-size: 2.6666666667vw;
  }
}
#about_main .works_sec .inner .works_list ul li a .btn span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3472222222vw;
  display: block;
  width: 100%;
  height: 0.1388888889vw;
  background-color: rgb(239, 172, 2);
}
@media screen and (max-width: 768px) {
  #about_main .works_sec .inner .works_list ul li a .btn span::before {
    bottom: -1.3333333333vw;
    height: 0.5333333333vw;
  }
}
#about_main .works_sec .inner .works_list ul li a .btn img {
  width: 2.2222222222vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #about_main .works_sec .inner .works_list ul li a .btn img {
    width: 7.4666666667vw;
  }
}
#about_main .training_sec {
  padding-top: 8.3333333333vw;
  margin-bottom: 6.9444444444vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec {
    margin-top: 4.1666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
#about_main .training_sec .inner .ttl_box {
  margin-bottom: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .ttl_box {
    margin-bottom: 10.6666666667vw;
  }
}
#about_main .training_sec .inner .ttl_box .ttl_jp {
  color: rgb(6, 146, 127);
}
#about_main .training_sec .inner .main_training {
  display: flex;
  align-items: flex-start;
  padding-left: 5.2083333333vw;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .main_training {
    flex-direction: column;
    padding-left: initial;
    margin-bottom: 16vw;
  }
}
#about_main .training_sec .inner .main_training .img {
  width: 37.3611111111vw;
  height: auto;
  aspect-ratio: 538/482;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .main_training .img {
    width: calc(100% - 16vw);
    margin: 0 auto 8vw;
  }
}
#about_main .training_sec .inner .main_training .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .main_training .img img {
    border-radius: 5.3333333333vw;
  }
}
#about_main .training_sec .inner .main_training .text_box {
  width: calc(100% - 37.3611111111vw);
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .main_training .text_box {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
#about_main .training_sec .inner .main_training .text_box .ttl {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .main_training .text_box .ttl {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: flex-end;
    margin-bottom: 9.3333333333vw;
  }
}
#about_main .training_sec .inner .main_training .text_box .ttl img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .main_training .text_box .ttl img {
    width: 50.6666666667vw;
  }
}
#about_main .training_sec .inner .main_training .text_box .ttl h2 {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  right: 8.6805555556vw;
  bottom: 0.6944444444vw;
  font-size: 2.5vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 700;
  color: #fb9604;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .main_training .text_box .ttl h2 {
    white-space: nowrap;
    top: calc(100% - 4vw);
    left: calc(100% + 2.6666666667vw);
    transform: translateY(-50%);
    font-size: 5.3333333333vw;
  }
}
#about_main .training_sec .inner .main_training .text_box .text {
  width: 38.6805555556vw;
  font-size: 1.1111111111vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 600;
  color: #000;
  margin: 3.125vw auto 0;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .main_training .text_box .text {
    width: 100%;
    padding: 0 8vw;
    margin: 0 auto;
    font-size: 3.7333333333vw;
  }
}
#about_main .training_sec .inner .training_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .training_list {
    flex-direction: column;
    padding: 0 8vw;
    gap: 2.6666666667vw;
  }
}
#about_main .training_sec .inner .training_list .box {
  position: relative;
  width: 17.6388888889vw;
  height: 11.4583333333vw;
  padding: 2.4305555556vw 0.9027777778vw 0.6944444444vw;
  background-color: #f5f5ef;
  border-radius: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .training_list .box {
    width: 100%;
    height: auto;
    padding: 6.6666666667vw 5.3333333333vw 6.6666666667vw 20vw;
    border-radius: 4vw;
  }
}
#about_main .training_sec .inner .training_list .box .number {
  position: absolute;
  top: 0.6944444444vw;
  right: 0.6944444444vw;
  font-size: 1.9444444444vw;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 900;
  color: #948c7f;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .training_list .box .number {
    top: 50%;
    right: initial;
    left: 5.3333333333vw;
    transform: translateY(-50%);
    font-size: 7.4666666667vw;
  }
}
#about_main .training_sec .inner .training_list .box .list_ttl {
  font-size: 1.25vw;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 500;
  color: #393939;
  margin-bottom: 0.9027777778vw;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .training_list .box .list_ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
#about_main .training_sec .inner .training_list .box .list_text {
  font-size: 1.1111111111vw;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .training_list .box .list_text {
    font-size: 3.7333333333vw;
  }
}
#about_main .training_sec .inner .training_list img {
  width: 2.5694444444vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #about_main .training_sec .inner .training_list img {
    transform: rotate(90deg);
    width: 6.9333333333vw;
  }
}
#about_main .career_up {
  padding-bottom: 6.9444444444vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #about_main .career_up {
    padding-bottom: 24vw;
  }
}
#about_main .career_up .inner .main_career {
  display: flex;
  align-items: flex-start;
  padding-right: 5.2083333333vw;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #about_main .career_up .inner .main_career {
    flex-direction: column-reverse;
    padding: initial;
    margin-bottom: 8vw;
  }
}
#about_main .career_up .inner .main_career .text_box {
  width: calc(100% - 37.3611111111vw);
}
@media screen and (max-width: 768px) {
  #about_main .career_up .inner .main_career .text_box {
    width: 100%;
  }
}
#about_main .career_up .inner .main_career .text_box .ttl {
  position: relative;
  width: 100%;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  #about_main .career_up .inner .main_career .text_box .ttl {
    width: 50.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
#about_main .career_up .inner .main_career .text_box .ttl img {
  width: 100%;
  height: auto;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  #about_main .career_up .inner .main_career .text_box .ttl img {
    transform: initial;
  }
}
#about_main .career_up .inner .main_career .text_box .ttl h2 {
  position: absolute;
  left: 8.6805555556vw;
  bottom: 0;
  font-size: 2.5vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 700;
  color: #fb9604;
}
@media screen and (max-width: 768px) {
  #about_main .career_up .inner .main_career .text_box .ttl h2 {
    white-space: nowrap;
    top: calc(100% - 4vw);
    left: calc(100% + 2.6666666667vw);
    transform: translateY(-50%);
    font-size: 5.3333333333vw;
  }
}
#about_main .career_up .inner .main_career .text_box .text {
  width: 43.9583333333vw;
  font-size: 1.1111111111vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 600;
  color: #000;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #about_main .career_up .inner .main_career .text_box .text {
    width: 100%;
    padding: 0 8vw;
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
#about_main .career_up .inner .main_career .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37.3611111111vw;
  height: auto;
  aspect-ratio: 538/482;
  background-color: #aaaaa3;
  border-radius: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #about_main .career_up .inner .main_career .img {
    width: calc(100% - 16vw);
    border-radius: 5.3333333333vw;
    margin: 0 auto 8vw;
  }
}
#about_main .career_up .inner .main_career .img img {
  width: 25.625vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #about_main .career_up .inner .main_career .img img {
    width: 71.4666666667vw;
  }
}
#about_main .career_up .inner .career_example {
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
  width: calc(100% - 17.3611111111vw);
  padding: 2.0833333333vw;
  background-color: #fff;
  border-radius: 1.0416666667vw;
  border: 0.0694444444vw solid #454545;
  margin: 1.0416666667vw auto 0;
}
@media screen and (max-width: 768px) {
  #about_main .career_up .inner .career_example {
    width: calc(100% - 16vw);
    gap: 3.4666666667vw;
    padding: 5.3333333333vw;
    border-radius: 4vw;
    border: 0.2666666667vw solid #454545;
    margin: 4vw auto 0;
  }
}
#about_main .career_up .inner .career_example p {
  font-size: 1.1111111111vw;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #about_main .career_up .inner .career_example p {
    font-size: 4.2666666667vw;
  }
}

#voice_main .fv .inner .bottom_text {
  position: relative;
  margin-top: 5.5555555556vw;
  padding-right: 8.6805555556vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #voice_main .fv .inner .bottom_text {
    margin-top: 10.6666666667vw;
    padding-right: 8vw;
  }
}
#voice_main .fv .inner .bottom_text p {
  font-size: 1.1111111111vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 768px) {
  #voice_main .fv .inner .bottom_text p {
    font-size: 3.7333333333vw;
  }
}
#voice_main .voice_sec {
  position: relative;
  padding: 2.7777777778vw 8.6805555556vw;
}
@media screen and (max-width: 768px) {
  #voice_main .voice_sec {
    padding: 10.6666666667vw 8vw;
  }
}
#voice_main .voice_sec .bottom_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25.5555555556vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #voice_main .voice_sec .bottom_img {
    width: 32vw;
  }
}
#voice_main .voice_sec .bottom_img img {
  width: 100%;
  height: auto;
}
#voice_main .voice_sec .inner .interview_list ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4.8611111111vw 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #voice_main .voice_sec .inner .interview_list ul {
    flex-wrap: wrap;
    gap: 8vw 4vw;
  }
}
#voice_main .voice_sec .inner .interview_list ul li {
  width: calc(33.33% - 1.3888888889vw);
}
@media screen and (max-width: 768px) {
  #voice_main .voice_sec .inner .interview_list ul li {
    width: 100%;
  }
}
#voice_main .voice_sec .inner .interview_list ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 1.7361111111vw;
  border-bottom: 0.1388888889vw solid #fb9604;
}
@media screen and (max-width: 768px) {
  #voice_main .voice_sec .inner .interview_list ul li a {
    padding-bottom: 0;
    border: none;
  }
}
#voice_main .voice_sec .inner .interview_list ul li a .tag {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.1111111111vw;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 700;
  padding: 1.0416666667vw 1.3888888889vw;
  color: #393939;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #voice_main .voice_sec .inner .interview_list ul li a .tag {
    font-size: 2.6666666667vw;
    padding: 1.8666666667vw 1.3333333333vw;
  }
}
#voice_main .voice_sec .inner .interview_list ul li a .img {
  width: 100%;
  height: auto;
  aspect-ratio: 410/450;
  margin-bottom: 2.0833333333vw;
  box-shadow: 0.1388888889vw 0.1388888889vw 0.2777777778vw 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #voice_main .voice_sec .inner .interview_list ul li a .img {
    margin-bottom: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
#voice_main .voice_sec .inner .interview_list ul li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6944444444vw;
  transition-duration: 0.5s;
}
@media screen and (max-width: 768px) {
  #voice_main .voice_sec .inner .interview_list ul li a .img img {
    border-radius: 2.6666666667vw;
  }
}
#voice_main .voice_sec .inner .interview_list ul li a .img img:hover {
  transform: scale(1.1, 1.1);
  transition-duration: 0.5s;
}
#voice_main .voice_sec .inner .interview_list ul li a .affiliation {
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 500;
  color: #393939;
  margin-bottom: 0.9027777778vw;
  padding: 0 0.9027777778vw;
}
@media screen and (max-width: 768px) {
  #voice_main .voice_sec .inner .interview_list ul li a .affiliation {
    font-size: 4.2666666667vw;
    margin-bottom: 1.6vw;
    padding: 0;
  }
}
#voice_main .voice_sec .inner .interview_list ul li a .name {
  font-size: 1.9444444444vw;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 500;
  color: #393939;
  padding: 0 0.9027777778vw;
}
@media screen and (max-width: 768px) {
  #voice_main .voice_sec .inner .interview_list ul li a .name {
    font-size: 5.3333333333vw;
    padding: 0;
  }
}
#voice_main .voice_sec .inner .interview_list ul li a .arrow {
  position: absolute;
  right: 0;
  bottom: 1.3888888889vw;
  width: 1.3194444444vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #voice_main .voice_sec .inner .interview_list ul li a .arrow {
    bottom: 0.8vw;
    width: 3.7333333333vw;
  }
}

#voice_single_main {
  position: relative;
  background: linear-gradient(to left, #c9ffe2, #edffe9, #fffced);
}
#voice_single_main .fv_bg_img {
  position: absolute;
  top: 52.0833333333vw;
  left: 0;
  width: 80.2777777778vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #voice_single_main .fv_bg_img {
    top: 53.3333333333vw;
    width: 64vw;
  }
}
#voice_single_main .fv {
  position: relative;
  padding-top: 4.1666666667vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #voice_single_main .fv {
    padding-top: 10.6666666667vw;
  }
}
#voice_single_main .fv .inner .ttl_box {
  text-align: center;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #voice_single_main .fv .inner .ttl_box {
    margin-bottom: 5.3333333333vw;
  }
}
#voice_single_main .fv .inner .ttl_box .ttl_en {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.6111111111vw;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Oooh Baby", cursive;
  transform: rotate(-7.5deg);
  color: #fb9604;
  margin: 0 auto 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #voice_single_main .fv .inner .ttl_box .ttl_en {
    font-size: 12.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
#voice_single_main .fv .inner .ttl_box span {
  margin-top: 1.3888888889vw;
  font-size: 1.6666666667vw;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 500;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #voice_single_main .fv .inner .ttl_box span {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
#voice_single_main .fv .inner .ttl_box .name {
  font-size: 5vw;
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 500;
  color: rgb(6, 146, 127);
}
@media screen and (max-width: 768px) {
  #voice_single_main .fv .inner .ttl_box .name {
    font-size: 12.8vw;
  }
}
#voice_single_main .fv .inner .img {
  width: 100%;
  height: auto;
}
#voice_single_main .fv .inner .img img {
  width: 100%;
  height: auto;
}
#voice_single_main .single_sec {
  position: relative;
  padding: 3.4722222222vw 0 18.0555555556vw;
  margin-bottom: -5.5555555556vw;
}
@media screen and (max-width: 768px) {
  #voice_single_main .single_sec {
    padding: 10.6666666667vw 8vw 32vw;
    margin-bottom: -10.6666666667vw;
  }
}
#voice_single_main .single_sec .bottom_img {
  position: absolute;
  right: 0;
  bottom: 5.5555555556vw;
  width: 25.5555555556vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #voice_single_main .single_sec .bottom_img {
    width: 32vw;
    bottom: 10.6666666667vw;
  }
}
#voice_single_main .single_sec .bottom_img img {
  width: 100%;
  height: auto;
}
#voice_single_main .single_sec .inner {
  width: 55.5555555556vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #voice_single_main .single_sec .inner {
    width: 100%;
  }
}
#voice_single_main .single_sec .inner .ttl_box {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #voice_single_main .single_sec .inner .ttl_box {
    margin-top: 10.6666666667vw;
  }
}
#voice_single_main .single_sec .inner .ttl_box .ttl_en {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.6111111111vw;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 500;
  color: #fb9604;
  transform: rotate(-7.5deg);
  font-family: "Oooh Baby", cursive;
}
@media screen and (max-width: 768px) {
  #voice_single_main .single_sec .inner .ttl_box .ttl_en {
    font-size: 9.6vw;
  }
}
#voice_single_main .single_sec .inner .ttl_box .ttl_jp {
  font-size: 2.5vw;
  letter-spacing: 0;
  line-height: 1.55;
  font-weight: 600;
  color: rgb(6, 146, 127);
}
@media screen and (max-width: 768px) {
  #voice_single_main .single_sec .inner .ttl_box .ttl_jp {
    font-size: 5.8666666667vw;
  }
}
#voice_single_main .single_sec .inner .text {
  font-size: 0.9722222222vw;
  letter-spacing: 0;
  line-height: 2;
  font-weight: 600;
  color: #393939;
  text-align: justify;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #voice_single_main .single_sec .inner .text {
    font-size: 3.7333333333vw;
  }
}
#voice_single_main .single_sec .inner img {
  width: 100%;
  height: auto;
  margin-top: 3.4722222222vw;
  border-radius: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #voice_single_main .single_sec .inner img {
    margin-top: 13.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
#voice_single_main .single_sec .inner .time_schedule {
  width: 100%;
  margin: 2.0833333333vw 0;
}
@media screen and (max-width: 768px) {
  #voice_single_main .single_sec .inner .time_schedule {
    margin: 4vw 0;
  }
}
#voice_single_main .single_sec .inner .time_schedule table {
  width: 100%;
  border-radius: 0.2083333333vw;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 768px) {
  #voice_single_main .single_sec .inner .time_schedule table {
    border-radius: 0.8vw;
    border: 0.2666666667vw solid #555;
  }
}
#voice_single_main .single_sec .inner .time_schedule table tr {
  border: #ffffff 0.0694444444vw solid;
}
@media screen and (max-width: 768px) {
  #voice_single_main .single_sec .inner .time_schedule table tr {
    display: flex;
    flex-direction: column;
  }
}
#voice_single_main .single_sec .inner .time_schedule table tr th {
  width: 20.8333333333vw;
  padding: 1.0416666667vw 2.0833333333vw;
  font-size: 1.1111111111vw;
  letter-spacing: 0.02em;
  line-height: 2;
  font-weight: 700;
  color: #fff;
  background-color: #1a9180;
  border: 0.0694444444vw solid #fff;
}
@media screen and (max-width: 768px) {
  #voice_single_main .single_sec .inner .time_schedule table tr th {
    text-align: start;
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
    border: none;
  }
}
#voice_single_main .single_sec .inner .time_schedule table tr td {
  padding: 1.0416666667vw 2.0833333333vw;
  background-color: #fff;
  border: 0.0694444444vw solid #555;
  font-size: 1.1111111111vw;
  letter-spacing: 0.02em;
  line-height: 2;
  font-weight: 500;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #voice_single_main .single_sec .inner .time_schedule table tr td {
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
    border: none;
  }
}

#information_main .information_sec {
  position: relative;
  padding: 1.3888888889vw 8.6805555556vw 12.5vw;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #information_main .information_sec {
    padding: 10.6666666667vw 8vw 32vw;
  }
}
#information_main .information_sec .bottom_img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25.5555555556vw;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #information_main .information_sec .bottom_img {
    width: 32vw;
  }
}
#information_main .information_sec .bottom_img img {
  width: 100%;
  height: auto;
}
#information_main .information_sec .inner {
  position: relative;
  width: 100%;
  z-index: 10;
}
#information_main .information_sec .inner table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1388888889vw solid rgb(6, 146, 127);
}
@media screen and (max-width: 768px) {
  #information_main .information_sec .inner table {
    border: 0.5333333333vw solid rgb(6, 146, 127);
  }
}
#information_main .information_sec .inner table tr {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #information_main .information_sec .inner table tr {
    display: flex;
    flex-direction: column;
  }
}
#information_main .information_sec .inner table tr:last-child th {
  border-bottom: none;
}
#information_main .information_sec .inner table tr:last-child td {
  border-bottom: none;
}
#information_main .information_sec .inner table tr th {
  width: 27.7777777778vw;
  text-align: start;
  padding: 1.7361111111vw 2.7777777778vw;
  background-color: rgb(6, 146, 127);
  color: #fff;
  font-size: 1.25vw;
  letter-spacing: 0.02em;
  line-height: 2;
  font-weight: 500;
  border-bottom: 0.1388888889vw solid #fff;
}
@media screen and (max-width: 768px) {
  #information_main .information_sec .inner table tr th {
    width: 100%;
    border-bottom: none;
    font-size: 3.7333333333vw;
    padding: 3.2vw 5.3333333333vw;
  }
}
#information_main .information_sec .inner table tr td {
  width: calc(100% - 27.7777777778vw);
  font-size: 1.25vw;
  letter-spacing: 0.02em;
  line-height: 1.75;
  font-weight: 600;
  color: #393939;
  background-color: #fff;
  padding: 1.7361111111vw 2.7777777778vw;
  border-bottom: 0.1388888889vw solid rgb(6, 146, 127);
}
@media screen and (max-width: 768px) {
  #information_main .information_sec .inner table tr td {
    width: 100%;
    border: none;
    padding: 3.2vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#information_main .information_sec .inner table tr td ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}
#information_main .information_sec .inner table tr td ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#information_main .information_sec .inner table tr td a {
  text-decoration: underline;
  color: #393939;
}

#entry_main .fv {
  position: relative;
  z-index: 10;
}
#entry_main .fv .inner .text {
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 600;
  color: #393939;
  margin-top: 5.5555555556vw;
  padding-right: 8.6805555556vw;
}
@media screen and (max-width: 768px) {
  #entry_main .fv .inner .text {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    padding-right: 8vw;
  }
}
#entry_main .form_sec {
  position: relative;
  z-index: 10;
  padding: 6.9444444444vw 0;
  background-image: linear-gradient(#efefef, #e9e9e9 82%, #ffffff);
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec {
    padding: 16vw 8vw;
  }
}
#entry_main .form_sec .inner {
  width: 55.5555555556vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner {
    width: 100%;
  }
}
#entry_main .form_sec .inner form {
  display: flex;
  flex-direction: column;
}
#entry_main .form_sec .inner form .box {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .box {
    margin-top: 5.3333333333vw;
  }
}
#entry_main .form_sec .inner form .box:first-child {
  margin-top: 0;
}
#entry_main .form_sec .inner form .box .item_name {
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .box .item_name {
    margin-bottom: 2.6666666667vw;
  }
}
#entry_main .form_sec .inner form .box .item_name.required p {
  display: flex;
  align-items: center;
}
#entry_main .form_sec .inner form .box .item_name.required p span {
  display: inline-block;
  padding: 0.4166666667vw 0.6944444444vw;
  color: #fff;
  background-color: #ff1a12;
  font-size: 1.1111111111vw;
  border-radius: 0.3472222222vw;
  margin-left: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .box .item_name.required p span {
    padding: 1.6vw 2.6666666667vw;
    font-size: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    margin-left: 1.3333333333vw;
  }
}
#entry_main .form_sec .inner form .box .item_name p {
  font-size: 1.3888888889vw;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .box .item_name p {
    font-size: 4.2666666667vw;
  }
}
#entry_main .form_sec .inner form .box .item_input .text_input {
  width: 100%;
  padding: 1.3888888889vw 1.7361111111vw;
  background-color: #fff;
  border-radius: 0.6944444444vw;
  font-size: 1.1111111111vw;
  color: #393939;
  border: 0.1388888889vw solid #e9e7e1;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .box .item_input .text_input {
    padding: 2.6666666667vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
    border: 0.5333333333vw solid #e9e7e1;
  }
}
#entry_main .form_sec .inner form .box .item_input textarea {
  width: 100%;
  height: auto;
  padding: 1.3888888889vw 1.7361111111vw;
  background-color: #fff;
  border-radius: 0.6944444444vw;
  font-size: 1.1111111111vw;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .box .item_input textarea {
    padding: 2.6666666667vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    font-size: 3.7333333333vw;
    border: 0.5333333333vw solid #e9e7e1;
  }
}
#entry_main .form_sec .inner form .box .item_input p {
  font-size: 1.3888888889vw;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .box .item_input p {
    font-size: 3.7333333333vw;
  }
}
#entry_main .form_sec .inner form .box .contact_types {
  width: 31.25vw;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6944444444vw 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .box .contact_types {
    width: 100%;
    gap: 2.6666666667vw;
  }
}
#entry_main .form_sec .inner form .box .contact_types label {
  display: flex;
  align-items: center;
  gap: 0.4861111111vw;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .box .contact_types label {
    gap: 1.8666666667vw;
  }
}
#entry_main .form_sec .inner form .box .contact_types label input {
  width: 1.5277777778vw;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .box .contact_types label input {
    width: 4.8vw;
  }
}
#entry_main .form_sec .inner form .box .contact_types label span {
  font-size: 1.1111111111vw;
  line-height: 1.8;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .box .contact_types label span {
    font-size: 3.7333333333vw;
  }
}
#entry_main .form_sec .inner form .privacy_policy_check {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.7777777778vw auto 0;
  display: flex;
  align-items: center;
  gap: 1.25vw;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .privacy_policy_check {
    gap: 4vw;
    margin-top: 8vw;
  }
}
#entry_main .form_sec .inner form .privacy_policy_check .consent {
  opacity: 0;
  position: absolute;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  cursor: pointer;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .privacy_policy_check .consent {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
#entry_main .form_sec .inner form .privacy_policy_check .checkmark {
  position: relative;
  display: block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border-radius: 0.2777777778vw;
  border: 0.0694444444vw solid #c5bbaf;
  background-color: #faf8f0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .privacy_policy_check .checkmark {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    border-radius: 1.0666666667vw;
    border: 0.2666666667vw solid #c5bbaf;
  }
}
#entry_main .form_sec .inner form .privacy_policy_check .consent:checked + .checkmark::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  transform: translate(-50%, -50%);
  background-image: url("/assets/images/privacy_policy_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .privacy_policy_check .consent:checked + .checkmark::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
#entry_main .form_sec .inner form .privacy_policy_check p {
  font-size: 1.25vw;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .privacy_policy_check p {
    font-size: 4.2666666667vw;
  }
}
#entry_main .form_sec .inner form .privacy_policy_check p a {
  color: #393939;
  text-decoration: underline;
}
#entry_main .form_sec .inner form .btn_box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.3888888889vw;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .btn_box {
    gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
#entry_main .form_sec .inner form .btn_box .btn {
  width: 20.8333333333vw;
  padding: 0.1388888889vw;
  font-size: 1.25vw;
  background: linear-gradient(to right, #1db39f, #4d8d85, #efac02);
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .btn_box .btn {
    width: calc(50% - 2.6666666667vw);
    padding: 0.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
#entry_main .form_sec .inner form .btn_box .btn .submit {
  width: 100%;
  padding: 1.3888888889vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .btn_box .btn .submit {
    padding: 2.6666666667vw;
  }
}
#entry_main .form_sec .inner form .btn_box .btn .back {
  display: block;
  text-align: center;
  width: 100%;
  padding: 1.3888888889vw;
  background-color: #fff;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .btn_box .btn .back {
    padding: 2.6666666667vw;
  }
}
#entry_main .form_sec .inner form .caveat {
  margin-top: 1.3888888889vw;
  font-size: 1.1111111111vw;
  line-height: 1;
  color: #ff1a12;
}
@media screen and (max-width: 768px) {
  #entry_main .form_sec .inner form .caveat {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#entry_main .thanks_sec {
  position: relative;
  z-index: 10;
  padding: 6.9444444444vw 8.6805555556vw;
}
@media screen and (max-width: 768px) {
  #entry_main .thanks_sec {
    padding: 10.6666666667vw 8vw;
  }
}
#entry_main .thanks_sec .inner h2 {
  font-size: 3.3333333333vw;
}
@media screen and (max-width: 768px) {
  #entry_main .thanks_sec .inner h2 {
    font-size: 8.5333333333vw;
  }
}

#entry_list .fv {
  position: relative;
  z-index: 10;
}
#entry_list .fv .inner .text {
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 600;
  color: #393939;
  margin-top: 5.5555555556vw;
  padding-right: 8.6805555556vw;
}
@media screen and (max-width: 768px) {
  #entry_list .fv .inner .text {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    padding-right: 8vw;
  }
}
#entry_list .entry_list_sec {
  overflow: hidden;
  background: #fff;
  padding: 6.9444444444vw 6.9444444444vw 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  #entry_list .entry_list_sec {
    padding: 16vw 8vw 26.6666666667vw;
  }
}
#entry_list .entry_list_sec .inner {
  width: 83.3333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #entry_list .entry_list_sec .inner {
    width: 100%;
  }
}
#entry_list .entry_list_sec .inner .entry_list_main {
  display: flex;
  gap: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  #entry_list .entry_list_sec .inner .entry_list_main {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
#entry_list .entry_list_sec .inner .entry_list_main li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #entry_list .entry_list_sec .inner .entry_list_main li {
    width: 100%;
  }
}
#entry_list .entry_list_sec .inner .entry_list_main li a {
  position: relative;
  width: 25vw;
  min-height: 15.2777777778vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0.1388888889vw;
  box-shadow: 0 0 0 0.1388888889vw #fb9604;
  transition: box-shadow 0.5s;
}
@media screen and (max-width: 768px) {
  #entry_list .entry_list_sec .inner .entry_list_main li a {
    width: 100%;
    min-height: 40vw;
    border-radius: 0.5333333333vw;
    box-shadow: 0 0 0 0.5333333333vw #fb9604;
  }
}
#entry_list .entry_list_sec .inner .entry_list_main li a:hover {
  box-shadow: 0 0 0 0.2777777778vw #1a9180;
}
@media screen and (max-width: 768px) {
  #entry_list .entry_list_sec .inner .entry_list_main li a:hover {
    box-shadow: 0 0 0 0.8vw #1a9180;
  }
}
#entry_list .entry_list_sec .inner .entry_list_main li a img {
  width: 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  #entry_list .entry_list_sec .inner .entry_list_main li a img {
    width: 64vw;
  }
}
#entry_list .entry_list_sec .inner .entry_list_main li a .ttl_en {
  position: absolute;
  right: 1.0416666667vw;
  top: 1.0416666667vw;
  font-size: 2.5vw;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Oooh Baby", cursive;
  color: #1a9180;
  transform: rotate(-7.5deg);
}
@media screen and (max-width: 768px) {
  #entry_list .entry_list_sec .inner .entry_list_main li a .ttl_en {
    right: 2.6666666667vw;
    top: 2.6666666667vw;
    font-size: 6.4vw;
  }
}
#entry_list .entry_list_sec .inner .entry_list_main li a .ttl_jp {
  font-size: 1.6666666667vw;
  font-weight: 600;
  color: #1a9180;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #entry_list .entry_list_sec .inner .entry_list_main li a .ttl_jp {
    font-size: 5.3333333333vw;
  }
}
#entry_list .entry_list_sec .inner .entry_list_main li a .arrow {
  position: absolute;
  right: 0.8333333333vw;
  bottom: 0.8333333333vw;
  width: 2.8472222222vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #entry_list .entry_list_sec .inner .entry_list_main li a .arrow {
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    width: 9.6vw;
  }
}

#works_main .works_content_sec {
  overflow: hidden;
  padding: 4.1666666667vw 8.6805555556vw;
}
@media screen and (max-width: 768px) {
  #works_main .works_content_sec {
    padding: 10.6666666667vw 8vw;
  }
}
#works_main .works_content_sec .inner {
  position: relative;
  padding-bottom: 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  #works_main .works_content_sec .inner {
    padding-bottom: 13.3333333333vw;
  }
}
#works_main .works_content_sec .inner .box {
  display: flex;
  align-items: flex-start;
  gap: 4.8611111111vw;
  margin-top: 4.8611111111vw;
  scroll-margin-top: 15.2777777778vw;
}
@media screen and (max-width: 768px) {
  #works_main .works_content_sec .inner .box {
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    border-bottom: 0.2666666667vw solid #b4b4b4;
  }
}
#works_main .works_content_sec .inner .box:first-child {
  margin-top: 0;
}
#works_main .works_content_sec .inner .box .img {
  width: 44.7916666667vw;
  height: auto;
  overflow: hidden;
  border-radius: 0.6944444444vw;
  aspect-ratio: 645/442;
}
@media screen and (max-width: 768px) {
  #works_main .works_content_sec .inner .box .img {
    margin-top: 5.3333333333vw;
    width: 100%;
    border-radius: 2.6666666667vw;
  }
}
#works_main .works_content_sec .inner .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6944444444vw;
  transition-duration: 0.5s;
}
@media screen and (max-width: 768px) {
  #works_main .works_content_sec .inner .box .img img {
    border-radius: 2.6666666667vw;
  }
}
#works_main .works_content_sec .inner .box .img img:hover {
  transform: scale(1.1, 1.1);
  transition-duration: 0.5s;
}
#works_main .works_content_sec .inner .box .text_content {
  width: calc(100% - 49.6527777778vw);
}
@media screen and (max-width: 768px) {
  #works_main .works_content_sec .inner .box .text_content {
    width: 100%;
  }
}
#works_main .works_content_sec .inner .box .text_content .sec_ttl {
  position: relative;
}
#works_main .works_content_sec .inner .box .text_content .sec_ttl .ttl_en {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5vw;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 600;
  color: #fb9604;
  transform: rotate(-7.5deg);
  font-family: "Oooh Baby", cursive;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #works_main .works_content_sec .inner .box .text_content .sec_ttl .ttl_en {
    font-size: 6.9333333333vw;
    position: absolute;
    right: 0;
    text-align: end;
    line-height: 1.2;
  }
}
#works_main .works_content_sec .inner .box .text_content .sec_ttl .ttl_jp {
  white-space: nowrap;
  font-size: 2.5vw;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
  color: rgb(6, 146, 127);
}
@media screen and (max-width: 768px) {
  #works_main .works_content_sec .inner .box .text_content .sec_ttl .ttl_jp {
    font-size: 6.4vw;
  }
}
#works_main .works_content_sec .inner .box .text_content .lead {
  margin-top: 2.0833333333vw;
  white-space: nowrap;
  font-size: 1.6666666667vw;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
  color: rgb(6, 146, 127);
}
@media screen and (max-width: 768px) {
  #works_main .works_content_sec .inner .box .text_content .lead {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#works_main .works_content_sec .inner .box .text_content .text {
  font-size: 0.9722222222vw;
  letter-spacing: 0;
  line-height: 2;
  font-weight: 600;
  margin-top: 1.0416666667vw;
  color: #393939;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #works_main .works_content_sec .inner .box .text_content .text {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#works_main .works_content_sec .inner .box .text_content .name {
  text-align: end;
  font-size: 0.9722222222vw;
  letter-spacing: 0;
  line-height: 2;
  font-weight: 500;
  margin-top: 2.0833333333vw;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #works_main .works_content_sec .inner .box .text_content .name {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}
#works_main .works_content_sec .inner .bottom_text {
  position: absolute;
  right: -8.6805555556vw;
  bottom: 0;
  white-space: nowrap;
  font-size: 8.1944444444vw;
  font-family: "Julius Sans One", sans-serif;
  letter-spacing: -0.05em;
  line-height: 1;
  font-weight: 600;
  background: linear-gradient(to right, #06927f, #def49e, #ff9500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  #works_main .works_content_sec .inner .bottom_text {
    right: -21.3333333333vw;
    font-size: 12.8vw;
  }
}

#qa_main .qa_content_sec {
  overflow: hidden;
  padding: 4.1666666667vw 6.9444444444vw 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  #qa_main .qa_content_sec {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
#qa_main .qa_content_sec .inner {
  width: 70.5555555556vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #qa_main .qa_content_sec .inner {
    width: 100%;
  }
}
#qa_main .qa_content_sec .inner .faq_list {
  display: flex;
  flex-direction: column;
  gap: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  #qa_main .qa_content_sec .inner .faq_list {
    gap: 2.6666666667vw;
  }
}
#qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_accordion_ttl {
  position: relative;
  padding: 1.7361111111vw 5.9027777778vw 1.7361111111vw 4.8611111111vw;
  background-color: #faf8f0;
  border: 0.0694444444vw solid #482b1b;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_accordion_ttl {
    padding: 5.3333333333vw 13.3333333333vw;
    border: 0.2666666667vw solid #482b1b;
  }
}
#qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_accordion_ttl.active::after {
  transform: translateY(-50%) rotate(0deg);
}
#qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_accordion_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.0833333333vw;
  transform: translateY(-50%);
  display: block;
  width: 1.3888888889vw;
  height: 0.0694444444vw;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_accordion_ttl::before {
    right: 5.3333333333vw;
    width: 4vw;
    height: 0.2666666667vw;
  }
}
#qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_accordion_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.0833333333vw;
  transform: translateY(-50%) rotate(90deg);
  display: block;
  width: 1.3888888889vw;
  height: 0.0694444444vw;
  background-color: #000;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_accordion_ttl::after {
    right: 5.3333333333vw;
    width: 4vw;
    height: 0.2666666667vw;
  }
}
#qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_accordion_ttl .q {
  position: absolute;
  top: 50%;
  left: 2.0833333333vw;
  transform: translateY(-50%);
  width: 1.875vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_accordion_ttl .q {
    left: 5.3333333333vw;
    width: 4.5333333333vw;
  }
}
#qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_accordion_ttl p {
  font-size: 1.25vw;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_accordion_ttl p {
    font-size: 4.2666666667vw;
  }
}
#qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_content {
  position: relative;
  display: none;
  padding: 2.0833333333vw 2.0833333333vw 2.0833333333vw 5.2083333333vw;
  border: 0.0694444444vw solid #393939;
  border-top: none;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_content {
    padding: 8vw 5.3333333333vw 8vw 13.3333333333vw;
  }
}
#qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_content p {
  font-size: 1.1111111111vw;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 500;
  color: #393939;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_content p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_content p:first-child {
  margin: 0;
}
#qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_content .a {
  position: absolute;
  top: 2.4305555556vw;
  left: 2.0833333333vw;
  width: 1.875vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #qa_main .qa_content_sec .inner .faq_list .faq_accordion .faq_content .a {
    width: 4vw;
    top: 10.6666666667vw;
    left: 5.3333333333vw;
  }
}

@keyframes marquee_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#news_main .news_sec {
  position: relative;
  padding: 8.3333333333vw 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #news_main .news_sec {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
#news_main .news_sec .inner {
  width: 63.4027777778vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news_main .news_sec .inner {
    width: 100%;
  }
}
#news_main .news_sec .inner .article_list ul {
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #news_main .news_sec .inner .article_list ul {
    gap: 2.6666666667vw;
  }
}
#news_main .news_sec .inner .article_list ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.7361111111vw;
  padding: 2.4305555556vw 5.2083333333vw 2.4305555556vw 2.0833333333vw;
  background-color: #fff;
  border: 0.0694444444vw solid #393939;
  font-size: 1.1111111111vw;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  color: #393939;
}
@media screen and (max-width: 768px) {
  #news_main .news_sec .inner .article_list ul li a {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.3333333333vw;
    padding: 5.3333333333vw 13.3333333333vw 5.3333333333vw 5.3333333333vw;
    border: 0.2666666667vw solid #393939;
    font-size: 3.7333333333vw;
  }
}
#news_main .news_sec .inner .article_list ul li a .date {
  font-family: "Roboto", sans-serif;
}
#news_main .news_sec .inner .article_list ul li a .border {
  display: block;
  width: 0.0694444444vw;
  height: 1.6666666667vw;
  background-color: #393939;
}
@media screen and (max-width: 768px) {
  #news_main .news_sec .inner .article_list ul li a .border {
    display: none;
  }
}
#news_main .news_sec .inner .article_list ul li a .article_ttl {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#news_main .news_sec .inner .article_list ul li a img {
  position: absolute;
  top: 50%;
  right: 2.0833333333vw;
  transform: translateY(-50%);
  width: 1.5972222222vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #news_main .news_sec .inner .article_list ul li a img {
    right: 4vw;
    width: 6.1333333333vw;
  }
}
#news_main .news_single_sec {
  position: relative;
  padding: 9.7222222222vw 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #news_main .news_single_sec {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
#news_main .news_single_sec .inner {
  width: 59.0277777778vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news_main .news_single_sec .inner {
    width: 100%;
  }
}
#news_main .news_single_sec .inner .date {
  font-size: 1.6666666667vw;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  #news_main .news_single_sec .inner .date {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
#news_main .news_single_sec .inner .article_ttl {
  font-size: 1.6666666667vw;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  #news_main .news_single_sec .inner .article_ttl {
    font-size: 5.3333333333vw;
  }
}
#news_main .news_single_sec .inner .article_content {
  width: 100%;
  padding: 3.125vw;
  margin-top: 1.7361111111vw;
  border: 0.0694444444vw solid #9a9a9a;
  background-color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #news_main .news_single_sec .inner .article_content {
    padding: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    border: 0.2666666667vw solid #9a9a9a;
  }
}
#news_main .news_single_sec .inner .article_content *:first-child {
  margin-top: 0;
}
#news_main .news_single_sec .inner .article_content h2 {
  position: relative;
  font-size: 1.3888888889vw;
  font-family: "Roboto", sans-serif;
  margin-top: 1.3888888889vw;
  padding: 0.3472222222vw 0 0.3472222222vw 1.7361111111vw;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  #news_main .news_single_sec .inner .article_content h2 {
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
    padding: 1.3333333333vw 0 1.3333333333vw 6.6666666667vw;
  }
}
#news_main .news_single_sec .inner .article_content h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5555555556vw;
  height: 100%;
  background-color: #06927f;
}
@media screen and (max-width: 768px) {
  #news_main .news_single_sec .inner .article_content h2::before {
    width: 2.1333333333vw;
  }
}
#news_main .news_single_sec .inner .article_content p {
  font-size: 1.1111111111vw;
  margin-top: 1.7361111111vw;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  #news_main .news_single_sec .inner .article_content p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#news_main .news_single_sec .inner .article_content img {
  width: 100%;
  height: auto;
  margin-top: 1.3888888889vw;
}
.pagination {
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 10.6666666667vw;
  }
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .pagination ul {
    gap: 5.3333333333vw;
  }
}
.pagination ul li .page-numbers {
  margin: 0;
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-weight: 500;
  color: #393939;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .pagination ul li .page-numbers {
    font-size: 4.2666666667vw;
  }
}
.pagination ul li .page-numbers.prev {
  display: block;
  width: 3.1944444444vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pagination ul li .page-numbers.prev {
    width: 9.6vw;
  }
}
.pagination ul li .page-numbers.prev img {
  width: 100%;
  height: auto;
  transform: rotate(180deg);
}
.pagination ul li .page-numbers.next {
  display: block;
  width: 3.1944444444vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pagination ul li .page-numbers.next {
    width: 9.6vw;
  }
}
.pagination ul li .page-numbers.next img {
  width: 100%;
  height: auto;
}
.pagination ul li .page-numbers.current {
  color: rgb(6, 146, 127);
}/*# sourceMappingURL=base.css.map */