@charset "UTF-8";

/* .lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
} */
/* ------------共通設定--------------- */
body {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: white;
  line-height: 1.5;
  color: #061F36;
}

h2 {
  font-size: 45px;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #005098;
  position: relative;
  padding-left: 25px;
  margin: 40px 0 80px 5%;
}

h2:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: 344px;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 2px transparent;
  border-bottom: solid 18px #005098;
  transform: rotate(-45deg);
}

h2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 100px;
  width: 250px;
  border-bottom: solid 1px #005098;

}

.spbr {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .spbr {
    display: inline;
  }
}

/* ==============メインビジュアル==================== */
.mv-sp {
  display: none;
}

h1 {
  position: relative;
}

.logo {
  position: absolute;
  z-index: 1000;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}

@media screen and (max-width: 768px) {
  .mv-pc {
    display: none;
  }

  .mv-sp {
    display: block;
    width: 100%;
  }

  .logo {
    bottom: -30px;
    width: 200px;
  }
}

/* ==============求人==================== */
.preop {
  display: flex;
  margin: 0 auto 100px;
  width: 90%;
  max-width: 850px;
}

.inner-txt {
  text-align: center;
  background: rgba(255, 255, 255, 0.96);
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 0;
  width: 90%;
}

.inner-txt p {
  margin-bottom: 25px;
}

.txt-content h3 {
  color: #005098;
  margin-bottom: 15px;
}

.txt-content h3,
.txt-content h4 {
  font-weight: 700;
}

.inner-bg {
  background-image: url(../../asset/images/bg01.webp);
  background-size: cover;
  padding: 40px 0;
}

.txt-detail p {
  text-align: left;
  line-height: 2;
  margin-bottom: 0;
  margin-left: 5%;
}

.txt-detail {
  margin: 2em 0;
  position: relative;
  padding: 25px;
  border-top: solid 1px #005098;
  border-bottom: solid 1px #005098;
  max-width: 550px;
  width: 90%;
  margin: 0 auto;
}

.txt-detail:before,
.txt-detail:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 1px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #005098;
}

.txt-detail:before {
  left: 10px;
}

.txt-detail:after {
  right: 10px;
}

.txt-detail h4 {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  h2 {
    margin: 40px 0 50px 2%;
    font-size: 30px;
  }

  h2:before {
    bottom: -5px;
    left: 223px;
  }

  h2:after {
    bottom: -3px;
    left: 80px;
    width: 150px;
  }

  .preop {
    margin: 0 auto 60px;
    width: 90%;
  }

  .txt-detail p {
    margin-left: 0;
  }

  .inner-txt p {
    margin-bottom: 15px;
  }

  .inner-txt {
    padding: 30px 0;
  }

  .txt-detail {
    padding: 15px 20px;
  }

  .inner-bg {
    padding: 30px 0;
  }

  .txt-content h3 {
    margin-bottom: 10px;
  }
}

/* ==============アクセス==================== */
.access-detal {
  display: flex;
  justify-content: center;
  border: 1px solid #061F36;
  padding: 30px;
}

dl {
  display: flex;
  margin-bottom: 15px;
}

dl:last-of-type {
  margin-bottom: 0;
}

.access-conent h3 {
  font-size: 30px;
  color: #005098;
  margin-bottom: 10px;
}

.access-inner h4 {
  font-size: 30px;
  font-family: "Lora", serif;
  margin-bottom: 30px;
}

.access-inner {
  width: 50%;
}

dt {
  font-family: "Lora", serif;
  width: 20%;
}

dd {
  width: 80%;
}

.access-detal iframe {
  width: 50%;
}

.access-conent {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 40px;
}

#access h2 {
  margin: 80px 0 70px 5%;
}

@media screen and (max-width: 768px) {
  #access h2 {
    margin: 40px 0 30px 2%;
  }

  .access-conent h3 {
    font-size: 22px;
  }

  .access-inner h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .access-detal {
    display: block;
    padding: 20px;
  }

  .access-detal iframe {
    width: 100%;
    height: 180px;
  }

  dd {
    width: 60%;
  }

  dt {
    width: 40%;
  }

  dl {
    margin-bottom: 12px;
  }

  .access-inner {
    width: 100%;
  }

  dl:last-of-type {
    margin-bottom: 20px;
  }
}

