@charset "UTF-8";
@font-face {
  font-family: 'Corporate';
  src: url('../fonts/Corporate-Logo-Bold-ver3.woff') format('woff');
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.visible_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible_pc {
    display: none;
  }
  .visible_sp {
    display: block;
  }
}

/* --------------------
  UTILITY
-------------------- */
.tc-orange {
  color: #F07800 !important;
}
.tc-red {
  color: #F10306 !important;
}
.sat {
  color: #0046C9 !important;
}
.sun {
  color: #D00000 !important;
}
.tc-bold {
  font-weight: 600;
}
.ff-din {
  font-family: 'Roboto',sans-serif;
}

/* --------------------
  component
-------------------- */
.c-button__sim {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 85px;
  border-radius: 43px;
  padding: 10px;
  margin: 0 auto;
  position: relative;
}
.c-button__inn {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-size: clamp(18px, 1.757vw, 24px);
  line-height: 65px;
  text-align: left;
  padding-left: 20px;
  position: relative;
}
.c-button__sim:after{
  display: inline-block;
  content: "";
  width: 18%;
  padding-top: 18%;
  border-radius: 50%;
  background: url(../img/icon_sim.webp) center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.c-button__sim--01 {
  background: #FFF;
}
.c-button__sim--01 .c-button__inn {
  color: #000;
}
.c-button__sim--02 {
  background: #FF8900;
}
.c-button__sim--02:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%) hue-rotate(91deg) brightness(97%) contrast(108%);
}
.c-button__sim--02 .c-button__inn {
  color: #FFF;
  font-size: 24px;
}
.c-list__note li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  counter-increment: num;
  display: flex;
  column-gap: 12px;
}
.c-list__note li:before {
  content: "※";
}
.c-list__note--num li:before {
  content: "※" counter(num);
}
.c-cta__inner {
  display: flex;
  justify-content: space-around;
}
.c-cta__item {
  width: 400px;
  text-align: center;
}
.c-cta__item dt {
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 7px;
}
.c-cta__item dd a,
.c-cta__item dd button {
  display: inline-block;
  width: 100%;
  color: #FFF;
  font-size: 30px;
  padding: 18px 0;
  background: #000;
  border: none;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.c-cta__item dd .has-icon {
  padding-left: 25px;
}
.c-cta__item dd .has-icon.-shinsa {
  padding-left: 43px;
}
.c-cta__item dd .has-icon:before {
  display: inline-block;
  content: "";
  width: 43px;
  height: 43px;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-cta__item dd .-tenpo:before {
  background: url(../img/icon_search.webp) center/contain no-repeat;
}
.c-cta__item dd .-shinsa {
  background: #F07800;
}
.c-cta__item dd .-shinsa:before {
  background: url(../img/icon_pc.webp) center/contain no-repeat;
}
.c-cta__item dd a span {
  font-size: 20px;
}
.c-cta.flt {
  width: 100%;
  max-width: 100%;
  height: 154px;
  padding-top: 20px;
  background: rgba(0,0,0,0.51);
  position: fixed;
  bottom: -154px;
  transition: 0.2s;
  z-index: 10;
}
.c-cta.flt.fixed {
  bottom: 0;
  transition: 0.2s;
}
.c-cta.flt.is-stop {
  background: #545454;
  position: absolute;
  transition: 0s;
}
.c-cta.flt .c-cta__inner {
  max-width: 857px;
  margin: 0 auto 10px;
  justify-content: space-between;
}
.c-cta.flt .c-cta__item dt {
  color: #FFF;
}
.all_wrap {
  position: relative;
}
.flt_inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.flt_close {
  display: block;
  width: 106px;
  height: 28px;
  background: rgba(0,0,0,0.51);
  border-top-left-radius: 29px;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: -48px;
  cursor: pointer;
}
@media (hover: hover) {
  .c-cta__item dd a:hover,
  .c-cta__item dd button:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__item {
    width: 295px;
  }
  .c-button__sim {
    max-width: 327px;
    height: 46px;
  }
  .c-button__inn {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding-left: 0;
    padding-right: 10px;
  }
  .c-button__sim:after {
    width: 36px;
    height: 36px;
  }
  .c-button__inn:before,
  .c-button__inn:after {
    height: 5px;
  }
  .c-button__inn:before {
    width: 11px;
    right: 19px;
    bottom: 9px;
  }
  .c-button__inn:after {
    width: 20px;
    right: 5px;
    bottom: 10px;
  }
  .c-list__note li {
    font-size: 12px;
  }
  .c-cta__inner {
    flex-direction: column;
    align-items: center;
    row-gap: 14px;
  }
  .c-cta__item dt {
    font-size: 16px;
  }
  .c-cta__item dd a,
  .c-cta__item dd button {
    font-size: 24px;
    padding: 16px 0 15px;
    border-radius: 14px;
  }
  .c-cta__item dd a span {
    font-size: 18px;
  }
  .c-cta.flt {
    height: 70px;
    padding: 0;
    bottom: -70px;
  }
  .c-cta.flt .c-cta__inner {
    flex-direction: row;
    justify-content: center;
    column-gap: 7px;
  }
  .c-cta__item dd .has-icon:before {
    width: 27px;
    height: 27px;
  }
  .flt .c-cta__item {
    width: 160px;
  }
  .c-cta.flt .c-cta__item dt {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .flt .c-cta__item dd .has-icon:before {
    width: 16px;
    height: 16px;
    left: 10px;
  }
  .flt .c-cta__item dd a,
  .flt .c-cta__item dd button {
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 0;
    text-align: center;
    border-radius: 8px;
  }
  .flt .c-cta__item dd .has-icon {
    padding-left: 20px;
  }
  .flt_close {
    width: 76px;
    height: 18px;
    border-top-left-radius: 18px;
    font-size: 12px;
    line-height: 18px;
    top: -26px;
  }
}

/* --------------------
  header
-------------------- */
header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 93px;
  background: #FFF;
  border-bottom-right-radius: 25px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 187px;
  height: auto;
}
header h1 img {
  vertical-align: unset;
}
@media screen and (max-width: 767px) {
  header {
    width: 165px;
    height: 47px;
  }
  header h1 {
    width: 128px;
  }
}

/* --------------------
  kv
-------------------- */
.p-kv {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-kv__bg {
  position: relative;
  display: block;
  z-index: 1;
}
.p-kv__bg:before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.28);
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}
.p-kv__bg video {
  width: 100%;
  height: auto;
  display: block;
}
.p-kv__text {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.8%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.p-kv--left {
  width: 26%;
  max-width: 506px;
  text-align: center;
}
.p-kv__ncb {
  margin-bottom: 24px;
}
.p-kv__ncb img,
.p-kv__loan img {
  width: 100%;
  max-width: 356px;
}
.p-kv__loan {
  margin-bottom: 42px;
}
.p-kv__kinri {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 18px;
}
.p-kv__kinri > div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 10px;
}
.p-kv__kinri > div dt {
  font-size: 32px;
  line-height: 1;
}
.p-kv__kinri > div dd {
  font-size: 24px;
  line-height: 1;
}
.p-kv__kinri > div dd .persent {
  padding-left: 5px;
  font-family: 'Corporate',sans-serif;
  font-size: 70px;
}
.p-kv__kinri > dd {
  font-size: 20px;
  text-align: center;
  margin-top: 8px;
}
.p-kv--right {
  width: 48%;
  max-width: 927px;
}
.p-kv--right img {
  width: 100%;
  max-width: 685px;
}
@media screen and (min-width: 1600px) {
  .p-kv--left,.p-kv--right {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 1040px) {
  .p-kv {
    
  }
  .p-kv__bg {
    width: 100%;
    height: 720px;
    position: relative;
  }
  .p-kv__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-kv__text {
    flex-direction: column-reverse;
  }
  .p-kv--left,.p-kv--right {
    width: 100%;
    max-width: 100%;
  }
  .p-kv--left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
    row-gap: 12px;
  }
  .p-kv--left .c-button__sim {
    margin: 0;
  }
  .p-kv__ncb {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .p-kv__ncb img {
    width: 158px;
  }
  .p-kv__loan {
    width: 174px;
    margin-bottom: 0;
  }
  .p-kv__kinri {
    margin-bottom: 0;
  }
  .p-kv__kinri > div {
    column-gap: 5px;
  }
  .p-kv__kinri > div dt {
    font-size: 13px;
  }
  .p-kv__kinri > div dd {
    font-size: 10px;
  }
  .p-kv__kinri > div dd .persent {
    font-size: 22px;
  }
  .p-kv__kinri > div dd .persent img {
    width: 76px;
  }
  .p-kv__kinri > dd {
    font-size: 8px;
    margin-top: 4px;
  }
  .p-kv--right {
    text-align: center;
    margin-bottom: 35px;
  }
  .p-kv--right picture {
    display: inline-block;
    width: 54.4%;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bg {
    height: 530px;
  }
}

/* --------------------
  copy
-------------------- */
.p-intro {
  text-align: center;
  margin-bottom: 120px;
}
.p-intro__copy {
  width: 21%;
  margin: 55px auto 42px;
}
.p-intro__copy img {
  width: 100%;
  max-width: 308px;
}
.p-intro__logo {
  width: 30%;
  max-width: 418px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-intro__logo dt {
  width: 48%;
}
.p-intro__logo dt img {
  width: 100%;
  max-width: 188px;
}
.p-intro__logo dd {
  width: 47%;
}
.p-intro__logo dd img {
  width: 100%;
  max-width: 196px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(87%) saturate(7436%) hue-rotate(196deg) brightness(81%) contrast(100%);
}
@media screen and (max-width: 767px) {
  .p-intro {
    margin-bottom: 30px;
  }
  .p-intro__copy {
    width: 56%;
    margin: 30px auto 25px;
  }
  .p-intro__logo {
    width: 64.3%;
  }
}

/* --------------------
  point
-------------------- */
.p-point {
  padding-bottom: 70px;
}
.p-point__head {
  text-align: center;
  margin-bottom: -20px;
  background: url(../img/bg_wank_01.webp) center bottom 20px/contain no-repeat;
}
.p-point__head img {
  width: 58.8%;
}
.p-point__inner {
  width: 1002px;
  max-width: 100%;
  margin: 0 auto;
}
.p-point__item .p-point__inner {
  padding: 36px 46px 0;
  background: #FFF;
  border-radius: 22px;
}
.p-point__item {
  background: #F4F4F4;
}
.p-point__item {
  padding-top: 168px;
}
.p-point__item#p3b {
  padding-top: 50px;
}
.p-point__item#p4 {
  padding-bottom: 70px;
}
.p-point__item h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 18px;
}
.p-point__item#p3 h3 {
  margin-top: -135px;
}
.p-point__item#p1 h3,
.p-point__item#p2 h3,
.p-point__item#p4 h3 {
  margin-top: -180px;
}
.p-point__item h3 > span {
  display: block;
}
.p-point__item h3 .-en {
  font-family: 'Montserrat',sans-serif;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 15px;
}
.p-point__item h3 .-en span {
  display: inline-block;
  width: 36px;
  line-height: 1;
}
.p-point__item h3 .-en span img {
  vertical-align: baseline;
}
.p-point__body {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 42px;
}
.p-point__bottom {
  margin-top: 36px;
  text-align: center;
}
.p-point__bottom .p-intro__logo {
  width: 46%;
}
.p-point__bottom .p-kv__kinri {
  color: #A3A29F;
  margin-top: 16px;
  margin-bottom: 24px;
}
.p-point__bottom .p-kv__kinri .persent img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(99%) saturate(1693%) hue-rotate(5deg) brightness(98%) contrast(101%);
}
.p-point__bottom > a {
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: underline;
  margin-bottom: 20px;
}
.p-point__bottom .c-button__sim {
  margin: 42px auto
}
.p-point__bottom .c-button__sim + p {
  color: #9B9B9B;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.p-point__bottom .c-cta__item dd a {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .p-point__inner {
    width: 87.2%;
    max-width: 1002px;
  }
  .p-point__head {
    padding-top: 55px;
    background: none;
    position: relative;
  }
  .p-point__head:before {
    display: inline-block;
    content: "";
    width: 100vw;
    height: 55px;
    background: url(../img/bg_wank_02.webp?2508) center/contain no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto calc(50% - 50vw);
  }
  .p-point__head img {
    width: 100%;
  }
  .p-point__item {
    padding-top: 145px;
  }
  .p-point__item h3 {
    font-size: 24px;
  }
  .p-point__item#p1 h3,
  .p-point__item#p2 h3,
  .p-point__item#p3 h3,
  .p-point__item#p4 h3 {
    margin-top: -130px;
  }
  .p-point__item .p-point__inner {
    padding: 40px 16px 0;
  }
  .p-point__body {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .p-point__bottom .p-intro__logo {
    width: 100%;
  }
  .p-point__bottom .p-kv__kinri {
    margin-bottom: 24px;
  }
  .p-point__bottom .p-kv__kinri > div dt {
    font-size: 24px;
  }
  .p-point__bottom .p-kv__kinri > div dd {
    font-size: 18px;
  }
  .p-point__bottom .p-kv__kinri > div dd .persent {
    font-size: 52px;
  }
  .p-point__bottom .p-kv__kinri > div dd .persent img {
    width: 158px;
  }
  .p-point__bottom .p-kv__kinri > dd {
    font-size: 16px;
  }
  .p-point__bottom > a {
    font-size: 14px;
  }
  .p-point__bottom .c-button__sim {
    margin-bottom: 16px;
    margin-top: 0;
  }
  .p-point__bottom .c-button__sim + p {
    font-size: 12px;
    text-align: left;
  }
}

/* point01 */
.p-point__01 {
  padding-bottom: 70px;
}
.p-point__01__box + .p-point__01__box {
  margin-top: 65px;
}
.p-point__01__inner {
  width: 92%;
  max-width: 831px;
  margin: 0 auto;
}
.p-point__01__box h4 {
  width: 100%;
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding: 26px 0 24px;
  margin-bottom: 36px;
  background: #F07800;
  border-radius: 24px;
}
.p-point__01__box:nth-of-type(2) h4 {
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 54px;
}
.p-point__01__box h4 span.num {
  font-size: 45px;
}
.p-point__01__box h4 span.num > span {
  position: relative;
}
.p-point__01__box h4 span.num > span:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  margin: auto;
}
.p-point__01--lead {
  display: block;
  width: 692px;
  max-width: 100%;
  margin: 36px auto 44px;
}
.p-point__01--img {
  margin-bottom: 40px;
  display: inline-block;
}
.p-point__01--img + .c-list__note {
  margin-bottom: 40px;
}
.p-point__01__box dl {
  font-size: 30px;
  font-weight: 600;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
  padding: 30px 39px 24px;
  margin-bottom: 30px;
  background: #E5E3D9;
  border-radius: 24px;
}
.p-point__01__box dt {
  text-align: center;
  padding: 18px 0;
  background: #FFF;
  border-radius: 24px;
}
.p-point__01 .p-point__03--lead {
  padding-right: 40px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-point__01__inner {
    width: 100%;
  }
  .p-point__01__box h4 {
    font-size: 20px;
    padding: 16px;
    margin-bottom: 27px;
    border-radius: 14px;
  }
  .p-point__01__box:nth-of-type(2) h4 {
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
  .p-point__01__box h4 span.num {
    font-size: 34px;
  }
  .p-point__01__box dl {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    padding: 16px;
    margin-bottom: 14px;
    border-radius: 14px;
    row-gap: 15px;
  }
  .p-point__01__box dt {
    padding: 16px 0 15px;
    border-radius: 14px;
  }
  .p-point__01 .p-point__03--lead {
    padding-right: 16px;
    padding-left: 16px;
  }
}


/* point02 */
.p-point__02 {
  padding-top: 46px;
  padding-bottom: 0;
}
.p-point__02 dl {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  margin-bottom: 74px;
}
.p-point__02 dl div:nth-of-type(2) {
  margin-left: 43px;
  margin-right: 38px;
}
.p-point__02 dt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  margin-top: 14px;
}
.p-point__02 .c-cta__item {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-point__02 {
    padding-bottom: 38px;
  }
  .p-point__02 dl {
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
    margin-bottom: 40px;
  }
  .p-point__02 dt {
    font-size: 18px;
    line-height: 1.3;
  }
  .p-point__02 dl div:nth-of-type(2) {
    margin: 0;
  }
}

