@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@font-face {
  font-family: "myfont";
  src: url("../fonts/utsukusgi.woff") format("woff"), url("../fonts/utsukushi.otf") format("opentype");
}
html {
  font-size: 16px;
  font-family: "myfont";
}

body {
  color: #09502e;
  line-height: 1.7;
  background-image: url(../img/bg_all.svg);
  background-size: cover;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.wrapper {
  min-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10.4166666667vw;
}

.container {
  margin: 100px 0;
}
.container-foot {
  margin-top: 60px;
}
.container-foot__notice {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #4C4C4C;
}
.container-foot__notice a {
  color: #09502e;
  text-decoration: none;
}
.container-foot__notice a:hover {
  text-decoration: underline;
}
.container-foot__notice--left {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #4C4C4C;
  text-align: left;
}
.container-foot__notice--left a {
  color: #09502e;
  text-decoration: none;
}
.container-foot__notice--left a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    min-width: auto;
  }
  .container {
    margin: 60px 0;
  }
}
.l-header {
  min-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10.4166666667vw;
}
.l-header__cont {
  padding: 2.34375vw 0 2.34375vw;
}
.l-header__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-header__top--logo a {
  display: flex;
  align-items: center;
  color: #09502e;
  font-size: clamp(25px, 2.44140625vw, 35px);
}
.l-header__top--logo a::before {
  content: "";
  display: block;
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  background-image: url(../img/logo_green.svg);
  background-size: cover;
}
.l-header__top--logo a::after {
  content: "";
  display: block;
  width: 5.2083333333vw;
  height: 2.8645833333vw;
  background-image: url(../img/logo_hachi_green.svg);
  background-size: cover;
}
.l-header__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 4.1666666667vw;
}
.l-header__list--company a, .l-header__list--contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
  color: #09502e;
  font-size: clamp(16px, 1.5625vw, 18px);
  transition: opacity 0.3s;
}
.l-header__list--company a:hover, .l-header__list--contact a:hover {
  opacity: 0.6;
}
.l-header__list--company a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/icon_logo.svg);
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header__list--contact a::before {
  content: "";
  display: block;
  min-width: 38px;
  min-height: 25px;
  background-image: url(../img/icon_mail.svg);
  background-size: auto;
  background-repeat: no-repeat;
}
.l-header__list02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.l-header__list02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
  color: #09502e;
  font-weight: bold;
  transition: 0.3s all;
}
.l-header__list02 a:hover {
  opacity: 0.6;
}
.l-header__list02 a::before {
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  background-image: url(../img/icon_sankaku.svg);
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header__list02 .is-current a::before {
  background-image: url(../img/icon_sankaku_wht.svg);
}
.l-header__swich {
  padding-top: 10px;
}
.l-header__swich p {
  color: #09502e;
  display: flex;
  justify-content: flex-end;
  gap: 0 0.78125vw;
  font-size: clamp(14px, 1.3671875vw, 16px);
  transition: all 0.3s;
}
.l-header__swich a {
  color: #09502e;
}
.l-header__swich a:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .l-header {
    display: flex;
    align-items: center;
    min-width: auto;
    height: 60px;
    justify-content: center;
  }
  .l-header__toggle {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 28px;
    height: 21px;
    top: 25px;
    right: 20px;
    z-index: 999;
  }
  .l-header__toggle span {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #2e8a61;
    transition: all 0.5s;
  }
  .l-header__toggle span:nth-child(1) {
    top: 0;
  }
  .l-header__toggle span:nth-child(2) {
    top: 11px;
  }
  .l-header__toggle span:nth-child(3) {
    top: 21px;
  }
  .l-header__toggle.active span:nth-child(1) {
    top: 12px;
    transform: rotate(-315deg);
  }
  .l-header__toggle.active span:nth-child(2) {
    width: 0;
  }
  .l-header__toggle.active span:nth-child(3) {
    top: 12px;
    transform: rotate(315deg);
  }
  .l-header__top {
    justify-content: center;
    align-items: center;
  }
  .l-header__top--logo {
    margin-top: 10px;
  }
  .l-header__top--logo a {
    font-size: 20px;
  }
  .l-header__top--logo a::before {
    width: 35px;
    height: 30px;
  }
  .l-header__top--logo a::after {
    width: 40px;
    height: 21px;
  }
  .l-header__cont {
    background-color: #e4edea;
    position: fixed;
    flex-direction: column;
    justify-content: center;
    gap: 50px 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: -120%;
    transition: right 0.6s;
    z-index: 900;
    overflow-y: scroll;
  }
  .l-header__cont.active {
    right: 0;
  }
  .l-header__box {
    order: 1;
    padding-top: 80px;
  }
  .l-header__list {
    gap: 2.5rem;
  }
  .l-header__list--company a {
    gap: 0;
  }
  .l-header__list--company a::before {
    width: 40px;
    height: 40px;
  }
  .l-header__list--contact a {
    gap: 0 5px;
  }
  .l-header__list--contact a::before {
    min-width: 30px;
    min-height: 20px;
  }
  .l-header__list02 {
    flex-direction: column;
    gap: 40px 0;
    padding-top: 80px;
  }
  .l-header__swich {
    padding-top: 20px;
  }
  .l-header__swich p {
    justify-content: center;
    font-size: 1rem;
  }
}
.l-footer {
  min-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10.4166666667vw;
  background-color: #09502e;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  padding: 65px 0;
}
.l-footer__logo {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: clamp(20px, 1.953125vw, 30px);
}
.l-footer__logo::before {
  content: "";
  top: 3px;
  left: 0;
  display: block;
  width: 2.8645833333vw;
  height: 2.8645833333vw;
  background-image: url(../img/logo_white.svg);
  background-size: cover;
}
.l-footer__logo::after {
  content: "";
  top: 3px;
  right: -40px;
  display: block;
  width: 5.2083333333vw;
  height: 2.6041666667vw;
  background-image: url(../img/logo_hachi_white.svg);
  background-size: cover;
}
.l-footer__copy {
  padding-top: 40px;
  padding-right: 2rem;
  font-size: 12px;
  color: #ffffff;
  text-align: right;
}
.l-footer__list {
  display: flex;
  gap: 0 1.5625vw;
  font-size: clamp(14px, 1.3671875vw, 16px);
  transition: all 0.3s;
}
.l-footer__list a:hover {
  opacity: 0.6;
}
.l-footer__list a {
  color: #ffffff;
}
.l-footer__swich p {
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  gap: 0 0.78125vw;
  font-size: clamp(14px, 1.3671875vw, 16px);
  transition: all 0.3s;
  padding-top: 1rem;
}
.l-footer__swich a {
  color: #ffffff;
}
.l-footer__swich a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .l-footer {
    min-width: auto;
  }
  .l-footer__logo::before {
    width: 30px;
    height: 30px;
  }
  .l-footer__logo::after {
    width: 40px;
    height: 21px;
  }
  .l-footer__inner {
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
  }
  .l-footer__list {
    flex-direction: column;
    gap: 1rem 0;
    margin-top: 40px;
  }
  .l-footer__copy {
    padding-right: 0;
  }
  .l-footer__swich p {
    justify-content: center;
  }
}

.c-page__ttl {
  position: relative;
  padding: 26px 0;
  display: flex;
  font-size: 2.8125rem;
  align-items: center;
  justify-content: center;
  border-top: solid 1px #2e8a61;
  border-bottom: solid 1px #2e8a61;
  line-height: 1;
}
.c-page__ttl::before {
  content: "";
  position: absolute;
  top: -10px;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #09502e;
}
.c-page__ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #09502e;
}
@media (max-width: 768px) {
  .c-page__ttl {
    font-size: 24px;
    padding: 5px 0;
    margin-top: 40px;
  }
}

.c-hexagon {
  width: clamp(100px, 9.765625vw, 120px);
  height: clamp(100px, 9.765625vw, 120px);
  background-image: url("../img/hexagon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
}
.c-hexagon:hover {
  opacity: 0.7;
}
.c-hexagon.is-current {
  background-image: url(../img/hexagon_white.svg);
}
.c-hexagon.is-current .c-hexagon__link {
  color: #09502e;
}
.c-hexagon__cont {
  margin-top: 80px;
}
.c-hexagon__list {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
.c-hexagon__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 1.7578125vw, 20px);
  color: #ffffff;
}
@media (max-width: 768px) {
  .c-hexagon {
    width: 100px;
    height: 100px;
  }
  .c-hexagon__cont {
    margin-top: 40px;
  }
  .c-hexagon__list {
    flex-wrap: wrap;
    gap: 20px 30px;
  }
}

