@charset "UTF-8";
/*--------------------------------------------------------

 top

--------------------------------------------------------*/
.btn-area {
  display: flex;
  flex-wrap: wrap;
  gap: var(--20px) var(--40px);
  padding-bottom: var(--100px);
}
@media screen and (max-width: 767px) {
  .btn-area {
    padding-bottom: var(--60px);
  }
}


/* Main Visual
--------------------------------------------------------*/
.topvisual {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.topvisual-slider{
  width: 100%;
  height: clamp(40rem, 51vw, 46.25rem);
  aspect-ratio: 1366 / 740;
}
.topvisual-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.topvisual-slider .obj-contain {
  background: black;
}  
.topvisual-msg {
  position: absolute;
  left: min(2%, var(--40px));
  bottom: 8%;
  width: 42.5rem;
  aspect-ratio: 1020 / 330;
  z-index: 10;
}
.topvisual-msg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.topvisual-msg img.active {
  opacity: 1;
}

.slick-slide,
.slick-list,
.slick-track {
  height: 100%;
}
.slick-dots li {
  margin: 0 3px;
}
.slick-dots li button:before {
  font-size: 10px;
}
.slick-dots li.slick-active button:before {
  color: var(--main);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .topvisual-slider .right img {
    object-position: 75% center;
  }
  .topvisual-msg {
    width: 95%;
  }
}
@media screen and (min-width: 1200px) {
  .topvisual-slider .obj-contain img {
    object-fit: contain;
  }
}


/* Information
--------------------------------------------------------*/
.information {
  margin-bottom: var(--80px);
}
.information-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--30px);
}
.information-heading .icon-circle-arr {
  background: var(--main);
}
.information-title {
  color: var(--black);
  font-size: 2.125rem;
  font-weight: 700;
}
.definition-list dt,
.definition-list dt:first-of-type,
.definition-list dd,
.definition-list dd:first-of-type {
  border: none;
  background: var(--gray-f4);
}
.definition-list dt,
.definition-list dd {
  padding-left: 1em;
  padding-right: 1em;
}
.definition-list dd {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .information-title {
    font-size: 1.5rem;
  }
  .definition-list dt:first-of-type {
    border-top-left-radius: var(--20px);
    border-top-right-radius: var(--20px);
  }
  .definition-list dd:last-of-type {
    border-bottom-left-radius: var(--20px);
    border-bottom-right-radius: var(--20px);
  }
}
@media screen and (min-width: 768px) {
  .definition-list dt {
    margin-bottom: 4px;
  }
  .definition-list dt {
    justify-content: center;
  }
  .definition-list dt:first-of-type {
    border-top-left-radius: var(--20px);
  }
  .definition-list dt:last-of-type {
    border-bottom-left-radius: var(--20px);
  }
  .definition-list dd:first-of-type {
    border-top-right-radius: var(--20px);
  }
  .definition-list dd:last-of-type {
    border-bottom-right-radius: var(--20px);
  }
}


/* Slider
--------------------------------------------------------*/
.slider{
  padding: var(--80px) 0 0;
}
.slider-wrap {
  position: relative;
}
.slider-wrap::after {
  display: block;
  content: "";
  width: 100%;
  padding-top: var(--120px);
  background: var(--main);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.slider-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


/* About
--------------------------------------------------------*/
.about{
  padding-top: 4rem;
  background: var(--main);
}
.about-heading {
  color: var(--white);
  font-size: var(--40px);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: var(--40px);
  margin-bottom: var(--20px);
}
.about-fbox {
  display: flex;
  align-items: stretch;
}
.about-text {
  color: var(--white);
}
.about-text p {
  font-weight: 600;
  line-height: 2.5;
  margin-bottom: var(--60px);
}
.about-img {
  flex: 1;
  border-radius: var(--40px) 0 0 0;
  background: var(--white);
}
.about-img img {
  object-fit: cover;
  border-radius: var(--40px) 0 0 0;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 2.5rem;
  }
  .about-heading {
    font-size: 6.57vw;
    padding-left: 5%;
  }
  .about-fbox {
    flex-wrap: wrap;
  }
  .about-text,
  .about-img {
    flex: inherit;
  }
  .about-text {
    width: 100%; 
  }
  .about-text p {
    font-size: 3.5vw;
    margin-bottom: var(--60px);
  }
  .about .btn-area {
    justify-content: center;
  }
}


/* Category
--------------------------------------------------------*/
.category {
  padding: var(--60px) 0;
}
.category:first-of-type {
  padding-top: var(--80px);
}
.category-inner {
  display: flex;
  align-items: center;
  padding-left: var(--40px);
}
.category-heading {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.category-title {
  color: var(--black);
  font-size: var(--40px);
  font-weight: 600;
  padding-top: 0.5rem;
  letter-spacing: 0.25em;
}
.category-heading::before {
  display: inline-block;
  content: "";
  /*width: min(5rem, 10.5rem);*/
  width: clamp(80px, 18vw, 10.5rem);
  aspect-ratio: 168 / 77;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.category:nth-of-type(1) .category-heading::before {
  background: var(--blue);
}
.category:nth-of-type(2) .category-heading::before {
  background: var(--green);
  transform: rotate(-90deg);
}
.category:nth-of-type(3) .category-heading::before {
  background: var(--orange);
}
.category-text {
  flex: 1;
}
.category-text p {
  padding: 0 var(--40px) 0 min(38%, 10.5rem);
}
.category-img {
  display: block;
  flex: 1;
  width: 100%;
  height: 18.75rem;
  position: relative;
}
.category-img img {
  object-fit: cover;
  border-radius: var(--20px) 0 0 var(--20px);
}
.category-img .icon-circle-arr-large {
  position: absolute;
  top: calc(100% - var(--80px));
  right: var(--100px);
  background: var(--black);
}
.category:nth-of-type(even) .category-inner {
  flex-direction: row-reverse;
  padding-left: 0;
}
.category:nth-of-type(even) .category-title {
  margin-left: -1.5rem;
}
.category:nth-of-type(even) .category-text {
  padding-left: 0;
}
.category:nth-of-type(even) .category-text p {
  padding-left: min(30%, 9rem);
}
.category:nth-of-type(even) .category-img img {
  border-radius: 0 var(--20px) var(--20px) 0;
}
.category:nth-of-type(even) .category-img .icon-circle-arr-large {
  right: inherit;
  left: var(--100px);
}
@media screen and (max-width: 767px) {
  .category-inner,
  .category:nth-of-type(even) .category-inner {
    flex-direction: column;
    align-items: start;
  }
  .category {
    padding-left: 5%;
  }
  .category:first-of-type {
    padding-top: var(--60px);
  }
  .category-inner {
    padding-left: 5%;
  }
  .category-text {
    padding: 0 5% var(--20px) 0;
  }
  .category-heading {
    margin-bottom: 1.5rem;
  }
  .category-title {
    margin-left: var(--10px);
  }
  .category-text p {
    padding: 0;
  }
  .category-img .icon-circle-arr-large {
    right: 5%;
  }
  .category:nth-of-type(even) {
    padding-left: 0;
    padding-right: 5%;
  }
  .category:nth-of-type(even) .category-heading {
    margin-bottom: 3rem;
  }
  .category:nth-of-type(even) .category-title {
    margin-left: -1rem;
  }
  .category:nth-of-type(even) .category-img .icon-circle-arr-large {
    left: 5%;
  }
  .category:nth-of-type(even) .category-text {
    padding-right: 0;
  }
  .category:nth-of-type(even) .category-text p {
    padding-left: 5%;
  }
}
@media screen and (max-width: 559px) {
  .category {
    padding: var(--40px) 0;
  }
  .category-title {
    font-size: var(--30px);
  }
  .category:nth-of-type(even) .category-heading {
    margin-bottom: 2rem;
  }
  .category:nth-of-type(even) .category-title {
    margin-left: 0;
  }
  .category-img .icon-circle-arr-large {
    top: calc(100% - 3.5rem);
  }
}



/* Recruit
--------------------------------------------------------*/
.recruit {
  text-align: center;
  background: var(--main);
}
.recruit-img-wrap {
  display: flex;
  margin-bottom: var(--40px);
  padding-top: 2.188rem;
  position: relative;
}
.recruit-heading {
  color: var(--yellow);
  font-size: var(--30px);
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
  text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
  white-space: nowrap;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 4%;
}
.recruit-img {
  flex: 1;
}
.recruit-img img {
  height: min(25rem, 28vw);
  aspect-ratio: 420 / 400;
  object-fit: cover;
}
.recruit-img:first-of-type img {
  border-radius: var(--40px) 0 0 var(--40px);
}
.recruit-img:last-of-type img {
  border-radius: 0 var(--40px) var(--40px) 0;
}
.recruit p {
  color: var(--white);
  font-weight: 600;
  line-height: 2;
  margin-bottom: var(--40px);
}
.recruit .btn-area {
  justify-content: center;
  padding-bottom: var(--80px);
}
@media screen and (max-width: 767px) {
  .recruit-img img {
    height: 40vw;
  }
  .recruit-img-wrap {
    flex-direction: column;
  }
  .recruit-img:first-of-type img {
    border-radius: var(--40px) var(--40px) 0 0;
  }
  .recruit-img:last-of-type img {
    border-radius: 0 0 var(--40px) var(--40px);
  }
  .recruit p {
    text-align: lef;
  }
  .recruit p br {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .recruit-heading {
    left: 12%;
  }
}
