@charset "utf-8";

/* ↓↓↓ contents ↓↓↓ */
#contents {
  background-color: #F9F9F9;
}

/* ↑↑↑ contents ↑↑↑ */
/* ↓↓↓ contents-wrap ↓↓↓ */
.contents-wrap {
  width: 100%;
  max-width: 1100px;
  padding-bottom: 120px;
  box-sizing: border-box;
}

@media screen and (max-width: 1550px) and (min-width: 751px) {
  .contents-wrap {
    width: calc(100% - 56px);
    max-width: 1136px;
    padding: 0 0 120px 56px;
    margin-left: auto;
  }
}

.title-page {
  width: 41.81%;
  max-width: 314px;
  margin: 0 auto;
  padding: 55px 0;
  text-align: center;
}

@media screen and (max-width: 1049px) {
  .title-page {
    padding: 135px 0 45px 0;
  }
}

.title-page img {
  width: 100%;
}

.title-global span {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  background: #008803;
  color: #fff;
  display: inline-block;
  padding: 3px 8.5px 0;
}

@media screen and (max-width: 750px) {
  .contents-wrap {
    padding-bottom: 100px;
  }

  .title-page {
    padding: 135px 0 45px 0;
    width: 70%;
  }

  .title-global span {
    font-size: 1.6rem;
  }
}

.link-group .inner-link {
  display: flex;
  flex-wrap: wrap;
  margin: 8px -6px 0;
}

.link-group.three .inner-link {
	margin: 8px 0 0;
}

.link-group .item {
  width: calc((100% / 2) - 12px);
  margin: 12px 6px 0;
  background-color: #fff;
  box-sizing: border-box;
}

.link-group .youtube-video {
  width: calc((100% / 2) - 12px);
  margin: 12px 6px 0;
}

.link-group.one .item {
	width: 100%;
}

.link-group.three .item,
.link-group.three .youtube-video {
  width: calc((100% - 12px*2) / 3);
  margin: 12px 0 0;
}

.link-group.three .item:not(:nth-of-type(3n)),
.link-group.three .youtube-video:not(:nth-of-type(3n)){
	margin: 12px 12px 0 0;
}

@media screen and (max-width: 750px) {
	.link-group.three .item,
	.link-group.three .youtube-video {
    width: 100%;
  }

	.link-group.three .item:not(:nth-of-type(3n)),
	.link-group.three .youtube-video:not(:nth-of-type(3n)){
		margin: 12px 0 0;
	}
}

.link-group .link {
  display: block;
  height: 100%;
  padding: 20px;
  transition: all 300ms 0s ease;
  box-sizing: border-box;
  background: #fff;
}

.link-group .item-img img {
  width: 100%;
}

.link-group .caption {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #008803;
  margin-top: 10px;
}

.link-group .caption .link-icon {
  width: 12px;
}

.link-group .link:hover {
  box-shadow: 0 0 10px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
.link-group.-youtube .inner-link {
    flex-direction: column;
    gap: 24px;
  }
}
.link-group.-youtube .item {
  background-color: unset;
}
@media screen and (max-width: 1024px) {
.link-group.-youtube .item {
    width: fit-content;
  }
}
.link-group .youtube_link {
  display: flex;
  align-items: center;
  font-size: clamp(1.4rem,1.5100671140939599vw,1.8rem);
  color: #000;
  transition: opacity ease .3s;
}
.link-group .youtube_link:hover {
  text-decoration: unset;
  opacity: .7;
}
@media screen and (max-width: 750px) {
  .link-group .youtube_link {
    font-size: 1.6rem;
  }
}
.link-group .youtube_link .txt {
  text-decoration: underline;
}
.link-group .youtube_link .youtube-icon {
  width: 64px;
  flex-shrink: 0;
  display: block;
  margin-right: 24px;
}
@media screen and (max-width: 750px) {
  .link-group .youtube_link .youtube-icon {
    width: 48px;
    margin-right: 15px;
  }
}
.link-group .youtube_link .link-icon {
  width: 20px;
  display: inline-block;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .link-group .youtube_link .link-icon {
    width: 16px;
  }
}

.video{
  margin-top: 75px;
}

@media screen and (max-width: 750px) {
  .video{
    margin-top: 60px;
  }
}

.link-group .youtube-video {
  box-sizing: border-box;
  margin-top: 16px;
}

.link-group .youtube-video figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.link-group .youtube-video.message figure {
  background-image: url(../img/youtube-img02.jpg);
}

.link-group .youtube-video figure {
  position: relative;
}

.link-group .youtube-video figure .movie-icon {
  position: absolute;
  transform: translate(-50%,-50%);
  width: 35px;
  top: 50%;
  left: 50%;
}

@media screen and (max-width: 1024px) and (min-width: 751px) {
  .link-group .caption {
    font-size: 100%;
  }
}

@media screen and (max-width: 750px) {
  .link-group .inner-link {
    margin: 8px 0 0;
  }

  .link-group .item {
    width: 100%;
    margin: 12px 0 0;
  }

  .link-group .itemY {
    width: 100%;
    margin: 12px 0px 0;
  }

  .link-group .caption {
    font-size: 1.6rem;
  }

  .link-group .youtube-video {
    width: 100%;
    max-width: none;
  }

  .link-group .youtube-video.message figure {
    background-image: url(../img/youtube-img02-sp.jpg);
  }

  .link-group .youtube-video figure .movie-icon {
      max-width: none;
      width: 7vw;
  }
}

#movie {
  margin-top: 75px;
}

@media screen and (max-width: 750px) {
  #movie {
    margin-top: 60px;
  }

  #movie .itemY:last-child {
    margin-top: 60px;
  }
}

.seminar {
  margin-top: 75px;
}

@media screen and (max-width: 750px) {
  .seminar {
    margin-top: 60px;
  }
}

.about {
  margin-top: 75px;
}

@media screen and (max-width: 750px) {
  .about {
    margin-top: 60px;
  }
}

.work {
  margin-top: 70px;
}

@media screen and (max-width: 750px) {
  .work {
    margin-top: 60px;
  }
}

.environment {
  margin-top: 70px;
}


@media screen and (max-width: 750px) {
  .environment {
    margin-top: 60px;
  }
}

/* .information {
  margin-top: 70px;
} */

.information .item-recruit {
  position: relative;
}

.information .item-recruit .text {
  position: absolute;
  font-size: 18px;
  bottom: 13px;

}

@media screen and (max-width: 750px) {
  .information .item-recruit .text {
    position: static;
    font-size: 16px;
    margin-top: 5px;

  }

}





.other-link {
  margin-top: 70px;
}

.other-link .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.other-link .inner+.inner {
  border-top: 1px solid #008803;
  margin-top: 25px;
  padding-top: 25px;
}

.other-link .item-link {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.36;
  width: calc(100% / 3);
  font-weight: bold;
  position: relative;
}

.other-link .item-link+.item-link {
  border-left: 1px solid #008803;
}

.other-link .item-link a {
  text-decoration: underline;
  transition: all 300ms 0s ease;
  display: block;
  position: relative;
  padding: 35px 0;
}

.other-link .item-link a .link-icon {
  width: 12px;
}

.other-link .item-link a:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #008803;
  border-right: 2px solid #008803;
  transform: rotate(45deg) translateY(-50%);
}

.other-link .item-link a:hover {
  opacity: .7;
}

