@charset "utf-8";
.service_contact * {
    line-height: 1.75em;
    font-family: 'Noto Sans JP', sans-serif;
    color: #5a5f64;
    font-size: 16px;
}
article {
  margin-top: 72px;
  position: relative;
}
@media screen and (max-width: 480px) {
  article {
    margin-top: 45px;
  }
}
br.hidden_pc,
span.hidden_pc {
  display: none;
}
@media screen and (max-width: 720px) {
  br.hidden_pc,
  span.hidden_pc {
    display: inline;
  }
}
h3{
  background: transparent;
  border: 0;
  margin: 0;
  font-size: 100%;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: bold;
  
}
.blue_text {
  color: #0050a0;
}
.green_text {
  color: #00897b;
}
.gray_text {
  color: #546e7a;
}
.blue_link {
  color: #0050a0;
}
.blue_link:hover {
  color: #0078c8;
}
.green_link {
  color: #00897b;
}
.green_link:hover {
  color: #009688;
}
.gray_link {
  color: #546e7a;
}
.gray_link:hover {
  color: #78909c;
}
.red_text {
  color: #ff3c19;
}
.white_text {
  color: #fff;
}
.bold_text {
  font-weight: bold;
}
.nowrap_text {
  white-space: nowrap;
}
.title_font {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.section_title {
  text-align: center;
  position: relative;
  height: 88px;
}
@media screen and (max-width: 640px) {
  .section_title {
    height: 13.75vw;
  }
}
.title_main {
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  z-index: 2;
  font-size: 32px;
  color: #0050a0;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .title_main {
    font-size: calc(8px + 3.75vw);
    top: calc(5vw - 4px);
  }
}
.title_background {
  font-size: 88px;
  color: #ebf0f5;
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  line-height: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s linear, top 0.5s linear;
  -moz-transition: opacity 0.5s linear, top 0.5s linear;
  -o-transition: opacity 0.5s linear, top 0.5s linear;
  -ms-transition: opacity 0.5s linear, top 0.5s linear;
  transition: opacity 0.5s linear, top 0.5s linear;
}
.title_background.animated {
  top: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 640px) {
  .title_background {
    font-size: 13.75vw;
  }
}
.button {
  width: 87.5%;
  max-width: 468px;
  height: 67px;
  margin: auto;
  text-align: center;
}
.btn_text {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 67px;
  text-decoration: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.btn_text:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
  top: 3px;
}
.blue_btn {
  background-color: #0050a0;
  -webkit-box-shadow: 0 3px 0 #003c8c;
  box-shadow: 0 3px 0 #003c8c;
}
.blue_btn:hover {
  background-color: #0078c8;
}
.blue_btn:active {
  background-color: #0050a0;
}
.head_breadcrumb {
  position: absolute;
  left: calc(50% - 480px);
  font-size: 14px;
  z-index: 3;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .head_breadcrumb {
    left: 40px;
  }
}
@media screen and (max-width: 720px) {
  .head_breadcrumb {
    display: none;
  }
}
.head_breadcrumb {
  top: 18px;
}
.breadcrumb_text {
  color: #333;
}
.breadcrumb_link {
  color: #999;
  position: relative;
  margin-right: 34px;
}
.breadcrumb_link:hover {
  color: #0050a0;
  text-decoration: underline;
  text-decoration-color: #0050a0;
}
.breadcrumb_link:after {
  position: absolute;
  content: "";
  top: 2px;
  right: -22px;
  background: url("/assets/images/common/icon_breadcrumb_arrow.png");
  width: 10px;
  height: 16px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}

.service_toiawase_first {
  position: relative;
  padding-top: 112px;
}
@media screen and (max-width: 720px) {
  .service_toiawase_first {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .service_toiawase_first {
    padding-top: 36px;
  }
}
.service_content {
  margin-top: 40px;
}
form textarea,
form input {
  padding-left: 8px;
  padding-right: 8px;
}
form input::placeholder {
  color: #c8cdd2;
}
form input[type=radio],
form input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin: 1px 4px 0 0;
  vertical-align: bottom;
}

.content .form-area.kairos_script {
    width: 87.5%;
    max-width: 632px;
    margin: 48px auto 24px;
}
.service_contact_form {
  width: 87.5%;
  max-width: 632px;
  margin: 0 auto 24px;
  background-color: #ebf0f5;
}
.service_contact_form dt,
.service_contact_form dd {
  text-align: left;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 640px) {
  .service_contact_form dt,
  .service_contact_form dd,
  .request_text_after {
    padding-left: calc(100% * 32 / 560);
    padding-right: calc(100% * 32 / 560);
  }
}
.service_contact_form dt {
  padding-top: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}
.service_contact_form dt.need:after {
  content: "［必須］";
  color: #ff3c19;
}
.service_contact_form .radio-ttl {
  margin-bottom: 16px;
}
.service_contact_form .checkbox-ttl {
  margin-bottom: 16px;
}
@media screen and (max-width: 720px) {
  .service_contact_form .radio-ttl {
    margin-bottom: 24px;
  }
  .service_contact_form .checkbox-ttl {
    margin-bottom: 24px;
  }
}
.service_contact_form dd {
  padding-bottom: 16px;
  border-bottom: solid 1px #fff;
}
.service_contact_form dd.service_contact_privacy {
  padding: 16px 0;
  text-align: center;
}
.form-navigation{
  text-align: left;
  margin-bottom: 30px;
  width: 87.5%;
  max-width: 632px;
  margin: 48px auto 24px;
  font-size: 16px;
}
.form-navigation a{
  color: #0050a0;
}

.service_contact_form .toiawase_kind_box{
  justify-content: flex-start;
}
.service_contact_form .toiawase_kind_box  .toiawase_kind:nth-child(1){
  margin-right: 85px;
}
.service_contact_form .toiawase_kind_box  .toiawase_kind:nth-child(3){
  margin-right: 66px;
}
.service_contact_form .toiawase_kind_box  .toiawase_kind:nth-child(1),
.service_contact_form .toiawase_kind_box  .toiawase_kind:nth-child(2) {
  margin-bottom: 24px;
}

.service_contact_form .budget_box .budget:nth-child(5) {
  margin-right: 117px;
}

/*** ご予算 */
.service_contact_form .budget_box {
  justify-content: flex-start;
}
.service_contact_form .budget_box .budget {
  margin-right: 24px;
}
.service_contact_form .budget_box .budget:first-child {
  margin-right: 139px;
}
.service_contact_form .budget_box .budget:not(:last-child) {
  margin-bottom: 24px;
}
/* ご予算 ***/
.service_contact_form .situation_box {
  justify-content: flex-start;
}
.service_contact_form .situation_box  .situation{
  width: 228px;
}
.service_contact_form .situation_box  .situation{
  width: 228px;
}
.service_contact_form .situation_box  .situation:nth-child(1),
.service_contact_form .situation_box  .situation:nth-child(2) {
  margin-bottom: 24px;
}
@media screen and (max-width: 720px) {
  .service_contact_form .situation_box  .situation:nth-child(1),
  .service_contact_form .situation_box  .situation:nth-child(2) {
    margin-bottom: 20px;
  }
}
.service_contact_form dd label.error {
  color: #ff3c19;
}
.service_contact_input {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border: solid 1px #c8cdd2;
}
textarea.service_contact_input {
  height: 112px;
}
.service_contact_radio {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service_contact_radio span {
  vertical-align: -2px;
}
.service_contact_select {
  position: relative;
}
.service_contact_form .form_content {
  display: flex;
}
.service_contact_form .service_contact_name {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 720px) {
  .service_contact_form .service_contact_name {
    width: 100%;
  }
  .service_contact_form .service_contact_name:nth-child(1) {
    margin-right: 7px;
  }
}
.service_contact_form .service_contact_name .service_contact_first_name,
.service_contact_form .service_contact_name .service_contact_last_name {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}
.service_contact_form .service_contact_name input {
  width: 100%;
  max-width: 160px;
}
.service_contact_form .service_contact_name .f_item_name_last {
  margin-right: 8px;
}
@media screen and (max-width: 720px) {
  .service_contact_radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service_contact_radio label:not(:last-child) {
    margin-bottom: 20px;
  }
}
.js_select_close {
  display: none;
}
.js_select_open {
  display: inherit;
}
.service_contact_privacy {
  text-align: center;
}
.service_contact_privacy_link {
  color: #0050a0;
}
.service_contact_privacy_link:hover {
  color: #0078c8;
}
.service_submit {
  padding: 0;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}
.service_submit.disabled {
  background-color: #c8cdd2;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: 3px;
  cursor: default;
}
.ssl {
  margin: 32px auto 0;
  padding-bottom: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.isms {
  margin: 32px auto 0;
  padding-bottom: 55px;
  text-align: center;
}

.isms_b {
  margin: 32px auto 0;
  padding-bottom: 100px;
  text-align: center;
}

.flex_ismsbox {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items:center;
}

.flex_ismsbox img {
  width: 150px;
}

.flex_ismsbox p {
  width: 440px;
  text-align: left;
  margin-left: 15px;
  line-height: 1.5;  
}

.isim_small{
  font-size: 11px;
}

.pc_none{
  display: none;
}

@media screen and (max-width: 720px) {
  .service_submit {
    line-height: 1.25;
  }
  .ssl {
    margin: 32px 20px 0;
  }
  .ssl p {
    text-align: left;
  }
  .isms {
    margin: 32px 20px 0;
  }
  .isms_b {
    margin: 32px 20px 0;
  }
  .pc_none{
    display: block !important;
  }
}
/* ReCaptchaエラー表示 */
.recaptchaError{
  display: none;
}
.errMsg {
    color: #ff3c19;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 75px;
}
.visible{
  display: block !important;
}