@font-face {
  font-family: "ryoden";
  src: url("../assets/ryoden.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-variant-ligatures: normal;
}
:root {
  color-scheme: light;
}

html {
  width: 100%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 80px;
  font-optical-sizing: auto;
}
@media screen and (max-width: 824px ) {
  html {
    scroll-padding-top: 64px;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
html p {
  font-size: 0.875em;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-align: justify;
  text-align-last: left;
}

body {
  block-size: 100%;
  color: rgba(0, 0, 0, 0.85);
}

.cont {
  width: clamp(0px, 100% - 96px, 1120px);
  margin: auto;
}

.cont.thin {
  width: clamp(0px, 100% - 96px, 1120px);
  margin: auto;
}
@media screen and (max-width: 824px ) {
  .cont.thin {
    width: clamp(0px, 100% - 48px, 1120px);
  }
}

.cont.narrow {
  width: clamp(0px, 100% - 48px, 934px);
  margin: auto;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 80px;
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-inline-start: 48px;
  z-index: 999;
}
@media screen and (max-width: 1216px ) {
  nav {
    gap: 16px;
    padding-inline-start: 16px;
  }
}
@media screen and (max-width: 824px ) {
  nav {
    height: 64px;
  }
}
nav #logo {
  flex: 1 0 auto;
  container-type: inline-size;
  container-name: logobox;
}
nav #logo .box {
  display: block;
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
nav #logo .box .ci {
  height: auto;
  width: 234px;
}
@media screen and (max-width: 450px ) {
  nav #logo .box .ci {
    width: 200px;
  }
}
nav #logo .box .ci img {
  display: block;
  height: auto;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
nav #logo .box p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 15px;
  font-weight: 700;
  text-wrap: nowrap;
  word-break: keep-all;
}
@container logobox (width < 330px) {
  nav #logo .box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  nav #logo .box .ci {
    max-width: 234px;
    width: 100%;
  }
  nav #logo .box p {
    line-height: 1;
  }
}
nav #menutoggle {
  position: absolute;
  display: none;
  z-index: 1000;
  height: 64px;
  width: 72px;
  top: 0;
  right: 0;
  border: none;
  background: none;
}
@media screen and (max-width: 824px ) {
  nav #menutoggle {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
}
nav #menutoggle .menutoggle {
  width: 24px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.85);
  transform-origin: right;
  transition: scale 0.2s ease-out, rotate 0.2s ease-out;
}
nav #menutoggle[data-toggle=on] .menutoggle.t {
  scale: 1.1 1;
  rotate: -24deg;
}
nav #menutoggle[data-toggle=on] .menutoggle.c {
  transform-origin: center;
  scale: 0 1;
}
nav #menutoggle[data-toggle=on] .menutoggle.b {
  scale: 1.1 1;
  rotate: 24deg;
}
nav menu {
  flex: 0 1 auto;
  max-width: 811px;
  height: 100%;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  list-style: none;
  gap: 24px;
}
@media screen and (max-width: 1216px ) {
  nav menu {
    gap: 12px;
  }
}
@media screen and (max-width: 824px ) {
  nav menu {
    position: fixed;
    background-color: #fff;
    height: 100%;
    min-height: 600px;
    width: 100%;
    max-width: 100%;
    top: 10dvh;
    left: 0;
    padding: clamp(96px, 16dvh, 16dvh) 0;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    pointer-events: none;
  }
  nav menu[data-toggle=on] {
    top: 0;
    opacity: 1;
    pointer-events: all;
  }
}
nav menu li.point {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
nav menu li.point a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
  transition: color 1.5s ease-out;
}
nav menu li.point a:hover {
  color: #41974D;
  transition: color 0.2s ease-out;
}
nav menu li.point a p {
  text-align: center;
  text-align-last: center;
  line-height: 1.2;
}
nav menu li.point a p.en {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  margin-block-end: 2px;
}
@media screen and (max-width: 1216px ) {
  nav menu li.point a p.en {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 824px ) {
  nav menu li.point a p.en {
    font-size: 34px;
  }
}
nav menu li.point a p {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 824px ) {
  nav menu li.point a p {
    font-size: 15px;
  }
}
nav menu li.insta {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
nav menu li.insta a {
  display: block;
  height: 30px;
  width: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 1.5s ease-out;
  margin-inline-end: 8px;
}
nav menu li.insta a:hover {
  background-color: #41974D;
  transition: background-color 0.2s ease-out;
}
nav menu li.insta a p {
  font-family: "ryoden";
  font-optical-sizing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1;
}
nav menu li.entry {
  overflow: hidden;
}
nav menu li.entry a {
  display: block;
  height: 100%;
  width: 184px;
  background-color: #41974D;
  color: #FFFFFF;
  font-size: 20px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: background-color 0.2s ease-out;
}
@media screen and (max-width: 1216px ) {
  nav menu li.entry a {
    width: 15vw;
  }
}
@media screen and (max-width: 824px ) {
  nav menu li.entry a {
    height: 80px;
    width: 216px;
  }
}
nav menu li.entry a p {
  position: relative;
  margin-inline-end: 1.5em;
  line-height: 1;
}
nav menu li.entry a p::before {
  position: absolute;
  display: block;
  font-family: "ryoden";
  content: "arrowhead";
  color: #fff;
  font-variant-ligatures: normal;
  font-weight: normal;
  top: 0px;
  right: -2.5em;
  transition: right 0.2s ease-out;
}
nav menu li.entry a p::after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 1.2em;
  top: 8px;
  right: -1.7em;
  transform-origin: left;
  background-color: #FFFFFF;
  transition: right 0.2s ease-out, width 0.2s ease-out;
}
nav menu li.entry a:hover {
  background-color: #2A53BB;
}
nav menu li.entry a:hover p::before {
  right: -6em;
}
nav menu li.entry a:hover p::after {
  width: 5.2em;
  right: -5.7em;
}

main {
  margin-block-start: 80px;
}
@media screen and (max-width: 824px ) {
  main {
    margin-block-start: 64px;
  }
}
main section.overview {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-block-end: 140px;
}
@media screen and (max-width: 450px ) {
  main section.overview {
    margin-block-end: 80px;
  }
}
@media screen and (max-width: 450px ) {
  main section.overview.requirement {
    margin-block-end: 56px;
  }
}
main section.overview hgroup.main {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
main section.overview hgroup.main h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.2em;
  text-align-last: center;
}
main section.overview hgroup.main p {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #41974D;
  font-size: 14px;
  text-align-last: center;
  letter-spacing: 0.05em;
}
main section.overview hgroup.main p.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}
main section.overview p:not(.jot) {
  width: clamp(0px, 100%, 544px);
}

