@charset "UTF-8";
/* https://unpkg.com/ress@5.0.2/dist/ress.min.css */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

@font-face {
  font-family: "HannariMincho";
  src: url("../fonts/HannariMincho-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-box: trim-both cap alphabetic;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

html {
  font-size: 56.5%;
  line-height: 1.5;
  overflow-x: hidden;
}
@media print, screen and (min-width: 1280px) {
  html {
    font-size: 62.5%;
  }
}

body:not(#page-Recruit) main {
  padding-top: 0 !important;
}

li {
  list-style: none;
}

a {
  display: block;
  width: 100%;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a *, a::before, a::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:hover {
  opacity: 0.5;
}

address {
  font-style: normal;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  line-height: inherit;
}

img,
iframe {
  display: block;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

@media print, screen and (min-width: 480px) {
  br.under480 {
    display: none;
  }
}
br.over480 {
  display: none;
}
@media print, screen and (min-width: 480px) {
  br.over480 {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  br.under768 {
    display: none;
  }
}
br.over768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.over768 {
    display: block;
  }
}
br.over1024 {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  br.over1024 {
    display: block;
  }
}
br.over1280 {
  display: none;
}
@media print, screen and (min-width: 1280px) {
  br.over1280 {
    display: block;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
}

.inner {
  width: 90%;
  margin: auto;
}
.inner.max1250 {
  max-width: 1250px;
}
.inner.max1400 {
  max-width: 1400px;
}

section.page_top {
  position: relative;
  width: 100%;
  height: 25rem;
  background: cover no-repeat;
}
@media print, screen and (min-width: 768px) {
  section.page_top {
    height: 40rem;
  }
}
section.page_top header.page_title {
  position: absolute;
  left: 0;
  bottom: 6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  section.page_top header.page_title {
    bottom: 12rem;
  }
}
section.page_top header.page_title h1,
section.page_top header.page_title span {
  color: #fff;
  font-weight: bold;
}
section.page_top header.page_title h1 {
  font-size: 4rem;
}
section.page_top header.page_title span {
  font-size: 1.8rem;
}
section.page_top.engineering {
  background-image: url(../img/civil-engineering/page_top.webp);
  background-position: center;
}
section.page_top.renovation {
  background-image: url(../img/construction/page_top.webp);
  background-position: center;
}
section.page_top.company {
  background-image: url(../img/company/page_top.webp);
  background-position: center;
}
section.page_top.news {
  background-image: url(../img/news/page_top.webp);
  background-position: center;
}
section.page_top.contact {
  background-image: url(../img/contact/page_top.webp);
  background-position: center;
}
section.page_top.privacy {
  background-image: url(../img/privacy/page_top.webp);
  background-position: center;
}
section.page_top.sitemap {
  background-image: url(../img/sitemap/page_top.webp);
  background-position: center;
}
section.page_top.page404 {
  background-image: url(../img/sitemap/page_top.webp);
  background-position: center;
}

header.page_section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 0;
}
header.page_section_title h2 {
  color: #1a1a1a;
  font-size: clamp(2.4rem, 3vw, 4.2rem);
  text-align: center;
}
header.page_section_title span {
  color: #0079c2;
  font-size: 1.8rem;
}
header.page_section_title span::before {
  content: "・";
  color: #d4000f;
  margin-right: 0.25em;
}

#header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 99999;
  width: 100%;
  max-width: 1920px;
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.95);
}
@media print, screen and (min-width: 1024px) {
  #header {
    height: min(6vw, 10rem);
  }
}
#header .inner {
  width: 95%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .logo img {
  width: auto;
  max-width: none;
  height: 4.5rem;
}
@media print, screen and (min-width: 1024px) {
  #header .logo img {
    height: min(4vw, 6rem);
  }
}
#header nav.header_nav {
  margin-left: auto;
}
@media print, screen and (min-width: 1024px) {
  #header nav.header_nav {
    height: 100%;
  }
}
#header nav.header_nav ul.pc_menu {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  #header nav.header_nav ul.pc_menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header nav.header_nav ul.pc_menu li {
  height: 100%;
  display: grid;
  place-items: center;
}
#header nav.header_nav ul.pc_menu li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.3rem;
  padding: 0 min(1vw, 2rem);
  font-size: min(1.25vw, 1.8rem);
}
@media print, screen and (min-width: 1280px) {
  #header nav.header_nav ul.pc_menu li a {
    font-weight: bold;
  }
}
#header nav.header_nav ul.pc_menu li a:hover {
  opacity: 1;
}
#header nav.header_nav ul.pc_menu li a::before {
  content: "";
  -webkit-mask: center/contain no-repeat;
          mask: center/contain no-repeat;
  background-color: #1a1a1a;
}
#header nav.header_nav ul.pc_menu li a.nav_engineering {
  width: min(15vw, 23.5rem);
  color: #fff;
  background-color: #004f77;
  border: 0.1rem solid #004f77;
  padding: 0;
}
#header nav.header_nav ul.pc_menu li a.nav_engineering::before {
  width: 2.8rem;
  aspect-ratio: 28/21;
  -webkit-mask-image: url(../img/icon_excavator.svg);
          mask-image: url(../img/icon_excavator.svg);
  background-color: #fff;
}
#header nav.header_nav ul.pc_menu li a.nav_engineering:hover {
  color: #004f77;
  background-color: #fff;
}
#header nav.header_nav ul.pc_menu li a.nav_engineering:hover::before {
  background-color: #004f77;
}
#header nav.header_nav ul.pc_menu li a.nav_renovation {
  width: min(15vw, 23.5rem);
  color: #fff;
  background-color: #841528;
  border: 0.1rem solid #841528;
  padding: 0;
  margin-right: min(1vw, 2rem);
}
#header nav.header_nav ul.pc_menu li a.nav_renovation::before {
  width: 2rem;
  aspect-ratio: 20/23;
  -webkit-mask-image: url(../img/icon_roller.svg);
          mask-image: url(../img/icon_roller.svg);
  background-color: #fff;
}
#header nav.header_nav ul.pc_menu li a.nav_renovation:hover {
  color: #841528;
  background-color: #fff;
}
#header nav.header_nav ul.pc_menu li a.nav_renovation:hover::before {
  background-color: #841528;
}
#header nav.header_nav ul.pc_menu li a.nav_company::before {
  width: 1.4rem;
  aspect-ratio: 14/22;
  -webkit-mask-image: url(../img/icon_company.svg);
          mask-image: url(../img/icon_company.svg);
}
#header nav.header_nav ul.pc_menu li a.nav_company:hover {
  color: #0079c2;
}
#header nav.header_nav ul.pc_menu li a.nav_company:hover::before {
  background-color: #0079c2;
}
#header nav.header_nav ul.pc_menu li a.nav_news::before {
  width: 2.2rem;
  aspect-ratio: 22/23;
  -webkit-mask-image: url(../img/icon_news.svg);
          mask-image: url(../img/icon_news.svg);
}
#header nav.header_nav ul.pc_menu li a.nav_news:hover {
  color: #0079c2;
}
#header nav.header_nav ul.pc_menu li a.nav_news:hover::before {
  background-color: #0079c2;
}
#header nav.header_nav ul.pc_menu li a.nav_recruit::before {
  width: 2.1rem;
  aspect-ratio: 21/21;
  -webkit-mask-image: url(../img/icon_recruit.svg);
          mask-image: url(../img/icon_recruit.svg);
}
#header nav.header_nav ul.pc_menu li a.nav_recruit:hover {
  color: #0079c2;
}
#header nav.header_nav ul.pc_menu li a.nav_recruit:hover::before {
  background-color: #0079c2;
}
@media print, screen and (min-width: 1024px) {
  #header nav.header_nav ul.pc_menu li a.nav_tel {
    pointer-events: none;
    cursor: default;
  }
}
@media print, screen and (min-width: 768px) {
  #header nav.header_nav ul.pc_menu li a.nav_tel {
    gap: 1rem;
    height: auto;
    color: #fff;
    background-color: #1a1a1a;
    border: 0.1rem solid #1a1a1a;
    border-radius: 9999px;
    padding: 0.7em min(2vw, 2rem);
    margin-left: min(1vw, 2rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1rem;
  }
}
#header nav.header_nav ul.pc_menu li a.nav_tel::before {
  width: 2.1rem;
  aspect-ratio: 38/57;
  -webkit-mask-image: url(../img/icon_tel.svg);
          mask-image: url(../img/icon_tel.svg);
  background-color: #fff;
}
#header nav.header_nav ul.pc_menu li a.nav_tel span {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #header nav.header_nav ul.pc_menu li a.nav_tel span {
    display: block;
    color: #fff;
    background-color: #000;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
#header nav.header_nav ul.pc_menu li a.nav_tel span small {
  display: block;
  color: inherit;
  font-size: 1rem;
}
#header nav.header_nav ul.sp_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  gap: 0 2.5rem;
}
@media print, screen and (min-width: 1024px) {
  #header nav.header_nav ul.sp_contact {
    display: none;
  }
}
#header nav.header_nav ul.sp_contact li a::before {
  content: "";
  display: block;
  -webkit-mask: center/contain no-repeat;
          mask: center/contain no-repeat;
  background-color: #0079c2;
}
@media print, screen and (min-width: 1024px) {
  #header nav.header_nav ul.sp_contact li a.tel {
    pointer-events: none;
    cursor: default;
  }
}
@media print, screen and (min-width: 768px) {
  #header nav.header_nav ul.sp_contact li a.tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1rem;
  }
}
#header nav.header_nav ul.sp_contact li a.tel::before {
  width: 2.5rem;
  aspect-ratio: 38/57;
  -webkit-mask-image: url(../img/icon_tel.svg);
          mask-image: url(../img/icon_tel.svg);
  background-color: #0079c2;
}
@media print, screen and (min-width: 1024px) {
  #header nav.header_nav ul.sp_contact li a.tel::before {
    background-color: #fff;
  }
}
#header nav.header_nav ul.sp_contact li a.tel span {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #header nav.header_nav ul.sp_contact li a.tel span {
    display: block;
    color: #0079c2;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
