@charset "UTF-8";
/* ------------------------------ */
/* ---------- 共通設定 ---------- */
/* ------------------------------ */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 56.5%;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  overflow-x: hidden;
  scroll-padding-top: 10rem;
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
    scroll-padding-top: 10rem;
  }
}

body {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: 500;
}

li {
  list-style: none;
}

a {
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}

@media print, screen and (min-width: 768px) {
  a[href*=tel] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

br.under480 {
  display: block;
}
@media print, screen and (min-width: 480px) {
  br.under480 {
    display: none;
  }
}
br.under768 {
  display: block;
}
@media print, screen and (min-width: 768px) {
  br.under768 {
    display: none;
  }
}
br.upper768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.upper768 {
    display: block;
  }
}
br.between768-1060 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.between768-1060 {
    display: block;
  }
}
@media print, screen and (min-width: 1060px) {
  br.between768-1060 {
    display: none;
  }
}
br.under1024 {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  br.under1024 {
    display: none;
  }
}
br.upper1200 {
  display: block;
}
@media print, screen and (min-width: 1200px) {
  br.upper1200 {
    display: none;
  }
}

.container {
  opacity: 0;
  animation: fade 1s forwards;
}

.inner1000 {
  width: 95%;
  max-width: 1000px;
  margin: auto;
}

.inner1024 {
  width: 95%;
  max-width: 1024px;
  margin: auto;
}

.inner1200 {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}

.inner1400 {
  width: 95%;
  max-width: 1400px;
  margin: auto;
}

.page_top {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.85;
  max-height: 50rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.page_top .inner1400 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 0);
}
.page_top h2 figure {
  width: fit-content;
  margin: auto;
}
.page_top h2 figure img {
  display: block;
  height: 8.6rem;
  margin: auto;
}
.page_top h2 figure figcaption {
  margin-top: 2rem;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .page_top {
    aspect-ratio: 1/0.5;
  }
  .page_top .inner1400 {
    top: 45%;
  }
  .page_top h2 figure {
    margin: 0;
  }
  .page_top h2 figure figcaption {
    text-align: right;
  }
}
#strength .page_top {
  background-image: url(../../assets/img/strength/page_top.jpg);
  background-position: center;
}

#warehouse .page_top {
  background-image: url(../../assets/img/warehouse/page_top.jpg);
  background-position: 60% center;
}

#business .page_top {
  background-image: url(../../assets/img/business/page_top.jpg);
}

#company .page_top {
  background-image: url(../../assets/img/company/page_top.jpg);
  background-position: 65% center;
}

#news .page_top {
  background-image: url(../../assets/img/news/page_top.jpg);
  background-position: 70% center;
}

#contact .page_top {
  background-image: linear-gradient(150deg, rgb(5, 168, 207) 10%, rgb(25, 80, 149) 40%, rgb(0, 27, 76) 68%, rgb(8, 0, 37) 90%);
}

#recruit.voice .page_top {
  background-image: url(../../assets/img/recruit/voice/page_top.jpg);
  background-position: 50% center;
}
#recruit.requirements .page_top {
  background-image: url(../../assets/img/recruit/requirements/page_top.jpg);
}
#recruit.entry .page_top {
  background-image: url(../../assets/img/entry/page_top.jpg);
}

#privacy .page_top {
  background-image: linear-gradient(150deg, rgb(5, 168, 207) 10%, rgb(25, 80, 149) 40%, rgb(0, 27, 76) 68%, rgb(8, 0, 37) 90%);
}

#sitemap .page_top {
  background-image: linear-gradient(150deg, rgb(5, 168, 207) 10%, rgb(25, 80, 149) 40%, rgb(0, 27, 76) 68%, rgb(8, 0, 37) 90%);
}

#page404 .page_top {
  background-image: linear-gradient(150deg, rgb(5, 168, 207) 10%, rgb(25, 80, 149) 40%, rgb(0, 27, 76) 68%, rgb(8, 0, 37) 90%);
}

.breadcrumb {
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .breadcrumb {
    display: block;
    background-color: #333;
    padding: 1.5rem 0;
  }
  .breadcrumb ul {
    display: flex;
    align-items: center;
  }
  .breadcrumb ul li:not(:first-of-type)::before {
    content: "＞";
    color: #fff;
    margin: 0 1.5rem;
  }
  .breadcrumb ul li a {
    display: inline;
    color: #fff;
  }
  .breadcrumb ul li a:hover {
    text-decoration: underline;
  }
  .breadcrumb ul li a[href="#"] {
    pointer-events: none;
  }
}
.btn {
  width: 80%;
  max-width: 40rem;
  margin: auto;
}
.btn a {
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  background-color: #033987;
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
}
.btn a:hover {
  background-color: #0076c8;
}
.btn a::after {
  content: ">";
}
.btn a.no_arrow::after {
  content: none;
}

.modal_block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: grid;
  place-items: center;
  display: none;
}
.modal_block .img_section {
  width: 90%;
  max-width: 80rem;
  height: fit-content;
  max-height: calc(100vh - 25rem);
  margin-top: -10rem;
  overflow-y: scroll;
}
.modal_block .img_section::-webkit-scrollbar {
  width: 1rem;
}
.modal_block .img_section::-webkit-scrollbar-track {
  background: transparent;
}
.modal_block .img_section::-webkit-scrollbar-thumb {
  background-color: #0076c8;
  border: 0.2rem solid #fff;
  border-radius: 9999px;
}
.modal_block .img_section figure {
  width: fit-content;
  margin: auto;
}
.modal_block .close_btn {
  position: absolute;
  top: calc(100vh - 25rem + 10rem);
  left: 50%;
  transform: translate(-50%, 0);
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.modal_block .close_btn span {
  display: block;
  width: 4.5rem;
  height: 0.3rem;
  background-color: #0076c8;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal_block .close_btn span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_block .close_btn span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ---------------------------------------- */
/* ---------- 共通設定 ここまで ---------- */
/* ---------------------------------------- */
/* ------------------------------ */
/* ---------- header ---------- */
/* ------------------------------ */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  z-index: 999;
}
header .header_inner {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_logo {
  width: 25rem;
}
header .header_logo a:hover {
  opacity: 0.5;
}
header .pc_menu {
  display: none;
}
header .side_nav {
  display: none;
}
header .menu_trigger {
  position: relative;
  width: 5rem;
  height: 5rem;
  z-index: 99999;
}
header .menu_trigger span {
  display: block;
  width: 5rem;
  height: 0.3rem;
  background-color: #033987;
  border-radius: 9999px;
  position: absolute;
  transition: 0.5s;
}
header .menu_trigger span:nth-of-type(1) {
  top: 50%;
  transform: translate(0, -50%);
}
header .menu_trigger span:nth-of-type(2) {
  top: 20%;
}
header .menu_trigger span:nth-of-type(3) {
  bottom: 20%;
}
header .menu_trigger.active span {
  transition: 0.5s;
}
header .menu_trigger.active span:nth-of-type(1) {
  opacity: 0;
}
header .menu_trigger.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
header .menu_trigger.active span:nth-of-type(3) {
  bottom: auto;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}
header .overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  margin-top: 9rem;
  width: 100%;
  height: calc(100vh - 9rem);
  background-color: #fff;
  padding: 4rem 0 0;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.5s;
  z-index: 9999;
}
header .overlay.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header .overlay .sp_menu ul.main_menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4rem 5%;
  width: fit-content;
  margin: auto;
}
header .overlay .sp_menu ul.main_menu > li {
  width: 100%;
}
header .overlay .sp_menu ul.main_menu > li > a {
  font-size: 2rem;
  border-bottom: 2px solid #333;
}
header .overlay .sp_menu ul.sub_link li {
  margin-top: 0.5rem;
  list-style-type: disc;
  list-style-position: inside;
}
header .overlay .sp_menu ul.sub_link li a {
  display: inline;
  font-size: 1.8rem;
  padding: 0.5rem 0;
}
header .overlay .lower_block {
  margin-top: 4rem;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
}
header .overlay .lower_block ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .overlay .lower_block ul li a {
  color: #fff;
  padding: 1rem 0;
}
header .overlay .lower_block ul li a figure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
header .overlay .lower_block ul li a figure figcaption {
  line-height: 1;
}
header .overlay .lower_block ul li.recruit {
  width: 100%;
}
header .overlay .lower_block ul li.recruit a {
  background-color: #f05a24;
}
header .overlay .lower_block ul li.recruit a figure img {
  width: 3rem;
}
header .overlay .lower_block ul li.tel {
  width: 50%;
}
header .overlay .lower_block ul li.tel a {
  background-color: #033987;
}
header .overlay .lower_block ul li.tel a figure img {
  width: 2.6rem;
}
header .overlay .lower_block ul li.tel a figure figcaption span {
  display: block;
  width: fit-content;
}
header .overlay .lower_block ul li.tel a figure figcaption span:nth-of-type(2) {
  font-size: 1rem;
}
header .overlay .lower_block ul li.contact {
  width: 50%;
  align-self: stretch;
}
header .overlay .lower_block ul li.contact a {
  background-color: #333;
  height: 100%;
  display: grid;
  place-items: center;
}
header .overlay .lower_block ul li.contact a figure img {
  width: 3rem;
}
header .to_top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 6rem;
  height: 6rem;
  background: linear-gradient(150deg, rgb(5, 168, 207) 10%, rgb(25, 80, 149) 40%, rgb(0, 27, 76) 68%, rgb(8, 0, 37) 90%);
  display: grid;
  place-items: center;
  z-index: 1000;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
  overflow: hidden;
  animation: rotation 8s linear infinite;
}
header .to_top:hover {
  animation-play-state: paused;
}
header .to_top::before {
  content: "";
  width: 70%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .to_top.active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
}
header .to_top a {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #0076c8;
  font-size: 1.4rem;
  text-align: center;
  animation: not-rotation 8s linear infinite;
}
header .to_top a:hover {
  animation-play-state: paused;
}

@media print, screen and (min-width: 560px) {
  header .overlay .sp_menu ul.main_menu {
    width: 100%;
    flex-direction: row;
    padding: 0 4rem;
  }
  header .overlay .sp_menu ul.main_menu > li {
    width: 47.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  header .menu_trigger {
    display: none;
  }
  header .header_inner {
    padding: 0;
    width: 100%;
    height: 100%;
    align-items: stretch;
  }
  header .header_logo {
    margin-left: 1rem;
    width: 20%;
    max-width: 25rem;
    display: flex;
    align-items: center;
  }
  header .pc_menu {
    display: grid;
    place-items: center;
    align-self: stretch;
  }
  header .pc_menu ul {
    display: flex;
    align-items: center;
    align-self: stretch;
  }
  header .pc_menu ul li {
    height: 100%;
    display: grid;
    place-items: center;
  }
  header .pc_menu ul li a {
    height: 100%;
    display: grid;
    place-items: center;
    padding: 0 0.5vw;
    font-size: min(1.35vw, 1.6rem);
  }
  header .pc_menu ul li a:hover {
    color: #0076c8;
  }
  header .pc_menu ul li.border a {
    height: fit-content;
    border-right: 0.1rem solid #000;
  }
  header .pc_menu ul li.bg_color01 a, header .pc_menu ul li.bg_color02 a {
    width: 15rem;
    color: #fff;
    text-align: center;
    padding: 0;
  }
  header .pc_menu ul li.bg_color01 a figure, header .pc_menu ul li.bg_color02 a figure {
    display: flex;
    align-items: center;
    gap: 0 1rem;
  }
  header .pc_menu ul li.bg_color01 a figure img, header .pc_menu ul li.bg_color02 a figure img {
    width: 3rem;
  }
  header .pc_menu ul li.bg_color01 a {
    background-color: #333;
  }
  header .pc_menu ul li.bg_color01 a:hover {
    background-color: #666;
  }
  header .pc_menu ul li.bg_color02 a {
    background-color: #f05a24;
  }
  header .pc_menu ul li.bg_color02 a:hover {
    background-color: #ee7d54;
  }
  header .side_nav {
    display: block;
    position: fixed;
    top: 14.5rem;
    right: 0;
    transform: translateX(calc(100% - 6.5rem));
    transition: 0.5s;
  }
  header .side_nav:hover {
    transform: translateX(0);
  }
  header .side_nav a {
    height: 6.5rem;
    background-color: #66acde;
  }
  header .side_nav a figure {
    height: 100%;
    display: flex;
    align-items: center;
  }
  header .side_nav a figure .img_area {
    width: 6.5rem;
    text-align: center;
  }
  header .side_nav a figure .img_area img {
    width: 2.6rem;
  }
  header .side_nav a figure figcaption {
    height: 100%;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    background-color: #0076c8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
  }
  header .side_nav a figure figcaption span {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
  }
}
@media print, screen and (min-width: 1200px) {
  header .pc_menu ul li.bg_color01 a, header .pc_menu ul li.bg_color02 a {
    width: 18rem;
  }
  header .pc_menu ul li.bg_color01 {
    margin-left: 2rem;
  }
}
@media print, screen and (min-width: 1400px) {
  header .header_logo {
    margin-left: 4rem;
  }
  header .pc_menu ul li a {
    padding: 0 min(1.5vw, 2.5rem);
  }
}
/* ---------------------------------------- */
/* ---------- header ここまで ---------- */
/* ---------------------------------------- */
/* -------------------------------------- */
/* ---------- footer ここまで ---------- */
/* -------------------------------------- */
footer .footer_upper {
  background: linear-gradient(to right, #00abd8, #006eac 20%, #033987);
  padding: 3rem 0;
}
footer .footer_upper h3 {
  width: fit-content;
  margin: auto;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
footer .footer_upper p {
  margin-top: 3rem;
  color: #fff;
}
footer .footer_upper .contact_area {
  width: 100%;
  max-width: 90rem;
  margin: 2rem auto 0;
  border: 0.1rem solid #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer_upper .contact_area .tel,
footer .footer_upper .contact_area .mail {
  width: 100%;
  align-self: stretch;
  display: flex;
  align-items: center;
}
footer .footer_upper .contact_area .tel a,
footer .footer_upper .contact_area .mail a {
  padding: 1rem 0;
}
footer .footer_upper .contact_area .tel a figure,
footer .footer_upper .contact_area .mail a figure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.5rem;
}
footer .footer_upper .contact_area .tel a figure img,
footer .footer_upper .contact_area .mail a figure img {
  width: 5.5rem;
}
footer .footer_upper .contact_area .tel a figure figcaption,
footer .footer_upper .contact_area .mail a figure figcaption {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
footer .footer_upper .contact_area .tel a figure figcaption span,
footer .footer_upper .contact_area .mail a figure figcaption span {
  display: block;
  font-size: 2.2rem;
}
footer .footer_upper .contact_area .tel {
  border-bottom: 0.1rem solid #fff;
}
footer .footer_upper .contact_area .mail a {
  height: 100%;
  display: grid;
  place-items: center;
}
footer .footer_upper .contact_area .mail a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
footer .footer_lower {
  display: none;
}
footer .copyright {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  background-color: #033987;
  padding: 2rem 0;
}

@media print, screen and (min-width: 450px) {
  footer .footer_upper .contact_area {
    flex-direction: row;
  }
  footer .footer_upper .contact_area .tel {
    width: 60%;
    border-bottom: none;
    border-right: 0.1rem solid #fff;
  }
  footer .footer_upper .contact_area .mail {
    width: 40%;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer_upper {
    padding: 6rem 0;
  }
  footer .footer_upper p {
    margin-top: 6rem;
    font-size: min(1.8vw, 1.6rem);
    text-align: center;
  }
  footer .footer_upper .contact_area {
    margin-top: 6rem;
  }
  footer .footer_upper .contact_area .tel,
  footer .footer_upper .contact_area .mail {
    width: 50%;
  }
  footer .footer_upper .contact_area .tel a,
  footer .footer_upper .contact_area .mail a {
    padding: 2.5rem 0;
  }
}
@media print, screen and (min-width: 1024px) {
  footer .footer_lower {
    display: block;
    background-color: #f1f1f1;
    padding: 11.5rem 0 7rem;
  }
  footer .footer_lower .inner {
    width: 95%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 6rem;
  }
  footer .footer_lower .inner h2.footer_logo {
    width: 33.5rem;
  }
  footer .footer_lower .inner h2.footer_logo a:hover {
    opacity: 0.5;
  }
  footer .footer_lower .inner p {
    width: calc(100% - 39.5rem);
  }
  footer .footer_lower nav {
    margin-top: 8rem;
  }
  footer .footer_lower nav ul.main_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer_lower nav ul.main_menu > li {
    border-left: 0.2rem solid #fff;
    padding: 0 min(2.75vw, 3rem);
  }
  footer .footer_lower nav ul.main_menu > li:last-of-type {
    border-right: 0.2rem solid #fff;
  }
  footer .footer_lower nav ul.main_menu > li > a {
    font-weight: bold;
  }
  footer .footer_lower nav ul.main_menu > li > a:hover {
    color: #0076c8;
  }
  footer .footer_lower nav ul.sub_link li {
    margin-top: 2.5rem;
  }
  footer .footer_lower nav ul.sub_link li a {
    display: inline;
    font-size: 1.5rem;
  }
  footer .footer_lower nav ul.sub_link li a::before {
    content: "●";
    font-size: 0.75rem;
    margin-right: 1rem;
    position: relative;
    top: -0.2rem;
  }
  footer .footer_lower nav ul.sub_link li a:hover {
    opacity: 0.5;
  }
  footer .footer_lower nav .lower_menu {
    margin: 4.5rem auto 0;
  }
  footer .footer_lower nav .lower_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  footer .footer_lower nav .lower_menu ul li:not(:nth-of-type(n + 4)) {
    border-right: 0.1rem solid #000;
  }
  footer .footer_lower nav .lower_menu ul li a {
    padding: 0 2rem;
    font-weight: bold;
  }
  footer .footer_lower nav .lower_menu ul li a:hover {
    color: #0076c8;
  }
  footer .footer_lower nav .lower_menu ul li.bg_color01 {
    width: 100%;
    margin-top: 5rem;
  }
  footer .footer_lower nav .lower_menu ul li.bg_color01 a {
    width: 30rem;
    margin: auto;
    background-color: #f05a24;
    padding: 1rem 0;
  }
  footer .footer_lower nav .lower_menu ul li.bg_color01 a:hover {
    background-color: #ee7d54;
  }
  footer .footer_lower nav .lower_menu ul li.bg_color01 a figure {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2rem;
  }
  footer .footer_lower nav .lower_menu ul li.bg_color01 a figure img {
    width: 3rem;
  }
  footer .footer_lower nav .lower_menu ul li.bg_color01 a figure figcaption {
    color: #fff;
  }
  footer .footer_lower nav .lower_menu ul li.bg_color01 a figure figcaption::after {
    content: "";
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    background-image: url(../../assets/img/icon_window.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 2rem;
    position: relative;
    top: 2px;
  }
}
/* -------------------------------------- */
/* ---------- footer ここまで ---------- */
/* -------------------------------------- */
/* ---------------------------------- */
/* ---------- animation ---------- */
/* ---------------------------------- */
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fv-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes not-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes scroll {
  0% {
    height: 0;
  }
  80% {
    height: 45%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* -------------------------------------------- */
/* ---------- animation ここまで ---------- */
/* -------------------------------------------- */
#top h2.top_section_title figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem 0;
}
#top h2.top_section_title figure img {
  height: 2.7rem;
}
#top h2.top_section_title figure figcaption {
  font-size: 2.5rem;
  font-weight: bold;
}
#top h2.top_section_title figure figcaption.txt_wh {
  color: #fff;
}
#top .lowerlay {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -9999999999;
}
#top .upperlay {
  position: relative;
  margin-top: min(100vh, 70rem);
  background-image: url(../../assets/img/top/upperlay_bg.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
#top .upperlay::before {
  content: "";
  width: 100%;
  height: calc(100% - 12.5rem);
  background-color: #fff;
  position: absolute;
  bottom: 0;
  z-index: -99999;
}
#top section.top_fv {
  width: 100%;
  height: 100vh;
  max-height: 85rem;
}
#top section.top_fv .swiper_area {
  width: 100%;
  height: 100%;
}
#top section.top_fv .swiper_area .swiper {
  width: 100%;
  height: 100%;
}
#top section.top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top section.top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide:nth-of-type(1) img {
  object-position: 15% center;
}
#top section.top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide:nth-of-type(2) img {
  object-position: 40% center;
}
#top section.top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide:nth-of-type(3) img {
  object-position: 55% center;
}
#top section.top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide:nth-of-type(4) img {
  object-position: 70% center;
}
#top section.top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide-active img, #top section.top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide-duplicate-active img, #top section.top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide-prev img {
  height: 100%;
  object-fit: cover;
  animation: fv-zoom 8s linear 0s normal both;
}
#top section.top_fv .swiper_area h2.fv_catch {
  width: 95%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#top section.top_fv .swiper_area h2.fv_catch figure.catch_en {
  width: 70%;
  max-width: 32rem;
}
#top section.top_fv .swiper_area h2.fv_catch figure.main_catch {
  margin-top: 5rem;
}
#top section.top_fv .swiper_area h2.fv_catch figure.catch_desc {
  width: 80%;
  margin: 3rem auto 0;
}
#top section.top_fv .swiper_area h2.fv_catch figure.catch_desc img {
  display: block;
  margin: auto;
}
#top section.top_fv .swiper_area h2.fv_catch figure figcaption {
  color: #fff;
  font-size: 3.5rem;
  font-size: min(6vw, 3.5rem);
  font-weight: bold;
  text-align: center;
}
#top section.top_fv .swiper_area h2.fv_catch figure figcaption strong {
  display: block;
  font-size: 5rem;
  font-size: min(8.75vw, 5rem);
  line-height: 1;
  margin-bottom: 2rem;
}
#top section.top_fv .swiper_area .scroll_txt {
  position: absolute;
  bottom: 13rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 1.5rem;
  z-index: 1;
}
#top section.top_fv .swiper_area .scroll_txt::after {
  content: "";
  width: 0.1rem;
  height: 5.5rem;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
#top section.top_strength {
  padding-top: 4rem;
}
#top section.top_strength h2 {
  width: fit-content;
  margin: auto;
  color: #033987;
  font-size: 2rem;
}
#top section.top_strength h2 span {
  display: block;
  width: fit-content;
  margin: auto;
  color: #000;
  font-size: 4.5rem;
  font-size: min(6vw, 4.5rem);
  font-weight: 400;
}
#top section.top_strength .strength_desc {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
}
#top section.top_strength .strength_desc .txt_area h3 {
  color: #0076c8;
  font-size: 2.5rem;
  font-size: min(5.5vw, 2.5rem);
  font-weight: bold;
  text-align: center;
}
#top section.top_strength .strength_desc .txt_area p {
  margin-top: 2rem;
  font-size: 1.7rem;
}
#top section.top_strength .strength_desc .figure_area {
  margin-top: 2rem;
}
#top section.top_strength .strength_desc .figure_area > figure {
  position: relative;
  width: 100%;
  max-width: 43.5rem;
  margin: auto;
  overflow: hidden;
}
#top section.top_strength .strength_desc .figure_area > figure figcaption {
  position: absolute;
  transform: translateX(-100vw);
}
#top section.top_strength .btn {
  margin-top: 4rem;
}
#top section.top_warehouse {
  position: relative;
  margin-top: 4rem;
}
#top section.top_warehouse .swiper_area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#top section.top_warehouse .swiper_area .swiper {
  height: 100%;
}
#top section.top_warehouse .swiper_area .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
#top section.top_warehouse .swiper_area .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
#top section.top_warehouse .txt_area {
  width: 100%;
  padding: 4rem 0;
}
#top section.top_warehouse .txt_area h3 {
  width: fit-content;
  margin: auto;
  color: #fff;
  font-size: 3.2rem;
  font-size: min(5vw, 3.2rem);
  text-align: center;
  line-height: 1.5;
}
#top section.top_warehouse .txt_area h3 span {
  display: block;
  font-size: 4.5rem;
  font-size: min(7.5vw, 4.5rem);
  margin-bottom: 2rem;
}
#top section.top_warehouse .txt_area figure {
  margin: 2rem auto 0;
  position: relative;
  width: 85%;
  max-width: 40rem;
}
#top section.top_warehouse .txt_area figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
}
#top section.top_warehouse .txt_area .btn {
  margin-top: 4rem;
}
#top section.top_business {
  margin-top: 4rem;
}
#top section.top_business .business_list ul {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
}
#top section.top_business .business_list ul li {
  width: 100%;
}
#top section.top_business .business_list ul li a {
  background-color: #F1F1F1;
  padding: 2rem 1rem;
}
#top section.top_business .business_list ul li a:hover {
  background-color: #bdf1ff;
}
#top section.top_business .business_list ul li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#top section.top_business .business_list ul li dl dt {
  color: #033987;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#top section.top_business .business_list ul li dl dt::after {
  content: ">";
  margin-left: 1em;
}
#top section.top_business .business_list ul li dl dd {
  width: 100%;
  margin-top: 1rem;
}
#top section.top_business .business_list ul li dl dd figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
}
#top section.top_business .business_list ul li dl dd figure img {
  width: 10rem;
}
#top section.top_business .business_list ul li dl dd figure figcaption {
  width: fit-content;
  margin: auto;
}
#top section.top_business .btn {
  margin-top: 4rem;
}
#top section.top_company {
  position: relative;
  margin-top: 4rem;
  display: flex;
  flex-direction: column-reverse;
  z-index: 1;
}
#top section.top_company::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #00abd8, #006eac 20%, #033987);
  position: absolute;
  top: 0;
  z-index: -1;
}
#top section.top_company .img_area figure {
  display: flex;
}
#top section.top_company .img_area figure > img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}
#top section.top_company .img_area figure .half {
  width: 50%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
#top section.top_company .img_area figure .half img {
  height: 50%;
  object-fit: cover;
}
#top section.top_company .txt_area {
  position: relative;
  padding: 4rem 0;
  overflow: hidden;
  z-index: 10;
}
#top section.top_company .txt_area::before {
  content: "";
  width: 98rem;
  aspect-ratio: 1/1;
  background-image: url(../../assets/img/top/company_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 52%;
  left: 55%;
  transform: translate(0, -50%);
  z-index: -10;
}
#top section.top_company .txt_area .inner {
  width: 95%;
  max-width: 55rem;
  margin: auto;
}
#top section.top_company .txt_area .inner p {
  margin-top: 4rem;
  color: #fff;
  font-size: 1.7rem;
}
#top section.top_company .txt_area .inner .btn {
  margin-top: 4rem;
}
#top section.top_news {
  margin-top: 5rem;
}
#top section.top_news .news_list {
  margin-top: 4rem;
}
#top section.top_news .news_list ul.tab_list {
  width: 100%;
  max-width: 90rem;
  margin: auto;
  display: flex;
  justify-content: center;
}
#top section.top_news .news_list ul.tab_list li.tab_item {
  width: 33.3333333333%;
}
#top section.top_news .news_list ul.tab_list li.tab_item:not(:last-of-type) {
  border-right: 0.1rem solid #dfdfdf;
}
#top section.top_news .news_list ul.tab_list li.tab_item a {
  text-align: center;
  padding: 1rem 0;
  opacity: 0.5;
}
#top section.top_news .news_list ul.tab_list li.tab_item a:hover, #top section.top_news .news_list ul.tab_list li.tab_item a.active {
  opacity: 1;
  background-color: #dfdfdf;
}
#top section.top_news .news_list .tab_contents {
  margin-top: 4rem;
}
#top section.top_news .news_list .tab_contents ul {
  border-bottom: 0.1rem solid #b1b1b1;
}
#top section.top_news .news_list .tab_contents ul li {
  border-top: 0.1rem solid #b1b1b1;
}
#top section.top_news .news_list .tab_contents ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
}
#top section.top_news .news_list .tab_contents ul li a .day {
  font-weight: bold;
}
#top section.top_news .news_list .tab_contents ul li a .category {
  margin-left: 1.5rem;
  width: 15rem;
  color: #fff;
  text-align: center;
  padding: 0.3rem 0;
}
#top section.top_news .news_list .tab_contents ul li a .category.category_info {
  background-color: #0076c8;
}
#top section.top_news .news_list .tab_contents ul li a .category.category_suggest {
  background-color: #c0272d;
}
#top section.top_news .news_list .tab_contents ul li a .title {
  width: 100%;
  margin-top: 1rem;
}
#top section.top_news .news_list .tab_contents ul li.c-info a:hover {
  background: rgba(0, 118, 200, 0.1);
}
#top section.top_news .news_list .tab_contents ul li.c-suggest a:hover {
  background-color: rgba(192, 39, 45, 0.1);
}
#top section.top_news .btn {
  margin-top: 4rem;
}
#top section.top_recruit {
  position: relative;
  margin-top: 5rem;
  padding: 4rem 2.5% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top section.top_recruit::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/top/recruit_bg.jpg);
  background-size: cover;
  background-position: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
#top section.top_recruit h3.catch {
  width: 80%;
  margin: auto;
}
#top section.top_recruit h3.catch figure img:nth-of-type(2) {
  margin-top: 1rem;
}
#top section.top_recruit h2.title {
  width: 90%;
  margin: 2rem auto 0;
}
#top section.top_recruit h2.title figure figcaption {
  position: relative;
  margin-top: 1rem;
  color: #fff;
  font-size: 2.5rem;
  font-size: min(4vw, 2.5rem);
  font-weight: bold;
  line-height: 1;
  padding: 0.5rem;
}
#top section.top_recruit h2.title figure figcaption::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f05a24;
  border-image-source: linear-gradient(#f05a24, #f05a24);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#top section.top_recruit .r_btn {
  margin-top: 2rem;
  overflow: hidden;
}
#top section.top_recruit .r_btn a {
  position: relative;
  width: 20rem;
  height: 7.5rem;
  background-color: #f05a24;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}
#top section.top_recruit .r_btn a:hover {
  background-color: #ee7d54;
}
#top section.top_recruit .r_btn a::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 3rem;
  background-image: url(../../assets/img/top/icon_arrow.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#top section.top_recruit .r_btn a span {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 0);
}

