@import "../vendor/bootstrap-5.0.2-dist/css/bootstrap.min.css";
@import "./mobileStyles.css";

@font-face {
  font-family: 'Noto Serif JP';
  src: url(../font/Noto_Serif_JP/NotoSerifJP-VariableFont_wght.ttf) format('opentype');
}

:root {
  --font-family-sans-serif: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
  font-family: var(--font-family-sans-serif);
}

em {
  font-size: 1.2rem;
}

main h1 {
  text-align: center;
  margin-bottom: 2rem;
  background-color: green;
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(90deg, rgba(255, 242, 204, 0), rgba(255, 242, 204, 255) 50%, rgba(255, 242, 204, 0));
}

main h2 {
  font-size: 1.2rem;
}

main h3 {
  font-size: 1.1rem;
}

main h4 {
  font-size: 1.0rem;
}

div.top-image-area {
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  transition-duration: .4s;
}

.top-image-area .carousel-caption {
  background: linear-gradient(rgba(0, 0, 0, 0), 10%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  display: flex;
  flex-wrap: wrap;
  /*align-items: end;*/
}

.top-image-area .carousel-caption h5 {
  width: 100%;
  font-size: 4rem;
  text-align: left;
  margin: 0;
  padding-left: 3rem;
}

.top-image-area .carousel-caption p {
  width: 100%;
  font-size: 2rem;
  text-align: left;
  padding-left: 3rem;
}

.top-image-area .carousel-control-prev,
.top-image-area .carousel-control-next {
  display: none;
}

.top-image-area:hover .carousel-control-prev,
.top-image-area:hover .carousel-control-next {
  display: initial;
  animation: fade-in 1s forwards;
}

.top-image-area .carousel-control-prev img,
.top-image-area .carousel-control-next img {
  width: 3.5rem;
  height: 3.5rem;
}

.logo {
  display: inline-block;
  padding-top: 13px;
}

.logo-left {
  color: rgb(255, 90, 75);
}

.logo-mid {
  color: rgb(71, 194, 103);
}

.logo img {
  width: 130px;
  padding: 0 0.5rem;
}

.navbar-brand {
  font-weight: bold;
}

.navbar-brand .logo {
  font-size: 1.25rem;
  margin-top: -11.5px;
}

.navbar {
  background-color: white;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  transition: 0.3s;
}

.scroll-nav {
  background-color: rgba(100, 100, 100, 0.6);
}

.scroll-nav .container-fluid.nav-link a {
  color: rgb(240, 240, 240);
}

.scroll-nav .navbar-items {
  display: flex;
  justify-content: center;
}

.scrolled {
  background-color: rgb(180, 180, 180);
}

li.nav-item {
  font-size: 0.98rem;
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
}

li.nav-item::after {
  position: absolute;
  left: 7px;
  content: '';
  width: 100%;
  height: 2px;
  background: #1900bb;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

li.nav-item:hover::after {
  transform: scale(0.95, 1);
}

li.nav-item:nth-child(n+2) {
  border-left: solid 1px #d8d8d8;
}

.navbar-nav .dropdown:nth-child(n+2) li.nav-item {
  border-left: solid 1px #d8d8d8;
}

.navbar-nav .dropdown-menu {
  opacity: 0.9;
}

.navbar-nav .dropdown-item {
  color: white !important;
}

.navbar-toggler {
  float: right;
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.container-fluid.nav-link a {
  color: black;
}

.block-size {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.bg-gray {
  background-color: #d8d8d8;
}

.top-title {
  padding: 0 3rem;
  display: inline-grid;
  background-color: #00256b;
  color: white;
}

.top-title .en {
  font-size: 3rem;
  font-weight: bold;
}

.top-title .jp {
  font-size: 1.5rem;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #efc93f;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #efc93f;
}

#page_top.displayOn {
  animation-name: fade-in;
  animation-duration: 1s;
  /*アニメーション時間*/
  animation-timing-function: ease-out;
  /*アニメーションさせるイージング*/
  animation-delay: 0s;
  /*アニメーション開始させる時間*/
  animation-iteration-count: 1;
  /*繰り返し回数*/
  animation-direction: normal;
  /*往復処理をするかどうか*/
  animation-fill-mode: forwards;
  /*アニメーション後のスタイルをどうするか*/
}

#page_top.displayOff {
  display: none !important;
}

footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: rgb(255, 255, 255);
  background: rgb(0, 35, 87);
}


.top-information {
  position: relative;
}

.top-info-item {
  margin-top: 10px;
}

.top-info-item:hover {
  cursor: pointer;
  opacity: 0.7;
  transform: scale(1.03);
  transition: all 0.5s;
}

.top-info-item .picture {
  position: relative;
  width: 100%;
  height: 140px;
}

.top-info-item .picture img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.top-info-item .picture::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  border-bottom: 140px solid rgb(41, 50, 127);
  border-left: 280px solid transparent;
}

