html {
  font-size: 100%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 90%;
  }
}

@media screen and (max-width: 560px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.4rem;
  font-family: NotoSansJP-Light;
  color: #4f4f4f;
  letter-spacing: 1px;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
}

h2 {
  color: #b3955b;
  text-align: center;
  font-size: 2rem;
  font-family: NotoSansJP-Medium;
}

h2 .sub-head {
  text-align: left;
  margin-bottom: 40px;
  display: block;
  font-size: 1.4rem;
  font-family: NotoSansJP-Light;
}

h2 .main-head {
  text-align: left;
  display: block;
  padding-bottom: 5px;
}

h3 {
  font-size: 1.6rem;
  font-family: NotoSansJP-Light;
}

span.orange {
  color: #d98057;
  font-family: NotoSansJP-Medium;
}

span.brown {
  color: #b3955b;
  font-family: NotoSansJP-Medium;
}

span.brown2 {
  color: #b3955b;
  font-family: NotoSansJP-Light;
}

span.annotation {
  color: #5e5e5e;
  font-size: 0.6rem;
}

a:hover {
  opacity: 0.9;
}

img {
  width: 100%;
}

.inner {
  margin: 0 30px;
}

.cv-content {
  padding: 25px 20px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fbfbfb;
}

.cv-btn-ideal,
.cv-btn-visit {
  width: 48%;
}

.cv-btn-visit .cv-btn {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 17px;
}

.cv-btn-ideal {
  width: 48%;
  border: 2px solid #d97141;
  border-radius: 44px;
  padding: 2px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.cv-btn {
  display: block;
  font-family: NotoSansJP-Medium;
  text-align: center;
  border-radius: 44px;
  padding: 15px;
  position: relative;
}

.cv-btn::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 2px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 560px) {
  .cv-btn::after {
    width: 8px;
    height: 8px;
  }
}

.cv-btn-visit .cv-btn {
  color: #fbfbfb;
  background: #d97141;
}

.cv-btn-ideal .cv-btn {
  color: #d97141;
  background: #fbfbfb;
}

.cv-btn-ideal .cv-btn::after {
  border-top: #d97141 2px solid;
  border-right: #d97141 2px solid;
}

.maincont {
  width: 100%;
}

#follow-btn {
  position: fixed;
  display: none;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  bottom: 0;
  opacity: 1;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.9);
}

#follow-btn .cv-content {
  position: relative;
  padding: 10px 20px;
  background-color: initial;
  z-index: 999;
}

#follow-btn .cv-btn-ideal {
  padding: 0;
}

@media screen and (max-width: 560px) {
  #follow-btn .cv-btn:after {
    right: 10px;
  }
}

#follow-nav {
  margin-bottom: 0;
  display: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
}

#follow-btn-bg.hide {
  opacity: 0;
}

#follow-btn.hide {
  opacity: 0;
}

#follow-nav.hide {
  opacity: 0;
}

#fv {
  width: 100%;
  padding-bottom: 2.4rem;
  text-align: center;
  background-color: #fbf4e4;
}

.fv-img {
  width: 100%;
}

.fv-img img {
  width: 100%;
}

.fv-caption {
  position: relative;
  width: 100%;
  margin-top: 3.2rem;
  color: #b3955b;
  font-family: "NotoSansJP-Medium";
  font-size: 2.4rem;
  line-height: 150%;
  font-weight: bold;
}

.fv-caption img {
  position: absolute;
  top: -25%;
  right: 15%;
  width: 10.5%;
}

#type {
  width: 100%;
  text-align: center;
  background-color: #fbf4e4;
}

.type-caption {
  position: relative;
  width: 65%;
  max-width: 21.5rem;
  margin: 0 auto 3.2rem;
  font-size: 2rem;
  font-weight: bold;
  font-family: "NotoSansJP-Medium";
  line-height: 150%;
  letter-spacing: 0.02em;
}