/* ==============フッター==================== */
.copy {
  font-size: 15px;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #005098;
  text-align: center;
  padding: 1px 0 5px;
}

.footerimg {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .footerimg {
    margin-top: 20px;
  }

  .copy {
    font-size: 12px;
    padding: 0 0 4px;
  }
}

/* ======-top btn====== */
.page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  background: #005098;
  color: #fff;
  transition: 0.3s;
  font-family: "Lora", serif;
  font-size: 20px;
  z-index: 1000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  opacity: .95;
}

/* マウスオーバー時 */
.page_top_btn:hover {
  opacity: .8;
  transition: .4s;
}

.content.white {
  height: 500px;
  background-color: #fff;
}

.content.gray {
  height: 500px;
  background-color: #eee;
}

@media screen and (max-width: 768px) {
  .page_top_btn {
    font-size: 18px;
    bottom: 70px;
  }

  .page_top_btn:hover {
    background: rgb(0, 80, 152, 1);
    color: rgb(255, 255, 255, 1);
  }
}

/* ======-予約 btn====== */
.reserve {
  position: fixed;
  right: 0px;
  top: -10px;
  z-index: 1000;
  /* width: 13.75rem;
    padding: 0.75rem 0.75rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 110px 110px 0 0;
    box-shadow: 0 0 30px rgba(90, 116, 138, 0.3);
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center; */
}

.reserve:hover {
  opacity: .8;
  transition: .4s;
}

.web_reserve a {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  transform: translateY(0px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 300px;
  height: 90px;
  letter-spacing: 0;
  transform: translateY(10px);
  color: #fff;
  background-color: green;
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -5px;
}

.web_reserve-txt {
  font-size: 19px;
  font-weight: 600;
}

.reserce_tel {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .web_reserve a {
    height: 65px;
    width: 100%;
  }

  .reserve {
    left: 0px;
    bottom: 0;
    right: auto;
    top: auto;
    width: 100%;
  }

  .web_reserve-txt {
    font-size: 18px;
    font-weight: 600;
    margin-top: -5px;
  }
}

/* =====Anime==== */
.anime {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.anime.active {
  opacity: 1;
  transform: translateY(0);
}

.seo-title {
  display: none;
}

/* 20260414 ここから追加 */
/*---------------------------------
    下層
---------------------------------*/
.low header {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 180px;
  z-index: 199;
}

.low #mv {
  position: relative;
  z-index: 1;
  height: 300px;
  text-align: center;
  background-color: #000;
}

.low #mv:after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-image-set(url("/asset/images/mv.webp") type("image/webp"), url("/asset/images/mv01.jpg") type("image/jpg"));
  background-image: image-set(url("/asset/images/mv.webp") type("image/webp"), url("/asset/images/mv.jpg") type("image/jpg"));
  background-position: 100% 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5;
}

.low #mv h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  writing-mode: horizontal-tb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-size: 46px; */
  font-size: 40px;
  color: #fff;
  /* font-weight: 700; */
  margin: 0;
}

.low #mv.anime {
  transform: translateY(0);
  opacity: 1;
}

.low #mv.anime:after {
  opacity: 1;
}

.low #mv.anime h2 {
  opacity: 0;
  transform: translate(-50%, -20%);
}

.low #mv h2:before {
  position: absolute;
  content: '';
  bottom: -5px;
  left: calc(100% + 35px);
  width: 0;
  height: 0;
  border: none;
  border-right: solid 2px transparent;
  border-bottom: solid 18px #fff;
  transform: rotate(-45deg);
}

.low #mv h2:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0px;
  width: calc(100% + 40px);
  border-bottom: solid 1px #fff;

}

.low #mv.anime.active:after {
  opacity: 0.5;
  transition: 1s all ease-out;
}

.low #mv.anime.active h2 {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: 0.5s all ease-out;
  transition-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .low header {
    top: 10px;
    left: 10px;
    width: 80px;
  }

  .low #mv {
    background: #000;
    height: 200px;
  }

  .low #mv h2 {
    font-size: 28px;
    white-space: nowrap;
    margin-left: -0.5em;
  }
}

#contact {
  position: relative;
  padding: 60px 0 100px;
  overflow: hidden;
}

#contact h2 {
  position: absolute;
  top: 0px;
  right: -0.84em;
  line-height: 1;
}

#contact p.lead_txt {
  margin: 0 5% 40px;
  text-align: center;
}

#contact .btn {
  text-align: center;
}

#contact .btn a,
#contact .btn button {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  max-width: 280px;
  /* background-color: #cead50; */
  background-color: #0D589D;
  color: #fff;
  cursor: pointer;
  transition: 0.3s all ease-out;
  font-weight: 500;
  letter-spacing: 0.5px;
}

#contact .btn a:hover,
#contact .btn button:hover {
  opacity: 0.7;
}

#contact #form-wrap {
  max-width: 800px;
  margin: auto;
  box-shadow: rgba(200, 200, 200, 0.4) 0px 0px 12px;
  box-sizing: border-box;
  padding: 40px 60px 60px;
  position: relative;
}

#contact #form-wrap table {
  width: 100%;
  margin-bottom: 40px;
}

#contact #form-wrap table input[type=text],
#contact #form-wrap table input[type=email],
#contact #form-wrap table textarea {
  border: 1px solid rgba(179, 164, 124, 0.3);
  box-sizing: border-box;
  padding: 20px;
  font-size: 16px;
  width: 100%;
}

#contact #form-wrap table input[type=text]::-moz-placeholder,
#contact #form-wrap table input[type=email]::-moz-placeholder,
#contact #form-wrap table textarea::-moz-placeholder {
  color: #aaa;
}

#contact #form-wrap table input[type=text]::placeholder,
#contact #form-wrap table input[type=email]::placeholder,
#contact #form-wrap table textarea::placeholder {
  color: #aaa;
}

#contact #form-wrap table textarea {
  height: 200px;
}

#contact #form-wrap table input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact #form-wrap table input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: "";
}

#contact #form-wrap table .radio-wrap {
  position: relative;
}

#contact #form-wrap table .radio-wrap label {
  margin-right: 1em;
}

#contact #form-wrap table .radio-wrap:has(p) {
  padding-bottom: 2.5em;
}

#contact #form-wrap table .radio-wrap .error-message {
  position: absolute;
  bottom: 15px;
  left: 0;
}

#contact #form-wrap table th,
#contact #form-wrap table td {
  padding: 20px 30px;
  border-bottom: 1px solid #0D589D;
  vertical-align: middle;
}

#contact #form-wrap table th {
  width: 14em;
  white-space: nowrap;
  font-weight: 500;
}

#contact #form-wrap table td {
  padding-right: 0px;
  padding-left: 0px;
}

#contact #form-wrap table.confirm_table+p {
  display: flex;
  text-align: center;
  justify-content: center;
}

#contact #form-wrap table.confirm_table+p input {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 40%;
  max-width: 280px;
  background-color: #0D589D;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s all ease-out;
}

#contact #form-wrap table.confirm_table+p input:hover {
  opacity: 0.7;
}

#contact #form-wrap table.confirm_table+p input[type=submit] {
  margin-right: 20px;
}

#contact #form-wrap table.confirm_table+p input[type=button] {
  background-color: #ccc;
}

#contact #form-wrap .confirm_txt {
  text-align: center;
  margin: 20px 0 40px;
}

#contact #form-wrap .confirm_txt strong {
  font-weight: 700;
}

#contact #form-wrap .confirm_txt .sp_br {
  display: none;
}

#contact .thanks {
  padding: 60px 0 40px;
}

#contact .thanks h3 {
  font-size: 120px;
  font-family: "futura-pt", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #0D589D;
  line-height: 1;
  margin-bottom: 60px;
  text-align: center;
}

#contact .thanks p {
  text-align: center;
  font-size: 22px;
}

#contact .thanks .btn {
  margin: 60px 0 0;
}

#contact .copy_mail {
  display: none;
}

@media screen and (max-width: 850px) {
  #contact h2 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #contact {
    padding: 40px 5% 80px;
  }

  #contact h2 {
    display: none;
  }

  #contact p.lead_txt {
    margin: 0 5% 20px;
    text-align: left;
  }

  #contact .btn a,
  #contact .btn button {
    height: 50px;
    line-height: 50px;
  }

  #contact .btn a:hover,
  #contact .btn button:hover {
    opacity: 1;
  }

  #contact #form-wrap {
    max-width: 100%;
    padding: 15px 20px 30px;
  }

  #contact #form-wrap table {
    width: 100%;
    margin-bottom: 30px;
  }

  #contact #form-wrap table input[type=text],
  #contact #form-wrap table input[type=email],
  #contact #form-wrap table textarea {
    padding: 10px;
  }

  #contact #form-wrap table textarea {
    height: 150px;
  }

  #contact #form-wrap table .radio-wrap {
    position: relative;
  }

  #contact #form-wrap table .radio-wrap label {
    margin-right: 1em;
  }

  #contact #form-wrap table .radio-wrap:has(p) {
    padding-bottom: 2.5em;
  }

  #contact #form-wrap table .radio-wrap .error-message {
    position: absolute;
    bottom: 15px;
    left: 0;
  }

  #contact #form-wrap table th,
  #contact #form-wrap table td {
    padding: 15px 10px;
    box-sizing: border-box;
    float: left;
    width: 100%;
  }

  #contact #form-wrap table th {
    width: 100%;
    padding-bottom: 0px;
    border-bottom: 0px;
    padding-left: 0px;
  }

  #contact #form-wrap table td {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 10px;
  }

  #contact #form-wrap table.confirm_table+p {
    display: flex;
    text-align: center;
    justify-content: center;
  }

  #contact #form-wrap table.confirm_table+p input {
    height: 50px;
    line-height: 50px;
    width: 44%;
    max-width: 280px;
    cursor: pointer;
  }

  #contact #form-wrap table.confirm_table+p input:hover {
    opacity: 1;
  }

  #contact #form-wrap table.confirm_table+p input[type=submit] {
    margin-right: 10px;
  }

  #contact #form-wrap .confirm_txt {
    text-align: center;
    margin: 10px 0 20px;
  }

  #contact #form-wrap .confirm_txt .sp_br {
    display: block;
  }

  #contact .thanks {
    padding: 40px 0 0;
    box-sizing: border-box;
  }

  #contact .thanks h3 {
    font-size: 60px;
    margin-bottom: 30px;
  }

  #contact .thanks p {
    font-size: 18px;
  }

  #contact .thanks .btn {
    margin: 30px 0 0;
  }

  .thanks-page {
    min-height: calc(100vh - 30px);
    min-height: calc(100svh - 30px);
  }
}

#contact h3.ttl {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
}

#contact h3.ttl span {
  display: inline-block;
  line-height: 1.2;
  /* font-weight: 700; */
  font-weight: 400;
  position: relative;
  padding-bottom: 5px;
  color: #0D589D;
  padding: 0 40px 10px;
}

#contact h3.ttl span:before {
  content: "";
  width: 100%;
  /* height: 2px; */
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0D589D;
}

#contact h3.ttl span:after {
  content: "";
  width: 100%;
  /* height: 2px; */
  height: 1px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0D589D;
}

#contact th .note {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
}

#contact .btn-list {
  margin-bottom: 60px;
}

#contact .btn-list ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}

#contact .btn-list ul li {
  max-width: 280px;
  width: 40%;
  text-align: center;
}

#contact .btn-list ul li a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  color: #0D589D;
  cursor: pointer;
  /* font-weight: 700; */
  font-weight: 400;
  transition: 0.3s all ease-out;
  border-bottom: 1px solid #0D589D;
  font-size: 20px;
  position: relative;
}

#contact .btn-list ul li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  /* border-top: 13px solid #B3A47C; */
  border-top: 10px solid #0D589D;
  border-bottom: 0;
  position: absolute;
  /* bottom: -13px; */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

#contact .recruitment {
  background-color: #e6f0f4;
  padding: 60px 0;
  margin-bottom: 60px;
}

#contact .recruitment .lead_txt {
  font-size: 18px;
  padding: 20px 0 0;
}

#contact .recruitment .lead_txt strong {
  font-size: 24px;
  /* font-weight: 700; */
  font-weight: 400;
  display: block;
  line-height: 1.4;
  margin-bottom: 50px;
}

#contact .recruitment .lead_txt a {
  color: #0D589D;
  text-decoration: underline;
}

#contact .recruitment .lead_txt a:hover {
  text-decoration: none;
}

#contact .recruitment h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #0D589D;
}

#contact .recruitment h4 span {
  display: flex;
  align-items: center;
}

#contact .recruitment h4 span:before,
#contact .recruitment h4 span:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #0D589D;
}

#contact .recruitment h4 span:before {
  margin-right: 1rem;
}

#contact .recruitment h4 span:after {
  margin-left: 1rem;
}

#contact .recruitment .table-wrap {
  padding: 0 40px;
  max-width: 800px;
  box-sizing: border-box;
  margin: auto;
}

#contact .recruitment table {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

#contact .recruitment table th,
#contact .recruitment table td {
  text-align: left;
  padding: 10px 40px;
  border-bottom: 1px dotted #0D589D;
  font-size: 18px;
}

#contact .recruitment table th {
  width: 8em;
  box-sizing: border-box;
  white-space: nowrap;
}

#contact .recruitment table td small {
  font-size: 15px;
}

#contact .recruitment table td ul.dot li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.4;
  margin-bottom: 5px;
}

#contact .recruitment table td ul.dot li:last-child {
  margin-bottom: 0px;
}

#contact .recruitment table td ul.dot li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

#contact .recruitment table td ul.note {
  font-size: 15px;
  margin-top: 15px;
}

#contact .recruitment table td ul.note li {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.4;
  margin-bottom: 5px;
}

#contact .recruitment table td ul.note li:last-child {
  margin-bottom: 0px;
}

#contact .recruitment table td ul.note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

#contact #form-area {
  margin-top: -50px;
  padding-top: 50px;
}

#contact #form-area .lead_txt {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .contact-page #mv h2 {
    line-height: 1.4;
  }

  #contact h3.ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }

  #contact h3.ttl span {
    padding: 0 20px 10px;
  }

  #contact th .note {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 5px;
  }

  #contact .btn-list {
    margin-bottom: 50px;
  }

  #contact .btn-list ul {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  #contact .btn-list ul li {
    max-width: 280px;
    width: 44%;
  }

  #contact .recruitment {
    padding: 30px 5%;
    margin-bottom: 40px;
  }

  #contact .recruitment .lead_txt {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    padding: 10px 0 0;
    text-align: center;
  }

  #contact .recruitment .lead_txt strong {
    font-size: 22px;
    /* font-weight: 700; */
    font-weight: 400;
    display: block;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
  }

  #contact .recruitment .lead_txt a {
    color: #0D589D;
    text-decoration: underline;
  }

  #contact .recruitment .lead_txt a:hover {
    text-decoration: none;
  }

  #contact .recruitment h4 {
    text-align: center;
    font-size: 24px;
    margin: 0 auto 10px;
  }

  #contact .recruitment .table-wrap {
    padding: 0 0px;
    max-width: 100%;
  }

  #contact .recruitment table {
    max-width: 100%;
  }

  #contact .recruitment table th,
  #contact .recruitment table td {
    text-align: left;
    padding: 10px 10px;
    border-bottom: 1px dotted #0D589D;
    font-size: 16px;
  }

  #contact .recruitment table th {
    width: 4em;
    box-sizing: border-box;
    white-space: nowrap;
    line-height: 1.4;
  }

  #contact .recruitment table td small {
    font-size: 13px;
  }

  #contact .recruitment table td ul.dot li {
    position: relative;
    padding-left: 1.3em;
    line-height: 1.4;
    margin-bottom: 5px;
  }

  #contact .recruitment table td ul.dot li:last-child {
    margin-bottom: 0px;
  }

  #contact .recruitment table td ul.dot li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }

  #contact .recruitment table td ul.note {
    font-size: 13px;
    margin-top: 10px;
  }

  #contact #form-area {
    margin-top: -30px;
    padding-top: 30px;
  }

  #contact #form-area .lead_txt {
    font-size: 16px;
    /* text-align: center; */
    text-align: left;
    /* white-space: nowrap; */
  }
}

/*.20260415 */
.wrap.contact figure {
  max-width: 550px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrap.contact figure {
    width: 90%;
  }
}

/* 260430 */
.kamakura-toho {
  font-size: 30px;
  color: #005098;
  text-align: center;
  margin-bottom: 50px;
}

.kamakura-toho iframe {
  width: 800px;
  height: 450px;
}

.kamakura-toho p {
  margin: 55px 0 25px;
}

@media screen and (max-width: 768px) {
  .kamakura-toho iframe {
    width: 90%;
    height: 200px;
  }

  .kamakura-toho {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .kamakura-toho p {
      margin: 45px 0 20px;
  }

  footer {
    margin-bottom: 60px;
  }
}