@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #EFEFEF;
  color: #1E1E1E;
  font-weight: 400;
  letter-spacing: 0;
}
body.is-opening {
  height: 100%;
  overflow: hidden;
}
body.is-opening .l-header,
body.is-opening .js-fvbg,
body.is-opening .js-fvttl,
body.is-opening .js-fvsubttl,
body.is-opening .js-fvnews {
  visibility: hidden;
}

a, .link {
  color: #1E1E1E;
  text-decoration: none;
  transition: all 0.3s;
}
a.fig, .link.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture, .link.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img, .link.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: 100%;
}

address {
  font-style: normal;
}

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

/* *:focus {outline:none;} */
figure, .fig {
  margin: 0;
  vertical-align: top;
}
figure picture, .fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img, .fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
#wrapper {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  overflow: clip;
}

.relative {
  z-index: 1;
  position: relative;
}
.f_jp {
  font-family: "Noto Sans JP", sans-serif;
}

.f_en {
  font-family: "Outfit", sans-serif;
}

.bggr {
  background-color: #EFEFEF;
}

.bgwh {
  background-color: #fff;
}

.mb0 {
  margin-bottom: 0 !important;
}

.kasou #contents {
  padding: 11.7em 0 0;
  background-color: #EFEFEF;
}

.nopage #contents .txt {
  margin: 10em 0;
  text-align: center;
}
.nopage #contents .txt span {
  display: block;
  font-size: 20px;
}

.drop-shadow01 {
  transform: translateZ(0);
  filter: drop-shadow(15px 25px 35px rgba(41, 41, 41, 0.2));
  /* @include mq(max-tb){
    filter: drop-shadow(10px 12px 13px rgba(41, 41, 41, 0.2));
  } */
}

.drop-shadow02 {
  filter: drop-shadow(10px 20px 30px rgba(41, 41, 41, 0.2));
}

/* .txtMarkerLine {
  background-image: linear-gradient(transparent 60%, #E7F2FA 60%);
} */
.linearloop {
  transition-timing-function: linear;
}

.swiper-button-next, .swiper-button-prev {
  top: 0;
  bottom: 0;
  width: 3.2em;
  height: 3.2em;
  margin: auto;
  border-radius: 100px;
  background: #3A4C5D;
  transition: opacity 0.3s;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
.swiper-button-next .c-arw03, .swiper-button-prev .c-arw03 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 0.8;
}

.swiper-button-prev .c-arw03 {
  transform: rotate(180deg);
}

.img-radius {
  overflow: hidden;
  border-radius: 0.8em;
}
.img-radius--nohidden {
  overflow: visible;
}

.visually-hidden {
  display: none;
}

/* foundation */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # 一般的な要素
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul,
li {
  list-style: none;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # フォーム要素
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # メディア要素
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # アクセシビリティ
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # セレクション
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* layout */
.l-header {
  display: flex;
  z-index: 101;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8.7em;
  margin-top: 3em;
  padding: 0 3em;
  background: transparent;
  transition: 0.3s all;
}
.l-header a {
  color: #1E1E1E;
}
.l-header__logo-img {
  display: block;
  width: 25.6em;
}
.l-header__logo-img img {
  width: 100%;
  filter: invert(10%) sepia(1%) saturate(514%) hue-rotate(314deg) brightness(94%) contrast(95%);
}
.l-header__glNavBtnWp {
  display: none;
}
.l-header__glNavBtnWp .glNavBtn span {
  width: 100%;
  height: 3px;
  border-radius: 100px;
  background-color: #1E1E1E;
}
.l-header__glNavBtnWp .glNavBtn span:nth-of-type(1) {
  top: 0%;
  transition: top 0.2s 0.2s, transform 0.2s;
}
.l-header__glNavBtnWp .glNavBtn span:nth-of-type(2) {
  top: 51%;
  opacity: 1;
  transition: top 0.2s, opacity 0.2s;
}
.l-header__glNavBtnWp .glNavBtn span:nth-of-type(3) {
  top: 100%;
  transition: top 0.2s 0.2s, transform 0.2s;
}

.l-glNavMenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 3.3em;
}
.l-glNavMenu__inner {
  display: contents;
}
.l-glNavMenu .menu01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 3.3em;
}
.l-glNavMenu .menu01__item-txt {
  font-size: 16px;
}
.l-glNavMenu .menu01__item-link {
  transition: opacity 0.3s;
}
.l-glNavMenu .menu01__item-link:hover {
  opacity: 0.4;
}
.l-glNavMenu .menu01__item-btn {
  position: relative;
  padding-right: 1.6em;
}
.l-glNavMenu .menu01__item-btn .c-arwBtn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l-glNavMenu.act {
  z-index: 100;
  width: 100vw;
  height: 103dvh !important;
  padding: 8em 1.6em 4.4em;
  background-color: #3A4C5D;
  color: #fff;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.l-glNavMenu.act .menu01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4em 0;
}
.l-glNavMenu.act .menu01__item {
  position: relative;
  padding: 0;
  transition: opacity 0.3s, padding 0.3s;
}
.l-glNavMenu.act .menu01__item::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-radius: 100px;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}
.l-glNavMenu.act .menu01--sp {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2.4em 0;
}
.l-glNavMenu.act .menu01--sp .menu01__item-link a, .l-glNavMenu.act .menu01--sp .menu01__item-link.accordion__trigger {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.6em 0;
}
.l-glNavMenu.act .menu01--sp .menu01__item-link.accordion__trigger {
  position: relative;
  width: 100%;
  padding: 1.3em 3em 1.3em 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.l-glNavMenu.act .menu01--sp .menu01__item-link.accordion__trigger.is-open .c-arwBtn {
  transform: translateY(-50%) rotate(180deg);
}
.l-glNavMenu.act .menu01--sp .menu01__item-link.accordion__trigger .c-arwBtn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.3em;
  height: 1.3em;
  transform: translateY(-50%);
  background-color: #fff;
  transition: transform 0.3s ease;
}
.l-glNavMenu.act .menu01--sp .menu01__item-link span {
  display: block;
}
.l-glNavMenu.act .menu01--sp .menu01__item-link .f_en {
  position: relative;
  padding-left: 0.4642857143em;
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.l-glNavMenu.act .menu01--sp .menu01__item-link .f_en::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0.1785714286em;
  height: 0.1785714286em;
  margin: auto;
  border-radius: 100px;
  background-color: #fff;
  content: "";
}
.l-glNavMenu.act .menu01--sp .menu01__item-link .f_jp {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.l-glNavMenu.act .menu01--sp .menu01__item-link .c-plus {
  position: absolute;
  top: 30%;
  right: 0;
  width: 1.8em;
  height: 1.8em;
  margin: auto;
}
.l-glNavMenu.act .menu01--sp .menu01__item-link .c-plus::before, .l-glNavMenu.act .menu01--sp .menu01__item-link .c-plus::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #fff;
  content: "";
}
.l-glNavMenu.act .menu01--sp .menu01__item-link .c-plus::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.l-glNavMenu.act .menu01--sp .menu01__item-link.is-open .c-plus::after {
  transform: rotate(0deg);
}
.l-glNavMenu.act .menu01--sp .menu01__subList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding-bottom: 1em;
  gap: 1.4em 0;
}
.l-glNavMenu.act .menu01--sp .menu01__subItem {
  position: relative;
  padding-left: 1.5em;
}
.l-glNavMenu.act .menu01--sp .menu01__subItem::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 1px;
  margin: auto;
  background-color: #fff;
  content: "";
}
.l-glNavMenu.act .menu01--sp .menu01__subItem a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.l-footer {
  padding: 5em 5em;
  background-color: #3A4C5D;
}
.l-footer a {
  color: #fff;
}
.l-footer__inner {
  width: 100%;
}
.l-footer__main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6em;
  gap: 6em;
  border-bottom: 1px solid rgba(241, 241, 241, 0.5);
}
.l-footer__catch {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 43em;
  margin-left: 3em;
}
.l-footer__catch img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  opacity: 0.5;
}
.l-footer__content {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5.3em;
}
.l-footer__brand {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.4em;
}
.l-footer__logo {
  display: block;
  width: 24.5em;
}
.l-footer__logo img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.l-footer__company {
  color: #fff;
  font-size: 16px;
  line-height: 1.13;
  letter-spacing: 0.08em;
}
.l-footer__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4.8em;
}
.l-footer__navCol {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2em;
}
.l-footer__navTtl a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.l-footer__navTtl a:hover {
  opacity: 0.5;
}
.l-footer__navList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em;
}
.l-footer__navList li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4em;
  color: #fff;
  font-size: 14px;
}
.l-footer__navList li a:hover {
  opacity: 0.5;
}
.l-footer__navList li a::before {
  display: block;
  flex-shrink: 0;
  width: 0.6em;
  height: 1px;
  background-color: #fff;
  content: "";
}
.l-footer__navStandalone {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.6em;
}
.l-footer__navStandalone li a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
}
.l-footer__navStandalone li a:hover {
  opacity: 0.5;
}
.l-footer__bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 3.2em;
  gap: 3em;
}
.l-footer__media {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6em;
}
.l-footer__media a {
  display: block;
  height: 2.4em;
  opacity: 0.8;
}
.l-footer__media a:hover {
  opacity: 1;
}
.l-footer__media a:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.l-footer__media img {
  width: auto;
  height: 100%;
  filter: invert(84%) sepia(0%) saturate(5289%) hue-rotate(20deg) brightness(97%) contrast(99%);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.l-footer__utility {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 4em;
}
.l-footer__utility a,
.l-footer__utility small {
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}
.l-footer__utility a {
  font-size: 14px;
  line-height: 1;
}
.l-footer__utility a:hover {
  color: #fff;
}
.l-footer__utility small {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.04em;
}

/*component*/
.c-inner01 {
  width: 90%;
  max-width: 1476px;
  margin: 0 auto;
}

.c-inner02 {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.c-inner03 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.c-hvr.hvr-slide {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.c-hvr.hvr-slide .hvr-slide-link {
  color: #1E1E1E;
}
.c-hvr.hvr-slide::after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  background-color: #1E1E1E;
  content: "";
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-hvr.hvr-slide:hover::after {
  transform: scale(1, 1);
}
.c-hvr.hvr-slide:hover .hvr-slide-link {
  color: #fff;
}
.c-hvr.hvr-slide--wh::after {
  border: 2px solid #fff;
  background-color: #fff;
}
.c-hvr.hvr-slide--wh .hvr-slide-link {
  color: #fff;
}
.c-hvr.hvr-slide--wh:hover {
  color: #fff;
}
.c-hvr.hvr-slide--wh:hover .hvr-slide-link {
  color: #1E1E1E;
}

.c-btnhed {
  aspect-ratio: 187/39;
  width: 18.7em;
  border-radius: 0.4em;
  background-color: #1E1E1E;
}
.c-btnhed__link {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 2em;
}
.c-btnhed__link-txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.c-btn01 {
  aspect-ratio: 258/56;
  width: 25.8em;
  border-radius: 100px;
}
.c-btn01--wh {
  background-color: #fff;
}
.c-btn01--gry {
  background-color: #E2E2E2;
}
.c-btn01__link {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 1.4em 0 2.6em;
}
.c-btn01__link-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.c-btn01--submit .c-btn01__link-txt {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.c-btn01--submit .c-btn01__link-txt--thanks {
  width: auto;
  height: auto;
}
.c-btn01--submit .c-arw03maru {
  position: absolute;
  right: 2em;
}
.c-btn01 input[type=submit] {
  width: 100%;
  height: 100%;
  text-align: left;
}

.c-btn02 {
  width: 22.2em;
  height: 4em;
  overflow: hidden;
}
.c-btn02--center {
  margin: auto;
}
.c-btn02__link {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 1.7em;
  border: 1px solid rgba(30, 30, 30, 0.3);
  border-radius: 0.8em;
  background: none;
}
.c-btn02__link::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 0.8em;
  background: radial-gradient(104.05% 647.97% at 9.68% -8.75%, rgb(255, 255, 255) 0%, rgba(186, 157, 116, 0.3) 100%);
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-btn02__link-txt {
  font-weight: 700;
  font-size: 14px;
}
.c-btn02__link .c-arw03 {
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  width: 1.3em;
  height: 0.5em;
  margin: auto;
}
.c-btn02__link:hover {
  border-color: rgba(58, 76, 93, 0.3);
  color: #3A4C5D;
  filter: drop-shadow(0px 0px 10px rgba(186, 157, 116, 0.2));
}
.c-btn02__link:hover::before {
  opacity: 1;
}
.c-btn02__link--white {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.c-btn02__link--white::before {
  background: radial-gradient(104.05% 647.97% at 9.68% -8.75%, rgb(255, 255, 255) 0%, rgba(186, 157, 116, 0.5) 100%);
}
.c-btn02__link--white:hover {
  border-color: rgba(58, 76, 93, 0.5);
  color: #1E1E1E;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.2));
}
.c-btn02__link--white .c-arw03 {
  background-color: #fff;
}

.pageSubMenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5.2em;
  gap: 0 3em;
}
.pageSubMenu__list {
  width: 21.3em;
}
.pageSubMenu .f_jp {
  font-size: 16px;
}
.pageSubMenu .f_en {
  font-size: 12px;
}

.c-bntlist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2.8em 0;
}

.mainTtlarea__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 4.3em 0 6em;
  border-bottom: 1px solid rgba(58, 76, 93, 0.45);
}

.cmnTtl01 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2.4em 0;
}
.cmnTtl01 span {
  display: block;
}
.cmnTtl01 .f_en {
  position: relative;
  padding-left: 0.29em;
  color: #3A4C5D;
  font-weight: 400;
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.cmnTtl01 .f_en::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0.1em;
  height: 0.1em;
  margin: auto;
  border-radius: 100px;
  background-color: #3A4C5D;
  content: "";
}
.cmnTtl01 .f_jp {
  color: rgba(58, 76, 93, 0.45);
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
}

.cmnTtl02 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.4em 0;
}
.cmnTtl02 span {
  display: block;
}
.cmnTtl02 .f_en {
  position: relative;
  padding-left: 0.29em;
  padding-left: 0.5384615385em;
  color: #3A4C5D;
  font-weight: 400;
  font-size: 52px;
  line-height: 1;
}
.cmnTtl02 .f_en::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0.1em;
  width: 0.1923076923em;
  height: 0.1em;
  height: 0.1923076923em;
  margin: auto;
  border-radius: 100px;
  background-color: #3A4C5D;
  content: "";
}
.cmnTtl02 .f_jp {
  color: rgba(58, 76, 93, 0.45);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}

.cmnTtl03 {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding-left: 2.5em;
  gap: 0.5em 0;
  font-weight: 500;
}
.cmnTtl03::before {
  position: absolute;
  top: 0;
  top: 1.8em;
  right: 0;
  right: auto;
  bottom: 0;
  bottom: auto;
  left: 0;
  aspect-ratio: 1;
  width: 1em;
  margin: auto;
  border-radius: 100px;
  background-color: #3A4C5D;
  content: "";
}
.cmnTtl03 .txt01 {
  font-size: 28px;
  line-height: 1.43;
  letter-spacing: -0.04em;
}
.cmnTtl03 .txt02 {
  color: #3A4C5D;
  font-size: 16px;
}

.cmnTtl03--privacy {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 2.5em;
  font-weight: 500;
}
.cmnTtl03--privacy::before {
  position: absolute;
  top: 0;
  top: 1.8em;
  right: 0;
  right: auto;
  bottom: 0;
  bottom: auto;
  left: 0;
  aspect-ratio: 1;
  width: 1em;
  margin: auto;
  border-radius: 100px;
  background-color: #1E1E1E;
  content: "";
}
.cmnTtl03--privacy .txt {
  color: #3A4C5D;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.15em;
}

