@charset "UTF-8";
.sen {
  font-family: "Sen", sans-serif;
}

.js-scrollable {
  overflow-x: auto;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #033824;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-family: "Poppins", sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-family: "Poppins", sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-family: "Poppins", sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-family: "Poppins", sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-family: "Poppins", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv2 {
  display: flex;
  flex-direction: column;
}
.heading--lv2 .en {
  background: linear-gradient(90deg, #52b692 0%, #70ba73 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Sen", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 20px;
  position: relative;
}
.heading--lv2 .en:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  border-bottom: 1px solid #168352;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.heading--lv2 .ja {
  font-size: clamp(2.8rem, 2.29vw, 4.4rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.heading--lv3 {
  display: block;
  background: #056740;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .heading--lv2 {
    display: flex;
    flex-direction: column;
  }
  .heading--lv2 .en {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding-left: 20px;
    position: relative;
  }
  .heading--lv2 .en:before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
  }
  .heading--lv2 .ja {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  .heading--lv3 {
    display: block;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.8rem;
  }
}
.button--pattern-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  background: #056740;
  border: 1px solid #056740;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 90px;
  transition: all 0.3s;
}
.button--pattern-1 .text {
  color: #ffffff;
  font-size: clamp(1.6rem, 0.94vw, 1.8rem);
  font-weight: 700;
}
.button--pattern-1:hover {
  background: #ffffff;
}
.button--pattern-1:hover .text {
  color: #056740;
}
.button--pattern-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 365px;
}
.button--pattern-2 .title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.button--pattern-2 .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  background: #F08C1E;
  border: 1px solid #F08C1E;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 90px;
  transition: all 0.3s;
}
.button--pattern-2 .text, .button--pattern-2 .icon {
  color: #ffffff;
  transition: all 0.3s;
}
.button--pattern-2 .text {
  font-size: 1.6rem;
  font-weight: 700;
}
.button--pattern-2:hover .link {
  background: #ffffff;
}
.button--pattern-2:hover .text, .button--pattern-2:hover .icon {
  color: #F08C1E;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 185px;
    padding: 10px;
    box-sizing: border-box;
  }
  .button--pattern-1 .text {
    font-size: 1.5rem;
  }
  .button--pattern-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
  }
  .button--pattern-2 .title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
  .button--pattern-2 .link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 80%;
    padding: 12px;
  }
  .button--pattern-2 .text {
    font-size: 1.5rem;
  }
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-form__definition {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
}
.contact-form__row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-form__term {
  display: flex;
  align-content: center;
  gap: 10px;
  width: 350px;
  background: #F5F5F5;
  padding: 20px 30px;
  box-sizing: border-box;
}
.contact-form__term--textarea {
  padding: 70px 30px;
}
.contact-form__term--checkbox {
  padding: 30px 30px;
}
.contact-form__tag {
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 10px;
}
.contact-form__tag--required {
  color: #ffffff;
  background: #B40019;
}
.contact-form__tag--optional {
  background: #CBD9D4;
}
.contact-form__title {
  font-size: 1.6rem;
}
.contact-form__desc {
  width: 710px;
}
.contact-form__desc input[type=text],
.contact-form__desc input[type=email],
.contact-form__desc input[type=tel],
.contact-form__desc input[type=url],
.contact-form__desc input[type=file],
.contact-form__desc textarea,
.contact-form__desc select {
  display: block;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #CBD9D4;
  font-size: 1.6rem;
}
.contact-form__desc input[type=text]::-moz-placeholder, .contact-form__desc input[type=email]::-moz-placeholder, .contact-form__desc input[type=tel]::-moz-placeholder, .contact-form__desc input[type=url]::-moz-placeholder, .contact-form__desc input[type=file]::-moz-placeholder, .contact-form__desc textarea::-moz-placeholder, .contact-form__desc select::-moz-placeholder {
  color: #a5a5a5;
}
.contact-form__desc input[type=text]::placeholder,
.contact-form__desc input[type=email]::placeholder,
.contact-form__desc input[type=tel]::placeholder,
.contact-form__desc input[type=url]::placeholder,
.contact-form__desc input[type=file]::placeholder,
.contact-form__desc textarea::placeholder,
.contact-form__desc select::placeholder {
  color: #a5a5a5;
}
.contact-form__desc input[type=text]:focus,
.contact-form__desc input[type=email]:focus,
.contact-form__desc input[type=tel]:focus,
.contact-form__desc input[type=url]:focus,
.contact-form__desc input[type=file]:focus,
.contact-form__desc textarea:focus,
.contact-form__desc select:focus {
  outline: 1px solid #333333;
}
.contact-form__desc input[type=radio] {
  margin-right: 5px;
}
.contact-form__desc .checkbox-other {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}
.contact-form__desc .checkbox-other input[type=text] {
  width: 580px;
  padding: 5px 15px;
}
.contact-form__inputs {
  display: flex;
  align-items: center;
  gap: 2%;
}
.contact-form__inputs .select--year {
  width: 100px;
}
.contact-form__inputs .select--month, .contact-form__inputs .select--day {
  width: 60px;
}
.contact-form__input {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .contact-form__definition {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .contact-form__row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .contact-form__term {
    display: flex;
    align-content: center;
    gap: 10px;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
  }
  .contact-form__term--textarea {
    padding: 15px 20px;
  }
  .contact-form__term--checkbox {
    padding: 15px 20px;
  }
  .contact-form__tag {
    font-size: 1.3rem;
    line-height: 1;
    padding: 5px 10px;
  }
  .contact-form__title {
    font-size: 1.5rem;
  }
  .contact-form__desc {
    width: 100%;
  }
  .contact-form__desc input[type=text],
  .contact-form__desc input[type=email],
  .contact-form__desc input[type=tel],
  .contact-form__desc input[type=url],
  .contact-form__desc input[type=file],
  .contact-form__desc textarea,
  .contact-form__desc select {
    display: block;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 1.5rem;
  }
  .contact-form__desc input[type=radio] {
    margin-right: 5px;
  }
  .contact-form__desc .checkbox {
    display: block;
  }
  .contact-form__desc .checkbox-other {
    display: block;
    align-items: flex-start;
    gap: 5px;
    margin-top: -23px;
  }
  .contact-form__desc .checkbox-other input[type=text] {
    display: block;
    width: 100%;
    padding: 5px 15px;
    margin-top: 5px;
  }
  .contact-form__inputs {
    display: flex;
    align-items: center;
    gap: 2%;
  }
  .contact-form__inputs .select--year {
    width: 100px;
  }
  .contact-form__inputs .select--month, .contact-form__inputs .select--day {
    width: 60px;
  }
  .contact-form__input {
    width: 49%;
  }
}
.header {
  position: relative;
}

.header-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 1.5%;
  box-sizing: border-box;
  z-index: 10;
}
.header-bar__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  min-width: 310px;
  background: #ffffff;
  padding: 2% 1.5%;
  box-sizing: border-box;
  border-radius: 0 0 30px 0;
}
.header-bar__nav {
  display: flex;
  align-items: center;
  gap: 1.04vw;
  background: #ffffff;
  padding: 15px 30px;
  border-radius: 90px;
  margin-top: 1.56vw;
  position: fixed;
  top: 0;
  right: 1.5%;
}
.header-bar__list {
  display: flex;
  gap: 0.78vw;
}
.header-bar__item a {
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
  font-weight: 700;
}
.header-bar__item:hover a {
  border-bottom: 1px solid #056740;
}
.header-bar__links {
  display: flex;
  gap: 10px;
}
.header-bar__link {
  width: clamp(145px, 9.11vw, 175px);
}
.header-bar__link a {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 90px;
  color: #ffffff;
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
}
.header-bar__link--recruit a {
  background: #056740;
  border: 1px solid #056740;
}
.header-bar__link--recruit:hover a {
  background: #ffffff;
  color: #056740;
}
.header-bar__link--partner a {
  background: #005BAC;
  border: 1px solid #005BAC;
}
.header-bar__link--partner:hover a {
  background: #ffffff;
  color: #005BAC;
}
.header-bar__link--contact a {
  background: #F08C1E;
  border: 1px solid #F08C1E;
}
.header-bar__link--contact:hover a {
  background: #ffffff;
  color: #F08C1E;
}

