/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}
.contact + p {
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
.column {
  margin: 0 calc(50% - 50vw) 30px;
  padding: 70px calc(50vw - 50%) 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background: url(../img/img_main.jpg) center top / cover no-repeat;
  z-index: -1;
}
.contents .tit-red {
  width: 100%;
  margin-bottom: 45px;
}
.column > p {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  color: #af8c46;
  width: 56%;
  line-height: 1.8;
}

.column ul {
  width: calc(310 / 980 * 100%);
}
.column ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #1877f2;
  text-decoration: none;
  position: relative;
  color: #fff;
  padding: 30px 10px 30px 20px;
}
.column li p {
  font-weight: bold;
  line-height: 1.23;
  font-size: 2.6rem;
  width: 47%;
  position: relative;
}
.column li p::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(/common/img2/ico_facebook.svg) 0 0 / contain no-repeat;
  margin-bottom: 15px;
}
.column li figure {
  width: 50%;
}
.contents h2 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.contents h2 span {
  font-family: "Roboto", sans-serif;
  font-size: 5.5rem;
  padding-right: 15px;
  vertical-align: middle;
  font-weight: bold;
}
.feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature li {
  width: 23%;
  background: #f0eeed;
  margin-bottom: 30px;
  font-feature-settings: "palt";
}
.feature .empty {
  background: none;
}
.feature img {
  max-width: none;
  width: 100%;
}
.feature h3 {
  font-family: "Roboto", sans-serif;
  color: #5a8250;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 5px 15px 0;
}
.feature a {
  text-decoration: none;
  color: #000;
}
.feature p {
  padding: 5px 15px 15px;
  line-height: 1.3;
  font-size: 1.2rem;
}
.feature p strong {
  font-weight: bold;
  color: #5a8250;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 10px;
}
/*All END*/

/* ----------------------------------------------------
メディアクエリ設定 (PC) 961px～
---------------------------------------------------- */
@media screen and (min-width: 961px) {
  .sp-only {
    display: none;
  }

  /*PC END*/
}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～960px
---------------------------------------------------- */
@media screen and (max-width: 960px) {
  .pc-only {
    display: none;
  }
  .contact {
    margin-bottom: 10px;
  }
  .contact + p {
    padding: 0 15px;
  }
  .column {
    padding: 40px 15px 0;
    display: block;
  }
  .contents .lead {
    margin-bottom: 40px;
  }
  .column::before {
    height: 357px;
  }
  .contents .tit-red {
    margin-bottom: 20px;
  }
  .column > p {
    text-align: center;
    font-size: 1.5rem;
    width: 100%;
  }
  .column ul {
    width: 100%;
    margin-top: 20px;
  }
  .column ul li {
    width: 100%;
  }
  .column ul li a {
    padding: 15px;
  }
  .column ul li a::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
  }
  .column li p {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 2rem;
  }
  .column li p::before {
    width: 39px;
    height: 39px;
    flex-shrink: 0;
    margin: 0 15px 0 0;
  }
  .contents h2 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .contents h2 span {
    display: block;
    font-size: 27px;
    font-size: 2.7rem;
    padding-left: 0;
  }
  .contents > section {
    margin: 0 15px;
  }
  .feature li {
    width: 48%;
  }
  .feature h3 {
    font-size: 2vw;
    padding: 1vw 3vw;
  }
  .feature p {
    font-size: 2.4vw;
    padding: 0 3vw 4vw;
  }
  .feature p strong {
    font-size: 3.6vw;
    margin-bottom: 1vw;
  }
  /*smartPhone END*/
}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  /*smartPhone END*/
}
