@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.inner_main .main_bg {
  background-image: url("../images/plan/main.jpg"); }

.sec01 .sec_ttl_wrap .merit3 {
  justify-content: center;
  align-items: center;
  column-gap: 15px; }
  @media screen and (max-width: 480px) {
    .sec01 .sec_ttl_wrap .merit3 {
      flex-direction: column;
      row-gap: 10px; } }
  .sec01 .sec_ttl_wrap .merit3 .merit_txt {
    font-size: clamp(20px, 2.667vw, 32px);
    padding: 10px 20px 8px;
    line-height: 1;
    text-align: center;
    color: #FFF;
    background: #a40000; }
    @media screen and (max-width: 480px) {
      .sec01 .sec_ttl_wrap .merit3 .merit_txt {
        max-width: 260px;
        padding: 5px 5px 8px;
        width: 100%;
        margin: 0 auto; } }
.sec01 .site_deco {
  padding-top: clamp(50px, 6.154vw, 80px);
  text-align: center; }
  @media screen and (max-width: 480px) {
    .sec01 .site_deco {
      padding-top: 60px; } }
.sec01 .i_hallway {
  max-width: 1000px;
  padding: 30px;
  display: flex;
  margin: 40px auto 0;
  justify-content: space-between;
  align-items: center;
  background: rgba(142, 113, 70, 0.2); }
  @media screen and (max-width: 480px) {
    .sec01 .i_hallway {
      width: 100%;
      flex-direction: column;
      row-gap: 25px; } }
  .sec01 .i_hallway .image {
    width: 40%;
    align-items: center;
    text-align: center;
    row-gap: 10px;
    display: flex;
    flex-direction: column;
    position: relative; }
    @media screen and (max-width: 480px) {
      .sec01 .i_hallway .image {
        width: 100%;
        text-align: center; } }
    .sec01 .i_hallway .image .view,
    .sec01 .i_hallway .image .view2 {
      width: 35%;
      padding: 5px 10px;
      line-height: 1;
      text-align: center;
      font-size: 14px;
      display: block;
      margin-right: 25%; }
      @media screen and (max-width: 480px) {
        .sec01 .i_hallway .image .view,
        .sec01 .i_hallway .image .view2 {
          font-size: 11px; } }
    .sec01 .i_hallway .image .view {
      color: #fff;
      border: #003f76 1px solid;
      background: #003f76; }
    .sec01 .i_hallway .image .view2 {
      color: #fff;
      border: #4a631d 1px solid;
      background: #4a631d; }
    .sec01 .i_hallway .image .cap_r {
      position: absolute;
      right: 0;
      bottom: 0; }
  .sec01 .i_hallway .text {
    width: 54%;
    text-align: left; }
    @media screen and (max-width: 480px) {
      .sec01 .i_hallway .text {
        width: 100%; } }
    .sec01 .i_hallway .text .title {
      font-size: clamp(18px, 2.667vw, 32px);
      line-height: 1;
      display: block;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #8e7146;
      color: #8e7146; }
      .sec01 .i_hallway .text .title small {
        font-size: 0.5em;
        display: block;
        margin-bottom: 5px; }
        @media screen and (max-width: 480px) {
          .sec01 .i_hallway .text .title small {
            font-size: 0.7em; } }
      @media screen and (max-width: 480px) {
        .sec01 .i_hallway .text .title {
          text-align: center; } }
.sec01 .plan_thum {
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 40px 0; }
  @media screen and (max-width: 480px) {
    .sec01 .plan_thum {
      gap: 20px 0; } }
  .sec01 .plan_thum a {
    width: 46.67%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s opacity ease-in-out 0s;
    position: relative; }
    @media screen and (max-width: 820px) {
      .sec01 .plan_thum a {
        width: 48%; } }
    @media screen and (max-width: 480px) {
      .sec01 .plan_thum a {
        width: 100%; } }
    body:not(.mobile) .sec01 .plan_thum a:hover {
      opacity: 0.7; }
    .sec01 .plan_thum a .plan_ttl {
      text-align: center;
      font-size: clamp(15px, 2vw, 26px);
      font-weight: 600;
      margin-bottom: 10px; }
      @media screen and (max-width: 480px) {
        .sec01 .plan_thum a .plan_ttl {
          font-size: 4.8vw; } }
    .sec01 .plan_thum a.type_a .type_box {
      background-image: url("../images/plan/bg_thum_navy.png"); }
      .sec01 .plan_thum a.type_a .type_box .type_name_box:before {
        background: #165e86; }
    .sec01 .plan_thum a.type_d .type_box {
      background-image: url("../images/plan/bg_thum_green.png"); }
      .sec01 .plan_thum a.type_d .type_box .type_name_box:before {
        background: #405414; }
    .sec01 .plan_thum a .type_box {
      position: relative;
      align-items: center;
      justify-content: flex-start;
      column-gap: 20px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 480px) {
        .sec01 .plan_thum a .type_box {
          column-gap: 15px; } }
      .sec01 .plan_thum a .type_box:after {
        content: "";
        position: absolute;
        inset: 0;
        inset: 1px;
        border: 1px solid #FFF;
        mix-blend-mode: soft-light;
        pointer-events: none; }
      .sec01 .plan_thum a .type_box .type_name_box {
        width: 21.43%;
        position: relative; }
        @media screen and (max-width: 480px) {
          .sec01 .plan_thum a .type_box .type_name_box {
            width: 21%; } }
        .sec01 .plan_thum a .type_box .type_name_box:before {
          content: "";
          position: absolute;
          inset: 0;
          mix-blend-mode: multiply; }
        .sec01 .plan_thum a .type_box .type_name_box .type_name {
          position: relative;
          font-size: clamp(15px, 2.308vw, 30px);
          color: #FFF;
          line-height: 1;
          display: flex;
          flex-direction: column;
          text-align: center;
          padding: 35px 10px 40px; }
          @media screen and (max-width: 480px) {
            .sec01 .plan_thum a .type_box .type_name_box .type_name {
              font-size: 5.5vw;
              padding: 30px 10px 35px; } }
          .sec01 .plan_thum a .type_box .type_name_box .type_name .big {
            display: block;
            font-size: 200%;
            line-height: 1; }
          .sec01 .plan_thum a .type_box .type_name_box .type_name .type {
            margin-top: -5px; }
      .sec01 .plan_thum a .type_box .area_group {
        flex-direction: column;
        row-gap: 10px; }
        .sec01 .plan_thum a .type_box .area_group .area01_group {
          column-gap: 20px;
          color: #FFF;
          justify-content: flex-start;
          align-items: center; }
          .sec01 .plan_thum a .type_box .area_group .area01_group .area01 {
            font-size: clamp(18px, 2.77vw, 36px);
            line-height: 1; }
            @media screen and (max-width: 480px) {
              .sec01 .plan_thum a .type_box .area_group .area01_group .area01 {
                font-size: 6.6vw; } }
            .sec01 .plan_thum a .type_box .area_group .area01_group .area01 .big {
              display: inline-block;
              font-size: 160%;
              line-height: 0.8; }
        .sec01 .plan_thum a .type_box .area_group .area02_group {
          justify-content: flex-start;
          align-items: center;
          color: #FFF;
          line-height: 1;
          column-gap: 5px;
          font-size: clamp(34px, 3.847vw, 50px); }
          @media screen and (max-width: 480px) {
            .sec01 .plan_thum a .type_box .area_group .area02_group {
              font-size: 9vw; } }
          .sec01 .plan_thum a .type_box .area_group .area02_group .a01 {
            font-size: 36%;
            line-height: 1.2; }
          .sec01 .plan_thum a .type_box .area_group .area02_group .a02 span {
            display: inline-block;
            line-height: 1; }
            .sec01 .plan_thum a .type_box .area_group .area02_group .a02 span.small {
              font-size: 70%; }
            .sec01 .plan_thum a .type_box .area_group .area02_group .a02 span.small02 {
              font-size: 40%; }
      .sec01 .plan_thum a .type_box .wappen {
        position: absolute;
        font-size: clamp(14px, 1.539vw, 20px);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
        padding: 6px clamp(5px, 1.154vw, 15px);
        line-height: 1;
        z-index: 1;
        top: 1px;
        right: 1px;
        background: linear-gradient(to right, #d4b751 0%, #e7d688 50%, #d4b751 100%); }
        @media screen and (max-width: 480px) {
          .sec01 .plan_thum a .type_box .wappen {
            padding: 4px 5px; } }
        .sec01 .plan_thum a .type_box .wappen.navy {
          color: #165e86; }
        .sec01 .plan_thum a .type_box .wappen.green {
          color: #405414; }

.sec02 {
  position: relative;
  padding-bottom: clamp(60px, 10vw, 120px); }
  .sec02:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(236, 105, 74, 0.2);
    mix-blend-mode: multiply;
    z-index: -1; }
  @media screen and (max-width: 480px) {
    .sec02 .plan_cont01 {
      flex-direction: column;
      row-gap: 40px; } }
  .sec02 .plan_cont01 .item {
    width: 30.84%;
    flex-direction: column;
    row-gap: 20px; }
    @media screen and (max-width: 480px) {
      .sec02 .plan_cont01 .item {
        width: 100%; } }
    .sec02 .plan_cont01 .item .item_ttl {
      padding: 13px 5px;
      font-size: clamp(16px, 2vw, 24px);
      background: #FFF;
      line-height: 1;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 480px) {
        .sec02 .plan_cont01 .item .item_ttl {
          font-size: 5vw; } }
      .sec02 .plan_cont01 .item .item_ttl:after {
        content: "";
        position: absolute;
        inset: 2px;
        border: 2px solid;
        pointer-events: none; }
      .sec02 .plan_cont01 .item .item_ttl.genre01 {
        color: #8e7146; }
        .sec02 .plan_cont01 .item .item_ttl.genre01:after {
          border-color: #cfad7b; }
      .sec02 .plan_cont01 .item .item_ttl.genre02 {
        color: #aca28a; }
        .sec02 .plan_cont01 .item .item_ttl.genre02:after {
          border-color: #f3e1c9; }
      .sec02 .plan_cont01 .item .item_ttl.genre03 {
        color: #766355; }
        .sec02 .plan_cont01 .item .item_ttl.genre03:after {
          border-color: #74624f; }
    .sec02 .plan_cont01 .item .item_read {
      font-size: clamp(10px, 1.231vw, 16px);
      text-align: center; }
      @media screen and (max-width: 480px) {
        .sec02 .plan_cont01 .item .item_read {
          font-size: 4vw; } }
    .sec02 .plan_cont01 .item .image_group .image {
      width: 45.95%; }
      .sec02 .plan_cont01 .item .image_group .image .caption {
        font-size: clamp(12px, 1.334vw, 16px);
        text-align: center; }
        @media screen and (max-width: 480px) {
          .sec02 .plan_cont01 .item .image_group .image .caption {
            font-size: 4vw; } }

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