.header-visual--top {
  height: 100vh;
  position: relative;
}
.header-visual--sub {
  height: 20vw;
  min-height: 300px;
  background: url(../img/layout/header/bg--logo.png) no-repeat bottom right/30%, #EDF3EB;
}
.header-visual--people {
  width: 100%;
  aspect-ratio: 1920/648;
}
.header-visual--people-01 {
  background: url(../img/pages/people/single/01/img--01.png) no-repeat center/cover;
}
.header-visual--people-02 {
  background: url(../img/pages/people/single/02/img--01.png) no-repeat center/cover;
}
.header-visual--people-03 {
  background: url(../img/pages/people/single/03/img--01.png) no-repeat center/cover;
}
.header-visual--people-04 {
  background: url(../img/pages/people/single/04/img--01.png) no-repeat center/cover;
}
.header-visual--people-05 {
  background: url(../img/pages/people/single/05/img--01.png) no-repeat center/cover;
}
.header-visual__inner {
  height: 100%;
  position: relative;
}
.header-visual__gallery {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.header-visual__img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transition-property: opacity;
  transition-timing-function: ease;
}
.header-visual__img:nth-child(1) {
  background: url(../img/layout/header/visual--01.jpg) no-repeat top center/cover;
  z-index: 3;
}
.header-visual__img:nth-child(2) {
  background: url(../img/layout/header/visual--02.jpg) no-repeat top center/cover;
  z-index: 2;
}
.header-visual__img:nth-child(3) {
  background: url(../img/layout/header/visual--03.jpg) no-repeat top center/cover;
  z-index: 1;
}
.header-visual__title {
  position: relative;
  z-index: 10;
}
.header-visual__title--top {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  bottom: 2.6vw;
  left: 2.6vw;
}
.header-visual__title--top .main, .header-visual__title--top .sub {
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.header-visual__title--top .main {
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.header-visual__title--top .sub {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.header-visual__title--sub {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 2.6vw;
  left: 0;
}
.header-visual__title--sub .en {
  background: linear-gradient(90deg, #52b692 0%, #70ba73 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Sen", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.header-visual__title--sub .ja {
  font-size: clamp(4.2rem, 2.71vw, 5.2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.header-visual__title--sub .ja span {
  font-size: clamp(2rem, 1.46vw, 2.8rem);
}

@media only screen and (max-width: 767px) {
  .header-bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 0;
  }
  .header-bar__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    min-width: auto;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 0 0 10px 0;
  }
  .header-bar__nav {
    display: none;
  }
  .header-visual--top {
    height: 148.57vw;
    position: relative;
  }
  .header-visual--sub {
    height: 20vw;
    min-height: 200px;
    background: url(../img/layout/header/bg--logo.png) no-repeat bottom right/35%, #EDF3EB;
  }
  .header-visual--people {
    width: 100%;
    aspect-ratio: 350/620;
  }
  .header-visual--people-01 {
    background: url(../img/pages/people/single/01/sp-img--01.png) no-repeat center/cover;
  }
  .header-visual--people-02 {
    background: url(../img/pages/people/single/02/sp-img--01.png) no-repeat center/cover;
  }
  .header-visual--people-03 {
    background: url(../img/pages/people/single/03/sp-img--01.png) no-repeat center/cover;
  }
  .header-visual--people-04 {
    background: url(../img/pages/people/single/04/sp-img--01.png) no-repeat center/cover;
  }
  .header-visual--people-05 {
    background: url(../img/pages/people/single/05/sp-img--01.png) no-repeat center/cover;
  }
  .header-visual__inner {
    height: 100%;
    position: relative;
  }
  .header-visual__gallery {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  .header-visual__img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  .header-visual__img:nth-child(3) {
    background: url(../img/layout/header/sp-visual--03.jpg) no-repeat top center/cover;
    z-index: 1;
  }
  .header-visual__title--top {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .header-visual__title--top .main {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .header-visual__title--top .sub {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .header-visual__title--sub {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 10px;
    left: 0;
  }
  .header-visual__title--sub .en {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .header-visual__title--sub .ja {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .header-visual__title--sub .ja span {
    font-size: clamp(2rem, 1.46vw, 2.8rem);
  }
}
.footer {
  background: #EDF3EB;
  padding: 50px 0 20px;
}
.footer__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.footer__logo {
  display: block;
  margin-bottom: 80px;
}
.footer__group {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.footer__nav {
  display: flex;
  gap: 50px;
}
.footer__company:hover a {
  opacity: 0.6;
}
.footer__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 460px;
}
.footer__heading {
  display: block;
  color: #033824;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 1px solid #EDF3EB;
}
.footer__heading:hover {
  border-bottom: 1px solid #056740;
  box-sizing: border-box;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer__item a {
  color: #056740;
  font-size: 1.4rem;
  font-weight: 500;
}
.footer__item:hover a {
  border-bottom: 1px solid #056740;
  box-sizing: border-box;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__link a {
  color: #056740;
  font-size: 1.5rem;
}
.footer__link:hover a {
  border-bottom: 1px solid #056740;
  box-sizing: border-box;
}
.footer__copyright small {
  font-size: 1.4rem;
  font-weight: 500;
}
.footer__pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 5px;
  }
  .footer__box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .footer__logo {
    display: block;
    width: 235px;
    margin: 0 auto 30px;
  }
  .footer__group {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5%;
  }
  .footer__company {
    width: 30%;
  }
  .footer__nav {
    display: none;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__copyright small {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .footer__pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
  }
}
.com-link {
  padding: 30px 0;
}
.com-link__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.com-link__item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.com-link__item .text {
  font-size: 1.8rem;
  font-weight: 700;
}
.com-link__item:hover .text {
  border-bottom: 1px solid #056740;
}

@media only screen and (max-width: 767px) {
  .com-link {
    padding: 20px 0;
  }
  .com-link__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 5%;
  }
  .com-link__item {
    width: 47.5%;
  }
  .com-link__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
  }
  .com-link__item .text {
    font-size: 1.5rem;
  }
}
.com-container {
  background: #ffffff;
  border-radius: 90px 90px 0 0;
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .com-container {
    border-radius: 30px 30px 0 0;
    padding: 50px 0;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #056740;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100dvh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__inner {
  padding: 15px 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 180px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__inductions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 3%;
}
.drawer-on__induction {
  width: 48.5%;
}
.drawer-on__induction a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 90px;
  color: #ffffff;
  font-size: 1.6rem;
}
.drawer-on__induction--job a {
  background: #056740;
}
.drawer-on__induction--partner a {
  background: #005BAC;
}
.drawer-on__induction--contact a {
  background: #F08C1E;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagination li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #056740;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 20px;
  }
  .pagination li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagination li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 50px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-topics {
  padding: 30px 0;
}
.top-topics__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 40px 30px;
  box-sizing: border-box;
}
.top-topics__contents {
  display: flex;
  gap: 80px;
}
.top-topics__title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-topics__title .icon {
  font-size: 2rem;
}
.top-topics__title .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.top-topics__article a {
  display: flex;
  align-items: center;
}
.top-topics__article .time {
  font-size: 1.6rem;
  font-weight: 500;
  border-right: 1px solid #033824;
  padding-right: 10px;
  margin-right: 10px;
}
.top-topics__article .heading {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  border-bottom: 1px solid #033824;
  padding-bottom: 5px;
  margin-top: 5px;
}
.top-topics__button .text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .top-topics {
    padding: 30px 0;
  }
  .top-topics__box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    border-radius: 5px;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .top-topics__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-topics__title {
    display: flex;
    gap: 5px;
  }
  .top-topics__title .icon {
    font-size: 1.6rem;
  }
  .top-topics__title .text {
    font-size: 1.6rem;
  }
  .top-topics__article a {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .top-topics__article .time {
    font-size: 1.5rem;
    border-right: none;
    padding-right: auto;
    margin-right: auto;
  }
  .top-topics__article .heading {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-bottom: 5px;
    margin-top: 5px;
  }
  .top-topics__button .text {
    font-size: 1.4rem;
  }
}
.top-philosophy {
  background: #EDF3EB;
}
.top-philosophy__title--lv2 {
  margin-bottom: 1.04vw;
}
.top-philosophy__title--lv3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top-philosophy__title--lv3 .en, .top-philosophy__title--lv3 .ja {
  color: #ffffff;
}
.top-philosophy__title--lv3 .en {
  font-family: "Sen", sans-serif;
  font-size: clamp(1.3rem, 0.78vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top-philosophy__title--lv3 .ja {
  font-size: clamp(2.8rem, 1.67vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top-philosophy__text {
  font-size: clamp(1.6rem, 0.94vw, 1.8rem);
  font-weight: 500;
  line-height: 1.6;
}
.top-philosophy__list {
  display: flex;
  flex-wrap: wrap;
}
.top-philosophy__item {
  width: 33.3333333333%;
  height: 20vw;
  min-height: 320px;
}
.top-philosophy__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-philosophy__item--introduction {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-philosophy__item--link {
  position: relative;
  overflow: hidden;
}
.top-philosophy__item--link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #056740;
  z-index: 3;
  transform: translate(0, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}
.top-philosophy__item--company {
  background: url(../img/pages/top/philosophy/bg--company.jpg) no-repeat center/cover;
}
.top-philosophy__item--service {
  background: url(../img/pages/top/philosophy/bg--service.jpg) no-repeat center/cover;
}
.top-philosophy__item--works {
  background: url(../img/pages/top/philosophy/bg--works.jpg) no-repeat center/cover;
}
.top-philosophy__item--environment {
  background: url(../img/pages/top/philosophy/bg--environment.jpg) no-repeat center/cover;
}
.top-philosophy__item--people {
  background: url(../img/pages/top/philosophy/bg--people.jpg) no-repeat center/cover;
}
.top-philosophy__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  background: rgba(3, 56, 36, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 15px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: height 0.5s ease;
}
.top-philosophy__item--link:hover .top-philosophy__wrapper {
  height: 100%;
}
.top-philosophy__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 90px;
}

/* 1,2 → 左下 */
.top-philosophy.is-loaded .top-philosophy__item:nth-child(2)::before,
.top-philosophy.is-loaded .top-philosophy__item:nth-child(3)::before {
  transform: translate(-100%, 100%);
}

/* 3,4,5,6 → 右下 */
.top-philosophy.is-loaded .top-philosophy__item:nth-child(4)::before,
.top-philosophy.is-loaded .top-philosophy__item:nth-child(5)::before,
.top-philosophy.is-loaded .top-philosophy__item:nth-child(6)::before {
  transform: translate(100%, 100%);
}

.top-philosophy__item:nth-child(2)::before {
  transition-delay: 0.5s;
}

.top-philosophy__item:nth-child(3)::before {
  transition-delay: 0.5s;
}

.top-philosophy__item:nth-child(4)::before {
  transition-delay: 1.5s;
}

.top-philosophy__item:nth-child(5)::before {
  transition-delay: 1.5s;
}

.top-philosophy__item:nth-child(6)::before {
  transition-delay: 1.5s;
}

@media only screen and (max-width: 767px) {
  .top-philosophy__title--lv2 {
    margin-bottom: 10px;
  }
  .top-philosophy__title--lv3 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .top-philosophy__title--lv3 .en {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .top-philosophy__title--lv3 .ja {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .top-philosophy__text {
    font-size: 1.6rem;
  }
  .top-philosophy__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .top-philosophy__item {
    width: 100%;
    height: 20vw;
    min-height: 280px;
    margin-top: 15px;
  }
  .top-philosophy__item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .top-philosophy__item--introduction {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-philosophy__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    padding: 15px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top-philosophy__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
  }
}
.top-news {
  padding: 4.17vw 0;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 75%;
}
.top-news__item:nth-child(1) .top-news__link {
  border-top: 1px solid #a4b5a4;
}
.top-news__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid #a4b5a4;
  padding: 30px 0;
}
.top-news__wrapper {
  display: flex;
  align-items: center;
  width: 95%;
}
.top-news__time {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-right: 1px solid #CBD9D4;
  padding-right: 30px;
  margin-right: 30px;
}
.top-news__time .year, .top-news__time .date {
  color: #168352;
}
.top-news__time .year {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top-news__time .date {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.top-news__headline {
  font-size: clamp(1.6rem, 0.94vw, 1.8rem);
  font-weight: 500;
}
.top-news__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #CBD9D4;
  border-radius: 90px;
  transition: all 0.3s;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-news__link:hover .top-news__icon {
  background: #168352;
}
.top-news__link:hover .top-news__icon i {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .top-news__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 20px 0;
  }
  .top-news__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    width: 90%;
  }
  .top-news__time {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    border-right: none;
    padding-right: auto;
    margin-right: auto;
  }
  .top-news__time .year {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .top-news__time .year::after {
    content: ".";
  }
  .top-news__time .date {
    font-size: 1.4rem;
  }
  .top-news__headline {
    font-size: 1.5rem;
  }
  .top-news__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
  }
  .top-news__button {
    position: static;
    bottom: 0;
    left: 0;
    margin: 30px auto 0;
  }
}
.top-recruit {
  background: #EDF3EB;
  padding: 80px 0;
}
.top-recruit__box {
  background: url(../img/pages/top/recruit/bg--banner.jpg) no-repeat center left/cover;
}
.top-recruit__title {
  margin-bottom: 20px;
}
.top-recruit__title .en, .top-recruit__title .ja {
  color: #ffffff;
}
.top-recruit__title .en {
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: inherit;
}
.top-recruit__title .en::before {
  border-bottom: 1px solid #ffffff;
}
.top-recruit__title .ja {
  font-size: 3.2rem;
}
.top-recruit__contents {
  width: 42%;
  background: rgba(3, 56, 36, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 50px;
  box-sizing: border-box;
  margin: 0 0 0 auto;
}
.top-recruit__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
}
.top-recruit__text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.top-recruit__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-recruit__button {
  width: 165px;
  padding: 12px;
}
.top-recruit__button .text {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .top-recruit {
    padding: 50px 0;
  }
  .top-recruit__box {
    background: url(../img/pages/top/recruit/bg--banner.jpg) no-repeat top left -240px/cover;
    border-radius: 10px;
  }
  .top-recruit__title {
    margin-bottom: 15px;
  }
  .top-recruit__title .ja {
    font-size: 2.8rem;
  }
  .top-recruit__contents {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 0 0 0 auto;
    border-radius: 10px;
  }
  .top-recruit__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-recruit__text {
    font-size: 1.6rem;
  }
  .top-recruit__buttons {
    display: flex;
    align-items: center;
    gap: 3%;
  }
  .top-recruit__button {
    width: 48.5%;
    padding: 12px;
  }
  .top-recruit__button .text {
    font-size: 1.5rem;
  }
}
.company-group {
  background: #EDF3EB;
  padding: 80px 0;
}
.company-group__title--lv2 {
  margin-bottom: 20px;
}
.company-group__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 35px;
}
.company-group__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 30px;
}
.company-group__description {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.company-group__list {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 767px) {
  .company-group {
    padding: 50px 0;
  }
  .company-group__title--lv2 {
    margin-bottom: 10px;
  }
  .company-group__title--lv3, .company-group__title--lv4 {
    display: block;
    width: 75%;
  }
  .company-group__text {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .company-group__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .company-group__description {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .company-group__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 5%;
    width: 80%;
    margin: 0 auto;
  }
  .company-group__item {
    width: 38%;
  }
}
.company-message {
  background: #EDF3EB;
}
.company-message__title--lv2 {
  margin-bottom: 20px;
}
.company-message__img {
  display: block;
  margin-bottom: 20px;
}
.company-message__text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .company-message__title--lv2 {
    margin-bottom: 20px;
  }
  .company-message__img {
    display: block;
    margin-bottom: 20px;
  }
  .company-message__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.company-philosophy {
  padding: 40px 0 80px;
}
.company-philosophy__title--lv2 {
  margin-bottom: 30px;
}
.company-philosophy__title--lv3 {
  margin-bottom: 20px;
}
.company-philosophy__img {
  display: block;
  margin-bottom: 50px;
}
.company-philosophy__list {
  margin-bottom: 50px;
}
.company-philosophy__item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #CBD9D4;
  padding: 15px 0;
}
.company-philosophy__item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #056740;
  border-radius: 90px;
}
.company-philosophy__item .number span {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.company-philosophy__item .text {
  font-size: 2rem;
  font-weight: 500;
}
.company-philosophy__message {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.company-philosophy__message span {
  border-bottom: 1px solid #033824;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .company-philosophy {
    padding: 20px 0 50px;
  }
  .company-philosophy__title--lv2 {
    margin-bottom: 20px;
  }
  .company-philosophy__title--lv3 {
    margin-bottom: 10px;
  }
  .company-philosophy__img {
    display: block;
    margin-bottom: 30px;
  }
  .company-philosophy__list {
    margin-bottom: 30px;
  }
  .company-philosophy__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .company-philosophy__item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }
  .company-philosophy__item .number span {
    font-size: 1.8rem;
    margin-bottom: 3px;
  }
  .company-philosophy__item .text {
    width: 90%;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .company-philosophy__message {
    font-size: 2rem;
    line-height: 1.6;
  }
  .company-philosophy__message span {
    padding-bottom: 2px;
  }
}
.company-goal {
  background: #EDF3EB;
  padding: 80px 0;
}
.company-goal__title--lv3 {
  margin-bottom: 20px;
}
.company-goal__title--lv4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 20%;
}
.company-goal__title--lv4 .sub {
  background: #A24C3B;
  padding: 2px 10px 0;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}
.company-goal__title--lv4 .main {
  color: #333333;
  font-size: 2.4rem;
  font-weight: 500;
}
.company-goal__title--lv5 {
  color: #333333;
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.company-goal__text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.company-goal__img {
  display: block;
}
.company-goal__img--position {
  display: flex;
  justify-content: center;
  background: #ffffff;
  padding: 50px 30px;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 50px;
}
.company-goal__img--vision {
  width: 1000px;
  margin: 0 auto 50px;
}
.company-goal__box {
  background: #ffffff;
  border-radius: 30px;
  padding: 50px 0;
}
.company-goal__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.company-goal__item {
  display: flex;
  gap: 25px;
  background: rgba(162, 76, 59, 0.1);
  border-radius: 20px;
  padding: 30px 25px;
  box-sizing: border-box;
}
.company-goal__contents {
  width: 780px;
}
.company-goal__points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.company-goal__point {
  display: flex;
  align-items: center;
  gap: 10px;
}
.company-goal__point .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #A24C3B;
  border-radius: 90px;
}
.company-goal__point .number span {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.company-goal__point .text {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .company-goal {
    padding: 50px 0;
  }
  .company-goal__title--lv3 {
    margin-bottom: 20px;
  }
  .company-goal__title--lv4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
  }
  .company-goal__title--lv4 .sub {
    padding: 2px 10px 1px;
    border-radius: 5px;
    font-size: 1.4rem;
  }
  .company-goal__title--lv4 .main {
    font-size: 2rem;
  }
  .company-goal__title--lv5 {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .company-goal__text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .company-goal__img {
    display: block;
  }
  .company-goal__img--position {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 50px;
  }
  .company-goal__img--position img {
    display: block;
    width: 760px;
  }
  .company-goal__img--vision {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto 50px;
  }
  .company-goal__img--vision img {
    display: block;
    width: 680px;
  }
  .company-goal__box {
    border-radius: 10px;
    padding: 50px 0;
  }
  .company-goal__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .company-goal__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 10px;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .company-goal__contents {
    width: 100%;
  }
  .company-goal__points {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .company-goal__point {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .company-goal__point .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }
  .company-goal__point .number span {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 3px;
  }
  .company-goal__point .text {
    width: 90%;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.company-info {
  padding: 80px 0;
}
.company-info__title--lv2 {
  margin-bottom: 30px;
}
.company-info__title--lv3 {
  margin-bottom: 20px;
}
.company-info__qualification {
  margin-top: 80px;
}
.company-info__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.company-info__definition {
  width: 65%;
}
.company-info__row {
  display: flex;
  align-items: center;
  gap: 2%;
  border-bottom: 1px solid #C7C7C7;
  padding: 15px 0;
}
.company-info__term, .company-info__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.company-info__term {
  width: 28%;
}
.company-info__desc {
  width: 70%;
}
.company-info__desc .list {
  display: flex;
  flex-direction: column;
}
.company-info__desc .item {
  display: flex;
}
.company-info__desc .parent {
  width: 160px;
}
.company-info__desc .parent--permission {
  width: 315px;
}
.company-info__desc .banner {
  display: block;
  margin-top: 10px;
}
.company-info__button {
  margin-top: 10px;
}
.company-info__img--company {
  width: 32%;
}
.company-info__brochure {
  display: block;
  width: 32%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.company-info__certifications {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 24%;
  margin-right: 50px;
}

.company-info-organization {
  margin-top: 80px;
}
.company-info-organization__title--lv3 {
  margin-bottom: 30px;
}
.company-info-organization__title--lv4 {
  font-size: 2.2rem;
  font-weight: 500;
  border-left: 4px solid #033824;
  padding-left: 15px;
}
.company-info-organization__img {
  display: block;
  margin-bottom: 60px;
}
.company-info-organization__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.company-info-organization__item {
  display: flex;
  gap: 30px;
}
.company-info-organization__row {
  display: flex;
  align-items: center;
  gap: 80px;
  border-bottom: 1px solid #C7C7C7;
  padding: 15px 0;
}
.company-info-organization__term, .company-info-organization__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.company-info-organization__term {
  width: 150px;
}
.company-info-organization__desc {
  width: 300px;
}
.company-info-organization__contents {
  width: 530px;
}
.company-info-organization__map {
  width: 520px;
  height: 290px;
}
.company-info-organization__map iframe {
  width: 100%;
  height: 100%;
}

.company-info-history {
  margin-top: 80px;
}
.company-info-history__title--lv3 {
  margin-bottom: 30px;
}
.company-info-history__title--lv4 {
  width: 105px;
  font-size: 1.8rem;
  font-weight: 500;
}
.company-info-history__wrapper {
  display: flex;
  gap: 25px;
}
.company-info-history__definition {
  display: flex;
  flex-direction: column;
}
.company-info-history__row {
  display: flex;
  gap: 5px;
  padding: 0 0 5px 25px;
  position: relative;
}
.company-info-history__row:last-child {
  padding-bottom: 20px;
}
.company-info-history__row:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: linear-gradient(90deg, rgb(82, 182, 146) 0%, rgb(112, 186, 115) 100%);
  border-radius: 90px;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 10;
}
.company-info-history__row:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #C7C7C7;
  position: absolute;
  top: 2px;
  left: 7px;
}
.company-info-history__row--last:after {
  display: none;
}
.company-info-history__term, .company-info-history__desc {
  font-size: 1.6rem;
  font-weight: 500;
}
.company-info-history__term {
  width: 50px;
  position: relative;
}
.company-info-history__term::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
.company-info-history__desc {
  width: 800px;
}

.company-info-partner {
  margin-top: 80px;
}
.company-info-partner__title--lv3 {
  margin-bottom: 30px;
}
.company-info-partner__title--lv4 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.company-info-partner__wrapper {
  display: flex;
  gap: 3%;
}
.company-info-partner__contents {
  width: 55%;
}
.company-info-partner__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
}
.company-info-partner__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.company-info-partner__list {
  display: flex;
  gap: 20px;
}
.company-info-partner__item {
  width: 320px;
}
.company-info-partner__img {
  width: 42%;
}

@media only screen and (max-width: 767px) {
  .company-info {
    padding: 50px 0;
  }
  .company-info__title--lv2 {
    margin-bottom: 20px;
  }
  .company-info__title--lv3 {
    margin-bottom: 10px;
  }
  .company-info__qualification {
    margin-top: 80px;
  }
  .company-info__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    position: relative;
  }
  .company-info__definition {
    width: 100%;
  }
  .company-info__row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid #C7C7C7;
    padding: 15px 0;
  }
  .company-info__term, .company-info__desc {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .company-info__term {
    width: 100%;
  }
  .company-info__desc {
    width: 100%;
  }
  .company-info__desc .list {
    display: flex;
    flex-direction: column;
  }
  .company-info__desc .list--permission {
    gap: 5px;
  }
  .company-info__desc .item {
    display: flex;
  }
  .company-info__desc .item--permission {
    flex-direction: column;
  }
  .company-info__desc .parent {
    width: 150px;
  }
  .company-info__desc .parent--permission {
    width: 100%;
  }
  .company-info__desc .banner {
    display: block;
    margin-top: 15px;
  }
  .company-info__button {
    margin-top: 10px;
  }
  .company-info__img--company {
    width: 80%;
    margin: 0 auto;
  }
  .company-info__brochure {
    display: block;
    width: 85%;
    margin: 0 auto;
    position: static;
    bottom: 0;
    right: 0;
  }
  .company-info__certifications {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    margin-right: 0;
  }
  .company-info-organization {
    margin-top: 50px;
  }
  .company-info-organization__title--lv3 {
    margin-bottom: 30px;
  }
  .company-info-organization__title--lv4 {
    font-size: 2rem;
    line-height: 1;
    border-left: 3px solid #033824;
    padding-left: 10px;
    margin-bottom: 5px;
  }
  .company-info-organization__img {
    display: block;
    margin-bottom: 60px;
  }
  .company-info-organization__img img {
    width: 860px;
  }
  .company-info-organization__list {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .company-info-organization__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .company-info-organization__row {
    display: flex;
    align-items: center;
    gap: 2%;
    padding: 15px 0;
  }
  .company-info-organization__term, .company-info-organization__desc {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .company-info-organization__term {
    width: 20%;
  }
  .company-info-organization__desc {
    width: 78%;
  }
  .company-info-organization__contents {
    width: 100%;
  }
  .company-info-organization__map {
    width: 100%;
    height: 250px;
  }
  .company-info-history {
    margin-top: 50px;
  }
  .company-info-history__title--lv3 {
    margin-bottom: 20px;
  }
  .company-info-history__title--lv4 {
    width: 20%;
    font-size: 1.5rem;
  }
  .company-info-history__wrapper {
    display: flex;
    gap: 10px;
  }
  .company-info-history__definition {
    display: flex;
    flex-direction: column;
    width: 78%;
  }
  .company-info-history__row {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0 5px 25px;
    position: relative;
  }
  .company-info-history__row:last-child {
    padding-bottom: 20px;
  }
  .company-info-history__row:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 2.7px;
    z-index: 10;
  }
  .company-info-history__row:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 7px;
  }
  .company-info-history__row--last:after {
    display: none;
  }
  .company-info-history__term {
    width: 50px;
    font-size: 1.5rem;
    position: relative;
  }
  .company-info-history__term::after {
    content: "：";
    display: none;
  }
  .company-info-history__desc {
    width: 100%;
    font-size: 1.4rem;
  }
  .company-info-partner {
    margin-top: 50px;
  }
  .company-info-partner__title--lv3 {
    margin-bottom: 20px;
  }
  .company-info-partner__title--lv4 {
    font-size: 2.4rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .company-info-partner__wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .company-info-partner__contents {
    width: 100%;
  }
  .company-info-partner__body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
  .company-info-partner__text {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
  }
  .company-info-partner__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .company-info-partner__item {
    width: 100%;
  }
  .company-info-partner__img {
    width: 100%;
  }
}
.service-business {
  background: #EDF3EB;
  padding: 80px 0 280px;
  overflow: hidden;
}
.service-business__title--lv2 {
  margin-bottom: 30px;
}
.service-business__title--lv3 {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #CBD9D4;
  padding-bottom: 15px;
}
.service-business__title--lv3 .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #033824;
}
.service-business__title--lv3 .number span {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 3px;
}
.service-business__title--lv3 .text {
  font-size: clamp(2.6rem, 1.46vw, 2.8rem);
  font-weight: 500;
}
.service-business__title--lv4 {
  color: #056740;
  font-size: clamp(2.1rem, 1.2vw, 2.3rem);
  font-weight: 500;
  line-height: 1.5;
}
.service-business__list {
  display: flex;
  flex-direction: column;
  gap: 135px;
}
.service-business__introduction {
  position: relative;
}
.service-business__contents {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 43.5%;
}
.service-business__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.service-business__text {
  font-size: 1.83rem;
  font-weight: 500;
  line-height: 1.7;
}
.service-business__img--01, .service-business__img--02 {
  width: 50%;
  position: absolute;
  top: -90px;
  right: 0;
}
.service-business__img--03 {
  width: 46%;
  position: absolute;
  top: 0;
  right: 0;
}
.service-business__equipments {
  display: flex;
  gap: 2%;
  margin-top: 60px;
}
.service-business__equipment {
  width: 32%;
}
.service-business__equipment a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 30px 20px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.service-business__equipment:hover a {
  background: #056740;
}
.service-business__equipment:hover .title, .service-business__equipment:hover .text, .service-business__equipment:hover .link {
  color: #ffffff;
}
.service-business__equipment:hover .link {
  border-bottom: 1px solid #ffffff;
}
.service-business__equipment .title {
  display: block;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #CBD9D4;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.service-business__equipment .text {
  flex-grow: 1;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.service-business__equipment .img {
  display: block;
  margin-bottom: 20px;
}
.service-business__equipment .link {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #033824;
  padding: 0 15px 2px;
}
.service-business__duties {
  display: flex;
  gap: 2%;
  background: #ffffff;
  padding: 20px 100px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 200px;
  position: relative;
}
.service-business__duties::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1280/21;
  background: url(../img/pages/service/business/icon--arrow.png) no-repeat center/cover;
  position: absolute;
  top: -60px;
  left: 0;
}
.service-business__dutie {
  display: flex;
  width: 32%;
}
.service-business__dutie a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 30px 0;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s;
}
.service-business__dutie a::before {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  border-right: 1px solid #CBD9D4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -10px;
}
.service-business__dutie:last-child a::before {
  display: none;
}
.service-business__dutie:hover a {
  background: #056740;
}
.service-business__dutie:hover a .title, .service-business__dutie:hover a .text, .service-business__dutie:hover a .link {
  color: #ffffff;
}
.service-business__dutie:hover a .link {
  border-bottom: 1px solid #ffffff;
}
.service-business__dutie .title {
  display: block;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.service-business__dutie .text {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.service-business__dutie .link {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #033824;
  padding: 0 15px 2px;
}

@media only screen and (max-width: 767px) {
  .service-business {
    padding: 50px 0;
  }
  .service-business__title--lv2 {
    margin-bottom: 20px;
  }
  .service-business__title--lv3 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .service-business__title--lv3 .number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
  }
  .service-business__title--lv3 .number span {
    font-size: 2rem;
    margin-top: 3px;
  }
  .service-business__title--lv3 .text {
    width: 90%;
    font-size: 2rem;
    line-height: 1.4;
  }
  .service-business__title--lv4 {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .service-business__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .service-business__introduction {
    position: relative;
  }
  .service-business__contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;
  }
  .service-business__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .service-business__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .service-business__img--01, .service-business__img--02 {
    width: 100%;
    position: static;
    top: 0;
    right: 0;
  }
  .service-business__img--03 {
    width: 100%;
    position: static;
    top: 0;
    right: 0;
  }
  .service-business__equipments {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }
  .service-business__equipment {
    width: 100%;
  }
  .service-business__equipment a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    border-radius: 5px;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .service-business__equipment .title {
    display: block;
    width: 100%;
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .service-business__equipment .text {
    flex-grow: 1;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .service-business__equipment .img {
    display: block;
    margin-bottom: 20px;
  }
  .service-business__equipment .link {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 15px 2px;
  }
  .service-business__duties {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 120px;
    position: relative;
  }
  .service-business__duties::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1280/41;
    background: url(../img/pages/service/business/sp-icon--arrow.png) no-repeat center/cover;
    position: absolute;
    top: -60px;
    left: 0;
  }
  .service-business__dutie {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
  }
  .service-business__dutie::before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    border-right: none;
    border-bottom: 1px solid #CBD9D4;
    position: absolute;
    top: auto;
    bottom: -30px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .service-business__dutie:last-child::before {
    display: none;
  }
  .service-business__dutie .title {
    display: block;
    width: 100%;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .service-business__dutie .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .service-business__dutie .link {
    display: block;
    font-size: 1.5rem;
    padding: 0 15px 2px;
  }
}
.service-keyword {
  background: #EDF3EB;
}
.service-keyword__title--lv2 {
  margin-bottom: 20px;
}
.service-keyword__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.service-keyword__item {
  width: 32.5%;
}

@media only screen and (max-width: 767px) {
  .service-keyword__title--lv2 {
    margin-bottom: 20px;
  }
  .service-keyword__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 3%;
  }
  .service-keyword__item {
    width: 48.5%;
  }
}
.service-single {
  background: #EDF3EB;
  padding: 80px 0;
}
.service-single--even {
  padding: 0;
}
.service-single__title--lv2 {
  margin-bottom: 50px;
}
.service-single__item {
  display: flex;
  align-items: center;
  gap: 60px;
  border-bottom: 1px solid #D9D9D9;
  padding: 30px 0;
}
.service-single__item:first-child {
  border-top: 1px solid #D9D9D9;
}
.service-single__item .contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 680px;
}
.service-single__item .title {
  color: #056740;
  font-size: 2.6rem;
  font-weight: 500;
}
.service-single__item .text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.8;
}
.service-single__item .img {
  display: block;
  width: 340px;
}
.service-single__message {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .service-single {
    padding: 50px 0;
  }
  .service-single--even {
    padding: 0;
  }
  .service-single__title--lv2 {
    margin-bottom: 20px;
  }
  .service-single__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 0;
  }
  .service-single__item:first-child {
    border-top: 1px solid #D9D9D9;
  }
  .service-single__item .contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .service-single__item .title {
    font-size: 2rem;
  }
  .service-single__item .text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .service-single__item .img {
    display: block;
    width: 100%;
  }
  .service-single__message {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    margin-top: 50px;
  }
}
.works-general {
  background: #EDF3EB;
  padding: 80px 0;
  overflow: hidden;
}
.works-general__title--lv2 {
  margin-bottom: 10px;
}
.works-general__title--lv3 {
  display: block;
  background: #056740;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.works-general__text {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.works-general__list {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
.works-general__item {
  width: 525px;
  background: #ffffff;
  border-radius: 8px;
}
.works-general__box {
  display: flex;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.works-general__services {
  display: flex;
  flex-direction: column;
}
.works-general__service {
  display: flex;
  align-items: center;
  gap: 5px;
}
.works-general__service .text {
  font-size: 1.6rem;
  font-weight: 500;
}
.works-general__gallery {
  display: flex;
  gap: 2%;
}
.works-general__img {
  width: 32%;
}

@media only screen and (max-width: 767px) {
  .works-general {
    padding: 50px 0;
  }
  .works-general__title--lv2 {
    margin-bottom: 10px;
  }
  .works-general__title--lv3 {
    display: block;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
    font-size: 1.6rem;
  }
  .works-general__text {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .works-general__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .works-general__item {
    width: 100%;
    border-radius: 5px;
  }
  .works-general__box {
    display: flex;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
  }
  .works-general__services {
    display: flex;
    flex-direction: column;
  }
  .works-general__service {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .works-general__service .text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .works-general__gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 3%;
  }
  .works-general__img {
    width: 48.5%;
  }
}
.works-management {
  background: #EDF3EB;
  overflow: hidden;
}
.works-management__title--lv2 {
  margin-bottom: 10px;
}
.works-management__title--lv3 {
  display: block;
  background: #056740;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.works-management__text {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.works-management__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  margin-bottom: 50px;
}
.works-management__item {
  width: 520px;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
.works-management__item:first-child, .works-management__item:nth-child(2) {
  border-top: 1px solid #D9D9D9;
}
.works-management__item .text {
  font-size: 1.6rem;
  font-weight: 500;
}
.works-management__gallery {
  display: flex;
  gap: 2%;
}
.works-management__img {
  width: 32%;
}

@media only screen and (max-width: 767px) {
  .works-management__title--lv2 {
    margin-bottom: 10px;
  }
  .works-management__title--lv3 {
    display: block;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
  }
  .works-management__text {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .works-management__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 40px;
    margin-bottom: 30px;
  }
  .works-management__item {
    width: 100%;
    padding: 15px 0;
  }
  .works-management__item .text {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .works-management__gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 3%;
  }
  .works-management__img {
    width: 48.5%;
  }
}
.works-business {
  background: #EDF3EB;
  padding: 80px 0;
  overflow: hidden;
}
.works-business__title--lv2 {
  margin-bottom: 10px;
}
.works-business__title--lv2 .ja span {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-left: 15px;
}
.works-business__title--lv3 {
  display: block;
  background: #056740;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.works-business__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}
.works-business__text span {
  font-size: 1.5rem;
}
.works-business__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  margin-bottom: 50px;
}
.works-business__item {
  width: 520px;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
.works-business__item:first-child, .works-business__item:nth-child(2) {
  border-top: 1px solid #D9D9D9;
}
.works-business__item .text {
  font-size: 1.6rem;
  font-weight: 500;
}
.works-business__department {
  display: flex;
  gap: 2%;
}
.works-business__division {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
  background: #ffffff;
  border-radius: 8px;
  padding-bottom: 20px;
}
.works-business__division .title {
  display: block;
  width: 100%;
  background: #056740;
  border-radius: 8px 8px 0 0;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.works-business__division .text {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px;
}
.works-business__division .text span {
  font-size: 1.4rem;
}
.works-business__division .img {
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .works-business {
    padding: 50px 0;
  }
  .works-business__title--lv2 {
    margin-bottom: 10px;
  }
  .works-business__title--lv2 .ja span {
    font-size: 1.6rem;
    margin-left: 15px;
  }
  .works-business__title--lv3 {
    display: block;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
  }
  .works-business__text {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .works-business__text span {
    font-size: 1.3rem;
  }
  .works-business__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 40px;
    margin-bottom: 30px;
  }
  .works-business__item {
    width: 100%;
    padding: 15px 0;
  }
  .works-business__item .text {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .works-business__department {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .works-business__division {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    padding-bottom: 20px;
  }
  .works-business__division .title {
    display: block;
    width: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px;
    box-sizing: border-box;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .works-business__division .text {
    flex-grow: 1;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
  }
  .works-business__division .text span {
    font-size: 1.4rem;
  }
  .works-business__division .img {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.environment-benefit {
  background: #EDF3EB;
  padding: 80px 0;
}
.environment-benefit__title--lv2 {
  margin-bottom: 30px;
}
.environment-benefit__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
.environment-benefit__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23.5%;
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.environment-benefit__item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  border-bottom: 1px solid #CBD9D4;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.environment-benefit__item .icon {
  display: block;
  margin-bottom: 20px;
}
.environment-benefit__item .body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.environment-benefit__item .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .environment-benefit {
    padding: 50px 0;
  }
  .environment-benefit__title--lv2 {
    margin-bottom: 20px;
  }
  .environment-benefit__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 3%;
  }
  .environment-benefit__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 48.5%;
    padding: 20px;
    box-sizing: border-box;
  }
  .environment-benefit__item .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 65px;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 1.7rem;
    line-height: 1.3;
  }
  .environment-benefit__item .icon {
    display: block;
    width: 50%;
    margin-bottom: 20px;
  }
  .environment-benefit__item .body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .environment-benefit__item .text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.environment-plan {
  background: #EDF3EB;
}
.environment-plan__img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .environment-plan__img {
    display: block;
    width: 100%;
  }
  .environment-plan__img img {
    width: 680px;
  }
}
.environment-ststem {
  background: #EDF3EB;
  padding: 80px 0;
}
.environment-ststem__title--lv2 {
  margin-bottom: 30px;
}
.environment-ststem__title--lv3 {
  margin-bottom: 25px;
}
.environment-ststem__box {
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
}
.environment-ststem__contents--7weeks {
  margin-top: 135px;
  position: relative;
}
.environment-ststem__contents--7weeks:before {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 80/100;
  background: url(../img/pages/environment/system/icon--arrow.png) no-repeat center/cover;
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .environment-ststem {
    padding: 50px 0;
  }
  .environment-ststem__title--lv2 {
    margin-bottom: 20px;
  }
  .environment-ststem__title--lv3 {
    margin-bottom: 15px;
  }
  .environment-ststem__box {
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .environment-ststem__contents--7weeks {
    margin-top: 90px;
    position: relative;
  }
  .environment-ststem__contents--7weeks:before {
    content: "";
    display: block;
    width: 40px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .environment-ststem__img {
    width: 100%;
  }
  .environment-ststem__img img {
    width: 860px;
  }
}
.people-candidate {
  background: #EDF3EB;
  padding: 80px 0;
}
.people-candidate__title--lv2 {
  margin-bottom: 30px;
}
.people-candidate__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3%;
}
.people-candidate__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48.5%;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.people-candidate__item .icon {
  display: block;
  margin-bottom: 10px;
}
.people-candidate__item .title {
  display: block;
  width: 100%;
  border-bottom: 1px solid #CBD9D4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.people-candidate__item .text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .people-candidate {
    padding: 50px 0;
  }
  .people-candidate__title--lv2 {
    margin-bottom: 20px;
  }
  .people-candidate__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  .people-candidate__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .people-candidate__item .icon {
    display: block;
    width: 20%;
    margin-bottom: 10px;
  }
  .people-candidate__item .title {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .people-candidate__item .text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.people-data {
  background: #EDF3EB;
  padding: 80px 0;
}
.people-data__title--lv2 {
  margin-bottom: 30px;
}
.people-data__list--main {
  display: flex;
  gap: 3%;
  margin-bottom: 30px;
}
.people-data__list--sub {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
.people-data__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.people-data__item--main {
  width: 48.5%;
}
.people-data__item--sub {
  width: 32%;
}
.people-data__item .title {
  display: block;
  width: 100%;
  border-bottom: 1px solid #CBD9D4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.people-data__item .icon {
  display: block;
  margin-bottom: 10px;
}
.people-data__item .number {
  font-family: "Poppins", sans-serif;
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 1;
}
.people-data__item .number span {
  font-size: 3.2rem;
  font-weight: 700;
}
.people-data__item .genders {
  display: flex;
  align-items: flex-end;
  gap: 35px;
}
.people-data__item .gender {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.people-data__item .gender span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.people-data__item .gender--man::before, .people-data__item .gender--woman::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 90px;
  position: absolute;
  bottom: 7px;
  left: -15px;
}
.people-data__item .gender--man::before {
  background: #52B692;
}
.people-data__item .gender--woman::before {
  background: #F99E3A;
}
.people-data__item .caption {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .people-data {
    padding: 50px 0;
  }
  .people-data__title--lv2 {
    margin-bottom: 20px;
  }
  .people-data__list--main {
    display: flex;
    gap: 20px 3%;
    margin-bottom: 10px;
  }
  .people-data__list--main .icon {
    width: 45%;
  }
  .people-data__list--sub {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
  }
  .people-data__list--sub .icon {
    width: 45%;
  }
  .people-data__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .people-data__item--main {
    width: 48.5%;
  }
  .people-data__item--sub {
    width: 48.5%;
  }
  .people-data__item .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 45px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .people-data__item .icon {
    display: block;
    margin-bottom: 10px;
  }
  .people-data__item .number {
    font-size: 4.2rem;
    line-height: 1;
  }
  .people-data__item .number span {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .people-data__item .genders {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .people-data__item .gender {
    font-size: 2.8rem;
    line-height: 1;
    position: relative;
  }
  .people-data__item .gender span {
    font-size: 1.5rem;
    line-height: 1;
  }
  .people-data__item .gender--man::before, .people-data__item .gender--woman::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: 7px;
    left: -15px;
  }
  .people-data__item .caption {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 5px;
  }
}
.people-qualification {
  background: #EDF3EB;
}
.people-qualification__title--lv2 {
  margin-bottom: 30px;
}
.people-qualification__title--lv2 .ja span {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-left: 30px;
}
.people-qualification__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3%;
}
.people-qualification__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48.5%;
  padding: 25px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #CBD9D4;
}
.people-qualification__item .title, .people-qualification__item .number {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.people-qualification__item .title {
  padding-left: 20px;
  position: relative;
}
.people-qualification__item .title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #3BA27A;
  border-radius: 90px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

@media only screen and (max-width: 767px) {
  .people-qualification__title--lv2 {
    margin-bottom: 20px;
  }
  .people-qualification__title--lv2 .ja span {
    display: block;
    font-size: 1.4rem;
    margin-left: 0;
  }
  .people-qualification__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 3%;
  }
  .people-qualification__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 48.5%;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .people-qualification__item .title, .people-qualification__item .number {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .people-qualification__item .title {
    padding-left: 15px;
    position: relative;
  }
  .people-qualification__item .title::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
  }
}
.people-charm {
  background: url(../img/pages/people/charm/bg.jpg) no-repeat top center/cover;
  padding: 100px 0;
}
.people-charm__title--lv2 {
  margin-bottom: 30px;
}
.people-charm__title--lv2 .en, .people-charm__title--lv2 .ja {
  color: #ffffff;
}
.people-charm__title--lv2 .en {
  background: none;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: inherit;
}
.people-charm__title--lv2 .en::before {
  border-bottom: 1px solid #ffffff;
}
.people-charm__title--lv2 .ja {
  font-size: 4.4rem;
}
.people-charm__list {
  width: 63%;
}
.people-charm__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
}
.people-charm__item:first-child {
  border-top: 1px solid #ffffff;
}
.people-charm__item .icon, .people-charm__item .text {
  color: #ffffff;
}
.people-charm__item .text {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .people-charm {
    background: url(../img/pages/people/charm/bg.jpg) no-repeat top right -680px/cover;
    padding: 50px 0;
  }
  .people-charm__title--lv2 {
    margin-bottom: 20px;
  }
  .people-charm__title--lv2 .ja {
    font-size: 2.6rem;
  }
  .people-charm__list {
    width: 63%;
  }
  .people-charm__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .people-charm__item .text {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.people-employee {
  padding: 80px 0;
}
.people-employee__title--lv2 {
  margin-bottom: 30px;
}
.people-employee__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.people-employee__item {
  width: 100%;
  aspect-ratio: 1280/480;
}
.people-employee__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.people-employee__item:first-child {
  background: url(../img/pages/people/employee/banner--01.png) no-repeat center/cover;
}
.people-employee__item:nth-child(2) {
  background: url(../img/pages/people/employee/banner--02.png) no-repeat center/cover;
}
.people-employee__item:nth-child(3) {
  background: url(../img/pages/people/employee/banner--03.png) no-repeat center/cover;
}
.people-employee__item:nth-child(4) {
  background: url(../img/pages/people/employee/banner--04.png) no-repeat center/cover;
}
.people-employee__item:nth-child(5) {
  background: url(../img/pages/people/employee/banner--05.png) no-repeat center/cover;
}
.people-employee__item:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .people-employee {
    padding: 50px 0;
  }
  .people-employee__title--lv2 {
    margin-bottom: 20px;
  }
  .people-employee__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 3%;
  }
  .people-employee__item {
    width: 48.5%;
    aspect-ratio: 350/500;
  }
  .people-employee__item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .people-employee__item:first-child {
    background: url(../img/pages/people/employee/sp-banner--01.png) no-repeat center/cover;
  }
  .people-employee__item:nth-child(2) {
    background: url(../img/pages/people/employee/sp-banner--02.png) no-repeat center/cover;
  }
  .people-employee__item:nth-child(3) {
    background: url(../img/pages/people/employee/sp-banner--03.png) no-repeat center/cover;
  }
  .people-employee__item:nth-child(4) {
    background: url(../img/pages/people/employee/sp-banner--04.png) no-repeat center/cover;
  }
  .people-employee__item:nth-child(5) {
    background: url(../img/pages/people/employee/sp-banner--05.png) no-repeat center/cover;
  }
}
.people-single-01 {
  background: #EDF3EB;
  padding: 10% 0;
  position: relative;
}
.people-single-01__contents {
  width: 560px;
  margin: 0 0 0 auto;
}
.people-single-01__title--lv2 {
  margin-bottom: 20px;
}
.people-single-01__text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.8;
}
.people-single-01__img {
  width: 45%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

.people-single-02 {
  background: #EDF3EB;
}
.people-single-02__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.people-single-02__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.people-single-02__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.people-single-03 {
  background: #EDF3EB;
  padding: 80px 0;
}
.people-single-03__img {
  display: block;
  margin-bottom: 30px;
}
.people-single-03__title--lv2 {
  margin-bottom: 10px;
}
.people-single-03__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .people-single-01 {
    padding: 10% 0;
    position: relative;
  }
  .people-single-01__contents {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .people-single-01__title--lv2 {
    margin-bottom: 10px;
  }
  .people-single-01__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .people-single-01__img {
    width: 100%;
    margin-top: 20px;
    position: static;
    top: 0;
    transform: none;
    left: 0;
  }
  .people-single-02__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .people-single-02__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .people-single-02__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .people-single-03 {
    padding: 50px 0;
  }
  .people-single-03__img {
    display: block;
    margin-bottom: 30px;
  }
  .people-single-03__title--lv2 {
    margin-bottom: 10px;
  }
  .people-single-03__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.job-description {
  background: #EDF3EB;
  padding: 80px 0;
}
.job-description--mid {
  padding: 0 0 80px;
}
.job-description__title--lv2 {
  margin-bottom: 30px;
}
.job-description__box {
  background: #ffffff;
  padding: 50px 0;
  border-radius: 10px;
  margin-bottom: 30px;
}
.job-description__box--mid {
  padding: 0 0 50px;
}
.job-description__row {
  display: flex;
  align-items: center;
  gap: 2%;
  border-bottom: 1px solid #C7C7C7;
  padding: 25px 0;
}
.job-description__term, .job-description__desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}
.job-description__term {
  width: 20%;
}
.job-description__desc {
  width: 78%;
}
.job-description__button {
  width: 285px;
  background: #F08C1E;
  border: 1px solid #F08C1E;
  padding: 15px;
  margin: 0 auto;
  transition: all 0.3s;
}
.job-description__button:hover {
  background: #ffffff;
}
.job-description__button:hover .text {
  color: #F08C1E;
}

@media only screen and (max-width: 767px) {
  .job-description {
    padding: 50px 0;
  }
  .job-description--mid {
    padding: 0 0 80px;
  }
  .job-description__title--lv2 {
    margin-bottom: 20px;
  }
  .job-description__box {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .job-description__box--mid {
    padding: 0 2.5% 10px;
  }
  .job-description__row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 20px 0;
  }
  .job-description__term, .job-description__desc {
    line-height: 1.6;
  }
  .job-description__term {
    width: 100%;
    font-size: 1.5rem;
  }
  .job-description__desc {
    width: 100%;
    font-size: 1.4rem;
  }
  .job-description__button {
    width: 285px;
    padding: 15px;
    margin: 0 auto;
  }
}
.news-archive {
  background: #EDF3EB;
  padding: 80px 0;
}
.news-archive__title--lv2 {
  margin-bottom: 30px;
}
.news-archive__title--lv2 .ja span {
  font-size: 2.4rem;
}
.news-archive__title--lv3 {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.news-archive__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.news-archive__list {
  width: 820px;
}
.news-archive__item a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #a4b5a4;
}
.news-archive__time {
  color: #168352;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.news-archive__nav {
  width: 220px;
  background: #ffffff;
  padding: 30px 20px 40px;
  box-sizing: border-box;
  border-radius: 10px;
}
.news-archive__heading {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #a4b5a4;
  padding-bottom: 10px;
}
.news-archive__year a {
  display: block;
  border-bottom: 1px solid #a4b5a4;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 50px 0;
  }
  .news-archive__title--lv2 {
    margin-bottom: 10px;
  }
  .news-archive__title--lv2 .ja span {
    font-size: 1.8rem;
  }
  .news-archive__title--lv3 {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .news-archive__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }
  .news-archive__list {
    width: 100%;
  }
  .news-archive__item a {
    display: block;
    padding: 15px 0;
  }
  .news-archive__time {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .news-archive__nav {
    width: 90%;
    padding: 30px 20px 40px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 auto;
  }
  .news-archive__heading {
    display: block;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .news-archive__year a {
    display: block;
    padding: 10px 0;
  }
}
.news-single {
  background: #EDF3EB;
  padding: 80px 0;
}
.news-single__title--lv2 {
  margin-bottom: 30px;
}
.news-single__title--lv2 .ja {
  font-size: 2.6rem;
}
.news-single__title--lv3 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.news-single__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.news-single__contents {
  width: 820px;
}
.news-single__contents h1 {
  background: #056740;
  padding: 2px 0 0 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
.news-single__contents h2 {
  border-left: 4px solid #056740;
  padding-left: 10px;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.news-single__contents p {
  margin-bottom: 10px;
}
.news-single__nav {
  width: 220px;
  background: #ffffff;
  padding: 30px 20px 40px;
  box-sizing: border-box;
  border-radius: 10px;
}
.news-single__heading {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  border-bottom: 1px solid #a4b5a4;
  padding-bottom: 10px;
}
.news-single__year a {
  display: block;
  border-bottom: 1px solid #a4b5a4;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .news-single {
    padding: 50px 0;
  }
  .news-single__title--lv2 {
    margin-bottom: 30px;
  }
  .news-single__title--lv2 .ja {
    font-size: 2.2rem;
  }
  .news-single__title--lv3 {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .news-single__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }
  .news-single__contents {
    width: 100%;
  }
  .news-single__contents h1 {
    padding: 2px 0 0 10px;
    border-radius: 5px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .news-single__contents h2 {
    padding-left: 10px;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 15px;
  }
  .news-single__contents p {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .news-single__nav {
    width: 90%;
    padding: 30px 20px 40px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 auto;
  }
  .news-single__heading {
    display: block;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .news-single__year a {
    display: block;
    padding: 10px 0;
  }
}
.contact-form {
  background: #EDF3EB;
  padding: 80px 0;
}
.contact-form__title--lv2 {
  margin-bottom: 10px;
}
.contact-form__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}
.contact-form__box {
  background: #ffffff;
  padding: 50px 0;
  border-radius: 10px;
}

.contact-form-privacy__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-form-privacy__title--lv3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-form-privacy__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}
.contact-form-privacy__text a {
  border-bottom: 1px solid #033824;
}
.contact-form-privacy__checkbox {
  margin-bottom: 30px;
}
.contact-form-privacy__checkbox span {
  font-size: 1.8rem;
  font-weight: 700;
}
.contact-form-privacy__button {
  width: 285px;
  margin: 0 auto;
}
.contact-form-privacy__button input {
  display: block;
  width: 100%;
  background: #F08C1E;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 90px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 50px 0;
  }
  .contact-form__title--lv2 {
    margin-bottom: 30px;
  }
  .contact-form__box {
    padding: 30px 1px;
    border-radius: 10px;
  }
  .contact-form-privacy__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-form-privacy__title--lv3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .contact-form-privacy__text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-form-privacy__text a {
    border-bottom: 1px solid #033824;
  }
  .contact-form-privacy__checkbox {
    margin-bottom: 20px;
  }
  .contact-form-privacy__checkbox span {
    font-size: 1.6rem;
  }
  .contact-form-privacy__button {
    width: 285px;
    margin: 0 auto;
  }
  .contact-form-privacy__button input {
    display: block;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.6rem;
  }
}
.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.policy {
  background: #EDF3EB;
  padding: 80px 0;
}
.policy__title {
  display: flex;
  align-items: center;
}
.policy__title .number {
  color: #168352;
  font-family: "Sen", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.policy__title .text {
  font-size: 1.8rem;
  font-weight: 700;
  border-left: 1px solid #CBD9D4;
  padding-left: 15px;
  margin-left: 15px;
}
.policy__declaration {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 40px;
}
.policy__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.policy__box {
  background: #ffffff;
  padding: 50px 0;
  border-radius: 10px;
}
.policy__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px solid #CBD9D4;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .policy {
    padding: 50px 0;
  }
  .policy__title {
    display: flex;
    align-items: center;
  }
  .policy__title .number {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .policy__title .text {
    font-size: 1.6rem;
    padding-left: 12px;
    margin-left: 10px;
  }
  .policy__declaration {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .policy__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .policy__box {
    padding: 10px 0 50px;
    border-radius: 10px;
  }
  .policy__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid #CBD9D4;
    padding: 20px 0;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */