@charset "UTF-8";
#key {
  position: relative;
}
#key .title {
  font-size: 11vw;
  line-height: 2;
  top: 55vw;
  left: 23.2vw;
  position: absolute;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #key .title {
    text-shadow: 0 0 10px black;
  }
}
@media screen and (min-width: 768px) {
  #key .title {
    top: 279px;
    right: calc(50% + 361px);
    font-size: 46px;
    line-height: 2.1;
    letter-spacing: 0.1em;
  }
}

#lead {
  overflow: hidden;
  padding: 12vw 0 20vw;
  background: url("../img/religion/lead_deco4.png") no-repeat bottom center/200% auto;
}
#lead .set1 {
  position: relative;
  margin: 0 0 40vw;
}
#lead .set1 .deco {
  position: absolute;
  top: 50vw;
  right: 50vw;
}
@media screen and (max-width: 767px) {
  #lead .set1 .deco {
    width: 60vw;
  }
}
#lead .set1 h3 {
  margin: 0 0 0 var(--wrapPadding);
  position: relative;
  color: #816c45;
  z-index: 2;
}
#lead .set1 h3::before {
  background: url("../img/religion/lead_deco_img.jpg") no-repeat center/cover;
}
#lead .set1 h3 span {
  letter-spacing: 0.0em;
}
#lead .set2 {
  position: relative;
}
#lead .set2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url("../img/religion/lead_deco2.png") no-repeat center/200% auto;
  height: 25vw;
  bottom: -15vw;
}
#lead .set2 .box {
  background: url("../img/religion/lead_img.jpg") no-repeat center/cover;
  padding: 15vw var(--wrapPadding) 12vw;
  color: #fff;
}
#lead .set2 .box h2 {
  font-size: 6.4vw;
  line-height: 2;
  letter-spacing: 0.1em;
  width: 25.6vw;
  margin: 0 auto;
  height: 40vw;
}
#lead .set2 .box .txt {
  letter-spacing: 0.025em;
}
#lead .set3 {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: 15vw 0 0;
}
#lead .set3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url("../img/religion/lead_deco3.png") no-repeat center/200% auto;
  height: 25vw;
  top: 20vw;
}
#lead .set3 h3 {
  text-align: center;
  font-size: 6.4vw;
  letter-spacing: 0.5em;
  line-height: 1.5;
  margin: 0 0 5vw;
}
#lead .set3 .lead-thumb {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 5vw;
  height: 150px;
  position: relative;
  z-index: 2;
}
#lead .set3 .lead-thumb .thumb {
  font-size: 14px;
  line-height: 1.5;
  width: 21px;
  cursor: pointer;
}
#lead .set3 .lead-thumb .thumb.active {
  color: #bdae91;
}
#lead .set3 .lead-slide {
  position: relative;
  z-index: 2;
}
#lead .set3 .lead-slide .slick-arrow {
  width: 6vw;
  height: 10vw;
  top: 17vw;
}
#lead .set3 .lead-slide .slick-prev {
  background-image: url("../img/shared/left.png");
  left: 3vw;
}
#lead .set3 .lead-slide .slick-next {
  background-image: url("../img/shared/right.png");
  right: 3vw;
}
#lead .set3 .lead-slide .item {
  width: 80vw;
  box-sizing: content-box;
  padding: 0 4vw;
}
#lead .set3 .lead-slide .item .group-content {
  margin: 7vw 0 0;
}
#lead .set3 .lead-slide .item .group-content h4 {
  font-size: 5vw;
  line-height: 2;
  color: #816c45;
  margin: 0 0 3vw;
}
#lead .set3 .lead-slide .item .group-content h4 small {
  font-size: 3vw;
  letter-spacing: 0.025em;
  line-height: 1.5;
  display: block;
}
#lead .set3 .lead-slide .item .group-content .txt {
  letter-spacing: 0.025em;
  line-height: 2.5;
}
#lead .set3 .lead-slide .item .group-content .btn-popup {
  width: 144px;
  height: 144px;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #8c8c8c;
  text-align: center;
  box-sizing: border-box;
  padding: 39px 0 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 7vw auto 0;
}
#lead .set3 .lead-slide .item .group-content .btn-popup:after {
  content: "＋";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
}
@media screen and (min-width: 768px) {
  #lead {
    padding: 180px 0 173px;
    background: url("../img/religion/lead_deco4.png") no-repeat bottom right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #lead {
    background-position: bottom center;
  }
}
@media screen and (min-width: 768px) {
  #lead .set1 {
    padding: 6px 0 0;
    min-height: 342px;
    box-sizing: border-box;
    margin: 0 0 67px;
  }
  #lead .set1 .deco {
    position: absolute;
    top: 0;
    right: calc(50% + 70px);
  }
  #lead .set1 h3 {
    font-size: 30px;
    width: 421px;
    margin: 0 0 0 auto;
    gap: 0 19px;
  }
  #lead .set1 h3::before {
    margin: 11px 0 0;
  }
  #lead .set2::before {
    background: url("../img/religion/lead_deco2.png") no-repeat center right;
    height: 194px;
    bottom: -113px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #lead .set2::before {
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  #lead .set2 .wrap {
    width: 1200px;
  }
  #lead .set2 .box {
    padding: 87px 0 43px;
  }
  #lead .set2 .box h2 {
    font-size: 36px;
    width: 144px;
    height: 220px;
  }
  #lead .set2 .box .txt {
    text-align: center;
  }
  #lead .set3 {
    margin: 72px 0 0;
  }
  #lead .set3::before {
    background: url("../img/religion/lead_deco3.png") no-repeat center left;
    height: 218px;
    top: 165px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #lead .set3::before {
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  #lead .set3 h3 {
    font-size: 24px;
    margin: 0 0 33px;
  }
  #lead .set3 .lead-thumb {
    gap: 0 37px;
    height: 213px;
  }
  #lead .set3 .lead-thumb .thumb {
    font-size: 16px;
    width: 24px;
  }
  #lead .set3 .lead-thumb .thumb:hover {
    opacity: 0.8;
  }
  #lead .set3 .lead-slide .slick-arrow {
    width: 36px;
    height: 70px;
    top: 166px;
  }
  #lead .set3 .lead-slide .slick-prev {
    left: auto;
    right: calc(50% + 374px);
  }
  #lead .set3 .lead-slide .slick-next {
    right: auto;
    left: calc(50% + 374px);
  }
  #lead .set3 .lead-slide .item {
    width: 720px;
    box-sizing: content-box;
    padding: 0 50px;
  }
  #lead .set3 .lead-slide .item .group-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin: 63px -10px 0 0;
    height: 240px;
  }
  #lead .set3 .lead-slide .item .group-content h4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 240px;
    font-size: 24px;
    margin: 0 0 0 29px;
  }
  #lead .set3 .lead-slide .item .group-content h4 small {
    font-size: 16px;
    margin: 0 0 0 10px;
  }
  #lead .set3 .lead-slide .item .group-content .txt {
    line-height: 2.5;
    font-size: 14px;
    height: 225px;
  }
  #lead .set3 .lead-slide .item .group-content .btn-popup {
    margin: 2px 37px 0 0;
  }
  #lead .set3 .lead-slide .item .group-content .btn-popup:hover {
    opacity: 0.8;
  }
}

