.l-pagetitle__inner::after {
  content: "OUR COMPANY";
}

.p-data__main {
  text-align: center;
  color: #002855;
  position: relative;
  padding-top: 13vw;
}
@media (min-width: 767px) {
  .p-data__main {
    padding-top: 8vw;
  }
}
@media (min-width: 1199px) {
  .p-data__main {
    padding-top: 5vw;
  }
}
@media (min-width: 1499px) {
  .p-data__main {
    padding-top: 0;
  }
}
.p-data__main hgroup {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}
.p-data__main hgroup span {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: clamp(1.875rem, 0.595rem + 5.461vw, 4.688rem);
  line-height: 1.3;
  display: inline-block;
  margin-bottom: clamp(0.938rem, 0.795rem + 0.607vw, 1.25rem);
}
@media (min-width: 1199px) {
  .p-data__main hgroup span {
    font-size: 4.6875rem;
    margin-bottom: 20px;
  }
}
.p-data__main hgroup h2 {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.5;
  font-size: clamp(1.125rem, 0.897rem + 0.971vw, 1.625rem);
}
@media (min-width: 1199px) {
  .p-data__main hgroup h2 {
    font-size: 1.625rem;
  }
}
.p-data__main figure {
  position: relative;
  z-index: 0;
}
.p-data__contents {
  background-color: #28a0c8;
  text-align: center;
  padding: 40px 5%;
}
@media (min-width: 767px) {
  .p-data__contents {
    padding: 60px 40px;
  }
}
@media (min-width: 959px) {
  .p-data__contents {
    padding: 80px 50px 120px;
  }
}
@media (min-width: 1199px) {
  .p-data__contents {
    padding: 100px 50px 150px;
  }
}
@media (min-width: 1199px) {
  .p-data__contents > section {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.p-data__contents > section:not(:last-child) {
  margin-bottom: clamp(1.875rem, -0.116rem + 8.495vw, 6.25rem);
}
@media (min-width: 1199px) {
  .p-data__contents > section:not(:last-child) {
    margin-bottom: 100px;
  }
}
.p-data__header {
  margin-bottom: 20px;
}
@media (min-width: 959px) {
  .p-data__header {
    margin-bottom: 30px;
  }
}
.p-data__header h3, .p-data__header h4 {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(1.125rem, 0.897rem + 0.971vw, 1.625rem);
}
@media (min-width: 1199px) {
  .p-data__header h3, .p-data__header h4 {
    font-size: 1.625rem;
  }
}
.p-data__header div {
  margin-top: 0.2em;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: clamp(1.563rem, 0.425rem + 4.854vw, 4.063rem);
  line-height: 1.1;
}
@media (min-width: 1199px) {
  .p-data__header div {
    font-size: 4.0625rem;
  }
}
.p-data__header div span {
  display: inline-block;
  height: 1em;
  position: relative;
  top: 2px;
}
.p-data__header div span svg {
  height: 100%;
}
.p-data__items {
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .p-data__items {
    margin: 0 0 70px;
  }
}
@media (min-width: 959px) {
  .p-data__items {
    margin: 0 0 100px;
  }
}
@media (min-width: 1199px) {
  .p-data__items {
    margin-bottom: 150px;
    max-width: 1200px;
    margin-inline: auto;
  }
}
.p-data__items div.u-flex {
  flex-direction: column;
  gap: 20px;
}
.p-data__items div.u-flex:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 959px) {
  .p-data__items div.u-flex {
    flex-direction: row;
    gap: 25px;
  }
  .p-data__items div.u-flex:nth-child(odd) section {
    width: calc((100% - 40px) / 3);
  }
  .p-data__items div.u-flex:nth-child(even) section {
    width: calc((100% - 20px) / 2);
  }
}
.p-data__items div.u-flex section {
  background-color: #fff;
  padding: 1em;
}
@media (min-width: 959px) {
  .p-data__items div.u-flex section {
    position: relative;
    padding: 1em 1em 2em;
  }
}
.p-data__items div.u-flex section h2 {
  color: #002855;
  font-size: clamp(1.125rem, 0.897rem + 0.971vw, 1.625rem);
  margin-bottom: 1em;
}
@media (min-width: 959px) {
  .p-data__items div.u-flex section h2 {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1199px) {
  .p-data__items div.u-flex section h2 {
    font-size: 1.625rem;
  }
}
.p-data__items div.u-flex section .u-note {
  text-align: right;
  margin-top: 1em;
  font-size: 0.75rem;
  color: #002855;
}
@media (min-width: 959px) {
  .p-data__items div.u-flex section .u-note {
    margin-top: 0;
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
  }
}
.p-data__questionnaire-header {
  position: relative;
  margin-bottom: clamp(1.875rem, 0.737rem + 4.854vw, 4.375rem);
  color: #fff;
}
@media (min-width: 1199px) {
  .p-data__questionnaire-header {
    margin-bottom: 70px;
  }
}
.p-data__questionnaire-header h3 {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(1.063rem, 0.807rem + 1.092vw, 1.625rem);
  line-height: 1.5;
}
@media (min-width: 1199px) {
  .p-data__questionnaire-header h3 {
    font-size: 1.625rem;
  }
}
.p-data__questionnaire-header span {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: clamp(1.875rem, 0.595rem + 5.461vw, 4.688rem);
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 1199px) {
  .p-data__questionnaire-header span {
    font-size: 4.6875rem;
    margin-bottom: 30px;
  }
}
.p-data__questionnaire-header .u-flex {
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -17vw;
}
.p-data__questionnaire-header .u-flex figure {
  width: 20%;
  max-width: 179px;
}
@media (min-width: 767px) {
  .p-data__questionnaire-header .u-flex {
    padding: 0 40px;
  }
}
@media (min-width: 959px) {
  .p-data__questionnaire-header .u-flex {
    bottom: -15vw;
  }
}
@media (min-width: 1199px) {
  .p-data__questionnaire-header .u-flex {
    bottom: -170px;
    padding: 0 130px;
  }
}
.p-data__questionnaire-best5 {
  background-color: #002855;
  padding: 30px 5%;
}
@media (min-width: 767px) {
  .p-data__questionnaire-best5 {
    padding: 40px;
  }
}
@media (min-width: 959px) {
  .p-data__questionnaire-best5 {
    padding: 50px;
  }
}
.p-data__questionnaire-best5 .p-data__header {
  color: #fff;
}
.p-data__questionnaire-best5 .p-data__header svg {
  fill: #fff;
}
.p-data__questionnaire-ranking {
  margin-top: 40px;
  gap: 40px 15px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 959px) {
  .p-data__questionnaire-ranking {
    gap: 40px 20px;
    margin-top: 70px;
  }
}
@media (min-width: 1199px) {
  .p-data__questionnaire-ranking {
    gap: 40px 25px;
  }
}
.p-data__questionnaire-ranking section {
  padding: 1em;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  width: calc((100% - 15px) / 2);
}
@media (min-width: 959px) {
  .p-data__questionnaire-ranking section {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1199px) {
  .p-data__questionnaire-ranking section {
    padding: 1.5em 1em;
    width: calc((100% - 100px) / 5);
  }
}
.p-data__questionnaire-ranking section h5 {
  color: #002855;
  margin-top: 2em;
  margin-bottom: 0.75em;
  font-size: 1.0625rem;
  line-height: 1.5;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 959px) {
  .p-data__questionnaire-ranking section h5 {
    font-size: 1.25rem;
    margin-top: 1.5em;
  }
}
.p-data__questionnaire-ranking section figure.best {
  position: absolute;
  top: calc(-1em - 10px);
  width: 100%;
  left: 0;
}
.p-data__questionnaire-ranking section figure:last-child {
  margin: auto 0 0;
}
.p-data__questionnaire-others {
  background-color: #fff;
  margin-top: 30px;
  padding: 30px 5%;
}
@media (min-width: 767px) {
  .p-data__questionnaire-others {
    margin-top: 50px;
    padding: 40px;
  }
}
@media (min-width: 959px) {
  .p-data__questionnaire-others {
    margin-top: 60px;
    padding: 50px;
  }
}
.p-data__questionnaire-others p {
  color: #002855;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  font-size: clamp(1.188rem, 1.045rem + 0.607vw, 1.5rem);
  margin-bottom: 1em;
  line-height: 1.5;
}
@media (min-width: 1199px) {
  .p-data__questionnaire-others p {
    font-size: 1.5rem;
    margin-bottom: 1.5em;
  }
}
.p-data__questionnaire-others ul {
  list-style-type: none;
  gap: 15px;
  flex-wrap: wrap;
}
@media (min-width: 1199px) {
  .p-data__questionnaire-others ul {
    gap: 20px;
  }
}
.p-data__questionnaire-others ul li {
  padding: 10px;
  font-weight: bold;
  width: calc((100% - 15px) / 2);
  background-color: #28a0c8;
  color: #fff;
  text-align: center;
}
@media (min-width: 1199px) {
  .p-data__questionnaire-others ul li {
    width: calc((100% - 40px) / 3);
  }
}
.p-data__clincher {
  background-color: #DC0514;
  padding: 30px 5%;
  position: relative;
}
.p-data__clincher .p-data__header {
  color: #fff;
}
.p-data__clincher .p-data__header svg {
  fill: #fff;
}
@media (min-width: 767px) {
  .p-data__clincher {
    padding: 40px;
  }
}
@media (min-width: 959px) {
  .p-data__clincher {
    padding: 50px;
  }
}
.p-data__clincher .u-img {
  width: 50%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  translate: -50% 0;
  max-width: 332px;
}
@media (min-width: 767px) {
  .p-data__clincher .u-img {
    width: 30%;
    bottom: 40px;
  }
}
@media (min-width: 959px) {
  .p-data__clincher .u-img {
    bottom: 50px;
  }
}
.p-data__clincher .u-txt {
  margin-bottom: 10vw;
}
@media (min-width: 767px) {
  .p-data__clincher .u-txt {
    margin-bottom: 5vw;
  }
}
@media (min-width: 1199px) {
  .p-data__clincher .u-txt {
    margin-bottom: 0;
  }
}
.p-data__climate {
  background-color: #fff;
  padding: 30px 5%;
  position: relative;
}
.p-data__climate .p-data__header {
  color: #002855;
}
.p-data__climate .p-data__header svg {
  fill: #002855;
}
@media (min-width: 767px) {
  .p-data__climate {
    padding: 40px;
  }
}
@media (min-width: 959px) {
  .p-data__climate {
    padding: 50px;
  }
}
.p-data__climate .u-img {
  width: 50%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  translate: -50% 0;
  max-width: 321px;
}
@media (min-width: 767px) {
  .p-data__climate .u-img {
    width: 30%;
    bottom: 40px;
  }
}
@media (min-width: 959px) {
  .p-data__climate .u-img {
    bottom: 50px;
  }
}
.p-data__climate .u-txt {
  margin-bottom: 10vw;
}
@media (min-width: 767px) {
  .p-data__climate .u-txt {
    margin-bottom: 5vw;
  }
}
@media (min-width: 1199px) {
  .p-data__climate .u-txt {
    margin-bottom: 0;
  }
}
.p-minite3__lead {
  flex-direction: column;
  gap: 30px;
  margin-bottom: clamp(3.125rem, 1.703rem + 6.068vw, 6.25rem);
}
@media (min-width: 959px) {
  .p-minite3__lead {
    flex-direction: row;
  }
}
@media (min-width: 1199px) {
  .p-minite3__lead {
    margin-bottom: 100px;
  }
}
@media (min-width: 959px) {
  .p-minite3__lead .u-txt {
    width: 54.0833%;
  }
}
.p-minite3__lead .u-txt .u-bold {
  font-weight: bold;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #002855;
  font-size: clamp(1.375rem, 0.806rem + 2.427vw, 2.625rem);
  line-height: 1.5;
  display: inline-block;
  margin-bottom: clamp(1.25rem, 0.539rem + 3.034vw, 2.813rem);
}
@media (min-width: 1199px) {
  .p-minite3__lead .u-txt .u-bold {
    margin-bottom: 45px;
    font-size: 2.625rem;
  }
}
.p-minite3__lead .u-txt .u-bold br {
  display: none;
}
@media (min-width: 959px) {
  .p-minite3__lead .u-txt .u-bold br {
    display: inline;
  }
}
.p-minite3__lead .u-txt br {
  display: none;
}
@media (min-width: 959px) {
  .p-minite3__lead .u-txt br {
    display: inline;
  }
}
.p-minite3__lead .u-img {
  text-align: center;
}
@media (min-width: 959px) {
  .p-minite3__lead .u-img {
    width: 45.9167%;
  }
}
.p-minite3__lead .u-img img {
  width: 100%;
  max-width: 551px;
}
.p-minite3 > section {
  background-color: #eef4f7;
  padding: 40px 5%;
}
.p-minite3 > section:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .p-minite3 > section:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 959px) {
  .p-minite3 > section:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (min-width: 767px) {
  .p-minite3 > section {
    padding: 50px 40px;
  }
}
@media (min-width: 959px) {
  .p-minite3 > section {
    padding: 70px 50px;
  }
}
.p-minite3 > section h2 {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #002855;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 0.909rem + 1.456vw, 2rem);
  margin-bottom: clamp(0.938rem, 0.511rem + 1.82vw, 1.875rem);
}
@media (min-width: 1199px) {
  .p-minite3 > section h2 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.p-minite3__shikumi figure {
  text-align: center;
}
.p-minite3__shikumi figure img {
  width: 100%;
  max-width: 345px;
}
@media (min-width: 767px) {
  .p-minite3__shikumi figure img {
    max-width: none;
  }
}
.p-minite3__shikumi .u-flex {
  margin-top: 30px;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 767px) {
  .p-minite3__shikumi .u-flex {
    margin-top: 40px;
  }
}
@media (min-width: 959px) {
  .p-minite3__shikumi .u-flex {
    flex-direction: row;
    gap: 40px;
    margin-top: 50px;
    flex-wrap: wrap;
  }
}
.p-minite3__shikumi .u-flex section {
  background-color: #fff;
  padding: 20px 5%;
  border-left: 5px solid #000;
}
@media (min-width: 959px) {
  .p-minite3__shikumi .u-flex section {
    width: calc((100% - 40px) / 2);
    padding: 20px 30px;
  }
}
.p-minite3__shikumi .u-flex section h3 {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.0625rem;
  margin-bottom: 12px;
  line-height: 1.5;
}
@media (min-width: 959px) {
  .p-minite3__shikumi .u-flex section h3 {
    font-size: 1.375rem;
    margin-bottom: 17px;
  }
}
.p-minite3__shikumi .u-flex section p .u-bold {
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.0625rem;
}
@media (min-width: 959px) {
  .p-minite3__shikumi .u-flex section p .u-bold {
    font-size: 1.125rem;
  }
}
.p-minite3__shikumi .u-flex section.parts01 {
  border-left-color: #375f87;
}
.p-minite3__shikumi .u-flex section.parts01 h3 {
  color: #375f87;
}
.p-minite3__shikumi .u-flex section.parts02 {
  border-left-color: #DC0514;
}
.p-minite3__shikumi .u-flex section.parts02 h3 {
  color: #DC0514;
}
.p-minite3__shikumi .u-flex section.parts03 {
  border-left-color: #28b9be;
}
.p-minite3__shikumi .u-flex section.parts03 h3 {
  color: #28b9be;
}
.p-minite3__shikumi .u-flex section.parts04 {
  border-left-color: #28a0c8;
}
.p-minite3__shikumi .u-flex section.parts04 h3 {
  color: #28a0c8;
}
.p-minite3__flow .c-scrollBox__outer {
  margin-top: 30px;
}
@media (min-width: 959px) {
  .p-minite3__flow .c-scrollBox__outer {
    margin-top: 40px;
  }
}
.p-minite3__miryoku .u-flex {
  flex-direction: column;
  background-color: #fff;
}
.p-minite3__miryoku .u-flex:nth-child(2) {
  margin-top: 40px;
}
@media (min-width: 767px) {
  .p-minite3__miryoku .u-flex:nth-child(2) {
    margin-top: 50px;
  }
}
@media (min-width: 959px) {
  .p-minite3__miryoku .u-flex:nth-child(2) {
    margin-top: 70px;
  }
}
.p-minite3__miryoku .u-flex:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .p-minite3__miryoku .u-flex:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 959px) {
  .p-minite3__miryoku .u-flex:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (min-width: 959px) {
  .p-minite3__miryoku .u-flex {
    flex-direction: row;
  }
  .p-minite3__miryoku .u-flex:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.p-minite3__miryoku .u-flex .u-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 959px) {
  .p-minite3__miryoku .u-flex .u-img {
    width: 50%;
  }
}
.p-minite3__miryoku .u-flex .u-txt {
  padding: 20px 5%;
  position: relative;
}
.p-minite3__miryoku .u-flex .u-txt h3 {
  color: #002855;
  font-family: YakuHanMP, "YuMincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(1.063rem, 0.92rem + 0.607vw, 1.375rem);
  margin-bottom: clamp(0.75rem, 0.522rem + 0.971vw, 1.25rem);
  position: relative;
  line-height: 1.5;
}
@media (min-width: 959px) {
  .p-minite3__miryoku .u-flex .u-txt h3 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.p-minite3__miryoku .u-flex .u-txt h3 span:first-child {
  position: absolute;
  font-family: "Oswald", sans-serif;
  color: #dbe7ed;
  font-size: clamp(3.125rem, 1.987rem + 4.854vw, 5.625rem);
  font-weight: normal;
  line-height: 1;
  top: -0.6em;
  left: -0.2em;
}
@media (min-width: 959px) {
  .p-minite3__miryoku .u-flex .u-txt h3 span:first-child {
    top: -0.7em;
    left: -0.3em;
  }
}
@media (min-width: 1199px) {
  .p-minite3__miryoku .u-flex .u-txt h3 span:first-child {
    font-size: 5.625rem;
  }
}
.p-minite3__miryoku .u-flex .u-txt h3 span:last-child {
  position: relative;
  z-index: 1;
}
@media (min-width: 959px) {
  .p-minite3__miryoku .u-flex .u-txt {
    width: 50%;
    padding: 40px;
  }
}
.p-message__item .u-flex {
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 767px) {
  .p-message__item .u-flex {
    flex-direction: row;
  }
  .p-message__item .u-flex .u-txt {
    width: 50%;
  }
  .p-message__item .u-flex .u-img {
    width: calc(50% - 40px);
  }
}
@media (min-width: 959px) {
  .p-message__item .u-flex {
    gap: 50px;
  }
  .p-message__item .u-flex .u-img {
    width: calc(50% - 50px);
  }
}
.p-message__item p:not(:last-child) {
  margin-bottom: 2em;
}
.p-message__item > section:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 959px) {
  .p-message__item > section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.p-message__item > section .c-commonSub03 {
  font-size: 1rem;
  margin-bottom: 20px;
}
@media (min-width: 959px) {
  .p-message__item > section .c-commonSub03 {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
}
.p-message__name {
  vertical-align: bottom !important;
  margin: 5px 0 0 15px;
}
/*# sourceMappingURL=company.css.map */