#header nav.header_nav ul.sp_contact li a.tel span small {
  display: block;
  color: inherit;
  font-size: 1.2rem;
}
#header nav.header_nav ul.sp_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  gap: 0 2.5rem;
}
@media print, screen and (min-width: 1024px) {
  #header nav.header_nav ul.sp_contact {
    display: none;
  }
}
#header nav.header_nav ul.sp_contact li a::before {
  content: "";
  display: block;
  -webkit-mask: center/contain no-repeat;
          mask: center/contain no-repeat;
  background-color: #0079c2;
}
@media print, screen and (min-width: 1024px) {
  #header nav.header_nav ul.sp_contact li a.tel {
    pointer-events: none;
    cursor: default;
  }
}
@media print, screen and (min-width: 768px) {
  #header nav.header_nav ul.sp_contact li a.tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1rem;
  }
}
#header nav.header_nav ul.sp_contact li a.tel::before {
  width: 2.5rem;
  aspect-ratio: 38/57;
  -webkit-mask-image: url(../img/icon_tel.svg);
          mask-image: url(../img/icon_tel.svg);
}
#header nav.header_nav ul.sp_contact li a.tel span {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #header nav.header_nav ul.sp_contact li a.tel span {
    display: block;
    color: #0079c2;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
#header nav.header_nav ul.sp_contact li a.tel span small {
  display: block;
  color: inherit;
  font-size: 1.2rem;
}
#header nav.header_nav ul.sp_contact li a.mail::before {
  width: 3rem;
  aspect-ratio: 20/15;
  -webkit-mask-image: url(../img/icon_mail.svg);
          mask-image: url(../img/icon_mail.svg);
}
#header button.menu_trigger {
  position: relative;
  width: 4rem;
  height: 100%;
  margin-left: 2.5rem;
}
@media print, screen and (min-width: 1024px) {
  #header button.menu_trigger {
    display: none;
  }
}
#header button.menu_trigger span {
  display: block;
  width: 4rem;
  height: 3px;
  background-color: #0079c2;
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
#header button.menu_trigger span:nth-of-type(1) {
  top: 50%;
}
#header button.menu_trigger span:nth-of-type(2) {
  top: calc(50% - 1rem);
}
#header button.menu_trigger span:nth-of-type(3) {
  top: calc(50% + 1rem);
}
#header button.menu_trigger[aria-expanded=true] span:nth-of-type(1) {
  opacity: 0;
}
#header button.menu_trigger[aria-expanded=true] span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#header button.menu_trigger[aria-expanded=true] span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#header .overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0079c2;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-y: scroll;
}
#header .overlay[aria-hidden=false] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#header nav.sp_menu {
  padding: clamp(4rem, 5vw, 8rem) 0;
}
#header nav.sp_menu ul.main_link {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem clamp(4rem, 5vw, 8rem);
}
@media print, screen and (min-width: 768px) {
  #header nav.sp_menu ul.main_link {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
#header nav.sp_menu ul.main_link > li > a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
#header nav.sp_menu ul.main_link > li > a::before {
  content: "";
  width: 2px;
  height: 1.2em;
  background-color: #fff;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  left: -1rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
#header nav.sp_menu ul.sub_link {
  margin-top: 1em;
}
#header nav.sp_menu ul.sub_link li {
  margin: 0.5em 0 0 1em;
}
#header nav.sp_menu ul.sub_link li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
#header nav.sp_menu ul.sub_link li a::before {
  content: ">";
}

section.footer_contact {
  padding: clamp(6rem, 8vw, 15rem) 0;
  background-color: #293c5e;
}
section.footer_contact * {
  color: #fff;
}
section.footer_contact h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 500;
  text-align: center;
}
section.footer_contact ul.contact_way {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 4vw, 4rem) 0;
}
@media print, screen and (min-width: 768px) {
  section.footer_contact ul.contact_way {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 min(3vw, 5rem);
  }
}
section.footer_contact ul.contact_way li {
  width: 100%;
  max-width: 41.5rem;
  border: 0.1rem solid #fff;
}
@media print, screen and (min-width: 768px) {
  section.footer_contact ul.contact_way li {
    width: calc((100% - min(3vw, 5rem)) / 2);
  }
}
section.footer_contact ul.contact_way li p {
  font-size: clamp(1.6rem, 1.6vw, 2rem);
  padding-top: 2rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  section.footer_contact ul.contact_way li p {
    padding-top: 2rem;
  }
}
section.footer_contact ul.contact_way li div a {
  height: clamp(8rem, 10vw, 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
section.footer_contact ul.contact_way li div a.mail {
  gap: 0 1em;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}
section.footer_contact ul.contact_way li div a.mail::after {
  content: "";
  width: 0.6em;
  aspect-ratio: 1/1;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 1024px) {
  section.footer_contact ul.contact_way li div a.tel {
    pointer-events: none;
    cursor: default;
  }
}
section.footer_contact ul.contact_way li div a.tel {
  gap: 0 0.5rem;
}
section.footer_contact ul.contact_way li div a.tel::before {
  content: "";
  width: min(8vw, 3.8rem);
  aspect-ratio: 38/57;
  -webkit-mask: url(../img/icon_tel.svg) center/contain no-repeat;
          mask: url(../img/icon_tel.svg) center/contain no-repeat;
  background-color: #fff;
}
section.footer_contact ul.contact_way li div a.tel span {
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
  padding-left: 5px;
}
section.footer_contact ul.contact_way li div a.tel span small {
  display: block;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  padding-top: 5px;
}

#footer .navigation .inner {
  max-width: 1600px;
  border-bottom: 0.1rem solid #736357;
  padding: clamp(6rem, 8vw, 15rem) 0 3rem;
}
@media print, screen and (min-width: 1280px) {
  #footer .navigation .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#footer .navigation .area_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media print, screen and (min-width: 1280px) {
  #footer .navigation .area_logo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#footer .navigation .area_logo p.logo {
  width: 22.5rem;
}
#footer .navigation .area_logo p.logo img {
  max-width: none;
}
#footer .navigation .area_logo address p {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
@media print, screen and (min-width: 1280px) {
  #footer .navigation .area_logo address p {
    font-size: min(1vw, 1.6rem);
  }
}
#footer .navigation .area_logo address p + p {
  margin-top: 1em;
}
#footer .navigation .area_logo address p span {
  font-weight: 500;
}
#footer .navigation .area_logo address p span a {
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
}
@media print, screen and (min-width: 768px) {
  #footer .navigation .area_logo address p span a {
    text-decoration: none;
  }
}
#footer .navigation .area_nav {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #footer .navigation .area_nav {
    display: block;
    margin-top: clamp(4rem, 5vw, 8rem);
  }
}
@media print, screen and (min-width: 1280px) {
  #footer .navigation .area_nav {
    margin-top: 0;
  }
}
#footer .navigation .area_nav nav.footer_nav ul.main_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 clamp(3rem, 4vw, 6rem);
}
#footer .navigation .area_nav nav.footer_nav ul.main_link > li > a {
  color: #333;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 1280px) {
  #footer .navigation .area_nav nav.footer_nav ul.main_link > li > a {
    font-size: min(1.1vw, 1.7rem);
  }
}
#footer .navigation .area_nav nav.footer_nav ul.main_link > li > a + a {
  margin-top: 1em;
}
#footer .navigation .area_nav nav.footer_nav ul.main_link > li > a:hover {
  opacity: 1;
  color: #0079c2;
}
#footer .navigation .area_nav nav.footer_nav ul.main_link > li > a.nav_contact {
  width: min(20vw, 20rem);
  color: #fff;
  text-align: center;
  background-color: #1a1a1a;
  border: 0.1rem solid #1a1a1a;
  padding: 1em 0;
  position: relative;
  top: -0.2em;
}
#footer .navigation .area_nav nav.footer_nav ul.main_link > li > a.nav_contact:hover {
  color: #1a1a1a;
  background-color: #fff;
}
#footer .navigation .area_nav nav.footer_nav ul.sub_link {
  margin-top: 2rem;
}
#footer .navigation .area_nav nav.footer_nav ul.sub_link li + li {
  margin-top: 1em;
}
#footer .navigation .area_nav nav.footer_nav ul.sub_link li a {
  color: #7a7a7a;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 1280px) {
  #footer .navigation .area_nav nav.footer_nav ul.sub_link li a {
    font-size: min(1vw, 1.5rem);
  }
}
#footer .navigation .area_nav nav.footer_nav ul.sub_link li a:hover {
  opacity: 1;
  color: #1a1a1a;
}
#footer .navigation .area_banner {
  margin-top: clamp(6rem, 7vw, 12rem);
}
@media print, screen and (min-width: 1280px) {
  #footer .navigation .area_banner {
    width: 100%;
  }
}
#footer .navigation .area_banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  #footer .navigation .area_banner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#footer .navigation .area_banner ul li {
  width: 100%;
  max-width: 58rem;
}
@media print, screen and (min-width: 768px) {
  #footer .navigation .area_banner ul li {
    width: calc((100% - clamp(2rem, 4vw, 4rem)) / 2);
  }
}
#footer .to_top {
  position: fixed;
  right: min(4vw, 2.5rem);
  bottom: min(4vw, 2.5rem);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20rem);
          transform: translateY(20rem);
  -webkit-transition: 1s;
  transition: 1s;
}
#footer .to_top.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#footer .to_top a {
  position: relative;
  width: 6rem;
  aspect-ratio: 1/1;
  border: 0.1rem solid #fff;
  background-color: #0079c2;
  border-radius: 50%;
}
#footer .to_top a::before {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-animation: float 1.5s infinite linear;
          animation: float 1.5s infinite linear;
  opacity: 0;
}
#footer .to_top a:hover {
  opacity: 1;
  border-radius: 0;
}
#footer .to_top a:hover::before {
  top: 55%;
  -webkit-animation: none;
          animation: none;
  opacity: 1;
}
#footer small.copyright {
  display: block;
  color: #736357;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: clamp(2rem, 4vw, 4rem) 0;
}

@-webkit-keyframes float {
  0% {
    opacity: 0;
    top: 80%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 40%;
  }
}

@keyframes float {
  0% {
    opacity: 0;
    top: 80%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 40%;
  }
}
#page-Top #header nav.sp_menu a.nav_top::before {
  opacity: 1;
}
#page-Top header.section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 0;
}
#page-Top header.section_title h2 {
  font-size: clamp(2.4rem, 3vw, 4.8rem);
  font-weight: bold;
}
#page-Top header.section_title span {
  color: #adadad;
  font-size: 1.8rem;
  font-weight: bold;
}
#page-Top p.link a {
  font-size: 1.4rem;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
}
#page-Top p.link a span {
  position: relative;
  width: 1.2em;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
}
#page-Top p.link a span::before {
  content: "";
  width: 40%;
  aspect-ratio: 1/1;
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
#page-Top section.fv {
  position: relative;
}
#page-Top section.fv .swiper_container {
  position: relative;
  container-type: inline-size;
}
#page-Top section.fv .swiper_container::before {
  content: "";
  width: 75%;
  width: clamp(24rem, 40cqw, 47.5rem);
  max-width: 47.5rem;
  aspect-ratio: 475/120;
  -webkit-mask: url(../img/logo.svg) center/contain no-repeat;
          mask: url(../img/logo.svg) center/contain no-repeat;
  background-color: #fff;
  position: absolute;
  bottom: calc(50% + 1rem);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.fv .swiper_container::before {
    width: min(30cqw, 47.5rem);
  }
}
#page-Top section.fv .swiper_container .swiper-slide {
  width: 100%;
  height: 100dvh;
}
#page-Top section.fv .swiper_container .swiper-slide img {
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-Top section.fv .swiper_container .swiper-slide img.slide01 {
  -o-object-position: 80%;
     object-position: 80%;
}
#page-Top section.fv .swiper_container .swiper-slide img.slide02 {
  -o-object-position: center;
     object-position: center;
}
#page-Top section.fv .swiper_container .swiper-slide img.slide03 {
  -o-object-position: 20%;
     object-position: 20%;
}
#page-Top section.fv .swiper_container .swiper-slide img.slide04 {
  -o-object-position: center;
     object-position: center;
}
#page-Top section.fv .swiper_container .swiper-slide h2.catch {
  position: absolute;
  top: calc(50% + 1rem);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  color: #fff;
  font-size: clamp(2.4rem, 4cqw, 4.8rem);
  font-weight: bold;
  white-space: nowrap;
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.fv .swiper_container .swiper-slide h2.catch {
    font-size: min(3cqw, 4.8rem);
  }
}
@media print, screen and (min-width: 768px) {
  #page-Top section.fv .latest_news {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-width: 50%;
    max-width: 90rem;
  }
}
#page-Top section.fv .latest_news h3 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  background-color: #0079c2;
  padding: 1em;
}
@media print, screen and (min-width: 768px) {
  #page-Top section.fv .latest_news h3 {
    display: grid;
    place-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media print, screen and (min-width: 768px) {
  #page-Top section.fv .latest_news article {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#page-Top section.fv .latest_news article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(2.5vw, 2.5rem);
  background-color: #dae8ef;
  padding: 1em;
}
@media print, screen and (min-width: 768px) {
  #page-Top section.fv .latest_news article a {
    padding: min(3vw, 5rem) clamp(3rem, 4vw, 6rem);
  }
}
#page-Top section.fv .latest_news article a p.title {
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.fv .latest_news article a p.title {
    text-decoration: none;
  }
}
#page-Top section.fv .latest_news article a:hover {
  opacity: 1;
}
#page-Top section.fv .latest_news article a:hover time,
#page-Top section.fv .latest_news article a:hover p {
  color: #0079c2;
}
#page-Top section.business {
  margin-top: clamp(6rem, 8vw, 15rem);
}
#page-Top section.business h3.catch {
  margin-top: clamp(4rem, 5vw, 8rem);
  font-size: min(6vw, 3.2rem);
  text-align: center;
}
#page-Top section.business p.lead {
  margin: clamp(3rem, 4vw, 6rem) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  #page-Top section.business p.lead {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  #page-Top section.business p.lead span {
    display: inline-block;
  }
}
#page-Top section.business ul.business_list {
  margin-top: clamp(5rem, 6vw, 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(2rem, 4vw, 4rem);
}
#page-Top section.business ul.business_list li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #page-Top section.business ul.business_list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.business ul.business_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page-Top section.business ul.business_list li .business_img {
  aspect-ratio: 680/400;
  background: center/cover no-repeat;
}
@media print, screen and (min-width: 480px) {
  #page-Top section.business ul.business_list li .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  #page-Top section.business ul.business_list li .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.business ul.business_list li .flex {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#page-Top section.business ul.business_list li .intro {
  padding: min(4vw, 3rem) clamp(2rem, 4vw, 4rem);
  container-type: inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2em 0;
}
@media print, screen and (min-width: 480px) {
  #page-Top section.business ul.business_list li .intro {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.business ul.business_list li .intro {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 1280px) {
  #page-Top section.business ul.business_list li .intro {
    padding: 3rem min(4.5vw, 8rem);
  }
}
#page-Top section.business ul.business_list li .intro h4 {
  color: #fff;
  font-size: min(8cqw, 3.6rem);
  font-weight: bold;
}
#page-Top section.business ul.business_list li .intro p.desc {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.business ul.business_list li .intro p.desc {
    text-align: justify;
  }
}
#page-Top section.business ul.business_list li .intro p.link a {
  color: #fff;
}
@media print, screen and (min-width: 480px) {
  #page-Top section.business ul.business_list li .achievements_link {
    width: 40%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media print, screen and (min-width: 768px) {
  #page-Top section.business ul.business_list li .achievements_link {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.business ul.business_list li .achievements_link {
    width: 40%;
    max-width: 23rem;
  }
}
#page-Top section.business ul.business_list li .achievements_link a {
  position: relative;
  padding: clamp(3rem, 4vw, 6rem) 0;
}
@media print, screen and (min-width: 480px) {
  #page-Top section.business ul.business_list li .achievements_link a {
    height: 100%;
    display: grid;
    place-items: center;
  }
}
#page-Top section.business ul.business_list li .achievements_link a::before {
  content: "";
  width: 0.2rem;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: calc(50% - 4.75rem);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
}
#page-Top section.business ul.business_list li .achievements_link a span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 15.5rem;
  height: 6rem;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0.5em 0 0 0.25em;
}
#page-Top section.business ul.business_list li .achievements_link a span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 50%, 10rem 50%, 10rem 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#page-Top section.business ul.business_list li .achievements_link a span::after {
  content: "";
  height: 50%;
  aspect-ratio: 1/1;
  border-right: 0.2rem solid #0079c2;
  -webkit-mask: url(../img/top/icon_man.svg) center bottom/1.4rem no-repeat;
          mask: url(../img/top/icon_man.svg) center bottom/1.4rem no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
#page-Top section.business ul.business_list li.business01 {
  background-color: #004f77;
}
#page-Top section.business ul.business_list li.business01 .business_img {
  background-image: url(../img/top/business01_img.webp);
}
#page-Top section.business ul.business_list li.business01 .achievements_link a {
  background-color: #0079c2;
}
#page-Top section.business ul.business_list li.business01 .achievements_link a::before {
  background-color: #0079c2;
}
#page-Top section.business ul.business_list li.business01 .achievements_link a span::after {
  background-color: #0079c2;
}
#page-Top section.business ul.business_list li.business02 {
  background-color: #841528;
}
#page-Top section.business ul.business_list li.business02 .business_img {
  background-image: url(../img/top/business02_img.webp);
}
#page-Top section.business ul.business_list li.business02 .achievements_link a {
  background-color: #d11930;
}
#page-Top section.business ul.business_list li.business02 .achievements_link a::before {
  background-color: #d11930;
}
#page-Top section.business ul.business_list li.business02 .achievements_link a span::after {
  background-color: #d11930;
}
#page-Top section.about,
#page-Top section.company {
  padding: clamp(6rem, 8vw, 15rem) 0;
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.about,
  #page-Top section.company {
    padding: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.about .inner,
  #page-Top section.company .inner {
    height: 100%;
  }
}
#page-Top section.about .bg,
#page-Top section.company .bg {
  padding: clamp(2rem, 4vw, 4rem) 1em;
  border-image-slice: 0 fill;
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.about .bg,
  #page-Top section.company .bg {
    width: 50%;
    height: 100%;
    padding: clamp(6rem, 8vw, 15rem) 0;
  }
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.about header.section_title,
  #page-Top section.company header.section_title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#page-Top section.about h3.catch,
#page-Top section.company h3.catch {
  margin-top: min(6vw, 6rem);
  font-size: clamp(1.8rem, 2.3vw, 3.6rem);
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.about h3.catch,
  #page-Top section.company h3.catch {
    text-align: justify;
  }
}
#page-Top section.about p.lead,
#page-Top section.company p.lead {
  margin-top: min(6vw, 6rem);
}
@media print, screen and (min-width: 1280px) {
  #page-Top section.about p.lead,
  #page-Top section.company p.lead {
    line-height: 1.8;
  }
}
#page-Top section.about {
  margin-top: clamp(6rem, 8vw, 15rem);
  background: url(../img/top/about_bg.webp) center/cover no-repeat;
}
#page-Top section.about .bg {
  border-image-source: linear-gradient(rgba(51, 47, 45, 0.7), rgba(51, 47, 45, 0.7));
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.about .bg {
    padding-right: clamp(5rem, 6vw, 10rem);
    background-color: transparent;
    border-image-source: linear-gradient(rgba(51, 47, 45, 0.7), rgba(51, 47, 45, 0.7));
    border-image-outset: 0 0 0 100vw;
  }
}
#page-Top section.about header.section_title h2 {
  color: #fff;
}
#page-Top section.about h3.catch {
  color: #fff;
}
#page-Top section.about p.lead {
  color: #fff;
}
#page-Top section.company {
  background: url(../img/top/company_bg.webp) center/cover no-repeat;
}
#page-Top section.company .bg {
  border-image-source: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.company .bg {
    margin-left: auto;
    padding-left: clamp(5rem, 6vw, 10rem);
    border-image-outset: 0 100vw 0 0;
  }
}
#page-Top section.company p.link {
  margin-top: 1em;
}
#page-Top section.company ul.anchor_link {
  margin-top: clamp(2rem, 4vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.company ul.anchor_link {
    max-width: 50rem;
  }
}
#page-Top section.company ul.anchor_link li {
  width: calc((100% - clamp(2rem, 4vw, 4rem)) / 2);
  border-bottom: 0.1rem solid #231916;
}
@media print, screen and (min-width: 768px) {
  #page-Top section.company ul.anchor_link li {
    width: calc((100% - 4 * clamp(2rem, 4vw, 4rem)) / 5);
  }
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.company ul.anchor_link li {
    width: calc((100% - clamp(2rem, 4vw, 4rem)) / 2);
    max-width: 20rem;
  }
}
#page-Top section.company ul.anchor_link li a {
  padding: min(4vw, 3rem) 0.25em min(4vw, 3rem) 0;
  padding: clamp(1em, 1.5vw, 3rem) 0.25em clamp(1em, 1.5vw, 3rem) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-Top section.company ul.anchor_link li a::after {
  content: "";
  width: 0.5em;
  aspect-ratio: 1/1;
  border-top: 0.1rem solid #231916;
  border-right: 0.1rem solid #231916;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#page-Top section.news {
  padding: clamp(6rem, 8vw, 15rem) 0;
  background-color: #dae8ef;
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.news header.section_title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#page-Top section.news .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(4rem, 5vw, 8rem) 0;
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.news .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 clamp(6rem, 7vw, 12rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.news ul.news_list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#page-Top section.news ul.news_list li {
  border-bottom: 0.1rem solid #231916;
}
#page-Top section.news ul.news_list li:first-of-type {
  border-top: 0.1rem solid #231916;
}
#page-Top section.news ul.news_list li:nth-of-type(n + 4) {
  display: none;
}
#page-Top section.news ul.news_list li a {
  padding: min(4vw, 3rem) 0;
}
#page-Top section.news ul.news_list li a article * {
  color: #333;
}
#page-Top section.news ul.news_list li a article p.title {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
  padding-right: 1em;
}
#page-Top section.news ul.news_list li a article p.title::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.6em;
  aspect-ratio: 1/1;
  border-top: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media print, screen and (min-width: 1024px) {
  #page-Top section.news ul.news_list li a article p.title::after {
    content: none;
  }
}
#page-Top section.news p.link {
  margin: 2rem 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page-Top section.recruit {
  padding: clamp(6rem, 8vw, 15rem) 0;
}
#page-Top section.recruit .inner {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #page-Top section.recruit .circle {
    position: absolute;
    top: calc(-1 * clamp(3rem, 4vw, 6rem));
    right: calc(-1 * clamp(3rem, 4vw, 6rem));
    z-index: 1;
  }
}
#page-Top section.recruit .circle .under768 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem 0;
}
@media print, screen and (min-width: 768px) {
  #page-Top section.recruit .circle .under768 {
    display: none;
  }
}
#page-Top section.recruit .circle .over768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #page-Top section.recruit .circle .over768 {
    display: block;
  }
}
#page-Top section.recruit .circle .over768 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/1;
  background-color: #9f000b;
  border-radius: 50%;
  padding: clamp(3rem, 4vw, 6rem);
}
#page-Top section.recruit .circle .over768 a:hover {
  opacity: 1;
  background-color: #841528;
}
#page-Top section.recruit .circle .over768 header.section_title h2 {
  color: #fff;
  font-size: 2.3rem;
}
#page-Top section.recruit .circle .over768 header.section_title span {
  color: #fff;
  font-size: 1.3rem;
}
#page-Top section.recruit .circle .over768 p {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
}
#page-Top section.recruit .circle .over768 p span {
  position: relative;
  width: 1.2em;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
}
#page-Top section.recruit .circle .over768 p span::before {
  content: "";
  width: 40%;
  aspect-ratio: 1/1;
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}
#page-Top section.recruit .banner {
  position: relative;
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  #page-Top section.recruit .banner {
    margin-top: 0;
  }
}
#page-Top section.recruit .banner .bg {
  width: 100%;
  aspect-ratio: 1400/418;
  background: url(../img/top/recruit_banner.webp) center/contain no-repeat;
}
#page-Top section.recruit .banner .text {
  position: absolute;
  top: 30%;
  left: 32.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3vw 2vw;
}
@media print, screen and (min-width: 768px) {
  #page-Top section.recruit .banner .text {
    top: 19%;
    left: 42.5%;
    gap: 0;
  }
}
#page-Top section.recruit .banner p.catch {
  width: 100%;
  font-size: 3.2rem;
  font-size: 3.5vw;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  #page-Top section.recruit .banner p.catch {
    font-weight: 100;
    font-size: min(2.5vw, 3.2rem);
  }
}
#page-Top section.recruit .banner .logo {
  width: 30%;
}
@media print, screen and (min-width: 768px) {
  #page-Top section.recruit .banner .logo {
    width: 57%;
    margin-top: 2vw;
    position: relative;
    left: -2.5%;
  }
}
#page-Top section.recruit .banner p.en {
  color: #0079c2;
  font-size: 6rem;
  font-size: 4vw;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  #page-Top section.recruit .banner p.en {
    margin-top: 1.5vw;
    width: 100%;
    font-size: min(4vw, 6rem);
  }
}

#page-CivilEngineering #header nav.header_nav a.nav_engineering {
  color: #004f77;
  background-color: #fff;
}
#page-CivilEngineering #header nav.header_nav a.nav_engineering::before {
  background-color: #004f77;
}
#page-CivilEngineering #header nav.sp_menu a.nav_engineering::before {
  opacity: 1;
}
#page-CivilEngineering #footer nav.footer_nav a.nav_engineering {
  color: #0079c2;
}
#page-CivilEngineering section.catch {
  padding: clamp(6rem, 8vw, 15rem) 0;
}
#page-CivilEngineering section.catch .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 4vw, 4rem) 0;
}
@media print, screen and (min-width: 1024px) {
  #page-CivilEngineering section.catch .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 clamp(4rem, 5vw, 8rem);
  }
}
#page-CivilEngineering section.catch .text_area {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page-CivilEngineering section.catch .text_area h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  #page-CivilEngineering section.catch .text_area h2 {
    font-size: min(2.5vw, 4rem);
    text-align: left;
  }
}
#page-CivilEngineering section.catch .text_area p {
  margin-top: clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 1024px) {
  #page-CivilEngineering section.catch .image_area {
    width: 50%;
    max-width: 54rem;
  }
}
#page-CivilEngineering section.service {
  position: relative;
}
#page-CivilEngineering section.service::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #004f77;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99999;
}
#page-CivilEngineering section.service .bg_img {
  width: 100%;
  aspect-ratio: 960/673;
  background: center/cover no-repeat;
}
@media print, screen and (min-width: 768px) {
  #page-CivilEngineering section.service .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
#page-CivilEngineering section.service .bg_img.flooring {
  background-image: url(../img/construction/flooring/service_img.webp);
}
#page-CivilEngineering section.service .bg_img.renovation {
  background-image: url(../img/construction/renovation/service_img.webp);
}
#page-CivilEngineering section.service .bg_img.engineering {
  background-image: url(../img/civil-engineering/service_img.webp);
}
#page-CivilEngineering section.service .inner {
  padding: clamp(4rem, 5vw, 8rem) 0 clamp(6rem, 7vw, 12rem);
}
@media print, screen and (min-width: 768px) {
  #page-CivilEngineering section.service .service_list {
    position: relative;
    z-index: 10;
    width: 65%;
    max-width: 78.5rem;
    margin-left: auto;
  }
}
#page-CivilEngineering section.service .service_list h2 {
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  text-align: center;
}
#page-CivilEngineering section.service .service_list .detail {
  position: relative;
  margin-top: 2.5rem;
  background-color: #fff;
  padding: min(5vw, 5rem) clamp(2rem, 4vw, 4rem);
}
#page-CivilEngineering section.service .service_list .detail::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #004f77;
  position: absolute;
  top: 1rem;
  left: -1rem;
  z-index: -999;
}
#page-CivilEngineering section.service .service_list dl + dl {
  margin-top: clamp(2rem, 4vw, 4rem);
}
#page-CivilEngineering section.service .service_list dl dt {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
#page-CivilEngineering section.service .service_list dl dt::before {
  content: "【";
}
#page-CivilEngineering section.service .service_list dl dt::after {
  content: "】";
}
#page-CivilEngineering section.service .service_list ul {
  position: relative;
  background-color: #fff;
}
#page-CivilEngineering section.service .service_list ul li + li {
  margin-top: clamp(1.6rem, 3.2vw, 3.2rem);
}
#page-CivilEngineering section.service .service_list ul li h3 {
  position: relative;
  color: #004f77;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: bold;
  padding-left: 2.5rem;
}
#page-CivilEngineering section.service .service_list ul li h3::before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #004f77;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#page-CivilEngineering section.service .service_list ul li p {
  margin: 1em 0 0 2.5rem;
}
#page-CivilEngineering section.certificates {
  padding: clamp(6rem, 8vw, 15rem) 0;
  background-color: #f0f0f0;
}
#page-CivilEngineering section.certificates .inner {
  max-width: 1100px;
}
#page-CivilEngineering section.certificates ul {
  margin-top: clamp(4rem, 5vw, 8rem);
  padding: clamp(2rem, 4vw, 4rem) min(5vw, 5rem);
  background-color: #fff;
}
#page-CivilEngineering section.certificates ul li + li {
  margin-top: clamp(4rem, 5vw, 8rem);
}
#page-CivilEngineering section.certificates ul li p {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #0079c2;
  padding: 1em 0;
}
#page-CivilEngineering section.certificates ul li .p {
  margin-top: clamp(2rem, 4vw, 8rem);
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
#page-CivilEngineering section.certificates ul li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 4vw, 4rem) 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
#page-CivilEngineering section.certificates ul li figure .image {
  width: 100%;
  max-width: 19.5rem;
}
#page-CivilEngineering section.certificates ul li figure .image a {
  position: relative;
}
#page-CivilEngineering section.certificates ul li figure .image a::before {
  content: "";
  width: 30%;
  max-width: 5rem;
  aspect-ratio: 1/1;
  background: #1a1a1a url(../img/icon_glass.svg) center/50% no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
