/* CSS Document */
/*共通のスタイルをここに記載*/
header span.name{
  font-weight: 400 !important;
}
.noneclick .menuinner ul li a, .noneclick .menuinner ul li div{
  font-weight: 400 !important;
}
::placeholder{
  color: #000;
}
@media screen and (max-width:767px){
	/*スマートフォン用のスタイルをここに記載*/
   main{
    width: 100%;
  }
  section.contact{
    margin-top: -50px;
  }
  section.contact > figure{
    position: relative;
    z-index: 1;
  }
  section.contact > figure img{
    width: 100%;
    height: 180px !important;
    object-fit: cover;
  }
  section.contact figure h2{
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 6vw;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
    white-space: nowrap;
  }
  section.contact figure h2::before{
    content: "CONTACT";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  div.contact_wrap{
    background-color: #fff;
    padding: 50px 0;
  }
  div.contact_wrap > p{
    text-align: center;
    margin-bottom: 30px;
  }
  div.contact_wrap > div{
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
  }
  div.contact_wrap > div dl{
    margin-bottom: 1em;
  }
  div.contact_wrap > div dl dt label{
    line-height: 45px;
  }
  div.contact_wrap > div dl dd input{
    background-color: #f2f2f6;
    width: 100%;
    border-radius: 5px;
    line-height: 40px;
    border: none;
    text-indent: 0.7em;
  }
  div.contact_wrap > div dl dd textarea{
    resize: none;
    width: 100%;
    background-color: #f2f2f6;
    border-radius: 5px;
    border: none;
    min-height: 3em;
  }
  div.contact_wrap > div div.soushin{
    display: table;
    margin: 0 auto;
  }
  div.contact_wrap > div div.soushin button{
    background-color: #3b465e;
    color: #fff;
    padding:0 3.2em 0 2em;
    width: 100%;
    line-height: 50px;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border: none;
  }
  div.contact_wrap > div div.soushin button span{
    display: table;
    margin: auto;
    background-color: var(--wcLogoSvg);
    background-color: #ffffff;
    -webkit-mask-image: var(--wciconsrc);
    mask-image: var(--wciconsrc);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    z-index: 2;
  }
}
@media screen and (min-width:768px) and (max-width:1099px){
	
	/*タブレット用のスタイルをここに記載*/
  section.contact{
    margin-top: -70px;
  }
  section.contact > figure{
    position: relative;
    z-index: 1;
  }
  section.contact > figure img{
    width: 100%;
    height: 270px !important;
    object-fit: cover;
  }
  section.contact figure h2{
    position: absolute;
    top: calc(50% + 70px);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 3vw;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
  }
  section.contact figure h2::before{
    content: "CONTACT";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  main{
    width: 100%;
  }
  div.contact_wrap{
    background-color: #fff;
    padding: 70px 0;
  }
  div.contact_wrap > p{
    text-align: center;
    margin-bottom: 30px;
  }
  div.contact_wrap > div{
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
  }
  div.contact_wrap > div dl{
    display: flex;
    margin-bottom: 1em;
  }
  div.contact_wrap > div dl dt{
    width: 30%;
  }
  div.contact_wrap > div dl dt label{
    line-height: 45px;
  }
  div.contact_wrap > div dl dd{
    width: 70%;
  }
  div.contact_wrap > div dl dd input{
    background-color: #f2f2f6;
    width: 100%;
    border-radius: 5px;
    line-height: 40px;
    border: none;
    text-indent: 0.7em;
  }
  div.contact_wrap > div dl dd textarea{
    resize: none;
    width: 100%;
    background-color: #f2f2f6;
    border-radius: 5px;
    border: none;
    min-height: 3em;
  }
  div.contact_wrap > div div.soushin{
    display: table;
    margin: 0 auto;
  }
  div.contact_wrap > div div.soushin button{
    background-color: #3b465e;
    color: #fff;
    padding:0 3.2em 0 2em;
    width: 100%;
    line-height: 50px;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border: none;
  }
  div.contact_wrap > div div.soushin button span{
    display: table;
    margin: auto;
    background-color: var(--wcLogoSvg);
    background-color: #ffffff;
    -webkit-mask-image: var(--wciconsrc);
    mask-image: var(--wciconsrc);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    z-index: 2;
  }
}
@media screen and (min-width:1100px){
	/*PC用のスタイルをここに記載*/
  main{
    width: 100%;
  }
  section.contact{
    margin-top: -100px;
  }
  section.contact > figure{
    position: relative;
    z-index: 1;
  }
  section.contact > figure img{
    width: 100%;
    height: 400px !important;
    object-fit: cover;
  }
  section.contact figure h2{
    position: absolute;
    top: calc(50% + 100px);
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2vw;
    color: #fff;
    z-index: 2;
    padding-top: 0.5em;
  }
  section.contact figure h2::before{
    content: "CONTACT";
    position: absolute;
    top: -1em;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    font-size: 2em;
    font-weight: 700;
    font-family: 'Oswald';
  }
  div.contact_wrap{
    background-color: #fff;
    padding: 100px 0;
  }
  div.contact_wrap > p{
    text-align: center;
    margin-bottom: 50px;
  }
  div.contact_wrap > div{
    width: 800px;
    margin: 0 auto;
  }
  div.contact_wrap > div dl{
    display: flex;
    margin-bottom: 1em;
  }
  div.contact_wrap > div dl dt{
    width: 30%;
  }
  div.contact_wrap > div dl dt label{
    line-height: 45px;
  }
  div.contact_wrap > div dl dd{
    width: 70%;
  }
  div.contact_wrap > div dl dd input{
    background-color: #f2f2f6;
    width: 100%;
    border-radius: 5px;
    line-height: 40px;
    border: none;
    text-indent: 0.7em;
  }
  div.contact_wrap > div dl dd textarea{
    resize: none;
    width: 100%;
    background-color: #f2f2f6;
    border-radius: 5px;
    border: none;
    min-height: 3em;
  }
  div.contact_wrap > div div.soushin{
    display: table;
    margin: 0 auto;
  }
  div.contact_wrap > div div.soushin button{
    background-color: #3b465e;
    color: #fff;
    padding:0 3.2em 0 2em;
    width: 100%;
    line-height: 50px;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border: none;
  }
  div.contact_wrap > div div.soushin button span{
    display: table;
    margin: auto;
    background-color: var(--wcLogoSvg);
    background-color: #ffffff;
    -webkit-mask-image: var(--wciconsrc);
    mask-image: var(--wciconsrc);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    z-index: 2;
  }
}

