@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%;
}
@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;
  letter-spacing: 0.05em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  background-color: var(--color-bg);
  color: var(--color-text);
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

main {
  overflow: hidden;
}

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-text: #000;
  --color-white: #fff;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
}

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

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: background 0.3s;
}
.l-header.is-scroll {
  background: #fff;
}
.l-header.is-scroll .l-header__inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.l-header.is-lower {
  background: #fff;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 40px;
  transition: padding 0.3s;
}
.l-header__logo {
  width: 248px;
  display: block;
}
.l-header__logo img {
  display: block;
}
.l-header__nav {
  width: calc(100% - 248px);
  display: flex;
  justify-content: flex-end;
}
.l-header__nav.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header__menu {
  display: flex;
  justify-content: flex-end;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.l-header__menu li a {
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  transition: color 0.3s;
}
.l-header__menu li a.is-active:before, .l-header__menu li a:hover:before {
  width: 100%;
}
.l-header__menu-en {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 80px;
}
.l-header__menu-en li a {
  font-size: 1.8rem;
  line-height: 1;
  display: block;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}
.l-header__menu-en li a::after {
  content: "";
  display: inline-block;
  width: 15px;
  aspect-ratio: 1/1;
  background: url(../img/common/new-tab.svg) no-repeat;
  background-size: cover;
  margin-left: 10px;
}
.l-header__sp {
  display: flex;
  flex-direction: column;
}
.l-header__sp .c-btn__skeleton {
  margin-top: 50px;
  max-width: 100%;
}
.l-header__hamburger {
  width: 60px;
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 11;
}
.l-header__hamburger.is-active span {
  background: #fff;
  transition: transform 0.3s ease 0.3s, margin 0.3s ease, background 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-header__hamburger span {
  width: 100%;
  height: 1px;
  background: #000;
  transition: transform 0.3s ease, margin 0.3s ease 0.3s, background 0.3s ease;
}
.l-header__hamburger span:nth-child(2) {
  margin-top: 10px;
}

.c-btn__top {
  position: absolute;
  bottom: 80px;
  right: 40px;
  z-index: 10;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.3s;
}
.c-btn__top.is-show {
  opacity: 1;
}
.c-btn__top::before {
  content: "";
  width: 11px;
  aspect-ratio: 11/45;
  background: url(../img/common/arrow-down.svg) no-repeat;
  background-size: cover;
  transform: scaleY(-1);
}
.c-btn__top span {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
}

.l-footer__inner {
  width: 100%;
  max-width: 1140px;
  padding: 120px 30px 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.l-footer__inner a {
  transition: opacity 0.3s;
}
.l-footer__inner a:hover {
  opacity: 0.7;
}
.l-footer__listJp {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
.l-footer__listJp li a {
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  letter-spacing: 0.15em;
  font-weight: 300;
}
.l-footer__listEn {
  display: flex;
  gap: 60px;
  margin-top: 60px;
}
.l-footer__listEn li a {
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  letter-spacing: 0.15em;
}
.l-footer__listEn li a::after {
  content: "";
  display: inline-block;
  width: 15px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/common/new-tab.svg);
          mask-image: url(../img/common/new-tab.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #000;
  -webkit-mask-size: cover;
          mask-size: cover;
  margin-left: 10px;
  vertical-align: -2px;
}
.l-footer__copyright {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.1666666667;
  margin-top: 80px;
}

.lower-page {
  padding-top: 110px;
}

.c-bread_container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0 60px;
}
.c-bread_container li a {
  font-size: 1.6rem;
  line-height: 1;
  display: block;
}
.c-bread_list {
  display: flex;
  align-items: center;
}
.c-bread_list:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
}

.c-btn__skeleton:not(span) {
  display: inline-block;
  width: 300px;
  border-radius: 25px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 20px 40px;
  position: relative;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #707070;
  margin-top: 70px;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: left;
}
.c-btn__skeleton:not(span)::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s;
}
.c-btn__skeleton:not(span)::before {
  content: "";
  width: 45px;
  aspect-ratio: 45/11;
  background: url(../img/common/arrow-right.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s;
}
.c-btn__skeleton:not(span) span {
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
.c-btn__skeleton:not(span).u-center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn__skeleton:not(span).en-txt {
  font-size: 2.4rem;
  line-height: 1.2916666667;
  padding: 14px 40px 13px;
  position: relative;
  border-radius: 50px;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.15em;
}

span.c-btn__skeleton {
  display: inline-block;
  width: 300px;
  border-radius: 25px;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #707070;
  position: relative;
  display: block;
  overflow: hidden;
}
span.c-btn__skeleton > input[type=submit],
span.c-btn__skeleton > input[type=button] {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  padding: 20px 40px;
  border-radius: 50px;
  text-align: left;
  transition: color 0.3s;
}
span.c-btn__skeleton > input[type=submit].u-center,
span.c-btn__skeleton > input[type=button].u-center {
  margin-left: auto;
  margin-right: auto;
}
span.c-btn__skeleton > input[type=submit].en-txt,
span.c-btn__skeleton > input[type=button].en-txt {
  font-size: 2.4rem;
  line-height: 1.2916666667;
  padding: 14px 40px 13px;
  position: relative;
  border-radius: 50px;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.15em;
}
span.c-btn__skeleton::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s;
}
span.c-btn__skeleton::before {
  content: "";
  width: 45px;
  aspect-ratio: 45/11;
  background: url(../img/common/arrow-right.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s;
}
span.c-btn__skeleton .wpcf7-spinner {
  display: none;
}

.c-btn__entry {
  position: fixed;
  z-index: 2;
  right: 56px;
  bottom: 53px;
  width: 150px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  gap: 17px;
  flex-direction: column;
  background: #fff;
  transition: opacity 0.3s;
}
.c-btn__entry.is-hidden {
  opacity: 0;
}
.c-btn__entry::after {
  content: "";
  width: 45px;
  aspect-ratio: 45/11;
  display: block;
  background: url(../img/common/arrow-right.svg) no-repeat;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.c-btn__entry::before {
  content: "";
  width: 0;
  aspect-ratio: 1/1;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s;
}
.c-btn__entry span {
  font-size: 2.4rem;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1.3125;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.c-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-top: 80px;
}
.c-table.mt-20 {
  margin-top: 20px;
}
.c-table th,
.c-table td {
  border-bottom: 1px solid #000;
  padding: 40px 0;
  text-align: left;
  letter-spacing: 0.05em;
}
.c-table th {
  width: 276px;
}
.c-table td ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.c-table td ol li {
  padding-left: 10px;
}

.c-ttl__common {
  position: relative;
  text-align: center;
}
.c-ttl__common::before {
  content: "";
  width: 100%;
  aspect-ratio: 1366/723;
  background: url(../img/top/bg-ttl.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.c-ttl__common span {
  display: block;
  line-height: 1;
  text-align: center;
}
.c-ttl__common span.en {
  font-size: 10.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  margin-bottom: -15px;
}
.c-ttl__common span.jp {
  font-size: 3.6rem;
  line-height: 1.6666666667;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #001a58;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  position: relative;
  margin-top: -45px;
  overflow: hidden;
  display: inline-block;
}
.c-ttl__common span.jp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  transform: translateX(-151%) skewX(-45deg);
  transition: transform 0.96s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-ttl__common.js-ttl-animation {
  transition: clip-path 0.48s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
}
.c-ttl__common.js-ttl-animation span.jp {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.48s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
}
.c-ttl__common.js-ttl-animation.is-inview span.jp {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.c-ttl__common.js-ttl-animation.is-inview span.jp::before {
  transform: translateX(151%) skewX(-45deg);
}

.ttl-page {
  position: relative;
  z-index: 1;
}
.ttl-page__bg {
  position: relative;
}
.ttl-page__bg::before {
  content: "";
  inset: 0 0 0 0;
  background: #000;
  opacity: 0.3;
  position: absolute;
}
.ttl-page__bg img {
  display: block;
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ttl-page__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.ttl-page__content .en {
  font-size: 6rem;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  letter-spacing: 0.15em;
  line-height: 8/6;
  text-transform: uppercase;
}
.ttl-page__content .jp {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
}

.p-about1__container {
  width: 90.0439238653vw;
  display: flex;
  position: relative;
}
.p-about1__container-img {
  width: 52.0325203252%;
  aspect-ratio: 640/600;
}
.p-about1__container-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about1__container-content {
  width: 47.9674796748%;
  padding-left: 60px;
  padding-top: 20px;
}
.p-about1__container-ttl {
  font-size: 3.6rem;
  line-height: 1.6666666667;
  font-weight: 600;
  color: #001a58;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: flex-start;
}
.p-about1__container-ttl span {
  position: relative;
  overflow: hidden;
  display: block;
}
.p-about1__container-ttl span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  transform: translateX(-151%) skewX(-45deg);
  transition: transform 0.96s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-about1__container-ttl.js-ttl-animation {
  transition: clip-path 0.48s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
}
.p-about1__container-ttl.js-ttl-animation span {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.p-about1__container-ttl.js-ttl-animation.is-inview span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.p-about1__container-ttl.js-ttl-animation.is-inview span::before {
  transform: translateX(151%) skewX(-45deg);
}
.p-about1__container-text {
  font-size: 1.6rem;
  line-height: 2.4375;
  letter-spacing: 0.05em;
  margin-top: 50px;
}

.p-about2 {
  padding: 110px 0 0;
}
.p-about2__iframe {
  width: 100%;
  margin-top: 50px;
  line-height: 0;
}
.p-about2__iframe iframe {
  aspect-ratio: 1088/450;
  width: 100%;
}

.p-dialogue__container {
  position: relative;
  z-index: 1;
}
.p-dialogue__container-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-dialogue__container-img img {
  width: 100%;
  display: block;
}
.p-dialogue__container-img figcaption {
  position: absolute;
  inset: 0 30px 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 2;
}
.p-dialogue__container-img figcaption .label {
  padding: 30px 40px;
  display: block;
  background: #fff;
}
.p-dialogue__container-img figcaption .label.bot-left {
  padding-right: 60px;
}
.p-dialogue__container-img figcaption .label.bot-right {
  padding-left: 60px;
}
.p-dialogue__container-img figcaption .label::before {
  content: "代表弁護士";
  width: 200px;
  background: #fff;
  display: block;
  font-size: 2rem;
  line-height: 1;
  padding: 10px;
  letter-spacing: 0.15em;
  background: #001a58;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.p-dialogue__container-img figcaption .label span {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-top: 20px;
}
.p-dialogue__container-content {
  padding: 30px 0 0;
}
.p-dialogue__container-content h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
.p-dialogue__container-content h3:not(:first-child) {
  margin-top: 40px;
}
.p-dialogue__container-content p {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  margin-top: 25px;
}

.p-entry__container {
  width: calc(100% - 60px);
  max-width: 906px;
  margin: 0 auto;
}
.p-entry__form .last-row {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.p-entry__form .last-row.is-col {
  flex-direction: column;
  align-items: center;
  gap: 70px 0;
}
.p-entry__form .last-row p {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
}
.p-entry__form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-entry__form-row:not(:first-child) {
  margin-top: 40px;
}
.p-entry__form-row.text-row {
  align-items: flex-start;
}
.p-entry__form-row.text-row .p-entry__form-label {
  margin-top: 15px;
}
.p-entry__form-label {
  width: 306px;
  font-size: 1.6rem;
  font-weight: 600;
}
.p-entry__form-label label::after {
  content: "任意";
  font-size: 1.2rem;
  line-height: 1;
  padding: 6px 7px 8px 6px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 20px;
  color: #7e7e7e;
  background: #d5d5d5;
  vertical-align: 2px;
}
.p-entry__form-label label.required::after {
  content: "必須";
  background: #c60000;
  color: #fff;
}
.p-entry__form-field {
  width: calc(100% - 306px);
}
.p-entry__form-field input[type=text],
.p-entry__form-field input[type=email],
.p-entry__form-field input[type=tel],
.p-entry__form-field input[type=number],
.p-entry__form-field select,
.p-entry__form-field textarea {
  width: 100%;
  border: 1px solid #c6c6c6;
  padding: 12px;
}
.p-entry__form-field textarea {
  height: 120px;
  resize: none;
}
.p-entry__form-field .c-input-date,
.p-entry__form-field .c-input-date p {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.p-entry__form-field .c-input-date input,
.p-entry__form-field .c-input-date p input {
  width: 100px;
}
.p-entry__form-field .c-input-date input:nth-child(n+2),
.p-entry__form-field .c-input-date p input:nth-child(n+2) {
  width: 60px;
}
.p-entry__form-field select {
  background: url(../img/common/arrow-select.svg) no-repeat right 10px center/16px;
  padding: 15px 20px;
}
.p-entry__form-field select.short {
  width: 210px;
}
.p-entry__form-field select.shorter {
  width: 120px;
}
.p-entry__form-field .c-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.p-entry__form-field .c-radio-group__item {
  cursor: pointer;
}
.p-entry__form-field .c-radio-group__item input {
  position: absolute;
  opacity: 0;
}
.p-entry__form-field .c-radio-group__item input:checked ~ span::after {
  content: "";
  position: absolute;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #001a58;
  left: 3px;
}
.p-entry__form-field .c-radio-group__item span.wpcf7-list-item-label {
  display: block;
  padding-left: 26px;
  position: relative;
  font-size: 1.6rem;
}
.p-entry__form-field .c-radio-group__item span.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #c6c6c6;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-feature__container {
  position: relative;
}
.p-feature__container .ttl {
  font-size: 3.6rem;
  font-weight: 600;
  color: #001a58;
  text-align: center;
  letter-spacing: 0.15em;
}
.p-feature__container .ttl span {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.p-feature__container .ttl span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  transform: translateX(-151%) skewX(-45deg);
  transition: transform 0.96s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-feature__container .ttl.js-ttl-animation {
  transition: clip-path 0.48s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
}
.p-feature__container .ttl.js-ttl-animation span {
  transition: clip-path 0.48s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.p-feature__container .ttl.js-ttl-animation.is-inview span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.p-feature__container .ttl.js-ttl-animation.is-inview span::before {
  transform: translateX(151%) skewX(-45deg);
}
.p-feature__container .desc {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 60px;
  margin-left: 92px;
  margin-right: 92px;
}
.p-feature__banner {
  margin-top: 80px;
}
.p-feature__banner img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-info {
  margin-top: 35px;
}
.block-info__container {
  display: flex;
  flex-wrap: wrap;
}
.block-info__img {
  width: 32.1691176471%;
}
.block-info__img img {
  width: 100%;
  aspect-ratio: 350/475;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-info__content {
  width: 67.8308823529%;
  padding-left: 109px;
}
.block-info__content .ttl span {
  display: block;
}
.block-info__content .ttl span.jp {
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1;
}
.block-info__content .ttl span.roma {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  margin-top: 20px;
}
.block-info__content .ttl span.from {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
}
.block-info__timeline {
  margin-top: 50px;
}
.block-info__row {
  display: flex;
  border-bottom: 1px solid #b2b2b2;
}
.block-info__row:first-child {
  border-top: 1px solid #b2b2b2;
}
.block-info__key, .block-info__value {
  padding: 30px;
}
.block-info__key {
  width: 150px;
}
.block-info__article {
  margin-top: 50px;
}
.block-info__article h2 {
  font-size: 1.8rem;
  font-weight: 300;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.block-info__article h2:not(:first-child) {
  margin-top: 55px;
}
.block-info__article h2:before {
  content: "";
  width: 60px;
  height: 1px;
  display: block;
  background: #000;
  margin-top: 12px;
  flex-shrink: 0;
}
.block-info__article h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #001a58;
  margin-top: 35px;
}
.block-info__article p {
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 30px;
}

.slogan {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #001a58;
}

.p-message__container {
  display: flex;
  position: relative;
}
.p-message__container-img {
  width: 40.6504065041%;
}
.p-message__container-img img {
  width: 100%;
}
.p-message__container-img figcaption {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
  letter-spacing: 0.1em;
}
.p-message__container-content {
  width: 59.3495934959%;
  padding-right: 60px;
}
.p-message__container-ttl {
  color: #001a58;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.p-message__container-ttl.js-ttl-animation {
  transition: clip-path 0.48s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
}
.p-message__container-ttl.js-ttl-animation span.large {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.p-message__container-ttl.js-ttl-animation.is-inview span.large {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.p-message__container-ttl.js-ttl-animation.is-inview span.large::before {
  transform: translateX(151%) skewX(-45deg);
}
.p-message__container-ttl span.large {
  font-size: 3.6rem;
  line-height: 1.6666666667;
  font-weight: 600;
  letter-spacing: 0.15em;
  position: relative;
  overflow: hidden;
  display: block;
}
.p-message__container-ttl span.large::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  transform: translateX(-151%) skewX(-45deg);
  transition: transform 0.96s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-message__container-ttl span.small {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-top: 20px;
  padding-left: 20px;
}
.p-message__container-text {
  font-size: 1.6rem;
  line-height: 2.4375;
  letter-spacing: 0.05em;
  margin-top: 50px;
}

.p-recruitment__container {
  position: relative;
}
.p-recruitment__container .ttl {
  font-size: 3.6rem;
  font-weight: 600;
  color: #001a58;
  letter-spacing: 0.15em;
}

.txt {
  font-size: 1.6rem;
  line-height: 2.4375;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #001a58;
  margin-top: 60px;
}
.txt.align-center {
  text-align: center;
}

.p-mv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-mv.is-action .p-mv__overlay {
  clip-path: polygon(100% 0, 100% 0, 100% 0);
}
.p-mv.is-action .p-mv__bg-img {
  clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
}
.p-mv.is-action .p-mv__content {
  transform: translateY(0);
}
.p-mv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  clip-path: polygon(-100% 0, 100% 0, 100% 200%);
}
.p-mv__overlay.black {
  z-index: 3;
  background: #000;
  transition: clip-path 1s ease-out 0.5s;
}
.p-mv__overlay.white {
  z-index: 2;
  background: #fff;
  transition: clip-path 1s ease-out 1.5s;
}
.p-mv__bg {
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.p-mv__bg-img {
  width: 76.86%;
  margin-left: auto;
  transform: translateX(60px);
  transition: all 0.3s 2.5s;
  clip-path: polygon(75% 0, 75% 0, 25% 100%, 25% 100%);
}
.p-mv__bg-img img {
  width: 100%;
}
.p-mv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100svh;
  display: block;
}
.p-mv__content {
  position: absolute;
  inset: 0 0 0 0;
  display: flex;
  align-items: center;
  padding: 70px;
  transform: translateY(-50px);
  transition: transform 0.3s 2s;
}
.p-mv__content h1 span {
  display: block;
}
.p-mv__content h1 span.en {
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
}
.p-mv__content h1 span.jp {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.15em;
  margin-top: 20px;
}
.p-mv__scrolldown {
  position: absolute;
  bottom: 20px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.p-mv__scrolldown::after {
  content: "";
  width: 11px;
  aspect-ratio: 11/45;
  display: block;
  background: url(../img/common/arrow-down.svg) no-repeat;
}
.p-mv__scrolldown span {
  font-size: 1.6rem;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1.3125;
  font-weight: 500;
}
.p-mv__entry {
  position: fixed;
  bottom: 53px;
  right: 56px;
  width: 150px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  gap: 17px;
  flex-direction: column;
  transition: opacity 0.3s;
  background: #fff;
}
.p-mv__entry.is-hidden {
  opacity: 0;
}
.p-mv__entry::after {
  content: "";
  width: 45px;
  aspect-ratio: 45/11;
  display: block;
  background: url(../img/common/arrow-right.svg) no-repeat;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}
.p-mv__entry::before {
  content: "";
  width: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  transition: all 0.3s;
}
.p-mv__entry span {
  font-size: 2.4rem;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1.3125;
  font-weight: 700;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.p-sec1 {
  padding: 100px 0 110px;
}
.p-sec1__container {
  display: flex;
  width: 90.0439238653vw;
  margin-left: auto;
}
.p-sec1__content {
  width: 47.9674796748vw;
}
.p-sec1__content.js-inview h2.ttl {
  transition: clip-path 0.48s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
}
.p-sec1__content.js-inview h2.ttl span {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.48s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
}
.p-sec1__content.js-inview p {
  transition: 0.32s opacity 0.32s cubic-bezier(0.165, 0.84, 0.44, 1), 0.32s transform 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translate(-10px, 10px);
}
.p-sec1__content.js-inview .c-btn__skeleton {
  transition: 0.32s opacity 0.64s cubic-bezier(0.165, 0.84, 0.44, 1), 0.32s transform 0.64s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translate(-10px, 10px);
}
.p-sec1__content.js-inview.is-inview h2.ttl span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.p-sec1__content.js-inview.is-inview h2.ttl span::before {
  transform: translateX(151%) skewX(-45deg);
}
.p-sec1__content.js-inview.is-inview p,
.p-sec1__content.js-inview.is-inview .c-btn__skeleton {
  opacity: 1;
  transform: translate(0, 0);
}
.p-sec1__content h2.ttl {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.6666666667;
  letter-spacing: 0.15em;
  color: #001a58;
  display: flex;
  justify-content: flex-start;
}
.p-sec1__content h2.ttl span {
  position: relative;
  overflow: hidden;
  display: block;
}
.p-sec1__content h2.ttl span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  transform: translateX(-151%) skewX(-45deg);
  transition: transform 0.96s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-sec1__content p {
  font-size: 1.6rem;
  line-height: 2.4375;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #001a58;
  margin-top: 40px;
}
.p-sec1__img {
  width: 52.0325203252vw;
}
.p-sec1__img img {
  width: 100%;
}

.p-sec2 {
  padding-bottom: 70px;
}
.p-sec2 > .txt {
  margin-top: 90px;
}
.p-sec2__list {
  display: flex;
  gap: 80px 0;
  flex-direction: column;
  margin-top: 80px;
}
.p-sec2__item {
  display: flex;
  width: 90.0439238653vw;
}
.p-sec2__item:nth-child(2) {
  flex-direction: row-reverse;
  margin-left: auto;
}
.p-sec2__item:nth-child(2) .p-sec2__content {
  padding-right: 65px;
  padding-left: 0;
}
.p-sec2__item .ttl.js-ttl-animation {
  transition: clip-path 0.48s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
}
.p-sec2__item .ttl.js-ttl-animation span {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.48s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
}
.p-sec2__item .ttl.js-ttl-animation.is-inview span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.p-sec2__item .ttl.js-ttl-animation.is-inview span::before {
  transform: translateX(151%) skewX(-45deg);
}
.p-sec2__img {
  width: 52.0325203252vw;
}
.p-sec2__img img {
  width: 100%;
}
.p-sec2__content {
  width: 47.9674796748vw;
  padding-left: 65px;
}
.p-sec2__content .ttl {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.6666666667;
  letter-spacing: 0.15em;
  color: #001a58;
  display: flex;
  justify-content: flex-start;
}
.p-sec2__content .ttl span {
  position: relative;
  overflow: hidden;
  display: block;
}
.p-sec2__content .ttl span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  transform: translateX(-151%) skewX(-45deg);
  transition: transform 0.96s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-sec2__content .desc {
  font-size: 1.6rem;
  line-height: 2.4375;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #001a58;
  margin-top: 60px;
}

.p-sec3 {
  padding-bottom: 100px;
}
.p-sec3.pb-0 {
  padding-bottom: 0;
}
.p-sec3.js-inview .c-ttl__common {
  transition: clip-path 0.48s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
}
.p-sec3.js-inview .c-ttl__common span.jp {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.48s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
}
.p-sec3.js-inview.is-inview .c-ttl__common span.jp {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.p-sec3.js-inview.is-inview .c-ttl__common span.jp::before {
  transform: translateX(151%) skewX(-45deg);
}
.p-sec3 .c-ttl__common::before {
  transform: translate(-50%, -40%);
}
.p-sec3__container {
  position: relative;
}
.p-sec3__list {
  display: flex;
  gap: 34px;
  margin-top: 60px;
  flex-wrap: wrap;
}
.p-sec3__list.mt-0 {
  margin-top: 0;
}
.p-sec3__item {
  width: calc((100% - 68px) / 3);
}
.p-sec3__img img {
  width: 100%;
  aspect-ratio: 340/420;
}
.p-sec3__link {
  display: block;
  transition: opacity 0.3s;
}
.p-sec3__link:hover {
  opacity: 0.7;
}
.p-sec3__content .ttl {
  margin-top: 20px;
  position: relative;
}
.p-sec3__content .ttl::before {
  content: "";
  width: 45px;
  aspect-ratio: 45/11;
  background: url(../img/common/arrow-right.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-sec3__content .ttl span {
  display: block;
}
.p-sec3__content .ttl span.jp {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #001a58;
}
.p-sec3__content .ttl span.roma {
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  margin-top: 10px;
}
.p-sec3__slider {
  width: calc(100vw - 30px);
  margin-right: -30px;
  overflow: hidden;
  margin-top: 60px;
}

.p-sec4__banner img {
  width: 100%;
}
.p-sec4__inner {
  max-width: 1140px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.p-sec4__content {
  width: 53.7037037037%;
  padding-left: 60px;
}
.p-sec4__content .ttl {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.6666666667;
  letter-spacing: 0.15em;
  color: #001a58;
  text-align: center;
  display: flex;
  justify-content: center;
}
.p-sec4__content .ttl.js-ttl-animation {
  transition: clip-path 0.48s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
}
.p-sec4__content .ttl.js-ttl-animation span {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.48s cubic-bezier(0.165, 0.84, 0.44, 1) 0.08s;
}
.p-sec4__content .ttl.js-ttl-animation.is-inview span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.p-sec4__content .ttl.js-ttl-animation.is-inview span::before {
  transform: translateX(151%) skewX(-45deg);
}
.p-sec4__content .ttl span {
  position: relative;
  overflow: hidden;
  display: block;
}
.p-sec4__content .ttl span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  transform: translateX(-151%) skewX(-45deg);
  transition: transform 0.96s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-sec4__content .txt {
  margin-top: 25px;
}
.p-sec4__content a.c-btn__skeleton {
  margin-top: 50px;
}
.p-sec4__img {
  width: 46.2962962963%;
}
@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;
  }
  .sp-only {
    display: none;
  }
  .l-header__menu li a:before {
    content: "";
    display: block;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: width 0.3s;
  }
  .l-header__sp {
    display: none;
  }
  .l-header__hamburger {
    display: none;
  }
  .c-btn__skeleton:not(span):hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
  .c-btn__skeleton:not(span):hover::before {
    right: 15px;
  }
  .c-btn__skeleton:not(span):hover span {
    color: #fff;
  }
  span.c-btn__skeleton:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }
  span.c-btn__skeleton:hover::before {
    right: 15px;
  }
  span.c-btn__skeleton:hover input[type=submit],
  span.c-btn__skeleton:hover input[type=button] {
    color: #fff !important;
    z-index: 2;
    position: relative;
  }
  .c-btn__entry:hover::before {
    width: 100%;
  }
  .c-btn__entry:hover::after {
    transform: translateX(20px);
  }
  .c-btn__entry:hover span {
    color: #fff;
  }
  .p-mv__entry:hover::before {
    width: 100%;
  }
  .p-mv__entry:hover::after {
    transform: translate(20px, 0);
  }
  .p-mv__entry:hover span {
    color: #fff;
  }
}
@media screen and (max-width: 768px){
  .pc-only {
    display: none;
  }
  .l-header__inner {
    padding: 20px;
  }
  .l-header__logo {
    width: 183px;
  }
  .l-header__nav {
    width: 100%;
    height: 100svh;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transition: opacity 0.3s, visibility 0.3s;
    padding: 150px 20px 50px 23.2558139535%;
  }
  .l-header__nav-inner {
    height: 80svh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 50px;
  }
  .l-header__nav::before {
    content: "";
    width: 86.0465116279%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .l-header__menu {
    flex-direction: column;
    gap: 40px;
    justify-content: flex-start;
  }
  .l-header__menu li a {
    color: #fff;
    font-size: 2rem;
  }
  .c-btn__top {
    position: absolute;
    bottom: 320px;
    right: 20px;
  }
  .l-footer__inner {
    padding: 80px 30px 30px;
  }
  .l-footer__listJp {
    margin-top: 85px;
    gap: 30px;
  }
  .l-footer__listJp li a {
    font-size: 1.4rem;
  }
  .l-footer__listEn {
    flex-direction: column;
    gap: 20px;
  }
  .l-footer__copyright {
    margin-top: 40px;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .c-bread_container {
    padding: 20px 0 40px;
  }
  .c-btn__skeleton:not(span) {
    padding: 20px 30px;
    font-size: 1.6rem;
    padding: 22px 40px 20px;
  }
  .c-btn__skeleton:not(span).u-center-sp {
    margin-left: auto;
    margin-right: auto;
  }
  span.c-btn__skeleton {
    font-size: 1.6rem;
  }
  span.c-btn__skeleton > input[type=submit],
  span.c-btn__skeleton > input[type=button] {
    font-size: 1.6rem;
    padding: 22px 40px 20px;
  }
  span.c-btn__skeleton > input[type=submit].u-center-sp,
  span.c-btn__skeleton > input[type=button].u-center-sp {
    margin-left: auto;
    margin-right: auto;
  }
  .c-btn__entry {
    display: none;
  }
  .c-table th {
    width: 116px;
    vertical-align: top;
  }
  .c-table td ol {
    padding-left: 0;
    list-style-type: none;
  }
  .c-table td ol li {
    padding-left: 0;
  }
  .c-ttl__common span.en {
    font-size: 5rem;
    line-height: 1.3255813953;
  }
  .c-ttl__common span.jp {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin-top: -35px;
  }
  .ttl-page__bg img {
    height: 200px;
  }
  .ttl-page__content .en {
    font-size: 3.6rem;
    line-height: 1.3055555556;
  }
  .ttl-page__content .jp {
    font-size: 2rem;
    line-height: 1;
    margin-top: 20px;
  }
  .p-about1__container {
    width: 100%;
    flex-direction: column;
  }
  .p-about1__container-img {
    width: 100%;
  }
  .p-about1__container-content {
    width: 100%;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-about1__container-ttl {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
  .p-about2 {
    padding: 80px 0 0;
  }
  .p-about2__iframe iframe {
    aspect-ratio: 370/300;
  }
  .p-dialogue__container-img {
    padding-bottom: 0;
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
  }
  .p-dialogue__container-img figcaption {
    inset: 0;
  }
  .p-dialogue__container-img figcaption .label {
    padding: 20px;
    position: absolute;
  }
  .p-dialogue__container-img figcaption .label.bot-left {
    padding-right: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-100%);
  }
  .p-dialogue__container-img figcaption .label.bot-right {
    padding-left: 20px;
    left: 0;
    bottom: 0;
  }
  .p-dialogue__container-img figcaption .label::before {
    width: 180px;
    font-size: 1.6rem;
    padding: 7px;
  }
  .p-dialogue__container-img figcaption .label span {
    font-size: 2rem;
  }
  .p-dialogue__container-content h3 {
    font-size: 2rem;
  }
  .p-dialogue__container-content h3:not(:first-child) {
    margin-top: 60px;
  }
  .p-dialogue__container-content p {
    font-size: 1.6rem;
    margin-top: 40px;
  }
  .p-entry__form .last-row {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  .p-entry__form .last-row.is-col {
    gap: 40px 0;
  }
  .p-entry__form .last-row .c-btn__skeleton:first-child {
    margin-top: 40px;
  }
  .p-entry__form-label {
    width: 100%;
  }
  .p-entry__form-field {
    width: 100%;
    margin-top: 15px;
  }
  .p-entry__form-field .c-radio-group {
    flex-direction: column;
    margin-top: 10px;
  }
  .p-feature__container .ttl {
    font-size: 2.4rem;
  }
  .p-feature__container .desc {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .p-feature__banner {
    margin-top: 60px;
  }
  .p-feature__banner img {
    height: 240px;
  }
  .block-info__img {
    width: 100%;
  }
  .block-info__content {
    width: 100%;
    padding-left: 0 !important;
    padding-top: 20px;
  }
  .block-info__content .ttl span.jp {
    font-size: 2.4rem;
  }
  .block-info__content .ttl span.roma {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .block-info__content .ttl span.from {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .block-info__key, .block-info__value {
    padding: 30px 0;
  }
  .block-info__key {
    width: 90px;
  }
  .block-info__article h2 {
    gap: 20px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .block-info__article h2:before {
    width: 30px;
  }
  .block-info__article h3 {
    font-size: 2rem;
  }
  .block-info__article p {
    line-height: 2.375;
  }
  .slogan {
    font-size: 2rem;
  }
  .p-message__container {
    flex-direction: column-reverse;
  }
  .p-message__container-img {
    width: 100%;
  }
  .p-message__container-img figcaption {
    gap: 45px;
  }
  .p-message__container-content {
    width: 100%;
    padding-right: 0;
    padding-top: 60px;
  }
  .p-message__container-ttl span.large {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
  .p-message__container-ttl span.small {
    font-size: 1.6rem;
  }
  .p-recruitment__container .ttl {
    text-align: center;
    font-size: 2.4rem;
  }
  .txt {
    margin-top: 40px;
    line-height: 1.75;
  }
  .txt.align-center {
    text-align: left;
  }
  .p-mv {
    padding-top: 104px;
  }
  .p-mv__bg {
    position: relative;
    height: 82.1505376344svh;
  }
  .p-mv__bg-img {
    margin-right: auto;
    min-width: 797px;
    position: absolute;
    left: 35%;
    top: 0;
    transform: translate(-50%, 0);
  }
  .p-mv__bg img {
    height: 82.1505376344svh;
    -o-object-position: 90%;
       object-position: 90%;
  }
  .p-mv__content {
    padding: 84px 20px;
    align-items: flex-start;
  }
  .p-mv__content h1 span.en {
    font-size: 4.3rem;
    line-height: 1.3255813953;
  }
  .p-mv__content h1 span.jp {
    font-size: 1.7rem;
    line-height: 1;
    margin-top: 8px;
  }
  .p-mv__scrolldown {
    left: unset;
    right: 18px;
    bottom: 0;
  }
  .p-mv__scrolldown span {
    font-size: 1.4rem;
  }
  .p-mv__entry {
    display: none;
  }
  .p-sec1 {
    padding: 90px 0 70px;
  }
  .p-sec1__container {
    width: 100%;
    flex-direction: column-reverse;
  }
  .p-sec1__content {
    width: 100%;
    padding: 60px 30px 0;
  }
  .p-sec1__content h2.ttl {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
  .p-sec1__img {
    width: 100%;
  }
  .p-sec2 > .txt {
    margin-top: 60px;
    padding: 30px;
  }
  .p-sec2__list {
    margin-top: 40px;
    gap: 60px 0;
    padding: 0 30px;
  }
  .p-sec2__item {
    width: 100%;
    flex-direction: column;
  }
  .p-sec2__item:nth-child(2) {
    flex-direction: column;
  }
  .p-sec2__item:nth-child(2) .p-sec2__content {
    padding-right: 0;
    padding-left: 0;
  }
  .p-sec2__img {
    width: 100%;
  }
  .p-sec2__content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
  }
  .p-sec2__content .ttl {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
  .p-sec2__content .desc {
    margin-top: 30px;
  }
  .p-sec3 {
    padding-bottom: 70px;
  }
  .p-sec3 .txt {
    padding: 0 30px;
  }
  .p-sec3__item {
    width: calc((100% - 34px) / 2);
  }
  .p-sec4__inner {
    margin-top: 60px;
    flex-direction: column;
  }
  .p-sec4__content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .p-sec4__content .ttl {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
  .p-sec4__img {
    display: none;
  }
}
@media screen and (max-width: 375px){
  .l-header__nav {
    padding-bottom: 0;
  }
  .c-btn__skeleton:not(span) {
    width: calc(100% - 60px);
  }
  .c-btn__skeleton:not(span).en-txt {
    font-size: 1.8rem;
    line-height: 1.2777777778;
  }
  span.c-btn__skeleton {
    width: calc(100% - 60px);
  }
  span.c-btn__skeleton > input[type=submit].en-txt,
  span.c-btn__skeleton > input[type=button].en-txt {
    font-size: 1.8rem;
    line-height: 1.2777777778;
  }
}
@media screen and (min-width: 1120px){
  .l-header__menu li a {
    padding: 20px 0;
    position: relative;
  }
}
@media screen and (max-width: 1260px){
  .c-btn__entry {
    right: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1230px){
  .p-feature__container .desc {
    margin-left: 180px;
    margin-right: 180px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px){
  .block-info__content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1120px){
  .p-mv__bg img {
    -o-object-position: 65%;
       object-position: 65%;
  }
  .p-mv__content {
    padding: 70px 25px;
  }
}
@media screen and (max-width: 430px){
  .p-sec3__item {
    width: 100%;
  }
}