@charset "UTF-8";
/* =================================================== *

  base

* =================================================== */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Smooch+Sans:wght@100..900&display=swap");
@font-face {
  font-family: "din";
  src: url("../font/din1451alt.ttf") format("truetype");
}
body {
  color: #000;
  font-family: "Noto Sans JP", メイリオ, Meiryo, "MS Pゴシック", "MS P Gothic", Arial, sans-serif;
  font-weight: normal;
  min-height: 100dvh;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-size: 17px;
  letter-spacing: 0.1em;
  background: #F2F7E7;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

main {
  overflow: hidden;
}

a[href*=tel] {
  pointer-events: none;
}
@media (max-width: 992px) {
  a[href*=tel] {
    pointer-events: auto;
  }
}

img {
  width: 100%;
  height: auto;
}

p {
  line-height: 2;
}
p + p {
  margin-top: 1em;
}

.js-sr-img {
  overflow: hidden;
}

/*------------------
  font
------------------*/
.font-jose {
  font-family: "Josefin Sans", serif;
}

.font-smooth {
  font-family: "Smooch Sans", serif;
}

.font-mon {
  font-family: "Montserrat", serif;
}

.font-din {
  font-family: "din", serif;
}

/*------------------
  display
------------------*/
._sp {
  display: none;
}

._tb {
  display: none;
}

._tb-sp {
  display: none;
}

@media (max-width: 992px) {
  ._pc {
    display: none;
  }
  ._tb {
    display: block;
  }
  ._tb-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  ._pc-tb {
    display: none;
  }
  ._tb {
    display: none;
  }
  ._sp {
    display: block;
  }
}
/*------------------
  inner
------------------*/
.l-container {
  max-width: 1360px;
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 992px) {
  .l-container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .l-container {
    width: calc(100% - 60px);
  }
}

.l-container-wide {
  max-width: 1360px;
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 992px) {
  .l-container-wide {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .l-container-wide {
    width: 100%;
  }
}

.inner1100 {
  max-width: 1100px;
  margin-inline: auto;
}

.inner1000 {
  max-width: 1000px;
  margin-inline: auto;
}

.inner900 {
  max-width: 900px;
  margin-inline: auto;
}

/*------------------
  hn
------------------*/
.p-hn1 {
  margin-bottom: 70px;
  color: #009944;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 767px) {
  .p-hn1 {
    margin-bottom: 40px;
  }
}
.p-hn1 span {
  display: block;
  font-family: "Josefin Sans", serif;
  font-weight: 500;
  font-size: 50px;
  color: #009944;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-hn1 span {
    font-size: 7vw;
  }
}

.p-hn2 {
  font-weight: 500;
  font-size: 35px;
  color: #009944;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-hn2 {
    font-size: 6vw;
  }
}

.p-hn3 {
  color: #009944;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: clamp(30px, 3.9113428944vw, 100px);
  font-size: clamp(24px, 3.1290743155vw, 35px);
  padding: 0 20px 30px;
}
@media (max-width: 767px) {
  .p-hn3 {
    font-size: 4.6vw;
    padding: 0 20px 20px;
  }
}
.p-hn3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #009944 6px, #009944 16px);
}

.p-hn4 {
  display: inline;
  font-size: clamp(18px, 1.814516129vw, 25px);
  font-weight: 500;
  line-height: 2.2em;
  padding: 5px;
  color: #fff;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (max-width: 992px) {
  .p-hn4 {
    font-size: 2.2vw;
  }
}
@media (max-width: 767px) {
  .p-hn4 {
    font-size: 4.4vw;
  }
}
.p-hn4.blue {
  background: linear-gradient(transparent 0%, #23B6BC 0%);
}
.p-hn4.pink {
  background: linear-gradient(transparent 0%, #EA6D80 0%);
}
.p-hn4.green {
  background: linear-gradient(transparent 0%, #44AE35 0%);
}
.p-hn4.purple {
  background: linear-gradient(transparent 0%, #6355A0 0%);
}
.p-hn4.orange {
  background: linear-gradient(transparent 0%, #EF8200 0%);
}

/*------------------
  btn
------------------*/
.p-btn1 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  font-family: "Josefin Sans", serif;
  color: #fff;
  border-radius: 100vh;
  padding: 1.5em 2.5em;
  transition: 0.3s;
  gap: 10px;
  font-size: clamp(10px, 1.3037809648vw, 14px);
}
.p-btn1.wh {
  background: #fff;
  color: #009944;
}
.p-btn1.wh span:first-child {
  background: #009944;
}
.p-btn1.wh span:first-child::before {
  background: #009944;
}
.p-btn1.gr {
  background: none;
  color: #009944;
  display: flex;
  padding: 0;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn1.gr:hover {
    background: none;
  }
  .p-btn1.gr:hover span {
    transform: translateX(10px);
  }
}
.p-btn1.gr span {
  transition: 0.3s;
}
.p-btn1.gr span:first-child {
  background: #009944;
}
.p-btn1.gr span:first-child::before {
  background: #009944;
}
.p-btn1.none {
  background: none;
  display: flex;
  padding: 0;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn1.none:hover {
    background: none;
  }
  .p-btn1.none:hover span {
    transform: translateX(10px);
  }
}
.p-btn1.none span {
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-btn1 {
    font-size: clamp(10px, 3.125vw, 12px);
    gap: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-btn1:hover {
    background: #8EC21F;
  }
}
.p-btn1 span:first-child {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 1px;
  margin-top: 0.2em;
  border-radius: 100vh;
  background: #fff;
}
@media (max-width: 767px) {
  .p-btn1 span:first-child {
    width: 7vw;
  }
}
.p-btn1 span:first-child::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 100vh;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
@media (max-width: 767px) {
  .p-btn1 span:first-child::before {
    width: 2vw;
  }
}
.p-btn1 span:last-child {
  margin-top: 0.1em;
}

.p-btn2 span:first-child {
  color: red;
}

/*------------------
  page header
------------------*/
#page-header {
  aspect-ratio: 2732/1099;
  padding: 100px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  #page-header {
    aspect-ratio: auto;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  #page-header {
    padding: 70px 0 0;
  }
}
#page-header h2 {
  margin: 0 auto;
  max-width: 400px;
}
@media (max-width: 992px) {
  #page-header h2 {
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  #page-header h2 {
    max-width: 60%;
  }
}

.page-header2__ttl {
  color: #009944;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: clamp(70px, 9.1264667536vw, 100px);
  font-size: 20px;
  padding: 0 20px 30px;
}
@media (max-width: 767px) {
  .page-header2__ttl {
    font-size: 18px;
    padding: 0 20px 20px;
    margin-inline: calc(50% - 50vw);
  }
}
.page-header2__ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #009944 6px, #009944 16px);
}
.page-header2__ttl span {
  font-size: clamp(40px, 5.2151238592vw, 50px);
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-header2__ttl span {
    font-size: clamp(26px, 8.125vw, 50px);
    margin-bottom: 0;
  }
}

/*------------------
  coming soon
------------------*/
.p-soon span {
  display: inline-block;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 100vh;
  padding: 1em 2em;
  font-weight: 500;
  font-size: clamp(14px, 1.8252933507vw, 16px);
}

/* =================================================== *

  header

* =================================================== */
@media (max-width: 767px) {
  .front-body .l-header {
    position: sticky;
  }
}
.front-body .l-header__nav li a {
  background: #fff;
  color: #009944;
}
@media (hover: hover) and (pointer: fine) {
  .front-body .l-header__nav li a:hover {
    background: #EF8200;
  }
}
@media (max-width: 767px) {
  .front-body .l-header__nav li a {
    background: #009944;
    color: #fff;
  }
}
.front-body .l-header__nav li a span:first-child {
  background: #009944;
}
@media (max-width: 767px) {
  .front-body .l-header__nav li a span:first-child {
    background: #fff;
  }
}
.front-body .l-header__nav li a span:first-child::before {
  background: #009944;
}
@media (max-width: 767px) {
  .front-body .l-header__nav li a span:first-child::before {
    background: #fff;
  }
}
.front-body .l-drawer-btn {
  background: #fff;
}
@media (max-width: 767px) {
  .front-body .l-drawer-btn {
    background: none;
  }
}
.front-body .l-drawer-btn span {
  background: #009944;
}
@media (max-width: 767px) {
  .front-body .l-drawer-btn.js-open span {
    background: #fff;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-header {
    background: #F2F7E7;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.5em;
  padding: 0 2%;
  transition: 0.3s;
  height: 100px;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: 0 20px;
    column-gap: 0.5em;
    height: 70px;
  }
}
.l-header__logo {
  max-width: 420px;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 55%;
  }
}
@media (max-width: 320px) {
  .l-header__logo {
    width: 45%;
  }
}
.l-header__logo .fixed {
  display: none;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-header__logo .fixed {
    display: block;
  }
}
.l-header__logo .nofixed {
  display: block;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-header__logo .nofixed {
    display: none;
  }
}
.l-header__logo a {
  transition: 0.3s;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__logo a:hover {
    opacity: 0.8;
  }
}
.l-header__nav {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1em;
}
.l-header__nav li {
  flex-shrink: 0;
}
.l-header__nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #009944;
  color: #fff;
  border-radius: 100vh;
  font-size: 22px;
  height: 40px;
  padding: 0 1.2em;
  transition: 0.3s;
  gap: 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-header__nav li a {
    font-size: clamp(10px, 3.125vw, 12px);
    gap: 5px;
    padding: 10px 3vw;
    background: #009944;
    color: #fff;
    height: auto;
  }
}
@media (max-width: 320px) {
  .l-header__nav li a {
    padding: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__nav li a:hover {
    background: #009944;
    color: #fff;
  }
  .l-header__nav li a:hover span:first-child {
    background: #fff;
  }
  .l-header__nav li a:hover span:first-child::before {
    background: #fff;
  }
}
.l-header__nav li a span:first-child {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin-top: 0.4em;
  border-radius: 100vh;
  background: #fff;
}
@media (max-width: 767px) {
  .l-header__nav li a span:first-child {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .l-header__nav li a span:first-child {
    width: 7vw;
    height: 1px;
  }
}
.l-header__nav li a span:first-child::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 2px;
  border-radius: 100vh;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
@media (max-width: 767px) {
  .l-header__nav li a span:first-child::before {
    width: 2vw;
    height: 1px;
    background: #fff;
  }
}
.l-header__nav li a span:last-child {
  margin-top: 0.1em;
}
.l-header.js-fixed .l-header__logo .fixed {
  display: block;
}
.l-header.js-fixed .l-header__logo .nofixed {
  display: none;
}
.l-header.js-fixed .l-header__nav li a {
  background: #009944;
  color: #fff;
  transition: 0.3s;
}
.l-header.js-fixed .l-header__nav li a span:first-child {
  background: #fff;
}
.l-header.js-fixed .l-header__nav li a span:first-child::before {
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .l-header.js-fixed .l-header__nav li a:hover {
    background: #EF8200;
  }
}
.l-header.js-fixed .l-drawer-btn {
  background: #009944;
}
@media (max-width: 767px) {
  .l-header.js-fixed .l-drawer-btn {
    background: none;
  }
}
.l-header.js-fixed .l-drawer-btn > span {
  background: #fff;
}
@media (max-width: 767px) {
  .l-header.js-fixed .l-drawer-btn > span {
    background: #009944;
  }
}
.l-header.js-fixed .l-drawer-btn.js-open {
  background: #fff;
}
@media (max-width: 767px) {
  .l-header.js-fixed .l-drawer-btn.js-open {
    background: none;
  }
}
.l-header.js-fixed .l-drawer-btn.js-open > span {
  background: #009944;
}
@media (max-width: 767px) {
  .l-header.js-fixed .l-drawer-btn.js-open > span {
    background: #fff;
  }
}

.l-drawer-btn {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  border: none;
  background: #009944;
  cursor: pointer;
  transition: opacity 0.3s ease;
  border-radius: 50%;
  transition: 0.3s;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-drawer-btn {
    margin-top: -0.5em;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: none;
  }
}
.l-drawer-btn > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-drawer-btn > span {
    background: #009944;
    width: 80%;
    height: 2px;
  }
}
.l-drawer-btn > span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 10px));
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .l-drawer-btn > span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 10px));
  }
}
.l-drawer-btn > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.l-drawer-btn > span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 10px));
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .l-drawer-btn > span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 10px));
  }
}
.l-drawer-btn > span:last-child {
  top: auto;
  bottom: -0.3em;
  transform: translateX(-50%);
  background: none !important;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .l-drawer-btn > span:last-child {
    bottom: 0.3em;
  }
}
.l-drawer-btn > span:last-child::before {
  content: "MENU";
  font-size: 15px;
  font-weight: 500;
  color: #009944;
}
@media (max-width: 767px) {
  .l-drawer-btn > span:last-child::before {
    font-size: 10px;
  }
}
.l-drawer-btn.js-open {
  background: #fff;
}
@media (max-width: 767px) {
  .l-drawer-btn.js-open {
    background: none;
  }
}
.l-drawer-btn.js-open > span {
  background: #009944;
}
@media (max-width: 767px) {
  .l-drawer-btn.js-open > span {
    background: #fff;
  }
}
.l-drawer-btn.js-open > span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-drawer-btn.js-open > span:nth-child(2) {
  opacity: 0;
}
.l-drawer-btn.js-open > span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-drawer-btn.js-open > span:last-child::before {
  color: #fff;
  content: "CLOSE";
}

