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

body {
  /* bodyの基本サイズを15pxに設定 */
  font-size: 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;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 519px) {
  body {
    font-size: 1.4rem;
  }
}

.f-mincho {
  font-family: "Zen Old Mincho", serif;
}

.f-gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.f-gothic-han {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

.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;
}

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;
}

.l-main {
  margin-top: 12rem;
}
@media screen and (max-width: 1156px) {
  .l-main {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 700px) {
  .l-main {
    margin-top: 22vw;
  }
}
@media screen and (max-width: 519px) {
  .l-main {
    margin-top: 1rem;
  }
}

.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%;
}

.c-header--page {
  padding-bottom: 1rem;
  background-color: #fff;
}

.c-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0 0rem;
  color: white;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1156px) {
  .c-header__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem 0 4rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__container {
    display: none;
  }
}

.c-header__container--bl .c-header__logo,
.c-header__container--bl .c-header__menu {
  color: #000;
  border-color: #000 !important;
}

.c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4rem;
  font-weight: 800;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1156px) {
  .c-header__logo {
    font-size: 4.5vw;
  }
}
.c-header__logo img {
  margin-right: 1rem;
  width: 4.3rem;
}
@media screen and (max-width: 1156px) {
  .c-header__logo img {
    width: 5vw;
  }
}

.c-header__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1.5rem;
}

.c-header__menu {
  position: relative;
  padding: 0 2.2rem;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  border-left: solid 1px white;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1156px) {
  .c-header__menu {
    margin-top: 2rem;
    padding: 0 3vw;
    font-size: 2.5vw;
  }
}
.c-header__menu:last-child {
  border-right: solid 1px white;
}
.c-header__menu small {
  display: block;
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.78em;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.c-header__menu:hover {
  opacity: 1;
}
.c-header__menu:hover small {
  color: #6ea924;
}

.c-header__menu--current small {
  color: #6ea924;
}

.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: 100dvh;
  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: 7vw;
  font-weight: 800;
  letter-spacing: 0px;
}
.c-header__drawer-logo span {
  padding-left: 0.5rem;
  font-size: 2em;
}
.c-header__drawer-logo img {
  margin-right: 1rem;
  width: 3.5rem;
}

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

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

.c-header__drawer-insta {
  margin-top: 5.5rem;
  font-size: 2.1rem;
}
.c-header__drawer-insta img {
  margin-right: 0.6rem;
  width: 24px;
  vertical-align: middle;
}
.c-header__drawer-insta span {
  position: relative;
}
.c-header__drawer-insta span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.c-header__drawer-cp {
  position: absolute;
  top: 7.8rem;
  right: 2.5rem;
  width: auto;
  height: 100%;
  height: calc(100% - 8rem);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 1.3px;
}

.c-section {
  width: 100%;
}

.c-section--bggreen {
  margin-top: 4rem;
  background-color: #dceaca;
}
@media screen and (max-width: 959px) {
  .c-section--bggreen {
    margin-top: 0;
  }
}

