@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #1C1C1C;
  letter-spacing: 0.07rem;
  background: #F3EEE7;
  font-weight: 500;
}
@media print {
  body {
    zoom: 0.8;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.id-target {
  display: block;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .id-target {
    scroll-margin-top: 7rem;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(-35px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(35px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(-35px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(35px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ED6F2D;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #F3EEE7;
  z-index: 999;
  height: 10rem;
  padding: 0 2rem;
}
@media screen and (max-width: 1199px) {
  header {
    height: 7rem;
  }
}
header .logo {
  width: 33.3rem;
}
@media screen and (max-width: 1400px) {
  header .logo {
    width: 22rem;
  }
}
header nav {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 3rem;
}
@media screen and (max-width: 1400px) {
  header nav {
    gap: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav {
    flex-direction: column;
    height: auto;
    width: 25rem;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%) translateX(100%);
    background: #F3EEE7;
    gap: 0;
    padding-bottom: 2rem;
    transition: 0.5s;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.2);
  }
  header nav.open {
    transform: translateY(100%);
  }
}
header nav > * {
  height: 100%;
}
@media screen and (max-width: 1199px) {
  header nav > * {
    height: auto;
    width: 100%;
    justify-content: space-between;
  }
}
header nav a, header nav .dropdown_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav a, header nav .dropdown_ttl {
    justify-content: space-between;
    padding: 1.5rem;
  }
}
header nav a i, header nav .dropdown_ttl i {
  margin-left: 1rem;
  transition: 0.3s;
  font-size: 1.3rem;
}
header nav a.active, header nav .dropdown_ttl.active {
  color: #ED6F2D;
}
@media (min-width: 992px) {
  header nav a:hover, header nav .dropdown_ttl:hover {
    color: #ED6F2D;
  }
}
header nav .dropdown {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  header nav .dropdown:hover ul {
    opacity: 1;
    pointer-events: all;
  }
  header nav .dropdown:hover .dropdown_ttl i {
    transform: translateY(3px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  header nav .dropdown:hover .dropdown_ttl i {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1199px) {
  header nav .dropdown {
    width: 100%;
    display: block;
  }
}
header nav .dropdown_ttl {
  height: 100%;
}
@media screen and (max-width: 1199px) {
  header nav .dropdown_ttl {
    height: auto;
    width: 100%;
  }
}
header nav .dropdown_ttl.is-active {
  color: #ED6F2D;
}
@media screen and (max-width: 1199px) {
  header nav .dropdown_ttl.is-active i {
    transform: rotate(180deg);
  }
}
header nav .dropdown ul {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background: #F3EEE7;
  border-radius: 0 0 1rem 1rem;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  header nav .dropdown ul {
    opacity: 1;
    pointer-events: all;
    transform: translate(0);
    position: static;
    display: none;
    transition: 0s;
  }
}
header nav .dropdown ul li a {
  display: block;
  padding: 1.5rem;
  white-space: nowrap;
  border-bottom: 2px dashed #dcd4c9;
}
header nav .dropdown ul li:last-of-type a {
  border-bottom: 0;
}
@media screen and (max-width: 1199px) {
  header nav .dropdown ul li:last-of-type a {
    border-bottom: 2px dashed #dcd4c9;
  }
}
header nav .entry {
  padding: 1rem 3rem;
  background: #ED6F2D;
  color: #fff;
  border-radius: 4rem;
  border: 2px solid #ED6F2D;
  height: auto;
}
@media (min-width: 992px) {
  header nav .entry:hover {
    background: #fff;
    color: #ED6F2D;
  }
}
@media screen and (max-width: 1400px) {
  header nav .entry {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav .entry {
    max-width: calc(100% - 3rem);
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ED6F2D;
  position: absolute;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1199px) {
  header .toggle {
    display: block;
  }
}

.title {
  position: relative;
  z-index: 0;
}
.title h3 {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}
.title .en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-6.55deg);
  font-family: "Nothing You Could Do", cursive;
  font-size: 14rem;
  line-height: 1;
  z-index: -1;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1199px) {
  .title .en {
    font-size: 12rem;
  }
}
@media screen and (max-width: 574px) {
  .title .en {
    font-size: 8rem;
  }
}
.title_bottom .en {
  font-family: "Proza Libre", sans-serif;
  font-size: 4.3rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .title_bottom .en {
    font-size: 4rem;
  }
}
.title_bottom h4 {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .title_bottom h4 {
    font-size: 1.6rem;
  }
}
.title_bottom h3 {
  font-size: 2rem;
  margin-top: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
.title_bottom.white {
  color: #fff;
}

.more {
  width: 27rem;
  height: 5.8rem;
  background: #ED6F2D;
  color: #fff;
  border-radius: 5rem;
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem 0 3rem;
  align-items: center;
  border: 2px solid #ED6F2D;
  transition: 0.3s;
}
.more svg {
  display: block;
  width: 1.8rem;
  transition: 0.3s;
}
.more svg path {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .more:hover {
    background: #fff;
    color: #ED6F2D;
  }
  .more:hover svg {
    transform: translateX(5px);
  }
  .more:hover svg path {
    fill: #ED6F2D !important;
    stroke: #ED6F2D !important;
  }
}

.more_2 {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.8rem;
  gap: 1rem;
}
.more_2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #ED6F2D;
  border: 2px solid #ED6F2D;
  transition: 0.3s;
}
.more_2 span svg {
  width: 1.6rem;
  display: block;
}
.more_2 span svg path {
  transition: 0.3s;
}
@media (min-width: 992px) {
  .more_2:hover span {
    background: #fff;
    color: #ED6F2D;
  }
  .more_2:hover span svg path {
    fill: #ED6F2D !important;
    stroke: #ED6F2D !important;
  }
}
.more_2.white {
  color: #fff;
}
.more_2.white span {
  background: transparent;
  border-color: #fff;
}
.more_2.white span svg path {
  fill: #fff !important;
  stroke: #fff !important;
}

main {
  overflow: hidden;
}

.footer_contact .contact_box {
  padding: 3rem 11rem;
  height: 36rem;
  background: url(../../images/common/contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 2rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer_contact .contact_box {
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_contact .contact_box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
    background-position: left bottom;
  }
}
@media screen and (max-width: 574px) {
  .footer_contact .contact_box .contact_btn {
    width: 100%;
  }
}
.footer_contact .contact_box .contact_btn h4 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
.footer_contact .contact_box .contact_btn h4 i {
  margin-right: 1.5rem;
}
.footer_contact .contact_box .contact_btn .more {
  margin-top: 2rem;
  width: 35rem;
  padding: 3rem 3rem 3rem 4rem;
}
@media screen and (max-width: 574px) {
  .footer_contact .contact_box .contact_btn .more {
    width: 100%;
  }
}
.footer_bottom {
  margin-top: 10rem;
  padding: 10rem 0;
  background: #D37626;
  color: #fff;
}
@media screen and (max-width: 574px) {
  .footer_bottom {
    padding: 7rem 0;
    margin-top: 6rem;
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    flex-direction: column;
    gap: 4rem;
    align-items: center;
  }
}
.footer_left .logo {
  width: 33.33rem;
}
.footer_left .logo img {
  display: block;
}
.footer_left .add {
  margin-top: 4.5rem;
  line-height: 1.9;
}
.footer_right {
  display: flex;
  gap: 8.5rem;
}
@media screen and (max-width: 574px) {
  .footer_right {
    display: none;
  }
}
.footer_nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer_nav .nav_wrap ul {
  margin-top: 1rem;
}
.footer_nav .nav_wrap ul li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
}
.footer .copy {
  text-align: center;
  margin-top: 3rem;
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 4rem;
  z-index: 99;
}

.lightbox-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow: hidden;
}
.lightbox-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-in-out;
}
.lightbox-modal__content {
  position: relative;
  max-width: 80%;
  max-height: 80vh;
  margin: auto;
  cursor: default;
}
.lightbox-modal__image {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
.lightbox-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  transition: opacity 0.2s;
  opacity: 0.8;
  z-index: 10;
  user-select: none;
}
.lightbox-modal__nav:hover {
  opacity: 1;
}
.lightbox-modal__nav.prev {
  left: 20px;
}
.lightbox-modal__nav.next {
  right: 20px;
}
.lightbox-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
  z-index: 10;
}
.lightbox-modal__close:hover {
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .lightbox-modal__nav {
    font-size: 1.5rem;
    padding: 5px;
  }
  .lightbox-modal__nav.prev {
    left: 10px;
  }
  .lightbox-modal__nav.next {
    right: 10px;
  }
  .lightbox-modal__close {
    font-size: 2rem;
    top: 10px;
    right: 10px;
  }
}
#top .mv {
  margin-top: 10rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  #top .mv {
    margin-top: 7rem;
  }
}
#top .mv::after {
  content: "";
  width: 135rem;
  height: 100rem;
  position: absolute;
  left: 0;
  top: 55%;
  z-index: -1;
  background: url(../../images/top/about_bg.png) no-repeat;
  background-size: contain;
  background-position: left center;
}
#top .mv_image {
  max-width: 85vw;
  margin-left: auto;
  overflow: hidden;
  border-radius: 2rem 0 0 2rem;
}
@media screen and (max-width: 574px) {
  #top .mv_image {
    max-width: 95%;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv_image img {
    height: 65rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_image img {
    height: 55rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_image img.right {
    object-position: 80%;
  }
}
#top .mv_text {
  position: absolute;
  bottom: 10rem;
  left: 0;
  padding: 0 6rem;
}
@media screen and (max-width: 1199px) {
  #top .mv_text {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text {
    bottom: 5rem;
  }
}
#top .mv_text h2 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 {
    gap: 1rem;
  }
}
#top .mv_text h2 span {
  display: block;
  padding: 1.5rem 0 1.5rem 2.5rem;
  background: #fff;
  color: #ED6F2D;
  font-weight: bold;
  font-size: 7.5rem;
  line-height: 1;
  width: fit-content;
}
@media screen and (max-width: 1400px) {
  #top .mv_text h2 span {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 span {
    font-size: 3.5rem;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}
