@charset "UTF-8";
/* kv */
.beginner-page {
  /* common-ttl */
  /* good-point */
  /* reason */
}
.beginner-page br.pc-only {
  display: block;
}
@media screen and (max-width: 991px) {
  .beginner-page br.pc-only {
    display: none;
  }
}
.beginner-page br.sp-only {
  display: none;
}
@media screen and (max-width: 991px) {
  .beginner-page br.sp-only {
    display: block;
  }
}
.beginner-page .swiper-button-next:after,
.beginner-page .swiper-button-prev:after {
  display: none;
  /* swiper cssを無効に */
}
.beginner-page .swiper-button-next,
.beginner-page .swiper-button-prev {
  background-image: none;
  /* swiper cssを無効に */
  font-size: 35px;
  color: #71B733;
  top: inherit;
  bottom: 134px;
}
.beginner-page .kv {
  background: #71B733;
}
.beginner-page .kv-wrap {
  color: #fff;
  display: flex;
  justify-content: space-between;
  max-width: 1110px;
  width: calc(100% - 30px);
  max-height: 290px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .beginner-page .kv-wrap {
    width: 100%;
    flex-direction: column-reverse;
    max-height: none;
  }
}
.beginner-page .kv-inner {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .beginner-page .kv-inner {
    width: 100%;
  }
}
.beginner-page .kv-inner .kv-ttl {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .beginner-page .kv-inner .kv-ttl {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.beginner-page .kv-inner.text {
  padding-top: 56px;
  padding-bottom: 56px;
  font-size: 18px;
}
.beginner-page .kv-inner.text p {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .beginner-page .kv-inner.text {
    padding: 15px;
    font-size: 16px;
  }
}
.beginner-page .kv-inner .text p {
  margin-bottom: 0;
}
.beginner-page .kv-inner .kv-inner-img {
  width: 49.55vw;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .beginner-page .kv-inner .kv-inner-img {
    width: 100%;
  }
}
.beginner-page .common-ttl {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 40px;
  line-height: 1.5;
  position: relative;
  display: block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .beginner-page .common-ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.beginner-page .common-ttl::before {
  content: "";
  background: #71B733;
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.beginner-page .good-point {
  padding-top: 56px;
  padding-bottom: 56px;
  background: rgba(113, 183, 51, 0.05);
  margin: 0 auto;
}
.beginner-page .good-point .g-wrap {
  display: grid;
  grid-gap: 62px;
  max-width: 860px;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  width: calc(100% - 30px);
}
@media screen and (max-width: 991px) {
  .beginner-page .good-point .g-wrap {
    grid-gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .beginner-page .good-point .g-wrap {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
  }
}
.beginner-page .good-point .g-group {
  text-align: center;
}
.beginner-page .good-point .g-wrap img {
  width: 100%;
  height: auto;
  padding-bottom: 16px;
}
.beginner-page .good-point .g-wrap p {
  color: #71B733;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .beginner-page .good-point .g-wrap p {
    font-size: 14px;
  }
}
.beginner-page .reason {
  padding-top: 56px;
  padding-bottom: 56px;
}
.beginner-page .reason .reason-wrap {
  max-width: 1110px;
  margin: 0 auto;
}
.beginner-page .reason .reason-inner {
  display: flex;
  justify-content: space-between;
}
.beginner-page .reason .reason-inner:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .beginner-page .reason .reason-inner:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.beginner-page .reason .reason-inner:not(:last-of-type) {
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .beginner-page .reason .reason-inner:not(:last-of-type) {
    padding-bottom: 32px;
  }
}
.beginner-page .reason .reason-inner:nth-of-type(2) .reason-group::before {
  content: "02";
}
.beginner-page .reason .reason-inner:nth-of-type(3) .reason-group::before {
  content: "03";
}
@media screen and (max-width: 991px) {
  .beginner-page .reason .reason-inner {
    flex-direction: column-reverse;
  }
}
.beginner-page .reason .reason-group {
  max-width: 470px;
  position: relative;
  padding-top: 32px;
  padding-left: 100px;
}
.beginner-page .reason .reason-group p {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .beginner-page .reason .reason-group {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.beginner-page .reason .reason-group::before {
  content: "01";
  font-family: Noto serif, serif;
  font-size: 120px;
  color: rgba(113, 183, 51, 0.2);
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 120px;
}
@media screen and (max-width: 991px) {
  .beginner-page .reason .reason-group::before {
    font-size: 40px;
    position: absolute;
    top: 18px;
    left: 15px;
    line-height: 40px;
  }
}
.beginner-page .reason .reason-group h3 {
  color: #71B733;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .beginner-page .reason .reason-group h3 {
    margin-bottom: 8px;
    font-size: 20px;
    padding-left: 56px;
  }
}
.beginner-page .reason .reason-img {
  width: 100%;
  max-width: 470px;
  height: 250px;
  background: hwb(92deg 20% 28%/10%);
  position: relative;
}
@media screen and (max-width: 991px) {
  .beginner-page .reason .reason-img {
    max-width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 560px) and (max-width: 991px) {
  .beginner-page .reason .reason-img.reason-02 {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 560px) and (max-width: 991px) {
  .beginner-page .reason .reason-img.reason-02 .reason-img-01 {
    max-width: 50%;
    top: unset;
    left: unset;
    height: 100%;
    object-fit: contain;
    position: relative;
  }
}
@media screen and (min-width: 560px) and (max-width: 991px) {
  .beginner-page .reason .reason-img.reason-02 .reason-img-02 {
    max-width: 40%;
    top: unset;
    left: unset;
    bottom: 0;
    height: 100%;
    object-fit: contain;
    position: relative;
  }
}
.beginner-page .reason .reason-img img {
  max-width: 100%;
}
.beginner-page .reason .reason-img img.reason-img-height {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* ▼変更 */
.beginner-page .reason .reason-img .reason-img-01 {
  width: 300px;
  position: absolute;
  top: -56px;
  left: -32px;
}
@media screen and (max-width: 1180px) {
  .beginner-page .reason .reason-img .reason-img-01 {
    left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .beginner-page .reason .reason-img .reason-img-01 {
    max-width: 50%;
    top: 10px;
  }
}

.beginner-page .reason .reason-img .reason-img-02 {
  width: 300px;
  position: absolute;
  right: 32px;
  bottom: -56px;
}
@media screen and (max-width: 991px) {
  .beginner-page .reason .reason-img .reason-img-02 {
    max-width: 50%;
    right: 10px;
    bottom: 10px;
  }
}

.beginner-page .reason .reason-img .reason-img-03 {
  width: 100%;
  max-width: 330px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .beginner-page .reason .reason-img .reason-img-03 {
    max-height: 100%;
    padding: 10px;
  }
}
/* ▲変更 */
.beginner-page .reason-more {
  padding-top: 56px;
  padding-bottom: 56px;
  background: rgba(113, 183, 51, 0.05);
}
.beginner-page .reason-more .reason-more-wrap {
  display: grid;
  grid-gap: 32px;
  max-width: 1110px;
  width: calc(100% - 30px);
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 991px) {
  .beginner-page .reason-more .reason-more-wrap {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .beginner-page .reason-more .reason-more-wrap {
    grid-template-columns: repeat(1, minmax(130px, 1fr));
  }
}
.beginner-page .reason-more .reason-more-wrap .reason-more-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border: 4px solid #71B733;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .beginner-page .reason-more .reason-more-wrap .reason-more-group {
    gap: 10px;
    padding: 10px;
    padding-top: 20px;
  }
}
.beginner-page .reason-more .reason-more-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  color: #71B733;
  position: absolute;
  background: #fff;
  top: -16px;
  padding-right: 10px;
  padding-left: 10px;
}
.beginner-page .reason-more .reason-more-wrap img {
  max-height: 100px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .beginner-page .reason-more .reason-more-wrap img {
    max-height: 60px;
  }
}
.beginner-page .flow-wrap {
  max-width: 1110px;
  margin: 0 auto;
  padding-top: 56px;
  padding-bottom: 56px;
}
.beginner-page .flow-wrap .common-ttl {
  margin-bottom: 0;
}
.beginner-page .flow-wrap .swiper-flow {
  overflow: hidden;
}
.beginner-page .flow-wrap .flow-detail {
  width: 860px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .beginner-page .flow-wrap .flow-detail {
    width: calc(100% - 15px);
    margin: 0;
    margin-left: auto;
  }
}
.beginner-page .flow-wrap .flow-detail .swiper-button-next {
  right: -40px;
}
@media screen and (max-width: 960px) {
  .beginner-page .flow-wrap .flow-detail .swiper-button-next {
    display: none;
  }
}
.beginner-page .flow-wrap .flow-detail .swiper-button-prev {
  left: -40px;
}
@media screen and (max-width: 960px) {
  .beginner-page .flow-wrap .flow-detail .swiper-button-prev {
    display: none;
  }
}
.beginner-page .flow-wrap .flow-detail .swiper-wrapper {
  margin-top: 30px;
}
.beginner-page .flow-wrap .flow-detail .flow-group {
  display: flex;
  gap: 32px;
  padding: 32px;
  border: 3px solid #71B733;
  border-radius: 10px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .beginner-page .flow-wrap .flow-detail .flow-group {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
}
.beginner-page .flow-wrap .flow-detail .flow-group h3 {
  font-size: 24px;
  font-weight: 600;
  color: #71B733;
}
.beginner-page .flow-wrap .flow-detail .flow-group p {
  font-size: 14px;
}
.beginner-page .flow-wrap .flow-detail .flow-group img {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .beginner-page .flow-wrap .flow-detail .flow-group img {
    width: 100%;
  }
}
.beginner-page .flow-wrap .flow-detail .flow-group .flow-inner {
  max-width: 300px;
}
.beginner-page .flow-wrap .flow-mark {
  display: flex;
  justify-content: center;
  gap: 32px;
  position: relative;
  top: inherit;
  /* swiper cssを無効に */
  right: inherit;
  /* swiper cssを無効に */
  transform: inherit;
  /* swiper cssを無効に */
  bottom: inherit;
  /* swiper cssを無効に */
  padding-top: 40px;
}
.beginner-page .flow-wrap .flow-mark span {
  background: #E2F1D6;
  color: #71B733;
  border-radius: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: relative;
  margin: 0;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.beginner-page .flow-wrap .flow-mark span:first-of-type {
  position: relative;
}
.beginner-page .flow-wrap .flow-mark span:first-of-type::after {
  content: "step";
  font-family: Noto serif, serif;
  font-size: 20px;
  font-weight: 600;
  color: #71B733;
  transform: rotate(-15deg);
  position: absolute;
  left: -30px;
  top: -40px;
}
.beginner-page .flow-wrap .flow-mark span:hover {
  background: #71B733;
  color: #fff;
}
.beginner-page .flow-wrap .flow-mark span.swiper-pagination-bullet-active {
  background: #71B733;
  color: #fff;
}
.beginner-page .flow-wrap .flow-mark span::before {
  content: "1";
  position: absolute;
  font-size: 30px;
  color: #fff;
  font-family: Noto serif, serif;
  left: 50%;
  transform: translateX(-50%);
}
.beginner-page .flow-wrap .flow-mark span:not(:first-of-type)::after {
  content: "";
  position: absolute;
  background: #e3f0d9;
  width: 32px;
  height: 3px;
  display: inline-block;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
}
.beginner-page .flow-wrap .flow-mark span:nth-of-type(2)::before {
  content: "2";
}
.beginner-page .flow-wrap .flow-mark span:nth-of-type(3)::before {
  content: "3";
}
.beginner-page .search {
  background: rgba(113, 183, 51, 0.05);
  padding-top: 56px;
  padding-bottom: 56px;
}
.beginner-page .search .common-ttl {
  top: 0;
}
.beginner-page .search .container-fluid.limited-width {
  max-width: 960px;
  background: #fff;
  border-radius: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .beginner-page .search .container-fluid.limited-width {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }
}
.beginner-page .search .container-fluid.limited-width .text-center {
  margin-bottom: 0;
}
.beginner-page .search.search-party .search-form {
  width: 100%;
  margin: 0 auto;
}
/* 緑色の矢印反映なら
.beginner-page .search.search-party .search-form .select-age {
  position: relative;
}
.beginner-page .search.search-party .search-form .select-age:before {
  margin: 0;
  width: 100%;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #2baf43;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
*/
.beginner-page .report .box {
  margin-bottom: 6px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  display: inline-block;
  width: 100%;
}
.beginner-page .report .box:hover {
  opacity: 0.5;
  text-decoration: none;
}
.beginner-page .report .box .intro {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.beginner-page .report .box .marriage-text {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.beginner-page .report .box .marriage-text:before {
  background: #e7e8e8;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.beginner-page .report .box .marriage-text img {
  max-width: 100px;
  padding: 0 15px;
  position: relative;
  background: white;
  z-index: 100;
}
.beginner-page .parts-report .another-image {
  width: 100%;
  height: 140px;
  margin-bottom: 0;
}
.beginner-page .parts-report .another-image .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.beginner-page .parts-report .content-wrap {
  background: white;
  padding: 24px;
  color: #323232;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .beginner-page .parts-report .content-wrap {
    padding: 12px;
  }
}

.beginner-page .parts-report .content-wrap .intro img {
  width: 12px;
}

.beginner-page .parts-report .swiper-vm-container {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width:1110px){
  .beginner-page .parts-report .swiper-vm-container {
    padding-left: 2%;
  }
}

.beginner-page .parts-report .swiper-vm {
  overflow: hidden;
}
.beginner-page .parts-report .swiper-vm .swiper-wrapper .box{
  height: 100%;
}

.beginner-page .parts-report .swiper-button-next,
.beginner-page .parts-report .swiper-button-prev {
  bottom: 0;
  top: 50%;
  transform: translateY(calc(-50% + 17px ));
}
@media screen and (max-width: 1260px) {
  .beginner-page .parts-report .swiper-button-next,
.beginner-page .parts-report .swiper-button-prev {
    display: none;
  }
}
.beginner-page .parts-report .swiper-button-next {
  right: -40px;
}
.beginner-page .parts-report .swiper-button-prev {
  left: -40px;
}
.beginner-page .voice-marriage {
  padding-top: 56px;
  padding-bottom: 56px;
}
.beginner-page .voice-marriage .swiper-button-next,
.beginner-page .voice-marriage .swiper-button-prev {
  transform: translateY(calc(-50% + 6px ));
}
.beginner-page .voice-join-bg {
  background: rgba(113, 183, 51, 0.05);
  padding-top: 56px;
  padding-bottom: 56px;
}
.beginner-page .voice-join {
  position: relative;
  max-width: 1110px;
  margin: 0 auto;
}
.beginner-page .voice-join .swiper-v-join {
  overflow: hidden;
}
.beginner-page .contents.useful-contents {
  max-width: 1110px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding-top: 56px;
}
.beginner-page .contents.useful-contents .afterfollow {
  background-image: url(../img/beginner/contents-afterfollow.png);
}
.beginner-page .contents.useful-contents .profile-card {
  background-image: url(../img/beginner/contents-profile-card.png);
}

/*# sourceMappingURL=beginner.css.map */
