@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Oswald:wght@400;700&family=Roboto:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", -apple-system, Roboto, Helvetica, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.8;
}
@media screen and (max-width: 544px) {
  body {
    line-height: 1.6;
  }
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}

li {
  list-style: none inside;
}

h5,
h6 {
  font-size: 100%;
}

p {
  margin-bottom: 15px;
}
p:has(img.photo):after {
  content: "";
  clear: both;
  display: block;
  height: 0px;
  visibility: hidden;
}

a {
  color: #d95604;
}
a:hover {
  cursor: pointer;
}

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

:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 544px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 544px) {
  br.sp,
  span.sp,
  a.sp,
  b.sp,
  i.sp,
  strong.sp,
  em.sp {
    display: inline-block !important;
  }
  div.sp,
  p.sp,
  section.sp,
  article.sp,
  ul.sp,
  ol.sp,
  li.sp,
  h1.sp,
  h2.sp,
  h3.sp,
  h4.sp,
  h5.sp,
  h6.sp {
    display: block !important;
  }
  table.sp {
    display: table !important;
  }
}
ul.disc,
ol.decimal {
  margin-bottom: 30px;
}
ul.disc:last-child,
ol.decimal:last-child {
  margin-bottom: 0px;
}
ul.disc li,
ol.decimal li {
  margin-left: 1em;
  padding-left: 0.5em;
}
ul.disc li > ul.disc, ul.disc li > ol.decimal,
ol.decimal li > ul.disc,
ol.decimal li > ol.decimal {
  margin-top: 15px;
  margin-left: 30px;
}

ul.disc li {
  list-style: disc outside;
}

ol.decimal li {
  list-style: decimal outside;
}

.bttn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0px 15px;
  min-height: 45px;
  background-color: #fff;
  border: 1px solid #d95604;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 1px #d95604;
          box-shadow: 1px 1px 1px #d95604;
  margin-top: 15px;
  padding: 6px 18px;
  font-size: 20px;
  color: #d95604;
  text-decoration: none;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  .bttn {
    font-size: 18px;
    min-height: 36px;
  }
}
.bttn:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  min-height: 45px;
  height: 100%;
  background: url(../img000/bttn_arrow_next.svg) no-repeat left center;
}
@media screen and (max-width: 544px) {
  .bttn:after {
    min-height: 36px;
  }
}
.bttn span {
  position: relative;
}

.blockttl {
  font-size: 30px;
}
.blockttl.line {
  position: relative;
  margin-bottom: 60px;
  color: #006fc2;
  text-align: center;
}
.blockttl.line:before, .blockttl.line:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background-color: #006fc2 !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.blockttl.line:before {
  top: -15px;
}
.blockttl.line:after {
  bottom: -15px;
}
.blockttl.line span:before,
.blockttl.line span:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100px;
  height: 2px;
  background-color: #006fc2 !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.blockttl.line span {
  position: relative;
  display: inline-block;
}
.blockttl.line span:before {
  top: -25px;
}
.blockttl.line span:after {
  bottom: -25px;
}
.blockttl.bar {
  position: relative;
  background-color: #006fc2;
  margin: 0px 0px 15px;
  padding: 12px 15px;
  color: #fff;
  font-weight: 700;
  line-height: 1.25em;
  white-space: nowrap;
}
@media screen and (max-width: 544px) {
  .blockttl.bar {
    margin-bottom: 12px;
    font-size: 24px;
  }
}
.blockttl.bar::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-width: 60px 60px 0px 0px;
  border-style: solid;
  border-color: #00d0fe transparent transparent transparent;
}
@media screen and (max-width: 544px) {
  .blockttl.bar::before {
    border-width: 54px 54px 0px 0px;
  }
}
.blockttl.bar span {
  position: relative;
  z-index: 2;
}
.blockttl.bar + .eyecatch {
  position: relative;
  margin-top: -12px;
}
@media screen and (max-width: 544px) {
  .blockttl.bar + .eyecatch {
    height: 15vh;
  }
}
.blockttl.bar + .eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}
@media screen and (max-width: 544px) {
  .blockttl.bar + .eyecatch img {
    margin-top: 3px;
  }
}
.blockttl.balloon {
  display: table;
  width: auto;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  margin: 0px auto 45px;
  padding: 15px 30px;
  font-size: 30px;
  color: #006fc2;
  font-weight: 500;
  line-height: 1.6em;
  text-align: center;
}
.blockttl.balloon:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -24px;
  right: 48px;
  border-style: solid;
  border-width: 24px 12px 0px 12px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
}
.blockttl.balloon span {
  display: inline-block;
}

.ttl {
  margin: 0px 0px 15px;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .ttl {
    margin-bottom: 12px;
    font-size: 21px;
    line-height: 1.5em;
  }
}
.ttl.center {
  text-align: center;
}

img.photo.left {
  float: left;
  margin: 0px 30px 0px 0px;
}
@media screen and (max-width: 544px) {
  img.photo.left {
    float: none;
    display: table;
    margin: 0px auto 15px;
  }
}
img.photo.right {
  float: right;
  margin: 0px 0px 0px 30px;
}
@media screen and (max-width: 544px) {
  img.photo.right {
    float: none;
    display: table;
    margin: 0px auto 15px;
  }
}
img.photo.center {
  display: table;
  margin: 0px auto 15px;
}

.note {
  font-size: 16px;
  font-weight: 500;
}

.president {
  padding-bottom: 45px;
  line-height: 1;
  text-align: center;
}
.president figure {
  display: block;
}
.president figure:after {
  content: "北野工業のお母ちゃんこと";
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-family: BokutohRuika, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 15px;
}
.president img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.president .photo {
  width: 140px;
  margin-bottom: 15px;
}
.president .post {
  width: 150px;
  margin-bottom: 15px;
}
@media screen and (max-width: 544px) {
  .president .post {
    width: 120px;
  }
}
.president .name {
  width: 220px;
}
@media screen and (max-width: 544px) {
  .president .name {
    width: 180px;
  }
}

input.area,
input[type=text].area,
textarea.area {
  background-color: #e5f3fe;
  border: 1px solid #006fc2;
  padding: 6px 15px;
}
input.area.long,
input[type=text].area.long,
textarea.area.long {
  width: 480px;
}
@media screen and (max-width: 544px) {
  input.area.long,
  input[type=text].area.long,
  textarea.area.long {
    width: 100%;
  }
}
input.area.moddle,
input[type=text].area.moddle,
textarea.area.moddle {
  width: 360px;
}
@media screen and (max-width: 544px) {
  input.area.moddle,
  input[type=text].area.moddle,
  textarea.area.moddle {
    width: 100%;
  }
}
input.area.short,
input[type=text].area.short,
textarea.area.short {
  width: 150px;
}
@media screen and (max-width: 544px) {
  input.area.short,
  input[type=text].area.short,
  textarea.area.short {
    width: 100%;
  }
}

textarea.area {
  height: 180px;
}

/*
背景色
*/
[class*=bg_] {
  padding: 45px 0px;
}
@media screen and (max-width: 544px) {
  [class*=bg_] > .inner, [class*=bg_].blockbox > .inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.bg_white {
  background-color: #fff;
}

.bg_blue_lighter {
  background-color: #e5f3fe;
}

.bg_blue_light {
  background-color: #b2dcfb;
}

.bg_gray_thin {
  background-color: #f5f5f5;
}

.bg_gray_lighter {
  background-color: #e3e3e3;
}

.bg_gray_light {
  background-color: #d9d9d9;
}

.eyecatch,
.kanban {
  margin: 0px auto 15px;
  overflow: hidden;
}

.eyecatch {
  position: relative;
}
.eyecatch img {
  border-radius: 2px;
}
.eyecatch.image:after {
  content: "Image";
  display: table;
  position: absolute;
  bottom: 15px;
  right: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  color: #fff;
  line-height: 1;
}

.mark_gray {
  position: relative;
  padding-top: 150px;
}
.mark_gray:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 2;
  background: url(../img000/icon_mark_gray.svg) no-repeat center top/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 544px) {
  .mark_gray:before {
    width: 70px;
    height: 70px;
  }
}
.mark_gray:after {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0px;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 544px) {
  .mark_gray:after {
    height: 105px;
  }
}

ul.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 6px;
  margin: 0px 0px 30px;
}
ul.tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00d0fe;
  border-radius: 2px;
  padding: 3px 10px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.25em;
}

.label {
  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;
          justify-content: center;
  width: 130px;
  aspect-ratio: 1.25/1;
  background-color: #006fc2;
  border-radius: 0 0 2px 2px;
  margin: 0px auto 15px;
  color: #fff;
}
.label span {
  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;
          justify-content: center;
  gap: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}
.label span:before {
  font-family: "Noto Sans JP", -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 21px;
}
.label.method span:before {
  content: "工法";
}

.capsule, dl.service_category dt {
  display: table;
  max-width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #000;
  border-radius: 16px;
  margin: 0px auto 15px;
  padding: 6px 30px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
}

.apeal {
  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;
          justify-content: center;
  gap: 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0px auto 30px;
  font-family: BokutohRuika, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 36px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 544px) {
  .apeal {
    gap: 0px;
    font-size: 27px;
    line-height: 1.4em;
  }
}
.apeal:after {
  content: "";
  display: block;
  width: 150px;
  height: 210px;
  background: url(../img000/icon_staff.png) no-repeat center center/cover;
}
@media screen and (max-width: 544px) {
  .apeal:after {
    width: 135px;
    height: 190px;
  }
}

.divider_circle, #content_kokoroe .itembox {
  background: url(../img000/divider_circle.png) no-repeat center bottom;
  margin: 0px 0px 30px;
  padding: 0px 0px 60px;
}

.icon {
  margin: 0px auto 15px;
}
.icon.pipeinpipe {
  display: block;
  width: 345px;
  height: 345px;
  max-width: 100%;
  position: relative;
  background: url(../img000/icon_pipeinpipe_photo.png) no-repeat center center/cover;
  text-indent: -9999px;
  line-height: 1;
}
.icon.pipeinpipe:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: url(../img000/icon_pipeinpipe_logomark.png) no-repeat center center/50%;
}

/*
modaal.js
*/
.modaal-inner-wrapper {
  padding: 25px !important;
}

.modaal-container {
  height: calc(100vh - 50px);
}

.modaal-image .modaal-container {
  height: auto;
}

.modaal-close::after,
.modaal-close::before {
  width: 2px !important;
}

