.header-service .wrapper {
  padding-top: 5rem;
  margin: 0 auto;
}
.header-service .wrapper .text h1 {
  margin-bottom: 3.6rem;
}

#contact-page {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#contact-page .lead {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  #contact-page .lead {
    padding: 9.1rem 0 5.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  #contact-page .lead {
    padding: 6rem 0 5.5rem;
  }
}
#contact-page .lead .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #contact-page .lead .wrapper {
    width: 100%;
  }
}
#contact-page .lead .wrapper > h2 {
  white-space: nowrap;
  color: #0D5393;
  margin-bottom: 3rem;
  font-weight: bold;
}
#contact-page .lead .wrapper > p {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  #contact-page .lead .wrapper > p {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  #contact-page .lead .wrapper > p span {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #contact-page .lead .wrapper > p {
    font-size: 1.4rem;
  }
}
#contact-page .lead .wrapper .filled-button {
  border: 1px solid #0D5393;
  margin-top: 2rem;
  color: #0D5393;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  z-index: 95;
}
#contact-page .lead .wrapper .filled-button span {
  margin-left: -1rem;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2.3rem 9.4rem;
}
#contact-page .lead .wrapper .filled-button::after {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #0D5393 url("../img/common/arrow_white.svg") no-repeat center/0.8rem;
  transition: 0.3s ease-in-out;
}
#contact-page .lead .wrapper .filled-button:hover::after {
  right: 1.8rem;
}
#contact-page .inner {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  padding: 0 15rem;
}
@media screen and (max-width: 768px) {
  #contact-page .inner {
    padding: 0;
  }
}
#contact-page .inner .wrapper {
  width: 100%;
  padding: 0;
}
#contact-page .inner .form__outer {
  width: 100%;
  background-color: #EFF4FA;
  border-radius: 20px;
  padding: 8rem 6.7rem 8rem 8rem;
}
@media screen and (max-width: 768px) {
  #contact-page .inner .form__outer {
    padding: 5rem 1.5rem;
  }
}
#contact-page .inner .form__outer ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#contact-page .inner .form__outer ul li {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 2rem;
  font-size: 110%;
}
@media screen and (max-width: 768px) {
  #contact-page .inner .form__outer ul li {
    flex-direction: column;
  }
}
#contact-page .inner .form__outer ul li span.ttl {
  font-weight: 600;
  text-align: left;
  width: 32rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #contact-page .inner .form__outer ul li span.ttl {
    width: 100%;
  }
}
#contact-page .inner .form__outer ul li span.detail {
  text-align: left;
  display: flex;
  align-items: baseline;
  font-size: 100%;
  width: calc(100% - 10rem);
}
@media screen and (max-width: 768px) {
  #contact-page .inner .form__outer ul li span.detail {
    flex-direction: column;
    width: 100%;
  }
}
#contact-page .inner .form__outer ul li span.detail .unit__outer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width: 769px) {
  #contact-page .inner .form__outer ul li span.detail .unit__outer {
    width: calc(100% - 10rem);
  }
}
#contact-page .inner .form__outer ul li span.detail .unit {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}
#contact-page .inner .form__outer ul li span.detail .unit .unit-ttl {
  font-weight: 600;
  text-align: left;
  width: 10rem;
}
@media screen and (max-width: 768px) {
  #contact-page .inner .form__outer ul li span.detail .unit {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
  }
}
#contact-page .inner .form__outer ul li span.detail span.red {
  background-color: #CF4828;
  color: #FFF;
  margin-right: 3rem;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0.3rem;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  #contact-page .inner .form__outer ul li span.detail span.red {
    width: 7rem;
    padding: 0.7rem 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  #contact-page .inner .form__outer ul li span.detail span.red {
    width: 7rem;
    padding: 0.1rem 1rem;
    margin-bottom: 2rem;
  }
}
#contact-page .inner .form__outer ul li span.detail span.red.not {
  background-color: transparent;
}
#contact-page .inner .form__outer ul li span.detail select,
#contact-page .inner .form__outer ul li span.detail input[type=text],
#contact-page .inner .form__outer ul li span.detail input[type=email],
#contact-page .inner .form__outer ul li span.detail input[type=tel],
#contact-page .inner .form__outer ul li span.detail textarea {
  padding: 0 10px;
  border: 1px solid #CCC;
  background-color: #FFF;
  border-radius: 8px;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
}
#contact-page .inner .form__outer ul li span.detail select {
  position: relative;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpolygon fill='%230D5393' points='0,0 12,0 6,10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  width: 60%;
}
#contact-page .inner .form__outer ul li span.detail select::-ms-expand {
  display: none;
}
@media only screen and (min-width: 769px) {
  #contact-page .inner .form__outer ul li span.detail select {
    width: 80%;
    height: 40px !important;
    background-size: auto 30%;
  }
}
@media only screen and (max-width: 1200px) {
  #contact-page .inner .form__outer ul li span.detail select {
    width: 100%;
    height: 4rem !important;
    background-size: auto 40%;
  }
}
@media only screen and (min-width: 769px) {
  #contact-page .inner .form__outer ul li span.detail input.zip {
    width: 100px;
    height: 40px !important;
  }
}
@media only screen and (max-width: 1200px) {
  #contact-page .inner .form__outer ul li span.detail input.zip {
    position: relative;
    left: -1.5rem;
    width: 30%;
    height: 4rem !important;
  }
}
@media screen and (max-width: 768px) {
  #contact-page .inner .form__outer ul li span.detail input.zip {
    left: 0;
  }
}
@media only screen and (min-width: 769px) {
  #contact-page .inner .form__outer ul li span.detail input.address {
    width: 75%;
    height: 40px !important;
  }
}
@media only screen and (max-width: 1200px) {
  #contact-page .inner .form__outer ul li span.detail input.address {
    width: 100%;
    height: 4rem !important;
  }
}
@media only screen and (min-width: 769px) {
  #contact-page .inner .form__outer ul li span.detail input {
    width: 80%;
    height: 40px !important;
  }
}
@media only screen and (max-width: 1200px) {
  #contact-page .inner .form__outer ul li span.detail input {
    width: 100%;
    height: 4rem !important;
  }
}
@media only screen and (min-width: 769px) {
  #contact-page .inner .form__outer ul li span.detail > textarea {
    width: calc(100% - 11rem) !important;
  }
}
@media only screen and (max-width: 1200px) {
  #contact-page .inner .form__outer ul li span.detail > textarea {
    width: 100% !important;
  }
}
@media only screen and (min-width: 769px) {
  #contact-page .inner .form__outer ul li span.detail > input,
  #contact-page .inner .form__outer ul li span.detail > select {
    margin-left: 10rem;
  }
  #contact-page .inner .form__outer ul li span.detail > textarea {
    margin-left: 6rem;
  }
  #contact-page .inner .form__outer ul li span.detail .red + input,
  #contact-page .inner .form__outer ul li span.detail .red + select,
  #contact-page .inner .form__outer ul li span.detail .red + textarea {
    margin-left: 0;
  }
}
#contact-page .inner .form__outer .submit-btn {
  margin-top: 5rem;
  border: none;
  outline: none;
  appearance: none;
  background-color: #5EA94A;
  color: #fff;
  padding: 2.1rem 16.9rem;
  cursor: pointer;
  border-radius: 5rem;
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  #contact-page .inner .form__outer .submit-btn {
    width: 100%;
    max-width: 50rem;
    font-size: 130%;
  }
}
@media only screen and (max-width: 1200px) {
  #contact-page .inner .form__outer .submit-btn {
    width: calc(100% - 3rem);
    max-width: 50rem;
    font-size: 120%;
    margin: 5rem 1.5rem 0;
  }
}
#contact-page .inner .form__outer .submit-btn[disabled] {
  background-color: #5EA94A;
  opacity: 0.4;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  #contact-page .inner .form__outer .submit-btn {
    width: 80%;
    margin: 3rem 0;
    padding: 2.1rem 1.5rem;
  }
}
#contact-page .inner .form__outer .small {
  font-size: 1.4rem;
  color: #737373;
  text-align: center;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #contact-page .inner .form__outer .small {
    margin-top: 0;
  }
}
#contact-page .inner .form__outer .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.recaptcha_policy {
  display: flex;
  justify-content: flex-end;
  margin: 2rem 0 0;
  text-align: left;
  font-size: 1.4rem !important;
}
.recaptcha_policy a {
  color: #3257ca !important;
  font-size: 11px !important;
}
@media screen and (max-width: 768px) {
  .recaptcha_policy {
    text-align: center;
  }
}

