@charset "UTF-8";
/* responsive system */
.tab-sp,
.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
.wave01:before,
.nonWave01:before,
.wave02:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: calc(100% + 20vw);
  background-image: url("https://sumaijuku.com/wpsite/images/skin/bg_cnt_wave-paper.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.wave02:before {
  top: 0;
  height: calc(100% + 15vw);
  background-image: url("https://sumaijuku.com/wpsite/images/skin/bg_cnt_wave.svg");
  background-position: top;
  transform: scale(-1, 1);
}

#cntFootNav {
  padding-top: 4%;
  padding-bottom: 50px;
  background: url("https://sumaijuku.com/wpsite/images/common/footCntNav/bg.png") no-repeat center top;
  background-size: 100% auto;
}

.inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 92%;
  }
}

#passive {
  letter-spacing: 0.08em;
}
#passive h2 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #passive h2 {
    font-size: 22px;
  }
}
#passive .intro {
  padding: 0 0 50px;
  margin-bottom: 0;
}
#passive .intro .read h2 {
  margin-bottom: 10px;
}
#passive .intro .read p {
  margin-bottom: 30px;
}
#passive .intro .read .img {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #passive .intro .read .img {
    margin-bottom: 40px;
  }
}
#passive .intro .mid h2 {
  margin-bottom: 10px;
}
#passive .intro .mid p.center {
  margin-bottom: 60px;
}
#passive .intro .mid .flex {
  justify-content: space-between;
  gap: 0 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #passive .intro .mid .flex {
    gap: 40px 0;
  }
}
#passive .intro .mid .flex .text {
  width: calc(100% - 490px);
}
@media screen and (max-width: 767px) {
  #passive .intro .mid .flex .text {
    width: 100%;
  }
}
#passive .intro .mid .flex .text p span {
  position: relative;
}
#passive .intro .mid .flex .text p span:before {
  position: absolute;
  content: "";
  background: #000;
  width: 104%;
  height: 1px;
  left: -2%;
  bottom: 0;
}
#passive .intro .mid .flex .img {
  width: 420px !important;
}
@media screen and (max-width: 767px) {
  #passive .intro .mid .flex .img {
    width: 100% !important;
  }
}
#passive .intro .mid .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#passive .intro .mid .table h3 {
  position: relative;
  font-size: 20px;
  padding-left: 23px;
}
@media screen and (max-width: 767px) {
  #passive .intro .mid .table h3 {
    font-size: 18px;
  }
}
#passive .intro .mid .table h3:before {
  position: absolute;
  content: "";
  background: #000;
  width: 15px;
  height: 15px;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #passive .intro .mid .table .t-cnt {
    overflow: scroll;
    padding: 45px 0 20px;
  }
}
#passive .intro .mid .table .t-cnt table {
  position: relative;
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #passive .intro .mid .table .t-cnt table {
    width: 951px;
    margin-bottom: 0;
  }
}
#passive .intro .mid .table .t-cnt table:before {
  position: absolute;
  content: "";
  background: url("../img/passive/table-object.png") no-repeat;
  background-size: contain;
  width: 117px;
  height: 62px;
  top: -45px;
  right: 170px;
  z-index: 2;
}
#passive .intro .mid .table .t-cnt table th {
  width: 145px;
  background: #fff;
  text-align: center;
  padding: 23px 0;
  border: 1px solid #827867;
}
#passive .intro .mid .table .t-cnt table td {
  width: 115px;
  background: #fff;
  text-align: center;
  padding: 23px 0;
  border: 1px solid #827867;
}
#passive .intro .mid .table .t-cnt table td.bg {
  position: relative;
  background: #fef1ba;
  color: #fff;
}
#passive .intro .mid .table .t-cnt table td.bg:before {
  position: absolute;
  content: "";
  background: #be902e;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
  border-radius: 100%;
}
#passive .intro .mid .table .t-cnt table td.bg span {
  display: block;
  position: relative;
  z-index: 1;
}
#passive .intro .mid .table ul {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #passive .intro .mid .table ul {
    margin-bottom: 50px;
  }
}
#passive .intro .mid .table ul li {
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #passive .intro .mid .table ul li {
    width: 100%;
    padding-right: 0;
  }
}
#passive .intro .mid .table ul li:before {
  position: absolute;
  content: "・";
  font-size: 16px;
  top: 0;
  left: 0;
}
#passive .intro .bottom h2 {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #passive .intro .bottom h2 {
    text-align: center;
    padding: 0 20px;
  }
}
#passive .intro .bottom h2:before {
  position: absolute;
  content: "";
  background: #000;
  width: 180px;
  height: 1px;
  top: 0;
  right: 100%;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #passive .intro .bottom h2:before {
    width: 50px;
  }
}
#passive .intro .bottom h2:after {
  position: absolute;
  content: "";
  background: #000;
  width: 180px;
  height: 1px;
  top: 0;
  left: 100%;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #passive .intro .bottom h2:after {
    width: 50px;
  }
}
#passive .intro .bottom .main-img {
  width: 855px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #passive .intro .bottom .main-img {
    width: 100%;
  }
}
#passive .wave01 {
  padding: 16vw 0 0;
}
@media screen and (max-width: 767px) {
  #passive .wave01 {
    padding: 100px 0 40px;
  }
}
#passive .wave01 .sub-title {
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #passive .wave01 .sub-title {
    font-size: 18px;
  }
}
#passive .wave01.second {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #passive .wave01.second {
    padding-bottom: 50px;
  }
}
#passive .wave01.second .read h2 {
  margin-bottom: 10px;
}
#passive .wave01.second .read p {
  margin-bottom: 30px;
}
#passive .wave01.second .read .img {
  margin-bottom: 90px;
}
#passive .wave01.second .bg {
  background: #fff;
  padding: 50px 30px 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #passive .wave01.second .bg {
    padding: 40px 20px 50px;
  }
}
#passive .wave01.second .bg h2 {
  text-align: center;
  margin-bottom: 20px;
}
#passive .wave01.second .bg .caption {
  text-align: center;
  margin-bottom: 45px;
}
#passive .wave01.second .bg .flex {
  align-items: flex-start !important;
  gap: 0 70px;
}
@media screen and (max-width: 767px) {
  #passive .wave01.second .bg .flex {
    gap: 60px 0;
  }
}
#passive .wave01.second .bg .flex .cnt {
  width: calc(33.3333333333% - 47px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #passive .wave01.second .bg .flex .cnt {
    width: 100%;
  }
}
#passive .wave01.second .bg .flex .cnt .icon {
  min-height: 221px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #passive .wave01.second .bg .flex .cnt .icon {
    min-height: auto;
  }
}
#passive .wave01.second .bg .flex .cnt .icon img {
  margin: 0 auto;
}
#passive .wave01.second .bg .flex .cnt .ttl {
  margin-bottom: 15px;
}
#passive .wave01.second .bg .flex .cnt .ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.4;
  border-bottom: 1px solid #594728;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  #passive .wave01.second .bg .flex .cnt .ttl span {
    font-size: 18px;
  }
}
#passive .wave01.second .bg .flex .cnt .detail {
  min-height: 173px;
}
@media screen and (max-width: 767px) {
  #passive .wave01.second .bg .flex .cnt .detail {
    min-height: auto;
  }
}
#passive .wave01.second .bg .flex .cnt .box {
  margin-top: 20px;
}
#passive .wave01.second .bottom .read p {
  margin-bottom: 50px;
}
#passive .wave01.second .bottom .flex {
  justify-content: space-between;
  gap: 0 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #passive .wave01.second .bottom .flex {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
