@charset "UTF-8";
/*====================================================================================
■.TOP
====================================================================================*/
.mainvisual {
  position: relative;
  background-color: var(--color-beige02);
  z-index: 1;
  margin-top: -4rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .mainvisual {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.mainvisual .container {
  max-width: 140rem;
}
.mainvisual__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .mainvisual__img {
    top: auto;
    bottom: 0;
  }
}
.mainvisual__inner {
  max-width: 61rem;
  margin: auto;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
/* .mainvisual__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-beige02);
  opacity: 0.2;
  z-index: -1;
} */
.mainvisual__icon img:nth-child(1) {
  position: absolute;
  top: -12.8%;
  left: 20.3%;
}
@media only screen and (max-width: 767px) {
  .mainvisual__icon img:nth-child(1) {
    display: none;
  }
}
.mainvisual__icon img:nth-child(2) {
  position: absolute;
  top: 40%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .mainvisual__icon img:nth-child(2) {
    max-width: 25%;
    top: 14%;
    right: 1rem;
  }
}
.mainvisual__title {
  font-family: var(--font-secondary);
  font-weight: 900;
  letter-spacing: 2px;
  padding-top: 10rem;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .mainvisual__title {
    font-size: 2rem;
    line-height: 2.5;
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .mainvisual__title {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
.mainvisual__title .es {
  display: inline-block;
  position: relative;
}
.mainvisual__title .es:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-radius: 100%;
  font-size: 0.4em;
  background-color: var(--color-org);
  position: absolute;
  top: 0;
  left: 0.4em;
  display: inline-block;
}
.mainvisual__title strong {
  display: inline;
  font-size: 5.638rem;
  background-color: var(--color-white);
  font-family: var(--font-secondary);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.5rem 1.5rem;
  line-height: 1.8;
  letter-spacing: 3px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mainvisual__title strong {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 480px) {
  .mainvisual__title strong {
    font-size: 2.2rem;
    line-height: 2.2;
  }
}
.mainvisual__title .line {
  display: inline-block;
  width: 10rem;
  height: 4rem;
  position: relative;
}
.mainvisual__title .line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: var(--color-primary);
}
@media only screen and (max-width: 767px) {
  .mainvisual__title .line {
    width: 7rem;
  }
}
@media only screen and (max-width: 480px) {
  .mainvisual__title .line {
    width: 4rem;
    height: 1.4rem;
  }
}
.mainvisual__txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 3rem;
  line-height: 1.4;
}
.mainvisual__txt .line {
  display: inline;
  background-color: var(--color-yellow);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 0.2rem;
}
.mainvisual-top{
  padding-bottom: 30rem;
  position: relative;
}
.mainvisual-bot .container{
  position: relative;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 10%;
}
.mainvisual-img2{
  position: absolute;
  top: 10%;
  left: -14%;
  max-width: 10%;
  z-index: -1;
}
.mainvisual-img3{
  position: absolute;
  bottom: 10%;
  right: 0;
  max-width: 80%;
  z-index: -1;
}
@media only screen and (max-width: 1440px) {
  .mainvisual-top {
      padding-bottom: 25rem;
  }
  .mainvisual-img3{
    max-width: 40%;
    bottom: -5%;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual__txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .mainvisual-top{
    padding-bottom: 17rem;
  }
  .mainvisual-img3{
    bottom: -35%;
  }
}

.aboutus {
  padding: 9rem 0 0;
  margin-top: -12%;
  position: relative;
  z-index: 1;
  .line{
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus {
    padding: 4rem 0 0;
    margin-top: 0;
    .line{
      margin-top: 3rem;
    }
  }
}
.aboutus .container {
  max-width: 123rem;
}
.aboutus__point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9rem;
  margin-bottom: 4rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .aboutus__point {
    gap: 0;
    display: block;
    margin: 6rem 0 4rem;
  }
}
.aboutus__point-item {
  width: calc(33.3333333333% - 65px);
  margin-top: -4.5rem;
  position: relative;
  z-index: 1;
}
.aboutus__point-item:nth-child(2) {
  margin-top: 3rem;
}
.aboutus__point-item:nth-child(2) .aboutus__point-number {
  left: auto;
  right: -20px;
  top: -35px;
}
.aboutus__point-item:nth-child(2) .aboutus__point-img {
  margin-bottom: 0;
}
.aboutus__point-item:nth-child(2) .aboutus__point-icon {
  top: 2%;
}
.aboutus__point-item:nth-child(3) .aboutus__point-number {
  left: auto;
  right: -20px;
  top: -35px;
}
.aboutus__point-item:nth-child(3) .aboutus__point-img {
  text-align: center;
}
.aboutus__point-item:nth-child(3) .aboutus__point-icon {
  top: 20%;
  right: -18%;
}
@media only screen and (max-width: 767px) {
  .aboutus__point-item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5rem;
  }
  .aboutus__point-item:nth-child(2) .aboutus__point-number {
    right: 0;
    left: auto !important;
  }
  .aboutus__point-item:nth-child(3) .aboutus__point-img {
    max-width: 35%;
  }
}
.aboutus__point-number {
  width: 10.3rem;
  height: 10.3rem;
  background-color: var(--color-org);
  border-radius: 100%;
  padding: 0.5rem;
  color: var(--color-white);
  font-size: 1.8rem;
  line-height: 1;
  font-family: var(--font-secondary);
  text-align: center;
  font-weight: bold;
  padding: 2rem 1rem 1rem;
  text-transform: uppercase;
  position: absolute;
  top: -3rem;
  left: 2rem;
}
.aboutus__point-number span {
  font-size: 4.8rem;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .aboutus__point-number {
    left: 2% !important;
    top: -3rem;
    right: auto;
    font-size: 1.5rem;
    width: 8rem;
    height: 8rem;
  }
  .aboutus__point-number span {
    font-size: 3rem;
  }
}
.aboutus__point-img {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .aboutus__point-img {
    text-align: center;
    max-width: 70%;
    margin: auto;
  }
}
.aboutus__point-title {
  font-size: 3.2rem;
  text-align: center;
  font-family: var(--font-secondary);
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.aboutus__point-title:After {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.5rem;
  height: 1rem;
  border-bottom: 2px dotted var(--color-green);
}
@media only screen and (max-width: 767px) {
  .aboutus__point-title {
    font-size: 2.4rem;
  }
}
.aboutus__point p {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .aboutus__point p {
    font-size: 1.4rem;
  }
}
.aboutus__point-icon {
  position: absolute;
  top: 7%;
  right: -34%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .aboutus__point-icon {
    max-width: 50%;
  }
}

.whatis {
  background-color: var(--color-beige);
  position: relative;
  padding: 8rem 0 0;
  z-index: 2;
  
}
.whatis .line1 {
  margin-bottom: 10rem;
}
.whatis .line2 {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .whatis .line1 {
    margin-bottom: 4rem;
  }
  .whatis .line2 {
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .whatis .btn__arrow{
    margin-left: 0;
  }
}
.whatis .decor {
  position: absolute;
  top: -8%;
  left: 9%;
}
@media only screen and (max-width: 767px) {
  .whatis .decor {
    max-width: 50%;
    top: -4rem;
    left: -4%;
  }
}
.whatis .headline01 {
  display: inline-block;
  text-align: right;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
.whatis .headline01:after {
  right: auto;
}
@media only screen and (max-width: 767px) {
  .whatis .headline01 {
    padding-bottom: 2rem !important;
    text-align: center;
    width: 100%;
  }
  .whatis .headline01:after {
    right: 0;
  }
}
.whatis__left {
  flex: 1;
  min-width: 0;
}
.whatis__left p {
  margin-top: 3rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .whatis__left {
    width: 100%;
    flex: auto;
    margin-bottom: 3rem;
  }
  .whatis__left p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
.whatis .headline01 {
  padding-bottom: 3.5rem;
  margin-bottom: 0.5rem;
}
.whatis__right {
  width: 66%;
  margin-top: -15.7rem;
  margin-left: -11rem;
  margin-right: -7rem;
}
@media only screen and (max-width: 767px) {
  .whatis__right {
    width: 100%;
    margin: 0;
  }
}
.whatis__list {
  margin-top: 4rem;
  gap: 7.7rem 0;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .whatis__list {
    gap: 0;
    margin-bottom: 1rem;
  }
}
.whatis__item {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .whatis__item {
    width: 100%;
    margin: 0 0 3rem;
  }
}
.whatis__item-img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .whatis__item-img {
    text-align: center;
    width: 50% !important;
  }
  .whatis__item-img img {
    max-width: 80%;
    max-height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .whatis__item-img {
    width: 30% !important;
  }
}
.whatis__item-text {
  flex: 1;
  min-width: 0;
}
.whatis__item-title {
  font-size: 2.8rem;
  font-family: var(--font-secondary);
  line-height: 1.5;
  margin-bottom: 2rem;
  display: inline-block;
  position: relative;
}
.whatis__item-title span {
  background: linear-gradient(var(--color-yellow), var(--color-yellow)) repeat-x bottom center/100% 45%;
  display: inline;
}
@media only screen and (max-width: 767px) {
  .whatis__item-title {
    font-size: 2rem;
  }
}
.whatis__item:nth-child(1) .whatis__item-img {
  padding-top: 2rem;
}
@media only screen and (max-width: 480px) {
  .whatis__item:nth-child(1) .whatis__item-img img {
    max-width: 100%;
  }
}
.whatis__item:nth-child(2) .whatis__item-img {
  text-align: center;
}
.whatis__item:nth-child(3) .whatis__item-img {
  padding-left: 3rem;
  margin-top: -3rem;
}
@media only screen and (max-width: 767px) {
  .whatis__item:nth-child(3) .whatis__item-img {
    padding: 0;
    margin: 0;
  }
}
.whatis__item:nth-child(2n) {
  padding-left: 3rem;
}
.whatis__item:nth-child(2n) .whatis__item-img {
  width: 44%;
}
@media only screen and (max-width: 767px) {
  .whatis__item:nth-child(2n) {
    padding-left: 0;
  }
}
.whatis__banner {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .whatis__banner {
    margin-bottom: 2rem;
  }
}
.whatis__banner-item {
  width: 48.7%;
}
.whatis__banner-item:nth-child(2) a {
  background-color: var(--color-org02);
}
@media only screen and (min-width: 768px) {
  .whatis__banner-item:nth-child(2) a:hover {
    background-color: var(--color-org);
  }
}
.whatis__banner-item:nth-child(2) .whatis__banner-icon {
  padding-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .whatis__banner-item {
    width: 100%;
    margin: 1rem 0;
  }
}
.whatis__banner a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-green02);
  border-radius: 20px;
  padding: 2rem 3.7rem;
  text-decoration: none !important;
}
@media only screen and (min-width: 768px) {
  .whatis__banner a:hover {
    background-color: var(--color-green);
  }
  .whatis__banner a:hover .btn__link-a {
    transform: scale(0.95);
  }
}
@media only screen and (max-width: 767px) {
  .whatis__banner a {
    padding: 2rem 1rem 1.5rem;
  }
}
.whatis__banner p {
  color: var(--color-white);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  flex: 1;
  min-width: 0;
  font-family: var(--font-secondary);
}
@media only screen and (max-width: 767px) {
  .whatis__banner p {
    gap: 2rem;
    font-size: 1.8rem;
  }
}
.whatis__banner .btn__link-a {
  color: var(--color-yellow);
  font-size: 1.8rem;
  margin-right: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .whatis__banner .btn__link-a {
    font-size: 1.5rem;
  }
}
.whatis__banner-icon {
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .whatis__banner-icon {
    max-width: 7rem;
  }
}

.welfare {
  background-color: var(--color-ivory);
  padding: 7rem 0 0;
}
.welfare .line3 {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .welfare {
    padding: 4rem 0 0;
  }
}
.welfare__inner {
  background: url(../images/top/bg-bnr.png) center center no-repeat;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  padding: 5rem 5rem 2rem;
  text-align: center;
  overflow: hidden;
}
.welfare__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  opacity: 0.65;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .welfare__inner {
    padding: 3rem 2rem;
    border-radius: 10px;
    text-align: left;
  }
}
.welfare__title {
  font-size: 3.2rem;
  margin-bottom: 2.5rem;
  font-family: var(--font-secondary);
  line-height: 1.5;
  text-shadow: 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white);
}
@media only screen and (max-width: 767px) {
  .welfare__title {
    font-size: 1.8rem;
  }
}
.welfare p {
  text-shadow: 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white), 0 0 2px var(--color-white);
}
.welfare .btn__link {
  margin-top: -1rem;
}
@media only screen and (max-width: 767px) {
  .welfare .btn__link {
    margin-top: 1rem;
  }
}
.welfare .btn__link-a {
  margin-right: 0;
  color: var(--color-green);
  text-shadow: 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white);
}
@media only screen and (min-width: 768px) {
  .welfare .btn__link-a:hover {
    transform: translateX(1rem);
  }
}

.news {
  padding: 5rem 0 9.5rem;
  background-color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .news {
    padding: 4rem 0 14rem;
    position: relative;
  }
  .news .btn__link {
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.news__headline {
  margin-bottom: 5rem;
}
.news__headline-en {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .news__headline {
    margin-bottom: 1rem;
  }
}
.news .headline02 {
  text-align: left;
}
.news .headline02-en {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .news .headline02 {
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.news .btn__link-a {
  width: 27rem;
}

@media only screen and (min-width: 768px) {
  .news__product{
    visibility: visible !important;
  }
  .news__product .splide__list{
    display: flex !important;
  }
  .news__product .splide__list{
    gap: 7.5rem;
  }
}
.news .news-item {
  width: calc(33.3333333333% - 5rem);
}
@media only screen and (max-width: 767px) {
  .news .news-item {
    width: 100%;
  }
  .news .splide__arrow{
    background-color: var(--color-green);
    width: 4rem;
    height: 4rem;
  }
  .news .splide__arrow svg{
    fill: var(--color-white);
  }
}
.news .news-img {
  background: url("../images/top/logo.png") no-repeat center;
  background-size: 100%;
  aspect-ratio: 300/261;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 20px;
}
.news .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .news .news-img {
    border-radius: 10px;
  }
}
.news .news-time {
  margin-bottom: 0.5rem;
}
.news a {
  text-decoration: none !important;
  color: var(--color-primary);
}
@media only screen and (min-width: 768px) {
  .news a:hover img {
    transform: scale(1.1);
    opacity: 1;
  }
}

.recruit {
  background-color: var(--color-ivory);
  padding: 10rem 0;
}
@media only screen and (max-width: 767px) {
  .recruit {
    padding: 4rem 0;
  }
}
.recruit__inner {
  background-color: var(--color-white);
  border: 3px solid var(--color-org);
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 28rem;
  padding: 4rem 2rem 3rem 6rem;
}
@media only screen and (max-width: 767px) {
  .recruit__inner {
    padding: 2rem;
    border-width: 1px;
  }
}
.recruit__img {
  margin: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .recruit__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    display: flex;
    align-items: center;
  }
}
.recruit .headline01 {
  text-align: left;
  color: var(--color-org);
  margin-bottom: 2.8rem;
  padding-bottom: 2rem;
}
.recruit .headline01 .headline01-jp {
  font-size: 4.8rem;
}
.recruit .headline01::after {
  right: auto;
}
@media only screen and (max-width: 767px) {
  .recruit .headline01 {
    text-align: center;
    padding-bottom: 1rem;
  }
  .recruit .headline01 .headline01-jp {
    font-size: 3rem;
  }
  .recruit .headline01::after {
    right: 0;
  }
}
.recruit .btn__link-a {
  color: var(--color-org);
  text-shadow: 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white), 0 0 4px var(--color-white);
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .recruit .btn__link-a:hover {
    transform: translateX(1rem);
  }
}

.line {
  width: 100%;
}
.splide__arrow {
  background: #000;
  color: #fff;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.splide__arrow--prev {
  left: 10px;
}

.splide__arrow--next {
  right: 10px;
}