.c-arwRightMr::after, .c-arwRight {
  -webkit-mask-image: url(../img/common/icoArwRight.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #1E1E1E;
  mask-image: url(../img/common/icoArwRight.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-arwRight {
  width: 0.8em;
  height: 1.6em;
  background-color: #3A4C5D;
  transition: all 0.3s;
}
.c-arwRight--white {
  background-color: #fff;
}

.c-arwRightMr {
  display: block;
  position: relative;
  width: 2.6em;
  height: 2.6em;
  border: 1px solid #3A4C5D;
  border-radius: 100px;
  background-color: #3A4C5D;
  transition: all 0.3s;
}
.c-arwRightMr::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 1.6em;
  margin: auto;
  transform: translateX(0.1em);
  background-color: #fff;
  content: "";
}

.p-contact-cont .bl_select .select_wp::after, .c-arwBtn {
  -webkit-mask-image: url(../img/common/icoArwBtm.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #1E1E1E;
  mask-image: url(../img/common/icoArwBtm.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-arwBtn {
  width: 0.8em;
  height: 1.6em;
  background-color: #000;
}

.c-arw03maru::before, .c-arw03maru::after, .c-arw03 {
  -webkit-mask-image: url(../img/common/icoArw03.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #fff;
  mask-image: url(../img/common/icoArw03.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-arw03 {
  width: 1.1em;
  height: 0.9em;
  overflow: hidden;
}

.c-hvr:hover .c-arw03 {
  background-color: #1E1E1E;
}

.c-arw03maru {
  position: relative;
  width: 3.4em;
  height: 3.4em;
  overflow: hidden;
  border-radius: 100px;
  background-color: #3A4C5D;
  transition: background-color 0.3s ease-in-out;
}
.c-arw03maru::before, .c-arw03maru::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.1em;
  height: 0.9em;
  margin: auto;
  content: "";
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.c-arw03maru::before {
  background-color: #fff;
}
.c-arw03maru::after {
  transform: translate3d(-100%, 0, 0);
  background-color: #1E1E1E;
  opacity: 0;
}
.c-arw03maru--white {
  background-color: #fff;
}
.c-arw03maru--white::before {
  background-color: #3A4C5D;
}
.c-arw03maru--white::after {
  background-color: #fff;
}

.c-hvr:hover .c-arw03maru {
  background-color: #fff;
}
.c-hvr:hover .c-arw03maru::before {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.c-hvr:hover .c-arw03maru::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.c-hvr:hover .c-arw03maru--white {
  background-color: #fff;
}
.c-hvr:hover .c-arw03maru--white::before {
  background-color: #fff;
}
.c-hvr:hover .c-arw03maru--white::after {
  background-color: #3A4C5D;
}

.c-hvr {
  transition: all 0.3s;
}
.c-hvr:hover .ani_right {
  transform: translate3d(1em, 0, 0);
}
.c-hvr:hover .ani_opa {
  opacity: 0.8;
}
.c-hvr:hover .ani_scl img {
  transform: scale(1.02);
}
.c-hvr:hover .ani_bri {
  filter: brightness(1.2);
}
.c-hvr:hover .ani_color.grn {
  background-color: #fff;
}
.c-hvr:hover .ani_color.grn::after {
  background-color: #3A4C5D;
}
.c-hvr:hover .ani_color.moreclr {
  background-color: rgba(58, 76, 93, 0.1);
}
.c-hvr:hover .ani_bgclr {
  background-color: rgba(58, 76, 93, 0.05);
}

.c-carticon {
  -webkit-mask-image: url(../img/common/icoCart.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/common/icoCart.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-carticon {
  width: 2em;
  height: 2em;
  background-color: #fff;
}

.c-IGicon {
  -webkit-mask-image: url(../img/common/icoIG.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/common/icoIG.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-IGicon {
  width: 2em;
  height: 2em;
  background-color: #fff;
}

.c-icoLine {
  background-image: url("../img/common/icoLine.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-icoLine {
  width: 2em;
  height: 2em;
}

.c-youtubeicon {
  background-image: url("../img/common/icoYoutube.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-youtubeicon {
  width: 2em;
  height: 2em;
}

.c-gaibuicon {
  -webkit-mask-image: url(../img/common/icoArwgaibu.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/common/icoArwgaibu.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-gaibuicon {
  width: 1em;
  height: 1em;
}

.c-telicon {
  -webkit-mask-image: url(../img/common/icoTel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/common/icoTel.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-telicon {
  width: 1.6em;
  height: 1.6em;
  background-color: #fff;
}

.c-addressicon {
  -webkit-mask-image: url(../img/common/icoAddress.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/common/icoAddress.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-addressicon {
  width: 1em;
  height: 1.5em;
  background-color: #3A4C5D;
}

.c-worldicon {
  -webkit-mask-image: url(../img/common/icoWorld.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/common/icoWorld.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-worldicon {
  width: 2em;
  height: 2em;
  background-color: #fff;
}

.c-searchicon {
  -webkit-mask-image: url(../img/common/icoSearch.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/common/icoSearch.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-searchicon {
  width: 2.3em;
  height: 2.3em;
  background-color: #fff;
}

.c-qa__item {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(58, 76, 93, 0.45);
}
.c-qa__item-trigger, .c-qa__item-panel {
  position: relative;
  padding: 0 3.4em 0 6.5em;
}
.c-qa__item-trigger .ico_qa, .c-qa__item-panel .ico_qa {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  margin: auto;
  border-radius: 100px;
  background-color: rgba(58, 76, 93, 0.5);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
.c-qa__item-trigger .ico_qa--a, .c-qa__item-panel .ico_qa--a {
  top: 0;
  bottom: auto;
}
.c-qa__item-trigger .txt, .c-qa__item-panel .txt {
  display: block;
  text-align: left;
}
.c-qa__item-trigger.accordion__trigger:focus-visible, .c-qa__item-panel.accordion__trigger:focus-visible {
  border: 1px solid #1E1E1E;
}
.c-qa__item-trigger {
  width: 100%;
  padding-block: 3em;
}
.c-qa__item-trigger.is-open .c-arw03maru {
  transform: rotate(90deg);
}
.c-qa__item-trigger .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
}
.c-qa__item-trigger .c-arw03maru {
  position: absolute;
  top: 0;
  right: -0.5em;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  transition: transform 0.3s ease;
}
.c-qa__item-trigger .c-arw03maru::before, .c-qa__item-trigger .c-arw03maru::after {
  background-color: #3A4C5D;
}
.c-qa__item-panel {
  display: none;
  padding-top: 1em;
  padding-bottom: 3em;
}
.c-qa__item-panel .txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
}

.actinview {
  /* フェードイン */
}
.actinview .fadeIn00no {
  opacity: 0;
  transition: opacity 1s;
}
.actinview .fadeIn00no.is-show {
  opacity: 1;
}
.actinview .fadeIn00 {
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.actinview .fadeIn00.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.actinview .fadeIn01 {
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition: all 1s;
}
.actinview .fadeIn01.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.actinview .fadeIn01.is-show:nth-child(1) {
  transition-delay: 0s;
}
.actinview .fadeIn01.is-show:nth-child(2) {
  transition-delay: 0.2s;
}
.actinview .fadeIn01.is-show:nth-child(3) {
  transition-delay: 0.4s;
}
.actinview .fadeIn01.is-show:nth-child(4) {
  transition-delay: 0.6s;
}
.actinview .fadeIn01.is-show:nth-child(5) {
  transition-delay: 0.8s;
}
.actinview .fadeIn01.is-show:nth-child(6) {
  transition-delay: 1s;
}
.actinview .fadeIn01.is-show:nth-child(7) {
  transition-delay: 1.2s;
}
.actinview .fadeIn01.is-show:nth-child(8) {
  transition-delay: 1.4s;
}
.actinview .fadeIn01.is-show:nth-child(9) {
  transition-delay: 1.6s;
}
.actinview .fadeIn01.is-show:nth-child(10) {
  transition-delay: 1.8s;
}
.actinview .fadeIn01.is-show:nth-child(11) {
  transition-delay: 2s;
}
.actinview .fadeIn01.is-show:nth-child(12) {
  transition-delay: 2.2s;
}
.actinview .fadeIn01.is-show:nth-child(13) {
  transition-delay: 2.4s;
}
.actinview .fadeIn01.is-show:nth-child(14) {
  transition-delay: 2.6s;
}
.actinview .fadeIn01.is-show:nth-child(15) {
  transition-delay: 2.8s;
}
.actinview .fadeIn01.is-show:nth-child(16) {
  transition-delay: 3s;
}
.actinview .fadeIn01.is-show:nth-child(17) {
  transition-delay: 3.2s;
}
.actinview .fadeIn01.is-show:nth-child(18) {
  transition-delay: 3.4s;
}
.actinview .fadeIn01.is-show:nth-child(19) {
  transition-delay: 3.6s;
}
.actinview .fadeIn01.is-show:nth-child(20) {
  transition-delay: 3.8s;
}
.actinview .fadeIn01.is-show:nth-child(21) {
  transition-delay: 4s;
}
.actinview .fadeIn01.is-show:nth-child(22) {
  transition-delay: 4.2s;
}
.actinview .fadeIn01.is-show:nth-child(23) {
  transition-delay: 4.4s;
}
.actinview .fadeIn01.is-show:nth-child(24) {
  transition-delay: 4.6s;
}
.actinview .fadeIn01.is-show:nth-child(25) {
  transition-delay: 4.8s;
}
.actinview .fadeIn01.is-show:nth-child(26) {
  transition-delay: 5s;
}
.actinview .fadeIn01.is-show:nth-child(27) {
  transition-delay: 5.2s;
}
.actinview .fadeIn01.is-show:nth-child(28) {
  transition-delay: 5.4s;
}
.actinview .fadeIn01.is-show:nth-child(29) {
  transition-delay: 5.6s;
}
.actinview .fadeIn01.is-show:nth-child(30) {
  transition-delay: 5.8s;
}
.actinview .fadeIn01.is-show:nth-child(31) {
  transition-delay: 6s;
}
.actinview .fadeIn01.is-show:nth-child(32) {
  transition-delay: 6.2s;
}
.actinview .fadeIn01.is-show:nth-child(33) {
  transition-delay: 6.4s;
}
.actinview .fadeIn01.is-show:nth-child(34) {
  transition-delay: 6.6s;
}
.actinview .fadeIn01.is-show:nth-child(35) {
  transition-delay: 6.8s;
}
.actinview .fadeIn01.is-show:nth-child(36) {
  transition-delay: 7s;
}
.actinview .fadeIn01.is-show:nth-child(37) {
  transition-delay: 7.2s;
}
.actinview .fadeIn01.is-show:nth-child(38) {
  transition-delay: 7.4s;
}
.actinview .fadeIn01.is-show:nth-child(39) {
  transition-delay: 7.6s;
}
.actinview .fadeIn01.is-show:nth-child(40) {
  transition-delay: 7.8s;
}
.actinview .fadeIn01.is-show:nth-child(41) {
  transition-delay: 8s;
}
.actinview .fadeIn01.is-show:nth-child(42) {
  transition-delay: 8.2s;
}
.actinview .fadeIn01.is-show:nth-child(43) {
  transition-delay: 8.4s;
}
.actinview .fadeIn01.is-show:nth-child(44) {
  transition-delay: 8.6s;
}
.actinview .fadeIn01.is-show:nth-child(45) {
  transition-delay: 8.8s;
}
.actinview .fadeIn01.is-show:nth-child(46) {
  transition-delay: 9s;
}
.actinview .fadeIn01.is-show:nth-child(47) {
  transition-delay: 9.2s;
}
.actinview .fadeIn01.is-show:nth-child(48) {
  transition-delay: 9.4s;
}
.actinview .fadeIn01.is-show:nth-child(49) {
  transition-delay: 9.6s;
}
.actinview .fadeIn01.is-show:nth-child(50) {
  transition-delay: 9.8s;
}
.actinview .fadeIn01.is-show:nth-child(51) {
  transition-delay: 10s;
}
.actinview .fadeIn01.is-show:nth-child(52) {
  transition-delay: 10.2s;
}
.actinview .fadeIn01.is-show:nth-child(53) {
  transition-delay: 10.4s;
}
.actinview .fadeIn01.is-show:nth-child(54) {
  transition-delay: 10.6s;
}
.actinview .fadeIn01.is-show:nth-child(55) {
  transition-delay: 10.8s;
}
.actinview .fadeIn01.is-show:nth-child(56) {
  transition-delay: 11s;
}
.actinview .fadeIn01.is-show:nth-child(57) {
  transition-delay: 11.2s;
}
.actinview .fadeIn01.is-show:nth-child(58) {
  transition-delay: 11.4s;
}
.actinview .fadeIn01.is-show:nth-child(59) {
  transition-delay: 11.6s;
}
.actinview .fadeIn01.is-show:nth-child(60) {
  transition-delay: 11.8s;
}
.actinview .fadeIn01.is-show:nth-child(61) {
  transition-delay: 12s;
}
.actinview .fadeIn01.is-show:nth-child(62) {
  transition-delay: 12.2s;
}
.actinview .fadeIn01.is-show:nth-child(63) {
  transition-delay: 12.4s;
}
.actinview .fadeIn01.is-show:nth-child(64) {
  transition-delay: 12.6s;
}
.actinview .fadeIn01.is-show:nth-child(65) {
  transition-delay: 12.8s;
}
.actinview .fadeIn01.is-show:nth-child(66) {
  transition-delay: 13s;
}
.actinview .fadeIn01.is-show:nth-child(67) {
  transition-delay: 13.2s;
}
.actinview .fadeIn01.is-show:nth-child(68) {
  transition-delay: 13.4s;
}
.actinview .fadeIn01.is-show:nth-child(69) {
  transition-delay: 13.6s;
}
.actinview .fadeIn01.is-show:nth-child(70) {
  transition-delay: 13.8s;
}
.actinview .fadeIn01.is-show:nth-child(71) {
  transition-delay: 14s;
}
.actinview .fadeIn01.is-show:nth-child(72) {
  transition-delay: 14.2s;
}
.actinview .fadeIn01.is-show:nth-child(73) {
  transition-delay: 14.4s;
}
.actinview .fadeIn01.is-show:nth-child(74) {
  transition-delay: 14.6s;
}
.actinview .fadeIn01.is-show:nth-child(75) {
  transition-delay: 14.8s;
}
.actinview .fadeIn01.is-show:nth-child(76) {
  transition-delay: 15s;
}
.actinview .fadeIn01.is-show:nth-child(77) {
  transition-delay: 15.2s;
}
.actinview .fadeIn01.is-show:nth-child(78) {
  transition-delay: 15.4s;
}
.actinview .fadeIn01.is-show:nth-child(79) {
  transition-delay: 15.6s;
}
.actinview .fadeIn01.is-show:nth-child(80) {
  transition-delay: 15.8s;
}
.actinview .fadeIn01.is-show:nth-child(81) {
  transition-delay: 16s;
}
.actinview .fadeIn01.is-show:nth-child(82) {
  transition-delay: 16.2s;
}
.actinview .fadeIn01.is-show:nth-child(83) {
  transition-delay: 16.4s;
}
.actinview .fadeIn01.is-show:nth-child(84) {
  transition-delay: 16.6s;
}
.actinview .fadeIn01.is-show:nth-child(85) {
  transition-delay: 16.8s;
}
.actinview .fadeIn01.is-show:nth-child(86) {
  transition-delay: 17s;
}
.actinview .fadeIn01.is-show:nth-child(87) {
  transition-delay: 17.2s;
}
.actinview .fadeIn01.is-show:nth-child(88) {
  transition-delay: 17.4s;
}
.actinview .fadeIn01.is-show:nth-child(89) {
  transition-delay: 17.6s;
}
.actinview .fadeIn01.is-show:nth-child(90) {
  transition-delay: 17.8s;
}
.actinview .fadeIn01.is-show:nth-child(91) {
  transition-delay: 18s;
}
.actinview .fadeIn01.is-show:nth-child(92) {
  transition-delay: 18.2s;
}
.actinview .fadeIn01.is-show:nth-child(93) {
  transition-delay: 18.4s;
}
.actinview .fadeIn01.is-show:nth-child(94) {
  transition-delay: 18.6s;
}
.actinview .fadeIn01.is-show:nth-child(95) {
  transition-delay: 18.8s;
}
.actinview .fadeIn01.is-show:nth-child(96) {
  transition-delay: 19s;
}
.actinview .fadeIn01.is-show:nth-child(97) {
  transition-delay: 19.2s;
}
.actinview .fadeIn01.is-show:nth-child(98) {
  transition-delay: 19.4s;
}
.actinview .fadeIn01.is-show:nth-child(99) {
  transition-delay: 19.6s;
}
.actinview .fadeIn01.is-show:nth-child(100) {
  transition-delay: 19.8s;
}
.actinview .fadeIn02 {
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition: all 0.8s ease;
}
.actinview .fadeIn02.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.actinview .fadeIn02.is-show:nth-child(1) {
  transition-delay: 0.8s;
}
.actinview .fadeIn02.is-show:nth-child(2) {
  transition-delay: 1s;
}
.actinview .fadeIn02.is-show:nth-child(3) {
  transition-delay: 1.2s;
}
.actinview .fadeIn02.is-show:nth-child(4) {
  transition-delay: 1.4s;
}
.actinview .fadeIn02.is-show:nth-child(5) {
  transition-delay: 1.6s;
}
.actinview .fadeIn02.is-show:nth-child(6) {
  transition-delay: 1.8s;
}
.actinview .fadeIn02.is-show:nth-child(7) {
  transition-delay: 2s;
}
.actinview .fadeIn02.is-show:nth-child(8) {
  transition-delay: 2.2s;
}
.actinview .fadeIn02.is-show:nth-child(9) {
  transition-delay: 2.4s;
}
.actinview .fadeIn02.is-show:nth-child(10) {
  transition-delay: 2.6s;
}
.actinview .fadeIn02.is-show:nth-child(11) {
  transition-delay: 2.8s;
}
.actinview .fadeIn02.is-show:nth-child(12) {
  transition-delay: 3s;
}
.actinview .fadeIn02.is-show:nth-child(13) {
  transition-delay: 3.2s;
}
.actinview .fadeIn02.is-show:nth-child(14) {
  transition-delay: 3.4s;
}
.actinview .fadeIn02.is-show:nth-child(15) {
  transition-delay: 3.6s;
}
.actinview .fadeIn02.is-show:nth-child(16) {
  transition-delay: 3.8s;
}
.actinview .fadeIn02.is-show:nth-child(17) {
  transition-delay: 4s;
}
.actinview .fadeIn02.is-show:nth-child(18) {
  transition-delay: 4.2s;
}
.actinview .fadeIn02.is-show:nth-child(19) {
  transition-delay: 4.4s;
}
.actinview .fadeIn02.is-show:nth-child(20) {
  transition-delay: 4.6s;
}
.actinview .fadeIn02.is-show:nth-child(21) {
  transition-delay: 4.8s;
}
.actinview .fadeIn02.is-show:nth-child(22) {
  transition-delay: 5s;
}
.actinview .fadeIn02.is-show:nth-child(23) {
  transition-delay: 5.2s;
}
.actinview .fadeIn02.is-show:nth-child(24) {
  transition-delay: 5.4s;
}
.actinview .fadeIn02.is-show:nth-child(25) {
  transition-delay: 5.6s;
}
.actinview .fadeIn02.is-show:nth-child(26) {
  transition-delay: 5.8s;
}
.actinview .fadeIn02.is-show:nth-child(27) {
  transition-delay: 6s;
}
.actinview .fadeIn02.is-show:nth-child(28) {
  transition-delay: 6.2s;
}
.actinview .fadeIn02.is-show:nth-child(29) {
  transition-delay: 6.4s;
}
.actinview .fadeIn02.is-show:nth-child(30) {
  transition-delay: 6.6s;
}
.actinview .fadeIn02.is-show:nth-child(31) {
  transition-delay: 6.8s;
}
.actinview .fadeIn02.is-show:nth-child(32) {
  transition-delay: 7s;
}
.actinview .fadeIn02.is-show:nth-child(33) {
  transition-delay: 7.2s;
}
.actinview .fadeIn02.is-show:nth-child(34) {
  transition-delay: 7.4s;
}
.actinview .fadeIn02.is-show:nth-child(35) {
  transition-delay: 7.6s;
}
.actinview .fadeIn02.is-show:nth-child(36) {
  transition-delay: 7.8s;
}
.actinview .fadeIn02.is-show:nth-child(37) {
  transition-delay: 8s;
}
.actinview .fadeIn02.is-show:nth-child(38) {
  transition-delay: 8.2s;
}
.actinview .fadeIn02.is-show:nth-child(39) {
  transition-delay: 8.4s;
}
.actinview .fadeIn02.is-show:nth-child(40) {
  transition-delay: 8.6s;
}
.actinview .fadeIn02.is-show:nth-child(41) {
  transition-delay: 8.8s;
}
.actinview .fadeIn02.is-show:nth-child(42) {
  transition-delay: 9s;
}
.actinview .fadeIn02.is-show:nth-child(43) {
  transition-delay: 9.2s;
}
.actinview .fadeIn02.is-show:nth-child(44) {
  transition-delay: 9.4s;
}
.actinview .fadeIn02.is-show:nth-child(45) {
  transition-delay: 9.6s;
}
.actinview .fadeIn02.is-show:nth-child(46) {
  transition-delay: 9.8s;
}
.actinview .fadeIn02.is-show:nth-child(47) {
  transition-delay: 10s;
}
.actinview .fadeIn02.is-show:nth-child(48) {
  transition-delay: 10.2s;
}
.actinview .fadeIn02.is-show:nth-child(49) {
  transition-delay: 10.4s;
}
.actinview .fadeIn02.is-show:nth-child(50) {
  transition-delay: 10.6s;
}
.actinview .fadeIn02.is-show:nth-child(51) {
  transition-delay: 10.8s;
}
.actinview .fadeIn02.is-show:nth-child(52) {
  transition-delay: 11s;
}
.actinview .fadeIn02.is-show:nth-child(53) {
  transition-delay: 11.2s;
}
.actinview .fadeIn02.is-show:nth-child(54) {
  transition-delay: 11.4s;
}
.actinview .fadeIn02.is-show:nth-child(55) {
  transition-delay: 11.6s;
}
.actinview .fadeIn02.is-show:nth-child(56) {
  transition-delay: 11.8s;
}
.actinview .fadeIn02.is-show:nth-child(57) {
  transition-delay: 12s;
}
.actinview .fadeIn02.is-show:nth-child(58) {
  transition-delay: 12.2s;
}
.actinview .fadeIn02.is-show:nth-child(59) {
  transition-delay: 12.4s;
}
.actinview .fadeIn02.is-show:nth-child(60) {
  transition-delay: 12.6s;
}
.actinview .fadeIn02.is-show:nth-child(61) {
  transition-delay: 12.8s;
}
.actinview .fadeIn02.is-show:nth-child(62) {
  transition-delay: 13s;
}
.actinview .fadeIn02.is-show:nth-child(63) {
  transition-delay: 13.2s;
}
.actinview .fadeIn02.is-show:nth-child(64) {
  transition-delay: 13.4s;
}
.actinview .fadeIn02.is-show:nth-child(65) {
  transition-delay: 13.6s;
}
.actinview .fadeIn02.is-show:nth-child(66) {
  transition-delay: 13.8s;
}
.actinview .fadeIn02.is-show:nth-child(67) {
  transition-delay: 14s;
}
.actinview .fadeIn02.is-show:nth-child(68) {
  transition-delay: 14.2s;
}
.actinview .fadeIn02.is-show:nth-child(69) {
  transition-delay: 14.4s;
}
.actinview .fadeIn02.is-show:nth-child(70) {
  transition-delay: 14.6s;
}
.actinview .fadeIn02.is-show:nth-child(71) {
  transition-delay: 14.8s;
}
.actinview .fadeIn02.is-show:nth-child(72) {
  transition-delay: 15s;
}
.actinview .fadeIn02.is-show:nth-child(73) {
  transition-delay: 15.2s;
}
.actinview .fadeIn02.is-show:nth-child(74) {
  transition-delay: 15.4s;
}
.actinview .fadeIn02.is-show:nth-child(75) {
  transition-delay: 15.6s;
}
.actinview .fadeIn02.is-show:nth-child(76) {
  transition-delay: 15.8s;
}
.actinview .fadeIn02.is-show:nth-child(77) {
  transition-delay: 16s;
}
.actinview .fadeIn02.is-show:nth-child(78) {
  transition-delay: 16.2s;
}
.actinview .fadeIn02.is-show:nth-child(79) {
  transition-delay: 16.4s;
}
.actinview .fadeIn02.is-show:nth-child(80) {
  transition-delay: 16.6s;
}
.actinview .fadeIn02.is-show:nth-child(81) {
  transition-delay: 16.8s;
}
.actinview .fadeIn02.is-show:nth-child(82) {
  transition-delay: 17s;
}
.actinview .fadeIn02.is-show:nth-child(83) {
  transition-delay: 17.2s;
}
.actinview .fadeIn02.is-show:nth-child(84) {
  transition-delay: 17.4s;
}
.actinview .fadeIn02.is-show:nth-child(85) {
  transition-delay: 17.6s;
}
.actinview .fadeIn02.is-show:nth-child(86) {
  transition-delay: 17.8s;
}
.actinview .fadeIn02.is-show:nth-child(87) {
  transition-delay: 18s;
}
.actinview .fadeIn02.is-show:nth-child(88) {
  transition-delay: 18.2s;
}
.actinview .fadeIn02.is-show:nth-child(89) {
  transition-delay: 18.4s;
}
.actinview .fadeIn02.is-show:nth-child(90) {
  transition-delay: 18.6s;
}
.actinview .fadeIn02.is-show:nth-child(91) {
  transition-delay: 18.8s;
}
.actinview .fadeIn02.is-show:nth-child(92) {
  transition-delay: 19s;
}
.actinview .fadeIn02.is-show:nth-child(93) {
  transition-delay: 19.2s;
}
.actinview .fadeIn02.is-show:nth-child(94) {
  transition-delay: 19.4s;
}
.actinview .fadeIn02.is-show:nth-child(95) {
  transition-delay: 19.6s;
}
.actinview .fadeIn02.is-show:nth-child(96) {
  transition-delay: 19.8s;
}
.actinview .fadeIn02.is-show:nth-child(97) {
  transition-delay: 20s;
}
.actinview .fadeIn02.is-show:nth-child(98) {
  transition-delay: 20.2s;
}
.actinview .fadeIn02.is-show:nth-child(99) {
  transition-delay: 20.4s;
}
.actinview .fadeIn02.is-show:nth-child(100) {
  transition-delay: 20.6s;
}

.fadeInLeft {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.fadeInLeft.is-show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeInLeft--topcatch {
  transform: translate3d(-40%, 0, 0);
}

.fadeInRight {
  transform: translate3d(90%, 0, 0);
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.fadeInRight.is-show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.text-animation {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: all 0.4s ease-in 0.4s;
}

.is-anishow .text-animation,
.text-animation.is-anishow {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.text-animation.is-instant {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  transition: none;
}

.c-recruit-tabs {
  /* @include mq(max-tb){
    &__tablist{
      @include flex(row, flex-start, stretch);
      gap: 0 p-vw(12);
      margin-bottom: p-vw(32);
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none;

      &::-webkit-scrollbar{
        display: none;
      }
    }

    &__tab{
      padding: p-vw(16) p-vw(20);
      flex-shrink: 0;
      min-width: fit-content;

      .f_en{
        @include font(14);
      }

      .f_jp{
        @include font(16);
      }
    }

    &__tabpanel{
      &-content{
        gap: p-vw(20) 0;
      }

      &-ttl{
        @include font(20);
        margin-bottom: p-vw(12);
      }

      &-desc{
        @include font(14);
        @include lineH(14,24);

        p{
          margin-bottom: p-vw(16);
        }
      }

      &-list{
        gap: p-vw(10) 0;

        li{
          padding-left: p-vw(20);
        }
      }
    }
  } */
}
.c-recruit-tabs__tablist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 3.2em;
  gap: 0 2.8em;
}
.c-recruit-tabs__tab {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 20em;
  padding: 1em 0;
  gap: 0.8em 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.c-recruit-tabs__tab::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 0.2em;
  transform: scaleX(1);
  background: rgba(30, 30, 30, 0.3);
  content: "";
  transition: transform 0.3s ease;
}
.c-recruit-tabs__tab span {
  color: rgba(30, 30, 30, 0.3);
  font-weight: 500;
  font-size: 18px;
}
.c-recruit-tabs__tab[aria-selected=true] span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.c-recruit-tabs__tab[aria-selected=true]::after {
  background: #3A4C5D;
}
.c-recruit-tabs__tab:focus-visible {
  outline: 2px solid #3A4C5D;
  outline-offset: 2px;
}
.c-recruit-tabs__tab:hover:not([aria-selected=true]) span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.c-recruit-tabs__tab:hover:not([aria-selected=true])::after {
  background: #3A4C5D;
}
.c-recruit-tabs__tabpanels {
  position: relative;
}
.c-recruit-tabs__tabpanel[hidden] {
  display: none;
}

.c-breadcrumbs {
  color: rgba(58, 76, 93, 0.45);
  text-align: left;
}
.c-breadcrumbs a {
  color: rgba(58, 76, 93, 0.45);
}
.c-breadcrumbs .txt {
  font-weight: 500;
  font-size: 14px;
}
.c-breadcrumbs__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1em 4em;
}
.c-breadcrumbs__item {
  position: relative;
}
.c-breadcrumbs__item::before {
  position: absolute;
  top: 0;
  right: 0;
  right: -2.6em;
  bottom: 0;
  left: 0;
  left: auto;
  width: 1em;
  height: 1px;
  margin: auto;
  background-color: rgba(58, 76, 93, 0.45);
  content: "";
}
.c-breadcrumbs__item.current::before {
  display: none;
}

.pgBox .pagination {
  -moz-column-gap: 3.2em;
  display: flex;
  column-gap: 3.2em;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 7.6em;
}
.pgBox .p-paging__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em 0;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.pgBox .p-paging__item.is-current {
  opacity: 1;
}
.pgBox .p-paging__item:not(.is-current):hover {
  opacity: 0.6;
}
.pgBox .p-paging__num {
  display: block;
  color: #1E1E1E;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.125;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.pgBox .p-paging__dot {
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.5em;
  background-color: #1E1E1E;
}
.pgBox .p-paging__ellipsis {
  color: #1E1E1E;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.125;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.04em;
  opacity: 0.3;
}

.pgBox02 {
  padding-bottom: 8em;
}
.pgBox02 .pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.pgBox02 .listlink {
  display: block;
  flex-shrink: 0;
}
.pgBox02 .pgBox02__list-btn-accent {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #1E1E1E;
}
.pgBox02 .pgBox02__list-btn-txt {
  flex: 1;
  color: #1E1E1E;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.125;
  white-space: nowrap;
}
.pgBox02 .arwlink {
  width: 30em;
}
.pgBox02 .arwlink a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 2.3em;
  transition: opacity 0.3s;
}
.pgBox02 .arwlink a:hover {
  opacity: 0.7;
}
.pgBox02 .arwlink .prev,
.pgBox02 .arwlink .next {
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  width: 24.7em;
  -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.786;
  letter-spacing: 0.04em;
}
.pgBox02 .arwlink.arwprev .c-arw03maru {
  flex-shrink: 0;
  transform: rotate(180deg);
}
.pgBox02 .arwlink.arwnext .c-arw03maru {
  flex-shrink: 0;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal__area {
  display: none;
}
.modal__area.is-open {
  display: block;
}
.modal__overlay {
  /* backdrop-filter: blur(10px);
  mix-blend-mode: multiply;
  background-color: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(84,84,84,0.8) 100%) !important; */
  display: flex;
  z-index: 102;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100%;
  padding: 6em 0;
  overflow-y: scroll;
  cursor: pointer;
}
.modal__overlay_bg {
  -webkit-backdrop-filter: blur(5px);
  z-index: 101;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
}
.modal__container {
  position: relative;
  width: 100%;
  cursor: auto;
}
.modal__container--fc_haichi {
  width: -moz-fit-content;
  width: fit-content;
}
.modal__container .info_cont--topseaech {
  min-height: 100vh;
  padding: 6em 2em;
  background: #fff;
}
.modal__container .info_cont--fc_haichi {
  max-width: 1000px;
  margin: auto;
  padding: 1em;
  background: #fff;
}
.modal__container .info_cont .p-facility-haichiModal__img figcaption {
  margin-top: 0.5em;
  font-size: 16px;
}
.modal__close {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 4em;
  height: 4em;
}
.modal__close--fc_haichi {
  top: -4em;
  right: 0;
}
.modal__close button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.modal__close span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.modal__close span::before, .modal__close span::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.3em;
  height: 100%;
  margin: auto;
  border-radius: 0;
  background-color: #1E1E1E;
  content: "";
}
.modal__close span::before {
  transform: rotate(45deg);
}
.modal__close span::after {
  transform: rotate(-45deg);
}
.modal__close span.white::before, .modal__close span.white::after {
  background-color: #fff;
}

.modal__area[aria-hidden=false] .modal__overlay, .modal__area[aria-hidden=false] .modal__container {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal__area[aria-hidden=true] .modal__overlay, .modal__area[aria-hidden=true] .modal__container {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/*project*/
/*utility*/
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}
/*page*/
@keyframes fv-scroll-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes fv-scroll-down {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
.p-index-fv {
  z-index: 1;
  position: relative;
  width: 100%;
}
.p-index-fv__bg {
  z-index: -1;
  position: absolute;
  top: -18em;
  right: -5em;
  transform: rotate(15deg);
}
.p-index-fv__bg-blur {
  -webkit-backdrop-filter: blur(36px);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 70%, transparent 100%), linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask-composite: destination-in;
  z-index: 1;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -10em;
  left: -33%;
  width: 160%;
  height: 30em;
  backdrop-filter: blur(36px);
  mask-composite: intersect;
  mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 70%, transparent 100%), linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  pointer-events: none;
}
.p-index-fv__bg .fvSliderWp {
  width: 73.6em;
  height: 126.5em;
  overflow: hidden;
}
.p-index-fv__bg .fvSlider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 2.4em;
  opacity: 0.25;
}
.p-index-fv__bg .fvSlider__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2.4em 0;
}
.p-index-fv__bg .fvSlider__list.slide01, .p-index-fv__bg .fvSlider__list.slide03 {
  animation: fv-scroll-up 15s linear infinite;
}
.p-index-fv__bg .fvSlider__list.slide02 {
  animation: fv-scroll-down 15s linear infinite;
}
.p-index-fv__bg .fvSlider__item {
  width: 23em;
}
.p-index-fv__base {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100dvh;
}
.p-index-fv__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  height: 100%;
}
.p-index-fv__txt {
  width: 70.7em;
  margin-top: -15em;
}
.p-index-fv__txt-ttl {
  width: 70.7em;
}
.p-index-fv__txt-subttl {
  margin-top: -1em;
  margin-right: 1.5em;
  color: #3A4C5D;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.08em;
  text-align: right;
}
.p-index-fv__txt-img {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2em 0;
  transform: rotate(-3.25deg);
}
.p-index-fv__txt-img img {
  filter: invert(10%) sepia(1%) saturate(514%) hue-rotate(314deg) brightness(94%) contrast(95%);
}
.p-index-fv__news {
  position: absolute;
  bottom: 7em;
  left: 0;
  width: 46.2em;
  padding: 3.6em 4em;
  border-radius: 0 1.6em 1.6em 0;
  background-color: #fff;
  box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.2);
}
.p-index-fv__news-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.8em;
  gap: 0 1.6em;
}
.p-index-fv__news-info .date {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.p-index-fv__news-info .cat {
  padding: 0.8em 1.6em;
  border-radius: 0.6em;
  background-color: #F1F1F1;
}
.p-index-fv__news-info .cat span {
  font-weight: 500;
  font-size: 12px;
}
.p-index-fv__news-ttl {
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-index-fv__news-ttl a {
  color: #7d7d7d;
  text-decoration: underline;
}
.p-index-fv__news-ttl a:hover {
  text-decoration: none;
}

.p-index-catch {
  z-index: 1;
  position: relative;
  padding: 10em 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 12.76%, rgba(255, 255, 255, 0.8) 53.31%);
}
.p-index-catch__txt {
  margin-bottom: 2.8em;
  text-align: center;
}
.p-index-catch__txt p {
  font-weight: 500;
  font-size: 24px;
  line-height: 2.17;
  letter-spacing: 0.08em;
}
.p-index-catch__txt--02 {
  margin-bottom: 8em;
}
.p-index-catch .c-btn01 {
  margin: auto;
}
.p-index-catch__logoslider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8em;
  gap: 0 4.8em;
}
.p-index-catch__logoslider .logoslide {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 4.8em;
  animation: slideRight 80s infinite linear 0.6s both;
  will-change: transform;
}
.p-index-catch__logoslider .logoslide__item {
  height: 7.8em;
}

@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-index-service {
  padding: 12em 0;
}
.p-index-service__head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8em;
}
.p-index-service__head-lead {
  font-size: 22px;
  line-height: 1.82;
  letter-spacing: 0.04em;
}
.p-index-service__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 4.2em;
}
.p-index-service__item {
  width: 31.0769230769%;
}
.p-index-service__link {
  transition: opacity 0.3s ease-in-out;
}
.p-index-service__link .img img {
  transition: transform 0.3s ease-in-out;
}
.p-index-service__link:hover {
  opacity: 0.7;
}
.p-index-service__link:hover .img img {
  transform: scale(1.03);
}
.p-index-service__img {
  aspect-ratio: 404/445;
  width: 100%;
  overflow: hidden;
  border-radius: 1.6em;
}
.p-index-service__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-index-service__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index-service__txt {
  margin-top: 3.8em;
}
.p-index-service__name-en {
  position: relative;
  padding-left: 1.3em;
}
.p-index-service__name-en::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-radius: 50%;
  background-color: #3A4C5D;
  content: "";
}
.p-index-service__name-en p {
  color: #3A4C5D;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.16em;
}
.p-index-service__name-jp {
  margin-top: 1.6em;
}
.p-index-service__name-jp p {
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.p-index-service__btn {
  margin: 8em auto 0;
}

.p-index-news {
  padding: 12em 0;
}
.p-index-news__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.p-index-news__head {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 29.5384615385%;
  gap: 8em 0;
}
.p-index-news__list {
  width: 70.3846153846%;
}
.p-index-news__btn {
  display: none;
}

.p-index-media {
  padding: 12em 0;
}
.p-index-media__head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 8em;
  /* &-btn{
      @include mq(max-tb){
          display: none;
      }
  } */
}
.p-index-media__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0 3.7em;
}
.p-index-media__item {
  width: 17.6923076923%;
}
.p-index-media__link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 3em 3.5em;
  gap: 1.5em 0;
  border-radius: 0.8em;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.1);
}
.p-index-media__icon {
  position: relative;
  flex-shrink: 0;
  height: 4em;
}
.p-index-media__icon::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  content: "";
}
.p-index-media__icon--instagram {
  width: 4em;
}
.p-index-media__icon--instagram::before {
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(../img/common/icoIG.svg);
  background-color: #000100;
  mask-image: url(../img/common/icoIG.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.p-index-media__icon--youtube {
  width: 4em;
}
.p-index-media__icon--youtube::before {
  background-image: url("../img/common/icoYoutube.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-index-media__icon--tiktok {
  width: 4em;
}
.p-index-media__icon--tiktok::before {
  background-image: url("../img/common/icoTiktok.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-index-media__icon--note {
  width: 10.5em;
}
.p-index-media__icon--note::before {
  background-image: url("../img/common/icoNote.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-index-media__icon--blog {
  width: 3.5em;
  height: 3.5em;
}
.p-index-media__icon--blog::before {
  background-image: url("../img/common/icoBlog.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-index-media__name {
  color: #3A4C5D;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-index-media__desc {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.p-index-media__txtbox {
  width: 24em;
}
.p-index-media__btn {
  margin: 8em auto 0;
}

.p-index-banners {
  padding: 12em 4em 10em;
}
.p-index-banners__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0 5.6em;
}
.p-index-banners__item {
  aspect-ratio: 700/352;
  width: 47.4254742547%;
}
.p-index-banners__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow: hidden;
  border-radius: 1em;
  transition: opacity 0.3s ease-in-out;
}
.p-index-banners__link:hover .p-index-banners__bg {
  background-color: rgba(58, 76, 93, 0.6);
}
.p-index-banners__link:hover .p-index-banners__ttl-en {
  color: #fff;
}
.p-index-banners__link:hover .p-index-banners__ttl-en::before {
  background-color: #fff;
}
.p-index-banners__link:hover .p-index-banners__ttl-jp {
  color: rgba(255, 255, 255, 0.45);
}
.p-index-banners__link:hover .p-index-banners__desc {
  color: #fff;
}
.p-index-banners__bg {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}
.p-index-banners__bg img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}
.p-index-banners__content {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 7em 6em 8.3em;
  gap: 2.8em 0;
}
.p-index-banners__ttl {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.4em 0;
}
.p-index-banners__ttl-en {
  position: relative;
  padding-left: 0.53em;
  color: #3A4C5D;
  font-weight: 400;
  font-size: 52px;
  line-height: 1;
  transition: color 0.3s ease-in-out;
}
.p-index-banners__ttl-en::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0.2em;
  height: 0.2em;
  margin: auto;
  border-radius: 100%;
  background-color: #3A4C5D;
  content: "";
  transition: background-color 0.3s ease-in-out;
}
.p-index-banners__ttl-jp {
  color: rgba(58, 76, 93, 0.45);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  transition: color 0.3s ease-in-out;
}
.p-index-banners__bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0 6.3em;
}
.p-index-banners__bottom .c-arw03maru {
  flex-shrink: 0;
}
.p-index-banners__desc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  transition: color 0.3s ease-in-out;
}

.c-cmnCont {
  padding: 6em 0 10em;
}
.c-cmnCont.pb0 {
  padding-bottom: 0;
}

.l-stickyarea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.l-stickyarea__main {
  z-index: 1;
  position: relative;
}
.l-stickyarea__aside {
  z-index: 2;
  position: sticky;
  top: 10em;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 10em);
  margin-bottom: 3em;
}

.v-Editor {
  font-weight: 400;
  /* p{
      margin-bottom: 1em;
  } */
  /*-----------------------------
  ギャラリー
  ------------------------------*/
  /** 自動で挿入される clearfix の余白解除 **/
}
.v-Editor p, .v-Editor li {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.88;
}
.v-Editor a {
  text-decoration: underline;
}
.v-Editor a:hover {
  text-decoration: none;
}
.v-Editor ul {
  margin-left: 1.5em;
  list-style-type: disc;
}
.v-Editor ul li {
  list-style: inherit;
}
.v-Editor .alignleft {
  margin-top: 1em;
  margin-bottom: 1em;
  float: none;
}
.v-Editor .aligncenter {
  display: block;
  margin-top: 1em;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}
.v-Editor .alignright {
  margin: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  float: none;
}
.v-Editor .table {
  border: 1px solid #1E1E1E;
}
.v-Editor .table td, .v-Editor .table th, .v-Editor .table caption {
  border: 1px solid #1E1E1E;
}
.v-Editor .table td, .v-Editor .table th {
  padding: 0.2vw 0.5vw;
}
.v-Editor .gallery {
  /** ギャラリーを囲むボックス **/
  width: 100%;
  overflow: hidden;
}
.v-Editor .gallery br {
  display: none;
}
.v-Editor .gallery-item {
  margin-bottom: 0 !important;
  /** 画像共通のスタイル **/
  float: left;
}
.v-Editor .gallery-icon {
  /** 画像を囲む dt のスタイル **/
  text-align: center;
}
.v-Editor .gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 20px !important;
}
.v-Editor .gallery-caption {
  margin: 0 0 10px;
  /** キャプション **/
  color: #222;
  font-size: 12px;
  text-align: center;
}
.v-Editor .gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100%;
  margin-right: 0;
}
.v-Editor .gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}
.v-Editor .gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}
.v-Editor .gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}
.v-Editor .gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}

.privacy .mainTtlarea__inner .cmnTtl01 {
  gap: 2.4em 0;
}
.privacy .mainTtlarea__inner .cmnTtl01 .f_en {
  padding-left: 0.46em;
  font-size: 46px;
  letter-spacing: 0.04em;
}
.privacy .mainTtlarea__inner .cmnTtl01 .f_en::before {
  width: 0.22em;
  height: 0.22em;
}
.privacy .mainTtlarea__inner .cmnTtl01 .f_jp {
  font-size: 30px;
}

.p-privacy {
  padding: 6em 0 10em;
}
.p-privacy__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 6em 0;
}
.p-privacy__section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3.6em 0;
}
.p-privacy__box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.8em 0;
}
.p-privacy__ttl {
  color: #3A4C5D;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}
.p-privacy__subttl {
  color: #3A4C5D;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
.p-privacy__smallttl {
  color: #1E1E1E;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.p-privacy__listblock {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.8em 0;
}
.p-privacy__listttl {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}
.p-privacy__nogap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
}
.p-privacy p, .p-privacy li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}
.p-privacy p {
  margin: 0;
}
.p-privacy strong {
  font-weight: 700;
}
.p-privacy ul, .p-privacy ol {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: 2em;
  gap: 0;
}
.p-privacy ul {
  margin-left: 1.5em;
}
.p-privacy ul li {
  position: relative;
  list-style: none;
}
.p-privacy ul li::before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "・";
}
.p-privacy ol li {
  list-style: decimal;
}
.p-privacy__note {
  font-weight: 400;
  font-size: 12px;
  line-height: 2.08;
}
.p-privacy__note p {
  font-weight: 400;
  font-size: 12px;
  line-height: 2.08;
}
.p-privacy__indent {
  padding-left: 1em;
}
.p-privacy__indent p {
  line-height: 1.44;
}
.p-privacy__contact {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
}
.p-privacy__contact + .p-privacy__sign {
  margin-top: 1em;
}
.p-privacy__contactblock {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 2.8em;
  gap: 0;
}
.p-privacy__contactblock:last-child {
  margin-bottom: 0;
}
.p-privacy__sign {
  margin-top: 0;
  text-align: right;
}
.p-privacy__sign p {
  margin: 0;
}

.c-newslist__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.c-newslist__list-item {
  width: 100%;
  border-bottom: 1px solid rgba(58, 76, 93, 0.45);
}
.c-newslist__list-item.nolist {
  padding: 2.4em 0;
}
.c-newslist__list-item.nolist p {
  font-size: 16px;
}
.c-newslist__list-item:not(:last-child) {
  margin-bottom: 1.2em;
}
.c-newslist__list-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2.4em 0;
  gap: 0 2.8em;
  transition: opacity 0.3s ease-in-out;
}
.c-newslist__list-link:hover {
  opacity: 0.7;
}
.c-newslist__list-link:hover .c-newslist__thumb img {
  transform: scale(1.05);
}
.c-newslist__thumb {
  flex-shrink: 0;
  aspect-ratio: 228/135;
  width: 22.8em;
  overflow: hidden;
  border-radius: 0.8em;
  background-color: #d9d9d9;
}
.c-newslist__thumb img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.c-newslist__body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 25.6em);
  gap: 1.8em 0;
}
.c-newslist__cat {
  padding: 0.8em 1.6em;
  border-radius: 0.6em;
  background-color: #fff;
}
.c-newslist__cat p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
.c-newslist__ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.c-newslist__time {
  color: #3A4C5D;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.c-newslist__infosp {
  display: none;
}

.p-news-wp {
  padding: 6em 0;
}

.p-news-list {
  width: 79.2307692308%;
}

.p-news-filter__pc {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}
.p-news-filter .categorybox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  margin-bottom: 2.4em;
  padding: 0;
  gap: 2.4em 0;
  border: 0;
}
.p-news-filter .categorybox__ttl {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  padding: 0;
  color: #3A4C5D;
  font-size: 24px;
}
.p-news-filter .categorybox__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  gap: 1.2em 0;
}
.p-news-filter .categorybox__item {
  position: relative;
  width: 100%;
}
.p-news-filter .categorybox__link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  aspect-ratio: 187/38;
  width: 100%;
  padding: 0.7em;
  border: 1px solid rgba(58, 76, 93, 0.45);
  border-radius: 0.4em;
  color: rgba(58, 76, 93, 0.45);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2857;
  letter-spacing: 0.04em;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.p-news-filter .categorybox__link:hover {
  border-color: #3A4C5D;
  background-color: #3A4C5D;
  color: #fff;
}
.p-news-filter .categorybox__link.is-current, .p-news-filter .categorybox__link[aria-checked=true] {
  border-color: #3A4C5D;
  background-color: #3A4C5D;
  color: #fff;
  font-weight: 700;
}
.p-news-filter .categorybox__link:focus-visible {
  outline: 2px solid #3A4C5D;
  outline-offset: 0.2em;
}
.p-news-filter .categorybox__year {
  position: relative;
  width: 100%;
  margin-bottom: 4em;
  border-bottom: 1px solid rgba(58, 76, 93, 0.45);
}
.p-news-filter .categorybox__year::after {
  position: absolute;
  top: 0;
  top: 0;
  right: 0;
  bottom: 0;
  bottom: 0;
  left: 0;
  left: auto;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  margin: auto 0;
  transform: rotate(45deg) translateY(-15%);
  border-right: 1px solid #3A4C5D;
  border-bottom: 1px solid #3A4C5D;
  content: "";
  pointer-events: none;
}
.p-news-filter .categorybox__year-label {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
.p-news-filter .categorybox__select {
  width: 100%;
  padding: 0.4em 2.4em 0.4em 0;
  color: #3A4C5D;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.4em;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.p-news-filter .categorybox__select:focus-visible {
  outline: 2px solid #3A4C5D;
  outline-offset: 0.3em;
}
.p-news-filter .categorybox__submit {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  aspect-ratio: 187/39;
  width: 100%;
  padding: 1em 2em;
  border-radius: 0.4em;
  background-color: #1E1E1E;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
}
.p-news-filter .categorybox__submit .txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.125;
}
.p-news-filter .categorybox__submit .c-arw03 {
  flex-shrink: 0;
}
.p-news-filter .categorybox__submit:hover {
  opacity: 1;
}
.p-news-filter .categorybox__submit:focus-visible {
  outline: 2px solid #3A4C5D;
  outline-offset: 0.3em;
}

