@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;700&display=swap");
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  display: inline;
}

q:after, q:before {
  content: "";
}

a, input {
  outline: none;
}

input, textarea {
  border-radius: 0;
  font-family: YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr, acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 1367px) {
  .hidden-desktop {
    display: none;
  }
}
@media screen and (min-width: 961px) and (max-width: 1366px) {
  .hidden-laptop {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  .hidden-tablet {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .hidden-mobile {
    display: none;
  }
}
.inv {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.inv.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}

a {
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*  scroll icon animation  */
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*  contents  */
.page-title {
  padding: 15px;
  border-bottom: 2px solid #333333;
}
@media screen and (max-width: 960px) {
  .page-title {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    background: #ffffff;
    display: block;
    padding: 0 0 0 20px;
    height: 50px;
    width: 100%;
  }
  .page-title img {
    position: relative;
    height: 20px;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .page-title + .padding-section {
    padding-top: 65px;
  }
}
.page-title + .en-title {
  top: 50px !important;
}
@media screen and (min-width: 961px) {
  .page-title + .en-title {
    display: none;
  }
}

.en-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  width: 30px;
  max-height: 250px;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .en-title {
    width: 15px;
    height: auto;
  }
}
.en-title img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  width: 100%;
  height: 100%;
}

.sec-title_text {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px 0 40px 50px;
}
@media screen and (max-width: 960px) {
  .sec-title_text {
    padding: 15px 0 30px 30px;
  }
}

.padding-section {
  padding: 15px 15px;
}
@media screen and (max-width: 960px) {
  .padding-section {
    padding: 15px 15px 15px 30px;
  }
}

.sec-title_text {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px 0 40px 50px;
}
@media screen and (max-width: 960px) {
  .sec-title_text {
    padding: 15px 0 30px 30px;
  }
}

.padding-section {
  padding: 15px;
}
@media screen and (max-width: 960px) {
  .padding-section {
    padding: 15px 15px 30px 30px;
  }
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-link a {
  position: relative;
  color: #006c31;
  background: #ff8170;
  text-align: center;
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: underline;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .sec-link a {
    height: 70px;
  }
}
.sec-link a::after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../images/common/arrow_white.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .sec-link a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #006c31;
    color: #ff8170;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sec-link a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #006c31;
    color: #ff8170;
  }
}

.btn-link {
  background: #ff8170 url(../images/index/more_off.svg) no-repeat center;
  background-size: 116px 16px;
  color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 56px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin: 30px auto;
  border-radius: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .btn-link:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #006c31 url(../images/index/more_on.svg) no-repeat center;
    background-size: 116px 16px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-link:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #006c31 url(../images/index/more_on.svg) no-repeat center;
    background-size: 116px 16px;
  }
}

.pagetop {
  background: #006c31;
  color: #ffffff;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 60%;
  }
}

body {
  background: #ffffff;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  text-align: left;
  padding: 0px;
  margin: 0px;
  /* &.open {
    @include mqd(md) {
      position: fixed;
    }
  } */
}
@media screen and (max-width: 960px) {
  body {
    height: 100dvh;
    height: -webkit-fill-available;
    overflow: scroll;
  }
}

::-moz-selection {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #333333;
  background: #333333;
  text-shadow: none;
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .main-container {
    display: block;
  }
}

.main-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 360px);
  height: auto;
  min-height: 100vh;
}
@media screen and (max-width: 960px) {
  .main-contents {
    min-height: 100dvh;
    min-height: -webkit-fill-available;
    width: 100%;
    height: 100%;
    height: 100dvh;
    height: -webkit-fill-available;
    /* &.not-home {
      overflow: scroll;
    } */
  }
}

/*  header  */
.header {
  background: #ffffff;
  display: block;
  position: sticky;
  top: 0;
  width: 360px;
  height: 100vh;
}
@media screen and (max-width: 960px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 9999;
  }
}
.header .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  height: inherit;
  padding: 0;
  margin: 0;
}
.header .menu {
  background: #006c31;
  display: block;
  position: absolute;
  z-index: 2000;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .header .menu {
    display: none;
  }
}
.header .menu::before, .header .menu::after {
  content: "";
  background: #ff8170;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu .menu-line {
  color: transparent;
}
.header .menu::before {
  -webkit-transform: translate(-50%, calc(-50% - 10px));
          transform: translate(-50%, calc(-50% - 10px));
}
.header .menu::after {
  -webkit-transform: translate(-50%, calc(-50% + 10px));
          transform: translate(-50%, calc(-50% + 10px));
}
.header .menu.open {
  background: #006c31;
}
.header .menu.open::before, .header .menu.open::after {
  background: #ff8170;
}
.header .menu.open::before {
  -webkit-transform: translate(-50%, -50%) rotate(55deg);
          transform: translate(-50%, -50%) rotate(55deg);
}
.header .menu.open::after {
  -webkit-transform: translate(-50%, -50%) rotate(-55deg);
          transform: translate(-50%, -50%) rotate(-55deg);
}
.header .menu.open .menu-line {
  opacity: 0;
}
.header .gnav {
  border-right: 2px solid #333333;
  height: 100vh;
}
@media screen and (max-width: 960px) {
  .header .gnav {
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    min-height: -webkit-fill-available;
    height: -webkit-fill-available;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    z-index: 1000;
    border-left: 2px solid #333333;
    border-right: none;
  }
  .header .gnav.open {
    visibility: visible;
    opacity: 1;
    overflow: scroll;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.header .gnav .logo {
  display: block;
  height: calc(100vh - 250px);
  padding: 50px 70px 20px;
}
@media screen and (max-width: 960px) {
  .header .gnav .logo {
    padding: 80px 30px 20px;
    height: calc(100% - 250px);
  }
}
.header .gnav .logo img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  margin: 0 auto;
}
.header .gnav ul.nav {
  height: 250px;
}
.header .gnav ul.nav a {
  display: block;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  .header .gnav ul.nav a {
    padding: 0 3px;
  }
}
.header .gnav ul.nav > li {
  display: block;
  height: 20%;
  border-top: 2px solid #333333;
}
.header .gnav ul.nav > li img {
  height: 13px;
}
.header .gnav ul.nav > li.social ul {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.header .gnav ul.nav > li.social ul li {
  display: block;
  height: 100%;
}
.header .gnav ul.nav > li.social ul li:not(:last-child) {
  border-right: 2px solid #333333;
}

/*  footer  */
.footer {
  display: block;
  margin-top: auto;
  position: relative;
  z-index: 9000;
  background: #ffffff;
}
.footer .link-area {
  width: 280px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .link-area a:first-child {
  margin-bottom: 20px;
}
.footer .copyright {
  padding: 14px 10px;
  background-color: #333333;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.index-section {
  position: relative;
  border-top: 2px solid #333333;
}
.index-section .btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em 0 0 0;
}
.index-section .btn {
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2em;
  max-width: 190px;
}
.index-section .btn.andmore {
  background-color: #ff8170;
}
.index-section .sp_only {
  display: none;
}
@media screen and (max-width: 600px) {
  .index-section .sp_only {
    display: block;
  }
}
.index-section .pc_only {
  display: block;
}
@media screen and (max-width: 600px) {
  .index-section .pc_only {
    display: none;
  }
}
.index-section .section-title {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .index-section .section-title svg {
    -webkit-transform: scale(0.76);
            transform: scale(0.76);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    overflow-x: visible;
  }
  .index-section .section-title svg text {
    font-size: 19px !important;
  }
}
.index-section .section-header_andmore {
  margin-top: 100px;
  text-align: right;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 600px) {
  .index-section .section-header_andmore {
    margin-top: 52px;
  }
}
.index-section .section-header_andmore a img {
  width: 96px;
}
@media screen and (max-width: 600px) {
  .index-section .section-header_andmore a {
    display: none;
  }
}
.index-section.sec-about {
  border-top: none;
}
.index-section.sec-about .section-title {
  right: -1px;
  left: auto;
  top: 0;
}
@media screen and (max-width: 600px) {
  .index-section.sec-about .section-title {
    left: 0;
    right: auto;
    width: 70px;
  }
}
.index-section.sec-about .inner {
  padding: 52px 0 0 70px;
}
@media screen and (max-width: 600px) {
  .index-section.sec-about .inner {
    padding: 52px 0 0 30px;
  }
}
.index-section.sec-about .inner h2 {
  font-size: 5em;
  margin-bottom: 1em;
  display: inline-block;
}
@media screen and (max-width: 1366px) {
  .index-section.sec-about .inner h2 {
    max-width: 50vw;
  }
}
@media screen and (max-width: 960px) {
  .index-section.sec-about .inner h2 {
    max-width: 70vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .index-section.sec-about .inner h2 {
    max-width: 85vw;
    margin-bottom: 20px;
  }
}
.index-section.sec-about .inner .message {
  padding: 0 50px 0 0;
}
@media screen and (max-width: 600px) {
  .index-section.sec-about .inner .message {
    padding: 0 15px 0 0;
  }
}
.index-section.sec-about .images {
  width: 100%;
  position: relative;
  text-align: right;
}
.index-section.sec-about .images img {
  display: none;
  width: 100%;
  max-width: 701px;
  aspect-ratio: 701/401;
  margin: 0 0 0 auto;
}
.index-section.sec-about .images img.show {
  display: block;
}
.index-section.sec-movie .section-title {
  left: -1px;
  top: 0;
}
@media screen and (max-width: 600px) {
  .index-section.sec-movie .section-title {
    left: 0;
  }
}
.index-section.sec-movie .section-header_andmore {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .index-section.sec-movie .section-header_andmore {
    margin-top: 52px;
  }
}
.index-section.sec-movie .slick {
  margin: 15px 0 0 70px;
  width: calc(100% - 70px);
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .index-section.sec-movie .slick {
    margin: 52px 0 0 30px;
    width: calc(100% - 30px);
  }
}
.index-section.sec-movie .slick .slick-list {
  width: 150%;
}
@media screen and (max-width: 600px) {
  .index-section.sec-movie .slick .slick-list {
    width: 180%;
  }
}
.index-section.sec-movie .slick .slick-slide {
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  .index-section.sec-movie .slick .slick-slide {
    margin-right: 15px;
  }
}
.index-section.sec-movie .slick .slick-slide iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
}
.index-section.sec-movie .slick .slick-arrow {
  width: 55px;
  height: 55px;
}
.index-section.sec-movie .slick .slick-prev {
  display: none;
}
.index-section.sec-movie .slick .slick-next {
  z-index: 999;
  right: -27px;
}
.index-section.sec-movie .slick .slick-next::before {
  content: "";
  width: 55px;
  height: 55px;
  background-image: url("../images/index/movie_next.png");
  background-size: cover;
  display: block;
  opacity: 1;
}
.index-section.sec-movie .categories {
  margin: 40px 15px 80px 70px;
}
@media screen and (max-width: 600px) {
  .index-section.sec-movie .categories {
    margin: 30px 15px 15px 30px;
  }
}
.index-section.sec-movie .categories h3 img {
  width: 243px;
}
@media screen and (max-width: 600px) {
  .index-section.sec-movie .categories h3 img {
    width: 150px;
  }
}
.index-section.sec-movie .categories ul {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .index-section.sec-movie .categories ul {
    grid-template-columns: repeat(2, auto);
  }
}
.index-section.sec-movie .categories ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .index-section.sec-movie .categories ul li {
    font-size: 14px;
  }
}
.index-section.sec-movie .categories ul li img {
  height: 58px;
}
@media screen and (max-width: 600px) {
  .index-section.sec-movie .categories ul li img {
    height: 38px;
  }
}
.index-section.sec-movie .categories .sec-category {
  padding: 30px 0 0 !important;
}
.index-section.sec-movie .btn_wrapper {
  display: none;
}
@media screen and (max-width: 600px) {
  .index-section.sec-movie .btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px 0;
  }
  .index-section.sec-movie .btn_wrapper .btn-link {
    margin: 20px auto;
  }
}
.index-section.sec-workers .section-title {
  top: -1px;
}
@media screen and (max-width: 600px) {
  .index-section.sec-workers .section-title {
    top: 0;
    width: 172px;
  }
}
.index-section.sec-workers .workers-grid {
  padding-bottom: 15px;
}
@media screen and (max-width: 600px) {
  .index-section.sec-workers .workers-grid {
    padding-top: 0;
  }
}
.index-section.sec-workers .btn_wrapper {
  display: none;
}
@media screen and (max-width: 600px) {
  .index-section.sec-workers .btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    margin-top: 0;
  }
}
.index-section.sec-workers .btn_wrapper a {
  margin: 30px auto 50px auto;
}
.index-section.sec-map {
  background-color: #E6E6E6;
  overflow: hidden;
  padding-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .index-section.sec-map {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .index-section.sec-map {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 960px) {
  .index-section.sec-map {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .index-section.sec-map {
    padding-bottom: 0;
  }
}
.index-section.sec-map .section-title {
  right: -1px;
  left: auto;
  top: 0;
}
@media screen and (max-width: 600px) {
  .index-section.sec-map .section-title {
    left: 0;
    right: auto;
    width: 138px;
  }
}
.index-section.sec-map .map {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .index-section.sec-map .map {
    aspect-ratio: auto;
  }
}
.index-section.sec-map .map > svg {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media screen and (max-width: 1366px) {
  .index-section.sec-map .map > svg {
    -webkit-transform: scale(1.1) translateY(7%);
            transform: scale(1.1) translateY(7%);
  }
}
@media screen and (max-width: 960px) {
  .index-section.sec-map .map > svg {
    -webkit-transform: scale(1.2) translateY(5%);
            transform: scale(1.2) translateY(5%);
  }
}
@media screen and (max-width: 600px) {
  .index-section.sec-map .map > svg {
    -webkit-transform: scale(1.45) translateY(15vw);
            transform: scale(1.45) translateY(15vw);
  }
}
.index-section.sec-map .map_copy {
  position: absolute;
  left: 60px;
  top: 90px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1600px) {
  .index-section.sec-map .map_copy {
    left: 60px;
    top: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .index-section.sec-map .map_copy {
    left: 50px;
    top: 70px;
  }
}
@media screen and (max-width: 960px) {
  .index-section.sec-map .map_copy {
    left: 30px;
    top: 52px;
  }
}
.index-section.sec-map .map_copy img {
  position: relative;
  height: 65px;
}
@media screen and (max-width: 1366px) {
  .index-section.sec-map .map_copy img {
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .index-section.sec-map .map_copy img {
    height: 37px;
  }
}
.index-section.sec-map .content {
  position: relative;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  max-width: 60%;
  top: -300px;
}
.index-section.sec-map .content .btn_wrapper {
  padding: 0;
}
@media screen and (max-width: 1600px) {
  .index-section.sec-map .content {
    max-width: 80%;
    top: -250px;
  }
  .index-section.sec-map .content .btn_wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 1366px) {
  .index-section.sec-map .content {
    max-width: 70%;
    top: 0;
    -webkit-transform: translate(-50%, -15%);
            transform: translate(-50%, -15%);
  }
  .index-section.sec-map .content .btn_wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .index-section.sec-map .content {
    width: 100%;
    max-width: 80vw;
    top: 0;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    padding-bottom: 40px;
  }
  .index-section.sec-map .content .btn_wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .index-section.sec-map .content {
    width: calc(100% - 45px);
    max-width: none;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), 25%);
            transform: translate(calc(-50% + 5px), 25%);
    padding-bottom: 180px;
  }
  .index-section.sec-map .content .btn_wrapper {
    padding-right: 15px;
  }
}
.index-section.sec-gallery {
  display: grid;
  border-top: none;
  grid-template: "g_1 g_1 g_2 g_3" 1fr "g_1 g_1 g_4 g_5" 1fr/auto auto auto auto;
}
@media screen and (max-width: 600px) {
  .index-section.sec-gallery {
    grid-template: "g_1 g_1" 1fr "g_1 g_1" 1fr "g_2 g_3" 1fr "g_4 g_5" 1fr/auto auto;
  }
}
.index-section.sec-gallery img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: pointer;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .index-section.sec-gallery img:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .index-section.sec-gallery img:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}

.sec-category {
  padding: 50px 0 50px 50px;
}
.sec-category .category-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sec-category .category-box .cat_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 220px;
  padding: 0 20px 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 600px) {
  .sec-category .category-box .cat_item {
    width: 160px;
    padding: 0 15px 15px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.sec-category .category-box .cat_item img {
  width: 70px;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .sec-category .category-box .cat_item img {
    width: 50px;
  }
}

.cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #333333;
  padding-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .cat_list {
    padding-top: 65px;
  }
}
.cat_list li {
  display: block;
  width: 130px;
  height: 40px;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 600px) {
  .cat_list li {
    width: 100px;
    height: 30px;
  }
}
.cat_list li a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  border: 2px solid #333333;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .cat_list li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.cat_list li a::before {
  content: "#";
}
@media (hover: hover) and (pointer: fine) {
  .cat_list li a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #ff8170;
    color: #006c31;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cat_list li a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #ff8170;
    color: #006c31;
  }
}
.cat_list li a.active {
  background: #ff8170;
  color: #006c31;
}

.workers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  padding-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .workers-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .workers-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.workers_item {
  position: relative;
  aspect-ratio: 1/1;
}
.workers_item img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.workers_item .hover-on {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .workers_item:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .workers_item:hover .hover-on {
    display: block;
  }
  .workers_item:hover .hover-off {
    display: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .workers_item:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .workers_item:hover .hover-on {
    display: block;
  }
  .workers_item:hover .hover-off {
    display: none;
  }
}
.workers_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.workers_item a img {
  position: relative;
}
.workers_item a p.marker {
  position: absolute;
  bottom: 50px;
  left: 20px;
  z-index: 2;
  display: none;
  line-height: 1rem;
}
@media screen and (max-width: 960px) {
  .workers_item a p.marker {
    bottom: 35px;
    left: 10px;
  }
}
.workers_item a p.marker span {
  background: #ffffff;
  display: inline-block;
  padding: 5px 7px 7px;
  margin-bottom: 7px;
  color: #333333;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .workers_item a p.marker span {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 3px 5px 5px;
    margin-bottom: 5px;
  }
}
.workers_item a .cat-name {
  display: none;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  width: 130px;
  height: 85px !important;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  background: url(../images/workers/category_bg.svg) bottom right no-repeat;
  background-size: contain;
}
.workers_item a .cat-name::before {
  content: "#";
}
@media (hover: hover) and (pointer: fine) {
  .workers_item a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .workers_item a:hover .marker {
    display: block;
  }
  .workers_item a:hover .cat-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .workers_item a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .workers_item a:hover .marker {
    display: block;
  }
  .workers_item a:hover .cat-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.workers_item.on .hover-on,
.workers_item.on .marker {
  display: block;
}
.workers_item.on .cat-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50%;
  height: auto;
  bottom: 10px;
  right: 10px;
  padding: 5px 3px;
  font-size: 10px;
  font-size: 1rem;
}
.workers_item.on .hover-off {
  display: none;
  opacity: 0;
}

.post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-content .post-item {
  border-bottom: 2px solid #333333;
}
@media screen and (min-width: 601px) {
  .post-content .post-item {
    width: 50%;
  }
  .post-content .post-item:nth-child(odd) {
    border-right: 1px solid #333333;
  }
  .post-content .post-item:nth-child(even) {
    border-left: 1px solid #333333;
  }
}
@media screen and (max-width: 600px) {
  .post-content .post-item {
    width: 100%;
  }
}
.post-content .post-item .post-title {
  display: block;
  padding: 15px;
  font-weight: 700;
}
.post-content .post-item .post-title a {
  color: #333333;
}
.post-content .post-item .post-title .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.post-content .post-item .post-title .category img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.post-content .post-item .post-title .company-name {
  font-size: 28px;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-content .post-item .post-title .company-name::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/common/arrow_black.svg) no-repeat;
  background-size: cover;
}
.post-content .messege-no_post {
  padding: 15px;
}

