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

html {
  font-size: 56.5%;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.03rem;
  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: "Noto Sans", 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, iframe {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

address {
  font-style: normal;
}

br.under600 {
  display: block;
}
@media print, screen and (min-width: 600px) {
  br.under600 {
    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;
  }
}
@media print, screen and (min-width: 768px) {
  br.between768-1024 {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  br.between768-1024 {
    display: none;
  }
}
br.upper1024 {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  br.upper1024 {
    display: block;
  }
}

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

.inner {
  width: 95%;
  margin: auto;
}
.inner.max800 {
  max-width: 800px;
}
.inner.max1000 {
  max-width: 1000px;
}
.inner.max1024 {
  max-width: 1024px;
}
.inner.max1200 {
  max-width: 1200px;
}
.inner.max1440 {
  max-width: 1440px;
}

.page_top {
  margin-top: 6rem;
  padding-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  .page_top {
    margin-top: 8rem;
    padding-top: 4rem;
  }
}
.page_top h2.page_title {
  padding-left: 4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .page_top h2.page_title {
    padding-left: 18rem;
  }
}
.page_top h2.page_title span {
  position: relative;
  display: block;
  color: #005EB8;
  font-family: "Josefin Sans", sans-serif;
  font-size: 6.4rem;
  font-size: min(12vw, 6.4rem);
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
.page_top h2.page_title span::before {
  content: "";
  width: 3.5rem;
  height: 0.2rem;
  background-color: #005EB8;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.5rem);
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 768px) {
  .page_top h2.page_title span::before {
    width: 14rem;
    right: calc(100% + 4rem);
  }
}

ul.breadcrumb {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  ul.breadcrumb {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 5rem;
  }
}
ul.breadcrumb li:not(:first-of-type)::before {
  content: ">";
  margin: 0 0.5rem;
}
ul.breadcrumb li a {
  display: inline;
}
ul.breadcrumb li a:hover {
  text-decoration: underline;
}
ul.breadcrumb li a[href="#"] {
  color: #005EB8;
  pointer-events: none;
}

.catch_field {
  position: relative;
  margin-top: 2rem;
  width: 100%;
  aspect-ratio: 1/0.75;
  max-height: 56rem;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .catch_field {
    margin-top: 4rem;
    aspect-ratio: 1920/620;
  }
}
@media print, screen and (min-width: 1024px) {
  .catch_field {
    margin-top: 1rem;
  }
}
.catch_field .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catch_field p {
  color: #fff;
  text-align: center;
}
.catch_field p.main_line {
  font-size: 3.2rem;
  font-weight: 500;
}
.catch_field p.title {
  margin-top: 2rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 6.4rem;
  font-size: min(10vw, 6.4rem);
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .catch_field p.title {
    font-size: min(6vw, 6.4rem);
  }
}

#works .catch_field {
  background-image: url(../img/works/catch_bg.jpg);
  background-position: 60% center;
}

#news .catch_field {
  background-image: url(../img/news/catch_bg.webp);
  background-position: 45%;
}
@media print, screen and (min-width: 768px) {
  #news .catch_field {
    background-position: right;
  }
}

#strength .catch_field {
  background-color: #005EB8;
}

#company .catch_field {
  background-image: url(../img/company/catch_bg.webp);
  background-position: center;
}

#business .catch_field {
  background-image: url(../img/business/catch_bg.webp);
  background-position: 35% bottom;
}
#business .catch_field.rinovation {
  background-image: url(../img/business/rinovation/catch_bg.webp);
  background-position: 15%;
}
#business .catch_field.architecture {
  background-image: url(../img/business/architecture/catch_bg.webp);
  background-position: 15%;
}
#business .catch_field.civilengineer {
  background-image: url(../img/business/civilengineer/catch_bg.webp);
  background-position: 15%;
}
#business .catch_field.ecosystem {
  background-image: url(../img/business/ecosystem/catch_bg.webp);
  background-position: 70%;
}

#contact .catch_field {
  background-image: url(../img/contact/catch_bg.webp);
}

#recruit.entry .catch_field {
  background-image: url(../img/recruit/entry/catch_bg.webp);
}

#privacy .catch_field {
  background-image: url(../img/privacy/catch_bg.webp);
  background-position: right;
}

#page404 .catch_field {
  background-color: #005EB8;
}

h2.section_title {
  font-weight: bold;
  text-align: center;
}
h2.section_title span {
  display: block;
  color: #005EB8;
  font-family: "Josefin Sans", sans-serif;
  font-size: 6.4rem;
  font-size: min(8vw, 6.4rem);
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}

.btn {
  width: 80%;
  max-width: 30rem;
  margin: auto;
}
.btn a {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 0;
}
.btn a:hover {
  opacity: 0.5;
}
.btn a.bg_black {
  background-color: #1A1A1A;
}
.btn a.bg_blue {
  background-color: #005EB8;
}
.btn a span {
  font-size: 1.6rem;
}

.btn_more_area p {
  color: #005EB8;
  text-align: center;
}
.btn_more_area p strong {
  font-size: 2.4rem;
  font-size: min(5.5vw, 2.4rem);
  font-weight: bold;
}
.btn_more_area .btn_more {
  width: 18.5rem;
  margin: 1rem auto 0;
  transform: scale(0.85);
}
@media print, screen and (min-width: 768px) {
  .btn_more_area .btn_more {
    margin-top: 2rem;
    transform: scale(1);
  }
}
.btn_more_area .btn_more a {
  position: relative;
  height: 6rem;
  color: #005EB8;
  display: grid;
  place-items: center left;
}
.btn_more_area .btn_more a::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border: 0.1rem solid #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.btn_more_area .btn_more a::after {
  content: "";
  width: 6rem;
  aspect-ratio: 65/6;
  background-image: url(../img/business/arrow.webp);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translate(0, -50%);
  transition: 0.5s;
}
.btn_more_area .btn_more a:hover::after {
  right: -3rem;
}

/* ---------------------------------------- */
/* ---------- 共通設定 ここまで ---------- */
/* ---------------------------------------- */
/* ---------- header ここから ---------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  z-index: 999;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_logo {
  width: 27.5rem;
}
header .header_logo a:hover {
  opacity: 0.5;
}
header nav.pc_menu {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  header nav.pc_menu {
    display: block;
  }
}
header nav.pc_menu ul {
  display: flex;
  align-items: center;
  gap: 0 min(1.5vw, 2.5rem);
}
header nav.pc_menu ul li a {
  position: relative;
  font-size: 1.6rem;
  font-size: min(1.35vw, 1.6rem);
  font-weight: 500;
  line-height: 1;
  border: 0.1rem solid #fff;
  padding: 0.5rem 0;
}
header nav.pc_menu ul li a::after {
  content: "";
  width: 4rem;
  height: 0.1rem;
  background-color: #005EB8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
}
header nav.pc_menu ul li a:hover::after {
  opacity: 1;
}
header nav.pc_menu ul li.recruit a {
  color: #333;
  background-color: #F7931E;
  border: 0.1rem solid #F7931E;
  padding: 1rem min(1.5vw, 3rem);
}
header nav.pc_menu ul li.recruit a::after {
  content: none;
}
header nav.pc_menu ul li.recruit a:hover {
  background-color: #fff;
}
header nav.pc_menu ul li.mail a {
  border-color: #000;
  border-radius: 9999px;
  padding: 1rem min(1.5vw, 3rem);
}
header nav.pc_menu ul li.mail a::after {
  content: none;
}
header nav.pc_menu ul li.mail a:hover {
  opacity: 0.5;
}
header nav.pc_menu ul li.mail a figure {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
}
header nav.pc_menu ul li.mail a figure img {
  width: 2.5rem;
}
header nav.pc_menu ul li.mail a figure figcaption {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
}
header nav.only_recruit {
  display: none;
}
header .menu_trigger {
  position: relative;
  width: 5rem;
  height: 5rem;
  z-index: 99999;
}
@media print, screen and (min-width: 1024px) {
  header .menu_trigger {
    display: none;
  }
}
header .menu_trigger span {
  display: block;
  width: 5rem;
  height: 0.3rem;
  background-color: #006699;
  border-radius: 9999px;
  position: absolute;
  transform: translate(0, -50%);
  transition: 0.5s;
}
header .menu_trigger span:nth-of-type(1) {
  top: 50%;
}
header .menu_trigger span:nth-of-type(2) {
  top: 20%;
}
header .menu_trigger span:nth-of-type(3) {
  top: 80%;
}
header .menu_trigger.active span {
  background-color: #fff;
  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: rotate(45deg);
}
header .menu_trigger.active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}
header .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #005EB8;
  padding: 8rem 0;
  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 nav.sp_menu {
  height: 100%;
  overflow-y: scroll;
}
header .overlay nav.sp_menu ul.main_menu {
  width: calc(100% - 12rem);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem 5%;
}
@media print, screen and (min-width: 480px) {
  header .overlay nav.sp_menu ul.main_menu {
    align-items: flex-start;
  }
}
header .overlay nav.sp_menu ul.main_menu > li {
  width: 100%;
}
@media print, screen and (min-width: 480px) {
  header .overlay nav.sp_menu ul.main_menu > li {
    width: 47.5%;
  }
}
@media print, screen and (min-width: 768px) {
  header .overlay nav.sp_menu ul.main_menu > li {
    width: 30%;
  }
}
header .overlay nav.sp_menu ul.main_menu > li > a {
  color: #fff;
  font-size: 2rem;
  border-bottom: 0.2rem solid #fff;
}
header .overlay nav.sp_menu ul.main_menu > li.entry > a figure {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.5rem;
}
header .overlay nav.sp_menu ul.main_menu > li.entry > a figure svg {
  fill: #fff;
}
header .overlay nav.sp_menu ul.sub_link li {
  margin-top: 0.5rem;
  list-style-position: inside;
}
header .overlay nav.sp_menu ul.sub_link li a {
  display: inline;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.3rem 0;
}
header .overlay nav.sp_menu ul.sub_link li a::before {
  content: "・";
  margin-right: 0.5rem;
}
header .overlay nav.sp_menu ul.sub_link li.external a figure {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3rem;
}
header .overlay nav.sp_menu ul.sub_link li.external a figure svg {
  fill: #fff;
}
header .overlay nav.sp_menu ul.only_recruit {
  display: none;
}
header .to_top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 6rem;
  height: 6rem;
  background-color: #005EB8;
  border: 0.2rem solid #fff;
  display: grid;
  place-items: center;
  z-index: 1000;
  opacity: 0;
  transform: translateY(150%);
  transition: 0.5s;
}
header .to_top:hover {
  opacity: 0.5;
}
header .to_top.active {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
}
header .to_top a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}
header .to_top a::before {
  content: "";
  display: block;
  width: 70%;
  aspect-ratio: 7/3;
  background-image: url(../img/to_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -1rem;
}

/* ---------- header ここまで ---------- */
/* ---------- footer ここから ---------- */
footer .footer_contact {
  background-color: #005EB8;
  padding: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  footer .footer_contact {
    padding: 8rem 0;
  }
}
footer .footer_contact h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
footer .footer_contact h2 span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 6.4rem;
  font-style: italic;
}
footer .footer_contact p.note {
  color: #fff;
  font-size: 1.8rem;
  width: fit-content;
  margin: 2rem auto 0;
}
@media print, screen and (min-width: 1024px) {
  footer .footer_contact p.note {
    margin-top: 4rem;
  }
}
footer .footer_contact ul.contact_list {
  max-width: 60rem;
  margin: 2rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 2.5rem;
}
@media print, screen and (min-width: 1024px) {
  footer .footer_contact ul.contact_list {
    margin-top: 4rem;
    max-width: none;
  }
}
footer .footer_contact ul.contact_list li {
  width: 28rem;
  height: 12rem;
}
@media print, screen and (min-width: 1024px) {
  footer .footer_contact ul.contact_list li {
    width: calc((100% - 12rem) / 4);
    height: 17rem;
  }
}
footer .footer_contact ul.contact_list li a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background-color: #333;
}
footer .footer_contact ul.contact_list li a:hover {
  opacity: 0.5;
}
footer .footer_contact ul.contact_list li a p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
footer .footer_contact ul.contact_list li a figure {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
}
footer .footer_contact ul.contact_list li a figure img.icon_tel {
  width: 2.5rem;
  position: relative;
  top: 0.2rem;
}
footer .footer_contact ul.contact_list li a figure img.icon_mail {
  width: 5.5rem;
}
footer .footer_contact ul.contact_list li a figure figcaption {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 1024px) {
  footer .footer_contact ul.contact_list li a figure figcaption {
    font-size: min(2vw, 3rem);
  }
}
footer .footer_contact ul.contact_list li.mail a {
  background-color: #fff;
}
footer .footer_contact ul.contact_list li.mail a p {
  color: #333;
  font-weight: normal;
}
@media print, screen and (min-width: 1024px) {
  footer .footer_contact ul.contact_list li.mail a p {
    font-size: min(1.5vw, 2rem);
  }
}
footer .footer_nav {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  footer .footer_nav {
    display: flex;
    flex-direction: column;
    gap: 4rem 0;
    padding: 8rem 0 8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  footer .footer_nav {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .footer_nav h2.footer_logo {
  width: 27.5rem;
}
@media print, screen and (min-width: 1280px) {
  footer .footer_nav nav {
    width: 90rem;
  }
}
footer .footer_nav ul.main_link {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2%;
}
@media print, screen and (min-width: 1280px) {
  footer .footer_nav ul.main_link {
    gap: 4rem 0;
  }
}
footer .footer_nav ul.main_link > li {
  width: 18%;
}
@media print, screen and (min-width: 1280px) {
  footer .footer_nav ul.main_link > li {
    width: 18rem;
  }
}
footer .footer_nav ul.main_link > li > a {
  width: fit-content;
  color: #333;
  font-weight: 500;
  padding: 0 1.5rem;
}
footer .footer_nav ul.main_link > li > a:hover {
  color: #005EB8;
}
footer .footer_nav ul.main_link > li.recruit > a, footer .footer_nav ul.main_link > li.entry > a {
  text-align: center;
  border: 0.1rem solid #F7931E;
  background-color: #F7931E;
  padding: 0 1rem;
}
footer .footer_nav ul.main_link > li.recruit > a:hover, footer .footer_nav ul.main_link > li.entry > a:hover {
  color: #333;
  background-color: #fff;
}
footer .footer_nav ul.main_link > li.entry > a figure {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3rem;
}
footer .footer_nav ul.main_link > li.entry > a figure svg {
  fill: #333;
}
footer .footer_nav ul.sub_link {
  margin-left: 2rem;
}
footer .footer_nav ul.sub_link li a {
  width: fit-content;
  color: #333;
  font-size: 1.35rem;
}
footer .footer_nav ul.sub_link li a::before {
  content: "・";
  padding-right: 0.3rem;
}
footer .footer_nav ul.sub_link li a:hover {
  color: #005EB8;
}
footer .footer_nav ul.sub_link li.external a figure {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3rem;
}
footer .footer_nav ul.sub_link li.external a figure svg {
  fill: #333;
}
footer .copyright {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  background-color: #333;
  padding: 2.5rem 0;
}

/* ---------- footer ここまで ---------- */
/* ---------- keyframes ここから ---------- */
@keyframes fade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fv-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(-100vw);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/* ---------- keyframse ここまで ---------- */
#top header nav.pc_menu ul li:nth-of-type(1) a::after {
  opacity: 1;
}
#top header .overlay .sp_menu ul.main_menu > li:nth-of-type(1) > a {
  color: #F7931E;
}
#top h2.top_section_title {
  color: #231815;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#top h2.top_section_title span {
  display: block;
  color: #005EB8;
  font-size: 6.4rem;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
}
#top h2.top_section_title.txt_white {
  color: #fff;
}
#top h2.top_section_title.txt_white span {
  color: #fff;
}
#top p.catch {
  margin-top: 4rem;
  color: #333;
  font-size: 3.2rem;
  font-size: min(6.5vw, 3.2rem);
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #top p.catch {
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  #top p.catch {
    margin-top: 4rem;
    font-size: min(3vw, 3.2rem);
    text-align: left;
  }
}
@media print, screen and (min-width: 1280px) {
  #top p.catch {
    font-size: min(2.2vw, 3.2rem);
  }
}
#top p.catch.txt_white {
  color: #fff;
}
#top .pickup_field {
  margin-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #top .pickup_field {
    margin-top: 6rem;
    position: relative;
  }
}
@media print, screen and (min-width: 1024px) {
  #top .pickup_field {
    margin-top: 12rem;
    flex-direction: row;
  }
}
#top .pickup_field .title {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  #top .pickup_field .title {
    display: flex;
    align-items: center;
    gap: 0 3rem;
    width: fit-content;
    padding: 1rem 2rem;
    position: absolute;
    top: -3rem;
    left: -0.1rem;
  }
}
#top .pickup_field .title > span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.6rem;
  font-size: min(8vw, 3.6rem);
  font-weight: 300;
}
@media print, screen and (min-width: 1024px) {
  #top .pickup_field .title > span {
    font-size: min(2vw, 3.6rem);
  }
}
#top .pickup_field .title h3 {
  font-size: 2.4rem;
  font-size: min(6vw, 2.4rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
}
@media print, screen and (min-width: 1024px) {
  #top .pickup_field .title h3 {
    font-size: min(2vw, 2.4rem);
  }
}
#top .pickup_field .title h3 span {
  font-size: 1.6rem;
  font-weight: normal;
}
#top .pickup_field .txt_area {
  padding: 0 1rem;
}
@media print, screen and (min-width: 768px) {
  #top .pickup_field .txt_area {
    margin-top: 6rem;
    padding: 0 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top .pickup_field .txt_area {
    width: 45%;
  }
}
@media print, screen and (min-width: 1280px) {
  #top .pickup_field .txt_area {
    margin-top: 12rem;
  }
}
#top .pickup_field .txt_area p.pickup_catch {
  margin: 2rem auto 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #top .pickup_field .txt_area p.pickup_catch {
    width: 100%;
    margin-top: 0;
  }
}
#top .pickup_field .txt_area p.pickup_catch_desc {
  margin: 2rem auto 0;
}
@media print, screen and (min-width: 768px) {
  #top .pickup_field .txt_area p.pickup_catch_desc {
    width: 100%;
    margin-top: 4rem;
  }
}
#top .pickup_field .txt_area .btn_area {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  #top .pickup_field .txt_area .btn_area {
    display: block;
    margin-top: 8rem;
  }
}
#top .pickup_field .link_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #top .pickup_field .link_area {
    margin-top: 0;
    width: 55%;
  }
}
#top .pickup_field .link_area .btn_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #top .pickup_field .link_area .btn_area {
    display: none;
  }
}
#top section.top_fv {
  position: relative;
  width: 100%;
}
#top section.top_fv .swiper_area {
  width: 100%;
  max-height: 92rem;
  aspect-ratio: 1/1.25;
}
@media print, screen and (min-width: 768px) {
  #top section.top_fv .swiper_area {
    aspect-ratio: 1/0.75;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.top_fv .swiper_area {
    aspect-ratio: 192/92.7;
  }
}
#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: 70% center;
}
#top section.top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide:nth-of-type(2) img {
  object-position: center;
}
#top section.top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide:nth-of-type(3) img {
  object-position: 50% 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 .fv_catch {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem 0;
  overflow: hidden;
}
@media print, screen and (min-width: 560px) {
  #top section.top_fv .fv_catch {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  #top section.top_fv .fv_catch {
    gap: 2rem 0;
  }
}
#top section.top_fv .fv_catch figure {
  display: block;
  width: initial;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translateX(-100vw);
  animation: slide 1s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  #top section.top_fv .fv_catch figure {
    padding: 2rem;
  }
}
#top section.top_fv .fv_catch figure img {
  width: 100%;
  height: 6vw;
  min-height: 2rem;
  max-height: 3rem;
  opacity: 0;
  animation: fade 0.5s forwards;
}
@media print, screen and (min-width: 1024px) {
  #top section.top_fv .fv_catch figure img {
    height: 4vw;
  }
}
#top section.top_fv .fv_catch figure:nth-of-type(1) {
  animation-delay: 1s;
}
#top section.top_fv .fv_catch figure:nth-of-type(1) img {
  animation-delay: 2s;
}
#top section.top_fv .fv_catch figure:nth-of-type(2) {
  animation-delay: 2.5s;
}
#top section.top_fv .fv_catch figure:nth-of-type(2) img {
  animation-delay: 3.5s;
}
#top section.top_fv .fv_catch figure:nth-of-type(3) {
  animation-delay: 4s;
}
#top section.top_fv .fv_catch figure:nth-of-type(3) img {
  animation-delay: 5s;
}
#top section.top_fv .latest_news {
  padding: 1rem 0;
}
@media print, screen and (min-width: 1024px) {
  #top section.top_fv .latest_news {
    padding: 3rem 0;
  }
}
#top section.top_fv .latest_news .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  #top section.top_fv .latest_news .inner {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
#top section.top_fv .latest_news .nowrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
}
#top section.top_fv .latest_news h2.top_section_title span {
  font-size: 3.2rem;
}
#top section.top_fv .latest_news .headline a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  #top section.top_fv .latest_news .headline a {
    flex-wrap: nowrap;
  }
}
#top section.top_fv .latest_news .headline a:hover {
  opacity: 0.5;
}
#top section.top_fv .latest_news .headline .day {
  font-size: 1.4rem;
  font-weight: bold;
}
#top section.top_fv .latest_news .headline .category {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  padding: 1rem;
  margin: 0 2rem;
}
#top section.top_fv .latest_news .headline .category.category-info {
  background-color: #ED1C24;
}
#top section.top_fv .latest_news .headline .category.category-works {
  background-color: #005EB8;
}
#top section.top_fv .latest_news .headline .category.category-update {
  background-color: #F7931E;
}
#top section.top_fv .latest_news .headline .title {
  width: fit-content;
}
#top section.top_fv .latest_news .btn_area {
  margin-top: 1rem;
  transform: scale(0.75);
  transform-origin: top;
}
@media print, screen and (min-width: 768px) {
  #top section.top_fv .latest_news .btn_area {
    margin: 0;
    width: fit-content;
    transform-origin: center right;
    transform: scale(0.9);
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.top_fv .latest_news .btn_area {
    margin-right: 8%;
  }
}
#top section.top_fv .latest_news .btn_area .btn {
  width: 30rem;
}
#top section.top_strength .inner {
  display: flex;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 1024px) {
  #top section.top_strength .inner {
    flex-direction: row;
  }
}
#top section.top_strength .img_area {
  margin-top: 4rem;
  width: 100vw;
  margin-left: -2.6%;
}
@media print, screen and (min-width: 1024px) {
  #top section.top_strength .img_area {
    margin: 0;
    width: 50%;
    margin-left: calc(50% - 50vw);
    flex: 1;
    flex-shrink: 0;
    align-self: stretch;
  }
}
@media print, screen and (min-width: 1280px) {
  #top section.top_strength .img_area {
    width: 60%;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.top_strength .img_area figure {
    height: 100%;
  }
}
#top section.top_strength .img_area figure img {
  height: 100%;
  object-fit: cover;
}
#top section.top_strength .txt_area {
  padding-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #top section.top_strength .txt_area {
    padding: 4rem 0 4rem 4rem;
    width: 50%;
  }
}
@media print, screen and (min-width: 1280px) {
  #top section.top_strength .txt_area {
    padding: 8rem 0 8rem 8rem;
    width: 40%;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.top_strength .txt_area h2 {
    text-align: left;
  }
}
#top section.top_strength .txt_area p.catch_desc {
  margin-top: 2rem;
  color: #333;
  font-weight: 300;
}
@media print, screen and (min-width: 1024px) {
  #top section.top_strength .txt_area p.catch_desc {
    margin-top: 4rem;
  }
}
#top section.top_strength .btn_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #top section.top_strength .btn_area {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #top section.top_strength .btn_area {
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.top_strength .btn_area .btn {
    margin: 0 0 0 auto;
  }
}
#top section.top_business {
  padding: 4rem 0;
  background-image: url(../img/top/top_business_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 1024px) {
  #top section.top_business {
    padding: 8rem 0 12rem;
  }
}
@media print, screen and (min-width: 768px) {
  #top section.top_business p.catch {
    text-align: center;
  }
}
#top section.top_business .pickup_field {
  background-color: #fff;
}
@media print, screen and (min-width: 1024px) {
  #top section.top_business .pickup_field {
    padding-bottom: 0;
  }
}
#top section.top_business .pickup_field .title {
  background-color: #000;
}
#top section.top_business .pickup_field .link_area ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
#top section.top_business .pickup_field .link_area ul li figure {
  position: relative;
  width: 100%;
  max-height: 25rem;
  aspect-ratio: 1/0.5;
  overflow: hidden;
}
#top section.top_business .pickup_field .link_area ul li figure img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
#top section.top_business .pickup_field .link_area ul li figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border: 0.5rem solid #fff;
  padding: 0.5rem 0;
}
#top section.top_business .pickup_field .link_area ul li a:hover figure img {
  transform: scale(1.1);
}
#top section.top_works {
  padding-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #top section.top_works {
    padding-top: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  #top section.top_works .swiper_area .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem 2rem;
  }
}
#top section.top_works .swiper_area .swiper-slide {
  width: 100%;
  max-width: 45rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #top section.top_works .swiper_area .swiper-slide {
    max-width: 35rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.top_works .swiper_area .swiper-slide {
    width: calc((100% - 6rem) / 4);
  }
}
#top section.top_works .swiper_area .swiper-slide figure img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}
#top section.top_works .swiper_area .swiper-slide figure figcaption {
  position: relative;
  padding-top: 1rem;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  #top section.top_works .swiper_area .swiper-slide figure figcaption {
    padding-top: 2rem;
  }
}
#top section.top_works .swiper_area .swiper-slide figure figcaption span {
  width: 12rem;
  width: min(15vw, 12rem);
  aspect-ratio: 1/1;
  background-color: #F2F2F2;
  border-radius: 50%;
  color: #005EB8;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-size: 8rem;
  font-size: min(8vw, 8rem);
  line-height: 1;
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translateY(50%);
}
@media print, screen and (min-width: 600px) {
  #top section.top_works .swiper_area .swiper-slide figure figcaption span {
    width: min(12vw, 12rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.top_works .swiper_area .swiper-slide figure figcaption span {
    width: min(7vw, 12rem);
    font-size: min(4.75vw, 8rem);
  }
}
#top section.top_works .swiper_area .swiper-slide figure figcaption dl dt {
  color: #005EB8;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 1024px) {
  #top section.top_works .swiper_area .swiper-slide figure figcaption dl dt {
    font-size: min(1.75vw, 2.4rem);
  }
}
#top section.top_works .swiper_area .swiper-slide figure figcaption dl dd {
  margin-top: 1rem;
}
#top section.top_works .swiper_area .swiper-slide a:hover figure img {
  transform: scale(1.1);
}
#top section.top_works .swiper_area .swiper-button-next,
#top section.top_works .swiper_area .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  background-color: #005EB8;
  border: 0.3rem solid #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  #top section.top_works .swiper_area .swiper-button-next,
  #top section.top_works .swiper_area .swiper-button-prev {
    display: none;
  }
}
#top section.top_works .swiper_area .swiper-button-next::after,
#top section.top_works .swiper_area .swiper-button-prev::after {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
#top section.top_works .swiper_area .btn_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #top section.top_works .swiper_area .btn_area {
    margin-top: 8rem;
  }
}
#top section.top_works h2.top_section_title {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #top section.top_works h2.top_section_title {
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  #top section.top_works h2.top_section_title {
    margin-top: 12rem;
  }
}
#top section.top_works p.catch {
  text-align: center;
}
#top section.top_works .pickup_field {
  background-color: #E6E6E6;
  border: 0.1rem solid #808080;
}
@media print, screen and (min-width: 1280px) {
  #top section.top_works .pickup_field {
    align-items: center;
  }
}
#top section.top_works .pickup_field .title {
  background-color: #005EB8;
}
#top section.top_works .pickup_field .link_area ul {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media print, screen and (min-width: 768px) {
  #top section.top_works .pickup_field .link_area ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 5%;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.top_works .pickup_field .link_area ul {
    width: initial;
    margin: 4rem 4rem 0 0;
    gap: 2rem 5%;
  }
}
@media print, screen and (min-width: 1280px) {
  #top section.top_works .pickup_field .link_area ul {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #top section.top_works .pickup_field .link_area ul li {
    width: 30%;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.top_works .pickup_field .link_area ul li {
    width: 47.5%;
  }
}
@media print, screen and (min-width: 1280px) {
  #top section.top_works .pickup_field .link_area ul li {
    width: 30%;
  }
}
#top section.top_works .pickup_field .link_area ul li figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
#top section.top_works .pickup_field .link_area ul li figure img {
  width: 70%;
  max-width: 35rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  #top section.top_works .pickup_field .link_area ul li figure img {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.top_works .pickup_field .link_area ul li figure img {
    width: 70%;
    max-width: 25rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #top section.top_works .pickup_field .link_area ul li figure img {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.top_works .pickup_field .link_area ul li figure figcaption {
    max-width: 25rem;
  }
}
#top section.top_works .pickup_field .link_area ul li figure figcaption dl dt {
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #005EB8;
  padding-bottom: 0.5rem;
}
#top section.top_works .pickup_field .link_area ul li figure figcaption dl dd {
  font-size: 1.4rem;
}
#top section.top_news {
  padding: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #top section.top_news {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.top_news {
    padding: 16rem 0;
  }
}
#top section.top_news .swiper_area {
  margin-top: 4rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #top section.top_news .swiper_area .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 2rem;
  }
}
#top section.top_news .swiper_area .swiper-slide {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #top section.top_news .swiper_area .swiper-slide {
    width: calc((100% - 6rem) / 4);
  }
}
#top section.top_news .swiper_area .swiper-slide figure.image img {
  width: 100%;
  aspect-ratio: 34/32;
  height: 100%;
  border: 0.1rem solid #d3d3d3;
  object-fit: cover;
  object-position: top;
  transition: 0.5s;
}
#top section.top_news .swiper_area .swiper-slide figure.image figcaption {
  padding-top: 1rem;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media print, screen and (min-width: 768px) {
  #top section.top_news .swiper_area .swiper-slide figure.image figcaption {
    padding-top: 2rem;
  }
}
#top section.top_news .swiper_area .swiper-slide figure.image figcaption .day {
  font-size: 1.4rem;
  font-weight: bold;
}
#top section.top_news .swiper_area .swiper-slide figure.image figcaption .category {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin-left: 2rem;
}
#top section.top_news .swiper_area .swiper-slide figure.image figcaption .category.c-info {
  background-color: #ED1C24;
}
#top section.top_news .swiper_area .swiper-slide figure.image figcaption .category.c-works {
  background-color: #005EB8;
}
#top section.top_news .swiper_area .swiper-slide figure.image figcaption .title {
  margin-top: 1rem;
  width: 100%;
}
#top section.top_news .swiper_area .swiper-slide a:hover figure img {
  transform: scale(1.1);
}
#top section.top_news .swiper_area .swiper-button-next,
#top section.top_news .swiper_area .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  background-color: #005EB8;
  border: 0.3rem solid #fff;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  #top section.top_news .swiper_area .swiper-button-next,
  #top section.top_news .swiper_area .swiper-button-prev {
    display: none;
  }
}
#top section.top_news .swiper_area .swiper-button-next::after,
#top section.top_news .swiper_area .swiper-button-prev::after {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
#top section.top_news .swiper_area .swiper-pagination {
  position: absolute;
  top: 102%;
}
@media print, screen and (min-width: 768px) {
  #top section.top_news .swiper_area .swiper-pagination {
    display: none;
  }
}
#top section.top_news .swiper_area .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}
#top section.top_news .swiper_area .swiper-pagination-bullet-active {
  background-color: #005EB8;
}
#top section.top_news .btn_area {
  margin-top: 6rem;
}
#top section.top_recruit {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.6;
  margin-bottom: 4rem;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #top section.top_recruit {
    aspect-ratio: 1/0.4;
    margin-bottom: 8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #top section.top_recruit {
    aspect-ratio: 1920/480;
    margin-bottom: 18rem;
  }
}
#top section.top_recruit .top_recruit_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/top_recruit_bg.webp);
  background-size: cover;
  background-position: 75% center;
  transition: 0.5s;
}
@media print, screen and (min-width: 768px) {
  #top section.top_recruit .top_recruit_bg {
    background-position: 85% center;
  }
}
#top section.top_recruit .recruit_message {
  position: absolute;
  top: 20%;
  left: 5%;
  width: fit-content;
}
@media print, screen and (min-width: 1280px) {
  #top section.top_recruit .recruit_message {
    top: 15%;
    left: auto;
    right: 47.5%;
  }
}
#top section.top_recruit h2.top_section_title {
  width: fit-content;
  margin: 0;
}
@media print, screen and (min-width: 1024px) {
  #top section.top_recruit h2.top_section_title {
    margin: auto;
  }
}
#top section.top_recruit h2.top_section_title span {
  color: #F7931E;
  font-family: "Segoe Script", sans-serif;
  font-size: 7.2rem;
  font-size: min(12vw, 7.2rem);
}
#top section.top_recruit p.catch {
  color: #000;
  font-size: min(4.5vw, 3.2rem);
  font-weight: 900;
  white-space: nowrap;
}
#top section.top_recruit a:hover .top_recruit_bg {
  transform: scale(1.1);
}

#business header nav.pc_menu ul li:nth-of-type(2) a::after {
  opacity: 1;
}
#business header nav.sp_menu ul.main_menu > li:nth-of-type(2) > a {
  color: #F7931E;
}
#business footer .footer_nav ul.main_link > li:nth-of-type(1) > a {
  color: #005EB8;
}
#business .catch_field {
  position: relative;
  aspect-ratio: 1/1.4;
}
#business .catch_field p.main_line {
  font-size: min(6vw, 3.2rem);
}
@media print, screen and (min-width: 768px) {
  #business .catch_field p.main_line {
    font-size: min(3.5vw, 3.2rem);
  }
}
#business .catch_field p.desc {
  width: 100%;
  max-width: 52rem;
  margin: 2rem auto 0;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #business .catch_field p.desc {
    margin-top: 4rem;
  }
}
#business p.section_catch {
  margin-top: 4rem;
  color: #343434;
  font-size: min(4.75vw, 3.2rem);
  font-weight: 500;
  text-align: center;
}
#business section.business {
  padding: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #business section.business {
    padding: 8rem 0;
  }
}
#business section.business ul.business_list {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #business section.business ul.business_list {
    gap: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #business section.business ul.business_list {
    margin-top: 8rem;
    gap: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  #business section.business ul.business_list a {
    height: 100%;
  }
}
#business section.business ul.business_list li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #business section.business ul.business_list li {
    width: calc((100% - 4rem) / 2);
    align-self: stretch;
  }
}
@media print, screen and (min-width: 1024px) {
  #business section.business ul.business_list li {
    width: calc((100% - 6rem) / 2);
  }
}
#business section.business ul.business_list li figure {
  overflow: hidden;
}
#business section.business ul.business_list li figure img {
  transition: 0.5s;
}
#business section.business ul.business_list li .business_info {
  position: relative;
  background-color: #005EB8;
}
@media print, screen and (min-width: 768px) {
  #business section.business ul.business_list li .business_info {
    min-height: 17rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #business section.business ul.business_list li .business_info {
    min-height: auto;
  }
}
#business section.business ul.business_list li .business_info span.number {
  position: absolute;
  right: 3%;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 8.4rem;
  font-size: min(12vw, 8.4rem);
  font-style: italic;
  line-height: 1;
  transform: translate(0, -40%);
}
@media print, screen and (min-width: 768px) {
  #business section.business ul.business_list li .business_info span.number {
    font-size: min(6vw, 8.4rem);
  }
}
#business section.business ul.business_list li .business_info dl {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #business section.business ul.business_list li .business_info dl {
    padding: 2rem 4rem 4rem 4rem;
  }
}
#business section.business ul.business_list li .business_info dl dt {
  width: 100%;
  color: #fff;
  font-size: 4rem;
  font-size: min(8vw, 4rem);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  #business section.business ul.business_list li .business_info dl dt {
    font-size: min(3.5vw, 4rem);
  }
}
#business section.business ul.business_list li .business_info dl dd {
  color: #005EB8;
  background-color: #fff;
  border-radius: 9999px;
  padding: 0 1rem;
}
#business section.business ul.business_list li .business_info dl dd.history_book {
  background-color: #B2CFEA;
}
#business section.business ul.business_list li p {
  margin-top: 1rem;
  color: #005EB8;
  font-size: 2.1rem;
  font-size: min(4.5vw, 2.1rem);
  font-weight: bold;
  padding: 0 2rem;
}
@media print, screen and (min-width: 1024px) {
  #business section.business ul.business_list li p {
    padding: 0 4rem;
  }
}
#business section.business ul.business_list a:hover figure img {
  transform: scale(1.1);
}
#business section.schedule {
  padding: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #business section.schedule {
    padding: 8rem 0;
  }
}
#business section.schedule .schedule_list {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #business section.schedule .schedule_list {
    margin-top: 8rem;
  }
}
#business section.schedule .schedule_list .inner {
  width: 100%;
}
#business section.schedule .schedule_list ol {
  position: relative;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  #business section.schedule .schedule_list ol {
    padding-left: 0;
  }
}
#business section.schedule .schedule_list ol::before {
  content: "";
  width: 0.3rem;
  height: calc(100% - 2rem);
  background-color: #005EB8;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  #business section.schedule .schedule_list ol::before {
    left: 26rem;
  }
}
#business section.schedule .schedule_list ol::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #005EB8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 1rem;
  left: -0.6rem;
}
@media print, screen and (min-width: 768px) {
  #business section.schedule .schedule_list ol::after {
    left: 25.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #business section.schedule .schedule_list ol li {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 0;
  }
}
#business section.schedule .schedule_list ol li.color_blue {
  color: #005EB8;
}
#business section.schedule .schedule_list ol li strong {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  gap: 0 1rem;
}
@media print, screen and (min-width: 768px) {
  #business section.schedule .schedule_list ol li strong {
    width: 26rem;
  }
}
#business section.schedule .schedule_list ol li strong span {
  color: #005EB8;
  font-weight: bold;
}
#business section.schedule .schedule_list ol li p {
  font-weight: 300;
  padding-left: 2em;
}
@media print, screen and (min-width: 768px) {
  #business section.schedule .schedule_list ol li p {
    width: calc(100% - 26rem);
    position: relative;
    top: 0.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #business section.schedule .schedule_list ol li p {
    padding-left: 6rem;
  }
}
#business section.schedule .schedule_list ol dt {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  #business section.schedule .schedule_list ol dt {
    margin-top: 0;
    width: 28rem;
  }
}
#business section.schedule .schedule_list ol dt.color_blue {
  color: #005EB8;
}
#business section.schedule .schedule_list ol dt span {
  color: #005EB8;
  font-weight: bold;
  margin-right: 1rem;
}
#business section.schedule .schedule_list ol dd {
  font-weight: 300;
  padding-left: 2em;
}
@media print, screen and (min-width: 768px) {
  #business section.schedule .schedule_list ol dd {
    width: calc(100% - 28rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #business section.schedule .schedule_list ol dd {
    padding-left: 8rem;
  }
}
#business section.schedule .schedule_list ol dd.color_blue {
  color: #005EB8;
}
#business section.schedule .schedule_list small {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  #business section.schedule .schedule_list small {
    margin-top: 4rem;
  }
}
#business section.support {
  padding: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #business section.support {
    padding: 8rem 0;
  }
}
#business section.support figure.img_area {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  #business section.support figure.img_area {
    margin-top: 4rem;
    gap: 0 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #business section.support figure.img_area {
    margin-top: 8rem;
    gap: 0 4rem;
  }
}
#business section.support figure.img_area img {
  width: calc((100% - 1rem) / 2);
}
@media print, screen and (min-width: 768px) {
  #business section.support figure.img_area img {
    width: calc((100% - 6rem) / 4);
  }
}
@media print, screen and (min-width: 1024px) {
  #business section.support figure.img_area img {
    width: calc((100% - 12rem) / 4);
  }
}
#business section.support ol.support_list {
  width: 100%;
  max-width: 900px;
  margin: 4rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 1024px) {
  #business section.support ol.support_list {
    margin-top: 8rem;
  }
}
#business section.support ol.support_list li strong {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  background-color: #005EB8;
  padding: 0 1rem;
}
@media print, screen and (min-width: 768px) {
  #business section.support ol.support_list li strong {
    padding: 1rem 2rem;
  }
}
#business section.support ol.support_list li p {
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  #business section.support ol.support_list li p {
    margin-top: 2rem;
    padding: 0 3rem;
  }
}

/* ----- business詳細 -----*/
#business.detail.rinovation header nav.sp_menu ul.main_menu > li:nth-of-type(2) ul.sub_link li:nth-of-type(1) a {
  color: #F7931E;
}
#business.detail.rinovation footer .footer_nav ul.main_link > li:nth-of-type(1) ul.sub_link li:nth-of-type(1) a {
  color: #005EB8;
}
#business.detail.architecture header nav.sp_menu ul.main_menu > li:nth-of-type(2) ul.sub_link li:nth-of-type(2) a {
  color: #F7931E;
}
#business.detail.architecture footer .footer_nav ul.main_link > li:nth-of-type(1) ul.sub_link li:nth-of-type(2) a {
  color: #005EB8;
}
#business.detail.ecosystem header nav.sp_menu ul.main_menu > li:nth-of-type(2) ul.sub_link li:nth-of-type(3) a {
  color: #F7931E;
}
#business.detail.ecosystem footer .footer_nav ul.main_link > li:nth-of-type(1) ul.sub_link li:nth-of-type(3) a {
  color: #005EB8;
}
#business.detail.civilengineer header nav.sp_menu ul.main_menu > li:nth-of-type(2) ul.sub_link li:nth-of-type(4) a {
  color: #F7931E;
}
#business.detail.civilengineer footer .footer_nav ul.main_link > li:nth-of-type(1) ul.sub_link li:nth-of-type(4) a {
  color: #005EB8;
}
#business.detail .catch_field p {
  color: #1A1A1A;
}
#business.detail .catch_field p.title {
  color: #005EB8;
}
#business.detail .anchor_area {
  padding: 4rem 0 0;
}
@media print, screen and (min-width: 1024px) {
  #business.detail .anchor_area {
    padding: 8rem 0 0;
  }
}
#business.detail .anchor_area h2 {
  color: #005EB8;
  font-size: 4.8rem;
  font-size: min(7vw, 4.8rem);
  font-weight: bold;
  text-align: center;
}
#business.detail .anchor_area .btn_area {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 4rem;
}
@media print, screen and (min-width: 768px) {
  #business.detail .anchor_area .btn_area {
    gap: 0 8rem;
  }
}
#business.detail .anchor_area .btn_area .btn {
  margin: 0;
}
#business.detail section.business_info {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #business.detail section.business_info {
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #business.detail section.business_info:not(:first-of-type) {
    margin-top: 16rem;
  }
}
#business.detail .detail_info {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #business.detail .detail_info {
    align-items: center;
  }
}
#business.detail .detail_info h2 {
  order: 2;
  width: 80%;
  aspect-ratio: 1/0.6;
  margin: -10% auto 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 4.8rem;
  font-size: min(6vw, 4.8rem);
  text-align: center;
  font-weight: bold;
  background-color: #005EB8;
}
@media print, screen and (min-width: 768px) {
  #business.detail .detail_info h2 {
    order: 1;
    margin: 0;
    width: 35%;
    aspect-ratio: 1/1;
    font-size: min(3vw, 4.8rem);
  }
}
#business.detail .detail_info figure {
  order: 1;
  max-width: 1312px;
  mix-blend-mode: overlay;
}
@media print, screen and (min-width: 768px) {
  #business.detail .detail_info figure {
    order: 2;
    width: 65%;
  }
}
#business.detail .detail_info figure img {
  width: 105vw;
  margin-left: -2.5%;
}
@media print, screen and (min-width: 768px) {
  #business.detail .detail_info figure img {
    width: 140%;
    margin: 0 0 0 -15%;
  }
}
#business.detail .detail_info p {
  order: 3;
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #business.detail .detail_info p {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #business.detail .detail_info p {
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  #business.detail .detail_info.even {
    flex-direction: row-reverse;
  }
  #business.detail .detail_info.even figure img {
    margin-left: -26%;
  }
}
#business.detail .introduction_field .wrapper {
  border-top: 0.3rem solid #005EB8;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
}
#business.detail .introduction_field .wrapper:first-of-type {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #business.detail .introduction_field .wrapper:first-of-type {
    margin-top: 8rem;
  }
}
#business.detail .introduction_field .wrapper:last-of-type {
  border-bottom: 0.3rem solid #005EB8;
}
#business.detail .introduction_field .wrapper.bottom_none {
  border-bottom: none;
}
@media print, screen and (min-width: 1024px) {
  #business.detail .introduction_field .wrapper {
    flex-direction: row;
    gap: 0 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #business.detail .introduction_field .title_area {
    width: 33rem;
  }
}
#business.detail .introduction_field .title_area h4 {
  width: 90%;
  max-width: 33rem;
  margin: auto;
  border: 0.2rem solid #005EB8;
  color: #005EB8;
  font-size: 3.2rem;
  font-size: min(6vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 1rem 0;
}
@media print, screen and (min-width: 1024px) {
  #business.detail .introduction_field .title_area h4 {
    width: 100%;
    padding: 2rem 0;
  }
}
#business.detail .introduction_field .title_area p {
  width: fit-content;
  margin: 2rem auto 0;
  color: #005EB8;
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  #business.detail .introduction_field .title_area p {
    margin: 2rem 0 0 0;
  }
}
#business.detail .introduction_field .img_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #business.detail .introduction_field .img_area {
    margin-top: 0;
    width: calc(100% - 37rem);
  }
}
#business.detail .introduction_field .img_area .inside:not(:first-of-type) {
  margin-top: 4rem;
}
#business.detail .introduction_field .img_area .inside.type01 {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #business.detail .introduction_field .img_area .inside.type01 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4rem;
  }
}
#business.detail .introduction_field .img_area .inside.type01.bg_gray {
  padding: 4rem 0;
  background-color: #F2F2F2;
  border-image-source: linear-gradient(#F2F2F2, #F2F2F2);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
}
#business.detail .introduction_field .img_area .inside.type01 p.catch {
  width: 100%;
  color: #005EB8;
  font-size: 3.2rem;
  font-size: min(6vw, 3.2rem);
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #business.detail .introduction_field .img_area .inside.type01 .img_block {
    width: calc((100% - 4rem) / 2);
  }
}
#business.detail .introduction_field .img_area .inside.type01 .caption {
  margin-top: 1rem;
}
#business.detail .introduction_field .img_area .inside.type01 .caption > dl > dt {
  font-size: 2rem;
  font-weight: bold;
}
#business.detail .introduction_field .img_area .inside.type01 .caption > dl > dd {
  margin-top: 1rem;
}
#business.detail .introduction_field .img_area .inside.type01 .caption > dl > dd dl.effect_example {
  margin-top: 1rem;
}
#business.detail .introduction_field .img_area .inside.type01 .caption > dl > dd dl.effect_example dd {
  padding-left: 0.8rem;
}
#business.detail .introduction_field .img_area .inside.type02 {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #business.detail .introduction_field .img_area .inside.type02 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #business.detail .introduction_field .img_area .inside.type02 .img_block {
    width: calc((100% - 4rem) / 2);
  }
}
#business.detail .introduction_field .img_area .inside.type02 .img_block figure figcaption {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
#business.detail .introduction_field .img_area .inside.type02 .caption {
  margin-top: -1rem;
}
#business.detail .introduction_field .img_area .inside.type03 {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
#business.detail .introduction_field .img_area .inside.type03 .img_block figure {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #business.detail .introduction_field .img_area .inside.type03 .img_block figure {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #business.detail .introduction_field .img_area .inside.type03 .img_block figure img {
    width: calc((100% - 4rem) / 2);
  }
}
#business.detail .introduction_field .img_area .inside.type03 .img_block figure figcaption {
  width: 100%;
  background-color: #E6E6E6;
  padding: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #business.detail .introduction_field .img_area .inside.type03 .img_block figure figcaption {
    padding: 2.5rem 1rem;
  }
}
#business.detail .introduction_field .img_area .inside.type03 .img_block figure figcaption .result {
  width: fit-content;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 2rem;
}
#business.detail .introduction_field .img_area .inside.type03 .img_block figure figcaption .result span {
  display: inline-block;
  border: 0.1rem solid #000;
  padding: 0.5rem 2.5rem;
}
#business.detail .introduction_field .img_area .inside.type03 .caption strong {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
#business.detail .introduction_field .img_area .inside.type03 .caption .effect_example {
  margin-top: 2rem;
}
#business.detail .introduction_field .img_area .inside.type03 .caption .effect_example dl dt {
  color: #005EB8;
}
#business.detail .introduction_field .img_area .img_block .caption {
  margin-top: 1rem;
}
#business.detail .btn_area.margin {
  margin: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 4rem;
}
@media print, screen and (min-width: 768px) {
  #business.detail .btn_area.margin {
    margin: 8rem 0;
  }
}
@media print, screen and (min-width: 1024px) {
  #business.detail .btn_area.margin {
    gap: 0 8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #business.detail .btn_area.margin {
    margin: 16rem 0;
  }
}
#business.detail .btn_area.margin .btn {
  margin: 0;
}

#works header nav.pc_menu ul li:nth-of-type(3) a::after {
  opacity: 1;
}
#works header nav.sp_menu ul.main_menu > li:nth-of-type(3) a {
  color: #F7931E;
}
#works footer .footer_nav ul.main_link > li:nth-of-type(2) > a {
  color: #005EB8;
}
#works section.works .tab_area {
  background-color: #E6E6E6;
  padding: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .tab_area {
    padding: 8rem 0;
  }
}
#works section.works .tab_area p {
  color: #005EB8;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .tab_area p {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #works section.works .tab_area p.title {
    margin-bottom: 6rem;
  }
}
#works section.works .tab_area ul li {
  font-weight: bold;
  text-align: center;
}
#works section.works .tab_area ul li.tab_group {
  color: #fff;
  font-size: 2rem;
  font-size: min(4.5vw, 2rem);
  background-color: #005EB8;
  padding: 1rem;
  cursor: pointer;
  transition: 0.5s;
}
#works section.works .tab_area ul li.tab_group.all {
  background-color: #009688;
}
#works section.works .tab_area ul li.tab_group:hover {
  opacity: 0.5;
}
#works section.works .tab_area ul li.tab_item_area {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .tab_area ul li.tab_item_area {
    flex-direction: row;
    gap: 0 1.5rem;
  }
}
#works section.works .tab_area ul li.tab_item {
  color: #005EB8;
  background-color: #fff;
}
#works section.works .tab_area .select_area01,
#works section.works .tab_area .select_area02 {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .tab_area .select_area01,
  #works section.works .tab_area .select_area02 {
    margin-top: 3rem;
  }
}
#works section.works .tab_area .select_area01 p,
#works section.works .tab_area .select_area02 p {
  font-size: 2rem;
}
#works section.works .tab_area .select_area01 ul,
#works section.works .tab_area .select_area02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#works section.works .tab_area .select_area01 ul li,
#works section.works .tab_area .select_area02 ul li {
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: 0.5s;
}
#works section.works .tab_area .select_area01 ul li:hover,
#works section.works .tab_area .select_area02 ul li:hover {
  opacity: 0.5;
}
#works section.works .tab_area .select_area01 ul li.tab_group, #works section.works .tab_area .select_area01 ul li.tab_item,
#works section.works .tab_area .select_area02 ul li.tab_group,
#works section.works .tab_area .select_area02 ul li.tab_item {
  width: calc((100% - 1.5rem) / 2);
  padding: 1rem;
}
@media print, screen and (min-width: 768px) {
  #works section.works .tab_area .select_area01 ul li.tab_group, #works section.works .tab_area .select_area01 ul li.tab_item,
  #works section.works .tab_area .select_area02 ul li.tab_group,
  #works section.works .tab_area .select_area02 ul li.tab_item {
    width: calc((100% - 4.5rem) / 4);
  }
}
@media print, screen and (min-width: 1024px) {
  #works section.works .tab_area .select_area01 {
    width: calc((100% - 3rem) / 3);
  }
}
@media print, screen and (min-width: 1024px) {
  #works section.works .tab_area .select_area01 ul {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 1024px) {
  #works section.works .tab_area .select_area01 ul li.tab_group {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  #works section.works .tab_area .select_area02 {
    width: calc((100% - 3rem) / 3 * 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #works section.works .tab_area .select_area02 ul li.tab_item {
    width: calc((100% - 1.5rem) / 2);
    height: 56px;
  }
}
#works section.works .tab_area .select_area02 ul li.over_np {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .tab_area .select_area02 ul li.over_np {
    display: block;
  }
}
#works section.works .works_list_field {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .works_list_field {
    margin-top: 8rem;
  }
}
#works section.works .works_list_field h3 {
  color: #fff;
  font-size: 4rem;
  font-size: min(6vw, 4rem);
  font-weight: bold;
  text-align: center;
  background-color: #005EB8;
}
#works section.works .works_list_field .works_list {
  padding: 4rem 0 0;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .works_list_field .works_list {
    padding: 8rem 0 0;
  }
}
#works section.works .works_list_field .works_list:nth-of-type(even) {
  position: relative;
}
#works section.works .works_list_field .works_list:nth-of-type(even)::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #E6E6E6;
  border-image-source: linear-gradient(#E6E6E6, #E6E6E6);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#works section.works .works_list_field .works_list h4 {
  color: #005EB8;
  font-size: 3.2rem;
  font-size: min(5vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#works section.works .works_list_field .works_list ul {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .works_list_field .works_list ul {
    margin-top: 8rem;
    border: none;
    max-height: none;
    overflow: auto;
  }
}
@media print, screen and (min-width: 1280px) {
  #works section.works .works_list_field .works_list ul {
    gap: 6rem 3rem;
  }
}
#works section.works .works_list_field .works_list ul::-webkit-scrollbar {
  width: 1rem;
}
#works section.works .works_list_field .works_list ul::-webkit-scrollbar-track {
  background: transparent;
}
#works section.works .works_list_field .works_list ul::-webkit-scrollbar-thumb {
  background-color: #005EB8;
  border-radius: 9999px;
}
#works section.works .works_list_field .works_list ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  #works section.works .works_list_field .works_list ul li {
    width: calc((100% - 2rem) / 2);
  }
}
@media print, screen and (min-width: 1280px) {
  #works section.works .works_list_field .works_list ul li {
    width: calc((100% - 6rem) / 3);
  }
}
#works section.works .works_list_field .works_list ul li figure {
  position: relative;
  cursor: pointer;
}
#works section.works .works_list_field .works_list ul li figure::before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #333;
  background-image: url(../img/works/icon_glass.png);
  background-position: center;
  background-size: 70%;
  transition: 0.5s;
}
#works section.works .works_list_field .works_list ul li figure:hover::before {
  background-color: #005EB8;
}
#works section.works .works_list_field .works_list ul li figure img {
  height: 30rem;
  object-fit: cover;
}
@media print, screen and (min-width: 1280px) {
  #works section.works .works_list_field .works_list ul li figure img {
    height: 35rem;
  }
}
#works section.works .works_list_field .works_list ul li figure.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#works section.works .works_list_field .works_list ul li figure.flex .div_img {
  width: calc((100% - 1rem) / 2);
}
#works section.works .works_list_field .works_list ul li figure.flex .div_img.before, #works section.works .works_list_field .works_list ul li figure.flex .div_img.after {
  position: relative;
}
#works section.works .works_list_field .works_list ul li figure.flex .div_img.before::before, #works section.works .works_list_field .works_list ul li figure.flex .div_img.after::before {
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #fff;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
#works section.works .works_list_field .works_list ul li figure.flex .div_img.before::before {
  content: "施工前";
}
#works section.works .works_list_field .works_list ul li figure.flex .div_img.after::before {
  content: "施工後";
}
#works section.works .works_list_field .works_list ul li .caption {
  background-color: #fff;
  min-height: 6rem;
  display: grid;
  place-items: center;
}
#works section.works .works_list_field .works_list ul li .caption p {
  color: #333;
  font-weight: 300;
  text-align: center;
  padding: 0 1rem;
}
#works section.works .works_list_field .works_list:nth-of-type(even) .works_history h5 span {
  background-color: #E6E6E6;
}
#works section.works .works_list_field .works_list:nth-of-type(even).active::before {
  content: none;
}
#works section.works .works_list_field .works_list:nth-of-type(even).active .works_history h5 span {
  background-color: #fff;
}
#works section.works .works_list_field .works_list.repair, #works section.works .works_list_field .works_list.in-exterior {
  padding-bottom: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .works_list_field .works_list.repair, #works section.works .works_list_field .works_list.in-exterior {
    padding-bottom: 8rem;
  }
}
#works section.works .works_list_field .works_list.repair.active, #works section.works .works_list_field .works_list.in-exterior.active {
  padding-bottom: 0;
}
#works section.works .works_list_field .works_history {
  padding: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .works_list_field .works_history {
    padding: 8rem 0;
  }
}
#works section.works .works_list_field .works_history h5 {
  position: relative;
}
#works section.works .works_list_field .works_history h5::before {
  content: "";
  width: 100%;
  height: 0.8rem;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  #works section.works .works_list_field .works_history h5::before {
    height: 1.5rem;
  }
}
#works section.works .works_list_field .works_history h5 span {
  display: block;
  width: fit-content;
  margin: auto;
  margin: auto;
  font-size: 2.4rem;
  font-size: min(5vw, 2.4rem);
  font-weight: 500;
  background-color: #fff;
  padding: 0 1rem;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .works_list_field .works_history h5 span {
    padding: 0 2.5rem;
  }
}
#works section.works .works_list_field .works_history p {
  width: fit-content;
  margin: 2rem auto 0;
  color: #005EB8;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .works_list_field .works_history p {
    margin-top: 4rem;
  }
}
#works section.works .works_list_field .works_history dl {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  border: 0.2rem solid #005EB8;
  background-color: #fff;
  max-height: 80vh;
  overflow-y: scroll;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .works_list_field .works_history dl {
    margin-top: 4rem;
  }
}
#works section.works .works_list_field .works_history dl::-webkit-scrollbar {
  width: 1rem;
}
#works section.works .works_list_field .works_history dl::-webkit-scrollbar-track {
  background: #c9e5ff;
}
#works section.works .works_list_field .works_history dl::-webkit-scrollbar-thumb {
  background-color: #005EB8;
  border: 0.2rem solid #fff;
  border-radius: 9999px;
}
#works section.works .works_list_field .works_history dl dt {
  position: sticky;
  top: 0;
  left: 0;
  border-bottom: 0.2rem solid #005EB8;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .works_list_field .works_history dl dt {
    display: flex;
  }
}
#works section.works .works_list_field .works_history dl dt .year {
  font-weight: 500;
  text-align: center;
  background-color: #D6E5F4;
  padding: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .works_list_field .works_history dl dt .year {
    width: 16rem;
    border-right: 0.2rem solid #005EB8;
  }
}
#works section.works .works_list_field .works_history dl dt .title {
  font-weight: 500;
  text-align: center;
  padding: 1rem;
  background-color: #fff;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .works_list_field .works_history dl dt .title {
    width: calc(100% - 16rem);
    background-color: #D6E5F4;
  }
}
@media print, screen and (min-width: 1024px) {
  #works section.works .works_list_field .works_history dl dd .constructions {
    display: flex;
  }
  #works section.works .works_list_field .works_history dl dd .constructions:not(:first-of-type) {
    border-top: 0.2rem solid #005EB8;
  }
}
#works section.works .works_list_field .works_history dl dd .constructions .year {
  text-align: center;
  background-color: #D6E5F4;
  padding: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .works_list_field .works_history dl dd .constructions .year {
    width: 16rem;
    background-color: #fff;
    border-right: 0.2rem solid #005EB8;
    display: grid;
    place-items: center;
  }
}
#works section.works .works_list_field .works_history dl dd .constructions .title {
  padding: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .works_list_field .works_history dl dd .constructions .title {
    width: calc(100% - 16rem);
    padding: 4rem;
  }
}
#works section.works .works_list_field .works_history dl.only_constructions::before {
  content: none;
}
#works section.works .works_list_field .works_history dl.only_constructions dt .title {
  width: 100%;
  background-color: #D6E5F4;
}
#works section.works .works_list_field .works_history dl.only_constructions dd .constructions .title {
  width: fit-content;
  margin: auto;
}
#works section.works .btn_area {
  padding: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #works section.works .btn_area {
    padding: 8rem 0;
  }
}

#works .modal_block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: grid;
  place-items: center;
  display: none;
}
#works .modal_block.show {
  display: grid;
}
#works .modal_block .img_section {
  width: fit-content;
  max-width: 90%;
}
#works .modal_block .img_section #modal_img {
  width: fit-content;
  height: fit-content;
  max-height: calc(100vh - 20rem);
  margin: auto;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
#works .modal_block .img_section #modal_img::-webkit-scrollbar {
  width: 1rem;
}
#works .modal_block .img_section #modal_img::-webkit-scrollbar-track {
  background: transparent;
}
#works .modal_block .img_section #modal_img::-webkit-scrollbar-thumb {
  background-color: #005EB8;
  border: 0.2rem solid #fff;
  border-radius: 9999px;
}
#works .modal_block .img_section #modal_img img {
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  #works .modal_block .img_section #modal_img.flex {
    flex-direction: row;
    gap: 0 2rem;
  }
}
#works .modal_block .img_section #modal_img.before_after .img_wrapper {
  position: relative;
}
#works .modal_block .img_section #modal_img.before_after .img_wrapper::before, #works .modal_block .img_section #modal_img.before_after .img_wrapper::after {
  color: #333;
  background-color: #fff;
  padding: 0 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#works .modal_block .img_section #modal_img.before_after .img_wrapper:nth-of-type(1)::before {
  content: "施工前";
}
#works .modal_block .img_section #modal_img.before_after .img_wrapper:nth-of-type(2)::after {
  content: "施工後";
}
#works .modal_block .img_section #caption {
  width: fit-content;
  margin: 1rem auto 0;
  background-color: #fff;
  padding: 1rem 2rem;
  color: #333;
  text-align: center;
  pointer-events: none;
}
#works .modal_block .close_btn {
  width: 4rem;
  height: 4rem;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 1024px) {
  #works .modal_block .close_btn {
    bottom: auto;
    left: auto;
    top: 4rem;
    right: 4rem;
  }
}
#works .modal_block .close_btn span {
  display: block;
  width: 4rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: 50%;
}
#works .modal_block .close_btn span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
#works .modal_block .close_btn span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#news header nav.pc_menu ul li:nth-of-type(4) a::after {
  opacity: 1;
}
#news header nav.sp_menu ul.main_menu > li:nth-of-type(4) a {
  color: #F7931E;
}
#news footer .footer_nav ul.main_link > li:nth-of-type(3) > a {
  color: #005EB8;
}
#news .catch_field p.main_line {
  color: #333;
  font-size: min(6vw, 3.2rem);
}
@media print, screen and (min-width: 768px) {
  #news .catch_field p.main_line {
    font-size: min(3.5vw, 3.2rem);
  }
}
#news .catch_field p.title {
  color: #005EB8;
}
#news section.news {
  padding: 4rem 0;
  background-color: #F2F2F2;
}
@media print, screen and (min-width: 1024px) {
  #news section.news {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1280px) {
  #news section.news {
    padding: 12rem 0 16rem;
  }
}
#news section.news h2 {
  color: #005EB8;
  font-size: 4.8rem;
  font-size: min(8vw, 4.8rem);
  font-weight: bold;
  text-align: center;
}
#news section.news ul.tab_list {
  margin-top: 4rem;
  display: flex;
  border: 0.2rem solid #005EB8;
}
@media print, screen and (min-width: 768px) {
  #news section.news ul.tab_list {
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #news section.news ul.tab_list {
    margin-top: 16rem;
  }
}
#news section.news ul.tab_list li {
  width: 25%;
  align-self: stretch;
}
#news section.news ul.tab_list li:not(:last-of-type) {
  border-right: 0.2rem solid #005EB8;
}
#news section.news ul.tab_list li a {
  height: 100%;
  display: grid;
  place-items: center;
  color: #005EB8;
  font-size: 2.4rem;
  font-size: min(4.5vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 1rem 0;
}
#news section.news ul.tab_list li a:hover, #news section.news ul.tab_list li a.active {
  color: #fff;
  background-color: #005EB8;
}
#news section.news .tab_contents {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #news section.news .tab_contents {
    margin-top: 8rem;
  }
}
#news section.news .tab_contents ul {
  border-top: 0.1rem dashed #1A1A1A;
}
#news section.news .tab_contents ul li {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  border-bottom: 0.1rem dashed #1A1A1A;
}
@media print, screen and (min-width: 768px) {
  #news section.news .tab_contents ul li {
    padding: 4rem 2rem;
    flex-direction: row;
    gap: 0 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #news section.news .tab_contents ul li .img_area {
    width: 32rem;
  }
}
#news section.news .tab_contents ul li .img_area .image {
  width: 100%;
  aspect-ratio: 5/3;
  border: 0.1rem solid #ccc;
  overflow: hidden;
}
#news section.news .tab_contents ul li .img_area .image img {
  object-fit: cover;
}
#news section.news .tab_contents ul li .title_area {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  #news section.news .tab_contents ul li .title_area {
    width: calc(100% - 36rem);
  }
}
#news section.news .tab_contents ul li .title_area .day {
  color: #005EB8;
  font-size: 1.9rem;
}
#news section.news .tab_contents ul li .title_area .category {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  padding: 1rem;
  margin: 0 2rem;
}
#news section.news .tab_contents ul li .title_area .category.category-info {
  background-color: #ED1C24;
}
#news section.news .tab_contents ul li .title_area .category.category-works {
  background-color: #005EB8;
}
#news section.news .tab_contents ul li .title_area .category.category-update {
  background-color: #F7931E;
}
#news section.news .tab_contents ul li .title_area .title {
  margin-top: 1rem;
  width: 100%;
  color: #005EB8;
  font-size: 1.9rem;
}
@media print, screen and (min-width: 768px) {
  #news section.news .tab_contents ul li .title_area .title {
    margin-top: 2rem;
  }
}
#news section.news .tab_contents ul li .title_area .btn {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #news section.news .tab_contents ul li .title_area .btn {
    margin: 2rem 0 0 auto;
    align-self: flex-end;
  }
}
#news section.news .pagination {
  margin-top: 4rem;
}
#news section.news .pagination ul {
  display: flex;
  justify-content: center;
  gap: 0 2rem;
}
#news section.news .pagination ul li a {
  font-size: 2rem;
  font-weight: bold;
}
#news section.news .pagination ul li a:hover, #news section.news .pagination ul li a.pagination_on {
  color: #005EB8;
  border-bottom: 0.1rem solid #005EB8;
}

/* 新着情報詳細 */
#news section.news .news_detail {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 1024px) {
  #news section.news .news_detail {
    flex-direction: row;
    gap: 0 5%;
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #news section.news .news_detail {
    margin-top: 16rem;
  }
}
#news section.news .detail_area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 1024px) {
  #news section.news .detail_area {
    width: calc(95% - 30rem);
  }
}
#news section.news .detail_area .day {
  color: #005EB8;
  font-size: 2.1rem;
  margin: 0 2rem;
}
#news section.news .detail_area .category {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  padding: 1rem;
}
#news section.news .detail_area .category.category-info {
  background-color: #ED1C24;
}
#news section.news .detail_area .category.category-works {
  background-color: #005EB8;
}
#news section.news .detail_area .category.category-update {
  background-color: #F7931E;
}
#news section.news .detail_area .title {
  width: 100%;
  margin-top: 2rem;
  color: #005EB8;
  font-size: 2.8rem;
  font-size: min(6.5vw, 2.8rem);
  line-height: 1.5;
}
@media print, screen and (min-width: 1024px) {
  #news section.news .detail_area .title {
    margin-top: 2rem;
  }
}
#news section.news .detail_area .text {
  width: 100%;
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 1024px) {
  #news section.news .detail_area .text {
    margin-top: 4rem;
  }
}
#news section.news .detail_area .img_area {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #news section.news .detail_area .img_area {
    flex-direction: row;
    gap: 0 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #news section.news .detail_area .img_area {
    margin-top: 4rem;
  }
}
#news section.news .detail_area .img_area .image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 0.1rem solid #ccc;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #news section.news .detail_area .img_area .image {
    width: calc((100% - 8rem) / 3);
  }
}
#news section.news .detail_area .img_area .image::before {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #1A1A1A;
  background-image: url(../img/news/icon_glass.png);
  background-position: center;
  transition: 0.5s;
}
#news section.news .detail_area .img_area .image:hover::before {
  background-color: #005EB8;
}
#news section.news .detail_area .img_area .image img {
  height: 100%;
  object-fit: cover;
}
#news section.news .btn_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #news section.news .btn_area {
    width: 30rem;
    margin-top: 0;
  }
}

#news .modal_block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: grid;
  place-items: center;
  display: none;
  padding: 5vh 10vw;
}
#news .modal_block.show {
  display: grid;
}
#news .modal_block .img_section {
  width: fit-content;
  max-width: 80rem;
  height: fit-content;
  max-height: calc(100% - 15rem);
  margin: auto;
  overflow-y: scroll;
}
#news .modal_block .img_section::-webkit-scrollbar {
  width: 1rem;
}
#news .modal_block .img_section::-webkit-scrollbar-track {
  background: transparent;
}
#news .modal_block .img_section::-webkit-scrollbar-thumb {
  background-color: #005EB8;
  border: 0.2rem solid #fff;
  border-radius: 9999px;
}
#news .modal_block .img_section #modal_img {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #news .modal_block .img_section #modal_img {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4rem;
  }
}
#news .modal_block .img_section #modal_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#news .modal_block .close_btn {
  width: 4rem;
  height: 4rem;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 1024px) {
  #news .modal_block .close_btn {
    bottom: auto;
    left: auto;
    top: 4rem;
    right: 4rem;
  }
}
#news .modal_block .close_btn span {
  display: block;
  width: 4rem;
  height: 0.3rem;
  background-color: #fff;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: 50%;
}
#news .modal_block .close_btn span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
#news .modal_block .close_btn span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 新着情報詳細　ここまで */
#strength header nav.pc_menu ul li:nth-of-type(5) a::after {
  opacity: 1;
}
#strength header nav.sp_menu ul.main_menu > li:nth-of-type(5) a {
  color: #F7931E;
}
#strength footer .footer_nav ul.main_link > li:nth-of-type(4) > a {
  color: #005EB8;
}
#strength section.strength .catch_field {
  padding: 2.5rem 0;
  max-height: none;
}
#strength section.strength .catch_field .swiper_area .swiper-wrapper {
  transition-timing-function: linear;
}
#strength section.strength .catch_field .swiper_area .swiper-slide img {
  height: auto;
}
#strength section.strength .catch_field p {
  width: 95%;
  max-width: 1440px;
  margin: 2rem auto 0;
  font-size: 3.2rem;
  font-size: min(5vw, 3.2rem);
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  #strength section.strength .catch_field p {
    text-align: left;
  }
}
@media print, screen and (min-width: 1280px) {
  #strength section.strength .info_wrapper {
    position: relative;
  }
  #strength section.strength .info_wrapper::before {
    content: "";
    width: 57%;
    height: 60rem;
    background-image: url(../img/strength/strength_bg.webp);
    background-size: cover;
    background-position: right;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#strength section.strength .info_field {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 1024px) {
  #strength section.strength .info_field {
    margin-top: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  #strength section.strength .info_field .txt_area {
    width: 50%;
  }
}
#strength section.strength .info_field .txt_area.txt01 {
  order: 1;
}
@media print, screen and (min-width: 1024px) {
  #strength section.strength .info_field .txt_area.txt01 {
    order: 2;
    padding: 4rem 0 4rem 2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #strength section.strength .info_field .txt_area.txt01 {
    width: 40%;
    padding: 8rem 0 16rem 8rem;
  }
}
#strength section.strength .info_field .txt_area.txt02 {
  order: 3;
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #strength section.strength .info_field .txt_area.txt02 {
    margin-top: 0;
    padding: 4rem 2rem 4rem 0;
  }
}
@media print, screen and (min-width: 1280px) {
  #strength section.strength .info_field .txt_area.txt02 {
    width: 60%;
    max-width: 70rem;
    padding: 8rem 0 0 0;
  }
}
#strength section.strength .info_field .txt_area p.title {
  font-size: 3.2rem;
  font-size: min(6.5vw, 3.2rem);
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  #strength section.strength .info_field .txt_area p.title {
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  #strength section.strength .info_field .txt_area p.title {
    text-align: left;
  }
}
#strength section.strength .info_field .txt_area p.text {
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #strength section.strength .info_field .txt_area p.text {
    margin-top: 4rem;
  }
}
#strength section.strength .info_field .img_area {
  margin-top: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #strength section.strength .info_field .img_area {
    margin-top: 0;
    width: 50%;
  }
}
#strength section.strength .info_field .img_area.img01 {
  order: 2;
  width: 100vw;
  margin-left: -2.6%;
}
@media print, screen and (min-width: 1024px) {
  #strength section.strength .info_field .img_area.img01 {
    order: 1;
    width: 52.6%;
    margin-left: calc(50% - 50vw);
    align-self: stretch;
  }
}
@media print, screen and (min-width: 1280px) {
  #strength section.strength .info_field .img_area.img01 {
    border: 2px solid red;
    width: 62.6%;
    width: 60%;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
  }
}
#strength section.strength .info_field .img_area.img01 figure {
  height: 100%;
}
#strength section.strength .info_field .img_area.img01 figure img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}
#strength section.strength .info_field .img_area.img02 {
  order: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 1rem;
}
@media print, screen and (min-width: 1024px) {
  #strength section.strength .info_field .img_area.img02 {
    order: 3;
  }
}
@media print, screen and (min-width: 1280px) {
  #strength section.strength .info_field .img_area.img02 {
    width: 40%;
    justify-content: flex-end;
    position: relative;
    top: -8rem;
    padding-left: 8rem;
  }
}
#strength section.strength .info_field .img_area.img02 figure {
  width: calc((100% - 1rem) / 2);
  max-width: 35.5rem;
}
@media print, screen and (min-width: 768px) {
  #strength section.strength .info_field .img_area.img02 figure {
    width: calc((100% - 3rem) / 4);
  }
}
@media print, screen and (min-width: 1024px) {
  #strength section.strength .info_field .img_area.img02 figure {
    width: calc((100% - 1rem) / 2);
    max-width: 25rem;
  }
}
#strength section.reason {
  margin-top: 4rem;
  padding: 4rem 0;
  background-color: #F2F2F2;
}
@media print, screen and (min-width: 1024px) {
  #strength section.reason {
    margin-top: 8rem;
    padding: 8rem 0;
  }
}
#strength section.reason h3.section_title {
  color: #005EB8;
  font-size: 4.8rem;
  font-size: min(6vw, 4.8rem);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#strength section.reason p.section_desc {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #strength section.reason p.section_desc {
    font-size: min(1.75vw, 1.6rem);
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  #strength section.reason p.section_desc {
    margin-top: 8rem;
  }
}
#strength section.reason ul.reason_list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #strength section.reason ul.reason_list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media print, screen and (min-width: 1024px) {
  #strength section.reason ul.reason_list {
    margin-top: 8rem;
    gap: 8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #strength section.reason ul.reason_list {
    gap: 16rem 8rem;
  }
}
#strength section.reason ul.reason_list li {
  position: relative;
  padding: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  #strength section.reason ul.reason_list li {
    width: calc((100% - 2rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #strength section.reason ul.reason_list li {
    width: calc((100% - 8rem) / 2);
    padding-top: 10rem;
  }
}
#strength section.reason ul.reason_list li .list_inner {
  position: relative;
  background-color: #005EB8;
  padding: 2rem;
}
@media print, screen and (min-width: 768px) {
  #strength section.reason ul.reason_list li .list_inner {
    height: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  #strength section.reason ul.reason_list li .list_inner {
    padding: 4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #strength section.reason ul.reason_list li .list_inner {
    width: 80%;
  }
}
#strength section.reason ul.reason_list li .list_inner::before, #strength section.reason ul.reason_list li .list_inner::after {
  content: "";
  width: 10rem;
  height: 10rem;
  border: 1.6rem solid #80AEDB;
  position: absolute;
}
#strength section.reason ul.reason_list li .list_inner::before {
  top: -0.8rem;
  left: -0.8rem;
  border-right: none;
  border-bottom: none;
}
#strength section.reason ul.reason_list li .list_inner::after {
  bottom: -0.8rem;
  right: -0.8rem;
  border-top: none;
  border-left: none;
}
#strength section.reason ul.reason_list li .number {
  width: fit-content;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  border-bottom: 0.1rem solid #fff;
}
#strength section.reason ul.reason_list li .number span {
  display: block;
  font-size: 6.4rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}
#strength section.reason ul.reason_list li dl {
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #strength section.reason ul.reason_list li dl {
    margin-top: 4rem;
  }
}
#strength section.reason ul.reason_list li dl dt {
  color: #fff;
  font-size: 4.8rem;
  font-size: min(10vw, 4.8rem);
  font-weight: bold;
  line-height: 1;
}
#strength section.reason ul.reason_list li dl dd {
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #strength section.reason ul.reason_list li dl dd {
    margin-top: 4rem;
  }
}
#strength section.reason ul.reason_list li dl dd p {
  color: #fff;
}
#strength section.reason ul.reason_list li dl dd p.title {
  font-weight: bold;
  border-bottom: 0.2rem solid #fff;
  padding-bottom: 1rem;
}
#strength section.reason ul.reason_list li dl dd p.desc {
  margin-top: 1rem;
  font-size: 1.2rem;
}
#strength section.reason ul.reason_list li figure {
  position: absolute;
  top: 2rem;
  right: 8%;
  width: 45%;
  max-width: 16rem;
}
@media print, screen and (min-width: 1024px) {
  #strength section.reason ul.reason_list li figure {
    top: 0;
    right: 0;
    width: 60%;
    max-width: 35rem;
  }
}
#strength section.reason ul.reason_list li.full_width {
  width: 100%;
  display: flex;
}
@media print, screen and (min-width: 1024px) {
  #strength section.reason ul.reason_list li.full_width {
    padding-top: 0.8rem;
  }
}
#strength section.reason ul.reason_list li.full_width::before, #strength section.reason ul.reason_list li.full_width::after {
  content: "";
  width: 10rem;
  height: 10rem;
  border: 1.6rem solid #80AEDB;
  position: absolute;
  z-index: 10;
}
#strength section.reason ul.reason_list li.full_width::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
#strength section.reason ul.reason_list li.full_width::after {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
}
@media print, screen and (min-width: 1280px) {
  #strength section.reason ul.reason_list li.full_width::after {
    right: 9.3%;
  }
}
@media print, screen and (min-width: 768px) {
  #strength section.reason ul.reason_list li.full_width .list_inner {
    width: calc((100% - 2rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #strength section.reason ul.reason_list li.full_width .list_inner {
    width: calc((100% - 8rem) / 2);
  }
}
@media print, screen and (min-width: 1280px) {
  #strength section.reason ul.reason_list li.full_width .list_inner {
    width: calc((100% - 8rem) / 2 * 0.8);
  }
}
#strength section.reason ul.reason_list li.full_width .list_inner::before, #strength section.reason ul.reason_list li.full_width .list_inner::after {
  content: none;
}
#strength section.reason ul.reason_list li.full_width dl dd .btn_area {
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #strength section.reason ul.reason_list li.full_width dl dd .btn_area .btn {
    margin: 4rem 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  #strength section.reason ul.reason_list li.full_width figure {
    position: static;
    max-width: none;
    width: calc((100% - 2rem) / 2 + 2rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #strength section.reason ul.reason_list li.full_width figure {
    width: calc((100% - 8rem) / 2 + 8rem);
  }
}
#strength section.reason ul.reason_list li.full_width figure video {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  #strength section.reason ul.reason_list li.full_width figure video {
    aspect-ratio: initial;
    height: 100%;
    border-radius: 0;
  }
}
#company header nav.pc_menu ul li:nth-of-type(6) a::after {
  opacity: 1;
}
#company header nav.sp_menu ul.main_menu > li:nth-of-type(6) > a {
  color: #F7931E;
}
#company footer .footer_nav ul.main_link > li:nth-of-type(5) > a {
  color: #005EB8;
}
#company section.greeting .greeting_area {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 1024px) {
  #company section.greeting .greeting_area {
    padding: 8rem 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8rem 0;
  }
}
#company section.greeting h2.section_title {
  order: 1;
}
@media print, screen and (min-width: 1024px) {
  #company section.greeting h2.section_title {
    width: 100%;
  }
}
#company section.greeting .txt_area {
  order: 3;
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #company section.greeting .txt_area {
    order: 2;
    margin: 0;
    width: 60%;
  }
}
#company section.greeting .txt_area p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  #company section.greeting .txt_area p {
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  #company section.greeting .txt_area p {
    text-align: left;
  }
}
#company section.greeting .txt_area p span {
  display: block;
  font-size: 2.1rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #company section.greeting .txt_area p span {
    margin-bottom: 2rem;
  }
}
#company section.greeting .txt_area p strong {
  margin: 1rem 0;
  display: block;
  font-size: 2.1rem;
  font-weight: normal;
}
@media print, screen and (min-width: 1024px) {
  #company section.greeting .txt_area p strong {
    margin: 4rem 0;
  }
}
#company section.greeting .txt_area p.ceo_name {
  margin-top: 1rem;
  font-family: "Yuji Syuku", serif;
  font-size: 2.4rem;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  #company section.greeting .txt_area p.ceo_name {
    margin-right: 3em;
  }
}
@media print, screen and (min-width: 1024px) {
  #company section.greeting .txt_area p.ceo_name {
    margin-top: 4rem;
  }
}
#company section.greeting .txt_area p.ceo_name span {
  display: inline-block;
  font-size: 1.8rem;
}
#company section.greeting .img_area {
  order: 2;
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #company section.greeting .img_area {
    order: 3;
    margin: 0;
    width: 37.5%;
  }
}
#company section.greeting .img_area figure {
  width: 100%;
  max-width: 65rem;
  margin: auto;
}
#company section.policy {
  padding: 8rem 0 4rem;
  background-image: url(../img/company/policy_bg.webp);
  background-size: cover;
  background-position: center bottom;
}
@media print, screen and (min-width: 1024px) {
  #company section.policy {
    padding: 16rem 0 8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #company section.policy {
    padding-top: 42.5rem;
  }
}
#company section.policy dl.policy_list {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #company section.policy dl.policy_list {
    margin-top: 8rem;
  }
}
#company section.policy dl.policy_list dt {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
}
#company section.policy dl.policy_list dt:not(:first-of-type) {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #company section.policy dl.policy_list dt:not(:first-of-type) {
    margin-top: 8rem;
  }
}
#company section.policy dl.policy_list dt span {
  display: block;
  color: #005EB8;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.2rem;
  font-size: min(7vw, 3.2rem);
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #company section.policy dl.policy_list dt span {
    display: inline-block;
    margin-right: 2rem;
  }
}
#company section.policy dl.policy_list dd {
  width: fit-content;
  margin: 1rem auto 0;
}
#company section.overview {
  padding: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #company section.overview {
    padding: 8rem 0;
  }
}
#company section.overview dl.overview_list {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
}
#company section.overview dl.overview_list dt {
  width: 100%;
  background-color: #D6E5F4;
  padding: 1rem;
}
@media screen and (min-width: 500px) {
  #company section.overview dl.overview_list dt {
    width: 15rem;
    text-align: center;
    background-color: transparent;
    border-bottom: 0.1rem solid #005EB8;
  }
}
@media print, screen and (min-width: 1024px) {
  #company section.overview dl.overview_list dt {
    width: 30rem;
    padding: 2.5rem 0;
  }
}
#company section.overview dl.overview_list dd {
  width: 100%;
  text-align: left;
  padding: 1rem;
}
@media screen and (min-width: 500px) {
  #company section.overview dl.overview_list dd {
    width: calc(100% - 15rem);
    border-bottom: 0.1rem solid #005EB8;
  }
}
@media print, screen and (min-width: 1024px) {
  #company section.overview dl.overview_list dd {
    width: calc(100% - 30rem);
    padding: 2.5rem 10rem 2.5rem 0;
  }
}
#company section.overview dl.overview_list dd span {
  display: inline-block;
}
#company section.overview dl.overview_list dd span:not(:last-of-type)::after {
  content: "、";
}
#company section.overview dl.overview_list dd ul {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
#company section.history {
  padding: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #company section.history {
    padding: 8rem 0;
  }
}
#company section.history dl.history_list {
  margin-top: 4rem;
  border: 0.1rem solid #005EB8;
}
@media print, screen and (min-width: 1024px) {
  #company section.history dl.history_list {
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #company section.history dl.history_list dt {
    display: flex;
    background-color: #D6E5F4;
  }
}
#company section.history dl.history_list dt .when {
  font-weight: 500;
  text-align: center;
  background-color: #D6E5F4;
  padding: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #company section.history dl.history_list dt .when {
    width: 16rem;
    border-right: 0.2rem solid #005EB8;
  }
}
#company section.history dl.history_list dt .event {
  font-weight: 500;
  text-align: center;
  padding: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #company section.history dl.history_list dt .event {
    width: calc(100% - 16rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #company section.history dl.history_list dd .history_detail {
    display: flex;
    flex-wrap: wrap;
    border-top: 0.2rem solid #005EB8;
  }
}
#company section.history dl.history_list dd .history_detail .when {
  text-align: center;
  background-color: #D6E5F4;
  padding: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #company section.history dl.history_list dd .history_detail .when {
    width: 16rem;
    background-color: #fff;
    border-right: 0.2rem solid #005EB8;
    display: grid;
    place-items: center;
  }
}
#company section.history dl.history_list dd .history_detail .event {
  padding: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #company section.history dl.history_list dd .history_detail .event {
    width: calc(100% - 16rem);
    padding: 4rem;
  }
}
#company section.branch {
  padding: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #company section.branch {
    padding: 8rem 0;
  }
}
#company section.branch ul.branch_list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #company section.branch ul.branch_list {
    margin-top: 8rem;
    gap: 8rem 0;
  }
}
@media print, screen and (min-width: 1280px) {
  #company section.branch ul.branch_list {
    gap: 15rem 0;
  }
}
#company section.branch ul.branch_list li {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #company section.branch ul.branch_list li {
    flex-direction: row;
    gap: 0 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #company section.branch ul.branch_list li {
    gap: 0 6rem;
  }
}
#company section.branch ul.branch_list li .info_area {
  order: 2;
}
@media print, screen and (min-width: 768px) {
  #company section.branch ul.branch_list li .info_area {
    order: 1;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 1rem 0;
    align-self: stretch;
    width: calc((100% - 2rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #company section.branch ul.branch_list li .info_area {
    width: calc((100% - 6rem) / 2);
  }
}
#company section.branch ul.branch_list li .info_area .txt {
  background-color: #E6E6E6;
  padding: 0.5rem 1rem;
}
@media print, screen and (min-width: 768px) {
  #company section.branch ul.branch_list li .info_area .txt {
    padding: 1rem 2rem;
  }
}
#company section.branch ul.branch_list li .info_area .txt address a {
  display: inline;
}
#company section.branch ul.branch_list li .info_area .map {
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  #company section.branch ul.branch_list li .info_area .map {
    margin-top: 0;
  }
}
#company section.branch ul.branch_list li .info_area .map figure iframe {
  aspect-ratio: 1/0.7;
  max-height: 36rem;
}
@media print, screen and (min-width: 768px) {
  #company section.branch ul.branch_list li .info_area .map figure iframe {
    aspect-ratio: none;
  }
}
#company section.branch ul.branch_list li .img_area {
  order: 1;
}
@media print, screen and (min-width: 768px) {
  #company section.branch ul.branch_list li .img_area {
    order: 2;
    width: calc((100% - 2rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #company section.branch ul.branch_list li .img_area {
    width: calc((100% - 6rem) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #company section.branch ul.branch_list li .img_area figure {
    height: 100%;
  }
}
#company section.branch ul.branch_list li .img_area figure img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#contact header nav.sp_menu ul.main_menu > li:nth-of-type(9) > a {
  color: #F7931E;
}
#contact footer .footer_nav ul.main_link > li:nth-of-type(8) > a {
  color: #005EB8;
}
#contact h2.contact_section_title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #005EB8;
  padding: 1rem 0;
}
#contact h2.contact_section_title.bg_orange {
  background-color: #F7931E;
}
@media print, screen and (min-width: 1024px) {
  #contact h2.contact_section_title {
    padding: 2rem 0;
  }
}
#contact section.contact {
  padding-top: 4rem;
  background-color: #F2F2F2;
}
@media print, screen and (min-width: 1024px) {
  #contact section.contact {
    padding-top: 8rem;
  }
}
#contact section.contact.complete {
  background-color: #fff;
}
#contact section.contact ul.tel_fax {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 1024px) {
  #contact section.contact ul.tel_fax {
    margin-top: 8rem;
  }
}
#contact section.contact ul.tel_fax li {
  width: 100%;
  max-width: 36rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contact section.contact ul.tel_fax li p.number {
  line-height: 1;
}
#contact section.contact ul.tel_fax li p.number.fax {
  pointer-events: none;
}
#contact section.contact ul.tel_fax li p.number a {
  color: #005EB8;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  font-style: italic;
  display: flex;
  align-items: center;
}
#contact section.contact ul.tel_fax li p.number a span {
  font-size: 2.4rem;
}
#contact section.contact ul.tel_fax li p.when {
  font-weight: 300;
}
#contact section.contact p.thanks_msg {
  width: fit-content;
  margin: 4rem auto 0;
}
@media print, screen and (min-width: 1024px) {
  #contact section.contact p.thanks_msg {
    margin-top: 8rem;
  }
}
#contact section.contact .cooperating_companies {
  margin: 4rem 0;
  border: 0.5rem solid #B2CFEA;
  padding: 1rem;
}
@media print, screen and (min-width: 768px) {
  #contact section.contact .cooperating_companies {
    margin: 8rem 0;
    border-width: 1rem;
    padding: 3rem 6rem;
  }
}
#contact section.contact .cooperating_companies h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #80AEDC;
  padding: 0.5rem 0;
}
#contact section.contact .cooperating_companies p {
  width: fit-content;
  margin: 3rem auto 0;
  color: #005EB8;
  font-size: 2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #contact section.contact .cooperating_companies p {
    text-align: center;
  }
}
#contact section.contact .cooperating_companies p small {
  display: block;
  margin: 1.5rem 0;
  color: #000;
  font-weight: normal;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #contact section.contact .cooperating_companies p small {
    margin-bottom: 3rem;
  }
}
#contact section.contact .cooperating_companies p small::before {
  content: "※";
}
#contact section.contact .btn_area {
  margin: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #contact section.contact .btn_area {
    margin: 8rem 0;
  }
}
#contact section.contact form .note_area {
  width: fit-content;
  margin: 4rem auto 0;
}
@media print, screen and (min-width: 1024px) {
  #contact section.contact form .note_area {
    margin-top: 8rem;
  }
}
#contact section.contact form .note_area p {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
#contact section.contact form .note_area p a {
  display: inline;
}
#contact section.contact form .note_area p a:hover {
  color: #005EB8;
  text-decoration: underline;
}
#contact section.contact form .input_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #contact section.contact form .input_area {
    margin-top: 8rem;
  }
}
#contact section.contact form .input_area dl {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  padding: 2rem;
}
#contact section.contact form .input_area dl:nth-of-type(odd) {
  background-color: #E6E6E6;
}
@media print, screen and (min-width: 768px) {
  #contact section.contact form .input_area dl {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #contact section.contact form .input_area dl {
    padding: 4rem;
  }
}
#contact section.contact form .input_area dl dt {
  font-size: 2rem;
}
#contact section.contact form .input_area dl dt.required::after {
  content: "必須";
  color: #fff;
  background-color: #C1272D;
  padding: 0 1rem;
  margin-left: 2rem;
}
@media print, screen and (min-width: 768px) {
  #contact section.contact form .input_area dl dt {
    width: 30rem;
    padding: 0.5rem 0;
  }
}
#contact section.contact form .input_area dl dd {
  width: 100%;
  border: 0.05rem solid #B3B3B3;
}
@media print, screen and (min-width: 768px) {
  #contact section.contact form .input_area dl dd {
    width: calc(100% - 32rem);
  }
}
#contact section.contact form .input_area dl dd input,
#contact section.contact form .input_area dl dd textarea {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  background-color: #fff;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: 0.5s;
}
#contact section.contact form .input_area dl dd input:hover,
#contact section.contact form .input_area dl dd textarea:hover {
  background-color: #e3f1ff;
}
#contact section.contact form .input_area dl dd.radio_list {
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
#contact section.contact form .input_area dl dd.radio_list label {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  cursor: pointer;
}
#contact section.contact form .input_area dl dd.radio_list label input {
  width: 1em;
  height: 1em;
  accent-color: #005EB8;
  position: relative;
  top: 0.1rem;
}
#contact section.contact form .input_area dl dd.border_none {
  border: none;
  margin-top: -1rem;
}
@media print, screen and (min-width: 768px) {
  #contact section.contact form .input_area dl dd.border_none {
    width: calc(100% - 32rem);
    margin: 0 0 0 auto;
  }
}
#contact section.contact form .input_area dl dd.border_none small {
  font-size: 1.6rem;
  font-weight: 300;
}
#contact section.contact form .input_area dl dd.confirm {
  padding: 0.5rem 1rem;
  background-color: #fff;
  font-size: 2rem;
}
#contact section.contact form .privacy_check {
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #contact section.contact form .privacy_check {
    margin-top: 4rem;
  }
}
#contact section.contact form .privacy_check p {
  width: fit-content;
  margin: auto;
  font-weight: 300;
}
#contact section.contact form .privacy_check label {
  width: 100%;
  max-width: 42rem;
  margin: 2rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  background-color: #fff;
  border: 0.05rem solid #B3B3B3;
  padding: 2rem 1rem;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #contact section.contact form .privacy_check label {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #contact section.contact form .privacy_check label {
    margin-top: 8rem;
  }
}
#contact section.contact form .privacy_check label input {
  width: 1.5em;
  height: 1.5em;
  accent-color: #005EB8;
  position: relative;
  top: 0.15rem;
}
#contact section.contact form .contact_btn {
  margin-top: 4rem;
  padding: 4rem 0;
  background-color: #fff;
  border-image-source: linear-gradient(#fff, #fff);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
  display: flex;
  justify-content: center;
  gap: 0 5%;
}
@media print, screen and (min-width: 768px) {
  #contact section.contact form .contact_btn {
    margin-top: 8rem;
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1280px) {
  #contact section.contact form .contact_btn {
    margin-top: 16rem;
    padding: 16rem 0;
    gap: 0 8rem;
  }
}
#contact section.contact form .contact_btn input {
  width: 47.5%;
  max-width: 35rem;
  border: 0.2rem solid #005EB8;
  padding: 1rem 0;
  font-size: 2rem;
  font-weight: bold;
}
#contact section.contact form .contact_btn input[name=reset] {
  color: #005EB8;
}
#contact section.contact form .contact_btn input[type=submit] {
  color: #fff;
  background-color: #005EB8;
}

#recruit header nav.sp_menu ul.main_menu > li:nth-of-type(7) > a {
  color: #F7931E;
}
#recruit header nav.sp_menu ul.main_menu > li.entry {
  display: none;
}
#recruit header nav.only_recruit {
  width: 7.5rem;
  border: 0.1rem solid #fff;
}
@media print, screen and (min-width: 1024px) {
  #recruit header nav.only_recruit {
    display: block;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 99999;
  }
  #recruit header nav.only_recruit li a {
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    font-style: italic;
    writing-mode: vertical-lr;
    line-height: 1;
    padding: 2rem;
    display: grid;
    place-items: center;
  }
  #recruit header nav.only_recruit li a.entry {
    background-color: #F7931E;
  }
  #recruit header nav.only_recruit li a.corporate {
    background-color: #005EB8;
  }
  #recruit header nav.only_recruit li a:hover {
    opacity: 0.5;
  }
}
#recruit header .overlay ul.only_recruit {
  display: block;
  position: fixed;
  top: 12rem;
  right: 0;
  z-index: 99999999;
  width: 5rem;
  border: 0.1rem solid #fff;
}
#recruit header .overlay ul.only_recruit li a {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  writing-mode: vertical-lr;
  line-height: 1;
  padding: 2rem 0;
  display: grid;
  place-items: center;
}
#recruit header .overlay ul.only_recruit li a.entry {
  background-color: #F7931E;
}
#recruit header .overlay ul.only_recruit li a.corporate {
  background-color: #005EB8;
}
#recruit footer .footer_contact {
  display: none;
}
#recruit h2.r-section_title {
  color: #F7931E;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#recruit h2.r-section_title.color_white {
  color: #fff;
}
#recruit h2.r-section_title span {
  font-family: "Segoe Script", sans-serif;
  font-size: 8.8rem;
  font-size: min(10vw, 8.8rem);
}
#recruit h2.r-section_title span.color_gray {
  color: #ccc;
}
#recruit section.r-top_fv {
  position: relative;
  width: 100%;
}
#recruit section.r-top_fv .swiper_area {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.25;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_fv .swiper_area {
    aspect-ratio: 1/0.75;
  }
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_fv .swiper_area {
    aspect-ratio: 192/92;
  }
}
#recruit section.r-top_fv .swiper_area::before, #recruit section.r-top_fv .swiper_area::after {
  content: "";
  width: 85%;
  max-width: 145rem;
  aspect-ratio: 1466/86;
  background-image: url(../img/recruit/fv_deco.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 100;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_fv .swiper_area::before, #recruit section.r-top_fv .swiper_area::after {
    width: 60%;
  }
}
@media print, screen and (min-width: 1280px) {
  #recruit section.r-top_fv .swiper_area::before, #recruit section.r-top_fv .swiper_area::after {
    width: 80%;
  }
}
#recruit section.r-top_fv .swiper_area::before {
  top: 8rem;
  left: 2rem;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_fv .swiper_area::before {
    top: 10rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #recruit section.r-top_fv .swiper_area::before {
    top: 12rem;
  }
}
#recruit section.r-top_fv .swiper_area::after {
  bottom: 2rem;
  right: 2rem;
}
@media print, screen and (min-width: 1280px) {
  #recruit section.r-top_fv .swiper_area::after {
    bottom: 4rem;
  }
}
#recruit section.r-top_fv .swiper_area .swiper {
  width: 100%;
  height: 100%;
}
#recruit section.r-top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recruit section.r-top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide:nth-of-type(1) img {
  object-position: 55% center;
}
#recruit section.r-top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide-active img, #recruit section.r-top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide-duplicate-active img, #recruit section.r-top_fv .swiper_area .swiper .swiper-wrapper .swiper-slide-prev img {
  height: 100%;
  object-fit: cover;
  animation: fv-zoom 8s linear 0s normal both;
}
#recruit section.r-top_fv .r-fv_catch {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem 0;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_fv .r-fv_catch {
    gap: 2rem 0;
  }
}
#recruit section.r-top_fv .r-fv_catch figure {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translateX(-100vw);
  animation: slide 1s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_fv .r-fv_catch figure {
    padding: 2rem;
  }
}
#recruit section.r-top_fv .r-fv_catch figure img {
  width: 100%;
  height: 6vw;
  min-height: 2rem;
  max-height: 6rem;
  opacity: 0;
  animation: fade 0.5s forwards;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_fv .r-fv_catch figure img {
    height: 4vw;
  }
}
#recruit section.r-top_fv .r-fv_catch figure:nth-of-type(1) {
  animation-delay: 1s;
}
#recruit section.r-top_fv .r-fv_catch figure:nth-of-type(1) img {
  animation-delay: 2s;
}
#recruit section.r-top_fv .r-fv_catch figure:nth-of-type(2) {
  animation-delay: 2.5s;
}
#recruit section.r-top_fv .r-fv_catch figure:nth-of-type(2) img {
  animation-delay: 3.5s;
}
#recruit section.r-top_fv .r-fv_catch figure:nth-of-type(3) {
  animation-delay: 4s;
}
#recruit section.r-top_fv .r-fv_catch figure:nth-of-type(3) img {
  animation-delay: 5s;
}
#recruit section.r-top_fv .latest_news {
  padding: 1rem 0;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_fv .latest_news {
    padding: 2rem 0;
  }
}
#recruit section.r-top_fv .latest_news .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_fv .latest_news .inner {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
#recruit section.r-top_fv .latest_news .nowrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
}
#recruit section.r-top_fv .latest_news h2.r-section_title {
  line-height: 0.85;
}
#recruit section.r-top_fv .latest_news h2.r-section_title span {
  font-size: 3.2rem;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_fv .latest_news h2.r-section_title span {
    font-size: min(4.7vw, 8.8rem);
  }
}
#recruit section.r-top_fv .latest_news .headline a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_fv .latest_news .headline a {
    flex-wrap: nowrap;
  }
}
#recruit section.r-top_fv .latest_news .headline a:hover {
  opacity: 0.5;
}
#recruit section.r-top_fv .latest_news .headline .day {
  font-size: 1.4rem;
  font-weight: bold;
}
#recruit section.r-top_fv .latest_news .headline .category {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  margin: 0 2rem;
}
#recruit section.r-top_fv .latest_news .headline .category.c-info {
  background-color: #ED1C24;
}
#recruit section.r-top_fv .latest_news .headline .category.c-works {
  background-color: #005EB8;
}
#recruit section.r-top_fv .latest_news .headline .title {
  width: fit-content;
}
#recruit section.r-top_fv .latest_news .btn_area {
  margin-top: 1rem;
  transform: scale(0.75);
  transform-origin: top;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_fv .latest_news .btn_area {
    margin: 0;
    width: fit-content;
    transform-origin: center right;
    transform: scale(0.9);
  }
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_fv .latest_news .btn_area {
    margin-right: 8%;
  }
}
#recruit section.r-top_fv .latest_news .btn_area .btn {
  width: 30rem;
}
#recruit section.r-top_company {
  background-color: #F7931E;
  padding: 4rem 0;
}
@media screen and (min-width: 500px) {
  #recruit section.r-top_company {
    padding-top: 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_company {
    padding: 8rem 0;
  }
}
#recruit section.r-top_company .inner {
  background-color: #fff;
  padding: 0 1rem 2rem;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_company .inner {
    position: relative;
    padding: 12rem 2rem 8rem 0;
    border-image-source: linear-gradient(#fff, #fff);
    border-image-slice: 0 fill;
    border-image-outset: 0 0 0 100vw;
  }
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_company .inner {
    padding-right: 4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #recruit section.r-top_company .inner {
    padding-right: 8rem;
  }
}
#recruit section.r-top_company h2.r-section_title {
  transform: translateY(-40%);
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_company h2.r-section_title {
    position: absolute;
    top: 0;
    right: 4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #recruit section.r-top_company h2.r-section_title {
    right: 8rem;
  }
}
#recruit section.r-top_company .info_area {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_company .info_area {
    flex-direction: row;
    justify-content: center;
    gap: 0 4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #recruit section.r-top_company .info_area {
    gap: 0 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_company .txt_area {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 1280px) {
  #recruit section.r-top_company .txt_area {
    width: calc((100% - 8rem) / 2);
  }
}
#recruit section.r-top_company .txt_area > strong {
  display: block;
  font-size: 2.4rem;
  font-size: min(6vw, 2.4rem);
  font-weight: 500;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_company .txt_area > strong {
    text-align: left;
  }
}
#recruit section.r-top_company .txt_area > p {
  width: fit-content;
  margin: 2rem auto 0;
  font-weight: 300;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_company .txt_area > p {
    margin-left: 0;
  }
}
#recruit section.r-top_company .txt_area .btn_more_area {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_company .txt_area .btn_more_area {
    display: block;
    margin-top: 4rem;
  }
  #recruit section.r-top_company .txt_area .btn_more_area p {
    text-align: left;
  }
  #recruit section.r-top_company .txt_area .btn_more_area .btn_more {
    margin-left: 0;
  }
}
#recruit section.r-top_company .pickup_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_company .pickup_area {
    margin: 0;
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 1280px) {
  #recruit section.r-top_company .pickup_area {
    width: calc((100% - 8rem) / 2);
  }
}
#recruit section.r-top_company .pickup_area ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_company .pickup_area ul {
    flex-direction: row;
    align-items: flex-start;
    gap: 0 2rem;
  }
}
#recruit section.r-top_company .pickup_area ul li {
  width: 100%;
  max-width: 40rem;
}
#recruit section.r-top_company .pickup_area ul li a {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
#recruit section.r-top_company .pickup_area ul li a figure {
  overflow: hidden;
}
#recruit section.r-top_company .pickup_area ul li a figure img {
  transition: 0.5s;
}
#recruit section.r-top_company .pickup_area ul li a span {
  display: block;
  width: fit-content;
  margin: auto;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  background-color: #F7931E;
  padding: 0.5rem 2rem;
  border-radius: 9999px;
}
#recruit section.r-top_company .pickup_area ul li a dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 0.1rem solid #000;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_company .pickup_area ul li a dl dt {
    text-align: left;
  }
}
#recruit section.r-top_company .pickup_area ul li a dl dd {
  margin-top: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_company .pickup_area ul li a dl dd {
    text-align: left;
  }
}
#recruit section.r-top_company .pickup_area ul li a:hover figure img {
  transform: scale(1.1);
}
#recruit section.r-top_company .pickup_area .btn_more_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_company .pickup_area .btn_more_area {
    display: none;
  }
}
#recruit section.r-top_requirement h2.r-section_title {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
#recruit section.r-top_requirement p.note {
  margin-top: 4rem;
  text-align: center;
}
#recruit section.r-top_requirement .btn_more_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_requirement .btn_more_area {
    margin-top: 8rem;
  }
}
#recruit section.r-top_requirement .anchor_area {
  padding: 4rem 0;
  background-color: #F7931E;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_requirement .anchor_area {
    padding: 8rem 0;
  }
}
#recruit section.r-top_requirement .anchor_area .inner {
  background-color: #fff;
  padding: 2rem 1rem;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_requirement .anchor_area .inner {
    padding: 8rem;
    border-image-source: linear-gradient(#fff, #fff);
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw 0 0;
  }
}
#recruit section.r-top_requirement .anchor_area ul li + li {
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_requirement .anchor_area ul li + li {
    margin-top: 6rem;
  }
}
#recruit section.r-top_requirement .anchor_area ul li a {
  position: relative;
  background-size: cover;
  background-position: 60%;
  padding: 2rem 0;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_requirement .anchor_area ul li a {
    padding: 4rem 0;
  }
}
#recruit section.r-top_requirement .anchor_area ul li a:hover {
  opacity: 0.7;
}
#recruit section.r-top_requirement .anchor_area ul li a p {
  text-align: center;
  line-height: 1;
}
#recruit section.r-top_requirement .anchor_area ul li a p.catch {
  color: #fff;
  font-size: 3.2rem;
  font-size: min(6vw, 3.2rem);
  font-weight: 900;
}
#recruit section.r-top_requirement .anchor_area ul li a p.bg_black {
  width: 60%;
  max-width: 33rem;
  margin: 1rem auto 0;
  color: #F7931E;
  font-size: 2.4rem;
  font-size: min(4.5vw, 2.4rem);
  background-color: #000;
  padding: 1rem 0;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_requirement .anchor_area ul li a p.bg_black {
    margin-top: 2rem;
  }
}
#recruit section.r-top_requirement .anchor_area ul li a p.title {
  margin-top: 1rem;
  color: #fff;
  font-size: 7.2rem;
  font-size: min(8vw, 7.2rem);
  font-weight: 900;
  opacity: 0.8;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_requirement .anchor_area ul li a p.title {
    margin-top: 2rem;
  }
}
#recruit section.r-top_requirement .anchor_area ul li:nth-of-type(1) a {
  background-image: url(../img/recruit/requirement_bg02.webp);
}
#recruit section.r-top_works {
  position: relative;
  padding: 4rem 0;
}
#recruit section.r-top_works::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-top_works {
    padding: 8rem 0;
  }
}
#recruit section.r-top_works .inner {
  display: flex;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_works .inner {
    flex-direction: column;
  }
}
#recruit section.r-top_works .upper {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_works .upper {
    margin-top: 0;
    display: flex;
    gap: 0 2rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1280px) {
  #recruit section.r-top_works .upper {
    gap: 0 4rem;
  }
}
#recruit section.r-top_works .upper figure.sp_none {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_works .upper figure.sp_none {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_works .upper figure.img01 {
    width: 55%;
    margin-left: calc(50% - 50vw);
    flex: 1;
  }
  #recruit section.r-top_works .upper figure.img02-03 {
    width: 45%;
    display: flex;
    align-items: center;
    gap: 0 2rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1280px) {
  #recruit section.r-top_works .upper figure.img02-03 {
    gap: 0 4rem;
    margin-top: -5%;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_works .lower {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 2rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #recruit section.r-top_works .lower {
    margin-top: -3.5%;
  }
}
@media print, screen and (min-width: 1480px) {
  #recruit section.r-top_works .lower {
    margin-top: -6%;
  }
}
#recruit section.r-top_works .lower figure.sp_none {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_works .lower figure.sp_none {
    display: block;
  }
}
#recruit section.r-top_works .lower figure.img04 {
  display: none;
}
@media print, screen and (min-width: 1280px) {
  #recruit section.r-top_works .lower figure.img04 {
    display: block;
  }
}
#recruit section.r-top_works .lower figure.img05 {
  width: 60%;
  max-width: 75rem;
}
@media print, screen and (min-width: 768px) {
  #recruit section.r-top_works .lower .title_and_btn {
    width: fit-content;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1280px) {
  #recruit section.r-top_works .lower .title_and_btn {
    margin: 0 auto;
  }
}
#recruit section.r-top_works .lower .title_and_btn .btn_more_area {
  margin-top: 4rem;
}
#recruit section.r-entry {
  padding: 4rem 0;
  background-color: #005EB8;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-entry {
    padding: 8rem 0 12rem;
  }
}
#recruit section.r-entry .entry_link a {
  background-image: url(../img/recruit/entry_img.webp);
  background-size: cover;
  padding: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #recruit section.r-entry .entry_link a {
    padding: 10rem 0;
  }
}
#recruit section.r-entry .entry_link a:hover {
  opacity: 0.7;
}

#recruit.entry header nav.sp_menu ul.main_menu > li:nth-of-type(9) > a {
  color: #fff;
}
#recruit.entry header nav.sp_menu ul.main_menu > li:nth-of-type(8) > a {
  color: #F7931E;
}
#recruit.entry footer .footer_nav ul.main_link > li:nth-of-type(8) > a {
  color: #333;
}
#recruit.entry h2.contact_section_title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #005EB8;
  padding: 1rem 0;
}
#recruit.entry h2.contact_section_title.bg_orange {
  background-color: #F7931E;
}
@media print, screen and (min-width: 1024px) {
  #recruit.entry h2.contact_section_title {
    padding: 2rem 0;
  }
}
#recruit.entry section.contact {
  padding-top: 4rem;
  background-color: #F2F2F2;
}
@media print, screen and (min-width: 1024px) {
  #recruit.entry section.contact {
    padding-top: 8rem;
  }
}
#recruit.entry section.contact.complete {
  background-color: #fff;
}
#recruit.entry section.contact ul.tel_fax {
  margin: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 1024px) {
  #recruit.entry section.contact ul.tel_fax {
    margin: 8rem 0;
  }
}
#recruit.entry section.contact ul.tel_fax li {
  width: 100%;
  max-width: 36rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#recruit.entry section.contact ul.tel_fax li p.number {
  line-height: 1;
}
#recruit.entry section.contact ul.tel_fax li p.number.fax {
  pointer-events: none;
}
#recruit.entry section.contact ul.tel_fax li p.number a {
  color: #005EB8;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  font-style: italic;
  display: flex;
  align-items: center;
}
#recruit.entry section.contact ul.tel_fax li p.number a span {
  font-size: 2.4rem;
}
#recruit.entry section.contact ul.tel_fax li p.when {
  font-weight: 300;
}
#recruit.entry section.contact p.thanks_msg {
  width: fit-content;
  margin: 4rem auto 0;
}
@media print, screen and (min-width: 1024px) {
  #recruit.entry section.contact p.thanks_msg {
    margin-top: 8rem;
  }
}
#recruit.entry section.contact .btn_area {
  margin: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #recruit.entry section.contact .btn_area {
    margin: 8rem 0;
  }
}
#recruit.entry section.contact form .note_area {
  width: fit-content;
  margin: 4rem auto 0;
}
@media print, screen and (min-width: 1024px) {
  #recruit.entry section.contact form .note_area {
    margin-top: 8rem;
  }
}
#recruit.entry section.contact form .note_area p {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
#recruit.entry section.contact form .note_area p a {
  display: inline;
}
#recruit.entry section.contact form .note_area p a:hover {
  color: #005EB8;
  text-decoration: underline;
}
#recruit.entry section.contact form .input_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #recruit.entry section.contact form .input_area {
    margin-top: 8rem;
  }
}
#recruit.entry section.contact form .input_area dl {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  padding: 2rem;
}
#recruit.entry section.contact form .input_area dl:nth-of-type(odd) {
  background-color: #E6E6E6;
}
@media print, screen and (min-width: 768px) {
  #recruit.entry section.contact form .input_area dl {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #recruit.entry section.contact form .input_area dl {
    padding: 4rem;
  }
}
#recruit.entry section.contact form .input_area dl dt {
  font-size: 2rem;
}
#recruit.entry section.contact form .input_area dl dt.required::after {
  content: "必須";
  color: #fff;
  background-color: #C1272D;
  padding: 0 1rem;
  margin-left: 2rem;
}
@media print, screen and (min-width: 768px) {
  #recruit.entry section.contact form .input_area dl dt {
    width: 25rem;
  }
}
#recruit.entry section.contact form .input_area dl dd {
  width: 100%;
  border: 0.05rem solid #B3B3B3;
}
@media print, screen and (min-width: 768px) {
  #recruit.entry section.contact form .input_area dl dd {
    width: calc(100% - 27rem);
  }
}
#recruit.entry section.contact form .input_area dl dd input,
#recruit.entry section.contact form .input_area dl dd textarea {
  width: 100%;
  font-size: 2rem;
  background-color: #fff;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: 0.5s;
}
#recruit.entry section.contact form .input_area dl dd input:hover,
#recruit.entry section.contact form .input_area dl dd textarea:hover {
  background-color: #e3f1ff;
}
#recruit.entry section.contact form .input_area dl dd.radio_list {
  border: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
#recruit.entry section.contact form .input_area dl dd.radio_list label {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  cursor: pointer;
}
#recruit.entry section.contact form .input_area dl dd.radio_list label input {
  width: 1em;
  height: 1em;
  accent-color: #005EB8;
  position: relative;
  top: 0.1rem;
}
#recruit.entry section.contact form .input_area dl dd.border_none {
  border: none;
  margin-top: -1rem;
}
@media print, screen and (min-width: 768px) {
  #recruit.entry section.contact form .input_area dl dd.border_none {
    width: calc(100% - 27rem);
    margin: 0 0 0 auto;
  }
}
#recruit.entry section.contact form .input_area dl dd.border_none small {
  font-size: 1.6rem;
  font-weight: 300;
}
#recruit.entry section.contact form .input_area dl dd.confirm {
  padding: 0.5rem 1rem;
  background-color: #fff;
  font-size: 2rem;
}
#recruit.entry section.contact form .privacy_check {
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #recruit.entry section.contact form .privacy_check {
    margin-top: 4rem;
  }
}
#recruit.entry section.contact form .privacy_check p {
  width: fit-content;
  margin: auto;
  font-weight: 300;
}
#recruit.entry section.contact form .privacy_check label {
  width: 100%;
  max-width: 42rem;
  margin: 2rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  background-color: #fff;
  border: 0.05rem solid #B3B3B3;
  padding: 2rem 1rem;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  #recruit.entry section.contact form .privacy_check label {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #recruit.entry section.contact form .privacy_check label {
    margin-top: 8rem;
  }
}
#recruit.entry section.contact form .privacy_check label input {
  width: 1.5em;
  height: 1.5em;
  accent-color: #005EB8;
  position: relative;
  top: 0.15rem;
}
#recruit.entry section.contact form .contact_btn {
  margin-top: 4rem;
  padding: 4rem 0;
  background-color: #fff;
  border-image-source: linear-gradient(#fff, #fff);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
  display: flex;
  justify-content: center;
  gap: 0 5%;
}
@media print, screen and (min-width: 768px) {
  #recruit.entry section.contact form .contact_btn {
    margin-top: 8rem;
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1280px) {
  #recruit.entry section.contact form .contact_btn {
    margin-top: 16rem;
    padding: 16rem 0;
    gap: 0 8rem;
  }
}
#recruit.entry section.contact form .contact_btn input {
  width: 47.5%;
  max-width: 35rem;
  border: 0.2rem solid #005EB8;
  padding: 1rem 0;
  font-size: 2rem;
  font-weight: bold;
}
#recruit.entry section.contact form .contact_btn input[name=reset] {
  color: #005EB8;
}
#recruit.entry section.contact form .contact_btn input[type=submit] {
  color: #fff;
  background-color: #005EB8;
}

#privacy header nav.sp_menu ul.main_menu > li:nth-of-type(10) > a {
  color: #F7931E;
}
#privacy footer .footer_nav ul.main_link > li:nth-of-type(9) > a {
  color: #005EB8;
}
#privacy .catch_field p.title {
  color: #005EB8;
}
#privacy section.privacy {
  padding: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #privacy section.privacy {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1280px) {
  #privacy section.privacy {
    padding: 12rem 0 16rem;
  }
}
#privacy section.privacy h2 {
  color: #005EB8;
  font-size: 4.8rem;
  font-size: min(8vw, 4.8rem);
  font-weight: bold;
  text-align: center;
}
#privacy section.privacy dl.privacy_list {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #privacy section.privacy dl.privacy_list {
    margin-top: 8rem;
  }
}
#privacy section.privacy dl.privacy_list dt {
  color: #fff;
  font-size: 2.4rem;
  font-size: min(6vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  background-color: #005EB8;
  padding: 1rem 0;
}
#privacy section.privacy dl.privacy_list dt:not(:first-of-type) {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  #privacy section.privacy dl.privacy_list dt:not(:first-of-type) {
    margin-top: 8rem;
  }
}
#privacy section.privacy dl.privacy_list dd {
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #privacy section.privacy dl.privacy_list dd {
    margin-top: 4rem;
  }
}

#sitemap header nav.sp_menu ul.main_menu > li:nth-of-type(11) > a {
  color: #F7931E;
}
#sitemap footer .footer_nav ul.main_link > li:nth-of-type(10) > a {
  color: #005EB8;
}
#sitemap section.sitemap {
  padding: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #sitemap section.sitemap {
    padding: 8rem 0;
  }
}
#sitemap section.sitemap .link_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #sitemap section.sitemap .link_area {
    margin-top: 8rem;
  }
}
#sitemap section.sitemap .link_area ul.main_link {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 5%;
}
@media print, screen and (min-width: 1024px) {
  #sitemap section.sitemap .link_area ul.main_link {
    gap: 8rem 5%;
  }
}
#sitemap section.sitemap .link_area ul.main_link > li {
  width: 100%;
}
@media print, screen and (min-width: 420px) {
  #sitemap section.sitemap .link_area ul.main_link > li {
    width: 47.5%;
  }
}
@media print, screen and (min-width: 768px) {
  #sitemap section.sitemap .link_area ul.main_link > li {
    width: 30%;
  }
}
@media print, screen and (min-width: 1024px) {
  #sitemap section.sitemap .link_area ul.main_link > li {
    width: 21.25%;
  }
}
#sitemap section.sitemap .link_area ul.main_link > li > a {
  font-size: 2rem;
  border-bottom: 0.1rem solid #1A1A1A;
  padding: 0 1rem;
}
#sitemap section.sitemap .link_area ul.main_link > li > a::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #005EB8;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
  bottom: 0.2rem;
}
#sitemap section.sitemap .link_area ul.main_link > li > a:hover {
  opacity: 0.5;
}
#sitemap section.sitemap .link_area ul.main_link > li.external a figure {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3rem;
}
#sitemap section.sitemap .link_area ul.main_link > li.external a figure svg {
  fill: #000;
}
#sitemap section.sitemap .link_area ul.sub_link {
  margin-left: 2rem;
}
#sitemap section.sitemap .link_area ul.sub_link li a {
  font-size: 1.8rem;
  font-weight: 300;
}
#sitemap section.sitemap .link_area ul.sub_link li a::before {
  content: ">";
  margin-right: 1rem;
}
#sitemap section.sitemap .link_area ul.sub_link li a:hover {
  opacity: 0.5;
}
#sitemap section.sitemap .link_area ul.sub_link li.external a figure {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3rem;
}
#sitemap section.sitemap .link_area ul.sub_link li.external a figure svg {
  fill: #000;
}

#page404 section.page404_area {
  padding: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #page404 section.page404_area {
    padding: 8rem 0;
  }
}
#page404 section.page404_area h4 {
  color: #005EB8;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
#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 .btn_area {
    margin-top: 8rem;
    flex-direction: row;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  #page404 section.page404_area .btn_area .btn {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */