@charset "UTF-8";
.s-mincho {
  font-family: dnp-shuei-ymincho-std, sans-serif;
}
.fs-up{
  font-size: 1.2em;
}
.first-view {
  position: relative;
  background-image:url("/jhm19/asset/index_mainvisual_bg.jpg");
  background-repeat: no-repeat;
  background-position:50% 50%;
  background-size:cover;
}
.first-view h1 {
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 45%;
  filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 5px #fff);
  animation: animation-shadow 4s ease-in-out forwards;
}
.first-view h1 .sp_ttl , .first-view h1 .sp_ttl2 {
  display: none;
}
.zoom-box {
  width: 100%;
  height: calc(100vh - 80px);
  overflow: hidden;
}
.zoom-img {
  position: relative;
  animation-name: animation-zoom;
  animation-duration: 8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.zoom-sp {
  display: none;
}
.zoom-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.zoom-img > img:first-of-type {
  position: static;
}

@keyframes animation-zoom {
  100% {  
    transform: scale(1.1);
  }
}
.news-area {
  padding: 45px 0;
  background: var(--navy);
  color:#fff;
}
.news-flex {
  display:flex;
  align-items: flex-start;
}
.ttl2-news {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 1em 0 0;
  border-left: 3px solid #fff;
  font-size:28px;
  font-weight: 400;
}
.ttl2-news span {
  display:block;
  font-size:75%;
}
.ttl2-news:before {
  position: absolute;
  top: 0;
  left: -3px;
  content: "";
  padding: 0;
  height: 50%;
  border-left: 3px solid #a39f90;
}
.news-article {
  flex: 1;
  height: 120px;
  overflow-y: scroll;
  --sb-track-color: #555459;
  --sb-thumb-color: #a39f90;
  --sb-size: 15px;
  scrollbar-color: var(--sb-thumb-color) 
                   var(--sb-track-color);
}
.news-article::-webkit-scrollbar {
  width: var(--sb-size);
}
.news-article::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}
.news-article::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;
  border: 3px solid #555459;
}
.news-article article {
  display:flex;
  width: calc(100% - 1em);
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px dotted #a39f90;
}
.news-article > article:last-child {
  margin: 0;
}
.news-article time{
  padding:0 1em 0 0;
  font-size: 1.2em;
}
.news-article h3 {
  font-weight: 400;
}
.news-article a {
  color:#fff;
}
.message-area {
  padding:45px 0;
  background: var(--beige);
}
.message-flex {
  display:flex;
  justify-content: center;
  align-items: flex-start;
 }
.chairman-image {
  width: 320px;
  padding-right: 2em;
}
.message-flex h2 {
  padding: 0 0 15px;
  margin: 0 0 0.6em;
  font-size: 28px;
  border-bottom: 1px solid var(--black);
}
.message-flex .chairman .name {
  font-size: 26px;
  font-weight: 600;
}
.director {
  line-height: 1.5;
}
.chairman {
  line-height: 1.5;
}
.message-flex p {
  line-height: 1.8;
  text-indent: 1em;
}
.message-flex button {
  position: relative;
  margin-top: 1em;
  padding: 0.5em 2.5em 0.5em 0.5em;
  background: none;
  border: 1px solid var(--black);
  color: var(--black);
  cursor: pointer;
}
.message-flex button:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  padding: 0;
  height: 1px;
  width: 2em;
  background: var(--black);
}
.toggle_title {
  font-weight: bold;
  line-height: 42px;
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
}
.toggle_btn:before {
  content: "Read more";
}
.toggle_btn.selected:before {
  content: "Close";
}
.toggle_txt {
  display: none;
}
.overview-flex {
  display:flex;
 }
.overview-area {
  background: var(--beige);
}
.overview-area  h2 {
  padding:0 0 5px;
  margin:0 0 0.5em;
  font-size: 28px;
  border-bottom: 1px solid var(--black);
}
.banner-area {
  padding:45px 0;
  background: var(--beige);
}
.banner-area a {
  color:#fff;
}
.banner-area .banner-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap:wrap;
}
.banner-area .banner-flex:after {
  content: "";
  display: block;
  width: calc(33% - 15px);
  height: 0;
}
.banner-area .banner-flex div {
  position: relative;
  width: calc(33% - 15px);
  margin: 0 0 30px;
}
.banner-area .banner-flex div h3 {
  position: absolute;
  width: 100%;
  bottom:0;
  padding: 1em;
  background-color:rgba(0,3,45,0.8);
  font-weight: 400;
}
.landscape-main {
  display: none;
}
@media screen and (max-width: 1800px) {
  .zoom-box {
    height: auto;
  }
}
@media screen and (max-width: 1320px) {
  .zoom-box {
    height: calc(100vh - 80px);    
  }
  .first-view h1 .sp_ttl {
    display: block;
  }
  .first-view h1 .pc_ttl {
    display: none;
  }
  .zoom-pc {
    display: none;
  }
 .zoom-sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 80px);
    width: 100%;
    background-image: url(/jhm19/asset/index_mainvisual_05_sp.png) , url(/jhm19/asset/index_mainvisual_04_sp.png) , url(/jhm19/asset/index_mainvisual_03_sp.png) , url(/jhm19/asset/index_mainvisual_01_sp.png);
    background-repeat: no-repeat;
    background-position: -9% -3% , 25% -3% , 100% 0% , 100% 50%;
    background-size: 50% , 20% , 58% , 80%;
    position: relative;
    animation-name: animation-zoom;
    animation-duration: 5s;
    animation-delay: 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .first-view h1 {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .news-area .max-width_1200 {
    padding: 0% 5%;
  }
}
@media screen and (max-width: 1020px) {
 .zoom-sp {
    background-position: 0% 21% , 25% -3% , 100% 0% , 100% 50%;
  }
  .first-view h1 {
    width: 90%;
  }
}
@media screen and (max-width: 890px) {
  .zoom-sp {
    background-position: 0% 21% , 25% -3% , 100% 0% , 100% 25%;
  }
  .banner-area .banner-flex div {
    position: relative;
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
  .banner-area .banner-flex:after {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 690px) {
  .first-view h1 .pc_ttl , .first-view h1 .sp_ttl {
    display: none;
  }
  .news-area {
    padding: 20px 0;
  }
  .news-flex {
    display: block;
  }
  .ttl2-news {
    margin-bottom: 20px;
  }
  .message-flex {
    flex-direction:column;
    justify-content:center;
    align-items: center;
  }
  .chairman-image {
    width: 50%;
    padding-right:0;
    padding-bottom: 1em;
  }
}
@media screen and (orientation: portrait) and (max-width: 690px) {
  .zoom-sp {
    background-image: url(/jhm19/asset/index_mainvisual_sp.png);
    background-position: 100% 50%;
    background-size: 100%;
  }
  .landscape-main {
    display: none;
  }
  .first-view h1 .sp_ttl2 {
    display: block;
  }
}
@media screen and (orientation: landscape) and (max-width: 690px) {
  .zoom-box {
    height: calc(100vh - 80px);
  }
  .zoom-sp , .first-view h1 .sp_ttl2{
    display: none;
  }
  .landscape-main {
  display: block;
  }
  .first-view h1 {
    bottom: 1em;
  }
  h2 .landscape-main {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .banner-area .banner-flex div {
    width: 100%;
  }
  .banner-area .banner-flex:after {
    width: 100%;
  }
}