@charset "UTF-8";
@media (max-width: 767px) {
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: orange;
    opacity: 0.8;
    border-radius: 50%;
    z-index: 1000;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 4px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
/* 共有部分
-------------------------------------*/
html {
  font-size: 100%;
}

body {
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.07em;
  color: #4d4d4d;
  background-image: url(../img/bg-pc.png);
  background-size: cover;
  background-attachment: fixed;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.content_wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 550px;
  box-shadow: 25px 25px 25px rgba(168, 168, 168, 0.5176470588);
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  .content_wrapper {
    overflow: hidden;
  }
}

.content_box {
  width: 95%;
  text-align: center;
  margin: 0 auto;
}

.content_txt {
  text-align: left;
  font-size: 18px;
}
@media (max-width: 767px) {
  .content_txt {
    font-size: 16px;
  }
}

.note {
  font-size: 14px;
  color: #838282;
  text-align: left;
  font-weight: normal;
}

/* ファーストビュー
-------------------------------------*/
.fv {
  background: #f5f5f5;
  padding-bottom: 30px;
}
.fv .fv_mainimg img {
  width: 100%;
}

/* ボタン
-------------------------------------*/
.ctaarea {
  width: 98%;
  margin: 0 auto;
}
.ctaarea .cta_txt-fv {
  font-size: 26px;
  margin-bottom: 0p;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
}
@media (max-width: 767px) {
  .ctaarea .cta_txt-fv {
    font-size: 20px;
    letter-spacing: 0.03em;
  }
}
.ctaarea .cta_txt-fv span {
  display: inline-block;
  padding: 0 3px;
  font-weight: bold;
  font-size: 30px;
}
@media (max-width: 767px) {
  .ctaarea .cta_txt-fv span {
    font-size: 22px;
  }
}
.ctaarea .cta_btn {
  border: 3px solid #fff;
  display: inline-block;
  width: 32%;
  box-shadow: 4px 4px 10px rgba(150, 149, 150, 0.6666666667);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .ctaarea .cta_btn {
    border: 2px solid #fff;
  }
}
.ctaarea .cta_btn:hover {
  transform: translateY(3px);
  box-shadow: none;
  filter: brightness(0.9);
  transition: 0.3s;
}
.ctaarea img {
  vertical-align: middle;
  width: 25px;
  margin-left: 10px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .ctaarea img {
    margin-left: 5px;
    width: 18px;
    margin-bottom: 2px;
  }
}
.ctaarea a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .ctaarea a {
    font-size: 16px;
  }
}

.ctaarea-fv .cta_btn {
  background: rgb(241, 117, 161);
  background: linear-gradient(90deg, rgb(241, 117, 161) 0%, rgb(255, 178, 148) 100%);
}

.ctaarea .cta_btn-woman {
  background: #f092a0;
  text-shadow: 2px 2px 4px rgba(147, 40, 92, 0.3333333333);
}
.ctaarea .cta_btn-man {
  background: #70c3ce;
  text-shadow: 2px 2px 4px rgba(24, 114, 128, 0.431372549);
}
.ctaarea .cta_btn-contact {
  background: rgb(241, 117, 161);
  background: linear-gradient(90deg, rgb(241, 117, 161) 0%, rgb(255, 178, 148) 100%);
  text-shadow: 2px 2px 2px rgba(156, 21, 95, 0.3764705882);
}

#fixCta {
  display: none;
}

.cta_wrap {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cta_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: initial;
    width: 95%;
    margin: 0 auto 5px;
  }
}

