@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap');
.index-hero {
    display: none !important;
}
.archive .page-hero {
    padding-top: 0px !important;
}
.top-txt {
    text-align: center;
    font-weight: 700;
    color: #0da083;
    font-size: 30px;
  line-height: 1.5;
    margin-top: 40px;
}
#content {
  background: #f7efe3
}
.container {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 31px;
    font-weight: 400;
}
.l-sec {
  padding-bottom: 0px;
    padding-top: 150px;
}
.page-hero {
  padding-top: 0
}
.page-hero {
    padding-bottom: 0;
}
.hero-img {
  position: relative
}
.pc-logo {
  position: absolute;
  bottom: -75pt;
  left: 0;
  right: 0
}
.page-hero-copy-wrap {
  padding-top: 150px;
  padding-bottom: 40px
}
.point {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    border: #0da083 2px solid;
    color: #0da083;
    margin-bottom: 60px;
    margin-top: 50px;
}
.point li:first-child {
    padding-top: 0;
}
.point li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.point li {
   color: #0da083;
    font-weight: 700 !important;
    font-size: 19px;
    border-bottom: #ccc dashed 2px;
    padding-bottom: 18px;
    padding-top: 18px;
    text-indent: -1em;
    padding-left: 1em;
}
.lead-txt {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 60px;
    color: #0da083;
}
.lead-txt span {
    background:linear-gradient(transparent 60%, #ffff00 60%);
}
.point-ttl {
    background-color: #0da083;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 18px;
    font-weight: 700;
    border-radius: 8px;
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 80px;
}
.point-ttl:after {
width: 0;
height: 0;
border-style: solid;
border-width: 16px 9px 0 9px;
border-color: #0da083 transparent transparent transparent;
    position: absolute;
    content: "";
    z-index: 1;
    left: 50%;
    margin-left: -9px;
    bottom: -16px;
}
.anchor-btn {
    display: flex;
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: 120px;
}
.anchor-btn .btn {
    width: 31.3333%;
    margin-left: 1%;
    margin-right: 1%;
}
.anchor-btn .btn h3 {
    font-weight: 700;
    font-size: 30px;
    color: #0da083;
    margin-bottom: 30px;
    padding-top: 30px;
}
.anchor-btn .btn a {
    display: block;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    color: #333;
    position: relative;
}
.anchor-btn .btn a:hover {
    background-color: #e1e0de;
}
.anchor-btn .btn a:hover:after {
    animation: 1s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
}
.anchor-btn .btn a:after {
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url(../../../shinkyu/images/society/arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 50%;
    margin-left: -25px;
    bottom: -25px;
}
.anchor-btn .btn .img {
    
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.anchor-btn .btn .img img {
    width: 140px;
}
.anchor-btn .btn:nth-child(3) .img img {
    margin-left: 5%;
}
.anchor-btn .btn ul {
    background-color: #f4dd7c;
    text-align: left;
    padding: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 50px;
    
}
.anchor-btn .btn ul li {
    color: #333;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4;
}
.anchor-btn .btn ul li:not(:last-child) {
    margin-bottom: 10px;
}
.point-dtl {
    background-color: #98a8b8;
    border-radius: 12px;
    padding: 40px;
}
.point-dtl .point-ttl {
    margin-top: -60px;
}
.ribbon-ttl {
  color: #0da083;
  background-color: #f1e214;
  line-height: 70px;
  font-size: 24px;
  width: 320px;
  padding-left: 30px;
  font-weight: 700;
  margin-left: -50px;
  margin-bottom: 40px;
  position: relative;
    margin-top: -65px;
}
.ribbon-ttl:after {
  content: '';
  border: 35px solid transparent;
  position: absolute;
  z-index: -1;
}
.ribbon-ttl::before {
  width: 20px;
  height: 20px;
  background-image: url("../../../jusei/images/society/bg_ttl.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  content: "";
  left: 0;
  position: absolute;
  z-index: 1;
  bottom: -20px;
}
.ribbon-ttl:after {
  border-color: #f1e214;
  border-right-color: transparent;
  top: 0px;
  right: -35px;
    z-index: 1;
}
.bg-gray {
    background-color: #f7efe3;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 120px;
}

.point-num h4 {
    color: #0da083;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 35px;
    line-height: 1.4;
}
.point-num h4 span {
    font-size: 18px;
}
.reason {
    background-color: #e8e4e3;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
}
.reason .cau {
    margin-top: 0px;
}
.reason dt {
    color: #0da083;
    font-weight: 700;
}
.reason dd {
    font-size: 15px;
    line-height: 1.8;
    padding-left: 5px;
    padding-right: 5px;
}
.inner-wrap {
    padding-left: 11%;
  padding-right: 11%;
}
.point-num {
    margin-bottom: 70px;
}
.point-num.no-mdb {
    margin-bottom: 20px;
}
.point-num .num-ttl {
    position: relative;
}
.point-num .num-ttl:before {
    content: "";
    background-image: url(../../../shinkyu/images/society/number01.svg);
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 1;
    left: -90px;
    top: 50%;
    margin-top: -35px;
    background-size: cover;
}
.point-num .num-ttl.num02:before {
    background-image: url(../../../shinkyu/images/society/number02.svg);
}
.point-num .num-ttl.num03:before {
  background-image: url("../../../shinkyu/images/society/number03.svg");
}
.point-num .num-ttl.num04:before {
  background-image: url("../../../shinkyu/images/society/num04.svg");
}
.bg-white {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
}
.txt-mdb {
    margin-bottom: 40px;
}
.schedule li:first-child {
    /* margin-bottom: 15px; */
}
.bg-white h5 {
    font-weight: 700;
    text-align: center;
    font-size: 27px;
    margin-bottom: 20px;
    color: #00a4b1;
}
.bg-white.point02 {
    padding-bottom: 10px;
}
.bg-white.point02 h5 {
    font-size: 17px;
    text-align: left;
    margin-bottom: 8px;
}
.bg-white.point02 p {
	text-align: left;
    line-height: 1.6;
    margin-bottom: 25px;
}
.system {
	background-color: #e2f2f1;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 15px;
}
.bg-white.point02 .price {
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 16px 24px;
}
.bg-white.point02 .price-title {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 8px;
    background: #f6eed6;
    margin-bottom: 16px;
}
.bg-white.point02 .price01 {
    display: inline-block;
    font-weight: 600;
    color: #a09f9d;
}
.bg-white.point02 .en-bold {
    font-size: 40px;
}
.bg-white.point02 .yen {
    font-size: 14px;
}
.bg-white.point02 .arrow {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #d71836;
}
.bg-white.point02 .price02 {
    display: inline-block;
    color: #e02e53;
    font-weight: 600;
}

.wid01 {
    width: 400px;
}
.mid-photo {
    margin-top: 40px;
    margin-bottom: 40px;
}
.txt-link {
    color: #383434 !important ;
    text-decoration: underline;
}
.txt-link:hover {
    text-decoration: none;
}
.date {
    font-size: 80% !important;
    text-align: right;
    color: #BBBBBB;
    margin-bottom: 5px;
}
.comment {
    border-top: #ccc 1px dashed;
    text-align: left;
    margin-top: 30px;
    padding-top: 30px;
}
.comment .flex {
    display: flex;
    align-items: flex-start;
    
}
.comment .flex .photo {
    display: flex;
    align-items: flex-start;
}
.comment .flex .photo .img {
    flex-shrink: 0;
    width: 50%;
    margin-right: 15px;
}
.comment .flex .photo p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.7;
}
.comment .flex .photo img {
    border-radius: 5px;
}
.comment .flex .txt {
    margin-left: auto;
    padding-bottom: 0;
}
.comment .flex .txt .sp-txt {
    display: none;
}
.comment h6 {
color: #fff;border-radius: 40px;
    padding: 5px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
    background-color: #1b57b1;
    text-align: center;
    position: relative;
}
.comment h6:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    width: 0;
height: 0;
border-style: solid;
border-width: 10px 5px 0 5px;
border-color: #1b57b1 transparent transparent transparent;
}
.comment .speak {
    vertical-align: bottom;
    width: 130px;
}
.comment .speak img {
    
    vertical-align: bottom;
}
.bg-gray.no-mdb {
    margin-bottom: 0;
}
.interview {
    padding-top: 20px;
}
.interview h2 {
    background-color: #fff;
    color: #0e418d;
    margin-bottom: 50px;
}
.interview h2:after {
  border-color: #fff transparent transparent transparent;

}
.vid-contents h3 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
}
.interview {
    margin-bottom:120px;
}
.vid-contents {
width: 100%;
text-align: center;
margin: auto;
    margin-bottom: 40px;
}
video.vid-main {
width: 100%;
max-width: 600px;
    border: #fff 3px solid;
  border-radius: 15px;
}
.cau {
    font-size: 80% !important;
    text-align: left;
    margin-top: 5px;
}
.txt-mdb2 {
    margin-bottom: 20px;
}
.faq {
    background-color: #FFF;
    border-radius: 12px;
  padding: 30px;
    position: relative;
    margin-top: 90px;
}
.faq h2 {
    background-color: #00a4b1;
    margin-top: -60px;
}
.faq h2 span {
    display: block;
    
}
.faq h2:after {
  border-color: #00a4b1 transparent transparent transparent;
}
.faq dl:not(:last-child) {
    margin-bottom: 40px;
}
.faq dt {
    background-color: #f7efe3;
  border-radius: 10px;
  padding: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-left: 70px;
}
.faq dt:before {
    width: 40px;
    line-height: 40px;
    text-align: center;
    content: "Q";
    position: absolute;
    z-index: 1;
    left: 15px;
    background-color: #0da083;
    color: #fff;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%;
    
}
.faq dd {
    background-color: #fff;
    position: relative;
    padding-left: 70px;
}
.faq dd:before {
    width: 40px;
    line-height: 40px;
    text-align: center;
    content: "A";
    position: absolute;
    z-index: 1;
    left: 15px;
    background-color: #00a4b1;
    color: #fff;
    top: 0px;
    border-radius: 50%;
    
}
.faq dd {
    background-color: #fff;
}
.bnr-box {
    margin-top: 70px;
    margin-bottom: 100px;
    text-align: center;
}
.bnr-box li {
    margin-bottom: 20px;
    text-align: center;
}
.bnr-box li a {
    display: block;
}
.bnr-box li a:hover {
    opacity: 0.8;
}
.bnr-box {
    text-align: center;
}
.bnr-box img {
    border-radius: 5px;
}
.bnr-box .sp-img {
    display: none;
}
br.sp-only {
    display: none;
}
@media screen and (max-width:1100px) {
.comment .flex {
  display: block;
}
.comment .flex .photo {
  display: block;
}
.comment .flex .photo .img {
  width: 100%;
  margin-right: 0px;
}
.comment .flex .txt {
  margin-left: 0;
  padding-bottom: 0;
  text-align: center;
    margin-top: 10px;
}
.comment .speak {
    margin-left: auto;
}
.bg-white.no-pdb {
    padding-bottom: 0;
}
.point-num .num-ttl {
        text-align: center;
        padding-top:85px;
    }
.point-num .num-ttl::before {
  width: 70px;
  height: 70px;
  z-index: 1;
  left: 50%;
  top: 0;
  margin-top: 0;
margin-left: -35px;
}
.inner-wrap {
  padding-left: 0%;
  padding-right: 0%;
}
    .comment .flex .txt {
        display: flex;
        align-items: flex-start;
        width: 100%;
    }
.comment .flex .txt .sp-txt {
    display: block;
    line-height: 1.8;
    text-align: left;
    font-size: 14px;
    padding-bottom: 15px;
}
.comment .flex .photo p.pc {
  display: none;
}
 .comment .speak {
    margin-left: auto;
    width: 75%;
  }
.point-num h4 span {
	display: block;
    font-size: 15px;
}
}

@media screen and (max-width:800px) {
.page-hero.container {
  width: 100%;
}
    .container.sp-wid {
        width: 100%;
    }
.point-dtl {
  border-radius: 0px;
}
}

@media screen and (max-width:768px) {
.bnr-box .pc-img {
    display: none;
}
.bnr-box .sp-img {
    display: block;
    margin: auto;
}
.anchor-btn  {
  margin-left: 0%;
  margin-right: 0%;
    display: block;
}
    .anchor-btn .btn:not(:last-child) {
        margin-bottom:50px;
    }
.anchor-btn .btn {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

    
}
@media screen and (max-width:480px) {
.top-txt {
    margin-bottom: -10px;
    font-size: 21px !important;
    margin-top: 25px;
}
.vid-contents h3 {
  font-size: 14px;
}
.container {
  line-height: 28px;
  font-size: 15px;
}
    .container p {
    font-size: 15px;
    }
    br.sp-only {
        display: inherit;
    }
    br.sp-none {
        display: none;
    }
.point {
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.lead-txt {
  font-weight: 700;
  font-size: 21px !important;
  line-height: 1.5;
  margin-bottom: 45px;
}
.point-ttl {
  font-size: 18px;
  padding: 12px;
  margin-bottom: 55px;
}
.anchor-btn .btn h3 {
  font-size: 25px;
  margin-bottom: 20px;
  padding-top: 25px;
}
.anchor-btn .btn .img img {
  width: 100px;
}
.anchor-btn .btn a::after {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  bottom: -20px;

}
.anchor-btn {
  margin-bottom: 80px;
}
.anchor-btn .btn:not(:last-child) {
    margin-bottom: 40px;
  }
.point-dtl {
  padding: 18px;
}
.ribbon-ttl {
  line-height: 50px;
    font-size: 20px;
    width: 200px;
    padding-left: 15px;
    margin-left: -25px;
    margin-bottom: 25px;
    margin-top: -39px;
}
.ribbon-ttl:after {
  content: '';
  border: 25px solid transparent;
  position: absolute;
  z-index: -1;
}
.ribbon-ttl::after {
  border-color: #f1e214;
  border-right-color: transparent;
  top: 0px;
  right: -48px;
  z-index: 1;
}
.ribbon-ttl::before {
  width: 10px;
  height: 10px;
  bottom: -10px;
}
.point-num h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.bg-gray {
  padding: 15px;
    margin-bottom: 70px;
}
.point-num .num-ttl::before {
    width: 60px;
    height: 60px;
    margin-left: -30px;
  }
 .point-num .num-ttl {
    padding-top: 70px;
  }
.txt-mdb {
  margin-bottom: 30px;
}
.bg-white {
  padding: 10px;
}
.point-num {
  margin-bottom: 45px;
}
.bg-white h5 {
  font-size: 19px;
  margin-bottom: 10px;
}
.mid-photo {
  margin-top: 30px;
  margin-bottom: 30px;
}
    .mid-photo.no-mdb {
        margin-bottom: 0;
    }
.faq {
  padding: 15px;
    margin-top: 70px;
}
.faq dd::before {
  display: none;
}
.faq dd {
  padding-left: 0px;
}
.faq dt::before {
  width: 30px;
  line-height: 30px;
  left: 15px;
  top: 12px;
  margin-top: 0;
  font-size: 10px;
}
.faq dt {
  padding: 15px;
  margin-bottom: 15px;
  padding-left: 55px;
  line-height: 1.5;
}
.faq h2 {
    margin-bottom: 40px;
    margin-top: -45px;
  }
.faq dl:not(:last-child) {
  margin-bottom: 30px;
}
.interview {
  margin-bottom: 80px;
    padding-top: 30px;
}
.interview h2 {

  margin-bottom: 35px;
}
.point li {
  padding-bottom: 10px;
  padding-top: 10px;
    font-size: 16px;
}
.cau {
  margin-top: 0px;
}
.vid-contents {
  margin-bottom: 25px;
}
    .comment .flex .txt {
        align-items: flex-end;
    }
 .comment .flex .txt .sp-txt {
    width: 65%;
     font-size: 11px;
  }
.comment .speak {
    margin-left: auto;
    width: 35%;
  }
.comment h6 {
  padding: 10px;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.bnr-box {
  margin-top: 40px;
}

}



































