@font-face {
  font-family: "corbel_bold";
  src: url(../fonts/Corbel-Bold.ttf) format("woff");
}

#news .btn a, #concept .btn a, #business .btn a, #case .btn a, #products #productslider .block .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 45px;
  max-width: 220px;
  height: 60px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  border: solid 1px #ffa824;
  background: #fff;
  color: #ffa824;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

#news .btn a:hover, #concept .btn a:hover, #business .btn a:hover, #case .btn a:hover, #products #productslider .block .btn a:hover {
  opacity: 0.6;
}

#news h2, #business .h2title h2, #case h2, #products h2 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 30px;
  line-height: 1.6;
  color: #191970;
}

#news h2 span, #business .h2title h2 span, #case h2 span, #products h2 span {
  margin-top: 10px;
  display: block;
  font-size: 16px;
}

@media (max-width: 999px) {
  #news h2, #business .h2title h2, #case h2, #products h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  #news h2, #business .h2title h2, #case h2, #products h2 {
    font-size: 22px;
  }
  #news h2 span, #business .h2title h2 span, #case h2 span, #products h2 span {
    margin-top: 5px;
    font-size: 12px;
  }
}

#concept h3, #business h3 {
  margin-bottom: 30px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 30px;
  line-height: 1.6;
  color: #191970;
}

#concept h3 span, #business h3 span {
  margin-bottom: 5px;
  display: block;
  font-size: 15px;
}

@media (max-width: 999px) {
  #concept h3, #business h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  #concept h3, #business h3 {
    font-size: 22px;
  }
  #concept h3 span, #business h3 span {
    font-size: 12px;
  }
}

#news article time,
#news article .category, #news article .text, #concept .text, #business .text, #case .title, #products #productslider .block .name {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  #news article time,
  #news article .category, #news article .text, #concept .text, #business .text, #case .title, #products #productslider .block .name {
    font-size: 14px;
  }
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  margin-bottom: 70px;
  position: relative;
}

#mainimg #mainslider img {
  min-height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#mainimg .catch {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}

#mainimg .catch .catchinner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  #mainimg #mainslider img {
    min-height: 0px;
    height: 300px;
  }
  #mainimg .catch {
    bottom: 30px;
  }
  #mainimg .catch img {
    width: 100%;
    max-width: 450px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 70px;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#news .newsblock,
#news .blogblock {
  width: 48%;
}

#news .btn {
  margin-top: 50px;
}

#news .btn a {
  margin: 0 auto;
}

#news article {
  padding: 0 25px 20px 25px;
  border-bottom: solid 1px #e7e7e7;
}

#news article a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}

#news article a:hover {
  opacity: 0.6;
}

#news article + article {
  margin-top: 50px;
}

#news article time,
#news article .category {
  margin-right: 15px;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#news article .text {
  padding-top: 2px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  #news {
    display: block;
  }
  #news .newsblock,
  #news .blogblock {
    width: 100%;
  }
  #news .blogblock {
    margin-top: 50px;
  }
  #news article {
    padding: 0 15px 20px 15px;
  }
  #news article a {
    display: block;
  }
  #news article + article {
    margin-top: 20px;
  }
  #news article time,
  #news article .category {
    margin-right: 0px;
  }
  #news article .category {
    margin-bottom: 5px;
  }
  #news article .text {
    padding-top: 0px;
  }
}

/* ----------------------------------------------
concept
------------------------------------------------- */
#concept {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#concept .image {
  width: 47.14285714285714%;
}

#concept .image img {
  width: 100%;
}

#concept .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 80px;
  margin-right: calc((100vw - 1020px) / 2);
}

@media (max-width: 1040px) {
  #concept .txtbox {
    margin-right: 0;
    padding-right: 10px;
  }
}

#concept h3 {
  padding-top: 30px;
}

#concept .btn {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  #concept .image {
    width: 50%;
  }
  #concept .txtbox {
    width: 45%;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  #concept {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #concept h3 {
    padding-top: 0;
  }
  #concept .image {
    margin-bottom: 30px;
    width: 100%;
    max-width: 400px;
  }
  #concept .txtbox {
    padding-right: 0;
    padding-left: 0px;
    width: 100%;
  }
  #concept .btn {
    margin-top: 30px;
  }
  #concept .btn a {
    margin: 0 auto;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  margin-bottom: 70px;
}

#business:after {
  display: block;
  content: "";
  width: 100%;
  height: 90px;
  background-color: #f9f8f4;
}

#business .h2title {
  padding: 50px 10px;
  background-color: #f9f8f4;
}

#business .h2title h2 {
  margin-bottom: 0;
}

#business .btn {
  margin-top: 50px;
}

#business .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#business .block:nth-child(odd) .txtbox {
  padding-left: 50px;
  margin-right: calc((100vw - 1020px) / 2);
}

@media (max-width: 1040px) {
  #business .block:nth-child(odd) .txtbox {
    margin-right: 0;
    padding-right: 10px;
    padding-left: 30px;
  }
}

#business .block:nth-child(even) .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#business .block:nth-child(even) .txtbox {
  padding-right: 50px;
  margin-left: calc((100vw - 1020px) / 2);
}

@media (max-width: 1040px) {
  #business .block:nth-child(even) .txtbox {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 30px;
  }
}

#business .image {
  width: 50%;
}

#business .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#business .txtbox {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 20px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767px) {
  #business:after {
    height: 60px;
  }
  #business .h2title {
    margin-bottom: 40px;
    padding: 30px 10px;
  }
  #business .btn {
    margin-top: 30px;
  }
  #business .btn a {
    margin: 0 auto;
  }
  #business .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #business .block + .block {
    margin-top: 50px;
  }
  #business .block:nth-child(even) .txtbox {
    padding-right: 10px;
  }
  #business .block:nth-child(even) .image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #business .block:nth-child(odd) .txtbox {
    padding-left: 10px;
  }
  #business .image {
    padding: 0 10px;
    width: 100%;
    max-width: 450px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
#case {
  margin-bottom: 70px;
}

#case .contents {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#case .block {
  width: 30%;
  color: #000000;
}

#case .block:nth-child(n + 4) {
  margin-top: 50px;
}

#case .block:not(:nth-child(3n + 1)) {
  margin-left: 5%;
}

#case .block:first-child {
  margin-left: 0;
}

#case .block a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#case .block a:hover {
  opacity: 0.6;
}

#case .image {
  margin-bottom: 15px;
  width: 100%;
  padding-top: 86.66666666666667%;
  position: relative;
}

#case .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#case .cates {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffa824;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

#case .cates .category {
  margin-right: 15px;
}

#case .title {
  color: #000000;
  font-weight: bold;
}

#case .btn {
  margin-top: 50px;
}

#case .btn a {
  margin: 0 auto;
  max-width: 300px;
}

@media (max-width: 767px) {
  #case .contents {
    max-width: 600px;
  }
  #case .block {
    width: 48%;
  }
  #case .block:not(:first-child) {
    margin-left: 0;
  }
  #case .block:nth-child(even) {
    margin-left: 4%;
  }
  #case .block:nth-child(n + 3) {
    margin-top: 40px;
  }
  #case .cates {
    font-size: 12px;
  }
  #case .cates .category {
    margin-right: 10px;
  }
}

@media (max-width: 500px) {
  #case .cates {
    display: block;
  }
  #case .cates .category {
    margin-bottom: 3px;
    margin-right: 0px;
  }
}

/* ----------------------------------------------
products
------------------------------------------------- */
#products {
  margin-bottom: 70px;
}

#products #productslider {
  position: relative;
  width: 100%;
  max-width: 1100px;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
}

#products #productslider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 30%;
  width: 19px;
  height: 29px;
  cursor: pointer;
  content: "";
  color: transparent;
  font: 0/0 a;
}

#products #productslider .slick-arrow.slick-prev {
  left: 10px;
  background: url(../images/slide-prev.png) no-repeat center/cover;
}

#products #productslider .slick-arrow.slick-next {
  right: 10px;
  background: url(../images/slide-next.png) no-repeat center/cover;
}

#products #productslider .block {
  margin: 0 17px;
}

#products #productslider .block a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  text-decoration: none;
}

#products #productslider .block a:hover {
  opacity: 0.6;
}

#products #productslider .block .image {
  margin-bottom: 15px;
  width: 100%;
  padding-top: 86.66666666666666%;
  position: relative;
}

#products #productslider .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#products #productslider .block .name {
  color: #000000;
  font-weight: bold;
}

#products #productslider .block .btn {
  margin-top: 30px;
}

#products #productslider .block .btn a {
  margin: 0 auto;
  height: 50px;
  max-width: 200px;
  font-size: 14px;
}

@media (max-width: 767px) {
  #products #productslider .block .btn a {
    background-image: none;
    padding: 0 15px;
  }
}

@media (max-width: 500px) {
  #products .slick-list {
    padding: 0 !important;
  }
}

/* ----------------------------------------------
contactset
------------------------------------------------- */
/* ----------------------------------------------

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

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

------------------------------------------------- */
/*# sourceMappingURL=index.css.map */