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: #2D2010;
  background: #F1ECE6;
  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%;
  display: block;
}

p {
  margin: 0;
}

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

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

.grecaptcha-badge {
  bottom: 8.8rem !important;
}

@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;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  padding: 0 4rem;
  z-index: 100;
  transition: 0.3s;
  background: #F1ECE6;
}
@media screen and (max-width: 1400px) {
  header {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1199px) {
  header {
    height: 7rem;
  }
}
header .logo {
  width: 17.2rem;
}
@media screen and (max-width: 1400px) {
  header .logo {
    width: 14rem;
  }
}
@media screen and (max-width: 1199px) {
  header .logo {
    width: 12rem;
  }
}
header nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1400px) {
  header nav {
    gap: 1rem 2rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: 0.5s;
    background: #F1ECE6;
    gap: 0;
    flex-direction: column;
    width: 28rem;
    opacity: 0;
    pointer-events: none;
  }
  header nav.open {
    opacity: 1;
    pointer-events: all;
  }
}
header nav > a {
  display: block;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav > a {
    width: 100%;
    padding: 1.5rem 1.5rem 1.5rem 4rem;
  }
}
header nav > a::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #F47900;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  header nav > a::after {
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
header nav > a.active {
  color: #F47900;
}
header nav > a.active::after {
  opacity: 1;
}
@media (hover: hover) {
  header nav > a:hover {
    color: #F47900;
  }
  header nav > a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 1400px) {
  header nav > a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav > a {
    font-size: 1.6rem;
  }
}
header nav .header_contact {
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 1400px) {
  header nav .header_contact {
    order: 0;
  }
}
@media screen and (max-width: 1199px) {
  header nav .header_contact {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    width: 100%;
  }
}
header nav .header_contact .tel, header nav .header_contact .mail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20rem;
  height: 4.6rem;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0 1.6rem;
  gap: 1rem;
  font-size: 1.8rem;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  header nav .header_contact .tel, header nav .header_contact .mail {
    width: 15rem;
    font-size: 1.5rem;
    padding: 0 1rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1199px) {
  header nav .header_contact .tel, header nav .header_contact .mail {
    width: 100%;
    font-size: 1.8rem;
    padding: 0 1.6rem;
  }
}
header nav .header_contact .tel span, header nav .header_contact .mail span {
  display: block;
  flex: 1;
  text-align: center;
}
header nav .header_contact .tel {
  background: #F4A600;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
header nav .header_contact .mail {
  background: #F47900;
  font-weight: bold;
  border: 2px solid #F47900;
}
@media (hover: hover) {
  header nav .header_contact .mail:hover {
    background: #fff;
    color: #F47900;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #F47900;
  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;
  }
}

.recruit_float {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 2.5rem 2rem;
  align-items: center;
  gap: 2rem;
  border-radius: 1.5rem 0 0 0;
  background: #39B900;
  color: #fff;
  transition: 0.3s;
  z-index: 99;
}
.recruit_float span {
  font-size: 2rem;
  letter-spacing: 0.04rem;
  font-weight: bold;
}
.recruit_float .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: #fff;
  color: #39B900;
  border-radius: 50%;
}
@media (hover: hover) {
  .recruit_float:hover {
    color: #fff;
    opacity: 0.7;
  }
}

.title_jp {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.title_jp img {
  width: 3.2rem;
}
@media screen and (max-width: 991px) {
  .title_jp img {
    width: 2rem;
  }
}
.title_jp h3 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.16rem;
  color: #F47900;
}
@media screen and (max-width: 991px) {
  .title_jp h3 {
    font-size: 2rem;
  }
}
.title .en {
  font-size: 13.6rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.068rem;
  line-height: 1;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1400px) {
  .title .en {
    font-size: 11rem;
  }
}
@media screen and (max-width: 991px) {
  .title .en {
    font-size: 7rem;
  }
}
.title.white .title_jp h3 {
  color: #fff;
}
.title.white .en {
  color: #fff;
}
.title_bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: baseline;
}
.title_bottom h3 {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .title_bottom h3 {
    font-size: 3.2rem;
  }
}
.title_bottom .en {
  font-family: "Poppins", sans-serif;
  color: #F47900;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .title_bottom .en {
    font-size: 1.8rem;
  }
}

.more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  background: #F47900;
  color: #fff;
  justify-content: space-between;
  padding: 1rem 2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  border: 2px solid #F47900;
  border-radius: 0.5rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .more:hover {
    background: #fff;
    color: #F47900;
  }
}

.footer {
  padding: 8rem 2rem;
  max-width: 95%;
  background: #fff;
  border-radius: 2rem;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 5rem 2rem;
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    text-align: center;
  }
}
.footer_left .d-flex {
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .footer_left .d-flex {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
.footer_left .d-flex .logo {
  width: 17rem;
}
.footer_left .d-flex .privacy {
  display: block;
  width: 5.5rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .footer_left .d-flex .privacy:hover {
    opacity: 0.7;
  }
}
.footer_left .add {
  margin-top: 2rem;
  line-height: 1.8;
}
.footer_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .footer_right {
    align-items: center;
    gap: 4rem;
  }
}
.footer_nav {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 1400px) {
  .footer_nav {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav {
    display: none;
  }
}
.footer_nav a {
  font-size: 1.4rem;
}
.footer .copy {
  font-size: 1.4rem;
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 10rem;
  width: 5.6rem;
  display: block;
}
.pagetop.recap {
  bottom: 17rem;
}

#top {
  margin-top: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  #top {
    margin-top: 7rem;
  }
}
#top .mv {
  height: calc(100vh - 10rem);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  #top .mv {
    height: auto;
  }
}
#top .mv_text {
  width: 100%;
  padding: 3rem 5rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1400px) {
  #top .mv_text {
    padding: 3rem 2rem 4rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_text {
    position: relative;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text {
    padding: 3rem 1.5rem;
  }
}
#top .mv_text h2 {
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1490px) {
  #top .mv_text h2 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv_text h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_text h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 {
    font-size: 2.3rem;
  }
}
#top .mv_logo {
  width: 36.3rem;
}
@media screen and (max-width: 1400px) {
  #top .mv_logo {
    width: 30rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_logo {
    position: absolute;
    right: 2rem;
    bottom: 4rem;
    opacity: 0.2;
    z-index: -1;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_logo {
    bottom: 2rem;
    width: 20rem;
  }
}
#top .mv .slider {
  flex: 1;
  height: calc(100% - 238px);
}
@media screen and (max-width: 1490px) {
  #top .mv .slider {
    height: calc(100% - 214px);
  }
}
@media screen and (max-width: 1199px) {
  #top .mv .slider {
    height: auto;
  }
}
#top .mv .slider .slick-list {
  height: 100%;
}
@media screen and (max-width: 1199px) {
  #top .mv .slider .slick-list {
    height: auto;
  }
}
#top .mv .slider .slick-track {
  height: 100%;
}
@media screen and (max-width: 1199px) {
  #top .mv .slider .slick-track {
    height: auto;
  }
}
#top .mv .slider img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #top .mv .slider img {
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv .slider img {
    height: 40rem;
  }
}
#top .about {
  padding: 18rem 0 12rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #top .about {
    padding: 10rem 0 8rem;
  }
}
#top .about_icon {
  position: absolute;
  right: 7%;
  top: 12rem;
  width: 36.5rem;
}
@media screen and (max-width: 1400px) {
  #top .about_icon {
    width: 25%;
  }
}
@media screen and (max-width: 1199px) {
  #top .about_icon {
    right: 3%;
    top: 6rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_icon {
    top: 2rem;
    width: 30%;
  }
}
#top .about_icon img {
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #top .about_icon img {
    border-radius: 1rem;
  }
}
#top .about .row {
  margin-top: 8.4rem;
  align-items: center;
  gap: 3rem 0;
}
@media screen and (max-width: 767px) {
  #top .about .row {
    margin-top: 4rem;
  }
}
#top .about_text {
  padding-left: 4rem;
}
@media screen and (max-width: 1400px) {
  #top .about_text {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .about_text {
    padding-left: 0;
  }
}
#top .about_text p {
  font-size: 2rem;
  line-height: 2.7;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1400px) {
  #top .about_text p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .about_text p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_text p .sp_none {
    display: none;
  }
}
#top .about_image {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-right: 15px;
  padding-left: 4.8rem;
}
@media screen and (max-width: 991px) {
  #top .about_image {
    width: calc((100vw - 100%) / 2 + 41.66666667%);
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_image {
    margin: 0;
    width: 100%;
    padding: 0 12px;
  }
}
#top .about_image img {
  border-radius: 2rem;
}
@media screen and (max-width: 1199px) {
  #top .about_image img {
    height: 30rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  #top .about_image img {
    border-radius: 1rem;
  }
}
#top .service {
  padding: 10rem 2rem;
  max-width: 95%;
  background: #fff;
  border-radius: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #top .service {
    padding: 7rem 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .service {
    padding: 5rem 0;
  }
}
#top .service_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  #top .service_title {
    align-items: flex-start;
  }
}
#top .service_title p {
  max-width: 52.4rem;
  flex: 1;
  font-size: 1.7rem;
  line-height: 2.2;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  #top .service_title p {
    flex: none;
    width: 100%;
  }
}
#top .service_list {
  margin-top: 6.4rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  #top .service_list {
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .service_list {
    margin-top: 4rem;
  }
}
#top .service_item {
  flex: 1;
  padding: 3rem 4rem;
  border-right: 1px solid #D9D0C4;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 1199px) {
  #top .service_item {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .service_item {
    border-right: 0;
    padding: 2rem 1rem;
  }
}
#top .service_item:last-of-type {
  border-right: 0;
}
#top .service_item-btn {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media (hover: hover) {
  #top .service_item-btn:hover .arrow {
    background: #fff;
    color: #F47900;
  }
  #top .service_item-btn:hover .service_image img {
    transform: scale(1.1);
  }
}
#top .service_item-title h4 {
  font-size: 3.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  #top .service_item-title h4 {
    font-size: 2.4rem;
  }
}
#top .service_item-title .en {
  margin-top: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  color: #F47900;
}
@media screen and (max-width: 1400px) {
  #top .service_item-title .en {
    font-size: 1.6rem;
  }
}
#top .service_image {
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #top .service_image {
    width: 40%;
  }
}
#top .service_image img {
  transition: 0.5s;
}
#top .service_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
#top .service_more {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  #top .service_more {
    font-size: 2rem;
  }
}
#top .service_more .arrow {
  border: 2px solid #F47900;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #F47900;
  width: 5rem;
  height: 5rem;
  font-size: 2.4rem;
  transition: 0.5s;
}
@media screen and (max-width: 991px) {
  #top .service_more .arrow {
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
  }
}
#top .service ul {
  border-top: 1px dashed #696258;
}
#top .service ul li {
  border-bottom: 1px dashed #696258;
}
#top .service ul li a {
  display: flex;
  padding: 2.4rem 1rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #top .service ul li a {
    padding: 1.6rem 1rem;
  }
}
#top .service ul li a p {
  flex: 1;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 991px) {
  #top .service ul li a p {
    font-size: 2rem;
  }
}
#top .service ul li a i {
  color: #F47900;
  font-size: 2.4rem;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  #top .service ul li a i {
    font-size: 2rem;
  }
}
@media (hover: hover) {
  #top .service ul li a:hover i {
    transform: translateX(5px);
  }
}
#top .recruit {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  #top .recruit {
    padding: 7rem 0;
  }
}
#top .recruit_box {
  position: relative;
  z-index: 0;
  border-radius: 3rem;
  overflow: hidden;
  padding: 8rem 5rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  #top .recruit_box {
    border-radius: 1.6rem;
    padding: 5rem 3rem;
    gap: 3rem;
  }
}
#top .recruit_btn {
  width: fit-content;
}
#top .recruit_btn p {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: bold;
  color: #fff;
  font-size: 2.2rem;
}
#top .recruit_btn p::before, #top .recruit_btn p::after {
  content: "";
  width: 0.2rem;
  height: 2.5rem;
  transform: rotate(30deg);
  background: #fff;
  display: block;
}
#top .recruit_btn p::before {
  transform: rotate(-30deg);
}
#top .recruit_btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 2rem;
  background: #fff;
  width: 34rem;
  border-radius: 1rem;
  font-size: 2rem;
  color: #F47900;
  font-weight: bold;
  color: #F47900;
  margin-top: 1.6rem;
  border: 2px solid #fff;
  transition: 0.3s;
}
#top .recruit_btn a .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: #F47900;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 50%;
}
@media (hover: hover) {
  #top .recruit_btn a:hover {
    background: #F47900;
    color: #fff;
  }
}
#top .recruit_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#top .recruit_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subhead {
  margin-top: 13rem;
  display: flex;
  align-items: center;
  padding: 0 5rem;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 991px) {
  .subhead {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .subhead {
    padding: 0 2rem;
  }
}
.subhead_text {
  flex: 1;
}
.subhead_text-jp {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.subhead_text-jp img {
  width: 3.2rem;
}
@media screen and (max-width: 1199px) {
  .subhead_text-jp img {
    width: 2rem;
  }
}
.subhead_text-jp h2 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.16rem;
  color: #F47900;
}
@media screen and (max-width: 1199px) {
  .subhead_text-jp h2 {
    font-size: 2rem;
  }
}
.subhead_text .en {
  font-size: 8rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.068rem;
  line-height: 1;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .subhead_text .en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .subhead_text .en {
    font-size: 4.8rem;
  }
}
.subhead_image {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .subhead_image {
    width: 100%;
  }
}
.subhead_image img {
  min-height: 35rem;
  object-fit: cover;
  border-radius: 2rem;
}
@media screen and (max-width: 991px) {
  .subhead_image img {
    min-height: 0;
    height: 25rem;
  }
}

.wrapper {
  max-width: 95%;
  margin: 0 auto;
  padding: 10rem 0;
}
.wrapper_inner {
  display: flex;
  gap: 8rem;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .wrapper_inner {
    gap: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .wrapper_inner {
    flex-direction: column;
  }
}
.wrapper .index {
  border-radius: 1rem;
  border: 1px solid #DDD3C6;
  background: linear-gradient(180deg, #EADED0 0%, #F1ECE6 100%);
  width: 34rem;
  position: sticky;
  top: 12rem;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .wrapper .index {
    width: 22rem;
  }
}
@media screen and (max-width: 991px) {
  .wrapper .index {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .index {
    max-width: 540px;
  }
}
.wrapper .index_title {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .index_title h3 {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .wrapper .index_title h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .wrapper .index_title h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .index_title h3 {
    font-size: 1.8rem;
  }
}
.wrapper .index_title .en {
  color: #F47900;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .wrapper .index_title .en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .wrapper .index_title .en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .index_title .en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .wrapper .index ul {
    display: flex;
  }
}
@media screen and (max-width: 574px) {
  .wrapper .index ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .wrapper .index ul li {
    flex: 1;
  }
}
@media screen and (max-width: 991px) {
  .wrapper .index ul li:last-of-type a {
    border-right: 0;
  }
}
.wrapper .index ul li a {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
  font-weight: 400;
  border-top: 1px dashed #696258;
}
@media screen and (max-width: 1400px) {
  .wrapper .index ul li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .wrapper .index ul li a {
    font-size: 2rem;
    border-right: 1px dashed #696258;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .index ul li a {
    border-right: 0;
    font-size: 1.8rem;
  }
}
.wrapper .index ul li a i {
  color: #F47900;
  font-size: 2rem;
}
@media screen and (max-width: 1400px) {
  .wrapper .index ul li a i {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .wrapper .index ul li a i {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .index ul li a i {
    font-size: 1.8rem;
  }
}
.wrapper .contents {
  flex: 1;
  max-width: fit-content;
}
@media screen and (max-width: 991px) {
  .wrapper .contents {
    margin: 0 auto;
  }
}

#shipping .fulfillment_text {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #shipping .fulfillment_text {
    font-size: 1.6rem;
  }
}
#shipping .fulfillment_box {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  border-top: 2px dotted #c8beb2;
}
#shipping .fulfillment_item {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 4rem 0;
  border-bottom: 2px dotted #c8beb2;
}
@media screen and (max-width: 767px) {
  #shipping .fulfillment_item {
    flex-direction: column;
  }
}
#shipping .fulfillment_item-image {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #shipping .fulfillment_item-image {
    width: 100%;
  }
}
#shipping .fulfillment_item-image img {
  border-radius: 1.5rem;
}
#shipping .fulfillment_item-text {
  flex: 1;
}
#shipping .fulfillment_item-text p {
  margin-top: 2.4rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}
