@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* bodyの基本サイズを設定 */
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.8125;
}

.f-plus {
  font-family: "M PLUS 1p", sans-serif;
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  overflow-x: hidden;
}

body {
  background-size: contain;
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: center 29vw;
  /* 印刷禁止 */
}
@media screen and (max-width: 959px) {
  body {
    background-repeat: repeat;
  }
}
@media screen and (max-width: 519px) {
  body {
    background-size: contain;
    background-repeat: repeat;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

button:hover {
  opacity: 0.8;
}

img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
  /* PCの右クリック禁止 */
  /* SPの長押し禁止 */
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}
@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}
@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

/* layout
------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

/*　上に上がる動き　*/
.l-header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*　下に下がる動き　*/
.l-header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-inner {
  margin: 0 auto;
  max-width: 120rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1240px) {
  .l-inner {
    padding: 0 2rem;
  }
}
.l-inner--1030 {
  max-width: 1030px;
}

@media screen and (max-width: 519px) {
  .l-inner--page-header {
    padding: 0;
  }
}

.l-main {
  margin-top: 12.3rem;
}
@media screen and (max-width: 959px) {
  .l-main {
    margin-top: 18.2vw;
  }
}
@media screen and (max-width: 519px) {
  .l-main {
    margin-top: 5.6rem;
  }
}

.l-footer {
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .l-footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 519px) {
  .l-footer {
    margin-top: 3rem;
  }
}