#page-CivilEngineering section.certificates ul li.list01 .flex {
  margin-top: clamp(4rem, 5vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #page-CivilEngineering section.certificates ul li.list01 .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 clamp(5rem, 6vw, 10rem);
  }
}
#page-CivilEngineering section.certificates ul li.list01 .flex2 {
  margin-top: clamp(4rem, 5vw, 8rem);
  text-align: center;
}
#page-CivilEngineering section.certificates ul li.list01 .flex2 .flex3 {
  margin-top: clamp(2rem, 4vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  #page-CivilEngineering section.certificates ul li.list01 .flex2 .flex3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 clamp(5rem, 6vw, 10rem);
  }
}
#page-CivilEngineering section.certificates ul li.list01 .flex2 .flex3 .image_block03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
}
@media print, screen and (min-width: 768px) {
  #page-CivilEngineering section.certificates ul li.list01 .flex2 .flex3 .image_block03 {
    width: 40rem;
  }
}
#page-CivilEngineering section.certificates ul li.list01 .flex2 .flex3 .image_block03 figure {
  width: calc((100% - 1rem) / 2);
}
@media print, screen and (min-width: 768px) {
  #page-CivilEngineering section.certificates ul li.list01 .image_block01 {
    width: 19.5rem;
  }
}
#page-CivilEngineering section.certificates ul li.list01 .image_block01 figure {
  margin: 0 auto;
  width: calc((100% - 1rem) / 2);
}
@media print, screen and (min-width: 768px) {
  #page-CivilEngineering section.certificates ul li.list01 .image_block01 figure {
    width: 100%;
  }
}
#page-CivilEngineering section.certificates ul li.list01 .image_block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
}
@media print, screen and (min-width: 768px) {
  #page-CivilEngineering section.certificates ul li.list01 .image_block02 {
    width: 40rem;
  }
}
#page-CivilEngineering section.certificates ul li.list01 .image_block02 figure {
  width: calc((100% - 1rem) / 2);
}
#page-CivilEngineering section.certificates ul li.list02 .image_block04 {
  margin-top: clamp(4rem, 5vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
}
@media print, screen and (min-width: 768px) {
  #page-CivilEngineering section.certificates ul li.list02 .image_block04 {
    gap: 0 2rem;
  }
}
#page-CivilEngineering section.certificates ul li.list02 .image_block04 figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#page-CivilEngineering section.certificates ul li.list02 .image_block04 figure figcaption {
  text-align: center;
}
#page-CivilEngineering section.certificates ul li.list02 .image_block02 {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}
#page-CivilEngineering section.certificates ul li.list02 .image_block02 figure:nth-of-type(1) {
  width: 10.5rem;
}
#page-CivilEngineering section.certificates ul li.list02 .image_block02 figure:nth-of-type(2) {
  width: 9.8rem;
}

#page-Construction #header nav.header_nav a.nav_renovation {
  color: #841528;
  background-color: #fff;
}
#page-Construction #header nav.header_nav a.nav_renovation::before {
  background-color: #841528;
}
#page-Construction #header nav.sp_menu a.nav_renovation::before {
  opacity: 1;
}
#page-Construction #footer nav.footer_nav a.nav_renovation {
  color: #0079c2;
}
#page-Construction section.catch {
  padding: clamp(6rem, 8vw, 15rem) 0;
}
#page-Construction section.catch .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 4vw, 4rem) 0;
}
#page-Construction section.catch .text_area {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page-Construction section.catch .text_area h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  #page-Construction section.catch .text_area h2 {
    font-size: min(2.5vw, 4rem);
    text-align: left;
  }
}
#page-Construction section.catch .text_area p {
  margin-top: clamp(2rem, 4vw, 4rem);
}
#page-Construction section.catch .image_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page-Construction section.catch .image_area img {
  width: 50%;
  max-width: 40rem;
}
#page-Construction section.service {
  position: relative;
}
#page-Construction section.service::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #841528;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99999;
}
#page-Construction section.service .bg_img {
  width: 100%;
  aspect-ratio: 960/673;
  background: center/cover no-repeat;
}
@media print, screen and (min-width: 768px) {
  #page-Construction section.service .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
#page-Construction section.service .bg_img.flooring {
  background-image: url(../img/construction/flooring/service_img.webp);
}
#page-Construction section.service .bg_img.renovation {
  background-image: url(../img/construction/renovation/service_img.webp);
}
#page-Construction section.service .bg_img.engineering {
  background-image: url(../img/civil-engineering/service_img.webp);
}
#page-Construction section.service .inner {
  padding: clamp(4rem, 5vw, 8rem) 0 clamp(6rem, 7vw, 12rem);
}
@media print, screen and (min-width: 768px) {
  #page-Construction section.service .service_list {
    position: relative;
    z-index: 10;
    width: 65%;
    max-width: 78.5rem;
    margin-left: auto;
  }
}
#page-Construction section.service .service_list h2 {
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  text-align: center;
}
#page-Construction section.service .service_list .detail {
  position: relative;
  margin-top: 2.5rem;
  background-color: #fff;
  padding: min(5vw, 5rem) clamp(2rem, 4vw, 4rem);
}
#page-Construction section.service .service_list .detail::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #841528;
  position: absolute;
  top: 1rem;
  left: -1rem;
  z-index: -999;
}
#page-Construction section.service .service_list dl + dl {
  margin-top: clamp(2rem, 4vw, 4rem);
}
#page-Construction section.service .service_list dl dt {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
#page-Construction section.service .service_list dl dt::before {
  content: "【";
}
#page-Construction section.service .service_list dl dt::after {
  content: "】";
}
#page-Construction section.service .service_list ul {
  position: relative;
  background-color: #fff;
}
#page-Construction section.service .service_list ul li + li {
  margin-top: clamp(1.6rem, 3.2vw, 3.2rem);
}
#page-Construction section.service .service_list ul li h3 {
  position: relative;
  color: #841528;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: bold;
  padding-left: 2.5rem;
}
#page-Construction section.service .service_list ul li h3::before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #841528;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#page-Construction section.service .service_list ul li p {
  margin: 1em 0 0 2.5rem;
}
#page-Construction section.example {
  padding: clamp(6rem, 8vw, 15rem) 0;
}
#page-Construction section.example article {
  margin-top: clamp(4rem, 5vw, 8rem);
}
#page-Construction section.example article + article {
  margin-top: clamp(6rem, 8vw, 15rem);
}
@media print, screen and (min-width: 1024px) {
  #page-Construction section.example article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1024px) {
  #page-Construction section.example article .text_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: clamp(4rem, 5vw, 8rem);
  }
}
@media print, screen and (min-width: 1400px) {
  #page-Construction section.example article .text_area {
    padding-right: clamp(6rem, 8vw, 15rem);
  }
}
#page-Construction section.example article .text_area h3 {
  color: #841528;
  font-size: clamp(2.4rem, 3.2vw, 3.2rem);
}
#page-Construction section.example article .text_area h4 {
  margin-top: clamp(4rem, 5vw, 8rem);
  font-size: 2rem;
}
@media print, screen and (min-width: 480px) {
  #page-Construction section.example article .text_area h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
#page-Construction section.example article .text_area h4::before {
  content: "■";
  margin-right: 0.5rem;
}
#page-Construction section.example article .text_area h4 span {
  display: block;
  margin: 1rem 0 0 1.5em;
  font-size: 1.6rem;
}
#page-Construction section.example article .text_area p {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 1280px) {
  #page-Construction section.example article .text_area p {
    line-height: 2;
  }
}
#page-Construction section.example article .main_img {
  margin-top: clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 1024px) {
  #page-Construction section.example article .main_img {
    margin-top: 0;
    width: 50%;
  }
}
#page-Construction section.example article .main_img img {
  max-width: none;
}
#page-Construction section.example article .sub_img {
  margin-top: clamp(2rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 1024px) {
  #page-Construction section.example article .sub_img {
    width: 100%;
    margin-top: clamp(4rem, 5vw, 8rem);
  }
}

#page-Company #header nav.header_nav a.nav_company {
  color: #0079c2;
}
#page-Company #header nav.header_nav a.nav_company::before {
  background-color: #0079c2;
}
#page-Company #header nav.sp_menu a.nav_company::before {
  opacity: 1;
}
#page-Company #footer nav.footer_nav a.nav_company {
  color: #0079c2;
}
#page-Company section + section {
  padding: clamp(6rem, 8vw, 15rem) 0;
}
#page-Company section.message {
  position: relative;
}
#page-Company section.message::before {
  content: "";
  width: 145rem;
  aspect-ratio: 1452/937;
  background: url(../img/company/message_bg.webp) center/contain no-repeat;
  position: absolute;
  top: clamp(6rem, 7vw, 12rem);
  left: calc(-1 * clamp(6rem, 7vw, 12rem));
  z-index: -1;
}
#page-Company section.message .flex {
  margin: clamp(4rem, 5vw, 8rem) auto 0;
  width: 100%;
  max-width: 980px;
}
#page-Company section.message .text_area h3 {
  color: #333;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  #page-Company section.message .text_area h3 {
    font-size: min(1.75vw, 2.8rem);
  }
}
#page-Company section.message .text_area p {
  margin-top: clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 1024px) {
  #page-Company section.message .text_area p {
    line-height: 2.2;
  }
}
#page-Company section.message .text_area p.ceo_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem 0;
}
#page-Company section.message .text_area p.ceo_name img {
  width: 16rem;
}
#page-Company section.profile {
  background-color: #f6f6f6;
}
#page-Company section.profile .inner {
  max-width: 1100px;
}
#page-Company section.profile .profile_list {
  margin-top: clamp(4rem, 5vw, 8rem);
  background-color: #fff;
  padding: clamp(4rem, 5vw, 8rem) 2rem;
}
@media print, screen and (min-width: 768px) {
  #page-Company section.profile .profile_list {
    padding: clamp(6rem, 7vw, 12rem);
  }
}
@media print, screen and (min-width: 1400px) {
  #page-Company section.profile .profile_list {
    padding: calc(clamp(5rem, 6vw, 10rem) + clamp(3rem, 4vw, 6rem));
  }
}
#page-Company section.profile .profile_list dl {
  border: 0.1rem solid #777;
}
@media print, screen and (min-width: 768px) {
  #page-Company section.profile .profile_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-Company section.profile .profile_list dl dt {
  padding: 1em 1.5em;
  background-color: #ddd;
}
@media print, screen and (min-width: 768px) {
  #page-Company section.profile .profile_list dl dt {
    width: 25.5rem;
    border-right: 0.1rem solid #777;
  }
  #page-Company section.profile .profile_list dl dt:not(:first-of-type) {
    border-top: 0.1rem solid #777;
  }
}
#page-Company section.profile .profile_list dl dd {
  padding: 1em 1.5em;
}
@media print, screen and (min-width: 768px) {
  #page-Company section.profile .profile_list dl dd {
    width: calc(100% - 25.5rem);
    padding-left: 3em;
  }
  #page-Company section.profile .profile_list dl dd:not(:first-of-type) {
    border-top: 0.1rem solid #777;
  }
}
#page-Company section.profile .profile_list dl dd span.company_name {
  display: inline-block;
  width: 3em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-left: 1em;
}
#page-Company section.profile .profile_list dl dd p.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media print, screen and (min-width: 768px) {
  #page-Company section.profile .profile_list dl dd p.address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-Company section.profile .profile_list dl dd p.number {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media print, screen and (min-width: 480px) {
  #page-Company section.profile .profile_list dl dd p.number {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-Company section.profile .profile_list dl dd ul.qualification_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem 0;
}
#page-Company section.profile .profile_list dl dd ul.qualification_list::before {
  content: "建築・土木事業（共通）";
  line-height: 1;
}
#page-Company section.profile .profile_list dl dd ul.qualification_list::after {
  content: "他　技術資格多数";
  line-height: 1;
}
#page-Company section.profile .profile_list dl dd ul.qualification_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
}
#page-Company section.profile .profile_list dl dd ul.qualification_list li span.name {
  width: 80%;
  max-width: 15em;
}
#page-Company section.profile .profile_list dl dd ul.qualification_list li span.value {
  white-space: nowrap;
}
#page-Company section.awards ol {
  margin-top: clamp(4rem, 5vw, 8rem);
  border-bottom: 0.1rem solid #b1b1b1;
}
#page-Company section.awards ol li {
  border-top: 0.1rem solid #b1b1b1;
  padding: clamp(2rem, 4vw, 4rem);
}
#page-Company section.awards ol li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em 0;
}
@media print, screen and (min-width: 768px) {
  #page-Company section.awards ol li p {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  #page-Company section.awards ol li p time {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#page-Company section.awards ol li p span {
  margin-left: 1em;
}
@media print, screen and (min-width: 768px) {
  #page-Company section.awards ol li p span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0;
  }
}
#page-Company section.history {
  background-color: #f6f6f6;
}
#page-Company section.history .inner {
  max-width: 1100px;
}
#page-Company section.history .history_list {
  margin-top: clamp(4rem, 5vw, 8rem);
  background-color: #fff;
  padding: clamp(4rem, 5vw, 8rem) 2rem;
}
@media print, screen and (min-width: 768px) {
  #page-Company section.history .history_list {
    padding: clamp(6rem, 7vw, 12rem);
  }
}
@media print, screen and (min-width: 1400px) {
  #page-Company section.history .history_list {
    padding: calc(clamp(5rem, 6vw, 10rem) + clamp(3rem, 4vw, 6rem));
  }
}
#page-Company section.history .history_list ol {
  border: 0.1rem solid #777;
}
@media print, screen and (min-width: 768px) {
  #page-Company section.history .history_list ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page-Company section.history .history_list ol li:not(:first-of-type) {
    border-top: 0.1rem solid #777;
  }
}
#page-Company section.history .history_list ol li span.when {
  display: block;
  padding: 1em 1.5em;
  background-color: #ddd;
}
@media print, screen and (min-width: 768px) {
  #page-Company section.history .history_list ol li span.when {
    width: 25.5rem;
    border-right: 0.1rem solid #777;
    padding-left: 3em;
  }
}
#page-Company section.history .history_list ol li p.event {
  padding: 1em 1.5em;
}
@media print, screen and (min-width: 768px) {
  #page-Company section.history .history_list ol li p.event {
    width: calc(100% - 25.5rem);
    padding-left: 3em;
  }
  #page-Company section.history .history_list ol li p.event:not(:first-of-type) {
    border-top: 0.1rem solid #777;
  }
}
#page-Company section.access ul {
  margin-top: clamp(4rem, 5vw, 8rem);
}
#page-Company section.access ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 4vw, 4rem) 0;
  padding: clamp(4rem, 5vw, 8rem) clamp(2rem, 4vw, 4rem);
  background-color: #fff;
}
#page-Company section.access ul li + li {
  margin-top: clamp(5rem, 6vw, 10rem);
}
@media print, screen and (min-width: 768px) {
  #page-Company section.access ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 clamp(6rem, 7vw, 12rem);
  }
}
@media print, screen and (min-width: 768px) {
  #page-Company section.access ul li dl.info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#page-Company section.access ul li dl.info dt {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  background-color: #0079c2;
  padding: 1em 0;
}
#page-Company section.access ul li dl.info dd address {
  margin-top: clamp(2rem, 4vw, 4rem);
}
#page-Company section.access ul li dl.info dd address p.number {
  margin-top: 1em;
}
#page-Company section.access ul li dl.info dd address p.number span {
  font-size: 1.8rem;
}
#page-Company section.access ul li dl.info dd .image {
  margin-top: clamp(2rem, 4vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
}
#page-Company section.access ul li dl.info dd .image img {
  max-width: none;
}
@media print, screen and (min-width: 480px) {
  #page-Company section.access ul li dl.info dd .image img {
    width: calc((100% - 2.4rem) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  #page-Company section.access ul li figure.map {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    width: min(35vw, 63rem);
  }
}
#page-Company section.access ul li figure.map iframe {
  max-width: none;
  aspect-ratio: 1/1;
  max-height: 42rem;
}
@media print, screen and (min-width: 768px) {
  #page-Company section.access ul li figure.map iframe {
    aspect-ratio: unset;
    height: 100%;
  }
}

#page-News #header nav.header_nav a.nav_news {
  color: #0079c2;
}
#page-News #header nav.header_nav a.nav_news::before {
  background-color: #0079c2;
}
#page-News #header nav.sp_menu a.nav_news::before {
  opacity: 1;
}
#page-News #footer nav.footer_nav a.nav_news {
  color: #0079c2;
}
#page-News section.news_all {
  padding: clamp(6rem, 8vw, 15rem) 0;
  background-color: #dae8ef;
}
#page-News section.news_all ul.news_list {
  margin-top: clamp(4rem, 5vw, 8rem);
}
#page-News section.news_all ul.news_list li {
  border-top: 0.1rem solid #231916;
}
#page-News section.news_all ul.news_list li:last-of-type {
  border-bottom: 0.1rem solid #231916;
}
#page-News section.news_all ul.news_list li a {
  padding: clamp(2rem, 4vw, 4rem) clamp(1.6rem, 3.2vw, 3.2rem);
}
#page-News section.news_all ul.news_list li a p.title {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
  padding-right: 1em;
}
#page-News section.news_all ul.news_list li a p.title::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.6em;
  aspect-ratio: 1/1;
  border-top: 0.1rem solid #333;
  border-right: 0.1rem solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 1024px) {
  #page-News section.news_all ul.news_list li a p.title::after {
    content: none;
  }
}
#page-News section.news_detail {
  padding: clamp(6rem, 8vw, 15rem) 0;
  background-color: #dae8ef;
}
#page-News section.news_detail article {
  margin-top: clamp(6rem, 7vw, 12rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 0.1rem solid #231916;
  padding-bottom: clamp(4rem, 5vw, 8rem);
}
#page-News section.news_detail article header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: clamp(4rem, 5vw, 8rem) 0;
}
#page-News section.news_detail article header time {
  color: #333;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
@media print, screen and (min-width: 768px) {
  #page-News section.news_detail article header time {
    padding: 0 clamp(6rem, 7vw, 12rem);
  }
}
#page-News section.news_detail article header h3.title {
  color: #333;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  border-bottom: 0.1rem solid #231916;
  padding-bottom: 1.5rem;
}
#page-News section.news_detail article p.detail {
  margin-top: clamp(2rem, 4vw, 4rem);
  color: #333;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
@media print, screen and (min-width: 768px) {
  #page-News section.news_detail article p.detail {
    padding: 0 clamp(6rem, 7vw, 12rem);
  }
}
#page-News section.news_detail article p.link {
  margin-top: clamp(4rem, 5vw, 8rem);
}
@media print, screen and (min-width: 768px) {
  #page-News section.news_detail article p.link {
    padding: 0 clamp(6rem, 7vw, 12rem);
  }
}
#page-News section.news_detail article p.link a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0079c2;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  padding: 0.1em;
}
#page-News section.news_detail article p.pdf {
  margin-top: clamp(3rem, 4vw, 6rem);
}
@media print, screen and (min-width: 768px) {
  #page-News section.news_detail article p.pdf {
    padding: 0 clamp(6rem, 7vw, 12rem);
  }
}
#page-News section.news_detail article p.pdf a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0079c2;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
#page-News section.news_detail article p.pdf a::before {
  content: "";
  height: 3em;
  aspect-ratio: 48/60;
  -webkit-mask: url(../img/news/icon_pdf.svg) center/contain no-repeat;
          mask: url(../img/news/icon_pdf.svg) center/contain no-repeat;
  background-color: #333;
}
#page-News section.news_detail article .image_area {
  margin-top: clamp(4rem, 5vw, 8rem);
}
#page-News section.news_detail article .image_area p {
  color: #333;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
#page-News section.news_detail article .image_area p::before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/news/icon_glass.svg) center/contain no-repeat;
          mask: url(../img/news/icon_glass.svg) center/contain no-repeat;
  background-color: #333;
}
#page-News section.news_detail article .image_area .flex {
  margin-top: clamp(2rem, 4vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(5vw, 5rem);
}
#page-News section.news_detail article .image_area .flex figure.image {
  width: calc((100% - min(5vw, 5rem)) / 2);
  aspect-ratio: 3/2;
  overflow: hidden;
}
#page-News section.news_detail article .image_area .flex figure.image a {
  height: 100%;
}
#page-News section.news_detail article .image_area .flex figure.image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#page-News section.news_detail .btn_area {
  margin-top: clamp(4rem, 5vw, 8rem);
}
#page-News section.news_detail .btn_area .btn {
  width: 80%;
  max-width: 60rem;
  margin: 0 auto;
}
#page-News section.news_detail .btn_area .btn a {
  min-height: 6rem;
  aspect-ratio: 600/105;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2rem);
  background-color: #0079c2;
}

#page-Recruit #header nav.header_nav a.nav_recruit {
  color: #0079c2;
}
#page-Recruit #header nav.header_nav a.nav_recruit::before {
  background-color: #0079c2;
}
#page-Recruit #header nav.sp_menu a.nav_recruit::before {
  opacity: 1;
}
#page-Recruit #footer nav.footer_nav a.nav_recruit {
  color: #0079c2;
}
#page-Recruit section.fv {
  position: relative;
  padding-top: clamp(4rem, 5vw, 8rem);
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.fv {
    padding-top: clamp(6rem, 7vw, 12rem);
  }
}
#page-Recruit section.fv::before {
  content: "";
  width: 100%;
  height: calc(100% - 0.1rem);
  background-color: #0079c2;
  position: absolute;
  top: 0;
  left: 0;
}
#page-Recruit section.fv .inner {
  width: 92.5vw;
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#aad3eb), to(#fff));
  background: linear-gradient(to bottom, transparent, #aad3eb min(4.5vw, 8rem), #fff min(10.5vw, 20rem));
  padding: clamp(4rem, 5vw, 8rem) 0 12vw;
  clip-path: polygon(0 0, calc(100% - min(10.5vw, 20rem)) 0, 100% calc(100% - (100% - min(10.5vw, 20rem))), 100% 100%, 0 100%);
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.fv .inner {
    padding: clamp(4rem, 5vw, 8rem) 0;
  }
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.fv .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: min(46.5vw, 89.5rem);
  }
}
#page-Recruit section.fv .text h1.page_title {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#page-Recruit section.fv .text h2.catch {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5.5vw;
  font-weight: 300;
  position: relative;
  left: 3.75vw;
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.fv .text h2.catch {
    font-size: min(2.5vw, 4.8rem);
    left: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  #page-Recruit section.fv .text h2.catch {
    font-weight: 100;
  }
}
#page-Recruit section.fv .text .logo {
  margin: 12vw 2.5vw 0 auto;
  width: 35vw;
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.fv .text .logo {
    margin: min(2.65vw, 5rem) 0 0;
    width: min(20vw, 38rem);
  }
}
#page-Recruit section.fv .text p.en_title {
  margin: 2vw 2.5vw 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0079c2;
  font-size: 5.25vw;
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.fv .text p.en_title {
    margin: min(1.5vw, 2.5rem) 0 0;
    font-size: min(2.65vw, 5rem);
  }
}
#page-Recruit section.fv .image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 48.5vw;
  aspect-ratio: 800/564;
  background: url(../img/recruit/fv_img.webp) center/contain no-repeat;
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.fv .image {
    width: min(42vw, 80rem);
  }
}
#page-Recruit section.catch {
  position: relative;
}
#page-Recruit section.catch::before, #page-Recruit section.catch::after {
  content: "";
  background: center/contain no-repeat;
  position: absolute;
  z-index: -1;
  opacity: 0.7;
}
#page-Recruit section.catch::before {
  width: min(45vw, 85rem);
  aspect-ratio: 850/450;
  background-image: url(../img/recruit/illust01.webp);
  top: 20%;
  left: -18vw;
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.catch::before {
    top: 12rem;
  }
}
#page-Recruit section.catch::after {
  width: min(40vw, 76rem);
  aspect-ratio: 760/492;
  background-image: url(../img/recruit/illust02.webp);
  top: 20%;
  right: -15vw;
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.catch::after {
    top: 10rem;
  }
}
#page-Recruit section.catch .inner {
  padding: clamp(4rem, 5vw, 8rem) 0;
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.catch .inner {
    padding: min(10vw, 18rem) 0 min(12vw, 20rem);
  }
}
#page-Recruit section.catch h2 {
  font-size: min(6vw, 4rem);
  text-align: center;
}
@media print, screen and (min-width: 480px) {
  #page-Recruit section.catch h2 {
    font-size: min(4.5vw, 4rem);
  }
}
#page-Recruit section.catch p {
  margin: clamp(2rem, 4vw, 4rem) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.catch p {
    text-align: center;
  }
}
@media print, screen and (min-width: 1280px) {
  #page-Recruit section.catch p {
    line-height: 2;
  }
}
#page-Recruit section.catch .swiper_container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#page-Recruit section.works {
  padding: clamp(6rem, 8vw, 15rem) 0;
  background-color: #eaebeb;
}
#page-Recruit section.works p.section_info {
  margin: clamp(4rem, 5vw, 8rem) auto 0;
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.works p.section_info {
    text-align: center;
    line-height: 2;
  }
}
#page-Recruit section.works ul.works_list {
  margin-top: clamp(4rem, 5vw, 8rem);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  gap: 4rem;
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.works ul.works_list {
    grid-template-columns: repeat(3, 1fr);
    place-items: unset;
  }
}
#page-Recruit section.works ul.works_list li {
  width: 100%;
  max-width: 44rem;
}
#page-Recruit section.works ul.works_list li .image {
  overflow: hidden;
}
#page-Recruit section.works ul.works_list li .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#page-Recruit section.works ul.works_list li .link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(2rem, 4vw, 4rem) 0;
}
#page-Recruit section.works ul.works_list li .link a::after {
  content: "→";
  height: calc(100% - clamp(4rem, 8vw, 8rem));
  aspect-ratio: 1/1;
  border: 0.1rem solid #b1b1b1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0079c2;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#page-Recruit section.works ul.works_list li .link a:hover {
  opacity: 1;
}
#page-Recruit section.works ul.works_list li .link a:hover::after {
  color: #fff;
  background-color: #0079c2;
}
#page-Recruit section.works ul.works_list li .link a h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1rem 0;
  color: #1a1a1a;
  font-size: clamp(2.2rem, 2vw, 3.2rem);
  line-height: 1;
}
#page-Recruit section.works ul.works_list li .link a h3 span {
  color: #bbc4e4;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
}
#page-Recruit section.works ul.works_list li:has(.link a:hover) .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#page-Recruit section.environment {
  padding: clamp(6rem, 8vw, 15rem) 0;
}
#page-Recruit section.environment ul.environment_list {
  margin-top: clamp(4rem, 5vw, 8rem);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-image-source: linear-gradient(to bottom, #6b6b6b 0.1rem, transparent 0.1rem, transparent calc(100% - 0.1rem), #6b6b6b calc(100% - 0.1rem));
  border-image-outset: 0 100vw;
  border-image-slice: 0 fill;
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.environment ul.environment_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
#page-Recruit section.environment ul.environment_list li {
  container-type: inline-size;
  padding: clamp(2rem, 4vw, 4rem) 2rem;
  border-left: 0.1rem solid #6b6b6b;
  border-right: 0.1rem solid #6b6b6b;
}
@media print, screen and (min-width: 1024px) {
  #page-Recruit section.environment ul.environment_list li {
    padding-bottom: clamp(5rem, 6vw, 10rem);
  }
}
#page-Recruit section.environment ul.environment_list li:not(:last-of-type) {
  border-bottom: 0.1rem solid #6b6b6b;
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.environment ul.environment_list li:not(:last-of-type) {
    border-right: none;
    border-bottom: none;
  }
}
#page-Recruit section.environment ul.environment_list li .icon {
  margin: 0 auto;
  width: min(40cqw, 11rem);
  aspect-ratio: 1/1;
  background: center/contain no-repeat;
}
#page-Recruit section.environment ul.environment_list li .icon.icon01 {
  background-image: url(../img/recruit/environment_icon01.webp);
}
#page-Recruit section.environment ul.environment_list li .icon.icon02 {
  background-image: url(../img/recruit/environment_icon02.webp);
}
#page-Recruit section.environment ul.environment_list li .icon.icon03 {
  background-image: url(../img/recruit/environment_icon03.webp);
}
#page-Recruit section.environment ul.environment_list li dl {
  margin-top: clamp(2rem, 4vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(2rem, 4vw, 4rem) 0;
}
#page-Recruit section.environment ul.environment_list li dl dt {
  color: #0079c2;
  font-size: min(12cqw, 2.4rem);
}
@media print, screen and (min-width: 1024px) {
  #page-Recruit section.environment ul.environment_list li dl dd {
    text-align: center;
  }
}
#page-Recruit section.requirements {
  padding: clamp(6rem, 8vw, 15rem) 0;
  background-color: #eaebeb;
}
#page-Recruit section.requirements .inner {
  max-width: 1100px;
}
#page-Recruit section.requirements ul.requirements_list {
  margin-top: clamp(4rem, 5vw, 8rem);
  padding: clamp(4rem, 5vw, 8rem) 2rem;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.requirements ul.requirements_list {
    padding: clamp(6rem, 7vw, 12rem);
  }
}
@media print, screen and (min-width: 1400px) {
  #page-Recruit section.requirements ul.requirements_list {
    padding: calc(clamp(5rem, 6vw, 10rem) + clamp(3rem, 4vw, 6rem));
  }
}
#page-Recruit section.requirements ul.requirements_list > li {
  border: 0.1rem solid #777;
}
#page-Recruit section.requirements ul.requirements_list > li + li {
  margin-top: clamp(4rem, 5vw, 8rem);
}
#page-Recruit section.requirements ul.requirements_list > li h3 button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0079c2;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  padding: min(6vw, 3rem);
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#page-Recruit section.requirements ul.requirements_list > li h3 button::before {
  content: "■";
}
#page-Recruit section.requirements ul.requirements_list > li h3 button:hover {
  background-color: rgba(0, 121, 194, 0.1);
}
#page-Recruit section.requirements ul.requirements_list > li h3 button span {
  position: relative;
  margin-left: auto;
  width: 4.5rem;
  aspect-ratio: 1/1;
  background-color: #0079c2;
  border-radius: 50%;
}
#page-Recruit section.requirements ul.requirements_list > li h3 button span::before {
  content: "";
  width: 30%;
  aspect-ratio: 1/1;
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  position: absolute;
  top: calc(50% - 0.1em);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#page-Recruit section.requirements ul.requirements_list > li h3 button[aria-expanded=true] span::before {
  width: 40%;
  background-color: #fff;
  clip-path: polygon(5% 0, 0 5%, 45% 50%, 0 95%, 5% 100%, 50% 55%, 95% 100%, 100% 95%, 55% 50%, 100% 5%, 95% 0, 50% 45%);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#page-Recruit section.requirements ul.requirements_list > li dl.accordion-area {
  display: none;
}
#page-Recruit section.requirements ul.requirements_list > li dl.accordion-area.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 1024px) {
  #page-Recruit section.requirements ul.requirements_list > li dl.accordion-area.active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dt {
  text-align: center;
  background-color: #ddd;
  padding: 1em 0;
}
@media print, screen and (min-width: 1024px) {
  #page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dt {
    width: 14rem;
    display: grid;
    place-items: center;
    border-top: 0.1rem solid #777;
    border-right: 0.1rem solid #777;
  }
}
#page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dt.contact {
  background-color: #ffc0c8;
}
@media print, screen and (min-width: 1024px) {
  #page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dd {
    width: calc(100% - 14rem);
    border-top: 0.1rem solid #777;
    display: grid;
    place-items: center left;
  }
}
#page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dd:not(.no_space) {
  padding: 1em;
}
#page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dd ul li {
  padding: 1em;
}
#page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dd ul li + li {
  border-top: 0.1rem solid #777;
}
#page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dd ul li h4.business_name::before {
  content: "●";
}
#page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dd ul li p.business_intro {
  margin: 1rem 0 0 1em;
}
#page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dd ul li .business_detail {
  margin: 1rem 0 0 1em;
}
#page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dd ul li .business_detail dl dt:not(:first-of-type) {
  margin-top: 1rem;
}
#page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dd ul li .business_detail dl dt::before {
  content: "・";
}
#page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dd ul li .business_detail dl dd {
  margin: 1rem 0 0 1em;
  font-size: 1.2rem;
}
#page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dd a[href^=tel] {
  display: inline;
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  #page-Recruit section.requirements ul.requirements_list > li dl.accordion-area > dd a[href^=tel] {
    text-decoration: none;
  }
}

