@charset "UTF-8";
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #313131;
}

html {
  font-size: 16px;
  line-height: 1.8;
  color: #313131;
  letter-spacing: 0.03em;
  word-break: break-all;
  background: #fff;
}

body {
  margin: 0;
  background: #f6f1ea;
}

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

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  vertical-align: top;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #313131;
  text-decoration: none;
}

input,
select,
textarea,
button {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background: none;
  border: none;
  border-radius: 0;
}

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

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
  border: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

main {
  display: block;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    position: relative;
    font-size: 15px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 110px;
  background: #f6f1ea;
}
@media only screen and (max-width: 1280px) {
  .header {
    height: 110px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__logo {
  position: relative;
  width: 189px;
  margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    width: 169px;
    margin-left: 11px;
  }
}
.headerLink {
  position: relative;
  display: flex;
  gap: 38px;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  margin-right: 20px;
  margin-left: auto;
}
@media only screen and (max-width: 1280px) {
  .headerLink {
    display: none;
  }
}
.headerLink__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.headerLink__item a._parent {
  position: relative;
  padding-bottom: 37px;
  font-weight: bold;
  transition: all 0.3s;
}
.headerLink__item a._parent::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 7px;
  height: 7px;
  content: "";
  background: #009544;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.headerLink__item:hover a._parent {
  color: #009544;
}
.headerLink__item:hover a._parent::before {
  transform: translateY(-50%) scale(1.5);
}
.headerLink__item._communication ._parent::after {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #009544;
  text-align: center;
  letter-spacing: 0;
  content: "Communication";
  transform: translateX(-50%);
}
.headerLink__item._communication:hover .headerLink__sub._communication {
  pointer-events: auto;
  opacity: 1;
}
.headerLink__item._broadcast ._parent::after {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #009544;
  text-align: center;
  letter-spacing: 0;
  content: "Broadcasting";
  transform: translateX(-50%);
}
.headerLink__item._broadcast:hover .headerLink__sub._broadcast {
  pointer-events: auto;
  opacity: 1;
}
.headerLink__item._solution ._parent::after {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #009544;
  text-align: center;
  letter-spacing: 0;
  content: "Solutions";
  transform: translateX(-50%);
}
.headerLink__item._solution:hover .headerLink__sub._solution {
  pointer-events: auto;
  opacity: 1;
}
.headerLink__item._product ._parent::after {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #009544;
  text-align: center;
  letter-spacing: 0;
  content: "Products";
  transform: translateX(-50%);
}
.headerLink__item._product:hover .headerLink__sub._product {
  pointer-events: auto;
  opacity: 1;
}
.headerLink__item._corporate ._parent::after {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #009544;
  text-align: center;
  letter-spacing: 0;
  content: "Company";
  transform: translateX(-50%);
}
.headerLink__item._corporate:hover .headerLink__sub._corporate {
  pointer-events: auto;
  opacity: 1;
}
.headerLink__item._contact ._parent::after {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #009544;
  text-align: center;
  letter-spacing: 0;
  content: "Contact";
  transform: translateX(-50%);
}
.headerLink__sub {
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  display: grid;
  gap: 14px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 25px 18px 15px 25px;
  font-weight: 500;
  pointer-events: none;
  background: #fff;
  border: 2px solid #009544;
  border-radius: 11px;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}
.headerLink__sub a._child {
  position: relative;
  padding-right: 34px;
  white-space: nowrap;
  transition: color 0.3s;
}
.headerLink__sub a._child::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  content: "";
  background: url("./img/arrow.svg") no-repeat right center/16px auto;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.headerLink__sub a._child:hover {
  color: #009544;
}
.headerLink__sub a._child:hover::after {
  right: -4px;
}
.header__tell {
  position: relative;
  padding-left: 44px;
  margin-right: 24px;
  font-size: 14px;
}
@media only screen and (max-width: 1280px) {
  .header__tell {
    display: none;
  }
}
.header__tell::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 37.41px;
  height: 37.41px;
  content: "";
  background: url("./img/icon_tel.svg") no-repeat left center/contain;
  transform: translateY(-50%);
}
.header__tell span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #009544;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  height: 100vh;
  padding: 0 22px;
  padding-bottom: 120px;
  overflow-y: scroll;
  pointer-events: none;
  background: #3d3d3d;
  opacity: 0;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 1281px) {
  .drawerWrap {
    display: none;
    pointer-events: none;
    opacity: 0;
  }
}
._active .drawer {
  pointer-events: auto;
  opacity: 1;
}
.drawer .header__logo {
  position: absolute;
  top: 19px;
  z-index: 50;
  width: 142px;
  margin-left: 0;
}
.drawer .header__logo svg {
  width: 100%;
  fill: #fff;
}
.drawerTopList {
  width: 100%;
  padding-top: 95px;
  background: #3d3d3d;
}
.drawerTopList__item {
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #666;
}
.drawerTopList__item a {
  color: #fff;
}
.drawerTopList__item a.drawaeTopLIst__parent {
  position: relative;
  display: block;
}
.drawerTopList__item a.drawaeTopLIst__parent::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 3px;
  content: "";
  background: #009544;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.drawerTopList__item a.drawaeTopLIst__parent::after {
  position: absolute;
  top: 27px;
  right: 5.5px;
  width: 3px;
  height: 14px;
  content: "";
  background: #009544;
  transition: transform 0.3s;
}
.drawerTopList__item a._parentMenu {
  display: block;
  padding: 20px 0;
}
.drawerTopList__detail {
  gap: 20px;
}
.drawerTopList__detail a {
  position: relative;
  display: block;
  padding-left: 22px;
  margin-top: 20px;
  font-weight: normal;
}
.drawerTopList__detail a:first-child {
  margin-top: 10px;
}
.drawerTopList__detail a:last-child {
  margin-bottom: 20px;
}
.drawerBottomList {
  display: grid;
  gap: 15px;
  padding-bottom: 120px;
  margin-top: 50px;
}
.drawerBottomList__item a {
  color: #fff;
}
.drawer__logo {
  position: absolute;
  top: 12.5px;
  left: 5%;
  width: 30.74%;
}
.drawer__logo svg {
  width: 100%;
}
.drawerButton {
  position: fixed;
  top: 24px;
  right: 13px;
  z-index: 30;
  width: 62px;
  height: 62px;
}
.drawerButton__inner {
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  margin: auto;
  background: #009544;
  border-radius: 50%;
}
._active .drawerButton__inner {
  border-color: #fff;
}
.drawerButton__top {
  position: absolute;
  top: 21px;
  left: 50%;
  width: 28px;
  height: 2.5px;
  background-color: #fff;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: transform 0.3s;
}
._active .drawerButton__top {
  left: 27px;
  transform: translateY(20.5px) rotate(45deg) translateX(-50%);
}
.drawerButton__med {
  position: absolute;
  top: 31px;
  left: 50%;
  width: 28px;
  height: 2.5px;
  background-color: #fff;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: transform 0.3s;
}
._active .drawerButton__med {
  opacity: 0;
}
.drawerButton__bottom {
  position: absolute;
  top: 41px;
  left: 50%;
  width: 28px;
  height: 2.5px;
  background-color: #fff;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: transform 0.3s;
}
._active .drawerButton__bottom {
  left: 27px;
  transform: translateY(-19px) rotate(-45deg) translateX(-50%);
}

.js-accordion:not(._open) .js-accordionContent {
  display: none;
}
.js-accordion._open .js-accordionContent {
  display: block;
}
.js-accordion._open .js-accordionBtn::after {
  transform: rotate(90deg);
}
.js-accordion .js-accordionContent {
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}

body._drawerOpen {
  overflow: hidden;
}

.footer__inner {
  width: 80%;
  padding-top: 57px;
  padding-bottom: 140px;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  .footer__inner {
    width: 86.513% !important;
    padding-top: 62px;
    padding-bottom: 144px;
  }
}

.footer__content {
  display: grid;
  gap: 40px;
}
@media only screen and (min-width: 1281px) {
  .footer__content {
    grid-template-columns: auto 1fr;
    gap: 15%;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__content {
    gap: 26px;
  }
}

@media only screen and (min-width: 1025px) {
  .footer__detail {
    margin-top: 20px;
  }
}

.footer__logo {
  width: 220px;
}

.footer__info {
  margin-top: 31px;
  font-size: 14px;
  font-weight: 500;
}

.footer__contact {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  .footer__contact {
    display: grid;
    gap: 23px;
    margin-top: 18px;
  }
}

.footer__tel {
  position: relative;
  padding-left: 44px;
  font-size: 14px;
}
.footer__tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 37.41px;
  height: 37.41px;
  content: "";
  background: url("./img/icon_tel.svg") no-repeat left center/contain;
  transform: translateY(-50%);
}
.footer__tel a {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #009544;
}
@media only screen and (min-width: 1025px) {
  .footer__tel a {
    pointer-events: none;
  }
}

