@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

#contact,
#flow,
#tec,
#plan1,
#plan2,
#plan3,
#id1,
#id2,
#id3,
#id4,
#company1,
#company2,
#company3 {
  position: relative;
  top: -97px;
}
@media screen and (max-width: 1000px) {
  #contact,
  #flow,
  #tec,
  #plan1,
  #plan2,
  #plan3,
  #id1,
  #id2,
  #id3,
  #id4,
  #company1,
  #company2,
  #company3 {
    top: -60px;
  }
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  background: #fff;
  overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 36px;
    -webkit-box-shadow: 0 3px 3px rgba(62, 62, 62, 0.3);
            box-shadow: 0 3px 3px rgba(62, 62, 62, 0.3);
  }
}

.inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 20px;
  }
}

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .header-inner {
    padding: 0 20px;
  }
}

.mv-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .mv-inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D9D9D9;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 10px;
  margin: 0;
  outline: none;
}

body {
  padding-top: 77px;
}
@media screen and (max-width: 1000px) {
  body {
    padding-top: 50.22px;
  }
}

.header {
  padding: 10px 0;
  background: #fff;
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex .logo {
  max-width: 250px;
}
@media screen and (max-width: 1100px) {
  .header .flex .logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .header .flex .logo {
    max-width: 180px;
  }
}
.header .flex .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .flex .logo a:hover {
  opacity: 0.6;
}
.header .flex .header-nav {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px;
}
.header .flex .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .flex .header-nav ul li {
  margin: 0 3%;
}
.header .flex .header-nav ul li a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .header .flex .header-nav ul li a {
    font-size: 15px;
  }
}
.header .flex .header-nav ul li a:hover {
  color: #01BC87;
}
.header .flex .header-tel {
  white-space: nowrap;
}
.header .flex .header-tel a {
  color: #01BC87;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .flex .header-tel a:hover {
  opacity: 0.6;
}
.header .flex .header-tel .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.header .flex .header-tel .heading .tel-icon {
  width: 23px;
  margin-right: 5px;
}
.header .flex .header-tel .heading .num {
  font-family: "Alexandria", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.header .flex .header-tel .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #fff;
  background: #01BC87;
  padding: 5px 3px;
  font-weight: 500;
}

.drawer-icon {
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 1001px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 35px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 35px;
  height: 1.5px;
  background: #000;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar2 {
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar3 {
  top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.drawer-content.is-active {
  display: block;
}

.drawer-content {
  overflow-y: scroll;
}

.drawer-icon-nav {
  padding-top: 50px;
}
.drawer-icon-nav ul li {
  border-bottom: 1px solid #01BC87;
  padding: 0 20px;
}
.drawer-icon-nav ul li.active {
  background: #01BC87;
}
.drawer-icon-nav ul li.active a {
  color: #fff;
}
.drawer-icon-nav ul li.active a::after {
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #000;
  display: block;
  padding: 10px 0;
  position: relative;
}
.drawer-icon-nav ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #01BC87;
  border-right: 1.5px solid #01BC87;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 0;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

.section {
  padding: 110px 0 120px;
}
@media screen and (max-width: 1000px) {
  .section {
    padding: 50px 0;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title .section-title-wrap {
  display: inline-block;
  line-height: 1.3;
  position: relative;
}
.section-title .en {
  font-family: "Candal", sans-serif;
  font-size: 45px;
  color: #01BC87;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .section-title .en {
    margin-bottom: 4px;
    font-size: 26px;
  }
}
.section-title .ja {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .section-title .ja {
    font-size: 16px;
  }
}

.pickup .slick-dots li button:before {
  font-size: 17px !important;
}

.pickup {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1001px) {
  .pickup {
    padding-bottom: 150px;
  }
}
.pickup .bg1 {
  position: absolute;
  max-width: 100px;
  bottom: -1%;
  left: 20%;
}
@media screen and (max-width: 1000px) {
  .pickup .bg1 {
    left: 5%;
    max-width: 40px;
  }
}
.pickup .bg2 {
  position: absolute;
  max-width: 70px;
  bottom: 0%;
  right: 20%;
}
@media screen and (max-width: 1000px) {
  .pickup .bg2 {
    right: 5%;
    max-width: 30px;
  }
}
.pickup .bg3 {
  position: absolute;
  max-width: 240px;
  bottom: -7%;
  right: -50px;
}
@media screen and (max-width: 1000px) {
  .pickup .bg3 {
    max-width: 25px;
    bottom: 70%;
    right: -5px;
  }
}
.pickup .bg4 {
  position: absolute;
  max-width: 100px;
  bottom: 3%;
  left: 2%;
}
@media screen and (max-width: 1000px) {
  .pickup .bg4 {
    left: 2%;
    max-width: 40px;
    bottom: 80%;
  }
}
.pickup .pickup-slider img {
  width: 100%;
  display: block;
}
.pickup .slick-dots {
  text-align: center;
  margin-top: 20px;
}
.pickup .slick-dots li button:before {
  font-size: 12px;
  color: #d9d9d9;
  /* ドットの色をサイトカラーに */
  opacity: 1;
}
.pickup .slick-dots li.slick-active button::before {
  color: #01BC87;
}
.pickup .pickup-slider-img {
  padding: 0 15px;
}
@media screen and (min-width: 1001px) {
  .pickup .pickup-slider-img .wrap {
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pickup .pickup-slider-img .wrap img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pickup .pickup-slider-img a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.pickup .slick-dots {
  bottom: -35px;
}

.top-property {
  background: url(../img/property-bg.jpg) no-repeat top center/cover;
}
.top-property .inner {
  position: relative;
  z-index: 2;
}

.top-property .section-title .en {
  color: #fff;
}

.top-property-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-property-lists li {
  background: transparent;
}
@media screen and (max-width: 1000px) {
  .top-property-lists li {
    border-radius: 10px 10px 0 0;
  }
}
.top-property-lists li .thumbnail {
  margin-bottom: 10px;
  overflow: hidden;
}
.top-property-lists li .thumbnail .wrap {
  position: relative;
  padding-top: 57%;
}
.top-property-lists li .thumbnail .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-property-lists li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .top-property-lists li a {
    height: 100%;
  }
}
.top-property-lists li a:hover .thumbnail {
  overflow: hidden;
}
.top-property-lists li a:hover .thumbnail img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-property-lists li a:hover .btn .btn-flex .arrow {
  background: #fff;
}
.top-property-lists li a:hover .btn .btn-flex .arrow::after {
  border-top: 1.5px solid #01BC87;
  border-right: 1.5px solid #01BC87;
}
.top-property-lists li a.category1 {
  border: 2px solid #00A2A8;
}
.top-property-lists li a.category1 .category {
  background: #00A2A8;
}
.top-property-lists li a.category2 {
  border: 2px solid #A8D450;
}
.top-property-lists li a.category2 .category {
  background: #A8D450;
}
.top-property-lists li a.category3 {
  border: 2px solid #28bee0;
}
.top-property-lists li a.category3 .category {
  background: #28bee0;
}
.top-property-lists li a.category4 {
  border: 2px solid #2ACCBB;
}
.top-property-lists li a.category4 .category {
  background: #2ACCBB;
}
.top-property-lists li a .category {
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  padding: 5px;
}
@media screen and (max-width: 1000px) {
  .top-property-lists li a .category {
    font-size: 14px;
  }
}
.top-property-lists li a .inside {
  background: #fff;
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .top-property-lists li a .inside {
    padding: 10px;
  }
}
.top-property-lists li a .title {
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid #01BC87;
  line-height: 1.5;
  padding-bottom: 5px;
  min-height: 51px;
}
@media screen and (max-width: 1000px) {
  .top-property-lists li a .title {
    font-size: 12.5px;
    min-height: 45px;
  }
}
.top-property-lists li a .address {
  font-size: 13px;
  padding-top: 5px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .top-property-lists li a .address {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.top-property-lists li a .info {
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .top-property-lists li a .info {
    font-size: 11px;
  }
}
.top-property-lists li a .price {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-top: 7px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .top-property-lists li a .price {
    font-size: 10px;
  }
}
.top-property-lists li a .price span {
  font-size: 170%;
  color: #01BC87;
}
@media screen and (min-width: 1001px) {
  .top-property-lists li {
    width: calc(25% - 22.5px);
    margin-right: 30px;
  }
  .top-property-lists li:nth-child(4n) {
    margin-right: 0;
  }
  .top-property-lists li:nth-child(n+5) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .top-property-lists li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .top-property-lists li:nth-child(2n) {
    margin-right: 0;
  }
  .top-property-lists li:nth-child(n+3) {
    margin-top: 15px;
  }
}
.top-property-lists .btn {
  text-align: right;
  line-height: 1;
}
.top-property-lists .btn .btn-flex {
  color: #01BC87;
  font-weight: 700;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .top-property-lists .btn .btn-flex {
    font-size: 12px;
  }
}
.top-property-lists .btn .btn-flex .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
  height: 20px;
  background: #01BC87;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  border: 1px solid #01BC87;
}
.top-property-lists .btn .btn-flex .arrow::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  left: 43%;
}

.top-property {
  position: relative;
}
.top-property .more-btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .top-property .more-btn {
    margin-top: 30px;
  }
}
.top-property .bg1 {
  position: absolute;
  max-width: 565px;
  top: 18%;
  left: -5%;
}
@media screen and (max-width: 1000px) {
  .top-property .bg1 {
    max-width: 200px;
  }
}
.top-property .bg2 {
  position: absolute;
  max-width: 550px;
  right: -40px;
  bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .top-property .bg2 {
    right: -20px;
    max-width: 130px;
  }
}

.section-btn1 a {
  background: #01BC87;
  border: 1px solid #01BC87;
  display: inline-block;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 3px 3px 0 rgba(62, 62, 62, 0.3);
          box-shadow: 3px 3px 0 rgba(62, 62, 62, 0.3);
}
.section-btn1 a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 1000px) {
  .section-btn1 a {
    font-size: 15px;
  }
}
.section-btn1 a .section-btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-btn1 a .section-btn-flex .arrow {
  position: relative;
  margin-left: 10px;
}
.section-btn1 a .section-btn-flex .arrow::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 60%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  left: 43%;
}

.footer {
  position: relative;
  padding-top: 80px;
}
.footer .footer-left {
  position: absolute;
  max-width: 400px;
  top: 10%;
  left: -5%;
}
@media screen and (max-width: 1000px) {
  .footer .footer-left {
    top: 5%;
    max-width: 150px;
    width: 30%;
  }
}
.footer .footer-right {
  position: absolute;
  max-width: 400px;
  top: 10%;
  right: -5%;
}
@media screen and (max-width: 1000px) {
  .footer .footer-right {
    top: 5%;
    max-width: 150px;
    width: 30%;
  }
}
.footer .inner {
  position: relative;
  z-index: 3;
}
.footer .footer-title {
  font-family: "Candal", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .footer .footer-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .footer {
    padding-top: 50px;
  }
}
.footer .contents1 {
  background: url(../img/footert-bg.png) no-repeat top center/cover;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .footer .contents1 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.footer .contents1-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1000px) {
  .footer .contents1-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer .contents1-flex ul {
  border-left: 1px solid #000;
  padding-left: 15px;
}
@media screen and (max-width: 1000px) {
  .footer .contents1-flex ul {
    padding-left: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .contents1-flex ul {
    width: 50%;
  }
}
.footer .contents1-flex ul li {
  margin-bottom: 10px;
}
.footer .contents1-flex ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .footer .contents1-flex ul li:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .contents1-flex ul li {
    margin-bottom: 7px;
    height: 29px;
  }
}
.footer .contents1-flex ul li a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .footer .contents1-flex ul li a {
    font-size: 11px;
    line-height: 1.3;
    height: 100%;
  }
}
.footer .contents1-flex ul li a:hover {
  color: #01BC87;
}
.footer .contents2 {
  background: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 1000px) {
  .footer .contents2 {
    padding: 10px 0;
  }
}
.footer .contents2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer .contents2 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .contents2 ul li {
    width: 33.333%;
    text-align: center;
    white-space: nowrap;
  }
  .footer .contents2 ul li:nth-child(n+7) {
    margin-bottom: 0;
  }
}
.footer .contents2 ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .footer .contents2 ul li a {
    font-size: 12px;
    line-height: 1.2;
  }
}
.footer .contents2 ul li a:hover {
  color: #01BC87;
}
.footer .contents3 {
  background: #01BC87;
  color: #fff;
  padding: 15px 0;
}
.footer .contents3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer .contents3 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }
}
.footer .contents3 ul li {
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .footer .contents3 ul li {
    width: 100%;
    line-height: 1.3;
    font-size: 11px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .footer .contents3 ul li:last-child {
    margin-bottom: 0;
  }
}

.top-search {
  position: relative;
}
.top-search .bg1 {
  position: absolute;
  max-width: 150px;
  right: 3%;
  top: 50px;
}
@media screen and (max-width: 1000px) {
  .top-search .bg1 {
    max-width: 40px;
  }
}
.top-search .bg2 {
  position: absolute;
  max-width: 130px;
  left: 3%;
  bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .top-search .bg2 {
    max-width: 45px;
  }
}
.top-search .left-bg {
  position: absolute;
  left: -780px;
  width: 640px;
  top: -50px;
}
@media screen and (max-width: 1000px) {
  .top-search .left-bg {
    left: -180px;
    width: 140px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.top-search .row {
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .top-search .row {
    margin-bottom: 30px;
  }
}
.top-search .row:last-child {
  margin-bottom: 0;
}
.top-search .row2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .top-search .row2 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-search .row2 ul li {
  width: 130px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .top-search .row2 ul li {
    width: calc(25% - 7.5px);
    margin-right: 10px;
  }
  .top-search .row2 ul li:nth-child(4n) {
    margin-right: 0;
  }
  .top-search .row2 ul li:nth-child(n+5) {
    margin-top: 10px;
  }
}
.top-search .row2 ul li a {
  display: block;
  background: #01BC87;
  color: #fff;
  font-weight: 600;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .top-search .row2 ul li a {
    padding: 10px 0;
    font-size: 13px;
  }
}
.top-search .row2 ul li a:hover {
  background: #2ACCBB;
}
.top-search .row3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .top-search .row3 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-search .row3 ul li {
  width: 23%;
}
@media screen and (max-width: 1000px) {
  .top-search .row3 ul li {
    width: 48%;
  }
  .top-search .row3 ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.top-search .row3 ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
.top-search .row3 ul li .flex .icon {
  width: auto;
  height: 40px;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .top-search .row3 ul li .flex .icon {
    height: 30px;
  }
}
.top-search .row3 ul li .flex .icon img {
  height: 100%;
  width: 100%;
}
.top-search .row3 ul li a {
  background: #01BC87;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  height: 80px;
  position: relative;
}
.top-search .row3 ul li a:hover {
  background: #2ACCBB;
}
@media screen and (max-width: 1000px) {
  .top-search .row3 ul li a {
    font-size: 13px;
    height: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .top-search .row3 ul li a .text {
    width: 48%;
  }
}
.top-search .inner {
  position: relative;
  z-index: 2;
}

#mapster_wrap_0 {
  width: 100% !important;
}
#mapster_wrap_0 img {
  width: 100% !important;
  height: auto !important;
}

#mapster_wrap_1 {
  width: 100% !important;
}
#mapster_wrap_1 img {
  width: 100% !important;
  height: auto !important;
}

#mapster_wrap_2 {
  width: 100% !important;
}
#mapster_wrap_2 img {
  width: 100% !important;
  height: auto !important;
}

.cls-5 {
  cursor: pointer;
}
.cls-5:hover {
  fill: #01BC87;
}

#mapster_wrap_3 {
  width: 100% !important;
}
#mapster_wrap_3 img {
  width: 100% !important;
  height: auto !important;
}

.menu-items-wrapper {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .menu-items-wrapper {
    margin-bottom: 20px;
    position: fixed;
    top: 50.22px; /* ヘッダーの高さに合わせて調整 */
    left: 0;
    right: 0;
    z-index: 299;
    max-width: 500px;
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.menu-items-wrapper.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.menu-items {
  display: none;
}
@media screen and (max-width: 1000px) {
  .menu-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-content: center;
    padding: 10px 20px;
    gap: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .menu-link {
    font-size: 13px;
    background: #01BC87;
    color: #fff;
    text-align: center;
  }
  .menu-link a {
    display: block;
    color: #fff;
    padding: 5px 15px;
  }
}

.mv {
  padding-top: 0px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .mv {
    padding-top: 50px;
    margin-top: 72px;
  }
}
.mv #s-parts {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}
@media screen and (max-width: 1000px) {
  .mv #s-parts {
    -webkit-transform: translate(42%, 15%);
            transform: translate(42%, 15%);
  }
}
.mv .bottom {
  position: absolute;
  right: -3%;
  bottom: -25%;
  width: 80%;
  z-index: 2;
  max-width: 1200px;
}
@media screen and (max-width: 1000px) {
  .mv .bottom {
    bottom: -15%;
  }
}
.mv .bg1 {
  position: absolute;
  top: 7%;
  left: 2%;
  width: 9%;
}
@media screen and (max-width: 1000px) {
  .mv .bg1 {
    top: -5%;
    width: 15%;
  }
}
.mv .bg2 {
  position: absolute;
  bottom: 15%;
  right: 7%;
  width: 16%;
}
@media screen and (max-width: 1000px) {
  .mv .bg2 {
    bottom: initial;
    top: 10%;
    width: 20%;
  }
}
.mv .contents {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 53%;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .mv .contents {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    max-width: 400px;
  }
}
.mv .contents .txt1 {
  font-size: 22px;
  font-weight: 700;
  text-align: right;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .mv .contents .txt1 {
    font-size: 18px;
    text-align: left;
    display: inline-block;
  }
}
.mv .contents .txt1::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: #000;
}
.mv .contents .txt2 {
  font-size: 46px;
  font-weight: 700;
  font-family: "Candal", sans-serif;
  color: #00999F;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .mv .contents .txt2 {
    font-size: 30px;
  }
}
.mv .contents .txt3 {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .mv .contents .txt3 {
    font-size: 16px;
  }
}
.mv .txt1,
.mv .txt2,
.mv .txt3 {
  opacity: 0;
  -webkit-transform: translateY(30px) scale(1.1);
          transform: translateY(30px) scale(1.1);
  /* 下から大きめに */
  -webkit-animation: stylishFade 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: stylishFade 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.mv .txt1 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.mv .txt2 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.mv .txt3 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
@-webkit-keyframes stylishFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
    -webkit-filter: blur(1px);
            filter: blur(1px);
    /* ぼかして入れると高級感UP */
  }
  80% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
    /* 少し通り過ぎる */
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes stylishFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
    -webkit-filter: blur(1px);
            filter: blur(1px);
    /* ぼかして入れると高級感UP */
  }
  80% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1);
    /* 少し通り過ぎる */
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.mv-contact {
  position: absolute;
  top: 10%;
  right: 40px;
  max-width: 149px;
  z-index: 6;
}
@media screen and (max-width: 1100px) {
  .mv-contact {
    max-width: 129px;
  }
}
@media screen and (max-width: 1000px) {
  .mv-contact {
    pointer-events: none;
    visibility: hidden;
  }
}
.mv-contact a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mv-contact a:hover {
  opacity: 0.6;
}

.mv-inner {
  position: relative;
}

.mv-contact {
  /* 3秒後に開始 */
}

.mv-contact2 {
  opacity: 1;
  -webkit-animation: initial;
          animation: initial;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  /* 3秒後に開始 */
}

.common-fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .common-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: initial;
    -webkit-transform: initial;
            transform: initial;
    bottom: 0;
    top: initial;
    width: 100%;
  }
}
.common-fixed .item {
  max-width: 63px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .common-fixed .item {
    height: 36px;
  }
}
.common-fixed .item:last-child a {
  border-right: initial !important;
}
@media screen and (max-width: 1000px) {
  .common-fixed .item {
    margin-bottom: 0;
    width: 33.333%;
    max-width: initial;
    background: #01BC87;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .common-fixed .item a {
    display: block;
    background: #01BC87;
    height: 100%;
    border-right: 1px solid #fff;
  }
  .common-fixed .item a .wrap {
    background: #01BC87;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .common-fixed .item a .wrap img {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50%;
    width: 47px;
  }
}
.common-fixed .item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common-fixed .item a:hover {
  opacity: 0.6;
}

#back-to-top {
  position: fixed;
  bottom: 60px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: #01BC87;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, visibility 0.4s, transform 0.3s;
  transition: opacity 0.4s, visibility 0.4s, transform 0.3s, -webkit-transform 0.3s;
  z-index: 100;
  padding-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  #back-to-top {
    right: 10px;
    width: 35px;
    height: 35px;
    font-size: 12px;
    padding-bottom: 2px;
    bottom: 45px;
  }
}

#back-to-top:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.top-search .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .top-search .tab {
    margin-bottom: 20px;
  }
}
.top-search .tab-btn {
  padding: 20px 0px;
  cursor: pointer;
  background: #01BC87;
  width: 24%;
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top-search .tab-btn {
    font-size: 12px;
    line-height: 1.3;
    padding: 10px 0;
    position: relative;
    height: 50px;
    text-align: center;
  }
  .top-search .tab-btn .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
}
.top-search .tab-btn.active {
  background: #2ACCBB;
  color: #fff;
}
.top-search .tab-btn.active::after {
  content: "";
  position: absolute;
  left: 50%;
  /* 中央寄せしたい場合 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -17px;
  /* 親の下に配置したいとき */
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #2ACCBB;
  /* ▼部分 */
}
.top-search .area {
  display: none;
}
.top-search .area.active {
  display: block;
}
.top-search .row .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .top-search .row .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.top-search .row .title span {
  width: 36px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .top-search .row .title span {
    width: 28px;
  }
}

@media screen and (max-width: 1000px) {
  .footer .contents2 ul {
    margin-bottom: 0;
  }
}
.top-project {
  background: url(../img/top-project-bg.png) no-repeat top center/cover;
}
.top-project ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-project ul li {
  line-height: 1.5;
}
@media screen and (min-width: 1001px) {
  .top-project ul li {
    width: calc(25% - 22.5px);
    margin-right: 30px;
  }
  .top-project ul li:nth-child(4n) {
    margin-right: 0;
  }
  .top-project ul li:nth-child(n+5) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .top-project ul li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .top-project ul li:nth-child(2n) {
    margin-right: 0;
  }
  .top-project ul li:nth-child(n+3) {
    margin-top: 15px;
  }
}
.top-project ul li a {
  display: block;
  background: #fff;
  height: 100%;
  padding: 20px 15px;
  color: #000;
  border-radius: 30px 30px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-project ul li a:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top-project ul li a:hover h3,
.top-project ul li a:hover h4,
.top-project ul li a:hover p {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .top-project ul li a {
    padding: 15px;
    border-radius: 15px 15px 0 0;
  }
}
.top-project ul li a .img {
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-project ul li a .img .wrap {
  overflow: hidden;
}
.top-project ul li a .img .wrap img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-project ul li a .category {
  background: #01BC87;
  color: #fff;
  line-height: 1.3;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  border-radius: 40px;
  margin-bottom: -20px;
  z-index: 2;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  .top-project ul li a .category {
    font-size: 11px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 5px;
    margin-bottom: -10px;
  }
}
.top-project ul li a h3 {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  margin-bottom: 3px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top-project ul li a h3 {
    font-size: 14px;
    height: 37px;
    margin-bottom: 0px;
    line-height: 1.3;
  }
  .top-project ul li a h3 .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}
.top-project ul li a h4 {
  color: #01BC87;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top-project ul li a h4 {
    font-size: 13px;
    height: 33px;
    margin-bottom: 5px;
  }
  .top-project ul li a h4 .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}
.top-project ul li a p {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .top-project ul li a p {
    font-size: 13px;
  }
}

.top-news {
  position: relative;
  z-index: 1;
}
.top-news .bg1 {
  position: absolute;
  top: -5%;
  right: 10%;
  max-width: 184px;
}
@media screen and (max-width: 1000px) {
  .top-news .bg1 {
    width: 20%;
    top: -2%;
    right: 5%;
  }
}
@media screen and (min-width: 1001px) {
  .top-news .heading-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1001px) {
  .top-news .section-title {
    text-align: left;
    margin-bottom: 0;
    margin-right: auto;
  }
}
.top-news ul {
  position: relative;
  z-index: 2;
}
.top-news ul li {
  line-height: 1.3;
  margin-bottom: 20px;
}
.top-news ul li:last-child {
  margin-bottom: 0;
}
.top-news ul li a {
  color: #000;
  display: block;
  font-size: 16px;
  background: #DDF6EB;
  padding: 20px 60px 20px 30px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .top-news ul li a {
    padding: 15px 45px 15px 10px;
  }
}
.top-news ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .top-news ul li a {
    font-size: 14px;
  }
}
.top-news ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .top-news ul li .flex {
    display: block;
  }
}
.top-news ul li .flex .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .top-news ul li .flex .info {
    width: 100%;
    margin-bottom: 10px;
  }
}
.top-news ul li .flex .info .time {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .top-news ul li .flex .info .time {
    font-size: 13px;
  }
}
.top-news ul li .flex .info .category {
  color: #01BC87;
  font-size: 15px;
  border: 1px solid #01BC87;
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .top-news ul li .flex .info .category {
    font-size: 13px;
  }
}
.top-news ul li .flex .title {
  font-size: 16px;
  width: calc(100% - 300px);
}
@media screen and (max-width: 1000px) {
  .top-news ul li .flex .title {
    font-size: 14px;
    width: 100%;
  }
}
.top-news ul .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-news ul .arrow::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #01BC87;
  border-right: 1.5px solid #01BC87;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  left: 43%;
}
@media screen and (max-width: 1000px) {
  .top-news .btn {
    text-align: center;
    margin-top: 30px;
  }
}

.top-cta {
  background: #F8FBDA;
  padding: 80px 0;
}
@media screen and (max-width: 1000px) {
  .top-cta {
    padding: 40px 0;
  }
}
.top-cta ul {
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .top-cta ul {
    max-width: 340px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .top-cta ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.top-cta ul li a {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  color: #fff;
  display: block;
  background: #01BC87;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1000px) {
  .top-cta ul li a {
    width: 160px;
    height: 160px;
    font-size: 13px;
  }
}
@media screen and (max-width: 370px) {
  .top-cta ul li a {
    width: 130px;
    height: 130px;
    font-size: 11px;
  }
}
.top-cta ul li a:hover {
  background: #2ACCBB;
}
.top-cta ul li a .wrap-l {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.top-cta ul li a .icon {
  height: 66px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top-cta ul li a .icon {
    height: 45px;
  }
}
.top-cta ul li a .icon .wrap {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-cta ul li a .icon img {
  width: 40%;
  height: auto;
}
.top-cta ul li a h3 {
  height: 71px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top-cta ul li a h3 {
    height: 55px;
  }
}
.top-cta ul li a h3 .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.top-other .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-other .flex .item {
  width: 48%;
}
.top-other .flex .item .wrap {
  padding-top: 65.25%;
  position: relative;
}
.top-other .flex .item .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-other .flex .item .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-other article a {
  color: #000;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-other article a:hover {
  opacity: 0.6;
}
.top-other .btn {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .top-other .btn {
    margin-bottom: 10px;
  }
}
.top-other .btn a {
  color: #01BC87;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
  line-height: 1;
  border: 1px solid #01BC87;
  max-width: 130px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .top-other .btn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .top-other .btn a {
    font-size: 12px;
  }
}
.top-other .btn a:hover {
  background: #01BC87;
  color: #fff;
}

.instagram .btn {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .instagram .btn {
    margin-bottom: 10px;
  }
}
.instagram .btn a {
  color: #01BC87;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
  line-height: 1;
  border: 1px solid #01BC87;
  max-width: 130px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .instagram .btn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .instagram .btn a {
    font-size: 12px;
  }
}
.instagram .btn a:hover {
  background: #01BC87;
  color: #fff;
}
.instagram .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .instagram .flex2 {
    margin-top: 50px;
    display: block;
  }
}
.instagram .flex2 .item {
  width: 49%;
}
.instagram .flex2 .item:nth-child(2) {
  position: relative;
  top: -10px;
}
@media screen and (max-width: 1000px) {
  .instagram .flex2 .item:nth-child(2) {
    top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .instagram .flex2 .item {
    width: 100%;
  }
}
.instagram .flex2 .item a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.instagram .flex2 .item a:hover {
  opacity: 0.6;
}
.cta-contact {
  position: relative;
}
.cta-contact .bg1 {
  position: absolute;
  left: 0;
  max-width: 200px;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .cta-contact .bg1 {
    width: 14%;
  }
}
.cta-contact .bg2 {
  position: absolute;
  right: 0;
  max-width: 250px;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .cta-contact .bg2 {
    width: 20%;
  }
}
.cta-contact .inner {
  position: relative;
  z-index: 2;
}
.cta-contact .left-bg {
  position: absolute;
  left: -700px;
  width: 640px;
  top: -50px;
}
@media screen and (max-width: 1000px) {
  .cta-contact .left-bg {
    left: -180px;
    width: 140px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.cta-contact .right-bg {
  position: absolute;
  right: -700px;
  width: 640px;
  top: -50px;
}
@media screen and (max-width: 1000px) {
  .cta-contact .right-bg {
    right: -180px;
    width: 140px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.cta-contact .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .cta-contact .flex1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cta-contact .flex1 .item {
  width: 32%;
}
@media screen and (max-width: 1000px) {
  .cta-contact .flex1 .item {
    width: 50%;
    margin-bottom: 10px;
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .cta-contact .flex1 .item:nth-child(n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .cta-contact .flex1 .item:nth-child(3) {
    width: 100%;
  }
}
.cta-contact .flex1 .item a {
  background: #01BC87;
  display: block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  text-align: center;
  padding: 40px 0;
  line-height: 1.5;
}
.cta-contact .flex1 .item a:hover {
  background: #2ACCBB;
}
@media screen and (max-width: 1000px) {
  .cta-contact .flex1 .item a {
    padding: 10px;
  }
}
.cta-contact .flex1 h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .cta-contact .flex1 h3 {
    font-size: 14px;
  }
}
.cta-contact .flex1 .item1 .icon {
  max-width: 53px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1000px) {
  .cta-contact .flex1 .item1 .icon {
    max-width: 35px;
    margin-bottom: 15px;
  }
}
.cta-contact .flex1 .item1 .num {
  font-family: "Alexandria", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .cta-contact .flex1 .item1 .num {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .cta-contact .flex1 .item1 .num {
    font-size: 16px;
  }
}
.cta-contact .flex1 .item1 .txt {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .cta-contact .flex1 .item1 .txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 370px) {
  .cta-contact .flex1 .item1 .txt {
    font-size: 11px;
  }
}
@media screen and (min-width: 1001px) {
  .cta-contact .flex1 .item2 h3 {
    margin-bottom: 30px;
  }
}
.cta-contact .flex1 .item2 .icon {
  max-width: 60px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1000px) {
  .cta-contact .flex1 .item2 .icon {
    max-width: 40px;
    margin-bottom: 15px;
  }
}
.cta-contact .flex1 .item2 .txt {
  color: #01BC87;
  background: #fff;
  border-radius: 30px;
  font-size: 16px;
  padding: 10px 0;
  max-width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .cta-contact .flex1 .item2 .txt {
    max-width: 140px;
    font-size: 13px;
    padding: 7px 0;
  }
}
.cta-contact .flex1 .item3 .icon {
  max-width: 84px;
  margin: 0 auto 10px;
}
.cta-contact .flex1 .item3 .txt {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .cta-contact .flex1 .item3 .txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 370px) {
  .cta-contact .flex1 .item3 .txt {
    font-size: 11px;
  }
}
.cta-contact .flex2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .cta-contact .flex2 {
    margin-bottom: 30px;
  }
}
.cta-contact .flex2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #01BC87;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .cta-contact .flex2 a {
    font-size: 13px;
    line-height: 1.5;
  }
}
.cta-contact .flex2 a:hover {
  background: #2ACCBB;
}
.cta-contact .flex2 a .icon {
  max-width: 22px;
  margin-right: 10px;
}
.cta-contact .flex3 {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cta-contact .flex3 .item {
  width: 48%;
}
.cta-contact .flex3 .item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta-contact .flex3 .item a:hover {
  opacity: 0.6;
}

.common-section2 {
  position: relative;
}
.common-section2 .bg1 {
  position: absolute;
  top: 100px;
  left: 2%;
  width: 11%;
}
@media screen and (max-width: 1000px) {
  .common-section2 .bg1 {
    top: 40px;
    width: 15%;
  }
}
.common-section2 .bg2 {
  position: absolute;
  top: 500px;
  right: 4.5%;
  width: 7%;
}
@media screen and (max-width: 1000px) {
  .common-section2 .bg2 {
    bottom: initial;
    top: initial;
    top: 40px;
    width: 10%;
    right: 1%;
  }
}
.common-section2 .inner {
  position: relative;
  z-index: 2;
}
.common-section2 .mv-inner {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  .footer .contents2 ul {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .footer .contents2 ul a {
    font-size: 12px;
  }
  .footer .contents2 ul li:nth-child(7) {
    width: 50%;
  }
  .footer .contents2 ul li:nth-child(8) {
    width: 50%;
  }
}
.sitemap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
}
.sitemap .flex ul {
  width: 45%;
  padding-left: 20px;
}
.sitemap .flex ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .sitemap .flex ul li {
    margin-bottom: 15px;
  }
}
.sitemap .flex ul li a {
  line-height: 1.3;
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: relative;
}
.sitemap .flex ul li a::after {
  position: absolute;
  content: "⚫︎";
  color: #989898;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .sitemap .flex ul li a {
    font-size: 13px;
  }
}
.sitemap .flex ul li a:hover {
  opacity: 0.6;
}

.privacy .contents {
  max-width: 800px;
  margin: 0 auto;
}
.privacy .contents .row {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .privacy .contents .row {
    margin-bottom: 20px;
  }
}
.privacy .contents .row:last-child {
  margin-bottom: 0;
}
.privacy h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .privacy h2 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.privacy h3 {
  color: #01BC87;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .privacy h3 {
    font-size: 14px;
  }
}
.privacy p {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .privacy p {
    font-size: 13px;
  }
}

.page-link .contents h2 {
  font-weight: 700;
  font-size: 28px;
  background: #01BC87;
  line-height: 1;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .page-link .contents h2 {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 20px 0;
  }
}
.page-link .contents .row {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .page-link .contents .row {
    margin-bottom: 30px;
  }
}
.page-link .contents .row:last-child {
  margin-bottom: 0;
}
.page-link .contents .row h3 {
  color: #01BC87;
  border-bottom: 2px solid #01BC87;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .page-link .contents .row h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.page-link .contents .row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .page-link .contents .row ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page-link .contents .row ul li {
  padding-left: 20px;
  width: 33.333%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .page-link .contents .row ul li {
    width: 47%;
    margin-bottom: 10px;
  }
}
.page-link .contents .row ul li a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  position: relative;
}
.page-link .contents .row ul li a::before {
  position: absolute;
  content: "⚫︎";
  color: #989898;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .page-link .contents .row ul li a {
    font-size: 13px;
  }
}
.page-link .contents .row ul li a:hover {
  opacity: 0.6;
}

.bread {
  padding-top: 20px;
}
@media screen and (max-width: 1000px) {
  .bread {
    padding-top: 60px;
  }
}
.bread ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bread ol li {
  position: relative;
  margin: 0 10px;
}
.bread ol li:first-child {
  margin-left: 0;
}
.bread ol a {
  font-size: 12px;
  display: block;
  text-decoration: underline;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .bread ol a {
    font-size: 10px;
  }
}
.bread ol a:hover {
  opacity: 0.6;
}
.bread ol .span {
  font-size: 12px;
  display: block;
  color: #01BC87;
}
@media screen and (max-width: 1000px) {
  .bread ol .span {
    font-size: 10px;
  }
}
.bread nav[aria-label=パンくずリスト] li + li::before {
  content: ">";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -14px;
  font-size: 12px;
}

.staff h2 {
  color: #01BC87;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .staff h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 370px) {
  .staff h2 {
    font-size: 18px;
  }
}
.staff h2 .wrap {
  display: inline-block;
  position: relative;
}
.staff h2 .wrap .left-bg {
  position: absolute;
  left: -520px;
  width: 480px;
  top: -50px;
}
@media screen and (max-width: 1000px) {
  .staff h2 .wrap .left-bg {
    left: -180px;
    width: 140px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none;
  }
}
.staff h2 .wrap .right-bg {
  position: absolute;
  right: -520px;
  width: 480px;
  top: -50px;
}
@media screen and (max-width: 1000px) {
  .staff h2 .wrap .right-bg {
    right: -180px;
    width: 140px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none;
  }
}
.staff .lead {
  color: #01BC87;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .staff .lead {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .staff .lead {
    font-size: 13px;
  }
}
.staff .btn {
  text-align: center;
  line-height: 1;
}
.staff .btn .btn-flex {
  color: #01BC87;
  font-weight: 700;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .staff .btn .btn-flex {
    font-size: 12px;
  }
}
.staff .btn .btn-flex .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
  height: 20px;
  background: #01BC87;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  border: 1px solid #01BC87;
}
.staff .btn .btn-flex .arrow::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  left: 43%;
}
.staff .staff-top {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .staff .staff-top {
    margin-bottom: 30px;
  }
}
.staff .staff-top ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.staff .staff-top ul li {
  margin-right: 0;
}
.staff ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1001px) {
  .staff ul li {
    width: calc(25% - 22.5px);
    margin-right: 30px;
  }
  .staff ul li:nth-child(4n) {
    margin-right: 0;
  }
  .staff ul li:nth-child(n+5) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .staff ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .staff ul li:nth-child(2n) {
    margin-right: 0;
  }
  .staff ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.staff ul li .img {
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  width: 180px;
  height: 180px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1000px) {
  .staff ul li .img {
    width: 100px;
    height: 100px;
  }
}
.staff ul li .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.staff ul li .position {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .staff ul li .position {
    font-size: 13px;
  }
}
.staff ul li .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .staff ul li .name {
    font-size: 16px;
  }
}
.staff ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: center;
  color: #000;
  line-height: 1.3;
}
.staff ul li a:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.staff ul li a:hover .btn .btn-flex .arrow {
  background: #fff;
}
.staff ul li a:hover .btn .btn-flex .arrow::after {
  border-top: 1.5px solid #01BC87;
  border-right: 1.5px solid #01BC87;
}

.staff-single .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 60px;
  border-top: 2px solid #01BC87;
  border-bottom: 2px solid #01BC87;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .staff-single .flex {
    padding: 20px 0;
    display: block;
  }
}
.staff-single .flex .left {
  width: 240px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .staff-single .flex .left {
    width: 100%;
  }
}
.staff-single .flex .left .img {
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  width: 180px;
  height: 180px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1000px) {
  .staff-single .flex .left .img {
    width: 100px;
    height: 100px;
  }
}
.staff-single .flex .left .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.staff-single .flex .left .position {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .staff-single .flex .left .position {
    font-size: 13px;
  }
}
.staff-single .flex .left .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .staff-single .flex .left .name {
    font-size: 16px;
  }
}
.staff-single .flex .right {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1000px) {
  .staff-single .flex .right {
    width: 100%;
  }
}
.staff-single .flex .right h2 {
  font-size: 16px;
  color: #01BC87;
  font-weight: 700;
  margin-bottom: 20px;
}
.staff-single .flex .right p {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .staff-single .flex .right p {
    font-size: 14px;
  }
}
.staff-single .flex .right .hobby {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .staff-single .flex .right .hobby {
    margin-top: 30px;
    font-size: 14px;
  }
}

.single-common-bottom-flex {
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .single-common-bottom-flex {
    margin-top: 30px;
  }
}
.single-common-bottom-flex .link {
  font-weight: 700;
  color: #01BC87;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-common-bottom-flex .link:hover {
  opacity: 0.6;
}
.single-common-bottom-flex .link .arrow {
  width: 15px;
  display: inline-block;
  margin: 0 7px;
}
.single-common-bottom-flex .link .arrow img {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.company .inner {
  max-width: 900px;
}
.company .block {
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .company .block {
    margin-bottom: 50px;
  }
}
.company .block:last-child {
  margin-bottom: 0;
}
.company .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .company .btn-area {
    margin-bottom: 50px;
  }
}
.company .btn-area .btn {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .company .btn-area .btn {
    max-width: 100px;
  }
}
@media screen and (max-width: 370px) {
  .company .btn-area .btn {
    max-width: 90px;
  }
}
.company .btn-area .btn a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .company .btn-area .btn a {
    font-size: 12px;
    padding: 10px;
  }
}
.company h2 {
  color: #01BC87;
  border-bottom: 2px solid #01BC87;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .company h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.company .row {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .company .row {
    font-size: 13px;
  }
}
.company .row:last-child {
  margin-bottom: 0;
}
.company .row .dt {
  width: 200px;
  padding-right: 10px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .company .row .dt {
    width: 70px;
  }
}
.company .row .dd {
  width: calc(100% - 200px);
  padding-left: 15px;
  border-left: 1px solid #000;
}
@media screen and (max-width: 1000px) {
  .company .row .dd {
    padding-left: 10px;
    width: calc(100% - 70px);
  }
}
.company .map {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .company .map {
    margin-bottom: 10px;
  }
}
.company .map .wrap {
  padding-top: 50%;
  position: relative;
}
.company .map .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company .box {
  background: #EDFFEE;
  border-radius: 15px;
  padding: 40px 60px;
}
@media screen and (max-width: 1000px) {
  .company .box {
    padding: 20px;
  }
}
.company .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .company .box .flex {
    display: block;
  }
}
.company .box .flex .left {
  width: 450px;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .company .box .flex .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.company .box .flex .left a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  display: inline-block;
}
.company .box .flex .left a:hover {
  opacity: 0.6;
}
.company .box .flex .left span {
  display: inline-block;
}
.company .box .flex .left .address {
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .company .box .flex .left .address {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 370px) {
  .company .box .flex .left .address {
    font-size: 13px;
    text-align: center;
  }
}
.company .box .flex .left .tel {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .company .box .flex .left .tel {
    font-size: 14px;
    text-align: center;
  }
}
.company .box .flex .left .tel .icon {
  width: 15px;
  margin-right: 5px;
}
@media screen and (max-width: 1000px) {
  .company .box .flex .left .tel .icon {
    width: 12px;
    margin-right: 2px;
  }
}
.company .box .flex .left .tel .icon img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.company .box .flex .left .text {
  color: #008323;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .company .box .flex .left .text {
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 370px) {
  .company .box .flex .left .text {
    font-size: 12px;
  }
}
.company .box .flex .left .text .big {
  font-size: 140%;
}
.company .box .flex .right {
  width: calc(100% - 500px);
}
@media screen and (max-width: 1000px) {
  .company .box .flex .right {
    width: 100%;
  }
}
.company .bg3 {
  position: absolute;
  top: 30%;
  left: 2%;
  width: 12%;
}
@media screen and (max-width: 1000px) {
  .company .bg3 {
    top: 30%;
    width: 15%;
    display: none;
  }
}
.company .bg4 {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 12%;
}
@media screen and (max-width: 1000px) {
  .company .bg4 {
    bottom: initial;
    top: initial;
    top: 50%;
    width: 10%;
    right: 1%;
    display: none;
  }
}
.company .bg5 {
  position: absolute;
  top: 70%;
  left: 2%;
  width: 9%;
}
@media screen and (max-width: 1000px) {
  .company .bg5 {
    top: 70%;
    width: 15%;
    display: none;
  }
}

.news-archive .section-title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .news-archive .section-title {
    margin-bottom: 30px;
  }
}
.news-archive .section-btn1 {
  position: relative;
}
.news-archive .section-btn1 a {
  display: block;
  width: 100%;
  width: 200px;
  background: #989898;
  border: 1px solid #989898;
}
.news-archive .section-btn1 a.active {
  pointer-events: none;
  background: #01BC87;
}
@media screen and (max-width: 1000px) {
  .news-archive .section-btn1 a {
    max-width: 155px;
    font-size: 13px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 370px) {
  .news-archive .section-btn1 a {
    max-width: 130px;
    font-size: 13px;
    padding: 15px 0;
  }
}

.tab-news-area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1000px) {
  .tab-news-area2 {
    margin-bottom: 30px;
  }
}

.arrow-bottom-btn {
  max-width: 18px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .arrow-bottom-btn {
    bottom: -18px;
    max-width: 15px;
  }
}

.single-news .contents {
  padding-bottom: 60px;
  border-bottom: 2px solid #01BC87;
}
@media screen and (max-width: 1000px) {
  .single-news .contents {
    padding-bottom: 30px;
  }
}
.single-news .contents img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .single-news .contents img {
    margin-bottom: 15px;
  }
}
.single-news .contents p {
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .single-news .contents p {
    font-size: 14px;
  }
}
.single-news .contents h2 {
  font-size: 24px;
  font-weight: 700;
  color: #01BC87;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .single-news .contents h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.single-news .contents h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
  border-bottom: 1px solid #01BC87;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .single-news .contents h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.single-news .contents h4 {
  font-size: 18px;
  font-weight: 700;
  color: #01BC87;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .single-news .contents h4 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.single-news .thumbnail {
  margin-bottom: 20px;
}
.single-news .heading {
  background: #01BC87;
  padding: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .single-news .heading {
    padding: 10px;
  }
}
.single-news .heading .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-news .heading .flex .time {
  font-size: 15px;
  margin-right: 20px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .single-news .heading .flex .time {
    font-size: 13px;
  }
}
.single-news .heading .flex .category {
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  line-height: 1;
  background: #fff;
  color: #01BC87;
}
.single-news .heading h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .single-news .heading h1 {
    font-size: 18px;
  }
}
.single-news .section-title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .single-news .section-title {
    margin-bottom: 30px;
  }
}
.single-news .btn {
  margin-top: 0 !important;
}
.chirashi-archive .section-btn1 {
  position: relative;
}
.chirashi-archive .section-btn1 a {
  display: block;
  width: 100%;
  width: 200px;
  background: #989898;
  border: 1px solid #989898;
}
.chirashi-archive .section-btn1 a.active {
  pointer-events: none;
  background: #01BC87;
}
@media screen and (max-width: 1000px) {
  .chirashi-archive .section-btn1 a {
    max-width: 155px;
    font-size: 13px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 370px) {
  .chirashi-archive .section-btn1 a {
    max-width: 130px;
    font-size: 13px;
    padding: 15px 0;
  }
}
.chirashi-archive .btn {
  text-align: right;
  line-height: 1;
}
.chirashi-archive .btn .btn-flex {
  color: #01BC87;
  font-weight: 700;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .chirashi-archive .btn .btn-flex {
    font-size: 12px;
  }
}
.chirashi-archive .btn .btn-flex .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
  height: 20px;
  background: #01BC87;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  border: 1px solid #01BC87;
  position: relative;
  top: -2px;
}
.chirashi-archive .btn .btn-flex .arrow::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  left: 43%;
}
.chirashi-archive ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1001px) {
  .chirashi-archive ul li {
    width: calc(33.333% - 40px);
    margin-right: 60px;
  }
  .chirashi-archive ul li:nth-child(3n) {
    margin-right: 0;
  }
  .chirashi-archive ul li:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .chirashi-archive ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .chirashi-archive ul li:nth-child(2n) {
    margin-right: 0;
  }
  .chirashi-archive ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.chirashi-archive ul a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: center;
  color: #000;
  line-height: 1.3;
  display: block;
  border: 2px solid #01BC87;
  padding: 30px 10px 10px;
  position: relative;
  background: #fff;
}
.chirashi-archive ul a .time {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 10px 20px;
  background: #01BC87;
  color: #fff;
  display: block;
  max-width: 177px;
  width: 100%;
  text-align: center;
  z-index: 3;
  line-height: 1;
  clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .chirashi-archive ul a .time {
    max-width: 100px;
    padding: 10px 10px 15px;
  }
}
.chirashi-archive ul a .title {
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .chirashi-archive ul a .title {
    font-size: 13px;
  }
}
.chirashi-archive ul a .thumbnail {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
}
.chirashi-archive ul a .thumbnail .wrap {
  overflow: hidden;
  height: 210px;
}
@media screen and (max-width: 1000px) {
  .chirashi-archive ul a .thumbnail .wrap {
    height: 120px;
  }
}
.chirashi-archive ul a .thumbnail .wrap img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.chirashi-archive ul a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.chirashi-archive ul a:hover .thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.chirashi-archive ul a:hover .btn .btn-flex .arrow {
  background: #fff;
}
.chirashi-archive ul a:hover .btn .btn-flex .arrow::after {
  border-top: 1.5px solid #01BC87;
  border-right: 1.5px solid #01BC87;
}

.chirashi-single .inner {
  max-width: 800px;
}
.chirashi-single .box {
  border: 2px solid #01BC87;
}
.chirashi-single .time {
  color: #fff;
  background: #01BC87;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .chirashi-single .time {
    padding: 10px 10px;
    font-size: 18px;
  }
}
.chirashi-single .contents {
  background: #fff;
  padding: 30px 30px 50px;
}
@media screen and (max-width: 1000px) {
  .chirashi-single .contents {
    padding: 20px 20px 25px;
  }
}
.chirashi-single .contents .thumbnail {
  margin-bottom: 10px;
}
.chirashi-single .contents .thumbnail .wrap {
  height: 540px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .chirashi-single .contents .thumbnail .wrap {
    height: initial;
  }
}
.chirashi-single .contents .thumbnail .wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.chirashi-single .contents .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .chirashi-single .contents .title {
    font-size: 18px;
  }
}
.chirashi-single .contents .btn2 {
  text-align: right;
}

.archive-cm ul {
  max-width: 610px;
  margin: 0 auto;
}
.archive-cm ul li {
  padding: 50px 0 40px;
  border-bottom: 2px solid #01BC87;
}
@media screen and (max-width: 1000px) {
  .archive-cm ul li {
    padding: 25px 0 20px;
  }
}
.archive-cm ul li .youtube-wrap {
  width: 100%;
  margin-bottom: 10px;
}
.archive-cm ul li .youtube-wrap .wrap {
  padding-top: 56.25%;
  position: relative;
}
.archive-cm ul li .youtube-wrap .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.archive-cm ul li .time {
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .archive-cm ul li .time {
    font-size: 13px;
  }
}
.archive-cm ul li .title {
  font-size: 18px;
  font-weight: 600;
}
.archive-cm ul li p {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .archive-cm ul li p {
    font-size: 14px;
  }
}

.archive-reform .reform-img {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .archive-reform .reform-img {
    margin-bottom: 30px;
  }
}

.reform-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reform-lists li {
  background: transparent;
}
@media screen and (max-width: 1000px) {
  .reform-lists li {
    border-radius: 10px 10px 0 0;
  }
}
.reform-lists li .thumbnail {
  margin-bottom: 10px;
  overflow: hidden;
}
.reform-lists li .thumbnail .wrap {
  position: relative;
  padding-top: 57%;
}
.reform-lists li .thumbnail .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reform-lists li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .reform-lists li a {
    height: 100%;
  }
}
.reform-lists li a:hover .thumbnail {
  overflow: hidden;
}
.reform-lists li a:hover .thumbnail img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.reform-lists li a:hover .btn .btn-flex .arrow {
  background: #fff;
}
.reform-lists li a:hover .btn .btn-flex .arrow::after {
  border-top: 1.5px solid #01BC87;
  border-right: 1.5px solid #01BC87;
}
.reform-lists li a.category1 {
  border: 2px solid #00A2A8;
}
.reform-lists li a.category1 .category {
  background: #00A2A8;
}
.reform-lists li a.category2 {
  border: 2px solid #A8D450;
}
.reform-lists li a.category2 .category {
  background: #A8D450;
}
.reform-lists li a.category3 {
  border: 2px solid #28bee0;
}
.reform-lists li a.category3 .category {
  background: #28bee0;
}
.reform-lists li a .category {
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  padding: 5px;
}
@media screen and (max-width: 1000px) {
  .reform-lists li a .category {
    font-size: 14px;
  }
}
.reform-lists li a .inside {
  background: #fff;
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .reform-lists li a .inside {
    padding: 10px;
  }
}
.reform-lists li a .title {
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid #01BC87;
  line-height: 1.5;
  padding-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .reform-lists li a .title {
    font-size: 12.5px;
  }
}
.reform-lists li a .address {
  font-size: 13px;
  padding-top: 5px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .reform-lists li a .address {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.reform-lists li a .info {
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .reform-lists li a .info {
    font-size: 11px;
  }
}
.reform-lists li a .price {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-top: 7px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .reform-lists li a .price {
    font-size: 10px;
  }
}
.reform-lists li a .price span {
  font-size: 170%;
  color: #01BC87;
}
@media screen and (min-width: 1001px) {
  .reform-lists li {
    width: calc(25% - 22.5px);
    margin-right: 30px;
  }
  .reform-lists li:nth-child(4n) {
    margin-right: 0;
  }
  .reform-lists li:nth-child(n+5) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .reform-lists li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .reform-lists li:nth-child(2n) {
    margin-right: 0;
  }
  .reform-lists li:nth-child(n+3) {
    margin-top: 15px;
  }
}
.reform-lists .btn {
  text-align: right;
  line-height: 1;
}
.reform-lists .btn .btn-flex {
  color: #01BC87;
  font-weight: 700;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .reform-lists .btn .btn-flex {
    font-size: 12px;
  }
}
.reform-lists .btn .btn-flex .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
  height: 20px;
  background: #01BC87;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  border: 1px solid #01BC87;
}
.reform-lists .btn .btn-flex .arrow::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  left: 43%;
}

.single-reform .heading {
  background: #F5F5F5;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.single-reform .heading .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .single-reform .heading .flex {
    display: block;
  }
}
.single-reform .heading .flex .left {
  width: 66%;
  padding: 10px 40px;
  color: #01BC87;
}
@media screen and (max-width: 1000px) {
  .single-reform .heading .flex .left {
    width: 100%;
    padding: 10px 20px;
  }
}
.single-reform .heading .flex .left h1 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .single-reform .heading .flex .left h1 {
    font-size: 18px;
  }
}
.single-reform .heading .flex .left .address {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .single-reform .heading .flex .left .address {
    font-size: 15px;
  }
}
.single-reform .heading .flex .right {
  width: 34%;
}
@media screen and (max-width: 1000px) {
  .single-reform .heading .flex .right {
    width: 100%;
  }
}
.single-reform .contents {
  border-bottom: 1px solid #D9D9D9;
  padding: 40px 60px 60px;
}
@media screen and (max-width: 1000px) {
  .single-reform .contents {
    padding: 20px 0 40px;
  }
}
.single-reform .contents .gallary-lists {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .single-reform .contents .gallary-lists {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1001px) {
  .single-reform .contents .gallary-lists .img {
    width: 32%;
  }
  .single-reform .contents .gallary-lists .img:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .single-reform .contents .gallary-lists .img {
    width: 48%;
  }
  .single-reform .contents .gallary-lists .img:nth-child(n+3) {
    margin-top: 10px;
  }
}

.contact .inner {
  max-width: 900px;
}
.contact .section-btn1 {
  position: relative;
}
.contact .section-btn1 a {
  width: 200px;
  background: #989898;
  border: 1px solid #989898;
}
@media screen and (max-width: 1000px) {
  .contact .section-btn1 a {
    width: 105px;
    padding: 10px 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 370px) {
  .contact .section-btn1 a {
    width: 90px;
    font-size: 12px;
  }
}
.contact .section-btn1 a.active {
  background: #01BC87;
  pointer-events: none;
}
.contact .tab-news-area2 {
  max-width: 700px;
}
.contact .lead {
  border-top: 2px solid #6A6969;
  font-size: 15px;
  font-weight: 500;
  padding-top: 40px;
  margin-bottom: 20px;
}
.contact .lead span {
  color: #FF3B30;
}
@media screen and (max-width: 1000px) {
  .contact .lead {
    padding-top: 30px;
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.contact .box {
  font-size: 15px;
  font-weight: 500;
  padding: 15px;
  background: #F5F5F5;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .contact .box {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.contact .area {
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .contact .area {
    margin-bottom: 30px;
  }
}
.contact textarea {
  resize: none;
  height: 150px;
}
.contact .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .contact .item {
    margin-bottom: 20px;
    display: block;
  }
}
.contact .item .left {
  width: 150px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .contact .item .left {
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 370px) {
  .contact .item .left {
    font-size: 13px;
  }
}
.contact .item .left .required {
  color: #FF3B30;
}
.contact .item .right {
  font-weight: 700;
  border-left: 1px solid #989898;
  width: calc(100% - 150px);
  padding-left: 20px;
}
@media screen and (max-width: 1000px) {
  .contact .item .right {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
.contact .item .right .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .contact .item .right .flex1 {
    display: block;
  }
}
.contact .item .right .dl {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .contact .item .right .dl {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact .item .right .dl .dt {
  white-space: nowrap;
  margin-right: 5px;
}
@media screen and (min-width: 1001px) {
  .contact .item .right .dl .dt {
    width: 50px;
    min-width: 50px;
    text-align: right;
  }
}
@media screen and (max-width: 1000px) {
  .contact .item .right .dl .dt {
    margin-right: 5px;
    font-size: 13px;
  }
}
.contact .item .right .dl .dd {
  width: 100%;
}
.contact .item .right .dl2 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .contact .item .right .dl2 .dt {
    width: 130px;
    min-width: 130px;
    text-align: right;
  }
}
@media screen and (max-width: 1000px) {
  .contact .item .right .dl2 {
    margin-bottom: 10px;
  }
}
.contact .item .right .dl2:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1001px) {
  .contact .dd-tel input {
    max-width: 240px;
  }
}
@media screen and (min-width: 1001px) {
  .contact .dd-email input {
    max-width: 350px;
  }
}
@media screen and (max-width: 1000px) {
  .contact .dd-yubin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1001px) {
  .contact .dd-yubin input {
    max-width: 240px;
  }
}
@media screen and (max-width: 1000px) {
  .contact .dd-yubin input {
    max-width: 90px;
  }
}
@media screen and (min-width: 1001px) {
  .contact .dd-todofuken select {
    max-width: 240px;
  }
}
.contact .checkbox-area {
  border-top: 2px solid #6A6969;
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .contact .checkbox-area {
    padding-top: 20px;
  }
}
.contact .checkbox-area a {
  color: #0000EE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .checkbox-area a:hover {
  opacity: 0.6;
}
.contact .submit {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .contact .submit {
    margin-top: 20px;
  }
}
.contact .submit input[type=submit] {
  cursor: pointer;
  background: #01BC87;
  border: 1px solid #01BC87;
  display: inline-block;
  color: #fff;
  padding: 20px 30px;
  border-radius: 50px;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 3px 3px 0 rgba(62, 62, 62, 0.3);
          box-shadow: 3px 3px 0 rgba(62, 62, 62, 0.3);
  display: inline-block;
  max-width: 300px;
}
.contact .submit input[type=submit]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 1000px) {
  .contact .submit input[type=submit] {
    font-size: 15px;
  }
}
.contact .contact-title {
  color: #01BC87;
  border-bottom: 2px solid #01BC87;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .contact .contact-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.contact .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .flex2 .dl {
  width: 33.333% !important;
}
@media screen and (max-width: 1000px) {
  .contact .flex2 .dl {
    font-size: 13px;
  }
}
.contact .flex2 .dl input {
  width: 80%;
}
@media screen and (max-width: 1000px) {
  .contact .flex2 .dl input {
    width: 70%;
  }
}
.contact .txt {
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .contact .txt {
    display: block;
    width: 100%;
    margin-top: -4px;
    font-size: 12px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1000px) {
  .contact .flex3 {
    display: block;
  }
  .contact .flex3 .dl {
    width: 100% !important;
  }
  .contact .flex3 .dl .dd input {
    width: 100% !important;
  }
}
.contact .flex4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .contact .flex4 {
    margin-bottom: 5px;
  }
}
.contact .flex4:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .contact .flex4 {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  .contact .flex4 .dl {
    width: 160px !important;
  }
  .contact .flex4 .dl input {
    width: 100% !important;
  }
}

.contact .item .right .dl-text {
  width: 15% !important;
}
@media screen and (max-width: 1000px) {
  .contact .item .right .dl-text {
    white-space: nowrap;
  }
}

#searchAddress {
  background: #6A6969;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  padding: 9px 15px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #6A6969;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  #searchAddress {
    font-size: 11px;
    padding: 9px 10px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 370px) {
  #searchAddress {
    font-size: 10px;
    padding: 9px 5px;
    margin-left: 6px;
  }
}
@media screen and (min-width: 1001px) {
  #searchAddress:hover {
    opacity: 0.6;
  }
}

#searchAddress2 {
  background: #6A6969;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  padding: 9px 15px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #6A6969;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  #searchAddress2 {
    font-size: 11px;
    padding: 9px 10px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 370px) {
  #searchAddress2 {
    font-size: 10px;
    padding: 9px 5px;
    margin-left: 6px;
  }
}
@media screen and (min-width: 1001px) {
  #searchAddress2:hover {
    opacity: 0.6;
  }
}

/* flatpickr カスタマイズ */
.flatpickr-calendar {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.flatpickr-day {
  border-radius: 6px;
}

.flatpickr-day.today {
  background: #e6f7ff;
  border-color: #91d5ff;
  color: #1890ff;
}

.flatpickr-day.selected {
  background: #1890ff;
  color: #fff;
}

.flatpickr-day.disabled {
  color: #ccc !important;
  background: #f5f5f5 !important;
  cursor: not-allowed;
}

span.flatpickr-weekday {
  color: #fff !important;
}

.used-reform1 .used-reform-mv {
  position: relative;
}
.used-reform1 .used-reform-mv .contents {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .used-reform1 .used-reform-mv .contents {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    margin-top: 20px;
  }
}
.used-reform1 .used-reform-mv .contents .txt1 {
  font-size: 100px;
  font-weight: 300;
  color: #BCEDD8;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .used-reform1 .used-reform-mv .contents .txt1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.used-reform1 .used-reform-mv .contents .txt2 {
  font-size: 50px;
  font-weight: 700;
  color: #01BC87;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .used-reform1 .used-reform-mv .contents .txt2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.used-reform1 .used-reform-mv .contents .txt3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #01BC87;
  display: inline-block;
  line-height: 1.5;
  padding: 15px 25px;
}
@media screen and (max-width: 1000px) {
  .used-reform1 .used-reform-mv .contents .txt3 {
    font-size: 14px;
    padding: 10px;
  }
}

.used-reform2 {
  background: url(../img/used-reform2-bg.jpg) no-repeat center center/cover;
}
.used-reform2 .txt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .used-reform2 .txt {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.used-reform2 .txt span {
  color: #01BC87;
  font-size: 140%;
}
.used-reform2 .img {
  max-width: 700px;
  margin: 0 auto;
}

.used-reform3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .used-reform3 .flex {
    margin-bottom: 30px;
  }
}
.used-reform3 .flex .img {
  width: 32%;
}
.used-reform3 .more-btn {
  text-align: center;
}

.reason h2 {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .reason h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 370px) {
  .reason h2 {
    font-size: 14px;
  }
}
.reason h2 .bottom-span {
  font-size: 200%;
}
.reason h2 .green {
  color: #01BC87;
}
.reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.reason ul li {
  width: 47%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .reason ul li {
    width: 47%;
  }
}
.reason ul li:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .reason ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.reason ul li .img {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
}
.reason ul li .img .wrap {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  line-height: 1;
}
.reason ul li .img .wrap .text {
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .reason ul li .img .wrap .text {
    font-size: 15px;
  }
}
.reason ul li .img .wrap .num {
  font-size: 80px;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  .reason ul li .img .wrap .num {
    font-size: 40px;
  }
}
.reason ul li h3 {
  font-size: 22px;
  font-weight: 700;
  color: #01BC87;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .reason ul li h3 {
    font-size: 14px;
  }
}

.re-sec {
  margin-top: -90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .re-sec {
    margin-top: -40px;
    padding-bottom: 50px;
  }
}
.re-sec .heading {
  color: #01BC87;
  text-align: center;
}
.re-sec .heading .re-text {
  font-size: 30px;
  line-height: 1;
  margin-bottom: -10px;
}
@media screen and (max-width: 1000px) {
  .re-sec .heading .re-text {
    font-size: 14px;
  }
}
.re-sec .heading .num {
  font-size: 100px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .re-sec .heading .num {
    font-size: 50px;
    margin-bottom: 5px;
  }
}
.re-sec .heading h2 {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .re-sec .heading h2 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 370px) {
  .re-sec .heading h2 {
    font-size: 18px;
  }
}
.re-sec .lead {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .re-sec .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.re-sec .c-flex-heading {
  background: #FFF89E;
  color: #01BC87;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .re-sec .c-flex-heading {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.re-sec .c-flex-heading::after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  /* 左側の透明部分 */
  border-right: 10px solid transparent;
  /* 右側の透明部分 */
  border-top: 15px solid #FFF89E;
  /* 下向き三角形の色と高さ */
}
.re-sec .c-last-title {
  text-align: center;
  color: #FFBF10;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.5;
  border-bottom: 2px solid #FFBF10;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .re-sec .c-last-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.re-sec .c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .re-sec .c-flex {
    display: block;
  }
}
.re-sec .c-flex .left {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .re-sec .c-flex .left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.re-sec .c-flex .right {
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .re-sec .c-flex .right {
    width: 100%;
  }
}
.re-sec .c-flex .c-img {
  height: 200px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .re-sec .c-flex .c-img {
    height: 150px;
  }
}
.re-sec .c-flex .c-img .c-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.re-sec .c-flex .c-img .c-contents .title {
  color: #01BC87;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .re-sec .c-flex .c-img .c-contents .title {
    font-size: 22px;
  }
}
.re-sec .c-flex .c-img .c-contents .text {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
.re-sec .c-flex .c-img img {
  width: auto;
  height: 100%;
}
.re-sec .c-flex .c-btn {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .re-sec .c-flex .c-btn {
    margin-top: 10px;
  }
}

.re-sec1 .img {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .re-sec1 .img {
    margin-bottom: 30px;
  }
}
.re-sec1 .btn {
  text-align: center;
}
@media screen and (max-width: 370px) {
  .re-sec1 .btn .section-btn1 a {
    font-size: 13px;
    white-space: nowrap;
  }
}

.re-sec3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1001px) {
  .re-sec3 ul li {
    width: calc(33.333% - 33.3333333333px);
    margin-right: 50px;
  }
  .re-sec3 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .re-sec3 ul li:nth-child(5) {
    margin-right: 0;
  }
  .re-sec3 ul li:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .re-sec3 ul li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .re-sec3 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .re-sec3 ul li:last-child {
    margin-right: 0;
  }
  .re-sec3 ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.re-sec3 ul li h3 {
  line-height: 1.5;
  color: #01BC87;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .re-sec3 ul li h3 {
    font-size: 13px;
  }
}
@media screen and (max-width: 370px) {
  .re-sec3 ul li h3 {
    font-size: 11px;
  }
}

.re-sec4 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .re-sec4 .flex {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.re-sec4 .flex .img {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .re-sec4 .flex .img {
    width: 45%;
  }
  .re-sec4 .flex .img:last-child {
    margin-top: 30px;
  }
}
.re-sec4 .flex .img img {
  height: 200px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .re-sec4 .flex .img img {
    height: 140px;
  }
}

.section-title2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background: #01BC87;
  padding: 40px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .section-title2 {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.page-download .img {
  max-width: 200px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1000px) {
  .page-download .img {
    max-width: 100px;
    margin-bottom: 20px;
  }
}
.page-download .text1 {
  font-weight: 700;
  text-align: center;
  font-size: 17px;
  color: #01BC87;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .page-download .text1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.page-download .contents {
  max-width: 800px;
  margin: 0 auto;
}
.page-download h3 {
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 700;
  background: #01BC87;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .page-download h3 {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
.page-download .d-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .page-download .d-area {
    display: block;
    margin-bottom: 30px;
  }
}
.page-download .btn1,
.page-download .btn2 {
  width: 47%;
}
@media screen and (max-width: 1000px) {
  .page-download .btn1,
  .page-download .btn2 {
    width: 100%;
  }
}
.page-download .section-btn1 a {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .page-download .section-btn1 a {
    font-size: 16px;
  }
}
.page-download .section-btn1 a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-download .section-btn1 a .flex .icon {
  width: 25px;
  margin-right: 7px;
}
@media screen and (max-width: 1000px) {
  .page-download .btn1 {
    margin-bottom: 20px;
  }
}
.page-download .btn1 .section-btn1 a {
  background: #FFBF10;
  border: 1px solid #FFBF10;
}
.page-download .btn2 .section-btn1 a {
  background: #00999F;
  border: 1px solid #00999F;
}
.page-download .info-area {
  line-height: 1.5;
}
.page-download .info-area .row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E9FFF6;
}
@media screen and (max-width: 1000px) {
  .page-download .info-area .row {
    font-size: 14px;
  }
}
.page-download .info-area .row .dt {
  width: 125px;
  color: #fff;
  background: #01BC87;
  min-height: 80px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .page-download .info-area .row .dt {
    min-height: 60px;
    width: 80px;
    font-size: 13px;
  }
}
.page-download .info-area .row .dt .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.page-download .info-area .row .dd {
  width: calc(100% - 125px);
  background: #E9FFF6;
  color: #01BC87;
  padding: 0 30px;
}
@media screen and (max-width: 1000px) {
  .page-download .info-area .row .dd {
    font-size: 13px;
    padding: 0 15px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 370px) {
  .page-download .info-area .row .dd {
    font-size: 12px;
  }
}

.philosophy1 {
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .philosophy1 {
    padding-bottom: 30px;
  }
}
.philosophy1 .text1 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .philosophy1 .text1 {
    margin-bottom: 15px;
  }
}
.philosophy1 .text1 .wrap {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  background: #01BC87;
  padding: 5px 20px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .philosophy1 .text1 .wrap {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.philosophy1 .text2 {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .philosophy1 .text2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.philosophy1 .text2 span {
  color: #01BC87;
}
.philosophy1 .text3 {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .philosophy1 .text3 {
    font-size: 13px;
  }
}
.philosophy1 .text4 {
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 105px;
  color: #F8FBDA;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .philosophy1 .text4 {
    font-size: 30px;
  }
}

.philosophy2 {
  position: relative;
  padding-top: 0;
}
.philosophy2 .top-text {
  text-align: center;
  margin-bottom: -20px;
}
@media screen and (max-width: 1000px) {
  .philosophy2 .top-text {
    margin-bottom: -10px;
  }
}
.philosophy2 .top-text .wrap {
  color: #01BC87;
  font-weight: 600;
  background: #FFF89E;
  border-radius: 25px;
  font-size: 22px;
  line-height: 1.3;
  padding: 10px 40px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .philosophy2 .top-text .wrap {
    font-size: 15px;
    padding: 10px 20px;
  }
}
.philosophy2 .title-h2 {
  color: #fff;
  padding: 30px 0;
  line-height: 1.5;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
  background: #01BC87;
}
@media screen and (max-width: 1000px) {
  .philosophy2 .title-h2 {
    padding: 15px 0 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .philosophy2 .title-h2 {
    font-size: 15px;
  }
}
.philosophy2 .title-h2 span {
  color: #FFF89E;
  font-size: 105%;
}
.philosophy2 .heading-area {
  padding: 60px 0;
  background: url(../img/phi2-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1000px) {
  .philosophy2 .heading-area {
    padding: 30px 0;
  }
}
.philosophy2 .heading-area .img {
  max-width: 850px;
  margin: 0 auto;
}
.philosophy2 .bottom-area {
  position: relative;
  padding-top: 80px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .philosophy2 .bottom-area {
    padding-top: 40px;
  }
}
.philosophy2 .bottom-area .text1 {
  text-align: center;
  color: #01BC87;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .philosophy2 .bottom-area .text1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.philosophy2 .bottom-area .text2 {
  max-width: 750px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .philosophy2 .bottom-area .text2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.philosophy2 .bottom-area .text3 {
  max-width: 750px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  color: #01BC87;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .philosophy2 .bottom-area .text3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.philosophy2 .bottom-area .text4 {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.philosophy2 .bottom-area .text4 .wrap {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #01BC87;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .philosophy2 .bottom-area .text4 .wrap {
    display: block;
    padding: 10px 0px;
    font-size: 16px;
  }
}
.philosophy2 .bottom-area .text4 .wrap span {
  font-size: 120%;
  color: #FFF89E;
}
.philosophy2 .bg1 {
  position: absolute;
  max-width: 150px;
  right: 10%;
  top: 50%;
}
@media screen and (max-width: 1000px) {
  .philosophy2 .bg1 {
    max-width: 40px;
    display: none;
  }
}
.philosophy2 .bg2 {
  position: absolute;
  max-width: 150px;
  left: 10%;
  top: 10%;
}
@media screen and (max-width: 1000px) {
  .philosophy2 .bg2 {
    max-width: 45px;
    display: none;
  }
}
.philosophy2 .inner,
.philosophy2 .text1 {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1001px) {
  .cta-contact .two-flex1 {
    max-width: 700px;
    margin: 0 auto;
  }
  .cta-contact .two-flex1 .item {
    width: 47%;
  }
}
.recruit {
  padding-bottom: 0;
}
.recruit ul {
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .recruit ul {
    margin-bottom: 30px;
  }
}
.recruit li {
  background: #E9FFF6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .recruit li {
    margin-bottom: 20px;
  }
}
.recruit li .dt {
  background: #01BC87;
}
.recruit li .dt {
  width: 175px;
  color: #fff;
  background: #01BC87;
  min-height: 80px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .recruit li .dt {
    min-height: 60px;
    width: 110px;
    font-size: 13px;
    white-space: nowrap;
  }
}
.recruit li .dt .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.recruit li .dd {
  width: calc(100% - 175px);
  background: #E9FFF6;
  font-weight: 500;
  padding: 20px 40px;
}
@media screen and (max-width: 1000px) {
  .recruit li .dd {
    font-size: 13px;
    padding: 15px;
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 370px) {
  .recruit li .dd {
    font-size: 12px;
  }
}
.recruit .me-text {
  max-width: 700px;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  background: #01BC87;
  text-align: center;
  padding: 30px 20px 100px;
  font-size: 26px;
  clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
}
@media screen and (max-width: 1000px) {
  .recruit .me-text {
    font-size: 18px;
    padding: 30px 20px 60px;
  }
}
@media screen and (max-width: 370px) {
  .recruit .me-text {
    font-size: 16px;
  }
}
.recruit .me-text span {
  font-size: 70%;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .recruit .me-text span {
    margin-top: 10px;
    font-size: 14px;
  }
}

.consaltation .section-title2 .span0 {
  font-size: 40px;
  display: block;
  margin-bottom: 12px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .consaltation .section-title2 .span0 {
    font-size: 23px;
  }
}
@media screen and (max-width: 370px) {
  .consaltation .section-title2 .span0 {
    font-size: 18px;
  }
}
.consaltation .section-title2 .span1 {
  font-size: 20px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .consaltation .section-title2 .span1 {
    font-size: 14px;
  }
}
.consaltation .section-title2 .span1 .wrap {
  display: inline-block;
  position: relative;
}
.consaltation .section-title2 .span1 .wrap::before {
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 1.5px;
  height: 30px;
  content: "";
  background: #fff;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (max-width: 1000px) {
  .consaltation .section-title2 .span1 .wrap::before {
    height: 22px;
  }
}
.consaltation .section-title2 .span1 .wrap::after {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 1.5px;
  height: 30px;
  content: "";
  background: #fff;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (max-width: 1000px) {
  .consaltation .section-title2 .span1 .wrap::after {
    height: 22px;
  }
}
.consaltation .section-title2 .span2 {
  font-size: 40px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1000px) {
  .consaltation .section-title2 .span2 {
    font-size: 18px;
  }
}
.consaltation .section-title2 .span2 .wrap {
  display: inline-block;
  color: #01BC87;
  background: #fff;
  padding: 0px 60px;
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  .consaltation .section-title2 .span2 .wrap {
    padding: 0px 10px;
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }
}
.consaltation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
}
.consaltation ul li {
  overflow: hidden;
  border: 4px solid #90D6C2;
}
@media screen and (min-width: 1001px) {
  .consaltation ul li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
    border-radius: 20px 20px 0 0;
  }
  .consaltation ul li:nth-child(3n) {
    margin-right: 0;
  }
  .consaltation ul li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .consaltation ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
    border-radius: 20px 20px 0 0;
  }
  .consaltation ul li:nth-child(2n) {
    margin-right: 0;
  }
  .consaltation ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.consaltation ul li .heading {
  text-align: center;
  color: #fff;
  background: #90D6C2;
  line-height: 1;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .consaltation ul li .heading {
    font-size: 17px;
    padding: 10px;
  }
}
.consaltation ul li .contents {
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .consaltation ul li .contents {
    padding: 15px;
  }
}
.consaltation ul li .img {
  margin-bottom: 10px;
}
.consaltation ul li p {
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .consaltation ul li p {
    font-size: 12px;
  }
}

@media screen and (min-width: 1001px) {
  .building1 {
    padding-bottom: 60px;
  }
}

.building2 {
  background: url(../img/building2-bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 1001px) {
  .building2 {
    padding: 60px 0px;
  }
}
.building2 .center-img {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .building2 .center-img .ma-img {
    display: none;
  }
}
.building2 .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 100px 0;
  text-align: center;
  border-radius: 500px;
  color: #01BC87;
  z-index: 4;
}
@media screen and (max-width: 1000px) {
  .building2 .contents {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
    padding: 0;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
  }
}
.building2 .contents .text1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .building2 .contents .text1 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 370px) {
  .building2 .contents .text1 {
    font-size: 16px;
  }
}
.building2 .contents .text2 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .building2 .contents .text2 {
    font-size: 13px;
    text-align: left;
  }
}
.building2 .inner {
  position: relative;
}
.building2 .inner .bg1 {
  position: absolute;
  left: 0;
  top: -10%;
  width: 18%;
  z-index: 5;
}
@media screen {
  .building2 .inner .bg1 {
    top: -15%;
    width: 12%;
  }
}
.building2 .inner .bg2 {
  position: absolute;
  left: 5%;
  top: 70%;
  width: 16%;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .building2 .inner .bg2 {
    width: 10%;
    top: 95%;
  }
}
.building2 .inner .bg3 {
  position: absolute;
  right: 0;
  top: 5%;
  width: 12%;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .building2 .inner .bg3 {
    width: 10%;
    top: -8%;
  }
}
.building2 .inner .bg4 {
  position: absolute;
  right: 0%;
  top: 75%;
  width: 30%;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .building2 .inner .bg4 {
    top: 95%;
    width: 14%;
  }
}

.building0 {
  padding: 60px 0;
}
@media screen and (max-width: 1000px) {
  .building0 {
    padding: 30px 0;
  }
}

.section-title3 {
  line-height: 1.3;
  color: #fff;
  background: #01BC87;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding: 20px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .section-title3 {
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 25px;
  }
}

.building3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .building3 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.building3 ul li {
  width: 23%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .building3 ul li {
    width: 47%;
  }
  .building3 ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.building3 ul li .circle {
  background: #BCEDD8;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .building3 ul li .circle {
    width: 165px;
    height: 165px;
  }
}
@media screen and (max-width: 370px) {
  .building3 ul li .circle {
    width: 120px;
    height: 120px;
  }
}
.building3 ul li .circle .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.building3 ul li h3 {
  color: #01BC87;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .building3 ul li h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 370px) {
  .building3 ul li h3 {
    font-size: 13px;
  }
}
.building3 ul li .icon {
  width: 41%;
  margin: 0 auto;
  margin-top: 10px;
}
.building3 ul li p {
  font-size: 14px;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .building3 ul li p {
    font-size: 13px;
  }
}
@media screen and (max-width: 370px) {
  .building3 ul li p {
    font-size: 12px;
  }
}

.building4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .building4 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.building4 ul li {
  width: 28%;
}
@media screen and (max-width: 1000px) {
  .building4 ul li {
    width: 45%;
  }
  .building4 ul li:last-child {
    margin-top: 30px;
  }
}
.building4 ul li .heading {
  border-radius: 20px 20px 0 0;
  line-height: 1;
  padding: 15px 0;
  background: #00A2A8;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .building4 ul li .heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 370px) {
  .building4 ul li .heading {
    font-size: 13px;
  }
}
.building4 ul li .img {
  margin-bottom: 10px;
}
.building4 ul li h3 {
  text-align: center;
  line-height: 1.3;
  color: #01BC87;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .building4 ul li h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.building4 ul li .btn {
  text-align: center;
  padding-bottom: 10px;
}
.building4 ul li .btn .section-btn1 a {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.building5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .building5 ul {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1001px) {
  .building5 ul li {
    width: calc(20% - 24px);
    margin-right: 30px;
  }
  .building5 ul li:nth-child(5n) {
    margin-right: 0;
  }
  .building5 ul li:nth-child(n+6) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .building5 ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .building5 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .building5 ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.building5 ul li h3 {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  margin-top: 5px;
}
.building5 .btn-area {
  line-height: 1.3;
  max-width: 800px;
  margin: 0 auto;
}
.building5 .btn-area p {
  text-align: center;
  font-size: 15px;
  color: #01BC87;
  font-weight: 500;
  margin-bottom: 6px;
}
@media screen and (max-width: 1000px) {
  .building5 .btn-area p {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .building5 .btn-area p {
    font-size: 13px;
  }
}
.building5 .btn-area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .building5 .btn-area .flex {
    display: block;
  }
}
.building5 .btn-area .flex .item {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .building5 .btn-area .flex .item {
    width: 100%;
  }
  .building5 .btn-area .flex .item:first-child {
    margin-bottom: 20px;
  }
}
.building5 .btn-area .flex .item .section-btn1 a {
  background: #FFF473;
  border: 1px solid #FFF473;
  color: #01BC87;
  display: block;
}
@media screen and (max-width: 1000px) {
  .building5 .btn-area .flex .item .section-btn1 a {
    max-width: 300px;
    margin: 0 auto;
  }
}
.building5 .btn-area .flex .item .section-btn1 a .arrow::after {
  border-top: 2px solid #01BC87;
  border-right: 2px solid #01BC87;
}

.leverage1 .l-wrap {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .leverage1 .l-wrap {
    margin-bottom: 30px;
  }
}
.leverage1 .l-wrap .contents {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.leverage1 .l-wrap .contents .text1 {
  color: #01BC87;
  background: #FFF89E;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  padding: 15px;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .leverage1 .l-wrap .contents .text1 {
    margin-bottom: 10px;
    font-size: 22px;
    padding: 10px;
  }
}
.leverage1 .l-wrap .contents .text2 {
  color: #01BC87;
  background: #FFF89E;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  padding: 15px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .leverage1 .l-wrap .contents .text2 {
    padding: 10px;
    font-size: 16px;
  }
}
.leverage1 .anchor-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.leverage1 .anchor-area ul li {
  width: 22%;
}
@media screen and (max-width: 1000px) {
  .leverage1 .anchor-area ul li {
    width: 45%;
  }
  .leverage1 .anchor-area ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.leverage1 .anchor-area ul li a {
  display: block;
  background: #01BC87;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  height: 130px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
}
@media screen and (max-width: 1000px) {
  .leverage1 .anchor-area ul li a {
    font-size: 13px;
    height: 100px;
  }
}
@media screen and (max-width: 370px) {
  .leverage1 .anchor-area ul li a {
    font-size: 12px;
    height: 90px;
  }
}
.leverage1 .anchor-area ul li a .wrap {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.leverage1 .anchor-area ul li a:hover {
  background: #2ACCBB;
}
.leverage1 .r-mv {
  width: 65%;
  margin-left: auto;
}

.leverage2 {
  background: url(../img/leverage2-bg.jpg) no-repeat center center/cover;
}
.leverage2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .leverage2 ul {
    display: block;
    margin-bottom: 20px;
  }
}
.leverage2 ul li {
  width: 31.5%;
  border-radius: 20px;
  overflow: hidden;
  height: auto;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .leverage2 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .leverage2 ul li:last-child {
    margin-bottom: 0;
  }
}
.leverage2 ul li .contents {
  padding: 20px;
}
.leverage2 ul li h3 {
  color: #01BC87;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .leverage2 ul li h3 {
    margin-bottom: 10px;
  }
}
.leverage2 ul li p {
  font-size: 14px;
}
.leverage2 .bottom-area {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.leverage2 .bottom-area h3 {
  display: inline-block;
  background: #fff89e;
  line-height: 1;
  padding: 10px;
  border-radius: 10px;
  color: #01BC87;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 1000px) {
  .leverage2 .bottom-area h3 {
    line-height: 1.3;
    font-size: 15px;
    display: block;
    text-align: center;
    padding: 10px 0;
  }
}
@media screen and (max-width: 370px) {
  .leverage2 .bottom-area h3 {
    font-size: 14px;
  }
}
.leverage2 .bottom-area p {
  font-size: 14px;
}
@media screen and (max-width: 370px) {
  .leverage2 .bottom-area p {
    font-size: 13px;
  }
}

.leverage3 ul li {
  background: #01BC87;
  padding: 40px 60px;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .leverage3 ul li {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.leverage3 ul li .num {
  color: #BCEDD8;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .leverage3 ul li .num {
    font-size: 40px;
  }
}
.leverage3 ul li .img {
  max-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .leverage3 ul li .img {
    margin: 0 auto;
    max-width: 100px;
  }
}
.leverage3 ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .leverage3 ul li .flex {
    display: block;
  }
}
.leverage3 ul li .contents {
  margin: 15px 30px;
}
@media screen and (max-width: 1000px) {
  .leverage3 ul li .contents {
    margin: 20px 0;
  }
}
.leverage3 ul li .contents h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .leverage3 ul li .contents h3 {
    font-size: 20px;
  }
}
.leverage3 ul li .contents .text1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .leverage3 ul li .contents .text1 {
    font-size: 17px;
  }
}
.leverage3 ul li .contents .text2 {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .leverage3 ul li .contents .text2 {
    font-size: 14px;
  }
}

.leverage4 {
  position: relative;
}
.leverage4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.leverage4 .main-img {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .leverage4 .main-img {
    width: 80%;
    margin-bottom: 30px;
  }
}

.leverage4 li {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .leverage4 li {
    margin-bottom: 30px;
  }
}
.leverage4 li h3 {
  line-height: 1;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0;
  background: #01BC87;
  color: #fff;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 1000px) {
  .leverage4 li h3 {
    font-size: 18px;
  }
}
.leverage4 li .bottom {
  background: #E5FFF4;
  padding: 40px 60px;
}
@media screen and (max-width: 1000px) {
  .leverage4 li .bottom {
    padding: 20px;
  }
}
.leverage4 .lists1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .leverage4 .lists1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .leverage4 .lists1 .item {
    width: 45%;
    margin-bottom: 10px;
  }
  .leverage4 .lists1 .item:last-child {
    margin-bottom: 0;
  }
}
.leverage4 .lists1 .title {
  color: #01BC87;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .leverage4 .lists1 .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.leverage4 .lists1 p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .leverage4 .lists1 p {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 1000px) {
  .leverage4 .lists2 {
    display: block;
  }
  .leverage4 .lists2 .item {
    width: 100%;
    margin-bottom: 0;
  }
}

.leverage5 .row {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .leverage5 .row {
    margin-bottom: 30px;
  }
}
.leverage5 .row h3 {
  color: #01BC87;
  background: #BCEDD8;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .leverage5 .row h3 {
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.leverage5 .row .img {
  margin-bottom: 20px;
}
.leverage5 .row .img:last-child {
  margin-bottom: 0;
}

.size80 {
  font-size: 80%;
}

.plan0 .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan0 .category li {
  width: 31.5%;
  text-align: center;
}
.plan0 .category li a {
  color: #01BC87;
  background: #BCEDD8;
  padding: 30px 0;
  font-weight: 700;
  display: block;
  border-radius: 10px 10px 0 0;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .plan0 .category li a {
    font-size: 12px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 370px) {
  .plan0 .category li a {
    font-size: 10.5px;
    white-space: nowrap;
  }
}
.plan0 .category li a:hover {
  background: #01BC87;
  color: #BCEDD8;
}

.plan-section-title2 {
  padding-bottom: 70px;
  clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
}
@media screen and (max-width: 1000px) {
  .plan-section-title2 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 370px) {
  .plan-section-title2 {
    font-size: 16px !important;
  }
}
.plan-section-title2 .size60 {
  font-size: 60%;
}

.sell-section-title2 {
  padding-bottom: 70px;
  clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
  font-size: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .sell-section-title2 {
    padding-bottom: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 370px) {
  .sell-section-title2 {
    font-size: 16px !important;
  }
}
.sell-section-title2 .size60 {
  display: block;
  font-size: 55%;
}

.plan1 {
  background: url(../img/plan-bg.jpg) no-repeat center center/cover;
  padding-top: 0;
}
.plan1 .lead {
  color: #01BC87;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 60px;
  max-width: 700px;
}
@media screen and (max-width: 1000px) {
  .plan1 .lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.plan1 ul li {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .plan1 ul li {
    padding: 20px;
    margin-bottom: 15px;
  }
}
.plan1 ul li .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .plan1 ul li .heading {
    margin-bottom: 10px;
    display: block;
  }
}
.plan1 ul li .heading .plan {
  color: #01BC87;
  text-align: center;
  line-height: 1;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .plan1 ul li .heading .plan {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.plan1 ul li .heading .plan .text {
  font-size: 30px;
}
@media screen and (max-width: 1000px) {
  .plan1 ul li .heading .plan .text {
    font-size: 20px;
  }
}
.plan1 ul li .heading .plan .num {
  font-size: 80px;
  font-weight: 300;
}
@media screen and (max-width: 1000px) {
  .plan1 ul li .heading .plan .num {
    font-size: 28px;
  }
}
.plan1 ul li .heading .text-area {
  width: 100%;
}
.plan1 ul li .heading .text-area h3 {
  background: #01BC87;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .plan1 ul li .heading .text-area h3 {
    font-size: 18px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.plan1 ul li .heading .text-area .text {
  color: #01BC87;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .plan1 ul li .heading .text-area .text {
    font-size: 14px;
  }
}
.plan1 ul li .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .plan1 ul li .bottom {
    display: block;
  }
}
.plan1 ul li .bottom .left {
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .plan1 ul li .bottom .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.plan1 ul li .bottom .right {
  width: 35%;
}
@media screen and (max-width: 1000px) {
  .plan1 ul li .bottom .right {
    width: 100%;
  }
}
.plan1 ul li .bottom .right .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .plan1 ul li .bottom .right .img {
    margin-bottom: 10px;
  }
}
.plan1 ul li .bottom .right p {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .plan1 ul li .bottom .right p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1001px) {
  .tex {
    padding-bottom: 60px;
  }
}

.flow {
  padding-top: 0;
  background: url(../img/plan-bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 1001px) {
  .flow .section-title2 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .flow .section-title2 {
    margin-bottom: 60px;
  }
}
.flow .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flow .row .obi {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  /* 縦書き（右から左へ） */
  text-orientation: upright;
  /* 文字を縦中横ではなく1文字ごとに立てる */
  text-align: center;
  padding: 5px;
  margin-right: 40px;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .flow .row .obi {
    font-size: 16px;
    margin-right: 10px;
  }
}
.flow .row .obi1 {
  background: #FFF89E;
  color: #01BC87;
}
.flow .row .obi2 {
  background: #CAF090;
  color: #01BC87;
}
.flow .row .obi3 {
  background: #7AD1A5;
  color: #fff;
}
.flow .row li {
  background: #fff;
  padding: 40px 30px;
  position: relative;
  margin: 60px 0;
}
@media screen and (max-width: 1000px) {
  .flow .row li {
    margin: 30px 0;
    padding: 30px 20px 20px;
  }
}
.flow .row li .contents {
  width: 75%;
}
@media screen and (max-width: 1000px) {
  .flow .row li .contents {
    width: 100%;
  }
}
.flow .row li .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 22%;
}
@media screen and (max-width: 1000px) {
  .flow .row li .img {
    display: none;
  }
}
.flow .row li .img1 {
  width: 18%;
  top: -5%;
  right: 3%;
}
.flow .row li .img2 {
  width: 26%;
  top: -3%;
  right: 3%;
}
.flow .row li .img3 {
  width: 23%;
  top: 5%;
  right: -2%;
}
.flow .row li .img4 {
  width: 18%;
  top: 8%;
  right: 3%;
}
.flow .row li .img5 {
  top: 0;
  right: 0;
  width: 25%;
}
.flow .row li .img6 {
  top: -7%;
  right: 2%;
  width: 27%;
}
.flow .row li .img7 {
  top: 5%;
  right: 1%;
  width: 19%;
}
.flow .row li h3 {
  position: absolute;
  top: -30px;
  left: 30px;
  background: #01BC87;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  padding: 15px 40px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .flow .row li h3 {
    padding: 10px 20px;
    font-size: 18px;
    left: 20px;
    top: -19px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.flow .row li h4 {
  color: #01BC87;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .flow .row li h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}
.flow .row li h4 span {
  font-size: 80%;
}

.sell1 {
  padding-bottom: 0;
}
.sell1 .text1 {
  text-align: center;
  margin-bottom: -80px;
}
@media screen and (max-width: 1000px) {
  .sell1 .text1 {
    margin-bottom: -30px;
  }
}
.sell1 .text1 .wrap {
  display: inline-block;
  background: #FFF89E;
  padding: 30px;
  border-radius: 20px;
  color: #01BC87;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .sell1 .text1 .wrap {
    font-size: 20px;
    padding: 20px;
  }
}
.sell1 .text1 .wrap span {
  font-size: 200%;
}
.sell1 .text1 .wrap .left {
  position: absolute;
  bottom: 0;
  max-width: 120px;
  left: -110px;
}
@media screen and (max-width: 1000px) {
  .sell1 .text1 .wrap .left {
    max-width: 40px;
    left: -30px;
  }
}
.sell1 .text1 .wrap .right {
  position: absolute;
  right: -120px;
  max-width: 140px;
  bottom: 3%;
}
@media screen and (max-width: 1000px) {
  .sell1 .text1 .wrap .right {
    right: -40px;
    max-width: 50px;
  }
}

.sell2 {
  position: relative;
  background: url(../img/sell2-bg.jpg) no-repeat center center/cover;
}
.sell2 .bg1 {
  position: absolute;
  width: 20%;
  top: 80%;
  left: -5%;
}
@media screen and (max-width: 1000px) {
  .sell2 .bg1 {
    max-width: 200px;
    top: 90%;
  }
}
.sell2 .bg2 {
  position: absolute;
  width: 20%;
  right: -40px;
  bottom: 80%;
}
@media screen and (max-width: 1000px) {
  .sell2 .bg2 {
    right: -20px;
    max-width: 130px;
    width: 15%;
    bottom: 87%;
  }
}
.sell2 ul {
  margin: 0 auto;
  margin-top: 60px;
  line-height: 1.5;
  max-width: 800px;
}
@media screen and (max-width: 1000px) {
  .sell2 ul {
    margin-top: 30px;
  }
}
.sell2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sell2 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .sell2 ul li {
    margin-bottom: 20px;
  }
}
.sell2 ul li .left {
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-right: 15px;
}
.sell2 ul li .left .point-txt {
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .sell2 ul li .left .point-txt {
    font-size: 12px;
  }
}
.sell2 ul li .left .num {
  font-size: 60px;
}
@media screen and (max-width: 1000px) {
  .sell2 ul li .left .num {
    font-size: 30px;
  }
}
.sell2 ul li .right h3 {
  color: #01BC87;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .sell2 ul li .right h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  .sell2 ul li .right p {
    font-size: 14px;
  }
}

.sell3 {
  position: relative;
}
.sell3 h2 {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .sell3 h2 {
    max-width: 260px;
    margin-bottom: 20px;
  }
}
.sell3 ul {
  max-width: 840px;
  margin: 0 auto;
  padding: 20px;
  background: #FFF89E;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .sell3 ul {
    display: block;
    margin-bottom: 20px;
  }
}
.sell3 ul li {
  width: 31.5%;
  background: #fff;
  padding: 20px;
  border: 2px solid #01BC87;
  border-radius: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .sell3 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sell3 ul li:last-child {
    margin-bottom: 0;
  }
}
.sell3 ul li .heading {
  color: #01BC87;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.sell3 ul li h3 {
  color: #01BC87;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.sell3 ul li .icon {
  margin-bottom: 10px;
  text-align: center;
}
.sell3 ul li .icon img {
  height: 80px;
  width: auto;
}
.sell3 ul li p {
  font-size: 14px;
  font-weight: 500;
}
.sell3 .message-txt {
  color: #01BC87;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .sell3 .message-txt {
    font-size: 18px;
  }
}
.sell3 .bg1 {
  position: absolute;
  width: 15%;
  right: 0px;
  bottom: 20%;
}
@media screen and (max-width: 1000px) {
  .sell3 .bg1 {
    right: -20px;
    max-width: 130px;
    width: 15%;
    bottom: 17%;
    display: none;
  }
}

.sell4 {
  padding-top: 0;
}
.sell4 .lead1 {
  color: #01BC87;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sell4 .lead1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 370px) {
  .sell4 .lead1 {
    font-size: 18px;
  }
}
.sell4 .lead1 .wrap {
  display: inline-block;
  position: relative;
}
.sell4 .lead1 .wrap .left-bg {
  position: absolute;
  left: -520px;
  width: 480px;
  top: -50px;
}
@media screen and (max-width: 1000px) {
  .sell4 .lead1 .wrap .left-bg {
    left: -180px;
    width: 140px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none;
  }
}
.sell4 .lead1 .wrap .right-bg {
  position: absolute;
  right: -520px;
  width: 480px;
  top: -50px;
}
@media screen and (max-width: 1000px) {
  .sell4 .lead1 .wrap .right-bg {
    right: -180px;
    width: 140px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none;
  }
}
.sell4 .lead {
  color: #01BC87;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .sell4 .lead {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .sell4 .lead {
    font-size: 13px;
  }
}
.sell4 .box {
  padding: 50px;
  border-radius: 30px;
  background: #EDFFEE;
}
@media screen and (max-width: 1000px) {
  .sell4 .box {
    padding: 20px;
  }
}
.sell4 .box .b-title {
  background: #01BC87;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 15px 30px;
  line-height: 1.4;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .sell4 .box .b-title {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 15px;
  }
}
.sell4 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .sell4 .flex {
    display: block;
  }
}
.sell4 .flex .img {
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .sell4 .flex .img {
    width: 40%;
    margin: 0 auto 10px;
  }
}
.sell4 .flex p {
  width: 70%;
}
@media screen and (max-width: 1000px) {
  .sell4 .flex p {
    width: 100%;
  }
}
.sell4 .btn {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .sell4 .btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .sell4 .btn .section-btn1 a {
    font-size: 26px;
  }
}

.sell5 {
  padding-top: 0;
}
.sell5 .text1 {
  text-align: center;
  line-height: 1.3;
  background: #FFF473;
  color: #01BC87;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
}
.sell5 .text1::after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  /* 左側の透明部分 */
  border-right: 20px solid transparent;
  /* 右側の透明部分 */
  border-top: 30px solid #FFF89E;
  /* 下向き三角形の色と高さ */
}
@media screen and (max-width: 1000px) {
  .sell5 .text1::after {
    border-left: 10px solid transparent;
    /* 左側の透明部分 */
    border-right: 10px solid transparent;
    /* 右側の透明部分 */
    border-top: 15px solid #FFF89E;
  }
}
@media screen and (max-width: 1000px) {
  .sell5 .text1 {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 15px;
  }
}
.sell5 .text2 {
  line-height: 1.3;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  color: #01BC87;
}
@media screen and (max-width: 1000px) {
  .sell5 .text2 {
    font-size: 24px;
  }
}
.sell5 .tab-news-area2 {
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .sell5 .tab-news-area2 {
    margin-top: 30px;
  }
}
.sell5 .tab-news-area2 .section-btn1 a {
  width: 170px;
}
@media screen and (max-width: 1000px) {
  .sell5 .tab-news-area2 .section-btn1 a {
    width: 105px;
    padding: 10px 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 370px) {
  .sell5 .tab-news-area2 .section-btn1 a {
    width: 90px;
    font-size: 12px;
    background: #01BC87;
  }
}

.uptown1 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .uptown1 .flex1 {
    display: block;
    margin-bottom: 30px;
  }
}
.uptown1 .flex1 .left {
  width: 50%;
  color: #01BC87;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .uptown1 .flex1 .left {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.uptown1 .flex1 .img {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .uptown1 .flex1 .img {
    width: 100%;
  }
}
.uptown1 .title2 {
  background: #01BC87;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 20px 0;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .uptown1 .title2 {
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.uptown1 .lead2 {
  line-height: 1.5;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #01BC87;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .uptown1 .lead2 {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 370px) {
  .uptown1 .lead2 {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.uptown1 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .uptown1 .row {
    margin-bottom: 30px;
  }
}
.uptown1 .row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.uptown1 .row .left {
  width: 47%;
}
@media screen and (max-width: 1000px) {
  .uptown1 .row .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.uptown1 .row .left .num {
  color: #BCEDD8;
  font-weight: 300;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 7px;
}
@media screen and (max-width: 1000px) {
  .uptown1 .row .left .num {
    font-size: 35px;
  }
}
.uptown1 .row .img {
  width: 47%;
}
@media screen and (max-width: 1000px) {
  .uptown1 .row .img {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .uptown1 .row {
    display: block;
  }
}
.uptown1 .fukidashi {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: -8px;
  z-index: 4;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .uptown1 .fukidashi {
    margin-top: 100px;
  }
}
.uptown1 .btn {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .uptown1 .btn {
    margin-bottom: 50px;
  }
}
.uptown1 .bg11 {
  position: absolute;
  width: 20%;
  top: 80%;
  left: -5%;
}
@media screen and (max-width: 1000px) {
  .uptown1 .bg11 {
    max-width: 200px;
    top: 95%;
  }
}
.uptown1 .bg22 {
  position: absolute;
  width: 15%;
  right: -40px;
  bottom: 60%;
}
@media screen and (max-width: 1000px) {
  .uptown1 .bg22 {
    right: -50px;
    max-width: 130px;
    width: 15%;
    bottom: 77%;
  }
}
.uptown1 .bg33 {
  position: absolute;
  width: 15%;
  right: 0px;
  bottom: 20%;
}
@media screen and (max-width: 1000px) {
  .uptown1 .bg33 {
    right: -20px;
    max-width: 130px;
    width: 15%;
    bottom: 57%;
  }
}
.uptown1 .box {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.uptown1 .box:last-child {
  margin-bottom: 0;
}
.uptown1 .box .heading {
  background: #01BC87;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .uptown1 .box .heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 370px) {
  .uptown1 .box .heading {
    font-size: 18px;
  }
}
.uptown1 .box .heading span {
  font-size: 70%;
  display: block;
}
.uptown1 .box .bottom {
  padding: 40px 30px 30px;
  background: #E9FFF6;
}
@media screen and (max-width: 1000px) {
  .uptown1 .box .bottom {
    padding: 20px;
  }
}
.uptown1 .box .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .uptown1 .box .bottom ul {
    display: block;
  }
}
.uptown1 .box .bottom ul li {
  background: #fff;
  padding: 60px 20px 20px;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .uptown1 .box .bottom ul li {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .uptown1 .box .bottom ul li:nth-child(2n) {
    margin-right: 0;
  }
  .uptown1 .box .bottom ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .uptown1 .box .bottom ul li {
    padding: 20px 20px 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .uptown1 .box .bottom ul li:last-child {
    margin-bottom: 0;
  }
}
.uptown1 .box .bottom ul li .num {
  max-width: 72px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
}
@media screen and (max-width: 1000px) {
  .uptown1 .box .bottom ul li .num {
    max-width: 50px;
    position: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
.uptown1 .box .bottom ul li h3 {
  text-align: center;
  color: #01BC87;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .uptown1 .box .bottom ul li h3 {
    font-size: 17px;
    margin-top: 10px;
  }
}

.uptown3 {
  padding-top: 0;
}
.uptown3 .lead {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
  color: #01BC87;
}
@media screen and (max-width: 1000px) {
  .uptown3 .lead {
    font-size: 14px;
  }
}
.uptown3 .text2 {
  max-width: 800px;
  margin: 0 auto;
  background: #01BC87;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  padding: 30px 20px 100px;
  clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
}
@media screen and (max-width: 1000px) {
  .uptown3 .text2 {
    font-size: 16px;
    padding: 20px 20px 60px;
  }
}
.uptown3 .attention {
  background: #01BC87;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .uptown3 .attention {
    padding: 5px;
    font-size: 13px;
  }
}

@media screen and (min-width: 1001px) {
  #part-a1 {
    width: 800px;
  }
  #part-a2 {
    width: 800px !important;
  }
  .pickup .bg1 {
    position: absolute;
    max-width: 100px;
    bottom: -33%;
    left: -6%;
  }
  .pickup .bg2 {
    position: absolute;
    max-width: 70px;
    bottom: -31%;
    right: 55%;
  }
}
@media screen and (max-width: 1000px) {
  #part-a1 {
    width: 400px;
  }
  #part-a2 {
    width: 500px !important;
  }
  .pickup .bg1 {
    position: absolute;
    max-width: 100px;
    bottom: -30%;
    left: -50%;
  }
  .pickup .bg2 {
    position: absolute;
    max-width: 70px;
    bottom: -34%;
    right: 61%;
  }
}
.top-search .left-bg {
  position: absolute;
  left: -780px;
  width: auto;
  top: -184px;
  /* left: 0; */
}
@media screen and (max-width: 1000px) {
  .top-search .left-bg {
    left: initial;
    top: initial;
  }
}

@media screen and (max-width: 1000px) {
  .top-search .left-bg {
    left: -252%;
    top: 50%;
    width: 400%;
  }
}
.pagination {
  margin-top: 60px;
  text-align: center;
}
.pagination .next,
.pagination .prev {
  display: none;
}
.pagination span,
.pagination a {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 1000px) {
  .pagination span,
  .pagination a {
    padding-top: 1px;
  }
}
.pagination .current {
  border: 1px solid #01BC87;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #01BC87;
  display: inline-block;
  color: #fff;
}
.pagination a {
  border: 1px solid #01BC87;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  color: #01BC87;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination a:hover {
  background: #01BC87;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .pagination {
    margin-top: 30px;
  }
}

.single-news .thumbnail {
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .single-news .thumbnail {
    height: 400px;
  }
  .single-news .thumbnail img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  .single-news .thumbnail {
    height: 300px;
  }
  .single-news .thumbnail img {
    height: 100%;
    width: auto;
  }
}

@media screen and (min-width: 1001px) {
  .single-reform .contents .gallary-lists .img .wrap {
    height: 288px;
  }
  .single-reform .contents .gallary-lists .img .wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 1000px) {
  .single-reform .contents .gallary-lists .img .wrap {
    height: 180px;
  }
  .single-reform .contents .gallary-lists .img .wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (min-width: 1001px) {
  .single-reform .contents .gallary-lists .img {
    width: 30%;
  }
}
@media screen and (max-width: 1000px) {
  .single-reform .contents .gallary-lists .img:nth-child(n+3) {
    margin-top: 16px;
  }
}
.rent-ul {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .rent-ul {
    margin-top: 30px;
  }
}
.rent-ul li {
  line-height: 1.5;
  border: 4px solid #81D2E4;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .rent-ul li {
    margin-bottom: 20px;
  }
}
.rent-ul li .heading {
  background: #81D2E4;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .rent-ul li .heading {
    font-size: 13px;
    padding: 10px;
  }
}
.rent-ul li .bottom {
  padding: 20px;
  background: #fff;
}
.rent-ul li .bottom .bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .rent-ul li .bottom .bottom-flex {
    margin-bottom: 15px;
    display: block;
  }
}
.rent-ul li .bottom .bottom-flex .left {
  width: 500px;
}
@media screen and (max-width: 1000px) {
  .rent-ul li .bottom .bottom-flex .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.rent-ul li .bottom .bottom-flex .left .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .rent-ul li .bottom .bottom-flex .left .flex1 {
    display: block;
  }
}
.rent-ul li .bottom .bottom-flex .left .flex1 .img {
  width: 28%;
}
@media screen and (max-width: 1000px) {
  .rent-ul li .bottom .bottom-flex .left .flex1 .img {
    width: 50%;
    margin: 0 auto 10px;
  }
}
.rent-ul li .bottom .bottom-flex .left .flex1 .img .wrap {
  padding-top: 100%;
  position: relative;
}
.rent-ul li .bottom .bottom-flex .left .flex1 .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rent-ul li .bottom .bottom-flex .left .flex1 .contents1 {
  width: 70%;
}
@media screen and (max-width: 1000px) {
  .rent-ul li .bottom .bottom-flex .left .flex1 .contents1 {
    width: 100%;
  }
}
.rent-ul li .bottom .bottom-flex .left .flex1 .contents1 .city {
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  background: #2ACCBB;
  display: inline-block;
  color: #fff;
  margin-bottom: 5px;
}
.rent-ul li .bottom .bottom-flex .left .flex1 .contents1 h3 {
  color: #01BC87;
  font-weight: 700;
  font-size: 18px;
}
.rent-ul li .bottom .bottom-flex .left .flex1 .contents1 .address {
  font-size: 14px;
  font-weight: 600;
}
.rent-ul li .bottom .bottom-flex .right {
  width: calc(100% - 550px);
}
@media screen and (max-width: 1000px) {
  .rent-ul li .bottom .bottom-flex .right {
    width: 100%;
  }
}
.rent-ul li .bottom .bottom-flex .right .flex2 .list {
  background: #FBFCDC;
  text-align: center;
  font-size: 13px;
  padding: 8px 10px;
  margin-bottom: 8px;
  font-weight: 500;
}
.rent-ul li .bottom .bottom-flex .right .flex2 .cost {
  font-size: 18px;
  color: #01BC87;
  font-weight: 700;
}
.rent-ul li .bottom .bottom-flex .right .flex2 .cost span {
  font-size: 50%;
}
.rent-ul li .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .rent-ul li .btn-flex {
    display: block;
  }
}
.rent-ul li .btn-flex .btn1 {
  width: 47%;
}
@media screen and (max-width: 1000px) {
  .rent-ul li .btn-flex .btn1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .rent-ul li .btn-flex .btn1:last-child {
    margin-bottom: 0;
  }
  .rent-ul li .btn-flex .btn1 a {
    width: 100% !important;
    display: block;
  }
}
.rent-ul li .btn-flex .btn2 .section-btn1 a {
  background: #FFBF10 !important;
  border: 1px solid #FFBF10;
}
.rent-ul .zansu {
  color: #fff;
  background: #01BC87;
  padding: 10px;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

.rent-single .rent-single-area {
  line-height: 1.5;
  border: 4px solid #81D2E4;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .rent-single .rent-single-area {
    margin-bottom: 20px;
  }
}
.rent-single .rent-single-area .heading {
  background: #81D2E4;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .rent-single .rent-single-area .heading {
    font-size: 13px;
    padding: 10px;
  }
}
.rent-single .rent-single-area .bottom {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .rent-single .rent-single-area .bottom {
    padding: 20px 10px;
  }
}
.rent-single .rent-single-area .bottom .bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .rent-single .rent-single-area .bottom .bottom-flex {
    margin-bottom: 15px;
    display: block;
  }
}
.rent-single .rent-single-area .bottom .bottom-flex .left {
  width: 550px;
}
@media screen and (max-width: 1000px) {
  .rent-single .rent-single-area .bottom .bottom-flex .left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.rent-single .rent-single-area .bottom .bottom-flex .left .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .rent-single .rent-single-area .bottom .bottom-flex .left .flex1 {
    display: block;
  }
}
.rent-single .rent-single-area .bottom .bottom-flex .left .flex1 .img {
  width: 28%;
}
@media screen and (max-width: 1000px) {
  .rent-single .rent-single-area .bottom .bottom-flex .left .flex1 .img {
    width: 50%;
    margin: 0 auto 10px;
  }
}
.rent-single .rent-single-area .bottom .bottom-flex .left .flex1 .img .wrap {
  padding-top: 100%;
  position: relative;
}
.rent-single .rent-single-area .bottom .bottom-flex .left .flex1 .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rent-single .rent-single-area .bottom .bottom-flex .left .flex1 .contents1 {
  width: 70%;
}
@media screen and (max-width: 1000px) {
  .rent-single .rent-single-area .bottom .bottom-flex .left .flex1 .contents1 {
    width: 100%;
  }
}
.rent-single .rent-single-area .bottom .bottom-flex .left .flex1 .contents1 .city {
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  background: #2ACCBB;
  display: inline-block;
  color: #fff;
  margin-bottom: 5px;
}
.rent-single .rent-single-area .bottom .bottom-flex .left .flex1 .contents1 h3 {
  color: #01BC87;
  font-weight: 700;
  font-size: 18px;
}
.rent-single .rent-single-area .bottom .bottom-flex .right {
  width: calc(100% - 600px);
}
@media screen and (max-width: 1000px) {
  .rent-single .rent-single-area .bottom .bottom-flex .right {
    width: 100%;
  }
}
.rent-single .rent-single-area .bottom .bottom-flex .right .flex2 .list {
  background: #FBFCDC;
  font-size: 14px;
  padding: 8px 10px;
  margin-bottom: 8px;
  font-weight: 500;
}
.rent-single .rent-single-area .bottom .bottom-flex .right .flex2 .cost {
  font-size: 18px;
  color: #01BC87;
  font-weight: 700;
}
.rent-single .rent-single-area .bottom .bottom-flex .right .flex2 .cost span {
  font-size: 50%;
}
.rent-single .rent-single-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .rent-single .rent-single-area ul {
    display: block;
  }
}
.rent-single .rent-single-area ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rent-single .rent-single-area ul li .dt {
  font-size: 16px;
  font-weight: 700;
  background: #2ACCBB;
  color: #fff;
  text-align: center;
  padding: 15px;
  width: 130px;
  position: relative;
}
.rent-single .rent-single-area ul li .dt .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .rent-single .rent-single-area ul li .dt {
    font-size: 13px;
    padding: 10px;
    width: 100px;
  }
}
.rent-single .rent-single-area ul li .dd {
  padding: 15px;
  background: #E9FFF6;
  font-size: 14px;
  width: calc(100% - 120px);
}
@media screen and (max-width: 1000px) {
  .rent-single .rent-single-area ul li .dd {
    width: calc(100% - 100px);
    padding: 10px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1001px) {
  .rent-single .rent-single-area ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .rent-single .rent-single-area ul li:nth-child(2n) {
    margin-right: 0;
  }
  .rent-single .rent-single-area ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .rent-single .rent-single-area ul li {
    width: 100%;
    margin-bottom: 7px;
  }
  .rent-single .rent-single-area ul li:last-child {
    margin-bottom: 0;
  }
}

.co-box {
  line-height: 1.5;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .co-box {
    margin-bottom: 30px;
  }
}
.co-box h2 {
  background: #81D2E4;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .co-box h2 {
    font-size: 14px;
    padding: 10px;
  }
}
.co-box .bottom {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .co-box .bottom {
    padding: 20px 0;
  }
}

.co-box1 .img {
  max-width: 400px;
  margin: 0 auto;
}

.co-box2 .img {
  max-width: 400px;
  margin: 0 auto;
}
.co-box2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1001px) {
  .co-box2 ul li {
    width: calc(20% - 16px);
    margin-right: 20px;
  }
  .co-box2 ul li:nth-child(5n) {
    margin-right: 0;
  }
  .co-box2 ul li:nth-child(n+6) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .co-box2 ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .co-box2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .co-box2 ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}

.co-box3 {
  line-height: 1.5;
  font-weight: 600;
}
.co-box3 .ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .co-box3 .ul1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.co-box3 .ul1 li {
  width: 19%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .co-box3 .ul1 li {
    width: 33.333%;
    padding: 3px;
  }
}
.co-box3 .ul1 li .dd {
  text-align: center;
}
.co-box3 .dt {
  font-size: 14px;
  color: #fff;
  background: #2ACCBB;
  padding: 15px 10px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .co-box3 .dt {
    font-size: 13px;
  }
}
.co-box3 .dd {
  padding: 15px 10px;
  font-size: 13px;
  background: #E9FFF6;
}
@media screen and (max-width: 1000px) {
  .co-box3 .dd {
    font-size: 12px;
  }
}
.co-box3 .ul2 {
  margin-bottom: 20px;
}
.co-box3 .ul2:last-child {
  margin-bottom: 0;
}
.co-box3 .ul2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.co-box3 .ul2 .dt {
  width: 180px;
}
@media screen and (max-width: 1000px) {
  .co-box3 .ul2 .dt {
    width: 60px;
  }
}
.co-box3 .ul2 .dd {
  width: calc(100% - 180px);
  padding: 15px 30px;
}
@media screen and (max-width: 1000px) {
  .co-box3 .ul2 .dd {
    padding: 15px;
    width: calc(100% - 60px);
  }
}

.co-box2 ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.co-box2 ul li a:hover {
  opacity: 0.6;
}

.gslide-media {
  width: 100%;
}
.gslide-media img {
  width: 100%;
  max-width: 1000px;
}

.co-box4 .ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .co-box4 .ul1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1001px) {
  .co-box4 .ul1 li {
    width: calc(25% - 22.5px);
    margin-right: 30px;
  }
  .co-box4 .ul1 li:nth-child(4n) {
    margin-right: 0;
  }
  .co-box4 .ul1 li:nth-child(n+5) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .co-box4 .ul1 li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .co-box4 .ul1 li:nth-child(2n) {
    margin-right: 0;
  }
  .co-box4 .ul1 li:nth-child(n+3) {
    margin-top: 15px;
  }
}
.co-box4 .ul1 li p {
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .co-box4 .ul1 li p {
    font-size: 11px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 370px) {
  .co-box4 .ul1 li p {
    font-size: 11px;
    margin-top: 6px;
  }
}
.co-box4 .ul2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1001px) {
  .co-box4 .ul2 li {
    width: 47%;
  }
  .co-box4 .ul2 li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .co-box4 .ul2 li {
    width: 100%;
    margin-bottom: 30px;
  }
  .co-box4 .ul2 li:last-child {
    margin-bottom: 0;
  }
}
.co-box4 .ul2 li .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.co-box4 .ul2 li .contents {
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .co-box4 .ul2 li .contents {
    padding: 0;
  }
}
.co-box4 .ul2 li .row {
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.co-box4 .ul2 li .row .dt {
  margin-right: 10px;
}
.co-box4 .ul2 li:nth-child(1) .title {
  background: #3F98E1;
}
.co-box4 .ul2 li:nth-child(2) .title {
  background: #2ACCBB;
}
.co-box4 .ul2 li:nth-child(3) .title {
  background: #01BC87;
}
.co-box4 .ul2 li:nth-child(4) .title {
  background: #FFBF10;
}
.co-box4 .ul2 li:nth-child(5) .title {
  background: #00999F;
}
.co-box4 .map {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .co-box4 .map {
    margin-bottom: 10px;
  }
}
.co-box4 .map .wrap {
  padding-top: 50%;
  position: relative;
}
.co-box4 .map .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rent-single .rent-single-area .bottom .bottom-flex .left .flex1 .contents1 h3 {
  margin-bottom: 10px;
}

.co-box2 ul li a .wrap {
  padding-top: 75%;
  position: relative;
}
.co-box2 ul li a .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-property-lists li a {
  height: 100%;
  position: relative;
  padding-bottom: 20px;
}

.top-property-lists .btn .btn-flex {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.search-text1 {
  text-align: center;
  color: #01BC87;
  font-weight: 700;
}

.search-text2 {
  text-align: center;
  color: #01BC87;
  font-weight: 700;
}

.search-text3 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .search-text3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .search-text3 {
    margin-bottom: 30px;
  }
}

.top-news ul li .flex .info .category.cat1 {
  color: #663300;
  background: #EBD3B6;
  border: 1px solid #E1BE93;
}
.top-news ul li .flex .info .category.cat2 {
  color: #fff;
  background: #28bee0;
  border: 1px solid #28bee0;
}
.top-news ul li .flex .info .category.cat3 {
  background: #D29160;
  color: #fff;
  border: 1px solid #D29160;
}
.top-news ul li .flex .info .category.cat4 {
  background: #758C40;
  color: #fff;
  border: 1px solid #758C40;
}
.top-news ul li .flex .info .category.cat5 {
  background: #E39623;
  color: #fff;
  border: 1px solid #E39623;
}
.top-news ul li .flex .info .category.cat6 {
  background: #DB8C84;
  color: #fff;
  border: 1px solid #DB8C84;
}

@media screen and (max-width: 1000px) {
  .top-search .row3 ul li a .text {
    width: 51%;
  }
}
@media screen and (max-width: 370px) {
  .top-search .tab-btn {
    font-size: 11px;
  }
}
.top-property-lists li a.category5 .category {
  background: #28bee0;
}

.top-property-lists li a.category5 {
  border: 2px solid #28bee0;
}

.top-property-lists li a.category6 .category {
  background: #74ad03;
}

.top-property-lists li a.category6 {
  border: 2px solid #74ad03;
}

.inside {
  position: relative;
}

.inside-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zigyo {
  padding: 5px 10px;
  color: #fff;
  background: rgb(241, 56, 56);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.zigyo3 {
  padding: 5px 10px;
  color: #fff;
  background: #fc13a7;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.inside-item {
  margin-right: 5px;
}

.zigyo2 {
  top: 0;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  background: rgb(241, 56, 56);
  font-size: 13px;
  font-weight: 500;
  z-index: 2;
  display: inline-block;
}

.top-property-lists li a .inside {
  height: 95%;
}

.pickup .pickup-slider-img .wrap {
  padding-top: 45%;
  position: relative;
}
.pickup .pickup-slider-img .wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-title {
  font-weight: 700;
  color: #01BC87;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .single-title {
    font-size: 16px;
  }
}

.sc li {
  margin-top: 10px;
}

.rent-single .rent-single-area .bottom .bottom-flex .left .flex1 .img .wrap {
  padding-top: 68%;
}

.full-width {
  width: 100% !important;
}

@media screen and (min-width: 1001px) {
  .gslide-media img {
    width: initial;
    height: 90%;
  }
  .rent-single .rent-single-area ul li {
    margin-right: 0;
    width: 50%;
  }
}
.inside-item3 {
  background: #74ad03;
  color: #fff;
}

.rent-single .rent-single-area .bottom .bottom-flex .left .flex1 .contents1 .inside-wrap3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rent-single .rent-single-area .bottom .bottom-flex .left .flex1 .contents1 .inside-item {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.section {
  opacity: 0;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  -webkit-transition: opacity 1.6s ease, -webkit-transform 1s ease;
  transition: opacity 1.6s ease, -webkit-transform 1s ease;
  transition: opacity 1.6s ease, transform 1s ease;
  transition: opacity 1.6s ease, transform 1s ease, -webkit-transform 1s ease;
}
@media screen and (max-width: 1000px) {
  .section {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

.section.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.co-box4 .map .wrap2 {
  padding-top: 56.25% !important;
  position: relative;
}
.co-box4 .map .wrap2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .co-box4 .map .wrap2 iframe {
    margin-bottom: 20px;
  }
}
.co-box4 .map {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .co-box4 .map {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1001px) {
  .co-box1 .img {
    max-width: 800px;
    max-height: 700px;
  }
  .co-box1 .img img {
    max-width: 800px;
    max-height: 700px;
  }
}
.co-box1 .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5em;
  border: 1px solid #ddd;
}
.co-box1 .land-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 800px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .co-box1 .land-table {
    font-size: 12px;
  }
}
.co-box1 .land-table th, .co-box1 .land-table td {
  border: 1px solid #ccc;
  padding: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .co-box1 .land-table th, .co-box1 .land-table td {
    padding: 7px;
  }
}
.co-box1 .land-table thead th {
  background-color: #FBFCDC;
  font-weight: bold;
}
.co-box1 .land-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.rent-single .rent-single-area ul li .dd a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rent-single .rent-single-area ul li .dd a:hover {
  opacity: 0.6;
}

.landsale {
  background: #eff377;
  color: #000;
}

.co-box1 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.zansu {
  font-weight: 700;
  font-size: 14px;
  color: #FF3B30;
  margin-bottom: 8px;
}

.mv-contact {
  -webkit-transform: translateY(-31%);
          transform: translateY(-31%);
}
.mv-contact a .circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  background: rgb(248, 165, 11);
  position: relative;
}
.mv-contact a .circle .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.thanks-text {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .thanks-text {
    text-align: left;
  }
}

.thanks .section-btn1 {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .thanks .section-btn1 {
    margin-top: 30px;
  }
}
.thanks .section-btn1 a {
  background: #01BC87;
  color: #fff;
}

.single-contact {
  padding: 0 !important;
}

.orange-bg {
  background: rgb(248, 165, 11) !important;
}

.mail-icon {
  width: 34px;
  display: block;
  text-align: center;
  margin: 0 auto 5px;
}

.top-search .row3 ul li .flex .icon {
  width: 40px;
}

@media screen and (max-width: 1000px) {
  .top-search .row3 ul li .flex .icon img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.drawer-content {
  z-index: 1000;
}

.header {
  z-index: 1050;
}

.drawer-icon {
  z-index: 1150;
}

.wrap1127 {
  position: relative;
}

.pdf1127 {
  position: absolute;
  top: 0;
  right: 0;
}
.pdf1127 a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pdf1127 a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .pdf1127 a {
    font-size: 12px;
  }
}

.catalog1 .img {
  max-width: 80%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1000px) {
  .catalog1 .img {
    margin-bottom: 20px;
  }
}
.catalog1 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 800px;
}
@media screen and (max-width: 1000px) {
  .catalog1 .flex1 {
    margin-bottom: 30px;
  }
}
.catalog1 .flex1 .item {
  width: 45%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .catalog1 .flex1 .item {
    width: 48%;
  }
}
.catalog1 .flex1 .fuki1 {
  max-width: 170px;
  position: absolute;
  top: -120px;
  left: -20px;
}
@media screen and (max-width: 1000px) {
  .catalog1 .flex1 .fuki1 {
    max-width: 60px;
    top: -20px;
  }
}
.catalog1 .flex1 .fuki2 {
  max-width: 170px;
  position: absolute;
  top: -120px;
  right: -20px;
}
@media screen and (max-width: 1000px) {
  .catalog1 .flex1 .fuki2 {
    max-width: 60px;
    top: -20px;
  }
}
.catalog1 .flex1 .text {
  color: #01BC87;
  border: 2px solid #01BC87;
  padding: 10px;
  text-align: center;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  margin: 20px auto 0;
}
@media screen and (max-width: 1000px) {
  .catalog1 .flex1 .text {
    font-size: 12px;
  }
}
.catalog1 .img3 {
  max-width: 800px;
  margin: 0 auto;
}

.title455 {
  color: #01BC87;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .title455 {
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}