#shipping .fulfillment_item-text .ex {
  background: #fff;
  padding: 2.4rem 3.2rem;
  margin-top: 3rem;
  border-radius: 2rem;
}
#shipping .fulfillment_item-text .ex h5 {
  font-size: 2rem;
  font-weight: 500;
  color: #F47900;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #F47900;
}
#shipping .fulfillment_item-text .ex ul {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#shipping .fulfillment_item-text .ex ul li {
  padding: 0.5rem 1.6rem;
  background: #fcf5ed;
  border-radius: 0.5rem;
}
#shipping .fulfillment_item-title .en {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #c06a15;
}
#shipping .fulfillment_item-title h4 {
  color: #F47900;
  font-size: 2.8rem;
  margin-top: 0.5rem;
  letter-spacing: 0.1rem;
}
#shipping .fulfillment .flow {
  margin-top: 4rem;
}
@media screen and (max-width: 1199px) {
  #shipping .fulfillment .flow {
    display: flex;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #shipping .fulfillment .flow {
    flex-direction: column;
    gap: 3.2rem;
  }
}
#shipping .fulfillment .flow_title .en {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #c06a15;
}
#shipping .fulfillment .flow_title h4 {
  color: #F47900;
  font-size: 2.8rem;
  margin-top: 0.5rem;
  letter-spacing: 0.1rem;
}
#shipping .fulfillment .flow_list {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 1199px) {
  #shipping .fulfillment .flow_list {
    flex-direction: column;
    margin-top: 0;
    flex: 1;
  }
}
#shipping .fulfillment .flow_list .arrow {
  width: 10rem;
  background: #F47900;
  color: #fff;
  display: flex;
  justify-content: center;
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 0% 0%);
  align-items: center;
  padding-right: 1rem;
  font-size: 2rem;
  height: 4rem;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  #shipping .fulfillment .flow_list .arrow {
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0% 0%);
    padding-right: 0;
    padding-bottom: 0.7rem;
    height: 5rem;
  }
}
#shipping .fulfillment .flow_sec {
  background: #fff;
  flex: 1;
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#shipping .fulfillment .flow_sec ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
#shipping .fulfillment .flow_sec ul li {
  width: 100%;
  text-align: center;
  background: #fcf5ed;
  padding: 1rem;
  position: relative;
}
#shipping .fulfillment .flow_sec ul li::after {
  content: "";
  width: 2rem;
  height: 1rem;
  background: #F47900;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}