/* point03 */
.p-point__03 {
  padding-top: 37px;
  padding-bottom: 70px;
}
.p-point__03b {
  padding-bottom: 75px;
}
.p-point__03--lead {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 23px;
  padding: 38px 75px;
  background: #F7F7F7;
  border-radius: 13px;
}
.p-point__03--lead img {
  flex-shrink: 0;
}
.p-point__03--lead p {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.p-point__03--lead p + p {
  margin-top: 1rem;
}
.p-point__item#p3b .p-point__03--lead + p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 40px;
}
.p-point__03--lead:has(.c-cta) {
  flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
}
.p-point__03--lead:has(.c-cta) p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-point__03 {
    padding-bottom: 24px;
  }
  .p-point__03--lead {
    flex-direction: column-reverse;
    padding: 24px 16px;
    border-radius: 14px;
    row-gap: 20px;
    column-gap: 0;
  }
  .p-point__03--lead p {
    font-size: 20px;
    text-align: center;
  }
  .p-point__03b {
    padding-bottom: 16px;
  }
  .p-point__03b .p-point__03--lead img {
    width: 122px;
  }
  .p-point__item#p3b .p-point__03--lead + p {
    font-size: 12px;
    margin-top: 16px;
  }
}

/* point04 */
.p-point__04 {
  padding-top: 34px;
  padding-bottom: 40px;
}
.p-point__04--inner {
  text-align: center;
  margin-bottom: 20px;
}
.p-point__04--inner > p {
  font-size: 26px;
  margin-bottom: 24px;
}
.p-point__04--inner > p span.small {
  font-size: 16px;
}
.p-point__04 .c-cta__item dd a {
  color: #000;
  font-size: 28px;
  padding-right: 40px;
  background-color: #FFF;
  border: 4px solid #000;
  border-radius: 16px;
  position: relative;
}
.p-point__04 .c-cta__item dd a:before,
.p-point__04 .c-cta__item dd a:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-point__04 .c-cta__item dd a:before {
  width: 41px;
  height: 100%;
  border-radius: 0 11px 11px 0;
  background: #000;
  right: 0;
}
.p-point__04 .c-cta__item dd a:after {
  width: 15px;
  height: 15px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  transform: rotate(45deg);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .p-point__04 {
    padding-bottom: 12px;
  }
  .p-point__04--inner > p {
    font-size: 20px;
  }
  .p-point__04--inner .c-cta__item {
    width: 260px;
  }
  .p-point__04--inner .c-cta__item button {
    font-size: 22px;
    padding: 16px 0 18px 36px;
  }
  .p-point__04 .c-cta__item dd a {
    font-size: 21px;
    padding-right: 30px;
  }
  .p-point__04 .c-cta__item dd a:before {
    width: 35px;
  }
  .p-point__04 .c-cta__item dd a:after {
    width: 10px;
    height: 10px;
    border-width: 3px;
    right: 10px;
  }
}

