/* it_creation */
/* common class
---------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .block01 {
    font-size: calc(14 / 3.75 * 1vw);
    margin-bottom: calc(25 / 3.75 * 1vw);
  }
}

main.contact {
  background: #F3F3F3;
}

.block-title {
  background: #F3F3F3;
}
.block-title .h2-title-wrap {
  border-bottom: 50px solid #1085FF;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .block-title .h2-title-wrap {
    border-bottom: none;
  }
}

.contact-wrap {
  margin: 100px auto  200px;
  border-radius: 20px;
  width: 1225px;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .contact-wrap {
    margin: 0 auto;
    width: 100%;
    box-shadow: none;
  }
}
.contact-wrap h3 {
  align-items: center;
  background: #1085FF;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: center;
  font-size: 60px;
  color: #fff;
  width: 100%;
  height: 210px;
}
@media screen and (max-width: 767px) {
  .contact-wrap h3 {
    border-radius: 0;
    font-size: calc(24 / 3.75 * 1vw);
    height: calc(80 / 3.75 * 1vw);
  }
}
.contact-wrap .outer-wrap {
  display: flex;
  flex-direction: column;
  padding: 62px;
  border-radius: 0 0 20px 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap {
    padding: calc(30 / 3.75 * 1vw) calc(14 / 3.75 * 1vw) 0;
    border-radius: 0 0 calc(10 / 3.75 * 1vw) calc(10 / 3.75 * 1vw);
    background: #F6F6F6;
  }
}
.contact-wrap .outer-wrap .inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  background: #F9FBFC;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap .inner {
    background: none;
  }
}
.contact-wrap .outer-wrap .inner.upper {
  padding: 100px 125px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap .inner.upper {
    background: none;
    padding: 0;
    margin-bottom: calc(20 / 3.75 * 1vw);
  }
}
.contact-wrap .outer-wrap .inner h4 {
  color: #1085FF;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap .inner h4 {
    font-size: calc(18 / 3.75 * 1vw);
    margin-bottom: calc(20 / 3.75 * 1vw);
  }
}
.contact-wrap .outer-wrap .inner h4.confirm {
  font-size: 24px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap .inner h4.confirm {
    text-align: center;
    font-size: calc(24 / 3.75 * 1vw);
    margin-bottom: calc(50 / 3.75 * 1vw);
    line-height: 1.5;
  }
}
.contact-wrap .outer-wrap .inner .sub-lead {
  font-size: 22px;
  font-weight: 400;
  line-height: 39px;
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap .inner .sub-lead {
    font-size: calc(16 / 3.75 * 1vw);
    line-height: calc(28 / 3.75 * 1vw);
    margin-bottom: calc(20 / 3.75 * 1vw);
    text-align: left;
  }
}
.contact-wrap .outer-wrap .inner .sub-lead a {
  color: #1085FF;
  padding: 0 .2em;
}
.contact-wrap .outer-wrap .inner .roll-txt-wrap {
  background: #fff;
  width: 100%;
  height: 600px;
  overflow-y: scroll;
  padding: 45px 63px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap .inner .roll-txt-wrap {
    padding: calc(14 / 3.75 * 1vw);
    margin: 0 calc(14 / 3.75 * 1vw) calc(20 / 3.75 * 1vw);
  }
}
.contact-wrap .outer-wrap .inner .roll-txt-wrap .roll-txt {
  display: flex;
  flex-direction: column;
  background: #fff;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap .inner .roll-txt-wrap .roll-txt {
    row-gap: calc(20 / 3.75 * 1vw);
  }
}
.contact-wrap .outer-wrap .inner .roll-txt-wrap .roll-txt p {
  font-size: 16px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap .inner .roll-txt-wrap .roll-txt p {
    font-size: calc(14 / 3.75 * 1vw);
    line-height: calc(25 / 3.75 * 1vw);
  }
}
.contact-wrap .outer-wrap .inner .roll-txt-wrap .roll-txt .title {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap .inner .roll-txt-wrap .roll-txt .title {
    font-size: calc(14 / 3.75 * 1vw);
    margin-bottom: calc(60 / 3.75 * 1vw);
  }
}
.contact-wrap .outer-wrap .inner .roll-txt-wrap .roll-txt .sign {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap .inner .roll-txt-wrap .roll-txt .sign {
    font-size: calc(14 / 3.75 * 1vw);
    margin-bottom: calc(60 / 3.75 * 1vw);
  }
}
.contact-wrap .outer-wrap .inner .check-box {
  align-items: center;
  display: flex;
  justify-content: center;
}
.contact-wrap .outer-wrap .inner .check-box label {
  background: #fff;
  border: 2px solid #1085FF;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 48px;
  width: 224px;
  position: relative;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap .inner .check-box label {
    height: calc(40 / 3.75 * 1vw);
    width: calc(140 / 3.75 * 1vw);
    margin: 0 calc(10 / 3.75 * 1vw);
    padding-left: calc(20 / 3.75 * 1vw);
  }
}
.contact-wrap .outer-wrap .inner .check-box label::before {
  border: #000 solid 1px;
  left: 46px;
  top: calc(50% - 9px);
  background: none;
  content: '';
  height: 18px;
  position: absolute;
  width: 18px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap .inner .check-box label::before {
    top: calc(50% - calc(9 / 3.75 * 1vw));
    left: calc(26 / 3.75 * 1vw);
    height: calc(18 / 3.75 * 1vw);
    width: calc(18 / 3.75 * 1vw);
  }
}
.contact-wrap .outer-wrap .inner .check-box label::after {
  background: none;
  content: '';
  height: 18px;
  position: absolute;
  width: 18px;
  pointer-events: all;
  left: 47px;
  top: calc(50% - 9px);
  display: block;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap .inner .check-box label::after {
    top: calc(50% - calc(9 / 3.75 * 1vw));
    height: calc(18 / 3.75 * 1vw);
    width: calc(18 / 3.75 * 1vw);
    left: calc(26 / 3.75 * 1vw);
  }
}
.contact-wrap .outer-wrap .inner .check-box label.err-bg::before {
  background: #FDE3BC;
}
.contact-wrap .outer-wrap .inner .check-box input[type=checkbox] {
  display: none;
}
.contact-wrap .outer-wrap .inner .check-box input[type=checkbox]:checked + label::before {
  border: #1085FF solid 1px;
  background: #1085FF;
}
.contact-wrap .outer-wrap .inner .check-box input[type=checkbox]:checked + label::after {
  background: url("../contact/check_mark.svg") center center/12px auto no-repeat;
}
@media screen and (max-width: 767px) {
  .contact-wrap .outer-wrap .inner .check-box input[type=checkbox]:checked + label::after {
    background: url("../contact/check_mark.svg") center center/calc(12 / 3.75 * 1vw) auto no-repeat;
  }
}
.contact-wrap .lower {
  padding: 80px 35px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .lower {
    padding: calc(30 / 3.75 * 1vw) 0;
  }
}
.contact-wrap .lower .input-wrap {
  width: 100%;
}
.contact-wrap .lower .input-wrap dl {
  display: flex;
  padding: 28px 0;
}
@media screen and (max-width: 767px) {
  .contact-wrap .lower .input-wrap dl {
    flex-direction: column;
    padding: calc(25 / 3.75 * 1vw) 0;
  }
}
.contact-wrap .lower .input-wrap dl dt {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  padding-right: 18px;
  position: relative;
  width: 290px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .lower .input-wrap dl dt {
    font-size: calc(16 / 3.75 * 1vw);
    padding-right: 0;
    margin-bottom: calc(10 / 3.75 * 1vw);
    width: auto;
  }
}
.contact-wrap .lower .input-wrap dl dt.verti-top {
  align-items: flex-start;
  line-height: 30px;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .lower .input-wrap dl dt.verti-top {
    align-items: center;
  }
}
.contact-wrap .lower .input-wrap dl dd {
  align-items: center;
  display: flex;
  position: relative;
  line-height: 1.5;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .contact-wrap .lower .input-wrap dl dd span {
    position: absolute;
    top: calc(-20 / 3.75 * 1vw);
    right: calc(50 / 3.75 * 1vw);
  }
}
.contact-wrap hr {
  height: 1px;
  color: #666666;
  margin: 0;
}
.contact-wrap .req {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #FF9600;
  border-radius: 4px;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  width: 62px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .req {
    font-size: calc(14 / 3.75 * 1vw);
    height: calc(20 / 3.75 * 1vw);
    width: calc(40 / 3.75 * 1vw);
    position: absolute;
    right: 0;
    top: calc(40 / 3.75 * 1vw);
  }
}
.contact-wrap input {
  background: #E4F0FF;
  border: 1px solid #707070;
  height: 50px;
  font-size: 14px;
  padding: 10px;
  margin-right: 10px;
}
.contact-wrap input.wdt-s {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .contact-wrap input.wdt-s {
    width: calc(135 / 3.75 * 1vw);
  }
}
.contact-wrap input.wdt-m {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .contact-wrap input.wdt-m {
    width: calc(290 / 3.75 * 1vw);
  }
}
.contact-wrap input.wdt-l {
  width: 620px;
}
@media screen and (max-width: 767px) {
  .contact-wrap input.wdt-l {
    width: calc(290 / 3.75 * 1vw);
  }
}
.contact-wrap textarea {
  background: #E4F0FF;
  border: 1px solid #707070;
  height: 50px;
  font-size: 16px;
  padding: 10px;
  height: 262px;
  width: 620px;
}
@media screen and (max-width: 767px) {
  .contact-wrap textarea {
    height: calc(262 / 3.75 * 1vw);
    width: calc(290 / 3.75 * 1vw);
  }
}
.contact-wrap select {
  background: #E4F0FF;
  border: 1px solid #707070;
  position: relative;
  height: 50px;
  width: 258px;
}
@media screen and (max-width: 767px) {
  .contact-wrap select {
    height: calc(50/ 3.75 * 1vw);
    width: calc(290 / 3.75 * 1vw);
  }
}
.contact-wrap .btn-box {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-wrap .btn-box {
    flex-direction: column;
    padding-top: calc(30 / 3.75 * 1vw);
  }
}
.contact-wrap .btn-box button {
  border: 1px solid #1085FF;
  border-radius: 5px;
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  height: 60px;
  margin: 0 50px;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .contact-wrap .btn-box button {
    font-size: calc(18 / 3.75 * 1vw);
    margin: calc(10 / 3.75 * 1vw) 0;
    width: calc(280 / 3.75 * 1vw);
    height: calc(60 / 3.75 * 1vw);
  }
}
.contact-wrap .btn-box button.back {
  background: #fff;
  transition: .2s ease;
  color: #1085FF;
}
.contact-wrap .btn-box button.next {
  background: #1085FF;
  transition: .2s ease;
  color: #fff;
}
.contact-wrap .btn-box button:hover {
  cursor: pointer;
}
.contact-wrap .btn-box button:hover.back {
  background: #8DFF33;
  color: #1085FF;
}
.contact-wrap .btn-box button:hover.next {
  color: #8DFF33;
}

/* form serring */
main.contact form .error {
  display: flex;
  bottom: -40px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  main.contact form .error {
    bottom: calc(-40 / 3.75 * 1vw);
    left: 0;
  }
}
main.contact form .error span.alert {
  align-items: center;
  display: flex;
  background: #FF9600;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  position: relative;
  height: 30px;
  padding: 0 10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main.contact form .error span.alert {
    top: auto;
    right: auto;
    font-size: calc(16 / 3.75 * 1vw);
    border-radius: calc(5 / 3.75 * 1vw);
    height: calc(30 / 3.75 * 1vw);
    padding: 0 calc(10 / 3.75 * 1vw);
  }
}
main.contact form .error span.alert::after {
  position: absolute;
  background: url("../contact/error_tri.svg") center center/14px auto no-repeat;
  content: '';
  display: block;
  width: 14px;
  height: 16px;
  position: absolute;
  top: -14px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  main.contact form .error span.alert::after {
    width: calc(14 / 3.75 * 1vw);
    height: calc(16 / 3.75 * 1vw);
    top: calc(-12 / 3.75 * 1vw);
    left: calc(20 / 3.75 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  main.contact form .error.chkbox {
    left: calc(-70 / 3.75 * 1vw);
    bottom: calc(-62 / 3.75 * 1vw);
  }
  main.contact form .error.chkbox span.alert {
    height: auto;
    line-height: 1.5;
  }
  main.contact form .error.chkbox span.alert::after {
    left: calc(50% - calc(10 / 3.75 * 1vw));
  }
}
main.contact form .btn-box .error {
  left: auto;
  right: 0;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  main.contact form .btn-box .error {
    bottom: calc(-10 / 3.75 * 1vw);
  }
}
main.contact form .btn-box .error span {
  background: #FF0000;
}
main.contact form .btn-box .error span::after {
  content: none;
}
main.contact form select option {
  background: #1085FF;
  color: #fff;
}
main.contact form select option:hover {
  background: #1085FF;
}

.send-thanks {
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .send-thanks {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: calc(18 / 3.75 * 1vw);
    line-height: calc(32 / 3.75 * 1vw);
  }
}

.send-tel {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .send-tel {
    font-family: 'Roboto', sans-serif;
    font-size: calc(18 / 3.75 * 1vw);
    line-height: calc(32 / 3.75 * 1vw);
    font-weight: 400;
  }
}

main.contact.send .contact-wrap .btn-box button {
  margin: 0 auto;
}
