@charset "UTF-8";
.dropNavWrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.dropNav {
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  margin: -2px auto 0;
  overflow-y: scroll;
  scrollbar-width: none;
  max-height: 0px;
  z-index: 0;
  pointer-events: none;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  will-change: max-height, opacity;
}
.dropNav.is-active {
  z-index: 1;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 1;
  pointer-events: all;
}
.dropNav.is-active .dropNav_inner,
.dropNav.is-active .dropNavSearch_inner {
  opacity: 1;
  transition: opacity 0.4s 0.3s ease;
}
.dropNav_inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 48px 40px 40px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.dropNav_main {
  margin-bottom: 40px;
}
.dropNav_title {
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid #cccccc;
}
.dropNav_titleLink {
  display: inline-block;
}
.dropNav_titleLink:hover .dropNav_titleLinkText {
  text-decoration: underline;
  text-decoration-color: #066c02;
  text-decoration-thickness: 1px;
}
.dropNav_titleLinkText {
  font-size: 1.5rem !important;
  font-weight: bold;
}
.dropNav_iconRight {
  display: inline-block;
  width: 10px;
  height: 16px;
  margin-left: 12px;
}
.dropNav_iconRight::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/files/user/images/common/icon/icon_right_green.svg?v=1752240976);
}
.dropNav_closeBtn {
  width: 160px;
  margin: 0 auto;
}
.dropNav_closeBtn button {
  background: #ffffff;
  border: 1px solid #242424;
  border-radius: 80px;
  width: 160px;
  height: 48px;
  cursor: pointer;
  transition: 0.3s ease;
}
.dropNav_closeBtn button:hover {
  background: #242424;
  border: 1px solid #242424;
}
.dropNav_closeBtn button:hover .dropNav_closeBtnText {
  color: #ffffff;
}
.dropNav_closeBtn button:hover .dropNav_closeBtnText::before {
  background-image: url(/files/user/images/common/icon/icon_close_white.svg?v=1752240973);
}
.dropNav_closeBtnText {
  position: relative;
  padding-left: 21px;
}
.dropNav_closeBtnText::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/files/user/images/common/icon/icon_close.svg?v=1752240973);
}

