@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kurenaido&display=swap");
:root {
  --font: 'Noto Sans JP','游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  --font-min: 'Zen Kurenaido';
  --font-en: 'Inter', sans-serif;
  --bg-color: #ffffff;
  --bg-sub-color: #f6f5f2;
  --text-color: #222222;
  --text-sub-color: #a6a6a6;
  --main-color: #045682;
  --sub-color: #11aa03;
  --accent-color: #4dab9e;
  --border-color: #cccccc;
  --w:0;
  --w-pc:1440;
  --w-sp:375;
}

*, *::before, *::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

p, li, dt, dl, dd {
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

body {
  background-color: var(--bg-color);
  font-family: var(--font);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

img {
  width: 100%;
}

.u-en {
  font-family: var(--font-en);
}

.u-min {
  font-family: var(--font-min);
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-n {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.c-anim {
  transition-delay: 0.2s;
  transition-duration: 0.7s;
}
.c-anim.is-fade {
  opacity: 0;
}
.c-anim.is-fade.is-active {
  opacity: 1;
}
.c-anim.is-top {
  opacity: 0;
  transform: translate(0, -100px);
}
.c-anim.is-top.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim.is-bottom {
  opacity: 0;
  transform: translate(0, 50px);
}
.c-anim.is-bottom.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim.is-left {
  opacity: 0;
  transform: translate(-100px, 0);
}
.c-anim.is-left.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.c-anim {
  /* Delay Utils */
}
.c-anim.is-delay-00 {
  transition-delay: 0s;
}
.c-anim.is-delay-01 {
  transition-delay: 0.1s;
}
.c-anim.is-delay-02 {
  transition-delay: 0.2s;
}
.c-anim.is-delay-03 {
  transition-delay: 0.3s;
}
.c-anim.is-delay-04 {
  transition-delay: 0.4s;
}
.c-anim.is-delay-05 {
  transition-delay: 0.5s;
}
.c-anim.is-delay-06 {
  transition-delay: 0.6s;
}
.c-anim.is-delay-07 {
  transition-delay: 0.7s;
}
.c-anim.is-delay-08 {
  transition-delay: 0.8s;
}
.c-anim.is-delay-09 {
  transition-delay: 0.9s;
}
.c-anim.is-delay-10 {
  transition-delay: 1s;
}

@media print, screen and (min-width: 768px) {
  :root {
    --w: var(--w-pc) ;
  }
  .u-sp {
    display: none;
  }
  .l-wrapper {
    overflow: clip;
  }
  .l-inner-l {
    position: relative;
    margin: 0 auto;
    max-width: min(1200px, 1200 / var(--w) * 100vw);
  }
  .l-inner {
    position: relative;
    margin: 0 auto;
    max-width: min(1120px, 1120 / var(--w) * 100vw);
  }
  .l-header-wrap {
    display: none;
  }
  .l-modal-menu {
    display: none;
  }
  .c-pagelink-offset {
    position: absolute;
    top: max(-100px, -100 / var(--w) * 100vw);
    left: 0;
  }
  .c-gnavi-wrap {
    height: min(80px, 80 / var(--w) * 100vw);
  }
  .c-gnavi {
    display: flex;
    align-items: center;
    justify-content: center;
    height: min(80px, 80 / var(--w) * 100vw);
    background: #ffffff;
    box-shadow: 0 min(4px, 4 / var(--w) * 100vw) min(10px, 10 / var(--w) * 100vw) rgba(0, 0, 0, 0.07);
  }
  .c-gnavi ._list {
    display: flex;
    gap: min(30px, 30 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .c-gnavi a {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    font-weight: 700;
    color: var(--main-color);
    text-decoration: none;
  }
  .c-gnavi.is-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
  }
  .c-h2 {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
    text-align: center;
    color: var(--main-color);
  }
  .c-h2 ._en {
    font-size: min(30px, 30 / var(--w) * 100vw);
    line-height: 1.3;
    font-weight: 500;
    margin: 0;
  }
  .c-h2 h2 {
    font-size: min(60px, 60 / var(--w) * 100vw);
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
  }
  .c-h2.is-white {
    color: #ffffff;
  }
  .c-feature-card {
    display: flex;
    flex-direction: column;
    gap: min(25px, 25 / var(--w) * 100vw);
    align-items: center;
    min-height: min(535px, 535 / var(--w) * 100vw);
    background: var(--bg-sub-color);
    padding: 0 min(30px, 30 / var(--w) * 100vw) min(20px, 20 / var(--w) * 100vw);
  }
  .c-feature-card ._no {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: min(40px, 40 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 900;
    margin: 0;
    width: min(70px, 70 / var(--w) * 100vw);
    height: min(70px, 70 / var(--w) * 100vw);
    background: var(--sub-color);
    color: #ffffff;
  }
  .c-feature-card ._title {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
    align-items: center;
    width: min(300px, 300 / var(--w) * 100vw);
  }
  .c-feature-card ._title h3 {
    font-size: min(32px, 32 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 700;
    margin: 0;
    text-align: center;
    color: var(--text-color);
  }
  .c-feature-card ._title img {
    width: min(312px, 312 / var(--w) * 100vw);
    height: min(3px, 3 / var(--w) * 100vw);
  }
  .c-feature-card ._body {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0;
    width: min(300px, 300 / var(--w) * 100vw);
    color: var(--text-color);
  }
  .c-feature-card ._body strong {
    color: var(--sub-color);
    font-weight: 700;
  }
  .c-service-card {
    background: #fff;
    display: flex;
  }
  .c-service-card ._image {
    flex: 1;
  }
  .c-service-card ._body {
    flex: 1;
    padding: min(30px, 30 / var(--w) * 100vw);
  }
  .c-service-card h3 {
    font-size: min(22px, 22 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
    color: var(--text-color);
  }
  .c-service-card h3 span {
    font-size: min(16px, 16 / var(--w) * 100vw);
  }
  .c-service-card h3::after {
    content: "";
    display: block;
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(3px, 3 / var(--w) * 100vw);
    background: var(--sub-color);
    margin: min(9px, 9 / var(--w) * 100vw) 0 min(9px, 9 / var(--w) * 100vw);
  }
  .c-service-card p {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0;
    color: var(--text-color);
  }
  .c-works-card {
    display: flex;
    flex-direction: column;
    background: var(--bg-sub-color);
  }
  .c-works-card ._body {
    padding: min(30px, 30 / var(--w) * 100vw);
  }
  .c-works-card h3 {
    font-size: min(22px, 22 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
    color: var(--text-color);
  }
  .c-works-card h3 span {
    color: var(--sub-color);
  }
  .c-works-card h3::after {
    content: "";
    display: block;
    width: min(30px, 30 / var(--w) * 100vw);
    height: min(3px, 3 / var(--w) * 100vw);
    background: var(--sub-color);
    margin: min(9px, 9 / var(--w) * 100vw) 0 min(9px, 9 / var(--w) * 100vw);
  }
  .c-works-card p {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0;
    color: var(--text-color);
  }
  .c-footer {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    height: min(500px, 500 / var(--w) * 100vw);
    overflow: hidden;
    background: var(--accent-color);
    color: #ffffff;
    padding-bottom: min(70px, 70 / var(--w) * 100vw);
  }
  .c-footer ._bg {
    position: absolute;
    top: min(16px, 16 / var(--w) * 100vw);
    left: max(-14px, -14 / var(--w) * 100vw);
    font-size: min(180px, 180 / var(--w) * 100vw);
    line-height: 0.76;
    font-weight: 800;
    margin: 0;
    opacity: 0.3;
    color: #ffffff;
    white-space: nowrap;
  }
  .c-footer ._inner {
    display: flex;
    flex-direction: column;
    gap: min(30px, 30 / var(--w) * 100vw);
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .c-footer ._logo {
    display: flex;
    gap: min(9px, 9 / var(--w) * 100vw);
    align-items: center;
  }
  .c-footer ._logo img {
    width: min(74px, 74 / var(--w) * 100vw);
    height: min(74px, 74 / var(--w) * 100vw);
  }
  .c-footer ._logo p {
    font-size: min(18px, 18 / var(--w) * 100vw);
    font-weight: 700;
    margin: 0;
  }
  .c-footer ._texts {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
  }
  .c-footer ._texts p {
    margin: 0;
  }
  .c-footer ._texts small {
    margin: 0;
  }
  .c-footer ._texts ._name {
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 700;
  }
  .c-footer ._texts ._en {
    font-size: min(10px, 10 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 500;
  }
  .c-footer ._texts small {
    font-size: min(11px, 11 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 500;
  }
  .p-index-hero {
    position: relative;
    height: 100vh;
    max-height: 100vw;
    overflow: hidden;
  }
  .p-index-hero ._visual {
    position: absolute;
    inset: 0;
    height: 100%;
  }
  .p-index-hero ._visual-main {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p-index-hero ._visual-sub {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(770 / var(--w) * 100vw);
    height: 100%;
  }
  .p-index-hero ._panel {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: calc(670 / var(--w) * 100vw);
    height: 100%;
    color: #ffffff;
  }
  .p-index-hero ._logo {
    display: flex;
    flex-direction: column;
    gap: calc(5 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    height: calc(175 / var(--w) * 100vw);
    padding: calc(34 / var(--w) * 100vw) calc(45 / var(--w) * 100vw);
    background: var(--accent-color);
  }
  .p-index-hero ._brand {
    display: flex;
    gap: calc(13 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-hero ._brand p {
    font-size: calc(36 / var(--w) * 100vw);
    line-height: 1.45;
    letter-spacing: 0em;
    font-weight: 700;
    margin: 0;
  }
  .p-index-hero ._brand p span:first-child {
    font-weight: 400;
  }
  .p-index-hero ._brand img {
    width: calc(45 / var(--w) * 100vw);
    height: calc(45 / var(--w) * 100vw);
  }
  .p-index-hero ._license {
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 700;
    margin: 0;
  }
  .p-index-hero ._catch {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    background: rgba(0, 79, 122, 0.8);
    text-align: center;
  }
  .p-index-hero ._texts {
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
    align-items: center;
    width: calc(486 / var(--w) * 100vw);
  }
  .p-index-hero ._icon {
    position: absolute;
    right: calc(80 / var(--w) * 100vw);
    bottom: 50%;
    width: calc(70 / var(--w) * 100vw);
    transform: translate(0, -40%);
  }
  .p-index-hero ._en {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.3;
    letter-spacing: calc(0.8 / var(--w) * 100vw);
    font-weight: 800;
    margin: 0;
    color: var(--accent-color);
  }
  .p-index-hero h1 {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    font-size: calc(66 / var(--w) * 100vw);
    line-height: 1.18;
    letter-spacing: 0em;
    font-weight: 900;
    margin: 0;
    color: #ffffff;
  }
  .p-index-hero ._lead {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: calc(1.4 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0;
  }
  .p-index-feature {
    position: relative;
    padding: min(101px, 101 / var(--w) * 100vw) 0 min(120px, 120 / var(--w) * 100vw);
  }
  .p-index-feature ._inner {
    display: flex;
    flex-direction: column;
    gap: min(60px, 60 / var(--w) * 100vw);
  }
  .p-index-feature ._imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(20px, 20 / var(--w) * 100vw);
  }
  .p-index-feature ._cols {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(20px, 20 / var(--w) * 100vw);
  }
  .p-index-message {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #ffffff;
  }
  .p-index-message ._fig {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
  }
  .p-index-message ._inner {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
    align-items: center;
    width: min(448px, 448 / var(--w) * 100vw);
  }
  .p-index-message ._photo {
    width: min(160px, 160 / var(--w) * 100vw);
    height: min(160px, 160 / var(--w) * 100vw);
    border-radius: 50%;
    overflow: hidden;
  }
  .p-index-message ._name {
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
    text-align: center;
  }
  .p-index-message ._name p {
    margin: 0;
  }
  .p-index-message ._name ._label {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    font-weight: 500;
  }
  .p-index-message ._name ._person {
    font-size: min(19px, 19 / var(--w) * 100vw);
    line-height: 1.5;
  }
  .p-index-message ._body {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-color);
  }
  .p-index-message ._texts {
    flex: 1;
    padding: min(100px, 100 / var(--w) * 100vw) min(60px, 60 / var(--w) * 100vw);
  }
  .p-index-message ._texts p {
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1.78;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    font-weight: 700;
  }
  .p-index-service {
    position: relative;
    padding: min(120px, 120 / var(--w) * 100vw) 0 min(120px, 120 / var(--w) * 100vw);
    background: var(--bg-sub-color);
  }
  .p-index-service ._inner {
    display: flex;
    flex-direction: column;
    gap: min(60px, 60 / var(--w) * 100vw);
    align-items: center;
    width: 100%;
  }
  .p-index-service ._head {
    display: flex;
    align-items: center;
  }
  .p-index-service ._list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(30px, 30 / var(--w) * 100vw);
  }
  .p-index-works {
    position: relative;
    padding: min(120px, 120 / var(--w) * 100vw) 0 min(120px, 120 / var(--w) * 100vw);
  }
  .p-index-works ._inner {
    display: flex;
    flex-direction: column;
    gap: min(60px, 60 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-works ._list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(30px, 30 / var(--w) * 100vw);
  }
  .p-index-area {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #ffffff;
  }
  .p-index-area ._map-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-color);
  }
  .p-index-area ._map-panel > ._inner {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
    align-items: center;
    width: min(560px, 560 / var(--w) * 100vw);
  }
  .p-index-area ._map {
    position: relative;
    width: min(545px, 545 / var(--w) * 100vw);
  }
  .p-index-area ._detail {
    padding: min(80px, 80 / var(--w) * 100vw) 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
  }
  .p-index-area ._detail > ._inner {
    display: flex;
    flex-direction: column;
    gap: min(15px, 15 / var(--w) * 100vw);
    width: min(460px, 460 / var(--w) * 100vw);
  }
  .p-index-area ._lead {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0;
  }
  .p-index-area ._box {
    border: min(1.5px, 1.5 / var(--w) * 100vw) solid #53c2fd;
    border-radius: min(8px, 8 / var(--w) * 100vw);
    padding: min(30px, 30 / var(--w) * 100vw);
  }
  .p-index-area ._box p {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    font-weight: 700;
    margin: 0 0 min(7px, 7 / var(--w) * 100vw);
    color: #53c2fd;
  }
  .p-index-area ._box h3 {
    font-size: min(28px, 28 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
  }
  .p-index-recruit {
    position: relative;
    padding: min(120px, 120 / var(--w) * 100vw) 0;
  }
  .p-index-recruit ._inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    min-height: min(692px, 692 / var(--w) * 100vw);
    background: var(--main-color);
    color: #ffffff;
    padding: min(79px, 79 / var(--w) * 100vw) min(74px, 74 / var(--w) * 100vw);
  }
  .p-index-recruit ._deco {
    position: absolute;
    top: min(208px, 208 / var(--w) * 100vw);
    left: min(67px, 67 / var(--w) * 100vw);
    width: min(545px, 545 / var(--w) * 100vw);
  }
  .p-index-recruit ._deco img {
    width: 100%;
  }
  .p-index-recruit ._body {
    display: flex;
    flex-direction: column;
    gap: min(21px, 21 / var(--w) * 100vw);
    position: relative;
    z-index: 1;
    width: min(470px, 470 / var(--w) * 100vw);
  }
  .p-index-recruit ._head ._title {
    font-size: min(32px, 32 / var(--w) * 100vw);
    line-height: 1.3;
    font-weight: 500;
    margin: 0;
  }
  .p-index-recruit ._head ._title::after {
    content: "";
    display: block;
    width: min(60px, 60 / var(--w) * 100vw);
    height: min(3px, 3 / var(--w) * 100vw);
    background: var(--sub-color);
    margin-top: min(10px, 10 / var(--w) * 100vw);
  }
  .p-index-recruit ._catch {
    font-size: min(40px, 40 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
  }
  .p-index-recruit ._text {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0;
  }
  .p-index-recruit ._list {
    display: flex;
    flex-direction: column;
    gap: min(4px, 4 / var(--w) * 100vw);
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .p-index-recruit ._list li {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    font-weight: 500;
    position: relative;
    padding-left: min(18px, 18 / var(--w) * 100vw);
  }
  .p-index-recruit ._list li::before {
    position: absolute;
    top: min(12px, 12 / var(--w) * 100vw);
    left: 0;
    content: "";
    width: min(8px, 8 / var(--w) * 100vw);
    height: min(8px, 8 / var(--w) * 100vw);
    border-radius: 50%;
    background: var(--sub-color);
  }
  .p-index-form {
    position: relative;
    padding: min(120px, 120 / var(--w) * 100vw) 0;
    background: var(--bg-sub-color);
  }
  .p-index-form ._inner {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
    align-items: center;
    width: min(960px, 960 / var(--w) * 100vw);
  }
  .p-index-form ._head ._title {
    font-size: min(32px, 32 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 700;
    margin: 0;
    text-align: center;
  }
  .p-index-form ._head ._title::after {
    content: "";
    display: block;
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(3px, 3 / var(--w) * 100vw);
    background: var(--sub-color);
    margin: min(10px, 10 / var(--w) * 100vw) auto 0;
  }
  .p-index-form ._lead {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0;
    text-align: center;
  }
  .p-index-form ._tel {
    display: flex;
    gap: min(20px, 20 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--accent-color);
    color: #ffffff;
    border-radius: min(6px, 6 / var(--w) * 100vw);
    padding: min(30px, 30 / var(--w) * 100vw);
  }
  .p-index-form ._tel p {
    margin: 0;
  }
  .p-index-form ._tel ._label {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
  }
  .p-index-form ._tel ._number {
    font-size: min(32px, 32 / var(--w) * 100vw);
    line-height: 1.75;
    font-weight: 500;
  }
  .p-index-form ._form {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
    align-items: center;
    width: 100%;
  }
  .p-index-form ._fields {
    width: 100%;
    display: grid;
    grid-template-columns: min(448px, 448 / var(--w) * 100vw) min(472px, 472 / var(--w) * 100vw);
    gap: min(40px, 40 / var(--w) * 100vw);
  }
  .p-index-form ._field {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: min(10px, 10 / var(--w) * 100vw);
    width: 100%;
  }
  .p-index-form ._field label {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
  }
  .p-index-form ._field label span {
    margin-left: min(10px, 10 / var(--w) * 100vw);
    border-radius: min(4px, 4 / var(--w) * 100vw);
    color: #ffffff;
    padding: min(2px, 2 / var(--w) * 100vw) min(5px, 5 / var(--w) * 100vw);
    font-size: min(12px, 12 / var(--w) * 100vw);
    background: var(--accent-color);
  }
  .p-index-form ._field ._error {
    color: red;
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
  }
  .p-index-form ._message {
    color: red;
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
  }
  .p-index-form input {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    width: 100%;
    border: min(1px, 1 / var(--w) * 100vw) solid var(--border-color);
    border-radius: min(6px, 6 / var(--w) * 100vw);
    background: #ffffff;
    padding: min(9px, 9 / var(--w) * 100vw) min(13px, 13 / var(--w) * 100vw);
    color: var(--text-color);
    height: min(50px, 50 / var(--w) * 100vw);
  }
  .p-index-form textarea {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    width: 100%;
    border: min(1px, 1 / var(--w) * 100vw) solid var(--border-color);
    border-radius: min(6px, 6 / var(--w) * 100vw);
    background: #ffffff;
    padding: min(9px, 9 / var(--w) * 100vw) min(13px, 13 / var(--w) * 100vw);
    color: var(--text-color);
    height: min(150px, 150 / var(--w) * 100vw);
    resize: vertical;
  }
  .p-index-form button {
    font-size: min(20px, 20 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 700;
    width: min(300px, 300 / var(--w) * 100vw);
    min-height: min(72px, 72 / var(--w) * 100vw);
    border: 0;
    border-radius: min(6px, 6 / var(--w) * 100vw);
    background: var(--accent-color);
    color: #ffffff;
  }
  .p-index-company {
    position: relative;
    padding: min(120px, 120 / var(--w) * 100vw) 0;
  }
  .p-index-company ._inner {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
    width: min(960px, 960 / var(--w) * 100vw);
  }
  .p-index-company ._head ._title {
    font-size: min(32px, 32 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 700;
    margin: 0;
    text-align: center;
  }
  .p-index-company ._head ._title::after {
    content: "";
    display: block;
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(3px, 3 / var(--w) * 100vw);
    background: var(--sub-color);
    margin: min(10px, 10 / var(--w) * 100vw) auto 0;
  }
  .p-index-company ._body {
    position: relative;
    min-height: min(356px, 356 / var(--w) * 100vw);
    padding-left: min(360px, 360 / var(--w) * 100vw);
  }
  .p-index-company ._deco {
    position: absolute;
    top: max(-123px, -123 / var(--w) * 100vw);
    left: min(30px, 30 / var(--w) * 100vw);
    width: min(246px, 246 / var(--w) * 100vw);
  }
  .p-index-company ._deco img {
    width: 100%;
  }
  .p-index-company ._list {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .p-index-company ._row {
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    display: grid;
    grid-template-columns: min(160px, 160 / var(--w) * 100vw) 1fr;
    border-bottom: min(1px, 1 / var(--w) * 100vw) solid var(--bg-sub-color);
    padding: min(20px, 20 / var(--w) * 100vw) 0;
  }
  .p-index-company dt {
    font-weight: 400;
  }
  .p-index-company dd {
    margin: 0;
    font-weight: 500;
  }
  .p-thanks {
    padding: min(160px, 160 / var(--w) * 100vw) 0;
  }
  .p-thanks ._inner {
    display: flex;
    flex-direction: column;
    gap: min(40px, 40 / var(--w) * 100vw);
    align-items: center;
    width: min(960px, 960 / var(--w) * 100vw);
    text-align: center;
  }
  .p-thanks ._head ._title {
    font-size: min(32px, 32 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 700;
    margin: 0;
  }
  .p-thanks ._head ._title::after {
    content: "";
    display: block;
    width: min(40px, 40 / var(--w) * 100vw);
    height: min(3px, 3 / var(--w) * 100vw);
    background: var(--sub-color);
    margin: min(10px, 10 / var(--w) * 100vw) auto 0;
  }
  .p-thanks ._lead {
    font-size: min(18px, 18 / var(--w) * 100vw);
    line-height: 1.9;
    letter-spacing: min(0.5px, 0.5 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0;
  }
  .p-thanks ._btn {
    margin-top: min(40px, 40 / var(--w) * 100vw);
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
  }
  .c-btn-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(300px, 300 / var(--w) * 100vw);
    min-height: min(64px, 64 / var(--w) * 100vw);
    border-radius: min(6px, 6 / var(--w) * 100vw);
    background: var(--accent-color);
    color: #ffffff;
    font-size: min(16px, 16 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 700;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --w: var(--w-sp) ;
  }
  .u-pc {
    display: none;
  }
  .l-wrapper {
    overflow: clip;
  }
  .l-header-wrap {
    height: calc(60 / var(--w) * 100vw);
    display: block;
  }
  .l-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: calc(60 / var(--w) * 100vw);
    z-index: 100;
    background: var(--accent-color);
    padding: 0 0 0 calc(18 / var(--w) * 100vw);
    box-shadow: 0 calc(2 / var(--w) * 100vw) calc(8 / var(--w) * 100vw) rgba(0, 0, 0, 0.08);
  }
  .l-header ._left {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    min-width: 0;
  }
  .l-header ._name {
    min-width: 0;
  }
  .l-header ._right {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header ._gmenu {
    display: none;
  }
  .l-header ._btns {
    display: none;
  }
  .l-modal-menu {
    display: flex;
    flex-direction: column;
    gap: calc(40 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    position: fixed;
    top: calc(60 / var(--w) * 100vw);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--accent-color);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  body.js-gmenu-active .l-modal-menu {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l-modal-menu ._gmenu {
    width: calc(180 / var(--w) * 100vw);
  }
  .l-modal-menu ._btns {
    width: calc(180 / var(--w) * 100vw);
  }
  .c-pagelink-offset {
    position: absolute;
    top: calc(-100 / var(--w) * 100vw);
    left: 0;
  }
  .c-head-logo {
    display: block;
    width: calc(34 / var(--w) * 100vw);
  }
  .c-head-logo img {
    width: 100%;
  }
  .c-head-name {
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-head-license {
    font-size: calc(9 / var(--w) * 100vw);
    line-height: 1.3;
    margin-top: calc(2 / var(--w) * 100vw);
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-modal-menu-btn {
    position: relative;
    width: calc(60 / var(--w) * 100vw);
    height: calc(60 / var(--w) * 100vw);
    background-color: #4dab9e;
    border-radius: 0;
    cursor: pointer;
    transition: opacity 0.2s;
    z-index: 10;
  }
  .c-modal-menu-btn:hover {
    opacity: 0.8;
  }
  .c-modal-menu-btn span {
    position: absolute;
    background: #ffffff;
    left: calc((60 / var(--w) * 100vw - 30 / var(--w) * 100vw) / 2);
    width: calc(30 / var(--w) * 100vw);
    height: calc(1 / var(--w) * 100vw);
    transition: all 0.3s;
    top: calc((60 / var(--w) * 100vw - 1 / var(--w) * 100vw) / 2);
  }
  .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(calc(-8 / var(--w) * 100vw));
  }
  .c-modal-menu-btn span:nth-child(3) {
    transform: translateY(calc(8 / var(--w) * 100vw));
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(1) {
    transform: translateY(0) rotate(-45deg);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(2) {
    opacity: 0;
    transform: scale(0.5);
  }
  body.js-gmenu-active .c-modal-menu-btn span:nth-child(3) {
    transform: translateY(0) rotate(45deg);
  }
  .c-modal-gmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: calc(180 / var(--w) * 100vw);
  }
  .c-modal-gmenu li {
    border-bottom: calc(1 / var(--w) * 100vw) solid rgba(255, 255, 255, 0.45);
  }
  .c-modal-gmenu li:first-child {
    border-top: calc(1 / var(--w) * 100vw) solid rgba(255, 255, 255, 0.45);
  }
  .c-modal-gmenu ._item {
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: calc(1 / var(--w) * 100vw);
    font-weight: 700;
    display: block;
    padding: calc(14 / var(--w) * 100vw) 0;
    text-decoration: none;
    color: #ffffff;
  }
  .c-modal-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1;
    letter-spacing: calc(1 / var(--w) * 100vw);
    font-weight: 700;
    height: calc(46 / var(--w) * 100vw);
    background: #ffffff;
    color: var(--main-color);
    text-decoration: none;
  }
  .c-h2 {
    display: flex;
    flex-direction: column;
    gap: calc(8 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--main-color);
    width: 100%;
  }
  .c-h2 ._en {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.3;
    font-weight: 500;
    margin: 0;
  }
  .c-h2 h2 {
    font-size: calc(28 / var(--w) * 100vw);
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
  }
  .c-h2.is-white {
    color: #ffffff;
  }
  .c-feature-card {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
    background: var(--bg-sub-color);
    padding: 0 calc(24 / var(--w) * 100vw) calc(28 / var(--w) * 100vw);
  }
  .c-feature-card ._no {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 900;
    margin: 0;
    width: calc(40 / var(--w) * 100vw);
    height: calc(40 / var(--w) * 100vw);
    background: var(--sub-color);
    color: #ffffff;
  }
  .c-feature-card ._title {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
    width: 100%;
  }
  .c-feature-card ._title h3 {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    text-align: center;
  }
  .c-feature-card ._title img {
    width: 100%;
    height: calc(3 / var(--w) * 100vw);
    object-fit: cover;
  }
  .c-feature-card ._body {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.9;
    letter-spacing: calc(0.3 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0;
  }
  .c-feature-card ._body strong {
    color: var(--sub-color);
    font-weight: 700;
  }
  .c-service-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
  }
  .c-service-card ._image {
    height: calc(210 / var(--w) * 100vw);
    overflow: hidden;
  }
  .c-service-card ._image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-service-card ._body {
    padding: calc(24 / var(--w) * 100vw);
  }
  .c-service-card h3 {
    font-size: calc(19 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
  }
  .c-service-card h3 span {
    display: block;
    font-size: calc(13 / var(--w) * 100vw);
  }
  .c-service-card h3::after {
    content: "";
    display: block;
    width: calc(30 / var(--w) * 100vw);
    height: calc(3 / var(--w) * 100vw);
    background: var(--sub-color);
    margin: calc(9 / var(--w) * 100vw) 0;
  }
  .c-service-card p {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.9;
    letter-spacing: calc(0.3 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0;
  }
  .c-works-card {
    display: flex;
    flex-direction: column;
    background: var(--bg-sub-color);
  }
  .c-works-card ._image {
    height: calc(232 / var(--w) * 100vw);
    overflow: hidden;
  }
  .c-works-card ._image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-works-card ._body {
    padding: calc(24 / var(--w) * 100vw);
  }
  .c-works-card h3 {
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
  }
  .c-works-card h3 span {
    display: block;
    color: var(--sub-color);
  }
  .c-works-card h3::after {
    content: "";
    display: block;
    width: calc(30 / var(--w) * 100vw);
    height: calc(3 / var(--w) * 100vw);
    background: var(--sub-color);
    margin: calc(9 / var(--w) * 100vw) 0;
  }
  .c-works-card p {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.9;
    letter-spacing: calc(0.3 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0;
  }
  .c-gnavi-wrap {
    display: none;
  }
  .c-gnavi {
    display: none;
    background: #ffffff;
    box-shadow: 0 calc(4 / var(--w) * 100vw) calc(10 / var(--w) * 100vw) rgba(0, 0, 0, 0.07);
    overflow-x: auto;
  }
  .c-gnavi ._list {
    display: flex;
    gap: calc(22 / var(--w) * 100vw);
    margin: 0;
    padding: calc(14 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    list-style: none;
    width: max-content;
  }
  .c-gnavi a {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 2;
    font-weight: 700;
    color: var(--main-color);
    text-decoration: none;
    white-space: nowrap;
  }
  .c-footer {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    background: var(--main-color);
    color: #ffffff;
  }
  .c-footer ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(34 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .c-footer ._logo {
    display: flex;
    gap: calc(10 / var(--w) * 100vw);
    align-items: center;
  }
  .c-footer ._logo img {
    width: calc(50 / var(--w) * 100vw);
  }
  .c-footer ._logo p {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.3;
    letter-spacing: calc(0.5 / var(--w) * 100vw);
    margin: 0;
  }
  .c-footer ._texts {
    display: flex;
    flex-direction: column;
    gap: calc(8 / var(--w) * 100vw);
    text-align: center;
  }
  .c-footer ._texts p {
    margin: 0;
  }
  .c-footer ._texts small {
    font-size: calc(9 / var(--w) * 100vw);
    line-height: 1.5;
  }
  .c-footer ._name {
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 700;
  }
  .c-footer ._en {
    font-size: calc(9 / var(--w) * 100vw);
    line-height: 1.3;
    letter-spacing: calc(1 / var(--w) * 100vw);
  }
  .p-index-hero {
    position: relative;
    min-height: calc(640 / var(--w) * 100vw);
    overflow: hidden;
    background: var(--main-color);
  }
  .p-index-hero ._visual {
    position: absolute;
    inset: 0;
  }
  .p-index-hero ._visual-main {
    height: calc(640 / var(--w) * 100vw);
    object-fit: cover;
  }
  .p-index-hero ._visual-sub {
    display: none;
  }
  .p-index-hero ._panel {
    position: relative;
    z-index: 1;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 79, 122, 0.2);
  }
  .p-index-hero ._logo {
    display: none;
  }
  .p-index-hero ._brand {
    display: flex;
    gap: calc(8 / var(--w) * 100vw);
    align-items: center;
    justify-content: center;
  }
  .p-index-hero ._brand p {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.45;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
  }
  .p-index-hero ._brand p span:first-child {
    font-weight: 400;
  }
  .p-index-hero ._brand img {
    width: calc(34 / var(--w) * 100vw);
    height: calc(34 / var(--w) * 100vw);
  }
  .p-index-hero ._license {
    font-size: calc(9 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 700;
    margin: 0;
  }
  .p-index-hero ._catch {
    position: relative;
    position: absolute;
    top: calc(100 / var(--w) * 100vw);
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .p-index-hero ._icon {
    position: absolute;
    top: 0;
    right: calc(20 / var(--w) * 100vw);
    width: calc(50 / var(--w) * 100vw);
  }
  .p-index-hero ._texts {
    display: flex;
    flex-direction: column;
    gap: calc(24 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-hero ._en {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.4;
    letter-spacing: calc(0.6 / var(--w) * 100vw);
    font-weight: 800;
    margin: 0;
    color: #fff;
  }
  .p-index-hero h1 {
    display: flex;
    flex-direction: column;
    gap: calc(8 / var(--w) * 100vw);
    font-size: calc(32 / var(--w) * 100vw);
    line-height: 1.2;
    font-weight: 900;
    margin: 0;
    color: #ffffff;
  }
  .p-index-hero h1 span {
    display: block;
  }
  .p-index-hero ._lead {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: calc(0.5 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0;
  }
  .p-index-feature {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(30 / var(--w) * 100vw);
  }
  .p-index-feature ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-feature ._head {
    display: flex;
    align-items: center;
  }
  .p-index-feature ._imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(8 / var(--w) * 100vw);
  }
  .p-index-feature ._cols {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--w) * 100vw);
  }
  .p-index-message {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(30 / var(--w) * 100vw);
    background: var(--main-color);
    color: #fff;
  }
  .p-index-message ._fig {
    background: var(--main-color);
  }
  .p-index-message ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-message ._photo {
    width: calc(140 / var(--w) * 100vw);
    height: calc(140 / var(--w) * 100vw);
    border-radius: 50%;
    overflow: hidden;
  }
  .p-index-message ._name {
    display: flex;
    flex-direction: column;
    gap: calc(6 / var(--w) * 100vw);
    text-align: center;
  }
  .p-index-message ._name p {
    margin: 0;
  }
  .p-index-message ._label {
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.8;
    font-weight: 500;
  }
  .p-index-message ._person {
    font-size: calc(18 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 500;
  }
  .p-index-message ._body {
    margin-top: calc(20 / var(--w) * 100vw);
  }
  .p-index-message ._texts {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .p-index-message ._texts p {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: calc(0.4 / var(--w) * 100vw);
    font-weight: 600;
    margin: 0;
  }
  .p-index-service {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(30 / var(--w) * 100vw);
    background: var(--bg-sub-color);
  }
  .p-index-service ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(32 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-service ._head {
    display: flex;
    align-items: center;
  }
  .p-index-service ._list {
    display: flex;
    flex-direction: column;
    gap: calc(24 / var(--w) * 100vw);
  }
  .p-index-works {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(30 / var(--w) * 100vw);
  }
  .p-index-works ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-works ._head {
    display: flex;
    align-items: center;
  }
  .p-index-works ._list {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .p-index-area {
    position: relative;
    color: #ffffff;
  }
  .p-index-area ._map-panel {
    padding: calc(60 / var(--w) * 100vw) calc(20 / var(--w) * 100vw);
    background: var(--main-color);
  }
  .p-index-area ._map-panel ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(28 / var(--w) * 100vw);
    align-items: center;
  }
  .p-index-area ._map {
    position: relative;
  }
  .p-index-area ._map p {
    position: absolute;
    top: calc(132 / var(--w) * 100vw);
    left: calc(54 / var(--w) * 100vw);
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 700;
    margin: 0;
    width: calc(150 / var(--w) * 100vw);
    text-align: center;
    color: var(--main-color);
  }
  .p-index-area ._detail {
    padding: calc(48 / var(--w) * 100vw) 0 calc(64 / var(--w) * 100vw);
    background: var(--bg-sub-color);
    color: var(--text-color);
  }
  .p-index-area ._detail {
    padding: calc(30 / var(--w) * 100vw);
  }
  .p-index-area ._detail ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(16 / var(--w) * 100vw);
  }
  .p-index-area ._lead {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.9;
    letter-spacing: calc(0.3 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0 0 calc(8 / var(--w) * 100vw);
  }
  .p-index-area ._box {
    background: #ffffff;
    padding: calc(24 / var(--w) * 100vw);
  }
  .p-index-area ._box p {
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.8;
    font-weight: 700;
    margin: 0;
    color: var(--main-color);
  }
  .p-index-area ._box h3 {
    font-size: calc(21 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 700;
    margin: calc(4 / var(--w) * 100vw) 0 0;
    color: var(--text-color);
  }
  .p-index-recruit {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(30 / var(--w) * 100vw);
    background: var(--main-color);
    color: #ffffff;
  }
  .p-index-recruit ._inner {
    position: relative;
  }
  .p-index-recruit ._deco {
    position: relative;
    margin-bottom: calc(34 / var(--w) * 100vw);
  }
  .p-index-recruit ._body {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
    position: relative;
    z-index: 1;
  }
  .p-index-recruit ._head ._title {
    font-size: calc(24 / var(--w) * 100vw);
    line-height: 1.3;
    font-weight: 500;
    margin: 0;
  }
  .p-index-recruit ._head ._title::after {
    content: "";
    display: block;
    width: calc(56 / var(--w) * 100vw);
    height: calc(3 / var(--w) * 100vw);
    background: var(--sub-color);
    margin-top: calc(9 / var(--w) * 100vw);
  }
  .p-index-recruit ._catch {
    font-size: calc(24 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
  }
  .p-index-recruit ._text {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: calc(0.3 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0;
  }
  .p-index-recruit ._list {
    display: flex;
    flex-direction: column;
    gap: calc(4 / var(--w) * 100vw);
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .p-index-recruit ._list li {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 2;
    letter-spacing: calc(0.3 / var(--w) * 100vw);
    font-weight: 500;
    position: relative;
    padding-left: calc(18 / var(--w) * 100vw);
  }
  .p-index-recruit ._list li::before {
    position: absolute;
    top: calc(11 / var(--w) * 100vw);
    left: 0;
    content: "";
    width: calc(8 / var(--w) * 100vw);
    height: calc(8 / var(--w) * 100vw);
    border-radius: 50%;
    background: var(--sub-color);
  }
  .p-index-form {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(30 / var(--w) * 100vw) calc(60 / var(--w) * 100vw) calc(30 / var(--w) * 100vw);
    background: var(--bg-sub-color);
  }
  .p-index-form ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .p-index-form ._head ._title {
    position: relative;
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
    text-align: center;
  }
  .p-index-form ._head ._title::after {
    content: "";
    display: block;
    width: calc(40 / var(--w) * 100vw);
    height: calc(3 / var(--w) * 100vw);
    background: var(--sub-color);
    margin: calc(8 / var(--w) * 100vw) auto 0;
  }
  .p-index-form ._lead {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.9;
    font-weight: 500;
    margin: 0;
    text-align: center;
  }
  .p-index-form ._tel {
    display: flex;
    flex-direction: column;
    gap: calc(8 / var(--w) * 100vw);
    align-items: center;
    padding: calc(24 / var(--w) * 100vw) calc(16 / var(--w) * 100vw);
    background: #ffffff;
  }
  .p-index-form ._label {
    font-size: calc(13 / var(--w) * 100vw);
    line-height: 1.8;
    font-weight: 500;
    margin: 0;
  }
  .p-index-form ._number {
    font-size: calc(23 / var(--w) * 100vw);
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    color: var(--main-color);
  }
  .p-index-form ._form {
    display: flex;
    flex-direction: column;
    gap: calc(24 / var(--w) * 100vw);
  }
  .p-index-form ._fields {
    display: flex;
    flex-direction: column;
    gap: calc(24 / var(--w) * 100vw);
  }
  .p-index-form ._field {
    display: flex;
    flex-direction: column;
    gap: calc(8 / var(--w) * 100vw);
    position: relative;
  }
  .p-index-form ._field label {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.8;
    font-weight: 500;
  }
  .p-index-form ._field label span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: calc(12 / var(--w) * 100vw);
    line-height: 1.5;
    margin-left: calc(10 / var(--w) * 100vw);
    padding: calc(1 / var(--w) * 100vw) calc(10 / var(--w) * 100vw);
    background: var(--sub-color);
    color: #ffffff;
  }
  .p-index-form ._error {
    color: red;
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 2;
  }
  .p-index-form ._message {
    color: red;
    font-size: calc(16 / var(--w) * 100vw);
    line-height: 2;
  }
  .p-index-form input {
    width: 100%;
    height: calc(50 / var(--w) * 100vw);
    border: calc(1 / var(--w) * 100vw) solid var(--border-color);
    background: #ffffff;
    padding: 0 calc(13 / var(--w) * 100vw);
    font-size: calc(16 / var(--w) * 100vw);
  }
  .p-index-form textarea {
    width: 100%;
    height: calc(150 / var(--w) * 100vw);
    border: calc(1 / var(--w) * 100vw) solid var(--border-color);
    background: #ffffff;
    padding: calc(13 / var(--w) * 100vw);
    font-size: calc(16 / var(--w) * 100vw);
  }
  .p-index-form button {
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.8;
    font-weight: 700;
    height: calc(64 / var(--w) * 100vw);
    border: 0;
    background: var(--main-color);
    color: #ffffff;
  }
  .p-index-company {
    position: relative;
    padding: calc(60 / var(--w) * 100vw) calc(30 / var(--w) * 100vw) calc(60 / var(--w) * 100vw) calc(30 / var(--w) * 100vw);
  }
  .p-index-company ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--w) * 100vw);
  }
  .p-index-company ._head ._title {
    font-size: calc(20 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
    text-align: center;
  }
  .p-index-company ._head ._title::after {
    content: "";
    display: block;
    width: calc(40 / var(--w) * 100vw);
    height: calc(3 / var(--w) * 100vw);
    background: var(--sub-color);
    margin: calc(8 / var(--w) * 100vw) auto 0;
  }
  .p-index-company ._body {
    display: flex;
    flex-direction: column;
    gap: calc(28 / var(--w) * 100vw);
  }
  .p-index-company ._deco {
    width: calc(120 / var(--w) * 100vw);
    margin: 0 auto;
  }
  .p-index-company ._list {
    margin: 0;
    padding: 0;
  }
  .p-index-company ._row {
    display: flex;
    flex-direction: column;
    gap: calc(6 / var(--w) * 100vw);
    padding: calc(18 / var(--w) * 100vw) 0;
    border-bottom: calc(1 / var(--w) * 100vw) solid var(--border-color);
  }
  .p-index-company ._row dt {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.8;
    font-weight: 700;
    color: var(--main-color);
  }
  .p-index-company ._row dd {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.8;
    font-weight: 500;
    margin: 0;
  }
  .p-thanks {
    padding: calc(60 / var(--w) * 100vw) calc(30 / var(--w) * 100vw);
  }
  .p-thanks ._inner {
    display: flex;
    flex-direction: column;
    gap: calc(30 / var(--w) * 100vw);
    align-items: center;
    text-align: center;
  }
  .p-thanks ._head ._title {
    font-size: calc(22 / var(--w) * 100vw);
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
  }
  .p-thanks ._head ._title::after {
    content: "";
    display: block;
    width: calc(40 / var(--w) * 100vw);
    height: calc(3 / var(--w) * 100vw);
    background: var(--sub-color);
    margin: calc(8 / var(--w) * 100vw) auto 0;
  }
  .p-thanks ._lead {
    font-size: calc(14 / var(--w) * 100vw);
    line-height: 1.9;
    letter-spacing: calc(0.3 / var(--w) * 100vw);
    font-weight: 500;
    margin: 0;
  }
  .p-thanks ._btn {
    margin-top: calc(30 / var(--w) * 100vw);
  }
  .c-btn-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: calc(56 / var(--w) * 100vw);
    background: var(--accent-color);
    color: #ffffff;
    font-size: calc(15 / var(--w) * 100vw);
    line-height: 1.6;
    font-weight: 700;
    text-decoration: none;
  }
}