@charset "utf-8";/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
    margin: 0;
        padding: 0;
   
    background-repeat: no-repeat;
    background-size: 100% 28vw;
    background-position: top left;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
    margin:0 auto 2vw;
    
}

/****************************************

  Reset CSS

*****************************************/

html, body, div, span, iframe, blockquote,
h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li,
article, aside, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, footer, header, menu, nav, section, img {
  display: block;
}

html {
  font-size: 62.5%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1.3rem;

  -webkit-text-size-adjust: 100%;
}

footer {
  margin-top: auto;
}

img, video {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

#load {
  display: none;
}


/****************************************

  Loader

*****************************************/

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #1c2b59;
  display: flex;
  justify-content: center;
 
}

.loading_inner {
  position: relative;
  width: 20vw;
  height: 10vh;

}
img.loading_logo {
margin-top: 25vw;
       
}
.loading_inner:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1c2b59;
  z-index: 10000;
  animation: load_logo 1s ease 0s forwards;
}



@keyframes load_logo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

.is-hidden {
  animation: hidden 1s ease 1s forwards;
}
@keyframes hidden {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
    visibility: hidden;
  }
}



/****************************************

  Cursor

*****************************************/

body{
  position: relative;
}

#stalker{
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0; 
  cursor: none;
  pointer-events: none;
  opacity: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  mix-blend-mode: difference;
  z-index: 1000;
}
#stalker.active{
  transition: all .2s;
  width: 30px;
  height: 30px;
  background-size: contain;
}




#spBT {
  display: none; }

/*.gNavSpacer.fixed {
  height: 3vw; }*/

.gNav {
    position: fixed;
    top: 0;
    right: 0; 
color: #fff;
  padding: 10px 0; }

  .gNav.fixed {
  
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0; }
  .gNav__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-weight: 300 !important; }
  .gNav a {
    height: 100%;
    font-size: 1.5vw;
    text-decoration: none;
    padding: 0.1em 1em 0.1em;
    overflow: hidden;
    position: relative;
    font-weight: 300 !important;
    flex: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: lighter;
    font-family: "DIN Condensed", Gadget, sans-serif;
}
    .gNav a:before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 50%;
      background-color: #fff;
      left: 0;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s;
      transform: translateY(-110%); }
      .gNav a:before:hover {
        text-decoration: none; }
    .gNav a:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 50%;
      background-color: #fff;
      left: 0;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s;
      transform: translateY(110%); }
      .gNav a:after:hover {
        text-decoration: none; }
    .gNav a:hover {
      text-decoration: none; }
      .gNav a:hover:before {
        transform: translateY(0%); }
      .gNav a:hover:after {
        transform: translateY(0%); }
      .gNav a:hover strong {
        color: #000;
}








    
    .gNav a strong {
     	color: #fff;
      position: relative;
      z-index: 10;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s; }
      .gNav a strong:hover {
        text-decoration: none; }





/** スマホのスタイル（〜480px） *****/
@media screen and (max-width:480px) {

	   .gNav a strong {
           color: #000;}
  #spBT {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0;
    border: 0;
    outline: none;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 99999;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent; }
    #spBT span {
      background-color: #fff;

      display: block;
      margin-top: 6px;
      margin-left: auto;
      margin-right: auto;
      width: 30px;
      height: 3px;
      position: relative;
      top: 0;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s; }
      #spBT span:hover {
        text-decoration: none; }
      #spBT span:first-child {
        margin-top: 0; }
    #spBT strong {
     
      display: block;
      text-align: center;
      }
 
  #spBT.active span:first-child {
      top: 9px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
   #spBT.active span:nth-child(2) {
      opacity: 0; }
     #spBT.active span:nth-child(3n) {
      top: -9px;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }

  .gNavSpacer {
    display: none; }

  .gNav {
    position: fixed;
    z-index: 9999;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
   
    top: 0;
    right: 0;
    width: 100%;
  text-align:center;
    height: 100%;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 20px;
    transform: translateX(102%); }
    .gNav:hover {
      text-decoration: none; }
    .gNav.active {
      transform: translateX(0%); }
    .gNav__inner {
      flex-wrap: wrap; }
    .gNav a {
     font-size:2rem;
      width: 100%;
      margin-top: 10px; }
	
}

