body {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}

.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .container {
    padding: 0 2.67vw;
  }
}

.secondopen {
  display: none;
}

.header {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 9999;
}
@media (max-width: 1024px) {
  .header {
    top: 13px;
  }
}
.header--thanks {
  background: rgba(0, 0, 0, 0.8) url("/fudousan/images/header_thanks_bg_pc.jpg") 50% 50%/cover no-repeat;
  top: 0;
  padding: 40px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .header--thanks {
    background: rgba(0, 0, 0, 0.8) url("/fudousan/images/header_thanks_bg_sp.jpg") 50% 50%/cover no-repeat;
    padding: 20px 0;
  }
}
.header__inner {
  padding: 0 60px;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .header__inner {
    padding: 0 2.67vw;
  }
}
@media (max-width: 1024px) {
  .header__h1 {
    height: 30px;
  }
}
.header__h1Link {
  height: 100%;
  display: inline-block;
  transition: 0.4s;
}
.header__h1Link:link, .header__h1Link:visited, .header__h1Link:hover, .header__h1Link:active {
  text-decoration: none;
  color: inherit;
}
.header__h1Link:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.header__h1Link:hover img {
  opacity: 1;
}
.header__h1Image {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .header__h1Image {
    max-width: auto;
    max-height: 100%;
    width: auto;
    height: 100%;
  }
}
.header__tel {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .header__tel {
    height: 30px;
  }
}
.header__telLink {
  height: 100%;
  display: inline-block;
  transition: 0.4s;
}
.header__telLink:link, .header__telLink:visited, .header__telLink:hover, .header__telLink:active {
  text-decoration: none;
  color: inherit;
}
.header__telLink:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.header__telLink:hover img {
  opacity: 1;
}
.header__telImage {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .header__telImage {
    max-width: auto;
    max-height: 100%;
    width: auto;
    height: 100%;
  }
}
.header__mail {
  display: none;
}
@media (max-width: 1024px) {
  .header__mail {
    margin-left: 20px;
    display: block;
    height: 30px;
  }
}
.header__mailLink {
  height: 100%;
  display: inline-block;
  transition: 0.4s;
}
.header__mailLink:link, .header__mailLink:visited, .header__mailLink:hover, .header__mailLink:active {
  text-decoration: none;
  color: inherit;
}
.header__mailLink:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.header__mailLink:hover img {
  opacity: 1;
}
.header__mailImage {
  max-height: 100%;
  width: auto;
  height: 100%;
}
.header__nav {
  width: 50px;
  margin-left: 50px;
}
@media (max-width: 1024px) {
  .header__nav {
    width: 25px;
    margin-left: 20px;
  }
}
.header__navArea {
  max-width: 980px;
  margin: 0 auto;
}
.header__navList {
  margin-top: 170px;
}
@media (max-width: 768px) {
  .header__navList {
    margin-top: 85px;
  }
}
.header__navItem {
  padding: 20px 0;
  box-sizing: border-box;
  color: #fff;
}
@media (max-width: 768px) {
  .header__navItem {
    padding: 10px 0;
  }
}
.header__navItem--borderTop::before {
  content: "";
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  display: block;
  background: #fff;
}
@media (max-width: 768px) {
  .header__navItem--borderTop::before {
    margin-bottom: 20px;
  }
}
.header__navItem--borderBottom::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 40px;
  display: block;
  background: #fff;
}
@media (max-width: 768px) {
  .header__navItem--borderBottom::after {
    margin-top: 20px;
  }
}
.header__navLink {
  font-size: 24px;
  line-height: 1.67;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: 0.4s;
}
.header__navLink:link, .header__navLink:visited, .header__navLink:hover, .header__navLink:active {
  text-decoration: none;
  color: inherit;
}
.header__navLink:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.header__navLink:hover img {
  opacity: 1;
}
@media (max-width: 768px) {
  .header__navLink {
    font-size: 15px;
  }
}

nav {
  display: none;
}

