@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-repeat: no-repeat;
}

html {
  overflow-y: scroll;
  font-weight: 400;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  font-family: var(--font-jp);
  background-color: var(--color-bg);
  color: var(--color-black);
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

ol,
ul {
  list-style: none;
}

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

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
}

.t-br {
  display: block;
}

.t-ib {
  display: inline-block;
}

.t-hidden {
  display: none;
}

.t-hiddenSp {
  display: none;
}

.t-taL {
  text-align: left !important;
}

.t-taR {
  text-align: right !important;
}

.t-taC {
  text-align: center !important;
}
.t-bold {
  font-weight: 600 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-ttU {
  text-transform: uppercase !important;
}

.t-ttL {
  text-transform: lowercase !important;
}

.t-caution-color {
  color: var(--caution-color);
}

.t-mt0 {
  margin-top: 0 !important;
}

.t-visuallyHidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

:root {
  --color-main: #004cbd;
  --color-black: #222222;
  --color-white: #fff;
  --color-primary: #005f33;
  --color-gray: #878787;
  --font-jp: "Yu Gothic", "游ゴシック", "YuGothic", "メイリオ", "Meiryo",
    "Noto Sans JP", sans-serif;
  --font-en: "Lato", sans-serif;
}

.m-wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 100svh;
  z-index: 2;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__logo {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}
.l-header__logo img {
  width: 100%;
}
.l-header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l-header__nav-item {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  transition: opacity 0.3s ease;
}
.l-header__hamburger {
  display: none;
}
.l-header__hamburger.is-active span {
  transition: margin 0.3s ease, 0.3s transform 0.3s ease;
}
.l-header__hamburger.is-active span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -1px;
}
.l-header__hamburger.is-active span:nth-child(2) {
  transform: rotate(135deg);
  margin-top: -1px;
}

