body {
  font-family: "Noto Sans JP", sans-serif;
}
button {
  margin: 0 auto;
  border: none;
  background: none;
  display: block;
}
ul li {
  list-style: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
header {
  background: url(../img/header-bg.png) no-repeat top center;
  background-size: contain;
  height: 57vw;
}

.header-box {
  text-align: center;
  margin-top: 30px;
}
.header-box button {
  padding-top: 1.5rem;
}
.header-box__cvr button {
  width: 98%;
}
.header-box__cvr button:hover {
  opacity: 0.8;
}
.top h2{
  text-align: right;
  font-size: 3vw;
  padding-top: 15px;
  margin-right: 4vw;
  color: #fff;
  align-items: center;
}
.top h2 a{
  color: #fff;
}
.top h2 a:hover{
  transition: 0.3s;
  color: #f6df81;
}

/* ヘッダー sp */

/* @media screen and (max-width:1200px){
  .top h2{
    font-size: 2rem;
  }
}
@media screen and (max-width:992px){
  .top h2{
    font-size: 1.3rem;
    margin-right: 30px;
  }
} */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
    padding-top: 60px;
  }
  .top h2{
    display: none;
  }

  header {
    background: url(../sp/sp-header-bg.jpg) no-repeat top center;
    background-size: cover;
    height: 150vw;
  }
  .header-box__cvr {
    position: relative;
  }
  .header-box__cvr button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -8%);
    -webkit-transform: translate(-50%, -8%);
    -ms-transform: translate(-50%, -8%);
    width: 90%;
  }
  .header-box__cvr--bg {
    padding: 1rem 0.5rem;
  }
}

/* ニーズセクション */

#needs-match h1 {
  font-size: 2vw;
  font-weight: 400;
  text-align: center;
  margin: 2rem 0;
}

.font-needs__blue {
  color: #5579ac;
  font-size: 2.5vw;
  font-weight: 600;
}
.font-needs__l {
  font-size: 2.5vw;
  font-weight: 600;
}

.needs-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 0;
}
.needs-box__item {
  flex-basis: 33%;
  padding: 2rem 2rem;
  text-align: center;
}
.needs-box__item h2 {
  font-size: 18px;
  font-weight: 500;
}
.needs-box__item h2 span {
  /* font-size: 24px; */
}

/* ニーズリスト */

.needs-list {
  background: url(../img/trader-bg.jpg) no-repeat top center;
  background-size: cover;
}

.needs-list ul {
  padding-top: 150px;
  padding-bottom: 75px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 3rem;
  justify-content: center;
}

.needs-list li {
  flex-basis: 25%;
}

.trader-list li {
  font-size: 16px;
  max-width: 220px;
  background-color: #395986;
  margin: 7px;
  padding: 9px 12px;
  border: none;
  color: #fff;
  text-align: center;
}

/* ニーズリスト sp */
@media screen and (max-width: 1200px) {
  .needs-list li {
    flex-basis: 23%;
  }
  .needs-list ul {
    padding-top: 10vw;
  }
  .needs-list {
    background-size: auto;
  }
}

@media screen and (max-width: 992px) {
  .needs-list ul {
    margin: 0;
  }
  .trader-list li {
    font-size: 13px;
    margin: 7px;
    padding: 10px;
  }
  .needs-list li {
    flex-basis: 35%;
  }
  .trader-list li {
    max-width: 155px;
  }
  .needs-list ul {
    padding-top: 6vw;
  }
  .needs-list {
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  #needs-match h1 {
    font-size: 4vw;
    /* font-weight: 400;
      text-align: center; */
    margin: 2rem 0;
    line-height: 1.5;
  }

  .font-needs__blue {
    font-size: 5.3vw;
  }
  .font-needs__l {
    font-size: 5.3vw;
  }
  .needs-box {
    text-align: center;
  }
  .needs-box__item {
    flex-basis: 100%;
    padding: 0.3rem 1rem;
  }
  .needs-box__item h2 {
    font-size: 14px;
  }
  .needs-box__item h2 span {
    font-size: 1.5rem;
  }
  .needs-list {
    background: none;
  }
  .needs-list h2 img {
    margin: 0 auto;
    width: 35vh;
    padding: 40px 0;
  }
  .needs-list li {
    flex-basis: 50%;
    padding: 0.5rem 0.7rem;
  }
  .needs-list ul {
    /* margin: 55px; */
    padding: 0;
  }
  .trader-list li {
    flex-basis: 45%;
    font-size: 13px;
    margin: 7px;
    padding: 8px;
  }
}

/* 法人携帯Naviは */

#about {
  margin-top: 60px;
  background: url(../img/check4-bg.png);
  background-repeat: repeat;
}
.about-contents {
  padding: 70px 0 100px 0;
  text-align: center;
}
.about-contents img {
  /* margin-top: 50px; */
}

.about-block {
  text-align: center;
}
.about-block h2 span {
  font-size: 48px;
  font-weight: bold;
}
.about-block h3 {
  font-size: 26px;
}
.about-block h3 span {
  font-size: 31px;
}
.about-block h4 {
  padding-bottom: 50px;
}
.about-block h4 span {
  font-size: 26px;
}
.about-block h4 span {
  font-size: 40px;
  font-weight: bold;
  color: #f03431;
}
.about-photo-area {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 50px;
}

.about-photo-area__item {
  /* flex-basis: 50%; */
}
.about-photo-area img {
  /* max-width: 450px; */
  width: 100%;
  /* height: 230px; */
  object-fit: contain;
}
.about-photo-area h4 img {
  /* height: 305px; */
  padding-left: 15px;
  /* padding-right: 21px; */
  background-color: #fff;
}
.about-block__trader h3 span {
  font-size: 37px;
  background: linear-gradient(transparent 60%, rgb(252, 229, 126) 60%);
}
.about-block__trader h3 {
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
.about-block__trader h4 {
  letter-spacing: 2px;
  margin-top: 60px;
  font-size: 1.1rem;
}

/* 法人携帯Naviについて */
@media screen and (max-width: 768px) {
  .about-photo-area {
    display: block;
    max-width: 856px;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 50px;
  }
  .about-block {
    margin-bottom: 50px;
  }
  .about-block h2 {
    font-size: 17px;
  }
  .about-block h2 span {
    font-size: 1.7rem;
    font-weight: bold;
  }
  .about-block h3 {
    font-size: 1rem;
  }
  .about-block h3 span {
    font-size: 1.2rem;
  }
  .about-block h4 span {
    font-size: 1.8rem;
  }
  .checkimg {
    margin-top: 60px;
  }
  .check {
    margin-top: 0px;
    padding: 15px;
  }
  .about-contents img {
    margin-top: 0;
  }
  .about-contents h5 img {
    margin-top: 30px;
  }
  .about-block__trader h3 span {
    font-size: 30px;
    font-weight: 600;
}
}

/* 法人携帯Navi仕組み */
.structure-band {
  background-color: #388da9;
  padding: 24px;
}
.structure-band h2 {
  text-align: center;
  color: #fff;
}
.structure-image img {
  margin: 60px 0;
  text-align: center;
}

/* 紹介業者様 */
#introduct {
  background-color: #f2fcff;
}
.introduct-band {
  background-color: #388da9;
  padding: 24px;
}
.introduct-band h2 {
  text-align: center;
  color: #fff;
}
.trader-mark {
  background-color: #f2fcff;
  height: 400px;
}
.introduct-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 0;
  justify-content: center;
}
.introduct-list li {
  width: 77px;
  height: 79px;
  background-color: #b1b1b1;
  margin: 0.5rem 1rem;
}

/* 3つの理由 */
#reason {
  margin-top: 50px;
  padding-top: 70px;
  background: #f8feff;
}
.reason-point-title {
  text-align: center;
  margin: 72px 0 50px;
  margin-left: auto;
  margin-right: auto;
}
.reason-image {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.reason-image img {
  margin-top: 40px;
}
.triangle {
  width: 164px;
  display: block;
  margin: 0 auto;
}
.reason-image h2 {
  text-align: center;
  margin: 48px 0 80px;
}

/* 選ばれる理由３つ sp */
@media screen and (max-width: 768px) {
  .reason-image img {
    margin-bottom: 20px;
  }
  .reason-point-title {
    text-align: center;
    margin: 50px 0px 0 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .reason-image h2 {
    font-size: 1.3rem;
    text-align: center;
    margin: 48px 0 50px 0;
  }
}

/* コンバージョンエリア */
#cv-area {
  background: url(../img/cv-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.cv-box {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 80px 0;
}
.cv-box > * {
  flex-basis: 50%;
}
.cv-bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cv-right {
  margin-left: 50px;
  order: 2;
}
.cv-box img:last-child {
  /* margin-left: 50px; */
}
.cv-bottom h2{
  font-family: 'Hattori Hanzo Light Italic', arial;
  font-size: 45px;
  font-weight: 600;
  position: absolute;
  top: 32%;
  right: -15%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  border: none;
  margin: 0 auto;
  background: transparent;
}
.cv-bottom h2 a{
  color: rgb(31, 30, 30);
  opacity: 0.9;
}
.cv-bottom h2 a:hover{
  color: #388da9;
  transition: 0.3s;
}
.cv-box button {
  position: absolute;
  bottom: 8%;
  left: 55%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  border: none;
  margin: 0 auto;
  background: transparent;
}
.cv-box button:hover {
  opacity: 0.8;
}
.cv-title img {
  margin: 0 auto;
}

/* コンバージョンエリア sp */
@media screen and (max-width:1200px){
  .cv-bottom h2{
    right: -25%;
  }
}
@media screen and (max-width: 992px) {
.cv-box button {
  bottom: 0%;
}
.cv-bottom h2 {
  font-size: 33px;
  top: 32%;
  right: -27%;
}
}

@media screen and (max-width: 768px) {
  #cv-area {
    background: url(../sp/sp-header-bg.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
  }

  .cv-box {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .cv-box > * {
    flex-basis: 80%;
  }
  .cvr-top {
    margin-top: 30px;
    padding: 20px;
  }
  .cv-bottom {
    position: relative;
  }
  .cv-right {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -8%);
    -webkit-transform: translate(-50%, 8%);
    -ms-transform: translate(-50%, -8%);
    width: 97%;
  }

  .cv-bottom button {
    position: absolute;
    left: 50%;
  }
  .cvr-box {
    padding: 20px;
    margin-top: 0;
  }
  .cv-box img:last-child {
    /* margin-left: -150px; */
    margin-top: 20px;
  }
  .cvr-box {
    margin-top: 30px;
    width: 98%;
  }

  .cv-bottom h2 {
    font-size: 43px;
    top: 38%;
    right: -10%;
}
}
@media screen and (max-width:532px){
  .cv-bottom h2 {
    font-size: 40px;
    position: absolute;
    top: 33%;
    left: 55%;
    transform: translate(-50%, -8%);
    -webkit-transform: translate(-50%, 8%);
    -ms-transform: translate(-50%, -8%);
    width: 97%;
}
}
@media screen and (max-width:458px){
  .cv-bottom h2 {
    font-size: 8vw;
}
button img{
  width: 60vw;
}
.cv-bottom h2 {
  top: 34%;
  left: 57%;
}
}


/* お悩みエリア */
#worries-area {
  background: #eaf9fd;
}
.worries-contents {
  text-align: center;
}
.worries-contents img {
  margin: 0 auto;
  padding: 70px;
  max-width: 90%;
}

/* お悩み解決エリア */
.inverted {
  display: block;
  margin: 0 auto;
  background-color: #fff;
}
#solution {
  background: #fff;
}

.solution-contents {
  text-align: center;
}
.solution-contents h4 {
  margin: 70px 0;
  font-size: 2rem;
}
.solution-box {
  background: #eaf9fd;
  padding: 70px 0;
}
.solution-box h2 {
  width: 80%;
  margin: 0 auto;
}

.solution-contents img {
  margin: 0 auto;
  max-width: 100%;
}
.solution-contents h3 img {
  margin-top: 0;
  max-width: 100%;
}

.point-area-bg {
  background: #eaf9fd;
  margin-top: 103px;
  padding: 86px 0;
}
.point-area {
  display: flex;
  justify-content: center;
}
.point-area img {
  /* max-width: 276px; */
  flex-basis: 33%;
}
.point-area__item {
  text-align: center;
}
.point-text {
  margin: 70px;
}
.point-text h2,
h3 {
  font-size: 32px;
  text-align: center;
}

.point-text h2 span {
  font-size: 50px;
  font-weight: bold;
}
.point-text h3 span {
  font-size: 40px;
  font-weight: bold;
  color: #d95f5f;
  background: linear-gradient(transparent 60%, #f6e086 60%);
}
/* お悩み解決まで sp */
@media screen and (max-width: 768px) {
  .worries-contents img {
    margin-top: 0px;
    padding: 60px 40px 40px 40px;
    width: 100%;
  }
  .point-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .point-area-bg img {
    margin: 60px 0 10px 0;
    width: 70%;
  }
  .point-area h2 {
    font-size: 20px;
  }
  .point-area h2 span {
    font-size: 22px;
    font-weight: bold;
  }
  .point-area h3 {
    font-size: 20px;
  }
  .point-area h3 span {
    font-size: 22px;
    font-weight: 600;
  }
  .point-text {
    margin-top: 50px;
  }
  .point-text h2,
  h3 {
    font-size: 1.5rem;
  }
  .point-text h2 span {
    font-size: 2rem;
  }
  .point-text h3 span {
    font-size: 2rem;
  }

  .solution-contents {
    margin: 0px;
  }
  .solution-contents h3 {
    font-size: 21px;
    margin: 0px 0 60px 0;
  }

  .solution-contents h2 img {
    margin-top: -10px;
    padding: 0 20px;
  }
  .solution-contents h4 {
    font-size: 1.5rem;
  }
  .point-area img {
    margin: 50px 15px 30px 15px;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}

.slider img {
  width: 25vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}

.slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all 0.3s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}

.slider .slick-slide.slick-current {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.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: 9px; /*ドットボタンのサイズ*/
  height: 9px; /*ドットボタンのサイズ*/
  border-radius: 50%;
  border: none;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/*========= レイアウトのためのCSS ===============*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
}

a:hover,
a:active {
  text-decoration: none;
}

/* お客様の声エリア */
#customer {
  background: #f2f2f2;
}
.customer-area h2 {
  padding: 70px 0;
  text-align: center;
}
.customer-image ul {
  display: flex;
}
/* お客様エリア(スライダーまで sp) */
@media screen and (max-width: 768px) {
  .customer-area h2 {
    padding: 70px 0 30px 0;
    font-size: 24px;
  }
  /*==================================================
スライダーのためのcss
===================================*/
  .slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
  }

  .slider img {
    width: 60vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
  }

  .slider .slick-slide {
    transform: scale(0.8); /*左右の画像のサイズを80%に*/
    transition: all 0.3s; /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5; /*透過50%*/
  }

  .slider .slick-slide.slick-center {
    transform: scale(1); /*中央の画像のサイズだけ等倍に*/
    opacity: 1; /*透過なし*/
  }
}

/* ご利用の流れセクション */

#step {
  background: url(../img/note.jpg);
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  padding-bottom: 90px;
}
.step-text h3 {
  font-size: 1.8rem;
}
.step-text h4 {
  text-align: center;
}
.step-text h4 span {
  color: #d95f5f;
  font-size: 2rem;
  font-weight: bold;
}

