/* base
---------------------------------------------------- */
html {
  scroll-behavior: smooth;
  font-size: 0.9142857143vw;
}
@media screen and (min-width: 1750px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  color: rgb(42, 42, 42);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

main {
  position: relative;
}

section {
  position: relative;
  z-index: 2;
  padding: 10rem 0;
}
@media screen and (max-width: 1749px) {
  section {
    padding: 11.25rem 0;
  }
}
@media screen and (max-width: 1199px) {
  section {
    padding: 12.5rem 0;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 80px 0;
  }
}

picture {
  display: block;
}

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

a {
  display: block;
}

/* forResponsive
---------------------------------------------------- */
.__sp {
  display: none;
}

.__tb {
  display: none;
}

.__pc {
  display: block;
}

@media screen and (max-width: 991px) {
  .__pc {
    display: none;
  }
  .__sp {
    display: none;
  }
  .__tb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .__pc {
    display: none;
  }
  .__tb {
    display: none;
  }
  .__sp {
    display: block;
  }
}
/* fontsize
---------------------------------------------------- */
p, li, a, div, dt, dd {
  font-size: 16px;
}
@media screen and (max-width: 1749px) {
  p, li, a, div, dt, dd {
    font-size: 15.2px;
  }
}
@media screen and (max-width: 991px) {
  p, li, a, div, dt, dd {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 767px) {
  p, li, a, div, dt, dd {
    font-size: 14px;
  }
}

/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .__inner {
    width: 94.375rem;
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 48px);
  }
}