.modaal-close {
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  background-color: #414141 !important;
}
.modaal-close:hover {
  background-color: #000 !important;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:focus::after,
.modaal-close:focus::before,
.modaal-close:hover::after,
.modaal-close:hover::before {
  background-color: #fff !important;
}

.modaal-gallery-control {
  background: #000;
}

/*
Formstone
*/
.fs-checkbox-label.fs-light {
  font-size: 18px;
}

.fs-light.fs-checkbox-focus .fs-checkbox-flag::before,
.no-touchevents .fs-light:hover .fs-checkbox-flag::before {
  border-color: #006fc2;
}

.fs-checkbox.fs-light .fs-checkbox-flag::before {
  border-color: #006fc2;
}

.fs-checkbox.fs-light .fs-checkbox-marker {
  border-color: #006fc2;
}

.fs-checkbox-label.fs-light {
  color: #000;
  line-height: 1;
}

.fs-checkbox.fs-light .fs-checkbox-marker {
  border-width: 2px;
}

/*
.glide.js
*/
div.glide__arrows {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 15px 0px;
}
@media screen and (max-width: 544px) {
  div.glide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

button.glide__arrow {
  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;
          justify-content: center;
  background-color: #00d0fe;
  border: 0px none transparent;
  border-radius: 6px;
  padding: 6px 30px;
  font-size: 36px;
  color: #fff;
  line-height: 1;
}

li.glide__slide {
  line-height: 1;
}

div.glide__bullets {
  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;
          justify-content: center;
  gap: 18px;
  padding: 30px 0px;
}
@media screen and (max-width: 544px) {
  div.glide__bullets {
    display: none;
  }
}

button.glide__bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  z-index: 100;
  background-color: #000;
  border: 0px none transparent;
  border-radius: 50%;
  cursor: pointer !important;
}

.blockbox {
  width: 100%;
  margin: 0px auto 45px;
}
@media screen and (max-width: 544px) {
  .blockbox {
    margin-bottom: 30px;
  }
}
.blockbox[class*=bg_] {
  padding: 45px 0px;
}
.blockbox[class*=bg_].bg_gray {
  background-color: #f5f5f5;
}
.blockbox[class*=bg_].bg_blue {
  background-color: #e5f3fe;
}
.blockbox[class*=bg_].bg_lime {
  background-color: #EEF8F8;
}
.blockbox > .inner {
  width: 960px;
  margin: 0px auto;
}
@media screen and (max-width: 960px) {
  .blockbox > .inner {
    width: 94%;
  }
}
.blockbox > .inner > .itembox {
  width: 100%;
}
.blockbox > .outer {
  width: 100%;
  margin: 0px auto;
  padding-left: 3%;
  padding-right: 3%;
}
.blockbox > .outer > .itembox {
  width: 100%;
}
.blockbox:has(h3.blockttl.line) {
  padding: 75px 3% 45px;
}
.blockbox .box_s {
  width: 768px;
  margin: 0px auto 45px;
}
@media screen and (max-width: 768px) {
  .blockbox .box_s {
    width: 94%;
  }
}
@media screen and (max-width: 544px) {
  .blockbox .box_s {
    margin-botom: 30px;
  }
}

.itembox {
  width: 768px;
  margin: 0px auto 45px;
}
@media screen and (max-width: 768px) {
  .itembox {
    width: 94%;
  }
}
@media screen and (max-width: 544px) {
  .itembox {
    margin-botom: 30px;
  }
}
.itembox.before_after, .itembox.pipeinpipe {
  text-align: center;
}
.itembox.before_after p, .itembox.pipeinpipe p {
  text-align: left;
}

dl.service_category {
  margin: 0px 0px 30px;
}
dl.service_category:last-child {
  margin-bottom: 0px;
}
dl.service_category dt {
  margin-left: 0px;
}
dl.service_category dd {
  border-bottom: 5px solid #006fc2;
  margin-bottom: 12px;
  padding: 0px 15px 12px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  dl.service_category dd {
    border-bottom-width: 4px;
    font-size: 24px;
  }
}
dl.service_category dd:last-child {
  margin-bottom: 0px;
}
dl.service_category dd a {
  color: #006fc2;
  text-decoration: none;
}

dl.benefit {
  position: relative;
  background: url(../img000/icon_benefit.svg) no-repeat center top/200px auto;
  margin-bottom: 45px;
  padding-top: 380px;
}
dl.benefit.no_icon {
  background: none;
  padding-top: 0px;
}
dl.benefit.no_icon:before, dl.benefit.no_icon:after {
  content: none;
}
dl.benefit:before, dl.benefit:after {
  display: block;
  width: 100%;
  position: absolute;
  color: #006fc2;
  text-align: center;
}
dl.benefit:before {
  content: "なにがいいの？";
  top: 260px;
  font-family: BokutohRuika, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 42px;
  letter-spacing: -0.05em;
}
dl.benefit:after {
  content: "メリット・長所";
  top: 320px;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.05em;
}
dl.benefit .item {
  margin-bottom: 30px;
}
dl.benefit .item:last-child {
  margin-bottom: 0px;
}
dl.benefit dt {
  border-radius: 6px;
  background-color: #b2dcfb;
  margin-bottom: 15px;
  padding: 6px 15px;
  font-size: 27px;
  text-align: center;
}
dl.benefit.bar_gray dt {
  background-color: #d9d9d9;
}
dl.benefit.bar_white dt {
  background-color: #fff;
}
dl.benefit.bar_lime dt {
  background-color: #D3F4E7;
}
dl.benefit dd p {
  text-align: left;
}
#content_kosei dl.benefit dd p {
  text-align: left;
}

dl.benefit dd .note {
  font-weight: 400;
  margin-top: 6px;
}
#content_kosei dl.benefit dd .note {
  text-align: left;
}

