@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #000000;
  font-feature-settings: "palt";
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-weight: 700;
  font-feature-settings: "palt";
}

.en {
  font-family: "Clash Display", sans-serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.02em;
}

/* CSS変数の定義
--------------------------------------------------*/
:root {
  --arrow: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.8551 2.94449L2.48929e-05 5.88898L1.50002 2.94449L2.48227e-05 8.1746e-08L6.8551 2.94449Z' fill='white'/%3E%3C/svg%3E");
  --sub-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath fill='%23ffffff' d='M4.5 0V8.08467L0.7025 4.28717L0 5L5 10L10 5L9.2975 4.28717L5.5 8.08467V0H4.5Z'/%3E%3C/svg%3E");
}

/* 共通
--------------------------------------------------*/
html, body {
  background: transparent;
}

body {
  word-break: break-word;
}

#page {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

/* 404
--------------------------------------------------*/
.wrap_404 {
  padding: 180px 0 100px;
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .wrap_404 {
    padding: 120px 0 60px;
  }
}
.wrap_404 .wrap_title {
  margin-bottom: 32px;
}
.wrap_404 .wrap_title h2 {
  color: #0976BC;
  font-size: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .wrap_404 .wrap_title h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 449px) {
  .wrap_404 .wrap_title h2 {
    font-size: 6.8vw;
  }
}
.wrap_404 .text {
  text-align: center;
  margin-bottom: 32px;
}
.wrap_404 .btn {
  margin-inline: auto;
}

/* 自動で改行
--------------------------------------------------*/
span.br_word {
  display: inline-block;
}

/* カレント
--------------------------------------------------*/
@media screen and (min-width: 1000px) {
  .current .link_txt {
    background-color: #F4F8FB;
    border-radius: 3px;
  }
  .parent.current .wrap_link_txt {
    background-color: #F4F8FB;
    border-radius: 3px;
  }
}
/* 追従CTA
--------------------------------------------------*/
.wrap_fixed_btn {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 9999;
}
.wrap_fixed_btn .fixed_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2px;
  width: 60px;
  height: 126px;
  transition: color 0.4s ease;
  z-index: 1;
  position: relative;
}
.wrap_fixed_btn .fixed_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(to top right, #40B4FF, #0CA0FF), linear-gradient(to top right, #40B4FF, #0CA0FF);
  border-radius: 3px 0 0 3px;
  transform: skewY(-5deg);
  transform-origin: right center;
  z-index: -1;
  transition: all 0.4s ease;
}
.wrap_fixed_btn .fixed_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 3px 0 0 3px;
  transform: skewY(-5deg);
  transform-origin: right center;
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to top right, #40B4FF, #0CA0FF);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.wrap_fixed_btn .fixed_btn.contact {
  height: 160px;
  margin-top: 8px;
}
.wrap_fixed_btn .fixed_btn.contact::before {
  background-image: linear-gradient(to top right, #0065A3, #0982CC), linear-gradient(to top right, #0065A3, #0982CC);
}
.wrap_fixed_btn .fixed_btn.contact::after {
  background-image: linear-gradient(#fff, #fff), linear-gradient(to top right, #0065A3, #0982CC);
}
.wrap_fixed_btn .fixed_btn .icon {
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  content: "";
  display: inline-block;
  z-index: 2;
  transition: background-color 0.4s ease;
}
.wrap_fixed_btn .fixed_btn.download .icon {
  -webkit-mask-image: url(../img/common/icon1.svg);
  mask-image: url(../img/common/icon1.svg);
}
.wrap_fixed_btn .fixed_btn.contact .icon {
  -webkit-mask-image: url(../img/common/icon2.svg);
  mask-image: url(../img/common/icon2.svg);
}
.wrap_fixed_btn .fixed_btn .txt {
  font-size: 1.5rem;
  writing-mode: vertical-rl;
  z-index: 2;
}
.wrap_fixed_btn .fixed_btn:hover {
  color: #0CA0FF;
}
.wrap_fixed_btn .fixed_btn:hover::after {
  opacity: 1;
}
.wrap_fixed_btn .fixed_btn:hover .icon {
  background-color: #0CA0FF;
}
.wrap_fixed_btn .fixed_btn:hover.contact {
  color: #0976BC;
}
.wrap_fixed_btn .fixed_btn:hover.contact .icon {
  background-color: #0976BC;
}

/* KVシェイプ
--------------------------------------------------*/
#kv {
  position: relative;
  overflow: hidden;
}
#kv .kv_bottom_shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
#kv .kv_bottom_shape .lblue_shape,
#kv .kv_bottom_shape .back_shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#kv .kv_bottom_shape .lblue_shape {
  z-index: 2;
}
#kv .kv_bottom_shape .back_shape {
  transform: translateY(32%);
  z-index: 1;
}

/* 下層KV
--------------------------------------------------*/
.kv_under {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .kv_under {
    height: 400px;
  }
}
.kv_under::before {
  content: "";
  position: absolute;
  background: linear-gradient(to top right, #00486E, #9DD9FF);
  opacity: 0.3;
  z-index: 2;
  inset: 0;
}
.kv_under .kv_img {
  height: 100%;
}
.kv_under .kv_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv_under .page_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.kv_under .page_ttl .en_ttl {
  margin-bottom: 5px;
}
.kv_under .page_ttl .sec_ttl {
  animation-delay: 0.2s;
}
.kv_under .page_ttl .sec_ttl::before {
  background: #fff;
}

.kv_under_simple {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .kv_under_simple {
    height: 300px;
  }
}
.kv_under_simple::before {
  display: none;
}
.kv_under_simple .page_ttl .sec_ttl {
  animation-delay: 0.2s;
}
.kv_under_simple .page_ttl .sec_ttl::before {
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
}

.kv_single {
  padding-bottom: 30px;
  border-bottom: dashed 1px #C6D9E6;
}

/* パンくず
--------------------------------------------------*/
.breadcrumbs {
  margin-top: 10px;
}
.breadcrumbs .breadcrumbs_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.breadcrumbs .breadcrumbs_list li {
  padding-right: 34px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .breadcrumbs .breadcrumbs_list li {
    padding-right: 30px;
  }
}
.breadcrumbs .breadcrumbs_list li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #A7B7C2;
  right: 12px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs .breadcrumbs_list li::after {
    right: 10px;
  }
}
.breadcrumbs .breadcrumbs_list li:last-child {
  padding: 0;
}
.breadcrumbs .breadcrumbs_list li:last-child::after {
  display: none;
}
.breadcrumbs .breadcrumbs_list li .txt {
  font-size: 1.4rem;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .breadcrumbs .breadcrumbs_list li .txt {
    font-size: 1.2rem;
  }
}
.breadcrumbs .breadcrumbs_list li .txt.link_txt {
  white-space: nowrap;
  display: inline-block;
  color: #A7B7C2;
}