header{
      width: 100%;
height: 20vw;
        position: relative;
    }
/****************************************

contact_header

*****************************************/



/****************************************

contact

*****************************************/



.contact
{width:calc(100vw - 7.2vw);
 padding:0 2vw;
    margin-top: 5vw;
}


.contact p{
    font-size: 1rem;
    
}















.contactTable__row{
   margin:1vw auto;

}
.contactTable tr{
    margin: auto;
      width:80vw;
    display: block;
   
}

.contactTable th{
    /*  border: #cdcdcd solid 1px;*/
    text-align: left;
    width:80vw;
  /*  border-right: 1px solid #cdcdcd;*/
  display: block;
    vertical-align: middle;
    margin: auto;

}

.contactTable td{
width: 80vw;
      border: #cdcdcd solid 1px;
        padding: 0.6em;
    background: #fff;
    text-align: left;
}


.contactTable td input{
   border-right: 1px solid #cdcdcd;
}



@media screen and (min-width:481px) {


   /* .contactTable tr{
            border-right: 1px solid #cdcdcd;
    }*/
        
    .contactTable th{
  
    text-align: left;
    width: 100%;
   

    vertical-align: middle;

        display: block;

}

.contactTable td{
          border: #cdcdcd solid 1px;

    width: 100%;


  
    margin: 0 auto 1vw;
        display: block;

        padding: 0.6em 0;
    
 
}
    


    
    table {

	border-spacing: 0;
    margin: auto;
        width: 100%;
    
}
    
    
    
}








.requireda{ font-size: 15px;
     
background: red;
      padding: 0.2rem;
      margin:0  0.2rem;
      color: #fff;
      text-align: center;
      line-height: 2.5;}
  .contactTable th .required {
      font-size: 15px;
     
background: red;
      padding: 0.2rem;
      margin:0  0.2rem;
      color: #fff;
      text-align: center;
      line-height: 2.5; }
 .contactTable .formText {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    vertical-align: middle;
    font-size: 16px;
   width:99%;
    border: none;
  
    border-radius: 0;
    background-image: none;
    font-size: 17px;
}
    .contactTable .formText.long {
      width: 24em; }
    .contactTable .formText.short {
      width: 8em; }


#formBtnBox {
/*  text-align: center; */
width:80vw;}
  #formBtnBox .submitBT {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    display: inline-block;
    text-align: center;

    background-color: transparent;
    background-image: none;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    cursor: pointer;
    max-width: 100%;
    font-weight: bold;
    max-width: 350px;
    width: 100%;
    border: 0;
    background-color: #22b573;
    color: #fff;
 border-radius: 10px;
    font-weight: bold;
    font-size: 22px;
    padding: 0.5em 1em;
 }
    #formBtnBox .submitBT:hover {
      text-decoration: none; }
    #formBtnBox .submitBT:hover {
      opacity: .7;
      text-decoration: none; }
  #formBtnBox .prev {
    display: block;
    width: 200px;
    margin-top: 30px;
    padding: 0 0.6em;
    font-size: 15px;
    background-color: #ccc;
    color: #000;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    background-image: none;
    margin-left: auto;
    margin-right: auto; }










@media screen and (min-width:481px) {
    .hyo{
    width:calc(100vw - 7.2vw) !important; 
 margin: auto;
}

}
@media screen and (max-width:481px) {
 .hyo{
    width:calc(100vw - 7.2vw) !important; 
 margin: 0;
}

}


/****************************************

contact_footer

*****************************************/
.footer{
   background: #22b573;
   height: 14vw;
}

.img{
    padding-top: 1vw;
    width: 20vw;
margin: auto;
   
}



/****************************************

フォーム

*****************************************/



.max860{
    margin: auto;
}

.error
{
    color: red;
}