.mv {
  height: 800px;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
  .mv {
    height: 78.13vw;
  }
}
@media (max-width: 768px) {
  .mv {
    height: 140vw;
  }
}
.mv__image {
  margin: auto;
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .mv__image {
    width: auto;
  }
}
@media (max-width: 768px) {
  .mv__image {
    max-width: 100%;
  }
}
.mv__catch {
  width: 720px;
  height: 161px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .mv__catch {
    width: 70.31vw;
    height: 15.72vw;
  }
}
@media (max-width: 768px) {
  .mv__catch {
    width: 84vw;
    height: 19.2vw;
  }
}
.mv__catchImage {
  max-width: 100%;
  width: auto;
  height: auto;
}

.about {
  padding: 105px 0 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .about {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .about__ttl {
    padding: 0 14.67vw;
    box-sizing: border-box;
  }
}
.about__text {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .about__text {
    margin-top: 35px;
    padding: 0 14.67vw;
    box-sizing: border-box;
  }
}
.about__image {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.origin {
  padding: 105px 0 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .origin {
    padding-top: 65px;
  }
}
@media (max-width: 768px) {
  .origin__ttl {
    padding: 0 14.67vw;
    box-sizing: border-box;
  }
}
.origin__text {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .origin__text {
    margin-top: 35px;
    padding: 0 14.67vw;
    box-sizing: border-box;
  }
}
.origin__image {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.notice {
  margin-top: 100px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .notice {
    margin-top: 65px;
  }
}
.notice::before {
  width: 90px;
  height: 83px;
  margin: 0 auto;
  display: block;
  content: "";
  background: url("../images/sec_notice_icon.jpg") 50% 50%/cover no-repeat;
}
@media (max-width: 768px) {
  .notice::before {
    width: 14.93vw;
    height: 13.73vw;
  }
}
.notice__ttl {
  margin-top: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .notice__ttl {
    margin-top: 50px;
  }
}
.notice__ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
}
.notice__ttl::after {
  content: "";
  display: block;
  width: 72px;
  height: 29px;
  margin: auto;
  background: url("../images/sec_notice_ttldeco.jpg") 50% 50%/cover no-repeat;
  position: absolute;
  top: calc(50% + 5px);
  right: 0;
}
@media (max-width: 768px) {
  .notice__ttl::after {
    width: 9.6vw;
    height: 3.87vw;
  }
}
.notice__ttlText {
  position: relative;
  padding-right: 30px;
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
}
@media (max-width: 768px) {
  .notice__ttlText {
    max-width: 22.67vw;
    padding-right: 5.33vw;
  }
}
.notice__text {
  padding: 40px 20px;
  font-size: 16px;
  line-height: 1.6;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .notice__text {
    padding: 30px 15px 20px;
    font-size: 12px;
  }
}
.notice__textWrap {
  transition: 0.4s;
  overflow: hidden;
}

.property {
  margin-top: 160px;
  padding: 0 0 100px;
  background: #f4f3e9;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .property {
    margin-top: 100px;
    padding: 0 0 65px;
  }
}
.property__ttl {
  display: flex;
  position: relative;
}
.property__ttl::after {
  width: 81px;
  height: 84px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../images/sec_property_icon.png") 50% 50%/cover no-repeat;
}
@media (max-width: 768px) {
  .property__ttl::after {
    width: 12vw;
    height: 12.53vw;
    top: 5.33vw;
    bottom: auto;
  }
}
.property__ttlText {
  margin-top: -60px;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .property__ttlText {
    width: calc(50% - 10px);
    margin-top: -9.33vw;
    margin-left: 20px;
    position: relative;
  }
}
.property__ttlImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.property__thumb {
  margin-top: -60px;
}
@media (max-width: 768px) {
  .property__thumb {
    margin-top: -9.33vw;
    width: calc(50% - 10px);
  }
}
.property__thumbImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.property__h2Image {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .property__h2Image {
    max-width: 26.8vw;
  }
}
.property__desc {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .property__desc {
    margin: 0;
    position: absolute;
    bottom: 0;
  }
}
.property__descImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.property__wrap {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .property__wrap {
    margin-top: 35px;
  }
}
.property__wrap table {
  margin: 0 -10px;
}
.property__wrap tr {
  display: flex;
  flex-wrap: wrap;
}
.property__wrap td {
  max-width: 240px;
  width: 25%;
}
@media (max-width: 768px) {
  .property__wrap td {
    max-width: 47.33vw;
    width: 50%;
    display: block;
  }
}
.property__wrap td img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.property__card {
  max-width: 240px;
  height: calc(100% - 20px);
  margin: 10px;
  padding: 10px;
  box-sizing: border-box;
  color: #222;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .property__card {
    max-width: 100%;
    padding: 5px 5px 10px;
  }
}
.property__cardThumb {
  width: 100%;
}
.property__cardThumb img {
  text-align: center;
}
.property__cardLabel {
  margin-top: 5px;
  padding: 5px 10px;
  font-size: 15px;
  color: #fff;
  line-height: 1.375;
  background: #81b29a;
  border-radius: 5px;
  display: inline-block;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .property__cardLabel {
    font-size: 11px;
  }
}
.property__cardTtl {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.375;
}
@media (max-width: 768px) {
  .property__cardTtl {
    width: 100%;
    padding: 0 15px;
    font-size: 12px;
    box-sizing: border-box;
  }
}
.property__cardDesc {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .property__cardDesc {
    width: 100%;
    padding: 0 15px;
    font-size: 10px;
    box-sizing: border-box;
  }
}
.property__cardTag {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .property__cardTag {
    width: 100%;
    padding: 0 15px;
    font-size: 10px;
    box-sizing: border-box;
  }
}
.property__cardLink {
  margin-top: auto;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.57;
  color: #737373;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .property__cardLink {
    width: 100%;
    font-size: 11px;
  }
}
.property__cardLink a {
  width: 100%;
  padding: 5px 20px;
  display: inline-block;
  color: #737373;
  text-decoration: none;
  border: 1px solid #737373;
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
  transition: 0.4s;
}
.property__cardLink a:link, .property__cardLink a:visited, .property__cardLink a:hover, .property__cardLink a:active {
  text-decoration: none;
  color: inherit;
}
.property__cardLink a:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.property__cardLink a:hover img {
  opacity: 1;
}
.property__cardLink a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #737373;
  border-right: 1px solid #737373;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}
