@charset "UTF-8";

/* Updated 2025/07/15 */
/* Updated 2025/07/01 */
/* Updated 2025/04/01 */
/* Updated 2025/02/03 */

@font-face {
  font-family: noto-sans;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../font/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: noto-sans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: noto-sans;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: noto-sans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: noto-sans;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: noto-sans;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/NotoSansJP-Black.woff") format("woff");
}
body {
  color: #004831;
  font-family: noto-sans, "Noto Sans JP", "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

body.state-init {
  opacity: 1;
}

a, a:visited {
  color: #004831;
}

/* layout */
.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}

.container2 {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 60px;
}

.bnr-cv {
  position: relative;
  max-width: 956px;
  margin: 0 auto 0 auto;
}

.bnr-cv a {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.bnr-cv a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}

.bnr-cv:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bnr-cv_chara.png) no-repeat center;
  background-size: contain;
}

.fixed-bnr {
  display: none;
}

.fixed-bnr span {
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 0 15px 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.fixed-bnr span a {
  display: block;
  width: 860px;
  margin: 0 auto;
}

.pc-view {
  display: block;
}

.sp-view {
  display: none;
}

@media print, screen and (max-width: 768px) {
  section {
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }
  .container {
    padding: 0 2.5%;
    max-width: 480px;
  }
  .container2 {
    padding: 0 2.5%;
    max-width: 480px;
  }
  .bnr-cv {
    margin: 0 auto 0 auto;
    padding: 0 0 30px 0;
    max-width: 350px;
  }
  .bnr-cv span {
    position: relative;
    display: block;
  }
  .bnr-cv span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bnr-cv_chara@sp.png) no-repeat center;
    background-size: contain;
    z-index: 10;
  }
  .bnr-cv:after {
    display: none;
  }
  .bnr-cv.bnr-cv2 span:after {
    background: url(../img/bnr-cv_chara2@sp.png) no-repeat center;
    background-size: contain;
  }
  .fixed-bnr span {
    width: 100%;
    padding: 20px 0 0px 0;
  }
  .fixed-bnr span a {
    display: block;
    max-width: 368px;
    width: 100%;
    margin: 0 auto -10px auto;
  }
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
}
/* about */
.about {
  background: #e4eebd;
  padding: 78px 0 50px 0;
}

.about .manga-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .manga-wrap span {
  margin-bottom: 26px;
  position: relative;
  display: block;
}

.about .manga-wrap span a {
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  border-radius: 2.5%;
}

.about .manga-wrap span a:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.about .manga-wrap1 span:nth-child(1) {
  width: 100%;
}

.about .manga-wrap1 span:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background: url(../img/about-01_bage0318.png) no-repeat center;
  background-size: contain;
  width: 160px;
  height: 160px;
  left: -40px;
  top: -40px;
}

.about .manga-wrap1 span:nth-child(2), .about .manga-wrap1 span:nth-child(3) {
  width: 100%;
}

.about .manga-wrap1 span:nth-child(4) {
  width: calc(46.1% - 13px);
}

.about .manga-wrap1 span:nth-child(5) {
  width: calc(53.9% - 13px);
}

.about .manga-wrap2 span:nth-child(1) {
  width: 100%;
}

.about .manga-wrap2 span:nth-child(2), .about .manga-wrap2 span:nth-child(3), .about .manga-wrap2 span:nth-child(4) {
  width: calc(33.333% - 17.5px);
}

.about .manga-wrap2 span:nth-child(5) {
  width: calc(45% - 13px);
}

.about .manga-wrap2 span:nth-child(6) {
  width: calc(55% - 13px);
}

.about .manga-wrap2 span:nth-child(2):after, .about .manga-wrap2 span:nth-child(3):after, .about .manga-wrap2 span:nth-child(4):after, .about .manga-wrap2 span:nth-child(5):after, .about .manga-wrap2 span:nth-child(6):after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 70px;
  height: 100px;
  top: -12px;
  right: -20px;
}

.about .manga-wrap2 span:nth-child(2):after {
  background: url(../img/about_bage-1.png) no-repeat center;
  background-size: contain;
  right: -26px;
}

.about .manga-wrap2 span:nth-child(3):after {
  background: url(../img/about_bage-2.png) no-repeat center;
  background-size: contain;
}

.about .manga-wrap2 span:nth-child(4):after {
  background: url(../img/about_bage-3.png) no-repeat center;
  background-size: contain;
}

.about .manga-wrap2 span:nth-child(5):after {
  background: url(../img/about_bage-4.png) no-repeat center;
  background-size: contain;
}

.about .manga-wrap2 span:nth-child(6):after {
  background: url(../img/about_bage-5.png) no-repeat center;
  background-size: contain;
}

.about .about-attention {
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  font-weight: 400;
}

.about .about-attention li {
  position: relative;
  padding-left: 30px;
}

.about .about-attention li span {
  display: block;
  position: absolute;
  left: 0;
}

@media print, screen and (max-width: 768px) {
  .about {
    padding: 54px 0 54px 0;
  }
  .about .manga-wrap span {
    margin-bottom: 14px;
  }
  .about .manga-wrap span a:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .about .manga-wrap1 span:nth-child(1)::before {
    width: 100px;
    height: 100px;
    left: -6px;
    top: -35px;
  }
  .about .manga-wrap1 span:nth-child(4) {
    width: calc(32.8% - 4px);
  }
  .about .manga-wrap1 span:nth-child(5) {
    width: calc(67.2% - 4px);
  }
  .about .manga-wrap2 span:nth-child(2) {
    width: calc(50% - 4px);
  }
  .about .manga-wrap2 span:nth-child(3) {
    width: calc(50% - 4px);
  }
  .about .manga-wrap2 span:nth-child(4) {
    width: 100%;
  }
  .about .manga-wrap2 span:nth-child(5) {
    width: 100%;
  }
  .about .manga-wrap2 span:nth-child(6) {
    width: 100%;
  }
  .about .manga-wrap2 span:nth-child(2):after, .about .manga-wrap2 span:nth-child(3):after, .about .manga-wrap2 span:nth-child(4):after, .about .manga-wrap2 span:nth-child(5):after, .about .manga-wrap2 span:nth-child(6):after {
    width: 35px;
    height: 50px;
    top: -15px;
    left: 5px;
    right: auto;
  }
  .about .manga-wrap2 span:nth-child(2):after {
    background: url(../img/about_bage-1@sp.png) no-repeat center;
    background-size: contain;
  }
  .about .manga-wrap2 span:nth-child(3):after {
    background: url(../img/about_bage-2@sp.png) no-repeat center;
    background-size: contain;
  }
  .about .manga-wrap2 span:nth-child(4):after {
    background: url(../img/about_bage-3@sp.png) no-repeat center;
    background-size: contain;
  }
  .about .manga-wrap2 span:nth-child(5):after {
    background: url(../img/about_bage-4@sp.png) no-repeat center;
    background-size: contain;
  }
  .about .manga-wrap2 span:nth-child(6):after {
    background: url(../img/about_bage-5@sp.png) no-repeat center;
    background-size: contain;
  }
  .about .about-attention {
    padding: 15px 0 0 0;
    font-size: 12px;
  }
  .about .about-attention li {
    line-height: 1.8;
  }
}
/* convenience */
.convenience {
  background: #CFDEB3;
  padding: 120px 0 100px 0;
  position: relative;
}

.convenience:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/convenience-head_bg.png) no-repeat 0 0;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.convenience2:before {
  background: url(../img/convenience2-head_bg.png) no-repeat 0 0;
  background-size: contain;
}

.convenience h2 {
  display: block;
  position: relative;
  max-width: 696px;
  margin: 0 auto;
}

.convenience h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/convenience-ttl_chara.png) no-repeat center;
  background-size: contain;
  top: 0;
  right: 0;
}

.convenience .convenience-wrap span {
  display: block;
  position: relative;
}

.convenience .convenience-wrap span:nth-child(2) {
  margin-top: -45px;
}

.convenience .convenience-wrap span:nth-child(2) img {
  margin-left: -45px;
  display: block;
  position: relative;
}

.convenience .convenience-wrap span:nth-child(3) {
  margin-top: -45px;
}

@media print, screen and (max-width: 768px) {
  .convenience {
    padding: 50px 0 60px 0;
  }
  .convenience:before {
    background: url(../img/convenience-head_bg@sp.png) no-repeat 0 0;
    background-size: contain;
  }
  .convenience2:before {
    background: url(../img/convenience2-head_bg_sp.png) no-repeat 0 0;
    background-size: contain;
  }
  .convenience .container2 {
    position: relative;
    z-index: 5;
  }
  .convenience h2 {
    max-width: 316px;
    margin: 0 auto;
  }
  .convenience h2:after {
    background: url(../img/convenience-ttl_chara@sp.png) no-repeat center;
    background-size: contain;
  }
  .convenience .convenience-wrap {
    padding: 0 14px;
  }
  .convenience .convenience-wrap span:nth-child(2) {
    margin-top: -24px;
  }
  .convenience .convenience-wrap span:nth-child(2) img {
    margin-left: -15px;
  }
  .convenience .convenience-wrap span:nth-child(3) {
    margin-top: -24px;
  }
}
/* point */
.point {
  background: #F5F8E2;
  padding: 96px 30px 96px 30px;
}

.point h2 {
  margin-bottom: 60px;
  margin-right: -1.5%;
}

.point .point-wrap {
  margin-bottom: 35px;
}

.point .point-wrap span {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.point .point-wrap span:nth-child(1) {
  max-width: 980px;
  margin-bottom: 10px;
}

.point .point-wrap span:nth-child(2) {
  max-width: 1320px;
  margin-bottom: 35px;
}

.point .point-wrap span:nth-child(3) {
  max-width: 980px;
}

.point .point-attention {
  padding: 0 0 15px 0;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
}

.point .point-attention li {
  position: relative;
  padding-left: 18px;
}

.point .point-attention li:before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
}

.point .point-attention li ol {
  padding: 15px 0 0 0;
}

.point .point-attention li ol li {
  list-style: none;
}

.point .point-attention li ol li span {
  display: block;
  position: absolute;
  left: 0;
}

.point .point-attention li ol li:before {
  display: none;
}

.point .point-attention2 {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
}

.point .point-attention2 dt a {
  font-weight: 500;
}

@media print, screen and (max-width: 768px) {
  .point {
    padding: 60px 0;
  }
  .point h2 {
    margin-bottom: 18px;
  }
  /*
  .point .point-wrap {
    padding: 0 10% 0 10%;
  }
  */
  .point .point-wrap span {
    padding: 0 10%;
  }
  .point .point-wrap span:nth-child(1) {
    margin-bottom: 14px;
  }
  .point .point-wrap span:nth-child(2) {
    padding: 0;
  }
  /*
  .point .point-wrap span:nth-child(2) {
    margin-bottom: 14px;
    position: relative;
  }
  .point .point-wrap span:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background: url(../img/point-01__chara@sp_0422.png) no-repeat center 19%;
    background-size: contain;
    z-index: 2;
    top: 0;
    left: -10vw;
  }
  */
  .point .point-attention, .point .point-attention2 {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
/* howto */
.howto {
  background: #003F2B;
  padding: 80px 0;
}

.howto h2 {
  position: relative;
  max-width: 742px;
  margin: 0 auto;
}

.howto h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/howto-ttl_chara.png) no-repeat center;
  background-size: contain;
  left: 0;
  top: 0;
}

.howto .howto-box {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
}

.howto .howto-box h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 28px;
  padding: 6px 30px 20px 30px;
  background: #E4EEBD;
  letter-spacing: 0.12em;
  position: relative;
  overflow: hidden;
}

.howto .howto-box h3:before, .howto .howto-box h3:after {
  content: "";
  display: block;
  position: absolute;
  background: #CFDEB3;
  top: 0;
  height: 100%;
}

.howto .howto-box h3:before {
  width: 150px;
  left: 0;
}

.howto .howto-box h3:after {
  left: 150px;
  width: 80px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.howto .howto-box h3 span {
  letter-spacing: 0.04em;
  width: 190px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.howto .howto-box h3 span em {
  display: inline-block;
  position: relative;
  font-size: 56px;
  margin-left: 0.2em;
  top: 2px;
}

.howto .howto-box .howto-box__body {
  padding: 40px;
}

.howto .howto-box .howto-box__body-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.howto .howto-box .howto-box__step {
  text-align: center;
}

.howto .howto-box .howto-box__step h4 {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 2;
  display: block;
}

.howto .howto-box .howto-box__step h4 span {
  border-bottom: 4px solid #E4EEBD;
}

.howto .howto-box .howto-box__step h4 span em {
  color: #FA8200;
}

.howto .howto-box .howto-box__step.howto-box__step1 {
  width: 60%;
  position: relative;
}

.howto .howto-box .howto-box__step.howto-box__step1:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/icon-plus.svg) no-repeat center;
  background-size: contain;
  right: -60px;
  top: calc(50% - 10px);
}

.howto .howto-box .howto-box__step.howto-box__step1 h4 {
  font-weight: 600;
}

.howto .howto-box .howto-box__step.howto-box__step1 h4 span {
  width: 100%;
  display: block;
}

.howto .howto-box .howto-box__step.howto-box__step2 {
  width: 220px;
}

.howto .howto-box .howto-box__step.howto-box__step2 h4 {
  font-weight: 600;
}

.howto .howto-box .howto-box__step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.howto .howto-box .howto-box__step-card h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #FA8200;
}

.howto .howto-box .howto-box__step-card .img {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.howto .howto-box .howto-box__step-card .img img {
  margin: auto;
  display: block;
}

.howto .howto-box .howto-box__step-card span {
  display: block;
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
  padding: 12px 0 0 0;
}

.howto .howto-box .howto-box__step-attetion {
  text-align: left;
  padding: 20px 0 0 0;
  font-weight: 400;
  font-size: 12px;
}

.howto .howto-box .howto-box__step-attetion li {
  position: relative;
  padding-left: 24px;
}

.howto .howto-box .howto-box__step-attetion li span {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

.howto .howto-box__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 21px;
}

.howto .howto-box__tab li {
  width: 50%;
  display: block;
  text-align: center;
  position: relative;
  background: #F6F9E6;
  background: #CCCCCC;
  line-height: 1;
  padding: 15px 0 14px 0;
  border-radius: 14px 14px 0 0;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.howto .howto-box__tab li span {
  position: relative;
  z-index: 2;
}

/* .howto .howto-box__tab li:nth-child(2) {
  background: #CCCCCC;
} */
.howto .howto-box__tab li:nth-child(1).js-active {
  pointer-events: none;
}

.howto .howto-box__tab li:nth-child(1) {
  z-index: 2;
  background: #F6F9E6;
  color: #fff;
  font-size: 25px;
}

.howto .howto-box__tab li:nth-child(1) span {
  top: 4px;
}

.howto .howto-box__tab li:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  background: #FA8200;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  left: 10px;
  top: 10px;
  border-radius: 10px 10px 0 0;
}

.howto .howto-box__slider-body {
  background: #D5E2BB;
  background: #F6F9E6;
  padding: 50px;
  position: relative;
  border-radius: 0 0 14px 14px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  z-index: 3;
}

.howto .howto-box__slider-body1:before {
  content: "";
  display: block;
  width: calc(50% - 20px);
  height: 10px;
  background: #FA8200;
  left: 10px;
  position: absolute;
  top: -10px;
}

.howto .howto-box__slider-body2:before {
  content: "";
  display: block;
  width: 50%;
  height: 14px;
  background: #CCCCCC;
  right: 0;
  position: absolute;
  top: -14px;
}

.howto .howto-box__slider-body.howto-box__slider-body2 {
  background: #fff;
  display: none;
  border-radius: 14px;
}

.howto .howto-box__slider-body.howto-box__slider-body2:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 14px 0 14px 14px;
  -webkit-box-shadow: inset 15px 15px 25px rgb(198, 198, 198), inset -15px -15px 25px rgb(198, 198, 198);
  box-shadow: inset 15px 15px 25px rgb(198, 198, 198), inset -15px -15px 25px rgb(198, 198, 198);
}

.howto .howto-box__slider {
  max-width: 680px;
  margin: 0 auto;
}

.howto .howto-box__slide {
  max-width: 680px;
  margin: 0 auto;
}

.howto .howto-box__slide h4 {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 28px;
  padding-bottom: 3px;
  letter-spacing: 0.05em;
}

.howto .howto-box__slide h4 em {
  position: relative;
  display: inline-block;
  margin-left: 0.15em;
  font-size: 34px;
  top: 1px;
}

.howto .howto-box__slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  border-top: 4px solid #004831;
  border-bottom: 4px solid #004831;
  padding: 20px 0;
}

.howto .howto-box__slide-txt {
  width: 60%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 30px 0 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.howto .howto-box__slide-txt ul {
  width: 100%;
}

.howto .howto-box__slide-txt ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
}

.howto .howto-box__slide-txt ul li span {
  display: block;
  position: absolute;
  left: 0;
}

.howto .howto-box__slide-txt ul li em {
  color: #FA8200;
}

.howto .howto-box__slide-txt p {
  width: 100%;
}

.howto .howto-box__slide-txt p small {
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  line-height: 1.4;
}

.howto .howto-box__slide-txt dl {
  position: relative;
  margin-right: -50px;
}

.howto .howto-box__slide-txt dl.no-paading {
  margin-top: -20px;
}

.howto .howto-box__slide-txt dl dt {
  margin-bottom: 16px;
  font-weight: 600;
}

.howto .howto-box__slide-txt dl dd {
  font-size: 14px;
  letter-spacing: 0;
}

.howto .howto-box__slide-txt dl dd em {
  color: #FA8200;
}

.howto .howto-box__slide-txt dl dd small {
  font-weight: 300;
  font-size: 12px;
  display: inline-block;
  line-height: 1.4;
}

.howto .howto-box__slide-txt-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: auto;
  width: 100%;
  padding-bottom: 8px;
}

.howto .howto-box__slide-txt-arrow span {
  font-size: 15px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
  border: 2px solid #004831;
}

.howto .howto-box__slide-txt-arrow span.prev {
  background: none;
}

.howto .howto-box__slide-txt-arrow span.next {
  background: #004831;
  color: #fff;
  margin-left: auto;
}

.howto .howto-box__slide-img {
  width: 40%;
}

.howto .howto-box__slide-img img {
  display: block;
  margin: auto;
}

.howto .howto-box__slide-img span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 248px;
}

