@charset "UTF-8";
/*===================================================
# メディアクエリー
=================================================== */
/*===================================================
# reset.scss
=================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

time {
  display: inline-block;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

body {
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text-color);
  text-rendering: optimizeSpeed;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*===================================================
# brタグ設定
=================================================== */
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
/*===================================================
# ヘッダーエリア
=================================================== */
.wrap {
  overflow: hidden;
}

.p-header {
  height: 100px;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 67px;
  }
}

.p-header__inner {
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 16px;
  }
}

.p-header__logo {
  display: block;
  width: 110px;
  height: 46px;
}

.p-header__btn {
  width: 162px;
  height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #07519e;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    display: none;
  }
}

/*===================================================
# ファーストビューエリア
=================================================== */
.p-fv {
  background: url(../img/fv_bg_pc.png) no-repeat center/cover;
  aspect-ratio: 1363/530;
  width: 100%;
  height: 100%;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background: url(../img/fv_bg_sp.png) no-repeat center/cover;
    aspect-ratio: 368/475;
    padding-bottom: 0;
  }
}

.p-fv__inner {
  max-width: calc(100% - 100px);
  margin-inline: auto;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    max-width: calc(100% - 64px);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-fv__ttl {
  font-size: 66px;
  line-height: 1.3939;
  color: #000;
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .p-fv__ttl {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__ttl {
    font-size: 31px;
    line-height: 1.75;
    margin-top: 0;
  }
}
@media screen and (max-width: 372px) {
  .p-fv__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 360px) {
  .p-fv__ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 340px) {
  .p-fv__ttl {
    font-size: 24px;
  }
}

.p-fv__bottom-logo-wrap {
  max-width: 1150px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv__bottom-logo-wrap {
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
  }
}

.p-fv__bottom-logo {
  max-width: 631px;
  height: 143px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-fv__bottom-logo {
    max-width: 442px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__bottom-logo {
    max-width: 251px;
    height: auto;
    margin-left: 0;
    aspect-ratio: 251/57;
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__bottom-logo img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-strong {
  max-width: 1150px;
  width: auto;
  margin: 0 auto;
  padding-inline: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-strong {
    padding-inline: 16px;
    margin-top: 98px;
  }
}

.p-strong__heading {
  position: relative;
  font-size: 21px;
}
.p-strong__heading::after {
  content: "Our Strengths";
  position: absolute;
  color: #07519e;
  font-size: 14px;
  left: 0;
  bottom: -27px;
}

.p-strong__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .p-strong__flex {
    display: block;
  }
}
.p-strong__flex.first {
  margin-top: 98px;
}
@media screen and (max-width: 767px) {
  .p-strong__flex.first {
    margin-top: 53px;
  }
}
@media screen and (max-width: 767px) {
  .p-strong__flex {
    margin-top: 83px;
  }
}

.p-strong__ttl {
  font-size: 34px;
  line-height: 1.5588;
  max-width: 613px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-strong__ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-strong__ttl {
    font-size: 24px;
    max-width: none;
    line-height: 1.75;
  }
}
.p-strong__ttl span {
  font-weight: bold;
  color: #07519e;
}

.p-strong__desc-wrap {
  max-width: 405px;
  width: 100%;
  margin-left: auto;
  margin-top: 156px;
}
@media screen and (max-width: 767px) {
  .p-strong__desc-wrap {
    margin-top: 34px;
  }
}

.p-strong__desc-line {
  background-color: #e0e0e0;
  position: relative;
  height: 1px;
  width: calc(100% - 7px);
  margin-left: auto;
}
.p-strong__desc-line::before {
  background-color: #009ac0;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 5px;
  height: 5px;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-strong__desc {
  font-size: 14px;
  line-height: 1.8571;
  margin-top: 36px;
}

/*===================================================
# サービス紹介セクション
=================================================== */
.p-service {
  padding-top: 241px;
  padding-inline: 16px;
}
@media screen and (max-width: 1024px) {
  .p-service {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-top: 78px;
    padding-inline: 16px;
  }
}

.p-heading-wrap {
  max-width: 1150px;
  width: auto;
  margin: 0 auto;
}

.p-heading {
  max-width: 353px;
  width: 100%;
  position: relative;
  padding-top: 47px;
}
@media screen and (max-width: 767px) {
  .p-heading {
    padding-top: 42px;
    max-width: 237px;
  }
}
.p-heading::before {
  content: "サービス紹介";
  position: absolute;
  left: 0;
  top: 0;
  color: #07519e;
  font-size: 18px;
}

.p-service__box {
  max-width: 1260px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 55.5px;
  background-color: #a8dbf4;
  border-radius: 16px;
  padding-block: 63px;
  margin-top: 72px;
}
@media screen and (max-width: 1024px) {
  .p-service__box {
    padding-inline: 30px;
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__box {
    padding: 16px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    border-radius: 0;
    margin-top: 54px;
    padding-block: 16px;
  }
}

.p-service__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 63px;
}
@media screen and (max-width: 1024px) {
  .p-service__flex {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 16px;
  }
}

.p-service__card {
  background-color: #fff;
  border-radius: 12px;
  width: calc(50% - 31.5px);
  padding-inline: 28px;
  padding-top: 40px;
  padding-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .p-service__card {
    width: 100%;
    padding-inline: 15px;
  }
}

.p-service__number {
  font-size: 18px;
  line-height: 1;
  color: #07519e;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1px;
}
@media screen and (max-width: 1024px) {
  .p-service__number {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__number {
    font-size: 14px;
  }
}

.p-service__ttl {
  font-size: 25px;
  font-weight: bold;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .p-service__ttl {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__ttl {
    font-size: 18px;
    line-height: 1.75;
  }
}

.p-service__desc {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 16px;
}

/*===================================================
# 私たちの実績セクション
=================================================== */
.p-track {
  max-width: 1149px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
  padding-top: 179px;
}
@media screen and (max-width: 1024px) {
  .p-track {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-track {
    padding-top: 76px;
  }
}

.p-heading.track {
  max-width: 552px;
}
@media screen and (max-width: 767px) {
  .p-heading.track {
    max-width: 333px;
  }
}
.p-heading.track::before {
  content: "私たちの実績";
}

.p-track__box {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-block: 26px;
  padding-left: 20px;
  padding-right: 38px;
}
@media screen and (max-width: 767px) {
  .p-track__box {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-track__box.first {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .p-track__box.first {
    margin-top: 37px;
  }
}
.p-track__box + .p-track__box {
  margin-top: 10px;
}

.p-track__box-left {
  font-size: 18px;
  line-height: 1.75;
  color: #3f3f3f;
  max-width: 349px;
  width: 100%;
  position: relative;
  padding-left: 9px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .p-track__box-left {
    font-size: 16px;
    max-width: 316px;
  }
}
@media screen and (max-width: 767px) {
  .p-track__box-left {
    max-width: none;
    font-size: 16px;
  }
}
.p-track__box-left::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #009ac0;
}
@media screen and (max-width: 1024px) {
  .p-track__box-left::before {
    top: 13px;
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-track__box-left::before {
    top: 13px;
    width: 4px;
    height: 4px;
  }
}

.p-track__box-right {
  color: #666;
  font-size: 14px;
  line-height: 1.75;
  position: relative;
  padding-left: 30px;
  width: calc(100% - 349px);
}
@media screen and (max-width: 1024px) {
  .p-track__box-right {
    width: calc(100% - 316px);
  }
}
@media screen and (max-width: 767px) {
  .p-track__box-right {
    padding-left: 0;
    margin-top: 14px;
    width: auto;
  }
}
.p-track__box-right::before {
  content: "";
  width: 1px;
  background-color: #666;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-track__box-right::before {
    display: none;
  }
}
.p-track__box-right span {
  display: block;
  color: #187eb7;
}

/*===================================================
# 会社概要セクション
=================================================== */
.p-company {
  max-width: 1121px;
  width: auto;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-inline: 16px;
  }
}

.p-company__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
}
@media screen and (max-width: 767px) {
  .p-company__flex {
    display: block;
  }
}

.p-company__left {
  max-width: 575px;
  width: 100%;
}

.p-heading.company {
  max-width: 417px;
}
@media screen and (max-width: 767px) {
  .p-heading.company {
    max-width: 324px;
  }
}
.p-heading.company::before {
  content: "会社概要";
}

.p-company__right {
  max-width: 485px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-company__right {
    margin-top: 42px;
    width: 74.5%;
    margin-inline: auto;
  }
}

.p-company {
  padding-top: 260px;
  padding-bottom: 86px;
}
@media screen and (max-width: 1024px) {
  .p-company {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-top: 69px;
  }
}

.p-company__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-company__flex {
    display: block;
  }
}

.p-company__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-company__data {
    display: block;
  }
}

.p-company__data-left {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #cae5ed;
  width: 96px;
  padding-block: 25px;
}
@media screen and (max-width: 767px) {
  .p-company__data-left {
    border-bottom: none;
    width: 100%;
    padding-bottom: 0;
  }
}
.p-company__data-left:first-of-type {
  border-top: 1px solid #cae5ed;
}

.p-company__data-right {
  border-bottom: 1px solid #cae5ed;
  font-size: 14px;
  color: #666;
  width: calc(100% - 96px);
  padding-block: 25px;
  position: relative;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-company__data-right {
    padding-top: 14px;
    width: 100%;
    line-height: 1.5;
  }
  .p-company__data-right:last-of-type {
    border-bottom: 1px solid #cae5ed;
  }
}
.p-company__data-right span {
  position: relative;
  display: block;
  padding-left: 14px;
  line-height: 1.5;
}
.p-company__data-right span::before {
  content: "▪";
  color: #009ac0;
  position: absolute;
  top: 0;
  left: 0;
}
.p-company__data-right:first-of-type {
  border-top: 1px solid #cae5ed;
}
@media screen and (max-width: 767px) {
  .p-company__data-right:first-of-type {
    border-top: none;
  }
}

.p-company__btn {
  max-width: 351px;
  height: 79px;
  border-radius: 100vmax;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
  margin-top: 173px;
  margin-inline: auto;
  background-color: #07519e;
}
@media screen and (max-width: 1024px) {
  .p-company__btn {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__btn {
    max-width: none;
    width: 100%;
    margin-top: 102px;
  }
}

.p-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  background-color: #07519e;
  color: #fff;
  font-size: 12px;
}