@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  color: #284637;
  background-color: #edede8;
  text-align: left;
  animation: fadein 2s forwards;
}

@media (max-width: 390px) {
  body {
    letter-spacing: normal;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: rgba(40, 70, 55, 0.15);
}

::selection {
  background-color: rgba(40, 70, 55, 0.15);
}

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

ul {
  list-style: none;
}

a {
  color: #284637;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

h1 {
  font-size: 2.1rem;
  line-height: normal;
}
@media (max-width: 834px) {
  h1 {
    font-size: 1.6rem;
  }
}

figure {
  position: relative;
  overflow: hidden;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.is-nav-open {
  overflow: hidden;
}

.flexbox {
  display: flex;
}

.asterisk {
  font-size: 1.2rem;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.section__inner {
  padding: 0 4vw;
}

@media (max-width: 834px) {
  .section__inner {
    padding: 0 6vw;
  }
}
.EN_400 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.EN_500 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.EN_600 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.EN_600_italic {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  background-color: #edede8;
  z-index: 4;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  width: 100%;
  height: 80px;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 0;
    height: 60px;
  }
}
@media (max-width: 834px) {
  .header {
    height: 60px;
  }
}
.header .openbtn1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.header .openbtn1:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.header__g-nav-area {
  display: flex;
}
.header__g-nav-area ul {
  display: flex;
  align-items: center;
}

.g-nav__main li {
  margin-right: 30px;
}
.g-nav__main li:last-child {
  margin-right: 0;
}
.g-nav__main li a {
  font-size: 1.4rem;
  position: relative;
}
.g-nav__main li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 8px;
  background-color: #ffce8a;
  transition: all 0.3s ease-out;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .g-nav__main li a:hover::before {
    width: 100%;
  }
}
.g-nav__main li a.active::before {
  width: 100%;
}
.g-nav__main li a.link_icon::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/common/external-link-line.svg") no-repeat;
  background-size: contain;
  background-position: center 2px;
  margin-left: 3px;
}

.openbtn1 {
  display: none;
}

@media (max-width: 834px) {
  .header__logo-area {
    padding-left: 6vw;
  }
  .header__g-nav-area {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(40, 70, 55, 0.9);
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.3s ease-in-out;
    z-index: -99;
  }
  .header__g-nav-area.panelactive {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 120px;
    opacity: 1;
    transform: translateX(0);
    z-index: 5;
  }
  .header__g-nav-area ul {
    display: none;
    z-index: 5;
  }
  .header__g-nav-area.panelactive ul {
    display: flex;
    align-items: center;
  }
  .header__g-nav-area.panelactive .g-nav__main {
    flex-direction: column;
    margin-top: 100px;
  }
  .header__g-nav-area li {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .header__g-nav-area li:last-child {
    margin-bottom: 0;
  }
  .header__g-nav-area li a {
    color: #edede8;
    display: block;
    letter-spacing: 0.05em;
  }
  .header__g-nav-area li a::before {
    height: 1px;
    background-color: #edede8;
  }
  .header__g-nav-area li a.link_icon::after {
    background: url("../images/common/external-link-line_wht.svg") no-repeat;
  }
  .openbtn1 {
    display: block;
    position: relative;
    z-index: 99;
    right: 6vw;
    width: 40px;
    height: 60px;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    height: 1px;
    background-color: #284637;
    width: 100%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 35px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 24px;
    transform: translateY(8px) rotate(-45deg);
    background-color: #edede8;
  }
  .openbtn1.active span:nth-of-type(2) {
    top: 40px;
    transform: translateY(-8px) rotate(45deg);
    background-color: #edede8;
  }
}
.second .header {
  border-bottom: 1px solid rgba(40, 70, 55, 0.15);
}

.footer {
  position: relative;
  padding: 100px 0 50px;
  color: #edede8;
  background-color: rgba(40, 70, 55, 0.7);
}
.footer h2 {
  font-size: 4.2rem;
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .footer h2 {
    font-size: 2.4rem;
  }
}
.footer .flexbox {
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .footer .flexbox {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__button {
  margin-top: 50px;
}
.footer__button a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 30px 0;
  color: #edede8;
  border: 1px solid #edede8;
  text-align: center;
  font-size: 2.1rem;
}
.footer__button a::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 33px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("../images/common/arrow-right-line_wht.svg") no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .footer__button a:hover {
    background-color: rgba(40, 70, 55, 0.4);
  }
}
@media (max-width: 834px) {
  .footer__button a {
    font-size: 1.8rem;
  }
}
.footer__address {
  margin-top: 50px;
}
.footer__address .address span {
  margin: 0 10px;
}
@media (max-width: 834px) {
  .footer__address .address span {
    display: block;
    margin: 0;
  }
}
.footer__address .address a {
  color: #edede8;
  border-bottom: 1px solid #edede8;
}
.footer__address .address a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/common/map-pin-2-fill.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .footer__address .address a:hover {
    opacity: 0.7;
  }
}
.footer__address .access {
  margin-top: 20px;
  font-size: 1.4rem;
}
.footer__address .note {
  font-size: 1.3rem;
}
.footer__sns-area .flexbox {
  align-items: center;
}
.footer__sns-area .followus {
  margin-right: 30px;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media (max-width: 834px) {
  .footer__sns-area .followus {
    margin-right: 0;
  }
}
.footer__sns-area a {
  color: #edede8;
  display: inline-block;
  border-bottom: 1px solid #edede8;
}
@media (hover: hover) and (pointer: fine) {
  .footer__sns-area a:hover {
    opacity: 0.7;
  }
}
.footer__sns-area a.insta {
  margin-right: 20px;
}
@media (max-width: 834px) {
  .footer__sns-area {
    margin: 0 0 0 auto;
    margin-top: 50px;
  }
  .footer__sns-area ul.flexbox {
    flex-direction: row;
  }
}
.footer__page-top {
  position: absolute;
  top: 0;
  right: 0;
}
.footer__page-top a {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  color: #284637;
  background-color: #edede8;
}
@media (hover: hover) and (pointer: fine) {
  .footer__page-top a:hover {
    background-color: #ffce8a;
  }
}
@media (max-width: 834px) {
  .footer__page-top a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 1.4rem;
  }
}
.footer small {
  display: block;
  margin-top: 50px;
  font-size: 1.2rem;
  text-align: right;
  opacity: 0.7;
}

.second .header {
  border-bottom: 1px solid rgba(40, 70, 55, 0.15);
}
@media (max-width: 834px) {
  .second main {
    margin-left: 0;
  }
}

.local-nav-area {
  position: relative;
  padding-left: 4vw;
  width: 23.06%;
  border-right: 1px solid rgba(40, 70, 55, 0.15);
}

.local-nav__inner {
  position: sticky;
  top: 0;
  padding: 80px 0 300px;
}

.local-nav-area h2 {
  margin-top: 100px;
  font-size: 2.4rem;
}

.local-nav__items {
  margin-top: 100px;
}
.local-nav__items .category {
  display: none;
  pointer-events: none;
}
.local-nav__items .toggle {
  display: none;
}
.local-nav__items ul li {
  margin-bottom: 30px;
}
.local-nav__items ul li:last-child {
  margin-bottom: 0;
}
.local-nav__items a {
  position: relative;
}
.local-nav__items a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 10px;
  background-color: #ffce8a;
  transition: all 0.3s ease-out;
  z-index: -1;
}
.local-nav__items a:hover::before {
  width: 100%;
}
.local-nav__items .active::before {
  width: 100%;
}