.property__cardLink a:nth-of-type(n+2) {
  margin-top: 10px;
}

.seller {
  padding-top: 100px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .seller {
    padding-top: 65px;
  }
}
.seller::before {
  width: 61px;
  height: 66px;
  margin: auto;
  content: "";
  display: block;
  background: url("../images/sec_seller_icon.png") 50% 50%/cover no-repeat;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
}
.seller__box {
  overflow: hidden;
}
.seller__wrap::before {
  width: 460px;
  height: 300px;
  margin-top: 60px;
  margin-right: 50px;
  margin-bottom: 30px;
  content: "";
  display: block;
  float: left;
}
@media (max-width: 1024px) {
  .seller__wrap::before {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .seller__wrap::before {
    width: 48vw;
    height: 375px;
    margin: 0 15px 15px -2.67vw;
    background: url("../images/sec_seller_img01_sp.jpg") 50% 50%/cover no-repeat;
  }
}
.seller__ttl::before {
  width: 950px;
  height: 300px;
  margin-left: -950px;
  content: "";
  background: url("../images/sec_seller_img01_pc.jpg") 50% 50%/cover no-repeat;
  display: block;
  position: absolute;
  top: 160px;
  left: 50%;
}
@media (max-width: 768px) {
  .seller__ttl::before {
    display: none;
  }
}
.seller__ttlImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .seller__ttlImage {
    max-width: 30.27vw;
  }
}
.seller__desc {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .seller__desc {
    margin-top: 35px;
  }
}
.seller__desc p {
  font-size: 16px;
  line-height: 1.625;
  color: #222;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .seller__desc p {
    margin-top: 20px;
    font-size: 12px;
  }
}
.seller__figure {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .seller__figure {
    margin-top: 35px;
  }
}
.seller__image {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.seller__subttl {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .seller__subttl {
    margin-top: 35px;
  }
}
.seller__subttlImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.seller__desc2 {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .seller__desc2 {
    margin-top: 20px;
  }
}
.seller__desc2 p {
  font-size: 16px;
  line-height: 1.625;
  color: #222;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .seller__desc2 p {
    font-size: 12px;
  }
}
.seller__btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .seller__btn {
    margin-top: 35px;
  }
}
.seller__btnLink {
  display: inline-block;
  transition: 0.4s;
}
.seller__btnLink:link, .seller__btnLink:visited, .seller__btnLink:hover, .seller__btnLink:active {
  text-decoration: none;
  color: inherit;
}
.seller__btnLink:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.seller__btnLink:hover img {
  opacity: 1;
}
.seller__btnImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .seller__btnImage {
    max-width: 80vw;
  }
}

