@import url('https://fonts.googleapis.com/css2?family=Sunflower:wght@300&display=swap');
/*=============================================================
company about
=============================================================*/
.spS-block {
  display: none;
}
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}
/* ------------------------------------------------------
   #ac--01 number-box 
------------------------------------------------------ */
.about .number-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* 6等分に */
  grid-auto-rows: 1fr;
  gap: 32px;
  grid-auto-rows: minmax(160px, auto);
  align-items: stretch;
}
.about [class*="box-color--"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about [class*="box-color--"] [class*="col--"] {
  align-items: center;
  justify-content: space-around;
}
.about .number-box>* {
  margin-bottom: 0 !important;
}
.about .number-box .div1 {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}
.about .number-box .div2 {
  grid-column: 3 / span 2;
  grid-row: 1 / span 2;
}
.about .number-box .div3 {
  grid-column: 5 / span 2;
  grid-row: 1 / span 2;
}
.about .number-box .div4 {
  grid-column: 1 / span 6;
  grid-row: 3;
}
.about .number-box .div5 {
  grid-column: 1 / span 3;
  grid-row: 4;
}
.about .number-box .div6 {
  grid-column: 4 / span 3;
  grid-row: 4;
}

.about .number-box figure {
  margin: 0 auto 20px;
}
.about .number-box .div1 figure,
.about .number-box .div2 figure,
.about .number-box .div5 figure,
.about .number-box .div6 figure {
  max-width: 150px;
}
.about .number-box .div3 div+div {
  margin-top: 20px;
}
.about .number-box .div4 {
  padding: 30px 5%;
}
.about .number-box .div4 .text-atn-- {
  margin: 0;
  width: 100%;
  text-align: right;
}
.about .number-box .div6 .col--clm1--2 {
  justify-content: center;
  gap: 4%;
}
.about .number-box .div6 figure {
  max-width: 190px;
  margin: 0;
  width: 32%;
}
.about .number-box .div6 div:nth-child(even) {
  width: 64%;
}
.about .number-box>* p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
.about .number-box>* p .number {
  display: block;
  font-family: "Sunflower", sans-serif;
  font-size: clamp(45px, 5vw, 64px);
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
}
.about .number-box>* p .unit {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
.about .number-box>* .text-atn-- {
  margin: 10px auto 0;
  font-size: 1.4rem;
}

/* ------------------------------------------------------
   #ac--02 strength-box 
------------------------------------------------------ */
#ac--02 {
  margin-top: 100px;
}
#ac--02 .ttl-h2-- {
  margin-bottom: 10px;
}
.about .strength-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 100px;
}
.about .strength-box>div {
  position: relative;
  margin-bottom: 0;
}
.about .strength-box .num {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  position: absolute;
  top: -13%;
  background-color: var(--colorGray02);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #015BAB;
  font-size: 15px;
  font-weight: 400;
  padding-top: 20px;
}
.about .strength-box .num span {
  font-size: 40px;
  font-weight: 700;
  display: block;
  margin-top: 1px;
  font-family: "Sunflower", sans-serif;
}
.about .strength-box .content {
  text-align: center;
  margin-top: 20px;
}
.about .strength-box .content .ttl {
  font-size: 26px;
  margin-bottom: -10px;
}
.about .strength-box .content figure,
.about .strength-box .content picture {
  margin-top: 15px;
  display: block;
}

/* ------------------------------------------------------
   #ac--03 field-box 
------------------------------------------------------ */
#ac--03 {
  position: relative;
  inset-inline: 50%;
  width: 100vw;
  margin-inline: -50vw;
  border-radius: 0;
  padding: 64px 0;
}
#ac--03 .ttl-h2-- {
  margin-bottom: 10px;
}
.about .field-box {
  width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 0 var(--contentsInner-padding);
  box-sizing: border-box;
}
.about .field-box picture {
  margin: 40px auto;
  display: block;
}
.about .field-box .ttl-h3-- {
  font-size: 20px;
  padding: 0;
}
.about .field-box .ttl-h3--::after {
  content: none;
}
.about .field-box .grid-col_6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
}
.about .field-box .grid-col_6 li {
  text-align: center;
}
.about .field-box .grid-col_6 span {
  text-align: center;
  color: #015BAB;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
  display: block;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px) {
  .link-arw-- li {
    width: 100%;
  }
  #contents {
    padding-bottom: 50px;
  }
  /*=============================================================
    company about
    =============================================================*/
  .about .number-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    grid-auto-rows: auto;
    grid-auto-flow: row dense;
  }
  .about .number-box>div {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    padding: 30px var(--boxPaddingX);
  }
  .about .number-box .div1,
  .about .number-box .div2 {
    display: flex;
    gap: 20px;
    flex-direction: row;
    padding: 20px 30px;
  }
  .about .number-box .div3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .about .number-box .div3 div+div {
    margin-top: 0;
  }
  .about .number-box .div6 .col--clm1--2 {
    gap: var(--gap-y) var(--gap-x);
  }
  .about .number-box .div6 div:nth-child(even) {
    width: 100%;
  }
  .about .number-box .div6 figure {
    max-width: 145px;
    width: 100%;
  }
  .about .number-box>* p .number {
    font-size: 48px;
  }
  .about .number-box>* p .unit {
    font-size: 18px;
  }
  .about .number-box figure {
    margin: 0;
  }
  .about .number-box .div1 figure,
  .about .number-box .div2 figure,
  .about .number-box .div5 figure {
    max-width: 120px;
  }

  /* ------------------------------------------------------
    #ac--02 strength-box 
  ------------------------------------------------------ */
  #ac--02 {
    margin-top: 80px;
  }
  .about .strength-box {
    grid-template-columns: 1fr;
    margin-top: 80px;
    gap: 100px;
  }

  /* ------------------------------------------------------
   #ac--03 field-box 
  ------------------------------------------------------ */
  #ac--03 {
    padding-right: 0;
    padding-left: 0;
  }
  .about .field-box picture {
    margin: 20px auto;
  }
  .about .field-box ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

@media only screen and (max-width:500px) {
  .spS-block {
    display: block;
  }
  /* ------------------------------------------------------
   #ac--03 field-box 
  ------------------------------------------------------ */
  .about .field-box ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}