@charset "UTF-8";


/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

svg {
  line-height: 1;
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

svg {
  fill: currentColor;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  background-color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  line-height: 1.5;
  color: #1a2332;
  letter-spacing: 0;
  font-feature-settings: "palt" 1;
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.75;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
}

.l-container {
  width: min(100% - 4.8rem, 1200px);
  margin-inline: auto;
}

.l-container--md {
  width: min(100% - 4.8rem, 960px);
  margin-inline: auto;
}

.l-footer {
  padding: 4.8rem 2.4rem;
  background-color: #1a2332;
  text-align: center;
}

.l-footer__copy {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #fff;
}

.c-section-heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 1.6rem;
}

.c-section-heading__title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0061b6;
}

.c-section-heading__line {
  display: block;
  width: 4.8rem;
  height: 0;
  margin: 0;
  border: none;
  border-top: 3px solid #0061b6;
}

.l-site-header {
  position: absolute;
  z-index: 20;
  top: 2.9rem;
  left: 3.8rem;
}
@media screen and (max-width: 768px) {
  .l-site-header {
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.2rem;
    background-color: #fff;
  }
}

.l-site-header__logo {
  display: block;
  width: 31.5rem;
  padding: 0 2rem 1.6rem 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-site-header__logo {
    padding: 0;
    background-color: transparent;
  }
}
.l-site-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-site-header__logo {
    width: 22rem;
  }
}
.l-site-header__logo:hover {
  opacity: 1;
}

.p-top-mv {
  position: relative;
  overflow: hidden;
  min-height: 86.8rem;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    min-height: 76rem;
  }
}

.p-top-mv__bg {
  position: absolute;
  overflow: hidden;
  border-radius: 0.8rem;
  inset: 4rem 4rem 0;
}
.p-top-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .p-top-mv__bg {
    border-radius: 0;
    inset: 0;
  }
}

.p-top-mv__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 168rem;
  height: 100%;
  min-height: 86.8rem;
  margin: 0 auto;
  padding-bottom: 8rem;
  color: #fff;
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.25);
  text-align: right;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-top-mv__inner {
    min-height: 60rem;
    padding: 0 2.4rem 8rem;
    align-items: start;
  }
}

.p-top-mv__title {
  margin: auto 0 0;
  font-weight: 700;
  line-height: 1.2;
}

.p-top-mv__title-line {
  display: inline;
  font-size: 8rem;
  white-space: nowrap;
}
@media screen and (max-width: 989px) {
  .p-top-mv__title-line {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__title-line {
    font-size: 3.6rem;
  }
}

.p-top-mv__lead {
  max-width: 76.1rem;
  margin: 1.3rem 0 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-top-mv__lead {
    margin-top: 2.4rem;
    font-size: 1.5rem;
    text-align: left;
  }
}

.p-top-intro {
  position: relative;
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .p-top-intro {
    padding: 8rem 0;
  }
}

.p-top-intro__box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.p-top-intro__heading-wrap {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-intro__heading-wrap {
    text-align: left;
  }
}

.p-top-intro__ruby {
  position: relative;
  display: inline-block;
}

.p-top-intro__label {
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 200%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #0061b6;
}
@media screen and (max-width: 768px) {
  .p-top-intro__label {
    font-size: 1rem;
  }
}

.p-top-intro__heading {
  margin: 1.1rem 0 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0061b6;
}
@media screen and (max-width: 768px) {
  .p-top-intro__heading {
    font-size: 2.4rem;
  }
}

.p-top-intro__body {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  color: #1a2332;
  text-align: center;
}
.p-top-intro__body p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-top-intro__body {
    font-size: 1.5rem;
    text-align: left;
  }
}

.p-top-service {
  padding: 12rem 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding: 8rem 0;
  }
}

.p-top-service .c-section-heading {
  margin-bottom: 4.8rem;
}

.p-top-service__list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem;
}
@media screen and (max-width: 989px) {
  .p-top-service__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__list {
    grid-template-columns: 1fr;
  }
}

.p-top-service__card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.p-top-service__thumb {
  overflow: hidden;
  height: 20rem;
  border-radius: 0.8rem;
  background-color: #c8ccd0;
}
.p-top-service__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-service__card-title {
  display: flex;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0061b6;
  align-items: center;
  gap: 0.8rem;
}
.p-top-service__card-title::before {
  width: 0;
  height: 0;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
  border-left: 1.05rem solid #0061b6;
  content: "";
  flex-shrink: 0;
}

.p-top-service__card-text {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #1a2332;
}

.p-top-company {
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .p-top-company {
    padding: 8rem 0;
  }
}

.p-top-company .c-section-heading {
  margin-bottom: 4.8rem;
}

.p-top-company__list {
  margin: 0;
  border-top: 1px solid #9ba3ad;
}

.p-top-company__row {
  display: flex;
  padding: 3.2rem 2.4rem;
  border-bottom: 1px solid #9ba3ad;
  font-size: 1.6rem;
  line-height: 2.4rem;
  gap: 0.8rem;
}
.p-top-company__row dt {
  width: 20.6rem;
  margin: 0;
  font-weight: 700;
  flex-shrink: 0;
}
.p-top-company__row dd {
  margin: 0;
  font-weight: 500;
  flex: 1 1;
}
@media screen and (max-width: 768px) {
  .p-top-company__row {
    flex-direction: column;
    padding: 2.4rem 0;
    gap: 0.8rem;
  }
  .p-top-company__row dt {
    width: auto;
  }
}

.p-top-contact {
  position: relative;
  overflow: hidden;
  padding: 16.8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .p-top-contact {
    padding: 6rem 0 3rem;
  }
}
.p-top-contact::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 36.3rem;
  background-image: url(../img/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-top-contact::before {
    height: 24.2rem;
    background-position: left top;
  }
}

.p-top-contact__box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 6.4rem;
  border-radius: 0.8rem;
  background: #fff;
  text-align: center;
  align-items: center;
  gap: 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-top-contact__box {
    padding: 6.4rem 2.6rem;
  }
}

.p-top-contact__title {
  margin: 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0061b6;
}

.p-top-contact__lead {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #1a2332;
}

.p-top-contact__button {
  display: flex;
  width: min(100%, 50rem);
  min-height: 7.3rem;
  padding: 2.4rem;
  border-radius: 1.6rem;
  background-color: #0061b6;
  box-shadow: 0 0.4rem 0.55rem rgba(0, 0, 0, 0.15);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  transition: opacity 0.2s;
  align-items: center;
  justify-content: center;
}
.p-top-contact__button:hover {
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  .p-top-contact__button {
    min-height: 6rem;
    font-size: 1.8rem;
  }
}

.p-top-page .p-top {
  overflow: hidden;
}

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
}

.u-tb-only {
  display: none !important;
}
@media screen and (min-width: 769px) and (max-width: 989px) {
  .u-tb-only {
    display: block !important;
  }
}

.u-pc-only {
  display: none !important;
}
@media screen and (min-width: 990px) {
  .u-pc-only {
    display: block !important;
  }
}

.u-display_i {
  display: inline;
}

.u-display_b {
  display: block;
}

.u-display_ib {
  display: inline-block;
}/*# sourceMappingURL=maps/common.css.map */