/* danshin */
.p-danshin * {
  font-family: 'Roboto','Corporate',sans-serif;
  font-weight: 600;
}
.p-danshin {
  width: 71%;
  max-width: 646px;
  margin: 50px auto;
}
.p-danshin__list--top dt {
  padding-bottom: 57px;
  position: relative;
}
.p-danshin__list--top dt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
}
.p-danshin__list--top dt ul li {
  width: 48.5%;
  max-width: 302px;
  height: 101px;
  font-size: 27px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  line-height: 1.45;
  padding: 12px 0 8px;
  background: #E5E3D9;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-danshin__list--top dt ul li.-s {
  font-size: 23px;
}
.p-danshin__list--top dd {
  font-size: 46px;
}
.p-danshin__list--top dd span.num {
  font-size: 54px;
}
.p-danshin__list--top,
.p-danshin__list {
  text-align: center;
}
.p-danshin__list {
  margin-top: 40px;
  border-radius: 16px;
  border: 4px solid #E5E3D9;
}
.p-danshin__list > dt {
  font-size: 26px;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 20px 0;
  margin-bottom: 24px;
  background: #E5E3D9;
}
.p-danshin__item {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 24px;
}
.p-danshin__item:not(:last-of-type) {
  border-bottom: 1px solid #000;
  margin-bottom: 22px;
}

