@charset "UTF-8";
/* ==================================================
  LP: 分譲地（sekisui house）
  Scope: .sh-lp
================================================== */
.sh-lp a,
.slick-arrow,
.slick-dots li,
.sh-cta {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sh-lp a:hover,
.slick-arrow:hover,
.slick-dots li:hover,
.sh-cta:hover {
  opacity: 0.7;
}

section.sh-fv {
  color: #313538;
}

.sh-section--gray {
  background-color: #f7f7f7;
}

.sh-about__image {
  position: relative;
}

.sh-about__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
  /* フェード時間 */
}

.sh-about__image img.is-active {
  opacity: 1;
}

div.sh-lp button {
  background-color: transparent;
  cursor: pointer;
}

/* 初期状態は透明 */
.sh-pickup__image img {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

/* 読み込み完了後 */
.sh-pickup__image img.is-loaded {
  opacity: 1;
}

.sh-pickup__image {
  background: #eee;
  border-radius: 6px;
  overflow: hidden;
}

/* 
=============================================================================================
    :PC
    =============================================================================================
 */
@media screen and (min-width: 768px) {
  .pce {
    display: block;
  }
  img.pce,
  span.pce {
    display: inline;
  }
  .spe {
    display: none;
  }
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
  div.sh-lp {
    padding-bottom: 200px;
    font-size: 1.375rem;
    font-family: "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  div.sh-lp * {
    position: relative;
    -webkit-text-size-adjust: 100%;
  }
  div.sh-lp {
    /* ----------------------------
      Reset（最小限）
    ---------------------------- */
  }
  div.sh-lp *, div.sh-lp *::before, div.sh-lp *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  div.sh-lp {
    /* 1要素の幅 */
  }
  div.sh-lp .sh-pickup__item {
    width: 288px;
    margin-right: 28px;
  }
  div.sh-lp {
    /* slick が inline-style を上書きするので強制 */
  }
  div.sh-lp .js-pickup-slider .slick-slide {
    width: 288px !important;
    margin-top: 45px;
  }
  div.sh-lp {
    /* スライダー外側に左右90pxの余白を作ってチラ見せ */
  }
  div.sh-lp .sh-pickup__slider {
    padding: 0 90px;
    position: relative;
    max-width: 1354px;
    width: 100%;
    margin: 0 auto;
  }
  div.sh-lp {
    /* カウンター表示 */
  }
  div.sh-lp h2.sh-section__title {
    text-align: center;
  }
  div.sh-lp h2.sh-section__title p.sh-section__title__en {
    font-size: 1.3125rem;
    font-weight: bold;
    color: #c7c7c7;
    color: #c7c7c7;
  }
  div.sh-lp h2.sh-section__title p.sh-section__title__jp {
    margin-top: 20px;
    font-size: 1.6875rem;
    font-weight: bold;
  }
  div.sh-lp .sh-pickup__nav {
    padding-top: 10px;
    margin: 0px auto 0;
    width: 275px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.sh-lp .sh-pickup__nav .sh-pickup__prev,
  div.sh-lp .sh-pickup__nav .sh-pickup__next {
    display: block;
    width: 45px;
    height: 45px;
    border: none;
    background-size: contain;
  }
  div.sh-lp .sh-pickup__nav .sh-pickup__prev {
    background-image: url(../img/button_slide_left.png);
  }
  div.sh-lp .sh-pickup__nav .sh-pickup__next {
    background-image: url(../img/button_slide_right.png);
  }
  div.sh-lp .sh-pickup__nav .sh-pickup__counter {
    font-size: 1.4375rem;
  }
  div.sh-lp .sh-pickup__nav .sh-pickup__counter .sh-counter-text-large {
    font-size: 2.25rem;
  }
  div.sh-lp .slick-dots {
    width: 275px;
    margin: 20px auto 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.sh-lp .slick-dots::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #c7c7c7;
  }
  div.sh-lp .slick-dots li {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div.sh-lp .slick-dots li button::before {
    content: none;
  }
  div.sh-lp .slick-dots li button {
    opacity: 1 !important;
    display: block;
    width: 7px;
    height: 7px;
    background-color: #c7c7c7;
    border-radius: 100%;
    font-size: 0 !important;
  }
  div.sh-lp .slick-dots li.slick-active button {
    opacity: 1 !important;
    -webkit-transform: scale(1.4286);
            transform: scale(1.4286);
    background-color: #313538;
    border-radius: 100%;
  }
  div.sh-lp section {
    overflow: hidden;
  }
  div.sh-lp section.sh-fv {
    margin: 10px auto;
    position: relative;
    max-width: 1920px;
    padding: 0 40px;
    padding-bottom: 100px;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__content {
    text-align: center;
    background-image: url(../img/fv.jpg);
    border-radius: 20px;
    background-size: cover;
    aspect-ratio: 1840/890;
    margin: 0 auto;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__content h1.sh-fv__title {
    color: #fff;
    padding-top: 136px;
    display: block;
    font-size: 56px;
    line-height: 1.4642857143;
    font-weight: bold;
    text-align: center;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__content h1.sh-fv__title span:nth-of-type(1) {
    letter-spacing: 0.06em;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__content h1.sh-fv__title span:nth-of-type(2) {
    letter-spacing: 0.3em;
    margin-left: 0.3em;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__content h1.sh-fv__title span:nth-of-type(3) {
    letter-spacing: 0.3em;
    margin-left: 0.3em;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner p.sh-fv__lead {
    margin-top: 45px;
    font-size: 25px;
    font-weight: bold;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner p.sh-fv__lead span {
    background-color: #fff;
    padding: 8px;
    display: inline-block;
    margin-bottom: 20px;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta {
    display: block;
    margin: 50px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta p.sh-lead {
    position: relative;
    display: inline-block;
    padding: 0 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta p.sh-lead::before, div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta p.sh-lead::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #000;
    -webkit-transform: translateY(-50%) rotate(-65deg);
            transform: translateY(-50%) rotate(-65deg);
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta p.sh-lead::before {
    left: -1em;
    -webkit-transform: translateY(-50%) rotate(65deg);
            transform: translateY(-50%) rotate(65deg);
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta p.sh-lead::after {
    right: -1em;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta a.sh-button.sh-button--primary {
    margin-top: 35px;
    width: 660px;
    height: 80px;
    background-color: #313538;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    border-radius: 80px;
    background-image: url(../img/icon_arrow_down_white.png);
    background-size: 12px auto;
    background-position: right 125px center;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta a.sh-button.sh-button--primary::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    border-radius: 80px;
  }
  div.sh-lp section.sh-pickup.sh-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  div.sh-lp section.sh-pickup.sh-section div.sh-container div.sh-pickup__slider.js-pickup-slider ul.sh-pickup__list li.sh-pickup__item a.sh-pickup__link div.sh-pickup__image img {
    width: 100%;
  }
  div.sh-lp section.sh-pickup.sh-section div.sh-container div.sh-getplace a.sh-button.sh-button--getplace {
    margin: 25px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    text-decoration: none;
    width: 324px;
    height: 66px;
    font-size: 1rem;
    border-radius: 10px;
    border: 2px solid #313538;
    color: #313538;
    font-weight: bold;
    background-image: url(../img/icon_load.png);
    background-size: 25px auto;
    background-position: center right 20px;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    padding-right: 1em;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray {
    padding-top: 60px;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__tabs {
    z-index: 2;
    font-size: 18px;
    width: 840px;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__tabs button.sh-search__tab {
    font-weight: bold;
    font-size: 20px;
    width: 414px;
    height: 78px;
    border-radius: 10px 10px 0 0;
    border: 2px solid #313538;
    background-color: #c7c7c7;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__tabs button.sh-search__tab.sh-search__tab__1::after {
    content: "";
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 0.5em;
    width: 22px;
    height: 28px;
    background-image: url(../img/icon__geo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__tabs button.sh-search__tab.sh-search__tab__2::after {
    content: "";
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 0.5em;
    width: 27px;
    height: 34px;
    background-image: url(../img/icon_train.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__tabs button.sh-search__tab.is-active {
    background-color: #fff;
    border-bottom: none;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel {
    display: none;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel.is-active {
    display: block;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel {
    z-index: 1;
    border: 2px solid #313538;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    width: 840px;
    margin: -2px auto 0;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select {
    margin: 0 auto;
    padding: 10px 100px 40px;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .area__toggle {
    width: 100%;
    padding: 24px 0;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .area__toggle::after {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(../img/icon_ac_open.png);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-size: 11px auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .area.is-open .area__toggle::after {
    content: "";
    background-image: url(../img/icon_ac_close.png);
    background-size: contain;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .area__content {
    padding: 0;
    height: 0;
    overflow: hidden;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .area__content {
    border-top: 1px solid #c7c7c7;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .pref-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    row-gap: 24px;
    padding-top: 24px;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .pref-list li {
    border-bottom: 1px solid #c7c7c7;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .pref {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 12px;
    text-decoration: none;
    font-size: 1.125rem;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    color: #313538;
    font-weight: bold;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .pref:hover {
    opacity: 0.7;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .pref::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(../img/icon_arrow_right_black.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .pref__icon {
    margin-left: 8px;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta {
    display: block;
    margin: 40px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta p.sh-lead {
    position: relative;
    display: inline-block;
    padding: 0 24px;
    font-weight: bold;
    font-size: 1.25rem;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta p.sh-lead::before, div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta p.sh-lead::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #000;
    -webkit-transform: translateY(-50%) rotate(-65deg);
            transform: translateY(-50%) rotate(-65deg);
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta p.sh-lead::before {
    left: -1em;
    -webkit-transform: translateY(-50%) rotate(65deg);
            transform: translateY(-50%) rotate(65deg);
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta p.sh-lead::after {
    right: -1em;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta a.sh-button.sh-button--outline {
    margin-top: 30px;
    width: 660px;
    height: 80px;
    border: 2px solid #313538;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #313538;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    border-radius: 80px;
    background-image: url(../img/icon_arrow_right_black.png);
    background-size: 15px auto;
    background-position: right 125px center;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta a.sh-button.sh-button--outline::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #313538;
    border-radius: 80px;
  }
  div.sh-lp section.sh-about.sh-section {
    background-color: #f7f7f7;
    padding-bottom: 70px;
  }
  div.sh-lp section.sh-about.sh-section div.sh-container.sh-about__inner {
    width: 1160px;
    padding: 50px 50px 50px 70px;
    margin: 65px auto 0;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  div.sh-lp section.sh-about.sh-section div.sh-container.sh-about__inner div.sh-about__content h2.sh-section__title {
    text-align: left;
  }
  div.sh-lp section.sh-about.sh-section div.sh-container.sh-about__inner div.sh-about__content h2.sh-section__title p.sh-section__title__jp {
    padding-left: 0.8em;
    border-left: 1px solid #313538;
  }
  div.sh-lp section.sh-about.sh-section div.sh-container.sh-about__inner div.sh-about__content p.sh-about__text {
    margin-top: 50px;
    font-size: 0.9375rem;
    line-height: 2;
    width: 450px;
  }
  div.sh-lp section.sh-about.sh-section div.sh-container.sh-about__inner div.sh-about__image {
    width: 550px;
    aspect-ratio: 550/345;
  }
  div.sh-lp section.sh-about.sh-section div.sh-container.sh-about__inner div.sh-about__image img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  div.sh-lp section.sh-merit.sh-section {
    padding-top: 85px;
    padding-bottom: 100px;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container p.sh-lead-heading {
    text-align: center;
    font-size: 2rem;
    line-height: 1.8125;
    font-weight: bold;
    padding-bottom: 100px;
    background-image: url(../img/shape_merit_1.png);
    background-size: auto 62px;
    background-position: center top 130px;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container h2.sh-section__title {
    text-align: center;
    font-size: 39px;
    line-height: 1.8205128205;
    font-weight: bold;
    padding-top: 110px;
    padding-bottom: 50px;
    background-image: url(../img/shape_merit_2.png), url(../img/shape_merit_3.png);
    background-size: 365px auto;
    background-position: center top 25px, center top 287px;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container p.sh-caption {
    margin: 36px auto 0;
    width: 800px;
    font-size: 1.125rem;
    line-height: 2;
    padding-bottom: 50px;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block {
    width: 1160px;
    margin: 0 auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__image {
    width: 730px;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__image img {
    width: 100%;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content {
    width: 380px;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-left: 1px solid #313538;
    border-top: 1px solid #313538;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-right: 1px solid #313538;
    border-bottom: 1px solid #313538;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content div.sh-merit__content__inner {
    padding: 50px;
    width: 100%;
    height: 100%;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content div.sh-merit__content__inner::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-right: 1px solid #313538;
    border-top: 1px solid #313538;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content div.sh-merit__content__inner::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-left: 1px solid #313538;
    border-bottom: 1px solid #313538;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content p.sh-merit__label {
    display: inline-block;
    font-size: 18px;
    padding: 0.3em 1.5em;
    background-color: #313538;
    color: #fff;
    margin-top: 20px;
    margin-left: 10px;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content p.sh-merit__text {
    font-size: 15px;
    line-height: 2;
    margin-top: 25px;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block:nth-child(odd) div.sh-merit__content {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block:not(:first-of-type) {
    margin-top: 70px;
  }
  div.sh-lp section.sh-network.sh-section {
    padding-top: 95px;
    padding-bottom: 85px;
  }
  div.sh-lp section.sh-network.sh-section div.sh-container h2.sh-section__title {
    padding-top: 90px;
    font-size: 2.415rem;
    line-height: 1.8115942029;
    font-weight: bold;
    background-image: url(../img/shape_network_1.png), url(../img/shape_network_2.png);
    background-size: 361px auto, 361px auto;
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    padding-bottom: 34px;
  }
  div.sh-lp section.sh-network.sh-section div.sh-container p.caption {
    margin-top: 55px;
    font-size: 1.125rem;
    line-height: 2;
    text-align: center;
  }
  div.sh-lp section.sh-network.sh-section div.sh-container div.sh-network__diagram {
    width: 100%;
    max-width: 1160px;
    margin: 40px auto 0;
  }
  div.sh-lp section.sh-network.sh-section div.sh-container div.sh-network__diagram img {
    width: 100%;
  }
  div.sh-lp section.sh-faq.sh-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list {
    background-color: #fff;
    width: 840px;
    margin: 55px auto 0;
    font-size: 1.375rem;
    line-height: 1.8;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item:first-of-type {
    border-top: 2px solid #313538;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item {
    border-bottom: 2px solid #313538;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item p.sh-faq__question.js-faq-toggle::before {
    content: "";
    display: block;
    height: 1px;
    width: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #313538;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item p.sh-faq__question.js-faq-toggle::after {
    content: "";
    display: block;
    height: 1px;
    width: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    background-color: #313538;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item p.sh-faq__question.js-faq-toggle.expand::after {
    content: "";
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item p.sh-faq__question.js-faq-toggle span {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    padding: 45px 50px 45px 80px;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item p.sh-faq__question.js-faq-toggle span::before {
    content: "Q.";
    font-size: 1.125rem;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: 0;
    width: 60px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #c7c7c7;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item div.sh-faq__answer {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item div.sh-faq__answer .sh-faq__answer__inner {
    border-top: 1px solid #313538;
    padding: 45px 50px 45px 80px;
    position: relative;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item div.sh-faq__answer .sh-faq__answer__inner::before {
    content: "A.";
    font-size: 1.125rem;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: 0;
    width: 60px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border-right: 1px solid #c7c7c7;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item {
    /* 開いた時だけ padding を戻す */
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item li.sh-faq__item.is-open div.sh-faq__answer {
    padding: 45px 50px 45px 80px;
  }
  div.sh-lp section.sh-cta div.sh-container {
    display: block;
    margin: 0px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  div.sh-lp section.sh-cta div.sh-container p.sh-lead {
    position: relative;
    display: inline-block;
    padding: 0 24px;
    font-weight: bold;
    font-size: 20px;
  }
  div.sh-lp section.sh-cta div.sh-container p.sh-lead::before, div.sh-lp section.sh-cta div.sh-container p.sh-lead::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #000;
    -webkit-transform: translateY(-50%) rotate(-65deg);
            transform: translateY(-50%) rotate(-65deg);
  }
  div.sh-lp section.sh-cta div.sh-container p.sh-lead::before {
    left: -1em;
    -webkit-transform: translateY(-50%) rotate(65deg);
            transform: translateY(-50%) rotate(65deg);
  }
  div.sh-lp section.sh-cta div.sh-container p.sh-lead::after {
    right: -1em;
  }
  div.sh-lp section.sh-cta div.sh-container a.sh-button.sh-button--primary {
    margin-top: 35px;
    width: 660px;
    height: 80px;
    background-color: #313538;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    border-radius: 80px;
    background-image: url(../img/icon_arrow_up_white.png);
    background-size: 12px auto;
    background-position: right 125px center;
  }
  div.sh-lp section.sh-cta div.sh-container a.sh-button.sh-button--primary::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    border-radius: 80px;
  }
}
/* 
=============================================================================================
    :SP
=============================================================================================
 */
@media screen and (max-width: 767.9px) {
  .spe {
    display: block;
  }
  img.spe,
  span.spe {
    display: inline;
  }
  .pce {
    display: none;
  }
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
  div.sh-lp {
    padding-bottom: 26.6666666667vw;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    font-family: "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  div.sh-lp * {
    position: relative;
    -webkit-text-size-adjust: 100%;
  }
  div.sh-lp section {
    padding: 0 5.3333333333vw;
  }
  div.sh-lp {
    /* ----------------------------
        Reset（最小限）
      ---------------------------- */
  }
  div.sh-lp *,
  div.sh-lp *::before,
  div.sh-lp *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  div.sh-lp {
    /* 1要素の幅 */
  }
  div.sh-lp .sh-pickup__item {
    width: 64vw;
    margin-right: 7.3333333333vw;
  }
  div.sh-lp .sh-pickup__item img {
    width: 100%;
  }
  div.sh-lp {
    /* slick が inline-style を上書きするので強制 */
  }
  div.sh-lp .js-pickup-slider .slick-slide {
    width: 64vw !important;
    margin-top: 6vw;
  }
  div.sh-lp {
    /* スライダー外側に左右90pxの余白を作ってチラ見せ */
  }
  div.sh-lp .sh-pickup__slider {
    position: relative;
    margin: 0 auto;
  }
  div.sh-lp {
    /* カウンター表示 */
  }
  div.sh-lp h2.sh-section__title {
    margin-top: 18.6666666667vw;
  }
  div.sh-lp h2.sh-section__title p.sh-section__title__en {
    font-size: 1.09375rem;
    font-weight: bold;
    color: #c7c7c7;
    color: #c7c7c7;
  }
  div.sh-lp h2.sh-section__title p.sh-section__title__jp {
    margin-top: 2.6666666667vw;
    font-size: 1.40625rem;
    font-weight: bold;
    line-height: 1;
    padding-left: 0.5em;
    border-left: 0.1333333333vw solid #000;
  }
  div.sh-lp .sh-pickup__nav {
    padding-top: 1.3333333333vw;
    margin: 0vw auto 0;
    width: 60.6666666667vw;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.sh-lp .sh-pickup__nav .sh-pickup__prev,
  div.sh-lp .sh-pickup__nav .sh-pickup__next {
    display: block;
    width: 10vw;
    height: 10vw;
    border: none;
    background-size: contain;
  }
  div.sh-lp .sh-pickup__nav .sh-pickup__prev {
    background-image: url(../img/button_slide_left.png);
  }
  div.sh-lp .sh-pickup__nav .sh-pickup__next {
    background-image: url(../img/button_slide_right.png);
  }
  div.sh-lp .sh-pickup__nav .sh-pickup__counter {
    font-size: 1.09375rem;
  }
  div.sh-lp .sh-pickup__nav .sh-pickup__counter .sh-counter-text-large {
    font-size: 1.71875rem;
  }
  div.sh-lp .slick-dots {
    width: 61.3333333333vw;
    margin: 4vw auto 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.sh-lp .slick-dots::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 0.2666666667vw;
    background-color: #c7c7c7;
  }
  div.sh-lp .slick-dots li {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div.sh-lp .slick-dots li button::before {
    content: none;
  }
  div.sh-lp .slick-dots li button {
    opacity: 1 !important;
    display: block;
    width: 1.4666666667vw;
    height: 1.4666666667vw;
    background-color: #c7c7c7;
    border-radius: 100%;
    font-size: 0 !important;
  }
  div.sh-lp .slick-dots li.slick-active button {
    opacity: 1 !important;
    -webkit-transform: scale(1.4545454545);
            transform: scale(1.4545454545);
    background-color: #313538;
    border-radius: 100%;
  }
  div.sh-lp section {
    overflow: hidden;
  }
  div.sh-lp section.sh-fv {
    margin: 1.3333333333vw auto;
    position: relative;
    padding-bottom: 12vw;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__content {
    text-align: center;
    background-image: url(../img/fv_sp.jpg);
    background-size: cover;
    aspect-ratio: 1340/1780;
    border-radius: 3vw;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__content h1.sh-fv__title {
    color: #fff;
    padding-top: 4vw;
    padding-left: 8vw;
    display: block;
    font-size: 1.78125rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: left;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__content h1.sh-fv__title span:nth-of-type(1) {
    letter-spacing: 0.06em;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__content h1.sh-fv__title span:nth-of-type(2) {
    letter-spacing: 0.06em;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__content h1.sh-fv__title span:nth-of-type(3) {
    letter-spacing: 0.1em;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner p.sh-fv__lead {
    margin-top: 8vw;
    margin-left: 8vw;
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner p.sh-fv__lead span {
    background-color: #fff;
    padding: 1.0666666667vw;
    display: inline-block;
    margin-bottom: 2.6666666667vw;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner p.sh-fv__lead span:nth-of-type(1) {
    letter-spacing: 0.15em;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta {
    display: block;
    margin: 4vw auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta p.sh-lead {
    position: relative;
    display: inline-block;
    padding: 0 3.2vw;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin: 0 auto;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta p.sh-lead::before, div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta p.sh-lead::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12vw;
    height: 0.2666666667vw;
    background: #000;
    -webkit-transform: translateY(-50%) rotate(-65deg);
            transform: translateY(-50%) rotate(-65deg);
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta p.sh-lead::before {
    left: -2em;
    -webkit-transform: translateY(-50%) rotate(65deg);
            transform: translateY(-50%) rotate(65deg);
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta p.sh-lead::after {
    right: -2em;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta a.sh-button.sh-button--primary {
    margin: 4.6666666667vw auto 0;
    width: 72vw;
    height: 14.6666666667vw;
    background-color: #313538;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    border-radius: 14.6666666667vw;
    background-image: url(../img/icon_arrow_down_white.png);
    background-size: 2.4vw auto;
    background-position: right 10vw center;
  }
  div.sh-lp section.sh-fv div.sh-fv__inner div.sh-fv__cta a.sh-button.sh-button--primary::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 1.3333333333vw);
    height: calc(100% - 1.3333333333vw);
    border: 1px solid #fff;
    border-radius: 10.6666666667vw;
  }
  div.sh-lp section.sh-pickup.sh-section {
    padding-bottom: 17.3333333333vw;
  }
  div.sh-lp section.sh-pickup.sh-section div.sh-container h2.sh-section__title {
    margin-left: 5.3333333333vw;
    margin-top: 12vw;
  }
  div.sh-lp section.sh-pickup.sh-section div.sh-container div.sh-pickup__slider.js-pickup-slider {
    margin-top: 8.6666666667vw;
  }
  div.sh-lp section.sh-pickup.sh-section div.sh-container div.sh-pickup__slider.js-pickup-slider ul.sh-pickup__list li.sh-pickup__item a.sh-pickup__link div.sh-pickup__image img {
    width: 100%;
  }
  div.sh-lp section.sh-pickup.sh-section div.sh-container div.sh-getplace a.sh-button.sh-button--getplace {
    margin: 6.6666666667vw auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    text-decoration: none;
    width: 72vw;
    height: 14.6666666667vw;
    font-size: 0.9375rem;
    border-radius: 1.3333333333vw;
    border: 0.2666666667vw solid #313538;
    color: #313538;
    font-weight: bold;
    background-image: url(../img/icon_load.png);
    background-size: 6vw auto;
    background-position: center right 4vw;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    padding-right: 1em;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray {
    padding-top: 0vw;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__tabs {
    z-index: 2;
    font-size: 4vw;
    margin: 12.6666666667vw auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__tabs button.sh-search__tab {
    font-weight: bold;
    font-size: 4vw;
    width: 48.5%;
    height: 13.3333333333vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
    border: 0.2666666667vw solid #313538;
    background-color: #c7c7c7;
    color: #313538;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__tabs button.sh-search__tab.sh-search__tab__1::after {
    content: "";
    display: inline-block;
    margin-bottom: -0.6666666667vw;
    margin-left: 0.5em;
    width: 4.6666666667vw;
    height: 6.2666666667vw;
    background-image: url(../img/icon__geo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__tabs button.sh-search__tab.sh-search__tab__2::after {
    content: "";
    display: inline-block;
    margin-bottom: -0.6666666667vw;
    margin-left: 0.5em;
    width: 6vw;
    height: 7.6vw;
    background-image: url(../img/icon_train.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__tabs button.sh-search__tab.is-active {
    background-color: #fff;
    border-bottom: none;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel {
    display: none;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel.is-active {
    display: block;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel {
    z-index: 1;
    border: 0.2666666667vw solid #313538;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
    background-color: #fff;
    margin: -0.2666666667vw auto 0;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select {
    margin: 0 auto;
    padding: 1.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .area__toggle {
    width: 100%;
    padding: 3.2vw 0;
    font-size: 0.9375rem;
    font-weight: 600;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    color: #313538;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .area__toggle::after {
    content: "";
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    background-image: url(../img/icon_ac_open.png);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 0.625rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-size: 1.4666666667vw auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .area.is-open .area__toggle::after {
    content: "";
    background-image: url(../img/icon_ac_close.png);
    background-size: contain;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .area__content {
    border-top: 1px solid #c7c7c7;
    padding: 0;
    height: 0;
    overflow: hidden;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .pref-list {
    margin-top: 4vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 6.4vw;
       -moz-column-gap: 6.4vw;
            column-gap: 6.4vw;
    row-gap: 4.8vw;
    padding-top: 1.6vw;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .pref {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1.6vw;
    border-bottom: 1px solid #c7c7c7;
    text-decoration: none;
    font-size: 0.9375rem;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    color: #313538;
    font-weight: bold;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .pref:hover {
    opacity: 0.7;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .pref::after {
    content: "";
    display: inline-block;
    width: 3.2vw;
    height: 2.6666666667vw;
    background-image: url(../img/icon_arrow_right_black.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__panel div.sh-search__inner .area-select .pref__icon {
    margin-left: 8px;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta {
    display: block;
    margin: 10.6666666667vw auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta p.sh-lead {
    position: relative;
    display: inline-block;
    padding: 0 3.2vw;
    font-weight: bold;
    font-size: 0.9375rem;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta p.sh-lead::before, div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta p.sh-lead::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 4vw;
    height: 0.2666666667vw;
    background: #000;
    -webkit-transform: translateY(-50%) rotate(-65deg);
            transform: translateY(-50%) rotate(-65deg);
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta p.sh-lead::before {
    left: -0.3em;
    -webkit-transform: translateY(-50%) rotate(65deg);
            transform: translateY(-50%) rotate(65deg);
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta p.sh-lead::after {
    right: -0.3em;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta a.sh-button.sh-button--outline {
    margin-top: 4vw;
    width: 72vw;
    height: 14.6666666667vw;
    border: 0.2666666667vw solid #313538;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #313538;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    border-radius: 14.6666666667vw;
    background-image: url(../img/icon_arrow_right_black.png);
    background-size: 2vw auto;
    background-position: right 16.6666666667vw center;
  }
  div.sh-lp section.sh-search.sh-section.sh-section--gray div.sh-container div.sh-search__cta a.sh-button.sh-button--outline::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 1.3333333333vw);
    height: calc(100% - 1.3333333333vw);
    border: 1px solid #313538;
    border-radius: 10.6666666667vw;
  }
  div.sh-lp section.sh-about.sh-section {
    background-color: #f7f7f7;
    padding: 0 0;
  }
  div.sh-lp section.sh-about.sh-section div.sh-container.sh-about__inner {
    margin-top: 13.3333333333vw;
    width: 89.3333333333vw;
    background-color: #fff;
    border-radius: 1.3333333333vw;
    padding: 12vw 5.3333333333vw 18vw;
    margin-bottom: 61.3333333333vw;
  }
  div.sh-lp section.sh-about.sh-section div.sh-container.sh-about__inner div.sh-about__content h2.sh-section__title {
    margin-top: 0;
    text-align: left;
  }
  div.sh-lp section.sh-about.sh-section div.sh-container.sh-about__inner div.sh-about__content h2.sh-section__title p.sh-section__title__jp {
    padding-left: 0.8em;
    border-left: 1px solid #313538;
  }
  div.sh-lp section.sh-about.sh-section div.sh-container.sh-about__inner div.sh-about__content p.sh-about__text {
    margin-top: 10vw;
    line-height: 1.8;
  }
  div.sh-lp section.sh-about.sh-section div.sh-container.sh-about__inner div.sh-about__image {
    position: absolute;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 89.3333333333vw;
    aspect-ratio: 550/345;
    margin-top: 7.3333333333vw;
  }
  div.sh-lp section.sh-about.sh-section div.sh-container.sh-about__inner div.sh-about__image img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  div.sh-lp section.sh-merit.sh-section {
    padding-top: 11.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container p.sh-lead-heading {
    text-align: center;
    font-size: 1.40625rem;
    line-height: 1.8222222222;
    font-weight: bold;
    padding-bottom: 26.6666666667vw;
    background-image: url(../img/shape_merit_1.png);
    background-size: auto 13.8666666667vw;
    background-position: center top 44vw;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container h2.sh-section__title {
    margin-top: 6vw;
    text-align: center;
    font-size: 6vw;
    line-height: 1.8205128205;
    font-weight: bold;
    padding-top: 17.3333333333vw;
    padding-bottom: 6.6666666667vw;
    background-image: url(../img/shape_merit_2.png), url(../img/shape_merit_3.png);
    background-size: 56vw auto;
    background-position: center top 3.3333333333vw, center top 44vw;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container p.sh-caption {
    margin: 9.3333333333vw auto 0;
    line-height: 1.9;
    padding-bottom: 6.6666666667vw;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block {
    margin: 3.3333333333vw auto 0;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__image {
    width: 98%;
    margin: 0 auto;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__image img {
    width: 100%;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content {
    width: 103%;
    margin-top: -6.6666666667vw;
    margin-left: -1.5%;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content::before {
    content: "";
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    position: absolute;
    top: 0vw;
    left: 0vw;
    border-left: 0.1333333333vw solid #313538;
    border-top: 0.1333333333vw solid #313538;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content::after {
    content: "";
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    position: absolute;
    bottom: 0vw;
    right: 0vw;
    border-right: 0.1333333333vw solid #313538;
    border-bottom: 0.1333333333vw solid #313538;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content div.sh-merit__content__inner {
    padding: 6.6666666667vw;
    width: 100%;
    height: 100%;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content div.sh-merit__content__inner::before {
    content: "";
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    position: absolute;
    top: 0vw;
    right: 0vw;
    border-right: 0.1333333333vw solid #313538;
    border-top: 0.1333333333vw solid #313538;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content div.sh-merit__content__inner::after {
    content: "";
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    position: absolute;
    bottom: 0vw;
    left: 0vw;
    border-left: 0.1333333333vw solid #313538;
    border-bottom: 0.1333333333vw solid #313538;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content p.sh-merit__label {
    display: inline-block;
    padding: 0.1em 1.5em;
    background-color: #313538;
    color: #fff;
    margin-top: 5.3333333333vw;
    margin-left: 0vw;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block div.sh-merit__content p.sh-merit__text {
    line-height: 1.75;
    margin-top: 3.3333333333vw;
    letter-spacing: -0.05em;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block:nth-child(odd) div.sh-merit__content {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  div.sh-lp section.sh-merit.sh-section div.sh-container div.sh-merit__block:not(:first-of-type) {
    margin-top: 9.3333333333vw;
  }
  div.sh-lp section.sh-network.sh-section {
    padding-top: 0vw;
    padding-bottom: 4.6666666667vw;
  }
  div.sh-lp section.sh-network.sh-section div.sh-container h2.sh-section__title {
    text-align: center;
    padding-top: 13.3333333333vw;
    font-size: 1.40625rem;
    line-height: 1.8222222222;
    font-weight: bold;
    background-image: url(../img/shape_network_1.png), url(../img/shape_network_2.png);
    background-size: 56vw auto, 56vw auto;
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    padding-bottom: 4.5333333333vw;
  }
  div.sh-lp section.sh-network.sh-section div.sh-container p.caption {
    margin-top: 12vw;
    line-height: 1.8;
  }
  div.sh-lp section.sh-network.sh-section div.sh-container div.sh-network__diagram {
    width: 100%;
    margin: 12vw auto 0;
  }
  div.sh-lp section.sh-network.sh-section div.sh-container div.sh-network__diagram img {
    width: 100%;
  }
  div.sh-lp section.sh-faq.sh-section {
    padding-top: 4.6666666667vw;
    padding-bottom: 9.3333333333vw;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list {
    background-color: #fff;
    margin: 12.2666666667vw auto 0;
    line-height: 1.8;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item:first-of-type {
    border-top: 0.2666666667vw solid #313538;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item {
    border-bottom: 0.2666666667vw solid #313538;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item p.sh-faq__question.js-faq-toggle::before {
    content: "";
    display: block;
    height: 0.1333333333vw;
    width: 3.7333333333vw;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #313538;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item p.sh-faq__question.js-faq-toggle::after {
    content: "";
    display: block;
    height: 0.1333333333vw;
    width: 3.7333333333vw;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    background-color: #313538;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item p.sh-faq__question.js-faq-toggle.expand::after {
    content: "";
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item p.sh-faq__question.js-faq-toggle span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.6666666667vw 6.6666666667vw 2.6666666667vw 14.6666666667vw;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item p.sh-faq__question.js-faq-toggle span::before {
    content: "Q.";
    font-size: 0.84375rem;
    font-weight: bold;
    position: absolute;
    left: 0vw;
    top: 0;
    width: 10.6666666667vw;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #c7c7c7;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item div.sh-faq__answer {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item div.sh-faq__answer .sh-faq__answer__inner {
    border-top: 1px solid #313538;
    padding: 2.6666666667vw 6.6666666667vw 2.6666666667vw 14.6666666667vw;
    position: relative;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item div.sh-faq__answer .sh-faq__answer__inner::before {
    content: "A.";
    font-size: 0.84375rem;
    font-weight: bold;
    position: absolute;
    left: 0vw;
    top: 0;
    width: 10.6666666667vw;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border-right: 0.1333333333vw solid #c7c7c7;
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item {
    /* 開いた時だけ padding を戻す */
  }
  div.sh-lp section.sh-faq.sh-section div.sh-container ul.sh-faq__list li.sh-faq__item li.sh-faq__item.is-open div.sh-faq__answer {
    padding: 6vw 6.6666666667vw 6vw 10.6666666667vw;
  }
  div.sh-lp section.sh-cta div.sh-container {
    display: block;
    margin: 4vw auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  div.sh-lp section.sh-cta div.sh-container p.sh-lead {
    position: relative;
    display: inline-block;
    padding: 0 3.2vw;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin: 0 auto;
  }
  div.sh-lp section.sh-cta div.sh-container p.sh-lead::before, div.sh-lp section.sh-cta div.sh-container p.sh-lead::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12vw;
    height: 0.2666666667vw;
    background: #000;
    -webkit-transform: translateY(-50%) rotate(-65deg);
            transform: translateY(-50%) rotate(-65deg);
  }
  div.sh-lp section.sh-cta div.sh-container p.sh-lead::before {
    left: -2em;
    -webkit-transform: translateY(-50%) rotate(65deg);
            transform: translateY(-50%) rotate(65deg);
  }
  div.sh-lp section.sh-cta div.sh-container p.sh-lead::after {
    right: -2em;
  }
  div.sh-lp section.sh-cta div.sh-container a.sh-button.sh-button--primary {
    margin: 4.6666666667vw auto 0;
    width: 72vw;
    height: 14.6666666667vw;
    background-color: #313538;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    border-radius: 14.6666666667vw;
    background-image: url(../img/icon_arrow_up_white.png);
    background-size: 2.4vw auto;
    background-position: right 10vw center;
  }
  div.sh-lp section.sh-cta div.sh-container a.sh-button.sh-button--primary::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 1.3333333333vw);
    height: calc(100% - 1.3333333333vw);
    border: 1px solid #fff;
    border-radius: 10.6666666667vw;
  }
  .b-o-footer_content {
    padding: 30px 0 30px 7%;
  }
}
.b-o-footer .b-a-logo {
  margin: 0 auto;
}

body[data-b-page=lp] .pbMainArea {
  overflow: visible;
}

div.sh-lp section.sh-cta div.sh-container .sh-button-fixed-placeholder {
  height: 0;
}
div.sh-lp section.sh-cta div.sh-container a.sh-button.sh-button--primary.sh-button-fixed {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
div.sh-lp section.sh-cta div.sh-container a.sh-button.sh-button--primary.sh-button-fixed.is-scroll-hidden {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  div.sh-lp section.sh-cta div.sh-container a.sh-button.sh-button--primary.sh-button-fixed.is-fixed-by-js {
    position: fixed;
    left: 50%;
    bottom: 16px;
    margin: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 200;
  }
}
@media screen and (max-width: 767.9px) {
  div.sh-lp section.sh-cta div.sh-container a.sh-button.sh-button--primary.sh-button-fixed.is-fixed-by-js {
    position: fixed;
    left: 50%;
    bottom: calc(3.2vw + env(safe-area-inset-bottom));
    margin: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 200;
  }
}/*# sourceMappingURL=style.css.map */