@charset "UTF-8";
.container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px; }
  @media only screen and (max-width: 1030px) {
    .container.-pcOnly {
      padding: 0; } }

/* ページタイトル
-----------------------------------------------------*/
.page-bg-ttl {
  width: 100%;
  max-height: 400px;
  background: url(../../images/interior/img_mv.png) center center no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 54px;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .page-bg-ttl {
      background-image: url(../../images/interior/img_mv_sp.png);
      margin-bottom: 15px; } }
  .page-bg-ttl::before {
    content: "";
    display: block;
    padding-top: 29.28258%; }
    @media only screen and (max-width: 768px) {
      .page-bg-ttl::before {
        padding-top: 70.66667%; } }

.page-bg-ttl .txt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 3.125rem;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 1366px) {
    .page-bg-ttl .txt-area {
      font-size: 3.66032vw; } }
  @media only screen and (max-width: 768px) {
    .page-bg-ttl .txt-area {
      font-size: 1.9375rem; } }

/* キーワード検索
-----------------------------------------------------*/
.mySearch {
  margin-bottom: 46px; }
  @media only screen and (max-width: 768px) {
    .mySearch {
      margin-bottom: 26px; } }
  .mySearch__list, .mySearch__title {
    border-bottom: 1px solid #e9e9e9; }
  .mySearch__title {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.66667;
    padding-bottom: 2px; }
    @media only screen and (max-width: 768px) {
      .mySearch__title {
        display: none; } }
  .mySearch__search {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e9e9e9 url(../../images/interior/icon_search.svg) no-repeat 12px center;
    border: none;
    border-radius: 6px;
    outline: none;
    display: none;
    color: #666666;
    font-size: 0.875rem;
    letter-spacing: 0.15em;
    line-height: 2.14286;
    text-align: left;
    padding: 7px 1em 4px 44px;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .mySearch__search {
        display: block; } }
  @media only screen and (max-width: 768px) {
    .mySearch__modal {
      background-color: #fff;
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 33px 0 47px;
      overflow: auto;
      z-index: 100000; } }
  .mySearch__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    display: none;
    position: absolute;
    top: 21px;
    right: 14px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .mySearch__close {
        display: block; } }
    .mySearch__close::before, .mySearch__close::after {
      content: "";
      background-color: #1c1c1c;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -50%;
      right: -50%;
      height: 2px;
      margin: auto; }
    .mySearch__close::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .mySearch__close::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media only screen and (max-width: 768px) {
    .mySearch__list {
      border-bottom: 1px solid #e9e9e9;
      margin-bottom: 15px; } }
  .mySearch__group {
    padding: 21px 0 20px; }
    @media only screen and (min-width: 769px) {
      .mySearch__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (max-width: 768px) {
      .mySearch__group {
        padding-top: 8px; } }
    .mySearch__group:not(:last-child) {
      border-bottom: 1px dashed #e9e9e9; }
  .mySearch__head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0.9375rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 2;
    width: 168px; }
    @media only screen and (max-width: 768px) {
      .mySearch__head {
        margin-bottom: 8px; } }
  .mySearch__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -8px -8px; }
  .mySearch__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .mySearch__item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #e9e9e9;
    border: none;
    border-radius: 3px;
    outline: none;
    position: relative;
    color: #000;
    font-size: 0.875rem;
    letter-spacing: 0.15em;
    line-height: 1;
    text-align: center;
    margin: 0 0 8px 8px;
    padding: 8px .75em;
    cursor: pointer;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .mySearch__item {
        padding-top: 13px;
        padding-bottom: 13px; } }
    .mySearch__item.-type02 {
      width: 145px;
      padding: 79px 0 0; }
      @media only screen and (max-width: 768px) {
        .mySearch__item.-type02 {
          width: calc(50% - 8px) !important;
          padding-top: 24.26667vw; } }
      @media only screen and (min-width: 1031px) {
        .mySearch__item.-type02:hover .mySearch__image span {
          -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
          transform: scale(1.15); } }
    .mySearch__item[data-selected] {
      background-color: #3073bb;
      color: #fff; }
    @media only screen and (max-width: 768px) {
      .mySearch__item.-spLarge {
        width: 100%; } }
  .mySearch__image {
    border-radius: 0 0 3px 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 79px;
    overflow: hidden; }
    .mySearch__image span {
      background-size: cover;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
    @media only screen and (max-width: 768px) {
      .mySearch__image {
        height: 24.26667vw; } }
  .mySearch__txt {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.23077;
    width: 100%;
    padding: 4px 0; }
    @media only screen and (max-width: 768px) {
      .mySearch__txt {
        font-size: 0.625rem;
        padding-top: 8px;
        padding-bottom: 8px; } }
    .mySearch__txt span {
      display: inline-block; }
  .mySearch__btn {
    display: none; }
    @media only screen and (max-width: 768px) {
      .mySearch__btn {
        display: block; } }
    .mySearch__btn a.btn-blue {
      width: 100%;
      padding: 10px 0;
      display: block;
      background: #3073bb;
      border-radius: 2px;
      color: #fff;
      text-align: center;
      font-size: 14px;
      font-weight: 300;
      line-height: 1;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .mySearch__btn a.btn-blue {
          padding: 12px 1em;
          font-size: 0.9375rem; } }

/* ツールチップ
-----------------------------------------------------*/
.myTooltip {
  width: 450px;
  position: absolute;
  left: -9999px;
  background: #EEE;
  padding: 5px;
  border: 1px solid #AAA; }
  .myTooltip img {
    width: 100%; }

/* 検索結果
-----------------------------------------------------*/
.myResult {
  padding-bottom: 98px; }
  @media only screen and (max-width: 768px) {
    .myResult {
      padding-bottom: 58px; } }
  .myResult__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 38px; }
    @media only screen and (max-width: 768px) {
      .myResult__head {
        margin-bottom: 18px; } }
  .myResult__title {
    font-size: 1.125rem; }
    @media only screen and (max-width: 768px) {
      .myResult__title {
        font-size: 1rem; } }
  .myResult-count {
    color: #3073bb; }
    .myResult-count__num {
      font-size: 1.875rem;
      vertical-align: -1px; }
      @media only screen and (max-width: 768px) {
        .myResult-count__num {
          font-size: 1.625rem; } }
    .myResult-count__unit {
      font-size: 0.875rem; }
      @media only screen and (max-width: 768px) {
        .myResult-count__unit {
          font-size: 1rem; } }
  .myResult__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -13px; }
    @media only screen and (max-width: 768px) {
      .myResult__list {
        margin-bottom: -5px; } }
    .myResult__list::after {
      content: "";
      display: block;
      width: 32.40741%; }
  .myResult__item {
    width: 32.40741%;
    margin-bottom: 13px; }
    @media only screen and (max-width: 768px) {
      .myResult__item {
        width: 49.27536%;
        margin-bottom: 5px; } }
    .myResult__item img {
      width: 100%; }
  .myResult__link {
    display: block; }

/* 詳細モーダル
-----------------------------------------------------*/
.myDetail {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000; }
  .myDetail__overlay {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1; }
  .myDetail .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    pointer-events: none;
    z-index: 2; }
  .myDetail__inner {
    background-color: #fff;
    position: relative;
    width: 100%;
    pointer-events: auto; }
    @media only screen and (min-width: 1031px) {
      .myDetail__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media only screen and (max-width: 1030px) {
      .myDetail__inner {
        max-width: 400px;
        margin: 0 auto; } }
  .myDetail__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    position: fixed;
    top: 24px;
    right: 22px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    overflow: hidden;
    z-index: 2; }
    @media only screen and (max-width: 1030px) {
      .myDetail__close {
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        top: 15px;
        right: 15px;
        width: 44px;
        height: 44px; } }
    .myDetail__close::before, .myDetail__close::after {
      content: "";
      background-color: #1c1c1c;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -50%;
      right: -50%;
      height: 2px;
      margin: auto; }
      @media only screen and (max-width: 1030px) {
        .myDetail__close::before, .myDetail__close::after {
          left: 8px;
          right: 8px; } }
    .myDetail__close::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .myDetail__close::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .myDetail-list {
    width: 55.55556%;
    margin-right: auto; }
    @media only screen and (max-width: 1030px) {
      .myDetail-list {
        width: 100%; } }
    .myDetail-list__item img {
      width: 100%; }
    .myDetail-list .slick-arrow {
      width: 26px;
      padding-top: 26px; }
      @media only screen and (max-width: 768px) {
        .myDetail-list .slick-arrow {
          padding-top: 18px; } }
    .myDetail-list .slick-prev {
      left: 20px; }
      @media only screen and (max-width: 1030px) {
        .myDetail-list .slick-prev {
          left: 17px; } }
    .myDetail-list .slick-next {
      right: 20px; }
      @media only screen and (max-width: 1030px) {
        .myDetail-list .slick-next {
          right: 17px; } }
  .myDetail__box {
    width: 42.59259%;
    padding: 70px 20px 20px 0;
    overflow: hidden; }
    @media only screen and (min-width: 1031px) {
      .myDetail__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media only screen and (max-width: 1030px) {
      .myDetail__box {
        width: 100%;
        min-height: 360px;
        padding: 16px 15px 30px; } }
  .myDetail-nav {
    margin: 0 -74px 18px -5px;
    overflow: hidden; }
    @media only screen and (max-width: 1030px) {
      .myDetail-nav {
        margin: 0 0 22px;
        padding: 0 59px; } }
    .myDetail-nav__item {
      padding: 0 5px;
      cursor: pointer; }
      @media only screen and (max-width: 1030px) {
        .myDetail-nav__item {
          padding: 0 4px; } }
      @media only screen and (min-width: 1031px) {
        .myDetail-nav__item:only-of-type {
          position: relative;
          left: 137%; } }
    .myDetail-nav .slick-track {
      margin-left: -33.3333%; }
      @media only screen and (max-width: 1030px) {
        .myDetail-nav .slick-track {
          margin-left: 33.3333%; } }
    .myDetail-nav .slick-arrow {
      width: 20px;
      padding-top: 20px; }
    .myDetail-nav .slick-prev {
      left: -56px; }
    .myDetail-nav .slick-next {
      right: -56px; }
  .myDetail-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.875rem;
    letter-spacing: 0.15em;
    margin: 0 -1em 18px 0; }
    .myDetail-tag__item {
      line-height: 2.14286;
      margin-right: 1em; }
  .myDetail-foot {
    margin-top: auto; }
    .myDetail-foot__title {
      margin-bottom: 6px; }
  @media only screen and (max-width: 768px) {
    .myDetail a.btn-reserve {
      font-size: 1rem; } }
  .myDetail a.btn-reserve::before {
    content: "";
    background: url(../../images/interior/icon_reserve.svg) no-repeat 0 0;
    background-size: cover;
    display: inline-block;
    vertical-align: -.275em;
    width: 23px;
    height: 23px;
    margin-right: 17px; }
    @media only screen and (max-width: 768px) {
      .myDetail a.btn-reserve::before {
        width: 20px;
        height: 20px;
        margin-right: 10px; } }
  .myDetail .slick-arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    margin: auto;
    overflow: hidden;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .myDetail .slick-arrow {
        width: 22px;
        height: 22px; } }
    .myDetail .slick-arrow::before, .myDetail .slick-arrow::after {
      content: "";
      border-bottom-left-radius: 2px;
      border-style: solid;
      border-width: 0 0 2px 2px;
      position: absolute;
      width: 100%;
      height: 100%;
      cursor: pointer; }
    .myDetail .slick-arrow::before {
      border-color: #ffffff;
      bottom: 0;
      left: 0; }
    .myDetail .slick-arrow::after {
      border-color: #1c1c1c;
      bottom: 2px;
      left: 2px; }
  .myDetail .slick-prev {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .myDetail .slick-next {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .myDetail .slick-slide:focus {
    outline: none; }

/* セキスイハイムは積水化学グループの住宅ブランドです。
-----------------------------------------------------*/
.introduction-01 {
  width: 100%;
  padding: 140px 0 100px;
  background: #f5f8fb;
  position: relative;
  overflow: hidden; }

.introduction-01::before,
.introduction-01::after {
  content: '';
  width: 50%;
  position: absolute;
  top: 0;
  border-top: 150px solid #fff;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 1; }

.introduction-01::before {
  border-right: 0 solid #f5f8fb;
  right: 50%; }

.introduction-01::after {
  border-left: 0 solid #f5f8fb;
  left: 50%; }

.introduction-01.is-effect-on::before {
  border-right: 50vw solid #f5f8fb; }

.introduction-01.is-effect-on::after {
  border-left: 50vw solid #f5f8fb; }

.introduction-01 h3 {
  margin-bottom: 20px;
  padding-bottom: 25px;
  text-align: center;
  color: #3073b3;
  font-size: 32px;
  position: relative;
  z-index: 2; }

.introduction-01 h3::after {
  content: "";
  width: 80px;
  height: 1px;
  display: block;
  background: #3073b3;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px); }

.introduction-01 p {
  text-align: center;
  color: #3073b3;
  font-size: 20px;
  font-weight: 600; }

@media (max-width: 1030px) {
  .introduction-01 {
    width: 100%;
    padding: 15vw 0 10vw;
    background: #f5f8fb;
    position: relative;
    overflow: hidden; }
  .introduction-01::before,
  .introduction-01::after {
    content: '';
    width: 50%;
    position: absolute;
    top: 0;
    border-top: 150px solid #fff;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 1; }
  .introduction-01::before {
    border-right: 0 solid #f5f8fb;
    right: 50%; }
  .introduction-01::after {
    border-left: 0 solid #f5f8fb;
    left: 50%; }
  .introduction-01.is-effect-on::before {
    border-right: 50vw solid #f5f8fb; }
  .introduction-01.is-effect-on::after {
    border-left: 50vw solid #f5f8fb; }
  .introduction-01 h3 {
    margin-bottom: 20px;
    padding-bottom: 25px;
    text-align: center;
    color: #3073b3;
    font-size: 2.8vw;
    position: relative;
    z-index: 2; }
  .introduction-01 h3::after {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    background: #3073b3;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px); }
  .introduction-01 p {
    text-align: center;
    color: #3073b3;
    font-size: 2vw;
    font-weight: 600; } }

@media (max-width: 768px) {
  .introduction-01 {
    width: 100%;
    padding: 20vw 0 12vw;
    background: #f5f8fb;
    position: relative;
    overflow: hidden;
    border-top: 15px solid #fff; }
  .introduction-01::before,
  .introduction-01::after {
    content: '';
    width: 50%;
    position: absolute;
    top: 0;
    border-top: 18vw solid #fff;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 1; }
  .introduction-01 h3 {
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    text-align: center;
    font-size: 5.8vw;
    line-height: 1.4;
    position: relative;
    z-index: 2; }
  .introduction-01 h3::after {
    content: "";
    width: 14vw;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 7vw);
    display: block; }
  .introduction-01 p {
    text-align: center;
    color: #3073b3;
    font-size: 4.2vw;
    font-weight: 600; } }

/* 「時を経ても続く価値ある住まい」
-----------------------------------------------------*/
.introduction-02 {
  width: 100%;
  padding: 150px 0;
  position: relative; }

.introduction-02 .sec-in {
  width: 96%;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.introduction-02 h3 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  position: absolute;
  top: calc(50% - 50px);
  left: 0; }

.introduction-02 .img_1971 {
  width: 187px;
  margin: 90px auto auto 0; }

.introduction-02 .img_2019 {
  width: 222px;
  margin: auto 0 90px auto; }

@media (max-width: 1030px) {
  .introduction-02 {
    width: 100%;
    padding: 10vw 0;
    position: relative; }
  .introduction-02 .sec-in {
    width: 96%;
    max-width: 1080px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .introduction-02 h3 {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 2.8vw;
    color: #fff;
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75); }
  .introduction-02 .img_1971 {
    width: 35%;
    max-width: 187px;
    margin: 3vw auto auto 0; }
  .introduction-02 .img_2019 {
    width: 35%;
    max-width: 222px;
    margin: auto 0 3vw auto; } }

@media (max-width: 768px) {
  .introduction-02 {
    width: 100%;
    padding: 20vw 0;
    position: relative; }
  .introduction-02 .sec-in {
    width: 88%;
    max-width: 1080px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .introduction-02 h3 {
    width: 100%;
    padding-left: 1em;
    display: block;
    text-align: center;
    font-size: 5.8vw;
    color: #fff;
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    text-indent: -2em;
    position: absolute;
    top: calc(50% - 13vw);
    left: 0; }
  .introduction-02 .img_1971 {
    width: 35%;
    max-width: 187px;
    margin: 10vw auto auto 0; }
  .introduction-02 .img_2019 {
    width: 40%;
    max-width: 222px;
    margin: auto 0 10vw auto; } }

/* セキスイハイムの特徴
-----------------------------------------------------*/
.feature {
  width: 100%;
  padding: 80px 0 0;
  background: #f0f0f0;
  overflow-x: hidden; }

.feature h3 {
  margin-bottom: 35px;
  padding-bottom: 25px;
  text-align: center;
  color: #3073b3;
  font-size: 32px;
  position: relative;
  z-index: 2; }

.feature h3::after {
  content: "";
  width: 80px;
  height: 1px;
  display: block;
  background: #3073b3;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px); }

.feature .box-wrap {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.feature .box-wrap.box-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.feature .box-wrap .box-left {
  width: 50%;
  padding: 0 40px;
  margin-right: auto;
  line-height: 1.9; }

.feature .box-wrap .box-right {
  width: 50%;
  padding: 0;
  margin-left: auto;
  position: relative; }

.feature .box-wrap .txt-caption {
  font-size: 12px; }

@media (max-width: 1030px) {
  .feature {
    width: 100%;
    padding: 8vw 0 0;
    background: #f0f0f0;
    overflow-x: visible; }
  .feature h3 {
    margin-bottom: 35px;
    padding-bottom: 25px;
    text-align: center;
    color: #3073b3;
    font-size: 2.8vw;
    position: relative;
    z-index: 2; }
  .feature h3::after {
    content: "";
    width: 80px;
    height: 1px;
    display: block;
    background: #3073b3;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px); }
  .feature .box-wrap .box-left {
    width: 50%;
    padding: 0 2vw;
    margin-right: auto;
    line-height: 1.9;
    font-size: 1.6vw; }
  .feature .box-wrap .box-right {
    width: 50%;
    padding: 0;
    margin-left: auto; }
  .feature .box-wrap .txt-caption {
    font-size: 12px; } }

@media (max-width: 768px) {
  .feature {
    width: 100%;
    padding: 8vw 0 0;
    background: #f0f0f0; }
  .feature h3 {
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    text-align: center;
    color: #3073b3;
    font-size: 5.8vw;
    position: relative;
    z-index: 2; }
  .feature h3::after {
    content: "";
    width: 14vw;
    height: 1px;
    display: block;
    background: #3073b3;
    position: absolute;
    bottom: 0;
    left: calc(50% - 7vw); }
  .feature .box-wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 3vw;
    display: block; }
  .feature .box-wrap .box-left {
    width: 100%;
    padding: 0 4vw;
    margin-right: auto;
    line-height: 1.9;
    font-size: 3.2vw; }
  .feature .box-wrap .box-right {
    width: 100%;
    padding: 0;
    margin-left: auto; }
  .feature .box-wrap .txt-caption {
    font-size: 2.6vw; } }

/* ---------- 特徴 01 ----------*/
.feature .feature-01 {
  width: 100%;
  padding: 0 0 100px; }

.feature .feature-01 .box-wrap.box-ttl {
  padding: 25px 0 30px; }

.feature .feature-01 .box-wrap.box-ttl h4.num-01 {
  padding-left: 80px;
  display: block;
  font-size: 25px;
  position: relative; }

.feature .feature-01 .box-wrap.box-ttl h4.num-01::before {
  content: "";
  width: 60px;
  height: 93px;
  display: inline-block;
  background: url(../../images/feature/num_01.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 46px);
  left: 0; }

.feature .feature-01 .box-wrap.margin-minus {
  margin: -50px auto 0; }

.feature .feature-01 .box-wrap.box-reverse.margin-minus {
  margin: -130px auto 0; }

.feature .feature-01 .box-wrap.margin-minus .box-left {
  width: 50%;
  padding: 0 40px 110px; }

.feature .feature-01 .box-wrap.box-reverse.margin-minus .box-left {
  width: 50%;
  padding: 130px 40px 0; }

.feature .feature-01 .box-wrap.margin-minus .box-right::before {
  content: "";
  width: 1px;
  height: 0;
  display: block;
  background: #3073bb;
  position: absolute;
  top: -45px;
  right: -15px;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out; }

.feature .feature-01 .box-wrap.margin-minus .box-right::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #3073bb;
  position: absolute;
  top: -15px;
  right: -30px;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out; }

.feature .feature-01 .box-wrap.box-reverse.margin-minus .box-right::before {
  content: "";
  width: 1px;
  height: 0;
  display: block;
  background: #3073bb;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -45px;
  left: -15px;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out; }

.feature .feature-01 .box-wrap.box-reverse.margin-minus .box-right::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #3073bb;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -15px;
  left: -30px;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out; }

.feature .feature-01 .box-wrap.margin-minus .box-right.is-effect-on::before {
  height: 60%; }

.feature .feature-01 .box-wrap.margin-minus .box-right.is-effect-on::after {
  width: 50%; }

@media (max-width: 1030px) {
  .feature .feature-01 {
    width: 100%;
    padding: 0 0 10vw; }
  .feature .feature-01 .box-wrap.box-ttl {
    padding: 25px 0 30px; }
  .feature .feature-01 .box-wrap.box-ttl h4.num-01 {
    padding-left: 7vw;
    display: block;
    font-size: 2.3vw;
    position: relative; }
  .feature .feature-01 .box-wrap.box-ttl h4.num-01::before {
    content: "";
    width: 5vw;
    height: 9vw;
    display: inline-block;
    background: url(../../images/feature/num_01.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 4vw);
    left: 0; }
  .feature .feature-01 .box-wrap.margin-minus {
    margin: -5vw auto 0; }
  .feature .feature-01 .box-wrap.box-reverse.margin-minus {
    margin: -13vw auto 0; }
  .feature .feature-01 .box-wrap.margin-minus .box-left {
    width: 50%;
    padding: 0 2vw 11vw; }
  .feature .feature-01 .box-wrap.box-reverse.margin-minus .box-left {
    width: 50%;
    padding: 11vw 2vw 0; }
  .feature .feature-01 .box-wrap.margin-minus .box-right::before,
  .feature .feature-01 .box-wrap.margin-minus .box-right::after,
  .feature .feature-01 .box-wrap.box-reverse.margin-minus .box-right::before,
  .feature .feature-01 .box-wrap.box-reverse.margin-minus .box-right::after {
    content: none; } }

@media (max-width: 768px) {
  .feature .feature-01 {
    width: 100%;
    padding: 0 0 5vw; }
  .feature .feature-01 .box-wrap.box-ttl {
    padding: 5vw 0 10vw;
    text-align: center; }
  .feature .feature-01 .box-wrap.box-ttl h4.num-01 {
    padding-left: 12.5vw;
    display: inline-block;
    font-size: 4.6vw;
    position: relative; }
  .feature .feature-01 .box-wrap.box-ttl h4.num-01::before {
    content: "";
    width: 9.5vw;
    height: 15vw;
    display: inline-block;
    background: url(../../images/feature/num_01.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 7.5vw);
    left: 0; }
  .feature .feature-01 .box-wrap.margin-minus {
    margin: 2vw auto 8vw; }
  .feature .feature-01 .box-wrap.box-reverse.margin-minus {
    margin: 2vw auto 8vw; }
  .feature .feature-01 .box-wrap.margin-minus .box-left {
    width: 100%;
    padding: 0 4vw 5vw; }
  .feature .feature-01 .box-wrap.box-reverse.margin-minus .box-left {
    width: 100%;
    padding: 0 4vw 5vw; } }

/* ---------- 特徴 02 ----------*/
.feature .feature-02 {
  width: 100%;
  padding: 0 0 100px;
  background: #fff; }

.feature .feature-02 .box-wrap.box-ttl {
  padding: 100px 0 100px; }

.feature .feature-02 .box-wrap.box-ttl .box-right {
  padding: 0 0 0 40px; }

.feature .feature-02 .box-wrap.box-ttl h4.num-02 {
  padding-left: 90px;
  display: block;
  font-size: 25px;
  position: relative;
  text-indent: -0.5em; }

.feature .feature-02 .box-wrap.box-ttl h4.num-02::before {
  content: "";
  width: 70px;
  height: 94px;
  display: inline-block;
  background: url(../../images/feature/num_02.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 47px);
  left: 0; }

.feature .feature-02 .box-wrap.box-reverse.margin-minus {
  margin: -130px auto 0; }

.feature .feature-02 .box-wrap.margin-minus {
  margin: -130px auto 0; }

.feature .feature-02 .box-wrap.box-reverse.margin-minus .box-left {
  width: 50%;
  padding: 0 40px 100px; }

.feature .feature-02 .box-wrap.margin-minus .box-left {
  width: 50%;
  padding: 130px 40px 0; }

.feature .feature-02 .box-wrap.margin-minus .box-right::before {
  content: "";
  width: 1px;
  height: 0;
  display: block;
  background: #3073bb;
  position: absolute;
  bottom: -45px;
  right: -15px;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out; }

.feature .feature-02 .box-wrap.margin-minus .box-right::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #3073bb;
  position: absolute;
  bottom: -15px;
  right: -30px;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out; }

.feature .feature-02 .box-wrap.box-reverse.margin-minus .box-right::before {
  content: "";
  width: 1px;
  height: 0;
  display: block;
  background: #3073bb;
  position: absolute;
  bottom: auto;
  right: auto;
  top: -45px;
  left: -15px;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out; }

.feature .feature-02 .box-wrap.box-reverse.margin-minus .box-right::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #3073bb;
  position: absolute;
  bottom: auto;
  right: auto;
  top: -15px;
  left: -30px;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out; }

.feature .feature-02 .box-wrap.margin-minus .box-right.is-effect-on::before {
  height: 60%; }

.feature .feature-02 .box-wrap.margin-minus .box-right.is-effect-on::after {
  width: 50%; }

@media (max-width: 1030px) {
  .feature .feature-02 {
    width: 100%;
    padding: 0 0 10vw;
    background: #fff; }
  .feature .feature-02 .box-wrap.box-ttl {
    padding: 5vw 0 10vw; }
  .feature .feature-02 .box-wrap.box-ttl .box-right {
    padding: 0 2vw; }
  .feature .feature-02 .box-wrap.box-ttl h4.num-02 {
    padding-left: 7.5vw;
    display: block;
    font-size: 2.3vw;
    position: relative;
    text-indent: -0.5em; }
  .feature .feature-02 .box-wrap.box-ttl h4.num-02::before {
    content: "";
    width: 5.5vw;
    height: 9vw;
    display: inline-block;
    background: url(../../images/feature/num_02.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 4vw);
    left: 0; }
  .feature .feature-02 .box-wrap.box-reverse.margin-minus {
    margin: -13vw auto 0; }
  .feature .feature-02 .box-wrap.margin-minus {
    margin: -13vw auto 0; }
  .feature .feature-02 .box-wrap.box-reverse.margin-minus .box-left {
    width: 50%;
    padding: 0 2vw 11vw; }
  .feature .feature-02 .box-wrap.margin-minus .box-left {
    width: 50%;
    padding: 11vw 2vw 0; }
  .feature .feature-02 .box-wrap.margin-minus .box-right::before,
  .feature .feature-02 .box-wrap.margin-minus .box-right::after,
  .feature .feature-02 .box-wrap.box-reverse.margin-minus .box-right::before,
  .feature .feature-02 .box-wrap.box-reverse.margin-minus .box-right::after {
    content: none; } }

@media (max-width: 768px) {
  .feature .feature-02 {
    width: 100%;
    padding: 0 0 2vw;
    background: #fff; }
  .feature .feature-02 .box-wrap.box-ttl {
    margin: 0 auto;
    padding: 12vw 0 5vw;
    text-align: center; }
  .feature .feature-02 .box-wrap.box-ttl .box-right {
    padding: 0; }
  .feature .feature-02 .box-wrap.box-ttl h4.num-02 {
    padding-left: 14vw;
    display: inline-block;
    font-size: 4.6vw;
    position: relative; }
  .feature .feature-02 .box-wrap.box-ttl h4.num-02::before {
    content: "";
    width: 11vw;
    height: 15vw;
    display: inline-block;
    background: url(../../images/feature/num_02.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 7.5vw);
    left: 0; }
  .feature .feature-02 .box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .feature .feature-02 .box-wrap.margin-minus {
    margin: 2vw auto 8vw; }
  .feature .feature-02 .box-wrap.box-reverse.margin-minus {
    margin: 2vw auto 8vw; }
  .feature .feature-02 .box-wrap.margin-minus .box-left {
    width: 100%;
    padding: 5vw 4vw 0; }
  .feature .feature-02 .box-wrap.box-reverse.margin-minus .box-left {
    width: 100%;
    padding: 5vw 4vw 0; } }

/* ---------- 特徴 03 ----------*/
.feature .feature-03 {
  width: 100%;
  padding: 0 0 150px; }

.feature .feature-03 .box.box-ttl {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 40px 30px; }

.feature .feature-03 .box.box-ttl h4.num-03 {
  padding-left: 91px;
  display: inline-block;
  font-size: 25px;
  position: relative; }

.feature .feature-03 .box.box-ttl h4.num-03::before {
  content: "";
  width: 71px;
  height: 96px;
  display: inline-block;
  background: url(../../images/feature/num_03.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 48px);
  left: 0; }

.feature .feature-03 .box.box-ttl p {
  width: 80%;
  max-width: 710px;
  margin: 40px auto 0;
  text-align: left; }

.feature .feature-03 .box-wrap {
  width: 100%;
  max-width: initial;
  margin: 0 auto 0; }

.feature .feature-03 .box-wrap .box-left,
.feature .feature-03 .box-wrap .box-right {
  padding: 0;
  position: relative;
  line-height: 1; }

.feature .feature-03 .box-wrap .img-main {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  position: relative;
  z-index: 1; }

.feature .feature-03 .box-wrap .box-left .img-icon {
  width: 25%;
  max-width: 145px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2; }

.feature .feature-03 .box-wrap .txt-icon {
  width: 186px;
  padding: 25px 20px;
  display: block;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  bottom: -50px;
  z-index: 2; }

.feature .feature-03 .box-wrap .txt-icon img {
  width: 90%;
  max-width: 108px;
  margin: 0 auto 10px; }

.feature .feature-03 .box-wrap .txt-icon p {
  font-size: 11px;
  letter-spacing: 0.01em; }

.feature .feature-03 .box-wrap .box-left .txt-icon {
  border: 3px solid #f8c400;
  right: 20px; }

.feature .feature-03 .box-wrap .box-right .txt-icon {
  border: 3px solid #dd6a0f;
  left: 20px;
  text-align: center; }

.feature .feature-03 .box-wrap .box-right .img-icon {
  width: 25%;
  max-width: 145px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2; }

.feature .feature-03 .box-wrap .txt-sub {
  width: 80%;
  max-width: 132px;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2; }

@media (max-width: 1030px) {
  .feature .feature-03 {
    width: 100%;
    padding: 0 0 20vw; }
  .feature .feature-03 .box.box-ttl {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 10vw 0 3vw; }
  .feature .feature-03 .box.box-ttl h4.num-03 {
    padding-left: 7.8vw;
    display: inline-block;
    font-size: 2.3vw;
    position: relative; }
  .feature .feature-03 .box.box-ttl h4.num-03::before {
    content: "";
    width: 5.8vw;
    height: 8vw;
    display: inline-block;
    background: url(../../images/feature/num_03.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 4vw);
    left: 0; }
  .feature .feature-03 .box.box-ttl p {
    width: 70%;
    max-width: 710px;
    margin: 4vw auto 0;
    text-align: left;
    font-size: 1.6vw; }
  .feature .feature-03 .box-wrap {
    width: 100%;
    max-width: initial;
    margin: 0 auto 0; }
  .feature .feature-03 .box-wrap .box-left,
  .feature .feature-03 .box-wrap .box-right {
    padding: 0;
    position: relative;
    line-height: 1; }
  .feature .feature-03 .box-wrap .img-main {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    z-index: 1; }
  .feature .feature-03 .box-wrap .box-left .img-icon {
    width: 22%;
    max-width: 145px;
    display: block;
    position: absolute;
    top: 1.5vw;
    left: 1.5vw;
    z-index: 2; }
  .feature .feature-03 .box-wrap .txt-icon {
    width: 24vw;
    padding: 2vw 1.5vw;
    display: block;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    bottom: -14vw;
    z-index: 2; }
  .feature .feature-03 .box-wrap .txt-icon img {
    width: 90%;
    max-width: 108px;
    margin: 0 auto 10px; }
  .feature .feature-03 .box-wrap .txt-icon p {
    font-size: 1.2vw;
    letter-spacing: 0.01em; }
  .feature .feature-03 .box-wrap .box-left .txt-icon {
    border: 3px solid #f8c400;
    right: 20px; }
  .feature .feature-03 .box-wrap .box-right .txt-icon {
    border: 3px solid #dd6a0f;
    left: 20px;
    text-align: left; }
  .feature .feature-03 .box-wrap .box-right .img-icon {
    width: 25%;
    max-width: 145px;
    display: block;
    position: absolute;
    top: 1.5vw;
    right: 1.5vw;
    z-index: 2; }
  .feature .feature-03 .box-wrap .txt-sub {
    width: 80%;
    max-width: 132px;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2; } }

@media (max-width: 768px) {
  .feature .feature-03 {
    width: 100%;
    padding: 0 0 2vw; }
  .feature .feature-03 .box.box-ttl {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 14vw 0 8vw;
    text-align: center; }
  .feature .feature-03 .box.box-ttl h4.num-03 {
    margin-bottom: 4vw;
    padding-left: 14vw;
    display: inline-block;
    font-size: 4.6vw;
    position: relative; }
  .feature .feature-03 .box.box-ttl h4.num-03::before {
    content: "";
    width: 11vw;
    height: 15vw;
    display: inline-block;
    background: url(../../images/feature/num_03.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 7.5vw);
    left: 0; }
  .feature .feature-03 .box.box-ttl p {
    width: 100%;
    max-width: initial;
    margin: 8vw auto 0;
    text-align: left;
    font-size: 3.2vw;
    line-height: 2; }
  .feature .feature-03 .box-wrap {
    width: 100%;
    max-width: initial;
    margin: 0 auto 0; }
  .feature .feature-03 .box-wrap .box-left,
  .feature .feature-03 .box-wrap .box-right {
    padding: 0;
    position: relative;
    line-height: 1.8; }
  .feature .feature-03 .box-wrap .img-main {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    z-index: 1; }
  .feature .feature-03 .box-wrap .box-left .img-icon {
    width: 30%;
    max-width: 145px;
    margin: 0 auto 5vw;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    z-index: 2; }
  .feature .feature-03 .box-wrap .txt-icon {
    width: 70%;
    max-width: 400px;
    margin: 5vw auto 8vw;
    padding: 2vw 2vw;
    display: block;
    border-radius: 10px;
    background: #fff;
    position: relative;
    bottom: auto;
    z-index: 2; }
  .feature .feature-03 .box-wrap .txt-icon img {
    width: 90%;
    max-width: 108px;
    margin: 0 auto 10px; }
  .feature .feature-03 .box-wrap .txt-icon p {
    font-size: 2.2vw;
    letter-spacing: 0.01em; }
  .feature .feature-03 .box-wrap .box-left .txt-icon {
    border: 3px solid #f8c400;
    right: auto;
    text-align: center; }
  .feature .feature-03 .box-wrap .box-left .txt-icon::after {
    content: "";
    width: 4vw;
    height: 4vw;
    background: #fff;
    border-right: 3px solid #f8c400;
    border-bottom: 3px solid #f8c400;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -2.6vw;
    left: calc(50% - 2.5vw); }
  .feature .feature-03 .box-wrap .box-right .txt-icon {
    border: 3px solid #dd6a0f;
    left: auto;
    text-align: center; }
  .feature .feature-03 .box-wrap .box-right .txt-icon::after {
    content: "";
    width: 4vw;
    height: 4vw;
    background: #fff;
    border-right: 3px solid #dd6a0f;
    border-bottom: 3px solid #dd6a0f;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -2.6vw;
    left: calc(50% - 2.5vw); }
  .feature .feature-03 .box-wrap .box-right .img-icon {
    width: 30%;
    max-width: 145px;
    margin: 0 auto 5vw;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    z-index: 2; }
  .feature .feature-03 .box-wrap .txt-sub {
    width: 80%;
    max-width: 132px;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2; } }

/* ---------- 特徴 04 ----------*/
.feature .feature-04 {
  width: 100%;
  padding: 0 0 80px;
  background: #fff; }

.feature .feature-04 .box.box-ttl {
  padding: 100px 0 60px;
  text-align: center; }

.feature .feature-04 .box-long {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-right: 75px; }

.feature .feature-04 .box.box-ttl h4.num-04 {
  padding-left: 90px;
  display: inline-block;
  font-size: 25px;
  position: relative;
  text-indent: -0.5em; }

.feature .feature-04 .box.box-ttl h4.num-04::before {
  content: "";
  width: 72px;
  height: 93px;
  display: inline-block;
  background: url(../../images/feature/num_04.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 47px);
  left: 0; }

.feature .feature-04 .box-wrap.margin-minus {
  margin: -30px auto 0; }

.feature .feature-04 .box-wrap.margin-minus .box-left {
  width: 50%;
  padding: 0 40px 80px; }

@media (max-width: 1030px) {
  .feature .feature-04 {
    width: 100%;
    padding: 0 0 8vw;
    background: #fff; }
  .feature .feature-04 .box.box-ttl {
    padding: 10vw 0 6vw;
    text-align: center; }
  .feature .feature-04 .box-long {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-right: 10vw; }
  .feature .feature-04 .box.box-ttl h4.num-04 {
    padding-left: 7.8vw;
    display: inline-block;
    font-size: 2.3vw;
    position: relative; }
  .feature .feature-04 .box.box-ttl h4.num-04::before {
    content: "";
    width: 5.8vw;
    height: 8vw;
    display: inline-block;
    background: url(../../images/feature/num_04.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 4vw);
    left: 0; }
  .feature .feature-04 .box-wrap.margin-minus {
    margin: -3vw auto 0; }
  .feature .feature-04 .box-wrap.margin-minus .box-left {
    width: 50%;
    padding: 0 2vw 8vw; } }

@media (max-width: 768px) {
  .feature .feature-04 {
    width: 100%;
    padding: 0 0 2vw;
    background: #fff; }
  .feature .feature-04 .box.box-ttl {
    margin: 0 auto;
    padding: 14vw 0 12vw;
    text-align: center; }
  .feature .feature-04 .box.box-ttl .box-right {
    padding: 0; }
  .feature .feature-04 .box.box-ttl h4.num-04 {
    padding-left: 14vw;
    display: inline-block;
    font-size: 4.6vw;
    position: relative; }
  .feature .feature-04 .box.box-ttl h4.num-04::before {
    content: "";
    width: 11vw;
    height: 15vw;
    display: inline-block;
    background: url(../../images/feature/num_04.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 7.5vw);
    left: 0; }
  .feature .feature-04 .box-long {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-right: 0; }
  .feature .feature-04 .box-wrap.margin-minus {
    margin: 2vw auto 8vw; }
  .feature .feature-04 .box-wrap.box-reverse.margin-minus {
    margin: 2vw auto 8vw; }
  .feature .feature-04 .box-wrap.margin-minus .box-left {
    width: 100%;
    padding: 5vw 4vw 8vw; } }

@media (min-width: 1031px) {
  a:hover {
    opacity: 0.6; } }

/* バナーエリア 
-----------------------------------------------------*/
.bnr-wap {
  width: 100%; }

.bnr-box {
  width: 96%;
  max-width: 1080px;
  margin: 75px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.bnr-box a {
  width: calc((100% - 30px) / 2);
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.bnr-box a img {
  width: 42%; }

.bnr-box a > div {
  width: 58%;
  height: 100%;
  padding: 15px 2px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center; }

.bnr-box a .bnr-ttl {
  margin: auto auto;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4; }

@media (max-width: 1030px) {
  /* バナーエリア */
  .bnr-box {
    width: 96%;
    max-width: 1080px;
    margin: 8vw auto 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .bnr-box a {
    width: calc((100% - 1.5vw) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  .bnr-box a img {
    width: 36%; }
  .bnr-box a > div {
    width: 64%;
    height: 100%;
    padding: 0.8vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center; }
  .bnr-box a .bnr-ttl {
    margin: auto auto;
    font-size: 2.0vw;
    font-weight: 600; } }

@media (max-width: 768px) {
  /* バナーエリア */
  .bnr-box {
    width: 96%;
    max-width: 1080px;
    margin: 12vw auto;
    display: block; }
  .bnr-box a {
    width: 100%;
    height: auto;
    margin-bottom: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  .bnr-box a img {
    width: 38%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .bnr-box a > div {
    width: 62%;
    height: auto;
    padding: 2vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center; }
  .bnr-box a .bnr-ttl {
    margin: auto auto;
    font-size: 4.2vw;
    font-weight: 600; } }
