body {
  padding: 0;
}

.header {
  background-color: rgba(255, 255, 255, 0.6);
}
.header .time_cont {
  background-color: #fff;
  margin: initial;
  padding: 5px 15px 5px 15px;
}
@media screen and (max-width: 768px) {
  .header {
    background-color: rgba(255, 255, 255, 0.95);
  }
}

.key {
  position: relative;
  width: 100%;
  height: 749px;
  overflow: hidden;
}
.key .image {
  position: relative;
  height: 749px;
  overflow: hidden;
  /*&:before {
      content: "";
      z-index: 1;
      position: absolute;
      top: -1px;
      width: 100%;
      height: 532px;
      background: url(../images/index/top_curve01.png) center top /100% no-repeat;
  } */
}
.key .image img {
  position: absolute;
  width: 100%;
  height: 749px;
  -o-object-fit: cover;
     object-fit: cover;
}
.key .key_cont {
  position: relative;
  width: 100%;
  height: 532px;
  margin: 0 auto;
}
.key .textbox {
  position: relative;
  top: 245px;
  z-index: 2;
  width: 1024px;
  margin: 0 auto;
  text-align: center;
  /*&:before {
      content: "";
      position: absolute;
      left: 250px;
      top: 100px;
      width: 216px;
      height: 197px;
      background: url(../images/index/key_leaf.png) center /contain no-repeat;
  } */
}
.key .image02 .textbox {
  top: 315px;
}
.key .image02 .text {
  padding-left: 320px;
}
.key .image03 .textbox {
  top: 330px;
}
.key .image03 .text {
  padding-left: 120px;
}
.key .text {
  font-size: 41.54px;
  color: #47392a;
  letter-spacing: 0.12em;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
.key .text .small {
  font-size: 28.86px;
  font-weight: 700;
}
.key .text .small2 {
  font-size: 25px;
  font-weight: 700;
}
.key .text .large {
  font-size: 63px;
  font-weight: 700;
}
.key .text .indent01 {
  padding: 0 0 0 0.5em;
  font-weight: 700;
}
.key .text .indent02 {
  padding: 0 0 0 1em;
  font-weight: 700;
}
.key .text .indent03 {
  padding: 0 0 0 1em;
  font-weight: 700;
}
.key .slick-dots {
  position: absolute;
  bottom: 40px;
  display: block;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 50;
}
.key .slick-dots li button:before {
  font-size: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .key {
    position: relative;
    width: 100%;
    height: 133.3vw;
  }
  .key .image {
    position: relative;
    height: 133.3vw;
    overflow: hidden;
    /* &:before {
        content: "";
        z-index: 1;
        position: absolute;
        width: 100%;
        height: 133.3vw;
        background: url(../images/index/top_curve01.png) center top /100% no-repeat;
    } */
  }
  .key .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .key .textbox {
    position: relative;
    top: 43vw;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    /*&:before {
        content: "";
        position: absolute;
        left: 26.6vw;
        top: 18.6vw;
        width: 40vw;
        height: 36.4vw;
        background: url(../images/index/key_leaf.png) center /contain no-repeat;
    } */
  }
  .key .image02 .textbox {
    top: 62.66vw;
  }
  .key .image02 .text {
    padding-left: initial;
  }
  .key .image03 .textbox {
    top: 40vw;
  }
  .key .image03 .text {
    padding-left: initial;
  }
  .key .image03 .text .small {
    font-size: 3.9vw;
  }
  .key .text {
    font-size: 5.86vw;
    color: #47392a;
    letter-spacing: 0.12em;
    font-weight: 700;
    line-height: 1.8;
  }
  .key .text .small {
    font-size: 4.5vw;
    font-weight: 700;
  }
  .key .text .large {
    font-size: 8vw;
    font-weight: 700;
  }
  .key .text .indent01 {
    padding: 0 0 0 0.5em;
    font-weight: 700;
  }
  .key .text .indent02 {
    padding: 0 0 0 1em;
    font-weight: 700;
  }
  .key .text .indent03 {
    padding: 0 0 0 1em;
    font-weight: 700;
  }
  .key .slick-dots {
    position: absolute;
    bottom: 8vw;
    display: block;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 50;
  }
  .key .slick-dots li button:before {
    font-size: 8vw;
    color: #fff;
    line-height: 1.5;
  }
}

.top_info {
  padding-top: 60px;
}
.top_info .footer_head {
  width: 960px;
  padding: 0 0 26px;
  border-bottom: 1px solid #333;
  margin: 0 auto 20px;
}
.top_info .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 30px;
}
.top_info .head_left {
  padding: 0 40px 0 0;
  border-right: 1px solid #333333;
  margin: 0 20px 0 0;
}
.top_info .top_info_logo {
  margin: 0 0 15px;
}
.top_info .top_info_text02 {
  margin: 0 0 20px;
  font-family: "noto sans jp", sans-serif;
  font-size: 16px;
}
.top_info .middle_right .middle_text {
  font-family: initial;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 5px;
}
.top_info .middle_right .middle_btn {
  margin: 0 auto;
}
.top_info .middle_left .middle_text {
  font-family: initial;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 5px;
}
.top_info .middle_left .middle_btn {
  margin: 0 auto;
}
.top_info .left_list {
  display: flex;
  justify-content: center;
  color: #fff;
  font-family: "noto sans jp", sans-serif;
  font-size: 17px;
  text-align: center;
  line-height: 45px;
}
.top_info .left_list .item01 {
  width: 145px;
  height: 45px;
  margin: 0 10px 0 0;
  background: #e8a6b1;
}
.top_info .left_list .item02 {
  width: 178px;
  height: 45px;
  background: #80a2b6;
}
.top_info .left_list .item02 .small {
  padding: 0 10px 0 0;
  font-size: 15px;
}
.top_info .middle_left {
  width: 300px;
  padding: 0;
  margin: 0 auto;
}
.top_info .middle_left .middle_btn {
  font-family: initial;
  border: 2px solid #b28080;
}
.top_info .middle_left .middle_btn img {
  margin-right: 10px;
}
.top_info .middle_left .middle_btn a {
  display: flex;
  align-items: center;
  padding: 0 0 0 35px;
  font-size: 28px;
  font-weight: 500;
  color: #b28080;
  line-height: 65px;
}
.top_info .middle_right .middle_btn {
  width: 300px;
  height: 65px;
  background-color: #b28080;
  margin-bottom: 20px;
  padding: 15px;
  box-sizing: border-box;
}
.top_info .middle_right .middle_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 16px;
}
.top_info .middle_right .middle_btn a .small {
  padding: 0 10px 0 0;
  font-size: 16px;
}
.top_info .middle_right .middle_btn a .large {
  padding-left: 5px;
  font-family: "noto sans jp", sans-serif;
  font-size: 29px;
  font-weight: lighter;
}
.top_info .middle_right .middle_btn img {
  min-width: 43px;
  height: 33px;
}
@media screen and (max-width: 768px) {
  .top_info .head_list {
    width: 100%;
    padding: 0 3.5vw;
  }
  .top_info .head_list .top_info_logo {
    margin: 0 0 8vw;
  }
  .top_info .head_list .top_info_logo img {
    width: 100%;
  }
  .top_info .head_list .table {
    margin-bottom: 4.2vw;
  }
  .top_info .head_list .table img {
    width: 100%;
  }
  .top_info .head_list .top_info_text02 {
    margin: 0 0 5.3vw;
    font-family: "noto sans jp", sans-serif;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .top_info .head_list .middle_text {
    font-family: initial;
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 2.4vw;
  }
  .top_info .head_list .web_middle_btn {
    width: 80vw;
    height: 17.33vw;
    margin: 0 auto;
    background-color: #b28080;
    margin-bottom: 4.2vw;
    padding: 4vw;
    box-sizing: border-box;
  }
  .top_info .head_list .web_middle_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 4.2vw;
  }
  .top_info .head_list .web_middle_btn a .small {
    padding: 0 2.6vw 0 0;
    font-size: 4.2vw;
  }
  .top_info .head_list .web_middle_btn a .large {
    font-size: 7.73vw;
  }
  .top_info .head_list .web_middle_btn img {
    min-width: 11.46vw;
    height: 8.8vw;
  }
  .top_info .head_list .tel_middle_btn {
    width: 80vw;
    height: 17.33vw;
    margin: 0 auto;
    border: 0.53vw solid #b28080;
  }
  .top_info .head_list .tel_middle_btn a {
    display: flex;
    align-items: center;
    padding: 0 0 0 13.33vw;
    font-size: 7.46vw;
    font-weight: 500;
    color: #b28080;
    line-height: 17.33vw;
  }
  .top_info .middle_left {
    position: relative;
    padding: 0;
    margin: 0 0 13.3vw;
  }
  .top_info .middle_left:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6.5vw;
    width: 100%;
    height: 1px;
    background: #333;
  }
  .top_info .middle_left:after {
    content: "";
    position: absolute;
    right: 0;
    top: -6.5vw;
    width: 100%;
    height: 1px;
    background: #333;
  }
  .top_info .middle_left .middle_btn {
    border: 2px solid #9b8080;
  }
  .top_info .middle_left .middle_btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 16vw;
    font-size: 6.4vw;
    font-weight: 500;
    color: #9b8080;
    line-height: 16vw;
  }
  .top_info .middle_right .middle_btn {
    border: 2px solid #9b8080;
  }
  .top_info .middle_right .middle_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9b8080;
    line-height: 16px;
  }
  .top_info .middle_right .middle_btn a .small {
    padding: 0 2.6vw 0 0;
    font-size: 4.2vw;
    line-height: 1.2;
  }
  .top_info .middle_right .middle_btn a .large {
    font-size: 6.4vw;
  }
  .top_info .middle_right .middle_btn img {
    min-width: auto;
    width: 10.6vw;
    height: 8.1vw;
  }
}

.campaign_banner {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign_banner {
    padding: 13.3vw 5.3vw;
    box-sizing: border-box;
  }
}

.top_banner {
  display: flex;
  justify-content: center;
  padding: 60px 0 60px;
}
.top_banner .banner {
  width: 512px;
}
.top_banner .banner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_banner {
    display: block;
    justify-content: center;
    padding: 0 5.3vw 13.3vw;
    box-sizing: border-box;
  }
  .top_banner .banner {
    width: 100%;
  }
  .top_banner .banner img {
    width: 100%;
  }
  .top_banner .banner01 {
    margin: 0 0 8vw;
  }
}

.blog_sec {
  padding: 20px 0 0;
  letter-spacing: 0.1em;
}
.blog_sec .list {
  display: flex;
  justify-content: center;
}
.blog_sec .item {
  width: 234px;
}
.blog_sec .item:nth-of-type(1),
.blog_sec .item:nth-of-type(2),
.blog_sec .item:nth-of-type(3) {
  margin: 0 14px 0 0;
}
.blog_sec .item_image {
  width: 234px;
  height: 156px;
  margin: 0 0 10px;
  overflow: hidden;
}
.blog_sec .item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog_sec .item_date {
  padding: 0 0 5px;
  border-bottom: 1px solid #50627C;
  margin: 0 0 5px;
  font-family: "noto sans jp", sans-serif;
  font-size: 25px;
  color: #4E6079;
}
.blog_sec .item_text {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .blog_sec {
    padding: 21.3vw 5.3vw 0;
    box-sizing: border-box;
    letter-spacing: 0.1em;
  }
  .blog_sec .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog_sec .item {
    width: 40vw;
  }
  .blog_sec .item:nth-of-type(1) {
    margin: 0 1.6vw 8vw 0;
  }
  .blog_sec .item:nth-of-type(2) {
    margin: 0 0 8vw;
  }
  .blog_sec .item:nth-of-type(3) {
    margin: 0 2.6vw 0 0;
  }
  .blog_sec .item_image {
    width: 40vw;
    height: 40vw;
    margin: 0 0 2.6vw;
  }
  .blog_sec .item_date {
    padding: 0 0 1.3vw;
    border-bottom: 1px solid #50627C;
    margin: 0 0 1.3vw;
    font-family: "noto sans jp", sans-serif;
    font-size: 5.3vw;
    color: #4E6079;
  }
  .blog_sec .item_text {
    font-size: 4vw;
  }
}

.calendar_sec {
  padding: 0 0 80px;
}
.calendar_sec .box {
  width: 910px;
  height: 530px;
  margin: 0 auto;
}
.calendar_sec iframe {
  width: 100%;
  height: 100%;
}
.calendar_sec .calendar_text {
  text-align: right;
}
.calendar_sec .calendar_text a {
  color: #00f;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .calendar_sec {
    padding: 0 5.5vw 21.3vw;
    box-sizing: border-box;
  }
  .calendar_sec .box {
    width: 100%;
    height: 93.3vw;
    margin: 0 auto;
  }
  .calendar_sec iframe {
    width: 100%;
    height: 100%;
  }
  .calendar_sec .calendar_text {
    text-align: right;
  }
  .calendar_sec .calendar_text a {
    color: #00f;
    text-decoration: underline;
  }
  .calendar_sec .calendar_text a:hover {
    opacity: 1;
    transition: none;
  }
}

/*
.sec01 {
    padding: 0 0 100px;

    .inner {
        position: relative;
        width: 1024px;
        margin: 0 auto;

        &:before {
            content: "";
            position: absolute;
            right: 95px;
            top: 0;
            width: 282px;
            height: 43px;
            background: url(../images/index/concept.png) center /cover no-repeat;
        }

        &:after {
            content: "";
            position: absolute;
            left: -100px;
            bottom: -70px;
            width: 809px;
            height: 104px;
            background: url(../images/index/concept02.png) center /cover no-repeat;
        }
    }

    .cont {
        position: relative;
    }

    .cont01 {
        margin: 0 0 60px;

        &:before {
            content: "";
            position: absolute;
            z-index: -1;
            right: 0;
            bottom: -180px;
            width: 768px;
            height: 428px;
            background: url(../images/index/woman01.png) center /cover no-repeat;
        }
    }

    .sec_title {
        width: 610px;
        padding: 0 0 20px 100px;
        border-bottom: 1px solid #CC9799;
        margin: 0 0 30px;
        box-sizing: border-box;
        font-size: 28px;
        color: #4E6079;
        letter-spacing: .12em;
        line-height: 1.8;

        .color {
            color: #D9888E;
        }

        .lower {
            padding: 0 0 0 1em;
        }
    }

    .sec_text {
        width: 540px;
        padding: 0 0 0 100px;
        line-height: 2;
        letter-spacing: .1em;
    }

    .cont02 {

        &:before {
            content: "";
            position: absolute;
            z-index: -1;
            bottom: -20px;
            left: 0;
            width: 380px;
            height: 337px;
            background: url(../images/index/woman02.png) center /cover no-repeat;
        }

        .sec_title  {
            margin: 0 0 50px;

            .small {
                font-size: 24px;
            }

            .middle {
                padding: 0 0 0 .5em;
            }
        }

        .sec_text {
            width: 480px;
            margin: 0 0 0 300px;
        }
    }


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

        padding: 16vw 5.3vw;
        box-sizing: border-box;

        .inner {
            position: relative;
            width: 100%;
            margin: 0 auto;

            &:before {
                content: "";
                position: absolute;
                right: auto;
                left: 0vw;
                top: -16vw;
                width: 53.3vw;
                height: 8.1vw;
                background: url(../images/index/concept.png) center /cover no-repeat;
            }

            &:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: -8vw;
                width: 809px;
                width: 80vw;
                height: 10.2vw;
                margin: 0 auto;
                background: url(../images/index/concept02.png) center /cover no-repeat;
            }
        }

        .cont {
            position: relative;
        }

        .cont01 {
            padding: 0 0 53.3vw;
            margin: 0 0 8vw;

            &:before {
                display: none;
                content: "";
                position: absolute;
                z-index: -1;
                right: 0;
                bottom: -150px;
                width: 768px;
                height: 428px;
                background: url(../images/index/woman01.png) center /cover no-repeat;
            }

            .cont01_bg {
                position: absolute;
                bottom: -2.6vw;
                right: -5.3vw;
                width: 100%;
                height: 53.3vw;
                background: url(../images/index/woman01.png) center /cover no-repeat;
            }
        }

        .sec_title {
            width: 100%;
            padding: 0 0 2.6vw;
            border-bottom: 1px solid #CC9799;
            margin: 0 0 8vw;
            box-sizing: border-box;
            font-size: 5.3vw;
            color: #4E6079;
            letter-spacing: .12em;
            line-height: 1.8;

            .color {
                color: #D9888E;
            }

            .lower {
                padding: 0 0 0 1em;
            }
        }

        .sec_text {
            width: 100%;
            padding: 0;
            font-size: 4vw;
            line-height: 2;
            letter-spacing: .1em;
        }

        .cont02 {
            padding: 0 0 53.3vw;

            .cont02_bg {
                position: absolute;
                bottom: -2.6vw;
                left: -5.3vw;
                width: 100%;
                height: 53.3vw;
                background: url(../images/index/woman02.png) center /cover no-repeat;
            }

            &:before {
                display: none;
                content: "";
                position: absolute;
                z-index: -1;
                bottom: -20px;
                left: 0;
                width: 380px;
                height: 337px;
                background: url(../images/index/woman02.png) center /cover no-repeat;
            }

            .sec_title  {
                margin: 0 0 8vw;

                .small {
                    font-size: 4.2vw;
                }

                .middle {
                    padding: 0 0 0 .5em;
                }
            }

            .sec_text {
                width: 100%;
                margin: 0;
            }
        }
    }
} */
.sec01 {
  /*
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
  */
  background: url(/images/index/sec01_bg_image.webp) center top/contain no-repeat;
  background-size: 100%, auto;
}
.sec01 .inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.sec01 .message_box {
  position: relative;
  z-index: 0;
  width: 1280px;
  max-width: 100%;
  height: 575px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.sec01 .message_box .box {
  width: 53%;
  max-width: 53%;
  margin-left: auto;
}
.sec01 .message_box .box .title {
  font-size: 29px;
  letter-spacing: 0.15em;
  line-height: 1.7;
  margin-bottom: 50px;
  color: #3d3521;
}
.sec01 .message_box .box .subtitle {
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #3d3521;
}
.sec01 .cont01 {
  position: relative;
  z-index: 1;
  margin-top: -60px;
  margin-bottom: -40px;
  width: 1015px;
  max-width: 79%;
  margin-left: auto;
  padding-right: 55px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .cont01 .textbox {
  width: 48%;
  margin-right: 40px;
}
.sec01 .cont01 .imagebox {
  width: 48%;
}
.sec01 .cont01 .cont_title {
  font-size: 25px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-bottom: 45px;
}
.sec01 .cont01 .cont_text {
  font-family: "noto sans jp", sans-serif;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.8vw;
  text-align: justify;
  margin-bottom: 20px;
}
.sec01 .cont01 .container {
  width: 267px;
  margin-left: auto;
}
.sec01 .cont01 .link_btn {
  border-radius: 10px;
  border: 1px solid #8087a5;
  border-radius: 6px 0 0 6px;
  padding: 10px 20px 10px 30px;
  font-family: "noto sans jp", sans-serif;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  color: #8087a5;
  position: relative;
}
.sec01 .cont01 .link_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url(/images/index/arrow03.webp) center/contain no-repeat;
  width: 8px;
  height: 16px;
}
.sec01 .obi {
  position: absolute;
  z-index: -1;
  top: -40px;
  left: -130px;
  width: 100px;
  height: clamp(374px, 37.5vw, 480px);
  background: linear-gradient(180deg, rgb(128, 137, 156) 0%, rgb(255, 255, 255) 90%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .obi .obi_text {
  padding: 30px;
  font-family: "noto sans jp", sans-serif;
  font-size: clamp(32px, 3.203vw, 41px);
  font-weight: lighter;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec01 .list_box {
  width: 100%;
  padding: 90px 45px;
  background-color: rgba(208, 196, 177, 0.25);
  box-sizing: border-box;
}
.sec01 .list_box .gridbox {
  width: 1165px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  -moz-column-gap: 15px;
       column-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.sec01 .list_box .gridbox .item {
  max-width: 375px;
  display: flex;
  flex-direction: column;
}
.sec01 .list_box .gridbox .item_image {
  margin-bottom: 20px;
}
.sec01 .list_box .gridbox .item_title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}
.sec01 .list_box .gridbox .item_text {
  font-family: "noto sans jp", sans-serif;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 20px;
  flex-grow: 1;
}
.sec01 .list_box .gridbox .container {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 267px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.sec01 .list_box .gridbox .link_btn {
  border-radius: 10px;
  background-color: #8087a5;
  padding: 10px 35px 10px 20px;
  font-family: "noto sans jp", sans-serif;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}
.sec01 .list_box .gridbox .link_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url(/images/index/arrow01.png) center/contain no-repeat;
  width: 9px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 20.7vw;
    width: 100%;
    max-width: 100%;
    background: initial;
  }
  .sec01 .message_box {
    position: relative;
    z-index: -1;
    width: 100%;
    max-width: 100%;
    height: 117.6vw;
    background: url(/images/index/sec01_bg_image_sp.webp) left top/contain no-repeat;
    background-size: 100%, auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .sec01 .message_box .box {
    width: 100%;
    max-width: 100%;
    margin-left: initial;
    margin-top: 58vw;
    padding: 0 5.5vw;
    box-sizing: border-box;
  }
  .sec01 .message_box .box .title {
    font-size: 5.3vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 2.4vw;
  }
  .sec01 .message_box .box .subtitle {
    font-size: 4.2vw;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .sec01 .cont01 {
    position: relative;
    z-index: 1;
    margin-bottom: -40px;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin: 0 auto;
    padding-left: initial;
    padding: 0 3.5vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }
  .sec01 .cont01 .textbox {
    width: 100%;
    margin-left: initial;
  }
  .sec01 .cont01 .imagebox {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec01 .cont01 .imagebox img {
    width: 100%;
  }
  .sec01 .cont01 .cont_title {
    padding-left: 24.8vw;
    font-size: 6.4vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 2;
    margin-bottom: 13.3vw;
  }
  .sec01 .cont01 .cont_text {
    font-family: "noto sans jp", sans-serif;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 8vw;
  }
  .sec01 .cont01 .container {
    width: 71.2vw;
    margin-left: initial;
    margin: 0 auto 13.8vw;
  }
  .sec01 .cont01 .link_btn {
    border-radius: 10px;
    border: 1px solid #8087a5;
    border-radius: 6px 0 0 6px;
    padding: 2.6vw 5.3vw 2.6vw 8vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    color: #8087a5;
    position: relative;
  }
  .sec01 .cont01 .link_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.6vw;
    background: url(/images/index/arrow03.webp) center/contain no-repeat;
    width: 2.13vw;
    height: 4.26vw;
  }
  .sec01 .obi {
    position: absolute;
    z-index: 0;
    top: -4vw;
    left: 5vw;
    width: 17.06vw;
    height: 80.73vw;
    background: linear-gradient(180deg, rgb(128, 137, 156) 0%, rgb(255, 255, 255) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .sec01 .obi .obi_text {
    padding: 3vw;
    font-family: "noto sans jp", sans-serif;
    font-size: 7.46vw;
    font-weight: lighter;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
  }
  .sec01 .list_box {
    width: 100%;
    padding: 13.8vw 5.5vw;
    background-color: rgba(208, 196, 177, 0.25);
    box-sizing: border-box;
  }
  .sec01 .list_box .gridbox {
    width: 1165px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 13.8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec01 .list_box .gridbox .item {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .sec01 .list_box .gridbox .item_image {
    margin-bottom: 4.2vw;
  }
  .sec01 .list_box .gridbox .item_image img {
    width: 100%;
  }
  .sec01 .list_box .gridbox .item_title {
    font-size: 5.9vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .sec01 .list_box .gridbox .item_text {
    font-family: "noto sans jp", sans-serif;
    font-size: 4vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
    flex-grow: 1;
  }
  .sec01 .list_box .gridbox .container {
    margin: 0 auto;
    margin-bottom: 0;
  }
  .sec01 .list_box .gridbox .link_btn {
    border-radius: 10px;
    padding: 2.6vw 9.3vw 2.6vw 5.3vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    position: relative;
  }
  .sec01 .list_box .gridbox .link_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background: url(/images/index/arrow01.png) center/contain no-repeat;
    width: 2.4vw;
    height: 4.26vw;
  }
}

/*
.sec02 {
    padding: 0 0 50px;
    background: #F9EEED;

    .sec_head {
        padding: 80px 0;
        background: #F9EEED;

        .inner {
            position: relative;
            width: 1024px;
            margin: 0 auto;

            .illust01 {
                position: absolute;
                z-index: 1;
                left: 30px;
                top: -70px;
                width: 280px;
                height: 256px;
                background: url(../images/index/leaves01.png) center /cover no-repeat;
            }

            .illust02 {
                position: absolute;
                z-index: 1;
                right: 30px;
                top: -70px;
                width: 280px;
                height: 256px;
                background: url(../images/index/leaves02.png) center /cover no-repeat;
            }
        }

        .sec_title {
            position: relative;
            z-index: 2;
            width: 460px;
            margin: 0 auto;
            letter-spacing: .12em;
            color: #50627C;
            text-align: center;

            .upper {
                display: inline-block;
                width: 460px;
                padding: 0 0 10px;
                border-bottom: 1px solid #50627C;
                font-size: 20px;
                font-weight: 600;
            }

            .lower {
                font-size: 50px;
                font-weight: 600;

                .small {
                    font-size: 40px;
                    font-weight: 600;
                }
            }
        }
    }

    .item {
        display: flex;
        height: 438px;
        margin: 0 0 15px;
    }

    .item:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .left {
        width: 50%;
        box-sizing: border-box;
        color: #fff;
        font-family: "noto sans jp", sans-serif;
        letter-spacing: .1em;
    }

    .item.item:nth-child(2n-1) .left {
        padding: 85px 120px 0 0;
        background: #D6A1A3;
    }

    .item.item:nth-child(2n) .left {
        padding: 85px 0 0 130px;
        background: #D6ABB8;
    }

    .textbox {
        position: relative;
    }

    .item.item:nth-child(2n-1) .textbox {
        width: 260px;
        margin: 0 0 0 auto;
    }

    .item.item:nth-child(2n) .textbox {
        width: 260px;
        margin: 0 auto 0 0;
    }

    .item_num {
        margin: 0 0 20px;
    }

    .item_text {
        margin: 0 0 20px;
        font-size: 18px;
        line-height: 2;
    }

    .link_btn {
        width: 260px;
        height: 36px;
        border: 1px solid #fff;

        a {
            position: relative;
            z-index: 2;
            display: block;
            width: 100%;
            height: 100%;
            padding: 0 0 0 20px;
            box-sizing: border-box;
            font-size: 15px;
            line-height: 36px;
            color: #fff;

            img {
                position: absolute;
                right: 20px;
                top: 10px;
            }
        }
    }

    .item:nth-of-type(1) {

        .textbox .illust {
            position: absolute;
            right: -71px;
            top: 92px;
            width: 120px;
            height: 233px;
            background: url(../images/index/leaf01.png) center /cover no-repeat;
        }

        .item_image {
            width: 50%;
            height: 438px;
            background: url(../images/index/woman03.jpg) center /cover no-repeat;
        }
    }

    .item:nth-of-type(2) {

        .textbox .illust {
            position: absolute;
            left: -100px;
            top: 120px;
            width: 176px;
            height: 178px;
            background: url(../images/index/leaf02.png) center /cover no-repeat;
        }

        .item_image {
            width: 50%;
            height: 438px;
            background: url(../images/index/woman04.jpg) center /cover no-repeat;
        }
    }

    .item:nth-of-type(3) {

        .textbox .illust {
            position: absolute;
            left: -109px;
            top: 83px;
            width: 157px;
            height: 250px;
            background: url(../images/index/leaf03.png) center /cover no-repeat;
        }

        .item_image {
            width: 50%;
            height: 438px;
            background: url(../images/index/shimizu03.jpg) center /cover no-repeat;
        }
    }

    .item:nth-of-type(4) {


        .textbox .illust {
            position: absolute;
            z-index: 1;
            right: -111px;
            top: 78px;
            width: 172px;
            height: 241px;
            background: url(../images/index/leaf04.png) center /cover no-repeat;
        }

        .item_image {
            width: 50%;
            height: 438px;
            background: url(../images/index/shimizu04.jpg) center /cover no-repeat;
        }
    }

    .item:nth-of-type(5) {

        .textbox .illust {
            position: absolute;
            right: -80px;
            top: 90px;
            width: 157px;
            height: 250px;
            background: url(../images/index/leaf05.png) center /cover no-repeat;
        }

        .item_image {
            width: 50%;
            height: 438px;
            background: url(../images/index/woman07.jpg) center /cover no-repeat;
        }
    }


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

        padding: 0 0 13.3vw;
        background: #F9EEED;

        .sec_head {
            padding: 8vw 5.3vw;
            box-sizing: border-box;
            background: #F9EEED;
            overflow: hidden;

            .inner {
                position: relative;
                width: 100%;
                margin: 0 auto;

                .illust01 {
                    position: absolute;
                    z-index: 1;
                    left: -8vw;
                    top: 0;
                    width: 26.6vw;
                    height: 24.3vw;
                    background: url(../images/index/leaves01.png) center /cover no-repeat;
                }

                .illust02 {
                    position: absolute;
                    z-index: 1;
                    right: -8vw;
                    top: 0;
                    width: 26.6vw;
                    height: 24.3vw;
                    background: url(../images/index/leaves02.png) center /cover no-repeat;
                }
            }

            .sec_title {
                position: relative;
                z-index: 2;
                width: 100%;
                margin: 0 auto;
                letter-spacing: .12em;
                color: #50627C;
                text-align: center;

                .upper {
                    display: inline-block;
                    width: 100%;
                    padding: 0 0 2.6vw;
                    border-bottom: 1px solid #50627C;
                    font-size: 4.8vw;
                    font-weight: 600;
                }

                .lower {
                    font-size: 8vw;
                    font-weight: 600;

                    .small {
                        font-size: 5.3vw;
                        font-weight: 600;
                    }
                }
            }
        }

        .item {
            display: block;
            height: auto;
            margin: 0 0 15px;
        }

        .item:nth-child(2n) {
            flex-direction: row-reverse;
        }

        .left {
            width: 100%;
            box-sizing: border-box;
            color: #fff;
            font-family: "noto sans jp", sans-serif;
            letter-spacing: .1em;
        }

        .item.item:nth-child(2n-1) .left {
            padding: 8vw 5.3vw;
            background: #D6A1A3;
        }

        .item.item:nth-child(2n) .left {
            padding: 8vw 5.3vw;
            background: #D6ABB8;
        }

        .textbox {
            position: relative;
        }

        .item.item:nth-child(2n-1) .textbox {
            width: 100%;
            margin: 0 0 0 auto;
        }

        .item.item:nth-child(2n) .textbox {
            width: 100%;
            margin: 0 auto 0 0;
        }

        .item_num {
            width: 26.6vw;
            margin: 0 0 8vw;
        }

        .item_text {
            margin: 0 0 8vw;
            font-size: 4.2vw;
            line-height: 2;
        }

        .link_btn {
            width: 69.3vw;
            height: auto;
            border: 1px solid #fff;
            margin: 0 auto;

            a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                padding: 2.6vw 0 2.6vw 5.3vw;
                box-sizing: border-box;
                font-size: 4vw;
                line-height: 1;
                color: #fff;

                img {
                    position: absolute;
                    right: 5.3vw;
                    top: 0;
                    bottom: 0;
                    width: 2.4vw;
                    height: 4.2vw;
                    margin: auto 0;
                }
            }
        }

        .item:nth-of-type(1) {

            .textbox .illust {
                position: absolute;
                right: 0;
                top: 24vw;
                width: 16vw;
                height: 31vw;
                background: url(../images/index/leaf01.png) center /cover no-repeat;
            }

            .item_image {
                width: 100%;
                height: 61.3vw;
                background: url(../images/index/woman03.jpg) center top /cover no-repeat;
            }
        }

        .item:nth-of-type(2) {

            .textbox .illust {
                position: absolute;
                left: 0;
                top: 32vw;
                width: 26.6vw;
                height: 26.9vw;
                background: url(../images/index/leaf02.png) center /cover no-repeat;
            }

            .item_image {
                width: 100%;
                height: 61.3vw;
                background: url(../images/index/woman04.jpg) center top /cover no-repeat;
            }
        }

        .item:nth-of-type(3) {

            .textbox .illust {
                position: absolute;
                left: 0;
                top: 38vw;
                width: 21.3vw;
                height: 33.9vw;
                background: url(../images/index/leaf03.png) center /cover no-repeat;
            }

            .item_image {
                width: 100%;
                height: 61.3vw;
                background: url(../images/index/shimizu03.jpg) center top /cover no-repeat;
            }
        }

        .item:nth-of-type(4) {


            .textbox .illust {
                position: absolute;
                right: 0;
                top: 21.3vw;
                width: 26.6vw;
                height: 37.2vw;
                background: url(../images/index/leaf04.png) center /cover no-repeat;
            }

            .item_image {
                width: 100%;
                height: 61.3vw;
                background: url(../images/index/shimizu04.jpg) center top /cover no-repeat;
            }
        }

        .item:nth-of-type(5) {

            .textbox .illust {
                position: absolute;
                right: 0;
                top: 24vw;
                width: 21.3vw;
                height: 33.9vw;
                background: url(../images/index/leaf05.png) center /cover no-repeat;
            }

            .item_image {
                width: 100%;
                height: 61.3vw;
                background: url(../images/index/woman07.jpg) center top /cover no-repeat;
            }
        }
    }
} */
.sec02 {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.sec02 .cont01 {
  position: relative;
  z-index: 1;
  margin-bottom: -40px;
  width: 1015px;
  max-width: 79%;
  margin-right: auto;
  padding-left: 55px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
}
.sec02 .cont01 .textbox {
  width: 48%;
  margin-left: 40px;
}
.sec02 .cont01 .imagebox {
  width: 48%;
}
.sec02 .cont01 .cont_title {
  font-size: 25px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-bottom: 45px;
}
.sec02 .cont01 .cont_text {
  font-family: "noto sans jp", sans-serif;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.8vw;
  text-align: justify;
  margin-bottom: 20px;
}
.sec02 .cont01 .container {
  width: 267px;
  margin-left: auto;
}
.sec02 .cont01 .link_btn {
  border-radius: 10px;
  border: 1px solid #c69393;
  border-radius: 6px 0 0 6px;
  padding: 10px 20px 10px 30px;
  font-family: "noto sans jp", sans-serif;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  color: #c69393;
  position: relative;
}
.sec02 .cont01 .link_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url(/images/index/arrow02.webp) center/contain no-repeat;
  width: 8px;
  height: 16px;
}
.sec02 .obi {
  position: absolute;
  z-index: -1;
  top: -40px;
  right: -130px;
  width: 100px;
  height: clamp(374px, 37.5vw, 480px);
  background: linear-gradient(180deg, rgb(198, 147, 147) 50%, rgb(255, 255, 255) 104%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec02 .obi .obi_text {
  padding: 30px;
  font-family: "noto sans jp", sans-serif;
  font-size: clamp(32px, 3.203vw, 41px);
  font-weight: lighter;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  color: #fff;
}
.sec02 .list_box {
  width: 100%;
  padding: 90px 45px;
  background-color: rgba(208, 196, 177, 0.25);
  box-sizing: border-box;
}
.sec02 .list_box .gridbox {
  width: 1165px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  -moz-column-gap: 15px;
       column-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
.sec02 .list_box .gridbox .item {
  max-width: 375px;
  display: flex;
  flex-direction: column;
}
.sec02 .list_box .gridbox .item_image {
  margin-bottom: 20px;
}
.sec02 .list_box .gridbox .item_title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}
.sec02 .list_box .gridbox .item_text {
  font-family: "noto sans jp", sans-serif;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 20px;
  flex-grow: 1;
}
.sec02 .list_box .gridbox .container {
  width: 267px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.sec02 .list_box .gridbox .link_btn {
  border-radius: 10px;
  background-color: #bf8a8c;
  padding: 10px 35px 10px 20px;
  font-family: "noto sans jp", sans-serif;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}
.sec02 .list_box .gridbox .link_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url(/images/index/arrow01.png) center/contain no-repeat;
  width: 9px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec02 .cont01 {
    position: relative;
    z-index: 1;
    margin-bottom: -40px;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin: 0 auto;
    padding-left: initial;
    padding: 0 3.5vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }
  .sec02 .cont01 .textbox {
    width: 100%;
    margin-left: initial;
  }
  .sec02 .cont01 .imagebox {
    width: 100%;
  }
  .sec02 .cont01 .imagebox img {
    width: 100%;
  }
  .sec02 .cont01 .cont_title {
    padding-right: 22.8vw;
    font-size: 6.4vw;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 2;
    margin-bottom: 13.3vw;
  }
  .sec02 .cont01 .cont_text {
    font-family: "noto sans jp", sans-serif;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 8vw;
  }
  .sec02 .cont01 .container {
    width: 71.2vw;
    margin-left: initial;
    margin: 0 auto 13.8vw;
  }
  .sec02 .cont01 .link_btn {
    border-radius: 10px;
    border: 1px solid #c69393;
    border-radius: 6px 0 0 6px;
    padding: 2.6vw 5.3vw 2.6vw 8vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    position: relative;
  }
  .sec02 .cont01 .link_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.6vw;
    background: url(/images/index/arrow02.webp) center/contain no-repeat;
    width: 2.13vw;
    height: 4.26vw;
  }
  .sec02 .obi {
    position: absolute;
    z-index: 0;
    top: -4vw;
    right: 7vw;
    width: 17.06vw;
    height: 80.73vw;
    background: linear-gradient(180deg, rgb(198, 147, 147) 50%, rgb(255, 255, 255) 104%);
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .sec02 .obi .obi_text {
    padding: 3vw;
    font-family: "noto sans jp", sans-serif;
    font-size: 7.46vw;
    font-weight: lighter;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
  }
  .sec02 .list_box {
    width: 100%;
    padding: 13.8vw 5.5vw;
    background-color: rgba(208, 196, 177, 0.25);
    box-sizing: border-box;
  }
  .sec02 .list_box .gridbox {
    width: 1165px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 13.8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec02 .list_box .gridbox .item {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .sec02 .list_box .gridbox .item_image {
    margin-bottom: 4.2vw;
  }
  .sec02 .list_box .gridbox .item_image img {
    width: 100%;
  }
  .sec02 .list_box .gridbox .item_title {
    font-size: 5.9vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .sec02 .list_box .gridbox .item_text {
    font-family: "noto sans jp", sans-serif;
    font-size: 4vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
    flex-grow: 1;
  }
  .sec02 .list_box .gridbox .container {
    width: 71.2vw;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .sec02 .list_box .gridbox .link_btn {
    border-radius: 10px;
    padding: 2.6vw 9.3vw 2.6vw 5.3vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    position: relative;
  }
  .sec02 .list_box .gridbox .link_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background: url(/images/index/arrow01.png) center/contain no-repeat;
    width: 2.4vw;
    height: 4.26vw;
  }
}

.sec03 {
  /*
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  */
  margin-bottom: 140px;
  background: url(/images/index/sec03_bg_image01.webp) center top/contain no-repeat;
  position: relative;
}
.sec03 .inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.sec03::before {
  content: "";
  position: absolute;
  top: clamp(-66px, -5.156vw, -51px);
  left: clamp(690px, 69.14vw, 885px);
  background: url(/images/index/sec03_bg_logo.webp) center top/contain no-repeat;
  width: clamp(251px, 25.156vw, 322px);
  height: clamp(266px, 25.312vw, 324px);
}
.sec03 .head {
  padding-top: 285px;
  padding-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
}
.sec03 .head .title_box {
  padding-right: 55px;
}
.sec03 .head .title_box .sec_subtitle {
  font-family: initial;
  font-size: 33px;
  color: #3d3521;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
}
.sec03 .head .title_box .sec_title {
  margin-top: -35px;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #3d3521;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
}
.sec03 .head .title_box .sec_title .r_text {
  font-size: 117px;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
}
.sec03 .head .title_box .sec_title .s_text {
  font-size: 53px;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
}
.sec03 .policy01 {
  width: 1185px;
  max-width: 100%;
  margin-left: auto;
}
.sec03 .policy01 .upper_box {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sec03 .policy01 .upper_box .imagebox {
  width: 496px;
  max-width: 42%;
}
.sec03 .policy01 .upper_box .textbox {
  width: 58%;
  padding: 20px 50px 0;
  background-color: #fff;
}
.sec03 .policy01 .upper_box .textbox .policy_title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #bf8a8c;
  margin-bottom: 10px;
}
.sec03 .policy01 .upper_box .textbox .policy_text {
  padding-left: 10px;
  font-size: 26px;
  font-weight: lighter;
  color: #3d3521;
  margin-bottom: 30px;
}
.sec03 .policy01 .upper_box .textbox .container {
  width: 342px;
  margin-left: auto;
  margin-bottom: 15px;
}
.sec03 .policy01 .upper_box .textbox .link_btn {
  border-radius: 10px;
  background-color: #bf8a8c;
  padding: 10px 35px 10px 20px;
  font-family: "noto sans jp", sans-serif;
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}
.sec03 .policy01 .upper_box .textbox .link_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url(/images/index/arrow01.png) center/contain no-repeat;
  width: 9px;
  height: 16px;
}
.sec03 .policy01 .lowwer_box {
  width: 100%;
  padding: 45px 50px 45px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
}
.sec03 .policy01 .lowwer_box .middle {
  width: clamp(420px, 42.031vw, 538px);
  margin: 0 30px;
}
.sec03 .policy01 .lowwer_box .left .text, .sec03 .policy01 .lowwer_box .right .text {
  padding: 0 10px 15px;
  border-bottom: 0.52px solid #bc8998;
  font-family: "noto sans jp", sans-serif;
  font-size: clamp(17px, 1.655vw, 21.19px);
  font-weight: lighter;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 15px;
}
.sec03 .policy_box {
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
  display: grid;
  -moz-column-gap: clamp(39px, 3.906vw, 50px);
       column-gap: clamp(39px, 3.906vw, 50px);
  row-gap: 70px;
  grid-template-columns: repeat(2, 1fr);
}
.sec03 .policy_box .item .item_image {
  margin-bottom: 20px;
}
.sec03 .policy_box .item .item_image img {
  width: 100%;
}
.sec03 .policy_box .item .item_title {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #bf8a8c;
}
.sec03 .policy_box .item .item_text {
  font-size: 26px;
  font-weight: lighter;
  letter-spacing: 0em;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 30px;
}
.sec03 .policy_box .container {
  width: 342px;
  margin: 0 auto 15px;
}
.sec03 .policy_box .link_btn {
  border-radius: 10px;
  background-color: #bf8a8c;
  padding: 10px 35px 10px 20px;
  font-family: "noto sans jp", sans-serif;
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}
.sec03 .policy_box .link_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url(/images/index/arrow01.png) center/contain no-repeat;
  width: 9px;
  height: 16px;
}
.sec03 .policy_box .item:nth-of-type(1) .item_image,
.sec03 .policy_box .item:nth-of-type(2) .item_image {
  margin-bottom: 100px;
}
.sec03 .policy_box .item:nth-of-type(1) {
  position: relative;
}
.sec03 .policy_box .item:nth-of-type(1) .item02_kazari01 {
  position: absolute;
  top: clamp(254px, 25vw, 326px);
  left: -2px;
  width: clamp(169px, 16.953vw, 217px);
  height: clamp(127px, 12.734vw, 163px);
}
.sec03 .policy_box .item:nth-of-type(1) .item02_kazari02 {
  position: absolute;
  top: clamp(222px, 22.265vw, 285px);
  left: clamp(170px, 17.031vw, 218px);
  width: clamp(126px, 12.578vw, 161px);
  height: clamp(168px, 16.796vw, 215px);
}
.sec03 .policy_box .item:nth-of-type(1) .item02_kazari03 {
  position: absolute;
  top: clamp(222px, 22.265vw, 285px);
  left: clamp(315px, 31.468vw, 390px);
  width: clamp(126px, 12.578vw, 161px);
  height: clamp(168px, 16.796vw, 215px);
}
.sec03 .policy_box .item:nth-of-type(2) {
  position: relative;
}
.sec03 .policy_box .item:nth-of-type(2) .item03_kazari01 {
  position: absolute;
  top: clamp(226px, 22.656vw, 290px);
  left: 20px;
  width: clamp(142px, 14.218vw, 182px);
  height: clamp(142px, 14.218vw, 182px);
}
.sec03 .policy_box .item:nth-of-type(2) .item03_kazari02 {
  position: absolute;
  top: clamp(226px, 22.656vw, 290px);
  left: clamp(162px, 16.25vw, 208px);
  width: clamp(145px, 14.531vw, 186px);
  height: clamp(145px, 14.531vw, 186px);
}
.sec03 .policy_box .item:nth-of-type(2) .item03_kazari03 {
  position: absolute;
  top: clamp(226px, 22.656vw, 290px);
  left: clamp(312px, 31.25vw, 400px);
  width: clamp(118px, 11.786vw, 151px);
  height: clamp(143px, 14.296vw, 183px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 13.8vw;
    width: 100%;
    max-width: 100%;
    background: url(/images/index/sec03_bg_image01_sp.webp) center top/contain no-repeat;
    position: relative;
  }
  .sec03::before {
    content: "";
    position: absolute;
    top: 8vw;
    left: 42.66vw;
    background: url(/images/index/sec03_bg_logo_sp.webp) center top/contain no-repeat;
    width: 50.4vw;
    height: 49.16vw;
  }
  .sec03 .head {
    padding-top: 69.86vw;
    padding-bottom: 29.2vw;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: initial;
    margin: 0 auto;
    position: relative;
  }
  .sec03 .head .title_box {
    padding-right: initial;
  }
  .sec03 .head .title_box .sec_subtitle {
    font-family: initial;
    font-size: 6.13vw;
  }
  .sec03 .head .title_box .sec_title {
    margin-top: 0;
    font-size: 12.48vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    color: #3d3521;
    text-shadow: 0px 0px 4px rgba(221, 220, 215, 0.8);
  }
  .sec03 .head .title_box .sec_title .r_text {
    font-size: 20.86vw;
  }
  .sec03 .head .title_box .sec_title .s_text {
    font-size: 8.53vw;
  }
  .sec03 .policy01 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-bottom: 13.8vw;
  }
  .sec03 .policy01 .upper_box {
    margin-left: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .sec03 .policy01 .upper_box .imagebox {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .policy01 .upper_box .imagebox img {
    width: 100%;
  }
  .sec03 .policy01 .upper_box .textbox {
    width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw;
    background-color: #fff;
    box-sizing: border-box;
  }
  .sec03 .policy01 .upper_box .textbox .policy_title {
    font-size: 9.6vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #bf8a8c;
    margin-bottom: 4.2vw;
  }
  .sec03 .policy01 .upper_box .textbox .policy_text {
    padding-left: initial;
    font-size: 5.3vw;
    color: #3d3521;
    margin-bottom: 4.2vw;
  }
  .sec03 .policy01 .upper_box .textbox .container {
    display: none;
  }
  .sec03 .policy01 .upper_box .textbox .link_btn {
    display: none;
  }
  .sec03 .policy01 .lowwer_box {
    margin-top: -8vw;
    width: 100%;
    padding: 0 3.5vw;
    display: block;
    box-sizing: border-box;
  }
  .sec03 .policy01 .lowwer_box .middle {
    width: 100%;
    margin: 0 auto 4.2vw;
  }
  .sec03 .policy01 .lowwer_box .middle img {
    width: 100%;
  }
  .sec03 .policy01 .lowwer_box .flexbox {
    display: flex;
    justify-content: space-between;
  }
  .sec03 .policy01 .lowwer_box .left, .sec03 .policy01 .lowwer_box .right {
    width: 48%;
  }
  .sec03 .policy01 .lowwer_box .left .text, .sec03 .policy01 .lowwer_box .right .text {
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 4vw;
    border-bottom: 0.13vw solid #bc8998;
    font-size: 4vw;
    letter-spacing: 0em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 4vw;
  }
  .sec03 .policy01 .container {
    width: 74.2vw;
    margin: 4.2vw auto 0;
  }
  .sec03 .policy01 .link_btn {
    border-radius: 10px;
    background-color: #bf8a8c;
    padding: 2.6vw 9.3vw 2.6vw 5.3vw;
    font-size: 5.3vw;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
  }
  .sec03 .policy01 .link_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.6vw;
    background: url(/images/index/arrow01.png) center/contain no-repeat;
    width: 2.4vw;
    height: 4.2vw;
  }
  .sec03 .policy_box {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
    display: grid;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 13.8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec03 .policy_box .item .item_image {
    margin-bottom: 4.2vw;
  }
  .sec03 .policy_box .item .item_image img {
    width: 100%;
  }
  .sec03 .policy_box .item .item_title {
    font-size: 9.6vw;
    letter-spacing: 0.1em;
    color: #bf8a8c;
  }
  .sec03 .policy_box .item .item_text {
    font-size: 5.3vw;
    letter-spacing: 0em;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 4.2vw;
  }
  .sec03 .policy_box .container {
    width: 74.2vw;
    margin: 0 auto 4vw;
  }
  .sec03 .policy_box .link_btn {
    border-radius: 10px;
    background-color: #bf8a8c;
    padding: 2.6vw 9.3vw 2.6vw 5.3vw;
    font-size: 5.3vw;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
  }
  .sec03 .policy_box .link_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.6vw;
    background: url(/images/index/arrow01.png) center/contain no-repeat;
    width: 2.4vw;
    height: 4.26vw;
  }
  .sec03 .policy_box .item:nth-of-type(1) .item_image,
  .sec03 .policy_box .item:nth-of-type(2) .item_image {
    margin-bottom: 24.6vw;
  }
  .sec03 .policy_box .item:nth-of-type(1) {
    position: relative;
  }
  .sec03 .policy_box .item:nth-of-type(1) .item02_kazari01 {
    position: absolute;
    top: 94.4vw;
    left: 1vw;
    width: 35.2vw;
    height: 26.4vw;
  }
  .sec03 .policy_box .item:nth-of-type(1) .item02_kazari02 {
    position: absolute;
    top: 90.4vw;
    left: 38.2vw;
    width: 26.17vw;
    height: 34.93vw;
  }
  .sec03 .policy_box .item:nth-of-type(1) .item02_kazari03 {
    position: absolute;
    top: 90.4vw;
    left: 66.37vw;
    width: 26.17vw;
    height: 34.93vw;
  }
  .sec03 .policy_box .item:nth-of-type(2) {
    position: relative;
  }
  .sec03 .policy_box .item:nth-of-type(2) .item03_kazari01 {
    position: absolute;
    top: 94.4vw;
    left: 1vw;
    width: 31.46vw;
    height: 31.46vw;
  }
  .sec03 .policy_box .item:nth-of-type(2) .item03_kazari02 {
    position: absolute;
    top: 94.4vw;
    left: 34.46vw;
    width: 32vw;
    height: 32vw;
  }
  .sec03 .policy_box .item:nth-of-type(2) .item03_kazari03 {
    position: absolute;
    top: 94.4vw;
    left: 68.46vw;
    width: 26.12vw;
    height: 31.68vw;
  }
}

.sec04 {
  /*
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  */
  margin-bottom: 100px;
  background: url(/images/index/sec04_bg_image.webp) center top/contain no-repeat;
  background-size: 100%;
}
.sec04 .inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 64px;
  position: relative;
}
.sec04 .inner::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 65px;
  background: url(/images/index/text_features.webp) center top/contain no-repeat;
  width: clamp(599px, 60vw, 768px);
  height: clamp(61px, 6.109vw, 78.2px);
}
.sec04 .sec_title {
  width: 865px;
  padding: 0 60px;
  font-size: 69.22px;
  margin-bottom: 260px;
  background: linear-gradient(90deg, rgb(158, 128, 128) 0%, rgba(255, 255, 255, 0) 90%);
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.8);
}
.sec04 .sec_title::before {
  content: "";
  position: absolute;
  top: 64px;
  left: -1000px;
  background-color: rgb(158, 128, 128);
  width: 1000px;
  height: 100px;
}
.sec04 .cont01 {
  width: 870px;
  max-width: 100%;
  margin: 0 auto 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .cont01 .imagebox {
  width: 25%;
  max-width: 213px;
  height: 288px;
  margin-right: 40px;
}
.sec04 .cont01 .imagebox img {
  width: 100%;
}
.sec04 .cont01 .textbox {
  width: 75%;
}
.sec04 .cont01 .textbox .cont_titile {
  font-size: 30px;
  letter-spacing: 0.15em;
  margin-bottom: 35px;
}
.sec04 .cont01 .textbox .cont_text {
  font-family: "noto sans jp", sans-serif;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
}
.sec04 .gridbox {
  width: 1200px;
  max-width: 96%;
  margin: 0 auto;
  display: grid;
  -moz-column-gap: 50px;
       column-gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}
.sec04 .gridbox .item {
  max-width: 375px;
  display: flex;
  flex-direction: column;
}
.sec04 .gridbox .item_image {
  width: 100%;
  margin-bottom: 20px;
}
.sec04 .gridbox .item_image img {
  width: 100%;
}
.sec04 .gridbox .item_title {
  height: 3em;
  font-size: clamp(20px, 1.953vw, 25px);
  letter-spacing: 0.125em;
  margin-bottom: 20px;
  color: #3c3524;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec04 .gridbox .item_text {
  font-family: "noto sans jp", sans-serif;
  font-weight: lighter;
  letter-spacing: 0.025em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin: initial;
    margin-bottom: 20.7vw;
    width: 100%;
    max-width: 100%;
    background: initial;
    position: relative;
  }
  .sec04::before {
    content: "";
    position: absolute;
    top: 14vw;
    left: 0;
    background: url(/images/index/sec04_bg_image_sp.webp) center top/contain no-repeat;
    width: 100vw;
    height: 90.93vw;
  }
  .sec04 .inner {
    padding-top: 7vw;
    position: relative;
  }
  .sec04 .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/text_features_sp.webp) center top/contain no-repeat;
    width: 90.133vw;
    height: 9.186vw;
  }
  .sec04 .sec_title {
    width: 60.4vw;
    padding: 3.3vw 8vw;
    font-size: 8vw;
    text-align: center;
    color: #fff;
    margin-bottom: 32vw;
    background: linear-gradient(90deg, rgb(158, 128, 128) 0%, rgba(255, 255, 255, 0) 90%);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  }
  .sec04 .cont01 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    padding: 0 5.5vw;
    box-sizing: border-box;
    display: block;
  }
  .sec04 .cont01 .imagebox {
    display: none;
  }
  .sec04 .cont01 .textbox {
    display: none;
  }
  .sec04 .cont01 .cont_titile {
    font-size: 6.6vw;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 4.2vw;
  }
  .sec04 .cont01 .cont_image {
    width: 31.73vw;
    height: auto;
    float: left;
    margin: 0 3vw 1vw 0;
  }
  .sec04 .cont01 .cont_text {
    font-family: "noto sans jp", sans-serif;
    font-size: 4vw;
    font-weight: lighter;
    letter-spacing: 0.08em;
    line-height: 1.8;
    text-align: justify;
  }
  .sec04 .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw;
    box-sizing: border-box;
    display: grid;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 13.8vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec04 .gridbox .item {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .sec04 .gridbox .item_image {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec04 .gridbox .item_image img {
    width: 100%;
  }
  .sec04 .gridbox .item_title {
    height: initial;
    font-size: 6.6vw;
    letter-spacing: 0.08em;
    margin-bottom: 4.2vw;
  }
  .sec04 .gridbox .item_text {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}

.sec05 {
  overflow: hidden;
  padding-top: 110px;
  position: relative;
  /*
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  */
  margin-bottom: 100px;
  padding-bottom: 60px;
  background-color: rgba(226, 215, 214, 0.5);
}
.sec05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100vw;
  height: clamp(100px, 8.59375vw, 110px);
}
.sec05 .inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
}
.sec05 .inner::before {
  content: "";
  position: absolute;
  top: -35px;
  left: 50px;
  background: url(/images/index/text_greeting.webp) center top/contain no-repeat;
  width: clamp(524px, 51.531vw, 762px);
  height: clamp(61px, 6.171vw, 79px);
}
.sec05 .box {
  padding: 55px;
}
.sec05 .box .sec_title {
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
.sec05 .box .image {
  float: right;
  width: 425px;
  height: 285px;
  margin-left: 20px;
  position: relative;
}
.sec05 .box .image img {
  position: absolute;
  top: -165px;
  left: 42px;
  width: 382px;
  height: 429px;
}
.sec05 .box .image .name_box {
  position: absolute;
  bottom: 0;
  left: 20px;
  background: linear-gradient(90deg, rgb(158, 128, 128) 0%, rgba(255, 255, 255, 0) 90%);
  width: 358px;
  height: 75px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sec05 .box .image .name_box .katagaki {
  font-family: "noto sans jp", sans-serif;
  font-size: 18.84px;
  font-weight: lighter;
  color: #fff;
}
.sec05 .box .image .name_box .name {
  font-family: "noto sans jp", sans-serif;
  font-size: 25px;
  font-weight: lighter;
  color: #fff;
}
.sec05 .box .text01, .sec05 .box .text02, .sec05 .box .text03 {
  font-family: "noto sans jp", sans-serif;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
.sec05 .box .text01, .sec05 .box .text02 {
  margin-bottom: 20px;
}
.sec05 .career_box {
  box-sizing: border-box;
  margin-left: 50px;
  padding: 25px 50px 1px 0;
  background-color: #fff;
  position: relative;
}
.sec05 .career_box::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: clamp(630px, 63.125vw, 808px);
  background: url(/images/index/sec05_logo.webp) center top/contain no-repeat;
  width: 341px;
  height: 323px;
}
.sec05 .career_box:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2000px;
  background-color: #fff;
  width: 2000px;
  height: 100%;
}
.sec05 .career_box .title {
  position: relative;
  z-index: 1;
  margin-left: 80px;
  font-size: 25px;
  margin-bottom: 10px;
}
.sec05 .career_box .career {
  position: relative;
  z-index: 1;
  border-left: 1px solid #5e5e5e;
  margin: 0 80px 40px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.sec05 .career_box .career .list {
  width: 48%;
}
.sec05 .career_box .career .list .item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.sec05 .career_box .career .list .item .date {
  width: 20%;
  min-width: 5.5em;
  font-family: "noto sans jp", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  color: #5e5e5e;
}
.sec05 .career_box .career .list .item .data {
  width: 80%;
  font-family: "noto sans jp", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  color: #5e5e5e;
}
.sec05 .career_box .gakkai {
  position: relative;
  z-index: 1;
  border-left: 1px solid #5e5e5e;
  margin: 0 80px 40px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.sec05 .career_box .gakkai .list02 {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
}
.sec05 .career_box .gakkai .item {
  margin-right: 3em;
}
@media screen and (max-width: 767px) {
  .sec05 {
    margin-bottom: 34.5vw;
  }
  .sec05 .inner {
    padding-bottom: 5.3vw;
    position: relative;
  }
  .sec05 .inner::before {
    content: "";
    position: absolute;
    top: -6vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/text_greeting_sp.webp) center top/contain no-repeat;
    width: 85.86vw;
    height: 10.02vw;
  }
  .sec05 .inner .sec_title {
    position: absolute;
    top: -15.3vw;
    left: 7.3vw;
    font-size: 6.25vw;
    letter-spacing: 0.04em;
    margin-bottom: 60px;
  }
  .sec05 .box {
    padding: 9.3vw 5.5vw 8vw;
  }
  .sec05 .box .image {
    float: initial;
    width: 100%;
    height: auto;
    margin-left: initial;
    margin-bottom: 6vw;
    position: relative;
  }
  .sec05 .box .image img {
    position: initial;
    width: 92.26vw;
    height: 103.46vw;
    margin-left: 5.3vw;
  }
  .sec05 .box .image .name_box {
    position: absolute;
    bottom: 0;
    left: -5.4vw;
    background: linear-gradient(90deg, rgb(158, 128, 128) 0%, rgba(255, 255, 255, 0) 90%);
    width: 100vw;
    height: 20vw;
    padding-left: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .sec05 .box .image .name_box .katagaki {
    padding-left: 10.6vw;
    font-size: 4.8vw;
  }
  .sec05 .box .image .name_box .name {
    padding-left: 10.6vw;
    font-size: 6.6vw;
  }
  .sec05 .box .text01, .sec05 .box .text02, .sec05 .box .text03 {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-align: justify;
  }
  .sec05 .box .text01, .sec05 .box .text02 {
    margin-bottom: 1em;
  }
  .sec05 .career_box {
    overflow: hidden;
    box-sizing: border-box;
    padding: 5.5vw 5.5vw 5.5vw;
    margin-left: 5.5vw;
    position: relative;
  }
  .sec05 .career_box::before {
    display: none;
  }
  .sec05 .career_box::after {
    display: none;
  }
  .sec05 .career_box .title {
    position: relative;
    z-index: 1;
    margin-left: 5.5vw;
    font-size: 6.6vw;
    margin-bottom: 2.6vw;
  }
  .sec05 .career_box .career {
    position: relative;
    z-index: 1;
    border-left: initial;
    margin: initial;
    margin-bottom: 13.8vw;
    padding: 0 5.5vw;
    display: block;
  }
  .sec05 .career_box .career .list {
    width: 100%;
  }
  .sec05 .career_box .career .list .item {
    display: block;
    margin-bottom: 4.2vw;
  }
  .sec05 .career_box .career .list .item .date {
    width: 100%;
    font-size: 4vw;
    letter-spacing: 0.1em;
    margin-bottom: 1vw;
  }
  .sec05 .career_box .career .list .item .data {
    width: 100%;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .sec05 .career_box .gakkai {
    position: relative;
    z-index: 1;
    border-left: 5.5vw;
    margin: 0;
    padding: 0;
    display: block;
    justify-content: space-between;
  }
  .sec05 .career_box .gakkai .list02 {
    width: 100%;
    padding: 0 5.5vw;
    display: block;
    box-sizing: border-box;
  }
  .sec05 .career_box .gakkai .item {
    font-size: 4vw;
    margin-bottom: 2.6vw;
    margin-right: 3em;
  }
}

.sec06 {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.sec06 .inner {
  position: relative;
  margin: 0 20px;
  padding: 80px 0 40px;
  background-color: rgba(208, 196, 177, 0.25);
}
.sec06 .sec_title {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 1135px;
  max-width: 90%;
  height: 93px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px 1px #777777;
  background-color: #fff;
  border-radius: 10px;
  font-size: 47px;
  letter-spacing: 0.01em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec06 .sec_text {
  width: 770px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 30px;
}
.sec06 .gridbox {
  width: 96%;
  max-width: 96%;
  margin: 0 auto;
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-columns: repeat(6, 1fr);
}
.sec06 .gridbox .item {
  display: flex;
  flex-direction: column;
}
.sec06 .gridbox .item .item_titile {
  font-family: initial;
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
  color: #3c3524;
}
.sec06 .gridbox .item .item_titile .s_text {
  font-family: initial;
  font-size: 16px;
  font-weight: lighter;
  letter-spacing: 0;
  color: #3c3524;
}
.sec06 .gridbox .item .item_image {
  width: 100%;
  height: 73px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.sec06 .gridbox .item .item_text {
  margin: 0 auto;
  font-family: "noto sans jp", sans-serif;
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 20px;
  flex-grow: 1;
}
.sec06 .gridbox .item .item_link {
  box-sizing: border-box;
  width: 100%;
}
.sec06 .gridbox .item .item_link .item_btn {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(189, 178, 161, 0.9);
  border-radius: 8px;
  padding: 5px;
  font-family: initial;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 1169px) and (min-width: 768px) {
  .sec06 .sec_title {
    font-size: clamp(37px, 3.671vw, 47px);
  }
  .sec06 .gridbox {
    width: 96%;
    max-width: 96%;
    margin: 0 auto;
    display: grid;
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: repeat(6, 1fr);
  }
  .sec06 .gridbox .item .item_titile {
    font-family: initial;
    font-size: clamp(16px, 1.56vw, 20px);
    letter-spacing: 0.01em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
  }
  .sec06 .gridbox .item .item_titile .s_text {
    font-family: initial;
    font-size: 14px;
    letter-spacing: 0;
  }
  .sec06 .gridbox .item .item_link {
    box-sizing: border-box;
    width: 100%;
  }
  .sec06 .gridbox .item .item_link .item_btn {
    font-size: clamp(13px, 1.171vw, 15px);
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767px) {
  .sec06 {
    margin-bottom: 13.8vw;
  }
  .sec06 .inner {
    position: relative;
    margin: 0;
    padding: 24.7vw 0 4.2vw;
  }
  .sec06 .sec_title {
    position: absolute;
    top: -20.7vw;
    left: 50%;
    transform: translateX(-50%);
    width: 94.66vw;
    max-width: 90%;
    height: 41.06vw;
    margin: 0 auto;
    box-shadow: 0 0 4vw 1px #777777;
    background-color: #fff;
    border-radius: 10px;
    font-size: 7.73vw;
    letter-spacing: 0.01em;
  }
  .sec06 .sec_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5.5vw;
    box-sizing: border-box;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .sec06 .gridbox {
    width: 96%;
    max-width: 96%;
    margin: 0 auto;
    display: grid;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    row-gap: 13.8vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .sec06 .gridbox .item {
    display: flex;
    flex-direction: column;
  }
  .sec06 .gridbox .item .item_titile {
    font-size: 5.3vw;
    letter-spacing: 0.01em;
    line-height: 1.2;
    margin-bottom: 4vw;
  }
  .sec06 .gridbox .item .item_titile .s_text {
    font-family: initial;
    font-size: 4.2vw;
    letter-spacing: 0;
  }
  .sec06 .gridbox .item .item_image {
    width: 100%;
    height: 19.46vw;
    margin: 0 auto 5.3vw;
  }
  .sec06 .gridbox .item .item_image img {
    width: 80%;
  }
  .sec06 .gridbox .item .item_text {
    margin: 0 auto;
    font-size: 4vw;
    letter-spacing: 0.08em;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 5.3vw;
    flex-grow: 1;
  }
  .sec06 .gridbox .item .item_link {
    box-sizing: border-box;
    width: 100%;
  }
  .sec06 .gridbox .item .item_link .item_btn {
    box-sizing: border-box;
    width: 100%;
    border-radius: 8px;
    padding: 1.3vw;
    font-family: initial;
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
}

.sec07 {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.sec07 .inner {
  margin: 0 20px;
}
.sec07 .subtitle {
  padding-left: 40px;
  font-family: initial;
  font-size: 21px;
  letter-spacing: 0.1em;
}
.sec07 .title {
  padding-left: 40px;
  font-size: 51px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.sec07 .flexbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.sec07 .left {
  width: 40%;
  text-align: center;
}
.sec07 .left .image {
  width: 100%;
}
.sec07 .qa_box {
  width: 65%;
  max-width: 65%;
  box-sizing: border-box;
  display: grid;
  -moz-column-gap: 50px;
       column-gap: 50px;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-columns: 231px;
  grid-auto-rows: 164px;
}
.sec07 .qa_box .item {
  box-sizing: border-box;
  background-color: rgba(226, 215, 214, 0.56);
  border-radius: 20px;
  box-shadow: 0px 0px 10px 1px #777777;
  padding: 0 5px 20px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sec07 .qa_box .item p {
  font-family: initial;
  font-size: 21px;
  font-weight: lighter;
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: center;
  color: #5e5e5e;
}
.sec07 .qa_box .item::before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/index/sec07_arrow.webp) center top/contain no-repeat;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1069px) and (min-width: 768px) {
  .sec07 .left {
    width: 30%;
  }
  .sec07 .qa_box {
    width: 70%;
    max-width: 70%;
  }
  .sec07 .qa_box .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec07 .qa_box .item p {
    font-family: initial;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sec07 {
    margin-bottom: 13.8vw;
  }
  .sec07 .inner {
    margin: 0;
  }
  .sec07 .subtitle {
    padding-left: 4.8vw;
    font-size: 5.65vw;
    letter-spacing: 0.1em;
  }
  .sec07 .title {
    padding-left: 4.8vw;
    font-size: 11.73vw;
    letter-spacing: 0.1em;
  }
  .sec07 .flexbox {
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .sec07 .left {
    width: 100%;
    text-align: center;
  }
  .sec07 .left .image {
    margin: 0 auto 4.2vw;
    text-align: right;
    width: 100%;
  }
  .sec07 .left .image img {
    width: 100%;
  }
  .sec07 .qa_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: grid;
    -moz-column-gap: 50px;
         column-gap: 50px;
    gap: 4vw;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: 45.86vw;
    grid-auto-rows: 32.53vw;
  }
  .sec07 .qa_box .item {
    box-sizing: border-box;
    background-color: rgba(226, 215, 214, 0.56);
    border-radius: 20px;
    box-shadow: 0px 0px 10px 1px #777777;
    padding: 0 1.33vw 4.2vw 1.33vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .sec07 .qa_box .item p {
    font-family: initial;
    font-size: 4.3vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: center;
  }
  .sec07 .qa_box .item::before {
    content: "";
    position: absolute;
    bottom: 2.2vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/index/sec07_arrow.webp) center top/contain no-repeat;
    width: 5.33vw;
    height: 5.33vw;
  }
}

.bottom_banner {
  display: flex;
  justify-content: center;
  padding: 60px 0 60px;
}
.bottom_banner .banner {
  width: 640px;
}
.bottom_banner .banner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bottom_banner {
    display: block;
    justify-content: center;
    padding: 13.3vw 5.3vw 0;
    box-sizing: border-box;
  }
  .bottom_banner .banner {
    width: 100%;
  }
  .bottom_banner .banner img {
    width: 100%;
  }
  .bottom_banner .banner01 {
    margin: 0 0 8vw;
  }
}

/*.sec05 {
    padding: 70px 0;
    background: #F9EEED;
    letter-spacing: .1em;

    .inner {
        position: relative;
        width: 840px;
        margin: 0 auto;

        .title_text {
            position: absolute;
            left: 0;
            top: 0;
            width: 333px;
            height: 38px;
            background: url(../images/index/greeting.png) center /cover no-repeat;
        }
    }

    .sec_title {
        margin: 0 0 70px;
        font-family: "noto sans jp", sans-serif;
        font-size: 24px;
        text-align: right;
        color: #4E6079;
    }

    .cont {
        display: flex;
        justify-content: space-between;
    }

    .cont01 {
        flex-direction: row-reverse;
        margin: 0 0 30px;
    }

    .cont_text {
        width: 420px;
        line-height: 2;
    }

    .cont_image {
        width: 383px;
    }

    .name {
        width: 190px;
        margin: 0 0 30px auto;
        font-size: 18px;
        line-height: 2;
    }

    .btn {
        width: 260px;
        height: 36px;
        margin: 0 auto;

        a {
            position: relative;
            z-index: 2;
            display: block;
            width: 100%;
            height: 100%;
            padding: 0 0 0 20px;
            box-sizing: border-box;
            background: #80A0B4;
            font-size: 16px;
            line-height: 36px;
            color: #fff;
        }

        img {
            position: absolute;
            right: 20px;
            top: 10px;
        }
    }

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

        padding: 26.6vw 5.3vw 33vw;
        box-sizing: border-box;
        background: #F9EEED;
        letter-spacing: .1em;

        .inner {
            position: relative;
            width: 100%;
            margin: 0 auto;

            .title_text {
                position: absolute;
                left: 0;
                top: -13.3vw;
                width: 66.6vw;
                height: 7.6vw;
                background: url(../images/index/greeting.png) center /cover no-repeat;
            }
        }

        .sec_title {
            margin: 0 0 5.3vw;
            font-family: "noto sans jp", sans-serif;
            font-size: 5.3vw;
            text-align: right;
            color: #4E6079;
        }

        .cont {
            display: flex;
            justify-content: space-between;
        }

        .cont01 {
            flex-direction: column-reverse;
            margin: 0 0 8vw;
        }

        .cont_text {
            width: 100%;
            font-size: 4vw;
            line-height: 2;
        }

        .cont_image {
            width: 100%;
            height: 61.3vw;
            margin: 0 0 5.3vw;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        .name {
            width: 53.3vw;
            margin: 0 0 13.3vw auto;
            font-size: 4.2vw;
            line-height: 2;
        }

        .btn {
            width: 69.3vw;
            height: auto;
            margin: 0 auto;

            a {
                position: relative;
                z-index: 2;
                display: block;
                width: 100%;
                height: 100%;
                padding: 2.6vw 0 2.6vw 5.3vw;
                box-sizing: border-box;
                background: #80A0B4;
                font-size: 4.2vw;
                line-height: 1;
                color: #fff;
            }

            img {
                position: absolute;
                right: 5.3vw;
                top: 0;
                bottom: 0;
                width: 2.4vw;
                height: 4.2vw;
                margin: auto 0;
            }
        }
    }
} */
/*.sec06 {
    letter-spacing: .1em;
    color: #fff;

    .list {
        display: flex;
    }

    .item {
        width: 50%;
    }

    .item01 {
        background: #89A1BF;
    }

    .item02 {
        background: #E0ADAD;
    }

    .lead_text {
        font-size: "noto sans jp", sans-serif;
        font-size: 19px;
        line-height: 2;
    }

    .item_title {
        height: 234px;
        font-size: "noto sans jp", sans-serif;
        font-size: 41px;
        letter-spacing: .18em;
    }

    .item {
        padding: 40px 0;
    }

    .item01 {

        .lead_text {
            width: 320px;
            height: 144px;
            padding: 0 120px 0 0;
            margin: 0 0 30px auto;
        }

        .item_title {
            position: relative;
            margin: 0 0 20px;
            background: url(../images/index/woman09.jpg) center /cover no-repeat;

            span {
                display: block;
                width: 200px;
                padding: 40px 260px 0 0;
                margin: 0 0 0 auto;
            }

            &:before {
                content: "";
                position: absolute;
                left: 0;
                top: 160px;
                width: calc(100% - 260px);
                height: 1px;
                background: #fff;
            }
        }


        .item_text {
            width: 320px;
            padding: 0 120px 0 0;
            margin: 0 0 0 auto;
        }
    }

    .item02 {

        .lead_text {
            width: 320px;
            height: 144px;
            padding: 0 0 0 80px;
            margin: 0 auto 30px 0;
        }

        .item_title {
            position: relative;
            margin: 0 0 20px;
            background: url(../images/index/child01.jpg) center /cover no-repeat;

            span {
                display: block;
                width: 200px;
                padding: 40px 0 0 60px;
                margin: 0 auto 0 0;
            }

            &:before {
                content: "";
                position: absolute;
                left: 0;
                top: 160px;
                width: 260px;
                height: 1px;
                background: #fff;
            }
        }


        .item_text {
            width: 320px;
            padding: 0 0 0 80px;
            margin: 0 auto 0 0;
        }
    }

    .item_text {
        font-size: "noto sans jp", sans-serif;
        font-size: 19px;
        line-height: 2;
    }

    .btn {
        width: 260px;
        height: 36px;
        border: 1px solid #fff;

        a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
            font-family: "noto sans jp", sans-serif;
            font-size: 15px;
            padding: 0 0 0 20px;
            box-sizing: border-box;
            color: #fff;
            line-height: 36px;

            img {
                position: absolute;
                top: 10px;
                right: 20px;
            }
        }
    }

    .item01 .btn {
        margin: 40px 150px 0 auto;
    }

    .item02 .btn {
        margin: 40px 0 0 100px;
    }

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

        letter-spacing: .1em;
        color: #fff;

        .list {
            display: block;
        }

        .item {
            width: 100%;
        }

        .item01 {
            background: #89A1BF;
        }

        .item02 {
            background: #E0ADAD;
        }

        .lead_text {
            font-size: "noto sans jp", sans-serif;
            font-size: 4.8vw;
            line-height: 2;
        }

        .item_title {
            height: 53.3vw;
            font-size: "noto sans jp", sans-serif;
            font-size: 6.4vw;
            letter-spacing: .18em;
        }

        .item {
            padding: 8vw 0;
        }

        .item01 {

            .lead_text {
                width: 100%;
                height: auto;
                padding: 0 5.3vw;
                margin: 0 0 5.3vw;
                box-sizing: border-box;
            }

            .item_title {
                position: relative;
                margin: 0 0 5.3vw;
                background: url(../images/index/woman09.jpg) center /cover no-repeat;

                span {
                    display: block;
                    width: 100%;
                    padding: 14.6vw 0 0 5.3vw;
                    margin: 0;
                    box-sizing: border-box;
                }

                &:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 35vw;
                    width: calc(100% - 260px);
                    height: 1px;
                    background: #fff;
                }
            }


            .item_text {
                width: 100%;
                padding: 0 5.3vw;
                margin: 0 0 8vw;
                box-sizing: border-box;
            }
        }

        .item02 {

            .lead_text {
                width: 100%;
                height: auto;
                padding: 0 5.3vw;
                margin: 0 0 5.3vw;
                box-sizing: border-box;
            }

            .item_title {
                position: relative;
                margin: 0 0 5.3vw;
                background: url(../images/index/child01.jpg) center /cover no-repeat;

                span {
                    display: block;
                    width: 100%;
                    padding: 14.6vw 0 0 5.3vw;
                    margin: 0;
                    box-sizing: border-box;
                }

                &:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 35vw;
                    width: calc(100% - 260px);
                    height: 1px;
                    background: #fff;
                }
            }


            .item_text {
                width: 100%;
                padding: 0 5.3vw;
                margin: 0 0 8vw;
                box-sizing: border-box;
            }
        }

        .item_text {
            margin: 0 0 8vw;
            font-size: "noto sans jp", sans-serif;
            font-size: 4.2vw;
            line-height: 2;
        }

        .btn {
            width: 69.3vw;
            height: auto;
            border: 1px solid #fff;

            a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                font-family: "noto sans jp", sans-serif;
                font-size: 4vw;
                padding: 2.6vw 0 2.6vw 5.3vw;
                box-sizing: border-box;
                color: #fff;
                line-height: 1;

                img {
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: 2.6vw;
                    width: 2.4vw;
                    height: 4.2vw;
                    margin: auto 0;
                }
            }
        }

        .item01 .btn {
            margin: 0 auto;
        }

        .item02 .btn {
            margin: 0 auto;
        }
    }
} */
/*.sec07 {
    padding: 80px 0;
    background: #F9EEED;
    letter-spacing: .1em;

    .inner {
        position: relative;
        width: 1024px;
        margin: 0 auto;

        .illust01 {
            position: absolute;
            left: 55px;
            top: 90px;
            width: 52px;
            height: 84px;
            background: url(../images/adult/leaf03.png) center /cover no-repeat;
        }

        .illust02 {
            position: absolute;
            right: 36px;
            top: -20px;
            width: 78px;
            height: 66px;
            background: url(../images/adult/leaf04.png) center /cover no-repeat;
        }

        .illust03 {
            position: absolute;
            right: 128px;
            top: 100px;
            width: 61px;
            height: 86px;
            background: url(../images/adult/leaf05.png) center /cover no-repeat;
        }
    }

    .sec_title {
        margin: 0 0 30px;
        font-size: 30px;
        letter-spacing: .12em;
        text-align: center;
    }

    .sec_text {
        width: 590px;
        margin: 0 auto 55px;
        line-height: 2;
    }

    .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 920px;
        margin: 0 auto;
    }

    .item {
        position: relative;
        width: 290px;
        height: 450px;
        background: #fff;
        font-family: "noto sans jp", sans-serif;

        &:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 95%;
            height: 95%;
            background: transparent;
            border: 1px solid #50627c;
            margin: auto;
        }

        a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
        }
    }

    .item:nth-of-type(1),
    .item:nth-of-type(3),
    .item:nth-of-type(3) {
        margin: 0 0 30px;
    }

    .item_title {
        font-size: 20px;
        text-align: center;

        .small {
            font-size: 16px;
        }
    }

    .item_illust {
        text-align: center;
    }

    .item_text {
        padding: 0 40px;
        line-height: 2;
    }

    .item_text02 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .item:nth-of-type(1) {

        .item_title {
            padding: 30px 0 0;
            margin: 0 0 20px;
        }

        .item_illust {
            margin: 0 0 20px;
        }

        .item_text {
            margin: 0 0 20px;
        }

        .item_text02 {
            width: 242px;
            padding: 14px 0 0 20px;
            border-top: 1px solid #50627c;
            margin: 0 auto;
            box-sizing: border-box;
        }
    }

    .item:nth-of-type(2) {

        .item_title {
            padding: 30px 0 0;
            margin: 0 0 20px;
        }

        .item_illust {
            margin: 0 0 20px;
        }

        .item_text {
            margin: 0 0 20px;
        }

        .item_text02 {
            width: 242px;
            padding: 14px 0 0 20px;
            border-top: 1px solid #50627c;
            margin: 0 auto;
            box-sizing: border-box;
        }
    }

    .item:nth-of-type(3) {

        .item_title {
            padding: 30px 0 0;
            margin: 0 0 20px;
        }

        .item_illust {
            margin: 0 0 20px;
        }

        .item_text {
            margin: 0 0 37px;
        }

        .item_text02 {
            width: 242px;
            padding: 14px 0 0 20px;
            border-top: 1px solid #50627c;
            margin: 0 auto;
            box-sizing: border-box;
        }
    }

    .item:nth-of-type(4) {

        .item_title {
            padding: 25px 0 0;
            margin: 0 0 20px;
        }

        .item_illust {
            margin: 0 0 40px;
        }

        .item_text {
            margin: 0 0 43px;
        }

        .item_text02 {
            width: 242px;
            padding: 14px 0 0 20px;
            border-top: 1px solid #50627c;
            margin: 0 auto;
            box-sizing: border-box;
        }
    }

    .item:nth-of-type(5) {

        .item_title {
            padding: 25px 0 0;
            margin: 0 0 20px;
        }

        .item_illust {
            margin: 0 0 10px;
        }

        .item_text {
            margin: 0 0 10px;
        }

        .item_text02 {
            width: 242px;
            padding: 14px 0 0 20px;
            border-top: 1px solid #50627c;
            margin: 0 auto;
            box-sizing: border-box;
        }
    }

    .item:nth-of-type(6) {

        .item_title {
            padding: 25px 0 0;
            margin: 0 0 20px;
        }

        .item_illust {
            margin: 0 0 40px;
        }

        .item_text {
            margin: 0 0 43px;
        }

        .item_text02 {
            width: 242px;
            padding: 14px 0 0 20px;
            border-top: 1px solid #50627c;
            margin: 0 auto;
            box-sizing: border-box;
        }
    }

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

        padding: 13.3vw 5.3vw;
        box-sizing: border-box;
        letter-spacing: .1em;

        .inner {
            position: relative;
            width: 100%;
            margin: 0 auto;

            .illust01 {
                position: absolute;
                left: 2.6vw;
                top: -8vw;
                width: 8vw;
                height: 12.9vw;
                background: url(../images/adult/leaf03.png) center /cover no-repeat;
            }

            .illust02 {
                position: absolute;
                right: 1.3vw;
                top: -5.3vw;
                width: 10.6vw;
                height: 8.9vw;
                background: url(../images/adult/leaf04.png) center /cover no-repeat;
            }

            .illust03 {
                position: absolute;
                right: 1.3vw;
                top: 16vw;
                width: 8vw;
                height: 11.2vw;
                background: url(../images/adult/leaf05.png) center /cover no-repeat;
            }
        }

        .sec_title {
            margin: 0 0 13.3vw;
            font-size: 5.3vw;
            letter-spacing: .12em;
            text-align: center;
        }

        .sec_text {
            width: 100%;
            margin: 0 auto 13.3vw;
            font-size: 4vw;
            line-height: 2;
        }

        .list {
            display: block;
            flex-wrap: wrap;
            justify-content: space-between;
            width: 100%;
            margin: 0 auto 26.6vw;
        }

        .item {
            position: relative;
            width: 100%;
            height: auto;
            padding: 5.3vw;
            margin: 0 auto 8vw;
            box-sizing: border-box;
            background: #fff;
            font-family: "noto sans jp", sans-serif;

            &:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                width: 95%;
                height: 95%;
                background: transparent;
                border: 1px solid #50627c;
                margin: auto;
            }

            a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
            }
        }

        .item_title {
            font-size: 4.8vw;
            text-align: center;

            .small {
                font-size: 4.2vw;
            }
        }

        .item_illust {
            text-align: center;
        }

        .item_text {
            padding: 0 2.6vw;
            font-size: 4.2vw;
            line-height: 2;
            text-align: justify;
            text-justify: distribute;
        }

        .item_text02 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 4.2vw;
        }

        .item:nth-of-type(1) {

            .item_title {
                padding: 0;
                margin: 0 0 5.3vw;
            }

            .item_illust {
                width: 43.7vw;
                margin: 0 auto 5.3vw;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }

            .item_text {
                margin: 0 0 2.6vw;
            }

            .item_text02 {
                width: 100%;
                padding: 2.6vw 2.6vw 0 2.6vw;
                border-top: 1px solid #50627c;
                margin: 0 auto;
                box-sizing: border-box;
            }
        }

        .item:nth-of-type(2) {

            .item_title {
                padding: 0;
                margin: 0 0 5.3vw;
            }

            .item_illust {
                width: 38.6vw;
                margin: 0 auto 5.3vw;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }

            .item_text {
                margin: 0 0 2.6vw;
            }

            .item_text02 {
                width: 100%;
                padding: 2.6vw 2.6vw 0 2.6vw;
                border-top: 1px solid #50627c;
                margin: 0 auto;
                box-sizing: border-box;
            }
        }

        .item:nth-of-type(3) {

            .item_title {
                padding: 0;
                margin: 0 0 5.3vw;
            }

            .item_illust {
                width: 40.2vw;
                margin: 0 auto 5.3vw;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }

            .item_text {
                margin: 0 0 2.6vw;
            }

            .item_text02 {
                width: 100%;
                padding: 2.6vw 2.6vw 0 2.6vw;
                border-top: 1px solid #50627c;
                margin: 0 auto;
                box-sizing: border-box;
            }
        }

        .item:nth-of-type(4) {

            .item_title {
                padding: 0;
                margin: 0 0 5.3vw;
            }

            .item_illust {
                width: 45.8vw;
                margin: 0 auto 5.3vw;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }

            .item_text {
                margin: 0 0 2.6vw;
            }

            .item_text02 {
                width: 100%;
                padding: 2.6vw 2.6vw 0 2.6vw;
                border-top: 1px solid #50627c;
                margin: 0 auto;
                box-sizing: border-box;
            }
        }

        .item:nth-of-type(5) {

            .item_title {
                padding: 0;
                margin: 0 0 5.3vw;
            }

            .item_illust {
                width: 40.2vw;
                margin: 0 auto 5.3vw;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }

            .item_text {
                margin: 0 0 2.6vw;
            }

            .item_text02 {
                width: 100%;
                padding: 2.6vw 2.6vw 0 2.6vw;
                border-top: 1px solid #50627c;
                margin: 0 auto;
                box-sizing: border-box;
            }
        }

        .item:nth-of-type(6) {

            .item_title {
                padding: 0;
                margin: 0 0 5.3vw;
            }

            .item_illust {
                width: 40vw;
                margin: 0 auto 5.3vw;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }

            .item_text {
                margin: 0 0 2.6vw;
            }

            .item_text02 {
                width: 100%;
                padding: 2.6vw 2.6vw 0 2.6vw;
                border-top: 1px solid #50627c;
                margin: 0 auto;
                box-sizing: border-box;
            }
        }

    }
} */
.sec08 {
  padding: 80px 0;
}
.sec08 .sec_title {
  width: 370px;
  padding: 0 0 15px;
  border-bottom: 1px solid #50627c;
  margin: 0 auto 65px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec08 .sec_title .small {
  font-size: 24px;
  font-weight: 600;
}
.sec08 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
}
.sec08 .item {
  width: 237px;
  height: 235px;
  margin: 0 0 20px;
}
.sec08 .item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(../images/adult/circle01.png) center/cover no-repeat;
  letter-spacing: 0.1em;
  font-family: "noto sans jp", sans-serif;
  text-align: center;
}
.sec08 .item img {
  padding: 0 0 0 10px;
}
.sec08 .item:nth-child(2n) a {
  background: url(../images/adult/circle02.png) center/cover no-repeat;
}
.sec08 .item_text {
  font-size: 18px;
}
.sec08 .item:nth-of-type(1) .item_text,
.sec08 .item:nth-of-type(3) .item_text {
  padding: 20px 0 0;
  margin: 0 0 23px;
}
.sec08 .item:nth-of-type(2) .item_text,
.sec08 .item:nth-of-type(4) .item_text,
.sec08 .item:nth-of-type(5) .item_text,
.sec08 .item:nth-of-type(6) .item_text {
  margin: 0 0 20px;
}
.sec08 .item_text02 {
  width: 130px;
  padding: 10px 0 0;
  border-top: 1px solid #50627c;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 18.6vw 5.3vw;
    box-sizing: border-box;
  }
  .sec08 .sec_title {
    width: 100%;
    padding: 0 0 2.6vw;
    border-bottom: 1px solid #50627c;
    margin: 0 auto 13.3vw;
    font-size: 5.3vw;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec08 .sec_title .small {
    font-size: 4vw;
    font-weight: 600;
  }
  .sec08 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .sec08 .item {
    width: 42.1vw;
    height: 41.7vw;
    margin: 0 0 8vw;
  }
  .sec08 .item a {
    position: relative;
    display: block;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url(../images/adult/circle01.png) center/cover no-repeat;
    letter-spacing: 0.1em;
    font-family: "noto sans jp", sans-serif;
    text-align: center;
  }
  .sec08 .item img {
    position: absolute;
    right: 8vw;
    bottom: 7.5vw;
    width: 4vw;
    height: 4vw;
    padding: 0;
  }
  .sec08 .item:nth-child(2n) a {
    background: url(../images/adult/circle02.png) center/cover no-repeat;
  }
  .sec08 .item_text {
    font-size: 3.7vw;
  }
  .sec08 .item:nth-of-type(1) .item_text,
  .sec08 .item:nth-of-type(3) .item_text {
    padding: 8vw 0 0;
    margin: 0 0 2.6vw;
  }
  .sec08 .item:nth-of-type(2) .item_text,
  .sec08 .item:nth-of-type(4) .item_text,
  .sec08 .item:nth-of-type(5) .item_text,
  .sec08 .item:nth-of-type(6) .item_text {
    padding: 8vw 0 0;
    margin: 0 0 2.6vw;
  }
  .sec08 .item_text02 {
    width: 28vw;
    padding: 2.6vw 4.6vw 0 0;
    border-top: 1px solid #50627c;
    margin: 0 auto;
    font-size: 3.7vw;
  }
}/*# sourceMappingURL=style.css.map */