@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media (min-width: 1151px) and (max-width: 1151px) {
  #menu_button {
    display: inline-block !important;
  }
}

#header_top {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header_logo {
  position: static;
  margin: 0;
  transform: none;
}

#copyright {
  height: auto;
  padding: 15px 10px;
  line-height: 1.4;
}

.index_free_space {
  width: 100%;
  padding: 0;
  margin: 0;
}

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

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

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

.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: 750px) {
  .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;
    column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

figure {
  text-align: center;
}

figure + h3, figure + h4 {
  margin-top: .8em;
}

figure figcaption {
  margin-top: .8em;
}

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

@media (min-width: 751px) {
  .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;
  }
}

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

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

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

.button a,
#footer_button a {
  background: #ffffff;
  border-radius: 8px;
}

.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: 750px) {
  .post_content .sec_basic {
    margin-bottom: 50px;
  }
}

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

.post_content .highlight {
  padding: 25px 25px;
  background-color: rgba(2, 62, 119, 0.1);
}

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

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

.post_content .title_h2 {
  color: #023e77;
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}

@media (max-width: 750px) {
  .post_content .title_h2 {
    font-size: 20px;
    margin-bottom: .8em;
  }
}

.post_content .title_h3 {
  color: #023e77;
  font-size: 24px;
  font-weight: bold;
  border-left: 3px solid #023e77;
  padding: 0;
  padding-left: .5em;
  margin: 0;
  margin-bottom: .8em;
}

@media (max-width: 750px) {
  .post_content .title_h3 {
    font-size: 18px;
  }
}

.post_content .title_h3.no_line {
  border: 0;
  padding: 0;
  text-align: center;
  line-height: 1.8;
}

.post_content .title_h4 {
  position: relative;
  color: #023e77;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  padding-left: 1em;
  margin: 0;
  margin-bottom: .6em;
}

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

.post_content .title_h4::after {
  content: "";
  position: absolute;
  display: block;
  background: #023e77;
  width: 7px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.post_content .button {
  text-align: center;
}

.post_content .button a {
  display: inline-block;
  min-width: 250px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #023e77;
  background: #ffffff;
  color: #023e77;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}

.post_content .button a:hover {
  background: #023e77;
  color: #ffffff;
}

@media (max-width: 1151px) {
  .post_content .button a {
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.post_content .button.inverse a {
  border-color: #fff;
  color: #023e77;
}

.post_content .button.inverse a:hover {
  background: #BADEEF;
  border-color: #BADEEF;
}

.post_content .table_default {
  width: 100%;
}

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

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

.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: 750px) {
  .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: 751px) {
  .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: 750px) {
  .post_content .map_container {
    padding-top: 100%;
  }
}

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

.post_content .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 750px) {
  .post_content .sns_icons {
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.post_content .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 750px) {
  .post_content .sns_icons a {
    width: 40px;
    padding-top: 40px;
  }
}

.post_content .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.post_content .sns_icons a.instagram {
  background-image: url(./img/instagram_cl.png);
}

.post_content .sns_icons a.youtube {
  background-image: url(./img/youtube.png);
}

.post_content .sns_icons a.line {
  background-image: url(./img/line.png);
}

.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;
}

#header_social_link {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#header_social_link li {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 1151px) {
  #header_social_link {
    display: none;
  }
}

#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/x_bk.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: 750px) {
  #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;
}

/* ================================
utility
================================ */
body, .post_content {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
}

@media (min-width: 751px) {
  body p, .post_content p {
    font-size: 16px;
    line-height: 1.8;
  }
}

body .inverse, .post_content .inverse {
  color: #fff;
}

#main_col {
  width: 100%;
}

#side_col {
  display: none;
}

p + .button {
  margin-top: 2em;
}

@media (max-width: 750px) {
  p + .button {
    margin-top: 1.5em;
  }
}

h2.rich_font,
.index_design_content2 .rich_font,
.index_blog .rich_font {
  position: relative;
  display: block;
  color: rgba(2, 62, 119, 0.1);
  line-height: 1;
  font-size: 96px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin-bottom: 1em;
}

@media (max-width: 750px) {
  h2.rich_font,
  .index_design_content2 .rich_font,
  .index_blog .rich_font {
    font-size: 45px;
    margin-bottom: .8em;
  }
}

h2.rich_font span,
.index_design_content2 .rich_font span,
.index_blog .rich_font span {
  position: absolute;
  width: 100%;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #023e77;
  font-size: 36px;
  line-height: 1;
}

@media (max-width: 750px) {
  h2.rich_font span,
  .index_design_content2 .rich_font span,
  .index_blog .rich_font span {
    font-size: 20px;
  }
}

h2.rich_font.inverse,
.index_design_content2 .rich_font.inverse,
.index_blog .rich_font.inverse {
  color: rgba(255, 255, 255, 0.15);
}

h2.rich_font.inverse span,
.index_design_content2 .rich_font.inverse span,
.index_blog .rich_font.inverse span {
  color: #fff;
}

/* ================================
header
================================ */
#header {
  border-top: 0;
  background: #023e77;
}

@media (min-width: 1152px) {
  #header {
    height: 102px !important;
    display: flex;
    justify-content: space-between;
    padding-inline: 5% 4%;
  }
}

@media (min-width: 1152px) {
  #header #header_top {
    width: auto;
    margin: 0;
  }
}

#header #header_top #header_logo .mobile_logo_image {
  max-height: 50px;
  width: auto;
}

#header #menu_button::before {
  color: #fff;
}

@media (min-width: 1152px) {
  #header #global_menu {
    position: relative;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    background: none;
  }
}

@media (min-width: 1152px) {
  #header #global_menu > ul {
    width: auto;
    border: 0;
  }
}

@media (min-width: 1152px) {
  #header #global_menu > ul > li {
    border: 0;
    flex: none;
  }
}

@media (min-width: 1152px) {
  #header #global_menu > ul > li > ul {
    left: 50%;
    transform: translateX(-50%);
  }
}

#header #global_menu > ul > li > a {
  font-weight: 500;
  padding-inline: 2.1em;
}

@media (min-width: 1152px) {
  .home #header {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.home #header #global_menu > ul > li > a {
  color: #023e77;
}

.home #header #global_menu > ul > li > a:hover {
  color: #0983CB;
}

/* ================================
TOP
================================ */
.index_free_space .container {
  width: calc(100% - 20px);
}

#contents_builder {
  padding-bottom: 0;
  overflow: hidden;
}

/* ================================
メインビジュアル
================================ */
@media (min-width: 1152px) {
  #index_slider {
    height: 800px;
  }
}

#index_slider .item {
  position: relative;
}

@media (min-width: 1152px) {
  #index_slider .item {
    height: 800px;
  }
}

#index_slider .item::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/main_copy.webp) no-repeat left 50% top 63%;
  background-size: min(52vw, 838px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

@media (max-width: 750px) {
  #index_slider .item::before {
    background: url(/wp-content/uploads/sp_main_copy.webp) no-repeat left 50% bottom 20%;
    background-size: min(90vw, 400px) auto;
  }
}

/* ================================
デザインコンテンツ1 index_design_content1
================================ */
.index_design_content1 {
  position: relative;
  z-index: 0;
  padding-block: 128px;
}

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

.index_design_content1::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img001.webp) no-repeat top left, url(/wp-content/uploads/bg_img002.webp) no-repeat bottom right;
  background-size: min(32vw, 433px) auto, min(28vw, 360px) auto;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.index_design_content1 .image_list {
  margin-bottom: 4%;
  margin-top: 0 !important;
}

.index_design_content1 .catch {
  margin-bottom: 1em;
}

.index_design_content1 .desc {
  line-height: 2.2;
  margin-bottom: 0;
}

@media (max-width: 750px) {
  .index_design_content1 .desc {
    line-height: 1.8;
    text-align: left;
  }
}

/* ================================
堀江電機の強み index_sec_01
================================ */
.index_sec_01 {
  position: relative;
  z-index: 0;
  background: linear-gradient(to bottom, #5ACAF9, #BADEEF);
  padding-block: 128px;
}

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

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

.index_sec_01 .container {
  max-width: 1200px;
}

.index_sec_01 .title_row {
  margin-bottom: 7.5%;
}

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

@media (min-width: 750px) and (max-width: 1000px) {
  .index_sec_01 .title_row {
    flex-direction: column;
    row-gap: 20px;
  }
}

.index_sec_01 .title_row h2 {
  margin-bottom: 0;
}

@media (min-width: 750px) {
  .index_sec_01 .title_row h2 {
    display: table;
  }
}

@media (min-width: 751px) {
  .index_sec_01 .content_row {
    gap: 2.5%;
  }
}

.index_sec_01 .content_row > .col {
  background: #fff;
  padding: 40px 2.5%;
}

@media (max-width: 750px) {
  .index_sec_01 .content_row > .col {
    padding: 20px 15px;
  }
}

@media (min-width: 751px) {
  .index_sec_01 .content_row > .col figure {
    min-height: 72px;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 750px) {
  .index_sec_01 .content_row > .col figure {
    margin-bottom: 1em;
  }
}

.index_sec_01 .content_row > .col h3 {
  margin-top: 0 !important;
}

@media (min-width: 751px) {
  .index_sec_01 .content_row > .col h3 {
    min-height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
  }
}

/* ================================
サービス概要 index_sec_02
================================ */
.index_sec_02 {
  position: relative;
  z-index: 0;
  background: #F7F7F7;
  padding-block: 142px;
}

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

.index_sec_02::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img005.webp) no-repeat top left;
  background-size: 100vw auto;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.index_sec_02 .container {
  max-width: 1200px;
}

.index_sec_02 h2 {
  margin-bottom: .8em;
}

@media (max-width: 750px) {
  .index_sec_02 h2 {
    margin-bottom: .5em;
  }
}

.index_sec_02 .content_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 751px) {
  .index_sec_02 .content_row {
    gap: 24px 2%;
  }
}

.index_sec_02 .content_row > .col {
  width: calc((100% - 4%) / 3);
  flex: auto;
}

@media (max-width: 750px) {
  .index_sec_02 .content_row > .col {
    width: 100%;
  }
}

.index_sec_02 .content_row > .col > a {
  display: block;
  text-decoration: none;
  max-width: 384px;
  margin-inline: auto;
  background: #0983CB;
  height: 100%;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: .3s;
}

.index_sec_02 .content_row > .col > a:hover {
  opacity: .7;
}

.index_sec_02 .content_row > .col .img_wrap {
  position: relative;
}

.index_sec_02 .content_row > .col .img_wrap .num {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(9, 131, 203, 0.3);
  font-size: min(7vw, 72px);
  font-weight: bold;
  line-height: 0.7;
}

@media (max-width: 750px) {
  .index_sec_02 .content_row > .col .img_wrap .num {
    font-size: 40px;
  }
}

.index_sec_02 .content_row > .col .img_wrap .en {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 7%;
  color: #0983CB;
  font-size: min(2.7vw, 32px);
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 750px) {
  .index_sec_02 .content_row > .col .img_wrap .en {
    font-size: 22px;
  }
}

.index_sec_02 .content_row > .col .text_wrap {
  color: #fff;
  padding: 16px 6% 24px;
}

@media (max-width: 750px) {
  .index_sec_02 .content_row > .col .text_wrap {
    padding: 20px 15px;
  }
}

.index_sec_02 .content_row > .col .text_wrap h3 {
  position: relative;
  color: #fff;
  text-align: left;
  font-weight: 500;
  padding-right: 40px;
}

.index_sec_02 .content_row > .col .text_wrap h3::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/arrow.webp) no-repeat center/contain;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

/* ================================
デザインコンテンツ2 index_design_content2
================================ */
.index_design_content2 {
  position: relative;
  z-index: 0;
  padding-block: 0 128px;
}

@media (max-width: 750px) {
  .index_design_content2 {
    padding-block: 0 40px;
  }
}

.index_design_content2::after {
  content: "";
  position: absolute;
  display: block;
  background: #F7F7F7;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.index_design_content2 .banner_content {
  position: relative;
  height: 300px;
}

.index_design_content2 .banner_content::after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(186, 222, 239, 0.6);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 30px;
  height: 30px;
  bottom: 22px;
  right: 22px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .index_design_content2 .banner_content::after {
    width: 20px;
    height: 20px;
    bottom: 15px;
    right: 15px;
  }
}

.index_design_content2 .banner_content h3.banner_headline {
  color: rgba(255, 255, 255, 0.15);
  margin-bottom: .4em;
}

.index_design_content2 .banner_content h3.banner_headline span {
  color: #fff;
}

.index_design_content2 .banner_content p {
  line-height: 1.8;
}

@media (max-width: 750px) {
  .index_design_content2 .banner_content p {
    text-align: left;
  }
}

.index_design_content2 .banner_content .image_wrap {
  height: 100%;
}

/* ================================
コンテンツ一覧１ index_blog 
================================ */
.index_blog {
  position: relative;
  z-index: 0;
  padding-block: 128px;
}

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

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

.index_blog h2.headline {
  color: rgba(2, 62, 119, 0.1) !important;
}

.index_blog .title {
  font-weight: bold;
}

.index_blog .post_meta {
  font-weight: 500;
}

@media (min-width: 751px) {
  .index_blog .button {
    margin-top: 80px;
  }
}

/* ================================
お問い合わせ index_sec_03
================================ */
.index_sec_03 {
  background: url(/wp-content/uploads/bnr_img011.webp) no-repeat center/cover;
  padding-block: 128px;
}

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

@media (min-width: 751px) {
  .index_sec_03 .button {
    margin-top: 80px;
  }
}

.index_sec_03 .button a img {
  margin-right: 10px;
}

/* ================================
footer
================================ */
#return_top a {
  border-block: 1px solid #023e77;
}

#return_top a::before {
  color: #023e77;
}

#footer_top {
  padding: 72px 10px;
}

@media (max-width: 750px) {
  #footer_top {
    padding: 40px 10px;
  }
}

#footer_top #footer_logo .mobile_logo_image {
  max-width: 200px;
  height: auto;
}

#footer_top #company_info {
  color: #fff;
  margin-bottom: 0;
}

#footer_top #company_info a {
  color: #fff;
}

#footer_menu {
  border-color: #023e77;
}

#footer_menu li {
  border: 0;
  display: inline-block;
}

#footer_menu li a {
  color: #023e77;
}

@media (min-width: 751px) {
  #footer_menu li a {
    font-size: 14px;
  }
}

#footer_menu li a:hover {
  color: #0983CB;
}

@media (min-width: 751px) {
  #copyright {
    font-size: 14px;
  }
}

.fixed_mv_link {
  position: fixed;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}

@media (max-width: 750px) {
  .fixed_mv_link {
    display: none;
  }
}

.fixed_mv_link li {
  list-style: none;
}

.fixed_mv_link li a {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: upright;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .3em;
  padding: .8em 0;
  border: 2px solid #0983CB;
  border-right: 0;
  color: #0983CB;
  background: #fff;
  font-size: 16px;
  transition: 0.4s;
}

.fixed_mv_link li a:hover {
  background: #BADEEF;
}

/* ================================
下層
================================ */
.qa .question {
  position: relative;
  background: rgba(2, 62, 119, 0.08);
  margin-top: 0;
  padding: 1em 60px 1em 1em;
  cursor: pointer;
  margin-bottom: 1em;
}

@media (max-width: 750px) {
  .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: 750px) {
  .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: 751px) {
  .step > .row {
    align-items: center;
  }
}

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

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

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

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

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

/* ================================
投稿ページ
================================ */
#catch_area .catch {
  color: #023e77;
}

#post_image .image {
  max-width: 650px;
  margin-inline: auto;
}

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