@charset "UTF-8";

#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background:#333;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}





.index-top {
    position: relative;
    width: 100%;
    height: 700px;
    /*margin-bottom: 100px;*/
}
.main-imgBox {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.slider_top {
  height: 100%;
}
.top-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: url(../images/top/top-catch.png) no-repeat top center / 260px 21px;
    padding: 15px;
}
.top-text01 {
  font-size: 72px;
  font-weight: 600;
}
.top-text01 span {
  font-size: 18px;
  font-weight: 400;
}
.movetext {
  width: 410px;
  margin: 0 auto;
  padding: 5px;
  border: solid 3px #fff;
}
.top-text02 a {
  text-decoration:none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.top-text02 a:hover {
  text-decoration:none;
  color: #ed7000;
}

.page01 {
    width: 30%!important;
    bottom: 10px!important;
    right: 0;
    left: auto!important;
    --swiper-theme-color:#ed7000;
}
.page01 .swiper-pagination-bullet {
  width: 32px;
  border-radius:unset;
}



.swiper-slide-active .line-1{
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 0 10px;
  border-right: 2px solid rgba(255,255,255,.75);
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

/* Animation */
.swiper-slide-active .anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
 blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 370px;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}




/*トップスライダー*/
.visual {
  background: url(../images/top/test.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  top:0;
  height: 700px;
}
.visual:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 49.875%;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
}
.mask.normal {
  color: orange;
  opacity: 1;
  animation: fadein 5s ease 5s 1 forwards;
}
.mask.burn {
  mix-blend-mode: screen;
  color: black;
  background-color: #fff;
  opacity: 1;
  animation: fadeout 5s ease 5s 1 forwards;
}
.mask .txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 2rem;
}
.mask .txt .smaller {
  font-size: 1.6rem;
  line-height: 2.6rem;
  opacity: 0;
  letter-spacing: 15px;
}

.mask .txt .h1 {
  font-size: 8rem;
  font-weight: bold;
  opacity: 0;
  margin: 0;
  line-height: 7rem;
}

.mask.burn .txt .h1 {
  width: 0%;
  opacity: 1;
  overflow-x: hidden;
  /*animation: fadein 2s ease 1s 1 forwards;*/
  animation: slide-in 2s ease 1s 1 forwards;
}
.mask.normal .txt .h1 {
  color: #fff;
  animation: fadein 5s ease 5s 1 forwards;
}

.logo {
  width: 200px;
  height: 40px;
  margin: 0 auto;
  animation: fadein 10s ease 5s 1 forwards;

}

.mask .txt .smaller {
  animation: fadein 2s ease 0s 1 forwards,
    to-white 5s ease 5s 1 forwards;
}
.mask .txt .small {
  animation: fadein 2s ease 2s 1 forwards,
    to-white 5s ease 5s 1 forwards;
}

.mask .txt .small {

  font-size: 2.5rem;
  font-weight: bold;
  opacity: 0;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes to-white {
  0% {
    color: orange;
  }
  100% {
    color: white;
  }
}
@keyframes slide-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*トップスライダー*/

/*ファーストビュー*/
.slider_news {
  position: unset;
}
.Hnews {
position: absolute;
    z-index: 10;
    top: 675px;
    left: 0;
    width: 70%;
}
.Hnews01 {
  background: #ed7000;
  color: #fff;
  line-height: 56px;
  text-align: center;
}
.Hnews02 {
  position: relative;
  padding-right: 80px;
  background: #999;
  color: #fff;
}
.Hnews03 {
  padding: 10px 0;
}
.Hnews03 a {
  text-decoration: none;
  color: #fff;
}
.Hnews03 a span {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 15px;
}
.Hnews02 .swiper-button-prev {
  right: 35px;
  left: auto;
}
.Hnews02 .news-prev:after {
  font-size: 20px;
  color: #fff;
}
.Hnews02 .swiper-button-next {
  right: 5px;
}
.Hnews02 .news-next:after {
  font-size: 20px;
  color: #fff;
}


.top_btn_line {
    position: absolute;
    z-index: 10;
    top: 760px;
    right: 30px;
    background: url(../images/common/icon_line.png) no-repeat left 80px center / 40px #45b035;
    width: 350px;
    height: 80px;
    padding: 10px 10px 10px 140px;
    border-radius: 60px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 60px;
    cursor: pointer;
    letter-spacing: 3px;
}
.top_btn_line:hover{
  background: url(../images/common/icon_line.png) no-repeat left 80px center / 40px #000;
  transition: all 0.6s ease 0s;
}
/*ファーストビュー*/



/*セカンドビュー*/
.index-second {
  position: relative;
  padding-bottom: 250px;
}

.index-text01 {
  font-size: 40px;
  font-weight: 600;
}
.index-text02 {
  font-size: 28px;
  line-height: 40px;
}
.index-text03 {
  font-size: 14px;
  line-height: 28px;
}
.w80m0auto {
  width: 80%;
  margin: 0 auto;
}

.slide-catch {
  display: flex;
  width: 100vw;
  height: 145px;
  overflow: hidden;
}
.slide-catch img {
  width: auto;
  height: 100%;
  opacity: 0.3;
}
.slide-catch img:first-child {
  animation: slide1 60s -30s linear infinite;
}
.slide-catch img:last-child {
  animation: slide2 60s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.slide-ph01 {
  position: absolute;
  top: 250px;
  right: 0;
  width: 85%;
  height: 430px;
}


/*町田画像アニメーション*/
.wrap {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 55%;
    height: 480px;
    margin: 50px 0 0 45%;
    border-radius: 30px 0 0 30px;
}
.wrap_animated::after {
    animation: blockSlideRight 2s ease both;
    position: absolute;
    background: #ed7000;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.img {
    opacity:0;
}
.img_animated {
    animation: imgFadeInLeft 2s ease both;
}

@keyframes blockSlideRight {
    0% {
        width: 0%;
    }
    50% {
        width: 100%;
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes imgFadeInLeft {
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

/*親子画像アニメーション*/
.wrap02 {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 55%;
    height: 480px;
    margin: 110px 0 ;
    border-radius: 0 30px 30px 0;
}
.wrap02_animated::after {
    animation: blockSlideRight 2s ease both;
    position: absolute;
    background: #ed7000;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.img02 {
    opacity:0;
}
.img02_animated {
    animation: imgFadeInLeft 2s ease both;
}

@keyframes blockSlideRight {
    0% {
        width: 0%;
    }
    50% {
        width: 100%;
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes imgFadeInLeft {
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

.slide-ph01-catch {
  position: absolute;
  top: 80px;
  left: 0;
  width: 45%;
  height: 420px;
}

.slide-ph02-catch {
  position: absolute;
  top: 680px;
  right: 0;
  width: 45%;
  height: 420px;
}

/*セカンドビュー*/


/*つばめアニメーション*/
.swallow-anime {
    position: absolute;
    top: 850px;
    left: 0;
    width: 100%;
}
.swallow-anime02 {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.swallow-anime03 {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.planePath {
  stroke: #fff;
  stroke-width: .1%;
  stroke-width: .5%;
  stroke-dasharray: 1% 2%;
  stroke-linecap: round;
  fill: none;
  opacity: 0;
}



/*つばめアニメーション*/
























.catch-01 {
  font-size: 22px;
  line-height: 34px;
  font-weight:600;
}
.catch-02 {
  position: absolute;
  top:160px;
  left:52px;
  font-size:18px;
  color: #fff;
}
.catch-03 {
  position: absolute;
  top:120px;
  left:50px;
  font-size:28px;
  font-weight:600;
  color: #fff;
}
.catch-04 {
  position: absolute;
  top:140px;
  left:50%;
  transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
  font-size:18px;
  color: #fff;
}
.catch-05 {
  position: absolute;
  top:100px;
  left:50%;
  transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
  font-size:28px;
  font-weight:600;
  color: #fff;
}
.text-01 {
  line-height: 32px;
}
.index-catch {
  text-align: center;
  font-size:28px;
  line-height: 32px;
  font-weight:600;
  margin: 0 0 20px;
  color: #595757;
}
.index-catch span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  color: #666;
  width: 110px;
  margin: 0 auto;
}

.index-catch02 {
  text-align: center;
  font-size: 32px;
  line-height: 70px;
  font-weight: 600;
  margin: 0 0 40px;
  color: #595757;
  letter-spacing: 3px;
  background: url(../images/top/title-buy.png) no-repeat center bottom / 80px 4px;
}




.index-survice-box {
  height: 300px;
}



/*サービスボックスアニメーション*/
.wrap03 {
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.wrap03_animated::after {
    animation: blockSlideRight 2s ease both;
    position: absolute;
    background: #ed7000;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.img03 {
    opacity:0;
}
.img03_animated {
    animation: imgFadeInLeft 2s ease both;
}

@keyframes blockSlideRight {
    0% {
        width: 0%;
    }
    50% {
        width: 100%;
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes imgFadeInLeft {
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}



.w900 {
    width: 85%;
    margin: 0 auto;
}
.title-bar01 {
  margin: 150px 0 0;
  height: 120px;
  background: url(../images/top/titlebar01.jpg) no-repeat top center / cover;
}
.title-bar01 img {
  width: 200px;
  height: 120px;
}
.title-bar02 {
  margin: 0 0 100px 0;
  height: 120px;
  background: url(../images/top/titlebar02.jpg) no-repeat top center / cover;
}
.title-bar02 img {
  width: 200px;
  height: 120px;
}



.index-third {
  position: relative;
  padding-top: 150px;
}

.bg01 {
  margin-top: 60px;
  background: url(../images/bg01.png) right top / contain;
}
.bg02 {
  background: url(../images/common/bg01.png) repeat center top / auto 700px;
  padding: 90px 0 30px;
}
.bg04 {
    background: url(../images/common/bg03.png) no-repeat center top 300px / 100% auto;
}
.bg05 {
    background: url(../images/common/bg05.png) repeat-y center top / 100% auto;
}
.arrow01 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
}
.arrow02 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 60px;
}

.btn-select-left {
  width: 135px;
  height: 45px;
  line-height: 45px;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 50px 0 0 50px;
}
.btn-select-right {
  width: 135px;
  height: 45px;
  line-height: 45px;
  background: #999;
  color: #fff;
  text-align: center;
  border-radius: 0 50px 50px 0;
}
.lu-ph {
  height: 200px;
}
.cap01 {
  font-size:14px;
  font-weight:600;
}
.cap02 {
  font-size:20px;
}
.cap03 {
  font-size:14px;
}
.cap04 {
  font-size:20px;
  font-weight:600;
  color: #de1212;
}
.cap04 span {
  font-size:12px;
  color: #000;
}



.index-bnr-box {
  height: 270px;
}
.index-bnr-box02 {
  height: 220px;
}


/*サービス*/

.Sbox {
  position: relative;
  height: 180px;
  border-radius: 30px;
  background: #000;
  overflow: hidden;
}
.Sbox img {
  border-radius: 30px;
  transition: all 0.6s ease 0s;
}
.Sbox a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-999px;
}
.Sbox-btn {
  position: absolute;
  top:0;
  left: 0;
  background: rgba(0,0,0,0.7);
  width: 50%;
  height: 100%;
  padding: 50px 0 0 25px;
  border-radius: 30px 0 0 30px;
}
.Sbox-btn01 {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
}
.Sbox-btn02 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.Sbox-btn03 {
  color: #fff;
  border: solid 1px #fff;
  font-size: 12px;
  width: 160px;
  padding: 7px 10px 7px 90px;
  background: url(../images/common/arrow03.png) no-repeat left 30px center / 50px 10px;
}

/* PC only */
@media (min-width: 992px) {

    .Sbox:hover img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }

    .Sbox:hover .Sbox-btn03 {
      color: #fff;
      border: solid 1px #fff;
      font-size: 12px;
      width: 160px;
      padding: 7px 10px;
      text-align: center;
      background: none;
      transition: all 0.6s ease 0s;
    }

}


.Sbox02 {
  position: relative;
  height: 170px;
  border-radius: 30px;
  background: #000;
  overflow: hidden;
}
.Sbox02 img {
  border-radius: 30px;
  transition: all 0.6s ease 0s;
}
.Sbox02 a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-999px;
}
.Sbox02-btn {
  position: absolute;
  top:0;
  left: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  padding: 50px 0 0;
  border-radius: 30px;
}
.Sbox02-btn01 {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  text-align:center;
}
.Sbox02-btn02 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align:center;
}
.Sbox02-btn03 {
  color: #fff;
  border: solid 1px #fff;
  font-size: 12px;
  width: 120px;
  margin: 0 auto;
  padding: 7px 10px 7px 70px;
  background: url(../images/common/arrow03.png) no-repeat left 10px center / 50px 10px;
}



/* PC only */
@media (min-width: 992px) {
    .Sbox02:hover img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }

    .Sbox02:hover .Sbox02-btn03 {
      color: #fff;
      border: solid 1px #fff;
      font-size: 12px;
      width: 120px;
      margin: 0 auto;
      padding: 7px 10px;
      text-align: center;
      background: none;
      transition: all 0.6s ease 0s;
    }
}


/*お知らせ*/

.news-box01 {
  background: #666;
  padding: 20px 40px 10px;
  height: 90px;
}
.news-box02 {
  border-top: dotted 1px #999;
  width: 830px;
}
.news-box03 {
  position: relative;
  border-bottom: dotted 1px #999;
}
.news-text01 {
  color: #ed7000;
  font-size: 12px;
  line-height: 24px;
}
.news-text02 {
  color: #fff;
  background: #666;
  border-radius: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 1px 10px;
}
.news-text03 {
  font-size: 14px;
}
.news-box03 a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-999px;
}
.news-box03:hover {
  background: #cdcdcd;
}


/*ラインナップ*/

.swiper-custom-parent {
  position: relative;
}

.slider1 , .slider2 , .slider3 , .slider4 {
  position: unset;
  width: 90%;
}

.slider1-box {
  border: solid 1px #cdcdcd;
  background: #fff;
}
.Bbox-img {
  height: 210px;
}
.Bbox-img02 {
  height: 160px;
}
.Bbox-icon01 , .Bbox-icon02{
    width: 120px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
.Bbox-icon01 {
  background: #ed7000;
}
.Bbox-icon02 {
  background: #85b91f;
}
.Bbox-price {
  font-size: 28px;
  font-weight: 600;
  color: #ed7000;
  text-align: right;
}
.Bbox-price span {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
.Bbox-space {
  font-size: 14px;
  line-height: 20px;
}
.Bbox-catch {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
}
.Bbox-btn {
  position: relative;
  background: url(../images/common/arrow04.png) no-repeat right 10px center / 20px 20px  #f8f7f7;
  border-top: solid 1px #cdcdcd;
  height: 45px;
}

.Bbox-btn a,
.Bbox-btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  color: #8c8989;
}
.Bbox-btn a:hover {
  background-color:#FFF;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.Bwrap .swiper-button-next {
  background: url(../images/top/arrow02.png) no-repeat center center / 40px 40px;
  right: 0;
}
.Bwrap .swiper-button-next:after {
  display: none;
}
.Bwrap .swiper-button-prev {
  background: url(../images/top/arrow01.png) no-repeat center center / 40px 40px;
  left: 0;
}
.Bwrap .swiper-button-prev:after {
  display: none;
}

.swiper-slide .stretched-link:hover:after {
  background-color: rgba(255,255,255,.5);
}









/*バナーボックス*/
.wrap04 {
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.wrap04_animated::after {
    animation: blockSlideRight 2s ease both;
    position: absolute;
    background: #ed7000;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.img04 {
    opacity:0;
}
.img04_animated {
    animation: imgFadeInLeft 2s ease both;
}

@keyframes blockSlideRight {
    0% {
        width: 0%;
    }
    50% {
        width: 100%;
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes imgFadeInLeft {
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

/*バナーボックス*/
.wrap05 {
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.wrap05_animated::after {
    animation: blockSlideRight 2s ease both;
    position: absolute;
    background: #ed7000;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.img05 {
    opacity:0;
}
.img05_animated {
    animation: imgFadeInLeft 2s ease both;
}

@keyframes blockSlideRight {
    0% {
        width: 0%;
    }
    50% {
        width: 100%;
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes imgFadeInLeft {
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}











/* sp only */
@media (max-width: 992px) {


  .index-top {
    height: 100vh;
    margin-bottom: 50px;
    padding-top: 100px;
  }
  .main-imgBox {
      height: calc(100% - 160px);
  }
  /*トップスライダー*/
  .visual {
    top:0;
    height: 100%;
  }
  .mask .txt .smaller {
    font-size: .8rem;
    line-height: 2.6rem;
    opacity: 0;
    letter-spacing: 5px;
  }
  .mask .txt .h1 {
    font-size: 5rem;
    font-weight: bold;
    opacity: 0;
    margin: 0;
    line-height: 5rem;
  }
  .logo {
    width: 160px;
    height: 30px;
  }
  .top-text01 {
    font-size: 32px;
  }
  .top-text01 span {
    font-size: 14px;
  }
  .movetext {
    width: 260px;
  }
  .top-text02 a {
    font-size: 14px;
  }
  .page01 {
      width: 40%!important;
  }
  .page01 .swiper-pagination-bullet {
    width: 16px;
    border-radius:unset;
  }
  /* Animation */
  .swiper-slide-active .anim-typewriter{
    animation: typewriter 4s steps(44) 1s 1 normal both,
   blinkTextCursor 500ms steps(44) infinite normal;
  }
  @keyframes typewriter{
    from{width: 0;}
    to{width: 200px;}
  }
  @keyframes blinkTextCursor{
    from{border-right-color: rgba(255,255,255,.75);}
    to{border-right-color: transparent;}
  }

  /*ファーストビュー*/

  .Hnews {
    position: unset;
    width: 100%;
  }
  .Hnews01 {
    line-height: 40px;
  }
  .Hnews03 {
    padding: 0;
  }
  .Hnews03 a {
    font-size: 14px;
    line-height: 24px;
  }
  .Hnews03 a span {
    display: block;
  }

  .wrap {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 240px;
    margin: 0;
    border-radius: 0;
  }

  .slide-ph01-catch {
    position: unset;
    width: 100%;
    height: auto;
  }

  .slide-ph02-catch {
    position: unset;
    top: 680px;
    right: 0;
    width: 100%;
    height: auto;
  }
  .w80m0auto {
    width: 96%;
    margin: 0 auto;
    padding: 0;
  }
  .wrap02 {
      width: 100%;
      height: 240px;
      margin: 80px 0 10px 0;
      border-radius: 0;
  }

  .index-text02 {
      font-size: 24px;
      line-height: 38px;
  }

  .swiper-slide-active .line-1{
    font-size: 14px;
  }

  .index-third {
    padding-top: 0;
  }
  .index-bnr-box ,
  .index-bnr-box02 {
    height: 120px;
  }
  .catch-02 {
    display: none;
  }
  .catch-03 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size:18px;
    font-weight:600;
    color: #fff;
  }
  .catch-04 {
    display: none;
  }
  .catch-05 {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size:18px;
    font-weight:600;
    color: #fff;
  }

  .title-bar01 {
    margin: 70px 0 0;
    height: 60px;
  }
  .title-bar01 img {
    width: 100px;
    height: 60px;
  }
  .title-bar02 {
    margin: 0 0 50px 0;
    height: 60px;
  }
  .title-bar02 img {
    width: 100px;
    height: 60px;
  }

  /*セカンドビュー*/
  .index-second {
    padding:70px 0 50px;
  }

  /*サービス*/

  .Sbox {
    height: 160px;
  }
  .Sbox-btn {
    padding: 40px 0 0 25px;
  }
  .Sbox-btn01 {
      font-size: 20px;
  }
  .Sbox-btn02 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  .Sbox-btn03 {
    color: #fff;
    border: solid 1px #fff;
    font-size: 12px;
    width: 80px;
    padding: 7px 10px 7px 10px;
    background: unset;
  }

/*  .Sbox:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .Sbox:hover .Sbox-btn03 {
    color: #fff;
    border: solid 1px #fff;
    font-size: 12px;
    width: 160px;
    padding: 7px 10px;
    text-align: center;
    background: none;
    transition: all 0.6s ease 0s;
  }*/


  .Sbox02 {
    height: 150px;
  }
  .Sbox02-btn {
    padding: 30px 0 0;
  }
  .Sbox02-btn01 {
      font-size: 24px;
  }

  .news-box01 {
      width: 100%;
  }

/*つばめアニメーション*/
.swallow-anime {
    position: absolute;
    top: 420px;
    left: 0;
    width: 100%;
}
.swallow-anime02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.swallow-anime03 {
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.planePath {
  stroke: #fff;
  stroke-width: .1%;
  stroke-width: .5%;
  stroke-dasharray: 1% 2%;
  stroke-linecap: round;
  fill: none;
  opacity: 0;
}

.st0{fill:#231815;}



}





























@media (min-width: 576px) {
  .container-half {
    padding-left: 30px;
    padding-right: 30px;
  }

  .top-bg-house-icon {
    background: url(/assets/images/top/house-icon.png) no-repeat 10% 50% / 20%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container-half {
    max-width: 270px
  }
}

@media (min-width: 992px) and (max-width: 991.98px) {
  .container-half {
    max-width: 360px
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container-half {
    max-width: 480px
  }
}

@media (min-width: 1200px) {
  .container-half {
    max-width: 570px
  }
}
