@charset "UTF-8";
/* Scss Document */
/* Sass Document */
/* Sass Document */
@import url("https://fonts.googleapis.com/css?family=Crimson+Text&display=swap");
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/SourceHanSansJP-Light.woff2") format("woff2"), url("../../fonts/SourceHanSansJP-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/SourceHanSansJP-Regular.woff2") format("woff2"), url("../../fonts/SourceHanSansJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/SourceHanSansJP-Medium.woff2") format("woff2"), url("../../fonts/SourceHanSansJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/SourceHanSansJP-Bold.woff2") format("woff2"), url("../../fonts/SourceHanSansJP-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/NotoSerifCJKjp-Light.woff2") format("woff2"), url("../../fonts/NotoSerifCJKjp-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("../../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/NotoSerifCJKjp-Medium.woff2") format("woff2"), url("../../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
  font-display: swap;
}

* {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, serif;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
            transform: translate(-50%, -50%) scale(1.05, 1.05);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
            transform: translate(-50%, -50%) scale(1.05, 1.05);
  }
}

body {
  display: block;
  min-width: 768px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, serif;
  font-weight: 300;
  color: #111111;
  overflow-x: hidden;
  letter-spacing: 0;
  font-display: swap;
}

.sp {
  display: none;
}

.index {
  display: block;
  overflow: hidden;
}

.index .main_box {
  height: 100vh;
}

.index .main_box .slide_box {
  width: calc(100% - 130px);
  height: calc(100vh - 150px);
  margin: 80px 0 0 130px;
  position: relative;
}

.index .main_box .text_box {
  position: absolute;
  bottom: 80px;
  left: 65px;
  z-index: 1;
}

.index .main_box .text_box h2 {
  max-width: 640px;
  width: 36vw;
  margin-bottom: 30px;
}

.index .main_box .text_box p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  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 .pc1400{
	display: none;
}
.index .main_box .main_slide .pc1920{
	display: block;
}
@media screen and (max-width: 1480px) {
	.index .main_box .main_slide .pc1400{
		display: block;
	}
	.index .main_box .main_slide .pc1920{
		display: none;
	}
}


.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 5s ease-in-out;
          animation: scale 5s ease-in-out;
  -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05) rotate(0deg);
          transform: translate(-50%, -50%) 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: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: filter　0 0.5s ease;
  transition: filter　0 0.5s ease;
  -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05) rotate(0deg);
          transform: translate(-50%, -50%) scale(1.05, 1.05) rotate(0deg);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.index .main_box .main_slide .slick-dots {
  width: 130px;
  position: absolute;
  top: 60px;
  left: -130px;
}

.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: 1200px;
  margin: 0 auto;
  position: relative;
}

.index .main_box .news_box .inner {
  width: 78.333vw;
  min-width: 940px;
  padding: 20px 0;
  background: rgba(11, 163, 96, 0.95);
  position: absolute;
  bottom: -70px;
  left: 260px;
}

.index .main_box .news_box .inner h3 {
  width: 190px;
  float: left;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 200%;
  text-align: center;
  color: #fff;
}

.index .main_box .news_box .inner ul {
  width: 700px;
  float: left;
}

.index .main_box .news_box .inner ul li {
  margin-bottom: 15px;
  color: #fff;
  text-decoration: none;
}

.index .main_box .news_box .inner ul li time {
  width: 120px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 200%;
}

.index .main_box .news_box .inner ul li p {
  width: 580px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 200%;
  vertical-align: top;
}
.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: 100px 0 210px;
}

.index .comment_box .title {
  width: 542px;
  margin: 0 auto 60px;
}

.index .comment_box .text_box {
  width: 1200px;
  margin: 0 auto 130px;
}

.index .comment_box .text_box p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 240%;
  text-align: center;
}

.index .comment_box .loop_box {
  position: relative;
}

.index .comment_box .loop_box::before {
  content: " ";
  width: 791px;
  height: 120px;
  display: block;
  background: url(/wp/wp-content/uploads/2025/04/bg_text_meikikou.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -100px;
  left: calc(50% + 86px);
  z-index: 0;
}

.index .comment_box .loop_box::after {
  content: " ";
  width: calc(100% - 130px);
  height: 570px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#F9F586), to(#19E88D));
  background: linear-gradient(90deg, #F9F586, #19E88D);
  position: absolute;
  bottom: -80px;
  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: 480px;
  display: inline-block;
  vertical-align: top;
}

.index .comment_box .loop_box ul li img {
  width: 472px;
  display: block;
  margin: 0 4px 8px;
}

.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: 480px;
  height: 568px;
  margin: 0;
  padding: 0;
}

.index .comment_box .loop_box .simply-scroll-list li img {
  display: block;
}

.index .about_box {
  min-width: 1366px;
  margin-bottom: 160px;
}

.index .about_box::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.index .about_box .image_box {
  width: 46.875%;
  float: right;
  position: relative;
}

.index .about_box .image_box p {
  height: 560px;
  position: relative;
  overflow: hidden;
}

.index .about_box .image_box p img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.index .about_box .image_box:before {
  content: " ";
  width: 900px;
  height: 280px;
  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: -50px;
  left: -50px;
}

.index .about_box .text_box {
  width: 53.125%;
  padding: 0 130px;
  float: left;
}

.index .about_box .text_box h3 {
  max-width: 620px;
  margin-bottom: 45px;
}

.index .about_box .text_box .text {
  margin-bottom: 60px;
}

.index .about_box .text_box .text p {
  margin-bottom: 20px;
  font-size: 15px;
  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: 330px;
}

.index .about_box .text_box .btn a {
  display: block;
  padding: 20px;
  font-size: 15px;
  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: 1526px;
  padding:80px;
  margin: 0 auto 130px;
  position: relative;
}

.index .company_box::before {
  content: " ";
  width: 790px;
  height: 120px;
  display: block;
  background: url(/wp/wp-content/uploads/2025/04/bg_text_about.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: calc(50% + 86px);
}

.index .company_box .hd_box {
  margin-bottom: 60px;
  font-size: 0;
  position: relative;
  z-index: 1;
}

.index .company_box .hd_box h3 {
  padding: 0 30px 0 0;
  margin: 10px 30px 10px 0;
  border-right: 1px solid #111111;
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  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: 15px;
  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 {
  width: 30.381%;
  margin-right: 4.392%;
  display: inline-block;
}

.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: 20px;
  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: 25px;
  font-size: 17px;
  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: 10px;
  height: 10px;
  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: 1526px;
  padding:0 80px;
  margin: 0 auto 40px;
  position: relative;
}

.index .staff_box::before {
  content: " ";
  width: 838px;
  height: 115px;
  display: block;
  background: url(/wp/wp-content/uploads/2025/04/bg_text_interview.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: calc(50% + 86px);
}

.index .staff_box .hd_box {
  margin-bottom: 120px;
  font-size: 0;
  position: relative;
  z-index: 1;
}

.index .staff_box .hd_box h3 {
  padding: 0 30px 0 0;
  margin: 10px 30px 10px 0;
  border-right: 1px solid #111111;
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  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: 15px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 150%;
}

.index .staff_box .list_box {
  max-width: 1200px;
  margin: 0 auto 120px;
  position: relative;
}

.index .staff_box .list_box::before {
  content: " ";
  width: 1200px;
  height: 1360px;
  display: block;
  background: #0BA360;
  opacity: .1;
  position: absolute;
  top: -60px;
  left: 230px;
}

.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 {
  width: 360px;
  width:calc(33.33333333% - 40px);
  margin: 0 0 0 60px;
  float: right;
}

.index .staff_box .list_box ul li:nth-child(3n + 2) {
  margin: 70px 0 -20px 60px;
}

.index .staff_box .list_box ul li:nth-child(3n + 3) {
  margin: 140px 0 -90px;
}

.index .staff_box .list_box ul li a {
  display: block;
  color: #111111;
  text-decoration: none;
  background: #fff;
}

.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 {
  -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: -15px;*/
  padding: 20px 30px 30px;
  position: relative;
}

.index .staff_box .list_box ul li a .text_box strong {
  margin-bottom: 15px;
  padding: 0 20px;
  display: inline-block;
  font-size: 14px;
  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: 14px;
  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: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 200%;
}

.index .staff_box .list_box ul li a .text_box p span {
  margin-left: 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 220%;
  color: #0BA360;
}

/* .index .intern_box {
  margin-bottom: 130px;
} */

.index .intern_box::before {
  content: " ";
  width: 100%;
  height: 700px;
  display: block;
  /* margin-bottom: 130px; */
  background: url(../image/index/bg_building.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.index .intern_box::after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.index .intern_box h3 {
  width: 50%;
  margin: 60px 0 30px;
  float: right;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 180%;
  color: #0BA360;
  text-align: center;
}

.index .intern_box h3 span {
  max-width: 730px;
  display: block;
  margin: 0 100px 0 100px;
}

.index .intern_box h3::before {
  content: " ";
  /* max-width: 730px; */
  height: 21px;
  display: block;
  margin: 0 0 15px 0;
  background: url(../image/index/text_intern.svg) no-repeat center;
  background-size: contain;
}

.index .intern_box .image_box {
  width: 50%;
  float: left;
  position: relative;
}

.index .intern_box .image_box::before {
  content: " ";
  width: 960px;
  height: 560px;
  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: -30px;
  bottom: -30px;
}

.index .intern_box .image_box p {
  width: 100%;
  height: 560px;
  overflow: hidden;
  position: relative;
}

.index .intern_box .image_box p img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.index .intern_box .text_box {
  width: 50%;
  float: right;
}

.index .intern_box .text_box .inner {
  max-width: 730px;
  margin: 0 100px 0 100px;
}

.index .intern_box .text_box .inner p {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 180%;
  text-align: center;
}

.index .intern_box .text_box .inner ul {
  padding: 30px;
  margin-bottom: 50px;
  -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: 15px;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 180%;
  text-align: center;
}

.index .intern_box .text_box .inner .btn {
  width: 330px;
  margin: 0 auto;
}

.index .intern_box .text_box .inner .btn a {
  display: block;
  padding: 20px;
  font-size: 15px;
  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: 120px auto 0;
}
.index .movie_area .movie{
width: 720px;
margin:0 auto;
}
.index .movie_area .movie.movie_l{
width: 48%;
float: left;
}
.index .movie_area .movie.movie_r{
width: 48%;
float: right;
}
.index .movie_area .movie p{
font-size: 15px;
margin-top: 20px;
text-align: center;
font-weight: 400;
letter-spacing: .05em;
}

/*# sourceMappingURL=article.css.map */