.line {
  margin: 0 var(--wrapPadding);
  height: 1px;
  background: #ccc;
}
@media screen and (min-width: 768px) {
  .line {
    width: 1000px;
    margin: 0 auto;
    max-width: calc(100% - 60px);
  }
}

.remodal {
  width: 90%;
}
.remodal .popup-menu {
  background: #fff;
  padding: 25px var(--wrapPadding) 60px;
  border: 1px solid #8c8c8c;
  text-align: left;
}
.remodal .popup-menu .remodal-close {
  position: sticky;
  top: 20px;
  display: block;
  margin: 0 0 0 auto;
  width: 28px;
}
.remodal .popup-menu h2 {
  margin: 40px 0 20px;
  color: #816c45;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.remodal .popup-menu .txt {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.025em;
}
.remodal .popup-menu .txt + .txt {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .remodal {
    width: 680px;
  }
  .remodal .popup-menu {
    padding: 30px 27px 100px;
  }
  .remodal .popup-menu h2 {
    margin: 55px 0 25px 73px;
    font-size: 24px;
  }
  .remodal .popup-menu .txt {
    margin: 0 73px;
  }
}
#child {
  padding: 0 0 25vw;
  background: url("../img/shared/bg2.jpg");
}
#child .set1 {
  position: relative;
  overflow: hidden;
  padding: 0 0 34px;
}
#child .set1 .deco {
  position: absolute;
  z-index: 2;
  top: 50vw;
  right: 0;
  width: 42.5vw;
}
#child .set1 .group-img {
  position: relative;
}
#child .set1 .group-img .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#child .set1 .group-img h2 {
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 6.4vw;
  line-height: 2;
  letter-spacing: 0.1em;
  height: 45vw;
  width: 25.6vw;
  padding: 27vw 0 12vw;
}
#child .set1 .wrap {
  margin-top: 20vw;
  z-index: 3;
}
#child .set1 h3 {
  color: #6d929d;
}
@media screen and (max-width: 767px) {
  #child .set1 h3 {
    font-size: 5.5vw;
    letter-spacing: 0;
  }
  #child .set1 h3::before {
    height: 30vw;
  }
}
#child .set1 h3::before {
  background: url("../img/religion/child_deco_img.jpg") no-repeat center/cover;
}
#child .set1 .group-txt {
  margin: 6vw 0 0;
}
#child .set1 .group-txt .txt {
  letter-spacing: 0.025em;
}
#child .set1 .group-txt .txt + .txt {
  margin-top: 15px;
}
#child .set2 {
  margin: 12vw 0 0;
  padding: 0 0 12vw;
}
#child .set2 h3 {
  color: #6d929d;
  font-size: 6.4vw;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0 0 5vw;
}
@media screen and (max-width: 767px) {
  #child .set2 h3 {
    text-align: center;
  }
}
#child .set2 .group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#child .set2 .group .title, #child .set2 .group .title2 {
  line-height: 2;
  letter-spacing: 0.025em;
}
#child .set2 .group .item1 {
  width: 65.4vw;
  margin: 0 0 0 5vw;
}
#child .set2 .group .item1 .group-img .img {
  width: 83.3%;
}
#child .set2 .group .item1 .group-img .img2 {
  margin: -16vw 0 0 50%;
  text-align: right;
}
#child .set2 .group .item1 .title {
  margin: 5px 0 0 3px;
}
#child .set2 .group .item2 {
  display: flex;
  gap: 0 3vw;
  align-items: flex-start;
  margin: 10vw 0 0 20vw;
}
#child .set2 .group .item2 .title {
  margin: 6vw 0 0;
  height: 200px;
}
#child .set2 .group .item3 {
  display: flex;
  align-items: flex-start;
  gap: 0 3vw;
  margin: 0 -5vw 0 0;
}
#child .set2 .group .item3 .group-img {
  position: relative;
}
#child .set2 .group .item3 .group-img .img {
  width: 47vw;
}
#child .set2 .group .item3 .group-img .img2 {
  position: absolute;
  top: 15vw;
  left: -3vw;
  width: 8vw;
}
#child .set2 .group .item3 .title {
  margin: 3vw 0 0;
}
#child .set2 .group .item4 {
  margin: 10vw 0 0 42vw;
}
#child .set2 .group .item4 .title {
  text-align: right;
  margin: 0 0 4px;
}
#child .set2 .group .item4 .flex {
  display: flex;
  gap: 0 2vw;
  align-items: flex-start;
}
#child .set2 .group .item4 .flex .title2 {
  height: 150px;
}
#child .set2 .group .item4 .flex .img {
  margin: 1vw 0 0;
}
#child .set3 {
  margin: 12vw 0 0;
}
#child .set3 h3 {
  font-size: 6.4vw;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #6d929d;
  margin: 0 0 4vw;
}
@media screen and (max-width: 767px) {
  #child .set3 h3 {
    text-align: center;
  }
  #child .set3 h3 span {
    display: inline-block;
    text-align: left;
  }
}
#child .set3 .img {
  text-align: center;
}
#child .set3 .flex {
  margin: 8vw auto 0;
}
@media screen and (max-width: 767px) {
  #child .set3 .flex .col + .col {
    margin-top: 8vw;
  }
}
#child .set3 .flex .col h4 {
  color: #6d929d;
  font-size: 5vw;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
#child .set3 .flex .col .txt {
  margin: 2vw 0 0;
  letter-spacing: 0.025em;
}
#child .set4 {
  margin: 20vw 0 0;
}
#child .set4 .box {
  background: url("../img/religion/child_bg.jpg") no-repeat center/cover;
  padding: 12vw 0;
  position: relative;
  color: #fff;
}
#child .set4 .box h2 {
  font-size: 7.5vw;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 7vw;

}
#child .set4 .box h2 small {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 5px;
}
#child .set4 .box .tit {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  margin: 7px 0 7vw;
}
#child .set4 .box .txt {
  margin: 0 var(--wrapPadding) 20px;
  letter-spacing: 0.025em;
}
#child .set4 .box .detail {
  margin: 0 var(--wrapPadding);
  letter-spacing: 0.025em;
  line-height: 5.5vw;
}
#child .set4 .box .detail .detail-ttl{
font-size:18px;
}
#child .set4 .box .btn-link2 {
  width: 170px;
}
@media screen and (max-width: 767px) {
  #child .set4 .box .btn-link2 {
    margin: 8vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  #child {
    padding: 0 0 200px;
  }
  #child .set1 {
    padding: 0 0 92px;
  }
  #child .set1 .deco {
    top: 254px;
    width: 325px;
  }
  #child .set4 .box .detail {
    line-height: 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #child .set1 .deco {
    right: auto;
    left: calc(50% + 425px);
  }
}
@media screen and (min-width: 768px) {
  #child .set1 .group-img h2 {
    font-size: 36px;
    width: 144px;
    height: 225px;
    padding: 165px 0 110px;
  }
  #child .set1 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 68px;
  }
  #child .set1 h3 {
    align-items: flex-start;
  }
  #child .set1 h3::before {
    margin-top: 11px;
    height: 190px;
  }
  #child .set1 .group-txt {
    margin: 132px 0 0;
    width: 372px;
  }
  #child .set1 .group-txt .txt {
    letter-spacing: 0.025em;
  }
  #child .set1 .group-txt .txt + .txt {
    margin-top: 30px;
  }
  #child .set2 {
    margin: 98px 0 0;
    padding: 0 0 77px;
  }
  #child .set2 h3 {
    font-size: 30px;
    width: 120px;
    height: 208px;
    margin: 0 auto;
  }
  #child .set2 .group {
    padding: 0 140px 0 70px;
  }
  #child .set2 .group .title, #child .set2 .group .title2 {
    font-size: 16px;
  }
  #child .set2 .group .item1 {
    width: 318px;
    margin: 0 0 0 43px;
  }
  #child .set2 .group .item1 .group-img .img {
    width: auto;
  }
  #child .set2 .group .item1 .group-img .img2 {
    margin: -78px 0 0;
    text-align: right;
  }
  #child .set2 .group .item1 .title {
    margin: 5px 0 0 3px;
  }
  #child .set2 .group .item2 {
    gap: 0 15px;
    margin: 120px 0 0;
  }
  #child .set2 .group .item2 .title {
    margin: 36px 0 0;
    height: 220px;
  }
  #child .set2 .group .item3 {
    margin: 25px 0 0;
    gap: 0 22px;
  }
  #child .set2 .group .item3 .group-img {
    position: relative;
  }
  #child .set2 .group .item3 .group-img .img {
    width: auto;
  }
  #child .set2 .group .item3 .group-img .img2 {
    top: 59px;
    left: -28px;
    width: auto;
  }
  #child .set2 .group .item3 .title {
    margin: 19px 0 0;
  }
  #child .set2 .group .item4 {
    margin: 81px 29px 0 0;
  }
  #child .set2 .group .item4 .flex {
    gap: 0 7px;
  }
  #child .set2 .group .item4 .flex .title2 {
    height: 200px;
  }
  #child .set2 .group .item4 .flex .img {
    width: auto;
    margin: 5px 0 0;
  }
  #child .set3 {
    margin: 96px 0 0;
  }
  #child .set3 h3 {
    font-size: 30px;
    height: 180px;
    margin: 0 auto;
    width: 120px;
  }
  #child .set3 .flex {
    width: 745px;
    margin: 45px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #child .set3 .flex .col {
    width: 330px;
  }
  #child .set3 .flex .col h4 {
    font-size: 20px;
  }
  #child .set3 .flex .col .txt {
    margin: 8px 0 0 3px;
  }
  #child .set3 .flex .col + .col {
    margin-right: 9px;
  }
  #child .set4 {
    margin: 192px 0 0;
  }
  #child .set4 .box {
    padding: 87px 0 109px;
  }
  #child .set4 .box h2 {
    font-size: 42px;
    margin-bottom: 54px;
  }
  #child .set4 .box h2 small {
    font-size: 17px;
  }
  #child .set4 .box .tit {
    margin: 7px 0 54px;
  }
  #child .set4 .box .txt {
   /* width: 648px;
    margin: 0 auto;*/
    letter-spacing: 0.025em;
  }
  #child .set4 .box .flex-container {
    display: flex;
    justify-content: center; 
    align-items: flex-start; 
    max-width: 1000px;       
    margin: 0 auto;       
    padding: 0 40px;
  }


  #child .set4 .box .txt {
    width: 60%;            
    margin: 0;              
    text-align: left;
  }


  #child .set4 .box .detail {
    width: 40%;            
    margin: 0;             
    font-size: 16px;        
    padding-top: 5px;     
  }

  .detail-ttl {
    margin-bottom: 15px;
  }

}

