@font-face {
  font-family: CenturyGothic-Bold;
  src: url(../font/Century-Gothic-Bold.ttf) format("truetype");
}
@font-face {
  font-family: CenturyGothic;
  src: url(../font/CenturyGothic.ttf) format("truetype");
}
@font-face {
  font-family: FuturaPT-Bold;
  src: url(../font/FuturaFont.ttf) format("truetype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Cormorant Garamond", serif;
  font-family: "Nunito Sans", sans-serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
  background: #fff;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
header {
  width: 100%;
  height: 130rem;
  padding: 0 40rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.3s;
}
header.fixed {
  height: 100rem;
  background: white;
  position: fixed;
  z-index: 2;
}
header.fixed .logo svg path {
  fill: black;
}
header.fixed .logo svg rect {
  fill: black;
}
header.fixed ul li a {
  color: #000;
}
header.fixed .sp-menu span {
  border-color: black;
}
header .logo {
  width: 216rem;
  display: flex;
}
header .logo svg {
  width: 100%;
  height: 100%;
}
header .logo svg path {
  fill: white;
  transition: 0.3s;
}
header .logo svg rect {
  fill: white;
  transition: 0.3s;
}
header ul {
  display: flex;
  align-items: center;
}
header ul li {
  padding: 0 12rem;
}
header ul li:last-child {
  width: 150rem;
  height: 55rem;
  border-radius: 27.5rem;
  margin-left: 20rem;
  background: linear-gradient(to right, #39b54a 0%, #32dcdc 100%);
}
header ul li:last-child:hover {
  background: white;
  border: 1rem solid #28963c;
}
header ul li:last-child:hover a span {
  color: #28963c;
  background: -webkit-linear-gradient(45deg, #39b54a, #32dcdc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header ul li:last-child span {
  font-weight: 500;
  font-size: 15rem;
  line-height: 22rem;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
header ul li a {
  width: 100%;
  height: 100%;
  display: b;
  font-weight: 500;
  font-size: 15rem;
  line-height: 22rem;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.3s;
}

.frontview {
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
}
.frontview .catchcopy__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 56rem;
  letter-spacing: 0.1em;
  line-height: 80rem;
  text-align: left;
  color: #fff;
  position: absolute;
  left: 45rem;
  bottom: 50rem;
}

.section-title {
  position: relative;
}
.section-title.--left.c01 .ja__txt {
  left: -9rem;
}
.section-title.--left .ja__txt {
  text-align: left;
  position: relative;
  left: -5rem;
}
.section-title.--left .en__txt {
  text-align: left;
}
.section-title .ja__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 49rem;
  letter-spacing: 0.02em;
  line-height: 82rem;
  text-align: center;
  color: #000;
}
.section-title .en__txt {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 16rem;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 10rem;
  text-align: center;
  color: #39b54a;
}

.section-product-detail {
  width: 100%;
  height: auto;
  background: url(../img/dot_bg.png) #f9f8f8;
  background-size: 20%;
  padding: 215rem 0 100rem;
  position: relative;
}
.section-product-detail .gap__image {
  width: 30.8333333333%;
  min-width: 370rem;
  display: flex;
  position: absolute;
  right: 0;
  top: 147rem;
}
.section-product-detail .about__us {
  max-width: 1200rem;
  width: 95%;
  margin: auto;
  padding: 0 120rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.section-product-detail .about__us .info__content {
  width: auto;
}
.section-product-detail .about__us .info__content .t__mark {
  display: flex;
  align-items: center;
}
.section-product-detail .about__us .info__content .t__mark .icon {
  width: 13.98rem;
  display: flex;
  margin-right: 10rem;
}
.section-product-detail .about__us .info__content .t__mark .lbl {
  font-weight: 500;
  font-size: 18rem;
  line-height: 1;
  text-align: left;
  color: #000;
}
.section-product-detail .about__us .info__content h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 56rem;
  margin-top: 24rem;
  line-height: 82rem;
  position: relative;
  left: -4rem;
  text-align: left;
  color: #000;
}
.section-product-detail .about__us .info__content .image {
  width: 480rem;
  display: flex;
  margin-top: 55rem;
}
.section-product-detail .about__us .content__text {
  width: 380rem;
  margin-top: 320rem;
  position: relative;
}
.section-product-detail .about__us .content__text p {
  font-weight: normal;
  font-size: 15rem;
  line-height: 30rem;
  margin-bottom: 15rem;
  text-align: left;
  color: #000;
}
.section-product-detail .product__list {
  padding-top: 200rem;
  position: relative;
}
.section-product-detail .product__list .bg {
  width: 85.8333333333%;
  height: 650rem;
  display: block;
  background: white;
  position: absolute;
  left: 0;
  top: 120rem;
}
.section-product-detail .product__list .product__inner {
  max-width: 1080rem;
  width: 95%;
  margin: auto;
  margin-top: 54rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.section-product-detail .product__list .product__inner .p__item {
  width: 33.3333333333%;
  padding: 0 15rem;
  margin-bottom: 30rem;
}
.section-product-detail .product__list .product__inner .p__item .image {
  width: 100%;
  height: 230rem;
}
.section-product-detail .product__list .product__inner .p__item h3 {
  font-weight: normal;
  font-size: 15rem;
  line-height: 30rem;
  margin-top: 12rem;
  text-align: center;
  color: #000;
}

.section-archive {
  width: 100%;
  background: white;
}
.section-archive .content__inner {
  width: 1050rem;
  margin: auto;
  padding: 150rem 0;
  display: flex;
  justify-content: space-between;
}
.section-archive .archive__list {
  width: 600rem;
}
.section-archive .archive__list .c__item {
  padding: 25rem;
  border-top: 1rem solid #dcdcdc;
  cursor: pointer;
}
.section-archive .archive__list .c__item .t__year {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-archive .archive__list .c__item .t__year.open .sign:after {
  opacity: 0;
}
.section-archive .archive__list .c__item .t__year .y__txt {
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  font-size: 25rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #000;
  text-decoration: unset;
}
.section-archive .archive__list .c__item .t__year .sign {
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
  background: #f0f0f0;
  position: relative;
}
.section-archive .archive__list .c__item .t__year .sign:after {
  content: "";
  width: 0rem;
  height: 13rem;
  background: transparent;
  border-left: 1rem solid #39b54a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.section-archive .archive__list .c__item .t__year .sign:before {
  content: "";
  width: 13rem;
  height: 0;
  background: transparent;
  border-bottom: 1rem solid #39b54a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-archive .archive__list .c__item .c__box {
  padding: 25rem 0;
  display: none;
}
.section-archive .archive__list .c__item .c__box table {
  width: 100%;
  border-collapse: collapse;
}
.section-archive .archive__list .c__item .c__box table tr td {
  font-weight: normal;
  font-size: 15rem;
  line-height: 28rem;
  padding: 10rem 0;
  text-align: left;
  color: #000;
  text-decoration: unset;
}
.section-archive .archive__list .c__item .c__box table tr td:first-child {
  width: 90rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  font-size: 17rem;
  letter-spacing: 0.02em;
  line-height: 28rem;
  text-align: left;
  color: #000;
  vertical-align: top;
}

.middle__image {
  width: 100%;
  height: 420rem;
  display: flex;
}

.fixed__bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/company_bg.png);
  background-size: cover;
  background-position: 50%;
  z-index: -1;
}

.section-company {
  padding: 150rem 0 220rem;
  position: relative;
}
.section-company .section__inner {
  width: 950rem;
  margin: auto;
}
.section-company .section__inner .t__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-size: 55rem;
  letter-spacing: 0.04em;
  line-height: 82rem;
  text-align: left;
  color: #000;
}
.section-company .section__inner .sublink {
  display: flex;
  justify-content: right;
}
.section-company .section__inner .sublink li {
  padding: 0 15rem;
  line-height: 1;
  border-right: 1rem solid #c8c8c8;
}
.section-company .section__inner .sublink li:last-child {
  border-right: 0;
}
.section-company .section__inner .sublink li.active a:after {
  width: 100%;
}
.section-company .section__inner .sublink li a {
  font-weight: normal;
  font-size: 15rem;
  line-height: 1;
  text-align: left;
  color: #000;
  position: relative;
}
.section-company .section__inner .sublink li a:after {
  content: "";
  width: 0;
  height: 0rem;
  background: transparent;
  border-bottom: 1rem solid #39b54a;
  position: absolute;
  left: 0;
  bottom: -5rem;
  transition: 0.3s;
}
.section-company .section__inner .content__inner {
  width: 100%;
  margin-top: 30rem;
}
.section-company .section__inner .content__inner .c__item {
  width: 100%;
  display: none;
}
.section-company .section__inner .content__inner .c__item.active {
  display: block;
  animation: fadeIn 0.5s forwards;
}
.section-company .section__inner .content__inner .c__item#history table tbody {
  height: auto;
  flex-direction: row;
}
.section-company .section__inner .content__inner .c__item#history table tbody tr {
  width: 100%;
}
.section-company .section__inner .content__inner .c__item .c__lbl {
  font-weight: normal;
  font-size: 15rem;
  line-height: 82rem;
  text-align: left;
  color: #000;
}
.section-company .section__inner .content__inner .c__item table {
  width: 100%;
  border-collapse: collapse;
}
.section-company .section__inner .content__inner .c__item table tbody {
  width: 100%;
  height: 520rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50rem;
       column-gap: 50rem;
  flex-direction: column;
}
.section-company .section__inner .content__inner .c__item table tr {
  width: 450rem;
  border-top: 1rem solid #dcdcdc;
  display: block;
}
.section-company .section__inner .content__inner .c__item table tr:last-child {
  border-bottom: 1rem solid #dcdcdc;
}
.section-company .section__inner .content__inner .c__item table tr:nth-child(6) {
  border-bottom: 1rem solid #dcdcdc;
}
.section-company .section__inner .content__inner .c__item table tr td {
  font-weight: normal;
  font-size: 15rem;
  line-height: 27.3rem;
  padding: 25rem 0;
  text-align: left;
  color: #000;
}
.section-company .section__inner .content__inner .c__item table tr td a {
  color: #000;
}
.section-company .section__inner .content__inner .c__item table tr td:first-child {
  width: 115rem;
  padding-left: 15rem;
  font-weight: normal;
  font-size: 15rem;
  line-height: 28rem;
  text-align: left;
  color: #39b54a;
}

