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

body {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  color: #231815;
  font-size: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
    font-size: 1.4em;
  }
  body .sp-nodisp {
    display: none;
  }
}

.en {
  font-family: "Asap", sans-serif;
}

.jp {
  font-family: "Noto Serif JP", serif;
}

.al-c {
  text-align: center;
}

sup {
  vertical-align: super;
  font-size: 0.5em;
}

.rect-indent {
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.rect-indent::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #231815;
  margin-right: 0.4rem;
}

.asta-indent {
  margin-left: 1em;
  text-indent: -1em;
}

.asta-indent::before {
  content: "※";
}

.list-dot li {
  margin-left: 1em;
  text-indent: -1em;
}

.list-dot li::before {
  content: "・";
}

.h2-blue {
  color: #003461;
  text-align: center;
  font-size: 4.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .h2-blue {
    font-size: 2.2rem;
  }
}

.h-gold {
  color: #a36114;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.h-gold.deco-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-gold.deco-a::before, .h-gold.deco-a::after {
  content: "";
  display: block;
  width: 82px;
  height: 30px;
  background-image: linear-gradient(90deg, #a36114 0, #a36114 2px, #fff 2px, #fff 16px, #a36114 16px, #a36114 18px, #fff 18px, #fff 32px, #a36114 32px, #a36114 34px, #fff 34px, #fff 48px, #a36114 48px, #a36114 50px, #fff 50px, #fff 64px, #a36114 64px, #a36114 66px, #fff 66px, #fff 80px, #a36114 80px, #a36114 82px);
  -webkit-transform: skew(-44.7deg);
          transform: skew(-44.7deg);
}

.h-gold.deco-a::before {
  margin-right: 3rem;
}

.h-gold.deco-a::after {
  margin-left: 3rem;
}

@media screen and (max-width: 767px) {
  .h-gold {
    font-size: 2rem;
    margin: 2rem 0;
  }
  .h-gold.deco-a::before, .h-gold.deco-a::after {
    width: 66px;
    background-image: linear-gradient(90deg, #a36114 0, #a36114 2px, #fff 2px, #fff 16px, #a36114 16px, #a36114 18px, #fff 18px, #fff 32px, #a36114 32px, #a36114 34px, #fff 34px, #fff 48px, #a36114 48px, #a36114 50px, #fff 50px, #fff 64px, #a36114 64px, #a36114 66px);
    -webkit-transform: skew(-44.7deg);
            transform: skew(-44.7deg);
  }
  .h-gold.deco-a::before {
    margin-right: 3rem;
  }
  .h-gold.deco-a::after {
    margin-left: 3rem;
  }
}

.btn-more {
  position: relative;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  width: 548px;
  height: 84px;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.1rem;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  padding: 0 1rem;
}

.btn-more:link, .btn-more:visited {
  text-decoration: none;
}

.btn-more::before {
  content: "";
  width: 47px;
  border-bottom: solid 2px #000;
  position: absolute;
  top: 42px;
  right: -47px;
}

.btn-more::after {
  content: "";
  border-right: solid 2px #000;
  height: 27px;
  position: absolute;
  top: 15px;
  right: -47px;
  -webkit-transform: rotate(-58deg) translate(-12px, -6px);
          transform: rotate(-58deg) translate(-12px, -6px);
}

.btn-more:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .btn-more {
    width: 200px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  .btn-more::before {
    top: 22px;
  }
  .btn-more::after {
    top: -5px;
  }
}

.img-flex-a {
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .img-flex-a {
    max-width: 100%;
  }
}

.img-flex-a .img {
  width: 352px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-left: 1rem;
  margin-right: 1rem;
}

.img-flex-a .img:first-child {
  margin-left: 0;
}

.img-flex-a .img:last-child {
  margin-right: 0;
}

.img-flex-a .img img {
  display: block;
  width: 100%;
}

.img-flex-a .img span {
  display: block;
  color: #a36114;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  text-align: center;
}

.img-flex-a .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.img-flex-a .arrow .icon-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-flex-a .arrow .icon-wrap span {
  position: relative;
  display: block;
  width: 15px;
  height: 19px;
  overflow: hidden;
}

.img-flex-a .arrow .icon-wrap span::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #003461;
  -webkit-transform: translateX(-50%) translateY(2px) rotate(45deg);
          transform: translateX(-50%) translateY(2px) rotate(45deg);
}

.img-flex-a .arrow::after {
  content: "";
  height: 72px;
}

@media screen and (max-width: 767px) {
  .img-flex-a.sp-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .img-flex-a.sp-direction-column .img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .img-flex-a.sp-direction-column .img:first-child {
    margin-left: auto;
  }
  .img-flex-a.sp-direction-column .img:last-child {
    margin-right: auto;
  }
  .img-flex-a.sp-direction-column .arrow .icon-wrap {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .img-flex-a.sp-direction-column .arrow::after {
    height: 2.4rem;
  }
}

.scroll-animate {
  -webkit-transition: ease-out all 0.4s;
  transition: ease-out all 0.4s;
}

.scroll-animate.scroll-animate-start {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.gnav {
  position: absolute;
  width: 100%;
  height: 5.2083vw;
  z-index: 10000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 1.25vw;
}

.gnav a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.gnav a:link, .gnav a:visited {
  text-decoration: none;
}

.gnav a:hover {
  color: #a36114;
  cursor: pointer;
}

.gnav .nav-lv-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff;
}

.gnav .nav-lv-1 > li {
  height: 100%;
}

.gnav .nav-lv-1 > li dl {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav .nav-lv-1 > li dl dt {
  padding: 0 0.84vw;
}

.gnav .nav-lv-1 > li dl dd {
  padding: 0 0.84vw;
  position: absolute;
  font-size: 75%;
  width: 16vw;
  top: 5.2083vw;
  left: 0;
  line-height: 1.5;
  -webkit-transform: translateY(calc(-100% - 6vw));
          transform: translateY(calc(-100% - 6vw));
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.gnav .nav-lv-1 > li dl dd.open {
  -webkit-transform: translateY(-1.5vw);
          transform: translateY(-1.5vw);
  opacity: 1;
}

.gnav.gnav-top .nav-lv-1 {
  margin-left: 49.11vw;
}

.gnav.gnav-top .nav-lv-1 > li dl dd {
  background-color: rgba(0, 0, 0, 0);
}

.gnav.gnav-business-information .nav-lv-1 {
  margin-left: 22.858vw;
}

.gnav.gnav-business-information .nav-lv-1 > li dl dd {
  background-color: rgba(1, 51, 99, 0.6);
}

.gnav.gnav-recruit {
  background-color: rgba(1, 51, 99, 0.6);
}

.gnav.gnav-recruit .nav-lv-1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gnav.gnav-recruit .nav-lv-1 > li dl dd {
  background-color: rgba(1, 51, 99, 0.6);
}

.gnav.gnav-history {
  background-color: none;
}

.gnav.gnav-history a {
  text-decoration: none;
  color: #231815;
}

.gnav.gnav-history a:link, .gnav.gnav-history a:visited {
  text-decoration: none;
}

.gnav.gnav-history a:hover {
  color: #a36114;
}

.gnav.gnav-history .nav-lv-1 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 5.93vw;
}

.gnav.gnav-history .nav-lv-1 > li dl dd {
  background-color: rgba(255, 255, 255, 0.8);
}

.gnav.kv_off {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
}

.gnav.kv_off a {
  text-decoration: none;
  color: #231815;
}

.gnav.kv_off a:link, .gnav.kv_off a:visited {
  text-decoration: none;
}

.gnav.kv_off a:hover {
  color: #a36114;
}

.gnav.kv_off .nav-lv-1 {
  margin-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gnav.kv_off .nav-lv-1 > li dl dd {
  background-color: rgba(255, 255, 255, 0.8);
}

.gnav .nav-btn-wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .gnav.gnav-top, .gnav.gnav-history, .gnav.gnav-recruit, .gnav.gnav-business-information, .gnav.kv_off {
    position: fixed;
    max-width: 100%;
    height: 50px;
    background-color: #fff;
    background-image: url(../img/common/logo-sp.jpg);
    background-size: 152px 24px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .gnav.gnav-top .nav-lv-1, .gnav.gnav-history .nav-lv-1, .gnav.gnav-recruit .nav-lv-1, .gnav.gnav-business-information .nav-lv-1, .gnav.kv_off .nav-lv-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #fff;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    -webkit-transform: translate(100%, 50px);
            transform: translate(100%, 50px);
    z-index: -1;
    padding: 20px 15px;
  }
  .gnav.gnav-top .nav-lv-1.hmb-open, .gnav.gnav-history .nav-lv-1.hmb-open, .gnav.gnav-recruit .nav-lv-1.hmb-open, .gnav.gnav-business-information .nav-lv-1.hmb-open, .gnav.kv_off .nav-lv-1.hmb-open {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  .gnav.gnav-top .nav-lv-1 > li, .gnav.gnav-history .nav-lv-1 > li, .gnav.gnav-recruit .nav-lv-1 > li, .gnav.gnav-business-information .nav-lv-1 > li, .gnav.kv_off .nav-lv-1 > li {
    display: block;
    height: auto;
  }
  .gnav.gnav-top .nav-lv-1 > li dl, .gnav.gnav-history .nav-lv-1 > li dl, .gnav.gnav-recruit .nav-lv-1 > li dl, .gnav.gnav-business-information .nav-lv-1 > li dl, .gnav.kv_off .nav-lv-1 > li dl {
    display: block;
    position: unset;
    text-align: center;
    line-height: 1.8;
  }
  .gnav.gnav-top .nav-lv-1 > li dl a, .gnav.gnav-history .nav-lv-1 > li dl a, .gnav.gnav-recruit .nav-lv-1 > li dl a, .gnav.gnav-business-information .nav-lv-1 > li dl a, .gnav.kv_off .nav-lv-1 > li dl a {
    text-decoration: none;
    color: #231815;
    font-size: 1.8rem;
  }
  .gnav.gnav-top .nav-lv-1 > li dl a:link, .gnav.gnav-top .nav-lv-1 > li dl a:visited, .gnav.gnav-history .nav-lv-1 > li dl a:link, .gnav.gnav-history .nav-lv-1 > li dl a:visited, .gnav.gnav-recruit .nav-lv-1 > li dl a:link, .gnav.gnav-recruit .nav-lv-1 > li dl a:visited, .gnav.gnav-business-information .nav-lv-1 > li dl a:link, .gnav.gnav-business-information .nav-lv-1 > li dl a:visited, .gnav.kv_off .nav-lv-1 > li dl a:link, .gnav.kv_off .nav-lv-1 > li dl a:visited {
    text-decoration: none;
  }
  .gnav.gnav-top .nav-lv-1 > li dl dt, .gnav.gnav-history .nav-lv-1 > li dl dt, .gnav.gnav-recruit .nav-lv-1 > li dl dt, .gnav.gnav-business-information .nav-lv-1 > li dl dt, .gnav.kv_off .nav-lv-1 > li dl dt {
    padding: 0;
  }
  .gnav.gnav-top .nav-lv-1 > li dl dd, .gnav.gnav-history .nav-lv-1 > li dl dd, .gnav.gnav-recruit .nav-lv-1 > li dl dd, .gnav.gnav-business-information .nav-lv-1 > li dl dd, .gnav.kv_off .nav-lv-1 > li dl dd {
    padding: 0;
    position: unset;
    top: 0;
    font-size: 100%;
    width: auto;
    line-height: inherit;
    opacity: 1;
    -webkit-transform: unset;
            transform: unset;
    background-color: unset;
  }
  .gnav.gnav-top .nav-btn-wrap, .gnav.gnav-history .nav-btn-wrap, .gnav.gnav-recruit .nav-btn-wrap, .gnav.gnav-business-information .nav-btn-wrap, .gnav.kv_off .nav-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 30px;
  }
  .gnav.gnav-top .nav-btn-wrap .nav-btn, .gnav.gnav-history .nav-btn-wrap .nav-btn, .gnav.gnav-recruit .nav-btn-wrap .nav-btn, .gnav.gnav-business-information .nav-btn-wrap .nav-btn, .gnav.kv_off .nav-btn-wrap .nav-btn {
    width: 24px;
    height: 24px;
    padding: 5px 4px;
    cursor: pointer;
  }
  .gnav.gnav-top .nav-btn-wrap .nav-btn span, .gnav.gnav-history .nav-btn-wrap .nav-btn span, .gnav.gnav-recruit .nav-btn-wrap .nav-btn span, .gnav.gnav-business-information .nav-btn-wrap .nav-btn span, .gnav.kv_off .nav-btn-wrap .nav-btn span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .gnav.gnav-top .nav-btn-wrap .nav-btn span:nth-child(2), .gnav.gnav-history .nav-btn-wrap .nav-btn span:nth-child(2), .gnav.gnav-recruit .nav-btn-wrap .nav-btn span:nth-child(2), .gnav.gnav-business-information .nav-btn-wrap .nav-btn span:nth-child(2), .gnav.kv_off .nav-btn-wrap .nav-btn span:nth-child(2) {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .gnav.gnav-top .nav-btn-wrap .nav-btn span:nth-child(3), .gnav.gnav-history .nav-btn-wrap .nav-btn span:nth-child(3), .gnav.gnav-recruit .nav-btn-wrap .nav-btn span:nth-child(3), .gnav.gnav-business-information .nav-btn-wrap .nav-btn span:nth-child(3), .gnav.kv_off .nav-btn-wrap .nav-btn span:nth-child(3) {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .gnav.gnav-top .nav-btn-wrap .nav-btn.hmb-open span:nth-child(1), .gnav.gnav-history .nav-btn-wrap .nav-btn.hmb-open span:nth-child(1), .gnav.gnav-recruit .nav-btn-wrap .nav-btn.hmb-open span:nth-child(1), .gnav.gnav-business-information .nav-btn-wrap .nav-btn.hmb-open span:nth-child(1), .gnav.kv_off .nav-btn-wrap .nav-btn.hmb-open span:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
  .gnav.gnav-top .nav-btn-wrap .nav-btn.hmb-open span:nth-child(2), .gnav.gnav-history .nav-btn-wrap .nav-btn.hmb-open span:nth-child(2), .gnav.gnav-recruit .nav-btn-wrap .nav-btn.hmb-open span:nth-child(2), .gnav.gnav-business-information .nav-btn-wrap .nav-btn.hmb-open span:nth-child(2), .gnav.kv_off .nav-btn-wrap .nav-btn.hmb-open span:nth-child(2) {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .gnav.gnav-top .nav-btn-wrap .nav-btn.hmb-open span:nth-child(3), .gnav.gnav-history .nav-btn-wrap .nav-btn.hmb-open span:nth-child(3), .gnav.gnav-recruit .nav-btn-wrap .nav-btn.hmb-open span:nth-child(3), .gnav.gnav-business-information .nav-btn-wrap .nav-btn.hmb-open span:nth-child(3), .gnav.kv_off .nav-btn-wrap .nav-btn.hmb-open span:nth-child(3) {
    -webkit-transform: translateY(2px) rotate(-45deg);
            transform: translateY(2px) rotate(-45deg);
  }
}

/* .gnav {
  position: fixed;
  width: 100%;
  z-index: 10000;
  transition: all ease 0.5s;

  use {
    transition: all ease 0.3s;
    fill: #fff;

    &:hover {
      fill: #9c6024 !important;
      border-bottom: solid 1px #fff;
    }
  }


  svg {
    width: 100%;
    max-width: $max-width;
    height: 100%;
  }

  &.top_nav,
  &.gnav-business-information {
    &.kv_off {
      background-color: rgba(255, 255, 255, 0.8);

      svg {
        use {
          fill: $black;

          path {
            fill: $black;
          }
        }
      }
    }
  }

  &.gnav-center {
    background-color: rgba(0, 52, 97, 0.4);
  }
}

.gnav-history {
  background-color: rgba(255, 255, 255, 0.8);

  use {
    fill: $black;

    path {
      fill: $black;
    }
  }
}

//ie
#gnav-svg.kv-off {
  path.st0 {
    fill: $black;
  }
}
 */
.kv-business-information {
  height: 42.8646vw;
}

.kv-business-information svg {
  width: 100%;
}

.kv-business-information svg use {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.kv-business-information svg .stripe {
  fill: #f4f3f1;
  -webkit-transform: translate(-31.8vw, -82.54vw);
          transform: translate(-31.8vw, -82.54vw);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.kv-business-information svg .stripe.stripe-1 {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.kv-business-information svg .stripe.stripe-2 {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.kv-business-information svg .stripe.stripe-3 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.kv-business-information svg .stripe.stripe-4 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.kv-business-information svg .stripe.stripe-5 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.kv-business-information svg .stripe.stripe-6 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.kv-business-information svg .stripe.stripe-7 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.kv-business-information svg .stripe.stripe-8 {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.kv-business-information svg .bg-blue {
  fill: #013363;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.kv-business-information svg .parallelogram-white {
  fill: #fff;
  -webkit-transform: translate(-15.19vw, 41.91vw);
          transform: translate(-15.19vw, 41.91vw);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.kv-business-information svg .no {
  fill: #013363;
  -webkit-transform: translate(15.19vw, -41.91vw);
          transform: translate(15.19vw, -41.91vw);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.kv-business-information svg .parallelogram-blue {
  fill: #013363;
  -webkit-transform: translate(27vw, -73.41vw);
          transform: translate(27vw, -73.41vw);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.kv-business-information svg .img-1 {
  -webkit-transform: translate(-30vw, 81.56vw);
          transform: translate(-30vw, 81.56vw);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.kv-business-information svg .img-2 {
  -webkit-transform: translate(-30vw, 81.56vw);
          transform: translate(-30vw, 81.56vw);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.kv-business-information.action svg {
  width: 100%;
}

.kv-business-information.action svg use {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.kv-business-information.action svg .stripe.stripe-1 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.kv-business-information.action svg .stripe.stripe-2 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.kv-business-information.action svg .stripe.stripe-3 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.kv-business-information.action svg .stripe.stripe-4 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.kv-business-information.action svg .stripe.stripe-5 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.kv-business-information.action svg .stripe.stripe-6 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.kv-business-information.action svg .stripe.stripe-7 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.kv-business-information.action svg .stripe.stripe-8 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.kv-business-information.action svg .bg-blue {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.kv-business-information.action svg .parallelogram-white {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.kv-business-information.action svg .no {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.kv-business-information.action svg .parallelogram-blue {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.kv-business-information.action svg .img-1 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.kv-business-information.action svg .img-2 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .kv-business-information {
    height: 66.4vw;
  }
  .kv-business-information svg .stripe {
    -webkit-transform: translate(31.8vw, 82.54vw);
            transform: translate(31.8vw, 82.54vw);
  }
  .kv-business-information svg .bg-blue {
    fill: #013363;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .kv-business-information svg .parallelogram-white {
    -webkit-transform: translate(15.19vw, -41.91vw);
            transform: translate(15.19vw, -41.91vw);
  }
  .kv-business-information svg .no {
    -webkit-transform: translate(15.19vw, -41.91vw);
            transform: translate(15.19vw, -41.91vw);
  }
  .kv-business-information svg .parallelogram-blue {
    -webkit-transform: translate(48.6vw, -132.14vw);
            transform: translate(48.6vw, -132.14vw);
  }
  .kv-business-information svg .img-1 {
    -webkit-transform: translate(-45vw, 122.34vw);
            transform: translate(-45vw, 122.34vw);
  }
  .kv-business-information svg .img-2 {
    -webkit-transform: translate(-45vw, 122.34vw);
            transform: translate(-45vw, 122.34vw);
  }
}

.h-slash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-slash h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2.5rem;
}

.h-slash h2 .en {
  padding-top: 1rem;
  color: #c9caca;
  font-family: "Asap", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.2rem;
}

.h-slash h2 .jp {
  color: #003461;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.3rem;
}

.h-slash::before {
  content: "";
  display: block;
  background-color: #a36114;
  width: 0.6rem;
  height: 7.4rem;
  -webkit-transform: skewX(21.4deg);
          transform: skewX(21.4deg);
}

@media screen and (max-width: 767px) {
  .h-slash {
    padding-left: 15px;
  }
  .h-slash h2 {
    margin-left: 1.5rem;
  }
  .h-slash h2 .en {
    padding-top: 1rem;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  .h-slash h2 .jp {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.3rem;
  }
  .h-slash::before {
    width: 0.6rem;
    height: 5.5rem;
  }
}

footer .inner {
  background-color: #f4f3f1;
}

footer .inner .sitemap {
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px 75px;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .inner .sitemap ul {
  width: 150px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 19px;
  border-right: dotted 2px #231815;
}

footer .inner .sitemap ul:last-child {
  border-right: none;
}

footer .inner .sitemap ul li {
  margin-bottom: 2rem;
}

footer .inner .sitemap ul li a {
  text-decoration: none;
  color: #231815;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

footer .inner .sitemap ul li a:link, footer .inner .sitemap ul li a:visited {
  text-decoration: none;
}

footer .inner .sitemap ul li a:hover {
  color: #a36114;
}

footer .inner .copy {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  footer .inner .sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .inner .sitemap ul {
    width: 200px;
    border-right: none;
  }
}

.top .gnav svg {
  /* rect {
        fill: none;
      } */
}

.top .kv {
  position: relative;
  width: 100%;
  /* height: 53.6458vw; */
}

.top .kv svg .bg {
  -webkit-transition: all ease 2s;
  transition: all ease 2s;
  opacity: 0;
}

.top .kv svg .bg.action {
  opacity: 1;
}

.top .kv svg .img {
  -webkit-transition: all ease 0.8s 0.8s;
  transition: all ease 0.8s 0.8s;
  -webkit-transform: translate(50.25vw, -187.5vw);
          transform: translate(50.25vw, -187.5vw);
  opacity: 0;
}

.top .kv svg .logo {
  -webkit-transition: all ease 2.5s 1.5s;
  transition: all ease 2.5s 1.5s;
  opacity: 0;
}

.top .kv svg .logo.action {
  opacity: 1;
}

.top .kv svg .read {
  -webkit-transition: all ease 2.5s 2s;
  transition: all ease 2.5s 2s;
  opacity: 0;
}

.top .kv svg .read.action {
  opacity: 1;
}

.top .kv.action svg .bg {
  opacity: 1;
}

.top .kv.action svg .img {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.top .kv.action svg .logo {
  opacity: 1;
}

.top .kv.action svg .read {
  opacity: 1;
}

.top .kv .kv__img img {
  width: 100%;
}


@media screen and (max-width: 767px) {
  .top .kv {
    /* height: calc(66.67vw + 50px); */
  }
  .top .kv svg .img {
    -webkit-transition: all ease 0.8s 0.8s;
    transition: all ease 0.8s 0.8s;
    -webkit-transform: translate(71.4vw, -185.64vw);
            transform: translate(71.4vw, -185.64vw);
  }
  .top .kv svg .img.action {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.top .sec_1 {
  background-image: url(../img/top/bg-01.jpg), url(../img/top/bg-02.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left, right;
  background-color: #f4f3f1;
  padding-bottom: 73px;
}

.top .sec_1 .sec_inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .top .sec_1 .sec_inner {
    max-width: 100%;
  }
}

.top .sec_1 .sec_inner .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 232px 203px 232px 203px 232px 435px;
      grid-template-rows: 232px 203px 232px 203px 232px 435px;
  padding-left: 30px;
  padding-right: 10px;
}

.top .sec_1 .sec_inner .grid .griditem {
  margin-left: 2.5rem;
  /* &:nth-child(2n) {
            -ms-grid-column-start: 1;
            -ms-grid-column-span: 1;
            grid-column: 1 / 2;
          }

          &:nth-child(2n - 1) {
            -ms-grid-column-start: 2;
            -ms-grid-column-span: 1;
            grid-column: 2 / 3;
          } */
}

.top .sec_1 .sec_inner .grid .card {
  width: 560px;
  height: 355px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 287px 1fr;
      grid-template-columns: 287px 1fr;
  -ms-grid-rows: 162px 1fr;
      grid-template-rows: 162px 1fr;
  text-decoration: none;
  color: #231815;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.top .sec_1 .sec_inner .grid .card:link, .top .sec_1 .sec_inner .grid .card:visited {
  text-decoration: none;
}

.top .sec_1 .sec_inner .grid .card .img {
  position: relative;
  width: 287px;
  min-width: 287px;
  height: 100%;
  overflow: hidden;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.top .sec_1 .sec_inner .grid .card .img::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 355px 96px;
  border-color: transparent transparent #fff transparent;
}

.top .sec_1 .sec_inner .grid .card .img .bg {
  -webkit-transition: ease all 1s;
  transition: ease all 1s;
  height: 100%;
}

.top .sec_1 .sec_inner .grid .card h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.top .sec_1 .sec_inner .grid .card h3 .en {
  font-family: "Noto Sans JP", sans-serif;
}

.top .sec_1 .sec_inner .grid .card h3 .jp {
  color: #003461;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: 2rem;
}

.top .sec_1 .sec_inner .grid .card p {
  padding-right: 2rem;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  line-height: 1.8;
}

.top .sec_1 .sec_inner .grid .card:hover .img .bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top .sec_1 .sec_inner .grid .card.left {
  -webkit-transform: translateX(-55vw);
          transform: translateX(-55vw);
}

.top .sec_1 .sec_inner .grid .card.right {
  -webkit-transform: translateX(55vw);
          transform: translateX(55vw);
}

.top .sec_1 .sec_inner .grid .griditem-1 {
  margin-left: 0;
  -ms-grid-column: 1 !important;
  -ms-grid-column-span: 1 !important;
  grid-column: 1 / 2 !important;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.top .sec_1 .sec_inner .grid .griditem-1 p {
  margin-top: 1.5rem;
  margin-left: 2.5rem;
  max-width: 560px;
  line-height: 1.8;
}

.top .sec_1 .sec_inner .grid .griditem-2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
}

.top .sec_1 .sec_inner .grid .griditem-2 .img .bg {
  background-image: url(../img/top/card-01.jpg);
}

.top .sec_1 .sec_inner .grid .griditem-3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.top .sec_1 .sec_inner .grid .griditem-3 .img .bg {
  background-image: url(../img/top/card-02.jpg);
}

@media screen and (min-width: 768px) {
  .top .sec_1 .sec_inner .grid .griditem-3 h3 .jp {
    font-size: 2.3rem;
  }
}

.top .sec_1 .sec_inner .grid .griditem-4 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4 / 6;
}

.top .sec_1 .sec_inner .grid .griditem-4 .img .bg {
  background-image: url(../img/top/card-03.jpg);
}

.top .sec_1 .sec_inner .grid .griditem-5 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3 / 5;
}

.top .sec_1 .sec_inner .grid .griditem-5 .img .bg {
  background-image: url(../img/top/card-04.jpg);
}

.top .sec_1 .sec_inner .grid .griditem-6 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6 / 7;
}

.top .sec_1 .sec_inner .grid .griditem-6 .img .bg {
  background-image: url(../img/top/card-05.jpg);
}

.top .sec_1 .sec_inner .grid .griditem-7 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  grid-row: 5 / 7;
}

.top .sec_1 .sec_inner .grid .griditem-7 .img .bg {
  background-image: url(../img/top/card-06.jpg);
}

@media screen and (max-width: 1279px) {
  .top .sec_1 .sec_inner .grid {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 232px 435px 435px 435px 435px 435px 435px;
        grid-template-rows: 232px 435px 435px 435px 435px 435px 435px;
  }
  .top .sec_1 .sec_inner .grid .griditem {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .top .sec_1 .sec_inner .grid .griditem:nth-child(2n - 1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .top .sec_1 .sec_inner .grid .griditem-1 {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .top .sec_1 .sec_inner .grid .griditem-2 {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .top .sec_1 .sec_inner .grid .griditem-3 {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .top .sec_1 .sec_inner .grid .griditem-4 {
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .top .sec_1 .sec_inner .grid .griditem-5 {
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .top .sec_1 .sec_inner .grid .griditem-6 {
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .top .sec_1 .sec_inner .grid .griditem-7 {
    -ms-grid-row: 7;
    grid-row: 7;
  }
}

@media screen and (max-width: 767px) {
  .top .sec_1 {
    padding-bottom: 30px;
  }
  .top .sec_1 .sec_inner .grid {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .top .sec_1 .sec_inner .grid .griditem {
    margin-left: 0;
  }
  .top .sec_1 .sec_inner .grid .card {
    width: 100%;
    height: auto;
    -ms-grid-columns: 130px 1fr;
        grid-template-columns: 130px 1fr;
  }
  .top .sec_1 .sec_inner .grid .card .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    width: 130px;
    min-width: 130px;
  }
  .top .sec_1 .sec_inner .grid .card .img .bg {
    background-size: cover;
  }
  .top .sec_1 .sec_inner .grid .card h3 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top .sec_1 .sec_inner .grid .card h3 .jp {
    margin-top: 1.2rem;
    font-size: 2rem;
  }
  .top .sec_1 .sec_inner .grid .card p {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    padding: 2rem;
  }
  .top .sec_1 .sec_inner .grid .card.left {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  .top .sec_1 .sec_inner .grid .card.right {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}

.top .sec_2 {
  padding-top: 150px;
  padding-bottom: 68px;
  padding-right: 20px;
  background-image: url(../img/top/bg-03.jpg), url(../img/top/bg-04.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left, right;
}

.top .sec_2 .sec_inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .top .sec_2 .sec_inner {
    max-width: 100%;
  }
}

.top .sec_2 .sec_inner .h-slash {
  margin-left: 30px;
}

.top .sec_2 .sec_inner ul {
  padding-top: 80px;
  padding-left: 105px;
}

.top .sec_2 .sec_inner ul li {
  max-width: 1016px;
  margin-bottom: 4rem;
}

.top .sec_2 .sec_inner ul li h3 {
  font-size: 3.4rem;
}

.top .sec_2 .sec_inner ul li h3 span {
  display: inline-block;
  font-size: 5rem;
  font-family: "Overpass", sans-serif;
  width: 86px;
}

.top .sec_2 .sec_inner ul li dd {
  margin-top: 1.5rem;
  padding-left: 86px;
}

.top .sec_2 .sec_inner ul li dd p {
  font-size: 2rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .top .sec_2 {
    padding: 50px 15px 40px;
  }
  .top .sec_2 .sec_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .top .sec_2 .sec_inner {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top .sec_2 .sec_inner .h-slash {
    margin-left: 0;
  }
  .top .sec_2 .sec_inner ul {
    padding-top: 40px;
    padding-left: 0;
  }
  .top .sec_2 .sec_inner ul li h3 {
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.4;
  }
  .top .sec_2 .sec_inner ul li h3 span {
    font-size: 3.2rem;
    width: 52px;
    min-width: 52px;
    line-height: 1.2;
  }
  .top .sec_2 .sec_inner ul li dd {
    padding-left: 0;
  }
  .top .sec_2 .sec_inner ul li dd p {
    font-size: inherit;
  }
}

.top .sec_3 {
  padding-top: 95px;
  padding-bottom: 100px;
}

.top .sec_3 .sec_inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .top .sec_3 .sec_inner {
    max-width: 100%;
  }
}

.top .sec_3 .sec_inner .h-slash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top .sec_3 .sec_inner .grid {
  width: 1080px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 270px 270px 270px 270px;
      grid-template-columns: 270px 270px 270px 270px;
  -ms-grid-rows: 230px 230px;
      grid-template-rows: 230px 230px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

.top .sec_3 .sec_inner .grid .griditem {
  position: relative;
  border: solid 1px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2rem;
}

.top .sec_3 .sec_inner .grid .griditem .no {
  font-family: "Barlow", sans-serif;
  font-size: 6.8rem;
  line-height: 1.2;
}

.top .sec_3 .sec_inner .grid .griditem .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
}

.top .sec_3 .sec_inner .grid .griditem .text .small {
  font-size: 1.8rem;
}

.top .sec_3 .sec_inner .grid .griditem .text hr {
  display: block;
  height: 1px;
  width: 180px;
  background-color: #231815;
}

.top .sec_3 .sec_inner .grid .griditem::after {
  position: absolute;
  left: 0px;
  top: 50%;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.top .sec_3 .sec_inner .grid .griditem:first-child::after {
  content: none;
}

.top .sec_3 .sec_inner .grid .item-1 {
  background-color: #000;
  color: #fff;
}

.top .sec_3 .sec_inner .grid .item-2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}

.top .sec_3 .sec_inner .grid .item-2::after {
  background-color: #000;
}

.top .sec_3 .sec_inner .grid .item-3 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.top .sec_3 .sec_inner .grid .item-4 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
}

.top .sec_3 .sec_inner .grid .item-5 {
  -ms-grid-row: 2;
}

.top .sec_3 .sec_inner .grid .item-5::after {
  content: none;
}

.top .sec_3 .sec_inner .grid .item-6 {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}

.top .sec_3 .sec_inner .grid .item-7 {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}

.top .sec_3 .sec_inner .grid .item-8 {
  -ms-grid-column: 4;
  -ms-grid-row: 2;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 1079px) {
  .top .sec_3 .sec_inner .grid {
    -ms-grid-columns: 270px 270px;
        grid-template-columns: 270px 270px;
    -ms-grid-rows: 230px 230px 230px 230px;
        grid-template-rows: 230px 230px 230px 230px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top .sec_3 .sec_inner .grid .item-2::before,
  .top .sec_3 .sec_inner .grid .item-4::before,
  .top .sec_3 .sec_inner .grid .item-6::before {
    position: absolute;
    right: 0px;
    top: 50%;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
            transform: translate(50%, -50%) rotate(45deg);
  }
  .top .sec_3 .sec_inner .grid .item-2 {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .top .sec_3 .sec_inner .grid .item-3 {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .top .sec_3 .sec_inner .grid .item-4 {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  .top .sec_3 .sec_inner .grid .item-5 {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .top .sec_3 .sec_inner .grid .item-5::after {
    content: "";
  }
  .top .sec_3 .sec_inner .grid .item-6 {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }
  .top .sec_3 .sec_inner .grid .item-7 {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .top .sec_3 .sec_inner .grid .item-8 {
    -ms-grid-column: 2;
    -ms-grid-row: 4;
  }
}

.top .sec_3 .sec_inner .blue {
  color: #003461;
  font-size: 2.4rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75) and (max-width: 1079px), screen and (min-width: 0\0) and (min-resolution: 72dpi) and (max-width: 1079px) {
  .top .sec_3 .sec_inner .grid {
    width: 536px;
  }
}

@media screen and (max-width: 767px) {
  .top .sec_3 {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .top .sec_3 .sec_inner {
    padding: 50px 15px 40px;
  }
  .top .sec_3 .sec_inner .grid {
    width: 80vw;
    -ms-grid-columns: 40vw 40vw;
        grid-template-columns: 40vw 40vw;
    -ms-grid-rows: 40vw 40vw 40vw 40vw;
        grid-template-rows: 40vw 40vw 40vw 40vw;
  }
  .top .sec_3 .sec_inner .grid .griditem {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top .sec_3 .sec_inner .grid .griditem .no {
    margin-top: 6vw;
    font-size: 3rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .top .sec_3 .sec_inner .grid .griditem .text {
    font-size: 1.6rem;
  }
  .top .sec_3 .sec_inner .grid .griditem .text .small {
    font-size: 1.2rem;
  }
  .top .sec_3 .sec_inner .grid .griditem .text hr {
    width: 30vw;
  }
  .top .sec_3 .sec_inner .blue {
    font-size: 2rem;
  }
}

.top .sec_4 {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.top .sec_4::before {
  content: "";
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-image: url(../img/top/bg-05.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: top;
}

.top .sec_4::after {
  content: "";
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-image: url(../img/top/bg-06.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}

.top .sec_4 .sec_inner {
  width: 37.6vw;
  max-width: 722px;
  padding-top: 4.16vw;
  height: 43.65vw;
  background-image: url(../img/top/bg-07.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.top .sec_4 .sec_inner .h-slash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top .sec_4 .sec_inner p {
  line-height: 1.8;
  margin-top: 2.08vw;
  margin-bottom: 5.72vw;
  text-align: center;
}

.top .sec_4 .sec_inner .btn-more {
  width: 100%;
  max-width: 548px;
}

@media screen and (max-width: 767px) {
  .top .sec_4 {
    display: block;
  }
  .top .sec_4::before {
    content: none;
  }
  .top .sec_4::after {
    content: "";
    display: block;
    width: 100%;
    height: 50.91vw;
    background-image: url(../img/top/bg-05-sp.jpg);
    background-size: cover;
    background-position: center;
  }
  .top .sec_4 .sec_inner {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 30px 15px;
  }
  .top .sec_4 .sec_inner .btn-more {
    width: 200px;
    max-width: 200px;
  }
}

.top .sec_5 {
  background-image: url(../img/top/bg-08.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
}

.top .sec_5 .sec_inner {
  padding: 90px 15px 55px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .top .sec_5 .sec_inner {
    max-width: 100%;
  }
}

.top .sec_5 .sec_inner .h-slash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top .sec_5 .sec_inner .h-slash .jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.top .sec_5 .sec_inner .h-slash .jp::before {
  content: url(../img/top/medal.jpg);
  margin-right: 14px;
}

.top .sec_5 .sec_inner .h-slash .jp::after {
  content: url(../img/top/medal.jpg);
  margin-left: 14px;
}

.top .sec_5 .sec_inner p {
  width: 700px;
  line-height: 1.8;
  margin: 80px auto 42px;
  text-align: center;
}

.top .sec_5 .sec_inner .list {
  margin: 45px auto 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border: solid 1px #000;
  max-width: 856px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.8rem;
  line-height: 1.4;
  background-color: #fff;
  padding-left: 80px;
  padding-right: 30px;
}

.top .sec_5 .sec_inner .list ul {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.top .sec_5 .sec_inner .list ul.left {
  width: 460px;
}

.top .sec_5 .sec_inner .list ul.right {
  width: 275px;
}

.top .sec_5 .sec_inner .list li {
  margin-bottom: 1rem;
  margin-left: 26px;
  text-indent: -26px;
}

.top .sec_5 .sec_inner .list li::before {
  content: "・";
}

@media screen and (max-width: 767px) {
  .top .sec_5 .sec_inner {
    padding-top: 50px;
  }
  .top .sec_5 .sec_inner .h-slash h2 {
    -webkit-transform: translate(-20px, 16px);
            transform: translate(-20px, 16px);
  }
  .top .sec_5 .sec_inner .h-slash .jp::before {
    -webkit-transform: scale(0.35) translate(70%, -50%);
            transform: scale(0.35) translate(70%, -50%);
  }
  .top .sec_5 .sec_inner .h-slash .jp::after {
    -webkit-transform: scale(0.35) translate(-70%, -50%);
            transform: scale(0.35) translate(-70%, -50%);
  }
  .top .sec_5 .sec_inner p {
    width: 100%;
    margin-top: 40px;
  }
  .top .sec_5 .sec_inner .list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.top .sec_6 {
  padding-top: 100px;
  background-image: url(../img/top/bg-09.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 71vw;
}

.top .sec_6 .sec_inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .top .sec_6 .sec_inner {
    max-width: 100%;
  }
}

.top .sec_6 .sec_inner .h-slash {
  margin-left: 30px;
}

.top .sec_6 .sec_inner .flex {
  max-width: 1248px;
  margin-top: 47px;
  margin-left: auto;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top .sec_6 .sec_inner .flex li {
  width: 364px;
  height: 231px;
  margin: 0 26px 70px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.top .sec_6 .sec_inner .flex li.dummy {
  height: 0;
  margin-bottom: 0;
}

.top .sec_6 .sec_inner .flex .card {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.top .sec_6 .sec_inner .flex .card .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 239px;
  height: 231px;
}

.top .sec_6 .sec_inner .flex .card .img {
  position: absolute;
  top: 0;
  right: 0;
  height: 231px;
  width: 188px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  background-size: contain;
  background-repeat: no-repeat;
}

.top .sec_6 .sec_inner .flex .card .img-07 {
  background-image: url(../img/top/card-07.jpg);
}

.top .sec_6 .sec_inner .flex .card .img-08 {
  background-image: url(../img/top/card-08.jpg);
}

.top .sec_6 .sec_inner .flex .card .img-09 {
  background-image: url(../img/top/card-09.jpg);
}

.top .sec_6 .sec_inner .flex .card .img-10 {
  background-image: url(../img/top/card-10.jpg);
}

.top .sec_6 .sec_inner .flex .card .img-11 {
  background-image: url(../img/top/card-11.jpg);
}

.top .sec_6 .sec_inner .flex .card .img-12 {
  background-image: url(../img/top/card-12.jpg);
}

.top .sec_6 .sec_inner .flex .card:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .top .sec_6 {
    margin-bottom: 40px;
  }
  .top .sec_6 .sec_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top .sec_6 .sec_inner .h-slash {
    margin-left: 0;
  }
  .top .sec_6 .sec_inner .flex {
    margin-right: 0;
  }
  .top .sec_6 .sec_inner .flex li {
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.top .sec_7 {
  background-image: url(../img/top/bg-10.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right top;
}

.top .sec_7 .sec_inner {
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding: 117px 0;
}

.top .sec_7 .sec_inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4px;
}

.top .sec_7 .sec_inner .flex .list_outer {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 350px;
  border: solid 2px #c9caca;
  margin: 0 20px 40px;
  padding: 50px 40px 110px;
}

.top .sec_7 .sec_inner .flex .list_outer h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.top .sec_7 .sec_inner .flex .list_outer h3 .en {
  font-size: 2.8rem;
  color: #c9caca;
  margin-bottom: 1.2rem;
}

.top .sec_7 .sec_inner .flex .list_outer h3 .jp {
  font-size: 3.4rem;
}

.top .sec_7 .sec_inner .flex .list_outer ul li {
  margin-bottom: 1.8rem;
}

.top .sec_7 .sec_inner .flex .list_outer ul li a {
  text-decoration: none;
  color: #231815;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.top .sec_7 .sec_inner .flex .list_outer ul li a:link, .top .sec_7 .sec_inner .flex .list_outer ul li a:visited {
  text-decoration: none;
}

.top .sec_7 .sec_inner .flex .list_outer ul li a:hover {
  color: #a36114;
}

.top .sec_7 .sec_inner .flex .list_outer ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top .sec_7 .sec_inner .flex .list_outer ul li dl dt {
  font-size: 2rem;
  font-family: "Barlow", sans-serif;
  width: 130px;
  min-width: 130px;
}

.top .sec_7 .sec_inner .flex .list_outer ul li dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.8;
}

@media screen and (max-width: 1279px) {
  .top .sec_7 .sec_inner .flex .list_outer ul li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top .sec_7 .sec_inner .flex .list_outer ul li dl dt {
    margin-bottom: 0.2rem;
  }
}

.top .sec_7 .sec_inner .flex .btn-more {
  width: calc(100% - 80px);
  position: absolute;
  bottom: -60px;
  left: 15px;
}

.top .sec_7 .sec_inner .property h3 .jp {
  color: #b93a21;
}

.top .sec_7 .sec_inner .news h3 .jp {
  color: #003461;
}

.top .sec_7 .sec_inner .column h3 .jp {
  color: #a36114;
}

@media screen and (max-width: 767px) {
  .top .sec_7 .sec_inner {
    padding: 0 15px;
  }
  .top .sec_7 .sec_inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top .sec_7 .sec_inner .flex .list_outer {
    width: 100%;
    margin: 0 0 40px;
  }
  .top .sec_7 .sec_inner .flex .btn-more {
    width: 200px;
    position: relative;
  }
}

.recruit .kv {
  width: 100%;
  height: 38.698vw;
  max-width: 1920px;
  max-height: 743px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/recruit/kv.jpg);
  background-size: cover;
  position: relative;
}

.recruit .kv h1 {
  position: absolute;
  left: 50%;
  bottom: 5.57vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit .kv h1 .jp {
  font-size: 5.5rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2rem;
}

.recruit .kv h1 .en {
  font-size: 2.4rem;
  color: #c9caca;
  font-family: "Asap", sans-serif;
}

@media screen and (max-width: 767px) {
  .recruit .kv {
    padding-top: 50px;
    height: calc(58.93vw + 50px);
    background-image: url(../img/recruit/kv-sp.jpg);
    background-size: contain;
    background-position-y: bottom;
    background-repeat: no-repeat;
  }
  .recruit .kv h1 {
    bottom: 1.6vw;
  }
  .recruit .kv h1 .jp {
    color: #003461;
    font-size: 2.96vw;
    margin-bottom: 2vw;
  }
  .recruit .kv h1 .en {
    color: #6685a0;
    font-size: 1.63vw;
  }
}

.recruit .sec_1 {
  background-image: url(../img/recruit/bg-01.jpg), url(../img/recruit/bg-02.jpg);
  background-repeat: no-repeat;
  background-position-x: left, right;
  background-position-y: top, bottom;
}

.recruit .sec_1 .sec_inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 144px 30px;
}

@media screen and (max-width: 767px) {
  .recruit .sec_1 .sec_inner {
    max-width: 100%;
  }
}

.recruit .sec_1 .sec_inner h2 {
  margin-bottom: 96px;
}

.recruit .sec_1 .sec_inner p {
  margin-bottom: 4rem;
  line-height: 1.8;
}

.recruit .sec_2 {
  padding: 133px 0 141px;
}

.recruit .sec_2 .sec_inner {
  padding: 0 30px;
}

.recruit .sec_2 .sec_inner .flex {
  max-width: 1264px;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #003461;
  padding: 25px 4.8vw 18px 5.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .recruit .sec_2 .sec_inner .flex {
    max-width: 100%;
  }
}

@media screen and (min-width: 1337px) {
  .recruit .sec_2 .sec_inner .flex {
    padding: 25px 65px 18px 74px;
  }
  .recruit .sec_2 .sec_inner .flex .text {
    margin-left: 74px;
  }
}

.recruit .sec_2 .sec_inner .flex .img {
  position: relative;
  width: 501px;
}

.recruit .sec_2 .sec_inner .flex .img img {
  display: block;
  width: 100%;
}

.recruit .sec_2 .sec_inner .flex .img::before {
  content: "";
  display: block;
  width: 85%;
  height: 82%;
  background-color: #003461;
  position: absolute;
  bottom: -45px;
  left: calc(-5.5vw - 2px);
  z-index: -1;
}

@media screen and (min-width: 1360px) {
  .recruit .sec_2 .sec_inner .flex .img::before {
    left: -76px;
  }
}

.recruit .sec_2 .sec_inner .flex .text {
  width: 537px;
  margin-left: 5.5vw;
}

.recruit .sec_2 .sec_inner .flex .text .h2-blue {
  text-align: left;
  margin-bottom: 1rem;
  padding-top: 2rem;
}

.recruit .sec_2 .sec_inner .flex .text p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .recruit .sec_2 {
    padding: 50px 0 50px;
  }
  .recruit .sec_2 .sec_inner {
    padding: 0 15px;
  }
  .recruit .sec_2 .sec_inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .recruit .sec_2 .sec_inner .flex .img {
    width: 100%;
  }
  .recruit .sec_2 .sec_inner .flex .text {
    margin-left: 0;
    width: 100%;
    padding-bottom: 2rem;
  }
}

.recruit .sec_3 {
  padding: 65px 15px 100px;
  background-color: #f4f3f1;
}

.recruit .sec_3 .sec_inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: count;
}

@media screen and (max-width: 767px) {
  .recruit .sec_3 .sec_inner {
    max-width: 100%;
  }
}

.recruit .sec_3 .sec_inner .h2-blue {
  margin-bottom: 65px;
}

.recruit .sec_3 .sec_inner dl {
  margin-bottom: 4rem;
}

.recruit .sec_3 .sec_inner dl dt {
  margin-bottom: 1rem;
  text-indent: -30.91px;
  margin-left: 30.91px;
}

.recruit .sec_3 .sec_inner dl dt::before {
  counter-increment: count;
  content: counter(count) ".";
}

.recruit .sec_3 .sec_inner dl dd p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .recruit .sec_3 {
    padding: 40px 15px 40px;
  }
  .recruit .sec_3 .sec_inner .h2-blue {
    margin-bottom: 40px;
  }
  .recruit .sec_3 .sec_inner dl dt {
    text-indent: -20px;
    margin-left: 20px;
  }
}

.recruit .sec_4 {
  padding: 65px 15px 40px;
}

.recruit .sec_4 .sec_inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .recruit .sec_4 .sec_inner {
    max-width: 100%;
  }
}

.recruit .sec_4 .sec_inner .h2-blue {
  margin-bottom: 30px;
}

.recruit .sec_4 .sec_inner .read {
  font-size: 2rem;
  margin-bottom: 3.5rem;
  line-height: 1.4;
  text-align: center;
  color: #a36114;
  font-family: "Noto Serif JP", serif;
}

.recruit .sec_4 .sec_inner .table {
  font-size: 2rem;
}

.recruit .sec_4 .sec_inner .table .tr dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 2px #000;
  line-height: 2;
}

.recruit .sec_4 .sec_inner .table .tr dl dt {
  background-color: #f4f3f1;
  padding: 1rem 2rem;
  min-width: 127px;
}

.recruit .sec_4 .sec_inner .table .tr dl dd {
  padding: 1rem 0.5rem 1rem 4rem;
}

.recruit .sec_4 .sec_inner .table .tr:last-child dl {
  border-bottom: none;
}

.recruit .sec_4 .sec_inner .box {
  margin-top: 70px;
  border: solid #003461 4px;
  padding: 15px 105px 20px;
  line-height: 1.4;
  font-size: 2.4rem;
}

.recruit .sec_4 .sec_inner .box span {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .recruit .sec_4 .sec_inner .h2-blue {
    margin-bottom: 40px;
  }
  .recruit .sec_4 .sec_inner .read {
    font-size: 1.6rem;
  }
  .recruit .sec_4 .sec_inner .table {
    font-size: 1.6rem;
  }
  .recruit .sec_4 .sec_inner .table .tr dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .recruit .sec_4 .sec_inner .table .tr dl dd {
    padding-left: 2rem;
  }
  .recruit .sec_4 .sec_inner .box {
    margin-top: 40px;
    padding: 15px 30px;
    font-size: 1.6rem;
  }
  .recruit .sec_4 .sec_inner .box span {
    display: block;
    font-size: 2.2rem;
  }
}

.history .kv {
  padding: 12.5vw 0 10.42vw 127px;
}

.history .kv .read {
  -webkit-transition: all ease 0.5s 0.5s;
  transition: all ease 0.5s 0.5s;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
}

.history .kv .read span {
  font-size: 7.81vw;
}

.history .kv .mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 65px;
}

.history .kv .mission h1 {
  font-size: 3.2rem;
  margin-bottom: 1.8rem;
  -webkit-transition: all ease 0.5s 0.2s;
  transition: all ease 0.5s 0.2s;
  -webkit-transform: translate(66vh, -100vh);
          transform: translate(66vh, -100vh);
}

.history .kv .mission p {
  line-height: 1.8;
}

.history .kv .mission .jp {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.history .kv .mission .jp p {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: translate(66vh, -100vh);
          transform: translate(66vh, -100vh);
}

.history .kv .mission .en {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 1rem;
  color: #c9caca;
  -webkit-transition: all ease 0.5s 0.8s;
  transition: all ease 0.5s 0.8s;
  opacity: 0;
}

.history .kv.action .read {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.history .kv.action .mission h1 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.history .kv.action .mission .jp p {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.history .kv.action .mission .en {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .history .kv {
    padding: 100px 20px 50px;
  }
  .history .kv .read span {
    font-size: 12vw;
  }
  .history .kv .mission {
    margin-top: 15vw;
  }
  .history .kv .mission p br {
    display: none;
  }
}

.history .mission-wrap {
  margin-top: 56px;
}

.history .mission-wrap .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.history .mission-wrap .outer .label {
  width: 6.14vw;
  margin-top: 100px;
  margin-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(50%, #fff), color-stop(50%, #f4f3f1), to(#f4f3f1));
  background-image: linear-gradient(90deg, #fff 0, #fff 50%, #f4f3f1 50%, #f4f3f1 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.history .mission-wrap .outer .label span {
  font-size: 3rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.history .mission-wrap .outer .inner {
  padding-top: 9.06vw;
  padding-left: 13.65vw;
  padding-right: 40px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.history .mission-wrap .outer .inner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history .mission-wrap .outer .inner .head .no {
  font-size: 2.4rem;
  font-family: "Overpass", sans-serif;
  color: #fff;
  padding-top: 52px;
  width: 28px;
}

.history .mission-wrap .outer .inner .head .slash {
  width: 30px;
  height: 17.6vw;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.history .mission-wrap .outer .inner .head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 52px;
  font-weight: bold;
}

.history .mission-wrap .outer .inner .head h2 .jp {
  font-size: 3.2rem;
  margin-bottom: 3rem;
  font-family: "Noto Sans JP", sans-serif;
}

.history .mission-wrap .outer .inner .head h2 .en {
  font-size: 8rem;
}

.history .mission-wrap .outer .inner .body {
  padding-top: 2rem;
  padding-left: 58px;
}

.history .mission-wrap .outer .inner .body h3 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

.history .mission-wrap .outer .inner .body h4 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.history .mission-wrap .outer .inner .body p {
  line-height: 1.8;
  max-width: 440px;
}

.history .mission-wrap .outer .inner .list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.history .mission-wrap .outer .inner .list li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 4rem;
  min-width: 240px;
}

.history .mission-wrap .outer .inner .list li dl dt::after {
  content: "";
  height: 125px;
  border-right: solid 2px #fff;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  margin-right: 5rem;
  margin-left: 2rem;
}

.history .mission-wrap .outer .inner .list li dl dd {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 900px;
  padding: 10px 0;
}

.history .mission-wrap .outer .inner .list li dl dd h4 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.history .mission-wrap .outer .inner .list li dl dd p {
  line-height: 1.8;
}

.history .mission-wrap .outer.division .inner {
  min-height: 59.17vw;
  background-color: #fecf09;
  background-image: url(../img/history/bg-d.jpg);
}

.history .mission-wrap .outer.client .inner {
  background-color: #00afde;
  background-image: url(../img/history/bg-c.jpg);
  padding-bottom: 4.17vw;
}

.history .mission-wrap .outer.client .inner .body {
  margin-bottom: 8.59vw;
}

.history .mission-wrap .outer.responsibility .inner {
  background-color: #ec6d82;
  background-image: url(../img/history/bg-r.jpg);
  padding-bottom: 12.5vw;
}

.history .mission-wrap .outer.future .inner {
  background-color: #c4d72d;
  background-image: url(../img/history/bg-f.jpg);
  padding-bottom: 4.17vw;
}

.history .mission-wrap .outer.future .inner .body {
  margin-bottom: 22.19vw;
}

.history .mission-wrap:nth-of-type(2n) .outer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.history .mission-wrap:nth-of-type(2n) .outer .label {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #fff), color-stop(50%, #fff), color-stop(50%, #f4f3f1), to(#f4f3f1));
  background-image: linear-gradient(-90deg, #fff 0, #fff 50%, #f4f3f1 50%, #f4f3f1 100%);
}

.history .mission-wrap:nth-of-type(2n) .outer .label span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.history .mission-wrap .card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 6.14vw;
  margin-top: -7.5vw;
  /* @media screen and(max-width:1365px) {
        flex-wrap: wrap;
      } */
}

.history .mission-wrap .card-wrap .card {
  padding: 25px 35px;
  margin: 20px 15px;
  position: relative;
  color: #fff;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.history .mission-wrap .card-wrap .card h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  text-align: center;
}

.history .mission-wrap .card-wrap .card h4 .en {
  font-size: 4rem;
  margin-bottom: 1.6rem;
  z-index: 1;
}

.history .mission-wrap .card-wrap .card h4 .jp {
  font-family: "Noto Sans JP", sans-serif;
  z-index: 1;
}

.history .mission-wrap .card-wrap .card .text {
  position: relative;
}

.history .mission-wrap .card-wrap .card p {
  max-width: 550px;
  font-size: 1.2rem;
  line-height: 1.8;
  z-index: 1;
}

.history .mission-wrap .card-wrap .card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

.history .mission-wrap .card-wrap .card-1::before {
  background-color: #ed6c00;
}

.history .mission-wrap .card-wrap .card-2::before {
  background-color: #ea5504;
}

.history .mission-wrap .card-wrap .card-3 {
  color: inherit;
}

.history .mission-wrap .card-wrap .card-3::before {
  background-color: #ffe200;
}

.history .mission-wrap .res-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 56px 6.14vw 0;
}

.history .mission-wrap .res-flex h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}

.history .mission-wrap .res-flex h3 .en {
  font-size: 4rem;
  margin-bottom: 1.6rem;
}

.history .mission-wrap .res-flex h3 .jp {
  font-family: "Noto Sans JP", sans-serif;
}

.history .mission-wrap .res-flex p {
  max-width: 550px;
  line-height: 1.8;
}

.history .mission-wrap .res-flex .left,
.history .mission-wrap .res-flex .right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 48px 40px 60px;
  color: #fff;
}

.history .mission-wrap .res-flex .left {
  background-color: #595757;
  margin-bottom: 4rem;
  margin-right: 40px;
  z-index: -1;
}

.history .mission-wrap .res-flex .left::after {
  content: "";
  height: 100%;
  width: 140px;
  background-color: #595757;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: skew(-20deg) translateX(50%);
          transform: skew(-20deg) translateX(50%);
  z-index: -2;
}

.history .mission-wrap .res-flex .right {
  background-color: #3e3a39;
  margin-top: 4rem;
}

.history .mission-wrap .res-flex .right::before {
  content: "";
  height: 100%;
  width: 140px;
  background-color: #3e3a39;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(-20deg) translateX(-50%);
          transform: skew(-20deg) translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .history .mission-wrap .outer {
    width: 100%;
  }
  .history .mission-wrap .outer .label {
    width: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .history .mission-wrap .outer .label span {
    font-size: 1rem;
  }
  .history .mission-wrap .outer .inner {
    padding: 30px 20px;
  }
  .history .mission-wrap .outer .inner .head .no {
    padding-top: 19px;
    font-size: 1.8rem;
    width: 0.8rem;
  }
  .history .mission-wrap .outer .inner .head .slash {
    height: 10rem;
  }
  .history .mission-wrap .outer .inner .head h2 {
    padding-top: 1.6rem;
  }
  .history .mission-wrap .outer .inner .head h2 .jp {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .history .mission-wrap .outer .inner .head h2 .en {
    font-size: 4rem;
  }
  .history .mission-wrap .outer .inner .body {
    padding-left: 42px;
    margin-bottom: 40px;
  }
  .history .mission-wrap .outer .inner .body h4 {
    font-size: 2rem;
  }
  .history .mission-wrap .outer .inner .list li dl {
    display: block;
    margin-bottom: 2rem;
  }
  .history .mission-wrap .outer .inner .list li dl dt {
    font-size: 1.8rem;
    min-width: 170px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .history .mission-wrap .outer .inner .list li dl dt::after {
    height: 40px;
  }
  .history .mission-wrap .outer.responsibility .inner {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .history .mission-wrap .outer.future .inner .body {
    margin-bottom: 40px;
  }
  .history .mission-wrap .card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    margin-top: 0;
  }
  .history .mission-wrap .card-wrap .card {
    padding: 12px 20px 30px;
    background-size: 50% 100%;
    background-position-x: right;
    background-repeat: no-repeat;
    margin-right: 0;
    margin-top: -15px;
    margin-bottom: 0;
  }
  .history .mission-wrap .card-wrap .card h4 {
    margin-bottom: 2rem;
  }
  .history .mission-wrap .card-wrap .card h4 .en {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
  }
  .history .mission-wrap .card-wrap .card::before {
    width: 70%;
  }
  .history .mission-wrap .card-wrap .card-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, #ed6c0e), to(#ed6c0e));
    background-image: linear-gradient(0, #ed6c0e 0, #ed6c0e 100%);
  }
  .history .mission-wrap .card-wrap .card-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, #ea5512), to(#ea5512));
    background-image: linear-gradient(0, #ea5512 0, #ea5512 100%);
  }
  .history .mission-wrap .card-wrap .card-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, #ffe200), to(#ffe200));
    background-image: linear-gradient(0, #ffe200 0, #ffe200 100%);
  }
  .history .mission-wrap .res-flex {
    display: block;
    padding: 0 0;
    overflow-x: hidden;
  }
  .history .mission-wrap .res-flex h3 .en {
    font-size: 2.8rem;
  }
  .history .mission-wrap .res-flex p {
    max-width: 100%;
  }
  .history .mission-wrap .res-flex .left,
  .history .mission-wrap .res-flex .right {
    width: 85%;
    padding: 20px 15px;
  }
  .history .mission-wrap .res-flex .left {
    margin-bottom: 0;
    padding-right: 0;
  }
  .history .mission-wrap .res-flex .right {
    margin-left: auto;
    margin-right: 0;
    margin-top: -15px;
    padding-left: 0;
  }
}

.history .sdgs {
  padding: 100px 15px 80px;
}

.history .sdgs .sec_inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .history .sdgs .sec_inner {
    max-width: 100%;
  }
}

.history .sdgs .sec_inner h3 {
  margin-top: 7rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
}

.history .sdgs .sec_inner p {
  line-height: 1.8;
}

.history .sdgs .sec_inner .box {
  margin-top: 3.5rem;
  border: solid 2px #00ac97;
  padding: 34px 60px 40px;
}

.history .sdgs .sec_inner .box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 48px;
}

.history .sdgs .sec_inner .box li:last-child {
  margin-bottom: 0;
}

.history .sdgs .sec_inner .box li .img {
  margin-right: 48px;
}

.history .sdgs .sec_inner .box li dl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.history .sdgs .sec_inner .box li dl dt {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  text-align: left;
  text-indent: -39px;
  margin-left: 39px;
  line-height: 1.4;
}

.history .sdgs .sec_inner .box li dl dd p {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .history .sdgs {
    padding: 80px 15px 50px;
  }
  .history .sdgs .sec_inner img {
    max-width: 100%;
    display: block;
  }
  .history .sdgs .sec_inner h3 {
    margin-top: 4rem;
  }
  .history .sdgs .sec_inner .box {
    padding: 30px 15px 30px;
  }
  .history .sdgs .sec_inner .box li {
    margin-bottom: 30px;
  }
  .history .sdgs .sec_inner .box li .img {
    margin-right: 20px;
    min-width: 40px;
  }
  .history .sdgs .sec_inner .box li dl dt {
    font-size: 1.8rem;
    margin-left: 2.9rem;
    text-indent: -2.9rem;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    padding-top: 50px;
  }
}

.kv-business-information {
  position: relative;
  background-size: cover;
}

.kv-business-information .title {
  position: absolute;
  left: 23.698vw;
  top: 12.308vw;
  color: #fff;
}

.kv-business-information .title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.kv-business-information .title h1 .jp {
  font-size: 2.917vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.1;
  letter-spacing: 0.833vw;
}

.kv-business-information .title h1 .en {
  font-size: 1.25vw;
  opacity: 0.4;
  margin-top: 1.4375vw;
}

.kv-business-information .title p {
  font-size: 1.25vw;
  line-height: 1.6;
  margin-top: 1.5625vw;
  max-width: 39.06vw;
}

@media screen and (max-width: 767px) {
  .kv-business-information .title {
    left: 6.13vw;
    top: calc(16.67vw + 50px);
  }
  .kv-business-information .title h1 {
    margin-left: 15.87vw;
  }
  .kv-business-information .title h1 .jp {
    font-size: 2.93vw;
    line-height: 3.73vw;
  }
  .kv-business-information .title p {
    font-size: 2vw;
    margin-top: 8.93vw;
    max-width: 56.27vw;
  }
}

.link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .link-flex {
    max-width: 100%;
  }
}

.link-flex a {
  background-color: #003461;
  text-decoration: none;
  color: #fff;
  max-width: 320px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  position: relative;
}

.link-flex a:link, .link-flex a:visited {
  text-decoration: none;
}

.link-flex a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.link-flex img {
  display: block;
  width: 100%;
  -webkit-transition: ease all 1s;
  transition: ease all 1s;
}

.link-flex .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 28.3% 10.31% 0;
}

.link-flex .text .label {
  width: 100%;
  height: 6.51vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.15vw;
  line-height: 1.45vw;
}

.link-flex .text .more {
  width: 100%;
  height: 2.14vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: solid 1px #fff;
  font-size: 0.83vw;
}

@media screen and (max-width: 767px) {
  .link-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .link-flex a {
    width: 50%;
  }
  .link-flex .text .label {
    margin-top: 4vw;
    font-size: 3.3vw;
    line-height: 4.3vw;
  }
  .link-flex .text .more {
    margin-top: 5vw;
    height: 6.3vw;
    font-size: 2.4vw;
  }
}

.consulting .kv .title {
  top: 9.688vw;
}

.consulting .kv .title h1 .en {
  margin-top: 0.9375vw;
}

@media screen and (max-width: 767px) {
  .consulting .kv .title {
    top: calc(13.3vw + 50px);
  }
  .consulting .kv .title h1 .en {
    margin-top: 1.47vw;
  }
}

.consulting .sec_1 {
  padding: 54px 15px 110px;
}

.consulting .sec_1 .sec_inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .consulting .sec_1 .sec_inner {
    max-width: 100%;
  }
}

.consulting .sec_1 h2 {
  margin-bottom: 57px;
  line-height: 1.4;
}

.consulting .sec_1 p {
  margin-bottom: 95px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .consulting .sec_1 {
    padding-bottom: 0;
  }
}

.consulting .sec_2 {
  padding: 83px 15px 55px;
  background-color: #f4f3f1;
}

.consulting .sec_2 .sec_inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .consulting .sec_2 .sec_inner {
    max-width: 100%;
  }
}

.consulting .sec_2 .sec_inner .fig-01 {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.consulting .sec_2 .sec_inner .blue {
  color: #003461;
  margin: 40px 0 0;
  padding-bottom: 40px;
  line-height: 1.6;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  border-bottom: solid 1px #003461;
}

.consulting .sec_2 .sec_inner .gold {
  color: #a36114;
  line-height: 1.6;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin: 40px 0;
}

.consulting .sec_2 .sec_inner .shikaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .consulting .sec_2 .sec_inner .shikaku {
    max-width: 100%;
  }
}

.consulting .sec_2 .sec_inner .shikaku li {
  margin-bottom: 1rem;
  margin-right: 0.2rem;
}

.consulting .sec_2 .sec_inner .shikaku li::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #231815;
  margin-right: 0.4rem;
}

@media screen and (max-width: 767px) {
  .consulting .sec_2 {
    padding-top: 40px;
  }
}

.consulting .sec_3 {
  padding: 95px 15px 110px;
}

.consulting .sec_3 .read {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .consulting .sec_3 .read {
    max-width: 100%;
  }
}

.consulting .sec_3 .read h2 {
  margin-bottom: 57px;
  line-height: 1.4;
}

.consulting .sec_3 .read p {
  margin-bottom: 95px;
  line-height: 1.8;
}

.consulting .sec_3 article {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.49vw;
  padding-right: 6.41vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8.6vw;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .consulting .sec_3 article {
    max-width: 100%;
  }
}

.consulting .sec_3 article:last-of-type {
  margin-bottom: 0;
}

.consulting .sec_3 article::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 94px;
  width: 94px;
  background-color: #fffbb4;
  position: absolute;
  -webkit-transform: translate(50%, 50%) rotate(45deg);
          transform: translate(50%, 50%) rotate(45deg);
  bottom: 0;
  right: 0;
}

.consulting .sec_3 article::after {
  content: "";
  display: block;
  width: 9.9vw;
  height: 9.9vw;
  border-right: solid 1px #003461;
  border-bottom: solid 1px #003461;
  position: absolute;
  bottom: 0;
  right: 0;
}

.consulting .sec_3 article .img {
  position: relative;
  width: 797px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0 4.9vw;
}

.consulting .sec_3 article .img img {
  display: block;
  width: 100%;
}

.consulting .sec_3 article .img::before {
  content: "";
  position: absolute;
  display: block;
  width: 79%;
  height: 69%;
  bottom: -3.49vw;
  left: -4.9vw;
  background-color: #003461;
  z-index: -1;
}

.consulting .sec_3 article .text {
  width: 810px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-top: 1.82vw;
  padding-right: 7.81vw;
  line-height: 1.8;
}

.consulting .sec_3 article .text h3 {
  font-size: 3.2rem;
  color: #a36114;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

.consulting .sec_3 article .text p {
  margin-bottom: 2.4rem;
}

.consulting .sec_3 article .text dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.consulting .sec_3 article .text dl dt::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border-left: solid 3px #231815;
  border-bottom: solid 3px #231815;
  -webkit-transform: rotate(-49.5deg);
          transform: rotate(-49.5deg);
  margin-right: 10px;
}

.consulting .sec_3 article .text dl dd {
  font-size: 2rem;
  margin-top: -3px;
  margin-left: 22px;
  color: #003461;
  margin-bottom: 3.2rem;
}

.consulting .sec_3 article .text dl dd:last-of-type {
  margin-bottom: 0;
}

.consulting .sec_3 article:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 3.49vw;
  padding-right: 0;
  padding-bottom: 3.49vw;
}

.consulting .sec_3 article:nth-of-type(2n)::before {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.consulting .sec_3 article:nth-of-type(2n)::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0;
  left: 0;
}

.consulting .sec_3 article:nth-of-type(2n) .img::before {
  right: -4.9vw;
  left: auto;
}

.consulting .sec_3 article:nth-of-type(2n) .text {
  padding-right: 0;
  padding-left: 7.81vw;
}

@media screen and (max-width: 767px) {
  .consulting .sec_3 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .consulting .sec_3 .read p {
    margin-bottom: 40px;
  }
  .consulting .sec_3 article {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .consulting .sec_3 article::before {
    height: 30px;
    width: 30px;
  }
  .consulting .sec_3 article::after {
    height: 45px;
    width: 45px;
  }
  .consulting .sec_3 article .img {
    width: auto;
    margin-right: 0;
    margin-left: 10vw;
    margin-bottom: 2rem;
  }
  .consulting .sec_3 article .img::before {
    left: -10vw;
    bottom: -8vw;
  }
  .consulting .sec_3 article .text {
    padding-top: 8vw;
    max-width: 100%;
  }
  .consulting .sec_3 article .text h3 {
    font-size: 2.2rem;
  }
  .consulting .sec_3 article .text dl dd {
    font-size: 1.8rem;
  }
  .consulting .sec_3 article:nth-of-type(2n)::before {
    -webkit-transform: translate(50%, 50%) rotate(45deg);
            transform: translate(50%, 50%) rotate(45deg);
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
  }
  .consulting .sec_3 article:nth-of-type(2n)::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
  }
  .consulting .sec_3 article:nth-of-type(2n) .img {
    margin-left: 0;
    margin-right: 10vw;
  }
  .consulting .sec_3 article:nth-of-type(2n) .img::before {
    right: -10vw;
    bottom: -8vw;
  }
  .consulting .sec_3 article:nth-of-type(2n) .text {
    padding-left: 0;
  }
}

.consulting .sec_4 {
  padding: 83px 15px 55px;
  background-color: #f4f3f1;
}

.consulting .sec_4 .sec_inner .blue {
  color: #003461;
  margin: 40px 0 0;
  padding-bottom: 40px;
  line-height: 1.6;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  border-bottom: solid 1px #003461;
}

.consulting .sec_4 .sec_inner .gold {
  color: #a36114;
  line-height: 1.6;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin: 40px 0;
}

.consulting .sec_4 .sec_inner p {
  line-height: 1.8;
  margin-bottom: 2.4rem;
}

.consulting .sec_4 .sec_inner .read {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .consulting .sec_4 .sec_inner .read {
    max-width: 100%;
  }
}

.consulting .sec_4 .sec_inner .read h2 {
  margin-bottom: 55px;
}

.consulting .sec_4 .sec_inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 127px;
}

@media screen and (max-width: 767px) {
  .consulting .sec_4 .sec_inner .flex {
    max-width: 100%;
  }
}

.consulting .sec_4 .sec_inner .flex .text {
  width: 510px;
  padding-right: 20px;
}

.consulting .sec_4 .sec_inner .flex .img {
  width: 633px;
  padding-left: 20px;
}

.consulting .sec_4 .sec_inner .flex .img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .consulting .sec_4 {
    padding-top: 40px;
  }
  .consulting .sec_4 .sec_inner .read {
    margin-bottom: 40px;
  }
  .consulting .sec_4 .sec_inner .read h2 {
    margin-bottom: 30px;
  }
  .consulting .sec_4 .sec_inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .consulting .sec_4 .sec_inner .flex .text {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }
  .consulting .sec_4 .sec_inner .flex .img {
    padding-left: 0;
    width: 100%;
  }
}

.buying_and_selling {
  counter-reset: large_no;
}

.buying_and_selling .h-gold {
  text-align: center;
}

.buying_and_selling .large_no {
  position: relative;
  counter-increment: large_no;
}

.buying_and_selling .large_no::after {
  content: "0" counter(large_no);
  display: block;
  text-align: right;
  vertical-align: text-top;
  color: #f4f3f1;
  font-size: 30rem;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.buying_and_selling .flex-wrap-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85.42vw;
  margin-left: auto;
}

.buying_and_selling .flex-wrap-a.alt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 0;
  margin-right: auto;
}

.buying_and_selling .flex-wrap-a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 3;
      flex-shrink: 3;
}

.buying_and_selling .flex-wrap-a .text .read .h2-blue {
  text-align: left;
  font-size: 3.2rem;
}

.buying_and_selling .flex-wrap-a .text .read p {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  color: #a36114;
  line-height: 1.4;
}

.buying_and_selling .flex-wrap-a .text p {
  line-height: 1.8;
}

.buying_and_selling .flex-wrap-a .img {
  padding: 0 5.05vw;
  -ms-flex-negative: 2;
      flex-shrink: 2;
}

.buying_and_selling .flex-wrap-a .img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .flex-wrap-a {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .buying_and_selling .flex-wrap-a .text .read {
    text-align: center;
  }
  .buying_and_selling .flex-wrap-a .text .read .h2-blue {
    font-size: 2.2rem;
    text-align: center;
  }
  .buying_and_selling .flex-wrap-a .text .read p {
    font-size: 2rem;
  }
  .buying_and_selling .flex-wrap-a .img {
    padding: 20px 0 0;
  }
}

.buying_and_selling .sec_1 {
  padding: 54px 15px 0;
}

.buying_and_selling .sec_1 .sec_inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_1 .sec_inner {
    max-width: 100%;
  }
}

.buying_and_selling .sec_1 h2 {
  margin-bottom: 57px;
  line-height: 1.4;
}

.buying_and_selling .sec_1 p {
  margin-bottom: 95px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_1 h2 {
    margin-bottom: 35px;
  }
  .buying_and_selling .sec_1 p {
    margin-bottom: 40px;
  }
}

.buying_and_selling .sec_2 {
  padding: 83px 15px 55px;
  background-color: #f4f3f1;
}

.buying_and_selling .sec_2 .sec_inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_2 .sec_inner {
    max-width: 100%;
  }
}

.buying_and_selling .sec_2 .sec_inner .fig-01 {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.buying_and_selling .sec_2 .sec_inner .blue {
  color: #003461;
  margin: 40px 0 25px;
  line-height: 1.6;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.buying_and_selling .sec_2 .sec_inner .gold {
  color: #a36114;
  line-height: 1.6;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin: 40px 0;
}

.buying_and_selling .sec_2 .sec_inner .list {
  border: solid 3px #003461;
  background-color: #fff;
  padding: 29px 29px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buying_and_selling .sec_2 .sec_inner .list ul li {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.buying_and_selling .sec_2 .sec_inner .list ul li:last-child() {
  margin-bottom: 0;
}

.buying_and_selling .sec_2 .sec_inner .list ul li::before {
  content: url(../img/common/icon-check.png);
  margin-top: 3px;
  margin-right: 1rem;
}

.buying_and_selling .sec_2 .sec_inner p {
  color: #003461;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.6;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_2 {
    padding-top: 10px;
  }
  .buying_and_selling .sec_2 .sec_inner .fig-01 {
    margin-top: 3rem;
  }
  .buying_and_selling .sec_2 .sec_inner .blue {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .buying_and_selling .sec_2 .sec_inner .list ul li {
    font-size: 1.6rem;
  }
  .buying_and_selling .sec_2 .sec_inner .list ul li::before {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .buying_and_selling .sec_2 .sec_inner p {
    font-size: 1.8rem;
  }
}

.buying_and_selling .sec_3 {
  padding: 150px 15px 0;
}

.buying_and_selling .sec_3 .sec_inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_3 .sec_inner {
    max-width: 100%;
  }
}

.buying_and_selling .sec_3 .sec_inner p {
  margin-top: 2rem;
  margin-bottom: 4rem;
  line-height: 1.8;
}

.buying_and_selling .sec_3 .sec_inner dl dt {
  color: #003461;
  font-size: 2.4rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
}

.buying_and_selling .sec_3 .sec_inner dl dt span {
  width: 4rem;
}

.buying_and_selling .sec_3 .sec_inner dl dd {
  line-height: 1.8;
  margin-bottom: 4rem;
  padding-left: 4rem;
}

.buying_and_selling .sec_3 .sec_inner dl dd:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_3 {
    padding-top: 20px;
  }
  .buying_and_selling .sec_3 .sec_inner dl dt {
    font-size: 2rem;
  }
  .buying_and_selling .sec_3 .sec_inner dl dd {
    padding-left: 3.2rem;
  }
}

.buying_and_selling .sec_4 {
  padding: 150px 15px 0;
}

.buying_and_selling .sec_4 .sec_inner p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_4 {
    padding-top: 50px;
  }
}

.buying_and_selling .sec_5 {
  padding: 150px 0 0;
}

.buying_and_selling .sec_5 .sec_inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_5 .sec_inner {
    max-width: 100%;
  }
}

.buying_and_selling .sec_5 .sec_inner.fig {
  padding: 6rem 0 1rem;
  background-color: #f4f3f1;
}

.buying_and_selling .sec_5 .sec_inner dl {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_5 .sec_inner dl {
    max-width: 100%;
  }
}

.buying_and_selling .sec_5 .sec_inner dl dt {
  color: #003461;
  font-size: 2.4rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
}

.buying_and_selling .sec_5 .sec_inner dl dt span {
  width: 4rem;
}

.buying_and_selling .sec_5 .sec_inner dl dd {
  line-height: 1.8;
  margin-bottom: 4rem;
  padding-left: 4rem;
}

.buying_and_selling .sec_5 .sec_inner dl dd:last-of-type {
  margin-bottom: 0;
}

.buying_and_selling .sec_5 .sec_inner dl dd p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_5 {
    padding-top: 50px;
  }
  .buying_and_selling .sec_5 .sec_inner {
    padding-bottom: 30px;
  }
  .buying_and_selling .sec_5 .sec_inner.fig {
    padding: 30px 0 20px;
  }
  .buying_and_selling .sec_5 .sec_inner dl dt {
    font-size: 2rem;
  }
}

.buying_and_selling .sec_6 {
  padding: 150px 15px 0;
}

@media screen\0 {
  .buying_and_selling .sec_6 .sec_inner .flex-wrap-a {
    width: 100%;
  }
  .buying_and_selling .sec_6 .sec_inner .flex-wrap-a .text {
    max-width: 60%;
    padding-left: 20vw;
  }
  .buying_and_selling .sec_6 .sec_inner .flex-wrap-a .img {
    max-width: 40%;
    width: 797px;
  }
}

.buying_and_selling .sec_6 .img-flex-a {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_6 {
    padding-top: 50px;
  }
  .buying_and_selling .sec_6 .img-flex-a {
    padding: 30px 0 0;
  }
}

.buying_and_selling .sec_7 {
  padding: 150px 15px 114px;
}

@media screen\0 {
  .buying_and_selling .sec_7 .sec_inner .flex-wrap-a {
    width: 100%;
  }
  .buying_and_selling .sec_7 .sec_inner .flex-wrap-a .text {
    max-width: 60%;
    padding-right: 20vw;
  }
  .buying_and_selling .sec_7 .sec_inner .flex-wrap-a .img {
    max-width: 40%;
    width: 797px;
  }
}

.buying_and_selling .sec_7 .bg-wrap {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(180deg, #fff 0px, #fff 82px, #f4f3f1 82px, #f4f3f1 100%);
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_7 .bg-wrap {
    max-width: 100%;
  }
}

.buying_and_selling .sec_7 .bg-wrap .read {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 84px;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_7 .bg-wrap .read {
    max-width: 100%;
  }
}

.buying_and_selling .sec_7 .bg-wrap .read p {
  line-height: 1.8;
  margin-top: 4rem;
}

.buying_and_selling .sec_7 .bg-wrap .img-flex-a {
  margin-top: 80px;
  max-width: 1080px;
}

.buying_and_selling .sec_7 .bg-wrap .img-flex-a .img.c-01 {
  width: 216px;
  /* flex-shrink: 216;
          flex-grow: 216; */
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.buying_and_selling .sec_7 .bg-wrap .img-flex-a .img.c-02 {
  width: 217px;
  /* flex-shrink: 254;
          flex-grow: 254; */
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.buying_and_selling .sec_7 .bg-wrap .img-flex-a .img.c-03 {
  width: 446px;
  /* flex-shrink: 446;
          flex-grow: 446; */
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.buying_and_selling .sec_7 .bg-wrap .img-flex-a .img span {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_7 {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .buying_and_selling .sec_7 .bg-wrap .read {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  .buying_and_selling .sec_7 .bg-wrap .read p {
    margin-top: 3rem;
  }
  .buying_and_selling .sec_7 .bg-wrap .img-flex-a {
    margin-top: 50px;
  }
  .buying_and_selling .sec_7 .img-flex-a:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}

.buying_and_selling .sec_8 {
  padding: 50px 15px 150px;
}

.buying_and_selling .sec_8 .sec_inner .large_no::after {
  left: 0;
  right: auto;
}

.buying_and_selling .sec_8 .sec_inner .read {
  max-width: 1446px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_8 .sec_inner .read {
    max-width: 100%;
  }
}

.buying_and_selling .sec_8 .sec_inner .read .gold {
  color: #a36114;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.buying_and_selling .sec_8 .sec_inner p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_8 .sec_inner p {
    max-width: 100%;
  }
}

.buying_and_selling .sec_8 .sec_inner .img-flex-a {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_8 {
    padding-bottom: 50px;
  }
  .buying_and_selling .sec_8 .sec_inner .large_no::after {
    left: auto;
    right: 0;
  }
  .buying_and_selling .sec_8 .sec_inner .read {
    padding-top: 0;
  }
  .buying_and_selling .sec_8 .sec_inner .read .gold {
    font-size: 2rem;
    text-align: center;
    margin-top: 1.6rem;
  }
  .buying_and_selling .sec_8 .sec_inner .read .gold br {
    display: none;
  }
  .buying_and_selling .sec_8 .sec_inner .img-flex-a {
    margin-top: 0;
    padding: 30px 0 0;
  }
}

.buying_and_selling .sec_9 {
  padding-bottom: 100px;
}

@media screen\0 {
  .buying_and_selling .sec_9 .sec_inner .flex-wrap-a {
    width: 100%;
  }
  .buying_and_selling .sec_9 .sec_inner .flex-wrap-a .text {
    max-width: 60%;
    padding-right: 20vw;
  }
  .buying_and_selling .sec_9 .sec_inner .flex-wrap-a .img {
    max-width: 40%;
    width: 797px;
  }
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_9 {
    padding: 0 15px 50px;
  }
}

.buying_and_selling .sec_10 {
  padding: 0 15px 100px;
  background-color: #f4f3f1;
}

.buying_and_selling .sec_10 .sec_inner {
  max-width: 1710px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_10 .sec_inner {
    max-width: 100%;
  }
}

.buying_and_selling .sec_10 .sec_inner.large_no::after {
  text-align: left;
  color: #fff;
  left: 0;
  right: auto;
  z-index: 1;
}

.buying_and_selling .sec_10 .sec_inner .read {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_10 .sec_inner .read {
    max-width: 100%;
  }
}

.buying_and_selling .sec_10 .sec_inner .read p {
  margin-top: 4rem;
  line-height: 1.8;
}

.buying_and_selling .sec_10 .sec_inner .fig-wrap {
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_10 .sec_inner .fig-wrap {
    max-width: 100%;
  }
}

.buying_and_selling .sec_10 .sec_inner .fig-wrap p {
  display: block;
  text-align: center;
  color: #003461;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  background-color: #fff;
  padding: 1rem 1.5rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.buying_and_selling .sec_10 .sec_inner .fig-wrap img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .buying_and_selling .sec_10 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .buying_and_selling .sec_10 .sec_inner {
    position: relative;
  }
  .buying_and_selling .sec_10 .sec_inner.large_no::after {
    left: auto;
    right: 0;
  }
  .buying_and_selling .sec_10 .sec_inner .read {
    padding-top: 0;
  }
  .buying_and_selling .sec_10 .sec_inner .read p {
    margin-top: 2rem;
  }
  .buying_and_selling .sec_10 .sec_inner .fig-wrap {
    position: relative;
    padding-top: 3rem;
    z-index: 2;
  }
  .buying_and_selling .sec_10 .sec_inner .fig-wrap p {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}

.vacant_house_parchase .sec_1 {
  padding: 50px 15px 120px;
}

.vacant_house_parchase .sec_1 .sec_inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .vacant_house_parchase .sec_1 .sec_inner {
    max-width: 100%;
  }
}

.vacant_house_parchase .sec_1 .sec_inner h2 {
  margin-bottom: 4rem;
}

.vacant_house_parchase .sec_1 .sec_inner p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .vacant_house_parchase .sec_1 {
    padding-bottom: 50px;
  }
}

.vacant_house_parchase .sec_2 .read {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .vacant_house_parchase .sec_2 .read {
    max-width: 100%;
  }
}

.vacant_house_parchase .sec_2 .read .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vacant_house_parchase .sec_2 .read .flex .box {
  margin: 40px 20px;
  border: solid 2px #003461;
  width: 440px;
  padding: 25px 90px;
}

.vacant_house_parchase .sec_2 .read .flex .box dt {
  color: #003461;
  margin-bottom: 20px;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}

.vacant_house_parchase .sec_2 .read .flex .box dd {
  line-height: 1.8;
}

.vacant_house_parchase .sec_2 .bg {
  padding: 40px 15px;
  background-color: #f4f3f1;
}

.vacant_house_parchase .sec_2 .bg .gold {
  color: #a36114;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 25px;
  text-align: center;
}

.vacant_house_parchase .sec_2 .bg ul {
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .vacant_house_parchase .sec_2 .bg ul {
    max-width: 100%;
  }
}

.vacant_house_parchase .sec_2 .bg ul li {
  margin-right: 0.2rem;
}

.vacant_house_parchase .sec_2 .bg ul li::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #231815;
  margin-right: 0.4rem;
}

.vacant_house_parchase .sec_2 .img-flex-a.slide {
  max-width: 1920px;
  padding: 40px 0;
}

.vacant_house_parchase .sec_2 .img-flex-a.slide .img {
  width: 450px;
}

.vacant_house_parchase .sec_2 .img-flex-a.certificate {
  padding-top: 80px;
  max-width: 892px;
}

.vacant_house_parchase .sec_2 .img-flex-a.certificate .img {
  margin-right: 20px;
}

.vacant_house_parchase .sec_2 .img-flex-a.certificate .img img {
  border: solid 1px #000;
}

.vacant_house_parchase .sec_2 .img-flex-a.certificate .img span {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .vacant_house_parchase .sec_2 .read {
    margin-bottom: 20px;
  }
  .vacant_house_parchase .sec_2 .read .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
  .vacant_house_parchase .sec_2 .read .flex .box {
    margin: 10px 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .vacant_house_parchase .sec_2 .read .flex .box dt {
    font-size: 2rem;
  }
  .vacant_house_parchase .sec_2 .read .flex .box dd {
    text-align: center;
  }
  .vacant_house_parchase .sec_2 .bg {
    padding: 30px 15px;
  }
  .vacant_house_parchase .sec_2 .bg .gold {
    font-size: 2rem;
  }
  .vacant_house_parchase .sec_2 .img-flex-a.slide {
    padding: 30px 15px;
  }
  .vacant_house_parchase .sec_2 .img-flex-a.certificate {
    padding-top: 20px;
  }
  .vacant_house_parchase .sec_2 .img-flex-a.certificate .img {
    margin-left: auto;
    margin-right: auto;
  }
}

.vacant_house_parchase .sec_3 {
  padding: 80px 15px;
}

.vacant_house_parchase .sec_3 .sec_inner .flow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .vacant_house_parchase .sec_3 .sec_inner .flow {
    max-width: 100%;
  }
}

.vacant_house_parchase .sec_3 .sec_inner .flow li {
  background-image: linear-gradient(90deg, #fff 0, #fff 32px, #a36114 32px, #a36114 46px, #fff 46px, #fff 100%);
  background-repeat: no-repeat;
}

.vacant_house_parchase .sec_3 .sec_inner .flow li:first-child {
  background-size: 50%;
  background-position-y: 80px;
}

.vacant_house_parchase .sec_3 .sec_inner .flow li:last-child {
  position: relative;
  background-image: none;
}

.vacant_house_parchase .sec_3 .sec_inner .flow li:last-child::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 15px 0 15px;
  border-color: #a36114 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 24px;
}

.vacant_house_parchase .sec_3 .sec_inner .flow li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.vacant_house_parchase .sec_3 .sec_inner .flow li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 324px;
  min-width: 324px;
  color: #a36114;
  font-family: "Noto Serif JP", serif;
}

.vacant_house_parchase .sec_3 .sec_inner .flow li dl dt .circle {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  border: solid 1px #a36114;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vacant_house_parchase .sec_3 .sec_inner .flow li dl dt .label {
  font-size: 3.2rem;
  padding-left: 1rem;
}

.vacant_house_parchase .sec_3 .sec_inner .flow li dl dd {
  font-size: 2.2rem;
  line-height: 1.6;
  padding-left: 3rem;
}

.vacant_house_parchase .sec_3 .sec_inner .exp {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 79px;
  font-family: "Noto Serif JP", serif;
  padding: 4rem;
  background-color: #f4f3f1;
}

@media screen and (max-width: 767px) {
  .vacant_house_parchase .sec_3 .sec_inner .exp {
    max-width: 100%;
  }
}

.vacant_house_parchase .sec_3 .sec_inner .exp h3 {
  font-size: 3.2rem;
  color: #a36114;
  text-align: center;
  margin-bottom: 4rem;
}

.vacant_house_parchase .sec_3 .sec_inner .exp p {
  font-size: 2.4rem;
  color: #003461;
  line-height: 1.6;
  margin-top: 4rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .vacant_house_parchase .sec_3 .sec_inner .exp p {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .vacant_house_parchase .sec_3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .vacant_house_parchase .sec_3 .sec_inner .flow {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .vacant_house_parchase .sec_3 .sec_inner .flow li {
    background-image: linear-gradient(90deg, #fff 0, #fff 32px, #a36114 32px, #a36114 46px, #fff 46px, #fff 100%);
  }
  .vacant_house_parchase .sec_3 .sec_inner .flow li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .vacant_house_parchase .sec_3 .sec_inner .flow li dl dt {
    width: 100%;
  }
  .vacant_house_parchase .sec_3 .sec_inner .flow li dl dt .label {
    font-size: 2rem;
  }
  .vacant_house_parchase .sec_3 .sec_inner .flow li dl dd {
    padding-left: 86px;
    font-size: 1.4rem;
  }
  .vacant_house_parchase .sec_3 .sec_inner .exp {
    margin-top: 30px;
    padding: 20px 15px;
  }
  .vacant_house_parchase .sec_3 .sec_inner .exp h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .vacant_house_parchase .sec_3 .sec_inner .exp p {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .vacant_house_parchase .sec_3 .sec_inner .exp .img-flex-a .img {
    margin-bottom: 2rem;
  }
  .vacant_house_parchase .sec_3 .sec_inner .exp .img-flex-a .img:last-child {
    margin-bottom: 0;
  }
}

.vacant_house_parchase .sec_4 {
  padding-bottom: 150px;
}

.vacant_house_parchase .sec_4 .img-flex-a {
  padding: 4rem 0 0;
  max-width: 1920px;
}

@media screen and (max-width: 767px) {
  .vacant_house_parchase .sec_4 {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .vacant_house_parchase .sec_4 .img-flex-a {
    padding-top: 3rem;
  }
  .vacant_house_parchase .sec_4 .img-flex-a .img {
    margin-bottom: 20px;
  }
}

.vacant_house_parchase .sec_5 {
  padding-bottom: 200px;
}

.vacant_house_parchase .sec_5 .sec_inner .h2-blue {
  margin-bottom: 4rem;
}

.vacant_house_parchase .sec_5 .sec_inner .read p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .vacant_house_parchase .sec_5 .sec_inner .read p {
    max-width: 100%;
  }
}

.vacant_house_parchase .sec_5 .sec_inner p {
  line-height: 1.8;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap {
  margin-top: 71px;
  padding: 0 90px 0;
  counter-reset: merit;
  background-image: linear-gradient(180deg, #a36114 0, #a36114 2px, #fff 2px, #fff 100%);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: left top;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid {
  counter-increment: merit;
  max-width: 1365px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 1fr 360px;
      grid-template-columns: 180px 1fr 360px;
  -ms-grid-rows: 60px 1fr;
      grid-template-rows: 60px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #a36114;
  border-bottom: none;
  padding: 42px 0 57px;
}

@media screen and (max-width: 767px) {
  .vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid {
    max-width: 100%;
  }
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid::before {
  content: counter(merit) ".";
  display: block;
  font-size: 8.8rem;
  color: #003461;
  font-family: "Noto Serif JP", serif;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 40px;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid h4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  color: #003461;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid .text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid .text p {
  margin-bottom: 2rem;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid .text p:last-child {
  margin-bottom: 0;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid:nth-child(2n) {
  -ms-grid-columns: 400px 1fr 130px;
      grid-template-columns: 400px 1fr 130px;
  border-right: none;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid:nth-child(2n)::before {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  text-align: right;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid:nth-child(2n) .img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid:nth-child(2n - 1) {
  border-left: none;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid:first-child {
  position: relative;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid:first-child::after {
  content: "";
  border: solid 2px #a36114;
  width: 176px;
  height: 142px;
  position: absolute;
  top: -71px;
  right: -88px;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid:last-child {
  position: relative;
}

.vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid:last-child::after {
  content: "";
  border: solid 2px #a36114;
  width: 126px;
  height: 126px;
  position: absolute;
  left: -63px;
  bottom: -89px;
}

@media screen and (max-width: 767px) {
  .vacant_house_parchase .sec_5 {
    padding-bottom: 80px;
  }
  .vacant_house_parchase .sec_5 .sec_inner .read {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vacant_house_parchase .sec_5 .sec_inner .grid-wrap {
    padding: 0 30px;
  }
  .vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid::before {
    content: none;
  }
  .vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid .img {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid h4::before {
    content: counter(merit) ".";
    font-size: 130%;
  }
  .vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid .text {
    padding-right: 15px;
  }
  .vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid:nth-child(2n) .text {
    padding-left: 15px;
    padding-right: 0;
  }
  .vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid:first-child::after {
    width: 47px;
    height: 47px;
    top: -31px;
    right: -15px;
  }
  .vacant_house_parchase .sec_5 .sec_inner .grid-wrap .grid:last-child::after {
    width: 47px;
    height: 47px;
    left: -15px;
    bottom: -29px;
  }
}

.newly_built_and_sold .sec_1 {
  padding: 50px 15px 120px;
}

.newly_built_and_sold .sec_1 .sec_inner {
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_1 .sec_inner {
    max-width: 100%;
  }
}

.newly_built_and_sold .sec_1 .sec_inner h2 {
  margin-bottom: 4rem;
}

.newly_built_and_sold .sec_1 .sec_inner p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_1 {
    padding-bottom: 50px;
  }
}

.newly_built_and_sold .sec_2 {
  padding-bottom: 150px;
}

.newly_built_and_sold .sec_2 .img-flex-a {
  padding: 4rem 0 0;
  max-width: 1920px;
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_2 {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .newly_built_and_sold .sec_2 .img-flex-a {
    padding-top: 3rem;
  }
  .newly_built_and_sold .sec_2 .img-flex-a .img {
    margin-bottom: 20px;
  }
}

.newly_built_and_sold .sec_3 {
  padding: 50px 15px 120px;
}

.newly_built_and_sold .sec_3 .sec_inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_3 .sec_inner {
    max-width: 100%;
  }
}

.newly_built_and_sold .sec_3 .sec_inner h2 {
  margin-bottom: 4rem;
}

.newly_built_and_sold .sec_3 .sec_inner p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_3 {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

.newly_built_and_sold .sec_4 .sec_inner,
.newly_built_and_sold .sec_5 .sec_inner,
.newly_built_and_sold .sec_6 .sec_inner,
.newly_built_and_sold .sec_7 .sec_inner {
  width: 89vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: auto;
}

.newly_built_and_sold .sec_4 .sec_inner .flex-wrap,
.newly_built_and_sold .sec_5 .sec_inner .flex-wrap,
.newly_built_and_sold .sec_6 .sec_inner .flex-wrap,
.newly_built_and_sold .sec_7 .sec_inner .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.newly_built_and_sold .sec_4 .sec_inner .flex-wrap .text,
.newly_built_and_sold .sec_5 .sec_inner .flex-wrap .text,
.newly_built_and_sold .sec_6 .sec_inner .flex-wrap .text,
.newly_built_and_sold .sec_7 .sec_inner .flex-wrap .text {
  -ms-flex-negative: 3;
      flex-shrink: 3;
}

.newly_built_and_sold .sec_4 .sec_inner .flex-wrap .text h2,
.newly_built_and_sold .sec_5 .sec_inner .flex-wrap .text h2,
.newly_built_and_sold .sec_6 .sec_inner .flex-wrap .text h2,
.newly_built_and_sold .sec_7 .sec_inner .flex-wrap .text h2 {
  margin-bottom: 2rem;
  text-align: left;
  font-size: 2.8rem;
}

.newly_built_and_sold .sec_4 .sec_inner .flex-wrap .text p,
.newly_built_and_sold .sec_5 .sec_inner .flex-wrap .text p,
.newly_built_and_sold .sec_6 .sec_inner .flex-wrap .text p,
.newly_built_and_sold .sec_7 .sec_inner .flex-wrap .text p {
  line-height: 1.8;
}

.newly_built_and_sold .sec_4 .sec_inner .flex-wrap .img,
.newly_built_and_sold .sec_5 .sec_inner .flex-wrap .img,
.newly_built_and_sold .sec_6 .sec_inner .flex-wrap .img,
.newly_built_and_sold .sec_7 .sec_inner .flex-wrap .img {
  -ms-flex-negative: 2;
      flex-shrink: 2;
}

.newly_built_and_sold .sec_4 .sec_inner .flex-wrap .img img,
.newly_built_and_sold .sec_5 .sec_inner .flex-wrap .img img,
.newly_built_and_sold .sec_6 .sec_inner .flex-wrap .img img,
.newly_built_and_sold .sec_7 .sec_inner .flex-wrap .img img {
  display: block;
  width: 100%;
}

.newly_built_and_sold .sec_4 .sec_inner.alt,
.newly_built_and_sold .sec_5 .sec_inner.alt,
.newly_built_and_sold .sec_6 .sec_inner.alt,
.newly_built_and_sold .sec_7 .sec_inner.alt {
  width: 90vw;
  margin-right: auto;
  margin-left: 0;
}

.newly_built_and_sold .sec_4 .sec_inner.alt .flex-wrap,
.newly_built_and_sold .sec_5 .sec_inner.alt .flex-wrap,
.newly_built_and_sold .sec_6 .sec_inner.alt .flex-wrap,
.newly_built_and_sold .sec_7 .sec_inner.alt .flex-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.newly_built_and_sold .sec_4 .sec_inner .absolute-img img,
.newly_built_and_sold .sec_5 .sec_inner .absolute-img img,
.newly_built_and_sold .sec_6 .sec_inner .absolute-img img,
.newly_built_and_sold .sec_7 .sec_inner .absolute-img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_4 .sec_inner,
  .newly_built_and_sold .sec_5 .sec_inner,
  .newly_built_and_sold .sec_6 .sec_inner,
  .newly_built_and_sold .sec_7 .sec_inner {
    width: 100%;
  }
  .newly_built_and_sold .sec_4 .sec_inner .flex-wrap,
  .newly_built_and_sold .sec_5 .sec_inner .flex-wrap,
  .newly_built_and_sold .sec_6 .sec_inner .flex-wrap,
  .newly_built_and_sold .sec_7 .sec_inner .flex-wrap {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .newly_built_and_sold .sec_4 .sec_inner .flex-wrap .text,
  .newly_built_and_sold .sec_5 .sec_inner .flex-wrap .text,
  .newly_built_and_sold .sec_6 .sec_inner .flex-wrap .text,
  .newly_built_and_sold .sec_7 .sec_inner .flex-wrap .text {
    padding: 0 0 20px !important;
  }
  .newly_built_and_sold .sec_4 .sec_inner .flex-wrap .text h2,
  .newly_built_and_sold .sec_5 .sec_inner .flex-wrap .text h2,
  .newly_built_and_sold .sec_6 .sec_inner .flex-wrap .text h2,
  .newly_built_and_sold .sec_7 .sec_inner .flex-wrap .text h2 {
    text-align: center;
    font-size: 2.2rem;
  }
  .newly_built_and_sold .sec_4 .sec_inner .flex-wrap .text p,
  .newly_built_and_sold .sec_5 .sec_inner .flex-wrap .text p,
  .newly_built_and_sold .sec_6 .sec_inner .flex-wrap .text p,
  .newly_built_and_sold .sec_7 .sec_inner .flex-wrap .text p {
    text-align: center;
  }
  .newly_built_and_sold .sec_4 .sec_inner.alt,
  .newly_built_and_sold .sec_5 .sec_inner.alt,
  .newly_built_and_sold .sec_6 .sec_inner.alt,
  .newly_built_and_sold .sec_7 .sec_inner.alt {
    width: 100%;
    margin-right: 0;
  }
  .newly_built_and_sold .sec_4 .sec_inner .absolute-img,
  .newly_built_and_sold .sec_5 .sec_inner .absolute-img,
  .newly_built_and_sold .sec_6 .sec_inner .absolute-img,
  .newly_built_and_sold .sec_7 .sec_inner .absolute-img {
    width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .newly_built_and_sold .sec_4 .sec_inner .absolute-img img,
  .newly_built_and_sold .sec_5 .sec_inner .absolute-img img,
  .newly_built_and_sold .sec_6 .sec_inner .absolute-img img,
  .newly_built_and_sold .sec_7 .sec_inner .absolute-img img {
    width: 100%;
  }
}

.newly_built_and_sold .sec_4 {
  position: relative;
}

.newly_built_and_sold .sec_4::before {
  content: "";
  position: absolute;
  display: block;
  width: 15.1vw;
  height: 70%;
  bottom: 0;
  left: 20vw;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f4f3f1), color-stop(5.86%, #f4f3f1), color-stop(5.86%, #fff), color-stop(13.45%, #fff), color-stop(13.45%, #f4f3f1), color-stop(19.31%, #f4f3f1), color-stop(19.31%, #fff), color-stop(26.9%, #fff), color-stop(26.9%, #f4f3f1), color-stop(32.76%, #f4f3f1), color-stop(32.76%, #fff), color-stop(40.35%, #fff), color-stop(40.35%, #f4f3f1), color-stop(46.21%, #f4f3f1), color-stop(46.21%, #fff), color-stop(53.8%, #fff), color-stop(53.8%, #f4f3f1), color-stop(59.66%, #f4f3f1), color-stop(59.66%, #fff), color-stop(67.25%, #fff), color-stop(67.25%, #f4f3f1), color-stop(73.11%, #f4f3f1), color-stop(73.11%, #fff), color-stop(80.7%, #fff), color-stop(80.7%, #f4f3f1), color-stop(86.56%, #f4f3f1), color-stop(86.56%, #fff), color-stop(94.15%, #fff), color-stop(94.15%, #f4f3f1), to(#f4f3f1));
  background-image: linear-gradient(90deg, #f4f3f1 0, #f4f3f1 5.86%, #fff 5.86%, #fff 13.45%, #f4f3f1 13.45%, #f4f3f1 19.31%, #fff 19.31%, #fff 26.9%, #f4f3f1 26.9%, #f4f3f1 32.76%, #fff 32.76%, #fff 40.35%, #f4f3f1 40.35%, #f4f3f1 46.21%, #fff 46.21%, #fff 53.8%, #f4f3f1 53.8%, #f4f3f1 59.66%, #fff 59.66%, #fff 67.25%, #f4f3f1 67.25%, #f4f3f1 73.11%, #fff 73.11%, #fff 80.7%, #f4f3f1 80.7%, #f4f3f1 86.56%, #fff 86.56%, #fff 94.15%, #f4f3f1 94.15%, #f4f3f1 100%);
}

.newly_built_and_sold .sec_4 .sec_inner {
  position: relative;
}

.newly_built_and_sold .sec_4 .sec_inner .flex-wrap .text {
  padding: 4rem 2.34vw 0 6.67vw;
}

.newly_built_and_sold .sec_4 .sec_inner .absolute-img {
  width: 54vw;
  margin-left: auto;
  padding-top: 3.8vw;
}

.newly_built_and_sold .sec_5 .sec_inner {
  z-index: -1;
  margin-bottom: -5vw;
  position: relative;
  background-color: #f4f3f1;
  padding-top: 7.34vw;
}

.newly_built_and_sold .sec_5 .sec_inner .flex-wrap .text {
  padding: 4rem 5.21vw 0 3.65vw;
}

.newly_built_and_sold .sec_5 .sec_inner .flex-wrap .img {
  padding-bottom: 40px;
}

@media screen\0 {
  .newly_built_and_sold .sec_5 .sec_inner .flex-wrap {
    padding-bottom: 50px;
  }
}

.newly_built_and_sold .sec_5 .sec_inner .absolute-img {
  width: 55.63vw;
  margin-right: auto;
  padding-top: 1.72vw;
}

.newly_built_and_sold .sec_5 .sec_inner .absolute-img img {
  -webkit-transform: translateX(-3.75vw);
          transform: translateX(-3.75vw);
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_5 .sec_inner {
    padding-top: 3rem;
    margin-bottom: 0;
  }
  .newly_built_and_sold .sec_5 .sec_inner .flex-wrap .img {
    padding-bottom: 2rem;
  }
  .newly_built_and_sold .sec_5 .sec_inner .absolute-img {
    padding-top: 0;
  }
  .newly_built_and_sold .sec_5 .sec_inner .absolute-img img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.newly_built_and_sold .sec_6 {
  padding-top: 15.89vw;
  background-color: #fff;
  position: relative;
  margin-bottom: -5vw;
}

.newly_built_and_sold .sec_6::before {
  content: "";
  position: absolute;
  display: block;
  width: 15.1vw;
  height: 70%;
  top: 0;
  left: 23vw;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f4f3f1), color-stop(5.86%, #f4f3f1), color-stop(5.86%, #fff), color-stop(13.45%, #fff), color-stop(13.45%, #f4f3f1), color-stop(19.31%, #f4f3f1), color-stop(19.31%, #fff), color-stop(26.9%, #fff), color-stop(26.9%, #f4f3f1), color-stop(32.76%, #f4f3f1), color-stop(32.76%, #fff), color-stop(40.35%, #fff), color-stop(40.35%, #f4f3f1), color-stop(46.21%, #f4f3f1), color-stop(46.21%, #fff), color-stop(53.8%, #fff), color-stop(53.8%, #f4f3f1), color-stop(59.66%, #f4f3f1), color-stop(59.66%, #fff), color-stop(67.25%, #fff), color-stop(67.25%, #f4f3f1), color-stop(73.11%, #f4f3f1), color-stop(73.11%, #fff), color-stop(80.7%, #fff), color-stop(80.7%, #f4f3f1), color-stop(86.56%, #f4f3f1), color-stop(86.56%, #fff), color-stop(94.15%, #fff), color-stop(94.15%, #f4f3f1), to(#f4f3f1));
  background-image: linear-gradient(90deg, #f4f3f1 0, #f4f3f1 5.86%, #fff 5.86%, #fff 13.45%, #f4f3f1 13.45%, #f4f3f1 19.31%, #fff 19.31%, #fff 26.9%, #f4f3f1 26.9%, #f4f3f1 32.76%, #fff 32.76%, #fff 40.35%, #f4f3f1 40.35%, #f4f3f1 46.21%, #fff 46.21%, #fff 53.8%, #f4f3f1 53.8%, #f4f3f1 59.66%, #fff 59.66%, #fff 67.25%, #f4f3f1 67.25%, #f4f3f1 73.11%, #fff 73.11%, #fff 80.7%, #f4f3f1 80.7%, #f4f3f1 86.56%, #fff 86.56%, #fff 94.15%, #f4f3f1 94.15%, #f4f3f1 100%);
}

.newly_built_and_sold .sec_6 .sec_inner {
  position: relative;
}

.newly_built_and_sold .sec_6 .sec_inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 15.1vw;
  height: 60%;
  bottom: 0;
  right: 0;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f4f3f1), color-stop(5.86%, #f4f3f1), color-stop(5.86%, #fff), color-stop(13.45%, #fff), color-stop(13.45%, #f4f3f1), color-stop(19.31%, #f4f3f1), color-stop(19.31%, #fff), color-stop(26.9%, #fff), color-stop(26.9%, #f4f3f1), color-stop(32.76%, #f4f3f1), color-stop(32.76%, #fff), color-stop(40.35%, #fff), color-stop(40.35%, #f4f3f1), color-stop(46.21%, #f4f3f1), color-stop(46.21%, #fff), color-stop(53.8%, #fff), color-stop(53.8%, #f4f3f1), color-stop(59.66%, #f4f3f1), color-stop(59.66%, #fff), color-stop(67.25%, #fff), color-stop(67.25%, #f4f3f1), color-stop(73.11%, #f4f3f1), color-stop(73.11%, #fff), color-stop(80.7%, #fff), color-stop(80.7%, #f4f3f1), color-stop(86.56%, #f4f3f1), color-stop(86.56%, #fff), color-stop(94.15%, #fff), color-stop(94.15%, #f4f3f1), to(#f4f3f1));
  background-image: linear-gradient(90deg, #f4f3f1 0, #f4f3f1 5.86%, #fff 5.86%, #fff 13.45%, #f4f3f1 13.45%, #f4f3f1 19.31%, #fff 19.31%, #fff 26.9%, #f4f3f1 26.9%, #f4f3f1 32.76%, #fff 32.76%, #fff 40.35%, #f4f3f1 40.35%, #f4f3f1 46.21%, #fff 46.21%, #fff 53.8%, #f4f3f1 53.8%, #f4f3f1 59.66%, #fff 59.66%, #fff 67.25%, #f4f3f1 67.25%, #f4f3f1 73.11%, #fff 73.11%, #fff 80.7%, #f4f3f1 80.7%, #f4f3f1 86.56%, #fff 86.56%, #fff 94.15%, #f4f3f1 94.15%, #f4f3f1 100%);
}

.newly_built_and_sold .sec_6 .sec_inner .flex-wrap .text {
  padding: 4rem 2.34vw 0 6.67vw;
}

.newly_built_and_sold .sec_6 .sec_inner .absolute-img {
  width: 54vw;
  margin-left: auto;
  padding-top: 4.84vw;
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_6 {
    padding-top: 30px;
    margin-bottom: 0;
    background-color: unset;
  }
  .newly_built_and_sold .sec_6 .sec_inner {
    position: relative;
    overflow: hidden;
  }
  .newly_built_and_sold .sec_6 .sec_inner::before {
    z-index: -1;
  }
  .newly_built_and_sold .sec_6 .sec_inner .flex-wrap .img {
    padding-bottom: 2rem;
  }
  .newly_built_and_sold .sec_6 .sec_inner .absolute-img {
    padding-top: 0;
  }
}

.newly_built_and_sold .sec_7 .sec_inner {
  background-color: #fff;
  margin-bottom: -5vw;
  position: relative;
}

.newly_built_and_sold .sec_7 .sec_inner .flex-wrap .text {
  padding: 4rem 5.21vw 0 3.65vw;
}

.newly_built_and_sold .sec_7 .sec_inner .flex-wrap .img {
  padding-bottom: 40px;
}

.newly_built_and_sold .sec_7 .sec_inner .absolute-img {
  width: 55.63vw;
  margin-right: auto;
  padding-top: 1.72vw;
  padding-bottom: 20px;
}

.newly_built_and_sold .sec_7 .sec_inner .absolute-img img {
  -webkit-transform: translateX(-3.75vw);
          transform: translateX(-3.75vw);
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_7 {
    padding-top: 30px;
  }
  .newly_built_and_sold .sec_7 .sec_inner {
    margin-bottom: 0;
  }
  .newly_built_and_sold .sec_7 .sec_inner .flex-wrap .img {
    padding-bottom: 20px;
  }
  .newly_built_and_sold .sec_7 .sec_inner .absolute-img {
    padding-top: 0;
  }
  .newly_built_and_sold .sec_7 .sec_inner .absolute-img img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.newly_built_and_sold .sec_8 {
  padding: 0 15px 80px;
}

.newly_built_and_sold .sec_8 .sec_inner .box {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003461;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  border: solid 2px #003461;
  position: relative;
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_8 .sec_inner .box {
    max-width: 100%;
  }
}

.newly_built_and_sold .sec_8 .sec_inner .box::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 39px 0 0;
  border-color: #003461 transparent transparent transparent;
  top: 0;
  left: 0;
}

.newly_built_and_sold .sec_8 .sec_inner .box::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 39px 39px;
  border-color: transparent transparent #003461 transparent;
  bottom: 0;
  right: 0;
}

.newly_built_and_sold .sec_8 .sec_inner .wrap {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_8 .sec_inner .wrap {
    max-width: 100%;
  }
}

.newly_built_and_sold .sec_8 .sec_inner .wrap h2 {
  color: #a36114;
  font-size: 4.8rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 6rem;
}

.newly_built_and_sold .sec_8 .sec_inner .wrap p {
  text-align: center;
  line-height: 1.8;
}

.newly_built_and_sold .sec_8 .sec_inner .wrap p span {
  display: block;
  max-width: 562px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_8 .sec_inner .wrap p span {
    max-width: 100%;
  }
}

.newly_built_and_sold .sec_8 .sec_inner .wrap p span.blue {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
  color: #003461;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_8 .sec_inner .wrap p span.blue {
    max-width: 100%;
  }
}

.newly_built_and_sold .sec_8 .sec_inner .wrap .asta {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .newly_built_and_sold .sec_8 .sec_inner .box {
    font-size: 2rem;
    height: auto;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .newly_built_and_sold .sec_8 .sec_inner .box::before {
    border-width: 20px 20px 0 0;
  }
  .newly_built_and_sold .sec_8 .sec_inner .box::after {
    border-width: 0 0 20px 20px;
  }
  .newly_built_and_sold .sec_8 .sec_inner .wrap {
    padding-top: 20px;
  }
  .newly_built_and_sold .sec_8 .sec_inner .wrap h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .newly_built_and_sold .sec_8 .sec_inner .wrap p span.blue {
    font-size: 1.6rem;
  }
  .newly_built_and_sold .sec_8 .sec_inner .wrap .asta {
    margin-top: 3rem;
  }
}

.newly_built_and_sold .sec_9 {
  padding-bottom: 60px;
}

.newly_built_and_sold .sec_9 .sec_inner .img-flex-a {
  padding: 30px 30px;
  background-color: #f4f3f1;
}

.newly_built_and_sold .sec_9 .sec_inner .img-flex-a .arrow::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .newly_built_and_sold .sec_9 {
    padding-bottom: 50px;
  }
  .newly_built_and_sold .sec_9 .sec_inner .img-flex-a .arrow {
    height: 60px;
  }
  .newly_built_and_sold .sec_9 .sec_inner .img-flex-a .arrow::after {
    content: none;
  }
}

.vacant_house_management .sec_1 {
  padding: 50px 15px 120px;
}

.vacant_house_management .sec_1 .sec_inner {
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .vacant_house_management .sec_1 .sec_inner {
    max-width: 100%;
  }
}

.vacant_house_management .sec_1 .sec_inner h2 {
  margin-bottom: 4rem;
}

.vacant_house_management .sec_1 .sec_inner p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .vacant_house_management .sec_1 {
    padding-bottom: 50px;
  }
}

.vacant_house_management .sec_2 {
  padding: 95px 15px 110px;
}

.vacant_house_management .sec_2 .read {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .vacant_house_management .sec_2 .read {
    max-width: 100%;
  }
}

.vacant_house_management .sec_2 .read h2 {
  margin-bottom: 57px;
  line-height: 1.4;
}

.vacant_house_management .sec_2 .read p {
  margin-bottom: 95px;
  line-height: 1.8;
}

.vacant_house_management .sec_2 article {
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.49vw;
  padding-right: 6.41vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.6vw;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .vacant_house_management .sec_2 article {
    max-width: 100%;
  }
}

.vacant_house_management .sec_2 article:last-of-type {
  margin-bottom: 0;
}

.vacant_house_management .sec_2 article::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 94px;
  width: 94px;
  background-color: #fffbb4;
  position: absolute;
  -webkit-transform: translate(50%, 50%) rotate(45deg);
          transform: translate(50%, 50%) rotate(45deg);
  bottom: 0;
  right: 0;
}

.vacant_house_management .sec_2 article::after {
  content: "";
  display: block;
  width: 9.9vw;
  height: 9.9vw;
  border-right: solid 1px #003461;
  border-bottom: solid 1px #003461;
  position: absolute;
  bottom: 0;
  right: 0;
}

.vacant_house_management .sec_2 article .img {
  position: relative;
  width: 797px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0 4.9vw;
}

.vacant_house_management .sec_2 article .img img {
  display: block;
  width: 100%;
}

.vacant_house_management .sec_2 article .img::before {
  content: "";
  position: absolute;
  display: block;
  width: 79%;
  height: 69%;
  bottom: -3.49vw;
  left: -4.9vw;
  background-color: #003461;
  z-index: -1;
}

.vacant_house_management .sec_2 article .text {
  width: 810px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-top: 1.82vw;
  padding-right: 7.81vw;
  line-height: 1.8;
}

.vacant_house_management .sec_2 article .text h3 {
  font-size: 3.2rem;
  color: #a36114;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

.vacant_house_management .sec_2 article .text p {
  margin-bottom: 2.4rem;
}

.vacant_house_management .sec_2 article .text dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vacant_house_management .sec_2 article .text dl dt::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  border-left: solid 3px #231815;
  border-bottom: solid 3px #231815;
  -webkit-transform: rotate(-49.5deg);
          transform: rotate(-49.5deg);
  margin-right: 10px;
}

.vacant_house_management .sec_2 article .text dl dd {
  font-size: 2rem;
  margin-top: -3px;
  margin-left: 22px;
  color: #003461;
  margin-bottom: 3.2rem;
}

.vacant_house_management .sec_2 article .text dl dd:last-of-type {
  margin-bottom: 0;
}

.vacant_house_management .sec_2 article:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 3.49vw;
  padding-right: 0;
}

.vacant_house_management .sec_2 article:nth-of-type(2n)::before {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.vacant_house_management .sec_2 article:nth-of-type(2n)::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0;
  left: 0;
}

.vacant_house_management .sec_2 article:nth-of-type(2n) .img::before {
  right: -4.9vw;
  left: auto;
}

.vacant_house_management .sec_2 article:nth-of-type(2n) .text {
  padding-right: 0;
  padding-left: 7.81vw;
}

.vacant_house_management .sec_2 article.a-1 .img::before, .vacant_house_management .sec_2 article.a-2 .img::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .vacant_house_management .sec_2 {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .vacant_house_management .sec_2 article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 0;
    padding-bottom: 0;
  }
  .vacant_house_management .sec_2 article:last-of-type {
    padding-bottom: 15px;
  }
  .vacant_house_management .sec_2 article::before {
    height: 30px;
    width: 30px;
  }
  .vacant_house_management .sec_2 article::after {
    height: 45px;
    width: 45px;
  }
  .vacant_house_management .sec_2 article .img {
    width: 100%;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .vacant_house_management .sec_2 article .img::before {
    bottom: 0;
  }
  .vacant_house_management .sec_2 article .text {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .vacant_house_management .sec_2 article .text h3 {
    font-size: 2.2rem;
  }
  .vacant_house_management .sec_2 article:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .vacant_house_management .sec_2 article:nth-of-type(2n)::before {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(50%, 50%) rotate(45deg);
            transform: translate(50%, 50%) rotate(45deg);
  }
  .vacant_house_management .sec_2 article:nth-of-type(2n)::after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .vacant_house_management .sec_2 article:nth-of-type(2n) .text {
    padding-left: 0;
  }
}

.vacant_house_management .sec_3 .sec_inner {
  padding: 0 15px 100px;
}

.vacant_house_management .sec_3 .sec_inner .art_outer {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 26px;
}

@media screen and (max-width: 767px) {
  .vacant_house_management .sec_3 .sec_inner .art_outer {
    max-width: 100%;
  }
}

.vacant_house_management .sec_3 .sec_inner .art_outer::before {
  position: absolute;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-bottom: solid 2px #003461;
  border-right: solid 2px #003461;
  top: 0;
  left: 0;
}

.vacant_house_management .sec_3 .sec_inner .art_outer::after {
  position: absolute;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-top: solid 2px #003461;
  border-left: solid 2px #003461;
  bottom: 0;
  right: 0;
}

.vacant_house_management .sec_3 .sec_inner .art_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 50px;
}

.vacant_house_management .sec_3 .sec_inner .art_inner::before {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-top: solid 2px #003461;
  border-left: solid 2px #003461;
  top: 0;
  left: 0;
}

.vacant_house_management .sec_3 .sec_inner .art_inner::after {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-bottom: solid 2px #003461;
  border-right: solid 2px #003461;
  bottom: 0;
  right: 0;
}

.vacant_house_management .sec_3 .sec_inner .art_inner span {
  font-size: 2.4rem;
}

.vacant_house_management .sec_3 .sec_inner .art_inner .blue {
  color: #fff;
  background-color: #003461;
  padding: 1rem 4rem;
  margin-bottom: 1.6rem;
}

.vacant_house_management .sec_3 .bg {
  background-color: #f4f3f1;
  padding: 6rem 15px;
}

.vacant_house_management .sec_3 .bg .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2rem;
  padding-right: 33px;
}

@media screen\0 {
  .vacant_house_management .sec_3 .bg .flex {
    width: 100%;
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
  }
  .vacant_house_management .sec_3 .bg .flex .img {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
    max-width: 100%;
  }
}

.vacant_house_management .sec_3 .bg .flex .img img {
  display: block;
  max-width: 100%;
}

.vacant_house_management .sec_3 .bg .text {
  max-width: 1443px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 33px;
}

@media screen and (max-width: 767px) {
  .vacant_house_management .sec_3 .bg .text {
    max-width: 100%;
  }
}

.vacant_house_management .sec_3 .bg .text .box {
  border: solid #a36114 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 30px;
  background-color: #fff;
  color: #a36114;
  font-size: 4.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.vacant_house_management .sec_3 .bg .text .box .sup {
  font-size: 2.4rem;
  vertical-align: super;
}

.vacant_house_management .sec_3 .bg .text article {
  line-height: 1.8;
}

.vacant_house_management .sec_3 .icons-outer {
  padding: 0 15px 90px;
}

.vacant_house_management .sec_3 .icons-outer .icons {
  max-width: 1378px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .vacant_house_management .sec_3 .icons-outer .icons {
    max-width: 100%;
  }
}

.vacant_house_management .sec_3 .icons-outer .icons .bg-stripe {
  background-image: linear-gradient(-72deg, #fff 0, #fff 45%, #003461 45%, #003461 55%, #fff 55%, #fff 100%);
  background-size: 10px 20px;
  background-repeat: repeat no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0;
}

.vacant_house_management .sec_3 .icons-outer .icons .bg-stripe h3 {
  font-size: 3.2rem;
  color: #003461;
  font-family: "Noto Serif JP", serif;
  text-align: "Noto Serif JP", serif;
  padding: 0 2rem;
  background-color: #fff;
  padding-bottom: 0.2rem;
}

.vacant_house_management .sec_3 .icons-outer .icons .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3px;
}

.vacant_house_management .sec_3 .icons-outer .icons .flex dl {
  padding: 0 0 0 40px;
}

@media screen\0 {
  .vacant_house_management .sec_3 .icons-outer .icons .flex dl {
    width: 100%;
    max-width: 100%;
  }
}

.vacant_house_management .sec_3 .icons-outer .icons .flex dl dt {
  padding-right: 40px;
}

.vacant_house_management .sec_3 .icons-outer .icons .flex dl dt h4 {
  width: 193px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  background-color: #003461;
}

.vacant_house_management .sec_3 .icons-outer .icons .flex dl dt h4.gold {
  background-color: #a36114;
}

.vacant_house_management .sec_3 .icons-outer .icons .flex dl dd {
  padding-right: 40px;
}

.vacant_house_management .sec_3 .icons-outer .icons .flex dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.vacant_house_management .sec_3 .icons-outer .icons .flex dl dd ul li .icon {
  padding-right: 1.6rem;
}

.vacant_house_management .sec_3 .icons-outer .icons .flex dl dd ul li p {
  line-height: 1.4;
}

.vacant_house_management .sec_3 .icons-outer .icons .flex dl dd ul li p .blue {
  color: #003461;
  font-weight: bold;
}

.vacant_house_management .sec_3 .icons-outer .icons .flex dl dd.border {
  border-right: dotted 2px #003461;
}

@media screen and (max-width: 767px) {
  .vacant_house_management .sec_3 .sec_inner {
    padding-bottom: 30px;
  }
  .vacant_house_management .sec_3 .sec_inner .art_outer {
    padding: 13px;
  }
  .vacant_house_management .sec_3 .sec_inner .art_outer::before {
    width: 13px;
    height: 13px;
  }
  .vacant_house_management .sec_3 .sec_inner .art_outer::after {
    width: 13px;
    height: 13px;
  }
  .vacant_house_management .sec_3 .sec_inner .art_inner {
    padding: 17px 25px;
  }
  .vacant_house_management .sec_3 .sec_inner .art_inner::before {
    width: 50px;
    height: 50px;
  }
  .vacant_house_management .sec_3 .sec_inner .art_inner::after {
    width: 50px;
    height: 50px;
  }
  .vacant_house_management .sec_3 .sec_inner .art_inner span {
    padding: 0;
    font-size: 1.6rem;
  }
  .vacant_house_management .sec_3 .sec_inner .art_inner .blue {
    padding: 1rem 2rem;
    font-size: 1.8rem;
  }
  .vacant_house_management .sec_3 .bg {
    padding: 30px 15px;
  }
  .vacant_house_management .sec_3 .bg .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vacant_house_management .sec_3 .bg .flex .img {
    margin-bottom: 20px;
  }
  .vacant_house_management .sec_3 .bg .flex .img:last-child {
    margin-bottom: 0;
  }
  .vacant_house_management .sec_3 .bg .text .box {
    font-size: 2rem;
    padding: 12px 18px;
  }
  .vacant_house_management .sec_3 .bg .text .box .sup {
    font-size: 1rem;
  }
  .vacant_house_management .sec_3 .icons-outer {
    padding-bottom: 50px;
  }
  .vacant_house_management .sec_3 .icons-outer .icons .bg-stripe {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .vacant_house_management .sec_3 .icons-outer .icons .bg-stripe h3 {
    font-size: 1.8rem;
  }
  .vacant_house_management .sec_3 .icons-outer .icons .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .vacant_house_management .sec_3 .icons-outer .icons .flex dl {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .vacant_house_management .sec_3 .icons-outer .icons .flex dl dt {
    padding-right: 0;
  }
  .vacant_house_management .sec_3 .icons-outer .icons .flex dl dt h4 {
    margin-bottom: 20px;
  }
  .vacant_house_management .sec_3 .icons-outer .icons .flex dl dd {
    padding-right: 0;
  }
  .vacant_house_management .sec_3 .icons-outer .icons .flex dl dd.border {
    padding-right: 0;
    border-right: none;
    border-bottom: dotted 2px #003461;
  }
}

.leaseback .sec_1 {
  padding: 50px 0 120px;
}

.leaseback .sec_1 .sec_inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 100px;
}

@media screen and (max-width: 767px) {
  .leaseback .sec_1 .sec_inner {
    max-width: 100%;
  }
}

.leaseback .sec_1 .sec_inner h2 {
  margin-bottom: 4rem;
}

.leaseback .sec_1 .sec_inner p {
  line-height: 1.8;
}

.leaseback .sec_1 .bg {
  background-color: #f4f3f1;
  padding: 60px 15px;
}

.leaseback .sec_1 .bg .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.leaseback .sec_1 .bg .flex .img {
  margin: 0 2rem;
}

.leaseback .sec_1 .bg .flex .img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .leaseback .sec_1 {
    padding-bottom: 20px;
  }
  .leaseback .sec_1 .sec_inner {
    padding-bottom: 50px;
  }
  .leaseback .sec_1 .bg {
    padding: 30px 15px;
  }
  .leaseback .sec_1 .bg .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leaseback .sec_1 .bg .flex .img {
    margin-bottom: 20px;
  }
  .leaseback .sec_1 .bg .flex .img:last-child {
    margin-bottom: 0;
  }
}

.leaseback .sec_2 {
  padding-bottom: 100px;
}

.leaseback .sec_2 .sec_inner ul {
  counter-reset: sec_2;
}

.leaseback .sec_2 .sec_inner ul li {
  counter-increment: sec_2;
}

.leaseback .sec_2 .sec_inner ul li::after {
  content: "";
  display: block;
  width: 57.29vw;
  border-bottom: dotted 2px #003461;
  margin-right: auto;
}

.leaseback .sec_2 .sec_inner ul li:nth-child(2n)::after {
  margin-left: auto;
  margin-right: 0;
}

.leaseback .sec_2 .sec_inner ul li:last-child::after {
  content: none;
}

.leaseback .sec_2 .sec_inner ul li .grid {
  display: -ms-grid;
  display: grid;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 15px;
}

@media screen and (max-width: 767px) {
  .leaseback .sec_2 .sec_inner ul li .grid {
    max-width: 100%;
  }
}

.leaseback .sec_2 .sec_inner ul li .grid::before {
  content: counter(sec_2) ".";
  color: #003461;
  font-family: "Noto Serif JP", serif;
  font-size: 8.8rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.leaseback .sec_2 .sec_inner ul li .grid h3 {
  color: #003461;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  padding-right: 3rem;
  line-height: 1.4;
  padding-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.leaseback .sec_2 .sec_inner ul li .grid .img {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.leaseback .sec_2 .sec_inner ul li .grid .img img {
  display: block;
  width: 100%;
}

.leaseback .sec_2 .sec_inner ul li .grid .text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  padding-right: 3rem;
}

.leaseback .sec_2 .sec_inner ul li .grid .text p {
  line-height: 1.8;
}

.leaseback .sec_2 .sec_inner ul li .grid.grid-1 {
  -ms-grid-columns: 100px 1fr 230px;
      grid-template-columns: 100px 1fr 230px;
}

.leaseback .sec_2 .sec_inner ul li .grid.grid-2 {
  -ms-grid-columns: 230px 100px 1fr;
      grid-template-columns: 230px 100px 1fr;
}

.leaseback .sec_2 .sec_inner ul li .grid.grid-2::before {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.leaseback .sec_2 .sec_inner ul li .grid.grid-2 h3 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.leaseback .sec_2 .sec_inner ul li .grid.grid-2 .img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.leaseback .sec_2 .sec_inner ul li .grid.grid-2 .text {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.leaseback .sec_2 .sec_inner ul li .grid.grid-3 {
  -ms-grid-columns: 100px 1fr;
      grid-template-columns: 100px 1fr;
  max-width: 900px;
}

.leaseback .sec_2 .sec_inner ul li .grid.grid-4 {
  -ms-grid-columns: 100px 1fr 230px;
      grid-template-columns: 100px 1fr 230px;
}

@media screen and (max-width: 767px) {
  .leaseback .sec_2 {
    padding-bottom: 50px;
  }
  .leaseback .sec_2 .sec_inner ul li .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .leaseback .sec_2 .sec_inner ul li .grid::before {
    content: none;
  }
  .leaseback .sec_2 .sec_inner ul li .grid h3 {
    padding-right: 0;
    text-align: center;
    display: inline;
    font-size: 2rem;
  }
  .leaseback .sec_2 .sec_inner ul li .grid .img {
    width: 230px;
    margin: 15px auto;
  }
  .leaseback .sec_2 .sec_inner ul li .grid .text {
    padding-right: 0;
  }
}

.leaseback .sec_3 .sec_inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 100px;
}

@media screen and (max-width: 767px) {
  .leaseback .sec_3 .sec_inner {
    max-width: 100%;
  }
}

.leaseback .sec_3 .sec_inner h2 {
  margin-bottom: 4rem;
}

.leaseback .sec_3 .sec_inner p {
  line-height: 1.8;
}

.leaseback .sec_3 .grid-outer {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #db6aa4), color-stop(50%, #db6aa4), color-stop(50%, #86b3e0), to(#86b3e0));
  background-image: linear-gradient(90deg, #db6aa4 0, #db6aa4 50%, #86b3e0 50%, #86b3e0 100%);
  padding-bottom: 50px;
}

.leaseback .sec_3 .grid-outer .grid {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .leaseback .sec_3 .grid-outer .grid {
    max-width: 100%;
  }
}

.leaseback .sec_3 .grid-outer .grid .upper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 6rem;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .leaseback .sec_3 .grid-outer .grid .upper {
    max-width: 100%;
  }
}

.leaseback .sec_3 .grid-outer .grid .upper dt {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: -4.2rem;
}

.leaseback .sec_3 .grid-outer .grid .upper dt.tab {
  font-size: 3.2rem;
  padding-top: 1rem;
}

@media screen\0 {
  .leaseback .sec_3 .grid-outer .grid .upper dt {
    width: 220px;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

.leaseback .sec_3 .grid-outer .grid .upper dt.blue {
  padding-left: 22px;
  padding-right: 22px;
}

.leaseback .sec_3 .grid-outer .grid .upper dt.blue::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 58px 13px;
  border-color: transparent transparent #86b3e0 transparent;
  position: absolute;
  top: 0;
  left: -13px;
}

.leaseback .sec_3 .grid-outer .grid .upper dt.blue::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 0 0 13px;
  border-color: transparent transparent transparent #86b3e0;
  position: absolute;
  top: 0;
  right: -13px;
}

.leaseback .sec_3 .grid-outer .grid .upper ul li {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.leaseback .sec_3 .grid-outer .grid .upper ul li::before {
  content: url(../img/common/icon-check.png);
  margin-right: 1rem;
  padding-top: 4px;
}

.leaseback .sec_3 .grid-outer .grid .lower {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .leaseback .sec_3 .grid-outer .grid .lower {
    max-width: 100%;
  }
}

@media screen\0 {
  .leaseback .sec_3 .grid-outer .grid .lower {
    width: 100%;
  }
}

.leaseback .sec_3 .grid-outer .grid .lower dt {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-size: 3.2rem;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.leaseback .sec_3 .grid-outer .grid .lower dt span {
  width: 250px;
  text-align: center;
}

.leaseback .sec_3 .grid-outer .grid .lower dt::before, .leaseback .sec_3 .grid-outer .grid .lower dt::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.leaseback .sec_3 .grid-outer .grid .lower dd {
  padding: 0 20px;
}

@media screen\0 {
  .leaseback .sec_3 .grid-outer .grid .lower dd {
    width: 100%;
  }
}

.leaseback .sec_3 .grid-outer .grid .lower dd p {
  line-height: 1.8;
}

.leaseback .sec_3 .grid-outer .grid .pink {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.leaseback .sec_3 .grid-outer .grid .pink .tab {
  padding-left: 38px;
  padding-right: 38px;
  background-color: #db6aa4;
}

.leaseback .sec_3 .grid-outer .grid .pink .tab::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 58px 13px;
  border-color: transparent transparent #db6aa4 transparent;
  position: absolute;
  top: 0;
  left: -13px;
}

.leaseback .sec_3 .grid-outer .grid .pink .tab::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 0 0 13px;
  border-color: transparent transparent transparent #db6aa4;
  position: absolute;
  top: 0;
  right: -13px;
}

.leaseback .sec_3 .grid-outer .grid .blue {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.leaseback .sec_3 .grid-outer .grid .blue .tab {
  padding-left: 22px;
  padding-right: 22px;
  background-color: #86b3e0;
}

.leaseback .sec_3 .grid-outer .grid .blue .tab::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 58px 13px;
  border-color: transparent transparent #86b3e0 transparent;
  position: absolute;
  top: 0;
  left: -13px;
}

.leaseback .sec_3 .grid-outer .grid .blue .tab::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 0 0 13px;
  border-color: transparent transparent transparent #86b3e0;
  position: absolute;
  top: 0;
  right: -13px;
}

@media screen and (max-width: 767px) {
  .leaseback .sec_3 .sec_inner {
    padding-bottom: 80px;
  }
  .leaseback .sec_3 .grid-outer {
    background-image: none;
    padding-bottom: 0;
  }
  .leaseback .sec_3 .grid-outer .grid {
    display: block;
  }
  .leaseback .sec_3 .grid-outer .grid .upper {
    padding-top: 3rem;
  }
  .leaseback .sec_3 .grid-outer .grid .upper dt.tab {
    top: -3.1rem;
    font-size: 2.2rem;
  }
  .leaseback .sec_3 .grid-outer .grid .upper ul li {
    font-size: 1.8rem;
  }
  .leaseback .sec_3 .grid-outer .grid .upper ul li::before {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .leaseback .sec_3 .grid-outer .grid .lower {
    padding-bottom: 50px;
  }
  .leaseback .sec_3 .grid-outer .grid .lower dt {
    font-size: 2.2rem;
  }
  .leaseback .sec_3 .grid-outer .grid .lower dt span {
    width: 190px;
  }
  .leaseback .sec_3 .grid-outer .grid .pink {
    background-color: #db6aa4;
  }
  .leaseback .sec_3 .grid-outer .grid .blue {
    background-color: #86b3e0;
  }
}
/*# sourceMappingURL=style.css.map */
