/* resetcss */
*,
*::before,
*::after {
  box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
ul,
li,
dl,
dd {
  margin: 0;
  padding: 0
}

ul[role=list],
ol[role=list] {
  list-style: none
}

li {
  list-style-type: none
}

html:focus-within {
  scroll-behavior: smooth
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}

img,
picture {
  max-width: 100%;
  display: block
}

input,
button,
textarea,
select {
  font: inherit
}

@media(prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}



/* ↓ここから記述↓ */

/* fv */
.fv {
  background: url(../img/mvbg-sp.jpg) center center / cover;
  height: 1160px;
  position: relative;
}

@media screen and (min-width: 750px) {
  .fv {
    background: url(../img/mv.jpg) center center / cover;
    height: 530px;
  }
}

@media screen and (min-width: 875px) {
  .fv {
    background: url(../img/mv.jpg) center center / cover;
    height: 590px;
  }
}

@media screen and (min-width: 940px) {
  .fv {
    background: url(../img/mv.jpg) center center / cover;
    height: 740px;
  }
}

@media screen and (min-width: 1120px) {
  .fv {
    background: url(../img/mv.jpg) center center / cover;
    height: 820px;
  }
}

.fv__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
}

.fv__pic-1 {
  padding-top: 40px;
  background: url(../img/main_copy-sp.png) center 20px / cover;
  height: 40vh;
  width: 100%;
  margin: 0 auto;
}

.fv__pic-2 {
  position: absolute;
  top: 10%;
}

.fv__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 343px;
  margin: 0 auto;
  padding-bottom: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 750px) {
  .fv__container {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1095px;
    margin: 0 auto;
    width: 83%;
  }
}

.fv__link {
  display: block;
  width: 172px;
}

@media screen and (min-width: 750px) {
  .fv__link {
    width: 100%;
  }
}

.fv-souzoku {
  background: url(../img/mv-souzoku-sp.png) center center / cover;
  height: 380px;
}
.fv-rougo {
  background: url(../img/mv-rougo-sp.png) center center / cover;
  height: 380px;
}
.fv-family {
  background: url(../img/mv-family-sp.png) center center / cover;
  height: 380px;
}

.fv-souzoku .fv__pic-fv {
  padding: 12px 22px 0;
}

@media screen and (min-width: 750px) {
  .fv-souzoku {
    background: url(../img/mv-souzoku.png) center center / cover;
    height: 496px;
  }

  .fv-rougo {
    background: url(../img/mv-rougo.png) center center / cover;
    height: 496px;
  }
  
  .fv-family {
    background: url(../img/mv-family.png) center center / cover;
    height: 496px;
  }

  .fv-souzoku .fv__pic-fv {
    padding: 0;
  }

  .fv-souzoku .fv__wrap {
    max-width: 1055px;
    width: calc(100% - 32px);
    flex-direction: row;
    gap: 28px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }
}



/* syuukatu */
.syuukatu {
  margin-top: 8px;
  background: #FFF7F7;
  position: relative;
}

.syuukatu__ttl {
  margin-bottom: 35px;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .syuukatu__ttl {
    margin-bottom: 45px;
  }
}

.syuukatu__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.syuukatu__txt {
  text-align: center;
  font-size: 16px;
  color: #0B2A3A;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media screen and (min-width: 750px) {
  .syuukatu__txt {
    margin-bottom: 60px;
  }
}

.syuukatu__bold {
  font-weight: bold;
}

.syuukatu__cycle {
  width: 350px;
  margin: 0 auto 40px;
}

@media screen and (min-width: 750px) {
  .syuukatu__cycle {
    width: 44%;
    max-width: 567px;
    margin: 0 auto 69px;
  }
}

.syuukatu__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media screen and (min-width: 750px) {
  .syuukatu__wrap {
    flex-direction: row;
    gap: 12px;
    width: 78%;
    margin: 0 auto 40px;
    max-width: 996px;
  }
}

.syuukatu__box {
  border: 1px solid #C7C0CD;
  border-radius: 10px;
  background: #fff;
  width: 327px;
  height: 80px;
  margin: 0 auto 16px;
  padding-left: 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  box-shadow: 1px 1px 5px #C7C0CD;
}

@media screen and (min-width: 750px) {
  .syuukatu__box {
    margin-bottom: 0;
  }
  .syuukatu__box-txt {
    font-size: 16px;
  }
}

.syuukatu__box:nth-child(3) {
  margin-bottom: 0;
}

.syuukatu__box-txt {
  font-size: 15px;
  color: #0B2A3A;
  line-height: 1.6;
  margin-left: 16px;
}

.syuukatu__wrap-2 {
  position: relative;
  background: #fff;
  width: 327px;
  margin: 0 auto 48px;
  padding: 20px 16px 45px;
  border: 1px solid #C7C0CD;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 1px 1px 5px #C7C0CD;
}

@media screen and (min-width: 750px) {
  .syuukatu__wrap-2 {
    width: 78%;
    margin: 0 auto 100px;
    max-width: 996px;
    padding: 48px 16px 24px;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 52px;
  }
}

.syuukatu__txtbox {
  margin-bottom: 10px;
}

.syuukatu__box-txt2 {
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

.syuukatu__txtcolor {
  font-weight: bold;
  color: #C00;
  
}

.syuukatu__pic {
  width: 168px;
  margin: 0 auto 25px;
}

@media screen and (min-width: 750px) {
  .syuukatu__pic {
    width: 77%;
    max-width: 226px;
    margin: 0 auto;
  }
}

.syuukatu__letter-txt {
  font-size: 16px;
  color: #0B2A3A;
  line-height: 2.3;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 16px;
  line-height: 2.2em;
  background:
    repeating-linear-gradient(to bottom,
      #C7C0CD 0 1px,
      transparent 1px 2.2em);
  padding: 0.1em 0;
}

@media screen and (min-width: 750px) {
  .syuukatu__letter-txt {
    width: 52%;
    max-width: 498px;
    padding: 1px 21px;
  }
}

.letter-txt-onpc {
  display: none;
}

@media screen and (min-width: 750px) {
  .letter-txt-nopc {
    display: none;
  }

  .letter-txt-onpc {
    display: block;
  }
}

.letter-txt-nosp {
  display: none;
}

.syuukatu__pen {
  width: 144px;
  position: absolute;
  bottom: -48px;
  right: -15px;
}

@media screen and (min-width: 750px) {
  .syuukatu__pen {
    width: 190px;
    bottom: -101px;
    right: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .syuukatu__pen {
    width: 268px;
    bottom: -101px;
    right: 0px;
  }
}


/* こんなお悩みはありませんか nayami */
.nayami {
  background: #FFF7F7;
  padding-bottom: 2px;
}

.nayami__wrap {
  padding-bottom: 35px;
}

.nayami__ttl {
  margin-bottom: 35px;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .nayami__ttl {
    margin-bottom: 82px;
  }
}

.nayami__box {
  width: 327px;
  margin: 0 auto 40px;
  position: relative;
}

@media screen and (min-width: 750px) {
  .nayami__box {
    width: 76.3%;
    max-width: 998px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
  }
}

.nayami__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nayami__question-box {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 36px;
  padding: 20px 0px;
  border: 1px solid #c7c0cd;
  border-radius: 10px;
  background-color: #eaf3f6;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  top: 10px;
  box-shadow: 1px 1px 5px #C7C0CD;
}

.nayami__question-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 36px 23px 0 23px;
  border-color: #c7c0cd transparent transparent;
  translate: -50% 100%;
}

.nayami__question-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 34.1px 21.8px 0 21.8px;
  border-color: #eaf3f6 transparent transparent;
  translate: -50% 99%;
}

