@charset "UTF-8";
/******************************* Preface ***************************************/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
a:hover {
  color: #00815C;
}

/********************************* body ***************************************/
html {
  scroll-behavior: smooth;
}

body {
  /******************************** header **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
}
body header {
  position: relative;
}
body header.scrolled .inner {
  background-color: rgb(255, 255, 255);
  transition: all linear 0.2s;
}
body header.header.top {
  height: 100vh;
}
body header.header .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 3rem;
  z-index: 99;
}
body header.header .inner .logo {
  margin-right: auto;
}
body header.header .inner .logo a {
  display: block;
}
body header.header .inner .logo a img {
  height: 1.5rem;
  width: auto;
}
body header.header .inner .menu-wrapper nav.gnav {
  flex: none;
  position: relative;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu {
  display: flex;
  align-items: center;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item {
  position: relative;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item a {
  display: block;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 1rem 1.5rem;
  line-height: 1;
  color: black;
  transition: all 0.3s;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item a:hover {
  opacity: 0.7;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: black;
}
body header.header .mainvi {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
body header.header .mainvi .slider {
  height: 100%;
}
body header.header .mainvi .slider div {
  height: 100%;
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body header.header .mainvi .copy {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
body header.header .mainvi .copy h1 {
  width: 100%;
  text-align: center;
}
body header.header .mainvi .copy h1 span {
  font-family: "Outfit", sans-serif;
  display: block;
  font-weight: 600;
  font-size: 5.5vw;
  line-height: 90px;
  color: white;
}
body header.header .mainvi .copy h1 span.sub {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.1em;
  padding-top: 0.5em;
}
body .breadcrumb-wrap {
  padding: 0 3rem;
  padding-top: 80px;
}
body .breadcrumb-wrap ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em 0;
}
body .breadcrumb-wrap ul li {
  font-size: 0.9rem;
}
body .breadcrumb-wrap ul li::after {
  padding: 0 1em;
  content: url(../img/arrow_black.svg);
  vertical-align: text-top;
}
body .breadcrumb-wrap ul li:last-child::after {
  content: "";
}
body .breadcrumb-wrap ul li:first-child {
  color: #00815C;
}
body .breadcrumb-wrap ul li a {
  text-decoration: none;
}
@media screen and (min-width: 678px) and (max-width: 1140px) {
  body .breadcrumb-wrap {
    padding: 0 40px;
  }
}
body .content-wrap {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
body .content-wrap .inner.inner-l {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
body .content-wrap .inner.inner-m {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
body .content-wrap .inner.inner-s {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}
@media screen and (min-width: 678px) and (max-width: 1150px) {
  body .content-wrap .inner.inner-s {
    padding: 0 40px;
  }
  body .content-wrap .inner.inner-m {
    padding: 0 40px;
  }
  body .content-wrap .inner.inner-l {
    padding: 0 40px;
  }
}
body .content-wrap.bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body .content-wrap.bg_img.bg_mission {
  background-image: url(../img/bg_mission.jpg);
}
body .content-wrap.bg_img.bg_recruit {
  background-image: url(../img/bg_recruit.jpg);
}
body .content-wrap .header-ui {
  display: flex;
  align-items: baseline;
}
body .content-wrap .header-ui .sub {
  padding-left: 2em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
body .content-wrap h1.section-title,
body .content-wrap h2.section-title,
body .content-wrap h3.section-title,
body .content-wrap h4.section-title,
body .content-wrap h5.section-title,
body .content-wrap h6.section-title {
  margin-bottom: 3rem;
}
body .content-wrap h1.section-title span,
body .content-wrap h2.section-title span,
body .content-wrap h3.section-title span,
body .content-wrap h4.section-title span,
body .content-wrap h5.section-title span,
body .content-wrap h6.section-title span {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}
body .content-wrap h1.section-title-02,
body .content-wrap h2.section-title-02,
body .content-wrap h3.section-title-02,
body .content-wrap h4.section-title-02,
body .content-wrap h5.section-title-02,
body .content-wrap h6.section-title-02 {
  margin-bottom: 3rem;
}
body .content-wrap h1.section-title-02 span,
body .content-wrap h2.section-title-02 span,
body .content-wrap h3.section-title-02 span,
body .content-wrap h4.section-title-02 span,
body .content-wrap h5.section-title-02 span,
body .content-wrap h6.section-title-02 span {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
body .content-wrap h1.lead-text,
body .content-wrap h2.lead-text,
body .content-wrap h3.lead-text,
body .content-wrap h4.lead-text,
body .content-wrap h5.lead-text,
body .content-wrap h6.lead-text {
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1em;
}
body .content-wrap .company-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
}
body .content-wrap .company-wrap .thumb {
  width: 40%;
}
body .content-wrap .company-wrap .thumb img {
  display: block;
  aspect-ratio: 7/9;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
body .content-wrap .company-wrap .table-list {
  width: 55%;
}
body .content-wrap .company-wrap .table-list li {
  display: flex;
  border-bottom: 1px solid black;
  padding: 1rem 0;
}
body .content-wrap .company-wrap .table-list li .ttl {
  width: 20%;
}
body .content-wrap .recruit-wrap {
  padding: 5rem 0;
}
body .content-wrap .recruit-wrap h3.section-title span {
  font-size: 3.8rem;
}
body .content-wrap .recruit-wrap h4.sub-ttl {
  font-weight: bold;
  font-size: 4rem;
}
body .content-wrap .recruit-wrap p {
  font-weight: bold;
  font-size: 1.1rem;
}
body .content-wrap .box {
  position: relative;
  z-index: 0;
}
body .content-wrap .box.box-2 {
  padding: 2em 0;
  margin-bottom: 3em;
}
body .content-wrap .box.box-2 .item {
  display: flex;
  justify-content: space-between;
}
body .content-wrap .box.box-2 .item.reverse {
  flex-direction: row-reverse;
}
body .content-wrap .box.box-2 .item.reverse .text {
  padding-right: 0;
  padding-left: calc((100% - 1110px) / 2);
}
body .content-wrap .box.box-2 .item > * {
  width: calc(50% - 40px);
}
body .content-wrap .box .thumb img {
  display: block;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 10px;
}
body .content-wrap .box .text {
  padding-right: calc((100% - 1110px) / 2);
}
body .content-wrap .box .text .ttl-img {
  padding-bottom: 2rem;
}
body .content-wrap .box .text .ttl-img img {
  display: block;
}
body .content-wrap .box .text p {
  line-height: 28px;
}
body .content-wrap .box.bg_logo::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 480px;
  height: 550px;
  z-index: -1;
}
body .content-wrap .box.bg_logo.konoha::after {
  background-image: url(../img/bg_logo_konoha.svg);
  right: -5%;
}
body .content-wrap .box.bg_logo.going::after {
  background-image: url(../img/bg_logo_going.svg);
  left: -5%;
}
body .content-wrap .box.bg_logo.heket::after {
  background-image: url(../img/bg_logo_heket.svg);
  right: -2%;
}
body .content-wrap .btn-wrap {
  width: 350px;
}
body .content-wrap .btn-wrap a {
  display: block;
  font-weight: 500;
  color: white;
  border-radius: 15px;
  padding: 1.5rem 0;
  text-align: center;
  transition: all 0.3s;
}
body .content-wrap .btn-wrap.konoha-color a {
  background: #4DB13B;
  border: 1px solid #4DB13B;
}
body .content-wrap .btn-wrap.konoha-color a:hover {
  background: white;
  color: #4DB13B;
}
body .content-wrap .btn-wrap.going-color a {
  background: #D4124C;
  border: 1px solid #D4124C;
}
body .content-wrap .btn-wrap.going-color a:hover {
  background: white;
  color: #D4124C;
}
body .content-wrap .btn-wrap.heket-color a {
  background: #09893C;
  border: 1px solid #09893C;
}
body .content-wrap .btn-wrap.heket-color a:hover {
  background: white;
  color: #09893C;
}
body .content-wrap .btn-wrap.center {
  margin: 0 auto;
}
body .content-wrap .contact-form-btn input[type=submit] {
  display: block;
  color: white;
  position: relative;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  width: 300px;
  border-radius: 10px;
}
body .content-wrap .contact-form-btn .page-back input[type=submit] {
  background: gray;
}
body .content-wrap .contact-form-btn .page-back input[type=submit]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: rotate(-135deg) translateY(50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
}
body .content-wrap .contact-form-btn .submit-btn input[type=submit] {
  background: #4DB13B;
}
body .content-wrap .contact-form-btn .submit-btn input[type=submit]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
}
body .content-wrap .table tr th {
  width: 28%;
  padding: 1.5rem 0;
}
body .content-wrap .table tr td {
  padding: 1.5rem 0;
}
body .content-wrap form .form-control {
  height: auto;
}
body .content-wrap form .form-control::placeholder {
  color: #C5C5C5;
}
body .content-wrap form .row .col-12,
body .content-wrap form .row .col-6 {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0;
}
body .content-wrap form .row .col-12 label,
body .content-wrap form .row .col-6 label {
  width: 25%;
  font-size: 1rem;
}
body .content-wrap form .row .col-12 label.reqire::after,
body .content-wrap form .row .col-6 label.reqire::after {
  content: "*";
  color: red;
  font-size: 1.2rem;
}
body .content-wrap form .row .col-12 select,
body .content-wrap form .row .col-12 input,
body .content-wrap form .row .col-12 textarea,
body .content-wrap form .row .col-6 select,
body .content-wrap form .row .col-6 input,
body .content-wrap form .row .col-6 textarea {
  width: 75%;
  background-color: white;
  border: 1px solid #C5C5C5;
  padding: 1em;
  border-radius: 0.25rem;
}
body .content-wrap form .row .col-12 select:hover, body .content-wrap form .row .col-12 select:focus, body .content-wrap form .row .col-12 select:active,
body .content-wrap form .row .col-12 input:hover,
body .content-wrap form .row .col-12 input:focus,
body .content-wrap form .row .col-12 input:active,
body .content-wrap form .row .col-12 textarea:hover,
body .content-wrap form .row .col-12 textarea:focus,
body .content-wrap form .row .col-12 textarea:active,
body .content-wrap form .row .col-6 select:hover,
body .content-wrap form .row .col-6 select:focus,
body .content-wrap form .row .col-6 select:active,
body .content-wrap form .row .col-6 input:hover,
body .content-wrap form .row .col-6 input:focus,
body .content-wrap form .row .col-6 input:active,
body .content-wrap form .row .col-6 textarea:hover,
body .content-wrap form .row .col-6 textarea:focus,
body .content-wrap form .row .col-6 textarea:active {
  outline: 2px solid #00815C;
  border-color: transparent !important;
  box-shadow: none !important;
}
body .content-wrap form .checkbox-consent {
  text-align: center;
}
body .content-wrap form .checkbox-consent .form-group .form-check {
  width: 100%;
  justify-content: center;
}
body .content-wrap form .checkbox-consent .form-group .form-check input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 1;
  padding: 0;
  margin-right: 10px;
  display: inline-block;
  background: white;
  outline: 1px solid #00815C;
}
body .content-wrap form .checkbox-consent .form-group .form-check input[type=checkbox]:checked:after {
  content: "✓";
  font-weight: bold;
}
body .content-wrap form .checkbox-consent .form-group .form-check label {
  width: auto;
}
body .content-wrap form .checkbox-consent .form-group .form-check label > a {
  text-decoration: underline;
}
body .content-wrap form .checkbox-consent .form-group .form-check span.error {
  margin-left: 1rem;
}
body .content-wrap form .link-btn a,
body .content-wrap form .link-btn input[type=submit] {
  display: block;
  background-color: #4DB13B;
  color: white;
  position: relative;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  width: 550px;
  margin: 0 auto;
  border-radius: 10px;
}
body .content-wrap .map {
  aspect-ratio: 16/8;
}
body .content-wrap .map iframe {
  width: 100%;
  height: 100%;
  max-height: 500px;
}
body .ancor {
  overflow: visible;
}
body .ancor a {
  display: block;
  padding-top: 10rem;
  margin-top: -10rem;
}
body footer.footer {
  padding: 10% 0;
}
body footer.footer .footer-info .f-logo {
  padding-bottom: 3rem;
}
body footer.footer .footer-info .f-logo img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
body footer.footer .footer-info .footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer.footer .footer-info .footer-nav li {
  position: relative;
}
body footer.footer .footer-info .footer-nav li a {
  display: block;
  font-size: 0.9rem;
  padding: 1rem 1.5rem;
  line-height: 1;
  color: white;
  transition: all 0.3s;
}
body footer.footer .footer-info .footer-nav li a:hover {
  opacity: 0.7;
}
body footer.footer .footer-info .footer-nav li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}