/*****************************
 slider
******************************/
.main-slider img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}
.main-slider .slider-item {
  padding-left: 15px;
  padding-right: 15px;
}
.main-slider .slick-next {
  right: 25px;
  z-index: 90;
}
.main-slider .slick-prev {
  left: 25px;
  z-index: 90;
}
.sub-slider {
  max-width: 400px;
  width: 100%;
  margin: 50px auto 50px;
}
.sub-slider img {
  max-width: 100px;
  width: 100%;
  height: auto;
}
.sub-slider .sub-slider-item {
  padding-right: 2px;
  padding-left: 2px;
}
@media (max-width: 1199px) {
  .main-slider img {
    max-width: 800px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .main-slider img {
    max-width: 600px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .main-slider img {
    max-width: 500px;
    width: 100%;
    height: auto;
  }
  .sub-slider {
    max-width: 300px;
    width: 100%;
    margin: 50px auto 50px;
  }
}
@media (max-width: 640px) {
  .main-slider img {
    max-width: 300px;
    width: 100%;
    height: auto;
  }
}
/***************************
 front-lineup
****************************/
#front-lineup {
  padding-top: 50px;
  padding-bottom: 80px;
  background: #fdf0ec;
}
#front-lineup h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  color: #5e5d5c;
}
#front-lineup .box {
  background: #fff;
  border: 1px solid #d1d1d2;
  border-radius: 5px;
}
#front-lineup .mb {
  margin-bottom: 30px;
}
#front-lineup .lineup-thumb img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
#front-lineup .box-one .lineup-catch {
  margin-top: 15px;
  font-size: 12px;
  margin-bottom: 30px;
}
#front-lineup .box-one .lineup-catch p {
  margin-bottom: 0;
}
#front-lineup .box-one .lineup-thumb {
  margin-bottom: 31px;
}
#front-lineup .all_link {
  margin-top: 80px;
  text-align: right;
}
#front-lineup .all_link a {
  color: #5e5d5c;
  text-decoration: none;
}
/***************************
 #front-report
****************************/
#front-report {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fffde5;
}
#front-report h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #5e5d5e;
}
#front-report h2 span {
  display: block;
}
#front-report h2 span:nth-of-type(1) img {
  width: 150px;
  height: auto;
}
#front-report h2 span:nth-of-type(2) {
  font-size: 32px;
}
#front-report .box {
  background: #fff;
  border: 1px solid #d1d1d2;
  border-radius: 5px;
}
#front-report .box img {
  width: 100%;
  border-radius: 5px;
  height: auto;
}
#front-report .mb {
  margin-bottom: 30px;
}
/**************************
 front-service
***************************/
#front-service {
  background: #f1f8f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
#front-service h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #5e5d5c;
}
#front-service img {
  width: 100%;
  height: auto;
}
#front-service h3 {
  border-bottom: 1px solid #a6a6a7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #5e5d5c;
}
#front-service .catch {
  margin-bottom: 15px;
  color: #5e5d5c;
  font-size: 20px;
}
#front-service .catch p {
  margin-bottom: 0;
}
#front-service .link_btn {
  text-align: right;
}
#front-service .link_btn a {
  background: #35b597;
  width: 100%;
  text-align: center;
  max-width: 180px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
}
#front-service .service-box {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  #front-service .thumb {
    margin-bottom: 30px;
  }
}
/************************
 front-products
************************/
#front-products {
  padding-top: 80px;
  padding-bottom: 80px;
}
#front-products h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: #5e5d5c;
}
#front-products h2 span:nth-of-type(1) {
  margin-right: 15px;
}
#front-products h2 span:nth-of-type(1) img {
  width: 100px;
}
#front-products .slider-item {
  margin-right: 5px;
  margin-left: 5px;
}
#front-products .slider-item img {
  width: 100%;
  height: auto;
}
#front-products .slider-item .thumb {
  border: 1px solid #d1d1d2;
  border-radius: 5px;
  margin-bottom: 5px;
}
#front-products .slider-item .item-name {
  text-align: center;
  color: #5e5d5c;
}
#front-products .slick-dotted.slick-slider {
  margin-bottom: 80px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #front-products {
    padding-bottom: 0;
  }
}
/************************
 front-work
************************/
#front-work {
  padding-top: 80px;
  padding-bottom: 80px;
}
#front-work h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: #5e5d5c;
}
#front-work h2 span:nth-of-type(1) {
  margin-right: 10px;
  vertical-align: 5px;
}
#front-work h2 span:nth-of-type(1) img {
  width: 50px;
}
#front-work .slider-item {
  margin-left: 5px;
  margin-right: 5px;
}
#front-work .slider-item img {
  width: 100%;
  border-radius: 5px;
}
#front-work .slider-item .thumb {
  border: 1px solid #d1d1d2;
  border-radius: 5px;
  margin-bottom: 5px;
}
#front-work .slider-item .title {
  text-align: center;
  color: #333;
}
/********************************
 front-about
********************************/
#front-about {
  padding-top: 80px;
  padding-bottom: 80px;
}
#front-about .box {
  border: 2px solid #0077b3;
  border-radius: 15px;
  padding-bottom: 50px;
}
#front-about h2 {
  text-align: center;
  font-size: 42px;
  color: #fff;
  background: #0077b3;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
#front-about .main-catch {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  color: #5e5d5c;
}
#front-about .main-catch .inline-catch {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#front-about .main-catch .inline-catch:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 33px;
  background: #fffde5;
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 0;
}
#front-about .main-catch .inline-catch span.font-large {
  font-size: 42px;
  color: #5e5d5c;
  position: relative;
  z-index: 1;
}
#front-about .main-catch .inline-catch span.font-xlarge {
  font-size: 62px;
  color: #5e5d5c;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
