@charset "UTF-8";
/**/
/* RESET
--------------------------------------------------*/
html {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

form, input, textarea {
  margin: 0;
  padding: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

main table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  border: 0;
  vertical-align: bottom;
}

main a {
  color: #0068b7 !important;
  text-decoration: none;
}

/**/
p, li, a {
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

#qa, #list, #voice {
  scroll-margin-top: 75px;
}

body {
  width: 100%;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, p, span, small, li, a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main.l-container {
  background: #fff0f0;
}

main.l-container > div.l-container__row.u-margin__top--60.u-margin__bottom--100 {
  margin-bottom: 0;
}
.p-page_content{
  padding: 0;
}
.p-page_content__inner{
  max-width: initial;
}
/*inview*/
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity 2s, transform 2s; /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
}

div.kiiReg {
  width: 100%;
  margin: 0 auto;
}
div.kiiReg .spOnly {
  display: none;
}
div.kiiReg div.bgP{
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
div.kiiReg h1 {
  width: 100%;
}
div.kiiReg section.aboutReg {
  color: #7a5247;
  background: url("https://d2w53g1q050m78.cloudfront.net/kiisupport/uploads/regular/img/bg_reg01.png?1774850048288&_etid=2-48a2f1acd0709e02") no-repeat center top;
  background-size: cover;
  padding: 35px 0;
}
div.kiiReg section.aboutReg h2 {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  text-align: center;
}
div.kiiReg section.aboutReg p {
  width: 580px;
  margin: 0 auto 25px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-align: left;
}
div.kiiReg section.aboutReg ul {
  width: 580px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  padding: 0;
  justify-content: space-between;
}
div.kiiReg section.aboutReg ul li {
  text-align: center;
}
div.kiiReg section.aboutReg ul li a {
  display: block;
  background: #7ca6b4;
  color: #fff !important;
  padding: 18px 15px;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  transition: 0.3s;
}
div.kiiReg section.aboutReg ul li a:hover {
  opacity: 0.7;
}
div.kiiReg section.specialBenefit h2 {
  background: #c7a3b5;
  color: #fff;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  padding: 18px 0;
  margin-bottom: 30px;
}
div.kiiReg section.specialBenefit h2 span {
  font-size: 13px;
  display: block;
}
div.kiiReg section.specialBenefit ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
  width: 660px;
  margin: 0 auto 15px;
  padding: 0;
}
div.kiiReg section.specialBenefit ul li {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 125px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
div.kiiReg section.specialBenefit ul li p {
  font-size: 16px;
  text-align: center;
}
div.kiiReg section.specialBenefit ul li p.beH {
  background: #7ca6b4;
  color: #fff;
  margin: 0 0 15px 0;
  font-weight: bold;
}
div.kiiReg section.specialBenefit ul li p.beIcon {
  width: 60px;
  margin: 0 auto 10px;
}
div.kiiReg section.specialBenefit ul li p.beIcon img {
  width: 100%;
}
div.kiiReg section.specialBenefit ul li p.beTxt {
  margin-top: auto;
  color: #646767;
  font-size: 14px;
}
div.kiiReg section.specialBenefit div.spBenWrap{
  width: 660px;
  margin: 0 auto;
}

div.kiiReg section.specialBenefit small {
  display: block;
  width: 92.4%;
  margin: 0 auto;
  text-align: left;
  font-size: 13px;
  margin-bottom: 35px;
}
div.kiiReg section.specialBenefit h3 {
  background: #c7a3b5;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0;
}
div.kiiReg section.specialBenefit h3 span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
}
div.kiiReg section.specialBenefit div.benP {
  box-shadow: 2px 5px 15px 0px rgba(0, 0, 0, 0.35);
  margin-bottom: 25px;
  padding-bottom: 10px;
  background-color: #fff;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap {
  display: flex;
  justify-content: space-between;
  padding: 25px 25px 0 25px;
  gap: 25px;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap h4 {
  background: #7ca6b4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.01em;
  padding: 5px 0;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap div {
  margin-bottom: 10px;
  width: 100%;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap div div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap div div figure {
  display: block;
  width: 25%;
  margin: 0;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap div div figure.ico02 {
  width: 22%;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap div div figure img {
  width: 100%;
}
div.kiiReg section.specialBenefit div.benP div.flexWrap div div p {
  width: 68%;
  font-size: 14px;
  line-height: 1.5;
}
div.kiiReg section.specialBenefit div.benP.p2 > div figure {
  margin-top: 0;
}
div.kiiReg section.specialBenefit div.benP.p2 small {
  margin-top: 5px;
}
div.kiiReg section.specialBenefit div.benP small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
}
div.kiiReg div.bgW{
  width: 100%;
  background: #fff;
}
div.kiiReg div.bgW > section{
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
div.kiiReg section.voiceReg {
  width: 660px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 25px;
  box-shadow: 2px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
div.kiiReg section.voiceReg h2 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #c7a3b5;
  text-align: center;
  padding: 6px 0;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
div.kiiReg section.voiceReg > div {
  display: flex;
  justify-content: space-between;
  width: 92.4%;
  margin: 0 auto;
}
div.kiiReg section.voiceReg > div article {
  width: 45%;
}
div.kiiReg section.voiceReg > div article blockquote {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
div.kiiReg section.voiceReg > div article blockquote p {
  font-size: 17px;
  margin: 10px 0;
  letter-spacing: 0.01em;
}
div.kiiReg section.voiceReg > div article figure {
  margin: 0;
}
div.kiiReg section.voiceReg > div article figure img {
  width: 100%;
  margin-bottom: 15px;
}
div.kiiReg section.voiceReg > div article figure figcaption {
  font-size: 15px;
  text-align: left;
  margin: 0;
}
div.kiiReg section.qaReg {
  background-color: #fff;
  padding: 50px 0;
}
div.kiiReg section.qaReg h3 {
  font-size: 24px;
  font-weight: bold;
  color: #7a5247;
  text-align: center;
  margin-bottom: 25px;
}
div.kiiReg section.qaReg dl.faqAcco:last-of-type {
  border-bottom: 1px solid #000;
}
div.kiiReg section.qaReg dl.faqAcco dt {
  cursor: pointer;
  border-top: 1px solid #000;
  display: block !important;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 20px 60px 20px 10px;
  position: relative;
}
div.kiiReg section.qaReg dl.faqAcco dt::before, div.kiiReg section.qaReg dl.faqAcco dt::after {
  position: absolute;
  content: "";
  top: 32px;
  right: 20px;
  width: 20px;
  height: 1px;
  margin: auto;
  background: #151E2F;
}
div.kiiReg section.qaReg dl.faqAcco dt::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
div.kiiReg section.qaReg dl.faqAcco dt.active::after {
  transform: rotate(0deg);
}
div.kiiReg section.qaReg dl.faqAcco dd {
  display: none;
  border-top: 1px solid #ccc;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 20px 20px 0 20px;
  margin: 0 0 30px 0;
  line-height: 1.75;
}
div.kiiReg section.listReg {
  background-color: #fff;
}
div.kiiReg section.listReg h2 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #c7a3b5;
  text-align: center;
  padding: 6px 0;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
div.kiiReg section.listReg ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
  padding: 0;
}
div.kiiReg section.listReg ul li {
  width: 45%;
  margin-bottom: 50px;
}
div.kiiReg section.listReg ul li a {
  transition: 0.3s;
}
div.kiiReg section.listReg ul li a:hover {
  opacity: 0.7;
}
div.kiiReg section.listReg ul li a:first-of-type {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 25px;
  text-align: center;
}
div.kiiReg section.listReg ul li a:first-of-type img {
  width: 100%;
}
div.kiiReg section.listReg ul li a:last-of-type {
  display: block;
  background: #bc8094;
  border-radius: 20px;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  color: #fff !important;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 720px) {
  .p-page_content {
    padding: 0;
  }
  div.kiiReg .spOnly {
    display: block;
  }
  div.kiiReg h1 {
    width: 100%;
  }
  div.kiiReg section.aboutReg {
    background: url("https://d2w53g1q050m78.cloudfront.net/kiisupport/uploads/regular/img/bg_reg01.png?1774850048288&_etid=2-48a2f1acd0709e02") no-repeat center top;
    background-size: cover;
    padding: 4.8611111111vw 5.5555555556vw;
  }
  div.kiiReg section.aboutReg h2 {
    font-size: 3.8888888889vw;
    margin-bottom: 2.7777777778vw;
  }
  div.kiiReg section.aboutReg p {
    width: 100%;
    margin: 0 auto 3.4722222222vw;
    font-size: 2.7777777778vw;
  }
  div.kiiReg section.aboutReg ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6666666667vw;
    padding: 0;
    justify-content: space-between;
  }
  div.kiiReg section.aboutReg ul li {
    text-align: center;
  }
  div.kiiReg section.aboutReg ul li a {
    padding: 2.5vw 2.0833333333vw;
    font-size: 2.9166666667vw;
  }
  div.kiiReg section.specialBenefit {
    margin-bottom: 9.7222222222vw;
  }
  div.kiiReg section.specialBenefit h2 {
    font-size: 4.1666666667vw;
    padding: 2.0833333333vw 0;
    margin-bottom: 4.1666666667vw;
  }
  div.kiiReg section.specialBenefit h2 span {
    font-size: 1.9444444444vw;
  }
  div.kiiReg section.specialBenefit ul {
    width: 92%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
    margin: 0 auto 3.4722222222vw;
    padding: 0;
  }
  div.kiiReg section.specialBenefit ul li {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    padding: 2.0833333333vw;
    width: 27.7777777778vw;
  }
  div.kiiReg section.specialBenefit ul li p {
    font-size: 3.4666666667vw;
  }
  div.kiiReg section.specialBenefit ul li p.beH {
    padding: 0;
    margin: 0 0 2.7777777778vw 0;
  }
  div.kiiReg section.specialBenefit ul li p.beIcon {
    width: 10.6666666667vw;
    margin: 0 auto 2.7777777778vw;
  }
  div.kiiReg section.specialBenefit ul li p.beTxt {
    font-size: 3.3333333333vw;
  }
  div.kiiReg section.specialBenefit small {
    display: block;
    width: 85%;
    margin: 0 auto;
    text-align: left;
    font-size: 2.2222222222vw;
    margin-bottom: 4.8611111111vw;
  }
  div.kiiReg section.specialBenefit div.spBenWrap {
    width: 90%;
    margin: 0 auto;
  }
  div.kiiReg section.specialBenefit h3 {
    font-size: 4.1666666667vw;
    padding: 2.0833333333vw 3.4722222222vw;
    line-height: 1.3;
  }
  div.kiiReg section.specialBenefit h3 span {
    font-size: 3.0555555556vw;
    margin-top: 2.0833333333vw;
  }
  div.kiiReg section.specialBenefit div.benP {
    width: 100%;
    margin: 0 auto 4.1666666667vw;
    padding-bottom: 2.0833333333vw;
  }
  div.kiiReg section.specialBenefit div.benP div.flexWrap {
    display: block;
    padding: 5.5555555556vw 5.5555555556vw 0 5.5555555556vw;
  }
  div.kiiReg section.specialBenefit div.benP div.flexWrap h4 {
    font-size: 3.5vw;
    padding: 0.6944444444vw 0;
  }
  div.kiiReg section.specialBenefit div.benP div.flexWrap div {
    margin-bottom: 2.7777777778vw;
  }
  div.kiiReg section.specialBenefit div.benP div.flexWrap div div figure {
    width: 19.4444444444vw;
  }
  div.kiiReg section.specialBenefit div.benP div.flexWrap div div figure.ico02 {
    width: 18.75vw;
    padding-left: 1.6666666667vw;
  }
  div.kiiReg section.specialBenefit div.benP div.flexWrap div div figure.ico02 img {
    padding-left: 2vw;
  }
  div.kiiReg section.specialBenefit div.benP div.flexWrap div div p {
    width: 53.4722222222vw;
    font-size: 3.3333333333vw;
    line-height: 1.5;
  }
  div.kiiReg section.specialBenefit div.benP.p2 small {
    margin-top: 4.1666666667vw;
  }
  div.kiiReg section.specialBenefit div.benP small {
    font-size: 2.2222222222vw;
    margin-bottom: 2.7777777778vw;
  }
  div.kiiReg section.voiceReg {
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 3.4722222222vw;
  }
  div.kiiReg section.voiceReg h2 {
    font-size: 4.7222222222vw;
    padding: 2.0833333333vw 0;
    margin-bottom: 6.9444444444vw;
  }
  div.kiiReg section.voiceReg > div {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  div.kiiReg section.voiceReg > div article {
    width: 100%;
    margin-bottom: 9.7222222222vw;
  }
  div.kiiReg section.voiceReg > div article blockquote p {
    font-size: 4.4444444444vw;
  }
  div.kiiReg section.voiceReg > div article figure img {
    width: 100%;
    margin-bottom: 4.1666666667vw;
  }
  div.kiiReg section.voiceReg > div article figure figcaption {
    font-size: 3.6111111111vw;
    line-height: 1.5;
  }
  div.kiiReg section.qaReg {
    margin-bottom: 0;
    padding: 10% 5% 11.1111111111vw;
  }
  div.kiiReg section.qaReg h3 {
    font-size: 4.7222222222vw;
    font-weight: bold;
    color: #7a5247;
    text-align: center;
    margin-bottom: 4.1666666667vw;
  }
  div.kiiReg section.qaReg dl.faqAcco {
    width: 100%;
    margin: 0 auto;
  }
  div.kiiReg section.qaReg dl.faqAcco:last-of-type {
    border-bottom: 1px solid #000;
  }
  div.kiiReg section.qaReg dl.faqAcco dt {
    font-size: 3.8888888889vw;
    padding: 2.7777777778vw 9.7222222222vw 2.0833333333vw 1.3888888889vw;
  }
  div.kiiReg section.qaReg dl.faqAcco dt::before, div.kiiReg section.qaReg dl.faqAcco dt::after {
    top: 50%;
    right: 2.7777777778vw;
    width: 2.7777777778vw;
  }
  div.kiiReg section.qaReg dl.faqAcco dd {
    font-size: 3.3333333333vw;
    padding: 2.7777777778vw 1.3888888889vw 2.0833333333vw 1.3888888889vw;
    margin: 0 0 1.3888888889vw 0;
    line-height: 1.5;
  }
  div.kiiReg section.listReg h2 {
    font-size: 3.6111111111vw;
    padding: 2.0833333333vw 0;
    margin-bottom: 6.9444444444vw;
  }
  div.kiiReg section.listReg ul li {
    width: 48%;
    margin-bottom: 5.5555555556vw;
  }
  div.kiiReg section.listReg ul li a:first-of-type {
    margin: 0 auto 4.1666666667vw;
  }
  div.kiiReg section.listReg ul li a:last-of-type {
    padding: 2.0833333333vw 0;
    font-size: 3.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */