:root {
  --RWDWidth: 1024px;
}

.contactPage main {
  margin-bottom: 0 !important;
}
.contactPage .mainBox {
  padding-top: 0;
  background: none;
}
.contactPage .outerBox:has(.inquiryBox) {
  max-width: none;
  padding-top: 12vw;
  background: url("../images/in/cbg.jpg") center top repeat-x;
}
.contactPage .inquiryBox {
  position: relative;
  z-index: 5;
}
.contactPage .inquiryBox .listBox {
  max-width: 990px;
  margin: 0 auto 50px;
}
.contactPage .inquiryBox .listBox .item {
  display: flex;
  align-items: stretch;
  border: #1B4A2D 1px solid;
}
@media screen and (max-width: 767px) {
  .contactPage .inquiryBox .listBox .item {
    flex-direction: column;
    gap: 20px;
    background: #FFF;
  }
}
.contactPage .inquiryBox .listBox .item a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .contactPage .inquiryBox .listBox .item a {
    flex-direction: column;
  }
}
.contactPage .inquiryBox .listBox .item .titleF {
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 20px;
  background: #1B4A2D;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--clamp18);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contactPage .inquiryBox .listBox .item .titleF {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
}
.contactPage .inquiryBox .listBox .item .picBox {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactPage .inquiryBox .listBox .item .infoBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .contactPage .inquiryBox .listBox .item .infoBox {
    padding: 0;
    text-align: center;
  }
}
.contactPage .inquiryBox .listBox .item .subTitle {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}
.contactPage .inquiryBox .listBox .item .title {
  font-size: var(--clamp28);
  line-height: 1.2;
  color: #000;
  transition: all 0.3s ease;
}
.contactPage .inquiryBox .listBox .item .title span {
  color: #1B4A2D;
}
.contactPage .inquiryBox .listBox .item .del {
  width: 10%;
  min-width: 40px;
  position: relative;
  border-left: #1B4A2D 1px solid;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contactPage .inquiryBox .listBox .item .del {
    width: 100%;
    height: 40px;
    background: #1B4A2D;
    border: none;
  }
}
.contactPage .inquiryBox .listBox .item .del::before, .contactPage .inquiryBox .listBox .item .del::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 20px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #1B4A2D;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contactPage .inquiryBox .listBox .item .del::before, .contactPage .inquiryBox .listBox .item .del::after {
    background: #fff;
  }
}
.contactPage .inquiryBox .listBox .item .del::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.contactPage .inquiryBox .listBox .item .del:hover {
  background: #1B4A2D;
}
@media screen and (max-width: 767px) {
  .contactPage .inquiryBox .listBox .item .del:hover {
    background: #FFCC00;
  }
}
.contactPage .inquiryBox .listBox .item .del:hover::before, .contactPage .inquiryBox .listBox .item .del:hover::after {
  background: #FFF;
}
.contactPage .btnMore {
  width: 100%;
  max-width: 250px;
  color: #1B4A2D;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  padding: 0;
  font-size: 0.9375rem;
  margin-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .contactPage .btnMore {
    margin-bottom: 40px;
  }
}
.contactPage .btnMore::before, .contactPage .btnMore::after {
  content: "";
  height: 2px;
  display: block;
  flex-grow: 1;
  background: #1B4A2D;
}
.contactPage .titleBox {
  margin: 0 auto;
}
.contactPage .titleBox .title {
  font-size: var(--clamp54);
  font-weight: 800;
  line-height: 1.2;
  position: relative;
  isolation: isolate;
  text-align: center;
  margin-bottom: 20px;
}
.contactPage .titleBox .description {
  font-size: var(--clamp21);
  max-width: 900px;
  margin: 0 auto 4%;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contactPage .titleBox .description {
    margin-bottom: 40px;
  }
}
.contactPage .bottomBox {
  margin: 0 auto;
  background: #FFF;
  position: relative;
  z-index: 2;
  padding-top: 6vw;
  margin-bottom: 8vw;
}
@media screen and (max-width: 767px) {
  .contactPage .bottomBox {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.contactPage .bottomBox .formBox {
  max-width: 1100px;
  margin: 0 auto;
}
.contactPage .infoBox {
  display: flex;
  position: relative;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .contactPage .infoBox {
    flex-direction: column;
  }
}
.contactPage .infoBox .box {
  width: 50%;
  padding: 7vw 5vw 7vw;
  background: url("../images/in/cbg2.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contactPage .infoBox .box {
    width: 100%;
    padding: 40px 20px;
  }
}
.contactPage .infoBox .box .boxTitle {
  color: #fff;
  font-size: var(--clamp54);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.contactPage .infoBox .box .notice {
  color: #fff;
  margin-bottom: 50px;
  font-size: var(--clamp21);
}
.contactPage .infoBox .box .info {
  color: #fff;
}
.contactPage .infoBox .box .info ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contactPage .infoBox .box .info ul li {
  position: relative;
  padding-left: 35px;
  font-size: var(--clamp18);
}
.contactPage .infoBox .box .info ul li::before {
  content: "";
  width: 23px;
  height: 23px;
  background-color: #FFCC00;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .contactPage .infoBox .box .info ul li::before {
    top: 3px;
  }
}
.contactPage .infoBox .box .info ul li.address::before {
  -webkit-mask: url("../images/icon/icon_location.svg") center no-repeat;
          mask: url("../images/icon/icon_location.svg") center no-repeat;
}
.contactPage .infoBox .box .info ul li.tel::before {
  -webkit-mask: url("../images/icon/icon_tel.svg") center no-repeat;
          mask: url("../images/icon/icon_tel.svg") center no-repeat;
}
.contactPage .infoBox .box .info ul li.mail::before {
  -webkit-mask: url("../images/icon/icon_mail.svg") center no-repeat;
          mask: url("../images/icon/icon_mail.svg") center no-repeat;
}
.contactPage .infoBox .box .info ul li .title {
  color: #fff;
  font-size: var(--clamp21);
  font-weight: 600;
  color: #FFF;
}
.contactPage .infoBox .box .info ul li .con {
  color: #C0C7C6;
}
.contactPage .infoBox .box .info ul li span {
  color: #FFCC00;
}
.contactPage .infoBox .box .info ul li a {
  color: #C0C7C6;
  transition: all 0.3s ease;
}
.contactPage .infoBox .box .info ul li a:hover {
  color: #FFCC00;
}
.contactPage .infoBox .map {
  width: 50%;
  filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  .contactPage .infoBox .map {
    width: 100%;
    height: 300px;
  }
}
.contactPage .infoBox .map iframe {
  width: 100%;
  height: 100%;
}

.pageBtnBox .send {
  padding: 20px 30px 18px;
  margin: 0 auto;
}

.contactOk main {
  margin-bottom: 0 !important;
}
.contactOk main .mainBox {
  padding-bottom: 5%;
}
.contactOk section {
  text-align: center;
}
.contactOk .unitTitleBox .title {
  max-width: 570px;
  margin: 0 auto;
  line-height: 1.2;
  font-size: var(--clamp54);
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .contactOk .unitTitleBox .title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .contactOk .unitTitleBox .title {
    font-size: 1.5rem;
  }
}
.contactOk .txt {
  color: #333333;
  font-size: var(--clamp18);
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .contactOk .txt {
    font-size: 1rem;
  }
}
.contactOk .subTitle {
  width: 100%;
  max-width: 450px;
  color: #FFCC00;
  background: #1B4A2D;
  font-weight: 700;
  font-size: var(--clamp20);
  padding: 7px 0 5px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.contactOk .subTitle::before, .contactOk .subTitle::after {
  content: "";
  height: 2px;
  display: block;
  flex-grow: 1;
  background: #FFCC00;
}/*# sourceMappingURL=contact.css.map */