@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.main-visual {
  width: 100%;
  height: 400px;
  background-image: url(../images/main_visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  position: relative;
}
@media all and (max-width: 896px) {
  .main-visual {
    height: 280px;
    margin-top: 60px;
  }
}
.main-visual .pankuzu {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: right;
  margin-right: 30px;
}
.main-visual .pankuzu li {
  color: #fff;
}
.main-visual .pankuzu li:nth-child(n+2)::before {
  content: "/";
  padding: 0 15px;
}
.main-visual h2 {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 9rem;
  position: relative;
}
@media all and (max-width: 896px) {
  .main-visual h2 {
    font-size: 3.8rem;
  }
}
.main-visual h2 .jp {
  position: absolute;
  font-size: 2.1rem;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -70%);
  text-align: center;
}
@media all and (max-width: 896px) {
  .main-visual h2 .jp {
    font-size: 1.6rem;
  }
}

.intro {
  position: relative;
  overflow: hidden;
  margin: 100px 0;
}
@media all and (max-width: 896px) {
  .intro {
    width: 90%;
    margin: 60px auto;
  }
}
.intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/intro_bg_text.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position-x: center;
}
@media all and (max-width: 480px) {
  .intro::before {
    width: 80%;
    height: 80%;
  }
}
.intro__title {
  font-size: 4rem;
  color: #45403F;
  text-align: center;
  line-height: 1.8 !important;
}
@media screen and (max-width: 1280px) {
  .intro__title {
    font-size: 3.4rem;
  }
}
@media all and (max-width: 480px) {
  .intro__title {
    font-size: 2rem;
  }
}
.intro__text {
  font-size: 1.8rem;
  color: #45403F;
  margin-top: 35px;
  text-align: center;
  padding-bottom: 40px;
}
@media all and (max-width: 896px) {
  .intro__text {
    font-size: 2.1rem;
    padding: 0 10px;
  }
}
@media all and (max-width: 480px) {
  .intro__text {
    font-size: 1.6rem;
  }
}

.icon-wrap {
  display: flex;
  overflow: hidden;
}
.icon-wrap ul {
  -webkit-animation: scroll-left 20s infinite linear 1.8s both;
          animation: scroll-left 20s infinite linear 1.8s both;
  display: flex;
}
.icon-wrap ul li {
  width: 150px;
  margin: 0 30px;
}
@media all and (max-width: 896px) {
  .icon-wrap ul li {
    width: 16.6666666667vw;
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .icon-wrap ul li {
    width: 20vw;
    margin: 0 10px;
  }
}

/* CSSアニメーション */
@-webkit-keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.business {
  background-color: #F1F1EB;
  margin-top: 60px;
  padding: 100px 0;
}

.section-width {
  max-width: 1100px;
  margin: 0 auto;
  width: 80%;
}

.section-ttl-wrap {
  margin-bottom: 40px;
}

.flex-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  .flex-ul {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  .flex-ul {
    flex-direction: column;
  }
}
.flex-ul li {
  width: 29.2%;
  margin-right: 6%;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .flex-ul li {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .flex-ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .flex-ul li:nth-child(2) {
    margin-right: 0;
  }
}
.flex-ul li:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .flex-ul li:nth-child(3) {
    margin-right: 10%;
  }
}
@media screen and (max-width: 1280px) {
  .flex-ul li:nth-child(4) {
    margin-right: 0;
  }
}
.flex-ul li:nth-child(6) {
  margin-right: 0;
}
.flex-ul li img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .flex-ul li.last {
    margin-bottom: 0;
  }
}
.flex-ul li.mb-md {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .flex-ul li.mb-md {
    margin-bottom: 60px;
  }
}
.flex-ul li .icon {
  position: absolute;
  top: -10px;
  left: -18px;
  width: 40px;
  height: 40px;
}

.img-ttl {
  font-size: 22px;
  margin-top: 15px;
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .img-ttl {
    font-size: 20px;
  }
}
.img-ttl.sec {
  line-height: 1.3;
}
.img-ttl.height-md {
  padding: 27px 0;
}
@media screen and (max-width: 1280px) {
  .img-ttl.height-md {
    padding: 22px 0;
  }
}
.img-ttl.height-big {
  padding: 33px 0;
}
@media screen and (max-width: 1280px) {
  .img-ttl.height-big {
    padding: 27px 0;
  }
}
.img-ttl.height-none {
  line-height: inherit;
}
.img-ttl span.mn {
  font-size: 18px;
}
@media screen and (max-width: 1280px) {
  .img-ttl span.mn {
    font-size: 14px;
  }
}
@media all and (max-width: 896px) {
  .img-ttl {
    font-size: 20px;
  }
}

.bottom-txt {
  font-size: 16px;
}
@media all and (max-width: 896px) {
  .bottom-txt {
    font-size: 15px;
  }
}

.print {
  padding: 100px 0;
}