#top .about {
  padding: 11rem 0 15rem;
}
@media screen and (max-width: 991px) {
  #top .about {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 991px) {
  #top .about {
    padding-top: 6rem;
  }
}
#top .about .row {
  gap: 3rem 0;
}
#top .about .en_title h3 {
  font-family: "Nothing You Could Do", cursive;
  font-size: 9.8rem;
  color: rgba(237, 111, 45, 0.8);
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  #top .about .en_title h3 {
    font-size: 7rem;
  }
}
#top .about_lead {
  line-height: 2.2;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #top .about_lead {
    font-size: 1.6rem;
  }
}
#top .feature {
  position: relative;
  padding-bottom: 25rem;
}
#top .feature::after {
  content: "";
  width: 100%;
  height: 19.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../images/top/service_bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
#top .feature .row {
  margin-top: 8rem;
  gap: 3rem 0;
}
#top .feature_item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  #top .feature_item {
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (max-width: 574px) {
  #top .feature_item {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  #top .feature_image {
    width: 40%;
  }
}
@media screen and (max-width: 574px) {
  #top .feature_image {
    width: 100%;
  }
}
#top .feature_image img {
  border-radius: 1rem;
}
@media screen and (max-width: 991px) {
  #top .feature_text {
    width: 60%;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .feature_text {
    width: 100%;
    padding: 0;
  }
}
#top .feature_text p {
  margin-top: 2rem;
  line-height: 1.9;
  font-size: 1.5rem;
}
#top .service {
  position: relative;
  margin-top: -3rem;
  background: #fff;
  z-index: 0;
}
#top .service .row {
  justify-content: flex-end;
}
#top .service_en {
  font-family: "Nothing You Could Do", cursive;
  font-size: 13rem;
  line-height: 1;
  transform: rotate(-6.55deg);
  color: rgba(237, 111, 45, 0.5);
  position: absolute;
  right: -22rem;
  bottom: 5rem;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 574px) {
  #top .service_en {
    display: none;
  }
}
#top .service .container {
  position: relative;
}
#top .service_image {
  position: absolute;
  bottom: 7rem;
  left: calc(-1 * (100vw - 100%) / 2);
  width: 100%;
  padding: 0;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  #top .service_image {
    bottom: 25rem;
  }
}
@media screen and (max-width: 574px) {
  #top .service_image {
    bottom: 30rem;
  }
}
#top .service_image img {
  border-radius: 0 1rem 1rem 0;
  height: 60rem;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #top .service_image img {
    height: 45rem;
  }
}
#top .service_text {
  padding: 10rem 0 10rem 5rem;
  background: #fff;
  margin-top: 10rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  #top .service_text {
    padding: 5rem 0 5rem 5rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .service_text {
    background: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (max-width: 574px) {
  #top .service_text {
    padding: 3rem 0 3rem 3rem;
    margin-top: 15rem;
  }
}
#top .service_text h4 {
  margin-top: 5rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  #top .service_text h4 {
    font-size: 2.2rem;
  }
}
#top .service_text .more_wrap {
  display: flex;
  gap: 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 1400px) {
  #top .service_text .more_wrap {
    gap: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .service_text .more_wrap {
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
  }
}
#top .service_lead {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2;
}
#top .recruit {
  position: relative;
  background: #fff;
  z-index: 0;
  padding-top: 5rem;
}
@media screen and (max-width: 1199px) {
  #top .recruit {
    padding-top: 10rem;
  }
}
#top .recruit .container {
  position: relative;
}
#top .recruit_en {
  font-family: "Nothing You Could Do", cursive;
  font-size: 13rem;
  line-height: 1;
  transform: rotate(-6.55deg);
  color: rgba(237, 111, 45, 0.5);
  position: absolute;
  left: -22rem;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 574px) {
  #top .recruit_en {
    display: none;
  }
}
#top .recruit_image {
  position: absolute;
  bottom: 7rem;
  right: calc(-1 * (100vw - 100%) / 2);
  width: 100%;
  padding: 0;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  #top .recruit_image {
    bottom: 25rem;
  }
}
@media screen and (max-width: 574px) {
  #top .recruit_image {
    bottom: 30rem;
    width: 95%;
  }
}
#top .recruit_image img {
  border-radius: 1rem 0 0 1rem;
  height: 60rem;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #top .recruit_image img {
    height: 45rem;
  }
}
#top .recruit_text {
  padding: 10rem 5rem 10rem 0;
  background: #fff;
  margin-top: 10rem;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  #top .recruit_text {
    padding: 5rem 5rem 5rem 0;
  }
}
@media screen and (max-width: 1199px) {
  #top .recruit_text {
    background: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (max-width: 574px) {
  #top .recruit_text {
    padding: 3rem 3rem 3rem 0;
  }
}
#top .recruit_text h4 {
  margin-top: 5rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  #top .recruit_text h4 {
    font-size: 2.2rem;
  }
}
#top .recruit_text .more_wrap {
  display: flex;
  gap: 3rem;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 574px) {
  #top .recruit_text .more_wrap {
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
  }
}
#top .recruit_lead {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2;
}
#top .benefit {
  padding: 5rem 0 10rem;
  background: #fff;
}
#top .benefit_title {
  position: relative;
  z-index: 0;
  padding-bottom: 8rem;
}
#top .benefit_title h3 {
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #1C1C1C;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 2rem;
}
#top .benefit_title .en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-6.55deg);
  font-family: "Nothing You Could Do", cursive;
  font-size: 13rem;
  line-height: 1;
  color: rgba(255, 114, 40, 0.1);
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #top .benefit_title .en {
    font-size: 10rem;
  }
}
#top .benefit_lead {
  line-height: 2;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  #top .benefit_lead {
    text-align: left;
  }
  #top .benefit_lead .xl {
    display: none;
  }
}
#top .benefit .row {
  gap: 3rem 0;
}
#top .benefit_item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 992px) {
  #top .benefit_item:hover .more_2 span {
    background: #fff;
    color: #ED6F2D;
  }
  #top .benefit_item:hover .more_2 span svg path {
    fill: #ED6F2D !important;
    stroke: #ED6F2D !important;
  }
  #top .benefit_item:hover .benefit_image img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 991px) {
  #top .benefit_item {
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (max-width: 574px) {
  #top .benefit_item {
    flex-direction: column;
    gap: 2.5rem;
  }
}
#top .benefit_image {
  overflow: hidden;
  border-radius: 1rem;
}
@media screen and (max-width: 991px) {
  #top .benefit_image {
    width: 40%;
  }
}
@media screen and (max-width: 574px) {
  #top .benefit_image {
    width: 100%;
  }
}
#top .benefit_image img {
  transition: 0.5s;
}
@media screen and (max-width: 991px) {
  #top .benefit_text {
    width: 60%;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .benefit_text {
    width: 100%;
    padding-left: 0;
  }
}
#top .benefit_text .more_2 {
  margin-top: 2rem;
}
#top .company {
  display: flex;
}
@media screen and (max-width: 574px) {
  #top .company {
    flex-direction: column;
  }
}
#top .company > * {
  flex: 1;
}
#top .company_item {
  position: relative;
  overflow: hidden;
}
#top .company_item img {
  transition: 0.5s;
  height: 40rem;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #top .company_item img {
    height: 30rem;
  }
}
@media (min-width: 992px) {
  #top .company_item:hover img {
    transform: scale(1.1);
  }
  #top .company_item:hover .more_2 span {
    background: #ED6F2D;
    border-color: #ED6F2D;
  }
}
#top .company_text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 6rem;
}
@media screen and (max-width: 1199px) {
  #top .company_text {
    padding: 0 3rem;
  }
}
#top .company_text .more_2 {
  margin-top: 3rem;
}
#top .company .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 574px) {
  #top .company .map iframe {
    height: 30rem;
  }
}
#top .blog {
  padding: 10rem 0 8rem;
}
#top .blog .row {
  justify-content: space-between;
}
#top .blog_title {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
#top .blog_category h4 {
  font-family: "Proza Libre", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D0D4D8;
}
#top .blog_category .tab {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #top .blog_category .tab {
    flex-direction: row;
    gap: 1rem 3rem;
    flex-wrap: wrap;
  }
}
#top .blog_category .tab li {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 574px) {
  #top .blog_category .tab li {
    color: #5e5e5e;
  }
}
#top .blog_category .tab li::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #ED6F2D;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (max-width: 574px) {
  #top .blog_category .tab li::before {
    opacity: 1;
    background: #5e5e5e;
  }
}
#top .blog_category .tab li.active {
  color: #ED6F2D;
}
#top .blog_category .tab li.active::before {
  opacity: 1;
}
@media screen and (max-width: 574px) {
  #top .blog_category .tab li.active::before {
    background: #ED6F2D;
  }
}
@media (min-width: 992px) {
  #top .blog_category .tab li:hover {
    color: #ED6F2D;
  }
  #top .blog_category .tab li:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #top .blog .tab_box_wrap {
    margin-top: 4rem;
  }
}
#top .blog .tab_box_wrap .tab_box {
  display: none;
}
#top .blog .tab_box_wrap .tab_box.active {
  display: block;
}
#top .blog .tab_box_wrap ul li:first-of-type a {
  border-top: 1px solid #D0D4D8;
}
#top .blog .tab_box_wrap ul li .blog_item {
  display: block;
  padding: 4rem 6rem 4rem 3rem;
  position: relative;
  border-bottom: 1px solid #D0D4D8;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #top .blog .tab_box_wrap ul li .blog_item:hover {
    background: #faf2e6;
  }
  #top .blog .tab_box_wrap ul li .blog_item:hover .arrow {
    transform: translateY(-50%) translateX(4px);
  }
}
@media screen and (max-width: 991px) {
  #top .blog .tab_box_wrap ul li .blog_item {
    padding: 2rem 4rem 2rem 1rem;
  }
}
#top .blog .tab_box_wrap ul li .blog_item .arrow {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 574px) {
  #top .blog .tab_box_wrap ul li .blog_item .arrow {
    right: 1.5rem;
  }
}
#top .blog .tab_box_wrap ul li .blog_item .arrow svg path {
  fill: #1C1C1C !important;
  stroke: #1C1C1C !important;
}
#top .blog .tab_box_wrap ul li .blog_item .date {
  display: flex;
  align-items: center;
  font-family: "Proza Libre", sans-serif;
  font-size: 1.4rem;
  color: #6B6B6B;
  gap: 2rem;
}
#top .blog .tab_box_wrap ul li .blog_item .date .category {
  padding: 0.5rem 1.5rem;
  border: 1px solid #6B6B6B;
  border-radius: 5rem;
  font-family: "Noto Sans JP", sans-serif;
}
#top .blog .tab_box_wrap ul li .blog_item .date span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #D90D0D;
}
#top .blog .tab_box_wrap ul li .blog_item h4 {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  word-break: break-all;
}
#top .blog .more {
  margin-top: 3rem;
  margin-left: auto;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 140rem;
  z-index: -1;
}
.bg img {
  opacity: 0.6;
}

