@charset "UTF-8";
#contact .category {
  margin-top: 160px;
}

@media screen and (max-width: 600px) {
  #contact .category {
    margin-top: 100px;
  }
}
/* ------------------------------------- */
/* lower-mv
/* ------------------------------------- */
.lower-mv-contact {
  background: url(/img/contact/bg-contact.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 600px) {
  .lower-mv-contact {
    background: url(/img/contact/sp/bg-contact_sp.jpg) no-repeat center center/cover;
  }
}
/* ------------------------------------- */
/* tel
/* ------------------------------------- */
.tel {
  margin-top: 110px;
  padding-top: 0;
}
.tel-bg {
  padding-bottom: 50px;
}
.tel-bg::before {
  top: initial;
  bottom: 0;
  left: 0;
  height: 280px;
}
.tel-inner {
  max-width: 1000px;
  padding: 120px 40px 40px;
  background-color: #fff;
}
.tel-contents {
  position: relative;
  padding: 45px 0;
  border: solid 1px #ccc;
  text-align: center;
}
.tel-title {
  position: absolute;
  top: -27px;
  left: 50%;
  padding: 0 30px;
  transform: translateX(-50%);
  background-color: #fff;
  font-weight: 500;
  font-size: 3.6rem;
  white-space: nowrap;
}
.tel-text {
  font-size: 1.6rem;
}
.tel-number {
  margin-top: 46px;
  font-weight: 700;
  font-size: 2.2rem;
}
.tel-time {
  margin-top: 38px;
}

@media screen and (max-width: 600px) {
  .tel {
    margin-top: 70px;
  }
  .tel-bg {
    padding-bottom: 80px;
  }
  .tel-inner {
    margin: 0 5%;
    padding: 60px 20px 40px;
  }
  .tel-contents {
    padding: 70px 0 40px;
  }
  .tel-title {
    top: -30px;
    padding: 0 15px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .tel-text {
    line-height: 2;
  }
  .tel-number {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------- */
/* mailform
/* ------------------------------------- */
.mailform-inner {
  max-width: 1000px;
  padding: 160px 40px 60px;
  border-top: solid 1px #ccc;
  background-color: #fff;
}
.mailform-bg {
  padding-bottom: 60px;
}
.mailform-bg::before {
  top: initial;
  bottom: 0;
  height: 91%;
}
.mailform-wrapper {
  max-width: 830px;
  margin: 78px auto 0;
}
.mailform dl {
  display: flex;
  align-items: center;
  padding: 24px 20px;
  border: solid 1px #e8eced;
}
.mailform dl dt {
  font-weight: 700;
}
.mailform dl dt .caution {
  display: none;
}
.mailform dl dd {
  margin-left: 147px;
}
.mailform dl dd _:lang(x) + _:-webkit-full-screen-document,
.mailform dl dd label span {
  vertical-align: text-top;
}
.mailform dl dd label:not(:first-of-type) {
  margin-left: 30px;
}
.mailform dl dd input {
  vertical-align: bottom;
}
.mailform-text {
  margin-top: 30px;
  padding: 0 20px;
  line-height: 1.7;
}
.mailform-text span {
  color: #00a7df;
}
.mailform-text.contact-text {
  display: none;
}
.mailform-text.contact-text.is-show {
  display: block;
}
.mailform-text.tour-text {
  display: none;
}
.mailform-text.tour-text.is-show {
  display: block;
}
.mailform .recruit-text-wrapper {
  display: none;
}
.mailform .recruit-text-wrapper.is-show {
  display: block;
}
.mailform .recruit-text-wrapper .mailform-button {
  width: 250px;
  margin-top: 20px;
  padding-left: 20px;
}
.mailform .recruit-text-wrapper .mailform-button a {
  padding: 16px 0;
  font-size: 1.4rem;
}
.mailform .recruit-text-wrapper .mailform-button a::after {
  top: 45%;
  right: 20px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  background-color: transparent;
}
.mailform table {
  width: 100%;
  margin-top: 50px;
  padding: 15px 30px 0;
  border: solid 1px #e8eced;
}
.mailform table input,
.mailform table textarea {
  display: inline-block;
  width: 100%;
  height: 4rem;
  margin: auto;
  padding: 12px 20px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #fff;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: 2px;
}
.mailform table textarea {
  height: 120px;
}
.mailform table select {
  display: inline-block;
  padding: 9px 20px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #fff;
  color: #333;
  line-height: 1.5;
  font-family: source-han-serif-japanese, serif;
}
.mailform table ::placeholder {
  color: #ccc;
  font-family: source-han-serif-japanese, serif;
}
.mailform table .select-wrapper {
  display: inline-block;
  position: relative;
}
.mailform table .select-wrapper::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  content: "";
}
.mailform table tr {
  width: 100%;
}
.mailform table tr th {
  width: 20%;
  border-bottom: solid 1px #e5ebef;
  font-weight: 700;
  font-size: 1.4rem;
  vertical-align: middle;
  line-height: 1.3;
}
.mailform table tr th .caution {
  color: #00a7df;
  font-size: 0.8rem;
}
.mailform table tr td {
  width: 80%;
  padding: 15px 0 15px 14px;
  border-bottom: solid 1px #e5ebef;
  font-size: 1.4rem;
}
.mailform table tr td p span.is-error {
  display: block;
  margin-bottom: 10px;
  color: red;
}
.mailform table .textarea th,
.mailform table .textarea td {
  border-bottom: none;
}
.mailform table .question th,
.mailform table .question td {
  border-bottom: none;
}
.mailform table .request th,
.mailform table .request td {
  border-bottom: none;
}
.mailform table .addressbox_top {
  margin-bottom: 15px;
}
.mailform table .addressbox_text {
  width: 140px;
}
.mailform table .addressbox p {
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
}
.mailform table .addressbox_select {
  width: 200px;
  margin-left: 0px;
  padding: 9px 20px;
}
.mailform table .time select {
  width: 390px;
  margin: auto;
}
.mailform table .gender label:not(:first-of-type) {
  margin-left: 20px;
}
.mailform table .gender label span {
  vertical-align: middle;
}
.mailform table .gender label input {
  width: auto;
  margin: auto 8px auto auto;
}
.mailform table _:lang(x) + _:-webkit-full-screen-document,
.mailform table .gender input {
  width: 16px;
  height: 16px;
  padding: 0;
}
.mailform table _:lang(x) + _:-webkit-full-screen-document,
.mailform table .gender label:not(:first-of-type) {
  margin-top: 10px;
}
.mailform table .age input {
  width: 200px;
}
.mailform table .age span {
  margin-left: 9px;
}
.mailform table .resume_1 label,
.mailform table .resume_2 label {
  display: inline-block;
  width: 200px;
  padding: 12px 23px;
  border: solid 1px #e5ebef;
  border-radius: 3px;
  background-color: #fff;
  background-color: #f8f8f8;
  color: #333;
  font-family: source-han-serif-japanese, serif;
  text-align: left;
  cursor: pointer;
}
.mailform table .resume_1 input[type="file"],
.mailform table .resume_2 input[type="file"] {
  visibility: hidden;
  width: 0;
  height: 0;
  padding: 0;
}
.mailform table .resume_1 .file-text-area,
.mailform table .resume_2 .file-text-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
  padding: 10px 20px;
  background-color: #f8f8f8;
}
.mailform table .resume_1 .file-text-area p.file-text,
.mailform table .resume_2 .file-text-area p.file-text {
  width: 100%;
  max-width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mailform table .resume_1 .file-text-area input[type="button"],
.mailform table .resume_2 .file-text-area input[type="button"] {
  display: inline-block;
  display: none;
  width: 84px;
  margin: 0 0 0 auto;
  padding: 9px 0;
  border: solid 1px #e5ebef;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-family: source-han-serif-japanese, serif;
  text-align: center;
  cursor: pointer;
}
.mailform table .resume_1 .file-text-area input[type="button"].is-show,
.mailform table .resume_2 .file-text-area input[type="button"].is-show {
  display: block;
}
.mailform table .resume_1-text,
.mailform table .resume_2-text {
  margin-top: 10px;
  font-size: 1.2rem;
}
.mailform table .datebox_wrapper {
  display: flex;
  align-items: center;
}
.mailform table .datebox_wrapper .datepicker {
  width: 200px;
  margin: 0;
}
.mailform table .datebox_wrapper .datepicker-wrapper {
  position: relative;
}
.mailform table .datebox_wrapper .datepicker-wrapper::after {
  position: absolute;
  top: 47%;
  right: 20px;
  width: 22px;
  height: 23px;
  transform: translateY(-50%);
  background: url(/img/contact/icon-calendar.png) no-repeat center center/contain;
  content: "";
}
.mailform table .datebox_wrapper .select-wrapper {
  width: calc(100% - 200px);
  margin-left: 10px;
}
.mailform table .datebox_wrapper select {
  width: 100%;
  margin: 0;
}
.mailform table .number input {
  width: 200px;
}
.mailform table .number td span {
  margin-left: 9px;
  vertical-align: sub;
}
.mailform .privacy {
  width: 100%;
  max-width: 800px;
  height: 170px;
  margin: 40px auto 0;
  padding: 15px;
  overflow-y: scroll;
  border: solid 1px #000;
}
.mailform .privacy h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.6rem;
}
.mailform .privacy p {
  width: auto;
  margin: 0 2%;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 1.4px;
}
.mailform .privacy p.head {
  margin: 15px 0 5px;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: left;
}
.mailform .privacy ul {
  margin: 2% 0 0 2%;
}
.mailform .privacy ul li {
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.94;
}
.mailform .privacy ul li::before {
  margin-left: -1em;
  content: "・";
}
.mailform .privacyAgree {
  margin-top: 30px;
  letter-spacing: 1.4px;
  text-align: center;
}
.mailform .privacyAgree .is-error-privacy_check {
  margin-bottom: 8px;
  color: red;
}
.mailform .privacyAgree label {
  vertical-align: bottom;
}
.mailform .privacyAgree__check {
  margin: 0 3px 0 4px;
}
.mailform .btn-area {
  margin-top: 60px;
  text-align: center;
}
.mailform .btn-area input[type="submit"] {
  padding: 16px 73px;
  border: solid 1px #333;
  border-radius: 0px;
  background-color: #fff;
  color: #333;
  font-family: source-han-serif-japanese, serif;
  cursor: pointer;
  transition: 0.3s;
}
.mailform .btn-area input[type="submit"]:hover {
  background-color: #e8eced;
  transition: 0.3s;
}

.mailform input#fileflg {
  display: none;
}
.mailform input#fileflg.is-show {
  display: block;
  height: 0;
  width: 0;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 600px) {
  .mailform-bg {
    padding-bottom: 100px;
  }
  .mailform-bg::before {
    height: 93.2%;
  }
  .mailform-title {
    font-size: 2.4rem;
  }
  .mailform-inner {
    max-width: 100%;
    margin: 0 5%;
    padding: 100px 20px;
  }
  .mailform-wrapper {
    margin-top: 50px;
  }
  .mailform dl {
    display: block;
  }
  .mailform dl dd {
    margin: 23px 0 0 0;
  }
  .mailform dl dd label {
    display: block;
  }
  .mailform dl dd label:not(:first-of-type) {
    margin: 15px 0 0;
  }
  .mailform-text {
    margin-top: 50px;
    padding: 0;
  }
  .mailform .recruit-text-wrapper .mailform-button {
    padding-left: 0px;
    width: 100%;
  }
  .mailform table {
    display: block;
    padding: 0;
  }
  .mailform table tbody,
  .mailform table thead {
    display: block;
  }
  .mailform table .select-wrapper {
    width: 100%;
  }
  .mailform table tr {
    display: block;
    width: 100%;
  }
  .mailform table tr th {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: #f6f7f8;
    text-align: center;
  }
  .mailform table tr td {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
  .mailform table .addressbox_div {
    margin: 0 10px;
    vertical-align: middle;
  }
  .mailform table .addressbox_text {
    width: 43%;
  }
  .mailform table .addressbox p {
    display: block;
    margin: 15px 0;
  }
  .mailform table .addressbox_select {
    width: 100%;
    margin: 0;
  }
  .mailform table .time select {
    width: 100%;
  }
  .mailform table .gender td {
    padding: 24px 20px;
  }
  .mailform table .gender label {
    display: block;
  }
  .mailform table .gender label:not(:first-of-type) {
    margin-left: 0px;
  }
  .mailform table .age input {
    width: 190px;
  }
  .mailform table .resume_1 label,
  .mailform table .resume_2 label {
    padding: 9px 20px;
  }
  .mailform table .resume_1 .file-text-area,
  .mailform table .resume_2 .file-text-area {
    padding: 10px;
  }
  .mailform table .resume_1 .file-text-area p.file-text,
  .mailform table .resume_2 .file-text-area p.file-text {
    max-width: 200px;
  }
  .mailform table .resume_1 .file-text-area input[type="button"],
  .mailform table .resume_2 .file-text-area input[type="button"] {
    width: 65px;
    font-size: 1.2rem;
  }
  .mailform table .resume_1-text,
  .mailform table .resume_2-text {
    padding-left: 1.2rem;
    line-height: 1.5;
    text-align: left;
    text-indent: -1.2rem;
  }
  .mailform table .datebox_wrapper {
    display: block;
  }
  .mailform table .datebox_wrapper .datepicker {
    width: 100%;
  }
  .mailform table .datebox_wrapper .select-wrapper {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .mailform table .number input {
    width: 90%;
  }
  .mailform table .number td span {
    margin-left: 10px;
  }
  .mailform .privacy-wrapper .inner {
    padding: 0;
  }
  .mailform .privacyAgree {
    margin-top: 50px;
  }
  .mailform .privacy h2 {
    font-size: 1.4rem;
  }
  .mailform .privacy p {
    line-height: 1.4;
  }
  .mailform .btn-area {
    margin-top: 50px;
  }
}
/* ------------------------------------- */
/* post
/* ------------------------------------- */
.post {
  display: none;
  margin-top: 61px;
  padding-bottom: 60px;
}
.post.is-show {
  display: block;
}
.post-inner {
  max-width: 1000px;
  padding: 60px 40px 44px;
  background-color: #fff;
}
.post-contents {
  position: relative;
  padding: 60px 0 40px;
  border: solid 1px #cccccc;
}
.post-title {
  position: absolute;
  top: -20px;
  left: 50%;
  padding: 0 20px;
  transform: translateX(-50%);
  background-color: #fff;
  font-size: 3.6rem;
  white-space: nowrap;
}
.post-text {
  line-height: 2.57;
  text-align: center;
}
.post-text span {
  font-weight: 700;
}
.post-address {
  margin-top: 40px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .post {
    margin-top: 50px;
    padding-bottom: 0;
  }
  .post-inner {
    max-width: 100%;
    margin: 0 5%;
    padding: 60px 20px 40px;
  }
  .post-contents {
    padding: 60px 0;
  }
  .post-title {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
  .post-text {
    font-size: 1.6rem;
  }
  .post-address {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------- */
/* confirm
/* ------------------------------------- */
#confirm table {
  padding: 60px 30px;
}
#confirm table td {
  padding: 20px 0;
}

#confirm .btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
#confirm .btn-area a.return-btn,
#confirm .btn-area a.submit-btn {
  display: inline-block;
  position: relative;
  width: 250px;
  padding: 18px 0;
  border: solid 1px #333;
  font-size: 1.4rem;
  font-family: trajan-pro-3, serif;
  letter-spacing: 1.2px;
}
#confirm .btn-area a.return-btn {
  transition: 0.3s;
}
#confirm .btn-area a.return-btn:hover {
  background-color: #e8eced;
  transition: 0.3s;
}
#confirm .btn-area a.submit-btn {
  margin-left: 30px;
  background-color: #e8eced;
  transition: 0.3s;
}
#confirm .btn-area a.submit-btn:hover {
  background-color: #fff;
  transition: 0.3s;
}

@media screen and (max-width: 600px) {
  #confirm .mailform-bg::before {
    height: 88%;
  }
  #confirm table {
    padding: 0;
  }
  #confirm table td {
    padding: 20px 10px;
  }
  #confirm .btn-area {
    flex-direction: column;
  }
  #confirm .btn-area a.submit-btn {
    margin: 30px 0 0;
  }
}
/* ------------------------------------- */
/* thanks
/* ------------------------------------- */
.thanks-inner {
  max-width: 1000px;
}
.thanks-subtitle {
  margin-top: 50px;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}
.thanks-text {
  margin-top: 30px;
  line-height: 2;
  text-align: center;
}
.thanks-button {
  width: 250px;
  margin: 40px auto 0;
}

@media screen and (max-width: 600px) {
  .thanks-inner {
    mask-clip: 1000px;
  }
  .thanks-subtitle {
    line-height: 1.7;
  }
}
