@charset "UTF-8";
/*
# =================================================================
# 小倉商会について
# =================================================================*/
#about .mv {
  padding: 50px 0 0 0;
}
#about .mv .inner .pageImg {
  width: calc(100% - 450px);
  margin: -30px 0 0 0;
}
#about .strengths {
  padding: 120px 0;
  background: #f5f5f5;
  overflow: hidden;
}
#about .strengths .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#about .strengths .inner h3 {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 75px auto;
}
#about .strengths .inner .box1 {
  margin: 0 0 165px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#about .strengths .inner .box1.type2 {
  flex-direction: row-reverse;
}
#about .strengths .inner .box1:nth-last-of-type(1) {
  margin: 0;
}
#about .strengths .inner .box1::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #e95541;
  border-radius: 2px;
  position: absolute;
  bottom: -70px;
  left: 0;
  transform: rotate(-5deg);
}
#about .strengths .inner .box1.type2::after {
  transform: rotate(5deg);
}
#about .strengths .inner .box1:nth-last-of-type(1)::after {
  content: none;
}
#about .strengths .inner .box1 .txt {
  width: calc(100% - 400px);
  padding: 0 50px 0 0;
}
#about .strengths .inner .box1.type2 .txt {
  padding: 0 0 0 50px;
}
#about .strengths .inner .box1 .txt .ttl {
  margin: 0 0 35px 0;
  display: flex;
  flex-wrap: wrap;
}
#about .strengths .inner .box1 .txt .ttl .icon {
  width: 130px;
  text-align: center;
}
#about .strengths .inner .box1 .txt .ttl .icon span:nth-of-type(1) {
  font-family: "Rokkitt", serif;
  font-size: 18px;
  font-weight: 600;
  color: #00aeeb;
  line-height: 1;
  display: block;
}
#about .strengths .inner .box1 .txt .ttl .icon span:nth-of-type(2) {
  font-family: "Rokkitt", serif;
  font-weight: 500;
  font-size: 100px;
  color: #00aeeb;
  line-height: 1;
  display: block;
}
@keyframes passing-bar2 {
	100% {width: calc(100% - 130px);}
}
#about .strengths .inner .box1 .txt .ttl h2 {
  padding: 0 0 0 15px;
}
#about .strengths .inner .box1 .txt .ttl h2 span {
  width: 280px;
  margin: 0 0 15px 0;
  padding: 8px 0 10px 8px;
  background: #e95541;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: .06em;
  display: block;
  position: relative;  
}
#about .strengths .inner .box1.type2 .txt .ttl h2 span {
  width: 180px;
}
#about .strengths .inner .box1.type2 .txt .ttl h2 span {
  width: 180px;
}
#about .strengths .inner .box1.type3 .txt .ttl h2 span {
  width: 310px;
}
#about .strengths .inner .box1 .txt .ttl h2 span:nth-of-type(2) {
  width: 305px;
}
#about .strengths .inner .box1.type2 .txt .ttl h2 span:nth-of-type(2) {
  width: 390px;
}
#about .strengths .inner .box1.type3 .txt .ttl h2 span:nth-of-type(2) {
  width: 340px;
}
#about .strengths .inner .box1 .txt p {
  font-weight: 700;
  color: #00aeeb;
  line-height: 1.8;
}
#about .strengths .inner .box1 .img {
  width: 400px;
}
#about .strengths .inner .box1 .img .slick-dots {
  text-align: left;
  left: -5px;
}
#about .strengths .inner .box1.type2 .img .slick-dots {
  text-align: right;
  left: auto;
  right: -5px;
}
#about .strengths .inner .box1 .img .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
#about .strengths .inner .box1 .img .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #b2e7f9;
  border-radius: 50%;
}
#about .strengths .inner .box1 .img .slick-dots li.slick-active button {
  background: #00aeeb;
} 
#about .strengths .inner .box1 .img .slick-dots li button:before {
  content: none;
}
#about .equipments {
  padding: 120px 0 150px 0;
  background: #00aeeb;
}
#about .equipments .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#about .equipments .inner h3 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 75px auto;
}
#about .equipments .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 5%;
}
#about .equipments .inner ul li {
  width: 45%;
  margin: 0 0 70px 0;
}
#about .equipments .inner ul li:nth-last-of-type(1),
#about .equipments .inner ul li:nth-last-of-type(2) {
  margin: 0;
}
#about .equipments .inner ul li img {
  margin: 0 auto 30px auto;
  display: block;
}
#about .equipments .inner ul li h4 {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 15px auto;
  padding: 8px 0 10px 8px;
  background: #e95541;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: .06em;
}
#about .equipments .inner ul li span {
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
}
#about .company {
  padding: 120px 0;
  background: #f5f5f5;
  border-bottom: 15px solid #00aeeb;
}
#about .company .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#about .company .inner h3 {
  max-width: 475px;
  width: 100%;
  margin: 0 auto 75px auto;
}
#about .company .inner .box1 {
  padding: 70px 100px;
  background: url(../img/companyBg1.png) no-repeat center bottom,
  #00aeeb;
  border-radius: 10px;
}
#about .company .inner .box1 dl {
  display: flex;
  flex-wrap: wrap;
}
#about .company .inner .box1 dl dt {
  width: 240px;
  padding: 22px 90px 22px 30px;
  border-bottom: 2px solid #fff;
  color: #fff;
  line-height: 1.8;
  text-align-last: justify;
}
#about .company .inner .box1 dl dd {
  width: calc(100% - 240px);
  padding: 22px 0;
  border-bottom: 2px solid #fff;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
}
#about .sdgs {
  padding: 120px 0 0 0;
  background: #f5f5f5;
  overflow: hidden;
}
#about .sdgs .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#about .sdgs .inner > p {
  margin: 0 0 40px 0;
  font-size: 25px;
  font-weight: 700;
  color: #00aeeb;
  text-align: center;
  letter-spacing: .06em;
}
#about .sdgs .inner > img {
  max-width: 340px;
  width: 100%;
  margin: 0 auto 80px auto;
  display: block;
}
#about .sdgs .inner .boxSdgs {
  margin: 0 0 70px 0;
}
#about .sdgs .inner .boxSdgs:nth-last-of-type(1) {
  margin: 0 0 140px 0;
}
#about .sdgs .inner .boxSdgs h3 {
  margin: 0 auto 30px auto;
  padding: 12px 0;
  background: #e95541;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: .06em;
}
#about .sdgs .inner .boxSdgs .box1 {
  padding: 50px 65px 50px 100px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#about .sdgs .inner .boxSdgs .box1 .icon {
  width: 130px;
}
#about .sdgs .inner .boxSdgs .box1 .txt {
  width: calc(100% - 130px);
  padding: 0 0 0 100px;
}
#about .sdgs .inner .boxSdgs .box1 .txt p {
  font-weight: 700;
  color: #00aeeb;
  line-height: 1.8;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1110px) {
  /* 小倉商会について */
  #about .strengths .inner .box1 .txt .ttl h2 span {
    width: 230px;
    font-size: 20px;
  }
  #about .strengths .inner .box1 .txt .ttl h2 {
    padding: 0 0 0 5px;
  }
  #about .strengths .inner .box1.type2 .txt .ttl h2 span {
    width: 150px;
  }
  #about .strengths .inner .box1.type3 .txt .ttl h2 span {
    width: 250px;
  }
  #about .strengths .inner .box1 .txt .ttl h2 span:nth-of-type(2) {
    width: 255px;
  }
  #about .strengths .inner .box1.type2 .txt .ttl h2 span:nth-of-type(2) {
    width: 315px;
  }
  #about .strengths .inner .box1.type3 .txt .ttl h2 span:nth-of-type(2) {
    width: 270px;
  }
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
  /* 小倉商会について */
  #about .mv .inner .pageTtl {
    width: 230px;
  }
  #about .mv .inner .pageImg {
    width: calc(100% - 230px);
    padding: 0 20px 0 0;
  }
  #about .strengths .inner .box1 .txt {
    width: 55%;
    padding: 0 30px 0 0;
  }
  #about .strengths .inner .box1.type2 .txt {
    padding: 0 0 0 30px;
  }
  #about .strengths .inner .box1 .txt .ttl {
    display: block;
  }
  #about .strengths .inner .box1 .txt .ttl .icon {
    text-align: left;
  }
  #about .strengths .inner .box1 .txt .ttl .icon span:nth-of-type(1) {
    padding: 0 0 0 7px;
  }
  #about .strengths .inner .box1 .img {
    width: 45%;
  }
  @keyframes passing-bar2 {
    100% {width: 100%;}
  }
}

