@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Actual */
@font-face {
  font-family: 'Actual';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/qcells2018/resources/campaign/font/Actual_Light.eot");
  src: url("/wp-content/themes/qcells2018/resources/campaign/font/Actual_Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/qcells2018/resources/campaign/font/Actual_Light.woff") format("woff"), url("/wp-content/themes/qcells2018/resources/campaign/font/Actual_Light.woff2") format("woff2");
}

@font-face {
  font-family: 'Actual';
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/qcells2018/resources/campaign/font/Actual_Medium.eot");
  src: url("/wp-content/themes/qcells2018/resources/campaign/font/Actual_Medium.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/qcells2018/resources/campaign/font/Actual_Medium.woff") format("woff"), url("/wp-content/themes/qcells2018/resources/campaign/font/Actual_Medium.woff2") format("woff2");
}

main *,
main *:after,
main *:before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
}

ul {
  list-style: none;
}

html {
  font-size: 62.5%;
  font-family: ACTUAL, 'メイリオ', Meiryo, sans-serif;
}


main {
  margin-top: 51px;
  position: relative;
  background-color: #F8F8F8;
  overflow: hidden;
}

@media (min-width: 768px) {
  main {
    margin-top: 128px;
  }
  
}


img {
  max-width: 100%;
}

strong {
  color: #fff;
}

.clearfix {
  clear: both;
}


.sp {
  display: block;
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media (min-width: 768px) {
  .tab {
    display: block;
  }
}

.pc {
  display: none;
}
@media (min-width: 980px) {
  .pc {
    display: block;
  }
}

.min {
  font-family: 'Shippori Mincho',
serif;
}



/* common
------------------------------------------------------------------ */
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    color: #171717;
}

.inner {
  max-width: 1300px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

@media screen and (min-width:768px) { 
  .inner {
    max-width: 1320px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/**** mv ****/

.mv {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.mv::before {
  content: "";
  background: url(../img/mv-sp.png) no-repeat left bottom;
  background-size: cover;
  width: 360px;
  height: 244px;
  position: absolute;
  right: 0;
  top: -15px;
}

@media screen and (min-width:768px) { 
  .mv::before {
    background: url(../img/mv-pc.png) no-repeat left bottom;
    width: 657px;
    height: 545px;
    right: -273px;
    background-size: cover;
  }
}

@media screen and (min-width:980px) { 
  .mv::before {
    width: 796px;
    height: 622px;
  }
}

@media screen and (min-width:1366px) { 
  .mv::before {
    width: 1000px;
    height: 693px;
  }
}


.mv::after {
  content: "";
  height: 905px;
  width: 100%;
  background: url(../img/mv-bg.png) no-repeat left -720px top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width:768px) { 
  .mv::after {
    height: 670px;
    background-position: left -384px top;
  }
}

@media screen and (min-width:980px) { 
  .mv::after {
    height: 820px;
    background-position: left -463px top;
  }
}

.mv .inner {
  padding: 213px 10px 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width:768px) { 
  .mv .inner {
    padding: 100px 20px 0;
  }
}

@media screen and (min-width:768px) { 
  .mv .inner .content {
    width: 345px;
  }
}

@media screen and (min-width:980px) { 
  .mv .inner .content {
    width: 480px;
  }
}


.mv .inner .img {
  max-width: 243px;
  margin: 0 auto 15px;
}

@media screen and (min-width:980px) { 
  .mv .inner .img {
    max-width: 348px;
    margin: 0 auto 30px;
  }
}

.mv .inner .hdg {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3.4rem;
  text-align: center;
}

@media screen and (min-width:980px) { 
  .mv .inner .hdg {
    font-size: 4.8rem;
  }
}

.mv .inner .hdg span {
  display: block;
  font-size: 8.6rem;
  margin-top: 20px;
}

@media screen and (min-width:980px) { 
  .mv .inner .hdg span {
    font-size: 12rem;
  }
}

.mv .inner .btn a {
  max-width: 480px;
  margin: 0 auto;
  border: 4px solid #fff;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: .2s;
}

@media screen and (min-width:980px) { 
  .mv .inner .btn a {
    font-size: 2.4rem;
    height: 80px;
  }
}

.mv .inner .btn a:hover {
  opacity: 0.8;
}
.mv .inner .btn a::after {
  content: "";
  background: url(../img/btn-arrow.png) no-repeat left top;
  background-size: cover;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width:980px) { 
  .mv .inner .btn a::after {
    width: 32px;
    height: 32px;
    right: 25px;
  }
}

/**** こんな土地を探しています！ ****/
.seek {
  position: relative;
  padding-top: 50px;
}

@media screen and (min-width:980px) { 
  .seek {
    padding-top: 100px;
  }
}

.seek::after {
  content: "";
  height: 690px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/seek-bg-sp.jpg) no-repeat left top;
  background-size: cover;
  z-index: 0;
} 

.seek .inner {
  position: relative;
  z-index: 1;
}
.hdg-lv2 {
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 45px;
}

@media screen and (min-width:768px) { 
  .hdg-lv2 {
    font-size: 4.8rem;
  }
}

.hdg-lv2::after {
  content: "";
  width: 120px;
  height: 5px;
  background-color: #00ADEF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.seek-lis-wrap {
  max-width: 345px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media screen and (min-width:768px) { 
  .seek-lis-wrap {
    max-width: 728px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width:980px) { 
  .seek-lis-wrap {
    max-width: 940px;
    padding-bottom: 45px;
  }
}

@media screen and (min-width:1366px) { 
  .seek-lis-wrap {
    max-width: 1280px;
  }
}

.seek-list {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width:980px) { 
  .seek-list {
    margin: 0 -10px;
  }
}

.seek-list li {
  padding-top: 112px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 5px;
  width: 167px;
  height: 196px;
  background-size: cover;
  color: #666;
}

@media screen and (min-width:980px) { 
  .seek-list li {
    padding-top: 145px;
    font-size: 2.4rem;
    margin: 0 10px;
    width: 217px;
    height: 256px;
  }
}


@media screen and (min-width:1366px) { 
  .seek-list li:nth-of-type(-n + 4) {
    padding-top: 208px;
    width: 298px;
    height: 351px;
  }

  .seek-list li:nth-of-type(n + 5) {
    padding-top: 170px;
    width: 246px;
    height: 290px;
  }
}


.seek-list li span {
  font-size: 1.6rem;
}
.seek-list-01 {
  background: url(../img/seek-icon-01.png) no-repeat left top;
}
.seek-list-02 {
  background: url(../img/seek-icon-02.png) no-repeat left top;
}
.seek-list-03 {
  background: url(../img/seek-icon-03.png) no-repeat left top;
}
.seek-list-04 {
  background: url(../img/seek-icon-04.png) no-repeat left top;
}
.seek-list-05 {
  background: url(../img/seek-icon-05.png) no-repeat left top;
}
.seek-list-06 {
  background: url(../img/seek-icon-06.png) no-repeat left top;
}
.seek-list-07 {
  background: url(../img/seek-icon-07.png) no-repeat left top;
}


/**** こんな方にオススメ！ ****/
.recommend {
  padding: 45px 0 40px;
  background: -moz-linear-gradient(-45deg,  #00adef 0%, #76d9ff 100%);
  background: -webkit-linear-gradient(-45deg,  #00adef 0%,#76d9ff 100%);
  background: linear-gradient(135deg,  #00adef 0%,#76d9ff 100%);
  position: relative;
  z-index: 1;
}

@media screen and (min-width:768px) { 
  .recommend {
    padding: 70px 0 60px;
  }
}

.recommend .hdg-lv2 {
  color: #fff;
}
.recommend .hdg-lv2::after {
  background-color: #fff;
}

.recommend-card {
  max-width: 620px;
  margin: 0 auto;
}

@media screen and (min-width:1366px) { 
  .recommend-card {
    max-width: 1280px;
    display: flex;
  }
}

.recommend-card > li {
  margin-top: 20px;
}

@media screen and (min-width:768px) { 
  .recommend-card > li {
    margin-top: 40px;
    display: flex;
    height: 365px;
  }
}

@media screen and (min-width:1366px) { 
  .recommend-card > li {
    margin-top: 0;
    height: 360px;
    width: 620px;
  }
}

.recommend-card > li:first-child {
  margin-top: 0;
}
@media screen and (min-width:1366px) { 
  .recommend-card > li:first-child {
    margin-right: 40px;
  }
}


@media screen and (min-width:768px) { 
  .recommend-card > li .image {
    width: 208px;
  }
}

.recommend-card > li .image img {
  border-radius: 15px 15px 0 0;
  vertical-align: bottom;
  width: 100%;
}

@media screen and (min-width:768px) { 
  .recommend-card > li .image img {
    border-radius: 15px 0 0 15px;
    height: 100%;
    width: auto;
    max-width: none;
  }
}


.recommend-card > li .content {
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  padding: 25px 17px 28px;
}

@media screen and (min-width:768px) { 
  .recommend-card > li .content {
    border-radius: 0 15px 15px 0;
    padding: 35px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.recommend-card > li .content .card-hdg {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 30px;
}



.recommend-card > li .content .comment {
  background-color: #5E88AC;
  border-radius: 30px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  height: 82px;
  width: 244px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
}

@media screen and (min-width:768px) { 
  .recommend-card > li .content .comment {
    height: 55px;
    width: 100%;
  }
}

.recommend-card > li .content .comment::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11px 0 11px;
  border-color: #5E88AC transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -12px;
  
}


.list-num li {
  position: relative;
  padding-left: 50px;
  font-size: 1.6rem;
  margin-top: 10px;
  line-height: 1.5;
}

@media screen and (min-width:768px) { 
  .list-num li {
    margin-top: 20px;
  }
}

.list-num li:first-child {
  margin-top: 0;
}
.list-num li span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 1.6rem;
  text-align: center;
  background-color: #00ADEF;
  color: #fff;
  padding-top: 2px;
  font-weight: bold;
}


/**** 募集条件 ****/

.conditions {
  padding: 40px 0 60px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width:768px) { 
  .conditions {
    padding: 66px 0 86px;
  }
}

.conditions::before {
  content: "";
  width: 415px;
  height: 415px;
  background: url(../img/conditions-bg.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  right: -270px;
  top: -270px;
}

@media screen and (min-width:980px) { 
  .conditions::before {
    right: -160px;
    top: -195px;
  }
}

.conditions::after {
  content: "";
  height: 610px;
  width: 100%;
  background: url(../img/conditions-bg-2.jpg) no-repeat left top;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.conditions .inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width:768px) { 
  .conditions-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}


.conditions-list > li {
  margin-top: 15px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 30px 20px;
}


@media screen and (min-width:768px) { 
  .conditions-list > li {
    width: 345px;
    margin: 20px 10px 0;
  }

  .conditions-list > li:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}

@media screen and (min-width:980px) { 
  .conditions-list > li {
    width: 300px;
  }

  .conditions-list > li:nth-of-type(-n + 3) {
    margin-top: 0;
  }
}

@media screen and (min-width:1366px) { 
  .conditions-list > li {
    width: 400px;
  }
}


.conditions-hdg {
  font-size: 3.6rem;
  color: #00ADEF;
}
.conditions-list > li:first-child {
  margin-top: 0;
}
.conditions-list > li .text {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

.conditions-list > li .text2 {
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  align-self: baseline;
  padding-left: 3em;
  text-indent: -3em;
}

.conditions-list > li .note {
  font-size: 1.6rem;
  text-align: center;
}
.conditions-list-01 {
  height: 240px;
  background: url(../img/conditions-img-01.png) no-repeat center center;
  background-size: 188px 157px;
}

.conditions-list-02 {
  height: 240px;
  background: url(../img/conditions-img-02.png) no-repeat center center;
  background-size: 152px 163px;
}

.conditions-list-03 {
  height: 240px;
  background: url(../img/conditions-img-03.png) no-repeat center center;
  background-size: 192px 198px;
}

.conditions-list-04 {
  height: 190px;
  background: url(../img/conditions-img-04.png) no-repeat center center;
  background-size: 191px 132px;
}

@media screen and (min-width:768px) { 
  .conditions-list-04 {
    height: 240px;
  }
}

@media screen and (min-width:980px) { 
  .conditions-list-04 {
    height: 190px;
  }
}

.conditions-list-05 {
  height: 190px;
  background: url(../img/conditions-img-05.png) no-repeat center center;
  background-size: 99px 94px;
}

.conditions .inner > .content {
  margin-top: 35px;
}

.conditions .inner > .content .text {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (min-width:980px) { 
  .conditions .inner > .content .text {
    max-width: 814px;
    margin: 0 auto;
  }
}

.conditions .inner > .content .lead {
  background-color: #fff;
  font-size: 2rem;
  font-weight: bold;
  color: #00ADEF;
  border-radius: 50px;
  border: 4px solid #00ADEF;
  text-align: center;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  margin-top: 35px;
  max-width: 604px;
  margin: 35px auto 0;
}

@media screen and (min-width:768px) { 
  .conditions .inner > .content .lead {
    font-size: 2.8rem;
  }
}

@media screen and (min-width:980px) { 
  .conditions .inner > .content .lead {
    max-width: 988px;
    height: 80px;
  }

  .conditions .inner > .content .lead br {
    display: none;
  }
}

/**** 無料のかんたん査定 ****/
.assessment {
  padding: 45px 0 40px;
  background: -moz-linear-gradient(-45deg,  #00adef 0%, #76d9ff 100%);
  background: -webkit-linear-gradient(-45deg,  #00adef 0%,#76d9ff 100%);
  background: linear-gradient(135deg,  #00adef 0%,#76d9ff 100%);
  position: relative;
  z-index: 1;
}

@media screen and (min-width:768px) { 
  .assessment {
    padding: 65px 0 60px;

  }

  .assessment .inner .wrap .hdg-lv2 br {
    display: none;
  }

  .assessment .inner .wrap .lead br {
    display: none;
  }
}

@media screen and (min-width:1366px) { 
  .assessment .inner {
    display: flex;
    align-items: center;
  }

  .assessment .inner .wrap {
    flex: 0 0 auto;
    margin: 0 70px 0 50px;
  }

  .assessment .inner .wrap .hdg-lv2 br {
    display: block;
  }

  .assessment .inner .wrap .lead br {
    display: block;
  }
}


.assessment .hdg-lv2 {
  color: #fff;
  margin-bottom: 20px;
}
.assessment .hdg-lv2::after {
  background-color: #fff;
}

.assessment .hdg-lv2 + .lead {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) { 
  .assessment .hdg-lv2 + .lead {
    font-size: 2.8rem;
    margin-bottom: 65px;
  }
}


@media screen and (min-width:768px) { 
  .assessment-card {
    display: flex;

  }
}

.assessment-card > li {
  margin-top: 20px;

}

@media screen and (min-width:768px) { 
  .assessment-card > li {
    margin-top: 0;
  }
}

@media screen and (min-width:1366px) { 
  .assessment-card > li {
    width: 400px;
  }
}

.assessment-card > li:first-child {
  margin-top: 0;
}

@media screen and (min-width:768px) { 
  .assessment-card > li:first-child {
    margin-right: 30px;
    
  }
}

.assessment-card > li .image img {
  border-radius: 15px 15px 0 0;
  vertical-align: bottom;
  width: 100%;
}

.assessment-card > li .content {
  background-color: #fff;
  height: 172px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);

}

.assessment-card > li .content .text {
  font-size: 2.8rem;
  font-weight: bold;
}

.assessment-card > li .content .text-big {
  font-size: 7.2rem;
  color: #00ADEF;
  font-weight: bold;
  margin-top: 10px;
}

/**** 当社の特長 ****/

.feature {
  padding: 50px 0 60px;
  position: relative;
}

@media screen and (min-width:768px) { 
  .feature {
    padding: 65px 0 90px;
  }
}

.feature::before {
  content: "";
  background: url(../img/feature-bg.png) no-repeat left top;
  width: 421px;
  height: 415px;
  position: absolute;
  left: -315px;
  top: -187px;
  background-size: cover;
}

@media screen and (min-width:1366px) { 
  .feature::before {
    left: -188px;
    top: -210px;
  }
}

.feature-lis-wrap {
  max-width: 345px;
  margin: 0 auto;
}

@media screen and (min-width:768px) { 
  .feature-lis-wrap {
    max-width:728px;
  }
}

@media screen and (min-width:980px) { 
  .feature-lis-wrap {
    max-width:940px;
  }
}
@media screen and (min-width:1366px) { 
  .feature-lis-wrap {
    max-width:1280px;
  }
}
.feature-list {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width:980px) { 
  .feature-list {
    margin: 0 -10px;
  }
}

@media screen and (min-width:1366px) { 
  .feature-list {
    margin: 0 -14px;
  }
}

.feature-list li {
  padding-top: 95px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 5px;
  width: 167px;
  height: 198px;
  background-size: cover;
  color: #666;
}

@media screen and (min-width:980px) { 
  .feature-list li {
    padding-top: 130px;
    font-size: 2.3rem;
    margin: 0 10px;
    width: 219px;
    height: 258px;
  }
}

@media screen and (min-width:1366px) { 
  .feature-list li {
    padding-top: 176px;
    font-size: 3.2rem;
    margin: 0 14px;
    width: 298px;
    height: 351px;
  }
}

.feature-list li span {
  font-size: 8px;
  line-height: 1.5;
  display: block;
  font-weight: normal;
  margin-top: 5px;
}

@media screen and (min-width:980px) { 
  .feature-list li span {
    font-size: 1.1rem;
  }
}

@media screen and (min-width:1366px) { 
  .feature-list li span {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.feature-list-01 {
  background: url(../img/feature-icon-01.png) no-repeat left top;
}
.feature-list-02 {
  background: url(../img/feature-icon-02.png) no-repeat left top;
}
.feature-list-03 {
  background: url(../img/feature-icon-03.png) no-repeat left top;
}
.feature-list-04 {
  background: url(../img/feature-icon-04.png) no-repeat left top;
}







/**** ご契約までの流れ ****/
.flow {
  position: relative;
}


.flow .inner {
  position: relative;
  z-index: 1;
}
.flow-wrap {
  height: 347px;
  position: relative;
  margin-top: 100px !important;
}

@media screen and (min-width:768px) { 
  .flow-wrap {
    height: 508px;
    margin-top: 150px !important;
  }
}

.flow-wrap::after {
  content: "";
  height: 519px;
  background: url(../img/flow-bg.png) no-repeat left top;
  position: absolute;
  left: 0;
  top: 0;
  width: 617px;
  background-size: cover;
  z-index: -1;
}

.scroll-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.scroll {
  width: 28px;
  height: 122px;
  position: absolute;
  left:-10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width:768px) { 
  .scroll {
    width: 54px;
    height: 227px;
    left: 0;
  }
}

.scroll .text {
  font-size: 8px;
  margin-bottom: 10px;
} 

@media screen and (min-width:768px) { 
  .scroll .text  {
    font-size: 1.6rem;
  }
}

.scroll-bar {
  height: 104px;
  width: 1px;
  background-color: #94BDCC;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width:768px) { 
  .scroll-bar  {
    height: 194px;
  }
}

.scroll-bar .dot {
  width: 10px;
  height: 10px;
  border: 4px solid #00ADEF;
  position: absolute;
  top: 0;
  left: -4px;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (min-width:768px) { 
  .scroll-bar .dot  {
    width: 20px;
    height: 20px;
    left: -9px;
  }
}

.step-list-wrap {
  position: relative;
  top: 0;
  left: 30px;
  height: 347px;
}

@media screen and (min-width:768px) { 
  .step-list-wrap {
    left: 164px;
    height: 508px;
  }
}


@media screen and (min-width:1366px) { 
  .step-list-wrap {
    left: 440px;
  }
}

.step-list {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.step-list::after {
  content: "";
  width: 730px;
  height: 37px;
  background: url(../img/flow-arrow.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 216px;
  transform: translateY(-50%);
}

@media screen and (min-width:768px) { 
  .step-list::after {
    width: 1079px;
    height: 55px;
    left: 390px;
  }
}



.step-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 18px;
  flex: 0 0 auto;
  align-items: center;
  text-align: center;
}

@media screen and (min-width:768px) { 
  .step-list li {
    margin-right: 35px;
  }
}

.step-list li .step-hdg {
  color: #00ADEF;
  font-size: 1.8rem;
}

@media screen and (min-width:768px) { 
  .step-list li .step-hdg {
    font-size: 2.8rem;
  }
  
}

.step-list li .text {
  font-weight: bold;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width:768px) { 
  .step-list li .text {
    font-size: 2rem;
  }
  
}

.step-list-01 {
  background: url(../img/flow-01.png) no-repeat left top;
  width: 280px;
  height: 281px;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 113px;
}

@media screen and (min-width:768px) { 
  .step-list-01 {
    width: 400px;
    height: 402px;
    padding-top: 160px;
  }
}

.step-list .step-list-01::after {
  content: "";
  background: url(../img/flow-01-bg.png) no-repeat left top;
  width: 340px;
  height: 340px;
  z-index: -1;
  position: absolute;
  top: -30px;
  left: -30px;
  background-size: cover;
}
@media screen and (min-width:768px) { 
  .step-list .step-list-01::after {
    width: 506px;
    height: 508px;
    top: -54px;
    left: -54px;
  }
}
.step-list .step-list-01 .step-hdg {
  font-size: 2.5rem;
}

@media screen and (min-width:768px) { 
  .step-list .step-list-01 .step-hdg {
    font-size: 3.8rem;
  }
}

.step-list .step-list-01 .text {
  font-size: 1.8rem;
  margin-top: 15px;
}
@media screen and (min-width:768px) { 
  .step-list .step-list-01 .text {
    font-size: 2.7rem;
  }
}

.step-list .step-list-01 .btn a {
  background-color: #00ADEF;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  width: 200px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: .2s;
}

@media screen and (min-width:768px) { 
  .step-list .step-list-01 .btn a {
    width: 300px;
    height: 63px;
    font-size: 2.2rem;
  }
}

.step-list .step-list-01 .btn a:hover {
  opacity: 0.8;
}
.step-list .step-list-01 .btn a::after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/btn-arrow.png) no-repeat left top;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width:768px) { 
  .step-list .step-list-01 .btn a::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}

.step-list .step-list-02 {
  background: url(../img/flow-02.png) no-repeat left top;
  width: 198px;
  height: 198px;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 90px;
}

@media screen and (min-width:768px) { 
  .step-list .step-list-02 {
    width: 310px;
    height: 310px;
    padding-top: 135px;
  }
}

.step-list .step-list-03 {
  background: url(../img/flow-03.png) no-repeat left top;
  width: 198px;
  height: 198px;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 90px;
}

@media screen and (min-width:768px) { 
  .step-list .step-list-03 {
    width: 310px;
    height: 310px;
    padding-top: 135px;
  }
}

.step-list .step-list-04 {
  background: url(../img/flow-04.png) no-repeat left top;
  width: 198px;
  height: 198px;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 90px;
}

@media screen and (min-width:768px) { 
  .step-list .step-list-04 {
    width: 310px;
    height: 310px;
    padding-top: 135px;
  }
}

.step-list-05 {
  background: url(../img/flow-05.png) no-repeat left top;
  width: 280px;
  height: 281px;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding-top: 143px;
}

@media screen and (min-width:768px) { 
  .step-list .step-list-05 {
    width: 400px;
    height: 402px;
    padding-top: 220px;
  }
}

.step-list .step-list-05::after {
  content: "";
  background: url(../img/flow-05-bg.png) no-repeat left top;
  width: 340px;
  height: 340px;
  z-index: -1;
  position: absolute;
  top: -30px;
  left: -30px;
  background-size: cover;
}

@media screen and (min-width:768px) { 
  .step-list .step-list-05::after {
    width: 506px;
    height: 508px;
    top: -54px;
    left: -54px;
  }
}

.step-list .step-list-05 .step-hdg {
  font-size: 3.6rem;
  color: #EF9300;
}
@media screen and (min-width:768px) { 
  .step-list .step-list-05 .step-hdg {
    font-size: 5.4rem;
  }
}


/**** よくある質問 ****/

.faq {
  position: relative;
  padding: 0 0 80px;
}



.faq::before {
  content: "";
  background: url(../img/bg-faq.png) no-repeat left top;
  background-size: cover;
  width: 324px;
  height: 277px;
  position: absolute;
  top: -60px;
  right: -186px;
}

@media screen and (min-width:1366px) { 
  .faq::before {
    top: -60px;
    right: -105px;
  }
}

.faq .inner {
  position: relative;
  z-index: 1;
}
.faq-list div {
  border-bottom: 2px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width:768px) { 
  .faq-list div {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}


.faq-list div dt {
  font-size: 2rem;
  font-weight: bold;
  color: #666;
  padding-left: 90px;
  padding-right: 50px;
  position: relative;
  line-height: 1.5;
  cursor: pointer;
}


@media screen and (min-width:768px) { 
  .faq-list div dt {
    font-size: 3.2rem;
  }
}


.faq-list div dt::after {
  content: "";
  border-left: 4px solid #00ADEF;
  border-bottom: 4px solid #00ADEF;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  transition: .2s;
}

.faq-list div dt.is-open::after {
  transform: rotate(135deg)
}


.faq-list div dd {
  display: none;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.5;
  padding-left: 90px;
  margin-top: 15px;
}

@media screen and (min-width:768px) { 
  .faq-list div dd {
    font-size: 2rem;
    margin-top: 30px;
  }
}

.faq-list div .icon {
  width: 43px;
  height: 43px;
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
}
@media screen and (min-width:768px) { 
  .faq-list div .icon {
    width: 63px;
    height: 63px;
    top: -10px;
  }
}



/**** お問い合わせ ****/

.contact {
  padding: 45px 0 40px;
  background: -moz-linear-gradient(-45deg,  #00adef 0%, #76d9ff 100%);
  background: -webkit-linear-gradient(-45deg,  #00adef 0%,#76d9ff 100%);
  background: linear-gradient(135deg,  #00adef 0%,#76d9ff 100%);
  position: relative;
  z-index: 1;
}

@media screen and (min-width:768px) { 
  .contact {
    padding: 70px 0 60px;
  }
}

@media screen and (min-width:1366px) { 
  .contact .inner {
    display: flex;
    align-items: center;
  }

  .contact .inner .warp {
    flex: 0 0 auto;
    margin: 0 70px 0 50px;
  }

  .contact .inner .warp .lead br {
    display: block;
  }
}

.contact .hdg-lv2 {
  color: #fff;
  margin-bottom: 20px;
}
.contact .hdg-lv2::after {
  background-color: #fff;
}

.contact .hdg-lv2 + .lead {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (min-width:768px) { 
  .contact .hdg-lv2 + .lead {
    font-size: 2.8rem;
  }
}

@media screen and (min-width:768px) { 
  .contact-card {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media screen and (min-width:980px) { 
  .contact-card {
    max-width: 843px;
    display: flex;
  }
}


.contact-card li {
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
  border-radius: 15px;
}

@media screen and (min-width:980px) { 
  .contact-card li {
    margin-top: 0;
    width: 400px;
  }
}

.contact-card li:first-child {
  margin-top: 0;
}

@media screen and (min-width:980px) { 
  .contact-card li:first-child {
    margin-right: 40px;
  }
}

.contact-card li .icon {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.contact-card li .icon .mail {
  width: 70px;
}
.contact-card li .icon .phone {
  width: 42px;
}
.contact-card li .content {
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-card li .content .text-big {
  font-size: 3rem;
  color: #00ADEF;
  font-weight: bold;
}

@media screen and (min-width:768px) { 
  .contact-card li .content .text-big {
    font-size: 3.6rem;
  }
}

.contact-card li .content .btn a {
  display: flex;
  height: 63px;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  background-color: #00ADEF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  width: 300px;
  margin-top: 25px;
  position: relative;
  transition: .2s;
}

.contact-card li .content .btn a::after {
  content: "";
  background: url(../img/btn-arrow.png) no-repeat center top;
  width: 19px;
  height: 19px;
  background-size: cover;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-card li .content .btn a:hover {
  opacity: 0.8;
}
.contact-card li .content .tel {
  font-size: 3rem;
  font-weight: bold;
  color: #666;
  margin-top: 20px;
}

@media screen and (min-width:768px) { 
  .contact-card li .content .tel {
    font-size: 4rem;
  }
}
.contact-card li .content .tel span {
  font-size: 2rem;
  margin-right: 15px;
}

@media screen and (min-width:768px) { 
  .contact-card li .content .tel span {
    font-size: 3rem;
  }
}

.contact-card li .content .note {
  line-height: 1.5;
  font-size: 1.6rem;
  margin-top: 10px;
  color: #666;
}