.l-drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
}
.l-drawer-nav__inner {
  position: relative;
  z-index: 1;
  transform: translateY(-100%);
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #009944;
  transition: 0.3s;
}
.l-drawer-nav__logo {
  max-width: 420px;
}
@media (max-width: 767px) {
  .l-drawer-nav__logo {
    width: 62%;
  }
}
@media (max-width: 375px) {
  .l-drawer-nav__logo {
    width: 52%;
  }
}
.l-drawer-nav__logo a {
  transition: 0.3s;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer-nav__logo a:hover {
    opacity: 0.8;
  }
}
.l-drawer-nav__entry a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #009944;
  border-radius: 100vh;
  font-size: 22px;
  height: 40px;
  padding: 0 1.2em;
  transition: 0.3s;
  gap: 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-drawer-nav__entry a {
    font-size: clamp(10px, 3.125vw, 12px);
    gap: 5px;
    padding: 10px 3vw;
    height: auto;
  }
}
@media (max-width: 320px) {
  .l-drawer-nav__entry a {
    padding: 10px 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer-nav__entry a:hover {
    background: #EF8200;
    color: #fff;
  }
  .l-drawer-nav__entry a:hover span:first-child {
    background: #fff;
  }
  .l-drawer-nav__entry a:hover span:first-child::before {
    background: #fff;
  }
}
.l-drawer-nav__entry a span:first-child {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin-top: 0.4em;
  border-radius: 100vh;
  background: #009944;
}
@media (max-width: 767px) {
  .l-drawer-nav__entry a span:first-child {
    width: 7vw;
    height: 1px;
  }
}
.l-drawer-nav__entry a span:first-child::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 2px;
  border-radius: 100vh;
  background: #009944;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
@media (max-width: 767px) {
  .l-drawer-nav__entry a span:first-child::before {
    width: 2vw;
    height: 1px;
  }
}
.l-drawer-nav__entry a span:last-child {
  margin-top: 0.1em;
}
.l-drawer-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.5em;
  padding: 0 2%;
  transition: 0.3s;
  height: 100px;
  margin-right: 90px;
}
@media (max-width: 992px) {
  .l-drawer-nav__header {
    margin-right: 70px;
  }
}
@media (max-width: 767px) {
  .l-drawer-nav__header {
    padding: 0 0 0 20px;
    column-gap: 0.5em;
    height: 70px;
  }
}
.l-drawer-nav__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(30px, 3.9113428944vw, 60px);
  width: 80%;
  margin: 2% auto 0;
}
@media (max-width: 992px) {
  .l-drawer-nav__menu {
    width: calc(100% - 40px);
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-drawer-nav__menu li a {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.3037809648vw, 20px);
  color: #fff;
  transition: 0.3s;
  border-top: solid 1px #fff;
  padding: 1em 0.5em;
}
@media (max-width: 992px) {
  .l-drawer-nav__menu li a {
    padding: 1.5em 0;
    gap: 0;
  }
}
.l-drawer-nav__menu li a.coming {
  pointer-events: none;
}
.l-drawer-nav__menu li a.coming .en,
.l-drawer-nav__menu li a.coming .ja {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer-nav__menu li a:hover {
    color: #EF8200;
  }
}
.l-drawer-nav__menu li a span {
  display: block;
  font-weight: 500;
}
.l-drawer-nav__menu li a span.en {
  flex-basis: 8em;
  font-size: clamp(14px, 1.8252933507vw, 27px);
  font-family: "Montserrat", serif;
}
@media (max-width: 992px) {
  .l-drawer-nav__menu li a span.en {
    font-size: clamp(14px, 4.375vw, 30px);
  }
}
.l-drawer-nav__menu li a span.ja {
  font-size: clamp(8px, 1.0430247718vw, 15px);
}
@media (max-width: 992px) {
  .l-drawer-nav__menu li a span.ja {
    font-size: clamp(9px, 2.8125vw, 14px);
  }
}
.l-drawer-nav__menu li a span.soon {
  font-size: clamp(8px, 1.0430247718vw, 12px);
  font-family: "Josefin Sans", serif;
}
@media (max-width: 992px) {
  .l-drawer-nav__menu li a span.soon {
    font-size: clamp(8px, 2.5vw, 14px);
    text-align: center;
    margin-left: 2em;
  }
}
.l-drawer-nav__menu li:nth-child(n+7) {
  border-bottom: solid 1px #fff;
}
@media (max-width: 992px) {
  .l-drawer-nav__menu li:nth-child(n+7) {
    border-bottom: none;
  }
}
@media (max-width: 992px) {
  .l-drawer-nav__menu li:last-child {
    border-bottom: solid 1px #fff;
  }
}
.l-drawer-nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.l-drawer-nav.js-open {
  visibility: visible;
}
.l-drawer-nav.js-open .l-drawer-nav__inner {
  transform: translateX(0);
}
.l-drawer-nav.js-open .l-drawer-nav__bg {
  opacity: 1;
}

.nav-open.open .icn {
  transform: rotate(180deg);
}

/* =================================================== *

  footer

* =================================================== */
/*------------------
  footer
------------------*/
footer {
  position: sticky;
  top: 100%;
  background: #009944;
}

.l-footer {
  padding: clamp(70px, 9.1264667536vw, 100px) 0 20px;
}
.l-footer__logo {
  text-align: center;
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .l-footer__logo {
    border-bottom: none;
    padding-bottom: 50px;
  }
}
.l-footer__logo a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__logo a:hover {
    opacity: 0.8;
  }
}
.l-footer__logo img {
  max-width: 500px;
}
@media (max-width: 767px) {
  .l-footer__logo img {
    max-width: 80%;
  }
}
.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(8, auto);
  gap: 50px clamp(20px, 2.6075619296vw, 50px);
  padding-top: 50px;
}
@media (max-width: 992px) {
  .l-footer__nav {
    grid-template-columns: repeat(4, auto);
  }
}
@media (max-width: 767px) {
  .l-footer__nav {
    grid-template-columns: repeat(2, auto);
    gap: 0 20px;
    padding-top: 0;
  }
}
.l-footer__nav li a {
  display: block;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-footer__nav li a {
    border-top: solid 1px #fff;
    padding: 30px 0;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
  }
}
.l-footer__nav li a.coming {
  pointer-events: none;
}
.l-footer__nav li a.coming .en,
.l-footer__nav li a.coming .ja {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav li a:hover {
    color: #EF8200;
  }
}
.l-footer__nav li a span {
  display: block;
  font-weight: 500;
}
.l-footer__nav li a span.en {
  font-size: clamp(14px, 1.4112903226vw, 24px);
  margin-bottom: 10px;
  font-family: "Montserrat", serif;
}
@media (max-width: 992px) {
  .l-footer__nav li a span.en {
    font-size: clamp(20px, 2.6075619296vw, 30px);
  }
}
@media (max-width: 767px) {
  .l-footer__nav li a span.en {
    font-size: clamp(14px, 4.375vw, 30px);
    margin-bottom: 5px;
  }
}
.l-footer__nav li a span.ja {
  font-size: clamp(8px, 0.8064516129vw, 14px);
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .l-footer__nav li a span.ja {
    font-size: clamp(12px, 1.5645371578vw, 14px);
  }
}
@media (max-width: 767px) {
  .l-footer__nav li a span.ja {
    font-size: clamp(9px, 2.8125vw, 14px);
    margin-bottom: 0;
  }
}
.l-footer__nav li a span.soon {
  font-size: clamp(10px, 1.0080645161vw, 14px);
  font-family: "Josefin Sans", serif;
}
@media (max-width: 992px) {
  .l-footer__nav li a span.soon {
    font-size: clamp(12px, 1.5645371578vw, 14px);
  }
}
@media (max-width: 767px) {
  .l-footer__nav li a span.soon {
    font-size: clamp(8px, 2.5vw, 14px);
    text-align: center;
    margin-left: 0.5em;
  }
}
@media (max-width: 767px) {
  .l-footer__nav li:nth-child(n+7) {
    border-bottom: solid 1px #fff;
  }
}
.l-footer__copy {
  padding-top: clamp(70px, 9.1264667536vw, 100px);
  text-align: center;
}
.l-footer__copy small {
  color: #fff;
}

/*------------------
  footer fixed
------------------*/
#footer-fixed {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
}
#footer-fixed a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #footer-fixed a:hover {
    opacity: 0.8;
  }
}
#footer-fixed a img {
  width: 160px;
}
@media (max-width: 767px) {
  #footer-fixed a img {
    width: 25vw;
  }
}

/* =================================================== *

  top

* =================================================== */
/*------------------
  top kv
------------------*/
#top-kv {
  position: relative;
}

.top-kv_body {
  position: absolute;
  z-index: 1;
  width: 70%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .top-kv_body {
    width: 90%;
    height: 100%;
  }
}
.top-kv_ttl {
  width: 100%;
  margin: -4% auto 0;
  animation: fade-in 3s;
  animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  .top-kv_ttl {
    margin: 0 auto;
  }
}
.top-kv__yasai .yasai-icn {
  position: absolute;
}
.top-kv__yasai .yasai-icn:nth-child(odd) {
  animation: fuwa 1.8s ease-in-out infinite alternate-reverse;
}
.top-kv__yasai .yasai-icn:nth-child(even) {
  animation: fuwa2 2s ease-in-out infinite alternate-reverse;
}
.top-kv__yasai .yasai-icn.icn1 {
  top: 2%;
  left: 33%;
  width: 8.5%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn1 {
    top: 42%;
    left: 6%;
    width: 8.5%;
  }
}
.top-kv__yasai .yasai-icn.icn2 {
  top: 4%;
  left: 60%;
  width: 4%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn2 {
    top: 5%;
    left: 26%;
    width: 9%;
  }
}
.top-kv__yasai .yasai-icn.icn3 {
  top: 8%;
  left: 63%;
  width: 12%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn3 {
    top: 69%;
    left: 63%;
    width: 12%;
  }
}
.top-kv__yasai .yasai-icn.icn4 {
  top: 26%;
  left: 78%;
  width: 8%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn4 {
    top: 31%;
    left: 76%;
    width: 7%;
  }
}
.top-kv__yasai .yasai-icn.icn5 {
  top: 44%;
  left: 96%;
  width: 12%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn5 {
    top: 41%;
    left: 81%;
    width: 12%;
  }
}
.top-kv__yasai .yasai-icn.icn6 {
  top: 64%;
  left: 85%;
  width: 7%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn6 {
    top: 44%;
    left: 95%;
    width: 8%;
  }
}
.top-kv__yasai .yasai-icn.icn7 {
  top: 64%;
  left: 126%;
  width: 4%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn7 {
    top: 32%;
    left: 61%;
    width: 4%;
  }
}
.top-kv__yasai .yasai-icn.icn8 {
  top: 70%;
  left: 34%;
  width: 7%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn8 {
    top: 2%;
    left: 9%;
    width: 10%;
  }
}
.top-kv__yasai .yasai-icn.icn9 {
  top: 81%;
  left: 25%;
  width: 10%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn9 {
    top: 84%;
    left: 26%;
    width: 10%;
  }
}
.top-kv__yasai .yasai-icn.icn10 {
  top: 92%;
  left: -5%;
  width: 6%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn10 {
    top: 86%;
    left: 66%;
    width: 7%;
  }
}
.top-kv__yasai .yasai-icn.icn11 {
  top: 54%;
  left: 1%;
  width: 10%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn11 {
    top: 62%;
    left: -2%;
    width: 10%;
  }
}
.top-kv__yasai .yasai-icn.icn12 {
  top: 32%;
  left: 3%;
  width: 8%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn12 {
    top: 19%;
    left: 20%;
    width: 8%;
  }
}
.top-kv__yasai .yasai-icn.icn13 {
  top: 34%;
  left: 12%;
  width: 2.5%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn13 {
    top: 84%;
    left: 12%;
    width: 2.5%;
  }
}
.top-kv__yasai .yasai-icn.icn14 {
  top: 30%;
  left: 85%;
  width: 15%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn14 {
    top: 33%;
    left: 82%;
    width: 15%;
  }
}
.top-kv__yasai .yasai-icn.icn15 {
  top: 66%;
  left: 59%;
  width: 16%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn15 {
    top: 65%;
    left: 88%;
    width: 16%;
  }
}
.top-kv__yasai .yasai-icn.icn16 {
  top: 75%;
  left: 49%;
  width: 9%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn16 {
    top: 84%;
    left: 60%;
    width: 9%;
  }
}
.top-kv__yasai .yasai-icn.icn17 {
  top: 64%;
  left: 12%;
  width: 8%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn17 {
    top: 18%;
    left: 56%;
    width: 8%;
  }
}
.top-kv__yasai .yasai-icn.icn18 {
  top: -4%;
  left: 28%;
  width: 7%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn18 {
    top: 40%;
    left: -2%;
    width: 7%;
  }
}
.top-kv__yasai .yasai-icn.icn19 {
  top: 9%;
  left: 3%;
  width: 10%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn19 {
    top: 47%;
    left: -5%;
    width: 10%;
  }
}
.top-kv__yasai .yasai-icn.icn20 {
  top: 78%;
  left: 85%;
  width: 13%;
}
@media (max-width: 767px) {
  .top-kv__yasai .yasai-icn.icn20 {
    top: 19%;
    left: 65%;
    width: 13%;
  }
}

@keyframes fuwa {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes fuwa2 {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*------------------
  top welcome
------------------*/
#top-welcome {
  padding-top: clamp(60px, 7.8226857888vw, 100px);
  position: relative;
}

.top-welcome__txt {
  color: #009944;
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 20px;
}
.top-welcome__scroll {
  position: relative;
  height: clamp(80px, 10.4302477184vw, 120px);
  margin-bottom: clamp(40px, 5.2151238592vw, 80px);
}
.top-welcome__scroll::before {
  animation: scroll 2s infinite;
  background-color: #009944;
  bottom: 0;
  content: "";
  height: clamp(80px, 10.4302477184vw, 120px);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}
.top-welcome__ttl {
  text-align: center;
  font-size: clamp(46px, 5.9973924381vw, 50px);
  color: #009944;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .top-welcome__ttl {
    font-size: clamp(20px, 6.25vw, 40px);
  }
}
.top-welcome__ttl span {
  vertical-align: 0.1em;
}
.top-welcome__tori {
  position: absolute;
  width: 15%;
  top: 20%;
  right: 10%;
}
@media (max-width: 767px) {
  .top-welcome__tori {
    width: 20%;
    top: 10%;
    right: 15%;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*------------------
  top about
------------------*/
#top-about {
  padding-top: clamp(30px, 3.9113428944vw, 50px);
}
@media (max-width: 767px) {
  #top-about {
    padding-top: 100px;
  }
}

.top-about__inner {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .top-about__inner {
    flex-direction: column-reverse;
  }
}
.top-about__inner .left {
  overflow: hidden;
  flex-basis: 50%;
  border-radius: 0 clamp(30px, 3.9113428944vw, 60px) clamp(30px, 3.9113428944vw, 60px) 0;
}
@media (max-width: 767px) {
  .top-about__inner .left {
    margin-top: -20%;
    border-radius: 0;
  }
}
.top-about__inner .right {
  position: absolute;
  background: url("../img/page/front-page/about_bg.svg") no-repeat center top/100%;
  right: -5%;
  width: 60%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .top-about__inner .right {
    position: static;
    z-index: 1;
    width: 150%;
    padding: 0 28%;
  }
}
.top-about__body {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.top-about__enttl {
  width: 50%;
  margin-bottom: clamp(30px, 3.9113428944vw, 60px);
}
.top-about__ttl {
  margin-bottom: clamp(15px, 1.9556714472vw, 30px);
  color: #fff;
  font-size: clamp(22px, 2.8683181226vw, 40px);
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .top-about__ttl {
    font-size: 6vw;
  }
}
.top-about__txt {
  margin-bottom: clamp(40px, 5.2151238592vw, 70px);
}
.top-about__txt p {
  font-size: clamp(10px, 1.3037809648vw, 17px);
  text-align: center;
  line-height: 2.6;
  color: #fff;
}
@media (max-width: 767px) {
  .top-about__txt p {
    font-size: 3.6vw;
  }
}
.top-about__yasai {
  position: absolute;
  width: 87%;
  height: 100%;
  left: 0;
  top: 0;
}
.top-about__yasai .yasai-icn {
  position: absolute;
}
.top-about__yasai .yasai-icn:nth-child(odd) {
  animation: fuwa 1.8s ease-in-out infinite alternate-reverse;
}
.top-about__yasai .yasai-icn:nth-child(even) {
  animation: fuwa2 2s ease-in-out infinite alternate-reverse;
}
.top-about__yasai .yasai-icn.icn1 {
  top: -4%;
  right: -2%;
  width: 24%;
}
@media (max-width: 767px) {
  .top-about__yasai .yasai-icn.icn1 {
    top: -4%;
    right: -10%;
    width: 35%;
  }
}
.top-about__yasai .yasai-icn.icn2 {
  bottom: 10%;
  right: 10%;
  width: 20%;
}
@media (max-width: 1920px) {
  .top-about__yasai .yasai-icn.icn2 {
    bottom: 5%;
    right: 5%;
  }
}
@media (max-width: 1400px) {
  .top-about__yasai .yasai-icn.icn2 {
    bottom: -3%;
    right: 0%;
  }
}
@media (max-width: 767px) {
  .top-about__yasai .yasai-icn.icn2 {
    bottom: auto;
    top: 48%;
    right: -13%;
    width: 30%;
  }
}
.top-about__yasai .yasai-icn.icn3 {
  top: 30%;
  left: -8%;
  width: 22%;
}
@media (max-width: 767px) {
  .top-about__yasai .yasai-icn.icn3 {
    top: -2%;
    left: 4%;
    width: 30%;
  }
}
.top-about__yasai .yasai-icn.icn4 {
  top: 17%;
  left: 10%;
  width: 10%;
}
@media (max-width: 767px) {
  .top-about__yasai .yasai-icn.icn4 {
    top: 7%;
    left: 25%;
  }
}

/*------------------
  top banner
------------------*/
#top-banner {
  padding-top: clamp(100px, 13.037809648vw, 150px);
}

.top-banner__img {
  max-width: 450px;
  margin: 0 auto;
}
.top-banner__img a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .top-banner__img a:hover {
    opacity: 0.8;
  }
}

/*------------------
  top coop
------------------*/
#top-coop1 {
  padding-top: 150px;
}
#top-coop2 {
  padding: clamp(100px, 13.037809648vw, 150px) 0;
}

.top-coop__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/*------------------
  top work
------------------*/
#top-work {
  padding: clamp(50px, 6.518904824vw, 100px) 0 35%;
  background: url("../img/general/footer.png") no-repeat center bottom/100%;
}
@media (max-width: 767px) {
  #top-work {
    padding: 0 0 260px;
    margin-top: -5%;
    background: url("../img/general/footer_sp.png") no-repeat center bottom/100%;
  }
}

.top-work__inner {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .top-work__inner {
    flex-direction: column;
  }
}
.top-work__inner .right {
  margin-left: auto;
  position: absolute;
  left: 58%;
  top: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 992px) {
  .top-work__inner .right {
    left: 65%;
    width: 43%;
  }
}
@media (max-width: 767px) {
  .top-work__inner .right {
    position: static;
    left: 0;
    width: 100%;
  }
}
.top-work__inner .left {
  background: url("../img/page/front-page/work_bg.svg") no-repeat center top/100%;
  margin-left: -5%;
  width: 60%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .top-work__inner .left {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .top-work__inner .left {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .top-work__inner .left {
    position: static;
    z-index: 1;
    width: 150%;
    padding: 0;
    margin: 0;
    background: url("../img/page/front-page/work_bg.svg") no-repeat left top/80%;
    aspect-ratio: 5/4;
  }
}
.top-work__body {
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.top-work__enttl {
  width: 40%;
  margin-left: -3em;
}
@media (max-width: 767px) {
  .top-work__enttl {
    margin-left: -8%;
    margin-bottom: 10px;
  }
}
.top-work__ttl {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(22px, 2.8683181226vw, 30px);
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-work__ttl {
    font-size: 5.4vw;
  }
}
.top-work__txt {
  margin-bottom: 20px;
}
.top-work__txt p {
  font-size: clamp(10px, 1.3037809648vw, 17px);
  line-height: 2.6;
  color: #fff;
}
@media (max-width: 767px) {
  .top-work__txt p {
    font-size: 3.2vw;
  }
}
.top-work__more {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top-work__more {
    width: 94%;
    margin: 0 auto 50px;
  }
}
.top-work__more > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: clamp(10px, 1.0080645161vw, 15px);
  transition: 0.3s;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-work__more > div a {
    font-size: clamp(10px, 3.125vw, 15px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-work__more > div a:hover {
    background: #F2F7E7;
  }
}
.top-work__more > div:first-child a {
  border: solid 2px #23B5BB;
  color: #23B5BB;
}
.top-work__more > div:nth-child(2) a {
  border: solid 2px #EA6D80;
  color: #EA6D80;
}
.top-work__more > div:nth-child(3) a {
  border: solid 2px #009944;
  color: #009944;
}
.top-work__more > div:nth-child(4) a {
  border: solid 2px #6355A0;
  color: #6355A0;
}
.top-work__more > div:last-child a {
  border: solid 2px #EF8200;
  color: #EF8200;
}
@media (max-width: 767px) {
  .top-work__link {
    text-align: center;
  }
}
.top-work__img {
  width: 87%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .top-work__img {
    width: 94%;
    margin: -10% auto 30px;
    z-index: 1;
    position: relative;
  }
}
.top-work__img > div {
  border-radius: clamp(10px, 1.3037809648vw, 30px);
  overflow: hidden;
  position: absolute;
  z-index: 10;
}
@media (max-width: 767px) {
  .top-work__img > div {
    position: static;
  }
}
.top-work__img > div:first-child {
  top: 7%;
  width: 64%;
  left: -12%;
}
@media (max-width: 767px) {
  .top-work__img > div:first-child {
    margin-left: auto;
    width: 50%;
  }
}
.top-work__img > div:nth-child(2) {
  width: 45%;
  top: 39%;
  left: 30%;
}
@media (max-width: 767px) {
  .top-work__img > div:nth-child(2) {
    width: 40%;
    margin-top: -20%;
  }
}
.top-work__img > div:last-child {
  top: 58%;
  width: 30%;
  left: -5%;
}
@media (max-width: 767px) {
  .top-work__img > div:last-child {
    width: 30%;
    margin-top: -3%;
    margin-left: 30%;
  }
}

/*------------------
  top section
------------------*/
#top-section {
  position: relative;
}
#top-section::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 30px, rgb(48, 162, 77) 30px, rgb(48, 162, 77) 60px);
  background-color: #009944;
  border-radius: 0 0 clamp(20px, 2.6075619296vw, 60px) 0;
}
@media (max-width: 767px) {
  #top-section::before {
    width: 100%;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, rgb(48, 162, 77) 15px, rgb(48, 162, 77) 30px);
    border-radius: 0;
  }
}

/*------------------
  top voice
------------------*/
#top-voice {
  position: relative;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 30px, rgb(229, 229, 25) 30px, rgb(229, 229, 25) 60px);
  background-color: #DAE000;
  margin-right: calc(50% - 50vw);
  padding: clamp(30px, 3.9113428944vw, 100px) 0 clamp(30px, 3.9113428944vw, 100px) clamp(50px, 6.518904824vw, 120px);
  top: -150px;
  border-radius: 50px 0 0 50px;
}
@media (max-width: 992px) {
  #top-voice {
    top: -50px;
  }
}
@media (max-width: 767px) {
  #top-voice {
    background-image: repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(229, 229, 25) 15px, rgb(229, 229, 25) 30px);
    background-color: #DAE000;
    padding: 40px 0 40px 60px;
  }
}