#hero {
  position: relative;
  height: clamp(480px, 100dvh - 80px, 100dvh);
  width: 100%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 824px ) {
  #hero {
    height: calc(100dvh - 64px);
  }
}
#hero #hero_img {
  position: relative;
  height: calc(100% - 96px);
  width: 100%;
}
@media screen and (max-width: 824px ) {
  #hero #hero_img {
    top: 208px;
    height: calc(100% - 208px);
  }
}
#hero #hero_img .hero_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
}
#hero #hero_img .hero_img.hi1 {
  background-image: url(./top_hero1.webp);
}
@media screen and (max-width: 824px ) {
  #hero #hero_img .hero_img.hi1 {
    background-position: 35% 0;
  }
}
#hero #hero_img .hero_img.hi2 {
  background-image: url(./top_hero2.webp);
}
@media screen and (max-width: 1216px ) {
  #hero #hero_img .hero_img.hi2 {
    background-position: 20% 0;
  }
}
@media screen and (max-width: 824px ) {
  #hero #hero_img .hero_img.hi2 {
    background-position: 10% 0;
  }
}
#hero #hero_img .hero_img.hi3 {
  background-image: url(./top_hero3.webp);
}
@media screen and (max-width: 1216px ) {
  #hero #hero_img .hero_img.hi3 {
    background-position: 20% 0;
  }
}
@media screen and (max-width: 824px ) {
  #hero #hero_img .hero_img.hi3 {
    background-position: 10% 0;
  }
}
#hero hgroup {
  position: absolute;
  right: 72px;
  bottom: 62px;
}
@media screen and (max-width: 1216px ) {
  #hero hgroup {
    right: 48px;
  }
}
@media screen and (max-width: 824px ) {
  #hero hgroup {
    width: 100%;
    right: auto;
    bottom: auto;
    top: 40px;
    left: 50%;
    translate: -50% 0;
  }
}
#hero hgroup h1 {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 824px ) {
  #hero hgroup h1 {
    display: block;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
#hero hgroup h1 img {
  filter: drop-shadow(0 0 5px #fff);
}
#hero hgroup h1 .pc {
  display: block;
}
@media screen and (max-width: 824px ) {
  #hero hgroup h1 .pc {
    display: none;
  }
}
#hero hgroup h1 .sp {
  width: 321.5px;
  display: none;
}
@media screen and (max-width: 824px ) {
  #hero hgroup h1 .sp {
    display: block;
  }
}

#front section:not(#entory) h2 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;
  line-height: 76px;
  letter-spacing: 0.03em;
}
#front section:not(#entory) h2 span {
  display: block;
}
@media screen and (max-width: 824px ) {
  #front section:not(#entory) h2 {
    font-size: 48px;
    line-height: 48px;
  }
}
#front section:not(#entory) h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  line-height: 28px;
  color: #41974D;
  letter-spacing: 0.1em;
  margin-block-start: 0.25em;
}
#front section:not(#entory) h3.ryouden {
  padding-block-start: 10px;
}
@media screen and (max-width: 824px ) {
  #front section:not(#entory) h3 {
    font-size: 17px;
    line-height: 17px;
  }
}
#front a.btn_more {
  display: block;
  position: relative;
  height: 40px;
  width: 160px;
  color: #FFFFFF;
  background-color: #41974D;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0.2em;
  overflow: hidden;
  border-radius: 20px;
  transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
#front a.btn_more span {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  transition: top 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
#front a.btn_more span:first-child {
  transform-origin: top;
  top: 0%;
}
#front a.btn_more span:last-child {
  transform-origin: bottom;
  top: -100%;
}
#front a.btn_more:hover {
  background-color: #2A53BB;
}
#front a.btn_more:hover span:first-child {
  top: 100%;
}
#front a.btn_more:hover span:last-child {
  top: 0%;
}

