@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..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: #1DACE6;
}

figure {
  text-align: center;
}

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

.text-left {
  text-align: left !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 h2 {
  color: #34C7AC;
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 0;
  margin-bottom: .8em;
}

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

.post_content h2.top_h2 {
  font-size: 40px;
  margin-bottom: 1.3em;
}

@media (max-width: 1023px) {
  .post_content h2.top_h2 {
    font-size: 32px;
  }
}

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

.post_content h2.top_h2 .en {
  font-family: "Oswald", sans-serif;
  display: block;
  color: rgba(29, 172, 230, 0.2);
  background: linear-gradient(to right, rgba(52, 199, 172, 0.2), rgba(29, 172, 230, 0.2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 90px;
  margin-bottom: -.45em;
}

@media (max-width: 1023px) {
  .post_content h2.top_h2 .en {
    font-size: 70px;
  }
}

@media (max-width: 650px) {
  .post_content h2.top_h2 .en {
    font-size: 34px;
  }
}

.post_content h3 {
  color: #1DACE6;
  font-size: 24px;
  border-left: 4px solid #1DACE6;
  padding: 0;
  padding-left: .5em;
  font-weight: bold;
  margin-bottom: .8em;
}

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

.post_content h3.top_h3 {
  border: 0;
  padding: 0;
  color: #34C7AC;
  margin-top: 0 !important;
  margin-bottom: 1em;
}

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

.post_content h4 {
  position: relative;
  color: #1DACE6;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .6em;
}

@media (max-width: 650px) {
  .post_content 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 .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 {
  font-size: 16px;
  text-decoration: none;
  background: #1A1F82;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  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;
    font-size: 14px;
  }
}

.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: #454AB9;
}

.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: #454AB9;
}

.cb_contents .link_button a.inverse, .cb_contents .button a.inverse, .post_content .link_button a.inverse, .post_content .button a.inverse, .index_work_list.num2 .link_button a.inverse, .index_work_list.num2 .button a.inverse {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.cb_contents .link_button a.inverse:hover, .cb_contents .button a.inverse:hover, .post_content .link_button a.inverse:hover, .post_content .button a.inverse:hover, .index_work_list.num2 .link_button a.inverse:hover, .index_work_list.num2 .button a.inverse:hover {
  background: #fff;
  color: #1A1F82;
}

.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: #444444;
}

.index_free_space {
  padding: 0;
}

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

.post_content .inverse {
  color: #fff;
}

.post_content .inverse h2, .post_content .inverse .top_h2 {
  color: #fff;
}

.post_content .inverse h2 .en, .post_content .inverse .top_h2 .en {
  color: rgba(255, 255, 255, 0.2);
  background: none;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.2);
}

#demo5-1 {
  position: absolute;
  top: 130px;
  z-index: 9998;
  color: #fff;
  font-size: 36px;
  left: 3.2210834553%;
  font-family: Futura, "Century Gothic";
}

@media (max-width: 1050px) {
  #demo5-1 {
    font-size: 20px;
    top: 70px;
  }
}

body:not(.home) #demo5-1 {
  display: none;
}

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

@media (min-width: 1051px) {
  #header {
    height: 120px;
  }
}

@media (min-width: 1051px) {
  #header #header_logo {
    left: 34px;
  }
}

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

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

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

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

#header #global_menu > ul {
  display: flex;
}

#header #global_menu > ul ul.sub-menu a {
  background: #1A1F82;
  font-weight: bold;
}

#header #global_menu > ul ul.sub-menu a:hover {
  background: #454AB9;
}

#header #global_menu > ul ul.btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: auto;
  min-width: 199px;
  top: auto;
  margin-left: 1em;
}

@media (max-width: 1740px) {
  #header #global_menu > ul ul.btn_wrap {
    display: none;
  }
}

#header #global_menu > ul ul.btn_wrap .tel, #header #global_menu > ul ul.btn_wrap .mail {
  display: flex;
  align-items: center;
  justify-content: center;
}

#header #global_menu > ul ul.btn_wrap .tel a, #header #global_menu > ul ul.btn_wrap .mail a {
  background: #1DACE6;
  color: #fff;
  height: auto;
  border-radius: 8px;
  transition: .3s;
  font-weight: bold;
  padding: 4.71px 15px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

#header #global_menu > ul ul.btn_wrap .tel a:hover, #header #global_menu > ul ul.btn_wrap .mail a:hover {
  opacity: .8;
}

#header #global_menu > ul ul.btn_wrap .mail a {
  background: #34C7AC;
}

#header #global_menu > ul > li > a {
  font-size: 16px;
  padding: 0 10px;
  font-weight: bold;
  height: 120px;
  line-height: 120px;
}

#header #global_menu > ul > li.contact {
  margin-inline: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1450px) {
  #header #global_menu > ul > li.contact {
    display: none;
  }
}

#header #global_menu > ul > li.contact a {
  display: flex;
  align-items: center;
  background: linear-gradient(to left, #FF5C5A, #FFDA37);
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  height: 88px;
  border-radius: 8px;
  padding-inline: 13.5px;
}

html {
  scroll-padding-top: 120px;
}

@media (max-width: 1050px) {
  html {
    scroll-padding-top: 70px;
  }
}

@media (max-width: 650px) {
  html {
    scroll-padding-top: 60px;
  }
}

/* ================================
TOP
================================ */
body.home .container {
  width: 1200px;
  max-width: calc(100% - 20px);
  padding: 0;
}

/* ================================
メインビジュアル
================================ */
#index_header_content {
  height: 100% !important;
}

#index_slider .item .slice_image_list {
  width: 100%;
  aspect-ratio: 1920 / 880;
}

@media (max-width: 650px) {
  #index_slider .item .slice_image_list {
    aspect-ratio: 748 / 1369;
  }
}

#index_slider .item .slice_image {
  height: 100% !important;
}

#index_slider .item .button {
  position: relative;
  background: transparent;
  border-radius: 8px;
  font-size: min(1.7vw, 24px);
  font-weight: bold;
  padding: 3.06% 0;
  height: auto;
  line-height: 1;
  display: block;
  max-width: 560px;
  margin-inline: 1% auto;
  transition: .3s;
}

#index_slider .item .button::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(to right, #FFDA37, #FF5C5A);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  z-index: -1;
  transition: .3s;
}

#index_slider .item .button::after {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to right, #FF5C5A, #FFDA37);
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  border-radius: 8px;
  z-index: -2;
  transition: .3s;
}

#index_slider .item .button:hover::before, #index_slider .item .button:hover::after {
  opacity: .8;
}

#index_slider .item .button span {
  position: relative;
  padding-right: 9%;
}

#index_slider .item .button span::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/arrow.webp) no-repeat center/contain;
  width: 19px;
  height: 15px;
  max-height: 60%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

#index_slider .caption {
  top: 49%;
  width: 61%;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 46vw;
  margin-left: 7.5%;
}

@media (max-width: 1400px) {
  #index_slider .caption {
    margin-left: 4%;
  }
}

@media (max-width: 650px) {
  #index_slider .caption {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    top: auto;
    bottom: 6%;
    transform: none;
  }
}

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

/* ================================
ニュースティッカー
================================ */
@media (max-width: 1600px) {
  #index_news {
    position: relative;
    width: 100%;
  }
}

/* ================================
パララックスコンテンツ
================================ */
.index_parallax .caption .catch {
  font-size: 40px;
}

@media (max-width: 1023px) {
  .index_parallax .caption .catch {
    font-size: 32px;
  }
}

@media (max-width: 650px) {
  .index_parallax .caption .catch {
    font-size: 20px;
  }
}

.index_parallax .caption .desc {
  font-weight: bold;
  line-height: 2;
}

@media (max-width: 650px) {
  .index_parallax .caption .desc {
    text-align: left;
  }
  .index_parallax .caption .desc br {
    display: none;
  }
}

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

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

.index_work_list::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/pat01.webp);
  width: 100vw;
  height: calc(100% + 150px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 650px) {
  .index_work_list::after {
    height: 100%;
  }
}

.index_work_list .index_cb_header .catch {
  color: #34C7AC;
  font-size: 40px;
}

@media (max-width: 1023px) {
  .index_work_list .index_cb_header .catch {
    font-size: 32px;
  }
}

@media (max-width: 650px) {
  .index_work_list .index_cb_header .catch {
    font-size: 20px;
  }
}

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

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

.index_work_list .work_list .category {
  background: #fff;
  color: #444444;
  font-weight: bold;
  padding-block: .64em;
}

.index_work_list .work_list .title {
  font-weight: bold;
}

.index_work_list .link_button {
  background: #EBF9F7;
  margin: 0;
  padding: 38px 10px 58px;
}

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

/* ================================
index_sec_01
================================ */
.index_sec_01 {
  position: relative;
  z-index: 0;
  padding-block: 0 120px;
  background: #EBF9F7;
}

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

.index_sec_01::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, #E8F7FD;
  background-size: min(30vw, 400px) auto;
  width: 100%;
  height: 100%;
  top: 110px;
  left: 0;
  z-index: -1;
}

@media (max-width: 650px) {
  .index_sec_01::after {
    top: 0;
    height: 100%;
  }
}

.index_sec_01 .container {
  width: 1600px !important;
}

.point_parts > .col {
  display: flex;
  flex-direction: column;
}

.point_parts .num {
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 48px;
  background: #1DACE6;
  color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-inline: auto;
  margin-bottom: -30px;
}

@media (max-width: 650px) {
  .point_parts .num {
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin-bottom: -20px;
  }
}

.point_parts .num::after {
  content: "";
  position: absolute;
  display: block;
  background: #1DACE6;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 20px;
  height: 17px;
  top: calc(100% - 3px);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 650px) {
  .point_parts .num::after {
    width: 16px;
    height: 12px;
  }
}

.point_parts .content_wrap {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(29, 172, 230, 0.25);
  flex: 1;
  max-width: 384px;
  margin-inline: auto;
  padding: 80px 7.5% 32px;
}

@media (max-width: 650px) {
  .point_parts .content_wrap {
    padding: 40px 15px 20px;
  }
}

.point_parts .content_wrap figure {
  margin-bottom: 1.8em;
}

@media (max-width: 650px) {
  .point_parts .content_wrap figure {
    margin-bottom: 1em;
  }
}

@media (max-width: 650px) {
  .point_parts .content_wrap figure img {
    max-height: 60px;
  }
}

.point_parts .content_wrap h3 {
  display: table;
  margin-inline: auto;
}

.point_parts .content_wrap p {
  font-weight: bold;
}

@media (min-width: 651px) {
  .point_parts .content_wrap p {
    line-height: 2;
  }
}

/* ================================
index_sec_02
================================ */
.index_sec_02 {
  position: relative;
  padding-block: 0 115px;
}

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

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

.index_sec_02::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/pat01.webp);
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.index_sec_02 .container {
  width: 1600px !important;
}

@media (min-width: 650px) {
  .index_sec_02 .top_h2 {
    margin-bottom: 2.1em !important;
  }
}

.index_sec_02 .link_row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
}

@media (max-width: 1050px) {
  .index_sec_02 .link_row {
    gap: 10px;
  }
}

.index_sec_02 .link_row > .col {
  width: calc((100% - 120px) / 6);
  flex: 0 0 calc((100% - 120px) / 6);
  display: flex;
  flex-direction: column;
}

@media (max-width: 1050px) {
  .index_sec_02 .link_row > .col {
    width: calc((100% - 50px) / 6);
    flex: 0 0 calc((100% - 50px) / 6);
  }
}

@media (max-width: 650px) {
  .index_sec_02 .link_row > .col {
    width: calc((100% - 20px) / 3) !important;
    flex: 0 0 calc((100% - 20px) / 3) !important;
  }
}

.index_sec_02 .link_row > .col .link_wrap {
  position: relative;
  border: 1px solid #34C7AC;
  display: block;
  text-decoration: none;
  padding: 67px 5px 20px;
  flex: 1;
  background: #fff;
  transition: .3s;
}

@media (max-width: 650px) {
  .index_sec_02 .link_row > .col .link_wrap {
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
  }
}

.index_sec_02 .link_row > .col .link_wrap::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/arrow2.webp) no-repeat center;
  background-size: contain;
  width: 17px;
  height: 8px;
  bottom: 15px;
  right: 6.5%;
}

@media (max-width: 650px) {
  .index_sec_02 .link_row > .col .link_wrap::after {
    bottom: 8px;
  }
}

.index_sec_02 .link_row > .col .link_wrap:hover {
  background: rgba(52, 199, 172, 0.1);
}

.index_sec_02 .link_row > .col .link_wrap figure {
  margin-bottom: 3em;
}

@media (max-width: 650px) {
  .index_sec_02 .link_row > .col .link_wrap figure {
    margin-bottom: 1em;
  }
}

@media (max-width: 650px) {
  .index_sec_02 .link_row > .col .link_wrap figure img {
    max-height: 50px;
  }
}

.index_sec_02 .link_row > .col .link_wrap p {
  color: #34C7AC;
  font-weight: bold;
  font-size: min(2vw, 18px);
  line-height: 1.6;
  text-align: center;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 650px) {
  .index_sec_02 .link_row > .col .link_wrap p {
    font-size: min(4.1vw, 16px);
    min-height: 0;
    flex: 1;
  }
}

/* ================================
index_sec_03
================================ */
.index_sec_03 {
  position: relative;
  z-index: 0;
  background: #EBF9F7;
  padding-block: 0 80px;
}

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

.index_sec_03 .content_row_01 {
  position: relative;
  padding-block: 78px 0;
  margin-bottom: 0;
}

@media (min-width: 651px) {
  .index_sec_03 .content_row_01 {
    align-items: flex-end;
  }
}

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

.index_sec_03 .content_row_01::before, .index_sec_03 .content_row_01::after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: calc(100% + 60px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 650px) {
  .index_sec_03 .content_row_01::before, .index_sec_03 .content_row_01::after {
    height: calc(100% + 30px);
  }
}

.index_sec_03 .content_row_01::after {
  background: #5DD2BD;
  -webkit-clip-path: polygon(0 0, 57% 0, 43.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 57% 0, 43.5% 100%, 0% 100%);
}

.index_sec_03 .content_row_01::before {
  background: #34C7AC;
}

@media (max-width: 650px) {
  .index_sec_03 .content_row_01 figure img {
    width: 120px;
  }
}

@media (min-width: 651px) {
  .index_sec_03 .content_row_01 .text_wrap {
    padding-bottom: 67px;
  }
}

@media (min-width: 651px) {
  .index_sec_03 .content_row_01 .text_wrap h2 {
    text-align: left;
    margin-bottom: 1.1em;
  }
}

.index_sec_03 .content_row_01 .text_wrap p {
  font-weight: bold;
}

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

@media (min-width: 651px) {
  .index_sec_03 .content_row_02 {
    flex-wrap: wrap;
    gap: 28px 4.5%;
  }
}

@media (max-width: 650px) {
  .index_sec_03 .content_row_02 {
    row-gap: 10px;
  }
}

@media (min-width: 651px) {
  .index_sec_03 .content_row_02 > .col {
    width: calc((100% - 4.5%) / 2);
    flex: auto;
    display: flex;
    flex-direction: column;
  }
}

.index_sec_03 .content_row_02 > .col .text_wrap {
  position: relative;
  background: url(/wp-content/uploads/pat01.webp), #fff;
  border: 3px solid #34C7AC;
  color: #34C7AC;
  margin-bottom: 11px;
  margin-right: 11px;
  padding: 17.5px 6%;
}

@media (min-width: 651px) {
  .index_sec_03 .content_row_02 > .col .text_wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 650px) {
  .index_sec_03 .content_row_02 > .col .text_wrap {
    padding: 10px;
  }
}

.index_sec_03 .content_row_02 > .col .text_wrap::after {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(to right, #34C7AC, #1DACE6);
  -webkit-clip-path: polygon(calc(100% - 11px) 0, 100% 11px, 100% 100%, 11px 100%, 0 calc(100% - 11px), 0 0);
          clip-path: polygon(calc(100% - 11px) 0, 100% 11px, 100% 100%, 11px 100%, 0 calc(100% - 11px), 0 0);
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  top: -3px;
  left: -3px;
  z-index: -1;
}

.index_sec_03 .content_row_02 > .col .text_wrap p {
  color: #34C7AC;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 650px) {
  .index_sec_03 .content_row_02 > .col .text_wrap p {
    font-size: 14px;
  }
}

/* ================================
index_sec_04
================================ */
.index_sec_04 {
  position: relative;
  z-index: 0;
  background: url(/wp-content/uploads/bg_img003.webp) no-repeat center/cover;
  padding-block: 90px 120px;
}

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

.index_sec_04 p {
  font-weight: bold;
}

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

.index_sec_04 .btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 36px;
}

@media (max-width: 650px) {
  .index_sec_04 .btn_wrap {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}

.index_sec_04 .btn_wrap .link_button {
  max-width: 250px;
}

.index_sec_04 .btn_wrap .link_button a {
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.index_sec_04 .btn_wrap .link_button a.tel {
  font-size: 26px;
}

@media (max-width: 650px) {
  .index_sec_04 .btn_wrap .link_button a.tel {
    font-size: 20px;
  }
}

/* ================================
index_sec_05
================================ */
.index_sec_05 {
  background: url(/wp-content/uploads/pat01.webp);
  padding-block: 90px 100px;
}

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

.index_sec_05 p {
  font-weight: bold;
}

@media (min-width: 651px) {
  .index_sec_05 p {
    line-height: 2.4;
  }
}

.index_sec_05 figure {
  margin-top: 40px;
}

@media (max-width: 650px) {
  .index_sec_05 figure {
    margin-top: 20px;
  }
}

.index_sec_05 .link_button {
  margin-top: 40px;
}

@media (max-width: 650px) {
  .index_sec_05 .link_button {
    margin-top: 20px;
  }
}

/* ================================
index_sec_06
================================ */
@media (min-width: 650px) {
  .index_sec_06 .map_container {
    padding-top: 440px;
  }
}

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

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

#footer #footer_banner .title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

#footer #footer_banner .desc {
  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 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}

#footer #copyright {
  background: linear-gradient(to right, #34C7AC, #1DACE6) !important;
}

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

#footer #return_top a {
  background: #34C7AC;
}

.floating_button {
  position: fixed;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  z-index: 9999;
}

@media (max-width: 650px) {
  .floating_button {
    display: none;
  }
}

.floating_button a {
  transition: .3s;
}

.floating_button a:hover {
  opacity: .8;
}

/* ================================
下層
================================ */
.qa .question {
  position: relative;
  background: rgba(29, 172, 230, 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 #444444;
  border-right: 2px solid #444444;
  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: #1DACE6;
  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: #1DACE6;
}

@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 */
