@charset "UTF-8";
/* flex */
/*-------------------------
お問い合わせ
---------------------------*/
.telnum {
  margin: 20px 0;
}

.ttl.is-ttl03 {
  margin-left: -40px;
  margin-right: -40px;
}
@media screen and (max-width: 767px) {
  .ttl.is-ttl03 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.ttl.is-ttl04,
.ttl.is-ttl08 {
  margin-bottom: 0;
}

.ttl.is-ttl10 {
  margin-bottom: 20px;
}

.contents-inner:not(.is-top) {
  padding-top: 0;
}
.contents-inner p,
.contents-inner li,
.contents-inner dt,
.contents-inner dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contents-inner p,
  .contents-inner li,
  .contents-inner dt,
  .contents-inner dd {
    font-size: inherit;
  }
}
.contents-inner .block {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contents-inner .block {
    padding-bottom: 30px;
  }
}
.contents-inner .block-inner {
  padding: 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .contents-inner .block-inner {
    padding: 10px 0 0;
  }
}
.contents-inner table th {
  position: relative;
}
.contents-inner table th.is-required {
  padding-right: 54px !important;
}
.contents-inner table th .required {
  position: absolute;
  right: 10px;
  top: 10px;
}
.contents-inner .optional {
  position: relative;
  right: -18px;
  top: -2px;
  display: inline-block;
  padding: 2px 5px 3px;
  border-radius: 3px;
  background-color: #666;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.contents-inner table td .flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.contents-inner table td .flex .unit {
  margin-bottom: 0;
}
.contents-inner table td .flex .unit:nth-child(n + 2) {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .contents-inner table th.is-required {
    padding-right: 0 !important;
  }
  .contents-inner table th .required {
    position: static;
    margin-left: 1em;
  }
  .contents-inner .optional {
    position: static;
    margin-left: 1.2em;
  }
  .contents-inner table td .flex .unit:nth-child(n + 2) {
    margin-left: 0.5em;
  }
}
.contents-inner > .lead {
  padding: 40px 0 30px;
}

.contact_ttl {
  position: relative;
  padding: 29px 0;
  font-size: 3.5rem;
  background: #4c4c4c;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.is-contact h1.ttl,
.is-contact_line h1.ttl {
  /* display: none; */
}
.contact_lead {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 30px !important;
}
.contact_lead a {
  text-decoration: underline;
}
.contact_form {
  width: 900px;
  margin: 0 auto;
}
.contact_form .is-ttl03 {
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 962px) {
  .contact_lead {
    width: 96%;
    margin: 0;
  }
  .contact_form {
    width: 96%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact_ttl {
    padding: 13px 0;
    font-size: 1.7rem;
    margin: 0 -10px 15px;
  }
  .contact_lead {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px !important;
  }
}

.contact-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  margin-top: 30px;
}
.contact-list dl {
  flex: 1;
  background-color: #f7f7f7;
}
.contact-list dl:nth-of-type(1) {
  min-width: 32%;
}
.contact-list dl:not(:last-of-type) {
  margin-right: 20px;
}
.contact-list dl dt {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 5px 0 2px;
}
.contact-list dl dd {
  text-align: center;
  line-height: 1;
  margin: 0;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .contact-list {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin-top: 15px;
  }
  .contact-list dl {
    margin-bottom: 10px;
  }
  .contact-list dl:nth-of-type(1) {
    min-width: inherit;
  }
  .contact-list dl:not(:last-of-type) {
    margin-right: 0;
  }
}

.contact-flow {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.contact-flow li {
  flex: 1;
}
.contact-flow li:not(:last-of-type) {
  margin-right: 40px;
}
.contact-flow li:not(:last-of-type) dt {
  position: relative;
}
.contact-flow li:not(:last-of-type) dt:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #71a4ff;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -10px;
}
.contact-flow li dt img {
  width: 100%;
  height: auto;
}
.contact-flow li dd {
  margin: 10px 0 0;
  line-height: 1.4;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .contact-flow {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .contact-flow li:not(:last-of-type) {
    margin-right: 0;
  }
  .contact-flow li:not(:last-of-type) dl {
    position: relative;
    padding-bottom: 30px;
  }
  .contact-flow li:not(:last-of-type) dl:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #71a4ff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    margin-bottom: 7px;
  }
  .contact-flow li dt {
    width: 60%;
    margin: 0 auto;
  }
  .contact-flow li dt:after {
    content: none !important;
  }
  .contact-flow li dd {
    margin: 5px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.contact_form .is-ttl08 {
  margin-bottom: 20px;
  position: relative;
}
.contact_form .is-ttl08.ttl_first {
  margin-top: 20px;
}
.contact_form .is-ttl08.click_trigger:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #2f589e;
  border-right: 2px solid #2f589e;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.contact_form .is-ttl08 .caution {
  color: #000;
  font-size: 75%;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .contact_form .is-ttl08.click_trigger:after {
    top: 11px;
    right: 15px;
  }
  .contact_form .is-ttl08 .caution {
    padding-left: 0px;
  }
}
.contact_form .block-inner {
  padding: 0;
}
.contact_form .checkbox-label {
  padding-left: 24px;
}
.contact_form .checkbox-label:before {
  top: 16px;
}
.contact_form .checkbox-input:checked + .checkbox-label:after {
  top: 8px;
  left: 4px;
}
@media screen and (max-width: 767px) {
  .contact_form {
    width: 100%;
  }
  .contact_form .is-ttl03 {
    margin: 0 -10px;
  }
  .contact_form .is-ttl08.ttl_first {
    margin-top: 15px;
  }
  .contact_form .is-ttl08 {
    margin-bottom: 15px;
  }
  .contact_form .checkbox-label:before {
    top: 13px;
  }
  .contact_form .checkbox-input:checked + .checkbox-label:after {
    top: 5px;
  }
}

form .label {
  display: inline-block;
}
form .label.smaller {
  font-size: 80%;
}
form .label.has-padL {
  margin-left: 0.5em;
}
form .label.has-padR {
  margin-right: 0.5em;
}
form .label.has-padLR {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
form .label.is-name,
form .label.is-post {
  width: 2.5em;
}
form .label.is-name.has-padL,
form .label.is-post.has-padL {
  margin-left: 1em;
}
form .label.is-tel {
  margin: 0 0.2em 0 0.5em;
}
form .label.is-address {
  width: 6em;
}
form .unit {
  position: relative;
}
form .unit:not(:last-of-type) {
  margin-bottom: 10px;
}
form input[type="email"] {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  form .label.has-padL {
    margin-left: 0;
  }
  form .label.has-padR {
    margin-right: 0;
  }
  form .label.has-padLR {
    margin-left: 0.1em;
    margin-right: 0.1em;
  }
  form .label.is-name.has-padL,
  form .label.is-post.has-padL {
    margin-left: 0;
  }
}
form table th {
  width: 320px;
}
@media screen and (max-width: 767px) {
  form table th,
  form table td {
    display: block;
  }
  form table th {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  form table th {
    width: 180px;
  }
}

.block.is-agree {
  width: 65%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fffdf1;
  text-align: center;
  border-radius: 3px;
}
.block.is-agree dt {
  font-weight: normal;
}
.block.is-agree .agree-link {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .block.is-agree {
    width: 100%;
    padding: 10px;
  }
  .block.is-agree dt {
    text-align: center;
  }
  .block.is-agree .agree-link {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*-------------------------
top
---------------------------*/
.contents-inner.is-top .lead {
  text-align: center;
  padding: 20px;
  margin-bottom: 40px;
  background-color: #f1f6ff;
  color: #2f589e;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .contents-inner.is-top .lead {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contents-inner.is-top section {
  padding-bottom: 50px;
}
.contents-inner.is-top section ul {
  margin-top: 30px;
}
.contents-inner.is-top section ul li.has-btn {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .contents-inner.is-top section ul li.has-btn {
    display: block;
    margin-right: 0;
  }
}
.contents-inner.is-top .ttl.is-ttl09 {
  border-bottom: none;
}
.contents-inner.is-top .ttl.is-ttl09 a {
  color: #2f589e;
  text-decoration: underline;
}
.contents-inner.is-top .note {
  color: #cc0000;
  margin-bottom: 0;
}
.contents-inner.is-top .box {
  padding: 20px;
  margin-bottom: 50px;
  background-color: #f1f6ff;
  position: relative;
  border: 2px solid #c3d8fd;
}
.contents-inner.is-top .box:first-of-type {
  margin-top: 50px;
}
.contents-inner.is-top .box .box-inner {
  background-color: #fff;
  padding: 20px;
}
.contents-inner.is-top .box .title {
  padding: 0;
  margin-bottom: 15px;
  font-weight: bold;
  color: #2f589e;
}
.contents-inner.is-top .box .title i {
  font-size: 140%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contents-inner.is-top .box {
    margin-bottom: 25px;
    padding: 10px;
  }
  .contents-inner.is-top .box:first-of-type {
    margin-top: 0;
  }
  .contents-inner.is-top .box .box-inner {
    padding: 10px;
  }
  .contents-inner.is-top .box .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.contents-inner.is-top .btn {
  width: 300px;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contents-inner.is-top .btn {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*-------------------------
service
---------------------------*/
.contents-inner.is-service .image-center {
  text-align: center;
  margin: 20px auto;
}

/*-------------------------
recruit
---------------------------*/
/*-------------------------
subcontractor
---------------------------*/
/*-------------------------
subcontractor
---------------------------*/
.contents-inner.is-corporate .ttl.is-ttl09 {
  border-bottom: none;
}
.contents-inner.is-corporate .ttl.is-ttl09:nth-child(n + 2) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contents-inner.is-corporate .ttl.is-ttl09:nth-child(n + 2) {
    margin-top: 15px;
  }
}

/* ==========================================================
 sec-complete-01
========================================================== */
.contents-inner .sec-complete-01 {
  overflow: hidden;
  padding: 50px 0 0;
  text-align: center;
}
.contents-inner .ttl-complete-01 {
  margin-bottom: 37px;
  color: #005eae;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.contents-inner .txt-complete-01 {
  margin-bottom: 29px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.82;
}
.contents-inner .txt-complete-01 span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fa6e2c;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents-inner .ttl-complete-01 {
    font-size: 20px;
    font-size: 2rem;
  }
  .contents-inner .txt-complete-01 {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.checkbox-label {
  display: inline-block;
}

/* --------------------------------------------------------------------
/* NEWレイアウト
-------------------------------------------------------------------- */
.is-contact.is-top h1.ttl.is-pagettl01,
.is-contact_line.is-top h1.ttl.is-pagettl01,
.is-contact.is-conf h1.ttl.is-pagettl01,
.is-contact.is-comp h1.ttl.is-pagettl01,
.is-contact.is-comp-reform h1.ttl.is-pagettl01 {
  background-color: #005eae;
  margin: 0 calc(50% - 50vw) 30px;
  width: 100vw;
  text-align: center;
}
.is-contact.is-top h1.ttl.is-pagettl01 span,
.is-contact_line.is-top h1.ttl.is-pagettl01 span,
.is-contact.is-conf h1.ttl.is-pagettl01 span,
.is-contact.is-comp h1.ttl.is-pagettl01 span,
.is-contact.is-comp-reform h1.ttl.is-pagettl01 span {
  background-color: unset;
  color: #fff;
  display: inline-block;
  padding: 15px 0 15px 0;
  position: relative;
}
.is-contact.is-top h1.ttl.is-pagettl01:before,
.is-contact_line.is-top h1.ttl.is-pagettl01:before,
.is-contact.is-conf h1.ttl.is-pagettl01:before,
.is-contact.is-comp h1.ttl.is-pagettl01:before,
.is-contact.is-comp-reform h1.ttl.is-pagettl01:before {
  content: none;
}
.formWrap input[type="text"],
.formWrap input[type="number"],
.formWrap input[type="tel"],
.formWrap input[type="email"],
.formWrap select {
  height: 34px;
}
.formWrap .zip2addrBtn {
  padding: 5px 10px;
}
.formWrap {
}
.formWrap .is-ttl03 {
}
.formWrap .is-ttl08 {
  background-color: #f1f6ff;
  border-top: 2px solid #2f589e;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px;
  color: #2f589e;
  margin-bottom: 2vmin;
  border-bottom: none;
}
.formWrap .contact_form h3.click_trigger {
  cursor: pointer;
}
.formWrap .contact_form h3.click_trigger::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  border: none;
  top: 38%;
  transform: translateY(-50%);
}
.formWrap .contact_form h3.click_trigger.open::after {
  content: "\f068";
}
.formWrap .table.is-type01 th,
.formWrap .table.is-type01 td {
  padding: 20px;
}
.formWrap .table.is-type01 th {
  background-color: #f5f5f5;
}
.formWrap .table.is-type01 td {
}
.formWrap .table.is-type01 th .required,
.formWrap .table.is-type01 th .optional {
  position: absolute;
  right: 10px;
  top: 20px;
}
.formWrap .contact_form .block.is-agree {
  background: #f1f1f1;
  width: 100%;
}

#zip2::-webkit-input-placeholder {
  color: transparent;
}
#zip2::-moz-placeholder {
  color: transparent;
}
#zip2::-ms-input-placeholder {
  color: transparent;
}
#zip2::placeholder {
  color: transparent;
}

/** PC **/
@media only screen and (min-width: 769px) {
}
/** SP **/
@media only screen and (max-width: 768px) {
  .formWrap {
  }
  .formWrap .is-ttl03 {
  }
  .formWrap .is-ttl08 {
    font-size: 5vmin;
    padding: 4vmin;
    padding-right: 10vmin;
  }
  .formWrap .table.is-type01 th .required,
  .formWrap .table.is-type01 th .optional {
    position: static;
  }
  .formWrap .zip2addrBtn {
    font-size: 3.4vmin;
    padding: 1.5vmin 2vmin;
  }
}

/* --------------------------------------------------------------------
/* formStep
-------------------------------------------------------------------- */
#form-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0px 0 20px;
}
#form-flow p:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #0169b2;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
#form-flow p:after {
  right: -26px;
}
#form-flow p:last-child:after {
  content: normal;
}
#form-flow p:last-child {
  margin-right: 0;
}
#content #form-flow {
}
#form-flow.f_input p:nth-child(1),
#form-flow.f_conf p:nth-child(2),
#form-flow.f_thanks p:nth-child(3) {
  background: #0169b2;
  color: #fff;
}
#form-flow p span:first-child {
  margin-right: 20px;
}
#form-flow p {
  margin-bottom: 0;
  border: solid 2px #0169b2;
  color: #0169b2;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
