@charset "UTF-8";



/* --------------------------------------------------
  MV
-------------------------------------------------- */

#mv {
  height: 860px;
  background-image: image-set(
    url('../img/home/mv.webp') 1x,
    url('../img/home/mv@2x.webp') 2x
  );
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
}
#mv::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #000 1px, transparent 1px);
  background-position: 0 0;
  background-size: 8px 8px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .2;
}
#mv div {
  position: absolute;
  left: 3.8194%;
  bottom: 6.9767%;
}
#mv strong {
  margin-bottom: 20px;
  font-size: 7.2rem;
  letter-spacing: .07em;
  display: block;
}
#mv p {
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: .04em;
}



@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}


/* --------------------------------------------------
  共通
-------------------------------------------------- */

section .inner {
  margin: 0 auto;
  width: 1200px;
}
section h2 {
  margin-bottom: 70px;
  font-size: 3rem;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 24px;
}
section h2::before {
  content: attr(data-title);
  font-family: 'Open Sans';
  font-size: 6.4rem;
  letter-spacing: -.04em;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}


/* --------------------------------------------------
  トキワについて
-------------------------------------------------- */

#about #about-upper {
  background: linear-gradient(#009943, #74B9A2);
  color: #fff;
}
#about #about-upper .inner {
  margin-left: calc((100vw - 1200px) / 2);
  padding: 100px 0 196px;
  width: auto;
  position: relative;
}
#about #about-upper .about-txt {
  width: 450px;
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}
#about #about-upper h2 {
  margin-bottom: 60px;
}
#about #about-upper strong {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.8;
  display: block;
}
#about #about-upper p {
  line-height: 2.2;
}
#about #about-upper img {
  position: absolute;
  box-shadow: 0 4px 24px rgb(0 0 0/.1);
}
#about #about-upper .about01 {
  right: 0;
  top: 100px;
  z-index: 2;
}
#about #about-upper .about02 {
  right: 400px;
  bottom: 40px;
}
#about #about-upper .about03 {
  right: 0;
  bottom: 92px;
}
#about #about-lower {
  margin-top: -40px;
  padding: 110px 0 130px;
  background: #f7f7f7;
  border-radius: 40px 40px 0 0;
}



#about #about-lower h3 {
  margin-bottom: 40px;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px:
}
#about #about-lower h3::before {
  content: attr(data-title);
  background: linear-gradient(90deg, #009943, #74B9A2);
  font-family: 'Open Sans';
  font-size: 3.2rem;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


#about #about-lower .d-flex {
  justify-content: space-between;
}

#about #about-lower .about-img {
  width: 613px;
}

#about #about-lower .about-txt {
  width: 512px;
}

#about #about-lower strong {
  margin-bottom: 20px;
  font-size: 2.6rem;
  letter-spacing: .04em;
  display: block;
}
#about #about-lower p {
  margin-bottom: 50px;
  letter-spacing: .04em;
  line-height: 2.2;
}
#about #about-lower a {
  padding: 29px 43.25px 29px 32.5px;
  background: #fff;
  border: solid 1px #929292;
  border-radius: 5px;
  color: #333;
  display: flex;
  justify-content: space-between;
}
#about #about-lower a span {
  display: flex;
  align-items: center;
  gap: 30px;
}
#about #about-lower a span::after {
  content: '';
  width: 9.25px;
  height: 15px;
  background: url(../img/common/arrow-right.svg) no-repeat center/cover;
}
#about #about-lower a:hover {
  text-decoration: none;
}




@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}

/* --------------------------------------------------
  商品ラインナップ
-------------------------------------------------- */

#product {
  padding: 120px 0;
}
#product ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
}
#product ul::before, #product ul::after {
  content: '';
  width: 215px;
  order: 1;
}
#product li {
  width: 215px;
}
#product li a {
  color: #000;
}
#product li img {
  margin-bottom: 16px;
  width: 215px;
  height: 160px;
  BACKGROUND: #CCC; /* 後で削除 */
}
#product li figcaption {
  display: flex;
  gap: 10px;
}
#product li figcaption::before {
  content: '';
  width: 8px;
  height: 24px;
  background: url(../img/common/arrow-right.svg) no-repeat center/contain;
  flex-shrink: 0;
}


@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}


/* --------------------------------------------------
  最新情報
-------------------------------------------------- */

#topics {
  padding: 100px 0;
  background: #f7f7f7;
}
#topics .topics-tab {
  margin-bottom: 32px;
}
#topics .topics-tab ul {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
#topics .topics-tab li {
  width: 130px;
}
#topics .topics-tab a {
  padding: 12px 10px;
  background: #fff;
  color: var(--primary);
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all .3s;
}
#topics .topics-tab a:hover {
  background: var(--primary);
  color: #fff;
  text-decoration: none;
}
#topics .topics-tab a.active {
  background: var(--primary);
  color: #fff;
}
#topics .topics-tab a.active::after {
  content: '';
  margin: 0 auto;
  width: 21px;
  height: 7px;
  background: var(--primary);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#topics .topics-list {
  display: none;
}
#topics .topics-list.active {
  display: block;
}
#topics .topics-list ul {
  margin: 0 0 32px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#topics .topics-list ul::before, #topics .topics-list ul::after {
  content: '';
  width: 280px;
  order: 1;
}
#topics .topics-list li {
  width: 280px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0 0 0/.08);
}
#topics .topics-list a {
  color: #333;
}
#topics .topics-list a:hover {
  text-decoration: none;
}
#topics .topics-img img {
  width: 280px;
  height: 168px;
  BACKGROUND: #CCC; /* 後で削除 */
}
#topics .topics-body {
  padding: 24px 20px;
}
#topics .topics-body .topics-meta {
  margin-bottom: 12px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
#topics .topics-body .topics-meta time {
}
#topics .topics-body .topics-meta span {
  color: var(--primary);
}
#topics .more {
  text-align: right;
}
#topics .more a {
  color: #333;
  font-size: 1.7rem;
  font-weight: 700;
  /*
  text-decoration: underline;
  */
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
#topics .more a::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/common/arrow-right.svg) no-repeat center/7.4px auto;
}
/*
#topics .more a:hover {
  text-decoration: none;
}
*/


@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}


/* --------------------------------------------------
  採用情報
-------------------------------------------------- */

#recruit {
  padding: 100px 0 73px;
}
#recruit * {
  position: relative;
  z-index: 1;
}
#recruit .inner {
  padding-bottom: 67px;
  position: relative;
}
#recruit .inner::after {
  content: '';
  width: 100%;
  height: 223px;
  background: linear-gradient(90deg, #E8F4EE, #EFFDF6);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#recruit .recruit {
  margin: 0 auto;
  width: 1000px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  box-shadow: 10px 10px 24px rgb(0,0,0,.15);
}
#recruit .recruit-txt {
  padding: 45px 30px 45px 50px;
  width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#recruit .recruit-txt h2 {
  margin-bottom: 24px;
  color: var(--primary);
}
#recruit .recruit-txt p {
  font-size: 1.8rem;
  line-height: 2;
}
#recruit .recruit-txt .more {
  text-align: right;
}
#recruit .recruit-txt .more a {
  color: #333;
  font-size: 1.7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
#recruit .recruit-txt .more a::after {
  content: '';
  width: 7.4px;
  height: 12px;
  background: url(../img/common/arrow-right.svg) no-repeat center/cover;
}
#recruit .recruit-img {
}




@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}