@media (max-width: 729px) {
  .dropNav_closeBtn {
    width: 140px;
  }
  .dropNav_closeBtn button {
    width: 140px;
  }
}
.dropNavSearch_inner {
  padding: 48px 20px 40px;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.dropNavSearch_title {
  font-size: 1.5rem !important;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.dropNavSearch_form {
  display: flex;
  max-width: 898px;
  margin: 0 auto 40px;
}
.dropNavSearch_form > * {
  width: 100%;
}
.dropNavSearch_form > * .gsc-control-cse,
.dropNavSearch_form > * .gsc-input-box {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.dropNavSearch_form > * table {
  width: 100% !important;
}
.dropNavSearch_form > * table tbody td {
  border: none;
}
.dropNavSearch_form > * table tbody td .gsc-orderby .gsc-orderby-label {
  font-size: 0.8rem;
}
.dropNavSearch_form > * table tbody td .gsc-option-menu-container {
  white-space: nowrap;
}
.dropNavSearch_form > * table tbody td .gsc-option-menu-container .gsc-selected-option {
  font-size: 0.6rem;
  line-height: 2.6;
}
.dropNavSearch_form > * .gsc-control-cse.gsc-control-cse-ja {
  padding: 0;
}
.dropNavSearch_form > * .gsib_a {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: top;
}
.dropNavSearch_form > * .gsib_b {
  display: none;
}
.dropNavSearch_form > * table.gsc-search-box td.gsc-input {
  width: 100% !important;
}
.dropNavSearch_form > * .gsib_a input {
  padding: 12px 20px !important;
  width: 100% !important;
  border-radius: 8px 0 0 8px !important;
  outline-offset: 0 !important;
  border: 1px solid #22548e !important;
  height: 100% !important;
  min-height: 58px !important;
  margin: 0 !important;
  vertical-align: top !important;
  line-height: 1 !important;
}
.dropNavSearch_form > * .gsc-search-button {
  display: block !important;
  margin: 0;
  width: 5rem;
  height: 58px;
  padding: 0;
}
.dropNavSearch_form > * .gsc-search-button.gsc-search-button-v2 {
  background: #22548e;
  color: #ffffff;
  font-size: 1.125em !important;
  padding: 15px 20px 15px 20px;
  border-radius: 0 8px 8px 0;
  border: 1px solid #22548e;
  transition: 0.3s ease;
}
.dropNavSearch_form > * .gsc-search-button.gsc-search-button-v2:hover {
  cursor: pointer;
  opacity: 0.8;
}
.dropNavSearch_form > * .gsc-search-button.gsc-search-button-v2 svg {
  width: 28px;
  height: 28px;
}
.dropNavSearch_form > * .gsc-search-button.gsc-search-button-v2::after {
  display: none;
}
.dropNavSearch_form > * td.gsc-input:after {
  display: none !important;
}
.dropNavSearch_form > * .gcsc-branding-img-noclear {
  width: auto;
  margin: 20px auto 0;
}
.dropNavSearch_input {
  width: calc(100% - 98px);
  height: 100%;
}
.dropNavSearch_input input {
  padding: 16px 20px;
  width: 100%;
  border-radius: 8px 0 0 8px;
  outline-offset: 0;
  border: 1px solid #22548e;
}
.dropNavSearch_submit {
  position: relative;
}
.dropNavSearch_submit input {
  background: #22548e;
  color: #ffffff;
  font-size: 1.125em !important;
  padding: 15px 19px 14px 38px;
  border-radius: 0 8px 8px 0;
  border: 1px solid #22548e;
}
.dropNavSearch_submit::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: url(/files/user/images/common/icon/icon_search_white.svg?v=1752240978);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

@media (max-width: 729px) {
  .dropNavSearch_inner {
    padding: 28px 20px 32px;
  }
  .dropNavSearch_title {
    font-size: 1.25rem !important;
    text-align: left;
    margin-bottom: 28px;
  }
  .dropNavSearch_input {
    width: calc(100% - 80px);
  }
  .dropNavSearch_input input {
    padding: 10px 13px;
  }
  .dropNavSearch_submit input {
    font-size: 1rem;
    padding: 10px 12px 10px 33px;
  }
  .dropNavSearch_submit::before {
    left: 13px;
    width: 16px;
    height: 16px;
  }
}
.navBtn_list {
  display: grid;
  gap: 16px 24px;
  grid-template-columns: repeat(4, 1fr);
}
.navBtn_item {
  flex: 0 0 calc((100% - 72px) / 4);
}
.navBtn_link {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  min-height: 56px;
  height: 100%;
  padding: 3px 35px 3px 16px;
  transition: 0.3s ease;
}
.navBtn_link:hover {
  border: 1px solid #066c02;
}
.navBtn_link:hover .navBtn_iconRight::before {
  background-image: url(/files/user/images/common/icon/icon_right_roundfill_green.svg?v=1752240977);
}
.navBtn_link:hover .navBtn_iconBlank::before {
  background-image: url(/files/user/images/common/icon/icon_blank_roundfill_green.svg?v=1752240972);
}
.navBtn_link:hover .navBtn_iconPdf::before {
  background-image: url(/files/user/images/common/icon/icon_pdf_outline_red.svg?v=1752240975);
}
.navBtn_text {
  line-height: 1.5;
}
.navBtn_iconRight, .navBtn_iconBlank, .navBtn_iconPdf {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.navBtn_iconRight::before, .navBtn_iconBlank::before, .navBtn_iconPdf::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}
.navBtn_iconRight {
  width: 20px;
  height: 20px;
  right: 8px;
}
.navBtn_iconRight::before {
  background-image: url(/files/user/images/common/icon/icon_right_round_green.svg?v=1752240976);
}
.navBtn_iconBlank {
  width: 20px;
  height: 20px;
  right: 8px;
}
.navBtn_iconBlank::before {
  background-image: url(/files/user/images/common/icon/icon_blank_green.svg?v=1752240972);
}
.navBtn_iconPdf {
  width: 24px;
  height: 20px;
  right: 8px;
}
.navBtn_iconPdf::before {
  background-image: url(/files/user/images/common/icon/icon_pdf_red.svg?v=1752240975);
}
html {
  font-size: 16px;
}

html.large {
  font-size: 18px;
}

html.fontsize-changing * {
  transition: none !important;
}

.header,
.main,
.footer,
.header *,
.footer *,
.main * {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", sans-serif;
  color: #242424;
}

@media (max-width: 729px) {
  body {
    padding-top: 61px;
  }
}
body.en .header,
body.en .main,
body.en .footer,
body.en .header *,
body.en .footer *,
body.en .main * {
  font-family: "Arial", sans-serif;
}

body.en .header[lang=zh-Hans-CN],
body.en .main[lang=zh-Hans-CN],
body.en .footer[lang=zh-Hans-CN],
body.en .header[lang=zh-Hans-CN] *,
body.en .foote[lang=zh-Hans-CN] r *,
body.en .main[lang=zh-Hans-CN] * {
  font-family: "PingFang SC", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", sans-serif;
}

.header a,
.footer a,
.main a {
  color: #242424;
  text-decoration: none;
}

.header a:link,
.footer a:link,
.main a:link {
  color: #242424;
}

.header a:hover,
.footer a:hover,
.main a:hover {
  text-decoration: none;
}

.header img,
.footer img,
.main img {
  display: block;
  width: 100%;
  height: auto;
}

button,
input,
select,
textarea,
optgroup,
option,
label,
legend {
  font-family: inherit;
  letter-spacing: 0.025em;
  font-size: 1rem;
}

.header {
  position: relative;
  z-index: 20;
}
.header.burger-open {
  z-index: auto;
}
.header.burger-open .burgerMenu {
  z-index: 20;
}
.header_inner {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
}
.header_upr {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px 0 24px;
}
.header_logoLink {
  display: block;
  height: 80px;
}
.header_logoLink img {
  display: block;
  width: auto;
  height: 100%;
}
.header_skipLink:not(:focus) {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

@media (max-width: 729px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
  }
  .header.burger-open {
    z-index: 20;
  }
  .header_upr {
    padding: 0;
    flex-wrap: wrap;
  }
  .header_logoLink {
    margin: 2px auto auto 8px;
    height: 52px;
  }
}
.navSub {
  margin-bottom: 16px;
}
.navSub .navSubUpr {
  margin-bottom: 20px;
}
.navSub .navSubUpr_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 44px;
}
.navSub .navSubUpr_item-language {
  margin-left: -20px;
  position: relative;
}
.navSub .navSubUpr_item-language::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 4px;
  border: 2px solid transparent;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.navSub .navSubUpr_item-language:hover::after {
  border-color: #066c02;
}
.navSub .navSubUpr_item-language::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  background-image: url(/files/user/images/common/icon/icon_bottom_black.svg?v=1752240972);
  background-repeat: no-repeat;
  background-size: contain;
  right: 12px;
  top: 13px;
  pointer-events: none;
}
.navSub .navSubUpr_item select {
  appearance: none;
  padding: 3px 37px 1px 12px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.6;
  border-radius: 4px;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.navSub .navSubUpr_link {
  position: relative;
}
.navSub .navSubUpr_link:hover {
  text-decoration: underline;
  text-decoration-color: #066c02;
}
.navSub .navSubUpr_link::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  height: 14px;
  width: 16px;
}
.navSub .navSubUpr_link-sitemap::before {
  background-image: url(/files/user/images/common/icon/icon_sitemap.svg?v=1752240978);
}
.navSub .navSubUpr_link-contact::before {
  background-image: url(/files/user/images/common/icon/icon_mail.svg?v=1752240974);
}
.navSub .navSubLwr_inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 32px;
}
.navSub .navSubLwr_snsList {
  display: flex;
  gap: 0 24px;
}
.navSub .navSubLwr_snsLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.8125rem;
  text-decoration: underline;
  transition: 0.3s ease;
}
.navSub .navSubLwr_snsLink:hover {
  text-decoration: none;
  color: #066c02;
}
.navSub .navSubLwr_snsLink::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-bottom: 3px;
}
.navSub .navSubLwr_snsLink-x::before {
  background-image: url(/files/user/images/common/icon/icon_x01.svg?v=1752240979);
  background-repeat: no-repeat;
}
.navSub .navSubLwr_snsLink-facebook::before {
  background-image: url(/files/user/images/common/icon/icon_facebook01.svg?v=1752240973);
  background-repeat: no-repeat;
}
.navSub .navSubLwr_snsLink-youtube::before {
  background-image: url(/files/user/images/common/icon/icon_youtube01.svg?v=1752240979);
  background-repeat: no-repeat;
}
.navSub .navSubLwr_font {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.navSub .navSubLwr_font button {
  background: transparent;
  border: none;
  background: #ffffff;
  color: #242424;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
}
.navSub .navSubLwr_font button:hover, .navSub .navSubLwr_font button.is-active {
  background: #f5f5f5;
  color: #22548e;
  font-weight: bold;
}
.navSub .navSubLwr_font button:first-of-type {
  position: relative;
}
.navSub .navSubLwr_font button:first-of-type::before {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 1px;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  background: #c9c9c9;
}
.navSub .navSubLwr_fontLabel {
  font-size: 0.8125rem;
  margin-right: 2px;
  font-weight: bold;
}
.navSub .navSubLwr_btnList {
  display: flex;
  align-items: flex-end;
  gap: 0 16px;
  margin-left: -8px;
}
.navSub .navSubLwr_btnItem button {
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
.navSub .navSubLwr_btnSearch {
  background: #22548e;
  padding: 10px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.navSub .navSubLwr_btnSearch:hover, .navSub .navSubLwr_btnSearch.is-active {
  background: #f5f5f5;
}
.navSub .navSubLwr_btnSearch:hover .navSubLwr_btnSearchIcon, .navSub .navSubLwr_btnSearch.is-active .navSubLwr_btnSearchIcon {
  background-image: url("/files/user/images/common/icon/icon_search_blue.svg");
}
.navSub .navSubLwr_btnSearchIcon {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("/files/user/images/common/icon/icon_search_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.navSub .navSubLwr_btnSearchText {
  display: none;
}
.navSub .navSubLwr_btnBurger {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0;
  cursor: pointer;
  transition: 0.3s ease;
}
.navSub .navSubLwr_btnBurger:hover {
  background: #066c02;
  border: 1px solid #066c02;
}
.navSub .navSubLwr_btnBurger:hover .navSubLwr_btnBurgerLine {
  background: #ffffff;
}
.navSub .navSubLwr_btnBurgerLine {
  display: block;
  width: 16px;
  height: 2px;
  background: #242424;
  transition: 0.3s ease;
}
.navSub .navSubLwr_btnBurgerText {
  display: none;
}

@media (min-width: 730px) and (max-width: 1159px) {
  .navSub .navSubLwr_font {
    display: none;
  }
  .navSub .navSubLwr_btnSearchText {
    display: none;
  }
  .navSub .navSubLwr_btnBurgerText {
    display: none;
  }
}
@media (max-width: 729px) {
  .navSub {
    margin-bottom: 0;
  }
  .navSub .navSubUpr {
    display: none;
  }
  .navSub .navSubLwr_snsList {
    display: none;
  }
  .navSub .navSubLwr_font {
    display: none;
  }
  .navSub .navSubLwr_btnList {
    gap: 0;
  }
  .navSub .navSubLwr_btnItem button {
    height: 60px;
    width: 60px;
    border-radius: 0;
    border: none;
  }
  .navSub .navSubLwr_btnSearch {
    padding: 14px 10px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .navSub .navSubLwr_btnSearch:hover .navSubLwr_btnSearchText, .navSub .navSubLwr_btnSearch.is-active .navSubLwr_btnSearchText {
    color: #22548e;
  }
  .navSub .navSubLwr_btnSearchIcon {
    margin-bottom: 2px;
  }
  .navSub .navSubLwr_btnSearchText {
    display: block;
    color: #ffffff;
    font-size: 0.75rem;
    text-align: center;
  }
  .navSub .navSubLwr_btnBurger {
    gap: 5px;
    justify-content: normal;
    padding-top: 16px;
  }
  .navSub .navSubLwr_btnBurger:hover {
    background: #ffffff;
    border: none;
  }
  .navSub .navSubLwr_btnBurger:hover .navSubLwr_btnBurgerLine {
    background: #242424;
  }
  .navSub .navSubLwr_btnItem-burger.is-active .navSubLwr_btnBurgerLine:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
  }
  .navSub .navSubLwr_btnItem-burger.is-active .navSubLwr_btnBurgerLine:nth-child(2) {
    opacity: 0;
  }
  .navSub .navSubLwr_btnItem-burger.is-active .navSubLwr_btnBurgerLine:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -4px);
  }
  .navSub .navSubLwr_btnBurgerText {
    display: block;
    font-size: 0.75rem;
    margin-top: 4px;
    line-height: 1;
  }
}
.nav_inner {
  padding: 0 40px;
}
.nav_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.nav_item {
  position: relative;
  flex: 0 0 20%;
  text-align: center;
  max-width: 215px;
}
.nav_item::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #cccccc;
}
.nav_item:first-child:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #cccccc;
}
.nav_item button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 20px 10px;
  border-radius: 8px 8px 0 0;
  word-break: break-word;
  transition: 0.3s ease;
}
.nav_item button.is-active {
  background: #f5f5f5;
}
.nav_item button.is-active .nav_iconBottom::before {
  background-image: url(/files/user/images/common/icon/icon_top_green.svg?v=1752240978);
}
.nav_item button:hover {
  background: #f5f5f5;
}
.nav_link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 20px 10px;
  line-height: 1.6;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  transition: 0.3s ease;
}
.nav_link:hover {
  background: #f5f5f5;
}
.nav_iconRight {
  display: inline-block;
  flex: 0 0 7px;
  width: 7px;
  height: 12px;
  margin-left: 12px;
}
.nav_iconRight::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/files/user/images/common/icon/icon_right_green.svg?v=1752240976);
}
.nav_iconBottom {
  display: inline-block;
  flex: 0 0 12px;
  width: 12px;
  height: 7px;
  margin-left: 12px;
}
.nav_iconBottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/files/user/images/common/icon/icon_bottom_green.svg?v=1752240972);
}

