@charset "UTF-8";
html {
/*  font-size: calc(100vw / 3.84); */
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, serif;
/*  font-size: .16rem; */
  font-weight: 300;
  color: #181800;
  overflow-x: hidden;
  letter-spacing: 0;
  font-display: swap;
}

.pc {
  display: none;
}

@-webkit-keyframes scale_sp {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}

@keyframes scale_sp {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}

.index {
  display: block;
  overflow: hidden;
}

.index .main_box {
  height: 5.05rem !important;
  position: relative;
}

.index .main_box .slide_box {
  width: 100%;
  height: 4rem;
  margin: .5rem 0 0 0;
  position: relative;
}

.index .main_box .text_box {
  width: 100%;
  padding: 0 .2rem;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.index .main_box .text_box h2 {
  width: 3.14rem;
  margin-bottom: .2rem;
}
.index .main_box .text_box h2 img{
  filter: drop-shadow(3px 3px 5px rgba(0,0,0,.3));
  transform: translateZ(0);
}

.index .main_box .text_box p {
  margin: 0 -.15rem 0 0;
  font-size: 0.13rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 200%;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.index .main_box .main_slide {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.index .main_box .main_slide .slick-list {
  height: 100%;
}

.index .main_box .main_slide .slick-track {
  height: 100%;
}

.index .main_box .main_slide .slick-slide {
  height: 100%;
}

.index .main_box .main_slide .slick-slide > div {
  height: 100%;
}

.index .main_box .main_slide .slick-slide.slick-current li img {
  -webkit-animation: scale_sp 6s ease-in-out;
          animation: scale_sp 6s ease-in-out;
  -webkit-transform: scale(1.05, 1.05) rotate(0deg);
          transform: scale(1.05, 1.05) rotate(0deg);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.index .main_box .main_slide li {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.index .main_box .main_slide li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(0.05rem);
          filter: blur(0.05rem);
}

.index .main_box .main_slide .slick-dots {
  width: 130px;
  position: absolute;
  top: 60px;
  left: -130px;
  display: none !important;
}

.index .main_box .main_slide .slick-dots li {
  margin-bottom: 15px;
}

.index .main_box .main_slide .slick-dots li button {
  width: 100%;
  display: block;
  text-align: center;
  background: none;
  border: none;
  color: #555555;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 120%;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.index .main_box .main_slide .slick-dots li button::before {
  content: " ";
  width: 0;
  height: 1px;
  display: block;
  background: #EEEEEE;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-property: width,background;
  transition-property: width,background;
}

.index .main_box .main_slide .slick-dots li button:hover {
  color: #0BA360;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.index .main_box .main_slide .slick-dots li.slick-active {
  color: #0BA360;
}

.index .main_box .main_slide .slick-dots li.slick-active button {
  color: #0BA360;
}

.index .main_box .main_slide .slick-dots li.slick-active button::before {
  width: 40px;
  background: #0BA360;
}

.index .main_box .news_box {
  width: auto;
  margin: 0 auto;
  position: absolute;
  right: .1rem;
  bottom: -.25rem;
  left: .1rem;
}

.index .main_box .news_box .inner {
  width: 100%;
  padding: .15rem .2rem;
  background: #0BA360F2;
}

.index .main_box .news_box .inner h3 {
  width: .5rem;
  float: left;
  font-size: 0.13rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 180%;
  text-align: center;
  color: #fff;
}

.index .main_box .news_box .inner ul {
  width: 2.65rem;
  float: left;
}

.index .main_box .news_box .inner ul li {
  margin-bottom: .05rem;
  color: #fff;
  text-decoration: none;
}

.index .main_box .news_box .inner ul li time {
  width: .7rem;
  display: inline-block;
  margin: .01rem .05rem 0 0;
  vertical-align: top;
  font-size: 0.11rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 200%;
}

.index .main_box .news_box .inner ul li p {
  width: 1.9rem;
  display: inline-block;
  vertical-align: top;
  font-size: 0.12rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 200%;
}
.index .main_box .news_box .inner ul li p a{
color: #fff;
font-weight: 400;
}

.index .main_box .news_box .inner ul li:last-child {
  margin-bottom: 0;
}

.index .comment_box {
  padding: .7rem 0 1.1rem;
}

.index .comment_box .title {
  width: 3.24rem;
  margin: 0 .3rem .2rem;
  position: relative;
  z-index: 1;
}

.index .comment_box .text_box {
  width: auto;
  margin: 0 .3rem .3rem;
  position: relative;
  z-index: 1;
}

.index .comment_box .text_box p {
  font-size: 0.13rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 190%;
  text-align: left;
}

.index .comment_box .loop_box {
  position: relative;
}

.index .comment_box .loop_box::before {
  content: " ";
  width: 5.2rem;
  height: .8rem;
  display: block;
  background: url(/wp/wp-content/uploads/2025/04/bg_text_meikikou.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -3.2rem;
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  z-index: 0;
}

.index .comment_box .loop_box::after {
  content: " ";
  width: 3.54rem;
  height: 4.67rem;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#F9F586), to(#19E88D));
  background: linear-gradient(90deg, #F9F586, #19E88D);
  position: absolute;
  top: -2rem;
  left: 0;
  opacity: .15;
}

.index .comment_box .loop_box ul {
  font-size: 0;
  position: relative;
  z-index: 1;
}

.index .comment_box .loop_box ul li {
  width: 1.74rem;
  display: inline-block;
  vertical-align: top;
}

.index .comment_box .loop_box ul li img {
  width: 1.71rem;
  display: block;
  margin: 0 .015rem .03rem;
}

.index .comment_box .loop_box ul li img:last-child {
  margin-bottom: 0;
}

.index .comment_box .loop_box .simply-scroll-container {
  position: relative;
}

.index .comment_box .loop_box .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

.index .comment_box .loop_box .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.index .comment_box .loop_box .simply-scroll-list li {
  list-style: none !important;
  width: 1.74rem;
  height: 2.1rem;
  margin: 0;
  padding: 0;
}

.index .comment_box .loop_box .simply-scroll-list li img {
  display: block;
}

.index .about_box {
  min-width: auto;
  margin: 0 .3rem .6rem;
}

.index .about_box::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.index .about_box .image_box {
  width: 100%;
  margin-bottom: .45rem;
  position: relative;
}

.index .about_box .image_box p {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.index .about_box .image_box p img {
  width: 100%;
  height: auto;
}

.index .about_box .image_box:before {
  content: " ";
  width: 3.24rem;
  height: 1rem;
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#F9F586), to(#19E88D));
  background: linear-gradient(-90deg, #F9F586, #19E88D);
  opacity: .15;
  position: absolute;
  bottom: -.15rem;
  left: .15rem;
}

.index .about_box .text_box {
  width: 100%;
  padding: 0;
}

.index .about_box .text_box h3 {
  max-width: 100%;
  margin-bottom: .2rem;
}

.index .about_box .text_box .text {
  margin-bottom: .3rem;
}

.index .about_box .text_box .text p {
  margin-bottom: .15rem;
  font-size: 0.13rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 180%;
}

.index .about_box .text_box .text p:last-child {
  margin-bottom: 0;
}

.index .about_box .text_box .btn {
  width: 2.4rem;
  margin: 0 auto;
}

.index .about_box .text_box .btn a {
  display: block;
  padding: .14rem;
  font-size: 0.13rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 180%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #0BA360;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-property: background;
  transition-property: background;
}

.index .about_box .text_box .btn a:hover {
  background: #00D175;
}

.index .company_box {
  max-width: auto;
  margin: 0 auto .6rem;
  padding: 0 .3rem;
  position: relative;
}

.index .company_box::before {
  content: " ";
  width: 5.18rem;
  height: .8rem;
  display: block;
  background: url(/wp/wp-content/uploads/2025/04/bg_text_about.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -.8rem;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.index .company_box::after {
  content: " ";
  width: 3.24rem;
  height: 1.76rem;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#F9F586), to(#19E88D));
  background: linear-gradient(90deg, #F9F586, #19E88D);
  position: absolute;
  top: .1rem;
  right: 0;
  opacity: .15;
}

.index .company_box .hd_box {
  margin-bottom: .3rem;
  font-size: 0;
  position: relative;
  z-index: 1;
}

.index .company_box .hd_box h3 {
  margin-bottom: .2rem;
  display: inline-block;
  vertical-align: top;
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 100%;
  color: #0BA360;
}

.index .company_box .hd_box p {
  display: inline-block;
  vertical-align: top;
  font-size: 0.13rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 150%;
}

.index .company_box .list_box {
  position: relative;
  z-index: 1;
}

.index .company_box .list_box ul {
  font-size: 0;
}

.index .company_box .list_box ul li {
  display: block;
  margin-bottom: .4rem;
}

.index .company_box .list_box ul li a {
  display: block;
  text-decoration: none;
}

.index .company_box .list_box ul li a:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 1;
}

.index .company_box .list_box ul li a .image {
  margin-bottom: .15rem;
  position: relative;
  overflow: hidden;
}

.index .company_box .list_box ul li a .image img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.index .company_box .list_box ul li a p {
  padding-left: .15rem;
  font-size: 0.14rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 160%;
  color: #111111;
  position: relative;
}

.index .company_box .list_box ul li a p::before {
  content: " ";
  width: .09rem;
  height: .09rem;
  display: block;
  border-top: 2px solid #0BA360;
  border-right: 2px solid #0BA360;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
}

.index .company_box .list_box ul li:nth-child(3n + 3) {
  margin-right: 0;
}

.index .staff_box {
  max-width: auto;
  margin: 0 auto 130px;
  position: relative;
}

.index .staff_box::before {
  content: " ";
  width: 5.5rem;
  height: 0.76rem;
  display: block;
  background: url(/wp/wp-content/uploads/2025/04/bg_text_interview.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -.8rem;
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.index .staff_box .hd_box {
  margin: 0 .3rem .3rem;
  font-size: 0;
  position: relative;
  z-index: 1;
}

.index .staff_box .hd_box h3 {
  margin-bottom: .2rem;
  display: inline-block;
  vertical-align: top;
  font-size: .2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 100%;
  color: #0BA360;
}

.index .staff_box .hd_box p {
  display: inline-block;
  vertical-align: top;
  font-size: .13rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 150%;
}

.index .staff_box .list_box {
  width: 100%;
  margin: 0 auto .48rem;
  position: relative;
}

.index .staff_box .list_box::before {
  content: " ";
  width: 2.94rem;
  height: 5.6rem;
  display: block;
  background: #0BA360;
  opacity: .1;
  position: absolute;
  top: -1.2rem;
  left: 0;
}

.index .staff_box .list_box ul {
  position: relative;
  z-index: 1;
}

.index .staff_box .list_box ul::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.index .staff_box .list_box ul li {
  box-sizing: border-box;
/*
  width: 2.84rem;
  padding: 0 .1rem;
*/
  width: 100%;
  padding: 0;
}

.index .staff_box .list_box ul li a {
  display: block;
  color: #111111;
  text-decoration: none;
  background: #fff;
/*
  padding: 20px;
  left: -10px;
  top: -10px;
  position: relative;
*/
}

.index .staff_box .list_box ul li a:hover p img {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.index .staff_box .list_box ul li a > p {
  overflow: hidden;
}

.index .staff_box .list_box ul li a > p img {
  width: 2.64rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.index .staff_box .list_box ul li a .text_box {
  /*margin-top: -.1rem;*/
  padding: .15rem .2rem .2rem;
  position: relative;
  color: #000;
}

.index .staff_box .list_box ul li a .text_box strong {
  margin: 0 0 1rem -1rem;
  padding: 0 1rem;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 200%;
  color: #fff;
  background: #0BA360;
}

.index .staff_box .list_box ul li a .text_box > span {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 200%;
  color: #999999;
}

.index .staff_box .list_box ul li a .text_box p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 200%;
}

.index .staff_box .list_box ul li a .text_box p span {
  margin-left: 1rem;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 220%;
  color: #0BA360;
}

.index .staff_box .list_box .slick-list {
  margin-bottom: .3rem;
}

/* .index .staff_box .list_box .slick-dots {
  font-size: 0;
  text-align: center;
} */
.index .staff_box .list_box .slick-dots {
display: none !important;
}

.index .staff_box .list_box .slick-dots li {
  width: 1rem;
  margin: 0;
  display: inline-block;
}

.index .staff_box .list_box .slick-dots li button {
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: block;
  background: #CCCCCC;
  border: none;
  border-radius: 1rem;
  font-size: 0;
}

.index .staff_box .list_box .slick-dots li.slick-active button {
  background: #0BA360;
}

@media screen and (max-width: 767px) {
  #staff_slide .slick-list {
    margin: 0 -.1rem;
  }

  #staff_slide .slick-slide {
    padding: 0 8px;
    box-sizing: border-box;
  }

  #staff_slide .slick-slide li {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  #staff_slide .slick-slide > li {
    width: auto;
    padding: 0;
  }

  #staff_slide .slick-slide li a > p img {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 375px) {
  #staff_slide .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
  }

  #staff_slide .slick-slide > li {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  #staff_slide .slick-slide > li a > p img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}

.index .intern_box {
  margin-bottom: .56rem;
}

.index .intern_box::before {
  content: " ";
  width: 100%;
  height: 2.75rem;
  display: block;
  margin-bottom: .56rem;
  background: url(../image/index/bg_building.jpg) no-repeat center;
  background-size: cover;
}

.index .intern_box::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.index .intern_box h3 {
  width: 100%;
  margin: 0 0 .2rem;
  font-size: 0.22rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 180%;
  color: #0BA360;
  text-align: center;
}

.index .intern_box h3 span {
  max-width: 100%;
  display: block;
}

.index .intern_box h3::before {
  content: " ";
  width: 2.66rem;
  height: 21px;
  display: block;
  margin: 0 auto;
  background: url(../image/index/text_intern.svg) no-repeat center;
  background-size: contain;
}

.index .intern_box .image_box {
  margin: 0 .3rem .4rem;
  position: relative;
}

.index .intern_box .image_box::before {
  content: " ";
  width: 3.24rem;
  height: 1.92rem;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#F9F586), to(#19E88D));
  background: linear-gradient(90deg, #F9F586, #19E88D);
  opacity: 0.2;
  position: absolute;
  right: -.1rem;
  bottom: -.1rem;
}

.index .intern_box .image_box p {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index .intern_box .image_box p img {
  width: 100%;
  height: auto;
}

.index .intern_box .text_box {
  margin: 0 .3rem;
}

.index .intern_box .text_box .inner p {
  margin-bottom: .2rem;
  font-size: 0.13rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 180%;
  text-align: left;
}

.index .intern_box .text_box .inner ul {
  padding: .2rem .45rem;
  margin-bottom: .3rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.index .intern_box .text_box .inner ul li {
  font-size: 0.13rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 180%;
  text-align: left;
}

.index .intern_box .text_box .inner .btn {
  width: 2.4rem;
  margin: 0 auto;
}

.index .intern_box .text_box .inner .btn a {
  display: block;
  padding: .14rem;
  font-size: 0.13rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 180%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #0BA360;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-property: background;
  transition-property: background;
}

.index .intern_box .text_box .inner .btn a:hover {
  background: #00D175;
}

.index .movie_area{
margin: .8rem auto;
}

.index .movie_area .movie{
margin-bottom: .3rem;
}
.index .movie_area .movie.movie_r{margin-bottom: 0;}

.index .movie_area .movie p{
font-size: .14rem;
text-align: center;
font-weight: 400;
margin-top: .15rem;
letter-spacing: .05em;
}

/*# sourceMappingURL=article-sp.css.map */