.top-voice__inner {
  width: 88%;
}
@media (max-width: 992px) {
  .top-voice__inner {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .top-voice__inner {
    width: 96%;
  }
}
.top-voice__enttl {
  width: 15%;
  margin-bottom: 20px;
  margin-left: -5%;
}
@media (max-width: 767px) {
  .top-voice__enttl {
    width: 35%;
    max-width: 150px;
    margin-bottom: 10px;
    margin-left: -7%;
  }
}
.top-voice__ttl {
  margin-bottom: 50px;
  color: #009944;
  font-size: clamp(22px, 2.8683181226vw, 34px);
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-voice__ttl {
    font-size: clamp(20px, 6.25vw, 30px);
  }
}
.top-voice__coming {
  text-align: center;
  padding-bottom: clamp(50px, 6.518904824vw, 100px);
}
.top-voice__coming span {
  border: solid 1px #000;
  color: #000;
}
.top-voice__staff {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(20px, 2.6075619296vw, 50px);
  margin-bottom: clamp(50px, 6.518904824vw, 100px);
}
@media (max-width: 767px) {
  .top-voice__staff {
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-voice__staff > div a {
  display: block;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .top-voice__staff > div a:hover .top-voice__staff__img img {
    transform: scale(1.1);
  }
}
.top-voice__staff > div:first-child a {
  color: #23B5BB;
}
.top-voice__staff > div:first-child .top-voice__staff__img {
  border: solid 4px #23B5BB;
}
.top-voice__staff > div:nth-child(2) a {
  color: #EA6D80;
}
.top-voice__staff > div:nth-child(2) .top-voice__staff__img {
  border: solid 4px #EA6D80;
}
.top-voice__staff > div:nth-child(3) a {
  color: #6355A0;
}
.top-voice__staff > div:nth-child(3) .top-voice__staff__img {
  border: solid 4px #6355A0;
}
.top-voice__staff > div:nth-child(4) a {
  color: #009944;
}
.top-voice__staff > div:nth-child(4) .top-voice__staff__img {
  border: solid 4px #009944;
}
.top-voice__staff > div:last-child a {
  color: #EF8200;
}
.top-voice__staff > div:last-child .top-voice__staff__img {
  border: solid 4px #EF8200;
}
.top-voice__staff__img {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.top-voice__staff__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.3s;
}
.top-voice__staff__num {
  font-size: clamp(20px, 2.6075619296vw, 34px);
  font-weight: 500;
  margin-bottom: clamp(5px, 0.6518904824vw, 10px);
}
@media (max-width: 767px) {
  .top-voice__staff__num {
    font-size: clamp(20px, 6.25vw, 34px);
  }
}
.top-voice__staff__job {
  font-size: clamp(12px, 1.5645371578vw, 20px);
  font-weight: 500;
  text-decoration: underline 1px;
  text-underline-offset: 5px;
  margin-bottom: clamp(15px, 1.9556714472vw, 20px);
}
@media (max-width: 767px) {
  .top-voice__staff__job {
    font-size: clamp(14px, 4.375vw, 20px);
  }
}
.top-voice__staff__name {
  line-height: 1.6;
  font-size: clamp(8px, 1.0430247718vw, 15px);
}
@media (max-width: 767px) {
  .top-voice__staff__name {
    font-size: clamp(10px, 3.125vw, 16px);
  }
}
.top-voice__link {
  text-align: right;
}

/*------------------
  top info
------------------*/
#top-info {
  position: relative;
}
@media (max-width: 767px) {
  #top-info {
    padding-top: 50px;
  }
}

.top-info__inner {
  display: flex;
}
@media (max-width: 992px) {
  .top-info__inner {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .top-info__inner {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.top-info__inner + .top-info__inner {
  margin-top: 100px;
}
.top-info__inner:nth-child(2) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .top-info__inner:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.top-info__inner:nth-child(2) .left {
  margin-right: 0;
  margin-left: 5%;
}
@media (max-width: 767px) {
  .top-info__inner:nth-child(2) .left {
    margin-left: 0;
  }
}
.top-info__inner:nth-child(2) .top-info__enttl {
  width: 50%;
}
@media (max-width: 767px) {
  .top-info__inner:nth-child(2) .top-info__enttl {
    max-width: 300px;
    width: 40%;
  }
}
.top-info__inner .left {
  margin-right: 5%;
  flex-basis: auto;
}
@media (max-width: 767px) {
  .top-info__inner .left {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.top-info__inner .right {
  flex-basis: 40%;
}
@media (max-width: 767px) {
  .top-info__inner .right {
    width: 70%;
    margin: 0 auto;
  }
}
.top-info__img {
  border-radius: 50%;
}
.top-info__enttl {
  width: 40%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-info__enttl {
    max-width: 400px;
    width: 40%;
  }
}
.top-info__ttl {
  margin-bottom: 30px;
  color: #fff;
  font-size: clamp(20px, 2.6075619296vw, 26px);
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-info__ttl {
    font-size: 6vw;
  }
}
.top-info__txt {
  margin-bottom: clamp(20px, 2.6075619296vw, 40px);
}
.top-info__txt p {
  color: #fff;
}
@media (max-width: 767px) {
  .top-info__txt p {
    font-size: 3.2vw;
  }
}

/*------------------
  top keyword
------------------*/
#top-keyword {
  padding-top: clamp(100px, 13.037809648vw, 200px);
}

/*------------------
  top link
------------------*/
#top-link {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}

.top-link__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
@media (max-width: 767px) {
  .top-link__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.top-link__inner > div a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 3em 10px;
  color: #fff;
  text-align: center;
  border-radius: clamp(30px, 3.9113428944vw, 60px);
  transition: 0.3s;
}
.top-link__inner > div a span {
  display: block;
  font-size: clamp(30px, 3.9113428944vw, 40px);
}
@media (max-width: 767px) {
  .top-link__inner > div a span {
    font-size: 8vw;
    margin-bottom: 10px;
  }
}
.top-link__inner .left a {
  background: #009944;
}
@media (hover: hover) and (pointer: fine) {
  .top-link__inner .left a:hover {
    background: #8EC21F;
  }
}
.top-link__inner .right a {
  background: #D60738;
}
@media (hover: hover) and (pointer: fine) {
  .top-link__inner .right a:hover {
    background: #EA6D80;
  }
}

/*------------------
  top smile
------------------*/
#top-smile {
  padding: clamp(70px, 9.1264667536vw, 200px) 0 40%;
  background: url("../img/general/footer2.png") no-repeat center bottom/100%;
}
@media (max-width: 767px) {
  #top-smile {
    padding: 100px 0 40%;
  }
}

.top-smile__tano {
  max-width: 114px;
  margin: 0 auto clamp(30px, 3.9113428944vw, 50px);
}
.top-smile__img {
  max-width: 800px;
  margin: 0 auto 50px;
}
.top-smile__txt p {
  text-align: center;
  line-height: 3;
  font-size: 18px;
}
@media (max-width: 767px) {
  .top-smile__txt p {
    font-size: 2.8vw;
  }
}

/* =================================================== *

  about

* =================================================== */
/*------------------
  about header
------------------*/
.about-header {
  background: #00aef5 url("../img/page/about/header.jpg") no-repeat center top/cover;
}
@media (max-width: 767px) {
  .about-header {
    background: #01c7f7 url("../img/page/about/header.jpg") no-repeat center top/100%;
  }
}

/*------------------
  about main
------------------*/
.about-main {
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .about-main {
    padding: 70px 0 0;
  }
}

/*------------------
  about net
------------------*/
#about-net {
  padding: 120px 0 25%;
  background: #00aef5 url("../img/page/about/net_bg.jpg") no-repeat center bottom/100%;
}
@media (max-width: 767px) {
  #about-net {
    background: #01c7f7;
    padding: 50px 0 0;
  }
}

@media (max-width: 767px) {
  .about-net__header {
    background: #01c7f7 url("../img/page/about/net_bg_sp.jpg") no-repeat center bottom/100%;
  }
}
.about-net__header__inner {
  max-width: 1400px;
  width: 90%;
  margin-inline: auto;
  padding-bottom: clamp(80px, 10.4302477184vw, 150px);
  background: url("../img/page/about/net_bg1.png") no-repeat left top/22%, url("../img/page/about/net_bg2.png") no-repeat right top/25%;
}
@media (max-width: 767px) {
  .about-net__header__inner {
    background: none;
    padding-bottom: 60%;
  }
}
.about-net__ttl {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 35px;
  line-height: 2;
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .about-net__ttl {
    font-size: 6vw;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .about-net__txt {
    margin-bottom: 50px;
  }
}
.about-net__txt p {
  text-align: center;
  color: #fff;
  line-height: 3;
  font-size: clamp(18px, 2.3468057366vw, 20px);
}
@media (max-width: 992px) {
  .about-net__txt p {
    text-decoration: underline rgba(0, 162, 243, 0.7) 1.2em;
    text-underline-offset: -1em;
  }
}
@media (max-width: 767px) {
  .about-net__txt p {
    text-decoration: none;
    font-size: 3vw;
  }
}
@media (max-width: 320px) {
  .about-net__txt p {
    font-size: 2.8vw;
  }
}
.about-net__img {
  display: none;
}
@media (max-width: 767px) {
  .about-net__img {
    display: block;
  }
}
@media (max-width: 767px) {
  .about-net__inner {
    background: #F2F7E7;
    padding: 70px 0;
  }
}
.about-net__flex {
  display: grid;
  gap: clamp(30px, 3.9113428944vw, 60px);
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .about-net__flex {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.about-net__box__img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.about-net__box__ttl {
  text-align: center;
  font-size: clamp(18px, 2.3468057366vw, 25px);
  color: #009944;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .about-net__box__ttl {
    font-size: 20px;
  }
}
.about-net__box__txt p {
  font-size: 15px;
}

/*------------------
  about tano
------------------*/
#about-tano {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}

.about-tano__box {
  background: #fff;
  padding: 20px 40px 80px;
  border-radius: clamp(30px, 3.9113428944vw, 80px);
}
@media (max-width: 375px) {
  .about-tano__box {
    padding: 20px 20px 40px;
  }
}
.about-tano__fuki {
  max-width: 406px;
  margin: -50px auto 0;
}
@media (max-width: 767px) {
  .about-tano__fuki {
    max-width: 80%;
    margin: -15% auto 0;
  }
}
.about-tano__ttl {
  max-width: 940px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about-tano__ttl {
    max-width: 90%;
    margin: 0 auto 50px;
  }
}
.about-tano__sec + .about-tano__sec {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .about-tano__sec + .about-tano__sec {
    margin-top: 50px;
  }
}
.about-tano__sec__flex1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-tano__sec__flex1 {
    display: block;
  }
}
.about-tano__sec__flex1 > .left {
  flex-basis: 52%;
}
.about-tano__sec__flex1 > .right {
  flex-basis: 42%;
}
@media (max-width: 767px) {
  .about-tano__sec__flex1 > .right {
    margin: 30px auto 0;
  }
}
.about-tano__sec__flex1__txt p {
  font-size: 17px;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .about-tano__sec__flex1__txt p {
    font-size: 15px;
  }
}
.about-tano__sec__flex2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6075619296vw, 50px);
}
@media (max-width: 767px) {
  .about-tano__sec__flex2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.about-tano__sec__flex2__ttl {
  font-size: clamp(16px, 2.0860495437vw, 20px);
  color: #E80013;
  font-weight: 700;
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .about-tano__sec__flex2__ttl {
    font-size: 18px;
  }
}
.about-tano__sec__flex2__txt p {
  font-size: 15px;
}
.about-tano__sec__ttl {
  font-size: clamp(22px, 2.8683181226vw, 25px);
  font-weight: 700;
  color: #E80013;
  text-align: center;
  border-bottom: dashed 3px #E80013;
  padding-bottom: 20px;
  margin-bottom: 50px;
  line-height: 1.8;
}
@media (max-width: 520px) {
  .about-tano__sec__ttl {
    font-size: 4.8vw;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

/*------------------
  about message
------------------*/
#about-message {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}

.about-message_subttl {
  font-size: clamp(24px, 3.1290743155vw, 25px);
  color: #009944;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about-message_subttl {
    text-align: center;
  }
}
@media (max-width: 520px) {
  .about-message_subttl {
    font-size: 4vw;
  }
}
.about-message__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-message__inner {
    display: block;
  }
}
.about-message__inner .left {
  flex-basis: 55%;
}
@media (max-width: 767px) {
  .about-message__inner .left {
    margin-bottom: 50px;
  }
}
.about-message__inner .right {
  flex-basis: 40%;
}
.about-message__txt p {
  line-height: 2.4;
}
.about-message__name {
  margin-top: 1em;
}
.about-message__img {
  border-radius: 30px;
  overflow: hidden;
}

/*------------------
  about field
------------------*/
#about-field {
  padding-top: clamp(100px, 13.037809648vw, 150px);
}

.about-field_subttl {
  font-size: clamp(24px, 3.1290743155vw, 25px);
  color: #009944;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .about-field_subttl {
    text-align: center;
  }
}
@media (max-width: 520px) {
  .about-field_subttl {
    font-size: 5vw;
  }
}
.about-field__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .about-field__inner {
    flex-direction: column-reverse;
  }
}
.about-field__inner .left {
  flex-basis: 50%;
}
.about-field__inner .right {
  flex-basis: 46%;
}
@media (max-width: 767px) {
  .about-field__inner .right {
    margin-bottom: 50px;
  }
}
.about-field__txt p {
  line-height: 2.4;
}
.about-field__name {
  margin-top: 1em;
}
.about-field__img {
  border-radius: 30px;
  overflow: hidden;
}

/*------------------
  about info
------------------*/
#about-info {
  padding: clamp(70px, 9.1264667536vw, 150px) 0;
}

.about-info__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px clamp(30px, 3.9113428944vw, 50px);
}
@media (max-width: 767px) {
  .about-info__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-info__img {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about-info__img {
    border-radius: 20px;
  }
}
.about-info__num {
  position: absolute;
  z-index: 1;
  top: clamp(10px, 1.3037809648vw, 20px);
  left: clamp(10px, 1.3037809648vw, 20px);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: #009944;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  padding-top: 0.2em;
  font-family: "Josefin Sans", serif;
}
@media (max-width: 767px) {
  .about-info__num {
    width: 8vw;
    height: 8vw;
    font-size: 4vw;
  }
}
.about-info__ttl {
  font-size: clamp(16px, 1.6129032258vw, 27px);
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  color: #009944;
}
@media (max-width: 992px) {
  .about-info__ttl {
    font-size: clamp(20px, 2.6075619296vw, 27px);
  }
}
@media (max-width: 520px) {
  .about-info__ttl {
    font-size: 4vw;
  }
}
.about-info__txt p {
  font-size: 15px;
}

/*------------------
  about sdgs
------------------*/
#about-sdgs {
  padding: clamp(70px, 9.1264667536vw, 150px) 0 45%;
  background: url("../img/general/footer2.png") no-repeat center bottom/100%, repeating-linear-gradient(135deg, transparent, transparent 20px, rgb(228, 233, 128) 20px, rgb(228, 233, 128) 40px);
  background-color: #E8EC96;
}

.about-sdgs__inner {
  position: relative;
  display: flex;
  margin-bottom: clamp(70px, 9.1264667536vw, 150px);
}
@media (max-width: 767px) {
  .about-sdgs__inner {
    flex-direction: column-reverse;
  }
}
.about-sdgs__inner .left {
  flex-basis: 54%;
}
.about-sdgs__inner .right {
  position: absolute;
  right: -15%;
  width: 55%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .about-sdgs__inner .right {
    position: static;
    z-index: 1;
    width: 80%;
    margin: 0 auto 50px;
  }
}
.about-sdgs__subttl {
  font-size: clamp(14px, 1.8252933507vw, 25px);
  font-weight: 500;
  color: #009944;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .about-sdgs__subttl {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .about-sdgs__subttl {
    text-align: center;
  }
}
@media (max-width: 520px) {
  .about-sdgs__subttl {
    font-size: 5vw;
  }
}
.about-sdgs__txt {
  margin-bottom: 50px;
}
.about-sdgs__txt p {
  line-height: 2.4;
}
@media (max-width: 767px) {
  .about-sdgs__goal {
    max-width: 80%;
    margin: 0 auto;
  }
}
.about-sdgs__card {
  background: #fff;
  border-radius: 30px;
  padding: 50px clamp(30px, 3.9113428944vw, 100px);
}
.about-sdgs__card__ttl {
  text-align: center;
  margin-bottom: 50px;
}
.about-sdgs__card__ttl span {
  color: #009944;
  font-size: clamp(20px, 2.6075619296vw, 25px);
  position: relative;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 520px) {
  .about-sdgs__card__ttl span {
    font-size: 4.6vw;
  }
}
.about-sdgs__card__ttl span::before, .about-sdgs__card__ttl span::after {
  position: absolute;
  content: "";
  top: 0;
  background: #009944;
  height: 100%;
  width: 1px;
}
.about-sdgs__card__ttl span::before {
  left: -1em;
  transform: rotate(-30deg);
}
.about-sdgs__card__ttl span::after {
  right: -1em;
  transform: rotate(30deg);
}
@media (max-width: 767px) {
  .about-sdgs__card__ttl span::after {
    right: -3em;
  }
}
@media (max-width: 767px) {
  .about-sdgs__card__img {
    max-width: 60%;
    margin: 0 auto 20px;
  }
}
.about-sdgs__card__img a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .about-sdgs__card__img a:hover {
    opacity: 0.7;
  }
}
.about-sdgs__card__subttl {
  color: #009944;
  line-height: 1.6;
  font-size: clamp(16px, 2.0860495437vw, 20px);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about-sdgs__card__subttl {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .about-sdgs__card__subttl {
    font-size: 4vw;
  }
}
.about-sdgs__card__inner {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .about-sdgs__card__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.about-sdgs__card__inner > div a {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: 40% 50%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .about-sdgs__card__inner > div a {
    display: block;
  }
}
@media (hover: hover) and (pointer: fine) {
  .about-sdgs__card__inner > div a:hover {
    opacity: 0.7;
  }
}
.about-sdgs__card__link {
  color: #009944;
}
@media (max-width: 767px) {
  .about-sdgs__card__link .p-btn1 {
    justify-content: center;
  }
}

/* =================================================== *

  work

* =================================================== */
/*------------------
  work header
------------------*/
.work-header {
  background: url("../img/page/work/header.jpg") no-repeat center top/cover;
}
@media (max-width: 767px) {
  .work-header {
    background: url("../img/page/work/header.jpg") no-repeat center top/100%;
  }
}

/*------------------
  work main
------------------*/
.work-main {
  padding: 120px 0 45%;
  background: url("../img/general/footer2.png") no-repeat center bottom/100%;
}
@media (max-width: 767px) {
  .work-main {
    padding: 70px 0 45%;
  }
}

/*------------------
  work greeting
------------------*/
#work-greeting {
  padding-top: clamp(80px, 10.4302477184vw, 100px);
}
@media (max-width: 767px) {
  #work-greeting {
    margin-top: -20%;
    padding-top: 35%;
    background: url("../img/page/work/bg1_sp.png") no-repeat center top/96%, url("../img/page/work/bg2_sp.png") no-repeat center bottom/96%;
  }
}

