@charset "UTF-8";

/* ========================================
  Reset
======================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ========================================
  font
======================================== */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;

  src: url(font/NotoSansJP-Regular.woff) format("woff"), url(font/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;

  src: url(font/NotoSansJP-Medium.woff) format("woff"), url(font/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;

  src: url(font/NotoSansJP-Bold.woff) format("woff"), url(font/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;

  src: url(font/NotoSansJP-Black.woff) format("woff"), url(font/NotoSansJP-Black.otf) format("opentype");
}

/* ========================================
  common
======================================== */
*{
  box-sizing: border-box;
}

body {
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
}

@media (max-width: 768px){ 
  img{
    width: 100%;
  }
}

/* ========================================
  layout
======================================== */
@media (min-width: 769px){ 
  .pc-none{
    display: none;
  }
}
@media (max-width: 768px){ 
  .sp-none{
    display: none;
  }
}

.container{
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px){ 
  .container{
    width: 100%;
    padding: 0 20px;
  }
}

.area{
  padding: 80px 0;
}
@media (max-width: 768px){ 
  .area {
    padding: 40px 0;
  }
}

.area h2{
  font-size: 36px;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 0;
}
@media (max-width: 768px){ 
  .area h2{
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.bg-gray{
  background-color: #f7f7f7;
}

.text-center{
  text-align: center;
}

.btn{
  background-color: #02c1ff;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.btn:hover{
  background-color: #01b5ff;
}

.btn-s{
  font-size: 18px;
  border-radius: 5px;
  padding: 8px 24px;
}
@media (max-width: 768px){ 
  .btn-s{
    font-size: 12px;
    font-weight: bold;
  }
}

.btn-m{
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  width: 440px;
  padding: 16px 24px;
}
@media (max-width: 768px){ 
  .btn-m{
    width: 300px;
  }
}

.btn-l{
  font-size: 30px;
  text-align: center;
  border-radius: 15px;
  padding: 24px 24px;
  width: 500px;
}
@media (max-width: 768px){ 
  .btn-l{
    font-size: 20px;
    width: 300px;
  }
}

.mb-0{
  margin-bottom: 0 !important;
}

h2{
  font-weight: bold;
}

/* header */
.kv-bg{
  position: absolute;
  right: 0;
  top: 0;
  content: ' ';
  display: block;
  background: url(../images/kv_img.jpg) center center no-repeat;
  background-size: cover;
  height: 800px;
  z-index: -1;
}

@media (max-width: 768px){ 
  .kv-bg{
    width: 100% !important;
    height: 640px;
  }
}

.header_logo{
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 0 30px;
}

.site_logo{
  width: 170px;
}
@media (max-width: 768px){ 
  .site_logo{
  width: 98px;
  }
}

.kv{
  padding-top: 193px;
  height: 735px;
  position: relative;
  margin-bottom: 290px;
}
@media (max-width: 768px){
  .kv{
    padding-top: 90px;
    height: 575px;
    margin-bottom: 90px;
  }
}

.kv .kv-btn-area{
  position: absolute;
  width: 100%;
  bottom: -42px;
}
@media (max-width: 768px){ 
  .kv .kv-btn-area{
    width: calc(100% - 40px);
  }
}

.kv p{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 768px){ 
  .kv p{
    font-size: 18px;
  }
}

.kv h1{
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (max-width: 768px){ 
  .kv h1{
    font-size: 25px;
  }
}

.kv span{
  background: #fff;
  padding: 4px;
  font-weight: bold;
}

/* leasing_area */
.leasing_area_wrap{
  display: flex;
  position: relative;
}
@media (max-width: 768px){
  .leasing_area_wrap{
    display: block;
  }
}

.leasing_img{
  position: absolute;
  z-index: -1;
  width: 64%;
  max-width: 1200px;
  top: -140px;
}
@media (max-width: 768px){
  .leasing_img{
    width: 100% !important;
    position: relative;
    top: inherit;
  }
}

.leasing_area{
  margin-left: auto;
  display: flex;
}

.leasing_area .inner{
  width: 846px;
  margin-right: auto;
  padding: 80px 50px;
}
@media (max-width: 768px){ 
  .leasing_area{
    width: 100% !important;
  }
  .leasing_area .inner{
    width: 100% !important;
    padding: 40px 20px;
  }
}

.leasing_area h2{
  line-height: 1.5;
  font-size: 36px;
  margin-bottom: 72px;
}
@media (max-width: 768px){ 
  .leasing_area h2{
    font-size: 20px;
    margin-bottom: 24px;
    text-align: center;
  }
}
.wd_blue{
  color: #02c1ff;
}

.leasing_area p{
  line-height: 2;
  font-size: 20px;
}
@media (max-width: 768px){ 
  .leasing_area p{
    font-size: 14px;
  }
}

/* trouble_area */


.trouble_area{
  position: relative;
}

.check-list{
  justify-content: center;
  align-items: start;
  display: flex;
}
@media (max-width: 768px){ 
  .check-list{
    display: block;
  }
}

.trouble_img{
  margin-right: 90px;
  margin-top: 40px;
}
@media (max-width: 768px){ 
  .trouble_img{
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.check-list-wd>li{
  list-style: none;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 768px){ 
  .check-list-wd>li{
    font-size: 16px;
    padding-left: 40px;
  }
}

.check-list-wd>li:before{
  content: ' ';
  display: inline-block;
  width: 30px;
  height: 15px;
  border-left: 4px solid #02c1ff;
  border-bottom: 4px solid #02c1ff;
  position: relative;
  top: -4px;
  transform: rotate(-45deg);
  margin-right: 24px;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (max-width: 768px){ 
  .check-list-wd>li:before{
    width: 20px;
    height: 10px;
    flex: 0 0 auto;
  }
}

/* careful_area */

.list{
  display: table;
  margin: 0 auto;
}

.list>li{
  text-align: left;
  font-size: 24px;
  margin-bottom: 40px;
  list-style: disc;
}
@media (max-width: 768px){ 
  .list>li{
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 25px;
    line-height: 1.5;
  }
}

.bold{
  font-weight: bold;
  background-image: linear-gradient(transparent 70%, #02c1ff 60%)
}


/* step_area */
.step-list>li{
  border: 4px solid #02c1ff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 16px 40px;
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 768px){ 
  .step-list>li{
    padding: 16px 20px;
  }
}

.step-list>li .num{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px){ 
  .step-list>li .num{
    font-size: 15px;
    margin-right: 20px;
  }
}

.step-list>li .num .big{
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 768px){ 
  .step-list>li .num .big{
    font-size: 30px;
  }
}

.step-list>li div{
  text-align: center;
  width: 100%;
}

.step-list>li h3{
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 768px){ 
  .step-list>li h3{
    font-size: 16px;
  }
}

.step-list>li p{
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px){ 
  .step-list>li p{
    font-size: 12px;
  }
}


.step-list>li:after{
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 50px 0 50px;border-width: 25px 28.5px 0 28.5px;
  border-color: #02c1ff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -46px;
  margin-left: -28.5px;
}
@media (max-width: 768px){ 
  .step-list>li:after{
    border-width: 100px 50px 0 50px;border-width: 20px 25px 0 25px;
  }
}

.step-list>li:last-child:after{
  content: none;
}

/* case_area */

.img_list{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px){ 
  .img_list{
    display: block;
  }
}
.img_list>img{
    border-radius: 15px;
}
@media (max-width: 768px){ 
  .img_list>img{
    margin-bottom: 20px;
  }
}

.point-list{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px){ 
  .point-list{
    display: block;
  }
}

.point-list>li{
  width: 380px;
  padding: 40px 30px;
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px){ 
  .point-list>li{
    width: 100%;
    margin-bottom: 20px;
  }
}


.point-list>li .num{
  position: absolute;
  top: 36px;
  left: 30px;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 768px){ 
  .point-list>li .num{
    font-size: 30px;
  }
}

.point-list>li h3{
  color: #02c1ff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px){ 
  .point-list>li h3{
    font-size: 18px;
    padding: 0 0 0 50px;
    margin-bottom: 24px;
    text-align: left;
  }
}

.point-list>li p{
  font-size: 16px;
  line-height: 1.87;
  margin-bottom: 30px;
}
@media (max-width: 768px){
  .point-list>li p{
    font-size: 14px;
    margin-bottom: 0;
  }
}

.footer-kv-btn{
  margin-bottom: 100px;
}

footer{
  padding: 8px 0;
}

footer p{
  font-size: 12px;
}