@media screen and (min-width: 750px) {
  .nayami__question-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 15px;
    padding: 20px;
    border: 1px solid #c7c0cd;
    border-radius: 10px;
    background-color: #eaf3f6;
    box-shadow: 1px 1px 5px #C7C0CD;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
  }

  .nayami__question-box::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    left: 109%;
    transform: translateY(-125%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #c7c0cd;
  }

  .nayami__question-box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -9px;
    left: 107%;
    transform: translateY(-125%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #eaf3f6;
  }
}

.nayami__icon {
  width: 80px;
  height: 80px
}

@media screen and (min-width: 750px) {
  .nayami__icon {
    width: 144px;
    height: 144px
  }
}

.nayami__question {
  width: 163px;
  font-size: 16px;
  color: #0B2A3A;
}

@media screen and (min-width: 750px) {
  .nayami__question {
    width: 203px;
    font-size: 20px;
  }
}

.nayami__question-2 {
  width: 200px;
  font-size: 16px;
  color: #0B2A3A;
}

@media screen and (min-width: 750px) {
  .nayami__question-2 {
    width: 203px;
    font-size: 20px;
  }
}

.nayami__question-3 {
  width: 200px;
  font-size: 16px;
  color: #0B2A3A;
}

@media screen and (min-width: 750px) {
  .nayami__question-3 {
    width: 203px;
    font-size: 20px;
  }
}

.nayami__txt-bold {
  font-weight: bold;
}

.nayami__answer-box {
  border-right: 1px solid #C7C0CD;
  border-bottom: 1px solid #C7C0CD;
  border-left: 1px solid #C7C0CD;
  border-radius: 12px 12px 10px 10px;
  background: #fff;
  position: relative;
  box-shadow: 1px 1px 5px #C7C0CD;
}

@media screen and (min-width: 750px) {
  .nayami__answer-box {
    width: 74%;
    max-width: 724px;
  }

}

.nayami__subttl {
  border: 1px solid #090;
  border-radius: 10px 10px 0 0;
  background: #090;
  color: #fff;
  font-size: 20px;
  padding: 11px 20px;
  text-align: left;
}

.nayami__box#lougo .nayami__subttl {
  border: 1px solid #F46A34;
  background: #F46A34;
}

.nayami__box#suport .nayami__subttl {
  border: 1px solid #A59E3D;
  background: #A59E3D;
}

.nayami__box#lougo .nayami__button {
  border: 1px solid #F46A34;
  background: #F46A34;
}

.nayami__box#suport .nayami__button {
  border: 1px solid #A59E3D;
  background: #A59E3D;
}

.nayami__suport-txt {
  font-size: 20px;
  color: #0B2A3A;
  letter-spacing: 0.05em;
  padding: 23px 23px 40px;
}

@media screen and (min-width: 750px) {
  .nayami__subttl {
    font-size: 28px;
    line-height: 26px;
    padding: 19px 24px;
  }
}

@media screen and (min-width: 1200px) {
  .nayami__suport-txt {
    font-size: 24px;
    padding: 31px 25px 20px
  }
}

.nayami__txt-color {
  color: #E1641D;
  font-weight: bold;
}

#souzoku .nayami__txt-color {
  color: #090;
}

#suport .nayami__txt-color {
  color: #A59E3D;
}

.nayami__pc-no {}

@media screen and (min-width: 1200px) {
  .nayami__pc-no {
    display: none;
  }
}

.nayami__suporter {
  width: 116px;
  position: absolute;
  top: 61px;
  right: 15px;
}

@media screen and (min-width: 822px) {
  .nayami__suporter {
    right: 72px;
  }
}

@media screen and (min-width: 1200px) {
  .nayami__suporter {
    width: 208px;
    position: absolute;
    top: auto;
    left: 32px;
    bottom: 0px;
  }
}

.nayami__suporter-2 {
  position: absolute;
  top: 80px;
  right: 15px;
}

@media screen and (min-width: 822px) {
  .nayami__suporter-2 {
    right: 72px;
  }
}

@media screen and (min-width: 1200px) {
  .nayami__suporter-2 {
    width: 208px;
    position: absolute;
    top: auto;
    left: 32px;
    bottom: 0;
  }
}

.nayami__suporter-3 {
  position: absolute;
  top: 91px;
  right: 15px;
}

@media screen and (min-width: 1200px) {
  .nayami__suporter-3 {
    width: 208px;
    position: absolute;
    top: auto;
    left: 32px;
    bottom: 0;
  }
}

.nayami__answer-picbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 750px) {
  .nayami__answer-picbox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 900px) {
  .nayami__answer-picbox {
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 59px;
    gap: 20px;
  }
}

.nayami__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 129px;
  border: 1px solid #0B2A3A;
  border-radius: 5px;
  background: #EAF3F6;
  box-shadow: 1px 1px 5px #C7C0CD;
  position: relative;
}

@media screen and (min-width: 750px) {
  .nayami__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 118px;
    height: 168px;
    border: 1px solid #0B2A3A;
    border-radius: 5px;
    background: #EAF3F6;
    box-shadow: 1px 1px 5px #C7C0CD;
    position: relative;
  }
}

.nayami__card-icon-souzoku {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
}

@media screen and (min-width: 750px) {
  .nayami__card-icon-souzoku {
    height: 105px;
    width: 86px;
  }
}

.nayami__card-icon-yuigon {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

@media screen and (min-width: 750px) {
  .nayami__card-icon-yuigon {
    height: 105px;
    width: 75px;
  }
}

.nayami__card-icon-shintaku {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  position: absolute;
  top: 29px;
}

@media screen and (min-width: 750px) {
  .nayami__card-icon-shintaku {
    height: 70px;
    width: 100px;
    top: 50px;
  }
}

.nayami__card-icon-single {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
}

@media screen and (min-width: 750px) {
  .nayami__card-icon-single {
    height: 105px;
    width: 86px;
  }
}

.nayami__card-icon-ihin {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}

@media screen and (min-width: 750px) {
  .nayami__card-icon-ihin {
    height: 105px;
    width: 86px;
  }
}

.nayami__card-icon-sogi {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
}

@media screen and (min-width: 750px) {
  .nayami__card-icon-sogi {
    height: 105px;
    width: 53px;
  }
}

.nayami__card-icon-seikatu {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
}

@media screen and (min-width: 750px) {
  .nayami__card-icon-seikatu {
    height: 105px;
    width: 65px;
  }
}

.nayami__card-icon-house {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}

@media screen and (min-width: 750px) {
  .nayami__card-icon-house {
    height: 105px;
    width: 86px;
  }
}

.nayami__img-card {
  display: block;
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.nayami__card-txt {
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  width: 75px;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 750px) {
  .nayami__card-txt {
    width: 102px;
  }
}

.nayami__card-txt-shintaku {
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  width: 75px;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 8px;
}

@media screen and (min-width: 750px) {
  .nayami__card-txt-shintaku {
    width: 102px;
  }
}

.nayami__card-txt-house {
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  width: 75px;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 750px) {
  .nayami__card-txt-house {
    width: 102px;
  }
}

.nayami__cardpic {
  width: 105px;
}

@media screen and (min-width: 900px) {
  .nayami__cardpic {
    width: 118px;
  }
}

.nayami__button {
  width: 247px;
  margin: 35px auto 40px;
  border: 1px solid #090;
  background: #090;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 8px 10px 0 rgba(11, 42, 58, 0.12);
}

@media screen and (min-width: 900px) {
  .nayami__button {
    width: 400px;
    margin: 35px 55px 40px auto;
    color: #fff;
    border-radius: 10px;
    text-align: center;

  }
}

.nayami__answer-picbox .nayami__button a {
  color: #fff;
  text-align: center;

}

.nayami__link {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff !important;
}

.nayami__link {
  font-weight: 600;
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 13px;
}

.nayami__link::before {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transform: translateY(-50%);
  border: 2px solid #fff;
  ;
}

.nayami__link::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}


/* ご提供サービス service */
.service {
  background: #FFF7F7;
  padding-bottom: 2px;
}

.service__ttl {
  margin-bottom: 40px;
}

@media screen and (min-width: 900px) {
  .service__ttl {
    margin-bottom: 80px;
  }
}

.service__suporter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border: 1px solid #C7C0CD;
  border-radius: 10px;
  background: #fff;
  width: 327px;
  margin: 0 auto 40px;
  padding: 24px 12px;
  box-shadow: 1px 1px 5px #C7C0CD;
}

