@charset "utf-8";

/*=============== ▼VARIABLES CSS ===============*/
:root {
  /*========== ▼Font ==========*/
  color: #333;
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*=============== ▼BASE ===============*/

body {
  background-color: #fff;
  font-feature-settings: "palt";
}

.sp {
  display: block;
}

@media (max-width: 767px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: block;
  }
}

/*=============== ▼HEADER ===============*/

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 250px;
  height: 100%;
  background-color: #008b56;
  transition: bottom 0.5s ease;
}

.l-header--inner {
  height: 100%;
  background-color: #008b56;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.l-header--inner::-webkit-scrollbar {
  display: none;
}

.l-header--logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 48px 20px 49px 20px;
  background-color: #fff;
}

.l-header--logo h1,
.l-header--logo p {
  line-height: 1;
}

.l-header--logo a.hover img {
  opacity: 0.8;
}

.l-header--logo img {
  width: 100%;
  height: auto;
}

.l-header--nav-cnt {
  height: auto;
  background-color: #008b56;
}

.l-header--nav-list-item.qa-margin {
  /*margin: 60px 0 0 0;*/
  margin: 30px 0 0 0;
}
.l-header--nav-list-item.is-active {
  /*background-color: #105f41;*/
  background-color: #034c31; 
}

.l-header--nav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 24px 20px 24px;
  text-decoration: none;
}

.l-header--nav-link.hover {
  background-color: #105f41;
}

.l-header--nav-list.flex .l-header--nav-link.hover {
  background-color: #008b56;
}

.l-header--nav-text {
  position: relative;
  margin: 0 0 0 10px;
  color: #fff;
  font-size: 1.9rem;
}

.l-header--nav-link .l-header--nav-text.under-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.l-header--nav-link.hover .l-header--nav-text.under-line::after {
  transform: scale(1, 1);
}

.l-header--nav__child {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  z-index: -1;
  background-color: rgba(16, 95, 65, 1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}

.l-header--nav-list-item:hover .l-header--nav-link {
  background-color: #105f41;
}

.l-header--nav-list-item:nth-child(7).hover .l-header--nav-link,
.l-header--nav-list-item:nth-child(8).hover .l-header--nav-link {
  background-color: #008b56;
}

@media (min-width: 1201px) {
  .l-header--nav-list-item:hover .l-header--nav__child {
    opacity: 1;
    visibility: visible;
    transform: translateX(250px);
  }
}

.l-header--nav-list__child {
  padding: 180px 0 0 0;
}

.l-header--nav-list-item__child {
  position: relative;
  margin: 0 0 0 32px;
  color: #fff;
}

.l-header--nav-list-item__child:not(:nth-child(1)) {
  /*margin: 50px 0 0 32px;*/
  margin: 35px 0 0 32px;
}

.l-header--nav-list-item__child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.l-header--nav-list-item__child .sp{
 display:inline;
}

.l-header--nav-link__child {
  display: block;
  font-size: 1.7rem;
  text-decoration: none;
  padding: 0 48px 0 0;
}

.l-header--nav-link__child .under-line {
  position: relative;
  display: inline-block;
}

.l-header--nav-link__child .under-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.l-header--nav-link__child.hover .under-line::after {
  transform: scale(1, 1);
}

.l-header--lang-cnt {
  /*margin: 38px 0 0 0;*/
  margin: 20px 0 30px 10px;
}

.l-header.is-header-scroll-active .l-header--lang-cnt {
  padding: 0 0 40px 0;
}

.l-header--lang-list {
  display: flex;
  justify-content: center;
}

.l-header--lang-link {
  text-decoration: none;
}

.l-header--lang__jp,
.l-header--lang__en {
  padding: 0 24px;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.l-header--lang__jp {
  position: relative;
  border-right: 2px solid #fff;
  color: #fff;
}

.l-header--lang__jp::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 45px;
  height: 4px;
  background-color: #88e0be;
  transform: translateX(-50%);
}

.l-header--lang__en {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
}

.l-header--lang-link.hover .l-header--lang__en {
  color: #fff;
}

.l-header--lang-link.hover .l-header--lang__en::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 66px;
  height: 4px;
  background-color: #88e0be;
  transform: translateX(-50%);
}

.l-header__drawer {
  display: none;
}

/*=============== ▼FOOTER ===============*/

.l-footer {
  padding: 0 0 0 250px;
}

.l-footer__inner {
  background-color: #ebf3f2;
}

.l-footer__nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 80px 0 0 0;
  width: 90%;
  max-width: 1400px;
}

.l-footer__nav-cnt {
  margin: 0 10px 0 0;
}

.l-footer__heading {
  font-size: 1.4rem;
  font-weight: bold;
}

.l-footer__heading-link {
  text-decoration: none;
}

.l-footer__heading-link.hover {
  color: #008b56;
}

.l-footer__nav-list {
  margin: 32px 0 0 0;
}

.l-footer__nav-list-item:not(:first-child) {
  margin: 16px 0 0 0;
}

.l-footer__nav-list-link {
  font-size: 1.2rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.l-footer__nav-list-link.hover {
  color: #008b56;
  text-decoration: underline;
  /*text-decoration: #008b56 solid underline;
  -webkit-text-decoration: #008b56 solid underline;*/
}

.nav-no-break {white-space: nowrap;}

.l-footer__address {
  margin: 40px auto 0 auto;
  padding: 24px 0 32px 0;
  width: 90%;
  max-width: 1400px;
  border-top: 1px solid #d9e7e5;
  font-size: 1.4rem;
}

.l-footer__address-list--right {
  display: flex;
}

.l-footer__address-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-footer__address-list-item:not(:first-child) {
  margin: 12px 0 0 0;
}

.l-footer__tel-list {
  font-size: 1.2rem;
}

.l-footer__map-link {
  margin: 0 0 0 28px;
  text-decoration: none;
}

.l-footer__map-link-text {
  color: #008b56;
  text-decoration: underline;
  /*text-decoration: #008b56 solid underline;
  -webkit-text-decoration: #008b56 solid underline;*/
}

.l-footer__map-link.hover .l-footer__map-link-text {
  text-decoration: none;
}

.l-footer__link-list {
  display: flex;
}

.l-footer__link {
  display: flex;
  font-weight: bold;
  text-decoration: none;
}

.l-footer__link-list-item:nth-child(3) {
  margin: 0 0 0 32px;
}

.l-footer__link-list-text {
  margin: 0 0 0 8px;
}

.l-footer__link.hover .l-footer__link-list-text {
  color: #008b56;
}

.l-footer__content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 32px 0;
  width: 90%;
  max-width: 1400px;
}

.l-footer__site-map-list {
  display: flex;
}

.l-footer__site-map-list-item {
  position: relative;
}

.l-footer__site-map-list-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0%;
  width: 1px;
  height: 12px;
  background-color: #333;
  transform: translateY(-50%);
}

.l-footer__site-map-list-link {
  padding: 0 24px;
  font-size: 1.2rem;
  text-decoration: none;
}

.l-footer__site-map-list-link.hover {
  color: #008b56;
}

.l-footer__site-map-list-item:first-child .l-footer__site-map-list-link {
  padding: 0 24px 0 0;
}

.l-footer__copy {
  margin: 18px 0 0 0;
  font-size: 1rem;
}

.l-footer__logo {
  transition: opacity 0.5s ease;
}

.l-footer__logo-link.hover .l-footer__logo {
  opacity: 0.8;
}

/*=============== ▼ARROW-BTN ===============*/

.arrow-btn {
  position: fixed;
  right: 12px;
  bottom: 80px;
  z-index: 1;
  background-color: #008b56;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.arrow-btn.is-fadein {
  visibility: visible;
  opacity: 1;
}

.arrow-btn.is-fadein:hover {
  opacity: 0.8;
}

.arrow-white {
  stroke: #fff;
}

/*=============== ▼RESEARCH-REPORT-ASIDE-NAV ===============*/

.p-research-report__aside-nav {
  font-size: 1.6rem;
}

.p-research-report__aside-nav-list-item.p-margin {
  margin: 0;
}

.p-research-report__aside-nav-text {
  color: #333;
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 20px;
}
.p-research-report__aside-nav-text span{
  display: inline-block;
  color: #333;
  font-size: 1.4rem;
  font-weight: normal;
}