.p-news-navi {
  width: 15.3846153846%;
}

.p-news-filter-sp {
  display: none;
}
.p-news-filter-sp__toggle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2em;
  color: #3A4C5D;
  text-align: left;
}
.p-news-filter-sp__toggle::after {
  -webkit-mask-image: url(../img/common/icoArw03.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: block;
  flex-shrink: 0;
  width: 1.1em;
  height: 0.9em;
  background-color: #3A4C5D;
  content: "";
  mask-image: url(../img/common/icoArw03.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: transform 0.3s ease-in-out;
}
.p-news-filter-sp__toggle[aria-expanded=true]::after {
  transform: rotate(90deg);
}
.p-news-filter-sp__toggle span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.125;
}
.p-news-filter-sp__toggle:focus-visible {
  outline: 2px solid #3A4C5D;
  outline-offset: 0.3em;
}
.p-news-filter-sp__panel {
  padding: 0 2em 2em;
}
.p-news-filter-sp__panel .categorybox__submit {
  aspect-ratio: auto;
  margin-top: 1.9em;
  padding: 1em 2em;
  border-radius: 0.4em;
}
.p-news-filter-sp__panel .categorybox__submit .c-arw03 {
  width: 1.1em;
  height: 0.9em;
}
.p-news-filter-sp__selects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 1.7em;
}
.p-news-filter-sp__selects .categorybox__year {
  width: 14.2em;
}
.p-news-filter-sp__selects .categorybox__year::after {
  width: 0.6em;
  height: 0.6em;
}
.p-news-filter-sp__selects .categorybox__select {
  padding: 0.4em 2.4em 0.4em 0;
  line-height: 2.4em;
}

.p-news-page__ttlarea {
  padding-bottom: 6em;
  border-bottom: 1px solid rgba(58, 76, 93, 0.45);
}
.p-news-page__ttl {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.38;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.p-news-page__timearea {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2em;
  gap: 0 3.6em;
}
.p-news-page__time {
  color: #3A4C5D;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.04em;
}
.p-news-page__cat {
  padding: 0.8em 1.6em;
  border-radius: 0.6em;
  background-color: #fff;
}
.p-news-page__cat span {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
.p-news-page__content_box {
  margin-bottom: 8em;
  padding: 6em 0 8em;
  border-bottom: 1px solid rgba(58, 76, 93, 0.45);
}
.p-news-page__content {
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.p-news-page__content p, .p-news-page__content li {
  display: block;
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
.p-news-page__content p a, .p-news-page__content li a {
  text-decoration: underline;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.p-news-page__content p a:hover, .p-news-page__content li a:hover {
  text-decoration: none;
}
.p-news-page__content a {
  word-break: break-all;
  overflow-wrap: anywhere;
}
.p-news-page__content pre,
.p-news-page__content code {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-all;
}
.p-news-page__content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
.p-news-page__content li {
  margin-bottom: 0.5em;
}
.p-news-page__content ul, .p-news-page__content ol {
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 2.5em;
  list-style-type: disc;
}
.p-news-page__content ul li, .p-news-page__content ol li {
  list-style: inherit;
}
.p-news-page__content ol {
  list-style-type: decimal;
}
.p-news-page__content h1, .p-news-page__content h2, .p-news-page__content h3, .p-news-page__content h4, .p-news-page__content h5, .p-news-page__content h6, .p-news-page__content p, .p-news-page__content ul, .p-news-page__content ol, .p-news-page__content div {
  margin-bottom: 1em;
}
.p-news-page__content p {
  min-height: 1em;
}
.p-news-page__content h2 {
  margin-bottom: 1.2em;
  padding: 0.7em 0.85em;
  background-color: rgba(58, 76, 93, 0.25);
  color: #3A4C5D;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.43;
  letter-spacing: 0.04em;
}
.p-news-page__content h3 {
  position: relative;
  margin-bottom: 1.2em;
  padding-left: 1em;
  color: #3A4C5D;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.82;
  letter-spacing: 0.04em;
}
.p-news-page__content h3::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0.2em;
  height: 100%;
  margin: auto;
  background-color: rgba(58, 76, 93, 0.25);
  content: "";
}
.p-news-page__content h4, .p-news-page__content h5, .p-news-page__content h6 {
  margin-bottom: 1em;
  font-weight: 700;
}
.p-news-page__content .wp-block-image {
  margin-bottom: 3em;
  margin-inline: auto;
}
.p-news-page__content #ez-toc-container {
  margin-bottom: 4.8em;
  padding: 4em 4em;
  border-radius: 0.8em;
  background-color: #FFF;
  font-size: 10px;
  line-height: 1;
}
.p-news-page__content #ez-toc-container .ez-toc-title-container {
  margin-bottom: 1.6em;
}
.p-news-page__content #ez-toc-container .ez-toc-title {
  margin-bottom: 0;
  color: #3A4C5D;
  font-size: 24px;
  line-height: 1;
  font-family: "Outfit", sans-serif;
}
.p-news-page__content #ez-toc-container .ez-toc-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
  margin-left: 1em;
  gap: 2em 0;
}
.p-news-page__content #ez-toc-container .ez-toc-list li {
  position: relative;
  margin-bottom: 0;
  padding-left: 0.5em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
.p-news-page__content #ez-toc-container .ez-toc-list li::before {
  position: absolute;
  top: 0;
  top: 0.4em;
  right: 0;
  right: 100%;
  bottom: 0;
  bottom: auto;
  left: 0;
  left: auto;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 100%;
  background-color: #1E1E1E;
  content: "";
}
.p-news-page__content #ez-toc-container .ez-toc-list li a {
  text-decoration: none;
}
.p-news-page__content #ez-toc-container .ez-toc-list li a:hover {
  text-decoration: underline;
}
.p-news-page__sidebar {
  width: 11.8563685637%;
}
.p-news-page__sidebar-date {
  display: block;
  margin-bottom: 2.5em;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
}
.p-news-page__sidebar-cat {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  font-family: "Noto Sans JP", "Outfit", sans-serif;
}

.wp-block-image img {
  width: revert-layer;
}

.p-contact-first__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: auto;
  padding: 4em 0;
}
.p-contact-first__inner .txt {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-contact-first__inner .txt a {
  color: #3A4C5D;
  font-weight: 700;
  text-decoration: underline;
}
.p-contact-first__inner .txt a:hover {
  text-decoration: none;
}

.p-contact-thanks {
  padding-top: 4em;
  padding-bottom: 10em;
  text-align: center;
}
.p-contact-thanks__ttl {
  margin-bottom: 1em;
  color: #3A4C5D;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.04em;
}
.p-contact-thanks__desc {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5em 0;
}
.p-contact-thanks__desc .txt {
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0.04em;
}
.p-contact-thanks__btn {
  margin: 3em auto 0;
}

.p-contact-cont {
  padding-bottom: 9em;
  /* メッセージ */
}
.p-contact-cont__inner {
  margin: auto;
  padding: 0 17.5em;
  padding: 0 10em;
}
.p-contact-cont__btn {
  margin: auto;
}
.p-contact-cont .input_area {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  gap: 3.2em 0;
}
.p-contact-cont .input_area dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-contact-cont .input_area .input_ttl, .p-contact-cont .input_area .input_data {
  display: block;
  width: 100%;
  font-weight: 500;
  text-align: left;
}
.p-contact-cont .input_area .input_ttl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 32%;
  gap: 0 1em;
}
.p-contact-cont .input_area .input_ttl .txt {
  font-size: 16px;
  letter-spacing: 0.08em;
}
.p-contact-cont .input_area .input_ttl.text-top {
  vertical-align: text-top;
}
.p-contact-cont .input_area .input_data {
  width: 60%;
}
.p-contact-cont .input_area .input_data .txt {
  font-size: 16px;
}
.p-contact-cont .input_area .input_data input, .p-contact-cont .input_area .input_data select, .p-contact-cont .input_area .input_data textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.3em 1.4em;
  border: 1px solid rgba(58, 76, 93, 0.45);
  border-radius: 0.25em;
  background-color: #fff;
  font-size: 16px;
}
.p-contact-cont .input_area .input_data input[aria-invalid=true], .p-contact-cont .input_area .input_data select[aria-invalid=true], .p-contact-cont .input_area .input_data textarea[aria-invalid=true] {
  border-width: 2px;
  border-color: #fd3b3b;
}
.p-contact-cont .input_area .input_data input:focus, .p-contact-cont .input_area .input_data select:focus, .p-contact-cont .input_area .input_data textarea:focus {
  outline: none;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 0 2px #1E1E1E;
}
.p-contact-cont .input_area .input_data select {
  padding-right: 3em;
}
.p-contact-cont .bl_select .select_wp {
  position: relative;
}
.p-contact-cont .bl_select .select_wp::after {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  bottom: auto;
  left: auto;
  width: 1.5em;
  height: 0.8em;
  background-color: rgba(58, 76, 93, 0.45);
  content: "";
  cursor: pointer;
  pointer-events: none;
}
.p-contact-cont .lastBlk input[type=checkbox], .p-contact-cont .input_area .input_data input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  margin: 0 1em 2px 0px;
  padding: 0.7em;
  border: 1px solid rgba(58, 76, 93, 0.45);
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
}
.p-contact-cont .lastBlk input[type=checkbox] + span::before, .p-contact-cont .input_area .input_data input[type=checkbox] + span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2.3em;
  width: 1.1em;
  height: 0.6em;
  margin: auto;
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  content: "";
  opacity: 0;
}
.p-contact-cont .input_area .input_data input[type=checkbox] + span {
  position: relative;
}
.p-contact-cont .input_area .input_data input[type=checkbox]:checked {
  background-color: #3A4C5D;
}
.p-contact-cont .input_area .input_data input[type=checkbox]:checked + span::before {
  opacity: 1;
}
.p-contact-cont .input_area .input_data .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 1.5em 0 0;
}
.p-contact-cont .lastBlk input[type=checkbox] + span {
  position: relative;
}
.p-contact-cont .lastBlk input[type=checkbox] + span::before {
  top: 0.3em;
  bottom: auto;
}
.p-contact-cont .lastBlk input[type=checkbox]:checked {
  background-color: #3A4C5D;
}
.p-contact-cont .lastBlk input[type=checkbox]:checked + span::before {
  opacity: 1;
}
.p-contact-cont .lastBlk {
  margin-top: 1.8em;
  margin-bottom: 1.8em;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-contact-cont .lastBlk a {
  /* padding-right: 0.5em;
  display: inline-flex;
  align-items: center;
  gap: 0 p-vw(4); */
  color: #3A4C5D;
  font-weight: 700;
  text-decoration: underline;
}
.p-contact-cont .lastBlk a:hover {
  text-decoration: none;
}
.p-contact-cont .lastBlk .wpcf7-list-item {
  margin: 0;
}
.p-contact-cont .input_area .input_data input::-ms-expand, .p-contact-cont .input_area .input_data textarea::-ms-expand {
  display: none;
}
.p-contact-cont .input_area .input_data input::-moz-placeholder, .p-contact-cont .input_area .input_data textarea::-moz-placeholder {
  color: rgba(58, 76, 93, 0.3);
  font-weight: 400;
  font-size: 15px;
}
.p-contact-cont .input_area .input_data input::placeholder,
.p-contact-cont .input_area .input_data textarea::placeholder {
  color: rgba(58, 76, 93, 0.3);
  font-weight: 400;
  font-size: 15px;
}
.p-contact-cont .input_area .input_data .wpcf7-not-valid-tip {
  display: block;
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.3em 0.3em 0.3em 0.5em;
  background-color: #f00;
  color: #FF0000;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact-cont .input_area .input_data select, .p-contact-cont .input_area .input_data .wpcf7-radio label, .p-contact-cont .input_area .input_data .wpcf7-checkbox label {
  cursor: pointer;
}
.p-contact-cont div.screen-reader-response {
  display: none;
}
.p-contact-cont .wpcf7-spinner {
  display: block;
  position: absolute;
  right: 0;
  bottom: -3em;
  left: 0;
  margin: auto;
  cursor: none;
  pointer-events: none;
}
.p-contact-cont .wpcf7 form {
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact-cont .wpcf7 form .wpcf7-response-output {
  width: 100%;
  margin: 0;
  margin-bottom: 4em;
  font-size: 20px;
  text-align: center;
}
.p-contact-cont .wpcf7 form.invalid .wpcf7-response-output {
  padding: 1%;
  border: none;
  background: #FF0000;
  color: #fff;
}
.p-contact-cont .wpcf7 form.sent .wpcf7-response-output {
  display: none;
  padding: 1%;
  border: none;
  background: #46b450;
  color: #fff;
}
.p-contact-cont .req {
  padding: 0.3em 1.2em 0.5em;
  border-radius: 0.3em;
  background-color: rgba(58, 76, 93, 0.45);
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.p-contact-cont .req--nini {
  border: 1px solid rgba(58, 76, 93, 0.45);
  background-color: transparent;
  color: rgba(58, 76, 93, 0.45);
}

.wpcf7-turnstile.cf-turnstile {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto !important;
  margin-bottom: 5em !important;
}

.p-company-outline__ttl {
  margin-bottom: 4em;
}
.p-company-outline__table {
  width: 100%;
  margin-bottom: 10em;
  border-collapse: collapse;
}
.p-company-outline__table-row {
  word-break: break-word;
}
.p-company-outline__table-label {
  width: 17.2727272727%;
  padding: 2.4em 4em 2.4em 0;
  border-bottom: 1px solid rgba(58, 76, 93, 0.25);
  color: #3A4C5D;
  text-align: left;
  vertical-align: middle;
}
.p-company-outline__table-label p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.p-company-outline__table-data {
  padding: 2.4em 0;
  border-bottom: 1px solid rgba(58, 76, 93, 0.25);
  color: #1E1E1E;
  vertical-align: middle;
}
.p-company-outline__table-data p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0.02em;
}
.p-company-outline__table-data a {
  text-decoration: underline;
}
.p-company-outline__table-data a:hover {
  text-decoration: none;
}
.p-company-outline__table-map {
  display: inline-flex;
  align-items: center;
  margin-top: 0.4em;
  gap: 0 0.4em;
  color: rgba(58, 76, 93, 0.45);
  font-size: 16px;
  line-height: 1.56;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-underline-offset: 0.12em;
  transition: opacity 0.3s;
}
.p-company-outline__table-map:hover {
  opacity: 0.7;
}
.p-company-outline__table-map-icon {
  width: 1.3em;
  height: 1.3em;
  background-color: rgba(58, 76, 93, 0.25);
}
.p-company-outline__table-business {
  margin-left: 1.5em;
  list-style: disc;
}
.p-company-outline__table-business li {
  list-style: inherit;
}
.p-company-outline__gmap {
  width: 100%;
  height: 40em;
}
.p-company-outline__gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.p-company-members__ttl {
  margin-bottom: 4em;
}
.p-company-members__box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 6em;
}
.p-company-members__img {
  width: 33%;
}
.p-company-members__txt {
  width: 62.7272727273%;
}
.p-company-members__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 5em 5.8em;
}
.p-company-members__item {
  width: 29.8181818182%;
}
.p-company-members__note {
  margin-top: 4em;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
}

.memCard__image {
  margin-bottom: 1.8em;
  overflow: hidden;
  border-radius: 1em;
}
.memCard__image--long {
  margin-bottom: 0;
}
.memCard__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.memCard__ttl {
  margin-bottom: 1.8em;
  text-align: center;
}
.memCard__ttl--long {
  margin-bottom: 4em;
  text-align: left;
}
.memCard__ttl-role {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.memCard__ttl-name {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1.7em 0;
}
.memCard__ttl-name--long {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0 1.7em;
}
.memCard__ttl-name .f_jp {
  color: #3A4C5D;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.memCard__ttl-name .f_en {
  color: rgba(58, 76, 93, 0.45);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.memCard__desc {
  font-size: 13px;
  line-height: 1.77;
  letter-spacing: 0.02em;
}
.memCard__desc--long {
  font-size: 16px;
  line-height: 2;
}
.memCard__sns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3.2em;
  padding: 1em 2.2em;
  gap: 0 2.2em;
  border-radius: 0.4em;
  background-color: #fff;
}
.memCard__sns-ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.memCard__sns-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 2.2em;
}
.memCard__sns-item {
  display: grid;
  place-items: center;
  width: 2.4em;
  height: 2.4em;
  overflow: hidden;
  border-radius: 100%;
  background-color: #3A4C5D;
}
.memCard__sns-item img {
  display: block;
  width: 1.2em;
  margin: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.memCard__morebtn {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 2em;
  padding-bottom: 0.5em;
  gap: 0 1.3em;
  border-bottom: 1px solid rgba(58, 76, 93, 0.45);
}
.memCard__morebtn-txt {
  color: rgba(58, 76, 93, 0.45);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.memCard__morebtn .c-arw03maru {
  display: block;
  width: 1.4em;
  height: 1.4em;
  background-color: rgba(58, 76, 93, 0.45);
  transition: transform 0.3s ease;
}
.memCard__morebtn .c-arw03maru::before {
  width: 0.7em;
  height: 0.6em;
}
.memCard__morebtn.is-open .c-arw03maru {
  transform: rotate(-90deg);
}

.p-company-history__ttl {
  margin-bottom: 4em;
}

.hisList__item {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 4em;
  padding-left: 5em;
  gap: 0 3em;
}
.hisList__item::before {
  position: absolute;
  top: 0;
  top: 0.4em;
  right: 0;
  right: auto;
  bottom: 0;
  bottom: auto;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  margin: auto;
  border-radius: 100%;
  background-color: #9EA6AD;
  content: "";
}
.hisList__item::after {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  bottom: auto;
  left: 0;
  left: 0.4em;
  width: 1px;
  height: 105%;
  margin: auto;
  background-color: #9EA6AD;
  content: "";
}
.hisList__item:first-child::after {
  top: 0.5em;
  bottom: auto;
}
.hisList__item:last-child::after {
  display: none;
}
.hisList__year .txt {
  width: 3em;
  color: #3A4C5D;
  font-size: 20px;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  text-align: right;
}
.hisList__box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.2em 0;
}
.hisList__cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 5em;
}
.hisList__month .txt {
  width: 1.5em;
  color: #3A4C5D;
  font-size: 20px;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  text-align: right;
}
.hisList__desc {
  margin-top: -0.6em;
}
.hisList__desc .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.serviceSubMenu {
  padding: 10em 0;
}
.serviceSubMenu__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 4.6em;
}
.serviceSubMenu__item {
  aspect-ratio: 410/174;
  width: 41em;
  border-radius: 1em;
  background-color: #fff;
}
.serviceSubMenu__item:hover {
  background-color: #3A4C5D;
}
.serviceSubMenu__item:hover .serviceSubMenu__ttl .f_en {
  color: #fff;
}
.serviceSubMenu__item:hover .serviceSubMenu__ttl .f_en::before {
  background-color: #fff;
}
.serviceSubMenu__item:hover .serviceSubMenu__ttl .f_jp {
  color: #fff;
}
.serviceSubMenu__link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 3em;
}
.serviceSubMenu__ttl {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.4em 0;
}
.serviceSubMenu__ttl .f_en {
  position: relative;
  padding-left: 0.8em;
  color: #3A4C5D;
  font-size: 36px;
  line-height: 1;
}
.serviceSubMenu__ttl .f_en::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  margin: auto;
  border-radius: 100px;
  background-color: #3A4C5D;
  content: "";
}
.serviceSubMenu__ttl .f_jp {
  color: rgba(58, 76, 93, 0.45);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
.serviceSubMenu__ttl .c-arw03maru {
  width: 3.4em;
  height: 3.4em;
  overflow: hidden;
  border-radius: 100px;
  background-color: #3A4C5D;
}

.serviceCard {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 6em 0;
  gap: 0 7.8em;
  border-bottom: 1px solid rgba(58, 76, 93, 0.45);
}
.serviceCard__img {
  flex-shrink: 0;
  aspect-ratio: 404/445;
  width: 36.7272727273%;
  overflow: hidden;
  border-radius: 1.6em;
}
.serviceCard__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serviceCard__body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 56.1818181818%;
  gap: 3.2em 0;
}
.serviceCard__body--long {
  width: 100%;
}
.serviceCard__head {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.2em 0;
}
.serviceCard__catch {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.04em;
}
.serviceCard__cat {
  position: relative;
  padding-left: 1.3em;
  line-height: 1;
}
.serviceCard__cat::before {
  position: absolute;
  top: 0;
  top: 0.75em;
  right: 0;
  right: auto;
  bottom: 0;
  bottom: auto;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(58, 76, 93, 0.45);
  content: "";
}
.serviceCard__cat .txt {
  color: rgba(58, 76, 93, 0.45);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.serviceCard__ttl {
  color: #3A4C5D;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.22;
  letter-spacing: 0.04em;
}
.serviceCard__desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.serviceCard__descsmall {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.77;
  letter-spacing: 0.02em;
}
.serviceCard__descsmall a {
  font-weight: 500;
  text-decoration: underline;
}
.serviceCard__descsmall a:hover {
  text-decoration: none;
}
.serviceCard__btn {
  aspect-ratio: 258/54;
  width: 25.8em;
}

.p-service-strengths__ttl {
  margin-bottom: 4em;
}
.p-service-strengths__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 5.3em;
}
.p-service-strengths__item {
  width: calc((100% - 10.6em) / 3);
}
.p-service-strengths__instaOperation {
  margin: 8em 0;
}

.serviceStrengthsCard {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.8em 0;
}
.serviceStrengthsCard__img {
  width: 11.1em;
}
.serviceStrengthsCard__body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1.8em 0;
}
.serviceStrengthsCard__num {
  color: rgba(58, 76, 93, 0.45);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
.serviceStrengthsCard__ttl {
  display: grid;
  place-content: center;
  min-height: 3em;
  color: #3A4C5D;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
}
.serviceStrengthsCard__catch {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
.serviceStrengthsCard__desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.serviceStrengthsCard__desclist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: 2em;
  padding-left: 0em;
}
.serviceStrengthsCard__desclist li {
  margin-left: 0;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.04em;
  list-style-type: disc;
}

.p-about-mission {
  z-index: 1;
  position: relative;
  padding: 6em 0 9em;
}
.p-about-mission__bgslider {
  z-index: 0;
  position: absolute;
  bottom: 9em;
  left: 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: transparent;
  filter: opacity(0.15);
  pointer-events: none;
}
.p-about-mission__bgslider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: missionScroll 60s linear infinite;
}
.p-about-mission__bgslider-set {
  display: flex;
  flex-shrink: 0;
  padding-right: 8.8em;
  gap: 0 8.8em;
}
.p-about-mission__bgslider-group {
  display: flex;
  height: 36em;
  gap: 0 8.8em;
}
.p-about-mission__bgslider .item01 {
  margin-top: auto;
  margin-right: 7.3em;
}
.p-about-mission__bgslider .item02 {
  margin-top: 4.6em;
  margin-right: 9.7em;
}
.p-about-mission__bgslider .item03 {
  margin-right: 8.8em;
}
.p-about-mission__bgslider .item04 {
  margin-top: auto;
  margin-right: 10em;
  margin-bottom: 4.2em;
}
.p-about-mission__bgslider .item05 {
  margin-top: 2.2em;
  margin-right: 9.9em;
}
.p-about-mission__bgslider .item06 {
  margin-top: auto;
  margin-bottom: 7em;
}
.p-about-mission__bgslider .item07 {
  margin-top: 2em;
  margin-right: 4.4em;
}
.p-about-mission__bgslider .item08 {
  margin-top: auto;
}
.p-about-mission__bgslider .item09 {
  margin-top: 2em;
  margin-left: -1em;
}
.p-about-mission__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3.4em;
  margin-inline: auto;
  text-align: center;
}
.p-about-mission__ttl .f_en {
  margin-left: 0;
}
.p-about-mission__ttl .f_en::before {
  display: none;
}
.p-about-mission__catch {
  margin-bottom: 6.4em;
}
.p-about-mission__catch .txt {
  color: #3A4C5D;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-about-mission__desc {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.p-about-mission__desc .txt {
  font-weight: 500;
  font-size: 24px;
  line-height: 2.17;
  letter-spacing: 0.04em;
  text-align: center;
}

@keyframes missionScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-about-vision {
  padding-bottom: 10em;
}
.p-about-vision__box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 6em 0;
  border-top: 1px solid rgba(58, 76, 93, 0.45);
}
.p-about-vision__ttl {
  width: 50%;
}
.p-about-vision__body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 50%;
  gap: 1em 0;
}
.p-about-vision__body-catch {
  color: #3A4C5D;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.p-about-vision__body-desc {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.04em;
}

.p-about-v30 {
  padding: 8em 0;
  background-color: #3A4C5D;
}
.p-about-v30__cont {
  position: relative;
}
.p-about-v30__body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 50%;
  height: 62em;
  gap: 2.4em 0;
  color: #fff;
}
.p-about-v30__ttl {
  width: -moz-fit-content;
  width: fit-content;
}
.p-about-v30__ttl .f_en {
  color: #fff;
}
.p-about-v30__ttl .f_en::before {
  background-color: #fff;
}
.p-about-v30__ttl .f_jp {
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}
.p-about-v30__catch {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-about-v30__desc {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.8em 0;
}
.p-about-v30__desc .txt {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-about-v30__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 103em;
  margin: auto;
}

.p-media-contlist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding-bottom: 6em;
}

.p-media-cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 4em 0 5em;
  gap: 4em 0;
}
.p-media-cont--youtube {
  display: block;
}
.p-media-cont--youtube .p-media-cont__head {
  padding-bottom: 4em;
}
.p-media-cont__head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.p-media-cont__head-ttl {
  width: 50%;
}
.p-media-cont__head-ttl .ttl_insta {
  width: 27.9em;
}
.p-media-cont__head-ttl .ttl_youtube {
  width: 21.6em;
}
.p-media-cont__head-ttl .ttl_tiktok {
  width: 20em;
}
.p-media-cont__head-ttl .ttl_note {
  width: 21.8em;
}
.p-media-cont__head-desc {
  width: 50%;
}
.p-media-cont__head-desc .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-media-cont__btn {
  margin: auto;
}
.p-media-cont__btn.mt {
  margin-top: 4em;
}

.t-snslist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0 3.6em;
}
.t-snslist--2 li {
  width: calc((100% - 3.6em) / 2);
}
.t-snslist--3 li {
  width: calc((100% - 7.2em) / 3);
}
.t-snslist__ttl {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 16px;
}

.t-youtube {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.t-youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.t-tiktok .tiktok-embed {
  background-color: transparent;
}

.t-note {
  width: 100%;
}
.t-note iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: fit-contents !important;
  min-height: unset !important;
  margin: 0 !important;
}

.t-instagram iframe {
  width: 100% !important;
  min-width: auto !important;
}

.t-blog iframe {
  width: 100% !important;
  min-width: auto !important;
}

.blog-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 2em;
  overflow: hidden;
  border-radius: 0.4em;
  background-color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.blog-card:hover {
  opacity: 0.7;
}
.blog-card__img {
  flex-shrink: 0;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.blog-card__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card__body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 1.6em 2em;
  gap: 0.8em 0;
}
.blog-card__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.blog-card__desc {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgba(58, 76, 93, 0.6);
  font-size: 14px;
  line-height: 1.69;
}
.blog-card__domain {
  margin-top: auto;
  color: rgba(58, 76, 93, 0.45);
  font-size: 12px;
}
.blog-card--fallback {
  display: block;
  padding: 1.6em;
  font-size: 13px;
  word-break: break-all;
}

.law .mainTtlarea__inner .cmnTtl01 {
  gap: 2.4em 0;
}
.law .mainTtlarea__inner .cmnTtl01 .f_en {
  padding-left: 0.46em;
  font-size: 46px;
  letter-spacing: 0.04em;
}
.law .mainTtlarea__inner .cmnTtl01 .f_en::before {
  width: 0.22em;
  height: 0.22em;
}
.law .mainTtlarea__inner .cmnTtl01 .f_jp {
  color: #3A4C5D;
  font-size: 30px;
}

.p-law {
  padding: 6em 0 10em;
}
.p-law__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
.p-law__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 3em 0;
  gap: 0 4em;
  border-bottom: 1px solid rgba(58, 76, 93, 0.25);
}
.p-law__label {
  flex-shrink: 0;
  width: 13.6363636364%;
  color: #3A4C5D;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.p-law__data {
  flex: 1;
  min-width: 0;
  color: #1E1E1E;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.p-law__data p, .p-law__data li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.p-law__data p {
  margin: 0;
}
.p-law__data strong {
  font-weight: 700;
}
.p-law__data a {
  color: #1E1E1E;
  text-decoration: underline;
  word-break: break-all;
}
.p-law__data a:hover {
  text-decoration: none;
}
.p-law__data ul {
  margin-left: 1em;
}
.p-law__data ul li {
  position: relative;
  list-style: none;
}
.p-law__data ul li::before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "・";
}
.p-law__textblock {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 2.5em;
  gap: 0;
}
.p-law__textblock:last-child {
  margin-bottom: 0;
}
.p-law__tool {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 0.8em;
  gap: 0;
}
.p-law__tool:last-child {
  margin-bottom: 0;
}
.p-law__indent {
  padding-left: 1em;
}

.p-recruit-fv {
  padding-bottom: 10em;
}
.p-recruit-fv__bread {
  padding-top: 5em;
}
.p-recruit-fv__bread .c-breadcrumbs {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4em;
  margin-left: auto;
}
.p-recruit-fv__cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5%;
  gap: 7.4em;
}
.p-recruit-fv__body {
  display: flex;
  flex: 0 0 63.4em;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 63.4em;
  gap: 7em 0;
}
.p-recruit-fv__head {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.p-recruit-fv__label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2.2em;
  gap: 0.8em;
}
.p-recruit-fv__label-dot {
  display: block;
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: rgba(58, 76, 93, 0.45);
}
.p-recruit-fv__label-txt {
  color: rgba(58, 76, 93, 0.45);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.p-recruit-fv__ttl {
  margin-bottom: 3.6em;
  color: #3A4C5D;
}
.p-recruit-fv__ttl-challenges {
  font-weight: 400;
  font-size: 93px;
  line-height: 1;
}
.p-recruit-fv__ttl-row2 {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin-left: 11.3em;
}
.p-recruit-fv__ttl-make {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 93px;
  line-height: 1;
}
.p-recruit-fv__ttl-you {
  display: block;
  position: absolute;
  right: 0.9em;
  bottom: -6em;
  width: 27.2em;
}
.p-recruit-fv__catch {
  font-feature-settings: "palt" 1;
  color: #3A4C5D;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
}
.p-recruit-fv__nav {
  padding-top: 6em;
  border-top: 1px solid rgba(58, 76, 93, 0.45);
}
.p-recruit-fv__nav-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 2.8em;
  list-style: none;
}
.p-recruit-fv__nav-link {
  display: block;
  position: relative;
  padding-left: 1.4em;
  color: rgba(58, 76, 93, 0.45);
  transition: opacity 0.3s;
}
.p-recruit-fv__nav-link:hover {
  opacity: 0.7;
}
.p-recruit-fv__nav-link::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0.5em;
  width: 5px;
  height: 0.5em;
  height: 5px;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(58, 76, 93, 0.45);
  content: "";
}
.p-recruit-fv__nav-txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.p-recruit-fv__hero {
  position: relative;
  flex: 1;
  aspect-ratio: 708/468;
  min-width: 0;
  overflow: hidden;
  border-radius: 1em 0 0 1em;
}
.p-recruit-fv__hero-img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-fv__message {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 10em 0;
  gap: 4em 0;
}
.p-recruit-fv__message .txt {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.92;
  letter-spacing: 0.04em;
}
.p-recruit-fv__bgslider {
  width: 100%;
  overflow: hidden;
  background: transparent;
}
.p-recruit-fv__bgslider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: messageScroll 24s linear infinite;
}
.p-recruit-fv__bgslider-set {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding-right: 10.3em;
  gap: 0 10.3em;
}
.p-recruit-fv__bgslider-group {
  display: flex;
  align-items: center;
  gap: 0 10.3em;
}
.p-recruit-fv__bgslider-item {
  overflow: hidden;
  border-radius: 1em;
}
.p-recruit-fv__bgslider-item:nth-child(even) {
  width: 36em;
}
.p-recruit-fv__bgslider-item:nth-child(odd) {
  width: 24em;
}