.buyer {
  margin-top: 100px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .buyer {
    margin-top: 65px;
  }
}
.buyer::before {
  width: 110px;
  height: 153px;
  margin: 0 0 0 -490px;
  content: "";
  display: block;
  background: url("../images/sec_buyer_icon.jpg") 50% 50%/cover no-repeat;
  position: absolute;
  left: 50%;
  bottom: -85px;
}
@media (max-width: 1024px) {
  .buyer::before {
    margin: 0;
    left: 2.67vw;
  }
}
@media (max-width: 768px) {
  .buyer::before {
    width: 16.67vw;
    height: 23.2vw;
  }
}
.buyer__box {
  overflow: hidden;
}
.buyer__wrap::before {
  width: 460px;
  height: 300px;
  margin-top: 60px;
  margin-left: 50px;
  margin-bottom: 30px;
  content: "";
  display: block;
  float: right;
}
@media (max-width: 1024px) {
  .buyer__wrap::before {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .buyer__wrap::before {
    width: 48vw;
    height: 375px;
    margin: 0 -2.67vw 10px 15px;
    background: url("../images/sec_buyer_img01_sp.jpg") 50% 50%/cover no-repeat;
  }
}
.buyer__ttl::before {
  width: 950px;
  height: 300px;
  margin-right: -950px;
  content: "";
  background: url("../images/sec_buyer_img01_pc.jpg") 50% 50%/cover no-repeat;
  display: block;
  position: absolute;
  top: 60px;
  right: 50%;
}
@media (max-width: 768px) {
  .buyer__ttl::before {
    display: none;
  }
}
.buyer__ttlImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .buyer__ttlImage {
    max-width: 30.27vw;
  }
}
.buyer__desc {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .buyer__desc {
    margin-top: 30px;
  }
}
.buyer__desc p {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 30px;
  color: #222;
}
@media (max-width: 768px) {
  .buyer__desc p {
    font-size: 12px;
    margin-top: 20px;
  }
}
.buyer__descLink {
  transition: 0.4s;
}
.buyer__descLink:link, .buyer__descLink:visited, .buyer__descLink:hover, .buyer__descLink:active {
  text-decoration: none;
  color: inherit;
}
.buyer__descLink:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.buyer__descLink:hover img {
  opacity: 1;
}
.buyer__btn {
  margin-top: 50px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .buyer__btn {
    margin-top: 35px;
  }
}
.buyer__btnLink {
  display: inline-block;
  transition: 0.4s;
}
.buyer__btnLink:link, .buyer__btnLink:visited, .buyer__btnLink:hover, .buyer__btnLink:active {
  text-decoration: none;
  color: inherit;
}
.buyer__btnLink:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.buyer__btnLink:hover img {
  opacity: 1;
}
.buyer__btnImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .buyer__btnImage {
    max-width: 80vw;
  }
}

.inspection {
  margin-top: 160px;
  padding-bottom: 100px;
  background: #f4f3e9;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .inspection {
    margin-top: 105px;
    padding-bottom: 65px;
  }
}
.inspection__ttl {
  text-align: center;
}
.inspection__ttlImage {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: -60px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .inspection__ttlImage {
    max-width: 37.2vw;
    margin-top: -10.67vw;
    vertical-align: top;
  }
}
.inspection__desc {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .inspection__desc {
    margin-top: 35px;
  }
}
.inspection__desc p {
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 768px) {
  .inspection__desc p {
    font-size: 12px;
  }
}
.inspection__figure {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .inspection__figure {
    margin: 35px -2.67vw 0;
  }
}
.inspection__image {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.inspection__btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .inspection__btn {
    margin-top: 35px;
  }
}
.inspection__btnLink {
  display: inline-block;
  transition: 0.4s;
}
.inspection__btnLink:link, .inspection__btnLink:visited, .inspection__btnLink:hover, .inspection__btnLink:active {
  text-decoration: none;
  color: inherit;
}
.inspection__btnLink:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.inspection__btnLink:hover img {
  opacity: 1;
}
.inspection__btnImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .inspection__btnImage {
    max-width: 80vw;
  }
}

.reform {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .reform {
    margin-top: 65px;
  }
}
.reform__ttl {
  text-align: center;
}
.reform__ttlImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .reform__ttlImage {
    max-width: 49.2vw;
  }
}
.reform__desc {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .reform__desc {
    margin-top: 35px;
  }
}
.reform__text {
  font-size: 16px;
  line-height: 1.625;
  color: #222;
}
@media (max-width: 768px) {
  .reform__text {
    font-size: 12px;
  }
}
.reform__textLink {
  transition: 0.4s;
}
.reform__textLink:link, .reform__textLink:visited, .reform__textLink:hover, .reform__textLink:active {
  text-decoration: none;
  color: inherit;
}
.reform__textLink:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.reform__textLink:hover img {
  opacity: 1;
}
.reform__figure {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .reform__figure {
    margin: 35px -2.67vw 0;
  }
}
.reform__image {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.reform__btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .reform__btn {
    margin-top: 35px;
  }
}
.reform__btnLink {
  display: inline-block;
  transition: 0.4s;
}
.reform__btnLink:link, .reform__btnLink:visited, .reform__btnLink:hover, .reform__btnLink:active {
  text-decoration: none;
  color: inherit;
}
.reform__btnLink:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.reform__btnLink:hover img {
  opacity: 1;
}
.reform__btnImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .reform__btnImage {
    max-width: 80vw;
  }
}

.aboutMuchouse {
  margin-top: 160px;
  padding-bottom: 100px;
  background: #f4f3e9;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .aboutMuchouse {
    margin-top: 105px;
    padding-bottom: 65px;
  }
}
.aboutMuchouse__ttl {
  text-align: center;
}
.aboutMuchouse__ttlImage {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: -60px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .aboutMuchouse__ttlImage {
    max-width: 82.27vw;
    margin-top: -10.67vw;
    vertical-align: top;
  }
}
.aboutMuchouse__desc {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .aboutMuchouse__desc {
    margin-top: 35px;
  }
}
.aboutMuchouse__desc p {
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 768px) {
  .aboutMuchouse__desc p {
    font-size: 12px;
  }
}
.aboutMuchouse__figure {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .aboutMuchouse__figure {
    margin: 35px -2.67vw 0;
  }
}
.aboutMuchouse__image {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.aboutMuchouse__btn {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .aboutMuchouse__btn {
    margin-top: 35px;
  }
}
.aboutMuchouse__btnLink {
  display: inline-block;
  transition: 0.4s;
}
.aboutMuchouse__btnLink:link, .aboutMuchouse__btnLink:visited, .aboutMuchouse__btnLink:hover, .aboutMuchouse__btnLink:active {
  text-decoration: none;
  color: inherit;
}
.aboutMuchouse__btnLink:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.aboutMuchouse__btnLink:hover img {
  opacity: 1;
}
.aboutMuchouse__btnImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .aboutMuchouse__btnImage {
    max-width: 80vw;
  }
}

