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

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
figure {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button {
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

input:where([type=text],
[type=email],
[type=tel],
[type=url],
[type=search],
[type=password],
[type=number],
[type=datetime-local],
[type=month],
[type=week],
[type=time]),
textarea,
select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}

input:where([type=date]) {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}

select {
  -moz-appearance: none;
}

textarea {
  resize: vertical;
}

input:where([type=text],
[type=email],
[type=tel],
[type=url],
[type=search],
[type=password],
[type=number],
[type=date],
[type=datetime-local],
[type=month],
[type=week],
[type=time]),
textarea {
  -webkit-tap-highlight-color: transparent;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

p,
h1,
h2,
h3,
h4 {
  overflow-wrap: break-word;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: calc(100vw / 136.6);
  font-feature-settings: "palt";
}
@supports (text-spacing-trim: normal) {
  html {
    text-spacing-trim: normal;
  }
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  html {
    letter-spacing: 0.25em;
  }
}

@media (max-width: 768px) {
  html {
    font-size: min(100vw / 75, 10px);
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 10px;
  }
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Raleway", sans-serif, "Noto Sans JP", sans-serif, sans-serif;
}

main {
  flex: 1 0 auto;
}

@media (min-width: 769px) {
  #p-top {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  #p-top {
    padding-bottom: 0;
  }
}

.top_lead {
  font-family: "YakuHanMP", "Shippori Mincho B1", serif;
  font-weight: 500;
}
@media (min-width: 769px) {
  .top_lead {
    margin: 10rem auto 0;
    padding: 0 5rem;
    line-height: 1.177;
    font-size: 6.8rem;
  }
  .top_lead > h1 {
    font: inherit;
  }
  .top_lead > h1:first-of-type {
    margin-top: -0.088em;
  }
  .top_lead > h1:last-of-type {
    margin-bottom: -0.088em;
  }
  .top_lead {
    letter-spacing: -0.05em;
  }
}
@media (max-width: 768px) {
  .top_lead {
    margin-top: 9rem;
    padding-left: 4rem;
    line-height: 1.343;
    font-size: 7rem;
  }
  .top_lead > h1 {
    font: inherit;
  }
  .top_lead > h1:first-of-type {
    margin-top: -0.171em;
  }
  .top_lead > h1:last-of-type {
    margin-bottom: -0.171em;
  }
  .top_lead {
    letter-spacing: -0.025em;
  }
}

.hero_img {
  overflow: hidden;
}
@media (min-width: 769px) {
  .hero_img {
    margin: 3rem auto 0;
  }
}
@media (max-width: 768px) {
  .hero_img {
    margin: 4rem auto 0;
  }
}
.hero_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero_lead {
  display: grid;
}
@media (min-width: 769px) {
  .hero_lead {
    grid-template-rows: auto auto;
    row-gap: 5.5rem;
    margin-top: 15rem;
  }
}
@media (max-width: 768px) {
  .hero_lead {
    grid-template-rows: auto auto;
    row-gap: 6rem;
    margin-top: 12rem;
  }
}

.hero_lead_head {
  font-family: "YakuHanMP", "Shippori Mincho B1", serif;
  font-weight: 600;
}
@media (min-width: 769px) {
  .hero_lead_head {
    line-height: 1.51;
    font-size: 5.3rem;
  }
  .hero_lead_head > h2 {
    font: inherit;
  }
  .hero_lead_head > h2:first-of-type {
    margin-top: -0.254em;
  }
  .hero_lead_head > h2:last-of-type {
    margin-bottom: -0.254em;
  }
  .hero_lead_head {
    letter-spacing: -0.025em;
  }
}
@media (max-width: 768px) {
  .hero_lead_head {
    line-height: 1.445;
    font-size: 5.4rem;
  }
  .hero_lead_head > h2 {
    font: inherit;
  }
  .hero_lead_head > h2:first-of-type {
    margin-top: -0.222em;
  }
  .hero_lead_head > h2:last-of-type {
    margin-bottom: -0.222em;
  }
  .hero_lead_head {
    letter-spacing: -0.025em;
  }
}

.hero_lead_txts {
  text-align: justify;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .hero_lead_txts {
    line-height: 2.316;
    font-size: 1.9rem;
  }
  .hero_lead_txts > p {
    font: inherit;
  }
  .hero_lead_txts > p:first-of-type {
    margin-top: -0.657em;
  }
  .hero_lead_txts > p:last-of-type {
    margin-bottom: -0.657em;
  }
}
@media (max-width: 768px) {
  .hero_lead_txts {
    line-height: 1.715;
    font-size: 2.8rem;
  }
  .hero_lead_txts > p {
    font: inherit;
  }
  .hero_lead_txts > p:first-of-type {
    margin-top: -0.357em;
  }
  .hero_lead_txts > p:last-of-type {
    margin-bottom: -0.357em;
  }
}

@media (min-width: 769px) {
  .hero_lead_txt + .hero_lead_txt {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .hero_lead_txt + .hero_lead_txt {
    margin-top: 5rem;
  }
}

.top_contents_outer {
  width: 100%;
}
@media (min-width: 769px) {
  .top_contents_outer {
    margin-top: 16rem;
    padding: 0 2.5rem;
  }
}
@media (max-width: 768px) {
  .top_contents_outer {
    margin-top: 14rem;
    padding: 0;
  }
}

.top_contents {
  background: linear-gradient(135deg, #0080dc 0%, #32aff5 47%, #7dd7ff 100%);
}
@media (min-width: 769px) {
  .top_contents {
    padding: 8rem 5rem;
    border-radius: 2rem;
  }
}
@media (max-width: 768px) {
  .top_contents {
    padding: 5rem 2.5rem 10rem;
    border-radius: 3rem 3rem 0 0;
  }
}

.top_content {
  background-color: #fff;
}
@media (min-width: 769px) {
  .top_content {
    display: flex;
    gap: 5rem;
    align-items: start;
    width: 115.6rem;
    margin-inline: auto;
    padding: 8rem 9rem;
    border-radius: 1.4rem;
  }
}
@media (max-width: 768px) {
  .top_content {
    display: grid;
    grid-template-rows: auto auto;
    row-gap: 5rem;
    padding: 6rem 5rem;
    border-radius: 2rem;
  }
}
@media (min-width: 769px) {
  .top_content.--reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 769px) {
  .top_content + .top_content {
    margin-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .top_content + .top_content {
    margin-top: 2.5rem;
  }
}

.top_content_img {
  overflow: hidden;
}
@media (min-width: 769px) {
  .top_content_img {
    flex-shrink: 0;
    width: 58.6rem;
    border-radius: 1.4rem;
  }
}
@media (max-width: 768px) {
  .top_content_img {
    width: 100%;
    border-radius: 2rem;
  }
}

.top_content_desc_head {
  display: grid;
  grid-template-rows: auto auto;
  color: #002f7c;
}
@media (min-width: 769px) {
  .top_content_desc_head {
    row-gap: 0;
  }
}
@media (max-width: 768px) {
  .top_content_desc_head {
    row-gap: 2rem;
  }
}
.top_content_desc_head .en {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
@media (min-width: 769px) {
  .top_content_desc_head .en {
    line-height: 1.323;
    font-size: 6.2rem;
  }
}
@media (max-width: 768px) {
  .top_content_desc_head .en {
    line-height: 1;
    font-size: 7rem;
  }
}
.top_content_desc_head .jp {
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .top_content_desc_head .jp {
    line-height: 1;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .top_content_desc_head .jp {
    line-height: 1;
    font-size: 2.4rem;
  }
}

.top_content_desc_txt {
  text-align: justify;
}
@media (min-width: 769px) {
  .top_content_desc_txt {
    margin-top: 4rem;
    line-height: 1.867;
    font-size: 1.5rem;
  }
  .top_content_desc_txt > p {
    font: inherit;
  }
  .top_content_desc_txt > p:first-of-type {
    margin-top: -0.433em;
  }
  .top_content_desc_txt > p:last-of-type {
    margin-bottom: -0.433em;
  }
}
@media (max-width: 768px) {
  .top_content_desc_txt {
    margin-top: 4rem;
    line-height: 1.77;
    font-size: 2.6rem;
  }
  .top_content_desc_txt > p {
    font: inherit;
  }
  .top_content_desc_txt > p:first-of-type {
    margin-top: -0.384em;
  }
  .top_content_desc_txt > p:last-of-type {
    margin-bottom: -0.384em;
  }
}

@media (min-width: 769px) {
  .top_content_desc_btn {
    width: 28rem;
    margin-top: 4.5rem;
  }
}
@media (max-width: 768px) {
  .top_content_desc_btn {
    width: 50rem;
    margin: 6rem auto 0;
  }
}
.top_content_desc_btn a {
  width: 100%;
  font-weight: 600;
  justify-content: center;
}
@media (min-width: 769px) {
  .top_content_desc_btn a {
    padding: 1.5rem 0;
    line-height: 2;
    font-size: 1.5rem;
    border-radius: 0.6rem;
  }
}
@media (max-width: 768px) {
  .top_content_desc_btn a {
    padding: 3rem 0;
    line-height: 1;
    font-size: 2.6rem;
    border-radius: 1.2rem;
  }
}

@media (min-width: 769px) {
  .top_recruit_outer {
    margin-top: 1.5rem;
    padding: 0 2.5rem;
  }
}

.top_recruit {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .top_recruit {
    padding: 12rem 0 10rem;
    background-image: url("../img/top/recruit_pc.jpg");
  }
}
@media (max-width: 768px) {
  .top_recruit {
    padding: 17rem 5rem 17rem;
    background-image: url("../img/top/recruit_sp.jpg");
  }
}
.top_recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}

.top_recruit_content {
  position: relative;
}
@media (min-width: 769px) {
  .top_recruit_content {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .top_recruit_content {
    display: grid;
    grid-template-rows: auto auto;
  }
}

.top_recruit_content_head {
  display: grid;
  color: #fff;
}
@media (min-width: 769px) {
  .top_recruit_content_head {
    grid-template-rows: auto auto;
    align-items: end;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .top_recruit_content_head {
    grid-template-rows: auto auto;
    gap: 2rem;
    align-items: end;
    text-align: center;
  }
}
.top_recruit_content_head .en {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
@media (min-width: 769px) {
  .top_recruit_content_head .en {
    line-height: 1;
    font-size: 6.2rem;
  }
}
@media (max-width: 768px) {
  .top_recruit_content_head .en {
    line-height: 1;
    font-size: 6.8rem;
  }
}
.top_recruit_content_head .jp {
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .top_recruit_content_head .jp {
    line-height: 2.4;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .top_recruit_content_head .jp {
    line-height: 1;
    font-size: 2.4rem;
  }
}

@media (min-width: 769px) {
  .top_recruit_btn {
    width: 28rem;
    margin: 3.5rem auto 0;
  }
}
@media (max-width: 768px) {
  .top_recruit_btn {
    width: 50rem;
    margin: 5rem auto 0;
  }
}
.top_recruit_btn a {
  width: 100%;
  font-weight: 600;
  justify-content: center;
}
@media (min-width: 769px) {
  .top_recruit_btn a {
    padding: 1.5rem 0;
    line-height: 2;
    font-size: 1.5rem;
    border-radius: 0.6rem;
  }
}
@media (max-width: 768px) {
  .top_recruit_btn a {
    padding: 3rem 0;
    line-height: 1;
    font-size: 2.6rem;
    border-radius: 1.2rem;
  }
}

.business_ttl {
  font-family: "YakuHanMP", "Shippori Mincho B1", serif;
  font-weight: 600;
}
@media (min-width: 769px) {
  .business_ttl {
    line-height: 1.834;
    font-size: 4.2rem;
  }
  .business_ttl > p {
    font: inherit;
  }
  .business_ttl > p:first-of-type {
    margin-top: -0.416em;
  }
  .business_ttl > p:last-of-type {
    margin-bottom: -0.416em;
  }
}
@media (max-width: 768px) {
  .business_ttl {
    line-height: 1.424;
    font-size: 5.2rem;
  }
  .business_ttl > p {
    font: inherit;
  }
  .business_ttl > p:first-of-type {
    margin-top: -0.211em;
  }
  .business_ttl > p:last-of-type {
    margin-bottom: -0.211em;
  }
}

.business_lead {
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .business_lead {
    line-height: 1.889;
    font-size: 1.8rem;
  }
  .business_lead > p {
    font: inherit;
  }
  .business_lead > p:first-of-type {
    margin-top: -0.444em;
  }
  .business_lead > p:last-of-type {
    margin-bottom: -0.444em;
  }
}
@media (max-width: 768px) {
  .business_lead {
    line-height: 1.616;
    font-size: 2.6rem;
  }
  .business_lead > p {
    font: inherit;
  }
  .business_lead > p:first-of-type {
    margin-top: -0.307em;
  }
  .business_lead > p:last-of-type {
    margin-bottom: -0.307em;
  }
  .business_lead {
    text-align: justify;
  }
}

@media (min-width: 769px) {
  .business_ttl + .business_lead {
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {
  .business_ttl + .business_lead {
    padding-top: 3.5rem;
  }
}

@media (min-width: 769px) {
  .service {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 7rem;
    padding-top: 7rem;
  }
}
@media (max-width: 768px) {
  .service {
    padding-top: 6rem;
  }
}

@media (min-width: 769px) {
  .service_inner {
    width: 54.6rem;
  }
}
@media (min-width: 769px) {
  .service_inner figure img {
    border-radius: 2rem;
  }
}
@media (max-width: 768px) {
  .service_inner figure img {
    border-radius: 2rem;
  }
}
.service_inner .service_ttl {
  color: #002f7c;
}
@media (min-width: 769px) {
  .service_inner .service_ttl {
    line-height: 1.6;
    font-size: 2rem;
  }
  .service_inner .service_ttl > p {
    font: inherit;
  }
  .service_inner .service_ttl > p:first-of-type {
    margin-top: -0.3em;
  }
  .service_inner .service_ttl > p:last-of-type {
    margin-bottom: -0.3em;
  }
  .service_inner .service_ttl {
    padding-top: 1.8rem;
  }
}
@media (max-width: 768px) {
  .service_inner .service_ttl {
    line-height: 1.5;
    font-size: 3.2rem;
  }
  .service_inner .service_ttl > p {
    font: inherit;
  }
  .service_inner .service_ttl > p:first-of-type {
    margin-top: -0.25em;
  }
  .service_inner .service_ttl > p:last-of-type {
    margin-bottom: -0.25em;
  }
  .service_inner .service_ttl {
    padding-top: 2.5rem;
  }
}
.service_inner .service_txt {
  text-align: justify;
}
@media (min-width: 769px) {
  .service_inner .service_txt {
    line-height: 1.734;
    font-size: 1.5rem;
  }
  .service_inner .service_txt > p {
    font: inherit;
  }
  .service_inner .service_txt > p:first-of-type {
    margin-top: -0.366em;
  }
  .service_inner .service_txt > p:last-of-type {
    margin-bottom: -0.366em;
  }
}
@media (max-width: 768px) {
  .service_inner .service_txt {
    line-height: 1.6;
    font-size: 2.5rem;
  }
  .service_inner .service_txt > p {
    font: inherit;
  }
  .service_inner .service_txt > p:first-of-type {
    margin-top: -0.3em;
  }
  .service_inner .service_txt > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media (min-width: 769px) {
  .service_inner .service_ttl + .service_txt {
    padding-top: 1.2rem;
  }
}
@media (max-width: 768px) {
  .service_inner .service_ttl + .service_txt {
    padding-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .service_inner + .service_inner {
    padding-top: 7rem;
  }
}

@media (min-width: 769px) {
  #p-company {
    padding-bottom: 18rem;
  }
}
@media (max-width: 768px) {
  #p-company {
    padding-bottom: 15rem;
  }
}

@media (min-width: 769px) {
  #p-company-greeting {
    padding-bottom: 18rem;
  }
}
@media (max-width: 768px) {
  #p-company-greeting {
    padding-bottom: 15rem;
  }
}
@media (min-width: 769px) {
  #p-company-greeting section + section {
    padding-top: 10rem;
  }
}
@media (max-width: 768px) {
  #p-company-greeting section + section {
    padding-top: 10rem;
  }
}

@media (min-width: 769px) {
  .philosophy {
    padding-top: 1rem;
  }
}
@media (max-width: 768px) {
  .philosophy {
    padding-top: 2rem;
  }
}

.category_ttl {
  font-family: "YakuHanMP", "Shippori Mincho B1", serif;
  font-weight: 600;
}
@media (min-width: 769px) {
  .category_ttl {
    line-height: 1.273;
    font-size: 4.4rem;
  }
  .category_ttl > p {
    font: inherit;
  }
  .category_ttl > p:first-of-type {
    margin-top: -0.136em;
  }
  .category_ttl > p:last-of-type {
    margin-bottom: -0.136em;
  }
}
@media (max-width: 768px) {
  .category_ttl {
    line-height: 1.4;
    font-size: 5rem;
  }
  .category_ttl > p {
    font: inherit;
  }
  .category_ttl > p:first-of-type {
    margin-top: -0.2em;
  }
  .category_ttl > p:last-of-type {
    margin-bottom: -0.2em;
  }
}

@media (min-width: 769px) {
  .philosophy_inner {
    padding-top: 3.5rem;
  }
}
@media (max-width: 768px) {
  .philosophy_inner {
    padding-top: 4rem;
  }
}
@media (min-width: 769px) {
  .philosophy_inner .philosophy_txt {
    line-height: 2.112;
    font-size: 1.8rem;
  }
  .philosophy_inner .philosophy_txt > p {
    font: inherit;
  }
  .philosophy_inner .philosophy_txt > p:first-of-type {
    margin-top: -0.555em;
  }
  .philosophy_inner .philosophy_txt > p:last-of-type {
    margin-bottom: -0.555em;
  }
}
@media (max-width: 768px) {
  .philosophy_inner .philosophy_txt {
    line-height: 1.847;
    font-size: 2.6rem;
  }
  .philosophy_inner .philosophy_txt > p {
    font: inherit;
  }
  .philosophy_inner .philosophy_txt > p:first-of-type {
    margin-top: -0.423em;
  }
  .philosophy_inner .philosophy_txt > p:last-of-type {
    margin-bottom: -0.423em;
  }
  .philosophy_inner .philosophy_txt {
    text-align: justify;
  }
}

@media (min-width: 769px) {
  .greeting_inner {
    display: flex;
    justify-content: space-between;
    padding-top: 3.5rem;
  }
}
@media (max-width: 768px) {
  .greeting_inner {
    padding-top: 4rem;
  }
}
@media (min-width: 769px) {
  .greeting_inner .greeting_img {
    width: 54rem;
  }
}
@media (max-width: 768px) {
  .greeting_inner .greeting_img {
    padding-bottom: 4rem;
  }
}
.greeting_inner .greeting_img img {
  border-radius: 2rem;
}
@media (min-width: 769px) {
  .greeting_inner .greeting_txt {
    width: 55.6rem;
  }
}
.greeting_inner p {
  text-align: justify;
}
@media (min-width: 769px) {
  .greeting_inner p {
    line-height: 1.875;
    font-size: 1.6rem;
  }
  .greeting_inner p > p {
    font: inherit;
  }
  .greeting_inner p > p:first-of-type {
    margin-top: -0.437em;
  }
  .greeting_inner p > p:last-of-type {
    margin-bottom: -0.437em;
  }
}
@media (max-width: 768px) {
  .greeting_inner p {
    line-height: 1.847;
    font-size: 2.6rem;
  }
  .greeting_inner p > p {
    font: inherit;
  }
  .greeting_inner p > p:first-of-type {
    margin-top: -0.423em;
  }
  .greeting_inner p > p:last-of-type {
    margin-bottom: -0.423em;
  }
}
.greeting_inner .president {
  text-align: right;
}
@media (min-width: 769px) {
  .greeting_inner .president {
    padding-top: 3.5rem;
  }
}
@media (max-width: 768px) {
  .greeting_inner .president {
    padding-top: 4.5rem;
  }
}

@media (min-width: 769px) {
  #p-company-profile {
    padding-bottom: 18rem;
  }
}
@media (max-width: 768px) {
  #p-company-profile {
    padding-bottom: 15rem;
  }
}
#p-company-profile .profile_map {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  #p-company-profile .profile_map {
    aspect-ratio: 1166/420;
  }
}
@media (max-width: 768px) {
  #p-company-profile .profile_map {
    aspect-ratio: 650/750;
  }
}
#p-company-profile .profile_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#p-company-profile .profile_map_txt {
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 769px) {
  #p-company-profile .profile_map_txt {
    margin-top: 2rem;
    line-height: 6;
    font-size: 1.5rem;
  }
  #p-company-profile .profile_map_txt > p {
    font: inherit;
  }
  #p-company-profile .profile_map_txt > p:first-of-type {
    margin-top: -2.5em;
  }
  #p-company-profile .profile_map_txt > p:last-of-type {
    margin-bottom: -2.5em;
  }
}
@media (max-width: 768px) {
  #p-company-profile .profile_map_txt {
    margin-top: 3rem;
    line-height: 1.8;
    font-size: 2.5rem;
  }
  #p-company-profile .profile_map_txt > p {
    font: inherit;
  }
  #p-company-profile .profile_map_txt > p:first-of-type {
    margin-top: -0.4em;
  }
  #p-company-profile .profile_map_txt > p:last-of-type {
    margin-bottom: -0.4em;
  }
}
@media (min-width: 769px) {
  #p-company-profile .profile_access {
    margin-top: 14rem;
  }
}
@media (max-width: 768px) {
  #p-company-profile .profile_access {
    margin-top: 12.5rem;
  }
}