.l-footer {
  background: #262626;
  color: var(--color-white);
  padding: 40px 0 64px;
}
.l-footer__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.l-footer__logo {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-footer__logo img {
  width: 100%;
  max-width: 60px;
}
.l-footer__logo figcaption {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.l-footer__copy {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: right;
}

.c-txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 60px;
}

.c-ttl {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  color: var(--color-primary);
}
.c-ttl.-center {
  align-items: center;
}
.c-ttl .-en {
  font-family: var(--font-en);
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.c-ttl .-ja {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-top-hero__inner {
  position: relative;
}
.p-top-hero__img {
  width: 86.6%;
  margin-left: auto;
}
.p-top-hero__img img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top-hero__content {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 86px 80px;
}
.p-top-hero__content .-ttl {
  font-family: var(--font-en);
  color: var(--color-white);
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: right;
}
.p-top-hero__content .-desc {
  text-align: right;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-white);
  margin-top: 30px;
}
.p-top-hero__scroll {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 6.7%;
  transform: translateX(-50%);
  color: var(--color-black);
  font-family: var(--font-en);
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.p-top-hero__scroll span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 1px;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.p-top-hero__scroll span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  animation: scroll 3s ease-in-out infinite;
}

.p-top-about {
  padding: 180px 0 110px;
}
.p-top-about__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-top-about__content {
  width: 54.17%;
  padding: 0 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.p-top-about__img {
  width: 45.83%;
}

.p-top-business {
  padding: 80px 0 0;
  background: url(../img/top/bg-business.webp) no-repeat top center/100% 390px;
}
.p-top-business__inner {
  padding: 80px;
  background: var(--color-white);
}
.p-top-business__inner .-list {
  margin-top: 40px;
  display: flex;
  gap: 45px;
}
.p-top-business__inner .-list .-item {
  width: calc((100% - 90px) / 3);
}
.p-top-business__inner .-list .-item .-img {
  width: 100%;
}
.p-top-business__inner .-list .-item .-img img {
  aspect-ratio: 330/220;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-business__inner .-list .-item .-content {
  margin-top: 17px;
}
.p-top-business__inner .-list .-item .-content .-ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.p-top-business__inner .-list .-item .-content .-desc {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 16px;
}

.p-top-company {
  padding: 90px 0 0;
}
.p-top-company__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-top-company__content {
  width: 70.83%;
}
.p-top-company__content .-table {
  width: 100%;
  table-layout: fixed;
  text-align: left;
  border-spacing: 0;
}
.p-top-company__content .-table .-th,
.p-top-company__content .-table .-td {
  padding: 40px 0;
  border-top: 1px solid var(--color-gray);
  font-weight: 500;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.p-top-company__content .-table .-th {
  width: 250px;
}
.p-top-company__content .-map {
  line-height: 0;
}
.p-top-company__content .-map iframe {
  aspect-ratio: 850/300;
  width: 100%;
}

.p-top-partner {
  padding: 120px 0;
}
.p-top-partner__inner .-border {
  padding: 30px 40px;
  position: relative;
  margin-top: 20px;
}
.p-top-partner__inner .-border::before, .p-top-partner__inner .-border::after {
  content: "";
  width: 16px;
  height: 100%;
  border: 1px solid var(--color-gray);
  position: absolute;
  top: 0;
}
.p-top-partner__inner .-border::before {
  left: 0;
  border-right: none;
}
.p-top-partner__inner .-border::after {
  right: 0;
  border-left: none;
}
.p-top-partner__inner .-border .-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
}
.p-top-partner__inner .-border .-list .-item {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.p-top-partner__inner .-border .-list .-item::before {
  content: "";
  width: 6px;
  aspect-ratio: 6/8;
  background: var(--color-black);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: inline-block;
  margin-right: 10px;
  vertical-align: 0;
}
.p-top-partner__inner .-sub-ttl {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--color-primary);
  margin-top: 50px;
}

.p-top-contact {
  padding: 100px 0 120px;
  background: url(../img/top/bg-contact.webp) no-repeat top center/cover;
  color: var(--color-white);
}
.p-top-contact__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-top-contact__content .c-ttl .-en,
.p-top-contact__content .c-ttl .-ja {
  color: var(--color-white);
}
.p-top-contact__content .-txt {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 48px;
}
.p-top-contact__content .-txt span {
  color: #dc1414;
}
.p-top-contact__form {
  width: 56.66%;
}
.p-top-contact__form .-form .-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-top-contact__form .-form .-item:not(:first-child) {
  margin-top: 30px;
}
.p-top-contact__form .-form .-item .-label {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-top-contact__form .-form .-item .-label .-required::after {
  content: "*";
  color: #dc1414;
  margin-left: 4px;
}
.p-top-contact__form .-form .-item .-input input,
.p-top-contact__form .-form .-item .-input textarea {
  width: 100%;
  padding: 10px 15px;
  background: var(--color-white);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-top-contact__form .-form .-item .-input input {
  height: 50px;
}
.p-top-contact__form .-form .-item .-input textarea {
  height: 140px;
  resize: none;
}
.p-top-contact__form .-form .-btn {
  margin-top: 40px;
}
.p-top-contact__form .-form .-btn button {
  width: 100%;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 15px 0;
  border: none;
  cursor: pointer;
  display: block;
  transition: opacity 0.3s;
}

@keyframes scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

@media print, screen and (min-width: 769px){
  .t-hiddenSp {
    display: block;
  }
  .t-hiddenPc {
    display: none;
  }
  .t-taL-pc {
    text-align: left !important;
  }
  .t-taR-pc {
    text-align: right !important;
  }
  .t-taC-pc {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px){
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .l-header__logo {
    position: unset;
    transform: unset;
  }
  .l-header__logo img {
    max-width: 45px;
  }
  .l-header__nav {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    background: var(--color-white);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 24px;
    padding: 60px 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .l-header__nav.is-active {
    visibility: visible;
    opacity: 1;
  }
  .l-header__nav-list {
    gap: 40px;
  }
  .l-header__hamburger {
    position: relative;
    z-index: 10;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
  }
  .l-header__hamburger span {
    width: 100%;
    height: 1px;
    background: var(--color-black);
    transition: transform 0.3s ease, 0.3s margin 0.3s ease;
  }
  .l-header__hamburger span:not(:first-child) {
    margin-top: 10px;
  }
  .l-footer {
    padding: 30px 0 40px;
  }
  .l-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .l-footer__logo {
    gap: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .l-footer__logo img {
    max-width: 45px;
  }
  .l-footer__logo figcaption {
    font-size: 1rem;
  }
  .l-footer__copy {
    font-size: 1rem;
    text-align: center;
  }
  .c-txt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 40px;
  }
  .c-ttl {
    gap: 15px;
  }
  .c-ttl .-en {
    font-size: 1.2rem;
  }
  .c-ttl .-ja {
    font-size: 1.8rem;
  }
  .p-top-hero__img {
    width: 100%;
    margin-left: unset;
  }
  .p-top-hero__content {
    padding: 80px 20px;
  }
  .p-top-hero__content .-ttl {
    font-size: 3.2rem;
  }
  .p-top-hero__content .-desc {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .p-top-hero__scroll {
    font-size: 1rem;
    color: var(--color-white);
  }
  .p-top-hero__scroll span {
    height: 50px;
  }
  .p-top-hero__scroll span::before {
    background: var(--color-white);
  }
  .p-top-about {
    padding: 80px 0;
  }
  .p-top-about__content {
    width: 100%;
    padding: 0 20px 20px;
    align-items: center;
  }
  .p-top-about__content .c-ttl {
    align-items: center;
    text-align: center;
  }
  .p-top-about__img {
    width: 100%;
  }
  .p-top-business__inner {
    padding: 20px;
  }
  .p-top-business__inner .-list {
    gap: 40px 20px;
    flex-wrap: wrap;
  }
  .p-top-business__inner .-list .-item {
    width: 100%;
  }
  .p-top-business__inner .-list .-item .-content {
    margin-top: 15px;
  }
  .p-top-business__inner .-list .-item .-content .-ttl {
    font-size: 1.8rem;
  }
  .p-top-business__inner .-list .-item .-content .-desc {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .p-top-company {
    padding: 80px 0 0;
  }
  .p-top-company__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-top-company__inner .c-ttl {
    align-items: center;
    text-align: center;
  }
  .p-top-company__content {
    width: 100%;
    margin-top: 30px;
  }
  .p-top-company__content .-table .-th,
  .p-top-company__content .-table .-td {
    font-size: 1.4rem;
    padding: 20px 0;
  }
  .p-top-company__content .-table .-th {
    width: 110px;
  }
  .p-top-company__content .-map iframe {
    aspect-ratio: 1/1;
  }
  .p-top-partner {
    padding: 80px 0;
  }
  .p-top-partner__inner .c-ttl {
    align-items: center;
    text-align: center;
  }
  .p-top-partner__inner .-border {
    padding: 20px;
  }
  .p-top-partner__inner .-border::before, .p-top-partner__inner .-border::after {
    width: 10px;
  }
  .p-top-partner__inner .-border .-list {
    gap: 10px 20px;
  }
  .p-top-partner__inner .-border .-list .-item {
    font-size: 1.4rem;
  }
  .p-top-partner__inner .-border .-list .-item::before {
    width: 4px;
    aspect-ratio: 4/6;
    vertical-align: 2px;
  }
  .p-top-partner__inner .-sub-ttl {
    font-size: 1.6rem;
    margin-top: 30px;
  }
  .p-top-contact {
    padding: 80px 0;
  }
  .p-top-contact__content .c-ttl {
    align-items: center;
    text-align: center;
  }
  .p-top-contact__content .-txt {
    font-size: 1.4rem;
    margin-top: 30px;
  }
  .p-top-contact__form {
    width: 100%;
    margin-top: 30px;
  }
  .p-top-contact__form .-form .-item:not(:first-child) {
    margin-top: 20px;
  }
  .p-top-contact__form .-form .-item .-label {
    font-size: 1.4rem;
  }
  .p-top-contact__form .-form .-item .-input input,
  .p-top-contact__form .-form .-item .-input textarea {
    font-size: 1.4rem;
  }
  .p-top-contact__form .-form .-item .-input input {
    height: 40px;
  }
  .p-top-contact__form .-form .-item .-input textarea {
    height: 100px;
  }
  .p-top-contact__form .-form .-btn {
    margin-top: 30px;
  }
  .p-top-contact__form .-form .-btn button {
    font-size: 1.4rem;
    padding: 10px 0;
  }
}

@media (hover: hover) and (pointer: fine){
  .l-header__nav-item:hover {
    opacity: 0.7;
  }
  .p-top-contact__form .-form .-btn button:hover {
    opacity: 0.8;
  }
}