.company {
  margin-top: 155px;
  position: relative;
}
@media (max-width: 768px) {
  .company {
    margin-top: 100px;
  }
}
.company::before {
  width: 100%;
  height: 300px;
  content: "";
  display: block;
  background: url("../images/sec_company_bg_pc.jpg") 50% 50%/cover no-repeat;
}
@media (max-width: 768px) {
  .company::before {
    height: 53.33vw;
    background: url("../images/sec_company_bg_sp.jpg") 50% 50%/cover no-repeat;
  }
}
.company__ttl {
  margin-left: 40px;
  position: absolute;
  top: -60px;
  left: 50%;
}
@media (max-width: 768px) {
  .company__ttl {
    width: 26.4vw;
    height: 13.73vw;
    top: -9.33vw;
    left: 53.33vw;
  }
}
.company__ttlImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.company__intro {
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .company__intro {
    flex-wrap: wrap;
  }
}
.company__intro::before {
  width: 82px;
  height: 95px;
  margin-left: 130px;
  content: "";
  display: block;
  background: url("../images/sec_company_icon.jpg") 50% 50%/cover no-repeat;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .company__intro::before {
    margin: auto;
  }
}
@media (max-width: 768px) {
  .company__intro::before {
    order: 2;
    width: 13.33vw;
    height: 15.6vw;
    margin: 35px auto 0;
    background-size: contain;
  }
}
.company__introFigure {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .company__introFigure {
    width: 58.59vw;
  }
}
@media (max-width: 768px) {
  .company__introFigure {
    width: 100%;
    order: 1;
    padding: 0 4vw;
    box-sizing: border-box;
  }
}
.company__introImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.company-message {
  margin-top: 75px;
}
.company-message__ttl {
  text-align: center;
}
@media (max-width: 768px) {
  .company-message__ttl {
    max-width: 25.33vw;
    margin: 0 auto;
  }
}
.company-message__ttlImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.company-message__wrap {
  margin-top: 20px;
  padding: 30px;
  background: #f4f3e9;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .company-message__wrap {
    margin-top: 15px;
    padding: 30px 4vw;
  }
}
.company-message__desc {
  transition: 1s;
  overflow: hidden;
}
.company-message__desc p {
  font-size: 16px;
  line-height: 1.75;
  color: #222;
}
@media (max-width: 768px) {
  .company-message__desc p {
    font-size: 12px;
  }
}
.company-message__desc p:nth-of-type(n+2) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .company-message__desc p:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

.company-summary {
  margin-top: 50px;
  padding-bottom: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
.company-summary__ttl {
  margin-top: 50px;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .company-summary__ttl {
    max-width: 49.33vw;
    margin-top: 35px;
    margin-left: 15px;
  }
}
.company-summary__ttlImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.company-summary__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .company-summary__list {
    margin-top: 15px;
  }
}
.company-summary__listLink {
  display: inline-block;
  transition: 0.4s;
}
.company-summary__listLink:link, .company-summary__listLink:visited, .company-summary__listLink:hover, .company-summary__listLink:active {
  text-decoration: none;
  color: inherit;
}
.company-summary__listLink:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.company-summary__listLink:hover img {
  opacity: 1;
}
.company-summary__list dt {
  padding: 15px 0 15px 50px;
  width: 210px;
  border-bottom: 1px solid #cfcfcf;
  font-size: 16px;
  line-height: 1.75;
  color: #222;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .company-summary__list dt {
    width: 120px;
    padding: 20px 0 0 15px;
    font-size: 12px;
  }
}
.company-summary__list dt:last-of-type {
  border-bottom: none;
}
.company-summary__list dd {
  padding: 15px 0;
  width: calc( 100% - 210px);
  border-bottom: 1px solid #cfcfcf;
  font-size: 16px;
  line-height: 1.75;
  color: #222;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .company-summary__list dd {
    width: calc( 100% - 120px);
    font-size: 12px;
  }
}
.company-summary__list dd:last-of-type {
  border-bottom: none;
}

