@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
/*
	$weight:フォントの太さ
*/
/*
	$weight:フォントの太さ
	@include f_serif(700);
*/
/*
	$weight:フォントの太さ
	@include f_din(600);
*/
/* MAINVISUAL */
.page_visual {
  position: relative;
  display: block;
  background: #F9F7F5;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .page_visual {
    aspect-ratio: 1.618/1;
  }
}
@media (min-width: 1200px) {
  .page_visual {
    aspect-ratio: 2.128/1;
  }
}
.page_visual .inner {
  max-width: 1600px;
  width: 100%;
  height: 100%;
}
.page_visual .bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_visual .bg_box .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_visual .image_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.page_visual .image_box picture img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70vw;
  margin: auto;
}
@media (min-width: 768px) {
  .page_visual .image_box picture img {
    top: 25%;
    bottom: auto;
    left: 0;
    right: auto;
    width: 35vw;
  }
}
.page_visual .text_box {
  position: absolute;
  background: linear-gradient(85.57deg, #FF8800 0.23%, #FFAF55 99.77%);
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  z-index: 5;
  -webkit-animation: fadeInUp 0.6s ease-out;
          animation: fadeInUp 0.6s ease-out;
}
@media print, screen and (min-width: 992px) {
  .page_visual .text_box {
    bottom: 3rem;
    left: 3rem;
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 991px) {
  .page_visual .text_box {
    bottom: 1.5rem;
    left: 1.5rem;
    padding: 1rem 1.5rem;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page_visual .text_box .text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 992px) {
  .page_visual .text_box .text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .page_visual .text_box .text {
    font-size: 1.6rem;
  }
}

/* RECRUIT */
.sec_recruit {
  background: linear-gradient(85.57deg, #FF8800 0.23%, #FFAF55 99.77%);
  margin-bottom: 10rem;
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}
.sec_recruit .content_title {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .sec_recruit .content_title {
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec_recruit .content_title {
    padding-top: 170px;
  }
}
.sec_recruit .content_title .title {
  font-size: 4rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.7;
  text-align: center;
  color: #FFFFFF;
  row-gap: 4rem;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.sec_recruit .content_title .title::before {
  content: "";
  width: 300px;
  height: 120px;
  background: url(/assets/img/index/recruit-title.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sec_recruit .content_title::before {
  position: absolute;
  content: "";
  width: 270px;
  height: 170px;
  background: url(/assets/img/index/recruit-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 992px) {
  .sec_recruit .content_title::before {
    top: 30px;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec_recruit .content_title::before {
    top: 0;
    right: 30px;
  }
}
.sec_recruit .content_block .text_box {
  max-width: 420px;
  margin: 3rem auto 0;
}
.sec_recruit .content_block .text_box .text {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.4;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 992px) {
  .sec_recruit .content_block .text_box .text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_recruit .content_block .text_box .text {
    font-size: 1.6rem;
  }
}
.sec_recruit .content_block .link_box {
  margin-top: 4rem;
}

/* FEATURE */
.sec_feature {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .sec_feature {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_feature {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .sec_feature .inner {
    padding: 0;
  }
}
.sec_feature .content_block {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .sec_feature .content_block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10rem;
  }
}
.sec_feature .content_block .text_box {
  max-width: 420px;
  margin: auto;
  padding: 2rem;
}
@media (min-width: 768px) {
  .sec_feature .content_block .text_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 3rem;
  }
}
.sec_feature .content_block .text_box .lead {
  color: #FFFFFF;
  letter-spacing: 0.1em;
}
.sec_feature .content_block .text_box .lead span {
  display: inline-block;
  background-color: #FF8800;
  padding: 0 1rem;
}
.sec_feature .content_block .text_box .lead br + span {
  margin-top: 1rem;
}
.sec_feature .content_block .text_box .text {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .sec_feature .content_block .image_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) {
  .sec_feature .content_block:nth-of-type(even) .text_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec_feature .content_block:nth-of-type(even) .image_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
  }
}

/* HIGHLIGHT */
.sec_highlight {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .sec_highlight {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_highlight {
    margin-bottom: 6rem;
  }
}
.sec_highlight .bg_box {
  position: relative;
}
.sec_highlight .bg_box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.sec_highlight .bg_box img {
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .sec_highlight .bg_box img {
    aspect-ratio: auto;
  }
}
.sec_highlight .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
}
.sec_highlight .inner .content_wrap {
  width: 100%;
  height: 100%;
}
.sec_highlight .inner .content_wrap .content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  row-gap: 2rem;
}
.sec_highlight .inner .content_wrap .content_block .text_box {
  color: #FFFFFF;
  text-align: center;
  max-width: 640px;
  margin: auto;
}
.sec_highlight .inner .content_wrap .content_block .text_box .catch {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 992px) {
  .sec_highlight .inner .content_wrap .content_block .text_box .catch {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_highlight .inner .content_wrap .content_block .text_box .catch {
    font-size: 2.8rem;
  }
}
.sec_highlight .inner .content_wrap .content_block .text_box .text {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 3rem;
  line-height: 2.4;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 992px) {
  .sec_highlight .inner .content_wrap .content_block .text_box .text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_highlight .inner .content_wrap .content_block .text_box .text {
    font-size: 1.6rem;
  }
}

/* ENVIROMENT */
.sec_environment {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .sec_environment {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_environment {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .sec_environment .inner {
    padding: 0;
  }
}
.sec_environment .content_block {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .sec_environment .content_block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }
}
.sec_environment .content_block .text_box {
  max-width: 420px;
  margin: auto;
  padding: 2rem;
}
@media (min-width: 768px) {
  .sec_environment .content_block .text_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 3rem;
  }
}
.sec_environment .content_block .text_box .lead {
  color: #FFFFFF;
  letter-spacing: 0.1em;
}
.sec_environment .content_block .text_box .lead span {
  display: inline-block;
  background-color: #FF8800;
  padding: 0 1rem;
}
.sec_environment .content_block .text_box .lead br + span {
  margin-top: 1rem;
}
.sec_environment .content_block .text_box .text {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .sec_environment .content_block .image_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) {
  .sec_environment .content_block:nth-of-type(even) .text_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec_environment .content_block:nth-of-type(even) .image_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* MISSION */
.sec_mission {
  position: relative;
}
@media screen and (max-width: 991px) {
  .sec_mission {
    margin-bottom: 6rem;
  }
}
.sec_mission .inner {
  padding: 0;
}
.sec_mission .content_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 4rem 3fr;
  grid-template-columns: 2fr 3fr;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .sec_mission .content_block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sec_mission .content_block .text_box {
  max-width: 640px;
  margin: auto;
}
@media print, screen and (min-width: 992px) {
  .sec_mission .content_block .text_box {
    padding-left: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_mission .content_block .text_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sec_mission .content_block .text_box .catch {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.sec_mission .content_block .text_box .text {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  margin-top: 1em;
}
.sec_mission .content_block .image_box {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .sec_mission .content_block .image_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sec_mission .content_block .image_box picture {
  width: 100%;
  height: 100%;
}
.sec_mission .content_block .image_box picture img {
  height: 100%;
}

/* CONCEPT */
.sec_concept {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .sec_concept {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_concept {
    margin-bottom: 6rem;
  }
}
.sec_concept .bg_box {
  position: relative;
}
.sec_concept .bg_box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.sec_concept .bg_box img {
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .sec_concept .bg_box img {
    aspect-ratio: auto;
  }
}
.sec_concept .inner {
  max-width: 1200px;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
}
.sec_concept .inner .content_wrap {
  width: 100%;
  height: 100%;
}
.sec_concept .inner .content_wrap .content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  row-gap: 2rem;
}
.sec_concept .inner .content_wrap .content_block .text_box {
  color: #FFFFFF;
  margin: 50px 0 auto auto;
}
.sec_concept .inner .content_wrap .content_block .text_box .catch {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #2D325F;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 992px) {
  .sec_concept .inner .content_wrap .content_block .text_box .catch {
    font-size: clamp(2.8rem, 1.6rem + 1.5vw, 4.2rem);
  }
}
@media screen and (max-width: 991px) {
  .sec_concept .inner .content_wrap .content_block .text_box .catch {
    font-size: 2.8rem;
  }
}
.sec_concept .inner .content_wrap .content_block .text_box .catch span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8666666667);
  margin: 0 0.4em;
  padding: 0.4em;
}
.sec_concept .inner .content_wrap .content_block .text_box .catch br + span {
  margin-top: 1em;
}

/* PROFILE */
.sec_profile {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .sec_profile {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_profile {
    margin-bottom: 6rem;
  }
}
.sec_profile .content_block {
  margin-top: 4rem;
}
.sec_profile .content_block .list .group {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 992px) {
  .sec_profile .content_block .list .group {
    -ms-grid-columns: 12em auto;
    grid-template-columns: 12em auto;
  }
}
@media screen and (max-width: 991px) {
  .sec_profile .content_block .list .group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sec_profile .content_block .list .group .term {
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
  padding: 0.75em 0.75em 1em;
}
@media print, screen and (min-width: 992px) {
  .sec_profile .content_block .list .group .term {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .sec_profile .content_block .list .group .term {
    font-size: 1.4rem;
  }
}
.sec_profile .content_block .list .group .term .title {
  display: inline-block;
  width: 6em;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.sec_profile .content_block .list .group .box {
  padding: 0.75em 0.75em 1em;
}
@media print, screen and (min-width: 992px) {
  .sec_profile .content_block .list .group .box {
    border-bottom: 1px solid #E6E6E6;
  }
}
.sec_profile .content_block .list .group .box .definition {
  font-weight: normal;
}
@media print, screen and (min-width: 992px) {
  .sec_profile .content_block .list .group .box .definition {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_profile .content_block .list .group .box .definition {
    font-size: 1.4rem;
  }
}

/* ACCESS */
.sec_access {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .sec_access {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_access {
    margin-bottom: 6rem;
  }
}
.sec_access .content_block {
  margin-top: 4rem;
}
.sec_access .content_block .text_box {
  text-align: center;
}
.sec_access .content_block .gmap {
  margin-top: 4rem;
}

/* CLOSING */
.sec_closing {
  position: relative;
}
.sec_closing .bg_box {
  position: relative;
}
.sec_closing .bg_box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.sec_closing .bg_box img {
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .sec_closing .bg_box img {
    aspect-ratio: auto;
  }
}
.sec_closing .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
}
.sec_closing .inner .content_wrap {
  width: 100%;
  height: 100%;
}
.sec_closing .inner .content_wrap .content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  row-gap: 4rem;
}
.sec_closing .inner .content_wrap .content_block .text_box {
  color: #FFFFFF;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.sec_closing .inner .content_wrap .content_block .text_box .catch {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 992px) {
  .sec_closing .inner .content_wrap .content_block .text_box .catch {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_closing .inner .content_wrap .content_block .text_box .catch {
    font-size: 3.2rem;
  }
}