@charset "UTF-8";
header.st-header {
  z-index: 10;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #f1f3f0;
  height: 131px;
}
@media screen and (max-width: 1101px) {
  header.st-header {
    padding: 0;
    border-bottom: none;
    height: 54px;
  }
}
header.st-header.is-sticky {
  background: #f1f3f0;
}
header.st-header button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}
header.st-header a {
  text-decoration: none;
}
@media screen and (min-width: 1100px) {
  header.st-header a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header.st-header a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1101px) {
  header.st-header .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  header.st-header .sp {
    display: none !important;
  }
}
header.st-header img {
  margin: auto;
}
header.st-header .header_inner {
  max-width: 1660px;
  margin: 0 auto;
  padding: 10px 30px;
}
@media screen and (max-width: 1101px) {
  header.st-header .header_inner {
    padding: 0 21px 0 8px;
  }
}
header.st-header .header_inner .top_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 77px;
}
@media screen and (max-width: 1101px) {
  header.st-header .header_inner .top_wrap {
    height: 54px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header.st-header .header_inner .top_wrap .top_wrap_logo {
  margin: 7px 0 0;
  max-width: 250px;
  width: 22.7%;
  line-height: 0;
}
header.st-header .header_inner .top_wrap .top_wrap_logo a {
  display: block;
}
@media screen and (max-width: 1101px) {
  header.st-header .header_inner .top_wrap .top_wrap_logo {
    width: 165px;
    margin: 0;
  }
}
header.st-header .header_inner .top_wrap .top_right_pc {
  width: 76.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.st-header .header_inner .top_wrap .top_right_pc .submenu {
  gap: 14px;
}
header.st-header .header_inner .top_wrap .top_right_pc .submenu li.menu01 .submenu_hover dt {
  background: -webkit-linear-gradient(337.73deg, rgb(12, 193, 93) 0%, rgb(18, 194, 91) 11.81%, rgb(36, 198, 86) 28.11%, rgb(65, 204, 78) 47.02%, rgb(106, 212, 66) 67.92%, rgb(158, 222, 51) 90.17%, rgb(183, 227, 44) 100%);
  background: linear-gradient(112.27deg, rgb(12, 193, 93) 0%, rgb(18, 194, 91) 11.81%, rgb(36, 198, 86) 28.11%, rgb(65, 204, 78) 47.02%, rgb(106, 212, 66) 67.92%, rgb(158, 222, 51) 90.17%, rgb(183, 227, 44) 100%);
}
header.st-header .header_inner .top_wrap .top_right_pc .submenu li.menu01 .submenu_hover dt::after {
  border-bottom-color: #45cc4d;
}
header.st-header .header_inner .top_wrap .top_right_pc .submenu li.menu02 .submenu_hover dt {
  background: -webkit-linear-gradient(337.73deg, rgb(93, 144, 214) 0%, rgb(98, 150, 217) 23.64%, rgb(112, 168, 226) 56.25%, rgb(135, 197, 240) 93.93%, rgb(137, 200, 241) 97.18%);
  background: linear-gradient(112.27deg, rgb(93, 144, 214) 0%, rgb(98, 150, 217) 23.64%, rgb(112, 168, 226) 56.25%, rgb(135, 197, 240) 93.93%, rgb(137, 200, 241) 97.18%);
}
header.st-header .header_inner .top_wrap .top_right_pc .submenu li.menu02 .submenu_hover dt::after {
  border-bottom-color: #64a8d7;
}
header.st-header .header_inner .top_wrap .top_right_pc .submenu li.menu03 .submenu_hover dt {
  background: -webkit-linear-gradient(337.73deg, rgb(238, 111, 129) 0.31%, rgb(255, 191, 189) 100%);
  background: linear-gradient(112.27deg, rgb(238, 111, 129) 0.31%, rgb(255, 191, 189) 100%);
}
header.st-header .header_inner .top_wrap .top_right_pc .submenu li.menu03 .submenu_hover dt::after {
  border-bottom-color: #f6979f;
}
header.st-header .header_inner .top_wrap .top_right_pc .submenu li.menu04 .submenu_hover dt {
  background: -webkit-linear-gradient(337.73deg, rgb(238, 108, 103) 0%, rgb(245, 200, 115) 100%);
  background: linear-gradient(112.27deg, rgb(238, 108, 103) 0%, rgb(245, 200, 115) 100%);
}
header.st-header .header_inner .top_wrap .top_right_pc .submenu li.menu04 .submenu_hover dt::after {
  border-bottom-color: #ff9460;
}
@media screen and (min-width: 1100px) {
  header.st-header .header_inner .top_wrap .top_right_pc .submenu li.active .submenu_hover {
    opacity: 1;
    visibility: visible;
  }
}
header.st-header .header_inner .top_wrap .top_right_pc .submenu .submenu_hover {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header.st-header .header_inner .top_wrap .top_right_pc .submenu .submenu_hover dl {
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 7px 7px 15px -5px #777777;
          box-shadow: 7px 7px 15px -5px #777777;
  min-width: 370px;
  font-size: 15px;
}
header.st-header .header_inner .top_wrap .top_right_pc .submenu .submenu_hover dl dt {
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  border-radius: 15px 15px 0 0;
  padding: 0 12px;
  position: relative;
}
header.st-header .header_inner .top_wrap .top_right_pc .submenu .submenu_hover dl dt::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #000;
  border-top: 0;
}
header.st-header .header_inner .top_wrap .top_right_pc .submenu .submenu_hover dl dd {
  border-radius: 0 0 15px 15px;
  padding: 9px 14px;
  line-height: 1.2;
  text-align: left;
}
header.st-header .header_inner .top_wrap .top_right_pc .top_right_pc_tel {
  margin: 0 0 0 35px;
  position: relative;
}
header.st-header .header_inner .top_wrap .top_right_pc .top_right_pc_tel a {
  line-height: 1;
}
header.st-header .header_inner .top_wrap .top_right_pc .top_right_pc_tel a img {
  margin: 0;
}
header.st-header .header_inner .top_wrap .top_right_pc .top_right_pc_tel .top_right_pc_tel02 {
  margin-top: 10px;
}
header.st-header .header_inner .top_wrap .top_right_pc .top_right_pc_tel .top_right_pc_tel03 {
  font-size: 10px;
  margin-top: 2px;
}
header.st-header .header_inner .top_wrap .top_right_pc .top_right_pc_serch {
  margin: 0 10px 0 20px;
}
header.st-header .header_inner .top_wrap .top_right_pc .top_right_pc_lang .top_right_pc_lang_txt {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #007da0;
  white-space: nowrap;
}
header.st-header .header_inner .top_wrap .top_right_pc .st-hLang__modal {
  display: none;
}
header.st-header .header_inner .top_wrap .top_right_sp {
  width: calc(100% - 185px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.st-header .header_inner .top_wrap .top_right_sp .sns_open {
  color: #fff;
  font-size: 10px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 17px;
  padding: 3px 9px 3px 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 149, 196)), to(rgb(0, 181, 199)));
  background: -webkit-linear-gradient(left, rgb(0, 149, 196) 0%, rgb(0, 181, 199) 100%);
  background: linear-gradient(90deg, rgb(0, 149, 196) 0%, rgb(0, 181, 199) 100%);
}
header.st-header .header_inner .top_wrap .top_right_sp .sns_open img {
  margin-right: 2px;
}
header.st-header .header_inner .top_wrap .top_right_sp .serch_open {
  width: 22px;
  height: 22px;
  margin: 0 13px;
  position: relative;
}
header.st-header .header_inner .top_wrap .top_right_sp .serch_open::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -15px;
  margin: auto;
  background: #000000;
  width: 1px;
  height: 28px;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_serch {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 310px;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_serch.is-active {
  opacity: 1;
  visibility: visible;
}
header.st-header .header_inner .top_wrap .top_right_sp .menu_open {
  width: 21px;
  height: 18px;
  position: relative;
}
header.st-header .header_inner .top_wrap .top_right_sp .menu_open span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0080a4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header.st-header .header_inner .top_wrap .top_right_sp .menu_open span:nth-of-type(1) {
  top: 0px;
}
header.st-header .header_inner .top_wrap .top_right_sp .menu_open span:nth-of-type(2) {
  top: 8px;
}
header.st-header .header_inner .top_wrap .top_right_sp .menu_open span:nth-of-type(3) {
  top: 16px;
}
header.st-header .header_inner .top_wrap .top_right_sp .menu_open[aria-expanded=true] span:nth-of-type(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header.st-header .header_inner .top_wrap .top_right_sp .menu_open[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
}
header.st-header .header_inner .top_wrap .top_right_sp .menu_open[aria-expanded=true] span:nth-of-type(3) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header.st-header .header_inner .top_wrap .top_right_sp .sp_modal_wrap {
  position: fixed;
  overflow: auto;
  max-height: calc(100% - 62px);
  top: 62px;
  left: 0;
  right: 0;
  margin: auto;
  width: 96%;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 149, 196)), color-stop(50.26%, rgb(0, 181, 199)), to(rgb(0, 149, 196)));
  background: -webkit-linear-gradient(left, rgb(0, 149, 196) 0%, rgb(0, 181, 199) 50.26%, rgb(0, 149, 196) 100%);
  background: linear-gradient(90deg, rgb(0, 149, 196) 0%, rgb(0, 181, 199) 50.26%, rgb(0, 149, 196) 100%);
  -webkit-box-shadow: 4px 4px 5px -5px #777777;
          box-shadow: 4px 4px 5px -5px #777777;
}
header.st-header .header_inner .top_wrap .top_right_sp .sp_modal_wrap .sp_modal_title {
  font-size: 13px;
  text-align: center;
  color: #fff;
  padding: 3px 0;
}
header.st-header .header_inner .top_wrap .top_right_sp .sp_modal_wrap .sp_modal_box {
  padding: 0 20px;
  background: #fff;
}
header.st-header .header_inner .top_wrap .top_right_sp .sp_modal_wrap .sp_modal_close {
  font-size: 15px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 3px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_sns ul li {
  background-image: -webkit-repeating-linear-gradient(left, #b1b1b1 0, #b1b1b1 4px, transparent 1px, transparent 8px);
  background-image: repeating-linear-gradient(to right, #b1b1b1 0, #b1b1b1 4px, transparent 1px, transparent 8px);
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_sns ul li a {
  padding-right: 20px;
  background: url(../img/common/header/icon_arrow_black.webp) no-repeat right 37px center;
  background-size: 8px 11px;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_sns ul li:last-child {
  background: none;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_sns ul li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_sns ul li.sns_line::after {
  left: 25px;
  width: 45px;
  height: 43px;
  background: url(../img/common/header/icon_sns01.webp) no-repeat left center;
  background-size: 100% auto;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_sns ul li.sns_instagram::after {
  left: 29px;
  width: 38px;
  height: 38px;
  background: url(../img/common/header/icon_sns02.webp) no-repeat left center;
  background-size: 100% auto;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_sns ul li.sns_x::after {
  left: 30px;
  width: 35px;
  height: 36px;
  background: url(../img/common/header/icon_sns03.webp) no-repeat left center;
  background-size: 100% auto;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_sns ul li.sns_youtube::after {
  left: 25px;
  width: 46px;
  height: 43px;
  background: url(../img/common/header/icon_sns04.webp) no-repeat left center;
  background-size: 100% auto;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_sns ul li.sns_tiktok::after {
  left: 30px;
  width: 36px;
  height: 40px;
  background: url(../img/common/header/icon_sns05.webp) no-repeat left center;
  background-size: 100% auto;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_sns ul li a {
  display: block;
  padding: 23px 40px 24px 92px;
  font-size: 16px;
  color: #000;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box {
  padding: 10px 20px;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu01 li {
  background-image: -webkit-repeating-linear-gradient(left, #b1b1b1 0, #b1b1b1 4px, transparent 1px, transparent 8px);
  background-image: repeating-linear-gradient(to right, #b1b1b1 0, #b1b1b1 4px, transparent 1px, transparent 8px);
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: no-repeat;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu01 li:last-child {
  background: none;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu01 li.menu01 .menu_title {
  background: -webkit-linear-gradient(337.73deg, rgb(12, 193, 93) 0%, rgb(18, 194, 91) 11.81%, rgb(36, 198, 86) 28.11%, rgb(65, 204, 78) 47.02%, rgb(106, 212, 66) 67.92%, rgb(158, 222, 51) 90.17%, rgb(183, 227, 44) 100%);
  background: linear-gradient(112.27deg, rgb(12, 193, 93) 0%, rgb(18, 194, 91) 11.81%, rgb(36, 198, 86) 28.11%, rgb(65, 204, 78) 47.02%, rgb(106, 212, 66) 67.92%, rgb(158, 222, 51) 90.17%, rgb(183, 227, 44) 100%);
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu01 li.menu02 .menu_title {
  background: -webkit-linear-gradient(337.73deg, rgb(93, 144, 214) 0%, rgb(98, 150, 217) 23.64%, rgb(112, 168, 226) 56.25%, rgb(135, 197, 240) 93.93%, rgb(137, 200, 241) 97.18%);
  background: linear-gradient(112.27deg, rgb(93, 144, 214) 0%, rgb(98, 150, 217) 23.64%, rgb(112, 168, 226) 56.25%, rgb(135, 197, 240) 93.93%, rgb(137, 200, 241) 97.18%);
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu01 li.menu03 .menu_title {
  letter-spacing: -0.5px;
  background: -webkit-linear-gradient(337.73deg, rgb(238, 111, 129) 0.31%, rgb(255, 191, 189) 100%);
  background: linear-gradient(112.27deg, rgb(238, 111, 129) 0.31%, rgb(255, 191, 189) 100%);
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu01 li.menu04 .menu_title {
  background: -webkit-linear-gradient(337.73deg, rgb(238, 108, 103) 0%, rgb(245, 200, 115) 100%);
  background: linear-gradient(112.27deg, rgb(238, 108, 103) 0%, rgb(245, 200, 115) 100%);
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu01 li a {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 0;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu01 li a img {
  margin: 0;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu01 li a .menu_txt_wrap {
  width: calc(100% - 92px);
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu01 li a .menu_txt_wrap .menu_title {
  color: #fff;
  border-radius: 15px;
  padding: 0 18px;
  font-size: 13px;
  position: relative;
  line-height: 1;
  height: 21px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu01 li a .menu_txt_wrap .menu_title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  background: url(../img/common/header/icon_arrow_white.webp) no-repeat;
  background-size: 100% auto;
  width: 7px;
  height: 9px;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu01 li a .menu_txt_wrap .menu_txt {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu02 {
  margin: 30px 10px 30px 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 37px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu02 li a, header.st-header .header_inner .top_wrap .top_right_sp .top_right_sp_menu .sp_modal_box .top_right_sp_menu02 li span {
  display: block;
  color: #007da0;
  font-size: 15px;
  padding-right: 20px;
  background: url(../img/common/header/icon_arrow_blue.webp) no-repeat right 6px center;
  background-size: 9px 12px;
  cursor: pointer;
}
header.st-header .header_inner .bottom_wrap {
  margin-top: 10px;
  padding: 0 5px;
}
header.st-header .header_inner .bottom_wrap .globalmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.st-header .header_inner .bottom_wrap .globalmenu > li > a, header.st-header .header_inner .bottom_wrap .globalmenu > li > button {
  padding: 0 15px;
  font-size: 16px;
  display: block;
}
header.st-header .header_inner .bottom_wrap .globalmenu > li a {
  color: #007da0;
}
header.st-header .header_inner .bottom_wrap .globalmenu > li.webstore a {
  background: url(../img/common/header/icon_arrow_blue.webp) no-repeat right center;
  background-size: 6px 8px;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header.st-header .header_inner .bottom_wrap .globalmenu > li.webstore a img {
  margin-right: 2px;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover:hover .js-modal,
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .js-modal:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover a {
  color: #333;
  -webkit-transition: 0s;
  transition: 0s;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover:hover > a {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.62%, rgb(0, 125, 160)), color-stop(37.47%, rgb(61, 157, 183)), to(rgb(0, 125, 160)));
  background: -webkit-linear-gradient(left, rgb(0, 125, 160) 1.62%, rgb(61, 157, 183) 37.47%, rgb(0, 125, 160) 100%);
  background: linear-gradient(90deg, rgb(0, 125, 160) 1.62%, rgb(61, 157, 183) 37.47%, rgb(0, 125, 160) 100%);
  color: #fff;
  border-radius: 35px;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .js-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: 120px;
  padding-top: 24px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .js-modal.is-force-close {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav {
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
  border-radius: 30px;
  background: #f1f4f1;
  overflow-y: auto;
  max-height: 100%;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav.togglenav01 .togglenav_box ul {
  display: block;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav.togglenav02 .togglenav_box ul {
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
}
@media screen and (max-width: 1300px) {
  header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav.togglenav03 .togglenav_box ul {
    grid-template-columns: repeat(4, -webkit-max-content);
    grid-template-columns: repeat(4, max-content);
  }
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav.togglenav03 .togglenav_box ul li a {
  background: none;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav.togglenav03 .togglenav_box ul li a .togglenav_subtitle01 {
  color: #000;
  font-size: 13px;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav.togglenav03 .togglenav_box ul li a .togglenav_subtitle02 {
  display: inline-block;
  padding-right: 20px;
  background: url(../img/common/header/icon_arrow_blue.webp) no-repeat right center;
  background-size: 7px 10px;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav.togglenav04 .togglenav_box ul {
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav .togglenav_title {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.62%, rgb(0, 125, 160)), color-stop(37.47%, rgb(61, 157, 183)), to(rgb(0, 125, 160)));
  background: -webkit-linear-gradient(left, rgb(0, 125, 160) 1.62%, rgb(61, 157, 183) 37.47%, rgb(0, 125, 160) 100%);
  background: linear-gradient(90deg, rgb(0, 125, 160) 1.62%, rgb(61, 157, 183) 37.47%, rgb(0, 125, 160) 100%);
  color: #fff;
  border-radius: 30px 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 7px 30px;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav .togglenav_title .togglenav_txt01 a {
  color: #fff;
  font-size: 20px;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav .togglenav_title .togglenav_txt02 {
  font-size: 18px;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav .togglenav_title .togglenav_close {
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  margin: auto;
  width: 20px;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav .togglenav_box {
  padding: 48px 30px;
  max-width: 1250px;
  margin: 0 auto;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav .togglenav_box ul {
  display: grid;
  grid-template-columns: repeat(5, -webkit-max-content);
  grid-template-columns: repeat(5, max-content);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav .togglenav_box ul + ul {
  margin-top: 30px;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav .togglenav_box ul li a {
  display: inline-block;
  color: #007da0;
  font-size: 16px;
  padding-right: 20px;
  background: url(../img/common/header/icon_arrow_blue.webp) no-repeat right center;
  background-size: 7px 10px;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav .togglenav_box.togglenav_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav .togglenav_box.togglenav_flex .togglenav_box_item .togglenav_box_item_title {
  font-size: 18px;
  margin-bottom: 20px;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav .togglenav_box.togglenav_flex .togglenav_box_item .togglenav_box_item_title span {
  font-size: 16px;
}
header.st-header .header_inner .bottom_wrap .globalmenu .globalmenu_hover .togglenav .togglenav_box.togglenav_flex .togglenav_box_item ul li + li {
  margin-top: 20px;
}
header.st-header .submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 1101px) {
  header.st-header .submenu {
    gap: 5px;
  }
}
header.st-header .submenu li {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1101px) {
  header.st-header .submenu li {
    width: 75px;
  }
}
header.st-header .submenu li a {
  display: block;
}
@media screen and (max-width: 1101px) {
  header.st-header .submenu li a img {
    width: 50px;
  }
}
header.st-header .submenu li a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: auto;
  border: 1px solid #fff;
  border-radius: 35px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  width: 85px;
  padding: 5px 0 3px;
}
@media screen and (max-width: 1101px) {
  header.st-header .submenu li a p {
    font-size: 10px;
    width: 75px;
    padding: 3px 0;
    letter-spacing: -0.5px;
  }
}
header.st-header .submenu li.menu01 p {
  background: -webkit-linear-gradient(337.73deg, rgb(12, 193, 93) 0%, rgb(18, 194, 91) 11.81%, rgb(36, 198, 86) 28.11%, rgb(65, 204, 78) 47.02%, rgb(106, 212, 66) 67.92%, rgb(158, 222, 51) 90.17%, rgb(183, 227, 44) 100%);
  background: linear-gradient(112.27deg, rgb(12, 193, 93) 0%, rgb(18, 194, 91) 11.81%, rgb(36, 198, 86) 28.11%, rgb(65, 204, 78) 47.02%, rgb(106, 212, 66) 67.92%, rgb(158, 222, 51) 90.17%, rgb(183, 227, 44) 100%);
}
header.st-header .submenu li.menu02 p {
  background: -webkit-linear-gradient(337.73deg, rgb(93, 144, 214) 0%, rgb(98, 150, 217) 23.64%, rgb(112, 168, 226) 56.25%, rgb(135, 197, 240) 93.93%, rgb(137, 200, 241) 97.18%);
  background: linear-gradient(112.27deg, rgb(93, 144, 214) 0%, rgb(98, 150, 217) 23.64%, rgb(112, 168, 226) 56.25%, rgb(135, 197, 240) 93.93%, rgb(137, 200, 241) 97.18%);
}
header.st-header .submenu li.menu03 p {
  font-size: 11px;
  letter-spacing: -1.5px;
  background: -webkit-linear-gradient(337.73deg, rgb(238, 111, 129) 0.31%, rgb(255, 191, 189) 100%);
  background: linear-gradient(112.27deg, rgb(238, 111, 129) 0.31%, rgb(255, 191, 189) 100%);
  white-space: nowrap;
}
@media screen and (max-width: 1101px) {
  header.st-header .submenu li.menu03 p {
    font-size: 10px;
  }
}
header.st-header .submenu li.menu04 p {
  background: -webkit-linear-gradient(337.73deg, rgb(238, 108, 103) 0%, rgb(245, 200, 115) 100%);
  background: linear-gradient(112.27deg, rgb(238, 108, 103) 0%, rgb(245, 200, 115) 100%);
}
header.st-header .google_search {
  position: relative;
  padding: 0;
  border: none;
  background: transparent;
}
header.st-header .google_search form.gsc-search-box {
  margin: 0;
}
header.st-header .google_search table {
  border-collapse: collapse;
}
header.st-header .google_search table td.gsc-input {
  padding: 0;
}
header.st-header .google_search .gsc-input-box {
  position: relative;
  border: 1px solid #007da0;
  border-radius: 999px;
  width: 198px;
  padding: 1px 10px 1px 25px;
  line-height: 1;
  background: transparent;
}
@media screen and (max-width: 1101px) {
  header.st-header .google_search .gsc-input-box {
    width: 100%;
    background: #f1f4f1;
    border: none;
    -webkit-box-shadow: 4px 6px 5px -5px #777777;
            box-shadow: 4px 6px 5px -5px #777777;
    padding: 5px 10px 5px 40px;
  }
}
header.st-header .google_search .gsc-input-box .gsib_a {
  padding: 0;
  background: none;
}
header.st-header .google_search .gsc-input-box .gsib_b {
  height: 100%;
  width: 20px;
  padding: 0;
}
header.st-header .google_search .gsc-input-box .gsib_b .gsst_a {
  padding: 0;
}
header.st-header .google_search .gsc-input-box .gsib_b .gscb_a {
  line-height: 1;
  font: 20px/13px arial, sans-serif;
  height: 20px;
  width: 20px;
  background-size: cover;
}
header.st-header .google_search .gsc-input-box .gsc-input {
  height: 100%;
}
header.st-header .google_search .gsc-input-box .gsc-input input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  background: transparent;
  font-size: 14px;
}
header.st-header .google_search .gsc-input-box .gsc-input input::-webkit-input-placeholder {
  color: #808080;
  font-weight: 400;
}
header.st-header .google_search .gsc-input-box .gsc-input input::-moz-placeholder {
  color: #808080;
  font-weight: 400;
}
header.st-header .google_search .gsc-input-box .gsc-input input:-ms-input-placeholder {
  color: #808080;
  font-weight: 400;
}
header.st-header .google_search .gsc-input-box .gsc-input input::-ms-input-placeholder {
  color: #808080;
  font-weight: 400;
}
header.st-header .google_search .gsc-input-box .gsc-input input::placeholder {
  color: #808080;
  font-weight: 400;
}
header.st-header .google_search .gsc-input-box .gsc-input input:focus {
  outline: none;
}
header.st-header .google_search .gsc-search-button {
  display: block !important;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1101px) {
  header.st-header .google_search .gsc-search-button {
    left: 6px;
  }
}
header.st-header .google_search .gsc-search-button button {
  width: 15px;
  height: 18px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  background: url(../img/common/header/icon_search.webp) no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 1101px) {
  header.st-header .google_search .gsc-search-button button {
    width: 16px;
    height: 20px;
  }
}
header.st-header .google_search .gsc-search-button button svg {
  display: none;
}
header.st-header .fixed_menu {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 96%;
  background: #F1F3F0;
  border-radius: 10px;
  padding: 5px 0 25px;
  -webkit-box-shadow: 4px 4px 5px -5px #777777;
          box-shadow: 4px 4px 5px -5px #777777;
}
header.st-header .fixed_menu .submenu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1300px) {
  header.st-header.com .header_inner .bottom_wrap .globalmenu > li > a,
  header.st-header.com .header_inner .bottom_wrap .globalmenu > li > button {
    padding: 0 10px;
    font-size: 14px;
  }
  header.st-header.com .header_inner .top_wrap .top_right_pc .top_right_pc_tel {
    margin: 0 0 0 10px;
  }
  header.st-header.com .header_inner .top_wrap .top_right_pc .top_right_pc_serch {
    margin: 0 5px 0 10px;
  }
  header.st-header.com .header_inner .top_wrap .top_right_pc .submenu {
    gap: 5px;
  }
}
header.st-header.jp .header_inner {
  max-width: 1200px;
}
header.st-header.jp .header_inner .top_wrap .top_right_pc .top_right_pc_tel {
  margin: 0;
  text-align: right;
}
header.st-header.jp .header_inner .top_right_pc_tel01,
header.st-header.jp .header_inner .top_right_pc_tel02 {
  width: 85%;
  margin: 0 0 0 auto;
}
header.st-header.jp .header_inner .bottom_wrap {
  padding: 0 20px;
}

/*既存css調整*/
.gsc-clear-button, #spfixed_tel_RM {
  display: none !important;
}

.gsc-above-wrapper-area,
.gsc-wrapper {
  max-width: 100%;
}

.st-wrapper {
  margin-top: 131px !important;
}
@media screen and (max-width: 1101px) {
  .st-wrapper {
    margin-top: 54px !important;
  }
}

@media screen and (max-width: 1101px) {
  .st-hLang__modal_window {
    width: 95%;
  }
}

@media screen and (max-width: 1101px) {
  .st-hLang__modal.is-active {
    display: block !important;
  }
}

.c-btn-thin, .st-hLang__modal_head_close {
  cursor: pointer;
}

/*フッター調整*/
@media screen and (min-width: 769px), print {
  .st-fNav__main {
    gap: 0 20px;
  }
  .st-fNav__main_block {
    margin-right: 0;
  }
  .st-fNavMain__link {
    display: inline-block;
  }
}
/*モーダル*/
:root {
  --color-white: #fff;
  --color-black: #333;
  --color-gray: #dfdfdf;
  scrollbar-gutter: stable;
}

:root:has(dialog[open]) {
  overflow: hidden;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

.c-modal__dialog {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-modal__dialog.is-open {
  -webkit-animation: modalOpen 0.3s ease forwards;
          animation: modalOpen 0.3s ease forwards;
}

.c-modal__dialog.is-close {
  -webkit-animation: modalClose 0.3s ease forwards;
          animation: modalClose 0.3s ease forwards;
}

.c-modal__dialog::-webkit-backdrop {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

.c-modal__dialog::-ms-backdrop {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

.c-modal__dialog::backdrop {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1101px) {
  .c-modal__dialog::-webkit-backdrop {
    top: 54px;
  }
  .c-modal__dialog::-ms-backdrop {
    top: 54px;
  }
  .c-modal__dialog::backdrop {
    top: 54px;
  }
}

@-webkit-keyframes modalOpen {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes modalOpen {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes modalClose {
  0% {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}