.footerLink {
  display: grid;
  grid-template-areas: "div1 div1" "div2 div3" "div4 div5" "div6 div7" "div8 div9";
  grid-template-rows: repeat(5, 1fr);
  -moz-column-gap: 37px;
       column-gap: 37px;
}
@media only screen and (max-width: 1024px) {
  .footerLink {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.footerLink__item {
  padding: 12px 0 4px;
  border-bottom: 1px solid #e5ded4;
}
@media only screen and (max-width: 1024px) {
  .footerLink__item {
    padding: 10px 0;
  }
}
.footerLink__item a {
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
}
.footerLink__item a:hover {
  color: #009544;
}
@media only screen and (max-width: 1024px) {
  .footerLink__item a {
    font-size: 13px;
  }
}
.footerLink__item:nth-child(1) {
  grid-area: div1;
}
.footerLink__item:nth-child(2) {
  grid-area: div2;
}
.footerLink__item:nth-child(3) {
  grid-area: div3;
}
.footerLink__item:nth-child(4) {
  grid-area: div4;
}
.footerLink__item:nth-child(5) {
  grid-area: div5;
}
.footerLink__item:nth-child(6) {
  grid-area: div6;
}
.footerLink__item:nth-child(7) {
  grid-area: div7;
}
.footerLink__item:nth-child(8) {
  grid-area: div8;
}
.footerLink__item:nth-child(9) {
  grid-area: div9;
}

.footer__copyright {
  margin-top: 40px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .footer__copyright {
    text-align: center;
  }
}

.fixedLink {
  position: relative;
  margin-top: 149px;
}
@media only screen and (max-width: 1024px) {
  .fixedLink {
    margin-top: 45px;
  }
}
.fixedLink::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 268px;
  content: "";
  background: #009544;
}
@media only screen and (max-width: 1024px) {
  .fixedLink::after {
    height: 400px;
  }
}

.fixedLink__inner {
  position: relative;
  z-index: 2;
}

.fixedLinkList {
  display: grid;
  gap: 2.4%;
  padding-bottom: 121px;
}
@media only screen and (min-width: 1025px) {
  .fixedLinkList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .fixedLinkList {
    gap: 24px;
    padding-bottom: 61px;
  }
}

.fixedLinkList__item {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .fixedLinkList__item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(33, 33, 33, 0.8);
    border-radius: 24px;
    transition: background 0.3s;
  }
  .fixedLinkList__item::after {
    position: absolute;
    top: 50%;
    height: 100%;
    content: "";
    transform: translateY(-50%);
  }
  .fixedLinkList__item._01::after {
    left: 3.369%;
    width: 37.9%;
    background: url("./img/link01_text.svg") no-repeat center center/contain;
  }
  .fixedLinkList__item._02::after {
    left: 5.887%;
    width: 28.4%;
    background: url("./img/link02_text.svg") no-repeat center center/contain;
  }
  .fixedLinkList__item:hover::before {
    background: rgba(33, 33, 33, 0.6);
  }
}
.fixedLinkList__item img {
  border-radius: 24px;
}

.recruitFloat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
.recruitFloat svg {
  transition: opacity 0.3s;
}
.recruitFloat svg #bg {
  transition: fill 0.3s;
}
.recruitFloat svg #circle {
  transform-origin: center center;
  animation: 10s linear 0s infinite normal none running rotate;
}
@media only screen and (max-width: 1024px) {
  .recruitFloat svg {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .recruitFloat {
    right: auto;
    bottom: 6px;
    left: 50%;
    width: calc(100% - 20px);
    max-width: 373px;
    padding: 15px 11px;
    background: #313131;
    border-radius: 12px;
    transform: translateX(-50%);
  }
  .recruitFloat::before {
    position: absolute;
    top: 50%;
    right: 23px;
    z-index: 2;
    width: 24px;
    height: 24px;
    content: "";
    background: #f6f1ea;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .recruitFloat::after {
    position: absolute;
    top: 50%;
    right: 29.4px;
    z-index: 3;
    width: 11.2px;
    height: 8.96px;
    content: "";
    background-color: #313131;
    border-radius: 50%;
    -webkit-mask: url("./img/icon_arrow.svg") no-repeat center center/contain;
            mask: url("./img/icon_arrow.svg") no-repeat center center/contain;
    transform: translateY(-50%);
  }
}
.recruitFloat span {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .recruitFloat span {
    display: none;
  }
}
.recruitFloat span._english {
  font-family: "Lato", sans-serif;
  font-size: 27px;
}
.recruitFloat:hover svg #bg {
  fill: #009544;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.mv {
  position: relative;
  margin-top: 110px;
}
.mv .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.mv .swiper .swiper-slide {
  width: 64.666%;
}
@media only screen and (max-width: 1024px) {
  .mv .swiper .swiper-slide {
    width: 86.513%;
  }
}
.mv__img {
  position: relative;
}
.mv__img::before {
  display: block;
  padding-top: 82.474%;
  content: "";
}
@media only screen and (max-width: 1024px) {
  .mv__img::before {
    padding-top: 134%;
  }
}
.mv__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.mv__copy {
  position: absolute;
  top: 30%;
  left: 3.4666%;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .mv__copy {
    top: 34%;
    left: 0;
    z-index: 11;
    padding-left: 3.4666%;
  }
  .mv__copy::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.4);
  }
}
.mv__content {
  position: relative;
  z-index: 10;
  max-width: 1000px;
  padding: 78px 58px 0;
  margin-top: -105px;
  background: #f6f1ea;
  border-radius: 0 22px 0 0;
}
@media only screen and (max-width: 1024px) {
  .mv__content {
    padding: 61px 26px 0;
    margin-top: 0;
  }
}
.mv__title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
}
.mv__title span {
  position: relative;
  font-size: 32px;
  color: #009544;
}
.mv__title span::before {
  position: absolute;
  top: -14px;
  left: 50%;
  width: 6px;
  height: 6px;
  content: "";
  background: #009544;
  border-radius: 50%;
  transform: translateX(-50%);
}
.mv__text {
  margin-top: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .mv__text {
    margin-top: 23px;
    font-size: 16px;
  }
}
.mv .scroll__down {
  position: absolute;
  bottom: 100px;
  left: 12px;
  z-index: 20;
  width: 25px;
  height: 280px;
}
@media only screen and (max-width: 1024px) {
  .mv .scroll__down {
    display: none;
  }
}
.mv .scroll__downText {
  position: absolute;
  top: 0;
  left: 0;
  left: 50%;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  writing-mode: vertical-lr;
  transform: translateX(-50%);
}
.mv .scroll__down::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 11px;
  height: 11px;
  content: "";
  background: #009544;
  border-radius: 50%;
  transform: translateX(-50%);
  animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
  animation-delay: 3.5s;
}
@keyframes circlemove {
  0% {
    bottom: 231px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.mv .scroll__down::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 231px;
  content: "";
  background: #009544;
  transform: translateX(-50%);
}

.btn {
  position: relative;
  display: inline-block;
  padding: 13px 62px 13px 29px;
  font-weight: bold;
  color: #f6f1ea;
  background: #009544;
  border: 2px solid #009544;
  border-radius: 48px;
  transition: all 0.3s;
}
.btn::before {
  position: absolute;
  top: 50%;
  right: 23px;
  z-index: 2;
  width: 24px;
  height: 24px;
  content: "";
  background: #f6f1ea;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.btn::after {
  position: absolute;
  top: 50%;
  right: 29.4px;
  z-index: 3;
  width: 11.2px;
  height: 8.96px;
  content: "";
  background-color: #009544;
  border-radius: 50%;
  -webkit-mask: url("./img/icon_arrow.svg") no-repeat center center/contain;
          mask: url("./img/icon_arrow.svg") no-repeat center center/contain;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.btn:hover {
  color: #009544;
  background: #f6f1ea;
}
.btn:hover::before {
  background: #009544;
}
.btn:hover::after {
  background-color: #f6f1ea;
}

.label {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  text-align: center;
}
.label::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #009544;
  border-radius: 50%;
}
.label a {
  color: #fff;
}
.label a span {
  color: #fff;
}

.information {
  padding-top: 419px;
  padding-bottom: 84px;
  margin-top: -363px;
  background: #f1efef;
}
@media only screen and (max-width: 1024px) {
  .information {
    padding-top: 440px;
    padding-bottom: 60px;
  }
}
.information._detail {
  padding: 0 0 120px;
  margin-top: 80px;
  background: #f6f1ea;
}
@media only screen and (max-width: 1024px) {
  .information._detail .informationList {
    padding: 0;
  }
}
.information._detail .search {
  margin-top: 80px;
}
.information._detail .pagerList {
  margin-top: 80px;
  margin-bottom: 0;
}
.information__inner {
  display: grid;
  align-items: flex-start;
  max-width: 1367px;
}
@media only screen and (min-width: 1025px) {
  .information__inner {
    grid-template-columns: 27.5% auto;
    gap: 4%;
  }
}
@media only screen and (max-width: 1024px) {
  .information__inner {
    gap: 12px;
  }
}
.information__box {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 33px;
  margin-top: -130px;
  background: #009544;
}
@media only screen and (max-width: 1024px) {
  .information__box {
    width: 94.358%;
    padding: 20px 24px;
  }
}
.information__box__inner {
  display: flex;
  justify-content: center;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .information__box__inner {
    flex-direction: column;
    margin-left: 20%;
  }
}
@media only screen and (max-width: 1024px) {
  .information__box__inner {
    flex-direction: column;
    align-items: left;
  }
}
@media only screen and (max-width: 1024px) {
  .information__titleAndBtn {
    display: flex;
    align-items: center;
  }
}
.information__title {
  color: #fff;
}
.information__title._en {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  font-weight: 100;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  .information__title._en {
    font-size: 32px;
  }
}
.information__title._ja {
  margin-top: 3px;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .information__title._ja {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .information__btn {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .information__btn {
    margin-top: 7px;
    margin-left: auto;
  }
}
.information__cats {
  margin-top: 28px;
}
@media only screen and (max-width: 1024px) {
  .information__cats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 23px;
  }
}
.information__cat {
  position: relative;
  padding-left: 13px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.9px;
}
.information__cat::before {
  position: absolute;
  top: 11.5px;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.information__cat a {
  color: #fff;
}
.informationList {
  display: grid;
  gap: 36px;
}
@media only screen and (max-width: 1024px) {
  .informationList {
    gap: 31px;
    padding-right: 22px;
    padding-left: 22px;
  }
}
.informationList__item {
  display: flex;
  gap: 22px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .informationList__item .newsLabel {
    min-width: 15em;
    padding-right: 0;
    padding-left: 0;
  }
  .informationList__item .newsLabel::before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .informationList__item {
    display: grid;
    gap: 8px;
  }
}
.informationList__info {
  display: flex;
  gap: 18px;
}
.informationList__title {
  transition: all 0.3s ease;
}
.informationList__title:hover {
  color: #009544;
}
.informationList__date {
  white-space: nowrap;
}

.slide {
  position: relative;
  display: grid;
  margin-bottom: 117px;
  overflow-x: hidden;
}
@media only screen and (min-width: 1025px) {
  .slide {
    grid-template-columns: 5.666% auto;
    gap: 1.5%;
    margin-left: 2.53%;
  }
}
@media only screen and (max-width: 1024px) {
  .slide {
    gap: 22px;
    margin-bottom: 73px;
  }
}
.slide .slide__title {
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 1024px) {
  .slide .slide__title {
    width: 171px;
    padding-left: 23px;
  }
}
.slide__img a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.slide__img a:hover {
  opacity: 0.6;
}
.slide .swiper {
  position: relative;
  width: 100%;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .slide .swiper {
    padding-left: 6.8%;
  }
  .slide .swiper::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 6.7%;
    height: 100%;
    content: "";
    background: #f6f1ea;
  }
}
.slide .swiper-slide {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .slide .swiper-slide {
    width: 42.5%;
  }
}
.slide .swiper-slide::before {
  display: block;
  padding-top: 59.259%;
  content: "";
}
.slide .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media only screen and (max-width: 1024px) {
  .slide .swiper-slide {
    width: 86.513%;
    margin: auto;
  }
}
.slide .swiper-button-prev {
  left: 60px;
  width: 62px;
  height: 62px;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1024px) {
  .slide .swiper-button-prev {
    left: 0;
  }
}
.slide .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  width: 62px;
  height: 62px;
  font-size: 0;
  background: url("./img/arrow_slide.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .slide .swiper-button-prev::after {
    width: 42px;
    height: 42px;
  }
}
.slide .swiper-button-next {
  right: 130px;
  width: 62px;
  height: 62px;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1024px) {
  .slide .swiper-button-next {
    right: 0;
  }
}
.slide .swiper-button-next::after {
  position: absolute;
  top: 50%;
  width: 62px;
  height: 62px;
  font-size: 0;
  background: url("./img/arrow_slide.svg") no-repeat center center/contain;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .slide .swiper-button-next::after {
    width: 42px;
    height: 42px;
  }
}
.slide .swiper-button-prev:hover,
.slide .swiper-button-next:hover {
  transform: scale(1.1935);
}

._link {
  transition: opacity 0.3s;
}
._link:hover {
  opacity: 0.7;
}

.service__inner {
  padding: 115px 7.4% 142px;
  background: url("./img/bg_service.svg") no-repeat right 115px top 68px/303.92px auto, #009544;
  border-radius: 88px;
}
@media only screen and (max-width: 1024px) {
  .service__inner {
    width: 94.91% !important;
    background-position: right 16px top 46px;
    background-size: 188px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .service__inner {
    padding: 63px 28px 36px;
    border-radius: 32px;
  }
}

.service__title {
  display: flex;
  gap: 48px;
  align-items: center;
  margin-bottom: 68px;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #f6f1ea;
}
@media only screen and (max-width: 1024px) {
  .service__title {
    display: grid;
    gap: 0;
    margin-bottom: 45px;
    font-size: 52px;
  }
}
.service__title span {
  font-size: 20px;
  font-weight: 500;
  color: #f6f1ea;
}
@media only screen and (min-width: 1025px) {
  .service__title span {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .service__title span {
    margin-top: 15px;
  }
}

.service__text {
  font-size: 18px;
  color: #f6f1ea;
}
@media only screen and (max-width: 1024px) {
  .service__text {
    font-size: 16px;
  }
}
.service__text + .service__text {
  margin-top: 14px;
}

.serviceList {
  display: grid;
  gap: 86px 3%;
  margin-top: 63px;
}
@media only screen and (min-width: 1025px) {
  .serviceList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .serviceList {
    gap: 20px;
    margin-top: 33px;
  }
}

.service__img {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .service__img img {
    border-radius: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .service__img img {
    border-radius: 20px 20px 0 0;
  }
}

.serviceList__content {
  position: relative;
  z-index: 2;
  display: block;
  padding: 22px 60px 22px 30px;
  background: #313131;
  border-radius: 20px;
  transition: background 0.3s;
}
.serviceList__content::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 38px;
  height: 38px;
  content: "";
  background: url("./img/arrow.svg") no-repeat center center/contain;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media only screen and (min-width: 1025px) {
  .serviceList__content {
    margin: 0 20px;
    margin-top: -65px;
  }
}
@media only screen and (max-width: 1024px) {
  .serviceList__content {
    padding: 11px 60px 11px 22px;
    background-position: right 19px center;
    background-size: 30px auto;
    border-radius: 0 0 20px 20px;
  }
}
.serviceList__content:hover {
  background: #f6f1ea;
}
.serviceList__content:hover::after {
  transform: translateY(-50%) scale(1.157);
}
.serviceList__content:hover .serviceList__title {
  color: #313131;
}

.serviceList__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #f6f1ea;
  transition: color 0.3s;
}
@media only screen and (max-width: 1024px) {
  .serviceList__title {
    font-size: 20px;
  }
}
.serviceList__title span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #009544;
  letter-spacing: 0;
}

.bannerLink {
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .bannerLink {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bannerLink__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 300px;
  padding: 10px;
}
@media only screen and (min-width: 1025px) {
  .bannerLink__item {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .bannerLink__item {
    display: grid;
    grid-template-columns: 85px auto;
    gap: 30px;
    height: 156px;
    padding: 20px;
  }
}
.bannerLink__item::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.bannerLink__item._corporate {
  background: #3d3d3d;
}
.bannerLink__item._recruit {
  background: #009544;
}
.bannerLink__img {
  text-align: center;
}
.bannerLink__title {
  color: #fff;
  letter-spacing: 0;
}
@media only screen and (min-width: 1025px) {
  .bannerLink__title {
    text-align: center;
  }
}
.bannerLink__title._en {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 100;
}
@media only screen and (min-width: 1025px) {
  .bannerLink__title._en {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .bannerLink__title._en {
    font-size: 24px;
  }
}
.bannerLink__title._ja {
  margin-top: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .bannerLink__title._ja {
    margin-top: 7px;
  }
}

.bannerCase {
  padding: 148px 20px 153px;
  color: #fff;
  background: url("./img/banner_case.jpg") no-repeat center center/cover;
}
@media only screen and (max-width: 1024px) {
  .bannerCase {
    padding: 129px 20px 115px;
  }
}
.bannerCase__title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .bannerCase__title {
    font-size: 32px;
  }
}
.bannerCase__text {
  max-width: 757px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  line-height: 27px;
}
.bannerCase__btn {
  margin-top: 53px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .bannerCase__btn {
    margin-top: 42px;
  }
}

.fv {
  position: relative;
  margin-top: 110px;
}
.fv::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 411px;
  content: "";
  background: #009544;
}
@media only screen and (max-width: 1024px) {
  .fv::after {
    height: 287px;
  }
}
.fv .inner {
  position: relative;
  z-index: 2;
}
.fv .ttl_h1 h1 {
  padding-top: 92px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1024px) {
  .fv .ttl_h1 h1 {
    padding-top: 48px;
    font-size: 32px;
  }
}

.fv__title {
  padding-top: 92px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1024px) {
  .fv__title {
    padding-top: 48px;
    font-size: 32px;
  }
}

.fv__img {
  position: relative;
  width: 100%;
  margin-top: 55px;
  background-image: url("./img/fv/img-fv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 52px;
}
@media only screen and (max-width: 1024px) {
  .fv__img {
    background-image: url("./img/fv/img-fv-sp.jpg");
  }
}
@media only screen and (min-width: 1025px) {
  .page-communication .fv__img {
    background-image: url("./img/fv/img-communication.jpg");
  }
  .page-communication .fv__img {
    background-image: url("./img/fv/img-communication.jpg");
  }
  .page-communication .fv__img {
    background-image: url("./img/fv/img-communication.jpg");
  }
  .page-communication .fv__img {
    background-image: url("./img/fv/img-communication.jpg");
  }
  .page-communication .fv__img {
    background-image: url("./img/fv/img-communication.jpg");
  }
  .page-broadcast .fv__img {
    background-image: url("./img/fv/img-broadcast.jpg");
  }
  .page-broadcast .fv__img {
    background-image: url("./img/fv/img-broadcast.jpg");
  }
  .page-broadcast .fv__img {
    background-image: url("./img/fv/img-broadcast.jpg");
  }
  .page-broadcast .fv__img {
    background-image: url("./img/fv/img-broadcast.jpg");
  }
  .page-broadcast .fv__img {
    background-image: url("./img/fv/img-broadcast.jpg");
  }
  .page-solution .fv__img {
    background-image: url("./img/fv/img-solution.jpg");
  }
  .page-solution .fv__img {
    background-image: url("./img/fv/img-solution.jpg");
  }
  .page-solution .fv__img {
    background-image: url("./img/fv/img-solution.jpg");
  }
  .page-solution .fv__img {
    background-image: url("./img/fv/img-solution.jpg");
  }
  .page-solution .fv__img {
    background-image: url("./img/fv/img-solution.jpg");
  }
  .page-product .fv__img {
    background-image: url("./img/fv/img-product.jpg");
  }
  .page-product .fv__img {
    background-image: url("./img/fv/img-product.jpg");
  }
  .page-product .fv__img {
    background-image: url("./img/fv/img-product.jpg");
  }
  .page-product .fv__img {
    background-image: url("./img/fv/img-product.jpg");
  }
  .page-product .fv__img {
    background-image: url("./img/fv/img-product.jpg");
  }
  .page-corporate .fv__img {
    background-image: url("./img/fv/img-corporate.jpg");
  }
  .page-corporate .fv__img {
    background-image: url("./img/fv/img-corporate.jpg");
  }
  .page-corporate .fv__img {
    background-image: url("./img/fv/img-corporate.jpg");
  }
  .page-corporate .fv__img {
    background-image: url("./img/fv/img-corporate.jpg");
  }
  .page-corporate .fv__img {
    background-image: url("./img/fv/img-corporate.jpg");
  }
  .page-contact .fv__img {
    background-image: url("./img/fv/img-contact.jpg");
  }
  .page-contact .fv__img {
    background-image: url("./img/fv/img-contact.jpg");
  }
  .page-contact .fv__img {
    background-image: url("./img/fv/img-contact.jpg");
  }
  .page-contact .fv__img {
    background-image: url("./img/fv/img-contact.jpg");
  }
  .page-contact .fv__img {
    background-image: url("./img/fv/img-contact.jpg");
  }
}
@media only screen and (max-width: 1024px) {
  .page-communication .fv__img {
    background-image: url("./img/fv/img-communication-sp.jpg");
  }
  .page-communication .fv__img {
    background-image: url("./img/fv/img-communication-sp.jpg");
  }
  .page-communication .fv__img {
    background-image: url("./img/fv/img-communication-sp.jpg");
  }
  .page-communication .fv__img {
    background-image: url("./img/fv/img-communication-sp.jpg");
  }
  .page-communication .fv__img {
    background-image: url("./img/fv/img-communication-sp.jpg");
  }
  .page-broadcast .fv__img {
    background-image: url("./img/fv/img-broadcast-sp.jpg");
  }
  .page-broadcast .fv__img {
    background-image: url("./img/fv/img-broadcast-sp.jpg");
  }
  .page-broadcast .fv__img {
    background-image: url("./img/fv/img-broadcast-sp.jpg");
  }
  .page-broadcast .fv__img {
    background-image: url("./img/fv/img-broadcast-sp.jpg");
  }
  .page-broadcast .fv__img {
    background-image: url("./img/fv/img-broadcast-sp.jpg");
  }
  .page-solution .fv__img {
    background-image: url("./img/fv/img-solution-sp.jpg");
  }
  .page-solution .fv__img {
    background-image: url("./img/fv/img-solution-sp.jpg");
  }
  .page-solution .fv__img {
    background-image: url("./img/fv/img-solution-sp.jpg");
  }
  .page-solution .fv__img {
    background-image: url("./img/fv/img-solution-sp.jpg");
  }
  .page-solution .fv__img {
    background-image: url("./img/fv/img-solution-sp.jpg");
  }
  .page-product .fv__img {
    background-image: url("./img/fv/img-product-sp.jpg");
  }
  .page-product .fv__img {
    background-image: url("./img/fv/img-product-sp.jpg");
  }
  .page-product .fv__img {
    background-image: url("./img/fv/img-product-sp.jpg");
  }
  .page-product .fv__img {
    background-image: url("./img/fv/img-product-sp.jpg");
  }
  .page-product .fv__img {
    background-image: url("./img/fv/img-product-sp.jpg");
  }
  .page-corporate .fv__img {
    background-image: url("./img/fv/img-corporate-sp.jpg");
  }
  .page-corporate .fv__img {
    background-image: url("./img/fv/img-corporate-sp.jpg");
  }
  .page-corporate .fv__img {
    background-image: url("./img/fv/img-corporate-sp.jpg");
  }
  .page-corporate .fv__img {
    background-image: url("./img/fv/img-corporate-sp.jpg");
  }
  .page-corporate .fv__img {
    background-image: url("./img/fv/img-corporate-sp.jpg");
  }
  .page-contact .fv__img {
    background-image: url("./img/fv/img-contact-sp.jpg");
  }
  .page-contact .fv__img {
    background-image: url("./img/fv/img-contact-sp.jpg");
  }
  .page-contact .fv__img {
    background-image: url("./img/fv/img-contact-sp.jpg");
  }
  .page-contact .fv__img {
    background-image: url("./img/fv/img-contact-sp.jpg");
  }
  .page-contact .fv__img {
    background-image: url("./img/fv/img-contact-sp.jpg");
  }
}
:is(.post-type-archive-case, .tax-case_category, .single-case) .fv__img {
  background-image: url("./img/fv/img-case.jpg");
}
.fv__img::before {
  display: block;
  padding-top: 25%;
  content: "";
}
@media only screen and (max-width: 1024px) {
  .fv__img::before {
    padding-top: 59.411%;
  }
}
@media only screen and (max-width: 1024px) {
  .fv__img {
    margin-top: 34px;
    border-radius: 30px;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  color: #fff;
}
.breadcrumb span {
  color: #fff;
}
.breadcrumb span a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}

.list__dls {
  margin-top: 30px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 1024px) {
  .list__dls {
    margin-top: 10px;
    margin-bottom: 100px;
  }
}
.list__dl {
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .list__dl {
    grid-template-columns: 200px auto;
  }
}
.list__dt {
  padding: 27px 0;
  font-weight: bold;
  line-height: 28.8px;
  border-bottom: 1px solid #009544;
}
@media only screen and (max-width: 1024px) {
  .list__dt {
    position: relative;
    padding: 25px 0 0 12px;
    border: none;
  }
  .list__dt::before {
    position: absolute;
    top: 30px;
    left: 0;
    width: 1px;
    height: 20px;
    content: "";
    background: #009544;
  }
}
.list__dd {
  padding: 27px 0 27px 23px;
  line-height: 28.8px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .list__dd {
    padding: 0 0 16px 12px;
    margin-top: 9px;
  }
}
.list__btn {
  margin-top: 113px;
  margin-bottom: 150px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .list__btn {
    margin-top: 93px;
    margin-bottom: 124px;
  }
}

.linkBtnList {
  display: grid;
  gap: 30px 40px;
  margin-top: 85px;
}
@media only screen and (min-width: 1025px) {
  .linkBtnList {
    grid-template-columns: repeat(2, 1fr);
  }
}

.linkBtn {
  display: flex;
  align-items: center;
  padding: 25px 104px 21px 30px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: url("./img/arrow02.svg") no-repeat right 31px center/38px auto, #009544;
  border-radius: 20px;
}
@media only screen and (min-width: 1025px) {
  .linkBtn {
    min-height: 132px;
  }
}
@media only screen and (max-width: 1024px) {
  .linkBtn {
    font-size: 20px;
  }
}

.inner {
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  .inner {
    width: 86.513%;
  }
}

.card {
  padding-top: 18px;
  border-top: 1px solid #ccc;
}
.js-has-pseudo [csstools-has-1a-2r-2p-36-2s-w-2p-1m-2w-33-3a-2t-36-w-1a-2r-2p-36-2s-2n-2n-2x-31-2v-1m-2w-2p-37-14-1m-32-33-38-14-2x-2u-36-2p-31-2t-15-15]:not(.does-not-exist):not(.does-not-exist):not(does-not-exist):not(does-not-exist) {
  opacity: 0.6;
}
.card a:hover .card__img:has(:not(iframe)) {
  opacity: 0.6;
}
.card a:hover .card__title {
  color: #009544;
}
.cardList {
  display: grid;
  gap: 55px;
}
@media only screen and (min-width: 1025px) {
  .cardList {
    grid-template-columns: repeat(2, 1fr);
    gap: 67px 87px;
  }
}
.card__img {
  transition: opacity 0.3s ease;
}
.card__img img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.card__title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .card__title {
    line-height: 36px;
  }
}
.card__genre {
  margin-top: 10px;
  line-height: 27px;
}
.card__text {
  margin-top: 10px;
  line-height: 27px;
}
.card__text a {
  color: #009544;
  text-decoration: underline;
}
.card__text a:hover {
  text-decoration: none;
}

.thumbnailCard {
  display: grid;
  gap: 70px;
  padding: 52px 0;
  text-decoration: none !important;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 1025px) {
  .thumbnailCard {
    grid-template-columns: 360px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .thumbnailCard {
    gap: 23px;
    padding: 40px 0;
  }
}
.thumbnailCard:hover .thumbnailCard__img {
  opacity: 0.8;
}
.thumbnailCard:hover .thumbnailCard__content::after {
  transform: translateY(-50%) scale(1.21);
}
.thumbnailCard:hover .thumbnailCard__title,
.thumbnailCard:hover .thumbnailCard__info,
.thumbnailCard:hover .thumbnailCard__text {
  color: #009544;
}

.thumbnailCard__img {
  position: relative;
  transition: opacity 0.3s;
}
.thumbnailCard__img::before {
  display: block;
  padding-top: 71.666%;
  content: "";
}
.thumbnailCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px;
}

.thumbnailCard__content {
  color: #313131;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .thumbnailCard__content {
    position: relative;
    padding-right: 113px;
  }
  .thumbnailCard__content::after {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 38px;
    height: 38px;
    content: "";
    background: url("./img/arrow.svg") no-repeat center center/contain;
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
}

.thumbnailCard__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  transition: color 0.3s;
}
@media only screen and (max-width: 1024px) {
  .thumbnailCard__title {
    padding-right: 54px;
    font-size: 20px;
    background: url("./img/arrow.svg") no-repeat right center/38px auto;
  }
}

.thumbnailCard__info {
  margin-top: 14px;
  letter-spacing: 0.06em;
  transition: color 0.3s;
}
@media only screen and (max-width: 1024px) {
  .thumbnailCard__info {
    margin-top: 27px;
  }
}

.thumbnailCard__text {
  margin-top: 27px;
  letter-spacing: 0.06em;
  transition: color 0.3s;
}
@media only screen and (max-width: 1024px) {
  .thumbnailCard__text {
    margin-top: 20px;
  }
}

.newsList {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .newsList {
    margin-top: 43px;
  }
}
.newsList__item {
  position: relative;
  padding: 27px 98px 27px 0;
  border-bottom: 1px solid #ccc;
}
.js-has-pseudo [csstools-has-1a-32-2t-3b-37-24-2x-37-38-2n-2n-2x-38-2t-31-1m-2w-2p-37-14-1a-32-2t-3b-37-24-2x-37-38-2n-2n-38-2x-38-30-2t-1m-2w-33-3a-2t-36-15]:not(.does-not-exist):not(.does-not-exist)::after {
  transform: translateY(-50%) scale(1.157);
}
.newsList__item:has(.newsList__title:hover)::after {
  transform: translateY(-50%) scale(1.157);
}
@media only screen and (max-width: 1024px) {
  .newsList__item {
    padding-right: 38px;
  }
}
.newsList__item::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 25px;
  height: 25px;
  content: "";
  background: url("./img/arrow.svg") no-repeat center center/cover;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media only screen and (max-width: 1024px) {
  .newsList__item::after {
    right: 8px;
    width: 20px;
    height: 20px;
  }
}
.newsList__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  transition: all 0.3s ease;
}
.newsList__title:hover {
  color: #009544;
}

.newsLabel {
  display: inline-block;
  grid-area: label;
  width: 100%;
  max-width: 240px;
  padding: 1px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #009544;
  text-align: center;
  letter-spacing: 0;;
  background: #f6f1ea;
  border-radius: 44px;
}
.newsLabel._white {
  font-size: 14px;
  color: #313131;
  background: #fff;
}

.topNews {
  padding-top: 155px;
  background: url("./img/bg_news.svg") no-repeat left 5.333% top 106px/376.9px auto;
}
@media only screen and (max-width: 1024px) {
  .topNews {
    padding-top: 102px;
    background-position: left 26px top 53px;
    background-size: 208px;
  }
}

.topNews__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10%;
  width: 80% !important;
}
@media only screen and (max-width: 1024px) {
  .topNews__inner {
    display: block;
    width: 86.513% !important;
  }
}