@media screen and (min-width: 750px) {
  .service__suporter {
    gap: 35px;
    width: 78%;
    max-width: 998px;
    margin: 0 auto 65px;
  }
}

@media screen and (min-width: 750px) {
  .servine__pc-no {
    display: none;
  }
}

.service__suporter-icon {
  width: 39px;
  height: 39px;
}

@media screen and (min-width: 750px) {
  .service__suporter-icon {
    width: 64px;
    height: 64px;
  }
}

.service__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.service__suporter-txt {
  color: #0B2A3A;
  font-size: 14px;
}

@media screen and (min-width: 750px) {
  .service__suporter-txt {
    font-size: 20px;

  }
}

.service__container {
  width: 327px;
  margin: 0 auto 40px;
  padding: 23px 20px 0px 20px;
  border: 1px solid #C7C0CD;
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 1px 5px #C7C0CD;
}

@media screen and (min-width: 750px) {
  .service__container {
    padding: 30px 40px;
    width: 78%;
    max-width: 998px;
  }

  .service__container-2 {
    padding: 30px 40px 0;
    width: 78%;
    max-width: 998px;
  }
}

@media screen and (min-width: 1000px) {
  .service__container {
    padding: 60px 70px;
  }

  .service__container-2 {
    padding: 60px 70px 20px;
    width: 78%;
    max-width: 998px;
  }
}

.service__suport-ttl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #0B2A3A;
  border-bottom: 1px solid #A1AFB6;
  margin-bottom: 35px;
}

@media screen and (min-width: 750px) {
  .service__suport-ttl {
    font-size: 24px;
  }

}

@media screen and (min-width: 750px) {
  .serveice__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 30px;
  }
}

.service__bold20 {
  font-size: 20px;
  font-weight: bold;
  color: #0B2A3A;
}

@media screen and (min-width: 750px) {
  .service__bold20 {
    font-size: 28px;
  }
}

.service__subbox {
  position: relative;
  margin-bottom: 85px;
}

@media screen and (min-width: 750px) {
  .service__subbox {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 750px) {
  .service__subbox {
    width: 100%;
  }
}






.service__subbox-single {
  position: relative;
  margin-bottom: 200px;
}

@media screen and (min-width: 750px) {
  .service__subbox-single {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 750px) {
  .service__subbox-single {
    width: 100%;
  }
}






.service__subttl {
  font-size: 20px;
  font-weight: bold;
  color: #0B2A3A;
  border: 1px solid #EAF3F6;
  border-radius: 10px;
  background: #EAF3F6;
  padding: 12px 16px;
  margin-bottom: 24px;
}

.service__minittl {
  font-size: 18px;
  font-weight: bold;
  color: #0B2A3A;
  letter-spacing: 0.05em;
  margin-bottom: 24px;

}

.service__txt {
  font-size: 15px;
  color: #0B2A3A;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 50px;
}

.service__txt-bold {
  font-weight: bold;
}

.service__button-box {
  position: relative;
}

.service__button {
  text-align: center;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
}

.service__button-2 {
  text-align: center;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
}

.service__button-3 {
  text-align: center;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: -13px;
}

@media screen and (min-width: 750px) {
  .service__button-3 {
    bottom: -3px;
  }
}

.service__button-4 {
  text-align: center;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: -50px;
}

@media screen and (min-width: 750px) {
  .service__button-4 {
    bottom: -51px;
  }
}

@media screen and (min-width: 790px) {
  .service__button-4 {
    bottom: -35px;
  }
}

.service__button-5 {
  text-align: center;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: -118px;
}

@media screen and (min-width: 750px) {
  .service__button-5 {
    bottom: -95px;
  }
}

@media screen and (min-width: 1235px) {
  .service__button-5 {
    bottom: -70px;
  }
}

/* サービスチラシの前後のアイコンの設定↓ */
.service__button::before,
.service__button::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.service__button::before {
  left: 0;
  background-image: url(../img/pin.png);
}

.service__button::after {
  right: 0;
  background-image: url(../img/pdf.png);
}

.service__link-single::before,
.service__link-single::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.service__link-single::before {
  left: 0;
  background-image: url(../img/pin.png);
}

.service__link-single::after {
  right: 0;
  background-image: url(../img/pdf.png);
}
/* サービスチラシの前後のアイコンの設定↑ */

.service__link {
  display: inline-block;
  width: 140px;
  color: #06b !important;
  text-decoration: underline !important;
}

.service__link-2 {
  display: inline-block;
  width: 170px;
  color: #06b !important;
  text-decoration: underline !important;
}

.service__link-3 {
  display: inline-block;
  color: #06b !important;
  text-decoration: underline !important;
}

.service__link-single {
  position: relative;
  display: inline-block;
  color: #06b !important;
  text-decoration: underline !important;
  padding-left: 18px;
  padding-right: 16px;
  line-height: 1.8;
  white-space: normal;
}

@media screen and (min-width: 750px) {
  .service__link-single {
    white-space: normal;
  }
}

@media screen and (min-width: 1235px) {
  .service__link-single {
    white-space: nowrap;
  }
}


.service__subbox-nosp {
  display: none;
}

@media screen and (min-width: 750px) {
  .service__subbox-nosp {
    position: relative;
    display: block;
    width: 199px;
  }
}

@media screen and (min-width: 750px) {
  .service__subbox-nosp-wood {
    width: 120px;

  }
}

@media screen and (min-width: 750px) {
  .service__img-2 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    left: 50px;
  }
}

@media screen and (min-width: 1000px) {
  .service__img-2 {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    left: 100px;
  }
}


/* <!-- よくあるご質問 question --> */
.question {
  background: #fff;
  padding-bottom: 20px;
}

@media screen and (min-width: 750px) {
  .question {
    padding-bottom: 70px;
  }
}

.question__ttl {
  margin-bottom: 45px;
}

@media screen and (min-width: 750px) {
  .question__ttl {
    margin-bottom: 70px;
  }
}

.question__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.question__containar {
  width: 327px;
  margin: 0 auto 30px;
  border: 2px solid #0B2A3A;
  border-radius: 10px;
}

@media screen and (min-width: 750px) {
  .question__containar {
    width: 62%;
    max-width: 796px;
    margin: 0 auto 40px;
  }
}

.question__subttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #fff;
  width: 244px;

}

@media screen and (min-width: 750px) {
  .question__subttl {
    font-size: 20px;
    width: 85%;
  }
}

.question__box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0B2A3A;
  gap: 13px;
  padding: 12px 20px 12px;
  border-radius: 5px 5px 0 0;
}

@media screen and (min-width: 750px) {
  .question__box {
    justify-content: flex-start;
    gap: 25px;
    padding: 14px 30px 18px;
    border-radius: 5px 5px 0 0;
  }
}

.question__box-2 {
  display: flex;
  justify-content: center;
  gap: 13px;
  padding: 14px 20px 18px;
}

@media screen and (min-width: 750px) {
  .question__box-2 {
    display: flex;
    justify-content: start;
    gap: 25px;
    padding: 14px 30px 18px;
  }
}

.question__icon {
  width: 30px;
}

.question__txt {
  font-size: 14px;
  color: #0B2A3A;
  line-height: 2;
  width: 244px;
}

@media screen and (min-width: 750px) {
  .question__txt {
    width: 85%;
  }
}


/* まずは相談からはじめましょう tell */
.tell {
  background: #EAF3F6;
  padding: 32px 8px;
}

@media screen and (min-width: 750px) {
  .tell {
    background: #EAF3F6;
    padding: 60px 8px;
  }
}

.tell__ttl {
  font-size: 14px;
  font-weight: bold;
  color: #0B2A3A;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
  .tell__ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.tell__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
  .tell__container {
    gap: 24px;
    width: 78%;
    max-width: 998px;
    margin: 0 auto 20px;
  }
}

.tell__box {
  width: 175px;
  border: 2px solid #F46A34;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}

@media screen and (min-width: 750px) {
  .tell__box {
    width: 50%;
    max-width: 487px;
    padding: 8px;
  }
}

.tell__dial {
  font-size: 14px;
  color: #F46A34;
  font-weight: bold;
  letter-spacing: 0.01em
}

@media screen and (min-width: 750px) {
  .tell__dial {
    font-size: 18px;
  }
}

.tell__number {
  font-size: 23px;
  color: #F46A34;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .tell__number {
    font-size: 48px;
    line-height: 1;
  }
}

.tell .tell__box a {
  color: #F46A34;
}

.tell__time {
  font-size: 12px;
  color: #F46A34;
  font-weight: 500;
}

@media screen and (min-width: 750px) {
  .tell__time {
    font-size: 16px;
  }
}

.tell p .tell__link {
  display: block;
  font-size: 16px;
  color: #fff;
  width: 359px;
  border-radius: 5px;
  background: #F46A34;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .tell p .tell__link {
    font-size: 28px;
    width: 78%;
    max-width: 998px;
    margin: 0 auto 30px;
  }
}

.tell__link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  padding: 12px;
}

.arrow {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}

.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.tell__bold {
  font-size: 19px;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .tell__bold {
    font-size: 30px;
  }
}


/* 追従フッター */
.followfooter {
  background: #EAF3F6;
  padding: 5px 8px 5px;
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  ;
}

@media screen and (min-width: 750px) {
  .followfooter {
    background: #EAF3F6;
    padding: 20px 8px 20px;
  }
}

.followfooter__ttl {
  font-size: 14px;
  font-weight: bold;
  color: #0B2A3A;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
  .followfooter__ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.followfooter__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 750px) {
  .followfooter__container {
    gap: 24px;
    width: 78%;
    max-width: 998px;
    margin: 0 auto;
  }
}

.followfooter__box {
  width: 175px;
  border: 2px solid #F46A34;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}

@media screen and (min-width: 750px) {
  .followfooter__box {
    width: 50%;
    max-width: 487px;
    padding: 8px;
  }
}

.followfooter__dial {
  font-size: 14px;
  color: #F46A34;
  letter-spacing: 0.01em
}

@media screen and (min-width: 750px) {
  .followfooter__dial {
    font-size: 18px;
  }
}

.followfooter__bold {
  font-weight: bold;
}

.followfooter__number {
  font-size: 23px;
  color: #F46A34;
  font-weight: bold;
}

.followfooter .followfooter__box a {
  color: #F46A34;
}

@media screen and (min-width: 750px) {
  .followfooter__number {
    font-size: 48px;
    line-height: 1;
  }
}

.followfooter__time {
  font-size: 12px;
  color: #F46A34;
  font-weight: 500;
}

@media screen and (min-width: 750px) {
  .followfooter__time {
    font-size: 16px;
  }
}

.followfooter__box-2 {
  width: 175px;
  background: #F46A34;
  border-radius: 5px;
  padding: 23px 12px;
}

@media screen and (min-width: 750px) {
  .followfooter__box-2 {
    width: 50%;
    max-width: 487px;
    padding: 40px 12px;
  }
}

@media screen and (min-width: 762px) {
  .followfooter__box-2 {
    width: 50%;
    max-width: 487px;
    padding: 60px 12px;
  }
}

@media screen and (min-width: 949px) {
  .followfooter__box-2 {
    padding: 36px 12px;
  }
}

.followfooter__box-2 .followfooter__web {
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 13px;
}

@media screen and (min-width: 750px) {
  .followfooter__box-2 .followfooter__web {
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 28px;
    text-align: center;
  }
}

.followfooter__web {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0;
  vertical-align: middle;
  text-decoration: none;
  padding: 0 24px 0 0;

}

.followfooter__web::before,
.followfooter__web::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.followfooter__web.arrow-2::before {
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  bottom: auto;
  left: auto;
}

@media screen and (min-width: 750px) {
  .followfooter__web.arrow-2::before {
    right: 10px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    bottom: auto;
    left: auto;
  }

}

.followfooter__bold19 {
  font-size: 19px;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .followfooter__bold19 {
    font-size: 30px;
  }
}

.followfooter--green .followfooter__box{
  border-color: #090;
}

.followfooter--green .followfooter__dial,
.followfooter--green .followfooter__number a,
.followfooter--green .followfooter__time {
  color: #090;
}

.followfooter--green .followfooter__box-2 {
  background-color: #090;
}

.followfooter--yellow .followfooter__box {
  border-color: #A59E3D;
}
.followfooter--yellow .followfooter__dial,
.followfooter--yellow .followfooter__number a,
.followfooter--yellow .followfooter__time {
  color: #A59E3D;
}

.followfooter--yellow .followfooter__box-2 {
  background-color: #A59E3D;
}

.followfooter--mv {
  position: static;
  padding: 5px 8px 20px;
  max-width: 474px;
}

.followfooter--mv .followfooter__box {
  padding: 2px 4px;
}

.followfooter--mv .followfooter__box-2 {
  align-self: stretch;
}

.followfooter--mv .followfooter__ttl {
  line-height: 20px;
  margin-bottom: 8px;
}

@media screen and (min-width: 750px) {
  .followfooter--mv {
    padding: 30px 25px;
  }
  
  .followfooter--mv .followfooter__ttl {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .followfooter--mv .followfooter__dial {
    font-size: 18px;
  }
  .followfooter--mv .followfooter__number {
    font-size: 32px;
  }
  .followfooter--mv .followfooter__time {
    font-size: 14px;
  }
  .followfooter--mv .followfooter__container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    gap: 16px;
  }

  .followfooter--mv .followfooter__box,
  .followfooter--mv .followfooter__box-2 {
    width: 100%;
    max-width: none;  
    padding: 10px 8px;
  }
  .followfooter--mv .followfooter__box-2 {
    padding: 30px 12px;
  }
}

@media screen and (min-width: 996) {
  .followfooter--mv {
    padding: 40px 37px;
  }
}

@media screen and (max-width: 749px) {
  .fv-souzoku .followfooter--mv {
    display: none;
  }

  .fv-souzoku .fv__pic-fv {
    padding: 12px 0 0;
    max-width: 330px;
    margin: 0 auto;
  }

  .wrapper #path-box.breadcrumb {
    order: 2;
  }
  .wrapper #path-box.breadcrumb ul li:last-child:after {
    display: none;
  }

  .followfooter__container {
    gap: 8px;
  }

  .followfooter--mv .followfooter__box-2 .followfooter__bold {
    font-size: 16px;
  }
  .followfooter--mv .followfooter__web {
    font-size: 16px;
    height: auto;
    padding: 0 12px 0 0;
  }
  .nayami__link {
    padding: 10px;
  }
}