#passive .wave01.second .bottom .flex .box {
  position: relative;
  width: 220px;
  background: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  padding: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  #passive .wave01.second .bottom .flex .box {
    width: 46%;
    font-size: 16px;
    padding: 10px 0 5px;
  }
}
#passive .wave01.second .bottom .flex .box:before {
  position: absolute;
  content: "";
  background: url("../img/passive/check-object.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #passive .wave01.second .bottom .flex .box:before {
    width: 20px;
    height: 20px;
    top: -10px;
  }
}
#passive .wave01.second .bottom .flex .box p {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
}
@media screen and (max-width: 767px) {
  #passive .wave01.second .bottom .flex .box p {
    min-height: 70px;
  }
}
#passive .wave01.second .bottom .caution {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #passive .wave01.second .bottom .caution {
    margin-bottom: 30px;
  }
}
#passive .wave01.second .bottom .border p span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 28px;
  line-height: 1.78;
  border-bottom: 1px solid #594728;
}
@media screen and (max-width: 767px) {
  #passive .wave01.second .bottom .border p span {
    font-size: 18px;
    text-align: center;
  }
}
#passive .wave02 {
  padding: 18vw 0 50px;
}
@media screen and (max-width: 767px) {
  #passive .wave02 {
    padding: 100px 0 50px;
  }
}
#passive .cta {
  padding: 80px 0;
  background: #f7f6f2;
}
@media screen and (max-width: 767px) {
  #passive .cta {
    padding: 40px 0;
  }
}
#passive .cta .bg {
  background: #fff;
  padding: 40px 0 50px;
}
@media screen and (max-width: 767px) {
  #passive .cta .bg {
    padding: 40px 20px 50px;
  }
}
#passive .cta .bg h2 {
  margin-bottom: 10px;
}
#passive .cta .bg .flex {
  position: relative;
  justify-content: center;
  gap: 0 108px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #passive .cta .bg .flex {
    gap: 40px 0;
    margin-top: 20px;
  }
}
#passive .cta .bg .flex:before {
  position: absolute;
  content: "";
  background: #827867;
  width: 1px;
  height: 90px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #passive .cta .bg .flex:before {
    width: 100%;
    height: 1px;
  }
}
#passive .cta .bg .flex .box .cap {
  text-align: center;
  margin-bottom: 10px;
}
#passive .cta .bg .flex .box.tel .num a {
  line-height: 1.43;
  font-size: 35px;
  vertical-align: baseline;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #passive .cta .bg .flex .box.tel .num a {
    pointer-events: all;
  }
}
#passive .cta .bg .flex .box.mail .button a {
  width: 260px;
  height: 50px;
  color: #fff;
  border-radius: 5px;
  background: #8f6b5c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 auto;
}
#passive .cta .bg .flex .box.mail .button a span {
  padding-left: 23px;
  position: relative;
}
#passive .cta .bg .flex .box.mail .button a span:before {
  font-family: "icomoon";
  content: "\e901";
  position: absolute;
  top: calc(50% - 0.6em);
  left: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}