@charset "UTF-8";
/******************************************************************
カスタムLP用レイアウト
*****************************************************************/
/*==========================================
/
/ #content01
/
==========================================*/
/*----------
  #content01
----------*/
#content01 {
  background: #fff;
}
#content01 .workstyle-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#content01 .workstyle-list li {
  background: repeating-linear-gradient(-45deg, #fff, #fff 6px, #00773C 0, #00773C 12px);
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 12px;
  width: 47.5%;
}
@media (max-width: 768px) {
  #content01 .workstyle-list li {
    width: 100%;
  }
}
#content01 .workstyle-list li .workstyle-box-unit {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  min-height: 390px;
}
#content01 .workstyle-list li .workstyle-box-unit h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #content01 .workstyle-list li .workstyle-box-unit h3 {
    font-size: 2.2rem;
  }
}
#content01 .workstyle-list li .workstyle-box-unit p.time span {
  background: transparent linear-gradient(transparent 60%, #F77E2E 0%) repeat scroll 0 0;
  padding-right: 20px;
}
#content01 .workstyle-list li .workstyle-box-unit .workstyle-icon {
  text-align: center;
  height: 200px;
  overflow: hidden;
}

/*****************************************************************
  0■Teaser
*****************************************************************/
#wrap-preopen {
  background: #232323;
  height: 100%;
}
#wrap-preopen #preopen {
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1101px) {
  #wrap-preopen #preopen {
    margin-top: 150px;
  }
}
#wrap-preopen #teaser {
  position: relative;
}
@media (min-width: 1101px) {
  #wrap-preopen #teaser {
    width: 960px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #wrap-preopen #teaser {
    padding: 0 0 20px;
  }
}
#wrap-preopen #teaser h2 {
  font-size: 34px;
  line-height: 1.4em;
  border-bottom: 1px solid #fff;
  padding: 0 0 40px;
  display: block;
}
@media (max-width: 768px) {
  #wrap-preopen #teaser h2 {
    font-size: 18px;
    padding: 20px 10px;
  }
}
#wrap-preopen #teaser p.huge_coming {
  font-size: 94px;
  padding-top: 0;
  border-top: 1px solid #fff;
  font-family: Arial;
}
@media (max-width: 768px) {
  #wrap-preopen #teaser p.huge_coming {
    font-size: 34px;
    padding: 20px 10px 0;
  }
}
#wrap-preopen #teaser p.bkm {
  display: block;
  font-size: 16px;
  line-height: 1.4em;
}
@media (min-width: 1101px) {
  #wrap-preopen #teaser p.bkm {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  #wrap-preopen #teaser p.bkm {
    font-size: 12px;
    line-height: 1.5em;
    padding: 20px 10px;
  }
}
#wrap-preopen #teaser #faq {
  position: relative;
}
@media (min-width: 1101px) {
  #wrap-preopen #teaser #faq {
    width: 960px;
    height: 20px;
    margin: 40px auto;
  }
}
@media (max-width: 768px) {
  #wrap-preopen #teaser #faq {
    padding: 0 10px;
    font-size: 13px;
  }
  #wrap-preopen #teaser #faq span:after {
    content: "\a";
    white-space: pre;
  }
}

/*****************************************************************
  1■index-top
*****************************************************************/
.contents-ttl-main {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .contents-ttl-main {
    margin-bottom: 32px;
  }
}
.contents-ttl-main .ttl-en img {
  height: 32px;
}
.contents-ttl-main .ttl-ja {
  font-size: 4rem;
  color: #676767;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .contents-ttl-main .ttl-ja {
    font-size: 3rem;
    line-height: 1.25;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 375px) {
  .contents-ttl-main .ttl-ja {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
}

#concept h2 {
  display: inline-block;
}
@media (max-width: 768px) {
  #concept h2 {
    line-height: 1.5;
  }
}
#concept .ttl-line {
  background-color: #00773C;
  height: 8px;
  display: block;
  position: relative;
  opacity: 0.4;
  bottom: 26px;
}
@media (max-width: 768px) {
  #concept .ttl-line {
    bottom: 2.4vw;
  }
}
#concept .ttl-line:before, #concept .ttl-line:after {
  content: " ";
  background-color: #00773C;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  display: inline-block;
}
#concept .ttl-line:before {
  left: -3px;
  bottom: 0;
}
#concept .ttl-line:after {
  right: -3px;
  bottom: 0;
}
#concept .btn-01 {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
#concept .btn-01 a {
  display: block;
  background: #00773C;
  border-radius: 40px;
  color: #ffffff;
  padding: 18px 0;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 768px) {
  #concept .btn-01 a {
    padding: 10px 0;
  }
}
#concept .btn-01 a::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 24px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#concept .btn-01 a:hover {
  opacity: 0.8;
}

#schedule {
  background: url(../img/top/schedule-bg-pc.jpg) no-repeat;
  background-position: bottom center;
  background-size: contain;
}
@media (max-width: 768px) {
  #schedule {
    background: url(../img/top/schedule-bg-sp.jpg) no-repeat;
    background-position: bottom center;
    background-size: contain;
  }
}
#schedule .contents-ttl-main .ttl-en img {
  width: 172px;
}
@media (max-width: 768px) {
  #schedule .inner {
    padding: 48px 20px 270px;
  }
}
#schedule .schedule-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 768px) {
  #schedule .schedule-list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 24px;
  }
}
#schedule .schedule-list__item {
  border: solid #339263 4px;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 119, 60, 0.1) 10px, rgba(0, 119, 60, 0.1) 20px);
  padding: 40px 64px;
  border-radius: 20px;
  width: calc((100% - 60px) / 2);
}
@media (max-width: 768px) {
  #schedule .schedule-list__item {
    padding: 24px;
    width: 100%;
  }
}
#schedule .schedule-list__img {
  margin: 16px 0;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.4);
}
#schedule .schedule-list__txt span {
  background: linear-gradient(transparent 70%, rgba(0, 119, 60, 0.4) 70%);
  font-weight: bold;
  font-size: 2rem;
}
#schedule .schedule-list__txt p {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #schedule .schedule-list__txt p {
    line-height: 1.75;
  }
}
#schedule .schedule-list h3 {
  display: flex;
  align-items: center;
}
#schedule .schedule-list h3 img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
#schedule .schedule-list h3 span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #676767;
}
@media (max-width: 768px) {
  #schedule .schedule-list h3 span {
    font-size: 2rem;
  }
}

#workinfo {
  background-size: auto auto;
  background-color: rgb(252, 254, 247);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(211, 232, 216) 10px, rgb(211, 232, 216) 20px);
}
#workinfo .contents-ttl-main .ttl-en img {
  width: 93px;
}

#merit {
  background-color: #FFECDE;
}
#merit .contents-ttl-main .ttl-en img {
  width: 112px;
}
#merit .contents-unit .list {
  gap: 24px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #merit .contents-unit .list {
    justify-content: space-around;
    gap: 16px;
  }
}
#merit .contents-unit .col4 li {
  background: #ffffff;
  padding: 40px 0;
  width: calc((100% - 80px) / 4);
}
@media (max-width: 768px) {
  #merit .contents-unit .col4 li {
    padding: 20px 10px;
    width: calc((100% - 32px) / 2);
  }
}
#merit .contents-unit .col4 li figure {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #merit .contents-unit .col4 li figure {
    width: 100px;
    height: 100px;
  }
}
#merit .contents-unit .col4 li p {
  text-align: center;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 8px;
  color: #333333;
}
@media (max-width: 768px) {
  #merit .contents-unit .col4 li p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

#about {
  background: url(../img/top/about-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
#about .contents-ttl-main .ttl-en img {
  width: 112px;
}
#about .text-center {
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  #about .text-center {
    padding-bottom: 80px;
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */


.aspect-ratio img{
    aspect-ratio: var(--aspect-ratio-sp);
}


.aspect-ratio-4x3 {
  --aspect-ratio-sp: 4/3;
}

.aspect-ratio-3x2 {
  --aspect-ratio-sp: 3/2;
}

.aspect-ratio-3x4 {
  --aspect-ratio-sp: 3/4;
}

.aspect-ratio-16x9 {
  --aspect-ratio-sp: 16/9;
}

.aspect-ratio-1x1 {
  --aspect-ratio-sp: 1;
}

.aspect-ratio-2x1 {
  --aspect-ratio-sp: 2/1;
}
