@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:wght@400;500;700&display=swap");
@import "/Portals/0/css/base.css";
@import "/Portals/0/css/contents-en.css";
html.fontSize1 {
  font-size: 87.5%;
}

html,
html.fontSize2 {
  font-size: 100%;
}

html.fontSize3 {
  font-size: 112.5%;
}

body {
  min-width: 1280px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-size: 0.9375rem;
  color: #000000;
}

#blockskip {
  display: none;
}

.inner {
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

body._Index .inner {
  width: unset;
  max-width: 1580px;
  min-width: 1280px;
  padding: 0 80px;
}

.breadcrumb {
  margin: 30px 0 77px;
  line-height: 1.5;
}
.breadcrumb .inner > span {
  display: block;
}
.breadcrumb .inner > span > * {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb .inner > span span.separator {
  width: 7px;
  height: 7px;
  margin: 0 20px;
  border-top: 2px solid #CCCCCC;
  border-right: 2px solid #CCCCCC;
  font-size: 0;
  transform: rotate(45deg);
}
.breadcrumb .inner > span .breadcrumbItem {
  margin: 0;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}
.breadcrumb .inner > span a.breadcrumbItem {
  color: #009DD8;
}

#footer {
  margin-top: 100px;
}
#footer .pagetop {
  background-color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  transform: rotate(-90deg);
  position: fixed;
  bottom: 88px;
  right: -67px;
  z-index: 90;
}
#footer .pagetop.fix {
  background-color: transparent;
  bottom: 58px;
}
#footer .pagetop a {
  font-family: "Inter";
  font-weight: 700;
  color: #004098;
  text-decoration: none;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 13px;
}
#footer .pagetop a::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 6px;
  background-image: url(/Portals/0/images/common/arrow_pagetop.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: transform;
}
#footer .pagetop a:hover {
  color: #009DD8;
}
#footer .pagetop a:hover::before {
  transform: translateX(10px);
}
#footer .foot_top {
  position: relative;
  background: linear-gradient(45deg, #004098 0%, #009DD8 100%);
  padding: 110px 0 150px;
}
#footer .foot_top::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 386px solid #fff;
  border-left: 210px solid transparent;
}
#footer .foot_nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
}
#footer .foot_nav > ul a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
#footer .foot_nav > ul a:hover {
  color: rgba(255, 255, 255, 0.6);
}
#footer .foot_nav > ul > li {
  width: calc((100% - 120px) / 4);
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
#footer .foot_nav > ul > li > a {
  font-size: 1.25rem;
}
#footer .foot_nav > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
#footer .foot_nav > ul > li > ul > li > a {
  font-weight: 500;
}
#footer .foot_nav > ul > li {
  /*&.Tab205,
  &.Tab206 {
    display: none;
  }*/
}
#footer .foot_nav > ul > li.Tab203, #footer .foot_nav > ul > li.Tab204 {
  display: none;
}
#footer .foot_bottom {
  background-color: #fff;
}
#footer .foot_bottom .inner {
  padding: 41.5px 40px 38.5px;
  display: flex;
  flex-direction: column;
  gap: 29px 0;
}
#footer .foot_bottom .inner .copyright {
  color: #999999;
  font-size: 0.875rem;
  font-family: "Inter";
}
#footer .foot_link {
  display: flex;
  align-items: center;
  gap: 0 80px;
}
#footer .foot_link .logo {
  width: 232px;
}
#footer .foot_link .logo a:hover {
  opacity: 0.6;
}
#footer .foot_link .link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0 60px;
}
#footer .foot_link .link a {
  text-decoration: none;
  color: #000000;
}
#footer .foot_link .link a:hover {
  color: #009DD8;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
#header .shape {
  position: absolute;
  width: 350px;
  height: 150px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 0, 80% 100%, 0% 100%);
  z-index: 1;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-duration: 0.2s;
}
#header .head_inner {
  position: relative;
  width: 100%;
  min-width: 1280px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 50px;
}
#header .head_inner .left {
  z-index: 1;
}
#header .head_inner .left .logo {
  max-height: 120px;
}
#header .head_inner .left .logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px 0;
  padding-top: 44px;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: padding-top, opacity;
}
#header .head_inner .left .logo a:hover {
  opacity: 0.6;
}
#header .head_inner .left .logo a::after {
  content: "";
  display: block;
  background: url("/Portals/0/images/common/logo_sub.png") no-repeat center center/contain;
  width: 145px;
  height: 20px;
  transition: none;
}
#header .head_inner .left .logo a img {
  width: 210px;
}
#header .head_inner .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
  min-height: 110px;
}
#header .head_inner .head_top {
  display: flex;
  align-items: center;
  gap: 0 40px;
  padding: 20px 0 0 0;
  margin-right: 135px;
  line-height: 1.5;
}
#header .head_inner .head_top > div:nth-child(4), #header .head_inner .head_top > div:nth-child(5) {
  position: absolute;
}
#header .head_inner .head_top > div:nth-child(4) {
  top: 21px;
  right: 110px;
}
#header .head_inner .head_top > div:nth-child(5) {
  top: 22px;
  right: 40px;
}
#header .head_inner .head_link {
  display: flex;
  gap: 0 30px;
}
#header .head_inner .head_link a {
  color: #000000;
  text-decoration: none;
}
#header .head_inner .head_link a:hover {
  color: #009DD8;
}
#header .head_inner .head_lang {
  display: flex;
  gap: 0 30px;
}
#header .head_inner .head_lang a {
  position: relative;
  text-decoration: none;
  font-family: "Inter";
  font-weight: 700;
  padding: 0px 25px;
  height: 30px;
  border-radius: 0;
}
#header .head_inner .head_lang a::after {
  border-radius: 0;
}
#header .head_inner .head_font {
  display: flex;
  align-items: baseline;
  gap: 0 10px;
}
#header .head_inner .head_font_label {
  font-size: 0.875rem;
}
#header .head_inner .head_font #font_sizer {
  display: flex;
  align-items: center;
  gap: 0 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .head_inner .head_font #font_sizer li {
  position: relative;
  color: #fff;
  background-color: #004098;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: opacity;
}
#header .head_inner .head_font #font_sizer li.active {
  color: #004098;
  background-color: #fff;
  border-color: #004098;
}
#header .head_inner .head_font #font_sizer li:hover {
  opacity: 0.6;
}
#header .head_inner .head_search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 25px;
}
#header .head_inner .head_search_btn {
  display: flex;
  align-items: center;
  width: 25px;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: opacity;
}
#header .head_inner .head_search_btn:hover {
  opacity: 0.6;
}
#header .head_inner .head_search_cont {
  display: none;
  transform: translateY(-7px);
}
#header .head_inner .head_search_cont .submitArea.SearchInput {
  position: relative;
  text-align: right;
}
#header .head_inner .head_search_cont .submitArea.SearchInput input[type=text] {
  width: 270px;
  height: 40px;
  padding: 0 65px 0 20px;
  border: 1px solid #004098;
  border-radius: 100vh;
  background-color: transparent;
  font-size: 0.875rem;
  background-color: #fff;
}
#header .head_inner .head_search_cont .submitArea.SearchInput input[type=submit] {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 26px;
  border: none;
  background-color: transparent;
  background-image: url("/Portals/0/images/common/ico_search.png");
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  transform: translateY(-50%);
}
#header .head_inner .head_contact {
  display: flex;
  width: 30px;
}
#header .head_inner .head_contact:hover {
  opacity: 0.6;
}

.token_menu > ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 0 60px;
}
.token_menu > ul > li {
  display: none;
  padding: 0 0 20px;
}
.token_menu > ul > li > a {
  position: relative;
  display: block;
  color: #000000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}
.token_menu > ul > li > a:hover {
  color: #009DD8;
}
.token_menu > ul > li > a.currentLink, .token_menu > ul > li > a.parentLink {
  color: #004098;
}
.token_menu > ul > li > a.currentLink::after, .token_menu > ul > li > a.parentLink::after {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  background-color: #004098;
  transform: translateX(-50%);
}
.token_menu > ul > li ul {
  display: none;
}

#header.is-fix {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
#header.is-fix .shape {
  transform: scaleY(0);
}
#header.is-fix .head_inner .left .logo a {
  padding-top: 5px;
}

html.fontSize1 #header .head_inner .head_search_cont .submitArea.SearchInput input[type=text] {
  width: 260px;
}

html.fontSize3 #header .head_inner .head_search_cont .submitArea.SearchInput input[type=text] {
  width: 280px;
}

body.editMode #header {
  position: relative;
}
body.editMode #header .head_inner .right {
  gap: 50px 0;
}
body.editMode #header .head_inner .head_top {
  margin-right: 0;
}
body.editMode #header .head_inner .head_top > div:nth-child(4),
body.editMode #header .head_inner .head_top > div:nth-child(5) {
  position: relative;
  right: 0;
}