/* ページ内リンク
--------------------------------------------------*/
#pagelink {
  padding-bottom: 80px;
}
@media screen and (max-width: 999px) {
  #pagelink {
    padding-bottom: 40px;
  }
}

.pagelink_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pagelink_list li .link {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  line-height: 1;
  padding: 14px 20px;
  border: solid 1px #C6D9E6;
  border-radius: 100vh;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 999px) {
  .pagelink_list li .link {
    font-size: 1.4rem;
    padding: 10px 16px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}
.pagelink_list li .link:hover {
  background-color: #E9F1F6;
}

/* お知らせ一覧
--------------------------------------------------*/
.news_list .item {
  border-top: solid 1px #C6D9E6;
}
.news_list .item:last-child {
  border-bottom: solid 1px #C6D9E6;
}
.news_list .item a {
  display: grid;
  grid-template-columns: 1fr 36px;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 30px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news_list .item a {
    grid-template-columns: 1fr 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 20px 10px;
  }
}
.news_list .item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(232, 246, 255, 0.3), #E8F6FF);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}
.news_list .item a .left .wrap_data {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news_list .item a .left .wrap_data {
    margin-bottom: 15px;
  }
}
.news_list .item a .left .wrap_data .data, .news_list .item a .left .wrap_data .cat {
  font-size: 1.4rem;
}
.news_list .item a .left .wrap_data .data {
  flex-shrink: 0;
}
.news_list .item a .left .wrap_data .cat {
  text-align: center;
  min-width: 100px;
  padding: 1px 15px;
  background-color: #E9F1F6;
  border-radius: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 449px) {
  .news_list .item a .left .wrap_data .cat {
    font-size: 1.2rem;
    min-width: 80px;
  }
}
.news_list .item a .left .news_ttl {
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .news_list .item a .left .news_ttl {
    font-size: 1.6rem;
  }
}
.news_list .item a:hover::before {
  opacity: 1;
}
.news_list .item a:hover .news_ttl {
  color: #0CA0FF;
}
.news_list .item a:hover .arrow::before {
  opacity: 1;
}

/* ページャー
--------------------------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 80px;
}
@media screen and (max-width: 999px) {
  .wp-pagenavi {
    padding-top: 50px;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  font-family: "Clash Display", sans-serif !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  all: unset;
  width: 42px;
  height: 42px;
  border: solid 1px #C6D9E6 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0976BC;
  transition: opacity 0.4s ease;
  box-sizing: border-box;
  border-radius: 3px;
}
.wp-pagenavi span:not(.current),
.wp-pagenavi a:not(.current) {
  cursor: pointer;
}
.wp-pagenavi span:not(.current):hover,
.wp-pagenavi a:not(.current):hover {
  opacity: 0.6;
}
.wp-pagenavi .current {
  color: #fff;
  background: linear-gradient(to top right, #0065A3, #0982CC);
  width: 42px;
  height: 42px;
  font-weight: 500 !important;
  border: none !important;
}
.wp-pagenavi .next,
.wp-pagenavi .prev {
  -webkit-mask: var(--arrow) no-repeat center/contain;
  mask: var(--arrow) no-repeat center/contain;
  background: linear-gradient(to top right, #0065A3, #0982CC);
  display: inline-block;
  width: 10px;
  height: 12px;
}
.wp-pagenavi .prev {
  transform: scaleX(-1);
}
.wp-pagenavi .extend {
  border: none !important;
}
.wp-pagenavi img {
  width: auto;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi img {
    width: 90%;
    height: auto;
  }
}

/* 施工事例一覧
--------------------------------------------------*/
.case_list .item {
  height: auto;
  margin-right: 25px;
  background-color: #fff;
  position: relative;
  float: left;
}
.case_list .item .card_inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.case_list .item .main_link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case_list .item .news_thum {
  width: 100%;
  padding-top: 70.5882352941%;
  overflow: hidden;
  position: relative;
}
.case_list .item .news_thum::after {
  content: "";
  position: absolute;
  background: rgba(0, 34, 56, 0.1);
  inset: 0;
  transition: opacity 0.5s ease;
}
.case_list .item .news_thum img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.case_list .item .wrap_text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.case_list .item .wrap_text .top_txt {
  padding-bottom: 20px;
}
.case_list .item .wrap_text .top_txt .cat_btn {
  font-size: 1.2rem;
  background-color: #E9F1F6;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 2px;
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}
.case_list .item .wrap_text .top_txt .cat_btn:hover {
  color: #0CA0FF;
}
.case_list .item .wrap_text .top_txt .wrap_cat_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.case_list .item .wrap_text .top_txt .wrap_cat_btn .cat_btn {
  line-height: 1;
}
.case_list .item .wrap_text .top_txt .address {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.case_list .item .wrap_text .top_txt .case_ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case_list .item .wrap_text .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px dashed #C6D9E6;
}
.case_list .item .wrap_text .tag_list li {
  flex-shrink: 0;
  line-height: 0;
}
.case_list .item .wrap_text .tag_list .tag {
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}
.case_list .item .wrap_text .tag_list .tag:hover {
  color: #0CA0FF;
}
.case_list .item:hover .news_thum::after {
  opacity: 0;
}
.case_list .item:hover .news_thum img {
  transform: scale(1.1);
}
.case_list .item .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media screen and (max-width: 768px) {
  .wrap_case {
    padding-bottom: 20px;
  }
}
.wrap_case .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .wrap_case .top {
    margin-bottom: 40px;
  }
}
.wrap_case .wrap_case_list {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
}
@media screen and (max-width: 999px) {
  .wrap_case .wrap_case_list {
    margin-bottom: 40px;
  }
}
.wrap_case .wrap_case_list .case_list_swiper {
  overflow: visible !important;
  padding-right: max(5%, (100vw - 1400px) / 2);
  padding-left: max(5%, (100vw - 1400px) / 2);
}

.case_arrows {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.case_arrows .swiper-button-prev,
.case_arrows .swiper-button-next {
  position: static;
  width: 70px;
  height: 34px;
  margin: 0;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.case_arrows .swiper-button-prev::after,
.case_arrows .swiper-button-next::after {
  display: none;
}
.case_arrows .swiper-button-prev::before,
.case_arrows .swiper-button-next::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-mask-image: var(--sub-arrow);
  mask-image: var(--sub-arrow);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: rotate(90deg);
  transition: opacity 0.3s ease;
}
.case_arrows .swiper-button-prev:hover,
.case_arrows .swiper-button-next:hover {
  opacity: 0.7;
}
.case_arrows .swiper-button-prev.swiper-button-disabled,
.case_arrows .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.case_arrows .swiper-button-next::before {
  transform: rotate(-90deg);
}

/* その他の施工事例
--------------------------------------------------*/
.other-case {
  margin-top: 100px;
  padding: 100px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .other-case {
    margin-top: 60px;
    padding: 60px 0 60px;
  }
}
.other-case .wrap_case .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  .other-case .wrap_case .top {
    margin-bottom: 40px;
  }
}
.other-case .wrap_case .case_arrows {
  display: none;
}
@media screen and (max-width: 999px) {
  .other-case .wrap_case .case_arrows {
    display: flex;
  }
}

/* 事業紹介メニュー
--------------------------------------------------*/
#service_menu {
  position: fixed;
  right: 0;
  bottom: 2.73vw;
  z-index: 9;
  display: flex;
  height: 480px;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  #service_menu {
    flex-direction: column;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 480px;
    height: auto;
  }
}
#service_menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to top right, #0065A3, #0982CC);
  border-radius: 5px 0 0 5px;
  transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
@media screen and (max-width: 999px) {
  #service_menu::before {
    width: 100%;
    height: 56px;
    top: auto;
    bottom: 0;
    border-radius: 5px;
    transition: height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media screen and (max-width: 449px) {
  #service_menu::before {
    height: 46px;
    border-radius: 3px;
  }
}
#service_menu .inner {
  padding: 15px 0 15px 15px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateX(20px);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  #service_menu .inner {
    padding: 15px 15px 0 15px;
    transform: translateY(20px);
  }
}
#service_menu .inner .wrap_menu_list {
  max-height: 450px;
  overflow: auto;
  scrollbar-width: none;
  overscroll-behavior: none;
  z-index: 2;
  border-radius: 5px;
}
@media screen and (max-width: 449px) {
  #service_menu .inner .wrap_menu_list {
    height: 50vh;
    border-radius: 3px;
  }
}
#service_menu .inner .wrap_menu_list .menu_list {
  background-color: #fff;
}
#service_menu .inner .wrap_menu_list .menu_list .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: dashed 1px #C6D9E6;
  position: relative;
}
@media screen and (max-width: 449px) {
  #service_menu .inner .wrap_menu_list .menu_list .item a {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 10px;
  }
}
#service_menu .inner .wrap_menu_list .menu_list .item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(232, 246, 255, 0.3), #E8F6FF);
  opacity: 0;
  z-index: 0;
  transition: opacity 0.4s ease;
}
#service_menu .inner .wrap_menu_list .menu_list .item a .left {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  z-index: 1;
  min-width: 300px;
}
@media screen and (max-width: 449px) {
  #service_menu .inner .wrap_menu_list .menu_list .item a .left {
    -moz-column-gap: 15px;
         column-gap: 15px;
    min-width: 0;
  }
}
#service_menu .inner .wrap_menu_list .menu_list .item a .left .thum {
  flex-shrink: 0;
  width: 65px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 449px) {
  #service_menu .inner .wrap_menu_list .menu_list .item a .left .thum {
    width: 54px;
  }
}
#service_menu .inner .wrap_menu_list .menu_list .item a .left .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
#service_menu .inner .wrap_menu_list .menu_list .item a .left .name {
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.4s ease;
}
@media screen and (max-width: 449px) {
  #service_menu .inner .wrap_menu_list .menu_list .item a .left .name {
    font-size: 1.4rem;
  }
}
#service_menu .inner .wrap_menu_list .menu_list .item:last-child a {
  border-bottom: none;
}
#service_menu .inner .wrap_menu_list .menu_list .item:hover .thum img {
  transform: scale(1.15);
}
#service_menu .inner .wrap_menu_list .menu_list .item:hover .name {
  color: #0CA0FF;
}
#service_menu .inner .wrap_menu_list .menu_list .item:hover .arrow::before {
  opacity: 1;
}
#service_menu .inner .wrap_menu_list .menu_list .item.current a {
  pointer-events: none;
}
#service_menu .inner .wrap_menu_list .menu_list .item.current a::before {
  opacity: 1;
}
#service_menu .inner .wrap_menu_list .menu_list .item.current a .name {
  color: #0CA0FF;
}
#service_menu .inner .wrap_menu_list .menu_list .item.current a .arrow {
  display: none !important;
}
#service_menu .inner .wrap_menu_list .menu_list .item.current a .thum img {
  transform: scale(1.15);
}
#service_menu .menu_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 2;
  width: 56px;
  padding: 15px 0;
  position: relative;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  #service_menu .menu_btn {
    flex-direction: row;
    width: 100%;
    height: 56px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 449px) {
  #service_menu .menu_btn {
    padding: 0 10px;
    height: 46px;
  }
}
#service_menu .menu_btn p {
  line-height: 1;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
}
@media screen and (max-width: 999px) {
  #service_menu .menu_btn p {
    writing-mode: inherit;
  }
}
@media screen and (max-width: 999px) {
  #service_menu .menu_btn .top {
    display: flex;
    align-items: center;
  }
}
#service_menu .menu_btn .top .ttl {
  padding: 20px 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 999px) {
  #service_menu .menu_btn .top .ttl {
    flex-shrink: 0;
    padding: 0 20px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 449px) {
  #service_menu .menu_btn .top .ttl {
    font-size: 1.2rem;
    padding: 0 10px 0 14px;
    margin-right: 10px;
  }
}
#service_menu .menu_btn .top .ttl::before, #service_menu .menu_btn .top .ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#service_menu .menu_btn .top .ttl::before {
  top: 0;
  width: 12px;
  height: 12px;
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
  border-radius: 1px;
}
@media screen and (max-width: 999px) {
  #service_menu .menu_btn .top .ttl::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 449px) {
  #service_menu .menu_btn .top .ttl::before {
    width: 8px;
    height: 8px;
  }
}
#service_menu .menu_btn .top .ttl::after {
  bottom: 0;
  width: 16px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  #service_menu .menu_btn .top .ttl::after {
    width: 1px;
    height: 16px;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 449px) {
  #service_menu .menu_btn .top .ttl::after {
    height: 12px;
  }
}
#service_menu .menu_btn .top .service_name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 200px;
}
@media screen and (max-width: 449px) {
  #service_menu .menu_btn .top .service_name {
    font-size: 1.2rem;
  }
}
#service_menu .menu_btn .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#service_menu .menu_btn .bottom span {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 449px) {
  #service_menu .menu_btn .bottom span {
    font-size: 1.6rem;
  }
}
#service_menu .menu_btn .bottom span.en {
  font-size: 1.2rem;
}
@media screen and (max-width: 449px) {
  #service_menu .menu_btn .bottom span.en {
    font-size: 1rem;
  }
}
#service_menu.is-open::before {
  width: 100%;
}
@media screen and (max-width: 999px) {
  #service_menu.is-open::before {
    height: 100%;
  }
}
#service_menu.is-open .inner {
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 999px) {
  #service_menu.is-open .inner {
    transform: translateY(0);
  }
}
#service_menu.is-open .menu_btn .bottom {
  opacity: 1;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* ヘッダー
--------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  padding: 20px clamp(20px, 1.6vw, 40px) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
}
@media screen and (max-width: 999px) {
  header {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px 10px 0;
    border: solid 1px transparent;
    border-radius: 5px;
    transition: background-color 0.4s ease, border-color 0.4s ease;
  }
}
@media screen and (max-width: 999px) {
  header.is-scrolled {
    background-color: #fff;
    border-color: #C6D9E6;
  }
}
header.is-scrolled .logo_txt {
  color: #0976BC !important;
}
header.is-active .logo_txt {
  color: #0976BC !important;
}
header .a_logo {
  flex-shrink: 0;
  position: relative;
  z-index: 11;
}
header .a_logo .logo {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
header .a_logo .logo .logo_img {
  width: clamp(35px, 2.9vw, 42px);
  aspect-ratio: 1/1;
}
header .a_logo .logo .logo_txt {
  font-size: clamp(1.5rem, 1.2vw, 1.8rem);
  font-weight: 900;
  color: #fff;
  transition: color 0.3s ease-in-out;
}
header #nav_head {
  background-color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(7px, 0.58vw, 10px);
       column-gap: clamp(7px, 0.58vw, 10px);
  padding: clamp(7px, 0.58vw, 10px);
  border: solid 1px #C6D9E6;
  height: clamp(56px, 4.66vw, 62px);
  position: relative;
}
@media screen and (max-width: 999px) {
  header #nav_head {
    position: fixed;
    height: 100%;
    border-radius: 0;
    border: none;
    padding: 106px 5% 100px;
    inset: 0;
    z-index: 10;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: opacity 0.3s ease;
  }
  header #nav_head.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 0;
    left: 0;
    width: 100%;
  }
}
header #nav_head .nav_list {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 1199px) {
  header #nav_head .nav_list {
    -moz-column-gap: clamp(10px, 0.83vw, 20px);
         column-gap: clamp(10px, 0.83vw, 20px);
  }
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list {
    flex-direction: column;
    gap: 0;
  }
}
header #nav_head .nav_list > li {
  position: relative;
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list > li {
    width: 100%;
    border-bottom: solid 1px #C6D9E6;
  }
}
header #nav_head .nav_list > li::after {
  content: "";
  position: absolute;
  background-color: #C6D9E6;
  width: 1px;
  height: 28px;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  header #nav_head .nav_list > li::after {
    right: clamp(-5px, -0.58vw, -10px);
  }
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list > li::after {
    display: none;
  }
}
header #nav_head .nav_list > li:last-child::after {
  display: none;
}
header #nav_head .nav_list > li .link_txt {
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 700;
  color: #0976BC;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 1199px) {
  header #nav_head .nav_list > li .link_txt {
    padding: clamp(7px, 0.7vw, 10px) clamp(10px, 1vw, 20px);
  }
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list > li .link_txt {
    font-size: 1.8rem;
    padding: 24px 10px;
    position: relative;
  }
  header #nav_head .nav_list > li .link_txt::after {
    content: "";
    position: absolute;
    -webkit-mask: var(--arrow) no-repeat center/contain;
    mask: var(--arrow) no-repeat center/contain;
    width: 14px;
    height: 16px;
    background: linear-gradient(to top right, #0065A3, #0982CC);
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 449px) {
  header #nav_head .nav_list > li .link_txt {
    font-size: 1.6rem;
  }
}
header #nav_head .nav_list > li .link_txt:hover {
  background-color: #F4F8FB;
  border-radius: 3px;
}
header #nav_head .nav_list .parent {
  position: static;
}
header #nav_head .nav_list .parent::after {
  display: none;
}
header #nav_head .nav_list .parent li {
  position: static;
}
header #nav_head .nav_list .parent .wrap_link_txt {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding: 10px 20px;
  position: relative;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 1199px) {
  header #nav_head .nav_list .parent .wrap_link_txt {
    padding: clamp(7px, 0.7vw, 10px) clamp(10px, 1vw, 20px);
  }
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list .parent .wrap_link_txt {
    padding: 24px 10px;
  }
}
header #nav_head .nav_list .parent .wrap_link_txt::after {
  content: "";
  position: absolute;
  background-color: #C6D9E6;
  width: 1px;
  height: 28px;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  header #nav_head .nav_list .parent .wrap_link_txt::after {
    right: clamp(-5px, -0.58vw, -10px);
  }
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list .parent .wrap_link_txt::after {
    display: none;
  }
}
header #nav_head .nav_list .parent .wrap_link_txt .parent-title {
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 700;
  color: #0976BC;
}
header #nav_head .nav_list .parent .wrap_link_txt .parent-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list .parent .wrap_link_txt .parent-title {
    font-size: 1.8rem;
    pointer-events: none;
  }
}
@media screen and (max-width: 449px) {
  header #nav_head .nav_list .parent .wrap_link_txt .parent-title {
    font-size: 1.6rem;
  }
}
header #nav_head .nav_list .parent .wrap_link_txt .plus {
  width: 10px;
  height: 10px;
  position: relative;
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list .parent .wrap_link_txt .plus {
    display: none;
  }
}
header #nav_head .nav_list .parent .wrap_link_txt .plus::before, header #nav_head .nav_list .parent .wrap_link_txt .plus::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #0976BC;
  top: 50%;
  left: 0;
  transition: transform 0.3s ease;
}
header #nav_head .nav_list .parent .wrap_link_txt .plus::before {
  transform: translateY(-50%);
}
header #nav_head .nav_list .parent .wrap_link_txt .plus::after {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (min-width: 1000px) {
  header #nav_head .nav_list .parent .wrap_link_txt:hover {
    background-color: #F4F8FB;
    border-radius: 3px;
  }
}
header #nav_head .nav_list .parent .child {
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border: solid 1px #C6D9E6;
  position: absolute;
  top: 77px;
  left: 0;
  padding: clamp(30px, 2.14vw, 40px);
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  header #nav_head .nav_list .parent .child {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list .parent .child {
    position: static;
    opacity: 1;
    pointer-events: auto;
    border: none;
    padding: 0 10px 20px;
    overflow: visible;
  }
}
header #nav_head .nav_list .parent .child::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='842' height='160' viewBox='0 0 842 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M842 0V120.286C541.586 164.791 329.088 158.755 0 159.98V132.314C574.655 121.946 800.773 39.7847 842 0Z' fill='url(%23paint0_linear_3573_4578)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_3573_4578' x1='842' y1='-1.94603e-05' x2='174.376' y2='430.441' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B7E6FE'/%3E%3Cstop offset='1' stop-color='%235AC7FD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 842px;
  height: 160px;
  right: 0;
  bottom: -60px;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list .parent .child::before {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list .parent .child a {
    text-decoration: underline;
  }
}
header #nav_head .nav_list .parent .child .wrap_child {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list .parent .child .wrap_child {
    flex-direction: column;
    row-gap: 20px;
  }
}
header #nav_head .nav_list .parent .child .wrap_child .left .ttl_txt {
  font-size: clamp(3.6rem, 2.5vw, 4.2rem);
  margin-bottom: 20px;
}
header #nav_head .nav_list .parent .child .wrap_child .left .top_link {
  font-weight: 700;
  color: #0976BC;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: color 0.4s ease;
}
header #nav_head .nav_list .parent .child .wrap_child .left .top_link:hover {
  color: #0CA0FF;
}
header #nav_head .nav_list .parent .child .wrap_child .left .top_link:hover .arrow::before {
  opacity: 1;
}
header #nav_head .nav_list .parent .child .wrap_child .right {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1199px) {
  header #nav_head .nav_list .parent .child .wrap_child .right {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list .parent .child .wrap_child .right {
    flex-direction: column;
    row-gap: 20px;
  }
}
header #nav_head .nav_list .parent .child .wrap_child .right .list_child {
  display: grid;
  row-gap: 25px;
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list .parent .child .wrap_child .right .list_child {
    row-gap: 20px;
  }
}
header #nav_head .nav_list .parent .child .wrap_child .right .list_child li::after {
  display: none;
}
header #nav_head .nav_list .parent .child .wrap_child .right .list_child .ttl_txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0976BC;
  padding-left: 18px;
  display: inline-block;
  position: relative;
}
header #nav_head .nav_list .parent .child .wrap_child .right .list_child .ttl_txt::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
}
@media screen and (max-width: 449px) {
  header #nav_head .nav_list .parent .child .wrap_child .right .list_child .ttl_txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 999px) {
  header #nav_head .nav_list .parent .child .wrap_child .right .list_child .ttl_txt br {
    display: none;
  }
}
header #nav_head .nav_list .parent .child .wrap_child .right .list_child .wrap_construction .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
  margin-top: 15px;
}
header #nav_head .nav_list .parent .child .wrap_child .right .list_child .wrap_construction .inner .wrap_list {
  flex-shrink: 0;
  padding-left: 15px;
  border-left: 1px dashed #C6D9E6;
  color: #0976BC;
}
header #nav_head .nav_list .parent .child .wrap_child .right .list_child .wrap_construction .inner .wrap_list .cat_txt {
  font-weight: 700;
  line-height: 1;
  color: #0976BC;
  margin-bottom: 18px;
}
header #nav_head .nav_list .parent .child .wrap_child .right .list_child .wrap_construction .inner .wrap_list ul li {
  line-height: 0;
  margin-bottom: 6px;
}
header #nav_head .nav_list .parent .child .wrap_child .right .list_child .wrap_construction .inner .wrap_list ul li:last-child {
  margin-bottom: 0;
}
header #nav_head .nav_list .parent .child .wrap_child .right .list_child .wrap_construction .inner .wrap_list ul li .const_link {
  font-size: 1.2rem;
  color: #0976BC;
  padding-left: 8px;
  position: relative;
}
header #nav_head .nav_list .parent .child .wrap_child .right .list_child .wrap_construction .inner .wrap_list ul li .const_link::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #0976BC;
  top: 0.58em;
  left: 0;
}
@media screen and (max-width: 449px) {
  header #nav_head .nav_list .parent .child .wrap_child .right .list_child .wrap_construction .inner .wrap_list ul li .const_link {
    font-size: clamp(1rem, 3.12vw, 1.2rem);
  }
}
header #nav_head .nav_list .parent.is-open .plus::after {
  transform: translateY(-50%) rotate(0deg);
}
header #nav_head .nav_list .parent.is-open .child {
  opacity: 1;
  pointer-events: auto;
}
header #nav_head .btn_list {
  display: flex;
  -moz-column-gap: clamp(7px, 0.58vw, 10px);
       column-gap: clamp(7px, 0.58vw, 10px);
  height: 100%;
}
@media screen and (max-width: 999px) {
  header #nav_head .btn_list {
    flex-direction: column;
    row-gap: 10px;
    height: auto;
    margin-top: 30px;
  }
}
header #nav_head .btn_list li {
  width: 100%;
}
header #nav_head .btn_list li .h_btn {
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 700;
  width: clamp(100px, 8.3vw, 120px);
  height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  transition: color 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  header #nav_head .btn_list li .h_btn {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  header #nav_head .btn_list li .h_btn .icon {
    width: 24px;
    height: 24px;
  }
}
header #nav_head .btn_list li .h_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 3px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease, box-shadow 0.4s ease;
}
header #nav_head .btn_list li .h_btn.download {
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
}
header #nav_head .btn_list li .h_btn.contact {
  background: linear-gradient(to top right, #0065A3, #0982CC);
}
@media screen and (max-width: 999px) {
  header #nav_head .btn_list li .h_btn {
    width: 100%;
    height: 70px;
  }
}
@media screen and (min-width: 1000px) {
  header #nav_head .btn_list li .h_btn:hover {
    color: #0CA0FF;
  }
  header #nav_head .btn_list li .h_btn:hover::before {
    box-shadow: inset 0 0 0 1px #0CA0FF;
    opacity: 1;
  }
  header #nav_head .btn_list li .h_btn:hover.contact {
    color: #0976BC;
  }
  header #nav_head .btn_list li .h_btn:hover.contact::before {
    box-shadow: inset 0 0 0 1px #0976BC;
  }
}
header #nav_head .wrap_link {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
header #nav_head .wrap_link a {
  line-height: 1;
}
header #nav_head .wrap_link .insta_icon {
  margin-right: 15px;
}
header #nav_head .wrap_link .line {
  width: 1px;
  height: 24px;
  background-color: #C6D9E6;
}
header #nav_head .wrap_link .policy_link {
  font-size: 1.2rem;
  margin-left: 15px;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 999px) {
  .hamburger {
    display: grid;
    place-items: center;
    align-content: center;
    width: 46px;
    aspect-ratio: 1/1;
    background: linear-gradient(to top right, #0065A3, #0982CC);
    cursor: pointer;
    z-index: 1001;
  }
  .hamburger span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s ease;
    grid-area: 1/1;
  }
  .hamburger span:nth-child(1) {
    transform: translateY(-4px);
  }
  .hamburger span:nth-child(2) {
    transform: translateY(4px);
  }
  .hamburger.is-active span:nth-child(1) {
    transform: rotate(20deg);
  }
  .hamburger.is-active span:nth-child(2) {
    transform: rotate(-20deg);
  }
}