#adult {
  padding: 0 0 20vw;
}
#adult .set1 {
  position: relative;
  overflow: hidden;
  padding: 0 0 34px;
}
#adult .set1 .deco {
  position: absolute;
  z-index: 2;
  top: 50vw;
  left: 0;
  width: 42vw;
}
#adult .set1 .group-img {
  position: relative;
}
#adult .set1 .group-img .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#adult .set1 .group-img h2 {
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 6.4vw;
  line-height: 2;
  letter-spacing: 0.1em;
  height: 45vw;
  width: 25.6vw;
  padding: 27vw 0 12vw;
}
#adult .set1 .wrap {
  margin-top: 20vw;
  z-index: 3;
}
#adult .set1 h3 {
  color: #78607c;
}
@media screen and (max-width: 767px) {
  #adult .set1 h3 {
    font-size: 5.5vw;
    letter-spacing: 0;
  }
  #adult .set1 h3::before {
    height: 36vw;
  }
}
#adult .set1 h3::before {
  background: url("../img/religion/adult_deco_img.jpg") no-repeat center/cover;
}
#adult .set1 .group-txt {
  margin: 6vw 0 0;
}
#adult .set1 .group-txt .txt {
  letter-spacing: 0.025em;
}
#adult .set1 .group-txt .txt + .txt {
  margin-top: 15px;
}
#adult .set2 {
  margin: 12vw 0 0;
  padding: 0 0 12vw;
}
#adult .set2 h3 {
  color: #78607c;
  font-size: 6.4vw;
  line-height: 2;
  letter-spacing: 0.06em;
  margin: 0 0 5vw;
}
@media screen and (max-width: 767px) {
  #adult .set2 h3 {
    text-align: center;
  }
  #adult .set2 h3 span {
    display: inline-block;
    text-align: left;
  }
}
#adult .set2 .group .title {
  line-height: 2;
  letter-spacing: 0.025em;
}
#adult .set2 .group .item1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0 4vw;
}
#adult .set2 .group .item1 .img {
  width: 45vw;
}
#adult .set2 .group .item1 .title {
  margin: 5vw 0 0;
}
#adult .set2 .group .item2 {
  margin: 8vw 0 0 5vw;
  display: flex;
  align-items: flex-start;
  gap: 0 3vw;
}
#adult .set2 .group .item2 .img {
  width: 50vw;
}
#adult .set2 .group .item2 .title {
  height: 120px;
  margin: 8vw 0 0;
}
#adult .set2 .group .item3 {
  margin: 8vw 5vw 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0 2vw;
}
#adult .set2 .group .item3 .img {
  width: 58vw;
}
#adult .set2 .group .item3 .title {
  height: 190px;
}
#adult .set2 .group .item4 {
  margin: 3vw 0 0;
  display: flex;
  align-items: flex-end;
  gap: 0 2vw;
}
#adult .set2 .group .item4 .group-img {
  position: relative;
  padding: 0 0 0 6vw;
  width: 50vw;
}
#adult .set2 .group .item4 .group-img .img2 {
  position: absolute;
  left: 0;
  top: -5vw;
  width: 17vw;
}
#adult .set2 .group .item4 .title {
  margin: 0 0 -6px;
}
#adult .set3 {
  margin: 12vw 0 0;
}
#adult .set3 h3 {
  font-size: 6.4vw;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #78607c;
  margin: 0 0 4vw;
}
@media screen and (max-width: 767px) {
  #adult .set3 h3 {
    text-align: center;
  }
  #adult .set3 h3 span {
    display: inline-block;
    text-align: left;
  }
}
#adult .set3 .flex {
  margin: 7vw 0 0;
}
#adult .set3 .flex h4 {
  color: #78607c;
  font-size: 4vw;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