#front-about .sub-catch {
  font-size: 28px;
  text-align: center;
  color: #5e5d5c;
  margin-bottom: 30px;
}
#front-about .border-wrap {
  margin-left: 15px;
  margin-right: 15px;
}
#front-about .border-blue {
  background: #0077b3;
  width: 100%;
  height: 2px;
  margin-bottom: 50px;
}
#front-about .thumb {
  padding-left: 50px;
  padding-right: 50px;
}
#front-about .thumb img {
  width: 100%;
  height: auto;
}
#front-about .srash {
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  #front-about .main-catch .inline-catch span:nth-of-type(1) {
    font-size: 36px;
  }
  #front-about .main-catch .inline-catch span:nth-of-type(2) {
    font-size: 52px;
  }
  #front-about .main-catch .inline-catch span:nth-of-type(3) {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  #front-about h2 {
    font-size: 28px;
  }
  #front-about .main-catch .inline-catch span:nth-of-type(1) {
    font-size: 24px;
  }
  #front-about .main-catch .inline-catch span:nth-of-type(2) {
    font-size: 42px;
  }
  #front-about .main-catch .inline-catch span:nth-of-type(3) {
    font-size: 26px;
  }
  #front-about .sub-catch {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #front-about {
    padding-top: 0;
    padding-bottom: 0;
  }
  #front-about h2 {
    font-size: 24px;
  }
  #front-about .main-catch .inline-catch span:nth-of-type(1) {
    font-size: 18px;
  }
  #front-about .main-catch .inline-catch span:nth-of-type(2) {
    font-size: 24px;
  }
  #front-about .main-catch .inline-catch span:nth-of-type(3) {
    font-size: 18px;
  }
  #front-about .sub-catch {
    font-size: 16px;
  }
  #front-about .sub-catch span {
    display: block;
    margin-bottom: 5px;
  }
  #front-about .main-catch .inline-catch:before {
    bottom: 0;
  }
}
@media (max-width: 500px) {
  #front-about h2 {
    font-size: 18px;
  }
  #front-about .main-catch .inline-catch span:nth-of-type(1) {
    font-size: 14px;
  }
  #front-about .main-catch .inline-catch span:nth-of-type(2) {
    font-size: 17px;
  }
  #front-about .main-catch .inline-catch span:nth-of-type(3) {
    font-size: 14px;
  }
}
/************************
 front-faq
************************/
#front-faq {
  padding-top: 80px;
  padding-bottom: 80px;
}
#front-faq h2 {
  color: #fff;
  background: #35b597;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  margin-bottom: 50px;
}
#front-faq .faq-answer {
  display: none;
}
#front-faq .faq-about {
  font-size: 24px;
  color: #5e5d5c;
  margin-bottom: 30px;
}
#front-faq .faq-title {
  position: relative;
  padding-right: 60px;
  color: #5e5d5c;
}
#front-faq .faq-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #5e5d5c;
  border-right: 1px solid #5e5d5c;
  transform: rotate(45deg);
  transition: 0.5s all;
}
#front-faq .faq-title.active:after {
  transform: rotate(-135deg);
  top: 8px;
  transition: 0.5s all;
}
#front-faq .faq-title .faq-title-label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
}
#front-faq .faq-title .faq-title-cnt {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 24px;
  display: inline-block;
}
#front-faq .faq-box {
  border: 1px solid #a6a6a7;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
#front-faq .faq-answer {
  position: relative;
  margin-top: 30px;
  color: #5e5d5c;
}
#front-faq .faq-answer .faq-answer-label {
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 24px;
}
#front-faq .faq-answer .faq-answer-cnt {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  display: inline-block;
}
#front-faq .all_link {
  margin-top: 80px;
  text-align: right;
}
#front-faq .all_link a {
  color: #5e5d5c;
  text-decoration: none;
}
@media (max-width: 767px) {
  #front-faq .faq-title .faq-title-label {
    font-size: 18px;
  }
  #front-faq .faq-title .faq-title-cnt {
    font-size: 18px;
  }
  #front-faq .faq-answer .faq-answer-label {
    font-size: 18px;
  }
}
/******************************
 front-news
******************************/
#front-news {
  padding-top: 80px;
  padding-bottom: 80px;
}
#front-news h2 span:nth-of-type(1) img {
  width: 60px;
}
#front-news h2 span:nth-of-type(1) {
  position: absolute;
  z-index: 10;
  transform: translate(-135px, -33px);
  left: 50%;
  top: 50%;
}
#front-news h2 {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 10;
  color: #5e5d5c;
  font-weight: bold;
}
#front-news .news-box {
  padding: 30px;
  overflow: auto;
  border: 1px solid #a6a6a7;
  border-radius: 5px;
}
#front-news ul {
  padding: 0;
  margin-bottom: 0;
}
#front-news ul li {
  display: flex;
  flex-wrap: wrap;
}
#front-news ul li:not(:last-child) {
  margin-bottom: 10px;
}
#front-news ul li span:nth-of-type(1) {
  font-size: 20px;
  letter-spacing: 0.2em;
  width: 200px;
  color: #5e5d5c;
}
#front-news ul li span:nth-of-type(2) {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
}
#front-news ul li span:nth-of-type(2) a {
  color: #5e5d5c;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
#front-news .all_link {
  margin-top: 80px;
  text-align: right;
}
#front-news .all_link a {
  color: #5e5d5c;
  text-decoration: none;
}
@media (max-width: 767px) {
  #front-news ul li span:nth-of-type(1) {
    width: 100%;
    margin-bottom: 5px;
  }
  #front-news ul li span:nth-of-type(2) {
    width: 100%;
  }
  #front-news ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  #front-news ul {
    padding-left: 0;
  }
}
