@charset "UTF-8";
body {
  visibility: hidden;
}

h3,h4,h5,p,span,li,a,small,::before {
  font-style: normal;
}

/* ヘッダー,文字色 */
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro.otf") format("opentype");
}
@font-face {
  font-family: "DINPro bold";
  src: url("../fonts/DINPro-Bold.otf") format("opentype");
}
.c-profile-item-title {
  font-size: 1.5rem;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  color: #3a54a4;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-profile-item-title {
    font-size: 1.125rem;
  }
}

.c-profile-item-title span {
  font-size: 1.1875rem;
  font-style: normal;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-profile-item-title span {
    font-size: 1.0625rem;
  }
}

.l-profile-company {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-profile-company {
    margin-top: 2.5rem;
  }
}

.l-profile-employ {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .l-profile-employ {
    margin-top: 2rem;
  }
}

.l-profile-fv {
  margin-top: 4rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-profile-fv {
    margin-top: 1.75rem;
    padding-bottom: 1.25rem;
  }
}

.l-profile-inner {
  max-width: 80rem;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-profile-inner {
    max-width: 31.25rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.l-profile-work {
  padding-bottom: 5.125rem;
  padding-top: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .l-profile-work {
    padding-top: 1.3125rem;
    padding-bottom: 3.5625rem;
  }
}


.p-profile-company {
  overflow: hidden;
}

.p-profile-company__sub-title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: bold;
  color: #3a54a4;
  line-height: 2.4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-profile-company__sub-title {
    font-size: 1rem;
  }
}

.p-profile-company__sub-title::before {
  content: "";
  width: 1px;
  height: 3.75rem;
  background-color: #3a54a4;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-profile-company__sub-title::before {
    height: 2.5rem;
  }
}

.p-profile-company__sub-title--overline::before {
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-profile-company__sub-title--overline::before {
    top: -2.375rem;
  }
}

.p-profile-company__info {
  margin-top: 4.3125rem;
  background-color: #f5f6fa;
  position: relative;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-profile-company__info {
    margin-top: 2.375rem;
  }
}

.p-profile-company__info::before {
  content: "";
  width: 100%;
  height: 12.625rem;
  background: linear-gradient(135deg, #ffff46, #46ffff);
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-24.75rem);
          transform: translateX(-24.75rem);
}
@media screen and (max-width: 767px) {
  .p-profile-company__info::before {
    height: 6.875rem;
    -webkit-transform: translateX(-7.8125rem);
            transform: translateX(-7.8125rem);
  }
}

.p-profile-company__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0rem;
  margin-top: 2.3125rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-profile-company__items {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    margin-top: 1.875rem;
  }
}

.p-profile-company__item {
  padding: 2.75rem 1.875rem 1rem;
  background-color: #fff;
  border: 1px solid #3a54a4;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-profile-company__item {
    padding: 2.0625rem 1.875rem 1.25rem;
    height: 19.6875rem;
  }
}

.p-profile-company__item-title {
  font-weight: bold;
  font-style: normal;
  color: #3a54a4;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-profile-company__item-title span {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-style: normal;
}

.p-profile-company__img01 {
  aspect-ratio: 176/104;
  max-width: 11rem;
  width: 100%;
  margin-top: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
}

.p-profile-company__img02 {
  aspect-ratio: 92/104;
  max-width: 5.75rem;
  width: 100%;
  margin-top: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
}

.p-profile-company__img03 {
  aspect-ratio: 1/1;
  max-width: 7rem;
  width: 100%;
  margin-top: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
}

.p-profile-company__img01 img,
.p-profile-company__img02 img,
.p-profile-company__img03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile-company__num01 {
  font-size: 1.875rem;
  font-weight: 900;
  font-weight: bold;
  color: #3a54a4;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-profile-company__num01 {
    font-size: 1.4375rem;
  }
}

.p-profile-company__num01 span {
  font-size: 5.375rem;
  font-style: normal;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-profile-company__num01 span {
    font-size: 4.125rem;
  }
}

.p-profile-company__num-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-profile-company__num-wrap {
    margin-top: 0.625rem;
  }
}

.p-profile-company__text {
  font-size: 1.1875rem;
  font-weight: bold;
  font-style: normal;
  color: #3a54a4;
  line-height: 1;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

.p-profile-company__num02 {
  font-size: 1.875rem;
  font-weight: 900;
  font-style: normal;
  color: #3a54a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-profile-company__num02 {
    font-size: 1.3125rem;
  }
}

.p-profile-company__num02 span {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-profile-company__num02 span {
    font-size: 2.6875rem;
  }
}

.p-profile-company__num02 i {
  font-style: normal;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 4px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

/*  売上・利益について */
.p-profile-company__info02 {
  background-color: #f5f6fa;
  position: relative;
  padding-top: 2.5625rem;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-profile-company__info02 {
    margin-top: -1.5rem;
  }
}

.p-profile-company__info02::before {
  content: "";
  width: 100%;
  height: 12.625rem;
  background: linear-gradient(135deg, #46ffff, #ffff46);
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 1;
  -webkit-transform: translateX(24.75rem);
          transform: translateX(24.75rem);
}
@media screen and (max-width: 767px) {
  .p-profile-company__info02::before {
    height: 6.875rem;
    -webkit-transform: translateX(7.8125rem);
            transform: translateX(7.8125rem);
    top: auto;
    bottom: 0;
  }
}

.p-profile-company__cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 1.6875rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-profile-company__cards {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 1fr);
    margin-top: 1.9375rem;
  }
}

.p-profile-company__card {
  border: 1px solid #3a54a4;
  border-radius: 1.875rem;
  background-color: #fff;
}

.p-profile-company__card.area1 {
  grid-area: 1/1/2/3;
}
@media screen and (max-width: 767px) {
  .p-profile-company__card.area1 {
    grid-area: 1/1/2/2;
  }
}

.p-profile-company__card.area2 {
  grid-area: 1/3/2/5;
}
@media screen and (max-width: 767px) {
  .p-profile-company__card.area2 {
    grid-area: 2/1/3/2;
  }
}

.p-profile-company__card.area3 {
  grid-area: 1/5/2/7;
}
@media screen and (max-width: 767px) {
  .p-profile-company__card.area3 {
    grid-area: 3/1/4/2;
  }
}

.p-profile-company__card.area4 {
  grid-area: 2/1/3/4;
}
@media screen and (max-width: 767px) {
  .p-profile-company__card.area4 {
    grid-area: 4/1/5/2;
  }
}

.p-profile-company__card.area5 {
  grid-area: 2/4/3/7;
}
@media screen and (max-width: 767px) {
  .p-profile-company__card.area5 {
    grid-area: 5/1/6/2;
  }
}

.p-profile-company__card {
  padding: 2.8125rem 2.5rem 2.625rem;
  border-right: 1px solid #3a54a4;
  border-bottom: 1px solid #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-profile-company__card {
    padding: 1.875rem 1.5625rem 1.25rem;
    height: 19.6875rem;
  }
}

.p-profile-company__num03 {
  font-size: 1.875rem;
  font-weight: 900;
  color: #3a54a4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-profile-company__num03 {
    font-size: 1.1875rem;
  }
}

.p-profile-company__num03 span {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-profile-company__num03 span {
    font-size: 2.3125rem;
  }
}

.p-profile-company__graph {
  aspect-ratio: 270/191;
  max-width: 16.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-profile-company__graph {
    max-width: 14.625rem;
  }
}

.p-profile-company__graph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile-company__map {
  aspect-ratio: 316/173;
  max-width: 19.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-profile-company__map {
    aspect-ratio: 181/99;
    max-width: 11.3125rem;
  }
}

.p-profile-company__world {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-profile-company__world {
    gap: 5rem;
  }
}

.p-profile-company__world.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-profile-company__world.u-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.625rem;
    gap: 2.8125rem;
  }
}

.p-profile-company__num04 {
  font-size: 1.1875rem;
  font-weight: 900;
  color: #3a54a4;
  line-height: 1.1;
  width: 15%;
}

@media screen and (max-width: 767px) {
  .p-profile-company__num04:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-profile-company__num04:nth-child(5) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-profile-company__num04 span {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.p-profile-company__num04 .country {
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}

.p-profile-company__num04::before {
  content: attr(data-name);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  display: block;
  white-space: nowrap;
}

.p-profile-company__graph-circle {
  aspect-ratio: 300/167;
  min-width: 18.75rem;
  position: relative;
  left: -1.125rem;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-profile-company__graph-circle {
    aspect-ratio: 167/102;
    max-width: 10.4375rem;
    min-width: 0;
    min-width: initial;
    margin-left: auto;
    margin-right: auto;
    position: static;
    margin-top: 0;
  }
}

.p-profile-company__graph-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-profile-company__graph-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-profile-company__num-left.u-desktop,
  .p-profile-company__num-right.u-desktop {
    display: none;
  }
}

.p-profile-company__num-left.u-mobile,
.p-profile-company__num-right.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-profile-company__num-left.u-mobile,
  .p-profile-company__num-right.u-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-profile-company__num-right,
.p-profile-company__num-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-profile-company__num-right,
  .p-profile-company__num-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: initial;
  }
}

.p-profile-company__num-left {
  position: relative;
  left: 1.25rem;
  margin-top: 1.375rem;
}
@media screen and (max-width: 840px) {
  .p-profile-company__num-left {
    left: 14px;
    top: -4px;
  }
}
@media screen and (max-width: 767px) {
  .p-profile-company__num-left {
    margin-top: 0;
    top: auto;
    left: 1.25rem;
  }
}

.p-profile-company__num-right {
  margin-top: 1.375rem;
  position: relative;
  right: 0.625rem;
}
@media screen and (max-width: 840px) {
  .p-profile-company__num-right {
    right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .p-profile-company__num-right {
    right: auto;
    right: initial;
    left: 0.625rem;
    gap: 1.25rem;
    margin-top: 0.625rem;
  }
}

.p-profile-company__num05 {
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 900;
  color: #3a54a4;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-profile-company__num05 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-profile-company__num05 span {
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-profile-company__num05 i {
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: normal;
  }
}

.p-profile-company__num05::before {
  content: attr(data-name);
  font-size: 0.6875rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  display: block;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-profile-company__num05--info {
    position: relative;
    top: 0.875rem;
    left: -3.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-profile-company__num05--other {
    position: relative;
    top: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-profile-company__num05--clean {
    position: relative;
    top: 1.5625rem;
    right: -1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-profile-company__num05--la {
    position: relative;
    top: 0.325rem;
    left: -1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-profile-company__num05--craft {
    position: relative;
    top: -3.625rem;
    left: -3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-profile-company__num05--fiber {
    top: -1.75rem;
    right: -1.1875rem;
  }
}

.p-profile-employ {
  overflow: hidden;
}

.p-profile-employ__wrap {
  background-color: #f5f6fa;
  position: relative;
  z-index: 2;
  margin-top: 4.8125rem;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__wrap {
    margin-top: 2.4375rem;
  }
}

.p-profile-employ__wrap::before {
  content: "";
  width: 100%;
  height: 12.625rem;
  background: linear-gradient(135deg, #ffff46, #46ffff);
  opacity: 0.5;
  position: absolute;
  bottom: 0%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-24.75rem);
          transform: translateX(-24.75rem);
}
@media screen and (max-width: 767px) {
  .p-profile-employ__wrap::before {
    height: 6.875rem;
    -webkit-transform: translateX(-7.8125rem);
            transform: translateX(-7.8125rem);
  }
}

.p-profile-employ__sub-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #3a54a4;
  line-height: 2.4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__sub-title {
    font-size: 1rem;
  }
}

.p-profile-employ__sub-title::before {
  content: "";
  width: 1px;
  height: 3.125rem;
  background-color: #3a54a4;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__sub-title::before {
    height: 2.5rem;
  }
}

.p-profile-employ__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  margin-top: 1.625rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__items {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(9, auto);
  }
}

.p-profile-employ__item {
  border: 1px solid #3a54a4;
  border-radius: 1.875rem;
  background-color: #fff;
  padding: 2.8125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__item {
    /* height: 19.6875rem; */
    height: auto;
    padding: 1.875rem 1.25rem;
  }
}

.p-profile-employ__box {
  margin-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__box {
    margin-top: 1.0625rem;
  }
}

.p-profile-employ__img01 {
  aspect-ratio: 176/64;
  max-width: 11rem;
  width: 100%;
  margin-top: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__img01 {
    aspect-ratio: 123/65;
    width: 7.8125rem;
    margin-top: 0.9375rem;
  }
}

.p-profile-employ__img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile-employ__num01 {
  font-size: 1.875rem;
  font-weight: 900;
  color: #3a54a4;
  text-align: center;
  line-height: 1;
  margin-top: 0.3125rem;
}

.p-profile-employ__num01:nth-of-type(2) {
  margin-top: 0.625rem;
}

.p-profile-employ__num01 span {
  font-size: 3.125rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__num01 span {
    font-size: 2.3125rem;
  }
}

.p-profile-employ__num01::before {
  content: attr(data-group);
  font-size: 1.1875rem;
  display: block;
  text-align: center;
}

.p-profile-employ__num01 i {
  font-size: 1.1875rem;
  font-style: normal;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

.p-profile-employ__graph {
  aspect-ratio: 264/186;
  max-width: 17.412rem;
  width: 100%;
  margin-top: 1.6875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__graph {
    aspect-ratio: 228/165;
    max-width: 14.25rem;
    width: 100%;
    margin-top: 0.6125rem;
  }
}

.p-profile-employ__graph02 {
  aspect-ratio: 264/186;
  max-width: 16.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__graph02 {
    max-width: 14.125rem;
    margin-top: 1.05rem;
  }
}

.p-profile-employ__graph03 {
  aspect-ratio: 232/144;
  max-width: 14.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__graph03 {
    margin-top: 0.5rem;
    aspect-ratio: 234 / 140;
  }
}

.p-profile-employ__graph img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-profile-employ__graph02 img,
.p-profile-employ__graph03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile-employ__img02 {
  aspect-ratio: 1/1;
  max-width: 6.875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__img02 {
    margin-top: 1.6875rem;
  }
}

.p-profile-employ__num-wrap,
.p-profile-employ__num-wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875rem;
}

.p-profile-employ__num-wrap02 {
  gap: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__num-wrap02 {
    margin-top: 1.125rem;
  }
}

.p-profile-employ__num-wrap02--gap {
  gap: 1.875rem;
}

.p-profile-employ__text {
  font-size: 1.1875rem;
  font-weight: bold;
  color: #3a54a4;
  line-height: 1;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

.p-profile-employ__num02 {
  font-size: 1.875rem;
  font-weight: 900;
  color: #3a54a4;
  line-height: 1;
}

.p-profile-employ__num02 span {
  font-size: 3.125rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__num02 span {
    font-size: 2.3125rem;
  }
}

.p-profile-employ__graph-circle {
  aspect-ratio: 140 / 144;
  min-width: 8.6875rem;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-profile-employ__graph-circle {
    aspect-ratio: 161/133;
    max-width: 10.0625rem;
    width: 100%;
  }
}

.p-profile-employ__graph-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.25rem;
}

.p-profile-employ__num-right,
.p-profile-employ__num-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-profile-employ__num-left {
  position: relative;
  left: 0.9375rem;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 900px) {
  .p-profile-employ__num-left {
    margin-top: -0.625rem;
    left: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-profile-employ__num-right {
  margin-top: 1.875rem;
  position: relative;
  right: -0.3125rem;
}

.p-profile-employ__num03 {
  font-size: 1.1875rem;
  font-weight: 900;
  color: #3a54a4;
  line-height: 1.1;
}

.p-profile-employ__num03 span {
  font-size: 2.0625rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.p-profile-employ__num03::before {
  content: attr(data-age);
  font-size: 0.6875rem;
  font-weight: 400;
  text-align: left;
  display: block;
  white-space: nowrap;
}

.p-profile-employ__img03 {
  aspect-ratio: 103/112;
  max-width: 6.4375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-profile-employ__note {
  font-size: 0.75rem;
  font-weight: bold;
  color: #3a54a4;
  line-height: 1.2;
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .p-profile-employ__num03--age60 {
    position: relative;
    top: 0.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile-employ__num03--age60 {
    top: 0.1875rem;
  }
}

@media screen and (max-width: 1200px) {
  .p-profile-employ__num03--age50 {
    position: relative;
    top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile-employ__num03--age50 {
    top: 1.25rem;
  }
}

@media screen and (max-width: 1200px) {
  .p-profile-employ__num03--age40 {
    position: relative;
    top: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-profile-employ__num03--age40 {
    position: relative;
    top: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile-employ__num03--age40 {
    top: 1.025rem;
  }
}

@media screen and (max-width: 1200px) {
  .p-profile-employ__num03--age30 {
    position: relative;
    top: 0.75rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-profile-employ__num03--age30 {
    position: relative;
    top: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile-employ__num03--age30 {
    top: 1.625rem;
  }
}

@media screen and (max-width: 1200px) {
  .p-profile-employ__num03--age20 {
    position: relative;
    top: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile-employ__num03--age20 {
    top: 0.625rem;
  }
}

.p-profile-fv {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-profile-fv__img {
    margin-top: -2rem;
  }
}

.p-profile-fv__title.c-lower-fv__title {
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-profile-fv__title.c-lower-fv__title {
    font-size: 1.875rem;
  }
}

.p-profile-fv__block.c-lower-fv__block {
  padding-bottom: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-profile-fv__block.c-lower-fv__block {
    padding-bottom: 1.5rem;
  }
}

.p-profile-work {
  background-color: #f5f6fa;
  position: relative;
}

.p-profile-work::before {
  content: "";
  width: 100%;
  height: 12.625rem;
  background: linear-gradient(135deg, #46ffff, #ffff46);
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 1;
  -webkit-transform: translateX(24.75rem);
          transform: translateX(24.75rem);
}
@media screen and (max-width: 767px) {
  .p-profile-work::before {
    height: 6.875rem;
    -webkit-transform: translateX(7.8125rem);
            transform: translateX(7.8125rem);
  }
}

.p-profile-work__sub-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #3a54a4;
  line-height: 2.4;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-profile-work__sub-title {
    font-size: 1rem;
  }
}

.p-profile-work__sub-title::before {
  content: "";
  width: 1px;
  height: 3.75rem;
  background-color: #3a54a4;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-profile-work__sub-title::before {
    height: 2.5rem;
    top: -2.5rem;
  }
}

.p-profile-work__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.4375rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-profile-work__items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.9375rem;
  }
}

.p-profile-work__item {
  padding: 3.125rem 3.125rem 2.1875rem;
  border: 1px solid #3a54a4;
  background-color: #fff;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-profile-work__item {
    padding: 1.875rem 1.25rem 1.875rem;
    height: 19.6875rem;
  }
}

.p-profile-work__num-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  /* .p-profile-work__num-wrap {
    gap: 20px;
  } */
  .p-profile-work__num-wrap .p-profile-work__num + .p-profile-work__num {
    margin-left: 12px;
  }
}

.p-profile-work__num {
  font-size: 1.875rem;
  font-weight: 900;
  color: #3a54a4;
  text-align: center;
}
.p-profile-work__num span {
  font-size: 3.125rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-profile-work__num span {
    font-size: 2.3125rem;
  }
}

.p-profile-work__num::before {
  content: attr(data-sex);
  font-size: 1.1875rem;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-profile-work__num::before {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 0.9375rem;
    display: inline-block;
    margin-right: -0.5rem;
  }
}

.p-profile-work__graph01 {
  aspect-ratio: 264/164;
  max-width: 17.412rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4375rem;
}

.p-profile-work__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 1.875rem;
}

.p-profile-work__img {
  aspect-ratio: 142/114;
  max-width: 8.7rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-profile-work__img {
    max-width: 7rem;
  }
}

.p-profile-work__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile-work__box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-profile-work__graph02 {
  aspect-ratio: 224/160;
  max-width: 14.774rem;
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-profile-work__graph02 {
    max-width: 15.625rem;
  }
}

.p-profile-work__graph02 img,
.p-profile-work__graph03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile-work__graph03 {
  aspect-ratio: 224/160;
  max-width: 14rem;
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-profile-work__graph03 {
    max-width: 11.25rem;
    margin-top: 1.25rem;
  }
}
/*# sourceMappingURL=profile.css.map */
