@charset "UTF-8";



/* -----------------------------------------
   header
----------------------------------------- */
.headerwrap{
  width: 100%;
  background: #1B1A6F;
}
.header{
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: 1920px;
  margin: 0 auto;
  background: url("../images/home-topimg.jpg") center top no-repeat;
  background-size: cover;
}
.headerbox{
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.headlogo{
  max-width: 288px;
  width: 80%;
}
.home-topimgtext{
  position: absolute;
  max-width: 500px;
  width: 50%;
  top: 55%;
  left: 50%;
  transform: translate(-50% , -50%);
}
@media screen and (max-width: 640px) {
  .home-topimgtext{
    width: 70%;
  }
}


/* ------------------------------------------------------------
  TOPPAGE Scrollmark
------------------------------------------------------------ */

.scrollmark{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 100px;
}
.scrollmark a {
  display: block;
  position: relative;
  padding-top: 70px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-family: Arial, Helvetica, "sans-serif";
  /*background-color: rgba(0,0,0,0.71);
  border-radius: 35px;*/
}
.scrollmark a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.scrollmark a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.scrollmark a span:nth-of-type(2) {
  top: 30px;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.scrollmark a span:nth-of-type(3) {
  top: 60px;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




/* -----------------------------------------
   ALL PAGE WRAP
----------------------------------------- */

.wrap-only{
  padding: 100px 0;
}
.wrap-dg{
  background-color: #515c77;
  padding: 100px 0;
}
.wrap-lg{
  background-color: #eae5df;
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .wrap-only{
    padding: 50px 0;
  }
  .wrap-dg{
    padding: 50px 0;
  }
}

.inner-w1200{
  max-width: 1200px;
  width: 88%;
  margin: 0 auto;
}
.inner-w1000{
  max-width: 1000px;
  width: 88%;
  margin: 0 auto;
}
.inner-w640{
  max-width: 640px;
  width: 88%;
  margin: 0 auto;
}




.title1{
  margin-bottom: 40px;
}
.title2{
  max-width: 200px;
  margin: 0 auto 40px auto;
}
.title-sub{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 15px
}
@media screen and (max-width: 540px) {
  .title2{
    max-width: 160px;
    margin: 0 auto 30px auto;
  }
}




/* ------- Allpage SNS  ------- */

.snsbox{
  width: 210px;
  margin: 0 auto 50px auto;
}
.snsbox ul{
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.snsbox li{
  width: 30px;
  margin: 0px 7px;
}





/* -----------------------------------------
   footer
----------------------------------------- */

.footer{
  background-color: #515c77;
  padding-bottom: 50px;
}
.footertopwrap{
  padding: 40px 0;
  border-bottom: 3px solid #fff;
  margin-bottom: 60px;
}
.footertop{
  max-width: 520px;
  width: 60%;
  margin: 0 auto;
}
.footerboxwrap{
  max-width: 1200px;
  width: 88%;
  margin: 50px auto 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.footerbox1{
  width: 35%;
}
.footercontactbox{
  width: 60%;
  background-color: rgba(255,255,255,0.70);
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
}
a.btn-footertel{
  display: block;
  width: 100%;
  font-size: 3.6rem;
  line-height: 1.1;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  color: #515c77;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 40px;
}
a.btn-footertel span{
  font-size: 2.0rem;
  vertical-align: middle;
}
.footerbox1 address{
  margin: 40px 10px;
  font-size: 2.0rem;
}
@media screen and (max-width: 1200px) {
  .footerbox1{ width: 40%; }
  .footercontactbox{ width: 55%; }
}
@media screen and (max-width: 1000px) {
  .footerboxwrap{ max-width: 640px; }
  .footerbox1{ width: 100%; max-width: 480px; margin: auto; }
  .footercontactbox{ width: 100%; }
}
@media screen and (max-width: 420px) {
  .footercontactbox{
    padding: 20px 20px 5px 20px;
    border-radius: 5px;
  }
}

.copyright{
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}



/* ======== FORM  RESET ========= */


.inputtext {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(255,255,255,0.5);
  background-image: none;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: 1.8rem;
  padding: 0.5em 0.8em;
  width: 100%;
}

.inputtext:focus,.inputtext:hover {
  background-color: rgba(255,255,255,1.00);
  box-shadow: none;
  outline: none;
}

.textareatext {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(255,255,255,0.5);
  background-image: none;
  border: none;
  color: inherit;
  font-family: inherit;
  height: 100px;
  font-size: 1.8rem;
  padding: 0.5em 0.8em;
  width: 100%;
}

.textareatext:focus,.textareatext:hover {
  background-color: rgba(255,255,255,1.00);
  box-shadow: none;
  outline: none;
}

.inputtext::placeholder,
.textareatext::placeholder{
  color: rgba(0,0,0,0.3);
}


.submitbutton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: #06056d;
  background-image: none;
  border: none;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 2.0rem;
  margin: 0 2% 20px 0;
  padding: 10px 30px;
  text-decoration: none;
}

.submitbutton:hover,
.submitbutton:focus {
  outline: none;
}

.submitbutton::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.resetbutton {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.50);
  background-image: none;
  border: none;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 2.0rem;
  margin: 0 0 20px 2%;
  padding: 10px 30px;
  text-decoration: none;
}

.resetbutton:hover,
.resetbutton:focus {
  outline: none;
}

.resetbutton::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/* ======= FORM BODY ======== */

table.formTable{
  width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
  box-sizing: border-box;
}
table.formTable th,
table.formTable td{
	padding-bottom: 20px;
  font-size: 1.8rem;
}
table.formTable th{
  width: 80px;
  padding-right: 20px;
	text-align: left;
  vertical-align: top;
  color: #2f2f2f;
  line-height: 1.3;
  white-space: nowrap;
}
table.formTable th span{
  display: block;
  font-size: 12px;
  color: rgba(255,0,0,1.00);
}

@media screen and (max-width: 520px) {
  table.formTable,
  table.formTable tbody,
  table.formTable tr,
  table.formTable th,
  table.formTable td{
    display: block;
  }
  table.formTable th{
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
    font-size: 1.6rem;
    text-align: left;
    vertical-align: top;
    color: #2f2f2f;
    line-height: 1.3;
    white-space: nowrap;
  }
  table.formTable th span{
    display: inline-block;
  }
  table.formTable td{
    width: 100%;
    font-size: 1.6rem;
  }
  .resetbutton {
    border-radius: 40px;
    font-size: 1.6rem;
    padding: 6px 20px;
    text-decoration: none;
  }
  .submitbutton {
    border-radius: 40px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 6px 20px;
    text-decoration: none;
  }
}







/* -----------------------------------------
   Allpage parts
----------------------------------------- */



/* ------- allpage button  ------- */

a.btn-y2{
  display: block;
  background-color: #BFBF30;
  color: #fff;
  font-size: 20px;
  text-align: center;
  max-width: 380px;
  width: 80%;
  padding: 15px;
  margin: 50px auto 0 auto;
  transition: 0.5s;
}
a.btn-y2:hover{
  background-color: #CFCF1B;
}
@media screen and (max-width: 640px) {
  a.btn-y2{
    padding: 10px;
    margin: 35px auto 0 auto;
    font-size: 1.5rem;
  }
}




/* ------- section ------- */

.ttl{
  max-width: 1000px;
  width: 88%;
  margin: 0 auto;
  text-align: center;
}
.ttl-mark{
  display: block;
  width: 60px;
  margin: 0 auto 40px auto;
}
.ttl-p-w{
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
}
.ttl-p2{
  max-width: 640px;
  margin: 0 auto 40px auto;
}
.home-img1{
  margin: 50px auto;
  max-width: 620px;
  width: 90%;
}
@media screen and (max-width: 540px) {
  .ttl-mark{
    margin: 0 auto 30px auto;
  }
  .ttl-p-w{
    font-size: 1.8rem;
  }
  .home-img1{
    margin: 30px auto;
  }
  .ttl-p2{
    max-width: 640px;
    margin: 0 auto 25px auto;
  }
}

.table1{
  width: 100%;
  border-collapse: collapse;
}
.table1 tr{
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
.table1 th{
  background-color: #eae5df;
  text-align: right;
  vertical-align: top;
  padding: 20px;
  white-space: nowrap;
}
.table1 td{
  background-color: #fff;
  text-align: left;
  vertical-align: top;
  padding: 20px;
}

.table1 td.gmap{
  padding: 1px;
}
.gmap iframe{
  width: 100%;
  height: 360px;
  border: none;
  display: block;
}




