@charset "utf-8";
.feature_intro {
  background: url(../img/common/bg-brown_dot.png);
  position: relative;
  padding-bottom: 30px;
}
.feature_intro .txt {
  width: 55%;
}
.feature_intro h3 {
  font-size: 34px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
.feature_intro h3 span {
  font-size: 24px;
  color: #b98a4a;
  display: block;
  background: #fff;
  border-radius: 100px;
  padding: 4px 0 6px;
  margin-bottom: 6px;
}
.feature_intro p {
  font-size: 19px;
  color: #fff;
  margin-top: 6px;
}
.feature_intro img {
  width: 42.3%;
  max-width: 432px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.condition {
  margin-top: 50px;
  position: relative;
}
.condition.bg_circle_left::before {
  top: 80px;
}
.condition .ttl_content_top.bg_circle_right::before {
  bottom: -4%;
}
.condition_content {
  margin-bottom: 14px;
  border-radius: 0 0 10px 10px;
}
.condition .half_box:nth-of-type(1) {
  padding-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.condition .half_box:nth-of-type(even) {
  flex-direction: row-reverse;
  padding-top: 40px;
}
.pick_content {
  border-radius: 0 0 10px 10px;
}
.pick_content h3 {
  font-size: 30px;
  margin: 30px 0 23px;
}
#burden .content_img-txton .box_wrapper.bg_circle_right::before {
  bottom: -30px;
}
#flow .bg_circle_left::before {
  background: url('../img/common/bg_circle03.png') no-repeat;
  top: 100px;
  z-index: initial;
}

.content_img-txton .box_wrapper:nth-of-type(even) .txt_box{
  padding: 45px 48px 30px;
}    


@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 960px) {
  .feature_intro .txt {
    width: 65%;
    position: relative;
    z-index: 10;
  }
  .feature_intro h3 {
    font-size: 28px;
  }
  .feature_intro h3 span {
    font-size: 20px;
  }
  .feature_intro p {
    font-size: 16px;
  }
  .feature_intro img {
    width: 40%;
    right: 3vw;
  }
  .pick_content h3 {
    font-size: 24px;
    margin: 14px 0 10px;
  }
}
@media only screen and (max-width: 568px) {
  .feature_intro .txt {
    width: 100%;
  }
  .feature_intro h3 {
    font-size: 23px;
  }
  .feature_intro h3 span {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .feature_intro p {
    font-size: 15px;
  }
  .feature_intro img {
    width: 84%;
    position: relative;
    right: initial;
    top: initial;
    transform: none;
    display: block;
    margin: 20px auto 0;
  }
  .condition {
    margin-top: 40px;
  }
  .condition.bg_circle_left::before {
    content: none;
  }
  .condition .ttl_content_top.bg_circle_right::before {
    content: none;
  }
  .condition_content {
    padding-top: 20px;
    border-radius: 0;
    margin-bottom: 10px;
  }
  .condition .half_box:nth-of-type(1) {
    padding-bottom: 20px;
  }
  .condition .half_box:nth-of-type(even) {
    padding-top: 25px;
  }
  .pick_content {
    padding-top: 20px;
    border-radius: 0;
  }
  .pick_content h3 {
    font-size: 21px;
    line-height: 1.5;
    margin: 12px 0 8px;
  }
  #burden .content_img-txton .box_wrapper.bg_circle_right::before {
    bottom: -50px;
  }
  #flow .bg_circle_left::before {
    content: none;
  }
  .content_img-txton .box_wrapper:nth-of-type(even) .txt_box{
    padding: 5vw 6.5vw;
  }    
}

/*---250424---*/
.marker {
  background: linear-gradient(transparent 75%, #fff600 75%);
}
.feature_intro{
  background: #fffbe8;
  padding-bottom: 0;
}
.feature_intro .md_inner_space{
  border:6px solid #dcc4a4;
  border-top:none;
}
.feature_intro h3{
  font-size: 30px;
  padding: 8px 0 10px;
}
.feature_intro h3 span{
  background: none;
  color: #fff;
  border-radius: none;
  padding: 0;
  margin-bottom: 0;
  display: inline;
}
.feature_intro p{
  color: #333;
  font-size: 17px;
}
.feature_intro img{
  position: static;
  transform:none;
}
.feature_intro h4{
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.feature_intro .sales_car h5{
  font-size: 24px;
}
.feature_intro .row{
  margin-bottom: 30px;
}
.feature_intro .sales_car .btn_wrapper{
  margin-top: 20px;
}
.feature_intro .sales_car .btn_wrapper .btn{
  background: #31865a;
  box-shadow: 0px 5px 1px #508089;
}
.bg_border{
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
}
.bg_border span{
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 10px;
}
.bg_border::before{
  content: "";
  width: 100%;
  height: 1px;
  background: var(--site-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media only screen and (max-width: 568px) {
.feature_intro .row{
  flex-direction: column;
}
.feature_intro h3{
  font-size: 20px;
}
.feature_intro h4{
  font-size: 24px;
}
.feature_intro .sales_car h5{
  text-align: left;
  font-size: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.bg_border{
  font-size: 20px;
  margin: 0 -5.7vw 20px;
  line-height: 1.5;
}
.bg_border span{
  display: inline-block;
}
}

/* 20260410 改修 */
.car_features_wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 568px) {
  .car_features_wrap {
    margin-top: 30px;
  }
  .car_top_content {
    margin: 0 -5.3vw 30px;
  }
  .ttl_double_border {
    margin: 0 -5.3vw 20px;
  }
}
.car_feature_box {
  .add_box {
    background: #fff;
    border-radius: 100px;
    margin-top: 5%;
    .photo {
      width: 50%;
      img {
        width: 50%;
        border-radius: 10px;
        border: 3px solid #fff;
        box-shadow: 2px 2px 5px rgba(170, 170, 170, 0.5);
        display: block;
        margin: -6% auto 0;
      }
    }
    .txt {
      width: 50%;
      padding: 2.5% 0% 2.5% 7%;
      span {
        font-size: 15px;
        font-weight: 500;
        display: block;
        width: fit-content;
        padding: 0.25em 2.0em;
        border-radius: 50px;
        margin-bottom: 0.5em;
      }
    }
    &.row {
      .txt {
        padding: 2.5% 7% 2.5% 0%;
      }
    }
  }
  &.feature_01 {
    .add_box_01 {
      background: url(../img/funeral-car/point_bg_01.jpg) no-repeat;
      background-size: cover;
    }
    .add_box_02 {
      background: url(../img/funeral-car/point_bg_02.jpg) no-repeat;
      background-size: cover;
    }
  }
  &.feature_02 {
    .add_box {
      background: url(../img/funeral-car/point_bg_03.jpg) no-repeat;
      background-size: cover;
      ul {
        gap: 0 4%;
      }
      li {
        width: 40%;
        img {
          width: 100%;
        }
      }
    }
    
  }
  &.feature_04 {
    .add_box {
      background: url(../img/funeral-car/point_bg_04.jpg) no-repeat;
      background-size: cover;
    }
  }
  &.feature_05 {
    margin-bottom: 0;
    .add_box {
      background: url(../img/funeral-car/point_bg_05.jpg) no-repeat;
      background-size: cover;
    }
  }
  @media only screen and (max-width: 960px) {
    .add_box {
      .photo {
        img {
          width: 58%;
        }
      }
      .txt {
        span {
          font-size: 13px;
        }
      }
    }
    &.feature_02 {
      .add_box {
        li {
          width: 45%;
        }
      }
    }
  }
  @media only screen and (max-width: 568px) {
    .add_box {
      flex-direction: column;
      align-items: center;
      border-radius: 10px;
      margin-top: 15%;
      .photo {
        width: 72%;
        img {
          width: 100%;
          margin-top: -12%;
          border-radius: 7px;
        }
      }
      .txt {
        width: 100%;
        padding: 2.5% 10% 6% !important;
        span {
          font-size: 14px;
          margin: 0.5em auto 0.75em;
        }
      }
    }
    &.feature_01 {
      .add_box {
        background: url(../img/funeral-car/point_bg_01_sp.jpg);
        background-size: auto 100%;
      }
    }
    &.feature_02 {
      .add_box {
        background: url(../img/funeral-car/point_bg_02_sp.jpg);
        background-size: auto 100%;
        ul {
          flex-direction: column;
          margin: 0 -7%;
        }
        li {
          width: 70%;
          &:first-child {
            margin-right: auto;
          }
          &:nth-child(2) {
            margin-left: auto;
            img {
              margin-top: 6%;
            }
          }
        }
      }
    }
    &.feature_03 {
      .add_box {
        background: url(../img/funeral-car/point_bg_03_sp.jpg);
        background-size: auto 100%;
      }
    }
    &.feature_04 {
      .add_box {
        background: url(../img/funeral-car/point_bg_04_sp.jpg);
        background-size: auto 100%;
      }
    }
    &.feature_05 {
      .add_box {
        background: url(../img/funeral-car/point_bg_05_sp.jpg);
        background-size: auto 100%;
      }
    }
  }
}

.animal_baton {
  .box {
    background: url(../img/funeral-car/animal_baton_bg.jpg) no-repeat;
    background-size: cover;
  }
  .ttl_area {
    position: relative;
    background: url(../img/funeral-car/animal_baton_top_pc.jpg) no-repeat;
    background-size: 100% auto;
    &::before {
      content: '';
      background: url(../img/funeral-car/pet_hand_icon.png) no-repeat;
      background-size: contain;
      width: 64px;
      height: 60px;
      position: absolute;
      bottom: 37%;
      left: -4%;
    }
    img {
      width: 25%;
      position: absolute;
      bottom: -5%;
      right: 8%;
    }
    .ttl {
      padding-top: 18%;
      margin-left: -2%;
      em {
        font-size: 28px;
        box-decoration-break: clone;
        display: inline;
        padding: .3em;
        line-height: 2.5;

      }
      .color {
        color: #f7f81f;
      }
      
    }
  }
  .sub {
    position: relative;
    width: fit-content;
    font-size: 20px;
    margin: 3% auto 3%;
    &::before, &::after {
      content: '';
      position: absolute;
      width: 31px;
      height: 37px;
      position: absolute;
      bottom: 0;
    }
    &::before {
      background: url(../img/common/line-left.png) no-repeat;
      background-size: contain;
      left: -50px;
    }
    &::after {
      background: url(../img/common/line-right.png) no-repeat;
      background-size: contain;
      right: -50px;
    }
  }
  .movie_area {
    gap: 0 4%;
    .movie_image {
      width: 25%;
      img {
        border-radius: 5px;
      }
    }
    .txt_box {
      padding: 3% 5%;
      border-radius: 100px;
      position: relative;
      .icon {
        position: absolute;
        top: -30%;
        left: 10%;
        width: 92px;
        
      }
      p {
        font-size: 18px;
        font-weight: bold;
        line-height: 2.2;
        em {
          text-decoration: underline dotted #999;
          text-underline-offset: 10px;
        }
      }
    }
  }
  @media only screen and (max-width: 960px) {
    .ttl_area {
      &::before {
        bottom: 43%;
      }
      img {
        right: 4%;
      }
      .ttl {
        em {
          font-size: 24px;
        }
      }
    }
    .movie_area {
      .txt_box {
        .icon {
          width: 78px;
        }
      }
    }
  }
  @media only screen and (max-width: 568px) {
    .box {
      background: url(../img/funeral-car/animal_baton_bg_sp.jpg) no-repeat;
      background-size: cover;
      width: 100%;
      margin: 0;
      padding: 25px 5.3vw 30px;
    }
    .ttl_area {
      background: url(../img/funeral-car/animal_baton_top_sp.jpg) no-repeat;
      background-size: 100% auto;
      &::before {
        width: 44px;
        height: 42px;
        left: initial;
        right: 23%;
        bottom: 5%;
        z-index: 10;
      }
      .ttl {
        padding-top: 31%;
        em {
          font-size: 20px;
          padding: 0.2em 0.3em;
          line-height: 2.1;
        }
      }
      img {
        width: 34%;
        right: -6%;
        bottom: -5%;
      }
    }
    .sub {
      font-size: 16px;
      width: fit-content;
      margin: 5% auto 1%;
      &::before {
        left: -22px;
      }
      &::after {
        right: -22px;
      }
    }
    .movie_area {
      flex-direction: column;
      .movie_image {
        width: 52%;
        margin: 5px auto 25px;
      }
      .txt_box {
        padding: 5% 5% 7%;
        .icon {
          width: 60px;
          top: -13%;
          left: 0;
        }
        p {
          font-size: 16px;
        }
      }
    }
  }
}

.sec_voices {
  li {
    width: 30%;
    background: #fbeced;
    .ttl {
      font-size: 26px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.35em 0;
      margin-left: -5%;
      img {
        width: 40px;
        margin-right: 10px;
      }
    }
    a {
      display: block;
      float: left;
      max-width: 120px;
      position: relative;
      z-index: 10;
      margin: 0 8% 4% 0;
      &::after {
        content: '';
        background: url(../img/common/icon_zoom.svg) no-repeat;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        bottom: 0;
      }
    }
    .voice_content {
      padding: 7% 7% 8%;
    }
  }
  @media only screen and (max-width: 960px) {
    li {
      width: 32%;
      .ttl {
        font-size: 22px;
      }
      a {
        max-width: 100px;
      }
    }
  }
  @media only screen and (max-width: 568px) {
    ul {
      flex-direction: column;
      gap: 20px 0;
      li {
        width: 100%;
        .ttl {
          font-size: 20px;
          img {
            width: 35px;
          }
        }
        .voice_content {
          padding: 6% 7% 7%;
        }
        a {
          max-width: 130px;
        }
      }
    }
  }
}

.flow_movie_box {
  border: 3px solid var(--site-primary);
  overflow: hidden;
  margin-top: 5%;
  .center {
    font-size: 24px;
    padding: 0.25em 0 0.35em;
  }
  .bg_white {
    padding: 3.5% 0;
  }
  a {
    display: block;
    width: 23%;
    margin: 0 auto;
  }
  @media only screen and (max-width: 960px) {
    a {
      width: 30%;
    }
  }
  @media only screen and (max-width: 568px) {
    .center {
      font-size: 18px;
      padding: 0.45em 0 0.65em;
    }
    .bg_white {
      padding: 5.5% 0;
    }
    a {
      width: 50%;
    }
  }
}

.other_services {
  padding-bottom: 60px;
  .options-sub {
    ul {
      li {
        img {
          width: 100%;
          float: none;
          margin-right: 0;
        }
      }
    }
  }
  @media only screen and (max-width: 568px) {
    padding-bottom: 15px;
    .options-sub {
      ul {
        li {
          .option_title {
            float: right;
            width: 47%;
          }
          img {
            width: 47%;
            float: left;
            margin-right: 20px;
          }
        }
      }
    }
  }
}