@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&family=Noto+Sans+JP:wght@800&display=swap");
body {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Meiryo", sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
a img {
  transition: 0.3s;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.7;
}

.inner01 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

.pc_tb {
  display: inherit;
}

.tb_sp {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.tel {
  pointer-events: none;
}

.in_bl {
  display: inline-block;
}

.flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.txt_c {
  text-align: center;
}

.mb10 {
  margin-bottom: 10px;
}

.m10_sph {
  margin-bottom: clamp(6px, 0.8vw, 10px) !important;
}

.m30_sph {
  margin-bottom: clamp(20px, 2.5vw, 30px) !important;
}

.m50_sph {
  margin-bottom: clamp(30px, 4.8vw, 50px) !important;
}

.m70_sph {
  margin-bottom: clamp(40px, 5.8vw, 70px) !important;
}

.pl30_sph {
  padding-left: clamp(15px, 2.5vw, 30px) !important;
}

.f18_sph {
  font-size: clamp(16px, 1.5vw, 18px);
}

.f20_sph {
  font-size: clamp(18px, 1.6vw, 20px);
}

.f24_sph {
  font-size: clamp(20px, 2vw, 24px);
}

.f28_sph {
  font-size: clamp(22px, 2.3vw, 28px);
}

.line_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #06c755;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-radius: 20px;
  padding: 15px 0;
  line-height: 1em;
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.1);
}
.line_btn a img {
  max-width: 50px;
  width: 10vw;
}

header {
  width: 100%;
  z-index: 10;
  background-color: #00005a;
}

#header_in {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 1rem;
}

#logo {
  line-height: 0;
  margin: 0;
}
#logo img {
  max-width: 212px;
}

#h_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  margin: 0;
}
#h_menu a {
  color: #fff;
  line-height: 1em;
}
#h_menu a span {
  display: block;
  text-align: center;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1em;
}
#h_menu li {
  margin-left: 20px;
  border: 2px solid #fff;
  padding: 5px 20px;
  font-size: 16px;
}
#h_menu .h_tel {
  border: none;
  font-size: 22px;
  font-weight: bold;
  padding: 0;
}

.title01 {
  font-size: 80px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: #00005a;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0;
}
.title01 .sub {
  font-size: 34px;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Meiryo", sans-serif;
  display: block;
  letter-spacing: 0.05em;
  position: relative;
}
.title01 .sub::before {
  content: "";
  width: 500px;
  height: 2px;
  background: #00005a;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.title01 .sub .sp {
  display: none;
}
@media (max-width: 767px) {
  .title01 .sub .sp {
    display: block;
  }
}
.title01.white {
  color: #fff;
}
.title01.white .sub::before {
  background: #fff;
}

.subtext {
  text-align: center;
}

.title_box .title01 {
  margin: 0 0 0.3em;
}
.title_box .subtext {
  margin: 0 0 2.5em;
}

.title02 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 130px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #00005a;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}
.title02 .sub {
  font-size: 42px;
  display: block;
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic Medium", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn a {
  margin: 0 20px;
  min-width: 290px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8e800;
  font-weight: 500;
}
.btn a:last-of-type {
  background: #fff;
}

#mv {
  width: 100%;
  background: url(../image/mv.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#mv .inner01 {
  padding: 50px 0;
}
@media (max-width: 767px) {
  #mv .inner01 {
    padding: 1.5rem 0 !important;
  }
}
#mv h2 {
  font-size: 42px;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 767px) {
  #mv h2 {
    font-size: 24px !important;
  }
}
#mv h2 .head {
  margin-bottom: 1rem;
  display: block;
}
@media (max-width: 767px) {
  #mv h2 .head {
    margin-bottom: 0.5rem;
  }
}
#mv h2 .sub01 {
  font-size: 20px;
  display: block;
  line-height: 1.5;
  font-weight: normal;
}
@media (max-width: 767px) {
  #mv h2 .sub01 {
    font-size: 16px !important;
  }
}
#mv h2 .sub02 {
  font-size: 60px;
  font-weight: 100;
  display: block;
  line-height: 0.8;
}
#mv .txt {
  font-size: 22px;
  line-height: 2;
  margin-bottom: 50px;
}
#mv .mv-spec-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
#mv .table-job {
  position: relative;
  width: min(92%, 880px);
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  color: var(--mv-text);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22), 0 2px 0 rgba(255, 255, 255, 0.35) inset, 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  outline: 1px solid var(--mv-border);
}
#mv .table-job::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--mv-accent), var(--mv-accent-weak));
  opacity: 0.95;
}
#mv .table-job th,
#mv .table-job td {
  padding: clamp(12px, 2.2vw, 18px) clamp(12px, 2.6vw, 22px);
  vertical-align: middle;
  border-bottom: 1px solid var(--mv-hairline);
}
#mv .table-job th {
  width: 28%;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--mv-text);
  background: linear-gradient(180deg, var(--mv-th-bg), #f2f2f6);
  border-right: 1px solid var(--mv-hairline);
  white-space: nowrap;
}
#mv .table-job tr:last-child th,
#mv .table-job tr:last-child td {
  border-bottom: none;
}
#mv .table-job td {
  line-height: 1.85;
  word-break: keep-all;
}
#mv .table-job td span,
#mv .table-job td em,
#mv .table-job td strong {
  margin-right: 0.2em;
}
@media (max-width: 767px) {
  #mv .table-job td span,
  #mv .table-job td em,
  #mv .table-job td strong {
    font-size: 28px;
  }
}
#mv .table-job.is-ghost {
  width: min(92%, 880px);
  border-collapse: collapse;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
#mv .table-job.is-ghost th,
#mv .table-job.is-ghost td {
  padding: clamp(12px, 2.2vw, 18px) clamp(12px, 2.6vw, 22px);
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}
#mv .table-job.is-ghost th .title,
#mv .table-job.is-ghost td .title {
  font-size: 3rem;
}
#mv .table-job.is-ghost th {
  width: 28%;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}
#mv .table-job.is-ghost tr:last-child th,
#mv .table-job.is-ghost tr:last-child td {
  border-bottom: none;
}
#mv .table-job.is-ghost a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

#progress .in {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0 50px;
}
#progress .box {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
}
#progress .box:nth-child(3n) {
  margin-right: 0;
}
#progress .txt01 {
  color: #00005a;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 15px 0 0;
}

#reason {
  background: url(../image/reason_bg.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0 80px;
}
#reason .in {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#reason .box {
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
  margin-bottom: 40px;
}
#reason .box:nth-child(2n) {
  flex-direction: row-reverse;
}
#reason .txt_box {
  width: 68%;
}
#reason p {
  margin: 0;
}
#reason p span {
  font-size: 0.7em;
}
#reason .sub01 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 52px;
  margin-top: 10px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
#reason .sub01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
#reason .txt01 {
  font-weight: bold;
  font-size: 28px;
  margin: 15px 0;
  line-height: 1.3;
}
#reason .img_box {
  width: 30%;
}

#video {
  padding: 60px 0 80px;
}

.movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.movie iframe,
.movie object,
.movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta {
  background: #00005a;
  text-align: center;
  color: #fff;
  padding: 60px 0;
}
.cta .headline {
  font-size: 2em;
  margin: 0 0 0.5em;
}
.cta p {
  margin: 0 0 1.5em;
}

.thanks .cta {
  padding: 160px 0 80px;
}

#works {
  padding: 50px 0;
}

.works_title {
  background: #00005a;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 1.3em 0.5em;
}

.works_list {
  list-style: none;
  padding: 0;
}
.works_list li {
  display: flex;
  margin-bottom: 10px;
}
.works_list .main {
  border: 1px solid #00005a;
  padding: 0.5em 2em;
  color: #00005a;
  font-weight: bold;
  flex: 1;
}
.works_list .sub {
  background: #d9d6d1;
  padding: 0.5em 1em;
  font-weight: 500;
  flex-basis: 40%;
}

.accordion-menu {
  margin-bottom: 2em;
}
.accordion-menu .works_content,
.accordion-menu .works_list {
  display: block;
}

.accordion-toggle {
  position: relative;
  cursor: pointer;
  padding-right: 50px;
  line-height: 1.5;
}
.accordion-toggle::after {
  content: "▼";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 1em;
  color: #fff;
}
.accordion-toggle.is-open::after {
  content: "▲";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.accordion-content.is-open {
  max-height: auto;
}

.works_in {
  margin-bottom: 3em;
}

.slide-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.prev-arrow {
  left: 32vw;
  border-right: 29px solid #fff;
  border-left: 0;
}

.next-arrow {
  right: 32vw;
  border-left: 29px solid #fff;
  border-right: 0;
}

#voice {
  background: url(../image/voice_bg.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0 80px;
  color: #fff;
}
#voice h2 {
  color: #fff;
}
#voice .in {
  max-width: 900px;
  margin: 0 auto;
}
#voice .box {
  width: 45%;
}
#voice .txt01 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 15px;
  line-height: 1.3;
}
#voice .sub01 {
  display: block;
  position: relative;
}
#voice .sub01:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 200px;
  height: 1px;
  transform: rotate(-20deg);
  top: 1em;
  left: 3em;
}
#voice .sub02 {
  display: block;
  padding-top: 1.5em;
}
#voice p {
  padding: 5px 0;
}

#step {
  padding: 50px 0 0;
}

.step_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 3.5%;
}

.step_item {
  flex-basis: 31%;
  flex-grow: 1;
}

#overview {
  padding: 50px 0;
}

.caption {
  background: #00005a;
  color: #fff;
  text-align: center;
  font-size: 1.7em;
  margin: 0;
  padding: 1em 0.5em;
}

.js-accordion-content {
  margin-bottom: 60px;
}

.table01 {
  width: 100%;
  border: 2px solid #00005a;
}
.table01 th {
  width: 30%;
  border: 2px solid #00005a;
  padding: 1em;
  font-weight: normal;
  background: #f2eadf;
  color: #00005a;
}
.table01 td {
  width: 70%;
  border: 2px solid #00005a;
  padding: 1em 2em;
}
.table01 td.btn01 a {
  width: 100%;
  max-width: 340px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cc0000;
  color: #fff;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em;
  font-weight: bold;
}

#faq {
  padding: 50px 0 100px;
}
#faq .question p {
  clip-path: polygon(2% 0, 98% 0, 100% 25%, 100% 75%, 98% 100%, 2% 100%, 0 75%, 0 25%);
  background: #9c9a85;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  padding: 20px 60px;
}
#faq .answer p {
  padding: 0 60px;
}

#contact {
  padding: 50px 0 100px;
  background: #f0ece1;
}
#contact .title01 {
  margin: 0;
}
#contact .title01 + .clist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#contact .title01 + .clist p.tel {
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #00005a;
  letter-spacing: 0.1em;
  margin: 0;
}
#contact .title01 + .clist p.tel span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.05em;
}
#contact .title01 + .clist p.line_btn {
  margin: 20px 0 20px 20px;
}
#contact .title01 + .clist p.line_btn a {
  padding: 15px;
}
#contact table {
  border: none;
  width: 100%;
}
#contact table th {
  text-align: right;
  font-weight: 400;
  border: none;
  padding: 0.25em 1em 0.25em 0.5em;
}
#contact table td {
  border: none;
  padding: 0.6em 0;
  width: 720px;
}
#contact table input[type=text],
#contact table textarea {
  padding: 0.5em;
  width: 100% !important;
  max-width: 720px;
  border: none;
}
#contact table textarea {
  height: 210px !important;
}
#contact table input[type=submit] {
  width: 150px;
  height: 60px;
  border: none;
  float: right;
  background: #00005a;
  color: #fff;
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.3));
  cursor: pointer;
  transition: 0.3s;
}
#contact table input[type=submit]:hover {
  filter: none;
  opacity: 0.7;
}

#entry {
  padding: 50px 0;
  background: #f0ece1;
}
#entry .line_btn {
  max-width: 630px;
  width: 90vw;
  margin: 0 auto 40px auto;
  padding: 0 0 40px 0;
  border-bottom: #ccc solid 1px;
}
#entry table {
  margin: 0 auto;
  border: none;
}
#entry table * {
  border: none;
}
#entry table th {
  text-align: left;
  color: #00005a;
}
#entry label {
  color: #00005a;
  font-weight: bold;
  display: inline-block;
  margin: 0 1em 0.3em 0;
}
#entry input[type=text] {
  width: 100% !important;
  padding: 0.3em;
}
#entry input[type=submit] {
  width: 100%;
  background: #00005a;
  color: #fff;
  padding: 0.5em;
  font-weight: bold;
}

footer {
  background: #dad7d0;
  padding: 40px 0;
}
footer h3,
footer p {
  margin: 0;
  color: #00005a;
  font-size: 16px;
  font-weight: 400;
}

.footer_in {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.f_logo {
  width: 90px;
}

.footer_box:last-of-type {
  text-align: right;
}

.f_tel a {
  color: #00005a;
}
.f_tel a:first-of-type {
  margin-right: 0.5em;
}

.f_sns a {
  margin: 0 0.5em;
}
.f_sns a:first-of-type img {
  width: 37px;
}
.f_sns a:last-of-type img {
  width: 53px;
}

.copy {
  font-size: 12px;
  margin-top: 30px;
}

#fnavi {
  position: fixed;
  z-index: -999;
  opacity: 0;
  transition: 0.4s;
}

#fnavi {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
  padding: 0 16px calc(16px + env(safe-area-inset-bottom));
  pointer-events: none;
}
@media (max-width: 767px) {
  #fnavi {
    padding: 0;
  }
}

#fnavi.show {
  z-index: 9999;
  opacity: 1;
}

#fnavi ul {
  list-style: none;
  margin: 0 auto;
  padding: 12px;
  max-width: 980px;
  background: #0b1a4a;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  pointer-events: auto;
}

#fnavi li {
  flex: 1 1 0;
  min-width: 140px;
  max-width: 420px;
}

#fnavi a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  font-size: clamp(16px, 3.8vw, 18px);
  line-height: 1;
  padding: clamp(14px, 3.6vw, 18px) 12px;
  border-radius: 10px;
  background: #f4dd3b;
  color: #111;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18) inset;
  transition: transform 0.06s ease, filter 0.2s ease;
}

#fnavi a:active {
  transform: translateY(1px);
}

#fnavi {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  background: transparent;
  transition: 0.3s;
}

#fnavi ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: stretch;
  padding: 10px;
}

#fnavi ul li a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

#fnavi ul li a img {
  max-width: 30px;
  width: 4vw;
  margin-right: 1rem;
}

#fnavi .rec2 {
  background: #f7d536;
  color: #00005a;
}

#fnavi .tel {
  pointer-events: auto;
  background: #06c755;
  color: #fff;
  min-height: 45px;
}
.salary-highlight {
  font-size: 1.8em;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

.underline {
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}

:root {
  --mv-accent: #1e2a5a;
  --mv-accent-weak: #8aa2ff;
  --mv-text: #111;
  --mv-border: rgba(0, 0, 0, 0.1);
  --mv-hairline: rgba(0, 0, 0, 0.12);
  --mv-th-bg: #f7f7f9;
}

@media (max-width: 768px) {
  .uij-line {
    flex-direction: column;
    gap: 10px;
    padding: 15px 20px;
  }
  .uij-line-text {
    font-size: 18px;
    text-align: center;
  }
  #fnavi ul {
    flex-direction: row;
    gap: 12px;
  }
  #fnavi ul li a {
    font-size: 15px;
    padding: 14px 0;
  }
}
@media (max-width: 640px) {
  #mv .table-job,
  #mv .table-job tbody,
  #mv .table-job tr,
  #mv .table-job th,
  #mv .table-job td {
    display: block;
    width: 100%;
  }
  #mv .table-job th {
    text-align: left;
    border-right: none;
    border-bottom: 1px solid var(--mv-hairline);
    border-top: 1px solid var(--mv-hairline);
    background: #f5f5f7;
    padding-bottom: 0.5em;
  }
  #mv .table-job td {
    padding-top: 0.7em;
    word-break: break-all;
  }
  #mv .table-job tr:first-child th {
    border-top: none;
  }
  #mv .table-job.is-ghost,
  #mv .table-job.is-ghost tbody,
  #mv .table-job.is-ghost tr,
  #mv .table-job.is-ghost th,
  #mv .table-job.is-ghost td {
    display: block;
    width: 100%;
  }
  #mv .table-job.is-ghost th {
    text-align: left;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    padding-bottom: 0.5em;
    background: rgba(0, 0, 90, 0.85);
    color: #fff;
    backdrop-filter: blur(2px);
  }
}
@media (max-width: 640px) and (max-width: 767px) {
  #mv .table-job.is-ghost th {
    padding: 6px;
    padding-left: 16px;
  }
}
@media (max-width: 640px) {
  #mv .table-job.is-ghost td {
    padding-top: 0.7em;
  }
}
@media (max-width: 640px) and (max-width: 767px) {
  #mv .table-job.is-ghost td {
    padding: 6px;
  }
}
@media (max-width: 640px) {
  #mv .table-job.is-ghost tr:first-child th {
    border-top: none;
  }
}
@media (max-width: 420px) {
  #fnavi ul {
    gap: 10px;
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  body {
    padding-bottom: 72px;
  }
  #fnavi {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
  }
  #fnavi.show {
    z-index: 9999;
    opacity: 1;
  }
  #fnavi ul {
    max-width: none;
    border-radius: 0;
    padding: 12px 24px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    gap: 16px;
  }
  #fnavi a {
    border-radius: 0;
    padding: 18px 12px;
  }
  #fnavi {
    padding-bottom: env(safe-area-inset-bottom);
  }
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  #mv .table-job {
    background: #fff;
  }
  #mv .table-job.is-ghost {
    background: rgba(0, 0, 0, 0.28);
  }
}
.uij-line-text {
  font-size: 1.6rem;
  margin: 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .uij-line-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .uij-line-text {
    font-size: 1.25rem;
  }
}
.uij-line-badge {
  font-size: 1.4rem;
  color: #06c755;
  background-color: #06c755;
  padding: 8px 16px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 1024px) {
  .uij-line-badge {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .uij-line-badge {
    display: none;
  }
}
.uij-line {
  background-color: #00005a;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 12px 30px;
}
@media (max-width: 767px) {
  .uij-line {
    padding: 8px;
    gap: 2px;
  }
}
.uij-line-highlight {
  color: #fff;
  font-weight: 900;
}
.uij-visual {
  position: relative;
  height: 450px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .uij-visual {
    height: 430px;
  }
}
.uij-bg {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(1.75);
  transform-origin: bottom left;
}
@media (max-width: 767px) {
  .uij-bg {
    display: none;
  }
}
.uij-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.uij-bg.-sp {
  display: none;
}
@media (max-width: 767px) {
  .uij-bg.-sp {
    display: block;
  }
}
.uij-people {
  position: absolute;
  bottom: -2rem;
  left: 20%;
  width: 100%;
  height: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .uij-people {
    left: auto;
    right: 0%;
    bottom: auto;
    top: 0;
    height: auto;
    aspect-ratio: 375/500;
  }
}
.uij-people img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .uij-people img {
    transform: scale(1.3);
  }
}
@media (max-width: 767px) {
  .uij-people img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    height: calc(500px + 20%);
    width: 110%;
  }
}
.uij-map {
  margin: 0;
  width: 100%;
  max-width: 250px;
  position: absolute;
  left: 43%;
  transform: translateX(-50%) rotate(12deg);
  top: -5rem;
}
@media (max-width: 767px) {
  .uij-map {
    max-width: 210px;
    left: 13%;
    top: 15%;
    transform: none;
    z-index: -1;
    display: none;
  }
}
.uij-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.uij-shovel {
  position: absolute;
  top: -15rem;
  left: 10%;
  left: 4vw;
  max-width: 500px;
  margin: 0;
}
@media (max-width: 767px) {
  .uij-shovel {
    display: none;
  }
}
.uij-pick {
  margin: 0;
  width: 100%;
  max-width: 135px;
  position: absolute;
  left: 35%;
  transform: translateX(-100%);
  top: 0.5rem;
}
@media (max-width: 767px) {
  .uij-pick {
    max-width: 120px;
    top: 5%;
    left: 0.8rem;
    transform: none;
  }
}
.uij-pick img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.uij-head {
  font-weight: bold;
  color: #00005a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.5rem;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  bottom: 5rem;
  -webkit-text-stroke: 0.6rem #fff;
  text-stroke: 0.6rem #fff;
  paint-order: stroke;
  letter-spacing: 0.1rem;
}
.uij-subhead {
  -webkit-text-stroke: 0.8rem #00005a;
  text-stroke: 0.8rem #00005a;
  color: #fff;
  paint-order: stroke;
  letter-spacing: 0.1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6rem;
  font-size: 52px;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  text-align: left;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .uij-subhead {
    line-height: 1.5;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .uij-subhead {
    -webkit-text-stroke: 0.5rem #00005a;
    text-stroke: 0.5rem #00005a;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
    font-size: 1.45rem !important;
    font-size: 6vw !important;
    top: 8rem;
    top: 32%;
    max-width: calc(100% - 1rem);
    left: 50%;
    white-space: nowrap;
    margin-inline: auto;
    margin-top: 1rem;
    line-height: 1.4;
  }
}
.uij-subhead .sub {
  margin-top: 0.4rem;
  text-align: center;
}
.uij-subhead .sub::before {
  top: -4px;
}
@media (max-width: 767px) {
  .uij-subhead .sub {
    display: none;
    line-height: 1.25;
    font-size: 1.4rem !important;
  }
}
.uij-subhead .sub.-sp {
  display: none;
}
@media (max-width: 767px) {
  .uij-subhead .sub.-sp {
    display: block;
    font-size: 18px !important;
  }
}
.uij-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .uij-grid {
    grid-template-columns: 1fr;
  }
}
.uij-grid + * {
  margin-top: 4rem;
}
.uij-item {
  border: 2px solid #ddd;
  border-radius: 16px;
  padding: 1.2rem 0.8rem;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.uij-title {
  margin: 0;
  font-weight: bold;
  color: #00005a;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .uij-title {
    font-size: 1.1rem;
  }
}
.uij-desc {
  margin-top: 0.8rem;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .uij-desc {
    font-size: 1rem;
  }
}
.uij-btn {
  display: block;
  text-align: center;
  border-radius: 999px;
  background-color: #06c755;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
  font-size: 1.2rem;
  border: 2px solid #06c755;
}
@media (max-width: 767px) {
  .uij-btn {
    font-size: 1rem;
    padding: 0.4rem;
  }
}
.uij-btn:hover {
  opacity: 0.9;
}
.uij-btn.-yellow {
  background-color: #f7d536;
  color: #00005a;
  border-color: #f7d536;
}
.uij-btn.-inversion {
  background-color: #fff;
  color: #00005a;
  border-color: #00005a;
}
.uij-btn.-inversion:hover {
  opacity: 0.8;
}
.uij-btn img {
  height: 30px;
}
.uij-btn-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  position: absolute;
  left: 50%;
  bottom: 1.6rem;
  transform: translateX(-50%);
  max-width: 1000px;
  width: 100%;
}
@media (max-width: 767px) {
  .uij-btn-wrapper {
    grid-template-columns: repeat(1, 1fr);
    width: calc(100% - 2.4rem);
    max-width: 320px;
    bottom: 0.8rem;
    gap: 0.4rem;
    z-index: 1;
  }
}
.uij-about-btn-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 400px);
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .uij-about-btn-wrapper {
    grid-template-columns: 320px;
    justify-content: center;
  }
}

#uij-about {
  padding: 60px 0 80px;
}
@media (max-width: 767px) {
  #uij-about {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

#charm {
  padding: 60px 0 80px;
  background: linear-gradient(180deg, #fff 0%, #f8f6f2 100%);
}

.charm-lead {
  text-align: center;
  font-size: 1.1rem;
  margin: 0 0 40px;
  color: #333;
}

.charm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .charm-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .charm-grid {
    grid-template-columns: 1fr;
  }
}
.charm-grid + * {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .charm-grid + * {
    margin-top: 1.6rem;
  }
}

.charm-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 90, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.charm-img {
  margin: 0;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.charm-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.charm-body {
  padding: 20px;
}

.charm-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #00005a;
  margin: 0 0 10px;
  line-height: 1.4;
}

.charm-desc {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
  line-height: 1.7;
}

.mv-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mv-title {
    font-size: 28px;
    line-height: 1.4 !important;
  }
}
.mv-title br {
  display: none;
}
@media (max-width: 767px) {
  .mv-title br {
    display: block;
  }
}
.mv-subtitle {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */