.contents-wrap .main-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 25px;
  height: 500px
}

@media screen and (max-width:1300px) {
  .contents-wrap .main-image {
    height: auto
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .main-image {
    padding: 18% 0
  }
}

@media screen and (min-width:1301px) {
  .contents-wrap .main-image>img {
    width: 100%
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .main-image>img {
    visibility: hidden
  }
}

.contents-wrap .main-image .title-area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.contents-wrap .main-image .title-area .title img {
  width: auto;
  height: 40px
}

@media screen and (max-width:767px) {
  .contents-wrap .main-image .title-area .title img {
    height: 23px
  }
}

.contents-wrap .main-image .title-area .title span {
  display: block;
  margin: 10px 0 20px;
  font-size: 1.6rem
}

@media screen and (max-width:767px) {
  .contents-wrap .main-image .title-area .title span {
    font-size: 1rem
  }
}

.contents-wrap .main-image .title-area .lead {
  font-family: "リュウミン L-KL", "Ryumin Light KL", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 3.4rem
}

@media screen and (max-width:767px) {
  .contents-wrap .main-image .title-area .lead {
    font-size: 1.8rem;
    line-height: 1.5
  }
}

.contents-wrap .main-image .title-area .lead .break {
  display: block
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section01 .main-image {
    background: url("../img/team/main-image01_sp.jpg") no-repeat center;
    background-size: 100% auto
  }
}

.contents-wrap .section.section02 .main-image {
  margin: 0 0 40px
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .main-image {
    margin: 0 0 20px;
    background: url("../img/team/main-image02_sp.jpg") no-repeat center;
    background-size: 100% auto
  }
}

@media screen and (min-width:1301px) {
  .contents-wrap .section.section02 .main-image>img {
    position: relative;
    top: 50%;
    width: 100%;
    max-width: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.contents-wrap .section.section02 .section-title {
  margin: 50px 0 50px 0;
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .section-title img {
    max-width: 260px
  }
}

.contents-wrap .section.section02 .text-area {
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .text-area {
    padding: 0 20px
  }
}

.contents-wrap .section.section02 .text-area .title {
  font-family: "リュウミン L-KL", "Ryumin Light KL", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 2.8rem;
  line-height: 1.7
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .text-area .title {
    font-size: 1.6rem;
    line-height: 1.6
  }
}

.contents-wrap .section.section02 .text-area p {
  margin: 0 0 20px;
  font-size: 1.5rem;
  line-height: 2
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .text-area p {
    font-size: 1.4rem;
    line-height: 1.7
  }
}

@media screen and (min-width:768px) {
  .contents-wrap .section.section02 .text-area p:last-child {
    margin: 40px 0 20px
  }
}

.contents-wrap .section.section02 .image {
  text-align: center;
  margin: 0 0 20px
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .image {
    margin: 0
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .btn-wrap {
    margin: 0 0 20px;
    padding: 20px 0;
    background: #fff
  }
}

.contents-wrap .section.section02 .btn-wrap p {
  margin: 0 0 10px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .btn-wrap p {
    color: #333333;
    font-size: 1.4rem
  }
}

.contents-wrap .section-lead {
  width: 640px;
  margin: 0 auto 50px;
  font-size: 1.8rem;
  line-height: 2
}

@media screen and (max-width:767px) {
  .contents-wrap .section-lead {
    width: auto;
    margin: 0 30px 35px;
    font-size: 1.4rem;
    line-height: 1.7
  }
}

.contents-wrap .section .content {
  width: 960px;
  margin: 0 auto 60px;
  padding: 0 0 60px;
  border-bottom: 1px solid #d2d2d2
}

@media screen and (max-width:767px) {
  .contents-wrap .section .content {
    width: auto;
    margin: 0 auto 35px;
    padding: 0
  }
}

.contents-wrap .section .content:last-child {
  border-bottom: none;
  padding: 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section .content:last-child {
    margin: 0 auto 40px;
    border-bottom: 1px solid #d2d2d2
  }
}

.contents-wrap .section .content-title {
  margin: 0 0 25px;
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-wrap .section .content-title {
    margin: 0 0 10px
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section .content-title img {
    max-width: none;
    width: auto;
    height: 22px
  }
  .contents-wrap .section .content-title img.role04,
  .contents-wrap .section .content-title img.role05 {
    height: 50px;
  }
}

.contents-wrap .section .content-title span {
  display: block;
  margin: 10px 0 20px;
  font-size: 1.6rem
}

@media screen and (max-width:767px) {
  .contents-wrap .section .content-title span {
    margin: 10px 0 0;
    font-size: 1rem
  }
}

.contents-wrap .section .content .copy {
  margin: 0 0 25px;
  font-family: "リュウミン L-KL", "Ryumin Light KL", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  font-size: 2.8rem;
  line-height: 1.7;
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-wrap .section .content .copy {
    margin: 0 10px 10px;
    font-size: 1.8rem;
    line-height: 1.5
  }
}

.contents-wrap .col-wrap {
  overflow: hidden;
  position: relative
}

@media screen and (max-width:767px) {
  .contents-wrap .col-wrap .pc {
    display: none
  }
}

.contents-wrap .col-wrap .sp {
  display: none
}

@media screen and (max-width:767px) {
  .contents-wrap .col-wrap .sp {
    display: block
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .col-wrap .sp p {
    margin: 0 30px 15px;
    font-size: 1.4rem;
    line-height: 1.7
  }
}

.contents-wrap .col-wrap.text-area {
  position: relative
}

.contents-wrap .col-wrap.text-area:before {
  position: absolute;
  top: 5%;
  left: 50%;
  content: "";
  width: 1px;
  height: 90%;
  background: #d2d2d2
}

@media screen and (max-width:767px) {
  .contents-wrap .col-wrap.text-area:before {
    display: none
  }
}

.contents-wrap .col-wrap .col {
  float: right;
  width: 460px
}

@media screen and (max-width:767px) {
  .contents-wrap .col-wrap .col {
    float: none;
    width: auto
  }
}

.contents-wrap .col-wrap .col:first-child {
  float: left
}

@media screen and (max-width:767px) {
  .contents-wrap .col-wrap .col:first-child {
    float: none
  }
}

.contents-wrap .col-wrap .col .image {
  margin: 0 0 15px
}

@media screen and (max-width:767px) {
  .contents-wrap .col-wrap .col .image {
    text-align: center
  }
}

.contents-wrap .col-wrap .col p {
  font-size: 1.5rem;
  line-height: 2
}

@media screen and (max-width:767px) {
  .contents-wrap .col-wrap .col p {
    margin: 0 30px 15px;
    font-size: 1.4rem;
    line-height: 1.7
  }
}

.contents-wrap .col-wrap .left-col {
  float: left;
  position: absolute;
  top: 50%;
  width: 310px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:767px) {
  .contents-wrap .col-wrap .left-col {
    position: static;
    top: auto;
    float: none;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.contents-wrap .col-wrap .left-col .content-title, .contents-wrap .col-wrap .left-col .copy {
  margin: 0 0 20px;
  text-align: left
}

@media screen and (max-width:767px) {
  .contents-wrap .col-wrap .left-col .content-title, .contents-wrap .col-wrap .left-col .copy {
    margin: 0 10px 10px;
    text-align: center
  }
}

.contents-wrap .col-wrap .left-col .copy {
  font-size: 2.5rem;
  line-height: 1.7
}

@media screen and (max-width:767px) {
  .contents-wrap .col-wrap .left-col .copy {
    margin: 0 10px 10px;
    font-size: 1.8rem;
    line-height: 1.5
  }
}

.contents-wrap .col-wrap .left-col p {
  font-size: 1.4rem;
  line-height: 2
}

.contents-wrap .col-wrap .right-col {
  float: right;
  width: 600px
}

@media screen and (max-width:767px) {
  .contents-wrap .col-wrap .right-col {
    float: none;
    width: auto
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .col-wrap .right-col .image {
    margin: 0 0 15px;
    text-align: center
  }
}

@media screen and (min-width:768px) {
 .contents-wrap .btn {
  margin: 0 auto 60px;
  text-align: center;
  display: flex;
  gap:20px;
  justify-content: center;
 }
}

@media screen and (max-width:767px) {
  .contents-wrap .btn {
    width: 250px;
    margin: 0 auto
  }
}

.contents-wrap .btn a {
  position: relative;
  display: block;
  color: #fff;
  width: 250px;
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", Meiryo, "Open Sans", sans-serif;
  background: #c8a063;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 3px;
  padding: 15px 0
}

@media screen and (max-width:767px) {
  .contents-wrap .btn a {
    font-size: 1.4rem;
    padding: 15px 0;
    margin: 10px auto;
    text-align: center;
    justify-content: center;
  }
}

@media screen and (min-width:768px) {
  .contents-wrap .btn a:hover {
    opacity: 0.7
  }
}

.contents-wrap .btn a:after, .contents-wrap .btn a:before {
  position: absolute;
  top: 50%;
  content: "";
  margin: -5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent
}

.contents-wrap .btn a:before {
  right: 20px;
  border-left: 6px solid #fff
}

.contents-wrap .btn a:after {
  right: 22px;
  border-left: 6px solid #c8a063
}

@media screen and (max-width:767px) {
  .contents-wrap .btn a {
    color: #fff;
    font-size: 1.2rem;
    background: #c8a063
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .btn a:before {
    border-left: 6px solid #fff
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .btn a:after {
    border-left: 6px solid #fff
  }
}

/* 受賞アイコン用 */
.wedding_icon {
  padding: 0;
}

.reason-lead .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;
}

.sub-title {
  color: #9E8146;
  font-size: 15px;
  text-align: center;
  margin-top: 50px;
}

/* 詳細ボタン */
.j-btn {
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.j-btn a {
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
  position: relative;
  display: block;
  font-size: 14px;
  border-bottom: 1px #9E8146;
  color:#9E8146;
  padding: 5px 0px 50px 0px;
}
.j-btn a span {
  border-bottom: 1px solid #9E8146;
  font-size: 14px;
}
.wedding_icon .wedding_icon_parts {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .j-btn {
    width: 75px;
    margin: 0 auto;
  }
  .j-btn a {
    font-size: 10px;
    margin: 0 auto;
  }
  .j-btn a span {
    font-size: 10px;
  }
}
@media screen and (max-width:767px) {
  .reason-lead .wedding_icon p {
    font-size: 1.6rem;
    text-align: center;
    bottom: initial;
    top: 10px !important;
  }
  .reason-lead .wedding_icon span {
    display: block !important;
  }
  .wedding_icon .wedding_icon_parts {
    font-size: 11px;
  }
}