@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Teko:wght@300..700&display=swap');



#mid-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

sup {
  font-size: 60%;
}

html.no-smooth {
  scroll-behavior: auto !important;
}


/*Header*/

#header {
  width: 100%;
  background-color: #fff;
}

#header #position-header {
  width: 100%;
  position: fixed;
  z-index: 100;
  background-color: #fff;
}

#header #top-header {
  padding: 0px;
}

#header .header-top .logo {
  -webkit-transition: none;
  transition: none;
  width: auto;
}

#header .header-top .logo a {
  pointer-events: none;
  position: relative;
  text-decoration: none;
}

#header .header-top .logo a img {
  height: 35px;
}

#header .header-right {
  margin-right: 6px;
}

#header .header-right .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#header .header-right .logos img {
  height: 35px;
}

#header #menu-header {
  padding: 0px;
}

#header .menu-list ul {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  list-style-type: none;
}

#header .menu-list ul li {
  position: relative;
  margin: 0 auto;
}

#header .menu-list ul li a {
  font-weight: 400;
  color: #3c3c3c;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-shadow: 0 0;
}

#header .menu-list ul li a.inner-global-menu__item__hover::after {
  content: "";
  height: 2px;
  left: 0px;
  bottom: -10px;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right 50%;
  transform-origin: right 50%;
  -webkit-transition: -webkit-transform 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
  transition: -webkit-transform 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
  transition: transform 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
  transition: transform 277ms cubic-bezier(0.16, 0.01, 0.77, 1), -webkit-transform 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
  width: 100%;
  background-color: #3c3c3c;
}

#header .menu-list ul li a.inner-global-menu__item__hover:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}

#header .menu-list ul li.inner-global-menu__border {
  margin: 0;
  height: 24px;
  border-right: 1px solid #ccc;
  width: 0;
}

#header .menu-list ul li a.inner-global-menu__item__this {
  background-color: #E01F2D;
  padding: 12px 32px;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

#header .menu-list ul li a.inner-global-menu__item__this:hover {
  text-decoration: underline;
}

#header .menu-list ul li a.inner-global-menu__item__this span.arrow-right::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 0.75em;
  height: 0.75em;
  border: 3px solid #303030;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

#header #link-text {
  padding: 0px;
}

#header #link-text .content-container {
  max-width: 944px;
  margin: 0 auto;
  padding-top: 11px;
}

#header #link-text .content-container h3 {
  margin: 0;
  width: auto;
  text-align: left;
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 45px;
  color: #303030;
  text-shadow: 0 0;
}

#header #link-text .content-container h3 span.red {
  color: #E01F2D;
}

#header #link-text .content-container table.supervision {
  width: auto;
  margin: 8px 0 0 0;
  color: #303030;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

#header #link-text .content-container table.supervision .supervision_title {
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #ccc;
  padding: 0 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  white-space: nowrap;
  text-shadow: 0 0;
  color: #303030;
}

#header #link-text .content-container table.supervision .supervision_name {
  padding: 0 13.5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  white-space: nowrap;
  text-shadow: 0 0;
}

#header #link-text .content-container table.supervision .supervision_name span {
  font-size: 14px;
}

#header #link-text .content-container table.supervision .supervision_institution {
  padding: 0;
  font-size: 14px;
  line-height: 21px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  vertical-align: bottom;
  text-shadow: 0 0;
}

#header #link-text .content-container .local-global-menu {
  text-shadow: 0 0;
}

#header #link-text .content-container .local-global-menu .local-global-menu_links li {
  position: relative;
  line-height: 24px;
  padding-bottom: 5px;
  text-shadow: 0 0;
}

/*Footer*/

#footer #footer-content {
  width: 100%;
}

#footer #footer-content #footer-img-content {
  padding: 0px;
}

#footer #footer-content #footer-first-box {
  background-color: #fff;
  text-align: center;
  min-height: auto;
  overflow: auto;
  position: relative;
  background-size: cover;
  color: #fff;
  display: table;
  height: 300px;
  width: 100%;
}

#footer #footer-content #footer-first-box #footer-box-first {
  background-color: transparent;
  height: 100%;
  position: relative;
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}