/* tablet */
@media screen and (max-width: 768px) {
  /* 小倉商会について */
  #about .mv .inner {
    display: block;
  }
  #about .mv .inner .pageTtl {
    width: 100%;
  }
  #about .mv .inner .pageImg {
    width: 100%;
    margin: -50px 0 0 0;
    padding: 0;
    text-align: right;
  }
  #about .mv .inner .pageImg img {
    max-width: 92%;
  }
  #about .strengths .inner .box1 {
    display: block;
  }
  #about .strengths .inner .box1 .txt {
    width: 100%;
    padding: 0;
  }
  #about .strengths .inner .box1.type2 .txt {
    padding: 0;
  }
  #about .strengths .inner .box1 .txt .ttl {
    margin: 0;
  }
  #about .strengths .inner .box1 .txt .ttl .icon {
    width: 100%;
  }
  #about .strengths .inner .box1 .txt .ttl .icon span:nth-of-type(1) {
    padding: 0;
    text-align: center;
  }
  #about .strengths .inner .box1 .txt .ttl .icon span:nth-of-type(2) {
    text-align: center;
  }
  #about .strengths .inner .box1 .img {
    width: 100%;
    position: relative;
  }
  #about .strengths .inner .box1 .img ul {
    max-width: 400px;
    margin: 0 auto 50px auto;
  }
  #about .strengths .inner .box1 .img .slick-dots {
    width: 40px;
    bottom: -75px;
    left: 0;
    right: 0;
  }
  #about .strengths .inner .box1.type2 .img .slick-dots {
    left: 0;
    right: 0;
  }
  #about .strengths .inner .box1 .img .boxCenter {
    width: 255px;
    margin: 0 auto;
  }
  #about .strengths .inner .box1.type2 .img .boxCenter {
    width: 315px;
  }
  #about .strengths .inner .box1.type3 .img .boxCenter {
    width: 270px;
  }
  #about .strengths .inner .box1 .img .boxCenter h2 {
    margin: 0 0 30px 0;
  }
  #about .strengths .inner .box1 .img .boxCenter h2 span {
    margin: 0 0 5px 10px;
    padding: 8px 0 10px 8px;
    background: #e95541;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: .06em;
    display: block;
    position: relative;
  }
  #about .strengths .inner .box1 .img .boxCenter h2 span:nth-of-type(1) {
    width: 230px;
  }
  #about .strengths .inner .box1.type2 .img .boxCenter h2 span:nth-of-type(1) {
    width: 150px;
    margin: 0 0 5px 80px;
  }
  #about .strengths .inner .box1.type3 .img .boxCenter h2 span:nth-of-type(1) {
    width: 250px;
    margin: 0 0 5px 10px;
  }
  #about .strengths .inner .box1 .img .boxCenter h2 span:nth-of-type(2) {
    width: 255px;
    margin: 0;
  }
  #about .strengths .inner .box1.type2 .img .boxCenter h2 span:nth-of-type(2) {
    width: 315px;
  }
  #about .strengths .inner .box1.type3 .img .boxCenter h2 span:nth-of-type(2) {
    width: 270px;
  }
  #about .strengths .inner .box1 .img p {
    font-weight: 700;
    color: #00aeeb;
    line-height: 1.8;
  }
  #about .equipments .inner ul {
    display: block;
  }
  #about .equipments .inner ul li {
    width: 100%;
    margin: 0 0 35px 0;
  }
  #about .equipments .inner ul li:nth-last-of-type(2) {
    margin: 0 0 35px 0;
  }
  #about .company .inner .box1 {
    padding: 50px;
    background: url(../img/companyBg1.png) no-repeat center bottom / 94%,
  #00aeeb;
  }
  #about .company .inner .box1 dl {
    display: block;
  }
  #about .company .inner .box1 dl dt {
    width: 100%;
    padding: 22px 0;
    text-align-last: auto;
  }
  #about .company .inner .box1 dl dd {
    width: 100%;
    border-bottom: none;
  }
  #about .sdgs .inner > p {
    line-height: 1.6;
  }
  #about .sdgs .inner .boxSdgs .box1 {
    padding: 50px;
    display: block;
  }
  #about .sdgs .inner .boxSdgs .box1 .icon {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
  }
  #about .sdgs .inner .boxSdgs .box1 .txt {
    width: 100%;
    padding: 0;
  }
}

/* mobile L */
@media screen and (max-width: 480px) {
  /* 小倉商会について */
  #about .strengths {
    padding: 50px 0;
  }
  #about .strengths .inner h3 {
    max-width: 250px;
    margin: 0 auto 30px auto;
  }
  #about .strengths .inner .box1 {
    margin: 0 0 100px 0;
  }
  #about .strengths .inner .box1::after {
    bottom: -60px;
    transform: rotate(-10deg);
  }
  #about .strengths .inner .box1.type2::after {
    transform: rotate(10deg);
  }
  #about .strengths .inner .box1 .txt .ttl .icon span:nth-of-type(1) {
    font-size: 4.2vw;
  }
  #about .strengths .inner .box1 .txt .ttl .icon span:nth-of-type(2) {
    font-size: 16.8vw;
  }
  #about .strengths .inner .box1 .img p {
    font-size: 4vw;
  }
  #about .equipments {
    padding: 50px 0;
  }
  #about .equipments .inner h3 {
    max-width: 325px;
    margin: 0 auto 30px auto;
  }
  #about .equipments .inner ul li img {
    margin: 0 auto 15px auto;
  }
  #about .equipments .inner ul li h4 {
    max-width: 250px;
    margin: 0 auto 10px auto;
    font-size: 5vw;
  }
  #about .equipments .inner ul li span {
    font-size: 4vw;
  }
  #about .company {
    padding: 50px 0;
    border-bottom: 10px solid #00aeeb;
  }
  #about .company .inner h3 {
    max-width: 260px;
    margin: 0 auto 30px auto;
  }
  #about .company .inner .box1 {
    padding: 50px 20px;
  }
  #about .company .inner .box1 dl dt {
    padding: 10px 0;
    font-size: 4vw;
  }
  #about .company .inner .box1 dl dd {
    padding: 10px 0;
    font-size: 3.8vw;
  }
  #about .sdgs {
    padding: 50px 0 0 0;
  }
  #about .sdgs .inner > p {
    margin: 0 0 20px 0;
    font-size: 5vw;
  }
  #about .sdgs .inner > img {
    margin: 0 auto 40px auto
  }
  #about .sdgs .inner .boxSdgs {
    margin: 0 0 40px 0;
  }
  #about .sdgs .inner .boxSdgs:nth-last-of-type(1) {
    margin: 0 0 50px 0;
  }
  #about .sdgs .inner .boxSdgs h3 {
    margin: 0 auto 20px auto;
    padding: 10px 0;
    font-size: 4.8vw;
  }
  #about .sdgs .inner .boxSdgs .box1 {
    padding: 30px 25px;
  }
  #about .sdgs .inner .boxSdgs .box1 .icon {
    width: 70px;
    margin: 0 auto 20px auto;
  }
  #about .sdgs .inner .boxSdgs:nth-of-type(2) .box1 .icon {
    width: 100px;
  }
  #about .sdgs .inner .boxSdgs .box1 .txt p {
    font-size: 4vw;
  }
}

/* mobile M */
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 370px) {
  /* 小倉商会について */
  #about .strengths .inner .box1 .img .boxCenter {
    width: 215px;
  }
  #about .strengths .inner .box1.type2 .img .boxCenter {
    width: 265px;
  }
  #about .strengths .inner .box1.type3 .img .boxCenter {
    width: 230px;
  }
  #about .strengths .inner .box1 .img .boxCenter h2 span {
    font-size: 17px;
  }
  #about .strengths .inner .box1 .img .boxCenter h2 span:nth-of-type(1) {
    width: 195px;
  }
  #about .strengths .inner .box1.type2 .img .boxCenter h2 span:nth-of-type(1) {
    width: 130px;
    margin: 0px 0 5px 70px;
  }
  #about .strengths .inner .box1.type3 .img .boxCenter h2 span:nth-of-type(1) {
    width: 210px;
  }
  #about .strengths .inner .box1 .img .boxCenter h2 span:nth-of-type(2) {
    width: 215px;
  }
  #about .strengths .inner .box1.type2 .img .boxCenter h2 span:nth-of-type(2) {
    width: 265px;
  }
  #about .strengths .inner .box1.type3 .img .boxCenter h2 span:nth-of-type(2) {
    width: 230px;
  }
}

/* mobile S */
@media screen and (max-width: 320px) {
}
