@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
@media (min-width: 651px) {
  #footer_menu {
    height: auto;
  }
  #footer_menu ul li {
    display: inline-block;
  }
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 651px) {
  .row:not(:last-child) {
    margin-bottom: 4%;
  }
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (max-width: 650px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

.text-primary {
  color: #0E1668;
}

figure {
  text-align: center;
}

figcaption {
  margin-top: .8em;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

@media (min-width: 651px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
  .link-tel {
    text-decoration: none !important;
    pointer-events: none;
  }
  .text-large {
    font-size: 20px;
  }
}

@media (min-width: 651px) and (max-width: 800px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 651px) and (min-width: 801px) {
  .tablet-only {
    display: none !important;
  }
  .sp-tablet-only {
    display: none !important;
  }
}

@media (max-width: 650px) {
  .pc-only {
    display: none !important;
  }
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .text-large {
    font-size: 16px;
  }
}

.index_free_space .post_content {
  margin: 0;
}

.post_content img {
  vertical-align: middle;
}

.post_content a {
  text-decoration: underline;
}

.post_content a:hover {
  text-decoration: none;
}

.post_content p, .post_content ul, .post_content ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.post_content p:last-child, .post_content ul:last-child, .post_content ol:last-child {
  margin-bottom: 0;
}

.post_content li {
  line-height: 1.8;
}

.post_content .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 650px) {
  .post_content .sec_basic {
    margin-bottom: 50px;
  }
}

.post_content .sec_basic:last-child {
  margin-bottom: 0;
}

.post_content .highlight {
  padding: 25px 25px;
  background-color: #f2f2f2;
}

@media (max-width: 650px) {
  .post_content .highlight {
    padding: 20px 15px;
  }
}

.post_content .container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.post_content .title_h2 {
  font-family: "Zen Old Mincho", serif;
  color: #0E1668;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 0;
  margin-bottom: .8em;
}

@media (max-width: 650px) {
  .post_content .title_h2 {
    font-size: 20px;
  }
}

@media (min-width: 651px) {
  .post_content .title_h2.large {
    font-size: 40px;
    margin-bottom: 1.8em;
  }
}

.post_content .title_h3 {
  font-family: "Zen Old Mincho", serif;
  color: #0E1668;
  font-size: 24px;
  border-left: 4px solid #0E1668;
  padding: 0;
  padding-left: .5em;
  font-weight: bold;
  margin-bottom: .8em;
}

@media (max-width: 650px) {
  .post_content .title_h3 {
    font-size: 18px;
    margin-bottom: .6em;
  }
}

.post_content .top_h3 {
  font-family: "Zen Old Mincho", serif;
  color: #0E1668;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 2.3em;
}

@media (max-width: 650px) {
  .post_content .top_h3 {
    font-size: 18px;
    margin-bottom: .6em;
  }
}

.post_content .top_h3 .en {
  display: block;
  font-size: 64px;
  font-weight: bold;
  color: rgba(14, 22, 104, 0.4);
  margin-bottom: .2em;
}

@media (max-width: 1200px) {
  .post_content .top_h3 .en {
    font-size: 40px;
  }
}

@media (max-width: 650px) {
  .post_content .top_h3 .en {
    font-size: 26px;
  }
}

.post_content .title_h4 {
  font-family: "Zen Old Mincho", serif;
  color: #0E1668;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .6em;
}

@media (max-width: 650px) {
  .post_content .title_h4 {
    font-size: 16px;
  }
}

.post_content .table_default {
  width: 100%;
}

@media (max-width: 650px) {
  .post_content .table_default th, .post_content .table_default td {
    display: block;
    width: 100% !important;
  }
}

.post_content .equipment_table {
  width: 100%;
}

.post_content .equipment_table th, .post_content .equipment_table td {
  vertical-align: middle;
}

@media (max-width: 650px) {
  .post_content .equipment_table th, .post_content .equipment_table td {
    min-width: 100px;
  }
}

.post_content .equipment_table th {
  padding-inline: 8px;
}

.post_content .table_menu {
  width: 100%;
}

.post_content .table_menu th, .post_content .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.post_content .table_menu th:last-child, .post_content .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 650px) {
  .post_content .table_menu th, .post_content .table_menu td {
    display: block;
  }
  .post_content .table_menu th:not(:first-child), .post_content .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 651px) {
  .post_content .table_menu th {
    background-color: transparent;
  }
}

.post_content .s_table {
  white-space: normal;
  margin-bottom: 0;
}

.post_content .list_check {
  list-style: none;
  margin-left: 10px;
}

.post_content .list_check li {
  position: relative;
  padding-left: 25px;
}

.post_content .list_check li::before, .post_content .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.post_content .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.post_content .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.post_content .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 650px) {
  .post_content .map_container {
    padding-top: 100%;
  }
}

.post_content .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cb_contents .link_button, .cb_contents .button, .post_content .link_button, .post_content .button, .index_work_list.num2 .link_button, .index_work_list.num2 .button {
  text-align: center;
}

.cb_contents .link_button a, .cb_contents .button a, .post_content .link_button a, .post_content .button a, .index_work_list.num2 .link_button a, .index_work_list.num2 .button a {
  position: relative;
  font-size: 14px;
  text-decoration: none;
  background: #0E1668;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  box-sizing: border-box;
  text-align: center;
}

@media (max-width: 650px) {
  .cb_contents .link_button a, .cb_contents .button a, .post_content .link_button a, .post_content .button a, .index_work_list.num2 .link_button a, .index_work_list.num2 .button a {
    min-width: 200px;
    height: 45px;
    line-height: 45px;
  }
}

.cb_contents .link_button a::after, .cb_contents .button a::after, .post_content .link_button a::after, .post_content .button a::after, .index_work_list.num2 .link_button a::after, .index_work_list.num2 .button a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/arrow.webp) no-repeat center/contain;
  width: 14px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 6%;
  transition: .2s;
}

.cb_contents .link_button a:hover, .cb_contents .button a:hover, .post_content .link_button a:hover, .post_content .button a:hover, .index_work_list.num2 .link_button a:hover, .index_work_list.num2 .button a:hover {
  background: #2C64B8;
}

.cb_contents .link_button a:hover::after, .cb_contents .button a:hover::after, .post_content .link_button a:hover::after, .post_content .button a:hover::after, .index_work_list.num2 .link_button a:hover::after, .index_work_list.num2 .button a:hover::after {
  right: 5%;
}

.home .cb_contents .link_button a:hover, .home .cb_contents .button a:hover, .home .post_content .link_button a:hover, .home .post_content .button a:hover, .home .index_work_list.num2 .link_button a:hover, .home .index_work_list.num2 .button a:hover {
  background: #2C64B8;
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

#footer_social_link {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

#footer_social_link::after {
  display: none;
}

#footer_social_link li {
  display: block;
  margin: 0;
}

#footer_social_link li a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

#footer_social_link li a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 48px;
}

#footer_social_link li.facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

#footer_social_link li.twitter a::before {
  font-size: 0;
  background: url(./img/twitter_bl.png) center/contain no-repeat;
}

#footer_social_link li.insta a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

#footer_social_link li.youtube a {
  width: auto;
}

#footer_social_link li.youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

#footer_social_link li.line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

#footer_social_link li.hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 650px) {
  #footer_social_link {
    gap: 20px;
  }
  #footer_social_link li a::before {
    width: 40px;
    height: 40px;
    font-size: 40px;
  }
  #footer_social_link li.hpb a::before {
    width: 120px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}

.grecaptcha-message a {
  text-decoration: underline;
}

.single_work_desc p:last-child {
  margin-bottom: 1em;
}

/* ================================
utility
================================ */
body {
  overflow: hidden;
  color: #222222;
}

.index_free_space {
  padding: 0;
}

.index_free_space.last {
  padding-bottom: 0;
}

/* ================================
TOP
================================ */
body.home {
  background: #F0F0F0;
}

/* ================================
header
================================ */
#header {
  opacity: 1 !important;
  border: 0 !important;
  position: relative;
  background: #fff;
}