@media print, screen and (min-width: 768px) {
  #top section.top_fv #fv_slider .fv_catch {
    top: auto;
    bottom: 10rem;
    transform: translate(0);
    padding: 0;
    margin-left: 5%;
  }
  #top section.top_fv #fv_slider .fv_catch h2::after {
    left: 57.5%;
  }
  #top section.top_fv .latest_news {
    padding: 0;
    display: flex;
    align-items: center;
  }
  #top section.top_fv .latest_news h3 {
    border-bottom: none;
    border-right: 0.1rem solid #0076c8;
    width: 17%;
    font-size: 3rem;
    text-align: center;
  }
  #top section.top_fv .latest_news .news_line {
    width: calc(85% - 20rem);
    margin: 0;
    padding: 1rem 4%;
  }
  #top section.top_fv .latest_news .btn {
    width: 20rem;
    margin: 0;
    align-self: stretch;
    display: grid;
    place-items: center;
  }
  #top section.top_fv .latest_news .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #top section.top_strength {
    padding-top: 8rem;
  }
  #top section.top_strength .strength_desc {
    margin-top: 8rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #top section.top_strength .strength_desc .txt_area {
    width: calc(100% - 43.5rem);
    max-width: 40rem;
  }
  #top section.top_strength .strength_desc .txt_area h3 {
    text-align: left;
  }
  #top section.top_strength .strength_desc .figure_area {
    width: fit-content;
  }
  #top section.top_strength .btn {
    margin-top: 6rem;
  }
  #top section.top_warehouse {
    margin-top: 8rem;
  }
  #top section.top_warehouse .txt_area {
    padding: 8rem 0;
  }
  #top section.top_warehouse .txt_area h3 {
    text-align: center;
  }
  #top section.top_warehouse .txt_area h3 span {
    margin-bottom: 5rem;
  }
  #top section.top_warehouse .txt_area figure {
    margin: 5rem 0 0;
  }
  #top section.top_business {
    margin-top: 8rem;
  }
  #top section.top_business .business_list {
    margin-top: 8rem;
  }
  #top section.top_business .business_list ul {
    gap: 1.5rem;
  }
  #top section.top_business .business_list ul li.full_width a {
    padding: 1rem 2rem;
    display: flex;
    gap: 0 1.5rem;
  }
  #top section.top_business .business_list ul li.full_width dl {
    justify-content: flex-start;
    padding: 2rem 0;
  }
  #top section.top_business .business_list ul li.full_width dl dt {
    width: auto;
  }
  #top section.top_business .business_list ul li.full_width dl dd figure {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 0 2rem;
  }
  #top section.top_business .business_list ul li.full_width dl dd figure img {
    margin-top: -1rem;
  }
  #top section.top_business .business_list ul li:not(.full_width) {
    width: calc((100% - 3rem) / 3);
  }
  #top section.top_business .business_list ul li:not(.full_width) a {
    height: 100%;
  }
  #top section.top_business .business_list ul li:not(.full_width) dl {
    justify-content: flex-start;
    padding: 2rem 0;
  }
  #top section.top_business .business_list ul li:not(.full_width) dl dt {
    width: auto;
  }
  #top section.top_business .business_list ul li:not(.full_width) dl dd {
    margin-top: 2rem;
  }
  #top section.top_business .btn {
    margin-top: 8rem;
  }
  #top section.top_company {
    margin-top: 8rem;
    flex-direction: row;
  }
  #top section.top_company .img_area {
    width: 60%;
    align-self: stretch;
  }
  #top section.top_company .img_area figure {
    height: 100%;
  }
  #top section.top_company .txt_area {
    width: 40%;
    display: flex;
    align-items: center;
  }
  #top section.top_news {
    margin-top: 10rem;
  }
  #top section.top_news .news_list {
    margin-top: 8rem;
  }
  #top section.top_news .news_list .tab_contents {
    margin-top: 8rem;
  }
  #top section.top_news .news_list .tab_contents ul li a {
    padding: 2.5rem;
  }
  #top section.top_news .btn {
    margin-top: 8rem;
  }
  #top section.top_recruit {
    margin-top: 8rem;
    padding-top: 8rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  #top section.top_recruit h3.catch {
    width: 35%;
  }
  #top section.top_recruit h3.catch figure {
    position: relative;
  }
  #top section.top_recruit h3.catch figure img:nth-of-type(2) {
    position: absolute;
    top: 107.5%;
    left: 0;
    margin: 0;
  }
  #top section.top_recruit h2.title {
    width: 65%;
    margin-top: 0;
    padding-left: 1rem;
  }
  #top section.top_recruit h2.title figure img {
    width: 75%;
    max-width: 56.5rem;
  }
  #top section.top_recruit h2.title figure figcaption {
    margin-top: 2rem;
    padding: 1.5rem;
  }
  #top section.top_recruit .r_btn {
    margin: 5% auto 0;
  }
  #top section.top_recruit .r_btn a {
    height: 12.5rem;
  }
  #top section.top_recruit .r_btn a::before {
    height: 6rem;
  }
  #top section.top_recruit .r_btn a span {
    top: 50%;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.top_warehouse {
    margin-top: 15rem;
  }
  #top section.top_warehouse .txt_area {
    height: 70rem;
    padding-top: 4rem;
  }
  #top section.top_warehouse .txt_area figure {
    margin-top: -2rem;
  }
  #top section.top_warehouse .txt_area .btn {
    margin-top: -2rem;
  }
  #top section.top_business {
    margin-top: 15rem;
  }
  #top section.top_business .business_list ul li.full_width dl dd figure img {
    margin: 0 6rem;
  }
  #top section.top_business .business_list ul li:not(.full_width) dl dd figure {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 0 2rem;
  }
  #top section.top_business .business_list ul li:not(.full_width) dl dd figure img {
    margin-top: -2rem;
  }
  #top section.top_company {
    margin-top: 15rem;
  }
  #top section.top_company .img_area {
    width: 50%;
  }
  #top section.top_company .txt_area {
    width: 50%;
  }
  #top section.top_company .txt_area .inner p {
    margin-top: 8rem;
  }
  #top section.top_company .txt_area .inner .btn {
    margin-top: 8rem;
  }
  #top section.top_news {
    margin-top: 15rem;
  }
  #top section.top_news .news_list .tab_contents ul li a .title {
    width: calc(100% - 30rem);
    margin: 0;
    padding-left: 5rem;
  }
  #top section.top_recruit {
    margin-top: 15rem;
    padding-top: 12rem;
  }
}
#strength header .pc_menu ul li:nth-of-type(1) a {
  color: #0076c8;
  font-weight: bold;
}
#strength header .overlay .sp_menu ul.main_menu > li:nth-of-type(2) > a {
  color: #0076c8;
  font-weight: bold;
}
#strength footer .footer_lower nav ul.main_menu > li:nth-of-type(1) > a {
  color: #0076c8;
}
#strength section.strength_catch {
  position: relative;
  padding: 4rem 0 4rem;
  background: linear-gradient(to bottom, #fff 45%, transparent 70%);
}
#strength section.strength_catch::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/strength/strength_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#strength section.strength_catch h2 {
  width: fit-content;
  margin: auto;
  font-size: 3.2rem;
  font-size: min(5vw, 3.2rem);
  text-align: center;
}
#strength section.strength_catch h2 span {
  display: block;
  font-size: 5rem;
  font-size: min(8vw, 5rem);
  text-align: center;
  line-height: 1;
  margin-bottom: 2rem;
}
#strength section.strength_catch p {
  margin-top: 2rem;
}
#strength section.strength_catch figure {
  margin-top: 2rem;
}
#strength section.strength_field {
  margin: 4rem 0;
}
#strength section.strength_field .strength_desc + .strength_desc {
  margin-top: 5rem;
}
#strength section.strength_field .strength_desc .txt_area {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
#strength section.strength_field .strength_desc .txt_area span.number {
  width: fit-content;
  color: #fff;
  font-size: 2rem;
  background-color: #0076c8;
  padding: 0.3rem 4rem;
}
#strength section.strength_field .strength_desc .txt_area .desc h3 {
  font-size: 4rem;
  font-size: min(8vw, 4rem);
  font-weight: bold;
}
#strength section.strength_field .strength_desc .txt_area .desc p {
  margin-top: 1rem;
  font-size: 1.8rem;
}
#strength section.strength_field .strength_desc .img_area {
  margin-top: 2rem;
}
#strength section.strength_field .strength_desc .img_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
}
#strength section.strength_field .strength_desc .img_area ul:not(:first-of-type) {
  margin-top: 2rem;
}
#strength section.strength_field .strength_desc .img_area ul li {
  width: calc((100% - 1.5rem) / 2);
  max-width: 40rem;
}
#strength section.strength_field .strength_desc .img_area ul li figure {
  width: 100%;
}
#strength section.strength_field .strength_desc .img_area ul li figure img {
  width: 100%;
}
#strength section.strength_field .strength_desc .img_area ul li figure figcaption {
  margin-top: 1rem;
  text-align: center;
}
#strength section.strength_field .strength_desc .img_area ul li figure figcaption span {
  color: #0076c8;
}
#strength section.strength_field .strength_desc .img_area ul li.full_width {
  width: 100%;
}
#strength section.strength_field .strength_desc .img_area ul li.full_width.map {
  max-width: none;
}
#strength section.strength_field .strength_desc .img_area ul li.full_width.map figure {
  width: 100%;
  aspect-ratio: 1/1;
  max-height: 42rem;
}
#strength section.strength_field .strength_desc .img_area ul li.full_width.map figure iframe {
  width: 100%;
  height: 100%;
}
#strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse {
  max-width: none;
}
#strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse figure {
  position: relative;
}
#strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse figure img {
  width: 100%;
  aspect-ratio: 1/0.4;
  max-height: 24rem;
  object-fit: cover;
  object-position: 65%;
}
#strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse figure figcaption .cap {
  width: 6rem;
  height: 6rem;
  background-image: url(../../assets/img/strength/strength05_baloon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
#strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse figure figcaption .cap span {
  display: block;
  height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.3rem;
}
#strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse figure figcaption .cap.north {
  transform: rotate(-45deg);
  bottom: -3rem;
}
#strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse figure figcaption .cap.north span {
  transform: rotate(45deg);
}
#strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse figure figcaption .cap.south {
  transform: rotate(-135deg);
  right: 0;
  bottom: -3rem;
}
#strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse figure figcaption .cap.south span {
  transform: rotate(135deg);
}
#strength section.strength_field .strength_desc .img_area p {
  width: fit-content;
}
#strength section.strength_field .strength_desc .img_area p.know_how {
  margin: 2rem auto 0;
}
#strength section.strength_field .strength_desc .img_area p.warehouse_desc {
  margin: 4rem auto 0;
}
#strength section.strength_field .strength_desc .img_area .btn {
  margin-top: 2rem;
}

@media print, screen and (min-width: 768px) {
  #strength section.strength_catch {
    padding-top: 8rem;
    background: linear-gradient(to bottom, #fff 40%, transparent 70%);
  }
  #strength section.strength_catch h2 span {
    margin-bottom: 5rem;
  }
  #strength section.strength_catch p {
    margin-top: 4rem;
  }
  #strength section.strength_catch figure {
    margin-top: 4rem;
  }
  #strength section.strength_field {
    margin: 8rem 0;
  }
  #strength section.strength_field .strength_desc + .strength_desc {
    margin-top: 10rem;
  }
  #strength section.strength_field .strength_desc .txt_area {
    flex-direction: row;
    align-items: flex-start;
    gap: 0 4rem;
  }
  #strength section.strength_field .strength_desc .txt_area span.number {
    margin-top: 1.5rem;
    white-space: nowrap;
  }
  #strength section.strength_field .strength_desc .img_area {
    margin-top: 4rem;
  }
  #strength section.strength_field .strength_desc .img_area ul {
    gap: 2rem 3rem;
  }
  #strength section.strength_field .strength_desc .img_area ul.half li {
    width: calc((100% - 3rem) / 2);
  }
  #strength section.strength_field .strength_desc .img_area ul.trisection li {
    width: calc((100% - 6rem) / 3);
  }
  #strength section.strength_field .strength_desc .img_area ul.trisection li.full_width {
    width: 100%;
  }
  #strength section.strength_field .strength_desc .img_area ul.warehouse_area {
    margin-top: 6rem;
  }
  #strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse figure figcaption .cap {
    width: 10rem;
    height: 9rem;
  }
  #strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse figure figcaption .cap span {
    font-size: 1.6rem;
  }
  #strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse figure figcaption .cap.north {
    bottom: 30%;
    left: 50%;
    transform: rotate(0) translateX(-30rem);
  }
  #strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse figure figcaption .cap.north span {
    transform: rotate(0);
  }
  #strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse figure figcaption .cap.south {
    bottom: 50%;
    left: 83.5%;
    transform: rotate(-180deg);
  }
  #strength section.strength_field .strength_desc .img_area ul li.full_width.warehouse figure figcaption .cap.south span {
    transform: rotate(180deg);
  }
  #strength section.strength_field .strength_desc .img_area p.know_how {
    margin-top: 4rem;
  }
  #strength section.strength_field .strength_desc .img_area p.warehouse_desc {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #strength section.strength_catch {
    padding-top: 15rem;
    background: linear-gradient(to bottom, #fff 35%, transparent 100%);
  }
  #strength section.strength_catch figure {
    margin-top: 8rem;
  }
  #strength section.strength_field {
    margin: 15rem 0;
  }
  #strength section.strength_field .strength_desc .txt_area {
    margin-left: -4vw;
  }
}
#warehouse header .pc_menu ul li:nth-of-type(2) a {
  color: #0076c8;
  font-weight: bold;
}
#warehouse header .overlay .sp_menu ul.main_menu > li:nth-of-type(3) > a {
  color: #0076c8;
  font-weight: bold;
}
#warehouse footer .footer_lower nav ul.main_menu > li:nth-of-type(2) > a {
  color: #0076c8;
}
#warehouse h2.warehouse_section_title {
  width: fit-content;
  border-bottom: 0.1rem solid #000;
  border-image-source: linear-gradient(transparent, #000 0.1rem);
  border-image-slice: 1;
  border-image-outset: 0 0 0 100vw;
  padding-bottom: 0.75rem;
}
#warehouse h2.warehouse_section_title figure {
  display: flex;
  align-items: flex-end;
  gap: 0 1.5rem;
}
#warehouse h2.warehouse_section_title figure img {
  height: 0rem;
}
@media print, screen and (min-width: 375px) {
  #warehouse h2.warehouse_section_title figure img {
    height: 1rem;
  }
}
@media print, screen and (min-width: 480px) {
  #warehouse h2.warehouse_section_title figure img {
    height: 2rem;
  }
}
#warehouse h2.warehouse_section_title figure figcaption {
  font-size: 2.5rem;
  line-height: 0.8;
}
#warehouse section.warehouse_catch {
  margin-top: 6rem;
}
#warehouse section.warehouse_catch .inner1200 {
  padding-bottom: 4rem;
  background-image: url(../../assets/img/warehouse/warehouse_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#warehouse section.warehouse_catch h2 {
  font-size: 7rem;
  font-size: min(7.75vw, 7rem);
  text-align: center;
  line-height: 1;
}
#warehouse section.warehouse_catch p {
  margin-top: 4rem;
}
#warehouse section.warehouse_catch ul.anchor_link {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
#warehouse section.warehouse_catch ul.anchor_link li {
  width: 80%;
  max-width: 30rem;
  margin: auto;
  border-left: 0.1rem solid #033987;
  border-right: 0.1rem solid #033987;
}
#warehouse section.warehouse_catch ul.anchor_link li a {
  color: #033987;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
#warehouse section.warehouse_catch ul.anchor_link li a:hover {
  background-color: rgba(0, 118, 200, 0.2);
}
#warehouse section.base {
  margin-top: 6rem;
}
#warehouse section.base h3 {
  width: fit-content;
  margin: 2rem auto 0;
  font-size: 4rem;
  font-size: min(6.5vw, 4rem);
  text-align: center;
}
#warehouse section.base p {
  margin-top: 2rem;
}
#warehouse section.base ul.img_area {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3rem;
}
#warehouse section.base ul.img_area li {
  width: 100%;
  max-width: 32rem;
}
#warehouse section.base ul.img_area li figure figcaption {
  margin-top: 1rem;
  text-align: center;
}
#warehouse section.base ul.img_area li figure figcaption span {
  color: #0076c8;
}
#warehouse section.base .map_area {
  margin-top: 2rem;
}
#warehouse section.base .map_area figure {
  width: 100%;
  aspect-ratio: 1/1;
  max-height: 42rem;
}
#warehouse section.base .map_area figure iframe {
  width: 100%;
  height: 100%;
}
#warehouse section.overview {
  margin-top: 6rem;
}
#warehouse section.overview ul.overview_list {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3.5rem;
}
#warehouse section.overview ul.overview_list li {
  width: 100%;
  max-width: 58rem;
}
#warehouse section.overview ul.overview_list li figure figcaption {
  margin-top: 1rem;
}
#warehouse section.overview ul.overview_list li figure figcaption dl dt {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1.5rem;
}
#warehouse section.overview ul.overview_list li figure figcaption dl dt::before {
  content: "";
  width: 0.5rem;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
#warehouse section.overview ul.overview_list li figure figcaption dl dd {
  margin-top: 1rem;
  padding-left: 1.5rem;
}
#warehouse section.route {
  margin-top: 6rem;
}
#warehouse section.route .pdf_area {
  width: 100%;
  max-width: 80rem;
  margin: 4rem auto 0;
  background-color: #cdd7e7;
  padding: 2rem 0;
}
#warehouse section.route .pdf_area p {
  font-weight: bold;
  text-align: center;
}
#warehouse section.route .pdf_area p span {
  font-size: 1.2rem;
}
#warehouse section.route .pdf_area figure {
  margin-top: 1rem;
  width: 90%;
  margin: auto;
}
#warehouse section.route .btn {
  margin-top: 4rem;
}
#warehouse section.route .btn a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  aspect-ratio: 21/17;
  background-image: url(../../assets/img/warehouse/icon_download.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#warehouse section.map {
  margin-top: 6rem;
}
#warehouse section.map h2.warehouse_section_title figure figcaption span {
  font-size: 1.6rem;
  font-size: min(2.5vw, 1.6rem);
  margin-left: 0.5rem;
  display: none;
}
@media print, screen and (min-width: 420px) {
  #warehouse section.map h2.warehouse_section_title figure figcaption span {
    display: inline-block;
  }
}
#warehouse section.map ul.map_area {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem 0;
}
#warehouse section.map ul.map_area li {
  width: 100%;
  max-width: 58rem;
}
#warehouse section.map ul.map_area li figure {
  border: 0.4rem solid #e5e5e5;
  border-bottom: none;
  padding: 2rem 1rem;
}
#warehouse section.map ul.map_area li figure img {
  aspect-ratio: 270/175;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
}
#warehouse section.map ul.map_area li p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
  transition: 0.5s;
}
#warehouse section.map ul.map_area li p:hover {
  background-color: #666;
}
#warehouse section.map ul.map_area li p span {
  font-size: 1.5rem;
  font-weight: normal;
  display: flex;
  align-items: center;
}
#warehouse section.map ul.map_area li p span::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../../assets/img/warehouse/icon_glass.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 1rem 0 2rem;
}
#warehouse section.detail {
  margin: 6rem 0 4rem;
}
#warehouse section.detail dl.detail_list {
  width: 100%;
  max-width: 98rem;
  margin: 4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  border: 0.3rem solid #e5e5e5;
}
#warehouse section.detail dl.detail_list > dt {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem;
  background-color: #e5e5e5;
}
#warehouse section.detail dl.detail_list > dd {
  width: 100%;
  padding: 0.5rem 1rem;
}
#warehouse section.detail dl.detail_list > dd dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0 7.5vw;
}
#warehouse section.detail dl.detail_list > dd dl dt {
  width: 10rem;
}
#warehouse section.detail dl.detail_list > dd dl dt.breakdown::before {
  content: "｛";
}
#warehouse section.detail dl.detail_list > dd dl dd {
  width: calc(100% - 7.5vw - 10rem);
  text-align: left;
}
#warehouse section.detail dl.detail_list > dd dl dd.breakdown::after {
  content: "｝";
}
#warehouse section.detail dl.detail_list > dd dl dd span {
  display: inline-block;
}
#warehouse section.detail ul.facility_list {
  margin-top: 4rem;
  background-color: #fafafa;
}
#warehouse section.detail ul.facility_list li + li {
  margin-top: 4rem;
}
#warehouse section.detail ul.facility_list li figure {
  display: flex;
  flex-wrap: wrap;
}
#warehouse section.detail ul.facility_list li figure img {
  width: 100%;
}
#warehouse section.detail ul.facility_list li figure figcaption {
  margin-top: 1rem;
  width: 100%;
  padding: 0 1rem;
}
#warehouse section.detail ul.facility_list li figure figcaption > dl > dt {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1.5rem;
}
#warehouse section.detail ul.facility_list li figure figcaption > dl > dt:not(:first-of-type) {
  margin-top: 2rem;
}
#warehouse section.detail ul.facility_list li figure figcaption > dl > dt::before {
  content: "";
  width: 0.5rem;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