@keyframes messageScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}
.p-recruit-our__ttl {
  margin-bottom: 4em;
}
.p-recruit-our__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 5.3em;
}
.p-recruit-our__item {
  width: 30%;
}
.p-recruit-our__img {
  aspect-ratio: 330/390;
  width: 100%;
  overflow: hidden;
  border-radius: 1.6em;
}
.p-recruit-our__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-recruit-our__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-our__txt {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 2.8em;
}
.p-recruit-our__name-en {
  position: relative;
  padding-left: 1.3em;
}
.p-recruit-our__name-en::before {
  position: absolute;
  top: 0;
  top: 0.8em;
  right: 0;
  right: auto;
  bottom: 0;
  bottom: auto;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-radius: 50%;
  background-color: #3A4C5D;
  content: "";
}
.p-recruit-our__name-en .txt {
  color: #3A4C5D;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.16em;
}
.p-recruit-our__name-jp {
  margin-top: 1em;
}
.p-recruit-our__name-jp .txt {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.p-recruit-our__btn {
  margin: 6em auto;
}
.p-recruit-our .recserviceCard {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 8em 0 0;
  gap: 0 6em;
}
.p-recruit-our .recserviceCard__img {
  flex-shrink: 0;
  aspect-ratio: 672/373;
  width: 61.0909090909%;
  overflow: hidden;
  border-radius: 1.6em;
}
.p-recruit-our .recserviceCard__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-our .recserviceCard__body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 33.3636363636%;
  gap: 4em 0;
}
.p-recruit-our .recserviceCard__head {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.6em 0;
}
.p-recruit-our .recserviceCard__cat {
  position: relative;
  padding-left: 1.3em;
}
.p-recruit-our .recserviceCard__cat::before {
  position: absolute;
  top: 0;
  top: 0.6em;
  right: 0;
  right: auto;
  bottom: 0;
  bottom: auto;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-radius: 50%;
  background-color: #3A4C5D;
  content: "";
}
.p-recruit-our .recserviceCard__cat .txt {
  color: #3A4C5D;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.p-recruit-our .recserviceCard__ttl {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.04em;
}
.p-recruit-our .recserviceCard__catch {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
.p-recruit-our .recserviceCard__desc {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-recruit-our .recserviceCard__btn {
  aspect-ratio: 258/54;
  width: 25.8em;
}

.p-recruit-workstyle .recWSCard {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 6em 0;
  gap: 0 6em;
  border-bottom: 1px solid rgba(58, 76, 93, 0.45);
}
.p-recruit-workstyle .recWSCard__img {
  flex-shrink: 0;
  aspect-ratio: 400/330;
  width: 36.3636363636%;
  overflow: hidden;
  border-radius: 1.6em;
}
.p-recruit-workstyle .recWSCard__img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-workstyle .recWSCard__body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 57%;
  gap: 2.4em 0;
}
.p-recruit-workstyle .recWSCard__head {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.6em 0;
}
.p-recruit-workstyle .recWSCard__cat {
  position: relative;
}
.p-recruit-workstyle .recWSCard__cat .txt {
  color: rgba(58, 76, 93, 0.45);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.p-recruit-workstyle .recWSCard__ttl {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.04em;
}
.p-recruit-workstyle .recWSCard__desc {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1em 0;
}
.p-recruit-workstyle .recWSCard__desc .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-recruit-numbers {
  padding: 12em 0;
  background-color: #3A4C5D;
}
.p-recruit-numbers__ttl {
  margin-bottom: 6em;
}
.p-recruit-numbers__ttl .f_en {
  color: #fff;
}
.p-recruit-numbers__ttl .f_en::before {
  background-color: #fff;
}
.p-recruit-numbers__ttl .f_jp {
  color: rgba(255, 255, 255, 0.45);
}
.p-recruit-numbers__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2.4em;
}
.p-recruit-numbers__item {
  aspect-ratio: 256/206;
  width: 23.2727272727%;
  border-radius: 1em;
  background-image: url("../img/recruit/numberBg.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.p-recruit-numbers .numbersCard {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.p-recruit-numbers .numbersCard__head {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0.5em 0;
}
.p-recruit-numbers .numbersCard__head-txt01 {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-recruit-numbers .numbersCard__head-txt02 {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.p-recruit-numbers .numbersCard__body {
  width: 100%;
}
.p-recruit-numbers .numbersCard__body .f52 {
  font-size: 52px;
}
.p-recruit-numbers .numbersCard__body .f16 {
  font-size: 16px;
}
.p-recruit-numbers .numbersCard__body .f19 {
  font-size: 19px;
}
.p-recruit-numbers .numbersCard__body.mt20 {
  margin-top: 2em;
}
.p-recruit-numbers .numbersCard__body .tcenter {
  text-align: center;
}
.p-recruit-numbers .numbersCard__body .f_en {
  font-weight: 400;
}
.p-recruit-numbers .numbersCard__body .txt01 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0 0.8em;
  font-weight: 700;
}
.p-recruit-numbers .numbersCard__body .sub01 {
  margin-top: 0.2em;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.p-recruit-numbers .numbersCard__body .partable {
  width: 18em;
  margin: auto;
  margin-bottom: 1em;
  font-weight: 500;
}
.p-recruit-numbers .numbersCard__body .partable td {
  width: 60%;
}
.p-recruit-numbers .numbersCard__body .partable td {
  width: 40%;
  text-align: right;
}
.p-recruit-numbers .numbersCard__body .hiritsu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0 1.5em;
  font-weight: 500;
}
.p-recruit-numbers .numbersCard__body .hiritsu__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.p-recruit-numbers .lasttxt {
  margin-top: 2.4em;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-recruit-faq {
  padding: 6em 0 12em;
}
.p-recruit-faq__ttl {
  margin-bottom: 6em;
}

.p-recruit-contact {
  position: relative;
  border-bottom: 2em solid #EFEFEF;
}
.p-recruit-contact::before {
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url("../img/recruit/recoubo_bg.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.p-recruit-contact .joinus {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 7.2em 0;
  border-radius: 1em;
  background-color: transparent;
}
.p-recruit-contact .joinus::before, .p-recruit-contact .joinus::after {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  background-color: #EFEFEF;
  content: "";
}
.p-recruit-contact .joinus::before {
  left: -15%;
}
.p-recruit-contact .joinus::after {
  right: -15%;
}
.p-recruit-contact .joinus__ttl {
  width: 39.4em;
}
.p-recruit-contact .joinus__ttl .cmnTtl02 {
  margin-bottom: 4.5em;
}
.p-recruit-contact .joinus__ttl .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-recruit-contact .joinus__btn {
  width: 49.5em;
}
.p-recruit-contact .joinus__btn .ouboBtn {
  aspect-ratio: 495/159;
  width: 49.5em;
  border-radius: 1em;
}
.p-recruit-contact .joinus__btn .ouboBtn__link {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 4em;
  border-radius: 1em;
  background-color: #3A4C5D;
}
.p-recruit-contact .joinus__btn .ouboBtn__link:hover {
  background-color: #5F6E7B;
}
.p-recruit-contact .joinus__btn .ouboBtn__box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1.4em 0;
}
.p-recruit-contact .joinus__btn .ouboBtn__box .txt {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
  font-size: 20px;
}
.p-recruit-contact .joinus__btn .ouboBtn__img {
  width: 22.9em;
}
.p-recruit-contact .joinus__btn .rec_txt {
  margin-top: 1.5em;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.p-recruit-contact .joinus__btn .rec_txt a {
  color: #3A4C5D;
  font-weight: 700;
  text-decoration: underline;
}
.p-recruit-contact .joinus__btn .rec_txt a:hover {
  text-decoration: none;
}

.teiten_ouboBtn {
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 5em;
  aspect-ratio: 428/159;
  width: 42.8em;
  filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.15));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.teiten_ouboBtn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.teiten_ouboBtn__link {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 4em;
  border-radius: 1em 0 0 1em;
  background-color: #21BDDB;
}
.teiten_ouboBtn__link:hover {
  background-color: #50cde6;
}
.teiten_ouboBtn__box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1.4em 0;
}
.teiten_ouboBtn__box .txt {
  font-weight: 500;
  font-size: 20px;
}
.teiten_ouboBtn__img {
  width: 22.9em;
}

.recruit #contents {
  position: relative;
}

@media screen and (max-width: 1536px) {
  body {
    margin: 0;
  }
  .nopage #contents .txt span {
    font-size: 2rem;
  }
  .l-glNavMenu .menu01__item-txt {
    font-size: 1.6rem;
  }
  .l-glNavMenu.act .menu01--sp .menu01__item-link .f_en {
    font-size: 3.6rem;
  }
  .l-glNavMenu.act .menu01--sp .menu01__item-link .f_jp {
    font-size: 1.4rem;
  }
  .l-glNavMenu.act .menu01--sp .menu01__subItem a {
    font-size: 1.4rem;
  }
  .l-footer__company {
    font-size: 1.6rem;
  }
  .l-footer__navTtl a {
    font-size: 1.8rem;
  }
  .l-footer__navList li a {
    font-size: 1.4rem;
  }
  .l-footer__navStandalone li a {
    font-size: 1.8rem;
  }
  .l-footer__utility a {
    font-size: 1.4rem;
  }
  .l-footer__utility small {
    font-size: 1.2rem;
  }
  .c-btnhed__link-txt {
    font-size: 1.6rem;
  }
  .c-btn01__link-txt {
    font-size: 1.6rem;
  }
  .c-btn01--submit .c-btn01__link-txt {
    font-size: 1.6rem;
  }
  .c-btn02__link-txt {
    font-size: 1.4rem;
  }
  .pageSubMenu .f_jp {
    font-size: 1.6rem;
  }
  .pageSubMenu .f_en {
    font-size: 1.2rem;
  }
  .cmnTtl01 .f_en {
    font-size: 9.6rem;
  }
  .cmnTtl01 .f_jp {
    font-size: 3rem;
  }
  .cmnTtl02 .f_en {
    font-size: 5.2rem;
  }
  .cmnTtl02 .f_jp {
    font-size: 2rem;
  }
  .cmnTtl03 .txt01 {
    font-size: 2.8rem;
  }
  .cmnTtl03 .txt02 {
    font-size: 1.6rem;
  }
  .cmnTtl03--privacy .txt {
    font-size: 2.8rem;
  }
  .c-qa__item-trigger .ico_qa, .c-qa__item-panel .ico_qa {
    font-size: 2.2rem;
  }
  .c-qa__item-trigger .txt {
    font-size: 1.6rem;
  }
  .c-qa__item-panel .txt {
    font-size: 1.6rem;
  }
  .c-recruit-tabs__tab span {
    font-size: 1.8rem;
  }
  .c-breadcrumbs .txt {
    font-size: 1.4rem;
  }
  .pgBox .p-paging__num {
    font-size: 1.6rem;
  }
  .pgBox .p-paging__ellipsis {
    font-size: 1.6rem;
  }
  .pgBox02 .pgBox02__list-btn-txt {
    font-size: 1.6rem;
  }
  .pgBox02 .arwlink .prev,
  .pgBox02 .arwlink .next {
    font-size: 1.4rem;
  }
  .modal__container .info_cont .p-facility-haichiModal__img figcaption {
    font-size: 1.6rem;
  }
  .p-index-fv__txt-subttl {
    font-size: 3.6rem;
  }
  .p-index-fv__news-info .date {
    font-size: 1.2rem;
  }
  .p-index-fv__news-info .cat span {
    font-size: 1.2rem;
  }
  .p-index-fv__news-ttl {
    font-size: 1.6rem;
  }
  .p-index-catch__txt p {
    font-size: 2.4rem;
  }
  .p-index-service__head-lead {
    font-size: 2.2rem;
  }
  .p-index-service__name-en p {
    font-size: 1.4rem;
  }
  .p-index-service__name-jp p {
    font-size: 2.8rem;
  }
  .p-index-media__name {
    font-size: 2.4rem;
  }
  .p-index-media__desc {
    font-size: 1.6rem;
  }
  .p-index-banners__ttl-en {
    font-size: 5.2rem;
  }
  .p-index-banners__ttl-jp {
    font-size: 2rem;
  }
  .p-index-banners__desc {
    font-size: 1.6rem;
  }
  .v-Editor p, .v-Editor li {
    font-size: 1.6rem;
  }
  .privacy .mainTtlarea__inner .cmnTtl01 .f_en {
    font-size: 4.6rem;
  }
  .privacy .mainTtlarea__inner .cmnTtl01 .f_jp {
    font-size: 3rem;
  }
  .p-privacy__ttl {
    font-size: 2.8rem;
  }
  .p-privacy__subttl {
    font-size: 2.4rem;
  }
  .p-privacy__smallttl {
    font-size: 2rem;
  }
  .p-privacy__listttl {
    font-size: 1.6rem;
  }
  .p-privacy p, .p-privacy li {
    font-size: 1.6rem;
  }
  .p-privacy__note {
    font-size: 1.2rem;
  }
  .p-privacy__note p {
    font-size: 1.2rem;
  }
  .c-newslist__list-item.nolist p {
    font-size: 1.6rem;
  }
  .c-newslist__cat p {
    font-size: 1.2rem;
  }
  .c-newslist__ttl {
    font-size: 1.6rem;
  }
  .c-newslist__time {
    font-size: 1.2rem;
  }
  .p-news-filter .categorybox__ttl {
    font-size: 2.4rem;
  }
  .p-news-filter .categorybox__link {
    font-size: 1.4rem;
  }
  .p-news-filter .categorybox__select {
    font-size: 1.4rem;
  }
  .p-news-filter .categorybox__submit .txt {
    font-size: 1.6rem;
  }
  .p-news-filter-sp__toggle span {
    font-size: 1.6rem;
  }
  .p-news-page__ttl {
    font-size: 4.2rem;
  }
  .p-news-page__time {
    font-size: 2rem;
  }
  .p-news-page__cat span {
    font-size: 1.2rem;
  }
  .p-news-page__content {
    font-size: 1.6rem;
  }
  .p-news-page__content p, .p-news-page__content li {
    font-size: 1.6rem;
  }
  .p-news-page__content h2 {
    font-size: 2.8rem;
  }
  .p-news-page__content h3 {
    font-size: 2.2rem;
  }
  .p-news-page__content #ez-toc-container .ez-toc-title {
    font-size: 2.4rem;
  }
  .p-news-page__content #ez-toc-container .ez-toc-list li {
    font-size: 2rem;
  }
  .p-news-page__sidebar-date {
    font-size: 2.8rem;
  }
  .p-news-page__sidebar-cat {
    font-size: 1.4rem;
  }
  .p-contact-first__inner .txt {
    font-size: 1.8rem;
  }
  .p-contact-thanks__ttl {
    font-size: 3.2rem;
  }
  .p-contact-thanks__desc .txt {
    font-size: 1.8rem;
  }
  .p-contact-cont .input_area .input_ttl .txt {
    font-size: 1.6rem;
  }
  .p-contact-cont .input_area .input_data .txt {
    font-size: 1.6rem;
  }
  .p-contact-cont .input_area .input_data input, .p-contact-cont .input_area .input_data select, .p-contact-cont .input_area .input_data textarea {
    font-size: 1.6rem;
  }
  .p-contact-cont .lastBlk {
    font-size: 1.6rem;
  }
  .p-contact-cont .input_area .input_data input::-moz-placeholder, .p-contact-cont .input_area .input_data textarea::-moz-placeholder {
    font-size: 1.5rem;
  }
  .p-contact-cont .input_area .input_data input::placeholder,
  .p-contact-cont .input_area .input_data textarea::placeholder {
    font-size: 1.5rem;
  }
  .p-contact-cont .input_area .input_data .wpcf7-not-valid-tip {
    font-size: 1.5rem;
  }
  .p-contact-cont .wpcf7 form .wpcf7-response-output {
    font-size: 2rem;
  }
  .p-contact-cont .req {
    font-size: 1.2rem;
  }
  .p-company-outline__table-label p {
    font-size: 1.6rem;
  }
  .p-company-outline__table-data p {
    font-size: 1.6rem;
  }
  .p-company-outline__table-map {
    font-size: 1.6rem;
  }
  .p-company-members__note {
    font-size: 1.2rem;
  }
  .memCard__ttl-role {
    font-size: 1.6rem;
  }
  .memCard__ttl-name .f_jp {
    font-size: 3.2rem;
  }
  .memCard__ttl-name .f_en {
    font-size: 1.4rem;
  }
  .memCard__desc {
    font-size: 1.3rem;
  }
  .memCard__desc--long {
    font-size: 1.6rem;
  }
  .memCard__sns-ttl {
    font-size: 1.6rem;
  }
  .memCard__morebtn-txt {
    font-size: 1.2rem;
  }
  .hisList__year .txt {
    font-size: 2rem;
  }
  .hisList__month .txt {
    font-size: 2rem;
  }
  .hisList__desc .txt {
    font-size: 1.6rem;
  }
  .serviceSubMenu__ttl .f_en {
    font-size: 3.6rem;
  }
  .serviceSubMenu__ttl .f_jp {
    font-size: 2rem;
  }
  .serviceCard__catch {
    font-size: 1.8rem;
  }
  .serviceCard__cat .txt {
    font-size: 1.6rem;
  }
  .serviceCard__ttl {
    font-size: 3.6rem;
  }
  .serviceCard__desc {
    font-size: 1.6rem;
  }
  .serviceCard__descsmall {
    font-size: 1.3rem;
  }
  .serviceStrengthsCard__num {
    font-size: 1.4rem;
  }
  .serviceStrengthsCard__ttl {
    font-size: 2.4rem;
  }
  .serviceStrengthsCard__catch {
    font-size: 2rem;
  }
  .serviceStrengthsCard__desc {
    font-size: 1.6rem;
  }
  .serviceStrengthsCard__desclist li {
    font-size: 1.4rem;
  }
  .p-about-mission__catch .txt {
    font-size: 6.4rem;
  }
  .p-about-mission__desc .txt {
    font-size: 2.4rem;
  }
  .p-about-vision__body-catch {
    font-size: 3.2rem;
  }
  .p-about-vision__body-desc {
    font-size: 1.8rem;
  }
  .p-about-v30__catch {
    font-size: 6.4rem;
  }
  .p-about-v30__desc .txt {
    font-size: 1.6rem;
  }
  .p-media-cont__head-desc .txt {
    font-size: 1.6rem;
  }
  .t-snslist__ttl {
    font-size: 1.6rem;
  }
  .blog-card__title {
    font-size: 1.6rem;
  }
  .blog-card__desc {
    font-size: 1.4rem;
  }
  .blog-card__domain {
    font-size: 1.2rem;
  }
  .blog-card--fallback {
    font-size: 1.3rem;
  }
  .law .mainTtlarea__inner .cmnTtl01 .f_en {
    font-size: 4.6rem;
  }
  .law .mainTtlarea__inner .cmnTtl01 .f_jp {
    font-size: 3rem;
  }
  .p-law__label {
    font-size: 1.6rem;
  }
  .p-law__data {
    font-size: 1.6rem;
  }
  .p-law__data p, .p-law__data li {
    font-size: 1.6rem;
  }
  .p-recruit-fv__label-txt {
    font-size: 1.6rem;
  }
  .p-recruit-fv__ttl-challenges {
    font-size: 9.3rem;
  }
  .p-recruit-fv__ttl-make {
    font-size: 9.3rem;
  }
  .p-recruit-fv__catch {
    font-size: 2.6rem;
  }
  .p-recruit-fv__nav-txt {
    font-size: 1.6rem;
  }
  .p-recruit-fv__message .txt {
    font-size: 2.4rem;
  }
  .p-recruit-our__name-en .txt {
    font-size: 1.4rem;
  }
  .p-recruit-our__name-jp .txt {
    font-size: 2.4rem;
  }
  .p-recruit-our .recserviceCard__cat .txt {
    font-size: 1.4rem;
  }
  .p-recruit-our .recserviceCard__ttl {
    font-size: 2.8rem;
  }
  .p-recruit-our .recserviceCard__catch {
    font-size: 2rem;
  }
  .p-recruit-our .recserviceCard__desc {
    font-size: 1.6rem;
  }
  .p-recruit-workstyle .recWSCard__cat .txt {
    font-size: 1.4rem;
  }
  .p-recruit-workstyle .recWSCard__ttl {
    font-size: 2.8rem;
  }
  .p-recruit-workstyle .recWSCard__desc .txt {
    font-size: 1.6rem;
  }
  .p-recruit-numbers .numbersCard__head-txt01 {
    font-size: 2.2rem;
  }
  .p-recruit-numbers .numbersCard__head-txt02 {
    font-size: 1.4rem;
  }
  .p-recruit-numbers .numbersCard__body .f52 {
    font-size: 5.2rem;
  }
  .p-recruit-numbers .numbersCard__body .f16 {
    font-size: 1.6rem;
  }
  .p-recruit-numbers .numbersCard__body .f19 {
    font-size: 1.9rem;
  }
  .p-recruit-numbers .numbersCard__body .sub01 {
    font-size: 1.2rem;
  }
  .p-recruit-numbers .lasttxt {
    font-size: 1.2rem;
  }
  .p-recruit-contact .joinus__ttl .txt {
    font-size: 1.6rem;
  }
  .p-recruit-contact .joinus__btn .ouboBtn__box .txt {
    font-size: 2rem;
  }
  .p-recruit-contact .joinus__btn .rec_txt {
    font-size: 1.6rem;
  }
  .teiten_ouboBtn__box .txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1500px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.625vw;
  }
}

@media screen and (max-width: 1289px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.6666666667vw;
  }
  .c-inner01 {
    width: 90%;
  }
  .c-inner02 {
    width: 90%;
  }
  .c-inner03 {
    width: 90%;
  }
  .modal__container .info_cont--fc_haichi {
    width: 80%;
  }
  .p-recruit-fv__cont {
    gap: 4em;
  }
  .p-recruit-fv__body {
    flex: 0 0 46%;
    width: 46%;
  }
}