.slick-arrow {
  border: 0 !important;
  font-size: 0;
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  background: none !important;
  outline: none;
  border-radius: 50%;
  z-index: 5;
  top: calc(50% - 27px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 3px solid #004831 !important;
}

.slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.slick-arrow.slick-prev {
  left: -54px;
}

.slick-arrow.slick-prev:after {
  margin-left: -1px;
  background: url(../img/icon-arrow.svg) no-repeat center;
  background-size: 24px 48px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slick-arrow.slick-next {
  right: -54px;
  background: #004831 !important;
}

.slick-arrow.slick-next:after {
  background: url(../img/icon-arrow_white.svg) no-repeat center;
  background-size: 24px 48px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 0 0;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  font-size: 0;
  border-radius: 50%;
  background: #004831;
  margin: 0 3px;
  opacity: 0.3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slider-cation {
  position: relative;
  padding: 22px 0 0 0;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: -30px;
  display: none;
}

@media print, screen and (max-width: 768px) {
  .slider-cation {
    margin-bottom: 0px;
  }
  .howto {
    padding: 60px 0;
  }
  .howto h2 {
    max-width: 360px;
    margin-bottom: -1px;
  }
  .howto h2:after {
    background: url(../img/howto-ttl_chara@sp.png) no-repeat center;
    background-size: contain;
    top: auto;
    bottom: 0;
  }
  .howto .howto-box {
    border-radius: 14px;
    margin-bottom: 20px;
  }
  .howto .howto-box h3 {
    font-size: 18px;
    padding: 18px 16px 20px 116px;
    font-weight: 400;
  }
  .howto .howto-box h3:before {
    width: 88px;
  }
  .howto .howto-box h3:after {
    left: 88px;
    width: 24px;
  }
  .howto .howto-box h3 span {
    width: 100px;
    position: absolute;
    left: 15px;
    top: 12px;
  }
  .howto .howto-box h3 span em {
    line-height: 1;
    font-size: 30px;
    top: 1px;
    margin-left: 0.1em;
  }
  .howto .howto-box__tab {
    font-size: 15px;
  }
  .howto .howto-box__tab li:nth-child(1) {
    font-size: 15px;
  }
  .howto .howto-box__tab li:nth-child(1):after {
    width: calc(100% - 14px);
    height: calc(100% - 7px);
    left: 7px;
    top: 7px;
    border-radius: 6px 6px 0 0;
  }
  .howto .howto-box__tab li:nth-child(1) span {
    top: 2px;
  }
  .howto .howto-box__slider-body.howto-box__slider-body2 {
    border-radius: 8px 0 8px 8px;
  }
  .howto .howto-box__slider-body.howto-box__slider-body2:after {
    border-radius: 8px 0 8px 8px;
  }
  .howto .howto-box__slider-body2:before {
    height: 5px;
    top: -5px;
  }
  .howto .howto-box .howto-box__body {
    padding: 16px 16px;
  }
  .howto .howto-box .howto-box__step.howto-box__step1, .howto .howto-box .howto-box__step.howto-box__step2 {
    width: 100%;
  }
  .howto .howto-box .howto-box__step.howto-box__step1 {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .howto .howto-box .howto-box__step.howto-box__step1:after {
    top: auto;
    bottom: 0;
    right: calc(50% - 10px);
  }
  .howto .howto-box .howto-box__step h4 {
    font-size: 14px;
  }
  .howto .howto-box .howto-box__step h4 span {
    border-bottom: 3px solid #E4EEBD;
    padding-bottom: 4px;
  }
  .howto .howto-box .howto-box__step-card h5 {
    font-size: 12px;
  }
  .howto .howto-box .howto-box__body-step {
    padding-bottom: 24px;
  }
  .howto .howto-box__tab {
    font-size: 14px;
  }
  .howto .howto-box__tab li {
    border-radius: 9px 9px 0 0;
    padding: 14px 0 10px 0;
  }
  .howto .howto-box__slider-body {
    padding: 12px 16px;
  }
  .howto .howto-box__slide h4 {
    font-size: 15px;
    padding-bottom: 2px;
  }
  .howto .howto-box__slide h4 em {
    font-size: 22px;
  }
  .howto .howto-box__slide-inner {
    border-top: 2px solid #004831;
    border-bottom: 2px solid #004831;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .howto .howto-box__slide-inner .sp-view {
    margin-top: auto;
    width: 100%;
  }
  .howto .howto-box__slider-body1:before {
    height: 5px;
    top: -5px;
  }
  .howto .howto-box__slider-body1 .howto-box__slide-inner {
    min-height: 400px;
  }
  .howto .howto-box__slider-body1 .howto-box__slide-inner .howto-box__slide-txt {
    min-height: 130px;
  }
  .howto .howto-box__slider-body2 .howto-box__slide-inner {
    min-height: 490px;
  }
  .howto .howto-box__slider-body2 .howto-box__slide-inner .howto-box__slide-txt {
    min-height: 230px;
  }
  .howto .howto-box__slide-txt {
    width: 98%;
    position: relative;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  .howto .howto-box__slide-txt ul {
    font-size: 14px;
  }
  .howto .howto-box__slide-txt ul li {
    display: block;
    line-height: 1.5;
    padding-left: 18px;
    margin-bottom: 14px;
  }
  .howto .howto-box__slide-txt p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .howto .howto-box__slide-txt dl {
    margin-right: 0;
    margin-bottom: 14px;
  }
  .howto .howto-box__slide-txt dl.no-paading {
    margin-top: 0;
  }
  .howto .howto-box__slide-txt dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .howto .howto-box__slide-txt dl dd {
    font-size: 14px;
  }
  .howto .howto-box__slide-txt dl dd br {
    display: none;
  }
  .howto .howto-box__slide-img {
    width: 100%;
  }
  .howto .howto-box__slide-img span {
    min-height: 240px;
  }
  .howto .howto-box__slide-txt-arrow {
    font-size: 13px;
    padding: 10px 0 0 0;
  }
  .howto .howto-box__slide-txt-arrow span {
    padding: 6px 22px;
  }
  .slick-arrow {
    width: 36px;
    height: 36px;
    top: 160px;
  }
  .slick-arrow.slick-prev {
    left: 0;
  }
  .slick-arrow.slick-prev:after {
    background: url(../img/icon-arrow.svg) no-repeat center;
    background-size: 12px 24px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .slick-arrow.slick-next {
    right: 0;
  }
  .slick-arrow.slick-next:after {
    background: url(../img/icon-arrow_white.svg) no-repeat center;
    background-size: 12px 24px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
  }
  .slick-dots {
    padding: 18px 0 15px 0;
  }
  .slick-dots li {
    width: 6px;
    height: 6px;
  }
  .howto .howto-box .howto-box__step-card span {
    font-size: 11px;
  }
}
/* question */
.question {
  padding: 80px 0 120px 0;
  background: #E0EBB5;
}

.question h2 {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.question h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/question-ttl_chara.png) no-repeat center;
  background-size: contain;
}

.question .question-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 90px 30px 50px 30px;
}

.question .question-box {
  background: #E4EEBD;
  position: relative;
  max-width: 980px;
  margin: 0 auto 45px auto;
  border-radius: 40px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.question .question-box .icon {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 38px;
  position: relative;
  width: 54px;
  position: absolute;
  -webkit-text-stroke: 2px #004831;
  text-stroke: 2px #004831;
  line-height: 1;
  top: 12px;
  left: 20px;
}

.question .question-box dt {
  padding: 20px 60px 20px 70px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  cursor: pointer;
}

.question .question-box dt:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 12px;
  background: url(../img/icon-arrow.svg) no-repeat center;
  background-size: contain;
  right: 34px;
  top: calc(50% - 5px);
}

.question .question-box dd {
  background: #fff;
  position: relative;
  margin-top: 10px;
  padding: 30px 25px 45px 70px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  border-radius: 0 0 40px 40px;
  display: none;
}

.question .question-box dd .color-orange {
  color: #FF5F04;
}

.question .question-box dd small {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
}

.question .question-box dd .title {
  position: relative;
  display: inline-block;
  font-weight: 600;
  width: 100%;
  font-size: 17px;
  margin-top: 26px;
  padding-bottom: 0px;
  border-bottom: 4px solid #E4EEBD;
  margin-bottom: 12px;
}

.question .question-box dd .title2 {
  position: relative;
  display: inline-block;
  font-weight: 600;
  width: 100%;
  font-size: 17px;
  margin-top: 26px;
  margin-bottom: 10px;
}

.question .question-box dd ul li {
  margin-top: 15px;
  position: relative;
  padding-left: 22px;
}

.question .question-box dd ul li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.question .question-box dd ul li ul {
  font-size: 12px;
  line-height: 1.5;
}

.question .question-box dd ul li ul li {
  margin-top: 0;
  padding-left: 15px;
}

.question .question-box dd .question-bnr {
  text-align: center;
  background: #FA8200;
  padding: 6px 0 6px 0;
  color: #fff;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 50px;
  margin: 32px auto 0 auto;
  width: 100%;
  display: block;
  max-width: 390px;
}

.question .question-box dd .question-bnr span {
  display: inline-block;
  margin-right: 0.6em;
  position: relative;
  top: -5px;
  width: 60px;
}

@media print, screen and (max-width: 768px) {
  .question {
    padding: 60px 0 0 0;
  }
  .question h2 {
    max-width: 358px;
    width: 95%;
  }
  .question h2:after {
    background: url(../img/question-ttl_chara@sp.png) no-repeat center;
    background-size: contain;
    top: auto;
    bottom: 0;
  }
  .question .container {
    padding: 0;
  }
  .question .question-wrap {
    border-radius: 0;
    padding: 40px 2.5% 40px 2.5%;
  }
  .question .question-box {
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 4px;
  }
  .question .question-box .icon {
    font-size: 24px;
    top: 4px;
    left: 9px;
  }
  .question .question-box dt {
    font-size: 15px;
    padding: 6px 28px 8px 40px;
  }
  .question .question-box dt:after {
    width: 18px;
    height: 8px;
    right: 5px;
  }
  .question .question-box dd {
    margin-top: 6px;
    padding: 46px 18px 30px 18px;
    font-size: 14px;
    border-radius: 0 0 14px 14px;
  }
  .question .question-box dd .icon {
    left: 15px;
    top: 11px;
  }
  .question .question-box dd .question-bnr {
    padding: 12px 0 8px 0;
    font-size: 15px;
    border-radius: 50px;
    margin: 32px auto 0 auto;
    width: 100%;
    display: block;
    max-width: 270px;
    line-height: 1.4;
  }
}
/* banner */
.bottom-banner {
  background: #F5F8E2;
  padding: 90px 0;
}

.bottom-banner .banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bottom-banner .banner-wrap .chara {
  max-width: 304px;
  margin: 0 3em;
  position: relative;
}

.bottom-banner .banner-wrap .chara:after {
  content: "©︎dwarf";
  display: block;
  position: absolute;
  font-size: 12px;
  z-index: 5;
  left: -40px;
  bottom: -10px;
}

.bottom-banner .banner-wrap .txt {
  max-width: 480px;
  margin: 0 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-banner .banner-wrap .txt h2 {
  width: 100%;
}

.bottom-banner .bottom-banner__bnr {
  text-align: center;
  background: #FA8200;
  padding: 16px 0 15px 0;
  color: #fff;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 21px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 6px 10px rgba(250, 130, 0, 0.3);
  box-shadow: 0px 6px 10px rgba(250, 130, 0, 0.3);
  margin-top: auto;
  margin-bottom: 2%;
  width: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.bottom-banner .bottom-banner__bnr:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.bottom-banner .bottom-banner__bnr span {
  display: inline-block;
  margin-right: 0.8em;
  position: relative;
  top: -4px;
}

.bottom-banner-attention {
  padding: 54px 0 0 0;
}

.bottom-banner-attention dl {
  border: 2px solid #003F2B;
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: block;
  position: relative;
}

.bottom-banner-attention dl dt {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 35px;
  position: relative;
}

.bottom-banner-attention dl dt:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 12px;
  background: url(../img/icon-arrow.svg) no-repeat center;
  background-size: contain;
  right: 34px;
  top: calc(50% - 5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bottom-banner-attention dl dt.js-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bottom-banner-attention dl dd {
  font-size: 15px;
  padding: 40px 20px;
  border-top: 2px solid #003F2B;
  display: none;
}

.bottom-banner-attention dl dd ul, .bottom-banner-attention dl dd h3, .bottom-banner-attention dl dd p {
  max-width: 800px;
  position: relative;
  margin: 0 auto;
  font-weight: 300;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bottom-banner-attention dl dd ul {
  margin-bottom: 30px;
}

.bottom-banner-attention dl dd ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 24px;
}

.bottom-banner-attention dl dd ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #E4EEBD;
  border-radius: 50%;
}

.bottom-banner-attention dl dd h3 {
  position: relative;
  padding-left: 24px;
}

.bottom-banner-attention dl dd h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #004831;
  border-radius: 50%;
  left: 0px;
  top: 4px;
}

.bottom-banner-attention dl dd h3 a {
  position: relative;
}

.bottom-banner-attention dl dd h3 a:after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(../img/icon_blank.svg) no-repeat center;
  background-size: contain;
  top: 6px;
  right: -20px;
}

.bottom-banner-attention dl dd h3 a:hover {
  text-decoration: none;
}

.bottom-banner-attention dl dd h3 small {
  font-size: 12px;
}

.bottom-banner-attention dl dd p {
  margin-top: 30px;
}

@media print, screen and (max-width: 768px) {
  .bottom-banner {
    padding: 48px 0;
  }
  .bottom-banner .banner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .bottom-banner .banner-wrap .chara {
    max-width: 110px;
    margin: 0 auto 8px auto;
  }
  .bottom-banner .banner-wrap .chara:after {
    left: auto;
    right: -40px;
    bottom: 0px;
  }
  .bottom-banner .banner-wrap .txt {
    max-width: 330px;
    margin: 0 auto 30px auto;
  }
  .bottom-banner .sp-view .bottom-banner__bnr {
    width: 310px;
    margin: 20px auto 0 auto;
    display: block;
    font-size: 15px;
    padding: 14px 0 14px 0;
  }
  .bottom-banner .sp-view .bottom-banner__bnr span {
    width: 56px;
    top: -4px;
    margin-right: 0.6em;
  }
  .bottom-banner-attention {
    padding: 30px 0 0 0;
  }
  .bottom-banner-attention dl {
    border-radius: 14px;
    border: 1px solid #003F2B;
  }
  .bottom-banner-attention dl dt {
    font-size: 15px;
    font-weight: 400;
    padding: 14px 40px 12px 24px;
  }
  .bottom-banner-attention dl dt:after {
    width: 16px;
    height: 16px;
    right: 12px;
  }
  .bottom-banner-attention dl dd {
    border-top: 1px solid #003F2B;
    font-size: 14px;
  }
  .bottom-banner-attention dl dd ul, .bottom-banner-attention dl dd li, .bottom-banner-attention dl dd p {
    line-height: 1.5;
    font-size: 14px;
  }
  .bottom-banner-attention dl dd ul li {
    padding-left: 22px;
  }
  .bottom-banner-attention dl dd ul li:before {
    top: 4px;
    width: 13px;
    height: 13px;
  }
  .bottom-banner-attention dl dd h3 {
    padding-left: 20px;
  }
  .bottom-banner-attention dl dd h3:before {
    width: 14px;
    height: 14px;
  }
  .bottom-banner-attention dl dd p {
    margin-top: 28px;
  }
}
/* footer */
#footer-content {
  margin-top: 0;
  background: #e5edea;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  font-weight: 400;
}

#footer-content .footer-pageTop {
  border-bottom: 2px solid #fff;
}

#footer-content .footer-pageTop > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 47px;
  margin: auto;
  padding: 0 40px;
}

#footer-content .footer-pageTop > .inner > a:hover {
  text-decoration: none;
}

#footer-content .footer-pageTop > .inner > a > .inner {
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding-left: 2.25em;
}

#footer-content .footer-pageTop > .inner > a > .inner::before {
  top: calc(50% - 0.6875em);
}

.glyph-arrow01.-top > .inner::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.glyph-arrow01 > .inner::before {
  background: url(https://www.smbc.co.jp/kojin/cmn/imgs/ico_arrow_top_01.svg) 0 0/100% auto no-repeat;
}

[class*=glyph-] > .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 1.375em;
  height: 1.375em;
}

#footer-content a {
  text-decoration: none;
  font-size: 1.2rem;
}

#footer-content a:hover {
  text-decoration: underline;
  color: #004831;
}

#footer-content .footer-info {
  padding-top: 35px;
}

#footer-content > .footer-common > .inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
}

[class*=column-layoutA], [class*=column-layoutB] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-layoutB3 > :nth-child(-n+3) {
  margin-top: 0;
}

.column-layoutB3 > :nth-child(3n+1) {
  margin-left: 0;
}

[class*=column-layoutB].-narrow01 > * {
  margin-top: 12px;
}

.column-layoutB3 > * {
  width: 32%;
}

[class*=column-layoutB] > * {
  margin: 28px 0 0 2%;
}

#footer-content .footer-data {
  margin-top: 16px;
  text-align: center;
  font-size: 1.2rem;
  color: #222;
}