@media screen and (max-width: 1023px) and (min-width: 751px) {
  .other-link .item-link {
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .other-link .item-link a:after {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    right: 15px;
  }
}

@media screen and (max-width: 750px) {
  .other-link {
    margin-top: 60px;
  }

  .other-link .inner+.inner {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }

  .other-link .inner:last-of-type .item-link:last-of-type {
    border-bottom: 1px solid #008803;
  }

  .other-link .item-link {
    width: 100%;
    border-top: 1px solid #008803;
    font-size: 1.8rem;
  }

  .other-link .item-link a {
    padding: 25px 0;
  }

  .other-link .item-link+.item-link {
    border-left: none;
  }
}



.contents-notes{
  position: absolute;
  width: 31.25%;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: justify;
  top: 18px;
  right: 15px;
}

@media screen and (max-width: 1049px) {
  .contents-notes{
    max-width: 582px;
    width: 83.47%;
    font-size: 1.4rem;
    transform: translateX(50%);
    right: 50%;
  }
}

.contents-notes span._emphasis{
  color: #ff1d25;
  text-decoration: underline;
}




/* ↓↓↓ contents-wrap ↓↓↓ */

/*
.contents-notes{
  position: absolute;
  top: 1.5%;
  right: 39px;
  max-width: 362px;
  min-width: 300px;
  border: 2px solid #008803;
  padding: 10px;
  background: #f8f8f8;
  z-index: 2;
}

.contents-notes p{
  text-align: justify;
  font-size: min(16px, 1.15vw);
  line-height: 2.3rem;
  text-justify: inter-ideograph;
  font-weight: bold;
}

.contents-notes .pc_only{
  display: none;
}

.contents-notes p span{
  color: #cc0000;
  text-decoration: underline solid #cc0000;
}

@media screen and (max-width: 1024px) {
.contents-notes .pc_only{
    display: block;
  }
  .contents-notes{
    max-width: 260px;
    min-width: 260px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 750px) {
  .contents-notes {
  top: 0.5%;
  left: 3%;
  max-width: 42vw;
  padding: 3%;
  white-space: normal;
  }
  .contents-notes p {
    font-size: 1.25rem;
    }
}

@media screen and (max-width: 480px) {
  .contents-notes br{
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .contents-notes {
    top: 0.8%;
    max-width: 54vw;
    padding: 2%;
    min-width: initial;
    }
}

.contents-wrap {
  max-width: 1280px;

}

.contents-wrap .title {
  width: 100%;
  margin: 0 auto;
  padding: 6.981% 0 10% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .contents-wrap .title {
    padding: 230px 0 60px 0;
  }
}

@media screen and (max-width: 480px) {
  .contents-wrap .title {
    padding: 50% 0 15% 0;
  }
}

@media screen and (max-width: 375px) {
  .contents-wrap .title {
    padding: 75% 0 15% 0;
  }
}

.contents-wrap .title img {
  width: 25%;
}

@media screen and (max-width: 750px) {
  .contents-wrap .title img {
    width: 70%;
    max-width: 320px;
  }
}

.contents-wrap .carrer_movie_title {
  width: 100%;
  padding-bottom: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #008803;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .contents-wrap .carrer_movie_title {
    font-size: 1.8rem;
  }
}

.contents-wrap .link-group {
  width: 100%;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .contents-wrap .link-group {
    padding: 0 4%;
  }
}

.contents-wrap .link-group .link {
  width: 50%;
  padding: 40px;
  transition: all 300ms 0s ease;
}

@media screen and (max-width: 750px) {
  .contents-wrap .link-group .link {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 0 30px 0;
  }
}

@media screen and (max-width: 480px) {
  .contents-wrap .link-group .link {
    margin-bottom: 10px;
    padding: 0 0 20px 0;
  }
}

.contents-wrap .link-group .movie_box {
  display: flex;
  padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .contents-wrap .link-group .movie_box {
    flex-wrap: wrap;
  }
}

.contents-wrap .link-group .link .caption {
  margin: -15px auto 0 auto;
  position: relative;
  z-index: 1;
}

.contents-wrap .link-group .link .caption.-job {
  width: 87.3%;
}

.contents-wrap .link-group .link .caption.-person {
  width: 36%;
}

.contents-wrap .link-group .link .caption.-seminar {
  width: 67.89%;
}

.contents-wrap .link-group .link .caption.-qa {
  width: 20%;
}

.contents-wrap .link-group .link:hover {
  box-shadow: 0 0 10px 8px rgba(0, 0, 0, .1);
}

.contents-wrap .employment {
  width: 100%;
  max-width: 1200px;
  height: 200px;
  margin: 40px auto 0 auto;
  display: flex;
}

@media screen and (max-width: 750px) {
  .contents-wrap .employment {
    width: 100vw;
    height: auto;
    margin: 0 calc(50% - 50vw);
    flex-direction: column;
  }
}

.contents-wrap .employment a {
  width: 50%;
  height: 100%;
  color: #fff;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 750px) {
  .contents-wrap .employment a {
    width: 100%;
    height: 180px;
  }
}

.contents-wrap .employment a:nth-of-type(1) {
  background-color: #008803;
}

.contents-wrap .employment a:nth-of-type(2) {
  background-color: #006403;
}

.contents-wrap .employment a:hover {
  opacity: .7;
}

.contents-wrap .employment a:nth-of-type(1) img {
  width: 243px;
}

.contents-wrap .employment a:nth-of-type(2) img {
  width: 330px;
}

@media screen and (max-width: 480px) {
  .contents-wrap .employment a:nth-of-type(1) img {
    width: 60%;
  }

  .contents-wrap .employment a:nth-of-type(2) img {
    width: 80%;
  }
}

.contents-wrap .other-link {
  max-width: 1200px;
  height: 120px;
  margin: 40px auto 120px auto;
  border: 1px solid #008803;
  position: relative;
  display: flex;
}

@media screen and (max-width: 750px) {
  .contents-wrap .other-link {
    height: auto;
    margin: 0 auto 60px auto;
    flex-direction: column;
  }
}

.contents-wrap .other-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #008803;
}

@media screen and (max-width: 750px) {
  .contents-wrap .other-link::after {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
  }
}

.contents-wrap .other-link div {
  width: 50%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  .contents-wrap .other-link div {
    width: 100%;
    height: 100px;
  }
}

.contents-wrap .other-link .-blank::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  background: url(/material/img/ico_blank_g.svg) no-repeat;
  background-size: contain;
  display: block;
}
*/

/* ↑↑↑ contents-wrap ↑↑↑ */

@media screen and (max-width: 750px) {
  .inc-new .menu-list {
    display: none;
  }
}