.subhead {
  margin-top: 10rem;
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5rem 5rem;
}
@media screen and (max-width: 1199px) {
  .subhead {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 991px) {
  .subhead {
    padding: 0 2rem 4rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead {
    padding-bottom: 0;
    padding-top: 5rem;
    height: 20rem;
  }
}
.subhead .en {
  font-family: "Proza Libre", sans-serif;
  font-size: 8rem;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .subhead .en {
    font-size: 7rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead .en {
    font-size: 5rem;
  }
}
.subhead h2 {
  font-size: 2.4rem;
  margin-top: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 574px) {
  .subhead h2 {
    font-size: 2.1rem;
  }
}

#company section {
  padding: 5rem 0;
}
#company section .row {
  gap: 3rem 0;
}
#company .message_text p {
  line-height: 2;
}
#company .message_text .name {
  margin-top: 1.5rem;
  text-align: right;
}
#company .outline table {
  width: 100%;
  line-height: 1.8;
}
#company .outline table th {
  border-bottom: #ED6F2D 1px solid;
  color: #ED6F2D;
  width: 25%;
  white-space: nowrap;
}
#company .outline table tr:last-of-type th {
  border-color: #ED6F2D;
}
#company .outline table td {
  border-bottom: #1C1C1C 1px solid;
  width: 75%;
}
#company .outline table th, #company .outline table td {
  padding: 2rem 1rem;
}
#company .access_map iframe {
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 574px) {
  #company .access_map iframe {
    height: 35rem;
  }
}
#company .access_map .more {
  margin-top: 1.5rem;
  margin-left: auto;
}