#adult .set3 .flex .txt {
  letter-spacing: 0.025em;
  margin: 4vw 0 0;
}
@media screen and (min-width: 768px) {
  #adult {
    padding: 0 0 192px;
  }
  #adult .set1 {
    padding: 0 0 92px;
  }
  #adult .set1 .deco {
    top: 360px;
    width: 325px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #adult .set1 .deco {
    left: auto;
    right: calc(50% + 430px);
  }
}
@media screen and (min-width: 768px) {
  #adult .set1 .group-img h2 {
    font-size: 36px;
    width: 144px;
    height: 225px;
    padding: 187px 0 88px;
  }
  #adult .set1 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 57px;
  }
  #adult .set1 h3 {
    align-items: flex-start;
    font-size: 30px;
    gap: 0 18px;
    margin: 0 0 0 131px;
  }
  #adult .set1 h3::before {
    margin-top: 11px;
    height: 190px;
  }
  #adult .set1 .group-txt {
    margin: 84px 0 0;
    width: 389px;
  }
  #adult .set1 .group-txt .txt {
    letter-spacing: 0.025em;
  }
  #adult .set1 .group-txt .txt + .txt {
    margin-top: 30px;
  }
  #adult .set2 {
    margin: 98px 0 0;
    padding: 0 0 101px;
  }
  #adult .set2 h3 {
    font-size: 30px;
    width: 120px;
    height: 200px;
    margin: 0 auto;
  }
  #adult .set2 .group {
    padding: 0 140px 0 36px;
    margin: -33px 0 0;
  }
  #adult .set2 .group .title {
    font-size: 16px;
  }
  #adult .set2 .group .item1 {
    gap: 0 20px;
  }
  #adult .set2 .group .item1 .img {
    width: auto;
  }
  #adult .set2 .group .item1 .title {
    margin: 29px 0 0;
  }
  #adult .set2 .group .item2 {
    margin: -82px 0 0 31px;
    gap: 0 15px;
  }
  #adult .set2 .group .item2 .img {
    width: auto;
  }
  #adult .set2 .group .item2 .title {
    height: 150px;
    margin: 80px 0 0;
  }
  #adult .set2 .group .item3 {
    margin: -22px 25px 0 0;
    gap: 0 11px;
  }
  #adult .set2 .group .item3 .img {
    width: auto;
    margin: 2px 0 0;
  }
  #adult .set2 .group .item3 .title {
    height: 210px;
  }
  #adult .set2 .group .item4 {
    margin: -18px 0 0;
    gap: 0 7px;
  }
  #adult .set2 .group .item4 .group-img {
    padding: 0 0 0 62px;
    width: auto;
  }
  #adult .set2 .group .item4 .group-img .img2 {
    top: -30px;
    width: auto;
  }
  #adult .set2 .group .item4 .title {
    margin: 0 0 -10px;
  }
  #adult .set3 {
    margin: 96px 0 0;
  }
  #adult .set3 h3 {
    font-size: 30px;
    height: 176px;
    margin: 0 auto;
    width: 120px;
  }
  #adult .set3 .img {
    text-align: center;
  }
  #adult .set3 .flex {
    margin: 37px auto 0;
    width: 740px;
    display: flex;
    justify-content: space-between;
  }
  #adult .set3 .flex h4 {
    font-size: 18px;
  }
  #adult .set3 .flex .txt {
    width: 450px;
    margin: 0 5px 0 0;
  }
}

.remodal-overlay {
  background: transparent;
}