html {
  position: relative;
  z-index: 0;
}

.container {
  color: #4d463d;
}
.container .content {
  margin-top: 110px;
}

@media screen and (max-width: 640px) {
  .container .content {
    margin-top: 60px;
    padding-top: 0;
  }
}

.subpage .container {
  padding-top: 0;
}

.spOnly {
  display: none;
}

section {
  margin-bottom: 100px;
  text-align: left;
}

.mainVisual {
  height: 130vh;
  margin-bottom: 0;
  background-size: 100%;
  /*background-color: #f5f5f5;
    position: relative;
    z-index: 1;*/
}

.mainVisual ul {
  display: flex;
  width: 100%;
  padding: 0;
}

.mainVisual ul li {
  flex-grow: 1;
  height: 35rem;
  text-align: center;
  color: #fff;
  width: 25%;
  font-size: 3.3rem;
}

.mainVisual ul li.estateLink {
  padding-top: 17%;
}

.mainVisual ul li.hotelLink {
  padding-top: 21%;
}

.mainVisual ul li.golfLink {
  padding-top: 25%;
}

.mainVisual ul li.maLink {
  padding-top: 29%;
}

.mainVisual ul li a {
  display: inline-block;
  width: 55%;
  margin: 2rem auto 0;
  color: #fff;
  padding: 1.5rem 1rem;
  font-size: 1.56rem;
  letter-spacing: 3px;
  border: 1px solid #fff;
}

.mainVisual ul li a:hover {
  background-color: #1e5b9a;
  opacity: 0.8;
  border: none;
}

.mainVisual ul li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2rem;
  vertical-align: middle;
  border-style: solid;
  border-width: 4px 0 4px 14px;
  border-color: transparent transparent transparent #fff;
}

.mainVisual ul li .smTitle {
  font-size: 1.6rem;
}

.section01 .Area {
  padding: 100px 0;
  text-align: center;
  background: url(../images/company/pc/pc_background_top.png) no-repeat;
  background-size: cover;
}

.section01 .Area .AreaD {
  margin-top: 10%;

  text-align: left;
  line-height: 2;
}

h3,
h4 {
  font-weight: normal;
}

h3 {
  text-align: center;
  color: #1e5b9a;
  font-size: 3rem;
  margin-top: 0;
}

h3 span {
  display: block;
  font-size: 1.5rem;
}

h3 hr {
  width: 5rem;
  height: 2px;
  background-color: #1e5b9a;
  border: none;
  margin: 1rem auto;
}

h4 {
  margin-bottom: 7rem;
  line-height: 1.7;
}

h4 .smTitle {
  display: block;
  color: #1e5b9a;
  font-size: 2.2rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #1e5b9a;
}

h4 .goto a {
  display: block;
  color: #0071bc;
  padding-top: 1rem;
}

.hotel h3 {
  color: #0071bc;
}

.hotel h3 hr {
  background-color: #0071bc;
}

.hotel h4 .smTitle {
  color: #0071bc;
  border-bottom: 2px solid #0071bc;
}

.golf h3 {
  color: #009245;
}

.golf h3 hr {
  background-color: #009245;
}

.golf h4 .smTitle {
  color: #009245;
  border-bottom: 2px solid #009245;
}

.ma h3 {
  color: #fbb03b;
}

.ma h3 hr {
  background-color: #fbb03b;
}

.ma h4 .smTitle {
  color: #fbb03b;
  border-bottom: 2px solid #fbb03b;
}

.business_subtitle {
  color: #1f5b9a;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .business_subtitle {
    font-size: 17px;
  }
}
.business_text {
  color: #4d463d;
  margin: 0;
  padding-left: 1em;
}
/*mainVisual高さ調整*/

@media screen and (max-width: 2150px) {
  .mainVisual {
    height: 110vh;
  }
}

@media screen and (max-width: 1760px) {
  .mainVisual {
    height: 90vh;
  }
}

@media screen and (max-width: 1460px) {
  .mainVisual {
    height: 75rem;
  }
}

/*タブレット*/

@media screen and (max-width: 979px) {
  .breadCrumb {
    left: 9rem;
  }

  .mainVisual {
    height: 46rem;
  }

  .mainVisual ul {
    margin-top: 0;
  }

  .mainVisual ul li {
    font-size: 2.5rem;
  }

  .mainVisual ul li a {
    width: 70%;
    padding: 1rem;
  }

  .mainVisual ul li a::after {
    margin-left: 0;
  }

  section {
    margin-bottom: 50px;
    padding: 0 5%;
  }

  .Area img {
    width: 85%;
  }
}

/*タブレットここまで*/

@media screen and (max-width: 640px) {
  .section01 .Area {
    padding: 60px 0;
  }
}
@media screen and (max-width: 480px) {
  .section01 .Area {
    padding: 50px 0;
  }
}

/*スマホ*/

@media screen and (max-width: 480px) {
  html {
    position: relative;
    z-index: 0;
  }
  .pcOnlySub {
    display: none;
  }

  .spOnly {
    display: block;
  }

  /* .section01 .Area {
    padding-bottom: 30px;
  } */

  .mainVisual li.spOnly.estateHotel {
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .mainVisual {
    height: 65rem;
    background: none;
    /*background-color: #f5f5f5;*/
  }

  /*.subpage .container {
    padding-top: 20%;
    }
    */

  .mainVisual ul {
    flex-wrap: wrap;
  }

  .mainVisual > ul {
    position: relative;
  }

  .mainVisual ul li {
    height: 41rem;
    font-size: 2.3rem;
  }

  .mainVisual ul li a {
    width: 131px;
    letter-spacing: 2px;
    font-size: 1.2rem;
  }

  .mainVisual ul li a::after {
    margin-left: 11px;
  }

  .mainVisual li.golfMa {
    width: 100%;
    background-size: contain;
    position: absolute;
    top: 31rem;
    left: 0;
  }

  .mainVisual ul li.estateLink {
    padding-top: 35%;
  }

  .mainVisual ul li.hotelLink {
    padding-top: 40%;
  }

  .mainVisual ul li.golfLink {
    padding-top: 35%;
  }

  .mainVisual ul li.maLink {
    padding-top: 40%;
  }

  section h3 {
    font-size: 2.6rem;
  }

  section h3 span {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }

  h4 .smTitle {
    font-size: 1.6rem;
  }

  h4 .smTitle {
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
}

/*スマホここまで*/

/*iphone5サイズ*/

@media screen and (max-width: 320px) {
  .mainVisual li.golfMa {
    top: 27rem;
  }

  .estate h3 {
    margin-top: 0;
    padding-top: 0;
  }
}

/*iphone5サイズここまで*/