#front section.about {
  margin-block-start: 80px;
  margin-block-end: 110px;
}
@media screen and (max-width: 824px ) {
  #front section.about {
    margin-block-start: 56px;
    margin-block-end: 60px;
  }
}
#front section.about .content {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 824px ) {
  #front section.about .content {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
  }
}
#front section.about .content h3 {
  margin-block-start: 1em;
}
#front section.about .content .texts {
  flex: 0 0 calc(50% - 1em);
}

#front section.constructions {
  width: 100%;
}
#front section.constructions .content {
  height: auto;
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
}
@media screen and (max-width: 824px ) {
  #front section.constructions .content {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
  }
}
#front section.constructions .construction {
  position: relative;
  height: 560px;
  flex: 1 0 auto;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: aqua;
}
@media screen and (max-width: 824px ) {
  #front section.constructions .construction {
    width: clamp(300px, 100%, 560px);
  }
}
#front section.constructions .construction.ace {
  background-image: url(./top_construction_ace.webp);
}
#front section.constructions .construction.che {
  background-image: url(./top_construction_che.webp);
}
#front section.constructions .construction.fae {
  background-image: url(./top_construction_fae.webp);
}
#front section.constructions .construction hgroup {
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-block: 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
#front section.constructions .construction hgroup h4 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.34em;
}
@media screen and (max-width: 824px ) {
  #front section.constructions .construction hgroup h4 {
    font-size: 25px;
  }
}
#front section.constructions .construction hgroup p {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align-last: center;
}
@media screen and (max-width: 824px ) {
  #front section.constructions .construction hgroup p {
    font-size: 12px;
  }
}

#front section.works {
  position: relative;
  padding-block-start: 184px;
}
@media screen and (max-width: 450px ) {
  #front section.works {
    padding-block-start: 96px;
  }
}
#front section.works .content {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 48px;
}
@media screen and (max-width: 824px ) {
  #front section.works .content {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 64px;
  }
}
#front section.works .content .description {
  flex: 0 0 256px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}
#front section.works .content .description hgroup h3 {
  padding-block-start: 10px;
}
@media screen and (max-width: 824px ) {
  #front section.works .content .description {
    padding-inline: 24px;
  }
}
#front section.works .content .occupations {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-block-end: 110px;
  width: clamp(300px, 100%, 736px);
  gap: 8px;
  z-index: 2;
}
@media screen and (max-width: 824px ) {
  #front section.works .content .occupations {
    margin-block-end: 160px;
  }
}
#front section.works .content .occupations a.occupation_btn {
  position: relative;
  display: block;
  height: 352px;
  text-decoration: none;
  container-type: inline-size;
  container-name: occupation_btn;
  overflow: hidden;
}
#front section.works .content .occupations a.occupation_btn hgroup {
  position: absolute;
  top: 30px;
  display: inline-block;
  height: 104px;
  width: 296px;
  background-color: #FFFFFF;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 10;
}
#front section.works .content .occupations a.occupation_btn hgroup h4 {
  color: rgba(0, 0, 0, 0.85);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#front section.works .content .occupations a.occupation_btn hgroup p {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  color: #41974D;
  letter-spacing: 0;
}
@container occupation_btn (width <=600px) {
  #front section.works .content .occupations a.occupation_btn hgroup {
    height: 80px;
    width: 224px;
    gap: 8px;
  }
  #front section.works .content .occupations a.occupation_btn hgroup h4 {
    font-size: 20px;
    line-height: 1.2;
  }
  #front section.works .content .occupations a.occupation_btn hgroup p {
    font-size: 10px;
    line-height: 1.2;
  }
}
#front section.works .content .occupations a.occupation_btn .occupation_bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  transform-origin: top center;
  scale: 1.06;
}
#front section.works .content .occupations a.occupation_btn:nth-child(odd) hgroup {
  right: 30px;
}
@container occupation_btn (width <=600px) {
  #front section.works .content .occupations a.occupation_btn:nth-child(odd) .occupation_bg {
    background-position: 20% 0;
    scale: 1;
  }
  #front section.works .content .occupations a.occupation_btn:nth-child(odd) hgroup {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}
#front section.works .content .occupations a.occupation_btn:nth-child(even) hgroup {
  left: 30px;
}
@container occupation_btn (width <=600px) {
  #front section.works .content .occupations a.occupation_btn:nth-child(even) .occupation_bg {
    background-position: 80% 0;
    scale: 1;
  }
  #front section.works .content .occupations a.occupation_btn:nth-child(even) hgroup {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}
#front section.works .scroll_text_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  display: flex;
}
#front section.works .scroll_text_wrapper p {
  white-space: nowrap;
  word-break: keep-all;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: inline;
  font-size: 200px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(65, 151, 77, 0.15);
  user-select: none;
}
@media screen and (max-width: 824px ) {
  #front section.works .scroll_text_wrapper p {
    font-size: 130px;
  }
}
#front section.works .scroll_text_wrapper p.first {
  animation: tsfirst 600s infinite linear 0.1s both;
}
#front section.works .scroll_text_wrapper p.second {
  animation: tssecond 600s infinite linear 0.1s both;
}

@keyframes tsfirst {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes tssecond {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
#front section.environment {
  position: relative;
  padding-block-start: 184px;
}
@media screen and (max-width: 824px ) {
  #front section.environment {
    padding-block-start: 32px;
  }
}
#front section.environment .image {
  width: 100%;
  height: 584px;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(./top_works.webp);
}
@media screen and (max-width: 824px ) {
  #front section.environment .image {
    height: 560px;
  }
}
#front section.environment .works_cont {
  margin-inline-end: 48px;
  padding-block-start: 78px;
  width: clamp(240px, 100% - 48px, 967px);
  background-color: #FFFFFF;
  margin-block-start: -160px;
}
@media screen and (max-width: 824px ) {
  #front section.environment .works_cont {
    margin-inline-end: 24px;
    width: clamp(240px, 100% - 24px, 967px);
    margin-block-start: -56px;
  }
}
@media screen and (max-width: 450px ) {
  #front section.environment .works_cont {
    margin-inline-end: 0px;
    width: clamp(240px, 100% - 24px, 967px);
    margin-block-start: 0px;
  }
}
#front section.environment .works_cont .content {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: clamp(100px, 100%, 670px);
  gap: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 824px ) {
  #front section.environment .works_cont .content {
    width: clamp(100px, 100% - 72px, 670px);
    margin-inline-start: 48px;
    margin-inline-end: 24px;
  }
}
@media screen and (max-width: 450px ) {
  #front section.environment .works_cont .content {
    width: clamp(100px, 100% - 72px + 48px, 670px);
    margin-inline-start: 24px;
    margin-inline-end: 0px;
  }
}

section#entory {
  background: linear-gradient(0deg, #41974D 0%, #41974D 40%, #FFFFFF 40%, #FFFFFF 100%);
  padding-block: 230px 86px;
}
@media screen and (max-width: 824px ) {
  section#entory {
    padding-block: 96px 72px;
  }
}
section#entory #joinus {
  width: clamp(100px, 100% - 96px, 928px);
  background-color: #E8F3EA;
  border-radius: 15px;
  padding-block: 60px 80px;
  margin-inline: auto;
}
@media screen and (max-width: 824px ) {
  section#entory #joinus {
    padding: 40px;
  }
}
section#entory #joinus hgroup {
  position: relative;
  text-align: center;
  margin-inline: auto;
  width: 100%;
}
section#entory #joinus hgroup div {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 824px ) {
  section#entory #joinus hgroup div {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }
}
section#entory #joinus hgroup div h3 {
  font-size: 22px;
  line-height: 1.5;
  color: #41974D;
  letter-spacing: 0.3em;
  margin-block-end: 16px;
}
section#entory #joinus hgroup div h3 span {
  white-space: nowrap;
}
@media screen and (max-width: 824px ) {
  section#entory #joinus hgroup div h3 {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-block-end: 32px;
  }
  section#entory #joinus hgroup div h3 span {
    display: block;
  }
}
section#entory #joinus hgroup h4 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 100px;
  color: #FFFFFF;
  user-select: none;
  padding-block-end: 16px;
}
@media screen and (max-width: 824px ) {
  section#entory #joinus hgroup h4 {
    font-size: 60px;
    padding-block-end: calc(0.4em + 32px);
    margin-inline: -1em;
  }
}
section#entory #joinus .buttons {
  padding-inline: 96px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
}
@media screen and (max-width: 824px ) {
  section#entory #joinus .buttons {
    padding-inline: 0;
    gap: 8px;
  }
}
section#entory #joinus .buttons a.joinusbutton {
  position: relative;
  height: 104px;
  width: 100%;
  border: 1px solid #41974D;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  transition: background-color 0.4s ease-out;
}
@media screen and (max-width: 824px ) {
  section#entory #joinus .buttons a.joinusbutton {
    height: 120px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
section#entory #joinus .buttons a.joinusbutton.gr {
  background-color: #E8F3EA;
}
section#entory #joinus .buttons a.joinusbutton.gr p {
  color: #41974D;
}
section#entory #joinus .buttons a.joinusbutton.gr:hover {
  background-color: #41974D;
}
section#entory #joinus .buttons a.joinusbutton.gr:hover p {
  color: #FFFFFF;
}
section#entory #joinus .buttons a.joinusbutton.bl {
  background-color: #41974D;
}
section#entory #joinus .buttons a.joinusbutton.bl p {
  color: #FFFFFF;
}
section#entory #joinus .buttons a.joinusbutton.bl:hover {
  background-color: #2A53BB;
}
section#entory #joinus .buttons a.joinusbutton > p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  padding-inline: 48px;
}
@media screen and (max-width: 824px ) {
  section#entory #joinus .buttons a.joinusbutton > p {
    padding-inline: 0;
    padding-block: 8px;
  }
}
section#entory #joinus .buttons a.joinusbutton .subtexts {
  position: absolute;
  height: 100%;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  overflow: hidden;
}
@media screen and (max-width: 824px ) {
  section#entory #joinus .buttons a.joinusbutton .subtexts {
    position: relative;
    height: initial;
    text-align: center;
  }
}
section#entory #joinus .buttons a.joinusbutton .subtexts p {
  position: absolute;
  letter-spacing: 0.06em;
  top: 50%;
  translate: 0 -50%;
}
section#entory #joinus .buttons a.joinusbutton .subtexts p:first-child {
  font-size: 15px;
  right: 48px;
  transition: opacity 0.4s ease-out;
}
section#entory #joinus .buttons a.joinusbutton .subtexts p:last-child {
  font-size: 20px;
  right: -100px;
  transition: right 0.6s cubic-bezier(0.5, 1.5, 0.5, 1);
}
@media screen and (max-width: 824px ) {
  section#entory #joinus .buttons a.joinusbutton .subtexts p {
    position: relative;
    display: inline-block;
    top: auto;
    translate: none;
  }
  section#entory #joinus .buttons a.joinusbutton .subtexts p:first-child {
    font-size: 15px;
    text-align: center;
    text-align-last: center;
    right: auto;
    left: auto;
  }
  section#entory #joinus .buttons a.joinusbutton .subtexts p:last-child {
    display: none;
  }
}
section#entory #joinus .buttons a.joinusbutton:hover {
  transition: background-color 0.2s ease-out;
}
section#entory #joinus .buttons a.joinusbutton:hover .subtexts p:first-child {
  opacity: 0;
}
@media screen and (max-width: 824px ) {
  section#entory #joinus .buttons a.joinusbutton:hover .subtexts p:first-child {
    opacity: 1;
  }
}
section#entory #joinus .buttons a.joinusbutton:hover .subtexts p:last-child {
  right: 48px;
}