.work-greeting__inner {
  max-width: 1400px;
  width: 90%;
  margin-inline: auto;
  background: url("../img/page/work/bg1.png") no-repeat left top 50px/25%, url("../img/page/work/bg2.png") no-repeat right top 30px/23%;
}
@media (max-width: 767px) {
  .work-greeting__inner {
    background: none;
  }
}
.work-greeting__ttl {
  text-align: center;
  color: #009944;
  font-weight: 500;
  font-size: 35px;
  line-height: 2;
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .work-greeting__ttl {
    font-size: 6vw;
    margin-bottom: 10px;
  }
}
.work-greeting__txt {
  margin-bottom: clamp(30px, 3.9113428944vw, 70px);
}
.work-greeting__txt p {
  text-align: center;
  color: #009944;
  line-height: 2.4;
  text-decoration: underline rgba(242, 247, 231, 0.7) 1.2em;
  text-underline-offset: -1em;
  font-size: clamp(18px, 2.3468057366vw, 20px);
}
@media (max-width: 767px) {
  .work-greeting__txt p {
    text-align: left;
    font-size: 16px;
  }
}
.work-greeting__line {
  width: 2px;
  height: 150px;
  background: #009944;
  margin: 0 auto;
  animation: scroll 2s infinite;
}
@media (max-width: 767px) {
  .work-greeting__line {
    height: 100px;
  }
}

/*------------------
  work job
------------------*/
#work-job {
  padding-top: 100px;
}
@media (max-width: 767px) {
  #work-job {
    padding-top: 50px;
  }
}

/*------------------
  work index
------------------*/
.work-index > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(50px, 6.518904824vw, 70px);
}
@media (max-width: 992px) {
  .work-index > div {
    flex-direction: column;
    gap: 20px;
  }
}
.work-index > div + div {
  padding-top: clamp(100px, 13.037809648vw, 150px);
}
.work-index > div:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .work-index > div:nth-child(even) {
    flex-direction: column;
  }
}
.work-index > div > .left {
  flex-basis: 40%;
  position: relative;
}
@media (max-width: 992px) {
  .work-index > div > .left {
    width: 60%;
    margin: 0 auto;
    order: 2;
  }
}
@media (max-width: 767px) {
  .work-index > div > .left {
    width: 80%;
  }
}
.work-index > div > .right {
  flex-basis: 40%;
}
@media (max-width: 992px) {
  .work-index > div > .right {
    order: 1;
  }
}
.work-index__man {
  position: absolute;
}
.work-index__ttl {
  font-size: clamp(26px, 3.3898305085vw, 35px);
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .work-index__ttl {
    text-align: center;
    font-size: clamp(26px, 3.3898305085vw, 35px);
  }
}
@media (max-width: 520px) {
  .work-index__ttl {
    font-size: 6.4vw;
  }
}
.work-index__ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
}
.work-index__subttl {
  font-size: 25px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .work-index__subttl {
    text-align: center;
    font-size: clamp(20px, 2.6075619296vw, 25px);
  }
}
@media (max-width: 520px) {
  .work-index__subttl {
    font-size: 5.2vw;
  }
}
.work-index__subttl__flex {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .work-index__subttl__flex {
    display: block;
  }
}
.work-index__subttl__flex > .left {
  flex-grow: 1;
}
.work-index__subttl__flex > .right {
  flex-basis: 120px;
}
@media (max-width: 992px) {
  .work-index__subttl__flex > .right {
    display: none;
  }
}
.work-index__subttl__flex > .right img {
  width: 80%;
}
.work-index__voice {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .work-index__voice {
    padding-top: 30px;
    flex-direction: row-reverse;
  }
}
@media (max-width: 992px) {
  .work-index__voice__sp {
    order: 3;
  }
}
.work-index__voice > .left {
  flex-basis: 30% !important;
}
@media (max-width: 767px) {
  .work-index__voice > .left {
    flex-basis: 40% !important;
  }
}
.work-index__voice > .right {
  flex-basis: 65% !important;
}
.work-index__voice > .right a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .work-index__voice > .right a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .work-index__voice > .right {
    flex-basis: 50% !important;
  }
}
.work-index__voice__img {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.work-index__voice__img a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .work-index__voice__img a img:hover {
    transform: scale(1.05);
  }
}
.work-index__voice__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.3s;
}
.work-index__voice__ttl {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .work-index__voice__ttl {
    font-size: clamp(12px, 3.75vw, 15px);
    margin-bottom: 10px;
  }
}
.work-index__voice__name {
  font-size: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .work-index__voice__name {
    font-size: clamp(8px, 2.5vw, 12px);
  }
}

#work-deri .work-index__man {
  width: 50%;
  left: -15%;
  bottom: -10%;
}
@media (max-width: 767px) {
  #work-deri .work-index__man {
    width: 70%;
    bottom: -35%;
  }
}
#work-deri .work-index__tano {
  position: absolute;
  display: none;
}
@media (max-width: 992px) {
  #work-deri .work-index__tano {
    display: block;
    width: 20%;
    right: -13%;
    top: 5%;
  }
}
#work-deri .work-index__ttl {
  color: #23B5BB;
}
#work-deri .work-index__ttl::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #23B5BB 6px, #23B5BB 16px);
}
#work-deri .work-index__subttl {
  color: #23B5BB;
}
#work-deri .work-index__voice {
  color: #23B5BB;
}
#work-deri .work-index__voice__sp {
  padding-top: 20%;
}
#work-deri .work-index__voice__img {
  border: solid 4px #23B5BB;
}
#work-deri .work-index__voice__link .p-btn1 {
  color: #23B5BB !important;
}
#work-deri .work-index__voice__link .p-btn1 span:first-child {
  background: #23B5BB !important;
}
#work-deri .work-index__voice__link .p-btn1 span:first-child::before {
  background: #23B5BB !important;
}

#work-shop .work-index__man {
  width: 42%;
  right: -7%;
  bottom: -24%;
}
#work-shop .work-index__ttl {
  color: #EA6D80;
}
#work-shop .work-index__ttl::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #EA6D80 6px, #EA6D80 16px);
}
#work-shop .work-index__subttl {
  color: #EA6D80;
}
#work-shop .work-index__voice {
  color: #EA6D80;
}
#work-shop .work-index__voice__sp {
  padding-top: 5%;
}
#work-shop .work-index__voice__img {
  border: solid 4px #EA6D80;
}
#work-shop .work-index__voice__link .p-btn1 {
  color: #EA6D80 !important;
}
#work-shop .work-index__voice__link .p-btn1 span:first-child {
  background: #EA6D80 !important;
}
#work-shop .work-index__voice__link .p-btn1 span:first-child::before {
  background: #EA6D80 !important;
}

#work-fukushi .work-index__man {
  width: 42%;
  right: -5%;
  bottom: -11%;
}
#work-fukushi .work-index__ttl {
  color: #44AE35;
}
#work-fukushi .work-index__ttl::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #44AE35 6px, #44AE35 16px);
}
#work-fukushi .work-index__subttl {
  color: #44AE35;
}
#work-fukushi .work-index__voice {
  color: #44AE35;
}
#work-fukushi .work-index__voice__sp {
  padding-top: 5%;
}
#work-fukushi .work-index__voice__img {
  border: solid 4px #44AE35;
}
#work-fukushi .work-index__voice__link .p-btn1 {
  color: #44AE35 !important;
}
#work-fukushi .work-index__voice__link .p-btn1 span:first-child {
  background: #44AE35 !important;
}
#work-fukushi .work-index__voice__link .p-btn1 span:first-child::before {
  background: #44AE35 !important;
}

#work-sogo .work-index__man {
  width: 50%;
  left: -5%;
  bottom: -23%;
}
#work-sogo .work-index__ttl {
  color: #6355A0;
}
#work-sogo .work-index__ttl::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #6355A0 6px, #6355A0 16px);
}
#work-sogo .work-index__subttl {
  color: #6355A0;
}
#work-sogo .work-index__voice {
  color: #6355A0;
}
#work-sogo .work-index__voice__sp {
  padding-top: 10%;
}
#work-sogo .work-index__voice__img {
  border: solid 4px #6355A0;
}
#work-sogo .work-index__voice__link .p-btn1 {
  color: #6355A0 !important;
}
#work-sogo .work-index__voice__link .p-btn1 span:first-child {
  background: #6355A0 !important;
}
#work-sogo .work-index__voice__link .p-btn1 span:first-child::before {
  background: #6355A0 !important;
}

#work-syunin .work-index__man {
  width: 100%;
  left: 0%;
  bottom: -20%;
}
#work-syunin .work-index__ttl {
  color: #EF8200;
}
#work-syunin .work-index__ttl::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #EF8200 6px, #EF8200 16px);
}
#work-syunin .work-index__subttl {
  color: #EF8200;
}
#work-syunin .work-index__voice {
  color: #EF8200;
}
#work-syunin .work-index__voice__sp {
  padding-top: 10%;
}
#work-syunin .work-index__voice__img {
  border: solid 4px #EF8200;
}
#work-syunin .work-index__voice__link .p-btn1 {
  color: #EF8200 !important;
}
#work-syunin .work-index__voice__link .p-btn1 span:first-child {
  background: #EF8200 !important;
}
#work-syunin .work-index__voice__link .p-btn1 span:first-child::before {
  background: #EF8200 !important;
}

/* =================================================== *

  culture

* =================================================== */
/*------------------
  culture header
------------------*/
.culture-header {
  background: url("../img/page/culture/header.jpg") no-repeat center top/cover;
}
@media (max-width: 767px) {
  .culture-header {
    background: url("../img/page/culture/header.jpg") no-repeat center top/100%;
  }
}

/*------------------
  culture main
------------------*/
.culture-main {
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .culture-main {
    padding: 70px 0 0;
  }
}

/*------------------
  culture message
------------------*/
#culture-message {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}

.culture-message__txt p {
  line-height: 2.4;
  text-align: center;
  color: #009944;
  font-size: clamp(16px, 2.0860495437vw, 20px);
}
@media (max-width: 767px) {
  .culture-message__txt p {
    font-size: 14px;
  }
}

/*------------------
  culture benefits
------------------*/
#culture-bene {
  padding: clamp(100px, 13.037809648vw, 200px) 0;
}

