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

kv

------------------------------------------- */
.top-kv {
  display: flex;
  flex-direction: row-reverse;
  padding-left: 13rem;
  position: relative;
}

.top-kv figure {
  width: 65%;
  position: relative;
}
.top-kv figure img:nth-of-type(1) {
  border-radius: 8rem 0 0 8rem;
}

.top-kv .deco {
  position: absolute;
  left: -19rem;
  bottom: -5rem;
  width: 15rem;
  z-index: 10;
}

.top-kv > div {
  width: 35%;
  padding-top: 8rem;
  padding-right: 5rem;
}
.top-kv > div > div {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}
.top-kv > div > div strong, .top-kv > div > div span {
  font-size: 2.6rem;
  font-weight: bold;
}
.top-kv > div > div strong {
  color: #78c800;
}

.scroll {
  position: absolute;
  left: -13rem;
  bottom: -6.5rem;
  display: flex;
  align-items: center;
  z-index: 3;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  color: #78c800;
  writing-mode: vertical-lr;
  font-weight: bold;
}

.scroll span {
  width: 0.1rem;
  height: 5.5rem;
  background: #78c800;
  margin-right: 0.3rem;
  margin-top: 0.5rem;
  animation: scroll infinite 1s;
}

@keyframes scroll {
  0% {
    transform: scale(1, 1);
    transform-origin: bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: bottom;
  }
}
@media screen and (max-width: 768px) {
  .top-kv {
    flex-direction: column;
    padding-left: 0;
    padding-bottom: 4rem;
  }
  .top-kv figure {
    width: 100%;
  }
  .top-kv figure img:nth-of-type(1) {
    border-radius: 0;
  }
  .top-kv .deco {
    left: 1.5rem;
    bottom: -2rem;
    width: 13rem;
  }
  .top-kv > div {
    width: 100%;
    padding: 3rem 3rem 0 3rem;
  }
}
/* -------------------------------------------

company

------------------------------------------- */
.top-company {
  padding: 30rem 0 10rem 0;
  background: url(../img/top-bg-1.jpg) no-repeat center top;
  background-size: 100% auto;
  background-color: #f5f5f5;
  position: relative;
}
.top-company > span {
  display: block;
  position: absolute;
  right: 5rem;
  bottom: -8rem;
  width: 18rem;
}

.top-company .wrap {
  display: flex;
}

.top-company .wrap > div:nth-of-type(1) {
  width: 55%;
  background: #78c800;
  border-radius: 0 6rem 6rem 0;
  padding-left: 13rem;
  padding-right: 5rem;
}
.top-company .wrap > div:nth-of-type(1) img {
  border-radius: 2rem;
  position: relative;
  top: -4rem;
}

.top-company .wrap > div:nth-of-type(2) {
  width: 45%;
  padding-right: 13rem;
  padding-left: 5rem;
}
.top-company .wrap > div:nth-of-type(2) p {
  margin-bottom: 4rem;
}

.top-company .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-company {
    padding: 8rem 0 0 0;
    background: #f5f5f5;
    position: relative;
  }
  .top-company > span {
    position: relative;
    right: 1.5rem;
    bottom: -2rem;
    width: 14rem;
    margin-left: auto;
    pointer-events: none;
  }
  .top-company .wrap {
    flex-direction: column;
    margin-bottom: -6rem;
  }
  .top-company .wrap > div:nth-of-type(1) {
    width: 95%;
    border-radius: 0 3rem 3rem 0;
    padding-left: 0;
    padding-right: 3rem;
  }
  .top-company .wrap > div:nth-of-type(1) img {
    border-radius: 0 2rem 2rem 0;
    position: relative;
    top: -3rem;
  }
  .top-company .wrap > div:nth-of-type(2) {
    width: 100%;
    padding: 3rem 3rem 0 3rem;
  }
  .top-company .wrap > div:nth-of-type(2) p {
    margin-bottom: 4rem;
  }
  .top-company .more {
    margin: 0;
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  padding: 10rem 0;
}

.top-news .more {
  margin: 5rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 8rem 3rem;
  }
}
/* cms */
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

/* -------------------------------------------

area

------------------------------------------- */
.top-area {
  padding: 14rem 0 10rem 0;
  color: #fff;
  background: #78c800;
  position: relative;
}
.top-area > span {
  display: block;
  position: absolute;
  left: 12rem;
  top: -6rem;
  width: 22rem;
}

.top-area .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 5rem;
}
.top-area .wrap > * {
  flex: 1;
  position: relative;
}
.top-area .wrap > * img {
  border-radius: 2rem;
}
.top-area .wrap > * p {
  margin-bottom: 5rem;
}

.top-area .heading-1 {
  color: #fff;
  border-bottom: solid 0.15rem #fff;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.top-area .deco-2 {
  position: absolute;
  left: -11rem;
  bottom: -6rem;
  width: 15rem;
  border-radius: 0;
}

.top-area .more {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .top-area {
    padding: 10rem 3rem 8rem 3rem;
  }
  .top-area > span {
    left: 2rem;
    top: -4rem;
    width: 16rem;
  }
  .top-area .wrap {
    flex-direction: column;
    gap: 4rem;
  }
  .top-area .wrap > * {
    flex: none;
    width: 100%;
    position: relative;
  }
  .top-area .wrap > * img {
    border-radius: 2rem;
  }
  .top-area .wrap > * p {
    margin-bottom: 4rem;
  }
  .top-area .deco-2 {
    left: -2rem;
    bottom: -2rem;
    width: 11rem;
  }
}
/* -------------------------------------------

process

------------------------------------------- */
.top-process {
  padding: 15rem 0;
  position: relative;
}
.top-process > span {
  display: block;
  position: absolute;
  right: 11rem;
  bottom: 10rem;
  width: 20rem;
  pointer-events: none;
}
.top-process .more {
  margin: 0;
}
.top-process p {
  margin-bottom: 5rem;
}

.top-process .wrap {
  display: flex;
  gap: 5rem;
}
.top-process .wrap > * {
  flex: 1;
}
.top-process .wrap > * img {
  border-radius: 2rem;
}

.top-process .heading-1 {
  border-bottom: solid 0.15rem #78c800;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .top-process {
    padding: 8rem 3rem 3rem 3rem;
  }
  .top-process > span {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
    width: 16rem;
    margin-left: auto;
  }
  .top-process p {
    margin-bottom: 4rem;
  }
  .top-process .wrap {
    flex-direction: column;
    gap: 4rem;
  }
  .top-process .wrap > * {
    flex: none;
    width: 100%;
  }
  .top-process .wrap > * img {
    border-radius: 2rem;
  }
}
/* -------------------------------------------

sdgs

------------------------------------------- */
.top-sdgs {
  background: #78c800;
  padding: 10rem 0;
  color: #fff;
}
.top-sdgs > figure {
  margin-bottom: 5rem;
}
.top-sdgs > figure img {
  border-radius: 3rem;
}
.top-sdgs h3 {
  text-align: center;
}
.top-sdgs p {
  width: 56rem;
  margin-bottom: 5rem;
}

.top-sdgs .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-sdgs .heading-1 {
  color: #fff;
  border-bottom: solid 0.15rem #fff;
  padding-bottom: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .top-sdgs {
    padding: 8rem 3rem;
    color: #fff;
  }
  .top-sdgs > figure {
    margin-bottom: 4rem;
  }
  .top-sdgs > figure img {
    border-radius: 2rem;
  }
  .top-sdgs h3 {
    text-align: left;
  }
  .top-sdgs p {
    width: auto;
    margin-bottom: 4rem;
  }
  .top-sdgs .heading-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* -------------------------------------------

access

------------------------------------------- */
.top-access {
  padding: 15rem 0;
  display: flex;
  flex-direction: row-reverse;
}
.top-access > div:nth-of-type(1) {
  width: 55%;
  padding-right: 13rem;
}
.top-access > div:nth-of-type(2) {
  width: 45%;
  padding-right: 7rem;
}
.top-access .gmap {
  margin-bottom: 5rem;
}
.top-access .gmap iframe {
  border-radius: 0 3rem 3rem 0;
  height: 48rem;
}
.top-access .more {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .top-access {
    padding: 8rem 0;
    flex-direction: column;
  }
  .top-access > div:nth-of-type(1) {
    width: 100%;
    padding: 0 3rem;
  }
  .top-access > div:nth-of-type(2) {
    width: 100%;
    padding-right: 0;
  }
  .top-access .gmap {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .top-access .gmap iframe {
    border-radius: 0;
    height: 32rem;
  }
  .top-access .more {
    margin: 0 auto;
  }
}
/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
  background: #f5f5f5;
  padding: 12rem 0;
}
.top-insta .wrap {
  width: 80rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-insta {
    padding: 8rem 0;
  }
  .top-insta .wrap {
    width: auto;
    padding: 0 3rem;
  }
}
/* cms */
.CMS-INSTAGRAM-LIST {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.CMS-INSTAGRAM-LIST > * {
  width: calc((100% - 4rem) / 3);
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

/* -------------------------------------------

recruit

------------------------------------------- */
.top-recruit {
  padding: 10rem 0;
  background: url(../img/top-bg-3.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

.top-recruit .wrap {
  background: url(../img/top-bg-2.jpg) no-repeat center/cover;
  padding: 5rem 3rem;
}
.top-recruit .wrap > div {
  width: 36rem;
  background: #78c800;
  margin-left: auto;
  color: #fff;
  border-radius: 2rem;
  padding: 4rem;
}
.top-recruit .wrap > div p {
  margin-bottom: 3rem;
}
.top-recruit .wrap h2 {
  color: #fff;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 0;
  }
  .top-recruit .wrap {
    padding: 4rem;
  }
  .top-recruit .wrap > div {
    width: 100%;
    background: rgba(120, 200, 0, 0.8);
  }
}
/* -------------------------------------------

contact

------------------------------------------- */
.top-contact {
  display: flex;
}
.top-contact .bg {
  background: url(../img/top-bg-4.jpg) no-repeat center/cover;
  width: 55%;
}
.top-contact .txt {
  width: 45%;
  color: #fff;
  background: #78c800;
  padding: 6rem 13rem 6rem 4rem;
}
.top-contact .txt p {
  text-align: center;
  margin-bottom: 4rem;
}
.top-contact h2 {
  color: #fff;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .top-contact {
    flex-direction: column;
  }
  .top-contact .bg {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .top-contact .txt {
    width: 100%;
    padding: 3rem;
  }
}
/* -------------------------------------------

staff

------------------------------------------- */
.top-staff {
  padding: 12rem 0;
}

.top-staff .wrap {
  background: url(../img/deco-6.png) no-repeat left 6rem bottom, url(../img/deco-7.png) no-repeat right 5rem bottom;
  background-size: 11rem auto, 13rem auto;
  background-color: #32a000;
  padding: 4rem 0;
  border-radius: 3rem;
}
.top-staff .wrap h2 {
  color: #fff;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .top-staff {
    padding: 3rem;
  }
  .top-staff .wrap {
    background: url(../img/deco-6.png) no-repeat left 1rem bottom, url(../img/deco-7.png) no-repeat right 1rem bottom;
    background-size: 6rem auto, 8rem auto;
    background-color: #32a000;
    padding: 4rem 0;
    border-radius: 2rem;
  }
}
/* -------------------------------------------

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/top-kv.jpg) no-repeat center/cover;
}

.page-ttl > div {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16rem;
}

@media screen and (max-width: 768px) {
  .page-ttl > div {
    height: 18rem;
  }
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .page-ttl h2.adjust {
    font-size: 2.4rem;
  }
}
/* -------------------------------------------

company

------------------------------------------- */
.sig {
  display: block;
  text-align: right;
  margin-top: 2rem;
}

.company .detail a {
  display: block;
  background-color: #78c800;
  color: #fff;
  width: 10rem;
  text-align: center;
  margin: 0.3rem 0;
}

.company-office figure {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.company-office figure > img {
  width: calc((100% - 2rem) / 3);
}

@media screen and (max-width: 768px) {
  .company-office figure {
    flex-direction: column;
  }
  .company-office figure > img {
    width: 100%;
  }
}
/* -------------------------------------------

area

------------------------------------------- */
.area-tire figure {
  width: 60%;
  margin: 0 auto 3rem auto;
}
.area-tire figure figcaption {
  font-size: 1rem;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .area-tire figure {
    width: 100%;
  }
  .area-tire figure figcaption {
    text-align: left;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  border: solid 0.25rem #ddd;
}
table th {
  font-weight: 500;
  background: #f5f5f5;
}
table th, table td {
  border: solid 0.12rem #ddd;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}
table a {
  color: #32a000;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  table {
    font-size: 1.3rem;
  }
}
.area-tire th, .area-tire td {
  width: 50%;
}

.area-disposal table th, .area-disposal table td {
  text-align: left;
}
.area-disposal table th {
  white-space: nowrap;
}

.area-disposal a {
  color: #78c800;
  text-decoration: underline;
}

/* -------------------------------------------

sdgs

------------------------------------------- */
.sdgs a {
  color: #78c800;
  text-decoration: underline;
}

.sdgs-policy > div {
  border: solid 0.15rem #ddd;
  padding: 2.5rem;
}

/* -------------------------------------------

recruit

------------------------------------------- */
.recruit-summary {
  margin-bottom: 6rem;
}
.recruit-summary p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}
.recruit-summary figure {
  display: flex;
  justify-content: space-between;
}
.recruit-summary figure img {
  width: 32%;
  height: auto;
}

.recrtui-detail li:not(:last-child) {
  margin-bottom: 3rem;
}
.recrtui-detail li {
  display: flex;
  gap: 3rem;
}
.recrtui-detail li > * {
  width: calc((100% - 3rem) / 2);
}
.recrtui-detail li dt {
  color: #32a000;
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
}
.recrtui-detail li dt::before {
  content: "◆";
}
.recrtui-detail li dd {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .recruit-summary p {
    text-align: left;
  }
  .recruit-summary figure {
    display: flex;
    justify-content: space-between;
  }
  .recruit-summary figure img {
    width: 32%;
    height: auto;
  }
  .recrtui-detail li:not(:last-child) {
    margin-bottom: 4rem;
  }
  .recrtui-detail li {
    flex-direction: column;
    gap: 1.5rem;
  }
  .recrtui-detail li > * {
    width: 100%;
  }
  .recrtui-detail li dt {
    margin-bottom: 1rem;
  }
  .recrtui-detail li dd {
    font-size: 1.4rem;
  }
}
.recrtui-cv {
  font-size: 1.7rem;
  font-weight: bold;
}
.recrtui-cv a {
  color: #32a000;
}

/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP {
    display: block;
  }
}
.CMS-FORM-GROUP:not(:last-of-type) {
  margin-bottom: 4rem;
}

.CMS-FORM-GROUP > label {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  padding: 2rem;
  width: 70%;
}

.CMS-FORM-GROUP textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  width: 70%;
  height: 16rem;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-INPUT,
  .CMS-FORM-EMAIL,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  width: 70%;
}

.CMS-FORM-RADIO > div:not(:last-of-type) {
  margin-right: 2.5rem;
  margin-bottom: 1.2rem;
}

.CMS-FORM-RADIO > div {
  display: flex;
  align-items: center;
  width: calc(100% - 18px);
}

.CMS-FORM-RADIO > div label {
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}

_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-RADIO {
    display: block;
    width: 100%;
    white-space: unset;
  }
  .CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
  .CMS-FORM-RADIO > div label {
    width: calc(100% - 24px);
  }
  _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0.7rem;
  }
}
input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  background: rgb(245, 245, 245);
  border: solid 1px #ddd;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio]:checked:before {
  content: "";
  background: #32a000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 24px;
    height: 24px;
  }
  input[type=radio]:checked:before {
    width: 12px;
    height: 12px;
  }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type=submit] {
  background: #32a000;
  color: #fff;
  display: block;
  /* font-family: 'Noto Serif JP', serif; */
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 1.6rem 0 1.75rem 0;
  transition: all 0.3s;
  width: 24rem;
}

.CMS-FORM-GROUP input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}

input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration {
  display: none;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input[type=submit] {
    width: 100%;
    font-size: 1.7rem;
  }
}
/* ---- calendar ---- */
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  border: #ddd solid 1px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 2rem;
  width: 70%;
}

@media screen and (max-width: 768px) {
  input[type=date] {
    width: 100%;
  }
}
/* ---- select ---- */
.select-wrap {
  position: relative;
  width: 70%;
}

.select-wrap::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-right: solid 0.15rem #333;
  border-bottom: solid 0.15rem #333;
  transform: rotate(45deg);
  position: absolute;
  right: 1.2rem;
  top: calc(50% - 0.6rem);
  z-index: 10;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 0;
  color: #000;
  font-size: 1.4rem;
  padding: 1.6rem 4rem 1.5rem 1.5rem;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .select-wrap {
    width: 100%;
  }
}
/* ---- required ---- */
.required {
  background: #32a000;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.2rem 0.7rem 0.35rem 0.7rem;
  vertical-align: 0.1rem;
}

/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input:focus,
  .CMS-FORM-GROUP textarea:focus {
    font-size: 16px;
  }
}
/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  height: 20rem;
  overflow: auto;
  padding: 1.7rem 2rem;
}

.privacy-note {
  font-size: 1.2rem;
  margin: 5rem 0 2rem 0;
}

/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanx {
    text-align: left;
  }
}
.back {
  display: block;
  text-align: center;
}

.back a {
  color: #32a000;
}/*# sourceMappingURL=style.css.map */