@media screen and (max-width: 1024px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 896px) {
  body {
    margin: 0;
  }
  html {
    font-size: 2.6666666667vw;
  }
  html.act {
    position: fixed;
    overflow: hidden;
  }
  .kasou #contents {
    padding: 6.4em 0 0;
  }
  .nopage #contents .txt {
    margin: 5em 0;
  }
  .nopage #contents .txt span {
    font-size: 14px;
  }
  .drop-shadow02 {
    filter: drop-shadow(7px 8px 9px rgba(41, 41, 41, 0.2));
  }
  .l-header {
    position: fixed;
    top: 2.4em;
    height: 4.1em;
    margin-top: 2.4em;
    margin-top: 0;
    padding: 0 1.6em;
  }
  .l-header__logo-img {
    z-index: 100;
    position: relative;
    width: 18.8em;
  }
  .l-header__glNavBtnWp {
    display: flex;
    z-index: 1000;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 2em;
  }
  .l-header__glNavBtnWp .glNavBtn {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: auto;
    gap: 0.5em;
  }
  .l-header__glNavBtnWp .glNavBtn.act {
    z-index: 100;
  }
  .l-header__glNavBtnWp .glNavBtn.act span {
    position: absolute;
    background-color: #fff;
  }
  .l-header__glNavBtnWp .glNavBtn.act span:nth-of-type(1) {
    top: 50%;
    transform: rotate(-30deg);
    transition: top 0.2s, transform 0.2s 0.2s;
  }
  .l-header__glNavBtnWp .glNavBtn.act span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__glNavBtnWp .glNavBtn.act span:nth-of-type(3) {
    top: 50%;
    transform: rotate(30deg);
    transition: top 0.2s, transform 0.2s 0.2s;
  }
  .l-glNavMenu {
    display: block;
    z-index: -1;
    position: fixed !important;
    position: relative;
    top: -2.4em;
    left: 0%;
    width: 0;
    height: 0;
    overflow-y: scroll;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .l-glNavMenu__inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 3em 0;
  }
  .l-glNavMenu .menu01__item-txt {
    font-weight: 500;
    font-size: 20px;
  }
  .l-glNavMenu .menu01__item-link a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    padding: 1.3em 0;
  }
  .l-glNavMenu .menu01__item-link .c-arwBtn {
    position: absolute;
    top: 0;
    right: 2em;
    bottom: 0;
    width: 1.3em;
    height: 1.3em;
    margin: auto;
    transform: rotate(-90deg);
    background-color: #3A4C5D;
  }
  .l-glNavMenu .menu01__item-btn {
    width: 100%;
    padding: 1.3em 0;
    text-align: left;
  }
  .l-glNavMenu .menu01__item-btn .c-arwBtn {
    transform: rotate(0deg);
  }
  .l-glNavMenu .menu01--pc {
    display: none;
  }
  .l-glNavMenu.act .menu01 {
    align-items: center;
    gap: 0;
  }
  .l-glNavMenu.act .menu01__item {
    width: 100%;
  }
  .l-glNavMenu.act .menu01__item::before {
    display: none;
  }
  .l-glNavMenu.act .menu01--pc {
    display: none;
  }
  .l-footer {
    padding: 3em 1.6em;
  }
  .l-footer__main {
    padding-bottom: 3.2em;
  }
  .l-footer__catch {
    width: 90%;
    margin: 1.8em auto 0;
  }
  .l-footer__catch img {
    width: 100%;
  }
  .l-footer__content {
    align-items: center;
    width: 100%;
    gap: 3em 0;
  }
  .l-footer__brand {
    align-items: center;
    width: 100%;
    gap: 1.4em;
  }
  .l-footer__logo {
    width: 27em;
  }
  .l-footer__nav {
    width: 27em;
    margin-inline: auto;
    gap: 2.8em 0;
  }
  .l-footer__navCol {
    gap: 1.6em 0;
  }
  .l-footer__navCol:nth-of-type(odd) {
    width: 60%;
  }
  .l-footer__navCol:nth-of-type(even) {
    width: 40%;
  }
  .l-footer__navTtl a {
    font-size: 14px;
  }
  .l-footer__navList {
    gap: 1.2em 0;
  }
  .l-footer__navList li a {
    gap: 0.4em;
    font-size: 13px;
  }
  .l-footer__navList li a::before {
    width: 0.5em;
  }
  .l-footer__navStandalone {
    width: -moz-fit-content;
    width: fit-content;
    gap: 1.4em 0;
  }
  .l-footer__navStandalone li a {
    font-size: 14px;
  }
  .l-footer__bottom {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    padding-top: 1.8em;
    gap: 3em 0;
  }
  .l-footer__media {
    justify-content: center;
    gap: 0 4.4em;
  }
  .l-footer__utility {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 3em;
  }
  .l-footer__utility a {
    font-size: 13px;
  }
  .l-footer__utility small {
    color: rgba(208, 208, 208, 0.5);
  }
  .l-footer__utility-spcopy {
    display: block;
    width: 100%;
    margin-top: 2em;
    text-align: center;
  }
  .c-inner01 {
    width: 91.7%;
  }
  .c-inner02 {
    width: 91.7%;
  }
  .c-inner03 {
    width: 91.7%;
  }
  .c-btnhed {
    aspect-ratio: 343/72;
    width: 100%;
    background-color: #fff;
  }
  .c-btnhed__link {
    justify-content: flex-start;
    gap: 0 2em;
    color: #3A4C5D;
  }
  .c-btnhed__link-txt {
    color: #3A4C5D;
  }
  .c-btnhed__link-txt.f_en {
    color: #3A4C5D;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0.04em;
  }
  .c-btnhed__link .c-arw03 {
    margin-left: auto;
    background-color: #3A4C5D;
  }
  .c-btn01 {
    aspect-ratio: 267/54;
    width: 26.7em;
  }
  .c-btn02__link {
    border-color: rgba(58, 76, 93, 0.3);
    color: #3A4C5D;
    filter: drop-shadow(0px 0px 10px rgba(186, 157, 116, 0.2));
  }
  .c-btn02__link::before {
    opacity: 1;
  }
  .c-btn02__link .c-arw03 {
    background-color: #3A4C5D;
  }
  .pageSubMenu {
    justify-content: space-between;
    margin-top: 3em;
    gap: 1.6em 0;
  }
  .pageSubMenu__list {
    width: 15.5em;
  }
  .pageSubMenu .f_jp {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  .pageSubMenu .f_en {
    font-size: 10px;
  }
  .c-bntlist {
    gap: 1.6em 0;
  }
  .mainTtlarea__inner {
    padding: 2.5em 0 3em;
  }
  .mainTtlarea__inner .cmnTtl01 {
    gap: 1em 0;
  }
  .mainTtlarea__inner .cmnTtl01 .f_en {
    padding-left: 0.4em;
    font-size: 40px;
  }
  .mainTtlarea__inner .cmnTtl01 .f_en::before {
    width: 0.15em;
    height: 0.15em;
  }
  .mainTtlarea__inner .cmnTtl01 .f_jp {
    font-size: 16px;
  }
  .cmnTtl01 {
    gap: 0.6em 0;
  }
  .cmnTtl01 .f_en {
    font-size: 36px;
  }
  .cmnTtl01 .f_jp {
    font-size: 14px;
  }
  .cmnTtl02 {
    gap: 0.6em 0;
  }
  .cmnTtl02 .f_en {
    padding-left: 0.4em;
    padding-left: 0.4642857143em;
    font-size: 28px;
  }
  .cmnTtl02 .f_en::before {
    width: 0.15em;
    width: 0.1785714286em;
    height: 0.15em;
    height: 0.1785714286em;
  }
  .cmnTtl02 .f_jp {
    font-size: 12px;
  }
  .cmnTtl03 {
    padding-left: 1.5em;
    gap: 0;
  }
  .cmnTtl03::before {
    top: 1.6em;
  }
  .cmnTtl03 .txt01 {
    font-size: 20px;
    line-height: 2;
  }
  .cmnTtl03--privacy::before {
    top: 1.2em;
  }
  .cmnTtl03--privacy .txt {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .c-arw03maru--spwhite {
    background-color: #fff;
  }
  .c-arw03maru--spwhite::before {
    background-color: #3A4C5D;
  }
  .c-arw03maru--spwhite::after {
    background-color: #fff;
  }
  .c-qa__item-trigger, .c-qa__item-panel {
    padding: 0 3em 0 4.6em;
  }
  .c-qa__item-trigger .ico_qa, .c-qa__item-panel .ico_qa {
    width: 1.75em;
    height: 1.75em;
    font-size: 16px;
  }
  .c-qa__item-trigger {
    padding-block: 2.4em;
  }
  .c-qa__item-trigger .txt {
    font-size: 13px;
    line-height: 1.5;
  }
  .c-qa__item-panel {
    padding-bottom: 2.4em;
  }
  .c-qa__item-panel .txt {
    font-size: 13px;
    line-height: 1.5;
  }
  .actinview .fadeIn00no .fadeIn00 {
    transition: opacity 1s;
  }
  .actinview .fadeIn00 {
    transition: opacity 1.2s, transform 1.2s;
  }
  .actinview .fadeIn01 {
    transition: all 1.2s;
  }
  .c-breadcrumbs {
    display: none;
  }
  .c-breadcrumbs__item::before {
    width: 1.2em;
    height: 0.6em;
  }
  .pgBox .pagination {
    margin-top: 3em;
  }
  .pgBox02 {
    padding-bottom: 6em;
    padding-inline: 2.7em;
  }
  .pgBox02 .pagination {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.2em 0;
  }
  .pgBox02 .listlink {
    order: -1;
  }
  .pgBox02 .arwlink {
    width: 100%;
  }
  .pgBox02 .arwlink a {
    gap: 0 0.8em;
  }
  .pgBox02 .arwlink .prev,
  .pgBox02 .arwlink .next {
    width: 24.7em;
    font-size: 12px;
    line-height: 1.6;
  }
  .modal__overlay {
    padding: 0;
  }
  .modal__container .info_cont--fc_haichi {
    width: 90%;
  }
  .modal__container .info_cont .p-facility-haichiModal__img figcaption {
    font-size: 14px;
  }
  .modal__close:focus {
    outline: none;
  }
  .modal__close span::before, .modal__close span::after {
    width: 0.2em;
    height: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .p-index-fv__bg {
    top: -10em;
    right: -6em;
  }
  .p-index-fv__bg-blur {
    bottom: -5em;
    height: 15em;
  }
  .p-index-fv__bg .fvSliderWp {
    width: 36.8em;
    height: 63.3em;
  }
  .p-index-fv__bg .fvSlider {
    gap: 0 1.2em;
  }
  .p-index-fv__bg .fvSlider__list {
    gap: 1.2em 0;
  }
  .p-index-fv__bg .fvSlider__item {
    width: 12em;
  }
  .p-index-fv__base {
    height: auto;
  }
  .p-index-fv__inner {
    display: block;
    padding: 20em 0;
  }
  .p-index-fv__txt {
    width: 30.7em;
    margin: auto;
  }
  .p-index-fv__txt-ttl {
    width: 100%;
  }
  .p-index-fv__txt-subttl {
    margin-right: auto;
    font-size: 16px;
    text-align: center;
  }
  .p-index-fv__txt-img {
    gap: 0.5em 0;
  }
  .p-index-fv__news {
    position: static;
    width: 34.3em;
    margin: auto;
    padding: 1.8em 2em;
    border-radius: 0.8em;
  }
  .p-index-fv__news-info {
    margin-bottom: 1em;
    gap: 0 2.4em;
  }
  .p-index-fv__news-info .date {
    font-size: 10px;
  }
  .p-index-fv__news-info .cat {
    padding: 0.4em 0.8em;
    border-radius: 0.6em;
  }
  .p-index-fv__news-info .cat span {
    font-size: 10px;
  }
  .p-index-fv__news-ttl {
    font-size: 12px;
  }
  .p-index-catch {
    padding: 7.2em 0 4.8em;
  }
  .p-index-catch__txt {
    margin-bottom: 1.8em;
  }
  .p-index-catch__txt p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  .p-index-catch__txt--02 {
    margin-bottom: 4.6em;
  }
  .p-index-catch__logoslider {
    margin-top: 4.6em;
    gap: 0 2.8em;
  }
  .p-index-catch__logoslider .logoslide {
    gap: 0 3.8em;
    animation-duration: 30s;
  }
  .p-index-catch__logoslider .logoslide__item {
    height: 6.2em;
  }
  .p-index-service {
    padding: 3.8em 0;
  }
  .p-index-service__head {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 2.4em;
    gap: 2.4em 0;
  }
  .p-index-service__head-lead {
    font-size: 13px;
    line-height: 2;
  }
  .p-index-service__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4em 0;
  }
  .p-index-service__item {
    width: 100%;
  }
  .p-index-service__img {
    aspect-ratio: 344/179;
    border-radius: 0.8em;
  }
  .p-index-service__txt {
    margin-top: 1.8em;
    text-align: center;
  }
  .p-index-service__name-en {
    padding-left: 0;
  }
  .p-index-service__name-en::before {
    display: none;
  }
  .p-index-service__name-en p {
    font-size: 12px;
  }
  .p-index-service__name-jp {
    margin-top: 0.3em;
    font-size: 22px;
  }
  .p-index-service__name-jp p {
    font-size: 24px;
  }
  .p-index-service__btn {
    margin-top: 4.8em;
  }
  .p-index-news {
    padding: 3.8em 0;
  }
  .p-index-news__inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2.8em 0;
  }
  .p-index-news__head {
    width: 100%;
    gap: 0;
  }
  .p-index-news__head-btn {
    display: none;
  }
  .p-index-news__list {
    width: 100%;
  }
  .p-index-news__btn {
    display: block;
    margin: 2.8em auto 0;
  }
  .p-index-media {
    padding: 3.8em 0;
  }
  .p-index-media__head {
    margin-bottom: 2.8em;
  }
  .p-index-media__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1.2em 0;
  }
  .p-index-media__item {
    width: 100%;
  }
  .p-index-media__link {
    flex-direction: row;
    justify-content: space-between;
    padding: 1.4em 2.2em;
    gap: 1em 0;
  }
  .p-index-media__icon--note {
    width: 3.5em;
  }
  .p-index-media__icon--note::before {
    background-image: url("../img/common/icoNote02.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-index-media__name {
    font-weight: 700;
    font-size: 18px;
    text-align: left;
  }
  .p-index-media__desc {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-index-media__btn {
    margin: 2.8em auto 0;
  }
  .p-index-banners {
    padding: 3.8em 1.8em;
  }
  .p-index-banners__inner {
    width: 100%;
  }
  .p-index-banners__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2.8em 0;
  }
  .p-index-banners__item {
    aspect-ratio: 343/190;
    width: 100%;
  }
  .p-index-banners__link {
    border-radius: 1em;
  }
  .p-index-banners__bg {
    background-color: rgba(58, 76, 93, 0.6);
  }
  .p-index-banners__content {
    align-items: flex-start;
    padding: 2.5em 2.5em;
    gap: 1.8em 0;
  }
  .p-index-banners__ttl {
    gap: 0.6em 0;
  }
  .p-index-banners__ttl-en {
    color: #fff;
    font-size: 36px;
  }
  .p-index-banners__ttl-en::before {
    background-color: #fff;
  }
  .p-index-banners__ttl-jp {
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px;
  }
  .p-index-banners__bottom {
    gap: 0 3em;
  }
  .p-index-banners__desc {
    color: #fff;
    font-size: 13px;
    line-height: 1.8;
  }
  .c-cmnCont {
    padding: 3.2em 0 3em;
  }
  .c-cmnCont.pb0 {
    padding-bottom: 0;
  }
  .l-stickyarea {
    display: block;
  }
  .l-stickyarea__main {
    width: 100%;
  }
  .l-stickyarea__aside {
    display: none;
  }
  .v-Editor p, .v-Editor li {
    line-height: 1.75;
  }
  .v-Editor .gallery-columns-3 .gallery-item, .v-Editor .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .v-Editor .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
  .privacy .mainTtlarea__inner .cmnTtl01 {
    gap: 1em 0;
  }
  .privacy .mainTtlarea__inner .cmnTtl01 .f_en {
    padding-left: 0.58em;
    font-size: 24px;
    line-height: 1.2;
  }
  .privacy .mainTtlarea__inner .cmnTtl01 .f_en::before {
    width: 0.25em;
    height: 0.25em;
  }
  .privacy .mainTtlarea__inner .cmnTtl01 .f_jp {
    font-size: 19px;
    line-height: 1.8;
  }
  .p-privacy {
    padding: 3.2em 0 6em;
  }
  .p-privacy__inner {
    gap: 4em 0;
  }
  .p-privacy__section {
    gap: 1.6em 0;
  }
  .p-privacy__section + .p-privacy__section {
    margin-top: 0;
  }
  .p-privacy__box {
    gap: 1.8em 0;
  }
  .p-privacy__section + .p-privacy__section .p-privacy__box {
    gap: 1.8em 0;
  }
  .p-privacy__ttl {
    font-size: 24px;
    line-height: 1.6;
  }
  .p-privacy__subttl {
    font-size: 20px;
    line-height: 1.5;
  }
  .p-privacy__smallttl {
    font-size: 20px;
    line-height: 1.2;
  }
  .p-privacy__listblock {
    gap: 0.8em 0;
  }
  .p-privacy__listttl {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-privacy p, .p-privacy li {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-privacy ol {
    margin-left: 2.5em;
  }
  .p-privacy__note {
    font-size: 12px;
    line-height: 1.8;
  }
  .p-privacy__note p {
    font-size: 12px;
    line-height: 1.8;
  }
  .p-privacy__indent p {
    line-height: 1.8;
  }
  .p-privacy__contact + .p-privacy__sign {
    margin-top: 1em;
  }
  .p-privacy__contactblock {
    margin-bottom: 2.3em;
  }
  .c-newslist__list {
    width: 100%;
  }
  .c-newslist__list-item.nolist {
    padding: 1.4em 0;
  }
  .c-newslist__list-item.nolist p {
    font-size: 13px;
  }
  .c-newslist__list-item:not(:last-child) {
    margin-bottom: 2em;
  }
  .c-newslist__list-link {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 1.4em 0;
  }
  .c-newslist__thumb {
    aspect-ratio: 132/103;
    width: 13.2em;
  }
  .c-newslist__body {
    display: block;
    width: calc(100% - 18em);
  }
  .c-newslist__cat {
    padding: 0.6em 1em;
    border-radius: 0.5em;
  }
  .c-newslist__cat p {
    font-size: 11px;
  }
  .c-newslist__ttl {
    font-size: 14px;
    line-height: 1.57;
  }
  .c-newslist__infosp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0.8em;
    gap: 0 0.8em;
  }
  .p-news-wp {
    padding: 3.2em 0 3.8em;
  }
  .p-news-wp--page {
    padding: 2.8em 0 3.8em;
  }
  .p-news-list {
    width: 100%;
  }
  .p-news-filter .categorybox__ttl {
    font-size: 14px;
  }
  .p-news-filter .categorybox__year {
    margin-bottom: 0;
  }
  .p-news-navi {
    width: 100%;
  }
  .p-news-filter-sp {
    display: block;
    width: 100%;
    margin-bottom: 3em;
    background-color: #fff;
  }
  .p-news-page__ttlarea {
    padding-bottom: 3em;
  }
  .p-news-page__ttl {
    font-size: 22px;
    line-height: 1.5;
  }
  .p-news-page__timearea {
    margin-bottom: 1.4em;
    gap: 0 0.8em;
  }
  .p-news-page__time {
    font-size: 12px;
  }
  .p-news-page__cat {
    padding: 0.4em 0.8em;
  }
  .p-news-page__cat span {
    font-size: 10px;
  }
  .p-news-page__content_box {
    padding: 2.8em 0 3.8em;
  }
  .p-news-page__content {
    font-size: 13px;
  }
  .p-news-page__content p, .p-news-page__content li {
    font-size: 13px;
    line-height: 1.77;
  }
  .p-news-page__content ul, .p-news-page__content ol {
    margin-right: 0;
    margin-left: 1.5em;
  }
  .p-news-page__content h2 {
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 1.78;
  }
  .p-news-page__content h3 {
    margin-bottom: 1em;
    padding: 0.3em 0 0.3em 1em;
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .p-news-page__content h3::before {
    width: 0.4em;
  }
  .p-news-page__content #ez-toc-container {
    margin-bottom: 2.4em;
    padding: 3.2em 1.6em;
  }
  .p-news-page__content #ez-toc-container .ez-toc-list li {
    font-size: 13px;
    line-height: 1.2;
  }
  .p-news-page__content #ez-toc-container .ez-toc-list li::before {
    top: 0.5em;
    width: 4px;
    height: 4px;
  }
  .p-news-page__sidebar {
    width: 100%;
    margin-bottom: 2.2em;
  }
  .p-news-page__sidebar-date {
    margin-bottom: 1.4em;
  }
  .p-contact-first__inner {
    padding: 3.2em 0 0;
    gap: 1em 0;
  }
  .p-contact-first__inner .txt {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }
  .p-contact-thanks {
    padding-top: 3.2em;
    padding-bottom: 6em;
  }
  .p-contact-thanks__ttl {
    font-size: 24px;
    line-height: 1.5;
  }
  .p-contact-thanks__desc {
    gap: 1em 0;
  }
  .p-contact-thanks__desc .txt {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }
  .p-contact-cont {
    padding-top: 3.2em;
    padding-bottom: 10em;
  }
  .p-contact-cont__inner {
    width: 100%;
    padding: 0;
  }
  .p-contact-cont .input_area {
    gap: 2.4em 0;
  }
  .p-contact-cont .input_area dl {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.8em 0;
  }
  .p-contact-cont .input_area .input_ttl {
    width: 100%;
  }
  .p-contact-cont .input_area .input_ttl .txt {
    font-size: 13px;
  }
  .p-contact-cont .input_area .input_data {
    width: 100%;
  }
  .p-contact-cont .input_area .input_data input, .p-contact-cont .input_area .input_data select, .p-contact-cont .input_area .input_data textarea {
    padding: 0.4em 1em;
  }
  .p-contact-cont .bl_select .select_wp::after {
    top: 1.2em;
    width: 1.3em;
    height: 1.6em;
  }
  .p-contact-cont .input_area .input_data .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0 0 0.5em;
  }
  .p-contact-cont .lastBlk {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .p-contact-cont .input_area .input_data input::-moz-placeholder, .p-contact-cont .input_area .input_data textarea::-moz-placeholder {
    font-size: 14px;
  }
  .p-contact-cont .input_area .input_data input::placeholder,
  .p-contact-cont .input_area .input_data textarea::placeholder {
    font-size: 14px;
  }
  .p-contact-cont .input_area .input_data .wpcf7-not-valid-tip {
    margin-top: 1em;
    font-size: 14px;
  }
  .p-contact-cont .wpcf7 form .wpcf7-response-output {
    margin-bottom: 2em;
    font-size: 15px;
  }
  .p-contact-cont .wpcf7 form.invalid .wpcf7-response-output {
    padding: 2%;
  }
  .p-contact-cont .wpcf7 form.sent .wpcf7-response-output {
    padding: 2%;
  }
  .p-contact-cont .req {
    padding: 0.2em 1em 0.3em;
    font-size: 11px;
  }
  .wpcf7-turnstile.cf-turnstile {
    margin-bottom: 5em !important;
  }
  .p-company-outline__ttl {
    margin-bottom: 1em;
  }
  .p-company-outline__table {
    margin-bottom: 4em;
  }
  .p-company-outline__table-row {
    display: block;
  }
  .p-company-outline__table-label {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    padding: 1.4em 0 0;
    border-bottom: 0;
  }
  .p-company-outline__table-label p {
    font-size: 14px;
    line-height: 1.8;
  }
  .p-company-outline__table-data {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0 1.4em;
    gap: 1em 0;
  }
  .p-company-outline__table-data p {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-company-outline__table-map {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-company-outline__table-map-icon {
    width: 1em;
    height: 1em;
  }
  .p-company-outline__gmap {
    width: 100vw;
    height: 20em;
    margin: 0 calc(50% - 50vw);
    margin-top: 0;
  }
  .p-company-members__ttl {
    margin-bottom: 3em;
  }
  .p-company-members__box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 3em;
    gap: 1.2em 0;
  }
  .p-company-members__img {
    width: 100%;
  }
  .p-company-members__txt {
    width: 100%;
  }
  .p-company-members__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 3.6em 0;
  }
  .p-company-members__item {
    width: 100%;
  }
  .p-company-members__note {
    margin-top: 3em;
  }
  .memCard__image {
    margin-bottom: 1.2em;
  }
  .memCard__ttl {
    margin-bottom: 1.2em;
  }
  .memCard__ttl--long {
    margin-bottom: 1.2em;
    text-align: center;
  }
  .memCard__ttl-role {
    font-size: 12px;
  }
  .memCard__ttl-name {
    gap: 1em 0;
  }
  .memCard__ttl-name--long {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 1em 0;
  }
  .memCard__ttl-name .f_en {
    font-size: 12px;
  }
  .memCard__desc--long {
    font-size: 13px;
    line-height: 1.77;
  }
  .memCard__sns {
    margin: 1em auto 0;
  }
  .memCard__sns--pc {
    display: none;
  }
  .memCard__more {
    margin-top: 2em;
  }
  .memCard__more.js-moretcont {
    display: none;
  }
  .p-company-history__ttl {
    margin-bottom: 3em;
  }
  .hisList__item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    padding-bottom: 1.6em;
    padding-left: 1.8em;
    gap: 0.8em 0;
  }
  .hisList__year .txt {
    width: 2em;
    font-size: 16px;
  }
  .hisList__box {
    gap: 0.8em 0;
  }
  .hisList__cont {
    gap: 0 1em;
  }
  .hisList__month .txt {
    width: 1em;
    font-size: 16px;
  }
  .hisList__desc .txt {
    margin-top: 0.1em;
    font-size: 13px;
    line-height: 1.8;
  }
  .serviceSubMenu {
    padding: 5em 0;
  }
  .serviceSubMenu__list {
    gap: 1.2em 0;
  }
  .serviceSubMenu__item {
    aspect-ratio: 334/111;
    width: 100%;
    background-color: #3A4C5D;
  }
  .serviceSubMenu__link {
    padding: 2em;
  }
  .serviceSubMenu__ttl .f_en {
    color: #fff;
    font-size: 32px;
  }
  .serviceSubMenu__ttl .f_en::before {
    background-color: #fff;
  }
  .serviceSubMenu__ttl .f_jp {
    color: #fff;
    font-size: 16px;
  }
  .serviceCard {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 3em 0;
    gap: 1.8em 0;
  }
  .serviceCard__img {
    aspect-ratio: 344/179;
    width: 100%;
    border-radius: 0.8em;
  }
  .serviceCard__body {
    width: 100%;
    gap: 1.8em 0;
  }
  .serviceCard__head {
    align-items: center;
    gap: 0;
  }
  .serviceCard__catch {
    font-size: 16px;
    line-height: 1.7;
  }
  .serviceCard__cat {
    padding-left: 0;
  }
  .serviceCard__cat::before {
    display: none;
  }
  .serviceCard__cat .txt {
    font-size: 13px;
  }
  .serviceCard__ttl {
    font-size: 24px;
    line-height: 1.6;
  }
  .serviceCard__desc {
    font-size: 13px;
    line-height: 1.5;
  }
  .serviceCard__descsmall {
    font-size: 12px;
    line-height: 1.5;
  }
  .serviceCard__btn {
    margin-inline: auto;
  }
  .p-service-strengths__ttl {
    margin-bottom: 2em;
  }
  .p-service-strengths__list {
    gap: 3.2em 0;
  }
  .p-service-strengths__item {
    width: 100%;
  }
  .p-service-strengths__instaOperation {
    margin: 4em 0;
  }
  .serviceStrengthsCard {
    gap: 1em 0;
  }
  .serviceStrengthsCard__body {
    gap: 1em 0;
  }
  .serviceStrengthsCard__ttl {
    min-height: auto;
    font-size: 20px;
    line-height: 1.5;
  }
  .serviceStrengthsCard__catch {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
  }
  .serviceStrengthsCard__desc {
    font-size: 13px;
    line-height: 1.5;
  }
  .serviceStrengthsCard__desclist li {
    font-size: 12px;
    line-height: 1.5;
  }
  .p-about-mission {
    padding: 4em 0 5em;
  }
  .p-about-mission__bgslider {
    bottom: 6em;
  }
  .p-about-mission__bgslider-set {
    padding-right: 4.4em;
    gap: 0 4.4em;
  }
  .p-about-mission__bgslider-group {
    gap: 0 4.4em;
  }
  .p-about-mission__bgslider .item01 {
    margin-right: 3.6em;
  }
  .p-about-mission__bgslider .item02 {
    margin-right: 4.8em;
  }
  .p-about-mission__bgslider .item03 {
    margin-right: 4.4em;
  }
  .p-about-mission__bgslider .item04 {
    margin-right: 5em;
  }
  .p-about-mission__bgslider .item05 {
    margin-right: 4.9em;
  }
  .p-about-mission__bgslider .item06 {
    margin-bottom: 3.5em;
  }
  .p-about-mission__bgslider .item07 {
    margin-right: 2.2em;
  }
  .p-about-mission__bgslider .item09 {
    margin-left: -0.5em;
  }
  .p-about-mission__ttl {
    margin-bottom: 2em;
  }
  .p-about-mission__catch {
    margin-bottom: 2em;
  }
  .p-about-mission__catch .txt {
    font-size: 36px;
    line-height: 1.4;
  }
  .p-about-mission__desc {
    gap: 2em 0;
  }
  .p-about-mission__desc .txt {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .p-about-vision {
    padding-bottom: 0;
  }
  .p-about-vision__box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 4em 0 3em;
    gap: 2em 0;
  }
  .p-about-vision__box:last-child {
    padding-bottom: 6em;
  }
  .p-about-vision__ttl {
    width: 100%;
  }
  .p-about-vision__ttl .f_en {
    font-size: 28px;
  }
  .p-about-vision__body {
    width: 100%;
    gap: 1.2em 0;
  }
  .p-about-vision__body-catch {
    font-size: 18px;
    line-height: 1.6;
  }
  .p-about-vision__body-desc {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.6;
  }
  .p-about-v30 {
    padding: 7em 0 8em;
  }
  .p-about-v30__cont {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1.8em 0;
  }
  .p-about-v30__body {
    display: contents;
    width: 100%;
    height: auto;
  }
  .p-about-v30__ttl {
    order: 1;
    width: 100%;
  }
  .p-about-v30__ttl .f_en {
    font-size: 28px;
  }
  .p-about-v30__ttl .f_jp {
    text-align: left;
  }
  .p-about-v30__catch {
    order: 2;
    width: 100%;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
  }
  .p-about-v30__catch br {
    display: none;
  }
  .p-about-v30__desc {
    order: 4;
    width: 100%;
    gap: 0.8em 0;
  }
  .p-about-v30__desc .txt {
    font-weight: 500;
    font-size: 13px;
  }
  .p-about-v30__img {
    position: static;
    order: 3;
    aspect-ratio: 2060/1240;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .p-about-v30__img img {
    -o-object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about .serviceSubMenu {
    padding: 3em 0;
  }
  .p-media-contlist {
    width: 86.2%;
    padding-bottom: 6em;
  }
  .p-media-cont {
    flex-wrap: nowrap;
    padding: 3em 0;
    gap: 2em 0;
  }
  .p-media-cont--youtube .p-media-cont__head {
    padding-bottom: 2em;
  }
  .p-media-cont__head {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 1.4em 0;
  }
  .p-media-cont__head-ttl .ttl_insta {
    width: 20em;
  }
  .p-media-cont__head-ttl .ttl_youtube {
    width: 13.5em;
  }
  .p-media-cont__head-ttl .ttl_tiktok {
    width: 13.6em;
  }
  .p-media-cont__head-ttl .ttl_note {
    width: 13.6em;
  }
  .p-media-cont__head-ttl {
    align-items: center;
    width: 100%;
    gap: 1em 0;
  }
  .p-media-cont__head-ttl .f_en {
    padding-left: 0;
    font-size: 40px;
  }
  .p-media-cont__head-ttl .f_en::before {
    display: none;
  }
  .p-media-cont__head-desc {
    width: 100%;
  }
  .p-media-cont__head-desc .txt {
    font-size: 13px;
    line-height: 1.5;
  }
  .p-media-cont__btn.mt {
    margin-top: 2em;
  }
  .t-snslist {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4em 0;
  }
  .t-snslist li {
    width: 100%;
  }
  .layout-instagram li:nth-child(2),
  .layout-tiktok li:nth-child(2) {
    display: none;
  }
  .layout-instagram li:nth-child(3),
  .layout-tiktok li:nth-child(3) {
    display: none;
  }
  .blog-card__body {
    width: 100%;
    padding: 1.2em 1.4em;
    gap: 0.6em 0;
  }
  .blog-card__title {
    font-size: 13px;
  }
  .blog-card__desc {
    -webkit-line-clamp: 1;
    font-size: 11px;
  }
  .blog-card__domain {
    font-size: 10px;
  }
  .law .mainTtlarea__inner .cmnTtl01 {
    gap: 1em 0;
  }
  .law .mainTtlarea__inner .cmnTtl01 .f_en {
    padding-left: 0.58em;
    font-size: 24px;
    line-height: 1.2;
  }
  .law .mainTtlarea__inner .cmnTtl01 .f_en::before {
    width: 0.25em;
    height: 0.25em;
  }
  .law .mainTtlarea__inner .cmnTtl01 .f_jp {
    font-size: 19px;
    line-height: 1.8;
  }
  .p-law {
    padding: 0.8em 0 6em;
  }
  .p-law__row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 1.8em 0;
    gap: 0.6em 0;
  }
  .p-law__label {
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
  }
  .p-law__data {
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
  }
  .p-law__data p, .p-law__data li {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-law__textblock {
    margin-bottom: 1.5em;
  }
  .p-law__tool {
    margin-bottom: 0.8em;
  }
  .p-recruit-fv {
    padding-top: 1.5em;
    padding-bottom: 3em;
  }
  .p-recruit-fv__bread {
    display: none;
  }
  .p-recruit-fv__bread .c-breadcrumbs {
    margin-bottom: 2.5em;
  }
  .p-recruit-fv__cont {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    padding-left: 0;
    gap: 0;
  }
  .p-recruit-fv__body {
    flex: none;
    width: 100%;
    padding: 1.5em 1.5em 0;
    gap: 2em 0;
  }
  .p-recruit-fv__label {
    margin-bottom: 1em;
    gap: 0.8em;
  }
  .p-recruit-fv__label-dot {
    width: 0.5em;
    height: 0.5em;
  }
  .p-recruit-fv__ttl-challenges {
    font-size: 52px;
  }
  .p-recruit-fv__ttl-row2 {
    margin-left: 6em;
  }
  .p-recruit-fv__ttl-make {
    font-size: 52px;
  }
  .p-recruit-fv__ttl-you {
    bottom: -3em;
    width: 14.7em;
  }
  .p-recruit-fv__catch {
    font-size: 20px;
    text-align: center;
  }
  .p-recruit-fv__nav {
    padding-top: 1.5em;
  }
  .p-recruit-fv__nav-list {
    gap: 1.7em 1.8em;
  }
  .p-recruit-fv__nav-link {
    padding-left: 1em;
  }
  .p-recruit-fv__nav-link::before {
    width: 0.5em;
    height: 0.5em;
  }
  .p-recruit-fv__nav-txt {
    font-size: 13px;
  }
  .p-recruit-fv__hero {
    flex: none;
    aspect-ratio: 375/250;
    width: 100%;
    border-radius: 0;
  }
  .p-recruit-fv__message {
    padding: 4em 0 5em;
    gap: 2em 0;
  }
  .p-recruit-fv__message .txt {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
  .p-recruit-fv__bgslider-set {
    padding-right: 4.4em;
    gap: 0 4.4em;
  }
  .p-recruit-fv__bgslider-group {
    gap: 0 4.4em;
  }
  .p-recruit-our__ttl {
    margin-bottom: 3.8em;
  }
  .p-recruit-our__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 2.8em;
    gap: 2.8em 0;
  }
  .p-recruit-our__item {
    width: 100%;
  }
  .p-recruit-our__img {
    aspect-ratio: 344/154;
    border-radius: 0.8em;
  }
  .p-recruit-our__txt {
    margin-top: 0.8em;
  }
  .p-recruit-our__name-en {
    display: none;
  }
  .p-recruit-our__name-en::before {
    display: none;
  }
  .p-recruit-our__name-en .txt {
    font-size: 12px;
  }
  .p-recruit-our__name-jp {
    margin-top: 0.3em;
  }
  .p-recruit-our__name-jp .txt {
    font-size: 18px;
  }
  .p-recruit-our__btn {
    margin: 2.8em auto;
  }
  .p-recruit-our .recserviceCard {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 3em 0;
    gap: 1.8em 0;
  }
  .p-recruit-our .recserviceCard__img {
    aspect-ratio: 344/179;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
  }
  .p-recruit-our .recserviceCard__body {
    width: 100%;
    gap: 1.8em 0;
  }
  .p-recruit-our .recserviceCard__head {
    gap: 0.5em 0;
  }
  .p-recruit-our .recserviceCard__cat::before {
    width: 0.4em;
    height: 0.4em;
  }
  .p-recruit-our .recserviceCard__ttl {
    line-height: 1.6;
  }
  .p-recruit-our .recserviceCard__catch {
    padding: 0 1em;
    font-size: 16px;
    line-height: 1.7;
  }
  .p-recruit-our .recserviceCard__desc {
    padding: 0 1em;
    font-size: 13px;
    line-height: 1.5;
  }
  .p-recruit-our .recserviceCard__btn {
    margin-inline: auto;
  }
  .p-recruit-workstyle .recWSCard {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 3em 0;
    gap: 1.8em 0;
  }
  .p-recruit-workstyle .recWSCard__img {
    aspect-ratio: 344/218;
    width: 100%;
  }
  .p-recruit-workstyle .recWSCard__body {
    width: 100%;
    gap: 0.9em 0;
  }
  .p-recruit-workstyle .recWSCard__head {
    gap: 0.5em 0;
  }
  .p-recruit-workstyle .recWSCard__ttl {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .p-recruit-workstyle .recWSCard__desc .txt {
    font-size: 13px;
    line-height: 1.5;
  }
  .p-recruit-numbers {
    padding: 7em 0;
  }
  .p-recruit-numbers__ttl {
    margin-bottom: 2em;
  }
  .p-recruit-numbers__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2.6em 0;
  }
  .p-recruit-numbers__item {
    aspect-ratio: 333/170;
    width: 100%;
    background-image: url("../img/recruit/numberBgsp.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-recruit-numbers .numbersCard__head-txt01 {
    font-size: 20px;
  }
  .p-recruit-numbers .numbersCard__body.mt20 {
    margin-top: 0.8em;
  }
  .p-recruit-numbers .numbersCard__body .partable {
    margin-bottom: 0.6em;
  }
  .p-recruit-numbers .lasttxt {
    font-size: 12px;
    text-align: left;
  }
  .p-recruit-faq {
    padding: 6em 0 7em;
  }
  .p-recruit-faq__ttl {
    margin-bottom: 2em;
  }
  .p-recruit-contact {
    border-bottom: none;
  }
  .p-recruit-contact::before {
    background-image: url("../img/recruit/recoubo_bgsp.webp");
    background-position: center center;
    background-position: center 100%;
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-recruit-contact .joinus {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 5.6em 0;
    gap: 2em 0;
  }
  .p-recruit-contact .joinus::before, .p-recruit-contact .joinus::after {
    display: none;
  }
  .p-recruit-contact .joinus__ttl {
    width: 100%;
  }
  .p-recruit-contact .joinus__ttl .cmnTtl02 {
    margin-bottom: 2.5em;
  }
  .p-recruit-contact .joinus__btn {
    width: 100%;
  }
  .p-recruit-contact .joinus__btn .ouboBtn {
    aspect-ratio: 333/107;
    width: 100%;
  }
  .p-recruit-contact .joinus__btn .ouboBtn__box {
    gap: 1em 0;
  }
  .p-recruit-contact .joinus__btn .ouboBtn__box .txt {
    font-size: 16px;
  }
  .p-recruit-contact .joinus__btn .ouboBtn__img {
    width: 17.8em;
  }
  .p-recruit-contact .joinus__btn .rec_txt {
    margin-top: 1em;
  }
  .teiten_ouboBtn__box {
    gap: 1em 0;
  }
  .teiten_ouboBtn__box .txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}

@media screen and (min-width: 1921px) {
  html {
    font-size: 0.5208333333vw;
  }
  img {
    width: 100%;
  }
  .c-inner01 {
    width: 147.6em !important;
    max-width: none;
  }
  .c-inner02 {
    width: 130em !important;
    max-width: none;
  }
  .c-inner03 {
    width: 110em !important;
    max-width: none;
  }
}

@media screen and (min-width: 1025px) {
  .tel {
    cursor: default;
    pointer-events: none;
  }
}

@media screen and (max-width: 896px) and (max-width: 1536px) {
  .nopage #contents .txt span {
    font-size: 1.4rem;
  }
  .l-glNavMenu .menu01__item-txt {
    font-size: 2rem;
  }
  .l-footer__navTtl a {
    font-size: 1.4rem;
  }
  .l-footer__navList li a {
    font-size: 1.3rem;
  }
  .l-footer__navStandalone li a {
    font-size: 1.4rem;
  }
  .l-footer__utility a {
    font-size: 1.3rem;
  }
  .c-btnhed__link-txt.f_en {
    font-size: 3.6rem;
  }
  .pageSubMenu .f_jp {
    font-size: 1.4rem;
  }
  .pageSubMenu .f_en {
    font-size: 1rem;
  }
  .mainTtlarea__inner .cmnTtl01 .f_en {
    font-size: 4rem;
  }
  .mainTtlarea__inner .cmnTtl01 .f_jp {
    font-size: 1.6rem;
  }
  .cmnTtl01 .f_en {
    font-size: 3.6rem;
  }
  .cmnTtl01 .f_jp {
    font-size: 1.4rem;
  }
  .cmnTtl02 .f_en {
    font-size: 2.8rem;
  }
  .cmnTtl02 .f_jp {
    font-size: 1.2rem;
  }
  .cmnTtl03 .txt01 {
    font-size: 2rem;
  }
  .cmnTtl03--privacy .txt {
    font-size: 2rem;
  }
  .c-qa__item-trigger .ico_qa, .c-qa__item-panel .ico_qa {
    font-size: 1.6rem;
  }
  .c-qa__item-trigger .txt {
    font-size: 1.3rem;
  }
  .c-qa__item-panel .txt {
    font-size: 1.3rem;
  }
  .pgBox02 .arwlink .prev,
  .pgBox02 .arwlink .next {
    font-size: 1.2rem;
  }
  .modal__container .info_cont .p-facility-haichiModal__img figcaption {
    font-size: 1.4rem;
  }
  .p-index-fv__txt-subttl {
    font-size: 1.6rem;
  }
  .p-index-fv__news-info .date {
    font-size: 1rem;
  }
  .p-index-fv__news-info .cat span {
    font-size: 1rem;
  }
  .p-index-fv__news-ttl {
    font-size: 1.2rem;
  }
  .p-index-catch__txt p {
    font-size: 1.6rem;
  }
  .p-index-service__head-lead {
    font-size: 1.3rem;
  }
  .p-index-service__name-en p {
    font-size: 1.2rem;
  }
  .p-index-service__name-jp {
    font-size: 2.2rem;
  }
  .p-index-service__name-jp p {
    font-size: 2.4rem;
  }
  .p-index-media__name {
    font-size: 1.8rem;
  }
  .p-index-media__desc {
    font-size: 1.3rem;
  }
  .p-index-banners__ttl-en {
    font-size: 3.6rem;
  }
  .p-index-banners__ttl-jp {
    font-size: 1.4rem;
  }
  .p-index-banners__desc {
    font-size: 1.3rem;
  }
  .privacy .mainTtlarea__inner .cmnTtl01 .f_en {
    font-size: 2.4rem;
  }
  .privacy .mainTtlarea__inner .cmnTtl01 .f_jp {
    font-size: 1.9rem;
  }
  .p-privacy__ttl {
    font-size: 2.4rem;
  }
  .p-privacy__subttl {
    font-size: 2rem;
  }
  .p-privacy__smallttl {
    font-size: 2rem;
  }
  .p-privacy__listttl {
    font-size: 1.3rem;
  }
  .p-privacy p, .p-privacy li {
    font-size: 1.3rem;
  }
  .p-privacy__note {
    font-size: 1.2rem;
  }
  .p-privacy__note p {
    font-size: 1.2rem;
  }
  .c-newslist__list-item.nolist p {
    font-size: 1.3rem;
  }
  .c-newslist__cat p {
    font-size: 1.1rem;
  }
  .c-newslist__ttl {
    font-size: 1.4rem;
  }
  .p-news-filter .categorybox__ttl {
    font-size: 1.4rem;
  }
  .p-news-page__ttl {
    font-size: 2.2rem;
  }
  .p-news-page__time {
    font-size: 1.2rem;
  }
  .p-news-page__cat span {
    font-size: 1rem;
  }
  .p-news-page__content {
    font-size: 1.3rem;
  }
  .p-news-page__content p, .p-news-page__content li {
    font-size: 1.3rem;
  }
  .p-news-page__content h2 {
    font-size: 1.8rem;
  }
  .p-news-page__content h3 {
    font-size: 1.4rem;
  }
  .p-news-page__content #ez-toc-container .ez-toc-list li {
    font-size: 1.3rem;
  }
  .p-contact-first__inner .txt {
    font-size: 1.3rem;
  }
  .p-contact-thanks__ttl {
    font-size: 2.4rem;
  }
  .p-contact-thanks__desc .txt {
    font-size: 1.3rem;
  }
  .p-contact-cont .input_area .input_ttl .txt {
    font-size: 1.3rem;
  }
  .p-contact-cont .lastBlk {
    font-size: 1.4rem;
  }
  .p-contact-cont .input_area .input_data input::-moz-placeholder, .p-contact-cont .input_area .input_data textarea::-moz-placeholder {
    font-size: 1.4rem;
  }
  .p-contact-cont .input_area .input_data input::placeholder,
  .p-contact-cont .input_area .input_data textarea::placeholder {
    font-size: 1.4rem;
  }
  .p-contact-cont .input_area .input_data .wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
  .p-contact-cont .wpcf7 form .wpcf7-response-output {
    font-size: 1.5rem;
  }
  .p-contact-cont .req {
    font-size: 1.1rem;
  }
  .p-company-outline__table-label p {
    font-size: 1.4rem;
  }
  .p-company-outline__table-data p {
    font-size: 1.3rem;
  }
  .p-company-outline__table-map {
    font-size: 1.3rem;
  }
  .memCard__ttl-role {
    font-size: 1.2rem;
  }
  .memCard__ttl-name .f_en {
    font-size: 1.2rem;
  }
  .memCard__desc--long {
    font-size: 1.3rem;
  }
  .hisList__year .txt {
    font-size: 1.6rem;
  }
  .hisList__month .txt {
    font-size: 1.6rem;
  }
  .hisList__desc .txt {
    font-size: 1.3rem;
  }
  .serviceSubMenu__ttl .f_en {
    font-size: 3.2rem;
  }
  .serviceSubMenu__ttl .f_jp {
    font-size: 1.6rem;
  }
  .serviceCard__catch {
    font-size: 1.6rem;
  }
  .serviceCard__cat .txt {
    font-size: 1.3rem;
  }
  .serviceCard__ttl {
    font-size: 2.4rem;
  }
  .serviceCard__desc {
    font-size: 1.3rem;
  }
  .serviceCard__descsmall {
    font-size: 1.2rem;
  }
  .serviceStrengthsCard__ttl {
    font-size: 2rem;
  }
  .serviceStrengthsCard__catch {
    font-size: 1.6rem;
  }
  .serviceStrengthsCard__desc {
    font-size: 1.3rem;
  }
  .serviceStrengthsCard__desclist li {
    font-size: 1.2rem;
  }
  .p-about-mission__catch .txt {
    font-size: 3.6rem;
  }
  .p-about-mission__desc .txt {
    font-size: 1.6rem;
  }
  .p-about-vision__ttl .f_en {
    font-size: 2.8rem;
  }
  .p-about-vision__body-catch {
    font-size: 1.8rem;
  }
  .p-about-vision__body-desc {
    font-size: 1.3rem;
  }
  .p-about-v30__ttl .f_en {
    font-size: 2.8rem;
  }
  .p-about-v30__catch {
    font-size: 3rem;
  }
  .p-about-v30__desc .txt {
    font-size: 1.3rem;
  }
  .p-media-cont__head-ttl .f_en {
    font-size: 4rem;
  }
  .p-media-cont__head-desc .txt {
    font-size: 1.3rem;
  }
  .blog-card__title {
    font-size: 1.3rem;
  }
  .blog-card__desc {
    font-size: 1.1rem;
  }
  .blog-card__domain {
    font-size: 1rem;
  }
  .law .mainTtlarea__inner .cmnTtl01 .f_en {
    font-size: 2.4rem;
  }
  .law .mainTtlarea__inner .cmnTtl01 .f_jp {
    font-size: 1.9rem;
  }
  .p-law__label {
    font-size: 1.3rem;
  }
  .p-law__data {
    font-size: 1.3rem;
  }
  .p-law__data p, .p-law__data li {
    font-size: 1.3rem;
  }
  .p-recruit-fv__ttl-challenges {
    font-size: 5.2rem;
  }
  .p-recruit-fv__ttl-make {
    font-size: 5.2rem;
  }
  .p-recruit-fv__catch {
    font-size: 2rem;
  }
  .p-recruit-fv__nav-txt {
    font-size: 1.3rem;
  }
  .p-recruit-fv__message .txt {
    font-size: 1.6rem;
  }
  .p-recruit-our__name-en .txt {
    font-size: 1.2rem;
  }
  .p-recruit-our__name-jp .txt {
    font-size: 1.8rem;
  }
  .p-recruit-our .recserviceCard__catch {
    font-size: 1.6rem;
  }
  .p-recruit-our .recserviceCard__desc {
    font-size: 1.3rem;
  }
  .p-recruit-workstyle .recWSCard__ttl {
    font-size: 2rem;
  }
  .p-recruit-workstyle .recWSCard__desc .txt {
    font-size: 1.3rem;
  }
  .p-recruit-numbers .numbersCard__head-txt01 {
    font-size: 2rem;
  }
  .p-recruit-numbers .lasttxt {
    font-size: 1.2rem;
  }
  .p-recruit-contact .joinus__btn .ouboBtn__box .txt {
    font-size: 1.6rem;
  }
  .teiten_ouboBtn__box .txt {
    font-size: 1.6rem;
  }
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (min-width: 897px) {
  .l-header.scrolled {
    -webkit-backdrop-filter: blur(9px);
    z-index: 101;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    backdrop-filter: blur(9px);
    background-color: rgba(255, 255, 255, 0.7);
  }
  .l-glNavMenu .menu01--sp {
    display: none;
  }
  .l-glNavMenu.act .menu01--sp {
    display: none;
  }
  .modal__area--topseaech {
    display: block;
  }
  .modal__overlay--topseaech {
    display: contents;
  }
  .modal__overlay_bg--topseaech {
    display: contents;
  }
  .modal__container--topseaech {
    display: contents;
  }
  .modal__container .info_cont--topseaech {
    display: contents;
  }
  .modal__close--topseaech {
    display: contents;
  }
  .p-index-media__txtbox {
    display: contents;
  }
  .c-newslist__ttl {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .memCard__sns--sp {
    display: none;
  }
  .memCard__morebtn {
    display: none;
  }
}

@media screen and (min-width: 1501px) {
  .c-inner01 {
    width: 1476px;
  }
  .c-inner02 {
    width: 1300px;
  }
  .c-inner03 {
    width: 1100px;
  }
}

@media screen and (min-width: 1537px) {
  .p-index-fv__bg {
    transform: rotate(15deg) scale(1.1);
  }
}

@media screen and (max-width: 896px) and (max-width: 896px) {
  .p-media-cont__head-ttl .f_jp {
    font-size: 16px;
  }
}

@media screen and (max-width: 896px) and (max-width: 896px) and (max-width: 1536px) {
  .p-media-cont__head-ttl .f_jp {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1641px) {
  .p-recruit-fv__cont {
    padding-left: calc((100vw - 1476px) / 2);
  }
}