.c-card__list {
  max-width: 1520px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 0;
}
.c-card__item {
  padding: 10px;
  width: 27.0833333333%;
  border: solid #333333 1px;
  background-color: #ffffff;
}
.c-card__desc {
  padding-top: 15px;
  display: grid;
  gap: 0.2rem 0;
}
.c-card__desc--num {
  color: #9ab597;
  font-size: 14px;
}
@media (max-width: 768px) {
  .c-card__list {
    flex-direction: column;
    gap: 20px 0;
  }
  .c-card__item {
    width: auto;
  }
}

.c-version {
  margin-top: 60px;
}
.c-version__list {
  max-width: 1520px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
  justify-content: center;
}
.c-version__item {
  padding: 10px;
  width: 170px;
  border: solid #333333 1px;
  background-color: #ffffff;
  margin-bottom: 60px;
}
.c-version__desc {
  padding-top: 15px;
  display: grid;
  gap: 0.2rem 0;
}
.c-version__desc--num {
  color: #9ab597;
  font-size: 14px;
}
.c-version__dammy {
  width: 170px;
}
@media (max-width: 768px) {
  .c-version__list {
    justify-content: space-between;
    gap: 0;
  }
  .c-version__item {
    width: 130px;
    padding: 5px;
    margin-bottom: 30px;
  }
}

.c-square {
  width: 60px;
  height: 60px;
  background-color: #09502e;
  transition: opacity 0.3s;
}
.c-square:hover {
  opacity: 0.7;
}
.c-square.is-surrent {
  background-color: #ffffff;
  border: 1px #09502e solid;
}
.c-square.is-surrent .c-square__link {
  color: #09502e;
}
.c-square a {
  display: block;
  color: #ffffff;
  font-size: 36px;
}
.c-square__list {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .c-square {
    width: 35px;
    height: 35px;
  }
  .c-square a {
    font-size: 20px;
  }
}

.c-towel {
  margin-top: 60px;
}
.c-towel__list {
  margin-top: 60px;
  max-width: 1520px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 7.8125vw;
  justify-content: center;
}
.c-towel__item {
  position: relative;
  padding: 10px;
  width: 160px;
  border: solid #333333 1px;
  background-color: #ffffff;
}
.c-towel__unique {
  position: relative;
}
.c-towel__unique::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  bottom: 110px;
  right: 0;
  background-size: cover;
}
.c-towel__unique:first-of-type::before {
  background-image: url(../img/zoom_01.png);
}
.c-towel__unique:nth-of-type(2)::before {
  background-image: url(../img/zoom_02.png);
}
.c-towel__unique::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 36px;
  bottom: 87px;
  right: 13px;
  background-size: cover;
  background-image: url(../img/zoom_txt.svg);
}
.c-towel__unique--en {
  position: relative;
}
.c-towel__unique--en::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  bottom: 140px;
  right: 0;
  background-size: cover;
}
.c-towel__unique--en:first-of-type::before {
  background-image: url(../img/zoom_01.png);
}
.c-towel__unique--en:nth-of-type(2)::before {
  background-image: url(../img/zoom_02.png);
}
.c-towel__desc {
  padding-top: 15px;
  display: grid;
  gap: 0.2rem 0;
}
.c-towel__desc--num {
  color: #9ab597;
  font-size: 14px;
}
.c-towel__desc--ttl {
  font-size: 18px;
}
@media (max-width: 768px) {
  .c-towel {
    margin-top: 45px;
  }
  .c-towel__list {
    gap: 0 10px;
    margin-top: 45px;
  }
  .c-towel__item {
    padding: 5px;
    width: 90px;
  }
  .c-towel__desc--ttl {
    font-size: 15px;
  }
  .c-towel__unique::before {
    width: 80px;
    height: 80px;
  }
  .c-towel__unique::after {
    width: 0;
  }
  .c-towel__unique--en::before {
    width: 80px;
    height: 80px;
  }
}

.c-button__area input {
  width: 180px;
  padding: 17px 0;
  color: #ffffff;
  background-color: #09502e;
  border-radius: 50px;
  transition: opacity 0.3s;
}
.c-button__area input:hover {
  opacity: 0.7;
}
.c-button__area a {
  width: 180px;
  padding: 17px 50px;
  color: #ffffff;
  background-color: #09502e;
  border-radius: 50px;
  transition: opacity 0.3s;
}
.c-button__area a:hover {
  opacity: 0.7;
}
.c-button__area .button__submit {
  cursor: pointer;
}