@media (min-width: 769px) {
  #p-recruit {
    padding-bottom: 18rem;
  }
}
@media (max-width: 768px) {
  #p-recruit {
    padding-bottom: 15rem;
  }
}

.entry_btn {
  text-align: center;
}
@media (min-width: 769px) {
  .entry_btn {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .entry_btn {
    margin-top: 6rem;
  }
}
.entry_btn a {
  justify-content: center;
  padding-right: 0;
}
@media (min-width: 769px) {
  .entry_btn a {
    width: 28rem;
    font-size: 1.5rem;
    border-radius: 0.6rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 768px) {
  .entry_btn a {
    width: 50rem;
    font-size: 2.8rem;
    border-radius: 1.2rem;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    padding-left: 3.2rem;
  }
}

@media (min-width: 769px) {
  #p-contact {
    padding-bottom: 18rem;
  }
}
@media (max-width: 768px) {
  #p-contact {
    padding-bottom: 15rem;
  }
}

@media (min-width: 769px) {
  .u-lower_responsive_table_data .annotation {
    line-height: 1.667;
    font-size: 1.2rem;
  }
  .u-lower_responsive_table_data .annotation > p {
    font: inherit;
  }
  .u-lower_responsive_table_data .annotation > p:first-of-type {
    margin-top: -0.333em;
  }
  .u-lower_responsive_table_data .annotation > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media (max-width: 768px) {
  .u-lower_responsive_table_data .annotation {
    line-height: 1.584;
    font-size: 2.4rem;
  }
  .u-lower_responsive_table_data .annotation > p {
    font: inherit;
  }
  .u-lower_responsive_table_data .annotation > p:first-of-type {
    margin-top: -0.291em;
  }
  .u-lower_responsive_table_data .annotation > p:last-of-type {
    margin-bottom: -0.291em;
  }
}

@media (min-width: 769px) {
  #p-privacy {
    padding-bottom: 18rem;
  }
}
@media (max-width: 768px) {
  #p-privacy {
    padding-bottom: 15rem;
  }
}