ol.itemlist li:last-child,
ul.itemlist li:last-child {
  margin-bottom: 0px;
}
ol.itemlist.form,
ul.itemlist.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  padding: 45px 0px;
}
@media screen and (max-width: 544px) {
  ol.itemlist.form,
  ul.itemlist.form {
    gap: 15px;
    width: 100%;
    padding: 30px 0px;
  }
}
ol.itemlist.form li,
ul.itemlist.form li {
  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;
          justify-content: center;
  width: calc((100% - 30px) / 2);
  margin: 0px auto;
  text-align: center;
}
@media (max-width: 544px) {
  ol.itemlist.form li,
  ul.itemlist.form li {
    width: 100%;
  }
}
ol.itemlist.form li a,
ol.itemlist.form li input,
ul.itemlist.form li a,
ul.itemlist.form li input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  border: 0px none transparent;
  border-radius: 10px;
  padding: 15px;
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
ol.itemlist.form li.confirm a,
ol.itemlist.form li.confirm input, ol.itemlist.form li.submit a,
ol.itemlist.form li.submit input,
ul.itemlist.form li.confirm a,
ul.itemlist.form li.confirm input,
ul.itemlist.form li.submit a,
ul.itemlist.form li.submit input {
  background-color: #00d0fe;
}
ol.itemlist.form li.back a,
ol.itemlist.form li.back input,
ul.itemlist.form li.back a,
ul.itemlist.form li.back input {
  background-color: #999;
}
ol.itemlist:has(.name),
ul.itemlist:has(.name) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
ol.itemlist:has(.name) li,
ul.itemlist:has(.name) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 960px) {
  ol.itemlist:has(.name) li,
  ul.itemlist:has(.name) li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 544px) {
  ol.itemlist:has(.name) li,
  ul.itemlist:has(.name) li {
    width: 100%;
  }
}
ol.itemlist:has(.name) li .name,
ul.itemlist:has(.name) li .name {
  display: table;
  width: 280px;
  max-width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 2px 0px 0px 0px;
  padding: 6px 15px;
}
ol.itemlist:has(.name) li .name:before,
ul.itemlist:has(.name) li .name:before {
  content: "■";
  display: inline;
}
ol.itemlist:has(.name) li .name:after,
ul.itemlist:has(.name) li .name:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 40px 40px 0;
}
ol.itemlist:has(.name) li .name.bg_white,
ul.itemlist:has(.name) li .name.bg_white {
  background-color: #e3e3e3;
}
ol.itemlist:has(.name) li .name.bg_white:after,
ul.itemlist:has(.name) li .name.bg_white:after {
  border-color: transparent #fff transparent transparent;
}
ol.itemlist:has(.name) li .name.bg_blue_lighter:after,
ul.itemlist:has(.name) li .name.bg_blue_lighter:after {
  border-color: transparent #e5f3fe transparent transparent;
}
ol.itemlist:has(.name) li .name.bg_blue_light:after,
ul.itemlist:has(.name) li .name.bg_blue_light:after {
  border-color: transparent #b2dcfb transparent transparent;
}
ol.itemlist:has(.name) li .name.bg_gray_lighter:after,
ul.itemlist:has(.name) li .name.bg_gray_lighter:after {
  border-color: transparent #e3e3e3 transparent transparent;
}
ol.itemlist:has(.name) li .name + p,
ul.itemlist:has(.name) li .name + p {
  margin-top: 12px;
  line-height: 1.6em;
}
ol.itemlist:has(.name) li .photo,
ul.itemlist:has(.name) li .photo {
  position: relative;
}
ol.itemlist:has(.name) li .photo[class*=badge_catch]:after,
ul.itemlist:has(.name) li .photo[class*=badge_catch]:after {
  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;
          justify-content: center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  white-space: pre;
  line-height: 1.25em;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  ol.itemlist:has(.name) li .photo[class*=badge_catch]:after,
  ul.itemlist:has(.name) li .photo[class*=badge_catch]:after {
    width: 80px;
    height: 80px;
    font-size: 13px;
  }
}
ol.itemlist:has(.name) li .photo[class*=badge_catch].badge_catch_jisedai:after,
ul.itemlist:has(.name) li .photo[class*=badge_catch].badge_catch_jisedai:after {
  content: "次世代\a技術";
  background-color: rgba(217, 86, 4, 0.9);
}
ol.itemlist:has(.name) li .photo[class*=badge_catch].badge_catch_chumoku:after,
ul.itemlist:has(.name) li .photo[class*=badge_catch].badge_catch_chumoku:after {
  content: "注目事業";
  background-color: rgba(0, 111, 194, 0.9);
}
ol.itemlist:has(.name) li .photo:has(img),
ol.itemlist:has(.name) li img,
ul.itemlist:has(.name) li .photo:has(img),
ul.itemlist:has(.name) li img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
  border-radius: 0px 0px 2px 2px;
  line-height: 1;
}
ol.itemlist:has(.name) li .photo:has(img) + .name,
ol.itemlist:has(.name) li img + .name,
ul.itemlist:has(.name) li .photo:has(img) + .name,
ul.itemlist:has(.name) li img + .name {
  width: 100%;
  background-color: #b2dcfb;
  border-radius: 0px 0px 2px 2px;
  padding: 12px 15px;
  font-size: 24px;
  line-height: 1.25em;
  text-align: center;
}
@media screen and (max-width: 544px) {
  ol.itemlist:has(.name) li .photo:has(img) + .name,
  ol.itemlist:has(.name) li img + .name,
  ul.itemlist:has(.name) li .photo:has(img) + .name,
  ul.itemlist:has(.name) li img + .name {
    padding: 6px 15px;
    font-size: 21px;
  }
}
ol.itemlist:has(.name) li .photo:has(img) + .name:before, ol.itemlist:has(.name) li .photo:has(img) + .name:after,
ol.itemlist:has(.name) li img + .name:before,
ol.itemlist:has(.name) li img + .name:after,
ul.itemlist:has(.name) li .photo:has(img) + .name:before,
ul.itemlist:has(.name) li .photo:has(img) + .name:after,
ul.itemlist:has(.name) li img + .name:before,
ul.itemlist:has(.name) li img + .name:after {
  content: "";
  display: none;
  position: static;
  border: 0px solid transparent;
}
ol.itemlist:has(.name).align_top li .photo:has(img),
ol.itemlist:has(.name).align_top li img,
ul.itemlist:has(.name).align_top li .photo:has(img),
ul.itemlist:has(.name).align_top li img {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}
@media screen and (max-width: 544px) {
  ol.itemlist:has(.name).align_top li .photo:has(img),
  ol.itemlist:has(.name).align_top li img,
  ul.itemlist:has(.name).align_top li .photo:has(img),
  ul.itemlist:has(.name).align_top li img {
    height: 36vw;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0px auto 12px;
  }
}
ol.itemlist:has(.name):has(.name:last-of-type),
ul.itemlist:has(.name):has(.name:last-of-type) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
ol.itemlist:has(.name).align_top:has(.name:last-of-type),
ul.itemlist:has(.name).align_top:has(.name:last-of-type) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
ol.itemlist.category_link,
ul.itemlist.category_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 94%;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  ol.itemlist.category_link,
  ul.itemlist.category_link {
    gap: 18px;
  }
}
@media screen and (max-width: 544px) {
  ol.itemlist.category_link,
  ul.itemlist.category_link {
    gap: 15px;
  }
}
ol.itemlist.category_link li,
ul.itemlist.category_link li {
  width: calc((100% - 60px) / 3);
  height: 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  ol.itemlist.category_link li,
  ul.itemlist.category_link li {
    width: calc((100% - 18px) / 2);
  }
}
@media screen and (max-width: 544px) {
  ol.itemlist.category_link li,
  ul.itemlist.category_link li {
    width: 100%;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  ol.itemlist.category_link li:nth-child(odd):last-child,
  ul.itemlist.category_link li:nth-child(odd):last-child {
    width: 100%;
  }
}
ol.itemlist.category_link li a,
ul.itemlist.category_link li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
ol.itemlist.category_link li a:before,
ul.itemlist.category_link li a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: rgba(0, 111, 194, 0.8);
  mix-blend-mode: multiply;
  pointer-events: none;
}
body.company_page.top_page :not(ol.itemlist.category_link li a[href$=company],
ul.itemlist.category_link li a[href$=company]):before, body.company_page.about_page :not(ol.itemlist.category_link li a[href$=about],
ul.itemlist.category_link li a[href$=about]):before, body.company_page.guideline_page :not(ol.itemlist.category_link li a[href$=guideline],
ul.itemlist.category_link li a[href$=guideline]):before, body.company_page.access_page :not(ol.itemlist.category_link li a[href$=access],
ul.itemlist.category_link li a[href$=access]):before, body.company_page.recruit_page :not(ol.itemlist.category_link li a[href$=recruit],
ul.itemlist.category_link li a[href$=recruit]):before, body.company_page.csr_page :not(ol.itemlist.category_link li a[href$=csr],
ul.itemlist.category_link li a[href$=csr]):before, body.service_page.top_page :not(ol.itemlist.category_link li a[href$=service],
ul.itemlist.category_link li a[href$=service]):before, body.service_page.kosei_page :not(ol.itemlist.category_link li a[href$=kosei],
ul.itemlist.category_link li a[href$=kosei]):before {
  background-color: transparent;
}