.nav_list .link_txt {
  position: relative;
}
.nav_list .link_txt .new-mark {
  position: absolute;
  top: clamp(0px, -0.2vw, -2px);
  right: clamp(0px, 1vw, 6px);
  color: #E43B7F;
  font-size: clamp(7px, 0.8vw, 8px);
  padding: 1px 4px;
  border: solid 1px #E43B7F;
  border-radius: 1px;
}
@media screen and (max-width: 999px) {
  .nav_list .link_txt .new-mark {
    left: 90px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 449px) {
  .nav_list .link_txt .new-mark {
    left: 80px;
  }
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* お問い合わせ
--------------------------------------------------*/
#contact {
  background-color: #E9F1F6;
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  #contact {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    padding-bottom: 20px;
  }
}
#contact .wrap_contact {
  text-align: center;
}
#contact .wrap_contact .wrap_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 999px) {
  #contact .wrap_contact .wrap_ttl {
    margin-bottom: 40px;
  }
}
#contact .wrap_contact .wrap_ttl .sec_ttl {
  margin-bottom: 10px;
}
#contact .wrap_contact .txt {
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  #contact .wrap_contact .txt {
    font-size: 1.6rem;
  }
}
#contact .wrap_contact .wrap_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media screen and (max-width: 999px) {
  #contact .wrap_contact .wrap_btn {
    flex-direction: column;
    row-gap: 15px;
  }
}
#contact .wrap_contact .wrap_btn .btn {
  font-size: clamp(2.4rem, 2.4vw, 2.8rem);
  width: 100%;
  max-width: 530px;
  padding: 12px 12px 12px 40px;
}
@media screen and (max-width: 999px) {
  #contact .wrap_contact .wrap_btn .btn {
    font-size: clamp(2rem, 5.12vw, 2.4rem);
    padding: 10px 10px 10px 30px;
  }
}
#contact .wrap_contact .wrap_btn .btn .arrow {
  width: 100px;
}
@media screen and (max-width: 999px) {
  #contact .wrap_contact .wrap_btn .btn .arrow {
    width: 66px;
  }
}
#contact .wrap_contact .wrap_btn .btn .arrow::after {
  width: 25px;
  height: 29px;
}
@media screen and (max-width: 999px) {
  #contact .wrap_contact .wrap_btn .btn .arrow::after {
    width: 16px;
    height: 19px;
  }
}

/* フッター
--------------------------------------------------*/
footer {
  overflow: hidden;
  position: relative;
}
footer .footer_shape {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
  fill: #fff;
}
footer .wrap_footer {
  position: relative;
  z-index: 1;
  background: linear-gradient(to top right, #012A44, #00579A);
}
footer .wrap_footer::before {
  content: "";
  position: absolute;
  width: 60vw;
  height: 60vw;
  background-image: url(../img/common/footer_blur.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -24.64vw;
  top: -17.71vw;
  -webkit-mask-image: radial-gradient(circle, #000 40%, transparent 70%);
  mask-image: radial-gradient(circle, #000 40%, transparent 70%);
  z-index: 1;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  footer .wrap_footer::before {
    width: 110vw;
    height: 110vw;
  }
}
footer .wrap_footer .footer_top_inner {
  padding-top: 22.85vw;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  footer .wrap_footer .footer_top_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  footer .wrap_footer .footer_top_inner {
    padding-top: 41.02vw;
  }
}
footer .wrap_footer .footer_top_inner .left .company_name {
  font-size: clamp(2.6rem, 2.6vw, 3rem);
  font-weight: 700;
  display: inline-block;
  margin-bottom: 40px;
}
footer .wrap_footer .footer_top_inner .left .address_list {
  display: grid;
  grid-template-columns: auto;
  row-gap: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  footer .wrap_footer .footer_top_inner .left .address_list {
    grid-template-columns: repeat(2, auto);
    justify-content: start;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media screen and (max-width: 559px) {
  footer .wrap_footer .footer_top_inner .left .address_list {
    grid-template-columns: auto;
  }
}
footer .wrap_footer .footer_top_inner .left .address_list .item {
  padding: 6px 0 6px 18px;
  border-left: 1px dashed rgba(255, 255, 255, 0.6);
}
footer .wrap_footer .footer_top_inner .left .address_list .item .name {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}
footer .wrap_footer .footer_top_inner .left .address_list .item .address, footer .wrap_footer .footer_top_inner .left .address_list .item .map_link {
  font-size: 1.4rem;
  line-height: 1.4;
}
footer .wrap_footer .footer_top_inner .left .address_list .item .map_link {
  text-decoration: underline;
}
footer .wrap_footer .footer_top_inner .left .ec_banner {
  display: block;
  width: clamp(300px, 30vw, 340px);
  height: auto;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  footer .wrap_footer .footer_top_inner .left .ec_banner {
    width: 100%;
  }
}
footer .wrap_footer .footer_top_inner .left .ec_banner img {
  width: 100%;
}
footer .wrap_footer .footer_top_inner .left .ec_banner:hover {
  all: unset;
}
footer .wrap_footer .footer_top_inner .right .wrap_footer_nav {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4.57vw;
       column-gap: 4.57vw;
  row-gap: 28px;
}
footer .wrap_footer .footer_top_inner .right .wrap_footer_nav .footer_nav_list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
footer .wrap_footer .footer_top_inner .right .wrap_footer_nav .footer_nav_list a {
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  color: #fff;
}
footer .wrap_footer .footer_top_inner .right .wrap_footer_nav .wrap_child {
  row-gap: 30px;
}
footer .wrap_footer .footer_top_inner .right .wrap_footer_nav .wrap_child .list_child {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  padding-left: 10px;
}
footer .wrap_footer .footer_top_inner .right .wrap_footer_nav .wrap_child .list_child .ttl_txt {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  padding-left: calc(clamp(8px, 0.8vw, 10px) + 8px);
  position: relative;
}
footer .wrap_footer .footer_top_inner .right .wrap_footer_nav .wrap_child .list_child .ttl_txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(8px, 0.8vw, 10px);
  height: clamp(8px, 0.8vw, 10px);
  border-radius: 1px;
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
}
footer .wrap_footer .footer_top_inner .right .wrap_footer_nav .wrap_child .list_child .wrap_construction .const_inner {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 15px;
}
footer .wrap_footer .footer_top_inner .right .wrap_footer_nav .wrap_child .list_child .wrap_construction .const_inner .wrap_list {
  flex-shrink: 0;
  padding-left: 18px;
  border-left: 1px dashed rgba(255, 255, 255, 0.6);
}
footer .wrap_footer .footer_top_inner .right .wrap_footer_nav .wrap_child .list_child .wrap_construction .const_inner .wrap_list .cat_txt {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
  color: #fff;
}
footer .wrap_footer .footer_top_inner .right .wrap_footer_nav .wrap_child .list_child .wrap_construction .const_inner .wrap_list ul li {
  line-height: 0;
  margin-bottom: 6px;
}
footer .wrap_footer .footer_top_inner .right .wrap_footer_nav .wrap_child .list_child .wrap_construction .const_inner .wrap_list ul li:last-child {
  margin-bottom: 0;
}
footer .wrap_footer .footer_top_inner .right .wrap_footer_nav .wrap_child .list_child .wrap_construction .const_inner .wrap_list ul li .const_link {
  font-size: 1.2rem;
  color: #fff;
  padding-left: 8px;
  position: relative;
}
footer .wrap_footer .footer_top_inner .right .wrap_footer_nav .wrap_child .list_child .wrap_construction .const_inner .wrap_list ul li .const_link::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #fff;
  top: 0.58em;
  left: 0;
}
footer .wrap_footer .footer_bottom_inner {
  margin-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  footer .wrap_footer .footer_bottom_inner {
    padding-bottom: min(51.28vw, 300px);
  }
}
footer .wrap_footer .footer_bottom_inner .wrap_link {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  footer .wrap_footer .footer_bottom_inner .wrap_link {
    display: none;
  }
}
footer .wrap_footer .footer_bottom_inner .wrap_link a {
  line-height: 1;
}
footer .wrap_footer .footer_bottom_inner .wrap_link .insta_icon {
  margin-right: 20px;
}
footer .wrap_footer .footer_bottom_inner .wrap_link .line {
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.6);
}
footer .wrap_footer .footer_bottom_inner .wrap_link .policy_link {
  font-size: 1.2rem;
  margin-left: 20px;
}
footer .wrap_footer .footer_bottom_inner .copy {
  font-size: 1.2rem;
}
footer .wrap_footer .back_txt {
  position: absolute;
  bottom: 0;
  right: -1.8%;
  z-index: 1;
  font-size: clamp(11rem, 11vw, 23rem);
  color: rgba(255, 255, 255, 0.4);
  mix-blend-mode: overlay;
  transform: rotate(-10deg) skewX(-15deg);
}
@media screen and (max-width: 768px) {
  footer .wrap_footer .back_txt {
    right: auto;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%) rotate(-10deg) skewX(-15deg);
    font-size: 20.31vw;
    white-space: nowrap;
  }
}

/* 流用パーツ
--------------------------------------------------*/
.pc-view {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .pc-view {
    display: block !important;
  }
}

.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-view {
    display: none !important;
  }
}

.lg-view {
  display: block;
}
@media screen and (min-width: 1000px) {
  .lg-view {
    display: none !important;
  }
}

.lg-none {
  display: block;
}
@media screen and (max-width: 999px) {
  .lg-none {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  br.tab {
    display: none;
  }
}
br.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  br.pc-view {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  br.pc-view.blank {
    display: none;
  }
}
br.xl-view {
  display: block;
}
@media screen and (min-width: 1200px) {
  br.xl-view {
    display: none;
  }
}
br.lg-view {
  display: block;
}
@media screen and (min-width: 1000px) {
  br.lg-view {
    display: none;
  }
}
br.lg-none {
  display: none;
}
@media screen and (min-width: 1000px) {
  br.lg-none {
    display: block;
  }
}
br.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  br.sp-view {
    display: none;
  }
}
br.sp-none {
  display: none;
}
@media screen and (min-width: 769px) {
  br.sp-none {
    display: block;
  }
}
br.sm-view {
  display: none;
}
@media screen and (max-width: 449px) {
  br.sm-view {
    display: block;
  }
}

span {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.x50 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 50%;
}

.x60 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 60%;
}