header {
  height: 296px;
  width: 100%;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  padding-block: 40px;
  margin-block-end: 160px;
}
@media screen and (max-width: 824px ) {
  header {
    margin-block-end: 72px;
  }
}
header.works {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(./header_works.webp);
}
header.environment {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(./header_environment.webp);
}
header.guideline {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(./header_guideline.webp);
}
header.entry {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(./header_entry.webp);
}
@media screen and (max-width: 824px ) {
  header {
    padding-block: 16px;
  }
}
header .cont {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 824px ) {
  header .cont {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-block-end: 16px;
  }
}
header hgroup h1 {
  color: #FFFFFF;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 72px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 824px ) {
  header hgroup h1 {
    font-size: 47px;
  }
}
header hgroup p {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 824px ) {
  header hgroup p {
    font-size: 16px;
  }
}
header ul {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
}
@media screen and (max-width: 824px ) {
  header ul {
    bottom: auto;
    top: 0;
  }
}
header ul li {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}
header ul li > * {
  color: #FFFFFF;
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
}
header ul li > a {
  transition: color 0.4s ease-out;
}
header ul li > a:hover {
  color: #00ff00;
  transition: color 0.2s ease-out;
}
header ul li:not(:first-child) {
  margin-inline-start: 1.25em;
}
@media screen and (max-width: 824px ) {
  header ul li:not(:first-child) {
    margin-inline-start: 0.75em;
  }
}
header ul li:not(:first-child)::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 1.5em;
  background-color: #FFFFFF;
  margin-inline-end: 1.25em;
}
@media screen and (max-width: 824px ) {
  header ul li:not(:first-child)::before {
    width: 0.75em;
    margin-inline-end: 0.75em;
  }
}

footer {
  background-color: #41974D;
  padding-block-end: 120px;
}
@media screen and (max-width: 824px ) {
  footer {
    padding-block-end: 72px;
  }
}

#footer_conteiner {
  display: grid;
  grid-template-rows: 1fr 30px;
  grid-template-columns: 1fr 1fr;
  row-gap: 72px;
}
@media screen and (max-width: 824px ) {
  #footer_conteiner {
    grid-template-rows: auto 30px 1fr 30px;
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
}
#footer_conteiner a {
  text-decoration: none;
}
#footer_conteiner .info {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
}
@media screen and (max-width: 824px ) {
  #footer_conteiner .info {
    grid-row: 3;
    grid-column: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
#footer_conteiner .info .footer_logo {
  display: block;
  height: 48px;
  width: 280px;
  transition: opacity 0.4s ease-out;
}
#footer_conteiner .info .footer_logo:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
}
#footer_conteiner .info p {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.2;
}
#footer_conteiner .insta {
  grid-row: 2;
  grid-column: 1;
}
@media screen and (max-width: 824px ) {
  #footer_conteiner .insta {
    grid-row: 2;
    grid-column: 1;
  }
}
#footer_conteiner .insta a {
  background-color: #FFFFFF;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s ease-out;
}
#footer_conteiner .insta a:hover {
  background-color: #00ff00;
  transition: background-color 0.2s ease-out;
}
@media screen and (max-width: 824px ) {
  #footer_conteiner .insta a {
    margin-inline: auto;
  }
}
#footer_conteiner .insta a p {
  color: #41974D;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "ryoden";
  font-optical-sizing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer_conteiner .footer_menu {
  grid-row: 1;
  grid-column: 2;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 824px ) {
  #footer_conteiner .footer_menu {
    grid-row: 1;
    grid-column: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
#footer_conteiner .footer_menu menu {
  list-style: none;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 190px 190px;
  row-gap: 1em;
}
@media screen and (max-width: 824px ) {
  #footer_conteiner .footer_menu menu {
    grid-template-columns: 1fr 1fr;
  }
}
#footer_conteiner .footer_menu menu a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 15px;
  transition: color 0.4s ease-out;
}
#footer_conteiner .footer_menu menu a:hover {
  color: #00ff00;
  transition: color 0.2s ease-out;
}
#footer_conteiner .cr {
  grid-row: 2;
  grid-column: 2;
}
@media screen and (max-width: 824px ) {
  #footer_conteiner .cr {
    grid-row: 4;
    grid-column: 1;
  }
}
#footer_conteiner .cr p {
  color: #FFFFFF;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  text-align-last: right;
}
@media screen and (max-width: 824px ) {
  #footer_conteiner .cr p {
    text-align-last: center;
  }
}

