@charset "UTF-8";

.text {
    line-height: 2;
}

.firstview {
    width: 100%;
    height: 615px;
    background: url(../images/index/firstview.png);
    background-size: cover;
    background-position: 0% -5%;
    position: relative;
}

.firstview .bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.firstview .bg .in {
    width: 1024px;
    margin: 0 auto;
}

.firstview .bg .in::before {
 content: "";
 position: absolute;
 background: url(../images/index/firstview_left.png);
 width: 360px;
 height: 360px;
 left: -100px;
 bottom: 0;
}

.firstview .bg .in::after {
    content: "";
    position: absolute;
    background: url(../images/index/firstview_right.png);
    width: 360px;
    height: 424px;
    right: -100px;
    top: 0;
}

.firstview .inner {
    position: relative;
}

.firstview .inner::before {
    width: 100%;
    height: 74px;
    content: "";
    position: absolute;
    background: url(../images/index/firstview_top.png);
    top: -616px;
}

.firstview .inner::after {
    width: 100%;
    height: 74px;
    content: "";
    position: absolute;
    background: url(../images/index/firstview_bottom.png);
    bottom: 0;
}

.firstview .inner .box {
    position: absolute;
    top: -460px;
    left: 25%;
    font-size: 31px;
    letter-spacing: 5px;
    line-height: 1.8;
    font-family: 'Shippori Mincho B1', serif;
}

.firstview .inner .box .strong {
    color: #0E883B;
    font-size: 40px;
}

.bottomline {
    background: linear-gradient(transparent 65%, rgba(255,242,98,0.5) 0%);
}

/* recruit_banner */
.recruit_banner {
    padding: 80px 0;
    text-align: center;
}

@media screen and (max-width: 768px) {

    .recruit_banner {
        padding: 50px 20px;
    }
}

/* recruit_banner */

/* sec01 */


.sec01 .sec_title {
    font-size: 30px;
    text-align: center;
    margin: 50px 0;
    font-weight: bold;
    line-height: 2.3;
    letter-spacing: 3px;
}

.sec01 .sec_title .bottomline{
    font-weight: bold;
}

.sec01 .sec_title .color {
    color: #D17880;
    font-weight: bold;
}

.sec01 .textbox {
    font-size: 17px;
    text-align: center;
    line-height: 2.3;
    letter-spacing: 3px;
    position: relative;
    height: 645px;
    background: url(../images/index/sec01_bottom.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.sec01 .textbox::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec01_left.png);
    width: 158px;
    height: 131px;
    left: 200px;
    top: -70px;
}

.sec01 .textbox::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec01_right.png);
    width: 170px;
    height: 54px;
    right: 200px;
    top: 30px;
}


/* sec01 */

/* news_sec */
.news_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 100px;
}

.instagram_banner {
    border: 1px solid #665244;
}

.blog {
    margin-right: 40px;
  }

  .blog .inner {
    position: relative;
    width: 500px;
    margin: 0 auto;
  }

  .blog .inner:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 41px;
    height: 61px;
    background: url(../images/index/left.png) center/cover no-repeat;
  }

  .blog .inner:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 10px;
    width: 25px;
    height: 55px;
    background: url(../images/index/right.png) center/cover no-repeat;
  }

  .blog .sec_title {
    position: relative;
    margin: 0 0 50px;
    font-size: 25px;
    letter-spacing: .2em;
    text-align: center;
  }

  .blog .sec_title:before {
    content: "kusakabe news";
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 20px;
    letter-spacing: .2em;
    color: #315B32;
  }

  .blog .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 0 66px;
  }

  .blog .item {
    width: 146px;
    margin: 0 38px 0 0;
  }

  .blog .item:last-of-type {
    margin: 0;
  }

  .blog .item_image {
    width: 100%;
    height: 146px;
    margin: 0 0 17px;
    background: #ccc;
  }

  .blog .item_image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .blog .item_date {
    font-size: 14px;
  }

  .blog .item_title {
    font-size: 14px;
  }

  .blog .btn {
    width: 232px;
    height: 35px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
  }

  .blog .btn a {
    display: block;
    width: 100%;
    height: 100%;
    background: #D6DBC6;
    -webkit-box-shadow: 3px 3px 0 rgba(183, 109, 48, 0.75);
            box-shadow: 3px 3px 0 rgba(183, 109, 48, 0.75);
    font-size: 15px;
    font-weight: 600;
    color: #315B32;
    line-height: 35px;
    letter-spacing: .2em;
  }

  .blog .btn a img {
    padding: 0 0 0 5px;
    vertical-align: text-bottom;
  }

  @media screen and (max-width: 768px) {


    .news_sec {
        display: block;
        justify-content: center;
        align-items: center;
        padding: 50px 20px;
    }

    .instagram_banner {
        border: 1px solid #665244;
        width: 100%;
    }

    .instagram_banner img {
        width: 100%;
    }

    .blog {
        width: 100%;
        margin-bottom: 20px; /*80px;*/
    }
    .blog .inner {
      position: relative;
      width: 100%;
      margin: 0 auto;
    }
    .blog .inner:before {
      content: "";
      position: absolute;
      top: -10px;
      left: 10px;
      width: 30px;
      height: 45px;
      background-size: contain;
    }
    .blog .inner:after {
      content: "";
      position: absolute;
      top: -10px;
      right: 10px;
      width: 30px;
      height: 45px;
      background-size: contain;
    }
    .blog .sec_title {
      position: relative;
      margin: 0 0 8.3vw;
      font-size: 5.5vw;
      letter-spacing: .2em;
      text-align: center;
    }
    .blog .sec_title:before {
      content: "kusakabe news";
      position: absolute;
      left: 50%;
      top: -8.3vw;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      font-size: 5.1vw;
      letter-spacing: .1em;
      color: #315B32;
    }
    .blog .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    justify-content: space-between;
      margin: 0 0 30px;
    }
    .blog .item {
      width: 46%;
      margin: 0;
    }
    .blog .item_image {
      width: 150px;
      height: 150px;
      margin: 0 auto 17px;
      background: #ccc;
    }
    .blog .item_image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
    .blog .item_date {
      font-size: 3.8vw;
    }
    .blog .item_title {
      font-size: 3.8vw;
    }
    .blog .btn {
      width: 69.4vw;
      height: 8.3vw;
      margin: 0 auto;
      background: #fff;
      text-align: center;
    }
    .blog .btn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      background: #D6DBC6;
      -webkit-box-shadow: 3px 3px 0 rgba(183, 109, 48, 0.75);
              box-shadow: 3px 3px 0 rgba(183, 109, 48, 0.75);
      font-size: 4.1vw;
      font-weight: 600;
      line-height: 1;
      letter-spacing: .2em;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    .sec03 .btn a img {
      width: 4.4vw;
      padding: 0 0 0 1.4vw;
      vertical-align: baseline;
    }
  }


  /* /*====sec03===== */


  .sec02 {
    background: #F6F2EC;
    padding-top: 80px;
}

.sec02 .top {
    width: 500px;
    margin: 0 auto;
    position: relative;
}

.sec02 .sec_title {
    font-size: 22px;
    border-bottom: #315B32 solid;
    z-index: 1;
    position: relative;
}

.sec02 .sec_title .big {
    font-size: 32px;
}

.sec02 .title01 {
    font-size: 27px;
    margin: 20px 0 10px;
    color: #705D4C;
    z-index: 1;
    position: relative;
}

.sec02 .title02 {
    font-size: 40px;
    font-weight: bold;
    z-index: 1;
    position: relative;
}

.sec02 .title02 .small {
    font-size: 30px;
    font-weight: bold;
}

.sec02 .title03 {
    font-size: 44px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
    z-index: 1;
}

.sec02 .top::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec02_left.png);
    width: 385px;
    height: 292px;
    left: -283px;
    bottom: -105px;
    z-index: 0;
}

.sec02 .top::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec02_top.png);
    width: 246px;
    height: 245px;
    right: 0;
    left: 70px;
    bottom: -70px;
    margin: auto;
    z-index: 0;
}

.sec02 .title02::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec02_right.png);
    width: 385px;
    height: 292px;
    right: -317px;
    bottom: -105px;
}

.sec02 .contents {
    width: 807px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 100px auto 0;
    padding-bottom: 100px;
}

.sec02 .content {
    width: 343px;
    position: relative;
}

.sec02 .img {
    margin-bottom: 50px;
}

.sec02 .pic {
    position: relative;
}

.sec02 .one .pic::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec02_01ill.png);
    width: 101px;
    height: 59px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}
.sec02 .two .pic::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec02_02ill.png);
    width: 101px;
    height: 59px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}
.sec02 .three .pic::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec02_03ill.png);
    width: 101px;
    height: 62px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}
.sec02 .four .pic::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec02_04ill.png);
    width: 101px;
    height: 59px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}
.sec02 .five .pic::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec02_05ill.png);
    width: 101px;
    height: 59px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}
.sec02 .six .pic::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec02_06ill.png);
    width: 101px;
    height: 59px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}

.sec02 .content .subtitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.sec02 .content .subtitle .bottomline {
    font-size: 18px;
    font-weight: bold;
}

.sec02 .content .text {
    width: 300px;
    margin: 0 auto 50px;
}

.sec02 .one,.sec02 .two,.sec02 .three,.sec02 .four {
    border-bottom: solid 1px #443831;
    margin-bottom: 60px;
}

.sec02 .one::after ,.sec02 .three::after ,.sec02 .five::after {
    content: "";
    position: absolute;
    background: #443831;
    width: 1px;
    height: 640px;
    right: -60px;
    top: 0;
}


/* sec02 */
/* sec03 */


.sec03 {
    background: url(../images/index/sec03_bg.png);
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 30px;
}

.sec03 .top {
    width: 50%;
    position: relative;
    padding-top: 10px;
}

.sec03 .sec_title {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 2px 2px 0px #fff;
    margin: 0 0 0 auto;
    width: 400px;
    line-height: 1.5;
    color: #315B32;
}

.sec03 .sec_title .small {
    font-size: 28px;
    text-shadow: 2px 2px 0px #fff;
}

.sec03 .sec_title::after {
    content: "";
    position: absolute;
    background: #315B32;
    width: 100%;
    height: 2px;
    left: 0;
    top: 100px;
}

.sec03 .top .title {
    font-size: 29px;
    text-shadow: 2px 2px 0px #fff;
    margin: 0 0 0 auto;
    width: 400px;
    padding-top: 10px;
    line-height: 1.3;
}

.sec03 .top .title02 {
    font-size: 44px;
    font-weight: bold;
    text-shadow: 2px 2px 0px #fff;
    margin: 0 0 0 auto;
    width: 400px;
    padding-top: 10px;
    line-height: 1.3;
    letter-spacing: 2px;
}

.sec03 .top .title02 .big {
    font-size: 57px;
    font-weight: bold;
    color: #315B32;
}

.sec03 .top::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec03_top.png);
    width: 514px;
    height: 370px;
    right: -450px;
    top: 0;
}

.sec03 .contents {
    width: 798px;
    margin: 50px auto 0;
    background: #fff;
    z-index: 1;
    position: relative;
}

.sec03 .contents .inner {
    width: 733px;
    margin: 0 auto;
    padding-top: 50px;
}

.sec03 .contents .inner .in {
    padding-bottom: 30px;
    border-bottom: 1px solid;
    margin-bottom: 68px
}

.sec03 .contents .inner .last {
    border-bottom: unset;
}

.sec03 .contents .inner .point {
    width: 450px;
    position: relative;
}

.sec03 .contents .point .subtitle {
    font-size: 21px;
    font-weight: bold;
    color: #443831;
    padding-left: 90px;
    position: relative;
    margin-bottom: 30px;
}

.sec03 .contents .inner .one ,.sec03 .contents .inner .three ,.sec03 .contents .inner .five {
    margin: 0 0 0 auto;
}
.sec03 .contents .inner .one::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec03_01.png);
    width: 306px;
    height: 306px;
    left: -365px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* -- 2024.07 add start 感染予防対策 -- */
.sec03 .contents .inner .one .text {
    margin-bottom: 50px;
}
.sec03 .contents .inner .kansenyobou {
    background-color: rgba(219, 208, 195, 0.3);
    border-radius: 20px;
    padding: 30px;
}
.sec03 .contents .inner .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.sec03 .contents .inner .list .item {
    width: 330px;
    max-width: 48%;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    margin-bottom: 40px;
}
.sec03 .contents .inner .list .item:nth-of-type(2n-1) {
    margin-right: 20px;
}
.sec03 .contents .inner .list .item .taisaku_img {
    width: 65px;
    max-width: 25%;
    text-align: center;
    box-sizing: border-box;
    margin-right: 20px;
    img {
        object-fit: cover;
    }
}
.sec03 .contents .inner .list .item .item_text {
    width: 225px;
    max-width: 75%;
}

.sec03 .contents .point .link {
    margin: 20px 0;
}
.sec03 .contents .kansenyobou .link a .linkbox {
    background: #998675;
    padding: 10px 0 10px 30px;
    position: relative;
    width: 337px;
    margin: 0 auto;
    color: #fff;
}

.sec03 .contents .kansenyobou .link a .linkbox:hover {
    opacity: 0.7;
}

.sec03 .contents .kansenyobou .link a .linkbox::after {
    content: "";
    position: absolute;
    background: url(../images/index/point05_right.png);
    width: 23px;
    height: 23px;
    right: 30px;
}
/* -- 2024.07 add end 感染予防対策 -- */


.sec03 .contents .inner .two ,.sec03 .contents .inner .three ,.sec03 .contents .inner .four {
    padding-bottom: 60px;
}
.sec03 .contents .inner .two::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec03_02.png);
    width: 306px;
    height: 306px;
    right: -365px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec03 .contents .inner .three::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec03_03.png);
    width: 306px;
    height: 306px;
    left: -365px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec03 .contents .inner .four::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec03_04.png);
    width: 306px;
    height: 306px;
    right: -365px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec03 .contents .inner .five::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec03_05_02.png);
    width: 306px;
    height: 306px;
    left: -365px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec03 .contents .inner .one .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec03_point01.png);
    width: 73px;
    height: 73px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec03 .contents .inner .two .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec03_point02.png);
    width: 73px;
    height: 73px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec03 .contents .inner .three .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec03_point03.png);
    width: 73px;
    height: 73px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec03 .contents .inner .four .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec03_point04.png);
    width: 73px;
    height: 73px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec03 .contents .inner .five .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec03_point05.png);
    width: 73px;
    height: 73px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec03 .contents .point .text {
    line-height: 1.8;
}

.sec03 .contents .point .link {
    margin: 20px 0;
}

.sec03 .contents .point .link a .linkbox {
    background: #DBE6E5;
    padding: 10px 0 10px 30px;
    position: relative;
    width: 337px;
    margin: 0 auto;
}

.sec03 .contents .point .link a .linkbox:hover {
    opacity: 0.7;
}

.sec03 .contents .point .link a .linkbox::after {
    content: "";
    position: absolute;
    background: url(../images/index/point05_right.png);
    width: 23px;
    height: 23px;
    right: 30px;
}


/* sec03 */
/* sec04 */



.sec04 .tops {
    width: 50%;
    position: relative;
    padding-top: 10px;
    margin: 100px 0 50px;
}

.sec04 .sec_title {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 2px 2px 0px #fff;
    margin: 0 0 0 auto;
    width: 400px;
    line-height: 1.5;
    color: #315B32;
}

.sec04 .sec_title .small {
    font-size: 28px;
    text-shadow: 2px 2px 0px #fff;
    color: #443831;
}

.sec04 .sec_title::after {
    content: "";
    position: absolute;
    background: #315B32;
    width: 100%;
    height: 2px;
    left: 0;
    top: 100px;
}

.sec04 .tops .title {
    font-size: 29px;
    text-shadow: 2px 2px 0px #fff;
    margin: 0 0 0 auto;
    width: 400px;
    padding-top: 10px;
    line-height: 1.3;
}

.sec04 .tops .title02 {
    font-size: 44px;
    font-weight: bold;
    text-shadow: 2px 2px 0px #fff;
    margin: 0 0 0 auto;
    width: 400px;
    padding-top: 10px;
    line-height: 1.3;
    letter-spacing: 2px;
}

.sec04 .tops .title02 .big {
    font-size: 57px;
    font-weight: bold;
    color: #315B32;
}

.sec04 .tops::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec04_top.png);
    width: 550px;
    height: 370px;
    right: -450px;
    top: -50px;
}

.sec04 .contents {
    background: #fff;
    position: relative;
    width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #74B34D;
    /* border-bottom: 1px solid #74B34D; */
}

.sec04 .contents .content {
    width: 511px;
    border-bottom: 1px solid #74B34D;
}

.sec04 .contents .one ,.sec04 .contents .three ,.sec04 .contents .five ,.sec04 .contents .seven {
    border-right: 1px solid #74B34D;
}

.sec04 .contents .content .boxs {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.sec04 .contents .content .boxs .left {
    padding-left: 30px;
    position: relative;
}

.sec04 .contents .content .boxs .left::after {
    content: "";
    position: absolute;
    background: #315B32;
    width: 320px;
    height: 1px;
    left: 0;
}

.sec04 .contents .content .boxs .left .top {
    margin-top: 45px;
}

.sec04 .contents .content .boxs .left .subtitle {
    font-size: 27px;
    margin: 20px;
    position: relative;
    text-align: center;
    line-height: 1.5;
}

.sec04 .contents .content .boxs .left .subtitle:hover {
    opacity: 0.7;
}

.sec04 .contents .content .boxs .left .subtitle::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec04_right.png);
    width: 23px;
    height: 23px;
    right: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec04 .contents .one .boxs .left .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec04_01ill.png);
    width: 23px;
    height: 29px;
    left: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec04 .contents .two .boxs .left .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec04_02ill.png);
    width: 30px;
    height: 32px;
    left: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec04 .contents .three .boxs .left .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec04_03ill.png);
    width: 27px;
    height: 32px;
    left: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec04 .contents .four .boxs .left .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec04_04ill.png);
    width: 23px;
    height: 33px;
    left: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec04 .contents .five .boxs .left .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec04_05ill.png);
    width: 35px;
    height: 30px;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec04 .contents .six .boxs .left .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec04_06ill.png);
    width: 27px;
    height: 33px;
    left: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec04 .contents .seven .boxs .left .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec04_07ill.png);
    width: 41px;
    height: 32px;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec04 .contents .eight .boxs .left .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec04_08ill.png);
    width: 41px;
    height: 33px;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec04 .contents .content .textbox {
    width: 382px;
    margin: 20px;
    line-height: 1.8;
}

.sec04 .bottom .box {
    display: flex;
    justify-content: center;
}

.sec04 .bottom .left {
    width: 50%;
    position: relative;
}

.sec04 .bottom .left .top {
    width: 393px;
    margin: 20px 100px 20px auto;
}

.sec04 .bottom .left a .subtitle {
    width: 110px;
    margin: 20px 272px 20px auto;
}

.sec04 .bottom .left .text {
    width: 390px;
    margin: 20px 50px 20px auto;
}

.sec04 .bottom .right {
    width: 50%;
}

.sec04 .bottom .box .left .subtitle {
    font-size: 27px;
   position: relative;
}

.sec04 .bottom .box .left .subtitle:hover {
    opacity: 0.7;
}

.sec04 .bottom .box .left .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec04_09ill.png);
    width: 41px;
    height: 33px;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sec04 .bottom .box .left .subtitle::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec04_right.png);
    width: 23px;
    height: 23px;
    right: -35px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec04 .bottom .box .left::after {
    content: "";
    position: absolute;
    background: #315B32;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 50px;
    margin: auto;
}


/* sec04 */
/* sec05 */


.sec05 {
    background: rgba(234,227,219,0.75);
    padding-bottom: 80px
}

.sec05 .sectitle {
    text-align: center;
    padding: 90px;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #315B32;
}

.sec05 .sectitle::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec05_top.png);
    width: 135px;
    height: 135px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.sec05 .box01 {
    display: flex;
    justify-content: space-between;
    width: 978px;
    margin: 0 auto;
}

.sec05 .box01 .textbox {
    width: 458px;
    margin-left: 70px;
}

.sec05 .box02 {
    width: 979px;
    display: flex;
    justify-content: left;
    margin: 60px auto 0;
}

.sec05 .box02 .textbox {
    width: 372px;
    margin-left: 75px;
}

.sec05 .bottom_name {
    width: 1024px;
    text-align: right;
    margin: -30px auto 50px;
}

.sec05 .bottom_name .name {
    font-size: 28px;
    font-weight: bold;
    position: relative;
}

.sec05 .bottom_name .name::after {
    content: "";
    position: absolute;
    background: #315B32;
    height: 1px;
    width: 250px;
    right: 0;
    bottom: 0;
}

.sec05 .content .subtitle,.sec05 .content02 .subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: bold;

}

.sec05 .content .box {
    display: flex;
    width: 747px;
    margin: 50px auto;
    justify-content: space-between;
}

.sec05 .content .box .left {
    border-right: solid 1px;
    width: 50%;
    position: relative;
    z-index: 1;
}

.sec05 .content .box .left::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec05_left.png);
    width: 371px;
    height: 371px;
    left: -100px;
    top: -65px;
    z-index: -1;
}

.sec05 .content .box .left th {
    width: 145px;
    text-align: left;
}

.sec05 .content .box .right th {
    width: 90px;
    text-align: left;
}

.sec05 .content02 {
    text-align: center;
}

.sec05 .content02 .subtitle {
    margin-bottom: 30px;
}

.sec05 .bottom_link {
    width: 331px;
    margin: 30px auto;
    border: solid 1px;
    position: relative;
}

.sec05 .bottom_link .link::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec05_right.png);
    width: 23px;
    height: 24px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec05 .bottom_link .link {
    padding: 15px 20px;
}

.sec05 .bottom_link .link:hover {
    opacity: 0.7;
}


/* sec05 */
/* sec06 */


.sec06 .inner {
    width: 937px;
    margin: 50px auto 100px;
}

.sec06 .inner .top {
    width: 440px;
    margin: 0 auto;
    text-align: center;
}

.sec06 .sec_title {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    color: #315B32;
}

.sec06 .sec_title .big {
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 4px;
}

.sec06 .sec_title::before {
    content: "";
    position: absolute;
    background: #315B32;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 15px;
    margin: auto;
}

.sec06 .sec_title::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec06_top.png);
    width: 349px;
    height: 218px;
    right: -231px;
    top: 0;
    bottom: 115px;
    margin: auto;
}

