@charset "utf-8";

#mainimage .main-logo {
    position: absolute;
    top: 8%;
    left: 4%;
}
#mainimage .main-logo h2 {
  width: 36%;
	margin-bottom: 1em;
}
#mainimage .main-logo strong {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}
@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {
.under #mainimage {width: 100%;}
#mainimage .img{  height: 30vh;}
#mainimage .img img{
height: 100%;
object-fit: cover;
}
#mainimage .main-logo {left: 5%;}
#mainimage .main-logo h2 {
  width: 40%;
  margin-bottom: 0.2em;
}
#mainimage .main-logo strong {font-size: 0.7em;}
#mainimage .main-catch {font-size: 1.3em;}
}

/* section01
------------------------------------------------------------ */
#section01{
	position: relative;
	padding: 5em 0 10em;
}
#section01::after{}

#section01 .ttl01{
	padding-left: 3%;
	font-weight: 800;
}
.contactarea-in{
  width: 90vw;
  margin: 0 0 0 4%;
}
.contactarea-in .txt p span{
  display: block;
  color: #df0c0c;
}
.contactarea .contactbox-in {
  width: 85vw;
  margin: 4em auto;
  border-top: 1px solid #c9c9c9;
}

.contactarea .contactbox-in dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.5em 1em;
    border-bottom: 1px solid #c9c9c9;
}
.contactbox-in dt {
    width: 30%;
}
.contactbox-in dd {
    width: 70%;
}
.contactbox-in dt .is-required {
}
.contactarea .contactbox-in #company,
.contactarea .contactbox-in #name,
.contactarea .contactbox-in #furigana,
.contactarea .contactbox-in #mail,
.contactarea .contactbox-in #tel,
.contactarea .contactbox-in #com {
    width: 95%;
}
.contactbox-in input,
.contactbox-in textarea {
    padding: 1em 1em 1em 1.5em;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    text-overflow: ellipsis;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.contactarea .policyarea {
    padding: 2em 0;
}
.contactarea .policyarea p {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactarea .policyarea p:first-child {
    margin-bottom: 1em;
}
.contactarea .policyarea p a {
    color: #777777;
    text-decoration: underline;
}
.contactarea .btn03 {
    width: 30%;
    margin: 0 auto 10em;
}
.contactarea .btn03 .subbtn {
    display: block;
    font-family: myfont;
    letter-spacing: 0.6em;
    box-sizing: border-box;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #767676;
    padding: 1em 1em;
    background: #fff;
    color: #000;
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.contactarea .btn03 .subbtn:hover {
    background: #000;
    color: #fff;
}

@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {
  #section01 {padding: 0em 0 5em;}
  .contactarea .contactbox-in {
    width: 90vw;
    margin: 3em auto 1em;
    border-top: 1px solid #c9c9c9;
}
  .contactarea-in .txt{font-size: 0.9em;}
  .contactarea .contactbox-in dl {
    padding: 1.5em 0.5em;
}
.contactbox-in dt {
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 0.5em;
}
.contactbox-in dd {width: 100%;}
.wpcf7-form-control-wrap {font-size: 0.8em;}
.contactarea .contactbox-in #company,
.contactarea .contactbox-in #name,
.contactarea .contactbox-in #furigana,
.contactarea .contactbox-in #mail,
.contactarea .contactbox-in #tel,
.contactarea .contactbox-in #com {
    width: 100%;
}
.contactbox-in input,
.contactbox-in textarea {
    padding: 1em;
    border-radius: 8px;
}
.contactarea .policyarea p { font-size: 0.9em;}
.contactarea .btn03 {
    width: 90%;
    margin: 0 auto 0em;
}
.contactarea .btn03 .subbtn { font-size: 1em;}

}

/* ----確認画面---- */
.conf .contactarea .btn03{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 60%;
}
.conf .contactarea .btn03 .wpcf7-spinner{display: none;}
.conf .contactarea .btn03 p{
    width: 45%;
  }
.conf .contactarea .btn03 .backbtn{
    display: block;
    font-family: myfont;
    letter-spacing: 0.6em;
    box-sizing: border-box;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #cea833;
    padding: 1em;
    background: #cea833;
    width: 100%;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
  .conf .contactarea .btn03 .backbtn:hover{
  	background: #fff;
  	color: #cea833;
  }
@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {
  .conf .contactarea .btn03 {width: 90%;}
  .conf .contactarea .btn03 p {
    width: 100%;
}
  .conf .contactarea .btn03 p:first-child {
    margin-bottom: 5%;
  }
}

/* ----完了画面---- */
.thanks .contactarea-in .txt p{
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}
.thanks .comp_txt-red{
margin: 1em auto;
color: #ce3333;
font-size: 0.9em;
}
.thanks .contactarea .btn03 {
    width: 100%;
    margin: 5em auto 5em;
    text-align: left;
}
.thanks .compbtn_area .btn03 a{
position: relative;
font-size: 0.9em;
font-weight: 800;
padding-bottom: 5px;
letter-spacing: 0.2em;
transition: all 0.2s ease-in-out;
}
.thanks .compbtn_area .btn03 a::before {
    background: #cea833;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.thanks .compbtn_area .btn03 a:hover {
    color: #cea833;
}
.thanks .compbtn_area .btn03 a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

@media screen and (min-width:521px) and ( max-width:1024px) {}
@media screen and (max-width: 520px) {
  .thanks .contactarea-in .txt p {
    font-size: 1.2em;
    letter-spacing: 0.1em;
}
  .thanks .comp_txt{ font-size: 0.9em;}
  .thanks .comp_txt-red {
    margin: 1em auto;
    color: #ce3333;
    font-size: 0.8em;
}
.thanks .contactarea .btn03 {
    width: 100%;
    margin: 3em auto;
    text-align: left;
}

}
