@charset "UTF-8";
/* -------------------------------------------- */
/* 全体 */
/* -------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
}

body [class$="-text"],
body [class$="__text"] {
  line-height: 1.8em;
  letter-spacing: 0.04em;
}

a {
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

li {
  list-style: none;
}

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

main {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

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

/* ---------------------- */
/* inner */
/* ---------------------- */
/* ベース */
.inner, .inner--md, .inner--sm {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.inner {
  max-width: 1006px;
}

.inner--md {
  max-width: 924px;
}

.inner--sm {
  max-width: 797px;
}

/* ---------------------- */
/* 見出し */
/* ---------------------- */
/* ベース */
.title, .title__main {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 3.6rem;
  line-height: 1.6em;
}

@media only screen and (max-width: 767px) {
  .title, .title__main {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .title__main {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .title__main span {
    font-size: 2rem;
  }
}

.title__sub {
  display: block;
  font-family: Roboto;
  color: #036EB8;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .title__sub {
    margin-bottom: 5px;
  }
}

.title--md {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .title--md {
    font-size: 2.2rem;
  }
}

.title--sm {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .title--sm {
    font-size: 2rem;
  }
}

.title--blue {
  color: #036EB8;
}

.title--white {
  color: #fff;
}

/* ---------------------- */
/* ボタン */
/* ---------------------- */
/* ベース */
.btn, .btn--white, .btn--sm, .btn--md, .btn--lg {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #036EB8;
  border: 1px solid #036EB8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover, .btn--white:hover, .btn--sm:hover, .btn--md:hover, .btn--lg:hover {
  color: #036EB8;
  background-color: #fff;
}

.btn:hover::after, .btn--white:hover::after, .btn--sm:hover::after, .btn--md:hover::after, .btn--lg:hover::after {
  background-image: url(../img/common/icon-arrow-blue.svg);
}

.btn:hover .btn__pdf-icon svg path, .btn--white:hover .btn__pdf-icon svg path, .btn--sm:hover .btn__pdf-icon svg path, .btn--md:hover .btn__pdf-icon svg path, .btn--lg:hover .btn__pdf-icon svg path {
  fill: #036EB8;
}

.btn::after, .btn--white::after, .btn--sm::after, .btn--md::after, .btn--lg::after {
  content: "";
  width: 16px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/icon-arrow-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn, .btn--white {
  max-width: 320px;
  line-height: 60px;
  font-size: 1.6rem;
}

.btn--white {
  color: #036EB8;
  background-color: #fff;
}

.btn--white::after {
  background-image: url(../img/common/icon-arrow-blue.svg);
}

.btn--white:hover {
  color: #fff;
  background-color: #036EB8;
}

.btn--white:hover::after {
  background-image: url(../img/common/icon-arrow-white.svg);
}

.btn--white:hover .btn__pdf-icon svg path {
  fill: #FFF;
}

.btn--white .btn__pdf-icon {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn--white .btn__pdf-icon svg path {
  fill: #036EB8;
}

.btn--sm {
  max-width: 250px;
  line-height: 60px;
  font-size: 1.6rem;
}

.btn--md {
  max-width: 310px;
  line-height: 70px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .btn--md {
    line-height: 60px;
  }
}

.btn--lg {
  max-width: 475px;
  line-height: 90px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .btn--lg {
    font-size: 1.6rem;
    line-height: 60px;
  }
}

.btn--return::after {
  right: unset;
  left: 20px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.btn__pdf-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn__pdf-icon svg {
  line-height: 0;
}

.btn__pdf-icon svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #FFF;
}

/* ---------------------- */
/* 下層 */
/* ---------------------- */
.under {
  /* メインビジュアル */
  /* ページ内リンク */
}

.under-mv {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .under-mv {
    height: 175px;
  }
}

.under-mv--activity {
  background-image: url("../img/activity/mv.jpg");
}

.under-mv--business {
  background-image: url("../img/business/mv.jpg");
}

.under-mv--company {
  background-image: url("../img/company/mv.jpg");
}

.under-mv--contact {
  background-image: url("../img/contact/mv.jpg");
}

.under-mv--news {
  background-image: url("../img/news/mv.jpg");
}

.under-mv--privacy {
  background-image: url("../img/privacy/mv.jpg");
}

.under-mv--privacy-policy {
  background-image: url("../img/privacy-policy/mv.jpg");
}

.under-mv--recruitment {
  background-image: url("../img/recruitment/mv.jpg");
}

.under-mv--resources {
  background-image: url("../img/resources/mv.jpg");
}

.under-mv .inner {
  height: 100%;
  position: relative;
}

.under-mv-heading {
  position: absolute;
  top: 48%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.under-mv-heading__main {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .under-mv-heading__main {
    font-size: 3rem;
  }
}

.under-mv-heading__sub {
  display: block;
  color: #fff;
  font-family: Roboto;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .under-mv-heading__sub {
    margin-bottom: 5px;
  }
}

.under-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 0;
}

.under-nav-item {
  width: 31.8%;
  max-width: 310px;
}

@media only screen and (max-width: 767px) {
  .under-nav-item {
    width: 48%;
    max-width: 100%;
    margin-bottom: unset;
  }
}

.under-nav-item::after {
  -webkit-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .under-nav-item::after {
    right: 10px;
  }
}

.under-relation {
  padding-bottom: 158px;
}

@media only screen and (max-width: 767px) {
  .under-relation {
    padding-bottom: 80px;
  }
}

.under-relation-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
}

.under-relation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .under-relation-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

.under-relation-list--solo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.under-relation-item {
  width: 48.7%;
  max-width: 475px;
}

@media only screen and (max-width: 767px) {
  .under-relation-item {
    width: 100%;
  }
}
/*# sourceMappingURL=common.css.map */