@charset "UTF-8";


main {
    padding: 220px 0 110px;
}
.under_mvTtl span {
    display: table;
    font-size: 37px;
    color: #1c305c;
    transform: skewX(-10deg);
    border-bottom: 2px solid #1c305c;
    padding-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width:680px) {
  main {
      padding: 70px 0 40px;
  }
  /*h1.under_mvTtl.serif {
      margin-top: 25px;
      order: -1;
  }*/
  .under_mvTtl span {
    font-size: 32px;
    padding-bottom: 0.2em;
    /*margin-bottom: 55px;*/
  }
}

.page-template-page-contactall .toggleBtn,
.page-template-page-contactall .gNav,
.page-template-page-contactall .other_contents,
.page-template-page-contactall .foot > .inner{
  display: none;
}
.h_conversion {
  display: none !important;
}

@media all and (max-width:680px) {
  .page-template-page-contactall header .siteID {
      height: 55px;
      transform: translateY(0);
      margin-left: auto;
      margin-right: auto;
      justify-content: center;
      position: relative;
  }
}
@media all and (max-width: 680px) {
  .foot_bottom {
    height: 32px;
  }
}


.btn-list{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn-list a{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  padding: 80px 10px;
  color: #fff;
  line-height: 1.8;
  font-size: clamp(16px,1.8vw,22px);
  text-align: center;
  position: relative;
}
.btn-list a:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat top center / cover;
  z-index: -1;
}
.btn-list a span{
  display: block;
  font-size: clamp(12px,1.4vw,16px);
}
.btn-list.type1 a{
  width: calc(100% / 3 - 10px);
}
.btn-list.type1 a:before{
  background-image: url(../img/form/all/btn01.jpg);
}
.btn-list.type2{
  max-width: 790px;
}
.btn-list.type2 a{
  width: calc(100% / 2 - 10px);
}
.btn-list.type2 a:before{
  background-image: url(../img/form/all/btn02.jpg);
}
.btn-list a:hover{
  color: #0b3d6e;
  background-color: #cdd0d2;
}
.notes{
  text-align: center;
  font-size: clamp(12px,1.5vw,18px);
  line-height: 1.4;
  color: #000;
}
.notes br{
  display: none;
}
.notes a{
  text-decoration: underline;
  color: #000;
  pointer-events: none;
}
@media all and (max-width: 680px) {
  .btn-list,
  .btn-list.type2{
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 10px;
    display: block;
  }
  .btn-list a{
    display: block;
    padding: 40px 5px;
  }
  .btn-list.type1 a{
    width: 100%;
    margin: 0 0 10px;
  }
  .btn-list.type2 a{
    width: 100%;
    margin: 0 0 10px;
  }
  .notes{
    padding: 0 10px;
  }
   .notes br{
    display: block;
  }
 .notes a{
    pointer-events: inherit;
  }
}

.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100001;
}
.modal_bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal_content{
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 500px;
  width: 90%;
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 8px 8px 10px rgba(0,0,0,.3);
}
.modal_content .txt1{
  color: #0b3d6e;
  text-align: center;
  font-size: clamp(16px,2vw,24px);
  line-height: 1.8;
  margin: 0 0 30px;
}
.modal_content .txt2{
  color: #0b3d6e;
  text-align: center;
  font-size: clamp(14px,1.7vw,20px);
  line-height: 1.4;
  padding: 0 0 30px;
  margin: 0 0 30px;
  background: url(../img/form/all/balloon.svg) no-repeat bottom center / contain;
}
.modal_content .qr{
  text-align: center;
  font-size: clamp(12px,1.5vw,18px);
  line-height: 1.4;
  color: #000;
}
.modal_content .qr strong{
  display: block;
  max-width: 130px;
  margin: 0 auto 30px;
}
.modal_content .qr a{
  display: none;
}
.closeBtn{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transform: translate(50%,-50%);
}
.closeBtn:before,
.closeBtn:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: 60%;
  left: 0;
  background: #0b3d6e;
}
.closeBtn:before {
  transform: rotate(45deg);
}
.closeBtn:after {
  transform: rotate(-45deg);
}
@media all and (max-width: 680px) {
  .modal_content{
    padding: 40px 20px;
    box-shadow: 4px 4px 5px rgba(0,0,0,.3);
  }
  .modal_content .txt1{
    color: #0b3d6e;
    text-align: center;
    font-size: clamp(16px,2vw,24px);
    line-height: 1.8;
    margin: 0 0 20px;
  }
  .modal_content .txt2{
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .modal_content .qr{
    text-align: center;
    font-size: clamp(12px,1.5vw,18px);
    line-height: 1.4;
    color: #000;
  }
  .modal_content .qr strong{
    max-width: 100px;
    margin: 0 auto 30px;
  }
  .modal_content .qr span{
    display: none;
  }
  .modal_content .qr a{
    display: inline-block;
    text-decoration: underline;
  }
}