#workflows {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 1216px ) {
  #workflows {
    gap: 24px;
  }
}
@media screen and (max-width: 824px ) {
  #workflows {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 120px;
  }
}
#workflows div.workflow {
  flex: 0 1 50%;
}
#workflows div.workflow section.title img {
  width: 100%;
  aspect-ratio: 544/336;
  object-fit: cover;
  user-select: none;
}
#workflows div.workflow section.title hgroup.workflow {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 0.75em;
  margin-block-start: 48px;
  margin-block-end: 32px;
}
@media screen and (max-width: 824px ) {
  #workflows div.workflow section.title hgroup.workflow {
    margin-block: 30px;
    gap: 0.5em;
  }
}
#workflows div.workflow section.title hgroup.workflow h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  letter-spacing: 0.1em;
  text-align-last: center;
}
@media screen and (max-width: 824px ) {
  #workflows div.workflow section.title hgroup.workflow h3 {
    font-size: 24px;
  }
}
#workflows div.workflow section.title hgroup.workflow p {
  width: 100%;
  color: #41974D;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align-last: center;
}
#workflows div.workflow section.title > p {
  padding-inline: 24px;
  width: clamp(0px, 100%, 400px);
  margin-inline: auto;
}
#workflows div.workflow section.flow h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #FFFFFF;
  background-color: #41974D;
  height: 52px;
  width: clamp(0px, 100%, 352px);
  text-align: center;
  margin-inline: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-block: 72px;
}
@media screen and (max-width: 824px ) {
  #workflows div.workflow section.flow h4 {
    margin-block-start: 42px;
    margin-block-end: 36px;
    height: 48px;
    width: clamp(0px, 100%, 306px);
  }
}
#workflows div.workflow section.flow h4 p {
  font-size: 19px;
}
#workflows div.workflow section.flow h4 span {
  font-size: 15px;
}
#workflows div.workflow section.flow ul.workflow {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#workflows div.workflow section.flow ul.workflow li {
  position: relative;
  width: 100%;
  container-type: inline-size;
  container-name: workflowli;
}
#workflows div.workflow section.flow ul.workflow li::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  border-radius: 9px;
  background-color: #41974D;
  top: 6px;
}
#workflows div.workflow section.flow ul.workflow li:first-child::after {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  background-color: #FFFFFF;
  top: -12px;
}
@media screen and (max-width: 450px ) {
  #workflows div.workflow section.flow ul.workflow li:last-child div.flowblock {
    padding-block-end: 64px;
  }
}
@media screen and (max-width: 824px ) {
  #workflows div.workflow section.flow ul.workflow li {
    width: calc(100% - 18px);
    margin-inline-start: 18px;
  }
}
#workflows div.workflow section.flow ul.workflow li div.flowblock {
  width: clamp(0px, 100%, 488px);
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5em;
  padding-inline: 36px;
  height: 35.5em;
  margin-inline: auto;
}
@media screen and (max-width: 1216px ) {
  #workflows div.workflow section.flow ul.workflow li div.flowblock {
    padding-inline: 18px;
  }
}
@media screen and (max-width: 824px ) {
  #workflows div.workflow section.flow ul.workflow li div.flowblock {
    padding-block-end: 128px;
    height: auto;
  }
}
@media screen and (max-width: 450px ) {
  #workflows div.workflow section.flow ul.workflow li div.flowblock {
    padding-inline-start: 42px;
  }
}
#workflows div.workflow section.flow ul.workflow li div.flowblock h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #41974D;
  font-size: 22px;
  line-height: 1;
  margin-block-end: 0.5em;
}
#workflows div.workflow section.flow ul.workflow li div.flowblock img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  user-select: none;
}
@media screen and (max-width: 450px ) {
  #workflows div.workflow section.flow ul.workflow li div.flowblock img {
    aspect-ratio: 256/176;
  }
}
#workflows div.workflow section.flow ul.workflow li div.flowblock p {
  width: clamp(0px, 100%, 352px);
}
@media screen and (max-width: 824px ) {
  @container workflowli (606px < width <=758px) {
    #workflows div.workflow section.flow ul.workflow li div.flowblock {
      width: clamp(0px, 100%, 100%);
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: flex-start;
      padding-inline: 24px;
      padding-block-end: 72px;
    }
    #workflows div.workflow section.flow ul.workflow li div.flowblock h5 {
      width: 100%;
    }
    #workflows div.workflow section.flow ul.workflow li div.flowblock img {
      width: calc((100% - 24px) / 2);
      aspect-ratio: 4/3;
    }
    #workflows div.workflow section.flow ul.workflow li div.flowblock p {
      width: calc((100% - 24px) / 2);
    }
  }
  @container workflowli (381px < width <=606px) {
    #workflows div.workflow section.flow ul.workflow li div.flowblock {
      width: clamp(0px, 100%, 488px);
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      gap: 1.5em;
      padding-inline-start: 36px;
      padding-inline-end: 18px;
    }
    #workflows div.workflow section.flow ul.workflow li div.flowblock h5 {
      width: auto;
    }
    #workflows div.workflow section.flow ul.workflow li div.flowblock img {
      width: 100%;
      aspect-ratio: 2/1;
    }
    #workflows div.workflow section.flow ul.workflow li div.flowblock p {
      width: clamp(0px, 100%, 352px);
    }
  }
}
#workflows div.workflow:first-child section.title img {
  object-position: center left;
}
#workflows div.workflow:first-child section.flow ul.workflow li {
  border-left: 3px solid #41974D;
}
#workflows div.workflow:first-child section.flow ul.workflow li::before {
  left: -10px;
}
#workflows div.workflow:first-child section.flow ul.workflow li:first-child::after {
  left: -10px;
}
#workflows div.workflow:last-child section.title img {
  object-position: center right;
}
#workflows div.workflow:last-child section.flow ul.workflow li {
  border-right: 3px solid #41974D;
}
@media screen and (max-width: 824px ) {
  #workflows div.workflow:last-child section.flow ul.workflow li {
    border-right: none;
    border-left: 3px solid #41974D;
  }
}
#workflows div.workflow:last-child section.flow ul.workflow li:before {
  right: -10px;
}
@media screen and (max-width: 824px ) {
  #workflows div.workflow:last-child section.flow ul.workflow li:before {
    right: auto;
    left: -10px;
  }
}
#workflows div.workflow:last-child section.flow ul.workflow li:first-child::after {
  right: -10px;
}
@media screen and (max-width: 824px ) {
  #workflows div.workflow:last-child section.flow ul.workflow li:first-child::after {
    right: auto;
    left: -10px;
  }
}

