@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: 80px;
  font-family: "futura-pt", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #b3a47c;
  line-height: 1;
  margin: 0;
  padding: 0;
  /*position: relative;*/
  /*padding-left: 25px;*/
  /* margin: 40px 0 80px 5%; */
  /*margin: 0 0 80px 5%;
  padding-top: 40px;*/
  writing-mode: vertical-rl;
}

/* 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;
}

.pcbr {
  display: inline;
}

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

  .spbr {
    display: inline;
  }
}

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

/* ==============メインビジュアル==================== */
#mv {
  position: relative;
}

.mv-sp {
  display: none;
}

#mv h1 {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 200px;
  z-index: 199;
}

#mv h1 img {
  width: 100%;
  height: auto;
}

/*.logo {
  position: absolute;
  z-index: 1000;
  bottom: -150px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}*/
.mv_space {
  position: relative;
  width: 100%;
  height: 100vh;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  background-image: url("../images/mv-new.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /*background-image: -webkit-image-set(url("../images/mv01.webp") type("image/webp"), url("../images/mv01.jpg") type("image/jpg"));
  background-image: image-set(url("../images/mv01.webp") type("image/webp"), url("../images/mv01.jpg") type("image/jpg"));*/
}

/*p.catch {
  position: absolute;
  top: 60px;
  right: 100px;
  writing-mode: vertical-rl;
  font-family: "Hina Mincho", serif;
  font-size: 2.2em;
  line-height: 2.4;
  color: #fff;
text-shadow: 0 0 20px #333333;
}*/
#mv p.catch {
  width: 90%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 100px;
  /*writing-mode: vertical-rl;*/
  /*font-family: "Hina Mincho", serif;*/
  font-size: 40px;
  /*font-size: 1.5em;	*/
  line-height: 2.2;
  color: #fff;
  text-shadow: 0 0 20px #333333;
}

#mv p.open {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 220px;
}

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

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

  /* .logo {
    bottom: -80px;
    width: 140px;
  }*/
  #mv p.open {
    bottom: 20px;
    right: 20px;
    width: 110px;
  }

  .mv_space {
    height: 80vh;
    background-image: -webkit-image-set(url("../images/mv01-sp-new.webp") type("image/webp"), url("../images/mv01-sp-new.jpg") type("image/jpg"));
    background-image: image-set(url("../images/mv01-sp-new.webp") type("image/webp"), url("../images/mv01-sp-new.jpg") type("image/jpg"));
  }

  #mv h1 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    z-index: 199;
  }

  #mv p.catch {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 100px;
    width: 80%;
    /*writing-mode: vertical-rl;*/
    font-size: 24px;
    line-height: 2.4;
  }
}

@media screen and (max-width: 480px) {
  #mv p.catch {
    font-size: 18px;
  }
}

/* ==============INFORMATION==================== */
section.info {
  background-color: #fcfaf5;
  background-image: url("../images/cloud-1.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: -35% 25%;
  padding: 120px 0;
}

#inner {
  position: relative;
}

#inner h2 {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  section.info {
    background-position: -35% 20%;
    padding-bottom: 60px;
    padding: 40px 0;
  }

  #inner h2 {
    position: static;
    right: 50px;
    top: 50%;
    transform: none;
    text-align: center;
    font-size: 30px;
    writing-mode: horizontal-tb;
    margin-bottom: 20px;
  }

  .wrap {
    max-width: initial;
    padding: 0 5%;
  }
}

/* ==============アクセス==================== */
#access {
  position: relative;
  padding: 50px 0 80px;
}

#access h2 {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

#access .access-detail {
  position: relative;
  width: 100%;
  height: 600px;
}

#access .access-detail .wrap {
  height: 600px;
  position: relative;
}

#access .access-detail .wrap .access-inner {
  background-color: #fff;
  padding: 40px 60px;
  /*width:30%;*/
  box-shadow: rgba(200, 200, 200, 0.4) 0px 0px 12px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

#access .access-detail .bg {
  width: 65%;
  height: 600px;
  background-image: url("../images/bg01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  position: absolute;
  margin-left: auto;
  right: 0;
  top: 0;
  z-index: -1;
}

.access-inner h3 {
  margin: 0 30px 30px;
  /*margin-bottom: 30px;*/
}

.access-inner h3 img {
  width: 380px;
}

.access-detail figure {
  width: 65%;
  -o-object-fit: cover;
  object-fit: cover;
}

.acs-map iframe {
  width: 100%;
  height: 400px;
}

.acs-map {
  margin-top: 45px;
}

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

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

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

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

dd {
  width: 80%;
}

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

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

/*.acs_illust {
  background: url(/asset/images/cloud-2.png);
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: 120% -5%;
}*/
.ex-wrap {
  width: 100%;
  padding: 0 50px;
}

.ex-wrap .gmap {
  position: relative;
  width: 100%;
  padding-top: 33.3333333333%;
  height: 0;
}

.ex-wrap .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #access {
    position: relative;
    /* padding: 40px 0 20px; */
    padding: 40px 0 95px;
  }

  #access h2 {
    position: static;
    right: 50px;
    top: 50%;
    transform: none;
    text-align: center;
    font-size: 30px;
    writing-mode: horizontal-tb;
    margin-bottom: 20px;
  }

  #access .access-detail {
    position: relative;
    width: 100%;
    height: 500px;
  }

  #access .access-detail .wrap {
    height: 500px;
  }

  #access .access-detail .wrap .access-inner {
    width: 90%;
    padding: 15px 20px;
    box-shadow: rgba(200, 200, 200, 0.4) 0px 0px 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  #access .access-detail .bg {
    width: 100%;
    height: 500px;
  }

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

  .access-inner h3 {
    margin: 0;
  }

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

  .access-inner h4 img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .access-detal {
    display: block;
  }

  .acs-map {
    margin-top: 5%;
  }

  .acs-map iframe {
    width: 100%;
    height: 300px;
  }

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

  .acs_illust {
    background-size: 100%;
    background-position: center;
  }

  .access-inner h3 {
    width: 50%;
    margin: 0 auto 15px;
  }

  .access-inner h3 img {
    width: 100%;
  }

  .access-detail figure {
    width: 65%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .access-detal figure img {
    height: 200px;
  }

  dd {
    width: 70%;
  }

  dt {
    width: 30%;
  }

  dl {
    line-height: 1.3;
    margin-bottom: 5px;
  }

  .access-inner {
    width: 100%;
  }

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

  .ex-wrap {
    width: 100%;
    padding: 0 5%;
  }

  .ex-wrap .gmap {
    position: relative;
    width: 100%;
    padding-top: 50%;
    height: 0;
  }

  .ex-wrap .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 480px) {
  #access .access-detail {
    height: 300px;
  }

  #access .access-detail .wrap {
    height: 300px;
  }

  #access .access-detail .bg {
    height: 300px;
  }
}

/* ==============求人==================== */
.inner-txt {
  text-align: center;
  background: rgba(255, 255, 255, 0.96);
  max-width: 1000px;
  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.png);
  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: calc(100% + 20px);
  background-color: #005098;
}

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

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

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

.info_illust .recruit {
  transition: 0.4s;
}

.info_illust .recruit:hover {
  opacity: 0.9;
}

@media screen and (max-width: 768px) {

  /*h2 {
    margin: 0px 0 30px 2%;
    padding-top: 20px;
    font-size: 30px;
  }
  h2:before {
    bottom: -5px;
    left: 223px;
  }
  h2:after {
    bottom: -3px;
    left: 80px;
    width: 150px;
  }*/
  .preop {
    margin: 0 auto;
    width: 100%;
  }

  .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;
  }
}

/* ==============フッター==================== */
/*footer img {
  vertical-align: top;
}*/
footer .ft-images {
  width: 100%;
  margin: 50px 0 0;
}

footer .ft-images img {
  width: 100%;
  vertical-align: bottom;
}

.copy {
  padding: 20px 15px;
  background: #b3a47c;
  text-align: center;
  line-height: 1;
}

.copy small {
  font-size: 14px;
  color: #fff;
}

.footerimg {
  margin-top: 50px;
  display: block;
}

@media screen and (max-width: 768px) {

  /*.footerimg {
    margin-top: 20px;
  }*/
  footer .ft-images {
    width: 100%;
    margin: 5% 0 0;
  }

  .copy {
    padding: 10px 5%;
  }

  .copy small {
    font-size: 11px;
  }

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

/* ======-top btn====== */
#gototop {
  width: 86px;
  height: 86px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 0.9;
  transition: 0.3s ease;
}

#gototop:hover {
  transition: 0.3s ease;
  opacity: 0.6;
}

/* ======-top btn====== */
.page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 0.7em;
  text-align: center;
  background: #111;
  color: #fff;
  transition: 0.3s;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  z-index: 9;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-position: 50px;
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .page_top_btn {
    height: 60px;
    width: 60px;
    line-height: 2.05;
  }

  #gototop {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
  }
}

/* マウスオーバー時 */
.page_top_btn:hover {
  background: #333;
  color: rgba(255, 255, 255, 0.8);
}

.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;
  }

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

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

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

/* 20260213 ここから追加 */
/*---------------------------------
    下層
---------------------------------*/
.low header {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100px;
  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/mv01.webp") type("image/webp"), url("/asset/images/mv01.jpg") type("image/jpg"));
  background-image: image-set(url("/asset/images/mv01.webp") type("image/webp"), url("/asset/images/mv01.jpg") type("image/jpg"));
  background-position: 50%;
  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: 40px;
  color: #fff;
  font-weight: 500;
}

.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.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;
  }
}

/* 20260213 ここから追加 */
/*---------------------------------
    お問い合わせ
---------------------------------*/
#access .contact {
  position: absolute;
  bottom: -40px;
  left: 80px;
}

#access .contact img {
  max-width: 450px;
  box-shadow: rgba(200, 200, 200, 0.4) 0px 0px 12px;
}

#access .contact a {
  transition: 0.4s;
}

#access .contact a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  #access .contact {
    text-align: center;
    position: absolute;
    bottom: -80px;
    left: 0;
  }

  #access .contact img {
    width: 90%;
  }
}

#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: #B3A47C;
  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 #b3a47c;
  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: #cead50;
  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: #b3a47c;
  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);
  }
}

/* 20260213 ここから追加 */
/*---------------------------------
    下層
---------------------------------*/
.low header {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100px;
  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/mv01.webp") type("image/webp"), url("/asset/images/mv01.jpg") type("image/jpg"));
  background-image: image-set(url("/asset/images/mv01.webp") type("image/webp"), url("/asset/images/mv01.jpg") type("image/jpg"));
  background-position: 50%;
  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; */
}

.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.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;
  }
}

/* 20260225 ここから追加 */
#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: #B3A47C;
  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: #B3A47C;
}

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

#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: #B3A47C;
  cursor: pointer;
  /* font-weight: 700; */
  font-weight: 400;
  transition: 0.3s all ease-out;
  border-bottom: 1px solid #B3A47C;
  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 #B3A47C;
  border-bottom: 0;
  position: absolute;
  /* bottom: -13px; */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

#contact .recruitment {
  background-color: #FCFAF5;
  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: #B3A47C;
  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: #B3A47C;
}

#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: #B3A47C;
}

#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 #b3a47c;
  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: #B3A47C;
    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 #b3a47c;
    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; */
  }
}

/* 260331 */
.catch_02 {
  position: absolute;
  text-align: center;
  top: 70%;
  left: 50%;
  width: 90%;
  font-size: 40px;
  color: white;
  transform: translate(-50%, -50%);
  right: 0;
  text-shadow: 0 0 20px #333333;
}

/*.20260415 */
.info_illust h3 {
  font-size: 2.8em;
  text-align: center;
  margin-top: 20px;
  padding: 0 0 30px;
}

.wrap.recruit {
  display: flex;
  gap: 30px;
  justify-content: center;
  /* margin-bottom: 60px; */
}

.wrap.recruit a figure {
  /* background: azure; */
  width: 420px;
  height: 150px;
}

@media screen and (max-width: 768px) {
  .info_illust h3 {
    /* font-size: 1.8em;
    padding: 0 0 20px;
    line-height: 1.3; */
    display: none;
  }

  .wrap.recruit {
    flex-direction: column;
    gap: 10px;
    /* margin-bottom: 20px; */
  }

  .wrap.recruit a figure {
    width: 100%;
    height: auto;
  }
}

/* 20260423 */
.wrap.event {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.wrap.event a figure {
    height: 250px;
}
@media screen and (max-width: 768px) {
  .wrap.event a figure {
    width: 100%;
    height: auto;
  }
}