.section-recruit {
  width: 100%;
  height: 490rem;
  margin-top: -70rem;
  display: flex;
  background: url(../img/cr.png);
  background-size: 100% 100%;
  position: relative;
}
.section-recruit .left__content {
  position: absolute;
  left: calc(50% - 600rem + 115rem);
  top: 44%;
  transform: translateY(-50%);
}
.section-recruit .left__content .t__lbl {
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-size: 60rem;
  letter-spacing: 0.04em;
  line-height: 82rem;
  margin-bottom: 25rem;
  text-align: left;
  color: #fff;
}
.section-recruit .left__content p {
  font-weight: 500;
  font-size: 15rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  margin-top: 23rem;
  text-align: left;
  color: #fff;
}
.section-recruit .right__content {
  width: 530rem;
  position: absolute;
  right: calc(50% - 600rem + 25rem);
  top: 54%;
  transform: translateY(-50%);
}
.section-recruit .right__content .c__item {
  width: 100%;
  border-top: 1rem solid #28963c;
  display: flex;
  padding: 20rem 0 20rem 50rem;
  margin: 0 0 0 auto;
}
.section-recruit .right__content .c__item:nth-child(2) {
  width: 93%;
}
.section-recruit .right__content .c__item:nth-child(3) {
  width: 87%;
}
.section-recruit .right__content .c__item:nth-child(4) {
  width: 80%;
  position: relative;
}
.section-recruit .right__content .c__item:nth-child(4):after {
  content: "";
  width: 88%;
  height: 0;
  border-bottom: 1rem solid #28963c;
  position: absolute;
  right: 0;
  bottom: 0;
}
.section-recruit .right__content .c__item .h__lbl {
  font-weight: 500;
  font-size: 15rem;
  line-height: 28rem;
  margin-right: 37rem;
  text-align: left;
  color: #fff;
}
.section-recruit .right__content .c__item .h__txt {
  font-weight: 500;
  font-size: 15rem;
  line-height: 28rem;
  text-align: left;
  color: #fff;
}

.section-faq {
  background: white;
  margin-top: -70rem;
}
.section-faq .content__inner {
  max-width: 1100rem;
  width: 95%;
  padding: 220rem 0 150rem;
  margin: auto;
}
.section-faq .faq__items {
  width: 100%;
  height: auto;
  margin-top: 60rem;
  display: flex;
  justify-content: space-between;
}
.section-faq .faq__items .f__items {
  width: 520rem;
}
.section-faq .faq__items .f__items .f__item {
  width: 100%;
  border-top: 1rem solid #c8c8c8;
  cursor: pointer;
}
.section-faq .faq__items .f__items .f__item:nth-child(4) {
  border-bottom: 1rem solid #c8c8c8;
}
.section-faq .faq__items .f__items .f__item:nth-child(8) {
  border-bottom: 1rem solid #c8c8c8;
}
.section-faq .faq__items .f__items .f__item .t__title {
  display: flex;
  padding: 17rem 0;
  position: relative;
}
.section-faq .faq__items .f__items .f__item .t__title.open .sign:after {
  opacity: 0;
}
.section-faq .faq__items .f__items .f__item .t__title .sign {
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
  background: #f0f0f0;
  position: absolute;
  top: 15rem;
  right: 15rem;
}
.section-faq .faq__items .f__items .f__item .t__title .sign:after {
  content: "";
  width: 0rem;
  height: 13rem;
  background: transparent;
  border-left: 1rem solid #39b54a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.section-faq .faq__items .f__items .f__item .t__title .sign:before {
  content: "";
  width: 13rem;
  height: 0;
  background: transparent;
  border-bottom: 1rem solid #39b54a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-faq .faq__items .f__items .f__item .t__title .q__lbl {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  font-size: 18rem;
  margin-right: 13rem;
  margin-top: 5rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #39b54a;
}
.section-faq .faq__items .f__items .f__item .t__title .q__txt {
  width: 75%;
  font-weight: normal;
  font-size: 15rem;
  line-height: 28rem;
  text-align: left;
  color: #000;
}
.section-faq .faq__items .f__items .f__item .a__box {
  padding: 0 30rem 20rem 0;
  display: none;
}
.section-faq .faq__items .f__items .f__item .a__box .inner {
  display: flex;
}
.section-faq .faq__items .f__items .f__item .a__box .inner .a__lbl {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  font-size: 18rem;
  margin-right: 13rem;
  margin-top: 5rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #39b54a;
}
.section-faq .faq__items .f__items .f__item .a__box .inner .a__txt {
  width: 380rem;
  font-weight: normal;
  font-size: 15rem;
  line-height: 28rem;
  text-align: left;
  color: #000;
}