.underline {
  color: #0D5393;
  text-decoration: underline;
}

#other {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  #other {
    padding: 9.1rem 0 5.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  #other {
    padding: 7rem 0 5.5rem;
  }
}
#other .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  padding: 0;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  #other .wrapper {
    width: 100%;
    max-width: 100vw;
  }
}
#other .wrapper > h2 {
  white-space: nowrap;
  color: #0D5393;
  margin-bottom: 3rem;
  font-weight: bold;
}
#other .wrapper > p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  #other .wrapper > p {
    display: flex;
    justify-content: center;
  }
}
#other .wrapper h3 {
  color: #0D5393;
  margin-top: 3rem;
  font-size: 1.8rem;
}
#other .wrapper .tel {
  margin: 1rem 0 2rem;
}
#other .wrapper .tel .icon {
  margin: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  aspect-ratio: 1/1;
  padding: 0;
  background-color: #0D5393;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #other .wrapper .tel .icon {
    margin: 1rem;
    width: 4.4rem;
  }
}
#other .wrapper .tel .icon > img {
  width: 55%;
  height: auto;
}
#other .wrapper .tel span {
  white-space: nowrap;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  #other .wrapper .tel span {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 1200px) {
  #other .wrapper .tel span {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
#other .time {
  font-size: 1.6rem;
}