ol.itemlist.category_link li a::after,
ul.itemlist.category_link li a::after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0px 0px 30px 30px;
  border-color: transparent transparent #e5f3fe;
  z-index: 2;
}
ol.itemlist.category_link li a img,
ul.itemlist.category_link li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}
ol.itemlist.category_link li a span,
ul.itemlist.category_link li a span {
  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;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  ol.itemlist.category_link li a span,
  ul.itemlist.category_link li a span {
    font-size: 21px;
  }
}
ol.itemlist.tanzaku_gray li,
ul.itemlist.tanzaku_gray li {
  background-color: #f5f5f5;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 30px 15px;
  font-family: BokutohRuika, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 33px;
  color: #006fc2;
  letter-spacing: -0.05em;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  ol.itemlist.tanzaku_gray li,
  ul.itemlist.tanzaku_gray li {
    font-size: 27px;
  }
}
@media screen and (max-width: 544px) {
  ol.itemlist.tanzaku_gray li,
  ul.itemlist.tanzaku_gray li {
    padding: 15px;
    font-size: 24px;
  }
}
ol.itemlist.balloon,
ul.itemlist.balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
ol.itemlist.balloon.bg_gray_thin, ol.itemlist.balloon.bg_blue_lighter,
ul.itemlist.balloon.bg_gray_thin,
ul.itemlist.balloon.bg_blue_lighter {
  background-color: transparent;
}
ol.itemlist.balloon.bg_gray_thin li,
ul.itemlist.balloon.bg_gray_thin li {
  background-color: #f5f5f5;
}
ol.itemlist.balloon.bg_blue_lighter li,
ul.itemlist.balloon.bg_blue_lighter li {
  background-color: #e5f3fe;
}
ol.itemlist.balloon li,
ul.itemlist.balloon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  margin: 0px;
  line-height: 1.6em;
}
@media screen and (max-width: 544px) {
  ol.itemlist.balloon li,
  ul.itemlist.balloon li {
    width: 160px;
  }
}
ol.itemlist.balloon li span,
ol.itemlist.balloon li small,
ul.itemlist.balloon li span,
ul.itemlist.balloon li small {
  display: block;
  text-align: center;
}
ol.itemlist.balloon li span,
ul.itemlist.balloon li span {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 544px) {
  ol.itemlist.balloon li span,
  ul.itemlist.balloon li span {
    font-size: 21px;
  }
}
ol.itemlist.balloon li small,
ul.itemlist.balloon li small {
  font-size: 18px;
}
@media screen and (max-width: 544px) {
  ol.itemlist.balloon li small,
  ul.itemlist.balloon li small {
    font-size: 16px;
  }
}

dl.itemlist dt {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 700;
}
dl.itemlist dd {
  border-bottom: 1px solid #000;
  margin: 0px 0px 30px;
  padding: 0px 0px 30px;
}
dl.itemlist dd > ol.decimal > li, dl.itemlist dd > ul.disc > li {
  margin-bottom: 15px;
}
dl.itemlist.type_2 dt {
  margin-bottom: 0px;
}
dl.itemlist.type_2 dd {
  border-bottom-style: dotted;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
dl.itemlist.icon_diamond dt:before {
  content: "\f219";
  display: inline-block;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 300;
}

table.itemlist,
table.inquiry_form {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (max-width: 544px) {
  table.itemlist,
  table.inquiry_form {
    table-layout: auto;
  }
}
body.contact_page table.itemlist,
body.contact_page table.inquiry_form {
  table-layout: auto;
}

table.itemlist caption,
table.inquiry_form caption {
  padding: 0px 0px 6px;
  text-align: left;
}
table.itemlist caption:before,
table.inquiry_form caption:before {
  content: "■";
  display: inline-block;
}
table.itemlist th,
table.itemlist td,
table.inquiry_form th,
table.inquiry_form td {
  border: 1px solid #000;
  padding: 6px 12px;
  line-height: 1.6em;
}
table.itemlist th,
table.inquiry_form th {
  width: auto;
  background-color: #f5f5f5;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 544px) {
  table.itemlist th,
  table.inquiry_form th {
    width: auto;
  }
}
table.itemlist td,
table.inquiry_form td {
  background-color: #fff;
}
@media screen and (max-width: 544px) {
  table.itemlist thead,
  table.inquiry_form thead {
    display: none !important;
  }
}
table.itemlist thead th,
table.inquiry_form thead th {
  background-color: #e3e3e3;
}
@media screen and (max-width: 544px) {
  table.itemlist thead th,
  table.inquiry_form thead th {
    display: none !important;
  }
}
table.itemlist .require th,
table.inquiry_form .require th {
  font-weight: 400;
}
@media screen and (max-width: 544px) {
  table.itemlist tbody th,
  table.inquiry_form tbody th {
    display: block;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist tbody td,
  table.inquiry_form tbody td {
    display: block;
    border-top: 0px none transparent;
    margin-bottom: 15px;
  }
}
table.itemlist tr.blue th,
table.inquiry_form tr.blue th {
  background-color: #006fc2;
  color: #fff;
}

#inquiry_privacy_policy textarea {
  width: 100% !important;
  height: 100px;
  background-color: #e5f3fe;
  border-color: #006fc2;
  margin-bottom: 15px;
  padding: 6px 12px;
}

#soy_inquiry_message_confirm,
#soy_inquiry_message_complete {
  margin-bottom: 15px;
}

body:has(#form_confirm) #content_form .blockttl + p, body:has(#form_complete) #content_form .blockttl + p {
  display: none;
}

.pride {
  margin-bottom: 30px;
}
.pride li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: 100%;
  border-bottom: 5px solid #006fc2;
  margin: 0px 0px 12px;
  padding: 0px 15px 12px;
  font-family: BokutohRuika, -apple-system, Roboto, Helvetica, sans-serif;
  font-size: 30px;
  color: #006fc2;
  letter-spacing: -0.05em;
  line-height: 1.25em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pride li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
}
@media screen and (max-width: 544px) {
  .pride li {
    font-size: 24px;
  }
}
.pride li:before {
  content: "K";
  display: block;
  width: 23%;
  height: 66px;
  font-size: 66px;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .pride li:before {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 544px) {
  .pride li:before {
    height: 48px;
    font-size: 48px;
  }
}
.pride li:last-child {
  margin-bottom: 0px;
}
.pride li span.pc {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}

nav.category {
  background-color: #e5f3fe;
  padding: 60px 0px;
}

/*
#headerbox
--------------------------------------------------*/
#headerbox {
  /*------------------------------------------------*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0px;
  z-index: 101;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 4px solid #006fc2;
  padding: 0px 3% 0px;
  line-height: 1;
  /*------------------------------------------------*/
}
#headerbox:has(.menu.open) {
  background-color: transparent;
}
#headerbox .logomark {
  width: 240px;
}
#headerbox nav {
  font-size: 16px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 960px) {
  #headerbox nav {
    display: none;
  }
}
#headerbox nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#headerbox nav ul li:after {
  content: "-";
  display: inline-block;
  margin: 0px 10px;
}
#headerbox nav ul li:last-child:after {
  display: none;
}
#headerbox nav ul li a {
  color: #000;
  text-decoration: none;
}
#headerbox .menu {
  display: none;
  width: 40px;
  height: 30px;
  position: relative;
  z-index: 101;
  background: none;
  border: none;
  margin-bottom: 11px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #headerbox .menu {
    display: block;
  }
}
#headerbox .menu span {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0px;
  background: #000;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#headerbox .menu span:after {
  content: "MENU";
  display: block;
  position: relative;
  margin-top: 0px;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  text-indent: 0px;
  letter-spacing: 0.125em;
  line-height: 1;
  text-align: center;
}
#headerbox .menu:before, #headerbox .menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#headerbox .menu:before {
  top: 4px;
}
#headerbox .menu:after {
  bottom: 4px;
}
#headerbox .menu.open {
  position: relative;
}
#headerbox .menu.open span {
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#headerbox .menu.open span:after {
  opacity: 0;
}
#headerbox .menu.open:before {
  top: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#headerbox .menu.open:after {
  opacity: 0;
}

/*------------------------------------------------*/
/* オーバーレイ */
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#overlay.show {
  visibility: visible;
  opacity: 1;
}

/* ドロワー */
#drawer {
  width: calc(94% - 40px);
  min-width: 270px;
  height: 100%;
  position: fixed;
  top: 0;
  left: calc((94% - 40px) * -1);
  z-index: 103;
  background: #fff;
  -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 0 2px rgba(0, 0, 0, 0.3);
  padding: 30px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll;
}
#drawer.open {
  left: 0;
}
#drawer button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 6px;
  margin: 0px 0px 15px;
  padding: 6px 15px;
  font-size: 18px;
  letter-spacing: -0.05em;
}
#drawer .navigation {
  width: 100%;
}
#drawer .navigation .item {
  margin: 0px 0px 30px;
}
#drawer .navigation .item h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  font-size: 14px;
}
#drawer .navigation .item h5:before {
  content: "\f0e8";
  display: inline-block;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 700;
}
#drawer .navigation ul.itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 30px;
}
#drawer .navigation ul.itemlist li {
  width: calc((100% - 30px) / 2);
  border-bottom: 2px solid #006fc2;
}
#drawer .navigation ul.itemlist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 12px 0px;
  color: #006fc2;
  text-decoration: none;
}
#drawer .navigation ul.itemlist li a small,
#drawer .navigation ul.itemlist li a span {
  display: block;
  line-height: 1.25em;
}
#drawer .navigation ul.itemlist li a small {
  margin-bottom: 4px;
  font-size: 14px;
  color: #000;
}
#drawer .navigation ul.itemlist li a span {
  font-weight: 700;
}
#drawer .navigation ul.itemlist li a span:only-child {
  margin: auto 0px 0px;
}

