@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
 数字でわかる丸商建設・福利厚生
===========================================*/
.aboutus-lead {
  max-width: 577px;
  width: 100%;
  margin: 60px auto 80px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .aboutus-lead {
    margin: 80px auto 100px;
  }
}
@media screen and (min-width: 1201px) {
  .aboutus-lead {
    margin: 100px auto 100px;
  }
}

.aboutus .sec01_item_particles {
  width: 150%;
  max-width: 50vw;
  height: 120%;
  position: absolute;
  top: -10%;
  z-index: -100;
  left: calc(50% - 25vw);
}
.aboutus .sec01_item_particles-center {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: -99;
}
.aboutus .particles {
  position: relative;
  width: 100%;
  height: 100%;
}

/*==========================================
 【共通】
===========================================*/
.sec-ttl {
  text-align: center;
  position: relative;
}
.sec-ttl .txt {
  font-size: clamp(2.8rem, 6vw, 6.5rem);
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .sec-ttl .txt {
    letter-spacing: 0.15em;
    padding: 100px 0 150px;
  }
}

.aboutus-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutus-list .aboutus-item {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 577px) {
  .aboutus-list .aboutus-item {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .aboutus-list .aboutus-item {
    margin-bottom: 60px;
  }
}
.aboutus-list .aboutus-item.wide {
  width: 100%;
}
.aboutus-list .aboutus-item.wide .item-border {
  height: auto;
}
@media screen and (min-width: 768px) {
  .aboutus-list .aboutus-item .item-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .aboutus-list .aboutus-item .item-row dt {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .aboutus-list .aboutus-item .item-row dt img {
    max-height: 109px;
    margin: 0 auto;
  }
}
.aboutus-list .aboutus-item .item-row dd {
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutus-list .aboutus-item .item-row dd {
    text-align: center;
  }
}
.aboutus-list .aboutus-item .item-notrow dt {
  text-align: center;
}
.aboutus-list .aboutus-item .item-notrow dt img {
  max-height: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .aboutus-list .aboutus-item .item-notrow dt img {
    max-height: 180px;
  }
}
.aboutus-list .aboutus-item .item-notrow dd {
  margin-top: 25px;
  text-align: center;
  position: relative;
}
.aboutus-list .aboutus-item .item-ttl {
  text-align: center;
  max-width: 370px;
  width: 90%;
  margin: 0 auto -0.9em;
  background: #000;
  color: #fff;
  padding: 0.4em 0 0.2em;
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 1;
}
.aboutus-list .aboutus-item .item-subttl {
  background: #ededed;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  padding: 0.4em 0 0.2em;
}
.aboutus-list .aboutus-item .item-border {
  border: 7px solid #ededed;
  background: #fff;
  padding: 40px 0 30px;
}
@media screen and (min-width: 577px) {
  .aboutus-list .aboutus-item .item-border {
    padding: 60px 0;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .aboutus-list .aboutus-item .item-border {
    padding: 80px 0;
    border: 10px solid #ededed;
  }
}
.aboutus-list .aboutus-item .item-border.borderPg {
  padding: 40px 4% 30px;
}
@media screen and (min-width: 577px) {
  .aboutus-list .aboutus-item .item-border.borderPg {
    padding: 60px 2.5%;
  }
}
@media screen and (min-width: 768px) {
  .aboutus-list .aboutus-item .item-border.borderPg {
    padding: 80px 2.5%;
  }
}
@media screen and (min-width: 1341px) {
  .aboutus-list .aboutus-item .item-border.borderPg {
    padding: 80px 40px;
  }
}
.aboutus-list .aboutus-item .data-txt {
  line-height: 1;
  font-size: clamp(2rem, 2.6vw, 3.6rem);
}
.aboutus-list .aboutus-item .data-txt .num {
  font-family: "Bebas Neue", cursive;
  font-size: clamp(5rem, 7vw, 12rem);
  letter-spacing: 0.05em;
  font-weight: bold;
}
.aboutus-list .aboutus-item .ark-txt {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 577px) {
  .aboutus-list .aboutus-item .ark-txt {
    position: absolute;
    width: 100%;
  }
}

/*==========================================
 どんな会社？
===========================================*/
@media screen and (min-width: 768px) {
  .sec-company .item-since .item-row dt {
    max-width: 70px;
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .sec-company .item-since .item-row dd {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .sec-company .item-shop .item-row {
    margin-top: 10%;
  }
}
@media screen and (min-width: 1201px) {
  .sec-company .item-shop .item-row {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec-company .item-shop .item-row dt {
    max-width: 152px;
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .sec-company .item-shop .item-row dd {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .sec-company .item-house .item-row {
    justify-content: center;
    max-width: 686px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .sec-company .item-house .item-row dt {
    min-width: 124px;
  }
}
@media screen and (min-width: 768px) {
  .sec-company .item-house .item-row dd {
    width: 100%;
    padding: 0 0 0 2em;
  }
}

.sec-company .no1-block {
  background: url("../img/aboutus/bg_no1.jpg") no-repeat center/cover;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 577px) {
  .sec-company .no1-block {
    padding: 60px 0;
  }
}
.sec-company .no1-block .block-img {
  max-width: 697px;
  width: 100%;
  margin: 0 auto;
}

/*==========================================
 働いている人はどんな人？
===========================================*/
@media screen and (min-width: 768px) {
  .sec-people .gender-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.sec-people .gender-row .row-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-people .gender-row .row-box:first-child {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec-people .gender-row .row-box:first-child {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .sec-people .gender-row .row-box:first-child dt img {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .sec-people .gender-row .row-box {
    width: 49%;
  }
}
.sec-people .gender-row .row-box dt {
  width: 50%;
  text-align: center;
}
.sec-people .gender-row .row-box dt img {
  width: 80%;
}
.sec-people .gender-row .row-box dd {
  width: 50%;
  text-align: center;
}
.sec-people .gender-row .row-box .data-txt {
  margin-top: 20px;
}
.sec-people .graph-job {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 54%;
  background: url("../img/aboutus/graph-job.svg") no-repeat center top/contain;
  background-size: 100%;
}
.sec-people .graph-job .data-txt {
  position: absolute;
}
.sec-people .graph-job .data-txt .num {
  font-size: clamp(3.2rem, 7vw, 12rem);
}
.sec-people .graph-job .data-txt.job-01 {
  left: 0;
  top: 13%;
}
@media screen and (min-width: 1341px) {
  .sec-people .graph-job .data-txt.job-01 {
    top: 11%;
  }
}
.sec-people .graph-job .data-txt.job-02 {
  left: 0;
  bottom: 2%;
}
@media screen and (min-width: 1341px) {
  .sec-people .graph-job .data-txt.job-02 {
    bottom: 1%;
  }
}
.sec-people .graph-job .data-txt.job-03 {
  right: 0;
  bottom: 2%;
}
@media screen and (min-width: 1341px) {
  .sec-people .graph-job .data-txt.job-03 {
    bottom: 1%;
  }
}
.sec-people .graph-job .data-txt.job-04 {
  right: 0;
  top: 13%;
}
@media screen and (min-width: 1341px) {
  .sec-people .graph-job .data-txt.job-04 {
    top: 11%;
  }
}
.sec-people .item-old .item-subttl {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  .sec-people .item-old .item-subttl {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .sec-people .graph-row {
    display: flex;
    justify-content: space-between;
    padding: 0 1%;
  }
}
@media screen and (min-width: 768px) {
  .sec-people .graph-row .row-box {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sec-people .graph-row .row-box {
    padding: 0 4%;
  }
  .sec-people .graph-row .row-box:not(:last-child) {
    margin-bottom: 25px;
  }
}
.sec-people .graph-old01, .sec-people .graph-old02 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 83%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom 12%;
}
.sec-people .graph-old01 .data-txt, .sec-people .graph-old02 .data-txt {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .sec-people .graph-old01 .data-txt, .sec-people .graph-old02 .data-txt {
    font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  }
}
.sec-people .graph-old01 .data-txt .num, .sec-people .graph-old02 .data-txt .num {
  font-size: clamp(3.2rem, 7vw, 12rem);
}
@media screen and (min-width: 768px) {
  .sec-people .graph-old01 .data-txt .num, .sec-people .graph-old02 .data-txt .num {
    font-size: clamp(3rem, 4vw, 5.6rem);
  }
}
.sec-people .graph-old01 {
  background-image: url("../img/aboutus/graph-sale.svg");
}
.sec-people .graph-old01 .data-txt.old01-01 {
  left: 16%;
  top: 8%;
}
.sec-people .graph-old01 .data-txt.old01-02 {
  left: 0;
  top: 30%;
}
.sec-people .graph-old01 .data-txt.old01-03 {
  right: 0;
  bottom: 1%;
}
.sec-people .graph-old01 .data-txt.old01-04 {
  right: 0;
  top: 33%;
}
.sec-people .graph-old01 .data-txt.old01-05 {
  right: 11%;
  top: 5%;
}
.sec-people .graph-old01 .data-txt.old01-06 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 7%;
}
@media screen and (min-width: 768px) {
  .sec-people .graph-old01 .data-txt.old01-06 {
    margin-top: 8%;
  }
}
.sec-people .graph-old01 .data-txt.old01-06 .num {
  font-size: clamp(6.5rem, 10vw, 10rem);
}
@media screen and (min-width: 768px) {
  .sec-people .graph-old01 .data-txt.old01-06 .num {
    font-size: clamp(6.5rem, 8vw, 10rem);
  }
}
.sec-people .graph-old02 {
  background-image: url("../img/aboutus/graph-daiku.svg");
  width: 87%;
  margin: 0 auto;
}
.sec-people .graph-old02 .data-txt.old02-01 {
  left: 23%;
  top: 4%;
}
@media screen and (min-width: 1341px) {
  .sec-people .graph-old02 .data-txt.old02-01 {
    top: 3%;
  }
}
.sec-people .graph-old02 .data-txt.old02-02 {
  left: 11%;
  top: 18%;
}
@media screen and (min-width: 1341px) {
  .sec-people .graph-old02 .data-txt.old02-02 {
    top: 17%;
  }
}
.sec-people .graph-old02 .data-txt.old02-03 {
  right: 4%;
  bottom: 1%;
}
.sec-people .graph-old02 .data-txt.old02-04 {
  right: 0;
  top: 9%;
}
@media screen and (min-width: 1341px) {
  .sec-people .graph-old02 .data-txt.old02-04 {
    top: 8%;
  }
}
.sec-people .graph-old02 .data-txt.old02-05 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  .sec-people .graph-old02 .data-txt.old02-05 {
    margin-top: 10%;
  }
}
.sec-people .graph-old02 .data-txt.old02-05 .num {
  font-size: clamp(6.5rem, 10vw, 10rem);
}
@media screen and (min-width: 768px) {
  .sec-people .graph-old02 .data-txt.old02-05 .num {
    font-size: clamp(6.5rem, 8vw, 10rem);
  }
}

/*==========================================
 社員に聞いた
===========================================*/
.sec-ranking {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .sec-ranking {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1201px) {
  .sec-ranking {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1341px) {
  .sec-ranking {
    padding: 120px 0;
  }
}
.sec-ranking .ranking-ttl {
  text-align: center;
  font-size: clamp(2.4rem, 2.8vw, 2.8rem);
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
}
@media screen and (min-width: 577px) {
  .sec-ranking .ranking-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sec-ranking .ranking-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1201px) {
  .sec-ranking .ranking-ttl {
    margin-bottom: 80px;
  }
}
.sec-ranking .ranking-ttl span {
  font-size: clamp(2.4rem, 3.6vw, 4rem);
  line-height: 1.2;
}
.sec-ranking .ranking-block:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .sec-ranking .ranking-block:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1201px) {
  .sec-ranking .ranking-block:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .sec-ranking .ranking-row {
    display: flex;
    justify-content: space-between;
  }
}
.sec-ranking .ranking-row .row-main {
  background: #fff;
  border-radius: 0 0 20px 0;
  padding: 20px 4% 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-ranking .ranking-row .row-main {
    padding: 20px 2.5% 40px;
    width: 75%;
  }
  .sec-ranking .ranking-row .row-main::before {
    content: "";
    position: absolute;
    margin-top: -15px;
    border: 15px solid transparent;
  }
}
@media screen and (min-width: 1201px) {
  .sec-ranking .ranking-row .row-main {
    padding: 20px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-ranking .ranking-row .row-main::after {
    content: "";
    position: absolute;
    margin: 0;
    bottom: -30px;
    width: 0;
    height: 0;
    border-top: 40px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
}
@media screen and (min-width: 768px) {
  .sec-ranking .ranking-row .row-side {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .sec-ranking .ranking-row .row-side {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .sec-ranking .ranking-row .row-side .side-image {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-ranking .ranking-row .row-side .side-image {
    width: 30%;
  }
}
.sec-ranking .ranking-row .row-side .side-image.male {
  max-width: 182px;
}
.sec-ranking .ranking-row .row-side .side-image.female {
  max-width: 160px;
}
@media screen and (min-width: 768px) {
  .sec-ranking .ranking-row.right {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .sec-ranking .ranking-row.right .row-main::before {
    top: 10%;
    left: -60px;
    border-right: 50px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .sec-ranking .ranking-row.right .row-main::after {
    left: 30%;
    transform: rotate(30deg);
  }
}
.sec-ranking .ranking-row.left .row-main {
  border-radius: 0 0 0 20px;
}
@media screen and (min-width: 768px) {
  .sec-ranking .ranking-row.left .row-main::before {
    top: 15%;
    right: -60px;
    border-left: 50px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .sec-ranking .ranking-row.left .row-main::after {
    right: 30%;
    transform: rotate(-30deg);
  }
}
@media screen and (min-width: 768px) {
  .sec-ranking .ranking-row.left .row-side {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-ranking .ranking-row.left .row-side .side-image {
    margin: 0 0 0 auto;
  }
}
.sec-ranking .ranking-list .ranking-item {
  padding: 25px 0;
}
.sec-ranking .ranking-list .ranking-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.sec-ranking .ranking-list .ranking-item dt {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 577px) {
  .sec-ranking .ranking-list .ranking-item dt {
    align-items: baseline;
  }
}
@media screen and (min-width: 768px) {
  .sec-ranking .ranking-list .ranking-item dd {
    padding: 0 0 0 80px;
  }
}
@media screen and (min-width: 1201px) {
  .sec-ranking .ranking-list .ranking-item dd {
    padding: 0 0 0 140px;
  }
}
.sec-ranking .ranking-list .ranking-item .item-num {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-weight: 900;
  letter-spacing: 0.15em;
  min-width: 2.5em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sec-ranking .ranking-list .ranking-item .item-num {
    min-width: 80px;
  }
}
@media screen and (min-width: 1201px) {
  .sec-ranking .ranking-list .ranking-item .item-num {
    min-width: 140px;
    text-align: center;
  }
}
.sec-ranking .ranking-list .ranking-item .item-num span {
  font-family: "Bebas Neue", cursive;
  font-size: clamp(3rem, 5vw, 5rem);
}
.sec-ranking .ranking-list .ranking-item .item-ttl {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.sec-ranking .ranking-list .ranking-item .item-txt {
  margin-top: 1em;
}
.sec-ranking .ranking-list .ranking-item.item-no1 .item-num {
  font-size: clamp(2.2rem, 3.2vw, 3.2rem);
  color: #d7ae2f;
  position: relative;
}
.sec-ranking .ranking-list .ranking-item.item-no1 .item-num::before {
  content: "";
  background: url("../img/aboutus/icon-clown.svg") no-repeat center bottom/contain;
  max-width: 45px;
  width: 100%;
  height: 26px;
  display: block;
  position: absolute;
  left: 0;
  top: -26px;
}
@media screen and (min-width: 768px) {
  .sec-ranking .ranking-list .ranking-item.item-no1 .item-num::before {
    left: calc(50% - 22.5px);
  }
}
.sec-ranking .ranking-list .ranking-item.item-no1 .item-num span {
  font-size: clamp(4rem, 6.2vw, 6.2rem);
}
.sec-ranking .ranking-list .ranking-item.item-no1 .item-ttl {
  font-size: clamp(2rem, 2.8vw, 2.8rem);
}
.sec-ranking .ranking-list .ranking-item.item-no2 .item-num {
  color: #8a8d8e;
}
.sec-ranking .ranking-list .ranking-item.item-no3 .item-num {
  color: #a07250;
}/*# sourceMappingURL=aboutus.css.map */