.sec06 .inner .contents  {
    border-top: dashed 1px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec06 .inner .content {
    width: 468px;
    border-bottom: dashed 1px;
    position: relative;
    height: 400px;
}

.sec06 .one {
    background: url(../images/index/sec06_01.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}
.sec06 .two {
    background: url(../images/index/sec06_02.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}
.sec06 .three {
    background: url(../images/index/sec06_03_02.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}
/* .sec06 .three::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec06_03_text.png);
    width: 208px;
    height: 87px;
    right: -55px;
    top: 175px;
} */
.sec06 .four {
    background: url(../images/index/sec06_04.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}
.sec06 .five {
    background: url(../images/index/sec06_05.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}
.sec06 .six {
    background: url(../images/index/sec06_06.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}
.sec06 .seven {
    background: url(../images/index/sec06_07.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}
.sec06 .eight {
    background: url(../images/index/sec06_08.png);
    background-size: cover;
    width: 100%;
    height: 100%;
}

.sec06 .content .inn {
    padding-left: 65px;
    margin-top: 30px;
    font-size: 29px;
    line-height: 1.6;
}

.sec06 .content .inn .text {
    font-weight: bold;
    position: relative;
}

.sec06 .content .inn .text::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec06_checklist.png);
    width: 35px;
    height: 35px;
    left: -40px;
    top: 5px;
    margin: auto;
}

.text.flot {
    float: right;
    margin-top: -140px;
    right: 35px;
}

.sec06 .content .bottoms {
    /* width: 195px; */
    position: absolute;
    right: 20px;
    bottom: 0;
}

.sec06 .two .bottoms {
    left: 20px;
}

.sec06 .content .bottoms .btn {
width: 225px;
margin-bottom: 20px;
}

.sec06 .content .bottoms .btn .to_link {
    background: #725D4D;
    border-radius: 25px;
    color: #fff;
    padding: 5px 20px;
    font-size: 20px;
    position: relative;
}

.sec06 .content .bottoms .btn .to_link:hover {
    opacity: 0.7;
}

.sec06 .content .bottoms .btn .to_link::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec06_to_right.png);
    width: 22px;
    height: 22px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec06 .one ,.sec06 .three ,.sec06 .five ,.sec06 .seven {
    border-right: dashed 1px;
}

.sec06 .inner .bottom {
    margin: 150px auto 0;
    width: 620px;
    line-height: 2;
    letter-spacing: 1px;
    position: relative;
}

.sec06 .inner .bottom::before {
    content: "";
    position: absolute;
    background: url(../images/index/sec07_left.png);
    width: 69px;
    height: 96px;
    left: -115px;
    top: -30px;
}

.sec06 .inner .bottom::after {
    content: "";
    position: absolute;
    background: url(../images/index/sec07_right.png);
    width: 130px;
    height: 166px;
    right: -150px;
    bottom: -45px;
}
.bottominfo {
    padding: 45px 0;
    background: rgba(242, 237, 232, 0.75);
}

.bottominfo .inn {
    display: flex;
    justify-content: center;
}

.bottominfo .inn .tel:hover {
    opacity: 0.7;
}

.blog .sec_title::before ,.blog .sec_title::after{
    content: unset;
}
.sec_title::before ,.sec_title::after {
    content: unset;
}

.sec_title {
    position: unset;
}
/* 20250423追加分ここから */
.sec07{
    background: rgba(234, 227, 219, 0.75);
    padding-bottom:50px;
}
.sec07 .textbox{
    padding:0 180px;
}
.sec07 .title{
    text-align: center;
    padding: 90px;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #315B32;
}
.sec07 .title::before{
    content: "";
    position: absolute;
    background: url(../images/index/sec05_top.png);
    width: 135px;
    height: 135px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.sec07 .text{
    width:1000px;
    max-width:100%;
    line-height:1.8;
    letter-spacing: 0.05em;
    margin:0 auto 30px;
}
.sec07 .listbox{
    position:relative;
    width:1000px;
    max-width:100%;
    margin:0 auto;
    /* padding:0 180px; */
    box-sizing: border-box;
    padding:20px 0;
}
.sec07 .item{
    position:relative;
    padding-left:20px;
    margin-bottom:15px;
    line-height:1.8;
    letter-spacing: 0.05em;
}
.sec07 .item::before{
    content:"●";
    position:absolute;
    left:0;
    top:0;
    font-size:16px;
}
/* ここまで */
@media screen and (max-width: 768px) {

    .firstview {
        background-position: 80% 0;
    }

    .firstview .inner::before {
        top: -635px;
        background-repeat: no-repeat;
    }

    .firstview .bg .in::after {
        right: -220px;
    }

    .firstview .bg .in::before {
        left: -280px;
    }

    .firstview .inner .box {
        top: -400px;
        font-size: 24px;
        text-shadow: 1px 1px 0px #fff, -1px -1px 0 #fff, -1px 1px #fff, 1px -1px #fff;
    }



    .sec01 .sec_title {
        font-size: 24px;
        margin: 30px 0;
        line-height: 2;
    }

    .sec01 .textbox::before {
        left: 10px;
        top: -250px;
        z-index: -1;
    }

    .sec01 .textbox::after {
        content: unset;
    }

    .sec01 .textbox {
        font-size: 16px;
        line-height: 2;
        background-size: 90%;
        background-position: center bottom;
        height: 500px;
    }

    .sec01 .textbox .text {
        width: 90%;
        margin: 0 auto;
    }



    .sec02 {
        padding-top: 180px;
    }

    .sec02 .top {
        width: 90%;
    }

    .sec02 .contents {
        width: 90%;
        margin: 150px auto 0;
    }

    .sec02 .content {
        width: 100%;
    }

    .sec02 .title02::after {
        right: 0;
        width: 200px;
        height: 175px;
        background-size: cover;
        bottom: -150px;
    }

    .sec02 .one::after, .sec02 .three::after, .sec02 .five::after {
        content: unset;
    }

    .sec02 .top::after {

        width: 120px;
        height: 120px;
        right: 0;
        left: 70px;
        bottom: -20px;
        background-size: cover;
    }

    .sec02 .top::before {
        content: "";
        width: 200px;
        height: 180px;
        left: 0;
        bottom: 230px;
        background-size: cover;
    }

    .sec02 .sec_title {
        font-size: 20px;
        line-height: 1.5;
    }

    .sec02 .title01 {
        font-size: 25px;
        line-height: 1.5;
    }

    .sec02 .title02 {
        font-size: 30px;
    }

    .sec02 .title03 {
        font-size: 30px;
    }

    .sec02 .img {
        margin-bottom: 10px;
    }

    .sec02 .content .subtitle {
        font-size: 17px;
    }

    .sec02 .pic {
        position: relative;
        text-align: center;
    }




    .sec03 {
        background: url(../images/index/sec03_bg.png);
        background-size: cover;
        padding-bottom: 1px;
        background-position: center;
    }

    .sec03 .contents {
        width: 90%;
    }

    .sec03 .contents .inner {
        width: 90%;
        padding-top: 106px;
    }

    .sec03 .contents .inner .point {
        width: 100%;
    }

    .sec03 .contents .inner .two::before ,.sec03 .contents .inner .four::before {
        content: unset;
    }

    .sec03 .sec_title {
        width: 90%;
        margin: 0 auto;
        font-size: 25px;
    }

    .sec03 .top .title {
        width: 90%;
        margin: 0 auto;
        font-size: 23px;
    }

    .sec03 .top .title02 {
        width: 90%;
        margin: 0 auto;
    font-size: 30px;
    }

    .sec03 .top {
        width: 100%;
        padding-top: 245px;
        z-index: 1;
    }

    .sec03 .top::before {
        content: "";
        right: 0;
        left: 0;
        background: url(../images/index/sec03_top_sp02.png);
        background-position: center;
        width: 312px;
        height: 211px;
        background-repeat: no-repeat;
        top: -95px;
        position: absolute;
        margin: auto;
    }

    .sec03 .top::after {
        content: "";
        right: 0;
        background: url(../images/index/sec03_top_sp.png);
        background-position: center;
        width: 100%;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .sec03 .sec_title::after {
        left: 0;
        top: 330px;
        width: 95%;
    }

    .sec03 .top .title02 .big {
        font-size: 35px;
    }

    .sec03 .contents .inner .in {
        margin-bottom: 100px;
    }

    .sec03 .contents .point .subtitle {
        font-size: 17px;
        padding-left: unset;
        margin-bottom: 20px;
        text-align: center;
    }

    .sec03 .contents .point p {
        text-align: center;
    }

    .sec03 .contents .inner .one .subtitle::before ,.sec03 .contents .inner .two .subtitle::before ,.sec03 .contents .inner .three .subtitle::before
    ,.sec03 .contents .inner .four .subtitle::before ,.sec03 .contents .inner .five .subtitle::before {
        right: 0;
        /* bottom: 150px; */
        top: -130px;
    }

    .sec03 .contents .point .text {
        margin-top: 20px;
        text-align: left;
    }

    /* -- 2024.07 add start 感染予防対策 -- */
    .sec03 .contents .inner .list {
        display: block;
    }
    .sec03 .contents .inner .list .item {
        width: 100%;
        max-width: 100%;
    }
    .sec03 .contents .kansenyobou .link a .linkbox {
        background: #998675;
        padding: 10px 15px;
        width: 90%;
        text-align: left;
        max-width: 300px;
        position: relative;
        margin: 0 auto;
        color: #fff;
    }
    .sec03 .contents .kansenyobou .link a .linkbox::after {
        content: "";
        position: absolute;
        width: 23px;
        height: 23px;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
    }
    /* -- 2024.07 add end 感染予防対策 -- */

    .sec03 .contents .point .link a .linkbox {
        padding: 10px 15px;
        width: 90%;
        text-align: left;
        max-width: 300px;
    }

    .sec03 .contents .point .link a .linkbox::after {
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .sec04 .contents {
        background: #fff;
        position: relative;
        width: 100%;
        justify-content: center;
    }

    .sec04 .tops::after {
        content: "";
        right: 0;
        background: url(../images/index/sec04_top_sp.png);
        width: 100%;
        z-index: -1;
        background-position: center;
        background-repeat: no-repeat;
    }
    .sec04 .tops::before {
        content: "";
        right: 0;
        left: 0;
        background: url(../images/index/sec04_top_sp02.png);
        background-position: center;
        width: 255px;
        height: 170px;
        background-repeat: no-repeat;
        top: -95px;
        position: absolute;
        margin: auto;
        background-size: cover;
    }

    .sec04 .tops {
        width: 100%;
        margin: 35px 0 50px;
        padding-top: 245px;
        z-index: 1;
    }

    .sec04 .contents .content {
        font-size: 15px;
    }

    .sec04 .contents .content .textbox {
        width: 90%;
        margin: 15px auto;
    }

    .sec04 .bottom .left .text {
        width: 90%;
    }

    .sec04 .tops .title {
        width: 90%;
        margin: 0 auto;
        font-size: 23px;
    }

    .sec04 .tops .title02 {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .sec04 .bottom .left .top {
        width: 100%;
        margin: 20px 10px;
    }

    .sec04 .sec_title {
        width: 90%;
        margin: 0 auto;
    }

    .sec04 .sec_title02 {
        width: 90%;
        margin: 0 auto;
    }

    .sec04 .sec_title::after {
        top: 335px;
        width: 95%;
    }

    .sec04 .tops .title02 .big {
        font-size: 35px;
    }

    .sec04 .contents .one, .sec04 .contents .three, .sec04 .contents .five, .sec04 .contents .seven {
        border-right: unset;
    }

    .sec04 .contents .content .boxs {
        /* flex-wrap: wrap-reverse; */
        justify-content: right;
    }

    .sec04 .contents .content .boxs .right {
        width: 55%;
    }

    .sec04 .contents .content .boxs .left {
        padding-left: 10px;
        width: 48%;
    }

    .sec04 .contents .content .boxs .left .top {
        margin-top: 10px;
    }

    .sec04 .contents .content .boxs .left .subtitle {
        font-size: 18px;
        margin: 10px 0px 10px 40px;
        width: auto;
        /* display: inline-block; */
        padding-right: 2px;
        text-align: unset;
    }

    .sec04 .contents .content .boxs .left::after {
        content: "";
        width: 130px;
    }

    .sec04 .contents .content .boxs .left .subtitle::after {
        right: -25px;
    }

    .sec04 .contents .one .boxs .left .subtitle::after {
        right: 20px;
    }

    .sec04 .contents .two .boxs .left .subtitle::after {
        right: 20px;
    }

    .sec04 .contents .three .boxs .left .subtitle::after {
        right: 10px;
    }

    .sec04 .contents .four .boxs .left .subtitle::after {
        right: -10px;
    }

    .sec04 .contents .five .boxs .left .subtitle::after {
        right: 50px;
    }

    .sec04 .contents .six .boxs .left .subtitle::after {
        right: -10px;
    }

    .sec04 .contents .seven .boxs .left .subtitle::after {
        right: 10px;
    }

    .sec04 .contents .eight .boxs .left .subtitle::after {
        right: 40px;
    }

    .sec04 .bottom .box .left .subtitle {
        font-size: 18px;
        margin: 10px 0px 10px 50px;
        width: auto;
        display: inline-block;
        padding-right: 2px;
    }

    .sec04 .bottom .box .left::after {
        bottom: -150px;
    }

    .sec04 .bottom .text {
        width: 90%;
        margin: 15px auto;
    }






    .sec05 .box01 {
        width: 100%;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }

    .sec05 .box02 {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sec05 .bottom_name {
        width: 90%;
    margin: 0 auto 50px;
    }

    .sec05 .content .box {
        display: flex;
        width: 90%;
        flex-wrap: wrap;
    }

    .sec05 .bottom_link {
        width: 90%;
    }

    .sec05 .box01 .textbox {
        width: 90%;
        margin: 20px auto;
    }

    .sec05 .sectitle {
        padding: 70px 0;
    }

    .sec05 .box02 .textbox {
        width: 90%;
        margin: 20px auto;
    }

    .sec05 .content .box .right {
        z-index: 1;
    }

    .sec05 .content .box .left {
        border-right: unset;
        width: 100%;
    }

    .sec05 .content .box .left th {
        width: 90px;
    }

    .sec05 .content .box .right td {
        font-size: 15px;
    }

    .sec05 .bottom_name .name {
        font-size: 25px;
        padding-right: 10px;
    }





    .sec06 .inner {
        width: 100%;
        max-width: 450px
    }

    .sec06 .inner .top {
        width: 90%;
    }

    .sec06 .sec_title::after {
        right: 0;
        width: 295px;
        height: 185px;
        bottom: -220px;
        background-size: cover;
        left: 0;
    }

    .sec06 .inner .content {
        width: 100%;
    }

    .sec06 .inner .bottom {
        width: 90%;
    }

    .sec06 .inner .bottom::after {
        right: 0;
    background-size: contain;
    width: 83px;
    height: 105px;
    bottom: -90px;
    }

    .sec06 .three::after {
        right: 0;
    }

    .sec06 .inner .contents {
        margin: 85px auto 0;
    }

    .sec06 .one, .sec06 .three, .sec06 .five, .sec06 .seven {
        border-right: unset;
    }

    .sec06 .inner .bottom::before {
        left: 0;
        top: -110px;
    }

    .sec06 .content .inn {
        font-size: 20px;
        line-height: 1.8;
    }

    .text.flot {
        margin-top: -108px;
    }

    .sec06 .content .bottoms .btn {
        width: 190px;
    }

    .sec06 .content .bottoms .btn .to_link {
        font-size: 16px;
    }

    .sec06 .content .inn .text::before {
        top: 0;
    }

    .sec06 .content .bottoms .btn .to_link {
        padding: 7px 20px;
    }

    .sec06 .sec_title {
        font-size: 25px;
    }

    .sec06 .sec_title .big {
        font-size: 35px;
    }




      /* 追加 */
      .sec07{
        padding:10vw 5vw;
    }
    .sec07 .textbox{
        padding:initial;
    }
    .sec07 .title{
        padding: 10vw 0 15vw;
        font-size: 22px;
    }
    .sec07 .title::before{
        content: "";
        position: absolute;
        background: url(../images/index/sec05_top.png);
        /* width: 36vw;
        height: 36vw; */
        top: -8vw;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
    }
}

@media screen and (max-width: 395px) {
    .sec04 .contents .one .boxs .left .subtitle::after {
        right: 0px;
    }

    .sec04 .contents .two .boxs .left .subtitle::after {
        right: 0px;
    }

    .sec04 .contents .three .boxs .left .subtitle::after {
        right: -10px;
    }

    .sec04 .contents .four .boxs .left .subtitle::after {
        right: -30px;
    }

    .sec04 .contents .five .boxs .left .subtitle::after {
        right: 30px;
    }

    .sec04 .contents .six .boxs .left .subtitle::after {
        right: -30px;
    }

    .sec04 .contents .seven .boxs .left .subtitle::after {
        right: -10px;
    }

    .sec04 .contents .eight .boxs .left .subtitle::after {
        right: 10px;
    }


}