.c-section--comp {
  margin-top: 20rem;
}
@media screen and (max-width: 959px) {
  .c-section--comp {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section--comp {
    margin-top: 7rem;
  }
}

.c-section__container {
  position: relative;
  margin: 0 auto;
  padding: 4.5rem 8.5rem 5.5rem;
  width: 100%;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}
@media screen and (max-width: 959px) {
  .c-section__container {
    padding: 4.5rem 2rem 5.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4rem 1rem;
  }
}

.c-section__container--nonborder {
  border: none;
}

.c-section__content {
  max-width: 38rem;
}
@media screen and (max-width: 959px) {
  .c-section__content {
    width: 50%;
  }
}
@media screen and (max-width: 519px) {
  .c-section__content {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 3rem;
    width: 100%;
  }
}

.c-section__info {
  margin-top: 0.8rem;
}

.c-section__btn {
  margin-top: 4.5rem;
}
@media screen and (max-width: 519px) {
  .c-section__btn {
    margin-top: 3.5rem;
  }
}

.c-section__img01 {
  position: absolute;
  bottom: 50%;
  left: calc(50% - 5rem);
  -webkit-transform: translate(0, 7%);
          transform: translate(0, 7%);
  z-index: 2;
  width: 33.333%;
}
@media screen and (max-width: 959px) {
  .c-section__img01 {
    left: calc(50% + 3rem);
  }
}
@media screen and (max-width: 519px) {
  .c-section__img01 {
    position: initial;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 80%;
  }
}

.c-section__img02 {
  position: absolute;
  top: calc(50% - 2rem);
  right: 8.5rem;
  z-index: 1;
  width: 33.333%;
}
@media screen and (max-width: 959px) {
  .c-section__img02 {
    right: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section__img02 {
    position: initial;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: -2rem 0 0 auto;
    width: 80%;
  }
}

.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-head01 {
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .c-head01 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-head01 {
    font-size: 7vw;
  }
}

.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: 4.3rem;
  height: auto;
  vertical-align: middle;
  background-image: url(../images/btn_green.png);
  background-size: contain;
}

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

.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-footer {
  padding: 10rem 0 3rem;
}
@media screen and (max-width: 519px) {
  .c-footer {
    padding: 7rem 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: 4rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 959px) {
  .c-footer__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__title {
    font-size: 6.5vw;
  }
}
.c-footer__title img {
  margin-right: 1rem;
  width: 4.3rem;
}
@media screen and (max-width: 959px) {
  .c-footer__title img {
    width: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__title img {
    width: 8vw;
  }
}

.c-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.5rem;
}
@media screen and (max-width: 959px) {
  .c-footer__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__info {
    gap: 1rem 2rem;
  }
}

.c-footer__address {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .c-footer__address {
    width: 100%;
    text-align: center;
  }
}

.c-footer__tel {
  margin: 0 2.5rem 0 auto;
  width: 29.6rem;
}
@media screen and (max-width: 959px) {
  .c-footer__tel {
    margin: 0;
    width: 35%;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__tel {
    width: 50%;
  }
}

.c-footer__fax {
  width: 21rem;
}
@media screen and (max-width: 959px) {
  .c-footer__fax {
    width: 28%;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__fax {
    width: 40%;
  }
}

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

.c-footer__menu {
  padding: 0 3rem;
  line-height: 1;
  letter-spacing: 2.5px;
  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 {
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 519px) {
  .c-page-header {
    padding-bottom: 5rem;
  }
}

.c-page-header--min {
  padding-bottom: 3rem;
}

.c-page-header__head {
  padding-left: 8.5rem;
}
@media screen and (max-width: 1156px) {
  .c-page-header__head {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-page-header__head {
    padding-left: 0;
  }
}

.c-page-header__head--min {
  padding-left: 0;
}

.c-page-header__title {
  font-size: 4.5rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .c-page-header__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-page-header__title {
    font-size: 7vw;
  }
}

.c-page-header__image {
  margin-top: 2.9rem;
}
@media screen and (max-width: 959px) {
  .c-page-header__image {
    margin-top: 2rem;
  }
}
.c-page-header__image img {
  width: 100%;
}
@media screen and (max-width: 519px) {
  .c-page-header__image img {
    height: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem;
  }
}

.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 #666;
}
@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;
  }
}

.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 #666;
}
@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.5rem 1rem;
  max-width: 100%;
  max-height: 9.5rem;
  background-color: #fff;
  border: solid 0.5px #666;
  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 #666;
  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;
  }
}

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

.p-top-mv__title {
  position: absolute;
  top: calc(50% - 6vw);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 4.5rem;
  font-weight: bold;
  color: white;
  -webkit-filter: drop-shadow(0 0 3px #006647) drop-shadow(0 0 0px #006647);
          filter: drop-shadow(0 0 3px #006647) drop-shadow(0 0 0px #006647);
}
@media screen and (max-width: 1156px) {
  .p-top-mv__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__title {
    font-size: 7vw;
  }
}

.p-top-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.p-top-mv__wind {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.p-top-mv__space {
  width: 100%;
  height: 19.1vw;
}
.p-top-mv__slides {
  position: relative;
  margin: 0 !important;
  width: 100%;
}
.p-top-mv__slides::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 5px;
  background: rgb(113, 111, 49);
  background: -webkit-gradient(linear, left top, right top, from(rgb(113, 111, 49)), color-stop(25%, rgb(220, 113, 71)), color-stop(69%, rgb(254, 210, 0)), color-stop(82%, rgb(220, 113, 71)), to(rgb(146, 37, 54)));
  background: linear-gradient(90deg, rgb(113, 111, 49) 0%, rgb(220, 113, 71) 25%, rgb(254, 210, 0) 69%, rgb(220, 113, 71) 82%, rgb(146, 37, 54) 100%);
}

.p-top-mv__slide {
  overflow: hidden;
}
.p-top-mv__slide img {
  width: 100%;
}
@media screen and (max-width: 1156px) {
  .p-top-mv__slide img {
    aspect-ratio: 1.5;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 519px) {
  .p-top-mv__slide img {
    aspect-ratio: 1.1;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  -webkit-animation: zoomUp 20s linear 0s normal both;
          animation: zoomUp 20s linear 0s normal both;
}

.slick-dots {
  bottom: -4rem;
}
@media screen and (max-width: 959px) {
  .slick-dots {
    bottom: -3rem;
  }
}
.slick-dots li {
  margin: 0 3rem 0 0;
  width: 1.8rem;
  height: 1rem;
}
@media screen and (max-width: 959px) {
  .slick-dots li {
    margin: 0 2rem 0 0;
    width: 1.5rem;
    height: 0.7rem;
  }
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #C1E2F2;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #006647;
}

.p-top-works {
  margin-top: 15rem;
}
@media screen and (max-width: 959px) {
  .p-top-works {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-works {
    margin-top: 7rem;
  }
}

.p-top-works__container {
  position: relative;
  aspect-ratio: 120/55;
  width: 100%;
  height: auto;
  min-height: 33rem;
  border-radius: 1.2rem;
  overflow: hidden;
  background-image: url(../images/bg_works.png);
  background-size: cover;
  background-position: 40% center;
}
@media screen and (max-width: 519px) {
  .p-top-works__container {
    aspect-ratio: 1;
    background-image: url(../images/bg_works_sp.png);
    background-position: 25% center;
  }
}

.p-top-works__content {
  position: absolute;
  top: 50%;
  left: 8.5rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 100%;
  max-width: 30.8rem;
  color: white;
}
@media screen and (max-width: 959px) {
  .p-top-works__content {
    left: 3rem;
    width: 40%;
  }
}
@media screen and (max-width: 519px) {
  .p-top-works__content {
    left: 2rem;
    width: 65%;
    max-width: 24rem;
  }
}

.p-top-works__btn {
  margin-top: 9rem;
  padding: 1.6rem 3rem;
  color: #000;
  background-color: #fff;
  border-radius: 4rem;
}
@media screen and (max-width: 959px) {
  .p-top-works__btn {
    margin-top: 2rem;
    padding: 1.2rem 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-works__btn {
    padding: 1rem 2rem;
  }
}
.p-top-works__btn::after {
  width: 1.4rem;
  background-image: url(../images/icon_link.png);
}
@media screen and (max-width: 519px) {
  .p-top-works__btn::after {
    margin-left: 1rem;
  }
}

.p-top-news {
  margin: 10rem auto 0;
  width: 100%;
  max-width: 1030px;
}
@media screen and (max-width: 519px) {
  .p-top-news {
    margin-top: 7rem;
  }
}

.p-top-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 959px) {
  .p-top-news__container {
    gap: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-news__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-top-news__header {
  min-width: 16rem;
}

.p-top-news__title {
  font-size: 5.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-top-news__title {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-top-news__title {
    font-size: 9.5vw;
  }
}

.p-top-news__btn {
  margin-top: 3.5rem;
  font-size: 1em;
}
@media screen and (max-width: 519px) {
  .p-top-news__btn {
    margin-top: 2.5rem;
  }
}

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

.p-top-bn__bns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5rem;
  margin-top: 10rem;
}
@media screen and (max-width: 959px) {
  .p-top-bn__bns {
    gap: 5rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-bn__bns {
    margin-top: 3rem;
    gap: 2rem;
  }
}

.p-bus__section:last-child .p-bus__container {
  border-bottom: solid 1px #666;
}

.p-bus__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7rem;
  border-bottom: none;
}
@media screen and (max-width: 959px) {
  .p-bus__container {
    gap: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-bus__container {
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-bus__image {
  width: 38.9%;
}
@media screen and (max-width: 959px) {
  .p-bus__image {
    width: 45%;
  }
}
@media screen and (max-width: 519px) {
  .p-bus__image {
    width: 100%;
  }
}

.p-bus__content {
  width: calc(61.1% - 7rem);
}
@media screen and (max-width: 959px) {
  .p-bus__content {
    width: calc(55% - 3rem);
  }
}
@media screen and (max-width: 519px) {
  .p-bus__content {
    width: 100%;
  }
}

.p-bus__title {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-bus__title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  .p-bus__title {
    font-size: 6vw;
  }
}

.p-bus__info {
  margin-top: 0.8rem;
}

.p-bus__btn {
  margin-top: 2.8rem;
}

.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 #666;
  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: 15rem;
}
@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 #666;
}
@media screen and (max-width: 519px) {
  .p-comp__table tr:last-child th {
    border-bottom: none;
  }
}

.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-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 {
  padding: 0.5rem 0.8rem 1rem;
  width: calc(20% - 2.84rem);
  height: 5rem;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  background-color: #fff;
  border: solid 1px #666;
  border-radius: 1rem;
}
@media screen and (max-width: 1040px) {
  .p-work__cats a {
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 959px) {
  .p-work__cats a {
    padding: 0 1rem;
    height: 4.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 17rem;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 519px) {
  .p-work__cats a {
    padding: 0 0.7rem;
    min-width: auto;
    height: 4rem;
    font-size: 1.45rem;
  }
}
.p-work__cats a:hover {
  background-color: #dceaca;
}
.p-work__cats a::before {
  content: "";
  display: inline-block;
  margin-right: 0.6rem;
  aspect-ratio: 12/9;
  width: 1.6rem;
  height: auto;
  background-image: url(../images/arrow_green.png);
  background-size: contain;
}
@media screen and (max-width: 1240px) {
  .p-work__cats a::before {
    margin-right: 0.2rem;
    width: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  .p-work__cats a::before {
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 959px) {
  .p-work__cats a small {
    font-size: 1em;
  }
}
.p-work__cats a.current {
  background-color: #dceaca;
}

.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-privacy__content {
  padding: 4rem 0;
  border-top: dashed 2px #666;
  border-bottom: dashed 2px #666;
}
@media screen and (max-width: 519px) {
  .p-privacy__content {
    padding: 3.5rem 0;
    border-width: 1px;
  }
}

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