.top-info-item .picture .title {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
  transform: rotate(-26deg) translate(-35px, -60px);
  z-index: 1;
}

.top-map-item {
  margin-top: 20px;
}


.headline {
  position: relative;
  margin-bottom: 2rem;
}

.headline picture img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  position: sticky;
  z-index: -1;
}

.headline picture::after {
  content: '';
  position: absolute;
  display: flex;
  width: 100%;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(64, 64, 64, 0.4) 50%, rgba(242, 242, 242, 0));
}

.headline .page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  border-bottom: 1px solid;
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.headline .page:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(315deg, #1900bb, #00c3ff);
  filter: blur(15px);
  content: "";
  z-index: -1;
}

.headline nav {
  font-size: 1.25rem;
}

.breadcrumb-item {
  color: white;
}

.headline .breadcrumb-item+.breadcrumb-item::before {
  color: white;
  content: '>';
}

.headline a {
  color: white;
  text-decoration: none;
}

.subtitle::before {
  content: '';
  background-color: rgb(41, 50, 127);
  width: 0.8rem;
  height: 2rem;
  margin-right: 1rem;
}

.subtitle {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  margin-top: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 0.35rem rgb(41, 50, 127);
}

.subhead::before {
  content: '';
  background-color: rgb(41, 50, 127);
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 1rem;
}