#shipping .fulfillment .flow_sec ul li:last-of-type::after {
  display: none;
}
#shipping .environmental {
  margin-top: 9rem;
}
#shipping .environmental .row {
  margin-top: 4rem;
  align-items: center;
}
#shipping .environmental_image img {
  border-radius: 1.5rem;
}
#shipping .environmental_text {
  padding-left: 4rem;
}
@media screen and (max-width: 1199px) {
  #shipping .environmental_text {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #shipping .environmental_text {
    padding: 0;
    margin-top: 3rem;
  }
}
#shipping .environmental_text-title .en {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #c06a15;
}
#shipping .environmental_text-title h4 {
  color: #F47900;
  font-size: 2.8rem;
  margin-top: 0.5rem;
  letter-spacing: 0.1rem;
}
#shipping .environmental_text p {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1199px) {
  #shipping .environmental_text p {
    font-size: 1.6rem;
  }
}

#management .dm_text {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #management .dm_text {
    font-size: 1.6rem;
  }
}
#management .dm_contact {
  margin-top: 2.4rem;
  background: #fff;
  overflow: hidden;
  border-radius: 1rem;
}
#management .dm_contact h5 {
  background: #F47900;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
#management .dm_contact-inner {
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 1199px) {
  #management .dm_contact-inner {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    width: 100%;
  }
}
#management .dm_contact-inner .tel, #management .dm_contact-inner .mail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20rem;
  height: 4.6rem;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0 1.6rem;
  gap: 1rem;
  font-size: 1.8rem;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  #management .dm_contact-inner .tel, #management .dm_contact-inner .mail {
    width: 15rem;
    font-size: 1.5rem;
    padding: 0 1rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1199px) {
  #management .dm_contact-inner .tel, #management .dm_contact-inner .mail {
    width: 100%;
    font-size: 1.8rem;
    padding: 0 1.6rem;
  }
}
#management .dm_contact-inner .tel span, #management .dm_contact-inner .mail span {
  display: block;
  flex: 1;
  text-align: center;
}
#management .dm_contact-inner .tel {
  background: #F4A600;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
#management .dm_contact-inner .mail {
  background: #F47900;
  font-weight: bold;
  border: 2px solid #F47900;
}
@media (hover: hover) {
  #management .dm_contact-inner .mail:hover {
    background: #fff;
    color: #F47900;
  }
}
#management .dm_item {
  margin-top: 4rem;
}
#management .dm_item .row {
  gap: 3rem 0;
}
#management .dm_item-image img {
  border-radius: 1.5rem;
}
#management .dm_item-text {
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  #management .dm_item-text {
    padding-left: 0;
  }
}
#management .dm_item-text h4 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #F47900;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F47900;
}
@media screen and (max-width: 1199px) {
  #management .dm_item-text h4 {
    font-size: 2rem;
  }
}
#management .dm_item-text ul {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#management .dm_item-text ul li {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  #management .dm_item-text ul li {
    font-size: 1.6rem;
  }
}
#management .dm_item-text ul li i {
  color: #F47900;
}
#management .management {
  margin-top: 8rem;
}
#management .management .row {
  margin-top: 5rem;
  gap: 3rem 0;
}
#management .management .flow {
  margin-top: 4rem;
}
@media screen and (max-width: 1199px) {
  #management .management .flow {
    display: flex;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #management .management .flow {
    flex-direction: column;
    gap: 3.2rem;
  }
}
#management .management .flow_title .en {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #c06a15;
}
#management .management .flow_title h4 {
  color: #F47900;
  font-size: 2.8rem;
  margin-top: 0.5rem;
  letter-spacing: 0.1rem;
}
#management .management .flow_list {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 1199px) {
  #management .management .flow_list {
    flex-direction: column;
    margin-top: 0;
    flex: 1;
  }
}
#management .management .flow_list .arrow {
  width: 10rem;
  background: #F47900;
  color: #fff;
  display: flex;
  justify-content: center;
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 0% 0%);
  align-items: center;
  padding-right: 1rem;
  font-size: 2rem;
  height: 4rem;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  #management .management .flow_list .arrow {
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0% 0%);
    padding-right: 0;
    padding-bottom: 0.7rem;
    height: 5rem;
  }
}
#management .management .flow_sec {
  background: #fff;
  flex: 1;
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#management .management .flow_sec ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
#management .management .flow_sec ul li {
  width: 100%;
  text-align: center;
  background: #fcf5ed;
  padding: 1rem;
  position: relative;
}
#management .management .flow_sec ul li::after {
  content: "";
  width: 2rem;
  height: 1rem;
  background: #F47900;
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}
#management .management .flow_sec ul li:last-of-type::after {
  display: none;
}

