@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  line-height: 1.7;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
iframe {
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
/* 共通 */
.heading {
  font-size: 2.2rem;
  color: #18306E;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 750px)  {
  .heading {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px)  {
  .heading {
    font-size: 3.2rem;
  }
}
.pc-pnly {
  display: none;
  @media (width >= 750px) {
    display: block;
  }
}
/* header */
.header {
  position: relative;
}
.logo {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 120px;
}
.fv_bottom {
  display: none;
}
.topContactBtn {
  display: block;
  position: absolute;
  max-width: 25rem;
  bottom: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
  @media(width >= 750px) {
    display: none;
  }
}
/* @media (min-width: 500px) {
  .topContact {
    bottom: 30px;
    width: 240px;
  }
} */
.topContact:hover img {
  opacity: 0.8;
}
.topHeading {
  display: none;
}
.topAchieve {
  max-width: 250px;
  padding-left: 20px;
}
.topAchieveNumber {
  display: none;
}
.topPcAchieve {
  display: none;
}
@media screen and (min-width: 750px) {
  .fv_sp {
    display: none;
  }
  .header {
    position: relative;
    background-image: url(../img/mainPc.png);
    background-position: center;
    background-size: cover;
    height: 450px;
  }
  .mainSpVisual {
    display: none;
  }
  .logo {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 160px;
  }
  .topHeading {
    display: block;
    position: absolute;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #18306E;
    line-height: 1.4;
    font-size: clamp(3.6rem, 2.5vw, 4.8rem);
    left: 30px;
    top: 70px;
  }
  .topAchieve {
   display: none;
  }
  .topPcAchieve {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 190px;
    width: clamp(45rem, 50vw, 55rem);

    @media(width >= 992px) {
      bottom: 180px;
    }
  }
  .topAchieveNumber {
    display: block;
    position: absolute;
    max-width: 400px;
    left: 30px;
    bottom: 40px;
    @media(width >= 992px){
      max-width: 450px;
      bottom: 20px;
    }
  }
  .fv_bottom {
    display: block;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1100px) {
  .header {
    height: 600px;
  }
  .logo {
    width: 200px;
  }
  .topHeading {
    left: 150px;
    top: 120px;
  }
  .topPcAchieve {
    display: block;
    left: 150px;
    bottom: 240px;
  }
  .topAchieveNumber {
    max-width: 550px;
    bottom: 30px;
    left: 150px;
  }
  .topContact {
    max-width: 500px;
    left: 150px;
    bottom: 35px;
  }
}
/* メインコンテンツ */
.intro {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.pcIntroImg  {
  display: none;
}
.intoroList {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;

  & li {
    width: calc((100% - .5rem) / 2);
    @media(width >= 750px) {
      width: calc((100% - 1.5rem) / 4);
    }
  }
}
@media screen and (min-width: 750px){
  .intro  {
  padding-left: 40px;
  padding-right: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .intro {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  .spIntroImg {
    display: none;
  }
  .pcIntroImg {
    display: block;
    margin-top: 70px;
  }
}
.contact {
  margin-top: 40px;
  text-align: center;
}
.contactText {
  font-size: 1.7rem;
  font-weight: bold;
}
.contactText::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 25px;
  background-image: url('../img/contactLeft.png');
  background-repeat: no-repeat;
  padding-right: 10px;
}
.contactText::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 25px;
  background-image: url('../img/contactRight.png');
  background-repeat: no-repeat;
  padding-left: 10px;
}
.contactBtn {
  display: block;
  max-width: 350px;
  margin: 15px auto 0;
}
.contactBtn:hover img {
  opacity: .8;
}
.pcContactText {
  display: none;
}
@media screen and (min-width: 750px) {
  .contact {
    margin-top: 50px;
  }
  .contactText {
    display: none;
  }
  .pcContactText {
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
  }
  .pcContactText::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 25px;
    background-image: url('../img/contactLeft.png');
    background-repeat: no-repeat;
    padding-right: 10px;
  }
  .pcContactText::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 25px;
    background-image: url('../img/contactRight.png');
    background-repeat: no-repeat;
    padding-left: 10px;
  }
  .contactBtn {
    max-width: 450px;
  }
}
@media screen and (min-width: 1100px) {
  .contactText {
    display: none;
  }
  .pcContactText {
    font-size: 2.4rem;
  }
  .contactBtn {
    max-width: 500px;
  }
}
.reason {
  background-image: url(../img/reason-back.png);
  background-position: center;
  background-size: cover;
  margin-top: 70px;
  padding: 60px 50px;
}
.reasonWrapper li {
  text-align: center;
}
.reasonWrapper li {
  margin-bottom: 20px;
}
.reasonHeading {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #18306E;
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 40px;
}
.reasonHeading::after {
  content: '';
  width: 100px;
  display: inline-block;
  border-bottom: 1px dotted rgb(71, 79, 92);
  position: absolute;
  bottom: -20px;
  left: calc(50% - 50px)
}
@media screen and (min-width: 750px) {
.reasonHeading._block {
  min-height: 6rem;
  display: flex;
  align-items: center;
}
}
.reasonText {
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .reason {
    background-image: url(../img/reason-back-pc.png);
    background-position: center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .reasonWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
  }
  .reasonWrapper li {
    width: calc((100% - 12rem) / 3);
/* width: calc( 30% - 20px ); */
  }
  .reasonWrapper li:nth-child(4) {
    align-self: center;
  }
  .reasonWrapper li:nth-child(5) {
    align-self: center;
  }
  .reasonText {
    font-size: 1.6rem;
    text-align: left;
  }
}
.plan {
  margin-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.planWrapper {
  background: #F3F5F9;
  border: 2px solid #017BC8;
  padding: 28px 14px 22px;
  border-radius: 1em;
  margin-bottom: 12px;
}
.headingPlan {
  font-size: 2.2rem;
  padding-left: 60px;
}
.planImg {
  max-width: 100%;
  margin-top: 10px;
}
.planFaq_q {
  font-weight: bold;
  color: #017BC8;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
}
.planFaq_q::before {
  content: "Plan 05";
  position: absolute;
  font-size: 1.4rem;
  top: -15px;
}
.faqPlan-q-n {
  position: relative;
}
.faqPlan-q-n::before {
  content: "plan 01";
  position: absolute;
  font-size: 1.4rem;
  top:-20px; 
}
.faqPlan-q-r {
  position: relative;
}
.faqPlan-q-r::before {
  content: "plan 02";
  position: absolute;
  font-size: 1.4rem;
  top:-20px; 
}
.faqPlan-q-s {
  position: relative;
  padding-right: 15px;
}
.faqPlan-q-s::before {
  content: "plan 03";
  position: absolute;
  font-size: 1.4rem;
  top:-20px; 
}
.faqPlan-q-a {
  position: relative;
}
.faqPlan-q-a::before {
  content: "plan 04";
  position: absolute;
  font-size: 1.4rem;
  top:-20px; 
}
.faqPlan-q-i {
  position: relative;
}
.faqPlan-q-i::before {
  content: "plan 05";
  position: absolute;
  font-size: 1.4rem;
  top:-20px; 
}
.faqPlanB {
  font-weight: bold;
  font-size: 1.5rem;
  /* color: #017BC8; */
  margin-top: 2rem;
  display:inline-block;
}
@media (width >= 750px ) {
  .faqPlanB {
    font-size: 1.8rem;
  }
}
.faqPlanTopContent {
  position: relative;
}
.faqPlanTopContent::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url(../img/planMen.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -77px;
  left: 11px;
}
.faqPlanContent {
  position: relative;
  border-radius: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 2px solid #017BC8;
  padding: 35px 20px 20px;
  margin-bottom: 5px;
  background: #F3F5F9;
}
.faq-q {
  font-size: 1.5rem;
  font-weight: bold;
  color: #017BC8;
  line-height: 1.6;
  display: flex;
  padding-bottom: 10px;
  align-items: center;
}
.faqPlanContent[open] .faq-q:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
}
.faqPlan-a {
  padding-top: 10px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.faqPlan-top {
  font-weight: bold;
  padding-top: 10px;
  font-size: 1.4rem;
  border-top:1px solid #017BC8;
  margin-bottom: 15px;
} 
.qImage {
  max-width: 25px;
  height: 30px;
  margin-right: 10px;
}
.faqPlan-bullet {
  font-size: 1.4rem;
  list-style-type: disc;
  padding-left: 20px;
}
.faqPlanContent:after {
  content: '';
  background-image: url(../img/planDetail.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  background-size: contain;
  width: 90px;
  height: 45px;
  right: 30px;
  top: 30px;
}
.qaWrapper {
  display: flex;
  border-top: 2px dotted #017BC8;
}
@media screen and (min-width: 750px) {
  .plan {
     padding-top: 60px;
    /* padding-left: 60px;
    padding-right: 60px; */
  }
  .faqPlanContent {
  padding-bottom: 30px;
  margin-bottom: 25px;
  }
  .planWrapper {
    padding: 28px 26px 26px;
  }
  .planFaq_q {
    font-size: 2.2rem;
  }
  .sp-onpy {
    display: none;
  }
  .faqPlanTopContent::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 150px;
    height: 150px;
    background-image: url(../img/planMen.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -145px;
    left: 35px;
  }
  .planWrapperChild {
    margin-left: 6%;
    padding-right: 15px;
  } 
  .faqPlan-top {
    font-size: 1.7rem;
  } 
  .planImg {
    max-width: 350px;
    height: auto;
  }
  .faqPlan-a {
    font-size: 1.6rem;
  }
  .faqPlan-bullet {
    font-size: 1.6rem;
  }
 
  .headingPlan {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px) {
  .plan {
    max-width: 1000px;
    margin: 60px auto;
  }
  .headingPlan {
    font-size: 3.2rem;
  }
}
.planFaq-a-title {
  font-weight: bold;
  padding-top: 10px;
  font-size: 1.5rem;
  border-top: 1px solid #017BC8;
  margin-bottom: 15px;
}
.planFaq_q::after  {
  content: '';
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  background-size: contain;
  width: 20px;
  height: 30px;
  right: 5px;
  top: -18px;
  @media(width >= 750px) {
    width: 25px;
    top: -10px;
  }
}
.planFaq_q.active::after {
  content: '';
  background-image: url(../img/up-arrow.png);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  background-size: contain;
  width: 20px;
  height: 30px;
  right: 5px;
  top: -18px;
  @media(width >= 750px) {
    width: 25px;
    top: -10px;
  }
} 
.planWrapper > dd {
  padding: 8px;
  display: none;
  user-select: none;
}
dl > div.appear dd {
  display: block;
  animation: .3s fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media screen and (min-width: 750px){
  .plan {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .planPcWrapper {
    display: flex;
    align-items: flex-start;
  }
  .planFaq-a-title {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1100px){
.reasonWrapper {
  max-width: 1100px;
  margin: 0 auto;
}
.reasonHeading {
  font-size: 2rem;
}
.reasonText {
  font-size: 1.6rem;
}
}
.expert {
  background-image: url(../img/expertBack.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat-x;
  padding: 30px 20px;
}
.swiperContainer {
  position: relative;
}
.swiper-pagination {
  bottom: 40px !important;
  z-index: 100;
}
/**.swiper {
  height: 80vw;
  width: 95%;
}**/
.swiper-slide {
  height: auto;
}
.swiper-slide img {
  height: auto;
}
.expertContentWrapper {
  text-align: center;
  margin-top: 40px;
  /**padding-right: 30px;
  padding-left: 30px;**/
}
.expertContentWrapper .mb {
  margin-bottom: 15px;
}
.swiperPc {
  display: none;
}
@media screen and (min-width: 750px) {
.expert {
padding-left: 60px;
padding-right: 60px;
 padding-bottom: 60px;
  }
.swiperSp {
display: none;
  }
  .swiperPc {
    display: block;
  }
.expertSpImg {
  max-width: 240px;
}
.swiper {
  height: auto;
  margin-bottom: 70px;
}
}
@media screen and (min-width: 1100px) {
  .expert {
   max-width: 1100px;
   margin: 0 auto;
      }
}
.expertBottomImg {
  display: none;
} 
@media screen and (min-width: 750px) {
  .nisaSp {
    display: none;
  }
  .insuranceSp {
    display: none;
  }
  .expertContentWrapper {
    display: flex;
    justify-content: space-between;
    max-width: 750px;
    margin: 0 auto;
  }
  .expertBottomImg {
    display:block;
    width: calc(50% - 30px)
  }
}
@media screen and (min-width: 1100px) {
  .expertContentWrapper {
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }
  .nisaPc {
    display:block;
    width: 500px;
    margin-right: 20px;
  }
  .insurancePc {
    display: block;
    width: 500px;
  }
} 
.customer {
  background: #F3F5F9;
  padding-top: 50px;
  padding-bottom: 40px;
}
.customerSpImg {
  max-width: 125px;
  margin: 0 auto;
}
.customerSpImgDouble {
  max-width: 260px;
  margin: 0 auto;
}
.customerSpImg,
.customerSpImgDouble{
  width: 100%;
}

.customerTitle {
  font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 1.6rem;
    border-bottom: 1px dotted #D0E9F8;
    color: #18306E;
    margin-top: 15px;
    padding-bottom: 5px;
}
.customerText {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.9;
}
.customerTextWrapper {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 750px) {
  
}
.slider .slick-slide {
  margin:0 10px;
}
.slider {
  width:94%;
  margin:0 auto;
}
.spSlider {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
}

.slick-dots {
  text-align:center;
  margin:20px 0 0 0;
}
.slick-dots li {
  display:inline-block;
  margin:0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 1px;
  height: 1px;
  display: block;
  border-radius: 50%;
  background: #ccc;
  border: none;
}
.slick-dots .slick-active button{
  background:#009BE1;
}
.pcCustomer {
  display: none;
}

@media screen and (min-width: 750px){
  .customer {
    display: none;
  }
  .pcCustomer {
    display: block;
    background: #F3F5F9;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pcCustomerList {
    padding: 30px 50px;
  }
  .pcCustomerList li {
    display: flex;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pcCustomerList li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .pcCustomerList .pcCustomerList__photo{
    width: 250px;
  }
  .customerPcTextWrapper {
    width: calc(100% - 280px);
  }
  .customerPcTitle {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 1.8rem;
    color: #18306E;;
    border-bottom: 1px dotted #D0E9F8;
    margin-top: 5px;
    padding-bottom: 5px;
  }
  .customerPcText {
    line-height: 1.8;
    margin-top: 10px;
  }
  .customerPcImg {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
}
@media screen and (min-width: 750px){
  .pcCustomer {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1100px){
.pcCustomerList {
  max-width: 900px;
  margin: 0 auto;
}
  }
  .flow {
    background: #F3F5F9;
    margin-top: 70px;
    padding: 40px;
  }
  .setpListPc {
    display: none;
  }
  @media screen and (min-width: 750px) {
    .flow {
      padding-bottom:60px;
    }
    .stepListSp {
      display: none;
    }
    .setpListPc {
      display: flex;
    }
  }
  @media screen and (min-width: 1100px) {
    .setpListPc{
      max-width: 1000px;
      margin: 0 auto;
    }
  }
.question {
  padding: 40px 10px;
}
@media screen and (min-width: 750px) {
  .question {
    padding: 60px 30px 40px;
  }
}
@media screen and (min-width: 1100px) {
  .question {
    max-width: 1100px;
    margin: 0 auto;
  }
}
/* QA */
.faqWrapper {
  position: relative;
  border-radius: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 2px solid #017BC8;
  padding: 20px 20px 15px;
  margin-bottom: 15px;
}
.faqWrapper  > dd {
  display: none;
  user-select: none;
}
.faq-q::after  {
  content: '＋';
  background-repeat: no-repeat;
  position: absolute;
  color: #017BC8;
  right: 35px;
  top: 25px;
  pointer-events: auto;
  cursor: pointer !important;
}
.faqWrapper.appear dt::after {
  content: 'ー';
  background-repeat: no-repeat;
  position: absolute;
  color: #017BC8;
  right: 35px;
  top: 25px;
  cursor: pointer;
}
.faq-content {
  position: relative;
  border-radius: 1em;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: 2px solid #017BC8;
  padding: 20px 20px 15px;
  margin-bottom: 5px;
}
.faq-q {
  font-weight: bold;
  color: #017BC8;
  line-height: 1.6;
  display: flex;
  padding-bottom: 10px;
  padding-right: 30px;
}
.faq-content[open] .faq-q:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
}
.faq-a {
  display: flex;
  padding-top: 10px;
  font-size: 1.4rem;
}
.qImage {
  max-width: 40px;
  height: 35px;
  margin-right: 10px;
}
 .qaimg {
  max-width: 40px;
  height: 35px;
  margin-right: 10px;
  padding-top: 10px;
 }
.faq-content:after {
  content: '+';
  font-size: 2rem;
  position: absolute;
  color: #017BC8;
  top: 10px;
  right: 20px;
  transition: transform .3s;
}
.faq-content[open]:after {
  content: '－';
}
.qaWrapper {
  display: flex;
  border-top: 2px dotted #017BC8;
}
@media screen and (min-width: 750px) {
  .faq-content {
    margin-bottom: 15px;
  }
  .faq-a {
    display: flex;
    padding-top: 10px;
    font-size: 1.5rem;
  }
  .faq-q {
    font-size: 2.0rem;
    line-height: 35px;
  }
  .faq-content:after {
    content: '+';
    font-size: 2.5rem;
    top: 8px;
    right: 20px;
  }
}
/* お問い合わせ */
.contactForm {
  background:#F3F5F9;
  padding: 50px;
}
.contactFormTable{
  width: 100%;
  border-collapse: collapse;
}
.contactFormTable th,
.contactFormTable td {
  max-width: 100%;
  display: block;
}
.contactFormTable th {
  text-align: left;
  margin-bottom: 7px;
  font-size: 1.5rem;
}
.contactFormTable td {
  margin-bottom: 15px;
}
.contactForm input, 
.contactForm textarea {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  border: 1px solid #cacaca;
  border-radius: 5px;
  font-size: 1.4rem;
}
input::placeholder,
textarea::placeholder {
  color: #cacaca; 
  opacity: 1;
  font-size: 1.4rem;
}
.contactForm textarea {
  padding-top:  10px;
  font-size: 1.4rem;
}
.contactForm input {
  height: 3em;
}
.contactForm textarea {
  height: 12em;
}
.required {
  background:#FF8E2A;
  color: #fff;
  font-size: 1.3rem;
  padding: 2px 8px;
  margin-left: 8px;
  border-radius: 5px;
}
.submitBtnArea {
  width: 280px;
  margin: 20px auto 0;
} 
.submitBtn {
  background: #B1B1B1;
  border: none;
  color:#fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 30px !important;
  height: 3.5em !important;
}
.submitBtn:hover {
  cursor: pointer;
  background: #FF8E2A;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .contactForm  {
    margin:0 20px 60px 20px;
  }
  .contactFormTable {
    display: table;
  }
  .contactFormTable th,
  .contactFormTable td {
    display: table-cell;
  }
  .contactFormTable th {
    width: 36%;
    vertical-align: top;
  }
  .contactFormTable td {
    width: 64%;
  }
  .contactForm input,
  .contactForm input textarea {
    width: 100%;
    border: 1px solid #CACACA;
    border-radius: 7px;
    margin-bottom: 20px;
  }
  .required {
    display: none;
  }
  .pcRequired {
    background: url(../img/required.png) top right 40px no-repeat;
}
.submitBtnArea {
  width: 350px;
  margin-top: 40px;
} 
.submitBtn {
  border-radius: 38px !important;
}
  }
@media screen and (min-width: 1100px) {
  .contactForm  {
   max-width: 1000px;
   margin: 0 auto 60px;
  }
}
/* セレクトボックスのスタイル */
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 200px;
  @media(width >= 750px) {
    margin-bottom: 20px;
    width: 250px;
  }
}
.select-wrapper select {
  width: 100%;
  padding: 10px 40px 10px 10px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background-color: white;
  appearance: none; 
  font-size: 1.4rem;
  cursor: pointer;
  color: #182430 !important;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #cacaca;
  transform: translateY(-50%);
  pointer-events: none;
}
select option {
  color: #182430 !important;
}
/* ホバー時のスタイル */
.select-wrapper select:hover {
  border-color: #017BC8;
}
/* フォーカス時のスタイル */
.select-wrapper select:focus {
  outline: none;
  border-color: #017BC8;
  box-shadow: 0 0 5px rgba(1, 123, 200, 0.5);
}
/* footer */
.footer {
  background: #333;
  padding-bottom: 10px;
  color: #fff;
}
.footerNav {
  padding: 20px 0 15px 20px;
  font-size: 1.4rem;
}
.copyright {
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 750px) {
  .footerNav {
    display: flex;
    padding-top: 30px;
    padding-left: 60px;
  }
  .footerNav li:not(:last-of-type){
    margin-right: 2%;
  }
}
@media screen and (min-width: 1100px) {
  .footerNav {
    max-width: 1100px;
    margin: 0 auto;
  }
}
/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}
.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
/* ボタンスタイル */
button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}
#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:tr
}

/**0905**/

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

ul.stepListSp{
  width: 100%;
  max-width: 521px;
  margin: auto;
}
.customer-slider{
}
.customer-slider .customer-slider__content{
  background: #fff;
  padding: 30px 15px;
  border-radius: 10px;
  margin: auto 15px;
}
.customer-slider .customerSp__img{
  margin: auto auto 10px;
}
.customer-slider .customerTitle{
  font-size: 1.6rem;
  font-weight: bold;
  margin: auto auto 10px;
}
.customer ul.slick-dots button{
  padding: 6px;
}
/**MODAL SLIDE**/
    [class*=swiper]:focus {
      outline: none;
    }
    .swiper {
      position: relative;
    }
    .main-swiper{
      position: relative;
      padding-bottom: 20px;
    }
    .main-swiper .swiper-button-prev,
    .main-swiper .swiper-button-next {
      display: grid;
      place-content: center;
      width: 40px;
      height: 40px;
      cursor: pointer;
      background-color: #017BC8;
      border-radius: 50%;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      margin: auto;
    }
    .main-swiper .swiper-button-prev::before,
    .main-swiper .swiper-button-next::before,
    .main-swiper .swiper-button-prev::after,
    .main-swiper .swiper-button-next::after  {
      font-size: 0;
    }
    .modal__content .swiper-button-prev,
    .modal__content .swiper-button-next {
      display: grid;
      place-content: center;
      width: 38px;
      height: 38px;
      cursor: pointer;
      background: none;
      border-radius: 50%;
      position: absolute;
      border: 2px solid #fff;
      z-index: 1;
      top: 0;
      bottom: 0;
      margin: auto;
    }
    .main-swiper .swiper-pagination-bullet {
        width: 40px;
        height: 12px;
        background-color:#009BE1 ;
        border-radius: 0;
      }



    .modal__content .swiper-button-prev::before,
    .modal__content .swiper-button-next::before,
    .modal__content .swiper-button-prev::after,
    .modal__content .swiper-button-next::after  {
      font-size: 0;
    }

    .swiper-button-prev {
      left: 20px;
    }

    .swiper-button-next {
      right: 20px;
    }

    .modal__content .swiper-button-prev {
      left: -25px;
      transform: translateX(-50%);
    }
    .modal__content .swiper-button-next {
      right: -25px;
      transform: translateX(50%);
    }
    .swiper-button-prev::before,
    .swiper-button-next::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      border-radius: 50%;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
      width: 10px;
      height: 10px;
      content: "";
      border: solid #fff;
      border-width: 3px 3px 0 0;
    }
    .swiper-button-prev::after {
      margin-left: 0.4rem;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }

    .swiper-button-next::after {
      margin-right: 0.4rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .swiper-slide img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }

    .modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.3s;
      pointer-events: none;
      opacity: 0;
      z-index: 100;
      background-color: rgba(120, 123, 131, 0.8);
      box-sizing: border-box;
    }
    .modal.is-active {
      opacity: 1;
      pointer-events: auto;
    }
    .modal__overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }
    .modal__content {
      position: relative;
      background-color: #fff;
      width: 100%;
      max-width: 500px;
      border-radius: 20px;
    }
    .modal__content .swiper{
      margin: auto;
      width: 100%;
      height: auto;
    }

    .modal__close-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      background: #fff;
      border: 1px solid #ccc;
      cursor: pointer;
      z-index: 10;
    }
    .fp-content{
      border: 1px solid #ccc;
      border-radius: 10px;
      background: #fff;
      padding: 30px 30px 0;
      text-align: center;
    }
    .fp-content .fp-content__image{
      width: 150px;
      margin: auto auto 10px;
    }
    .fp-content .fp-content__name{
      margin: auto auto 2px;
      font-size: 1.4em;
      font-weight: bold;
    }
    .fp-content .fp-content__name02{
      margin: auto auto 10px;
      font-size: 0.9em;
      color: #999;
    }
    .fp-content .fp-content__tag{
      margin: auto auto 10px;
    }
    .fp-content .fp-content__tag span{
      display: block;
      border: 1px solid #017BC8;
      color: #017BC8;
      width: 200px;
      line-height: 24px;
      font-size: 12px;
      border-radius: 12px;
      margin: 10px auto 0;
    }
    .fp-content .fp-content__btn{
      background: #017BC8;
      color: #fff;
      line-height: 3em;
      margin-left: -30px;
      margin-right: -30px;
      font-size: 1.2rem;
    }
    .fp-content .fp-content__btn span{
      position: relative;
      padding-right: 24px;
    }
    .fp-content .fp-content__btn span::after{
      content: '';
      position: absolute;
      background: url(../img/arrow-right.png) center 50%;
      background-size: 14px;
      width: 14px;
      height: 14px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    .fp-content.fp-modal {
      padding: 0;
      border: none;
    }
    .fp-modal .fp-modal__head{
      background-image: url(../img/expertBack.png);
      background-position: center;
      padding: 20px 20px 10px;
    }

    .fp-modal .fp-modal__bottom{
      text-align: left;
      padding: 20px;
    }
    .fp-modal .fp-modal__bottom .fp-content__tag{
      margin-bottom: 15px;
    }
    .fp-modal .fp-modal__bottom .fp-content__tag span{
      text-align: center;
    }
    .fp-modal__title{
      margin-top: 10px;
    }
    .fp-modal__title::before{
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 2px;
      height: 1.2em;
      background: #333;
      margin-right: 10px;
    }
    .fp-modal__title02{
      border-top: 1px solid #017BC8;
      margin-top: 15px;
      padding-top: 15px;
    }
    .fp-modal__text{
      margin-top: 5px;
      font-size: 1.4rem;
    }
@media (hover: hover) {
  .fp-content:hover{
    cursor: pointer;
  }
}
@media screen and (min-width: 751px) {
.js-main-swiper .swiper-button-prev,
.js-main-swiper .swiper-button-next {
  display: none;
}
}
@media screen and (max-width: 750px) {
  .fp-modal .fp-modal__bottom{
    padding-top: 10px;
  }
  .fp-modal__title02{
    margin-top: 10px;
    padding-top: 10px;
  }
  .fp-modal .fp-modal__bottom .fp-content__tag{
    margin-bottom: 10px;
  }
.modal__content .swiper-button-prev,
.modal__content .swiper-button-next {
  background-color: #017BC8;
  border: none;
}
.modal__content .swiper-button-prev {
  left: 15px;
}
.modal__content .swiper-button-next {
  right: 15px;
}
.swiper-pagination{
  display: none;
}
}
/* 追加コンテンツ */
/* 新NISA/iDeCo・資産形成プラン */
.reason-headcopy {
  font-size: 2rem;
  background-color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  border-radius: .8rem;
  font-weight: 700;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  letter-spacing: .1em;
}
.reason-headcopy span {
  color: #ff4c64;
}
@media (width >= 750px) {
  .reason-headcopy {
    font-size: 2.4rem;
    width: fit-content;
    margin-inline:auto;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (width >= 1100px) {
  .reason-headcopy {
    font-size: 2.8rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }
} 
.planWrapper {
  position: relative;
}
.planWrapper::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  /* background-image: url(../img/planMen.png); */
  background-repeat: no-repeat;
  background-size: contain;
  top: -77px;
  left: 11px;
}
@media screen and (min-width: 750px) {
  .planWrapper::before {
    width: 100px;
    height: 100px;
    top: -97px;
  }
}
@media (width >= 1100px) {
  .planWrapper::before {
    width: 140px;
    height: 140px;
    top: -134px;
    left: 18px;
  }
}
.plan-subheading {
  color: #017BC8;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #017BC8;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.plan-txt {
  font-size: 1.4rem;
}
.plan-flex-img {
  display: none;
}
@media (width >= 750px) {
  .plan-flex-img {
    display: block;
    max-width: 30%;
    margin-top: -4rem;
  }
  .plan-txt {
    font-size: 1.6rem;
  }
  .plan-txt-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (width >= 1100px) {
  .plan-subheading {
    font-size: 2.2rem;
  }
}
.features {
  padding: 4rem 2rem;
  & .feature-items {
 display: flex;
 flex-direction: column;
 gap: 2rem;
& li {
 font-size: 1.4rem;
 line-height: 1.8;
  & .feature-item-wrapper {
    text-align: center;
    & h3 {
      font-size: 2rem;
      margin-top: 1rem;
      margin-bottom: 1.5rem;
    }
    & .feature-image {
      margin-bottom: 1rem;
    }
    & .feature-image-num {
      max-width: 5rem;
      text-align: center;
      }
      @media (width >= 750px) {
        & h3 {
          font-size: 2.2rem;
          line-height: 1.4;
        }
        & .feature-image-num {
          max-height: 6.6rem;
          }
      }
      @media (width >= 1100px){
        & h3 {
          font-size: 2.4rem;
        }
      }
  }
}
}
@media (width >= 750px) {
  & .feature-items {
    flex-direction: row;
    justify-content: flex-start;
    & li {
      width: calc((100% - 20px) / 3);
    }
    & .feature-image {
      max-height: 20rem;
    }
}
}
@media (width >= 1100px) {
  & .feature-items {
    max-width: 1100px;
    margin-inline: auto;
    gap: 4rem;
    & li {
      line-height: 2;
      font-size: 1.5rem;
      /* width: calc((100% - 20px * 2) / 3); */
    }
    & .feature-image {
      max-height: 25rem;
    }
    & .feature-image-num {
      max-width: 7rem;
      text-align: center;
      }
  }
}
}
.expertContentWrapper {
  text-align: center;
  margin-top: 40px;
 @media(width >= 750px) {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
 }
 @media(width >= 1100px) {
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
 }
}
.expertContentWrapper .mb {
  margin-bottom: 15px;
}
.blue-marker {
  color: #18306e;
  font-weight: bold;
}