#contact {
  overflow: hidden;
}
#contact .subhead {
  background: url(../../images/contact/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 2rem;
  text-align: justify;
  margin-top: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  #contact .greeting .lg {
    display: none;
  }
}
#contact .greeting span {
  margin-right: 5px;
  vertical-align: middle;
}
#contact .requied {
  display: inline-block;
  background: #bb1515;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 5px;
  vertical-align: text-top;
}
#contact .contact {
  padding: 0 0 8rem 0;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 0 0 6rem 0;
  }
}
@media screen and (max-width: 574px) {
  #contact .contact {
    padding-top: 7rem;
  }
}
#contact .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #ED6F2D 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
  color: #ED6F2D;
}
#contact .form_wrap form table th .requied {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th .requied {
    top: calc(50% + 1rem);
  }
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    padding-bottom: 0;
  }
}
#contact .form_wrap form table th small {
  color: #bb1515;
  line-height: 1.4;
  display: inline-block;
  padding-top: 0.5rem;
  font-size: 1.5rem;
}
#contact .form_wrap form table td {
  padding: 2rem 0.5rem 2rem 4rem;
  border-bottom: #b1a4a4 1px solid;
  width: 70%;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    padding: 1rem 0.5rem 2rem 0.5rem;
  }
}
#contact .form_wrap form table td input {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
#contact .form_wrap form table td input.w50 {
  width: 330px;
}
#contact .form_wrap form table td input.w30 {
  margin-left: 10px;
}
#contact .form_wrap form table td input[type=file] {
  border: none;
}
#contact .form_wrap form table td input[type=text] {
  width: 100%;
}
#contact .form_wrap form table td .red {
  font-size: 90%;
  color: #bb1515;
  font-weight: 400;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
#contact .form_wrap form table td select {
  padding: 5px;
  width: 30%;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td select {
    width: auto;
  }
}
#contact .form_wrap form table td .history_top {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}
#contact .form_wrap form table td .history_top input {
  width: 50%;
  margin-right: 2rem;
}
#contact .form_wrap form table td .history_top select {
  width: auto;
}
#contact .form_wrap form table td .history_mid {
  margin: 1rem 0;
}
#contact .form_wrap form table td .history_bottom {
  display: flex;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td .history_bottom {
    flex-wrap: wrap;
    gap: 1rem 0;
  }
}
#contact .form_wrap form table td .history_bottom label {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
#contact .form_wrap form table td .history_bottom label input {
  width: 10rem;
}
#contact .form_wrap form table td .history_bottom select {
  width: auto;
}
#contact .form_wrap form table td textarea {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    display: block;
    width: 100%;
  }
  #contact .form_wrap form table td input {
    width: 100%;
  }
  #contact .form_wrap form table td input.w50 {
    width: 100%;
  }
  #contact .form_wrap form table td input.w30 {
    max-width: 250px;
  }
  #contact .form_wrap form table td label input[type=radio] {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form table th, #contact .form_wrap form table td {
    width: 100%;
    display: block;
  }
}
#contact .form_wrap form h4 {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #ED6F2D;
  margin-bottom: 20px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form h4 {
    font-size: 20px;
  }
}
#contact .form_wrap form .privacy_ttl {
  text-align: center;
  letter-spacing: 0.1em;
}
#contact .form_wrap form .privacy_policy {
  border: 1px solid #ED6F2D;
  background: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  font-weight: 400;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner {
  max-height: 340px;
  overflow-y: scroll;
  padding: 20px 30px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #242424;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul {
  padding-left: 0;
  list-style: none;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
  margin-bottom: 5px;
  display: flex;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul:last-of-type li {
  display: block;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner .name {
  text-align: right;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar {
  width: 10px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-thumb {
  background: #ED6F2D;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner a {
  color: #007bff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner {
    padding: 20px 10px;
  }
}
#contact .form_wrap form .check {
  margin-bottom: 30px;
}
#contact .form_wrap form .check input[type=checkbox] {
  margin-right: 10px;
  padding: 5px;
}
#contact .form_wrap form .submit {
  text-align: center;
}
#contact .form_wrap form .submit button {
  background: #ED6F2D;
  color: #fff;
  font-weight: 500;
  border: none;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  padding: 15px 40px;
  position: relative;
}
#contact .form_wrap form .submit button i {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
#contact .form_wrap form .confirm button {
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  width: 250px;
}
#contact .form_wrap form .confirm button[type=button] {
  background: #838383;
  color: #fff;
  margin-right: 30px;
  position: relative;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=button] i {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 10px;
  }
}
#contact .form_wrap form .confirm button[type=submit] {
  background: #ED6F2D;
  color: #fff;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=submit] i {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .confirm {
    flex-wrap: wrap;
  }
  #contact .form_wrap form .confirm button {
    width: 250px;
  }
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#blog .blog {
  padding: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  #blog .blog {
    padding: 5rem 0 10rem;
  }
}
#blog .blog .row {
  justify-content: space-between;
}
#blog .blog_title {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
#blog .blog_category h4 {
  font-family: "Proza Libre", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D0D4D8;
}
#blog .blog_category ul {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #blog .blog_category ul {
    flex-direction: row;
    gap: 1rem 3rem;
    flex-wrap: wrap;
  }
}
#blog .blog_category ul li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
#blog .blog_category ul li a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #ED6F2D;
  border-radius: 50%;
  opacity: 0;
}
#blog .blog_category ul li a.active {
  color: #ED6F2D;
}
#blog .blog_category ul li a.active::before {
  opacity: 1;
}
@media (min-width: 992px) {
  #blog .blog_category ul li a:hover {
    color: #ED6F2D;
  }
  #blog .blog_category ul li a:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #blog .blog .tab_box_wrap {
    margin-top: 4rem;
  }
}
#blog .blog .tab_box_wrap ul li:first-of-type a {
  border-top: 1px solid #D0D4D8;
}
#blog .blog .tab_box_wrap ul li .blog_item {
  display: block;
  padding: 4rem 6rem 4rem 3rem;
  position: relative;
  border-bottom: 1px solid #D0D4D8;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #blog .blog .tab_box_wrap ul li .blog_item:hover {
    background: #faf2e6;
  }
  #blog .blog .tab_box_wrap ul li .blog_item:hover .arrow {
    transform: translateY(-50%) translateX(4px);
  }
}
@media screen and (max-width: 991px) {
  #blog .blog .tab_box_wrap ul li .blog_item {
    padding: 2rem 4rem 2rem 1rem;
  }
}
#blog .blog .tab_box_wrap ul li .blog_item .arrow {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 574px) {
  #blog .blog .tab_box_wrap ul li .blog_item .arrow {
    right: 1.5rem;
  }
}
#blog .blog .tab_box_wrap ul li .blog_item .arrow svg path {
  fill: #1C1C1C !important;
  stroke: #1C1C1C !important;
}
#blog .blog .tab_box_wrap ul li .blog_item .date {
  display: flex;
  align-items: center;
  font-family: "Proza Libre", sans-serif;
  font-size: 1.4rem;
  color: #6B6B6B;
  gap: 2rem;
}
#blog .blog .tab_box_wrap ul li .blog_item .date .category {
  padding: 0.5rem 1.5rem;
  border: 1px solid #6B6B6B;
  border-radius: 5rem;
  font-family: "Noto Sans JP", sans-serif;
}
#blog .blog .tab_box_wrap ul li .blog_item .date span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #D90D0D;
}
#blog .blog .tab_box_wrap ul li .blog_item h4 {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  word-break: break-all;
}
#blog .blog .tab_box_wrap .paging {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 4rem;
  text-align: center;
}
#blog .blog .tab_box_wrap .paging .paging-text,
#blog .blog .tab_box_wrap .paging .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #ED6F2D;
  font-family: "Proza Libre", sans-serif;
  font-weight: 600;
  color: #ED6F2D;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
}
#blog .blog .tab_box_wrap .paging .paging-text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #blog .blog .tab_box_wrap .paging .paging-text a:hover {
    background: #ED6F2D;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}