.contact {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .contact {
    margin-top: 40px;
  }
}
.contact__ttl {
  text-align: center;
}
.contact__ttlImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .contact__ttlImage {
    max-width: 72vw;
  }
}
.contact__desc {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .contact__desc {
    margin-top: 20px;
  }
}
.contact__descImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .contact__descImage {
    max-width: 65.33vw;
  }
}
.contact__form {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .contact__form {
    margin-top: 20px;
  }
}
.contact__bnrLink {
  display: inline-block;
  transition: 0.4s;
}
.contact__bnrLink:link, .contact__bnrLink:visited, .contact__bnrLink:hover, .contact__bnrLink:active {
  text-decoration: none;
  color: inherit;
}
.contact__bnrLink:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.contact__bnrLink:hover img {
  opacity: 1;
}
.contact__bnrImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.information {
  margin-top: 160px;
  background: #f4f3e9;
}
@media (max-width: 768px) {
  .information {
    margin-top: 100px;
  }
}
.information__ttl {
  text-align: center;
}
@media (max-width: 768px) {
  .information__ttl {
    padding: 0 25.33vw;
    box-sizing: border-box;
  }
}
.information__ttlImage {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: -60px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .information__ttlImage {
    margin-top: -10.67vw;
  }
}
.information__desc {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .information__desc {
    margin-top: 35px;
    padding: 0 16vw;
    box-sizing: border-box;
  }
}
.information__descImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.information__list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -10px 0;
}
@media (max-width: 768px) {
  .information__list {
    margin-top: 35px;
  }
}
.information__item {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .information__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .information__item:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.information__item:nth-of-type(n+5) {
  margin-top: 20px;
}
.information__itemLink {
  display: inline-block;
  transition: 0.4s;
}
.information__itemLink:link, .information__itemLink:visited, .information__itemLink:hover, .information__itemLink:active {
  text-decoration: none;
  color: inherit;
}
.information__itemLink:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.information__itemLink:hover img {
  opacity: 1;
}
.information__itemImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.sharehouse {
  padding-top: 70px;
  background: #f4f3e9;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .sharehouse {
    padding-top: 35px;
  }
}
.sharehouse::before {
  width: 71px;
  height: 112px;
  margin: 0 auto;
  content: "";
  display: block;
  background: url("../images/sec_share_icon.png") 50% 50%/cover no-repeat;
}
@media (max-width: 768px) {
  .sharehouse::before {
    width: 13.33vw;
    height: 21.47vw;
  }
}
.sharehouse__ttl {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .sharehouse__ttl {
    margin-top: 35px;
    padding: 0 4vw;
    box-sizing: border-box;
  }
}
.sharehouse__ttlImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.sharehouse__bnr {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sharehouse__bnr {
    margin-top: 25px;
  }
}
.sharehouse__bnrLink {
  display: inline-block;
  transition: 0.4s;
}
.sharehouse__bnrLink:link, .sharehouse__bnrLink:visited, .sharehouse__bnrLink:hover, .sharehouse__bnrLink:active {
  text-decoration: none;
  color: inherit;
}
.sharehouse__bnrLink:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.sharehouse__bnrLink:hover img {
  opacity: 1;
}
.sharehouse__bnrImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.recommend {
  padding: 70px 0 70px;
  background: #f4f3e9;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .recommend {
    padding: 35px 0;
  }
}
.recommend__ttl {
  text-align: center;
}
@media (max-width: 768px) {
  .recommend__ttl {
    padding: 0 6.67vw;
    box-sizing: border-box;
  }
}
.recommend__ttlImage {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.recommend__list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -10px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .recommend__list {
    margin: 25px 0 0;
  }
}
.recommend__item {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .recommend__item {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .recommend__item:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.recommend__link {
  display: inline-block;
  transition: 0.4s;
}
.recommend__link:link, .recommend__link:visited, .recommend__link:hover, .recommend__link:active {
  text-decoration: none;
  color: inherit;
}
.recommend__link:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.recommend__link:hover img {
  opacity: 1;
}
.recommend__image {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.sns {
  padding: 50px 0 70px;
  background: #f4f3e9;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .sns {
    padding: 35px 0;
  }
}
.sns__list {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .sns__list {
    padding: 0 12vw;
    box-sizing: border-box;
  }
}
.sns__item {
  padding: 0 35px;
}
@media (max-width: 768px) {
  .sns__item {
    padding: 0 18px;
  }
}
.sns__link {
  display: inline-block;
  transition: 0.4s;
}
.sns__link:link, .sns__link:visited, .sns__link:hover, .sns__link:active {
  text-decoration: none;
  color: inherit;
}
.sns__link:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.sns__link:hover img {
  opacity: 1;
}
.sns__image {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.footer {
  padding: 60px 0 70px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 0 35px;
  }
}

.copyright {
  text-align: center;
}
.copyright__image {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.page-top {
  position: fixed;
  right: 70px;
  bottom: 150px;
  opacity: 0;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .page-top {
    right: 2.67vw;
    bottom: 2.67vw;
  }
}
.page-top.js-fadein {
  opacity: 1;
  transition: 0.4s;
}
.page-top__link {
  display: inline-block;
  transition: 0.4s;
}
.page-top__link:link, .page-top__link:visited, .page-top__link:hover, .page-top__link:active {
  text-decoration: none;
  color: inherit;
}
.page-top__link:hover {
  transition: 0.4s;
  opacity: 0.6;
}
.page-top__link:hover img {
  opacity: 1;
}
.page-top__image {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .page-top__image {
    max-width: 9.33vw;
  }
}

.toggle_btn {
  display: block;
  position: fixed;
  top: 52px;
  right: 60px;
  width: 50px;
  height: 48px;
  transition: all .5s;
  cursor: pointer;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .toggle_btn {
    top: 16px;
    right: 2.67vw;
    width: 25px;
    height: 24px;
  }
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #fff;
  transition: all .5s;
}
@media (max-width: 1024px) {
  .toggle_btn span {
    height: 3px;
  }
}

.toggle_btn.js-toggleScroll span {
  background-color: #222;
}

.toggle_btn span:nth-child(1) {
  top: 0;
}

.toggle_btn span:nth-child(2) {
  top: 21px;
}
@media (max-width: 1024px) {
  .toggle_btn span:nth-child(2) {
    top: 11px;
  }
}

.toggle_btn span:nth-child(3) {
  bottom: 0;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
@media (max-width: 1024px) {
  .open .toggle_btn span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
}

.open .toggle_btn span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: nav_icon_toggle .8s forwards;
  animation: nav_icon_toggle .8s forwards;
}

@-webkit-keyframes nav_icon_toggle {
  100% {
    height: 0;
  }
}
@keyframes nav_icon_toggle {
  100% {
    height: 0;
  }
}
.open .toggle_btn span:nth-of-type(3) {
  -webkit-transform: translateY(-21px) rotate(45deg);
  transform: translateY(-21px) rotate(45deg);
}
@media (max-width: 1024px) {
  .open .toggle_btn span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
}

nav {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}

.open nav {
  top: 0;
  opacity: 1;
}

.more {
  margin-top: 30px;
  text-align: center;
  position: relative;
}
.more::before {
  width: 100%;
  height: 30px;
  content: "";
  display: block;
  position: absolute;
  bottom: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0.5), white);
}
.more--gray::before {
  background: linear-gradient(rgba(244, 243, 233, 0.5), #f4f3e9);
}
.more__btn {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 20px;
  display: inline-block;
  color: #737373;
  text-decoration: none;
  border: 1px solid #737373;
  border-radius: 15px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .more__btn {
    font-size: 11px;
  }
}
.more__btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #737373;
  border-right: 1px solid #737373;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}

.trimByLines + #js-messageToggleBtn::before {
  display: none;
}

.thanks {
  margin-top: 140px;
  padding: 40px 0;
  height: 480px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .thanks {
    height: 360px;
    margin-top: 70px;
    padding: 20px 0;
  }
}
.thanks__text {
  font-size: 16px;
  line-height: 1.625;
  color: #222;
}
@media (max-width: 768px) {
  .thanks__text {
    font-size: 12px;
  }
}
