@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

html {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}
@media screen and (max-width: 1237px) {
  html {
    width: 1440px;
  }
}
@media screen and (max-width: 599px) {
  html {
    width: 100%;
  }
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: calc(27.2 / 16);
}
@media screen and (max-width: 599px) {
  p {
    font-size: 1.5rem;
    line-height: calc(25.5 / 15);
  }
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media screen and (max-width: 599px) {
  .inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 0 25px;
    width: 100%;
  }
}

.base_layout {
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 1237px) {
  .base_layout {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 599px) {
  .base_layout {
    overflow-x: hidden;
  }
}

.bg_vertical_line {
  background: url(/assets/img/bg_line01.webp) repeat center/307px auto;
}
@media screen and (max-width: 599px) {
  .bg_vertical_line {
    background: url(/assets/img/bg_line01_sp.webp) repeat center/163px auto;
  }
}

.sponly {
  display: none;
}
@media screen and (max-width: 599px) {
  .sponly {
    display: block;
  }
}

.pconly {
  display: block;
}
@media screen and (max-width: 599px) {
  .pconly {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .js-scroll {
    width: 100%;
  }
}

.scroll-hint-icon-wrap {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}

.wrap:not(:last-of-type) {
  margin-bottom: 56px;
}
@media screen and (max-width: 599px) {
  .wrap:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.l-header {
  background: #fff;
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 997;
}
.l-header::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .l-header::before {
    content: none;
  }
}
.l-header.is-others::before {
  background: #0b318f;
}
.l-header.is-hasegawakensetsu::before {
  background: #39a3db;
}
.l-header.is-aichikenun::before {
  background: #d81b0e;
}
.l-header.is-komaunyukiko::before {
  background: #a66e01;
}
.l-header.is-yamaman::before {
  background: #29c687;
}
.l-header.is-top::before {
  background: #0b318f;
}
.l-header.is-top.is-active {
  background: transparent;
}
.l-header.is-top.is-active::before {
  background: transparent;
}
.l-header.is-top.is-active .l-header-inner::before {
  background: #fff;
  width: calc(100% - 20px * 2);
}
@media screen and (max-width: 599px) {
  .l-header.is-top.is-active .l-header-inner::before {
    width: calc(100% - 10px * 2);
  }
}
.l-header.is-top.is-active .l-header-logo__icon, .l-header.is-top.is-active .l-header-logo__icon--type01 {
  display: none;
}
.l-header.is-top.is-active .l-header-logo__icon--type01 {
  display: block;
}
.l-header.is-top.is-active .l-header-front-nav__title, .l-header.is-top.is-active .l-header-front-nav__title--green, .l-header.is-top.is-active .l-header-front-nav__title--brown, .l-header.is-top.is-active .l-header-front-nav__title--red, .l-header.is-top.is-active .l-header-front-nav__title--skyblue, .l-header.is-top.is-active .l-header-front-nav__title--blue {
  color: #fff;
}
.l-header.is-top.is-active .l-header-hum__btn::before, .l-header.is-top.is-active .l-header-hum__btn::after {
  background: #fff;
}
.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .l-header-inner {
    padding: 11px 10px;
  }
}
.l-header-inner::before {
  background: #eeeeee;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.l-header-logo {
  width: 204px;
}
@media screen and (max-width: 599px) {
  .l-header-logo {
    width: 152px;
  }
}
.l-header-logo__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header-logo__link:hover {
  opacity: 0.7;
}
.l-header-logo__icon, .l-header-logo__icon--type01 {
  display: block;
  width: 100%;
}
.l-header-logo__icon--type01 {
  display: none;
}
.l-header-front {
  padding: 0 28px;
}
@media screen and (max-width: 599px) {
  .l-header-front {
    display: none;
  }
}
.l-header-front-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-front-nav__item:not(:last-of-type) {
  margin-right: 56px;
}
.l-header-front-nav__item:hover .l-header-front-nav__title::before, .l-header-front-nav__item:hover .l-header-front-nav__title--green::before, .l-header-front-nav__item:hover .l-header-front-nav__title--brown::before, .l-header-front-nav__item:hover .l-header-front-nav__title--red::before, .l-header-front-nav__item:hover .l-header-front-nav__title--skyblue::before, .l-header-front-nav__item:hover .l-header-front-nav__title--blue::before, .l-header-front-nav__item.is-current .l-header-front-nav__title::before, .l-header-front-nav__item.is-current .l-header-front-nav__title--green::before, .l-header-front-nav__item.is-current .l-header-front-nav__title--brown::before, .l-header-front-nav__item.is-current .l-header-front-nav__title--red::before, .l-header-front-nav__item.is-current .l-header-front-nav__title--skyblue::before, .l-header-front-nav__item.is-current .l-header-front-nav__title--blue::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.l-header-front-nav__item:hover .l-header-front-nav__title--blue, .l-header-front-nav__item.is-current .l-header-front-nav__title--blue {
  color: #001954;
}
.l-header-front-nav__item:hover .l-header-front-nav__title--skyblue, .l-header-front-nav__item.is-current .l-header-front-nav__title--skyblue {
  color: #005392;
}
.l-header-front-nav__item:hover .l-header-front-nav__title--red, .l-header-front-nav__item.is-current .l-header-front-nav__title--red {
  color: #971700;
}
.l-header-front-nav__item:hover .l-header-front-nav__title--brown, .l-header-front-nav__item.is-current .l-header-front-nav__title--brown {
  color: #5e3e00;
}
.l-header-front-nav__item:hover .l-header-front-nav__title--green, .l-header-front-nav__item.is-current .l-header-front-nav__title--green {
  color: #007a77;
}
.l-header-front-nav__title, .l-header-front-nav__title--green, .l-header-front-nav__title--brown, .l-header-front-nav__title--red, .l-header-front-nav__title--skyblue, .l-header-front-nav__title--blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.5rem;
  height: 100%;
  line-height: 1.8;
  padding: 21px 0 17px;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-header-front-nav__title::before, .l-header-front-nav__title--green::before, .l-header-front-nav__title--brown::before, .l-header-front-nav__title--red::before, .l-header-front-nav__title--skyblue::before, .l-header-front-nav__title--blue::before {
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header-front-nav__title-read {
  font-size: 1rem;
}
.l-header-front-nav__title--blue::before {
  background: #0b318f;
}
.l-header-front-nav__title--skyblue::before {
  background: #39a3db;
}
.l-header-front-nav__title--red::before {
  background: #d81b0e;
}
.l-header-front-nav__title--brown::before {
  background: #a66e01;
}
.l-header-front-nav__title--green::before {
  background: #29c687;
}
.l-header-front-mega {
  display: none;
  height: 304px;
  position: fixed;
  width: max(60%, 1000px);
  z-index: 997;
}
.l-header-front-mega__bg {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  left: 0;
  position: fixed;
  width: 100vw;
  z-index: 996;
}
.l-header-front-mega__inner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.l-header-front-mega-band, .l-header-front-mega-band--green, .l-header-front-mega-band--brown, .l-header-front-mega-band--red, .l-header-front-mega-band--skyblue, .l-header-front-mega-band--blue {
  width: 406px;
}
.l-header-front-mega-band--blue {
  background: #0b318f;
}
.l-header-front-mega-band--skyblue {
  background: #39a3db;
}
.l-header-front-mega-band--red {
  background: #d81b0e;
}
.l-header-front-mega-band--brown {
  background: #a66e01;
}
.l-header-front-mega-band--green {
  background: #29c687;
}
.l-header-front-mega-band__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-left: 110px;
}
.l-header-front-mega-band__read {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 18px;
  padding-bottom: 6px;
  position: relative;
}
.l-header-front-mega-band__read::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-header-front-mega-band__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
}
.l-header-front-mega-band__btn, .l-header-front-mega-band__btn--green, .l-header-front-mega-band__btn--brown, .l-header-front-mega-band__btn--red, .l-header-front-mega-band__btn--skyblue, .l-header-front-mega-band__btn--blue {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 40px;
  max-width: 196px;
  padding: 17px 16px;
  position: relative;
  width: 100%;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.l-header-front-mega-band__btn:hover, .l-header-front-mega-band__btn--green:hover, .l-header-front-mega-band__btn--brown:hover, .l-header-front-mega-band__btn--red:hover, .l-header-front-mega-band__btn--skyblue:hover, .l-header-front-mega-band__btn--blue:hover {
  background: #fff;
}
.l-header-front-mega-band__btn--blue:hover {
  color: #0b318f;
}
.l-header-front-mega-band__btn--blue:hover .l-header-front-mega-band__btn-icon path {
  stroke: #0b318f;
}
.l-header-front-mega-band__btn--blue:hover .l-header-front-mega-band__btn-icon rect {
  fill: #0b318f;
}
.l-header-front-mega-band__btn--skyblue:hover {
  color: #39a3db;
}
.l-header-front-mega-band__btn--skyblue:hover .l-header-front-mega-band__btn-icon path {
  stroke: #39a3db;
}
.l-header-front-mega-band__btn--skyblue:hover .l-header-front-mega-band__btn-icon rect {
  fill: #39a3db;
}
.l-header-front-mega-band__btn--red:hover {
  color: #d81b0e;
}
.l-header-front-mega-band__btn--red:hover .l-header-front-mega-band__btn-icon path {
  stroke: #d81b0e;
}
.l-header-front-mega-band__btn--red:hover .l-header-front-mega-band__btn-icon rect {
  fill: #d81b0e;
}
.l-header-front-mega-band__btn--brown:hover {
  color: #a66e01;
}
.l-header-front-mega-band__btn--brown:hover .l-header-front-mega-band__btn-icon path {
  stroke: #a66e01;
}
.l-header-front-mega-band__btn--brown:hover .l-header-front-mega-band__btn-icon rect {
  fill: #a66e01;
}
.l-header-front-mega-band__btn--green:hover {
  color: #29c687;
}
.l-header-front-mega-band__btn--green:hover .l-header-front-mega-band__btn-icon path {
  stroke: #29c687;
}
.l-header-front-mega-band__btn--green:hover .l-header-front-mega-band__btn-icon rect {
  fill: #29c687;
}
.l-header-front-mega-band__btn-icon {
  display: block;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header-front-mega-band__btn-icon path {
  stroke: #fff;
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.l-header-front-mega-band__btn-icon rect {
  fill: #fff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.l-header-front-mega-contents {
  background: #fff;
  width: calc(100% - 406px);
}
.l-header-front-mega-contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  height: 100%;
  padding: 46px 64px;
}
.l-header-front-mega-contents-induction {
  width: 220px;
}
.l-header-front-mega-contents-induction__item {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 16px;
}
.l-header-front-mega-contents-induction__item:not(:last-of-type) {
  margin-bottom: 16px;
}
.l-header-front-mega-contents-induction__link, .l-header-front-mega-contents-induction__link--green, .l-header-front-mega-contents-induction__link--brown, .l-header-front-mega-contents-induction__link--red, .l-header-front-mega-contents-induction__link--skyblue, .l-header-front-mega-contents-induction__link--blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  min-height: 24px;
  padding-right: 30px;
}
.l-header-front-mega-contents-induction__link::before, .l-header-front-mega-contents-induction__link--green::before, .l-header-front-mega-contents-induction__link--brown::before, .l-header-front-mega-contents-induction__link--red::before, .l-header-front-mega-contents-induction__link--skyblue::before, .l-header-front-mega-contents-induction__link--blue::before {
  border-radius: 50%;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.l-header-front-mega-contents-induction__link--blue::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #0b318f;
}
.l-header-front-mega-contents-induction__link--blue:hover::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #001954;
}
.l-header-front-mega-contents-induction__link--skyblue::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #39a3db;
}
.l-header-front-mega-contents-induction__link--skyblue:hover::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #005392;
}
.l-header-front-mega-contents-induction__link--red::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #d81b0e;
}
.l-header-front-mega-contents-induction__link--red:hover::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #971700;
}
.l-header-front-mega-contents-induction__link--brown::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #a66e01;
}
.l-header-front-mega-contents-induction__link--brown:hover::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #5e3e00;
}
.l-header-front-mega-contents-induction__link--green::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #29c687;
}
.l-header-front-mega-contents-induction__link--green:hover::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #007a77;
}
.l-header-front-mega-contents-subinduction {
  margin-top: 16px;
  padding-left: 16px;
}
.l-header-front-mega-contents-subinduction__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.l-header-front-mega-contents-subinduction__link, .l-header-front-mega-contents-subinduction__link--red, .l-header-front-mega-contents-subinduction__link--skyblue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  min-height: 24px;
  padding-right: 50px;
}
.l-header-front-mega-contents-subinduction__link--skyblue .l-header-front-mega-contents-subinduction__link-icon path {
  stroke: #39a3db;
}
.l-header-front-mega-contents-subinduction__link--skyblue .l-header-front-mega-contents-subinduction__link-icon rect {
  fill: #39a3db;
}
.l-header-front-mega-contents-subinduction__link--skyblue:hover .l-header-front-mega-contents-subinduction__link-icon path {
  stroke: #005392;
}
.l-header-front-mega-contents-subinduction__link--skyblue:hover .l-header-front-mega-contents-subinduction__link-icon rect {
  fill: #005392;
}
.l-header-front-mega-contents-subinduction__link--red .l-header-front-mega-contents-subinduction__link-icon path {
  stroke: #d81b0e;
}
.l-header-front-mega-contents-subinduction__link--red .l-header-front-mega-contents-subinduction__link-icon rect {
  fill: #d81b0e;
}
.l-header-front-mega-contents-subinduction__link--red:hover .l-header-front-mega-contents-subinduction__link-icon path {
  stroke: #971700;
}
.l-header-front-mega-contents-subinduction__link--red:hover .l-header-front-mega-contents-subinduction__link-icon rect {
  fill: #971700;
}
.l-header-front-mega-contents-subinduction__link-icon {
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header-front-mega-contents-subinduction__link-icon path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
}
.l-header-front-mega-contents-subinduction__link-icon rect {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media screen and (max-width: 599px) {
  .l-header-guide {
    display: none;
  }
}
.l-header-guide__item {
  display: none;
}
.l-header-guide__item.is-current {
  display: block;
}
.l-header-guide-nav, .l-header-guide-nav--col5 {
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-guide-nav--col5 .l-header-guide-nav__item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: calc(100% / 5);
}
.l-header-guide-nav--col5 .l-header-guide-nav__item:last-of-type {
  border-right: 1px solid #eeeeee;
}
.l-header-guide-nav__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-header-guide-nav__item:not(:last-of-type) {
  border-right: 1px solid #eeeeee;
}
.l-header-guide-nav__link, .l-header-guide-nav__link--green, .l-header-guide-nav__link--brown, .l-header-guide-nav__link--red, .l-header-guide-nav__link--skyblue, .l-header-guide-nav__link--blue {
  background: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  padding: 13px;
  text-align: center;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.l-header-guide-nav__link.is-current, .is-current.l-header-guide-nav__link--green, .is-current.l-header-guide-nav__link--brown, .is-current.l-header-guide-nav__link--red, .is-current.l-header-guide-nav__link--skyblue, .is-current.l-header-guide-nav__link--blue {
  color: #fff;
}
.l-header-guide-nav__link--blue:hover {
  background: #f0f2f8;
}
.l-header-guide-nav__link--blue.is-current {
  background: #0b318f;
}
.l-header-guide-nav__link--skyblue:hover {
  background: #f1f8fc;
}
.l-header-guide-nav__link--skyblue.is-current {
  background: #39a3db;
}
.l-header-guide-nav__link--red:hover {
  background: #fef4ee;
}
.l-header-guide-nav__link--red.is-current {
  background: #d81b0e;
}
.l-header-guide-nav__link--brown:hover {
  background: #fff7e8;
}
.l-header-guide-nav__link--brown.is-current {
  background: #a66e01;
}
.l-header-guide-nav__link--green:hover {
  background: #ecfff7;
}
.l-header-guide-nav__link--green.is-current {
  background: #29c687;
}
.l-header-hum__btn {
  display: none;
}
@media screen and (max-width: 599px) {
  .l-header-hum__btn {
    display: block;
    height: 32px;
    margin-right: 8px;
    position: relative;
    width: 32px;
  }
  .l-header-hum__btn::before, .l-header-hum__btn::after {
    background: #000;
    content: "";
    height: 2px;
    position: absolute;
    width: 32px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: top 0.3s, background 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, background 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, transform 0.3s, background 0.3s;
    transition: top 0.3s, transform 0.3s, background 0.3s, -webkit-transform 0.3s;
  }
  .l-header-hum__btn::before {
    left: 50%;
    top: calc(50% + 4px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .l-header-hum__btn::after {
    left: 50%;
    top: calc(50% - 4px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .l-header-hum__btn.is-open::before {
    top: calc(50%);
    -webkit-transform: translate(-50%, -50%) rotate(22.5deg);
    transform: translate(-50%, -50%) rotate(22.5deg);
  }
  .l-header-hum__btn.is-open::after {
    top: calc(50%);
    -webkit-transform: translate(-50%, -50%) rotate(-22.5deg);
    transform: translate(-50%, -50%) rotate(-22.5deg);
  }
}
.l-header-hum-menu {
  display: none;
}
@media screen and (max-width: 599px) {
  .l-header-hum-menu {
    display: block;
    height: calc(100dvh - 56px);
    left: 100%;
    overflow-y: auto;
    position: fixed;
    top: 56px;
    width: 100%;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    z-index: 998;
  }
}
.l-header-hum-menu.is-open {
  left: 0;
}
.l-header-hum-menu__bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-header-hum-menu__inner {
  background: #fff;
  padding: 32px 25px;
  position: relative;
  z-index: 2;
}
.l-header-hum-menu-nav__item {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.l-header-hum-menu-nav__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.l-header-hum-menu-nav__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  min-height: 25px;
  width: 100%;
}
.l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--green, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--brown, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--red, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--skyblue, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--blue {
  background: #fff;
}
.l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line::before, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--green::before, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--brown::before, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--red::before, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--skyblue::before, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--blue::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--blue::before, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--blue::after {
  background: #0b318f;
}
.l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--skyblue::before, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--skyblue::after {
  background: #39a3db;
}
.l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--red::before, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--red::after {
  background: #d81b0e;
}
.l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--brown::before, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--brown::after {
  background: #a66e01;
}
.l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--green::before, .l-header-hum-menu-nav__title.is-open .l-header-hum-menu-nav__title-icon-line--green::after {
  background: #29c687;
}
.l-header-hum-menu-nav__title-icon {
  display: block;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header-hum-menu-nav__title-icon-line, .l-header-hum-menu-nav__title-icon-line--green, .l-header-hum-menu-nav__title-icon-line--brown, .l-header-hum-menu-nav__title-icon-line--red, .l-header-hum-menu-nav__title-icon-line--skyblue, .l-header-hum-menu-nav__title-icon-line--blue {
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.l-header-hum-menu-nav__title-icon-line::before, .l-header-hum-menu-nav__title-icon-line--green::before, .l-header-hum-menu-nav__title-icon-line--brown::before, .l-header-hum-menu-nav__title-icon-line--red::before, .l-header-hum-menu-nav__title-icon-line--skyblue::before, .l-header-hum-menu-nav__title-icon-line--blue::before, .l-header-hum-menu-nav__title-icon-line::after, .l-header-hum-menu-nav__title-icon-line--green::after, .l-header-hum-menu-nav__title-icon-line--brown::after, .l-header-hum-menu-nav__title-icon-line--red::after, .l-header-hum-menu-nav__title-icon-line--skyblue::after, .l-header-hum-menu-nav__title-icon-line--blue::after {
  background: #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header-hum-menu-nav__title-icon-line::before, .l-header-hum-menu-nav__title-icon-line--green::before, .l-header-hum-menu-nav__title-icon-line--brown::before, .l-header-hum-menu-nav__title-icon-line--red::before, .l-header-hum-menu-nav__title-icon-line--skyblue::before, .l-header-hum-menu-nav__title-icon-line--blue::before {
  height: 9px;
  width: 1px;
}
.l-header-hum-menu-nav__title-icon-line::after, .l-header-hum-menu-nav__title-icon-line--green::after, .l-header-hum-menu-nav__title-icon-line--brown::after, .l-header-hum-menu-nav__title-icon-line--red::after, .l-header-hum-menu-nav__title-icon-line--skyblue::after, .l-header-hum-menu-nav__title-icon-line--blue::after {
  height: 1px;
  width: 9px;
}
.l-header-hum-menu-nav__title-icon-line--blue {
  background: #0b318f;
  border-color: #0b318f;
}
.l-header-hum-menu-nav__title-icon-line--skyblue {
  background: #39a3db;
  border-color: #39a3db;
}
.l-header-hum-menu-nav__title-icon-line--red {
  background: #d81b0e;
  border-color: #d81b0e;
}
.l-header-hum-menu-nav__title-icon-line--brown {
  background: #a66e01;
  border-color: #a66e01;
}
.l-header-hum-menu-nav__title-icon-line--green {
  background: #29c687;
  border-color: #29c687;
}
.l-header-hum-menu-nav__title-text, .l-header-hum-menu-nav__title-text--green, .l-header-hum-menu-nav__title-text--brown, .l-header-hum-menu-nav__title-text--red, .l-header-hum-menu-nav__title-text--skyblue, .l-header-hum-menu-nav__title-text--blue {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
}
.l-header-hum-menu-nav__title-text--blue {
  color: #0b318f;
}
.l-header-hum-menu-nav__title-text--skyblue {
  color: #39a3db;
}
.l-header-hum-menu-nav__title-text--red {
  color: #d81b0e;
}
.l-header-hum-menu-nav__title-text--brown {
  color: #a66e01;
}
.l-header-hum-menu-nav__title-text--green {
  color: #29c687;
}
.l-header-hum-menu-nav__title-read {
  color: #000;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 10px;
}
.l-header-hum-menu-nav__detail {
  display: none;
  padding-top: 20px;
}
.l-header-hum-menu-nav-induction {
  padding-left: 20px;
}
.l-header-hum-menu-nav-induction__item:not(:last-of-type) {
  margin-bottom: 16px;
}
.l-header-hum-menu-nav-induction__link, .l-header-hum-menu-nav-induction__link--green, .l-header-hum-menu-nav-induction__link--brown, .l-header-hum-menu-nav-induction__link--red, .l-header-hum-menu-nav-induction__link--skyblue, .l-header-hum-menu-nav-induction__link--blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-size: 1.5rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  min-height: 24px;
  padding-right: 30px;
}
.l-header-hum-menu-nav-induction__link::before, .l-header-hum-menu-nav-induction__link--green::before, .l-header-hum-menu-nav-induction__link--brown::before, .l-header-hum-menu-nav-induction__link--red::before, .l-header-hum-menu-nav-induction__link--skyblue::before, .l-header-hum-menu-nav-induction__link--blue::before {
  border-radius: 50%;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header-hum-menu-nav-induction__link--blue::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #0b318f;
}
.l-header-hum-menu-nav-induction__link--skyblue::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #39a3db;
}
.l-header-hum-menu-nav-induction__link--red::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #d81b0e;
}
.l-header-hum-menu-nav-induction__link--brown::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #a66e01;
}
.l-header-hum-menu-nav-induction__link--green::before {
  background: url(/assets/img/svg/icon_next02.svg) no-repeat center/9px auto, #29c687;
}
.l-header-hum-menu-nav-subinduction {
  padding: 16px 0 0 16px;
}
.l-header-hum-menu-nav-subinduction__item:not(:last-of-type) {
  margin-bottom: 16px;
}
.l-header-hum-menu-nav-subinduction__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  font-size: 1.3rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  min-height: 24px;
  padding-right: 50px;
}
.l-header-hum-menu-nav-subinduction__link-icon, .l-header-hum-menu-nav-subinduction__link-icon--red, .l-header-hum-menu-nav-subinduction__link-icon--skyblue {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header-hum-menu-nav-subinduction__link-icon--skyblue path {
  stroke: #39a3db;
}
.l-header-hum-menu-nav-subinduction__link-icon--skyblue rect {
  fill: #39a3db;
}
.l-header-hum-menu-nav-subinduction__link-icon--red path {
  stroke: #d81b0e;
}
.l-header-hum-menu-nav-subinduction__link-icon--red rect {
  fill: #d81b0e;
}

.l-footer__contact_bg.l-footer__contact_bg01 {
  background: url(/assets/img/footer-contact/img_footer_contact01.webp) no-repeat center/cover;
}
.l-footer__contact_bg.l-footer__contact_bg02 {
  background: url(/assets/img/footer-contact/img_footer_contact02.webp) no-repeat center/cover;
}
.l-footer__contact_bg.l-footer__green_bg {
  background: url(/assets/img/footer-contact/img_footer_green.webp) no-repeat center/cover;
}
.l-footer__contact_inner {
  color: #fff;
  padding: 48px 0;
  text-align: center;
  width: 100%;
}
.l-footer__contact_inner .c-title__en {
  color: #fff;
}
.l-footer__contact_text {
  margin-top: 32px;
}
.l-footer__contact_title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .l-footer__contact_title {
    font-size: 1.6rem;
  }
}
.l-footer__contact_companys {
  margin-top: 32px;
}
.l-footer__contact_companys_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
@media screen and (max-width: 599px) {
  .l-footer__contact_companys_list {
    grid-template-columns: 1fr;
  }
}
.l-footer__contact_companys_list > li {
  padding: 0 78px;
}
@media screen and (max-width: 599px) {
  .l-footer__contact_companys_list > li {
    padding: 0;
  }
}
.l-footer__contact_companys_list > li:first-child {
  padding-left: 0;
}
.l-footer__contact_companys_list > li:last-child {
  padding-right: 0;
}
.l-footer__contact_companys_list > li:not(:first-child) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 599px) {
  .l-footer__contact_companys_list > li:not(:first-child) {
    border-left: none;
    margin-top: 32px;
  }
}
@media screen and (max-width: 599px) {
  .l-footer__contact_companys_list > li:not(:last-child) {
    border-bottom: 1px solid #fff;
    padding-bottom: 32px;
  }
}
.l-footer__contact_companys_list > li:nth-child(1) .l-footer__contact_btn, .l-footer__contact_companys_list > li:nth-child(1) .l-footer__contact_btn_jp {
  background-color: #39a3db;
}
.l-footer__contact_companys_list > li:nth-child(1) .l-footer__contact_btn:hover, .l-footer__contact_companys_list > li:nth-child(1) .l-footer__contact_btn_jp:hover {
  background-color: #005392;
}
.l-footer__contact_companys_list > li:nth-child(2) .l-footer__contact_btn, .l-footer__contact_companys_list > li:nth-child(2) .l-footer__contact_btn_jp {
  background-color: #d81b0e;
}
.l-footer__contact_companys_list > li:nth-child(2) .l-footer__contact_btn:hover, .l-footer__contact_companys_list > li:nth-child(2) .l-footer__contact_btn_jp:hover {
  background-color: #971700;
}
.l-footer__contact_companys_list > li:nth-child(3) .l-footer__contact_btn, .l-footer__contact_companys_list > li:nth-child(3) .l-footer__contact_btn_jp {
  background-color: #a66e01;
}
.l-footer__contact_companys_list > li:nth-child(3) .l-footer__contact_btn:hover, .l-footer__contact_companys_list > li:nth-child(3) .l-footer__contact_btn_jp:hover {
  background-color: #5e3e00;
}
.l-footer__contact_companys_list .c-btn__base {
  text-align: left;
}
.l-footer__contact_companys_list .c-btn__normal24 {
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-footer__contact_btn, .l-footer__contact_btn_jp {
  display: block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 32px;
  padding: 17px 12px 17px 16px;
  width: 262px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.l-footer__contact_btn_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.l-footer__contact_company_department {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.24rem;
}
.l-footer__contact_company_name {
  font-size: 2rem;
  font-weight: 700;
}
.l-footer__contact2_bg.l-footer__contact2_bg {
  background: url(/assets/img/footer-contact/img_footer_contact02.webp) no-repeat center/cover;
}
@media screen and (max-width: 599px) {
  .l-footer__contact2_bg.l-footer__contact2_bg {
    background: url(/assets/img/footer-contact/img_footer_contact02.webp) no-repeat top center/auto 50%;
  }
}
.l-footer__contact2_bg.l-footer__contact2_bg .l-footer__contact2_btn:hover {
  color: #005392;
}
.l-footer__contact2_bg.l-footer__contact2_bg .l-footer__contact2_btn:hover + .l-footer__contact2_icon {
  background-image: url("/assets/img/svg/left_arrow_skyblue03.svg");
  border: 1px solid #005392;
}
.l-footer__contact2_bg.l-footer__red_bg {
  background: url(/assets/img/footer-contact/img_footer_red.webp) no-repeat center/cover;
}
@media screen and (max-width: 599px) {
  .l-footer__contact2_bg.l-footer__red_bg {
    background: url(/assets/img/footer-contact/img_footer_red.webp) no-repeat top center/auto 50%;
  }
}
.l-footer__contact2_bg.l-footer__red_bg .l-footer__contact2_btn:hover {
  color: #971700;
}
.l-footer__contact2_bg.l-footer__red_bg .l-footer__contact2_btn:hover + .l-footer__contact2_icon {
  background-image: url("/assets/img/svg/left_arrow_red03.svg");
  border: 1px solid #971700;
}
.l-footer__contact2_bg.l-footer__brown_bg {
  background: url(/assets/img/footer-contact/img_footer_brown.webp) no-repeat center/cover;
}
@media screen and (max-width: 599px) {
  .l-footer__contact2_bg.l-footer__brown_bg {
    background: url(/assets/img/footer-contact/img_footer_brown.webp) no-repeat top center/auto 50%;
  }
}
.l-footer__contact2_bg.l-footer__brown_bg .l-footer__contact2_btn:hover {
  color: #5e3e00;
}
.l-footer__contact2_bg.l-footer__brown_bg .l-footer__contact2_btn:hover + .l-footer__contact2_icon {
  background-image: url("/assets/img/svg/left_arrow_brown03.svg");
  border: 1px solid #5e3e00;
}
.l-footer__contact2_bg.l-footer__green_bg {
  background: url(/assets/img/footer-contact/img_footer_green.webp) no-repeat center/cover;
}
@media screen and (max-width: 599px) {
  .l-footer__contact2_bg.l-footer__green_bg {
    background: url(/assets/img/footer-contact/img_footer_green.webp) no-repeat top center/auto 50%;
  }
}
.l-footer__contact2_bg.l-footer__skyblue_bg {
  background: url(/assets/img/footer-contact/img_footer_skyblue.webp) no-repeat center/cover;
}
@media screen and (max-width: 599px) {
  .l-footer__contact2_bg.l-footer__skyblue_bg {
    background: url(/assets/img/footer-contact/img_footer_skyblue.webp) no-repeat top center/auto 50%;
  }
}
.l-footer__contact2_inner {
  color: #fff;
  padding: 56px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .l-footer__contact2_inner {
    padding: 48px 0 0 0;
  }
}
.l-footer__contact2_h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .l-footer__contact2_h2 {
    font-size: 2.4rem;
    line-height: 1.7;
    margin-top: 15px;
  }
}
.l-footer__contact2_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  margin: 32px auto 0;
  width: 262px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border: 1px solid #fff;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .l-footer__contact2_btn_wrap {
    margin: 20px auto 0;
  }
}
.l-footer__contact2_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: flex-start;
  letter-spacing: 0.08rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding-left: 16px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.l-footer__contact2_btn:hover {
  background: #fff;
  color: #000;
}
.l-footer__contact2_icon {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-footer__contact2_companys_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 85px;
  margin-top: 56px;
}
.l-footer__contact2_companys_list li:nth-child(1) .l-footer__contact2_company_department {
  background-color: #005392;
}
.l-footer__contact2_companys_list li:nth-child(1) .l-footer__contact2_company_wrap {
  background-color: #39a3db;
}
.l-footer__contact2_companys_list li:nth-child(2) .l-footer__contact2_company_department {
  background-color: #971700;
}
.l-footer__contact2_companys_list li:nth-child(2) .l-footer__contact2_company_wrap {
  background-color: #d81b0e;
}
.l-footer__contact2_companys_list li:nth-child(3) .l-footer__contact2_company_department {
  background-color: #5e3e00;
}
.l-footer__contact2_companys_list li:nth-child(3) .l-footer__contact2_company_wrap {
  background-color: #a66e01;
}
.l-footer__contact2_companys_list li:nth-child(4) .l-footer__contact2_company_department {
  background-color: #007a77;
}
.l-footer__contact2_companys_list li:nth-child(4) .l-footer__contact2_company_wrap {
  background-color: #29c687;
}
@media screen and (max-width: 599px) {
  .l-footer__contact2_companys_list {
    grid-template-columns: 1fr;
    grid-template-rows: 72px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 599px) {
  .l-footer__contact2_companys_list > li {
    height: 72px;
  }
}
.l-footer__contact2_companys_list > li > a {
  display: grid;
  grid-template-columns: 85px auto;
  height: 100%;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__contact2_companys_list > li > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .l-footer__contact2_companys_list > li > a {
    grid-template-columns: 72px auto;
  }
}
.l-footer__contact2_companys_list > li > a .c-btn__base {
  position: absolute;
  right: 0;
  top: 50%;
}
.l-footer__contact2_company_department {
  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-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1237px) {
  .l-footer__contact2_company_department {
    font-size: 1.7rem;
  }
}
.l-footer__contact2_company_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -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: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 0 15px;
}
.l-footer__contact2_company_name {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1237px) {
  .l-footer__contact2_company_name {
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
  }
}
.l-footer__contact2_company_site {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 599px) {
  .l-footer__contact2_company_site {
    font-size: 1.2em;
    letter-spacing: 0.06rem;
  }
}

.l-footer {
  background-color: #000;
}
.l-footer__top {
  padding: 56px 100px;
}
@media screen and (max-width: 599px) {
  .l-footer__top {
    padding: 48px 25px;
  }
}
.l-footer__top nav {
  display: grid;
  grid-template-columns: repeat(6, auto);
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #fff;
  justify-content: space-between;
  margin: auto;
  max-width: 1240px;
}
@media screen and (max-width: 599px) {
  .l-footer__top nav {
    grid-template-columns: repeat(2, auto);
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 32px;
  }
}
.l-footer__top nav > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__top nav > ul > li:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .l-footer__top nav > ul > li {
    font-size: 1.5rem;
  }
}
.l-footer__top nav > ul > li:not(:first-child) {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 14px;
}
@media screen and (max-width: 599px) {
  .l-footer__top nav > ul > li:not(:first-child) {
    margin-top: 24px;
  }
}
.l-footer__top nav > ul > li:nth-child(2) {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .l-footer__top nav > ul > li:nth-child(2) {
    margin-top: 28px;
  }
}
.l-footer__top nav > ul:not(:last-child) > li:first-child::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.8rem;
  margin-right: 0.8rem;
  position: relative;
  width: 0.8rem;
}
.l-footer__top nav > ul:not(:last-child) > li:not(:first-child)::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  margin-right: 0.5rem;
  position: relative;
  width: 5px;
}
.l-footer__top nav > ul:nth-child(1) > li:first-child::before {
  background-color: #0b318f;
}
.l-footer__top nav > ul:nth-child(2) > li:first-child::before {
  background-color: #39a3db;
}
.l-footer__top nav > ul:nth-child(3) > li:first-child::before {
  background-color: #d81b0e;
}
.l-footer__top nav > ul:nth-child(4) > li:first-child::before {
  background-color: #a66e01;
}
.l-footer__top nav > ul:nth-child(5) > li:first-child::before {
  background-color: #29c687;
}
.l-footer__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7e7e7;
  justify-items: stretch;
  padding: 24px 32px;
}
@media screen and (max-width: 1237px) {
  .l-footer__bottom {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
}
.l-footer__bottom .l-footer__copy {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 1237px) {
  .l-footer__bottom .l-footer__copy {
    background-color: #fff;
    font-size: 1rem;
    padding: 10px 0;
    text-align: center;
  }
}
.l-footer__bottom .l-footer__copy span {
  font-weight: 700;
}

.c-btn__base, .c-btn__base--type01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn__base_center {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.c-btn__base--type01 {
  margin: 0 auto;
}
.c-btn__bg_blue {
  background-color: #0b318f;
}
.c-btn__bg_blue:hover {
  background-color: #001954;
}
.c-btn__bg_skyblue {
  background-color: #39a3db;
}
.c-btn__bg_skyblue:hover {
  background-color: #005392;
}
.c-btn__bg_red {
  background-color: #d81b0e;
}
.c-btn__bg_red:hover {
  background-color: #971700;
}
.c-btn__bg_green {
  background-color: #29c687;
}
.c-btn__bg_green:hover {
  background-color: #007a77;
}
.c-btn__bg_brown {
  background-color: #a66e01;
}
.c-btn__bg_brown:hover {
  background-color: #5e3e00;
}
.c-btn__normal48 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  z-index: 20;
}
.c-btn__normal48 img {
  pointer-events: none;
  position: absolute;
  width: 18px;
}
.c-btn__normal24, .c-btn__normal24--type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 24px;
  pointer-events: none;
  right: 15px;
  top: 50%;
  width: 24px;
  z-index: 20;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-btn__normal24--type01 {
  left: 15px;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.c-btn__normal24 img, .c-btn__normal24--type01 img {
  position: absolute;
  width: 9px;
}
.c-btn__view_all, .c-btn__view_all--type01 {
  background-color: #0b318f;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  padding: 17px 16px;
  width: 196px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-btn__view_all:hover, .c-btn__view_all--type01:hover {
  background-color: #001954;
}
.c-btn__view_all--type01 {
  width: 262px;
}
.c-btn__view_all img, .c-btn__view_all--type01 img {
  pointer-events: none;
  position: absolute;
  width: 9px;
}
.c-btn__view_all_sub, .c-btn__view_all_sub_green, .c-btn__view_all_sub_brown, .c-btn__view_all_sub_red, .c-btn__view_all_sub_skyblue, .c-btn__view_all_sub_blue, .c-btn__view_all_sub_white {
  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;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  height: 52px;
  justify-content: space-between;
  letter-spacing: 0.08rem;
  padding-left: 16px;
  padding-right: 12px;
  width: 196px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-btn__view_all_sub_white {
  border: 1px solid #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-btn__view_all_sub_white:hover {
  opacity: 0.7;
}
.c-btn__view_all_sub_blue {
  background-color: #0b318f;
}
.c-btn__view_all_sub_blue:hover {
  background-color: #001954;
}
.c-btn__view_all_sub_skyblue {
  background-color: #39a3db;
}
.c-btn__view_all_sub_skyblue:hover {
  background-color: #005392;
}
.c-btn__view_all_sub_red {
  background-color: #d81b0e;
}
.c-btn__view_all_sub_red:hover {
  background-color: #971700;
}
.c-btn__view_all_sub_brown {
  background-color: #a66e01;
}
.c-btn__view_all_sub_brown:hover {
  background-color: #5e3e00;
}
.c-btn__view_all_sub_green {
  background-color: #29c687;
}
.c-btn__view_all_sub_green:hover {
  background-color: #007a77;
}
.c-btn__view_more, .c-btn__view_more_green, .c-btn__view_more_brown, .c-btn__view_more_red, .c-btn__view_more_skyblue, .c-btn__view_more_white {
  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;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  height: 52px;
  justify-content: space-between;
  letter-spacing: 0.08rem;
  padding-left: 16px;
  padding-right: 12px;
  width: 196px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-btn__view_more_white {
  border: 1px solid #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-btn__view_more_white:hover {
  opacity: 0.7;
}
.c-btn__view_more_skyblue {
  background-color: #39a3db;
}
.c-btn__view_more_skyblue:hover {
  background-color: #005392;
}
.c-btn__view_more_red {
  background-color: #d81b0e;
}
.c-btn__view_more_red:hover {
  background-color: #971700;
}
.c-btn__view_more_brown {
  background-color: #a66e01;
}
.c-btn__view_more_brown:hover {
  background-color: #5e3e00;
}
.c-btn__view_more_green {
  background-color: #29c687;
}
.c-btn__view_more_green:hover {
  background-color: #007a77;
}
.c-btn__circle {
  border-radius: 50%;
  display: grid;
  height: 100%;
  place-items: center;
  width: 100%;
}
.c-btn__circle:hover {
  background-color: inherit;
  color: #fff;
  -webkit-transition: background-color 0.2s 1s, color 0.2s 1s;
  transition: background-color 0.2s 1s, color 0.2s 1s;
}
.c-btn__circle::after {
  content: "";
  grid-area: 1/1;
}
.c-btn__circle svg {
  grid-area: 1/1;
  margin: -1px;
  pointer-events: none;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c-btn__minus, .c-btn__minus_green, .c-btn__minus_brown, .c-btn__minus_red, .c-btn__minus_skyblue, .c-btn__minus_blue {
  border-radius: 50%;
  display: block;
  height: 25px;
  position: relative;
  width: 25px;
}
.c-btn__minus_blue {
  background: #0b318f url("/assets/img/svg/left_arrow.svg") no-repeat center/9px;
  border: 1px solid #0b318f;
}
.c-btn__minus_blue.js-active {
  background-color: inherit;
  background-image: inherit;
}
.c-btn__minus_blue.js-active::after {
  background-color: #0b318f;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn__minus_skyblue {
  background: #39a3db url("/assets/img/svg/left_arrow.svg") no-repeat center/9px;
  border: 1px solid #39a3db;
}
.c-btn__minus_skyblue.js-active {
  background-color: inherit;
  background-image: inherit;
}
.c-btn__minus_skyblue.js-active::after {
  background-color: #39a3db;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn__minus_skyblue_white {
  background: url("/assets/img/svg/left_arrow_skyblue.svg") no-repeat center/9px;
  border: 1px solid #39a3db;
}
.c-btn__minus_skyblue_white.js-active {
  background-color: inherit;
  background-image: inherit;
}
.c-btn__minus_skyblue_white.js-active::after {
  background-color: #39a3db;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn__minus_red {
  background: #d81b0e url("/assets/img/svg/left_arrow.svg") no-repeat center/9px;
  border: 1px solid #d81b0e;
}
.c-btn__minus_red.js-active {
  background-color: inherit;
  background-image: inherit;
}
.c-btn__minus_red.js-active::after {
  background-color: #d81b0e;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn__minus_red_white {
  background: url("/assets/img/svg/left_arrow_red.svg") no-repeat center/9px;
  border: 1px solid #d81b0e;
}
.c-btn__minus_red_white.js-active {
  background-color: inherit;
  background-image: inherit;
}
.c-btn__minus_red_white.js-active::after {
  background-color: #d81b0e;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn__minus_brown {
  background: #a66e01 url("/assets/img/svg/left_arrow.svg") no-repeat center/9px;
  border: 1px solid #a66e01;
}
.c-btn__minus_brown.js-active {
  background-color: inherit;
  background-image: inherit;
}
.c-btn__minus_brown.js-active::after {
  background-color: #a66e01;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn__minus_green {
  background: #29c687 url("/assets/img/svg/left_arrow.svg") no-repeat center/9px;
  border: 1px solid #29c687;
}
.c-btn__minus_green.js-active {
  background-color: inherit;
  background-image: inherit;
}
.c-btn__minus_green.js-active::after {
  background-color: #29c687;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn__plus, .c-btn__plus_green, .c-btn__plus_brown, .c-btn__plus_red, .c-btn__plus_skyblue, .c-btn__plus_blue {
  border-radius: 50%;
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
}
.c-btn__plus_blue {
  background: #0b318f url("/assets/img/svg/plus.svg") no-repeat center/9px;
  border: 1px solid #0b318f;
}
.c-btn__plus_blue.js-active {
  background-image: inherit;
}
.c-btn__plus_blue.js-active::after {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn__plus_skyblue {
  background: #39a3db url("/assets/img/svg/plus.svg") no-repeat center/9px;
  border: 1px solid #39a3db;
}
.c-btn__plus_skyblue.js-active {
  background-image: inherit;
}
.c-btn__plus_skyblue.js-active::after {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn__plus_red {
  background: #d81b0e url("/assets/img/svg/plus.svg") no-repeat center/9px;
  border: 1px solid #d81b0e;
}
.c-btn__plus_red.js-active {
  background-image: inherit;
}
.c-btn__plus_red.js-active::after {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn__plus_brown {
  background: #a66e01 url("/assets/img/svg/plus.svg") no-repeat center/9px;
  border: 1px solid #a66e01;
}
.c-btn__plus_brown.js-active {
  background-image: inherit;
}
.c-btn__plus_brown.js-active::after {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn__plus_green {
  background: #29c687 url("/assets/img/svg/plus.svg") no-repeat center/9px;
  border: 1px solid #29c687;
}
.c-btn__plus_green.js-active {
  background-image: inherit;
}
.c-btn__plus_green.js-active::after {
  background-color: #fff;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-btn__left_white {
  background-image: url("/assets/img/svg/left_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  height: 25px;
  width: 25px;
  -webkit-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}
.c-btn__left_skyblue {
  background-image: url("/assets/img/svg/left_arrow_skyblue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  border: 1px solid #39a3db;
  border-radius: 50%;
  display: block;
  height: 25px;
  width: 25px;
}
.c-btn__left_red {
  background-image: url("/assets/img/svg/left_arrow_red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  border: 1px solid #d81b0e;
  border-radius: 50%;
  display: block;
  height: 25px;
  width: 25px;
}

.c-icon, .c-icon__external, .c-icon__pdf {
  display: inline-block;
  height: 16px;
  margin-left: 1rem;
  width: 16px;
}
.c-icon__pdf {
  background: url(/assets/img/svg/icon_pdf.svg) no-repeat center/contain;
}
.c-icon__external {
  background: url(/assets/img/svg/icon_external.svg) no-repeat center/contain;
}

.c-news__list_item:first-child > a {
  padding-top: 0;
}
.c-news__list_item > a {
  border-bottom: 1px solid #9599a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 25px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-news__list_item > a:hover .news_list_text, .c-news__list_item > a:hover .news_list_text_green, .c-news__list_item > a:hover .news_list_text_brown, .c-news__list_item > a:hover .news_list_text_red, .c-news__list_item > a:hover .news_list_text_skyblue {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-news__list_item > a:hover .news_list_text_skyblue {
  color: #005392;
}
.c-news__list_item > a:hover .news_list_text_red {
  color: #971700;
}
.c-news__list_item > a:hover .news_list_text_brown {
  color: #5e3e00;
}
.c-news__list_item > a:hover .news_list_text_green {
  color: #007a77;
}
.c-news__list_item > a .news_list_text, .c-news__list_item > a .news_list_text_green, .c-news__list_item > a .news_list_text_brown, .c-news__list_item > a .news_list_text_red, .c-news__list_item > a .news_list_text_skyblue {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 12px;
  -webkit-transition: color 0.3s, font-weight 0.3s;
  transition: color 0.3s, font-weight 0.3s;
  will-change: color, font-weight;
}
.c-news__list_item .news_list_text, .c-news__list_item > a .news_list_text_skyblue, .c-news__list_item > a .news_list_text_red, .c-news__list_item > a .news_list_text_brown, .c-news__list_item > a .news_list_text_green {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 12px;
}
.c-news__date, .c-news__date_green, .c-news__date_brown, .c-news__date_red, .c-news__date_skyblue, .c-news__date_blue {
  color: #0b318f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-top: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.c-news__date_blue {
  color: #0b318f;
}
.c-news__date_skyblue {
  color: #39a3db;
}
.c-news__date_red {
  color: #d81b0e;
}
.c-news__date_brown {
  color: #a66e01;
}
.c-news__date_green {
  color: #29c687;
}
.c-news__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 3.2rem;
  font-weight: 700;
}
.c-news__category, .c-news__category_black, .c-news__category_green, .c-news__category_brown, .c-news__category_red, .c-news__category_skyblue, .c-news__category_blue {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding: 4px;
  width: 118px;
}
@media screen and (max-width: 599px) {
  .c-news__category, .c-news__category_black, .c-news__category_green, .c-news__category_brown, .c-news__category_red, .c-news__category_skyblue, .c-news__category_blue {
    width: 90px;
  }
}
.c-news__category_blue {
  background-color: #001954;
}
.c-news__category_skyblue {
  background-color: #005392;
}
.c-news__category_red {
  background-color: #971700;
}
.c-news__category_brown {
  background-color: #5e3e00;
}
.c-news__category_green {
  background-color: #007a77;
}
.c-news__category_black {
  background-color: #000;
}
.c-news__category_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  width: calc(100% - 100px);
}
.c-news__pagination {
  margin-top: 40px;
}
.c-news__pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.c-news__pagination ul li {
  display: block;
  height: 32px;
  width: 32px;
}
.c-news__pagination ul li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-news__pagination ul li a:hover {
  opacity: 0.7;
}
.c-news__pagination ul li .page-numbers {
  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;
  background-color: #d3dcf2;
  color: #0b318f;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  height: 100%;
}
.c-news__pagination ul li .page-numbers.current {
  background-color: #0b318f;
  color: #fff;
}
.c-news__pagination ul li .prev,
.c-news__pagination ul li .next {
  position: relative;
}
.c-news__pagination ul li .prev::before,
.c-news__pagination ul li .next::before {
  background: url(/assets/img/svg/icon_next01.svg) no-repeat center/contain;
  content: "";
  height: 12px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 14px;
}
.c-news__pagination ul li .prev::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.c-title, .c-title__center {
  position: relative;
  z-index: 100;
}
.c-title__center {
  text-align: center;
}
.c-title02, .c-title02--type01 {
  padding: 0 0 15px 70px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .c-title02, .c-title02--type01 {
    padding: 0 0 10px;
  }
}
.c-title02--type01 {
  padding: 0 0 15px;
}
@media screen and (max-width: 599px) {
  .c-title02--type01 {
    padding: 0 0 37px;
  }
}
.c-title02__wrap01, .c-title02__wrap01--type02, .c-title02__wrap01--type01 {
  margin-left: 70px;
}
@media screen and (max-width: 599px) {
  .c-title02__wrap01, .c-title02__wrap01--type02, .c-title02__wrap01--type01 {
    margin-left: 25px;
  }
}
.c-title02__wrap01--type01 {
  margin-left: 0;
}
.c-title02__wrap01--type02 {
  margin-left: 100px;
}
@media screen and (max-width: 599px) {
  .c-title02__wrap01--type02 {
    margin-left: 0;
  }
}
.c-title02__read, .c-title02__read--blue, .c-title02__read--brown, .c-title02__read--red, .c-title02__read--skyblue, .c-title02__read--green {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .c-title02__read, .c-title02__read--blue, .c-title02__read--brown, .c-title02__read--red, .c-title02__read--skyblue, .c-title02__read--green {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.c-title02__read--green {
  color: #007a77;
}
.c-title02__read--skyblue {
  color: #005392;
}
.c-title02__read--red {
  color: #d81b0e;
}
.c-title02__read--brown {
  color: #a66e01;
}
.c-title02__read--blue {
  color: #0b318f;
}
.c-title02__text {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .c-title02__text {
    font-size: 2.4rem;
  }
}
.c-title02__bg, .c-title02__bg--type01 {
  bottom: 0;
  display: block;
  height: 92px;
  left: 0;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .c-title02__bg, .c-title02__bg--type01 {
    height: 54px;
    left: -15px;
  }
}
.c-title02__bg--type01 {
  left: -70px;
}
@media screen and (max-width: 599px) {
  .c-title02__bg--type01 {
    height: 114px;
    left: -10px;
  }
}
.c-title__en_bg, .c-title__en_bg_center, .c-title__en_bg--type01, .c-title__en_bg_center--type01 {
  left: 50%;
  position: absolute;
  top: 40%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-title__en_bg > img, .c-title__en_bg_center > img, .c-title__en_bg--type01 > img, .c-title__en_bg_center--type01 > img {
  display: block;
  height: 91px;
}
@media screen and (max-width: 599px) {
  .c-title__en_bg > img, .c-title__en_bg_center > img, .c-title__en_bg--type01 > img, .c-title__en_bg_center--type01 > img {
    height: 54px;
  }
}
@media screen and (max-width: 599px) {
  .c-title__en_bg--type01 > img, .c-title__en_bg_center--type01 > img {
    height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .c-title__en_bg img {
    height: 70px;
    width: 300px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.c-title__en, .c-title__en_white, .c-title__en_green, .c-title__en_brown, .c-title__en_red, .c-title__en_skyblue, .c-title__en_blue {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .c-title__en, .c-title__en_white, .c-title__en_green, .c-title__en_brown, .c-title__en_red, .c-title__en_skyblue, .c-title__en_blue {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}
.c-title__en_blue {
  color: #0b318f;
}
.c-title__en_skyblue {
  color: #005392;
}
.c-title__en_red {
  color: #d81b0e;
}
.c-title__en_brown {
  color: #a66e01;
}
.c-title__en_green {
  color: #007a77;
}
.c-title__en_white {
  color: #fff;
}
.c-title__subpage {
  border-bottom: 1px solid #eeeeee;
  height: 272px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .c-title__subpage {
    height: 180px;
  }
}
.c-title__subpage_inner {
  left: 0;
  padding: 0 30px;
  position: absolute;
  top: calc(50% + 15px);
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .c-title__subpage_inner {
    padding: 0 25px;
    top: calc(50% + 5px);
  }
}
.c-title__subpage h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .c-title__subpage h2 {
    font-size: 2.8rem;
  }
}
.c-title__main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .c-title__main {
    font-size: 2.4rem;
  }
}
.c-title__info {
  background: url(/assets/img/svg/bg/blue/news_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__info {
    background: url(/assets/img/svg/bg/blue/news_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__info_skyblue {
  background: url(/assets/img/svg/bg/skyblue/news_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__info_skyblue {
    background: url(/assets/img/svg/bg/skyblue/news_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__info_red {
  background: url(/assets/img/svg/bg/red/news_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__info_red {
    background: url(/assets/img/svg/bg/red/news_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__info_brown {
  background: url(/assets/img/svg/bg/brown/news_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__info_brown {
    background: url(/assets/img/svg/bg/brown/news_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__contact_skyblue {
  background: url(/assets/img/svg/bg/skyblue/contact_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__contact_skyblue {
    background: url(/assets/img/svg/bg/skyblue/contact_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__contact_red {
  background: url(/assets/img/svg/bg/red/contact_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__contact_red {
    background: url(/assets/img/svg/bg/red/contact_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__contact_brown {
  background: url(/assets/img/svg/bg/brown/contact_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__contact_brown {
    background: url(/assets/img/svg/bg/brown/contact_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__about {
  background: url(/assets/img/svg/bg/blue/about_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__about {
    background: url(/assets/img/svg/bg/blue/about_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__message {
  background: url(/assets/img/svg/bg/blue/message_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__message {
    background: url(/assets/img/svg/bg/blue/message_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__construction {
  background: url(/assets/img/svg/bg/skyblue/works_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__construction {
    background: url(/assets/img/svg/bg/skyblue/works_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__construction_red {
  background: url(/assets/img/svg/bg/red/works_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__construction_red {
    background: url(/assets/img/svg/bg/red/works_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__history {
  background: url(/assets/img/svg/bg/blue/history_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__history {
    background: url(/assets/img/svg/bg/blue/history_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__guide_skyblue {
  background: url(/assets/img/svg/bg/skyblue/company_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__guide_skyblue {
    background: url(/assets/img/svg/bg/skyblue/company_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__guide_red {
  background: url(/assets/img/svg/bg/red/company_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__guide_red {
    background: url(/assets/img/svg/bg/red/company_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__guide_brown {
  background: url(/assets/img/svg/bg/brown/company_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__guide_brown {
    background: url(/assets/img/svg/bg/brown/company_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__privacy {
  background: url(/assets/img/svg/bg/blue/privacypolicy_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__privacy {
    background: url(/assets/img/svg/bg/blue/privacypolicy_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__termsofuse {
  background: url(/assets/img/svg/bg/blue/termsofuse_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__termsofuse {
    background: url(/assets/img/svg/bg/blue/termsofuse_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__factory {
  background: url(/assets/img/svg/bg/skyblue/factory_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__factory {
    background: url(/assets/img/svg/bg/skyblue/factory_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__vehicle {
  background: url(/assets/img/svg/bg/brown/fleet_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__vehicle {
    background: url(/assets/img/svg/bg/brown/fleet_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__transportati {
  background: url(/assets/img/svg/bg/brown/works_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__transportati {
    background: url(/assets/img/svg/bg/brown/works_bg.svg) repeat-x center 40px/auto 65px;
  }
}
.c-title__404 {
  background: url(/assets/img/svg/bg/blue/404-error_bg.svg) repeat-x center 75px/auto 94px;
}
@media screen and (max-width: 599px) {
  .c-title__404 {
    background: url(/assets/img/svg/bg/blue/404-error_bg.svg) repeat-x center 40px/auto 65px;
  }
}

.c-site__title a {
  display: grid;
  grid-template-columns: 1fr 150px;
  max-width: 204px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
@media screen and (max-width: 1237px) {
  .c-site__title a {
    margin: auto;
    padding: 20px 0px;
  }
}
@media screen and (max-width: 599px) {
  .c-site__title a {
    grid-template-columns: 1fr 113px;
    max-width: 152px;
  }
}
.c-site__title a > div {
  width: 42px;
}
@media screen and (max-width: 599px) {
  .c-site__title a > div {
    width: 33px;
  }
}
.c-site__title a > div > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-site__title a > h1 {
  display: grid;
  font-size: 2rem;
  font-weight: 800;
  grid-template-rows: 1fr;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .c-site__title a > h1 {
    font-size: 1.5rem;
  }
}
.c-site__title a > h1.js-active {
  color: #000;
}
.c-site__title a > h1 span {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  font-weight: 400;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .c-site__title a > h1 span {
    font-size: 0.9rem;
  }
}

.c-breadcrumbs {
  overflow-x: auto;
  padding: 80px 74px 30px;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .c-breadcrumbs {
    padding: 50px 25px 20px;
  }
}
.c-breadcrumbs li {
  color: #9599a2;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
}
.c-breadcrumbs li:not(:first-of-type) {
  margin-left: 8px;
  padding-left: 24px;
  position: relative;
}
.c-breadcrumbs li:not(:first-of-type)::before {
  background: #9599a2;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 16px;
}
.c-breadcrumbs li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.c-border_left__main {
  border-left: 8px solid #0b318f;
}
@media screen and (max-width: 599px) {
  .c-border_left__main {
    border-left: 4px solid #0b318f;
  }
}
.c-border_left__hasegawa {
  border-left: 8px solid #39a3db;
}
@media screen and (max-width: 599px) {
  .c-border_left__hasegawa {
    border-left: 4px solid #39a3db;
  }
}
.c-border_left__aichikenun {
  border-left: 8px solid #d81b0e;
}
@media screen and (max-width: 599px) {
  .c-border_left__aichikenun {
    border-left: 4px solid #d81b0e;
  }
}
.c-border_left__komaunyukiko {
  border-left: 8px solid #a66e01;
}
@media screen and (max-width: 599px) {
  .c-border_left__komaunyukiko {
    border-left: 4px solid #a66e01;
  }
}
.c-border_left__yamaman {
  border-left: 8px solid #29c687;
}
@media screen and (max-width: 599px) {
  .c-border_left__yamaman {
    border-left: 4px solid #29c687;
  }
}

.c-list01__blue {
  font-size: 1.6rem;
  line-height: 1.7;
  list-style-type: disc;
}
@media screen and (max-width: 599px) {
  .c-list01__blue {
    font-size: 1.2rem;
  }
}
.c-list01__blue_item {
  color: #39a3db;
}
.c-list01__red {
  font-size: 1.6rem;
  line-height: 1.7;
  list-style-type: disc;
}
@media screen and (max-width: 599px) {
  .c-list01__red {
    font-size: 1.2rem;
  }
}
.c-list01__red_item {
  color: #d81b0e;
}
.c-list01__copy {
  color: #000;
}

.p-top__fv {
  position: relative;
}
.p-top__fv_overlay {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  background: #0b12374d;
  background-blend-mode: multiply;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.p-top__fv_img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  max-width: 546px;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .p-top__fv_img {
    max-width: 266px;
  }
}
.p-top__fv_scroll {
  bottom: 20px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.065rem;
  text-align: center;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .p-top__fv_scroll {
    bottom: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
  }
}
.p-top__fv_scroll::before {
  bottom: 15px;
  content: url("/assets/img/svg/bottom_arrow.svg");
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-top__fv_scroll::after {
  bottom: -115px;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  border: 1px solid transparent;
  border-left-color: #fff;
  border-radius: 50%;
  border-right-color: #fff;
  border-top-color: #fff;
  height: 177px;
  transform: translateX(-50%);
  width: 177px;
}
@media screen and (max-width: 599px) {
  .p-top__fv_scroll::after {
    bottom: -75px;
    height: 120px;
    width: 120px;
  }
}
.p-top__fv .swiper .swiper-wrapper {
  position: relative;
}
.p-top__fv .swiper .swiper-wrapper .swiper-slide {
  height: 100vh;
}
.p-top__fv .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__fv .swiper .swiper-pagination {
  position: absolute;
  right: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  cursor: pointer;
  flex-direction: column;
  text-align: center;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .p-top__fv .swiper .swiper-pagination {
    right: 12px;
  }
}
.p-top__fv .swiper .swiper-pagination > span {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 8px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-top__fv .swiper .swiper-pagination > span {
    font-size: 1rem;
    padding: 5px;
  }
}
.p-top__fv .swiper .swiper-pagination > span:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .p-top__fv .swiper .swiper-pagination > span:not(:first-child) {
    margin-top: 14px;
  }
}
.p-top__fv .swiper .swiper-pagination > span .p-top__fvInterval {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.p-top__fv .swiper .swiper-pagination > span .p-top__fvInterval circle {
  fill: transparent;
  stroke-width: 1;
  -webkit-animation-name: circle;
  animation-name: circle;
  -webkit-animation-duration: 13.5s;
  animation-duration: 13.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes circle {
  0% {
    stroke: #fff;
    stroke-dasharray: 0 366;
  }
  99.9%, to {
    stroke: #fff;
    stroke-dasharray: 366 366;
  }
}
@keyframes circle {
  0% {
    stroke: #fff;
    stroke-dasharray: 0 366;
  }
  99.9%, to {
    stroke: #fff;
    stroke-dasharray: 366 366;
  }
}
.p-top__fv .swiper .curtain {
  background-color: black;
  height: 50%;
  position: absolute;
  width: 100%;
  z-index: 10;
  -webkit-transition: -webkit-transform ease-out-in;
  transition: -webkit-transform ease-out-in;
  transition: transform ease-out-in;
  transition: transform ease-out-in, -webkit-transform ease-out-in;
}
.p-top__fv .swiper .top-curtain {
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.p-top__fv .swiper .bottom-curtain {
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.p-top__main {
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 1237px) {
  .p-top__main {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 599px) {
  .p-top__main {
    overflow-x: hidden;
  }
}
.p-top__business_wrap {
  padding: 96px 0px 50px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-top__business_wrap {
    padding: 80px 0px 40px;
  }
}
.p-top__business_wrap .c-site__title > p {
  color: #0b318f;
}
.p-top__business_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 599px) {
  .p-top__business_col2 {
    -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;
  }
}
.p-top__business_col2 .p-top__col2_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 607px;
  flex: 0 0 607px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .p-top__business_col2 .p-top__col2_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.p-top__business_col2 .p-top__col2_left > p:nth-of-type(1) {
  margin-top: 32px;
}
.p-top__business_col2 .p-top__col2_left > p:nth-of-type(2) {
  margin-top: 32px;
}
.p-top__business_col2 .p-top__col2_left .p-top__color_text {
  color: #0b318f;
  font-size: 2.8rem;
  font-weight: 900;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-top__business_col2 .p-top__col2_left .p-top__color_text {
    font-size: 1.8rem;
  }
}
.p-top__business_col2 .p-top__col2_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 310px;
  flex: 0 1 310px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 599px) {
  .p-top__business_col2 .p-top__col2_right {
    margin-top: 20px;
  }
}
.p-top__business_col2 .p-top__col2_right img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  .p-top__business_col2 .p-top__col2_right img {
    max-width: 262px;
  }
}
.p-top__business_imgs {
  margin-top: 82px;
}
@media screen and (max-width: 599px) {
  .p-top__business_imgs {
    margin-top: 36px;
  }
}
.p-top__business_imgs ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 599px) {
  .p-top__business_imgs ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top__business_imgs ul .p-top__business_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
  padding: 0 32px;
  width: 100%;
  z-index: 100;
}
.p-top__business_imgs ul > li {
  display: grid;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
}
.p-top__business_imgs ul > li:nth-of-type(1) {
  min-height: 458px;
  -webkit-transition: all 0.3s;
  overflow: hidden;
  transition: all 0.3s;
}
.p-top__business_imgs ul > li:nth-of-type(1) .p-top__business_imgs_title {
  background-color: #39a3db;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  left: 0px;
  letter-spacing: 0.05em;
  padding-left: 32px;
  position: absolute;
  top: 77px;
  white-space: nowrap;
  width: 195px;
  z-index: 20;
}
.p-top__business_imgs ul > li:nth-of-type(1) .p-top__business_imgs_title::before {
  content: "CONSTRUCTION";
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  left: 32px;
  position: absolute;
  top: -5px;
  -webkit-transform: translateY(-50%);
  color: #39a3db;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  transform: translateY(-50%);
}
.p-top__business_imgs ul > li:nth-of-type(1) .p-top__business_imgs_text {
  min-height: 110px;
  position: relative;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .p-top__business_imgs ul > li:nth-of-type(1) .p-top__business_imgs_text {
    min-height: auto;
  }
}
.p-top__business_imgs ul > li:nth-of-type(1) .p-top__business_imgs_text > p:nth-of-type(1) {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.13rem;
}
.p-top__business_imgs ul > li:nth-of-type(1) .p-top__business_imgs_text > p:nth-of-type(2) {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 24px;
}
.p-top__business_imgs ul > li:nth-of-type(1) .p-top__business_imgs_bg {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-top__business_imgs ul > li:nth-of-type(1) .c-btn__normal48 {
  background-color: #39a3db;
  border: 1px solid #39a3db;
  bottom: 55px;
  height: 60px;
  left: 32px;
  width: 60px;
}
.p-top__business_imgs ul > li:hover .p-top__business_imgs_bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-top__business_imgs ul > li:nth-of-type(2) {
  min-height: 458px;
  -webkit-transition: all 0.3s;
  overflow: hidden;
  transition: all 0.3s;
}
.p-top__business_imgs ul > li:nth-of-type(2) .p-top__business_imgs_title {
  background-color: #d81b0e;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  left: 0px;
  letter-spacing: 0.05em;
  padding-left: 32px;
  position: absolute;
  top: 77px;
  white-space: nowrap;
  width: 195px;
  z-index: 20;
}
.p-top__business_imgs ul > li:nth-of-type(2) .p-top__business_imgs_title::before {
  content: "HEAVY EQUIPMENT";
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  left: 32px;
  position: absolute;
  top: -5px;
  -webkit-transform: translateY(-50%);
  color: #d81b0e;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  transform: translateY(-50%);
}
.p-top__business_imgs ul > li:nth-of-type(2) .p-top__business_imgs_text {
  min-height: 110px;
  position: relative;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .p-top__business_imgs ul > li:nth-of-type(2) .p-top__business_imgs_text {
    min-height: auto;
  }
}
.p-top__business_imgs ul > li:nth-of-type(2) .p-top__business_imgs_text > p:nth-of-type(1) {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.13rem;
}
.p-top__business_imgs ul > li:nth-of-type(2) .p-top__business_imgs_text > p:nth-of-type(2) {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 24px;
}
.p-top__business_imgs ul > li:nth-of-type(2) .p-top__business_imgs_bg {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-top__business_imgs ul > li:nth-of-type(2) .c-btn__normal48 {
  background-color: #d81b0e;
  border: 1px solid #d81b0e;
  bottom: 55px;
  height: 60px;
  left: 32px;
  width: 60px;
}
.p-top__business_imgs ul > li:hover .p-top__business_imgs_bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-top__business_imgs ul > li:nth-of-type(3) {
  min-height: 458px;
  -webkit-transition: all 0.3s;
  overflow: hidden;
  transition: all 0.3s;
}
.p-top__business_imgs ul > li:nth-of-type(3) .p-top__business_imgs_title {
  background-color: #a66e01;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  left: 0px;
  letter-spacing: 0.05em;
  padding-left: 32px;
  position: absolute;
  top: 77px;
  white-space: nowrap;
  width: 195px;
  z-index: 20;
}
.p-top__business_imgs ul > li:nth-of-type(3) .p-top__business_imgs_title::before {
  content: "TRANSPORTATION";
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  left: 32px;
  position: absolute;
  top: -5px;
  -webkit-transform: translateY(-50%);
  color: #a66e01;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  transform: translateY(-50%);
}
.p-top__business_imgs ul > li:nth-of-type(3) .p-top__business_imgs_text {
  min-height: 110px;
  position: relative;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .p-top__business_imgs ul > li:nth-of-type(3) .p-top__business_imgs_text {
    min-height: auto;
  }
}
.p-top__business_imgs ul > li:nth-of-type(3) .p-top__business_imgs_text > p:nth-of-type(1) {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.13rem;
}
.p-top__business_imgs ul > li:nth-of-type(3) .p-top__business_imgs_text > p:nth-of-type(2) {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 24px;
}
.p-top__business_imgs ul > li:nth-of-type(3) .p-top__business_imgs_bg {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-top__business_imgs ul > li:nth-of-type(3) .c-btn__normal48 {
  background-color: #a66e01;
  border: 1px solid #a66e01;
  bottom: 55px;
  height: 60px;
  left: 32px;
  width: 60px;
}
.p-top__business_imgs ul > li:hover .p-top__business_imgs_bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-top__business_imgs ul > li:nth-of-type(4) {
  min-height: 458px;
  -webkit-transition: all 0.3s;
  overflow: hidden;
  transition: all 0.3s;
}
.p-top__business_imgs ul > li:nth-of-type(4) .p-top__business_imgs_title {
  background-color: #29c687;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  left: 0px;
  letter-spacing: 0.05em;
  padding-left: 32px;
  position: absolute;
  top: 77px;
  white-space: nowrap;
  width: 195px;
  z-index: 20;
}
.p-top__business_imgs ul > li:nth-of-type(4) .p-top__business_imgs_title::before {
  content: "LEASING BUSINESS";
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  left: 32px;
  position: absolute;
  top: -5px;
  -webkit-transform: translateY(-50%);
  color: #29c687;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  transform: translateY(-50%);
}
.p-top__business_imgs ul > li:nth-of-type(4) .p-top__business_imgs_text {
  min-height: 110px;
  position: relative;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .p-top__business_imgs ul > li:nth-of-type(4) .p-top__business_imgs_text {
    min-height: auto;
  }
}
.p-top__business_imgs ul > li:nth-of-type(4) .p-top__business_imgs_text > p:nth-of-type(1) {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.13rem;
}
.p-top__business_imgs ul > li:nth-of-type(4) .p-top__business_imgs_text > p:nth-of-type(2) {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 24px;
}
.p-top__business_imgs ul > li:nth-of-type(4) .p-top__business_imgs_bg {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-top__business_imgs ul > li:nth-of-type(4) .c-btn__normal48 {
  background-color: #29c687;
  border: 1px solid #29c687;
  bottom: 55px;
  height: 60px;
  left: 32px;
  width: 60px;
}
.p-top__business_imgs ul > li:hover .p-top__business_imgs_bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-top__business_imgs ul > li:after {
  background-color: #000;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .p-top__business_imgs ul > li:not(:first-of-type) {
    margin-top: 20px;
  }
}
.p-top__about_wrap {
  background-color: #fff;
  padding: 72px 0;
}
@media screen and (max-width: 599px) {
  .p-top__about_wrap {
    padding: 20px 0 56px;
  }
}
.p-top__about_col2 {
  display: grid;
  grid-template-columns: 548px 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  max-width: 1170px;
  -webkit-column-gap: 72px;
  -moz-column-gap: 72px;
  column-gap: 72px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .p-top__about_col2 .p-top__col2_right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__about_col2.p-top__about_pconly.pconly {
    display: none;
  }
}
.p-top__about_col2.p-top__about_pconly .p-top__col2_left .about_img {
  padding-top: 70.0729927007%;
  position: relative;
  width: 100%;
}
.p-top__about_col2.p-top__about_pconly .p-top__col2_left .about_img img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-top__about_col2.p-top__about_pconly .p-top__col2_right ul > li {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccd0dc;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top__about_col2.p-top__about_pconly .p-top__col2_right ul > li:hover {
  background-color: #f7f8fa;
}
.p-top__about_col2.p-top__about_pconly .p-top__col2_right ul > li:hover .c-btn__normal48 {
  background-color: #39a3db;
}
.p-top__about_col2.p-top__about_pconly .p-top__col2_right ul > li:first-child {
  border-top: 1px solid #ccd0dc;
}
.p-top__about_col2.p-top__about_pconly .p-top__col2_right ul > li > a {
  padding: 32px 15px;
}
.p-top__about_col2.p-top__about_pconly .p-top__col2_right ul > li .about_img_text p:nth-of-type(1) {
  color: #0b318f;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-top__about_col2.p-top__about_pconly .p-top__col2_right ul > li .about_img_text p:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 8px;
}
.p-top__about_col2.p-top__about_pconly .p-top__col2_right ul > li .c-btn__normal48 {
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background-color: #0b318f;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top__about_col2.p-top__about_sponly.sponly {
  display: none;
}
@media screen and (max-width: 599px) {
  .p-top__about_col2.p-top__about_sponly.sponly {
    display: block;
  }
}
.p-top__about_col2.p-top__about_sponly.sponly .about_img {
  height: 100%;
}
.p-top__about_col2.p-top__about_sponly.sponly .about_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__about_col2.p-top__about_sponly.sponly ul > li:not(:first-of-type) {
  margin-top: 20px;
}
.p-top__about_col2.p-top__about_sponly.sponly ul > li .about_img_text {
  border-bottom: 1px solid #ccd0dc;
  margin-top: 26px;
  padding-bottom: 16px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-top__about_col2.p-top__about_sponly.sponly ul > li .about_img_text {
    margin-top: 16px;
  }
}
.p-top__about_col2.p-top__about_sponly.sponly ul > li .about_img_text p:nth-of-type(1) {
  color: #0b318f;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-top__about_col2.p-top__about_sponly.sponly ul > li .about_img_text p:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 8px;
}
.p-top__about_col2.p-top__about_sponly.sponly ul > li .c-btn__normal48 {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background-color: #0b318f;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .p-top__about_col2.p-top__about_sponly.sponly ul > li .c-btn__normal48 {
    height: 32px;
    width: 32px;
  }
  .p-top__about_col2.p-top__about_sponly.sponly ul > li .c-btn__normal48 img {
    width: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__about_col2 {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}
.p-top__recruit_wrap {
  max-height: 100%;
  overflow-y: hidden;
  padding-top: 50px;
}
@media screen and (max-width: 599px) {
  .p-top__recruit_wrap {
    padding-top: 40px;
  }
}
.p-top__recruit_bg {
  background: url("/assets/img/top/bg_recruit.webp") no-repeat center/cover;
  height: 580px;
  margin-bottom: 236px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-top__recruit_bg {
    height: 240px;
    margin-bottom: 510px;
  }
}
.p-top__recruit_inner {
  bottom: -75%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 96px 50px 64px;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-top__recruit_inner {
    bottom: auto;
    padding: 40px 0px 0px;
    top: 160px;
    width: calc(100% - 25px);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
.p-top__recruit_inner > p {
  font-size: 2.4rem;
  font-weight: 900;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-top__recruit_inner > p {
    font-size: 1.8rem;
    margin-top: 20px;
    text-align: left;
  }
}
.p-top__recruit_companys ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-top__recruit_companys ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top__recruit_companys ul > li {
  color: #fff;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transition: background 0.3s;
  cursor: pointer;
  transition: background 0.3s;
}
.p-top__recruit_companys ul > li:nth-of-type(1) {
  background-color: #39a3db;
}
.p-top__recruit_companys ul > li:nth-of-type(1):hover {
  background-color: #005392;
}
.p-top__recruit_companys ul > li:nth-of-type(2) {
  background-color: #d81b0e;
}
.p-top__recruit_companys ul > li:nth-of-type(2):hover {
  background-color: #971700;
}
.p-top__recruit_companys ul > li:nth-of-type(3) {
  background-color: #a66e01;
}
.p-top__recruit_companys ul > li:nth-of-type(3):hover {
  background-color: #5e3e00;
}
@media screen and (max-width: 599px) {
  .p-top__recruit_companys ul > li:not(:first-of-type) {
    margin-top: 16px;
  }
}
.p-top__recruit_companys ul > li .recruit_company {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.7;
  pointer-events: none;
  position: relative;
}
.p-top__recruit_companys ul > li .recruit_company span {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-top__recruit_companys ul > li .p-top__recruit_companys_link {
  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: 16px 24px;
}
@media screen and (max-width: 599px) {
  .p-top__recruit_companys ul > li .p-top__recruit_companys_link {
    padding: 16px;
  }
}
.p-top__recruit_companys ul > li .p-top__recruit_companys_link > span {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
}
.p-top__recruit_companys_imgs ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 599px) {
  .p-top__recruit_companys_imgs ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .p-top__recruit_companys_imgs ul > li:first-child {
    grid-column: 1/-1;
  }
}
.p-top__recruit_companys_imgs ul > li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .p-top__recruit_companys_imgs ul > li img {
    height: auto;
  }
}
.p-top__news_wrap {
  padding: 80px 0;
}
@media screen and (max-width: 599px) {
  .p-top__news_wrap {
    padding: 40px 0;
  }
}
.p-top__news_title {
  padding-top: 17px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-top__news_title {
    padding-top: 5px;
  }
}
.p-top__news_title_read, .p-top__news_title_read--blue, .p-top__news_title_read--brown, .p-top__news_title_read--red, .p-top__news_title_read--skyblue {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .p-top__news_title_read, .p-top__news_title_read--blue, .p-top__news_title_read--brown, .p-top__news_title_read--red, .p-top__news_title_read--skyblue {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.p-top__news_title_read--skyblue {
  color: #005392;
}
.p-top__news_title_read--red {
  color: #d81b0e;
}
.p-top__news_title_read--brown {
  color: #a66e01;
}
.p-top__news_title_read--blue {
  color: #0b318f;
}
.p-top__news_title_text {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .p-top__news_title_text {
    font-size: 2.4rem;
  }
}
.p-top__news_title_bg {
  display: block;
  height: 93px;
  left: -70px;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-top__news_title_bg {
    height: 54px;
    left: -10px;
  }
}
.p-top__news_bg, .p-top__news_bg_green, .p-top__news_bg_brown, .p-top__news_bg_red, .p-top__news_bg_skyblue, .p-top__news_bg_blue {
  margin: 0 auto;
  max-width: 1100px;
  padding: 80px 25px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-top__news_bg, .p-top__news_bg_green, .p-top__news_bg_brown, .p-top__news_bg_red, .p-top__news_bg_skyblue, .p-top__news_bg_blue {
    padding: 45px 25px;
  }
}
.p-top__news_bg::before, .p-top__news_bg_green::before, .p-top__news_bg_brown::before, .p-top__news_bg_red::before, .p-top__news_bg_skyblue::before, .p-top__news_bg_blue::before, .p-top__news_bg::after, .p-top__news_bg_green::after, .p-top__news_bg_brown::after, .p-top__news_bg_red::after, .p-top__news_bg_skyblue::after, .p-top__news_bg_blue::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .p-top__news_bg::before, .p-top__news_bg_green::before, .p-top__news_bg_brown::before, .p-top__news_bg_red::before, .p-top__news_bg_skyblue::before, .p-top__news_bg_blue::before, .p-top__news_bg::after, .p-top__news_bg_green::after, .p-top__news_bg_brown::after, .p-top__news_bg_red::after, .p-top__news_bg_skyblue::after, .p-top__news_bg_blue::after {
    content: none;
  }
}
.p-top__news_bg::before, .p-top__news_bg_green::before, .p-top__news_bg_brown::before, .p-top__news_bg_red::before, .p-top__news_bg_skyblue::before, .p-top__news_bg_blue::before {
  right: -45px;
  width: 45px;
}
.p-top__news_bg::after, .p-top__news_bg_green::after, .p-top__news_bg_brown::after, .p-top__news_bg_red::after, .p-top__news_bg_skyblue::after, .p-top__news_bg_blue::after {
  left: -100vw;
  width: 100vw;
}
.p-top__news_bg_blue {
  background: #f0f2f8;
}
.p-top__news_bg_blue::before, .p-top__news_bg_blue::after {
  background: #f0f2f8;
}
.p-top__news_bg_skyblue {
  background: #f1f8fc;
}
.p-top__news_bg_skyblue::before, .p-top__news_bg_skyblue::after {
  background: #f1f8fc;
}
.p-top__news_bg_red {
  background: #fef4ee;
}
.p-top__news_bg_red::before, .p-top__news_bg_red::after {
  background: #fef4ee;
}
.p-top__news_bg_brown {
  background: #fff7e8;
}
.p-top__news_bg_brown::before, .p-top__news_bg_brown::after {
  background: #fff7e8;
}
.p-top__news_bg_green {
  background: #ecfff7;
}
.p-top__news_bg_green::before, .p-top__news_bg_green::after {
  background: #ecfff7;
}
.p-top__news_col2 {
  display: grid;
  grid-template-columns: auto 719px;
}
@media screen and (max-width: 599px) {
  .p-top__news_col2 {
    grid-template-columns: 1fr;
    -webkit-column-gap: inherit;
    -moz-column-gap: inherit;
    column-gap: inherit;
    width: auto;
  }
}
.p-top__news_col2 .p-top__news_subpage_left {
  display: block;
}
.p-top__news_col2 .c-title .c-title__en_bg {
  color: #f0f2f8;
}
.p-top__news_col2_left {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-top__news_col2_right {
  min-height: 380px;
}
@media screen and (max-width: 599px) {
  .p-top__news_col2_right {
    min-height: auto;
  }
}
.p-top__news_col2 .c-btn__base {
  -ms-flex-item-align: end;
  align-self: end;
}
@media screen and (max-width: 599px) {
  .p-top__news_col2 .c-btn__base {
    margin: 32px auto 0;
  }
}
.p-top__news_col2 .c-btn__base .c-btn__normal24 {
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-top__news_col2 .c-btn__base .c-btn__normal24 > img {
  width: 9px;
}
@media screen and (max-width: 599px) {
  .p-top__news_company_name {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 30px 0 24px;
  }
}
.p-top__news_company_name > li:not(:first-of-type) {
  margin-top: 16px;
}
@media screen and (max-width: 599px) {
  .p-top__news_company_name > li:not(:first-of-type) {
    margin-top: 0;
  }
}
.p-top__news_company_name > li:nth-of-type(1) > a {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.065rem;
  padding: 8px 40px 8px 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .p-top__news_company_name > li:nth-of-type(1) > a {
    padding: 8px 0;
  }
}
.p-top__news_company_name > li:nth-of-type(1) > a::after {
  background-color: transparent;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-top__news_company_name > li:nth-of-type(1) > a::before {
  background-color: #39a3db;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 10px;
  position: relative;
  width: 8px;
}
.p-top__news_company_name > li:nth-of-type(1) > a:hover::after {
  background-color: #ccd0dc;
}
.p-top__news_company_name > li:nth-of-type(2) > a {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.065rem;
  padding: 8px 40px 8px 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .p-top__news_company_name > li:nth-of-type(2) > a {
    padding: 8px 0;
  }
}
.p-top__news_company_name > li:nth-of-type(2) > a::after {
  background-color: transparent;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-top__news_company_name > li:nth-of-type(2) > a::before {
  background-color: #d81b0e;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 10px;
  position: relative;
  width: 8px;
}
.p-top__news_company_name > li:nth-of-type(2) > a:hover::after {
  background-color: #ccd0dc;
}
.p-top__news_company_name > li:nth-of-type(3) > a {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.065rem;
  padding: 8px 40px 8px 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .p-top__news_company_name > li:nth-of-type(3) > a {
    padding: 8px 0;
  }
}
.p-top__news_company_name > li:nth-of-type(3) > a::after {
  background-color: transparent;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-top__news_company_name > li:nth-of-type(3) > a::before {
  background-color: #a66e01;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 10px;
  position: relative;
  width: 8px;
}
.p-top__news_company_name > li:nth-of-type(3) > a:hover::after {
  background-color: #ccd0dc;
}

.p-info__tabs_name {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .p-info__tabs_name {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2px;
  }
}
.p-info__tabs_name > li > a {
  background-color: #d3dcf2;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 14px 0;
  text-align: center;
  width: 100%;
}
.p-info__tabs_name > li.p-info__tabs_active a {
  background-color: #0b318f;
  color: #fff;
}
.p-info__tabs_name > li.p-info__tabs_hasegawakensetsu_active a {
  background-color: #39a3db;
  color: #fff;
}
.p-info__tabs_name > li.p-info__tabs_aichikenun_active a {
  background-color: #d81b0e;
  color: #fff;
}
.p-info__tabs_name > li.p-info__tabs_komaunyukiko_active a {
  background-color: #a66e01;
  color: #fff;
}
.p-info__lists {
  padding-top: 64px;
}
@media screen and (max-width: 599px) {
  .p-info__lists {
    padding-top: 50px;
  }
}
.p-info__detail_title {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 64px;
}
.p-info__detail_title_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 56px;
  padding-top: 56px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-info__detail_body {
  margin-top: 48px;
}
@media screen and (max-width: 599px) {
  .p-info__detail_body {
    margin-top: 24px;
  }
}
.p-info__detail_body > *:first-child {
  margin-top: 0 !important;
}
.p-info__detail_body > * + * {
  margin-top: 20px;
}
.p-info__detail_body h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 48px;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-info__detail_body h2 {
    margin-top: 24px;
  }
}
.p-info__detail_body h2::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#0b318f), color-stop(20%, #0b318f), color-stop(20%, #9599a2), to(#9599a2));
  background-image: linear-gradient(to right, #0b318f 0%, #0b318f 20%, #9599a2 20%, #9599a2 100%);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-info__detail_body h3 {
  border-left: 5px solid #0b318f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 48px;
  padding-left: 1rem;
}
@media screen and (max-width: 599px) {
  .p-info__detail_body h3 {
    margin-top: 24px;
  }
}
.p-info__detail_body h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 48px;
}
@media screen and (max-width: 599px) {
  .p-info__detail_body h4 {
    margin-top: 24px;
  }
}
.p-info__detail_body p {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-info__detail_body p a {
  color: #0b318f;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
.p-info__detail_body p a:hover {
  opacity: 0.7;
}
.p-info__detail_body p a[target=_blank] {
  background: url(/assets/img/svg/icon_external.svg) no-repeat right 7px center/15px;
  padding-right: 29px;
}
.p-info__detail_body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  list-style: disc outside none;
  padding-left: 2.8rem;
}
.p-info__detail_body ul > li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-info__detail_body ul > li::marker {
  color: #0b318f;
  font-size: 1.6rem;
}
.p-info__detail_body ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  counter-reset: list-counter;
  flex-direction: column;
  gap: 6px;
  list-style-type: none;
  padding-left: 2.1rem;
}
.p-info__detail_body ol > li {
  counter-increment: list-counter;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  position: relative;
}
.p-info__detail_body ol > li::before {
  color: #0b318f;
  content: counter(list-counter) ".";
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  left: -2.1rem;
  position: absolute;
}
.p-info__detail_body figure figcaption {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-info__detail_body figure a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
}
.p-info__detail_body figure a:hover {
  opacity: 0.7;
}

.p-contact__lists {
  padding-top: 64px;
}
@media screen and (max-width: 599px) {
  .p-contact__lists {
    padding-top: 40px;
  }
}
.p-contact__form {
  margin: auto;
  max-width: 960px;
}
.p-contact__form_group {
  display: grid;
  grid-template-columns: 1fr 680px;
}
@media screen and (max-width: 599px) {
  .p-contact__form_group {
    grid-template-columns: 1fr;
  }
}
.p-contact__form_group:not(:first-of-type) {
  margin-top: 48px;
}
@media screen and (max-width: 599px) {
  .p-contact__form_group:not(:first-of-type) {
    margin-top: 30px;
  }
}
.p-contact__form_label {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 10px 16px 10px 0;
}
@media screen and (max-width: 599px) {
  .p-contact__form_label {
    padding: 0 0 15px;
  }
}
.p-contact__form_required, .p-contact__form_required--brown, .p-contact__form_required--red, .p-contact__form_required--skyblue {
  position: relative;
}
.p-contact__form_required::before, .p-contact__form_required--brown::before, .p-contact__form_required--red::before, .p-contact__form_required--skyblue::before {
  color: #fff;
  content: "必須";
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  line-height: 1;
  margin-right: 1rem;
  padding: 3px 6px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact__form_required--skyblue::before {
  background-color: #005392;
}
.p-contact__form_required--red::before {
  background-color: #971700;
}
.p-contact__form_required--brown::before {
  background-color: #5e3e00;
}
.p-contact__form_option {
  position: relative;
}
.p-contact__form_option::before {
  background-color: #eeeeee;
  color: #000;
  content: "任意";
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
  line-height: 1;
  margin-right: 1rem;
  padding: 3px 6px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact__form_input_text50 {
  background-color: #eeeeee;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 10px 16px;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .p-contact__form_input_text50 {
    width: 100%;
  }
}
.p-contact__form_input_text100 {
  background-color: #eeeeee;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 10px 16px;
  width: 100%;
}
.p-contact__form_input_tel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  background-color: inherit;
  column-gap: 30px;
  padding: 0;
  position: relative;
}
.p-contact__form_input_tel:not(:first-child)::before, .p-contact__form_input_tel:not(:first-child)::after {
  content: "-";
  display: inline-block;
  position: absolute;
  z-index: 10;
}
.p-contact__form_input_tel:not(:first-child)::before {
  left: calc(100% / 3);
  top: 50%;
  -webkit-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
}
.p-contact__form_input_tel:not(:first-child)::after {
  right: calc(100% / 3);
  top: 50%;
  -webkit-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
}
.p-contact__form_input_tel input {
  background-color: #eeeeee;
  font-size: 1.6rem;
  padding: 15px;
}
.p-contact__form_input_textarea {
  background-color: #eeeeee;
  font-size: 1.6rem;
  height: 250px;
  line-height: 1.7;
  padding: 10px 16px;
  width: 100%;
}
.p-contact__form_agree {
  font-size: 1.6rem;
  padding: 10px 16px;
  width: 100%;
}
.p-contact__form_agree .wpcf7-list-item {
  margin-left: 0;
}
.p-contact__form_agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-contact__form_agree label > input {
  height: 2rem;
  margin-right: 20px;
  width: 2rem;
}
.p-contact__form_agree_text {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 16px;
}
.p-contact__form_agree_text a {
  text-decoration: underline;
}
.p-contact__form_text {
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-contact__form_text_wrap {
  padding: 10px 16px 10px 0;
}
@media screen and (max-width: 599px) {
  .p-contact__form_text_wrap {
    padding: 0;
  }
}
.p-contact__form_submit, .p-contact__form_submit_back, .p-contact__form_submit_brown, .p-contact__form_submit_red, .p-contact__form_submit_skyblue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  line-height: 3.5;
  width: 262px;
  -webkit-transition: background 0.3s;
  cursor: pointer;
  transition: background 0.3s;
}
.p-contact__form_submit_skyblue {
  background-color: #39a3db;
}
.p-contact__form_submit_skyblue:hover {
  background-color: #005392;
}
.p-contact__form_submit_red {
  background-color: #d81b0e;
}
.p-contact__form_submit_red:hover {
  background-color: #971700;
}
.p-contact__form_submit_brown {
  background-color: #a66e01;
}
.p-contact__form_submit_brown:hover {
  background-color: #5e3e00;
}
.p-contact__form_submit_back {
  background-color: #9599a2;
  text-align: right;
}
.p-contact__form_submit_back:hover {
  background-color: #ccd0dc;
}
.p-contact__form_submit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 48px;
}
.p-contact__form_submit > input, .p-contact__form_submit_skyblue > input, .p-contact__form_submit_red > input, .p-contact__form_submit_brown > input, .p-contact__form_submit_back > input, .p-contact__form_submit > a, .p-contact__form_submit_skyblue > a, .p-contact__form_submit_red > a, .p-contact__form_submit_brown > a, .p-contact__form_submit_back > a {
  display: block;
  padding: 0px 16px;
  width: 100%;
}
.p-contact__thanks_text01 {
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-contact__thanks_text01 {
    font-size: 1.5rem;
  }
}

.p-about__main {
  overflow-x: auto;
}
.p-about__ja_title {
  background: url(/assets/img/svg/main_icon.svg) no-repeat left center/16px;
  color: #001954;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 26px;
}
@media screen and (max-width: 599px) {
  .p-about__ja_title {
    background-position: 0 4px;
    font-size: 1.2rem;
  }
}
.p-about__en_title {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 599px) {
  .p-about__en_title {
    font-size: 3.2rem;
  }
}
.p-about__who {
  padding: 64px 0 50px;
}
@media screen and (max-width: 599px) {
  .p-about__who {
    padding: 50px 0 35px;
  }
}
.p-about__who_text {
  display: grid;
  grid-template-columns: 1fr 720px;
}
@media screen and (max-width: 599px) {
  .p-about__who_text {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.p-about__who_right p:not(:first-of-type) {
  margin-top: 30px;
}
.p-about__who_img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 64px;
}
@media screen and (max-width: 599px) {
  .p-about__who_img {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
.p-about__who_img > div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-about__guidelines {
  background: #fff url(/assets/img/svg/guidelines_bg.svg) no-repeat right bottom/520px;
  padding: 72px 0;
}
@media screen and (max-width: 599px) {
  .p-about__guidelines {
    background: #fff url(/assets/img/svg/guidelines_bg.svg) no-repeat right bottom/220px;
    padding: 40px 0;
  }
}
.p-about__guidelines_text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 140px;
  -moz-column-gap: 140px;
  column-gap: 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .p-about__guidelines_text {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.p-about__guidelines_action {
  margin-top: 32px;
}
.p-about__guidelines_action .p-about__guidelines_action_items > li {
  border-top: 1px solid #eeeeee;
  padding: 40px;
}
@media screen and (max-width: 599px) {
  .p-about__guidelines_action .p-about__guidelines_action_items > li {
    padding: 40px 0;
  }
}
.p-about__guidelines_action .p-about__guidelines_action_items > li:last-of-type {
  border-bottom: 1px solid #eeeeee;
}
.p-about__guidelines_action .p-about__guidelines_action_items > li .p-about__guidelines_action_title {
  color: #0b318f;
  font-size: 2.4rem;
  font-weight: 900;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-about__guidelines_action .p-about__guidelines_action_items > li .p-about__guidelines_action_title {
    font-size: 2rem;
  }
}
.p-about__guidelines_action .p-about__guidelines_action_items > li .p-about__guidelines_action_rule {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .p-about__guidelines_action .p-about__guidelines_action_items > li .p-about__guidelines_action_rule {
    font-size: 1.5rem;
  }
}
.p-about__guidelines_action .p-about__guidelines_action_items > li .p-about__guidelines_action_rule > li {
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-about__guidelines_action .p-about__guidelines_action_items > li .p-about__guidelines_action_rule > li {
    padding-left: 20px;
  }
}
.p-about__guidelines_action .p-about__guidelines_action_items > li .p-about__guidelines_action_rule > li::before {
  content: "";
  left: 0;
  position: absolute;
  top: 14px;
  -webkit-transform: translateY(-50%);
  background-color: #0b318f;
  border-radius: 50%;
  height: 8px;
  transform: translateY(-50%);
  width: 8px;
}
@media screen and (max-width: 599px) {
  .p-about__guidelines_action .p-about__guidelines_action_items > li .p-about__guidelines_action_rule > li::before {
    height: 8px;
    top: 10px;
    width: 8px;
  }
}
.p-about__guidelines_action .p-about__guidelines_action_items > li .p-about__guidelines_action_rule > li:not(:first-of-type) {
  margin-top: 10px;
}
.p-about__business {
  padding: 72px 0;
}
@media screen and (max-width: 599px) {
  .p-about__business {
    padding: 50px 0;
  }
}
.p-about__business_title_wrap {
  margin-bottom: 32px;
}
.p-about__business_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-about__business_title p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.24rem;
  padding: 0px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .p-about__business_title p {
    font-size: 2rem;
    padding: 0px 15px;
  }
}
.p-about__business_title h4 {
  color: #000;
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .p-about__business_title h4 {
    font-size: 2rem;
  }
}
.p-about__business_text {
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .p-about__business_text {
    margin-top: 20px;
  }
}
.p-about__business_viewmore {
  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;
  height: 52px;
  margin-top: 40px;
  padding: 0px 16px;
  width: 196px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 599px) {
  .p-about__business_viewmore {
    margin-top: 20px;
  }
}
.p-about__business_viewmore_text {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-about__business_items > ul > li {
  display: grid;
  grid-template-columns: 1fr 510px;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1237px) {
  .p-about__business_items > ul > li {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media screen and (max-width: 599px) {
  .p-about__business_items > ul > li {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.p-about__business_items > ul > li:not(:first-of-type) {
  margin-top: 50px;
}
.p-about__business_items > ul > li:nth-of-type(2n) .p-about__business_items_right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 599px) {
  .p-about__business_items > ul > li:nth-of-type(2n) .p-about__business_items_right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.p-about__business_items > ul > li:nth-of-type(2n) .p-about__business_items_left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 599px) {
  .p-about__business_items > ul > li:nth-of-type(2n) .p-about__business_items_left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.p-about__business_items > ul > li:nth-child(1) .p-about__business_title p {
  background-color: #39a3db;
}
.p-about__business_items > ul > li:nth-child(1) .p-about__business_viewmore {
  background-color: #39a3db;
}
.p-about__business_items > ul > li:nth-child(1) .p-about__business_viewmore:hover {
  background-color: #005392;
}
.p-about__business_items > ul > li:nth-child(2) .p-about__business_title p {
  background-color: #d81b0e;
}
.p-about__business_items > ul > li:nth-child(2) .p-about__business_viewmore {
  background-color: #d81b0e;
}
.p-about__business_items > ul > li:nth-child(2) .p-about__business_viewmore:hover {
  background-color: #971700;
}
.p-about__business_items > ul > li:nth-child(3) .p-about__business_title p {
  background-color: #a66e01;
}
.p-about__business_items > ul > li:nth-child(3) .p-about__business_viewmore {
  background-color: #a66e01;
}
.p-about__business_items > ul > li:nth-child(3) .p-about__business_viewmore:hover {
  background-color: #5e3e00;
}
.p-about__business_items > ul > li:nth-child(4) .p-about__business_title p {
  background-color: #29c687;
}
.p-about__business_items > ul > li:nth-child(4) .p-about__business_viewmore {
  background-color: #29c687;
}
.p-about__business_items > ul > li:nth-child(4) .p-about__business_viewmore:hover {
  background-color: #007a77;
}
.p-about__business_items_left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.p-about__business_items_right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.p-about__business_items_right img {
  height: 340px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 599px) {
  .p-about__business_items_right img {
    height: auto;
  }
}
.p-about__corporate_mark {
  background: -webkit-gradient(linear, left top, right top, color-stop(95%, #f0f2f8), color-stop(95%, transparent));
  background: linear-gradient(to right, #f0f2f8 95%, transparent 95%);
  padding: 80px 0;
}
@media screen and (max-width: 599px) {
  .p-about__corporate_mark {
    background-color: #f0f2f8;
    padding: 50px 0;
  }
}
.p-about__corporate_mark.inner {
  max-width: 100%;
}
@media screen and (max-width: 1237px) {
  .p-about__corporate_mark.inner {
    max-width: inherit;
  }
}
.p-about__corporate_mark_inner {
  display: grid;
  grid-template-columns: 1fr 240px;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
@media screen and (max-width: 599px) {
  .p-about__corporate_mark_inner {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.p-about__corporate_mark_text {
  margin-top: 32px;
}
.p-about__corporate_mark_text p {
  color: #000;
  line-height: 1.5;
}
.p-about__corporate_mark_text p:not(:first-of-type) {
  margin-top: 30px;
}
.p-about__corporate_mark_right img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  max-height: 264px;
  object-fit: contain;
}

.p-message__main {
  padding-top: 50px;
}
.p-message__content {
  display: grid;
  grid-template-columns: 480px 540px;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1237px) {
  .p-message__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 599px) {
  .p-message__content {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.p-message__content_bg {
  background: -webkit-gradient(linear, right top, left top, color-stop(95%, #f0f2f8), color-stop(95%, transparent));
  background: linear-gradient(to left, #f0f2f8 95%, transparent 95%);
  padding: 80px 0;
}
@media screen and (max-width: 1237px) {
  .p-message__content_bg {
    background-color: #f0f2f8;
  }
}
@media screen and (max-width: 599px) {
  .p-message__content_bg {
    padding: 40px 0;
    width: 100%;
  }
}
.p-message__content_left img {
  height: 600px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  .p-message__content_left img {
    height: 100%;
  }
}
.p-message__content_right > p:not(:first-of-type) {
  margin-top: 30px;
}
.p-message__content_name {
  margin-top: 40px;
}
.p-message__content_name > p {
  font-size: 2rem;
  font-weight: 700;
}
.p-message__content_name > img {
  margin-top: 10px;
  width: 220px;
}

.p-construction__main .construction_img_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
}
@media screen and (max-width: 599px) {
  .p-construction__main .construction_img_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    height: 100%;
    margin-top: 50px;
    width: 100%;
  }
  .p-construction__main .construction_img_wrap div:nth-child(1) {
    grid-column: 1/-1;
  }
}
.p-construction__main .construction_img_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-construction__main .construction_textbox {
  margin: -32px 0 80px;
}
@media screen and (max-width: 599px) {
  .p-construction__main .construction_textbox {
    margin: -26px 0 50px;
  }
}
.p-construction__main .construction_textbox p:first-child {
  background-color: #39a3db;
  color: #fff;
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 32px;
  padding: 8px 20px;
}
@media screen and (max-width: 599px) {
  .p-construction__main .construction_textbox p:first-child {
    font-size: 3rem;
  }
}
.p-construction__main .construction_textbox:nth-child(2) {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 27.2px;
}
.p-construction__main .wrap_construction {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-construction__main .wrap_construction {
    padding: 50px 0;
  }
}
.p-construction__main .wrap_construction::before {
  background-color: #f1f8fc;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 96%;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .p-construction__main .wrap_construction::before {
    width: 100%;
  }
}
.p-construction__main .box_construction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-construction__main .box_construction:not(:last-of-type) {
  margin-bottom: 56px;
}
@media screen and (max-width: 599px) {
  .p-construction__main .box_construction:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.p-construction__main .box_construction > div,
.p-construction__main .box_construction > img {
  max-width: 530px;
  width: 46.3636364%;
}
.p-construction__main .box_construction > img {
  -o-object-fit: contain;
  object-fit: contain;
}
.p-construction__main .box_construction span {
  color: #39a3db;
  display: block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .p-construction__main .box_construction span {
    font-size: 1.8rem;
  }
}
.p-construction__main .box_construction .viewall_btn {
  background-color: #39a3db;
}
.p-construction__main .box_construction .viewall_btn:hover {
  background-color: #005392;
}
.p-construction__main .title_construction {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .p-construction__main .title_construction {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.p-construction__main .text_construction {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .p-construction__main .text_construction {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
.p-construction__main .viewall_btn {
  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;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08rem;
  padding: 13px 12px 13px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-construction__main .viewall_btn::after {
  background-image: url(/assets/img/svg/left_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 25px;
  margin-left: 64px;
  width: 25px;
}
@media screen and (max-width: 599px) {
  .p-construction__main .box_construction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-construction__main .box_construction:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-construction__main .box_construction > div,
.p-construction__main .box_construction > img {
    width: 100%;
  }
  .p-construction__main .box_construction > img {
    margin-top: 30px;
  }
}
.p-construction__main_bridge .wrap_bridge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-construction__main_bridge .wrap_bridge:first-child {
  margin-top: 64px;
}
@media screen and (max-width: 599px) {
  .p-construction__main_bridge .wrap_bridge:first-child {
    margin-top: 50px;
  }
}
.p-construction__main_bridge .wrap_bridge:not(:last-of-type) {
  margin-bottom: 56px;
}
.p-construction__main_bridge .wrap_bridge .box_bridge {
  width: 46.3636364%;
}
.p-construction__main_bridge .wrap_bridge .title_bridge {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 32px;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-construction__main_bridge .wrap_bridge .title_bridge {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-construction__main_bridge .wrap_bridge .title_bridge::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background-color: #39a3db;
  height: 100%;
  transform: translateY(-50%);
  width: 5px;
}
.p-construction__main_bridge .wrap_bridge .project_data {
  background: url(/assets/img/svg/Unicon.svg) no-repeat left center/20px;
  color: #005392;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 599px) {
  .p-construction__main_bridge .wrap_bridge .project_data {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.p-construction__main_bridge .wrap_bridge .data_bridge {
  margin-bottom: 20px;
}
.p-construction__main_bridge .wrap_bridge table {
  border-bottom: solid 1px #39a3db;
  border-collapse: collapse;
  border-top: solid 1px #39a3db;
  width: 100%;
}
.p-construction__main_bridge .wrap_bridge table .tb_title {
  background-color: #cae7f5;
  border-bottom: solid 1px #fff;
  color: #005392;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  padding: 12px 16px;
  vertical-align: middle;
  width: 125px;
}
@media screen and (max-width: 599px) {
  .p-construction__main_bridge .wrap_bridge table .tb_title {
    font-size: 1.5rem;
  }
}
.p-construction__main_bridge .wrap_bridge table .tb_text {
  border-bottom: solid 1px #ccd0dc;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 12px 16px;
}
@media screen and (max-width: 599px) {
  .p-construction__main_bridge .wrap_bridge table .tb_text {
    font-size: 1.5rem;
  }
}
.p-construction__main_bridge .wrap_bridge table tr:last-child .tb_title,
.p-construction__main_bridge .wrap_bridge table tr:last-child .tb_text {
  border-bottom: none;
}
.p-construction__main_bridge .wrap_bridge img {
  width: 49.0909091%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  .p-construction__main_bridge .wrap_bridge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-construction__main_bridge .wrap_bridge .box_bridge,
.p-construction__main_bridge .wrap_bridge img {
    width: 100%;
  }
  .p-construction__main_bridge .wrap_bridge img {
    margin-top: 32px;
  }
}
.p-construction__main_aichikeun {
  /*3つ並び画像*/
  /*挑戦の先に広がる、*/
  /*施工一覧*/
}
.p-construction__main_aichikeun .p-img__construction {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
}
@media screen and (max-width: 599px) {
  .p-construction__main_aichikeun .p-img__construction {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    height: 100%;
    margin-top: 50px;
    width: 100%;
  }
  .p-construction__main_aichikeun .p-img__construction div:nth-child(1) {
    grid-column: 1/-1;
  }
}
.p-construction__main_aichikeun .p-img__construction img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-construction__main_aichikeun .p-textbox__aichi_construction {
  margin: -32px 0 80px;
}
@media screen and (max-width: 599px) {
  .p-construction__main_aichikeun .p-textbox__aichi_construction {
    margin: -26px 0 50px;
  }
}
.p-construction__main_aichikeun .p-textbox__aichi_construction div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-construction__main_aichikeun .p-textbox__aichi_construction div p:first-child,
.p-construction__main_aichikeun .p-textbox__aichi_construction div p:nth-child(2) {
  background-color: #d81b0e;
  color: #fff;
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 8px 20px;
}
@media screen and (max-width: 599px) {
  .p-construction__main_aichikeun .p-textbox__aichi_construction div p:first-child,
.p-construction__main_aichikeun .p-textbox__aichi_construction div p:nth-child(2) {
    font-size: 3rem;
  }
}
.p-construction__main_aichikeun .p-textbox__aichi_construction > p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .p-construction__main_aichikeun .p-textbox__aichi_construction > p {
    font-size: 1.5rem;
  }
}
.p-construction__main_aichikeun .p-wrap__aichi_construction {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-construction__main_aichikeun .p-wrap__aichi_construction {
    padding: 50px 0;
  }
}
.p-construction__main_aichikeun .p-wrap__aichi_construction::before {
  background-color: #fef4ee;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 96%;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .p-construction__main_aichikeun .p-wrap__aichi_construction::before {
    width: 100%;
  }
}
.p-construction__main_aichikeun .p-box__aichi_construction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-construction__main_aichikeun .p-box__aichi_construction:not(:last-of-type) {
  margin-bottom: 56px;
}
@media screen and (max-width: 599px) {
  .p-construction__main_aichikeun .p-box__aichi_construction:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.p-construction__main_aichikeun .p-box__aichi_construction > div,
.p-construction__main_aichikeun .p-box__aichi_construction > img {
  width: 46.3636364%;
}
.p-construction__main_aichikeun .p-box__aichi_construction > img {
  -o-object-fit: contain;
  object-fit: contain;
}
.p-construction__main_aichikeun .p-box__aichi_construction span {
  color: #d81b0e;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .p-construction__main_aichikeun .p-box__aichi_construction span {
    font-size: 1.8rem;
  }
}
.p-construction__main_aichikeun .p-title__aichi_construction {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .p-construction__main_aichikeun .p-title__aichi_construction {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.p-construction__main_aichikeun .p-text__aichi_construction {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .p-construction__main_aichikeun .p-text__aichi_construction {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
.p-construction__main_aichikeun .c-viewall__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  padding: 13px 12px 13px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-construction__main_aichikeun .p-box__aichi_construction .c-viewall__btn {
  background-color: #d81b0e;
}
.p-construction__main_aichikeun .p-box__aichi_construction .c-viewall__btn:hover {
  background-color: #971700;
}
.p-construction__main_aichikeun .c-viewall__btn::after {
  background-image: url(/assets/img/svg/left_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 25px;
  margin-left: 64px;
  width: 25px;
}
@media screen and (max-width: 599px) {
  .p-construction__main_aichikeun .p-box__aichi_construction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-construction__main_aichikeun .p-box__aichi_construction:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-construction__main_aichikeun .p-box__aichi_construction > div,
.p-construction__main_aichikeun .p-box__aichi_construction > img {
    width: 100%;
  }
  .p-construction__main_aichikeun .p-box__aichi_construction > img {
    margin-top: 30px;
  }
}
.p-construction__hydraulic {
  /*ラフタークレーン*/
  /*表*/
}
.p-construction__hydraulic .p-container__hydraulic {
  margin: 64px 0 80px;
}
@media screen and (max-width: 599px) {
  .p-construction__hydraulic .p-container__hydraulic {
    margin: 50px 0 60px;
  }
}
.p-construction__hydraulic .p-container__hydraulic > span {
  background: url(/assets/img/svg/hydraulic_icon.svg) no-repeat left center/18px;
  color: #971700;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 28px;
}
@media screen and (max-width: 599px) {
  .p-construction__hydraulic .p-container__hydraulic > span {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.p-construction__hydraulic .p-container__hydraulic > p {
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .p-construction__hydraulic .p-container__hydraulic > p {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
.p-construction__hydraulic .p-container__hydraulic > div:not(:has(.scroll-hint-icon-wrap)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-construction__hydraulic .p-container__hydraulic img {
  height: 366px;
  width: 36.3636364%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-construction__hydraulic .p-container_p__hydraulic {
  background: #fef4ee;
  padding: 48px;
  width: 63.6363636%;
}
@media screen and (max-width: 599px) {
  .p-construction__hydraulic .p-container_p__hydraulic {
    padding: 30px;
  }
}
.p-construction__hydraulic .p-wrap__hydraulic:first-child {
  margin-top: 64px;
}
@media screen and (max-width: 599px) {
  .p-construction__hydraulic .p-wrap__hydraulic:first-child {
    margin-top: 40px;
  }
}
.p-construction__hydraulic .p-wrap__hydraulic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.p-construction__hydraulic .p-wrap__hydraulic:not(:last-of-type) {
  margin-bottom: 56px;
}
@media screen and (max-width: 599px) {
  .p-construction__hydraulic .p-wrap__hydraulic:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.p-construction__hydraulic .p-box__hydraulic {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 510px;
  flex: 0 1 510px;
}
@media screen and (max-width: 599px) {
  .p-construction__hydraulic .p-box__hydraulic {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.p-construction__hydraulic .p-title__hydraulic {
  border-left: solid 5px #d81b0e;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 32px;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-construction__hydraulic .p-title__hydraulic {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.p-construction__hydraulic .p-box__hydraulic span {
  background: url(/assets/img/svg/hydraulic_icon.svg) no-repeat left center/20px;
  color: #971700;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 599px) {
  .p-construction__hydraulic .p-box__hydraulic span {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.p-construction__hydraulic .p-data__hydraulic {
  margin-bottom: 20px;
}
.p-construction__hydraulic .p-box__hydraulic table {
  border-bottom: solid 1px #d81b0e;
  border-collapse: collapse;
  border-top: solid 1px #d81b0e;
  width: 100%;
}
.p-construction__hydraulic .p-tb_title__hydraulic {
  background-color: #ffd9c2;
  border-bottom: solid 1px #fff;
  color: #971700;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px;
  vertical-align: middle;
  width: 24.5098039%;
}
@media screen and (max-width: 599px) {
  .p-construction__hydraulic .p-tb_title__hydraulic {
    font-size: 1.5rem;
  }
}
.p-construction__hydraulic .p-tb_text__hydraulic {
  border-bottom: solid 1px #ccd0dc;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 16px;
}
@media screen and (max-width: 599px) {
  .p-construction__hydraulic .p-tb_text__hydraulic {
    font-size: 1.5rem;
  }
}
.p-construction__hydraulic .p-pdf_btn__hydraulic {
  background-color: #d81b0e;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  margin: 16px 0;
  min-width: 164px;
  padding: 9px 30px 9px 10px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-construction__hydraulic .p-pdf_btn__hydraulic:hover {
  background-color: #971700;
}
.p-construction__hydraulic .p-pdf_btn__hydraulic:last-child {
  margin-bottom: 0;
}
.p-construction__hydraulic .p-pdf_btn__hydraulic img {
  height: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-construction__hydraulic .p-box__hydraulic tr:last-child .p-tb_title__hydraulic,
.p-construction__hydraulic .p-box__hydraulic tr:last-child .p-tb_text__hydraulic {
  border-bottom: none;
}
.p-construction__hydraulic .p-wrap__hydraulic > img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 540px;
  flex: 0 1 540px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  .p-construction__hydraulic .p-wrap__hydraulic > img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 599px) {
  .p-construction__hydraulic .p-container__hydraulic > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-construction__hydraulic .p-container_p__hydraulic,
.p-construction__hydraulic .p-container__hydraulic img {
    height: auto;
    width: 100%;
  }
  .p-construction__hydraulic .p-wrap__hydraulic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-construction__hydraulic .p-box__hydraulic,
.p-construction__hydraulic .p-wrap__hydraulic > img {
    width: 100%;
  }
  .p-construction__hydraulic .p-wrap__hydraulic > img {
    margin-top: 32px;
  }
}

.p-guide__wrap {
  padding-top: 64px;
}
@media screen and (max-width: 599px) {
  .p-guide__wrap {
    padding-top: 50px;
  }
}
.p-guide__info {
  margin: 0 auto;
  max-width: 960px;
}
.p-guide__info_section, .p-guide__info_section_brown, .p-guide__info_section_green, .p-guide__info_section_red {
  display: grid;
  grid-template-columns: 232px 1fr;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-guide__info_section, .p-guide__info_section_brown, .p-guide__info_section_green, .p-guide__info_section_red {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.p-guide__info_section:first-child::before, .p-guide__info_section_brown:first-child::before, .p-guide__info_section_green:first-child::before, .p-guide__info_section_red:first-child::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#39a3db), color-stop(23%, #39a3db), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #39a3db 0%, #39a3db 23%, #ccd0dc 23%, #ccd0dc 100%);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-guide__info_section::after, .p-guide__info_section_brown::after, .p-guide__info_section_green::after, .p-guide__info_section_red::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#39a3db), color-stop(23%, #39a3db), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #39a3db 0%, #39a3db 23%, #ccd0dc 23%, #ccd0dc 100%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-guide__info_section_red:first-child::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#d81b0e), color-stop(23%, #d81b0e), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #d81b0e 0%, #d81b0e 23%, #ccd0dc 23%, #ccd0dc 100%);
}
.p-guide__info_section_red::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#d81b0e), color-stop(23%, #d81b0e), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #d81b0e 0%, #d81b0e 23%, #ccd0dc 23%, #ccd0dc 100%);
  content: "";
}
.p-guide__info_section_green:first-child::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#29c687), color-stop(23%, #29c687), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #29c687 0%, #29c687 23%, #ccd0dc 23%, #ccd0dc 100%);
}
.p-guide__info_section_green::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#29c687), color-stop(23%, #29c687), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #29c687 0%, #29c687 23%, #ccd0dc 23%, #ccd0dc 100%);
}
.p-guide__info_section_brown:first-child::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#a66e01), color-stop(23%, #a66e01), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #a66e01 0%, #a66e01 23%, #ccd0dc 23%, #ccd0dc 100%);
}
.p-guide__info_section_brown::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#a66e01), color-stop(23%, #a66e01), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #a66e01 0%, #a66e01 23%, #ccd0dc 23%, #ccd0dc 100%);
  content: "";
}
.p-guide__info_title {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 24px 16px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-guide__info_title {
    padding: 24px 0 0 0;
  }
}
.p-guide__info_content {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 24px 16px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-guide__info_content {
    padding: 0 0 24px 0;
  }
}
.p-guide__info_branch {
  display: grid;
  grid-template-columns: auto 1fr;
  line-height: 1;
}
.p-guide__info_branch > :first-child {
  margin-right: 20px;
}

.google_map {
  height: 450px;
  margin-top: 64px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .google_map {
    margin-top: 50px;
  }
}

.p-subpage__fv, .p-subpage__fv_green, .p-subpage__fv_brown, .p-subpage__fv_red, .p-subpage__fv_skyblue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 681px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-subpage__fv, .p-subpage__fv_green, .p-subpage__fv_brown, .p-subpage__fv_red, .p-subpage__fv_skyblue {
    height: 500px;
  }
}
.p-subpage__fv_skyblue {
  background: url("/assets/img/hasegawakensetsu/hasegawakensetsu_fv.webp") no-repeat center center/cover;
}
@media screen and (max-width: 599px) {
  .p-subpage__fv_skyblue {
    background: url("/assets/img/hasegawakensetsu/hasegawakensetsu_fv_sp.webp") no-repeat center center/cover;
  }
}
.p-subpage__fv_red {
  background: url("/assets/img/aichikenun/aichikenun_fv.webp") no-repeat center center/cover;
}
@media screen and (max-width: 599px) {
  .p-subpage__fv_red {
    background: url("/assets/img/aichikenun/aichikenun_fv_sp.webp") no-repeat center center/cover;
  }
}
.p-subpage__fv_brown {
  background: url("/assets/img/komaunyukiko/komaunyukiko_fv.webp") no-repeat center center/cover;
}
@media screen and (max-width: 599px) {
  .p-subpage__fv_brown {
    background: url("/assets/img/komaunyukiko/komaunyukiko_fv_sp.webp") no-repeat center center/cover;
  }
}
.p-subpage__fv_green {
  background: url("/assets/img/yamaman/yamaman_fv.webp") no-repeat center center/cover;
}
@media screen and (max-width: 599px) {
  .p-subpage__fv_green {
    background: url("/assets/img/yamaman/yamaman_fv_sp.webp") no-repeat center center/cover;
  }
}
.p-subpage__fv_subtitle, .p-subpage__fv_subtitle_green, .p-subpage__fv_subtitle_brown, .p-subpage__fv_subtitle_red, .p-subpage__fv_subtitle_skyblue {
  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;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  height: 44px;
  letter-spacing: 1.2rem;
  position: relative;
  width: 192px;
}
.p-subpage__fv_subtitle::before, .p-subpage__fv_subtitle_green::before, .p-subpage__fv_subtitle_brown::before, .p-subpage__fv_subtitle_red::before, .p-subpage__fv_subtitle_skyblue::before {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.p-subpage__fv_subtitle_skyblue {
  background-color: #39a3db;
  letter-spacing: 0.08rem;
}
.p-subpage__fv_subtitle_skyblue::before {
  color: #39a3db;
  content: "CONSTRUCTION";
}
.p-subpage__fv_subtitle_red {
  background-color: #d81b0e;
  letter-spacing: 0.08rem;
}
.p-subpage__fv_subtitle_red::before {
  color: #d81b0e;
  content: "HEAVY EQUIPMENT";
}
.p-subpage__fv_subtitle_brown {
  background-color: #a66e01;
  letter-spacing: 0.08rem;
}
.p-subpage__fv_subtitle_brown::before {
  color: #a66e01;
  content: "TRANSPORTATION";
}
.p-subpage__fv_subtitle_green {
  background-color: #29c687;
  letter-spacing: 0.192rem;
}
.p-subpage__fv_subtitle_green::before {
  color: #29c687;
  content: "LEASING BUSINESS";
}
.p-subpage__fv_title2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .p-subpage__fv_title2 {
    font-size: 1.8rem;
  }
}
.p-subpage__fv_title {
  margin: 40px auto 0;
  padding: 0 25px;
}
@media screen and (max-width: 599px) {
  .p-subpage__fv_title {
    margin: 24px auto 0;
  }
}
.p-subpage__fv_title img {
  display: block;
  max-width: 100%;
}
.p-subpage__fv_name {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-subpage__fv_name {
    font-size: 1.6rem;
    margin-top: 24px;
  }
}
.p-subpage_front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-subpage_front_band, .p-subpage_front_band--green, .p-subpage_front_band--brown, .p-subpage_front_band--red, .p-subpage_front_band--skyblue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 204px;
  padding: 30px 72px;
  width: 41.9791666667%;
}
@media screen and (max-width: 599px) {
  .p-subpage_front_band, .p-subpage_front_band--green, .p-subpage_front_band--brown, .p-subpage_front_band--red, .p-subpage_front_band--skyblue {
    display: block;
    min-height: auto;
    padding: 25px;
    width: 100%;
  }
}
.p-subpage_front_band--skyblue {
  background: #39a3db;
}
.p-subpage_front_band--red {
  background: #d81b0e;
}
.p-subpage_front_band--brown {
  background: #a66e01;
}
.p-subpage_front_band--green {
  background: #29c687;
}
.p-subpage_front_band__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 324px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-subpage_front_band__inner {
    max-width: none;
  }
}
.p-subpage_front_band__title, .p-subpage_front_band__title--type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-subpage_front_band__title--type01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-subpage_front_band__title--type01 .p-subpage_front_band__title_text {
  margin: 20px 0 0;
}
@media screen and (max-width: 599px) {
  .p-subpage_front_band__title--type01 .p-subpage_front_band__title_text {
    margin: 15px 0 0;
  }
}
.p-subpage_front_band__title_text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 16px;
}
@media screen and (max-width: 599px) {
  .p-subpage_front_band__title_text {
    font-size: 2.6rem;
    margin-right: 10px;
  }
}
.p-subpage_front_band__title_read {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.4em;
}
@media screen and (max-width: 599px) {
  .p-subpage_front_band__title_read {
    font-size: 1.4rem;
  }
}
.p-subpage_front_band__text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .p-subpage_front_band__text {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
.p-subpage_front_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  background: #fff;
  height: 100%;
  justify-content: flex-start;
  min-height: 204px;
  padding: 30px 72px;
  width: 58.0208333333%;
}
@media screen and (max-width: 599px) {
  .p-subpage_front_detail {
    display: block;
    min-height: auto;
    padding: 20px 25px;
    width: 100%;
  }
}
.p-subpage_front_detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 632px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-subpage_front_detail__inner {
    max-width: none;
  }
}
.p-subpage_front_detail__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-subpage_front_detail__text {
    font-size: 2rem;
  }
}
.p-subpage_strength {
  border-top: 1px solid #eeeeee;
  padding: 80px 0;
}
@media screen and (max-width: 599px) {
  .p-subpage_strength {
    padding: 40px 0;
  }
}
.p-subpage_strength__inner {
  margin: 0 auto;
  max-width: calc(1440px + 25px * 2);
  padding: 0 25px;
}
.p-subpage_strength__wrap {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-subpage_strength__wrap {
    margin-top: 30px;
  }
}
.p-subpage_strength__contents, .p-subpage_strength__contents--reverse {
  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;
}
@media screen and (max-width: 599px) {
  .p-subpage_strength__contents, .p-subpage_strength__contents--reverse {
    display: block;
  }
}
.p-subpage_strength__contents:not(:last-of-type), .p-subpage_strength__contents--reverse:not(:last-of-type) {
  margin-bottom: 64px;
}
@media screen and (max-width: 599px) {
  .p-subpage_strength__contents:not(:last-of-type), .p-subpage_strength__contents--reverse:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.p-subpage_strength__contents--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-subpage_strength__contents--reverse .p-subpage_strength__contents_cover {
  margin-left: 0;
  margin-right: calc((-100vw + 100%) / 2);
}
@media screen and (max-width: 1237px) {
  .p-subpage_strength__contents--reverse .p-subpage_strength__contents_cover {
    margin-right: -25px;
  }
}
@media screen and (max-width: 599px) {
  .p-subpage_strength__contents--reverse .p-subpage_strength__contents_cover {
    margin: 0 0 20px;
  }
}
.p-subpage_strength__contents--reverse .p-subpage_strength__contents_detail {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-subpage_strength__contents_cover {
  margin-left: calc((-100vw + 100%) / 2);
  width: calc(47.2222222222% + calc(100vw - 100%) / 2);
}
@media screen and (max-width: 1237px) {
  .p-subpage_strength__contents_cover {
    margin-left: -25px;
    width: calc(47.2222222222% + 25px);
  }
}
@media screen and (max-width: 599px) {
  .p-subpage_strength__contents_cover {
    margin: 0 0 20px;
    width: 100%;
  }
}
.p-subpage_strength__contents_cover_img {
  display: block;
  height: auto;
  width: 100%;
}
.p-subpage_strength__contents_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 47.2222222222%;
}
@media screen and (max-width: 599px) {
  .p-subpage_strength__contents_detail {
    display: block;
    width: 100%;
  }
}
.p-subpage_strength__contents_detail_inner {
  max-width: 510px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-subpage_strength__contents_detail_inner {
    max-width: none;
  }
}
.p-subpage_strength__contents_detail_read, .p-subpage_strength__contents_detail_read--green, .p-subpage_strength__contents_detail_read--brown, .p-subpage_strength__contents_detail_read--red, .p-subpage_strength__contents_detail_read--skyblue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 16px;
  padding: 1px 8px;
}
@media screen and (max-width: 599px) {
  .p-subpage_strength__contents_detail_read, .p-subpage_strength__contents_detail_read--green, .p-subpage_strength__contents_detail_read--brown, .p-subpage_strength__contents_detail_read--red, .p-subpage_strength__contents_detail_read--skyblue {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.p-subpage_strength__contents_detail_read_num {
  font-size: 2.4rem;
  margin-left: 4px;
}
@media screen and (max-width: 599px) {
  .p-subpage_strength__contents_detail_read_num {
    font-size: 2.2rem;
  }
}
.p-subpage_strength__contents_detail_read--skyblue {
  background: #39a3db;
}
.p-subpage_strength__contents_detail_read--red {
  background: #d81b0e;
}
.p-subpage_strength__contents_detail_read--brown {
  background: #a66e01;
}
.p-subpage_strength__contents_detail_read--green {
  background: #29c687;
}
.p-subpage_strength__contents_detail_title_text, .p-subpage_strength__contents_detail_title_text--green, .p-subpage_strength__contents_detail_title_text--brown, .p-subpage_strength__contents_detail_title_text--red, .p-subpage_strength__contents_detail_title_text--skyblue {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.7;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-subpage_strength__contents_detail_title_text, .p-subpage_strength__contents_detail_title_text--green, .p-subpage_strength__contents_detail_title_text--brown, .p-subpage_strength__contents_detail_title_text--red, .p-subpage_strength__contents_detail_title_text--skyblue {
    font-size: 2.4rem;
  }
}
.p-subpage_strength__contents_detail_title_text--skyblue {
  color: #005392;
}
.p-subpage_strength__contents_detail_title_text--red {
  color: #971700;
}
.p-subpage_strength__contents_detail_title_text--brown {
  color: #5e3e00;
}
.p-subpage_strength__contents_detail_title_text--green {
  color: #007a77;
}
.p-subpage_strength__contents_detail_text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 32px;
}
@media screen and (max-width: 599px) {
  .p-subpage_strength__contents_detail_text {
    font-size: 1.5rem;
    margin-top: 16px;
  }
}
.p-subpage_strength__contents_detail_btn {
  margin-top: 32px;
}
@media screen and (max-width: 599px) {
  .p-subpage_strength__contents_detail_btn {
    margin-top: 16px;
  }
}
.p-subpage__works {
  background-color: #fff;
  padding: 87px 0 64px;
}
@media screen and (max-width: 599px) {
  .p-subpage__works {
    padding: 60px 0 40px;
  }
}
.p-subpage__works_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-subpage__works_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-subpage__works_contents_left, .p-subpage__works_contents_left_green, .p-subpage__works_contents_left_brown, .p-subpage__works_contents_left_red, .p-subpage__works_contents_left_skyblue {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 442px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 442px;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .p-subpage__works_contents_left, .p-subpage__works_contents_left_green, .p-subpage__works_contents_left_brown, .p-subpage__works_contents_left_red, .p-subpage__works_contents_left_skyblue {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 0;
  }
}
.p-subpage__works_contents_left > p, .p-subpage__works_contents_left_green > p, .p-subpage__works_contents_left_brown > p, .p-subpage__works_contents_left_red > p, .p-subpage__works_contents_left_skyblue > p {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.075rem;
}
.p-subpage__works_contents_left > h2, .p-subpage__works_contents_left_green > h2, .p-subpage__works_contents_left_brown > h2, .p-subpage__works_contents_left_red > h2, .p-subpage__works_contents_left_skyblue > h2 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  margin: 24px 0 40px;
}
.p-subpage__works_contents_left_skyblue {
  background-color: #39a3db;
}
.p-subpage__works_contents_left_red {
  background-color: #d81b0e;
}
.p-subpage__works_contents_left_brown {
  background-color: #a66e01;
}
.p-subpage__works_contents_left_green {
  background-color: #29c687;
}
.p-subpage__works_contents_right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 658px;
  flex: 1 1 658px;
}
@media screen and (max-width: 599px) {
  .p-subpage__works_contents_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.p-subpage__works_contents_right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-subpage__works_contents_svg {
  display: block;
  height: 94px;
  position: absolute;
  right: -72px;
  top: -53px;
  width: auto;
}
@media screen and (max-width: 599px) {
  .p-subpage__works_contents_svg {
    height: 54px;
    right: 10px;
    top: -30px;
  }
}
.p-subpage__works_brown {
  background-color: #fff;
  padding: 64px 0;
}
.p-subpage__works_brown_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  height: 360px;
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .p-subpage__works_brown_items {
    grid-template-columns: 1fr;
    height: auto;
    row-gap: 40px;
  }
}
.p-subpage__works_brown_item {
  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;
  color: #fff;
  height: 235px;
  width: 293px;
}
.p-subpage__works_brown_item > :nth-child(1) {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.075rem;
}
.p-subpage__works_brown_item > :nth-child(2) {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  margin-bottom: 32px;
  margin-top: 12px;
}
.p-subpage__works_brown_item_brown1 {
  background-color: #a66e01;
}
.p-subpage__works_brown_item_brown2 {
  background-color: #5e3e00;
}
.p-subpage__works_brown_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: url(/assets/img/komaunyukiko/img_works01.webp) no-repeat center/cover;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .p-subpage__works_brown_left {
    padding: 40px;
  }
}
.p-subpage__works_brown_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: url(/assets/img/komaunyukiko/img_works02.webp) no-repeat center/cover;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .p-subpage__works_brown_right {
    padding: 40px;
  }
}
.p-subpage__area {
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-subpage__area {
    margin-top: 30px;
  }
}
.p-subpage__area_bg, .p-subpage__area_bg_green, .p-subpage__area_bg_brown, .p-subpage__area_bg_red, .p-subpage__area_bg_skyblue {
  height: 580px;
}
@media screen and (max-width: 599px) {
  .p-subpage__area_bg, .p-subpage__area_bg_green, .p-subpage__area_bg_brown, .p-subpage__area_bg_red, .p-subpage__area_bg_skyblue {
    height: 300px;
  }
}
.p-subpage__area_bg_skyblue {
  background: url("/assets/img/hasegawakensetsu/bg_area.webp") no-repeat center/cover;
}
.p-subpage__area_bg_red {
  background: url("/assets/img/aichikenun/bg_area.webp") no-repeat center/cover;
}
.p-subpage__area_bg_brown {
  background: url("/assets/img/komaunyukiko/bg_area.webp") no-repeat center/cover;
}
.p-subpage__area_bg_green {
  background: url("/assets/img/yamaman/bg_area.webp") no-repeat center/cover;
}
.p-subpage__area_contents {
  margin-bottom: 50px;
  margin-top: -200px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-subpage__area_contents {
    margin: -200px auto 30px;
    width: calc(100% - 25px * 2);
  }
}
.p-subpage__area_contents_yamaman {
  margin-bottom: 0px;
}
.p-subpage__area_contents_inner {
  background-color: #fff;
  max-width: 1240px;
  padding: 72px 0 0;
}
@media screen and (max-width: 599px) {
  .p-subpage__area_contents_inner {
    padding: 40px 25px 0;
  }
}
.p-subpage__area_map {
  margin: 24px auto 0;
  max-width: 900px;
}
.p-subpage__area_map > img {
  width: 100%;
}
.p-subpage__area_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 68px;
  -moz-column-gap: 68px;
  column-gap: 68px;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-subpage__area_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
    margin: 30px -25px 0;
  }
}
.p-subpage__area_info img {
  display: block;
  width: 100%;
}
.p-subpage__area_info_left {
  width: 516px;
}
@media screen and (max-width: 599px) {
  .p-subpage__area_info_left {
    width: 100%;
  }
}
.p-subpage__area_info_right {
  width: 516px;
}
@media screen and (max-width: 599px) {
  .p-subpage__area_info_right {
    width: 100%;
  }
}
.p-subpage__area_info_date {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 16px;
  text-align: end;
}
.p-subpage__area_info_brown {
  margin: 40px auto 0;
  max-width: 728px;
}
.p-subpage__area_info_brown img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-subpage__area_sp_wrap {
    margin: 0 -25px;
  }
}
.p-subpage__area_sp_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}
.p-subpage__area_sp_title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-subpage__area_sp_title p:nth-child(1)::before {
  background-color: #39a3db;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  width: 16px;
}
.p-subpage__area_sp_title p:nth-child(2)::before {
  background-color: #005392;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  width: 16px;
}
.p-subpage__area_sp_city {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.p-subpage__area_sp_city_items {
  margin-top: 24px;
  padding: 12px 0;
}
.p-subpage__area_sp_city_items > :nth-child(1) {
  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;
}
.p-subpage__area_sp_city_item {
  display: none;
  margin-top: 16px;
}
.p-subpage__area_sp_city_name {
  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;
}
.p-subpage__area_sp_city_name:not(:first-child) {
  margin-top: 4px;
}
.p-subpage__area_sp_city_name > p {
  font-size: 13px;
  padding-left: 16px;
}
.p-subpage__area_sp_city_name > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 62px;
}
.p-subpage__area_sp_city_name > div span {
  color: #fff;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  padding: 2px 0px;
  text-align: center;
  width: 29px;
}
.p-subpage__area_sp_city_name > div span:nth-child(1) {
  background-color: #39a3db;
}
.p-subpage__area_sp_city_name > div span:nth-child(2) {
  background-color: #005392;
}
.p-subpage__area_sp_aichi02 {
  margin-top: 20px;
  max-width: 279px;
}
.p-subpage__area_sp_aichi03 {
  margin-bottom: 12px;
  margin-top: 10px;
}
.p-subpage__area_sp_aichi04 {
  list-style: 1.7;
}
.p-subpage__area_sp_komaunyukiko_02 {
  margin-bottom: 26px;
  margin-top: 23px;
}
.p-subpage__news_wrap {
  padding-top: 50px;
}
@media screen and (max-width: 599px) {
  .p-subpage__news_wrap {
    padding-top: 30px;
  }
}

.p-top__factory_wrap {
  /*ポイント*/
  /*工場紹介*/
}
.p-top__factory_wrap .p-top__factory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 64px 0;
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-top__factory {
    margin: 50px 0;
  }
}
.p-top__factory_wrap .p-top__factory .p-top_left__factory {
  width: calc(100% - (612px + 15px));
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-top__factory .p-top_left__factory {
    width: 100%;
  }
}
.p-top__factory_wrap .p-top__factory .p-top_right__factory {
  width: 612px;
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-top__factory .p-top_right__factory {
    width: 100%;
  }
}
.p-top__factory_wrap .p-top_left__factory p {
  background-color: #39a3db;
  color: #fff;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  padding: 12px 20px;
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-top_left__factory p {
    font-size: 2.4rem;
  }
}
.p-top__factory_wrap .p-top_right__factory p {
  border-bottom: solid 1px #ccd0dc;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 20px;
  padding: 0 0 20px 48px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-top_right__factory p {
    font-size: 1.8rem;
  }
}
.p-top__factory_wrap .p-top_right__factory p:last-of-type {
  margin-bottom: 0;
}
.p-top__factory_wrap .p-top_right__factory p::before {
  background-color: #39a3db;
  background-image: url(/assets/img/svg/check_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
}
.p-top__factory_wrap .p-point__factory {
  background-color: #fff;
  padding: 72px 0;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-point__factory {
    padding: 50px 0;
  }
}
.p-top__factory_wrap .p-textbox__factory,
.p-top__factory_wrap .p-point__factory img {
  width: 46.3636364%;
}
.p-top__factory_wrap .p-point__factory .inner {
  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;
}
.p-top__factory_wrap .p-point__factory .inner:nth-child(2) {
  margin-top: 56px;
}
.p-top__factory_wrap .p-tag__factory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Outfit", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #39a3db;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top__factory_wrap .p-tag__factory span {
  font-size: 2.4rem;
  padding-left: 4px;
}
.p-top__factory_wrap .p-title__factory {
  color: #005392;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.7;
  margin-top: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-title__factory {
    font-size: 2.4rem;
  }
}
.p-top__factory_wrap .p-text__factory {
  margin-top: 32px;
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-text__factory {
    margin-top: 16px;
  }
}
.p-top__factory_wrap .p-wrap__factory {
  margin-top: 52px;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-wrap__factory {
    margin-top: 30px;
    padding: 50px 0;
  }
}
.p-top__factory_wrap .p-wrap__factory::before {
  background-color: #f1f8fc;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 93.4%;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-wrap__factory::before {
    width: 100%;
  }
}
.p-top__factory_wrap .p-box__factory:not(:last-of-type) {
  margin-bottom: 40px;
}
.p-top__factory_wrap .p-box__factory span {
  background: url(/assets/img/svg/bridge_icon.svg) no-repeat left center/16px;
  color: #005392;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: calc(25.5 / 15);
  margin-bottom: 16px;
  padding-left: 26px;
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-box__factory span {
    background-position: 0 4px;
    font-size: 1.2rem;
  }
}
.p-top__factory_wrap .p-en_title__bridge {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.15;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-en_title__bridge {
    font-size: 3.2rem;
  }
}
.p-top__factory_wrap .p-title__bridge {
  border-left: solid 5px #39a3db;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 32px;
  padding-left: 25px;
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-title__bridge {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-top__factory_wrap .p-imgbox__bridge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-top__factory_wrap .p-imgbox__bridge div {
  width: 46.3636364%;
}
.p-top__factory_wrap .p-imgbox__bridge img {
  width: 100%;
}
.p-top__factory_wrap .p-imgbox__bridge p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 16px;
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-imgbox__bridge p {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-top__factory_wrap .p-top__factory,
.p-top__factory_wrap .p-point__factory .inner,
.p-top__factory_wrap .p-imgbox__bridge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }
  .p-top__factory_wrap .p-point__factory .inner:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-top__factory_wrap .p-textbox__factory,
.p-top__factory_wrap .p-point__factory img,
.p-top__factory_wrap .p-imgbox__bridge div {
    width: 100%;
  }
}

.p-data__wrap {
  /*表*/
  /*ダウンロードボタン*/
}
.p-data__wrap .p-text__data {
  margin-top: 50px;
}
.p-data__wrap .p-btn__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 56px;
}
@media screen and (max-width: 599px) {
  .p-data__wrap .p-btn__data {
    gap: 16px 20px;
    margin: 30px 0 50px;
  }
}
.p-data__wrap .p-btn__data a {
  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;
  border-bottom: solid 1px #ccd0dc;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 16px;
  width: calc(100% / 4 - 60px / 4);
}
@media screen and (max-width: 599px) {
  .p-data__wrap .p-btn__data a {
    width: calc(50% - 10px);
  }
}
.p-data__wrap .p-btn__data a::after {
  background-color: #d81b0e;
  background-image: url(/assets/img/svg/bottom_arrow2.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
  height: 24px;
  width: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 6px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-data__wrap .p-btn__data a:hover:after {
  background-color: #971700;
}
.p-data__wrap .p-wrap__data {
  margin-top: 56px;
}
@media screen and (max-width: 599px) {
  .p-data__wrap .p-wrap__data {
    margin-top: 50px;
  }
}
.p-data__wrap .p-box__data:not(:last-of-type) {
  margin-bottom: 56px;
}
@media screen and (max-width: 599px) {
  .p-data__wrap .p-box__data:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.p-data__wrap .p-title__data {
  border-left: solid 5px #d81b0e;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 32px;
  padding-left: 25px;
}
@media screen and (max-width: 599px) {
  .p-data__wrap .p-title__data {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.p-data__wrap .p-box__data table {
  border-bottom: solid 1px #d81b0e;
  border-top: solid 1px #d81b0e;
  width: 100%;
}
.p-data__wrap .p-box__data tr {
  border-bottom: 1px solid #eeeeee;
}
.p-data__wrap .p-box__data tr:last-of-type {
  border-bottom: 1px solid #d81b0e;
}
.p-data__wrap .p-box__data th {
  background-color: #ffd9c2;
  border-right: solid 1px #fff;
  color: #971700;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 16px 0;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-data__wrap .p-box__data th {
    font-size: 1.5rem;
  }
}
.p-data__wrap .p-box__data th:first-child,
.p-data__wrap .p-box__data th:nth-child(2) {
  width: 15.1818182%;
}
.p-data__wrap .p-box__data th:nth-child(3) {
  width: 29.3636364%;
}
.p-data__wrap .p-box__data th:nth-child(4) {
  width: 13.3636364%;
}
.p-data__wrap .p-box__data th:nth-child(5) {
  width: 13.4545455%;
}
.p-data__wrap .p-box__data th:last-child {
  border-right: none;
  width: 13.4545455%;
}
.p-data__wrap .p-box__data td {
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 12px 16px;
}
@media screen and (max-width: 599px) {
  .p-data__wrap .p-box__data td {
    font-size: 1.5rem;
  }
}
.p-data__wrap .p-box__data span {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 24px;
}
@media screen and (max-width: 599px) {
  .p-data__wrap .p-box__data span {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
.p-data__wrap .p-pdf_btn__data {
  background-color: #d81b0e;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  min-width: 116px;
  padding: 6px 34px 6px 10px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-data__wrap .p-pdf_btn__data:hover {
  background-color: #971700;
}
.p-data__wrap .p-pdf_btn__data:last-child {
  margin-bottom: 0;
}
.p-data__wrap .p-pdf_btn__data img {
  height: 18px;
  position: absolute;
  right: 10%;
  top: 50%;
  width: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-data__wrap .p-data__table-wrap {
  overflow-x: auto;
}
@media screen and (max-width: 599px) {
  .p-data__wrap .p-data__table-wrap > table {
    width: 1000px;
  }
}

.p-transportati__layout {
  /*3つ並び画像*/
  /*超重量*/
  /*輸送事例*/
  /*表*/
  /*ダウンロードボタン*/
}
.p-transportati__layout .p-img__transportati {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
}
@media screen and (max-width: 599px) {
  .p-transportati__layout .p-img__transportati {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    height: 100%;
    margin-top: 50px;
    width: 100%;
  }
  .p-transportati__layout .p-img__transportati div:nth-child(1) {
    grid-column: 1/-1;
  }
}
.p-transportati__layout .p-img__transportati img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-transportati__layout .p-textbox__transportati {
  margin: -32px 0 80px;
}
@media screen and (max-width: 599px) {
  .p-transportati__layout .p-textbox__transportati {
    margin: -26px 0 50px;
  }
}
.p-transportati__layout .p-textbox__transportati div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-transportati__layout .p-textbox__transportati div p:first-child {
  background-color: #a66e01;
  color: #fff;
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 8px 20px;
}
@media screen and (max-width: 599px) {
  .p-transportati__layout .p-textbox__transportati div p:first-child {
    font-size: 3rem;
  }
}
.p-transportati__layout .p-textbox__transportati div p:nth-child(2) {
  background-color: #a66e01;
  color: #fff;
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 40px;
  line-height: 1.2;
  margin-bottom: 32px;
  padding: 8px 20px;
}
@media screen and (max-width: 599px) {
  .p-transportati__layout .p-textbox__transportati div p:nth-child(2) {
    font-size: 3rem;
  }
}
.p-transportati__layout .p-textbox__transportati > p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .p-transportati__layout .p-textbox__transportati > p {
    font-size: 1.5rem;
  }
}
.p-transportati__layout .p-wrap__transportati {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-transportati__layout .p-wrap__transportati {
    padding: 50px 0;
  }
}
.p-transportati__layout .p-wrap__transportati::before {
  background-color: #fff9ed;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 96%;
  z-index: -1;
}
@media screen and (max-width: 1237px) {
  .p-transportati__layout .p-wrap__transportati::before {
    width: 1100px;
  }
}
@media screen and (max-width: 599px) {
  .p-transportati__layout .p-wrap__transportati::before {
    width: 100%;
  }
}
.p-transportati__layout .p-wrap__transportati .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-transportati__layout .p-wrap__transportati .inner:not(:last-of-type) {
  margin-bottom: 64px;
}
@media screen and (max-width: 599px) {
  .p-transportati__layout .p-wrap__transportati .inner:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.p-transportati__layout .p-box__transportati {
  width: 46.3636364%;
}
.p-transportati__layout .p-title__transportati {
  border-left: solid 5px #a66e01;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 32px;
  padding-left: 25px;
}
@media screen and (max-width: 599px) {
  .p-transportati__layout .p-title__transportati {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-transportati__layout .p-box__transportati span {
  background: url(/assets/img/svg/transportati_icon.svg) no-repeat left center/20px;
  color: #5e3e00;
  display: block;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 599px) {
  .p-transportati__layout .p-box__transportati span {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.p-transportati__layout .p-data__transportati {
  margin-bottom: 20px;
}
.p-transportati__layout .p-box__transportati table {
  border-bottom: solid 1px #a66e01;
  border-collapse: collapse;
  border-top: solid 1px #a66e01;
  width: 100%;
}
.p-transportati__layout .p-tb_title__transportati {
  background-color: #eddfc6;
  border-bottom: solid 1px #fff;
  color: #5e3e00;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  padding: 12px 16px;
  vertical-align: middle;
  width: 125px;
}
@media screen and (max-width: 599px) {
  .p-transportati__layout .p-tb_title__transportati {
    font-size: 1.5rem;
  }
}
.p-transportati__layout .p-tb_text__transportati {
  border-bottom: solid 1px #ccd0dc;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  padding: 12px 16px;
}
@media screen and (max-width: 599px) {
  .p-transportati__layout .p-tb_text__transportati {
    font-size: 1.5rem;
  }
}
.p-transportati__layout .p-box__transportati tr:last-child .p-tb_title__transportati,
.p-transportati__layout .p-box__transportati tr:last-child .p-tb_text__transportati {
  border-bottom: none;
}
.p-transportati__layout .p-wrap__transportati img {
  width: 49.0909091%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-transportati__layout .p-pdf_btn__transportati {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a66e01;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  margin: 16px 0;
  padding: 6px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-transportati__layout .p-pdf_btn__transportati:hover {
  background-color: #5e3e00;
}
.p-transportati__layout .p-pdf_btn__transportati:last-of-type {
  margin-bottom: 0;
}
.p-transportati__layout .p-pdf_btn__transportati img {
  height: 18px;
  margin-left: 6px;
  width: 18px;
}
@media screen and (max-width: 599px) {
  .p-transportati__layout .p-wrap__transportati .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-transportati__layout .p-box__transportati,
.p-transportati__layout .p-wrap__transportati .inner > img {
    width: 100%;
  }
  .p-transportati__layout .p-wrap__transportati .inner > img {
    margin-top: 32px;
  }
}

.p-komaunyukiko__vehicle {
  /*3つ並び画像*/
  /*安全・迅速な〜*/
  /*保有車両一覧*/
  /*ダウンロードボタン*/
}
.p-komaunyukiko__vehicle .p-img__vehicle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
}
@media screen and (max-width: 1237px) {
  .p-komaunyukiko__vehicle .p-img__vehicle {
    width: 1100px;
  }
}
@media screen and (max-width: 599px) {
  .p-komaunyukiko__vehicle .p-img__vehicle {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    height: 100%;
    margin-top: 50px;
    width: 100%;
  }
  .p-komaunyukiko__vehicle .p-img__vehicle div:nth-child(1) {
    grid-column: 1/-1;
  }
}
.p-komaunyukiko__vehicle .p-img__vehicle img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-komaunyukiko__vehicle .p-textbox__vehicle {
  margin: -32px 0 80px;
}
@media screen and (max-width: 599px) {
  .p-komaunyukiko__vehicle .p-textbox__vehicle {
    margin: -26px 0 50px;
  }
}
.p-komaunyukiko__vehicle .p-textbox__vehicle div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-komaunyukiko__vehicle .p-textbox__vehicle div p:first-child {
  background-color: #a66e01;
  color: #fff;
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 40px;
  line-height: 1.2;
  margin-bottom: 32px;
  padding: 8px 20px;
}
@media screen and (max-width: 599px) {
  .p-komaunyukiko__vehicle .p-textbox__vehicle div p:first-child {
    font-size: 3rem;
  }
}
.p-komaunyukiko__vehicle .p-textbox__vehicle div p:nth-child(2) {
  background-color: #a66e01;
  color: #fff;
  display: inline-block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 40px;
  line-height: 1.2;
  margin-bottom: 32px;
  padding: 8px 20px;
}
@media screen and (max-width: 599px) {
  .p-komaunyukiko__vehicle .p-textbox__vehicle div p:nth-child(2) {
    font-size: 3rem;
  }
}
.p-komaunyukiko__vehicle .p-textbox__vehicle > p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .p-komaunyukiko__vehicle .p-textbox__vehicle > p {
    font-size: 1.5rem;
  }
}
.p-komaunyukiko__vehicle .p-wrap__vehicle {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-komaunyukiko__vehicle .p-wrap__vehicle {
    padding: 50px 0;
  }
}
.p-komaunyukiko__vehicle .p-wrap__vehicle::before {
  background-color: #fff7e8;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 96%;
  z-index: -1;
}
@media screen and (max-width: 1237px) {
  .p-komaunyukiko__vehicle .p-wrap__vehicle::before {
    width: 1100px;
  }
}
@media screen and (max-width: 599px) {
  .p-komaunyukiko__vehicle .p-wrap__vehicle::before {
    width: 100%;
  }
}
.p-komaunyukiko__vehicle .p-wrap__vehicle .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 64px;
}
@media screen and (max-width: 599px) {
  .p-komaunyukiko__vehicle .p-wrap__vehicle .inner {
    row-gap: 50px;
  }
}
.p-komaunyukiko__vehicle .p-box__vehicle {
  width: 46.3636364%;
}
.p-komaunyukiko__vehicle .p-title__vehicle {
  border-left: solid 5px #a66e01;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 32px;
  padding-left: 25px;
}
@media screen and (max-width: 599px) {
  .p-komaunyukiko__vehicle .p-title__vehicle {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-komaunyukiko__vehicle .p-wrap__vehicle img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-komaunyukiko__vehicle .p-data__vehicle {
  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;
  margin-top: 20px;
}
.p-komaunyukiko__vehicle .p-data__vehicle p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-komaunyukiko__vehicle .p-pdf_btn__vehicle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a66e01;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 13px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-komaunyukiko__vehicle .p-pdf_btn__vehicle:hover {
  background-color: #5e3e00;
}
.p-komaunyukiko__vehicle .p-pdf_btn__vehicle img {
  height: 18px;
  margin-left: 15px;
  width: 18px;
}
@media screen and (max-width: 599px) {
  .p-komaunyukiko__vehicle .p-wrap__vehicle .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-komaunyukiko__vehicle .p-box__vehicle,
.p-komaunyukiko__vehicle .p-wrap__vehicle .inner > img {
    width: 100%;
  }
  .p-komaunyukiko__vehicle .p-wrap__vehicle .inner > img {
    margin-top: 32px;
  }
  .p-komaunyukiko__vehicle .p-data__vehicle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .p-komaunyukiko__vehicle .p-pdf_btn__vehicle {
    margin-top: 20px;
  }
}

.p-recruit__fv, .p-recruit__fv_komaunyukiko, .p-recruit__fv_aichikenun, .p-recruit__fv_skyblue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 510px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-recruit__fv, .p-recruit__fv_komaunyukiko, .p-recruit__fv_aichikenun, .p-recruit__fv_skyblue {
    height: 230px;
  }
}
.p-recruit__fv_skyblue {
  background: url("/assets/img/recruit/recruit_kv.webp") no-repeat center center/cover;
  border-left: 8px solid #39a3db;
}
@media screen and (max-width: 599px) {
  .p-recruit__fv_skyblue {
    border-left: 4px solid #39a3db;
  }
}
.p-recruit__fv_aichikenun {
  background: url("/assets/img/aichikenun/recruit/recruit_mv.webp") no-repeat center center/cover;
  border-left: 8px solid #d81b0e;
}
@media screen and (max-width: 599px) {
  .p-recruit__fv_aichikenun {
    border-left: 4px solid #d81b0e;
  }
}
.p-recruit__fv_komaunyukiko {
  background: url("/assets/img/komaunyukiko/recruit/recruit_mv.webp") no-repeat center center/cover;
  border-left: 8px solid #a66e01;
}
@media screen and (max-width: 599px) {
  .p-recruit__fv_komaunyukiko {
    background: url("/assets/img/komaunyukiko/recruit/recruit_mv_sp.webp") no-repeat center center/cover;
    border-left: 4px solid #a66e01;
  }
}
.p-recruit__fv_eng {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .p-recruit__fv_eng {
    font-size: 1.2rem;
  }
}
.p-recruit__fv_title {
  margin-top: 32px;
}
@media screen and (max-width: 599px) {
  .p-recruit__fv_title {
    margin-top: 20px;
  }
}
.p-recruit__fv_title > img {
  display: block;
  max-width: 395px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-recruit__fv_title > img {
    max-width: 250px;
  }
}
.p-recruit__fv_name {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 47px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-recruit__fv_name {
    font-size: 1.4rem;
    margin-top: 25px;
  }
}
.p-recruit__anchor {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
}
.p-recruit__anchor_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: calc(1100px + 25px * 2);
  padding: 40px 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1237px) {
  .p-recruit__anchor_wrap {
    gap: 16px 20px;
    padding: 30px 25px;
  }
}
.p-recruit__anchor_item {
  border-bottom: 1px solid #ccd0dc;
  padding-bottom: 16px;
  width: calc(25% - 15px);
}
@media screen and (max-width: 1237px) {
  .p-recruit__anchor_item {
    width: calc(50% - 10px);
  }
}
.p-recruit__anchor_link, .p-recruit__anchor_linkBrown, .p-recruit__anchor_linkRed, .p-recruit__anchor_linkBlue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-right: 30px;
  position: relative;
}
.p-recruit__anchor_link::after, .p-recruit__anchor_linkBrown::after, .p-recruit__anchor_linkRed::after, .p-recruit__anchor_linkBlue::after {
  background-image: url("/assets/img/svg/bottom_arrow2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-recruit__anchor_linkBlue::after {
  background-color: #39a3db;
}
.p-recruit__anchor_linkBlue:hover::after {
  background-color: #005392;
}
.p-recruit__anchor_linkRed::after {
  background-color: #d81b0e;
}
.p-recruit__anchor_linkRed:hover::after {
  background-color: #971700;
}
.p-recruit__anchor_linkBrown::after {
  background-color: #a66e01;
}
.p-recruit__anchor_linkBrown:hover::after {
  background-color: #5e3e00;
}
.p-recruit__top {
  padding: 64px 0;
}
@media screen and (max-width: 599px) {
  .p-recruit__top {
    padding: 45px 0 50px;
  }
}
.p-recruit__top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: calc(1100px + 25px * 2);
  padding: 0 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .p-recruit__top_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-recruit__top_text {
  max-width: 510px;
}
@media screen and (max-width: 599px) {
  .p-recruit__top_text {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.p-recruit__top_title {
  color: #fff;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2.3;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .p-recruit__top_title {
    font-size: 2.4rem;
  }
}
.p-recruit__top_titleBlue {
  background-color: #39a3db;
  padding: 4px 20px;
}
@media screen and (max-width: 599px) {
  .p-recruit__top_titleBlue {
    padding: 2px 10px;
  }
}
.p-recruit__top_titleRed {
  background-color: #d81b0e;
  padding: 4px 20px;
}
@media screen and (max-width: 599px) {
  .p-recruit__top_titleRed {
    padding: 2px 10px;
  }
}
.p-recruit__top_titleBrown {
  background-color: #a66e01;
  padding: 4px 20px;
}
@media screen and (max-width: 599px) {
  .p-recruit__top_titleBrown {
    padding: 2px 10px;
  }
}
.p-recruit__top_copy {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .p-recruit__top_copy {
    font-size: 1.4rem;
  }
}
.p-recruit__top_cover {
  max-width: 510px;
}
.p-recruit__top_coverImg {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-recruit__top_cover {
    max-width: 100%;
  }
}
.p-recruit__works {
  background-color: #fff;
  padding-bottom: 57px;
}
@media screen and (max-width: 599px) {
  .p-recruit__works {
    padding-bottom: 50px;
  }
}
.p-recruit__works_wrap {
  margin: 0 auto;
  max-width: calc(1100px + 25px * 2);
  padding: 50px 25px 56px;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_wrap {
    padding: 30px 25px 50px;
  }
}
.p-recruit__works_title {
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_title {
    font-size: 3.2rem;
  }
}
.p-recruit__works_titleBlue {
  color: #005392;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 23px;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_titleBlue {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.p-recruit__works_titleBlue::before {
  background-image: url("/assets/img/svg/icon_komaBlue.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-recruit__works_titleRed {
  color: #971700;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 23px;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_titleRed {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.p-recruit__works_titleRed::before {
  background-image: url("/assets/img/svg/icon_komaRed.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-recruit__works_titleBrown {
  color: #5e3e00;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  margin-bottom: 23px;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_titleBrown {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.p-recruit__works_titleBrown::before {
  background-image: url("/assets/img/svg/icon_komaBrown.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-recruit__works_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px 48px;
  margin-top: 32px;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_box {
    gap: 20px;
    margin-top: 20px;
  }
}
.p-recruit__works_itemBlue {
  background-color: #f1f8fc;
  max-width: 526px;
  padding: 24px 32px;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_itemBlue {
    max-width: 100%;
    padding: 15px;
    width: 100%;
  }
}
.p-recruit__works_itemRed, .p-recruit__works_itemRed--type01 {
  background-color: #fef4ee;
  max-width: 526px;
  padding: 24px 32px;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_itemRed, .p-recruit__works_itemRed--type01 {
    max-width: 100%;
    padding: 15px;
    width: 100%;
  }
}
.p-recruit__works_itemRed--type01 {
  max-width: none;
  width: 100%;
}
.p-recruit__works_itemBrown, .p-recruit__works_itemBrown--type01 {
  background-color: #fff7e8;
  max-width: 526px;
  padding: 24px 32px;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_itemBrown, .p-recruit__works_itemBrown--type01 {
    max-width: 100%;
    padding: 15px;
    width: 100%;
  }
}
.p-recruit__works_itemBrown--type01 {
  max-width: none;
  width: 100%;
}
.p-recruit__works_itemTitleBlue {
  color: #005392;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.7;
  margin-bottom: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_itemTitleBlue {
    font-size: 1.8rem;
  }
}
.p-recruit__works_itemTitleRed {
  color: #971700;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.7;
  margin-bottom: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_itemTitleRed {
    font-size: 1.8rem;
  }
}
.p-recruit__works_itemTitleBrown {
  color: #5e3e00;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.7;
  margin-bottom: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_itemTitleBrown {
    font-size: 1.8rem;
  }
}
.p-recruit__works_item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 48px;
  margin-top: 16px;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_item_box {
    gap: 15px 0;
    margin-top: 15px;
  }
}
.p-recruit__works_item_box_detail, .p-recruit__works_item_box_detail--type01 {
  width: calc(50% - 24px);
}
@media screen and (max-width: 599px) {
  .p-recruit__works_item_box_detail, .p-recruit__works_item_box_detail--type01 {
    width: 100%;
  }
}
.p-recruit__works_item_box_detail--type01 {
  width: 100%;
}
.p-recruit__works_item_box_title, .p-recruit__works_item_box_title--brown, .p-recruit__works_item_box_title--skyblue, .p-recruit__works_item_box_title--red {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_item_box_title, .p-recruit__works_item_box_title--brown, .p-recruit__works_item_box_title--skyblue, .p-recruit__works_item_box_title--red {
    font-size: 1.8rem;
  }
}
.p-recruit__works_item_box_title--red {
  color: #971700;
}
.p-recruit__works_item_box_title--skyblue {
  color: #005392;
}
.p-recruit__works_item_box_title--brown {
  color: #5e3e00;
}
.p-recruit__works_item_box_list--red .p-recruit__works_item_box_item::before {
  background: #d81b0e;
}
.p-recruit__works_item_box_list--skyblue .p-recruit__works_item_box_item::before {
  background: #39a3db;
}
.p-recruit__works_item_box_list--brown .p-recruit__works_item_box_item::before {
  background: #a66e01;
}
.p-recruit__works_item_box_item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_item_box_item {
    font-size: 1.5rem;
  }
}
.p-recruit__works_item_box_item::before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 8px;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_item_box_item::before {
    top: 9px;
  }
}
.p-recruit__works_item_box_item:not(:last-of-type) {
  margin-bottom: 6px;
}
.p-recruit__works_cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-recruit__works_cover {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-recruit__works_img {
  display: block;
  width: calc(100% / 3);
}
@media screen and (max-width: 599px) {
  .p-recruit__works_img:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .p-recruit__works_img:nth-child(2), .p-recruit__works_img:nth-child(3) {
    width: 50%;
  }
}
.p-recruit__welfare_wrap {
  margin: 0 auto;
  max-width: calc(1100px + 25px * 2);
  padding: 22px 25px 72px;
}
@media screen and (max-width: 599px) {
  .p-recruit__welfare_wrap {
    padding: 30px 25px 50px;
  }
}
.p-recruit__welfare_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 599px) {
  .p-recruit__welfare_card {
    -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: 20px;
  }
}
.p-recruit__welfare_cardItem, .p-recruit__welfare_cardItemBrown, .p-recruit__welfare_cardItemRed, .p-recruit__welfare_cardItemBlue {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 340px;
  padding: 40px 20px;
  width: 340px;
}
@media screen and (max-width: 599px) {
  .p-recruit__welfare_cardItem, .p-recruit__welfare_cardItemBrown, .p-recruit__welfare_cardItemRed, .p-recruit__welfare_cardItemBlue {
    min-height: auto;
    padding: 20px 15px;
    width: 80%;
  }
}
.p-recruit__welfare_cardItemBlue {
  background-color: #39a3db;
}
.p-recruit__welfare_cardItemRed {
  background-color: #d81b0e;
}
.p-recruit__welfare_cardItemBrown {
  background-color: #a66e01;
}
.p-recruit__welfare_cardImg {
  height: 140px;
  width: 140px;
}
.p-recruit__welfare_cardTitle {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
}
.p-recruit__welfare_cardTitleMain {
  color: #fff;
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-recruit__welfare_cardTitleMain {
    font-size: 1.8rem;
  }
}
.p-recruit__welfare_cardTitleSub {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-recruit__welfare_cardTitleSub {
    font-size: 1.2rem;
  }
}
.p-recruit__welfare_subBlue {
  border-left: 5px solid #39a3db;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 48px;
  padding-left: 20px;
}
@media screen and (max-width: 599px) {
  .p-recruit__welfare_subBlue {
    font-size: 1.8rem;
  }
}
.p-recruit__welfare_subRed {
  border-left: 5px solid #d81b0e;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 48px;
  padding-left: 20px;
}
@media screen and (max-width: 599px) {
  .p-recruit__welfare_subRed {
    font-size: 1.8rem;
  }
}
.p-recruit__welfare_subBrown {
  border-left: 5px solid #a66e01;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 48px;
  padding-left: 20px;
}
@media screen and (max-width: 599px) {
  .p-recruit__welfare_subBrown {
    font-size: 1.8rem;
  }
}
.p-recruit__people, .p-recruit__peopleRed {
  margin-bottom: 50px;
}
.p-recruit__peopleRed {
  background-image: -webkit-gradient(linear, left top, right top, from(#fef4ee), color-stop(90%, #fef4ee), color-stop(20%, #fff), to(#fff));
  background-image: linear-gradient(to right, #fef4ee 0%, #fef4ee 90%, #fff 20%, #fff 100%);
}
@media screen and (max-width: 599px) {
  .p-recruit__peopleRed {
    background-image: -webkit-gradient(linear, left top, right top, from(#fef4ee), to(#fef4ee));
    background-image: linear-gradient(to right, #fef4ee 0%, #fef4ee 100%);
  }
}
.p-recruit__people_wrap, .p-recruit__people_wrap--brown, .p-recruit__people_wrap--red, .p-recruit__people_wrap--skyblue {
  margin: 0 auto;
  max-width: calc(1100px + 25px * 2);
  padding: 80px 25px 83px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_wrap, .p-recruit__people_wrap--brown, .p-recruit__people_wrap--red, .p-recruit__people_wrap--skyblue {
    padding: 30px 25px 50px;
  }
}
.p-recruit__people_wrap::before, .p-recruit__people_wrap--brown::before, .p-recruit__people_wrap--red::before, .p-recruit__people_wrap--skyblue::before, .p-recruit__people_wrap::after, .p-recruit__people_wrap--brown::after, .p-recruit__people_wrap--red::after, .p-recruit__people_wrap--skyblue::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_wrap::before, .p-recruit__people_wrap--brown::before, .p-recruit__people_wrap--red::before, .p-recruit__people_wrap--skyblue::before, .p-recruit__people_wrap::after, .p-recruit__people_wrap--brown::after, .p-recruit__people_wrap--red::after, .p-recruit__people_wrap--skyblue::after {
    content: none;
  }
}
.p-recruit__people_wrap::before, .p-recruit__people_wrap--brown::before, .p-recruit__people_wrap--red::before, .p-recruit__people_wrap--skyblue::before {
  right: -45px;
  width: 45px;
}
.p-recruit__people_wrap::after, .p-recruit__people_wrap--brown::after, .p-recruit__people_wrap--red::after, .p-recruit__people_wrap--skyblue::after {
  left: -100vw;
  width: 100vw;
}
.p-recruit__people_wrap--skyblue {
  background: #f1f8fc;
}
.p-recruit__people_wrap--skyblue::before, .p-recruit__people_wrap--skyblue::after {
  background: #f1f8fc;
}
.p-recruit__people_wrap--red {
  background: #fef4ee;
}
.p-recruit__people_wrap--red::before, .p-recruit__people_wrap--red::after {
  background: #fef4ee;
}
.p-recruit__people_wrap--brown {
  background: #fff7e8;
}
.p-recruit__people_wrap--brown::before, .p-recruit__people_wrap--brown::after {
  background: #fff7e8;
}
.p-recruit__people_card {
  margin-top: 32px;
}
.p-recruit__people_cardBlue {
  background-color: #fff;
  border-top: 5px solid #39a3db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 48px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_cardBlue {
    padding: 20px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.p-recruit__people_cardBlue:last-of-type {
  margin-bottom: 0;
}
.p-recruit__people_cardRed {
  background-color: #fff;
  border-top: 5px solid #d81b0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 48px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_cardRed {
    padding: 20px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.p-recruit__people_cardRed:last-of-type {
  margin-bottom: 0;
}
.p-recruit__people_cardBrown {
  background-color: #fff;
  border-top: 5px solid #a66e01;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 48px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_cardBrown {
    padding: 20px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.p-recruit__people_cardBrown:last-of-type {
  margin-bottom: 0;
}
.p-recruit__people_cardText {
  width: 55.77689243030%;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_cardText {
    width: 100%;
  }
}
.p-recruit__people_cardTitleBlue {
  color: #005392;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.7;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_cardTitleBlue {
    font-size: 1.8rem;
  }
}
.p-recruit__people_cardTitleRed {
  color: #971700;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.7;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_cardTitleRed {
    font-size: 1.8rem;
  }
}
.p-recruit__people_cardTitleBrown {
  color: #5e3e00;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.7;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_cardTitleBrown {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .p-recruit__people_cardDate {
    font-size: 1.2rem;
  }
}
.p-recruit__people_cardBtn, .p-recruit__people_cardBtnBrown, .p-recruit__people_cardBtnRed, .p-recruit__people_cardBtnBlue {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 32px;
  text-align: center;
  width: 132px;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_cardBtn, .p-recruit__people_cardBtnBrown, .p-recruit__people_cardBtnRed, .p-recruit__people_cardBtnBlue {
    font-size: 1.4rem;
    margin-top: 15px;
    width: 96px;
  }
}
.p-recruit__people_cardBtnBlue {
  background-color: #39a3db;
}
.p-recruit__people_cardBtnRed {
  background-color: #d81b0e;
}
.p-recruit__people_cardBtnBrown {
  background-color: #a66e01;
}
.p-recruit__people_cardBox {
  background-color: #f1f8fc;
  padding: 24px 32px;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_cardBox {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.p-recruit__people_cardBoxRed {
  background-color: #fef4ee;
  padding: 24px 32px;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_cardBoxRed {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.p-recruit__people_cardBoxBrown {
  background-color: #fff7e8;
  padding: 24px 32px;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_cardBoxBrown {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.p-recruit__people_cardCover {
  width: 39.84063745020%;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_cardCover {
    width: 100%;
  }
}
.p-recruit__people_cardCoverImg {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-recruit__people_cardCoverImg {
    margin-top: 10px;
  }
}
.p-recruit__number {
  background-color: #fff;
}
.p-recruit__number_wrap {
  margin: 0 auto;
  max-width: calc(1100px + 25px * 2);
  padding: 32px 25px 50px;
}
@media screen and (max-width: 599px) {
  .p-recruit__number_wrap {
    padding: 30px 25px 50px;
  }
}
.p-recruit__number_cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .p-recruit__number_cover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.p-recruit__number_coverImg {
  height: auto;
  max-width: 526px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-recruit__number_coverImg {
    max-width: 100%;
  }
}
.p-recruit__number_scroll {
  margin-top: 40px;
  overflow-x: auto;
  width: 100%;
}
.p-recruit__number_scrollImg {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-recruit__number_scrollImg {
    min-width: 800px;
  }
}
.p-recruit__requirements_wrap {
  margin: 0 auto;
  max-width: calc(1100px + 25px * 2);
  padding: 72px 25px;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_wrap {
    padding: 30px 25px 50px;
  }
}
.p-recruit__requirements_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}
.p-recruit__requirements_titleBlue {
  background-color: #cae7f5;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 0;
  text-align: center;
  width: 480px;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_titleBlue {
    font-size: 1.6rem;
  }
}
.p-recruit__requirements_titleBlue.is-active {
  background-color: #39a3db;
  color: #fff;
}
.p-recruit__requirements_titleRed {
  background-color: #ffd9c2;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  max-width: 480px;
  padding: 16px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_titleRed {
    font-size: 1.6rem;
  }
}
.p-recruit__requirements_titleRed.is-active {
  background-color: #d81b0e;
  color: #fff;
}
.p-recruit__requirements_titleBrown {
  background-color: #eddfc6;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 0;
  text-align: center;
  width: 480px;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_titleBrown {
    font-size: 1.6rem;
  }
}
.p-recruit__requirements_titleBrown.is-active {
  background-color: #a66e01;
  color: #fff;
}
.p-recruit__requirements_tableWrap, .p-recruit__requirements_tableWrap--type01 {
  display: none;
  width: 100%;
}
.p-recruit__requirements_tableWrap.is-show, .is-show.p-recruit__requirements_tableWrap--type01 {
  display: block;
}
.p-recruit__requirements_tableWrap--type01 {
  margin-top: 32px;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_tableWrap--type01 {
    margin-top: 15px;
  }
}
.p-recruit__requirements_tableBlue {
  border-collapse: separate;
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_tableBlue colgroup {
    display: none;
  }
}
.p-recruit__requirements_tableBlue tr th,
.p-recruit__requirements_tableBlue tr td {
  padding: 24px 16px;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_tableBlue tr th,
.p-recruit__requirements_tableBlue tr td {
    display: block;
  }
}
.p-recruit__requirements_tableBlue tr th {
  border-bottom: 1px solid #39a3db;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_tableBlue tr th {
    font-size: 1.5rem;
  }
}
.p-recruit__requirements_tableBlue tr td {
  border-bottom: 1px solid #ccd0dc;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_tableBlue tr td {
    font-size: 1.5rem;
  }
}
.p-recruit__requirements_tableRed {
  border-collapse: separate;
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_tableRed colgroup {
    display: none;
  }
}
.p-recruit__requirements_tableRed tr th,
.p-recruit__requirements_tableRed tr td {
  padding: 24px 16px;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_tableRed tr th,
.p-recruit__requirements_tableRed tr td {
    display: block;
  }
}
.p-recruit__requirements_tableRed tr th {
  border-bottom: 1px solid #d81b0e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_tableRed tr th {
    font-size: 1.5rem;
  }
}
.p-recruit__requirements_tableRed tr td {
  border-bottom: 1px solid #ccd0dc;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_tableRed tr td {
    font-size: 1.5rem;
  }
}
.p-recruit__requirements_tableBrown {
  border-collapse: separate;
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_tableBrown colgroup {
    display: none;
  }
}
.p-recruit__requirements_tableBrown tr th,
.p-recruit__requirements_tableBrown tr td {
  padding: 24px 16px;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_tableBrown tr th,
.p-recruit__requirements_tableBrown tr td {
    display: block;
  }
}
.p-recruit__requirements_tableBrown tr th {
  border-bottom: 1px solid #a66e01;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_tableBrown tr th {
    font-size: 1.5rem;
  }
}
.p-recruit__requirements_tableBrown tr td {
  border-bottom: 1px solid #ccd0dc;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_tableBrown tr td {
    font-size: 1.5rem;
  }
}
.p-recruit__requirements_info {
  margin: 0 auto;
  max-width: 960px;
}
.p-recruit__requirements_info_section, .p-recruit__requirements_info_section_skyblue, .p-recruit__requirements_info_section_brown, .p-recruit__requirements_info_section_green, .p-recruit__requirements_info_section_red {
  display: grid;
  grid-template-columns: 232px 1fr;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_info_section, .p-recruit__requirements_info_section_skyblue, .p-recruit__requirements_info_section_brown, .p-recruit__requirements_info_section_green, .p-recruit__requirements_info_section_red {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.p-recruit__requirements_info_section::after, .p-recruit__requirements_info_section_skyblue::after, .p-recruit__requirements_info_section_brown::after, .p-recruit__requirements_info_section_green::after, .p-recruit__requirements_info_section_red::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#39a3db), color-stop(23%, #39a3db), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #39a3db 0%, #39a3db 23%, #ccd0dc 23%, #ccd0dc 100%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-recruit__requirements_info_section_red:first-child::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#d81b0e), color-stop(23%, #d81b0e), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #d81b0e 0%, #d81b0e 23%, #ccd0dc 23%, #ccd0dc 100%);
}
.p-recruit__requirements_info_section_red::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#d81b0e), color-stop(23%, #d81b0e), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #d81b0e 0%, #d81b0e 23%, #ccd0dc 23%, #ccd0dc 100%);
  content: "";
}
.p-recruit__requirements_info_section_green:first-child::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#29c687), color-stop(23%, #29c687), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #29c687 0%, #29c687 23%, #ccd0dc 23%, #ccd0dc 100%);
}
.p-recruit__requirements_info_section_green::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#29c687), color-stop(23%, #29c687), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #29c687 0%, #29c687 23%, #ccd0dc 23%, #ccd0dc 100%);
}
.p-recruit__requirements_info_section_brown:first-child::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#a66e01), color-stop(23%, #a66e01), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #a66e01 0%, #a66e01 23%, #ccd0dc 23%, #ccd0dc 100%);
}
.p-recruit__requirements_info_section_brown::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#a66e01), color-stop(23%, #a66e01), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #a66e01 0%, #a66e01 23%, #ccd0dc 23%, #ccd0dc 100%);
  content: "";
}
.p-recruit__requirements_info_section_skyblue:first-child::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#39a3db), color-stop(23%, #39a3db), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #39a3db 0%, #39a3db 23%, #ccd0dc 23%, #ccd0dc 100%);
}
.p-recruit__requirements_info_section_skyblue::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#39a3db), color-stop(23%, #39a3db), color-stop(23%, #ccd0dc), to(#ccd0dc));
  background-image: linear-gradient(to right, #39a3db 0%, #39a3db 23%, #ccd0dc 23%, #ccd0dc 100%);
  content: "";
}
.p-recruit__requirements_info_title {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 24px 16px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_info_title {
    padding: 24px 0 0 0;
  }
}
.p-recruit__requirements_info_content {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 24px 16px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-recruit__requirements_info_content {
    padding: 0 0 24px 0;
  }
}
.p-recruit__requirements_info_branch {
  display: grid;
  grid-template-columns: auto 1fr;
  line-height: 1;
}
.p-recruit__requirements_info_branch > :first-child {
  margin-right: 20px;
}
.p-recruit__flow {
  margin-bottom: 212px;
}
@media screen and (max-width: 599px) {
  .p-recruit__flow {
    margin-bottom: 200px;
  }
}
.p-recruit__flow_wrap, .p-recruit__flow_wrap--brown, .p-recruit__flow_wrap--red, .p-recruit__flow_wrap--blue {
  margin: 0 auto;
  max-width: calc(1100px + 25px * 2);
  padding: 80px 25px 80px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-recruit__flow_wrap, .p-recruit__flow_wrap--brown, .p-recruit__flow_wrap--red, .p-recruit__flow_wrap--blue {
    padding: 30px 25px 50px;
  }
}
.p-recruit__flow_wrap::before, .p-recruit__flow_wrap--brown::before, .p-recruit__flow_wrap--red::before, .p-recruit__flow_wrap--blue::before {
  content: "";
  height: 100%;
  position: absolute;
  right: -45px;
  top: 0;
  width: 45px;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .p-recruit__flow_wrap::before, .p-recruit__flow_wrap--brown::before, .p-recruit__flow_wrap--red::before, .p-recruit__flow_wrap--blue::before {
    content: none;
  }
}
.p-recruit__flow_wrap::after, .p-recruit__flow_wrap--brown::after, .p-recruit__flow_wrap--red::after, .p-recruit__flow_wrap--blue::after {
  content: "";
  height: 100%;
  left: -100vw;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .p-recruit__flow_wrap::after, .p-recruit__flow_wrap--brown::after, .p-recruit__flow_wrap--red::after, .p-recruit__flow_wrap--blue::after {
    content: none;
  }
}
.p-recruit__flow_wrap--blue {
  background: #f1f8fc;
}
.p-recruit__flow_wrap--blue::before, .p-recruit__flow_wrap--blue::after {
  background: #f1f8fc;
}
.p-recruit__flow_wrap--red {
  background: #fef4ee;
}
.p-recruit__flow_wrap--red::before, .p-recruit__flow_wrap--red::after {
  background: #fef4ee;
}
.p-recruit__flow_wrap--brown {
  background: #fff7e8;
}
.p-recruit__flow_wrap--brown::before, .p-recruit__flow_wrap--brown::after {
  background: #fff7e8;
}
.p-recruit__flow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .p-recruit__flow_box {
    -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: 20px;
  }
}
.p-recruit__flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 251px;
  -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;
}
@media screen and (max-width: 599px) {
  .p-recruit__flow_item {
    width: 90%;
  }
}
.p-recruit__flow_numberBlue {
  background-color: #39a3db;
  border-radius: 50%;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  text-align: center;
  width: 40px;
}
@media screen and (max-width: 599px) {
  .p-recruit__flow_numberBlue {
    font-size: 1.8rem;
    height: 32px;
    width: 32px;
  }
}
.p-recruit__flow_numberRed {
  background-color: #d81b0e;
  border-radius: 50%;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  text-align: center;
  width: 40px;
}
@media screen and (max-width: 599px) {
  .p-recruit__flow_numberRed {
    font-size: 1.8rem;
    height: 32px;
    width: 32px;
  }
}
.p-recruit__flow_numberBrown {
  background-color: #a66e01;
  border-radius: 50%;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  height: 40px;
  text-align: center;
  width: 40px;
}
@media screen and (max-width: 599px) {
  .p-recruit__flow_numberBrown {
    font-size: 1.8rem;
    height: 32px;
    width: 32px;
  }
}
.p-recruit__flow_img {
  height: auto;
  margin-top: 20px;
  width: 137px;
}
.p-recruit__flow_titleBlue {
  color: #005392;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.7;
  margin-top: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-recruit__flow_titleBlue {
    font-size: 2.2rem;
  }
}
.p-recruit__flow_titleRed {
  color: #971700;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.7;
  margin-top: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-recruit__flow_titleRed {
    font-size: 2.2rem;
  }
}
.p-recruit__flow_titleBrown {
  color: #5e3e00;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.7;
  margin-top: 20px;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .p-recruit__flow_titleBrown {
    font-size: 2.2rem;
  }
}
.p-recruit__entry {
  background-image: url("/assets/img/recruit/img_foot01.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 435px;
  position: relative;
}
.p-recruit__entry_wrap {
  margin: 0 auto;
  max-width: 1100px;
}
.p-recruit__entry_box, .p-recruit__entry_boxBrown, .p-recruit__entry_boxRed, .p-recruit__entry_boxBlue {
  left: 50%;
  padding: 56px 0;
  position: absolute;
  top: -140px;
  width: 1100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .p-recruit__entry_box, .p-recruit__entry_boxBrown, .p-recruit__entry_boxRed, .p-recruit__entry_boxBlue {
    padding: 48px 0;
    width: 90%;
  }
}
.p-recruit__entry_boxBlue {
  background-color: #39a3db;
}
.p-recruit__entry_boxRed {
  background-color: #d81b0e;
}
.p-recruit__entry_boxBrown {
  background-color: #a66e01;
}
.p-recruit__entry_eng {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.75px;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-recruit__entry_eng {
    font-size: 1.2rem;
  }
}
.p-recruit__entry_title {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .p-recruit__entry_title {
    font-size: 2rem;
  }
}
.p-recruit__entry_tel {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding: 13px 16px;
  position: relative;
  text-align: right;
  width: 217px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 599px) {
  .p-recruit__entry_tel {
    font-size: 1.8rem;
    width: 195px;
  }
}
.p-recruit__entry_tel::before {
  background-image: url("/assets/img/svg/icon_tel.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  left: 16px;
  position: absolute;
  top: 50%;
  width: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-recruit__entry_tel:hover {
  opacity: 0.7;
}

.p-terms_of_service__wrap .p-wrap__termsofuse {
  padding-top: 64px;
}
@media screen and (max-width: 599px) {
  .p-terms_of_service__wrap .p-wrap__termsofuse {
    padding-top: 40px;
  }
}
.p-terms_of_service__wrap .p-box__termsofuse {
  margin-bottom: 48px;
}
.p-terms_of_service__wrap .p-box__termsofuse:last-child {
  margin-bottom: 0;
}
.p-terms_of_service__wrap .p-title_under__termsofuse {
  border-bottom: solid 2px #ccd0dc;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 30px;
  padding-bottom: 16px;
  position: relative;
}
.p-terms_of_service__wrap .p-title_under__termsofuse::before {
  background-color: #0b318f;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 160px;
}
.p-terms_of_service__wrap .p-subtitle__termsofuse {
  border-left: solid 5px #0b318f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 24px;
  padding-left: 13px;
}
.p-terms_of_service__wrap .p-subtext__termsofuse {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 16px;
  padding-left: 20px;
  position: relative;
}
.p-terms_of_service__wrap .p-subtext__termsofuse::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.p-privacy__wrap .p-wrap__privacy {
  padding-top: 64px;
}
@media screen and (max-width: 599px) {
  .p-privacy__wrap .p-wrap__privacy {
    padding-top: 40px;
  }
}
.p-privacy__wrap .p-box__privacy {
  margin-bottom: 48px;
}
.p-privacy__wrap .p-box__privacy:last-child {
  margin-bottom: 0;
}
.p-privacy__wrap .p-title_under__privacy {
  border-bottom: solid 2px #ccd0dc;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: 16px;
  position: relative;
}
.p-privacy__wrap .p-title_under__privacy::before {
  background-color: #0b318f;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 160px;
}
.p-privacy__wrap .p-subtitle__privacy {
  border-left: solid 5px #0b318f;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 24px;
  padding-left: 13px;
}
.p-privacy__wrap .p-subtext__privacy::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}
.p-privacy__wrap .p-box__privacy > p:nth-child(n+2) {
  margin-top: 32px;
}
.p-privacy__wrap .p-contact__privacy {
  margin-top: 32px;
}
.p-privacy__wrap .p-contact__privacy p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 16px;
}
.p-privacy__wrap .p-contact__privacy span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}

.p-history__wrap {
  margin: 0 auto;
  max-width: 960px;
  padding-top: 64px;
}
@media screen and (max-width: 599px) {
  .p-history__wrap {
    padding: 50px 25px 0;
  }
}
.p-history__timeline {
  position: relative;
}
.p-history__timeline::before {
  background: #d3dcf2;
  bottom: 0;
  content: "";
  height: calc(100% - 8px);
  left: 170px;
  position: absolute;
  width: 3px;
}
@media screen and (max-width: 599px) {
  .p-history__timeline::before {
    height: calc(100% - 4px);
    left: 67px;
    width: 2px;
  }
}
.p-history__timeline_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-history__timeline_date {
  display: block;
  height: 37px;
  width: 174px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
@media screen and (max-width: 599px) {
  .p-history__timeline_date {
    height: 16px;
    width: 63px;
  }
}
.p-history__timeline_content {
  padding-bottom: 58px;
  padding-left: 48px;
  position: relative;
  width: calc(100% - 174px);
}
@media screen and (max-width: 599px) {
  .p-history__timeline_content {
    padding-left: 21px;
    width: calc(100% - 63px);
  }
}
.p-history__timeline_content::before {
  background-color: #0b318f;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: -9.5px;
  position: absolute;
  top: 8px;
  width: 15px;
}
@media screen and (max-width: 599px) {
  .p-history__timeline_content::before {
    height: 10px;
    left: 0;
    top: 4px;
    width: 10px;
  }
}
.p-history__timeline_contentText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .p-history__timeline_contentText {
    gap: 10px 0;
  }
}
.p-history__timeline_contentDate {
  color: #0b318f;
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1;
  width: 88px;
}
@media screen and (max-width: 599px) {
  .p-history__timeline_contentDate {
    font-size: 1.5rem;
    width: 80px;
  }
}
.p-history__timeline_contentTag, .p-history__timeline_contentTagGreen, .p-history__timeline_contentTagBrown, .p-history__timeline_contentTagRed, .p-history__timeline_contentTagSky, .p-history__timeline_contentTagBlue {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 38px;
  margin-right: 24px;
  padding: 4px 0 5px;
  text-align: center;
  width: 118px;
}
@media screen and (max-width: 599px) {
  .p-history__timeline_contentTag, .p-history__timeline_contentTagGreen, .p-history__timeline_contentTagBrown, .p-history__timeline_contentTagRed, .p-history__timeline_contentTagSky, .p-history__timeline_contentTagBlue {
    font-size: 1.2rem;
    margin-left: 16px;
    margin-right: 0;
    padding: 4px 0;
    width: 114px;
  }
}
.p-history__timeline_contentTagBlue {
  background-color: #0b318f;
}
.p-history__timeline_contentTagSky {
  background-color: #39a3db;
}
.p-history__timeline_contentTagRed {
  background-color: #d81b0e;
}
.p-history__timeline_contentTagBrown {
  background-color: #a66e01;
}
.p-history__timeline_contentTagGreen {
  background-color: #29c687;
}
.p-history__timeline_contentTagDummy {
  margin-left: 38px;
  margin-right: 24px;
  width: 118px;
}
@media screen and (max-width: 599px) {
  .p-history__timeline_contentTagDummy {
    margin-left: 16px;
    margin-right: 0;
    width: 114px;
  }
}
.p-history__timeline_contentTitle {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-history__timeline_img {
  display: block;
  height: auto;
  margin: 20px 0 0 126px;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-history__timeline_img {
    margin: 16px 0 0;
  }
}

.u-mt0 {
  margin-top: 0;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mt12 {
  margin-top: 12px;
}
.u-mt16 {
  margin-top: 16px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt24 {
  margin-top: 24px;
}
.u-mt32 {
  margin-top: 32px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .u-mt60__sp {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .u-mt40__sp {
    margin-top: 40px;
  }
}
.u-m_auto {
  margin-left: auto;
  margin-right: auto;
}
.u-ml15 {
  margin-left: 15px;
}
.u-pl15 {
  padding-left: 15px;
}
.u-pm12 {
  padding-bottom: 12px !important;
}
.u-pt12 {
  padding-top: 12px !important;
}
.u-borderb {
  border-bottom: 1px solid #ccd0dc;
}
.u-align_self_start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.u-br_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-br_sp {
    display: block;
  }
}
.u-bg__white {
  background-color: #fff;
}
/*# sourceMappingURL=map/style.css.map */