#footer #footer-content #footer-box-first .text:last-child {
  height: 32px;
}

#footer #footer-content #footer-img-content .flex-footer-h {
  z-index: -1;
}

#footer #footer-content #footer-img-content .footer-margin .flex-img {
  text-shadow: 0 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;
}

#footer #footer-content #footer-img-content .footer-margin .flex-img img {
  border: none;
  padding-bottom: 0;
  margin: 50px auto 20px;
  margin-bottom: 0;
}

#footer #ms-section {
  padding: 0px;
}

#footer #ms-section .ms-section-footer {
  margin: 0px;
}

#footer #ms-section .ms-section-footer .ms-container {
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  height: 100%;
  position: relative;
}

#footer #ms-section .ms-section-footer .ms-container .ms-flex.horizontal-spacebetween {
  -ms-flex-align: center;
  -ms-flex-direction: row;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  align-items: center;
  background-color: transparent;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  height: auto;
  justify-content: center;
  width: auto;
  margin: 0;
}

#footer #ms-section .ms-section-footer .ms-container .ms-flex.horizontal-spacebetween .next-section {
  cursor: pointer;
  display: none;
  flex: 1;
  height: auto;
  width: auto;
}

#footer #footer-text-content {
  padding: 0px;
}

#footer #footer-white {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}

#footer #footer-text-content .footer-last-content .footer-container .footer-padding {
  padding: 15px 0;
  min-height: 100px;
}

#footer #footer-text-content .footer-last-content .footer-container .footer-padding .margin-footer {
  margin: 0;
}

#footer p.footer-reference {
  font-size: 10px;
  line-height: 20px;
  color: #3c3c3c;
  width: auto;
  margin-bottom: 32px;
  text-shadow: 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#footer p.bottom-txt {
  font-size: 14px;
  line-height: 20px;
  color: #3c3c3c;
  width: auto;
  margin-bottom: 32px;
  text-shadow: 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#footer .footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
  width: 100%;
}

#footer .footer-links a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1.7px;
  text-shadow: 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #3c3c3c;
  margin-right: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

#footer .dynamicImageTitleList {
  margin: 0px;
}

#footer .dynamic-list-ms-flex {
  -ms-flex-align: center;
  -ms-flex-direction: row;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  align-items: center;
  background-color: transparent;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  height: auto;
  justify-content: center;
  width: auto;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}


/*=======================Responsive design====================*/

@media screen and (min-width: 768px) {
    
    /*Header*/
    
  #header #link-text .content-container table.supervision .supervision_institution .for-small {
    display: none;
  }

  #footer .dynamic-list-ms-flex {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    
  #header .mobile-menu-txt p {
    font-size: 30px;
    line-height: 45px;
    min-height: auto;
    margin: 0;
    text-align: left;
    color: #303030;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-shadow: 0 0;
  }
    
    /*Footer*/
    
  #footer #footer-content #footer-first-box #footer-box-first {
    margin-top: 0px;
  }
}

@media screen and (min-width: 992px) {
    
  #mid-content {
    width: 970px;
  }
}

@media screen and (max-width: 992px) {
    
     /*Header */
     
  #header #link-text .content-container .local-global-menu {
    display: none;
  }

  #header .header-right {
    display: none;
  }

  #header .menu-list ul li.inner-global-menu__border {
    display: none;
  }

  #header .menu-list ul li:nth-child(2),
  #header .menu-list ul li:nth-child(4),
  #header .menu-list ul li:nth-child(6),
  #header .menu-list ul li:nth-child(8) {
    display: none;
  }

  #header .menu-list ul li a.inner-global-menu__item__this {
    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: 0 10px;
  }

  #header .menu-list ul li a.inner-global-menu__item__this span.arrow-right {
    margin-left: 8px;
    background-color: #fff;
    width: 1.125em;
    min-width: 1.125em;
    display: inline-block;
    position: relative;
    height: 2.7px;
  }

  #header .menu-list ul li a.inner-global-menu__item__this span.arrow-right::before {
    border-color: #fff;
    width: 13px;
    height: 13px;
  }

  #header #top-header {
    border-bottom: 1px solid #f6f6f6;
    padding: 12px 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;
  }

  #header .header-top .logo {
    padding: 0;
    margin: 0;
    margin-right: auto;
  }

  #header .header-top .logo a img {
    display: inherit;
    height: auto;
    margin-left: 5px;
    max-width: 80%;
  }

  #header .menu-list ul {
    margin: 10px 0px;
  }

  #header #link-text .content-container {
    padding: 8px 10px 0px 10px;
  }

  #header #link-content {
    margin-top: 65px;
  }
  
  /*Navigation header*/
  
  #header #mobile-logo {
    padding: 0px;
  }

  #header #header-flex {
    /*background-color: #fff;*/
    display: flex;
    flex-wrap: nowrap;
    padding: 8px 10px 0px 10px;
    justify-content: space-between;
  }

  #header #header-flex-position {
    position: fixed;
    width: 100%;
    top: calc(62px + 0.2rem);
    z-index: 99;
  }

  #header #mobile-logo {
    display: none;
  }

  #header .mobile-menu-txt p span.red {
    color: #E01F2D;
  }

  #header .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    width: 45px;
    -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;
    /*position: fixed;*/
    z-index: 1;
    cursor: pointer;
    right: 0.625rem;
    top: calc(64px + 0.625rem);
    background-color: #f6f6f6;
    border: 1px solid #E01F2D;
    border-radius: 5px;
  }

  #header .cmp-navigation {
    display: none;
  }

  #header .hamburger-wrapper {
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 5px;
    transition: all 0.5s ease;
  }

  #header .hamburger-wrapper .hamburger {
    width: 100%;
    height: 2.7px;
    background-color: #E01F2D;
    border-radius: 3px;
    -webkit-transition: 0.5s ease;
    transition: all 0.5s ease;
  }

  #header .ic-hamburger.open .hamburger-top {
    transform: rotate(43deg) translate(4px, 6px);
    transform-origin: center;
  }

  #header .ic-hamburger.open .hamburger-mid {
    opacity: 0;
  }

  #header .ic-hamburger.open .hamburger-bottom {
    transform: rotate(-46deg) translate(5px, -7px);
    transform-origin: center;
  }

  #header .show {
    position: absolute;
    top: 100%;
    z-index: 999999;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 10px 20px 10px;
    max-height: 264px;
    overflow-y: auto;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  }

  #header .show .navigation-mobile .cmp-navigation {
    display: block;
  }

  #header .show .cmp-navigation__group {
    flex-direction: column;
  }

  #header .show ul li.cmp-navigation__item.cmp-navigation__item--level-0 {
    position: relative;
    text-shadow: 0 0;
    padding-top: 10px;
    margin: 0px;
    padding-bottom: 0px;
  }

  #header .show ul li.cmp-navigation__item.cmp-navigation__item--level-0:first-child {
    padding-top: 0px;
  }

  #header .show ul li.cmp-navigation__item.cmp-navigation__item--level-0 a.cmp-navigation__item-link {
    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;
    width: 100%;
    padding: 3.50px 49px 3.50px 28px;
    text-indent: -14px;
    border: 1px solid #E01F2D;
    border-radius: 100vh;
    color: #303030;
    text-decoration: none;
    min-height: 49px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    white-space: normal;
  }

  #header .show ul li.cmp-navigation__item.cmp-navigation__item--level-0 > a::after {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-image: url('/content/dam/intelligentcontent/unbranded/spotlightonheartfailure/jp/ja/images/down-arrow-red.png');
    background-size: cover;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 14px;
    height: 14px;
  }

  #header .menu-list ul li a.inner-global-menu__item__this {
    display: none;
  }
  
  /*Footer*/
  
  #footer #footer-content #footer-img-content .footer-margin .flex-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%;
  }

  #footer #footer-content #footer-img-content .footer-margin .flex-img img.only_sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
    
    /*Header*/
    
  #header #link-text .content-container h3 {
    font-size: 20px;
    line-height: 30px;
  }

  #header #link-text .content-container table.supervision {
    display: table;
  }

  #header #link-text .content-container table.supervision td {
    vertical-align: top;
  }

  #header #link-text .content-container table.supervision .supervision_title {
    padding: 0;
    border: none;
  }

  #header #link-text .content-container table.supervision .supervision_title span {
    border: 1px solid #ccc;
    padding: 3px 6px;
    display: inline-block;
  }

  #header #link-text .content-container table.supervision .supervision_name {
    font-size: 16px;
    line-height: 24px;
  }

  #header #link-text .content-container table.supervision .supervision_name span {
    font-size: 12px;
    line-height: 18px;
  }

  #header #link-text .content-container table.supervision .supervision_institution {
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
  }

  #header .mobile-menu-txt p {
    font-weight: 700;
    margin: 0;
    text-align: left;
    line-height: 26px;
    color: #303030;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    min-height: 23px;
    font-size: 20px;
    text-shadow: 0 0;
  }
  
  /*Footer*/
  
  #footer #ms-section .ms-section-footer .ms-container .ms-flex.horizontal-spacebetween {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #footer #footer-content #footer-first-box #footer-box-first {
    margin-top: 55px;
  }

  #footer p.footer-reference {
    margin-top: 16px;
  }

  #footer .dynamicImageTitleList {
    display: none;
  }

  #footer #footer-content #footer-box-first .text:last-child {
    height: 65px;
  }
}

@media (max-width: 480px) {
    
    /*Header*/
    
  #header .header-top .logo {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: column-reverse;
  }
}

@media (max-width: 425px) {
  #footer .footer-links a {
    font-size: 12px;
  }

  #footer p.bottom-txt {
    font-size: 12px;
  }
}

@media screen and (min-width: 993px) {
   
   /*Header */
   
  #header .header-top {
    display: -webkit-box;
        /* display: -webkit-flex; */
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0px;
    width: 100%;
    justify-content: space-between;
  }

  #header #link-text {
    margin-top: 130px;
  }

  #header .header-right .logos img.img-left {
    margin-left: 12px;
  }

  #header #link-text .content-container .local-global-menu {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 16px;
  }

  #header #link-text .content-container .local-global-menu .local-global-menu_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 16px 0;
    list-style-type: none;
  }

  #header #link-text .content-container .local-global-menu .local-global-menu_links li {
    width: 33.3333333333%;
    padding: 0;
    list-style: none;
    text-align: center;
  }

  #header #link-text .content-container .local-global-menu .local-global-menu_links li a.current-page {
    color: #E01F2D;
    font-weight: 700;
    pointer-events: none;
  }

  #header #link-text .content-container .local-global-menu .local-global-menu_links li a {
    color: #0000EE;
    text-decoration: underline;
    text-shadow: 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:400;
    font-size: 14px;
    line-height: 24px;
    text-decoration-thickness: 0.1px;
    text-underline-offset: 1px;
  }

  #header #link-text .content-container .local-global-menu .local-global-menu_links li a:hover {
    text-decoration: none;
  }

  #header .menu-list ul li a.inner-global-menu__item__this span.arrow-right {
    display: none;
  }
  
   /*Navigation header*/
  
  #header #header-flex-position {
    display: none;
  }
  
  /*footer*/
  
  #footer #footer-content #footer-first-box {
    z-index: auto;
  }

  #footer #footer-content #footer-img-content .footer-margin {
    padding: 16px 0px;
  }

  #footer #footer-content #footer-img-content .footer-margin .flex-img img.only_sp {
    display: none;
  }

  #footer #ms-section .ms-section-footer {
    margin: 16px 0px;
  }

  #footer #ms-section .ms-section-footer .ms-container .ms-flex.horizontal-spacebetween {
    margin: 16px 0;
  }

  #footer #footer-text-content .footer-last-content .footer-container .footer-padding .margin-footer {
    margin: 16px 0;
  }

  #footer .dynamicImageTitleList {
    margin: 60px 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  #footer #footer-text-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #footer #footer-white #mid-content {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  #mid-content {
    width: 1170px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  #header .mobile-menu-txt p {
    font-size: 26px;
    line-height: 39px;
  }

  #header #link-text .content-container h3 {
    font-size: 26px;
    line-height: 39px;
  }
}

