@charset "UTF-8";
@-webkit-keyframes fish-swim {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes fish-swim {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-reverse {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes fish-swim-reverse {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-horizontal {
  0% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(8px) rotateY(0) rotate(-2deg);
    transform: translateX(8px) rotateY(0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotateY(0) rotate(0deg);
    transform: translateX(10px) rotateY(0) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(2px) rotateY(0) rotate(1deg);
    transform: translateX(2px) rotateY(0) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
}
@keyframes fish-swim-horizontal {
  0% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(8px) rotateY(0) rotate(-2deg);
    transform: translateX(8px) rotateY(0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotateY(0) rotate(0deg);
    transform: translateX(10px) rotateY(0) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(2px) rotateY(0) rotate(1deg);
    transform: translateX(2px) rotateY(0) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-horizontal-reverse {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(-8px) rotate(2deg);
    transform: translateX(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(0deg);
    transform: translateX(-10px) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes fish-swim-horizontal-reverse {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(-8px) rotate(2deg);
    transform: translateX(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(0deg);
    transform: translateX(-10px) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes bg-scroll-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100px 0;
  }
}
@keyframes bg-scroll-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100px 0;
  }
}
@-webkit-keyframes bg-scroll-loop02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1366px 0;
  }
}
@keyframes bg-scroll-loop02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1366px 0;
  }
}
/* ======================================================================
  p-contact
====================================================================== */
.l-main-visual__en::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_contact01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

.contact_content {
  padding-bottom: 100px;
  position: relative;
  /*&.complete {
    min-height: 800px; 
  }*/
}
.contact_content::before {
  display: inline-block;
  width: 169px;
  height: 106px;
  background-image: url("../img/img_deco_fish09.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 108px;
  left: calc(50% - 500px - 120px);
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact_content::before {
    display: none;
  }
}
.contact_content::after {
  display: inline-block;
  width: 98px;
  height: 91px;
  background-image: url("../img/img_deco_starfish01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 840px;
  right: calc(50% - 500px - 89px);
  -webkit-animation: fish-swim-reverse 4s ease-in-out infinite;
  animation: fish-swim-reverse 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact_content::after {
    display: none;
  }
}
.contact_content.complete::after {
  background-image: url("../img/img_deco_fish10.png") !important;
  width: 140px !important;
  height: 107px !important;
  top: 396px !important;
  right: calc(50% - 500px - 29px) !important;
  display: block !important;
}
.contact_content__inner {
  width: 1000px;
  margin: 0 auto;
  border-radius: 40px;
  background: #fff;
  padding: 50px 100px 80px;
  position: relative;
}
.contact_content__inner::before, .contact_content__inner::after {
  display: none;
}
.contact_content__inner.is-long-page::before {
  display: inline-block;
  width: 130px;
  height: 117px;
  background-image: url("../img/img_deco_jellyfish01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 500px;
  left: calc(50% - 500px - 101px);
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact_content__inner.is-long-page::before {
    display: none;
  }
}
.contact_content__inner.is-long-page::after {
  display: inline-block;
  width: 132px;
  height: 134px;
  background-image: url("../img/img_deco_seaweed01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 113px;
  right: calc(50% - 500px - 89px);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact_content__inner.is-long-page::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .contact_content__inner {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .contact_content__inner {
    width: auto;
    border-radius: 10px;
    padding: 40px 15px;
  }
}
.contact_content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact_content__content {
    width: auto;
  }
}
.contact_content__item {
  width: 100%;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .contact_content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.contact_content__item::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: url("../img/bg_formline01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  background-repeat: repeat-x;
  background-position: left;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contact_content__item::after {
    background-image: url("../img/bg_formline01-sp.svg");
  }
}
.contact_content__item__label {
  width: calc(100% - 503px - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  text-align:center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 15px 0 10px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contact_content__item__label {
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
  }
}
.confirm .contact_content__item__label {
  margin: 0;
}
.confirm .contact_content__item__label:after {
  display: none;
}

.contact_content__item__data {
  width: 503px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact_content__item__data {
    width: 100%;
  }
}
.contact_content__item__data .style-input, .contact_content__item__data .style-textarea {
  width: 320px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .contact_content__item__data .style-input, .contact_content__item__data .style-textarea {
    width: 100% !important;
  }
}
.confirm .contact_content__item__data {
  margin: 0;
}
.contact_content__item__data input[name=your-email],
.contact_content__item__data input[name=your-address1],
.contact_content__item__data input[name=your-address2],
.contact_content__item__data input[name=your-school],
.contact_content__item__data input[name=your-department],
.contact_content__item__data input[name=your-current-company],
.contact_content__item__data input[name=your-current-post],
.contact_content__item__data input[name=your-entry-timing],
.contact_content__item__data textarea[name=your-pr],
.contact_content__item__data textarea[name=your-message],
.contact_content__item__data textarea[name=your-qualification] {
  width: 503px !important;
}
@media screen and (max-width: 767px) {
  .contact_content__item__data input[name=your-email],
.contact_content__item__data input[name=your-address1],
.contact_content__item__data input[name=your-address2],
.contact_content__item__data input[name=your-school],
.contact_content__item__data input[name=your-department],
.contact_content__item__data input[name=your-current-company],
.contact_content__item__data input[name=your-current-post],
.contact_content__item__data input[name=your-entry-timing],
.contact_content__item__data textarea[name=your-pr],
.contact_content__item__data textarea[name=your-message],
.contact_content__item__data textarea[name=your-qualification] {
    width: 100% !important;
  }
}
.contact_content__item__data input[name=your-tel] {
  width: 275px !important;
}
@media screen and (max-width: 767px) {
  .contact_content__item__data input[name=your-tel] {
    width: 100% !important;
  }
}
.contact_content__item__data [data-name=your-zip] {
  width: 259px !important;
}
@media screen and (max-width: 767px) {
  .contact_content__item__data [data-name=your-zip] {
    width: 190px !important;
  }
}
.contact_content__item__data [data-name=your-zip] input {
  width: 100% !important;
}
.contact_content__item__data .c-button-3 {
  min-width: auto;
  padding: 14px 15px;
  margin-left: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.contact_content__item__data .c-button-3::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_arrow01_right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  display: none;
}
@media screen and (max-width: 767px) {
  .contact_content__item__data .c-button-3 {
    width: 96px !important;
    min-width: 96px !important;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.contact_content__item__data label.error {
  display: block !important;
  width: 100% !important;
  color: #DF4747 !important;
  font-size: 14px !important;
  margin-top: 10px !important;
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}
.contact_content__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 40px 0;
  font-size: 16px;
  text-align: center;
}
.contact_content__agree label.error {
  display: block !important;
  width: 100% !important;
  color: #DF4747 !important;
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}
.contact_content__submit {
  min-width: 300px;
  width: 300px;
  max-width: 300px;
  background: #0e92d5;
  color: #fff;
  /*margin: 0 auto;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_content__submit:link, .contact_content__submit:active, .contact_content__submit:visited {
  color: #fff;
  cursor: pointer;
}
.contact_content__submit:hover {
  color: #fff;
}
.contact_content__submit:hover {
  color: #fff;
  cursor: pointer;
}
.contact_content__submit::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_arrow01_right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact_content__submit.c-button-3 {
  padding: 0;
}
.contact_content__back {
  min-width: 200px;
  width: 200px;
  max-width: 200px;
  /*margin: 0 auto;*/
  display: block;
}
.contact_content__back:link, .contact_content__back:active, .contact_content__back:visited {
  color: #1e1e1e;
  cursor: pointer;
}
.contact_content__back:hover {
  color: #1e1e1e;
}
.contact_content__back:hover {
  color: #1e1e1e;
  cursor: pointer;
}
.contact_content__back::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_arrow02_left.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact_content__back.c-button-3 {
  padding: 0;
}
.contact_content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
.confirm .contact_content__btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact_content__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact_content__btn .contact_content__submit {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .contact_content__btn .contact_content__back {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.contact_content .contact_content__content + .contact_content__agree {
  margin: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  .contact_content .contact_content__content + .contact_content__agree {
    margin-top: 60px;
  }
}
.contact_content .c-title-6 {
  font-size: 24px;
  margin: 80px 0 30px;
}
@media screen and (max-width: 767px) {
  .contact_content .c-title-6 {
    font-size: 20px;
    margin: 60px 0 20px;
  }
}
.contact_content .step {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact_content .step {
    width: 290px;
    height: auto;
    margin: 0 auto;
  }
}
.contact_content .stepflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 94px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact_content .stepflow {
    width: 290px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 55px;
    margin: 0 auto 40px;
  }
}
.contact_content .stepflow li {
  width: 100px;
  font-size: 20px;
  text-align: center;
  color: #0e92d5;
  font-weight:bold;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .contact_content .stepflow li {
    width: 60px;
    font-size: 16px;
    margin-top: 5px;
  }
}
.contact_content .stepflow li span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .contact_content .stepflow li span {
    font-size: 20px;
  }
}
.contact_content .stepflow li.is-active {
  font-weight: bold;
  color: #0e92d5;
}
.contact_content .full p {
  width: 100%;
}
.contact_content .l-section-schedule {
  width: 100%;
}
.contact_content .l-section-schedule .schedule {
  padding: 40px 48px;
  /*.item span {display: none;}*/
}
@media screen and (max-width: 767px) {
  .contact_content .l-section-schedule .schedule {
    margin-top: 20px;
    padding: 30px 10px;
  }
}
.contact_content .l-section-schedule .schedule .ttl {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact_content .l-section-schedule .schedule .c-button-3 {
    padding: 15px 30px 15px 0;
  }
}
.contact_content .c-list-2 {
  margin-top: 60px;
}
.contact_content .c-list-2 span {
  display: block;
}
.contact_content .c-title-1 {
  text-align: center;
  margin-bottom: 40px;
}
.contact_content .tel_gas {
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_gas {
    padding-bottom: 30px;
  }
}
.contact_content .tel_gas::before {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: url("../img/bg_formline01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_gas::before {
    background-image: url("../img/bg_formline01-sp.svg");
  }
}
.contact_content .tel_gas .l-cta-2 .c-button-2 {
  height: 110px;
  padding: 0 30px 0 120px;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_gas .l-cta-2 .c-button-2 {
    height: 96px;
    padding: 0 20px 0 80px;
  }
}
.contact_content .tel_gas .l-cta-2 .c-button-2 .c-tel-2 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_gas .l-cta-2 .c-button-2 .c-tel-2 {
    font-size: 26px;
  }
}
.contact_content .tel_gas .l-cta-2 .c-button-2.ico_city::after {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../img/ico_otherservice04.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_gas .l-cta-2 .c-button-2.ico_city::after {
    width: 54px;
    height: 54px;
  }
}
.contact_content .tel_gas .l-cta-2 .c-button-2.ico_lp::after {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../img/ico_otherservice05.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_gas .l-cta-2 .c-button-2.ico_lp::after {
    width: 54px;
    height: 54px;
  }
}
.contact_content .tel_gas .l-cta-2 + p {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_gas .l-cta-2 + p {
    font-size: 16px;
    text-align: center;
  }
}
.contact_content .tel_gas .l-cta-2 + p + p {
  line-height: 2;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_gas .l-cta-2 + p + p {
    text-align: left;
  }
}
.contact_content .tel_showroom {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_showroom {
    padding-bottom: 70px;
  }
}
.contact_content .tel_showroom::after {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-grey.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
  width: 800px;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_showroom::after {
    width: 100%;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact_content .tel_showroom::after {
    background-image: url("../img/bg_wave-grey-sp.svg");
    background-size: contain;
  }
}
.contact_content .tel_showroom .l-cta-2 .c-button-2 {
  width: 390px;
  height: 110px;
  padding: 0 30px 0 120px;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_showroom .l-cta-2 .c-button-2 {
    height: 96px;
    padding: 0 20px 0 80px;
  }
}
.contact_content .tel_showroom .l-cta-2 .c-button-2 .c-tel-2 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_showroom .l-cta-2 .c-button-2 .c-tel-2 {
    font-size: 26px;
  }
}
.contact_content .tel_showroom .l-cta-2 .c-button-2 .txt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_showroom .l-cta-2 .c-button-2 .txt {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.contact_content .tel_showroom .l-cta-2 .c-button-2 .txt span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_showroom .l-cta-2 .c-button-2 .txt span {
    font-size: 14px;
  }
}
.contact_content .tel_showroom .l-cta-2 .c-button-2.ico_showroom::after {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../img/ico_otherservice06.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contact_content .tel_showroom .l-cta-2 .c-button-2.ico_showroom::after {
    width: 54px;
    height: 54px;
  }
}
.contact_content .tel_showroom .l-cta-2 + p {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_showroom .l-cta-2 + p {
    font-size: 17px;
    line-height: 1.4;
    gap: 10px;
  }
}
.contact_content .tel_showroom .l-cta-2 + p::before {
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url("../img/ico_warning01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_showroom .l-cta-2 + p::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact_content .tel_showroom .l-cta-2 + p {
    text-indent: 0;
    padding-left: 0;
  }
}
.contact_content .mail_wrap p {
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact_content .mail_wrap p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 40px;
  }
}
.contact_content .tel_showroom + .mail_wrap {
  margin: 90px 0 40px;
}
@media screen and (max-width: 767px) {
  .contact_content .tel_showroom + .mail_wrap {
    margin-top: 60px;
  }
}
.contact_content .wpcf7-spinner, .contact_content .wpcf7-not-valid-tip, .contact_content .wpcf7-response-output {
  display: none !important;
}
.contact_content .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}
.contact_content .wpcf7-list-item {
  margin: 0;
}
.contact_content .wpcf7-not-valid {
  border: 1px solid #DF4747 !important;
}

.contact_content.complete .complete__ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact_content.complete .complete__ttl {
    font-size: 20px;
  }
}
.contact_content.complete p {
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .contact_content.complete p {
    text-align: left;
  }
}
.contact_content.complete p + p {
  margin-top: 30px;
}
.contact_content.complete .c-button-3 {
  margin: 40px auto 0;
  display: table;
}
.contact_content.complete .c-button-3::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_arrow02_left.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  right: auto;
  left: 16px;
}

.style-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #80889B;
  border-radius: 9.5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  background-color: #F0FAFF;
  color: #767E91;
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
}
.style-input::-webkit-input-placeholder {
  color: #767E91;
  opacity: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.style-input::-moz-placeholder {
  color: #767E91;
  opacity: 1;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.style-input:-ms-input-placeholder {
  color: #767E91;
  opacity: 1;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.style-input::-ms-input-placeholder {
  color: #767E91;
  opacity: 1;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.style-input::placeholder {
  color: #767E91;
  opacity: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.style-input:focus::-webkit-input-placeholder {
  color: #767E91;
}
.style-input:focus::-moz-placeholder {
  color: #767E91;
}
.style-input:focus:-ms-input-placeholder {
  color: #767E91;
}
.style-input:focus::-ms-input-placeholder {
  color: #767E91;
}
.style-input:focus::placeholder {
  color: #767E91;
}
.style-input:not(:-moz-placeholder-shown) {
  color: #1E1E1E;
}
.style-input:not(:-ms-input-placeholder) {
  color: #1E1E1E;
}
.style-input:not(:placeholder-shown) {
  color: #1E1E1E;
}
.style-input:not(select):focus,
.style-input select:not(:invalid) {
  color: #1E1E1E;
}

.style-textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #80889B;
  border-radius: 9.5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  background-color: #F0FAFF;
  color: #767E91;
  width: 100%;
  min-height: 160px;
  padding: 20px;
  line-height: 1.6;
  resize: vertical;
}
.style-textarea::-webkit-input-placeholder {
  color: #767E91;
  opacity: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.style-textarea::-moz-placeholder {
  color: #767E91;
  opacity: 1;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.style-textarea:-ms-input-placeholder {
  color: #767E91;
  opacity: 1;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.style-textarea::-ms-input-placeholder {
  color: #767E91;
  opacity: 1;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.style-textarea::placeholder {
  color: #767E91;
  opacity: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.style-textarea:focus::-webkit-input-placeholder {
  color: #767E91;
}
.style-textarea:focus::-moz-placeholder {
  color: #767E91;
}
.style-textarea:focus:-ms-input-placeholder {
  color: #767E91;
}
.style-textarea:focus::-ms-input-placeholder {
  color: #767E91;
}
.style-textarea:focus::placeholder {
  color: #767E91;
}
.style-textarea:not(:-moz-placeholder-shown) {
  color: #1E1E1E;
}
.style-textarea:not(:-ms-input-placeholder) {
  color: #1E1E1E;
}
.style-textarea:not(:placeholder-shown) {
  color: #1E1E1E;
}
.style-textarea:not(select):focus,
.style-textarea select:not(:invalid) {
  color: #1E1E1E;
}

.select-wrapper {
  position: relative;
  width: 190px;
  height: 56px;
}

.style-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #80889B;
  border-radius: 9.5px;
  outline: none;
  font-size: 16px;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  background-color: #F0FAFF;
  color: #767E91;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #1E1E1E;
  padding: 15px 40px 15px 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3e%3cpath fill='%231E1E1E' d='M6 10L0 0h12z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
}
.style-select::-webkit-input-placeholder {
  color: #767E91;
  opacity: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.style-select::-moz-placeholder {
  color: #767E91;
  opacity: 1;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.style-select:-ms-input-placeholder {
  color: #767E91;
  opacity: 1;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.style-select::-ms-input-placeholder {
  color: #767E91;
  opacity: 1;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.style-select::placeholder {
  color: #767E91;
  opacity: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.style-select:focus::-webkit-input-placeholder {
  color: #767E91;
}
.style-select:focus::-moz-placeholder {
  color: #767E91;
}
.style-select:focus:-ms-input-placeholder {
  color: #767E91;
}
.style-select:focus::-ms-input-placeholder {
  color: #767E91;
}
.style-select:focus::placeholder {
  color: #767E91;
}
.style-select:not(:-moz-placeholder-shown) {
  color: #1E1E1E;
}
.style-select:not(:-ms-input-placeholder) {
  color: #1E1E1E;
}
.style-select:not(:placeholder-shown) {
  color: #1E1E1E;
}
.style-select:not(select):focus,
.style-select select:not(:invalid) {
  color: #1E1E1E;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  vertical-align: middle;
  margin: -1px 6px 0 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="0.5" y="0.5" width="24" height="24" rx="3.5" fill="%23F0FAFF" stroke="black"/%3E%3C/svg%3E');
  background-size: contain;
}
input[type=checkbox]:checked {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="25" height="25" rx="4" fill="%230E92D5"/%3E%3Cpath d="M7 13L11 17L19 8" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}
.wpcf7-not-valid input[type=checkbox] {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="0.5" y="0.5" width="24" height="24" rx="3.5" fill="%23F0FAFF" stroke="%23DF4747"/%3E%3C/svg%3E') !important;
}

input[type=submit],
input[type=button] {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
}

input[type=submit] {
  padding: 8px 45px 10px 30px;
}

input[type=button] {
  padding: 8px 30px 10px 45px;
}

@media screen and (max-width: 767px) {
  input[type=submit] {
    padding: 12px 45px 12px 30px;
  }
  input[type=button] {
    padding: 12px 30px 12px 45px;
  }
}
.select-wrapper-birth,
.select-wrapper-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.select-wrapper-birth .style-select,
.select-wrapper-double .style-select {
  padding: 10px 30px 10px 10px !important;
  min-height: 48px;
  background-position: right 10px center;
  background-size: 10px;
}

.select-birth-year .style-select {
  width: 90px !important;
}

.select-birth-month .style-select,
.select-birth-day .style-select {
  width: 70px !important;
}

.select-wrapper-double span .style-select {
  width: 100px !important;
}

@media screen and (max-width: 767px) {
  .select-wrapper-birth,
.select-wrapper-double {
    gap: 5px;
    font-size: 14px;
  }
}
.file-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .file-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
}

.file-btn-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.file-btn-wrapper .style-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.file-btn-wrapper .style-file::-webkit-file-upload-button {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}
.file-btn-wrapper .style-file::file-selector-button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.file-btn-wrapper .file-dummy-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 15px 10px 45px;
  min-width: 170px;
  min-height: 52px;
  background: #fff;
  border: 2px solid #1e1e1e !important;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 0 #1e1e1e !important;
  box-shadow: 0 5px 0 #1e1e1e !important;
  color: #1e1e1e;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: url("../img/ico_file01.svg") no-repeat left 16px center/20px 20px;
}
@media screen and (max-width: 767px) {
  .file-btn-wrapper .file-dummy-button {
    min-width: 150px;
  }
}
.file-btn-wrapper:hover .file-dummy-button {
  -webkit-box-shadow: 0 0 0 #1e1e1e !important;
  box-shadow: 0 0 0 #1e1e1e !important;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.file-name-display {
  font-size: 14px;
  color: #1E1E1E;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l-footer {
  margin-top: 0;
}
.l-footer::before {
  display: inline-block;
  width: 100%;
  height: 103px;
  background-image: url("../img/bg_footer01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  background-color: #fff;
  width: 100%;
  height: 103px;
  background-image: url("../img/bg_footer01.svg"), url("../img/bg_blue01.png");
  background-size: 1366px 103px, auto auto;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1024px) {
  .l-footer::before {
    height: 80px;
    background-size: auto 80px, auto auto;
  }
}

.contact_content .u-linkicon-1 {
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
  -webkit-text-decoration-color: #0e92d5;
  text-decoration-color: #0e92d5;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact_content .u-linkicon-1:link, .contact_content .u-linkicon-1:active, .contact_content .u-linkicon-1:visited {
  color: #0e92d5;
  cursor: pointer;
}
.contact_content .u-linkicon-1:hover {
  color: #0e92d5;
}
.contact_content .u-linkicon-1::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/ico_link02_blank.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  margin: 3px 5px 0;
}
.contact_content .u-linkicon-1:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

/* p-contact.scss の最後の方に追加 */
.contact_content__submit input[type=submit][disabled] {
  cursor: pointer !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}

/* p-contact.scss の最後の方 */
.contact_content__agree {
  position: relative;
  display: block;
}
.contact_content__agree label.error {
  display: block; /* !important を削除する */
  color: #DF4747 !important;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
