@charset "UTF-8";
/*--------------------------------------------------------*/
/* _foundation-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _reset*/
/*--------------------------------------------------------*/
/*html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.comTwitter: @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%;
  font: inherit;
  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;
}

/*--------------------------------------------------------*/
/* _global-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _font*/
/*--------------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: normal;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: bold;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP.woff") format("woff");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  src: url("../fonts/NotoSerifJP.woff") format("woff");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------*/
/*! _color*/
/*--------------------------------------------------------*/
:root {
  --c_green: #324C3E;
  --c_brown: #d7a98c;
  --c_yellow: #fff1cf;
  --c_pink: #fdeff2;
  --c_blue: #dff2fc;
  --txt_black: #333333;
  --c_white: #fff;
  --txt_white: var(--c_white);
  --bg_base: #F7F7F7;
  --bg_body: var(--c_white);
  --bg_footer: var(--grd_purple);
  --grd_purple: linear-gradient(to right, #bbbcde, #eaf4fc,#fdeff2);
}

/*--------------------------------------------------------*/
/* _mixin
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _variable*/
/*--------------------------------------------------------*/
:root {
  --hover_transition: 0.3s;
  --hover_opacity: 0.6;
}

/*--------------------------------------------------------*/
/*! _base*/
/*--------------------------------------------------------*/
:root {
  --fz: min(0.133vw, calc((21.845/16)/16 * 1rem));
  --val: min(0.133vw, 1.365px);
}
@media screen and (min-width: 1024px) {
  :root {
    --fz: min(0.052vw, calc((16/16)/16 * 1rem));
    --val: min(0.052vw, 1px);
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
  letter-spacing: 0em;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  background-color: var(--bg_base);
  font-family: "NotoSerifJP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: var(--txt_black);
  text-spacing-trim: space-all;
  overflow-y: scroll;
  line-height: 1.5;
}

ul,
ol {
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
@media (any-hover: none) {
  a:active {
    text-decoration: none;
  }
}

span {
  display: inline-block;
  letter-spacing: inherit;
}

picture {
  display: block;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  font: initial;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
  font: inherit;
}

textarea {
  display: block;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  resize: none;
}

select {
  font: inherit;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
}

.p-404 {
  padding: 50px 0;
}
@media screen and (min-width: 1024px) {
  .p-404 {
    padding: 200px 0;
  }
}

/*--------------------------------------------------------*/
/* _layout-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _header*/
/*--------------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: color 0.25s ease, fill 0.25s ease;
}
.l-header.is-dark .l-header__nav a,
.l-header.is-dark .l-header__nav li,
.l-header.is-dark .l-header__logo,
.l-header.is-dark .l-header__nav svg {
  color: #fff;
  fill: #fff;
}
.l-header.is-light .l-header__nav a,
.l-header.is-light .l-header__nav li,
.l-header.is-light .l-header__logo,
.l-header.is-light .l-header__nav svg {
  color: #000;
  fill: #000;
}
.l-header__flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-header__flex {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.l-header__logo {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    width: calc(var(--val) * 700);
  }
}
.l-header__nav ul {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  .l-header__nav ul {
    padding: 0 50px;
    gap: 30px;
    justify-content: unset;
  }
}
.l-header__nav ul li {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .l-header__nav ul li {
    font-size: 20px;
  }
}

/*--------------------------------------------------------*/
/*! _main*/
/*--------------------------------------------------------*/
.l-main {
  padding-top: 86px;
}
.l-main-kasou {
  padding-top: 0;
}

.l-section__inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (min-width: 1024px) {
  .l-section__inner {
    padding: 100px 0;
  }
}
.l-section h2 {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 5px;
  border-bottom: 1px solid;
  width: fit-content;
  margin: 0 auto 50px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.more-btn {
  width: 80%;
  max-width: 319px;
  height: 42px;
  border: 1px solid var(--c_green);
  border-radius: 2px;
  margin: 0 auto;
}
.more-btn a {
  color: var(--c_green);
  background-color: var(--c_white);
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.8s;
}
.more-btn a img {
  width: 32px;
  height: 7px;
  object-fit: contain;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .more-btn a:hover {
    box-shadow: 0 0 10px rgba(50, 76, 62, 0.3);
  }
  .more-btn a:hover img {
    transform: translateX(10px);
  }
}

.l-mainv__kasou {
  height: 300px;
  background: url(../img/kasou/mainv-products.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .l-mainv__kasou {
    height: 450px;
  }
}
.l-mainv__kasou h2 {
  font-size: 20px;
  margin-top: 45px;
  font-weight: bold;
  color: var(--c_white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .l-mainv__kasou h2 {
    font-size: 32px;
    margin-top: 0;
  }
}
.l-mainv__kasou.mainv_contact, .l-mainv__kasou.mainv_privacy-policy {
  background: url(../img/kasou/mainv-contact.jpg) no-repeat center;
  background-size: cover;
}
.l-mainv__kasou.mainv_news {
  background: url(../img/kasou/mainv-contact.jpg) no-repeat center;
  background-size: cover;
}
.l-mainv__kasou.mainv_company {
  background: url(../img/kasou/mainv-company.jpg) no-repeat center;
  background-size: cover;
}

/*--------------------------------------------------------*/
/*! _footer*/
/*--------------------------------------------------------*/
.l-footer {
  padding: calc(var(--val) * 30) 0 calc(var(--val) * 45);
  background: #000;
  color: var(--txt_black);
  box-shadow: inset 0 5px 10px 0px rgb(50, 76, 62);
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding: calc(var(--val) * 45) 0 calc(var(--val) * 10);
  }
}
.l-footer__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    max-width: 1024px;
  }
}
.l-footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .l-footer__container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.l-footer__logo {
  width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    margin: 0;
  }
}
.l-footer__nav ul {
  display: flex;
  gap: 20px;
  color: var(--c_white);
}
.l-footer__nav ul li {
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav ul li {
    font-size: 16px;
  }
}
.l-footer__copy-right {
  margin-top: calc(var(--val) * 40);
  font-size: calc(var(--fz) * 20);
  text-align: center;
  color: var(--c_white);
}
@media screen and (min-width: 1024px) {
  .l-footer__copy-right {
    margin-top: calc(var(--val) * 30);
    font-size: 10px;
  }
}

/*--------------------------------------------------------*/
/* _project-index
/*--------------------------------------------------------*/
/*!--------------------------------------------------------*/
/*! _top*/
/*!--------------------------------------------------------*/
.p-products h3 {
  width: fit-content;
  margin: 0 auto 50px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}
.p-products__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .p-products__list {
    flex-direction: row;
    margin-bottom: 100px;
    flex-wrap: wrap;
  }
}
.p-products__item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-products__item {
    width: calc((100% - 60px) / 3);
  }
}
.p-products__item-img {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  margin-bottom: 20px;
}
.p-products__item-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-products__item-text h4 {
  font-size: 18px;
  font-weight: bold;
}
.p-products__item-text p {
  font-size: 14px;
  font-weight: bold;
}
.p-products__item a {
  width: 187px;
  height: 35px;
  font-size: 16px;
  font-weight: bold;
  color: var(--c_white);
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  transition: 0.5s;
  margin: 15px auto 0;
  border-radius: 2px;
}
@media screen and (min-width: 1024px) {
  .p-products__item a:hover {
    background-color: var(--c_white);
    color: #000;
  }
}
.p-products__archive {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .p-products__archive {
    margin-bottom: 100px;
  }
}

.p-company {
  box-shadow: 0 5px 10px rgba(50, 76, 62, 0.25) inset;
}
.p-company__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .p-company__info {
    flex-direction: row;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-company__image {
    width: 40%;
    max-width: 350px;
  }
}
.p-company__text {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 1024px) {
  .p-company__text {
    width: 60%;
  }
}
.p-company__name {
  font-size: 24px;
  font-weight: bold;
}
.p-company__ex {
  font-size: 14px;
}

.p-news__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .p-news__flex {
    flex-direction: row;
  }
}
.p-news__left {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-news__left {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .p-news__right {
    width: 60%;
  }
}
.p-news__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.p-news time {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.p-news__title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .p-news__title {
    font-size: 18px;
  }
}

.p-contact {
  background: var(--c_green);
  color: var(--c_white);
}
.p-contact__read {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .p-contact__read {
    font-size: 20px;
  }
}
.p-contact h2 {
  margin-bottom: 30px;
}

.p-form {
  max-width: 850px;
  margin: 0 auto;
}
.p-form__item {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media screen and (min-width: 1024px) {
  .p-form__item {
    flex-direction: row;
    gap: 20px;
  }
}
.p-form__label {
  display: flex;
  align-items: baseline;
  font-weight: 600;
  margin-bottom: 0.5rem;
  width: 100%;
  min-width: 240px;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .p-form__label {
    font-size: 20px;
    width: 30%;
    justify-content: space-between;
  }
}
.p-form__required {
  display: inline-block;
  background: #f27100;
  color: #fff;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 3px;
  margin-left: 4px;
}
@media screen and (min-width: 1024px) {
  .p-form__required {
    font-size: 18px;
  }
}
.p-form .wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-form .wpcf7-form-control-wrap {
    width: calc(70% - 20px);
  }
}
.p-form__item--acceptance {
  justify-content: center;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .p-form__item--acceptance {
    font-size: 20px;
  }
}
.p-form__item--acceptance .wpcf7-form-control-wrap {
  width: unset;
}
.p-form__item--acceptance a {
  border-bottom: 1px solid var(--c_green);
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .p-form__item--acceptance a:hover {
    opacity: 0.7;
  }
}
.p-form__item__checkbox {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.p-form__input, .p-form__select, .p-form__textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.3s;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .p-form__input, .p-form__select, .p-form__textarea {
    font-size: 20px;
  }
}
.p-form__input:focus, .p-form__select:focus, .p-form__textarea:focus {
  border-color: #000;
  outline: none;
}
.p-form__textarea {
  height: 180px;
  resize: vertical;
}
.p-form__checkbox-group {
  display: flex;
  gap: 30px;
  align-items: center;
  width: calc(70% - 20px);
}
.p-form__checkbox-group label {
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.p-form .wpcf7-list-item {
  margin: 0;
}
.p-form .wpcf7-list-item input {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.p-form .wpcf7-list-item.first label {
  display: flex;
}
.p-form__checkbox {
  display: flex;
  gap: 30px;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .p-form__checkbox {
    font-size: 20px;
  }
}
.p-form__submit {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.p-form__submit-btn {
  padding: 1rem 3rem;
  background: #000;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
  width: 240px;
  margin: 0 auto;
}
.p-form__submit-btn:hover {
  background: #333;
}

.p-products .tab-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .p-products .tab-menu {
    gap: 50px;
  }
}
.p-products .tab-menu li {
  width: 50%;
  max-width: 150px;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .p-products .tab-menu li {
    width: 50%;
    max-width: 240px;
    height: 60px;
  }
}
.p-products .tab-menu li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c_green);
  font-weight: bold;
  border-bottom: 2px solid;
  letter-spacing: 0.1em;
  transition: 0.8s;
}
.p-products .tab-menu li a:hover {
  background-color: rgba(50, 76, 62, 0.1);
}
.p-products .tab-menu li.active a {
  background-color: var(--c_green);
  color: var(--c_white);
}

.c-pagination-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.c-pagination-list .page-numbers {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  background: var(--c_white);
  color: var(--c_green);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.c-pagination-list .page-numbers.current {
  background-color: var(--c_green);
  color: var(--c_white);
}

.p-company__read-top {
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .p-company__read-top {
    margin-bottom: 50px;
  }
}
.p-company__image.center {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .p-company__image.center {
    margin-bottom: 50px;
  }
}
.p-company__read-naka {
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .p-company__read-naka {
    margin-bottom: 50px;
  }
}
.p-company__ceo {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-company__ceo {
    text-align: left;
  }
}
.p-company__ceo img {
  width: 250px;
  height: 250px;
  background: #999;
  object-fit: cover;
  margin-bottom: 15px;
}
.p-company-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  max-width: 800px;
  margin: 0 auto;
}
.p-company-table th,
.p-company-table td {
  border-bottom: 1px solid #d9d9d9;
  padding: 16px;
  text-align: left;
}
.p-company-table th {
  width: 100%;
  background-color: var(--c_green);
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-company-table th {
    width: 25%;
    display: inline-block;
  }
}
.p-company-table td {
  width: 100%;
  display: block;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-company-table td {
    width: 75%;
    display: inline-block;
  }
}
.p-company-table tr:last-child th,
.p-company-table tr:last-child td {
  border-bottom: none;
}

.p-single {
  padding-top: 100px;
}

.p-single__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-top: 60px;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  text-transform: uppercase;
}
.p-single__nav a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}
.p-single__nav a:hover {
  color: #555;
}
.p-single__nav .p-single__all a {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.p-single__nav .p-single__all a:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(1px);
}

.p-privacy p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-privacy p {
    font-size: 18px;
  }
}
.p-privacy h3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .p-privacy h3 {
    font-size: 24px;
    margin-top: 30px;
  }
}
.p-privacy ul {
  font-weight: bold;
}
.p-privacy ul li::before {
  content: "・";
}
.p-privacy__read {
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .p-privacy__read {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