/* 追従フッターjs */
.fadeIn {
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}

.showElement {
  opacity: 1;
  transition: 0.2s;
  pointer-events: auto;
}


/* Update 2025Oct */

.pc-visible {
  display: none;
}

@media screen and (min-width: 750px) {
  .pc-visible {
    display: block;
  }
}

:root{
  /* customize these values */
  --bg-color: transparent;  /* background color for green themed sections */
  --bar-color: #009900;       /* green bar color */
  --bar-height: 12px;        /* height of the horizontal bar */
  --triangle-width: 15px;    /* half-base of triangle (final base = 2 * this) */
  --triangle-height: 23px;   /* triangle height */
}

/* The divider container */
.divider {
  position: relative;
  width: 100%;
  height: var(--bar-height);
  background: var(--bar-color);
  overflow: visible; /* allow triangle to protrude */
  margin-bottom: 33px;
  margin-top: 16px;
}

/* The centered downward triangle that extends below the bar */
.divider::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(-1 * var(--triangle-height)); /* push triangle below the bar */
  width: 0;
  height: 0;
  /* create a downward pointing isosceles triangle using borders */
  border-left: var(--triangle-width) solid transparent;
  border-right: var(--triangle-width) solid transparent;
  border-top: var(--triangle-height) solid var(--bar-color);
  /* to keep sharp edges on some browsers */
  image-rendering: crisp-edges;
}

.divider--orange {
  --bar-color: #F46A34;
}

.divider--yellow {
  --bar-color: #A59E3D;
}

.icon-number {
  font-size: 16px;
}

.text--center {
  text-align: center;
}

.hightlight--title {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.05em;
  padding: 8px 16px;
  background: #ECF5EA;
  margin-bottom: 16px;
  border-radius: 8px;
  color: #0B2A3A;
}

.hightlight--title.--yellow {
  background-color: #F4F4E8;
}

.hightlight--title.--orange {
  background: #FFF4EB;
}

.hightlight--title.--gray {
  background-color: #F7F7F7;
}
.hightlight--title.--blue {
  background-color: #EAF3F6;
}
.text-highlight {
  background: linear-gradient(transparent 35%, #FFEDED 60%);
}

.caution {
  color: #F46A34;
  background-color: #FFF4EB;
  padding: 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 16px;
}

.caution::before {
  content: url(../img/icon-light.svg);
}

.checkmark-title,
.money-title,
.block-title,
.number-title {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  padding-left: 26px;
  margin-bottom: 8px;
  color: #0B2A3A;
}

.number-title {
  position: relative;
  padding-left: 46px;
}

.number-title::before {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #009900;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.money-title {
  padding-left: 46px;
  line-height: 26px;
  display: flex;
  align-items: center;
  font-size: 16px;
  text-align: left;
  margin-bottom: 16px;
}

.checkmark-title::before,
.money-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-greentick.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.money-title::before {
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-image: url(../img/icon-money.svg);
}

.checkmark-title ~ .checkmark-title {
  margin-top: 16px;
}

.block-title {
  padding-left: 0;
}

.underline-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 1.2%;
  border-bottom: 1px solid #CACACA;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.underline-title ~ .underline-title {
  margin-top: 24px;
}

.section__ttl {
  margin-bottom: 16px;
  text-align: center;
}

.section__ttl img {
  margin-left: auto;
  margin-right: auto;
}

.content-text {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.05em;
}

.list-dots li {
  position: relative;
  padding-left: 14px;
}

.list-dots li::before {
  content: "●";
  position: absolute;
  left: 0;
}

.list-dots li + li {
  margin-top: 0!important;
}

@media screen and (min-width: 750px) {
  :root {
    --triangle-width: 20px;
    --triangle-height: 30px;
  }
  .divider {
    margin-bottom: 54px;
    margin-top: 32px;
  }

  .icon-number {
    font-size: 18px;
  }

  .checkmark-title,
  .block-title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.05em;
  }
  .block-title {
    margin-bottom: 24px;
    letter-spacing: 0.05em;
  }
  .number-title {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .number-title::before {
    font-size: 18px;
  }

  .money-title {
    font-size: 18px;
    line-height: 1.3;
    min-height: 38px;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
  }
  .underline-title {
    font-size: 28px;
    margin-bottom: 32px;
    letter-spacing: 0.05em;
  }
  .underline-title ~ .underline-title {
    margin-top: 60px;
  }
  .hightlight--title {
    font-size: 24px;
    padding: 12px 16px;
    margin-bottom: 24px;
  }
  .hightlight--title.--large {
    padding: 24px;
    margin-bottom: 32px;
  }
  .section__ttl {
    margin-bottom: 32px;
  }
  .content-text {
    line-height: 30px;
  }
}

@media screen and (max-width: 749px) {
  .underline-title > span {
    font-size: 16px;
    font-weight: 500;
  }
}

.syuukatu--souzoku {
  background: #F7F7F7;
  margin-top: 0;
  padding-top: 32px;
}

.syuukatu--souzoku .syuukatu__ttl img{
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: auto;
}

.syuukatu--souzoku .syuukatu__wrap {
  padding: 0 16px;
}

.syuukatu--souzoku .syuukatu__box {
  width: 100%;
  padding: 16px;
}

.souzoku-picbox {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 16px;
}

.souzoku-picbox .nayami__card {
  width: auto;
  height: auto;
  padding: 15px;
  border-radius: 12px;
}

.souzoku-picbox .nayami__card + .syuukatu__box {
  margin-top: 8px;
}

.souzoku-picbox .nayami__card + .nayami__card {
  margin-top: 8px;
}

.souzoku-picbox .nayami__card .nayami__img {
  width: auto;
  height: auto;
  max-height: 100%;
}

.souzoku-picbox .nayami__card-icon-souzoku,
.souzoku-picbox .nayami__card-icon-yuigon,
.souzoku-picbox .nayami__card-icon-shintaku {
  width: auto;
  height: 83px;
  max-height: 100%;
  position: static;
}

.souzoku-picbox .nayami__card-txt,
.souzoku-picbox .nayami__card-txt-shintaku {
  width: 100%;
  position: static;
  margin-top: 8px;
  padding: 16px;
  font-size: 18px;
  height: 36px;
}

.souzoku-picbox .syuukatu__hatena {
  flex: 0 0 auto;
}

.souzoku__wrap {
  padding-bottom: 32px;
}

@media screen and (max-width: 749px) {
  .section__wrap,
  .souzoku__wrap {
    width: 100%;
    max-width: 327px;
    margin: 0 auto; 
  }
  .souzoku-picbox {
    max-width: 327px;
    margin: 0 auto;
  }
  .section--column .section__wrap {
    max-width: 343px;
  }
}

@media screen and (min-width: 750px) {
  .souzoku__wrap,
  .section__wrap {
    max-width: 996px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 78%;
  }
  .souzoku__wrap {
    padding-bottom: 100px;
  }
  .syuukatu--souzoku {
    padding-top: 100px;
  }
  .syuukatu--souzoku .syuukatu__wrap {
    padding: 0;
  }

  .souzoku-picbox {
    flex-direction: row;
    max-width: 996px;
    margin: 0 auto;
    justify-content: space-between;
    width: 78%;
  }

  .souzoku-picbox__item {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .souzoku-picbox .nayami__card {
    width: 100%;
    padding: 30px 15px 15px;
    height: auto;
  }

  .souzoku-picbox .nayami__card + .syuukatu__box {
    margin-top: 24px;
    height: auto;
    flex: 1;
  }

  .souzoku-picbox .nayami__card-icon-souzoku,
  .souzoku-picbox .nayami__card-icon-yuigon,
  .souzoku-picbox .nayami__card-icon-shintaku {
    height: 151px;
  }
  .souzoku-picbox .nayami__card + .nayami__card {
    margin-top: 0;
  }

  .souzoku-picbox .nayami__card-txt,
  .souzoku-picbox .nayami__card-txt-shintaku {
    font-size: 20px;
    height: 53px;
    margin-top: 15px;
  }
}

@media screen and (min-width: 996px) {
  .souzoku-picbox {
    gap: 24px;
  }
}

.content-box {
  border: 1px solid #C7C0CD;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}

.content-box--shadow {
  box-shadow: 0px 14px 18px 0px #0B293A1F;
}

.content-box--aligntop .content-box__inner {
  align-items: flex-start;
}

.content-box--pink {
  background: #FFF7F7;
  border: 1px solid #FBC3C4;
}

.content-box .content-box__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1.2%;
  text-transform: uppercase;
}

.content-box .content-box__notice {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.2%;
  margin-top: 16px;
}

.content-box .content-box__txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.2%;
}

.content-box .content-box__link {
    font-weight: 600;
    position: relative;
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 12px;
    border: 1px solid #0B2A3A;
    background: #0B2A3A;
    box-shadow: 0px 8px 10px 0px #0B2A3A1F;
    border-radius: 8px;
    margin: 20px auto 0;
    width: 100%;
    max-width: 311px;
    text-align: center;
}

.content-box .content-box__link::before {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transform: translateY(-50%);
  border: 2px solid #fff;
}

.content-box .content-box__link::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.content-box + .content-box {
  margin-top: 16px;
}
.content-box .content-box__img {
  margin-bottom: 16px;
}

.content-box .content-box__img img {
  margin-left: auto;
  margin-right: auto;
}

.content-box .img--center {
  text-align: center;
  margin: 16px auto;
}

.content-box .img--center img {
  margin-left: auto;
  margin-right: auto;
  width: revert-layer;
}

.content-box p + picture {
  margin-top: 16px;
}

@media screen and (min-width: 750px) {
  .content-box .img--center {
    margin: 24px auto;
  }
  .content-box + .content-box {
    margin-top: 32px;
  }
  .content-box__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }

  .content-box .content-box__title {
    font-size: 28px;
    line-height: 42px;
  }

  .content-box .content-box__notice {
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
  }

  .content-box .content-box__txt {
    font-size: 20px;
    line-height: 1.5;
  }

  .content-box--bigtext .content-box__txt,
  .content-box--bigtext .content-box__txt p {
    font-size: 17px;
    line-height: 32px;
  }

  .content-box--bigtext .content-box__inner {
    align-items: flex-start;
  }

  .content-box--bigtext .content-box__img {
    margin-top: -36px;
  }

  .content-box__txt p + p {
    margin-top: 16px;
  }

  .content-box .content-box__img {
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 43%;
  }

  .content-box .img--center {
    margin: 32px auto;
  }

  .content-box .content-box__link {
    width: 100%;
    max-width: 280px;
    padding: 14px;
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 996px) {
  .content-box {
    padding: 40px 60px;
  }

  .content-box--shadow {
    padding: 80px 100px;
  }
  .gray-box--vertical .gray-box__img {
    min-width: 280px;
  }
}

.gray-box {
  background-color: #F7F7F7;
  padding: 16px;
  margin-bottom: 24px;
  margin-top: 16px;
}

.gray-box:last-child {
  margin-bottom: 0;
}

.gray-box--vertical {
  text-align: center;
}

.gray-box__img {
  width: 112px;
  flex: 0 0 auto;
}

.gray-box .gray-box__img img
{
  margin: 0 auto;
}
.gray-box .gray-box__txt,
.gray-box .gray-box__txt .content-text {
  font-size: 14px;
  line-height: 24px;
}

.gray-box--vertical .gray-box__img img {
  margin: 32px auto 20px;
}

.gray-box__inner {
  display: flex;
  gap: 10px;
}

.gray-box--vertical .gray-box__inner {
  display: block;
}

.gray-box--vertical .gray-box__img {
  width: auto;
}

.gray-box .gray-box__inner .money-title,
.gray-box .gray-box__inner .content-box__link {
  display: none;
}

@media screen and (max-width: 749px) {
  .gray-box--vertical .gray-box__img {
    display: flex;
    position: relative;
    gap: 16px;
    padding-bottom: 50px;
    text-align: left;
  }

  .gray-box--vertical .gray-box__img + .gray-box__img {
    margin-top: 16px;
  }

  .gray-box--vertical .gray-box__img img {
    width: 112px;
    margin: 0;
  }

  .gray-box--vertical .gray-box__inner .content-box__link {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .gray-box {
    padding: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .gray-box__img {
    width: 200px;
  }
  .gray-box .gray-box__txt,
  .gray-box .gray-box__txt .content-text{
    font-size: 16px;
    line-height: 32px;
  }

  .gray-box__inner {
    flex-direction: row;
    gap: 40px;
  }

  .gray-box--vertical .gray-box__inner {
    display: flex;
    justify-content: center;
    gap: 32px;
  }

  .gray-box--vertical .gray-box__img {
    width: auto
  }
  .gray-box--vertical .gray-box__txt,
  .gray-box--vertical .gray-box__txt .content-text{
    line-height: 1.3;
  }
  
  .gray-box .gray-box__inner .content-box__link {
    display: block;
  }

  .gray-box .gray-box__inner .money-title {
    display: flex;
  }
  .gray-box > .money-title,
  .gray-box >  .content-box__link {
    display: none;
  }
}

.section {
  padding: 32px 0;
  color: #0B2A3A;
  background: var(--bg-color);
}

.section--green {
  --bg-color: #ECF5EA;
}

.section--gray {
  --bg-color: #F7F7F7;
}

.section--orange {
  --bg-color: #FFF4EB;
}

.section--yellow {
  --bg-color: #F4F4E8;
}

.section--green + .section--green,
.section--gray + .section--gray,
.section--orange + .section--orange,
.section--yellow + .section--yellow {
  padding-top: 0;
}
.benefit-list .benefit-card {
  display: block;
  text-decoration: none;
}
.benefit-list .benefit-card + .benefit-card {
  margin-top: 16px;
}

.benefit-list .benefit-card:hover {
  opacity: 0.6;
  text-decoration: none;
}

.benefit-card .benefit-card__img {
  position: relative;
  margin-bottom: 16px;
}

.benefit-card .benefit-card__img img {
  width: 100%;
  height: auto;
  display: block;
}

.benefit-card .benefit-card__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: #0B2A3A;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 6px;
  border-radius: 4px;
}

.benefit-card .benefit-card__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.benefit-card .benefit-card__txt {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.related-services-list {
  display: grid;
  gap: 8px;
}

.section--related-services h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  margin-top: 16px;
}

.related-services-list__item {
  display: flex;
  gap: 8px;
}

.related-services-list__item img {
  align-self: anchor-center;
}

.related-services-list__item .related-services-list__icon {
  flex: 0 0 auto;
  max-width: 70px;
}

.related-services-list__label {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.05em;
  padding: 6px 12px;
  border-radius: 8px;
  background: #FFF4EB;
  color: #EE7959;
  text-align: center;
  margin-bottom: 8px;
}

.related-services-list__label.--blue {
  background: #ECF5EA;
  color: #4F85BF;
}

.related-services-list__label.--green {
  background: #ECF5EA;
  color: #80BA4C;
}

.related-services-list__label.--cyan {
  background: #E8F8F8;
  color: #00AEB2;
}

.related-services-list__label.--orange {
  background: #FFF6E0;
  color: #EFB31D;
}

.related-services-list__txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
}

.process-steps .process-steps__title {
  display: flex;
  gap: 8px;
  padding: 16px;
  background-color: #F7F7F7;
  border-radius: 8px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  align-items: center;
}

.newspaper-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0.05em;
}

.newspaper-box__tags {
  flex: 0 0 auto;
}

.newspaper-box__tag {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #FFF7F7;
  color: #EF6161;
  padding: 6px;
  border-radius: 8px;
  min-width: 75px;
  display: inline-block;
  text-align: center;
}

.newspaper-box__content {
  display: flex;
  gap: 16px;
  flex: 1;
}

.newspaper-box__tag.--blue {
  background-color: #F7F7F7;
  color: #0063BE;
}

.newspaper-box .newspaper-box__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.messages {
  margin-top: 40px;
}

.messages .messages__item {
  display: flex;
  gap: 15px;
}

.messages .messages__item + .messages__item {
  margin-top: 8px;
}

.messages .messages__item:nth-of-type(even) {
  flex-direction: row-reverse;
  padding-right: 0;
}

.messages .messages__icon {
  max-width: 80px;
}

.messages .messages__txt {
  background-color: #F7F7F7;
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  align-self: anchor-center;
  flex: 1;
}

.messages .messages__txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 25px solid #F7F7F7;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.messages .messages__item:nth-of-type(even) .messages__txt::before {
  border-right: none;
  border-left: 25px solid #F7F7F7;
  left: auto;
  right: -15px;

}

.process-steps .process-steps__title picture {
  flex: 0 0 auto;
}

.process-steps .process-steps__title img {
  width: 55px;
  height: auto;
}

.process-steps .process-steps__detail {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 24px;
}

.process-steps .process-steps__detail  picture{
  flex: 0 0 auto;
}

.process-steps .process-steps__detail img {
  width: 69px;
  height: auto;
}

.process-steps .process-steps__note {
  padding: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  background-color: #EAF3F6;
}

.process__success {
  margin-top: 40px;
}

.process__success .process__img{
  margin: 0 auto;
  max-width: 280px;
}

.usage-list .usage-list__item {
  display: flex;
  gap: 8px;
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 12px 10px;
}

.usage-list .usage-list__item + .usage-list__item {
  margin-top: 32px;
}

.usage-list .usage-list__icon {
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
}

.usage-list .usage-list__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.usage-list .usage-list__txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.05em;
}

.usage-list .usage-list__notice {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #637985;
  margin-top: 8px;
}

.usage .usage__button {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #fff;
  background-color: var(--bar-color);
  padding: 12px;
  text-align: center;
  display: block;
  margin-top: 22px;
  border-radius: 8px;
  position: relative;
}

.usage .usage__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.usage .usage__button.--orange {
  --bar-color: #F46A34;
}

.usage .usage__button.--yellow {
  --bar-color: #A59E3D;
}

.feedback-list .feedback-list__item {
  gap: 24px;
  border: 1px solid #C7C0CD;
  background-color: #F7F7F7;
  border-radius: 12px;
  padding: 16px;
}

.feedback-list .feedback-list__item.--blue {
  background-color: #EAF3F6;
}

.feedback-list .feedback-list__item.--orange {
  background-color: #FFF7F7;
}

.feedback-list .feedback-list__item + .feedback-list__item {
  margin-top: 24px;
}

.feedback-list .feedback-list__img {
  min-width: 90px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.feedback-list .feedback-list__content p {
  margin-top: 16px;

}

.feedback-list .feedback-list__txt {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.03em;
  border-top: 1px solid #C7C0CD;
  background: repeating-linear-gradient(to top, #C7C0CD 0 1px, transparent 1px 38px);
  line-height: 38px; /* must match the spacing above */
  width: 100%;
  margin-top: 8px;
  padding: 0 10px 0 13px;
}

.feedback-list .feedback-list__txt p {
  margin: 0;
  text-indent: 28px;
}

.question--new .question__box {
  position: relative;
  cursor: pointer;
  padding-right: 62px;
}

.question--new .question__box .question__box-mark {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.question--new .question__box .question__box-mark > span {
  display: block;
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #0B2A3A;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.question--new .is-collapsed .question__box .question__box-mark > span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.question--new .is-collapsed .question__box-2 {
  display: none;
}

.tell--compact {
  padding: 32px 8px;
}

.tell .tell__linkback {
  border: 1.6px solid #0B2A3A;
  box-shadow: 0px 8px 10px 0px #0B2A3A1F;
  background: #fff;
  border-radius: 8px;
  color: #0B2A3A;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  padding: 12px;
  width: 100%;
  max-width: 327px;
  text-align: center;
  margin: 0 auto;
}

.tell .tell__linkback::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #0B2A3A;
  border-right: 2px solid #0B2A3A;
}

.tell .tell__linkback::before {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transform: translateY(-50%);
  border: 2px solid #0B2A3A;
}

.tell--insidebox {
  background-color: #fff;
  padding: 0;
  margin-top: 16px;
  gap: 16px;
}

.tell--insidebox .tell__box {
  border: none;
  text-align: left;
  position: relative;
  padding: 0 0 0 56px;
  width: 100%;
}

.tell--insidebox .tell__box::before {
  content: "";
  width: 48px;
  height: 41px;
  background-image: url(../img/icon-tell.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.tell--insidebox .tell__box a,
.tell--insidebox .tell__dial,
.tell--insidebox .tell__time,
.tell--insidebox .tell__number {
  color: #0B2A3A;
}

.tell--insidebox .tell__dial,
.tell--insidebox .tell__time {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.05em;
}

.tell--insidebox .tell__number {
  font-size: 34px;
  font-weight: 600;
  line-height: 32px;
  font-family: 'Noto Sans Japanese', sans-serif;
}

.content-box .content-box .tell--insidebox .tell__number {
  font-size: 32px;
}

.tell--insidebox .tell__container {
  width: 100%;
  flex-direction: column;
  margin-bottom: 20px;
}
.tell--insidebox p .tell__link {
  width: 100%;
  border-radius: 8px;
  font-size: 30px;
  margin: 0;
  line-height: 18px;
}

.tell--insidebox p .tell__link .tell__bold {
  font-size: 16px;
}

@media screen and (max-width: 749px) {
  .tell--insidebox .arrow::after {
    width: 10px;
    height: 10px;
    right: 14px;
  }
}

@media screen and (min-width: 750px) {
  .section {
    padding: 100px 0;
  }

  .process-steps .process-steps__title {
    font-size: 20px;
    padding: 20px 40px;
    line-height: 1.5;
    gap: 16px;
  }

  .process-steps .process-steps__title img {
    width: 169px;
  }

  .process-steps .process-steps__detail {
    gap: 10px;
  }

  .process-steps .process-steps__detail img {
    width: 211px;
  }

  .process-steps .process-steps__note {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 1.3;
  }

  .process__success .process__img{
    max-width: 430px;
  }

  .benefit-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .benefit-list .benefit-card + .benefit-card {
    margin-top: 0;
  }

  .related-services-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .related-services-list__item {
    gap: 16px;
  }

  .related-services-list__item .related-services-list__icon {
    max-width: none;
  }

  .related-services-list__label {
    font-size: 24px;
    padding: 12px;
  }

  .related-services-list__txt {
    font-size: 15px;
    line-height: 30px;
  }

  .newspaper-box {
    flex-direction: row;
    gap: 24px;
    font-size: 16px;
    margin-top: 24px;
  }

  .messages .messages__item {
    padding-right: 32%;
    gap: 32px;
  }

  .messages .messages__icon {
    max-width: 103px;
  }

  .messages .messages__txt {
    font-size: 15px;
    padding: 20px;
  }
  
  .messages .messages__item:nth-of-type(even) {
    padding-right: 0;
    padding-left: 32%;
  }

  .usage-list .usage-list__item {
    padding: 18px 40px;
    align-items: center;
    gap: 24px;
  }

  .usage-list .usage-list__icon {
    width: 110px;
    height: 110px;
  }

  .usage-list .usage-list__title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
  }

  .usage-list .usage-list__txt {
    font-size: 17px;
    line-height: 32px;
  }

  .usage .usage__button {
    font-size: 30px;
    line-height: 1;
    padding: 21px;
    margin-top: 32px;
  }

  .usage .usage__button::after {
    right: 20px;
    width: 13px;
    height: 13px;
  }

  .benefit-card .benefit-card__img {
    margin-bottom: 24px;
  }

  .feedback-list .feedback-list__item {
    display: flex;
    padding: 40px;
  }

  .feedback-list .feedback-list__item.--reverse {
    flex-direction: row-reverse;
  }

  .feedback-list .feedback-list__txt {
    margin-top: 0;
    font-size: 16px;
    padding: 0 20px 0 28px;
  }

  .question--new .question__containar {
    width: 78%;
    max-width: 996px;
  }
  
  .question--new .question__box .question__box-mark {
    right: 29px;
  }
  .tell--compact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tell--insidebox {
    margin-top: 32px;
  }
  .tell--insidebox .tell__container {
    flex-direction: row;
    margin-bottom: 32px;
    justify-content: flex-start;
  }

  .tell--insidebox .tell__box {
    padding: 0 0 0 86px;
  }

  .tell--insidebox .tell__number {
    font-size: 39px;
  }

  .tell--insidebox .tell__dial,
  .tell--insidebox .tell__time {
    font-size: 15px;
    line-height: 2;
  }

  .content-box .content-box .tell__container {
    gap: 16px;
  }

  .content-box .content-box .tell--insidebox .tell__number {
    font-size: 35px;
  }

  .content-box .content-box .tell--insidebox .tell__time {
    font-size: 14px;
    letter-spacing: 0;
  }

  .tell--insidebox .tell__box::before {
    width: 70px;
  }
  .tell--insidebox p .tell__link {
    padding: 27px;
  }
  .tell--insidebox p .tell__link .tell__bold {
    font-size: 30px;
  }

  .tell .tell__linkback {
    font-size: 20px;
    line-height: 1.4;
    padding: 22px;
    max-width: 500px;
  }
  
}

.section--top {
  padding: 40px 0;
}
.section--top p,
.section--top ul,
.section--top ol {
  font-size: 16px;
  line-height: 28px;
}

.section--column {
  background-color: #F7F7F7;
}
.section--column + .syuukatu {
  margin-top: 0;
}
.section--column figcaption,
.section--column .text-caution {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #637985;
}
.section--column p,
.section--column ul,
.section--column ol {
  font-size: 15px;
  line-height: 26px;
}

.section--column ol li {
  position: relative;
  padding-left: 16px;
}

.section--column ol {
  counter-reset: list-counter;
  list-style: none;
}

.section--column ol li::before {
  content: counter(list-counter) ". ";
  counter-increment: list-counter;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 26px;
  font-weight: 700;
  font-size: 15px;
}

.section--column .content-box__block a,
.section--column .content-box__block a:visited,
.section--column .content-box__block a:link{
  color: #3382CB;
  text-decoration: underline!important;
}

.section--column a:hover  {
  opacity: 0.6;
}

.section--column .content-box__block h5 {
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 16px;
}

.section--column .content-box__block p ~ p,
.section--column .content-box__block p ~ ul,
.section--column .content-box__block p ~ ol,
.section--column .content-box__block p + p,
.section--column .content-box__block p + ul,
.section--column .content-box__block p + ol  {
  margin-top: 16px;
}

.section--column .checkmark-title {
  margin-top: 32px;
  margin-bottom: 24px;
}

.section--column table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px solid #D9D9D9;
  table-layout: fixed;
}

.section--column table .row-title {
  background-color: #F7F8F8;
}

.section--column table th,
.section--column table td{
  font-size: 13px;
  line-height: 1.4;
  padding: 16px;
  border: 1px solid #D9D9D9;
  text-align: center;
}
.section--column table th {
  background-color: #EAF3F6;
}
/* The KV */
.kv {
  background: #E4F4FF;
  padding: 41px 16px;
  text-align: center;
}

.kv.--orange {
  background: #FFF4EB;
}

.kv.--gray {
  background: #F4F6F8;
}

.kv.--white {
  background: #FFFFFF;
}

.kv .kv__ttl {
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #0B2A3A;
  text-align: center;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.10);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.kv .kv__img {
  margin-top: 24px;
}
.kv .kv__img > img {
  margin: 0 auto;
  width: revert-layer;
}

/* Counter for QA blocks */
.section--column,
.qa-container {
  counter-reset: qa-counter;
}

.qa-block + .qa-block {
  margin-top: 24px;
}

.qa-block {
  counter-increment: qa-counter;
}

.qa-block .qa-block__question {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 38px;
}

.qa-block .qa-block__question::before,
.qa-block .qa-block__answer::before {
  content: "Q" counter(qa-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  background-color: #EF6161;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.qa-block .qa-block__answer {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 38px;
  margin-top: 16px;
}

.qa-block .qa-block__answer::before {
  content: "A" counter(qa-counter);
  background-color: #3382CB;
}

@media screen and (min-width: 750px) {
  .section--column .hightlight--title {
    margin-bottom: 32px;
  }
  .section--top p,
  .section--top ul,
  .section--top ol {
    font-size: 18px;
    line-height: 2;
  }
  .section--column p,
  .section--column ul,
  .section--column ol,
  .section--column ol li::before {
    font-size: 15px;
    line-height: 2;
  }

  .section--column li {
    margin: 0;
  }

  .section--column li + li {
    margin-top: 16px;
  }

  .section--column .content-box__block p ~ p,
  .section--column .content-box__block p ~ ul,
  .section--column .content-box__block p ~ ol{
    margin-top: 24px;
  }
  .section--column .content-box .content-box {
    padding: 40px;
  }
  .section--column .content-box .content-box .content-box__inner {
    gap: 40px;
  }
  .section--column .content-box .content-box__img img {
    width: revert-layer;
  }
  .kv .kv__ttl {
    font-size: 42px;
    line-height: 1.55;
  }

  .kv .kv__ttl > span {
    font-size: 32px;
  }

  .kv .kv__img  {
    margin-top: 40px
  }
  .qa-block + .qa-block {
    margin-top: 32px;
  }
  .qa-block .qa-block__question, 
  .qa-block .qa-block__answer {
    font-size: 18px;
    line-height: 32px;
    padding-left: 48px;
  }
  .qa-block .qa-block__question::before,
  .qa-block .qa-block__answer::before {
    width: 32px;
    height: 32px;
  }

  .section--column table th,
  .section--column table td{
    font-size: 14px;
    line-height: 1.55;
  }
}