section#welfarelist ul.welfarelist {
  width: 100%;
  list-style: none;
}
section#welfarelist ul.welfarelist li.welfare {
  height: 584px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 1216px ) {
  section#welfarelist ul.welfarelist li.welfare {
    height: 460px;
  }
}
@media screen and (max-width: 824px ) {
  section#welfarelist ul.welfarelist li.welfare {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: initial;
  }
}
section#welfarelist ul.welfarelist li.welfare > div {
  height: 100%;
  flex: 0 0 50%;
}
section#welfarelist ul.welfarelist li.welfare > div.explanatory {
  background-color: #E8F3EA;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-inline: 48px;
}
@media screen and (max-width: 824px ) {
  section#welfarelist ul.welfarelist li.welfare > div.explanatory {
    flex: 0 0 376px;
  }
}
section#welfarelist ul.welfarelist li.welfare > div.explanatory .texts {
  width: clamp(0px, 100%, 384px);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1216px ) {
  section#welfarelist ul.welfarelist li.welfare > div.explanatory .texts {
    gap: 24px;
  }
}
@media screen and (max-width: 824px ) {
  section#welfarelist ul.welfarelist li.welfare > div.explanatory .texts {
    gap: 16px;
  }
}
section#welfarelist ul.welfarelist li.welfare > div.explanatory .texts hgroup h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
}
section#welfarelist ul.welfarelist li.welfare > div.explanatory .texts hgroup p {
  color: #41974D;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
section#welfarelist ul.welfarelist li.welfare > div.photo {
  position: relative;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: beige;
  height: 584px;
  user-select: none;
}
section#welfarelist ul.welfarelist li.welfare > div.photo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
@media screen and (max-width: 1216px ) {
  section#welfarelist ul.welfarelist li.welfare > div.photo {
    height: 460px;
  }
}
@media screen and (max-width: 824px ) {
  section#welfarelist ul.welfarelist li.welfare > div.photo {
    flex: 0 0 312px;
  }
}
section#welfarelist ul.welfarelist li.welfare:nth-child(odd) .explanatory {
  order: 0;
}
section#welfarelist ul.welfarelist li.welfare:nth-child(odd) .photo {
  order: 1;
}
section#welfarelist ul.welfarelist li.welfare:nth-child(even) .explanatory {
  order: 1;
}
@media screen and (max-width: 824px ) {
  section#welfarelist ul.welfarelist li.welfare:nth-child(even) .explanatory {
    order: 0;
  }
}
section#welfarelist ul.welfarelist li.welfare:nth-child(even) .photo {
  order: 0;
}
@media screen and (max-width: 824px ) {
  section#welfarelist ul.welfarelist li.welfare:nth-child(even) .photo {
    order: 1;
  }
}