.pagetitle {
  position: relative;
}
.pagetitle .bg_title {
  position: absolute;
  top: 0;
  height: 180px;
  width: 100%;
}
.pagetitle .bg_title img {
  width: auto;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.pagetitle h1 {
  position: relative;
  color: #fff;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 180px;
  margin: 0;
  padding: 0;
  z-index: 1;
}

body.editMode .PagetitleBgPane [id$=_dnnSUMMARY_divModuleInfo] {
  z-index: 100;
}
body.editMode .pagetitle .bg_title {
  margin-top: 80px;
}

@media print {
  #header,
  body._2Columns .content_middle .side_area,
  #footer {
    display: none;
  }
  body._2Columns .content_middle .main_area {
    width: 100%;
  }
  body._2Columns .content_middle .side_area {
    width: 0;
  }
  body.index .inner,
  body._1Columns .inner {
    max-width: 1100px;
  }
}
.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidenav li {
  margin: 0;
}
.sidenav a {
  display: block;
  position: relative;
  color: #000000;
  line-height: 1.6;
  text-decoration: none;
}
.sidenav a:hover {
  color: #009DD8;
  opacity: 1;
}
.sidenav a:not(.toggleSwitch).currentLink {
  color: #004098;
  font-weight: 700;
}
.sidenav a.toggleSwitch:before, .sidenav a.toggleSwitch:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 2px;
  background-color: #595757;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: transform;
}
.sidenav a.toggleSwitch:before {
  transform: translate(50%, -50%);
}
.sidenav a.toggleSwitch:after {
  transform: translate(50%, -50%) rotate(90deg);
}
.sidenav a.toggleSwitch.open:before, .sidenav a.toggleSwitch.open:after {
  background-color: #004098;
}
.sidenav a.toggleSwitch.open:after {
  transform: translate(50%, -50%);
}
.sidenav > ul > li:not(.parentItem) {
  display: none;
}
.sidenav > ul > li a:not(.toggleSwitch, .parentLink).currentLink::before {
  content: "";
  display: block;
  width: 5px;
  height: 30%;
  background: #004098;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.sidenav > ul > li > a {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.6;
  background: linear-gradient(90deg, #004098 0%, #009DD8 100%);
  padding: 25.5px 20px;
  border-bottom: 2px solid #fff;
}
.sidenav > ul > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 40px solid #fff;
  border-right: 20px solid transparent;
}
.sidenav > ul > li > a:not(.toggleSwitch).currentLink {
  color: #fff;
  font-weight: 500;
}
.sidenav > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.sidenav > ul > li > ul > li a.toggleSwitch {
  padding-right: 40px;
}
.sidenav > ul > li > ul > li {
  border-bottom: 2px solid #fff;
  background-color: #EEEEEE;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: background-color;
}
.sidenav > ul > li > ul > li:has(.toggleSwitch.open) {
  background-color: #E5F5FB;
}
.sidenav > ul > li > ul > li > a {
  padding: 19.5px 20px 19.5px 20px;
}
.sidenav > ul > li > ul > li > a.open {
  color: #004098;
  background-color: #E5F5FB;
}
.sidenav > ul > li > ul > li ul {
  display: none;
}
.sidenav > ul > li > ul > li > ul {
  margin: 0 0 15px 20px;
  background-color: #E5F5FB;
}
.sidenav > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #CCCCCC;
  background-color: #fff;
}
.sidenav > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.sidenav > ul > li > ul > li > ul > li > a {
  padding: 17px 20px 17px 20px;
}
.sidenav > ul > li > ul > li > ul > li > ul {
  margin: 0 0 15px 15px;
}
.sidenav > ul > li > ul > li > ul > li > ul > li {
  background-color: #E5F5FB;
  border-bottom: 2px solid #fff;
}
.sidenav > ul > li > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.sidenav > ul > li > ul > li > ul > li > ul > li > a {
  padding: 17px 20px 17px 20px;
}
.sidenav > ul > li > ul > li > ul > li > ul > li > ul {
  margin: 0 0 15px 15px;
  background-color: #fff;
}
.sidenav > ul > li > ul > li > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #CCCCCC;
}
.sidenav > ul > li > ul > li > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.sidenav > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  padding: 17px 20px 17px 20px;
}

._2Columns .content_middle {
  display: flex;
  justify-content: space-between;
}
._2Columns .content_middle .main_area {
  width: 880px;
}
._2Columns .content_middle .side_area {
  width: 265px;
}

.top_news {
  display: flex;
  gap: 60px 100px;
}
.top_news > div {
  width: calc((100% - 100px) / 2);
}

/*
  以下、スキン固有の記述をする
*/
/*#gNav .token_menu > ul > li {
  &.Tab175,
  &.Tab182,
  &.Tab192,
  &.Tab199 {
    display: block;
  }
}*/
#gNav .token_menu > ul > li.Tab173, #gNav .token_menu > ul > li.Tab179, #gNav .token_menu > ul > li.Tab189, #gNav .token_menu > ul > li.Tab196 {
  display: block;
}