/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

iframe {
  vertical-align: bottom;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #595757;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  z-index: -1;
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 760px) {
  .l-footer__inner {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .l-footer__logo {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
.l-footer__logo-img {
  width: 178px;
}
.l-footer__body {
  padding-top: 16px;
  margin-top: 60px;
  border-top: 1px solid #9FA0A0;
  position: relative;
}
.l-footer__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 57px;
     -moz-column-gap: 57px;
          column-gap: 57px;
}
@media screen and (max-width: 999px) {
  .l-footer__nav-inner {
    display: block;
  }
}
.l-footer__menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-column-gap: 68px;
     -moz-column-gap: 68px;
          column-gap: 68px;
}
@media screen and (max-width: 760px) {
  .l-footer__menu-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: calc(68px + -0.0714285714 * (767px - 100vw));
       -moz-column-gap: calc(68px + -0.0714285714 * (767px - 100vw));
            column-gap: calc(68px + -0.0714285714 * (767px - 100vw));
  }
}
.l-footer__sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999px) {
  .l-footer__sns-wrapper {
    position: absolute;
    right: 30px;
    bottom: -28px;
  }
}
@media screen and (max-width: 760px) {
  .l-footer__sns-wrapper {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -36px;
  }
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 19px;
}
.l-footer__sns:last-child {
  margin-right: 0;
}
.l-footer__sns-img {
  width: 18px;
}
.l-footer__copyright {
  margin-top: 52px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .l-footer__copyright {
    margin-top: 60px;
  }
}
@media screen and (max-width: 760px) {
  .l-footer__copyright {
    margin-top: 78px;
  }
}

.l-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1650px) {
  .l-inner {
    max-width: calc(1300px + -0.8108108108 * (1650px - 100vw));
  }
}
@media screen and (max-width: 1279px) {
  .l-inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .l-inner {
    padding: 0 20px;
  }
}

.l-header {
  height: 59px;
}
@media screen and (max-width: 1279px) {
  .l-header {
    display: none;
  }
}
.l-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__nav {
  position: absolute;
  right: 40px;
}
@media screen and (max-width: 1279px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__logo {
  margin-left: -2px;
}
.l-header__logo-img {
  width: 178px;
}
.l-header__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  color: #727171;
  font-size: 12px;
}
.l-header__menu {
  text-transform: uppercase;
}
.l-header__btn-wrapper {
  margin-left: 70px;
  width: 176px;
  height: 59px;
  background-color: #004190;
}
.l-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.l-wrapper {
  overflow: hidden;
}

.c-title {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Noto Serif JP", serif;
  color: #004190;
  position: relative;
  margin-bottom: 44px;
  line-height: 1;
}
.c-title::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 1px;
  background-color: #88ABDA;
  left: 0;
  top: 44px;
}

.c-btn-menu {
  display: none;
}
@media screen and (max-width: 1279px) {
  .c-btn-menu {
    position: fixed;
    z-index: 100;
    display: grid;
    place-items: center;
    width: 33px;
    height: 24px;
    top: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
}
@media screen and (max-width: 950px) {
  .c-btn-menu {
    top: 32.5px;
  }
}
@media screen and (max-width: 499px) {
  .c-btn-menu {
    top: 27.5px;
    right: 14px;
  }
}
.c-btn-menu__line {
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
}
.c-btn-menu__line::before, .c-btn-menu__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 4px;
  background-color: inherit;
}
.c-btn-menu__line::before {
  top: -8px;
}
.c-btn-menu__line::after {
  bottom: -8px;
}
.c-btn-menu.is-active .c-btn-menu__line {
  background-color: transparent !important;
}
.c-btn-menu.is-active .c-btn-menu__line::before, .c-btn-menu.is-active .c-btn-menu__line::after {
  top: 0;
  background-color: #004190;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-btn-menu.is-active .c-btn-menu__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btn-menu.is-active .c-btn-menu__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-kv {
  height: 450px;
  background-image: url(../img/top.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-kv__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-kv__title-wrapper {
  color: #fff;
}
.p-kv__title {
  font-size: 24px;
  margin-bottom: 60px;
  position: relative;
}
.p-kv__title::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -29px;
}
.p-kv__name {
  font-size: 13px;
}

.p-office {
  padding-top: 56px;
}
.p-office__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .p-office__inner {
    display: block;
  }
}
.p-office__title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 407px;
  background-image: url(../img/img_office_04.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  left: -78px;
  top: -21px;
}
@media screen and (max-width: 760px) {
  .p-office__text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
.p-office__text-box {
  line-height: 1.7;
}
.p-office__text-box + .p-office__text-box {
  margin-top: 23px;
}
@media screen and (max-width: 760px) {
  .p-office__text-box + .p-office__text-box {
    margin-top: 0;
  }
}
@media screen and (max-width: 760px) {
  .p-office__text-box {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1279px) {
  .p-office__text-area {
    margin-left: 40px;
  }
}
.p-office__img-area {
  position: absolute;
  z-index: -1;
  right: -160px;
  width: 1050px;
}
@media screen and (max-width: 1650px) {
  .p-office__img-area {
    width: calc(1050px + -0.7297297297 * (1650px - 100vw));
  }
}
@media screen and (max-width: 1279px) {
  .p-office__img-area {
    width: calc(1000px + -0.7421875 * (1280px - 100vw));
  }
}
@media screen and (max-width: 760px) {
  .p-office__img-area {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}

.p-business {
  padding-top: 78px;
}
.p-business__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
@media screen and (max-width: 1650px) {
  .p-business__inner {
    -webkit-column-gap: calc(100px + -0.1081081081 * (1650px - 100vw));
       -moz-column-gap: calc(100px + -0.1081081081 * (1650px - 100vw));
            column-gap: calc(100px + -0.1081081081 * (1650px - 100vw));
  }
}
@media screen and (max-width: 999px) {
  .p-business__inner {
    display: block;
  }
}
.p-business__img-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 450px;
}
@media screen and (max-width: 1650px) {
  .p-business__img-area {
    width: calc(450px + -0.1351351351 * (1650px - 100vw));
  }
}
@media screen and (max-width: 999px) {
  .p-business__img-area {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 100%;
    max-width: 500px;
  }
}
.p-business__img-wrapper--01 {
  margin-bottom: 16px;
}
.p-business__img--01 {
  width: 594px;
}
.p-business__img--02 {
  width: 308px;
}
.p-business__img--03 {
  width: 334px;
}
.p-business__img-wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
@media screen and (max-width: 1279px) {
  .p-business__text-area {
    margin-right: 70px;
  }
}
.p-business__title {
  margin-top: 72px;
  position: relative;
}
.p-business__title::before {
  position: absolute;
  content: "";
  width: 82px;
  height: 531px;
  background-image: url(../img/img_business_04.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  right: -94px;
  top: -94px;
}
.p-business__desc {
  line-height: 2.2;
}
.p-business__content {
  margin-top: 40px;
}
.p-business__content-title {
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  color: #004190;
  margin-bottom: 8px;
}

.p-company {
  padding-top: 166px;
}
.p-company__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
@media screen and (max-width: 1650px) {
  .p-company__inner {
    -webkit-column-gap: calc(100px + -0.1081081081 * (1650px - 100vw));
       -moz-column-gap: calc(100px + -0.1081081081 * (1650px - 100vw));
            column-gap: calc(100px + -0.1081081081 * (1650px - 100vw));
  }
}
@media screen and (max-width: 999px) {
  .p-company__inner {
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .p-company__text-area {
    margin-left: 40px;
  }
}
.p-company__title {
  margin-top: 27px;
}
.p-company__title::before {
  position: absolute;
  content: "";
  width: 86px;
  height: 556px;
  background-image: url(../img/img_company_04.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  left: -63px;
  top: -81px;
}
.p-company__img-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 450px;
}
@media screen and (max-width: 1650px) {
  .p-company__img-area {
    width: calc(450px + -0.1351351351 * (1650px - 100vw));
  }
}
@media screen and (max-width: 999px) {
  .p-company__img-area {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 100%;
    max-width: 500px;
  }
}
.p-company__img-wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.p-company__img-wrapper--01 {
  margin-bottom: 15px;
  text-align: right;
}
.p-company__img--02 {
  width: 350px;
}
.p-company__img--03 {
  width: 308px;
}
.p-company__desc {
  line-height: 2.2;
}
.p-company__content {
  margin-top: 70px;
}
.p-company__content-title {
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  color: #004190;
  margin-bottom: 8px;
}
.p-company__table {
  font-size: 13px;
}
.p-company__table-header {
  width: 124px;
  border: 1px solid #9FA0A0;
  padding: 12px 20px;
  white-space: nowrap;
}
@media screen and (max-width: 499px) {
  .p-company__table-header {
    white-space: wrap;
  }
}
.p-company__table-data {
  padding-left: 20px;
  padding-right: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #9FA0A0;
}

.p-global-nav {
  position: fixed;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #727171;
  top: 0;
  left: 25px;
  top: 25px;
}
@media screen and (max-width: 1279px) {
  .p-global-nav {
    display: none;
  }
}
.p-global-nav__item {
  margin-bottom: 40px;
  position: relative;
}
.p-global-nav__item:last-child {
  margin-bottom: 0;
}
.p-global-nav__item:last-child::after {
  display: none;
}
.p-global-nav__item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  background-color: #88ABDA;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 25px;
}

.p-sp-menu {
  display: none;
}
@media screen and (max-width: 1279px) {
  .p-sp-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    visibility: hidden;
    width: 200px;
    height: 100%;
    -webkit-transition: visibility 0.3s, opacity 0.3s ease;
    transition: visibility 0.3s, opacity 0.3s ease;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  .p-sp-menu.is-show {
    visibility: visible;
    opacity: 1;
  }
}
.p-sp-menu__inner {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 60px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-sp-menu__list {
  text-transform: uppercase;
}
.p-sp-menu__item {
  line-height: 1;
  margin-bottom: 47px;
  font-size: 12px;
  position: relative;
}
.p-sp-menu__item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background-color: #9D9D9E;
  top: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-sp-menu__item:last-child {
  margin-bottom: 0;
}
.p-sp-menu__item:last-child::after {
  display: none;
}

.p-privacy {
  margin-top: 56px;
}
.p-privacy__list {
  margin-top: 40px;
}
.p-privacy__item + .p-privacy__item {
  margin-top: 30px;
}

.u-pc-only {
  display: block;
}
@media screen and (max-width: 760px) {
  .u-pc-only {
    display: none;
  }
}

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

.u-red {
  color: #D71718;
}/*# sourceMappingURL=style.css.map */