#blog .blog .tab_box_wrap .paging .current {
  background: #ED6F2D;
  color: #fff;
  cursor: default;
}
#blog .detail {
  padding: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  #blog .detail {
    padding: 5rem 0 10rem;
  }
}
@media screen and (min-width: 1550px) {
  #blog .detail .container {
    max-width: 1140px;
  }
}
#blog .detail .date {
  display: flex;
  align-items: center;
  font-family: "Proza Libre", sans-serif;
  font-size: 1.4rem;
  color: #6B6B6B;
  gap: 2rem;
}
#blog .detail .date .category {
  padding: 0.5rem 1.5rem;
  border: 1px solid #6B6B6B;
  border-radius: 5rem;
  font-family: "Noto Sans JP", sans-serif;
}
#blog .detail .date span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #D90D0D;
}
#blog .detail h3 {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  line-height: 1.5;
  word-break: break-all;
  font-weight: bold;
}
@media screen and (max-width: 574px) {
  #blog .detail h3 {
    font-size: 1.8rem;
  }
}
#blog .detail_text {
  margin-top: 3rem;
}
#blog .detail_image {
  margin-top: 3rem;
}
#blog .detail_image .slick-prev:before, #blog .detail_image .slick-next:before {
  display: none;
}
#blog .detail_image .thumbnail.thumb-static {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
#blog .detail_image .thumbnail.thumb-static .thumbnail-img {
  width: 20%;
}
@media screen and (max-width: 991px) {
  #blog .detail_image .thumbnail.thumb-static .thumbnail-img {
    width: 33.3333333333%;
  }
}
#blog .detail_image .thumbnail {
  margin-top: 1rem;
  padding: 1rem 2.5rem;
  background: #fcf6ed;
}
#blog .detail_image .thumbnail .slick-prev, #blog .detail_image .thumbnail .slick-next {
  height: 100%;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
#blog .detail_image .thumbnail .slick-prev i, #blog .detail_image .thumbnail .slick-next i {
  color: #fff;
  font-size: 1.4rem;
}
#blog .detail_image .thumbnail .slick-prev {
  left: 0;
  z-index: 1;
}
#blog .detail_image .thumbnail .slick-next {
  right: 0;
}
#blog .detail_image .thumbnail-img {
  opacity: 0.7;
  width: 100%;
  aspect-ratio: 3/2;
  padding: 0 0.5rem;
  background: rgba(255, 255, 255, 0.6);
}
#blog .detail_image .thumbnail-img img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: contain;
  display: block;
}
@media (min-width: 575px) {
  #blog .detail_image .thumbnail.stop .slick-track {
    transform: unset !important;
  }
}
#blog .detail_image .thumbnail.stop2 .slick-track {
  transform: unset !important;
}
#blog .detail_image .thumbnail-img.slick-current {
  opacity: 1;
}
#blog .detail_image .slick-img {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  background: #fcf6ed;
}
#blog .detail_image .slick-img img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 2/1;
}
#blog .detail_image .slider2 .slick-prev, #blog .detail_image .slider2 .slick-next {
  height: 4rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