section#staffvoice section.voices {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-block-start: -40px;
}
section#staffvoice section.voices ul.voices {
  width: clamp(0px, 100%, 928px);
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
  list-style: none;
}
@media screen and (max-width: 824px ) {
  section#staffvoice section.voices ul.voices {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 56px;
  }
}
section#staffvoice section.voices ul.voices li {
  flex: 0 1 clamp(0px, 100%, 256px);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 824px ) {
  section#staffvoice section.voices ul.voices li {
    width: 248px;
  }
}
section#staffvoice section.voices ul.voices li img {
  aspect-ratio: 1;
}
section#staffvoice section.voices ul.voices li div.voice {
  position: relative;
  border: 1px solid #41974D;
  border-radius: 10px;
  padding: 20px 22px;
}
section#staffvoice section.voices ul.voices li div.voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 20px;
  width: 20px;
  border-top: 1.5px solid #41974D;
  border-right: 1.5px solid #41974D;
  background-color: #FFFFFF;
  transform: scale(0.7, 1.2) rotate(-45deg) translate(2px, -50%);
}

section#jobtypes ul.jobtypes {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  list-style: none;
  gap: 32px;
}
@media screen and (max-width: 824px ) {
  section#jobtypes ul.jobtypes {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 56px;
  }
}
section#jobtypes ul.jobtypes li {
  flex: 0 1 calc(50% - 16px);
}
@media screen and (max-width: 824px ) {
  section#jobtypes ul.jobtypes li {
    width: clamp(0px, 100%, 544px);
  }
}
section#jobtypes ul.jobtypes li a {
  display: block;
}
section#jobtypes ul.jobtypes li a.void {
  cursor: default;
}
section#jobtypes ul.jobtypes li a div.photo {
  position: relative;
  height: 336px;
  overflow: hidden;
  transition: border-radius 0.4s ease-out;
}
@media screen and (max-width: 824px ) {
  section#jobtypes ul.jobtypes li a div.photo {
    aspect-ratio: 354/216;
    height: auto;
  }
}
section#jobtypes ul.jobtypes li a div.photo img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
section#jobtypes ul.jobtypes li a div.title {
  position: relative;
  height: 30px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  overflow: hidden;
  margin-block-start: 12px;
}
section#jobtypes ul.jobtypes li a div.title h4 {
  color: rgba(0, 0, 0, 0.85);
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  left: 0;
  top: 0;
  transition: top 0.4s ease-out;
}
section#jobtypes ul.jobtypes li a div.title p {
  position: absolute;
  font-size: 14px;
  line-height: 30px;
  left: 0;
  top: 100%;
  transition: top 0.4s ease-out;
}
section#jobtypes ul.jobtypes li a div.title p.recruitment {
  color: #41974D;
}
section#jobtypes ul.jobtypes li a div.title p.stop {
  color: rgba(0, 0, 0, 0.4);
}
section#jobtypes ul.jobtypes li a:hover div.photo {
  border-radius: 60px;
  transition: border-radius 0.25s ease-out;
}
section#jobtypes ul.jobtypes li a:hover div.title h4 {
  top: -100%;
  transition: top 0.4s cubic-bezier(0.5, 1.8, 0.7, 0.9);
}
section#jobtypes ul.jobtypes li a:hover div.title p {
  top: 0;
  transition: top 0.4s cubic-bezier(0.5, 1.8, 0.7, 0.9);
}

section#requirements section.requirement_detail div.photo {
  position: relative;
  aspect-ratio: 356/216;
  height: auto;
  width: 100%;
  margin-block-end: 128px;
}
@media screen and (max-width: 824px ) {
  section#requirements section.requirement_detail div.photo {
    margin-block-end: 72px;
  }
}
section#requirements section.requirement_detail div.photo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
section#requirements section.requirement_detail dl.details {
  width: clamp(0px, 100%, 784px);
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-inline: 24px;
  margin-inline: auto;
}
section#requirements section.requirement_detail dl.details div {
  width: 100%;
  padding-block: 48px;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 824px ) {
  section#requirements section.requirement_detail dl.details div {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
  }
}
section#requirements section.requirement_detail dl.details div:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
section#requirements section.requirement_detail dl.details div dt {
  flex: 0 0 26%;
  letter-spacing: 0.1em;
}
section#requirements section.requirement_detail dl.details div dt span {
  font-size: 15px;
  font-weight: 600;
  color: #41974D;
}
section#requirements section.requirement_detail dl.details div dd {
  flex: 0 0 calc(74% - 24px);
  font-size: 14px;
  letter-spacing: 0.1em;
}

section#entry_overview {
  gap: 28px;
  margin-block-end: 120px;
  container-type: inline-size;
  container-name: name;
}
@media screen and (max-width: 824px ) {
  section#entry_overview {
    padding-block-start: 0;
    margin-block-end: 72px;
  }
}
section#entry_overview.overview.entry_completion {
  margin-block-end: 0;
}
section#entry_overview.overview.entry_completion h3 {
  font-size: 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #41974D;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 824px ) {
  section#entry_overview.overview.entry_completion h3 {
    font-size: 18px;
    text-align: center;
    text-align-last: center;
  }
  section#entry_overview.overview.entry_completion h3 span {
    white-space: nowrap;
  }
}
section#entry_overview p {
  text-align: center;
  text-align-last: center;
}
section#entry_overview p span {
  white-space: nowrap;
}
@container name (width <=434px) {
  section#entry_overview p {
    text-align: justify;
    text-align-last: left;
  }
  section#entry_overview p span {
    white-space: wrap;
  }
}

section#entryform div.entryform {
  width: clamp(0px, 100%, 832px);
  padding-inline: 48px;
  margin-inline: auto;
}