#footer-content .footer-data .detail-side01 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
}

.detail-side01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail-side01.-colon > .title::after {
  content: "：";
}

.detail-side01 > .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#footer-content .footer-data .detail-side01 > .detail {
  width: auto;
}

.detail-side01 > .detail:not(:first-child) {
  margin-left: 8px;
}

#footer-content > .footer-common {
  padding-bottom: 40px;
  background: #e5edea;
}

#footer-content .footer-logo {
  background: #004831;
}

#footer-content .footer-logo > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 15px 40px;
}

#footer-content .footer-logo .logo {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#footer-content .footer-logo .copy {
  font-size: 1rem;
  color: #fff;
}

@media print, screen and (max-width: 768px) {
  #footer-content .footer-pageTop > .inner {
    width: 100%;
    padding: 0 4.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  [class*=column-layoutB].-spColumn1 > :nth-child(-n+1) {
    margin-top: 0;
  }
  [class*=column-layoutB].-spColumn1 > :nth-child(1n+1) {
    margin-left: 0;
  }
  [class*=column-layoutB].-spColumn1 > * {
    width: 100%;
    margin: 12px 0 0 0;
    line-height: 1.5;
  }
  #footer-content .footer-info {
    padding-top: 40px;
  }
  #footer-content > .footer-common > .inner {
    width: 100%;
    padding: 0 4.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer-content .footer-logo > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer-content .footer-logo > .inner {
    width: 100%;
    padding: 15px 4.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer-content .footer-logo .logo {
    width: 86px;
  }
  #footer-content .footer-logo .copy {
    margin-top: 10px;
    text-align: center;
  }
}
/* animation */
.js-fadein {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  -webkit-transform: translate(0, 12%);
  transform: translate(0, 12%);
}