@media only screen and (max-width: 1024px) {
  .topNews__content {
    display: grid;
    grid-template-areas: "title btn" "cat cat";
  }
}

.topNews__title {
  font-family: "Lato", sans-serif;
  font-size: 85px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .topNews__title {
    grid-area: title;
    font-size: 52px;
  }
}
.topNews__title span._color {
  font-size: 85px;
  font-weight: bold;
  line-height: 1.2;
  color: #009544;
}
@media only screen and (max-width: 1024px) {
  .topNews__title span._color {
    font-size: 52px;
  }
}
.topNews__title span._ja {
  display: block;
  margin-top: 10px;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .topNews__title span._ja {
    margin-top: 2px;
  }
}

.topNews__btn {
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  .topNews__btn {
    grid-area: btn;
    margin-top: 20px;
    margin-left: auto;
  }
}

.topNewsCats {
  display: grid;
  gap: 8px;
  margin-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .topNewsCats {
    grid-area: cat;
    padding: 19px 20px;
    margin-top: 23px;
    background: #fff;
  }
}

.topNewsCat {
  position: relative;
  padding-left: 14px;
  font-weight: 500;
}
.topNewsCat a {
  transition: color 0.3s;
}
.topNewsCat a:hover {
  color: #009544;
}
.topNewsCat::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #009544;
  border-radius: 50%;
  transform: translateY(-50%);
}