#company section {
  padding: 8rem 0;
}
#company .message .row {
  gap: 3rem 0;
}
#company .message p {
  line-height: 2.4;
  text-align: justify;
}
#company .outline {
  max-width: 95%;
  background: #fff;
  padding: 8rem 2rem;
  border-radius: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #company .outline {
    padding: 6rem 1rem;
  }
}
#company .outline .row {
  gap: 1rem 0;
}
#company .outline table {
  width: 100%;
}
#company .outline table th {
  border-bottom: #F47900 1px solid;
  width: 25%;
  color: #F47900;
  white-space: nowrap;
}
#company .outline table tr:last-of-type th {
  border-color: #F47900;
}
#company .outline table td {
  border-bottom: #EADED0 1px solid;
  width: 75%;
  line-height: 2;
}
#company .outline table th, #company .outline table td {
  padding: 25px 1rem;
}
@media screen and (max-width: 574px) {
  #company .outline table th, #company .outline table td {
    padding: 2rem 0.5rem;
  }
}
#company .access iframe {
  margin-top: 4rem;
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 767px) {
  #company .access iframe {
    height: 40rem;
  }
}
#company .access .more {
  margin-left: auto;
  margin-top: 2rem;
}

@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .recruit {
  padding: 10rem 0;
}
#contact .recruit h4 {
  margin-top: 3rem;
  font-size: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F47900;
  color: #F47900;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  #contact .recruit h4 {
    font-size: 2rem;
  }
}
#contact .recruit_text {
  margin-top: 1.6rem;
  line-height: 2.4;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  #contact .recruit_text {
    font-size: 1.6rem;
  }
}
#contact .outline {
  max-width: 95%;
  background: #fff;
  padding: 8rem 2rem;
  border-radius: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #contact .outline {
    padding: 6rem 1rem;
  }
}
#contact .outline .row {
  gap: 1rem 0;
}
#contact .outline table {
  width: 100%;
}
@media screen and (max-width: 574px) {
  #contact .outline table {
    margin-top: 2rem;
  }
}
#contact .outline table th {
  border-bottom: #F47900 1px solid;
  width: 25%;
  color: #F47900;
  white-space: nowrap;
  padding: 25px 1rem;
}
@media screen and (max-width: 574px) {
  #contact .outline table th {
    padding: 2rem 0.5rem 0;
    border-bottom: 0;
    display: block;
    width: 100%;
    font-size: 1.8rem;
  }
}
#contact .outline table tr:last-of-type th {
  border-color: #F47900;
}
#contact .outline table td {
  border-bottom: #EADED0 1px solid;
  width: 75%;
  line-height: 2;
  padding: 25px 1rem;
}
@media screen and (max-width: 574px) {
  #contact .outline table td {
    padding: 1rem 0.5rem 2rem;
    display: block;
    width: 100%;
  }
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  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 .title_bottom .en {
  font-size: 2rem;
}
#contact .title_bottom h3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 574px) {
  #contact .title_bottom h3 {
    font-size: 2.6rem;
  }
}
#contact .tel {
  padding: 10rem 0 0;
  background: #F1ECE6;
}
@media screen and (max-width: 767px) {
  #contact .tel {
    padding: 7rem 0 0;
  }
}
#contact .tel .row {
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #contact .tel .col-12 {
    margin-bottom: 20px;
  }
}
@media print {
  #contact .tel .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#contact .tel .tel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem 1rem;
  background: #F47900;
  color: #fff;
  border-radius: 1rem;
}
#contact .tel .tel_btn {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.08em;
  font-weight: 5 0;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 574px) {
  #contact .tel .tel_btn {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
#contact .tel .tel_btn small {
  font-size: 20px;
  font-weight: 600;
}
#contact .tel .tel_btn i {
  margin-right: 15px;
}
#contact .tel .tel_btn .times {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
#contact .tel .time {
  margin-top: 20px;
  text-align: center;
}
#contact .tel .time p {
  letter-spacing: 0.1em;
}
#contact .tel .time a {
  margin-top: 10px;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 450px) {
  #contact .tel .time a {
    font-size: 85%;
  }
}
#contact .tel .fax_order {
  margin-top: 20px;
}
#contact .tel .fax_order .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#contact .tel .fax_order p {
  text-align: center;
}
#contact .tel .fax_order p a {
  display: block;
  margin: 10px auto 0;
  padding: 10px 0;
}
#contact .contact {
  padding: 10rem 0;
  background: url(../../images/common/bg.jpg) repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 6rem 0;
  }
}
#contact .form_wrap {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem 3rem 2rem;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap {
    padding: 1rem 1.5rem 2rem;
  }
}
#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: #F47900 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
  color: #F47900;
}
#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 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: 1.5rem 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;
  margin-top: 1rem;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td label input[type=radio] {
    margin-right: 5px;
  }
}
#contact .form_wrap form table td .day {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.6rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td .day {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td .day > span {
    display: block;
    width: 100%;
  }
}
#contact .form_wrap form table td .day label {
  margin: 0;
}
#contact .form_wrap form table td .day label input {
  width: 5rem;
  margin-right: 0.5rem;
}
#contact .form_wrap form table td .day select {
  width: auto;
}
#contact .form_wrap form table td select {
  padding: 5px;
  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 #F47900;
  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 #F47900;
  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;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner {
    letter-spacing: 0;
  }
}
#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;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner h5 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#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: #F47900;
  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: #F47900;
  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: #F47900;
  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;
  }
}

