@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  scroll-behavior: smooth; }

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300; }

sup {
  font-size: .8em;
  vertical-align: super;
  line-height: 0 !important;
  display: inline-block; }

.p-btnBoxHoverAnime::before, .p-btnBoxHoverAnime::after, .p-btnBoxHoverAnime > div::before, .p-btnBoxHoverAnime > div::after {
  content: '';
  position: absolute;
  transition: all 0.2s;
  background-color: #555; }

.p-btnBoxHoverAnime:hover::before, .p-btnBoxHoverAnime:hover > div::before {
  width: 100%;
  transition: all 0.2s; }

.p-btnBoxHoverAnime:hover::after, .p-btnBoxHoverAnime:hover > div::after {
  height: 100%;
  transition: all 0.2s; }

/*---------------------------------------------------------

ページCSS（調整用）

---------------------------------------------------------*/
.siteContents {
  min-width: 1140px; }
  .siteContents * {
    box-sizing: border-box;
    font-weight: 500;
    line-height: 2.5; }
  .siteContents .m-search__c,
  .siteContents .m-search__c * {
    line-height: 1.4 !important; }
  .siteContents img {
    width: 100%;
    height: auto;
    vertical-align: middle; }
  .siteContents button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none; }
  .siteContents a {
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .siteContents {
      min-width: 100%; } }

.l-globalCta,
.l-backToTop {
  z-index: 9999; }

.vjs-icon-placeholder {
  line-height: 2em !important; }

.vjs-dock-text {
  display: none; }

/*---------------------------------------------------------

ページCSS（コンテンツ用）

---------------------------------------------------------*/
.l-lpContainer {
  opacity: 0; }
  .l-lpContainer.is-active {
    opacity: 1;
    transition: all 1s; }

.c-wrap {
  width: 1100px;
  margin: auto; }
  .c-wrap--sizeS {
    width: 960px; }
  .c-wrap--full {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .c-wrap {
      width: 100%;
      padding: 0 20px; } }
.c-imgSizeDefault {
  width: initial !important;
  height: initial !important; }
.c-secTitle {
  color: #555;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 1.75;
  letter-spacing: .15em;
  margin-bottom: 60px; }
  .c-secTitle--sizeDown {
    font-size: 18px; }
  @media screen and (max-width: 767px) {
    .c-secTitle {
      font-size: 20px;
      margin-bottom: 30px; } }
.c-btn {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
  padding: 5px;
  border-bottom: solid 1px #222;
  position: relative; }
  .c-btn:visit, .c-btn:active {
    color: #555; }
  .c-btn--iconArrow::after {
    content: "";
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0; }
  .c-btn--iconMore::before, .c-btn--iconMore::after {
    content: "";
    width: 10px;
    height: 2px;
    margin: auto;
    background: #222;
    position: absolute; }
  .c-btn--iconMore::before {
    transform: rotate(0);
    top: 0;
    bottom: 0;
    right: 10px; }
  .c-btn--iconMore::after {
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
    right: 10px; }
  .c-btn--sizeM {
    width: 300px; }
  .c-btn--sizeS {
    font-size: 12px;
    width: 130px; }
  .c-btn--colorWhite {
    color: #fff;
    border-color: #fff; }
    .c-btn--colorWhite::before, .c-btn--colorWhite::after {
      background: #fff; }
  @media screen and (max-width: 767px) {
    .c-btn--sizeM {
      width: 100%; }
    .c-btn--sizeS {
      width: 110px; } }
.c-btnCV {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  width: 400px;
  padding: 15px;
  background: #156082;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: background-color 350ms cubic-bezier(0.215, 0.61, 0.355, 1), color 350ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-btnCV__text {
    line-height: 1.5; }
  .c-btnCV__arrow {
    display: block;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    background: #fff;
    -webkit-mask: url(/common/images/icon_arrow01.svg) 0% 0%/contain no-repeat;
    mask: url(/common/images/icon_arrow01.svg) 0% 0%/contain no-repeat;
    transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 30ms, background-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 30ms; }
    .c-btnCV__arrow:nth-child(1) {
      transform: translate(0, -50%);
      right: 19px; }
    .c-btnCV__arrow:nth-child(2) {
      transform: translate(-40px, -50%);
      left: 19px; }
  .c-btnCV:hover {
    color: #156082;
    background: #fff; }
    .c-btnCV:hover .c-btnCV__arrow {
      background: #156082; }
      .c-btnCV:hover .c-btnCV__arrow:nth-child(1) {
        transform: translate(40px, -50%); }
      .c-btnCV:hover .c-btnCV__arrow:nth-child(2) {
        transform: translate(0, -50%); }
  @media screen and (max-width: 767px) {
    .c-btnCV {
      width: 100%;
      padding: 10px; } }

.p-stContainer {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
  /*
  &--fullHeight {
    height: 100vh;
    margin-bottom: 100vh;
    display: flex;
    flex-flow: column;
  }
  */ }
  .p-stContainer--posRight {
    width: calc(50% + 320px);
    margin-left: auto; }
  .p-stContainer--backMost {
    z-index: -1; }
  @media screen and (max-width: 767px) {
    .p-stContainer--posRight {
      width: 100%;
      transform: translateY(135px); } }
.p-secContainer {
  position: relative;
  z-index: 1000;
  background: #fff; }
  .p-secContainer--fullHeight {
    height: 100vh; }
  .p-secContainer--bgWhite {
    background: #fff; }
  .p-secContainer--bgBlack {
    background: linear-gradient(0deg, #222222 0%, #333333 100%); }
.p-fv {
  width: 100%;
  height: calc(100vh - 205px);
  background: image-set(url("/brand/images/keyVisual01_01.webp") 1x, url("/brand/images/keyVisual01_01@2x.webp") 2x) top 25% center/cover no-repeat;
  position: relative; }
  .p-fv__catch {
    width: 700px;
    margin: auto;
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0; }
  @media screen and (max-width: 767px) {
    .p-fv {
      height: calc(100vh - 170px);
      background: url("/brand/images/keyVisual01_01@sp.webp") no-repeat center/cover; }
      .p-fv__catch {
        width: 300px;
        bottom: 27.5%; } }
.p-anchorNav {
  background: #222; }
  .p-anchorNavList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .p-anchorNavList__item {
      width: 270px;
      height: 55px;
      position: relative; }
      .p-anchorNavList__item:not(:last-child):after {
        content: "";
        width: 1px;
        height: 35px;
        margin: auto;
        background: #555;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0; }
    .p-anchorNavList__link {
      color: #fff;
      font-size: 16px;
      text-align: center;
      line-height: 1;
      width: 100%;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      transition: background-color .3s; }
      .p-anchorNavList__link:hover {
        background: rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 767px) {
    .p-anchorNavList__item {
      width: 25%;
      height: 74px; }
      .p-anchorNavList__item:not(:last-child):after {
        height: 50px; }
    .p-anchorNavList__link {
      font-size: 12px;
      line-height: 1.5; } }
.p-lead {
  background: #fff; }
  .p-lead__inner {
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .p-lead__description {
    font-size: 20px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    letter-spacing: .1em; }
  @media screen and (max-width: 767px) {
    .p-lead__inner {
      height: initial;
      padding: 60px 0; }
    .p-lead__description {
      font-size: 15px; } }
.p-keyImage01 {
  padding: 40px 0;
  background: #fff;
  display: flex;
  justify-content: center; }
.p-cm {
  padding: 120px 0;
  background: #fff; }
  .p-cm__headTitleMain {
    font-size: 20px;
    border-bottom: solid 1px #555;
    display: inline-block; }
  .p-cm__headTitleCatch {
    font-size: 24px; }
  @media screen and (max-width: 767px) {
    .p-cm {
      padding: 80px 0; }
      .p-cm__head {
        line-height: 1; }
        .p-cm__headTitleMain {
          font-size: 15px;
          margin-bottom: 10px;
          padding: 5px; }
        .p-cm__headTitleCatch {
          font-size: 20px;
          line-height: 1.75; } }
.p-video .video-js {
  padding-top: 56.25%;
  width: 100%;
  position: relative; }
  .p-video .video-js .vjs-tech {
    width: 100%;
    height: 100%; }
.p-poster__pic {
  width: 434px;
  margin: auto;
  border: solid 1px #ccc;
  position: relative;
  overflow: hidden; }
  .p-poster__pic::after {
    content: "";
    width: 50px;
    height: 24px;
    background: url("../images/icon_sizeup.svg") no-repeat center/cover;
    position: absolute;
    bottom: 0;
    right: 0; }
  .p-poster__pic img {
    transform: scale(1);
    transition: transform .5s linear, filter .5s linear; }
  .p-poster__pic:hover {
    cursor: pointer; }
    .p-poster__pic:hover img {
      transform: scale(1.1);
      filter: brightness(1.15); }
@media screen and (max-width: 767px) {
  .p-poster__pic {
    width: 55%; } }
.p-material {
  height: 100vh;
  margin-bottom: 75vh;
  background: linear-gradient(0deg, #222222 0%, #333333 100%);
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .p-material .c-wrap {
    height: calc(100% - 80px);
    display: flex;
    flex-flow: column wrap;
    justify-content: center; }
  .p-material__inner {
    padding: 20px 40px; }
  .p-materialHead {
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    padding: 80px 0;
    position: relative; }
    .p-materialHead__catch {
      font-size: 40px;
      line-height: 2;
      letter-spacing: .1em;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .p-materialHead__description {
      font-size: 18px;
      line-height: 2.75;
      position: absolute;
      top: 50%;
      right: 50px;
      transform: translateY(-50%); }
    .p-materialHead__pic {
      width: 560px;
      margin: 0 auto; }
  .p-materialBody {
    color: #fff;
    position: relative; }
    .p-materialBody__text {
      min-width: 830px;
      padding-bottom: 40px; }
      .p-materialBody__text p {
        width: 470px;
        overflow: hidden; }
    .p-materialBody__title {
      font-family: "Shippori Mincho", serif;
      font-weight: 500;
      font-style: normal;
      width: 300px;
      float: left;
      margin-left: 60px; }
      .p-materialBody__titleSmall {
        font-size: 35px;
        line-height: 1.25;
        display: block; }
      .p-materialBody__titleLarge {
        font-size: 100px;
        line-height: 1.25;
        display: block; }
    .p-materialBody__stitle {
      font-size: 20px;
      font-family: "Shippori Mincho", serif;
      font-weight: 500;
      font-style: normal; }
      .p-materialBody__stitle--clearance50 {
        padding-top: 50px; }
    .p-materialBody__description {
      font-size: 14px;
      line-height: 2;
      margin-top: 5px; }
    .p-materialBody__comment {
      font-size: 11px;
      margin-top: 10px;
      display: inline-block; }
  @media screen and (max-width: 767px) {
    .p-material {
      margin-bottom: 50vh;
      padding: 0 40px 40px;
      background: #333;
      justify-content: flex-start; }
      .p-material .c-wrap {
        height: calc(100% - 70px);
        padding: 0;
        justify-content: flex-start; }
      .p-material__inner {
        padding: 0; }
      .p-materialHead {
        padding: 25px 0; }
        .p-materialHead__catch {
          font-size: 22px;
          line-height: 1.4;
          position: static;
          transform: translateY(0); }
        .p-materialHead__description {
          font-size: 14px;
          line-height: 2;
          position: static;
          transform: translateY(0);
          display: flex;
          flex-direction: row-reverse; }
        .p-materialHead__pic {
          width: 100%;
          margin: 20px 0; }
      .p-materialBody__text {
        min-width: initial;
        height: initial;
        padding: 10px 0 20px;
        overflow: hidden; }
        .p-materialBody__text p {
          width: calc(100% - 85px);
          float: left;
          overflow: visible; }
      .p-materialBody__title {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        letter-spacing: .3em;
        width: initial;
        float: right;
        margin-top: 5px;
        margin-left: 20px; }
        .p-materialBody__titleSmall {
          font-size: 20px;
          margin-bottom: 5px;
          display: inline-block; }
        .p-materialBody__titleLarge {
          font-size: 50px;
          line-height: 1.25;
          display: inline-block; }
      .p-materialBody__stitle {
        font-size: 18px;
        line-height: 1.4; }
        .p-materialBody__stitle--clearance50 {
          padding-top: 0; }
      .p-materialBody__description {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 15px; }
      .p-materialBody__pic {
        margin: 0 -40px; }
      .p-materialBody__comment {
        line-height: 1.6; } }
.p-achievements {
  padding: 120px 0 70px;
  background: linear-gradient(0deg, #f0f0f0 40%, white 40%); }
  .p-achievements__comment {
    color: #555;
    font-size: 11px;
    text-align: center;
    margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .p-achievements {
      padding: 80px 0 40px;
      background: linear-gradient(0deg, #f0f0f0 60%, white 60%); }
      .p-achievements__pic {
        margin: 0 -20px; }
      .p-achievements__comment {
        line-height: 2;
        text-align: left;
        margin-top: 10px; } }
.p-archive {
  height: 100vh;
  margin-bottom: 75vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .p-archive .c-wrap {
    height: calc(100% - 80px);
    display: flex;
    flex-flow: column wrap;
    justify-content: center; }
  .p-archive__inner {
    padding: 20px 40px; }
  .p-archiveHead {
    color: #555;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    padding: 80px 0;
    position: relative; }
    .p-archiveHead__catch {
      font-size: 40px;
      line-height: 2;
      letter-spacing: .1em;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-60%); }
    .p-archiveHead__description {
      font-size: 18px;
      line-height: 2.75;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-60%); }
    .p-archiveHead__pic {
      width: 560px;
      margin: 0 auto; }
  .p-archiveBody__text {
    color: #555;
    min-width: 810px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 0; }
  .p-archiveBody__title {
    font-size: 18px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 2;
    width: 320px; }
  .p-archiveBody__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    width: calc(100% - 390px);
    padding-left: 40px;
    border-left: solid 1px #555; }
  .p-archiveBody__note {
    font-size: 11px;
    font-weight: 300;
    line-height: 2;
    margin-top: 5px;
    display: inline-block; }
  @media screen and (max-width: 767px) {
    .p-archive {
      margin-bottom: 50vh;
      padding: 0 40px 40px;
      justify-content: flex-start; }
      .p-archive .c-wrap {
        height: calc(100% - 70px);
        padding: 0;
        justify-content: flex-start; }
      .p-archive__inner {
        padding: 0; }
      .p-archiveHead {
        padding: 25px 0; }
        .p-archiveHead__catch {
          font-size: 22px;
          line-height: 1.4;
          position: static;
          transform: translateY(0); }
        .p-archiveHead__description {
          font-size: 14px;
          line-height: 2;
          position: static;
          transform: translateY(0);
          display: flex;
          flex-direction: row-reverse; }
        .p-archiveHead__pic {
          width: 100%;
          margin: 20px 0; }
          .p-archiveHead__pic .swiper-slide {
            width: 100% !important; }
      .p-archiveBody__text {
        min-width: initial;
        margin-top: 20px; }
      .p-archiveBody__title {
        font-size: 18px;
        line-height: 1.4;
        width: 100%; }
      .p-archiveBody__description {
        font-size: 14px;
        line-height: 1.6;
        width: 100%;
        padding-left: 0;
        border-left: none; }
      .p-archiveBody__pic {
        margin: 0 -40px; }
      .p-archiveBody__note {
        line-height: 1.6; } }
.p-exhibitionInfo {
  padding: 60px 0;
  background: #fff; }
  .p-exhibitionInfo__title {
    margin-bottom: -40px; }
  .p-exhibitionInfo__serchTitle {
    color: #555;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.75;
    margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .p-exhibitionInfo__title {
      margin-bottom: 0px; } }
.p-experience {
  padding: 60px 0;
  background: #fff; }
  .p-experience__wrap {
    position: relative; }
  .p-experience__slide {
    display: flex;
    justify-content: center; }
  .p-experience__pic {
    width: 550px; }
  .p-experience__text {
    color: #fff;
    width: 550px;
    height: auto;
    background: #000;
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    gap: 20px; }
    .p-experience__text--01 {
      background: url("/brand/images/experienceSlideBg01_01.webp") no-repeat right bottom/310px auto;
      background-color: #DBC4A2; }
    .p-experience__text--02 {
      background: url("/brand/images/experienceSlideBg01_02.webp") no-repeat right -60px bottom 0/246px auto;
      background-color: #A8C5DB;
      background-blend-mode: screen; }
    .p-experience__text--03 {
      background: url("/brand/images/experienceSlideBg01_03.webp") no-repeat right bottom/260px auto;
      background-color: #E7CDB6;
      background-blend-mode: darken; }
    .p-experience__text--04 {
      background: url("/brand/images/experienceSlideBg01_04.webp") no-repeat right -270px bottom -50px/580px auto;
      background-color: #B5D1CC;
      background-blend-mode: multiply; }
  .p-experience__slideTitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    width: 300px;
    margin-top: 125px; }
  .p-experience__slideDescription {
    width: 300px;
    font-size: 16px;
    font-weight: 300;
    line-height: 2; }
.p-case {
  padding: 200px 40px 40px;
  background: linear-gradient(0deg, #f0f0f0 30%, #fff 30%); }
  .p-caseList {
    display: flex;
    justify-content: space-between; }
    .p-caseList__item {
      width: calc(100% / 3 - 2px);
      opacity: 0; }
    .p-caseList__thumb {
      width: 100%; }
      .p-caseList__thumb img {
        transform: scale(1);
        transition: transform .5s linear, filter .5s linear; }
    .p-caseList__btn {
      text-align: left;
      width: 100%;
      padding: 0;
      position: relative;
      overflow: hidden;
      display: block; }
      .p-caseList__btn:hover > div img {
        transform: scale(1.1);
        filter: brightness(1.15); }
    .p-caseList__text {
      color: #fff;
      position: absolute;
      bottom: 10%;
      right: 6.5%;
      height: 160px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .p-caseList__catch {
      font-size: 18px;
      line-height: 2;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 767px) {
    .p-case {
      padding: 100px 0 0;
      background: linear-gradient(0deg, #f0f0f0 30%, #fff 30%); }
      .p-caseList {
        flex-flow: column wrap;
        justify-content: flex-start;
        gap: 2px; }
        .p-caseList__item {
          width: 100%; }
        .p-caseList__text {
          bottom: 15%; } }
.p-sustainable {
  padding: 40px;
  background: #f0f0f0; }
  .p-sustainable__inner {
    padding: 40px 40px 120px;
    background: linear-gradient(0deg, white 0%, white 70%, rgba(255, 255, 255, 0) 100%); }
  .p-sustainable__title {
    color: #555;
    font-size: 20px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    letter-spacing: .2em;
    margin-bottom: 100px; }
  .p-sustainable__btn {
    position: absolute; }
    .p-sustainable__btn--01 {
      top: 70px;
      left: 235px; }
    .p-sustainable__btn--02 {
      bottom: 100px;
      left: -165px; }
    .p-sustainable__btn--03 {
      bottom: 100px;
      right: -165px; }
    .p-sustainable__btn:hover + * {
      cursor: pointer;
      transform: scale(1.1); }
  .p-sustainableValue {
    width: 400px;
    height: 400px;
    margin: auto;
    background: url("/brand/images/sustainableBg01.webp") no-repeat center/cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .p-sustainableValue__logo {
      width: 310px;
      padding-top: 10px; }
    .p-sustainableValueList {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0; }
      .p-sustainableValueList__item {
        width: 200px;
        position: absolute; }
        .p-sustainableValueList__item--01 {
          top: -60px;
          left: 0;
          right: 0;
          margin: auto; }
        .p-sustainableValueList__item--02 {
          bottom: -40px;
          left: -60px;
          margin: auto; }
        .p-sustainableValueList__item--03 {
          bottom: -40px;
          right: -60px;
          margin: auto; }
      .p-sustainableValueList__image {
        position: relative;
        transform: scale(1);
        transition: transform .3s; }
        .p-sustainableValueList__image img {
          position: relative;
          z-index: 2; }
        .p-sustainableValueList__image::after {
          content: "";
          width: 100%;
          height: 100%;
          margin: auto;
          background: #fff;
          border-radius: 10em;
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
          display: block;
          position: absolute;
          inset: 0;
          z-index: 1; }
        .p-sustainableValueList__image:hover {
          cursor: pointer;
          transform: scale(1.1); }
  @media screen and (max-width: 767px) {
    .p-sustainable {
      padding: 40px 20px; }
      .p-sustainable__inner {
        padding: 40px 20px 80px; }
      .p-sustainable__title {
        font-size: 16px;
        margin-bottom: 80px; }
      .p-sustainable__btn {
        width: max-content;
        margin: auto; }
        .p-sustainable__btn--01 {
          top: -50px;
          left: 0;
          right: 0; }
        .p-sustainable__btn--02 {
          bottom: -40px;
          left: 0;
          right: 0; }
        .p-sustainable__btn--03 {
          bottom: -40px;
          left: 0;
          right: 0; }
      .p-sustainableValue {
        width: initial;
        height: initial;
        margin: auto;
        padding-top: 100%;
        background: url("/brand/images/sustainableBg01.webp") no-repeat center/85%;
        display: block; }
        .p-sustainableValue__logo {
          width: 60%;
          max-width: 470px;
          margin: auto;
          padding: 0;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          transform: translateY(-50%); }
        .p-sustainableValueList {
          position: absolute;
          top: 0; }
          .p-sustainableValueList__item {
            width: 32.5vw;
            max-width: 240px; }
            .p-sustainableValueList__item--01 {
              top: -2vw; }
            .p-sustainableValueList__item--02 {
              bottom: 2vw;
              left: 2vw; }
            .p-sustainableValueList__item--03 {
              bottom: 2vw;
              right: 2vw; } }
.p-contentsCV {
  margin-bottom: -100px;
  padding: 118px 0 117px;
  background: url("/brand/images/bg_contentsCV.webp") no-repeat center center/cover;
  background-color: #fff; }
  .p-contentsCV__btnBox {
    width: 530px;
    padding: 50px 80px;
    background: #156082;
    display: flex;
    flex-flow: wrap column;
    justify-content: space-between;
    align-items: center;
    gap: 20px; }
  .p-contentsCV__title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1.75; }
  @media screen and (max-width: 767px) {
    .p-contentsCV {
      height: 595px;
      margin-bottom: -70px;
      padding: 0;
      background: url("/brand/images/bg_contentsCV@2x.webp") no-repeat center center/cover; }
      .p-contentsCV__btnBox {
        width: auto;
        margin: 0 -20px;
        padding: 40px 20px; } }
.p-btnBox {
  width: 600px;
  margin: 60px auto 0;
  padding: 30px;
  background: #fff !important;
  border: solid 1px #DDD !important;
  position: relative;
  display: block; }
  .p-btnBox__inner {
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    gap: 15px; }
  .p-btnBox__title {
    color: #555;
    font-size: 18px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    line-height: 1; }
  .p-btnBoxHoverAnime {
    transition: all 0.3s;
    cursor: pointer;
    user-select: none; }
    .p-btnBoxHoverAnime::before {
      height: 1px;
      width: 0;
      top: 0;
      left: 0;
      transition-delay: 0.4s; }
    .p-btnBoxHoverAnime::after {
      width: 1px;
      height: 0;
      top: 0;
      right: 0;
      transition-delay: 0.2s; }
    .p-btnBoxHoverAnime > div::before {
      height: 1px;
      width: 0;
      bottom: 0;
      right: 0;
      transition-delay: 0.4s; }
    .p-btnBoxHoverAnime > div::after {
      width: 1px;
      height: 0;
      bottom: 0;
      left: 0;
      transition-delay: 0.2s; }
    .p-btnBoxHoverAnime:hover::after {
      transition-delay: 0.2s; }
    .p-btnBoxHoverAnime:hover > div::after {
      transition-delay: 0.2s; }
  @media screen and (max-width: 767px) {
    .p-btnBox {
      width: 100%;
      margin: 40px 5px 0;
      padding: 30px 50px; }
      .p-btnBox__title {
        font-size: 14px; } }
.p-modal {
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  inset: 0;
  opacity: 0;
  z-index: -1; }
  .p-modal__cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0; }
  .p-modal__inner {
    height: 100%;
    margin: auto;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
  .p-modal__close {
    color: #fff;
    font-size: 48px;
    font-weight: 100;
    line-height: 1;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -50px;
    right: 0;
    display: block; }
    .p-modal__close::before {
      content: "";
      width: 35px;
      height: 2px;
      margin: auto;
      background: #fff;
      position: absolute;
      inset: 0;
      transform: rotate(45deg); }
    .p-modal__close::after {
      content: "";
      width: 35px;
      height: 2px;
      margin: auto;
      background: #fff;
      position: absolute;
      inset: 0;
      transform: rotate(-45deg); }
  .p-modal.is-open {
    animation: modal_open .5s ease forwards;
    z-index: 52000 !important; }
  .p-modal.is-close {
    animation: modal_close .5s ease forwards; }
  .p-modalCase {
    width: 1100px;
    height: 80%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .p-modalCase__head {
      font-family: "Shippori Mincho", serif;
      font-weight: 500;
      font-style: normal;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      background: #F5F5F5; }
      .p-modalCase__headThumb {
        width: 550px; }
      .p-modalCase__headTitle {
        width: 550px;
        padding: 30px 35px;
        background: #fff;
        border: solid 20px #f5f5f5; }
        .p-modalCase__headTitleEn {
          font-size: 12px;
          font-weight: 500;
          display: flex;
          align-items: center;
          gap: 15px; }
          .p-modalCase__headTitleEn::before {
            content: "";
            width: 20px;
            height: 1px;
            background: #555; }
        .p-modalCase__headTitleMain {
          font-size: 24px;
          font-weight: 400;
          line-height: 1.75;
          letter-spacing: .1em;
          margin-top: 5px;
          margin-bottom: 10px;
          padding-bottom: 40px;
          border-bottom: solid 1px #555;
          display: block; }
        .p-modalCase__headTitleType {
          font-size: 16px;
          display: block; }
    .p-modalCase__body {
      color: #555;
      font-family: "Shippori Mincho", serif;
      font-weight: 500;
      font-style: normal;
      width: 100%;
      padding: 80px 100px;
      background: #fff; }
      .p-modalCase__bodyTitle {
        font-size: 20px;
        text-align: center;
        letter-spacing: .2em;
        margin-bottom: 60px;
        padding-bottom: 80px;
        background: url("/brand/images/illust_marker.svg") no-repeat center bottom; }
      .p-modalCase__bodyDescription {
        font-size: 16px;
        letter-spacing: .2em; }
      .p-modalCase__bodyClosing {
        font-size: 16px;
        letter-spacing: .2em;
        margin-top: 100px;
        display: flex;
        justify-content: center; }
      .p-modalCase__bodyFlex {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        position: relative; }
        .p-modalCase__bodyFlex--01A {
          left: -90px;
          justify-content: flex-start;
          flex-direction: row-reverse;
          gap: 100px; }
          .p-modalCase__bodyFlex--01A .p-modalCase__bodyFlexPic {
            width: 380px; }
        .p-modalCase__bodyFlex--01B {
          margin-top: 60px;
          right: 0;
          justify-content: flex-end;
          gap: 155px; }
          .p-modalCase__bodyFlex--01B .p-modalCase__bodyFlexPic {
            width: 320px; }
        .p-modalCase__bodyFlex--01C {
          margin-top: -20px;
          left: 80px;
          justify-content: flex-start; }
          .p-modalCase__bodyFlex--01C .p-modalCase__bodyFlexPic {
            width: 400px; }
        .p-modalCase__bodyFlex--02A {
          right: 0;
          justify-content: flex-end;
          gap: 100px; }
          .p-modalCase__bodyFlex--02A .p-modalCase__bodyFlexPic {
            width: 500px; }
        .p-modalCase__bodyFlex--02B {
          margin-top: 100px;
          right: -90px;
          justify-content: flex-end;
          flex-direction: row-reverse;
          gap: 80px; }
          .p-modalCase__bodyFlex--02B .p-modalCase__bodyFlexPic {
            width: 360px; }
          .p-modalCase__bodyFlex--02B .p-modalCase__bodyFlexPic--PC {
            display: block; }
          .p-modalCase__bodyFlex--02B .p-modalCase__bodyFlexPic--SP {
            display: none; }
        .p-modalCase__bodyFlex--02C {
          margin-top: 100px;
          right: 80px;
          justify-content: flex-end;
          gap: 80px; }
          .p-modalCase__bodyFlex--02C .p-modalCase__bodyFlexPic {
            width: 350px; }
        .p-modalCase__bodyFlex--03A {
          left: 0;
          justify-content: flex-end;
          flex-direction: row-reverse;
          gap: 150px; }
          .p-modalCase__bodyFlex--03A .p-modalCase__bodyFlexPic {
            width: 450px; }
        .p-modalCase__bodyFlex--03B {
          margin-top: 100px;
          left: 0;
          justify-content: flex-end;
          gap: 100px; }
          .p-modalCase__bodyFlex--03B .p-modalCase__bodyFlexPic {
            width: 400px; }
        .p-modalCase__bodyFlex--03C {
          margin-top: 100px;
          left: 60px;
          justify-content: flex-end;
          flex-direction: row-reverse;
          gap: 100px; }
          .p-modalCase__bodyFlex--03C .p-modalCase__bodyFlexPic {
            width: 420px; }
  .p-modalValue {
    width: 960px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .p-modalValue__body {
      background: #fff; }
    .p-modalValueFlex {
      width: 100%;
      display: flex;
      flex-flow: wrap; }
      .p-modalValueFlex__text {
        width: 560px;
        padding: 0 80px;
        display: flex;
        flex-flow: column wrap;
        justify-content: center; }
      .p-modalValueFlex__pic {
        width: 400px; }
      .p-modalValueFlex__title {
        margin: 0; }
        .p-modalValueFlex__titleMain {
          font-size: 32px;
          line-height: 1.5;
          display: inline-block; }
          .p-modalValueFlex__titleMain--lightBlue {
            color: #3CB4BE; }
          .p-modalValueFlex__titleMain--green {
            color: #3EB134; }
          .p-modalValueFlex__titleMain--blue {
            color: #0075C1; }
        .p-modalValueFlex__titleSub {
          font-size: 15px;
          font-family: "Shippori Mincho", serif;
          font-weight: 400;
          font-style: normal;
          display: inline-block; }
      .p-modalValueFlex__description {
        color: #555;
        font-size: 14px;
        line-height: 2;
        margin-top: 30px; }
      .p-modalValueFlex__comment {
        color: #555;
        font-size: 11px;
        line-height: 2;
        margin-top: 10px; }
  .p-modalPoster {
    width: 585px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .p-modalPoster__pic {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .p-modalCase {
      width: calc(100% - 40px); }
      .p-modalCase__headThumb {
        width: 100%; }
      .p-modalCase__headTitle {
        width: 100%;
        padding: 20px 25px;
        background: #fff;
        border: solid 15px #f5f5f5; }
        .p-modalCase__headTitleEn {
          font-size: 11px;
          gap: 15px; }
        .p-modalCase__headTitleMain {
          font-size: 16px;
          padding-bottom: 10px; }
        .p-modalCase__headTitleType {
          font-size: 14px; }
      .p-modalCase__body {
        padding: 40px 0 60px; }
        .p-modalCase__bodyTitle {
          font-size: 15px;
          letter-spacing: .1em;
          margin-bottom: 40px;
          padding-bottom: 40px; }
        .p-modalCase__bodyDescription {
          font-size: 13px;
          letter-spacing: .1em; }
        .p-modalCase__bodyClosing {
          font-size: 13px;
          letter-spacing: .1em;
          margin-top: 0; }
        .p-modalCase__bodyFlex {
          display: block; }
          .p-modalCase__bodyFlex::after {
            content: "";
            display: block;
            height: 0;
            clear: both; }
          .p-modalCase__bodyFlex--01A {
            left: 0; }
            .p-modalCase__bodyFlex--01A .p-modalCase__bodyFlexText {
              padding-left: 40px; }
            .p-modalCase__bodyFlex--01A .p-modalCase__bodyFlexPic {
              float: right;
              width: 70%;
              margin-top: 60px; }
          .p-modalCase__bodyFlex--01B {
            margin-top: 0;
            right: initial;
            left: 0; }
            .p-modalCase__bodyFlex--01B .p-modalCase__bodyFlexText {
              padding-left: 40px; }
            .p-modalCase__bodyFlex--01B .p-modalCase__bodyFlexPic {
              float: left;
              width: 52%;
              margin-top: 60px; }
          .p-modalCase__bodyFlex--01C {
            margin-top: 0;
            left: 0; }
            .p-modalCase__bodyFlex--01C .p-modalCase__bodyFlexPic {
              float: right;
              width: 72.25%;
              margin-top: 60px; }
          .p-modalCase__bodyFlex--02A {
            left: 0; }
            .p-modalCase__bodyFlex--02A .p-modalCase__bodyFlexText {
              padding-left: 40px; }
            .p-modalCase__bodyFlex--02A .p-modalCase__bodyFlexPic {
              width: 76.2%;
              margin: 60px auto 0; }
          .p-modalCase__bodyFlex--02B {
            margin-top: 40px;
            right: initial;
            left: 0;
            justify-content: flex-end;
            flex-direction: row-reverse;
            gap: 80px; }
            .p-modalCase__bodyFlex--02B .p-modalCase__bodyFlexText {
              padding-left: 40px; }
            .p-modalCase__bodyFlex--02B .p-modalCase__bodyFlexPic {
              width: 43.5%;
              margin: 60px auto 0;
              transform: translateX(-20px); }
            .p-modalCase__bodyFlex--02B .p-modalCase__bodyFlexPic--PC {
              display: none; }
            .p-modalCase__bodyFlex--02B .p-modalCase__bodyFlexPic--SP {
              display: block; }
            .p-modalCase__bodyFlex--02B .p-modalCase__bodyFlexPic + .p-modalCase__bodyDescription {
              float: right;
              transform: translateX(-20px); }
          .p-modalCase__bodyFlex--02C {
            margin-top: 40px;
            left: 0; }
            .p-modalCase__bodyFlex--02C .p-modalCase__bodyFlexText {
              padding-left: 40px; }
            .p-modalCase__bodyFlex--02C .p-modalCase__bodyFlexPic {
              float: right;
              width: 72.5%;
              margin-top: 60px; }
          .p-modalCase__bodyFlex--03A {
            left: 0; }
            .p-modalCase__bodyFlex--03A .p-modalCase__bodyFlexText {
              display: flex;
              justify-content: center; }
            .p-modalCase__bodyFlex--03A .p-modalCase__bodyFlexPic {
              float: right;
              width: 64%;
              margin-top: 60px; }
          .p-modalCase__bodyFlex--03B {
            margin-top: 20px;
            left: 0; }
            .p-modalCase__bodyFlex--03B .p-modalCase__bodyFlexText {
              padding-left: 40px; }
            .p-modalCase__bodyFlex--03B .p-modalCase__bodyFlexPic {
              float: right;
              width: 54.5%;
              margin-top: 60px; }
          .p-modalCase__bodyFlex--03C {
            margin-top: 20px;
            left: 0; }
            .p-modalCase__bodyFlex--03C .p-modalCase__bodyFlexText {
              display: flex;
              justify-content: center; }
            .p-modalCase__bodyFlex--03C .p-modalCase__bodyFlexPic {
              width: 69.5%;
              margin: 60px auto 0; }
    .p-modalValue {
      width: calc(100% - 40px);
      height: 80%; }
      .p-modalValueFlex__text {
        width: 100%;
        padding: 45px; }
      .p-modalValueFlex__pic {
        width: 100%; }
      .p-modalValueFlex__title {
        text-align: center; }
        .p-modalValueFlex__titleMain {
          font-size: 24px; }
        .p-modalValueFlex__titleSub {
          font-size: 14px; }
      .p-modalValueFlex__description {
        color: #555;
        font-size: 14px;
        line-height: 2;
        margin-top: 30px; }
      .p-modalValueFlex__comment {
        color: #555;
        font-size: 11px;
        line-height: 2;
        margin-top: 10px; }
    .p-modalPoster {
      width: calc(100% - 40px);
      height: initial; } }
.p-tabContents {
  display: none; }
  .p-tabContents.is-active {
    display: block; }
.p-tabContainer__head {
  margin-top: 40px; }
.p-tabButtonList {
  width: 800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px; }
  .p-tabButtonList__item {
    width: 240px; }
    .p-tabButtonList__item input[type="radio"] {
      position: absolute;
      opacity: 0;
      pointer-events: none; }
    .p-tabButtonList__item label {
      display: block;
      padding: .8rem 1rem;
      text-align: center;
      cursor: pointer;
      user-select: none;
      font-weight: 600;
      border: 1.5px solid transparent;
      border-bottom: none; }
    .p-tabButtonList__item label:focus-visible {
      outline: 2px solid var(--accent);
      outline-offset: 2px; }
    .p-tabButtonList__item:last-child *::after {
      content: none !important; }
  .p-tabButtonList__button {
    color: #156082;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    padding: 20px;
    background: #fff;
    border: solid 1px #156082 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .p-tabButtonList__button::after {
      content: "";
      width: 0;
      height: 0;
      margin: auto;
      border-style: solid;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 10px solid #156082;
      border-right: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px; }
    .p-tabButtonList__button.is-active {
      color: #fff;
      background: #156082; }
      .p-tabButtonList__button.is-active::after {
        border-left: 10px solid #fff; }
@media screen and (max-width: 767px) {
  .p-tabContainer__head {
    margin-top: 25px; }
  .p-tabButtonList {
    width: 100%;
    gap: 25px; }
    .p-tabButtonList__item {
      width: calc(50% - 12.5px); }
      .p-tabButtonList__item:last-child {
        width: 100%; } }

.u-minchoRegular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal; }
.u-minchoMedium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal; }
.u-minchoSemiBold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal; }
.u-allertaStencil {
  font-family: "Allerta Stencil", serif;
  font-weight: 400;
  font-style: normal; }
.u-spOnly {
  display: none !important; }
@media screen and (max-width: 768px) {
  .u-pcOnly {
    display: none !important; }
  .u-spOnly {
    display: block !important; }
  .u-pc {
    display: none; }
  .u-sp {
    display: inline-block; } }

/*---------------------------------------------------------

ループスライダー設定

---------------------------------------------------------*/
.p-infinitySliderTop,
.p-infinitySliderBottom {
  background: #fff;
  overflow: hidden; }

.p-infinitySliderTop__wrap,
.p-infinitySliderBottom__wrap {
  transition-timing-function: linear; }

.p-infinitySliderTop__slide {
  width: 1260px !important; }
  @media screen and (max-width: 767px) {
    .p-infinitySliderTop__slide {
      width: 900px !important; } }

.p-infinitySliderBottom__slide {
  width: 2014px !important; }
  @media screen and (max-width: 767px) {
    .p-infinitySliderBottom__slide {
      width: 1440px !important; } }

.p-archiveHead__controls {
  margin-top: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .p-archiveHead__controls .swiper-button-prev,
  .p-archiveHead__controls .swiper-button-next {
    position: relative;
    margin-top: 0;
    width: 15px;
    height: 15px;
    top: 5px; }
    .p-archiveHead__controls .swiper-button-prev::after,
    .p-archiveHead__controls .swiper-button-next::after {
      content: "";
      width: 10px;
      height: 10px;
      margin: auto;
      border-top: solid 1.5px #555;
      border-right: solid 1.5px #555;
      position: absolute;
      top: 0;
      bottom: 0; }
  .p-archiveHead__controls .swiper-button-prev {
    left: 0; }
    .p-archiveHead__controls .swiper-button-prev::after {
      left: 0;
      transform: rotate(-135deg); }
  .p-archiveHead__controls .swiper-button-next {
    right: 0; }
    .p-archiveHead__controls .swiper-button-next::after {
      right: 0;
      transform: rotate(45deg); }
  .p-archiveHead__controls .swiper-pagination {
    position: static;
    width: auto; }
    .p-archiveHead__controls .swiper-pagination .swiper-pagination-bullet {
      width: 55px;
      height: 3px;
      background: #ddd;
      border-radius: 0;
      opacity: 1; }
      .p-archiveHead__controls .swiper-pagination .swiper-pagination-bullet-active {
        background: #777; }
  .p-archiveHead__controls .swiper-button-toggle {
    position: absolute;
    top: 2px;
    right: 0; }
  @media screen and (max-width: 767px) {
    .p-archiveHead__controls {
      margin-left: 10px;
      justify-content: flex-start; }
      .p-archiveHead__controls .swiper-button-prev,
      .p-archiveHead__controls .swiper-button-next {
        top: 4px; }
      .p-archiveHead__controls .swiper-pagination {
        width: 65%; }
        .p-archiveHead__controls .swiper-pagination .swiper-pagination-bullet {
          width: 15%; } }

/*---------------------------------------------------------

アニメーション設定

---------------------------------------------------------*/
.js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .75s, transform .75s; }

.is-view {
  opacity: 1;
  transform: translateY(0); }
  .is-view .p-lead__description:nth-child(1) {
    animation: fade_delay 1s forwards 1s linear; }
  .is-view .p-lead__description:nth-child(2) {
    animation: fade_delay 1s forwards 2s linear; }
  .is-view .p-lead__description:nth-child(3) {
    animation: fade_delay 1s forwards 3s linear; }
  .is-view.p-caseList .p-caseList__item:nth-child(1) {
    animation: fade_delay .5s forwards .3s linear; }
  .is-view.p-caseList .p-caseList__item:nth-child(2) {
    animation: fade_delay .5s forwards .6s linear; }
  .is-view.p-caseList .p-caseList__item:nth-child(3) {
    animation: fade_delay .5s forwards .9s linear; }

.js-parallaxAction {
  will-change: transform; }
  .js-parallaxAction--normal {
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .js-parallaxAction--fast {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .js-parallaxAction--low {
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

@keyframes fade_delay {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes modal_open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    z-index: 10000; } }
@keyframes modal_inner_open {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes modal_close {
  0% {
    z-index: 10000;
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes modal_inner_close {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    transform: translateY(-20px);
    opacity: 0; } }
/*---------------------------------------------------------

以下「お近くのセキスイハイムを探す」専用　（※ /css/index.cssから直張り）

---------------------------------------------------------*/
@media print, (min-width: 768px) {
  .m-search {
    padding: 80px 0 140px; } }
@media screen and (max-width: 767px) {
  .m-search {
    padding: 40px 0 90px; } }
@media print, (min-width: 768px) {
  .m-search__cw {
    display: -ms-grid;
    display: grid;
    justify-content: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px); } }
@media print, (min-width: 768px) {
  .m-search__c {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row: span 3;
    grid-row: span 3;
    align-items: start; } }
@media screen and (max-width: 767px) {
  .m-search__c:nth-child(n+2) {
    margin-top: 50px; } }
.m-search__dc__u {
  position: relative; }

.m-search__dc__u__p {
  position: relative;
  aspect-ratio: 1178/752;
  overflow: hidden; }

.m-search__dc__u__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1); }

.m-search__dc__u__t {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap; }

@media print, (min-width: 768px) {
  .m-search__dc__u__t {
    left: 50px;
    bottom: 35px;
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  .m-search__dc__u__t {
    left: 20px;
    bottom: 25px;
    font-size: 16px; } }
@media print, (min-width: 768px) {
  .m-search__dc__u__t__mn strong {
    font-size: 30px; } }
@media screen and (max-width: 767px) {
  .m-search__dc__u__t__mn strong {
    font-size: 24px; } }
.m-search__dc__u__t__sb > span {
  display: inline-block;
  position: relative;
  vertical-align: top; }

@media print, (min-width: 768px) {
  .m-search__dc__u__t__sb > span {
    padding-right: 26px; } }
@media screen and (max-width: 767px) {
  .m-search__dc__u__t__sb > span {
    padding-right: 24px; } }
.m-search__dc__u__t__sb > span::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -6px;
  background: #fff;
  -webkit-mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
  mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat; }

.m-search__dc__u__ul {
  display: flex;
  position: absolute;
  z-index: 1; }

@media print, (min-width: 768px) {
  .m-search__dc__u__ul {
    gap: 10px;
    left: 50px;
    bottom: 25px; } }
@media screen and (max-width: 767px) {
  .m-search__dc__u__ul {
    gap: 5px;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px); } }
@media screen and (max-width: 767px) {
  .m-search__dc__u__ul > li {
    flex: 1; } }
.m-search__dc__u__ul > li > a {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color 350ms cubic-bezier(0.215, 0.61, 0.355, 1), background-color 350ms cubic-bezier(0.215, 0.61, 0.355, 1), color 350ms cubic-bezier(0.215, 0.61, 0.355, 1); }

@media print, (min-width: 768px) {
  .m-search__dc__u__ul > li > a {
    width: 170px;
    height: 56px;
    padding-left: 14px;
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  .m-search__dc__u__ul > li > a {
    height: 52px;
    padding-left: 19px;
    font-size: 16px; } }
.m-search__dc__u__ul > li > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
  mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
  transform: translate(0, -50%); }

@media print, (min-width: 768px) {
  .m-search__dc__u__ul > li > a::before {
    right: 14px; } }
@media screen and (max-width: 767px) {
  .m-search__dc__u__ul > li > a::before {
    right: 19px; } }
@media print, (min-width: 768px) {
  .m-search__dc__u__ul > li > a:hover, .m-search__dc__u__ul > li > a:active {
    border-color: #156082;
    background: #156082;
    color: #fff; } }
.m-search__dc__u > a {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none; }

@media print, (min-width: 768px) {
  .m-search__dc__u > a:hover .m-search__dc__u__p img, .m-search__dc__u > a:active .m-search__dc__u__p img {
    transform: scale(1.05); } }
.m-search__dc__u.is-hyogo, .m-search__dc__u.is-other {
  display: none; }

html.is-docodoco-hyogo .m-search__dc__u.is-error, html.is-docodoco-other .m-search__dc__u.is-error {
  display: none; }

html.is-docodoco-hyogo .m-search__dc__u.is-hyogo, html.is-docodoco-other .m-search__dc__u.is-other {
  display: block; }

.m-search__dc.is-estate .m-search__dc__u.is-hyogo .m-search__dc__u__t {
  display: flex;
  align-items: baseline; }

@media print, (min-width: 768px) {
  .m-search__dc.is-estate .m-search__dc__u.is-hyogo .m-search__dc__u__t {
    bottom: 90px; } }
@media screen and (max-width: 767px) {
  .m-search__dc.is-estate .m-search__dc__u.is-hyogo .m-search__dc__u__t {
    bottom: 80px; } }
.m-search__dc.is-estate .m-search__dc__u.is-hyogo .m-search__dc__u__t__sb > span {
  padding-right: 0; }

.m-search__dc.is-estate .m-search__dc__u.is-hyogo .m-search__dc__u__t__sb > span::before {
  content: normal; }

.m-search__nw {
  line-height: 1.5; }

@media print, (min-width: 768px) {
  .m-search__nw {
    margin-top: 10px;
    font-size: 14px;
    text-align: right; } }
@media screen and (max-width: 767px) {
  .m-search__nw {
    margin: 10px 20px 0;
    font-size: 13px; } }
.m-search__bt {
  position: relative; }

@media print, (min-width: 768px) {
  .m-search__bt {
    width: 260px;
    margin: 35px auto 0; } }
@media screen and (max-width: 767px) {
  .m-search__bt {
    margin: 20px 20px 0; } }
.m-search__bt__ag {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #156082;
  -webkit-mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
  mask: url(/common/images/icon_arrow01.svg) 0 0/contain no-repeat;
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 30ms, background-color 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 30ms; }

.m-search__bt__ag:nth-child(1) {
  transform: translate(0, -50%);
  right: 19px; }

.m-search__bt__ag:nth-child(2) {
  transform: translate(-40px, -50%);
  left: 19px; }

.m-search__bt > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #fff;
  overflow: hidden;
  color: #156082;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 350ms cubic-bezier(0.215, 0.61, 0.355, 1), color 350ms cubic-bezier(0.215, 0.61, 0.355, 1); }

@media print, (min-width: 768px) {
  .m-search__bt > a {
    height: 70px; } }
@media screen and (max-width: 767px) {
  .m-search__bt > a {
    height: 60px; } }
@media print, (min-width: 768px) {
  .m-search__bt > a:hover, .m-search__bt > a:active {
    background-color: #156082;
    color: #fff; }

  .m-search__bt > a:hover .m-search__bt__ag, .m-search__bt > a:active .m-search__bt__ag {
    background: #fff; }

  .m-search__bt > a:hover .m-search__bt__ag:nth-child(1), .m-search__bt > a:active .m-search__bt__ag:nth-child(1) {
    transform: translate(40px, -50%); }

  .m-search__bt > a:hover .m-search__bt__ag:nth-child(2), .m-search__bt > a:active .m-search__bt__ag:nth-child(2) {
    transform: translate(0, -50%); } }

/*# sourceMappingURL=style.css.map */