.step-box {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 90px;
}
.step-box img {
  max-width: 100%;
  height: auto;
}
.step-contents h2 {
  text-align: center;
  padding: 50px 0;
}
/* ご利用の流れ sp */
@media screen and (max-width: 768px) {
  #step {
    padding-bottom: 5px;
  }
  .step-text {
    padding-bottom: 60px;
  }
  .step-text h4 span {
    color: #d95f5f;
    font-size: 2rem;
    font-weight: bold;
  }
  .step-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .step-text h3 {
    margin-top: 40px;
    font-size: 1.3rem;
  }
  .step-contents h2 {
    text-align: center;
    padding: 50px 0;
  }
  .step-pc {
    width: 30%;
  }
}

/* FAQここから*/
#faq {
  margin-bottom: 100px;
}
.faq-container h2 {
  text-align: center;
  font-size: 98px;
  margin-top: 50px;
}
.faq-container h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 66px;
  color: #727272;
}
.faq-box img {
  margin: 0 auto;
}
.faq-item {
  margin: 0 auto;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
.faq-item p {
  width: 878px;
  margin-left: 20px;
}
.faq-item img {
  margin: 0;
}

/* FAQここから sp*/
@media screen and (max-width: 768px) {
  .faq-container h2 {
    font-size: 46px;
  }
  .faq-container h3 {
    font-size: 16px;
  }
  .faq-item {
    margin: 0 auto;
    padding: 15px;
    justify-content: unset;
  }
  .faq-item p {
    font-size: 0.8rem;
    margin-left: 5px;
  }
  .faq-item {
    max-width: 993px;
  }
  .sp-faq {
    width: 100%;
  }
}

/* お問い合わせフォームここから */

#inquiry {
  background-color: #eff6f8;
}
.inquiry-body {
  background-color: #fff;
}

