@charset "utf-8";

/*全デバイス共通*/
body{ font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; line-height: 1.5; color: #333333; }
img { border: none; max-width: 100%; height: auto; display: block; margin: auto;}


/*ALL*/
.section-inner {width: 100%; padding: 0 5%;}

/*デバイス別表示*/

.pc-only{
  display: block;
}

.sp-only{
  display: none;
}

/*アニメーション*/

/* スライダー */
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
.sliderArea.w300 {
  max-width: 350px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 30px !important;
    line-height: 1;
    opacity: .75;
    color: #ccc !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    bottom: 10% !important;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
}
.prev-arrow {
  left: -40px;
}
.next-arrow {
  right: -40px;
}

.slick-dots li button:before {
    font-family: 'slick';
    line-height: 20px;
    font-size: 60px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dots-pc li button:before {
    font-family: 'slick';
    line-height: 20px;
    font-size: 60px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.nini {
    font-size: 0.7vw;
    background: #d0d0d0;
    padding: 0 1%;
    margin: 0 2%;
    color: #5b5b5b;
    border-radius: 3px;
}

@media screen and (max-width: 768px){
.pc-only{
  display: none;
}

.sp-only{
  display: block;
}

p {text-align: center;font-size: 4vw;letter-spacing: 0.1rem;color: #232323;}
h2 { color: #0d33bf;font-size: 7vw;font-weight: 600;text-align: center; padding: 15% 0 10%;}

}

/*header*/
header {width: 100%;}
@media screen and (max-width: 768px){
.header-inner {
    min-width: inherit;
    height: 0;
}

.header-logo {
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translateY(0);
    max-width: 20%;
    background: #fff;
}

.header-logo a {
    display: block;
}

.nav_toggle {
    display: none;
    position: absolute;
    width: 10%;
    height: 4%;
    z-index: 2;
    background: #fff;
    right: 0;
}

  .nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
  }
  .nav_toggle i:nth-child(1) {
    top: 0;
  }
  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }

  /* クリックされた後のハンバーガーのマーク */
  .nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
  }

  /* クリックで表示されるメニュー：クリックされる前 */
  .nav {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    background-color: #fff;
    z-index: 1;
  }
  .nav_menu_li {
    margin-bottom: 30px;
  }
  .nav_menu_li a {
    color: #ee6557;
    text-decoration: none;
  }

  /* クリックで表示されるメニュー：クリックされた後 */
  .nav.show {
    opacity: 1;
    visibility: visible;
  }


.fv {
    position: relative;
    padding: 0 0 5%;
}

.bottom-arrow {
    width: 55%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


.updown {
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 2s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite;
}

@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

/* スライダー */
.sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.slick-dots {
    position: absolute;
    bottom: 5% !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.dots-pc {
    position: absolute;
    bottom: -10%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.dots-pc li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.dots-pc li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}


/*FORM*/
.hukidashi-1 {
    position: absolute;
    width: 70%;
    border: solid 2px #0d33bf;
    border-radius: 10px;
    padding: 2%;
    font-size: 3.4vw;
    color: #0d33bf;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    background: #fff;
    top: -3%;
    right: 6%;
}

.img{
    width: 13%;
    position: absolute;
    right: 8%;
    margin-top: -5%;
    z-index: 1;
}

img.character {
    top: -5%;
    position: absolute;
    z-index: 2;
    width: 23%;
    left: 4%;
}

.form {
    position: relative;
    padding: 17% 0;
}

.form-box {
    position: relative;
    background: #fff;
    border-radius: 19px;
    margin: 5% 0;
    box-shadow: 0px 2px 15px 1px rgba(20, 30, 9, 0.32);
}

div.form form {
    padding: 11% 5% 5%;
}

.hukidashi-list {
    width: 90%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding: 6px 0;
    background: #ffe3c1;
    margin: 0 auto;
    border-radius: 5px;
}

.hukidashi-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.6vw;
    white-space: nowrap;
    margin: 0 auto;
}

.hukidashi-list::after {
    position: absolute;
    bottom: -9px;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 9px;
    border-color: #ffe3c1 transparent transparent transparent;
    content: "";
}

div.form p.head {
    position: absolute;
    top: -6%;
    left: 5%;
    width: 90%;
    padding: 4%;
    background: #0d33bf;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 6vw;
    margin: 0 auto;
    letter-spacing: 1.5px;
}

select {
    width: 100%;
    padding: 2%;
    margin: 2% 0;
}


table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.form form table th {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 0;
    margin-top: 5px;
    color: #174381;
    font-weight: bold;
}

.form form table td {
    display: block;
}

.form form input {
    font-size: 4vw;
    padding: 2%;
    box-shadow: 0px 1px 5px 0px #ccc inset;
}

.input:after {
    content: '';
    width: 3%;
    height: 2%;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    transform: rotate(45deg);
    right: 22%;
    bottom: 10.5%;
}

input {
    width: 100%;
    margin: 2% 0;
}

input, select, textarea, search {
    font-family: "Zen Kaku Gothic New",sans-serif;
    border: solid 1px #c2c2c2;
    -webkit-appearance: none;
    border-radius: 5px;
}

div.form ul.transmission {
    width: auto;
    text-align: center;
    margin: 20px auto 0;
    display: table;
}

input.submit {
    display: block;
    width: 85%;
    text-align: center;
    font-weight: bold;
    border-radius: 100vw;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(242, 142, 38, 1), rgba(255, 112, 42, 1) 100%, rgba(242, 142, 38, 1));
    border: none;
    cursor: pointer;
    font-size: 6vw !important;
    box-shadow: 4px 4px 6px 0px rgba(178, 155, 139, 1) !important;
    padding: 4% !important;
    margin: 5% auto;
    background-image: linear-gradient(90deg, rgba(245, 207, 6, 1), rgba(245, 151, 9, 1));
}

/*販売事例*/

.daisuu {
    margin-bottom: 10%;
}

.review {
    margin: 0% 0 8%;
}

h3.hukidashi {
    text-align: center;
    color: #fff;
    background: #44bfe9;
    padding: 2%;
    margin: 5% 10%;
    font-size: 5vw;
    font-weight: 600;
    border-radius: 10vw;
    letter-spacing: 0.1rem;
    position: relative;
}

h3.hukidashi::before {
    content: "";
    display: inline-block;
    background: url(../img/star.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5%;
    top: 25%;
}
h3.hukidashi::after {
    content: "";
    display: inline-block;
    background: url(../img/star.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25%;
    right: 5%;
}

.slide-arrow {
  bottom: 45%;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 8%;
}
.prev-arrow {
    left: 0px;
    z-index: 1;
}
.next-arrow {
    right: 0px;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dots-pc li button:before {
    font-family: 'slick';
    font-size: 40px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dots-pc{
  position: absolute;
  bottom: -10%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.dots-pc li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.dots-pc li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.dots-pc li button:hover,
.dots-pc li button:focus{
  outline: none;
}
.dots-pc li button:hover:before,
.dots-pc li button:focus:before{
  opacity: 1;
}
.dots-pc li button:before{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dots-pc li.slick-active button:before{
  opacity: .75;
  color: black;
}

.slick-dots li button:before{
	font-size:10px!important;
}

.example-box {
    margin: 20px 0px 50px;
    padding: 10px;
}

img.example{
  width: 75%;
  padding: 0 0 20px;
}

p.car {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
}

span.car{
  font-size:4vw; padding:0 10px 0 0;
}

span.box {
    background: #f59709;
    padding: 3px;
    border-radius: 5px;
    color: #fff;
    font-size: 4vw;
    margin-right: 10px;
}

span.times {
    font-size: 6vw;
    color: #174381;
    padding-left: 5px;
}

p.amount {
    font-size: 9vw;
    font-weight: bold;
    color: #e70012;
    text-align: center;
    padding: 0 0 3% 0;
}

.title{
    position: relative;
    margin: 0 auto;
    padding: 0 0 20px;
}


/* こんな方におすすめ */

div#recommend {
    background: #f0f0f0;
    padding: 0.1% 5% 15%;
}

/* でも本当に？ */

div#anxiety {
    position: relative;
    background-size: cover;
    background-image: url(../img/anxiety-back_sp.png);
    background-position: center;
    height: 15vh;
}


h3.hukidashi-2 {
    position: absolute;
    top: -15%;
    left: 10%;
    color: aliceblue;
    background: #1b4683;
    padding: 2% 5%;
    font-size: 4vw;
    font-weight: 600;
    border-radius: 10vw;
    letter-spacing: 0.1rem;
}

h3.hukidashi-2::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0;
    position: absolute;
    right: 47%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    margin-top: 13%;
    border: 10px solid transparent;
    border-top: 10px solid #1b4683;
}

/*選ばれる理由*/
div.point{
  background-image: url(../img/point-back_sp.png);
  background-size: cover;
  padding: 0 0 10%;
}

.point-box {
    width: 85%;
    margin: 0 auto 25px;
    padding: 10px;
    border-radius: 10px;
    background: #44bfe9;
}

p.point-text {
    color: #fff;
    font-size: 3.3vw;
}

p.point-title {
    font-size: 6vw;
    color: #fff;
    font-weight: bold;
}

/*自社ローンの仕組み*/
.service {
    padding: 0 0 15%;
}


.service-wrap {
    display: block !important;
    padding: 0 !important;
}

img.service-figure {
    width: 100% !important;
}


.service-figure{
  padding: 0 20px;
}

.service-text {
    padding: 5%;
    font-size: 4vw;
    color: #1d1d1d;
    line-height: 1.5;
}

/*自社ローンのメリット*/

.merit{
  background: #e8f6f9;
  background-size: cover;
  padding: 0 0 10%;
}

.merit-wrap {
    display: block !important;
    margin: 0 !important;
}

img.merit-img {
    margin: 0 auto;
    width: 100%;
}

.merit-text {
    padding: 5%;
    font-size: 4vw !important;
    color: #1d1d1d;
    line-height: 1.8;
}

span.small {
    font-size: 3vw !important;
}

.merit-box {
    position: relative;
    background: #FFF;
    border-radius: 20px;
    margin: 0 5% 10% !important;
    width: auto !important;
}

img.kaitori {
    margin: 5% 0 0;
}

/* スペシャルアドバイザー */
div#advisor {
    position: relative;
}

.text-box {
    position: absolute;
    font-weight: 600;
    color: #1b4683;
    letter-spacing: 0.1rem;
    margin: 5%;
    font-size: 3.8vw;
    line-height: normal;
}

h3.hukidashi-3 {
    background: #44bfe9;
    padding: 3% 4%;
    margin: 15% 5% 5%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1rem;
    border-radius: 100vw;
    font-size: 4vw;
    position: relative;
}

h3.hukidashi-3::before {
    content: "";
    display: inline-block;
    background: url(../img/ha2.png) no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 25%;
    left: 3%;
}

h3.hukidashi-3::after {
    content: "";
    display: inline-block;
    background: url(../img/ha.png) no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 25%;
    right: -2%;
}
/*利用の流れ*/

.number {
    position: absolute;
    background: #1b4683;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 6vw;
    text-align: center;
    margin: 0 auto;
    top: -13%;
    left: 43%;
}

.flow-wrap {
    display: block !important;
    margin: 5% auto 0!important;
}

.flow-box {
    position: relative;
    background: #e8f6f9;
    width: 90%;
    border-radius: 10px;
    margin: 0 auto 10% !important;
    padding: 5% !important;
}

.flow-box-last {
    position: relative;
    background: #e8f6f9;
    width: 90%;
    border-radius: 10px;
    margin: 0 auto !important;
    padding: 5% !important;
}


.flow-box::before {
  display: none !important;
}

h3.flow-title {
    color: #1b4683;
    font-size: 5vw !important;
    font-weight: bold;
    padding: 5% 0px 2% !important;
}

img.flow-img {
    width: 25%;
    margin-right: 5%;
}

p.flow-text {
    font-size: 3.4vw;
    color: #1d1d1d;
    line-height: 1.5;
    text-align: left;
}

/*店舗情報*/

table.about {
  width: 90% !important;
    border-collapse: collapse;
    margin: 0 5% !important;
}

table tr {
    border-bottom: solid 2px #F2F2F2;
}

table th.about {
    position: relative;
    text-align: left;
    width: 30%;
    text-align: center;
    padding: 3%;
}

table.about td {
    text-align: left;
    width: 70%;
    text-align: center;
    padding: 3%;
    text-align: left;
}


img.company {
    padding: 5% 5% 15%;
}

p.info {
    padding: 2% 0 0 2%;
    font-size: 3vw!important;
    text-align: left;
    margin: 0 0 5% 0 !important;
}

div.info {
    display: flex;
}

.left-img {
    width: 100% !important;
    margin: 0 !important;
}

a.line-icon {
    width: 15%!important;
    margin: 3% 2% 0 0!important;
}

.regular_1_sp {
    width: 85%;
    margin: 0 auto;
}

.next-arrow-2 {
    right: -10%;
}

.prev-arrow-2 {
    left: -10%;
    z-index: 1;
}

.slide-arrow-2 {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 8%;
}

.tel-link{
  text-decoration: underline;
  color: #1a0eab;
}

.map {
    margin: 5% 5% 10%;
}

/* お問い合わせ */

.contact {
    margin: 0 !important;
}

.cta-floating {
    width: 100%;
    display: flex;
    justify-content: space-around !important;
    padding: 3% 2% !important;
    background-color: rgba(232,246,259,0.9);
    bottom: 0;
    z-index: 1;
    position: fixed;
}

.btn1 {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.btn2 {
    padding: 10px;
    border: solid 3px #297208;
    width: 45%;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #297208;
    background: #fff;
}

.btn, a.btn, button.btn {
    font-weight: 700;
    display: inline-block;
    padding: 3% 0 3% 6% !important;
    text-align: center;
    letter-spacing: 0.1em;
    background-image: linear-gradient(0deg, rgba(7, 187, 33, 1), rgba(23, 233, 67, 1));
    border-radius: 10px;
    color: #fff;
    font-size: 3vw;
}

input.submit-2 {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-radius: 100vw;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(242, 142, 38, 1), rgba(255, 112, 42, 1) 100%, rgba(242, 142, 38, 1));
    border: none;
    cursor: pointer;
    font-size: 6vw !important;
    box-shadow: 4px 4px 6px 0px rgba(178, 155, 139, 1) !important;
    padding: 5% !important;
    margin: 10% auto;
}

/*背景*/
.btn-wrap {
  margin: 20px;
}

a.btn-c {
    width: 90% !important;
    font-size: 3.5vw !important;
    position: relative;
    color: #fff;
    border-radius: 10px;
    background-image: linear-gradient(0deg, rgba(10, 161, 212, 1), rgba(68, 191, 233, 1));
}

a.btn-c:after {
    content: "";
    display: inline-block;
    background: url(../img/mail.png) no-repeat;
    background-size: contain;
    width: 38%;
    height: 38%;
    position: absolute;
    top: 30%;
    left: 7%;
}


a.btn-c span {
    position: absolute;
    top: -20%;
    left: -12%;
    width: 10%;
    height: 0;
    padding: 16% !important;
    color: #ef6b01;
    border-radius: 50%;
    background: #fff;
    border: solid 2px #ef6b01;
}

a.btn-c span em {
    font-style: normal;
    color: #ef6b01;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}


/*背景*/
.btn-wrap {
  margin: 20px;
}

a.btn-2 {
  font-size: 3vw !important;
    width: 30% !important;
    position: relative;
    color: #fff;
    border-radius: 10px;
    background-image: linear-gradient(0deg, rgba(17, 118, 76, 1), rgba(11, 181, 111, 1));
    margin-left: 0 !important;
}

a.btn-2:after {
    content: "";
    display: inline-block;
    background: url(../img/tel.png) no-repeat;
    background-size: contain;
    width: 38%;
    height: 38%;
    position: absolute;
    top: 30%;
    left: 7%;
}

a.btn-2 span {
  position: absolute;
      top: -20%;
      left: -12%;
      width: 10%;
      height: 0;
      padding: 16% !important;
      border-radius: 50%;
      background: #fff;
      border: solid 2px #009944;
}

a.btn-2 span em {
    font-style: normal;
    color: #009944;
}

a.btn-2 small {
  font-weight: bold;
}

a.btn-2 i {
  margin-right: 1rem;
}

a.btn-line{
  padding: 3% !important;
}

/* フッター */

.footer {
    position: relative;
    padding: 10% 0 30%;
    background: #1b4683;
    margin: 15% 0;
}

a.footer-link-1 {
    font-size: 4vw!important;
    position: absolute;
    top: 45% !important;
    left: 50% !important;
    transform: translateX(-50%);
    color: #fff;
}

a.footer-link-2 {
    font-size: 4vw !important;
    position: absolute;
    top: 55% !important;
    left: 50% !important;
    transform: translateX(-50%);
    color: #fff;
}

.copylight{
  position: absolute;
  font-size: 3vw!important;
  top: 65%!important;
  left: 50%!important;
  transform: translateX(-50%);
  color: #fff;
}


.banner-floating {
  width: 49% !important;
  background: #fff;
  position: fixed;
  z-index: 999;
  bottom: 10% !important;
  right: 16px !important;
  border-radius: 10px;
  border: solid 2px #44bfe9;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  padding: 2% !important;
}

.banner-text {
    font-size: 2.5vw !important;
    text-align: left;
    letter-spacing: 0.05rem;
    font-weight: bold;
    line-height: 1.2;
    color: #1c4683;
}

.banner-close {
    position: absolute;
    top: -27% !important;
    right: -12px;
    background-color: #c3c3c3;
    border-radius: 100%;
    color: #fff;
    width: 14% !important;
    text-align: center;
    padding-bottom: 1%;
    font-size: 4vw !important;
}


label {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 0;
    margin-top: 5px;
    color: #174381;
    font-weight: bold;
}

input.el-input__inner {
    font-size: 4vw;
    padding: 2%;
    box-shadow: 0px 1px 5px 0px #ccc inset;
}

a.ui.teal.labeled.icon.button.fb-submit{
  display: block;
    width: 85%;
    text-align: center;
    font-weight: bold;
    border-radius: 100vw;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(242, 142, 38, 1), rgba(255, 112, 42, 1) 100%, rgba(242, 142, 38, 1));
    border: none;
    cursor: pointer;
    font-size: 6vw !important;
    box-shadow: 4px 4px 6px 0px rgba(178, 155, 139, 1) !important;
    padding: 4% !important;
    margin: 5% auto;
    background-image: linear-gradient(90deg, rgba(245, 207, 6, 1), rgba(245, 151, 9, 1));
}

a.ui.teal.labeled.icon.button.fb-submit:after {
    content: '';
    width: 3%;
    height: 2%;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    transform: rotate(45deg);
    right: 22%;
    bottom: 10.5%;
}

form.ui.form {
    background: #fff;
    border-radius: 19px;
    margin: 5% 0;
    box-shadow: 0px 2px 15px 1px rgba(20, 30, 9, 0.32);
}

.ui.container.fb-content {
    padding: 17% 0;
    position: relative;
}

p.head {
    z-index: 1;
    position: absolute;
    top: 6%;
    left: 5%;
    width: 90%;
    padding: 4%;
    background: #0d33bf;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 6vw;
    margin: 0 auto;
    letter-spacing: 1.5px;
}



img.character {
    top: -5%;
    position: absolute;
    z-index: 2;
    width: 21%;
    left: 11%;
}

input.el-input__inner2 {
    font-size: 4vw;
    padding: 2%;
    box-shadow: none;
}

.section-inner {
    width: 100%;
    padding: 0 5%;
    position: relative;
}

.hukidashi-1 {
    position: absolute;
    width: 70%;
    border: solid 2px #0d33bf;
    border-radius: 10px;
    padding: 2%;
    font-size: 3.4vw;
    color: #0d33bf;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    background: #fff;
    top: -3%;
    right: 6%;
}
.slider2.slick-initialized.slick-slider {
    margin: 10% 5%;
}



.slider2 .slick-track {
    display: flex;
}

.slider2 .slick-slide.slick-cloned {
    width: 4000px !important;
}

.slider2 .slick-slide {
    width: 7000px !important;
}

.slider2 .slick-slide {
    transition: all ease-in-out .3s;
    opacity: initial;
}

.slider2-sp {
    margin: 8% 0 0;
}

span.nini {
    font-size: 3vw;
    background: #d0d0d0;
    padding: 0.5% 1%;
    margin: 0 2%;
    color: #5b5b5b;
    border-radius: 3px;
}


}

@media screen and (min-width: 769px){

  h2 {color: #0d33bf;font-size: 2.8vw;font-weight: 600;text-align: center;padding: 7% 0 5%; letter-spacing: 0.1rem;}
  p {text-align: center;font-size: 1vw;line-height: 2;  color:#232323;}

header {
    width: 100%;
    height: 0;
    display: block;
}

nav.nav {
    margin: auto;
    position: absolute;
    right: 15%;
}

ul.nav_menu_ul {
    display: flex;
}

li.nav_menu_li {
    padding: 30px 15px;
    font-size: 1vw;
    font-weight: bold;
}

.nav_toggle {
    display: none;
}

/*ファーストビュー*/
.fv {
    position: relative;
}

/*FORM*/

.hukidashi-1 {
    width: 60%;
    border: solid 2px #0d33bf;
    border-radius: 10px;
    padding: 2%;
    font-size: 1vw;
    color: #0d33bf;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5%;
    margin-right: 5%;
    z-index: 1;
    background: #fff;
}

.img{
    width: 13%;
    position: absolute;
    right: 8%;
    margin-top: -5%;
    z-index: 1;
}

.form {
    position: absolute;
    margin-top: -40%;
    width: 30%;
    right: 5%;
}

.form-box {
    position: relative;
    background: #fff;
    border-radius: 15px;
    margin: 5%;
    box-shadow: 0px 2px 15px 1px rgba(20, 30, 9, 0.32);
}

div.form form {
    padding: 10% 7% 3%;
}

div.form p.head {
    position: absolute;
    top: -5%;
    left: 15%;
    width: 71%;
    padding: 2%;
    background: #0d33bf;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.3vw;
    margin: 0 auto;
    letter-spacing: 1.5px;
}

td.contact-body-block {
    padding: 1% 0 3%;
}

select.select {
    padding: 2%;
    margin: 0px;
    font-size: 1vw !important;
    width: 100%;
}

select.select-2 {
    font-size: 1.3vw;
    padding: 2%;
    width: 100%;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.form form table th {
    width: 100%;
    color: #174381;
    font-weight: bold;
    font-size: 1vw;
    display: flex;
    align-items: center;
}

.form form table td {
    display: block;
}

.form form input {
    font-size: 1vw;
    padding: 2%;
    box-shadow: 0px 1px 5px 0px #ccc inset;
    background: #fff;
}

.input:after {
    content: '';
    width: 3%;
    height: 2.3%;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    transform: rotate(45deg);
    right: 27%;
    bottom: 10%;
}

.form form input:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

input {
    width: 100%;
    padding: 10px;
    margin: 1% 0 3%;
}

input, select, textarea, search {
    font-family: "Zen Kaku Gothic New",sans-serif;
    border: solid 1px #c2c2c2;
    -webkit-appearance: none;
    font-size: 1.3vw;
    border-radius: 5px;
    padding: 2%;
}

div.form ul.transmission {
    width: auto;
    text-align: center;
    margin: 10px auto 0;
    display: table;
}

input.submit {
    display: block;
    width: 70%;
    text-align: center;
    font-weight: bold;
    border-radius: 100vw;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(242, 142, 38, 1), rgba(255, 112, 42, 1) 100%, rgba(242, 142, 38, 1));
    border: none;
    cursor: pointer;
    font-size:1.3vw !important;
    box-shadow: 4px 4px 6px 0px rgba(178, 155, 139, 1) !important;
    padding: 4% 15% !important;
    margin: 5% auto;
    background-image: linear-gradient(90deg, rgba(245, 207, 6, 1), rgba(245, 151, 9, 1));
    position: relative;
}


.title {
    width: 40%;
    margin: 5% auto 3%;
}

.daisuu {
    margin-bottom: 5%;
}


/* 販売事例 */

.review {
    margin: 0 auto;
    width: 50%;
}

h3.hukidashi {
    width: 35%;
    text-align: center;
    color: #fff;
    background: #44bfe9;
    padding: 1%;
    margin: 0 auto 3%;
    font-size: 1.8vw;
    font-weight: 600;
    border-radius: 10vw;
    letter-spacing: 0.1rem;
    position: relative;
}

h3.hukidashi:before {
    content: "";
    display: inline-block;
    background: url(../img/star.png) no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 13%;
    top: 30%;
}

h3.hukidashi:after {
    content: "";
    display: inline-block;
    background: url(../img/star.png) no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 13%;
    top: 30%;
}

.slide-arrow {
  bottom: 45%;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 2%;
}
.prev-arrow {
    left: 0px;
    z-index: 1;
}
.next-arrow {
    right: 0px;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dots-pc li button:before {
    font-family: 'slick';
    font-size: 40px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dots-pc{
  position: absolute;
  bottom: -10%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.dots-pc li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.dots-pc li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.dots-pc li button:hover,
.dots-pc li button:focus{
  outline: none;
}
.dots-pc li button:hover:before,
.dots-pc li button:focus:before{
  opacity: 1;
}
.dots-pc li button:before{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dots-pc li.slick-active button:before{
  opacity: .75;
  color: black;
}

.slick-dots li button:before{
	font-size:10px!important;
}

.example-box {
  margin: 0 0 100px auto;
  padding:0 10%;
}

img.example{
  width: 100%;
  padding: 0 0 20px;
}

p.car {
    font-size: 1.3vw;
    font-weight: 600;
    text-align: center;
}

span.car{
  font-size: 1.5vw;
    padding: 0 10px 0 0;
    font-weight: 600;
}

span.box {
    background: #f59709;
    padding: 3px;
    border-radius: 5px;
    color: #fff;
    font-size: 1vw;
    margin-right: 15px;
}

span.times {
  font-weight: 600;
  font-size: 1.5vw;
  color: #1b4683;
  padding-left: 5px;
}

p.amount {
    font-size: 9vw;
    font-weight: bold;
    color: #e70012;
    text-align: center;
    padding: 0;
    font-size: 2.5vw;
    line-height: 1.5;
}

.title{
    position: relative;
    margin: 0 auto;
    padding: 0 0 20px;
}




/* こんな方におすすめ */

div#recommend {
    background: #f0f0f0;
    padding: 0 0 5%;
}

/* でも本当に？ */

div#anxiety {
    position: relative;
    background-size: cover;
    background-image: url(../img/anxiety-back_pc.png);
    background-position: center;
    padding-top:15%;
}


h3.hukidashi-2 {
    position: absolute;
    top: -12%;
    left: 31%;
    color: #fff;
    background: #1b4683;
    padding: 1% 2%;
    font-size: 2vw;
    font-weight: 500;
    border-radius: 10vw;
    letter-spacing: 0.1rem;
}

h3.hukidashi-2::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0;
    position: absolute;
    right: 48%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    margin-top: 13%;
    border: 13px solid transparent;
    border-top: 13px solid #1b4683;
}

/*選ばれる理由*/
div.point{
  background-image: url(../img/point-back_pc.png);
  padding: 0 5% 7%;
}

.point-box {
    background-color: #44bfe9;
    width: 35%;
    margin: 0 2% 2%;
    padding: 1.5% 0;
    border-radius: 10px;
}

p.point-title {
    font-size: 2.3vw;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 1.3;
}

p.point-text {
    color: #fff;
    font-weight: 500;
    font-size: 1.3vw;
}

img.point-img {
    width: 90%;
}

.point-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*自社ローンの仕組み*/
.service {
    padding: 0 0 7%;
}


.service-wrap {
    display: block !important;
    padding: 0 !important;
}

img.service-figure {
    width: 90% !important;
}


.service-figure{
  padding: 0 20px;
}

.service-text {
    padding: 5%;
    font-size: 1.2vw;
    color: #1d1d1d;
    line-height: 2;
    text-align: left;
}

/*自社ローンのメリット*/
.merit-wrap {
    display: flex;
    margin: 0 15% 0;
}

img.merit-img {
    width: 100%;
}

.merit{
  background:#e8f6f9;
  padding: 0 0 7%;
}

.merit-figure {
    padding: 8%;
}

.merit-box {
    position: relative;
    background: #FFF;
    border-radius: 20px;
    margin: 0 20px;
    width: 100%;
}

img.badge {
    width: 30%;
    position: absolute;
    top: -35px;
    left: -30px;
}

.merit-text {
    padding: 4%;
    font-size: 1vw;
    color: #1d1d1d;
    line-height: 2;
}

span.small{
  font-size: 0.5vw;
}

/* スペシャルアドバイザー */
div#advisor {
    position: relative;
}

.text-box {
    position: absolute;
    font-weight: 600;
    color: #1b4683;
    letter-spacing: 0.1rem;
    font-size: 1.8vw;
    line-height: normal;
    left: 25%;
    top: 45%;
}

h3.hukidashi-3 {
    width: 40%;
    background: #44bfe9;
    padding: 1%;
    margin: 7% auto 3%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1rem;
    border-radius: 100vw;
    font-size: 1.5vw;
    position: relative;
}

h3.hukidashi-3::before {
    content: "";
    display: inline-block;
    background: url(../img/ha2.png) no-repeat;
    background-size: contain;
    width: 70%;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 3%;
}

h3.hukidashi-3::after {
    content: "";
    display: inline-block;
    background: url(../img/ha.png) no-repeat;
    background-size: contain;
    width: 70%;
    height: 70%;
    position: absolute;
    top: 15%;
    right: -61%;
}

/*利用の流れ*/

.number {
    position: absolute;
    background: #1b4683;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 2vw;
    text-align: center;
    margin: 0 auto;
    padding-top: -3%;
    top: -10%;
    left: 42%;
}

.flow-wrap {
    display: flex;
    margin: 5% 15% 0!important;
}

.flow-box {
    position: relative;
    background: #e8f6f9;
    width: 100%;
    border-radius: 10px;
    margin: 0 3% !important;
    padding: 3% !important;
}

.flow-box :after {
    content: '';
    width: 7%;
    height: 6.5%;
    border: 0;
    border-top: solid 3px #333;
    border-right: solid 3px #333;
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -4px;
    transform: rotate(45deg);
}

div .number::after{
  display: none;
}


.flow-box-last {
    position: relative;
    background: #e8f6f9;
    width: 100%;
    border-radius: 10px;
    margin: 0 3% !important;
    padding: 3% !important;
}


.flow-box::before {
  display: none !important;
}

h3.flow-title {
    text-align: center;
    color: #1b4683;
    font-size: 1.5vw !important;
    font-weight: bold;
    padding: 10% 0px 5% !important;
}

img.flow-img {
    width: 50%;
    margin: 3% auto 0;
}

p.flow-text {
    text-align: center!important;
    font-size: 1vw;
    color: #1d1d1d;
    line-height: 1.5;
    text-align: left;
}

/*店舗情報*/

table.about {
    width: 40%;
    border-collapse: collapse;
    margin: 0 auto;
}

table tr {
    border-bottom: solid 2px #F2F2F2;
}

table th.about {
    position: relative;
    text-align: left;
    width: 30%;
    text-align: center;
    padding: 3%;
}

table.about td {
    text-align: left;
    width: 70%;
    text-align: center;
    padding: 3%;
    text-align: left;
}


img.company {
    width: 50%;
    padding: 5% 0 0;
}

p.info {
    padding: 2% 0 0 2%;
    font-size: 3vw!important;
    text-align: left;
    margin: 0 0 5% 0 !important;
}

div.info {
    display: flex;
}

.left-img {
    width: 100% !important;
    margin: 0 !important;
}

a.line-icon {
    width: 15%!important;
    margin: 3% 2% 0 0!important;
}

.regular_1_sp {
    width: 85%;
    margin: 0 auto;
}

.next-arrow-2 {
    right: -10%;
}

.prev-arrow-2 {
    left: -10%;
    z-index: 1;
}

.slide-arrow-2 {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 8%;
}

.tel-link{
  text-decoration: underline;
  color: #1a0eab;
}

.map {
    margin: 5% 0;
    text-align: center;
}

/* お問い合わせ */
.form-pc {
    width: 35%;
    margin: 0 auto;
    position: relative;
    padding: 2% 0 0;
    margin-top: 10%;
}

.hukidashi-1 {
    width: 57%;
    border: solid 2px #0d33bf;
    border-radius: 10px;
    padding: 2%;
    font-size: 1vw;
    color: #0d33bf;
    font-weight: 500;
    text-align: center;
    background: #fff;
    position: absolute;
    right: 34px;
    bottom: 98%;
}

.hukidashi-4 {
    width: 57%;
    border: solid 2px #0d33bf;
    border-radius: 10px;
    padding: 2%;
    font-size: 1vw;
    color: #0d33bf;
    font-weight: 500;
    text-align: center;
    background: #fff;
    position: absolute;
    right: 63px;
    bottom: 98%;
}


img.character {
    position: absolute;
    z-index: 2;
    width: 18%;
    left: 14%;
    bottom: 95%;
}

img.character-2 {
    position: absolute;
    z-index: 2;
    width: 18%;
    left: 13%;
    bottom: 90%;
}


.img{
    width: 13%;
    position: absolute;
    right: 8%;
    margin-top: -5%;
    z-index: 1;
}


.form-box {
    position: relative;
    background: rgba( 255, 255, 255, 0.8 );
    border-radius: 15px;
    margin: 5%;
    box-shadow: 0px 2px 15px 1px rgba(20, 30, 9, 0.32);
}

div.form-pc form {
  padding: 12% 7% 3%;
}

div.form-pc p.head {
    position: absolute;
    top: -5%;
    left: 15%;
    width: 71%;
    padding: 2%;
    background: #0d33bf;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.3vw;
    margin: 0 auto;
    letter-spacing: 1.5px;
}

td.contact-body-block {
    padding: 1% 0 3%;
}

select.select {
    padding: 2%;
    margin: 0px;
    font-size: 1vw !important;
    width: 100%;
    background: #fff;
}

select.select-2 {
    font-size: 1.3vw;
    padding: 2%;
    width: 100%;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.form-pc form table th {
    width: 100%;
    color: #174381;
    font-weight: bold;
    font-size: 1vw;
    display: flex;
    align-items: center;
}

.form-pc form table td {
    display: block;
}

.form-pc form input {
    font-size: 1vw;
    padding: 2%;
    box-shadow: 0px 1px 5px 0px #ccc inset;
}

.form-pc form input:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

input {
    width: 100%;
    padding: 10px;
    margin: 1% 0 3%;
}

input, select, textarea, search {
    font-family: "Zen Kaku Gothic New",sans-serif;
    border: solid 1px #c2c2c2;
    -webkit-appearance: none;
    font-size: 1.3vw;
    border-radius: 5px;
    padding: 2%;
}

div.form-pc ul.transmission {
    width: auto;
    text-align: center;
    margin: 10px auto 0;
    display: table;
}

input.submit {
    display: block;
    width: 70%;
    text-align: center;
    font-weight: bold;
    border-radius: 100vw;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size:1.3vw !important;
    box-shadow: 4px 4px 6px 0px rgba(178, 155, 139, 1) !important;
    padding: 4% 15% !important;
    margin: 5% auto;
    background-image: linear-gradient(90deg, rgba(245, 207, 6, 1), rgba(245, 151, 9, 1)) !important;
}


.title {
    width: 40%;
    margin: 5% auto 3%;
}

/* お問い合わせ */

.contact {
    margin: 0 !important;
}

.cta-floating {
    width: 100%;
    display: flex;
    justify-content: center !important;
    padding: 1.5% 0 !important;
    background-color: rgba(232,246,259,0.9);
    bottom: 0;
    z-index: 1;
    position: fixed;
}

.btn1 {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.btn2 {
    padding: 10px;
    border: solid 3px #297208;
    width: 45%;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #297208;
    background: #fff;
}

.btn, a.btn, button.btn {
    font-weight: 700;
    display: inline-block;
    padding: 1% 1% 1% 5%!important;
    text-align: center;
    letter-spacing: 0.1em;
    background-image: linear-gradient(0deg, rgba(7, 187, 33, 1), rgba(23, 233, 67, 1));
    border-radius: 10px;
    color: #fff;
    font-size: 1.5vw;
}


a.btn-line:after {
    content: "";
    display: inline-block;
    background: url(../img/line.png) no-repeat;
    background-size: contain;
    width: 35%;
    height: 35%;
    position: absolute;
    top: 35%;
    right: 4%;
}

input.submit-2 {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-radius: 100vw;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(242, 142, 38, 1), rgba(255, 112, 42, 1) 100%, rgba(242, 142, 38, 1));
    border: none;
    cursor: pointer;
    font-size: 6vw !important;
    box-shadow: 4px 4px 6px 0px rgba(178, 155, 139, 1) !important;
    padding: 5% !important;
    margin: 10% auto;
}

/*背景*/
.btn-wrap {
  margin: 20px;
}

a.btn-c {
    width: 40% !important;
    font-size: 1.5vw !important;
    position: relative;
    color: #fff;
    border-radius: 10px;
    background-image: linear-gradient(0deg, rgba(10, 161, 212, 1), rgba(68, 191, 233, 1));
    position: relative;
    margin-right: 2%;

}

a.btn-c:after {
  content: "";
      display: inline-block;
      background: url(../img/mail.png) no-repeat;
      background-size: contain;
      width: 50%;
      height: 50%;
      position: absolute;
      top: 26%;
      left: 8%;
}

a.btn-c span {
    position: absolute;
    top: -20%;
    left: -12%;
    width: 10%;
    height: 0;
    padding: 16% !important;
    color: #ef6b01;
    border-radius: 50%;
    background: #fff;
    border: solid 2px #ef6b01;
}

a.btn-c span em {
    font-style: normal;
    color: #ef6b01;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}


/*背景*/
.btn-wrap {
  margin: 20px;
}

a.btn-2 {
  font-size: 1.5vw !important;
    width: 17% !important;
    position: relative;
    color: #fff;
    border-radius: 10px;
    background-image: linear-gradient(0deg, rgba(17, 118, 76, 1), rgba(11, 181, 111, 1));
    margin-left: 0 !important;
    margin-right: 2%;
}

a.btn-2:after {
  content: "";
      display: inline-block;
      background: url(../img/tel.png) no-repeat;
      background-size: contain;
      width: 50%;
      height: 50%;
      position: absolute;
      top: 26%;
      left: 8%;
}

a.btn-2 span {
  position: absolute;
      top: -20%;
      left: -12%;
      width: 10%;
      height: 0;
      padding: 16% !important;
      border-radius: 50%;
      background: #fff;
      border: solid 2px #009944;
}

a.btn-2 span em {
    font-style: normal;
    color: #009944;
}

a.btn-2 small {
  font-weight: bold;
}

a.btn-2 i {
  margin-right: 1rem;
}

/* フッター */

.footer {
    position: relative;
    background: #1b4683;
    margin: 10% 0 0;
    padding: 3% 0 20%;
}

a.footer-link-1 {
    font-size: 1.5vw!important;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.1vw;
}

a.footer-link-2 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1vw;
}

.copylight{
  position: absolute;
  font-size: 1vw!important;
  top: 65%!important;
  left: 50%!important;
  transform: translateX(-50%);
  color: #fff;
}


.banner-floating {
    width: 20% !important;
    background: #fff;
    position: fixed;
    z-index: 999;
    bottom: 7% !important;
    right: 17px !important;
    border-radius: 10px;
    border: solid 2px #44bfe9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    padding: 1.5% !important;
}

.banner-text{
  font-size: 1vw !important;
  text-align: left;
  line-height: 1.5;
  color: #224c87;
  font-weight: 600;
}


.banner-close {
    position: absolute;
    top: -19% !important;
    right: -12px;
    background-color: #c3c3c3;
    border-radius: 100%;
    color: #fff;
    width: 12% !important;
    text-align: center;
    padding-bottom: 1%;
    font-size: 1.5vw !important;
}

img.kaitori {
    width: 70%;
    margin: 5% auto 0;
}

/* キントーンフォーム */
.form {
    position: absolute;
    margin-top: -40%;
    width: 30%;
    right: 5%;
}

label {
    width: 100%;
    color: #174381;
    font-weight: bold;
    font-size: 1vw;
    display: flex;
    align-items: center;
}

input.el-input__inner {
    font-size: 1vw;
    padding: 2%;
    box-shadow: 0px 1px 5px 0px #ccc inset;
    background: #fff;
}

input.el-input__inner2 {
    padding: 2%;
    margin: 0px;
    font-size: 1vw !important;
    width: 100%;
    background: #fff;
}

a.ui.teal.labeled.icon.button.fb-submit {
    display: block;
    width: 70%;
    text-align: center;
    font-weight: bold;
    border-radius: 100vw;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.3vw !important;
    box-shadow: 4px 4px 6px 0px rgba(178, 155, 139, 1) !important;
    padding: 4% 15% !important;
    margin: 5% auto;
    background-image: linear-gradient(90deg, rgba(245, 207, 6, 1), rgba(245, 151, 9, 1)) !important;
}

a.ui.teal.labeled.icon.button.fb-submit::after {
    content: '';
    width: 3%;
    height: 2.3%;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    transform: rotate(45deg);
    right: 27%;
    bottom: 10%;
}

.el-input.el-input--suffix {
    padding: 1% 0 3%;
}

p.head {
    position: absolute;
    top: -5%;
    left: 15%;
    width: 71%;
    padding: 2%;
    background: #0d33bf;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.3vw;
    margin: 0 auto;
    letter-spacing: 1.5px;
}

.ui.stackable.grid {
    position: relative;
    background: rgba( 255, 255, 255, 0.8 );
    border-radius: 15px;
    margin: 5%;
    box-shadow: 0px 2px 15px 1px rgba(20, 30, 9, 0.32);
    padding: 10% 7% 3%;
}

.ui.container.fb-content {
    position: relative;
}

.hukidashi-1 {
    width: 58%;
    border: solid 2px #0d33bf;
    border-radius: 10px;
    padding: 2%;
    font-size: 1vw;
    color: #0d33bf;
    font-weight: 500;
    text-align: center;
    background: #fff;
    position: absolute;
    right: 10%;
    bottom: 98%;
}

img.character {
    position: absolute;
    z-index: 2;
    width: 20%;
    left: 10%;
    bottom: 95%;
}

img.character-2 {
    position: absolute;
    z-index: 2;
    width: 18%;
    left: 11%;
    bottom: 90%;
}

.hukidashi-4 {
    width: 60%;
    border: solid 2px #0d33bf;
    border-radius: 10px;
    padding: 2%;
    font-size: 1vw;
    color: #0d33bf;
    font-weight: 500;
    text-align: center;
    background: #fff;
    position: absolute;
    right: 53px;
    bottom: 97%;
}

form.ui.form-2 {
    width: 100%;
}

.content {
    display: none !important;
}

h1.ui.header.fb-title {
    display: none;
}

body {
    background: #fff !important;
}

.ui.header:first-child {
    margin-top: -0.14285714em;
    display: none;
}

.ui.header .content {
    display: none !important;
    vertical-align: top;
}

.slider2.slick-initialized.slick-slider {
    margin: 3% 5% 0;
}

.slider2-pc {
    margin: 5% 5% 0;
}

}