@charset "utf-8";
@media (max-width:1024px){
  .container{
    min-width: 768px;
  }
  .headerNav li {
    padding: 15px 2px;
    font-size: 12px;
  }
  .headerNav li::after {
    padding-left: 2px;
  }
  #features .contentWrap {
    width: calc(80%/3);
  }
  .contentWrap2{
    max-width: 980px;
    margin: auto;
  }
  .contentWrap2 h5 {
    font-size: 5em;
  }
  #flow .flowContent {
    width: calc(90%/2);
    margin-right: 3em;
  } 
  .flowContent img{
    margin-right: 2.5em;
  }
}
@media (max-width:768px){
  body{
    overflow-x: hidden;
    min-width: 520px;
  }
  #about{
    margin-top: 200px;
  }
  section {
    margin-top: 100px;
  }
  .sp{
    display: block;
  }
  .contactLinkSp{
    display: flex;
  }
  .contactLink{
    display: none;
  }
  .header{
    position: fixed;
    z-index: 99;
  }
  #contact .header{
    position: static;
  }
  .header .container{
    justify-content: space-around;
    padding: 30px;
  }
  .headerInner {
    display: block;
  }
  .phoneBtn {
    font-size: 25px;
  }
  .headerPhone .phoneBtn::before{
    width: 30px;
    height: 30px;
  }
  .headerNav,
  .headerPhone{
    display: block;
    text-align: center;
    padding-top: 50px;
  }
  .headerNav li::after {
    display: none;
  }
  .hamburger{
    width: 40px;
    height: 25px;
    position: relative;
    position: fixed;
    top: 60px;
    right: 35%;
  }
  #contact .hamburger{
    width: 40px;
    height: 25px;
    position: relative;
    top: 5px;
    right: 0%;
  }
  .headerInner{
    background-image: linear-gradient(180deg, rgba(26, 43, 87, 1), rgba(12, 50, 112, 1) 10%, rgba(3, 55, 129, 1) 20%, rgba(0, 57, 135, 1) 30%, rgba(16, 76, 149, 1) 40%, rgba(30, 93, 161, 1) 50%, rgba(38, 104, 169, 1) 60%, rgba(41, 107, 171, 1) 70%, rgba(55, 118, 177, 1) 80%, rgba(93, 145, 191, 1) 90%, rgba(133, 174, 207, 1));
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    height: 100vh;
    transition: all 0.3s;
  }
  .headerInner.active{
    opacity: 1;
    z-index: 99;
  }
  .hamburger.active{
    z-index: 999;
    right: 20%;
  }
  .hamburger span{
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  .headerNav li {
    padding: 15px 2px;
}
  .hamburger span:first-of-type{/* ハンバーガーメニューの1番目の線 */
    top: 0;
  }
  .hamburger span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
    top: 50%;
  }
  .hamburger span:last-of-type{/* ハンバーガーメニューの3番目の線 */
    top: 100%;
  }
  .hamburger.active span:first-of-type{/* ハンバーガーメニューの1番目の線 */
    top: 50%;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-of-type(2){/* ハンバーガーメニューの2番目の線 */
    opacity: 0;/* 透明にする */
  }
  .hamburger.active span:last-of-type{/* ハンバーガーメニューの3番目の線 */
    top: 50%;
    transform: rotate(-45deg);
  }
  /*---------
  メインビュー
  ----------*/
  .mainView{
    width: 100%;
    height: 600px;
    top: 150px;
  }
  .contentWrap{
    display: block;
  }
  .contentWrap img {
    width: 100%;
    margin-right: 0;
  }
  #scheme .contentWrap img {
    margin-left: 0;
  }
  #introduction .contentWrap{
    width: calc(90%/2);
    padding: 0 10px;
  }
  #introduction .contentWrap img:nth-child(1),
  #introduction .contentWrap img:nth-child(2) {
    margin: 0;
}
  .contentBlock .priceImg {
    margin: 0;
  }
  #price .contentWrap2{
    padding: 20px;
  }
  .contentWrap2 h5 {
    font-size: 4em;
  }
  #flow .contentWrap{
    display: flex;
  }
  .flowContent img {
    margin-right: 2.5em;
    width:20%;
  }
  .backToTop{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 70px;
    right: 1%;
    z-index: 9;
    transition: none;
  }
  .backToTop i{
    line-height: 50px;
  }
  .backToTop.fixed {
    position: fixed;
    margin-bottom: 15px;
    margin-right: 0;
    z-index: 999;
  }
  .contactForm{
    padding-top: 20px;
  }
  .contact dl {
    display: block;
    width: 100%;
    max-width: 767px;
  }
  .contact dl dt,
  .contact dl dd {
    width: 100%;
    font-size: 1.4rem;
  }
  .contact dl dd input.postNumber{
    width: 80px;
  }
  .topContact_inner{
    margin-bottom: 40px;
  }
}
@media (max-width:520px){
  body{
    overflow-x: hidden;
    min-width: 320px;
  }
  .container{
    min-width: 319px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header{
    height: 100px;
  }
  .header h1 {
    max-width: 170px;
  }
  .header .container {
    justify-content: space-between;
    padding: 15px 20px;
  }
  .hamburger{
    right: 35%;
    top: 40px;
  }
  .ttl {
    font-size: 1.8em;
  }
  .ss{
    display: block;
  }
  /*---------
  メインビュー
  ----------*/
  .mainView{
    width: 100%;
    height: 400px;
    top: 100px;
  }
  .mainView .txt{
    top:20%;
  }
  .mainView h2 {
    font-size: 24px;
  }
  .contentWrap{
    display: block;
  }
  .contentWrap img {
    width: 100%;
    margin-right: 0;
  }
  #about {
    margin-top: 120px;
  }
  section {
    margin-top: 50px;
  }
  .contentBlock{
    display: block;
    padding-bottom: 50px;
  }
  #introduction .contentWrap,
  #features .contentWrap {
    width: 100%;
    padding: 0;
  }
  #features .contentWrap{
    margin-left: 0;
  }
  .contentBlock .priceImg {
    margin: 0;
  }
  #price .ttl {
    padding-top: 40px;
  }
  #price .txtArea {
    display: block;
    margin: 20px auto 0;
    max-width: none;
  }
  #price .txtWrap h4,
  #price .txtWrap .txt {
    width: 100%;
  }
  .note {
    text-align: start;
    max-width: none;
    margin: 20px auto;
}
  #price .contentWrap2{
    padding: 20px;
  }
  .contentWrap2 h5 {
    font-size: 1.3em;
  }
  .priceWrap .txt{
    font-size: 1em;
  }
  .annotation {
    font-size: 12px;
  }
  #price .contentWrap {
    padding-bottom: 50px;
  }
  #flow .ttlWrapper {
    margin-bottom: 2em;
  }
  #flow .contentWrap{
    display: flex;
  }
  #flow .flowContent {
    width: 100%;
    margin-right: 3em;
  }
  .iconTriangle, .iconTriangleSp {
    margin: 0 auto;
  }
  .flowContent img {
    margin-right: 1em;
    width:20%;
  }
  .iconTriangleSp{
    display: block;
  }
  #owner {
    margin-bottom: 80px;
}
  .footer .container {
    padding-bottom: 30px;
    display: block;
  }
  .footerLeft {
    width: 100%;
  }
  .footerRight {
    display: block;
  }
  .footerLogo{
    margin: 30px auto;
    width: 50%;
  }
  .footerTxtArea {
    margin-top: 0;
    padding-left: 10px;
  }
}
@media (max-width:320px){
  .header{
    height: 80px;
  }
  .header h1 {
    max-width: 145px;
  }
  .contactLinkSp {
    width: 60px;
    height: 45px;
    border-radius: 45px;
  }
  .contactLinkSp span{
    font-size: 10px;
  }
  .hamburger {
    right: 32%;
    top: 26px;
  }
  /*---------
  メインビュー
  ----------*/
  .mainView{
    width: 100%;
    height: 400px;
    top: 80px;
  }
  .mainView .txt{
    top:20%;
  }
  .mainView h2 {
    font-size: 21px;
  }
  
}