#blog .detail_image .slider2 .slick-prev i, #blog .detail_image .slider2 .slick-next i {
  color: #fff;
  font-size: 1.4rem;
}
#blog .detail_image .slider2 .slick-prev {
  left: 10px;
  z-index: 1;
}
#blog .detail_image .slider2 .slick-next {
  right: 10px;
}
#blog .detail .download {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#blog .detail .download a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  background: #fff;
  color: #ED6F2D;
  border: 2px solid #ED6F2D;
  border-radius: 1rem;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #blog .detail .download a:hover {
    background: #ED6F2D;
    color: #fff;
  }
}
#blog .detail .back {
  width: 27rem;
  height: 5.8rem;
  background: #ED6F2D;
  color: #fff;
  border-radius: 5rem;
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem 0 3rem;
  align-items: center;
  border: 2px solid #ED6F2D;
  transition: 0.3s;
  margin-top: 3rem;
}
#blog .detail .back svg {
  display: block;
  width: 1.8rem;
  transition: 0.3s;
  transform: rotate(180deg);
}
#blog .detail .back svg path {
  transition: 0.3s;
}
@media (min-width: 992px) {
  #blog .detail .back:hover {
    background: #fff;
    color: #ED6F2D;
  }
  #blog .detail .back:hover svg {
    transform: translateX(-5px) rotate(180deg);
  }
  #blog .detail .back:hover svg path {
    fill: #ED6F2D !important;
    stroke: #ED6F2D !important;
  }
}

#service {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #service {
    overflow: hidden;
  }
}
#service .anchor {
  position: sticky;
  top: 13rem;
  left: 0;
}
@media screen and (max-width: 991px) {
  #service .anchor {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  #service .anchor li {
    width: calc(50% - 1rem);
  }
}
#service .anchor li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  font-size: 1.9rem;
  padding: 1.2rem 0.5rem;
  border-bottom: 2px dashed #ED6F2D;
  transition: 0.3s;
  white-space: nowrap;
}
#service .anchor li a::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  background: #ED6F2D;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  #service .anchor li a::before {
    display: none;
  }
}
#service .anchor li a.active {
  color: #ED6F2D;
}
@media screen and (max-width: 991px) {
  #service .anchor li a.active {
    color: #1C1C1C;
  }
}
#service .anchor li a.active::before {
  opacity: 1;
}
@media (min-width: 992px) {
  #service .anchor li a:hover {
    color: #ED6F2D;
  }
  #service .anchor li a:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  #service .anchor li ul {
    display: none !important;
  }
}
#service .anchor li ul li a {
  font-size: 1.5rem;
  padding-left: 2rem;
}
@media screen and (max-width: 991px) {
  #service .service {
    margin-top: 4rem;
  }
}
#service .service .title_bottom {
  margin-bottom: 3rem;
}
#service .service .row {
  gap: 3rem 0;
}
#service .service .sp_list {
  display: none;
}
@media screen and (max-width: 991px) {
  #service .service .sp_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    padding-top: 4rem;
    border-top: 1px solid #838383;
    margin-top: 4rem;
  }
  #service .service .sp_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2.4rem;
    background: #ED6F2D;
    color: #fff;
    border-radius: 5rem;
  }
  #service .service .sp_list li {
    width: calc(33.333% - 1.5rem);
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  #service .service .sp_list li {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 574px) {
  #service .service .sp_list {
    gap: 1rem;
  }
  #service .service .sp_list li {
    width: calc(50% - 0.5rem);
  }
  #service .service .sp_list li a {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
#service .service_image {
  height: 100%;
}
#service .service_image img {
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
#service .service_text {
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  #service .service_text {
    padding: 0;
  }
}
#service .service_text > h4 {
  font-weight: 500;
  font-size: 2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}
#service .service_lead {
  margin-top: 2.4rem;
  line-height: 1.8;
  text-align: justify;
}
#service .service_item {
  margin-top: 4rem;
}
#service .service_item.first_item {
  padding-top: 4rem;
  border-top: 1px solid #838383;
}
@media screen and (max-width: 991px) {
  #service .service_item.first_item {
    padding-top: 0;
    border-top: 0;
  }
}
#service .service_item .title_bottom {
  zoom: 0.8;
}
#service .service_item .title_bottom h4 {
  font-size: 2rem;
}
#service .flow {
  padding: 10rem 0;
}
#service .flow_lead {
  margin-top: 3rem;
  line-height: 2;
}
#service .flow_wrap {
  position: relative;
  margin-top: 3rem;
}
#service .flow_item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
#service .flow_item:not(:last-of-type):before {
  content: "";
  position: absolute;
  left: 9px;
  top: 60px;
  background: #ED6F2D;
  width: 1px;
  z-index: 0;
  height: 100%;
}
#service .flow_num {
  width: 20px;
  height: 20px;
  background: #ED6F2D;
  position: relative;
  margin-top: 40px;
}
#service .flow_box {
  background: #fff;
  flex: 1;
  padding: 3.5rem;
  margin-left: 4rem;
  position: relative;
  border-radius: 1rem;
}
#service .flow_title {
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #838383;
  padding-bottom: 1.5rem;
}
#service .flow_text {
  margin-top: 1.5rem;
  line-height: 1.8;
}