.module_contact,
.module_apply {
  background-color: #f5f5f5;
  padding: 45px 0px;
}
@media screen and (max-width: 544px) {
  .module_contact,
  .module_apply {
    padding: 0px 0px 45px;
  }
}
.module_contact > .inner,
.module_apply > .inner {
  width: 768px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .module_contact > .inner,
  .module_apply > .inner {
    width: 94%;
  }
}
.module_contact ul.itemlist,
.module_apply ul.itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
.module_contact ul.itemlist + ul.itemlist,
.module_apply ul.itemlist + ul.itemlist {
  margin-top: 15px;
}
.module_contact ul.itemlist.button,
.module_apply ul.itemlist.button {
  margin-bottom: 0px;
}
.module_contact ul.itemlist li,
.module_apply ul.itemlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 30px) / 2);
}
@media (max-width: 544px) {
  .module_contact ul.itemlist li,
  .module_apply ul.itemlist li {
    width: 100%;
  }
}
.module_contact ul.itemlist li a,
.module_apply ul.itemlist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 300px;
  background-color: #00d0fe;
  border-radius: 10px;
  margin-bottom: 6px;
  padding: 30px 0px;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 544px) {
  .module_contact ul.itemlist li a,
  .module_apply ul.itemlist li a {
    height: 240px;
    padding: 15px 0px;
  }
}
.module_contact ul.itemlist li a img,
.module_apply ul.itemlist li a img {
  width: 120px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0px auto 15px;
}
.module_contact ul.itemlist li a h5,
.module_apply ul.itemlist li a h5 {
  margin: 0px;
  font-size: 36px;
  margin: 0px 0px 15px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .module_contact ul.itemlist li a h5,
  .module_apply ul.itemlist li a h5 {
    font-size: 30px;
  }
}
.module_contact ul.itemlist li a h5:before,
.module_apply ul.itemlist li a h5:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px auto 15px;
}
.module_contact ul.itemlist li a p,
.module_apply ul.itemlist li a p {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.module_contact ul.itemlist li.phone a p,
.module_apply ul.itemlist li.phone a p {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .module_contact ul.itemlist li.phone a p,
  .module_apply ul.itemlist li.phone a p {
    font-size: 36px;
  }
}
.module_contact ul.itemlist li.phone a h5:before,
.module_apply ul.itemlist li.phone a h5:before {
  width: 120px;
  height: 114px;
  background-image: url(../img000/icon_headset.svg);
}
@media screen and (max-width: 544px) {
  .module_contact ul.itemlist li.phone a h5:before,
  .module_apply ul.itemlist li.phone a h5:before {
    width: 96px;
    height: 91.2px;
  }
}
.module_contact ul.itemlist li.form a h5:before,
.module_apply ul.itemlist li.form a h5:before {
  width: 120px;
  height: 90px;
  background-image: url(../img000/icon_pc.svg);
}
@media screen and (max-width: 544px) {
  .module_contact ul.itemlist li.form a h5:before,
  .module_apply ul.itemlist li.form a h5:before {
    width: 96px;
    height: 72px;
  }
}
.module_contact ul.itemlist h4.ttl,
.module_apply ul.itemlist h4.ttl {
  margin-bottom: 6px;
  line-height: 1.4em;
}

.module_contact {
  margin: 0px auto 45px;
}
.module_contact:last-child {
  margin-bottom: 0px;
}
.module_contact > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 30px;
}
.module_contact h3 {
  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;
          justify-content: center;
  gap: 60px;
  width: 100%;
  min-height: 240px;
  margin: 0px auto 30px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .module_contact h3 {
    gap: 30px;
  }
}
@media screen and (max-width: 544px) {
  .module_contact h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding-top: 15px;
  }
}
.module_contact h3:before {
  content: "";
  display: block;
  width: 200px;
  height: 240px;
  background: url(../img000/module_contact_staff.svg) no-repeat top left/contain;
}

.module_apply h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}
@media screen and (max-width: 768px) {
  .module_apply h3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px 10px;
    margin-bottom: 30px;
  }
}
.module_apply h3:before, .module_apply h3:after {
  content: "";
  display: block;
  height: 238px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .module_apply h3:before, .module_apply h3:after {
    width: 50%;
  }
}
@media screen and (max-width: 544px) {
  .module_apply h3:before, .module_apply h3:after {
    height: 190.4px;
  }
}
.module_apply h3:before {
  width: 193px;
  background-image: url(../img000/icon_staff_male.svg);
}
@media screen and (max-width: 768px) {
  .module_apply h3:before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 544px) {
  .module_apply h3:before {
    width: 154.4px;
  }
}
.module_apply h3:after {
  width: 169px;
  background-image: url(../img000/icon_staff_female.svg);
}
@media screen and (max-width: 768px) {
  .module_apply h3:after {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 544px) {
  .module_apply h3:after {
    width: 135.2px;
  }
}
.module_apply span,
.module_apply small {
  display: block;
  font-family: BokutohRuika, -apple-system, Roboto, Helvetica, sans-serif;
  letter-spacing: -0.05em;
  text-align: center;
}
.module_apply span {
  font-size: 60px;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  .module_apply span {
    font-size: 48px;
  }
}
.module_apply small {
  font-size: 21px;
  line-height: 1;
}
.module_apply .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .module_apply .caption {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.module_recruit {
  width: 960px;
  background-color: #fff;
  margin: 0px auto 60px;
}
@media screen and (max-width: 960px) {
  .module_recruit {
    width: 94%;
  }
}
.module_recruit h3 {
  margin: 0px 0px 15px;
  font-weight: 500;
}
.module_recruit h3 small,
.module_recruit h3 span {
  display: block;
}
.module_recruit h3 small {
  font-size: 27px;
}
.module_recruit h3 span {
  font-size: 36px;
}
.module_recruit ul.itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 30px;
  margin-bottom: 30px;
}
.module_recruit ul.itemlist li {
  font-size: 27px;
  line-height: 1.25em;
}
.module_recruit ul.itemlist li:nth-child(odd) {
  width: calc((100% - 30px) * 0.4);
}
.module_recruit ul.itemlist li:nth-child(odd):last-child {
  width: 100%;
}
@media screen and (max-width: 544px) {
  .module_recruit ul.itemlist li:nth-child(odd) {
    width: 100%;
  }
}
.module_recruit ul.itemlist li:nth-child(even) {
  width: calc((100% - 30px) * 0.6);
}
@media screen and (max-width: 544px) {
  .module_recruit ul.itemlist li:nth-child(even) {
    width: 100%;
  }
}
@media screen and (max-width: 544px) {
  .module_recruit ul.itemlist li {
    font-size: 21px;
  }
}
.module_recruit .link a {
  font-size: 21px;
}

#headerbox ~ #layout {
  margin-top: 80px;
}