.ctaarea-fixed {
  position: fixed;
  bottom: 0;
  right: 4%;
  width: 300px;
  z-index: 1000;
}
@media (max-width: 767px) {
  .ctaarea-fixed {
    width: 100%;
    background: rgba(255, 255, 255, 0.8431372549);
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 7px;
  }
}
.ctaarea-fixed .cta_txt-fixed {
  font-weight: bold;
  margin-bottom: 7px;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 767px) {
  .ctaarea-fixed .cta_txt-fixed {
    margin-bottom: 5px;
  }
  .ctaarea-fixed .cta_txt-fixed span {
    background: #70c3ce;
    color: #fff;
    font-size: 16px;
    padding: 3px 5px;
  }
}
.ctaarea-fixed .cta_btn-fixed {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: 7px 7px 10px rgba(101, 101, 101, 0.2745098039);
}
@media (max-width: 767px) {
  .ctaarea-fixed .cta_btn-fixed {
    width: 32%;
  }
}
.ctaarea-fixed .cta_btn-fixed:hover {
  transition: 0.2s;
  transform: translateY(3px);
  box-shadow: none;
  filter: brightness(0.9);
}
.ctaarea-fixed .cta_btn-fixed a {
  padding: 8px 0;
  letter-spacing: 0.07em;
}

/* 出逢いを求めているけど…こんなお悩みありませんか？
-------------------------------------*/
.worries {
  padding: 80px 0;
  background: #efefef;
}
@media (max-width: 767px) {
  .worries {
    padding: 60px 0;
  }
}
.worries h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .worries h2 {
    margin-bottom: 20px;
  }
}
.worries h2 img {
  width: 85%;
}
.worries .content_txt {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  width: 90%;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .worries .content_txt {
    font-size: 20px;
    margin: 20px auto 0;
  }
}
.worries .content_txt span {
  font-size: 28px;
  color: #f092a0;
}
@media (max-width: 767px) {
  .worries .content_txt span {
    font-size: 24px;
  }
}

/* 自分のペースで理想の相手に出会える 運営実績15年のMSSが選ばれる５つの理由
-------------------------------------*/
.reason {
  padding: 80px 0 40px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .reason {
    padding: 60px 0 20px;
  }
}
.reason h2 {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .reason h2 {
    margin-bottom: 40px;
  }
}
.reason .content_box {
  width: 90%;
  margin: 0 auto;
}
.reason .content_txt {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.reason li {
  margin-bottom: 70px;
}
.reason li span {
  font-weight: 600;
  color: #f092a0;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

/* 自分のペースで理想の相手に出会える ３つのイベント
-------------------------------------*/
.event {
  padding: 80px 0 30px;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .event {
    padding: 60px 0 20px;
  }
}
.event h2 img {
  width: 85%;
}
.event .content_txt {
  text-align: center;
  margin: 30px auto 60px;
}
@media (max-width: 767px) {
  .event .content_txt {
    font-size: 18px;
  }
}
.event .content_txt span {
  font-weight: 600;
  color: #f092a0;
}
.event .content_list li {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .event .content_list li {
    margin-bottom: 80px;
  }
}

/* 他社比較
-------------------------------------*/
.comparison {
  background: #efefef;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .comparison {
    padding: 60px 0;
  }
}
.comparison h2 img {
  width: 30%;
}

.comparisonImg {
  padding-left: 18px;
  overflow-x: scroll;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 40px;
}
.comparisonImg img {
  width: 150% !important;
  overflow-x: scroll;
}
@media (max-width: 767px) {
  .comparisonImg img {
    width: 166% !important;
  }
}

/* 会員様の声
-------------------------------------*/
.voice {
  background: #fff;
  padding: 100px 0 60px;
}
@media (max-width: 767px) {
  .voice {
    padding: 60px 0 30px;
  }
}
.voice h2 img {
  width: 90%;
}
@media (max-width: 767px) {
  .voice h2 img {
    width: 90%;
  }
}

/* よくある質問
-------------------------------------*/
.faq {
  background: #f5f5f5;
  padding: 100px 0 160px;
}
.faq h2 img {
  width: 45%;
}
@media (max-width: 767px) {
  .faq {
    padding-top: 60px;
    padding-bottom: 120px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.wrap-faq {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .wrap-faq {
    margin-top: 25px;
    width: 95%;
  }
}

.acd-check {
  display: none;
}

.acd-label {
  background-color: #70c3ce;
  display: block;
  padding: 10px 50px 10px 20px;
  position: relative;
  color: #fff;
  margin: 5px auto;
  font-size: 18px;
  width: 100%;
  border-radius: 7px;
}
@media (max-width: 767px) {
  .acd-label {
    font-size: 1rem;
    padding: 8px 30px 8px 15px;
  }
}
.acd-label:after {
  font-size: 20px;
  box-sizing: content-box;
  content: "+";
  display: block;
  padding: 6px 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.acd-label span {
  font-size: 22px;
  font-weight: 600;
  margin-right: 10px;
}

/*アコーディオン開いたAnswer部分*/
.acd-content {
  background-color: #fff;
  border-top: none;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 20px 7px;
  transition: 0.3s;
  font-size: 15px;
  overflow-wrap: break-word;
  border-radius: 0 0 7px 7px;
}
@media (max-width: 767px) {
  .acd-content {
    font-size: 0.9em;
    line-height: 1.5;
    padding: 0 20px;
  }
}
.acd-content p {
  margin: 0 auto;
  text-align: left;
}
.acd-content li {
  margin-left: 1.1em;
  text-indent: -1.1em;
  margin-bottom: 5px;
}

.acd-check:checked + .acd-label:after {
  content: "−";
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 15px;
  padding-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .acd-check:checked + .acd-label + .acd-content {
    padding: 5px 15px 10px;
  }
}

/* 続きを読む */
.readmore {
  position: relative;
  box-sizing: border-box;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  text-align: left;
  height: 0;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 50px;
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

/* ボタン */
.readmore-label {
  display: table;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 0 10px;
  border-radius: 5px;
  color: #FFF;
  background: rgb(241, 117, 161);
  background: linear-gradient(90deg, rgb(241, 117, 161) 0%, rgb(255, 178, 148) 100%);
  text-align: center;
}
@media (max-width: 767px) {
  .readmore-label {
    bottom: -60px;
    padding: 5px 10px;
    width: 65%;
    position: initial;
    transform: initial;
    -webkit-transform: initial;
    margin-top: 30px;
  }
}
.readmore-label:hover {
  opacity: 0.6;
  transition: 0.2s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .readmore-label:hover {
    opacity: 1;
  }
}

.readmore-label:before {
  content: "よくある質問をもっと見る";
}

.readmore-check {
  display: none;
}

.readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.readmore-check:checked ~ .readmore-label:before {
  content: "閉じる";
}

.readmore-check:checked ~ .readmore-content {
  height: auto;
}

.readmore-check:checked ~ .readmore-content::before {
  display: none;
}

/* 真剣に、気軽に出会いを求めてほしい
-------------------------------------*/
.message {
  background-image: url(../img/bg-message.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .message {
    padding: 40px 0;
  }
}
.message .content_img {
  margin-right: -12px;
}
.message .content_img img {
  width: 95%;
}

/* フッター
-------------------------------------*/
.ctaarea-footer {
  background: #fff;
}
.ctaarea-footer .cta_btn-fixed {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 3px solid #fff;
  box-shadow: 7px 7px 10px rgba(101, 101, 101, 0.2745098039);
}
.ctaarea-footer .cta_btn-fixed:hover {
  transition: 0.2s;
  transform: translateY(3px);
  box-shadow: none;
  filter: brightness(0.9);
}
.ctaarea-footer .cta_btn-fixed a {
  letter-spacing: 0.07em;
}

footer {
  font-size: 14px;
  padding: 60px 30px 30px;
  background: #fff;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0 20px;
  }
}
footer .content_list {
  margin: 30px auto;
}
footer .content_list li {
  margin-bottom: 10px;
}
footer .content_list li a {
  color: #000;
}/*# sourceMappingURL=style.css.map */