#page-Contact #header nav.header_nav a.nav_contact {
  color: #1a1a1a;
  background-color: #fff;
}
#page-Contact #header nav.header_nav a.nav_contact::before {
  background-color: #1a1a1a;
}
#page-Contact #header nav.sp_menu a.nav_contact::before {
  opacity: 1;
}
#page-Contact #footer nav.footer_nav a.nav_contact {
  color: #1a1a1a;
  background-color: #fff;
}
#page-Contact section.contact_tel {
  padding-top: clamp(6rem, 8vw, 15rem);
}
#page-Contact section.contact_tel p.note {
  margin: clamp(4rem, 5vw, 8rem) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  #page-Contact section.contact_tel p.note {
    text-align: center;
  }
}
#page-Contact section.contact_tel dl.tel_link {
  margin-top: clamp(4rem, 5vw, 8rem);
  background-color: #e5f2f9;
  padding: clamp(2rem, 4vw, 4rem) 0;
}
#page-Contact section.contact_tel dl.tel_link dt {
  color: #0079c2;
  font-size: 2rem;
  text-align: center;
}
#page-Contact section.contact_tel dl.tel_link dd {
  margin-top: 2.5rem;
}
#page-Contact section.contact_tel dl.tel_link dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
#page-Contact section.contact_tel dl.tel_link dd a .icon {
  width: 3rem;
  aspect-ratio: 30/42;
  -webkit-mask: url(../img/icon_tel.svg) center/contain no-repeat;
          mask: url(../img/icon_tel.svg) center/contain no-repeat;
  background-color: #0079c2;
}
#page-Contact section.contact_tel dl.tel_link dd a p.number {
  color: #0079c2;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 0;
}
#page-Contact section.contact_tel dl.tel_link dd a p.number small {
  color: inherit;
  font-size: 1.2rem;
  font-weight: normal;
}
#page-Contact section.contact_mail {
  padding: clamp(6rem, 8vw, 15rem) 0;
}
#page-Contact section.contact_mail p.note {
  margin: clamp(4rem, 5vw, 8rem) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  #page-Contact section.contact_mail p.note {
    text-align: center;
  }
}
#page-Contact section.contact_mail p.note span {
  color: #d4000f;
}
#page-Contact section.contact_mail form {
  margin-top: clamp(4rem, 5vw, 8rem);
}
#page-Contact section.contact_mail form .input_area {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
@media print, screen and (min-width: 768px) {
  #page-Contact section.contact_mail form .input_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: min(3vw, 5rem) 0;
  }
}
@media print, screen and (min-width: 768px) {
  #page-Contact section.contact_mail form .input_area dl dt {
    width: 28.5rem;
  }
}
#page-Contact section.contact_mail form .input_area dl dt:not(:first-of-type) {
  margin-top: min(5vw, 5rem);
}
@media print, screen and (min-width: 768px) {
  #page-Contact section.contact_mail form .input_area dl dt:not(:first-of-type) {
    margin-top: 0;
  }
}
#page-Contact section.contact_mail form .input_area dl dt.required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 1rem;
}
#page-Contact section.contact_mail form .input_area dl dt.required::after {
  content: "必須";
  color: #fff;
  background-color: #d4000f;
  padding: 0 0.5em;
}
@media print, screen and (min-width: 768px) {
  #page-Contact section.contact_mail form .input_area dl dt.required::after {
    margin-left: auto;
    margin-right: 3rem;
  }
}
#page-Contact section.contact_mail form .input_area dl dd {
  margin-top: 1rem;
  border: 0.1rem solid #979797;
}
@media print, screen and (min-width: 768px) {
  #page-Contact section.contact_mail form .input_area dl dd {
    margin: 0;
    width: calc(100% - 28.5rem);
  }
}
#page-Contact section.contact_mail form .input_area dl dd input,
#page-Contact section.contact_mail form .input_area dl dd textarea {
  display: block;
  width: 100%;
  text-box: unset;
  padding: 0.8em 1em;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#page-Contact section.contact_mail form .input_area dl dd input:hover,
#page-Contact section.contact_mail form .input_area dl dd textarea:hover {
  background-color: rgba(0, 121, 194, 0.1);
}
#page-Contact section.contact_mail form .input_area dl dd textarea {
  field-sizing: content;
  min-height: 15rem;
}
#page-Contact section.contact_mail form .privacy_check {
  margin-top: clamp(4rem, 5vw, 8rem);
  background-color: #e5f2f9;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 768px) {
  #page-Contact section.contact_mail form .privacy_check p {
    text-align: center;
  }
}
#page-Contact section.contact_mail form .privacy_check p a {
  display: inline;
  color: #0079c2;
  text-decoration: underline;
  padding: 0 0.2em;
}
#page-Contact section.contact_mail form .privacy_check label {
  margin-top: clamp(2rem, 4vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#page-Contact section.contact_mail form .privacy_check label:hover {
  color: #0079c2;
}
#page-Contact section.contact_mail form .privacy_check label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  accent-color: #0079c2;
}
#page-Contact section.contact_mail form.confirm .input_area dl dd input,
#page-Contact section.contact_mail form.confirm .input_area dl dd textarea {
  pointer-events: none;
}
#page-Contact section.contact_mail form.confirm .privacy_check label {
  pointer-events: none;
}
#page-Contact section.contact_mail .btn_area {
  margin-top: clamp(4rem, 5vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 clamp(3rem, 4vw, 6rem);
}
#page-Contact section.contact_mail .btn_area button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2rem);
  text-align: center;
  padding: 1.5em 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#page-Contact section.contact_mail .btn_area button[type=reset], #page-Contact section.contact_mail .btn_area button[type=button] {
  background-color: #231815;
}
#page-Contact section.contact_mail .btn_area button[type=submit] {
  background-color: #0079c2;
}
#page-Contact section.contact_mail .btn_area button:hover {
  opacity: 0.5;
}
#page-Contact section.contact_mail .btn_area .btn {
  margin: 0 auto;
  width: 80%;
  max-width: 57rem;
}
#page-Contact section.contact_mail .btn_area .btn a {
  aspect-ratio: 570/100;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2rem);
  background-color: #0079c2;
}

#page-Privacy #header nav.sp_menu a.nav_privacy::before {
  opacity: 1;
}
#page-Privacy #footer nav.footer_nav a.nav_privacy {
  color: #0079c2;
}
#page-Privacy section.policy {
  padding: clamp(6rem, 8vw, 15rem) 0;
}
#page-Privacy section.policy dl dt {
  margin-top: clamp(4rem, 5vw, 8rem);
  color: #0079c2;
  font-size: 2rem;
}
#page-Privacy section.policy dl dt::before {
  content: "■";
  margin-right: 0.5rem;
}
#page-Privacy section.policy dl dd {
  margin-top: 1em;
}
@media print, screen and (min-width: 1280px) {
  #page-Privacy section.policy dl dd {
    line-height: 1.8;
  }
}
#page-Privacy section.policy dl dd + dd {
  margin-top: 4rem;
}
#page-Privacy section.policy dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 1280px) {
  #page-Privacy section.policy dl dd ul li {
    line-height: 1.8;
  }
}
#page-Privacy section.policy dl dd ul li::before {
  content: "・";
}

#page-Sitemap #header nav.sp_menu a.nav_sitemap::before {
  opacity: 1;
}
#page-Sitemap #footer nav.footer_nav a.nav_sitemap {
  color: #0079c2;
}
#page-Sitemap section.links {
  padding: clamp(6rem, 8vw, 15rem) 0;
}
#page-Sitemap section.links .links_list {
  margin-top: clamp(4rem, 5vw, 8rem);
  padding: 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 480px) {
  #page-Sitemap section.links .links_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  #page-Sitemap section.links .links_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1024px) {
  #page-Sitemap section.links .links_list {
    display: block;
  }
}
#page-Sitemap section.links .links_list ul.main_link {
  display: contents;
}
@media print, screen and (min-width: 1024px) {
  #page-Sitemap section.links .links_list ul.main_link {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 clamp(2rem, 4vw, 4rem);
  }
  #page-Sitemap section.links .links_list ul.main_link + ul.main_link {
    margin-top: clamp(4rem, 5vw, 8rem);
  }
}
#page-Sitemap section.links .links_list ul.main_link > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(2vw, 2rem);
  border-bottom: 0.1rem solid #333;
  padding-bottom: 0.5em;
}
#page-Sitemap section.links .links_list ul.main_link > li > a::before {
  content: "";
  width: 1.2em;
  aspect-ratio: 1/1;
  background-color: #0079c2;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#page-Sitemap section.links .links_list ul.main_link > li > a:hover {
  opacity: 1;
  color: #0079c2;
}
#page-Sitemap section.links .links_list ul.main_link > li > a:hover::before {
  border-radius: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page-Sitemap section.links .links_list ul.sub_link li {
  margin-top: 1em;
}
#page-Sitemap section.links .links_list ul.sub_link li a::before {
  content: ">";
  margin-right: 0.5rem;
}

#page-404 section.page-404 {
  padding: clamp(6rem, 8vw, 15rem) 0;
}
#page-404 section.page-404 p {
  margin-top: clamp(4rem, 5vw, 8rem);
}
@media print, screen and (min-width: 768px) {
  #page-404 section.page-404 p {
    text-align: center;
  }
}
#page-404 section.page-404 .btn_area {
  margin-top: clamp(4rem, 5vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem 0;
}
@media print, screen and (min-width: 480px) {
  #page-404 section.page-404 .btn_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 clamp(2rem, 4vw, 4rem);
  }
}
@media print, screen and (min-width: 480px) {
  #page-404 section.page-404 .btn_area .btn {
    width: calc((100% - 2 * clamp(2rem, 4vw, 4rem)) / 3);
    max-width: 30rem;
  }
}
#page-404 section.page-404 .btn_area .btn a {
  color: #fff;
  text-align: center;
  background-color: #0079c2;
  padding: 1em 0;
}/*# sourceMappingURL=style.css.map */