.x66 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 66.66%;
}

.x70 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 70%;
}

.x75 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 75%;
}

.x80 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 80%;
}

.x90 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 90%;
}

.x40 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 40%;
}

.x120 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 120%;
}

.x130 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 130%;
}

.x140 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 140%;
}

.x150 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 150%;
}

.mb0 {
  margin-bottom: 0;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.pt100 {
  padding-top: 100px;
}

.w90p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w90p {
    width: 90%;
  }
}

.w1000 {
  width: 75%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w1000 {
    width: 90%;
  }
}

.w1200 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w1200 {
    width: 90%;
  }
}

.w1400 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w1400 {
    width: 90%;
  }
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 共通パーツ
--------------------------------------------------*/
.br3 {
  border-radius: 3px;
}

.br5 {
  border-radius: 5px;
}

.t-blue {
  color: #0976BC;
}

.t-llghtblue {
  color: #0CA0FF;
}

.t-white {
  color: #fff;
}

.t-grad_blue {
  background: linear-gradient(to top right, #0065A3, #0982CC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.t-grad_lightblue {
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.b-grad_blue {
  background: linear-gradient(to top right, #0065A3, #0982CC);
}

.b-grad_lightblue {
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
}

.b-backcolor {
  background-color: #E9F1F6;
}

.en_ttl {
  font-size: clamp(7.2rem, 6vw, 8.6rem);
}
@media screen and (max-width: 768px) {
  .en_ttl {
    font-size: clamp(5rem, 1.28vw, 7.2rem);
  }
}

.sec_ttl {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 23px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec_ttl {
    font-size: 1.4rem;
    padding-left: 18px;
  }
}
.sec_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 1px;
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
}
@media screen and (max-width: 999px) {
  .sec_ttl::before {
    width: 12px;
    height: 12px;
  }
}

.center_sec_ttl {
  font-size: clamp(2.8rem, 2.8vw, 3.2rem);
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .center_sec_ttl {
    font-size: clamp(2.4rem, 6.15vw, 2.8rem);
    margin-bottom: 30px;
  }
}

.arrow {
  aspect-ratio: 1/1;
  display: grid !important;
  place-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.4s ease;
  flex-shrink: 0;
}
.arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, #40B4FF, #0CA0FF);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}
.arrow::after {
  content: "";
  position: absolute;
  background: var(--arrow) no-repeat center/contain;
}
.arrow.arrow_36 {
  width: 36px;
}
@media screen and (max-width: 768px) {
  .arrow.arrow_36 {
    width: 30px;
  }
}
.arrow.arrow_36::after {
  width: 9px;
  height: 11px;
}
@media screen and (max-width: 768px) {
  .arrow.arrow_36::after {
    width: 8px;
    height: 9px;
  }
}
.arrow.arrow_30 {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .arrow.arrow_30 {
    width: 24px;
  }
}
.arrow.arrow_30::after {
  width: 8px;
  height: 9px;
}
@media screen and (max-width: 768px) {
  .arrow.arrow_30::after {
    width: 7px;
    height: 8px;
  }
}
.arrow.arrow_24 {
  width: 24px;
}
.arrow.arrow_24::after {
  width: 7px;
  height: 8px;
}

.sub_arrow {
  background-color: #0976BC;
  width: 10px;
  height: 10px;
  -webkit-mask: var(--sub-arrow) no-repeat center/contain;
  mask: var(--sub-arrow) no-repeat center/contain;
}

.btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  width: 340px;
  background-color: #fff;
  padding: 10px 10px 10px 30px;
  border: solid 1px #C6D9E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: clamp(1.6rem, 4.1vw, 1.8rem);
    width: 100%;
    max-width: 350px;
    padding: 8px 8px 8px 30px;
  }
}
@media screen and (max-width: 449px) {
  .btn {
    max-width: 100%;
  }
}
.btn .arrow {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .btn .arrow {
    width: 54px;
  }
}
.btn .arrow::after {
  width: 14px;
  height: 16px;
}
.btn:hover {
  color: #0CA0FF;
}
.btn:hover .arrow::before {
  opacity: 1;
}

.small_btn {
  font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  width: 250px;
  padding: 7px 7px 7px 20px;
}
.small_btn .arrow {
  width: 44px;
}
.small_btn .arrow::after {
  width: 10px;
  height: 12px;
}

.opacity_link {
  transition: opacity 0.4s ease;
}
.opacity_link:hover {
  opacity: 0.6;
}

body.logo-blue .logo_txt {
  color: #0976BC !important;
}

/*.dashed-line {
    position: relative;

    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: t.$blue; 
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='0' x2='100%25' y2='0' stroke='black' stroke-width='1' stroke-dasharray='1.5, 1.5'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='0' x2='100%25' y2='0' stroke='black' stroke-width='1' stroke-dasharray='1.5, 1.5'/%3E%3C/svg%3E");
    }
}*/
.fadeup {
  opacity: 0;
  translate: 0 15px;
}
.fadeup.is-visible {
  animation: catchFadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes catchFadeUp {
  0% {
    opacity: 0;
    translate: 0 15px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}/*# sourceMappingURL=style.css.map */