/*======================================================================
# header
======================================================================*/
.header-contact{
  background-color: #f3f3f3;
}

header .header-inn {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*======================================================================
# common
======================================================================*/

.inner {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 87%;
  }
}

.flex {
  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;
}


/* sec05
----------------------------------------------------------------------*/
.sec05 {
  background: #fff;
  padding: 100px 0 50px;
}

.sec05 .h2ttl {
  text-align: center;
  font-size: clamp(36px, 2.4vw, 42px);
  margin-bottom: 50px;
  background: linear-gradient(90deg, #4bb1ff, #9a4dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
.sec05 .h2ttl {
    font-size: max(5.2vw,28px);
    line-height: 1.4;
}
}
.sec05 .inner .contact {
  margin-top: 75px;
}

.sec05 .inner .contact > .flex {
  margin-bottom: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec05 .inner .contact > .flex:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec05 .inner .contact > .flex:last-child dt {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
	.sec05 {
	  padding: 14vw 0 12vw;
	}
  .sec05 .inner .contact > .flex:last-child dt {
    margin-top: 0;
  }
}

.sec05 .inner .contact > .flex dt {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec05 .inner .contact > .flex dt .name {
  margin-right: 10px;
}

.sec05 .inner .contact > .flex dt .required {
  font-size: 14px;
  letter-spacing: 0.02em;
  width: 42px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eabd00;
}

.sec05 .inner .contact > .flex dd {
  width: calc(100% - 260px);
}

.sec05 .inner .contact > .flex dd select {
  width: 100%;
  height: 80px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  padding: 0 15px;
  font-size: 18px;
  border: none;
  outline: none;
  color: #234583;
}

.sec05 .inner .contact > .flex dd select:hover {
  cursor: pointer;
}

.sec05 .inner .contact > .flex dd input {
  width: 100%;
  height: 80px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  padding: 0 15px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
}

.sec05 .inner .contact > .flex dd textarea {
  width: 100%;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  padding: 15px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sec05 .inner .contact > .flex dd {
    width: 100%;
    margin-top: 10px;
  }
  .sec05 .inner .contact > .flex dd select {
    height: 40px;
    font-size: 16px;
  }
  .sec05 .inner .contact > .flex dd input {
    height: 40px;
    padding: 0 5px;
    font-size: 16px;
  }
  .sec05 .inner .contact > .flex dd textarea {
    padding: 5px;
    font-size: 16px;
  }
}

.sec05 .inner .btn-area {
  margin: 70px 0 100px;
}

.sec05 .inner .btn-area .flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0;
}

.sec05 .inner .btn-area .flex .contact-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
}

.sec05 .inner .btn-area .flex .contact-btn::after {
  display: none;
}

.sec05 .inner .btn-area .flex .contact-btn:hover {
  opacity: .7;
  cursor: pointer;
}

.sec-confirm .inner .contact {
  margin-top: 0;
}

.sec-confirm .inner .contact > .flex:last-child dt {
  margin-top: 0;
}

.sec-confirm .inner .btn-area .flex .contact-btn + .contact-btn {
  margin-left: 4%;
}

.sec-thanks .inner {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sec-thanks .inner {
    padding-bottom: 50px;
  }
}

/*
.sec-thanks .inner p {
  line-height: 1.6;
  font-size: 1.2em;
}
*/

/* form{
  padding-bottom: 10px;
} */

@media screen and (max-width: 768px) {
	
	.sec05 .inner .btn-area {
	  margin: 12vw 0 6vw;
	}
}

.thanks-ttl {
  font-size: clamp(36px, 2.4vw, 42px);
  background: linear-gradient(90deg, #39c0ff 19%, #9408ff 86%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-bottom: 36px;
  line-height: 1.5;
  text-align: center;
}

.thanks-txt, .thanks-txt-company {
	text-align: center;
	line-height: 2;
  color:#333;
}

.thanks-txt{
 margin-bottom: 40px;  
 font-weight: 400;
}

.thanks-txt-company{
 font-weight: 600;
}

@media screen and (max-width: 768px) {
	.thanks-ttl {
		margin: 4vw auto 10vw;
		text-align: center;
		font-size: 5.4vw;
	}
	.thanks-txt, .thanks-txt-company {
		text-align: left;
		line-height: 2;
	}
  .thanks-txt-company {
    text-align: center;
		line-height: 2;
  }
}

/* form{
  margin-top: 60px;
} */

.contact-logo{
  width: 140px;
  margin: 0 auto 10px;
}