.js-fadein.js-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.js-rumble {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-rumble.js-inview {
  -webkit-animation: rumble 0.4s ease-in-out forwards;
  animation: rumble 0.4s ease-in-out forwards;
  opacity: 1;
}

.js-rumble-left {
  opacity: 0;
  left: 7%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.js-rumble-left.js-inview {
  -webkit-animation: rumble 0.9s ease-out forwards;
  animation: rumble 0.9s ease-out forwards;
  opacity: 1;
  left: 0;
}

@-webkit-keyframes rumble {
  0% {
    -webkit-transform: translate(0, 15%);
    transform: translate(0, 15%);
  }
  75% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  80% {
    -webkit-transform: translate(0, 2px) rotate(1.5deg);
    transform: translate(0, 2px) rotate(1.5deg);
  }
  90% {
    -webkit-transform: translate(2px, 0) rotate(-1.5deg);
    transform: translate(2px, 0) rotate(-1.5deg);
  }
  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes rumble {
  0% {
    -webkit-transform: translate(0, 15%);
    transform: translate(0, 15%);
  }
  75% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  80% {
    -webkit-transform: translate(0, 2px) rotate(1.5deg);
    transform: translate(0, 2px) rotate(1.5deg);
  }
  90% {
    -webkit-transform: translate(2px, 0) rotate(-1.5deg);
    transform: translate(2px, 0) rotate(-1.5deg);
  }
  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
.about .manga-wrap1 span:nth-child(4) {
  z-index: 3;
}

.about .manga-wrap1 span:nth-child(4):before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/about_bage-3_chara.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 215px;
  height: 330px;
  right: -98px;
  top: calc(50% - 165px);
  z-index: 2;
}

.about .manga-wrap2 span:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/about-05_txt.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.about .manga-wrap2 span:nth-child(1):before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/about-05_particle.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 106%;
  height: 100%;
  left: 0;
  top: -2%;
  z-index: 2;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.about .manga-wrap2 span.js-inview:nth-child(1):before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.about .container-flower {
  position: relative;
}

.about .container-flower .manga-wrap {
  position: relative;
  z-index: 3;
}

.about .container-flower:after {
  content: "";
  display: block;
  position: absolute;
  width: 96%;
  height: 100%;
  top: 5%;
  left: 2%;
  background: url(../img/bg-particle.png) no-repeat center 0;
  background-size: contain;
  z-index: 0;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.about .container-flower.js-inview:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.about .manga-wrap2 span:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.about .manga-wrap2 span:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.about .manga-wrap2 span:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.about .manga-wrap2 span:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.about .manga-wrap2 span:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.convenience h2:after, .howto h2:after, .question h2:after {
  opacity: 0;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.convenience h2.js-inview:after, .howto h2.js-inview:after, .question h2.js-inview:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.bnr-cv:after {
  opacity: 0;
  -webkit-transform: translate(8%, 0);
  transform: translate(8%, 0);
  -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.bnr-cv.js-inview:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.question-box .jsToggle:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.question-box .jsToggle.js-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.convenience-wrap span:nth-child(2) {
  position: relative;
  z-index: 4;
}

.convenience-wrap span:nth-child(2):before, .convenience-wrap span:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 172px;
  top: calc(50% - 54px);
  right: -56px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(-18%, 0);
  transform: translate(-18%, 0);
}

.convenience-wrap span:nth-child(2):before {
  background: url(../img/howo-chara.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.convenience-wrap span:nth-child(2):after {
  background: url(../img/howo-chara__over.png) no-repeat center;
  background-size: contain;
  z-index: 5;
}

.convenience-wrap span:nth-child(2).js-inview:before, .convenience-wrap span:nth-child(2).js-inview:after {
  opacity: 1;
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

.convenience-wrap span:nth-child(3) {
  z-index: 5;
}

@media print, screen and (max-width: 768px) {
  .about .manga-wrap1 span:nth-child(4):before {
    display: none;
  }
  .about .container-flower:after {
    background: url(../img/bg-particle@sp.png) no-repeat center 0;
    background-size: contain;
    width: 100%;
    left: 0;
    top: 2%;
  }
  .about .manga-wrap2 span:nth-child(1):after {
    background: url(../img/about-05_txt@sp.png) no-repeat center;
    background-size: contain;
  }
  .about .manga-wrap2 span:nth-child(1):before {
    background: url(../img/about-05_particle@sp.png) no-repeat center;
    background-size: contain;
    width: 103%;
    left: -1.5%;
  }
  .convenience-wrap span:nth-child(2) {
    position: relative;
    z-index: 4;
  }
  .convenience-wrap span:nth-child(2):before, .convenience-wrap span:nth-child(2):after {
    width: 60px;
    height: 86px;
    top: calc(50% - 42px);
    right: -34px;
  }
  .convenience h2:after {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .bnr-cv span:after {
    opacity: 0;
    -webkit-transform: translate(8%, 0);
    transform: translate(8%, 0);
    -webkit-transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .bnr-cv.js-inview span:after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* fancy */
body .fancybox__content {
  background: none;
}

body .fancybox__content > .f-button.is-close-btn {
  width: 42px;
  height: 42px;
  background: url(../img/icon-close.svg) no-repeat center;
  background-size: contain;
  opacity: 1;
  right: 20px;
}

body .fancybox__content > .f-button.is-close-btn svg {
  display: none;
}

.modal-fancy {
  display: none;
}

.modal-fancy__inner {
  max-width: 980px;
  display: block;
  width: 100%;
  width: 980px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 50px;
}

.modal-fancy__inner h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 28px;
  display: block;
  text-align: center;
  padding: 28px 0 20px 0;
  background: #E4EEBD;
  color: #004831;
  margin-bottom: 46px;
  letter-spacing: 0.1em;
}

.modal-fancy__body {
  max-width: 800px;
  margin: 0 auto;
}

.modal-fancy__body p {
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 35px;
}

.modal-fancy__body .image {
  position: relative;
  margin-bottom: 40px;
  padding: 40px 0;
}

.modal-fancy__body .image img {
  display: block;
  margin: 0 auto;
}

.modal-fancy__body .image:before, .modal-fancy__body .image:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: url(../img/border-dot.png) repeat-x 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
}

.modal-fancy__body .image:before {
  top: 0;
}

.modal-fancy__body .image:after {
  bottom: 0;
}

.modal-fancy__body ul {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

.modal-fancy__body ul li {
  position: relative;
  padding-left: 30px;
}

.modal-fancy__body ul li span {
  display: block;
  position: absolute;
  left: 0;
}

.modal-fancy__body ul li ul li {
  padding-left: 12px;
  position: relative;
}

.modal-fancy__body ul li ul li.no-list {
  padding-left: 0;
}

.modal-fancy__body ul li ul li.no-list:before {
  display: none;
}

.modal-fancy__body ul li ul li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}

.modal-fancy__body h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #FA8200;
  font-size: 30px;
  text-align: center;
  margin-bottom: 34px;
}

.modal-fancy__body h3 span {
  display: inline-block;
  position: relative;
  background: #004831;
  color: #fff;
  font-size: 22px;
  margin-right: 0.9em;
  line-height: 1;
  padding: 7px 12px 8px 12px;
}

.modal-fancy__body .img {
  padding-bottom: 75px;
  margin-bottom: 60px;
  position: relative;
}

.modal-fancy__body .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: url(../img/border-dot.png) repeat-x 0 0;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}

.modal-fancy__body .img img {
  margin: 0 auto;
  display: block;
}

@media print, screen and (max-width: 768px) {
  body .fancybox__content {
    background: none;
  }
  body .fancybox__content > .f-button.is-close-btn {
    width: 30px;
    height: 30px;
    background: url(../img/icon-close.svg) no-repeat center;
    background-size: contain;
    opacity: 1;
    right: 20px;
  }
  body .fancybox__content > .f-button.is-close-btn svg {
    display: none;
  }
  .modal-fancy__inner {
    max-width: 980px;
    width: 100%;
    border-radius: 10px;
  }
  .modal-fancy__inner h2 {
    font-size: 20px;
    margin-bottom: 24px;
    padding: 15px 0 12px 0;
  }
  .modal-fancy__body {
    padding: 0 20px;
  }
  .modal-fancy__body p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 22px;
  }
  .modal-fancy__body p br {
    display: none;
  }
  .modal-fancy__body .image {
    padding: 18px 0;
    margin-bottom: 20px;
  }
  .modal-fancy__body .image img {
    width: 212px;
  }
  .modal-fancy__body h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 22px;
  }
  .modal-fancy__body h3 span {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 4px;
    font-size: 14px;
  }
  .modal-fancy__body .img {
    padding-bottom: 45px;
    margin-bottom: 30px;
  }
  .modal-fancy__body ul li ul li {
    line-height: 1.4;
  }
}
/* modal */
html {
  overflow-y: scroll;
}

body.state-modal {
  overflow-y: auto;
}

body.state-modal .modal-wrap {
  position: absolute;
  left: 0;
  overflow: hidden;
}

body.state-modal .modal-bg {
  opacity: 0.8;
  left: 0;
}

body.state-modal .wrapOlive {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

body.state-modal .wrapOliveInner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*  padding-top: 66px;*/
}

.modal-wrap *::after,
.modal-wrap *::before,
.modal-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapOliveInner {
  position: relative;
}

.modal-wrap {
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
  left: -400%;
  padding: 0 0;
}

@media screen and (min-width: 1024px) {
  .modal-wrap {
    padding: 0 0;
  }
}
.modal-wrap img {
  vertical-align: top;
}

.modal-wrap a {
  text-decoration: none;
}

.modal-bg {
  position: fixed;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 1;
  left: -100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-btn__close {
  position: absolute;
  top: -56px;
  width: 44px;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .modal-btn__close {
    top: 14px;
    right: 14px;
    width: 40px;
  }
}
.modal-btn__close a {
  display: block;
}

.modal-con {
  position: absolute;
  z-index: 100;
  margin: 0 auto;
  background: #fff;
  width: 80vw;
  position: relative;
  z-index: 100;
  display: block;
}

@media screen and (min-width: 1024px) {
  .modal-con {
    width: 1000px;
    height: 380px;
    background: rgba(237, 243, 179, 0.94);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0;
    margin-left: -500px;
    margin-top: -190px;
    text-align: center;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
  }
}
.modalImg {
  position: absolute;
  width: 230px;
  bottom: 0;
  left: 77px;
}

.modalTit {
  position: absolute;
  width: 550px;
  top: 50px;
  left: 363px;
  text-align: center;
  color: #004831;
  font-weight: 700;
  line-height: 1;
  font-size: 23px;
}

.modalTxt {
  position: absolute;
  width: 550px;
  top: 325px;
  left: 363px;
  text-align: center;
  color: #004831;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
}

.modalQrImg {
  position: absolute;
  width: 200px;
  top: 100px;
  left: 538px;
}

/* add 240820 */
.about .manga-wrap1 span:nth-child(1)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background: url(../img/about-01_bage0820.png) no-repeat center;
  background-size: contain;
  width: 160px;
  height: 160px;
  left: -40px;
  top: -40px;
}

@media print, screen and (max-width: 768px) {
  .about .manga-wrap1 span:nth-child(1)::before {
    width: 100px;
    height: 100px;
    left: -6px;
    top: -35px;
  }
}
/* 2024.10 追記
---------------------------------------------------------- */
#point {
  position: relative;
  width: 100%;
}

#point a {
  display: block;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32%;
}

@media screen and (max-width: 768px) {
  #point a {
    bottom: 4%;
    -webkit-transform: translateX(-48%);
            transform: translateX(-48%);
    width: 65%;
  }
}
.tokuten {
  position: relative;
  width: 100%;
}

.tokuten a {
  display: block;
  position: absolute;
  bottom: 5%;
  left: 52%;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  width: 500px;
}

.tokuten a:hover {
  -webkit-transform: translateX(-50%) scale(1.05);
  transform: translateX(-50%) scale(1.05);
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .tokuten {
    width: 105%;
  }
  .tokuten a {
    width: 220px;
    bottom: 3%;
  }
  .tokuten img {
    margin-left: -5%;
  }
}
/* 2025.02 追記
---------------------------------------------------------- */
.about .manga-wrap1 span:nth-child(1)::before {
  background: url(../img/about-01_bage202501.png) no-repeat center;
  background-size: contain;
}

.about .manga-wrap1 span:nth-child(2) {
  margin-bottom: 0;
}

.convenience.convenience2 {
  padding-top: 80px;
}

.tokuten a {
  bottom: 3.5%;
}

.tokuten-extra {
  position: relative;
  margin-top: 60px;
}
.tokuten-extra a {
  display: block;
  position: absolute;
  bottom: 12%;
  left: 52%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  width: 500px;
}
.tokuten-extra a:hover {
  -webkit-transform: translateX(-50%) scale(1.05);
          transform: translateX(-50%) scale(1.05);
}

@media screen and (max-width: 768px) {
  .about .manga-wrap1 span:nth-child(2) .sp-extra {
    margin-top: 14px;
  }
  .convenience2:before {
    display: none;
  }
  .convenience.convenience2 {
    padding-top: 0;
  }
  .convenience.convenience2 .container2 {
    padding: 0;
  }
  .tokuten {
    width: 100%;
  }
  .tokuten img {
    margin-left: 0;
  }
  .tokuten-extra {
    margin-top: 20px;
  }
  .tokuten-extra img {
    margin-left: 0;
    width: 100%;
  }
  .tokuten-extra a {
    width: 220px;
  }
}

/* 2025.04 追記
---------------------------------------------------------- */
 .about .manga-wrap1 span:nth-child(1)::before {
  background: url(../img/about-01_bage202503.png) no-repeat center;
  background-size: contain;
} 
.about .manga-wrap1 span:nth-child(2) {
  margin-bottom: 26px;
}

@media print, screen and (max-width: 768px) {
  .fixed-bnr span {
      width: 100%;
      padding: 20px 0 20px 0;
  }
}

/* 2025.07.01 追記
---------------------------------------------------------- */

.wrapOlive {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
}
.assist {
  background: #D5E2BB;
  position: relative;
  padding-bottom: 80px;
}
.assist-point {
  position: relative;
  z-index: 5;
  padding: 80px 0 60px 0;
}
.assist-point:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/assist_bg-1.png) no-repeat center top;
  background-size: contain;
}
.assist-point_ttl {
  display: block;
  position: relative;
  max-width: 678px;
  margin: 0 auto;
  z-index: 2;
}
.assist-point_ttl span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition-delay: 0.2s;
}
.assist-point_wrap {
  position: relative;
  z-index: 5;
  margin-top: -50px;
}
.assist-point_wrap li {
  list-style: none;
  display: block;
  position: relative;
  max-width: 840px;
  margin-bottom: 25px;
}
.assist-point_wrap li:nth-child(2) {
  margin-left: auto;
}