.topNewsList {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
}

.topNessList__item {
  display: grid;
  grid-template-areas: "date label" "title title";
  grid-template-columns: 83px auto;
  gap: 16px;
  padding: 36px 0;
  border-bottom: 1px solid #e5ded4;
}
@media only screen and (max-width: 1024px) {
  .topNessList__item {
    padding: 39px 0 25px;
  }
}

.topNewsList__date {
  grid-area: date;
  font-weight: 500;
  letter-spacing: 0;
}

.topNewsList__title {
  grid-area: title;
  font-weight: 500;
  transition: color 0.3s;
}
.topNewsList__title:hover {
  color: #009544;
}

.pagerList {
  display: flex;
  gap: 39px;
  align-items: center;
  justify-content: center;
  margin-top: 59px;
  margin-bottom: 168px;
}
@media only screen and (max-width: 1024px) {
  .pagerList {
    gap: 17px;
    margin-top: 30px;
    margin-bottom: 154px;
  }
}
.pagerList__item {
  width: 24px;
  font-size: 18px;
  text-align: center;
}
.pagerList__item a,
.pagerList__item span {
  display: block;
  padding-bottom: 12px;
  font-size: 18px;
}
.pagerList__item span._current {
  color: #009544;
  border-bottom: 3px solid #009544;
}
.pagerList__item a {
  transition: all 0.3s ease;
}
.pagerList__item a:hover {
  color: #009544;
}

.heading01 {
  position: relative;
  padding-top: 25px;
  margin-top: 65px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 57.6px;
}
@media only screen and (max-width: 1024px) {
  .heading01 {
    margin-top: 70px;
    font-size: 28px;
    line-height: 44.8px;
  }
}
.heading01::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 4px;
  content: "";
  background: #009544;
}
.heading01._list {
  margin-bottom: 51px;
}

.heading02 {
  position: relative;
  padding-left: 23px;
  margin-top: 86px;
  margin-bottom: 36px;
  font-size: 28px;
  font-weight: bold;
  line-height: 50.4px;
}
@media only screen and (max-width: 1024px) {
  .heading02 {
    margin-top: 124px;
    font-size: 24px;
    line-height: 38.4px;
  }
}
.heading02::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: 48px;
  content: "";
  background: #009544;
}
@media only screen and (max-width: 1024px) {
  .heading02::before {
    height: 100%;
  }
}

.heading03 {
  position: relative;
  padding-left: 33px;
  margin-top: 91px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: bold;
  line-height: 43.2px;
}
@media only screen and (max-width: 1024px) {
  .heading03 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 36px;
  }
}
.heading03::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 18px;
  height: 4px;
  content: "";
  background: #009544;
}
@media only screen and (max-width: 1024px) {
  .heading03::before {
    top: 16px;
  }
}

.heading04 {
  margin-top: 78px;
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 36px;
}