.type-caption::after {
  content: "";
  position: absolute;
  top: 0;
  right: -27%;
  width: 28%;
  height: 100%;
  background-image: url("../images/type-tap.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.type-tap-area {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem 4rem;
}

.type-tap-menu-swiper {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.type-tap-menu-swiper .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.type-description-area {
  position: relative;
  max-width: 768px;
  padding: 0 20px 0;
  margin: 0 auto;
}

.type-description-area:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid #fbf4e4;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
}

.type-tap-description {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.type-tap-description-swiper .swiper-wrapper {
  width: 100%;
  max-width: 768px;
  padding-bottom: 4rem;
}

.type-tap-description-swiper .swiper-slide img {
  width: 100%;
}

.type-tap-item:nth-child(-n + 2) {
  margin-bottom: 1rem;
}

.type-tap-item:nth-child(even) {
  text-align: right;
}

.type-tap-item:nth-child(odd) {
  text-align: left;
}

.type-tap-item img {
  width: 94.5%;
  aspect-ratio: 158/170;
}

.type-cv-area {
  width: 100%;
  padding: 3.9rem 2rem 4rem;
  background-color: #ffffff;
}

.type-cv-caption {
  width: 100%;
  margin: 0 auto;
  font-family: "NotoSansJP-Medium";
  font-weight: bold;
  color: #b3955b;
}

.type-cv-caption-text-small {
  display: block;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-decoration-color: #e4d9c4;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.type-cv-caption-text {
  display: block;
  font-size: 2rem;
  line-height: 150%;
  margin-top: 1.2rem;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-decoration-color: #e4d9c4;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.type-cv-content {
  display: block;
  padding: 0;
  background-color: #fff;
}

.type-cv-btn-visit,
.type-cv-btn-ideal {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 2.4rem auto 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.type-cv-btn-visit:before,
.type-cv-btn-ideal:before {
  content: "";
  position: absolute;
  width: 21%;
  max-width: 78px;
  height: 100%;
  top: 8px;
  left: -3px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .type-cv-btn-visit:before,
  .type-cv-btn-ideal:before {
    width: 120px;
    height: 50px;
  }
}

.type-cv-btn-visit:before {
  background-image: url("../images/type-visit-btn-part.png");
}
.type-cv-btn-ideal:before {
  background-image: url("../images/type-ideal-btn-part.png");
}

.type-cv-btn-visit {
  background-color: #d97141;
}

.type-cv-btn-visit .cv-btn {
  padding: 3.8rem 0;
  color: #ffffff;
}

.type-cv-btn-ideal {
  border: 2px solid #d97141;
}

.type-cv-btn-ideal .cv-btn {
  padding: 2.5rem 0;
  color: #d97141;
}

.type-cv-btn-ideal .cv-btn::after {
  border-top: #d97141 2px solid;
  border-right: #d97141 2px solid;
}

.type-message {
  padding: 3.2rem 0;
}

.type-message img {
  width: 89.5%;
}

.smooth .swiper-container {
  padding: 10px 0 30px;
}

.smooth .swiper-container span {
  font-family: NotoSansJP-Medium;
}

.smooth .swiper-container .patch {
  position: absolute;
  top: -9px;
  left: -9px;
  width: 10%;
}

@media screen and (max-width: 560px) {
  .smooth .swiper-container .patch {
    width: 14.1%;
  }
}

.smooth .wave {
  padding-bottom: 50px;
  position: relative;
}

.smooth .inner {
  padding: 0 30px 0;
  margin: 0;
}

.smooth-brown-txt {
  padding: 25px 0 30px;
  text-align: center;
  color: #b3955b;
}

.smooth-brown-txt span {
  font-family: NotoSansJP-Medium;
}

.btn {
  background: #fbfbfb;
  color: #b3955b;
  font-family: NotoSansJP-Medium;
  font-weight: 700;
  display: block;
  position: relative;
  font-size: 2rem;
  padding: 16px 40px;
  border-radius: 30px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.media {
  text-align: center;
  background-color: #fbfbfb;
  padding: 30px 20px 40px;
}

.media img {
  width: 80%;
}

@media screen and (max-width: 560px) {
  .media img {
    width: 100%;
  }
}

.about-sunmarie {
  background-color: #fbfbfb;
  text-align: center;
}

.about-sunmarie .cv-content {
  display: block;
  padding: 30px 30px 50px;
}

.about-sunmarie .cv-btn-ideal,
.about-sunmarie .cv-btn-visit {
  width: 100%;
  max-width: 500px;
  margin: auto;
  font-size: 1.8rem;
}

@media screen and (max-width: 560px) {
  .about-sunmarie .cv-btn-ideal,
  .about-sunmarie .cv-btn-visit {
    max-width: initial;
  }
}

.about-sunmarie .cv-btn-visit {
  margin-bottom: 20px;
}

.about-sunmarie .cv-btn::after {
  right: 26px;
}

.about-sunmarie img {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .about-sunmarie img {
    width: 80%;
  }
}

@media screen and (max-width: 560px) {
  .about-sunmarie img {
    width: 100%;
  }
}

h2.about-sunmarie-head {
  border-left: 10px solid #b3955b;
  padding: 0 10px 0 15px;
  margin-bottom: 60px;
  text-align: left;
}

.about-sunmarie-head03 {
  margin: 40px 0 20px;
}

.about-sunmarie-head03.m5 {
  margin: 5px 0;
}

.about-sunmarie-head03 .small-txt {
  font-size: 1.4rem;
}

.about-sunmarie-note {
  font-size: 1rem;
  color: #828282;
  margin-bottom: 20px;
  text-align: left;
}

.card-content {
  background-color: #ccab68;
  padding: 30px 30px 50px;
  margin-top: 30px;
}

.choice-reason {
  color: #fff;
  line-height: 1.1;
  font-size: 2.4rem;
  font-family: NotoSansJP-Medium;
  margin-bottom: 203px;
}

@media screen and (max-width: 768px) {
  .choice-reason {
    margin-bottom: 153px;
  }
}

@media screen and (max-width: 560px) {
  .choice-reason {
    margin-bottom: 103px;
  }
}

.card-box {
  position: relative;
  margin: 0 auto 150px;
  width: 70%;
  font-family: NotoSansJP-Medium;
}

.card-box.mb0 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .card-box {
    margin: 0 auto 120px;
    width: 80%;
  }
}

@media screen and (max-width: 560px) {
  .card-box {
    margin-bottom: 93px;
    width: 100%;
  }
}

.card-box .note {
  font-size: 1rem;
  font-family: NotoSansJP-Light;
  color: #b3955b;
}

.card-box img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .card-box img {
    width: 80%;
  }
}

@media screen and (max-width: 560px) {
  .card-box img {
    width: 100%;
  }
}

.circle {
  position: absolute;
  top: -33px;
  left: 50%;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
}

.circle img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .circle {
    width: 58%;
  }
}

@media screen and (max-width: 560px) {
  .circle {
    width: 54%;
  }
}

.card-num {
  width: 100%;
  max-width: 40px;
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  margin: 15px auto 20px;
}

@media screen and (max-width: 768px) {
  .card-num {
    top: -82px;
  }
}

@media screen and (max-width: 560px) {
  .card-num {
    top: -61px;
    max-width: 26px;
  }
}

.card-head {
  position: absolute;
  top: -3px;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 1.6rem;
}

.card-box-content {
  background-color: #fbfbfb;
  padding: 50px 30px 30px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.card-box-content.card3 {
  padding: 50px 20px 30px;
}

.card-box-content.card7 {
  padding: 50px 35px 30px;
}

.card-box-content .txt {
  padding: 0 0 20px;
}

.card-box-content .note {
  font-size: 1rem;
  margin-bottom: 15px;
  text-align: left;
  color: #4f4f4f;
}

.card-box-content .note.mb0 {
  margin-bottom: 0;
}

.card-box-content .note.brown2 {
  color: #b3955b;
}

.card-box-content .day {
  font-size: 3.2rem;
  font-weight: 700;
}

.card-box-content .num {
  font-size: 2.4rem;
}

.card-box-content .card02-txt {
  margin-bottom: 20px;
}

.card-box-content .card03-txt {
  margin: 20px 0;
}

.card-box-content .card03-txt.small-txt {
  font-size: 1.2rem;
}

.card-box-content .card03-txt.mt0 {
  margin-top: 0;
}

.card-box-content .card04-txt .txt {
  font-size: 1.6rem;
}

.card-box-content .card04-small-txt {
  font-size: 1.2rem;
  margin: 10px 0 20px;
}

.card-box-content .card4-course p:not(:last-child) {
  margin-bottom: 10px;
}

.card-box-content .card05-txt {
  margin-bottom: 15px;
}

.card-box-content .card06-txt {
  margin: 10px 0 20px;
}

.card-box-content .card-img {
  width: 80%;
  margin: auto;
}

.card-box-content .card-img.pt20 {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .card-box-content .card-img {
    width: 100%;
  }
}

.card-box-content .card-img3 {
  width: 80%;
}

.card-box-content .card-img5 {
  width: 10%;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .card-box-content .card-img5 {
    width: 15%;
  }
}

@media screen and (max-width: 560px) {
  .card-box-content .card-img5 {
    width: 27%;
  }
}

.card-box-content .card-img7 {
  margin: 20px auto 0;
}

.card-box-content .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
}

.card-box-content .flex span {
  display: block;
  width: 47.5%;
}

.hashtag {
  font-size: 1rem;
  color: #b3955b;
  font-family: NotoSansJP-Medium;
  margin: 10px 0 25px;
}

.etc {
  font-size: 2rem;
  line-height: 1;
  color: #b3955b;
  font-family: NotoSansJP-Medium;
}

.membership {
  margin-bottom: 20px;
}

.membership .orange {
  font-size: 3.2rem;
}

.membership .brown {
  font-size: 2rem;
}

ol.note-list {
  font-size: 1rem;
  font-family: NotoSansJP-Light;
  text-align: left;
  margin-top: 10px;
}

.happy-marriage {
  padding: 35px 0;
  background: url(../images/happymarriage-bg.png);
  background-size: cover;
  background-position: 33% 50%;
}

.happy-marriage h2 {
  color: #b3955b;
}

.happy-marriage .swiper-container {
  height: 700px;
  padding: 50px 0 6px;
}

@media screen and (max-width: 768px) {
  .happy-marriage .swiper-container {
    height: 650px;
  }
}

@media screen and (max-width: 560px) {
  .happy-marriage .swiper-container {
    height: 440px;
  }
}

.happy-marriage .carousel-slider-item {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding-bottom: 30px;
}

.happy-marriage .slider-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.happy-marriage .slider-content-wrapper .slider-content-img {
  width: 47%;
}

.happy-marriage .slider-content-wrapper .slider-content-img img {
  border-radius: 5px 0 0 0;
}

.happy-marriage .slider-content-wrapper .slider-content-title {
  width: 49%;
}

.happy-marriage .slider-content-title {
  font-family: NotoSansJP-Medium;
  color: #ccab68;
  padding: 20px 10px 0 0;
}

.happy-marriage .slider-content-title__intro {
  background-color: #fbf9f4;
  padding: 5px;
  border-radius: 7px;
}

.happy-marriage .user-profile {
  font-family: NotoSansJP-Medium;
  margin-top: 10px;
}

.happy-marriage .user-profile .women {
  color: #d98057;
}

.happy-marriage .user-profile .men {
  color: #6889cc;
}

.happy-marriage .slider-content-txt {
  padding: 0 20px 0;
  font-size: 1.2rem;
}

.happy-marriage .slider-content-bold {
  font-family: NotoSansJP-Medium;
  color: #d98057;
}

.happy-marriage-sub-head {
  padding-left: 190px;
}

@media screen and (max-width: 768px) {
  .happy-marriage-sub-head {
    padding-left: 125px;
  }
}

@media screen and (max-width: 560px) {
  .happy-marriage-sub-head {
    padding-left: 80px;
  }
}

.happy-marriage-sub-head img {
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  .happy-marriage-sub-head img {
    max-width: 237px;
  }
}

@media screen and (max-width: 560px) {
  .happy-marriage-sub-head img {
    max-width: 137px;
  }
}

.support {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fbfbfb),
    to(#fff)
  );
  background: -webkit-linear-gradient(top, #fbfbfb, #fff);
  background: -moz-linear-gradient(top, #fbfbfb, #fff);
  background: linear-gradient(to bottom, #fbfbfb, #fff);
  padding: 60px 20px 10px;
}

.support h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0 20px;
}

.support-flex .support-img {
  max-width: 150px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .support-flex .support-img {
    max-width: 85px;
  }
}

@media screen and (max-width: 560px) {
  .support-flex .support-img {
    max-width: 70px;
  }
}

.support-flex .support-txt-outer {
  width: 76%;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .support-flex .support-txt-outer {
    width: 82%;
  }
}

@media screen and (max-width: 560px) {
  .support-flex .support-txt-outer {
    width: 70%;
  }
}

.support-flex .brown,
.support-flex .orange {
  font-size: 1.6rem;
}

.support-flex .support-txt {
  margin: 30px 0 118px;
}

@media screen and (max-width: 768px) {
  .support-flex .support-txt {
    margin: 15px 0 30px;
  }
}

@media screen and (max-width: 560px) {
  .support-flex .support-txt {
    margin: 10px 0 32px;
  }
}

.support-flex .support-txt2 {
  position: relative;
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .support-flex .support-txt2 {
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 560px) {
  .support-flex .support-txt2 {
    margin-bottom: 30px;
  }
}

.support-flex .support-txt2 img {
  position: absolute;
  width: 170px;
  top: -65px;
  right: 250px;
}

@media screen and (max-width: 768px) {
  .support-flex .support-txt2 img {
    width: 93px;
    top: -35px;
    right: 10px;
  }
}

.support-flex .support-txt3 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .support-flex .support-txt3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 560px) {
  .support-flex .support-txt3 {
    margin-bottom: 26px;
  }
}

.support-flex .support-txt4 {
  margin-bottom: 95px;
}

@media screen and (max-width: 768px) {
  .support-flex .support-txt4 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 560px) {
  .support-flex .support-txt4 {
    margin-bottom: 20px;
  }
}

.support-flex .support-txt5 {
  position: relative;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .support-flex .support-txt5 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 560px) {
  .support-flex .support-txt5 {
    margin-bottom: 22px;
  }
}

.support-flex .support-txt5 img {
  position: absolute;
  width: 200px;
  top: -65px;
  right: 270px;
}

@media screen and (max-width: 768px) {
  .support-flex .support-txt5 img {
    width: 110px;
    top: -35px;
    right: 0;
  }
}

.support-flex .support-txt6 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .support-flex .support-txt6 {
    margin-bottom: 30px;
  }
}

.support-flex .support-txt7 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .support-flex .support-txt7 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 560px) {
  .support-flex .support-txt7 {
    margin-bottom: 20px;
  }
}

.support-flex .support-txt8 {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .support-flex .support-txt8 {
    margin-bottom: 33px;
  }
}

.support-happy-wedding {
  text-align: right;
}

.support-happy-wedding img {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .support-happy-wedding img {
    width: 56%;
  }
}

@media screen and (max-width: 560px) {
  .support-happy-wedding img {
    width: 80%;
  }
}

.plan {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 20px 20px 30px;
  background-color: #fff;
}

.plan h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.plan h3 {
  font-size: 1.8rem;
  font-family: NotoSansJP-Medium;
  text-align: center;
  padding: 35px 0;
}

.plan .plan-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.plan .plan-service-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 30px;
}

.plan .note {
  font-size: 1rem;
  font-weight: bold;
  color: #ccc;
}

.plan ul.note {
  padding: 5px 10px 0;
  text-align: right;
}

.plan img {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .plan img {
    width: 80%;
  }
}

@media screen and (max-width: 560px) {
  .plan img {
    width: 100%;
  }
}

.discount {
  text-align: center;
  background-color: #fff;
  margin-bottom: 50px;
}

.discount h3 {
  color: #4f4f4f;
  font-size: 1.8rem;
  font-family: NotoSansJP-Medium;
  text-align: center;
  padding: 60px 0 15px;
}

.discount .inner {
  padding: 20px 30px 0;
  margin: 0;
}

.discount .inner.service {
  padding: 0 20px 0;
}

.discount .cv-content {
  display: block;
  padding: 30px 30px 0;
  background-color: #fff;
}

.discount .cv-btn-ideal,
.discount .cv-btn-visit {
  width: 100%;
  max-width: 500px;
  font-size: 1.6rem;
  margin: auto;
}

.discount .cv-btn-visit {
  margin-bottom: 20px;
}

.discount .cv-btn::after {
  right: 26px;
}

.discount img {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .discount img {
    width: 100%;
  }
}

.discount-special-img {
  padding: 0 15px;
}

.discount-matrix {
  padding-bottom: 50px;
}

.introduce-sunmarie {
  background-color: #ccab68;
  padding: 80px 20px 70px;
}

.introduce-sunmarie h3 {
  text-align: center;
  font-family: NotoSansJP-Medium;
  color: #fff;
}

.introduce-sunmarie .cv-content {
  background-color: initial;
  padding: 25px 0 0;
  margin: auto;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .introduce-sunmarie .cv-content {
    width: 100%;
  }
}

.introduce-sunmarie .cv-content .cv-btn-ideal {
  background-color: #fff;
}

@media screen and (max-width: 560px) {
  .introduce-sunmarie .cv-btn:after {
    right: 10px;
  }
}

.introduce-sunmarie-ribbon {
  width: 50%;
  margin: auto;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .introduce-sunmarie-ribbon {
    width: 80%;
  }
}

.introduce-sunmarie-img {
  width: 30%;
  margin: auto;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .introduce-sunmarie-img {
    width: 50%;
  }
}

@media screen and (max-width: 560px) {
  .introduce-sunmarie-img {
    width: 70%;
  }
}

footer {
  background-color: #666;
  padding: 20px 0 150px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0 130px;
  }
}

@media screen and (max-width: 560px) {
  footer {
    padding: 20px 0 100px;
  }
}

footer P {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #fff;
}

footer P small {
  font-size: 1.2rem;
}

footer .site-logo {
  width: 35%;
  margin: 0 auto 10px;
}

@media screen and (max-width: 560px) {
  footer .site-logo {
    width: 50%;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    width: 44%;
  }
}

@media screen and (max-width: 560px) {
  footer .footer-nav {
    width: 52%;
  }
}

.form-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 40px auto 0;
  background-color: #fff;
}

.form__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  background-color: #eaeaea;
  width: 80%;
  margin: 0 auto 30px;
}

.form__tab-risou.active {
  background-color: #fbfbfb;
  color: #d97141;
  font-weight: 700;
}

.form__tab-raiten.active {
  background-color: #d97141;
  color: #fbfbfb;
  font-weight: 700;
}

.form__tab-item {
  color: #666;
  cursor: pointer;
  width: 50%;
  -webkit-box-shadow: 0 7px 34px rgba(50, 50, 93, 0.1),
    0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 34px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  padding: 20px 0;
}

.form__tab-item:hover {
  opacity: 0.75;
}

.hide {
  display: none;
}

@media screen and (max-width: 1000px) {
  .form__tab {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .form__tab {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  .form__tab {
    font-size: 1.4rem;
    width: 90%;
  }
  .form__tab-item {
    padding: 15px 0;
  }
}