.culture-bene__txt p {
  line-height: 2.4;
  text-align: center;
  color: #009944;
  font-size: clamp(16px, 2.0860495437vw, 20px);
}
@media (max-width: 767px) {
  .culture-bene__txt p {
    font-size: 14px;
  }
}
.culture-bene__img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .culture-bene__img {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.culture-bene__inner {
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 5.2151238592vw, 60px) clamp(30px, 3.9113428944vw, 90px);
}
@media (max-width: 767px) {
  .culture-bene__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.culture-bene__inner__ttl {
  text-align: center;
  color: #009944;
  font-size: clamp(22px, 2.8683181226vw, 27px);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .culture-bene__inner__ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.culture-bene__inner__txt p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .culture-bene__inner__txt p {
    font-size: 12px;
  }
}

/*------------------
  culture voice
------------------*/
#culture-voice {
  padding: clamp(70px, 9.1264667536vw, 150px) 0 45%;
  background: url("../img/general/footer2.png") no-repeat center bottom/100%, repeating-linear-gradient(135deg, transparent, transparent 20px, #fcebeb 20px, #fcebeb 40px);
  background-color: #fdf2f5;
}

.culture-voice__ttl {
  max-width: 26em;
  margin: 0 auto;
  border-radius: 30px;
  padding: 25px 5px;
  position: relative;
  background: #fff;
  text-align: center;
  color: #EA6D80;
  border: 4px solid #EA6D80;
  margin-bottom: 50px;
}
.culture-voice__ttl:after, .culture-voice__ttl:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.culture-voice__ttl:after {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}
.culture-voice__ttl:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #EA6D80;
  border-width: 26px;
  margin-left: -26px;
}
.culture-voice__ttl span:first-child {
  font-size: 23px;
  position: relative;
}
@media (max-width: 767px) {
  .culture-voice__ttl span:first-child {
    font-size: 5vw;
  }
}
.culture-voice__ttl span:first-child::before, .culture-voice__ttl span:first-child::after {
  position: absolute;
  content: "";
  top: 0;
  width: 2px;
  height: 1.4em;
  background: #EA6D80;
}
.culture-voice__ttl span:first-child::before {
  transform: rotate(-30deg);
  left: -0.7em;
}
.culture-voice__ttl span:first-child::after {
  transform: rotate(30deg);
  right: -0.7em;
}
.culture-voice__ttl span:last-child {
  margin-top: 20px;
  display: block;
  font-weight: 500;
  font-size: 30px;
}
@media (max-width: 767px) {
  .culture-voice__ttl span:last-child {
    font-size: 7vw;
  }
}
.culture-voice__txt p {
  line-height: 2.4;
  text-align: center;
  color: #EA6D80;
  font-size: clamp(16px, 2.0860495437vw, 20px);
}
@media (max-width: 767px) {
  .culture-voice__txt p {
    font-size: 14px;
  }
}
.culture-voice__sec__txt {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .culture-voice__sec__txt {
    margin-top: 10px;
  }
}
.culture-voice__sec__txt p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .culture-voice__sec__txt p {
    font-size: 14px;
  }
}
.culture-voice__sec__img {
  border-radius: 20px;
  overflow: hidden;
}
.culture-voice__sec1 {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .culture-voice__sec1 {
    display: block;
  }
}
.culture-voice__sec1 .left {
  flex-basis: 48%;
}
@media (max-width: 767px) {
  .culture-voice__sec1 .left {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.culture-voice__sec1 .right {
  flex-basis: 48%;
}
.culture-voice__sec1__img {
  overflow: hidden;
  border: solid 4px #EA6D80;
  border-radius: 50%;
}
.culture-voice__sec2 {
  padding-top: clamp(70px, 9.1264667536vw, 100px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .culture-voice__sec2 {
    flex-direction: column-reverse;
  }
}
.culture-voice__sec2 .left {
  flex-basis: 48%;
}
.culture-voice__sec2 .right {
  flex-basis: 48%;
}
@media (max-width: 767px) {
  .culture-voice__sec2 .right {
    margin-bottom: 20px;
  }
}
.culture-voice__week {
  padding-top: clamp(70px, 9.1264667536vw, 100px);
}
.culture-voice__week__ttl {
  margin-bottom: 10px;
  color: #EA6D80;
  font-weight: 500;
}
@media (max-width: 767px) {
  .culture-voice__week__ttl {
    border-bottom: solid 2px #EA6D80;
    padding-bottom: 10px;
    font-size: 3vw;
  }
}
.culture-voice__week__ttl span {
  font-size: 35px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .culture-voice__week__ttl span {
    font-size: 6vw;
  }
}
@media (max-width: 767px) {
  .culture-voice__week__img {
    margin-right: calc(50% - 50vw);
  }
}
.culture-voice__week__img table {
  width: 100%;
}
@media (max-width: 767px) {
  .culture-voice__week__img table {
    width: 800px;
  }
}
.culture-voice__week__img table img {
  border-radius: 20px;
}

/* =================================================== *

  career

* =================================================== */
/*------------------
  career header
------------------*/
.career-header {
  background: url("../img/page/career/header.jpg") no-repeat center top/cover;
}
@media (max-width: 767px) {
  .career-header {
    background: url("../img/page/career/header.jpg") no-repeat center top/100%;
  }
}

/*------------------
  career main
------------------*/
.career-main {
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .career-main {
    padding: 70px 0 0;
  }
}

/*------------------
  career message
------------------*/
#career-message {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}

.career-message__txt p {
  line-height: 2.4;
  text-align: center;
  color: #009944;
  font-size: clamp(16px, 2.0860495437vw, 20px);
}
@media (max-width: 767px) {
  .career-message__txt p {
    font-size: 14px;
  }
}

/*------------------
  career step
------------------*/
#career-step {
  padding: clamp(70px, 9.1264667536vw, 150px) 0 clamp(100px, 13.037809648vw, 300px);
}
#career-step section + section {
  margin-top: clamp(70px, 9.1264667536vw, 200px);
}
#career-step section:nth-of-type(2) .career-step__sec3__list {
  gap: 50px 30px;
}
#career-step section:nth-of-type(2) .career-step__sec3__list > div {
  padding-top: 0;
  flex-basis: 22%;
}
@media (max-width: 992px) {
  #career-step section:nth-of-type(2) .career-step__sec3__list > div {
    flex-basis: 45%;
  }
}

.career-step__sec1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .career-step__sec1 {
    display: block;
  }
}
.career-step__sec1 .left {
  flex-basis: 48%;
}
@media (max-width: 767px) {
  .career-step__sec1 .left {
    margin-bottom: 30px;
  }
}
.career-step__sec1 .right {
  flex-basis: 48%;
}
.career-step__sec1__ttl {
  font-size: 22px;
  color: #009944;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .career-step__sec1__ttl {
    text-align: center;
    font-size: 14px;
  }
}
.career-step__sec1__txt p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .career-step__sec1__txt p {
    font-size: 12px;
  }
}
.career-step__sec1__img {
  position: relative;
}
.career-step__sec1__img2 {
  width: 30%;
  position: absolute;
  bottom: -30%;
  right: -10%;
}
.career-step__sec2 {
  padding-top: clamp(70px, 9.1264667536vw, 100px);
}
@media (max-width: 767px) {
  .career-step__sec2__img {
    margin-right: calc(50% - 50vw);
  }
}
.career-step__sec2__img table {
  width: 100%;
}
@media (max-width: 767px) {
  .career-step__sec2__img table {
    width: 800px;
  }
}
.career-step__sec3 {
  margin-top: clamp(50px, 6.518904824vw, 100px);
  padding: clamp(40px, 5.2151238592vw, 80px);
  position: relative;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .career-step__sec3 {
    padding: 40px 20px;
  }
}
.career-step__sec3__ttl {
  text-align: center;
  color: #009944;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .career-step__sec3__ttl {
    font-size: 5vw;
  }
}
.career-step__sec3__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media (max-width: 767px) {
  .career-step__sec3__list {
    display: block;
  }
}
@media (max-width: 767px) {
  .career-step__sec3__list > div + div {
    margin-top: 2em;
  }
}
.career-step__sec3__list > div:nth-child(1), .career-step__sec3__list > div:nth-child(2), .career-step__sec3__list > div:nth-child(3), .career-step__sec3__list > div:nth-child(4) {
  flex-basis: 21%;
}
@media (max-width: 992px) {
  .career-step__sec3__list > div:nth-child(1), .career-step__sec3__list > div:nth-child(2), .career-step__sec3__list > div:nth-child(3), .career-step__sec3__list > div:nth-child(4) {
    flex-basis: 45%;
  }
}
.career-step__sec3__list > div:nth-child(5), .career-step__sec3__list > div:nth-child(6) {
  flex-basis: 45%;
}
.career-step__sec3__list > div dl dt {
  font-size: clamp(10px, 1.3037809648vw, 20px);
  color: #009944;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .career-step__sec3__list > div dl dt {
    font-size: 18px;
  }
}
.career-step__sec3__list > div dl dt span {
  font-size: 80%;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .career-step__sec3__list > div dl dt span {
    font-size: 2.6vw;
    padding-left: 1.5em;
  }
}
@media (max-width: 767px) {
  .career-step__sec3__list > div dl dd {
    margin-left: 1.5em;
  }
}
.career-step__sec3__list > div dl dd ul li {
  font-size: clamp(8px, 1.0430247718vw, 15px);
  list-style: disc;
  margin-left: 3em;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .career-step__sec3__list > div dl dd ul li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .career-step__sec3__list > div dl dd ul li {
    margin-left: 1.5em;
  }
}
.career-step__sec3__list > div dl dd ul li + li {
  margin-top: 0.5em;
}
.career-step__sec3__list > div dl dd ul.flex {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px;
}
@media (max-width: 767px) {
  .career-step__sec3__list > div dl dd ul.flex {
    grid-template-columns: repeat(2, auto);
  }
}
.career-step__sec3__list > div dl dd ul.flex li + li {
  margin-top: 0 !important;
}
.career-step__sec3__img {
  width: 15%;
  position: absolute;
  bottom: -30%;
  right: 0;
}
@media (max-width: 767px) {
  .career-step__sec3__img {
    width: 35%;
    bottom: -5%;
    right: -10%;
  }
}

/*------------------
  career tra
------------------*/
#career-tra {
  padding: clamp(70px, 9.1264667536vw, 150px) 0 45%;
  background: url("../img/general/footer2.png") no-repeat center bottom/100%, repeating-linear-gradient(135deg, transparent, transparent 20px, #e4e980 20px, #e4e980 40px);
  background-color: #e8ec96;
}

.career-tra__txt p {
  line-height: 2.4;
  text-align: center;
  color: #009944;
  font-size: clamp(16px, 2.0860495437vw, 20px);
}
@media (max-width: 767px) {
  .career-tra__txt p {
    font-size: 14px;
  }
}
.career-tra__img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .career-tra__img {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.career-tra__inner {
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 5.2151238592vw, 60px) clamp(30px, 3.9113428944vw, 70px);
}
@media (max-width: 767px) {
  .career-tra__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.career-tra__inner__ttl {
  text-align: center;
  color: #009944;
  font-size: clamp(22px, 2.8683181226vw, 27px);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .career-tra__inner__ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.career-tra__inner__txt p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .career-tra__inner__txt p {
    font-size: 12px;
  }
}

/* =================================================== *

  voice

* =================================================== */
/*------------------
  voice header
------------------*/
.voice-header {
  background: url("../img/page/voice/header.jpg") no-repeat center top/cover;
}
@media (max-width: 767px) {
  .voice-header {
    background: url("../img/page/voice/header.jpg") no-repeat center top/100%;
  }
}

/*------------------
  voice main
------------------*/
.voice-main {
  padding: 120px 0 45%;
  background: url("../img/general/footer2.png") no-repeat center bottom/100%;
}
@media (max-width: 767px) {
  .voice-main {
    padding: 70px 0 45%;
  }
}

/*------------------
  voice greeting
------------------*/
#voice-greeting {
  padding: clamp(50px, 6.518904824vw, 100px) 0 clamp(70px, 9.1264667536vw, 150px);
}

.voice-greeting__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  gap: 50px 30px;
}
@media (max-width: 767px) {
  .voice-greeting__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.voice-greeting__list__img {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
}
.voice-greeting__list__num {
  font-size: clamp(12px, 1.5645371578vw, 25px);
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .voice-greeting__list__num {
    font-size: 5vw;
  }
}
.voice-greeting__list__job {
  font-size: clamp(12px, 1.5645371578vw, 24px);
  font-weight: 500;
  margin-bottom: 20px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .voice-greeting__list__job {
    font-size: 5vw;
  }
}
.voice-greeting__list__name {
  font-size: clamp(10px, 1.3037809648vw, 13px);
  line-height: 1.6;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .voice-greeting__list__name {
    font-size: 3vw;
  }
}
.voice-greeting__list__link a {
  display: flex;
  flex-direction: column;
}
@media (hover: hover) and (pointer: fine) {
  .voice-greeting__list__link a:hover span:last-child {
    transform: translateY(0) rotate(135deg);
  }
}
.voice-greeting__list__link a span:first-child {
  font-size: 12px;
}
@media (max-width: 767px) {
  .voice-greeting__list__link a span:first-child {
    font-size: 3vw;
  }
}
.voice-greeting__list__link a span:last-child {
  margin: 5px auto 0;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: 0.3s;
}
.voice-greeting__line {
  width: 2px;
  height: 150px;
  background: #009944;
  margin: 70px auto 0;
  animation: scroll 2s infinite;
}
@media (max-width: 767px) {
  .voice-greeting__line {
    height: 100px;
  }
}

#voice-greeting__01 {
  color: #23B5BB;
}
#voice-greeting__01 .voice-greeting__list__img {
  border: solid 3px #23B5BB;
}
#voice-greeting__01 .voice-greeting__list__link a span:last-child {
  color: #23B5BB;
}
#voice-greeting__02 {
  color: #EA6D80;
}
#voice-greeting__02 .voice-greeting__list__img {
  border: solid 3px #EA6D80;
}
#voice-greeting__02 .voice-greeting__list__link a span:last-child {
  color: #EA6D80;
}
#voice-greeting__03 {
  color: #44AE35;
}
#voice-greeting__03 .voice-greeting__list__img {
  border: solid 3px #009944;
}
#voice-greeting__03 .voice-greeting__list__link a span:last-child {
  color: #44AE35;
}
#voice-greeting__04 {
  color: #6355A0;
}
#voice-greeting__04 .voice-greeting__list__img {
  border: solid 3px #6355A0;
}
#voice-greeting__04 .voice-greeting__list__link a span:last-child {
  color: #6355A0;
}
#voice-greeting__05 {
  color: #EF8200;
}
#voice-greeting__05 .voice-greeting__list__img {
  border: solid 3px #EF8200;
}
#voice-greeting__05 .voice-greeting__list__link a span:last-child {
  color: #EF8200;
}

/*------------------
  voice head
------------------*/
.voice-head__ttl {
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: clamp(30px, 3.9113428944vw, 100px);
  font-size: 45px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .voice-head__ttl {
    font-size: 8vw;
  }
}
.voice-head__ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #009944 6px, #009944 16px);
}

#voice1 .voice-head__ttl {
  color: #23B5BB;
}
#voice1 .voice-head__ttl::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #23B5BB 6px, #23B5BB 16px);
}

#voice2 {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}
#voice2 .voice-head__ttl {
  color: #EA6D80;
}
#voice2 .voice-head__ttl::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #EA6D80 6px, #EA6D80 16px);
}

#voice3 {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}
#voice3 .voice-head__ttl {
  color: #44AE35;
}
#voice3 .voice-head__ttl::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #44AE35 6px, #44AE35 16px);
}

#voice4 {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}
#voice4 .voice-head__ttl {
  color: #6355A0;
}
#voice4 .voice-head__ttl::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #6355A0 6px, #6355A0 16px);
}

#voice5 {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}
#voice5 .voice-head__ttl {
  color: #EF8200;
}
#voice5 .voice-head__ttl::before {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, #EF8200 6px, #EF8200 16px);
}

/*------------------
  voice sec1
------------------*/
.voice-sec1__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .voice-sec1__inner {
    flex-direction: column-reverse;
  }
}
.voice-sec1__inner .left {
  flex-basis: 60%;
  margin-left: -12.5%;
}
@media (max-width: 992px) {
  .voice-sec1__inner .left {
    margin-left: -6%;
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .voice-sec1__inner .left {
    margin-left: 0;
  }
}
.voice-sec1__inner .right {
  flex-basis: 48%;
}
@media (max-width: 767px) {
  .voice-sec1__inner .right {
    margin-bottom: 30px;
  }
}
.voice-sec1__ttl {
  font-size: clamp(30px, 3.9113428944vw, 45px);
  text-decoration: underline;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .voice-sec1__ttl {
    text-align: center;
  }
}
.voice-sec1__txt {
  margin-top: 30px;
}
.voice-sec1__txt p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .voice-sec1__txt p {
    font-size: 14px;
  }
}

#voice1 .voice-sec1__ttl {
  color: #23B5BB;
}

#voice2 .voice-sec1__inner {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #voice2 .voice-sec1__inner {
    flex-direction: column-reverse;
  }
}
#voice2 .voice-sec1__inner .left {
  flex-basis: 60%;
  margin-right: -12.5%;
}
@media (max-width: 992px) {
  #voice2 .voice-sec1__inner .left {
    margin-right: -6%;
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  #voice2 .voice-sec1__inner .left {
    margin-right: 0;
  }
}
#voice2 .voice-sec1__ttl {
  color: #EA6D80;
}

#voice3 .voice-sec1__ttl {
  color: #44AE35;
}

#voice4 .voice-sec1__inner {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #voice4 .voice-sec1__inner {
    flex-direction: column-reverse;
  }
}
#voice4 .voice-sec1__inner .left {
  flex-basis: 60%;
  margin-right: -12.5%;
}
@media (max-width: 992px) {
  #voice4 .voice-sec1__inner .left {
    margin-right: -6%;
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  #voice4 .voice-sec1__inner .left {
    margin-right: 0;
  }
}
#voice4 .voice-sec1__ttl {
  color: #6355A0;
}

#voice5 .voice-sec1__ttl {
  color: #EF8200;
}

/*------------------
  voice sec2
------------------*/
.voice-sec2 {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}
.voice-sec2__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .voice-sec2__inner {
    flex-direction: column;
  }
}
.voice-sec2__inner .left {
  flex-basis: 48%;
}
@media (max-width: 767px) {
  .voice-sec2__inner .left {
    margin-bottom: 30px;
  }
}
.voice-sec2__inner .right {
  flex-basis: 48%;
}
.voice-sec2__ttl {
  font-size: 45px;
  text-decoration: underline;
  margin-bottom: 30px;
}
.voice-sec2__txt {
  margin-top: 30px;
}
.voice-sec2__txt p {
  font-size: 17px;
}
@media (max-width: 767px) {
  .voice-sec2__txt p {
    font-size: 14px;
  }
}

#voice2 .voice-sec2__inner,
#voice4 .voice-sec2__inner {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #voice2 .voice-sec2__inner,
  #voice4 .voice-sec2__inner {
    flex-direction: column;
  }
}

/*------------------
  voice movie
------------------*/
.voice-movie {
  text-align: center;
  padding-top: clamp(50px, 6.518904824vw, 100px);
}
.voice-movie__ttl {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.voice-movie__ttl span {
  display: block;
}
.voice-movie__ttl span:first-child {
  font-size: 35px;
}
@media (max-width: 767px) {
  .voice-movie__ttl span:first-child {
    font-size: 6vw;
  }
}
.voice-movie__ttl span:last-child {
  font-size: 25px;
}
@media (max-width: 767px) {
  .voice-movie__ttl span:last-child {
    font-size: 4vw;
  }
}
.voice-movie__ttl::before, .voice-movie__ttl::after {
  position: absolute;
  content: "";
  top: 0;
  width: 2px;
  height: 120%;
}
.voice-movie__ttl::before {
  transform: rotate(-30deg);
  left: -2.5em;
}
@media (max-width: 767px) {
  .voice-movie__ttl::before {
    left: -7%;
  }
}
.voice-movie__ttl::after {
  transform: rotate(30deg);
  right: -2.5em;
}
@media (max-width: 767px) {
  .voice-movie__ttl::after {
    right: -7%;
  }
}
.voice-movie__video {
  aspect-ratio: 16/9;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .voice-movie__video {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .voice-movie__video {
    width: 100%;
  }
}
.voice-movie__video iframe {
  width: 100%;
  height: 100%;
}

#voice1 .voice-movie__ttl {
  color: #23B5BB;
}
#voice1 .voice-movie__ttl::before, #voice1 .voice-movie__ttl::after {
  background: #23B5BB;
}

/*------------------
  voice day
------------------*/
.voice-day {
  margin-top: clamp(50px, 6.518904824vw, 100px);
  background: #fff;
  padding: 40px 0;
}

/*------------------
  voice faq
------------------*/
.voice-faq {
  padding-top: clamp(100px, 13.037809648vw, 150px);
}
.voice-faq__inner {
  border: solid 3px #009944;
  padding: 40px clamp(30px, 3.9113428944vw, 100px);
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 767px) {
  .voice-faq__inner {
    padding: 40px 20px;
    border: none;
    border-radius: 0;
  }
}
.voice-faq__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .voice-faq__head {
    display: block;
    position: relative;
    margin-bottom: 50px;
  }
}
.voice-faq__head .left {
  flex-basis: 65%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .voice-faq__head .left {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.voice-faq__head .right {
  flex-basis: 35%;
}
@media (max-width: 767px) {
  .voice-faq__head .right {
    width: 80%;
    margin: 0 auto;
  }
}
.voice-faq__head__ttl {
  flex-basis: 25%;
  margin-right: clamp(10px, 1.3037809648vw, 30px);
}
@media (max-width: 767px) {
  .voice-faq__head__ttl {
    max-width: 150px;
    margin: -110px auto 10px;
  }
}
.voice-faq__head__txt {
  color: #44AE35;
  font-weight: 600;
  font-size: clamp(18px, 2.3468057366vw, 25px);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .voice-faq__head__txt {
    font-size: 5vw;
  }
}
.voice-faq__head__txt span {
  font-size: clamp(24px, 3.1290743155vw, 35px);
  display: block;
}
@media (max-width: 767px) {
  .voice-faq__head__txt span {
    font-size: 6vw;
  }
}
.voice-faq__open {
  position: relative;
  text-align: center;
  width: 100%;
  height: 55px;
  cursor: pointer;
}
.voice-faq__open span {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 40px;
}
.voice-faq__open span::before {
  display: block;
  position: absolute;
  width: 200%;
  left: -15px;
  text-align: center;
  bottom: -15px;
  content: "OPEN";
  font-size: 12px;
  color: #44AE35;
  font-family: "Josefin Sans", serif;
}
.voice-faq__open span > span {
  content: url("../img/icon/arrow.svg");
  transition: 0.3s;
}
.voice-faq__open.open span::before {
  content: "CLOSE";
}
.voice-faq__open.open span > span {
  transform: translateX(-50%) rotate(180deg);
}
.voice-faq__body {
  display: none;
}
.voice-faq__body > div {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .voice-faq__body > div {
    display: block;
  }
}
.voice-faq__body > div:nth-child(even) {
  flex-direction: row-reverse;
}
.voice-faq__body > div:nth-child(even) .right img {
  width: 60%;
}
.voice-faq__body > div + div {
  border-top: dashed 2px #44AE35;
}
.voice-faq__body > div .left {
  flex-basis: 65%;
}
@media (max-width: 767px) {
  .voice-faq__body > div .left {
    margin-bottom: 30px;
  }
}
.voice-faq__body > div .right {
  flex-basis: 35%;
  text-align: center;
}
.voice-faq__body > div .right img {
  width: 80%;
}
.voice-faq__q {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-bottom: 30px;
  color: #44AE35;
}
@media (max-width: 767px) {
  .voice-faq__q {
    font-size: 18px;
  }
}
.voice-faq__q span {
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  color: #fff;
  background: repeating-linear-gradient(135deg, transparent, transparent 5px, #00a73c 5px, #00a73c 10px);
  background-color: #45b035;
}
.voice-faq__a {
  display: flex;
  font-size: 17px;
  color: #44AE35;
}
.voice-faq__a span {
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  color: #fff;
  background: repeating-linear-gradient(135deg, transparent, transparent 5px, #f08300 5px, #f08300 10px);
  background-color: #f39800;
}
@media (max-width: 767px) {
  .voice-faq__a p {
    font-size: 14px;
  }
}

/* =================================================== *

  keyword

* =================================================== */
/*------------------
  data main
------------------*/
.data-main {
  padding: 120px 0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, rgb(225, 242, 244) 15px, rgb(225, 242, 244) 30px);
  background-color: #E8F5F9;
}
@media (max-width: 767px) {
  .data-main {
    padding: 100px 0;
  }
}

/*------------------
  data keyword
  topも使う
------------------*/
.data-keyword__inner {
  border-radius: clamp(30px, 3.9113428944vw, 60px);
  overflow: hidden;
  position: relative;
}
.data-keyword__body {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.data-keyword__ttl {
  text-align: center;
  font-size: clamp(46px, 5.9973924381vw, 70px);
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .data-keyword__ttl {
    font-size: 7vw;
    margin-bottom: 10px;
  }
}
.data-keyword__txt {
  color: #fff;
  margin-bottom: clamp(30px, 3.9113428944vw, 50px);
}
@media (max-width: 767px) {
  .data-keyword__txt {
    font-size: 3vw;
    margin-bottom: 10px;
  }
}
.data-keyword__img {
  position: relative;
}
.data-keyword__img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

/*------------------
  data info
------------------*/
#data-info {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}

.data-info__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(8, auto);
  grid-gap: 30px;
}
@media (max-width: 767px) {
  .data-info__inner {
    display: flex;
    flex-direction: column;
  }
}
.data-info__inner > div {
  padding: clamp(20px, 2.6075619296vw, 30px) clamp(10px, 1.3037809648vw, 30px);
  background: #fff;
  border-radius: clamp(20px, 2.6075619296vw, 30px);
  position: relative;
}
@media (max-width: 767px) {
  .data-info__inner > div {
    padding: 20px;
  }
}
.data-info__inner > div:nth-child(1) {
  grid-column: span 3/span 3;
}
.data-info__inner > div:nth-child(1) .data-info__ttl {
  width: 90%;
}
@media (max-width: 767px) {
  .data-info__inner > div:nth-child(1) .data-info__ttl {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(1) .data-info__ttl {
    margin-top: 10%;
  }
}
@media (max-width: 767px) {
  .data-info__inner > div:nth-child(1) .data-info__ttl {
    margin-top: 5%;
  }
}
.data-info__inner > div:nth-child(1) .data-info__img {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(1) .data-info__img {
    position: absolute;
    border-radius: 50%;
    width: 32%;
    top: 5%;
    right: clamp(10px, 1.3037809648vw, 30px);
  }
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(1) .data-info__img img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.data-info__inner > div:nth-child(2) {
  grid-column: span 3/span 3;
  grid-column-start: 4;
}
.data-info__inner > div:nth-child(2) .data-info__ttl {
  width: 70%;
}
@media (max-width: 767px) {
  .data-info__inner > div:nth-child(2) .data-info__ttl {
    width: 80%;
  }
}
.data-info__inner > div:nth-child(2) .data-info__img {
  position: absolute;
  width: 32%;
  top: 5%;
  right: clamp(10px, 1.3037809648vw, 30px);
}
.data-info__inner > div:nth-child(3) {
  grid-column: span 2/span 2;
  grid-row-start: 2;
}
.data-info__inner > div:nth-child(4) {
  grid-column: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 2;
}
.data-info__inner > div:nth-child(4) .data-info__ttl {
  width: 90%;
}
.data-info__inner > div:nth-child(4) .data-info__img {
  position: absolute;
  width: 35%;
  top: 5%;
  right: clamp(10px, 1.3037809648vw, 30px);
}
.data-info__inner > div:nth-child(5) {
  grid-column: span 2/span 2;
  grid-column-start: 5;
  grid-row-start: 2;
}
.data-info__inner > div:nth-child(5) .data-info__ttl {
  width: 90%;
}
.data-info__inner > div:nth-child(5) .data-info__img {
  position: absolute;
  width: 32%;
  top: 5%;
  right: clamp(10px, 1.3037809648vw, 30px);
}
.data-info__inner > div:nth-child(6) {
  grid-column: span 3/span 3;
  grid-row-start: 3;
}
.data-info__inner > div:nth-child(6) .data-info__body > .left {
  flex-basis: 80%;
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(6) .data-info__body > .right {
    display: none;
  }
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(6) .data-info__ttl {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(6) .data-info__ttl img:first-child {
    width: 68%;
  }
}
.data-info__inner > div:nth-child(6) .data-info__ttl img:last-child {
  display: none;
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(6) .data-info__ttl img:last-child {
    display: block;
    width: 30%;
  }
}
.data-info__inner > div:nth-child(6) .data-info__txt {
  width: 84%;
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(6) .data-info__txt {
    width: 100%;
  }
}
.data-info__inner > div:nth-child(6) .data-info__img {
  position: absolute;
  width: 35%;
  bottom: 20px;
  right: 20px;
}
.data-info__inner > div:nth-child(7) {
  grid-column: span 3/span 3;
  grid-column-start: 4;
  grid-row-start: 3;
}
.data-info__inner > div:nth-child(7) .data-info__body > .left {
  flex-basis: 80%;
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(7) .data-info__body > .right {
    display: none;
  }
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(7) .data-info__ttl {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(7) .data-info__ttl img:first-child {
    width: 68%;
  }
}
.data-info__inner > div:nth-child(7) .data-info__ttl img:last-child {
  display: none;
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(7) .data-info__ttl img:last-child {
    display: block;
    width: 30%;
  }
}
.data-info__inner > div:nth-child(7) .data-info__txt {
  width: 84%;
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(7) .data-info__txt {
    width: 100%;
  }
}
.data-info__inner > div:nth-child(7) .data-info__img {
  position: absolute;
  width: 33%;
  bottom: 20px;
  right: 20px;
}
.data-info__inner > div:nth-child(8) {
  grid-column: span 3/span 3;
  grid-row-start: 4;
}
.data-info__inner > div:nth-child(8) .data-info__body > .left {
  flex-basis: 80%;
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(8) .data-info__body > .right {
    display: none;
  }
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(8) .data-info__ttl {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(8) .data-info__ttl img:first-child {
    width: 68%;
  }
}
.data-info__inner > div:nth-child(8) .data-info__ttl img:last-child {
  display: none;
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(8) .data-info__ttl img:last-child {
    display: block;
    width: 30%;
  }
}
.data-info__inner > div:nth-child(8) .data-info__txt {
  width: 84%;
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(8) .data-info__txt {
    width: 100%;
  }
}
.data-info__inner > div:nth-child(8) .data-info__img {
  position: absolute;
  width: 33%;
  bottom: 20px;
  right: 20px;
}
.data-info__inner > div:nth-child(9) {
  grid-column: span 3/span 3;
  grid-column-start: 4;
  grid-row-start: 4;
}
.data-info__inner > div:nth-child(10) {
  grid-column: span 3/span 3;
  grid-row-start: 5;
}
.data-info__inner > div:nth-child(10) .data-info__ttl {
  width: 80%;
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(10) .data-info__ttl {
    margin-top: 11%;
  }
}
@media (max-width: 767px) {
  .data-info__inner > div:nth-child(10) .data-info__ttl {
    margin-top: 0;
  }
}
.data-info__inner > div:nth-child(10) .data-info__img {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(10) .data-info__img {
    position: absolute;
    border-radius: 50%;
    width: 32%;
    top: 5%;
    right: clamp(10px, 1.3037809648vw, 30px);
  }
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(10) .data-info__img img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.data-info__inner > div:nth-child(11) {
  grid-column: span 3/span 3;
  grid-column-start: 4;
  grid-row-start: 5;
}
.data-info__inner > div:nth-child(11) .data-info__ttl {
  width: 90%;
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(11) .data-info__ttl {
    margin-top: 11%;
  }
}
@media (max-width: 767px) {
  .data-info__inner > div:nth-child(11) .data-info__ttl {
    margin-top: 0;
  }
}
.data-info__inner > div:nth-child(12) {
  grid-column: span 2/span 2;
  grid-row-start: 6;
}
.data-info__inner > div:nth-child(12) .data-info__ttl {
  width: 95%;
}
.data-info__inner > div:nth-child(12) .data-info__img {
  position: absolute;
  width: 28%;
  top: 20px;
  right: 20px;
}
.data-info__inner > div:nth-child(13) {
  grid-column: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 6;
}
.data-info__inner > div:nth-child(13) .data-info__ttl {
  width: 90%;
}
.data-info__inner > div:nth-child(13) .data-info__img {
  position: absolute;
  width: 34%;
  top: clamp(10px, 1.3037809648vw, 20px);
  right: clamp(10px, 1.3037809648vw, 20px);
}
.data-info__inner > div:nth-child(14) {
  grid-column: span 2/span 2;
  grid-column-start: 5;
  grid-row-start: 6;
}
.data-info__inner > div:nth-child(14) .data-info__ttl {
  width: 75%;
}
.data-info__inner > div:nth-child(14) .data-info__img {
  position: absolute;
  width: 28%;
  top: 18px;
  right: 15px;
}
.data-info__inner > div:nth-child(15) {
  grid-column: span 3/span 3;
  grid-row-start: 7;
}
.data-info__inner > div:nth-child(15) .data-info__ttl {
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .data-info__inner > div:nth-child(15) .data-info__ttl {
    margin-top: 10%;
    margin-bottom: 20px;
  }
}
.data-info__inner > div:nth-child(15) .data-info__img {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(15) .data-info__img {
    position: absolute;
    border-radius: 50%;
    width: 32%;
    top: 5%;
    right: clamp(10px, 1.3037809648vw, 30px);
  }
}
@media (max-width: 992px) {
  .data-info__inner > div:nth-child(15) .data-info__img img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.data-info__inner > div:nth-child(16) {
  grid-column: span 3/span 3;
  grid-column-start: 4;
  grid-row-start: 7;
}
.data-info__inner > div:nth-child(16) .data-info__ttl {
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .data-info__inner > div:nth-child(16) .data-info__ttl {
    margin-bottom: 20px;
  }
}
.data-info__inner > div:nth-child(17) {
  grid-column: span 2/span 2;
  grid-row-start: 8;
}
.data-info__inner > div:nth-child(17) .data-info__ttl {
  width: 55%;
}
.data-info__inner > div:nth-child(17) .data-info__img {
  position: absolute;
  width: 30%;
  top: 30%;
  right: clamp(20px, 2.6075619296vw, 30px);
}
.data-info__inner > div:nth-child(18) {
  grid-column: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 8;
}
.data-info__inner > div:nth-child(18) .data-info__ttl {
  width: 72%;
}
.data-info__inner > div:nth-child(18) .data-info__img {
  position: absolute;
  width: 30%;
  top: 30%;
  right: clamp(20px, 2.6075619296vw, 30px);
}
.data-info__inner > div:nth-child(19) {
  grid-column: span 2/span 2;
  grid-column-start: 5;
  grid-row-start: 8;
}
.data-info__inner > div:nth-child(19) .data-info__ttl {
  width: 72%;
}
.data-info__inner > div:nth-child(19) .data-info__img {
  position: absolute;
  width: 20%;
  top: 25%;
  right: clamp(20px, 2.6075619296vw, 40px);
}
.data-info__num {
  font-family: "Josefin Sans", serif;
  display: inline-block;
  background: #009944;
  color: #fff;
  border-radius: 100vh;
  font-size: clamp(10px, 1.3037809648vw, 14px);
  padding: 10px 1em 5px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .data-info__num {
    font-size: 3vw;
  }
}
.data-info__ttl {
  margin-bottom: clamp(10px, 1.3037809648vw, 30px);
  position: relative;
  z-index: 1;
}
.data-info__body {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .data-info__body {
    display: block;
  }
}
.data-info__body .left {
  flex-basis: 54%;
}
.data-info__body .right {
  flex-basis: 43%;
}
.data-info__txt p {
  font-size: 14px;
  color: #009944;
  font-weight: 500;
}
@media (max-width: 992px) {
  .data-info__list {
    margin-top: 20px;
  }
}
.data-info__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
.data-info__list ul li {
  background: #E8F1CA;
  border-radius: 10px;
  text-align: center;
  color: #009944;
  font-size: clamp(9px, 0.9072580645vw, 13px);
  padding: 12px 3px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .data-info__list ul li {
    font-size: clamp(10px, 3.125vw, 13px);
  }
}
.data-info__alert {
  text-align: right;
  padding-top: 20px;
  font-size: 12px;
}

/* =================================================== *

  info

* =================================================== */
/*------------------
  info main
------------------*/
.info-main {
  padding: 150px 0 40%;
  background: url("../img/general/footer2.png") no-repeat center bottom/100%;
}
@media (max-width: 767px) {
  .info-main {
    padding: 100px 0 40%;
  }
}

/*------------------
  info box
------------------*/
.info-box:last-child {
  padding-top: clamp(70px, 9.1264667536vw, 100px);
}
.info-box__inner {
  background: #fff;
  padding: 100px clamp(50px, 6.518904824vw, 100px);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .info-box__inner {
    padding: 60px 20px;
  }
}
.info-box__ttl {
  font-size: clamp(30px, 3.9113428944vw, 35px);
  font-weight: 500;
  text-align: center;
  margin-bottom: clamp(30px, 3.9113428944vw, 50px);
}
@media (max-width: 767px) {
  .info-box__ttl {
    font-size: clamp(20px, 6.25vw, 30px);
  }
}
.info-box__list {
  margin-bottom: clamp(30px, 3.9113428944vw, 50px);
}
.info-box__list dl {
  display: grid;
  grid-template-columns: 10em 1fr;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .info-box__list dl {
    display: block;
  }
}
.info-box__list dl dt {
  border-bottom: solid 1px #000;
  padding: 20px;
}
@media (max-width: 767px) {
  .info-box__list dl dt {
    padding: 0 0 10px 0;
  }
}
.info-box__list dl dd {
  border-bottom: solid 1px #000;
  padding: 20px;
}
@media (max-width: 767px) {
  .info-box__list dl dd {
    border-bottom: none;
    padding: 10px 0 2em 0;
  }
}
.info-box__list dl dd dl {
  display: block;
}
.info-box__list dl dd dl dt {
  border-bottom: none;
  padding: 0;
}
.info-box__list dl dd dl dd {
  border-bottom: none;
  padding: 0;
}
.info-box__list dl dd dl dd:not(:last-child) {
  margin-bottom: 1em;
}
.info-box__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .info-box__link {
    flex-direction: column;
  }
}
.info-box__link a {
  flex-basis: 30%;
  display: block;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .info-box__link a {
    flex-basis: 45%;
  }
}
@media (max-width: 767px) {
  .info-box__link a {
    width: 80%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .info-box__link a:hover {
    opacity: 0.5;
  }
}
.info-box__alert {
  text-align: right;
  margin-top: 10px;
  margin-right: 20px;
}

#info-sogo .info-box__ttl {
  color: #23B5BB;
}
#info-sogo .info-box__list dt {
  color: #23B5BB;
}

#info-fukushi .info-box__ttl {
  color: #EF8200;
}
#info-fukushi .info-box__list dt {
  color: #EF8200;
}

/* =================================================== *

  faq

* =================================================== */
/*------------------
  faq main
------------------*/
.faq-main {
  padding: 150px 0 40%;
  background: url("../img/general/footer2.png") no-repeat center bottom/100%;
}
@media (max-width: 767px) {
  .faq-main {
    padding: 100px 0 45%;
  }
}

/*------------------
  faq wrap
------------------*/
.faq-wrap + .faq-wrap {
  padding-top: clamp(70px, 9.1264667536vw, 100px);
}
.faq-wrap__ttl {
  font-size: clamp(22px, 2.8683181226vw, 35px);
  text-align: center;
  color: #009944;
  font-weight: 500;
}

/*------------------
  faq box
------------------*/
.faq-box {
  border-bottom: solid 1px #009944;
  position: relative;
}
.faq-box__q {
  color: #009944;
  font-size: 22px;
  cursor: pointer;
  font-weight: 500;
  padding: 50px 3em;
}
@media (max-width: 767px) {
  .faq-box__q {
    padding: 30px 2.5em 30px 2em;
    font-size: 18px;
  }
}
.faq-box__q::before {
  position: absolute;
  content: "Q";
  left: 0;
  top: 50px;
  font-size: 35px;
  font-family: "Josefin Sans", serif;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .faq-box__q::before {
    top: 30px;
    font-size: clamp(20px, 6.25vw, 30px);
  }
}
.faq-box__q span {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 40px;
}
.faq-box__q span::before {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -10px;
  content: "OPEN";
  font-size: 12px;
  font-family: "Josefin Sans", serif;
}
.faq-box__q span > span {
  transition: 0.3s;
}
.faq-box__q span > span::before {
  content: "";
}
.faq-box__q span > span:first-child {
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: #009944;
}
@media (max-width: 767px) {
  .faq-box__q span > span:first-child {
    width: 20px;
    top: 20%;
  }
}
.faq-box__q span > span:last-child {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background: #009944;
}
@media (max-width: 767px) {
  .faq-box__q span > span:last-child {
    height: 20px;
    top: -5%;
  }
}
.faq-box__q.open span::before {
  content: "CLOSE";
}
.faq-box__q.open span > span::before {
  content: "";
}
.faq-box__q.open span > span:first-child {
  display: none;
}
.faq-box__q.open span > span:last-child {
  transform: translateX(-50%) rotate(90deg);
}
.faq-box__a {
  position: relative;
  display: none;
  padding: 0 4em 50px 4em;
}
@media (max-width: 767px) {
  .faq-box__a {
    padding: 0 4.5em 30px 2.5em;
  }
}
.faq-box__a::before {
  position: absolute;
  content: "A";
  left: 0;
  top: 0;
  font-size: 35px;
  color: #009944;
  font-family: "Josefin Sans", serif;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .faq-box__a::before {
    font-size: clamp(20px, 6.25vw, 30px);
  }
}