.detail {
  margin-bottom: 126px;
}
.detail .info {
  display: flex;
  gap: 20px;
  align-items: center;
}
.detail .label {
  min-width: 140px;
  margin-top: 0;
}
.detail .date {
  margin-top: 0;
}
.detail h1 {
  position: relative;
  padding-top: 20px;
  margin-top: 62px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  .detail h1 {
    margin-top: 72px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.6;
  }
}
.detail h1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 4px;
  content: "";
  background: #009544;
}
.detail__btn {
  margin-top: 90px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .detail__btn {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  .detail {
    margin-bottom: 77px;
  }
}
.detail__contents {
  position: relative;
}
.detail__contents.kojin h4, .detail__contents.privacy h4, .detail__contents.security h4 {
  margin-bottom: 24px;
}
.detail__contents.kojin h4 + p, .detail__contents.privacy h4 + p, .detail__contents.security h4 + p {
  margin-top: 0;
}
.detail__contents._case::before {
  display: none;
}
.detail__contents h1 {
  position: relative;
  padding-top: 20px;
  margin-top: 62px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  .detail__contents h1 {
    margin-top: 72px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1.6;
  }
}
.detail__contents h1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 4px;
  content: "";
  background: #009544;
}
.detail__contents h2 {
  position: relative;
  padding-left: 23px;
  margin-top: 86px;
  margin-bottom: 47px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  .detail__contents h2 {
    margin-top: 99px;
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 1.6;
  }
}
.detail__contents h2::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 4px;
  height: 48px;
  content: "";
  background: #009544;
}
.detail__contents h3 {
  position: relative;
  padding-left: 33px;
  margin-top: 91px;
  margin-bottom: 39px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  .detail__contents h3 {
    margin-top: 100px;
    margin-bottom: 44px;
    font-size: 20px;
    line-height: 1.6;
  }
}
.detail__contents h3::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 18px;
  height: 4px;
  content: "";
  background: #009544;
}
@media only screen and (max-width: 1024px) {
  .detail__contents h3::before {
    top: 16px;
  }
}
.detail__contents h4 {
  margin-top: 78px;
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 1024px) {
  .detail__contents h4 {
    margin-top: 66px;
    font-size: 18px;
  }
}
.detail__contents p {
  margin-top: 62px;
  line-height: 1.8;
}
.detail__contents p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .detail__contents p {
    margin-top: 55px;
  }
}
.detail__contents a {
  font-weight: 500;
  color: #009544;
  text-decoration: underline;
}
.detail__contents a:hover {
  text-decoration: none;
}
.detail__contents ul {
  display: grid;
  gap: 16px;
  margin-top: 39px;
}
.detail__contents ul li {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
}
.detail__contents ul li::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  background: #009544;
}
.detail__contents blockquote {
  padding: 30px 40px;
  margin: 0;
  margin-top: 60px;
  background: #fff;
}
.detail__contents blockquote p {
  margin: 0;
}
.detail__contents blockquote p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .detail__contents blockquote {
    padding: 30px 40px;
  }
}
.detail__contents img {
  width: auto;
  height: auto;
}
.detail__contents .aligncenter {
  display: block;
  margin: 39px auto 14px;
}
.detail__contents .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.detail__contents .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.detail__contents .wp-caption,
.detail__contents [class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.detail__contents .wp-caption-text {
  margin-top: 13px;
  margin-bottom: 13px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .detail__contents .wp-caption-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.detail__contents table {
  width: 100% !important;
  margin-top: 34px;
  margin-bottom: 34px;
  line-height: 1.6875;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
}
.detail__contents table tr {
  border: 1px solid #ccc;
}
.detail__contents table :is(th, td) {
  padding: 22px;
  border: 1px solid #ccc;
}
.detail__contents table :is(th, td)._bgGray {
  font-weight: bold;
  background: #efefef;
}
.detail__contents table :is(th, td)._bgBeige {
  font-weight: bold;
  background: #fef4d8;
}
.detail__contents table :is(th, td)._alignLeft {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .detail__contents table :is(th, td) {
    padding: 11px;
  }
}
.detail__contents + .search {
  position: relative;
  margin-top: 135px;
}
.detail__contents + .search::before {
  position: absolute;
  top: -74px;
  width: 100%;
  height: 1px;
  content: "";
  background: #ccc;
}
.detail__contents .card a {
  text-decoration: none;
}
.detail__contents .card__img img {
  width: 100%;
  height: auto;
}
.detail__contents .card__title {
  margin-top: 24px;
  font-weight: bold;
  color: #313131;
  text-decoration: none;
}
.detail__contents .card__genre {
  margin-top: 10px;
}
.detail__contents .card__text {
  margin-top: 10px;
}
.detail__contents .card__text a {
  text-decoration: underline;
}
.detail__contents .newsList__item {
  padding-left: 0;
}
.detail__contents .newsList__item::before {
  display: none;
}
.detail__contents .newsList__title {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.detail__contents .newsList__title:hover {
  color: #009544;
}
.detail__contents .list__btn a {
  color: #fff;
  text-decoration: none;
}
.detail__contents .list__btn a:hover {
  color: #009544;
}
.detail__contents .tileList {
  display: grid;
  gap: 36px;
  padding-top: 80px;
  margin-top: 70px;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .detail__contents .tileList {
    gap: 40px;
    padding-top: 41px;
    margin-top: 46px;
  }
}
.detail__contents .tile {
  display: grid;
  grid-template-columns: 211px auto;
  gap: 52px;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .detail__contents .tile {
    grid-template-columns: 100px auto;
    gap: 20px;
  }
}
.detail__contents .tile__img {
  position: relative;
}
.detail__contents .tile__img::before {
  display: block;
  padding-top: 83.886%;
  content: "";
}
.detail__contents .tile__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail__contents .tile__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1024px) {
  .detail__contents .tile__title {
    font-size: 16px;
  }
}
.detail__contents .tile__text {
  margin-top: 18px;
  font-size: 15px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1024px) {
  .detail__contents .tile__text {
    margin-top: 6px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) {
  .history__title {
    display: flex;
  }
}
.historySort {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 80px;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .historySort {
    margin-top: 30px;
  }
}
.historySort__title {
  margin-right: 10px;
  font-size: 16px;
  color: #666;
}
.historySort__btn {
  padding: 4px 30px;
  font-size: 13px;
  color: #fff;
  background: #009544;
  border: 1px solid #009544;
  border-radius: 47px;
  transition: all 0.3s ease;
}
.historySort__btn._current {
  color: #999;
  background: #fff;
  border-color: #999;
}
.historySort__btn:not(._current):hover {
  color: #009544;
  background: #fff;
  border-color: #009544;
}
.history__table {
  position: relative;
  margin-top: 49px;
}
@media only screen and (max-width: 1024px) {
  .history__table {
    padding-left: 25px;
    margin-top: 32px;
  }
}
.history__table::before {
  position: absolute;
  top: 0;
  left: 122px;
  width: 2px;
  height: 100%;
  content: "";
  background: #009544;
}
@media only screen and (max-width: 1024px) {
  .history__table::before {
    left: 10px;
  }
}
.history__content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  padding: 20px 0 40px;
}
@media only screen and (max-width: 1024px) {
  .history__content {
    display: block;
    padding-bottom: 22px;
  }
}
.history__content:not(:first-child) {
  border-top: 1px solid #ccc;
}
.history__content:first-child {
  padding-top: 10px;
}
.history__year {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  letter-spacing: 0;
}
@media only screen and (min-width: 1025px) {
  .history__year {
    padding-left: 18px;
  }
}
.history__year span {
  color: #009544;
}
.history__year span._wrap {
  font-size: 36px;
}
@media only screen and (max-width: 1024px) {
  .history__year span._wrap {
    display: flex;
    gap: 10px;
    align-items: center;
  }
}
.history__year span._wareki {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #009544;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .history__year span._wareki {
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) {
  .history__year {
    font-size: 36px;
  }
}
.history__year::after {
  position: absolute;
  top: 26px;
  right: -29px;
  width: 13px;
  height: 13px;
  content: "";
  background: #009544;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .history__year::after {
    left: -21px;
  }
}
.history__detailWrap {
  display: grid;
  gap: 14px;
  width: calc(100% - 220px);
  padding-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .history__detailWrap {
    display: contents;
  }
}
.historyBox {
  padding: 20px 20px 25px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .historyBox {
    margin-top: 18px;
    margin-left: 7px;
  }
}
.historyBox__title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
.historyBox__text {
  position: relative;
  padding-left: 15px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 27px;
}
.historyBox__text::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #313131;
  border-radius: 50%;
}
.history__month {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #009544;
  white-space: nowrap;
}
.history__text {
  position: relative;
  padding-left: 15px;
  line-height: 27px;
}
.history__text::before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: #009544;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .history__text {
    margin-top: 7px;
    margin-left: 7px;
  }
}
.history__img {
  max-width: 285px;
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .history__img {
    margin-top: 18px;
    margin-left: 22px;
  }
}
.history__continue {
  display: grid;
  gap: 20px;
  place-content: center;
  margin-top: 80px;
}
.history__continue .dot {
  width: 13px;
  height: 13px;
  background: #c7c7c7;
  border-radius: 50%;
}
.history__dots {
  display: grid;
  gap: 30px;
  place-content: center;
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .history__dots {
    gap: 23px;
    margin-top: 70px;
  }
}
.history__dot {
  width: 13px;
  height: 13px;
  background: #c7c7c7;
  border-radius: 50%;
}
.history__btn {
  margin-top: 99px;
  margin-bottom: 200px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .history__btn {
    margin-top: 77px;
    margin-bottom: 120px;
  }
}

.form {
  margin-top: 27px;
}
@media only screen and (max-width: 1024px) {
  .form {
    margin-top: 1px;
  }
}
.form__text {
  margin-top: 70px;
  font-size: 15px;
  line-height: 27px;
}
.form__text span {
  color: #c8161d;
}
@media only screen and (max-width: 1024px) {
  .form__text {
    margin-top: 60px;
    margin-bottom: 16px;
  }
}

.form__dl {
  position: relative;
  display: grid;
  gap: 10px;
  align-items: flex-start;
  padding: 38px 0;
}
.form__dl._contact {
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .form__dl._contact::before {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .form__dl {
    grid-template-columns: 200px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .form__dl {
    display: block;
    gap: 0;
    padding: 22px 0;
  }
}
.form__dl::before {
  position: absolute;
  bottom: 0;
  left: 200px;
  width: calc(100% - 200px);
  height: 1px;
  content: "";
  background: #ccc;
}
@media only screen and (max-width: 1024px) {
  .form__dl::before {
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .form__dl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 1px;
    content: "";
    background: #009544;
  }
}
@media only screen and (min-width: 1025px) {
  .js-has-pseudo [csstools-has-1a-2u-33-36-31-2n-2n-2s-30-1m-2w-2p-37-14-1a-2x-32-34-39-38-1x-3c-2p-31-34-30-2t-15]:not(.does-not-exist) {
    grid-template-columns: 200px 497px auto;
  }
  .form__dl:has(.inputExample) {
    grid-template-columns: 200px 497px auto;
  }
}
@media only screen and (min-width: 1025px) {
  .form__dl .inputExample {
    margin-top: 11px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .form__dl .inputExample {
    margin-top: 5px;
    font-size: 12px;
  }
}

.form__dt {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.form__dt span._required {
  color: #c8161d;
}
@media only screen and (min-width: 1025px) {
  .js-has-pseudo .form__dt:not([csstools-has-1m-2w-2p-37-14-17-w-1a-2u-33-36-31-2n-2n-2s-2s-w-1a-36-2p-2s-2x-33-30-2x-37-38-2n-2n-2x-38-2t-31-2f-36-2p-34-15]:not(.does-not-exist)) {
    margin-top: 10px;
  }
  .form__dt:not(:has(+ .form__dd .radiolist__itemWrap)) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .form__dt {
    position: relative;
    padding-left: 13px;
  }
  .form__dt::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 1px;
    height: 20px;
    content: "";
    background: #c8161d;
  }
}

@media only screen and (max-width: 1024px) {
  .form__dd {
    margin-top: 15px;
  }
}
.form__dd .select {
  position: relative;
  width: 263px;
}
@media only screen and (max-width: 1024px) {
  .form__dd .select {
    width: 100%;
  }
}
.form__dd .select::after {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 18px;
  height: 24px;
  pointer-events: none;
  content: "";
  background: url("./img/icon_select.png") no-repeat center center/contain;
}
.form__dd .select select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.form__dd .select select,
.form__dd .select option {
  width: 100%;
  padding: 12px;
  font-size: 14px;
}
.form__dd input[type=text],
.form__dd input[type=tel],
.form__dd input[type=email],
.form__dd textarea {
  width: 100%;
  padding: 9px;
  overflow: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.form__dd input[type=text]:focus,
.form__dd input[type=tel]:focus,
.form__dd input[type=email]:focus,
.form__dd textarea:focus {
  border-color: #009544;
}
@media only screen and (max-width: 1024px) {
  .form__dd input[type=text],
  .form__dd input[type=tel],
  .form__dd input[type=email],
  .form__dd textarea {
    width: 100%;
    font-size: 16px;
  }
}
.form__dd textarea {
  width: 100%;
  height: 12em;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.2;
  resize: none;
  border: 1px solid #ccc;
}
._confirm .form__dd {
  margin-top: 0;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  ._confirm .form__dd {
    padding-bottom: 10px;
    font-size: 13px;
    border-bottom: 1px solid #313131;
  }
}

.form__btn {
  margin-top: 63px;
  margin-bottom: 125px;
  text-align: center;
}
.form__btn input[type=submit] {
  color: #fff;
}
.form__btn button {
  padding: 22px 88px;
  background: #009544;
  border-radius: 0;
  border-radius: 14px;
  transition: opacity 0.3s ease;
}
.form__btn button::after {
  display: none;
}
.form__btn button::before {
  display: none;
}
.form__btn button:hover {
  color: #fff;
  background: #009544;
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  .form__btn button + button {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1025px) {
  .form__btn button + button {
    margin-left: 8px;
  }
}
.form__btn button[name=submitBack] {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}
@media only screen and (max-width: 1024px) {
  .form__btn {
    margin-bottom: 94px;
  }
}

.form__terms {
  height: 266px;
  padding: 30px 35px;
  margin-top: 35px;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 1024px) {
  .form__terms {
    padding: 20px;
  }
}
.form__terms__dl {
  font-size: 14px;
}
.form__terms__dl:not(:first-child) {
  margin-top: 20px;
}
.form__terms__dt {
  font-weight: bold;
  line-height: 252%;
}
.form__terms__dd {
  line-height: 25px;
}

.privacyPolicy__wrap {
  position: relative;
  margin-top: 47px;
}
@media only screen and (min-width: 1025px) {
  .privacyPolicy__wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .privacyPolicy__wrap {
    margin-top: 16px;
  }
}
.privacyPolicy__text {
  margin-bottom: 21px;
}

.form_check_error_box {
  position: absolute;
  left: 0;
  margin-top: 5px;
}
.form_check_error_box .c-form_error_text {
  margin-top: 0;
}
:not(.is-error) + .form_check_error_box {
  display: none;
}

.privacyPolicy__check {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.privacyPolicy__check span._required {
  color: #c8161d;
}
.privacyPolicy__check a {
  font-size: 16px;
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .privacyPolicy__check a {
    font-size: 13px;
  }
}
.privacyPolicy__check input {
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.privacyPolicy__check input::after {
  position: absolute;
  top: 0;
  left: 6px;
  width: 7px;
  height: 14px;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}
.privacyPolicy__check input:checked::after {
  border-color: #313131;
  opacity: 1;
}

.mwform-checkbox-field label {
  display: flex;
  gap: 10px;
  align-items: center;
}

.mwform-checkbox-field-text {
  position: relative;
  padding-right: 1em;
}
.mwform-checkbox-field-text::after {
  position: absolute;
  color: #c8161d;
  content: "※";
}

.contactThanks {
  margin-bottom: 68px;
  text-align: center;
}

.mwform-radio-field {
  line-height: 1;
}
.mwform-radio-field label {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .mwform-radio-field label {
    display: flex;
  }
}

.mwform-radio-field-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  font-size: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .mwform-radio-field-text {
    font-size: 13px;
  }
}
.mwform-radio-field-text::before {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  content: "";
  border: 1px solid #ccc;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  content: "";
  background: #fff;
  border-radius: 50%;
}
:checked + .mwform-radio-field-text::after {
  background: #313131;
  opacity: 1;
}

.mw_wp_form .error {
  margin-top: 10px;
  font-size: 15px;
  color: #c8161d;
}
.mw_wp_form.mw_wp_form_input ._hideInput {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm ._hideConfirm {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .mw_wp_form.mw_wp_form_confirm .form__dt {
    margin-top: 0;
  }
}
.mw_wp_form.mw_wp_form_confirm .form__dd .select {
  position: static;
  width: auto;
  border: none;
  border-radius: 0;
}
.mw_wp_form.mw_wp_form_confirm .form__dd .select::after {
  display: none;
}

.radiolist {
  max-width: 600px;
}
.radiolist + .radiolist {
  margin-top: 30px;
}
.radiolist__title {
  margin-bottom: 15px;
}
.radiolist__link {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
.form__btns {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  .form__btns {
    display: block;
  }
}

.confirm__text {
  margin-bottom: 43px;
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  .confirm__text {
    margin-bottom: 60px;
    font-size: 15px;
  }
}

.delay__05s {
  animation-delay: 0.5s !important;
}
@media only screen and (max-width: 1024px) {
  .delay__05s._pc {
    animation-delay: 0s;
  }
}
.delay__10s {
  animation-delay: 1s !important;
}
@media only screen and (max-width: 1024px) {
  .delay__10s._pc {
    animation-delay: 0s;
  }
}
.delay__15s {
  animation-delay: 1.5s !important;
}
.delay__20s {
  animation-delay: 2s !important;
}
.delay__25s {
  animation-delay: 2s !important;
}
.delay__30s {
  animation-delay: 3s !important;
}
.delay__40s {
  animation-delay: 4s !important;
}
.delay__50s {
  animation-delay: 5s !important;
}
.delay__60s {
  animation-delay: 6s !important;
}

.Animation__fadeUp {
  opacity: 0;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.Animation__fadeUp.-inview {
  animation-name: fadeUpAnime;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes MvFadeUpAnime {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Animation__opacity {
  opacity: 0;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
}
.Animation__opacity.-inview {
  opacity: 1;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, opacity 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s;
}
.Animation__opacity._delay30s {
  transition-delay: 3s;
}
.Animation__opacity._delay10s {
  transition-delay: 1s;
}

.Animation__blur {
  opacity: 0;
  filter: blur(30px);
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.Animation__blur.-inview {
  animation-name: blurAnimation;
}
@keyframes blurAnimation {
  from {
    opacity: 0;
    filter: blur(30px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

.search {
  display: grid;
  gap: 20px;
  align-items: flex-start;
  padding: 60px 50px;
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .search {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .search {
    gap: 40px;
    padding: 48px 35px 60px;
  }
}
.search .labels {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.search .labels .label {
  min-width: 0;
  transition: color 0.3s;
}
.search .labels .label:hover {
  color: #009544;
}
.search__title {
  margin-top: 0 !important;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #009544;
}
.search__title._category {
  margin-bottom: 28px;
}
.search__title._archives {
  margin-bottom: 21px;
}
.search .select {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
}
.search .select::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 24px;
  content: "";
  background: url("./img/icon_bottomarrow.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}
.search .select select {
  width: 100%;
  padding: 15px 20px;
  color: #666;
}
.search .select select option {
  color: #666;
}

.case {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .case .heading01 {
    margin-top: 46px;
  }
}
.case .search {
  margin-top: 80px;
}
.caseCatList {
  display: flex;
  gap: 45px;
  justify-content: center;
  margin-top: 51px;
}
@media only screen and (max-width: 1024px) {
  .caseCatList {
    flex-wrap: wrap;
    gap: 15px 45px;
    margin-top: 28px;
  }
}
.caseCatList__item:not(:first-child) {
  position: relative;
}
.caseCatList__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: -22px;
  width: 1px;
  height: 15px;
  content: "";
  background: #333;
  transform: translateY(-50%);
}
.caseCatList__item a {
  color: #009544;
  text-decoration: underline;
  text-decoration-color: #009544;
}
.caseCatList__item a:hover {
  text-decoration: none;
}
.caseList {
  display: grid;
  gap: 48px;
  margin-top: 55px;
}
@media only screen and (max-width: 1024px) {
  .caseList {
    margin-top: 33px;
  }
}
.caseList__item {
  display: grid;
  grid-template-columns: 211px auto;
  gap: 53px;
}
@media only screen and (max-width: 1024px) {
  .caseList__item {
    grid-template-columns: 94px auto;
    gap: 23px;
    align-items: flex-start;
  }
}
.case__img {
  position: relative;
  transition: all 0.3s ease;
}
.case__img::before {
  display: block;
  padding-top: 83.886%;
  content: "";
}
.case__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case__content {
  margin-top: 3px;
}
.case__content .info {
  display: flex;
  gap: 14px;
}
.case__content .info .label {
  transition: opacity 0.3s ease;
}
.case__content .info .label:hover {
  opacity: 0.6;
}
.case__content .info .label a span {
  color: #fff;
}
.case__title {
  margin-top: 13px;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  transition: all 0.3s ease;
}
.case__title:hover {
  color: #009544;
}
@media only screen and (max-width: 1024px) {
  .case__title {
    font-size: 18px;
    line-height: 28.8px;
  }
}
.case__text {
  display: -webkit-box;
  margin-top: 5px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  font-size: 15px;
  line-height: 27px;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1024px) {
  .case__text {
    display: none;
  }
}

.pagination {
  margin-top: 80px;
}
.pagination .wp-pagenavi {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .pagination .wp-pagenavi {
    gap: 17px;
  }
}
.pagination a,
.pagination span {
  display: block;
  width: 38px;
  height: 38px;
  font-size: 18px;
  text-align: center;
}
.pagination span.current {
  color: #fff;
  background: #009544;
  border-radius: 50%;
}
.pagination span.extend {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 38px;
}
.pagination a {
  transition: all 0.3s ease;
}
.pagination a:hover {
  color: #009544;
}

.linkCard {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 103px 20px 29px;
  font-size: 24px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  background: #009544;
  border: 2px solid #009544;
  border-radius: 20px;
  transition: opacity 0.3s;
  transition: color 0.3s, background 0.3s;
}
.linkCardList {
  display: grid;
  gap: 30px 40px;
  margin-top: 85px;
}
@media only screen and (min-width: 1025px) {
  .linkCardList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.linkCard::before {
  position: absolute;
  top: 50%;
  right: 31px;
  width: 38px;
  height: 39px;
  content: "";
  background: #f6f1ea;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s, background 0.3s;
}
.linkCard::after {
  position: absolute;
  top: 50%;
  right: 41px;
  width: 17.73px;
  height: 14.19px;
  content: "";
  background-color: #009544;
  -webkit-mask: url("./img/icon_arrow.svg") no-repeat center center/contain;
          mask: url("./img/icon_arrow.svg") no-repeat center center/contain;
  transform: translateY(-50%);
  transition: transform 0.3s, background 0.3s;
}
.linkCard:hover {
  color: #009544 !important;
  background: transparent;
}
.linkCard:hover::before {
  background: #009544;
  transform: translateY(-50%) scale(1.157);
}
.linkCard:hover::after {
  background-color: #f6f1ea;
  transform: translateY(-50%) scale(1.157);
}
@media only screen and (min-width: 1025px) {
  .linkCard {
    min-height: 132px;
  }
}
@media only screen and (max-width: 1024px) {
  .linkCard {
    font-size: 20px;
  }
}

.linkImgCardList {
  display: grid;
  gap: 21px;
  margin: 60px 0;
}
@media only screen and (min-width: 1025px) {
  .linkImgCardList {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .linkImgCardList {
    gap: 56px;
  }
}
.linkImgCard__img {
  position: relative;
}
.linkImgCard__img::before {
  display: block;
  padding-top: 75.187%;
  content: "";
}
.linkImgCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
.linkImgCard__text {
  margin-top: 10px;
}
.linkImgCard__text a {
  font-weight: normal;
  color: #313131 !important;
  text-decoration: none !important;
  transition: all 0.3s;
}
.linkImgCard__text a:hover {
  color: #009544 !important;
}

.pickupNews {
  margin-top: 90px;
  margin-bottom: 121px;
}
@media only screen and (max-width: 1024px) {
  .pickupNews {
    margin-top: 31px;
    margin-bottom: 65px;
  }
}

.pickupNews__content {
  position: relative;
  display: flex;
  align-items: center;
  padding: 33px 80px 33px 47px;
  color: #fff;
  background: #009544;
  border-radius: 23px;
}
@media only screen and (max-width: 1024px) {
  .pickupNews__content {
    background-position: right 20px top 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .pickupNews__content {
    display: grid;
    grid-template-areas: "title title" "date label" "text text";
    grid-template-columns: 85px auto;
    gap: 0;
    padding: 25px 25px 40px;
  }
}
.pickupNews__content .newsLabel {
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .pickupNews__content .newsLabel {
    display: inline-block;
    grid-area: label;
    margin-top: 24px;
  }
}
.pickupNews__content a {
  grid-area: text;
}
@media only screen and (max-width: 1024px) {
  .pickupNews__content a {
    margin-top: 13px;
    font-size: 16px;
  }
}
.pickupNews__content a._all {
  position: absolute;
  top: 50%;
  right: 43px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  background: url("./img/icon_newsmore.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .pickupNews__content a._all {
    top: -87px;
    right: 0;
    transform: none;
  }
}

.pickupNews__heading {
  grid-area: title;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .pickupNews__heading {
    font-size: 24px;
  }
}

.pickupNews__date {
  grid-area: date;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}
@media only screen and (min-width: 1025px) {
  .pickupNews__date {
    margin-left: 64px;
  }
}
@media only screen and (max-width: 1024px) {
  .pickupNews__date {
    margin-top: 24px;
  }
}

.pickupNews__title {
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .pickupNews__title {
    display: -webkit-box;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 1024px) {
  .pickupNews__title {
    font-size: 16px;
  }
}

.section__inner {
  width: 94.666%;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  .section__inner {
    width: 86.513%;
  }
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
.fv.js-imageloaded.js-inview, .fv.js-imageloaded.js-inview + *, .fv.js-imageloaded.js-inview + * + * {
  transition: opacity 0.8s ease;
}
.fv.js-imageloaded.js-inview + * + * {
  transition-delay: 0.4s;
}
.fv.js-imageloaded.js-inview:not(.-imageloaded.-inview) {
  opacity: 0;
}
.fv.js-imageloaded.js-inview:not(.-imageloaded.-inview) + * {
  opacity: 0;
}
.fv.js-imageloaded.js-inview:not(.-imageloaded.-inview) + * + * {
  opacity: 0;
}