/* component
------------------------------------------------ */
.c-header {
  width: 100%;
  padding: 5rem 0 1.1rem;
  background-color: rgba(23, 42, 136, 0.65);
}
@media screen and (max-width: 959px) {
  .c-header {
    padding: 1.7rem 0;
  }
}
@media screen and (max-width: 519px) {
  .c-header {
    padding: 0;
    height: 5.6rem;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.c-header--page {
  padding: 2rem 0 0;
  background-color: white;
  border-bottom: solid 1px #b5b5b6;
}
@media screen and (max-width: 519px) {
  .c-header--page {
    padding: 0;
  }
}

.c-header__container--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 959px) {
  .c-header__container--page {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 519px) {
  .c-header__container--page {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (max-width: 959px) {
  .c-header__logo {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-header__logo {
    font-size: 4.2vw;
  }
}
.c-header__logo span {
  padding-left: 1rem;
  font-size: 1.38em;
}
@media screen and (max-width: 959px) {
  .c-header__logo span {
    padding-left: 0.5rem;
  }
}
.c-header__logo img {
  margin-right: 0.5rem;
  width: 4.6rem;
}
@media screen and (max-width: 959px) {
  .c-header__logo img {
    width: 4.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-header__logo img {
    margin-right: 0.3rem;
    width: 6vw;
  }
}

.c-header__logo--page {
  color: #000;
  font-size: clamp(1.4rem, 1.5vw, 2.1rem);
}
@media screen and (max-width: 959px) {
  .c-header__logo--page {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 519px) {
  .c-header__logo--page {
    font-size: 4.2vw;
  }
}

.c-header__hamburger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  aspect-ratio: 1;
  width: 5.6rem;
  height: auto;
  cursor: pointer;
  background-color: #006647;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 519px) {
  .c-header__hamburger {
    display: block;
  }
}

.c-header__hamburger-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.c-header__hamburger-border--top {
  top: calc(50% - 7.5px);
}

.c-header__hamburger-border--bottom {
  top: calc(50% + 7.5px);
}

.c-header__hamburger--open .c-header__hamburger-border--top {
  top: calc(50% - 7.5px + 7.5px);
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
}
.c-header__hamburger--open .c-header__hamburger-border--middle {
  opacity: 0;
}
.c-header__hamburger--open .c-header__hamburger-border--bottom {
  top: calc(50% + 7.5px - 7.5px);
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

.c-header__insta-sp {
  display: none;
  position: absolute;
  top: 7rem;
  right: 1.6rem;
  width: 2.4rem;
}
@media screen and (max-width: 519px) {
  .c-header__insta-sp {
    display: block;
  }
}

.c-header__drawer-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  background-color: transparent;
  opacity: 0.5;
  z-index: 40;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.c-header__drawer-modal--open {
  display: block;
}

.c-header__drawer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  padding: 2.4rem;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  color: white;
  background-color: #006647;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.c-header__drawer::-webkit-scrollbar {
  width: 0.5rem;
}
.c-header__drawer::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-header__drawer::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.c-header__drawer--open {
  opacity: 1;
  visibility: visible;
}

.c-header__drawer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.2vw;
  font-weight: bold;
  letter-spacing: 0px;
}
.c-header__drawer-logo span {
  padding-left: 0.5rem;
  font-size: 1.38em;
}
.c-header__drawer-logo img {
  margin-right: 0.3rem;
  width: 6vw;
}

.c-header__drawer-menus {
  padding-top: 2rem;
  padding-left: 4.5rem;
}

.c-header__drawer-menu {
  display: block;
  margin-top: 2.2rem;
  font-size: 5.5vw;
  font-weight: 500;
  line-height: 1;
}
.c-header__drawer-menu small {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.7;
}

.c-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: solid 1px #b5b5b6;
}
@media screen and (max-width: 519px) {
  .c-global {
    display: none;
  }
}

.c-global--page {
  width: auto;
  border: none;
}

.c-global__menu {
  aspect-ratio: 15/12;
  width: 15rem;
  height: auto;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: solid 5px white;
}
@media screen and (max-width: 1124px) {
  .c-global__menu {
    width: 20%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .c-global__menu {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.c-global__menu:hover {
  opacity: 1;
  border-bottom: solid 5px #006647;
}

.c-global__menu--page {
  width: 9.5vw;
  max-width: 12.8rem;
}
@media screen and (max-width: 959px) {
  .c-global__menu--page {
    width: 14vw;
  }
}

.c-global__menu--contact {
  margin-left: 3.5%;
  aspect-ratio: auto;
  width: 21.5rem;
  height: auto;
  border: none;
}
@media screen and (max-width: 1124px) {
  .c-global__menu--contact {
    margin: 0 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-global__menu--contact {
    margin: 0;
    width: 20%;
  }
}
.c-global__menu--contact img {
  width: 100%;
}
.c-global__menu--contact .green {
  display: none;
}
.c-global__menu--contact:hover {
  border: none;
}
.c-global__menu--contact:hover .white {
  display: none;
}
.c-global__menu--contact:hover .green {
  display: block;
}

.c-global__menu--contact-page {
  margin-left: 6rem;
}
@media screen and (max-width: 1065px) {
  .c-global__menu--contact-page {
    margin-left: 4vw;
    width: 19rem;
  }
}
@media screen and (max-width: 959px) {
  .c-global__menu--contact-page {
    margin-left: 3vw;
    width: 22vw;
  }
}

.c-head01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
.c-head01 h1, .c-head01 h2 {
  font-size: clamp(1.9em, 3.215vw, 4.5rem);
  font-weight: bold;
  letter-spacing: 0;
}
.c-head01 small {
  display: block;
  position: relative;
  font-size: 1em;
  font-weight: bold;
  text-align: right;
}
.c-head01 small::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 0.2rem;
  background-color: black;
}
.c-head01 small span {
  position: relative;
  z-index: 1;
  padding-left: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .c-head01 small span {
    padding-left: 0.8rem;
  }
}

.c-btn {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.c-btn::after {
  content: "";
  display: inline-block;
  margin: 0 0 0.5rem 1.6rem;
  aspect-ratio: 1;
  width: 7.2vw;
  max-width: 10rem;
  height: auto;
  vertical-align: middle;
  background-image: url(../images/common/btn_green.png);
  background-size: contain;
}
@media screen and (max-width: 519px) {
  .c-btn::after {
    margin: 0 0 0.5rem 1rem;
    width: 14vw;
  }
}

.c-btn--yellow::after {
  background-image: url(../images/common/btn_yellow.png);
}

.c-footer {
  padding: 14.5rem 0 3rem;
}
@media screen and (max-width: 519px) {
  .c-footer {
    padding: 8rem 0 3rem;
  }
}

.c-footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (max-width: 959px) {
  .c-footer__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__title {
    font-size: 4.6vw;
  }
}
.c-footer__title span {
  padding-left: 1rem;
  font-size: 1.38em;
}
.c-footer__title img {
  margin-right: 0.5rem;
  width: 4.6rem;
}
@media screen and (max-width: 959px) {
  .c-footer__title img {
    width: 4.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__title img {
    margin-right: 0.3rem;
    width: 6vw;
  }
}

.c-footer__address {
  margin-top: 0.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .c-footer__address {
    margin-top: 1.5rem;
    width: 100%;
    text-align: center;
  }
}
.c-footer__tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.5rem;
  -webkit-transform: translateY(-1.3rem);
          transform: translateY(-1.3rem);
}
@media screen and (max-width: 959px) {
  .c-footer__tels {
    margin-top: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 519px) {
  .c-footer__tels {
    gap: 2rem;
  }
}

.c-footer__tel {
  width: min(34rem, 25vw);
}
@media screen and (max-width: 959px) {
  .c-footer__tel {
    width: 35vw;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__tel {
    width: 50vw;
  }
}

.c-footer__fax {
  width: min(20.5rem, 14.7vw);
}
@media screen and (max-width: 959px) {
  .c-footer__fax {
    width: 25vw;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__fax {
    width: 30vw;
  }
}

.c-footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.7rem;
}
@media screen and (max-width: 959px) {
  .c-footer__menus {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__menus {
    margin-top: 1.5rem;
  }
}

.c-footer__menu {
  padding: 0 3rem;
  line-height: 1;
  letter-spacing: 0.2em;
  border-left: solid 1px black;
}
@media screen and (max-width: 959px) {
  .c-footer__menu {
    padding: 0 2vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .c-footer__menu {
    margin: 1.5rem 0 0;
    width: 50%;
    text-align: center;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  .c-footer__menu:nth-child(2n) {
    border-right: solid 1px black;
  }
}
.c-footer__menu:last-child {
  border-right: solid 1px black;
}

.c-copyright {
  padding: 1.7rem 1rem;
  font-size: 1.3rem;
  text-align: center;
  color: white;
  letter-spacing: 0.1em;
  background-color: #006647;
}
@media screen and (max-width: 959px) {
  .c-copyright {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 519px) {
  .c-copyright {
    letter-spacing: 0;
  }
}

.c-page-header {
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (max-width: 519px) {
  .c-page-header {
    padding-bottom: 4rem;
  }
}

.c-page-header--contact {
  padding-top: 4rem;
}
@media screen and (max-width: 519px) {
  .c-page-header--contact {
    padding-top: 3.5rem;
  }
}

.c-page-header__head {
  position: absolute;
  bottom: 9.6rem;
  left: calc(50vw - 60rem + 8rem);
}
@media screen and (max-width: 1200px) {
  .c-page-header__head {
    left: 7vw;
  }
}
@media screen and (max-width: 519px) {
  .c-page-header__head {
    bottom: 4rem;
    left: 0;
    padding: 0.2rem 2rem 0;
    background-color: #fff;
  }
}

.c-page-header__head--contact {
  position: initial;
}

.c-page-header__title {
  color: #006647;
  font-size: clamp(2.05em, 3.215vw, 4.5rem) !important;
}
@media screen and (max-width: 519px) {
  .c-page-header__title {
    font-size: clamp(1.9em, 3.215vw, 4.5rem) !important;
  }
}

.c-page-header__img {
  display: block;
  margin: 0 0 0 auto;
  width: min(80rem, 58vw);
}
@media screen and (max-width: 519px) {
  .c-page-header__img {
    width: 100%;
  }
}

.c-point {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
}
.c-point::before {
  content: "●";
  margin-right: 0.3rem;
  color: #6ea924;
  font-size: 0.9em;
}

.c-point--yellow::before {
  color: #e1d737;
}

.c-contact__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  padding: 2.5rem 0;
  border-top: dashed 2px #898989;
}
@media screen and (max-width: 519px) {
  .c-contact__message {
    display: block;
    border-width: 1px;
  }
}
.c-contact__message span {
  width: 100%;
  max-width: 45.4rem;
}
.c-contact__message a {
  width: 100%;
  max-width: 33rem;
}
@media screen and (max-width: 959px) {
  .c-contact__message a {
    width: 40%;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__message a {
    display: block;
    margin-top: 2rem;
    width: 65%;
  }
}

.c-contact__require span {
  color: #e60012;
}

.c-contact__form {
  margin: -14rem auto 0;
  padding-top: 14.5rem;
}
@media screen and (max-width: 959px) {
  .c-contact__form {
    margin: -18rem auto 0;
    padding-top: 18.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__form {
    margin: -10rem auto 0;
    padding-top: 10.5rem;
  }
}

.c-contact__input {
  display: block;
}

.c-contact__confirm {
  display: none;
}

.c-contact__table {
  width: 100%;
  border-collapse: collapse;
}
.c-contact__table th, .c-contact__table td {
  font-weight: 400;
  border-top: dashed 2px #666;
  border-bottom: dashed 2px #666;
}
@media screen and (max-width: 519px) {
  .c-contact__table th, .c-contact__table td {
    display: block;
    border-width: 1px;
  }
}
.c-contact__table th {
  padding: 4.5rem 0;
  width: 22%;
  max-width: 100%;
}
@media screen and (max-width: 519px) {
  .c-contact__table th {
    padding: 3rem 0 1rem;
    width: 100%;
    border-bottom: none;
  }
}
.c-contact__table th span {
  color: #e60012;
}
.c-contact__table td {
  padding: 4.5rem 0;
  width: 78%;
  max-width: 100%;
}
@media screen and (max-width: 519px) {
  .c-contact__table td {
    padding: 0 0 3rem;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__table tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
  }
}
.c-contact__table input[type=text],
.c-contact__table input[type=email],
.c-contact__table input[type=tel],
.c-contact__table textarea,
.c-contact__table select {
  padding: 0.8rem 1rem;
  max-width: 100%;
  max-height: 18rem;
  background-color: #fff;
  border: solid 0.5px #898989;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 519px) {
  .c-contact__table input[type=text],
  .c-contact__table input[type=email],
  .c-contact__table input[type=tel],
  .c-contact__table textarea,
  .c-contact__table select {
    width: 100%;
  }
}
.c-contact__table input[type=text]:focus,
.c-contact__table input[type=email]:focus,
.c-contact__table input[type=tel]:focus,
.c-contact__table textarea:focus,
.c-contact__table select:focus {
  border-width: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.c-contact__table select {
  padding-right: 3.5rem;
  background-image: url(../images/icon_selectbox.png);
  background-size: 15px 6px;
  background-position: 91% 50%;
}
@media screen and (max-width: 519px) {
  .c-contact__table select {
    padding-right: 3rem;
    background-size: 13px 5px;
  }
}
.c-contact__table input[name=your-mail1],
.c-contact__table input[name=your-mail2],
.c-contact__table textarea[name=your-message] {
  width: 100%;
}
.c-contact__table .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin-right: 2rem;
}
.c-contact__table .wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: none;
}
.c-contact__table .wpcf7-radio .wpcf7-list-item input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
.c-contact__table .wpcf7-radio .wpcf7-list-item input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #898989;
  border-radius: 50%;
}
.c-contact__table .wpcf7-radio .wpcf7-list-item input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  padding: 2px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #006647;
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 0;
}
.c-contact__table .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + span::after {
  opacity: 1;
}
.c-contact__table .wpcf7-list-item {
  display: block;
}
.c-contact__table .wpcf7-list-item input[type=checkbox] {
  display: none;
}
.c-contact__table .wpcf7-list-item input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2rem;
  cursor: pointer;
}
.c-contact__table .wpcf7-list-item input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border: 2px solid #006647;
  border-radius: 2px;
}
.c-contact__table .wpcf7-list-item input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: 0.6em;
  border-bottom: 3px solid #006647;
  border-left: 3px solid #006647;
  margin-top: -0.2em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.c-contact__table .wpcf7-list-item input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.c-contact__table .wpcf7-not-valid-tip {
  display: block;
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
}

.c-contact__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  max-width: 75rem;
}
@media screen and (max-width: 959px) {
  .c-contact__name {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__name {
    gap: 1rem;
  }
}

.c-contact__sei,
.c-contact__mei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: calc(50% - 2rem);
}
@media screen and (max-width: 519px) {
  .c-contact__sei,
  .c-contact__mei {
    width: 100%;
  }
}
.c-contact__sei .wpcf7-form-control-wrap,
.c-contact__mei .wpcf7-form-control-wrap {
  width: calc(100% - 5rem);
}

.c-contact__birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-contact__birth input[type=text] {
  max-width: 10rem;
}
@media screen and (max-width: 519px) {
  .c-contact__birth input[type=text] {
    max-width: 5rem;
  }
}

.wpcf7-acceptance {
  display: block;
  position: relative;
  margin: 4rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 519px) {
  .wpcf7-acceptance {
    margin-top: 3rem;
  }
}
.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 2rem;
  height: 100%;
  opacity: 0; /* デフォルトのチェックボックスを見えなくする */
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 0.2rem;
  aspect-ratio: 1;
  width: 1.8rem;
  height: auto;
  background-color: #fff;
  border: 1px solid #333;
  vertical-align: middle;
  cursor: pointer;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  content: "";
  position: absolute;
  top: 50%;
  left: 1%;
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
          transform: translate(0%, -50%) rotate(-45deg);
  width: 1.3rem;
  height: 0.5rem;
  border-left: solid 2px #1d2088;
  border-bottom: solid 2px #1d2088;
}
.wpcf7-acceptance a {
  color: #006647;
  text-decoration: underline;
}

.c-contact__confirm-btn,
input[type=submit] {
  display: block;
  margin: 5rem auto 0;
  padding: 1.7rem 1rem;
  width: 30rem;
  text-align: center;
  color: white;
  background-color: #006647;
}
@media screen and (max-width: 519px) {
  .c-contact__confirm-btn,
  input[type=submit] {
    margin-top: 5rem;
  }
}
.c-contact__confirm-btn:hover,
input[type=submit]:hover {
  opacity: 0.8;
}

.c-contact__btn {
  text-align: center;
}

.c-contact__value {
  padding: 1rem 0;
}
@media screen and (max-width: 519px) {
  .c-contact__value {
    padding: 0.5rem 0;
  }
}

.c-contact__back {
  margin: 0 auto;
  display: block;
  width: 12rem;
  padding: 1rem;
  text-align: center;
  font-size: 0.9em;
  color: white;
  background-color: #7e7e7e;
}
.c-contact__back:hover {
  opacity: 0.8;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-spinner {
  margin-top: 1rem;
}

.wpcf7-response-output {
  border: none;
}

.wpcf7-form-control-wrap.recaptcha {
  display: block;
  margin: 5rem auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.c-contact__thanks {
  margin: 6rem auto 20rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .c-contact__thanks {
    padding: 5rem auto 14rem;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__thanks {
    margin: 4rem auto 11rem;
    letter-spacing: 0;
  }
}

.c-list {
  width: 100%;
}

.c-list__article {
  border-top: solid 1px #666;
}
.c-list__article:last-child {
  border-bottom: solid 1px #666;
}
.c-list__article a {
  display: block;
  position: relative;
  padding: 2.85rem 3rem 2.85rem 0;
}
@media screen and (max-width: 519px) {
  .c-list__article a {
    padding: 2rem 2.5rem 2rem 0;
  }
}
.c-list__article a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 12/9;
  width: 1.6rem;
  height: auto;
  background-image: url(../images/arrow_blue.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .c-list__article a::after {
    right: 1rem;
  }
}
@media screen and (max-width: 519px) {
  .c-list__article a::after {
    right: 0.5rem;
  }
}

.c-list__title {
  font-size: 1em;
  font-weight: inherit;
}

.c-pagination {
  margin: 3rem 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 519px) {
  .c-pagination {
    gap: 0.5rem;
    margin-top: 2rem;
  }
}
.c-pagination .page-numbers {
  padding: 0.2rem 1.3rem;
}
.c-pagination .page-numbers:hover {
  font-weight: bold;
}
.c-pagination .page-numbers.current {
  text-decoration: underline;
  pointer-events: none;
}

.c-kiji__date {
  display: block;
  margin-top: 4rem;
}
@media screen and (max-width: 519px) {
  .c-kiji__date {
    margin-top: 3rem;
  }
}

.c-kiji__title {
  margin-top: 0.5rem;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-kiji__title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .c-kiji__title {
    font-size: 6vw;
  }
}

.c-kiji__content {
  margin-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: solid 1px #b5b5b6;
}
@media screen and (max-width: 519px) {
  .c-kiji__content {
    margin-top: 3rem;
  }
}
.c-kiji__content p, .c-kiji__content figure, .c-kiji__content iframe {
  margin-bottom: 2rem;
  max-width: 100%;
}

.c-kiji__back {
  display: block;
  margin: 4rem 1.5rem 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0;
}
.c-kiji__back::after {
  content: "";
  display: inline-block;
  margin-left: 1.1rem;
  aspect-ratio: 12/9;
  width: 1.6rem;
  height: auto;
  background-image: url(../images/arrow_blue.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .c-kiji__back::after {
    right: 1rem;
  }
}
@media screen and (max-width: 519px) {
  .c-kiji__back::after {
    right: 0.5rem;
  }
}

/* project
------------------------------------------------ */
.p-top-mv {
  position: relative;
  width: 100%;
}

.p-top-mv__main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.p-top-mv__dbd {
  color: white;
  font-size: 4.28vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-top-mv__dbd {
    font-size: 5.3vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__dbd {
    font-size: 7.3vw;
  }
}
.p-top-mv__dbd span {
  color: #e1d737;
}

.p-top-mv__title {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 4.5rem;
  font-size: 3.215vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.56;
}
@media screen and (max-width: 959px) {
  .p-top-mv__title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__title {
    font-size: 5.5vw;
  }
}
.p-top-mv__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skew(-8deg);
          transform: translate(-50%, -50%) skew(-8deg);
  z-index: -1;
  width: 112.24%;
  height: 100%;
  background-color: #457703;
}

.p-top-mv__eco {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  width: min(13.4rem, 10vw);
}
@media screen and (max-width: 959px) {
  .p-top-mv__eco {
    bottom: 2rem;
    right: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__eco {
    bottom: 1rem;
    right: 1rem;
    width: 14vw;
  }
}

.p-top-mv__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 519px) {
  .p-top-mv__img {
    height: 84vw;
  }
}

.p-top-info__message {
  margin-top: 10rem;
}
@media screen and (max-width: 959px) {
  .p-top-info__message {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-info__message {
    margin-top: 5rem;
  }
}
.p-top-info__message a {
  color: #006647;
}

.p-top-info__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10rem;
}
@media screen and (max-width: 959px) {
  .p-top-info__2col {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-info__2col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    margin-top: 5rem;
    padding-bottom: 1.5rem;
  }
}

.p-top-info__product {
  position: relative;
  width: 50%;
  padding: 4.9rem 7.8rem 5.5rem 12.7vw;
  -webkit-transform: translateX(0.7%);
          transform: translateX(0.7%);
}
@media screen and (max-width: 959px) {
  .p-top-info__product {
    padding: 4rem 4rem 4rem 5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-info__product {
    padding: 3rem 3rem 3rem 4rem;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-top-info__product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #dceaca;
  -webkit-transform: skew(-11deg);
          transform: skew(-11deg);
}
.p-top-info__product::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  border: solid 1px #6ea924;
  -webkit-transform: translate(1rem, 1rem) skew(-11deg);
          transform: translate(1rem, 1rem) skew(-11deg);
}

.p-top-info__product--deliver {
  padding: 4.9rem 12.7vw 5.5rem 7.8rem;
  color: white;
  -webkit-transform: translateX(-0.7%) translateY(5rem);
          transform: translateX(-0.7%) translateY(5rem);
}
@media screen and (max-width: 959px) {
  .p-top-info__product--deliver {
    padding: 4rem 5rem 4rem 4rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-info__product--deliver {
    -webkit-transform: none;
            transform: none;
  }
}
.p-top-info__product--deliver::before {
  background-color: #6ea924;
}
.p-top-info__product--deliver::after {
  border-color: #457703;
}

.p-top-info__head--deliver small::before {
  background-color: #fff;
}

.p-top-info__en span {
  background-color: #dceaca !important;
}

.p-top-info__en--deliver span {
  background-color: #6ea924 !important;
}

.p-top-info__info {
  margin-top: 0.7rem;
  max-width: 38rem;
  letter-spacing: 0.025em;
}

.p-top-info__btn {
  display: block;
  margin: 2rem 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-info__btn--right::after {
  background-image: url(../images/common/btn_lightgreen.png);
}

.p-top-info__deco1 {
  position: absolute;
  bottom: 2.7rem;
  left: -11%;
  z-index: -1;
  width: 82%;
}

.p-top-info__deco2 {
  position: absolute;
  top: 2.7rem;
  right: -25%;
  z-index: -1;
  width: 82%;
}

.p-top-strong__title {
  margin-top: 13rem;
  padding-bottom: 1.8rem;
  font-size: clamp(1.5em, 2.8vw, 3.5rem);
  font-weight: bold;
  letter-spacing: 0;
  border-bottom: solid 1px #666;
}
@media screen and (max-width: 959px) {
  .p-top-strong__title {
    margin-top: 8rem;
    padding-bottom: 1rem;
  }
}
.p-top-strong__title::before {
  content: "";
  display: inline-block;
  margin: 0 1.7rem 1rem 0;
  aspect-ratio: 36/11;
  width: 3.68rem;
  height: auto;
  vertical-align: middle;
  background-image: url(../images/common/arrow.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-top-strong__title::before {
    margin-right: 1.2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-strong__title::before {
    width: 3rem;
  }
}

.p-top-strong__list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 519px) {
  .p-top-strong__list {
    margin-top: 2rem;
  }
}
.p-top-strong__list li {
  position: relative;
  padding-left: 1.7rem;
  list-style: none;
}
.p-top-strong__list li::before {
  content: "●";
  position: absolute;
  left: 0;
}

.p-top-comp__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.6rem;
  margin-top: 10rem;
}
@media screen and (max-width: 959px) {
  .p-top-comp__container {
    gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-comp__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 8rem;
  }
}

.p-top-comp__content {
  width: calc(49% - 6.6rem);
}
@media screen and (max-width: 959px) {
  .p-top-comp__content {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 519px) {
  .p-top-comp__content {
    width: 100%;
  }
}

.p-top-comp__info {
  margin-top: 0.7rem;
  max-width: 38rem;
}

.p-top-comp__btn {
  display: block;
  margin: 2rem 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-comp__btn::after {
  background-image: url(../images/common/btn_yellow.png);
}

.p-top-comp__img01 {
  width: 51%;
}
@media screen and (max-width: 959px) {
  .p-top-comp__img01 {
    width: 50%;
  }
}
@media screen and (max-width: 519px) {
  .p-top-comp__img01 {
    width: 100%;
  }
}

.p-top-bn {
  margin: 11.7rem auto 0;
  width: min(100%, 77.5rem);
}
@media screen and (max-width: 519px) {
  .p-top-bn {
    margin-top: 10rem;
  }
}

.p-product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7.2rem;
  padding: 5rem 8.5rem 9rem;
  border-top: solid 1px #666;
}
@media screen and (max-width: 959px) {
  .p-product__container {
    padding: 5rem 0 7rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-product__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3rem 0 4rem;
  }
}

.p-product__container--bottom {
  border-bottom: solid 1px #666;
}

.p-product__content {
  width: calc(61% - 7.2rem);
}
@media screen and (max-width: 959px) {
  .p-product__content {
    width: calc(61% - 3rem);
  }
}
@media screen and (max-width: 519px) {
  .p-product__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.p-product__images {
  width: 39%;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .p-product__images {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.p-product__images img {
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .p-product__images img {
    margin-top: 3rem;
  }
}
.p-product__images img:first-child {
  margin-top: 0;
}
.p-product__images .tall {
  max-width: 28rem;
}
@media screen and (max-width: 519px) {
  .p-product__images .tall {
    width: 70%;
  }
}

.p-product__title {
  margin-top: 3.6rem;
  font-size: clamp(1.7em, 2.8vw, 3.5rem);
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-product__title {
    margin-top: 0;
  }
}

.p-product__text {
  margin-top: 1.4rem;
}

.p-product__subtitle {
  margin-top: 1.4rem;
  font-size: clamp(1.3em, 1.5vw, 2rem);
  font-weight: 500;
  -webkit-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
}
.p-product__subtitle::before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.1rem;
  aspect-ratio: 1;
  width: 1.3rem;
  height: auto;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 519px) {
  .p-product__subtitle::before {
    margin-right: 0.2rem;
    width: 1.15rem;
  }
}

.p-product__list {
  margin-top: 1.4rem;
}

.p-product__btns {
  margin-top: 3rem;
}
@media screen and (max-width: 519px) {
  .p-product__btns {
    margin-top: 1rem;
  }
}

.p-product__btn {
  display: inline-block;
  margin: 2rem 4rem 0 0;
}
.p-product__btn::after {
  margin: 0 0 0 0.5rem;
  max-width: 4.3rem;
  background-image: url(../images/common/btn_yellow_min.png);
}
@media screen and (max-width: 959px) {
  .p-product__btn::after {
    max-width: 3.5rem;
  }
}

.p-work__cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.3rem;
}
@media screen and (max-width: 959px) {
  .p-work__cats {
    gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-work__cats {
    gap: 1rem;
  }
}
.p-work__cats a {
  position: relative;
  padding: 0.5rem 1rem;
  width: calc(20% - 2.84rem);
  height: 5rem;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  background-color: #fff;
  border: solid 1px #b5b5b6;
  -webkit-box-shadow: 0 0 3px rgb(194, 194, 194);
          box-shadow: 0 0 3px rgb(194, 194, 194);
}
@media screen and (max-width: 959px) {
  .p-work__cats a {
    padding: 0.5rem;
    width: calc(20% - 1.6rem);
    font-size: 2vw;
  }
}
@media screen and (max-width: 519px) {
  .p-work__cats a {
    width: calc(50% - 0.5rem);
    height: 4.5rem;
    font-size: clamp(1.5rem, 4vw, 1.7rem);
  }
}
.p-work__cats a::before {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #006647;
}
.p-work__cats a:hover {
  opacity: 1;
}
.p-work__cats a:hover::before {
  display: block;
}
@media screen and (max-width: 959px) {
  .p-work__cats a small {
    font-size: 1em;
  }
}
.p-work__cats a.current::before {
  display: block;
}

.p-work__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.5rem 5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .p-work__container {
    gap: 3.5rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-work__container {
    gap: 4.5rem;
  }
}

.p-work__card {
  width: calc(33.333% - 3.3333333333rem);
}
@media screen and (max-width: 959px) {
  .p-work__card {
    width: calc(33.333% - 1.3333333333rem);
  }
}
@media screen and (max-width: 519px) {
  .p-work__card {
    width: 100%;
  }
}

.p-work__image img {
  aspect-ratio: 31/23;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-work__title {
  margin-top: 2.4rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .p-work__title {
    margin-top: 2rem;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 519px) {
  .p-work__title {
    line-height: 1.5;
  }
}

.p-work__info {
  margin-top: 2.3rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.66;
}
@media screen and (max-width: 959px) {
  .p-work__info {
    margin-top: 2rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-work__info {
    margin-top: 1.5rem;
  }
}
.p-work__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-work__info dl dt {
  width: 10rem;
}
@media screen and (max-width: 959px) {
  .p-work__info dl dt {
    width: 8.5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-work__info dl dt {
    width: 9rem;
  }
}
.p-work__info dl dd {
  width: calc(100% - 10rem);
}

.p-comp__table {
  width: 100%;
  border-collapse: collapse;
}
.p-comp__table th, .p-comp__table td {
  padding: 1.9rem 0 1.9rem 8.3rem;
  font-size: 1.8rem;
  font-weight: 400;
  vertical-align: top;
  border-top: solid 1px #b5b5b6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .p-comp__table th, .p-comp__table td {
    padding: 1.7rem 0 1.7rem 2rem;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 519px) {
  .p-comp__table th, .p-comp__table td {
    display: block;
    padding: 1.5rem 1rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.p-comp__table th {
  min-width: 21rem;
}
@media screen and (max-width: 959px) {
  .p-comp__table th {
    min-width: 14rem;
  }
}
@media screen and (max-width: 519px) {
  .p-comp__table th {
    padding-bottom: 0;
  }
}
.p-comp__table th::before {
  margin-right: 0.5rem;
  font-size: 0.75em;
  color: #e1d737;
  vertical-align: text-bottom;
}
@media screen and (max-width: 519px) {
  .p-comp__table th::before {
    margin-right: 0.3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-comp__table td {
    padding-top: 0;
    padding-left: 2.6rem;
    border-top: none;
  }
}
.p-comp__table tr:last-child th, .p-comp__table tr:last-child td {
  border-bottom: solid 1px #b5b5b6;
}
@media screen and (max-width: 519px) {
  .p-comp__table tr:last-child th {
    border-bottom: none;
  }
}
.p-comp__table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
}
@media screen and (max-width: 519px) {
  .p-comp__table ul {
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
}
.p-comp__table ul li {
  width: calc(50% - 0.5rem);
  max-width: 35rem;
}
@media screen and (max-width: 519px) {
  .p-comp__table ul li {
    width: 100%;
  }
}

@media screen and (max-width: 519px) {
  .p-comp__office, .p-comp__access {
    letter-spacing: 0 !important;
  }
}

.p-comp__map {
  margin-top: 5rem;
}
.p-comp__map img, .p-comp__map iframe {
  aspect-ratio: 2;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 519px) {
  .p-comp__map img, .p-comp__map iframe {
    aspect-ratio: 1;
  }
}

.p-privacy__content {
  padding: 4rem 0;
  border-top: dashed 2px #b5b5b6;
  border-bottom: dashed 2px #b5b5b6;
}
@media screen and (max-width: 519px) {
  .p-privacy__content {
    padding: 3.5rem 0;
    border-width: 1px;
  }
}

/* utility
------------------------------------------------ */
.u-mt0 {
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .u-mt0-tab-max {
    margin-top: 0 !important;
  }
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mb1 {
  margin-bottom: 1rem;
}

.u-mb2 {
  margin-bottom: 2rem;
}

.u-mb3 {
  margin-bottom: 3rem;
}

.u-mb4 {
  margin-bottom: 4rem;
}

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