@charset "UTF-8";

/*****************************
    topスライド
*****************************/
.top-hero{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.topslider,
.topslider .slideitem{
  height: 100vh;
}
.topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgb(83,175,232,.45);
}
.top-layer{
  position: relative;
  z-index: 2;
  margin-top: 100vh;
  background: #fff;
}
/* スライダー直後のセクション */
.topsec-concept{
  background: #fff;
  padding: 80px 0 60px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .topsec-concept{
    padding: 80px 0 0;
  }
}

/*****************************
  top 動画
*****************************/
.topvideo {
  position: relative;
  width: 100%;
  height: 100vh; /* 高さ調整 */
  overflow: hidden;
}
.topvideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

/*****************************
  top キャッチコピー
*****************************/
.catchcopy{
  position: absolute;
  width: 800px;
  max-width: 100%;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  padding: 10px 0;
  z-index: 1;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .catchcopy img{
    width: 300px;
    height: 100%;
  }
  .catchcopy{
    font-size: 14px;
  }
}

/*****************************
  topsec-news
*****************************/
.topsec-news{
  padding: 60px 0;
}
.topsec-news input[type="radio"] {
  display: none;
}
.topsec-news .tab_area{
  margin-bottom: 3rem;
}
.topsec-news .tab_area .ftab{
  background: #ccc;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: calc(15% - 10px);
}
.topsec-news .tab_area .ftab label{
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: .3rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.topsec-news .tab_panel{
  display: none;
}
.topsec-news .tab_area .ftab:hover,
.topsec-news #tnewstab1:checked ~ .tab_area .tnewsftab1{
  background: #101010;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab2:hover,
.topsec-news #tnewstab2:checked ~ .tab_area .tnewsftab2{
  background: #001A66;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab3:hover,
.topsec-news #tnewstab3:checked ~ .tab_area .tnewsftab3{
  background: #E40000;
  color: #fff;
}

.topsec-news #tnewstab1:checked ~ .panel_area #tnewspanel1,
.topsec-news #tnewstab2:checked ~ .panel_area #tnewspanel2,
.topsec-news #tnewstab3:checked ~ .panel_area #tnewspanel3{
  display:block;
}

