/*! 
Theme Name: Itoh Kogyo
Author: on White
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "times-new-roman", "hiragino-mincho-pron", serif;
  scroll-behavior: smooth;
  letter-spacing: 0.15em;
  font-weight: bold;
}

.pageName {
  display: none;
}

body {
  width: 100%;
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
  font-family: "times-new-roman", "hiragino-mincho-pron", serif;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  max-width: 100vw;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #353535;
}

li {
  list-style: none;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  appearance: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-style: none;
}

br.-sp {
  display: none;
}
br.-pc {
  display: block;
}

.pageTop {
  display: none;
}

main {
  display: block;
  line-height: 1.5;
  transition: opacity 0.3s ease;
  transition: all 1s cubic-bezier(0.59, 0, 0.265, 0.995);
  transition-timing-function: cubic-bezier(0.59, 0, 0.265, 0.995);
}
@media (max-width: 767px) {
  main {
    margin-top: 0px !important;
  }
}
main.-show {
  margin-top: 0px !important;
  opacity: 1;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

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

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  border-radius: 0px;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (max-width: 767px) {
  br.-sp {
    display: inline;
  }
  br.-pc {
    display: none;
  }
}
embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

table {
  width: 100%;
  display: inline-flex;
  overflow: hidden;
}

tbody {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

tr {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

th {
  display: inline-block;
  text-align: left;
  padding-right: 1em;
}

td {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: "times-new-roman", "hiragino-mincho-pron", serif;
}

p {
  font-size: clamp(1.5rem, (1vw), 2rem);
  line-height: 1.7;
}
@media (max-width: 767px) {
  p {
    line-height: 1.3333333333;
  }
}

body,
button,
input,
select,
optgroup,
textarea {
  font-weight: bold;
  font-style: normal;
}

span {
  display: inline-block;
}

.grecaptcha-badge {
  display: none !important;
}

.anchor {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -150px;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
}

.burger {
  cursor: pointer;
  position: fixed;
  right: clamp(20px, 8.3vw, 160px);
  top: clamp(42px, 3.9vw, 74px);
  z-index: 100;
  padding: 5px;
}
@media (max-width: 767px) {
  .burger {
    right: 20px;
    top: 42px;
  }
}

.burgerWrap {
  width: 40px;
  height: 20px;
  position: relative;
}

.burgerBar {
  height: 3px;
  background-color: #148043;
  position: absolute;
  right: 0;
  opacity: 1;
  transition: all 0.2s ease;
}
.burgerBar.-home {
  background-color: white;
}
.burgerBar:nth-of-type(1) {
  width: 40px;
  top: 0%;
  transform: translate(0%, 0%) rotate(0deg);
}
.burgerBar:nth-of-type(1).-active {
  top: 50%;
  transform: translate(50%, -50%) rotate(45deg);
  right: 50%;
  background-color: #148043;
}
.burgerBar:nth-of-type(2) {
  top: 50%;
  width: 40px;
  transform: translate(0%, -50%) rotate(0deg);
}
.burgerBar:nth-of-type(2).-active {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
  background-color: #148043;
}
.burgerBar:nth-of-type(3) {
  top: 100%;
  width: 23px;
  transform: translate(0%, -100%) rotate(0deg);
}
.burgerBar:nth-of-type(3).-active {
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(45deg);
  background-color: #148043;
}

.breadcrumbList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5px;
  width: 100%;
}

.breadcrumbItem {
  font-size: clamp(1.1rem, (0.7vw), 1.4rem);
  font-weight: 300;
  line-height: 1.2;
  color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .breadcrumbItem {
    line-height: 1.2;
  }
}
.breadcrumbItem:not(:last-of-type)::after {
  color: black;
  content: "/";
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.pagination {
  padding-top: clamp(55px, 3.3vw, 64px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(24px, 3.1vw, 60px);
}

.paginationPrev.-hide,
.paginationNext.-hide {
  pointer-events: none;
  opacity: 0;
}
.paginationPrev::after,
.paginationNext::after {
  content: "";
  display: block;
  width: 13px;
  height: 25px;
  background-image: url(./optimized/news/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.paginationPrev::after {
  rotate: 180deg;
}

.paginationInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(18px, 2.5vw, 48px);
}

.paginationNumber {
  position: relative;
  font-size: clamp(1.6rem, (1vw), 2rem);
  line-height: 1.2;
}
.paginationNumber.-current::after {
  content: "";
  display: block;
  width: clamp(24px, 1.8vw, 34px);
  height: 1px;
  background: white;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.btn {
  min-width: clamp(200px, 16.7vw, 320px);
  border-radius: 100px;
  padding-top: clamp(18px, 1.7vw, 32px);
  padding-bottom: clamp(18px, 1.7vw, 32px);
  padding-left: clamp(20px, 1.7vw, 32px);
  padding-right: clamp(48px, 4.4vw, 84px);
  font-size: clamp(1.5rem, (1vw), 2rem);
  line-height: 1.7;
  text-align: center;
  color: white;
  position: relative;
}
@media (max-width: 767px) {
  .btn {
    line-height: 1.7333333333;
  }
}
.btn::after {
  content: "";
  display: block;
  width: clamp(6px, 0.5vw, 10px);
  height: clamp(11px, 1vw, 20px);
  background-image: url(./img/common/icon_btn_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: clamp(27px, 2.9vw, 55px);
  top: 50%;
  transform: translateY(-50%);
}

.headerInner {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s ease;
  transform: translateY(-100%);
  width: 100%;
  height: 100lvh;
  background: white;
  z-index: 99;
}
.headerInner.-active {
  transform: translateY(0);
}

.headerTtl {
  display: contents;
}

.headerLogo {
  position: fixed;
  left: clamp(20px, 8.3vw, 160px);
  top: clamp(23px, 2.3vw, 44px);
  z-index: 100;
  width: clamp(200px, 12.4vw, 239px);
  max-width: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
  opacity: 1;
}
.headerLogo.-white {
  pointer-events: none;
  opacity: 1;
}
.headerLogo.-white.-active {
  opacity: 0;
}
.headerLogo.-home {
  opacity: 0;
}
.headerLogo.-home.-active {
  opacity: 1;
}
.headerLogo.-force {
  opacity: 1 !important;
  z-index: 102;
}
@media (max-width: 767px) {
  .headerLogo {
    left: 20px;
  }
}

.headerNav {
  overflow-y: scroll;
  max-height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.headerList {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: clamp(20px, 8.3vw, 160px);
  padding-right: clamp(20px, 8.3vw, 160px);
}
@media (max-width: 767px) {
  .headerList {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.headerItem {
  position: relative;
  transition: all 0.3s ease;
  opacity: 0;
  width: 100%;
  border-bottom: 1px solid rgba(20, 128, 67, 0.2);
  margin-left: -50px;
}
.headerItem.-active {
  margin-left: 0;
  opacity: 1;
}
.headerItem.-active:nth-of-type(1) {
  transition-delay: 0.35s;
}
.headerItem.-active:nth-of-type(2) {
  transition-delay: 0.4s;
}
.headerItem.-active:nth-of-type(3) {
  transition-delay: 0.45s;
}
.headerItem.-active:nth-of-type(4) {
  transition-delay: 0.5s;
}
.headerItem.-active:nth-of-type(5) {
  transition-delay: 0.55s;
}
.headerItem.-active:nth-of-type(6) {
  transition-delay: 0.6s;
}
.headerItem.-active:nth-of-type(7) {
  transition-delay: 0.65s;
}
.headerItem.-active:nth-of-type(8) {
  transition-delay: 0.7s;
}
.headerItem.-active:nth-of-type(9) {
  transition-delay: 0.75s;
}
.headerItem.-active:nth-of-type(10) {
  transition-delay: 0.8s;
}
.headerItem.-active:nth-of-type(11) {
  transition-delay: 0.85s;
}
.headerItem.-active:nth-of-type(12) {
  transition-delay: 0.9s;
}
.headerItem.-active:nth-of-type(13) {
  transition-delay: 0.95s;
}
.headerItem.-active:nth-of-type(14) {
  transition-delay: 1s;
}
.headerItem.-active:nth-of-type(15) {
  transition-delay: 1.05s;
}
.headerItem.-active:nth-of-type(16) {
  transition-delay: 1.1s;
}
.headerItem.-active:nth-of-type(17) {
  transition-delay: 1.15s;
}
.headerItem.-active:nth-of-type(18) {
  transition-delay: 1.2s;
}
.headerItem.-active:nth-of-type(19) {
  transition-delay: 1.25s;
}
.headerItem.-active:nth-of-type(20) {
  transition-delay: 1.3s;
}

.headerLink {
  width: 100%;
  letter-spacing: 0.0714285714em;
  white-space: nowrap;
  font-size: clamp(1.4rem, (1.1vw), 2.2rem);
  font-weight: bold;
  line-height: 1.5;
  color: #148043;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
@media (max-width: 767px) {
  .headerLink {
    max-width: 100vw;
    font-size: 1.6rem;
    white-space: wrap;
  }
}

.headerCloseTrigger {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 4;
}
.headerCloseTrigger.-active {
  display: block;
}

.headerBg {
  width: 100vw;
  height: clamp(105px, 8.4vw, 162px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  background-color: white;
  transition: all 0.3s ease;
}
.headerBg.-home {
  transform: translateY(-105%);
}
.headerBg.-home.-active {
  transform: translateY(0);
}

.footer {
  margin-top: clamp(114px, 11.1vw, 214px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
  padding-left: clamp(20px, (8.3vw), 160px);
  padding-right: clamp(20px, (8.3vw), 160px);
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
  }
}
.footer::before {
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  background: #148043;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .footer::before {
    transform: translateX(0%);
  }
}

.footerInner {
  width: 100%;
  position: relative;
}

.footerLinks {
  margin-top: clamp(68px, 7.8vw, 150px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: clamp(112px, 8.3vw, 160px);
}
@media (max-width: 767px) {
  .footerLinks {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}

.footerLinksList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(10.5px, 0.8vw, 15px);
}
@media (max-width: 767px) {
  .footerLinksList {
    margin-top: 68px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footerLinksList::before {
    content: "";
    display: block;
    width: 100vw;
    height: 2px;
    background: #148043;
    transform: translateX(-50%);
    transform: translateX(0%);
  }
}

@media (max-width: 767px) {
  .footerLinksItem {
    width: 100%;
    text-align: center;
  }
  .footerLinksItem:first-of-type {
    margin-top: 68px;
  }
}

.footerLinksLink {
  font-size: clamp(2rem, (1.3vw), 2.4rem);
  line-height: 2.0833333333;
}
@media (max-width: 767px) {
  .footerLinksLink {
    line-height: 2.25;
  }
}

@media (max-width: 767px) {
  .footerDivision {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.footerDivisionTxt {
  font-size: 2.4rem;
}

.footerDivisionContact {
  margin-top: 19px;
}
.footerDivisionContact + .footerDivisionTxt {
  margin-top: 80px;
}

.footerBody {
  margin-top: clamp(105px, 8.3vw, 160px);
  padding-top: 34px;
  padding-bottom: 59px;
  position: relative;
  color: white;
}
@media (max-width: 767px) {
  .footerBody {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
.footerBody::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #117d41;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.footerBodyLogo {
  width: clamp(204px, 18vw, 345px);
}

.footerBodyAddress {
  font-size: clamp(1.5rem, (1.3vw), 2.4rem);
  line-height: 1.7916666667;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .footerBodyAddress {
    margin-top: 35px;
  }
}

.footerBodyPolicy {
  margin-top: clamp(42px, 2.8vw, 53px);
  font-size: clamp(1.5rem, (1vw), 2rem);
  line-height: 1.7;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .footerBodyPolicy {
    line-height: 2.2666666667;
  }
}

.footerBodyCopyright {
  margin-top: 16px;
  font-size: clamp(1.5rem, (0.8vw), 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .footerBodyCopyright {
    line-height: 1.6;
  }
}

.error {
  padding-top: clamp(143px, 11.6vw, 223px);
  padding-left: clamp(11px, 11.5vw, 220px);
  padding-right: clamp(11px, 11.5vw, 220px);
  padding-bottom: 100px;
  margin: auto;
  width: 100%;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .error {
    padding-left: 11px;
    padding-right: 11px;
  }
}

.errorInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.errorWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.errorImg {
  width: clamp(161px, 24.1vw, 463px);
  position: relative;
  overflow: hidden;
}
.errorImg::after {
  display: block;
  padding-top: 171.7062634989%;
  content: "";
}
@media (max-width: 767px) {
  .errorImg {
    position: relative;
    overflow: hidden;
  }
  .errorImg::after {
    display: block;
    padding-top: 172.6708074534%;
    content: "";
  }
}

.errorerrorTtl {
  font-size: clamp(7rem, (5.2vw), 10rem);
  line-height: 1.5;
  color: #148043;
}
@media (max-width: 767px) {
  .errorerrorTtl {
    line-height: 1.3153846154;
  }
}
.errorerrorTtl span {
  margin-left: 0.3em;
  margin-right: 0.26em;
}

.errorDesc {
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .errorDesc {
    line-height: 1.2142857143;
  }
}

.errorLink {
  display: none;
}

.mv {
  padding-left: clamp(20px, 8.3vw, 160px);
  padding-right: clamp(20px, 8.3vw, 160px);
  position: relative;
  color: white;
}
@media (max-width: 767px) {
  .mv {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mvInner {
  width: 100%;
  padding-top: 118px;
  padding-bottom: clamp(91px, 6.8vw, 130px);
  position: relative;
}
@media (max-width: 767px) {
  .mvInner {
    padding-top: 0;
    padding-bottom: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.mvInner::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: black;
  opacity: 0.35;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.mvSlider {
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.mvSliderInner {
  width: 100%;
  height: 100%;
  position: relative;
}

@keyframes mvSliderSlide {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
}
.mvSliderSlide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
}
.mvSliderSlide.-active {
  animation: mvSliderSlide 4.5s linear forwards;
}

.mvNav {
  position: relative;
  transform: translateY(calc(-100% + 100% - clamp(50px, 5.2vw, 100px)));
  transition: all 1.5s ease 1.8s;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.mvNav.-active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .mvNav {
    display: none;
  }
}

.mvTtl {
  display: contents;
}

.mvTtlLogo {
  width: clamp(200px, 12.4vw, 239px);
  max-width: 100%;
  object-fit: contain;
  position: fixed;
  top: clamp(20px, 2.3vw, 45px);
  left: clamp(20px, 8.3vw, 160px);
  z-index: 100;
}
@media (max-width: 767px) {
  .mvTtlLogo {
    left: 20px;
  }
}

.mvNavList {
  margin-top: 19px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(14px, 1vw, 20px);
}

.mvNavItem {
  opacity: 0;
  transition: all 0.5s ease;
}
.mvNavItem.-active {
  opacity: 1;
}
.mvNavItem:nth-last-of-type(1) {
  transition-delay: 2.075s;
}
.mvNavItem:nth-last-of-type(2) {
  transition-delay: 2.15s;
}
.mvNavItem:nth-last-of-type(3) {
  transition-delay: 2.225s;
}
.mvNavItem:nth-last-of-type(4) {
  transition-delay: 2.3s;
}
.mvNavItem:nth-last-of-type(5) {
  transition-delay: 2.375s;
}
.mvNavItem:nth-last-of-type(6) {
  transition-delay: 2.45s;
}
.mvNavItem:nth-last-of-type(7) {
  transition-delay: 2.525s;
}
.mvNavItem:nth-last-of-type(8) {
  transition-delay: 2.6s;
}
.mvNavItem:nth-last-of-type(9) {
  transition-delay: 2.675s;
}
.mvNavItem:nth-last-of-type(10) {
  transition-delay: 2.75s;
}
.mvNavItem:nth-last-of-type(11) {
  transition-delay: 2.825s;
}
.mvNavItem:nth-last-of-type(12) {
  transition-delay: 2.9s;
}
.mvNavItem:nth-last-of-type(13) {
  transition-delay: 2.975s;
}
.mvNavItem:nth-last-of-type(14) {
  transition-delay: 3.05s;
}
.mvNavItem:nth-last-of-type(15) {
  transition-delay: 3.125s;
}
.mvNavItem:nth-last-of-type(16) {
  transition-delay: 3.2s;
}
.mvNavItem:nth-last-of-type(17) {
  transition-delay: 3.275s;
}
.mvNavItem:nth-last-of-type(18) {
  transition-delay: 3.35s;
}
.mvNavItem:nth-last-of-type(19) {
  transition-delay: 3.425s;
}
.mvNavItem:nth-last-of-type(20) {
  transition-delay: 3.5s;
}

.mvNavLink {
  font-size: clamp(1.4rem, (1vw), 2rem);
  font-weight: 400;
  line-height: 1.7;
}

.mvCopyTtl {
  margin-top: clamp(50px, 5.2vw, 100px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(20px, 1.3vw, 25px);
  transition: all 1.5s ease 1.8s;
  position: relative;
  z-index: 2;
  transform: translateY(calc(-100% + 100% - clamp(50px, 5.2vw, 100px)));
}
.mvCopyTtl.-active {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .mvCopyTtl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    transform: translateY(0);
  }
}

.mvCopyTxt.-en {
  font-size: clamp(2.7rem, (5.2vw), 10rem);
  line-height: 1.15;
  white-space: nowrap;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .mvCopyTxt.-en {
    line-height: 1.1703703704;
  }
}
@media (max-width: 374px) {
  .mvCopyTxt.-en {
    font-size: 2.2rem;
  }
}
.mvCopyTxt.-ja {
  font-size: clamp(2rem, (2.1vw), 4rem);
  line-height: 1.7;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .mvCopyTxt.-ja {
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .mvCopyTxt {
    text-align: center;
  }
}

.mvCopyLetter {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.mvCopyLetter.-active {
  opacity: 1;
}

.about {
  padding-top: clamp(58px, 6vw, 115px);
  width: 100%;
  position: relative;
  background-color: #f4f4f4;
  padding-bottom: clamp(50px, 3.5vw, 68px);
}
.about::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  clip-path: polygon(0 0, 0 70%, 100% 100%);
  background-color: #5b9708;
  opacity: 0.18;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .about::before {
    height: 68%;
  }
}

.aboutInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
  padding-left: clamp(0px, (0vw), 0px);
  padding-right: clamp(20px, (8.3vw), 160px);
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 767px) {
  .aboutInner {
    padding-left: 0px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .aboutInner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

.aboutMedia {
  width: clamp(341px, 51.2vw, 983px);
  position: relative;
}
@media (max-width: 767px) {
  .aboutMedia {
    width: 100%;
  }
}

.aboutMediaHead {
  position: absolute;
  top: clamp(23px, 2.7vw, 51px);
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(5px, 0.6vw, 12px);
  padding-left: clamp(20px, 8.3vw, 160px);
  overflow: hidden;
}

.aboutMediaImg {
  height: clamp(346px, 39.6vw, 761px);
  width: 100%;
}

.aboutMediaTtl {
  color: #148043;
  position: relative;
  z-index: 1;
}
.aboutMediaTtl.-en {
  font-size: clamp(2.7rem, (5.2vw), 10rem);
  line-height: 1.15;
  white-space: nowrap;
  padding-right: clamp(36px, 3.4vw, 65px);
  padding-top: clamp(11px, 0.8vw, 16px);
  padding-bottom: clamp(11px, 0.8vw, 16px);
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .aboutMediaTtl.-en {
    line-height: 1.1703703704;
  }
}
@media (max-width: 374px) {
  .aboutMediaTtl.-en {
    font-size: 2.2rem;
  }
}
.aboutMediaTtl.-ja {
  font-size: clamp(2rem, (2.1vw), 4rem);
  line-height: 1.7;
  padding-right: clamp(18px, 1.9vw, 36px);
  padding-top: clamp(7px, 0.6vw, 12px);
  padding-bottom: clamp(7px, 0.6vw, 12px);
}
@media (max-width: 767px) {
  .aboutMediaTtl.-ja {
    line-height: 1.7;
  }
}
.aboutMediaTtl::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.85;
  z-index: -1;
}

.aboutBody {
  width: calc(100% - clamp(341px, 51.2vw, 983px) - clamp(39px, 3.4vw, 65px));
  padding-top: clamp(52px, 4.6vw, 88px);
}
@media (max-width: 767px) {
  .aboutBody {
    width: 100%;
    padding-left: 20px;
  }
}

.aboutBodyTtl {
  font-size: clamp(2.5rem, (1.7vw), 3.2rem);
  line-height: 1.40625;
}
@media (max-width: 767px) {
  .aboutBodyTtl {
    line-height: 1.4;
  }
}

.aboutBodyTxt {
  margin-top: clamp(40px, 3.6vw, 69px);
}

.aboutBodyLinks {
  margin-top: clamp(50px, 4.2vw, 80px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: clamp(18px, 1.7vw, 32px);
}

.aboutBodyLink {
  background-color: #148043;
}

.services {
  width: 100%;
  position: relative;
}
.services::before {
  content: "";
  display: block;
  width: 58.0208333333vw;
  height: 1px;
  background-color: #148043;
}
.services::after {
  content: "";
  display: block;
  width: 100vw;
  height: clamp(426px, 35.4vw, 680px);
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .services::after {
    display: none;
  }
}

.servicesInner {
  width: 100%;
  padding-top: clamp(58px, 8.1vw, 156px);
}

.servicesHead {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
  padding-left: clamp(20px, (8.3vw), 160px);
  padding-right: clamp(20px, (8.3vw), 160px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 48px;
  row-gap: 50px;
}
@media (max-width: 767px) {
  .servicesHead {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .servicesHead {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}

.servicesHeadTtl {
  color: #148043;
}
.servicesHeadTtl.-en {
  font-size: clamp(3.5rem, (7.8vw), 15rem);
  font-weight: 400;
  line-height: 1.1466666667;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .servicesHeadTtl.-en {
    line-height: 1.1428571429;
  }
}
.servicesHeadTtl.-ja {
  font-size: clamp(2rem, (2.1vw), 4rem);
  line-height: 1.7;
}
@media (max-width: 767px) {
  .servicesHeadTtl.-ja {
    line-height: 1.7;
  }
}

.servicesHeadTxt {
  margin-top: clamp(0px, 1.3vw, 24px);
  font-size: clamp(1.5rem, (1.5vw), 2.8rem);
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .servicesHeadTxt {
    line-height: 1.3333333333;
  }
}

.servicesBody {
  margin-top: clamp(64px, 7.2vw, 138px);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 8.3vw, 160px);
}

.servicesBodyList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(75px, 7.8vw, 150px);
}

.servicesBodyItem {
  width: 100%;
  position: relative;
  padding-left: clamp(0px, 9.3vw, 178px);
}
@media (max-width: 767px) {
  .servicesBodyItem {
    padding-left: 0;
  }
}

.servicesBodyTtl.-en {
  position: absolute;
  left: 0;
  top: clamp(57px, 6.8vw, 130px);
  font-size: clamp(1.5rem, (1.3vw), 2.4rem);
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: 0.01em;
  z-index: 2;
  color: #535353;
}
@media (max-width: 767px) {
  .servicesBodyTtl.-en {
    line-height: 1.1333333333;
  }
}
@media (max-width: 767px) {
  .servicesBodyTtl.-en {
    left: 29px;
  }
}
.servicesBodyTtl.-ja {
  font-size: clamp(2.5rem, (2.3vw), 4.5rem);
  line-height: 1.4666666667;
}
@media (max-width: 767px) {
  .servicesBodyTtl.-ja {
    line-height: 1.8;
  }
}

.servicesBodyLink {
  width: 100%;
  position: relative;
  color: white;
  overflow: hidden;
}
.servicesBodyLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.24;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.servicesBodyLink:hover {
  opacity: 1;
}
.servicesBodyLink:hover .servicesBodyImg {
  transform: scale(1.05);
}

.servicesBodyPicture {
  display: contents;
}

.servicesBodyImg {
  width: 100%;
  height: clamp(390px, 43.3vw, 831px);
  filter: brightness(0.5);
  filter: blur(2px);
  transition: all 0.3s ease;
  transform: scale(1);
}
@media (max-width: 767px) {
  .servicesBodyImg {
    object-position: left center;
  }
}

.servicesBodyContents {
  position: absolute;
  bottom: clamp(25px, 4.7vw, 90px);
  width: 100%;
  padding-left: clamp(29px, 8.8vw, 169px);
  padding-right: clamp(20px, 4.2vw, 80px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  z-index: 2;
  max-width: 100%;
}
@media (max-width: 767px) {
  .servicesBodyContents {
    padding-left: 29px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 3px;
  }
}

.servicesBodyWrap {
  width: clamp(549.5px, 40.9vw, 785px);
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(24px, 2.9vw, 56px);
}
@media (max-width: 767px) {
  .servicesBodyWrap {
    width: 100%;
  }
}

.servicesBodyTxt {
  font-size: clamp(1.35rem, (1.3vw), 2.4rem);
  line-height: 1.7083333333;
}
@media (max-width: 767px) {
  .servicesBodyTxt {
    line-height: 1.3333333333;
  }
}

.servicesBodyIcon {
  border: 2px solid white;
  border-radius: 50%;
  width: clamp(40px, 5.2vw, 100px);
  min-width: clamp(40px, 5.2vw, 100px);
  height: clamp(40px, 5.2vw, 100px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .servicesBodyIcon {
    margin-left: auto;
  }
}
.servicesBodyIcon::after {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  background-color: white;
  filter: blur(30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.3;
}
.servicesBodyIcon::before {
  content: "";
  display: block;
  width: clamp(7px, 0.8vw, 16px);
  height: clamp(9px, 1.3vw, 24px);
  background-image: url(./img/home/icon_link_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .servicesBodyIcon::before {
    background-image: url(./img/home/icon_link_arrow_sp.svg);
  }
}

.servicesBodyCircle {
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s ease;
}
.servicesBodyCircle.-leftTop {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: clamp(66px, 8.3vw, 160px);
  height: clamp(66px, 8.3vw, 160px);
}
.servicesBodyCircle.-rightTop {
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 0;
  height: 0;
}
@media (min-width: 1921px) {
  .servicesBodyCircle.-rightTop {
    width: clamp(66px, 8.3vw, 160px);
    height: clamp(66px, 8.3vw, 160px);
  }
}
.servicesBodyCircle.-leftBottom {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: clamp(66px, 8.3vw, 160px);
  height: clamp(66px, 8.3vw, 160px);
}
.servicesBodyCircle.-rightBottom {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  width: 0;
  height: 0;
}
@media (min-width: 1921px) {
  .servicesBodyCircle.-rightBottom {
    width: clamp(66px, 8.3vw, 160px);
    height: clamp(66px, 8.3vw, 160px);
  }
}
.servicesBodyCircle.-gray {
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  .servicesBodyCircle.-gray {
    background-color: white;
  }
}
.servicesBodyCircle.-white {
  background-color: white;
}

.recruit {
  width: 100%;
  margin-top: clamp(160px, 22.4vw, 430px);
}

.recruitInner {
  width: 100%;
}

.recruitBody {
  padding-top: clamp(70px, 8.5vw, 164px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
  padding-left: clamp(20px, (8.3vw), 160px);
  padding-right: clamp(20px, (4.2vw), 80px);
  position: relative;
  color: white;
  padding-bottom: clamp(175px, 13vw, 250px);
}
@media (max-width: 767px) {
  .recruitBody {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .recruitBody {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 22%);
    padding-bottom: 0;
  }
}
.recruitBody::before {
  content: "";
  display: block;
  width: 100vw;
  height: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 93%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .recruitBody::before {
    height: clamp(209px, 29.1vw, 223px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%);
    z-index: 3;
  }
}

.recruitBodyImg {
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .recruitBodyImg {
    margin-top: 30px;
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    transform: none;
    height: auto;
    object-fit: contain;
    order: 3;
  }
}

.recruitBodyTtl {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .recruitBodyTtl {
    width: 100%;
    z-index: 4;
  }
}
.recruitBodyTtl.-en {
  font-size: clamp(3.5rem, (2.3vw), 4.5rem);
  font-weight: 400;
  line-height: 1.1555555556;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .recruitBodyTtl.-en {
    line-height: 1.1428571429;
  }
}
@media (max-width: 767px) {
  .recruitBodyTtl.-en {
    order: 1;
  }
}
.recruitBodyTtl.-ja {
  font-size: clamp(1.5rem, (2.8vw), 5.4rem);
  line-height: 1.7037037037;
}
@media (max-width: 767px) {
  .recruitBodyTtl.-ja {
    line-height: 1.7333333333;
  }
}
@media (max-width: 767px) {
  .recruitBodyTtl.-ja {
    order: 2;
  }
}

.recruitBodyRow {
  margin-top: clamp(276px, 31.4vw, 603px);
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 32px;
  row-gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .recruitBodyRow {
    display: contents;
  }
}

@media (max-width: 767px) {
  .recruitBodyWrap {
    display: contents;
  }
}

.recruitBodyTxt {
  margin-top: clamp(33.5px, 2.5vw, 48px);
  font-size: clamp(1.5rem, (1.3vw), 2.4rem);
  line-height: 1.7083333333;
}
@media (max-width: 767px) {
  .recruitBodyTxt {
    line-height: 1.3333333333;
  }
}
@media (max-width: 767px) {
  .recruitBodyTxt {
    order: 4;
    position: relative;
    width: 100%;
    z-index: 4;
  }
}

.recruitBodyIcon {
  border: 2px solid white;
  border-radius: 50%;
  width: clamp(40px, 9.5vw, 183px);
  min-width: clamp(40px, 9.5vw, 183px);
  height: clamp(40px, 9.5vw, 183px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .recruitBodyIcon {
    margin-left: auto;
    order: 5;
    z-index: 4;
    margin-top: 30px;
  }
}
.recruitBodyIcon::after {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  background-color: white;
  filter: blur(30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.3;
}
.recruitBodyIcon::before {
  content: "";
  display: block;
  width: clamp(7px, 0.8vw, 16px);
  height: clamp(9px, 1.3vw, 24px);
  background-image: url(./img/home/icon_link_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .recruitBodyIcon::before {
    background-image: url(./img/home/icon_link_arrow_sp.svg);
  }
}

.recruitDetails {
  margin-top: -1px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
  padding-left: clamp(20px, (8.3vw), 160px);
  padding-right: clamp(20px, (8.3vw), 160px);
  position: relative;
  padding-top: clamp(220px, 22.9vw, 440px);
  padding-bottom: clamp(193.8px, 14.4vw, 277px);
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 767px) {
  .recruitDetails {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .recruitDetails {
    padding-top: 0;
    padding-bottom: 73px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.recruitDetails::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.recruitDetailsImg {
  width: clamp(302px, 72.7vw, 1396px);
  min-width: clamp(302px, 72.7vw, 1396px);
  height: clamp(302px, 72.7vw, 1396px);
  aspect-ratio: 1/1;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(calc(-100% + 100% - clamp(82px, 7.8vw, 150px)), 0%);
  border-radius: 50%;
  object-position: 60% bottom;
}
@media (max-width: 767px) {
  .recruitDetailsImg {
    position: relative;
  }
}
@media (max-width: 374px) {
  .recruitDetailsImg {
    transform: translate(calc(-100% + 100% - clamp(33px, 7.8vw, 150px)), 0%);
  }
}

.recruitDetailsWrap {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .recruitDetailsWrap {
    width: 100%;
    margin-top: 52px;
  }
}

.recruitDetailsTtl {
  font-size: clamp(2.5rem, (2.1vw), 4rem);
  line-height: 1.125;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .recruitDetailsTtl {
    line-height: 1.4;
  }
}

.recruitDetailsTxt {
  margin-top: clamp(42px, 3.6vw, 69px);
  font-size: clamp(1.5rem, (1.3vw), 2.4rem);
  line-height: 1.7083333333;
}
@media (max-width: 767px) {
  .recruitDetailsTxt {
    line-height: 1.3333333333;
  }
}

.recruitDetailsLinks {
  position: relative;
  z-index: 2;
  margin-top: clamp(52px, 8.4vw, 162px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  row-gap: clamp(17px, 1.7vw, 32px);
}
@media (max-width: 767px) {
  .recruitDetailsLinks {
    width: 100%;
  }
}

.recruitDetailsLink {
  background-color: #272727;
}

.news {
  padding-top: clamp(100px, 22.1vw, 424px);
  width: 100%;
  position: relative;
  padding-bottom: 154px;
  background-color: #fcfcfc;
}
@media (max-width: 1150px) {
  .news {
    padding-top: 100px;
    padding-bottom: 90px;
    margin-bottom: 0;
  }
}
.news::before {
  content: "";
  display: block;
  width: 100vw;
  height: 82%;
  clip-path: polygon(0 0, 0 70%, 100% 100%);
  background-color: #5b9708;
  opacity: 0.18;
  position: absolute;
  right: 0;
  bottom: 13%;
  z-index: 1;
}
@media (max-width: 1150px) {
  .news::before {
    height: 70%;
    bottom: 14%;
  }
}

.newsInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
  padding-left: clamp(20px, (8.3vw), 160px);
  padding-right: clamp(20px, (8.3vw), 160px);
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 767px) {
  .newsInner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1150px) {
  .newsInner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
  }
  .newsInner::before {
    content: "";
    display: block;
    width: 100vw;
    height: 2px;
    background: #2a6242;
  }
  .newsInner::after {
    content: "";
    display: block;
    width: 100vw;
    height: 2px;
    background: #2a6242;
  }
}

@media (max-width: 1150px) {
  .newsHead {
    margin-top: 70px;
    width: 100%;
  }
}

.newsHeadTtl {
  color: #148043;
  position: relative;
  z-index: 1;
}
.newsHeadTtl.-en {
  font-size: clamp(2.7rem, (5.2vw), 10rem);
  line-height: 1.15;
  white-space: nowrap;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .newsHeadTtl.-en {
    line-height: 1.1703703704;
  }
}
@media (max-width: 374px) {
  .newsHeadTtl.-en {
    font-size: 2.2rem;
  }
}
.newsHeadTtl.-ja {
  font-size: clamp(2rem, (2.1vw), 4rem);
  line-height: 1;
}

.newsBody {
  position: relative;
  width: clamp(668.5px, 49.7vw, 955px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 1150px) {
  .newsBody {
    margin-top: 44px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-bottom: 77px;
  }
}
.newsBody::after {
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  background: #2a6242;
  position: absolute;
  left: 0;
  top: calc(-100% + 100% - clamp(123.2px, 9.2vw, 176px));
}
@media (max-width: 1150px) {
  .newsBody::after {
    display: none;
  }
}

.newsBodyList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 44px;
}
@media (max-width: 1150px) {
  .newsBodyList {
    border-top: 1px solid #c4c4c4;
    row-gap: 0;
  }
}

.newsBodyItem {
  width: 100%;
}
@media (max-width: 1150px) {
  .newsBodyItem {
    border-bottom: 1px solid #c4c4c4;
  }
}

.newsBodyLink {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: clamp(80.5px, 6vw, 115px);
  position: relative;
}
@media (max-width: 1150px) {
  .newsBodyLink {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 14px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.newsBodyLink::after {
  content: "";
  display: block;
  width: clamp(30.8px, 2.3vw, 44px);
  height: 1px;
  background-color: #c4c4c4;
  position: absolute;
  top: clamp(7px, 0.5vw, 10px);
  left: clamp(130px, 8.9vw, 170px);
}
@media (max-width: 1150px) {
  .newsBodyLink::after {
    display: none;
  }
}

.newsBodyTime {
  font-size: clamp(1.5rem, (1vw), 2rem);
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .newsBodyTime {
    line-height: 1.1333333333;
  }
}

.newsBodyTtl {
  font-size: clamp(1.5rem, (1vw), 2rem);
  line-height: 1.7;
  letter-spacing: 0.15em;
  margin-top: -5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .newsBodyTtl {
    line-height: 1.3333333333;
  }
}

.newsBodyMore {
  margin-top: clamp(39px, 2.2vw, 43px);
  background-color: white;
  text-align: center;
  padding-top: clamp(12px, 1.6vw, 30px);
  padding-bottom: clamp(12px, 1.6vw, 30px);
  padding-left: clamp(44px, 3.6vw, 70px);
  padding-right: clamp(44px, 3.6vw, 70px);
  font-size: clamp(1.5rem, (1vw), 2rem);
  font-weight: 400;
  line-height: 1.15;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .newsBodyMore {
    line-height: 1.1333333333;
  }
}

.inquiry {
  width: 100%;
  position: relative;
  background: url(./img/common/contact01.png) no-repeat center center/cover;
  padding-top: clamp(74px, 16.7vw, 320px);
  padding-bottom: clamp(130px, 16.7vw, 320px);
  color: white;
}
.inquiry::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.inquiryInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  z-index: 3;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
  padding-left: clamp(20px, (8.3vw), 160px);
  padding-right: clamp(20px, (8.3vw), 160px);
}
@media (max-width: 767px) {
  .inquiryInner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inquiryContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  column-gap: 20px;
  flex-wrap: wrap;
  max-width: 1160px;
  width: 100%;
  row-gap: 45px;
}
@media (max-width: 767px) {
  .inquiryContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .inquiryHead {
    width: 100%;
  }
}

.inquiryHeadTtl.-en {
  font-size: clamp(3.5rem, (5.6vw), 10.7rem);
  font-weight: 400;
  line-height: 1.1495327103;
}
@media (max-width: 767px) {
  .inquiryHeadTtl.-en {
    line-height: 1.1428571429;
  }
}
.inquiryHeadTtl.-ja {
  margin-top: clamp(60px, 4.4vw, 84px);
  font-size: clamp(2.5rem, (2.1vw), 4rem);
  line-height: 1.7;
}
@media (max-width: 767px) {
  .inquiryHeadTtl.-ja {
    line-height: 1.4;
  }
}

.inquiryHeadTxt {
  margin-top: clamp(25px, 2.7vw, 52px);
  font-size: clamp(1.5rem, (1.3vw), 2.4rem);
  line-height: 1.7083333333;
}
@media (max-width: 767px) {
  .inquiryHeadTxt {
    line-height: 1.3333333333;
  }
}

.inquiryBtn {
  position: relative;
}
.inquiryBtn::after {
  content: "";
  display: block;
  height: clamp(512px, 56.8vw, 1090px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  z-index: -1;
  border: 1px solid white;
}
@media (max-width: 767px) {
  .inquiryBtn::after {
    height: 385px;
    transform: translate(0, -22%);
  }
}

.inquiryBtnLink {
  aspect-ratio: 1/1;
  padding-left: clamp(20px, 6.5vw, 125px);
  padding-right: clamp(20px, 6.5vw, 125px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: white;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: clamp(1.5rem, (1.3vw), 2.4rem);
  line-height: 1.25;
}
@media (max-width: 767px) {
  .inquiryBtnLink {
    line-height: 1.3333333333;
  }
}