@charset "UTF-8";
/* 基本設定 */
.section {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 50px;
  }
}
.main-image {
  position: relative;/*親要素にrelative*/
}
.main-image img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main-image img {
    height: auto;
  }
}
.reason-title {
  width: 820px;
  text-align: center;
  margin: 30px auto;
}
.reason-title h2 img {
  display: block;
  height: 80px;
  width: auto;
  margin: 0 auto;
}
.reason-title h2 span {
  display: inline-block;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 3.4rem;
  line-height: 44px;
  margin-bottom: 23px;
}
.reason-title h2 strong {
  display: table;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-weight: normal;
}
/* .reason-title h2 strong:after {
  position: absolute;
  z-index: -1;
  bottom: 4px;
  left: -5px;
  width: 100%;
  height: 9px;
  padding: 0 5px;
  content: "";
  background-color: #f0cee0;
} */
.reason-title p {
  font-size: 1.5rem;
  line-height: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .reason-title {
    width: 90%;
    margin: 10px auto 15px;
  }
  .reason-title h2 img {
    height: 50px;
  }
  .reason-title h2 span {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .reason-title p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
/* ボタン設定 */
.reason-section__button {
  width: 400px;
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason-section__button {
    width: 250px;
    margin: 10px auto 0;
  }
}
.reason-section__button a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #92c76c;
  padding: 15px 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .reason-section__button a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .reason-section__button a:hover {
    opacity: .7;
  }
}
.reason-section__button a:before, .reason-section__button a:after {
  position: absolute;
  top: 50%;
  content: "";
  margin: -5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.reason-section__button a:before {
  right: 20px;
  border-left: 6px solid #fff;
}
.reason-section__button a:after {
  right: 22px;
  border-left: 6px solid #92c76c;
}

/* リンク設定 */
.link {
  text-align: center;
  font-size: 1.5rem;
  text-decoration: underline;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .link {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
/* ここまで基本設定 */

/* section01 */
/* メインヴィジュアル */
.section01 {
  margin-bottom: 30px !important;
}
.main-visual {
  margin-bottom: 30px;
  border-top: 1px solid #eee;
}
.main-visual .main-title {
  margin: 60px 0 0;
  text-align: center;
}
.main-visual .main-title span {
  display: block;
  padding: 10px 0 0;
  font-size: 1.6rem;
}
.main-visual img {
  width: auto;
  height: 30px;
}
.main-visual .main-title:after {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 700px;
  margin-top: 25px;
  content: "";
  background: url(../img/concept/main-image01.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main-visual {
    margin-bottom: 15px;
    border-top: 0;
  }
  .main-visual .main-title {
    margin: 0 10px 15px 10px;
    text-align: left;
  }
  .main-visual .main-title.other {
    margin: 0 10px 25px 10px;
  }
  .main-visual .main-title img {
    vertical-align: middle;
  }
  .main-visual .main-title span {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0 0 0 10px;
    font-size: 1rem;
    vertical-align: middle;
    line-height: 1.6;
    border-left: 1px solid #000;
  }
  .main-visual .main-title:after {
    display: none;
  }
  .main-visual img {
    height: 15px;
  }
  .main-visual:after {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 350px;
    margin-top: 15px;
    content: "";
  }
  .main-visual .main-title:after {
    display: none;
  }
  .main-visual:after {
    background: url(../img/concept/main-image01.jpg) no-repeat center top;
    background-size: cover;
  }
}

/* リード文 */
.reason-lead {
  width: 820px;
  text-align: center;
  margin: 30px auto;
}
.reason-lead p {
  font-size: 1.5rem;
  line-height: 30px;
  margin: 0 auto;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
}
@media screen and (max-width: 767px) {
  .reason-lead {
    width: 90%;
    text-align: center;
  }
  .reason-lead p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

/* 受賞アイコン用 */
.wedding_icon {
  padding: 0;
}
.section01 .wedding_icon p {
  font-size: 2.0rem;
  line-height: 1.6;
  width: initial !important;
  text-align: left;
  bottom: 30px;
  top: initial !important;
  margin: 0 !important;
}
@media screen and (max-width:767px) {
  .section01 .wedding_icon p {
    font-size: 1.6rem;
    text-align: center;
    bottom: initial;
    top: 10px !important;
  }
  .section01 .wedding_icon span {
    display: block !important;
  }
}
/* ここまでsection01 */

/* section02 */
/* コンテンツ画像 */
.section02 .main-image {
  margin-top: 50px;
}
.reason_image ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 35px;
}
.reason_image li {
  width: 400px;
  list-style: none;
  margin: 0 10px;
  margin-bottom: 0;
}
.reason_image li a {
  display: block;
}
.reason_image h3 {
  margin: 0 0 15px;
  font-size: 0;
  line-height: 1;
}
.reason_image h3 img {
  display: inline-block;
  width: auto;
  height: 17px;
}
.reason_image h3 span {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0 0 0 10px;
  font-size: 1.8rem;
  border-left: 1px solid #000;
  vertical-align: middle;
}
.reason_image li a > img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .one {
    margin-top: 0px !important;
  }
  .section02 .section-title h3 {
    font-size: 1.5rem;
  }
  .reason_image ul {
    margin-top: 0px;
  }
  .reason_image li {
    margin-bottom: 20px;
  }
  .reason_image h3 span {
    font-size: 1.0rem;
  }
}
/* ここまでsection02 */

/* section03 */
/* レポート動画 */
.section03 .col-wrap {
  overflow: hidden;
  width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .section03 .col-wrap {
    width: 95%;
  }
}

.section03 .col-wrap .youtube {
  width: 1300px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .section03 .col-wrap .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0;
  }
  .section03 .col-wrap .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.section03 .link a:before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(../img/concept/icon_instagram.png);
  margin-right: 20px;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  .section03 .link a:before{
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
    margin-right: 8px;
  }
}
.section03 .reason-title {
  margin: 30px auto;
}
/* ここまでsection03 */

/* section04 */
.section04 .reason-title {
  margin: 30px auto;
}
.section04 .reason-title h2 img {
  margin-bottom: 23px;
}
/* ここまでsection04 */

/* section05 */
.section05 .reason-title {
  margin: 30px auto 10px;
}
/* ここまでsection05 */

/* section06 */
.section06 {
  width: 960px;
  margin: 0 auto 80px;
}

@media screen and (max-width:767px) {
  .section06 {
    width: 90%;
  }
}
/* ここまでsection06 */

/* PLANバナー */
.plan-banner {
  text-align: center;
  margin: 50px auto 0;
}
.plan-banner:hover {
  opacity: 0.7
}
@media screen and (max-width:767px) {
  .plan-banner {
    margin: 15px auto 0;
  }
}
/* ここまでPLANバナー */

/* PCとSPの表示切り替え定義 */
@media screen and (min-width:768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}