@media (min-width: 769px) {
  .u-lower_lead {
    line-height: 1.75;
    font-size: 1.6rem;
  }
  .u-lower_lead > p {
    font: inherit;
  }
  .u-lower_lead > p:first-of-type {
    margin-top: -0.375em;
  }
  .u-lower_lead > p:last-of-type {
    margin-bottom: -0.375em;
  }
  .u-lower_lead {
    padding: 5rem 0 8rem;
  }
}
@media (max-width: 768px) {
  .u-lower_lead {
    line-height: 1.77;
    font-size: 2.6rem;
  }
  .u-lower_lead > p {
    font: inherit;
  }
  .u-lower_lead > p:first-of-type {
    margin-top: -0.384em;
  }
  .u-lower_lead > p:last-of-type {
    margin-bottom: -0.384em;
  }
  .u-lower_lead {
    padding: 6rem 0 8rem;
  }
}

.u-lower_terms_inner {
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .u-lower_terms_inner {
    line-height: 1.75;
    font-size: 1.6rem;
  }
  .u-lower_terms_inner > p {
    font: inherit;
  }
  .u-lower_terms_inner > p:first-of-type {
    margin-top: -0.375em;
  }
  .u-lower_terms_inner > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media (max-width: 768px) {
  .u-lower_terms_inner {
    line-height: 1.77;
    font-size: 2.6rem;
  }
  .u-lower_terms_inner > p {
    font: inherit;
  }
  .u-lower_terms_inner > p:first-of-type {
    margin-top: -0.384em;
  }
  .u-lower_terms_inner > p:last-of-type {
    margin-bottom: -0.384em;
  }
}

@media (min-width: 769px) {
  .u-lower_terms_inner h2 + p {
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {
  .u-lower_terms_inner h2 + p {
    padding-top: 3rem;
  }
}

.u-lower_terms_inner h2 {
  font-family: "Noto Sans JP", sans-serif;
}

.u-lower_terms_inner p {
  text-align: justify;
}

.u-lower_terms_inner + .u-lower_terms_inner {
  border-top: #dcdce6 1px solid;
}
@media (min-width: 769px) {
  .u-lower_terms_inner + .u-lower_terms_inner {
    padding-top: 4rem;
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .u-lower_terms_inner + .u-lower_terms_inner {
    padding-top: 5rem;
    margin-top: 5rem;
  }
}

.u-cmn_layout {
  max-width: 100%;
}
@media (min-width: 769px) {
  .u-cmn_layout {
    width: 136.6rem;
    margin: 0 auto;
    padding: 0 10rem;
  }
}
@media (max-width: 768px) {
  .u-cmn_layout {
    padding: 0 5rem;
  }
}

@media (min-width: 769px) {
  .u-lower_wrapper {
    padding-top: 10rem;
  }
}
@media (max-width: 768px) {
  .u-lower_wrapper {
    padding-top: 9rem;
  }
}

.u-lower_head {
  font-family: "YakuHanMP", "Shippori Mincho B1", serif;
  font-weight: 600;
}
@media (min-width: 769px) {
  .u-lower_head {
    margin-bottom: 5rem;
    line-height: 1.572;
    font-size: 4.9rem;
  }
  .u-lower_head > h1 {
    font: inherit;
  }
  .u-lower_head > h1:first-of-type {
    margin-top: -0.285em;
  }
  .u-lower_head > h1:last-of-type {
    margin-bottom: -0.285em;
  }
}
@media (max-width: 768px) {
  .u-lower_head {
    margin-bottom: 4rem;
    line-height: 1.284;
    font-size: 6rem;
  }
  .u-lower_head > h1 {
    font: inherit;
  }
  .u-lower_head > h1:first-of-type {
    margin-top: -0.141em;
  }
  .u-lower_head > h1:last-of-type {
    margin-bottom: -0.141em;
  }
}

.u-lower_hero {
  overflow: hidden;
}
@media (min-width: 769px) {
  .u-lower_hero {
    margin-bottom: 10rem;
    padding-right: 6.8rem;
    height: 32rem;
  }
}
@media (max-width: 768px) {
  .u-lower_hero {
    margin-bottom: 8rem;
    padding-right: 5rem;
    height: 34rem;
  }
}
.u-lower_hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-lower_hero_img {
  overflow: hidden;
}
@media (min-width: 769px) {
  .u-lower_hero_img {
    border-top-right-radius: 2rem;
  }
}
@media (max-width: 768px) {
  .u-lower_hero_img {
    border-top-right-radius: 2.4rem;
  }
}

@media (min-width: 769px) {
  .u-lower_txt {
    line-height: 1.75;
    font-size: 1.6rem;
  }
  .u-lower_txt > p {
    font: inherit;
  }
  .u-lower_txt > p:first-of-type {
    margin-top: -0.375em;
  }
  .u-lower_txt > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media (max-width: 768px) {
  .u-lower_txt {
    line-height: 1.8;
    font-size: 2.5rem;
  }
  .u-lower_txt > p {
    font: inherit;
  }
  .u-lower_txt > p:first-of-type {
    margin-top: -0.4em;
  }
  .u-lower_txt > p:last-of-type {
    margin-bottom: -0.4em;
  }
}

@media (min-width: 769px) {
  .u-lower_cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6.5rem;
  }
}
@media (max-width: 768px) {
  .u-lower_cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}

.u-lower_cards a {
  text-decoration: none;
  color: inherit;
}

.u-lower_card {
  display: grid;
  grid-template-rows: auto 1fr;
}
@media (min-width: 769px) {
  .u-lower_card {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .u-lower_card {
    gap: 2rem;
  }
}
.u-lower_card:hover figure img {
  transform: scale(1.05);
}

.u-lower_cards figure {
  margin: 0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .u-lower_cards figure {
    border-radius: 2rem;
  }
}
@media (max-width: 768px) {
  .u-lower_cards figure {
    border-radius: 1.5rem;
  }
}

.u-lower_cards img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s ease-in-out;
}

.u-lower_card_txt {
  font-weight: 600;
}
@media (min-width: 769px) {
  .u-lower_card_txt {
    line-height: 4;
    font-size: 2rem;
  }
  .u-lower_card_txt > p {
    font: inherit;
  }
  .u-lower_card_txt > p:first-of-type {
    margin-top: -1.5em;
  }
  .u-lower_card_txt > p:last-of-type {
    margin-bottom: -1.5em;
  }
}
@media (max-width: 768px) {
  .u-lower_card_txt {
    line-height: 1.572;
    font-size: 2.8rem;
  }
  .u-lower_card_txt > p {
    font: inherit;
  }
  .u-lower_card_txt > p:first-of-type {
    margin-top: -0.285em;
  }
  .u-lower_card_txt > p:last-of-type {
    margin-bottom: -0.285em;
  }
}

.u-lower_responsive_table_row {
  display: grid;
  border-bottom: 1px solid #dcdce6;
}
@media (min-width: 769px) {
  .u-lower_responsive_table_row {
    grid-template-columns: 12.5rem 1fr;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    padding: 4rem 2rem;
  }
}
@media (max-width: 768px) {
  .u-lower_responsive_table_row {
    grid-template-rows: auto 1fr;
    row-gap: 2rem;
    padding: 4rem 0;
  }
}

.u-lower_responsive_table_head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #002f7c;
}
@media (min-width: 769px) {
  .u-lower_responsive_table_head {
    line-height: 2;
    font-size: 1.6rem;
  }
  .u-lower_responsive_table_head > p {
    font: inherit;
  }
  .u-lower_responsive_table_head > p:first-of-type {
    margin-top: -0.5em;
  }
  .u-lower_responsive_table_head > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 768px) {
  .u-lower_responsive_table_head {
    line-height: 1.77;
    font-size: 2.6rem;
  }
  .u-lower_responsive_table_head > p {
    font: inherit;
  }
  .u-lower_responsive_table_head > p:first-of-type {
    margin-top: -0.384em;
  }
  .u-lower_responsive_table_head > p:last-of-type {
    margin-bottom: -0.384em;
  }
}

.u-lower_responsive_table_data {
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 769px) {
  .u-lower_responsive_table_data {
    line-height: 2;
    font-size: 1.6rem;
  }
  .u-lower_responsive_table_data > p {
    font: inherit;
  }
  .u-lower_responsive_table_data > p:first-of-type {
    margin-top: -0.5em;
  }
  .u-lower_responsive_table_data > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 768px) {
  .u-lower_responsive_table_data {
    line-height: 1.77;
    font-size: 2.6rem;
  }
  .u-lower_responsive_table_data > p {
    font: inherit;
  }
  .u-lower_responsive_table_data > p:first-of-type {
    margin-top: -0.384em;
  }
  .u-lower_responsive_table_data > p:last-of-type {
    margin-bottom: -0.384em;
  }
}

.u-lower_sec_head {
  display: grid;
  grid-template-rows: 1fr auto;
  color: #002f7c;
}
@media (min-width: 769px) {
  .u-lower_sec_head {
    margin-top: -2.2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .u-lower_sec_head {
    row-gap: 2rem;
    margin-top: -1.2rem;
    margin-bottom: 4rem;
  }
}
.u-lower_sec_head .en {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
@media (min-width: 769px) {
  .u-lower_sec_head .en {
    line-height: 1.64;
    font-size: 5rem;
  }
  .u-lower_sec_head .en > p {
    font: inherit;
  }
  .u-lower_sec_head .en > p:first-of-type {
    margin-top: -0.32em;
  }
  .u-lower_sec_head .en > p:last-of-type {
    margin-bottom: -0.32em;
  }
}
@media (max-width: 768px) {
  .u-lower_sec_head .en {
    line-height: 1;
    font-size: 7rem;
  }
  .u-lower_sec_head .en > p {
    font: inherit;
  }
  .u-lower_sec_head .en > p:first-of-type {
    margin-top: 0em;
  }
  .u-lower_sec_head .en > p:last-of-type {
    margin-bottom: 0em;
  }
}
.u-lower_sec_head .jp {
  font-weight: 500;
}
@media (min-width: 769px) {
  .u-lower_sec_head .jp {
    line-height: 1;
    font-size: 1.5rem;
  }
  .u-lower_sec_head .jp > p {
    font: inherit;
  }
  .u-lower_sec_head .jp > p:first-of-type {
    margin-top: 0em;
  }
  .u-lower_sec_head .jp > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media (max-width: 768px) {
  .u-lower_sec_head .jp {
    line-height: 1;
    font-size: 2.4rem;
  }
  .u-lower_sec_head .jp > p {
    font: inherit;
  }
  .u-lower_sec_head .jp > p:first-of-type {
    margin-top: 0em;
  }
  .u-lower_sec_head .jp > p:last-of-type {
    margin-bottom: 0em;
  }
}

@media (min-width: 769px) {
  .u-sp-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-link-underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.u-link-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  animation: u-link-underline-out 0.25s ease-out forwards;
}
.u-link-underline:hover::after, .u-link-underline:focus-visible::after {
  animation: u-link-underline-in 0.25s ease-out forwards;
}

@keyframes u-link-underline-in {
  from {
    opacity: 0;
    transform-origin: left;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform-origin: left;
    transform: scaleX(1);
  }
}
@keyframes u-link-underline-out {
  from {
    opacity: 1;
    transform-origin: right;
    transform: scaleX(1);
  }
  to {
    opacity: 0;
    transform-origin: right;
    transform: scaleX(0);
  }
}
.u-btn-hover {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  font: inherit;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid transparent;
  background-color: #002f7c;
  color: #fff;
  transition: 0.5s all;
}
.u-btn-hover:hover, .u-btn-hover:focus-visible {
  background-color: #fff;
  border-color: #002f7c;
  color: #002f7c;
}

.u-btn-arrow-right {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding-right: 5.6rem;
}
.u-btn-arrow-right::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.2rem;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.5 11'%3E%3Cpath d='m8 .5 6 5-6 5' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2'/%3E%3Cline y1='5.5' x2='14' y2='5.5' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.2'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.5 11'%3E%3Cpath d='m8 .5 6 5-6 5' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2'/%3E%3Cline y1='5.5' x2='14' y2='5.5' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.2'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.u-btn-arrow-right:hover::after, .u-btn-arrow-right:focus-visible::after {
  background-color: #002f7c;
}

a[href*="tel:"] {
  text-decoration: none;
  color: #282828;
}
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.u-font-shippori {
  font-family: "YakuHanMP", "Shippori Mincho B1", serif;
}

.u-font-noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-raleway {
  font-family: "Raleway", sans-serif;
}

header {
  position: sticky;
  top: 0;
  z-index: 150;
  background-color: #fff;
}

@media (min-width: 769px) {
  .header_logo {
    width: 28rem;
  }
}
@media (max-width: 768px) {
  .header_logo {
    width: 34rem;
  }
}

.nav_outer {
  position: fixed;
  background: #002f7c;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  transition: height 0.2s linear;
  z-index: 100;
}
@media (min-width: 769px) {
  .nav_outer {
    display: block !important;
    position: static;
    background: transparent;
    height: auto;
    width: auto;
    left: auto;
    right: auto;
    top: auto;
    overflow: visible;
    transition: none;
    pointer-events: auto;
  }
}
.nav_outer:not(.is-opened) {
  height: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .nav_outer:not(.is-opened) {
    height: auto;
    pointer-events: auto;
  }
}

.nav_inner {
  max-height: 100%;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .nav_inner {
    padding: 0;
    max-height: none;
    overflow-y: visible;
  }
}
@media (max-width: 768px) {
  .nav_inner {
    padding: 12rem 3.5rem;
  }
}

@media (min-width: 769px) {
  .nav_switch {
    display: none !important;
  }
}
.nav_switch {
  position: absolute;
  width: 8.2rem;
  height: 3.4rem;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 101;
  cursor: pointer;
}
.nav_switch::before, .nav_switch::after {
  content: "";
  position: absolute;
  background: #282828;
  width: 100%;
  height: 0.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.2s;
}
.nav_switch::before {
  top: 0%;
}
.nav_switch::after {
  bottom: 0%;
}
.nav_switch > span {
  position: absolute;
  background: #282828;
  width: 100%;
  height: 0.2rem;
  inset: 0;
  margin: auto;
  transition: 0.2s;
}
.nav_switch.is-opened::before, .nav_switch.is-opened::after {
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_switch.is-opened::before {
  rotate: 45deg;
}
.nav_switch.is-opened::after {
  rotate: -45deg;
}
.nav_switch.is-opened > span {
  opacity: 0;
}

.header_inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .header_inr {
    max-width: 1266px;
    padding: 1.5rem 5rem;
  }
}
@media (max-width: 768px) {
  .header_inr {
    position: relative;
    padding: 1.5rem 3.5rem;
  }
}

.nav_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .nav_list {
    display: flex;
    gap: 3.5rem;
    align-items: center;
  }
}

.nav_list a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  transition: none;
}
@media (min-width: 769px) {
  .nav_list a {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .nav_list a {
    padding: 2.5rem 0;
    text-align: center;
    font-size: 3.6rem;
    color: #fff;
  }
}

.btn_toi {
  color: #fff;
  background-color: #002f7c;
}
@media (min-width: 769px) {
  .btn_toi {
    padding: 0.6rem 2rem;
    font-size: 1.4rem;
    border-radius: 1rem;
  }
}

@media (min-width: 769px) {
  .breadcrumb {
    width: 136.6rem;
    margin: 0 auto;
    padding: 2rem 10rem 0;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.5em;
  line-height: 1;
  font-size: 1.2rem;
}
.breadcrumb_list li {
  display: inline-flex;
  align-items: center;
}
.breadcrumb_list li + li::before {
  content: ">";
  margin-right: 0.8rem;
  opacity: 0.45;
}
.breadcrumb_list a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb_list a.current {
  pointer-events: none;
}

footer {
  position: relative;
  background-color: #002f7c;
  color: #fff;
}

.page_top {
  position: fixed;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
@media (min-width: 769px) {
  .page_top {
    right: 3rem;
    width: 4.8rem;
    bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .page_top {
    right: 2rem;
    width: 6.2rem;
    bottom: 2rem;
  }
}
.page_top.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.page_top.is-pinned {
  position: absolute;
  bottom: calc(100% + 12px);
}

.page_top_btn {
  display: block;
  line-height: 0;
}
.page_top_btn img {
  display: block;
  width: 100%;
  height: auto;
}

.footer_inr {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 2rem 2.4rem;
}
@media (min-width: 769px) {
  .footer_inr {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    row-gap: 3.5rem;
    max-width: 1266px;
    padding: 5rem 5rem;
  }
}
@media (max-width: 768px) {
  .footer_inr {
    padding: 10rem 2.5rem 7rem;
  }
}

.footer_content {
  display: grid;
  grid-template-rows: auto auto;
}
@media (min-width: 769px) {
  .footer_content {
    row-gap: 3rem;
  }
}
@media (max-width: 768px) {
  .footer_content {
    row-gap: 5rem;
  }
}

@media (min-width: 769px) {
  .footer_logo {
    width: 28rem;
  }
}
@media (max-width: 768px) {
  .footer_logo {
    width: 42rem;
    margin-inline: auto;
  }
}
.footer_logo img {
  filter: brightness(0) invert(1);
}

.footer_info {
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 769px) {
  .footer_info {
    line-height: 1.847;
    font-size: 1.3rem;
  }
  .footer_info > p {
    font: inherit;
  }
  .footer_info > p:first-of-type {
    margin-top: -0.423em;
  }
  .footer_info > p:last-of-type {
    margin-bottom: -0.423em;
  }
}
@media (max-width: 768px) {
  .footer_info {
    line-height: 1.68;
    font-size: 2.5rem;
  }
  .footer_info > p {
    font: inherit;
  }
  .footer_info > p:first-of-type {
    margin-top: -0.34em;
  }
  .footer_info > p:last-of-type {
    margin-bottom: -0.34em;
  }
  .footer_info {
    text-align: center;
  }
}

.footer_nav_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 769px) {
  .footer_nav_list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .footer_nav_list {
    display: none;
  }
}
@media (min-width: 769px) {
  .footer_nav_list li {
    line-height: 1;
    font-size: 1.4rem;
  }
  .footer_nav_list li > a {
    font: inherit;
  }
  .footer_nav_list li > a:first-of-type {
    margin-top: 0em;
  }
  .footer_nav_list li > a:last-of-type {
    margin-bottom: 0em;
  }
}

@media (min-width: 769px) {
  .footer_privacy {
    grid-area: 2/2/3/3;
    text-align: right;
    line-height: 1;
    font-size: 1.3rem;
  }
  .footer_privacy > a {
    font: inherit;
  }
  .footer_privacy > a:first-of-type {
    margin-top: 0em;
  }
  .footer_privacy > a:last-of-type {
    margin-bottom: 0em;
  }
}
@media (max-width: 768px) {
  .footer_privacy {
    margin-top: 6rem;
    line-height: 1;
    font-size: 2.4rem;
  }
  .footer_privacy > a {
    font: inherit;
  }
  .footer_privacy > a:first-of-type {
    margin-top: 0em;
  }
  .footer_privacy > a:last-of-type {
    margin-bottom: 0em;
  }
  .footer_privacy {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .footer_copyright {
    line-height: 1;
    font-size: 1.2rem;
  }
  .footer_copyright > p {
    font: inherit;
  }
  .footer_copyright > p:first-of-type {
    margin-top: 0em;
  }
  .footer_copyright > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media (max-width: 768px) {
  .footer_copyright {
    margin-top: 7.5rem;
    line-height: 1;
    font-size: 2rem;
  }
  .footer_copyright > p {
    font: inherit;
  }
  .footer_copyright > p:first-of-type {
    margin-top: 0em;
  }
  .footer_copyright > p:last-of-type {
    margin-bottom: 0em;
  }
  .footer_copyright {
    text-align: center;
  }
}

.footer_info a[href*="tel:"] {
  color: #fff;
}

.modal_outer {
  background: transparent;
  border: 0;
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
}
.modal_outer::backdrop {
  background: transparent;
}
.modal_outer:focus {
  outline: none;
}

.modal_bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  inset: 0;
  cursor: pointer;
}

.modal_box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  padding: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

.modal_close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
}
.modal_close:hover {
  opacity: 0.5;
}

.accordion_item {
  margin-bottom: 20px;
}

.accordion_head {
  cursor: pointer;
  padding: 15px 20px;
  background: #f9f9f9;
  font-weight: bold;
  position: relative;
  border: 1px solid #ddd;
}
.accordion_head::after {
  content: "＋";
  position: absolute;
  right: 20px;
}
.accordion_head.is-opened::after {
  content: "－";
}

.accordion_body {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.2s linear;
}

.accordion_content {
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
}

.form_wrapper {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .form_wrapper {
    max-width: 90rem;
    margin-top: 7.5rem;
  }
}
@media (max-width: 768px) {
  .form_wrapper {
    margin-top: 7rem;
  }
}

.form_wrapper form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .form_wrapper form {
    gap: 3.5rem;
  }
}
@media (max-width: 768px) {
  .form_wrapper form {
    gap: 4.5rem;
  }
}

.form_item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 769px) {
  .form_item {
    row-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .form_item {
    row-gap: 1.2rem;
  }
}
.form_item > label:first-of-type {
  color: #282828;
}
@media (min-width: 769px) {
  .form_item > label:first-of-type {
    line-height: 1.6;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .form_item > label:first-of-type {
    line-height: 1.667;
    font-size: 2.4rem;
  }
}
.form_item > input,
.form_item > select,
.form_item > textarea {
  width: 100%;
  border-radius: 0.6rem;
  background: #ebeeee;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .form_item > input,
  .form_item > select,
  .form_item > textarea {
    padding: 2rem 3rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .form_item > input,
  .form_item > select,
  .form_item > textarea {
    padding: 3.5rem 3rem;
    font-size: 2.4rem;
  }
}
.form_item > input::-moz-placeholder, .form_item > select::-moz-placeholder, .form_item > textarea::-moz-placeholder {
  color: #999;
}
.form_item > input::placeholder,
.form_item > select::placeholder,
.form_item > textarea::placeholder {
  color: #999;
}
.form_item > input:focus-visible,
.form_item > select:focus-visible,
.form_item > textarea:focus-visible {
  outline: none;
  border-color: #002f7c;
  box-shadow: 0 0 0 2px rgba(0, 47, 124, 0.2);
}
.form_item > select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #002f7c 50%), linear-gradient(135deg, #002f7c 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .form_item > select {
    background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px);
  }
}
.form_item > textarea {
  min-height: 14rem;
  resize: vertical;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.form_item > textarea::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .form_item > textarea {
    min-height: 20rem;
  }
}
@media (min-width: 769px) {
  .form_item > input + input {
    margin-top: 0.8rem;
  }
}
@media (max-width: 768px) {
  .form_item > input + input {
    margin-top: 1rem;
  }
}

.form_item:has(.form_item_error) > label:first-of-type::after,
.form_item:has(.form_item_error) .form_fieldset > legend::after {
  content: "*";
  color: #ea6d45;
  margin-inline-start: 0.2em;
  font-weight: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.form_wrapper #address_zip {
  max-width: 100%;
}
@media (min-width: 769px) {
  .form_wrapper #address_zip {
    width: 18rem;
  }
}
@media (max-width: 768px) {
  .form_wrapper #address_zip {
    width: 24rem;
  }
}

.form_wrapper #work_history,
.form_wrapper #certificates {
  min-height: 0;
}
@media (min-width: 769px) {
  .form_wrapper #work_history,
  .form_wrapper #certificates {
    height: 5.9rem;
  }
}
@media (max-width: 768px) {
  .form_wrapper #work_history,
  .form_wrapper #certificates {
    height: 10.6rem;
  }
}