@media (min-width: 1051px) {
  #header #header_logo .logo {
    max-width: 20vw;
  }
}

@media (max-width: 1200px) {
  #header #header_logo .logo {
    max-width: 17vw;
  }
}

@media (max-width: 1050px) {
  #header #header_logo .logo {
    max-width: 220px;
  }
}

#header #header_logo .logo img {
  width: 100%;
  height: auto;
}

#header #global_menu > ul ul {
  left: 50%;
  transform: translateX(-50%);
}

#header #global_menu > ul ul a {
  background: #0E1668;
}

#header #global_menu > ul ul a:hover {
  background: #2C64B8;
}

#header #global_menu > ul > li > a {
  padding: 0 16px;
  font-weight: 500;
}

@media (max-width: 1450px) {
  #header #global_menu > ul > li > a {
    padding: 0 7px;
  }
}

/* ================================
メインビジュアル
================================ */
#index_slider .caption {
  top: 49%;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80vw;
}

@media (max-width: 650px) {
  #index_slider .caption {
    width: 100%;
    max-width: 100%;
  }
}

#index_slider .caption img {
  max-width: 100%;
}

/* ================================
コンテンツ１
================================ */
.index_content1 {
  position: relative;
}

@media (min-width: 651px) {
  .index_content1 {
    padding-block: 128px;
  }
}

.index_content1::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/icon_01.webp) no-repeat top 3.5% left 2.4%, url(/wp-content/uploads/icon_02.webp) no-repeat bottom right;
  background-size: min(28vw, 351px) auto, min(36vw, 514px) auto;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.index_content1 .catch {
  color: #0E1668;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1.2em;
}

.index_content1 .desc {
  line-height: 2;
}

/* ================================
パララックスコンテンツ
================================ */
.index_parallax .caption .catch {
  font-weight: bold;
  margin-bottom: 1.2em;
}

.index_parallax .caption .desc {
  line-height: 2;
  text-align: left;
  max-width: 660px;
  margin-inline: auto;
}

/* ================================
品質を支える加工サービス
================================ */
.index_sec_01 {
  position: relative;
  background: linear-gradient(to right, #0E1668 25%, transparent 25%);
  padding-block: 138px 138px;
}

@media (max-width: 1200px) {
  .index_sec_01 {
    background: linear-gradient(to right, rgba(14, 22, 104, 0.2) 25%, transparent 25%);
  }
}

@media (max-width: 650px) {
  .index_sec_01 {
    padding-block: 40px;
  }
}

.index_sec_01::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/icon_03.webp) no-repeat bottom 21% right;
  background-size: min(20vw, 210px) auto;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.index_sec_01 .container {
  width: 1424px;
  max-width: calc(100% - 20px);
  padding: 0;
}

@media (min-width: 651px) {
  .index_sec_01 .row {
    align-items: center;
  }
}

@media (min-width: 651px) {
  .index_sec_01 .row figure {
    text-align: left;
  }
}

@media (min-width: 651px) {
  .index_sec_01 .row .text_wrap p {
    line-height: 2;
  }
}

@media (min-width: 651px) {
  .index_sec_01 .row .text_wrap .link_button {
    margin-top: 3em;
  }
}

/* ================================
施工事例一覧
================================ */
.index_work_list {
  position: relative;
  z-index: 0;
  overflow: visible;
}

@media (min-width: 1024px) {
  .index_work_list {
    width: 928px;
  }
}

@media (min-width: 651px) {
  .index_work_list {
    padding-block: 128px;
  }
}

.index_work_list::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/icon_04.webp) no-repeat bottom 24% right 7.5%;
  background-size: min(36vw, 514px) auto;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.index_work_list .work_list {
  background: #fff;
  padding: 64px calc(7% - 10px) 0 7%;
  margin: 0;
}

@media (max-width: 650px) {
  .index_work_list .work_list {
    padding: 30px calc(4% - 10px) 0 4%;
  }
}

@media (min-width: 651px) {
  .index_work_list .work_list .item {
    margin-bottom: 40px;
  }
}

@media (min-width: 651px) {
  .index_work_list .work_list .image_wrap_inner {
    margin-bottom: 30px;
  }
}

.index_work_list .work_list .category {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  background: linear-gradient(to bottom, transparent, rgba(14, 22, 104, 0.6));
}

.index_work_list .work_list .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}

.index_work_list .link_button {
  background: #fff;
  margin: 0;
  padding: 25px 10px 64px;
}

@media (max-width: 650px) {
  .index_work_list .link_button {
    padding: 10px 10px 30px;
  }
}

/* ================================
コンテンツ２
================================ */
.index_content2 {
  position: relative;
  padding-block: 64px;
}

@media (max-width: 650px) {
  .index_content2 {
    padding-block: 40px;
  }
}

.index_content2.last {
  padding-block: 64px;
}

@media (max-width: 650px) {
  .index_content2.last {
    padding-block: 40px;
  }
}

.index_content2::after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(14, 22, 104, 0.2);
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.index_content2 .image_content {
  margin-bottom: 0;
}

.index_content2 .image_content .catch {
  top: 47%;
}

@media (max-width: 650px) {
  .index_content2 .image_content .catch {
    top: 40%;
  }
}

.index_content2 .image_content .catch span {
  font-weight: bold;
}

@media (min-width: 651px) {
  .index_content2 .image_content .catch span {
    font-size: 24px;
  }
}

@media (max-width: 650px) {
  .index_content2 .image_content .catch span {
    font-size: 18px;
  }
}

/* ================================
footer
================================ */
#footer {
  background: #fff;
}

@media (min-width: 651px) {
  #footer #footer_inner {
    padding: 64px 0;
  }
}

@media (min-width: 651px) {
  #footer #footer_banner {
    margin-bottom: 50px;
  }
}

#footer #footer_banner .title {
  font-weight: bold;
}

@media (max-width: 650px) {
  #footer #footer_logo .logo img {
    max-width: 240px;
    height: auto;
  }
}

@media (min-width: 651px) {
  #footer #footer_information {
    margin-bottom: 0;
  }
}

#footer #footer_information p {
  line-height: 2;
}

#footer #footer_menu {
  border-top: 1px solid #0E1668;
}

#footer #footer_menu a {
  color: #0E1668;
  font-weight: 500;
}

@media (max-width: 650px) {
  #footer #copyright {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 55px;
    line-height: 1.4;
    text-align: left;
  }
}

/* ================================
下層
================================ */
#page_header #page_header_catch h1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}

.qa .question {
  position: relative;
  background: rgba(14, 22, 104, 0.08);
  margin-top: 0;
  padding: 1em 60px 1em 1em;
  cursor: pointer;
  margin-bottom: 1em;
}

@media (max-width: 650px) {
  .qa .question {
    padding-right: 35px;
  }
}

.qa .question::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #222222;
  border-right: 2px solid #222222;
  position: absolute;
  top: 45%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
}

@media (max-width: 650px) {
  .qa .question::before {
    width: 8px;
    height: 8px;
    right: 14px;
  }
}

.qa .question.open::before {
  transform: rotate(225deg);
}

.qa .answer {
  display: none;
  margin-bottom: 1.5em;
}

@media (min-width: 651px) {
  .step > .row {
    align-items: center;
  }
}

.step .step_num {
  text-align: center;
}

.step .step_num p {
  font-size: 18px;
  font-weight: bold;
  color: #0E1668;
  line-height: 1;
}

@media (max-width: 650px) {
  .step .step_num p {
    font-size: 16px;
  }
}

.step .step_num p span {
  font-size: 40px;
  display: block;
  color: #0E1668;
}

@media (max-width: 650px) {
  .step .step_num p span {
    font-size: 30px;
  }
}

.post_content .s_table {
  white-space: normal;
  margin-bottom: 0;
}

@media (max-width: 650px) {
  .post_content .s_table .table_default th,
  .post_content .s_table .table_default td {
    width: auto !important;
  }
}

/*# sourceMappingURL=custom.css.map */