.p-danshin__image dl {
  padding: 24px 40px;
  margin-bottom: 32px;
  border: 4px solid #F07800;
  border-radius: 20px;
}
.p-danshin__image dt span {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #F07800;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.p-danshin__image dt:before,
.p-danshin__image dt:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 18px;
  height: 4px;
  background: #FFF;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: 0.2s;
}
.p-danshin__image dt:before {
  transform: rotate(90deg);
}
.p-danshin__image dl.is-open dt:before {
  transform: rotate(180deg);
}
.p-danshin__image dt {
  font-size: 27px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.p-danshin__image dd {
  display: none;
  text-align: center;
  padding: 30px 0;
  margin-top: 24px;
  background: #F7F7F7;
  border-radius: 13px;
}
.p-danshin__image dd div {
  margin-top: 24px;
}
.p-danshin__image dd p {
  font-size: 37px;
  font-family: 'Corporate',sans-serif;
  margin-bottom: 16px;
}
.p-danshin__image a {
  transition: 0.2s;
}
@media (hover: hover) {
  .p-danshin__image a:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .p-danshin {
    width: 100%;
    margin-bottom: 18px;
  }
  .p-danshin__list--top dt ul {
    row-gap: 7px;
  }
  .p-danshin__list--top dt ul li {
    font-size: 13px;
    width: 49%;
    height: 48px;
    padding: 0;
  }
  .p-danshin__list--top dt ul li.-s {
    font-size: 10px;
  }
  .p-danshin__list {
    border-width: 3px;
    margin-top: 20px;
  }
  .p-danshin__list > dt {
    font-size: 14px;
    padding: 13px 0 12px;
    border-radius: 12px 12px 0 0;
  }
  .p-danshin__item {
    width: 85%;
    padding-bottom: 11px;
  }
  .p-danshin__item:not(:last-of-type) {
    margin-bottom: 11px;
  }
  .p-danshin__item dt {
    padding-bottom: 34px;
  }
  .p-danshin__list--top dd {
    font-size: 28px;
  }
  .p-danshin__list--top dd span.num {
    font-size: 30px;
  }
  .p-danshin__item figure {
    margin: 0 auto;
  }
  .p-danshin__item:nth-of-type(1) figure {
    width: 74%;
  }
  .p-danshin__item:nth-of-type(2) figure {
    width: 65%;
  }
  .p-danshin__item:nth-of-type(3) figure {
    width: 94.5%;
  }
  .p-danshin__item:nth-of-type(4) figure {
    width: 78.5%;
  }

  .p-danshin__image dl {
    padding: 16px;
    margin-bottom: 16px;
    border-width: 3px;
    border-radius: 14px;
  }
  .p-danshin__image dt {
    font-size: 20px;
    line-height: 1.3;
  }
  .p-danshin__image dt span {
    width: 28px;
    height: 28px;
  }
  .p-danshin__image dt:before,
  .p-danshin__image dt:after {
    width: 14px;
    height: 2px;
    right: 7px;
  }
  .p-danshin__image dd {
    padding: 18px 7px;
  }
}


/* ---------------
  tokuten
--------------- */
.c-section {
  max-width: 1002px;
  margin-left: auto;
  margin-right: auto;
}
.p-tokuten h2,.p-flow h2,.p-product h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.p-tokuten__list {
  max-width: 1002px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 26px;
}
.p-tokuten__item {
  width: 307px;
}
.p-tokuten__item a {
  transition: 0.2s;
}
.p-tokuten__item p {
  font-size: 20px;
  line-height: 1.45;
  margin: 0 auto;
}
@media (hover: hover) {
  .p-tokuten__item a:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
@media screen and (max-width: 1020px) {
  .p-tokuten__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 0 16px;
  }
  .p-tokuten h2, .p-flow h2, .p-product h2 {
    font-size: 23px;
  }
  .p-tokuten__item p {
    font-size: 16px;
  }
}

/* ---------------
  flow
--------------- */
.p-flow {
  margin-top: 70px;
}
.p-flow h2 + p {
  width: 95%;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}
.p-flow__list {
  max-width: 730px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 23px auto 23px;
}
.p-flow__item {
  width: 22%;
  max-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-flow__num {
  font-size: 26px;
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.p-flow__num span {
  color: #FFAC60;
  display: inline;
  font-size: 48px;
}
.p-flow__body {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
.p-flow__link {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.p-flow__link a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-flow__item:not(:last-of-type):after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #FFAC60;
    border-right: 0;
    position: absolute;
    top: 96px;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow h2 + p {
    width: 100%;
    font-size: 14px;
  }
  .p-flow__list {
    max-width: 418px;
    margin-bottom: 15px;
  }
  .p-flow__item {
    max-width: 77px;
  }
  .p-flow__num {
    font-size: 15px;
    text-align: center;
  }
  .p-flow__num span {
    display: block;
    font-size: 28px;
  }
  .p-flow__body {
    font-size: 14px;
  }
}

/* ---------------
  product
--------------- */
.p-product {
  margin-top: 70px;
}
.p-product__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  row-gap: 8px;
  max-width: 1010px;
  margin: 0 auto 18px;
}
.p-product__item {
  width: 330px;
  text-align: center;
}
.p-product__item p {
  color: #000;
  font-size: 16px;
  margin-bottom: 8px;
}
.p-product__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 306px;
  height: 80px;
  background: #000;
  border-radius: 16px;
  color: #FFF;
  font-size: 20px;
  line-height: 1.45;
  transition: 0.2s;
  margin: 0 auto;
}
.p-product__note {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  max-width: 910px;
  margin: 0 auto;
}
@media (hover: hover) {
  .p-product__item a:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .p-product__list {
    flex-direction: column;
  }
  .p-product__item a {
    height: 60px;
    font-size: 15px;
  }
}


/* ---------------
  qanda
--------------- */
.qanda {
  padding: 113px 20px 0;
}
.qanda h2 {
  font-size: 23px;
  text-align: center;
  margin-bottom: 25px;
}
.qanda_list {
  max-width: 960px;
  margin: 0 auto;
}
.qanda_item {
  border-top: 3px solid #000;
  padding: 15px 0;
}
.qanda_item dt {
  font-size: 20px;
  padding-right: 1rem;
  position: relative;
  cursor: pointer;
}
.qanda_item dt:before, .qanda_item dt:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  right: 0;
  top: 15px;
}
.qanda_item dt:after {
  transition: 0.2s;
  transform: rotate(90deg);
}
.qanda_item dd {
  display: none;
  font-size: 16px;
  padding: 16px 0;
}
.qanda_item dt.is-close:after {
  transform: rotate(0deg);
  transition: 0.2s;
}
.qanda_item dd p + * {
  margin-top: 1rem;
}
.qanda_inlist {
  text-indent: -1.25rem;
  margin-left: 1.25rem;
}
.qanda_inlist > li:before {
  content: "■";
  padding-right: 0.25rem;
}
.qanda_inlist > li ul li {
  margin-left: 1.25rem;
}
.qanda_item dd a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .qanda {
    padding: 52px 0 0;
  }
  .qanda_list {
    width: 90%;
  }
  .qanda_item dt {
    font-size: 18px;
    padding-right: 20px;
  }
}

/* ---------------
  zisseki
--------------- */
.zisseki {
  padding: 72px 0 63px;
}
.zisseki h2 {
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
}
.zisseki figure {
  width: 282px;
  margin: 35px auto 0;
}
.zisseki p {
  max-width: 465px;
  margin: 25px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .zisseki {
    padding: 20px;
  }
  .zisseki h2 {
    font-size: 18px;
  }
  .zisseki figure {
    width: 186px;
    margin: 37px auto 0;
  }
  .zisseki p {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    text-align: left;
    margin: 17px auto 0;
  }
}

/* ---------------
  footer
--------------- */
footer {
  color: #FFF;
  margin-top: 200px;
  text-align: center;
}
.contact {
  background: #545454;
  padding: 52px 0;
}
.contact_lead {
  font-size: 20px;
  margin-bottom: 25px;
}
.contact_body {
  font-size: 16px;
  margin-bottom: 10px;
}
.contact_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.contact_tel-icon {
  display: inline-block;
  width: 38px;
  margin-right: 15px;
}
.contact_tel .tel_no {
  display: block;
  max-width: 262px;
}
.contact_info {
  max-width: 370px;
  font-size: 15px;
  text-align: left;
  margin: 0 auto;
}
.copyright {
  background: #000;
  padding: 16px 0 32px;
  text-align: center;
  border-top: 1px solid #FFF;
}
.copyright p {
  font-size: 13px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contact_tel .tel_no {
    cursor: unset;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 110px;
  }
  .contact {
    padding: 28px 28px 36px;
  }
  .contact_tel {
    width: 315px;
    margin: 0 auto 15px;
  }
  .contact_tel span img {
    width: 100%;
  }
  .contact_info {
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 0;
  }
  .copyright {
    padding: 30px 0 24px;
  }
  .copyright img {
    margin-bottom: 72px;
  }
  .copyright p {
    font-size: 10px;
  }
}