#work {
  overflow: visible;
}
#work section {
  padding-bottom: 10rem;
}
#work section .title_bottom {
  position: sticky;
  top: 12rem;
  left: 0;
}
@media screen and (max-width: 1199px) {
  #work section .title_bottom .en {
    font-size: 3.6rem;
  }
}
#work section .container > .row {
  gap: 3rem 0;
}
@media screen and (max-width: 574px) {
  #work .reason {
    margin-top: 5rem;
  }
}
#work .reason_item {
  margin-top: 6rem;
}
#work .reason_item:first-of-type {
  margin-top: 0;
}
#work .reason_item .row {
  align-items: center;
  gap: 3rem 0;
}
#work .reason_image img {
  border-radius: 1rem;
}
#work .reason_text {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #work .reason_text {
    padding-left: 0;
  }
}
#work .reason_text h4 {
  font-size: 2.4rem;
  color: #ED6F2D;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  #work .reason_text h4 {
    font-size: 2.2rem;
  }
}
#work .reason_text p {
  margin-top: 2rem;
  line-height: 2;
  text-align: justify;
}
#work .staff_item .row {
  gap: 3rem 0;
}
#work .staff_image img {
  border-radius: 1rem;
}
#work .staff_text {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #work .staff_text {
    padding-left: 0;
  }
}
#work .staff_text h4 {
  font-size: 2.4rem;
  color: #ED6F2D;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  #work .staff_text h4 {
    font-size: 2.2rem;
  }
}
#work .staff_text p {
  margin-top: 2rem;
  line-height: 2;
  text-align: justify;
}
#work .staff .voice {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #b1a4a4;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 574px) {
  #work .staff .voice_image {
    max-width: 28rem;
    margin: 0 auto;
  }
}
#work .staff .voice_item .row {
  gap: 3rem 0;
}
#work .staff .voice_text .position {
  font-size: 1.4rem;
  color: #ED6F2D;
}
#work .staff .voice_text h4 {
  margin-top: 1rem;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1C1C1C;
}
#work .staff .voice_lead {
  margin-top: 1.5rem;
  line-height: 2;
  text-align: justify;
}

#number section {
  padding-bottom: 10rem;
}
#number section .row {
  gap: 3rem 0;
  margin-top: 3rem;
}
@media screen and (max-width: 574px) {
  #number .work {
    margin-top: 5rem;
  }
}
#number .number_item {
  padding: 2.5rem;
  border-radius: 1rem;
  background: #fff;
}
#number .number_item h4 {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #1C1C1C;
}

@media screen and (max-width: 574px) {
  #recruit .recruit {
    padding-top: 5rem;
  }
}
#recruit .recruit_item {
  align-items: center;
}
#recruit .recruit_image img {
  border-radius: 1rem;
}
#recruit .recruit_text {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_text {
    padding-left: 0;
    margin-top: 3rem;
  }
}
#recruit .recruit_text h3 {
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #1C1C1C;
  line-height: 1.5;
}
#recruit .recruit_text p {
  margin-top: 2rem;
  line-height: 2;
  text-align: justify;
}
#recruit .welfare {
  padding-top: 10rem;
}
#recruit .welfare .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#recruit .welfare_item {
  background: #fff;
  border-radius: 1rem;
  height: 100%;
  padding: 2rem;
}
#recruit .welfare_icon {
  width: 80%;
  margin: 0 auto;
}
#recruit .welfare h4 {
  margin-top: 2rem;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #recruit .welfare h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #recruit .welfare h4 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#recruit .welfare p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1rem;
}
#recruit .flow {
  padding: 10rem 0;
}
#recruit .flow_lead {
  margin-top: 3rem;
  line-height: 2;
}
#recruit .flow_wrap {
  position: relative;
  margin-top: 3rem;
}
#recruit .flow_item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
#recruit .flow_item:not(:last-of-type):before {
  content: "";
  position: absolute;
  left: 9px;
  top: 60px;
  background: #ED6F2D;
  width: 1px;
  z-index: 0;
  height: 100%;
}
#recruit .flow_num {
  width: 20px;
  height: 20px;
  background: #ED6F2D;
  position: relative;
  margin-top: 40px;
}
#recruit .flow_box {
  background: #fff;
  flex: 1;
  padding: 3.5rem;
  margin-left: 4rem;
  position: relative;
  border-radius: 1rem;
}
#recruit .flow_title {
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #838383;
  padding-bottom: 1.5rem;
}
#recruit .flow_text {
  margin-top: 1.5rem;
  line-height: 1.8;
}
#recruit .recruitment {
  padding-bottom: 10rem;
}
#recruit .recruitment h4 {
  margin-top: 3rem;
  font-size: 2.6rem;
  color: #ED6F2D;
  font-weight: bold;
}
#recruit .recruitment .row {
  margin-top: 4rem;
  gap: 4rem 0;
}
#recruit .recruitment .job {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  #recruit .recruitment .job {
    align-items: flex-start;
  }
}
@media screen and (max-width: 574px) {
  #recruit .recruitment .job {
    flex-direction: column;
  }
}
#recruit .recruitment .job h5 {
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #1C1C1C;
}
#recruit .recruitment .job_image {
  width: 40%;
}
@media screen and (max-width: 574px) {
  #recruit .recruitment .job_image {
    width: 100%;
  }
}
#recruit .recruitment .job_image img {
  border-radius: 1rem;
  height: 25rem;
  object-fit: cover;
}
#recruit .recruitment .job p {
  width: 60%;
  padding-left: 3rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 574px) {
  #recruit .recruitment .job p {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}
#recruit .recruitment table {
  width: 100%;
  line-height: 1.8;
  margin-top: 4rem;
}
#recruit .recruitment table th {
  border-bottom: #ED6F2D 1px solid;
  color: #ED6F2D;
  width: 25%;
  white-space: nowrap;
}
#recruit .recruitment table tr:last-of-type th {
  border-color: #ED6F2D;
}
#recruit .recruitment table td {
  border-bottom: #1C1C1C 1px solid;
  width: 75%;
}
#recruit .recruitment table th, #recruit .recruitment table td {
  padding: 2rem 1rem;
}