@charset "UTF-8";

/*****************************
    top MOVIE
*****************************/
.topsec-firstview{
  padding-top: 0px;
  overflow: hidden;
}
.main-slider {
  position: relative;
}
.main-slider video {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec-firstview{
  padding-top: 81px;
  }
}


/*****************************
  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;
}
.catchcopy h2{
  font-family: "meiryo-ui", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
}
@media screen and (max-width: 1080px) {
  .catchcopy{
    top: 70%;
  }
}
@media screen and (max-width: 767px) {
  .catchcopy{
    top: 80%;
  }
  .catchcopy h2{
    font-size: 24px;
  }
}

/*****************************
  topsec-news
*****************************/
.topsec-news{
  margin: 30px 0;
  padding: 30px 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;
  font-family: "meiryo-ui", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.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: #141FB7;
  color: #fff;
}
.topsec-news .tab_area .tnewsftab3:hover,
.topsec-news #tnewstab3:checked ~ .tab_area .tnewsftab3{
  background: #BF1E29;
  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.2rem;
  }
  .topsec-news .tab_area .ftab{
    width: calc(33% - 10px);
  }
}

/*****************************
  お知らせ一覧
*****************************/
.newslist{
  margin-bottom: 60px;
}
.newslinktab{
  margin-bottom: 5rem;
}
.newslinktab li{
  width: calc(20% - 10px);
}
.newslinktab  a.label{
  background: #ccc;
  border-radius: 5px;
  display: block;
  margin-right: 10px;
  opacity: 1 !important;
  padding: .3rem 0;
  position: relative;
  text-align: center;
  font-family: "meiryo-ui", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.newslinktab  a.label:hover,
.newslinktab  a.label.label_cr{
  background: #101010;
  color: #fff;
}
.newslinktab  a.label.label_cr{
  pointer-events: none;
}
.newslinktab  a.label2:hover,
.newslinktab a.label2.label_cr{
  background: #141FB7;
}
.newslinktab  a.label3:hover,
.newslinktab a.label3.label_cr{
  background: #BF1E29;
}

.newslist li{
  margin-top: 1rem;
}
.newslist a{
  opacity: 1 !important;
  position: relative;
}
.newslist a::before,
.newslist a::after{
  content: "";
  background: #c8c8c8;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
.newslist a::after{
  background: #141FB7;
  transition: 0.3s;
  width: 7%;
  z-index: 1;
}
.newslist a:hover::after{
  width: 100%;
}
.newslist a .cat,
.singlehead .cat{
  background: #BF1E29;
  border-radius: 5px;
  color: #fff;
  margin-right: 1rem;
  text-align: center;
  width: 150px;
  font-family: "meiryo-ui", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.newslist a .cat-cat01,
.singlehead .cat-cat01{
  background: #141FB7;
}
.newslist a .cat-cat02,
.singlehead .cat-cat02{
  background: #E40000;
}
.newslist a .ttl{
  padding: 1rem 0;
}
@media only screen and (max-width: 820px) {
  .newslinktab li{
    margin: 1rem 1rem 0 0;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .newslinktab li{
    width: calc(50% - 10px);
  }
  .newslist a .cat{
    font-size: 1.2rem;
    line-height: 2;
    width: 110px;
  }
  .newslist a .date{
    font-size: 1.4rem;
  }
  .singlehead .ttl{
    font-size: 2rem;
  }
}
.newsflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
/* .newsimg{
  width: 20%;
  margin-right: 20px;
} */
.newscont{
  width: 100%;
}
.newsimg img{
  width: 100%;
  height: 120px;
  object-fit: cover;
  padding: 5px;
  aspect-ratio: 4/3;
}
@media only screen and (max-width: 767px) {
  .newsimg{
    margin-right: 10px;
  }
  .newsimg img{
    padding: 0;
    height: auto;
  }
}


/*****************************
ボタン
*****************************/
.top_btn {
  margin: 20px 0;
}
.top_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  margin: 0 auto;
  padding: 5px 30px 5px 2px;
  border: 1px solid #141FB7;
  color: #fff;
  font-size: 1em;
  transition: .6s;
  background: #141FB7;
}
.top_btn a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #141FB7;
  background: #fff;
  opacity: 1;
  transition: .6s;
}
.top_btn a::after {
  position: absolute;
  right: 2em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.top_btn a:hover::after {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #141FB7;
}
.top_btn a:hover::after {
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #EDBFD9;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}

/*****************************
  TOP TTL
*****************************/
.topttl{
  margin-bottom: 30px;
}
.topttl h2{
  color: #141FB7;
  font-family: "meiryo-ui", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .topttl h2{
    font-size: 40px;
  }
}

/*****************************
  TOP About us
*****************************/
.topaboutflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.topaboutfbox{
  width: 50%;
}
.topaboutfbox2{
  width: 50%;
  padding: 30px;
}
.topaboutsec .top_btn{
  display: flex;
  justify-content: flex-end;
}
.topaboutsec .top_btn a{
  margin: 0;
}
.txtbox{
  margin-bottom: 40px;
}
.txtbox h3{
  font-family: "meiryo-ui", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 820px) {
  .topaboutfbox{
    width: 80%;
    margin: 0 auto;
  }
  .topaboutfbox2{
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .topaboutfbox{
    width: 90%;
  }
  .txtbox h3{
    font-size: 20px;
  }
}

/*****************************
  TOP SERVICE
*****************************/
.topsflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.topsfbox1{
  width: 30%;
}
.topsfbox2{
  width: 70%;
  padding: 0 10px;
}
.sflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sfbox{
  width: calc(100% / 2);
  padding: 0 10px;
  margin-bottom: 20px;
}
.topsflex h3{
  font-family: "meiryo-ui", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin: 10px 0;
  letter-spacing: 2px;
  line-height: 1.4;
}
.topsfbox2 .top_btn{
  display: flex;
  justify-content: flex-end;
}
.topsfbox2 .top_btn a{
  margin: 0;
}
.topstxt{
  height: 240px;
  min-height: 100%;
}
@media only screen and (max-width: 950px){
  .topstxt{
    height: 260px;
    min-height: 100%;
  }
}

@media only screen and (max-width: 820px) {
  .topsfbox1{
    width: 100%;
    margin-bottom: 20px;
  }
  .topsfbox2{
    width: 100%;
    padding: 0;
  }
  .topsfbox1 img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 5/3;
  }
  .topstxt{
    height: 200px;
    min-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sfbox{
    width: 100%;
    padding: 0;
  }
  .topstxt{
    height: 100%;
  }
}

/*****************************
    Parts bnrlink
*****************************/
.list-item {
  padding: 15px;
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.list-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
  opacity: 1;
  -webkit-transition: .3s;
          transition: .3s;
}
.list-item:hover:before {
  opacity: 0;
}
.list-item:hover a:before,
.list-item:hover .item-inner:before {
  width: 100%;
}
.list-item:hover a:after,
.list-item:hover .item-inner:after {
  height: 100%;
}
.list-item:hover .txt-sub {
  opacity: 1;
}
a, .item-inner {
  height: 100%;
  position: relative;
}
.item-inner:before, .item-inner:after {
  bottom: 0;
}
.item-inner:before {
  right: 0;
}
.item-inner:after {
  left: 0;
}
.item-text {
  position: absolute;
  color: #fff;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-family: "meiryo-ui", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.txt-main {
  display: inline-block;
  font-size: 21px;
  font-size: 2.4rem;
  letter-spacing: .05em;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .9);
}
.txt-sub {
  padding: .5em 1.5em;
  opacity: 0;
  position: absolute;
  line-height: 1.6;
}
.txt-ja,
.txt-en {
  color: #fff;
  width: 95%;
  margin: 0 auto;
}
.txt-ja {
  font-size: 30px;
  letter-spacing: 2px;
}
.tm-gridbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 33%;
  grid-template-rows: 23vh 23vh;
}
.tm-gridbox li.list-item01 {
  background: url(../images/top/f_bnr01.webp) no-repeat center/cover;
  grid-area: 1 / 1 / 3 / 2;
}
.tm-gridbox li.list-item02 {
  background: url(../images/top/f_bnr02.webp) no-repeat;
  background-size: cover;
  background-position: center;
  grid-area: 1 / 2 / 2 / 3;
}
.tm-gridbox li.list-item03 {
  background: url(../images/top/f_bnr03.webp) no-repeat center/cover;
  grid-area: 2 / 2 / 3 / 3;
}
.tm-gridbox a{
  display: block;
  z-index: 1;
}

@media screen and (max-width: 820px) {
  .tm-gridbox {
    grid-template-rows: 12vh 12vh;
  }
}
@media screen and (max-width: 767px) {
  .tm-gridbox {
      grid-template-columns: 100%;
      grid-template-rows: 23vh 23vh 23vh;
  }
  .tm-gridbox li.list-item01 {
      grid-area: 1/1 / 2/2;
  }
  .tm-gridbox li.list-item02 {
      grid-area: 2/1 / 3/2;
      background-position: right;
  }
  .tm-gridbox li.list-item03 {
      grid-area: 3/1 / 4/2;
  }
  .list-item:before {
      background: rgba(0, 0, 0, 0);
  }
  .tm-gridbox li.list-item03 {
    background-position: left;
  }
  .txt-ja{
    font-size: 24px;
    filter: drop-shadow(2px 2px 0px #101010);
  }
}
