@charset "UTF-8";


/* -----------------------------------------------

	 base

----------------------------------------------- */
.tsec,
.usec{
  margin-bottom: 180px;
}
.sechead{
  text-align: left;
  margin-bottom: 60px;
}
.sechead .ja{
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.sechead .en{
  font-size: 60px;
  line-height: 1.5;
  font-weight: 700;
}
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: auto;
  background-color: #08a7a1;
  max-width: 320px;
  min-width: 320px;
  width: 100%;
  border-radius: 50vh;
  transition: 0.5s;
}
.btn a{
  display: inline-block;
  color: #fff;
  width: 100%;
  font-weight: 600;
  padding: 20px;
}
.btn a::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
.btn02 a::after{
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
.btn:hover{
  opacity: 0.6;
  transition: 0.5s;
}
.ttl{
  font-weight: 700;
}
.ttlrtn{
  font-weight: 700;
  color: #fff;
}
.bgwrap{
  background: #f5f8fa;
  padding: 90px 60px;
  border-radius: 30px;
}
.img{
  display: flex;
}

h2{
  font-size: 35px;
  margin-bottom: 45px;
  text-align: center;
  font-weight: 700;
}

  @media only screen and (max-width: 1024px) {
    .tsec {
      margin-bottom: 150px;
    }
    .sechead .en{
      font-size: 55px;
    }
    .bgwrap{
      padding: 80px 60px;
    }
  }
  @media only screen and (max-width: 768px) {
    h2{
      font-size: 30px;
    }
    .tsec,
    .usec{
      margin-bottom: 120px;
    }
    .sechead{
      margin-bottom: 45px;
    }
    .sechead .en{
      font-size: 45px;
    }
    .bgwrap{
      padding: 60px 40px;
    }
  }
  @media only screen and (max-width: 479px) {
    h2{
      font-size: 24px;
      margin-bottom: 30px;
    }
    .btn {
      min-width: auto;
    }
    .btn a{
      padding: 15px;
    }
    .tsec,
    .usec{
      margin-bottom: 90px;
    }
    .sechead{
      margin-bottom: 30px;
    }
    .sechead .ja {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .sechead .en{
      font-size: 30px;
    }
    .bgwrap{
      padding: 40px 30px;
    }
    .btn a::after{
      width: 6px;
      height: 6px;
    }
  }


/* -----------------------------------------------
	 viewbg
----------------------------------------------- */
.viewbg img{
  height: 350px;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
  .viewbg img{
    height: 250px;
  }
}
@media only screen and (max-width: 479px) {
  .viewbg {
    margin-bottom: 60px;
  }
  .viewbg_footer{
    margin: 0;
  }
  .viewbg img{
    height: 180px;
  }
}


/* -----------------------------------------------
	 top_section
----------------------------------------------- */
.top_section .main_img{
  position: relative;
  margin: 0 60px;
}
.top_section .main_img::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #14202f;
  opacity: 0.7;
  border-radius: 30px;
}
.top_section .main_img > img {
  width: 100%;
  position: relative;
  max-height: 750px;
  height: 50vw;
  min-height: 450px;
  object-fit: cover;
  border-radius: 30px;
}
.top_section .main_txt{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 1;
  width: calc(100% - 60px);
}
.top_section .main_txt h1{
  font-size: 60px;
  margin-bottom: 45px;
}

  @media only screen and (max-width: 1024px) {
    .top_section .main_txt h1 {
      font-size: 50px;
      margin-bottom: 30px;
    }
  }
  @media only screen and (max-width: 768px) {
    .top_section .main_img{
      margin: 0 40px;
    }
    .top_section .main_txt h1 {
      font-size: 40px;
      margin-bottom: 20px;
    }
  }
  @media only screen and (max-width: 479px) {
    .top_section {
      margin-bottom: 60px;
    }
    .top_section .main_img{
      margin: 0 20px;
    }
    .top_section .main_img > img{
      min-height: 320px;
      border-radius: 15px;
    }
    .top_section .main_img::after{
      border-radius: 15px;
    }
    .top_section .main_txt h1 {
      font-size: 30px;
      margin-bottom: 15px;
      line-height: 1.5;
      text-align: left;
      letter-spacing: 0.05rem;
    }
    .top_section .main_txt p{
      font-size: 14px;
      font-weight: 400;
      text-align: left;
    }
    .top_section .main_txt p br{
      display: none;
    }
  }



/* -----------------------------------------------
	 tsec_about
----------------------------------------------- */
.tsec_about .txt{
  line-height: 3;
}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 479px) {
  .tsec_about {
    margin-bottom: 60px;
  }
  .tsec_about .sechead .en{
    font-size: 25px;
  }
  .tsec_about .sechead .en br{
    display: none;
  }
  .tsec_about .txt{
    line-height: 2;
  }
}


/* -----------------------------------------------
	 sec_service
----------------------------------------------- */
.sec_service{
	overflow-x: hidden;
}
.sec_service h3{
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.sec_service .servicewrap{
  margin-bottom: 90px;
}
.sec_service .servicewrap .service:not(:last-child){
  margin-bottom: 120px;
}
.sec_service .servicewrap .txts{
  max-width: 650px;
}
.sec_service .servicewrap .txts .txt:first-child{
  margin-bottom: 30px;
}
.sec_service .right.img{
  width: 90vw;
  max-width: none;
  margin-left: 80px;
  margin-right: calc(50% - 50vw);
}
.sec_service .right.img img{
  border-radius: 30px 0 0 30px
}
.sec_service .left.img{
  width: 90vw;
  max-width: none;
  margin-right: 80px;
  margin-left: calc(50% - 50vw);
}
.sec_service .left.img img{
  border-radius: 0 30px 30px 0;
}


  @media only screen and (max-width: 1024px) {
    .sec_service .right.img,
    .sec_service .left.img{
      width: 100vw;
    }
    .sec_service .right.img{
      margin-left: 60px;
    }
    .sec_service .left.img{
      margin-right: 60px;
    }
  }
  @media only screen and (max-width: 768px) {
    .sec_service h3{
      font-size: 25px;
    }
    .sec_service .img img{
      height: 250px;
      object-fit: cover;
    }
    .sec_service .servicewrap .txts{
      max-width: 380px;
    }
    .sec_service .right.img{
      margin-left: 45px;
    }
    .sec_service .left.img{
      margin-right: 45px;
    }
  }
  @media only screen and (max-width: 479px) {
    .sec_service h3{
      font-size: 20px;
      margin-bottom: 10px;
    }
    .sec_service .servicewrap{
      margin-bottom: 60px;
    }
    .sec_service .servicewrap .txts{
      max-width: 100%;
      margin-bottom: 30px;
    }
    .sec_service .servicewrap .service{
      flex-direction: column;
    }
    .sec_service .servicewrap .service02{
      flex-direction: column-reverse;
    }
    .sec_service .servicewrap .service:not(:last-child) {
      margin-bottom: 80px;
    }
  }



/* -----------------------------------------------
	 tsec_news
----------------------------------------------- */
.tsec_news .newswrap{
  margin-bottom: 90px;
}
.tsec_news .news{
  padding: 45px 30px;
  border-bottom: solid 1px #cdcdcd;
}
.tsec_news .news .date{
  color: #cdcdcd;
  margin-right: 40px;
  letter-spacing: 0;
}
.tsec_news .btn{
  background: transparent;
  border: solid 2px #333;
}
.tsec_news .btn a{
  color: #333;
}
.tsec_news .btn:hover{
  background: #333;
  opacity: 1;
}
.tsec_news .btn:hover a{
  color: #fff;
  opacity: 1;
}
  @media only screen and (max-width: 1024px) {
    .tsec_news .news{
      padding: 35px 30px;
    }
  }
  @media only screen and (max-width: 768px) {
  }
  @media only screen and (max-width: 479px) {
    .tsec_news .newswrap{
      margin-bottom: 60px;
    }
    .tsec_news .news{
      display: flex;
      flex-direction: column;
      padding: 15px 20px;
    }
    .tsec_news .news .date {
      
      margin: 0 0 5px;
    }
    .tsec_news .news .date,
    .tsec_news .ttl{
      text-align: left;
      width: 100%;
    }
  }


/* -----------------------------------------------
	 tsec_aaaaaaaa
----------------------------------------------- */
  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
  }
  @media only screen and (max-width: 479px) {
  }