@charset "UTF-8";
/***************************

お問い合わせ

****************************/
div.contact-box {
  padding: 0 0 100px;
}
div.contact-box p.contact-message {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #181818;
  margin-bottom: 30px;
}
div.contact-box p.company-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.02em;
  line-height: 34px;
  text-align: center;
  color: #181818;
}
div.contact-box p.company-name span.tel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.02em;
  line-height: 34px;
  color: #005bac;
  margin-left: 24px;
  margin-right: 15px;
}
div.contact-box p.company-name span.time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #181818;
}
@media screen and (max-width: 768px) {
  div.contact-box {
    width: 88.3vw;
    margin: 0 auto;
    padding: 10px 0 50px;
  }
  div.contact-box p.contact-message {
    width: 86.7%;
    margin: 0 auto 10px;
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    line-height: 24px;
    text-align: left;
  }
  div.contact-box p.company-name {
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 30px;
    text-align: center;
  }
  div.contact-box p.company-name span.tel {
    display: block;
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 30px;
    text-align: center;
    color: #005bac;
    margin-left: 0;
    margin-right: 0;
  }
  div.contact-box p.company-name span.time {
    display: block;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 22px;
    text-align: center;
    color: #181818;
    margin-top: 10px;
  }
}
/*コンタクトform７*/
div.contact-form_wrap {
	background-color: #F5F6F7;
  padding: 100px 0 60px;
}
@media screen and (max-width: 768px) {
  div.contact-form_wrap {
    width: 100%;
    height: auto;
    background-color: #f5f6f7;
    background-size: contain;
    padding: 60px 0 80px;
  }
}
div.nyuryoku-wrap {
  width: 100%;
}
div.formtitle {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #181818;
  margin-bottom: 30px;
}
div.formtitle.box {
  margin-bottom: 30px;
}
span.hisu {
  border-radius: 16px;
  background: #005bac;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  margin-left: 10px;
  padding: 5px 15px 7px;
}
span.any {
  border-radius: 16px;
  background: #fff;
  border: 1px solid #bebebe;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #bebebe;
  margin-left: 10px;
  padding: 5px 15px 7px;
}
@media screen and (max-width: 768px) {
  div.formtitle {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 26px;
    text-align: left;
    margin-bottom: 16px;
  }
  div.formtitle.box {
    margin-bottom: 16px;
  }
  span.hisu {
    font-size: 1.3rem;
    line-height: 10px;
    margin-left: 8px;
    padding: 0 11px 0 10px;
  }
  span.any {
    font-size: 1.3rem;
    line-height: 10px;
    margin-left: 8px;
    padding: 0 11px 0 10px;
  }
}
.wpcf7-list-item {
  display: block;
  margin: 0 0 15px;
}
.wpcf7-list-item.last {
  margin-bottom: 50px;
}
div.flex-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
  div.inner-flex {
display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
	}
	div.inner-flex.end{
		  margin-top: 12px;	
	}
	div.inner-flex.zip{
		gap: 0;
		margin-bottom: 12px;
	}

div.flex-item.start {
  justify-content: flex-start;
}
div.nyuryokubox-item {
  width: 449px;
  height: 60px;
background: #fff;
  padding: 16px 25px 20px;
}
div.nyuryokubox-item.small {
  width: 433px;
}
p.is-item {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #181818;
}
p.is-item.mg{
	margin-right: 15px;
}
div.contact__block {
  margin-bottom: 50px;
}
div.nyuryokubox {
  width: 100%;
  background: #fff;
  padding: 16px 25px 20px;
}
	div.nyuryokubox.mg{
		margin-bottom: 32px;
	}

div.nyuryokubox.last {
  margin-bottom: 80px;
}
div.nyuryokubox.zip {
  width: 969px;
}
span.wpcf7-list-item-label {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #181818;
}
@media screen and (max-width: 768px) {
  .container.ct-sp {
    width: 88.3%;
  }
  .wpcf7-list-item {
    display: block;
    margin: 0 0 12px;
  }
  .wpcf7-list-item.last {
    margin-bottom: 32px;
  }
  div.flex-item {
    display: block;
  }
  div.inner-flex {
display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
	}
	div.inner-flex.end{
		  margin-top: 12px;	
	}
	div.inner-flex.zip{
		gap: 0;
		margin-bottom: 12px;
	}
  div.flex-item.start {
    justify-content: flex-start;
  }
  div.nyuryokubox-item {
width: 93.1%;
        height: auto;
	  padding: 10px 0 10px 25px;
	  background: #fff;
	}
  div.nyuryokubox-item.small {
	  width: 86.4%;
        height: 41px;
        padding: 10px 0 10px 25px;
        background: #fff;
  }
  p.is-item {
font-weight: 500;
font-size: 1.5rem;
line-height: 22px;
text-align: left;
color: #181818;
	  width: 11.8%;
  }
	p.is-item.zip{
		width: auto;
	}
  div.contact__block {
    margin-bottom: 32px;
  }
  div.nyuryokubox {
width: 100%;
        background: #fff;
        padding: 10px 0 10px 25px;
	}
  div.nyuryokubox.last {
	  max-height: none;
	  field-sizing: content;
        margin-bottom: 50px;
        padding: 10px 22px;
	}
  div.nyuryokubox.zip {
width: 86.4%;
        height: 41px;
        padding: 10px 0 10px 25px;
        background: #fff;
  }
  span.wpcf7-list-item-label {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    color: #181818;
  }
}
div.pp {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 28px;
}
div.pp a {
  font-family: "Noto Sans JP";
  font-weight: bold;
  text-decoration: underline;
  font-size: 17px;
  line-height: 41px;
  text-align: center;
  color: #000;
  margin-left: 30px;
}
div.pp .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
div.pp {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
div.pp a {
font-family: "Noto Sans JP";
font-weight: bold;
text-decoration: underline;
font-size: 1.5rem;
line-height: 41px;
text-align: center;
color: #181818;
  margin-left: 12px;
}
div.pp .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
}

}
/*wpデフォルト調整*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
	width: 100%;
}
  input.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
  }
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
}
input.wpcf7-form-control.wpcf7-text{
	width: 100%;
}
@media screen and (max-width: 768px) {
/*テキストエリアの高さ調整*/
textarea.wpcf7-form-control.wpcf7-textarea {
max-height: 163px;
	}
}
/*ボタン*/
div.check-btn {
  width: 360px;
  height: 60px;
  background: transparent;
  margin: 0 auto;
}
div.check-btn.mg {
  margin-bottom: 30px;
}
div.check-btn .wpcf7-form-control.wpcf7-submit.has-spinner.btn.bl, div.check-btn .wpcf7-form-control.wpcf7-previous {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 60px;
  border-radius: 30px;
  background: #005bac;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 29px;
  text-align: center;
  color: #fff;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.bl::after{
display: inline-block;
    content: "";
    width: 13.73px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
    transition: 0.3s ease-in-out;
	background-image: url(../../aoi/image/common/yajirushi-w.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	div.check-btn {
width: 58%;
height: 57px;
}
div.check-btn.mg {
  margin-bottom: 30px;
}
div.check-btn .wpcf7-form-control.wpcf7-submit.has-spinner.btn.bl, div.check-btn .wpcf7-form-control.wpcf7-previous {
  width: 100%;
  height: 57px;
font-weight: 600;
font-size: 1.4rem;
letter-spacing: 0.03em;
line-height: 32px;
}
}
/* チェックボックスデザイン */
input[type="checkbox"] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
input[type="checkbox"]::before, input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}
input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  width: 18px; /*チェックボックスの横幅*/
  height: 18px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: -2px;
}
input[type="checkbox"]::after {
  border-bottom: 3px solid #005BAC; /*チェックの太さ*/
  border-left: 3px solid #005BAC; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
	width: 16px;/*チェックの横幅*/
height: 11.03px;/*チェックの高さ*/
  transform: rotate(-45deg);
  /*top: 0px; チェック時の位置調整*/
  /*left: 5px; チェック時の位置調整*/
  top: -10px;
  bottom: 0;
  right: 10px;
}

@media screen and (max-width: 768px) {
input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
	width: 19.54px;/*チェックボックスの横幅*/
height: 19.54px;/*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: -2px;
}
input[type="checkbox"]::after {
  border-bottom: 2px solid #005BAC; /*チェックの太さ*/
  border-left: 2px solid #005BAC; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
 width: 12.63px;
height: 8.71px;
	transform: rotate(-45deg);
  /*top: 0px; チェック時の位置調整*/
  /*left: 5px; チェック時の位置調整*/
top: -7px;
        bottom: 0;
        right: 15px;
	}
}

input[type="checkbox"]:checked::after {
  opacity: 1; /*チェック後表示*/
}
/*プライバシーポリシー同意のチェックボックス*/
input.privacycheck::before {
  border: 1px solid #005BAC;
  border-radius: 0%;
  width: 32px; /*チェックボックスの横幅*/
  height: 32px; /*チェックボックスの縦幅*/
  background: #fff;
  transform: translateY(-50%);
  top: 5px;
  left: 0;
}
input.privacycheck::after {
  border-bottom: 3px solid #005BAC; /*チェックの太さ*/
  border-left: 3px solid #005BAC; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 10px; /*チェックの高さ*/
  width: 20px; /*チェックの横幅*/
  transform: rotate(-45deg);
  /*top: 0px; チェック時の位置調整*/
  /*left: 5px; チェック時の位置調整*/
  top: -3px;
  bottom: 0;
  right: -12px;
}
@media screen and (max-width: 768px) {
	input.privacycheck::before {
width: 25.22px;
height: 25.22px;
  top: 5px;
  left: -8px;
}
input.privacycheck::after {
  border-bottom: 2px solid #005BAC; /*チェックの太さ*/
  border-left: 2px solid #005BAC; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
 width: 12.63px;
height: 8.71px;
  transform: rotate(-45deg);
  /*top: 0px; チェック時の位置調整*/
  /*left: 5px; チェック時の位置調整*/
  top: -2px;
  bottom: 0;
  right: 0;
}
}
/*プレースホルダー*/
input::placeholder{
	font-family: "Noto Sans JP";
font-weight: 500;
font-size: 16px;
line-height: 32px;
text-align: left;
color: #bebebe;
}
@media screen and (max-width: 768px) {
input::placeholder{
font-size: 1.6rem;
}
}
/*ios対策*/
.wpcf7-list-item label {
  display: flex;
  align-items: center;
}
p span.wpcf7-form-control-wrap input[name="checkbox-941[]"], p span.wpcf7-form-control-wrap input[name="checkbox-26[]"], div.form-wrap p span.wpcf7-form-control-wrap input[name="privacycheck"] {
  width: auto;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  padding-right: 0;
  margin-right: 10px;
}
/*内容確認*/
div.contact-box p.contact-message.confi {
  margin-bottom: 120px;
}
/*送信完了*/
div.contact-box p.company-name.mg {
  margin-top: 100px;
  margin-bottom: 100px;
}