#form-flow p {
  width: 240px;
  margin-right: 40px;
  padding-top: 18px;
  padding-bottom: 16px;
  font-size: 15px;
}

/** PC **/
@media only screen and (min-width: 769px) {
}
/** SP **/
@media only screen and (max-width: 768px) {
  #form-flow p {
    width: 27%;
    margin-right: 20px;
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 10px;
    line-height: 1.3;
    flex-direction: column;
  }
  #form-flow p span {
    font-size: 10px;
  }
  #form-flow p:after {
    right: -17px;
  }
  #form-flow p span:first-child {
    margin-right: 0px;
  }
}

.formWrap .contact_form .display_notice {
  padding-top: 15px;
  font-size: 13px;
}

/* --------------------------------------------------------------------
/* formプライバシー
-------------------------------------------------------------------- */
.formWrap .contact_form .p_policy {
}
.formWrap .contact_form .p_policy .box {
  border-radius: 10px;
  background: #f1f1f1;
  display: block;
}
.formWrap .contact_form .p_policy .ttl02 {
  background: #005eae;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px 10px 0 0;
}
.formWrap .contact_form .p_policy .boxIn {
  padding: 15px 20px;
  height: 150px;
  overflow-y: scroll;
  background: #f1f1f1;
  border-radius: 0 0 10px 10px;
}
.formWrap .contact_form .p_policy .ttl.is-ttl03 {
  margin-left: -10px;
  margin-right: -10px;
}
.formWrap .contact_form .p_policy .ttl.is-ttl04 {
  border-bottom: 1px solid #2f589e;
  color: #0a83bf;
  font-size: 16px;
  font-size: 1.6rem;
}
.formWrap .contact_form .p_policy {
  margin: 50px 0 30px;
}
.formWrap .contact_form .p_policy p,
.formWrap .contact_form .p_policy li,
.formWrap .contact_form .p_policy dt,
.formWrap .contact_form .p_policy dd {
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
}
.formWrap .contact_form .p_policy .lead {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .formWrap .contact_form .p_policy .lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.formWrap .contact_form .p_policy .block:not(:last-of-type) {
  padding-bottom: 30px;
}
.formWrap .contact_form .p_policy .block.has-mt {
  margin-top: 30px;
}
.formWrap .contact_form .p_policy .section-inner,
.formWrap .contact_form .p_policy .block-inner {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .formWrap .contact_form .p_policy .section-inner .block {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .formWrap .contact_form .p_policy .block-inner {
    padding: 0;
  }
}
.formWrap .contact_form .p_policy .bnr-area {
  margin: 0 !important;
}
.formWrap .contact_form .p_policy .bnr-area a {
  display: block;
}
.formWrap .contact_form .p_policy .bnr-area a:nth-child(odd) {
  margin-right: 10px;
}
.formWrap .contact_form .p_policy .bnr-area a:nth-child(even) {
  margin-left: 10px;
}
.formWrap .contact_form .p_policy .bnr-area a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .formWrap .contact_form .p_policy .bnr-area a:nth-child(odd),
  .formWrap .contact_form .p_policy .bnr-area a:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
}
.formWrap .contact_form .p_policy .date {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
.formWrap .contact_form .p_policy dd ul.list {
  margin: 1em 0 1em 1em;
}
@media screen and (max-width: 767px) {
  .formWrap .contact_form .p_policy dd ul.list {
    margin: 0 0 0.5em 0.5em;
  }
}

/* --------------------------------------------------------------------
/* 送信完了ページNew
-------------------------------------------------------------------- */
/*.bg-blue {
  background: #e4f2ff;
  margin: 40px 0 60px;
  padding: 40px 0 60px;
}
.bg-blue.m0 {
  margin: 0;
  padding: 40px 0 60px;
}
.inner {
	max-width: 980px;
	width: 94%;
}
.item {
  background: #FFF;
  border-radius: 10px;
  margin-bottom: 40px;
}
.item .item-in {
  padding: 30px 30px 30px;
}
h2.type01 {
  font-size: 26px;
  font-weight: bold;
  color: #FFF;
  background: #003664;
  margin-bottom: 30px;
  padding: 25px 15px 23px 40px;
  position: relative;
}
h2.type01::before {
  content: "";
  width: 8px;
  height: 40px;
  background: #fae92c;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
h2.type01 + p.txt {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  padding-bottom: 10px;
}
.item h2.type02, .item h3.type02 {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  background: #005eae;
  margin-bottom: 0;
  padding: 20px 30px;
  border-radius: 10px 10px 0 0;
}*/

.formWrap .inner {
  max-width: 980px;
  width: 100%;
}
.formWrap .item {
  background: #8dd1e6;
  border-radius: 10px;
  margin-bottom: 40px;
}
.formWrap .item .item-in {
  padding: 30px 30px 30px;
}
.formWrap .item h2.type02,
.item h3.type02 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #005eae;
  margin-bottom: 0;
  padding: 20px 30px;
  border-radius: 10px 10px 0 0;
}
.formWrap .cv-area {
  position: relative;
  background-image: url(/wp-content/themes/qracian/images/common/cv-bg-pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26%;
}
.formWrap .bg-blue .cv-area {
  background-image: url(/wp-content/themes/qracian/images/common/cv-bg02-pc.png);
}
.formWrap .cv-area .btn-box {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 30px;
  position: absolute;
  bottom: 20px;
}
.formWrap .cv-area .btn-box a {
  padding: 0 10px;
}
.formWrap .cv-area img {
  width: 450px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 962px) {
  .formWrap .cv-area img {
    width: 40vw;
  }
}

.formWrap .thanks_flow {
  margin: 60px 0;
}
.formWrap .thanks_flow .img {
}
.formWrap .thanks_flow .img img {
}
.formWrap .thanks_flow .txt {
  padding-top: 20px;
}
.formWrap .thanks_flow .txtArea {
  text-align: center;
  margin-bottom: 15px;
}
.formWrap .thanks_flow .txtArea p {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-size: 22px;
  font-weight: bold;
}
.formWrap .thanks_flow .txtArea p span {
  font-size: 30px;
  font-weight: bold;
}
.formWrap .thanks_flow .txtArea p::before,
.formWrap .thanks_flow .txtArea p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ffcc33;
  width: 3px;
  height: 100%;
  display: inline-block;
  margin: 0 -15px;
}
.formWrap .thanks_flow .txtArea p::before {
  left: 0;
  transform: rotate(-30deg);
}
.formWrap .thanks_flow .txtArea p::after {
  right: 0;
  transform: rotate(31deg);
}
.formWrap .thanks_flow .txtArea p span.t01 {
}
.formWrap .thanks_flow .txtArea p span.red {
}
.formWrap .thanksToptxtArea {
  margin: 40px 0 30px;
}
.formWrap .thanksToptxtArea .toptxt {
  text-align: center;
  font-size: 34px;
  color: #005eae;
  font-weight: bold;
  margin-bottom: 30px;
}
.formWrap .thanksToptxtArea p {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  /*  .bg-blue {
    background: #e4f2ff;
    margin: 9vw 0;
    padding: 10vw 0;
  }
  h2.type01 {
    font-size: 18px;
    line-height: 150%;
    padding: 17px 15px 15px 40px;
  }
  h2.type01 + p.txt {
    font-size: 4.4vmin;
  }
  .item h2.type02, .item h3.type02 {
    font-size: 4vw;
    padding: 4vw;
    color: #FFF;
  }
  .item .item-in {
    padding: 5vw 4vw;
  }	*/
  .formWrap .item h2.type02,
  .item h3.type02 {
    font-size: 4vw;
    padding: 4vw;
    color: #fff;
  }
  .formWrap .item .item-in {
    padding: 5vw 4vw;
  }

  .formWrap .bg-blue .cv-area {
    background-image: url(/wp-content/themes/qracian/images/common/cv-bg02-sp.png);
  }
  .formWrap .cv-area {
    position: relative;
    background-image: url(/wp-content/themes/qracian/images/common/cv-bg-sp03.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    background-position: center center;
    margin-bottom: 7vmin;
    margin-bottom: 3vmin;
    height: 0;
    padding-top: 70%;
  }
  .formWrap .cv-area .btn-box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    bottom: 25px;
    width: auto;
  }
  .formWrap .cv-area img {
    width: 96%;
    height: auto;
  }
  .formWrap .cv-area .btn-box {
    display: block !important;
    width: 100% !important;
    padding: 0 4vw;
    position: absolute;
    bottom: 7.5vw;
  }
  .formWrap .cv-area .btn-box a {
    padding: 0;
  }
  .formWrap .cv-area img {
    width: 100%;
    height: auto;
    padding-bottom: 3vw;
  }
  .formWrap .cv-area .btn-box a:last-child img {
    padding-bottom: 0;
  }

  .formWrap .thanks_flow {
  }
  .formWrap .thanks_flow .img {
  }
  .formWrap .thanks_flow .img img {
  }
  .formWrap .thanks_flow .txt {
  }

  .formWrap .thanks_flow .txtArea {
  }
  .formWrap .thanks_flow .txtArea p {
    font-size: 3vmin;
    padding: 0 3vmin;
  }
  .formWrap .thanks_flow .txtArea p span {
    font-size: 4vmin;
  }
  .formWrap .thanks_flow .txtArea p::before,
  .thanks_flow .txtArea p::after {
  }
  .formWrap .thanks_flow .txtArea p::before {
    left: 2vmin;
  }
  .formWrap .thanks_flow .txtArea p::after {
    right: 2vmin;
  }
  .formWrap .thanks_flow .txtArea p span.t01 {
  }
  .formWrap .thanks_flow .txtArea p span.red {
  }

  .formWrap .thanksToptxtArea {
  }
  .formWrap .thanksToptxtArea .toptxt {
  }
  .formWrap .thanksToptxtArea p {
  }
}
