@charset "utf-8";
/* CSS Document */
/*********************************************
mv-area
**********************************************/
.mv-area:before{
  width: 80px;
  height: 133px;
  background: url("/contact/images/ttl-icon.png") no-repeat center;
  background-size: contain;
  margin-top: -66px;
  margin-left: -40px;
}

@media screen and (max-width: 767px){
  .mv-area:before{
    width: 40px;
    height: 66px;
    margin-top: -33px;
    margin-left: -20px;
  }
}
/*********************************************
sec-area
**********************************************/
.white-box .btn,
.apply-area .btn{
  width: 400px;
  margin: auto;
  padding: 30px;
  position: relative;
  font-weight: bold;
  z-index: 0;
}
.white-box .btn:after{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: all 0.2s ease 0s;
}
.white-box .btn:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.white-box .btn{
  margin-top: 15px;
  border: 2px solid #333;
  background: #333;
}
.white-box .btn:hover{
  color: #333;
  opacity: 1;
}
.apply-area .btn{
  background: #ec6c00;
}
.apply-area .btn.is-mail{
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  background: #ffffff;
  border: 2px solid #333;
}
.apply-area .btn.is-mail:before {
  content: '>';
}
.apply-area .btn.is-mail:after {
  position: absolute;
  content: "";
  width: 26px;
  height: 16px;
  background: url(/contact/images/img-mail.png) no-repeat center;
  background-size: contain;
  left: 15px;
  top: 50%;
  margin-top: -8px;
}



@media screen and (max-width: 767px){
  .white-box .btn,
  .apply-area .btn{
    width: 100%;
    margin: auto;
    padding: 15px;
  }
  .white-box .btn{
    margin-top: 10px;
  }
}
@media screen and (max-width: 321px){
  .apply-area .btn.is-mail:before,
  .apply-area .btn.is-mail:after{
    content: none;
    background: none;
  }
}

/*********************************************
apply-area
**********************************************/
.apply-area .contact-wrap {
    padding: 25px 20px;
}
.apply-area .box:nth-of-type(n+2) .contact-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply-area .heading-ttl{
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #003670;
}
.apply-area .heading{
  justify-content: center;
}
.apply-area .heading .tel-time{
  margin-top: 5px;
  text-align: center;
}
.modal-ivr-btn {
  max-width: 580px;
  margin: 0 auto;
  padding: 8px 8px 8px 50px;
  background: #008dcf;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
  position: relative;
}
.modal-ivr-box{
  max-width: 900px;
  max-height: 80%;
  width: 800px;
  overflow-y: scroll;
}
.modal-ivr-box .inner{
  position: relative;
}
.modal-ivr-box .inner .modal-close{
  position: sticky;
  top: 0;
  left: 800px;
  width: 40px;
  height: 40px;
  transform: translateX(22px);
}
.modal-ivr-btn .triangle-bottom{
  position: absolute;
  top: 40%;
  left: 18px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px){
  .apply-area .contact-wrap {
    padding: 20px 15px;
  }
  .apply-area .heading-ttl{
    font-size: 18px;
  }
  .apply-area .box:nth-of-type(n+2) .contact-wrap {
    display: block;
  }
  .ivr-btn{
    text-align: left;
    padding-left: 40px;
    position: relative;
  }
  .ivr-btn .triangle-bottom{
   position: absolute;
    top: 40%;
    left: 10px;
  }
}

/*is-contact*/
.apply-area.is-contact .box:nth-of-type(n+2) .contact-wrap{
  display: block;
}
.apply-area.is-contact .sub-ttl{
  font-weight: bold;
  text-align: center;
}
.apply-area.is-contact .list-note a{
  text-decoration: underline;
}
.apply-area.is-contact .list-note a:hover{
  text-decoration: none;
}