.sec-intro {
  background: #006c31;
  color: #ffffff;
}
@media screen and (min-width: 961px) {
  .sec-intro {
    padding: 50px;
  }
}
@media screen and (max-width: 960px) {
  .sec-intro {
    padding-top: 70px;
  }
}
.sec-intro .intro-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1366px) {
  .sec-intro .intro-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec-intro .intro-box .sec-title {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1367px) {
  .sec-intro .intro-box .sec-title {
    width: 55%;
  }
}
@media screen and (max-width: 1366px) {
  .sec-intro .intro-box .sec-title {
    max-width: 560px;
  }
}
.sec-intro .intro-box .text {
  width: 360px;
}
@media screen and (min-width: 1367px) {
  .sec-intro .intro-box .text {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .sec-intro .intro-box .text {
    width: 100%;
  }
}
.sec-intro .intro-box .image {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1366px) {
  .sec-intro .intro-box .image {
    width: 100%;
    padding-top: 100px;
  }
}
.sec-intro .item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1366px) {
  .sec-intro .item-grid {
    display: block;
  }
}
.sec-intro .item-grid .item {
  position: relative;
}
.sec-intro .item-grid .item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1367px) {
  .sec-intro .item-grid .item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 961px) {
  .sec-intro .item-grid .item {
    max-width: 600px;
    margin: 0 auto;
  }
}
.sec-intro .item-grid .item .sub_title {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 80px;
  width: 100%;
}
.sec-intro .item-grid .item .sub_title img {
  height: 100%;
  width: auto;
}
.sec-intro .item-grid .item .image {
  padding: 60px 0 30px 30px;
}

.sec-gallery {
  position: relative;
}
.sec-gallery .gallery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-gallery .gallery-box .image {
  max-height: 500px;
}
.sec-gallery .gallery-box .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec-gallery .gallery-box .video {
  position: relative;
  max-height: 500px;
}
@media screen and (max-width: 960px) {
  .sec-gallery .gallery-box .video {
    height: 250px;
  }
}
.sec-gallery .gallery-box .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-gallery .gallery-box .pc_w60per {
  width: 60%;
}
@media screen and (max-width: 960px) {
  .sec-gallery .gallery-box .pc_w60per {
    width: 100%;
  }
}
.sec-gallery .gallery-box .pc_w40per {
  width: 40%;
}
@media screen and (max-width: 960px) {
  .sec-gallery .gallery-box .pc_w40per {
    width: 50%;
  }
}
.sec-gallery .gallery-box .pc_w50per {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .sec-gallery .gallery-box .pc_w50per.image, .sec-gallery .gallery-box .pc_w50per.video {
    height: 50vw;
  }
}
.sec-gallery .gallery-box .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 500px;
}
@media screen and (max-width: 960px) {
  .sec-gallery .gallery-box .row2 {
    height: 250px;
  }
}
.sec-gallery .gallery-box .row2 .image,
.sec-gallery .gallery-box .row2 .video {
  height: 50%;
  max-height: 250px;
}
.sec-gallery .gallery-box .column-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .sec-gallery .gallery-box .column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec-gallery .gallery-box .column-reverse .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 180px;
  }
  .sec-gallery .gallery-box .column-reverse .row2 .image,
  .sec-gallery .gallery-box .column-reverse .row2 .video {
    width: 50%;
    height: 100%;
  }
}

.sec-copy {
  padding: 30px 15px;
}
.sec-copy h3 {
  display: block;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sec-copy h3 {
    text-align: justify;
  }
  .sec-copy h3 br {
    display: none;
  }
}

.sec-privacy {
  padding-top: 40px;
  background: #E6E6E6;
}
@media screen and (max-width: 960px) {
  .sec-privacy {
    padding-top: 90px;
  }
}

.privacy-content {
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
}
.privacy-content h3 {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 35px;
}
.privacy-content h4 {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 20px;
}
.privacy-content p {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-content p:not(:last-child) {
  margin-bottom: 15px;
}

.privacy-border {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #E6E6E6), color-stop(0%, #333333));
  background: linear-gradient(90deg, #E6E6E6 50%, #333333 0%);
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 600px) {
  .privacy-border {
    padding-left: 30px;
  }
}
.privacy-border .border {
  background-color: #333333;
  max-width: 700px;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .entry {
    display: block;
    padding-top: 50px;
  }
}
.entry .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry .title-area h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .entry .title-area h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.entry .title-area .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  aspect-ratio: 1/1;
  max-width: 125px;
  max-height: 125px;
  border-left: 2px solid #333333;
}
@media screen and (max-width: 960px) {
  .entry .title-area .category {
    max-width: 90px;
    max-height: 90px;
  }
}
.entry .title-area .category a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .entry .title-area .category a {
    font-size: 10px;
    font-size: 1rem;
  }
}
.entry .title-area .category a img {
  padding: 3px 15px 15px;
}
@media screen and (max-width: 960px) {
  .entry .title-area .category a img {
    padding: 0 8px 8px;
  }
}
.entry .catch_copy {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
}
@media screen and (max-width: 600px) {
  .entry .catch_copy {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3888888889;
  }
}
.entry .position {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 15px;
}
.entry .name {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  .entry .name {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.entry p {
  margin-top: 15px;
}
.entry .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .entry .flex-box {
    margin-bottom: 35px;
  }
}
.entry .flex-box .image {
  width: 50%;
  min-height: 350px;
}
@media screen and (max-width: 1366px) {
  .entry .flex-box .image {
    width: calc(100% - 45px);
    min-height: 200px;
  }
}
.entry .flex-box .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.entry .flex-box .text-box {
  width: 50%;
  padding: 0 50px 0 0;
  margin: 0 0 auto;
}
@media screen and (max-width: 1366px) {
  .entry .flex-box .text-box {
    width: calc(100% - 45px);
    padding: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .entry .flex-box div {
    max-width: 700px;
  }
}
@media screen and (min-width: 1367px) {
  .entry .flex-box.right-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.entry .flex-box.right-image div {
  margin-left: auto;
}
@media screen and (max-width: 1366px) {
  .entry .flex-box.right-image .text-box {
    padding: 15px 15px 15px 0;
  }
}
@media screen and (max-width: 1366px) {
  .entry .flex-box.column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1367px) {
  .entry .flex-box.staff-main .text-box {
    padding-left: 50px;
  }
}
.entry .center-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  padding: 0 30px 0 50px;
  width: 100%;
}
@media screen and (min-width: 1367px) {
  .entry .center-content {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .entry .center-content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .entry .center-content .text-box {
    padding: 15px 0;
  }
}
@media screen and (max-width: 960px) {
  .entry .center-content {
    margin: 15px auto 35px;
    padding: 0 30px;
    width: 100vw;
  }
}
@media screen and (max-width: 1366px) {
  .entry .center-content .image,
  .entry .center-content .text-box {
    width: 100%;
  }
}
.entry .sec-base_info .main-text {
  max-width: 700px;
  margin: auto;
  padding: 50px 15px;
}
@media screen and (min-width: 1367px) {
  .entry .sec-base_info .main-info .text-box {
    padding: 0 50px 0;
  }
}
.entry .sec-child {
  position: relative;
  border-top: 2px solid #333333;
}
.entry .right-box {
  width: 100%;
  padding-left: 120px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .entry .right-box {
    padding-left: 70px;
  }
}
.entry .sec-profile .outline-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media screen and (max-width: 960px) {
  .entry .sec-profile .outline-grid {
    display: block;
  }
}
.entry .sec-profile .outline-grid .outline_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333333;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 0;
}
.entry .sec-profile .outline-grid .outline_item:nth-child(-n+2) {
  border-top: 1px solid #333333;
}
@media screen and (max-width: 960px) {
  .entry .sec-profile .outline-grid .outline_item:nth-child(2) {
    border-top: none;
  }
}
.entry .sec-profile .outline-grid .outline_item .title {
  width: 110px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.entry .sec-message .main-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 500px;
}
@media screen and (max-width: 1366px) {
  .entry .sec-message .main-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
@media screen and (min-width: 1367px) {
  .entry .sec-message .main-area .text {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 2;
    color: #ffffff;
    background-color: rgba(51, 51, 51, 0.7);
    padding: 30px;
    width: 45%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 1366px) {
  .entry .sec-message .main-area .text {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
  }
}
.entry .sec-message .main-area .image {
  position: relative;
  top: 0;
  left: 50px;
  z-index: 0;
  height: 100%;
  min-height: 100%;
  width: calc(100% - 50px);
  aspect-ratio: 2/1;
}
@media screen and (min-width: 1367px) {
  .entry .sec-message .main-area .image {
    height: auto;
  }
}
@media screen and (max-width: 1366px) {
  .entry .sec-message .main-area .image {
    height: 430px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .entry .sec-message .main-area .image {
    left: 30px;
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .entry .sec-message .main-area .image {
    height: 200px;
  }
}
.entry .sec-message .main-area .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .entry .sec-message .main-area .image img {
    -o-object-position: center left;
       object-position: center left;
  }
}
.entry .sec-staff .staff-main {
  margin-top: 0;
  padding-left: 30px;
  padding-right: 15px;
}
@media screen and (min-width: 961px) {
  .entry .sec-staff .staff-main {
    padding-left: 50px;
    padding-right: 0;
  }
}
.entry .sec-recruit .right-box .sec-title_text {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 0;
  padding-top: 0;
}
.entry .sec-recruit .table {
  border-top: 1px solid #333333;
  width: 100%;
  margin-bottom: 50px;
}
.entry .sec-recruit .table tr {
  border-bottom: 1px solid #333333;
  padding: 25px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .entry .sec-recruit .table tr {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding: 20px 0;
  }
}
.entry .sec-recruit .table tr th {
  font-weight: 700;
  width: 150px;
}
@media screen and (max-width: 600px) {
  .entry .sec-recruit .table tr th {
    width: 100px;
  }
}
.entry .sec-recruit .table tr td {
  width: calc(100% - 150px);
  padding-right: 15px;
}
@media screen and (max-width: 600px) {
  .entry .sec-recruit .table tr td {
    width: calc(100% - 100px);
  }
}
.entry .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
  font-weight: 700;
}
.entry .contact-btn:not(:last-child) {
  margin-bottom: 15px;
}
.entry .contact-btn::after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  background: url(../images/common/arrow_black.svg) no-repeat center;
  background-size: cover;
  margin-left: 15px;
}
.entry .border {
  width: 100%;
  border-bottom: 2px solid #333333;
}

.sec-notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  text-align: center;
}
.sec-notfound h2 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */