#content{
    position: relative;
}

#topBtn {

    /*-----装飾-----*/
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #333;
    color: #fff;
}#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -50px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(150px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInText {
  animation-name: fadeInText;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.main-box-list {
    position: absolute;
    bottom: 5%;
    left: 0%;
    display: block;
    max-width: 180px;
    z-index: 10;
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(150px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

@keyframes slideInRight-02 {
  from {
    opacity: 0;
    transform: translateX(150px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slideInRight-02 {
  animation-name: slideInRight-02;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
}

@keyframes slideInRight-03 {
  from {
    opacity: 0;
    transform: translateX(150px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slideInRight-03 {
  animation-name: slideInRight-03;
  animation-duration: 1.4s;
  animation-timing-function: ease-out;
}



#keyvisual {
}
.main-box-list .box {
    text-align: center;
    padding: 20px;
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 10px;
    box-shadow:
      0 1.9px 2.5px rgba(0, 0, 0, 0.057),
      0 5px 6.1px rgba(0, 0, 0, 0.076),
      0 10.1px 11.4px rgba(0, 0, 0, 0.086),
      0 19.2px 19.8px rgba(0, 0, 0, 0.092),
      0 38.4px 34.8px rgba(0, 0, 0, 0.1),
      0 101px 74px rgba(0, 0, 0, 0.13);
}
.main-box-list .box img {
  width: 35%;
}
.main-box-list .box h5 {
    margin: 0;
    font-size: 15px;
}
.main-box-list .box a {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    margin-top: 10px;
    text-decoration: none;
}

.main-box-list .box.tel {
    font-weight: bold;
    text-align: left;
    padding: 10px;
}
.main-box-list .box.tel a {
    width: auto;
    background-color: inherit;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.main-box-list .box.tel span {
  display: block;
}
.tel-box {
    position: relative;
}
.bnr-txt p {
  font-size: 14px;
}
.main-box-list .box.tel img {
    width: 21%;
    position: absolute;
    right: 0;
    top: 0;
}
.h_about__wrap {
  position: relative;
}
.h_about__wrap::before {
    position: absolute;
    content: "";
    width: 75vw;
    height: 100%;
    background-color: #f1f4f6;
    top: 0%;
    right: 0;
    z-index: -1;
}

.h__contents {
  position: relative;
}

.ttl {
    display: inline-flex;
}
.ttl h2.splitting {
  color: #84a8ff;
}
.ttl h2.splitting .char {
  transition: transform 0.3s cubic-bezier(0.3,0,0.3,1), opacity 0.3s linear;
  transition-delay: calc(20ms * var(--char-index));
}
.ttl h2.splitting[data-scroll="out"] .char {
  opacity: 0.1;
  transform: translateY(0.25em);
}
.ttl h2 {
    position: relative;
    font-size: 34px;

    letter-spacing: 10px;
}
.ttl h2::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #000;
    bottom: -30%;
    left: 0;
}
.ttl span {
    padding: 28px 0 0 30px;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}
.box-wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.box-wrap .left-box {
    background-image: url(../images/h__contents_bg.jpg);
    width: 40%;
    padding: 85px 100px;
    margin-top: 10%;
    background-size: cover;
    background-position: 50%;
    position: relative;
}


.box-wrap .left-box::before {
  content: '';
  background-color: rgba(217,193,180,.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.box-wrap .left-box h3 {
    width: 100%;
    font-size: 28px;
    line-height: 48px;
    font-weight: 100;
    color: #353535;
    position: relative;
}
.box-wrap .left-box p {
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    margin-top: 25px;
    color: #353535;
    position: relative;
}
.box-wrap .right-box {
    width: 50%;
    position: absolute;
    right: 0;
}

.box-wrap .right-box img {
    height: 610px;
    object-fit: cover;
}
.h_service__wrap {
  position: relative;
}
.h_service__wrap::after {
    background-image: url(../images/h__contents_bottom_bg.jpg);
    position: absolute;
    content: "";
    width: 100vw;
    height: 40vh;
    background-color: #f1f4f6;
    top: -8%;
    z-index: -2;
    object-fit: cover;
    background-repeat: inherit;
}
.h_service__wrap.h_service__wrap .s__contents .box.first {
  margin: 0;
}
.h_service__wrap .s__contents h3 {
    width: 100%;
    font-size: 28px;
    line-height: 60px;
    font-weight: 100;
    position: relative;
    margin-bottom: 0;
}
.h_service__wrap .s__contents .box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position: relative;
  margin-top: 5%;
}
.h_service__wrap .s__contents .box:nth-child(1)::after {
    position: absolute;
    content: "01";
    top: 0;
    right: -50px;
    color: #f0f0f0;
    font-size: 170px;
    z-index: -1;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-style: italic;
}

.h_service__wrap .s__contents .box.first {
  margin-top: 15%;
}
.h_service__wrap .s__contents .box img {
  width: 60%;
  object-fit: cover;
}
.h_service__wrap .s__contents .box .text-box {
    padding: 50px 10px 50px 50px;
}
.h_service__wrap .s__contents .box h3 {
  font-size: 28px;
}
.h_service__wrap .s__contents .box span {
    font-size: 16px;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-style: italic;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}
.h_service__wrap .s__contents .box p {
    line-height: 26px;
    margin: 10% 0 12%;
}
/* news */
.n__contents {

}
.n__contents ul.n_list {
    margin-top: 10%;
}
.n__contents ul.n_list li {
    list-style: none;
    padding: 3% 0;
    border-bottom: 1px solid;
}
.n__contents ul.n_list li:first-child {
  padding: 0 0 3% 0;
}
.n__contents ul.n_list li a {
  color: #000;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.n__contents ul.n_list li a span {
  line-height: 28px;
}
.n__contents ul.n_list li a span.date {
  width: 10%;
}
.n__contents ul.n_list li a span.cat {
    padding: 0 10px;
    text-align: center;
    background-color: #0087e6fa;
    color: #FFF;
    display: inline-table;
    font-size: 14px;
    min-width: 100px;
    margin: 0 10px 0 20px;
}
.n__contents ul.n_list li a span.cat.topics {

}
.n__contents ul.n_list li a span.cat.rental {
  background-color: #25278A;
  box-shadow: none;
  background-color:#0087e6fa;
}
.n__contents ul.n_list li a span.cat.sell {
  background-color: #29A8E2;
  background-color:#0087e6fa;
}
.n__contents ul.n_list li a span.cat.other {
  background-color: #E90517;
  background-color:#0087e6fa;
}
.n__contents ul.n_list li a span.title {
    width: 75%;
    margin-left: 3%;
}
/* banner area */
.h_banner_wrap {
    background-image: url(../images/banner-bg.png);
    width: 100%;
    padding: 50px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.h_banner_wrap .b_contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:20px;
}
.h_banner_wrap .b_contents .box:last-child img {
  width: 100%;
}
.h_banner_wrap .b_contents .box img {
  width: 70%;
}
.h_banner_wrap .b_contents .box p {
    margin: 10px 0;
}
.h_banner_wrap .b_contents .box p span {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.h_banner_wrap .b_contents .box p.call {
  font-size: 40px;
  color: #0087e6fa;
  font-weight: bold;
}
.h_banner_wrap .b_contents .box p.call span {
    display: initial;
}
.h_banner_wrap .b_contents .box a.map {
  text-align: right;
  margin-top: 5%;
  display: block;
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #000;
}
.h_banner_wrap .b_contents .box a.btn-arrow.black {
    position: relative;
    color: #000;
    display: block;
    margin-top: 10%;
    font-size: 16px;
    width: 80%;
}
/* 会社概要 */
.h_profile_wrap {
    background-color: #f9f9f9;
    padding: 20px 0 100px 0;
    margin-top: 5%;
}
.profile-table {
  margin: 0 auto;
}

.profile-table .table {
    width: 100%;
    overflow: hidden;
    border: none;
    border-spacing: 20px;
    font-size: 16px;
}
.profile-table .table span {
    font-size: 16px;
    width: 100px;
    display: inline-block;
}
.profile-table .table th {
    width: 240px;
    padding: 40px 0px 25px 0px;
    border-bottom: solid 1px #707070;
    box-sizing: border-box;
    text-align: left;
    border-top: none;
    position: relative;
}
.profile-table .table th p {
  position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%) translateX(0%);
      -webkit- transform: translateY(-50%) translateX(0%);
}
.profile-table .table td {
    padding: 25px 0px 25px 0px;
    border-bottom: solid 1px #E4E4E4;
    border-top: none;
    line-height: 30px;
}
.profile-table .table td a {
  display: initial;
  margin-left: 5%;
}
.p_contents {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.p_contents .box {
  width: 50%;
}
.p_contents .box h3 {
  font-weight: bold;
      font-size: 18px;
      font-family: "futura-pt",sans-serif,"æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“","Yu Gothic",YuGothic;
      line-height: 1.6;
      margin-bottom: 10px;
}
.p_contents .box p {
      font-weight: 500;
      line-height: 24px;
}
.p_contents .box p.access-train {
      margin-top: 45px;
}
.p_contents .box p.access-train em {
      display: block;
}
.p_contents .box img {

}
.p_contents .box a {

}
.p_contents .box a.map {
    text-align: right;
    margin-top: 5%;
    display: block;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #000;
}
.h_ft_bnr_wrap {
  position: relative;
}
.h_ft_bnr_wrap::before {
  content: "";
  background-color: #d9c1b4;
  width: 70%;
  height: 100%;
  max-height: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/* 採用情報 */
.h_recruit_wrap {

}
.h_recruit_wrap .r_contents {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.h_recruit_wrap .r_contents .box {

}
.h_recruit_wrap .r_contents .box:nth-child(1) {
  width: 80%;
}
.h_recruit_wrap .r_contents .box:nth-child(2) {
  width: 30%;
}
.h_recruit_wrap .r_contents .box h3 {
  width: 100%;
  font-size: 28px;
  line-height: 48px;
  font-weight: 100;
  position: relative;
}
.h_recruit_wrap .r_contents .box p {
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  margin-top: 25px;
  position: relative;
}
.h_recruit_wrap .r_contents .box img {

}
.service_box {
  display: flex;
  justify-content: center; /*左右中央揃え*/
  align-items: center;     /*上下中央揃え*/
}
.service_box .img_box {
    width: 50%;
    height: 400PX;
}
.service_box .img_box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.service_box .txt_box {
    width: 50%;
    background-color: #28A9E3;
    color: #FFF;
}
.service_box .txt_box h2 {
    padding: 10% 10% 0;
    font-size: 22px;
}
.service_box .txt_box p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 25px;
    position: relative;
    padding: 0 10%;
}

.column-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.column-flex:nth-child(1)::before {
    position: absolute;
    content: "01";
    top: 0;
    right: 0;
    font-size: 160px;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #f5f5f5;
    z-index: -3;
}
.column-flex:nth-child(2)::before {
    position: absolute;
    content: "02";
    top: 0;
    left: 0;
    font-size: 160px;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #f5f5f5;
    z-index: -3;
}
.column-flex:nth-child(3)::before {
    position: absolute;
    content: "03";
    top: 0;
    right: 0;
    font-size: 160px;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-style: italic;
    font-weight: bold;
    color: #f5f5f5;
    z-index: -3;
}
.column-flex:nth-child(1):after {
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000;
    content: "";
    top: 80px;
    right: 80px;
}
.column-flex:nth-child(2):after {
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000;
    content: "";
    top: 80px;
    left: 60px;
}
.column-flex:nth-child(3):after {
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000;
    content: "";
    top: 80px;
    right: 80px;
}
.column-flex .img-box {
    width: 50%;
}
.column-flex .img-box img {
    min-height: 400px;
    object-fit: cover;
}
.column-flex .text-area {
    width: 50%;
    padding: 100px;
}
.column-flex .text-area h2 {
    font-size: 28px;
}
.column-flex .text-area h5 {
    padding-left: 10%;
    position: relative;
}
.column-flex .text-area p {
    margin-top: 5%;
    line-height: 2;
    letter-spacing: 1px;
}
.order-md-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-md-1 {
    -ms-flex-order: 1;
    order: 1;
}
.service_wrap {
overflow: auto;
}
.service_wrap .box {
    width: 25%;
    float: left;
}
.service_wrap .box h3 {
    font-size: 18px;
    padding: 15px 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
    margin: 10px;
}
.service_wrap .box ul {
    padding-left: 35px;
    padding-top: 10px;
}
.service_wrap .box ul li {
    margin-bottom: 12px;
}
.semipolar-spinner, .semipolar-spinner * {
      box-sizing: border-box;
    }

    .semipolar-spinner {
      height: 65px;
      width: 65px;
      position: relative;
    }

    .semipolar-spinner .ring {
      border-radius: 50%;
      position: absolute;
      border: calc(65px * 0.05) solid transparent;
      border-top-color: #ff1d5e;
      border-left-color: #ff1d5e;
      animation: semipolar-spinner-animation 2s infinite;
    }

    .semipolar-spinner .ring:nth-child(1) {
      height: calc(65px - 65px * 0.2 * 0);
      width: calc(65px - 65px * 0.2 * 0);
      top: calc(65px * 0.1 * 0);
      left: calc(65px * 0.1 * 0);
      animation-delay: calc(2000ms * 0.1 * 4);
      z-index: 5;
    }

    .semipolar-spinner .ring:nth-child(2) {
      height: calc(65px - 65px * 0.2 * 1);
      width: calc(65px - 65px * 0.2 * 1);
      top: calc(65px * 0.1 * 1);
      left: calc(65px * 0.1 * 1);
      animation-delay: calc(2000ms * 0.1 * 3);
      z-index: 4;
    }

    .semipolar-spinner .ring:nth-child(3) {
      height: calc(65px - 65px * 0.2 * 2);
      width: calc(65px - 65px * 0.2 * 2);
      top: calc(65px * 0.1 * 2);
      left: calc(65px * 0.1 * 2);
      animation-delay: calc(2000ms * 0.1 * 2);
      z-index: 3;
    }

    .semipolar-spinner .ring:nth-child(4) {
      height: calc(65px - 65px * 0.2 * 3);
      width: calc(65px - 65px * 0.2 * 3);
      top: calc(65px * 0.1 * 3);
      left: calc(65px * 0.1 * 3);
      animation-delay: calc(2000ms * 0.1 * 1);
      z-index: 2;
    }

    .semipolar-spinner .ring:nth-child(5) {
      height: calc(65px - 65px * 0.2 * 4);
      width: calc(65px - 65px * 0.2 * 4);
      top: calc(65px * 0.1 * 4);
      left: calc(65px * 0.1 * 4);
      animation-delay: calc(2000ms * 0.1 * 0);
      z-index: 1;
    }

    @keyframes semipolar-spinner-animation {
      50% {
        transform: rotate(360deg) scale(0.7);
      }
    }

    .h_service__wrap.h_service__wrap .s__contents .box.first {
        margin: 0;
        margin-top: 60px;
    }
iframe.gmap {
    width: 100%;
    height: 400px;
}
.mw_wp_form .error {
    font-size: 93%;
    color: #B70000;
    display: block;
    margin-top: 20px;
    margin-left: 40px;
}


.main-box-list.banner-grid {
    position: absolute;
    bottom: 5%;
    left: 0%;
    z-index: 10;
    padding: 20px 0;
    width: 250px;
    max-width: inherit;
}
.main-box-list .grid-box.tel {
    font-weight: bold;
    text-align: left;
    padding: 10px;
    display: grid;
    grid-template-columns: 3fr 1fr;
}
.main-box-list.banner-grid .grid-box {
    text-align: center;
    padding: 20px 0;
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 10px;
    box-shadow:
      0 1.9px 2.5px rgba(0, 0, 0, 0.057),
      0 5px 6.1px rgba(0, 0, 0, 0.076),
      0 10.1px 11.4px rgba(0, 0, 0, 0.086),
      0 19.2px 19.8px rgba(0, 0, 0, 0.092),
      0 38.4px 34.8px rgba(0, 0, 0, 0.1),
      0 101px 74px rgba(0, 0, 0, 0.13);
}
.main-box-list .grid-box img {
  width: 35%;
}
.main-box-list .grid-box h5 {
    margin: 0;
    font-size: 15px;
}
.main-box-list .grid-box a {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    margin-top: 10px;
    text-decoration: none;
    width: 80%;
}

.main-box-list .grid-box.tel {
    font-weight: bold;
    text-align: left;
    padding: 10px;
}
.main-box-list .grid-box.tel a {
    width: auto;
    background-color: inherit;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.main-box-list .grid-box.tel span {
  display: block;
}
.tel-box {
    position: relative;
}
.bnr-txt p {
  font-size: 14px;
}
.main-box-list .grid-box.tel img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.grid-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:20px;
  margin-bottom: 100px;
}
.grid-wrap a {
  color: #333;
}
.grid-wrap img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