@media (min-width: 730px) and (max-width: 1159px) {
  .nav {
    display: none;
  }
}
@media (max-width: 729px) {
  .nav {
    display: none;
  }
}
/* -------------------------------------------------
英語ヘッダー
------------------------------------------------- */
.en_header.header .nav_inner {
  max-width: 1160px;
  margin: 0 auto;
}
.en_header.header .nav_item {
  flex: 0 0 25%;
  max-width: 100%;
}
.en_header.header .nav_item button {
  line-height: 1.14;
  font-size: 0.875rem;
  padding: 8px 10px;
}
.en_header.header .nav_link {
  line-height: 1.14;
  font-size: 0.875rem;
  padding: 8px 10px;
}
.en_header .navSubLwr_font button {
  font-weight: normal;
}
.en_header .navSubLwr_font button:hover, .en_header .navSubLwr_font button.is-active {
  font-weight: normal;
}
.sp {
  display: none;
}

.tab {
  display: none;
}

.cntSec {
  position: relative;
}
.cntSec_inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px 100px;
}
.cntSec_inner.size-sm {
  max-width: 880px;
}

@media (max-width: 1159px) {
  .sp {
    display: none;
  }
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .cntSec_inner {
    padding: 0 20px 80px;
  }
}
@media (max-width: 767px) {
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .cntSec_inner {
    padding: 0 20px 80px;
  }
}
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.overlay.show {
  display: block;
  opacity: 1;
}

.burgerMenu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  overflow: auto;
  max-height: calc(100vh - 60px);
  background: #ffffff;
  max-width: 375px;
  width: 100%;
  margin: 0 0 0 auto;
  padding-bottom: 32px;
}
.burgerMenu_closeBtnTop {
  border-bottom: 1px solid #cccccc;
}
.burgerMenu_closeBtnTop button {
  display: block;
  margin: 0 0 0 auto;
  background: #ffffff;
  border: none;
  padding: 16px 10px 6px;
  cursor: pointer;
  transition: 0.3s ease;
}
.burgerMenu_closeBtnTop button:hover {
  text-decoration: underline;
  text-decoration-color: #066c02;
}
.burgerMenu_closeBtnTop button:hover .burgerMenu_closeBtnTopText {
  color: #066c02;
}
.burgerMenu_closeBtnTopTextWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.burgerMenu_closeBtnTopTextWrap::before {
  content: "";
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/files/user/images/common/icon/icon_close.svg?v=1752240973);
  margin-bottom: 5px;
}
.burgerMenu_closeBtnTopText {
  position: relative;
  font-size: 0.75rem;
}
.burgerMenu_link {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 23px 20px 19px;
}
.burgerMenu_link:hover .burgerMenu_linkText {
  text-decoration: underline;
  text-decoration-color: #066c02;
}
.burgerMenu_link .burgerMenu_iconRight {
  right: 20px;
}
.burgerMenu_linkText {
  font-size: 1.25rem;
}
.burgerMenu_acdBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: bold;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #cccccc;
  padding: 23px 20px;
  text-align: left;
}
.burgerMenu_acdBtn:hover {
  cursor: pointer;
}
.burgerMenu_acdBtn:hover .burgerMenu_acdBtnText {
  text-decoration: underline;
  text-decoration-color: #066c02;
}
.burgerMenu_acdBtn.is-active {
  background: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.burgerMenu_acdBtn.is-active .burgerMenu_acdIcon::before {
  background-image: url(/files/user/images/common/icon/icon_minus.svg?v=1752240974);
}
.burgerMenu_acdBtnText {
  font-size: 1.25rem;
  width: 100%;
}
.burgerMenu_acdIcon {
  position: relative;
  width: 16px;
}
.burgerMenu_acdIcon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(/files/user/images/common/icon/icon_plus.svg?v=1752240975);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}
.burgerMenu_acd {
  display: none;
  padding: 0 20px 32px;
  background: #f5f5f5;
  border-bottom: 1px solid #cccccc;
}
.burgerMenu_acd.is-open {
  display: block;
}
.burgerMenu_acdList {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.burgerMenu_acdLinkTitle {
  position: relative;
  display: block;
  font-weight: bold;
  padding: 16px;
  margin-bottom: 14px;
  border-bottom: 1px solid #cccccc;
}
.burgerMenu_acdLinkTitle:hover .burgerMenu_acdLinkTitleText {
  text-decoration: underline;
  text-decoration-color: #066c02;
  text-decoration-thickness: 1px;
}
.burgerMenu_iconRight {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 16px;
  margin-left: 12px;
}
.burgerMenu_iconRight::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/files/user/images/common/icon/icon_right_green.svg?v=1752240976);
}
.burgerMenu_acdLink {
  display: flex;
  align-items: center;
  background: #ffffff;
  line-height: 1.5;
  border: 1px solid #ffffff;
  border-radius: 8px;
  min-height: 56px;
  padding: 8px 35px 8px 16px;
}
.burgerMenu_lwr {
  display: none;
}
.burgerMenu_closeBtn {
  width: 140px;
  margin: 32px auto 0;
}
.burgerMenu_closeBtn button {
  background: #ffffff;
  border: 1px solid #242424;
  border-radius: 80px;
  width: 140px;
  height: 48px;
  cursor: pointer;
  color: 1px solid #242424;
  transition: 0.3s ease;
}
.burgerMenu_closeBtn button:hover {
  background: #242424;
  border: 1px solid #242424;
}
.burgerMenu_closeBtn button:hover .burgerMenu_closeBtnText {
  color: #ffffff;
}
.burgerMenu_closeBtn button:hover .burgerMenu_closeBtnText::before {
  background-image: url(/files/user/images/common/icon/icon_close_white.svg?v=1752240973);
}
.burgerMenu_closeBtnText {
  position: relative;
  padding-left: 21px;
}
.burgerMenu_closeBtnText::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/files/user/images/common/icon/icon_close.svg?v=1752240973);
}

@media (max-width: 729px) {
  .burgerMenu {
    position: static;
    top: auto;
    left: auto;
    max-width: 100%;
    padding-bottom: 100px;
  }
  .burgerMenu_closeBtnTop {
    display: none;
  }
  .burgerMenu_lwr {
    display: block;
    margin-top: 32px;
    padding: 0 20px;
  }
  .burgerMenu_lwrList {
    display: flex;
    justify-content: center;
    gap: 0 32px;
    margin-bottom: 29px;
  }
  .burgerMenu_lwrLink::before {
    display: inline-block;
    content: "";
    height: 14px;
    width: 16px;
    margin-right: 4px;
  }
  .burgerMenu_lwrLink-sitemap::before {
    background-image: url(/files/user/images/common/icon/icon_sitemap.svg?v=1752240978);
  }
  .burgerMenu_lwrLink-contact::before {
    background-image: url(/files/user/images/common/icon/icon_mail.svg?v=1752240974);
  }
  .burgerMenu_lwrLanguage {
    position: relative;
    margin-bottom: 33px;
  }
  .burgerMenu_lwrLanguage::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background-image: url(/files/user/images/common/icon/icon_bottom_black.svg?v=1752240972);
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .burgerMenu_lwrLanguage select {
    appearance: none;
    width: 100%;
    padding: 11px 15px 8px;
    font-size: 1rem;
    letter-spacing: 0.025em;
    line-height: 1.6;
    border-radius: 4px;
    border: 1px solid #cccccc;
    cursor: pointer;
  }
  .burgerMenu_lwrSnsList {
    display: flex;
    justify-content: center;
    gap: 0 28px;
  }
  .burgerMenu_lwrSnsLink {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.875rem;
    text-decoration: underline;
  }
  .burgerMenu_lwrSnsLink::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    background-size: contain;
  }
  .burgerMenu_lwrSnsLink-x::before {
    background-image: url(/files/user/images/common/icon/icon_x02.svg?v=1752240979);
    background-repeat: no-repeat;
  }
  .burgerMenu_lwrSnsLink-facebook::before {
    background-image: url(/files/user/images/common/icon/icon_facebook02.svg?v=1752240974);
    background-repeat: no-repeat;
  }
  .burgerMenu_lwrSnsLink-youtube::before {
    background-image: url(/files/user/images/common/icon/icon_youtube02.svg?v=1752240979);
    background-repeat: no-repeat;
  }
}
.footer {
  position: relative;
  background: #f5f5f5;
  z-index: 0;
}
.footer_inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 56px 40px 37px;
  display: flex;
  gap: 0 4.3%;
  align-items: flex-start;
}
.footer_navMain {
  flex: 1;
}
.footer_navSub {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.footer_subLink {
  font-size: 0.875rem;
}
.footer_subLink:hover {
  text-decoration: underline !important;
  text-decoration-color: #066c02 !important;
}
.footer_subIcon {
  display: inline-block;
  content: "";
  width: 6px;
  height: 10px;
  margin-right: 12px;
}
.footer_subIconRight::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/files/user/images/common/icon/icon_right_green.svg?v=1752240976);
  transition: 0.3s ease;
}
.footer_info {
  background: #ffffff;
  flex: 0 0 286px;
  border-radius: 8px;
  padding: 26px 20px 22px;
}
.footer_infoLogo {
  width: 160px;
  margin-bottom: 32px;
}
.footer_infoText {
  font-size: 0.875rem;
  margin-bottom: 16px;
  color: #676767;
  letter-spacing: 0;
}
.footer_listWrap {
  display: flex;
  gap: 0 6.3%;
  align-items: flex-start;
  margin-bottom: 38px;
}
.footer_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 22px 0;
}
.footer_link {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 8px;
  padding-right: 30px;
  transition: 0.3s ease;
}
.footer_link:hover {
  border-bottom: 1px solid #066c02;
}
.footer_link:hover .footer_iconRight::before {
  background-image: url(/files/user/images/common/icon/icon_right_roundfill_green.svg?v=1752240977);
}
.footer_linkText {
  position: relative;
  display: block;
}
.footer_iconRight {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.footer_iconRight::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/files/user/images/common/icon/icon_right_round_green.svg?v=1752240976);
  transition: 0.3s ease;
}
.footer_copy {
  position: relative;
  background: #22548e;
  padding: 18px 0;
  z-index: 30;
}
.footer_copyText {
  font-size: 0.875rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 1159px) {
  .footer_inner {
    padding: 56px 20px 40px;
    gap: 0 24px;
  }
  .footer_navMain {
    gap: 0 24px;
  }
  .footer_info {
    flex: 0 0 252px;
  }
}
@media (max-width: 767px) {
  .footer_inner {
    padding: 32px 20px 23px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
  }
  .footer_navMain {
    width: 100%;
  }
  .footer_navSub {
    flex-direction: column;
    align-items: center;
    gap: 14px 0;
  }
  .footer_info {
    width: 100%;
    margin-bottom: 30px;
    padding: 16px 20px 16px;
  }
  .footer_infoLogo {
    width: 175px;
    margin-bottom: 18px;
  }
  .footer_infoText {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .footer_listWrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
  }
  .footer_list {
    width: 100%;
    margin-bottom: 22px;
  }
  .footer_copy {
    padding: 13px 0;
  }
  .footer_copyText {
    font-size: 0.75rem;
    letter-spacing: 0.025em;
  }
}