.section-contact {
  background: white;
  padding-bottom: 150rem;
}
.section-contact .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  padding: 150rem 0 0;
}
.section-contact .note__txt {
  font-weight: normal;
  font-size: 15rem;
  line-height: 28rem;
  margin-top: 50rem;
  text-align: left;
  color: #000;
}
.section-contact .tel__text {
  display: flex;
  align-items: flex-end;
  margin-top: 40rem;
}
.section-contact .tel__text .lbl {
  font-weight: normal;
  font-size: 32rem;
  line-height: 1;
  margin-right: 60rem;
  text-align: left;
  color: #000;
}
.section-contact .tel__text .tel {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  font-size: 60rem;
  letter-spacing: 0.02em;
  line-height: 0.8;
  text-align: left;
  color: #000;
}
.section-contact .tel__text .w__txt {
  font-weight: normal;
  font-size: 15rem;
  letter-spacing: 0.05em;
  line-height: 28rem;
  margin-left: 8rem;
  text-align: left;
  color: #000;
}
.section-contact .contact__form {
  width: 100%;
  height: auto;
  margin-top: 30rem;
  border-radius: 50rem;
  padding: 125rem 120rem 90rem;
  background: #f5f5f5;
  text-align: center;
}
.section-contact .contact__form .c__lbl {
  font-weight: normal;
  font-size: 32rem;
  line-height: 1;
  text-align: left;
  color: #000;
}
.section-contact .contact__form .n__txt {
  font-weight: normal;
  font-size: 15rem;
  line-height: 28rem;
  margin-top: 25rem;
  text-align: left;
  color: #000;
}
.section-contact .contact__form .n__txt span {
  color: #FF0000;
}
.section-contact .contact__form .form__content {
  width: 100%;
  margin-top: 60rem;
}
.section-contact .contact__form .form__content .c__item {
  margin-bottom: 37rem;
  text-align: left;
}
.section-contact .contact__form .form__content .c__item input[type=text], .section-contact .contact__form .form__content .c__item input[type=email] {
  width: 100%;
  height: 50rem;
  border-radius: 6rem;
  padding-left: 18rem;
  background: #fff;
  border: 0;
  font-size: 15rem;
  line-height: 28rem;
  text-align: left;
  color: #000;
}
.section-contact .contact__form .form__content .c__item input[type=text].post, .section-contact .contact__form .form__content .c__item input[type=email].post {
  width: 247rem;
}
.section-contact .contact__form .form__content .c__item textarea {
  width: 100%;
  height: 100rem;
  border-radius: 6rem;
  padding: 18rem;
  background: #fff;
  border: 0;
  font-size: 15rem;
  line-height: 28rem;
  text-align: left;
  color: #000;
}
.section-contact .contact__form .form__content .c__item .lbl {
  font-weight: normal;
  font-size: 15rem;
  line-height: 1;
  margin-bottom: 15rem;
  text-align: left;
  color: #000;
}
.section-contact .contact__form .form__content .c__item .lbl span {
  color: #FF0000;
}
.section-contact .contact__form .form__content .c__item label {
  display: inline-flex;
  margin-right: 50rem;
}
.section-contact .contact__form .form__content .c__item label input[type=radio] {
  display: none;
}
.section-contact .contact__form .form__content .c__item label input[type=radio]:checked + span:after {
  opacity: 1;
}
.section-contact .contact__form .form__content .c__item label span {
  font-weight: normal;
  font-size: 15rem;
  line-height: 15rem;
  text-align: left;
  color: #000;
  position: relative;
  padding-left: 28rem;
}
.section-contact .contact__form .form__content .c__item label span:before {
  content: "";
  width: 18rem;
  height: 18rem;
  background: #fff;
  border: 1rem solid #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-contact .contact__form .form__content .c__item label span:after {
  content: "";
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #39b54a;
  position: absolute;
  left: 5rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.section-contact .contact__form .form__content .privacy__content {
  width: 100%;
  height: 200rem;
  background: #fff;
  padding: 20rem;
  overflow: auto;
}
.section-contact .contact__form .form__content .privacy__content::-webkit-scrollbar {
  width: 5rem;
  border-radius: 10rem;
  background: rgba(182, 181, 181, 0.199);
}
.section-contact .contact__form .form__content .privacy__content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.3);
}
.section-contact .contact__form .form__content .privacy__content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}
.section-contact .contact__form .form__content .privacy__content .lbl {
  font-weight: bold;
  font-size: 17rem;
  margin-bottom: 18rem;
  line-height: 1;
  text-align: left;
  color: #000;
}
.section-contact .contact__form .form__content .privacy__content dl dt {
  font-weight: bold;
  font-size: 15rem;
  margin: 0;
  margin-bottom: 10rem;
  color: #000;
  text-align: left;
}
.section-contact .contact__form .form__content .privacy__content dl dd {
  font-weight: normal;
  font-size: 15rem;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 15rem;
  color: #000;
  text-align: left;
}
.section-contact .contact__form .form__content .privacy__chk {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25rem;
}
.section-contact .contact__form .form__content .privacy__chk span {
  font-weight: normal;
  font-size: 15rem;
  line-height: 28rem;
  text-align: center;
  color: #000;
}
.section-contact .contact__form .form__content .submit__btn {
  width: 200rem;
  height: 60rem;
  margin: auto;
  border: 0;
  cursor: pointer;
  border-radius: 30rem;
  background: linear-gradient(to right, #39b54a 0%, #32dcdc 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 93rem;
}
.section-contact .contact__form .form__content .submit__btn:hover {
  background: white;
  border: 1rem solid #28963c;
}
.section-contact .contact__form .form__content .submit__btn:hover span {
  color: #28963c;
  background: -webkit-linear-gradient(45deg, #39b54a, #32dcdc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-contact .contact__form .form__content .submit__btn span {
  font-weight: 500;
  font-size: 15rem;
  line-height: 22rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}

.section-news {
  border-top: 1rem solid #c8c8c8;
  padding-top: 80rem;
  padding-bottom: 100rem;
  display: flex;
  justify-content: space-between;
  background: white;
}
.section-news .title {
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  font-size: 55rem;
  letter-spacing: 0.02em;
  line-height: 82rem;
  margin-left: calc(50% - 600rem + 50rem);
  text-align: left;
  color: #000;
}
.section-news .news__list {
  width: calc(50% - 600rem + 800rem);
}
.section-news .news__list .n__item {
  padding: 25rem 0;
  border-bottom: 1rem solid #dcdcdc;
}
.section-news .news__list .n__item:first-child {
  padding-top: 0;
}
.section-news .news__list .n__item .date {
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #39b54a;
}
.section-news .news__list .n__item h3 {
  font-weight: normal;
  font-size: 18rem;
  line-height: 22rem;
  margin-top: 10rem;
  text-align: left;
  color: #000;
}

.map {
  width: 100%;
  height: 350rem;
}
.map iframe {
  width: 100%;
  height: 100%;
}

footer {
  width: 100%;
  height: auto;
  background: #39b54a;
  padding: 125rem 0 35rem;
}
footer .f__logo {
  width: 216rem;
  margin: auto;
  display: flex;
}
footer .copyright {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 14.4rem;
  margin-top: 95rem;
  text-align: center;
  color: #fff;
}

.topPage {
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  position: fixed;
  right: 40rem;
  bottom: 30rem;
  z-index: 2;
  transition: 0.3s;
}
.topPage:hover {
  opacity: 0.7;
}
.topPage .icon {
  width: 10rem;
  display: flex;
}
.topPage .lbl {
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 10rem;
  margin-top: 6rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: #39b54a;
}

@media screen and (max-width: 1230px) {
  html {
    font-size: 0.8px;
  }
  .section-product-detail .about__us {
    padding: 0 50rem;
  }
  .section-product-detail .about__us .info__content .image {
    width: 600rem;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 0.7px;
  }
  .section-recruit .right__content {
    right: 0;
  }
  .section-faq .content__inner .faq__items .f__items {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  header .logo {
    width: 300rem;
    position: relative;
    z-index: 2;
  }
  header {
    height: 100rem;
    padding: 0 20rem;
  }
  .frontview .catchcopy__text {
    font-size: 45rem;
    line-height: 1.7;
  }
  .section-product-detail .about__us {
    width: 680rem;
    margin: auto;
    display: block;
  }
  .section-product-detail .about__us {
    padding: 0;
  }
  .section-product-detail .about__us .info__content .t__mark .lbl {
    font-size: 30rem;
  }
  .section-product-detail .about__us .info__content .t__mark .icon {
    width: 20.98rem;
    margin-right: 12rem;
  }
  .section-product-detail .about__us .info__content .image {
    width: 100%;
  }
  .section-product-detail .about__us .content__text {
    width: 100%;
  }
  .section-product-detail .about__us .gap__image {
    width: 370rem;
    display: flex;
    position: absolute;
    right: 0;
    top: 722rem;
  }
  .section-product-detail .about__us .content__text p {
    font-size: 26rem;
    line-height: 1.8;
    margin-bottom: 20rem;
  }
  .section-title .en__txt {
    font-size: 26rem;
  }
  .section-title .ja__txt {
    font-size: 54rem;
  }
  .section-product-detail .product__list .product__inner .p__item {
    width: 50%;
  }
  .section-product-detail .product__list .product__inner .p__item h3 {
    font-size: 26rem;
    line-height: 1.6;
    margin-top: 14rem;
  }
  .section-product-detail .product__list .bg {
    height: 1013rem;
  }
  .section-archive .content__inner {
    width: 680rem;
    margin: auto;
    padding: 100rem 0;
    display: block;
  }
  .section-archive .content__inner .archive__list {
    width: 100%;
    margin-top: 54rem;
  }
  .section-archive .content__inner .archive__list .c__item .t__year .y__txt {
    font-size: 34rem;
  }
  .section-archive .content__inner .archive__list .c__item .t__year .sign {
    width: 45rem;
    height: 45rem;
  }
  .section-archive .content__inner .archive__list .c__item .t__year .sign:before {
    content: "";
    width: 18rem;
  }
  .section-archive .content__inner .archive__list .c__item .t__year .sign:after {
    content: "";
    height: 18rem;
  }
  .section-archive .content__inner .archive__list .c__item .c__box table tr td {
    font-size: 26rem;
    line-height: 1.7;
    padding: 17rem 0;
  }
  .section-archive .content__inner .archive__list .c__item .c__box table tr {
    display: grid;
  }
  .section-archive .content__inner .archive__list .c__item .c__box table tr:last-child td {
    padding-bottom: 0;
  }
  .section-archive .content__inner .archive__list .c__item .c__box table tr td:first-child {
    width: 100%;
    font-size: 27rem;
    padding-bottom: 0;
  }
  .section-company {
    padding: 100rem 0;
  }
  .section-company .section__inner {
    width: 680rem;
  }
  .section-company .section__inner .t__title {
    font-size: 65rem;
  }
  .section-company .section__inner .sublink li a {
    font-size: 26rem;
  }
  .section-company .section__inner .content__inner .c__item .c__lbl {
    font-size: 26rem;
    line-height: 3.5;
  }
  .section-company .section__inner .content__inner .c__item table tbody {
    width: 100%;
    height: auto;
    display: block;
  }
  .section-company .section__inner .content__inner .c__item table tr {
    width: 100%;
  }
  .section-company .section__inner .content__inner .c__item table tr td {
    font-weight: normal;
    font-size: 26rem;
    line-height: 1.7;
  }
  .section-company .section__inner .content__inner .c__item table tr td:first-child {
    width: 170rem;
    padding-left: 15rem;
    font-weight: normal;
    font-size: 26rem;
    line-height: 1.6;
  }
  .section-recruit {
    width: 100%;
    height: auto;
    padding: 80rem 35rem;
    display: block;
    background: #28963c;
  }
  .section-recruit .left__content {
    position: relative;
    left: auto;
    top: auto;
    transform: unset;
  }
  .section-recruit .right__content {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    transform: unset;
    margin-top: 30rem;
  }
  .section-recruit .left__content .t__lbl {
    font-size: 70rem;
  }
  .section-recruit .left__content p {
    font-size: 26rem;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
  .section-recruit .right__content .c__item .h__txt {
    font-size: 25rem;
    line-height: 1.6;
  }
  .section-recruit .right__content .c__item .h__lbl {
    font-weight: 500;
    font-size: 25rem;
    line-height: 1.6;
  }
  .section-recruit .right__content .c__item {
    padding: 15rem 0;
    border-top: 1rem solid #2eb547;
  }
  .section-recruit .right__content .c__item:last-child {
    border-bottom: 1rem solid #2eb547;
  }
  .section-recruit .right__content .c__item:nth-child(2) {
    width: 100%;
  }
  .section-recruit .right__content .c__item:nth-child(3) {
    width: 100%;
  }
  .section-recruit .right__content .c__item:nth-child(4) {
    width: 100%;
  }
  .section-faq .content__inner {
    max-width: 1100rem;
    width: 680rem;
    padding: 100rem 0;
  }
  .section-faq .content__inner .faq__items .f__items {
    width: 100%;
  }
  .section-faq .content__inner .faq__items .f__items .f__item .t__title .q__txt {
    width: 84%;
    font-weight: normal;
    font-size: 25rem;
    line-height: 1.6;
  }
  .section-faq .content__inner .faq__items .f__items .f__item .t__title .q__lbl {
    font-size: 28rem;
    margin-right: 20rem;
  }
  .section-faq .content__inner .faq__items .f__items .f__item .t__title .sign {
    width: 45rem;
    height: 45rem;
  }
  .section-faq .content__inner .faq__items .f__items .f__item .t__title .sign:after {
    content: "";
    width: 0rem;
    height: 17rem;
  }
  .section-faq .content__inner .faq__items .f__items .f__item .t__title .sign:before {
    content: "";
    width: 17rem;
  }
  .section-faq .content__inner .faq__items .f__items .f__item .a__box .inner .a__lbl {
    font-size: 28rem;
    margin-right: 20rem;
  }
  .section-faq .content__inner .faq__items .f__items .f__item .a__box .inner .a__txt {
    width: 90%;
    font-size: 25rem;
    line-height: 1.7;
  }
  .section-faq .content__inner .faq__items {
    margin-top: 60rem;
    display: block;
  }
  .section-faq .content__inner .faq__items .f__items:nth-child(2) .f__item:last-child {
    border-bottom: 1rem solid #c8c8c8;
  }
  .section-faq .content__inner .faq__items .f__items:nth-child(1) .f__item:last-child {
    border-bottom: 0;
  }
  .section-contact .content__inner .tel__text {
    display: block;
  }
  .section-contact .content__inner {
    width: 680rem;
    padding: 100rem 0 0;
  }
  .section-contact .content__inner .note__txt {
    font-size: 26rem;
    line-height: 1.6;
  }
  .section-contact .content__inner .tel__text .lbl {
    font-weight: normal;
    font-size: 40rem;
    line-height: 1.5;
    margin-right: 0;
  }
  .section-contact .content__inner .tel__text .tel {
    font-size: 68rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .section-contact .content__inner .tel__text .w__txt {
    font-size: 25rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-left: 0;
  }
  .section-contact .content__inner .contact__form {
    width: 100%;
    height: auto;
    margin-top: 30rem;
    border-radius: 50rem;
    padding: 55rem 20rem 50rem;
  }
  .section-contact .content__inner .contact__form .c__lbl {
    font-weight: normal;
    font-size: 40rem;
  }
  .section-contact .content__inner .contact__form .n__txt {
    font-size: 25rem;
    line-height: 1.6;
    margin-top: 27rem;
  }
  .section-contact .content__inner .contact__form .form__content .c__item {
    margin-bottom: 45rem;
  }
  .section-contact .content__inner .contact__form .form__content .c__item .lbl {
    font-size: 25rem;
    line-height: 1;
    margin-bottom: 20rem;
  }
  .section-contact .content__inner .contact__form .form__content .c__item input[type=text], .section-contact .content__inner .content__inner .contact__form .form__content .c__item input[type=email] {
    width: 100%;
    height: 70rem;
    border-radius: 6rem;
    padding-left: 20rem;
    background: #fff;
    border: 0;
    font-size: 25rem;
    line-height: 1.6;
  }
  .section-contact .content__inner .contact__form .form__content .c__item input[type=text].post, .section-contact .content__inner .contact__form .form__content .c__item input[type=email].post {
    width: 300rem;
  }
  .section-contact .content__inner .contact__form .form__content .c__item label span {
    font-weight: normal;
    font-size: 25rem;
    line-height: 1.5;
    text-align: left;
    color: #000;
    position: relative;
    padding-left: 45rem;
  }
  .section-contact .content__inner .contact__form .form__content .c__item textarea {
    width: 100%;
    height: 200rem;
    border-radius: 6rem;
    padding: 20rem;
    background: #fff;
    border: 0;
    font-size: 25rem;
    line-height: 1.6;
  }
  .form__content .privacy__content {
    width: 100%;
    height: 300rem;
  }
  .section-contact .content__inner .contact__form .form__content .privacy__content .lbl {
    font-size: 27rem;
    margin-bottom: 22rem;
    line-height: 1.5;
  }
  .section-contact .content__inner .contact__form .form__content .privacy__content dl dt {
    font-weight: bold;
    font-size: 25rem;
  }
  .section-contact .content__inner .contact__form .form__content .privacy__content dl dd {
    font-weight: normal;
    font-size: 25rem;
    line-height: 1.6;
    margin-bottom: 25rem;
  }
  .section-contact .content__inner .contact__form .form__content .privacy__chk {
    margin-top: 42rem;
  }
  .section-contact .content__inner .contact__form .form__content .privacy__chk span {
    font-weight: normal;
    font-size: 25rem;
    line-height: 1;
  }
  .section-contact .content__inner .contact__form .form__content .submit__btn {
    width: 350rem;
    height: 80rem;
    border-radius: 45rem;
  }
  .section-contact .content__inner .contact__form .form__content .submit__btn span {
    font-weight: 500;
    font-size: 25rem;
  }
  .section-news {
    display: block;
    padding: 90rem 35rem 80rem;
  }
  .section-news .title {
    font-size: 65rem;
    letter-spacing: 0.02em;
    line-height: 82rem;
    margin-left: 0;
  }
  .section-news .news__list {
    width: 100%;
    margin-top: 45rem;
  }
  .section-news .news__list .n__item .date {
    font-size: 24rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .section-news .news__list .n__item h3 {
    font-size: 28rem;
    line-height: 1.6;
  }
  .map {
    width: 100%;
    height: 450rem;
  }
  footer .f__logo {
    width: 280rem;
  }
  footer .copyright {
    font-size: 22rem;
  }
  .topPage {
    width: 90rem;
    height: 90rem;
    border-radius: 50%;
    right: 10rem;
    bottom: 20rem;
  }
  .topPage .lbl {
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 16rem;
    margin-top: 6rem;
  }
  .topPage .icon {
    width: 18rem;
    display: flex;
  }
  .sp-menu {
    width: 55rem;
    height: 46rem;
    position: relative;
    z-index: 3;
    cursor: pointer;
  }
  .sp-menu.open span:nth-child(1) {
    top: 20rem;
    transform: rotate(45deg);
  }
  .sp-menu.open span:nth-child(2) {
    width: 0;
  }
  .sp-menu.open span:nth-child(3) {
    top: 20rem;
    transform: rotate(-45deg);
  }
  .sp-menu span {
    width: 100%;
    height: 0;
    border-bottom: 3rem solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
  }
  .sp-menu span + span {
    top: 20rem;
  }
  .sp-menu span + span + span {
    top: 40rem;
  }
  header ul {
    width: 80%;
    height: 100svh;
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 40rem;
    padding-left: 40rem;
    background: #fff;
    display: block;
    border-top: 40rem solid #39b54a;
    z-index: 4;
    transition: 0.5s;
    transform: translate(100%);
  }
  header ul.open {
    transform: translate(0);
  }
  header ul.open .close__btn {
    opacity: 1;
  }
  header ul .close__btn {
    width: 50rem;
    display: flex;
    position: absolute;
    left: -100rem;
    top: 74rem;
    opacity: 0;
    transition: 0.3s;
  }
  .overlay {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
  }
  .overlay.open {
    opacity: 0.7;
    visibility: visible;
  }
  header ul li a {
    font-size: 32rem;
    line-height: 1.4;
    justify-content: left;
    color: #333;
  }
  header ul li {
    padding: 35rem 0;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
  }
  header ul li:after {
    content: "";
    width: 15rem;
    height: 15rem;
    border-top: 2rem solid #ddd;
    border-right: 2rem solid #ddd;
    position: absolute;
    right: 20rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  header ul li:last-child {
    width: auto;
    height: auto;
    border-radius: 0;
    margin-left: 0;
    background: unset;
    display: block;
  }
  header ul li:last-child span {
    font-weight: 500;
    font-size: 32rem;
    color: #333;
    line-height: 1;
  }
  header.fixed {
    height: 100rem;
  }
  .section-product-detail .gap__image {
    width: 30.8333333333%;
    top: 928rem;
  }
  header.fixed ul li a {
    color: #333;
  }
  .section-faq {
    background: white;
    margin-top: 0;
  }
  .fixed__bg {
    width: 100vw;
    height: 100vh;
    background: url(../img/company_bg_sp.png);
    background-size: cover;
    transform: translate(-50%, -50%) scale(1.3);
    background-position: unset;
  }
  .section-product-detail {
    background-size: 64%;
    background-position: 13%;
  }
  .section-company .section__inner .content__inner .c__item table tr:nth-child(6) {
    border-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */