/*! Writen  by SCSS */
.sec01 {
  padding-bottom: clamp(50px, 5.646vw, 70px); }
  .sec01 .sec01_item01 {
    margin-bottom: clamp(60px, 8.065vw, 100px);
    align-items: flex-start; }
    @media screen and (max-width: 820px) {
      .sec01 .sec01_item01 {
        flex-direction: column;
        row-gap: 30px; } }
    .sec01 .sec01_item01 .sec_ttl_group {
      width: 55.65%;
      margin-right: -9%; }
      @media screen and (max-width: 820px) {
        .sec01 .sec01_item01 .sec_ttl_group {
          width: 100%;
          margin-right: 0;
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_item01 .sec_ttl_group .read_group {
          display: flex;
          flex-direction: column;
          row-gap: 1.4em; } }
    .sec01 .sec01_item01 .map_img {
      width: 58.954%; }
      @media screen and (max-width: 820px) {
        .sec01 .sec01_item01 .map_img {
          width: 100%;
          max-width: 695px;
          margin: 0 auto; } }
  .sec01 .sec01_item02 {
    flex-direction: column;
    row-gap: clamp(80px, 9.678vw, 120px); }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_item02 {
        row-gap: 50px; } }
    .sec01 .sec01_item02 .item {
      justify-content: flex-end;
      column-gap: 4.38%;
      position: relative; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_item02 .item {
          flex-direction: column;
          row-gap: 30px; } }
      .sec01 .sec01_item02 .item.rev {
        flex-direction: row-reverse;
        justify-content: flex-end; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item02 .item.rev {
            flex-direction: column; } }
      .sec01 .sec01_item02 .item.f_wrap {
        flex-wrap: wrap; }
      .sec01 .sec01_item02 .item .big_photo {
        width: 53.13%; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item02 .item .big_photo {
            width: calc(100% - 40px);
            margin: 0 auto; } }
        .sec01 .sec01_item02 .item .big_photo img {
          width: 100%; }
      .sec01 .sec01_item02 .item .detail_box {
        width: 31.25%;
        max-width: 500px;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 820px) {
          .sec01 .sec01_item02 .item .detail_box {
            width: 40%; } }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item02 .item .detail_box {
            width: 100%; } }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item02 .item .detail_box .detail_in {
            width: calc(100% - 40px);
            margin: 0 auto; } }
        .sec01 .sec01_item02 .item .detail_box .detail_in .obi_txt {
          width: 140%;
          margin-left: -40%;
          margin-bottom: 10px;
          transform: translateY(-50%);
          padding: 5px 0;
          display: flex;
          justify-content: flex-start;
          font-size: clamp(20px, 1.667vw, 30px);
          color: #FFF;
          column-gap: 5.71%; }
          @media screen and (max-width: 820px) {
            .sec01 .sec01_item02 .item .detail_box .detail_in .obi_txt {
              margin-bottom: 0; } }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_item02 .item .detail_box .detail_in .obi_txt {
              font-size: 6vw;
              width: calc(100% + 20px);
              transform: none;
              margin: 0 -20px 0 -20px; } }
          .sec01 .sec01_item02 .item .detail_box .detail_in .obi_txt.left {
            margin-left: 0;
            margin-right: -40%; }
            @media screen and (max-width: 480px) {
              .sec01 .sec01_item02 .item .detail_box .detail_in .obi_txt.left {
                margin-right: 0; } }
          .sec01 .sec01_item02 .item .detail_box .detail_in .obi_txt .num {
            padding: 0 clamp(20px, 1.667vw, 30px);
            border-right: 1px solid rgba(255, 255, 255, 0.4); }
          .sec01 .sec01_item02 .item .detail_box .detail_in .obi_txt.commercial {
            background: #964655; }
          .sec01 .sec01_item02 .item .detail_box .detail_in .obi_txt.convenience {
            background: #c8a063; }
          .sec01 .sec01_item02 .item .detail_box .detail_in .obi_txt.station {
            background: #5c53a1; }
        .sec01 .sec01_item02 .item .detail_box .detail_in .item_ttl {
          margin: clamp(20px, 1.667vw, 30px) 0;
          font-size: clamp(18px, 1.667vw, 30px);
          line-height: 1.46; }
          @media screen and (max-width: 820px) {
            .sec01 .sec01_item02 .item .detail_box .detail_in .item_ttl {
              font-size: 2.4vw; } }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_item02 .item .detail_box .detail_in .item_ttl {
              margin: 20px 0;
              font-size: 5.4vw; } }
          .sec01 .sec01_item02 .item .detail_box .detail_in .item_ttl .small {
            font-size: 50%; }
            @media screen and (max-width: 820px) {
              .sec01 .sec01_item02 .item .detail_box .detail_in .item_ttl .small {
                font-size: 60%; } }
            .sec01 .sec01_item02 .item .detail_box .detail_in .item_ttl .small.block {
              display: block; }
        .sec01 .sec01_item02 .item .detail_box .detail_in .item_read {
          font-size: clamp(11px, 0.889vw, 16px);
          letter-spacing: normal;
          line-height: 2.5; }
          @media screen and (max-width: 820px) {
            .sec01 .sec01_item02 .item .detail_box .detail_in .item_read {
              font-size: 13px;
              line-height: 1.8; } }
        .sec01 .sec01_item02 .item .detail_box .detail_in .minute_group {
          flex-direction: column; }
          .sec01 .sec01_item02 .item .detail_box .detail_in .minute_group .minute_group_in {
            flex-direction: column;
            justify-content: flex-start;
            row-gap: 20px; }
            @media screen and (max-width: 480px) {
              .sec01 .sec01_item02 .item .detail_box .detail_in .minute_group .minute_group_in {
                row-gap: 15px; } }
            .sec01 .sec01_item02 .item .detail_box .detail_in .minute_group .minute_group_in:not(:first-child) {
              margin-top: clamp(20px, 1.875vw, 30px);
              padding-top: clamp(20px, 1.875vw, 30px);
              border-top: 1px solid #8c8c8c; }
              @media screen and (max-width: 480px) {
                .sec01 .sec01_item02 .item .detail_box .detail_in .minute_group .minute_group_in:not(:first-child) {
                  margin-top: 25px;
                  padding-top: 25px; } }
            .sec01 .sec01_item02 .item .detail_box .detail_in .minute_group .minute_group_in .minute_txt {
              font-size: clamp(20px, 2vw, 32px);
              line-height: 1; }
              @media screen and (max-width: 480px) {
                .sec01 .sec01_item02 .item .detail_box .detail_in .minute_group .minute_group_in .minute_txt {
                  font-size: 6vw;
                  line-height: 1.8; } }
              .sec01 .sec01_item02 .item .detail_box .detail_in .minute_group .minute_group_in .minute_txt span {
                display: inline-block;
                line-height: 1; }
                .sec01 .sec01_item02 .item .detail_box .detail_in .minute_group .minute_group_in .minute_txt span.big {
                  font-size: 250%;
                  color: #bb0000; }
                  .sec01 .sec01_item02 .item .detail_box .detail_in .minute_group .minute_group_in .minute_txt span.big.big02 {
                    font-size: 200%; }
                .sec01 .sec01_item02 .item .detail_box .detail_in .minute_group .minute_group_in .minute_txt span.small {
                  font-size: 50%; }
                .sec01 .sec01_item02 .item .detail_box .detail_in .minute_group .minute_group_in .minute_txt span.sub {
                  display: block;
                  margin-bottom: -5%; }
                  .sec01 .sec01_item02 .item .detail_box .detail_in .minute_group .minute_group_in .minute_txt span.sub.double {
                    margin-bottom: -8%;
                    line-height: 1.5; }
      .sec01 .sec01_item02 .item .photo2 {
        max-width: 810px;
        margin-top: clamp(40px, 3.75vw, 60px);
        width: calc(100% - 40px); }
        @media screen and (max-width: 820px) {
          .sec01 .sec01_item02 .item .photo2 {
            max-width: 600px; } }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item02 .item .photo2 {
            margin: 0 auto; } }
        .sec01 .sec01_item02 .item .photo2 .photo {
          width: 45.68%; }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_item02 .item .photo2 .photo {
              width: 48%; } }
          .sec01 .sec01_item02 .item .photo2 .photo .photo_cap {
            font-size: 12px;
            text-align: right; }
            @media screen and (max-width: 480px) {
              .sec01 .sec01_item02 .item .photo2 .photo .photo_cap {
                font-size: 10px; } }

.sec02 {
  padding: clamp(50px, 6.667vw, 80px) 0 clamp(30px, 4.167vw, 50px);
  background: #f2f2f2; }
  .sec02 .lifeinfo_ttl {
    font-size: clamp(20px, 2.667vw, 32px);
    text-align: center;
    margin-bottom: 30px; }
  .sec02 .map_image {
    margin-bottom: clamp(40px, 5vw, 60px); }
  .sec02 .lifeinfo_group {
    flex-wrap: wrap;
    row-gap: clamp(50px, 6.452vw, 80px); }
    .sec02 .lifeinfo_group .group_in {
      width: 48.39%; }
      @media screen and (max-width: 480px) {
        .sec02 .lifeinfo_group .group_in {
          width: 100%; } }
      .sec02 .lifeinfo_group .group_in.full {
        width: 100%; }
      .sec02 .lifeinfo_group .group_in .life_ttl {
        text-align: center;
        font-size: clamp(16px, 1.667vw, 20px);
        background: #c9bc9c;
        position: relative;
        padding: 3px 10px; }
        @media screen and (max-width: 480px) {
          .sec02 .lifeinfo_group .group_in .life_ttl {
            font-size: 5vw; } }
        .sec02 .lifeinfo_group .group_in .life_ttl:after {
          content: "";
          position: absolute;
          inset: 1px;
          border: 1px solid #FFF;
          pointer-events: none; }
      .sec02 .lifeinfo_group .group_in .table_group {
        margin: 10px 0 30px;
        align-items: flex-start; }
        @media screen and (max-width: 480px) {
          .sec02 .lifeinfo_group .group_in .table_group {
            flex-direction: column; } }
        .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table {
          width: 48.39%;
          border-spacing: 0;
          border-collapse: collapse; }
          @media screen and (max-width: 480px) {
            .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table {
              width: 100%; } }
          .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table.single {
            width: 100%; }
          .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table th, .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table td {
            font-size: clamp(12px, 1.154vw, 15px);
            font-weight: 500;
            line-height: 1.2;
            padding: 10px 0; }
            @media screen and (max-width: 820px) {
              .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table th, .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table td {
                font-size: 12px;
                padding: 6px 0; } }
            @media screen and (max-width: 480px) {
              .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table th, .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table td {
                font-size: 11px;
                padding-top: 6px;
                padding-bottom: 6px; } }
          .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table th {
            text-align: left; }
          .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table td {
            text-align: right; }
            .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table td.time {
              width: 7em;
              padding-right: 0.5em; }
            .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table td.range {
              width: 6em; }
          .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table tr:last-child th, .sec02 .lifeinfo_group .group_in .table_group .lifeinfo_table tr:last-child td {
            border-bottom: none; }
      @media screen and (max-width: 480px) {
        .sec02 .lifeinfo_group .group_in .photo_group {
          flex-wrap: wrap;
          gap: 20px 0; } }
      .sec02 .lifeinfo_group .group_in .photo_group.col2 .photo {
        width: 46.67%; }
      .sec02 .lifeinfo_group .group_in .photo_group .photo {
        width: 22.59%; }
        @media screen and (max-width: 480px) {
          .sec02 .lifeinfo_group .group_in .photo_group .photo {
            width: 48%; } }
        .sec02 .lifeinfo_group .group_in .photo_group .photo .photo_text {
          margin-top: 5px;
          text-align: right;
          font-size: 12px;
          line-height: 1.5; }