/* 2025/07/09 問合せ電話番号削除の為padding調整 */
@media only screen and (min-width: 769px) {
  #contact-page .inner {
    padding-bottom: 9.1rem;
  }
}
@media only screen and (max-width: 1200px) {
  #contact-page .inner {
    padding-bottom: 7rem;
  }
}




/*
**************************************

contact-sent

**************************************
*/


main.contact-sent {
  padding-top: 8rem;
  padding-bottom: 16rem;
  text-align: center;
}

main.contact-sent .lead .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

main.contact-sent h1 {
  margin-bottom: 5rem;
  font-size: 4rem;
  color: #0d5393;
}

main.contact-sent p.leadtxt {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  color: #0d5393;
}

main.contact-sent p.notice {
  margin-bottom: 8rem;
  font-size: 1.8rem;
  color: #333;
}

main.contact-sent a {
 text-decoration: underline;
 font-size: 1.6rem;
 color: #0020c3;
}


main.contact-sent .filled-button {
 border: #4DA1D8 solid 1px;
 margin-top: 0;
	color: #4DA1D8;
	text-decoration: none;
}

.submit-btn-wrap{
 display:inline-block;
 position:relative;
 transition:all 0.3s;
	margin-top: 5.3rem;
}

.submit-btn-wrap:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
	 transform: translateY(-60%);
  margin: auto;
  width: 1.2rem;
  height: 2.1rem;
  mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.043%22%20height%3D%2221.296%22%20viewBox%3D%220%200%2012.043%2021.296%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_21%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2021%22%20width%3D%2221.296%22%20height%3D%2212.043%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201%22%20transform%3D%22translate(12.043)%20rotate(90)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M0%2C5.657%2C5.657%2C0%2C8.485%2C2.828l2.828%2C2.828%22%20transform%3D%22translate(4.991%203.274)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.043%22%20height%3D%2221.296%22%20viewBox%3D%220%200%2012.043%2021.296%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_21%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2021%22%20width%3D%2221.296%22%20height%3D%2212.043%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201%22%20transform%3D%22translate(12.043)%20rotate(90)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M0%2C5.657%2C5.657%2C0%2C8.485%2C2.828l2.828%2C2.828%22%20transform%3D%22translate(4.991%203.274)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
	mask-position: top right;
	-webkit-mask-position: top right;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 1.2rem 2.1rem;
	-webkit-mask-size: 1.2rem 2.1rem;
	background-color: #4DA1D8;
}








/*# sourceMappingURL=contact.css.map */
