@charset "UTF-8";
html,
body {
  overflow-x: hidden;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

/* 背景はスクロール禁止 */
html.menu-open,
body.menu-open {
  overflow: hidden;
  height: 100%;
}

/* SPメニュー本体 */
.globalMenuSp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh; /* iOS対応 */
  overflow-y: auto; /* ★ 中身だけスクロール可 */
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
}

/* トップへ戻るボタン非表示 */
html.menu-open .back-to-top {
  display: none;
}

/*-----------
hdr_main
------------*/
.hdr_main {
  position: fixed;
  width: 100%;
  height: 185px;
  z-index: 9999;
}
@media (max-width: 1170px) {
  .hdr_main {
    height: 106px;
  }
}
.hdr_main .hdr_wrap1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
@media (max-width: 1170px) {
  .hdr_main .hdr_wrap1 {
    height: 58px;
  }
}
.hdr_main .hdr_wrap1 .left {
  width: 550px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .hdr_main .hdr_wrap1 .left {
    width: 430px;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .hdr_main .hdr_wrap1 .left {
    width: 137px;
  }
}
.hdr_main .hdr_wrap1 .left a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .hdr_main .hdr_wrap1 .left a {
    gap: 24px;
  }
}
.hdr_main .hdr_wrap1 .left a:hover {
  opacity: 0.7;
}
.hdr_main .hdr_wrap1 .left a .logo {
  width: 158px;
  height: 33px;
}
@media (max-width: 768px) {
  .hdr_main .hdr_wrap1 .left a .logo {
    width: 130px;
    height: 27px;
  }
}
@media (max-width: 480px) {
  .hdr_main .hdr_wrap1 .left a .logo {
    width: 100px;
    height: 21px;
  }
}
.hdr_main .hdr_wrap1 .left a .logo img {
  width: 100%;
}
.hdr_main .hdr_wrap1 .left a h1.ttl {
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .hdr_main .hdr_wrap1 .left a h1.ttl {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .hdr_main .hdr_wrap1 .left a h1.ttl {
    display: none;
  }
}
.hdr_main .hdr_wrap1 .left a h1.ttl span {
  position: relative;
  font-weight: 500;
  padding-right: 28px;
}
@media (max-width: 768px) {
  .hdr_main .hdr_wrap1 .left a h1.ttl span {
    padding-right: 20px;
  }
}
.hdr_main .hdr_wrap1 .left a h1.ttl span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 2px;
  height: 13px;
  content: "";
  background: #00bac6;
}
@media (max-width: 768px) {
  .hdr_main .hdr_wrap1 .left a h1.ttl span:after {
    right: 10px;
  }
}
.hdr_main .hdr_wrap1 .right.pc_only {
  display: flex;
  align-items: center;
  gap: 37px;
  /* 反転グラデーションを後ろに敷く */
  /* コンテンツは最前面に固定（透けない） */
  /* hoverで背景だけ変わる */
}
@media (max-width: 1170px) {
  .hdr_main .hdr_wrap1 .right.pc_only {
    display: none;
  }
}
.hdr_main .hdr_wrap1 .right.pc_only nav ul {
  display: flex;
  gap: 37px;
}
.hdr_main .hdr_wrap1 .right.pc_only nav ul li a {
  transition: all 0.4s;
}
.hdr_main .hdr_wrap1 .right.pc_only nav ul li a:hover {
  opacity: 0.7;
}
.hdr_main .hdr_wrap1 .right.pc_only .request_wrap {
  display: flex;
}
.hdr_main .hdr_wrap1 .right.pc_only .request_wrap .request_b.b1 {
  position: relative;
  width: 113px;
  height: 90px;
  overflow: hidden;
  background: #0097A0;
  border: 1px solid #0097A0;
  transition: 0.4s;
}
.hdr_main .hdr_wrap1 .right.pc_only .request_wrap .request_b.b1:hover {
  background: #fff;
}
.hdr_main .hdr_wrap1 .right.pc_only .request_wrap .request_b.b1:hover a .request_i.i1 img.on_hover {
  opacity: 1 !important;
}
.hdr_main .hdr_wrap1 .right.pc_only .request_wrap .request_b.b1:hover a .txt {
  color: #0097A0;
}
.hdr_main .hdr_wrap1 .right.pc_only .request_wrap .request_b.b2 {
  position: relative;
  width: 113px;
  height: 90px;
  overflow: hidden;
  background: linear-gradient(57.61deg, #1fe543 0%, #00b9f2 70%);
}
.hdr_main .hdr_wrap1 .right.pc_only .request_b.b2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1; /* 背景層 */
  background: linear-gradient(57.61deg, #00b9f2 0%, #1fe543 70%);
  opacity: 0;
  transition: opacity 0.45s ease;
}
.hdr_main .hdr_wrap1 .right.pc_only .request_b a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10 !important; /* ← 絶対に疑似要素より上にする */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hdr_main .hdr_wrap1 .right.pc_only .request_i.i1 {
  position: relative;
  width: 24px;
  margin: 0 auto;
}
.hdr_main .hdr_wrap1 .right.pc_only .request_i.i2 {
  width: 34px;
  margin: 0 auto;
}
.hdr_main .hdr_wrap1 .right.pc_only .request_i img {
  width: 100%;
}
.hdr_main .hdr_wrap1 .right.pc_only .request_i.i1 img {
  width: 100%;
}
.hdr_main .hdr_wrap1 .right.pc_only .request_i.i1 img.on_hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.hdr_main .hdr_wrap1 .right.pc_only .txt {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
  transition: 0.4s;
}
.hdr_main .hdr_wrap1 .right.pc_only .request_b.b2:hover::before {
  opacity: 1;
}
.hdr_main .hdr_wrap1 .right.sp_only {
  display: none;
  /*　ハンバーガーボタン　*/
  /* ナビ開いてる時のボタン */
  /* このクラスを、jQueryで付与・削除する */
}
@media (max-width: 1170px) {
  .hdr_main .hdr_wrap1 .right.sp_only {
    display: block;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only .hamburger {
  display: block;
  position: fixed;
  z-index: 9999;
  right: 3px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 480px) {
  .hdr_main .hdr_wrap1 .right.sp_only .hamburger {
    top: 8px;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only .hamburger span {
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  left: 6px;
  background: #4d4d4d;
  transition: 0.3s ease-in-out;
  border-radius: 9999px;
}
.hdr_main .hdr_wrap1 .right.sp_only .hamburger span:nth-child(1) {
  top: 13px;
}
.hdr_main .hdr_wrap1 .right.sp_only .hamburger span:nth-child(2) {
  top: 20px;
}
.hdr_main .hdr_wrap1 .right.sp_only .hamburger span:nth-child(3) {
  top: 27px;
}
.hdr_main .hdr_wrap1 .right.sp_only .hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #4d4d4d;
  transform: rotate(-45deg);
}
.hdr_main .hdr_wrap1 .right.sp_only .hamburger.active span:nth-child(2),
.hdr_main .hdr_wrap1 .right.sp_only .hamburger.active span:nth-child(3) {
  top: 16px;
  background: #4d4d4d;
  transform: rotate(45deg);
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  padding: 80px 0 270px;
}
@media (max-width: 420px) {
  .hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp {
    padding: 80px 0;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner {
  width: 360px;
  margin: 0 auto;
  /* 反転グラデーションを後ろに敷く */
  /* コンテンツは最前面に固定（透けない） */
  /* hoverで背景だけ変わる */
}
@media (max-width: 420px) {
  .hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner {
    width: calc(100% - 40px);
  }
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .g_menu_logo {
  width: 130px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .g_menu_logo img {
  width: 100%;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner h2.ttl {
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  color: #000;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner h2.ttl span {
  position: relative;
  font-weight: 500;
  padding-right: 28px;
  color: #000;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner h2.ttl span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 2px;
  height: 13px;
  content: "";
  background: #00BAC6;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_wrap .request_sp_b.b1 {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
  background: #0097A0;
  border: 1px solid #0097A0;
  margin-top: 20px;
  transition: 0.4s;
}
@media (max-width: 420px) {
  .hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_wrap .request_sp_b.b1 {
    width: 300px;
    height: 60px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_wrap .request_sp_b.b1:hover {
  background: #fff;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_wrap .request_sp_b.b1:hover a .request_sp_i.i1 img.on_hover {
  opacity: 1 !important;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_wrap .request_sp_b.b1:hover a .txt {
  color: #0097A0;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_wrap .request_sp_b.b2 {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
  background: linear-gradient(57.61deg, #1fe543 0%, #00b9f2 70%);
  margin-top: 20px;
}
@media (max-width: 420px) {
  .hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_wrap .request_sp_b.b2 {
    width: 300px;
    height: 60px;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_b.b2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1; /* 背景層 */
  background: linear-gradient(57.61deg, #00b9f2 0%, #1fe543 70%);
  opacity: 0;
  transition: opacity 0.45s ease;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_b a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10 !important; /* ← 絶対に疑似要素より上にする */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 420px) {
  .hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_b a {
    gap: 0;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_i.i1 {
  width: 24px;
  position: relative;
  top: 3px;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_i.i2 {
  width: 34px;
  position: relative;
  top: 3px;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_i img {
  width: 100%;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_i.i1 img.on_hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .txt {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1.35;
  transition: 0.4s;
}
@media (max-width: 420px) {
  .hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .txt {
    font-size: 12px;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .request_sp_b.b2:hover::before {
  opacity: 1;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .g_navi_sns_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 420px) {
  .hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .g_navi_sns_wrap {
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
    gap: 27px;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .g_navi_sns_wrap .sns_i {
  width: 30px;
  flex: 0 0 30px;
}
@media (max-width: 420px) {
  .hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .g_navi_sns_wrap .sns_i {
    width: 27px;
    flex: 0 0 27px;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .g_navi_sns_wrap .sns_i a {
  transition: all 0.4s;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .g_navi_sns_wrap .sns_i a:hover {
  opacity: 0.7;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp .g_inner .g_navi_sns_wrap .sns_i a img {
  width: 100%;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block1 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block1:last-of-type li {
  margin-bottom: 0;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block1 li.g_navi_wrap_menu {
  width: 360px;
  height: 35px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  background: #00bac6;
  font-weight: bold;
}
@media (max-width: 420px) {
  .hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block1 li.g_navi_wrap_menu {
    width: 300px;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block1 li.g_navi_wrap_menu a {
  display: flex;
  justify-content: center;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block1 li.g_navi_wrap_menu a .g_navi_wrap_i {
  width: 27px;
  height: 35px;
  background: #00868e;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block1 li.g_navi_wrap_menu a .g_navi_wrap_i .g_navi_wrap_i_img {
  position: relative;
  top: 2px;
  width: 16px;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block1 li.g_navi_wrap_menu a .g_navi_wrap_i .g_navi_wrap_i_img img {
  width: 100%;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block1 li.g_navi_wrap_menu a .g_navi_wrap_i.i2 {
  background: #FBCC3B;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block1 li.g_navi_wrap_menu a .g_navi_wrap_i.i3 {
  background: #DE5451;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block1 li.g_navi_wrap_menu a .g_navi_wrap_i.i4 {
  background: #2B7AC8;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block1 li.g_navi_wrap_menu a .g_navi_wrap_txt {
  width: 333px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  background: #00bac6;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 420px) {
  .hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block1 li.g_navi_wrap_menu a .g_navi_wrap_txt {
    width: 273px;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block1 li:last-child {
  padding-bottom: 0;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block2 {
  width: 360px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 420px) {
  .hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block2 {
    width: 300px;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block2 li.left {
  width: 158px;
  flex: 0 0 158px;
}
@media (max-width: 420px) {
  .hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block2 li.left {
    width: 100px;
    flex: 0 0 100px;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block2 li.left a {
  display: block;
  text-align: left;
  font-weight: 500;
  color: #000;
  padding: 11px 0;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block2 ul.right_b {
  width: 242px;
}
@media (max-width: 420px) {
  .hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block2 ul.right_b {
    width: 200px;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block2 ul.right_b li a {
  display: block;
  text-align: left;
  font-weight: 500;
  color: #000;
  padding: 10px 0;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block2 ul.right_b li.on_after:after {
  display: block;
  background: #00BAC6;
  width: 100%;
  height: 2px;
  content: "";
}
.hdr_main .hdr_wrap1 .right.sp_only .on_border {
  border-bottom: 2px solid #00BAC6;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block3 {
  margin-bottom: 30px;
}
@media (max-width: 420px) {
  .hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block3 {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp ul.menu_block3 li a {
  padding: 10px 0;
  display: block;
  text-align: left;
  color: #000;
}
.hdr_main .hdr_wrap1 .right.sp_only nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}
.hdr_main .hdr_wrap2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00bac6;
}
@media (max-width: 1055px) {
  .hdr_main .hdr_wrap2 {
    display: none;
  }
}
.hdr_main .hdr_wrap2 .h_wrap2_b a {
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.hdr_main .hdr_wrap2 .h_wrap2_b a:hover {
  opacity: 0.7;
}
.hdr_main .hdr_wrap2 .h_wrap2_b a .h_wrap2_i {
  width: 27px;
  height: 40px;
  background: #00868e;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.hdr_main .hdr_wrap2 .h_wrap2_b a .h_wrap2_i .h_wrap2_i_img {
  position: relative;
  top: 2px;
  width: 16px;
}
.hdr_main .hdr_wrap2 .h_wrap2_b a .h_wrap2_i .h_wrap2_i_img img {
  width: 100%;
}
.hdr_main .hdr_wrap2 .h_wrap2_b a .h_wrap2_i.i2 {
  background: #fbcc3b;
}
.hdr_main .hdr_wrap2 .h_wrap2_b a .h_wrap2_i.i3 {
  background: #de5451;
}
.hdr_main .hdr_wrap2 .h_wrap2_b a .h_wrap2_i.i4 {
  background: #2b7ac8;
}
.hdr_main .hdr_wrap2 .h_wrap2_b a .h_wrap2_txt {
  width: 329px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  background: #00bac6;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .hdr_main .hdr_wrap2 .h_wrap2_b a .h_wrap2_txt {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 1320px) {
  .hdr_main .hdr_wrap2 .h_wrap2_b a .h_wrap2_txt {
    padding: 0 28px;
    font-size: 13px;
  }
}
.hdr_main .caution_cat_wrap {
  background: #e0f7f8;
  width: 100%;
  height: 48px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 1055px) {
  .hdr_main .caution_cat_wrap {
    height: auto;
    padding: 10px 20px;
    justify-content: flex-start;
    overflow-x: scroll;
  }
}
.hdr_main .caution_cat_wrap .c_cat_txt {
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 1055px) {
  .hdr_main .caution_cat_wrap .c_cat_txt {
    flex-shrink: 0;
  }
}
.hdr_main .caution_cat_wrap .c_cat_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1055px) {
  .hdr_main .caution_cat_wrap .c_cat_wrap {
    overflow-x: auto;
    white-space: nowrap;
    flex-shrink: 0;
    -webkit-overflow-scrolling: touch;
  }
}
.hdr_main .caution_cat_wrap .c_cat_wrap a {
  background: #fff;
  border: 2px solid #00bac6;
  border-radius: 4px;
  display: block;
  padding: 0 6px;
  font-size: 14px;
  transition: all 0.4s;
  color: #4D4D4D;
}
@media (max-width: 1055px) {
  .hdr_main .caution_cat_wrap .c_cat_wrap a {
    display: inline-block;
  }
}
.hdr_main .caution_cat_wrap .c_cat_wrap a:hover {
  opacity: 0.7;
}

.search-area {
  position: relative;
  transition: 0.4s;
}
.search-area .s_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.search-area .s_wrap .search_i {
  position: relative;
  top: 2px;
  width: 21px;
  flex: 21px;
}
.search-area .s_wrap .search_i img {
  width: 100%;
}
.search-area .s_wrap .search_txt {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

/* ----- 探すボタン ----- */
.search-toggle-btn {
  background: #000;
  color: #fff;
  padding: 4px 15px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
}

/* ----- 検索フォーム ----- */
.search-form {
  background: #4CCFD7;
  display: flex;
  align-items: center;
  width: 640px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  padding: 55px 60px;
  height: 48px;
  position: absolute;
  top: 61px;
  right: -263px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

/* フォームが表示される状態 */
.search-form.open {
  width: 640px;
  opacity: 1;
  visibility: visible;
}

/* 入力欄 */
.search-field {
  width: 500px;
  height: 50px;
  border-radius: 9999px;
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 0 30px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.search-field::-moz-placeholder {
  position: relative;
  top: 2px;
}

.search-field:-ms-input-placeholder {
  position: relative;
  top: 2px;
}

.search-field::placeholder {
  position: relative;
  top: 2px;
}

/* 送信ボタン */
.search-submit {
  position: relative;
  right: 55px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* ----- 検索フォーム（sp時） ----- */
.sp-search-form {
  background: #4CCFD7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  overflow: hidden;
  transition: 0.4s ease;
  gap: 0px;
  padding: 20px 0px;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  position: relative;
}
@media (max-width: 420px) {
  .sp-search-form {
    width: 300px;
    padding: 10px 0;
  }
}

/* フォームが表示される状態 */
/* 入力欄 */
.sp-search-field {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 9999px;
  border: none;
  outline: none;
  display: block;
  width: 330px;
  height: 40px;
  padding: 0 20px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 420px) {
  .sp-search-field {
    width: 270px;
  }
}

/* 送信ボタン */
.sp-search-submit {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: 31px;
  width: 26px;
  padding: 0;
  top: 26px;
}
@media (max-width: 420px) {
  .sp-search-submit {
    top: 16px;
  }
}

.more_btn {
  width: 240px;
  height: 60px;
  border: 2px solid #00bac6;
  margin: 0 auto;
  border-radius: 6px;
  background: #fff;
  transition: 0.4s;
}
@media (max-width: 800px) {
  .more_btn {
    width: 210px;
    height: 50px;
  }
}
.more_btn:hover {
  background: #00bac6;
}
.more_btn:hover a {
  color: #fff;
}
.more_btn:hover a span {
  color: #fff;
}
.more_btn:hover a:after {
  width: 19px;
  height: 18px;
  background-image: url(../img/btn-on-arrow.png);
  transform: translate(5px);
}
.more_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 500;
  padding-right: 10px;
  letter-spacing: 0.15em;
}
.more_btn a span {
  color: #00bac6;
  font-weight: 500;
}
.more_btn a:after {
  position: absolute;
  background-image: url(../img/btn-off-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 20px;
  right: 10px;
  width: 18px;
  height: 18px;
  content: "";
  transition: 0.4s;
}
@media (max-width: 800px) {
  .more_btn a:after {
    top: 15px;
  }
}

.contact_btn {
  width: 500px;
  height: 80px;
  margin: 0 auto;
  border-radius: 6px;
  background: #00bac6;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .contact_btn {
    width: 358px;
    height: 60px;
    border-radius: 8px;
  }
}
@media (max-width: 590px) {
  .contact_btn {
    width: 100%;
  }
}
.contact_btn:hover {
  background: #DE5451;
}
.contact_btn:hover a {
  color: #fff;
}
.contact_btn:hover a span {
  color: #fff;
}
.contact_btn:hover a:after {
  background-image: url(../img/btn-on2-arrow.png);
  transform: translate(7px);
}
.contact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 500;
  padding-right: 18px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 18px;
}
.contact_btn a span {
  color: #00bac6;
  font-weight: 500;
}
.contact_btn a:after {
  position: absolute;
  background-image: url(../img/btn-off2-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 30px;
  right: 18px;
  width: 18px;
  height: 18px;
  content: "";
  transition: 0.4s;
  border-radius: 9999px;
}
@media (max-width: 768px) {
  .contact_btn a:after {
    top: 20px;
  }
}

.ftr_main {
  padding: 32px 0;
  background: #4d4d4d;
}
@media (max-width: 850px) {
  .ftr_main {
    padding: 22px 0 18px;
  }
}
@media (max-width: 480px) {
  .ftr_main {
    padding: 20px 0 16px;
  }
}
.ftr_main .inner {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 845px) {
  .ftr_main .inner {
    width: calc(100% - 90px);
  }
}
@media (max-width: 480px) {
  .ftr_main .inner {
    width: calc(100% - 40px);
  }
}
.ftr_main .inner nav:after {
  display: block;
  margin: 16px auto;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
}
@media (max-width: 480px) {
  .ftr_main .inner nav:after {
    margin: 12px auto 10px;
  }
}
.ftr_main .inner nav ul {
  display: flex;
  justify-content: center;
  gap: 45px;
}
@media (max-width: 850px) {
  .ftr_main .inner nav ul {
    gap: 18px;
  }
}
@media (max-width: 685px) {
  .ftr_main .inner nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
  }
}
.ftr_main .inner nav ul li a {
  transition: all 0.4s;
  font-size: 15px;
  color: #fff;
}
.ftr_main .inner nav ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 850px) {
  .ftr_main .inner nav ul li a {
    font-size: 13px;
  }
}
.ftr_main .inner .copyright {
  font-size: 13px;
  text-align: center;
  color: #fff;
}

.back-to-top {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 60px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(10px);
  z-index: 9999;
}
@media (max-width: 768px) {
  .back-to-top {
    width: 48px;
  }
}
@media (max-width: 480px) {
  .back-to-top {
    bottom: 146px;
  }
}
.back-to-top img {
  width: 100%;
  vertical-align: bottom;
}

/* 表示時 */
.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* ホバー */
.back-to-top:hover {
  background: #000;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap; /* 折り返さない */
  overflow-x: auto; /* 横スクロール */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px; /* スクロールバー用余白 */
}

/* 各要素が縮まないようにする */
.breadcrumb > * {
  flex-shrink: 0;
}

/* 見た目調整（任意） */
.breadcrumb::-webkit-scrollbar {
  height: 4px;
}

.breadcrumb::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.breadcrumb {
  width: calc(100% - 440px);
  margin: 0 auto;
  padding: 195px 0 20px;
  display: flex;
  gap: 4px;
  align-items: center;
}
@media (max-width: 1320px) {
  .breadcrumb {
    width: calc(100% - 90px);
  }
}
@media (max-width: 1055px) {
  .breadcrumb {
    padding: 127px 0 20px;
  }
}
@media (max-width: 480px) {
  .breadcrumb {
    width: calc(100% - 40px);
  }
}
.breadcrumb a.home_link {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  color: #4D4D4D;
}
.breadcrumb a.home_link:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../img/home-i.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  width: 16.5px;
  height: 15.8px;
}
.breadcrumb a.l_link {
  font-size: 12px;
  color: #4D4D4D;
}
.breadcrumb p {
  font-size: 12px;
  color: #4D4D4D;
}

/* hide reCAPTCHA v3 badge */
.grecaptcha-badge {
  visibility: hidden;
}

input[type=search]::-webkit-search-cancel-button {
  position: relative;
  right: 20px; /* 数値を増やすと左に寄る */
}/*# sourceMappingURL=common.css.map */