@charset "UTF-8";
/* Reset */
/* CSS Remedy */
*, ::after, ::before {
  box-sizing: border-box;
}

body {
  margin: 0;
}

img {
  border-style: none;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* wp reset */
.page-content, .entry-content, .entry-summary {
  margin: 0;
}

.veu_socialSet {
  margin-bottom: 0;
}

.veu_socialSet-position-after {
  margin-top: 0;
}

.veu_contentAddSection {
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}

button, a.button, input[type=button], input[type=reset], input[type=submit] {
  padding: 0;
}

.entry-header {
  display: none;
}

footer.entry-footer {
  display: none;
}

.comments-area {
  display: none;
}

.post-navigation {
  display: none;
}

.information-detail-wrap .entry-header {
  display: inline-block;
}

/* ------ */
img {
  max-width: 100%;
  height: auto;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  color: #333;
}

a,
a:focus {
  text-decoration: none;
  color: #444;
  transition: all 0.4s;
}

a img {
  border-style: none;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

html {
  overflow-x: hidden;
  line-height: 1.6;
  color: #444;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}

p {
  margin: 0;
}

.enTxt {
  font-family: "Alata", sans-serif;
}

.mincyo {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.relative {
  position: relative;
}

.attentionTxt {
  margin-left: 1em;
  text-indent: -1em;
}

.pcBlank {
  display: none;
}
@media screen and (max-width: 480px) {
  .pcBlank {
    display: block;
  }
}

.spBlank {
  display: block;
}
@media screen and (max-width: 480px) {
  .spBlank {
    display: none;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 2;
}
header nav {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
}
header nav h1 {
  margin: 16px 0;
}
@media screen and (max-width: 480px) {
  header nav h1 {
    height: auto;
    width: 120px;
  }
}
header nav ul {
  display: flex;
  justify-content: flex-end;
}
header nav ul li {
  align-self: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 32px;
}
header nav ul li a {
  color: #000;
}
@media screen and (max-width: 1024px) {
  header nav ul li {
    font-size: 1.5rem;
    margin: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  header nav ul li {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header nav ul li {
    font-size: 1.3rem;
  }
}
header nav ul .navContact {
  background-color: #0ABAB5;
  border-radius: 100px;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.6);
  color: #fff;
  margin: 0 0 0 32px;
}
header nav ul .navContact a {
  color: #fff;
  display: block;
  padding: 12px 24px;
}
@media screen and (max-width: 480px) {
  header nav ul .navContact a {
    padding: 8px 24px;
  }
}
@media screen and (max-width: 768px) {
  header nav ul .navContact {
    display: inline-block;
  }
}

#videoWrap {
  /* background: url(../images/top/bg_dot.png);
  background-size: 9px auto; */
  position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
  height: 100vh; /*高さを全画面にあわせる*/
}

#video-area {
  position: fixed;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.titleWrap {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .titleWrap {
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .titleWrap {
    padding: 20px 0;
  }
}
.titleWrap .bgTxt {
  color: #f1f1f1;
  font-family: "Alata", sans-serif;
  font-size: 12rem;
  font-weight: bold;
  line-height: 1em;
  text-align: left;
  position: absolute;
  top: 24px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .titleWrap .bgTxt {
    font-size: 10rem;
    top: 54px;
  }
}
@media screen and (max-width: 480px) {
  .titleWrap .bgTxt {
    font-size: 8rem;
  }
}
.titleWrap h2 {
  color: #0ABAB5;
  font-size: 3rem;
  margin: 0;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .titleWrap h2 {
    font-size: 2.4rem;
    padding: 54px 0;
  }
}
@media screen and (max-width: 480px) {
  .titleWrap h2 {
    font-size: 2rem;
    padding: 62px 0 30px;
  }
}

.mainImg {
  background: url(../images/bg_main.jpg) no-repeat;
  background-size: cover;
}
.mainImg .inner {
  margin: 0 auto;
  max-width: 1200px;
  height: 100vh;
}
.mainImg .inner .mainTxtWrap {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  margin: 0 0 0 20px;
}
.mainImg .inner .mainTxtWrap .mainCopy {
  background-color: #fff;
  color: #0ABAB5;
  display: inline-block;
  font-size: 4.5rem;
  font-weight: bold;
  margin: 16px 0;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .mainImg .inner .mainTxtWrap .mainCopy {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .mainImg .inner .mainTxtWrap .mainCopy {
    font-size: 2.2rem;
  }
}

.mainLayout {
  display: flex;
  justify-content: space-between;
  margin: 0 0 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mainLayout {
    flex-wrap: wrap;
    margin: 0;
  }
}
.mainLayout .mainRight {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .mainLayout .mainRight {
    width: 100%;
  }
}
.mainLayout .mainLeft {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .mainLayout .mainLeft {
    width: 100%;
  }
}
.mainLayout .layoutInner {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .mainLayout .layoutInner {
    max-width: none;
    width: 100%;
  }
}
.mainLayout .layoutInner .serviceMidashi {
  color: #0ABAB5;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .mainLayout .layoutInner .serviceMidashi {
    font-size: 1.8rem;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .mainLayout .layoutInner .serviceMidashi {
    font-size: 1.6rem;
  }
}
.mainLayout .layoutInner .serviceTxt {
  font-size: 1.8rem;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .mainLayout .layoutInner .serviceTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .mainLayout .layoutInner .serviceTxt {
    font-size: 1.4rem;
  }
}

.service {
  background-color: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 0;
  }
}
.service .mainLayout .mainLeft .layoutInner {
  padding: 80px 30px 90px 20px;
}
@media screen and (max-width: 768px) {
  .service .mainLayout .mainLeft .layoutInner {
    padding: 0 20px 40px 20px;
  }
}

.about {
  background-color: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .about .mainLayout .mainRight {
    order: 1;
  }
}
.about .mainLayout .mainRight dl {
  border-bottom: 1px solid #c8c8c8;
  display: flex;
  font-size: 1.6rem;
  flex-wrap: wrap;
  margin: 50px 20px 80px 30px;
}
@media screen and (max-width: 1024px) {
  .about .mainLayout .mainRight dl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .about .mainLayout .mainRight dl {
    font-size: 1.3rem;
  }
}
.about .mainLayout .mainRight dl dt {
  border-top: 1px solid #c8c8c8;
  width: 20%;
  padding: 16px 0;
}
.about .mainLayout .mainRight dl dt:first-child {
  border-top: none;
}
.about .mainLayout .mainRight dl dt:first-child + dd {
  border-top: none;
}
.about .mainLayout .mainRight dl dd {
  border-top: 1px solid #c8c8c8;
  padding: 16px 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .about .mainLayout .mainLeft {
    order: 2;
  }
}

.imgService {
  background: url(../images/img_service.jpg) no-repeat;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media screen and (max-width: 768px) {
  .imgService {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 360px;
  }
}

.imgAbout {
  background: url(../images/img_about.jpg) no-repeat;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 768px) {
  .imgAbout {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 360px;
  }
}

.business {
  background-color: #0ABAB5;
  text-align: center;
  padding: 80px 20px 100px;
}
@media screen and (max-width: 768px) {
  .business {
    padding: 30px 20px 50px;
  }
}
@media screen and (max-width: 480px) {
  .business {
    padding: 0 20px 50px;
  }
}
.business .titleWrap .bgTxt {
  color: #0ca7a3;
}
.business .titleWrap h2 {
  color: #fff;
}
.business .inner {
  margin: 0 auto;
  max-width: 1200px;
}
.business .inner .bizTxt {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .business .inner .bizTxt {
    font-size: 1.8rem;
    padding: 0 0 50px;
  }
}
.business ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .business ul {
    flex-wrap: wrap;
  }
}
.business ul li {
  background-color: #fff;
  padding: 0 30px 30px;
  position: relative;
  width: 31%;
}
@media screen and (max-width: 1024px) {
  .business ul li {
    padding: 0 16px 24px;
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .business ul li {
    margin: 0 0 20px;
    width: 100%;
  }
}
.business ul li .businessNo {
  color: #ebebeb;
  font-family: "Alata", sans-serif;
  font-size: 8.7rem;
  line-height: 1em;
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .business ul li .businessNo {
    font-size: 7rem;
    top: 16px;
  }
}
.business ul li h3 {
  color: #0ABAB5;
  font-size: 2rem;
  margin: 0;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .business ul li h3 {
    padding: 36px 0;
  }
}
@media screen and (max-width: 768px) {
  .business ul li h3 {
    font-size: 1.6rem;
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .business ul li h3 {
    padding: 40px 0;
  }
}
.business ul li .businessMidashi {
  color: #0ABAB5;
  font-size: 1.8rem;
  line-height: 1.8em;
  padding: 40px 0 32px;
}
@media screen and (max-width: 1024px) {
  .business ul li .businessMidashi {
    padding: 30px 0 24px;
    font-size: 1.5rem;
  }
}
.business ul li .businessTxt {
  font-size: 1.3rem;
  text-align: left;
}

.contact {
  background: url(../images/bg_contact.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 100px 0;
  }
}
@media screen and (max-width: 480px) {
  .contact {
    background: none;
    background-color: #e6e6e6;
    padding: 50px 0;
  }
}
.contact .inner {
  margin: 0 auto;
  max-width: 1200px;
}
.contact .inner .contactBtn {
  background-color: #0ABAB5;
  margin: 0 auto;
  width: 56%;
}
@media screen and (max-width: 768px) {
  .contact .inner .contactBtn {
    width: 80%;
  }
}
.contact .inner .contactBtn a {
  color: #088d89;
  font-weight: bold;
  display: block;
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .contact .inner .contactBtn a {
    padding: 30px 0;
  }
}
.contact .inner .contactBtn .contactTitle {
  color: #fff;
  font-family: "Alata", sans-serif;
  font-size: 3rem;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  .contact .inner .contactBtn .contactTitle {
    font-size: 2.4rem;
  }
}
.contact .inner .contactBtn h2 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}
.contact .inner .contactBtn .contactTxt {
  background-color: #ecfaf0;
  border-radius: 50px;
  font-size: 1.4rem;
  margin: 20px auto 0;
  padding: 5px;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .contact .inner .contactBtn .contactTxt {
    font-size: 1.2rem;
    width: 90%;
  }
}

footer {
  background-color: #03143f;
  padding: 48px 20px 24px;
  width: 100%;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .inner {
    flex-wrap: wrap;
  }
}
footer small {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 50px 0 0;
  text-align: right;
  width: 100%;
}
footer .footerLeft {
  text-align: left;
}
@media screen and (max-width: 768px) {
  footer .footerLeft {
    width: 100%;
  }
}
footer .footerLeft p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8em;
  padding: 30px 0;
}
footer .footerLeft p a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .footerRight {
    width: 100%;
  }
}
footer .footerRight p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8em;
}
footer .footerRight p a {
  color: #fff;
}
@media screen and (max-width: 480px) {
  footer .footerRight p {
    display: none;
  }
}

#page-top {
  color: #fff;
  position: absolute;
  top: -66px;
  right: 0;
  background-color: #03143f;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 5px 0 0;
  transition: all 0.4s;
}
#page-top:hover {
  opacity: 1;
  padding: 0;
  transition: all 0.4s;
}

/* ==========================================================================
   Contact
   ========================================================================== */
.contactArea {
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  .contactArea {
    padding: 70px 0;
  }
}
.contactArea .titleWrap {
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .contactArea .titleWrap {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea .titleWrap .bgTxt {
    top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .contactArea .titleWrap .bgTxt {
    top: 30px;
  }
}
.contactArea .inner {
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
}

.contactCheckArea {
  padding: 130px 0 0;
}
@media screen and (max-width: 768px) {
  .contactCheckArea {
    padding: 70px 0 0;
  }
}
.contactCheckArea .titleWrap {
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .contactCheckArea .titleWrap {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .contactCheckArea .titleWrap .bgTxt {
    top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .contactCheckArea .titleWrap .bgTxt {
    top: 30px;
  }
}
.contactCheckArea .inner {
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
}

.contactCheck {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .contactCheck {
    padding: 0 0 50px;
  }
}

.contact-read {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-read {
    font-size: 1.4rem;
  }
}

.contact-tel {
  background-color: #0ABAB5;
  border-radius: 15px;
  margin: 70px 0 0;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact-tel {
    margin: 40px 0 0;
    padding: 20px;
  }
}
.contact-tel h2 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contact-tel h2 {
    font-size: 2rem;
  }
}

.tel-wrap {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
@media screen and (max-width: 480px) {
  .tel-wrap {
    margin: 8px 0;
  }
}
.tel-wrap img {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .tel-wrap img {
    height: auto;
    width: 30px;
  }
}
.tel-wrap p.telNo {
  color: #fff;
  font-family: "Alata", sans-serif;
  font-size: 4rem;
}
.tel-wrap p.telNo a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tel-wrap p.telNo {
    font-size: 3rem;
  }
}

.tel-jikan {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .tel-jikan {
    font-size: 1.2rem;
  }
}

.contact-wrap {
  background-color: #f1f1f1;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .contact-wrap {
    padding: 60px 0;
  }
}
.contact-wrap h2 {
  font-size: 2.5rem;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .contact-wrap h2 {
    font-size: 2rem;
  }
}

.bizBtn {
  background-color: #0abab5;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin: 12px 0 0;
  padding: 12px 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bizBtn {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   Form
   ========================================================================== */
#formWrap {
  font-size: 16px;
  margin: 0 auto;
  max-width: 900px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #formWrap {
    font-size: 16px;
  }
}
#formWrap dl {
  color: #555;
  margin: 30px 0 0;
}
#formWrap dl dt {
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.6em;
  padding: 15px 0 0;
}
#formWrap dl dt span {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  #formWrap dl dt {
    font-size: 92%;
  }
}
#formWrap dl dd {
  box-sizing: border-box;
  padding: 12px 0;
  margin: 0;
  min-height: 62px;
}
#formWrap dl dd input.form_s {
  width: 75px;
}
#formWrap dl dd input.form_m {
  width: 250px;
}
#formWrap dl dd input.form_l {
  width: 100%;
}
#formWrap input {
  border: 1px solid #e3e1e1;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px;
}
#formWrap select {
  padding: 10px;
}
#formWrap textarea {
  border: 1px solid #e3e1e1;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}