.__anchor-point {
  position: absolute;
}
.__anchor-point.__content-inner {
  margin-top: -6.25rem;
}
@media screen and (max-width: 1199px) {
  .__anchor-point.__content-inner {
    margin-top: -8.75rem;
  }
}
@media screen and (max-width: 991px) {
  .__anchor-point.__content-inner {
    margin-top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .__anchor-point.__content-inner {
    margin-top: -30px;
  }
}

.sec-ttl.__style01 span {
  display: block;
}
.sec-ttl.__style01 span.__jp {
  font-weight: 700;
  letter-spacing: 0.2em;
}
.sec-ttl.__style01 span.__en {
  font-family: "Marcellus", serif;
  font-size: 10rem;
  letter-spacing: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -0.4em;
  background: linear-gradient(45deg, rgb(21, 130, 116) 20%, rgb(205, 209, 215) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec-ttl.__style01 span.__en {
    font-size: 15rem;
  }
}
.sec-ttl.__style01.__center {
  text-align: center;
}
.sec-ttl.__style01.__center span.__en {
  margin: 0 auto;
  margin-top: -0.4em;
}
.sec-ttl.__style02 span.__en {
  font-family: "Marcellus", serif;
  font-size: 19.53125vw;
  line-height: 1;
  letter-spacing: 0;
}
.sec-ttl.__style02 span.__jp {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.__link-btn a {
  font-size: 0.9em;
  font-weight: 700;
  color: #fff;
  background-color: rgb(42, 42, 42);
  border-radius: 6px;
  text-align: center;
  width: 24em;
  padding: 2.4em 0;
  margin: 0 auto;
  transition: all 0.24s;
}
@media screen and (max-width: 1199px) {
  .__link-btn a {
    width: 20em;
    padding: 2em 0;
  }
}
@media screen and (max-width: 991px) {
  .__link-btn a {
    padding: 1.6em 0;
  }
}
@media screen and (min-width: 992px) {
  .__link-btn a:hover {
    background-color: rgb(20, 129, 115);
  }
}
.__link-btn a.__newwin {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.__link-btn a.__newwin::after {
  content: url(../images/icon-newwin.svg);
  display: block;
  width: 12px;
  margin-left: 8px;
}

/* animation
---------------------------------------------------- */
.__inview-animation {
  display: block;
}
.__inview-animation.__fadeIn {
  transform: translateY(10px);
  opacity: 0;
  transition: all 1s 0.3s;
}
.__inview-animation.__inview.__fadeIn {
  transform: translateY(0);
  opacity: 1;
}

/* header
---------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  header .header-inner {
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
  }
}
header .header-logo {
  width: 160px;
  margin: 0 30px;
}
@media screen and (max-width: 1749px) {
  header .header-logo {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 136px;
  }
}
@media screen and (max-width: 991px) {
  header .header-logo {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(60vw, 104px);
    margin: 0 16px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 999;
    width: 36px;
    height: 36px;
    margin-right: 20px;
  }
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 36px;
    height: 1px;
    background-color: rgb(42, 42, 42);
    transition: margin-top 0.3s ease, transform 0.3s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -9px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 9px;
  }
  header .nav-btn.__open span {
    transition: margin-top 0.24s ease, transform 0.24s 0.06s ease;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(40deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-40deg);
  }
}
@media screen and (max-width: 767px) {
  header .nav-btn {
    width: 24px;
    height: 24px;
  }
  header .nav-btn span {
    width: 24px;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(20, 129, 115, 0.75);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    width: 240px;
    width: 100vw;
    height: 100lvh;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    margin-right: -100vw;
    opacity: 0;
    visibility: hidden;
    transition: margin-right 0s 0.6s, opacity 0.6s, visibility 0.6s;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    max-width: 600px;
    height: 0;
    background-color: rgb(21, 130, 116);
    opacity: 0.75;
    transition: height 0s 0.36s;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu nav {
    width: 80%;
    max-width: 480px;
    padding: 6% 0;
    border-top: solid 2px rgba(255, 255, 255, 0);
    border-bottom: solid 2px rgba(255, 255, 255, 0);
    transition: all 0.36s;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li {
    overflow: hidden;
    margin: 4vh auto;
  }
}
header .header-menu nav ul li a {
  text-align: center;
  position: relative;
  font-size: 0.875em;
  margin: 0 2.7em;
  padding: 0.4em 0;
  transition: color 0.36s;
}
@media screen and (max-width: 1749px) {
  header .header-menu nav ul li a {
    font-size: 0.85em;
    margin: 0 1.75em;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    display: flex;
    align-items: baseline;
    width: 100%;
    color: #fff;
    font-size: 0.96em;
    letter-spacing: 0.2em;
    margin: 0;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: color 0.36s, transform 0s 0.36s, opacity 0.36s, visibility 0.36s;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(0deg, #fff 20%, rgb(161, 189, 185) 80%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a::before {
    position: relative;
    left: 0;
    transform: translateX(0);
    margin-top: 0;
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  header .header-menu nav ul li a:hover {
    color: rgb(21, 130, 116);
  }
}
header .header-menu nav ul li.__active a::before {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    margin-right: 0;
    opacity: 1;
    visibility: visible;
    transition: margin-right 0.48s, opacity 0s, visibility 0s;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open::before {
    height: 100%;
    transition: height 0.48s 0.48s;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open nav {
    border-top: solid 2px rgb(255, 255, 255);
    border-bottom: solid 2px rgb(255, 255, 255);
    transition: all 0.6s 0.8s;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open nav ul li a {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: color 0.36s, transform 0.6s 0.8s ease, opacity 0s, visibility 0s;
  }
}

/* footer
---------------------------------------------------- */
footer {
  color: #fff;
  background-color: rgb(20, 129, 115);
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1749px) {
  footer .footer-inner {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
footer .footer-inner .footer-left .footer-logo {
  width: 240px;
  margin-top: 0.3em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 192px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    width: min(60vw, 156px);
  }
}
footer .footer-inner .footer-left .footer-address p {
  font-size: 0.875em;
  margin-top: 1em;
}
@media screen and (max-width: 1749px) {
  footer .footer-inner .footer-right {
    width: 100%;
    margin-top: 4em;
  }
}
footer .footer-inner .footer-right .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 1749px) {
  footer .footer-inner .footer-right .footer-menu ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right .footer-menu ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right .footer-menu ul li {
    text-align: center;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-menu ul li {
    text-align: start;
    width: 50%;
  }
}
footer .footer-inner .footer-right .footer-menu ul li a {
  font-size: 0.875em;
  margin: 0 2em;
  padding: 0.4em 0;
  transition: color 0.36s;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right .footer-menu ul li a {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-inner .footer-right .footer-menu ul li a:hover {
    opacity: 0.6;
  }
}
footer .footer-inner .footer-right .footer-menu ul li:last-of-type a {
  margin-right: 0;
}
footer .footer-inner .footer-right .footer-menu .other-link {
  margin-top: 3em;
}
footer .footer-inner .footer-right .footer-menu .other-link a {
  font-size: 0.875em;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
footer .footer-inner .footer-right .footer-menu .other-link a::after {
  content: url(../images/icon-newwin_light.svg);
  display: block;
  width: 12px;
  margin-left: 8px;
}
footer .footer-inner .copyright {
  width: 100%;
  margin-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .copyright {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .copyright {
    margin-top: 6em;
  }
}
footer .footer-inner .copyright p {
  color: rgb(161, 189, 185);
  text-align: end;
  font-size: 0.75em;
}

/* pagetop
---------------------------------------------------- */
#pagetop {
  z-index: 9;
  right: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  #pagetop {
    margin-right: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
#pagetop a {
  background-color: rgb(50, 140, 128);
  width: 80px;
  height: 80px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.24s;
}
#pagetop a img {
  width: 8px;
}
@media screen and (max-width: 991px) {
  #pagetop a {
    width: 60px;
    height: 60px;
  }
  #pagetop a img {
    width: 6px;
  }
}
@media screen and (min-width: 992px) {
  #pagetop a:hover {
    background-color: rgb(20, 129, 115);
  }
}

/* contents
---------------------------------------------------- */
#main-visual {
  position: relative;
  overflow-y: clip;
}
#main-visual .mv-chemicostechno span {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Marcellus", serif;
  font-size: 18.75vw;
  letter-spacing: 0;
  line-height: 1;
}
#main-visual .mv-chemicostechno span.__chemicos {
  top: 0;
  left: 0;
  margin-top: -0.16em;
  background: linear-gradient(45deg, rgb(21, 130, 116) 20%, rgb(205, 209, 215) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.35;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-chemicostechno span.__chemicos {
    margin-top: calc(72px - 0.16em);
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-chemicostechno span.__chemicos {
    margin-top: calc(60px - 0.16em);
  }
}
#main-visual .mv-chemicostechno span.__techno {
  bottom: 0;
  right: 0;
  margin-bottom: -0.16em;
  background: linear-gradient(45deg, rgb(205, 209, 215) 20%, rgb(21, 130, 116) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.75;
}
#main-visual .mv-img {
  width: 100%;
  height: 52.5rem;
}
@media screen and (max-width: 1749px) {
  #main-visual .mv-img {
    height: 54.3375rem;
  }
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-img {
    height: 65.625rem;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-img {
    height: 600px;
  }
}
#main-visual .mv-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-visual .mv-txt {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2em;
  margin-left: 3.75rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-shadow: 8px 8px 8px rgba(42, 42, 42, 0.3);
}
#main-visual .mv-txt h2 {
  font-size: 2.5rem;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-txt h2 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-txt h2 {
    font-size: min(5.4vw, 1.75em);
  }
}
#main-visual .mv-txt p {
  letter-spacing: 0.6em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-txt p {
    font-size: 0.9em;
  }
}

.sec-about {
  padding-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-about {
    padding-bottom: 8.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-about {
    padding-bottom: 100px;
  }
}
.sec-about .__bg-gradation {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background-image: url(../images/techno/bg-gradation_about.jpg);
  background-size: cover;
  background-position: bottom;
}
.sec-about .sec-txt p {
  text-align: center;
  line-height: 2.2em;
  margin-top: -2.5rem;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-txt p {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-txt p {
    text-align: start;
  }
}
.sec-about .__link-btn {
  margin-top: 3em;
}

.sec-sdgs .__bg-gradation {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background-image: url(../images/techno/bg-gradation_sdgs.jpg);
  background-size: cover;
  background-position: top;
}
.sec-sdgs .sec-ttl {
  margin-left: 8.4375rem;
}
@media screen and (max-width: 991px) {
  .sec-sdgs .sec-ttl {
    margin-left: 0;
  }
}
.sec-sdgs .sec-ttl span.__en {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  color: rgb(240, 243, 247);
}
.sec-sdgs .sec-ttl span.__jp span.__small {
  font-size: 0.8em;
}
.sec-sdgs .sec-content {
  display: flex;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-sdgs .sec-content {
    display: block;
  }
}
.sec-sdgs .sec-content .sec-txt {
  width: 67.5rem;
  padding: 0 8.4375rem;
}
@media screen and (max-width: 991px) {
  .sec-sdgs .sec-content .sec-txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-sdgs .sec-content .sec-txt {
    width: 100%;
  }
}
.sec-sdgs .sec-content .sec-txt p {
  line-height: 2.2em;
}
.sec-sdgs .sec-content .sec-img {
  width: 15rem;
}
@media screen and (max-width: 1199px) {
  .sec-sdgs .sec-content .sec-img {
    width: 18.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-sdgs .sec-content .sec-img {
    width: 26.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-sdgs .sec-content .sec-img {
    width: 10em;
    margin: 0 auto;
    margin-top: 3em;
  }
}

.sec-company {
  overflow: clip;
  background: url(../images/techno/bg-pattern_green.jpg);
  padding-bottom: 20rem;
}
@media screen and (max-width: 991px) {
  .sec-company {
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company {
    padding-bottom: 200px;
  }
}
.sec-company .sec-ttl h2 {
  text-align: center;
}
.sec-company .sec-ttl h2 span.__en {
  color: rgb(50, 140, 128);
  position: absolute;
  z-index: -1;
  top: 0;
  margin-top: -0.15em;
  left: 50%;
  transform: translateX(-50%);
}
.sec-company .sec-ttl h2 span.__jp {
  color: #fff;
  letter-spacing: 0.8em;
}
.sec-company .sec-content {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-company .sec-content {
    margin-top: 4em;
  }
}
.sec-company .sec-content dl {
  display: flex;
  color: #fff;
  font-weight: 700;
  margin-top: 2.4em;
}
.sec-company .sec-content dl dt {
  width: 16em;
}
@media screen and (max-width: 767px) {
  .sec-company .sec-content dl dt {
    width: 8em;
  }
}
.sec-company .sec-content dl dd .__logo {
  display: inline-block;
  vertical-align: text-top;
  width: 3.6em;
  margin-top: 0.4em;
  margin-left: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-company .sec-content dl dd .__logo {
    margin: 0.6em;
    margin-left: 0;
  }
}

.__google-map {
  position: relative;
  z-index: 2;
  margin-top: -16.25rem;
}
@media screen and (max-width: 991px) {
  .__google-map {
    margin-top: -150px;
  }
}
.__google-map iframe {
  width: 100%;
  height: 32.5rem;
}
@media screen and (max-width: 991px) {
  .__google-map iframe {
    height: 300px;
  }
}

.sec-feature {
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1749px) {
  .sec-feature {
    padding-top: 10.9375rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-feature {
    padding-top: 13.125rem;
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-feature {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature {
    padding: 80px 0;
  }
}
.sec-feature .feature-list {
  position: relative;
}
.sec-feature .feature-list ul {
  width: 82.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1749px) {
  .sec-feature .feature-list ul {
    width: 100%;
  }
}
.sec-feature .feature-list ul li.feature-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1749px) {
  .sec-feature .feature-list ul li.feature-list-item {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-feature .feature-list ul li.feature-list-item {
    display: block;
    margin-top: 60px;
  }
}
.sec-feature .feature-list ul li.feature-list-item .list-item-txt {
  width: calc(100% - 31.875rem - 5rem);
}
@media screen and (max-width: 1199px) {
  .sec-feature .feature-list ul li.feature-list-item .list-item-txt {
    width: calc(100% - 31.875rem - 6.25rem);
  }
}
@media screen and (max-width: 991px) {
  .sec-feature .feature-list ul li.feature-list-item .list-item-txt {
    width: 100%;
  }
}
.sec-feature .feature-list ul li.feature-list-item .list-item-txt h3 {
  margin-bottom: 1em;
}
.sec-feature .feature-list ul li.feature-list-item .list-item-txt h3 span.__num {
  display: block;
  font-family: "Marcellus", serif;
  margin-bottom: 1em;
}
.sec-feature .feature-list ul li.feature-list-item .list-item-txt h3 span.__ttl {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1199px) {
  .sec-feature .feature-list ul li.feature-list-item .list-item-txt h3 span.__ttl {
    font-size: 1.125em;
  }
}
.sec-feature .feature-list ul li.feature-list-item .list-item-txt h3 span.__ttl em {
  font-style: normal;
  color: rgb(20, 129, 115);
}
.sec-feature .feature-list ul li.feature-list-item .list-item-img {
  width: 31.875rem;
}
@media screen and (max-width: 991px) {
  .sec-feature .feature-list ul li.feature-list-item .list-item-img {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature .feature-list ul li.feature-list-item .list-item-img {
    width: 100%;
  }
}
.sec-feature .feature-list ul li.feature-list-item.__01 {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .sec-feature .feature-list ul li.feature-list-item.__01 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .sec-feature .feature-list ul li.feature-list-item.__01 .list-item-img {
    margin-top: 60px;
  }
}
.sec-feature .feature-list ul li.feature-list-item.__02 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1749px) {
  .sec-feature .feature-list ul li.feature-list-item.__02 {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-feature .feature-list ul li.feature-list-item.__02 {
    margin-bottom: 60px;
  }
}
.sec-feature .feature-list ul li.feature-list-item.__02 .list-item-txt {
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .sec-feature .feature-list ul li.feature-list-item.__03 .list-item-img {
    margin-bottom: 60px;
  }
}

.sec-atmosphere {
  background: url(../images/techno/bg-pattern_mint.jpg);
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-atmosphere {
    padding-bottom: 11.25rem;
  }
}
.sec-atmosphere .__bg-gradation {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 50rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
}
@media screen and (max-width: 991px) {
  .sec-atmosphere .__bg-gradation {
    height: 800px;
  }
}
.sec-atmosphere .sec-ttl {
  position: relative;
  text-align: center;
}
.sec-atmosphere .sec-ttl .flowing-txt {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  overflow: hidden;
}
.sec-atmosphere .sec-ttl .flowing-txt p {
  opacity: 0.2;
  color: rgb(161, 189, 185);
  font-family: "Marcellus", serif;
  font-size: 12vw;
  line-height: 1;
  letter-spacing: 0;
  flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
  .sec-atmosphere .sec-ttl .flowing-txt p {
    font-size: 18vw;
  }
}
.sec-atmosphere .sec-ttl .flowing-txt p:nth-of-type(1) {
  animation: loop_01 160s -80s linear infinite;
}
.sec-atmosphere .sec-ttl .flowing-txt p:nth-of-type(2) {
  animation: loop_02 160s linear infinite;
}
@keyframes loop_01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.sec-atmosphere .sec-ttl span.__jp {
  letter-spacing: 0.8em;
}
.sec-atmosphere .atmosphere-list {
  margin-top: 3.75rem;
}
.sec-atmosphere .atmosphere-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec-atmosphere .atmosphere-list ul {
    display: block;
  }
}
.sec-atmosphere .atmosphere-list ul .atmosphere-list-item {
  width: calc(33.3333333333% - 1.25rem);
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .sec-atmosphere .atmosphere-list ul .atmosphere-list-item {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-atmosphere .atmosphere-list ul .atmosphere-list-item {
    width: 100%;
  }
}
.sec-atmosphere .atmosphere-list ul .atmosphere-list-item .list-img {
  width: 100%;
  aspect-ratio: 3/2;
}
.sec-atmosphere .atmosphere-list ul .atmosphere-list-item .list-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-atmosphere .atmosphere-list ul .atmosphere-list-item .txt-wrap {
  background-color: #fff;
  height: 100%;
  padding: 2.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .sec-atmosphere .atmosphere-list ul .atmosphere-list-item .txt-wrap {
    padding: 2em 3.75rem 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-atmosphere .atmosphere-list ul .atmosphere-list-item .txt-wrap {
    padding: 1.6em 2em 2em;
  }
}
.sec-atmosphere .atmosphere-list ul .atmosphere-list-item .txt-wrap h3 {
  text-align: center;
  color: rgb(20, 129, 115);
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-atmosphere .atmosphere-list ul .atmosphere-list-item .txt-wrap h3 {
    text-align: start;
  }
}
.sec-atmosphere .atmosphere-list ul .atmosphere-list-item .txt-wrap p {
  font-size: 0.9em;
  line-height: 2em;
  margin-top: 1em;
}

.sec-recruit {
  background: url(../images/techno/bg-pattern_mint.jpg);
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-ttl {
    margin-left: 24px;
  }
}
.sec-recruit .sec-ttl span.__en {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #fff;
}
.sec-recruit .sec-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec-recruit .sec-inner {
    display: block;
    margin-top: 40px;
  }
}
.sec-recruit .sec-inner .sec-txt {
  color: #fff;
  width: calc(100% - 40.3125rem - 5rem);
}
@media screen and (max-width: 1199px) {
  .sec-recruit .sec-inner .sec-txt {
    width: calc(100% - 50.390625rem - 5rem);
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit .sec-inner .sec-txt {
    width: 100%;
  }
}
.sec-recruit .sec-inner .sec-txt h3 {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 991px) {
  .sec-recruit .sec-inner .sec-txt h3 {
    font-size: 1.125em;
  }
}
.sec-recruit .sec-inner .sec-txt p {
  margin-top: 3em;
  line-height: 2em;
}
@media screen and (max-width: 991px) {
  .sec-recruit .sec-inner .sec-txt p {
    font-size: 0.9em;
  }
}
.sec-recruit .sec-inner .sec-img {
  width: 40.3125rem;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .sec-inner .sec-img {
    width: 50.390625rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit .sec-inner .sec-img {
    width: 75%;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-inner .sec-img {
    width: 100%;
  }
}

.sec-job-description {
  background: url(../images/techno/bg-pattern_mint.jpg);
  padding-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .sec-job-description {
    padding-bottom: 40px;
  }
}
.sec-job-description .sec-wrap {
  background-color: #fff;
  padding: 6.25rem;
}
@media screen and (max-width: 991px) {
  .sec-job-description .sec-wrap {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-job-description .sec-wrap {
    padding-top: 3em;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.sec-job-description .sec-wrap .sec-ttl span.__en {
  font-size: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-job-description .sec-wrap .sec-ttl span.__en {
    font-size: 10rem;
  }
}
.sec-job-description .sec-wrap .job-list-wrap .category-list {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-job-description .sec-wrap .job-list-wrap .category-list {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-job-description .sec-wrap .job-list-wrap .category-list {
    margin-bottom: 30px;
  }
}
.sec-job-description .sec-wrap .job-list-wrap .category-list ul {
  display: flex;
  flex-wrap: wrap;
}
.sec-job-description .sec-wrap .job-list-wrap .category-list ul .category-list-item {
  width: calc(20% - 1.5rem);
  margin-top: 1.875rem;
  margin-right: 1.875rem;
}
.sec-job-description .sec-wrap .job-list-wrap .category-list ul .category-list-item:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-job-description .sec-wrap .job-list-wrap .category-list ul .category-list-item {
    width: calc(33.3333333333% - 1.6666666667rem);
    margin-top: 2.5rem;
    margin-right: 2.5rem;
  }
  .sec-job-description .sec-wrap .job-list-wrap .category-list ul .category-list-item:nth-of-type(5n) {
    margin-right: 2.5rem;
  }
  .sec-job-description .sec-wrap .job-list-wrap .category-list ul .category-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-job-description .sec-wrap .job-list-wrap .category-list ul .category-list-item {
    width: calc(50% - 1.25rem);
    margin-right: 2.5rem;
  }
  .sec-job-description .sec-wrap .job-list-wrap .category-list ul .category-list-item:nth-of-type(3n) {
    margin-right: 2.5rem;
  }
  .sec-job-description .sec-wrap .job-list-wrap .category-list ul .category-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.sec-job-description .sec-wrap .job-list-wrap .category-list ul .category-list-item a {
  width: 100%;
  height: 100%;
  padding: 1em 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(161, 189, 185);
  font-size: 0.875em;
  transition: all 0.24s;
}
@media screen and (min-width: 992px) {
  .sec-job-description .sec-wrap .job-list-wrap .category-list ul .category-list-item a:hover {
    background-color: rgb(50, 140, 128);
  }
}
.sec-job-description .sec-wrap .job-list-wrap .category-list ul .category-list-item a.__active {
  background-color: rgb(42, 42, 42);
}
.sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item {
  border: solid 1px rgb(151, 183, 179);
  border-radius: 6px;
  padding: 3rem 6.25rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item {
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item {
    padding: 2em;
    padding-top: 1.6em;
    margin-top: 20px;
  }
}
.sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item .job-ttl {
  padding: 1.2em 0;
  margin-bottom: 1em;
}
.sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item .job-ttl h3 {
  position: relative;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: flex;
}
@media screen and (max-width: 991px) {
  .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item .job-ttl h3 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item .job-ttl h3 {
    display: block;
  }
}
.sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item .job-ttl h3 span.__ttl {
  display: block;
  width: 340px;
}
@media screen and (max-width: 1199px) {
  .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item .job-ttl h3 span.__ttl {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item .job-ttl h3 span.__ttl {
    font-size: 0.9em;
  }
}
.sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item .job-ttl h3 span.__ttl::before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 10px;
  height: 3px;
  background-color: rgb(50, 140, 128);
  margin-top: 0.48em;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item .job-ttl h3 span.__name {
    display: block;
    font-size: 1.125em;
  }
}
.sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item table {
  width: 100%;
}
.sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item table tr {
  width: 100%;
  display: inline-table;
}
.sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item table tr th, .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item table tr td {
  letter-spacing: 0.2em;
  line-height: 2em;
  padding: 1.2em 0;
}
@media screen and (max-width: 1199px) {
  .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item table tr th, .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item table tr td {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item table tr th, .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item table tr td {
    display: block;
    width: 100%;
  }
}
.sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item table tr th {
  font-weight: 400;
  width: 300px;
  border-right: solid 1px rgb(205, 209, 215);
  padding-right: 40px;
}
@media screen and (max-width: 1199px) {
  .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item table tr th {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item table tr th {
    border-right: none;
    padding-right: 0;
    padding-top: 2em;
  }
}
.sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item table tr td {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .sec-job-description .sec-wrap .job-list-wrap .job-list ul .job-list-item table tr td {
    padding-left: 0;
    padding-bottom: 2em;
    border-bottom: solid 1px rgb(205, 209, 215);
  }
}

@media screen and (max-width: 767px) {
  .sec-entry {
    padding-bottom: 120px;
  }
}
.sec-entry .sec-ttl h2 {
  text-align: center;
  margin-top: -6.25rem;
}
.sec-entry .sec-ttl h2 span.__en {
  background: linear-gradient(0deg, #fff 20%, rgb(161, 189, 185) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-entry .form-wrap {
  width: 56em;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .sec-entry .form-wrap {
    width: 40em;
  }
}
@media screen and (max-width: 991px) {
  .sec-entry .form-wrap {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-entry .form-wrap {
    width: 100%;
  }
}
.sec-entry .form-wrap .hbspt-form form fieldset {
  max-width: 100%;
  padding: 1.6em 0;
}
.sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field > label {
  display: flex;
  margin-bottom: 0.2em;
  font-weight: 700;
}
.sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field > label::before {
  content: "";
  display: block;
  width: 8px;
  height: 3px;
  background-color: rgb(50, 140, 128);
  margin-right: 10px;
  margin-top: 0.48em;
}
.sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field > label span strong {
  font-weight: 400;
}
.sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field > label span.hs-form-required {
  font-family: "Marcellus", serif;
  color: rgb(193, 0, 0);
}
.sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field .input {
  margin: 0;
}
.sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field input, .sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field textarea {
  width: 100%;
  padding: 0.4em 0.8em;
  border-radius: 3px;
  border: solid 1px rgb(205, 209, 215);
  background-color: #fff;
  font-size: 0.96em;
}
@media screen and (max-width: 1199px) {
  .sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field input, .sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field textarea {
    font-size: 1em;
  }
}
.sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field textarea {
  height: 12em;
}
.sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field label:has(input[type=radio]) {
  display: flex;
  align-items: center;
}
.sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field label:has(input[type=checkbox]) {
  display: flex;
  align-items: center;
}
.sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field input[type=radio] {
  width: auto;
  box-shadow: none;
}
.sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field input[type=checkbox] {
  width: auto;
  box-shadow: none;
}
.sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field .hs-error-msg {
  color: rgb(193, 0, 0);
  font-size: 0.875em;
}
.sec-entry .form-wrap .hbspt-form form fieldset .hs-form-field .hs-field-desc {
  font-size: 0.9em;
  margin-bottom: 0.4em;
}
.sec-entry .form-wrap .hbspt-form form fieldset.form-columns-2 .hs-form-field input {
  width: 80%;
}
@media screen and (max-width: 480px) {
  .sec-entry .form-wrap .hbspt-form form fieldset.form-columns-2 .hs-form-field {
    margin-bottom: 2em;
  }
  .sec-entry .form-wrap .hbspt-form form fieldset.form-columns-2 .hs-form-field:last-of-type {
    margin-bottom: 0;
  }
}
.sec-entry .form-wrap .hbspt-form form .hs-richtext {
  margin: 3em 0;
}
.sec-entry .form-wrap .hbspt-form form .hs-richtext:nth-of-type(1) {
  margin-top: 0;
  padding-top: 3em;
  border-top: solid 1px rgb(240, 243, 247);
}
.sec-entry .form-wrap .hbspt-form form .hs_error_rollup {
  color: rgb(193, 0, 0);
}
.sec-entry .form-wrap .hbspt-form form .hs_error_rollup li {
  font-size: 0.9em;
}
.sec-entry .form-wrap .hbspt-form form .hs-submit {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 1em;
}
.sec-entry .form-wrap .hbspt-form form .hs-submit .actions {
  width: 100%;
}
.sec-entry .form-wrap .hbspt-form form .hs-submit .actions input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 0.9em;
  font-weight: 700;
  color: #fff;
  background-color: rgb(42, 42, 42);
  border-radius: 6px;
  text-align: center;
  width: 24em;
  padding: 2.4em 0;
  transition: all 0.24s;
}
@media screen and (max-width: 1199px) {
  .sec-entry .form-wrap .hbspt-form form .hs-submit .actions input[type=submit] {
    width: 20em;
    padding: 2em 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-entry .form-wrap .hbspt-form form .hs-submit .actions input[type=submit] {
    padding: 1.6em 0;
  }
}
@media screen and (min-width: 992px) {
  .sec-entry .form-wrap .hbspt-form form .hs-submit .actions input[type=submit]:hover {
    background-color: rgb(20, 129, 115);
  }
}
.sec-entry .form-wrap .hbspt-form .submitted-message img {
  margin: 0 auto;
  margin-top: 40px;
}/*# sourceMappingURL=techno.css.map */