@charset "UTF-8";
/* バナーエリアの最大値 */
.rn_wrap {
  overflow-x: hidden;
  background: #E5EEF6;
}

@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_only_pc {
    display: none !important;
  }
}
@media screen and (max-width: 647px) {
  .rn_only_pc {
    display: none !important;
  }
}

.rn_only_sp {
  display: none !important;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_only_sp {
    display: revert !important;
  }
}
@media screen and (max-width: 647px) {
  .rn_only_sp {
    display: revert !important;
  }
}

.rn_btn {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 40px;
  background: #0052a4;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.rn_btn:hover {
  background: #33bec3;
  text-decoration: none;
}
.rn_btn:link, .rn_btn:visited, .rn_btn:active {
  color: #fff;
}
.rn_btn.is_secondary {
  background: #fff;
  color: #0052a4;
  border: 1px solid #0052a4;
}
.rn_btn.is_secondary:hover {
  background: #33bec3;
  border: 1px solid #33bec3;
  color: #fff;
}
.rn_btn.is_secondary:hover .rn_btn_arrow {
  fill: #fff;
}
.rn_btn.is_secondary:hover .rn_btn_blank {
  stroke: #fff;
}
.rn_btn.is_secondary .rn_btn_arrow {
  fill: #0052a4;
}
.rn_btn.is_secondary .rn_btn_blank {
  stroke: #0052a4;
}
.rn_btn.is_outline {
  background: transparent;
  border: 1px solid #fff;
}
@media screen and (max-width: 647px) {
  .rn_btn {
    padding: 16px 32px;
    font-size: 14px;
    width: auto;
  }
}
.rn_btn .rn_btn_arrow {
  width: 7px;
  height: 12px;
  fill: #fff;
  transition: 0.3s;
}
.rn_btn .rn_btn_blank {
  width: 14px;
  height: 14px;
  stroke: #fff;
  transition: 0.3s;
}

.rn_text_link {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.48px;
}
.rn_text_link:link, .rn_text_link:visited, .rn_text_link:active {
  color: #fff;
}
.rn_text_link:hover {
  color: #2da9ae;
  text-decoration: none;
}
.rn_text_link:hover span {
  border-bottom: 1px solid #2da9ae;
}
.rn_text_link:hover .rn_text_link_arrow {
  fill: #2da9ae;
}
.rn_text_link:hover .rn_text_link_blank {
  stroke: #2da9ae;
}
.rn_text_link:hover.is_bright {
  color: #55ced3;
}
.rn_text_link:hover.is_bright span {
  border-bottom: 1px solid #55ced3;
}
.rn_text_link:hover.is_bright .rn_text_link_arrow {
  fill: #55ced3;
}
.rn_text_link:hover.is_bright .rn_text_link_blank {
  stroke: #55ced3;
}
.rn_text_link:hover.is_secondary {
  color: #2da9ae;
}
.rn_text_link:hover.is_secondary span {
  border-bottom: 1px solid #2da9ae;
}
.rn_text_link:hover.is_secondary .rn_text_link_arrow {
  fill: #2da9ae;
}
.rn_text_link:hover.is_secondary .rn_text_link_blank {
  stroke: #2da9ae;
}
.rn_text_link:hover.is_secondary.is_bright {
  color: #55ced3;
}
.rn_text_link:hover.is_secondary.is_bright span {
  border-bottom: 1px solid #55ced3;
}
.rn_text_link:hover.is_secondary.is_bright .rn_text_link_arrow {
  fill: #55ced3;
}
.rn_text_link:hover.is_secondary.is_bright .rn_text_link_blank {
  stroke: #55ced3;
}
.rn_text_link:hover.is_inline {
  text-decoration-color: #2da9ae;
}
.rn_text_link:hover.is_inline span {
  border-bottom: none;
}
.rn_text_link span {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
.rn_text_link.is_secondary {
  color: #0052a4;
}
.rn_text_link.is_secondary span {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #0052a4;
}
.rn_text_link.is_secondary .rn_text_link_blank {
  stroke: #0052a4;
}
.rn_text_link.is_secondary .rn_text_link_arrow {
  fill: #0052a4;
}
.rn_text_link.is_inline {
  display: inline;
  text-decoration: underline;
  text-decoration-color: #0052a4;
}
.rn_text_link.is_inline span {
  border-bottom: none;
}
.rn_text_link .rn_text_link_arrow {
  width: 7px;
  height: 12px;
  fill: #fff;
  transition: 0.3s;
}
.rn_text_link .rn_text_link_blank {
  width: 14px;
  height: 14px;
  stroke: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_text_link {
    justify-content: center;
  }
}
@media screen and (max-width: 647px) {
  .rn_text_link {
    justify-content: center;
  }
}

:is(h1, h2):has(> .rn_heading_main):has(> .rn_heading_sub) {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.rn_heading_main {
  margin-right: 24px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_heading_main {
    font-size: 40px;
  }
}
@media screen and (max-width: 647px) {
  .rn_heading_main {
    font-size: 40px;
  }
}

.rn_heading_sub {
  position: relative;
  font-size: 20px;
  color: #323c46;
  font-weight: 700;
  line-height: 1.8;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 648px) and (max-width: 1007px) {
  .rn_heading_sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 647px) {
  .rn_heading_sub {
    font-size: 16px;
  }
}
.rn_heading_sub::before {
  content: "／";
  position: relative;
  top: 0;
  left: 0;
  width: 1em;
  margin-right: 0.5em;
}

.js_fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.js_fadein.is_shown {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .js_fadein {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media screen and (min-width: 1008px) {
  .rn_lyHeadWrapper:not(.is_fullsize) {
    min-height: 102px;
  }
}
@media screen and (max-width: 1007px) {
  .rn_lyHeadWrapper:not(.is_fullsize) {
    min-height: 61px;
  }
}
@media screen and (min-width: 1008px) {
  .rn_lyHeadWrapper:not(.is_fullsize) .rn_lyHead {
    border-bottom: 1px solid #eee8e8;
  }
}
@media screen and (max-width: 1007px) {
  .rn_lyHeadWrapper:not(.is_fullsize) .rn_lyHead {
    border-bottom: 1px solid #eee8e8;
    background-color: #fff;
  }
}
@media screen and (min-width: 1008px) {
  .rn_lyHeadWrapper:not(.is_fullsize) .rn_lyHead.is_rnFixed {
    border-bottom: none;
  }
}
@media screen and (max-width: 1007px) {
  .rn_lyHeadWrapper:not(.is_fullsize) .rn_lyHead.is_rnFixed {
    border-bottom: none;
    background-color: transparent;
  }
}
@media screen and (min-width: 1008px) {
  .rn_lyHeadWrapper:not(.is_fullsize) .rn_lyHead.is_rnFixed .rn_lyHeadBgWhite {
    border: 1px solid #eee8e8;
  }
}
@media screen and (max-width: 1007px) {
  .rn_lyHeadWrapper:not(.is_fullsize) .rn_lyHead.is_rnFixed .rn_lyHeadBgWhite {
    border: 1px solid #eee8e8;
  }
}
@media screen and (min-width: 1025px) {
  .rn_lyHeadWrapper.is_fullsize .rn_lyHead.is_rnFixed {
    max-width: 100%;
  }
}

.rn_head {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  color: #323c46;
}

.rn_lyHead.is_rnFixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 120;
}
@media screen and (min-width: 1025px) {
  .rn_lyHead.is_rnFixed {
    max-width: 1440px;
  }
  .rn_lyHead.is_rnFixed .rn_lyHeadBgWhite,
  .rn_lyHead.is_rnFixed .rn_lyHeadInner,
  .rn_lyHead.is_rnFixed .rn_lyHeadInner .rn_blHeadNav {
    min-height: 70px;
  }
}

@media screen and (min-width: 1025px) {
  @keyframes rnHeadFixedIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes rnHeadFixedOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .rn_lyHead.is_rnFixedIn {
    animation: rnHeadFixedIn 0.3s ease both;
    will-change: opacity;
  }
  .rn_lyHead.is_rnFixedOut {
    animation: rnHeadFixedOut 0.3s ease both;
    will-change: opacity;
  }
  .rn_lyHead.is_rnUnfixedIn {
    animation: rnHeadFixedIn 0.3s ease both;
    will-change: opacity;
  }
}
@media screen and (min-width: 1025px) and (prefers-reduced-motion: reduce) {
  .rn_lyHead.is_rnFixedIn,
  .rn_lyHead.is_rnFixedOut,
  .rn_lyHead.is_rnUnfixedIn {
    animation: none !important;
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .rn_lyHead.is_rnFixed .rn_headPcGrid {
    justify-content: space-between;
    min-height: 70px;
    align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .rn_lyHead.is_rnFixed .rn_headPcCol {
    flex: 1 1 auto;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .rn_lyHead.is_rnFixed .rn_headPcUtil {
    width: auto;
  }
}

@media screen and (min-width: 1025px) {
  .rn_lyHead.is_rnFixed .rn_headPcMain {
    width: auto;
  }
}

@media screen and (min-width: 1025px) {
  .rn_lyHead.is_rnFixed .rn_headUtilLink_report,
  .rn_lyHead.is_rnFixed .rn_headUtilLink_login {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .rn_lyHead.is_rnFixed .rn_headPcCta {
    min-height: auto;
    height: auto;
    margin: 0;
    padding: 20px 40px;
    width: 200px;
    align-self: center;
  }
}

.rn_lyHead {
  z-index: 120;
}
@media screen and (min-width: 1025px) {
  .rn_lyHead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .rn_lyHead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 120;
  }
}

.rn_lyHead.rn_head .rn_lyHeadInner .rn_blHeadLogo > a.rn_headLogoLink,
.rn_lyHead.rn_head.is_rnFixed .rn_lyHeadInner .rn_blHeadLogo > a.rn_headLogoLink {
  display: block;
  line-height: 0;
  padding: 0;
  height: auto;
  min-height: 1px;
  text-indent: 0;
  white-space: normal;
  overflow: visible;
  background: none;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .rn_lyHead.rn_head.is_rnFixed .rn_lyHead.rn_head .rn_lyHeadInner .rn_blHeadLogo > a.rn_headLogoLink,
  .rn_lyHead.rn_head.is_rnFixed .rn_lyHead.rn_head.is_rnFixed .rn_lyHeadInner .rn_blHeadLogo > a.rn_headLogoLink {
    max-height: none;
  }
}

.rn_lyHead.rn_head .rn_lyHeadInner .rn_blHeadLogo > a.rn_headLogoLink:hover,
.rn_lyHead.rn_head.is_rnFixed .rn_lyHeadInner .rn_blHeadLogo > a.rn_headLogoLink:hover {
  text-decoration: none;
  opacity: 0.9;
}

.rn_headLogoImg {
  display: block;
  width: 100%;
  height: auto;
}

.rn_headIcExt {
  display: inline-flex;
  margin-left: 6px;
  vertical-align: middle;
}
.rn_headIcExt svg {
  width: 14px;
  height: 14px;
  stroke: #0052a4;
  transition: 0.3s;
}

.rn_headLang {
  position: relative;
}

.rn_headLangBtn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 13px;
  color: #323c46;
  cursor: pointer;
}
.rn_headLangBtn:hover .rn_headLangIc, .rn_headLangBtn:focus-visible .rn_headLangIc {
  color: #2da9ae;
}

.rn_headLang:hover .rn_headLangBtn .rn_headLangIc,
.rn_headLang:focus-within .rn_headLangBtn .rn_headLangIc,
.rn_headLang.is_rnOpen .rn_headLangBtn .rn_headLangIc {
  color: #2da9ae;
}

@media screen and (min-width: 1025px) {
  .rn_headLang:hover .rn_headLangBtn .rn_headLangLabel,
  .rn_headLang:focus-within .rn_headLangBtn .rn_headLangLabel,
  .rn_headLang.is_rnOpen .rn_headLangBtn .rn_headLangLabel {
    color: #2da9ae;
  }
}

.rn_headLang:hover .rn_headLangBtn .rn_headLangChev,
.rn_headLang:focus-within .rn_headLangBtn .rn_headLangChev,
.rn_headLang.is_rnOpen .rn_headLangBtn .rn_headLangChev {
  border-color: #2da9ae;
}

.rn_headLangIc {
  display: flex;
  color: #2da9ae;
}

.rn_headLangIc .rn_headLangIcSvg {
  display: block;
  width: 16px;
  height: 16px;
}

.rn_headLangChev {
  width: 6px;
  height: 6px;
  margin-left: 2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.rn_headLangPanel {
  position: absolute;
  z-index: 130;
  top: calc(100% + 16px);
  left: -24px;
  min-width: 169px;
  padding: 16px 24px;
  background: #ffffff;
  border: 0;
  box-shadow: none;
  opacity: 0.95;
}
@media screen and (min-width: 1025px) {
  .rn_headLangPanel {
    top: calc(100% + 10px);
    visibility: hidden;
    padding: 16px 8px;
    border: 1px solid #dce6f0;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
  }
}

.rn_headLangPanel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 16px;
}

@media screen and (min-width: 1025px) {
  .rn_headLang:hover .rn_headLangPanel,
  .rn_headLang:focus-within .rn_headLangPanel,
  .rn_headLang.is_rnOpen .rn_headLangPanel {
    visibility: visible;
    opacity: 1;
  }
}

.rn_headLangList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rn_headLangList a {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
  position: relative;
  display: block;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.42px;
  text-decoration: none;
  line-height: 1.35;
  transition: 0.3s;
}
@media screen and (min-width: 1025px) {
  .rn_headLangList a {
    padding: 8px 16px;
    line-height: 1.75;
  }
}
.rn_headLangList a:hover {
  color: #2da9ae;
}
@media screen and (min-width: 1025px) {
  .rn_headLangList a:hover {
    background: rgba(0, 82, 164, 0.05);
  }
}

.rn_headLangList_row {
  display: block;
  padding: 0;
}

.rn_headLangList_row a {
  padding: 0;
}

.rn_headPcCompany {
  position: relative;
}

.rn_headPcCompanyBtn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  padding: 0 0 4px;
  color: inherit;
  text-decoration: none;
}

.rn_headPcChev {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.rn_headCompanyPanel {
  position: absolute;
  z-index: 140;
  left: -76px;
  top: calc(100% + 36px);
  width: 220px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #dce6f0;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}

.rn_headCompanyPanel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
  height: 36px;
}

.rn_headPcCompany:hover .rn_headCompanyPanel,
.rn_headPcCompany:focus-within .rn_headCompanyPanel,
.rn_headPcCompany.is_rnOpen .rn_headCompanyPanel {
  visibility: visible;
  opacity: 1;
}

.rn_headCompanyList {
  margin: 0;
  padding: 16px 8px;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.rn_headCompanyList li:first-of-type .rn_headCompanyLink {
  font-weight: 700;
}

.rn_headCompanySep {
  height: 8px;
  margin: 0;
  list-style: none;
}

.rn_headCompanyLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #323c46;
  text-decoration: none;
  line-height: 1.75;
  letter-spacing: 0.42px;
  transition: 0.3s;
}
.rn_headCompanyLink:hover {
  background: rgba(0, 82, 164, 0.05);
  color: #2da9ae;
  text-decoration: none;
}
.rn_headCompanyLink:hover .rn_headIcChevR svg path {
  fill: #2da9ae;
}

.rn_headIcChevR {
  flex-shrink: 0;
  font-size: 12px;
}
.rn_headIcChevR svg {
  width: 7px;
  height: 12px;
  transition: 0.3s;
}

.rn_headSpOpen {
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  transform: none;
  z-index: 125;
  width: 62px;
  height: 62px;
  padding: 0;
  border: 0;
  background: #ffffff;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
@media screen and (min-width: 1025px) {
  .rn_headSpOpen {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .rn_headSpOpen {
    display: inline-flex;
  }
}

.rn_headSpOpenBar {
  display: block;
  width: 26px;
  height: 2px;
  background: #2350a0;
  border-radius: 1px;
}

.rn_headSpOpenBar:first-child {
  margin-top: 22px;
  margin-left: 18px;
}

.rn_headSpOpenBar:not(:first-child) {
  margin-left: 18px;
}

@media screen and (max-width: 1024px) {
  body.is_rnHeadNav_open:has(.rn_lyHead.rn_head) .rn_headSpOpen {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  body.is_rnHeadNav_open:has(.rn_lyHead.rn_head) .rn_headSpOpenBar {
    background: #fff;
    position: absolute;
    left: 18px;
    top: calc(50% - 1px);
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  body.is_rnHeadNav_open:has(.rn_lyHead.rn_head) .rn_headSpOpenBar:nth-child(1) {
    transform: rotate(30deg);
  }
}

@media screen and (max-width: 1024px) {
  body.is_rnHeadNav_open:has(.rn_lyHead.rn_head) .rn_headSpOpenBar:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  body.is_rnHeadNav_open:has(.rn_lyHead.rn_head) .rn_headSpOpenBar:nth-child(3) {
    transform: rotate(-30deg);
  }
}

.rn_headSpHead {
  display: none;
}
@media screen and (max-width: 1024px) {
  .rn_headSpHead {
    display: block;
    position: sticky;
    top: 0;
    z-index: 2;
    height: 62px;
    margin: 0 10px;
    background: #ffffff;
    opacity: 0.95;
  }
}

.rn_headSpBody {
  display: none;
}
@media screen and (max-width: 1024px) {
  .rn_headSpBody {
    display: block;
    padding: 40px 15px 80px;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpItem {
    padding-bottom: 10px;
    border-bottom: 1px solid #dce6f0;
  }
}

@media screen and (max-width: 1024px) {
  body:has(.rn_lyHead.rn_head).is_rnHeadNav_open {
    transform: none;
    overflow: hidden;
  }
}

@media screen and (min-width: 1025px) {
  .rn_lyHeadWrapper:has(.rn_head) {
    min-height: 85px;
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  .rn_head .rn_lyHeadInner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 30px;
    min-height: 85px;
    position: relative;
    overflow: visible;
  }
}
@media screen and (max-width: 1024px) {
  .rn_head .rn_lyHeadInner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: none;
    width: 100%;
    min-height: 62px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1025px) {
  .rn_head .rn_lyHeadBgWhite {
    min-height: 85px;
    box-shadow: none;
    background: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .rn_head .rn_lyHeadBgWhite {
    min-height: 62px;
    box-shadow: none;
    background: #ffffff;
    opacity: 0.95;
    margin: 10px 10px;
    padding-left: 24px;
  }
}

.rn_lyHead.rn_head.is_rnFixed .rn_lyHeadBgWhite {
  backdrop-filter: blur(5px);
}
@media screen and (min-width: 1025px) {
  .rn_lyHead.rn_head.is_rnFixed .rn_lyHeadBgWhite {
    box-sizing: border-box;
    width: calc(100% - 10px * 2);
    margin: 10px auto 0;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #eee8e8;
  }
}

@media screen and (min-width: 1025px) {
  .rn_head .rn_lyHeadInner .rn_blHeadLogo {
    float: none;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 192px;
    max-width: 192px;
    height: 38px;
    margin-top: 23px;
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .rn_head .rn_lyHeadInner .rn_blHeadLogo {
    float: none;
    width: 160px;
    max-width: 160px;
    height: 32px;
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .rn_head .rn_blHeadLogo > a.rn_headLogoLink {
    height: 100%;
    max-height: 38px;
  }
}

@media screen and (min-width: 1025px) {
  .rn_head .rn_blHeadLogo .rn_headLogoImg {
    width: 192px;
    height: 38px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
  }
}
@media screen and (max-width: 1024px) {
  .rn_head .rn_blHeadLogo .rn_headLogoImg {
    width: 160px;
    max-width: 100%;
    height: 32px;
    max-height: 32px;
    object-fit: contain;
    object-position: left center;
  }
}

@media screen and (min-width: 1025px) {
  .rn_lyHead.rn_head.is_rnFixed .rn_lyHeadInner {
    align-items: center;
    padding-left: 20px;
    padding-right: 4px;
    margin-top: 0;
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .rn_lyHead.rn_head.is_rnFixed .rn_lyHeadInner {
    gap: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .rn_lyHead.rn_head.is_rnFixed .rn_lyHeadInner .rn_blHeadLogo {
    width: 182px;
    max-width: 182px;
    height: 36px;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 1025px) {
  .rn_lyHead.rn_head.is_rnFixed .rn_lyHeadInner .rn_blHeadLogo .rn_headLogoImg {
    width: 182px;
    height: 36px;
    max-width: 100%;
    max-height: 36px;
    object-fit: contain;
    object-position: left center;
  }
}

@media screen and (min-width: 1025px) {
  .rn_head .rn_blHeadNav {
    float: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    min-height: 85px;
    min-width: 0;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .rn_head .rn_blHeadNav {
    position: fixed;
    top: 0;
    right: -100%;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: transparent;
    z-index: 110;
    transform: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease, right 0.35s ease;
  }
}

@media screen and (max-width: 1024px) {
  body.is_rnHeadNav_open:has(.rn_lyHead.rn_head) .rn_head .rn_blHeadNav {
    right: 0;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 1025px) {
  .rn_head .rn_blHeadNavInner {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .rn_head .rn_blHeadNavInner {
    position: absolute;
    inset: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0 24px;
    background: #e5eef6;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcNav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 0;
    min-width: 0;
    align-self: stretch;
  }
}
@media screen and (max-width: 1024px) {
  .rn_headPcNav {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcGrid {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    gap: 40px;
    align-self: stretch;
    width: 100%;
    min-height: 85px;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcCol {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 14px;
    min-width: 0;
    padding: 18px 0 16px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcUtil {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcUtil .rn_headLangBtn {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.36px;
    line-height: 1;
    gap: 6px;
    padding: 0;
    color: #323c46;
  }
}

.rn_headUtilLink {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
}
@media screen and (min-width: 1025px) {
  .rn_headUtilLink {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.36px;
    line-height: 1;
    color: #323c46;
    text-decoration: none;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headUtilLink:hover {
    color: #2da9ae;
    text-decoration: none;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headUtilIc {
    display: flex;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    color: #2da9ae;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headUtilIc svg {
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headUtilLink_login .rn_headUtilIc {
    color: #2da9ae;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headUtilLink_login:hover .rn_headUtilIc,
  .rn_headUtilLink_login:focus-visible .rn_headUtilIc {
    color: #2da9ae;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headUtilLink_login .rn_headUtilIc .rn_headLockIc {
    width: 14px;
    height: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headUtilLink_report .rn_headUtilIc {
    color: #2da9ae;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headUtilLink_report:hover .rn_headUtilIc,
  .rn_headUtilLink_report:focus-visible .rn_headUtilIc {
    color: #2da9ae;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headUtilLink_report .rn_headUtilIc .rn_headReportIc {
    display: block;
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcMain {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcMainNav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcMainList {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcMainLink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.42px;
    line-height: 1.35;
    color: #323c46;
    text-decoration: none;
    border-bottom: 0;
    font-family: "Yu Gothic", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcMainLink:hover {
    color: #2da9ae;
    text-decoration: none;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcCompany .rn_headPcCompanyBtn {
    border-bottom: 0;
    padding-bottom: 0;
    font-family: "Yu Gothic", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcCompany:hover .rn_headPcCompanyBtn,
  .rn_headPcCompany:focus-within .rn_headPcCompanyBtn,
  .rn_headPcCompany.is_rnOpen .rn_headPcCompanyBtn {
    color: #2da9ae;
    box-shadow: none;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcMainLink_ext:hover {
    color: #2da9ae;
  }
  .rn_headPcMainLink_ext:hover svg {
    stroke: #2da9ae;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcCta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 200px;
    min-width: 0;
    max-width: none;
    min-height: 85px;
    padding: 20px 40px;
    margin: 0;
    background: #0052a4;
    color: #fff;
    text-decoration: none;
    font-family: "Yu Gothic", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcCta:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcCtaInner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}

.rn_headPcCtaTxt {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
}
@media screen and (min-width: 1025px) {
  .rn_headPcCtaTxt {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1.35;
    color: #fff;
    white-space: nowrap;
    font-feature-settings: "pwid" 1;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcCtaIc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcCtaChev {
    display: block;
    width: 7px;
    height: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headPcCompanyBtn[aria-expanded=true] {
    color: #2da9ae;
  }
}

@media screen and (min-width: 1025px) {
  .rn_headLangPanel .rn_headLangList a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.36px;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpHeadLogo {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpHeadTag {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    height: 62px;
    border: 0;
    padding: 0;
    background: #0052a4;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpHeadLogoLink {
    position: absolute;
    left: 24px;
    top: 15px;
    display: inline-flex;
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpHeadLogoImg {
    width: 160px;
    height: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpItem_acc:not(.is_rnCollapsed) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.rn_headSpLink {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
}
@media screen and (max-width: 1024px) {
  .rn_headSpLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.48px;
    line-height: 1.75;
    color: #323c46;
    text-decoration: none;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpLink:hover {
    color: #2da9ae;
    text-decoration: none;
  }
  .rn_headSpLink:hover svg {
    stroke: #2da9ae;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpAccBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.48px;
    line-height: 1.75;
    color: #323c46;
    cursor: pointer;
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpAccIcon {
    width: 12px;
    height: 2px;
    background: #2350a0;
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpAccIcon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #2350a0;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpItem_acc.is_rnCollapsed .rn_headSpAccIcon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpAccPanel {
    height: auto;
    margin-top: 20px;
    padding: 0 16px;
    overflow: hidden;
    transition: height 0.3s, margin-top 0.3s;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpItem_acc.is_rnCollapsed .rn_headSpAccPanel {
    height: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpCompanyGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 15px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

.rn_headSpCompanyGrid a {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
}
@media screen and (max-width: 1024px) {
  .rn_headSpCompanyGrid a {
    display: block;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.42px;
    line-height: 1.75;
    color: #323c46;
    text-decoration: none;
    border-bottom: 1px solid #dce6f0;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpCompanyGrid a:hover {
    color: #2da9ae;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpSubList {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 16px 0 0;
    list-style: none;
  }
}

.rn_headSpSubLink {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
}
@media screen and (max-width: 1024px) {
  .rn_headSpSubLink {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 600;
    color: #2da9ae;
    text-decoration: none;
    border-bottom: 1px solid #DCE6F0;
  }
}
@media screen and (max-width: 1024px) {
  .rn_headSpSubLink:hover {
    color: #2da9ae;
    text-decoration: none;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpSubIc {
    display: flex;
    color: #2da9ae;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpSubLink_login .rn_headSpSubIc {
    color: #2da9ae;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpSubLink_login:hover .rn_headSpSubIc,
  .rn_headSpSubLink_login:focus-visible .rn_headSpSubIc {
    color: #2da9ae;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpSubLink_login .rn_headSpSubIc .rn_headLockIc {
    display: block;
    width: 17px;
    height: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpSubLink_report .rn_headSpSubIc {
    color: #2da9ae;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpSubLink_report:hover .rn_headSpSubIc,
  .rn_headSpSubLink_report:focus-visible .rn_headSpSubIc {
    color: #2da9ae;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpSubLink_report .rn_headSpSubIc .rn_headReportIc {
    display: block;
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpCta {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpCtaBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px;
    background: #0052a4;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 2px;
  }
  .rn_headSpCtaBtn svg {
    width: 7px;
    height: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .rn_headSpCtaBtn.rn_btn {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpCtaArr {
    margin-left: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpLang {
    margin-top: 64px;
    padding-top: 0;
    border-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpLang .rn_headLangBtn {
    width: 100%;
    justify-content: center;
    gap: 6px;
    padding: 14px 60px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.42px;
    line-height: 1.35;
    color: #323c46;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.rn_headSpLang .rn_headLangBtn .rn_headLangLabel {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
}
@media screen and (max-width: 1024px) {
  .rn_headSpLang .rn_headLangBtn[aria-expanded=true] {
    color: #2da9ae;
  }
}
@media screen and (max-width: 1024px) {
  .rn_headSpLang .rn_headLangBtn[aria-expanded=true] + .rn_headLangPanel {
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpLang .rn_headLangPanel {
    position: static;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.95);
    padding: 14px 40px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpLang .rn_headLangPanel[hidden] {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .rn_headSpLang .rn_headLangPanel .rn_headLangList_row {
    display: flex;
    gap: 32px;
  }
}

.rn_headSpLang .rn_headLangPanel .rn_headLangList_row a {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Figtree", sans-serif;
}

/*# sourceMappingURL=header.css.map */
