@charset "UTF-8";

/*****************************
  top
*****************************/
.topsec{
  padding: 10rem 0;
}
@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: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec{
    padding: 6rem 0;
  }
}

/*****************************
topsec-fv
*****************************/
.topsec-fv{
  margin-top: 83px;
  padding: 0;
}

.topsec-fv .topslider{
  height: calc(100vh - 83px);
}
.topsec-fv .topslider .slick-track,
.topsec-fv .topslider .slick-list{
  height: 100%;
}

.topsec-fv .catch{
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  bottom: 10%;
  left: 3%;
  z-index: 2;
}
.topsec-fv .catch .catchttl,
.topsec-fv .catch .catchttl > span,
.topsec-fv .catch .catchsub,
.topsec-fv .catch .catchsub > span{
  line-height: 1;
}
.topsec-fv .catch .catchttl span,
.topsec-fv .catch .catchsub span{
  display: inline-block;
}

.topsec-fv .catch .leftover-box-in {
  background: rgba(0, 60, 119, .8);
  font-size: 3.2vw;
  line-height: 1.8;
  padding: 0 2rem;
}
.topsec-fv .catch .catchsub .leftover-box-in{
  font-family: "Montserrat", sans-serif;
  font-size: 2.2vw;
  font-weight: 500;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1180px) {
  .topsec-fv .catch .leftover-box-in {
    font-size: 3.5vw;
  }
  .topsec-fv .catch .catchsub .leftover-box-in{
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
  .topsec-fv{
    margin-top: 68px;
  }
  .topsec-fv .topslider{
    height: calc(100vh - 68px);
  }
}
@media only screen and (max-width: 820px) {
  /* .topsec-fv .topslider {
    height: 450px;
  } */
  .topsec-fv .catch {
    gap: 1rem;
  }
  .topsec-fv .catch .leftover-box-in {
    font-size: 4.6vw;
    padding: 0 1rem;
  }
  .topsec-fv .catch .catchsub .leftover-box-in{
    font-size: 3.6vw;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-fv .catch{
    gap: 0;
  }
  .topsec-fv .catch .catchttl span,
  .topsec-fv .catch .catchsub span {
    line-height: 1.4;
  }
  .topsec-fv .catch .leftover-box-in {
    font-size: 2.5rem;
    padding: 1rem ;
  }
  .topsec-fv .catch .catchsub .leftover-box-in{
    font-size: 2rem;
    padding: 1rem ;
  }
}

/*****************************
topsec-greeting
*****************************/
.topsec-greeting::before{
  content: "";
  background: linear-gradient(90deg,#05618C,#003C77);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
}
.topsec-greeting .ttlbox1{
  position: absolute;
  top: 12rem;
  left: 0;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
  z-index: 1;
}
.topsec-greeting .ftxtbox{
  background: rgba(7, 18, 71, .8);
  box-shadow: -6px 6px #fff;
  color: #fff;
  padding: 4rem;
  position: absolute;
  bottom: -5rem;
  left: -2rem;
  width: 70%;
  z-index: 1;
}
.topsec-greeting .ftxtbox p{
  font-size: 1.8rem;
}
.topsec-greeting .fimgbox{
  margin-left: auto;
  width: 75%;
}

.topsec-greeting .morebtn1{
  margin-top: 2rem;
  text-align: right;
}
.topsec-greeting .morebtn1 a{
  color: #fff;
  border: 1px solid #fff;
}
.topsec-greeting .morebtn1 a:hover{
  background: #fff;
  color: #003C77;
}
@media only screen and (max-width: 1180px) {
  .topsec-greeting .ttlbox1{
    left: 2rem;
  }
  .topsec-greeting .ftxtbox{
    padding: 3rem;
    left: 0;
  }
  .topsec-greeting .ftxtbox p{
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  .topsec-greeting .ttlbox1{
    top: 7rem;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-greeting .ttlbox1 {
    top: -5rem;
  }
  .topsec-greeting .ftxtbox {
    padding: 2rem;
    width: 90%;
  }
  .topsec-greeting .fimgbox{
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-greeting::before{
    height: 70%;
  }
  .topsec-greeting .ttlbox1 {
    position: static;
  }
  .topsec-greeting .ftxtbox {
    position: static;
    width: 100%;
  }
  .topsec-greeting .fimgbox{
    box-shadow: 6px 6px #fff;
    margin: 3rem 0;
    width: 100%;
  }
}

/*****************************
topsec-business
*****************************/
.topsec-business{
  background: #f2f2f2;
}
.topsec-business .ttlbox1{
  text-align: center;
}
.topsec-business .txtbox{
  margin: 2rem auto 4rem;
  max-width: 700px;
  text-align: center;
}
.topsec-business ul li{
  aspect-ratio: 3/2;
  background: url(../images/top/business_bg1.webp) no-repeat center / cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.topsec-business ul li:last-of-type{
  background: url(../images/top/business_bg2.webp) no-repeat center / cover;
}
.topsec-business ul li::before{
  content: "";
  background: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.topsec-business ul li .inbox{
  position: relative;
  text-align: center;
  width: 80%;
}
.topsec-business ul li .inbox .ttl{
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}
.topsec-business ul li .inbox .txt{
  font-size: 1.8rem;
}

.topsec-business .morebtn1{
  margin-top: 3rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .topsec-business ul li .inbox{
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-business ul{
    gap: 2rem;
  }
  .topsec-business ul li {
    aspect-ratio: 5/2;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-business .txtbox{
    margin: 2rem 0 3rem;
    text-align: left;
  }
  .topsec-business ul li {
    aspect-ratio: auto;
    padding: 2rem;
  }
  .topsec-business ul li .inbox .ttl{
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .topsec-business ul li .inbox .txt{
    font-size: 1.6rem;
  }
}

/*****************************
topsec-product
*****************************/
.topsec-product::before{
  content: "";
  background: linear-gradient(90deg,#003C77,#05618C);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
}
.topsec-product .ttlbox1{
  position: absolute;
  top: 12rem;
  right: 2rem;
  text-align: right;
  text-shadow: 1px 1px 0px #fff, -2px 1px 0px #fff, 1px -2px 0px #fff, -2px -2px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -2px -1px 0px #fff, -1px -2px 0px #fff, 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, -1px 2px 1px #fff, -2px -1px 1px #fff, -1px -2px 1px #fff;
  z-index: 1;
}
.topsec-product .ftxtbox{
  background: rgba(7, 18, 71, .8);
  box-shadow: -6px 6px #fff;
  color: #fff;
  padding: 4rem;
  position: absolute;
  bottom: -5rem;
  right: -2rem;
  width: 60%;
  z-index: 1;
}
.topsec-product .ftxtbox p{
  font-size: 1.8rem;
}
.topsec-product .fimgbox{
  margin-right: auto;
  width: 75%;
}

.topsec-product .morebtn1{
  margin-top: 2rem;
  text-align: right;
}
.topsec-product .morebtn1 a{
  color: #fff;
  border: 1px solid #fff;
}
.topsec-product .morebtn1 a:hover{
  background: #fff;
  color: #003C77;
}
@media only screen and (max-width: 1180px) {
  .topsec-product .ttlbox1{
    right: 4rem;
  }
  .topsec-product .ftxtbox{
    padding: 3rem;
    right: 0;
    width: 60%;
  }
  .topsec-product .ftxtbox p{
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  .topsec-product .ttlbox1{
    top: 7rem;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-product .ttlbox1 {
    top: -5rem;
  }
  .topsec-product .ftxtbox {
    padding: 2rem;
    width: 70%;
  }
  .topsec-product .fimgbox{
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-product::before{
    height: 70%;
  }
  .topsec-product .ttlbox1 {
    position: static;
    text-align: left;
  }
  .topsec-product .ftxtbox {
    position: static;
    width: 100%;
  }
  .topsec-product .fimgbox{
    box-shadow: 6px 6px #fff;
    margin: 3rem 0;
    width: 100%;
  }
}

/*****************************
topsec-news
*****************************/
.topsec-news {
  background: #fafafa;
}
.topsec-news .topnewsbox{
  box-shadow: 2px 2px #ccc;
  box-shadow: 4px 4px 10px #bcbcbc;
}
.topsec-news .fttl{
  background: linear-gradient(#05618C,#003C77);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 20%;
}
.topsec-news .fttl .enttl{
  font-family: "Newsreader", serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
.topsec-news .fttl .ttl{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.topsec-news .fbox{
  background: #fff;
  padding: 2rem;
  width: 80%;
}
.topsec-news .newslist{
  max-width: 100%;
}
.topsec-news .morebtn1 {
  margin-top: 3rem;
  text-align: right;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-news .fttl,
  .topsec-news .fbox {
    width: 100%;
  }
  .topsec-news .fttl{
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-news .fbox {
    padding: 1rem 2rem 2rem;
  }
  .topsec-news .fttl .enttl {
    font-size: 3.4rem;
  }
}