html {
  font-size: 10px;
}
body {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-top: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body * {
  box-sizing: border-box;
}
header {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  background: rgba(255,255,255,.98);
  height: 50px;
  z-index: 2;
}
.header-content {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.header-content h1 {
  height: 35px;
}
.header-content h1 img {
  height: 35px;
}
.btn-head-link {
  background:rgb(255, 245, 0);
  border-bottom: 2px solid rgb(193, 178, 45);
  padding: 5px 20px;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.4rem;
}
.main-visual {
  width: 100%;
  height: 80vh;
  background-size: cover;
  display:flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.main-visual:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2500px;
  height: 80%;
  margin: 3% -10% 0;
  background: #011931;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
.main-visual .content {
  width: 1100px;
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-visual .content img {
  position:absolute;
  left: 50vw;
  top:calc(50% - 350px);
  width: 1000px;
  opacity: 0;
}
.main-visual .content .texts {
  width: 50%;
}
.main-visual .content h2 {
  font-size: 3.5rem;
  margin-bottom: 30px;
  height: 1em;
}
.main-visual-text {
  opacity: 0;
}
.main-visual-text strong {
  font-weight: bold;
  color: rgb(255, 245, 0);
}
.btn-contact {
  border: 2px solid #fff;
  color: #000;
  padding: 20px 60px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 20px;
  font-size: 1.8rem;
  color: #fff;
  transition: all .3s;
  opacity: 0;
  font-weight: bold;
}
.btn-contact:hover {
  background: #fff;
  color: #011931;
}
.fadeIn {
  opacity:1;
  transition: opacity 2s 0.5s;
}
.main-visual .content img.fadeIn2 {
  left: calc(50vw - 150px);
  opacity:1;
  transition: all 1s;
}
.row {
  padding: 350px 0;
  margin: calc(-100vw * 0.2) 0 0;
  position: relative;
  overflow: hidden;
}
.row.first {
  padding: 250px 0;
  margin: -125px 0;
  position: relative;
}
.row.separetor {
  padding: 250px 0;
}
.row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 10% -10%;
  background:rgb(255, 245, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  z-index: -1;
}
.row.gray {
  color: #fff;
}
.row.gray:before {
  background: #011931;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.row-content {
  width: 1100px;
  margin: 0 auto;
}
.row-texts {
  text-align: center;
}
.row-texts strong {
  font-size: 3rem;
  display: block;
  margin-bottom: 20px;
}
.content-list {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}
.content-list-item {
  width: calc(33.3333% - 50px);
}
.content-list-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
}
.content-list-item h3 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.move-list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.move-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  color: #fff;
  font-weight: bold;
  margin-bottom:20px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: #011931;
}
.model-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.model-list-item {
  width: calc(50% - 10px);
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.model-list-item img {
  width: 40%;
  margin-right: 10px;
}
.model-list-item .title {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.move-list2 {
  text-align: left;
}
.move-list2-item {
  background: #fff;
  margin-bottom: 2px;
  padding: 10px;
}
.move-list2-item.dark {
  background: rgba(255,255,255,.8);
}
.move-list2-title {
  font-size: 1.8rem;
  margin-top: 20px;
  text-align: left;
}
.price-table {
  width: 100%;
  color: #000;
}
.price-table tr {
  background: #fff;
}
.price-table tr:nth-child(even) {
  background: rgba(255,255,255,.9);
}
.price-table th,.price-table td {
  width: 33.333%;
  padding: 20px;
  border-right: 1px solid #011931;
  border-bottom: 1px solid #011931;
  vertical-align: middle;
}
.price-table th {
  text-align: left;
}
.price-table td.price {
  text-align: right;
  font-weight: bold;
}
.price-table.option th,
.price-table.option td {
  width: 50%;
}
.price-title {
  margin-top: 30px;
  font-size: 1.8rem;
}
.row#contact {
  padding-bottom: 20px;
}
.contact-tel {
  background: #fff;
  width: 1000px;
  margin: 0 auto;
}
.contact-title {
  padding: 10px;
  border-bottom: 1px solid #efefef;
  font-weight: bold;
}
.phone-number {
  text-align: center;
  padding: 30px 0 0;
}
.phone-number a {
  font-size: 4rem;
  text-decoration: none;
  color: #011931;
}
.contact-time {
  text-align: center;
  padding: 0 0 30px;
}
.contact-wrap {
  width: 1000px;
  margin: 0 auto;
  background:#FFF;
  margin-top: 30px;
  color: #000;
}
.contact-content {
  padding: 30px;
}
.contact-wrap h3 {
  font-size:1.8rem;
  font-weight:bold;
  margin-bottom:30px;
  padding-bottom:20px;
  border-bottom:1px solid #EFEFEF;
}
.contact-wrap .form-item {
  margin-bottom:30px;
}
.contact-wrap .form-item label {
  display:block;
  margin-bottom:10px;
  font-weight:bold;
}
.contact-wrap .form-item label .requied {
  background:rgb(255, 105, 105);
  color:#FFF;
  padding:4px;
  font-size:1.2rem;
  border-radius:2px;
  margin-left:10px;
}
.contact-wrap .form-item select {
  padding:15px 10px;
  min-width:50%;
  border:1px solid #CCC;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-wrap .form-item [type="text"],
.contact-wrap .form-item [type="tel"],
.contact-wrap .form-item textarea {
  padding:15px 10px;
  width:100%;
  border:1px solid #CCC;
}
.contact-wrap .form-item textarea {
  resize:vertical;
  height:200px;
}
.form-privacy {
  height:200px;
  overflow-y: auto;
  border:1px solid #CCC;
  background:#FFF;
  padding:30px;
}
.privacy-check {
  margin:15px 0;
  text-align:center;
}
.contact-wrap .form-item .privacy-check label {
  display:inline-block;
  font-weight:normal;
}
.contact-wrap .form-item .privacy-check [type="checkbox"] {
  vertical-align: text-top;
  margin-right:5px;
}
.btn {
  text-align:center;
}
.btn button,
.btn [type="submit"] {
  background:#137DC8;
  border:none;
  width:400px;
  height:60px;
  font-size:1.4rem;
  color:#FFF;
  cursor:pointer;
}
.btn button:not(:disabled):hover,
.btn [type="submit"]:not(:disabled):hover {
  opacity:.8;
}
.btn button:disabled,
.btn [type="submit"]:disabled {
  background:#CCC;
  cursor: default;
}
.copy {
  text-align: center;
  display: block;
  padding: 30px 0 0;
  color: #666;
}
.reasons .item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #011931;
}
.reasons .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.reasons .item i {
  font-size: 4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #011931;
  margin: 0 auto 40px;
  background: rgb(255, 245, 0);
}
.reasons img {
  width: 550px;
  height: 550px;
}
.reasons .item .text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
  width: 50%;
}
.reasons .item .text strong {
  font-size: 2.8rem;
  display: block;
}
.sp-text {
  display:none;
}
.icons {
  display: none;
}
.swiper-container {
  width: 1100px;
  margin-bottom: 200px;
}
@media screen and (max-width:1100px) {
  header {
    z-index: 99999;
  }
  .header-content {
    width: 100%;
    padding: 10px;
  }
  .header-content p {
    display: none;
  }
  .sp-text {
    display: block;
    text-align: center;
    color: #fff;
    padding: 20px;
  }
  .btn-head-link {
    border-bottom:2px solid rgb(125, 52, 87);
   background: rgb(255, 57, 93);
   color: #fff;
  }
  .main-visual {
    display: block;
    background:url(../img/lp/lp-bg.jpg) 100%;
  }
  .main-visual:before {
    content: normal;
  }
  .main-visual .content {
    width: 100%;
  }
  .main-visual .content img {
    width: calc(100vw * 0.8);
  }
  .main-visual {
    height: auto;
    padding: 10px;
    text-align: center;
  }
  .main-visual .content h2 {
    font-size: 2.5rem;
  }
  .main-visual .content .texts {
    width: 100%;
    left: 20px;
    top: 50px;
    z-index: 2;
    background: rgba(0,0,0,.5);
    padding: 30px;
    font-size: 1.6rem;
  }
  .main-visual .content img {
    display: none;
  }
  .btn-contact {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .row,.row.first,.row.separetor {
    background:rgb(255, 245, 0);
    margin:0;
    padding:40px 10px;
  }
  .row.gray {
    background: #011931;
  }
  .row-content {
    width: 100%;
  }
  .row:before {
    content: normal;
  }
  .content-list {
    margin-top: 20px;
  }
  .content-list {
    display: block;
  }
  .content-list-item {
    display: flex;
    width: 100%;
    background: rgba(255,255,255,.8);
    margin-bottom: 10px;
    align-items: flex-start;
  }
  .content-list-item > div {
    padding: 10px;
  }
  .content-list-item img {
    width: 40%;
    height: auto;
    margin:0;
  }
  .reasons .item {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  .reasons .item .text {
    width: 100%;
    padding: 60px 30px;
  }
  .reasons .item img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    display: block;
    margin: 0 auto;
  }
  .move-list {
    display: block;
    margin-top: 20px;
  }
  .move-list-item {
    width: 100%;
    border-radius: 0;
    margin-bottom: 1px;
    height: auto;
    padding: 10px;
    background: rgba(0,0,0,.5);
  }
  .move-list-item:nth-child(even) {
    background: rgba(0,0,0,.6);
  }
  .model-list {
    display: block;
  }
  .model-list-item {
    width: 100%;
    background:rgba(255,255,255,.2);
    margin-bottom: 20px;
  }
  .model-list-item .content {
    padding: 20px 20px 20px 10px;
  }
  .model-list-item img {
    width: 300px;
    max-width: 50%;
  }
  .contact-tel {
    width: 100%;
  }
  .contact-wrap {
    width: 100%;
  }
  .btn button, .btn [type="submit"] {
    width: 300px;
    max-width: 100%;
  }
  .icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .icons i {
    width: 50%;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
  }
  .row-texts strong {
    font-size: 2.5rem;
  }
  .swiper-container {
    width: 100%;
    margin-bottom: 0;
  }


}
@media screen and (max-width:600px) {
  .header-content h1 {
    height: 25px;
  }
  .header-content h1 img {
    height: 25px;
  }
  .model-list-item {
    display: block;
  }
  .model-list-item img {
    width: 100%;
    max-width: none;
  }
  .model-list-item .content {
    padding: 10px;
  }
  .content-list-item {
    display: block;
  }
  .content-list-item img {
    width: 100%;
    vertical-align: bottom;
  }
}