.p-top .p-mv__inner {
  display: flex;
  justify-content: center;
}
.p-top .p-mv__img {
  position: relative;
  max-width: 1000px;
}
.p-top .p-mv__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5%;
  left: 25px;
  background-image: url(../img/bg_top.png);
  z-index: -1;
  background-size: cover;
}
.p-top .p-news__cont {
  margin-top: 90px;
}
.p-top .p-news__inner {
  padding: 2.0833333333vw 5.7291666667vw;
  display: flex;
  background-color: #e4edea;
  justify-content: flex-start;
  align-items: center;
}
.p-top .p-news__ttl {
  padding-right: 5.7291666667vw;
  font-size: clamp(20px, 1.953125vw, 35px);
}
.p-top .p-news__index {
  display: grid;
  gap: 1rem 0;
  border-left: 2px #2e8a61 dashed;
}
.p-top .p-news__index--link {
  display: flex;
  color: #09502e;
}
.p-top .p-news__index--link.off {
  pointer-events: none;
}
.p-top .p-news__index--link:hover .p-news__index--ttl {
  text-decoration: underline;
}
.p-top .p-news__index--link:hover.off .p-news__index--ttl {
  text-decoration: none;
}
.p-top .p-news__index--date {
  padding-left: 5.7291666667vw;
  color: #2e8a61;
  letter-spacing: 0.06rem;
  font-size: clamp(14px, 1.3671875vw, 18px);
  white-space: nowrap;
}
.p-top .p-news__index--ttl {
  padding-left: 1.3020833333vw;
  font-size: clamp(14px, 1.3671875vw, 18px);
  text-align: left;
}
.p-top .p-product__cont {
  margin-top: 40px;
}
.p-top .p-product__list {
  padding: 3.125vw 4.1666666667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 910px;
  margin: 0 auto;
  gap: 4.6875vw;
}
.p-top .p-product__list--card {
  background-image: url("../img/hexagon.svg");
  background-size: cover;
  transition: 0.4s;
}
.p-top .p-product__list--card:hover .p-product__ttl {
  color: transparent;
}
.p-top .p-product__list--card:hover:nth-of-type(1) {
  background-image: url(../img/item01.svg);
}
.p-top .p-product__list--card:hover:nth-of-type(2) {
  background-image: url(../img/item02.svg);
}
.p-top .p-product__list--card:hover:nth-of-type(3) {
  background-image: url(../img/item03.svg);
}
.p-top .p-product__list--card:hover:nth-of-type(4) {
  background-image: url(../img/item04.svg);
}
.p-top .p-product__list--card:hover:nth-of-type(5) {
  background-image: url(../img/item05.svg);
}
.p-top .p-product__list--card:hover:nth-of-type(6) {
  background-image: url(../img/item06.svg);
}
.p-top .p-product__list--link {
  display: flex;
  width: 170px;
  height: 170px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
  text-align: left;
}
.p-top .p-goods__cont {
  margin-top: 60px;
}
.p-top .p-goods__list {
  display: flex;
  justify-content: center;
  gap: 0 70px;
}
.p-top .p-goods__list--item {
  max-width: 550px;
  position: relative;
}
.p-top .p-goods__list--item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2%;
  left: 10px;
  background-image: url(../img/bg_goods.svg);
  z-index: -1;
}
.p-top .p-link__list {
  display: flex;
  justify-content: center;
  gap: 0 14.5833333333vw;
  margin-top: 60px;
  padding-bottom: 95px;
}
.p-top .p-link__list--company a, .p-top .p-link__list--contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #09502e;
  font-size: clamp(20px, 1.953125vw, 22px);
  gap: 0 0.5208333333vw;
  width: 23.4375vw;
  height: 8.75vw;
  background-image: url(../img/bg_btn.png);
  background-size: cover;
}
.p-top .p-link__list--company a:hover, .p-top .p-link__list--contact a:hover {
  color: #ffffff;
  background-image: url(../img/bg_btn_green.png);
}
.p-top .p-link__list--company a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/icon_logo.svg);
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .p-link__list--company a:hover:before {
  background-image: url(../img/logo_white.svg);
}
.p-top .p-link__list--contact a::before {
  content: "";
  display: block;
  width: 38px;
  height: 50px;
  background-image: url(../img/icon_mail.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.p-top .p-link__list--contact a:hover:before {
  background-image: url(../img/icon_mail_white.svg);
}
@media (max-width: 768px) {
  .p-top .p-mv__cont {
    margin-top: 30px;
  }
  .p-top .p-mv__img::before {
    top: 7%;
    left: 12px;
  }
  .p-top .p-news__cont {
    margin-top: 60px;
  }
  .p-top .p-news__inner {
    flex-direction: column;
    padding: 20px 10px;
  }
  .p-top .p-news__ttl {
    padding-right: 0;
  }
  .p-top .p-news__index {
    gap: 0.5rem 0;
    border-left: none;
    margin-top: 10px;
  }
  .p-top .p-news__index--link {
    flex-direction: column;
  }
  .p-top .p-news__index--date {
    text-align: left;
    padding-left: 0;
  }
  .p-top .p-news__index--ttl {
    padding-left: 0;
  }
  .p-top .p-product__cont {
    margin-top: 60px;
  }
  .p-top .p-product__list {
    padding: 0;
    gap: 20px;
  }
  .p-top .p-product__list--link {
    width: 120px;
    height: 120px;
    font-size: 1.2rem;
    text-align: center;
  }
  .p-top .p-product__list--card {
    margin-left: 0;
  }
  .p-top .p-product__list--card:nth-of-type(odd) {
    margin-left: 0;
  }
  .p-top .p-goods__list {
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
  }
  .p-top .p-goods__list--item::before {
    top: 5%;
    left: 10px;
  }
  .p-top .p-link__list {
    flex-direction: column;
    gap: 20px 0;
    padding-bottom: 60px;
  }
  .p-top .p-link__list--company, .p-top .p-link__list--contact {
    margin: 0 auto;
  }
  .p-top .p-link__list--company a, .p-top .p-link__list--contact a {
    width: 230px;
    height: 60px;
    font-size: 18px;
  }
  .p-top .p-link__list--company a::before {
    width: 35px;
    height: 35px;
  }
  .p-top .p-link__list--contact a::before {
    width: 25px;
    height: 25px;
  }
}

.p-tenugui__desc:not(:first-of-type) {
  margin-top: 80px;
}
.p-tenugui__desc--txt {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-tenugui__desc--txt--sm {
  margin-top: 45px;
  font-size: 1.125rem;
  color: #4c4c4c;
}
.p-tenugui__desc span {
  margin-top: 48px;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-tenugui__desc--ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 36px;
  font-size: 2.25rem;
  font-weight: bold;
}
.p-tenugui__desc--ttl::before {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #09502e;
}
.p-tenugui__desc--ttl::after {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #09502e;
}
.p-tenugui__content {
  margin: 45px;
  display: flex;
  justify-content: center;
  gap: 0 50px;
}
@media (max-width: 768px) {
  .p-tenugui__desc--ttl {
    gap: 0 10px;
    font-size: 22px;
    white-space: nowrap;
  }
  .p-tenugui__desc--txt {
    font-size: 18px;
  }
  .p-tenugui__content {
    margin: 45px 0;
  }
  .p-tenugui__desc:not(:first-of-type) {
    margin-top: 60px;
  }
  .p-tenugui__desc span {
    font-size: 18px;
  }
}

.p-company__desc:not(:first-of-type) {
  margin-top: 80px;
}
.p-company__desc--txt {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-company__desc--txt--sm {
  margin-top: 45px;
  font-size: 1.125rem;
}
.p-company__desc span {
  margin-top: 48px;
  display: block;
}
.p-company__desc--ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 36px;
  font-size: 2.25rem;
  font-weight: bold;
}
.p-company__desc--ttl::before {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #09502e;
}
.p-company__desc--ttl::after {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #09502e;
}
.p-company__overview {
  margin: 90px auto 0;
  display: flex;
  justify-content: center;
  width: 650px;
  background-color: #ffffff;
}
.p-company__table--tr {
  display: flex;
  padding: 15px 0;
  border-bottom: solid 1px #09502e;
}
.p-company__table--tr:first-of-type {
  padding-top: 25px;
}
.p-company__table--tr:last-child {
  padding-bottom: 25px;
  border-bottom: none;
}
.p-company__table--th {
  width: 90px;
  text-align: right;
  font-weight: bold;
  font-family: serif;
}
.p-company__table--td {
  padding-left: 2rem;
  text-align: left;
  color: #333333;
  font-family: serif;
}
.p-company__map {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-company__desc--txt {
    font-size: 1.125rem;
  }
  .p-company__overview {
    width: 100%;
    margin-top: 60px;
  }
  .p-company__map {
    margin-top: 30px;
  }
  .p-company__map iframe {
    width: 100%;
  }
  .p-company__table {
    font-size: 0.875rem;
  }
  .p-company__table--tr {
    padding: 10px 0;
  }
  .p-company__table--th {
    width: 80px;
  }
  .p-company__table--td {
    padding-left: 1.5rem;
    color: #333333;
  }
}

.p-contact__desc--area {
  width: 33.3333333333vw;
  margin: 0 auto;
  text-align: left;
}
.p-contact__desc--txt span {
  color: #ff0000;
}
.p-contact__form {
  margin: 60px auto 0;
  width: 33.3333333333vw;
  display: grid;
  gap: 25px 0;
}
.p-contact__item {
  text-align: left;
}
.p-contact__item span {
  color: #ff0000;
}
.p-contact__item--input input {
  padding: 13.5px 20px;
  width: 100%;
  border-radius: 5px;
  border-color: #09502e;
}
.p-contact__item--input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.p-contact__item--input input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.p-contact__item--textarea textarea {
  padding: 13.5px 20px;
  width: 100%;
  border-radius: 5px;
  border: #09502e 2px solid;
}
.p-contact__item--textarea textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.p-contact__item--textarea textarea::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.p-contact__elemen {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 30px 0;
}
.p-contact__elemen--wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.p-contact__elemen input[type=file] {
  display: none;
}
.p-contact__elemen--item label {
  width: 16.6666666667vw;
  padding: 10px 40px;
  color: #09502e;
  background-color: #ffffff;
  border-radius: 5px;
  border: #09502e 2px solid;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.p-contact .clear {
  display: none;
}
.p-contact button.button__clear {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1.5px solid #09502e;
  color: #09502e;
  background-color: #eeeeee;
}
@media screen and (max-width: 768px) {
  .p-contact__desc--area {
    width: auto;
  }
  .p-contact__form {
    width: auto;
    gap: 15px 0;
  }
  .p-contact__elemen--wrap {
    flex-direction: column;
  }
  .p-contact__elemen {
    gap: 20px 0;
  }
}

.p-thanks__desc--txt {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-thanks__desc--detail {
  margin: 45px 0;
  font-size: 1rem;
  font-weight: bold;
}
.p-thanks__desc span {
  margin-top: 48px;
  display: block;
}

.p-info__desc span {
  margin-top: 48px;
  display: block;
}
.p-info__desc--txt {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-info__desc--txt--sm {
  margin-top: 45px;
  font-size: 1.125rem;
}
.p-info__desc--ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 36px;
  font-size: 2.25rem;
  font-weight: bold;
}
.p-info__desc--ttl::before {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #09502e;
}
.p-info__desc--ttl::after {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #09502e;
}
.p-info__cont {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  font-size: 1.1rem;
}

.p-towel__desc:not(:first-of-type) {
  margin-top: 80px;
}
.p-towel__desc--txt {
  font-size: 1.5rem;
  font-weight: bold;
}
.p-towel__desc--txt--sm {
  margin-top: 45px;
  font-size: 1.125rem;
  color: #4c4c4c;
}
.p-towel__desc span {
  margin-top: 48px;
  display: block;
}
.p-towel__desc--ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 36px;
  font-size: 2.25rem;
  font-weight: bold;
}
.p-towel__desc--ttl::before {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #09502e;
}
.p-towel__desc--ttl::after {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #09502e;
}
.p-towel__content {
  margin: 45px;
  display: flex;
  justify-content: center;
  gap: 0 50px;
}
@media screen and (max-width: 768px) {
  .p-towel__desc:not(:first-of-type) {
    margin-top: 60px;
  }
  .p-towel__desc--txt {
    font-size: 18px;
  }
  .p-towel__desc--ttl {
    font-size: 22px;
  }
}
/*# sourceMappingURL=style.css.map */