.inquiry-contents h2 {
  background-color: #388da9;
  font-size: 53px;
  color: #fff;
  font-weight: bold;
  padding: 60px 0;
  text-align: center;
  margin: 0;
}

.main-inquiry p {
  padding: 41px 20px 40px 20px;
  text-align: center;
  margin: 0;
}
.faq_step {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.faq_step img {
  margin: 15px 0 30px 15px;
  margin-left: 15px;
  width: 120px;
}

/* お問い合わせフォーム */
.input-body {
  background: #fff;
  padding-bottom: 20px;
}
label {
  margin-bottom: 0;
  padding: 20px 60px 20px 20px;
}

.input h2 {
  background-color: #388da9;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  letter-spacing: 10px;
  margin: 0;
}

form table {
  border-spacing: 0;
  margin: 0 auto;
  width: 80%;
}

form td {
  padding: 0px;
  border-bottom: 1px solid #eee;
}
form th {
  padding: 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  width: 40%;
}
.hissu,
.ninni {
  padding-right: 4em;
  position: relative;
}
.hissu::after,
.ninni::after {
  content: "必須";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 35px;
  border: 1px solid #ccc;
  padding: 0 5px;
  font-size: 85%;
  background: #d40000;
  color: #fff;
}
.ninni::after {
  content: "任意";
  background: #d2e5ff;
  color: #333;
}
form textarea {
  margin: 0 auto;
}
form input[type="text"],
form textarea {
  background: #fff;
  border: 1px solid #388da9;
  margin: 0 5px;
  width: 80%;
  padding: 5px;
  box-sizing: border-box;
}
.attention {
  display: inline-block;
}
.smallinput {
  width: 100px !important;
}
.buttonwrap {
  text-align: center;
  padding: 20px 0;
}
form input[type="button"],
form input[type="submit"] {
  display: inline-block;
  background: #388da9;
  padding: 20px;
  text-align: center;
  color: #fff;
  margin: 5px;
  border: 1px solid;
  cursor: pointer;
  width: 200px;
}
form input[type="button"] {
  background: #f2f2f2;
  color: #333;
  border: none;
}
input[type="checkbox"] {
  display: none;
}

/* ラジオボタン */
input[type="radio"] {
  display: none;
}
.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.radio01::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 6px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.radio01::after {
  background: #388da9;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
input[type="radio"]:checked + .radio01::after {
  opacity: 1;
}

.radio0-btn {
  width: 250px;
}
.radio0 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 27px;
  position: relative;
  width: auto;
}
.radio0::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 6px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.radio0::after {
  background: #388da9;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
input[type="radio"]:checked + .radio0::after {
  opacity: 1;
}
/* ラジオボタンここまで */
/* チェックボタン */
input[type="checkbox"] {
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid #388da9;
  /* border-radius: 50%; */
  content: "";
  display: block;
  height: 16px;
  left: 6px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkbox01::after {
  border-right: 3px solid #388da9;
  border-bottom: 3px solid #388da9;
  /* background: #707070; */
  /* border-radius: 50%; */
  content: "";
  display: block;
  height: 13px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(40deg);
  width: 8px;
}
input[type="checkbox"]:checked + .checkbox01::after {
  opacity: 1;
}
/* チェックボタンここまで */
/* セレクトボックスここから */
.cp_ipselect {
  overflow: hidden;
  width: 60%;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #388da9;
  border-radius: 2px;
  background: #ffffff;
  margin: 0 5px;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #388da9;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}
.radio-btn {
  display: flex;
  flex-direction: column;
}
/* セレクトボックスここまで */

/**********************お問い合わせ完了ページ*****************************/
.complete {
  background-color: #fff;
  padding: 70px;
}
.complete p {
  text-align: center;
  font-size: 18px;
}
.complete p span {
  font-size: 20px;
}

.complete button img {
  width: 40%;
  padding-top: 20px;
}
/***************************************************/

@media (max-width: 768px) {
  /* faq */
  #faq {
    margin-bottom: 50px;
  }
  /* faq */

  form table,
  form tr,
  form th,
  form td,
  form tbody {
    display: block;
  }
  form th {
    width: auto;
    border-bottom: none;
    padding: 13px 10px 0 5em;
  }
  .hissu::after,
  .ninni::after {
    right: auto;
    left: 15px;
  }
  form input[type="text"],
  form textarea {
    width: calc(100% - 10px);
  }
  form tr {
    width: calc(100% - 10px);
  }
  form th {
    padding: 13px 5px 0 3em;
  }
  form {
    padding: 0px;
  }
  form td {
    border-bottom: 0px;
  }
}

/* お問い合わせフォーム SP */
@media screen and (max-width: 768px) {
  .inquiry-contents h2 {
    font-size: 19px;
    color: #fff;
    padding: 36px 0;
  }
  .faq_step {
    display: none;
  }

  form input[type="text"],
  form textarea {
    width: 100%;
  }
  .custmer-input tbody {
    width: 100%;
  }
  footer {
    padding: 10px;
  }
  .footer-contents h2 {
    display: none;
  }
  form input[type="text"],
  form textarea {
    margin: 0px;
  }
}
@media screen and (max-width: 991px) {
  form input[type="text"],
  form textarea {
    width: 100%;
  }

  .complete button img {
    width: 50%;
    margin-left: 0;
  }
}

/* 最後のcvrエリア */
.tel-area {
  display: flex;
  background-color: #eff6f8;
  justify-content: center;
}
.tel-area p {
  margin: 0;
}
.tel-tel h2 {
  font-size: 3vw;
  margin-left: 10px;

}
.tel-tel h2 a:hover{
  color: #388da9;
  transition: 0.4s;
}
.tel-area-left {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 50px 0;
}
.tel-area-left img {
  width: 51px;
  height: 51px;
}
.tel-tel {
  display: flex;
  align-items: center;
}
.tel-area-left span {
  display: block;
  letter-spacing: 2px;
  background-color: #fff;
  color: #388da9;
  width: 337px;
  border-radius: 10px;
  margin: 0 auto;
}

.tel-area-right {
  height: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tel-area-right a:hover {
  opacity: 0.8;

}
.tel-area-right img {
  width: 472px;
  padding: 10px;
}


/* フッター */

footer {
  background: #388da9;
  color: #fff;
}
.footer-contents {
  display: flex;
  justify-content: center;
}
.footer-contents small {
  padding-top: 20px;
}
.footer-contents p {
  padding: 0;
  margin: 0;
}

footer .logo h2 {
  padding: 20px;
  margin-right: 30px;
}

footer a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tel-area {
    display: block;
  }
  .tel-tel {
    display: flex;
    justify-content: center;
  }
  .tel-area-left {
    padding: 30px;
  }
  .tel-area-left span {
    margin: 0 auto;
  }
  .tel-tel h2 {
    font-size: 5vw;
}
}

@media screen and (max-width:768px){
  .tel-tel h2 {
    font-size: 6vw;
}
}
@media (max-width: 500px) {
  .point-text {
    margin: 20px;
  }
  .point-text h2,
  h3 {
    font-size: 1.3rem;
  }

  .tel-area-right {
    display: none;
  }
  .tel-area-right img {
    width: 100%;
  }
  .footer-contents .logo h2 {
    display: none;
  }

  .tel-area-left span {
    display: block;
    letter-spacing: 2px;
    background-color: #fff;
    color: #388da9;
    width: 226px;
  }

  /* お問い合わせフォーム　スマホサイズ */
  form {
    padding: 0;
  }
  form table {
    width: 100%;
  }
  form td {
    border: none;
    width: 98%;
    margin: 0 auto;
  }
}
tbody tr {
  padding: 16px 0;
}
.radio0-btn {
  width: 250px;
  margin: 0 auto;
}
.radio-btn {
  display: contents;
}
.complete {
  padding: 15px;
}
.footer-contents {
  display: flex;
  justify-content: center;
  padding: 10px;
}
form tr {
  width: calc(100% - 0px);
}
.hissu,
.ninni {
  padding-right: 0;
}
.cp_ipselect {
  width: 200px;
}
.text-box {
  height: 200px;
  margin-bottom: 20px;
}
.text-box textarea {
  height: 200px;
  margin: 20px 0;
}
/**********************お問い合わせ完了ページ*****************************/
.complete p {
  text-align: center;
  font-size: 15px;
}
.complete p span {
  font-size: 18px;
}

.complete button img {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .inquiry-body {
    background-color: #fff;
  }
}
/***************************************************/

.privacy-contents{
    margin: 0 auto;
    padding: 2rem 0;
    width: clamp(280px, 60vw ,800px) ;
}
.privacy-contents p{
    text-align: justify;
    padding: 0;
    font-size: clamp(0.8rem,3vw,1rem);
}
.privacy-title h2 {
    background-color: #388da9;
    font-size: clamp(18px, 5vw ,28px);
    color: #fff;
    font-weight: bold;
    padding: 60px 0;
    text-align: center;
    margin: 0;
}

/***************************************************/


/* コンバージョンセクション共通部分 */


.cv-container{
  padding: 100px 0;
  display: flex;
  justify-content: center;

}

.cv-leftimg{
  width: 400px;
  height: auto;
}
.cv-right-sp{
  width: 500px;
  margin-left: 50px;
}

.right-top{
  text-align: center;
  background-color: #388da9;
  color: #fff;
  font-size: 30px;

}
.right-top p{
  padding: 10px 0;
  margin-bottom: 0rem;
}
.right-buttom{
  text-align: center;
  background-color: #fff;
  padding: 30px 20px;
}
.right-buttom i{
  font-size: 40px;
}
.right-buttom p{
  padding: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
.right-buttom img{
  width: 400px;
}
.right-buttom a{
  color: #1f667d;
  font-size: 34px;
  font-weight: 600;
}
.right-buttom a:hover{
  color: rgb(249, 217, 124);
  transition : all 0.5s ease 0s;
}

/* スマホ */



@media screen and (max-width: 900px) {

  .cv-container{
    flex-direction: column;
  }
  .cv-leftimg{
    margin: 0 auto;
  }
  .cv-leftimg{
    width: 95%;
  }
  .right-top{
  text-align: center;
  background-color: #388da9;
  color: #fff;
  font-size: 20px;
  width: 100%;
  }
  .cv-right-sp{
    width: 95%;
    margin-top: 30px;
    margin-left: 15px;
  }
  .right-buttom img{
    width: 80%;
  }
}

