@charset "UTF-8";
/* =====key===== */
.key {
  width: 100%;
  height: 237px;
  background: url(../images/move/key.webp) center center/cover no-repeat;
}
.key .inner {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
.key .page_title {
  position: absolute;
  top: 70px;
  left: 0;
  height: 500px;
  font-size: 41px;
  font-weight: 500;
  writing-mode: vertical-rl;
  letter-spacing: 0.28em;
  text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}
.key .small {
  display: block;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.key .eng {
  padding-left: 15px;
  padding-bottom: 10px;
  writing-mode: horizontal-tb;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .key {
    width: 100%;
    height: 237px;
    margin: 0;
    background: url(../images/move/key.webp) center center/cover no-repeat;
  }
  .key .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .key .page_title {
    position: static;
    padding: 80px 0 0;
    font-size: 30px;
    writing-mode: horizontal-tb;
    letter-spacing: 0.1em;
    text-align: center;
    text-shadow: #fff 1px 1px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff 0px 1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
  }
  .key .small {
    font-size: 16px;
  }
  .key .eng {
    padding-left: 0;
    padding-bottom: 0;
    writing-mode: horizontal-tb;
    line-height: 1;
  }
}

/* =====sec01===== */
.sec01 {
  padding: 85px 0 100px;
}
.sec01 .inner {
  width: 1024px;
  margin: 0 auto;
}
.sec01 .sec_title {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 90px;
  font-size: 24px;
  letter-spacing: 0.11em;
  text-align: center;
}
.sec01 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #E09017;
}
.sec01 .sec_image {
  margin-bottom: 30px;
  text-align: center;
}
.sec01 .sec_text {
  width: 607px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 30px 20px 50px;
    box-sizing: border-box;
  }
  .sec01 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .sec_title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
    font-size: 20px;
    letter-spacing: 0.11em;
    text-align: center;
  }
  .sec01 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #E09017;
  }
  .sec01 .sec_image {
    margin-bottom: 20px;
    text-align: center;
  }
  .sec01 .sec_text {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 2;
  }
}

/* =====sec01===== */
/* =====sec02===== */
/*
.sec02 {
    margin-bottom: 100px;

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

    .sec_title {
        position: relative;
        padding: 0 0 10px;
        margin: 0 0 90px;
        font-size: 24px;
        letter-spacing: .11em;
        text-align: center;

        &:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 73px;
            height: 2px;
            margin: 0 auto;
            background: #E09017;
        }
    }

    .link_list {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-bottom: 100px;
    }

    .link_title {
        position: relative;
        margin-bottom: 20px;
        font-size: 22px;
        font-family: noto-sans;
        color: #dc8c17;
        letter-spacing: .11em;
        text-align: center;
    }

    .link_title:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 140px;
        height: 1px;
        margin: auto 0;
        background: #dc8c17;
    }

    .link_title:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 140px;
        height: 1px;
        margin: auto 0;
        background: #dc8c17;
    }

    .link_item {
        width: 232px;
        height: 90px;
    }

    .link_item a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: #dc8c17;
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: 1.2;
        font-family: noto-sans;
    }

    .link_item a:before {
        content: ">";
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%) rotate(90deg);
    }

    .link_item01 {
        margin-right: 30px;
    }

    .link_item03 {
        margin-left: 60px;
    }

    .gx_flex {
        position: relative;
        display: flex;
    }

    .gx_flex:before {
        content: "+";
        position: absolute;
        right: -35px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        color: #553618;
    }

    .cont_title {
        margin-bottom: 50px;
        font-size: 30px;
        letter-spacing: .11em;
    }

    .cont_subtitle {
        margin-bottom: 30px;
        font-size: 24px;
        letter-spacing: .11em;
    }

    .cont01 {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 100px;
        margin-bottom: 180px;
        box-sizing: border-box;
    }

    .cont01 .cont_textbox {
        position: relative;
        width: 440px;
        margin-right: 50px;
    }

    .cont01 .cont_textbox:before {
        content: "";
        position: absolute;
        left: -100px;
        top: -40px;
        z-index: -1;
        width: calc(100% + 250px);
        height: calc(100% + 80px);
        background: #f4f4f5;
    }

    .cont01 .cont_title {
        position: relative;
    }

    .cont01 .cont_title:before {
        content: "";
        position: absolute;
        left: -150px;
        bottom: -25px;
        width: 635px;
        height: 1px;
        background: #553618;
    }

    .cont_text {
        line-height: 2;
    }

    .cont_text_margin {
        margin-bottom: 20px;
    }

    .cont_hojo {
        width: auto;
    }

    .cont_hojo a {
        display: block;
        padding: 10px 0;
        background: #553618;
        color: #fff;
        font-family: noto-sans;
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }

    .cont_title .small {
        font-size: 18px;
    }

    .cont02 {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        margin-bottom: 150px;
    }

    .cont02 .cont_textbox {
        position: relative;
        width: 440px;
    }

    .cont02 .cont_textbox:before {
        content: "";
        position: absolute;
        left: -200px;
        top: -40px;
        z-index: -1;
        width: calc(100% + 250px);
        height: calc(100% + 80px);
        background: #f4f4f5;
    }

    .cont02 .cont_image {
        margin-right: 50px;
    }

    .cont_compare01 {
        margin-bottom: 50px;
    }

    .compare_title {
        position: relative;
        padding-left: 1.5em;
        margin-bottom: 30px;
        font-size: 30px;
        letter-spacing: .11em;
    }

    .compare_title:before {
        content: "■";
        position: absolute;
        left: 0;
        top: 0;
        color: #dc8c17;
    }

    .compare_image {
        text-align: center;
    }

    .cont_compare01 .compare_image {
        margin-bottom: 50px;
    }

    .compare_subtitle {
        margin-bottom: 30px;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: .11em;
    }

    .cont_compare01 .compare_subtitle {
        position: relative;
    }

    .cont_compare01 .compare_subtitle:before {
        content: "";
        position: absolute;
        left: 230px;
        top: -20px;
        width: 31px;
        height: 31px;
        background: url(../images/gx/kazari.webp) center /contain no-repeat;
    }

    .cont_compare01 .flexbox {
        display: flex;
        align-items: center;
    }

    .cont_compare01 .textbox {
        margin-right: 40px;
    }

    .cont_compare01 .compare_image02 {
        min-width: 260px;
    }

    .cont_compare02 {
        margin-bottom: 100px;
    }

    .cont_compare02 .compare_image {
        margin-bottom: 40px;
    }

    .cont_compare02 .compare_text {
        position: relative;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: .11em;
        text-align: center;
    }

    .cont_compare02 .compare_text:before {
        content: "";
        position: absolute;
        right: 100px;
        top: -60px;
        width: 296px;
        height: 56px;
        background: url(../images/gx/fukidashi.webp) center /contain no-repeat;
    }

    .cont03 {
        padding: 0 100px;
        box-sizing: border-box;
    }

    .cont03 .cont_textbox {
        position: relative;
    }

    .cont03 .cont_textbox:before {
        content: "";
        position: absolute;
        left: -100px;
        top: -40px;
        z-index: -1;
        width: 80%;
        height: calc(100% + 150px);
        background: #f4f4f5;
    }

    .cont03 .cont_title {
        position: relative;
    }

    .cont03 .cont_title:before {
        content: "";
        position: absolute;
        left: -150px;
        bottom: -25px;
        width: 635px;
        height: 1px;
        background: #553618;
    }

    .cont03 .cont_text {
        margin-bottom: 50px;
    }

    .cont03 .cont_image {
        text-align: center;
    }

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

        .inner {
            width: 100%;
            padding: 0 20px;
            box-sizing: border-box;
            overflow: hidden;
        }

        .sec_title {
            position: relative;
            padding: 0 0 10px;
            margin: 0 0 50px;
            font-size: 20px;
            letter-spacing: .11em;
            text-align: center;

            &:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                width: 73px;
                height: 2px;
                margin: 0 auto;
                background: #E09017;
            }
        }

        .link_list {
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 100px;
        }

        .link_list:before {
            content: "+";
            position: absolute;
            left: 50%;
            top: 110px;
            transform: translateX(-50%);
            font-size: 20px;
            color: #553618;
        }

        .gx_link {
            width: 48%;
        }

        .link_title {
            margin-bottom: 20px;
            font-size: 16px;
        }

        .link_title:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 10%;
            height: 1px;
            margin: auto 0;
            background: #dc8c17;
        }

        .link_title:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 10%;
            height: 1px;
            margin: auto 0;
            background: #dc8c17;
        }

        .link_item {
            min-width: 140px;
            height: 70px;
        }

        .link_item a {
            font-size: 15px;
        }

        .link_item a:before {
            bottom: 2px;
        }

        .link_item01 {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px;
        }

        .link_item02 {
            width: 100%;
        }

        .link_item03 {
            width: 48%;
            margin-top: 50px;
            margin-left: 0;
        }

        .gx_flex {
            display: block;
        }

        .gx_flex:before {
            display: none;
        }

        .cont_title {
            margin-bottom: 50px;
            font-size: 20px;
            letter-spacing: .11em;
        }

        .cont_subtitle {
            margin-bottom: 30px;
            font-size: 18px;
            letter-spacing: .11em;
        }

        .cont01 {
            position: relative;
            display: block;
            padding: 0;
            margin-bottom: 100px;
            box-sizing: border-box;
            background: #f4f4f5;
        }

        .cont01 .cont_textbox {
            position: relative;
            width: 100%;
            margin-right: 50px;
        }

        .cont01 .cont_textbox:before {
            content: "";
            position: absolute;
            left: -100px;
            top: -40px;
            z-index: -1;
            width: calc(100% + 250px);
            height: calc(100% + 80px);
            background: #f4f4f5;
        }

        .cont01 .cont_title {
            position: relative;
            margin-bottom: 30px;
        }

        .cont01 .cont_title:before {
            content: "";
            position: absolute;
            left: -150px;
            bottom: -12px;
            width: 635px;
            height: 1px;
            background: #553618;
        }

        .cont_text {
            line-height: 2;
        }

        .cont_text_margin {
            margin-bottom: 20px;
        }

        .cont_hojo {
            width: auto;
        }

        .cont_hojo a {
            display: block;
            padding: 10px 0;
            background: #553618;
            color: #fff;
            font-family: noto-sans;
            font-size: 16px;
            line-height: 1.2;
            text-align: center;
        }

        .cont_image {
            margin-bottom: 20px;
        }

        .cont01 .cont_image {
            text-align: center;
        }

        .cont02 {
            display: block;
            margin-bottom: 90px;
        }

        .cont02 .cont_textbox {
            position: relative;
            width: 100%;
        }

        .cont02 .cont_textbox:before {
            content: "";
            position: absolute;
            left: -200px;
            top: -40px;
            z-index: -1;
            width: calc(100% + 250px);
            height: calc(100% + 80px);
            background: #f4f4f5;
        }

        .cont02 .cont_title {
            margin-bottom: 30px;
        }

        .cont02 .cont_image {
            margin-right: 0;
            text-align: center;
        }

        .cont_compare01 {
            margin-bottom: 50px;
        }

        .compare_title {
            position: relative;
            padding-left: 1.5em;
            margin-bottom: 30px;
            font-size: 20px;
            letter-spacing: .11em;
        }

        .compare_title:before {
            content: "■";
            position: absolute;
            left: 0;
            top: 0;
            color: #dc8c17;
        }

        .compare_image {
            text-align: center;
        }

        .cont_compare01 .compare_image {
            margin-bottom: 50px;
        }

        .compare_subtitle {
            margin-bottom: 30px;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: .11em;
        }

        .cont_compare01 .compare_subtitle {
            position: relative;
        }

        .cont_compare01 .compare_subtitle:before {
            content: "";
            position: absolute;
            left: 180px;
            top: -20px;
            width: 31px;
            height: 31px;
            background: url(../images/gx/kazari.webp) center /contain no-repeat;
        }

        .cont_compare01 .flexbox {
            display: block;
        }

        .cont_compare01 .textbox {
            margin-right: 0;
            margin-bottom: 30px;
        }

        .cont_compare01 .compare_image02 {
            min-width: 260px;
            text-align: center;
        }

        .cont_compare02 {
            margin-bottom: 100px;
        }

        .cont_compare02 .compare_image {
            margin-bottom: 80px;
        }

        .cont_compare02 .compare_text {
            position: relative;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: .11em;
            text-align: center;
        }

        .cont_compare02 .compare_text:before {
            content: "";
            position: absolute;
            right: 0;
            top: -60px;
            width: 296px;
            height: 56px;
            background: url(../images/gx/fukidashi.webp) center /80% no-repeat;
        }

        .cont03 {
            padding: 0;
            box-sizing: border-box;
        }

        .cont03 .cont_textbox {
            position: relative;
        }

        .cont03 .cont_textbox:before {
            content: "";
            position: absolute;
            left: -100px;
            top: -40px;
            z-index: -1;
            width: 200%;
            height: calc(100% + 150px);
            background: #f4f4f5;
        }

        .cont03 .cont_title {
            position: relative;
        }

        .cont03 .cont_title:before {
            content: "";
            position: absolute;
            left: -150px;
            bottom: -25px;
            width: 635px;
            height: 1px;
            background: #553618;
        }

        .cont03 .cont_text {
            margin-bottom: 30px;
        }

        .cont03 .cont_image {
            text-align: center;
        }

    }
} */
.sec02 {
  margin-bottom: 100px;
}
.sec02 .inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.sec02 .sec_title {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 90px;
  font-size: 24px;
  letter-spacing: 0.11em;
  text-align: center;
}
.sec02 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #E09017;
}
.sec02 .textbox {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}
.sec02 .imagetbox {
  width: 46%;
  min-width: 46%;
  max-width: 46%;
}
.sec02 .cont {
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}
.sec02 .cont_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.sec02 .cont_icon {
  width: 60px;
  margin-right: 25px;
}
.sec02 .cont_title {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #553618;
}
.sec02 .cont_text {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: justify;
  color: #553618;
}
.sec02 .cont_image img {
  width: 100%;
}
.sec02 .cont01 {
  margin-bottom: 70px;
}
.sec02 .cont01 .textbox {
  margin-right: 50px;
}
.sec02 .cont02 {
  flex-direction: row-reverse;
  margin-bottom: 70px;
}
.sec02 .cont02 .textbox {
  margin-left: 50px;
}
.sec02 .cont03 {
  margin-bottom: 70px;
}
.sec02 .cont03 .textbox {
  margin-right: 50px;
}
.sec02 .cont04 {
  flex-direction: row-reverse;
}
.sec02 .cont04 .textbox {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 0;
    padding: 0 20px 50px;
    box-sizing: border-box;
  }
  .sec02 .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .sec02 .sec_title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
    font-size: 20px;
    letter-spacing: 0.11em;
    text-align: center;
  }
  .sec02 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #E09017;
  }
  .sec02 .sec_image {
    margin-bottom: 20px;
    text-align: center;
  }
  .sec02 .sec_text {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 2;
  }
  .sec02 .textbox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec02 .imagetbox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec02 .cont {
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .sec02 .cont_head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .sec02 .cont_icon {
    width: 60px;
    margin-right: 25px;
  }
  .sec02 .cont_title {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #553618;
  }
  .sec02 .cont_text {
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2;
    text-align: justify;
    color: #553618;
  }
  .sec02 .cont_image {
    margin-bottom: 20px;
  }
  .sec02 .cont_image img {
    width: 100%;
  }
  .sec02 .cont01 {
    margin-bottom: 70px;
  }
  .sec02 .cont01 .textbox {
    margin-right: initial;
  }
  .sec02 .cont02 {
    flex-direction: row-reverse;
    margin-bottom: 70px;
  }
  .sec02 .cont02 .textbox {
    margin-left: initial;
  }
  .sec02 .cont03 {
    margin-bottom: 70px;
  }
  .sec02 .cont03 .textbox {
    margin-right: initial;
  }
  .sec02 .cont04 {
    flex-direction: row-reverse;
  }
  .sec02 .cont04 .textbox {
    margin-left: initial;
  }
}

/* =====sec02===== */
/* =====sec03===== */
.sec03 {
  margin-bottom: 100px;
  /*.linewraper02 {
      .flexbox {
          align-items: flex-start;
      }
  } */
}
.sec03 .inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
.sec03 .sec_title {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 90px;
  font-size: 24px;
  letter-spacing: 0.11em;
  text-align: center;
}
.sec03 .sec_title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 73px;
  height: 2px;
  margin: 0 auto;
  background: #E09017;
}
.sec03 .sec_text {
  width: 790px;
  margin: 0 auto;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 70px;
}
.sec03 .flexbox {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec03 .item {
  width: 300px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
}
.sec03 .item .item_title {
  height: 3em;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  color: #553618;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  flex-grow: 1;
}
.sec03 .item .item_title .t_orange {
  color: #dc8c17;
}
.sec03 .item .item_image {
  width: 100%;
  margin: 0 auto 20px;
}
.sec03 .item .item_image img {
  width: 100%;
}
.sec03 .item .item_text {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  color: #553618;
}
.sec03 .linewraper01, .sec03 .linewraper02 {
  margin-bottom: 70px;
}
.sec03 .linewraper01 .item:not(:last-of-type), .sec03 .linewraper02 .item:not(:last-of-type) {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-bottom: 0;
    padding: 80px 20px 50px;
    box-sizing: border-box;
    /*.linewraper02 {
        .flexbox {
            align-items: flex-start;
        }
    } */
  }
  .sec03 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .sec_title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
    font-size: 20px;
    letter-spacing: 0.11em;
    text-align: center;
  }
  .sec03 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #E09017;
  }
  .sec03 .sec_text {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 70px;
  }
  .sec03 .flexbox {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: center;
  }
  .sec03 .item {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .sec03 .item .item_title {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: center;
    color: #553618;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    flex-grow: 1;
  }
  .sec03 .item .item_title .t_orange {
    color: #dc8c17;
  }
  .sec03 .item .item_image {
    width: 100%;
    margin: 0 auto 20px;
  }
  .sec03 .item .item_image img {
    width: 100%;
  }
  .sec03 .item .item_text {
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    text-align: justify;
    color: #553618;
  }
  .sec03 .linewraper01, .sec03 .linewraper02 {
    margin-bottom: initial;
  }
  .sec03 .linewraper01 .flexbox, .sec03 .linewraper02 .flexbox {
    align-items: flex-start;
  }
  .sec03 .linewraper01 .item:not(:last-of-type), .sec03 .linewraper02 .item:not(:last-of-type) {
    margin-right: initial;
  }
}

/* =====sec03===== */
/* =====sec04===== */
.sec04 {
  padding-top: 45px;
  padding-bottom: 20px;
  margin-bottom: 175px;
  background-color: #fdf8f1;
}
.sec04 .inner {
  position: relative;
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}
.sec04 .sec_title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
  margin-bottom: 60px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
.sec04 .sec_title .t_small {
  font-size: 18px;
}
.sec04 .title_kazari {
  position: absolute;
  left: -30px;
  top: -20px;
  width: 25px;
  height: 70px;
}
.sec04 .title_voice {
  position: absolute;
  bottom: -20px;
  left: 40%;
  transform: translateY(-50%);
  width: 102px;
  height: 19px;
}
.sec04 .voice_head {
  box-sizing: border-box;
  width: 77%;
  margin-left: auto;
  background-color: #fff;
  padding: 20px 0 20px 90px;
  margin-bottom: 65px;
}
.sec04 .voice_head .message_text {
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #dc8c17;
  margin-bottom: 20px;
}
.sec04 .voice_head .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sec04 .voice_head .wrap .nendai {
  font-family: initial;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #553618;
  padding-right: 1.5em;
}
.sec04 .voice_head .wrap .status .kazoku {
  font-family: initial;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.sec04 .voice_head .wrap .status .shushin {
  font-family: initial;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.sec04 .voice_box {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 45px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 60px;
  box-sizing: border-box;
}
.sec04 .voice_box .item .item_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #E09017;
  margin-bottom: 20px;
}
.sec04 .voice_box .item .item_head .item_icon {
  width: 88px;
  margin-right: 1.5em;
}
.sec04 .voice_box .item .item_head .item_icon img {
  width: 100%;
}
.sec04 .voice_box .item .item_head .item_title {
  font-family: initial;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #553618;
}
.sec04 .voice_box .item .item_text {
  font-family: initial;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: justify;
  color: #553618;
}
.sec04 .head01 {
  position: relative;
}
.sec04 .head01::before {
  content: "";
  position: absolute;
  top: 55px;
  left: -150px;
  background: url(/images/move/voice_image01.webp) center/contain no-repeat;
  width: 204px;
  height: 162px;
}
.sec04 .head02 {
  padding: 40px 0 30px 90px;
  position: relative;
}
.sec04 .head02 .message_text {
  margin-bottom: 30px;
}
.sec04 .head02::before {
  content: "";
  position: absolute;
  top: 55px;
  left: -150px;
  background: url(/images/move/voice_image02.webp) center/contain no-repeat;
  width: 204px;
  height: 162px;
}
.sec04 .voice01 {
  background-size: 20px 1px;
  background-image: linear-gradient(to right, #553618 10px, transparent 10px);
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-top: 45px;
    padding-bottom: 20px;
    margin-bottom: 75px;
  }
  .sec04 .inner {
    width: 100%;
  }
  .sec04 .sec_title {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 10px;
    margin-bottom: 60px;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
  }
  .sec04 .sec_title .t_small {
    font-size: 18px;
  }
  .sec04 .title_kazari {
    position: absolute;
    left: -30px;
    top: -20px;
    width: 25px;
    height: 70px;
  }
  .sec04 .title_voice {
    position: absolute;
    bottom: -20px;
    left: 35%;
    transform: translateY(-50%);
    width: 102px;
    height: 19px;
  }
  .sec04 .voice_head {
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    background-color: #fff;
    padding: 20px 20px;
    margin-bottom: 20px;
    margin-top: 200px;
  }
  .sec04 .voice_head .message_text {
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: #dc8c17;
    margin-bottom: 20px;
  }
  .sec04 .voice_head .wrap {
    display: block;
    justify-content: flex-start;
    align-items: center;
  }
  .sec04 .voice_head .wrap .nendai {
    font-family: initial;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #553618;
    padding-right: 1.5em;
    margin-bottom: 20px;
  }
  .sec04 .voice_head .wrap .status .kazoku {
    font-family: initial;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
  }
  .sec04 .voice_head .wrap .status .shushin {
    font-family: initial;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
  }
  .sec04 .voice_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px 50px;
    display: grid;
    -moz-column-gap: initial;
         column-gap: initial;
    row-gap: 45px;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 60px;
    box-sizing: border-box;
  }
  .sec04 .voice_box .item .item_head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #E09017;
    margin-bottom: 20px;
  }
  .sec04 .voice_box .item .item_head .item_icon {
    width: 88px;
    margin-right: 1.5em;
  }
  .sec04 .voice_box .item .item_head .item_icon img {
    width: 100%;
  }
  .sec04 .voice_box .item .item_head .item_title {
    font-family: initial;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #553618;
  }
  .sec04 .voice_box .item .item_text {
    font-family: initial;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: justify;
    color: #553618;
  }
  .sec04 .head01 {
    position: relative;
  }
  .sec04 .head01::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec04 .head02 {
    position: relative;
  }
  .sec04 .head02 .message_text {
    margin-bottom: 30px;
  }
  .sec04 .head02::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec04 .voice01 {
    background-size: 20px 1px;
    background-image: linear-gradient(to right, #553618 10px, transparent 10px);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-bottom: 50px;
  }
}

/* =====sec04===== */
/* =====sec05===== */
.sec05 {
  margin-bottom: 100px;
}
.sec05 .inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
.sec05 .message_box {
  width: 900px;
  max-width: 95%;
  margin: 0 auto;
  padding: 100px 0 1px;
  background-color: #f4f4f5;
  position: relative;
}
.sec05 .message_box::before {
  content: "";
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/move/sec05_head_bg.webp) center/contain no-repeat;
  width: 802px;
  height: 157px;
}
.sec05 .sec_title {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 50px;
  font-size: 24px;
  letter-spacing: 0.11em;
  text-align: center;
}
.sec05 .sec_title .t_large {
  font-size: 36px;
}
.sec05 .sec_text {
  width: 720px;
  margin: 0 auto;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 85px;
}
.sec05 .check_box {
  width: 590px;
  max-width: 100%;
  margin: 0 auto 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec05 .check_box .left {
  width: 34%;
  min-width: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec05 .check_box .left .title {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2;
  position: relative;
}
.sec05 .check_box .left .title::before {
  content: "";
  position: absolute;
  top: -45px;
  left: -32px;
  background: url(/images/move/text_check.webp) center/contain no-repeat;
  width: 94px;
  height: 62px;
}
.sec05 .check_box .right {
  width: 66%;
}
.sec05 .check_box .right .item {
  padding-left: 50px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  position: relative;
}
.sec05 .check_box .right .item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(/images/move/icon_check.webp) center/contain no-repeat;
  width: 26px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .sec05 {
    overflow: hidden;
    margin-bottom: 0;
    padding: 80px 20px 50px;
    box-sizing: border-box;
  }
  .sec05 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .sec_title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 30px;
    font-size: 20px;
    letter-spacing: 0.11em;
    text-align: center;
  }
  .sec05 .sec_title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 73px;
    height: 2px;
    margin: 0 auto;
    background: #E09017;
  }
  .sec05 .message_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 26.6vw 15px 1px;
    background-color: #f4f4f5;
    box-sizing: border-box;
    position: relative;
  }
  .sec05 .message_box::before {
    content: "";
    position: absolute;
    top: -9.3vw;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/move/sec05_head_bg_sp.webp) center/contain no-repeat;
    width: 81.06vw;
    height: 36.2vw;
  }
  .sec05 .message_box::before img {
    width: 100%;
  }
  .sec05 .sec_title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 50px;
    font-size: 24px;
    letter-spacing: 0.11em;
    text-align: center;
  }
  .sec05 .sec_title .t_large {
    font-size: 36px;
  }
  .sec05 .sec_text {
    width: 100%;
    margin: 0 auto;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 85px;
  }
  .sec05 .check_box {
    width: 590px;
    max-width: 100%;
    margin: 0 auto 55px;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .sec05 .check_box .left {
    width: 100%;
    min-width: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .sec05 .check_box .left .title {
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 2;
    position: relative;
  }
  .sec05 .check_box .left .title::before {
    content: "";
    position: absolute;
    top: -45px;
    left: -32px;
    background: url(/images/move/text_check.webp) center/contain no-repeat;
    width: 94px;
    height: 62px;
  }
  .sec05 .check_box .right {
    width: 100%;
  }
  .sec05 .check_box .right .item {
    padding-left: 50px;
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "noto-sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
    position: relative;
  }
  .sec05 .check_box .right .item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(/images/move/icon_check.webp) center/contain no-repeat;
    width: 26px;
    height: 18px;
  }
}

/* =====sec05===== */
/* =====sec06===== */
.sec06 {
  margin-bottom: 100px;
}
.sec06 .box {
  width: 765px;
  max-width: 100%;
  margin: 0 auto;
  height: 510px;
  background-color: #808080;
}
@media screen and (max-width: 767px) {
  .sec06 .box {
    width: 765px;
    max-width: 96%;
    margin: 0 auto;
    height: 510px;
    background-color: #808080;
  }
}

/* =====sec06===== */
/* =====link_sec===== */
.link_sec {
  padding: 60px 0 0;
  margin: 0 0 85px;
}
.link_sec .link_banner {
  width: 889px;
  margin: 0 auto 50px;
}
.link_sec .list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.link_sec .item {
  width: 33.3%;
}
.link_sec .item a {
  display: block;
  width: 100%;
  height: 246px;
  box-sizing: border-box;
  background: #ccc url(../images/villax/arrow02.png) center bottom 30px/12px no-repeat;
  font-size: 23px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.21em;
}
.link_sec .item:nth-of-type(1) a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/villax/photo20.png) center/cover no-repeat;
}
.link_sec .item:nth-of-type(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/index/photo_gallery01.png) center/cover no-repeat;
}
.link_sec .item:nth-of-type(3) a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/villax/photo22.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .link_sec {
    margin: 0 0 85px;
  }
  .link_sec .link_banner {
    width: 324px;
    max-width: calc(100% - 40px);
    margin: 0 auto 50px;
  }
  .link_sec .list {
    display: block;
    justify-content: space-between;
    width: 100%;
  }
  .link_sec .item {
    width: 100%;
  }
  .link_sec .item a {
    display: block;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    background: #ccc url(../images/villax/arrow02.png) center bottom 30px/12px no-repeat;
    font-size: 18px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.21em;
  }
  .link_sec .item:nth-of-type(1) {
    margin: 0 0 30px;
  }
  .link_sec .item:nth-of-type(1) a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .link_sec .item:nth-of-type(2) {
    margin: 0 0 30px;
  }
  .link_sec .item:nth-of-type(2) a {
    justify-content: center;
    align-items: center;
    padding: 20px 0 0;
  }
  .link_sec .item:nth-of-type(2) .item_logo {
    margin: 0 0 10px;
  }
  .link_sec .item:nth-of-type(3) a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* =====link_sec===== *//*# sourceMappingURL=move.css.map */