#contentbox > .pagettl {
  width: 960px;
  margin: 0px auto 45px;
  padding-top: 45px;
}
@media screen and (max-width: 960px) {
  #contentbox > .pagettl {
    width: 94%;
  }
}
#contentbox > .pagettl small,
#contentbox > .pagettl span {
  display: block;
}
#contentbox > .pagettl small {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

#content_kanban {
  height: 640px;
  background-repeat: repeat-x;
  background-position: top center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #content_kanban {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 768px) {
  #content_kanban {
    height: 480px;
  }
}
@media screen and (max-width: 544px) {
  #content_kanban {
    height: 360px;
  }
}
body:has(#form_confirm) #content_kanban, body:has(#form_complete) #content_kanban {
  display: none;
}

#content_kanban > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 960px;
  height: 100%;
}
@media screen and (max-width: 960px) {
  #content_kanban > .inner {
    width: 100%;
  }
}
@media screen and (max-width: 544px) {
  #content_kanban > .inner {
    width: 100%;
  }
}
#content_kanban > .inner .title {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 375px;
  height: 320px;
  background: url(../img000/parts_title_triangle.svg) no-repeat left bottom/300px 300px;
  padding: 15px;
  color: #fff;
}
@media screen and (max-width: 544px) {
  #content_kanban > .inner .title {
    background-size: 240px 240px;
  }
}
@media screen and (max-width: 414px) {
  #content_kanban > .inner .title {
    width: 100%;
  }
}
#content_kanban > .inner .title p {
  font-size: 21px;
  font-weight: 500;
}
#content_kanban > .inner .title h2 span,
#content_kanban > .inner .title h2 small {
  display: block;
}
#content_kanban > .inner .title h2 span {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
#content_kanban > .inner .title h2 small {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

/*
#footerbox
--------------------------------------------------*/
#footerbox {
  /*------------------------------------------------*/
  text-align: center;
  /*------------------------------------------------*/
}
#footerbox .kanban {
  height: 32vw;
  min-height: 300px;
  background: url(../img000/footer_kanban.webp) repeat-x center bottom;
}
#footerbox .kanban img {
  visibility: hidden;
}
#footerbox h4 {
  margin: 0px 0px 30px;
  font-size: 27px;
  font-weight: 500;
}
#footerbox .logomark {
  width: 240px;
  margin: 0px auto 30px;
}
#footerbox ul.itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 768px;
  max-width: 100%;
  gap: 30px;
  margin: 0px auto 30px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
#footerbox ul.itemlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 60px) / 2);
}
#footerbox ul.itemlist li h5 {
  margin: 0px 0px 6px;
}
#footerbox ul.itemlist li h5 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  white-space: nowrap;
  line-height: 1;
}
#footerbox ul.itemlist li h5 span:before, #footerbox ul.itemlist li h5 span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #999;
}
#footerbox ul.itemlist li address {
  font-style: normal;
}
#footerbox .copyright {
  float: none;
  background-color: #006fc2;
  margin: 0px;
  padding: 12px 3%;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

/*------------------------------------------------*/
/*
モジュール
ご応募はこちら
*/
.module_apply {
  display: none;
}
body.recruit_page .module_apply {
  display: block;
}

/*
モジュール
お問い合わせはこちら
*/
.module_contact {
  display: block;
}
body.recruit_page .module_contact {
  display: none;
}

/*
ご挨拶
----------------------------------------------------*/
#content_greeting .pride {
  width: 768px;
  margin: 45px auto;
}
@media screen and (max-width: 768px) {
  #content_greeting .pride {
    width: 100%;
  }
}
#content_greeting .president {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 15px auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
  margin: 45px auto;
  text-align: left;
      grid-template-areas: "photo post" "photo name";
}
@media screen and (max-width: 544px) {
  #content_greeting .president {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
#content_greeting .president figure {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: photo;
  -ms-grid-column-align: end;
      justify-self: end;
}
#content_greeting .president figure:after {
  display: none;
}
#content_greeting .president img {
  margin: 0px;
}
#content_greeting .president .photo {
  width: 180px;
  margin-bottom: 0px;
}
@media screen and (max-width: 544px) {
  #content_greeting .president .photo {
    width: 140px;
  }
}
#content_greeting .president .post {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: post;
  -ms-grid-row-align: end;
      align-self: end;
}
@media screen and (max-width: 544px) {
  #content_greeting .president .post {
    width: 120px;
  }
}
#content_greeting .president .name {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: name;
}
@media screen and (max-width: 544px) {
  #content_greeting .president .name {
    width: 180px;
  }
}

/*
会社概要・沿革
----------------------------------------------------*/
#content_outline table.itemlist th,
#content_history table.itemlist th {
  white-space: nowrap;
}

/*
指針・定義
----------------------------------------------------*/
#content_guideline_kodo h4 {
  font-size: 30px;
  text-align: center;
}
#content_guideline_kodo ol {
  display: table;
  margin: 0px auto 15px;
}
#content_guideline_kodo ol li {
  font-size: 21px;
}
#content_guideline_kodo ol li:before {
  content: "一、";
  display: inline-block;
}
#content_guideline_kodo p {
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 544px) {
  #content_guideline_kodo p {
    text-align: left;
  }
}

#content_kokoroe .itembox.regulations img {
  width: 320px;
}
#content_kokoroe .itembox.regulations .director {
  font-size: 100%;
  font-weight: 500;
}
#content_kokoroe .itembox.slogan p {
  font-weight: 500;
}

/*
社会貢献活動
----------------------------------------------------*/
body.csr_page #content_kanban {
  background-size: auto 100%;
}

#content_social h4.ttl {
  text-align: center;
}
@media screen and (max-width: 544px) {
  #content_social h4.ttl {
    text-align: left;
  }
}
#content_social ul.itemlist {
  width: 100%;
}
#content_social ul.itemlist:has(.name) li {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 544px) {
  #content_social ul.itemlist:has(.name) li {
    width: calc((100% - 30px) / 1);
  }
}

/*
交通アクセス
----------------------------------------------------*/
[id^=content_location] .map iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 960px) {
  [id^=content_location] .map iframe {
    height: 50vh;
  }
}