.section-area {
  width: 76.94%;
}

@media (max-width: 834px) {
  .local-nav-area {
    position: static;
    padding: 0 6vw;
    width: 100%;
    border-right: 0;
  }
  .local-nav__inner {
    position: static;
    padding: 130px 0 0;
  }
  .local-nav-area h2 {
    margin-top: 0;
    font-size: 2.1rem;
  }
  .local-nav.flexbox {
    flex-direction: column;
  }
  .local-nav__items {
    position: relative;
    margin-top: 30px;
    border: 1px solid #284637;
  }
  .local-nav__items .category {
    display: block;
    pointer-events: auto;
    cursor: pointer;
    padding: 15px;
  }
  .local-nav__items .category::before, .local-nav__items .category::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 18px;
    width: 1px;
    height: 20px;
    background-color: #284637;
    transition: all 0.3s;
  }
  .local-nav__items .category::before {
    transform: rotate(90deg);
  }
  .local-nav__items .toggle:checked + .category::after {
    transform: rotate(90deg);
  }
  .local-nav__items ul li {
    margin-bottom: 20px;
  }
  .local-nav__items .content {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    padding: 0 20px;
  }
  .local-nav__items .toggle:checked + .category + .content {
    height: 220px;
    padding: 20px;
  }
  .section-area {
    width: 100%;
  }
}
.section-works .arrow {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.section-works__image {
  position: relative;
  overflow: hidden;
}
.section-works__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .section-works .arrow:hover .section-works__image img {
    transform: scale(1.03);
  }
  .section-works .arrow:hover .section-works__data {
    opacity: 0.5;
  }
}
.section-works__data {
  margin-top: 20px;
  transition: opacity 0.3s ease-in-out;
}
.section-works__data .category {
  font-size: 1.2rem;
}
.section-works__data .category span {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #284637;
}
.section-works h3,
.section-works h4 {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #284637;
  border: 1px solid #284637;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  -webkit-appearance: none;
}
.c-button:hover {
  background-color: rgba(40, 70, 55, 0.1);
}

.c-button--md {
  width: 230px;
  padding: 15px 0;
}
@media (max-width: 834px) {
  .c-button--md {
    width: 100%;
  }
}

.c-button--lg {
  width: 380px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 834px) {
  .c-button--lg {
    width: 100%;
  }
}

.c-button--arrow {
  position: relative;
}
.c-button--arrow::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 21px;
  width: 16px;
  height: 16px;
  background: url("../images/common/arrow-right-line.svg") no-repeat;
  background-size: contain;
}

.c-button-wrap {
  display: block;
  margin-top: 50px;
}

.c-button-wrap--right {
  width: 230px;
  margin-left: auto;
}
@media (max-width: 834px) {
  .c-button-wrap--right {
    width: 100%;
  }
}

.c-button-wrap--center {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 834px) {
  .c-button-wrap--center {
    width: 100%;
  }
}

.arrow {
  display: block;
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #284637;
}
.arrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 16px;
  height: 16px;
  background: url("../images/common/arrow-right-line.svg") no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease-in-out;
}
.arrow:hover {
  border-bottom-color: rgba(40, 70, 55, 0.5);
}
.arrow:hover::after {
  opacity: 0.5;
}

.grn-hover {
  position: relative;
}
.grn-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  background: rgba(40, 70, 55, 0.3);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}
.grn-hover img {
  transition: transform 0.6s ease;
}

a:hover .grn-hover::before {
  opacity: 1;
}
a:hover .grn-hover img {
  transform: scale(1.1);
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.swiper {
  margin-left: 0;
  overflow: visible;
}

.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
  background-color: rgba(237, 237, 232, 0.8);
  z-index: 1;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  height: 25px;
  width: 25px;
  background-position: center;
  background-size: contain;
}

.swiper-button-prev::after {
  background: url("../images/common/arrow-left-line.svg") no-repeat;
}

.swiper-button-next::after {
  background: url("../images/common/arrow-right-line.svg") no-repeat;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -25px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 20px;
}

.swiper-pagination {
  z-index: 1;
}

.swiper-pagination-bullet {
  background-color: #284637;
  height: 5px;
  width: 5px;
}

@media (max-width: 834px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 30px;
    width: 30px;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 15px;
    width: 15px;
  }
}
.home .header {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
}
.home .header__inner {
  height: 150px;
}
.home .header.DownAnime {
  position: fixed;
  height: 80px;
  border-bottom: 1px solid rgba(40, 70, 55, 0.15);
  animation: DownAnime 0.6s forwards;
}
.home .header.DownAnime .header__inner {
  height: 80px;
}
@media (max-width: 834px) {
  .home .header {
    position: fixed;
    height: 60px;
    border-bottom: 1px solid rgba(40, 70, 55, 0.15);
  }
  .home .header__inner {
    height: 60px;
  }
  .home .header.DownAnime {
    animation: none;
  }
}
.home .section-works,
.home .section-services {
  border-bottom: 1px solid rgba(40, 70, 55, 0.15);
}
.home .section-works h2,
.home .section-services h2 {
  position: sticky;
  top: 0;
  padding: 150px 0 250px;
  font-size: 4.2rem;
  writing-mode: vertical-rl;
}
.home .section-works__works-area,
.home .section-services__services-area {
  width: 90%;
  margin-left: 4vw;
  padding: 250px 0;
}
.home .section-works__title-area,
.home .section-services__title-area {
  width: 10%;
}
@media (max-width: 834px) {
  .home .section-works h2,
  .home .section-services h2 {
    padding: 110px 0 150px;
    font-size: 2.4rem;
  }
  .home .section-works__works-area,
  .home .section-services__services-area {
    width: 83%;
    margin-left: 6vw;
    padding: 150px 0;
  }
  .home .section-works__title-area,
  .home .section-services__title-area {
    width: 17%;
  }
}
.home .section-hero {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
.home .section-hero__image-area {
  height: 100%;
}
.home .section-hero .swiper,
.home .section-hero .swiper-wrapper,
.home .section-hero .swiper-slide {
  height: 100%;
}
.home .section-hero__image {
  height: 100%;
}
.home .section-hero__image picture {
  display: block;
  height: 100%;
}
.home .section-hero__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 150px auto auto;
}
.home .section-hero__image .image-sp {
  display: none;
}
@media (max-width: 834px) {
  .home .section-hero__image img {
    margin: auto;
    -o-object-position: left top;
       object-position: left top;
  }
  .home .section-hero__image .image-sp {
    display: block;
  }
  .home .section-hero__image .image-pc {
    display: none;
  }
}
.home .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  color: #ffce8a;
  letter-spacing: 0.5rem;
  font-size: 1rem;
  animation: mousemove 1.6s ease-in-out infinite;
  z-index: 10;
}
@media (max-width: 834px) {
  .home .scrolldown {
    font-size: 0.8rem;
  }
}
.home .section-about {
  width: 100%;
  padding: 150px 0;
  background-color: rgba(40, 70, 55, 0.15);
}
.home .section-about .flexbox {
  width: 71.15%;
  margin: 0 auto;
  align-items: center;
}
.home .section-about__image-area {
  width: 31.4%;
}
.home .section-about__lead-area {
  width: 58.8%;
  margin-left: 10%;
}
.home .section-about__lead-area h2 {
  font-size: 3.2rem;
  margin-bottom: 30px;
}
.home .section-about__lead-area p + p {
  margin-top: 30px;
}
.home .section-about__illust-area {
  position: relative;
}
.home .section-about__illust {
  position: absolute;
  bottom: -220px;
  right: 10%;
}
.home .section-about__illust img {
  width: 160px;
  height: auto;
  display: block;
}
@media (max-width: 1200px) {
  .home .section-about__illust {
    bottom: -240px;
  }
  .home .section-about__illust img {
    width: 140px;
  }
}
@media (max-width: 834px) {
  .home .section-about {
    padding: 100px 0;
  }
  .home .section-about .flexbox {
    width: 100%;
    flex-direction: column;
  }
  .home .section-about__image-area {
    width: 50%;
    margin-bottom: 50px;
  }
  .home .section-about__lead-area {
    width: 100%;
    margin-left: 0;
  }
  .home .section-about__lead-area h2 {
    font-size: 2.4rem;
    text-align: center;
  }
  .home .section-about__lead-area p {
    letter-spacing: 0;
  }
  .home .section-about__illust {
    bottom: -200px;
  }
  .home .section-about__illust img {
    width: 120px;
  }
}
.home .section-works h3 {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
.home .section-works__title-area {
  position: relative;
  z-index: 1;
}
.home .section-works__title-area::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 0%;
  background: rgba(40, 70, 55, 0.15);
  z-index: -1;
  transition: all 2s;
}
.home .section-works__title-area.isActive::after {
  height: 100%;
}
.home .section-works__works-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 100px 0;
  width: 100%;
}
.home .section-works__works-area ul:first-child {
  margin-bottom: 100px;
}
.home .section-works__works-area li {
  width: 30.53%;
}
.home .section-works__data {
  margin-top: 20px;
  transition: opacity 0.3s ease-in-out;
}
.home .section-works__data .category {
  font-size: 1.2rem;
}
.home .section-works__data .category span {
  padding: 2px 5px;
  border: 1px solid #284637;
}
@media (max-width: 834px) {
  .home .section-works__works-area ul {
    display: block;
  }
  .home .section-works__works-area ul:first-child {
    margin-bottom: 0;
  }
  .home .section-works__works-area li {
    width: 100%;
    margin-bottom: 50px;
  }
}
.home .section-services__title-area {
  border-right: 1px solid rgba(40, 70, 55, 0.15);
}
.home .section-services h3 {
  font-size: 3.2rem;
}
@media (max-width: 834px) {
  .home .section-services h3 {
    font-size: 2.1rem;
  }
}
.home .section-services__group {
  margin-bottom: 100px;
}
.home .section-services__group.flexbox {
  align-items: center;
  justify-content: space-between;
  gap: 4vw;
}
@media (max-width: 834px) {
  .home .section-services__group.flexbox {
    gap: 30px;
  }
}
.home .section-services__group:nth-of-type(even) {
  flex-direction: row-reverse;
}
.home .section-services__group:last-child {
  margin-bottom: 0;
}
.home .section-services__image {
  width: 50%;
}
@media (max-width: 834px) {
  .home .section-services__image {
    width: 100%;
  }
}
.home .section-services__text {
  width: 50%;
}
@media (max-width: 834px) {
  .home .section-services__text {
    width: 100%;
  }
}
.home .section-services__text .text {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .home .section-services__text .text {
    margin-top: 20px;
  }
}
@media (max-width: 834px) {
  .home .section-services .c-button-wrap {
    margin-top: 30px;
  }
}
.home .section-services__illust-area {
  position: relative;
}
.home .section-services__illust {
  position: absolute;
  bottom: -20px;
  right: 5%;
}
.home .section-services__illust img {
  width: 320px;
  height: auto;
  display: block;
}
@media (max-width: 834px) {
  .home .section-services__illust img {
    width: 220px;
  }
}
@media (max-width: 834px) {
  .home .section-services__illust {
    right: 0;
  }
}
@media (max-width: 834px) {
  .home .section-services__group.flexbox {
    flex-direction: column;
  }
}
.home .section-info h2 {
  font-size: 3.2rem;
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .home .section-info h2 {
    font-size: 2.4rem;
  }
}
.home .section-info > .flexbox {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .home .section-info > .flexbox {
    flex-direction: column;
  }
}
.home .section-info__whatsNew-area, .home .section-info__online-area {
  width: 100%;
  padding: 100px 0;
}
.home .section-info__whatsNew-area {
  border-right: 1px solid rgba(40, 70, 55, 0.15);
}
.home .section-info__whatsNew-area ol {
  list-style: none;
}
.home .section-info__whatsNew-area ol li {
  margin-bottom: 30px;
}
.home .section-info__whatsNew-area ol li:last-child {
  margin-bottom: 0;
}
@media (max-width: 834px) {
  .home .section-info__whatsNew-area ol .flexbox {
    flex-direction: column;
  }
}
.home .section-info__whatsNew-area time {
  font-size: 1.4rem;
  padding-right: 30px;
}
@media (max-width: 834px) {
  .home .section-info__whatsNew-area time {
    display: block;
    padding-right: 0;
    width: 100%;
  }
}
.home .section-info__whatsNew-area a {
  width: 100%;
  padding-bottom: 2px;
}
.home .section-info__whatsNew-area a:hover {
  color: rgba(40, 70, 55, 0.5);
}
.home .section-info__whatsNew-area a::after {
  bottom: 8px;
}
@media (max-width: 834px) {
  .home .section-info__whatsNew-area {
    border-right: 0;
    border-bottom: 1px solid rgba(40, 70, 55, 0.15);
  }
}
.home .section-info__online-area p {
  font-size: 2.4rem;
  color: rgba(40, 70, 55, 0.5);
  text-align: center;
}
.home .section-info__online-area .c-button-wrap {
  margin: 0 auto;
  width: 380px;
}
@media (max-width: 834px) {
  .home .section-info__online-area .c-button-wrap {
    width: 100%;
  }
}
.home .section-info__online-area .c-button-wrap a {
  width: 100%;
  padding: 25px 0;
  color: #edede8;
  background-color: #284637;
}
.home .section-info__online-area .c-button-wrap a::after {
  bottom: 32px;
  background: url("../images/common/external-link-line_wht.svg") no-repeat;
}
.home .section-info__online-area .c-button-wrap a:hover {
  color: #284637;
  background-color: #ffce8a;
}
.home .section-info__online-area .c-button-wrap a:hover::after {
  background: url("../images/common/external-link-line.svg") no-repeat;
}

@keyframes DownAnime {
  from {
    transform: translateY(-80px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mousemove {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 30px;
  }
}
.about h3 {
  font-size: 3.2rem;
  margin-bottom: 50px;
}
.about h4 {
  font-size: 3.8rem;
  line-height: 5rem;
  margin-bottom: 50px;
}
.about h5 {
  font-size: 2.6rem;
}
.about .section-member,
.about .section-images,
.about .section-company {
  margin-top: 200px;
}
@media (max-width: 834px) {
  .about h3 {
    font-size: 2.4rem;
  }
  .about h4 {
    font-size: 2.4rem;
    line-height: 4rem;
    margin-bottom: 30px;
  }
  .about h5 {
    font-size: 2.1rem;
  }
  .about .section-member,
  .about .section-images,
  .about .section-company {
    margin-top: 150px;
  }
}
.about .section-about {
  margin-top: 311px;
}
.about .section-about h3 {
  margin-right: 4vw;
  margin-left: 4vw;
}
.about .section-about__image-area {
  position: relative;
}
.about .section-about__image {
  margin: 0 4vw;
}
.about .section-about__bg-color {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(40, 70, 55, 0.15);
  z-index: -1;
}
.about .section-about__lead-area {
  padding: 100px 4vw;
  background-color: rgba(40, 70, 55, 0.15);
}
.about .section-about__lead-area p {
  margin-bottom: 30px;
}
.about .section-about__lead-area p:last-child {
  margin-bottom: 0;
}
.about .section-about__illust-area {
  position: relative;
}
.about .section-about__illust {
  position: absolute;
  bottom: -60px;
  right: 4vw;
}
.about .section-about__illust img {
  width: 220px;
}
@media (max-width: 1024px) {
  .about .section-about__illust img {
    width: 180px;
  }
}
@media (max-width: 834px) {
  .about .section-about {
    margin-top: 100px;
  }
  .about .section-about h3 {
    margin-right: 6vw;
    margin-left: 6vw;
  }
  .about .section-about__image {
    margin: 0 6vw;
  }
  .about .section-about__lead-area {
    padding: 50px 6vw 100px;
  }
  .about .section-about__lead-area .sp-none {
    display: none;
  }
  .about .section-about__illust {
    right: 6vw;
  }
  .about .section-about__illust img {
    width: 160px;
  }
}
.about .section-member__group {
  position: relative;
}
.about .section-member__group.second-group {
  margin-top: 200px;
}
.about .section-member__image-area {
  position: absolute;
  top: -100px;
}
.about .section-member__image img {
  width: 20vw;
}
.about .section-member__lead-area {
  margin-top: 150px;
  margin-left: 15vw;
  padding-left: 8vw;
}
.about .section-member__lead-area .introduction {
  margin-top: 50px;
}
.about .section-member__lead-area .introduction dl {
  display: flex;
  flex-wrap: wrap;
}
.about .section-member__lead-area .introduction dt {
  width: 10%;
  white-space: nowrap;
  padding-right: 30px;
}
.about .section-member__lead-area .introduction dd {
  width: 90%;
  padding-bottom: 20px;
}
.about .section-member__lead-area .introduction dd:last-child {
  padding-bottom: 0;
}
@media (max-width: 834px) {
  .about .section-member__image-area {
    position: static;
    text-align: center;
  }
  .about .section-member__image img {
    width: 80%;
  }
  .about .section-member__lead-area {
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
  }
  .about .section-member__lead-area .introduction dt {
    width: 15%;
  }
  .about .section-member__lead-area .introduction dd {
    width: 85%;
  }
  .about .section-member__group.second-group {
    margin-top: 100px;
  }
  .about .section-member__group.second-group .section-member__lead-area {
    margin-top: 0;
  }
}
.about .section-images__image-area.flexbox {
  justify-content: space-between;
}
.about .section-images__image-left {
  margin-top: 240px;
  width: 22.059vw;
  height: 32.353vw;
  background: url("../images/about/images_image01.webp") no-repeat;
  background-size: cover;
}
.about .section-images__image-right {
  width: 40.515vw;
  height: 40.515vw;
  background: url("../images/about/images_image02.webp") no-repeat;
  background-size: cover;
}
@media (max-width: 834px) {
  .about .section-images__image-area.flexbox {
    flex-direction: column-reverse;
  }
  .about .section-images__image-left {
    margin-left: 0;
    margin-top: 100px;
    width: 50vw;
    height: 73.08vw;
  }
  .about .section-images__image-right {
    margin: 0 0 0 auto;
    width: 75.64vw;
    height: 75.64vw;
  }
}
.about .section-company {
  padding-bottom: 300px;
}
.about .section-company__info-area {
  border: 1px solid #284637;
}
.about .section-company__info-area dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
.about .section-company__info-area dt,
.about .section-company__info-area dd {
  padding: 40px 30px;
}
.about .section-company__info-area dt {
  width: 20%;
  border-bottom: 1px solid #284637;
  white-space: nowrap;
}
.about .section-company__info-area dd {
  width: 80%;
  border-bottom: 1px solid #284637;
}
.about .section-company__info-area dd span {
  margin-left: 10px;
}
.about .section-company__info-area dt:nth-child(11),
.about .section-company__info-area dd:last-child {
  border-bottom: 0;
}
.about .section-company__info-area a {
  border-bottom: 1px solid #284637;
}
.about .section-company__info-area a:hover {
  opacity: 0.5;
}
@media (max-width: 834px) {
  .about .section-company {
    padding-bottom: 250px;
  }
  .about .section-company__info-area dl {
    display: block;
    flex-wrap: nowrap;
  }
  .about .section-company__info-area dt,
  .about .section-company__info-area dd {
    padding: 30px 20px;
  }
  .about .section-company__info-area dt {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 10px;
  }
  .about .section-company__info-area dd {
    width: 100%;
    padding-top: 10px;
  }
  .about .section-company__info-area dd span {
    display: block;
    margin-left: 0;
  }
}
.about .footer__illust-area {
  position: absolute;
  top: -120px;
  left: 28vw;
}
.about .footer__illust-area img {
  width: 320px;
}
@media (max-width: 834px) {
  .about .footer__illust-area {
    top: -80px;
    left: 6vw;
  }
  .about .footer__illust-area img {
    width: 220px;
  }
}

.works .section-works,
.works .section-detail {
  margin-top: 311px;
}
.works .section-works h3,
.works .section-detail h3 {
  font-size: 3.2rem;
  margin-bottom: 50px;
}
@media (max-width: 834px) {
  .works .section-works,
  .works .section-detail {
    margin-top: 100px;
  }
  .works .section-works h3,
  .works .section-detail h3 {
    font-size: 2.4rem;
  }
}
.works .section-works {
  padding-bottom: 300px;
}
.works .section-works h4 {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
.works .section-works__works-area ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 40px;
  width: 100%;
}
.works .section-works__works-area li {
  width: 100%;
}
.works .section-works__works-area a {
  display: block;
  width: 100%;
  height: 100%;
}
.works .section-works__works-area a:hover .section-works__data {
  opacity: 0.5;
}
.works .section-works__data {
  margin-top: 20px;
  transition: opacity 0.3s ease-in-out;
}
.works .section-works__data .category {
  font-size: 1.2rem;
}
.works .section-works__data .category span {
  padding: 2px 5px;
  border: 1px solid #284637;
}
@media (max-width: 834px) {
  .works .section-works {
    padding-bottom: 250px;
  }
  .works .section-works__works-area ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
  .works .section-works__works-area li h4 {
    font-size: 1.4rem;
  }
  .works .section-works__works-area li:first-child {
    grid-column: span 2;
  }
  .works .section-works__works-area li:first-child h4 {
    font-size: 1.8rem;
  }
}
.works .section-detail h4 {
  font-size: 1.8rem;
  padding: 50px 0;
  border-bottom: 1px solid #284637;
}
.works .section-detail__lead-detail dt {
  font-weight: 700;
  padding-top: 30px;
}
@media (max-width: 834px) {
  .works .section-detail h4 {
    padding: 30px 0;
  }
  .works .section-detail__lead-detail dt {
    padding-top: 20px;
  }
}
.works .section-detail__swiper-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(320px, 52vw, 600px);
  overflow: hidden;
}
.works .section-detail__swiper-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 834px) {
  .works .section-detail__swiper-image {
    height: clamp(260px, 78vw, 420px);
  }
}
.works .modaal-close {
  color: #edede8;
  border-radius: 0;
}
.works .modaal-close:focus, .works .modaal-close:hover {
  background: rgba(0, 0, 0, 0);
}
.works .modaal-close:focus::after, .works .modaal-close:focus::before, .works .modaal-close:hover::after, .works .modaal-close:hover::before {
  background: #edede8;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.works .modaal-close::after, .works .modaal-close::before {
  top: 0;
  right: 0;
  width: 1px;
  height: 40px;
  border-radius: 0;
  background: #edede8;
}

@media (hover: hover) and (pointer: fine) {
  .works .section-detail__swiper-image,
  .works .section-detail__swiper-image img {
    cursor: zoom-in !important;
  }
}
.services h3 {
  font-size: 3.2rem;
  margin-bottom: 50px;
}
.services h3 span {
  display: block;
}
.services h3 .h3_category {
  padding-bottom: 50px;
}
.services h3 .h3_sub {
  font-size: 1.8rem;
  color: rgba(40, 70, 55, 0.5);
}
.services h3 .h3_title {
  font-size: 2.8rem;
  padding-top: 10px;
}
.services h4 {
  font-size: 3.8rem;
  line-height: 5rem;
  margin-bottom: 50px;
}
.services h5 {
  font-size: 2.4rem;
}
.services h6 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.services h6 span {
  position: absolute;
  display: block;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  font-size: 2.4rem;
  line-height: 50px;
  background-color: #ffce8a;
  text-align: center;
}
.services .section-services__order-area,
.services .section-services__price-area {
  margin-top: 200px;
}
@media (max-width: 834px) {
  .services h3 {
    font-size: 2.4rem;
  }
  .services h3 .h3_sub {
    font-size: 1.6rem;
  }
  .services h3 .h3_title {
    font-size: 2.1rem;
  }
  .services h4 {
    font-size: 2.4rem;
    line-height: 4rem;
    margin-bottom: 30px;
  }
  .services h5 {
    font-size: 2.1rem;
  }
  .services h6 span {
    position: absolute;
    display: block;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
    line-height: 50px;
    background-color: #ffce8a;
    text-align: center;
  }
  .services .section-services__order-area,
  .services .section-services__price-area {
    margin-top: 150px;
  }
}
.services .section-services {
  margin-top: 311px;
}
.services .section-services__top-area .section__inner {
  padding-right: 0;
}
.services .section-services__top-cont {
  margin-top: 200px;
}
.services .section-services__top-cont:first-child {
  margin-top: 0;
}
.services .section-services__image {
  padding: 0 4vw 4vw 0;
}
.services .section-services__image img {
  box-shadow: 4vw 4vw 0 0 rgba(40, 70, 55, 0.15);
}
.services .section-services__lead-area {
  padding: 50px 4vw 0 0;
}
@media (max-width: 834px) {
  .services .section-services {
    margin-top: 100px;
  }
  .services .section-services__top-cont {
    margin-top: 100px;
  }
  .services .section-services__image {
    padding: 0 6vw 6vw 0;
  }
  .services .section-services__image img {
    box-shadow: 6vw 6vw 0 0 rgba(40, 70, 55, 0.15);
  }
  .services .section-services__lead-area {
    padding: 50px 6vw 0 0;
  }
}
.services .section-services__order-area {
  padding-bottom: 300px;
}
.services .section-services__order-area .section__inner {
  padding-right: 0;
}
.services .swiper-slide__order-item {
  position: relative;
  padding: 40px 30px 30px;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.6);
}
.services .section-services__price-area {
  padding-bottom: 300px;
}
.services .table-border {
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #284637;
}
.services .section-services__price table {
  width: 100%;
}
.services .section-services__price table tr:first-child th,
.services .section-services__price table tr:first-child td {
  padding-bottom: 20px;
  border-bottom: 1px solid #284637;
}
.services .section-services__price table tr:last-child th,
.services .section-services__price table tr:last-child td {
  padding-top: 20px;
}
.services .section-services__price table th {
  width: 10%;
  white-space: nowrap;
  font-weight: 400;
}
.services .section-services__price table td {
  width: auto;
}
.services .section-services__price table td span {
  padding-left: 20px;
}
.services .section-services__price ul {
  margin-top: 20px;
  font-size: 1.4rem;
}
.services .section-services__price ul li:before {
  content: "※";
  font-size: 1.2rem;
  padding-right: 5px;
}
@media (max-width: 834px) {
  .services .section-services__price-area {
    padding-bottom: 250px;
  }
  .services .section-services__price table th {
    width: 80px;
  }
  .services .section-services__price table td span {
    padding-left: 0;
    display: block;
  }
}
.services .swiper-container {
  margin-top: 50px;
  padding: 50px 0 30px;
}
.services .sliderorder {
  width: 300px;
  height: 316px;
}
.services .swiper-slide {
  display: flex;
  align-items: stretch;
}
.services .swiper-horizontal > .swiper-pagination-bullets,
.services .swiper-pagination-bullets.swiper-pagination-horizontal,
.services .swiper-pagination-custom,
.services .swiper-pagination-fraction {
  left: 50px;
  text-align: left;
}
@media (max-width: 834px) {
  .services .swiper-container {
    margin-top: 30px;
    padding: 30px 0 30px;
  }
}
@media (max-width: 834px) {
  .services .toggle:checked + .category + .content {
    height: 120px;
  }
}

.contact .section-contact {
  margin-top: 311px;
  padding-bottom: 300px;
}
.contact h3 {
  font-size: 2.1rem;
  padding-bottom: 50px;
}
.contact #formWrap {
  width: 100%;
  max-width: 835px;
}
.contact table {
  width: 100%;
}
.contact table.formTable {
  width: 100%;
}
.contact table.formTable th,
.contact table.formTable td {
  width: 100%;
  display: block;
}
.contact table.formTable th {
  padding-bottom: 20px;
  font-weight: 700;
}
.contact table.formTable th span {
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 10px;
  background-color: #ffce8a;
  border-radius: 14px;
}
.contact table.formTable td {
  padding-bottom: 50px;
}
.contact table.formTable td.checkbox {
  padding-bottom: 20px;
}
.contact table.formTable td.checkbox:last-child {
  padding-bottom: 50px;
}
.contact table.formTable td.namebox {
  display: block;
}
.contact table.formTable td.namebox .namebox__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact table.formTable td.checkbox-pp {
  padding-left: 1.8em;
  text-indent: -1.8em;
  padding-bottom: 0;
}
.contact table.formTable td.checkbox-pp a {
  border-bottom: 1px solid #284637;
}
.contact table.formTable td.checkbox-pp a:hover {
  opacity: 0.5;
}
.contact form input[type=text],
.contact form input[type=tel],
.contact form input[type=email],
.contact form textarea {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  padding: 18px;
  color: #284637;
  border: 1px solid rgba(40, 70, 55, 0.5);
  border-radius: 5px;
  width: 100%;
}
.contact form textarea {
  height: 300px;
}
.contact form input[type=text]:checked:after,
.contact form textarea:checked:after {
  border: 1px solid #284637;
}
.contact .hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact .c-button {
  background-color: #edede8;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
}
.contact .c-button:hover {
  background-color: rgba(40, 70, 55, 0.1);
}
.contact .c-button--arrow::after {
  bottom: 25px;
}
.contact input[type=checkbox] {
  display: none;
}
.contact .label {
  position: relative;
  padding: 0 0 0 30px;
}
.contact .label:hover:after {
  border-color: #284637;
}
.contact .label:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  margin: -8px 0 0 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid rgba(40, 70, 55, 0.5);
  border-radius: 2px;
  z-index: 0;
}
.contact .label:after, .contact .label:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
.contact .label:before {
  left: 7px;
  margin-top: -4px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #284637;
  border-bottom: 2px solid #284637;
  transform: rotate(45deg);
  opacity: 0;
}
.contact input[type=checkbox]:checked + .label:before {
  opacity: 1;
  z-index: 1;
}
.contact ::-moz-placeholder {
  color: rgba(40, 70, 55, 0.5);
}
.contact ::placeholder {
  color: rgba(40, 70, 55, 0.5);
}
.contact .bg:focus {
  background-color: #eee;
  outline: 1px solid #284637;
}
.contact .form-error {
  color: #d33;
  font-size: 1.2rem;
  margin-top: 6px;
  line-height: 1.4;
}
.contact .footer {
  padding: 0;
  color: #284637;
  background-color: #edede8;
  border-top: 1px solid rgba(40, 70, 55, 0.5);
}
.contact .footer small {
  margin: 10px 0;
}
.contact .section-contact__thanks {
  max-width: 835px;
}
.contact .section-contact__thanks p {
  margin-bottom: 20px;
}
.contact .section-contact__thanks p:last-child {
  margin-bottom: 0;
}
@media (max-width: 834px) {
  .contact .section-contact {
    margin-top: 100px;
    padding-bottom: 250px;
  }
}

.privacypolicy .section-privacypolicy {
  margin-top: 311px;
  padding-bottom: 300px;
}
.privacypolicy .section-privacypolicy__lead-area {
  margin-bottom: 50px;
}
.privacypolicy .section-privacypolicy__list-area dt {
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #284637;
  margin-bottom: 20px;
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacypolicy .section-privacypolicy__list-area dt span {
  padding-right: 10px;
  font-size: 2rem;
}
.privacypolicy .section-privacypolicy__list-area dd {
  margin-bottom: 50px;
}
.privacypolicy .section-privacypolicy__list-area dd:last-child {
  margin-bottom: 0;
}
.privacypolicy .section-privacypolicy__list-area a {
  border-bottom: 1px solid #284637;
}
.privacypolicy .section-privacypolicy__list-area a:hover {
  opacity: 0.5;
}
.privacypolicy .td_subtitle {
  font-weight: 700;
  margin-bottom: 10px;
}
.privacypolicy .td_article {
  margin-bottom: 10px;
}
.privacypolicy .td_article-list {
  list-style-type: circle;
  margin-left: 1.2em;
  margin-bottom: 30px;
}
.privacypolicy .td_article-list:last-child {
  margin-bottom: 0;
}
@media (max-width: 834px) {
  .privacypolicy .section-privacypolicy {
    margin-top: 100px;
    padding-bottom: 250px;
  }
}

.section-recommend {
  margin-top: 200px;
  padding-bottom: 300px;
}
.section-recommend__title {
  width: 8.84%;
}
.section-recommend h3 {
  font-size: 2.4rem;
  writing-mode: vertical-rl;
}
.section-recommend h4 {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}
.section-recommend__list {
  width: 91.16%;
  margin-top: 50px;
}
.section-recommend__list ul {
  flex-wrap: wrap;
  align-content: space-between;
}
.section-recommend__list ul li {
  width: calc(25% - 22.5px);
  margin: 0 0 0 30px;
}
.section-recommend__list ul li:first-child {
  margin-left: 0;
}
.section-recommend__list a {
  display: block;
  width: 100%;
  height: 100%;
}
.section-recommend__list .category {
  font-size: 1rem;
}
.section-recommend__list .category span {
  display: inline-block;
  line-height: normal;
  padding: 2px 5px;
  border: 1px solid #284637;
  transition: all 0.3s ease-out;
}
.section-recommend__list a:hover .section-recommend__data {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.section-recommend__data {
  margin-top: 20px;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 834px) {
  .section-recommend {
    margin-top: 150px;
    padding-bottom: 250px;
  }
  .section-recommend__title {
    width: 15%;
  }
  .section-recommend h3 {
    font-size: 2.1rem;
  }
  .section-recommend__list {
    width: 85%;
  }
  .section-recommend__list ul li {
    width: calc(50% - 15px);
  }
  .section-recommend__list ul li:first-child, .section-recommend__list ul li:nth-child(2) {
    margin-bottom: 30px;
  }
  .section-recommend__list ul li:nth-child(3) {
    margin-left: 0;
  }
}