.p-research-report__aside-nav-link {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  padding: 6px 12px 6px 10px;
  width: 160px;
  border-radius: 3px;
  text-decoration: none;
}

.p-bg-blue-green {
  background-color: #2c96a0;
  box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 30%);
}

.p-bg-blue-green.hover {
  background-color: #4ba6ae;
  box-shadow: none;
}

.p-bg-gray {
  background-color: #5a8185;
  box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 30%);
}

.p-bg-gray.hover {
  background-color: #739497;
  box-shadow: none;
}

.p-research-report__aside-nav-title {
  font-size: 1.6rem;
  margin: 35px 0 0 0;
}

/*=============== ▼RESEARCH-ASIDE-NAV ===============*/

.p-research-report__aside-nav,
.p-research__aside-nav {
  width: 210px;
}

.p-research__content-right {
  margin: 0 0 0 40px;
  width: 250px;
}

.p-research__aside-nav-title {
  font-size: 1.6rem;
  padding: 40px 5px 10px;
}

.p-research__aside-nav {
  margin: 0;
}

.p-research__aside-nav-list,
.p-research-report__aside-nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  
}

.p-research__aside-nav-list-item{
  background-color: #f3f3f3;
  width:100%;
}

.p-research__aside-nav-list-item.p-margin {
  padding: 20px 0;
}

.p-research-report__aside-nav-list-item {
  background-color: #f3f3f3;
  width:100%;}

.btn-frame {
  padding: 15px;
  margin: 10px;
  background: #fff;
  border-radius: 3px;
}

.p-research__aside-nav-list-item:nth-child(1) {
  margin-top:0;
  border-radius: 3px;}

.p-research-report__aside-nav-list-item:nth-child(2) {border-radius: 3px 3px 0 0;}

.p-research__aside-nav-list-item:nth-child(6) {border-radius: 0 0 3px 3px;}

/*
.p-research-report__aside-nav-list-item:nth-child(n + 2),
.p-research__aside-nav-list-item:nth-child(n + 3) {
  padding: 20px 0;
  width: 190px;
  border-radius: 3px;
  background-color: #fff;
}

.p-research-report__aside-nav-list-item:nth-child(n + 2),
.p-research__aside-nav-list-item:nth-child(n + 3) {
  margin: 10px 0 0 0;
}*/

.p-research__aside-nav-list-item-title {
  width: 160px;
  margin: 0 auto 10px auto;
  font-size: 1.4rem;
}

.p-text-blue {
  color: #3f5fb2;
}

.p-text-green {
  color: #008b56;
}

.p-research__aside-nav-link {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 6px 12px 6px 10px;
  width: 160px;
  border-radius: 3px;
  text-decoration: none;
}

.p-bg-blue {
  background-color: #3f5fb2;
  box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 30%);
}

.p-bg-blue.hover {
  background-color: #5c77bd;
  box-shadow: none;
}

.p-bg-green {
  background-color: #008b56;
  box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 30%);
}

.p-bg-green.hover {
  background-color: #269c6f;
  box-shadow: none;
}


.database {
  padding:20px 0; 
  margin-bottom:20px;}

.p-database {
  padding: 8px 8px 8px 10px;
  border: 2px solid #008b56;
  background-color: #fff;
  box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 30%);
}

.p-database.hover {
  opacity: 0.8;
  box-shadow: none;
}
.p-database .p-research__aside-nav-link-text {
  font-size: 1.4rem;
  color: #008b56;
  margin: 0 0 0 10px;
  }

.application {
  width: 30px;
  height: auto;
}

.p-research-report__aside-nav-link-text,
.p-research__aside-nav-link-text {
  margin: 0 0 0 14px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
}



/* X Icon */
.x-icon {
    position: fixed;
    right: 2.2rem;
    bottom: 16rem;
    z-index: 1;
}
.x-icon a {
  display: flex;
  border-radius: 4px;
  background: #0d0d0d;
  box-shadow: 0px 2px 15px 0px rgba(255, 255, 255, 0.5);
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.x-icon a img {
  width:2.2rem;
  height:2.1rem;
}
.x-icon a.hover {
  opacity: 0.75;
  
}
