@charset "UTF-8";

/*------------------------------------------------------------
お問い合わせ
------------------------------------------------------------ */
.catch{
  width: 100%;
  text-align: left;
  line-height: 1.9;
  margin: 0 0 5.5%;
}
.text_box{
  line-height: 1.9;
}
.btn_area{
  margin: 14% 0 17%;
}
a.btn,
a.btn:hover{
  width: 80%;
  margin: 0 auto 10%;
  padding: .35em 0;
  font-size: 2.5vw;
}
a.btn::after{
  font-size: 55%;
}
@media screen and (min-width: 1280px){
  a.btn,
  a.btn:hover{
    width: 570px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px){
  .btn_area{
    margin: 6% 0 8%;
  }
  a.btn,
  a.btn:hover{
    width: 100%;
    max-width: 768px;
    margin: 0 auto 9%;
    font-size: 6vw;
  }
}

.item_box{
  position: absolute;
  top: 10px;
  left: 40%;
  width: 30%;
}
.item_box .obj1{/* 仲間（左から）1 */
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20%;
  z-index: 2;
  animation: 3s fuwa1 infinite;
}
@keyframes fuwa1{
  0%, 100%{
    transform: translateX(0);
  }
  50%{
    transform: translateX(-10px);
  }
}
.item_box .obj2{/* 仲間（左から）2 */
  position: absolute;
  top: 16px;
  left: 58%;
  width: 26%;
  z-index: 1;
  animation: 3s fuwa2 infinite;
}
@keyframes fuwa2{
  0%, 100%{
    transform: translateX(-10px);
  }
  50%{
    transform: translateX(0);
  }
}
.item_box .obj3{/* 仲間（左から）3 */
  position: absolute;
  top: 67px;
  left: 77%;
  width: 9%;
  z-index: 1;
}
.item_box .obj4{/* 仲間（左から）4 */
  position: absolute;
  top: 72px;
  left: 83%;
  width: 13.4%;
  z-index: 2;
  animation: 3s fuwa4 infinite;
}
@keyframes fuwa4{
  0%, 100%{
    transform: skewY(0);
  }
  50%{
    transform: skewY(20deg);
  }
}
.item_box .obj5{/* 仲間（左から）5 */
  position: absolute;
  top: -7px;
  left: 84.5%;
  width: 29%;
  z-index: 1;
  animation: 3s fuwa5 infinite;
}
@keyframes fuwa5{
  0%, 100%{
    transform: rotateY(50deg);
  }
  75%{
    transform: rotateY(0);
  }
}
.item_box .obj6{/* 仲間（左から）6 */
  position: absolute;
  top: 20px;
  left: 102%;
  width: 19%;
  z-index: 1;
  animation: 3s fuwa6 infinite;
}
@keyframes fuwa6{
  0%, 100%{
    transform: rotateY(-30deg);
  }
  50%{
    transform: rotateY(30deg);
  }
}

@media screen and (max-width: 768px){
  .item_box{
    top: 18px;
    left: 24%;
    width: 54%;
    z-index: 2;
    animation: 3s fuwa7 infinite;
  }
  @keyframes fuwa7{
    0%, 100%{
      transform: translateY(-5px);
    }
    50%{
      transform: translateY(5px);
    }
  }
  .item_box .obj1{
    top: 10px;
    left: 50%;
    width: 22%;
    z-index: 2;
    animation: none;
  }
  .item_box .obj2{
    top: 14px;
    left: 57%;
    width: 29%;
    z-index: 1;
    animation: none;
  }
  .item_box .obj3{
    top: 45px;
    left: 77%;
    width: 9.8%;
    z-index: 1;
  }
  .item_box .obj4{
    top: 46px;
    left: 83%;
    width: 15%;
    z-index: 2;
  }
  .item_box .obj5{
    top: 2px;
    left: 84.5%;
    width: 31.5%;
    z-index: 1;
    animation: none;
  }
  .item_box .obj6{
    top: 20px;
    left: 102%;
    width: 20%;
    z-index: 1;
    animation: none;
  }
}

.inquiry_box{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1.25em 0;
  margin: 2% auto 10%;
  box-sizing: border-box;
  border: 1px solid #004ea2;
  font-family: 'smartFontUI';
}
.inquiry_box p{
  line-height: 1;
}
.inquiry_box .tel_box{
  width: 44%;
  margin: 0 0 0 4%;
}
.inquiry_box .mail_box{
  width: 43%;
}
.inquiry_box .tel_box p img{
  display: inline-block;
  width: 8%;
  margin: 0 2% 0 0;
}
.inquiry_box .mail_box p img{
  display: inline-block;
  width: 7.6%;
  margin: 0 1.5% 0 0;
}
.inquiry_box .tel_box p:nth-child(1),
.inquiry_box .mail_box p:nth-child(1){
  font-size: 1.5vw;
  letter-spacing: -.05em;
  margin: 0 0 0 2%
}
.inquiry_box .tel_box p:nth-child(2){
  font-size: 2.4vw;
  margin: 0 0 0 6%;
  letter-spacing: .05em;
}
.inquiry_box .mail_box p:nth-child(2){
  font-size: 2.4vw;
  margin: 8% 0 0 1%;
}
.inquiry_box .tel_box p span.note2{
  display: block;
  font-size: .9vw;
  letter-spacing: .03em;
  margin: 1% 0 3% 9.6%;
}
@media screen and (min-width: 1280px){
  .inquiry_box .tel_box p:nth-child(1),
  .inquiry_box .mail_box p:nth-child(1){
    font-size: 21px;
  }
  .inquiry_box .tel_box p:nth-child(2){
    font-size: 28px;
  }
  .inquiry_box .mail_box p:nth-child(2){
    font-size: 28px;
  }
  .inquiry_box .tel_box p span.note2{
    font-size: 12px;
    letter-spacing: 0;
    margin: 1% 0 3% 10%;
  }
}
@media screen and (max-width: 768px){
  .inquiry_box{
    flex-wrap: wrap;
    width: 100%;
    padding: 3em 1em;
    margin: 2% auto 10%;
  }
  .inquiry_box .tel_box{
    width: 85%;
    margin: 0 0 2% 0;
  }
  .inquiry_box .mail_box{
    width: 85%;
  }
  .inquiry_box .mail_box p:nth-child(1){/* メールでのお問い合わせ */
    letter-spacing: -.07em;
  }
  .inquiry_box .tel_box p:nth-child(1),
  .inquiry_box .mail_box p:nth-child(1){
    font-size: 5.2vw;
  }
  .inquiry_box .tel_box p:nth-child(2){
    font-size: 8.2vw;
    margin: 5% 0 10% 2%;
  }
  .inquiry_box .mail_box p:nth-child(2){
    font-size: 8vw;
    margin: 5% 0 0 2%;
  }
  .inquiry_box .tel_box p span.note2{
    display: block;
    font-size: 3.2vw;
    letter-spacing: .03em;
    margin: 1% 0 3% 10%;
  }
}
