/*
html5doctor.com Reset Stylesheet
v1.6
Last Updated: 2010-08-18
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;
  text-decoration: none;
  color: #000;
}

/* 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 inherit;
  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;
}

body input:focus {
  outline: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  /*overflow: hidden;*/
}

main {

  font-family: 'M PLUS Rounded 1c', sans-serif;
}

section {

 min-height: 100vh;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
background-color: #eff8fc;
  background-image: url(../img/bgbg.png);
  background-repeat: repeat;
}


#sec2, #sec3, #sec4, #sec5, #sec6 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#sec1 {
  z-index: 99;
}

#sec2 {
  z-index: 5;
}

#sec3 {
  z-index: 4;
}

#sec4 {
  z-index: 3;
}

#sec5 {
  z-index: 2;
}

#sec6 {
  z-index: 1;
}

#sec1.over,
#sec2.over,
#sec3.over,
#sec4.over,
#sec5.over,
#sec6.over {
  opacity: 0;
  z-index: 0;
}

body #sec2.opacity,
body #sec3.opacity,
body #sec4.opacity,
body #sec5.opacity,
body #sec6.opacity {
  display: flex;
}

.inner {
  width: 1360px;
  margin: 0 auto;
  position: relative;
}

.fl {
  display: flex;
  flex-wrap: wrap;
}

.center {
  text-align: center;
}

.top-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.pipi {
  margin-bottom: 10px;
}

h2.sub-ttl {
  font-size: 22px;
  font-weight: 800;
  color: #003786;
  margin-bottom: 50px;
}

.blue {
  color: #003786;
}

.top-btn {
  text-align: center;
  margin-bottom: 30px;
}

.top-btn p {
  padding: 20px 75px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 35px;
  background-color: #fe7200;
  color: #fff;
  display: inline-block;
  position: relative;
}

.top-btn p::before {
  content: url(../img/btn-l.png);
  position: absolute;
  top: 10px;
  left: -40px
}

.top-btn p::after {
  content: url(../img/btn-r.png);
  position: absolute;
  top: 10px;
  right: -40px
}

.contain.q1 {
  width: 600px;
}

@keyframes showDiv {
    0% {
        top:-20px;
    }
    100% {
        top:0px;
    }

}
@keyframes showDiv2 {
    0% {
        top:20px;
    }
    100% {
        top:0px;
    }

}
.q-ttl {
position:relative;
  margin-bottom: 35px;
animation-name: showDiv;
    animation-duration: .5s;
}

.q-ttl h3 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 25px;
}

.q-ttl p {
  font-size: 22px;
  font-weight: 800;
}

.select-wrap {
position:relative;
  justify-content: center;
animation-name: showDiv2;
    animation-duration: .5s;
}
.wide-wrap{
position:relative;
animation-name: showDiv2;
    animation-duration: .5s;
}

.select-items {
  position: relative;
  width: 23%;
  /*margin-right: 20px;*/
  margin-bottom: 20px;
  cursor: pointer;
}

.select-items a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.item.fl {
  /*
  justify-content: center;
  align-items: center;
  padding: 6px 17px;
  padding: 17px 0;
  */
  text-align:center;
  font-size: 18px;
  font-weight: 800;
  background-color: #fff;
  border-radius: 15px;
  border: 3px solid #003786;
  position: relative;
  margin-right: 2.6%;
  margin-bottom: 15px;
}

.area-img {
  margin-right: 20px;
}

p.area-name,
p.detail-name {
    /*font-size: 21px;*/
  font-weight: 800;
  width:100%;
  padding:17px 0;
}

.item2:nth-of-type(4n) {
  margin-right: 0;
}

.item2 {
  width: 23%;
  /* padding: 17px 0; */
  font-size: 18px;
  font-weight: 800;
  background-color: #fff;
  border-radius: 15px;
  border: 3px solid #003786;
  position: relative;
  margin-right: 2.6%;
  margin-bottom: 15px;
}

.contain.q2 {
  width: 600px;
}

.q2 .select-wrap {
  justify-content: start;
}

.wide-input {
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.wide-input p {
  padding: 0 10px;
  font-size: 25px;
  font-weight: 800;
}

.wide-input input {
  padding: 6px 35px 6px 10px;
  background-color: #fff;
  border-radius: 15px;
  height: 65px;
  width: 165px;
  border: 3px solid #003786;
  font-size: 25px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  color: #003786;
  text-align: center;
}

.tubo {
  position: relative;
}

.wide-input .tubo::after {
  content: "坪";
  top: 20px;
  right: 10px;
  position: absolute;
  font-size: 24px;
  font-weight: 800;
}

.sec4-btn,
.sec5-btn {
  background-color: #fff;
  border-radius: 17px;
  height: 48px;
  width: 185px;
  border: 3px solid #003786;
  font-size: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  color: #003786;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.submit:nth-of-type(1) .sec4-btn,
.submit:nth-of-type(1) .sec5-btn {
  background-color: #003786;
  color: #fff;
}

.submit:nth-of-type(2) .sec4-btn,
.submit:nth-of-type(2) .sec5-btn {
  margin-right: 0;
}

.submit-wrap {
  justify-content: center;
}

.contain.center.q3 {
  width: 400px;
  margin: 0 auto;
}

.p-img {
  margin-top: 30px;
}

.price {
  position: relative;
  margin-bottom: 20px;
}

.price::after {
  content: "万円以下";
  top: 20px;
  right: 10px;
  position: absolute;
  font-size: 24px;
  font-weight: 800;
}

.price input[type="text"] {
  padding: 6px 35px 6px 10px;
  background-color: #fff;
  border-radius: 15px;
  height: 65px;
  width: 100%;
  border: 3px solid #003786;
  font-size: 25px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  color: #003786;
  text-align: center;
}

.send-ttl {
  text-align: center;
  margin-bottom: 25px;
}

.contain.send {
  width: 700px;
}

.send-sub {
  line-height: 2;
  margin-bottom: 30px;
  text-align: initial;
}

.send-img {
  margin-right: 30px;
}

.send-textarea {
  flex: 1;
  position: relative;
}

.send-textarea::before {
  position: absolute;
  content: "わがまま条件シート";
  top: 0;
  left: 15px;
  font-size: 24px;
  font-weight: 800;
}

.send-textarea textarea {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  border: 3px solid #003786;
  font-size: 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  color: #003786;

  resize: vertical;
    padding: 40px 15px 15px;
}

.send-textarea::before {
  position: absolute;
  content: "わがまま条件シート";
  top: 11px;
  left: 15px;
  font-size: 24px;
  font-weight: 800;
  z-index: 4;
}

.send-textarea::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #fff;
  width: 98%;
  height: 30px;
  z-index: 3;
  border-radius: 12px;
}

.send-info {
  width: 49%;
}

.send-bottom {
  justify-content: space-between;
  margin-bottom: 15px;
}

.send-info input,
.send-mail input {
  padding-left: 120px;
  background-color: #fff;
  border-radius: 15px;
  height: 65px;
  width: 100%;
  border: 3px solid #003786;
  font-size: 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  color: #003786;
}

.send-wrap .send-mail input {
  padding-left: 200px
}

.send-top {
  margin-bottom: 15px;
}

.company,
.user,
.send-mail {
  position: relative;
}

.user::before {
  position: absolute;
  content: "担当者名";
  top: 20px;
  left: 15px;
  font-size: 24px;
  font-weight: 800;
  z-index: 4;
}

.company::before {
  position: absolute;
  content: "会社名";
  top: 20px;
  left: 15px;
  font-size: 24px;
  font-weight: 800;
  z-index: 4;
}

.send-mail::before {
  position: absolute;
  content: "メールアドレス";
  top: 20px;
  left: 15px;
  font-size: 24px;
  font-weight: 800;
  z-index: 4;
}

.send-wrap {
  margin-bottom: 30px;
}

.send .sec6-btn {
  width: 290px;
  text-align: center;
  padding: 20px 75px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 35px;
  background-color: #fe7200;
  color: #fff;
  display: inline-block;
  position: relative;
  border: none;
}

.send {
  text-align: center;
}

.pointer,
.item2 {
  cursor: pointer;
}

h2.sub-ttl {
  font-size: 20px;
}

h2.sub-ttl {
  margin-bottom: 40px;
}

.slide{
  width:100%;
  /* max-width:750px; */
  margin-left:auto;
  margin-right:auto;
margin-bottom: 50px;
}

.slide .item{
border:3px solid #003786;
padding:1rem .5rem;
background-color:#fff;
border-radius:20px;
margin:0 10px;
}

.slide .item .img{
  width:100%;
  max-width:192px;
  height:130px;
}
.slide .item .img img{
 width:100%;
 height: 130px;

object-fit: cover;
object-position: bottom;
}

.slide .item .info{
  margin-top:.5rem;
  line-height:1.5em;
}

.prev-arrow{
  display: inline;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -16px;
}
.next-arrow{
  display: inline;
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -16px;
}
