@charset "UTF-8";
/* 共通
-----------------------*/
.site-main {
  margin-left: 17%;
  width: 83%; }

.breadcrumbs {
  width: 940px;
  margin: 30px auto 0;
  font-size: 11px;
  line-height: 11px;
  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; }

.page {
  margin: 0; }

.testmode {
  height: 100vh; }
  .testmode .testmodeblock01 {
    padding: 40px 0 75px;
    position: relative; }
    .testmode .testmodeblock01 .testmodetext {
      width: 80%;
      min-width: 940px;
      max-width: 1200px;
      margin: 0 auto;
      font-size: 22px;
      line-height: 50px;
      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: 700px;
  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: 99; }
    .top .eyecatch .eyelogo .top01 {
      width: 712px; }
  .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: 98;
      mix-blend-mode: multiply; }
  .top .eyecatch .slider {
    width: 100%;
    height: 700px; }
    .top .eyecatch .slider .slide_content {
      width: 100%;
      height: 700px; }
      .top .eyecatch .slider .slide_content .eyeimg {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .top .eyecatch .dot-wrapper {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    bottom: -26px;
    position: relative; }
    .top .eyecatch .dot-wrapper .swiper-pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: fit-content;
      height: 24px;
      margin: 0 80px; }
    .top .eyecatch .dot-wrapper .swiper-pagination span {
      width: 10px;
      height: 10px;
      margin: 0 9px !important;
      background-color: #d7ccba;
      border-radius: 100%;
      opacity: 1;
      margin: 0 4px; }
      .top .eyecatch .dot-wrapper .swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #bea99a; }
    .top .eyecatch .dot-wrapper .slide-dots {
      position: absolute;
      bottom: -15px;
      right: 0;
      display: flex;
      padding-right: 28px;
      z-index: 90; }
      .top .eyecatch .dot-wrapper .slide-dots .indicator {
        width: 7px;
        height: 7px;
        border-radius: 7px;
        background-color: #E1DCD3;
        margin: 0 4px;
        transition: 1s; }
        .top .eyecatch .dot-wrapper .slide-dots .indicator.dot_active {
          background-color: #3E603B; }
    .top .eyecatch .dot-wrapper.slider_sp {
      display: none; }
    .top .eyecatch .dot-wrapper .swiper-button-prev {
      width: 17px;
      height: 17px;
      transform: rotate(45deg);
      position: relative; }
      .top .eyecatch .dot-wrapper .swiper-button-prev::before {
        content: "";
        width: 17px;
        height: 3px;
        background-color: #bea99a;
        border-radius: 3px;
        position: absolute;
        bottom: 0;
        left: 0; }
      .top .eyecatch .dot-wrapper .swiper-button-prev::after {
        content: "";
        width: 3px;
        height: 17px;
        background-color: #bea99a;
        border-radius: 3px;
        position: absolute;
        bottom: 0;
        left: 0; }
    .top .eyecatch .dot-wrapper .swiper-button-next {
      width: 17px;
      height: 17px;
      transform: rotate(45deg);
      position: relative; }
      .top .eyecatch .dot-wrapper .swiper-button-next::before {
        content: "";
        width: 17px;
        height: 3px;
        background-color: #bea99a;
        border-radius: 3px;
        position: absolute;
        top: 0;
        left: 0; }
      .top .eyecatch .dot-wrapper .swiper-button-next::after {
        content: "";
        width: 3px;
        height: 17px;
        background-color: #bea99a;
        border-radius: 3px;
        position: absolute;
        top: 0;
        right: 0; }
.top .block01 {
  background-color: #f2f0ea;
  padding: 105px 0 195px;
  position: relative; }
  .top .block01 .text {
    width: 440px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 50px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700 !important;
    color: #81766b;
    text-align: center;
    position: relative; }
    .top .block01 .text .brsp {
      display: none; }
    .top .block01 .text .button01 {
      width: 120px;
      height: 120px;
      background-color: #e2b04a;
      border-radius: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: -83px;
      right: -146px;
      transition: 0.3s; }
      .top .block01 .text .button01 .btn01 {
        width: 105px; }
      .top .block01 .text .button01:hover {
        background-color: #81766b; }
    .top .block01 .text .top02 {
      display: block;
      width: 107px;
      position: absolute;
      bottom: -93px;
      right: -35px; }
.top .block02 {
  padding: 50px 0 10px;
  position: relative;
  background-color: #efeada;
  position: relative; }
  .top .block02::before {
    content: "";
    width: 100%;
    height: 96px;
    background-image: url(../img/top/top_12.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -85px;
    left: 0;
    z-index: 20; }
  .top .block02::after {
    content: "";
    width: 100%;
    height: 96px;
    background-image: url(../img/top/top_12.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    position: absolute;
    bottom: -65px;
    left: 0;
    z-index: 20; }
  .top .block02 .content {
    width: 90%;
    min-width: 1040px;
    max-width: 1280px;
    margin: 0 auto 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .top .block02 .content .wrap01 {
      width: 480px;
      height: 370px;
      background-color: #fff;
      border-radius: 20px;
      padding: 45px 28px;
      margin-left: 80px;
      position: relative; }
      .top .block02 .content .wrap01 .title {
        font-size: 28px;
        line-height: 28px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        color: #81766b;
        text-align: left;
        margin-bottom: 40px; }
      .top .block02 .content .wrap01 .text {
        font-size: 14px;
        line-height: 33px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: left; }
      .top .block02 .content .wrap01 .top03 {
        width: 204px;
        position: absolute;
        top: -175px;
        left: -60px;
        z-index: 30; }
    .top .block02 .content .wrap02 {
      width: 470px;
      height: 324px;
      border-radius: 20px;
      position: absolute;
      top: 23px;
      right: 80px;
      z-index: 30; }
      .top .block02 .content .wrap02 .top04 {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .top .block02 .content .wrap02 .button02 {
        width: 74px;
        height: 74px;
        background-color: #e2b04a;
        border-radius: 74px;
        position: absolute;
        top: -5px;
        left: -45px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s; }
        .top .block02 .content .wrap02 .button02 .btn02 {
          width: 74px;
          vertical-align: bottom; }
        .top .block02 .content .wrap02 .button02:hover {
          background-color: #81766b; }
    .top .block02 .content .wrap03 {
      width: 47%;
      border-radius: 20px;
      position: relative; }
      .top .block02 .content .wrap03 .top05, .top .block02 .content .wrap03 .top06 {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .top .block02 .content .wrap03 .top05-2 {
        width: 108px;
        display: block;
        position: absolute;
        bottom: -40px;
        left: -40px;
        z-index: 20; }
      .top .block02 .content .wrap03 .top06-2 {
        width: 104px;
        display: block;
        position: absolute;
        bottom: -43px;
        right: -40px;
        z-index: 20; }
    .top .block02 .content.pd40 {
      padding: 0 40px; }
    .top .block02 .content .button03 {
      width: 280px;
      height: 50px;
      background-color: #e2b04a;
      border-radius: 50px;
      font-size: 20px;
      line-height: 20px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #fff;
      position: absolute;
      bottom: -25px;
      left: 95px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: 0.3s; }
      .top .block02 .content .button03 .btn03 {
        width: 20px;
        margin-left: 8px;
        vertical-align: bottom; }
      .top .block02 .content .button03:hover {
        background-color: #81766b; }
.top .block03 {
  padding: 130px 0 10px;
  background-color: #f2f0ea;
  position: relative; }
  .top .block03 .title {
    font-size: 28px;
    line-height: 28px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700 !important;
    color: #81766b;
    text-align: center;
    margin-bottom: 40px; }
  .top .block03 .text {
    width: 360px;
    margin: 0 auto 54px;
    font-size: 14px;
    line-height: 33px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500 !important;
    color: #81766b;
    text-align: center; }
  .top .block03 .content {
    width: 90%;
    min-width: 1040px;
    max-width: 1280px;
    margin: 0 auto 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .top .block03 .content .wrap {
      width: 28%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column; }
      .top .block03 .content .wrap.tfy {
        position: relative;
        top: -143px; }
      .top .block03 .content .wrap .itemtitle {
        width: 300px;
        height: 70px;
        font-size: 20px;
        line-height: 20px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
        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: 100%;
          height: 100%;
          object-fit: cover; }
        .top .block03 .content .wrap .top07 .button02 {
          width: 74px;
          height: 74px;
          background-color: #e2b04a;
          border-radius: 74px;
          position: absolute;
          bottom: -30px;
          right: -24px;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          transition: 0.3s; }
          .top .block03 .content .wrap .top07 .button02 .btn02 {
            width: 74px;
            vertical-align: bottom; }
          .top .block03 .content .wrap .top07 .button02:hover {
            background-color: #81766b; }
  .top .block03 .top14 {
    display: block;
    width: 124px;
    position: absolute;
    bottom: -15px;
    left: 190px; }
.top .block04 {
  padding: 40px 0 0;
  position: relative; }
  .top .block04 .top_swiper2 {
    overflow: hidden;
    position: relative; }
  .top .block04 .slider {
    width: 100%;
    height: 176px;
    padding: 0 20px;
    transition-timing-function: linear; }
    .top .block04 .slider .item {
      width: 279px;
      height: 176px;
      padding: 29px 0 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      position: relative; }
      .top .block04 .slider .item .item-name {
        width: 230px;
        height: 50px;
        font-size: 15px;
        line-height: 15px;
        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: 13px;
        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: 13px !important;
          line-height: 13px !important; }
      .top .block04 .slider .item .photo {
        width: 220px;
        height: 130px;
        object-fit: cover; }
      .top .block04 .slider .item .button04 {
        width: 50px;
        height: 50px;
        background-color: #e2b04a;
        border-radius: 50px;
        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: 50px;
          vertical-align: bottom; }
        .top .block04 .slider .item .button04:hover {
          background-color: #81766b; }
  .top .block04 .itemlist {
    width: 100%;
    margin: 25px 0 0;
    padding: 30px 42px 140px;
    background-color: #f2f0ea;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .top .block04 .itemlist .service_indexname {
      width: 170px;
      height: 34px;
      background-color: #fff;
      border-radius: 34px;
      font-size: 14px;
      line-height: 14px;
      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 6px 16px 6px;
      font-feature-settings: "palt"; }
      .top .block04 .itemlist .service_indexname.mini {
        font-size: 12px !important;
        line-height: 12px !important; }
.top .block05 {
  padding: 40px 0 10px;
  position: relative;
  background-color: #efeada;
  position: relative; }
  .top .block05::before {
    content: "";
    width: 100%;
    height: 96px;
    background-image: url(../img/top/top_12.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -85px;
    left: 0;
    z-index: 20; }
  .top .block05::after {
    content: "";
    width: 100%;
    height: 96px;
    background-image: url(../img/top/top_12.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    position: absolute;
    bottom: -65px;
    left: 0;
    z-index: 20; }
  .top .block05 .content01 {
    width: 90%;
    min-width: 1040px;
    max-width: 1280px;
    margin: 0 auto 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .top .block05 .content01 .wrap {
      width: 37%;
      height: 380px;
      background-color: #fff0a3;
      border-radius: 15px 0 0 15px;
      padding: 33px;
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      flex-flow: column;
      position: relative; }
      .top .block05 .content01 .wrap .title {
        font-size: 56px;
        line-height: 56px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        margin-bottom: 10px; }
      .top .block05 .content01 .wrap .rubi {
        font-size: 20px;
        line-height: 20px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        color: #81766b;
        margin-bottom: 20px; }
      .top .block05 .content01 .wrap .text {
        font-size: 14px;
        line-height: 33px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b; }
      .top .block05 .content01 .wrap .button02 {
        width: 74px;
        height: 74px;
        background-color: #e2b04a;
        border-radius: 74px;
        position: absolute;
        bottom: 36px;
        right: -37px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s;
        z-index: 20; }
        .top .block05 .content01 .wrap .button02 .btn02 {
          width: 74px;
          vertical-align: bottom; }
        .top .block05 .content01 .wrap .button02:hover {
          background-color: #81766b; }
    .top .block05 .content01 .top10 {
      width: 63%;
      height: 380px;
      border-radius: 0 15px 15px 0;
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      position: relative;
      display: block;
      object-fit: cover; }
  .top .block05 .content02 {
    width: 702px;
    margin: 0 auto 12px;
    background-color: #e2f464;
    border-radius: 15px;
    padding: 14px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .top .block05 .content02 .wrap {
      padding: 17px 14px; }
      .top .block05 .content02 .wrap .title {
        font-size: 28px;
        line-height: 28px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        margin-bottom: 10px; }
      .top .block05 .content02 .wrap .rubi {
        font-size: 14px;
        line-height: 14px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400 !important;
        color: #81766b;
        margin-bottom: 10px; }
      .top .block05 .content02 .wrap .text {
        font-size: 73px;
        line-height: 73px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        transform: rotate(-10deg); }
    .top .block05 .content02 .top11 {
      width: 406px;
      position: relative;
      object-fit: cover; }
    .top .block05 .content02 .top15 {
      width: 291px;
      position: absolute;
      bottom: 25px;
      left: 28px;
      z-index: 20; }
  .top .block05 .block_text {
    width: 702px;
    margin: 0 auto 24px;
    font-size: 14px;
    line-height: 33px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400 !important;
    color: #81766b; }
.top .block06 {
  width: 90%;
  min-width: 1040px;
  max-width: 1280px;
  margin: 100px auto 90px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .top .block06 .wrap {
    width: 50%;
    position: relative; }
    .top .block06 .wrap .title {
      font-size: 28px;
      line-height: 28px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700 !important;
      color: #81766b;
      margin-bottom: 42px; }
    .top .block06 .wrap .news-list {
      width: 87%;
      border-top: 1px solid #000;
      position: relative; }
      .top .block06 .wrap .news-list .news-item {
        width: 100%;
        height: 90px;
        border-bottom: 1px solid #000;
        padding: 0 45px 0 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative; }
        .top .block06 .wrap .news-list .news-item .item_link {
          width: 100%;
          height: 90px;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          .top .block06 .wrap .news-list .news-item .item_link .day {
            font-size: 13px;
            line-height: 13px;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 400 !important;
            color: #81766b;
            margin-right: 15px;
            display: block; }
          .top .block06 .wrap .news-list .news-item .item_link .item-name {
            font-size: 15px;
            line-height: 24px;
            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: 24px;
            height: 24px;
            background-color: #81766b;
            border-radius: 20px;
            position: absolute;
            top: 33px;
            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: 24px;
              vertical-align: bottom; }
          .top .block06 .wrap .news-list .news-item .item_link:hover .button05 {
            background-color: #e2b04a; }
      .top .block06 .wrap .news-list .button02 {
        width: 74px;
        height: 74px;
        background-color: #e2b04a;
        border-radius: 74px;
        position: absolute;
        bottom: -106px;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s;
        z-index: 20; }
        .top .block06 .wrap .news-list .button02 .btn02 {
          width: 74px;
          vertical-align: bottom; }
        .top .block06 .wrap .news-list .button02:hover {
          background-color: #81766b; }
    .top .block06 .wrap.right {
      padding-left: 2.8%; }
    .top .block06 .wrap .logo {
      width: 176px;
      margin: 15px 0 25px; }
    .top .block06 .wrap .text {
      font-size: 15px;
      line-height: 33px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400 !important;
      color: #81766b;
      margin-bottom: 15px; }
    .top .block06 .wrap .link {
      width: 230px;
      height: 40px;
      background-color: #81766b;
      border-radius: 40px;
      font-size: 15px;
      line-height: 15px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      cursor: pointer;
      transition: 0.3s; }
      .top .block06 .wrap .link:hover {
        background-color: #e2b04a; }
    .top .block06 .wrap .map {
      width: 87%;
      height: 220px; }

/* 事業紹介
-----------------------*/
.service {
  background-color: #f2f0ea; }
  .service .eyecatch {
    width: 100%;
    height: 360px;
    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: 30px;
      line-height: 30px;
      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: 40px 0 75px;
    position: relative; }
    .service .block01 .text {
      width: 80%;
      min-width: 940px;
      max-width: 1200px;
      margin: 0 auto;
      font-size: 22px;
      line-height: 50px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700 !important;
      color: #81766b;
      text-align: center;
      position: relative; }
      .service .block01 .text .brsp {
        display: none; }
      .service .block01 .text .top02 {
        display: block;
        width: 107px;
        position: absolute;
        bottom: -75px;
        right: 30px; }
  .service .block02 {
    margin: 0 auto 97px; }
    .service .block02 .wrap {
      width: 80%;
      min-width: 940px;
      max-width: 1280px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin: 0 auto 40px; }
      .service .block02 .wrap .inner {
        width: 30%;
        min-width: 280px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-flow: column; }
        .service .block02 .wrap .inner .itemtitle {
          width: 280px;
          height: 70px;
          font-size: 20px;
          line-height: 20px;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          color: #81766b;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-bottom: 20px;
          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: 148px;
          margin: 0 auto 18px;
          font-size: 14px;
          line-height: 24px;
          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: 6px auto 0;
              height: 22px;
              font-size: 14px;
              line-height: 14px;
              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: 16px;
              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: 13px !important;
                line-height: 13px !important; }
          .service .block02 .wrap .inner .text .land-image {
            width: 78px;
            position: absolute;
            bottom: 5px;
            right: 22px; }
          .service .block02 .wrap .inner .text .fire-image {
            width: 97px;
            position: absolute;
            bottom: 5px;
            right: 2px; }
          .service .block02 .wrap .inner .text .wind-image {
            width: 73px;
            position: absolute;
            bottom: 5px;
            right: 2px; }
        .service .block02 .wrap .inner .image {
          width: 100%;
          objecti-fit: cover; }
      .service .block02 .wrap .itemlist {
        width: 100%;
        min-width: 280px;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-flow: column; }
        .service .block02 .wrap .itemlist .itemlist_indexname {
          width: 100%;
          height: 30px;
          border-radius: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 14px;
          line-height: 14px;
          color: #fff;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          font-feature-settings: "palt";
          background-color: #e2b04a;
          margin-bottom: 10px;
          padding: 0 33px;
          position: relative; }
          .service .block02 .wrap .itemlist .itemlist_indexname.mini {
            font-size: 13px !important;
            line-height: 13px !important; }
          .service .block02 .wrap .itemlist .itemlist_indexname .btn03 {
            width: 20px;
            margin-left: 8px;
            vertical-align: bottom;
            position: absolute;
            top: 5px;
            right: 13px;
            transform: rotate(90deg); }
    .service .block02 .inner-block {
      width: 80%;
      min-width: 940px;
      max-width: 1280px;
      height: 54px;
      margin: 0 auto;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 25px;
      line-height: 25px;
      color: #81766b;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700 !important; }
      .service .block02 .inner-block .brsp {
        display: none; }
  .service .block03 {
    margin: 0 auto; }
    .service .block03 .item-block {
      width: 100%;
      padding: 62px 0 92px; }
      .service .block03 .item-block:nth-child(2n+1) {
        background-color: #fff; }
      .service .block03 .item-block .item-block-inner {
        width: 80%;
        min-width: 940px;
        max-width: 1280px;
        margin: 0 auto; }
        .service .block03 .item-block .item-block-inner .item-category {
          width: fit-content;
          border-bottom: 1px solid #81766b;
          font-size: 14px;
          line-height: 14px;
          color: #81766b;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          padding-bottom: 3px;
          margin-bottom: 20px; }
        .service .block03 .item-block .item-block-inner .item-name {
          font-size: 31px;
          line-height: 31px;
          color: #e2b04a;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700 !important;
          margin-bottom: 40px; }
        .service .block03 .item-block .item-block-inner .content {
          width: 100%;
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
          .service .block03 .item-block .item-block-inner .content .item-maintext {
            width: 26%;
            font-size: 14px;
            line-height: 33px;
            color: #81766b;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 500 !important;
            font-feature-settings: "palt"; }
            .service .block03 .item-block .item-block-inner .content .item-maintext .item-maintext-inner {
              width: 100%;
              margin-top: 15px;
              font-size: 14px;
              line-height: 20px;
              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: 2px;
                line-height: 14px;
                margin: 10px 0 5px; }
              .service .block03 .item-block .item-block-inner .content .item-maintext .item-maintext-inner .text {
                font-size: 15px;
                text-decoration: underline; }
              .service .block03 .item-block .item-block-inner .content .item-maintext .item-maintext-inner .outlink {
                text-decoration: underline;
                color: inherit; }
          @media screen and (min-width: 1570px) {
            .service .block03 .item-block .item-block-inner .content .item-maintext {
              width: 30%; } }
          @media screen and (min-width: 1700px) {
            .service .block03 .item-block .item-block-inner .content .item-maintext {
              width: 40%; } }
          @media screen and (min-width: 1800px) {
            .service .block03 .item-block .item-block-inner .content .item-maintext {
              width: 45%; } }
          .service .block03 .item-block .item-block-inner .content .photo-wrap {
            width: 664px;
            height: 398px; }
            .service .block03 .item-block .item-block-inner .content .photo-wrap .service_swiper {
              overflow: hidden;
              position: relative;
              border-radius: 20px;
              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: 30px;
              display: flex;
              align-items: flex-start;
              justify-content: center;
              bottom: -26px;
              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: 24px;
                margin: 0 80px; }
              .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-pagination_2 span {
                width: 8px;
                height: 8px;
                margin: 0 4px !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: 17px;
                height: 17px;
                transform: rotate(45deg);
                cursor: pointer;
                position: absolute;
                top: -230px;
                left: 20px;
                z-index: 99; }
                .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-button2-prev::before {
                  content: "";
                  width: 17px;
                  height: 3px;
                  background-color: #fff;
                  border-radius: 3px;
                  position: absolute;
                  bottom: 0;
                  left: 0; }
                .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-button2-prev::after {
                  content: "";
                  width: 3px;
                  height: 17px;
                  background-color: #fff;
                  border-radius: 3px;
                  position: absolute;
                  bottom: 0;
                  left: 0; }
              .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-button2-next {
                width: 17px;
                height: 17px;
                transform: rotate(45deg);
                cursor: pointer;
                position: absolute;
                top: -230px;
                right: 20px;
                z-index: 99; }
                .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-button2-next::before {
                  content: "";
                  width: 17px;
                  height: 3px;
                  background-color: #fff;
                  border-radius: 3px;
                  position: absolute;
                  top: 0;
                  left: 0; }
                .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .swiper-button2-next::after {
                  content: "";
                  width: 3px;
                  height: 17px;
                  background-color: #fff;
                  border-radius: 3px;
                  position: absolute;
                  top: 0;
                  right: 0; }
              .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .slide-dots {
                position: absolute;
                bottom: -15px;
                right: 0;
                display: flex;
                padding-right: 28px;
                z-index: 90; }
                .service .block03 .item-block .item-block-inner .content .photo-wrap .dot-wrapper .slide-dots .indicator {
                  width: 7px;
                  height: 7px;
                  border-radius: 7px;
                  background-color: #E1DCD3;
                  margin: 0 4px;
                  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: 360px;
    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: 30px;
      line-height: 30px;
      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: 40px 0 70px;
    position: relative; }
    .about .block01 .page-menu {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .about .block01 .page-menu .menu-list {
        width: 180px;
        height: 40px;
        border-radius: 40px;
        margin: 0 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 16px;
        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: 16px;
          vertical-align: bottom;
          position: absolute;
          top: 12px;
          right: 12px;
          transform: rotate(90deg); }
  .about .block02 {
    padding: 72px 0 88px;
    background-color: #fff;
    position: relative; }
    .about .block02 .content {
      width: 700px;
      width: 80%;
      min-width: 940px;
      max-width: 1280px;
      margin: 0 auto; }
      .about .block02 .content .block-title {
        width: 100%;
        font-size: 28px;
        line-height: 28px;
        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: 12px;
        line-height: 12px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 17px 0 50px; }
      .about .block02 .content .about02 {
        width: 519px;
        margin: 0 auto 33px;
        display: block; }
      .about .block02 .content .about03 {
        width: 600px;
        margin: 0 auto;
        display: block; }
  .about .block03 {
    padding: 100px 0 100px;
    position: relative; }
    .about .block03 .content {
      width: 70%;
      min-width: 700px;
      max-width: 1280px;
      margin: 0 auto; }
      .about .block03 .content .block-title {
        width: 100%;
        font-size: 28px;
        line-height: 28px;
        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: 12px;
        line-height: 12px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 17px 0 50px; }
      .about .block03 .content .subtitle {
        width: 700px;
        color: #e2b04a;
        font-size: 24px;
        line-height: 50px;
        color: #e2b04a;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 0 auto 54px; }
        .about .block03 .content .subtitle .brsp {
          display: none; }
      .about .block03 .content .text {
        width: 100%;
        font-size: 14px;
        line-height: 33px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        margin: 0 auto 50px; }
      .about .block03 .content .about04 {
        width: 600px;
        margin: 0 auto;
        display: block; }
  .about .block04 {
    padding: 100px 0 100px;
    background-color: #fff;
    position: relative; }
    .about .block04 .content {
      width: 70%;
      min-width: 700px;
      max-width: 1280px;
      margin: 0 auto; }
      .about .block04 .content .block-title {
        width: 100%;
        font-size: 28px;
        line-height: 28px;
        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: 12px;
        line-height: 12px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 17px 0 50px; }
      .about .block04 .content .tr {
        width: 100%;
        height: 70px;
        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: 70px;
          font-size: 14px;
          line-height: 14px;
          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: 70px;
          font-size: 14px;
          line-height: 22px;
          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 .brsp {
            display: none; }
  .about .block05 {
    padding: 89px 0;
    position: relative; }
    .about .block05 .content {
      width: 70%;
      min-width: 700px;
      max-width: 1280px;
      margin: 0 auto; }
      .about .block05 .content .block-title {
        width: 100%;
        font-size: 28px;
        line-height: 28px;
        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: 12px;
        line-height: 12px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 17px 0 50px; }
      .about .block05 .content .photo {
        width: 383px;
        margin: 0 0 50px;
        position: relative; }
        .about .block05 .content .photo .wrap {
          width: 230px;
          height: 94px;
          background-color: #e2b04a;
          padding: 16px 60px;
          position: absolute;
          bottom: 0;
          left: 155px; }
          .about .block05 .content .photo .wrap .line01 {
            font-size: 12px;
            line-height: 12px;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 700 !important;
            color: #fff;
            margin-bottom: 10px;
            display: block; }
          .about .block05 .content .photo .wrap .line02 {
            font-size: 20px;
            line-height: 20px;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 700 !important;
            color: #fff;
            margin-bottom: 10px;
            display: block; }
          .about .block05 .content .photo .wrap .line03 {
            font-size: 10px;
            line-height: 10px;
            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: 210px;
          margin: 0; }
      .about .block05 .content .text {
        width: 100%;
        font-size: 14px;
        line-height: 33px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        margin-bottom: 20px; }
      .about .block05 .content .sign {
        width: 100%;
        font-size: 14px;
        line-height: 33px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: right;
        margin-bottom: 88px; }
  .about .block06 {
    padding: 100px 0 100px;
    background-color: #fff;
    position: relative; }
    .about .block06 .content {
      width: 70%;
      min-width: 700px;
      max-width: 1280px;
      margin: 0 auto; }
      .about .block06 .content .block-title {
        width: 100%;
        font-size: 28px;
        line-height: 28px;
        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: 12px;
        line-height: 12px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 17px 0 50px; }
      .about .block06 .content .tr {
        width: 100%;
        height: 70px;
        margin: 0 auto;
        border-top: 1px solid #dedede;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .about .block06 .content .tr:last-child {
          border-bottom: 1px solid #dedede; }
        .about .block06 .content .tr .tr-name {
          width: 30%;
          height: 70px;
          font-size: 14px;
          line-height: 14px;
          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: 70%;
          height: 70px;
          font-size: 14px;
          line-height: 26px;
          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: 80px; }
  .staff .eyecatch {
    width: 100%;
    height: 360px;
    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: 30px;
      line-height: 30px;
      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: 40px 0 60px;
    position: relative; }
    .staff .block01 .text {
      width: 80%;
      min-width: 940px;
      max-width: 1200px;
      margin: 0 auto;
      font-size: 22px;
      line-height: 50px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700 !important;
      color: #81766b;
      text-align: center;
      position: relative;
      padding-bottom: 250px; }
      .staff .block01 .text .top02 {
        display: block;
        width: 107px;
        position: absolute;
        bottom: -75px;
        right: 30px; }
      .staff .block01 .text .staff02 {
        display: block;
        width: 355px;
        position: absolute;
        bottom: 0;
        left: 20px; }
      .staff .block01 .text .staff03 {
        display: block;
        width: 361px;
        position: absolute;
        bottom: 0;
        right: 0; }
  .staff .block02 {
    width: 80%;
    margin: 0 auto; }
    .staff .block02 .wrap {
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .staff .block02 .wrap .item {
        width: 15vw;
        margin: 0 1.8vw 65px 0; }
        .staff .block02 .wrap .item:nth-child(4n) {
          margin: 0 0 65px 0; }
        .staff .block02 .wrap .item .photo {
          width: 100%;
          height: 15vw;
          display: block;
          object-fit: cover; }
        .staff .block02 .wrap .item .name {
          width: 100%;
          margin: 15px 0 10px;
          font-size: 20px;
          line-height: 20px;
          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: 14px;
          line-height: 20px;
          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: 10px 0 0;
          font-size: 14px;
          line-height: 20px;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          color: #81766B;
          text-align: left; }

/* お知らせ
-----------------------*/
.news {
  background-color: #f2f0ea;
  padding-bottom: 80px; }
  .news .eyecatch {
    width: 100%;
    height: 360px;
    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: 30px;
      line-height: 30px;
      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: 100px 0 75px;
    position: relative; }
    .news .block01 .item_ul {
      width: 700px;
      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: 30px 60px 30px 0;
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          position: relative; }
          .news .block01 .item_ul .item_li .news-item .thumbnail {
            width: 260px;
            height: 150px; }
            .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: 350px; }
            .news .block01 .item_ul .item_li .news-item .text .day {
              font-size: 13px;
              line-height: 13px;
              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: 18px;
              line-height: 23px;
              font-family: "Zen Kaku Gothic New", sans-serif;
              font-weight: 700 !important;
              color: #81766B;
              text-align: left;
              margin-top: 8px; }
            .news .block01 .item_ul .item_li .news-item .text .content {
              font-size: 14px;
              line-height: 23px;
              font-family: "Zen Kaku Gothic New", sans-serif;
              font-weight: 500 !important;
              color: #81766B;
              text-align: left;
              margin-top: 12px; }
          .news .block01 .item_ul .item_li .news-item::before {
            content: "";
            width: 30px;
            height: 30px;
            background: url(../../../../wp-content/themes/kwd-v/img/news_02.webp);
            background-size: 100%;
            position: absolute;
            right: 0;
            bottom: 28px;
            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: 146px;
      height: 30px;
      margin: 72px auto 0;
      background-color: #81766B;
      border-radius: 30px;
      font-size: 12px;
      line-height: 12px;
      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: 60%;
    min-width: 700px;
    margin: 100px auto 0; }
    .news .news-detail .day {
      font-size: 14px;
      line-height: 14px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 400 !important;
      color: #81766B;
      text-align: left;
      letter-spacing: 1px; }
    .news .news-detail .title {
      font-size: 18px;
      line-height: 18px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700 !important;
      color: #81766B;
      text-align: left;
      margin-top: 15px;
      border-bottom: 1px solid #BEA99A;
      padding-bottom: 18px; }
    .news .news-detail .photo {
      width: 70%;
      min-width: 500px;
      margin: 35px auto; }
      .news .news-detail .photo .cover {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .news .news-detail .maintext {
      width: 100%;
      margin-bottom: 120px; }
      .news .news-detail .maintext p {
        font-size: 16px;
        line-height: 38px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766B;
        text-align: left; }
    .news .news-detail .navigation {
      width: 100%;
      height: 90px;
      margin: 100px auto 100px;
      border-top: 1px solid #BEA99A;
      border-bottom: 1px solid #BEA99A;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .news .news-detail .navigation .all-btn {
        width: 146px;
        height: 30px;
        margin: 0 5px;
        background-color: #81766B;
        border-radius: 30px;
        font-size: 12px;
        line-height: 12px;
        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: 30px;
        height: 30px;
        border-radius: 30px;
        background-color: #81766b;
        font-size: 16px;
        line-height: 16px;
        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: 7px;
          height: 7px;
          transform: rotate(45deg);
          position: absolute;
          top: 11px;
          right: 10px; }
        .news .news-detail .navigation .prev-btn .nav-title {
          width: 220px;
          height: 54px;
          font-size: 16px;
          line-height: 16px;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          color: #81766B;
          text-align: left;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          position: absolute;
          top: -12px;
          right: 50px; }
      .news .news-detail .navigation .next-btn {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background-color: #81766b;
        font-size: 16px;
        line-height: 16px;
        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: 7px;
          height: 7px;
          transform: rotate(45deg);
          position: absolute;
          top: 11px;
          left: 10px; }
        .news .news-detail .navigation .next-btn .nav-title {
          width: 220px;
          height: 54px;
          font-size: 16px;
          line-height: 16px;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          color: #81766B;
          text-align: left;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          position: absolute;
          top: -12px;
          left: 50px; }

/* お問い合せ
-----------------------*/
.contact {
  background-color: #f2f0ea;
  padding-bottom: 80px; }
  .contact .eyecatch {
    width: 100%;
    height: 360px;
    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: 30px;
      line-height: 30px;
      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: 60%;
    margin: 0 auto;
    padding: 100px 0 25px;
    position: relative; }
    .contact .block01 .text {
      width: 100%;
      margin: 0 auto 20px;
      font-size: 14px;
      line-height: 32px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 500 !important;
      color: #81766b;
      text-align: left;
      position: relative; }
  .contact .block02 {
    width: 60%;
    margin: 0 auto 100px; }
    .contact .block02 .wrap {
      width: 100%;
      border-bottom: 1px solid #BEA99A;
      padding: 24px 20px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      position: relative; }
      .contact .block02 .wrap:nth-child(1) {
        border-top: 1px solid #BEA99A; }
      .contact .block02 .wrap .name {
        width: 180px;
        font-size: 16px;
        line-height: 16px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: left;
        margin-right: 20px; }
        .contact .block02 .wrap .name.hissu {
          position: relative; }
          .contact .block02 .wrap .name.hissu::before {
            content: "必須";
            width: 30px;
            height: 16px;
            border-radius: 3px;
            font-size: 10px;
            line-height: 10px;
            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: 30px;
            height: 16px;
            border-radius: 3px;
            font-size: 10px;
            line-height: 10px;
            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: 296px;
        height: 46px;
        background-color: #fff;
        border: 2px solid #bea99a;
        border-radius: 7px;
        font-size: 16px;
        line-height: 16px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: left;
        padding: 0 10px;
        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: 450px;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
      .contact .block02 .wrap .input-s {
        width: 140px;
        height: 46px;
        background-color: #fff;
        border: 2px solid #bea99a;
        border-radius: 7px;
        font-size: 16px;
        line-height: 16px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: left;
        padding: 0 10px;
        margin-right: 15px;
        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: 450px;
        height: 46px;
        background-color: #fff;
        border: 2px solid #bea99a;
        border-radius: 7px;
        font-size: 16px;
        line-height: 16px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: left;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative; }
        .contact .block02 .wrap .input-l::placeholder {
          color: #bbb; }
      .contact .block02 .wrap .inputarea {
        width: 450px;
        height: 142px;
        background-color: #fff;
        border: 2px solid #bea99a;
        border-radius: 7px;
        font-size: 16px;
        line-height: 16px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #81766b;
        text-align: left;
        padding: 10px 10px;
        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: 12px;
        line-height: 12px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        color: #c43024;
        text-align: left;
        bottom: 5px;
        right: 0; }
      .contact .block02 .wrap:nth-child(5) {
        padding: 24px 20px 35px; }
        .contact .block02 .wrap:nth-child(5)::after {
          content: "※電話番号はハイフン（-）不要です。";
          width: 215px;
          height: 16px;
          font-size: 12px;
          line-height: 12px;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 400 !important;
          color: #81766b;
          position: absolute;
          bottom: 8px;
          left: 220px; }
    .contact .block02 .privacy {
      display: block;
      width: fit-content;
      margin: 65px auto;
      font-size: 14px;
      line-height: 14px;
      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: 340px;
        height: 70px;
        margin: 0 15px;
        border-radius: 70px;
        border: none;
        background-color: #e2b04a;
        font-size: 18px;
        line-height: 18px;
        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: 200px;
        height: 30px;
        margin: 0 15px 45px;
        border-radius: 70px;
        border: 1px solid #81766b;
        background-color: #fff;
        font-size: 14px;
        line-height: 14px;
        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 .check-title {
      width: 100%;
      margin: 0 auto 20px;
      font-size: 20px;
      line-height: 20px;
      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 20px;
      font-size: 16px;
      line-height: 32px;
      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: 100px; }
      .contact .block02 .contact_prevew.finish .return {
        margin-top: 80px; }
  .contact.privacy .title {
    width: 100%;
    margin: 0 auto 10px;
    font-size: 18px;
    line-height: 18px;
    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 40px;
    font-size: 15px;
    line-height: 33px;
    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: 360px;
    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: 30px;
      line-height: 30px;
      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: 40px 0 70px;
    position: relative; }
    .recruit .block01 .page-menu {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .recruit .block01 .page-menu .menu-list {
        width: 220px;
        height: 40px;
        border-radius: 40px;
        margin: 0 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 16px;
        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 .btn03 {
          width: 16px;
          vertical-align: bottom;
          position: absolute;
          top: 12px;
          right: 12px;
          transform: rotate(90deg); }
  .recruit .block02, .recruit .block03, .recruit .block04 {
    padding: 96px 0 40px;
    position: relative; }
    .recruit .block02.bg, .recruit .block03.bg, .recruit .block04.bg {
      background-color: #fff; }
    .recruit .block02 .content, .recruit .block03 .content, .recruit .block04 .content {
      width: 70%;
      min-width: 700px;
      max-width: 1280px;
      margin: 0 auto; }
      .recruit .block02 .content .block-title, .recruit .block03 .content .block-title, .recruit .block04 .content .block-title {
        width: fit-content;
        font-size: 34px;
        line-height: 34px;
        color: #e2b04a;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: left;
        border-bottom: 1px solid #81766b;
        padding-bottom: 3px; }
      .recruit .block02 .content .block-title-rubi, .recruit .block03 .content .block-title-rubi, .recruit .block04 .content .block-title-rubi {
        width: fit-content;
        font-size: 14px;
        line-height: 14px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: left;
        margin: 12px 0 30px; }
      .recruit .block02 .content .text, .recruit .block03 .content .text, .recruit .block04 .content .text {
        width: 100%;
        font-size: 14px;
        line-height: 33px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        margin: 0 auto 20px; }
  .recruit .block02 .content {
    width: 60%; }
    .recruit .block02 .content .subtitle {
      width: 700px;
      color: #e2b04a;
      font-size: 24px;
      line-height: 50px;
      color: #e2b04a;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700 !important;
      text-align: center;
      margin: 0 auto 30px; }
      .recruit .block02 .content .subtitle .brsp {
        display: none; }
    .recruit .block02 .content .wrap {
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin: 60px 0 20px; }
      .recruit .block02 .content .wrap:nth-child(2) {
        margin: 30px 0 60px; }
      .recruit .block02 .content .wrap .text {
        width: 100%;
        font-size: 14px;
        line-height: 33px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        margin: 0 auto 20px; }
      .recruit .block02 .content .wrap .recruit01 {
        width: 29%;
        display: block; }
      .recruit .block02 .content .wrap .inner {
        width: 66%; }
        .recruit .block02 .content .wrap .inner .inner-title {
          width: 100%;
          font-size: 24px;
          line-height: 24px;
          color: #e2b04a;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700 !important;
          margin: 0 auto 18px; }
        .recruit .block02 .content .wrap .inner .inner-subtitle {
          width: 100%;
          font-size: 18px;
          line-height: 18px;
          color: #81766b;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 700 !important;
          margin: 0 auto 40px; }
          .recruit .block02 .content .wrap .inner .inner-subtitle .brsp {
            display: none; }
        .recruit .block02 .content .wrap .inner .sign {
          width: 100%;
          font-size: 14px;
          line-height: 33px;
          color: #81766b;
          font-family: "Zen Kaku Gothic New", sans-serif;
          font-weight: 500 !important;
          margin: 0 auto 50px;
          text-align: right; }
  .recruit .block03 .content .subtitle {
    width: 700px;
    color: #e2b04a;
    font-size: 30px;
    line-height: 30px;
    color: #e2b04a;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700 !important;
    text-align: center;
    margin: 0 auto 20px; }
    .recruit .block03 .content .subtitle .brsp {
      display: none; }
  .recruit .block03 .content .text {
    width: 100%;
    font-size: 18px;
    line-height: 42px;
    color: #81766b;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700 !important;
    text-align: center;
    margin: 0 auto 20px; }
    .recruit .block03 .content .text .brsp {
      display: none; }
  .recruit .block03 .content .recruit03 {
    width: 700px;
    display: block;
    margin: 20px auto 80px; }
  .recruit .block04 {
    padding-bottom: 60px; }
    .recruit .block04 .wrap {
      width: 100%;
      margin: 0 auto 80px; }
      .recruit .block04 .wrap .subtitle {
        width: 440px;
        font-size: 24px;
        line-height: 28px;
        color: #e2b04a;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: left;
        margin: 0 auto 18px; }
      .recruit .block04 .wrap .job {
        width: 440px;
        font-size: 12px;
        line-height: 12px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        text-align: left;
        margin: 0 auto 20px; }
      .recruit .block04 .wrap .staff_photo {
        display: block;
        width: 208px;
        object-fit: cover;
        display: block;
        margin: 0 auto 20px; }
      .recruit .block04 .wrap .name {
        width: 440px;
        font-size: 20px;
        line-height: 20px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        margin: 0 auto 40px;
        text-align: center; }
      .recruit .block04 .wrap .pragraph-title {
        width: 440px;
        font-size: 18px;
        line-height: 18px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: left;
        margin: 0 auto 15px; }
      .recruit .block04 .wrap .pragraph-text {
        width: 440px;
        font-size: 14px;
        line-height: 24px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 500 !important;
        text-align: left;
        margin: 0 auto 40px; }
  .recruit .block05 {
    padding: 100px 0 100px;
    position: relative; }
    .recruit .block05 .content {
      width: 70%;
      min-width: 700px;
      max-width: 1280px;
      margin: 0 auto; }
      .recruit .block05 .content .block-title {
        width: 100%;
        font-size: 28px;
        line-height: 28px;
        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: 12px;
        line-height: 12px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 12px 0 50px; }
      .recruit .block05 .content .summary {
        width: 100%;
        margin: 0 auto 90px; }
        .recruit .block05 .content .summary .wrap {
          width: 100%;
          height: fit-content;
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          padding: 28px 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: 30%;
            font-size: 14px;
            line-height: 14px;
            color: #81766b;
            font-family: "Zen Kaku Gothic New", sans-serif;
            font-weight: 700 !important;
            text-align: left; }
          .recruit .block05 .content .summary .wrap .text {
            width: 70%;
            font-size: 14px;
            line-height: 28px;
            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: 15px;
        line-height: 15px;
        color: #81766b;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 700 !important;
        text-align: center;
        margin: 100px auto; }
      .recruit .block05 .content .link {
        width: 100%;
        font-size: 14px;
        line-height: 14px;
        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: 230px;
          height: 40px;
          border-radius: 40px;
          margin: 20px auto;
          background-color: #81766b;
          font-size: 15px;
          line-height: 15px;
          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_pc.css.map */