.assist-backup {
  position: relative;
  display: block;
  padding: 80px 0 20px 0;
  z-index: 5;
}
.assist-backup:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/assist_bg-2.png) no-repeat center top;
  background-size: contain;
}
.assist-backup h2 {
  position: relative;
  max-width: 826px;
  display: block;
  margin: 0 auto 10px auto;
}
.assist-backup_function {
  display: block;
  position: relative;
  max-width: 840px;
  margin: 0 auto 34px auto;
}
.assist-backup_function ul {
  display: block;
  text-align: center;
  padding: 20px 0 0 0;
}
.assist-backup_attention {
  position: relative;
  background: #fff;
  border: 1px solid #004831;
  display: block;
  overflow: hidden;
  border-radius: 35px;
  color: #004831;
  filter: drop-shadow(0px 0px 8px rgba(0, 72, 49, 0.2));
}
.assist-backup_attention dt {
  padding: 20px 4.8%;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.assist-backup_attention dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/icon-toggle.svg) no-repeat center;
  background-size: contain;
  top: calc(50% - 8px);
  right: 4.5%;
  transform: rotate(180deg);
}
.assist-backup_attention dt.js-active:after {
  transform: rotate(0deg);
}
.assist-backup_attention dd {
  padding: 40px 8%;
  font-size: 14px;
  line-height: 1.7;
  border-top: 1px solid #004831;
  display: none;
}

@media print, screen and (max-width: 768px) {
  .assist-point {
    position: relative;
    z-index: 5;
    padding: 62px 0 40px 0;
  }
  .assist-point_ttl {
    width: 95%;
  }
  .assist-point:after {
    background: url(../img/assist_bg-1_sp.png) no-repeat center top;
    background-size: contain;
  }
  .assist-point_wrap li {
    margin-bottom: 15px;
  }
  .assist-backup_function ul li {
    line-height: 1.8;
    font-size: 13px;
  }
  .assist-backup_attention {
    border-radius: 18px;
  }
  .assist-backup_attention dt {
    font-size: 16px;
    padding: 20px 4.8%;
  }
  .assist-backup_attention dd {
    padding: 20px 4.8%;
    font-size: 13px;
  }
}

/* 2025.07.15 追記
---------------------------------------------------------- */
 .about .manga-wrap1 span:nth-child(1)::before {
  background: url(../img/about-01_bage202507.png) no-repeat center;
  background-size: contain;
} 