#formWrap dt:first-child {
  border-top: none;
}

#formWrap dt:first-child + dd {
  border-top: none;
}

.req {
  color: #fa3500;
  font-size: 1.2rem;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .req {
    font-size: 74%;
  }
}

.formBtnWrap {
  text-align: center;
}

.submitWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .submitWrap {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
  }
}

.submitInner {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .submitInner {
    margin: 0 0 30px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .submitInner {
    margin: 0 0 30px;
    width: 46%;
  }
}

@media screen and (max-width: 768px) {
  #contact-input .submitInner {
    margin: 0 0 30px;
    width: 100%;
  }
}

.submitBtn button,
a.button, input[type=button], input[type=reset], input[type=submit] {
  background-color: #0ABAB5;
  border: medium none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 15px;
  transition: all 0.4s;
}

.submitBtn {
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  height: 60px;
  margin: 0 20px;
  width: 360px;
  transition: all 0.4s;
}
.submitBtn:hover {
  transition: all 0.4s;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .submitBtn {
    font-size: 100%;
    height: 50px;
    margin: 0;
    width: 100%;
  }
}

.returnBtn {
  background: #e9e9ed;
  border: none;
  cursor: pointer;
  height: 60px;
  margin: 0 20px;
  width: 360px;
  transition: all 0.4s;
}
.returnBtn:hover {
  background: #d0d0d6;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .returnBtn:hover {
    background: #d0d0d6;
    transition-duration: 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .returnBtn {
    height: 50px;
    margin: 0;
    width: 100%;
  }
}

.returnBg input[type=submit] {
  background-color: #999;
}

.returnBg input[type=submit]:hover {
  background-color: #666;
}

#formTxtArea h2 {
  color: #009944;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px;
}
#formTxtArea .recruitListWrap {
  margin: 40px 0 20px;
}
#formTxtArea .recruitList {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#formTxtArea .recruitTitle {
  background: #009944;
  box-sizing: border-box;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 15px;
  width: 30%;
  display: flex;
  align-items: center;
}
#formTxtArea .recruitContents {
  background: #daead9;
  box-sizing: border-box;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 15px;
  width: 70%;
}
#formTxtArea .privacyPolicy span {
  color: #009944;
  font-weight: bold;
}

#formWrap input[type=submit] {
  border: none;
}
@media screen and (max-width: 768px) {
  #formWrap input[type=submit] {
    padding: 0 20px;
  }
}

.formThanks {
  text-align: center;
}

.contactTopTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: center;
}

.contactBottomTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 50px 0 0;
}
.contactBottomTxt span {
  color: #0068b7;
  font-weight: bold;
}

.thanksTxt {
  text-align: center;
}

.contactCheckTitle {
  padding: 100px 0 0;
}

.contactThanks {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .contactThanks {
    text-align: left;
  }
}
.contactThanks p {
  font-size: 1.6rem;
  line-height: 2.2em;
}
.contactThanks p.thanksTitle {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 100px 0 20px;
}

#check .submitWrap {
  justify-content: space-between;
}
#check .submitInner {
  width: 48%;
}
#check .submitBtn {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #check .submitBtn {
    width: 300px;
  }
}
#check .returnBtn {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #check .returnBtn {
    width: 300px;
  }
}

#petwebbowList {
  background-color: #f9e5e9;
}
#petwebbowList .businessNo {
  color: #fff;
}
#petwebbowList h3 {
  color: #eb3358;
}
#petwebbowList .bizBtn {
  background-color: #ed6883;
}/*# sourceMappingURL=style.css.map */