@charset "UTF-8";

/* ==============================================================================

  "ZAISAN" Message PC Style

============================================================================== */
section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: calc(36 / 16);
  letter-spacing: .05em;
}

/*
  Page Header
============================================================================== */
.page-header {
  position: relative;
  width: 100%;
  height: 500px;
  background: url(../../common/images/zaisan_common_img.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: grid;
  place-content: center;
}
.page-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--black-rgb), .7);
}
.page-header h2 {
  position: relative;
  z-index: 1;
  font-family: 'Antro Vectra', sans-serif;
  font-size: calc(60 / 1920 * 100vw);
  font-weight: 700;
  letter-spacing: .1em;
  display: block;
  color: var(--l-gray2);
  transform: scaleX(1.4);
  transform-origin: 50% 50%;
  white-space: nowrap;
}
.page-header h3 {
  position: relative;
  z-index: 1;
  font-family: "Nobel Extra Light", sans-serif;
  font-size: calc(24 / 1920 * 100vw);
  font-weight: 400;
  letter-spacing: .1em;
  color: var(--white);
  text-align: center;
  margin: 15px 0 0;
}

/*
  Section01
============================================================================== */
.sec01 { padding: 160px 0 125px; }
.sec01 > figure {
  position: absolute;
  top: -20px;
  right: -35px;
  width: calc(677 / 1920 * 100vw);
}
.sec01 > figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sec01 .inner { padding: 0 100px; }
.sec01 h4 {
  font-family: "Tsukuhou Mincho", serif;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 400;
  letter-spacing: .075em;
  line-height: calc(60 / 30);
}
.sec01 p {
  padding: 0 370px 0 0;
  margin: 60px 0 0;
}

@media screen and (max-width:1200px) {
  .sec01 .inner { padding: 0; }
}

/*
  Section02
============================================================================== */
.sec02 {
  display: grid;
  padding: 0 0 120px;
}
.sec02 > figure {
  width: calc(800 / 1920 * 100%);
  grid-area: 1 / 1;
}
.sec02 > figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sec02 > div {
  position: relative;
  z-index: 1;
  width: calc(1120 / 1920 * 100%);
  padding: 0;
  margin: 0 0 0 calc((800 + 75) / 1920 * 100%);
  padding: 0 calc( (100% - 1000px) / 2 ) 0 0;
  grid-area: 1 / 1;
}

@media screen and (max-width:1200px) {
  .sec02 > div {
    margin: 0 0 0 calc(800 / 1920 * 100%);
    padding: 0 5% 0 calc(75 / 1920 * 100%);
  }
}

/*
  Section03
============================================================================== */
.sec03 {
  display: grid;
  padding: 0 0 200px;
}
.sec03 > figure {
  width: calc(800 / 1920 * 100%);
  grid-area: 1 / 1;
  margin: 0 0 0 calc( 1120 / 1920 * 100% );
}
.sec03 > figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sec03 > div {
  position: relative;
  z-index: 1;
  width: calc(1120 / 1920 * 100%);
  grid-area: 1 / 1;
  padding: 0 75px 0 calc( (100% - 1000px) / 2 );
}
.sec03 h4 {
  font-family: "Tsukuhou Mincho", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: .075em;
  margin: 60px 0 0;
}

@media screen and (max-width:1200px) {
  .sec03 > div { padding: 0 calc(75 / 1920 * 100%) 0 5%; }
}

/*
  Section04
============================================================================== */
.sec04 { padding: 0 0 200px; }
.sec04 h4 {
  position: relative;
  z-index: 1;
  font-family: 'Antro Vectra', sans-serif;
  font-size: calc(54 / 1920 * 100vw);
  font-weight: 700;
  letter-spacing: .1em;
  display: block;
  color: var(--l-gray2);
  transform: scaleX(1.4);
  transform-origin: 0 50%;
  white-space: nowrap;
  margin: 0 0 -40px;
}
.profile {
  width: calc(100% - 200px);
  padding: 75px;
  background-color: #f9f9f9;
  margin: auto;
}
.profile dl dt {
  font-family: "Tsukuhou Mincho", serif;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 400;
  letter-spacing: .1em;
}
.profile dl dd p:last-of-type {
  display: flex;
  align-items: center;
  line-height: 1.0;
}
.profile dl dd p:last-of-type i {
  width: 18px;
  height: 8px;
  display: inline-block;
  margin: 0 10px -2.5px 15px;
}
.profile dl dd p:last-of-type i img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.profile dl dd p:last-of-type a {
  position: relative;
  color: var(--black);
  display: inline-block;
  padding: 0 0 0 30px;
  margin: 0 0 0 15px;
}
.profile dl dd p:last-of-type a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-25%);
  width: 17px;
  height: 8px;
  display: inline-block;
  background: url(../../common/images/icon_link.svg) no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width:1200px) {
  .sec04 h4 { margin: 0 0 -25px; }
  .profile { width: calc(100% - 10%); }
}

/*
  Section05
============================================================================== */
.sec05 {
  padding: 0 0 200px;
  background-color: var(--m-gray2);
}
.sec05 > figure {
  position: relative;
  width: 100%;
}
.sec05 > figure img {
  height: 500px;
  object-fit: cover;
}
.sec05 h2 {
  position: relative;
  top: calc(70 / 1920 * 100vw * -1);
  font-family: 'Antro Vectra', sans-serif;
  font-size: calc(90 / 1920 * 100vw);
  font-weight: 700;
  letter-spacing: .1em;
  display: block;
  color: var(--l-gray2);
  transform: scaleX(1.4);
  transform-origin: 0 50%;
  white-space: nowrap;
}
.publish-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 115px 0;
  padding: 0 100px;
}
.publish-item {
  color: var(--white);
  text-align: center;
}
.publish-item figure {
  width: 143px;
  height: auto;
  margin: 0 auto 15px;
}
.publish-item figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.publish-item p { line-height: calc(30 / 16); }
.publish-item p small {
  font-size: calc(15 / 16 * 1em);
  display: block;
}
.publish-list + button {
  width: 500px;
  padding: 0;
  margin: 200px auto 0;
  display: block;
}
.publish-list + button a {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .1em;
  color: #f9f9f9;
  text-decoration: none;
  line-height: 80px;
  background-color: var(--d-gray1);
  border: solid 1px var(--m-gray1);
  text-align: center;
  width: 100%;
  display: block;
  transition: all .3s;
}
.publish-list + button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../../common/images/icon_link.png) no-repeat 50% 50%;
  background-size: 100%;
}
.publish-list + button a:hover { background-color: var(--m-gray1); }