.form_fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.form_fieldset legend {
  padding: 0;
}
@media (min-width: 769px) {
  .form_fieldset legend {
    line-height: 1.6;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .form_fieldset legend {
    line-height: 1.539;
    font-size: 2.6rem;
    margin-bottom: 1.2rem;
  }
}

.form_item_options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 4rem;
}

.form_radio {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form_radio input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.form_radio label {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 769px) {
  .form_radio label {
    gap: 1.2rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .form_radio label {
    gap: 1.4rem;
    font-size: 2.4rem;
  }
}
.form_radio label::before {
  content: "";
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: none;
  background-color: #eaeeee;
}
@media (min-width: 769px) {
  .form_radio label::before {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media (max-width: 768px) {
  .form_radio label::before {
    width: 6rem;
    height: 6rem;
  }
}
.form_radio label::after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
  background-color: #002f7c;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) translateZ(0);
  backface-visibility: hidden;
  transition: opacity 0.2s linear;
}
@media (min-width: 769px) {
  .form_radio label::after {
    left: calc(3.4rem / 2);
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 768px) {
  .form_radio label::after {
    left: calc(6rem / 2);
    width: 2.7rem;
    height: 2.7rem;
  }
}
.form_radio input[type=radio]:checked + label::after {
  opacity: 1;
}
.form_radio input[type=radio]:focus-visible + label::before {
  box-shadow: 0 0 0 3px rgba(0, 47, 124, 0.25);
}

.form_item_error {
  color: #f2352f;
}
@media (min-width: 769px) {
  .form_item_error {
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .form_item_error {
    line-height: 1.834;
    font-size: 2.4rem;
  }
}
.form_item_error[hidden], .form_item_error.is-hidden {
  display: none;
}

.form_item.is-error > input,
.form_item.is-error > select,
.form_item.is-error > textarea {
  border-color: #c62828;
}

.form_item_checkbox {
  display: flex;
  justify-content: center;
  text-align: center;
}
.form_item_checkbox label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 769px) {
  .form_item_checkbox label {
    gap: 1rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .form_item_checkbox label {
    gap: 1.4rem;
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
.form_item_checkbox input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.form_item_checkbox label > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #282828;
}
@media (min-width: 769px) {
  .form_item_checkbox label > span {
    --check-box-size: 2rem;
  }
}
@media (max-width: 768px) {
  .form_item_checkbox label > span {
    --check-box-size: 3.4rem;
    font-size: 2.5rem;
  }
}
.form_item_checkbox label > span::before {
  content: "";
  flex-shrink: 0;
  box-sizing: border-box;
  border: 1px solid #353535;
  background: transparent;
  width: var(--check-box-size);
  height: var(--check-box-size);
}
@media (min-width: 769px) {
  .form_item_checkbox label > span::before {
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  .form_item_checkbox label > span::before {
    margin-right: 2rem;
  }
}
.form_item_checkbox label > span::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 12.5l6 6L21 4.5' fill='none' stroke='%23ea6d45' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  left: calc(var(--check-box-size) / 2);
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (min-width: 769px) {
  .form_item_checkbox label > span::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (max-width: 768px) {
  .form_item_checkbox label > span::after {
    width: 2rem;
    height: 2rem;
  }
}
.form_item_checkbox label > span a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.08em;
  text-decoration-thickness: from-font;
}
.form_item_checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form_item_checkbox input[type=checkbox]:focus-visible + span {
  outline: 2px solid rgba(0, 47, 124, 0.35);
  outline-offset: 2px;
  border-radius: 2px;
}

.form_item_submit {
  text-align: center;
}
@media (min-width: 769px) {
  .form_item_submit {
    padding-top: 1.6rem;
  }
}
@media (max-width: 768px) {
  .form_item_submit {
    padding-top: 1.2rem;
  }
}
.form_item_submit button[type=submit] {
  padding-right: 0;
  justify-content: center;
  letter-spacing: 1em;
}
@media (min-width: 769px) {
  .form_item_submit button[type=submit] {
    width: 28rem;
    margin-inline: auto;
    font-size: 1.5rem;
    border-radius: 0.6rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 768px) {
  .form_item_submit button[type=submit] {
    width: 100%;
    font-size: 2.8rem;
    border-radius: 1.2rem;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    padding-left: 3.2rem;
    padding-right: 5.6rem;
  }
}
.form_item_submit button[type=submit]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 47, 124, 0.35);
}
.form_item_submit button[type=submit]:not(:disabled):active {
  transform: translateY(1px);
}
.form_item_submit button[type=submit]:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}
.form_item_submit button[type=submit]:disabled:hover, .form_item_submit button[type=submit]:disabled:focus-visible {
  background-color: #002f7c;
  color: #fff;
  border-color: transparent;
}

.done_content_head {
  text-align: center;
  font-weight: 600;
  font-family: "YakuHanMP", "Shippori Mincho B1", serif;
}
@media (min-width: 769px) {
  .done_content_head {
    line-height: 1.75;
    font-size: 4.4rem;
  }
  .done_content_head > h1 {
    font: inherit;
  }
  .done_content_head > h1:first-of-type {
    margin-top: -0.375em;
  }
  .done_content_head > h1:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media (max-width: 768px) {
  .done_content_head {
    line-height: 1.667;
    font-size: 5.4rem;
  }
  .done_content_head > h1 {
    font: inherit;
  }
  .done_content_head > h1:first-of-type {
    margin-top: -0.333em;
  }
  .done_content_head > h1:last-of-type {
    margin-bottom: -0.333em;
  }
}

.done_content_txt {
  text-align: center;
}
@media (min-width: 769px) {
  .done_content_txt {
    margin-top: 5rem;
    line-height: 1.75;
    font-size: 1.6rem;
  }
  .done_content_txt > p {
    font: inherit;
  }
  .done_content_txt > p:first-of-type {
    margin-top: -0.375em;
  }
  .done_content_txt > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media (max-width: 768px) {
  .done_content_txt {
    margin-top: 6rem;
    line-height: 1.8;
    font-size: 2.5rem;
  }
  .done_content_txt > p {
    font: inherit;
  }
  .done_content_txt > p:first-of-type {
    margin-top: -0.4em;
  }
  .done_content_txt > p:last-of-type {
    margin-bottom: -0.4em;
  }
}

.done_content_btn {
  text-align: center;
}
@media (min-width: 769px) {
  .done_content_btn {
    margin-top: 6rem;
  }
}
@media (max-width: 768px) {
  .done_content_btn {
    margin-top: 8rem;
  }
}
.done_content_btn a {
  justify-content: center;
  padding-right: 0;
}
@media (min-width: 769px) {
  .done_content_btn a {
    width: 28rem;
    font-size: 1.5rem;
    border-radius: 0.6rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 768px) {
  .done_content_btn a {
    width: 50rem;
    font-size: 2.8rem;
    border-radius: 1.2rem;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }
}/*# sourceMappingURL=style.css.map */