/* -------------------------------------------------
英語フッター
------------------------------------------------- */
.en_footer.footer_navSub {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .en_footer.footer_inner {
    padding: 32px 20px 15px;
  }
  .en_footer.footer_navMain {
    margin-bottom: 8px;
  }
  .en_footer.footer_navSub {
    gap: 17px 0;
  }
  .en_footer.footer_listWrap {
    margin-bottom: 8px;
  }
}

.pageTop {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #e5322d;
  position: fixed;
  right: 40px;
  bottom: -24px;
  z-index: 20;
  transition: opacity 0.3s ease;
}
.pageTop.is-show {
  opacity: 1;
}
.pageTop.is-stop {
  position: absolute;
  bottom: 35px;
}
.pageTop_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 13px;
}
.pageTop_text::before {
  content: "";
  display: block;
  aspect-ratio: 16/10;
  width: 16px;
  height: auto;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/files/user/images/common/icon/icon_top_white.svg?v=1752240979);
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .pageTop {
    width: 48px;
    height: 48px;
    right: 8px;
    bottom: -10px;
  }
  .pageTop.is-stop {
    position: absolute;
    bottom: 34px;
  }
  .pageTop_text {
    font-size: 0.7rem;
    margin-bottom: 7px;
  }
  .pageTop_text::before {
    width: 10px;
    margin-bottom: 3px;
  }
}

.js-accordion-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.js-accordion-item.js-accordion-is-open .js-accordion-body {
  /* max-heightはJSで制御するので不要 */
}

@media print {
  .header {
    position: relative;
  }
  body {
    margin: 0;
    padding: 0;
    color-adjust: exact;
  }
  * {
    box-sizing: border-box;
    break-inside: auto;
    page-break-inside: auto;
  }
  li {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}

/*# sourceMappingURL=common.css.map */