#warehouse section.detail ul.facility_list li figure figcaption > dl > dd {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
}
#warehouse section.detail ul.facility_list li figure figcaption > dl > dd dl {
  display: flex;
  flex-direction: column;
}
#warehouse section.detail ul.facility_list li figure figcaption > dl > dd dl dt:not(:first-of-type) {
  margin-top: 1rem;
}
#warehouse section.detail ul.facility_list li figure figcaption > dl > dd dl dd {
  padding-left: 1em;
}
#warehouse section.detail ul.facility_list li figure figcaption > dl > dd dl dd.amount_right {
  width: 100%;
  max-width: 26rem;
}
#warehouse section.detail ul.facility_list li figure figcaption > dl > dd dl dd.amount_right span {
  display: inline-block;
  float: right;
}

@media print, screen and (min-width: 768px) {
  #warehouse h2.warehouse_section_title figure img {
    height: auto;
  }
  #warehouse section.warehouse_catch {
    margin-top: 8rem;
  }
  #warehouse section.warehouse_catch .inner1200 {
    padding-bottom: 10rem;
  }
  #warehouse section.warehouse_catch p {
    margin-top: 8rem;
  }
  #warehouse section.warehouse_catch ul.anchor_link {
    margin-top: 8rem;
    flex-direction: row;
    justify-content: center;
  }
  #warehouse section.warehouse_catch ul.anchor_link li {
    width: fit-content;
    margin: 0;
  }
  #warehouse section.warehouse_catch ul.anchor_link li:not(:last-of-type) {
    border-right: none;
  }
  #warehouse section.warehouse_catch ul.anchor_link li a {
    padding: 0 2.5rem;
  }
  #warehouse section.base {
    margin-top: 8rem;
  }
  #warehouse section.base h3 {
    margin-top: 4rem;
    font-size: min(3.5vw, 4rem);
    line-height: 1;
  }
  #warehouse section.overview {
    margin-top: 8rem;
  }
  #warehouse section.overview ul.overview_list {
    gap: 4rem 3.5rem;
  }
  #warehouse section.overview ul.overview_list li {
    width: calc((100% - 3.5rem) / 2);
  }
  #warehouse section.route {
    margin-top: 8rem;
  }
  #warehouse section.route .pdf_area {
    padding: 5rem 0;
  }
  #warehouse section.route .pdf_area p {
    text-align: left;
    padding-left: 10%;
  }
  #warehouse section.map {
    margin-top: 8rem;
  }
  #warehouse section.map h2.warehouse_section_title figure figcaption span {
    margin-left: 2rem;
  }
  #warehouse section.map ul.map_area {
    margin-top: 6rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 4rem;
  }
  #warehouse section.map ul.map_area li {
    width: calc((100% - 4rem) / 2);
  }
  #warehouse section.detail {
    margin: 8rem 0;
  }
  #warehouse section.detail dl.detail_list {
    margin-top: 6rem;
    flex-direction: row;
    align-items: center;
  }
  #warehouse section.detail dl.detail_list > dt {
    width: 26.5%;
    align-self: stretch;
    text-align: left;
    background-color: transparent;
    border-right: 0.3rem solid #e5e5e5;
    display: grid;
    place-items: center left;
    padding: 0 0 0 2.5rem;
  }
  #warehouse section.detail dl.detail_list > dt:not(:last-of-type) {
    border-bottom: 0.3rem solid #e5e5e5;
  }
  #warehouse section.detail dl.detail_list > dd {
    width: 73.5%;
    padding: 2rem 1rem 2rem 5rem;
  }
  #warehouse section.detail dl.detail_list > dd:not(:last-of-type) {
    border-bottom: 0.3rem solid #e5e5e5;
  }
  #warehouse section.detail dl.detail_list > dd dl {
    gap: 0;
  }
  #warehouse section.detail dl.detail_list > dd dl dt {
    width: 16rem;
  }
  #warehouse section.detail dl.detail_list > dd dl dt.breakdown {
    padding-left: 1em;
  }
  #warehouse section.detail dl.detail_list > dd dl dd {
    width: calc(100% - 16rem);
  }
  #warehouse section.detail ul.facility_list li + li {
    margin-top: 0;
  }
  #warehouse section.detail ul.facility_list li figure img {
    width: 50%;
    object-fit: cover;
  }
  #warehouse section.detail ul.facility_list li figure figcaption {
    width: 50%;
    padding: 2rem;
  }
  #warehouse section.detail ul.facility_list li figure figcaption > dl > dd {
    margin-top: 2rem;
  }
  #warehouse section.detail ul.facility_list li:nth-of-type(odd) figure {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 1024px) {
  #warehouse section.warehouse_catch {
    margin-top: 15rem;
  }
  #warehouse section.warehouse_catch .inner1200 {
    padding-bottom: 21.5rem;
  }
  #warehouse section.base {
    margin-top: 15rem;
  }
  #warehouse section.base h3 {
    margin-top: 8rem;
  }
  #warehouse section.base p {
    margin-top: 4rem;
  }
  #warehouse section.base ul.img_area {
    margin-top: 4rem;
  }
  #warehouse section.base ul.img_area li {
    width: calc((100% - 6rem) / 3);
  }
  #warehouse section.base .map_area {
    margin-top: 5rem;
  }
  #warehouse section.overview {
    margin-top: 15rem;
  }
  #warehouse section.overview ul.overview_list {
    margin-top: 8rem;
  }
  #warehouse section.overview ul.overview_list li figure figcaption {
    margin-top: 2rem;
  }
  #warehouse section.overview ul.overview_list li figure figcaption dl dt {
    padding: 1.5rem 0 1.5rem 3rem;
  }
  #warehouse section.overview ul.overview_list li figure figcaption dl dt::before {
    width: 1rem;
  }
  #warehouse section.overview ul.overview_list li figure figcaption dl dd {
    margin-top: 2rem;
    padding-left: 3rem;
  }
  #warehouse section.route {
    margin-top: 15rem;
  }
  #warehouse section.route .pdf_area {
    margin-top: 8rem;
  }
  #warehouse section.route .btn {
    margin-top: 1.5rem;
  }
  #warehouse section.map {
    margin-top: 15rem;
  }
  #warehouse section.detail {
    margin: 15rem 0;
  }
  #warehouse section.detail ul.facility_list {
    margin-top: 10rem;
  }
  #warehouse section.detail ul.facility_list li figure figcaption > dl > dt {
    padding: 1.5rem 0 1.5rem 3rem;
  }
  #warehouse section.detail ul.facility_list li figure figcaption > dl > dt::before {
    width: 1rem;
  }
  #warehouse section.detail ul.facility_list li figure figcaption > dl > dd {
    padding-left: 3rem;
  }
  #warehouse section.detail ul.facility_list li:nth-of-type(4) figure figcaption > dl > dd dl dt {
    width: 100%;
  }
}
@media print, screen and (min-width: 1200px) {
  #warehouse section.detail ul.facility_list li:nth-of-type(2) figure figcaption dl > dd dl {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
  #warehouse section.detail ul.facility_list li:nth-of-type(2) figure figcaption dl > dd dl dt {
    width: 17.5rem;
  }
  #warehouse section.detail ul.facility_list li:nth-of-type(2) figure figcaption dl > dd dl dd {
    width: calc(100% - 19.5rem);
    padding-left: 0;
  }
  #warehouse section.detail ul.facility_list li:nth-of-type(2) figure figcaption dl > dd dl dd:not(:first-of-type) {
    margin-top: 1rem;
  }
  #warehouse section.detail ul.facility_list li:nth-of-type(4) figure figcaption dl > dd dl {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 3.5rem;
  }
  #warehouse section.detail ul.facility_list li:nth-of-type(4) figure figcaption dl > dd dl dt {
    width: 7rem;
  }
  #warehouse section.detail ul.facility_list li:nth-of-type(4) figure figcaption dl > dd dl dt:not(:first-of-type) {
    margin-top: 4rem;
  }
  #warehouse section.detail ul.facility_list li:nth-of-type(4) figure figcaption dl > dd dl dd {
    width: calc(100% - 10.5rem);
    max-width: none;
    padding-right: 15rem;
    padding-left: 0;
  }
  #warehouse section.detail ul.facility_list li:nth-of-type(4) figure figcaption dl > dd dl dd:not(:first-of-type) {
    margin-top: 4rem;
  }
}
#business header .pc_menu ul li:nth-of-type(3) a {
  color: #0076c8;
  font-weight: bold;
}
#business header .overlay .sp_menu ul.main_menu > li:nth-of-type(4) > a {
  color: #0076c8;
  font-weight: bold;
}
#business footer .footer_lower nav ul.main_menu > li:nth-of-type(3) > a {
  color: #0076c8;
}
#business h2.business_section_title::before {
  display: block;
  width: fit-content;
  margin: auto;
}
#business h2.business_section_title figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
}
#business h2.business_section_title figure figcaption {
  font-size: 2.5rem;
  line-height: 1;
}
#business h2.business_section_title figure img {
  height: 2rem;
}
#business section.business_catch {
  padding: 4rem 0;
}
#business section.business_catch h2 {
  font-size: 7rem;
  font-size: min(7.25vw, 7rem);
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
}
#business section.business_catch p {
  margin-top: 4rem;
}
#business section.business_catch ul.anchor_link {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
#business section.business_catch ul.anchor_link li {
  width: 80%;
  max-width: 30rem;
  margin: auto;
  border-left: 0.1rem solid #033987;
  border-right: 0.1rem solid #033987;
}
#business section.business_catch ul.anchor_link li a {
  color: #033987;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
#business section.business_catch ul.anchor_link li a:hover {
  background-color: rgba(0, 118, 200, 0.2);
}
#business section.warehouse {
  margin-top: 6rem;
}
#business section.warehouse h2.business_section_title::before {
  content: url(../../assets/img/business/business_illust01.png);
}
#business section.warehouse .upper {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#business section.warehouse .upper .main_img {
  display: none;
}
#business section.warehouse .upper .main_desc {
  display: flex;
  flex-direction: column;
}
#business section.warehouse .upper .main_desc h3 {
  order: 1;
  font-size: 4rem;
  font-size: min(6vw, 4rem);
  line-height: 1;
  text-align: center;
}
#business section.warehouse .upper .main_desc p {
  order: 2;
  margin-top: 1rem;
}
#business section.warehouse .upper .main_desc dl.point {
  margin-top: 0.3rem;
  order: 4;
  background-color: #033987;
  padding: 1rem;
}
#business section.warehouse .upper .main_desc dl.point dt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1em;
}
#business section.warehouse .upper .main_desc dl.point dd {
  color: #fff;
}
#business section.warehouse .upper .main_desc .img_area {
  margin-top: 2rem;
  order: 3;
}
#business section.warehouse .upper .main_desc .img_area figure {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
#business section.warehouse .upper .main_desc .img_area figure img {
  width: calc((100% - 0.6rem) / 3);
}
#business section.warehouse .upper .main_desc .img_area figure img.pc_none {
  width: 100%;
  aspect-ratio: 1/0.5;
  object-fit: cover;
  object-position: center;
}
#business section.warehouse .lower {
  margin-top: 2rem;
}
#business section.warehouse .lower ul.sub_desc {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
#business section.warehouse .lower ul.sub_desc li {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem 0;
}
#business section.warehouse .lower ul.sub_desc li figure {
  display: flex;
  gap: 0 0.5rem;
}
#business section.warehouse .lower ul.sub_desc li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#business section.warehouse .lower ul.sub_desc li figure.width01 {
  width: 100%;
}
#business section.warehouse .lower ul.sub_desc li figure.width01 img {
  aspect-ratio: 1/0.5;
  object-position: 30% center;
}
#business section.warehouse .lower ul.sub_desc li figure.width02 img {
  width: calc((100% - 0.5rem) / 2);
  aspect-ratio: 1/1;
  object-position: 0% center;
}
#business section.warehouse .lower ul.sub_desc li figure.width03 img {
  width: calc((100% - 1rem) / 3);
  aspect-ratio: 1/1.5;
}
#business section.warehouse .lower ul.sub_desc li dl.point {
  order: 4;
  background-color: #033987;
  padding: 1rem;
  height: 100%;
}
#business section.warehouse .lower ul.sub_desc li dl.point dt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
#business section.warehouse .lower ul.sub_desc li dl.point dt.space {
  letter-spacing: 1em;
}
#business section.warehouse .lower ul.sub_desc li dl.point dd {
  color: #fff;
}
#business section.flow {
  margin-top: 6rem;
  padding: 6rem 0;
  background-color: #fafafa;
}
#business section.flow h2.business_section_title::before {
  content: url(../../assets/img/business/business_illust02.png);
}
#business section.flow .flow_area {
  margin-top: 4rem;
}
#business section.flow .flow_area figure img {
  display: block;
  width: 75%;
  max-width: 45rem;
  margin: auto;
}
#business section.flow .flow_area figure figcaption {
  margin-top: 2rem;
}
#business section.flow .flow_area figure figcaption ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
#business section.flow .flow_area figure figcaption ul li {
  width: 100%;
  max-width: 28.5rem;
  background-color: #dfedf1;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
}
#business section.flow .flow_area figure figcaption ul li dl {
  color: #4a6069;
}
#business section.flow .flow_area figure figcaption ul li dl dt {
  font-weight: bold;
  margin-bottom: 1rem;
}
#business section.flow .flow_area figure figcaption ul li dl dd {
  padding-left: 1em;
  text-indent: -0.6em;
}
#business section.flow .flow_area figure figcaption ul li dl dd::before {
  content: "・";
}
#business section.flow .flow_area figure figcaption ul li.flow05 dl dd {
  display: none;
}
#business section.solar {
  margin-top: 6rem;
}
#business section.solar h2.business_section_title::before {
  content: url(../../assets/img/business/business_illust03.png);
}
#business section.solar .desc_area {
  margin-top: 4rem;
}
#business section.solar .desc_area .main_img {
  display: none;
}
#business section.solar .desc_area .txt_area h3 {
  font-size: 4rem;
  font-size: min(6vw, 4rem);
  line-height: 1;
  text-align: center;
}
#business section.solar .desc_area .txt_area p {
  margin-top: 1rem;
}
#business section.solar .desc_area .txt_area figure {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem 0;
}
#business section.contract {
  margin-top: 6rem;
  padding: 6rem 0;
  background-color: #fafafa;
}
#business section.contract h2.business_section_title::before {
  content: url(../../assets/img/business/business_illust04.png);
}
#business section.contract .upper {
  margin-top: 4rem;
}
#business section.contract .upper .main_desc h3 {
  font-size: 4rem;
  font-size: min(6vw, 4rem);
  line-height: 1.3;
  text-align: center;
}
#business section.contract .upper .main_desc p {
  margin-top: 1rem;
}

@media print, screen and (min-width: 768px) {
  #business h2.business_section_title figure {
    gap: 3rem;
  }
  #business h2.business_section_title figure img {
    height: auto;
  }
  #business section.business_catch {
    padding: 8rem 0;
  }
  #business section.business_catch p {
    margin-top: 8rem;
    text-align: center;
  }
  #business section.business_catch ul.anchor_link {
    margin-top: 8rem;
    flex-direction: row;
    justify-content: center;
  }
  #business section.business_catch ul.anchor_link li {
    width: fit-content;
    margin: 0;
  }
  #business section.business_catch ul.anchor_link li:not(:last-of-type) {
    border-right: none;
  }
  #business section.business_catch ul.anchor_link li a {
    padding: 0 2.5rem;
  }
  #business section.warehouse {
    margin-top: 8rem;
  }
  #business section.warehouse .upper {
    margin-top: 8rem;
    flex-direction: row;
  }
  #business section.warehouse .upper .main_img {
    display: block;
    width: 50%;
    margin-left: calc(50% - 50vw);
    flex: 1;
    align-self: stretch;
  }
  #business section.warehouse .upper .main_img figure {
    height: 100%;
  }
  #business section.warehouse .upper .main_img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 75%;
  }
  #business section.warehouse .upper .main_desc {
    width: 50%;
  }
  #business section.warehouse .upper .main_desc h3 {
    font-size: min(3.5vw, 4rem);
    text-align: left;
  }
  #business section.warehouse .upper .main_desc p {
    margin-top: 3rem;
  }
  #business section.warehouse .upper .main_desc dl.point {
    order: 3;
    margin: 2rem 0 0 -5rem;
    padding-left: 3rem;
  }
  #business section.warehouse .upper .main_desc .img_area {
    order: 4;
  }
  #business section.warehouse .upper .main_desc .img_area figure img.pc_none {
    display: none;
  }
  #business section.warehouse .lower {
    margin-top: 4rem;
  }
  #business section.warehouse .lower ul.sub_desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4rem 1rem;
  }
  #business section.warehouse .lower ul.sub_desc li:nth-of-type(1) {
    width: calc((100% - 1rem) / 3);
  }
  #business section.warehouse .lower ul.sub_desc li:nth-of-type(2) {
    width: calc((100% - 1rem) / 3 * 2);
  }
  #business section.warehouse .lower ul.sub_desc li:nth-of-type(3) {
    width: 100%;
  }
  #business section.warehouse .lower ul.sub_desc li figure {
    gap: 0 1rem;
  }
  #business section.warehouse .lower ul.sub_desc li figure img {
    aspect-ratio: auto;
    height: 28rem;
  }
  #business section.flow {
    margin-top: 8rem;
    padding: 8rem 0;
  }
  #business section.flow h3 {
    margin-top: 8rem;
  }
  #business section.flow p {
    font-size: min(1.8vw, 1.6rem);
  }
  #business section.flow .flow_area {
    margin-top: 8rem;
  }
  #business section.flow .flow_area figure {
    position: relative;
    overflow: hidden;
  }
  #business section.flow .flow_area figure img {
    width: 100%;
    max-width: none;
  }
  #business section.flow .flow_area figure figcaption {
    position: absolute;
    left: 105%;
  }
  #business section.solar {
    margin-top: 8rem;
  }
  #business section.solar .desc_area {
    margin-top: 8rem;
    display: flex;
    gap: 0 2rem;
  }
  #business section.solar .desc_area .main_img {
    display: block;
    width: 50%;
    margin-left: calc(50% - 50vw);
    flex: 1;
    align-self: stretch;
  }
  #business section.solar .desc_area .main_img figure {
    height: 100%;
  }
  #business section.solar .desc_area .main_img figure img {
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
  }
  #business section.solar .desc_area .txt_area {
    width: 50%;
  }
  #business section.solar .desc_area .txt_area h3 {
    font-size: min(3.5vw, 4rem);
    text-align: left;
  }
  #business section.solar .desc_area .txt_area p {
    margin-top: 3rem;
  }
  #business section.solar .desc_area .txt_area figure {
    margin-top: 4rem;
  }
  #business section.solar .desc_area .txt_area figure img.pc_none {
    display: none;
  }
  #business section.contract {
    margin-top: 8rem;
    padding: 8rem 0;
  }
  #business section.contract .upper {
    width: 100%;
    max-width: 1024px;
    margin: 8rem auto 0;
  }
  #business section.contract .upper .main_desc h3 {
    font-size: min(3.3vw, 4rem);
  }
  #business section.contract .upper .main_desc p {
    margin-top: 3rem;
  }
  #business section.contract .lower {
    max-width: 1200px;
    margin: 4rem auto 0;
  }
  #business section.contract .lower figure.sub_img {
    gap: 0 1rem;
  }
  #business section.contract .lower figure.sub_img img {
    width: calc((100% - 2rem) / 3);
    aspect-ratio: auto;
  }
  #business section.contract .lower figure.sub_img img.pc_none {
    display: none;
  }
  #business section.contract .lower figure.sub_img img.sp_none {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  #business section.business_catch {
    padding-top: 15rem;
  }
  #business section.warehouse {
    margin-top: 12rem;
  }
  #business section.warehouse .upper {
    gap: 0 6rem;
  }
  #business section.warehouse .upper .main_desc dl.point {
    margin: 4rem 0 0 -10rem;
    padding: 3rem 6rem;
  }
  #business section.warehouse .upper .main_desc dl.point dd {
    margin-top: 2rem;
  }
  #business section.warehouse .upper .main_desc .img_area {
    margin-top: 6rem;
  }
  #business section.warehouse .lower ul.sub_desc li dl.point {
    padding: 2rem 3rem;
  }
  #business section.warehouse .lower ul.sub_desc li dl.point dd {
    margin-top: 2rem;
  }
  #business section.flow {
    margin-top: 15rem;
    padding: 15rem 0;
  }
  #business section.solar {
    margin-top: 15rem;
  }
  #business section.solar .desc_area {
    gap: 0 6rem;
  }
  #business section.solar .desc_area .txt_area figure {
    margin-bottom: 8rem;
  }
  #business section.contract {
    margin-top: 15rem;
    padding: 15rem 0;
  }
  #business section.contract .upper {
    gap: 0 6rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #business section.solar .desc_area .txt_area figure {
    margin-bottom: 12rem;
  }
}
#company header .pc_menu ul li:nth-of-type(4) a {
  color: #0076c8;
  font-weight: bold;
}
#company header .overlay .sp_menu ul.main_menu > li:nth-of-type(5) > a {
  color: #0076c8;
  font-weight: bold;
}
#company footer .footer_lower nav ul.main_menu > li:nth-of-type(4) > a {
  color: #0076c8;
}
#company h2.company_section_title {
  width: fit-content;
  border-bottom: 0.1rem solid #000;
  border-image-source: linear-gradient(transparent, #000 0.1rem);
  border-image-slice: 1;
  border-image-outset: 0 0 0 100vw;
  padding-bottom: 0.75rem;
}
#company h2.company_section_title figure {
  display: flex;
  align-items: flex-end;
  gap: 0 1.5rem;
}
#company h2.company_section_title figure img {
  height: 0rem;
}
@media print, screen and (min-width: 375px) {
  #company h2.company_section_title figure img {
    height: 1rem;
  }
}
@media print, screen and (min-width: 480px) {
  #company h2.company_section_title figure img {
    height: 2rem;
  }
}
#company h2.company_section_title figure figcaption {
  font-size: 2.5rem;
  line-height: 0.8;
}
#company section.greeting {
  position: relative;
  padding: 6rem 0 0;
  overflow: hidden;
}
#company section.greeting::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/company/company_bg.jpg);
  background-size: cover;
  background-position: 60% bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
#company section.greeting::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media print, screen and (min-width: 768px) {
  #company section.greeting::after {
    content: none;
  }
}
#company section.greeting .message_area h2.catch {
  color: #fff;
  text-align: center;
  font-size: 2.65rem;
  font-size: min(6vw, 2.65rem);
}
#company section.greeting .message_area h2.catch span {
  display: block;
  font-size: 7rem;
  font-size: min(12vw, 7rem);
  line-height: 1.2;
  margin-bottom: 2rem;
}
#company section.greeting .message_area dl.greeting_txt {
  margin-top: 4rem;
}
#company section.greeting .message_area dl.greeting_txt dt {
  color: #fff;
  font-size: 2.5rem;
  font-size: min(5vw, 2.5rem);
}
#company section.greeting .message_area dl.greeting_txt dt span {
  color: #29aae1;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-size: 3rem;
}
#company section.greeting .message_area dl.greeting_txt dd {
  margin-top: 2rem;
}
#company section.greeting .message_area dl.greeting_txt dd p {
  color: #fff;
}
#company section.greeting .message_area dl.greeting_txt dd p + p {
  margin-top: 1rem;
}
#company section.greeting .message_area dl.greeting_txt dd p b {
  display: inline-block;
  font-size: 1.7rem;
  margin-left: 0.2rem;
}
#company section.greeting .message_area dl.greeting_txt dd p.ceo_name {
  font-size: 2.5rem;
  text-align: right;
  line-height: 1.2;
}
#company section.greeting .message_area dl.greeting_txt dd p.ceo_name span {
  display: block;
  font-size: 1.8rem;
}
#company section.greeting figure.ceo_img {
  width: 100%;
  max-width: 56rem;
  margin: auto;
}
#company .anchor_link {
  margin-top: 4rem;
}
#company .anchor_link ul {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
#company .anchor_link ul li {
  width: 80%;
  max-width: 30rem;
  margin: auto;
  border-left: 0.1rem solid #033987;
  border-right: 0.1rem solid #033987;
}
#company .anchor_link ul li a {
  color: #033987;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
#company .anchor_link ul li a:hover {
  background-color: rgba(0, 118, 200, 0.2);
}
#company section.observance {
  margin-top: 6rem;
}
#company section.observance .observance_list {
  width: 100%;
  max-width: 80rem;
  margin: 4rem auto 0;
  background-color: #f1f1f1;
  padding: 1rem;
}
#company section.observance .observance_list ul {
  width: fit-content;
  margin: auto;
}
#company section.observance .observance_list ul li {
  font-size: 2.1rem;
  font-size: min(4.75vw, 2.1rem);
  padding-left: 2.7em;
  text-indent: -2.7em;
}
#company section.profile {
  margin-top: 6rem;
}
#company section.profile dl.profile_list {
  width: 100%;
  max-width: 98rem;
  margin: 4rem auto 0;
  display: flex;
  flex-direction: column;
  border: 0.3rem solid #e5e5e5;
}
#company section.profile dl.profile_list dt {
  font-size: 1.7rem;
  padding: 0.5rem 1rem;
}
#company section.profile dl.profile_list dd {
  font-size: 1.7rem;
  text-align: left;
  padding: 0 1rem 0.5rem 2rem;
}
#company section.profile dl.profile_list dd:not(:last-of-type) {
  border-bottom: 0.3rem solid #e5e5e5;
}
#company section.profile dl.profile_list dd span {
  display: inline-block;
}
#company section.profile figure.profile_img {
  margin-top: 2rem;
  display: flex;
  gap: 0 1rem;
}
#company section.profile figure.profile_img img {
  width: calc((100% - 1rem) / 2);
}
#company section.history {
  margin-top: 4rem;
}
#company section.history dl.history_list {
  width: 100%;
  max-width: 98rem;
  margin: 4rem auto 0;
  display: flex;
  flex-direction: column;
  border: 0.3rem solid #e5e5e5;
}
#company section.history dl.history_list dt {
  font-size: 1.7rem;
  padding: 0.5rem 1rem;
}
#company section.history dl.history_list dd {
  font-size: 1.7rem;
  padding: 0 1rem 0.5rem 2rem;
}
#company section.history dl.history_list dd:not(:last-of-type) {
  border-bottom: 0.3rem solid #e5e5e5;
}
#company section.permit {
  margin-top: 6rem;
}
#company section.permit figure.permit_img {
  margin-top: 4rem;
}
#company section.permit figure.permit_img .img_area {
  display: flex;
  gap: 1rem;
}
#company section.permit figure.permit_img .img_area img {
  width: calc((100% - 1rem) / 2);
}
#company section.permit figure.permit_img figcaption {
  width: fit-content;
  margin: 2rem auto 0;
  font-size: 1.7rem;
  line-height: 2.5;
}
#company section.access {
  margin: 4rem 0;
}
#company section.access .access_info {
  margin-top: 4rem;
}
#company section.access .access_info figure {
  width: 100%;
  aspect-ratio: 1/1;
  max-height: 50rem;
}
#company section.access .access_info figure iframe {
  width: 100%;
  height: 100%;
}
#company section.access .access_info dl {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
#company section.access .access_info dl dt {
  font-size: 2rem;
  font-weight: bold;
}
#company section.access .access_info dl dd {
  width: fit-content;
}
#company section.access .access_info dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#company section.access .access_info dl dd ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 2rem;
  font-size: 1.7rem;
}
#company section.access .access_info dl dd ul li span {
  width: 14rem;
  text-align: center;
  line-height: 1;
  background-color: #f1f1f1;
  padding: 1rem 0;
}
#company section.access .access_info dl dd ul li p {
  width: 35rem;
}

@media print, screen and (min-width: 768px) {
  #company h2.company_section_title figure img {
    height: auto;
  }
  #company section.greeting {
    padding: 8rem 0 0;
    position: relative;
  }
  #company section.greeting .message_area {
    width: 58.5%;
    padding-bottom: 8rem;
  }
  #company section.greeting .message_area h2.catch {
    text-align: left;
    font-size: min(2.5vw, 2.65rem);
  }
  #company section.greeting .message_area h2.catch span {
    font-size: min(6vw, 7rem);
  }
  #company section.greeting .message_area dl.greeting_txt dd p + p {
    margin-top: 2rem;
  }
  #company section.greeting figure.ceo_img {
    width: 45%;
    max-width: 56rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1450px) {
  #company section.greeting figure.ceo_img {
    right: 7.5vw;
  }
}
@media print, screen and (min-width: 768px) {
  #company .anchor_link {
    margin-top: 8rem;
  }
  #company .anchor_link ul {
    flex-direction: row;
    justify-content: center;
  }
  #company .anchor_link ul li {
    width: fit-content;
    margin: 0;
  }
  #company .anchor_link ul li:not(:last-of-type) {
    border-right: none;
  }
  #company .anchor_link ul li a {
    padding: 0 2.5rem;
  }
  #company section.observance {
    margin-top: 8rem;
  }
  #company section.observance .observance_list {
    margin-top: 6rem;
    padding: 3.5rem 0;
  }
  #company section.profile {
    margin-top: 8rem;
  }
  #company section.profile dl.profile_list {
    margin-top: 6rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #company section.profile dl.profile_list dt {
    width: 20rem;
    padding: 1rem 4rem;
    text-align-last: justify;
    border-right: 0.3rem solid #e5e5e5;
  }
  #company section.profile dl.profile_list dt:not(:last-of-type) {
    border-bottom: 0.3rem solid #e5e5e5;
  }
  #company section.profile dl.profile_list dd {
    width: calc(100% - 20rem);
    padding: 1rem 3.5rem;
  }
  #company section.profile figure.profile_img {
    margin-top: 6rem;
    gap: 0 3rem;
  }
  #company section.profile figure.profile_img img {
    width: calc((100% - 3rem) / 2);
  }
  #company section.history {
    margin-top: 8rem;
  }
  #company section.history dl.history_list {
    margin-top: 6rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #company section.history dl.history_list dt {
    width: 20rem;
    padding: 1rem 4rem;
    text-align-last: justify;
    border-right: 0.3rem solid #e5e5e5;
  }
  #company section.history dl.history_list dt:not(:last-of-type) {
    border-bottom: 0.3rem solid #e5e5e5;
  }
  #company section.history dl.history_list dd {
    width: calc(100% - 20rem);
    padding: 1rem 3.5rem;
  }
  #company section.permit {
    margin-top: 8rem;
  }
  #company section.permit figure.permit_img {
    margin-top: 6rem;
  }
  #company section.permit figure.permit_img .img_area {
    gap: 0 3rem;
  }
  #company section.permit figure.permit_img .img_area img {
    width: calc((100% - 3rem) / 2);
  }
  #company section.permit figure.permit_img figcaption {
    margin-top: 8rem;
  }
  #company section.access {
    margin: 8rem 0;
  }
  #company section.access .access_info {
    margin-top: 6rem;
  }
  #company section.access .access_info dl {
    margin-top: 6rem;
  }
  #company section.access .access_info dl dd ul {
    gap: 2rem 0;
  }
}
@media print, screen and (min-width: 1024px) {
  #company section.greeting {
    padding: 15rem 0 0;
  }
  #company section.observance {
    margin-top: 15rem;
  }
  #company section.profile {
    margin-top: 15rem;
  }
  #company section.history {
    margin-top: 15rem;
  }
  #company section.permit {
    margin-top: 15rem;
  }
  #company section.access {
    margin: 15rem 0;
  }
}
#news header .pc_menu ul li:nth-of-type(5) a {
  color: #0076c8;
  font-weight: bold;
}
#news header .overlay .sp_menu ul.main_menu > li:nth-of-type(6) a {
  color: #0076c8;
  font-weight: bold;
}
#news footer .footer_lower nav .lower_menu ul li:nth-of-type(1) a {
  color: #0076c8;
  font-weight: bold;
}
#news h2.news_section_title figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#news h2.news_section_title figure img {
  height: 2.8rem;
}
#news h2.news_section_title figure figcaption {
  margin-top: 2.5rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}
#news section.news_field {
  margin: 6rem 0;
}
#news section.news_field ul.tab_list {
  width: 100%;
  max-width: 90rem;
  margin: 4rem auto 0;
  display: flex;
  justify-content: center;
}
#news section.news_field ul.tab_list li.tab_item {
  width: 33.3333333333%;
}
#news section.news_field ul.tab_list li.tab_item:not(:last-of-type) {
  border-right: 0.1rem solid #dfdfdf;
}
#news section.news_field ul.tab_list li.tab_item a {
  text-align: center;
  padding: 0.5rem 0;
  opacity: 0.5;
}
#news section.news_field ul.tab_list li.tab_item a:hover, #news section.news_field ul.tab_list li.tab_item a.active {
  opacity: 1;
  background-color: #dfdfdf;
}
#news section.news_field .tab_contents {
  margin-top: 2rem;
}
#news section.news_field .tab_contents ul {
  border-bottom: 0.2rem solid #ccc;
}
#news section.news_field .tab_contents ul li {
  border-top: 0.2rem solid #ccc;
}
#news section.news_field .tab_contents ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem 1rem;
}
#news section.news_field .tab_contents ul li a .day {
  font-weight: bold;
}
#news section.news_field .tab_contents ul li a .category {
  width: 15rem;
  color: #fff;
  text-align: center;
  padding: 0.3rem 0;
  margin-left: 1rem;
}
#news section.news_field .tab_contents ul li a .category.category_info {
  background-color: #0076c8;
}
#news section.news_field .tab_contents ul li a .category.category_suggest {
  background-color: #c0272d;
}
#news section.news_field .tab_contents ul li a .title {
  width: 100%;
  margin-top: 1rem;
}
#news section.news_field .tab_contents ul li.c-info a:hover {
  background: rgba(0, 118, 200, 0.1);
}
#news section.news_field .tab_contents ul li.c-suggest a:hover {
  background-color: rgba(192, 39, 45, 0.1);
}

@media print, screen and (min-width: 768px) {
  #news section.news_field {
    margin: 8rem 0;
  }
  #news section.news_field ul.tab_list {
    margin-top: 8rem;
  }
  #news section.news_field ul.tab_list li.tab_item a {
    padding: 1rem 0;
  }
  #news section.news_field .tab_contents {
    margin-top: 6rem;
  }
  #news section.news_field .tab_contents ul li a {
    padding: 2.5rem 6vw;
  }
  #news section.news_field .tab_contents ul li a .category {
    margin-left: 2rem;
  }
  #news section.news_field .tab_contents ul li a .title {
    width: calc(100% - 32.5rem);
    margin: 0 0 0 auto;
  }
}
@media print, screen and (min-width: 1024px) {
  #news section.news_field {
    margin: 15rem 0;
  }
}
/* 新着情報詳細 */
#news .news_detail {
  margin: 6rem 0;
}
#news .news_detail .title_area {
  margin-top: 4rem;
  border-bottom: 0.1rem solid #333;
  padding-bottom: 0.5rem;
}
#news .news_detail .title_area .title {
  width: fit-content;
  margin: auto;
  font-size: 3.2rem;
  font-size: min(6vw, 3.2rem);
}
#news .news_detail .detail_area {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#news .news_detail .detail_area .category {
  width: 15rem;
  color: #fff;
  text-align: center;
  padding: 0.3rem 0;
  margin-left: 1rem;
}
#news .news_detail .detail_area .category.category_info {
  background-color: #0076c8;
}
#news .news_detail .detail_area .category.category_suggest {
  background-color: #c0272d;
}
#news .news_detail .detail_area .text {
  width: 100%;
  margin-top: 2rem;
}
#news .news_detail .detail_area .link_area {
  width: 100%;
  margin-top: 2rem;
}
#news .news_detail .detail_area .link_area a.link {
  width: fit-content;
  color: #0076c8;
  text-decoration: underline;
}
#news .news_detail .detail_area .link_area a.link:hover {
  opacity: 0.7;
}
#news .news_detail .detail_area .pdf_area {
  width: 100%;
  margin-top: 2rem;
}
#news .news_detail .detail_area .pdf_area a.pdf {
  position: relative;
  width: fit-content;
  color: #0076c8;
  text-decoration: underline;
  padding-left: 3rem;
}
#news .news_detail .detail_area .pdf_area a.pdf::before {
  content: "";
  width: 2.5rem;
  aspect-ratio: 42/50;
  background-image: url(../../assets/img/news/icon_pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#news .news_detail .detail_area .pdf_area a.pdf:hover {
  opacity: 0.7;
}
#news .news_detail .detail_area .image_area {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
#news .news_detail .detail_area .image_area figure.image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  border: 0.1rem solid #eee;
  overflow: hidden;
  cursor: pointer;
}
#news .news_detail .detail_area .image_area figure.image::after {
  content: url(../../assets/img/news/icon_glass.png);
  width: 5rem;
  aspect-ratio: 1/1;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
#news .news_detail .detail_area .image_area figure.image:hover::after {
  background-color: #0076c8;
}
#news .news_detail .detail_area .image_area figure.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
#news .news_detail .btn {
  margin-top: 4rem;
}

@media print, screen and (min-width: 768px) {
  #news .news_detail {
    margin: 8rem 0;
  }
  #news .news_detail .title_area {
    padding-bottom: 2rem;
  }
  #news .news_detail .detail_area {
    margin-top: 5rem;
    position: relative;
  }
  #news .news_detail .detail_area .category {
    margin-left: 2rem;
  }
  #news .news_detail .detail_area .text {
    margin-top: 4rem;
  }
  #news .news_detail .detail_area .link_area {
    margin-top: 4rem;
  }
  #news .news_detail .detail_area .pdf_area {
    width: fit-content;
    margin-top: 0rem;
    position: absolute;
    top: 0.4rem;
    right: 0;
  }
  #news .news_detail .detail_area .pdf_area a.pdf {
    position: relative;
    padding-left: 6rem;
  }
  #news .news_detail .detail_area .pdf_area a.pdf::before {
    width: 4rem;
  }
  #news .news_detail .detail_area .image_area {
    margin-top: 4rem;
    flex-direction: row;
    gap: 5%;
  }
  #news .news_detail .detail_area .image_area figure.image {
    width: 47.5%;
  }
  #news .news_detail .btn {
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #news .news_detail {
    margin: 12rem 0;
  }
  #news .news_detail .title_area {
    padding-bottom: 4rem;
  }
  #news .news_detail .detail_area .text {
    margin-top: 6rem;
  }
  #news .news_detail .detail_area .image_area {
    margin-top: 8rem;
  }
  #news .modal_block .img_section .close_btn {
    top: 4rem;
    right: 4rem;
  }
}
/* 新着情報詳細　ここまで */
#contact h2.contact_section_title figure,
#recruit h2.contact_section_title figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  #contact h2.contact_section_title figure,
  #recruit h2.contact_section_title figure {
    gap: 3rem 0;
  }
}
#contact h2.contact_section_title figure figcaption,
#recruit h2.contact_section_title figure figcaption {
  font-size: 2.5rem;
  line-height: 1;
}
#contact h2.contact_section_title figure img,
#recruit h2.contact_section_title figure img {
  height: 2rem;
}
@media print, screen and (min-width: 768px) {
  #contact h2.contact_section_title figure img,
  #recruit h2.contact_section_title figure img {
    height: auto;
  }
}
#contact section.contact_form,
#recruit section.contact_form {
  margin: 6rem 0;
}
#contact section.contact_form p.note,
#recruit section.contact_form p.note {
  width: fit-content;
  margin: 4rem auto 0;
}
#contact section.contact_form p.note span,
#recruit section.contact_form p.note span {
  display: block;
  color: #ed1c24;
}
#contact section.contact_form .tel_fax,
#recruit section.contact_form .tel_fax {
  width: 90%;
  margin: 4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
}
#contact section.contact_form .tel_fax .info,
#recruit section.contact_form .tel_fax .info {
  width: 100%;
  max-width: 35rem;
}
#contact section.contact_form .tel_fax .info p,
#recruit section.contact_form .tel_fax .info p {
  position: relative;
}
#contact section.contact_form .tel_fax .info p::after,
#recruit section.contact_form .tel_fax .info p::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.1rem;
  background-color: #1a1a1a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
#contact section.contact_form .tel_fax .info p b,
#recruit section.contact_form .tel_fax .info p b {
  font-size: 1.8rem;
  background-color: #fff;
  padding-right: 2rem;
}
#contact section.contact_form .tel_fax .info p b span,
#recruit section.contact_form .tel_fax .info p b span {
  color: #0076c8;
}
#contact section.contact_form .tel_fax .info figure,
#recruit section.contact_form .tel_fax .info figure {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
#contact section.contact_form .tel_fax .info figure figcaption,
#recruit section.contact_form .tel_fax .info figure figcaption {
  text-align: center;
}
#contact section.contact_form .tel_fax .info figure figcaption span,
#recruit section.contact_form .tel_fax .info figure figcaption span {
  display: block;
  color: #0076c8;
  font-size: 2.8rem;
  font-weight: bold;
}
#contact section.contact_form form,
#recruit section.contact_form form {
  margin-top: 4rem;
}
#contact section.contact_form form p.note,
#recruit section.contact_form form p.note {
  width: fit-content;
  margin: auto;
}
#contact section.contact_form form p.note span,
#recruit section.contact_form form p.note span {
  display: block;
  color: #ed1c24;
  margin-left: 1rem;
}
#contact section.contact_form form dl,
#recruit section.contact_form form dl {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#contact section.contact_form form dl dt,
#recruit section.contact_form form dl dt {
  width: 100%;
  font-weight: bold;
}
#contact section.contact_form form dl dt:not(:first-of-type),
#recruit section.contact_form form dl dt:not(:first-of-type) {
  margin-top: 2rem;
}
#contact section.contact_form form dl dt span,
#recruit section.contact_form form dl dt span {
  color: #ed1c24;
}
#contact section.contact_form form dl dd,
#recruit section.contact_form form dl dd {
  width: 100%;
  margin-top: 0.5rem;
}
#contact section.contact_form form dl dd input, #contact section.contact_form form dl dd textarea,
#recruit section.contact_form form dl dd input,
#recruit section.contact_form form dl dd textarea {
  width: 100%;
  font-size: 1.8rem;
  border: 0.1rem solid #333;
  padding: 0.5rem 1rem;
}
#contact section.contact_form form dl dd.contact_radio,
#recruit section.contact_form form dl dd.contact_radio {
  display: flex;
  flex-direction: column;
}
#contact section.contact_form form dl dd.contact_radio label,
#recruit section.contact_form form dl dd.contact_radio label {
  padding: 0.3rem;
  cursor: pointer;
}
#contact section.contact_form form dl dd.contact_radio label input,
#recruit section.contact_form form dl dd.contact_radio label input {
  width: auto;
}
#contact section.contact_form form .contact_privacy,
#recruit section.contact_form form .contact_privacy {
  width: 100%;
  max-width: 86rem;
  margin: 2rem auto 0;
  background-color: #f2f2f2;
  padding: 1rem;
}
#contact section.contact_form form .contact_privacy p a,
#recruit section.contact_form form .contact_privacy p a {
  display: inline;
  color: #0076c8;
}
#contact section.contact_form form .contact_privacy p a:hover,
#recruit section.contact_form form .contact_privacy p a:hover {
  text-decoration: underline;
}
#contact section.contact_form form .contact_privacy label,
#recruit section.contact_form form .contact_privacy label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 68rem;
  margin: 1rem auto 0;
  background-color: #fff;
  padding: 1rem 0;
}
#contact section.contact_form form .contact_privacy label input,
#recruit section.contact_form form .contact_privacy label input {
  margin-right: 0.5rem;
}
#contact section.contact_form form .contact_button,
#recruit section.contact_form form .contact_button {
  width: 100%;
  max-width: 86rem;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
}
#contact section.contact_form form .contact_button input,
#recruit section.contact_form form .contact_button input {
  width: 45%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
}
#contact section.contact_form form .contact_button input[type=reset], #contact section.contact_form form .contact_button input[name=reset],
#recruit section.contact_form form .contact_button input[type=reset],
#recruit section.contact_form form .contact_button input[name=reset] {
  background-color: #000;
}
#contact section.contact_form form .contact_button input[type=submit],
#recruit section.contact_form form .contact_button input[type=submit] {
  background-color: #0076c8;
}
#contact section.contact_form .btn_area,
#recruit section.contact_form .btn_area {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 5%;
}

@media print, screen and (min-width: 768px) {
  #contact section.contact_form,
  #recruit section.contact_form {
    margin: 8rem 0;
  }
  #contact section.contact_form p.note,
  #recruit section.contact_form p.note {
    text-align: center;
  }
  #contact section.contact_form .tel_fax,
  #recruit section.contact_form .tel_fax {
    margin: 6rem auto 0;
  }
  #contact section.contact_form .tel_fax .info,
  #recruit section.contact_form .tel_fax .info {
    width: 45%;
  }
  #contact section.contact_form .tel_fax .info figure,
  #recruit section.contact_form .tel_fax .info figure {
    margin-top: 2rem;
    gap: 0 2rem;
  }
  #contact section.contact_form form,
  #recruit section.contact_form form {
    margin-top: 15rem;
  }
  #contact section.contact_form form p.note,
  #recruit section.contact_form form p.note {
    text-align: center;
  }
  #contact section.contact_form form dl,
  #recruit section.contact_form form dl {
    margin-top: 4rem;
    gap: 2rem 0;
  }
  #contact section.contact_form form dl dt,
  #recruit section.contact_form form dl dt {
    width: 20rem;
  }
  #contact section.contact_form form dl dt:not(:first-of-type),
  #recruit section.contact_form form dl dt:not(:first-of-type) {
    margin: 0;
  }
  #contact section.contact_form form dl dt:last-of-type,
  #recruit section.contact_form form dl dt:last-of-type {
    align-self: baseline;
    margin-top: 1.5rem;
  }
  #contact section.contact_form form dl dd,
  #recruit section.contact_form form dl dd {
    width: calc(100% - 20rem);
  }
  #contact section.contact_form form dl dd input, #contact section.contact_form form dl dd textarea,
  #recruit section.contact_form form dl dd input,
  #recruit section.contact_form form dl dd textarea {
    padding: 1.5rem;
  }
  #contact section.contact_form form dl dd.contact_radio,
  #recruit section.contact_form form dl dd.contact_radio {
    flex-direction: row;
    gap: 2rem;
  }
  #contact section.contact_form form .contact_privacy,
  #recruit section.contact_form form .contact_privacy {
    margin-top: 4rem;
    padding: 3rem 0;
  }
  #contact section.contact_form form .contact_privacy p,
  #recruit section.contact_form form .contact_privacy p {
    text-align: center;
  }
  #contact section.contact_form form .contact_privacy label,
  #recruit section.contact_form form .contact_privacy label {
    margin-top: 2rem;
    padding: 2rem 0;
    gap: 2rem;
  }
  #contact section.contact_form form .contact_button,
  #recruit section.contact_form form .contact_button {
    margin-top: 4rem;
  }
  #contact section.contact_form form .contact_button input,
  #recruit section.contact_form form .contact_button input {
    padding: 2rem 0;
  }
  #contact section.contact_form .btn_area .btn,
  #recruit section.contact_form .btn_area .btn {
    width: 47.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  #contact section.contact_form,
  #recruit section.contact_form {
    margin: 15rem 0;
  }
  #contact section.contact_form p.note,
  #recruit section.contact_form p.note {
    margin-top: 8rem;
  }
  #contact section.contact_form .btn_area,
  #recruit section.contact_form .btn_area {
    margin-top: 8rem;
  }
}
/* -------------------------------- */
/* ---------- r-header ---------- */
/* -------------------------------- */
#recruit header {
  background-color: rgba(0, 0, 0, 0.3);
}
#recruit header h1.header_logo {
  width: 25rem;
}
#recruit header .menu_trigger span {
  background-color: #fff;
}
#recruit header .overlay nav.sp_menu ul.main_menu > li > a:hover {
  color: #f05a24;
}
#recruit header .overlay nav.sp_menu ul.main_menu > li > a.entry_link {
  color: rgb(150, 150, 150);
  pointer-events: none;
}
#recruit header .overlay nav.sp_menu ul.main_menu > li > a.entry_link.active {
  color: #000;
  pointer-events: all;
}
#recruit header .overlay nav.sp_menu ul.main_menu > li > a.entry_link.active:hover {
  color: #f05a24;
}
#recruit header .overlay .lower_block ul li.corporate {
  width: 100%;
}
#recruit header .overlay .lower_block ul li.corporate a {
  background-color: #033987;
}
#recruit header .overlay .lower_block ul li.corporate a figure img {
  width: 3rem;
}
#recruit header .overlay .lower_block ul li.tel a {
  background-color: #f05a24;
}
#recruit header .to_top {
  background: linear-gradient(150deg, #fbe121, #f6921e 30%, #f05a24 100%);
}
#recruit header .to_top a {
  color: #f05a24;
}

@media print, screen and (min-width: 768px) {
  #recruit header .overlay .lower_block ul {
    gap: 0 2rem;
    justify-content: center;
  }
  #recruit header .overlay .lower_block ul li {
    width: calc((100% - 4rem) / 3) !important;
    max-width: 25rem;
  }
  #recruit header .overlay .lower_block ul li.corporate {
    align-self: stretch;
  }
  #recruit header .overlay .lower_block ul li.corporate a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 1024px) {
  #recruit header .pc_menu ul li a {
    color: #fff;
  }
  #recruit header .pc_menu ul li.border a {
    border-color: #fff;
  }
  #recruit header .pc_menu ul li.bg_color01 a {
    background-color: #f05a24;
  }
  #recruit header .pc_menu ul li.bg_color01 a:hover {
    background-color: #e68764;
  }
  #recruit header .pc_menu ul li.bg_color02 a {
    background-color: #333;
  }
  #recruit header .pc_menu ul li.bg_color02 a:hover {
    background-color: #555;
  }
  #recruit header .pc_menu ul li .menu_trigger {
    display: grid;
    place-items: center;
    width: 9rem;
    height: 9rem;
    cursor: pointer;
  }
  #recruit header .pc_menu ul li .menu_trigger span:nth-of-type(2) {
    top: 30%;
  }
  #recruit header .pc_menu ul li .menu_trigger span:nth-of-type(3) {
    bottom: 30%;
  }
  #recruit header .pc_menu ul li .menu_trigger.active span {
    top: 50%;
  }
  #recruit header .overlay {
    height: fit-content;
    padding: 4rem 0;
    top: 0;
  }
  #recruit header .overlay .sp_menu ul.main_menu > li {
    width: 21.25%;
  }
}
/* ------------------------------------------ */
/* ---------- r-header ここまで ---------- */
/* ------------------------------------------ */
#recruit footer .footer_upper {
  background: linear-gradient(to right, #fbe121, #f6921e 30%, #f05a24 100%);
  padding: 3rem 0;
}
#recruit footer .footer_upper p {
  text-align: center;
}
#recruit footer .footer_lower nav ul.main_menu > li > a.entry_link {
  color: rgb(150, 150, 150);
  pointer-events: none;
}
#recruit footer .footer_lower nav ul.main_menu > li > a.entry_link.active {
  color: #000;
  pointer-events: all;
}
#recruit footer .footer_lower nav ul.main_menu > li > a.entry_link.active:hover {
  color: #f05a24;
}

@media print, screen and (min-width: 768px) {
  #recruit footer .footer_upper {
    padding: 6rem 0;
  }
  #recruit footer .footer_upper .contact_area {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #recruit footer .footer_lower nav ul.main_menu > li {
    border: none;
    padding: 0;
  }
  #recruit footer .footer_lower nav ul.main_menu > li > a {
    padding: 0 4rem;
  }
  #recruit footer .footer_lower nav ul.main_menu > li > a:hover {
    color: #f05a24;
  }
  #recruit footer .footer_lower nav ul.main_menu > li:not(:last-of-type) > a {
    border-right: 0.1rem solid #000;
  }
  #recruit footer .footer_lower nav ul.sub_link li a {
    padding: 0 4rem;
  }
  #recruit footer .footer_lower nav .lower_menu {
    margin-top: 8rem;
  }
  #recruit footer .footer_lower nav .lower_menu ul li a:hover {
    color: #f05a24;
  }
  #recruit footer .footer_lower nav .lower_menu ul li.bg_color01 {
    width: fit-content;
    margin: 0 3rem 0 0;
    order: 1;
  }
  #recruit footer .footer_lower nav .lower_menu ul li.bg_color01 a {
    background-color: #033987;
  }
  #recruit footer .footer_lower nav .lower_menu ul li.bg_color01 a:hover {
    background-color: #0076c8;
  }
  #recruit footer .footer_lower nav .lower_menu ul li:nth-of-type(1) {
    order: 2;
  }
  #recruit footer .footer_lower nav .lower_menu ul li:nth-of-type(2) {
    order: 3;
  }
  #recruit footer .footer_lower nav .lower_menu ul li:nth-of-type(3) {
    order: 4;
  }
  #recruit footer .footer_lower nav .lower_menu ul li:nth-of-type(4) {
    order: 5;
  }
}
/* ------------------------------------ */
/* ---------- recruit共通 ---------- */
/* ------------------------------------ */
/* ----- recruit ボタン ----- */
#recruit .r_btn {
  width: 80%;
  max-width: 60rem;
  margin: auto;
}
#recruit .r_btn a {
  color: #fff;
  font-size: 1.8rem;
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.5rem;
}
@media print, screen and (min-width: 768px) {
  #recruit .r_btn a {
    padding: 2.5rem 0;
  }
}
#recruit .r_btn a.bg01 {
  background-color: #f6921e;
}
#recruit .r_btn a.bg02 {
  background-color: #033987;
}
#recruit .r_btn a.bg03 {
  background-color: #f05a24;
}
#recruit .r_btn a:hover {
  opacity: 0.5;
}
#recruit .r_btn a span {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
#recruit .r_btn a span.color01 {
  background-color: #f05a24;
}
#recruit .r_btn a span.color02 {
  background-color: #033987;
  border: 0.1rem solid #fff;
}
#recruit .r_btn a span.color03 {
  background-color: #f05a24;
  border: 0.1rem solid #fff;
}
#recruit .r_btn a span::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../../assets/img/recruit/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ----- recruit 下層ページ ----- */
#recruit .r-page_top {
  position: relative;
  padding: 12rem 2.5% 4rem;
}
#recruit .r-page_top::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
}
#recruit .r-page_top::after {
  content: "";
  width: 70%;
  max-width: 84rem;
  height: calc(100% - 9rem);
  background-image: url(../../assets/img/recruit/page_top_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 9rem;
  right: 0;
  z-index: -100;
}
#recruit .r-page_top h3.catch {
  width: 80%;
  max-width: 47.5rem;
  margin: auto;
}
#recruit .r-page_top h3.catch figure img:nth-of-type(2) {
  margin-top: 1rem;
}
#recruit .r-page_top h2.title {
  margin-top: 2rem;
}
#recruit .r-page_top h2.title figure img {
  display: block;
  height: 3.5rem;
  margin: auto;
}
#recruit .r-page_top h2.title figure figcaption {
  position: relative;
  margin-top: 1rem;
  color: #fff;
  font-size: min(5vw, 2.5rem);
  line-height: 1;
  padding: 1rem;
}
#recruit .r-page_top h2.title figure figcaption::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f05a24;
  border-image-source: linear-gradient(#f05a24, #f05a24);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
#recruit .r-page_top h2.title figure figcaption span {
  font-size: 5rem;
  font-size: min(8vw, 5rem);
  font-weight: bold;
  margin-right: 1rem;
}

@media print, screen and (min-width: 768px) {
  #recruit .r-page_top {
    padding-bottom: 8rem;
    display: flex;
    align-items: flex-end;
    gap: 0 2.5rem;
  }
  #recruit .r-page_top h3.catch {
    width: 35%;
    margin: 0;
  }
  #recruit .r-page_top h2.title {
    margin: 0;
  }
  #recruit .r-page_top h2.title figure img {
    margin: 0;
  }
  #recruit .r-page_top h2.title figure figcaption {
    font-size: min(3vw, 2.5rem);
  }
  #recruit .r-page_top h2.title figure figcaption span {
    font-size: min(4vw, 5rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #recruit .r-page_top {
    padding: 20rem 0 12rem;
    gap: 0 5rem;
  }
  #recruit .r-page_top h3.catch {
    margin-left: 7.25vw;
  }
}
/* ----- パンくずリスト ----- */
#recruit .breadcrumb {
  background-color: #fff;
}
#recruit .breadcrumb ul li:not(:first-of-type)::before {
  color: #000;
}
#recruit .breadcrumb ul li a {
  color: #000;
}
#recruit .breadcrumb ul li a::after {
  color: #000;
}

/* ------------------------------------ */
/* ---------- recruit共通　ここまで ---------- */
/* ------------------------------------ */
/* ------------------------------------ */
/* ---------- recruitトップ ---------- */
/* ------------------------------------ */
#recruit section.top_fv {
  position: relative;
  padding: 12rem 2.5% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#recruit section.top_fv::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/top/recruit_bg.jpg);
  background-size: cover;
  background-position: 80%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
#recruit section.top_fv h3.catch {
  width: 80%;
  margin: auto;
}
#recruit section.top_fv h3.catch figure img:nth-of-type(2) {
  margin-top: 1rem;
}
#recruit section.top_fv h2.title {
  width: 90%;
  margin: 2rem auto 0;
}
#recruit section.top_fv h2.title figure figcaption {
  position: relative;
  margin-top: 1rem;
  color: #fff;
  font-size: 2.5rem;
  font-size: min(4vw, 2.5rem);
  font-weight: bold;
  line-height: 1;
  padding: 0.5rem;
}
#recruit section.top_fv h2.title figure figcaption::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f05a24;
  border-image-source: linear-gradient(#f05a24, #f05a24);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#recruit section.top_fv .scroll {
  width: fit-content;
  margin: 2rem auto 0;
  overflow: hidden;
}
#recruit section.top_fv .scroll p {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
#recruit section.top_fv .scroll a {
  position: relative;
  width: 20rem;
  height: 7.5rem;
  background-color: #f05a24;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  pointer-events: none;
}
#recruit section.top_fv .scroll a:hover {
  background-color: #ee7d54;
}
#recruit section.top_fv .scroll a::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 45%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  animation: scroll 1.5s infinite;
}
#recruit section.top_fv .scroll a span {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, 0);
}
#recruit section.message {
  margin-top: 4rem;
}
#recruit section.message h2 {
  position: relative;
  width: 70%;
  max-width: 70rem;
  margin: auto;
}
#recruit section.message h2::before {
  content: "";
  width: 100vw;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  right: calc(100% + 2rem);
  transform: translate(0, -50%);
}
#recruit section.message h2.border_color01::before {
  background-color: #000;
}
#recruit section.message h2.border_color02::before {
  background-color: #f05a24;
}
#recruit section.message h2 figure {
  display: grid;
  place-items: center;
}
#recruit section.message h3 {
  width: fit-content;
  margin: 5rem auto 0;
  font-size: 3rem;
  font-size: min(7vw, 3rem);
  font-weight: bold;
  line-height: 1.2;
}
#recruit section.message p {
  width: fit-content;
  margin: 2rem auto 0;
  font-size: 2rem;
  line-height: 2;
}
#recruit section.ceo_message {
  position: relative;
  padding: 4rem 0;
}
#recruit section.ceo_message::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/recruit/message_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70% bottom;
  position: absolute;
  top: 0;
  z-index: -1000;
}
#recruit section.ceo_message::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #fff 0.2rem, transparent 1rem);
  position: absolute;
  top: 0;
  z-index: -100;
}
#recruit section.ceo_message .bubble_bg01,
#recruit section.ceo_message .bubble_bg02 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#recruit section.ceo_message .bubble_bg01::before, #recruit section.ceo_message .bubble_bg01::after,
#recruit section.ceo_message .bubble_bg02::before,
#recruit section.ceo_message .bubble_bg02::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
#recruit section.ceo_message .bubble_bg01::before, #recruit section.ceo_message .bubble_bg01::after {
  width: 100%;
  max-width: 65rem;
  aspect-ratio: 650/745;
  background-image: url(../../assets/img/recruit/bubble01.png);
  opacity: 0.8;
}
#recruit section.ceo_message .bubble_bg01::before {
  top: 10%;
  right: 70%;
}
#recruit section.ceo_message .bubble_bg01::after {
  bottom: -15%;
  left: 70%;
}
#recruit section.ceo_message .bubble_bg02::before {
  width: 100%;
  max-width: 80rem;
  aspect-ratio: 800/920;
  background-image: url(../../assets/img/recruit/bubble02.png);
  mix-blend-mode: plus-lighter;
  opacity: 0.2;
  bottom: -25%;
  right: 65%;
}
#recruit section.ceo_message .bubble_bg02::after {
  width: 100%;
  max-width: 102.5rem;
  aspect-ratio: 1/1;
  background-image: url(../../assets/img/recruit/bubble03.png);
  mix-blend-mode: plus-lighter;
  opacity: 0.2;
  top: 0;
  left: 60%;
}
#recruit section.ceo_message figure.logo {
  width: 60%;
  max-width: 30rem;
  margin: auto;
}
#recruit section.ceo_message .catch {
  margin-top: 4rem;
}
#recruit section.ceo_message .catch p {
  width: fit-content;
  color: #fff;
  font-size: 3.5rem;
  font-size: min(6vw, 3.5rem);
  background-color: #333;
  border-image-source: linear-gradient(#333, #333);
  border-image-slice: 0 fill;
  border-image-outset: 0 0 0 100vw;
}
#recruit section.ceo_message .catch p + p {
  margin-top: 1rem;
}
#recruit section.ceo_message .msg_area {
  width: 100%;
  max-width: 65rem;
  margin: 4rem auto 0;
}
#recruit section.ceo_message .msg_area h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
#recruit section.ceo_message .msg_area p {
  margin-top: 2rem;
  font-size: 1.7rem;
}
#recruit section.ceo_message .msg_area p.ceo_name {
  text-align: right;
}
#recruit section.ceo_message .msg_area p.ceo_name span {
  display: block;
  font-size: 2.8rem;
  line-height: 1;
}
#recruit .swiper_area {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
#recruit .swiper_area .swiper-wrapper {
  transition-timing-function: linear;
}
#recruit .swiper_area .swiper-slide {
  width: fit-content;
  height: 24rem;
}
#recruit .swiper_area .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

@media print, screen and (min-width: 768px) {
  #recruit section.top_fv {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    overflow: hidden;
  }
  #recruit section.top_fv h3.catch {
    position: relative;
    width: 33%;
    margin: 0;
  }
  #recruit section.top_fv h3.catch::before {
    content: "";
    width: 5.5rem;
    height: 200%;
    background-color: #f05a24;
    position: absolute;
    top: 140%;
    left: 0;
  }
  #recruit section.top_fv h3.catch figure {
    position: relative;
  }
  #recruit section.top_fv h3.catch figure img:nth-of-type(2) {
    position: absolute;
    top: 107.5%;
    left: 0;
    margin: 0;
  }
  #recruit section.top_fv h2.title {
    width: 65%;
    margin: 0;
    padding-left: 1rem;
  }
  #recruit section.top_fv h2.title figure img {
    width: 75%;
    max-width: 56.5rem;
  }
  #recruit section.top_fv h2.title figure figcaption {
    margin-top: 2rem;
    padding: 1.5rem;
  }
  #recruit section.top_fv .scroll {
    margin: 5% auto 0;
  }
  #recruit section.top_fv .scroll a {
    height: 10rem;
  }
  #recruit section.top_fv .scroll a span {
    top: 50%;
  }
  #recruit section.message {
    margin-top: 8rem;
  }
  #recruit section.ceo_message {
    padding: 4rem 0 8rem;
  }
  #recruit section.ceo_message .catch {
    margin-top: 8rem;
  }
  #recruit section.ceo_message .msg_area {
    margin-top: 6rem;
  }
  #recruit section.ceo_message .msg_area p {
    margin-top: 4rem;
  }
  #recruit section.about {
    padding-top: 8rem;
  }
  #recruit section.about .inner1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #recruit section.about .title_area h2 {
    text-align: left;
  }
  #recruit section.about .title_area h2 span {
    margin-bottom: 4rem;
  }
  #recruit section.about .title_area .r_btn {
    margin: 6rem 0 0 0;
  }
  #recruit section.about .title_area .r_btn a {
    justify-content: flex-start;
  }
  #recruit section.about .anchor_area {
    margin: 0;
  }
  #recruit section.about .anchor_area ul li a figure figcaption {
    padding: 3rem 0;
  }
  #recruit section.about .btn_area {
    padding: 8rem 2rem 10rem;
    flex-direction: row;
    justify-content: center;
    gap: 0 4rem;
  }
  #recruit section.about .btn_area .r_btn {
    margin: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  #recruit section.top_fv {
    padding-top: 20rem;
  }
  #recruit section.top_fv h3.catch {
    margin-left: 7.25vw;
  }
  #recruit section.top_fv h2.title {
    width: calc(67% - 7.25vw);
  }
  #recruit section.message {
    margin-top: 15rem;
  }
  #recruit section.message h3 {
    margin-top: 10rem;
  }
  #recruit section.message p {
    margin-top: 6rem;
  }
  #recruit section.message figure.logo {
    margin-top: 6rem;
  }
  #recruit section.ceo_message {
    padding: 4rem 0 15rem;
  }
  #recruit section.ceo_message .catch {
    margin-top: 10rem;
  }
  #recruit section.about {
    padding-top: 15rem;
  }
  #recruit section.about .anchor_area ul {
    gap: 0 8rem;
  }
}
/* ---------------------------------------------- */
/* ---------- recruitトップ ここまで ---------- */
/* ----------------------------------------------- */
#recruit.about h2.about_section_title {
  background-color: #f6921e;
  border-image-source: linear-gradient(#f6921e, #f6921e);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
  padding: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #recruit.about h2.about_section_title {
    padding: 4rem 0;
  }
}
#recruit.about h2.about_section_title figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  #recruit.about h2.about_section_title figure {
    gap: 3rem 0;
  }
}
#recruit.about h2.about_section_title figure figcaption {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
}
#recruit.about h2.about_section_title figure img {
  height: 2rem;
}
@media print, screen and (min-width: 768px) {
  #recruit.about h2.about_section_title figure img {
    height: auto;
  }
}
#recruit.about section.work {
  margin: 4rem 0;
}
#recruit.about section.work .work_desc {
  margin-top: 4rem;
}
#recruit.about section.work .work_desc .txt_area {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
#recruit.about section.work .work_desc .txt_area span.number {
  width: fit-content;
  color: #fff;
  font-size: 2rem;
  background-color: #f6921e;
  padding: 0.3rem 4rem;
}
#recruit.about section.work .work_desc .txt_area .desc h3 {
  font-size: 4rem;
  font-size: min(8vw, 4rem);
  font-weight: bold;
}
#recruit.about section.work .work_desc .txt_area .desc p {
  margin-top: 1rem;
  font-size: 1.8rem;
}
#recruit.about section.work .work_desc .img_area {
  margin-top: 2rem;
}
#recruit.about section.work .work_desc .img_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
}
#recruit.about section.work .work_desc .img_area ul li {
  width: calc((100% - 1.5rem) / 2);
  max-width: 32rem;
}
#recruit.about section.work .work_desc .img_area ul li figure figcaption {
  margin-top: 1rem;
}
#recruit.about section.support {
  margin: 4rem 0;
}
#recruit.about section.support .support_desc {
  margin-top: 4rem;
}
#recruit.about section.support .support_desc .txt_area {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
#recruit.about section.support .support_desc .txt_area span.number {
  width: fit-content;
  color: #fff;
  font-size: 2rem;
  background-color: #f6921e;
  padding: 0.3rem 4rem;
}
#recruit.about section.support .support_desc .txt_area .desc h3 {
  font-size: 4rem;
  font-size: min(8vw, 4rem);
  font-weight: bold;
}
#recruit.about section.support .support_desc .txt_area .desc p {
  margin-top: 1rem;
  font-size: 1.8rem;
}
#recruit.about section.support .support_desc .img_area {
  margin-top: 2rem;
}
#recruit.about section.support .support_desc .img_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
}
#recruit.about section.support .support_desc .img_area ul li {
  width: calc((100% - 1.5rem) / 2);
  max-width: 32rem;
}
#recruit.about section.support .support_desc .img_area ul li figure figcaption {
  margin-top: 1rem;
}
#recruit.about section.support .btn_area {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}

@media print, screen and (min-width: 768px) {
  #recruit.about section.work {
    margin: 8rem 0;
  }
  #recruit.about section.work .work_desc + .work_desc {
    margin-top: 10rem;
  }
  #recruit.about section.work .work_desc .txt_area {
    flex-direction: row;
    align-items: flex-start;
    gap: 0 4rem;
  }
  #recruit.about section.work .work_desc .txt_area span.number {
    margin-top: 1.5rem;
    white-space: nowrap;
  }
  #recruit.about section.work .work_desc .img_area {
    margin-top: 4rem;
  }
  #recruit.about section.work .work_desc .img_area ul {
    gap: 2rem 3rem;
  }
  #recruit.about section.work .work_desc .img_area ul li {
    width: calc((100% - 6rem) / 3);
  }
  #recruit.about section.support {
    margin: 8rem 0;
  }
  #recruit.about section.support .support_desc .txt_area {
    flex-direction: row;
    align-items: flex-start;
    gap: 0 4rem;
  }
  #recruit.about section.support .support_desc .txt_area span.number {
    margin-top: 1.5rem;
    white-space: nowrap;
  }
  #recruit.about section.support .support_desc .img_area {
    margin-top: 4rem;
  }
  #recruit.about section.support .support_desc .img_area ul {
    gap: 2rem 3rem;
  }
  #recruit.about section.support .support_desc .img_area ul li {
    width: calc((100% - 6rem) / 3);
  }
  #recruit.about section.support .btn_area {
    margin-top: 8rem;
    display: flex;
    flex-direction: row;
    gap: 0 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #recruit.about section.work {
    margin: 15rem 0;
  }
  #recruit.about section.work .work_desc {
    margin-top: 10rem;
  }
  #recruit.about section.work .work_desc .txt_area {
    margin-left: -4vw;
  }
  #recruit.about section.support {
    margin: 15rem 0;
  }
  #recruit.about section.support .support_desc {
    margin-top: 10rem;
  }
  #recruit.about section.support .btn_area {
    margin-top: 15rem;
  }
}
#recruit.requirements h2.requirements_section_title {
  padding: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #recruit.requirements h2.requirements_section_title {
    padding: 4rem 0;
  }
}
#recruit.requirements h2.requirements_section_title figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  #recruit.requirements h2.requirements_section_title figure {
    gap: 3rem 0;
  }
}
#recruit.requirements h2.requirements_section_title figure figcaption {
  font-size: 2.5rem;
  line-height: 1;
}
#recruit.requirements h2.requirements_section_title figure img {
  height: 2rem;
}
@media print, screen and (min-width: 768px) {
  #recruit.requirements h2.requirements_section_title figure img {
    height: auto;
  }
}
#recruit.requirements section.requirements_field {
  margin: 4rem 0;
}
#recruit.requirements section.requirements_field .requirements_list {
  margin-top: 4rem;
  padding: 4rem 0;
  background-color: #f7f7f7;
}
#recruit.requirements section.requirements_field .requirements_list h3 {
  font-size: 2.4rem;
  text-align: center;
}
#recruit.requirements section.requirements_field .requirements_list h3 span {
  display: block;
  font-size: 1.6rem;
}
#recruit.requirements section.requirements_field .requirements_list .list_inner {
  width: 90%;
  max-width: 1024px;
  margin: 2rem auto 0;
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul li {
  background-color: #fff;
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4 {
  position: relative;
  padding: 1.5rem 5rem;
  transition: 0.5s;
  cursor: pointer;
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4::before {
  content: "";
  width: 2rem;
  aspect-ratio: 22/33;
  background-image: url(../../assets/img/recruit/requirements/icon_document.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translate(0, -50%);
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4:hover, #recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4.active {
  color: #f05a24;
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4.active::after {
  content: "－";
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4.disabled {
  pointer-events: none;
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4.disabled::after {
  content: none;
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4 span {
  display: block;
  color: rgb(230, 40, 40);
  font-weight: bold;
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4 span::before {
  content: "※";
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul li .accordion {
  padding: 0 2rem 2rem 2rem;
  display: none;
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul li .accordion dl {
  display: flex;
  flex-direction: column;
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul li .accordion dl dt:not(:first-of-type) {
  margin-top: 2rem;
}
#recruit.requirements section.requirements_field .requirements_list .list_inner ul li .accordion dl dd {
  margin-top: 0.5rem;
  padding-left: 1em;
  font-size: 1.4rem;
}
#recruit.requirements section.requirements_field .btn_area {
  margin-top: 4rem;
  display: none;
}
#recruit.requirements section.requirements_field .btn_area.active {
  display: block;
}

@media print, screen and (min-width: 768px) {
  #recruit.requirements section.requirements_field {
    margin: 8rem 0;
  }
  #recruit.requirements section.requirements_field .statue_list ul {
    margin-top: 4rem;
    flex-direction: row;
    justify-content: space-between;
  }
  #recruit.requirements section.requirements_field .statue_list ul li {
    width: 30%;
  }
  #recruit.requirements section.requirements_field .statue_list ul li:first-of-type {
    border-top: 0.1rem solid #000;
    padding-top: 2rem;
  }
  #recruit.requirements section.requirements_field .statue_list ul li dl dd {
    margin-top: 2rem;
  }
  #recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4 {
    padding: 1.5rem 8rem;
  }
  #recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4::before {
    left: 4rem;
  }
  #recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4::after {
    right: 4rem;
  }
  #recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4 span {
    display: inline-block;
    margin-left: 1em;
  }
  #recruit.requirements section.requirements_field .requirements_list .list_inner ul li .accordion {
    padding: 2rem 4rem 4rem 4rem;
  }
  #recruit.requirements section.requirements_field .requirements_list .list_inner ul li .accordion dl {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 0;
  }
  #recruit.requirements section.requirements_field .requirements_list .list_inner ul li .accordion dl dt {
    width: 12rem;
  }
  #recruit.requirements section.requirements_field .requirements_list .list_inner ul li .accordion dl dt:not(:first-of-type) {
    margin: 0;
  }
  #recruit.requirements section.requirements_field .requirements_list .list_inner ul li .accordion dl dd {
    width: calc(100% - 12rem);
    margin: 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  #recruit.requirements section.requirements_field {
    margin: 15rem 0;
  }
  #recruit.requirements section.requirements_field .statue_list {
    margin-top: 10rem;
  }
  #recruit.requirements section.requirements_field .statue_list ul {
    margin-top: 8rem;
  }
  #recruit.requirements section.requirements_field .requirements_list {
    margin-top: 10rem;
    padding: 10rem 0;
  }
  #recruit.requirements section.requirements_field .requirements_list .list_inner {
    padding: 10rem 8rem;
  }
  #recruit.requirements section.requirements_field .requirements_list .list_inner ul {
    gap: 4rem 0;
  }
  #recruit.requirements section.requirements_field .requirements_list .list_inner ul li h4 {
    padding: 3rem 8rem;
  }
  #recruit.requirements section.requirements_field .requirements_list .list_inner ul li .accordion dl dd {
    padding-left: 6rem;
  }
  #recruit.requirements section.requirements_field .btn_area {
    margin-top: 10rem;
  }
}
#privacy header .overlay .sp_menu ul.main_menu > li:nth-of-type(7) a {
  color: #0076c8;
  font-weight: bold;
}
#privacy footer .footer_lower nav ul.main_menu > li:nth-of-type(5) a:nth-of-type(3) {
  color: #0076c8;
  text-shadow: 0 0 0.8rem #fff;
}
#privacy h2.privacy_section_title figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  #privacy h2.privacy_section_title figure {
    gap: 3rem 0;
  }
}
#privacy h2.privacy_section_title figure figcaption {
  font-size: 2.5rem;
  line-height: 1;
}
#privacy h2.privacy_section_title figure img {
  height: 2rem;
}
@media print, screen and (min-width: 768px) {
  #privacy h2.privacy_section_title figure img {
    height: auto;
  }
}
#privacy .privacy_policy {
  margin: 6rem 0;
}
#privacy .privacy_policy_list {
  margin-top: 4rem;
}
#privacy .privacy_policy_list p.note {
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #1a1a1a;
}
#privacy .privacy_policy_list dl {
  margin-top: 2rem;
}
#privacy .privacy_policy_list dl dt {
  color: #0076c8;
  font-size: 1.8rem;
  font-weight: bold;
}
#privacy .privacy_policy_list dl dt:not(:first-of-type) {
  margin-top: 3rem;
}
#privacy .privacy_policy_list dl dd {
  margin-top: 0.5rem;
}

@media print, screen and (min-width: 768px) {
  #privacy .privacy_policy {
    margin: 8rem 0;
  }
  #privacy .privacy_policy_list p.note {
    padding-bottom: 4rem;
  }
  #privacy .privacy_policy_list p.note span {
    margin-bottom: 4rem;
  }
  #privacy .privacy_policy_list dl {
    margin-top: 4rem;
  }
  #privacy .privacy_policy_list dl dt:not(:first-of-type) {
    margin-top: 6rem;
  }
  #privacy .privacy_policy_list dl dd {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #privacy .privacy_policy {
    margin: 15rem 0;
  }
  #privacy .privacy_policy_list {
    margin-top: 8rem;
  }
}
#sitemap header .overlay .sp_menu ul.main_menu > li:nth-of-type(8) a {
  color: #0076c8;
  font-weight: bold;
}
#sitemap footer .footer_lower nav .lower_menu ul li:nth-of-type(4) a {
  color: #0076c8;
}
#sitemap h2.sitemap_section_title figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  #sitemap h2.sitemap_section_title figure {
    gap: 3rem 0;
  }
}
#sitemap h2.sitemap_section_title figure figcaption {
  font-size: 2.5rem;
  line-height: 1;
}
#sitemap h2.sitemap_section_title figure img {
  height: 2rem;
}
@media print, screen and (min-width: 768px) {
  #sitemap h2.sitemap_section_title figure img {
    height: auto;
  }
}
#sitemap section.sitemap {
  margin: 4rem 0;
}
#sitemap section.sitemap .sitemap_list {
  margin-top: 4rem;
}
#sitemap section.sitemap .sitemap_list ul.main_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
}
#sitemap section.sitemap .sitemap_list ul.main_list > li {
  width: 100%;
}
#sitemap section.sitemap .sitemap_list ul.main_list > li > a {
  position: relative;
  font-weight: bold;
  border-bottom: 0.1rem solid #1a1a1a;
  padding: 1rem 0 1rem 3rem;
}
#sitemap section.sitemap .sitemap_list ul.main_list > li > a::before {
  content: "";
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#sitemap section.sitemap .sitemap_list ul.main_list > li > a:hover {
  color: #0076c8;
}
#sitemap section.sitemap .sitemap_list ul.main_list > li > a:hover::before {
  border-radius: 0;
  transform: translate(0, -50%) rotate(225deg);
}
#sitemap section.sitemap .sitemap_list ul.main_list > li ul.sub_list {
  margin-top: 0.5rem;
}
#sitemap section.sitemap .sitemap_list ul.main_list > li ul.sub_list li {
  padding: 0.25rem 0;
  margin-left: 2rem;
}
#sitemap section.sitemap .sitemap_list ul.main_list > li ul.sub_list li a::before {
  content: "＞";
  margin-right: 1rem;
}
#sitemap section.sitemap .sitemap_list ul.main_list > li ul.sub_list li a:hover {
  color: #0076c8;
}
#sitemap section.sitemap .sitemap_list.corporate ul.main_list > li > a::before {
  background: linear-gradient(150deg, rgb(5, 168, 207) 10%, rgb(25, 80, 149) 40%, rgb(0, 27, 76) 68%, rgb(8, 0, 37) 90%);
}
#sitemap section.sitemap .sitemap_list.recruit ul.main_list > li > a::before {
  background: linear-gradient(150deg, #fbe121, #f6921e 50%, #f05a24 80%);
}
#sitemap section.sitemap .sitemap_list.recruit ul.main_list > li > a:hover {
  color: #f05a24;
}
#sitemap section.sitemap .sitemap_list.recruit ul.main_list > li ul.sub_list li a:hover {
  color: #f05a24;
}
#sitemap section.sitemap .sitemap_list.others > ul > li > a::before {
  background: linear-gradient(150deg, #f6921e 10%, #033987 50%);
}

@media print, screen and (min-width: 768px) {
  #sitemap section.sitemap {
    margin: 8rem 0;
  }
  #sitemap section.sitemap .sitemap_list {
    margin-top: 8rem;
  }
  #sitemap section.sitemap .sitemap_list ul.main_list > li {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #sitemap section.sitemap {
    margin: 15rem 0;
  }
  #sitemap section.sitemap .sitemap_list ul.main_list {
    gap: 4rem;
  }
  #sitemap section.sitemap .sitemap_list ul.main_list > li {
    width: calc((100% - 12rem) / 4);
  }
  #sitemap section.sitemap .sitemap_list ul.main_list > li > a {
    font-size: min(1.5vw, 1.6rem);
  }
}
#page404 section.page404_area {
  margin: 6rem 0;
}
#page404 section.page404_area h4 figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  #page404 section.page404_area h4 figure {
    gap: 3rem 0;
  }
}
#page404 section.page404_area h4 figure figcaption {
  font-size: 2.5rem;
  line-height: 1;
}
#page404 section.page404_area h4 figure img {
  height: 2rem;
}
@media print, screen and (min-width: 768px) {
  #page404 section.page404_area h4 figure img {
    height: auto;
  }
}
#page404 section.page404_area p {
  width: fit-content;
  margin: 4rem auto 0;
}
#page404 section.page404_area .btn_area {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media print, screen and (min-width: 768px) {
  #page404 section.page404_area {
    margin: 8rem 0;
  }
  #page404 section.page404_area p {
    margin-top: 6rem;
    text-align: center;
  }
  #page404 section.page404_area .btn_area {
    margin-top: 8rem;
    flex-direction: row;
  }
  #page404 section.page404_area .btn_area .btn {
    width: calc((100% - 4rem) / 3);
  }
}
@media print, screen and (min-width: 1024px) {
  #page404 section.page404_area {
    margin: 15rem 0;
  }
}/*# sourceMappingURL=style.css.map */