.subhead {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  margin-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.explanation {
  width: 95%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2.5%;
  /*text-indent: 1rem;*/
}

.explanation figure {
  text-align: center;
}

.explanation figure img {
  width: 50%;
  margin: 1rem;
}

.explanation figure img:not(.figure) {
  box-shadow: 0.5rem 0.5rem 1rem 0 rgba(0, 0, 0, .5);
}

.reference {
  width: 100%;
  margin: 2rem 0;
  text-align: center;
}

.divider {
  border-bottom: solid 0.35rem rgb(41, 50, 127);
}

.service-area p {
  text-align: center;
  color: rgb(47, 85, 151);
  font-size: 1.5rem;
  font-weight: bold;
}

.information-area {
  padding-bottom: 3rem;
}

.information-area>.row {
  border-bottom: solid 1px rgb(185, 185, 185);
  padding-top: 1rem;
}

.access-area .row {
  padding-bottom: 3rem;
}

.access-area p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.access-area a {
  text-decoration: none;
  color: black;
}

.access-area .google-map {
  margin-top: 3rem;
  text-align: center;
}

.access-area .google-map iframe {
  width: 100%;
}

.contact-area iframe {
  width: 100%;
  min-height: 1400px;
}

.contact-area .row:first-of-type {
  background-color: white;
}

.contact-area form {
  margin-top: 1rem;
  background-color: rgb(242, 242, 242);
  padding-left: 2rem;
  padding-right: 2rem;
}

.contact-area form label::before {
  content: "■";
  color: rgb(146, 208, 80);
  padding-right: 0.8rem;
}

.contact-area form label {
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

.contact-area form label .required {
  margin-left: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 10%;
  color: white;
  background-color: red;
}

.contact-area form input {
  width: 100%;
}

.contact-area form textarea {
  width: 100%;
  height: 5rem;
}

.contact-area form .send-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.contact-area form .send-btn button {
  width: 15rem;
  height: 5rem;
  color: white;
  background-color: rgb(0, 176, 240);
  border: none;
  border-bottom: 0.3rem solid rgb(0, 35, 87);
  border-radius: 3rem;
}

.contact-area form .send-btn button:hover {
  background-color: rgb(15, 191, 255);
  transform: scale(1.03);
  transition: all 0.5s;
}

iframe.show_disclosure_document {
  width: 100%;
  height: 1200px;
  border: 0px;
}

/*タイトルアニメーション*/
.title-anim {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 1s;
}

.title-anim.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.news-date {
  display: inline-block;
  align-items: center;
  font-size: 0.8rem;
  font-weight: bold;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  color: #00256b;
}

.news-date::after {
  display: inline-grid;
  height: 1.8rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  margin-left: 1.4rem;
  padding-top: 5px;
  width: 5rem;
  color: white;
  text-align: center;
}
.news-date.INFO::after {
  content: "お知らせ";
  background-color: #00256b;
}
.news-date.UPDATE::after {
  content: "更新情報";
  background-color: #c87f00;
}

.news-content {
  font-size: 20px;
  display: inline-block;
  padding-top: 0.5rem;
}

.en-news {
  font-size: 3rem;
  color: white
}

.jp-news {
  font-size: 2.2rem;
  margin-top: -0.5rem;
  color: #00256b;
}

.news-item {
  display: none;
  border-bottom: 1px solid #00256b;
  padding-top: 1.5rem;
  padding-left: 0.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  transition: .2s;
  cursor: pointer;
}

.news-item.on {
  display: block;
}

.news-item:hover {
  background-color: rgb(200, 200, 200);
}

.link-button {
  position: relative;
  cursor: pointer;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 9999px;
  background-color: rgb(255 255 255);
  color: #00256b;
  border: 1px solid #00256b;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.link-button:hover {
  color: rgb(255, 255, 255);
  background-color: #00256b;
  border-color: rgb(240, 240, 240);
}

.link-button .stretched-link::after {
  border-radius: 9999px;
}

.news-area {
  margin: 0 2rem;
}


/*店舗情報*/
.shop-area {
  margin-bottom: 5rem;
}

.company-info {
  border-radius: 10px;
  ;
  margin-top: 2rem;
  padding: 0 2rem 2rem 2rem;
  background-color: #0084e220;
}

.company-info .name {
  padding-top: 1rem;
  margin: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.company-detail .column::before {
  content: "■";
  font-size: 1rem;
  color: #00256b;
  padding-right: 0.5rem;
}

.company-detail .column {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #81cbff;
}

.list p {
  padding-top: 1rem;
  padding-left: 1rem;
  border-top: solid 2px rgb(214, 214, 214);
}

.list .row {
  margin: 0;
}

.list dt {
  background: rgb(236, 236, 236);
}

.list dt,
.list dd {
  margin: 0;
  padding: 0;
}

.new-shadow {
  box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

.history-area>.row {
  border-bottom: 1px solid rgb(150, 150, 150);
  padding-top: 1rem;
}

.history-year {
  font-weight: bold;
  font-size: 2.2rem;
  margin-top: -0.5rem;
  color: #3366FF;
}

.history-item {
  padding-top: 1.5rem;
  padding-left: 0.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.history-date {
  width: fit-content;
  padding: 0.1rem 0.5rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  background-color: #00256b;
}

.history-content {
  font-size: 16px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.history-content::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #00256b;
  display: inline-block;
  width: fit-content;
  margin-right: 1rem;
}

.slider_fade {
  position: relative;
}

.slider_fade>li {
  position: absolute;
  list-style: none;
  visibility: hidden;
  animation: anime_slider_fade 12s 0s infinite;
}

.slider_fade>li:nth-of-type(2) {
  animation-delay: 4s;
}

.slider_fade>li:nth-of-type(3) {
  animation-delay: 8s;
}

@keyframes anime_slider_fade {
  0% {
    visibility: visible;
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  33.3% {
    opacity: 1;
  }

  48.3% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.top-image-circle {
  display: grid;
  place-items: center;
  position: absolute;
  background-color: #00256b;
  width: 300px;
  height: 300px;
  top: 100px;
  right: 250px;
  z-index: 1001;
  border-radius: 9999%;
  color: #ffffff;
  font-size: 2.3rem;
  font-weight: bold;
}

.top-image-circle.big {
  overflow: hidden;
  display: grid;
  place-items: center;
  position: absolute;
  background-color: #b5ffead9;
  width: 350px;
  height: 350px;
  top: 275px;
  right: 15px;
  z-index: 1001;
  animation-delay: 1.5s;
}

.top-image-circle {
  animation: zoomIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.top-carousel-title {
  color: #00256b;
  font-style: oblique;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 0;
}

.about-us>.row>div {
  padding-bottom: 1.5rem;
}

.c-bnr.blur,
.c-bnr.blur::before {
  transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-bnr.blur {
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.c-bnr.blur.right {
  padding-left: 0.25rem;
  padding-right: 0.5rem;
}

.c-bnr.blur::before {
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  background: inherit;
  content: "";
  display: block;
  filter: blur(3px);
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  opacity: 0;
}

.c-bnr.blur::before {
  padding-left: 0.25rem;
  padding-right: 0.5rem;
}

.c-bnr.blur:hover::before {
  opacity: 1;
}

.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap:hover .steptitle .stepcircle {
  background-color: #3366FF;
}

.stepbar .stepbarwrap:hover .title {
  color: #3366FF;
  transform: translateY(-5px);
}

.stepbar .stepbarwrap:hover .steptxt {
  color: #3366FF;
  transform: translateY(-5px);
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #acacac;
  color: #fff;
  text-align: center;
  transition-duration: .4s;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.8em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em 0;
  margin-left: 1em;
  font-weight: bold;
  font-size: 1.2em;
  transition-duration: .4s;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 4em;
  transition-duration: .4s;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.8em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #acacac;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

.stepimg {
  width: 220px;
  height: 140px;
  margin: 0.5rem 0;
  transition-duration: .4s;
}

.stepimg.hovered {
  transform: scale(1.2);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 100%;
  height: 50px;
}

.slide-show {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0082e23d;
  border-radius: 10px;
}

.slide-show button {
  transition-duration: .4s;
}

.slide-show button:hover {
  transform: scale(1.2);
}

.carousel-indicators button {
  background-color: #00256b !important;
  width: 20% !important;
}

.top-carousel-img {
  aspect-ratio: 4/3;
}

.carousel-item {
  background-color: #ffffff;
}

.carousel-image {
  height: 100%;
  justify-content: center;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.carousel-image.active {
  display: flex !important;
}

.about-us {
  min-height: calc(100% + 100px);
}

.about-us,
.information,
.news {
  padding-top: 4rem;
  border: 5px solid #00256b;
  border-radius: 10px;
}

.top-label {
  text-align: center;
  margin-bottom: -3.5rem;
}

.big {
  padding: .5rem 0;
  font-size: 2rem;
  font-weight: bold;
  font-style: oblique;
}

.information-block {
  padding-bottom: 0.5rem;
  height: 200px;
}

.information-title {
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
  paint-order: stroke;
}

.disclosure-area,
.information-area {
  padding-bottom: 5rem;
}

.disclosure-area h2 {
  padding-top: 2rem;
}

.disclosure-area h2::before {
  content: "■";
  color: #00256b;
  padding-right: 0.8rem;
}

.disclosure-area .row {
  margin: 0;
}

.disclosure-area dl,
.information-area dl {
  border: 2px solid #dddddd;
}

.disclosure-area dt,
.information-area dt {
  background: #0082e23d;
}

.disclosure-area dt,
.disclosure-area dd,
.information-area dt,
.information-area dd {
  margin: 0;
  padding: 0;
}

.disclosure-area p {
  padding-top: 0.5rem;
  padding-left: 1rem;
  border-top: 2px solid #0084e220;
}

.row dt:first-of-type p,
.row dd:first-of-type p {
  border-top: none;
}

.row dt,
.row dd {
  min-height: 100px;
}

.row dt {
  font-weight: bold;
}

.information-area.list p {
  padding-top: 0.5rem;
  padding-left: 1rem;
  border-top: 2px solid #0084e220;
}

.information-area.list>.row {
  padding-top: 0;
  margin-top: 1rem;
}

.contents ul {
  margin: 1rem 0;
}

.contents li {
  padding: .75rem 0;
  list-style: none;
}

.contents li::before {
  content: "●";
  color: #00256b;
  padding-right: 0.8rem;
}

.contents a {
  color: #000000;
}

.contents a:hover {
  color: #548235;
}

.container.full-area {
  padding-top: var(--bs-gutter-y, .75rem);
  padding-bottom: var(--bs-gutter-y, .75rem);
  max-width: initial;
}

.container.full-area.eco {
  background-color: #E2F0D9;
}

.container.full-area.iso {
  background-color: #d9def0;
}

.container.full-area .row {
  --bs-gutter-x: initial;
  width: 100%;
  background-color: #ffffff;
}

.title-label.inview.title-anim {
  width: fit-content;
  margin-top: 1rem;
  padding: .5rem 1rem;
}

.title-label.inview.title-anim span {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
}

.eco .title-label.inview.title-anim {
  width: 100%;
  background-color: #548235;
}

.iso .title-label.inview.title-anim {
  width: 100%;
  background-color: #353e82;
}

.document .main {
  padding: 0 5rem;
  font-family: 'Noto Serif JP';
}

.iso .main {
  padding: 0 5rem;
}

.document .main .text {
  padding: 1rem 0;
}

.iso .main .text {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.iso .main .sub .text {
  padding-top: .5rem;
}

.iso .main .image {
  margin: 0 5rem;
  padding-bottom: 5rem;
}

.document .main .text.end {
  text-align: end;
  padding: 3rem 0;
}

.document .main .saiken {
  padding-bottom: 0;
}

.document .main .annotation {
  font-size: .8rem;
  text-align: center;
}

.document .title {
  padding: 3rem 0;
  text-align: center;
}

.document .title span:first-child {
  padding: .2rem .75rem;
  border-bottom: 1.5px solid #00256b;
  font-size: 1.2rem;
  font-weight: bold;
}

.iso .title {
  padding-bottom: .1rem;
  border-bottom: 1px solid #00256b;
}

.iso .title span {
  padding: .2rem .5rem;
  background: #353e82;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
}

.sub .title {
  border-bottom: 1px solid #b0b0b0;
}

.sub .title span {
  background: initial;
  color: #00256b;
  padding-top: 0;
  padding-left: 0;
  font-size: 1.1rem;
}

.document .date {
  padding-top: .5rem;
  display: block;
}

.document dl,
.document dl {
  border: 2px solid #dddddd;
}

.document dt,
.document dd,
.document dt,
.document dd {
  margin: 0;
  padding: 0;
}

.document p {
  padding-top: 0.5rem;
  padding-left: 1rem;
  border-top: 2px solid #26e20020;
}

.saiken dt {
  background: #31e2003d;
}

.iso .stepbar .stepbarwrap {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.steparrowwrap {
  display: inline-flex;
}

.steparrowwrap .steparrow {
  margin-left: 2.5rem;
  width: 4rem;
  height: 4rem;
  background: #fc8000;
  clip-path: polygon(30% 60%, 30% 0, 70% 0, 70% 60%, 90% 60%, 50% 100%, 10% 60%);
}

.steparrowwrap p {
  margin: auto;
  font-weight: bold;
  padding-left: .5rem;
}

.iso .steparrow.reverse {
  background: #ff0000;
  clip-path: polygon(30% 40%, 30% 100%, 70% 100%, 70% 40%, 90% 40%, 50% 0%, 10% 40%);
}

.iso .stepbar .stepbarwrap:hover .steptitle .stepsquare {
  background-color: #353e82;
}

.iso .stepbar .stepbarwrap .steptitle .stepsquare {
  display: inline-block;
  width: 12em;
  height: 4em;
  content: "";
  border-radius: 10px;
  background-color: #acacac;
  color: #fff;
  text-align: center;
  transition-duration: .4s;
}

.iso .stepbar .stepbarwrap .steptitle .stepsquare span {
  display: flow-root;
  line-height: initial;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.8em;
}

.iso .stepbar .stepbarwrap .steptxt {
  padding-left: 13em;
  transition-duration: .4s;
}

.iso .stepbar .stepbarwrap:hover .title,
.iso .stepbar .stepbarwrap:hover .steptxt {
  color: #353e82;
}

.indent {
  display: block;
  padding-left: 3rem;
  text-indent: -1rem;
}

.green-bond .main {
  padding: 0 5rem;
}

.green-bond .main .text {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.green-bond .main .sub .text {
  padding-top: .5rem;
}

.green-bond .main .image {
  margin: 0 5rem;
  padding-bottom: 5rem;
}

.green-bond .title {
  padding-bottom: .1rem;
  border-bottom: 1px solid #548235;
}

.green-bond .title span {
  padding: .2rem .5rem;
  background: #548235;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
}

.green-bond .title.big {
  padding: 3rem 0;
  text-align: center;
  border-bottom: initial;
}

.green-bond .title.big span {
  background: initial;
  color: #548235;
  padding: .2rem .75rem;
  border-bottom: 1.5px solid #548235;
}

.decarbon .main {
  padding: 0 5rem;
}

.decarbon .main .text {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.decarbon .main .sub .text {
  padding-top: .5rem;
}

.decarbon .main .image {
  margin: 0 5rem;
  padding-bottom: 5rem;
}

.decarbon .title {
  padding-bottom: .1rem;
  border-bottom: 1px solid #548235;
}

.decarbon .title span {
  padding: .2rem .5rem;
  background: #548235;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
}

.eco .sub .title {
  border-bottom: 1px solid #b0b0b0;
}

.eco .sub .title span {
  background: initial;
  color: #548235;
  padding-top: 0;
  padding-left: 0;
  font-size: 1.1rem;
}

.link {
  color: #00256b;
}

.link:hover {
  color: #0084e2;
}

.saiken dt,
.saiken dd {
  min-height: initial;
}

.news-detail-date {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  margin-top: 1rem;
}

.news-detail-date::after {
  height: 1.8rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  margin-left: 1rem;
  padding-top: 5px;
  width: 5rem;
  color: white;
  text-align: center;
}

.news-detail-tittle {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.news-detail {
  border-top: solid 1px rgb(180, 180, 180);
  border-bottom: solid 1px rgb(180, 180, 180);
  min-height: 200px;
  margin: 2rem 0;
  padding: 2rem 1rem;
}

.paginationjs {
  width: fit-content;
  margin: auto;
}

.paginationjs-pages > ul > li > a {
  padding: 9px 18px;
  color: #00256b;
  border: 2px solid #00256b;
  border-radius: 5px;
  user-select: none;
}
.paginationjs-pages > ul > li > a:hover {
  color: #ffffff !important;
  background-color: #00256b;
}
.paginationjs-pages > ul > li.active > a {
  color: #ffffff;
  background-color: #00256b;
}

.paginationjs-ellipsis.disabled > a {
  padding: 0;
  border: initial;
}
.paginationjs-ellipsis.disabled > a:hover {
  color: #00256b !important;
  background-color: #ffffff;
}

.paginationjs-prev {
  margin: 0 16px 0 0;
}
.paginationjs-next {
  margin: 0 0 0 16px;
}
.paginationjs-page {
  margin: 0 4px;
}
.paginationjs-pages > ul {
  list-style: none;
  display: flex;
  align-items: baseline;
  padding: 0;
  margin: 0;
}

.not-news {
  text-align: center;
  font-size: 1.2rem;
}