@media only screen and (max-width: 1024px) {
  .topsec-news .tab_area {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-news .tab_area .ftab{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .topsec-news .t-newsttlbox,
  .topsec-news .tab_area .ftab label{
    font-size: 1.4rem;
  }
  .topsec-news .tab_area .ftab{
    width: calc(33% - 10px);
  }
}

/*****************************
  NEWS カード型
*****************************/
.newslist-card {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news-card {
  width: calc(25% - 22.5px);
  list-style: none;
}
.news-card a {
  display: block;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.news-card a:hover {
  opacity: 0.8;
}
.news-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.news-meta {
  margin-top: 10px;
}
.news-date {
  font-size: 14px;
  color: #888;
  margin-bottom: 2px;
}
.news-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .news-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .news-card {
    width: 100%;
  }
}

/*****************************
  topsec-concept
*****************************/
.concepttxt{
  text-align: center;
}
.concepttxt h3{
  font-size: 24px;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.concepttxt p{
  margin-bottom: 16px;
}
@media only screen and (max-width: 820px) {
  .concepttxt{
    text-align: inherit;
  }
}

/*****************************
  TOP FACILITY
*****************************/
.topsec2{
  position: relative;
  padding: 80px 0;
}
.facibox{
  margin-bottom: 20px;
}
.topsec2 .topttl{
  text-align: left !important;
  margin-bottom: 0;
}
.topsec2 .topttl h3{
  color: #101010;
  font-size: 20px;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
}
.top_business_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.top_business_flex .left_area{
  width: 40%;
  padding: 10px;
}
.top_business_flex .right_area{
  width: 60%;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .top_business_flex .left_area{
    width: 45%;
    padding: 10px;
  }
  .top_business_flex .right_area{
    width: 55%;
    padding: 10px;
  }
}
@media screen and (max-width: 820px) {
  .top_business_flex .left_area{
    width: 100%;
    padding: 10px;
  }
  .top_business_flex .right_area{
    width: 100%;
    padding: 10px;
  }
}

/*****************************
  ギャラリー
*****************************/
.topgsec{
  padding: 60px 0;
}
.top_gallery_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.top_gallery_flex li:nth-child(1) {
  width: 40%;
  padding: 20px;
}
.top_gallery_flex li:nth-child(2) {
  width: 60%;
  padding: 20px;
}
.top_gallery_flex li:nth-child(3) {
  width: 50%;
  margin: 0 auto;
  padding: 20px;
}
.top_gallery_flex li:nth-child(1) img {
  position: relative;
  top: 130px;
  left: 0;
  box-shadow: 10px 10px 5px #e1e1e1;
}
.top_gallery_flex li:nth-child(2) img {
  position: relative;
  top: -30px;
  left: 0px;
  box-shadow: 10px 10px 5px #e1e1e1;
}
.top_gallery_flex li:nth-child(3) img {
  position: relative;
  top: -30px;
  left: 30px;
  box-shadow: 10px 10px 5px #e1e1e1;
}
@media screen and (max-width: 1024px) {
  .top_gallery_flex li:nth-child(1) {
    width: 40%;
    padding: 10px;
  }
  .top_gallery_flex li:nth-child(2) {
    width: 60%;
    padding: 10px;
  }
  .top_gallery_flex li:nth-child(3) {
    width: 50%;
    margin: 0 auto;
    padding: 10px;
  }
}

@media screen and (max-width: 820px) {
  .top_gallery_flex li:nth-child(1) {
    width: 43%;
    padding: 5px;
  }
  .top_gallery_flex li:nth-child(2) {
    width: 57%;
    padding: 5px;
  }
  .top_gallery_flex li:nth-child(3) {
    width: 100%;
    margin: unset;
    padding: 5px;
  }
  .top_gallery_flex li:nth-child(1) img {
    position: relative;
    top: 0px;
    left: 0;
    box-shadow: 0px 0px 0px #dadada;
  }
  .top_gallery_flex li:nth-child(2) img {
    position: relative;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 0px #dadada;
  }
  .top_gallery_flex li:nth-child(3) img {
    position: relative;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 0px #dadada;
  }
}

/*****************************
  topstorysec
*****************************/
.topstorysec{
  padding: 60px 0;
}
.topsttl{
  color: #0072CF;
  margin-bottom: 20px;
  text-align: center;
}
.topsttl h2{
  font-size: 28px;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1.2;
}
.subst{
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.storytxt{
  text-align: center;
}
.storytxt p{
  margin-bottom: 16px;
}
@media only screen and (max-width: 820px) {
  .topsttl h2{
    font-size: 24px;
  }
  .subst{
    font-size: 14px;
  }
  .storytxt{
    text-align: inherit;
  }
}

/*****************************
  TOPBG
*****************************/
.topbg {
  position: relative;
  background: url(../images/top/topbg.webp) center / cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 40vh;
}
.topbg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 10%);
}
@media only screen and (max-width: 767px) {
  .topbg{
    height: 20vh;
  }
}

/*****************************
  CHECK IN SEC
*****************************/
.checkinsec{
  padding: 60px 0;
}
.checkinsec .checkin-flow{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 20px;
  padding:20px 0 10px;
}
.checkinsec .flow-step{
  width: 300px;
}
.checkinsec .flow-stepno{
  margin:0 0 10px;
  font-size:16px;
  color:#33b7e6;
}
.checkinsec .flow-ico{
  width:86px;
  height:86px;
  margin:0 0 10px;
}
.checkinsec .flow-ico img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.checkinsec .flow-ttl{
  margin:0 0 8px;
  font-size:18px;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
}
.checkinsec .flow-txt{
  color:#101010;
}
/* ▼▼ CSS矢印 ▼▼ */
.checkinsec .flow-arrow{
  width:0;
  height:0;
  margin-top:44px;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  border-left:18px solid #0b6fc7; /* 矢印カラー */
}
@media (max-width:900px){
  .checkinsec .checkin-flow{
    flex-direction:column;
    gap:16px;
  }
  .checkinsec .flow-step{
    width:100%;
  }
  .checkinsec .flow-arrow{
    margin:8px 0 8px 18px;
    transform:rotate(90deg);
  }
  /* flow-stepの中だけ横並びにする */
  .checkinsec .flow-step .flow-ico{
    display:inline-flex;
    vertical-align:middle;
  }
  .checkinsec .flow-step .flow-ttl{
    display:inline-flex;
    align-items:center;
    margin-left:16px;
  }
  /* サイズ調整 */
  .checkinsec .flow-ico{
    width:70px;
    height:70px;
    margin-bottom:0;
  }
}

/*****************************
  HD SEC
*****************************/
.hdsec{
  position: relative;
  padding: 40px 0;
}
.hdbox img{
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .hdbox img{
    width: 240px;
  }
}

