@charset "UTF-8";
/* 共通
-----------------------*/
.site-main {
  margin-top: 16vw; }

.breadcrumbs {
  width: 92vw;
  margin: 4vw auto 0;
  font-size: 2.9333333333vw;
  line-height: 2.9333333333vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500 !important;
  color: #ababab;
  text-align: left; }
  .breadcrumbs .home, .breadcrumbs .taxonomy, .breadcrumbs .category {
    color: #81766b;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700 !important; }
  .breadcrumbs a {
    color: #ababab; }

.page {
  margin: 0; }

.testmode {
  height: 100vh; }
  .testmode .testmodeblock01 {
    padding: 8vw 0 18.6666666667vw;
    position: relative; }
    .testmode .testmodeblock01 .testmodetext {
      width: 92vw;
      margin: 0 auto;
      font-size: 5.3333333333vw;
      line-height: 11.2vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #81766b;
      text-align: center;
      position: relative; }

/* top
-----------------------*/
.top .eyecatch {
  width: 100%;
  height: 120vw;
  background-color: #f2f0ea;
  position: relative; }
  .top .eyecatch .eyelogo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 97; }
    .top .eyecatch .eyelogo .top01 {
      width: 92vw;
      display: block;
      margin: 0 auto; }
  .top .eyecatch .top_swiper {
    overflow: hidden;
    position: relative; }
    .top .eyecatch .top_swiper::before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #736357;
      opacity: 0.6;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 96;
      mix-blend-mode: multiply; }
  .top .eyecatch .slider {
    width: 100%;
    height: 120vw; }
    .top .eyecatch .slider .slide_content {
      width: 100%;
      height: 120vw; }
      .top .eyecatch .slider .slide_content .eyeimg {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .top .eyecatch .dot-wrapper {
    width: 60vw;
    height: 4.2666666667vw;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    bottom: -6.9333333333vw;
    position: relative; }
    .top .eyecatch .dot-wrapper .swiper-pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: fit-content;
      height: 4.2666666667vw;
      margin: 0 21.3333333333vw; }
    .top .eyecatch .dot-wrapper .swiper-pagination span {
      width: 2.1333333333vw;
      height: 2.1333333333vw;
      margin: 0 9px !important;
      background-color: #d7ccba;
      border-radius: 100%;
      opacity: 1;
      margin: 0 1.0666666667vw; }
      .top .eyecatch .dot-wrapper .swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #bea99a; }
    .top .eyecatch .dot-wrapper.slider_sp {
      display: none; }
    .top .eyecatch .dot-wrapper .swiper-button-prev {
      width: 2.9333333333vw;
      height: 2.9333333333vw;
      transform: rotate(45deg);
      position: relative; }
      .top .eyecatch .dot-wrapper .swiper-button-prev::before {
        content: "";
        width: 2.9333333333vw;
        height: 0.8vw;
        background-color: #bea99a;
        border-radius: 0.8vw;
        position: absolute;
        bottom: 0;
        left: 0; }
      .top .eyecatch .dot-wrapper .swiper-button-prev::after {
        content: "";
        width: 0.8vw;
        height: 2.9333333333vw;
        background-color: #bea99a;
        border-radius: 0.8vw;
        position: absolute;
        bottom: 0;
        left: 0; }
    .top .eyecatch .dot-wrapper .swiper-button-next {
      width: 2.9333333333vw;
      height: 2.9333333333vw;
      transform: rotate(-45deg);
      position: relative; }
      .top .eyecatch .dot-wrapper .swiper-button-next::before {
        content: "";
        width: 2.9333333333vw;
        height: 0.8vw;
        background-color: #bea99a;
        border-radius: 0.8vw;
        position: absolute;
        bottom: 0;
        right: 0; }
      .top .eyecatch .dot-wrapper .swiper-button-next::after {
        content: "";
        width: 0.8vw;
        height: 2.9333333333vw;
        background-color: #bea99a;
        border-radius: 0.8vw;
        position: absolute;
        bottom: 0;
        right: 0; }
.top .block01 {
  background-color: #f2f0ea;
  padding: 28vw 0 74.6666666667vw;
  position: relative; }
  .top .block01 .text {
    width: 89.3333333333vw;
    margin: 0 auto;
    font-size: 5.3333333333vw;
    line-height: 11.2vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700 !important;
    color: #81766b;
    text-align: center;
    position: relative; }
    .top .block01 .text .button01 {
      width: 32vw;
      height: 32vw;
      background-color: #e2b04a;
      border-radius: 32vw;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: -37.3333333333vw;
      right: 0;
      transition: 0.3s; }
      .top .block01 .text .button01 .btn01 {
        width: 28vw; }
      .top .block01 .text .button01:hover {
        background-color: #81766b; }
    .top .block01 .text .top02 {
      display: block;
      width: 28.5333333333vw;
      position: absolute;
      bottom: -40vw;
      right: 29.8666666667vw; }
.top .block02 {
  padding: 0 0 2.6666666667vw;
  position: relative;
  background-color: #efeada;
  position: relative; }
  .top .block02::before {
    content: "";
    width: 100%;
    height: 25.6vw;
    background-image: url(../img/top/top_12.webp);
    background-repeat: no-repeat;
    background-size: 100%  100%;
    position: absolute;
    top: -22.6666666667vw;
    left: 0;
    z-index: 20; }
  .top .block02::after {
    content: "";
    width: 100%;
    height: 25.6vw;
    background-image: url(../img/top/top_12.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    position: absolute;
    bottom: -14.6666666667vw;
    left: 0;
    z-index: 20; }
  .top .block02 .content {
    width: 92vw;
    margin: 0 auto 18.6666666667vw;
    position: relative;
    display: block; }
    .top .block02 .content .wrap01 {
      width: 100%;
      height: 108.2666666667vw;
      background-color: #fff;
      border-radius: 5.3333333333vw;
      padding: 12vw 6.1333333333vw;
      margin-bottom: 61.3333333333vw;
      position: relative; }
      .top .block02 .content .wrap01 .title {
        font-size: 5.8666666667vw;
        line-height: 5.8666666667vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        color: #81766b;
        text-align: left;
        margin-bottom: 10.6666666667vw; }
      .top .block02 .content .wrap01 .text {
        font-size: 3.7333333333vw;
        line-height: 7.4666666667vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: left; }
      .top .block02 .content .wrap01 .top03 {
        width: 42.6666666667vw;
        position: absolute;
        top: -33.3333333333vw;
        left: 5.3333333333vw;
        z-index: 30; }
    .top .block02 .content .wrap02 {
      width: 80vw;
      height: 54.9333333333vw;
      border-radius: 5.3333333333vw;
      position: absolute;
      bottom: -49.3333333333vw;
      right: 0;
      z-index: 30; }
      .top .block02 .content .wrap02 .top04 {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .top .block02 .content .wrap02 .button02 {
        width: 19.7333333333vw;
        height: 19.7333333333vw;
        background-color: #e2b04a;
        border-radius: 19.7333333333vw;
        position: absolute;
        top: -98.6666666667vw;
        right: -2.6666666667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s; }
        .top .block02 .content .wrap02 .button02 .btn02 {
          width: 19.7333333333vw;
          vertical-align: bottom; }
        .top .block02 .content .wrap02 .button02:hover {
          background-color: #81766b; }
    .top .block02 .content .wrap03 {
      width: 80vw;
      border-radius: 5.3333333333vw;
      position: relative;
      margin-bottom: 12vw; }
      .top .block02 .content .wrap03:nth-child(1) {
        margin: 0 auto 10.6666666667vw 0; }
      .top .block02 .content .wrap03:nth-child(2) {
        margin: 0 0 0 auto; }
      .top .block02 .content .wrap03 .top05, .top .block02 .content .wrap03 .top06 {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .top .block02 .content .wrap03 .top05-2 {
        width: 21.3333333333vw;
        display: block;
        position: absolute;
        top: 5.3333333333vw;
        right: -10.6666666667vw;
        z-index: 20; }
      .top .block02 .content .wrap03 .top06-2 {
        width: 26.6666666667vw;
        display: block;
        position: absolute;
        top: 2.6666666667vw;
        left: -10.6666666667vw;
        z-index: 20; }
    .top .block02 .content .button03 {
      width: 74.6666666667vw;
      height: 13.3333333333vw;
      background-color: #e2b04a;
      border-radius: 13.3333333333vw;
      font-size: 5.3333333333vw;
      line-height: 5.3333333333vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #fff;
      position: absolute;
      bottom: -6.6666666667vw;
      left: 2.9333333333vw;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: 0.3s; }
      .top .block02 .content .button03 .btn03 {
        width: 5.3333333333vw;
        margin-left: 2.1333333333vw;
        vertical-align: bottom; }
      .top .block02 .content .button03:hover {
        background-color: #81766b; }
.top .block03 {
  padding: 29.3333333333vw 0 2.6666666667vw;
  background-color: #f2f0ea;
  position: relative; }
  .top .block03 .title {
    font-size: 7.4666666667vw;
    line-height: 7.4666666667vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700 !important;
    color: #81766b;
    text-align: center;
    margin-bottom: 10.6666666667vw; }
  .top .block03 .text {
    width: 96vw;
    margin: 0 auto 8vw;
    font-size: 3.7333333333vw;
    line-height: 8vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500 !important;
    color: #81766b;
    text-align: center; }
  .top .block03 .content {
    width: 89.3333333333vw;
    margin: 0 auto 22.6666666667vw;
    position: relative;
    display: block; }
    .top .block03 .content .wrap {
      width: 80vw;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 16vw;
      flex-flow: column; }
      .top .block03 .content .wrap .itemtitle {
        width: 80vw;
        height: 18.6666666667vw;
        font-size: 5.3333333333vw;
        line-height: 5.3333333333vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 5.3333333333vw;
        position: relative;
        background-image: url(../img/top/top_13.webp);
        background-repeat: no-repeat;
        background-size: 100%; }
      .top .block03 .content .wrap .top07 {
        width: 100%;
        position: relative; }
        .top .block03 .content .wrap .top07 .image {
          width: 74.6666666667vw;
          height: 100%;
          object-fit: cover; }
        .top .block03 .content .wrap .top07 .button02 {
          width: 19.7333333333vw;
          height: 19.7333333333vw;
          background-color: #e2b04a;
          border-radius: 19.7333333333vw;
          position: absolute;
          bottom: -8vw;
          right: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          transition: 0.3s; }
          .top .block03 .content .wrap .top07 .button02 .btn02 {
            width: 19.7333333333vw;
            vertical-align: bottom; }
          .top .block03 .content .wrap .top07 .button02:hover {
            background-color: #81766b; }
  .top .block03 .top14 {
    display: block;
    width: 33.0666666667vw;
    position: absolute;
    bottom: -4vw;
    left: 5.3333333333vw; }
.top .block04 {
  padding: 6.6666666667vw 0 0;
  position: relative; }
  .top .block04 .top_swiper2 {
    overflow: hidden;
    position: relative; }
  .top .block04 .slider {
    width: 100%;
    height: 37.3333333333vw;
    padding: 0 5.3333333333vw;
    transition-timing-function: linear; }
    .top .block04 .slider .item {
      width: 51.7333333333vw;
      height: 32.5333333333vw;
      padding: 7.7333333333vw 0 4.2666666667vw;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      position: relative; }
      .top .block04 .slider .item .item-name {
        width: 42.6666666667vw;
        height: 9.3333333333vw;
        font-size: 2.6666666667vw;
        line-height: 2.6666666667vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 2.4vw;
        background-image: url(../img/top/top_13.webp);
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        top: 0;
        left: 0;
        font-feature-settings: "palt"; }
        .top .block04 .slider .item .item-name.mini {
          font-size: 3.4666666667vw !important;
          line-height: 3.4666666667vw !important; }
      .top .block04 .slider .item .photo {
        width: 40.8vw;
        height: 24vw;
        object-fit: cover; }
      .top .block04 .slider .item .button04 {
        width: 9.3333333333vw;
        height: 9.3333333333vw;
        background-color: #e2b04a;
        border-radius: 9.3333333333vw;
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s; }
        .top .block04 .slider .item .button04 .btn02 {
          width: 9.3333333333vw;
          vertical-align: bottom; }
        .top .block04 .slider .item .button04:hover {
          background-color: #81766b; }
  .top .block04 .itemlist {
    width: 100%;
    margin: 0;
    padding: 8vw 2.6666666667vw 37.3333333333vw;
    background-color: #f2f0ea;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .top .block04 .itemlist .service_indexname {
      width: 44.2666666667vw;
      height: 9.0666666667vw;
      background-color: #fff;
      border-radius: 9.0666666667vw;
      font-size: 3.7333333333vw;
      line-height: 3.7333333333vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #81766b;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 1.3333333333vw 4.2666666667vw 1.3333333333vw;
      font-feature-settings: "palt"; }
      .top .block04 .itemlist .service_indexname.mini {
        font-size: 3.2vw !important;
        line-height: 3.2vw !important; }
.top .block05 {
  padding: 2.6666666667vw 0 2.6666666667vw;
  position: relative;
  background-color: #efeada;
  position: relative; }
  .top .block05::before {
    content: "";
    width: 100%;
    height: 25.6vw;
    background-image: url(../img/top/top_12.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -22.6666666667vw;
    left: 0;
    z-index: 20; }
  .top .block05::after {
    content: "";
    width: 100%;
    height: 25.6vw;
    background-image: url(../img/top/top_12.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    position: absolute;
    bottom: -20vw;
    left: 0;
    z-index: 20; }
  .top .block05 .content01 {
    width: 92vw;
    margin: 0 auto 8vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column-reverse; }
    .top .block05 .content01 .wrap {
      width: 100%;
      height: 69.3333333333vw;
      background-color: #fff0a3;
      border-radius: 0 0 4vw 4vw;
      padding: 9.6vw 5.3333333333vw 10.6666666667vw;
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      flex-flow: column;
      position: relative; }
      .top .block05 .content01 .wrap .title {
        font-size: 14.9333333333vw;
        line-height: 14.9333333333vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        margin-bottom: 2.6666666667vw; }
      .top .block05 .content01 .wrap .rubi {
        font-size: 5.3333333333vw;
        line-height: 5.3333333333vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        color: #81766b;
        margin-bottom: 5.3333333333vw; }
      .top .block05 .content01 .wrap .text {
        font-size: 3.7333333333vw;
        line-height: 8vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b; }
      .top .block05 .content01 .wrap .button02 {
        width: 19.7333333333vw;
        height: 19.7333333333vw;
        background-color: #e2b04a;
        border-radius: 19.7333333333vw;
        position: absolute;
        top: -9.6vw;
        right: 5.3333333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s;
        z-index: 20; }
        .top .block05 .content01 .wrap .button02 .btn02 {
          width: 19.7333333333vw;
          vertical-align: bottom; }
        .top .block05 .content01 .wrap .button02:hover {
          background-color: #81766b; }
    .top .block05 .content01 .top10 {
      width: 100%;
      height: 61.3333333333vw;
      border-radius: 4vw 4vw 0 0;
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      position: relative;
      display: block;
      object-fit: cover; }
  .top .block05 .content02 {
    width: 92vw;
    margin: 0 auto 3.2vw;
    background-color: #e2f464;
    border-radius: 4vw;
    padding: 5.3333333333vw 3.7333333333vw 4.8vw;
    position: relative;
    display: block; }
    .top .block05 .content02 .wrap .title {
      font-size: 7.4666666667vw;
      line-height: 7.4666666667vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #81766b;
      margin-bottom: 4vw; }
    .top .block05 .content02 .wrap .rubi {
      font-size: 3.7333333333vw;
      line-height: 3.7333333333vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400 !important;
      color: #81766b;
      margin-bottom: 2.6666666667vw; }
    .top .block05 .content02 .wrap .text {
      font-size: 19.4666666667vw;
      line-height: 19.4666666667vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #81766b;
      transform: rotate(-10deg); }
    .top .block05 .content02 .top11 {
      width: 86.1333333333vw;
      position: relative;
      object-fit: cover; }
    .top .block05 .content02 .top15 {
      width: 44vw;
      position: absolute;
      top: 11.2vw;
      right: 5.3333333333vw;
      z-index: 20; }
  .top .block05 .block_text {
    width: 92vw;
    margin: 0 auto 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 8vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400 !important;
    color: #81766b; }
.top .block06 {
  width: 92vw;
  margin: 37.3333333333vw auto 16vw;
  position: relative;
  display: block; }
  .top .block06 .wrap {
    width: 100%;
    position: relative; }
    .top .block06 .wrap .title {
      font-size: 7.4666666667vw;
      line-height: 7.4666666667vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700 !important;
      color: #81766b;
      margin-bottom: 11.2vw; }
    .top .block06 .wrap .news-list {
      width: 100%;
      border-top: 1px solid #000;
      position: relative; }
      .top .block06 .wrap .news-list .news-item {
        width: 100%;
        height: 24vw;
        border-bottom: 1px solid #000;
        padding: 0 12vw 0 2.6666666667vw;
        position: relative; }
        .top .block06 .wrap .news-list .news-item .item_link {
          width: 100%;
          height: 24vw;
          display: flex;
          align-items: flex-start;
          justify-content: center;
          flex-flow: column; }
          .top .block06 .wrap .news-list .news-item .item_link .day {
            font-size: 3.4666666667vw;
            line-height: 3.4666666667vw;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 400 !important;
            color: #81766b;
            margin-right: 4vw;
            display: block; }
          .top .block06 .wrap .news-list .news-item .item_link .item-name {
            font-size: 4vw;
            line-height: 6.4vw;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 400 !important;
            color: #81766b;
            display: block; }
          .top .block06 .wrap .news-list .news-item .item_link .button05 {
            width: 6.4vw;
            height: 6.4vw;
            background-color: #81766b;
            border-radius: 5.3333333333vw;
            position: absolute;
            top: 8.8vw;
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: 0.3s; }
            .top .block06 .wrap .news-list .news-item .item_link .button05 .btn05 {
              width: 6.4vw;
              vertical-align: bottom; }
          .top .block06 .wrap .news-list .news-item .item_link:hover .button05 {
            background-color: #e2b04a; }
      .top .block06 .wrap .news-list .button02 {
        width: 19.7333333333vw;
        height: 19.7333333333vw;
        background-color: #e2b04a;
        border-radius: 19.7333333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 6.6666666667vw 0 0 auto;
        cursor: pointer;
        transition: 0.3s;
        z-index: 20; }
        .top .block06 .wrap .news-list .button02 .btn02 {
          width: 19.7333333333vw;
          vertical-align: bottom; }
        .top .block06 .wrap .news-list .button02:hover {
          background-color: #81766b; }
    .top .block06 .wrap.right {
      margin: 10.6666666667vw 0 0; }
    .top .block06 .wrap .logo {
      width: 46.9333333333vw;
      margin: 4vw 0 5.3333333333vw; }
    .top .block06 .wrap .text {
      font-size: 4vw;
      line-height: 8vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400 !important;
      color: #81766b;
      margin-bottom: 4vw; }
    .top .block06 .wrap .link {
      width: 61.3333333333vw;
      height: 10.6666666667vw;
      background-color: #81766b;
      border-radius: 10.6666666667vw;
      font-size: 4vw;
      line-height: 4vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 5.3333333333vw;
      cursor: pointer;
      transition: 0.3s; }
      .top .block06 .wrap .link:hover {
        background-color: #e2b04a; }
    .top .block06 .wrap .map {
      width: 100%;
      height: 58.6666666667vw; }

/* 事業紹介
-----------------------*/
.service {
  background-color: #f2f0ea; }
  .service .eyecatch {
    width: 100%;
    height: 42.6666666667vw;
    position: relative; }
    .service .eyecatch .eyeimg {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .service .eyecatch .pagetitle {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 6.4vw;
      line-height: 6.4vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    .service .eyecatch::before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #736357;
      opacity: 0.3;
      position: absolute;
      top: 0;
      left: 0;
      mix-blend-mode: multiply; }
  .service .block01 {
    padding: 8vw 0 18.6666666667vw;
    position: relative; }
    .service .block01 .text {
      width: 92vw;
      margin: 0 auto;
      font-size: 5.3333333333vw;
      line-height: 11.2vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #81766b;
      text-align: center;
      position: relative; }
      .service .block01 .text .top02 {
        display: block;
        width: 18.6666666667vw;
        position: absolute;
        bottom: -14.6666666667vw;
        right: 0; }
  .service .block02 {
    margin: 0 auto 24vw; }
    .service .block02 .wrap {
      width: 74.6666666667vw;
      display: block;
      margin: 0 auto 10.6666666667vw; }
      .service .block02 .wrap .inner {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-flow: column;
        margin: 0 0 13.3333333333vw; }
        .service .block02 .wrap .inner .itemtitle {
          width: 74.6666666667vw;
          height: 18.6666666667vw;
          font-size: 5.3333333333vw;
          line-height: 5.3333333333vw;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          color: #81766b;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-bottom: 5.3333333333vw;
          position: relative;
          background-image: url(../img/top/top_13.webp);
          background-repeat: no-repeat;
          background-size: 100%; }
        .service .block02 .wrap .inner .text {
          width: 100%;
          height: 39.4666666667vw;
          margin: 0 auto 4.8vw;
          font-size: 3.7333333333vw;
          line-height: 6.4vw;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          color: #81766b;
          text-align: center;
          position: relative; }
          .service .block02 .wrap .inner .text .inner-wrapper {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0; }
            .service .block02 .wrap .inner .text .inner-wrapper .name {
              width: 100%;
              margin: 1.6vw auto 0;
              height: 5.8666666667vw;
              font-size: 3.7333333333vw;
              line-height: 3.7333333333vw;
              font-family: "Zen Kaku Gothic New", sans-serif;
              font-weight: 500 !important;
              color: #fff;
              display: flex;
              align-items: center;
              justify-content: flex-start;
              padding-left: 4.2666666667vw;
              font-feature-settings: "palt";
              position: relative; }
              .service .block02 .wrap .inner .text .inner-wrapper .name.land {
                background-color: #a7977e; }
              .service .block02 .wrap .inner .text .inner-wrapper .name.fire {
                background-color: #d88e74; }
              .service .block02 .wrap .inner .text .inner-wrapper .name.water {
                background-color: #84c1cf; }
              .service .block02 .wrap .inner .text .inner-wrapper .name.wind {
                background-color: #80bea5;
                font-size: 3.4666666667vw !important;
                line-height: 3.4666666667vw !important; }
          .service .block02 .wrap .inner .text .land-image {
            width: 20.8vw;
            position: absolute;
            bottom: 1.3333333333vw;
            right: 5.8666666667vw; }
          .service .block02 .wrap .inner .text .fire-image {
            width: 25.8666666667vw;
            position: absolute;
            bottom: 1.3333333333vw;
            right: 0.5333333333vw; }
          .service .block02 .wrap .inner .text .wind-image {
            width: 19.4666666667vw;
            position: absolute;
            bottom: 1.3333333333vw;
            right: 0.5333333333vw; }
        .service .block02 .wrap .inner .image {
          width: 100%;
          objecti-fit: cover; }
      .service .block02 .wrap .itemlist {
        width: 100%;
        min-width: 74.6666666667vw;
        margin-top: 4vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-flow: column; }
        .service .block02 .wrap .itemlist .itemlist_indexname {
          width: 100%;
          height: 8vw;
          border-radius: 8vw;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 3.7333333333vw;
          line-height: 3.7333333333vw;
          color: #fff;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          font-feature-settings: "palt";
          background-color: #e2b04a;
          margin-bottom: 2.6666666667vw;
          padding: 0 6.6666666667vw;
          position: relative; }
          .service .block02 .wrap .itemlist .itemlist_indexname.mini {
            font-size: 3.4666666667vw !important;
            line-height: 3.4666666667vw !important; }
          .service .block02 .wrap .itemlist .itemlist_indexname .btn03 {
            width: 5.3333333333vw;
            margin-left: 2.1333333333vw;
            vertical-align: bottom;
            position: absolute;
            top: 1.3333333333vw;
            right: 3.4666666667vw;
            transform: rotate(90deg); }
    .service .block02 .inner-block {
      width: 92vw;
      height: 25.3333333333vw;
      margin: 0 auto;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 5.8666666667vw;
      line-height: 9.6vw;
      color: #81766b;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700 !important;
      text-align: center; }
  .service .block03 {
    margin: 0 auto; }
    .service .block03 .item-block {
      width: 100%;
      padding: 12.2666666667vw 0 16vw; }
      .service .block03 .item-block:nth-child(2n+1) {
        background-color: #fff; }
      .service .block03 .item-block .item-block-inner {
        width: 92vw;
        margin: 0 auto; }
        .service .block03 .item-block .item-block-inner .item-category {
          width: fit-content;
          border-bottom: 1px solid #81766b;
          font-size: 3.7333333333vw;
          line-height: 3.7333333333vw;
          color: #81766b;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          padding-bottom: 0.8vw;
          margin-bottom: 5.3333333333vw; }
        .service .block03 .item-block .item-block-inner .item-name {
          font-size: 7.4666666667vw;
          line-height: 7.4666666667vw;
          color: #e2b04a;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700 !important;
          margin-bottom: 8vw; }
        .service .block03 .item-block .item-block-inner .content {
          width: 100%;
          display: block; }
          .service .block03 .item-block .item-block-inner .content .item-maintext {
            width: 100%;
            font-size: 3.7333333333vw;
            line-height: 8.8vw;
            color: #81766b;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 500 !important;
            font-feature-settings: "palt";
            margin-bottom: 10.6666666667vw; }
            .service .block03 .item-block .item-block-inner .content .item-maintext .item-maintext-inner {
              width: 100%;
              margin-top: 4vw;
              font-size: 3.7333333333vw;
              line-height: 5.3333333333vw;
              color: #81766b;
              font-family: "Zen Kaku Gothic New", sans-serif;
              font-weight: 500 !important; }
              .service .block03 .item-block .item-block-inner .content .item-maintext .item-maintext-inner .border {
                display: block;
                width: fit-content;
                border: 1px solid #81766b;
                padding: 0.5333333333vw;
                line-height: 3.7333333333vw;
                margin: 2.6666666667vw 0 1.3333333333vw; }
              .service .block03 .item-block .item-block-inner .content .item-maintext .item-maintext-inner .text {
                font-size: 4vw;
                text-decoration: underline; }
              .service .block03 .item-block .item-block-inner .content .item-maintext .item-maintext-inner .outlink {
                text-decoration: underline;
                color: inherit; }
          .service .block03 .item-block .item-block-inner .content .photo-wrap {
            width: 92vw;
            height: 54.9333333333vw; }
            .service .block03 .item-block .item-block-inner .content .photo-wrap .service_swiper {
              overflow: hidden;
              position: relative;
              border-radius: 0.5333333333vw;
              width: 100%;
              height: 100%; }
            .service .block03 .item-block .item-block-inner .content .photo-wrap .slider {
              width: 100%;
              height: 100%; }
              .service .block03 .item-block .item-block-inner .content .photo-wrap .slider .slide_content {
                width: 100%;
                height: 100%; }
                .service .block03 .item-block .item-block-inner .content .photo-wrap .slider .slide_content .photo {
                  width: 100%;
                  height: 100%;
                  object-fit: cover; }
            .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper {
              width: 100%;
              height: 8vw;
              display: flex;
              align-items: flex-start;
              justify-content: center;
              bottom: -4vw;
              position: relative; }
              .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-pagination_2 {
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                width: fit-content;
                height: 6.4vw;
                margin: 0 21.3333333333vw; }
              .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-pagination_2 span {
                width: 2.1333333333vw;
                height: 2.1333333333vw;
                margin: 0 1.0666666667vw !important;
                background-color: #d7ccba;
                border-radius: 100%;
                opacity: 1; }
                .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-pagination_2 span.swiper-pagination-bullet-active {
                  background-color: #bea99a; }
              .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-button2-prev {
                width: 3.2vw;
                height: 3.2vw;
                transform: rotate(45deg);
                cursor: pointer;
                position: absolute;
                top: -32vw;
                left: 2.6666666667vw;
                z-index: 99; }
                .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-button2-prev::before {
                  content: "";
                  width: 3.2vw;
                  height: 0.8vw;
                  background-color: #fff;
                  border-radius: 0.8vw;
                  position: absolute;
                  bottom: 0;
                  left: 0; }
                .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-button2-prev::after {
                  content: "";
                  width: 0.8vw;
                  height: 3.2vw;
                  background-color: #fff;
                  border-radius: 0.8vw;
                  position: absolute;
                  bottom: 0;
                  left: 0; }
              .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-button2-next {
                width: 3.2vw;
                height: 3.2vw;
                transform: rotate(45deg);
                cursor: pointer;
                position: absolute;
                top: -32vw;
                right: 2.6666666667vw;
                z-index: 99; }
                .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-button2-next::before {
                  content: "";
                  width: 3.2vw;
                  height: 0.8vw;
                  background-color: #fff;
                  border-radius: 0.8vw;
                  position: absolute;
                  top: 0;
                  left: 0; }
                .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-button2-next::after {
                  content: "";
                  width: 0.8vw;
                  height: 3.2vw;
                  background-color: #fff;
                  border-radius: 0.8vw;
                  position: absolute;
                  top: 0;
                  right: 0; }
              .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .slide-dots {
                position: absolute;
                bottom: -4vw;
                right: 0;
                display: flex;
                padding-right: 7.4666666667vw;
                z-index: 90; }
                .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .slide-dots .indicator {
                  width: 1.8666666667vw;
                  height: 1.8666666667vw;
                  border-radius: 1.8666666667vw;
                  background-color: #E1DCD3;
                  margin: 0 1.0666666667vw;
                  transition: 1s; }
                  .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .slide-dots .indicator.dot_active {
                    background-color: #3E603B; }
              .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper.slider_sp {
                display: none; }

/* 企業情報
-----------------------*/
.about {
  background-color: #f2f0ea; }
  .about .eyecatch {
    width: 100%;
    height: 42.6666666667vw;
    position: relative; }
    .about .eyecatch .eyeimg {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .about .eyecatch .pagetitle {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 6.4vw;
      line-height: 6.4vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    .about .eyecatch::before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #736357;
      opacity: 0.3;
      position: absolute;
      top: 0;
      left: 0;
      mix-blend-mode: multiply; }
  .about .block01 {
    padding: 8vw 0 12vw;
    position: relative; }
    .about .block01 .page-menu {
      width: 92vw;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .about .block01 .page-menu .menu-list {
        width: 43.7333333333vw;
        height: 9.6vw;
        border-radius: 10.6666666667vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4.2666666667vw;
        line-height: 4.2666666667vw;
        color: #fff;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        background-color: #e2b04a;
        position: relative; }
        .about .block01 .page-menu .menu-list .btn03 {
          width: 4.2666666667vw;
          vertical-align: bottom;
          position: absolute;
          top: 3.2vw;
          right: 3.2vw;
          transform: rotate(90deg); }
      .about .block01 .page-menu li:nth-child(2n+1) .menu-list {
        margin: 0 4.5333333333vw 3.7333333333vw 0; }
      .about .block01 .page-menu li:nth-child(2n) .menu-list {
        margin: 0 0 3.7333333333vw; }
  .about .block02 {
    padding: 16vw 0 18.6666666667vw;
    background-color: #fff;
    position: relative; }
    .about .block02 .content {
      width: 92vw;
      margin: 0 auto; }
      .about .block02 .content .block-title {
        width: 100%;
        font-size: 6.1333333333vw;
        line-height: 6.1333333333vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center; }
      .about .block02 .content .block-title-rubi {
        width: 100%;
        font-size: 2.6666666667vw;
        line-height: 2.6666666667vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 3.2vw 0 5.3333333333vw; }
      .about .block02 .content .about02 {
        width: 82.6666666667vw;
        margin: 0 auto 7.2vw;
        display: block; }
      .about .block02 .content .about03 {
        width: 89.3333333333vw;
        margin: 0 auto;
        display: block; }
  .about .block03 {
    padding: 16vw 0;
    position: relative; }
    .about .block03 .content {
      width: 92vw;
      margin: 0 auto; }
      .about .block03 .content .block-title {
        width: 100%;
        font-size: 6.1333333333vw;
        line-height: 6.1333333333vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center; }
      .about .block03 .content .block-title-rubi {
        width: 100%;
        font-size: 2.6666666667vw;
        line-height: 2.6666666667vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 3.2vw 0 10.6666666667vw; }
      .about .block03 .content .subtitle {
        width: 92vw;
        color: #e2b04a;
        font-size: 5.3333333333vw;
        line-height: 11.2vw;
        color: #e2b04a;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 0 auto 14.4vw; }
      .about .block03 .content .text {
        width: 100%;
        font-size: 3.7333333333vw;
        line-height: 8.8vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        margin: 0 auto 10.6666666667vw; }
      .about .block03 .content .about04 {
        width: 100%;
        margin: 0 auto;
        display: block; }
  .about .block04 {
    padding: 16vw 0;
    background-color: #fff;
    position: relative; }
    .about .block04 .content {
      width: 92vw;
      margin: 0 auto; }
      .about .block04 .content .block-title {
        width: 100%;
        font-size: 6.1333333333vw;
        line-height: 6.1333333333vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center; }
      .about .block04 .content .block-title-rubi {
        width: 100%;
        font-size: 2.6666666667vw;
        line-height: 2.6666666667vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 4.5333333333vw 0 13.3333333333vw; }
      .about .block04 .content .tr {
        width: 100%;
        height: 18.6666666667vw;
        margin: 0 auto;
        border-top: 1px solid #dedede;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .about .block04 .content .tr:last-child {
          border-bottom: 1px solid #dedede; }
        .about .block04 .content .tr .tr-name {
          width: 30%;
          height: 18.6666666667vw;
          font-size: 3.7333333333vw;
          line-height: 3.7333333333vw;
          color: #81766b;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700 !important;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
        .about .block04 .content .tr .tr-text {
          width: 70%;
          height: 18.6666666667vw;
          font-size: 3.7333333333vw;
          line-height: 5.8666666667vw;
          color: #81766b;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700 !important;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
  .about .block05 {
    padding: 18.6666666667vw 0 2.6666666667vw;
    position: relative; }
    .about .block05 .content {
      width: 92vw;
      margin: 0 auto; }
      .about .block05 .content .block-title {
        width: 100%;
        font-size: 6.1333333333vw;
        line-height: 6.1333333333vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center; }
      .about .block05 .content .block-title-rubi {
        width: 100%;
        font-size: 2.6666666667vw;
        line-height: 2.6666666667vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 4.5333333333vw 0 16vw; }
      .about .block05 .content .photo {
        width: 92vw;
        margin: 0 0 9.3333333333vw;
        position: relative; }
        .about .block05 .content .photo .wrap {
          width: 53.3333333333vw;
          height: 25.0666666667vw;
          background-color: #e2b04a;
          padding: 4.2666666667vw 7.4666666667vw;
          position: absolute;
          bottom: 0;
          right: 0; }
          .about .block05 .content .photo .wrap .line01 {
            font-size: 3.2vw;
            line-height: 3.2vw;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 700 !important;
            color: #fff;
            margin-bottom: 2.6666666667vw;
            display: block; }
          .about .block05 .content .photo .wrap .line02 {
            font-size: 5.3333333333vw;
            line-height: 5.3333333333vw;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 700 !important;
            color: #fff;
            margin-bottom: 2.6666666667vw;
            display: block; }
          .about .block05 .content .photo .wrap .line03 {
            font-size: 2.6666666667vw;
            line-height: 2.6666666667vw;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 700 !important;
            color: #fff;
            display: block; }
        .about .block05 .content .photo .photo-minister {
          display: block;
          width: 48vw;
          margin: 0; }
      .about .block05 .content .text {
        width: 100%;
        font-size: 3.7333333333vw;
        line-height: 8.8vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        margin-bottom: 2.6666666667vw; }
      .about .block05 .content .sign {
        width: 100%;
        font-size: 3.7333333333vw;
        line-height: 8.8vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: right;
        margin-bottom: 16vw; }
  .about .block06 {
    padding: 18.6666666667vw 0;
    background-color: #fff;
    position: relative; }
    .about .block06 .content {
      width: 92vw;
      margin: 0 auto; }
      .about .block06 .content .block-title {
        width: 100%;
        font-size: 6.1333333333vw;
        line-height: 6.1333333333vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center; }
      .about .block06 .content .block-title-rubi {
        width: 100%;
        font-size: 2.6666666667vw;
        line-height: 2.6666666667vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 4.5333333333vw 0 13.3333333333vw; }
      .about .block06 .content .tr {
        width: 100%;
        height: fit-content;
        margin: 0 auto;
        padding: 6.6666666667vw 0;
        border-top: 1px solid #dedede;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start; }
        .about .block06 .content .tr:last-child {
          border-bottom: 1px solid #dedede; }
        .about .block06 .content .tr .tr-name {
          width: 18.6666666667vw;
          font-size: 3.7333333333vw;
          line-height: 6.9333333333vw;
          color: #81766b;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700 !important;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
        .about .block06 .content .tr .tr-text {
          width: 73.3333333333vw;
          font-size: 3.7333333333vw;
          line-height: 6.9333333333vw;
          color: #81766b;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700 !important;
          display: flex;
          align-items: center;
          justify-content: flex-start; }

/* スタッフ紹介
-----------------------*/
.staff {
  background-color: #f2f0ea;
  padding-bottom: 21.3333333333vw; }
  .staff .eyecatch {
    width: 100%;
    height: 42.6666666667vw;
    position: relative; }
    .staff .eyecatch .eyeimg {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .staff .eyecatch .pagetitle {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 6.4vw;
      line-height: 6.4vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    .staff .eyecatch::before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #736357;
      opacity: 0.3;
      position: absolute;
      top: 0;
      left: 0;
      mix-blend-mode: multiply; }
  .staff .block01 {
    padding: 10.6666666667vw 0 16vw;
    position: relative; }
    .staff .block01 .text {
      width: 92vw;
      margin: 0 auto;
      font-size: 5.3333333333vw;
      line-height: 11.2vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700 !important;
      color: #81766b;
      text-align: center;
      position: relative; }
      .staff .block01 .text .top02 {
        display: block;
        width: 28.5333333333vw;
        position: absolute;
        bottom: -20vw;
        right: 8vw; }
      .staff .block01 .text .staff02 {
        display: block;
        width: 92vw;
        margin: 8vw auto 10.6666666667vw; }
      .staff .block01 .text .staff03 {
        display: block;
        width: 92vw; }
  .staff .block02 {
    width: 92vw;
    margin: 0 auto; }
    .staff .block02 .wrap {
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap; }
      .staff .block02 .wrap .item {
        width: 44vw;
        margin: 0 0 13.3333333333vw; }
        .staff .block02 .wrap .item .photo {
          width: 44vw;
          height: 44vw;
          display: block;
          object-fit: cover; }
        .staff .block02 .wrap .item .name {
          width: 100%;
          margin: 4vw 0 2.6666666667vw;
          font-size: 4.8vw;
          line-height: 4.8vw;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700 !important;
          color: #81766B;
          text-align: left; }
        .staff .block02 .wrap .item .group, .staff .block02 .wrap .item .job {
          width: 100%;
          margin: 0;
          font-size: 3.2vw;
          line-height: 5.3333333333vw;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          color: #81766B;
          text-align: left; }
        .staff .block02 .wrap .item .introduce {
          width: 100%;
          margin: 1.3333333333vw 0 0;
          font-size: 3.2vw;
          line-height: 5.3333333333vw;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          color: #81766B;
          text-align: left; }

/* お知らせ
-----------------------*/
.news {
  background-color: #f2f0ea;
  padding-bottom: 16vw; }
  .news .eyecatch {
    width: 100%;
    height: 42.6666666667vw;
    position: relative; }
    .news .eyecatch .eyeimg {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .news .eyecatch .pagetitle {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 6.4vw;
      line-height: 6.4vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    .news .eyecatch::before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #736357;
      opacity: 0.3;
      position: absolute;
      top: 0;
      left: 0;
      mix-blend-mode: multiply; }
  .news .block01 {
    padding: 5.3333333333vw 0 10.6666666667vw;
    position: relative; }
    .news .block01 .item_ul {
      width: 92vw;
      margin: 0 auto; }
      .news .block01 .item_ul .item_li {
        width: 100%;
        border-bottom: 1px solid #BEA99A; }
        .news .block01 .item_ul .item_li:nth-child(1) {
          border-top: 1px solid #BEA99A; }
        .news .block01 .item_ul .item_li .news-item {
          width: 100%;
          padding: 8vw 0 4vw;
          display: block;
          position: relative; }
          .news .block01 .item_ul .item_li .news-item .thumbnail {
            width: 86.9333333333vw;
            height: 50.1333333333vw;
            margin-bottom: 2.6666666667vw; }
            .news .block01 .item_ul .item_li .news-item .thumbnail .image {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          .news .block01 .item_ul .item_li .news-item .text {
            width: 92vw; }
            .news .block01 .item_ul .item_li .news-item .text .day {
              font-size: 3.4666666667vw;
              line-height: 3.4666666667vw;
              font-family: "Zen Kaku Gothic New", sans-serif;
              font-weight: 400 !important;
              color: #81766B;
              text-align: left; }
            .news .block01 .item_ul .item_li .news-item .text .item-name {
              font-size: 4.8vw;
              line-height: 6.1333333333vw;
              font-family: "Zen Kaku Gothic New", sans-serif;
              font-weight: 700 !important;
              color: #81766B;
              text-align: left;
              margin-top: 2.1333333333vw; }
            .news .block01 .item_ul .item_li .news-item .text .content {
              font-size: 3.7333333333vw;
              line-height: 6.1333333333vw;
              font-family: "Zen Kaku Gothic New", sans-serif;
              font-weight: 500 !important;
              color: #81766B;
              text-align: left;
              margin-top: 3.2vw; }
          .news .block01 .item_ul .item_li .news-item::before {
            content: "";
            width: 8vw;
            height: 8vw;
            background: url(../../../../wp-content/themes/kwd-v/img/news_02.webp);
            background-size: 100%;
            position: absolute;
            right: 0;
            top: 56.5333333333vw;
            transition: 0.3s; }
        .news .block01 .item_ul .item_li:hover .news-item::before {
          content: "";
          background: url(../../../../wp-content/themes/kwd-v/img/news_02-2.webp);
          background-size: 100%; }
        .news .block01 .item_ul .item_li.fadeout {
          opacity: 0;
          visibility: hidden;
          transform: translateY(15px);
          transition: opacity 1s, visibility 1s, transform 1s; }
        .news .block01 .item_ul .item_li.fadein {
          opacity: 1;
          visibility: visible;
          transform: translateY(0);
          transition: 1s; }
    .news .block01 .more-flag:nth-child(n+7) {
      display: none; }
    .news .block01 .more-fade {
      opacity: 0;
      visibility: hidden;
      transform: translateY(15px);
      transition: opacity 1s, visibility 1s, transform 1s; }
    .news .block01 .more-fadein {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
    .news .block01 .morebtn {
      width: 38.9333333333vw;
      height: 8vw;
      margin: 19.2vw auto 0;
      background-color: #81766B;
      border-radius: 8vw;
      font-size: 3.2vw;
      line-height: 3.2vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700 !important;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .news .block01 .morebtn.hide {
        display: none; }
  .news .block-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity 1s, visibility 1s, transform 1s; }
  .news .block-fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); }
  .news .news-detail {
    width: 92vw;
    margin: 5.3333333333vw auto 0; }
    .news .news-detail .day {
      font-size: 3.4666666667vw;
      line-height: 3.4666666667vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400 !important;
      color: #81766B;
      text-align: left;
      letter-spacing: 0.2666666667vw; }
    .news .news-detail .title {
      font-size: 4.8vw;
      line-height: 4.8vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700 !important;
      color: #81766B;
      text-align: left;
      margin-top: 2.6666666667vw; }
    .news .news-detail .photo {
      width: 92vw;
      margin: 8vw auto 5.3333333333vw; }
      .news .news-detail .photo .cover {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .news .news-detail .maintext {
      width: 100%;
      margin-bottom: 10.6666666667vw; }
      .news .news-detail .maintext p {
        font-size: 3.7333333333vw;
        line-height: 8vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766B;
        text-align: left; }
    .news .news-detail .navigation {
      width: 100%;
      margin: 0 auto;
      border-top: 1px solid #BEA99A;
      padding-top: 10.6666666667vw;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .news .news-detail .navigation .all-btn {
        width: 38.9333333333vw;
        height: 8vw;
        margin: 0 1.3333333333vw;
        background-color: #81766B;
        border-radius: 8vw;
        font-size: 3.2vw;
        line-height: 3.2vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
      .news .news-detail .navigation .prev-btn {
        width: 8vw;
        height: 8vw;
        border-radius: 8vw;
        background-color: #81766b;
        font-size: 4.2666666667vw;
        line-height: 4.2666666667vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #000;
        position: relative; }
        .news .news-detail .navigation .prev-btn:before {
          content: "";
          border-bottom: 1px solid #fff;
          border-left: 1px solid #fff;
          width: 1.8666666667vw;
          height: 1.8666666667vw;
          transform: rotate(45deg);
          position: absolute;
          top: 2.9333333333vw;
          right: 2.6666666667vw; }
        .news .news-detail .navigation .prev-btn .nav-title {
          display: none; }
      .news .news-detail .navigation .next-btn {
        width: 8vw;
        height: 8vw;
        border-radius: 8vw;
        background-color: #81766b;
        font-size: 4.2666666667vw;
        line-height: 4.2666666667vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #000;
        position: relative; }
        .news .news-detail .navigation .next-btn:before {
          content: "";
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          width: 1.8666666667vw;
          height: 1.8666666667vw;
          transform: rotate(45deg);
          position: absolute;
          top: 2.9333333333vw;
          left: 2.6666666667vw; }
        .news .news-detail .navigation .next-btn .nav-title {
          display: none; }

/* お問い合せ
-----------------------*/
.contact {
  background-color: #f2f0ea;
  padding-bottom: 21.3333333333vw; }
  .contact .eyecatch {
    width: 100%;
    height: 42.6666666667vw;
    position: relative; }
    .contact .eyecatch .eyeimg {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .contact .eyecatch .pagetitle {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 6.4vw;
      line-height: 6.4vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    .contact .eyecatch::before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #736357;
      opacity: 0.3;
      position: absolute;
      top: 0;
      left: 0;
      mix-blend-mode: multiply; }
  .contact .block01 {
    width: 92vw;
    margin: 0 auto;
    padding: 8vw 0 0;
    position: relative; }
    .contact .block01 .text {
      width: 100%;
      margin: 0 auto 5.3333333333vw;
      font-size: 3.7333333333vw;
      line-height: 8.5333333333vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #81766b;
      text-align: left;
      position: relative; }
  .contact .block02 {
    width: 92vw;
    margin: 0 auto; }
    .contact .block02 .wrap {
      width: 100%;
      border-bottom: 1px solid #BEA99A;
      padding: 6.4vw 0;
      display: block;
      position: relative; }
      .contact .block02 .wrap:nth-child(1) {
        border-top: 1px solid #BEA99A; }
      .contact .block02 .wrap .name {
        width: 49.3333333333vw;
        font-size: 4vw;
        line-height: 4vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: left;
        margin-bottom: 2.6666666667vw; }
        .contact .block02 .wrap .name.hissu {
          position: relative; }
          .contact .block02 .wrap .name.hissu::before {
            content: "必須";
            width: 8vw;
            height: 4.2666666667vw;
            border-radius: 0.8vw;
            font-size: 2.6666666667vw;
            line-height: 2.6666666667vw;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 400 !important;
            color: #fff;
            background-color: #e2b04a;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            right: 0; }
        .contact .block02 .wrap .name.free {
          position: relative; }
          .contact .block02 .wrap .name.free::before {
            content: "任意";
            width: 8vw;
            height: 4.2666666667vw;
            border-radius: 0.8vw;
            font-size: 2.6666666667vw;
            line-height: 2.6666666667vw;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 400 !important;
            color: #fff;
            background-color: #81766b;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0;
            right: 0; }
      .contact .block02 .wrap .select {
        width: 80vw;
        height: 12.2666666667vw;
        background-color: #fff;
        border: 2px solid #bea99a;
        border-radius: 1.8666666667vw;
        font-size: 4.2666666667vw;
        line-height: 4.2666666667vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: left;
        padding: 0 2.6666666667vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative; }
        .contact .block02 .wrap .select:has(option:checked[value="選択してください"]) {
          color: #bbb; }
      .contact .block02 .wrap .wrap-sp {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
      .contact .block02 .wrap .input-s {
        width: 37.3333333333vw;
        height: 12.2666666667vw;
        background-color: #fff;
        border: 2px solid #bea99a;
        border-radius: 1.8666666667vw;
        font-size: 4.2666666667vw;
        line-height: 4.2666666667vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: left;
        padding: 0 2.6666666667vw;
        margin-right: 4vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative; }
        .contact .block02 .wrap .input-s::placeholder {
          color: #bbb; }
      .contact .block02 .wrap .input-l {
        width: 100%;
        height: 12.2666666667vw;
        background-color: #fff;
        border: 2px solid #bea99a;
        border-radius: 1.8666666667vw;
        font-size: 4vw;
        line-height: 4vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: left;
        padding: 0 2.6666666667vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative; }
        .contact .block02 .wrap .input-l::placeholder {
          color: #bbb; }
      .contact .block02 .wrap .inputarea {
        width: 100%;
        height: 37.8666666667vw;
        background-color: #fff;
        border: 2px solid #bea99a;
        border-radius: 1.8666666667vw;
        font-size: 4vw;
        line-height: 5.8666666667vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: left;
        padding: 2.6666666667vw 2.6666666667vw;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative; }
        .contact .block02 .wrap .inputarea::placeholder {
          color: #bbb; }
      .contact .block02 .wrap .error {
        position: absolute;
        font-size: 3.2vw;
        line-height: 3.2vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #c43024;
        text-align: left;
        bottom: 1.3333333333vw;
        right: 0; }
      .contact .block02 .wrap:nth-child(5) {
        padding: 6.4vw 0 9.3333333333vw; }
        .contact .block02 .wrap:nth-child(5)::after {
          content: "※電話番号はハイフン（-）不要です。";
          width: 57.3333333333vw;
          height: 4.2666666667vw;
          font-size: 3.2vw;
          line-height: 3.2vw;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 400 !important;
          color: #81766b;
          position: absolute;
          bottom: 2.1333333333vw;
          left: 0; }
    .contact .block02 .privacy {
      display: block;
      width: fit-content;
      margin: 10.6666666667vw auto 16vw;
      font-size: 3.7333333333vw;
      line-height: 3.7333333333vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #e95a24;
      border-bottom: 1px solid #e95a24; }
    .contact .block02 .sendbutton {
      width: 100%;
      height: fit-content;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column-reverse; }
      .contact .block02 .sendbutton .btn {
        width: 77.3333333333vw;
        height: 18.6666666667vw;
        margin: 0 4vw;
        border-radius: 18.6666666667vw;
        border: none;
        background-color: #e2b04a;
        font-size: 4.8vw;
        line-height: 4.8vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
      .contact .block02 .sendbutton .btn[name="send"] {
        background-color: #d75a4e; }
      .contact .block02 .sendbutton .return {
        width: 53.3333333333vw;
        height: 8vw;
        margin: 0 4vw 12vw;
        border-radius: 18.6666666667vw;
        border: 1px solid #81766b;
        background-color: #fff;
        font-size: 3.7333333333vw;
        line-height: 3.7333333333vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative; }
    .contact .block02 .contact_prevew {
      margin-top: 10.6666666667vw; }
      .contact .block02 .contact_prevew .check-title {
        width: 100%;
        margin: 10.6666666667vw auto 5.3333333333vw;
        font-size: 5.3333333333vw;
        line-height: 5.3333333333vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: center; }
      .contact .block02 .contact_prevew .text {
        width: 100%;
        margin: 0 auto 5.3333333333vw;
        font-size: 3.7333333333vw;
        line-height: 8vw;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: left;
        position: relative; }
      .contact .block02 .contact_prevew.finish {
        margin-top: 10.6666666667vw; }
        .contact .block02 .contact_prevew.finish .return {
          margin-top: 10.6666666667vw; }
  .contact.privacy {
    padding-bottom: 5.3333333333vw; }
    .contact.privacy .title {
      width: 100%;
      margin: 0 auto 2.6666666667vw;
      font-size: 4.8vw;
      line-height: 4.8vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700 !important;
      color: #81766b;
      text-align: left;
      position: relative; }
    .contact.privacy .text {
      width: 100%;
      margin: 0 auto 10.6666666667vw;
      font-size: 3.7333333333vw;
      line-height: 8vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #81766b;
      text-align: left;
      position: relative; }

/* 採用情報
-----------------------*/
.recruit {
  background-color: #f2f0ea; }
  .recruit .eyecatch {
    width: 100%;
    height: 42.6666666667vw;
    position: relative; }
    .recruit .eyecatch .eyeimg {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .recruit .eyecatch .pagetitle {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 6.4vw;
      line-height: 6.4vw;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    .recruit .eyecatch::before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #736357;
      opacity: 0.3;
      position: absolute;
      top: 0;
      left: 0;
      mix-blend-mode: multiply; }
  .recruit .block01 {
    padding: 10.6666666667vw 0 18.6666666667vw;
    position: relative; }
    .recruit .block01 .page-menu {
      width: 92vw;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .recruit .block01 .page-menu .menu-list {
        width: 43.7333333333vw;
        height: 9.6vw;
        border-radius: 9.6vw;
        margin: 0 0 4vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4.2666666667vw;
        line-height: 4.2666666667vw;
        color: #fff;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        background-color: #e2b04a;
        position: relative; }
        .recruit .block01 .page-menu .menu-list .sp {
          transform: scaleX(75%); }
        .recruit .block01 .page-menu .menu-list .btn03 {
          width: 4.2666666667vw;
          vertical-align: bottom;
          position: absolute;
          top: 3.2vw;
          right: 3.2vw;
          transform: rotate(90deg); }
  .recruit .block02, .recruit .block03, .recruit .block04 {
    padding: 16vw 0 10.6666666667vw;
    position: relative; }
    .recruit .block02.bg, .recruit .block03.bg, .recruit .block04.bg {
      background-color: #fff; }
    .recruit .block02 .content, .recruit .block03 .content, .recruit .block04 .content {
      width: 92vw;
      margin: 0 auto; }
      .recruit .block02 .content .block-title, .recruit .block03 .content .block-title, .recruit .block04 .content .block-title {
        width: fit-content;
        font-size: 9.0666666667vw;
        line-height: 9.0666666667vw;
        color: #e2b04a;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: left;
        border-bottom: 1px solid #81766b;
        padding-bottom: 0.8vw; }
      .recruit .block02 .content .block-title-rubi, .recruit .block03 .content .block-title-rubi, .recruit .block04 .content .block-title-rubi {
        width: fit-content;
        font-size: 3.7333333333vw;
        line-height: 3.7333333333vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: left;
        margin: 3.2vw 0 8vw; }
      .recruit .block02 .content .text, .recruit .block03 .content .text, .recruit .block04 .content .text {
        width: 100%;
        font-size: 3.7333333333vw;
        line-height: 8.8vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        margin: 0 auto 5.3333333333vw; }
  .recruit .block02 .content .subtitle {
    width: 92vw;
    color: #e2b04a;
    font-size: 5.3333333333vw;
    line-height: 11.2vw;
    color: #e2b04a;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700 !important;
    text-align: center;
    margin: 0 auto; }
  .recruit .block02 .content .wrap {
    width: 100%;
    display: block;
    margin: 13.3333333333vw 0 5.3333333333vw; }
    .recruit .block02 .content .wrap:nth-child(2) {
      margin: 8vw 0 16vw; }
    .recruit .block02 .content .wrap .text {
      width: 100%;
      font-size: 3.7333333333vw;
      line-height: 8.8vw;
      color: #81766b;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      margin: 0 auto 2.6666666667vw; }
    .recruit .block02 .content .wrap .recruit01 {
      width: 53.3333333333vw;
      margin: 0 auto;
      display: block; }
    .recruit .block02 .content .wrap .inner {
      width: 100%;
      margin: 8vw auto 0; }
      .recruit .block02 .content .wrap .inner .inner-title {
        width: 100%;
        font-size: 5.3333333333vw;
        line-height: 5.3333333333vw;
        color: #e2b04a;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        margin: 0 auto 4vw; }
      .recruit .block02 .content .wrap .inner .inner-subtitle {
        width: 100%;
        font-size: 4.8vw;
        line-height: 6.4vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        margin: 0 auto 4vw; }
      .recruit .block02 .content .wrap .inner .sign {
        width: 100%;
        font-size: 3.7333333333vw;
        line-height: 8vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        margin: 0 auto 13.3333333333vw;
        text-align: right; }
  .recruit .block03 .content .subtitle {
    width: 92vw;
    color: #e2b04a;
    font-size: 7.4666666667vw;
    line-height: 13.3333333333vw;
    color: #e2b04a;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700 !important;
    text-align: center;
    margin: 0 auto 4vw; }
  .recruit .block03 .content .text {
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 9.0666666667vw;
    color: #81766b;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700 !important;
    text-align: center;
    margin: 0 auto 5.3333333333vw; }
  .recruit .block03 .content .recruit03 {
    width: 92vw;
    display: block;
    margin: 5.3333333333vw auto 10.6666666667vw; }
  .recruit .block04 {
    padding-bottom: 16vw; }
    .recruit .block04 .wrap {
      width: 100%;
      margin: 0 auto 21.3333333333vw; }
      .recruit .block04 .wrap .subtitle {
        width: 92vw;
        font-size: 6.4vw;
        line-height: 8vw;
        color: #e2b04a;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: left;
        margin: 0 auto 2.6666666667vw; }
      .recruit .block04 .wrap .job {
        width: 92vw;
        font-size: 3.2vw;
        line-height: 3.2vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        text-align: left;
        margin: 0 auto 5.3333333333vw; }
      .recruit .block04 .wrap .staff_photo {
        display: block;
        width: 55.4666666667vw;
        object-fit: cover;
        display: block;
        margin: 0 auto 5.3333333333vw; }
      .recruit .block04 .wrap .name {
        width: 92vw;
        font-size: 5.3333333333vw;
        line-height: 5.3333333333vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        margin: 0 auto 9.3333333333vw;
        text-align: center; }
      .recruit .block04 .wrap .pragraph-title {
        width: 92vw;
        font-size: 4.8vw;
        line-height: 4.8vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: left;
        margin: 0 auto 4vw; }
      .recruit .block04 .wrap .pragraph-text {
        width: 92vw;
        font-size: 3.7333333333vw;
        line-height: 6.4vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        text-align: left;
        margin: 0 auto 8vw; }
  .recruit .block05 {
    padding: 26.6666666667vw 0 26.6666666667vw;
    position: relative; }
    .recruit .block05 .content {
      width: 92vw;
      margin: 0 auto; }
      .recruit .block05 .content .block-title {
        width: 100%;
        font-size: 6.1333333333vw;
        line-height: 6.1333333333vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center; }
      .recruit .block05 .content .block-title-rubi {
        width: 100%;
        font-size: 2.6666666667vw;
        line-height: 2.6666666667vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 3.2vw 0 3.2vw; }
      .recruit .block05 .content .summary {
        width: 100%;
        margin: 0 auto 21.3333333333vw; }
        .recruit .block05 .content .summary .wrap {
          width: 100%;
          height: fit-content;
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          padding: 7.4666666667vw 0;
          border-top: 1px solid #dedede; }
          .recruit .block05 .content .summary .wrap:last-child {
            border-bottom: 1px solid #dedede; }
          .recruit .block05 .content .summary .wrap .name {
            width: 18.6666666667vw;
            font-size: 3.7333333333vw;
            line-height: 7.4666666667vw;
            color: #81766b;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 700 !important;
            text-align: left; }
          .recruit .block05 .content .summary .wrap .text {
            width: 73.3333333333vw;
            font-size: 3.7333333333vw;
            line-height: 7.4666666667vw;
            color: #81766b;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 700 !important;
            text-align: left; }
      .recruit .block05 .content .recruit_stop {
        width: 100%;
        font-size: 4vw;
        line-height: 4vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 26.6666666667vw auto; }
      .recruit .block05 .content .link {
        width: 100%;
        font-size: 3.7333333333vw;
        line-height: 3.7333333333vw;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center; }
        .recruit .block05 .content .link .btn {
          display: block;
          width: 61.3333333333vw;
          height: 10.6666666667vw;
          border-radius: 10.6666666667vw;
          margin: 5.3333333333vw auto;
          background-color: #81766b;
          font-size: 4vw;
          line-height: 4vw;
          color: #fff;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center; }

/*# sourceMappingURL=content_sp.css.map */