@media screen and (min-width: 1550px) {
  #policy .container {
    max-width: 1140px;
  }
}
#policy section {
  padding: 8rem 0;
}
#policy section:nth-of-type(even) {
  max-width: 95%;
  background: #fff;
  padding: 8rem 2rem;
  border-radius: 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #policy section:nth-of-type(even) {
    padding: 6rem 1rem;
  }
}
#policy .policy {
  line-height: 1.8;
}
#policy .policy h3 {
  font-size: 2.8rem;
  color: #F47900;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 574px) {
  #policy .policy h3 {
    font-size: 2.3rem;
  }
}
#policy .policy_text {
  margin-top: 1.6rem;
}
#policy .policy ol {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#policy .policy_end {
  text-align: right;
  margin-top: 2rem;
}
#policy .policy_box {
  margin-top: 2.4rem;
}
#policy .policy_box h4 {
  font-feature-settings: "palt";
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  display: flex;
}
@media screen and (max-width: 574px) {
  #policy .policy_box h4 {
    font-size: 1.6rem;
  }
}
#policy .policy_box > p {
  margin-top: 1rem;
  padding-left: 1em;
}
@media screen and (max-width: 574px) {
  #policy .policy_box > p {
    padding-left: 0;
  }
}
#policy .policy_box ul {
  margin-top: 1rem;
  list-style: disc;
  padding-left: 2.4em;
}
@media screen and (max-width: 574px) {
  #policy .policy_box ul {
    padding-left: 0;
  }
}
#policy .policy_box ul > li > div {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
#policy .policy_box ul > li > div span {
  white-space: nowrap;
}
#policy .policy_box ul > li > div p {
  flex: 1;
}
@media screen and (max-width: 574px) {
  #policy .policy_box ul ul {
    padding-left: 2em;
  }
}
@media screen and (max-width: 574px) {
  #policy .policy_box ul ul ul {
    padding-left: 1rem;
  }
}
#policy .policy_box ul .disc_none {
  list-style: none;
}
#policy .policy_list {
  list-style: disc;
  padding-left: 3rem;
  margin-top: 2rem;
}
#policy .policy .red {
  color: #bb1515;
  margin-top: 1rem;
}
#policy .policy_item {
  margin-top: 4rem;
}
#policy .policy_item h4 {
  font-size: 2.4rem;
  color: #F47900;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F47900;
}
#policy .policy .caution {
  display: block;
  margin-top: 3.2rem;
}
#policy .policy .cap {
  display: block;
}
#policy .policy .cap p {
  display: flex;
}
#policy .policy_contact {
  margin-top: 2.4rem;
}
#policy .policy_contact h4 {
  font-size: 2rem;
}
#policy .policy_contact table {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #policy .policy_contact table {
    border: 1px solid #2D2010;
    font-size: 1.6rem;
  }
}
#policy .policy_contact table th {
  background: #2D2010;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
  font-weight: 500;
}
#policy .policy_contact table tr:first-of-type td {
  border-top: #2D2010 1px solid;
}
#policy .policy_contact table tr:first-of-type th {
  border-top: #2D2010 1px solid;
}
#policy .policy_contact table tr:last-of-type th {
  border-color: #2D2010;
}
#policy .policy_contact table td {
  border-bottom: #2D2010 1px solid;
  border-right: #2D2010 1px solid;
  width: 75%;
}
#policy .policy_contact table th, #policy .policy_contact table td {
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  #policy .policy_contact table th, #policy .policy_contact table td {
    width: 100%;
    display: block;
    border: 0;
  }
}