/* ncbinfo */
.ncbinfo {
  margin: 2em auto 1em;
  padding: 0 1em;
  text-align: center;
  line-height: 1.5;
  font-size: 0.85em;
}
.ncbinfo .ncb_info p {
  margin-bottom: 0.5em;
}
.ncbinfo .ncb_info .ncb_logo {
  width: 204px;
  margin: 0 auto 0.5em;
}
.ncbinfo .ncb_info .ncb_logo img {
  width: 100%;
}
.ncbinfo .ncb_copy {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .ncbinfo {
    font-size: 0.75em;
  }
}



/* ---------------
  modal
--------------- */
.p-modal__wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
}
.p-modal__bg {
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  position: relative;
}
.p-modal {
  width: 86.4%;
  height: 80vh;
  background: transparent;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 5%;
  right: 0;
  bottom: auto;
  margin: auto;
}
.p-modal__inner {
  padding: 26px 0 55px;
  position: relative;
}
.p-modal__close {
  width: 25px;
  position: absolute;
  right: 16px;
  top: 0;
  cursor: pointer;
}
.p-modal__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px 0;
}
.p-modal__item {
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px 0;
}
.p-modal__item h2 {
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.p-modal__btn {
  width: 294px;
  height: auto;
  text-align: center;
  margin: 65px auto 0;
  border: 3px solid #FFF;
  border-radius: 40px;
  opacity: 0.3;
}
.p-modal__btn.is-active {
  opacity: 1;
}
.p-modal__btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 23px;
  text-decoration: none;
  line-height: 56px;
}
.p-radio__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* row-gap: 25px; */
}
.p-radio {
  height: auto;
}
.p-radio__btn {
  appearance: none;
}
.p-radio__text {
  display: block;
  text-align: left;
  font-size: 23px;
  padding-left: 47px;
  position: relative;
  cursor: pointer;
}
.p-radio__text:before,.p-radio__text:after {
  display: inline-block;
  content: "";
  border-radius: 50%;
  position: absolute;
}
.p-radio__text:before {
  border: 3px solid #FFF;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 4px;
  left: 0;
}
.p-radio__text:after {
  width: 11px;
  height: 11px;
  background: #FFF;
  position: absolute;
  top: 13px;
  left: 9px;
  opacity: 0;
}
.p-radio__btn:checked +.p-radio__text:after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-modal__button:hover {
    transform: scale(1.025);
    box-shadow: 0 3px 6px rgba(0,0,0,0.32);
    transition: 0.3s;
  }
  .p-modal {
    max-width: 600px;
    max-height: 500px;
    top: 10%;
  }
}
.p-danshinbnr{
    margin-top: 24px;
    text-align: center;
}
.p-danshinbnr p {
    font-size: 37px;
    font-family: 'Corporate', sans-serif;
    margin-bottom: 10px;
    text-align: center;
}
@media screen and (max-width: 767px) {
  .p-danshinbnr p {
    font-size: 20px;
  }
}