@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  /* min-width: 1500px; */
}

a {
  display: block;
}

main {
  padding-top: 95px;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  padding: 90px 0;
}

label:hover {
  cursor: pointer;
}
label input {
  cursor: pointer;
}

a.fixed {
  position: fixed;
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  bottom: 429px;
  z-index: 1000;
  background: #eeaf03;
  color: #fff;
  padding: 19px 0;
  font-size: 1.2rem;
  line-height: 3.8rem;
  letter-spacing: 0.2rem;
}

a.fixed::before {
  content: url("../img/mail.png");
  display: inline-block;
  margin-bottom: 10px;
}
a.procedure::before {
  content: url("../img/procedure.png");
  display: inline-block;
  margin-bottom: 10px;
}

/* 画面外にいる状態 */
/*.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms; }*/

/* 画面内に入った状態 */
/*.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }*/

#menu-btn-check {
  display: none;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.green {
  color: #009250;
}

.en {
  font-family: noto-serif, serif;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.center {
  text-align: center;
}

.btn {
  border: solid 2px #009250;
  display: block;
  line-height: 6.4rem;
  max-width: 300px;
  margin: auto;
  text-align: center;
  transition: 0.3s;
}

.btn:hover {
  border: solid 2px #009250;
  background: #009250;
  color: #fff;
}

.line {
  /*background: linear-gradient(transparent 60%, #f0f8f4 60%);*/
  color: #009250;
  font-size: 24px;
}

.dots {
  position: relative;
}

.dots::before {
  content: "・";
  position: absolute;
  top: -1em;
  left: 0;
  color: #009250;
}

img.center {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.top h2::before {
  content: "";
  display: block;
  width: 51px;
  height: 51px;
  background: url("../img/top/mark.png") no-repeat;
  background-size: contain;
  margin: 0 auto 20px;
}

.top h2::after {
  display: block;
  content: " ";
  width: 50px;
  border-bottom: solid 3px #009250;
  margin: 30px auto 20px;
}

.top h2 {
  font-size: 3rem;
  margin: 0 auto 50px;
  text-align: center;
  letter-spacing: 0.8rem;
  font-weight: bold;
}

header {
  width: 100%;
  height: 95px;
  line-height: 9rem;
  position: fixed;
  background: #ffffff;
  z-index: 999;
}
header .logo {
  display: flex;
  align-items: center;
}
header .menu-content li {
  border-top: solid 5px #fff;
  transition: 0.3s;
}
/*header .menu-content li:last-child {
    border-top: solid 5px #00934f; }*/

header > main {
  padding-top: 95px;
}

.mv {
  padding: 0;
  margin-bottom: 80px;
}
.mv .bg-switcher {
  width: 100vw;
  height: 800px;
  align-items: center;
  justify-content: center;
  background-size: cover;
  position: relative;
}
.catchcopy {
  position: absolute;
  max-width: 1350px;
  top: 13px;
  left: 0;
  right: 0;
  margin: auto;
}
    .mv .mv-msg {
      background: rgba(255,255,255,0.9);
      display: block;
      padding: 50px;
      max-width: 680px;
      line-height: 3.0rem;
      position: relative;
      margin: 12% 0 0 6%;
      }
      .mv .mv-msg-content {
        /* background: url(../img/top/mv-logo.png) no-repeat right; */
        }
      .mv .green.en {
        font-size: 4.8rem;
        margin-bottom: 50px; }
        .mv .green.en + p {
          margin-bottom: 20px; }
          .mv .house {
            width: 150px;
            position: absolute;
            right: -30px;
            bottom: -30px; }
.catchcopy-sp {
  display: none;
}

.banner {
  padding: 0;
}
.banner .flex {
  justify-content: space-evenly;
}

.greeting {
  text-align: center;
  background-image: url("../img/top/message-bg.png");
  background-position: bottom;
  padding-top: 0;
}
.greeting h2::before {
  background: url("../img/top/mark.png") no-repeat;
}
.greeting h2 {
  margin-top: 70px;
}
.greeting .green.en {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 30px;
  margin: 70px 0 40px;
}
.greeting .green.en + .green {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  margin-bottom: 70px;
}
.greeting .green.en + .green + p {
  line-height: 5rem;
  margin-bottom: 70px;
}

.flier {
  background-image: url("../img/flyer-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.flier .inner {
  background: #fff;
  padding: 80px;
  position: relative;
  /* ラベル部分 左上に表示 */
}
.flier .inner::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 130px solid transparent;
  border-left: 130px solid #edad0b;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
.flier .inner::after {
  content: "毎週更新中";
  display: block;
  top: 30px;
  transform: rotate(-45deg);
  color: #fff;
  /* 文字色はここで変更 */
  left: 0;
  position: absolute;
  z-index: 101;
  border-bottom: solid 1px #fff;
}
.flier .inner h2::before {
  background: url("../img/flyer-icon.png") no-repeat;
  height: 70px;
}
.flier .inner div {
  text-align: center;
}
.flier .inner .flex {
  margin-bottom: 50px;
}
.flier .btn {
  margin-top: 20px;
}

.news {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 15px,
    #f2f2f2 15px,
    #f2f2f2 16px
  );
}
.news > .inner {
  justify-content: space-around;
}
.news > .inner > div:first-child h2::before {
  background: url("../img/news-icon.png") no-repeat;
}
.news > .inner > div:last-child h2::before {
  background: url("../img/column-icon.png") no-repeat;
}
.news > .inner div ul {
  margin-bottom: 70px;
  max-width: 100%;
  width: 400px;
}
.news > .inner div ul li {
  line-height: 3rem;
  margin-bottom: 20px;
}
.news > .inner div ul li time {
  display: inline-block;
  margin-right: 10px;
}

.sale {
  background-image: url("../img/about-bg.jpg");
  background-attachment: fixed;
  padding-bottom: 100px;
}
.sale .inner {
  background-color: #fff;
  padding: 90px 50px 100px;
}
.sale .inner h2::before {
  background: url("../img/merit-icon.png") no-repeat;
}
.sale .inner h2 + ul {
  background-color: #ececec;
  padding: 30px 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sale .inner h2 + ul div {
  width: calc(50% - 25px);
}
.sale .inner h2 + ul div li {
  background: #fff;
  border-radius: 15px;
  line-height: 3rem;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
}
.sale .inner h2 + ul div li::after {
  content: url(../img/check-icon.png);
  display: block;
  position: absolute;
  top: 18%;
  left: 10px;
}
.sale .inner h2 + ul div li::before {
  content: " ";
  display: inline-block;
  width: 2.5rem;
}
.sale .inner > img {
  margin-bottom: 40px;
}
.sale .inner img + .minus {
  margin-bottom: 50px;
}
.sale .inner > .flex div .btn {
  color: #fff;
  width: 100%;
  background-color: #edad0b;
  margin-top: 47px;
  line-height: 7rem;
  border: #edad0b;
  padding: 5px;
  max-width: initial;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
}
.sale .inner > .flex div .btn span {
  display: block;
  border: solid 1px #fff;
  width: 100%;
  height: 100%;
}
.sale .inner > .flex div .btn:hover {
  opacity: 0.8;
}
.sale .inner > .flex:last-child {
  margin-top: 50px;
}
.sale .inner > .flex:last-child div {
  width: calc(50% - 55px);
  background-color: #efefef;
  padding: 40px 50px 30px;
  text-align: center;
  line-height: 3rem;
}
.sale .inner > .flex:last-child div .green {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 600;
}

.merit {
  background-image: url("../img/merit01-bg.png");
  background-size: cover;
}
.merit span.green.en {
  font-size: 4.8rem;
}
.merit h2::before {
  background: url("../img/merit.png") no-repeat;
  height: 73px;
}
.merit .inner {
  flex-wrap: wrap;
  justify-content: space-around;
}
.merit .inner .merit-item {
  width: calc(100% / 3 - 15px);
  background: #fff;
  position: relative;
  padding: 50px 30px;
  margin-top: 50px;
  margin-bottom: 70px;
}
.merit .inner .merit-item::before {
  content: "01";
  display: block;
  position: absolute;
  color: #009250;
  font-family: noto-serif, serif;
  font-size: 7.2rem;
  top: -3.6rem;
  right: 5%;
}
.merit .inner .merit-item:nth-child(2)::before {
  content: "02";
}
.merit .inner .merit-item:nth-child(3)::before {
  content: "03";
}
.merit .inner .merit-item:nth-child(4)::before {
  content: "04";
}
.merit .inner .merit-item:nth-child(5)::before {
  content: "05";
}
.merit .inner .merit-item:nth-child(6)::before {
  content: "06";
}
.merit .inner .merit-item .frame {
  display: flex;
  align-items: center;
}
.merit .inner .merit-item .frame img {
  margin: 0 auto;
  display: block;
  height: auto;
}
.merit .inner .merit-item .green {
  font-size: 1.8rem;
  margin: 20px 0;
  font-weight: bold;
  line-height: 4rem;
}
.merit .inner .merit-item .green + p {
  line-height: 3rem;
  font-weight: normal;
}
.merit .inner .merit-item-txt {
  font-weight: 500;
  line-height: 3rem;
  align-items: center;
  font-size: 1.4rem;
}

.mediation {
  background-image: url("../img/01-icon.png.jpg");
  background-size: cover;
}
.mediation .inner {
  background: #fff;
  padding: 100px 100px 60px;
}
.mediation .inner h2::before {
  background: url("../img/merit.png") no-repeat;
  height: 73px;
}
.mediation .inner img {
  margin-bottom: 60px;
}
.mediation .inner p {
  line-height: 3rem;
  font-weight: normal;
  margin-bottom: 50px;
}
.mediation .inner p .green {
  font-weight: bold;
}

.service h2::before {
  background: url("../img/top/service-icon.png") no-repeat;
}
.service .service-item {
  padding-top: 150px;
  background-repeat: no-repeat;
  background-position: top;
  margin-bottom: 80px;
}
.service .service-item .service-inner {
  max-width: 600px;
  padding: 70px 80px;
  background: #fff;
  box-shadow: 0px 10px 50px 0px rgba(136, 136, 136, 0.2);
}
.service .service-item .service-inner .green.en {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.service .service-item .service-inner h3 {
  font-size: 3.2rem;
  margin-bottom: 40px;
  font-weight: bold;
}
.service .service-item .service-inner h3 + p {
  line-height: 3rem;
  font-weight: normal;
  margin-bottom: 50px;
}
.service .service-item .service-inner h3 + p img {
  display: block;
  margin: 0 auto 40px;
}
.service .service-item:nth-child(2) {
  background-image: url("../img/top/service01.jpg");
}
.service .service-item:nth-child(3) {
  background-image: url("../img/top/service02.jpg");
}
.service .service-item:nth-child(4) {
  background-image: url("../img/top/service03.jpg");
}
.service .service-item:nth-child(5) {
  background-image: url("../img/top/service04.jpg");
}
.service .service-item:nth-child(odd) .service-inner {
  margin: 0 0 0 auto;
}

.store {
  padding-top: 80px;
}
.store .inner h2::before {
  background: url("../img/shop-info-icon.png") no-repeat;
}
.store .inner .store-item {
  line-height: 3rem;
}
.store .inner .store-item h3 {
  border-bottom: solid 1px #009250;
  margin-bottom: 40px;
  font-size: 2.4rem;
}
.store .inner .store-item .flex > div {
  width: calc(50% - 20px);
  font-weight: normal;
}
.store .inner .store-item .flex > div .frame {
  margin-bottom: 20px;
}

.store .store-item .flex .frame {
  height: 300px;
}
.store .store-item .flex .frame iframe {
  width: 100%;
  height: 100%;
}

/***************************************************

          各ページ

**************************************************/
.page-header {
  padding: 0;
}

.h2::before {
  content: "";
  display: block;
  width: 51px;
  height: 51px;
  background: url("../img/top/mark.png") no-repeat;
  background-size: contain;
  margin: 0 auto 20px;
}

.h2::after {
  display: block;
  content: " ";
  width: 50px;
  border-bottom: solid 3px #009250;
  margin: 30px auto 20px;
}

.h2 {
  font-size: 3rem;
  margin: 0 auto 50px;
  text-align: center;
  letter-spacing: 0.8rem;
}

.h3 {
  margin: 40px 0;
  padding: 20px 0;
  background: #eef8f4;
  color: #009250;
  font-size: 24px;
}

.itc {
  line-height: 3rem;
}
.itc p {
  font-weight: 400;
}
.itc .sec-1 {
  text-align: center;
  /* background-image: url("../img/itc-bg01.jpg"), url("../img/itc-bg02.jpg"); */
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}
.itc h2::before {
  background: url("../img/top/mark.png") no-repeat;
}
.itc .sec-2 {
  background-image: url("../img/inheritance-bg.png");
}
.itc .sec-2 .inner {
  background: #fff;
  padding: 90px 90px 0;
  background-image: url("../img/graphpaper.png");
}
.itc .sec-2 .inner h2 {
  background: #009250;
  display: block;
  color: #fff;
  max-width: 600px;
  text-align: center;
  margin: 0 auto 50px;
  font-size: 3rem;
  line-height: 7rem;
  border-radius: 40px;
  position: relative;
}
.itc .sec-2 .inner h2::after {
  content: url("../img/caution.png");
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.itc .sec-2 .inner .item {
  margin-bottom: 40px;
  /* align-items: flex-end; */
  margin-top: 60px;
  padding-bottom: 60px;
}
.itc .sec-2 .inner .item h3 {
  margin-bottom: 30px;
  font-size: 2.4rem;
}
.itc .sec-2 .inner .item h3::before {
  content: "01";
  display: block;
  font-size: 7.2rem;
  color: #f4b90c;
  height: 7.2rem;
  font-family: noto-serif, serif;
}
.itc .sec-2 .inner .item:nth-child(3) h3::before {
  content: "02";
  color: #009250;
}
.itc .sec-2 .inner .item:nth-child(4) h3::before {
  content: "03";
}
.itc .sec-2 .inner .item:nth-child(5) h3::before {
  content: "04";
  color: #009250;
}
.itc .sec-2 .inner .item:nth-child(6) h3::before {
  content: "05";
}
.itc .sec-2 .inner .item:nth-child(7) h3::before {
  content: "06";
  color: #009250;
}
.itc .sec-2 .inner .item:nth-child(8) h3::before {
  content: "07";
}
.itc .sec-2 .inner .item:nth-child(9) h3::before {
  content: "08";
  color: #009250;
}
.itc .sec-2 .inner .item:nth-child(10) h3::before {
  content: "09";
}
.itc .sec-2 .inner .item div:first-child {
  width: calc(60% - 20px);
}
.itc .sec-2 .inner .item div:nth-child(2) {
  width: calc(40% - 20px);
}
.itc .sec-2 .inner .square {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 80px;
}
.itc .sec-2 .inner .square span {
  background-color: #009250;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  display: inline-block;
  margin-left: 5px;
  padding: 5px;
}
.itc .sec-2 .inner .square + p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.itc .sec-2 .inner .square + p + p {
  margin-bottom: 80px;
}
.itc .sec-2 .inner .line {
  margin: 0 auto;
  background: linear-gradient(transparent 60%, #fae7b3 60%);
  color: #000000;
}
.itc .sec-2 .inner .contact p {
  font-weight: 700;
}
.itc .sec-3 {
  background-image: url("../img/sales-bg.png");
}
.itc .sec-3 p.green {
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 80px;
}
.itc .sec-3 p.green + img {
  margin-bottom: 40px;
}
.itc .sec-3 .contact {
  background: #f0f8f4;
  padding: 40px;
  letter-spacing: 0.5rem;
  margin-top: 40px;
}
.itc .sec-3 .contact p {
  font-weight: bold;
}
.itc .sec-3 .contact p:first-child {
  font-size: 3rem;
  margin-bottom: 40px;
}
.itc .sec-3 .contact p span {
  display: block;
  margin: 0 auto;
  max-width: 75rem;
  line-height: 4rem;
}
.itc .sec-3 .contact .tel {
  background: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
}
.itc .sec-3 .contact .tel img {
  margin-right: 30px;
  padding-top: 10px;
}
.itc .sec-3 .contact .tel a {
  font-size: 7.2rem;
  line-height: 7.2rem;
}

.itc .flex.hebel img {
  width: 30%;
}

.itc .flex.pdf {
  width: 100%;
  margin: 0 auto;
}

.itc .flex.pdf li {
  width: 49%;
  text-align: left;
  margin-bottom: 10px;
}

.itc .flex.pdf li:before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0px;
  width: 10px;
  height: 10px;
  margin-top: 0px;
  background: url("../img/hebel/pdf.png") top left no-repeat;
  background-size: 10px 10px;
}

.itc .flex.pdf li a {
  border-bottom: 1px solid #000;
}

/*　　　　　賃貸管理　　　　　*/

.management .house {
  width: 150px;
  margin: 0 auto;
}
.management .table {
  width: 820px;
  margin: 0 auto;
}
.management .sec-1 h3 {
  font-size: 3rem;
  font-weight: bold;
  color: #009250;
}
.management .sec-1 h4 {
  font-size: 2rem;
  padding-bottom: 20px;
  text-align: left;
  color: #009250;
}
.management h3 span {
  background: linear-gradient(transparent 50%, #f0f8f4 50%);
}
.management .sec-1 h3,
.management .sec-1 p,
.management .sec-1 img {
  padding-bottom: 50px;
}
.management .bold {
  font-weight: bold;
}
.management .sec-1 table {
  margin: 0 auto;
  color: #009250;
  font-weight: bold;
  border: 1px solid #ececec;
  text-align: left;
  width: 820px;
}
.management .sec-1 th {
  background: #f7f7f7;
  border: solid 1px #ececec;
  padding: 20px 20px;
}
.management .sec-1 td {
  background: #ffffff;
  border: solid 1px #ececec;
  padding: 20px 20px;
}
.management .sec-1 td span {
  font-weight: normal;
  font-size: 1.2rem;
}
.management .sec-2 .inner h2::after {
  content: url(../img/memo.png);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.management .sec-2-about p {
  font-weight: bold;
  color: #009250;
  padding: 80px 0;
  text-align: center;
}
.management .sec-3 {
  background: none;
}
.management .sec-3 h2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 50px;
}
.management .sec-3 span {
  color: #009250;
}
.management .sec-3 table {
  margin: 0 auto;
  color: #222222;
  font-weight: bold;
  border: 1px solid #ececec;
  text-align: left;
  width: 1200px;
}
.management .sec-3 th {
  background: #f7f7f7;
  border: solid 1px #ececec;
  padding: 20px 20px;
  color: #009250;
}
.management .sec-3 td {
  background: #ffffff;
  border: solid 1px #ececec;
  padding: 20px 20px;
  font-weight: normal;
}

/*　へーベル　*/

.hebel .sec-2 .inner h2 {
  max-width: 100%;
  border-radius: 100px;
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 20px 0;
}

.hebel .sec-2 .inner .memo::after {
  content: none !important;
}

.hebel .sec-2 .inner .explain {
  font-size: 1.6rem;
  line-height: 2.4rem;
  /* text-align: center; */
  color: #009250;
  background: #ffffff;
  border: 1px solid #009250;
  padding: 20px 10px;
  width: 800px;
  margin: 0 auto;
}

.hebel .sec-2 .inner .item:nth-child(3) h3::before {
  content: "01";
  color: #f4b90c;
}
.hebel .sec-2 .inner .item:nth-child(4) h3::before {
  content: "02";
  color: #009250;
}
.hebel .sec-2 .inner .item:nth-child(5) h3::before {
  content: "03";
  color: #f4b90c;
}
.hebel .sec-2 .inner .item:nth-child(6) h3::before {
  content: "04";
  color: #009250;
}
.hebel .sec-2 .inner .item:nth-child(7) h3::before {
  content: "05";
  color: #f4b90c;
}
.hebel .sec-2 .inner .item:nth-child(8) h3::before {
  content: "06";
  color: #009250;
}
.hebel .sec-2 .inner .item:nth-child(9) h3::before {
  content: "07";
  color: #f4b90c;
}

@media screen and (max-width: 599px) {
  .hebel .sec-2 .inner .explain {
    margin-bottom: 40px;
    font-size: 1.4rem;
    width: auto;
  }

  .flex .hebel img {
    width: 100%;
  }
}

#contact-btn {
  margin: 90px 0;
}
#contact-btn .contact-msg p {
  font-weight: bold;
  font-size: 3rem;
  text-align: left;
  color: #009250;
  line-height: 4rem;
  max-width: 75rem;
  letter-spacing: 0.5rem;
  display: block;
  margin: 0 auto;
  padding-bottom: 90px;
}
#contact-btn .tel {
  max-width: 575px;
  height: 266px;
  border: 3px solid #009250;
  color: #009250;
  background: #f0f8f4;
  padding: 40px;
  letter-spacing: 0.5rem;
  font-weight: bold;
  font-size: 4.8rem;
  align-items: flex-start;
  flex: 1;
  text-align: center;
}
#contact-btn .tel div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
  /*height: 70px;*/
}
#contact-btn .tel a,
.management .form a {
  display: block;
}
#contact-btn .tel div img {
  margin-right: 10px;
  padding-top: 10px;
}
#contact-btn .tel p {
  font-size: 1.6rem;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
#contact-btn .form {
  max-width: 575px;
  height: 266px;
  border: 3px solid #f4b90c;
  color: #f4b90c;
  background: #fdf7e7;
  padding: 40px;
  letter-spacing: 0.5rem;
  font-weight: bold;
  font-size: 2.4rem;
  flex: 1;
  text-align: center;
}
#contact-btn .form p {
  font-size: 1.6rem;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}
#contact-btn .form div {
  margin: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact-btn .form a {
  line-height: 11rem;
  font-size: 2.2rem;
}
#contact-btn .form div img {
  margin-right: 10px;
  padding-top: 10px;
}
#contact-btn .tel .time,
#contact-btn .form .time {
  background: #ffffff;
}

@media (max-width: 1200px) {
  #contact-btn .none {
    display: none;
  }
  .management .table {
    width: 100%;
  }
  .management .sec-1 p {
    text-align: center;
  }
  .management h3 {
    /* text-align: center; */
    line-height: 4.8rem;
  }
  .management table tr {
    margin-bottom: 30px;
    display: block;
  }
  .management .sec-2 .inner .memo::after {
    content: url(../img/memo.png);
    bottom: -30px;
  }
  .management .sec-1 table,
  .management .sec-3 table {
    width: 100%;
    border: none;
    margin-bottom: 50px;
  }
  .management .sec-1 th,
  .management .sec-1 td,
  .management .sec-3 th,
  .management .sec-3 td {
    display: block;
    text-align: center;
    border: none;
  }
  .management .sec-2 .inner h2::after {
    content: url(../img/memo.png);
  }
  .management .sec-2-about p {
    padding: 0 0 50px 0;
  }
  .management .sec-3 table tr:last-child {
    margin-bottom: 0;
  }
  #contact-btn .inner {
    padding: 0 6%;
  }
  #contact-btn .contact-msg p {
    text-align: center;
    font-size: 2rem;
    padding-bottom: 50px;
  }
  #contact-btn .flex {
    display: block;
  }
  #contact-btn .tel,
  #contact-btn .form {
    max-width: 100%;
    height: 250px;
    padding: 50px 20px;
  }
  #contact-btn .tel {
    margin-bottom: 50px;
    font-size: 3rem;
  }
  #contact-btn .form a {
    font-size: 2rem;
    line-height: 3rem;
  }
}

/*　　　　　新着情報・コラム　　　　　*/

.news,
.column,
.archive {
  margin: 0 auto;
}
.news h2::before {
  background: url(../img/news-icon.png) no-repeat;
}
.column h2::before {
  background: url(../img/column-icon.png) no-repeat;
}
.news-content .news-date {
  font-weight: bold;
  color: #009250;
  margin-bottom: 20px;
}
.news-content .news-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.news-content .news-text {
  margin-bottom: 80px;
}
.news-content p {
  font-weight: normal;
  line-height: 3rem;
}
.news-text table tr td {
  border: 1px solid #000;
  padding: 10px;
}

/*　　　　　プライバシーポリシー　　　　　*/

.privacy {
  width: 100%;
}
.privacy h3 {
  background: #ececec;
  color: #009250;
  padding: 10px 10px;
  margin-bottom: 30px;
  text-align: center;
}
.privacy p {
  padding-bottom: 50px;
  text-align: left;
}
.privacy a {
  color: #009250;
  display: block;
  word-break: break-all;
}

/***************************************************

          pc用 

**************************************************/
@media screen and (min-width: 600px) {
  .sp {
    display: none;
  }

  /* menu */
  header .logo {
    padding: 0 20px;
  }

  .banner a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }

  .menu-content a {
    padding: 0 10px;
    transition: 0.8;
    font-size: 1.4rem;
  }
  .menu-content ul {
    display: flex;
    justify-content: space-between;
  }
  .menu-content ul li:last-child {
    /*
      padding: 0 10px;
      background: #00934f;
      color: #fff;
      transition: 0.3s;
      margin-left: 10px; */
    margin-right: 10px;
  }
  /*.menu-content ul li:last-child:hover {
      opacity: 0.8; }*/
  .menu-content li:hover,
  .menu-content li:active {
    border-top: solid 5px #00934f !important;
    background: #f1f1f1;
  }

  .mv {
    display: flex;
    align-items: flex-end;
  }
  /*.mv::before {
      display: block;
      content: url("../img/scroll.png");
      padding: 0 2% 80px; }*/
  .mv .mv-bg .mv-icon {
    display: block;
    /*margin: 0 0 0 auto;*/
    max-width: 580px;
  }

  .store .inner h2 + .store-item {
    margin-bottom: 80px;
  }

  footer {
    background-image: url("../img/footer-bg.jpg");
    color: #fff;
    padding-top: 50px;
    font-weight: normal;
  }
  footer .inner {
    font-size: 1.2rem;
  }
  footer .inner > .flex:first-child {
    border-bottom: solid 1px #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  footer .inner > .flex > div {
    width: 50%;
    line-height: 3rem;
  }
  footer .inner > .flex .footer-menu {
    width: 50%;
    line-height: 3rem;
  }
  footer .inner > .flex .footer-menu p {
    font-weight: bold;
    font-size: 1.8rem;
  }
  footer .inner > .flex .footer-menu li::before {
    display: inline-block;
    content: "ー ";
  }
  footer .inner > .flex:nth-child(2) {
    line-height: 2.4rem;
  }
  footer > p {
    text-align: center;
    font-size: 1rem;
    line-height: 6rem;
  }
}

/***************************************************

          スマホ用 

**************************************************/
@media screen and (max-width: 599px) {
  body {
    min-width: initial;
  }

  body p {
    font-weight: 400;
  }

  main {
    padding-top: 60px;
  }

  section {
    padding: 45px 3%;
  }

  header {
    height: 60px;
  }

  header .logo {
    padding: 0 0 0 10px;
  }

  .catchcopy {
    display: none !important;
  }
  .catchcopy-sp {
    display: block;
    width: 100%;
    padding: 50px 3%;
  }
  .mv .bg-switcher {
    height: 500px;
  }
  .btn {
    max-width: initial;
    border: solid 1px #009250;
  }

  .btn:hover {
    border: solid 2px #009250;
  }

  .flex {
    flex-wrap: wrap;
  }

  .logo h1 img {
    width: 70%;
  }

  .pc {
    display: none;
  }

  .top h2::before {
    width: 25px;
    height: 25px;
    background-size: contain !important;
    margin: 0 auto 10px;
  }

  .merit h2::before,
  .mediation h2::before {
    height: 40px !important;
  }

  .top h2::after {
    width: 25px;
    border: solid 2px #009250;
    margin: 20px auto 0;
  }

  .top h2 {
    font-size: 1.6rem;
    margin: 0 auto 20px;
    letter-spacing: 0.3rem;
  }

  .h2::after {
    display: block;
    content: " ";
    width: 25px;
    border: solid 1px #009250;
    margin: 10px auto 0;
  }

  .h2::before {
    margin: 0 auto 10px;
  }

  .h2 {
    line-height: 2.6rem;
  }

  /*.mv {
    margin-bottom: 40px;
    background-image: url("../img/mv.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    padding: 3%; } 
      .mv .mv-bg .mv-msg {
        border: solid 1px #009c55;
        padding: 30px 5%;
        text-align: center;
        line-height: 1.5rem; }
        .mv .mv-bg .mv-msg div {
          background-size: contain;
        }
        .mv .mv-bg .mv-msg .house {
          display: none;
        }
        .mv .mv-bg .mv-msg .green.en {
          font-size: 2.4rem;
          margin-bottom: 20px; } */

  .banner {
    padding: 0 3%;
  }
  .banner a {
    margin-bottom: 20px;
  }

  .greeting {
    padding-top: 40px;
  }
  .greeting picture {
    display: block;
    margin-bottom: 50px;
  }
  .greeting .green.en {
    font-size: 2.4rem;
    line-height: 2.4px;
    margin: 30px 0 20px;
  }
  .greeting .green.en + .green {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  .greeting .green.en + .green + p {
    line-height: 3rem;
    margin-bottom: 40px;
    text-align: left;
    margin: 0 5% 20px;
  }
  .greeting .btn {
    margin: 0 3%;
  }

  .flier .inner {
    background: #fff;
    padding: 40px 3%;
    position: relative;
  }
  .flier .inner h2 {
    margin: 0 auto 40px;
  }
  .flier .inner h2::before {
    height: 35px;
  }
  .flier .inner .flex > div {
    width: 100%;
  }
  .flier .inner .flex > div:first-child p {
    margin: 0 10% 20px;
  }
  .flier .inner .flex > div:nth-child(2) {
    margin: 0 10% 0px;
  }
  .flier .inner::after {
    all: initial;
  }
  .flier .inner::before {
    all: initial;
    content: "毎週更新中";
    display: block;
    background: #edad0b;
    font-weight: bold;
    color: #fff;
    text-align: center;
    max-width: 140px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }

  .news .inner div {
    width: 100%;
    padding: 0 3%;
  }
  .news .inner div ul {
    margin-bottom: 30px;
  }
  .news .inner div ul li a time {
    display: block;
  }
  .news .inner div:first-child {
    margin-bottom: 40px;
  }

  .sale .inner {
    padding: 50px 3% 30px;
  }
  .sale .inner h2 + ul {
    width: 100%;
    padding: 30px 3%;
  }
  .sale .inner h2 + ul div {
    width: 100%;
  }
  .sale .inner h2 + ul div li {
    font-size: 1.2rem;
  }
  .sale .inner h2 + ul .btn {
    line-height: 6rem;
    font-size: 1.8rem;
  }
  .sale .inner > .flex:last-child div {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 40px 5% 30px;
    text-align: center;
  }
  .sale .inner > .flex:last-child div:first-child {
    margin-bottom: 40px;
  }
  .sale .inner > .flex:last-child div .green {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .sale .inner > .flex:last-child div p {
    font-weight: bold;
  }
  .sale .inner .minus {
    margin: 0 -3% 40px;
  }

  .merit .inner .merit-item {
    width: 100%;
    display: block;
  }
  .merit .inner .merit-item .frame {
    align-items: baseline;
  }
  .merit .inner .merit-item .frame img {
    width: 100%;
    margin: 0 auto 10px 0;
  }
  .merit .inner .merit-item-txt {
    text-align: left;
  }
  .merit .inner .merit-item .green {
    font-weight: bold;
    font-size: 2rem;
  }

  .mediation .inner {
    background: #fff;
    padding: 60px 3% 30px;
  }

  .service {
    padding: 45px 0;
  }
  .service .service-item {
    background-size: 100%;
    padding: 110px 3% 20px;
  }
  .service .service-item {
    margin-bottom: 40px;
  }
  .service .service-item::last-child {
    padding-bottom: 0;
  }
  .service .service-item .service-inner {
    padding: 40px 3%;
  }
  .service .service-item .service-inner .flex .frame {
    height: initial;
  }
  .service .service-item .service-inner .green.en {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .service .service-item .service-inner h3 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .service .service-item .service-inner h3 + p {
    margin-bottom: 30px;
  }

  .store .inner .store-item h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .store .inner .store-item .flex > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .store .inner .store-item .flex > div .frame {
    height: initial;
  }

  .archive h2 {
    letter-spacing: initial;
    font-size: 1.6rem;
  }
  .archive h2::before {
    width: 25px;
    height: 18px;
    background-size: contain !important;
    margin: 0 auto 10px;
  }
  .archive h2::after {
    display: block;
    content: " ";
    width: 25px;
    border: solid 1px #009250;
    margin: 10px auto 0;
  }
  .archive .news-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 50px;
  }

  footer {
    background: #009250;
    color: #fff;
    text-align: center;
    line-height: 2.8rem;
    font-size: 1.2rem;
  }

  /*ハンバーガー*/
  .menu-btn {
    position: relative;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: #009c55;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  /*×マーク*/
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /*チェックボックス消す*/
  #menu-btn-check {
    display: none;
  }

  /*メニュー*/
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #fff;
  }

  .menu-content ul {
    padding: 70px 5% 0;
  }

  .menu-content ul li {
    border-bottom: dotted 1px #009c55;
    list-style: none;
    line-height: 2rem;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }

  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #009c55;
    border-right: solid 2px #009c55;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }

  .menu-content .btn {
    background: #fff;
    color: #009250;
    line-height: 5rem;
    border: solid 1px #009250;
  }

  .menu-content .flex {
    margin-top: 20px;
    justify-content: space-between;
  }
  .menu-content .flex a {
    width: 43%;
    margin: 0;
  }

  .menu-content .flex + a {
    background: #edad0b;
    text-align: center;
    display: block;
    margin-top: 40px;
    color: #fff;
    line-height: 5rem;
  }

  .menu-content div.sp {
    margin: 0 5%;
  }

  /*メニューを画面の外へ*/
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;
    /*アニメーション設定*/
  }

  #menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }

  .itc h2 {
    letter-spacing: initial;
    font-size: 2rem;
  }
  .itc .h2::before {
    background-size: contain !important;
    margin: 0 auto 10px;
  }
  .itc .sec-1 {
    padding: 40px 5%;
    background-size: 40%;
    background-position: left top, right top 45px;
    text-align: initial;
  }
  .itc .sec-1 p {
    margin: 0 3%;
  }
  .itc .sec-2 .inner {
    padding: 40px 3% 0;
    background-size: contain;
  }
  .itc .sec-2 .inner h2 {
    font-size: 1.6rem;
    margin-bottom: 40px;
    line-height: 1rem;
  }
  .itc .sec-2 .inner h2::after {
    content: url("../img/caution-sp.png");
    bottom: -37px;
  }
  .itc .sec-2 .inner .item {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .itc .sec-2 .inner .item h3 {
    text-align: center;
    font-size: 2rem;
  }
  .itc .sec-2 .inner .item h3::before {
    font-size: 3.6rem;
    height: 3.8rem;
  }
  .itc .sec-2 .inner .item div {
    width: 100% !important;
  }
  .itc .sec-2 .inner .item div:nth-child(2) {
    margin-top: 20px;
  }
  .itc .sec-2 .inner .square + p + p {
    margin-bottom: 40px;
  }
  .itc .sec-2 .inner .square span {
    font-size: 2rem;
  }
  .itc .sec-2 .inner .line {
    font-size: 2rem;
  }
  .itc .sec-3 {
    padding: 45px 6% 0;
  }
  .itc .sec-3 p.green {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .itc .sec-3 .contact {
    margin: 40px -6% 0;
    padding: 40px 3%;
  }
  .itc .sec-3 .contact p span {
    line-height: 2rem;
  }
  .itc .sec-3 .contact p:first-child {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.2rem;
  }
  .itc .sec-3 .contact p:first-child img {
    height: 15px;
    width: auto;
  }
  .itc .sec-3 .contact .tel {
    padding: 20px 3%;
  }
  .itc .sec-3 .contact .tel img {
    height: auto;
    width: 30px;
    margin-right: 5px;
    padding-top: 5px;
  }
  .itc .sec-3 .contact .tel a {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
.mv::before {
  animation: move-y 0.5s infinite alternate ease-in-out;
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}

.contact-form-wrap {
  margin: 70px auto;
  width: 980px;
  box-shadow: 0px 0px 10px #e2e2e2;
  background: #fff;
}

/* テーブル
-------------------------------------------------- */
.contact-form-table {
  margin: 0 auto;
  padding: 40px 0;
  width: 800px;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 2px;
  font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.contact-form-table th {
  width: 28%;
  padding: 10px;
  text-align: right;
  vertical-align: middle;
}

.contact-form-table td {
  padding: 10px;
  text-align: left;
}
.contact-form-table td select {
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .contact-form-wrap {
    width: 100%;
  }
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
    text-align: left;
  }
  .contact-form-table {
    margin: 0px auto;
  }
  .contact-form-table td {
    margin: 0 0 10px;
  }
  .input-big {
    width: 80%;
  }
}
.container {
  /* margin-bottom: 100px; */
}

/* input設定
-------------------------------------------------- */
.input-big,
.input-mid,
.input-min {
  padding: 10px;
  margin: 4px 0;
  box-sizing: border-box;
  background: #efefef;
}

.input-big {
  width: 100%;
}

.input-mid {
  width: 60%;
}

.input-min {
  width: 90px;
}

/* 確認・送信・戻るボタン
-------------------------------------------------- */
.contact-form .submits {
  text-align: center;
  padding-bottom: 40px;
}

.contact-form .submits input {
  color: #fff;
  font-size: 18px;
  background: #f12323;
  border-radius: 60px;
  padding: 14px 50px;
  letter-spacing: 3px;
  font-weight: bold;
}

/* 未記入エラー文
-------------------------------------------------- */
.error-text {
  margin: 0 0 5px;
  color: #f00;
}

.hebel-img {
  margin-bottom: 50px;
}

/* page-company
-------------------------------------------------- */
.top-company {
  height: auto;
  background-image: url("https://web.archive.org/web/20220315212007im_/http://hsc01.xsrv.jp/denen-h_co_jp/wp-content/themes/main/img/sub-mv.jpg");
}

.title-company {
  text-align: center;
  color: white;
}

.title-company h2 {
  letter-spacing: 10px;
  font-size: 2rem;
  padding-bottom: 10px;
}

.title-company p {
  font-size: 1rem;
  letter-spacing: 2px;
}

.contents-greet-company {
  text-align: center;
}
.contents-greet-company > div:first-of-type {
  width: 980px;
  margin: 0 auto;
}

.greet-company {
  height: auto;
  background-image: url("../img/message-bg.png");
  background-size: cover;
}

#mark {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}

#about {
  text-align: center;
  letter-spacing: 2px;
  font-size: 2rem;
  padding-bottom: 20px;
}

#border-company {
  text-align: center;
  width: 50px;
  margin: 0 auto;
  border: none;
  border-top: solid 4px #00a448;
  padding-bottom: 30px;
}

#staff-img {
  padding-bottom: 50px;
}

#sub-title1 {
  text-align: center;
  font-size: 4rem;
  color: #00a448;
  padding-bottom: 10px;
}

#sub-title2 {
  text-align: center;
  font-size: 1.5rem;
  color: #00a448;
  padding-bottom: 50px;
  letter-spacing: 5px;
}

#exp-company {
  text-align: center;
  line-height: 30px;
}

.contents-detail {
  background-color: white;
}

.contents-detail-main {
  padding: 100px;
}

.detail-lists-company {
  line-height: 50px;
  width: 100%;
  margin-bottom: 50px;
}

.group-left {
  color: #00a448;
  width: 30%;
}

.group-right {
  width: 70%;
}

.detail-company {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("https://web.archive.org/web/20220315212007im_/http://hsc01.xsrv.jp/denen-h_co_jp/wp-content/themes/main/img/company-bg.png");
}

#name-of-store {
  font-size: 2rem;
  width: 100%;
  margin-bottom: 30px;
  line-height: 30px;
  color: #00a448;
  border-bottom: solid 2px #00a448;
}

.store-location {
  display: flex;
  padding-bottom: 30px;
}

.left-content-img {
  width: 50%;
}

.store-info1 {
  padding-bottom: 100px;
}

.right-content-letter {
  padding-left: 20px;
  height: auto;
  width: 50%;
  text-align: left;
  position: relative;
}

.right-content-letter-sp {
  display: none;
}

.right-content-letter p {
  width: 100%;
  font-size: 1.5rem;
  line-height: 150%;
}

#to-get-space {
  display: block;
  height: 20px;
}

.three-images {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  padding-bottom: 30px;
}

#staff-info-btn {
  white-space: nowrap;
  bottom: 0;
  position: relative;
  font-size: 2rem;
  letter-spacing: 3px;
  border: solid 2px #00a448;
  background-color: #c5e6d346;
  color: #00a448;
  display: inline-block;
  padding: 28px 30px;
  position: absolute;
  bottom: 0;
}

.round_arrow {
  position: relative;
  padding-right: 30px;
}

.round_arrow::before {
  /* 背景の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 3px;
  bottom: 0;
  right: 5px;
  width: 20px; /* 横幅 */
  height: 20px; /* 高さ */
  border-radius: 50%; /* 角の丸み */
  background: #00a448;
}

.round_arrow::after {
  /* くの字の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 3px;
  bottom: 0;
  right: 13px;
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

@media (max-width: 1000px) {
  #staff-info-btn {
    position: static;
  }

  .contents-detail li {
    font-size: 1.5vmin;
  }
  .contents-greet-company > div:first-of-type {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .contents-greet-company > div:first-of-type > div > #sub-title2 {
    padding-top: 50px;
  }
}

@media (max-width: 599px) {
  .contents-greet-company > div:first-of-type > div > #sub-title2 {
    padding-top: 48px;
    font-size: 1.4rem;
  }
  #exp-company {
    text-align: left;
  }

  .detail-company {
    background-size: cover;
  }

  .contents-detail-main {
    padding: 0px 20px;
  }

  .detail-lists-company {
    line-height: 30px;
  }

  .group-left,
  .group-right {
    white-space: nowrap;
    font-size: 3vmin;
    text-align: center;
    display: block;
    width: 100%;
  }

  .group-right {
    margin-bottom: 20px;
  }

  .left-content-img {
    width: 100%;
  }

  .right-content-letter {
    display: none;
  }

  .content-company {
    width: 90%;
    margin: 0 auto;
  }

  .right-content-letter-sp {
    display: initial;
  }

  .right-content-letter-sp p {
    margin-bottom: 50px;
  }

  #staff-info-btn {
    padding: 20px 0 20px 0;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
  }
}

footer a {
  padding-left: 10px;
  display: inline-block;
}

/* page-staff
-------------------------------------------------- */

#staff-introduce-comment-tb {
  display: none;
}
#staff-sub-title {
  padding: 90px 0 50px;
  font-size: 3.6rem;
  text-align: center;
  color: #00a448;
}

.staff-container {
  width: 80%;
  margin: 0 auto;
}

.group-introduce {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 100px;
  padding-bottom: 30px;
}

.staff-introduce-title {
  color: white;
  width: 100%;
  padding: 7px 0px 7px 10px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #00a447c0;
}

.staff-introduce-img {
  width: 40%;
}

.introduce-detail {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}

.group-staff-introduce {
  padding-left: 30px;
  width: 60%;
}

#staff-introduce-position {
  padding-top: 20px;
}

#staff-introduce-name {
  white-space: nowrap;
  font-size: 24px;
  padding-bottom: 30px;
}

#staff-introduce-comment {
  line-height: 25px;
  font-weight: normal;
  /* font-size: 1.5vmin; */
}

#multiple-img {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

@media (max-width: 1000px) {
  .staff-introduce-comment-tb {
    margin-left: 10px;
    margin-right: 10px;
  }

  #staff-introduce-comment-tb {
    display: initial;
    line-height: 25px;
    font-weight: normal;
    font-size: 1.5vmin;
  }

  #staff-introduce-comment {
    display: none;
  }

  #staff-introduce-name {
    white-space: nowrap;
    font-size: 3vmin;
    padding-bottom: 30px;
  }

  .group-introduce {
    padding-bottom: 20px;
  }

  #staff-img {
    padding-bottom: 10px;
  }

  .group-staff-introduce {
    margin: 0 auto;
  }
}

@media (max-width: 599px) {
  .staff-introduce-title {
    text-align: center;
  }

  .group-staff-introduce {
    padding-left: 0px;
  }

  .staff-container {
    width: 95%;
    margin: 0 auto;
  }

  .group-introduce {
    display: block;
  }

  .introduce-detail {
    display: initial;
  }

  .staff-introduce-img {
    width: 250px;
    height: 250px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  #staff-introduce-name {
    font-size: 4vmin;
    text-align: center;
    padding-bottom: 0px;
  }

  #staff-introduce-position {
    font-size: 2vmin;
    padding-top: 0px;
    text-align: center;
  }

  .staff-introduce-comment-tb {
    padding-left: 30px;
    padding-right: 30px;
  }

  #staff-introduce-comment-tb {
    font-size: 3vmin;
  }

  .staff-introduce {
    padding-bottom: 70px;
  }

  .multiple-staff-introduce {
    padding-bottom: 20px;
  }

  #multiple-img {
    width: 90%;
    margin: 0 auto;
  }
}

/***************************************************

          レスポンシブ 

**************************************************/

@media screen and (min-width: 600px) and (max-width: 1285px) {
  header {
    height: 60px !important;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .inner {
    /* width: 100%; */
    padding: 0 5%;
  }

  .banner a {
    margin-bottom: 20px;
  }

  .flier .flex {
    display: block;
  }
  .flier .inner .flex .p {
    margin: 0 auto;
  }
  .top .news .btn {
    margin-bottom: 50px;
  }
  .sale .inner h2 + ul {
    display: block;
  }
  .sale .inner h2 + ul div {
    width: 100%;
  }
  .sale img {
    display: block;
    margin: 0 auto;
  }
  .sale .minus {
    margin: 0 auto 50px;
    text-align: center;
  }
  .sale .center {
    margin: 0 auto;
  }
  .sale .flex {
    display: block;
  }
  .sale .inner > .flex:last-child div {
    width: 100%;
    margin: 50px 0;
  }

  /*ハンバーガー*/
  .menu-btn {
    position: relative;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: #009c55;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  /*×マーク*/
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /*チェックボックス消す*/
  #menu-btn-check {
    display: none;
  }

  /*メニュー*/
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #fff;
  }

  .menu-content ul {
    padding: 70px 5% 0;
    display: block;
  }

  .menu-content ul li {
    border-bottom: dotted 1px #009c55;
    list-style: none;
    line-height: 2rem;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }

  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #009c55;
    border-right: solid 2px #009c55;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }

  header .menu-content li {
    border-top: none;
  }

  .menu-content li:hover {
    border-top: none !important;
  }

  .menu-content .btn {
    background: #fff;
    color: #009250;
    line-height: 5rem;
    border: solid 1px #009250;
  }

  .menu-content .flex {
    margin-top: 20px;
    justify-content: space-between;
  }
  .menu-content .flex a {
    width: 43%;
    margin: 0;
  }

  .menu-content .flex + a {
    background: #edad0b;
    text-align: center;
    display: block;
    margin-top: 40px;
    color: #fff;
    line-height: 5rem;
  }

  .menu-content div.sp {
    margin: 0 5%;
  }

  /*メニューを画面の外へ*/
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;
    /*アニメーション設定*/
  }

  #menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }
}

/***************************************************

          メインビジュアル ipad

**************************************************/

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv .bg-switcher {
    height: 621px;
  }
}

/***************************************************

          コラム用

**************************************************/

.news-text h4 {
  font-weight: normal;
}
.news-text ul li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.news-text ul li::before {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  content: "";
  background: rgb(255 255 255 / 0%);
  border: 5px solid rgb(228 3 3 / 81%);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-text h2 {
  font-size: 20px;
  border-bottom: 3px solid rgb(172, 172, 172);
}
.news-text h3 {
  background-color: #dcdcdc;
  font-size: 17px;
  padding: 10px;
  margin: 20px 0;
}
.news-text h4 {
  padding-bottom: 5px;
}
.news-text td {
  height: 20px !important;
  width: 50px !important;
}
.news-text h6 {
  font-size: 12px;
  font-weight: normal;
}
.news-text ol {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  padding: 0.5em;
}
.news-text ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.news-text ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #5c9ee7;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi span.current {
  font-weight: bold;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
}

/* page-front slick */
/* .slick-slide {
  height: auto;
  margin: 0 30px;
  width: 343px;
}
.slick-slide a {
  position: relative;
}
.slick-slide a > p {
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  background: #009c55;
  padding: 10px 0;
  width: 140px;
  font-weight: initial;
  text-align: center;
}
.slick-slide img {
      width: 342px;
    height: 257px;
}
.slick-slide div {
  background: #ececec;
  padding: 20px;
  min-height: 160px;
  display: grid;
  align-content: space-between;
}
.slick-slide > div {
  padding: 0;
}
.slick-slide div p {
  padding-bottom: 10px;
}
.slick-slide div p span:nth-of-type(1) {
  font-size: 3rem;
  color: #009c55;
}
.slick-slide div p span:nth-of-type(2) {
  color: #009c55;
}
.slick-slide div p span:nth-of-type(3) {
  font-size: 1.2rem;
}
.slick-prev {
  left: 8%;
  z-index: 1;
}
.slick-next {
  right: 8%;
}
.slick-prev, .slick-next {
  width: 45px;
  height: 45px;
  background: #009c55;
}
.slick-next:before {
  content: "";
  position: absolute;
  left: 32%;
  top: 39%;
  width: 12px;
  opacity: 1;
  height: 12px;
  border-top: 4px solid white;
  border-left: 4px solid white;
  transform: rotate(135deg);
}
.slick-prev:before {
  content: "";
  position: absolute;
  left: 38%;
  top: 37%;
  width: 12px;
  opacity: 1;
  height: 12px;
  border-top: 4px solid white;
  border-left: 4px solid white;
  transform: rotate(-45deg);
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: initial;
  outline: initial;
  background: #009c559c;
}

.sec-slider > div:last-of-type {
  margin: 50px 0 80px;
}
.sec-slider > div:last-of-type a {
  color: #009c55;
}
.sec-slider > div:last-of-type a:hover {
  color: white;
} */
/* .slider .slick-track{
  float: none;
  display: flex;
  left: -170px;
}
.slider02 .slick-track {
  float: none;
  display: flex;
  left: -170px;
}

.slick-center,
.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
   opacity: 1 !important;
}
.slick-active:not(.slick-center),
.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
   opacity: 1;
}
.slick-slide,
.slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
   opacity: .5;
}

.slick-slide.slick-current li
.slick-slide.is-active-next li{
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .slick-slide {
    height: auto;
    margin: 0 10px;
    width: 343px;
  }
  .slider .slick-track {
    left: -180px;
  }
  .slider02 .slick-track {
    left: -180px;
  }
} */
@media screen and (max-width: 725px) {
}
/* @media screen and (max-width: 650px) {
  .slick-next {
    right: 2%;
  }
  .slick-prev {
    left: 2%;
  }
  .slider .slick-track {
    left: 0px;
  }
  .slider02 .slick-track {
    left: -0px;
  }
  .slick-slide div p span:nth-of-type(1) {
    font-weight: bold !important;
  }
  .slick-slide div p {
    font-weight: bold !important;
  }
} */
/* 
.slick-slide:not(.slick-active) {
  filter: opacity(30%);
  transition: 0.2s linear;
} */
.sec-slider .inner p {
  margin: 55px 0;
  font-size: 3rem;
  padding-bottom: 20px;
  border-bottom: 1px solid green;
}
@media screen and (max-width: 850px) {
  .catchcopy {
    position: absolute;
    max-width: 1350px;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .mv-bg > .mv-inner {
    height: 100%;
  }
  .catchcopy-sp {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 50px 3% 0;
  }
  .catchcopy-sp img {
    height: 100%;
    width: auto;
  }
}

.property {
  line-height: initial;
}
.property > div:first-of-type {
  border-bottom: 3px solid #009250;
  border-top: 8px solid #009250;
}
.property-top {
  display: flex;
  padding: 30px 0;
  justify-content: space-between;
}
.property-inner {
  width: 1000px;
  margin: 0 auto 50px;
}
.property-top img {
  height: 100%;
}
#breadcrumb {
  padding: 10px 0 15px;
}
.property-top > div:nth-of-type(1) {
  display: flex;
  justify-content: flex-start;
  column-gap: 18%;
  width: 34%;
}
.property-top > div:nth-of-type(2) {
  width: 100%;
  text-align: center;
  border-left: 1px solid #009250;
}
.property-top > div:nth-of-type(2) p {
  padding: 15px 0;
  color: #009250;
  line-height: 30px;
  background: #f0f8f4;
  width: 92%;
  margin: 0 0 0 auto;
  font-size: 18px;
}
.property-main > div:nth-of-type(1) {
  padding: 30px;
  background: #f9f9f9;
  display: grid;
  grid-template-columns: auto 350px;
  margin-bottom: 35px;
}
.property-main > div:nth-of-type(1) > div:nth-of-type(1) {
  display: flex;
  column-gap: 25px;
}
.property-main > div:nth-of-type(1) > div:nth-of-type(1) div p {
  display: inline-block;
  color: white;
  background: #009c55;
  padding: 15px;
  width: 150px;
  text-align: center;
  font-size: 18px;
}
.property-main > div:nth-of-type(1) > div:nth-of-type(2) {
  text-align: right;
}
.property-main > div:nth-of-type(1) > div:nth-of-type(1) p {
  font-size: 2.8rem;
}
.property-main > div:nth-of-type(1) > div:nth-of-type(1) p span {
  display: block;
  font-size: 2.4rem;
  font-weight: initial;
}
.property-main > div:nth-of-type(1) > div:nth-of-type(2) a {
  display: inline-block;
  width: 234px;
  text-align: center;
  padding: 15px 0;
  background: #eeaf03;
  color: white;
  font-size: 18px;
}
.property-main > div:nth-of-type(2) {
  display: grid;
  grid-template-columns: auto 350px;
  column-gap: 30px;
  margin-bottom: 60px;
}
.property-main > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) {
  border: 1px solid #ececec;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(1)
  > div:nth-of-type(1)
  > ul {
  text-align: center;
  margin: 30px 0 0;
  position: relative;
}
.current-img > a:first-of-type {
  width: 60px;
  height: 60px;
  background: #00934f;
  position: absolute;
  top: calc(50% - 30px);
  left: 30px;
}
.current-img > a:first-of-type::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 5px solid white;
  border-left: 5px solid white;
  position: absolute;
  top: 20px;
  left: 25px;
  transform: rotate(-45deg);
}
.current-img > a:last-of-type {
  width: 60px;
  height: 60px;
  background: #00934f;
  position: absolute;
  top: calc(50% - 30px);
  right: 30px;
}
.current-img > a:last-of-type::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 5px solid white;
  border-left: 5px solid white;
  position: absolute;
  top: 20px;
  right: 25px;
  transform: rotate(135deg);
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(1)
  > div:nth-of-type(1)
  > ul
  li {
  max-width: 500px;
  margin: 0 auto;
  min-height: 378px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(1)
  > div:nth-of-type(1)
  > ul
  li
  > p {
  position: absolute;
  bottom: 18px;
}
.current-img > div {
  display: flex;
  padding: 30px 60px;
  justify-content: space-between;
  background: #ececec;
}

.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(1)
  > div:nth-of-type(2)
  ul {
  display: grid;
  grid-template-columns: 18% 18% 18% 18% 18%;
  justify-content: space-between;
  margin: 30px 0;
}
.property-main > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(3) {
  background: #f0f8f4;
  border: 1px solid #009c55;
  width: 100%;
  padding: 30px 0;
  margin-top: 60px;
  position: relative;
}
.list-imgs li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: #ececec 1px solid;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(1)
  > div:nth-of-type(3)
  > div {
  margin: 0 auto;
  width: 65%;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(1)
  > div:nth-of-type(3)
  > div
  > p {
  display: inline-block;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(1)
  > div:nth-of-type(3)
  > div
  > p:nth-of-type(1) {
  color: #009c55;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(1)
  > div:nth-of-type(3)
  > div
  > p:nth-of-type(2) {
  font-size: 1.2rem;
}
.property-main > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) {
  background: #ececec;
  padding: 20px 50px;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(1)
  > div {
  display: flex;
  align-items: flex-end;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(1)
  > div
  > p:nth-of-type(1) {
  color: #009c55;
  font-size: 3.6rem;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(1)
  > div
  > p:nth-of-type(1)
  span {
  font-size: 2.4rem;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(1)
  > div
  > p:nth-of-type(2) {
  font-size: 1.4rem;
  padding-bottom: 5px;
  padding-left: 5px;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(1)
  > div
  > p:nth-of-type(2)
  span {
  color: #009c55;
}
.property-main > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) {
  padding: 15px 20px;
  border: 1px solid #ececec;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > ul {
  font-size: 1.4rem;
  margin-top: 10px;
}
.property-main > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(3) {
  border: 1px solid #ececec;
  color: #666666;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(3)
  > p {
  color: #f47b0c;
  padding: 15px 0;
  text-align: center;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(3)
  > div:nth-of-type(1) {
  text-align: center;
  background: #fdf5e1;
  padding: 20px 35px;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(3)
  > div:nth-of-type(1)
  > div:nth-of-type(1) {
  padding: 25px 0;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(3)
  > div:nth-of-type(1)
  > div:nth-of-type(1)
  > div {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 20px;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(3)
  > div:nth-of-type(1)
  > div:nth-of-type(1)
  > div:last-child {
  padding-bottom: 0;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(3)
  > div:nth-of-type(1)
  > div:nth-of-type(2)
  a {
  display: inline-block;
  padding: 20px 0;
  width: 100%;
  background: #f47b0c;
  color: white;
}
.property-main > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(4) {
  color: #f47b0c;
  text-align: center;
  margin-bottom: 0px;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(4)
  p:nth-of-type(1) {
  font-size: 3.2rem;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(4)
  p:nth-of-type(2) {
  font-size: 1.4rem;
}
.property-main > div:nth-of-type(2) > div:nth-of-type(2) {
  display: grid;
  align-content: space-between;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(1)
  > div:nth-of-type(3)::before {
  content: url(../img/search/point.png);
  position: absolute;
  top: -20px;
  left: 15px;
}
.property-main
  > div:nth-of-type(2)
  > div:nth-of-type(2)
  > div:nth-of-type(3)
  > div:nth-of-type(1)
  > div:nth-of-type(1)
  > div
  input {
  overflow: visible;
  width: 25px;
}
/*tabの形状*/
.tab {
  display: flex;
  flex-wrap: wrap;
}
.tab li {
  text-align: center;
}
.tab li a {
  display: block;
  background: #ececec;
  color: #999;
  margin: 0 2px;
  padding: 10px 20px;
  width: 172px;
  font-size: 1.8rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  background: #999;
  color: white;
}
/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
  padding: 45px 30px;
  border: 1px solid #ececec;
}
.detail-title {
  font-size: 2.4rem;
  border-bottom: 3px solid #009c55;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.list-imgs li {
  cursor: pointer;
}

.row {
  width: 100%;
  margin-bottom: 35px;
}
.row tr {
  display: grid;
  grid-template-columns: 17% 83%;
}
#around .row {
  margin-top: 30px;
}
#around .row tr {
  display: grid;
  grid-template-columns: 80% 20%;
}
.next,
.prev {
  cursor: pointer;
}
.row tr th,
.row tr td {
  padding: 20px;
  font-size: 1.4rem;
  color: #666666;
}
.row tr th {
  background: #f9f9f9;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.row tr td {
  font-weight: initial;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.row tr:nth-child(1) {
  border-top: 1px solid #ececec;
}
.sec {
  padding: 45px 30px;
  border: 1px solid #ececec;
}
.in-charge-of {
  display: flex;
  column-gap: 30px;
  font-size: 2rem;
}
.in-charge-of > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
  font-weight: initial;
}
.in-charge-of > div:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
  font-size: 2.8rem;
}
.in-charge-of > div:nth-child(2) > div:nth-child(1) > p:nth-child(2) span {
  font-size: 2rem;
  font-weight: initial;
}
.in-charge-of > div:nth-child(2) > div:nth-child(2) {
  color: #009c55;
  padding: 30px 0;
  background: #f0f8f4;
}
.in-charge-of > div:nth-child(2) > div:nth-child(2) div {
  width: 70%;
  margin: 0 auto;
}
.in-charge-of > div:nth-child(1) > img {
  width: 300px;
  max-width: initial;
  height: 300px;
}
.in-charge-of > div:nth-child(2) {
  width: 100%;
}
.in-charge-of > div:nth-child(2) > div:nth-child(1) {
  padding-bottom: 15px;
}
.property-inner:nth-of-type(1) {
  margin: 0 auto;
}
.contact-head {
  text-align: center;
  background: #f9f9f9;
  padding: 30px 0;
  border-top: 2px solid #f47b0c;
  border-bottom: 2px solid #f47b0c;
  margin-bottom: 30px;
}
.contact-head p:nth-of-type(1) {
  font-size: 3.2rem;
  color: #f47b0c;
  padding-bottom: 10px;
}
.contact-head p:nth-of-type(2) {
  font-size: 2rem;
  font-weight: initial;
}
.contact-to-visit {
  background: #fdf5e1;
  padding: 50px 0;
  color: #666;
}
.property-inner-inner {
  width: 670px;
  margin: 0 auto;
}
.contact-to-visit .property-inner-inner > div:nth-of-type(1) div:first-of-type {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.contact-to-visit .property-inner-inner > div:nth-of-type(1) div input {
  width: 25px;
}
.contact-to-visit .property-inner-inner > div > p {
  padding: 20px 0;
}
.contact-to-visit .property-inner-inner > div > div > input {
  width: 100%;
  padding: 10px 0 10px 20px;
  border-radius: 8px;
}
.contact-to-visit .property-inner-inner > div > div > textarea {
  height: 200px;
  width: 100%;
  resize: none;
  padding: 10px 0 10px 20px;
  border-radius: 8px;
}
.contact-to-visit .property-inner-inner > div:last-of-type {
  text-align: center;
  margin-top: 50px;
}
.contact-to-visit .property-inner-inner > div:last-of-type a {
  display: inline-block;
  padding: 20px 0;
  width: 287px;
  background: #f47b0c;
  color: white;
}
.contact-to-visit .property-inner-inner > div:first-of-type > p {
  padding: 0 0 20px;
}
.contact-to-visit .property-inner-inner span {
  color: #e60000;
}
.property + .store-info-company {
  padding: 0;
}
::placeholder {
  color: #999999;
}
.select-wrap {
  position: relative;
}
.select-wrap:before {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 18%;
  content: "▼";
}
select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #ececec;
  color: #333;
  width: 100%;
  background: #f9f9f9;
  border-radius: 3px;
}
select option {
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before {
  color: #fff;
}
.select-wrap.select-primary > select {
  background: #0084b4;
  color: #fff;
  border-color: #0084b4;
}
.select-wrap.select-primary > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before {
  color: #fff;
}
.select-wrap.select-inverse > select {
  color: #fff;
  border-color: #fff;
}
.prop-sp {
  display: none;
}

.select-wrap.select-inverse > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
.form-group-sp {
  display: none;
}
.list-imgs > li > p {
  display: none;
}
@media screen and (max-width: 1286px) {
  .property > div:first-of-type {
    border-top: 3px solid #009250;
  }
}
@media screen and (max-width: 1000px) {
  .property-inner {
    width: 80%;
  }
  .property-main
    > div:nth-of-type(2)
    > div:nth-of-type(1)
    > div:nth-of-type(1)
    > ul
    li
    > p {
    display: none;
  }
  .property-top > div:nth-of-type(1) {
    display: flex;
    align-items: center;
    column-gap: 20px;
    width: 40%;
  }
  .property-top > div:nth-of-type(1) {
    margin-right: 10px;
  }
  .property-top > div:nth-of-type(2) p {
    width: 95%;
  }
  #breadcrumb {
    display: none;
  }
  .property-main > div:nth-of-type(1) > div:nth-of-type(2) {
    display: none;
  }
  .property-main > div:nth-of-type(1) {
    grid-template-columns: auto;
  }
  .property-main > div:nth-of-type(2) {
    display: grid;
    grid-template-columns: auto;
    column-gap: 30px;
    margin-bottom: 60px;
  }
  .property-main
    > div:nth-of-type(2)
    > div:nth-of-type(1)
    > div:nth-of-type(3) {
    display: none;
  }
  .property-main
    > div:nth-of-type(2)
    > div:nth-of-type(2)
    > div:nth-of-type(1) {
    background: #ececec;
    padding: 20px 50px;
    display: flex;
    align-items: baseline;
  }
  .property-main
    > div:nth-of-type(2)
    > div:nth-of-type(2)
    > div:nth-of-type(3)
    > div:nth-of-type(1) {
    text-align: center;
    display: none;
    background: rgb(253, 245, 225);
    padding: 20px 35px;
  }
  .property-main
    > div:nth-of-type(2)
    > div:nth-of-type(2)
    > div:nth-of-type(4) {
    color: rgb(244, 123, 12);
    text-align: center;
    margin-bottom: 0px;
    display: none;
  }
  .row tr {
    display: grid;
    grid-template-columns: 30% 70%;
  }
  .property-main
    > div:nth-of-type(2)
    > div:nth-of-type(2)
    > div:nth-of-type(3)
    > p {
    color: white;
    padding: 15px 0;
    text-align: center;
    background: #f47b0c;
  }
  .property-main
    > div:nth-of-type(2)
    > div:nth-of-type(2)
    > div:nth-of-type(2)
    > ul {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  .property-main
    > div:nth-of-type(2)
    > div:nth-of-type(2)
    > div:nth-of-type(1)
    > div
    > p:nth-of-type(1) {
    font-size: 2.4rem;
  }
  .property-main
    > div:nth-of-type(2)
    > div:nth-of-type(2)
    > div:nth-of-type(1)
    > div
    > p:nth-of-type(1)
    span {
    font-size: 1.8rem;
  }
  .property-main
    > div:nth-of-type(2)
    > div:nth-of-type(2)
    > div:nth-of-type(2)
    p {
    display: inline-block;
  }
  .tab {
    display: none;
  }
  .property-detail div:first-of-type {
    margin-bottom: 50px;
  }
  .in-charge-of > div:nth-child(1) > img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .in-charge-of > div:nth-child(2) > div:nth-child(2) div {
    width: 90%;
    margin: 0 auto;
  }
  .in-charge-of > div:nth-child(2) > div:nth-child(2) {
    color: #009c55;
    padding: 19px 0;
    background: #f0f8f4;
  }
  .sec {
    padding: 45px 0px;
    border: none;
  }
  .property-inner-inner {
    width: 80%;
    margin: 0 auto;
  }
  .property-main
    > div:nth-of-type(2)
    > div:nth-of-type(1)
    > div:nth-of-type(1) {
    border: none;
  }
  .current-img {
    position: relative;
  }
  .current-img > img {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .prop-sp {
    display: block;
  }
  .current-img > div {
    display: none;
  }
  .current-img > div > p:nth-of-type(1) {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .property-inner {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .form-group {
    display: none !important;
  }
  .form-group-sp {
    display: block;
  }
  .contact-to-visit {
    background: white;
    padding: 50px 0;
    color: #666;
  }
  .contact-to-visit .property-inner-inner > div > div > input {
    width: 100%;
    padding: 10px 0 10px 20px;
    border-radius: 8px;
    background: #ffefef;
    border: 1px solid #ececec;
  }
  .contact-to-visit .property-inner-inner > div > div > textarea {
    border: 1px solid #ececec;
  }
  .contact-to-visit .property-inner-inner > div:last-of-type a {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    background: #f47b0c;
    color: white;
  }
  .property-inner-inner {
    width: 100%;
    margin: 0 auto;
  }
  .contact-to-visit .property-inner-inner > div:first-of-type > p {
    padding: 0px 0 5px;
  }
  .contact-to-visit .property-inner-inner > div > p {
    padding: 20px 0 5px;
  }
  .contact-to-visit .property-inner-inner > div:last-of-type {
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 650px) {
  .property-top > div:nth-of-type(2) p {
    font-size: 1.2rem;
  }
  .property-main > div:nth-of-type(1) > div:nth-of-type(1) p {
    font-size: 2.1rem;
  }
  .property-main > div:nth-of-type(1) > div:nth-of-type(1) p span {
    font-size: 1.6rem;
  }
  .property-main > div:nth-of-type(1) > div:nth-of-type(1) div p {
    font-size: 2.1rem;
  }
  .detail-title {
    font-size: 2.1rem;
  }
  .sec {
    padding: 30px 0px;
    border: none;
  }
  .in-charge-of > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
    font-weight: initial;
    font-size: 1.4rem;
  }
  .in-charge-of > div:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
    font-size: 2.1rem;
  }
  .in-charge-of > div:nth-child(2) > div:nth-child(1) > p:nth-child(2) span {
    font-size: 1.4rem;
    font-weight: initial;
  }
  .in-charge-of > div:nth-child(2) > div:nth-child(2) div {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .contact-head p:nth-of-type(1) {
    font-size: 2.3rem;
    color: #f47b0c;
    padding-bottom: 10px;
  }
  .contact-head p:nth-of-type(2) {
    font-size: 1.4rem;
    font-weight: initial;
  }
  .property-main > div:nth-of-type(1) > div:nth-of-type(1) div p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 550px) {
  .property-inner {
    margin: 0 auto 0px;
  }
  .property-main > div:nth-of-type(1) > div:nth-of-type(1) p {
    font-size: 1.4rem;
  }
  .property-inner {
    width: 100%;
  }
  .property-main > div:nth-of-type(1) {
    padding: 20px 10px;
  }
  .property-main
    > div:nth-of-type(2)
    > div:nth-of-type(1)
    > div:nth-of-type(1)
    > div {
    display: none;
  }
  .area {
    display: none;
    opacity: 0;
    background: #fff;
    padding: 15px 0px;
    border: none;
  }
  .property-main > div:nth-of-type(1) > div:nth-of-type(1) div p {
    display: inline-block;
    color: white;
    background: #009c55;
    padding: 12px;
    width: 120px;
    text-align: center;
    font-size: 1.4rem;
  }
  .row tr th,
  .row tr td {
    padding: 20px 10px;
    font-size: 1.2rem;
  }
  .detail-title {
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
  .in-charge-of > div:nth-child(1) > img {
    width: 95%;
    max-width: 100%;
    height: auto;
  }
  .in-charge-of {
    display: grid;
    grid-template-columns: 35% 65%;
    column-gap: 5px;
    font-size: 2rem;
    justify-content: center;
  }
  .property-inner {
    margin: 0 auto 25px;
  }
  .in-charge-of > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
    font-weight: initial;
    font-size: 1rem;
  }
  .in-charge-of > div:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
    font-size: 1.4rem;
  }
  .in-charge-of > div:nth-child(2) > div:nth-child(1) > p:nth-child(2) span {
    font-size: 1rem;
    font-weight: initial;
  }
  .in-charge-of > div:nth-child(2) > div:nth-child(2) div {
    font-size: 1rem;
  }
  .contact-head p:nth-of-type(1) {
    font-size: 1.6rem;
  }
  .contact-head p:nth-of-type(2) {
    font-size: 1rem;
    font-weight: initial;
  }
  .contact-head {
    padding: 15px 0;
  }
  .contact-to-visit {
    padding: 25px 0;
  }
  .contact-to-visit .property-inner-inner > div > div > input {
    font-size: 1.4rem;
  }
  .property-detail div:first-of-type {
    margin-bottom: 0px;
  }
  .contact-to-visit p {
    font-size: 1rem;
  }
  .in-charge-of > div:nth-child(2) > div:nth-child(2) div > p {
    white-space: nowrap;
  }
  .property-top > div:nth-of-type(2) p {
    font-size: 0.9rem;
  }
  .property-top {
    padding: 15px 0px 15px;
    align-content: center;
  }
  .property-top > div:nth-of-type(2) p {
    padding: 10px 0;
    line-height: 20px;
  }
  .property-main > div:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .property-top > div:nth-of-type(1) {
    margin-right: 10px;
    align-content: center;
  }
  .property-top img {
    height: auto;
  }
  .property > div:first-of-type {
    border-top: 18px solid #009250;
  }
  .property-main > div:nth-of-type(1) {
    margin-bottom: 0px;
  }
  .current-img img {
    max-width: 90%;
  }
  .current-img > img {
    position: absolute;
    top: 20px;
    right: 35px;
  }
  .current-img > img {
    position: absolute;
    top: 20px;
    right: 35px;
    width: 50px;
  }
  .current-img > a:first-of-type {
    width: 30px;
    height: 30px;
    background: #00934f;
    position: absolute;
    top: calc(50% - 10px);
    left: 5px;
  }
  .current-img > a:first-of-type::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 4px solid white;
    border-left: 4px solid white;
    position: absolute;
    top: 11px;
    left: 12px;
    transform: rotate(-45deg);
  }
  .current-img > a:last-of-type {
    width: 30px;
    height: 30px;
    background: #00934f;
    position: absolute;
    top: calc(50% - 10px);
    right: 5px;
  }
  .current-img > a:last-of-type::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 4px solid white;
    border-left: 4px solid white;
    position: absolute;
    top: 11px;
    right: 12px;
    transform: rotate(135deg);
  }
  .property-main
    > div:nth-of-type(2)
    > div:nth-of-type(1)
    > div:nth-of-type(1)
    > ul
    li {
    max-width: 500px;
    margin: 0 auto;
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .current-img > div {
    background: #11111194;
    position: absolute;
    top: 20px;
    color: white;
    border-radius: 34px;
    padding: 2px 26px;
  }
}

.buysell > section:nth-of-type(1) {
  height: 550px;
  width: 100%;
  background-image: url(../img/buysell/buysell-top-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  top: 95px;
  margin: 0 0 95px;
}
.buysell-worries {
  text-align: center;
  background-image: url(../img/buysell/sec01-bg.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 30px 0 65px;
}
.buysell-worries > div:nth-of-type(1) > h2 {
  font-size: 4.8rem;
  color: #444;
  position: relative;
  top: -60px;
}
.buysell-worries > div:nth-of-type(2) {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  width: 1000px;
  row-gap: 20px;
  margin: 0 auto 30px;
}
.buysell-worries > div:nth-of-type(2) > p {
  background: #009250;
  color: white;
  width: 480px;
  padding: 15px 0;
  border-radius: 25px;
}
.buysell-worries > div:nth-of-type(2) > p > span {
  color: #fce843;
}
.buysell-worries > div:nth-of-type(3) > img {
  margin-right: 65px;
}
.buysell-worries > div:nth-of-type(1) > h2 > span {
  position: relative;
}
.buysell-worries > div:nth-of-type(1) > h2 > span::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: -7px;
  margin: auto;
  right: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #009250;
}
.buysell-worries > div:nth-of-type(3) {
  margin-bottom: 20px;
}
.buysell-worries > div:nth-of-type(4) {
  position: relative;
}
.buysell-worries > div:nth-of-type(4) > div {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 125px 0 125px;
  border-color: #009250 transparent transparent transparent;
  position: absolute;
  display: inline-block;
  margin: auto;
  left: 0;
  right: 0;
  top: 20px;
}
.buysell > section:nth-of-type(3) {
  padding: 0;
}
.buysell > section:nth-of-type(3) > .inner > div {
  text-align: center;
}
.buysell > section:nth-of-type(3) > .inner > div > p {
  font-size: 3.6rem;
  display: inline-block;
  text-align: left;
  letter-spacing: 1px;
  position: relative;
}
.buysell > section:nth-of-type(3) > .inner > div > p::before {
  content: "";
  background-image: url(../img/top/mark.png);
  display: inline-block;
  width: 51px;
  height: 51px;
  position: absolute;
  margin: auto;
  top: 6px;
  left: -55px;
}
.buysell > section:nth-of-type(3) > .inner > div > p > span:nth-of-type(1) {
  font-size: 4.8rem;
}
.buysell > section:nth-of-type(3) > .inner > div > p > span:nth-of-type(2) {
  background: linear-gradient(transparent 70%, #fded69 0%);
}
.buysell-corse > div:nth-of-type(1) {
  padding: 25px 0;
  text-align: center;
  background: #009250;
}
.buysell-corse > div:nth-of-type(1) > h2 {
  color: white;
  font-size: 3.6rem;
  position: relative;
  display: inline-block;
}
.buysell-corse > div:nth-of-type(1) > h2 > span {
  background: white;
  color: #009250;
  position: absolute;
  font-size: 2.4rem;
  height: 35px;
  width: 35px;
  margin: auto;
  top: 3px;
  display: block;
  bottom: 0;
  left: -50px;
  padding-top: 3px;
}
.buysell-corse-container > div:nth-of-type(1) {
  text-align: center;
}
.buysell-corse-container > div:nth-of-type(1) > p {
  color: #e97819;
  font-size: 4.8rem;
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
}
.buysell-corse-container > div:nth-of-type(1) > p > span {
  color: white;
  background: #e97819;
  padding: 0 10px 5px;
  border-radius: 10px;
  margin-right: 5px;
}
.buysell-corse {
  margin-bottom: 70px;
  border: 2px solid #009250;
}
.buysell-corse-container {
  background: #eff7f2;
  padding: 60px 100px;
}
.buysell-corse-container > div:nth-of-type(1) > p > img {
  position: absolute;
  top: -15px;
  left: -110px;
}
.buysell-corse-container > div:nth-of-type(2) {
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: center;
  margin-bottom: 85px;
}
.buysell-corse-container > div:nth-of-type(2) > div {
  background: white;
  padding: 20px 0;
  width: 320px;
  border: 1px solid;
  font-weight: initial;
  font-size: 1.8rem;
}
.buysell-corse-container > div:nth-of-type(3) {
  background-image: url(../img/buysell/corse.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  text-align: center;
  padding: 0 100px 80px;
  margin-bottom: 50px;
}
.buysell-corse-container > div:nth-of-type(3) > p {
  padding: 20px 0;
  background: #e97819;
  color: white;
  width: 500px;
  text-align: center;
  border-radius: 33px;
  font-size: 2.4rem;
  display: inline-block;
  margin: -30px auto 65px;
}
.buysell-corse-container > div:nth-of-type(3) > div {
  display: flex;
  justify-content: space-between;
  height: 300px;
}
.buysell-corse-container > div:nth-of-type(3) > div > div {
  padding: 35px 20px 0;
  text-align: center;
  background: #fdf2e8;
  border-radius: 50px;
  border: 2px solid #e97819;
}
.buysell-corse-container > div:nth-of-type(3) > div > div > p:nth-of-type(1) {
  display: inline-block;
  padding: 4px 9px 5px;
  background: #e97819;
  color: white;
  border-radius: 50%;
  margin-bottom: 25px;
  font-size: 1.4rem;
}
.buysell-corse-container > div:nth-of-type(3) > div > div > p:nth-of-type(2) {
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  font-weight: initial;
}
.buysell-corse-container > div:nth-of-type(4) > p:nth-of-type(1) {
  margin-bottom: 20px;
}
.buysell-corse-container > div:nth-of-type(3) > div > div {
  position: relative;
}
.buysell
  > section:nth-of-type(4)
  > .inner
  > .buysell-corse:nth-of-type(1)
  > .buysell-corse-container
  > div:nth-of-type(3)
  > div
  > div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #e97619;
}
.buysell
  > section:nth-of-type(4)
  > .inner
  > .buysell-corse:nth-of-type(2)
  > .buysell-corse-container
  > div:nth-of-type(3)
  > div
  > div::before {
  content: "";
  position: absolute;
  right: -38px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #e97619;
}
.buysell
  > section:nth-of-type(4)
  > .inner
  > .buysell-corse:nth-of-type(1)
  > .buysell-corse-container
  > div:nth-of-type(3)
  > div
  > div:last-of-type::before,
.buysell
  > section:nth-of-type(4)
  > .inner
  > .buysell-corse:nth-of-type(2)
  > .buysell-corse-container
  > div:nth-of-type(3)
  > div
  > div:last-of-type::before {
  content: none;
}
.buysell > section:nth-of-type(4) {
  padding: 90px 0 0;
}
.buysell > section:nth-of-type(5),
.buysell > section:nth-of-type(6) {
  padding: 0;
}
.buysell
  > section:nth-of-type(5)
  > .inner
  > .buysell-corse
  > .buysell-corse-container
  > div:nth-of-type(2) {
  margin-bottom: 40px;
}
.buysell
  > section:nth-of-type(5)
  > .inner
  > .buysell-corse
  > .buysell-corse-container
  > p {
  font-size: 2.4rem;
  text-align: center;
}
.buysell
  > section:nth-of-type(5)
  > .inner
  > .buysell-corse
  > .buysell-corse-container
  > p
  > span {
  font-size: 3.2rem;
  color: #c30d0d;
}
.buysell > section:nth-of-type(7) > .inner > div {
  text-align: center;
}
.buysell > section:nth-of-type(7) > .inner > div > p {
  display: inline-block;
  text-align: left;
  font-size: 2.4rem;
  color: #009250;
  line-height: 30px;
}
.buysell > section:nth-of-type(7) > .inner > div > p > img {
  width: 2.4rem;
}
.buysell > section:nth-of-type(8) {
  padding: 0 0 90px;
}
.buysell > section:nth-of-type(8) > .inner > .contact-with {
  display: flex;
  justify-content: space-between;
}
.buysell > section:nth-of-type(8) > .inner > .contact-with > .phone {
  width: 580px;
  text-align: center;
  color: #009250;
  background: #eff7f2;
  padding: 40px 45px;
  border: 2px solid #009250;
}
.buysell
  > section:nth-of-type(8)
  > .inner
  > .contact-with
  > .phone
  > div:nth-of-type(1) {
  font-size: 1.2rem;
  letter-spacing: 5px;
  margin-bottom: 20px;
  font-weight: initial;
}
.buysell
  > section:nth-of-type(8)
  > .inner
  > .contact-with
  > .phone
  > div:nth-of-type(2) {
  font-size: 4.8rem;
  letter-spacing: 3px;
  margin-bottom: 14px;
  font-weight: initial;
  font-family: "noto-serif";
}
.buysell
  > section:nth-of-type(8)
  > .inner
  > .contact-with
  > .phone
  > div:nth-of-type(3) {
  font-size: 1.2rem;
  background: white;
  padding: 10px;
  letter-spacing: 5px;
  font-weight: initial;
}
.ap-tb {
  display: none;
}
.ap-sp {
  display: none;
}
/* .slider03 .slick-slide img {
  width: auto;
  height: auto;
}
.slider03 .slick-slide div {
  background: transparent !important;
}
.slider03 .slick-slide {
  opacity: 1 !important;
}
 */
.slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}

.banner {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
  margin: 0 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .buysell > section > .inner {
    padding: 0;
    width: 80%;
  }
  .buysell-worries > div:nth-of-type(2) {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    column-gap: 20px;
    width: auto;
    row-gap: 20px;
    margin: 0 auto 30px;
  }
  .buysell-worries > div:nth-of-type(2) > p {
    background: #009250;
    color: white;
    width: 360px;
    padding: 15px 0;
    border-radius: 25px;
  }
  .buysell-corse-container > div:nth-of-type(2) {
    display: grid;
    grid-template-columns: auto;
    text-align: center;
    justify-content: center;
    row-gap: 20px;
    margin-bottom: 85px;
  }
  .buysell-corse-container > div:nth-of-type(3) > div {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 60px;
    justify-content: space-between;
    height: auto;
  }
  .buysell-corse-container > div:nth-of-type(3) > div > div {
    padding: 20px 0 20px 50px;
    text-align: left;
    background: #fdf2e8;
    border-radius: 50px;
    border: 2px solid #e97819;
  }
  .buysell
    > section:nth-of-type(4)
    > .inner
    > .buysell-corse:nth-of-type(1)
    > .buysell-corse-container
    > div:nth-of-type(3)
    > div
    > div::before {
    content: "";
    position: absolute;
    right: 0;
    /* top: 0; */
    bottom: -135px;
    left: 0;
    margin: auto;
    height: 0;
    width: 0;
    display: inline-block;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #e97619;
    transform: rotate(90deg);
  }
  .buysell-corse-container > div:nth-of-type(1) > p > img {
    position: absolute;
    top: 0px;
    left: -85px;
    width: 65px;
  }
  .buysell
    > section:nth-of-type(4)
    > .inner
    > .buysell-corse:nth-of-type(2)
    > .buysell-corse-container
    > div:nth-of-type(3)
    > div
    > div::before {
    content: "";
    position: absolute;
    right: 0;
    /* top: 0; */
    bottom: -135px;
    left: 0;
    margin: auto;
    height: 0;
    width: 0;
    display: inline-block;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #e97619;
    transform: rotate(90deg);
  }
  .buysell-corse-container > div:nth-of-type(1) > p {
    color: #e97819;
    font-size: 4.8rem;
    display: inline-block;
    position: relative;
    margin-bottom: 60px;
    line-height: 70px;
  }
  .buysell-corse-container > div:nth-of-type(3) > div > div > p:nth-of-type(2) {
    writing-mode: initial;
    font-size: 2.4rem;
    font-weight: initial;
    display: inline-block;
    vertical-align: middle;
  }
  .buysell-corse-container > div:nth-of-type(3) > div > div > p:nth-of-type(1) {
    display: inline-block;
    padding: 4px 9px 6px;
    background: #e97819;
    color: white;
    border-radius: 50%;
    margin-bottom: 0px;
    margin-right: 25px;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .buysell-corse-container > div:nth-of-type(3) {
    background-image: url(../img/buysell/corse.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    padding: 0 35px 80px;
    margin-bottom: 50px;
  }
  .buysell-corse-container > div:nth-of-type(3) > p {
    padding: 20px 0;
    background: #e97819;
    color: white;
    width: 80%;
    text-align: center;
    border-radius: 33px;
    font-size: 2.4rem;
    display: inline-block;
    margin: -30px auto 65px;
  }
  .ap-tb {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .buysell-worries > div:nth-of-type(2) {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    column-gap: 20px;
    width: auto;
    row-gap: 20px;
    margin: 0 auto 30px;
  }
  .buysell > section:nth-of-type(1) {
    height: 50vw;
    width: 100%;
    background-image: url(../img/buysell/buysell-top-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    top: 95px;
    margin: 0 0 95px;
  }
  .buysell-worries > div:nth-of-type(1) > h2 {
    font-size: 3.6rem;
    color: #444;
    position: relative;
    top: -60px;
  }
  .buysell-worries > div:nth-of-type(3) > img {
    margin-right: 25px;
    width: 295px;
  }
  .buysell-worries > div:nth-of-type(4) > div {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 100px 0 100px;
    border-color: #009250 transparent transparent transparent;
    position: absolute;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
    top: 20px;
  }
  .buysell > section:nth-of-type(3) > .inner > div > p::before {
    content: "";
    background-image: url(../img/top/mark.png);
    display: inline-block;
    background-size: cover;
    width: 3.6rem;
    height: 3.6rem;
    position: absolute;
    margin: auto;
    top: 6px;
    left: -40px;
  }
  .buysell > section:nth-of-type(3) > .inner > div > p > span:nth-of-type(1) {
    font-size: 3.6rem;
  }
  .buysell > section:nth-of-type(3) > .inner > div > p {
    font-size: 2.4rem;
    display: inline-block;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
  }
  .buysell-corse-container > div:nth-of-type(3) {
    background-image: url(../img/buysell/corse.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    padding: 0 20px 80px;
    margin-bottom: 50px;
  }
  .buysell-corse-container > div:nth-of-type(3) > p {
    padding: 20px 0;
    background: #e97819;
    color: white;
    width: 100%;
    text-align: center;
    border-radius: 33px;
    font-size: 1.8rem;
    display: inline-block;
    margin: -30px auto 65px;
  }
  .buysell-corse-container {
    background: #eff7f2;
    padding: 60px 40px;
  }
  .buysell-corse-container > div:nth-of-type(3) > div > div > p:nth-of-type(2) {
    font-size: 1.8rem;
    font-weight: initial;
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 650px) {
  .buysell > section > .inner {
    padding: 0;
    width: 95%;
  }
  .slider03 img {
    width: 300px;
  }
  .buysell > section {
    padding: 50px 0;
  }
  .buysell-worries > div:nth-of-type(2) > p {
    background: #009250;
    color: white;
    width: 75vw;
    padding: 15px 0;
    border-radius: 25px;
  }
  .buysell-worries > div:nth-of-type(1) > h2 {
    font-size: 2.3rem;
    color: #444;
    position: relative;
    top: -23px;
  }
  .buysell-worries > div:nth-of-type(1) > h2 > span::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -7px;
    margin: auto;
    right: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #009250;
  }
  .buysell-worries > div:nth-of-type(2) > p {
    background: #009250;
    color: white;
    width: 80vw;
    padding: 15px 0;
    border-radius: 25px;
  }
  .buysell-worries > div:nth-of-type(3) > img {
    margin-right: 25px;
    width: 200px;
  }
  .buysell-worries {
    text-align: center;
    background-image: url(../img/buysell/sec01-bg.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 10px 0 35px;
  }
  .buysell-worries > div:nth-of-type(4) > div {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 60px 0 60px;
    border-color: #009250 transparent transparent transparent;
    position: absolute;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
    top: 20px;
  }
  .buysell-corse-container > div:nth-of-type(3) > div > div {
    padding: 15px 0 15px 50px;
    text-align: left;
    background: #fdf2e8;
    border-radius: 50px;
    border: 2px solid #e97819;
  }
  .buysell > section:nth-of-type(3) > .inner > div > p {
    font-size: 1.7rem;
    display: inline-block;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    font-weight: bold;
    margin-left: 8vw;
  }
  .buysell > section:nth-of-type(3) > .inner > div > p::before {
    content: "";
    background-image: url(../img/top/mark.png);
    display: inline-block;
    background-size: cover;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    margin: auto;
    top: 4px;
    left: -25px;
  }
  .buysell > section:nth-of-type(3) > .inner > div > p > span:nth-of-type(1) {
    font-size: 2.4rem;
  }
  .buysell > section:nth-of-type(3) > .inner > div > p {
    font-size: 1.7rem;
    display: inline-block;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    font-weight: bold;
    margin-left: 8vw;
  }
  .buysell > section:nth-of-type(4) {
    padding: 45px 0 0;
  }
  .buysell-corse > div:nth-of-type(1) > h2 > span {
    background: white;
    color: #009250;
    position: absolute;
    font-size: 1.4rem;
    height: 22px;
    width: 20px;
    margin: auto;
    top: 3px;
    display: block;
    bottom: 0;
    left: -29px;
    padding-top: 3px;
  }
  .buysell-corse-container > div:nth-of-type(1) > p > img {
    position: absolute;
    top: -10px;
    left: -50px;
    width: 38px;
  }
  .buysell-corse-container > div:nth-of-type(1) > p {
    font-size: 3.2rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    line-height: 50px;
  }
  .buysell-corse-container {
    background: #eff7f2;
    padding: 30px 20px;
  }
  .buysell-corse > div:nth-of-type(1) {
    padding: 13px 0;
    text-align: center;
    background: #009250;
  }
  .buysell-corse > div:nth-of-type(1) > h2 {
    color: white;
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
  }
  .buysell
    > section:nth-of-type(5)
    > .inner
    > .buysell-corse
    > .buysell-corse-container
    > p {
    font-size: 1.4rem;
    text-align: left;
    font-weight: bold;
    line-height: 27px;
  }
  .buysell
    > section:nth-of-type(5)
    > .inner
    > .buysell-corse
    > .buysell-corse-container
    > p
    > span {
    font-size: 2.1rem;
    color: #c30d0d;
  }
  .buysell > section:nth-of-type(1) {
    height: 100vw;
    width: 100%;
    background-image: url(../img/buysell/sp-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
    top: 95px;
    margin: 0 0 95px;
  }
  .ap-sp {
    display: block;
  }
  .ap-pc {
    display: none;
  }
}
/*
     FILE ARCHIVED ON 21:20:07 Mar 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:46:38 Mar 18, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 68.895
  exclusion.robots: 0.068
  exclusion.robots.policy: 0.062
  RedisCDXSource: 0.539
  esindex: 0.005
  LoadShardBlock: 47.662 (3)
  PetaboxLoader3.datanode: 65.764 (4)
  CDXLines.iter: 18.332 (3)
  load_resource: 114.487
  PetaboxLoader3.resolve: 37.782
*/

.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145248.count_20.size_large
  .ser-komas
  .ser-komas-slider-large
  .ser-koma {
  width: 343px !important;
  height: 395px !important;
  padding: 0 0 15px !important;
  margin: 0 15px !important;
}
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145248.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .ser-koma-info,
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145248.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .ser-koma-strong,
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145248.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .ser-koma-label {
  line-height: 3.1rem !important;
}
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145248.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .ser-koma-label {
  font-size: 1.5rem !important;
  color: #fff;
  background: green !important;
  padding: 1px 6px;
}
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145248.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .ser-koma-img
  img {
  border: none !important;
}
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145248.count_20.size_large
  .ser-komas
  .ser-komas-slider-large
  .ser-koma-info,
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145248.count_20.size_large
  .ser-komas
  .ser-komas-slider-large
  .ser-koma-strong {
  font-size: 2rem !important;
  font-weight: bold !important;
}
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145248.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .slick-arrow {
  display: inline-block !important;
  margin-top: 0;
  width: 60px !important;
  height: 60px;
  z-index: 500;
  background-color: green !important;
  opacity: 0.9;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145248.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .slick-next
  .ser-next-arrow {
  border-top: 2px solid white !important;
  border-right: 2px solid white !important;
  width: 12px !important;
  height: 12px !important;
  margin-left: 22px !important;
}
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145248.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .slick-prev
  .ser-prev-arrow {
  border-bottom: 2px solid white !important;
  border-left: 2px solid white !important;
  width: 12px !important;
  height: 12px !important;
  margin-left: 26px !important;
}

.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145248.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .ser-koma-link:link {
  height: 100% !important;
}

.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145735.count_20.size_large
  .ser-komas
  .ser-komas-slider-large
  .ser-koma {
  width: 343px !important;
  height: 395px !important;
  padding: 0 0 15px !important;
  margin: 0 15px !important;
}
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145735.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .ser-koma-info,
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145735.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .ser-koma-strong,
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145735.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .ser-koma-label {
  line-height: 3.1rem !important;
}
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145735.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .ser-koma-label {
  font-size: 1.5rem !important;
  color: #fff;
  background: green !important;
  padding: 1px 6px;
}
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145735.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .ser-koma-img
  img {
  border: none !important;
}
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145735.count_20.size_large
  .ser-komas
  .ser-komas-slider-large
  .ser-koma-info,
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_202204271457355.count_20.size_large
  .ser-komas
  .ser-komas-slider-large
  .ser-koma-strong {
  font-size: 2rem !important;
  font-weight: bold !important;
}
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145735.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .slick-arrow {
  display: inline-block !important;
  margin-top: 0;
  width: 25px;
  height: 60px;
  z-index: 500;
  background-color: green !important;
  opacity: 0.9;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145735.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .slick-next
  .ser-next-arrow {
  border-top: 2px solid white !important;
  border-right: 2px solid white !important;
}
.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145735.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .slick-prev
  .ser-prev-arrow {
  border-bottom: 2px solid white !important;
  border-left: 2px solid white !important;
}

.athome.search-engine-rental.responsive-koma-bukkens.id_071949_20220427145735.count_20.size_large
  .ser-komas
  .ser-komas-slider
  .ser-koma-link:link {
  height: 100% !important;
}

.salebuy-btn {
  margin: 50px 0 0;
}

.sec-slider {
  overflow: hidden;
}

.sec-slider02 {
  margin: 150px 0 0;
}

.itc h2:nth-child(2)::before {
  content: none;
}

.itc h2:nth-child(2) {
  margin-top: 200px;
}

.stock_ba {
  margin-top: 30px;
}

.stock_ba:hover {
  opacity: 0.5;
}

.tokushu {
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.tokushu a {
  display: inline-block;
  /* text-align: center; */
}

.demerit h2::after {
  content: none;
}

.itc .sec-2 .inner .demerit h2::after {
  content: none;
}

.proceed__list li {
  position: relative;
  margin-bottom: 76px;
  display: inline-block;
  margin: 55px 20px;
  margin-bottom: 130px;
}
.proceed__list li:last-child {
  margin-bottom: 0;
}

.proceed__list li:nth-child(3n + 3):after {
  display: none;
}

.proceed__list__ttl {
  text-align: center;
  padding: 1px 20px;
  background: #d1dbe7;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.proceed__list li img {
  display: block;
  width: 300px;
}

.proceed__list li:after {
  content: "";
  position: absolute;
  width: 67px;
  height: calc(100% + 38px);
  top: 0;
  right: -55px;
  background: url("../img/ico-right.png") no-repeat center center;
}

.hebel_b :nth-of-type(1) h3::before {
  content: "01" !important;
  color: #f4b90c !important;
}

.hebel_b :nth-of-type(2) h3::before {
  content: "02" !important;
  color: #009250 !important;
}

.hebel_b :nth-of-type(3) h3::before {
  content: "03" !important;
  color: #f4b90c !important;
}

.hebel_b :nth-of-type(4) h3::before {
  content: "04" !important;
  color: #009250 !important;
}

@media screen and (max-width: 820px) {
  .sec-1-about span {
    margin-bottom: 20px;
  }
  .proceed__list li {
    position: relative;
    margin-bottom: 76px;
    display: inline-block;
    margin: 55px 11px;
  }

  .stock_ba {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
  }

  .proceed__list li:after {
    content: "";
    position: absolute;
    width: 83px;
    height: calc(100% + 38px);
    top: 0;
    right: -55px;
    background: url(../img/ico-right.png) no-repeat center center;
  }
}

.proceed__list li img {
  display: block;
  width: 190px;
}

@media screen and (max-width: 768px) {
  .sec-1-about span {
    margin-bottom: 20px;
  }
  .proceed__list li img {
    display: block;
    width: 175px;
  }

  .proceed__list li:after {
    content: "";
    position: absolute;
    width: 104px;
    height: calc(100% + 38px);
    top: 0;
    right: -63px;
    background: url(../img/ico-right.png) no-repeat center center;
  }

  .input-mid {
    width: 100%;
  }
}

.proceed__list li {
  position: relative;
  margin-bottom: 76px;
  display: inline-block;
  margin: 37px 10px;
}

@media screen and (max-width: 414px) {
  .itc h2:nth-child(2) {
    margin-top: 70px;
  }
  .sec-1-about span {
    margin-bottom: 20px;
  }
  .proceed__list li {
    position: relative;
    margin-bottom: 76px;
    display: list-item;
    margin: 37px 10px;
  }

  .proceed__list li img {
    display: block;
    width: 100%;
  }
  .proceed__list li:after {
    content: "none";
    position: absolute;
    width: 104px;
    height: calc(100% + 38px);
    top: 0;
    right: -63px;
    background: url(../img/ico-down.png) no-repeat center center;
  }

  .proceed__list li:after {
    content: "";
    position: absolute;
    width: 72px;
    height: calc(100% + 38px);
    top: 109px;
    right: 130px;
    background: url(../img/ico-down.png) no-repeat center center;
    background-size: 70px;
  }
}

@media screen and (max-width: 375px) {
  .original-button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 2px;
    border-radius: 0px;
    width: 80px;
    height: 18px;
    font-weight: bold;
    transition: 0.3s;
    background-color: #348e60;
    position: absolute;
    bottom: 0%;
    left: 12%;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .proceed__list li:after {
    content: "";
    position: absolute;
    width: 72px;
    height: calc(100% + 38px);
    top: 105px;
    right: 119px;
    background: url(../img/ico-down.png) no-repeat center center;
    background-size: 60px;
  }
}
#time {
  position: relative;
  min-height: 52px;
}
#time::before {
  content: "▼";
  font-size: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
#date {
  min-height: 52px;
}

.advertise > a > img {
  max-width: 800px;
  width: 100%;
}

.news-title > a > img {
  max-width: 800px;
  width: 100%;
}

.fair2022 {
  text-align: center;
}

.fair2022 a {
  display: inline-block;
}

.fair2022 .for-sp {
  display: none;
}

.fair2022 .for-pc {
  width: 95%;
}

@media screen and (max-width: 768px) {
  .fair2022 .for-sp {
    display: inline-block;
  }
  .fair2022 .for-pc {
    display: none;
  }
}

.conclude-lists {
  margin: 0 0 200px;
}

.conclude-lists li {
  display: flex;
  justify-content: left;
  column-gap: 55px;
  align-items: center;
  margin: 30px 0;
  padding: 0 0 30px;
  border-bottom: 1px dotted;
}

.conclude-lists li p:nth-of-type(1) {
  display: flex;
  column-gap: 50px;
}
.conclude-lists li p:nth-of-type(1) span:nth-of-type(1) {
  width: 150px;
  text-align: center;
  white-space: nowrap;
}
.conclude-lists li p:nth-of-type(1) span:nth-of-type(2) {
  display: inline-block;
  background: #199d63;
  color: white;
  width: 200px;
  text-align: center;
  padding: 5px 0;
}
.conclude-lists li p:nth-of-type(2) {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .conclude-lists li {
    display: grid;
    justify-content: center;
    row-gap: 20px;
  }
  .conclude-lists li p:nth-of-type(1) {
    display: flex;
    column-gap: 10px;
  }
  .conclude-lists li p:nth-of-type(2) {
    width: 100%;
    text-align: center;
  }
  .conclude-lists li p:nth-of-type(1) span:nth-of-type(2) {
    width: 150px;
    font-size: 14px;
  }
  .conclude-lists li p:nth-of-type(1) span:nth-of-type(1) {
    width: 120px;
    text-align: center;
  }
}

.fadein > ul > li > a {
  display: flex;
}
.itc2 .sec-1_1 {
  text-align: center;
  background-image: url("../img/24998536_s.jpg"), url("../img/25192371_s.jpg");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 599px) {
  .itc2 .sec-1_1 {
    padding: 40px 5%;
    background-size: 40%;
    background-position: left top, right top 45px;
    text-align: initial;
  }
}

.yellow {
  color: #eeaf03;
  border: #eeaf03 solid 2px;
}

.cancel {
  margin-bottom: 90px;
}

.cancel h2 {
  font-size: 2.4rem;
  text-align: center;
  margin: 50px auto;
  letter-spacing: 7px;
}

.cancel p {
  text-align: center;
  line-height: 2;
}

.cancel > div {
  display: flex;
  justify-content: center;
  gap: 4%;
}

.cancel > div > .btn {
  margin: 0px;
  padding: 10px 70px;
  max-width: 100%;
  width: 500px;
  font-size: 1.8rem;
}

.yellow:hover {
  border: solid 2px#eeaf03;
  background: #eeaf03;
  color: #fff;
}

.procedure {
  bottom: 295px !important;
  background: #009c54 !important;
}
.footer_banner {
  margin: 7%;
}

.footer_banner > ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.footer_banner > ul > li {
  width: 300px;
  margin-bottom: 32px;
  text-align: center;
  display: flex;
}
.footer_banner > ul > li a {
  margin: auto;
}

@media screen and (max-width: 640px) {
  .footer_banner > ul {
    display: grid;
    justify-content: center;
    gap: 20px;
  }
  .cancel {
    padding: 45px 3%;
    padding-bottom: 0px;
  }
  .cancel > div > .btn {
    margin: 20px auto;
    padding: 0px;
    max-width: 100%;
    width: 500px;
    font-size: 1.8rem;
  }

  .cancel > div {
    display: flex;
    gap: 4%;
    flex-direction: column;
  }
  .procedure {
    /*top: 70% !important;*/
    background: #009c54 !important;
  }

  .footer_banner > ul {
    display: flex;
    flex-direction: column;
  }

  /*--.footer_banner {
    padding: 45px 3%;
  }
*/
  .footer_banner > ul > li > {
    width: 100%;
  }
  .footer_banner > ul > li {
    margin: auto;
  }
}

.cancel > h3 {
  text-align: center;
  margin: 4%;
  font-size: 1.9rem;
}

.box ul {
  font-size: 0;
  width: 800px;
  margin: 0 auto;
}

.box ul li {
  width: 800px;
  display: block;
  vertical-align: top;
  margin-right: 40px;
  margin-bottom: 40px;
  text-align: left;
}

.box ul li:nth-child(2n) {
  margin-right: 0;
}

.box ul li .q-txt {
  background: #179251;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 28px 16px;
}

.box ul li .q-txt span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  padding-right: 0.8em;
  vertical-align: middle;
}

.box ul li .a-txt {
  background: #fcfff5;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 28px 30px 28px 80px;
  line-height: 1.8;
  position: relative;
}

.box ul li .a-txt span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #4CAF50;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  left: 28px;
}

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

  .box ul {
    width: 100%;
  }
  
  .box ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .box ul li .q-txt {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 5% 14px;
    line-height: 1.6;
    font-weight: normal;
  }

  .box ul li .q-txt span {
    font-size: 25px;
    font-size: 2.5rem;
    padding-right: 0.5em;
    /* display: block; */
    line-height: 1;
  }

  .box ul li .a-txt {
    padding: 20px 5% 20px 45px;
    line-height: 1.8;
    position: relative;
  }

  .box ul li .a-txt span {
    font-size: 25px;
    font-size: 2.5rem;
    top: 10px;
    left: 4%;
    display: block;
  }
}

.recruit table {
  margin: 0 auto;
  color: #222222;
  font-weight: bold;
  border: 1px solid #ececec;
  text-align: left;
  width: 1200px;
}
.recruit th {
  background: #f7f7f7;
  border: solid 1px #ececec;
  padding: 20px 20px;
  color: #009250;
}
.recruit td {
  background: #ffffff;
  border: solid 1px #ececec;
  padding: 20px 20px;
  font-weight: normal;
}