
﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
ul,
ol,
dl,
li,
dd,
dt {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
figure {
  display: block;
  margin: 0;
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333;
}
body.no-scroll {
  overflow: hidden;
}
body a {
  transition: opacity 0.3s;
}
.u-en {
  font-family: "Lato", sans-serif;
}
.l-inner {
  margin: 0 auto;
}
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #093;
  border: 1px solid #093;
  color: #fff;
  overflow: hidden;
}
.c-btn span {
  transition: color 0.6s;
  position: relative;
  z-index: 20;
}
.c-btn::before,
.c-btn::after {
  position: absolute;
  content: "";
  display: block;
}
.c-btn::before {
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.c-btn::after {
  transition: all 0.6s;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 48%;
  transform: rotate(-45deg) translateY(-50%);
  z-index: 20;
}
.c-btn.-wh {
  background-color: #fff;
  border: 1px solid #fff;
  color: #093;
}
.c-btn.-wh::before {
  background-color: #093;
}
.c-btn.-wh::after {
  border-color: #093;
}
.c-ttl {
  position: relative;
}
.c-ttl .u-en {
  display: block;
}
.c-ttl::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/im-deco.png) top center/contain no-repeat;
  left: 0;
  transform: translateY(-100%);
  left: 0;
}
.c-panel {
  display: none;
}
.c-panel.is-active {
  display: block;
}
.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4800;
}
.l-header {
  background-color: #fff;
  position: fixed;
  z-index: 4500;
  top: 0;
  left: 0;
  right: 0;
}
.l-header-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header-logo {
  display: flex;
  align-items: center;
}
.l-header-logo .txt {
  color: #999;
}
.l-header-nav-list {
  display: flex;
}
.l-header-entry {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #093;
  border: 1px solid #093;
  color: #fff;
  overflow: hidden;
}
.l-header-entry span {
  transition: color 0.6s;
  position: relative;
  z-index: 20;
}
.l-header-entry::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.l-header-openbtn {
  position: relative;
}
.l-footertop-inner {
  margin: 0 auto;
  display: flex;
}
.l-footertop-left-logo {
  display: flex;
  align-items: center;
}
.l-footertop-left-logo img {
  flex-shrink: 0;
}
.l-footertop-left-totop {
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #093;
  overflow: hidden;
}
.l-footertop-left-totop span {
  color: #093;
  transition: color 0.6s;
  position: relative;
  z-index: 20;
}
.l-footertop-left-totop::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #093;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.l-footer {
  padding: 15px 0 20px;
  border-top: 1px solid #ccc;
  text-align: center;
  letter-spacing: 0;
}
.l-footer-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1110px;
  padding: 0 15px;
}
.l-footer-list {
  font-size: 0;
}
.l-footer-list-item {
  display: inline-block;
  margin-top: 5px;
  padding: 0 15px;
  border-left: 1px solid #888;
  font-size: 1.2rem;
  line-height: 1;
}
.l-footer-list-item a {
  color: #888;
}
.l-footer-list-item:first-child {
  border-left: none;
}
.l-footer-list-item.-external a {
  padding-right: 16px;
  background: url(/company/recruit/challenged/common/images/icon_external_gray.png) no-repeat 100% 50%/12px auto;
}
.l-footer-list-item + .l-footer-list-item {
  margin-top: 10px;
}
.l-footer-copy {
  margin-top: 10px;
  font-size: 10px;
  color: #888;
  opacity: 0.5;
}
.l-top {
  background-color: #f5f5f5;
}
.l-top #loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  text-align: center;
}
.l-top #loading_text {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-top .p-kv {
  overflow: hidden;
  background-color: #fff;
}
.l-top .p-kv .swiper-wrapper {
  transition-timing-function: linear;
}
.l-top .p-kv-slider {
  display: flex;
  position: relative;
  z-index: 10;
}
.l-top .p-kv-slider-item {
  flex-shrink: 0;
}
.l-top .p-kv-slider-item img {
  width: 100%;
  position: relative;
  transform-origin: bottom;
  transition: transform 0.1s linear;
}
.l-top .p-kv-text {
  position: relative;
  z-index: 30;
  background-color: #fff;
}
.l-top .p-kv-text-ttl .txt {
  display: flex;
  align-items: center;
  color: #093;
}
.l-top .p-kv-text-ttl .txt .u-en {
  font-weight: 700;
}
.l-top .p-about-bg {
  position: relative;
  z-index: 10;
}
.l-top .p-about-bg::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  z-index: -10;
  top: 0;
  right: 0;
  height: 100%;
}
.l-top .p-about-inner {
  display: flex;
}
.l-top .p-about-text .c-ttl .u-en {
  color: #093;
}
.l-top .p-about-link {
  display: flex;
}
.l-top .p-about-link-item {
  text-align: center;
}
.l-top .p-about-link-item .img {
  image-rendering: -webkit-optimize-contrast;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.l-top .p-about-link-item .txt {
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
.l-top .p-about-link-item .txt::after {
  position: absolute;
  content: "";
  display: block;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  top: 45%;
  transform: rotate(-45deg) translateY(-50%);
  z-index: 20;
  right: 0;
}
.l-top .p-work-ttl {
  color: #fff;
}
.l-top .p-recruit {
  overflow: hidden;
  color: #fff;
}
.l-top .p-recruit.is-InScressn .p-recruit-bg::before {
  opacity: 1;
}
.l-top .p-recruit-bg {
  position: relative;
  background-color: #093;
}
.l-top .p-recruit-bg::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/bg-recruit.png) top center/contain no-repeat;
  z-index: 10;
  opacity: 0;
  transition: all 2s;
}
.l-top .p-recruit-inner {
  position: relative;
  z-index: 30;
  display: flex;
}
.l-top .p-recruit-box {
  border: 1px solid #fff;
}
.l-top .p-recruit-box-link {
  display: flex;
}
.l-top .p-recruit-box-link-item:first-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.l-top .p-recruit-box-link-item .link {
  position: relative;
}
.l-top .p-recruit-box-link-item .link::after {
  position: absolute;
  content: "";
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 45%;
  transform: rotate(-45deg) translateY(-50%);
  z-index: 20;
  right: 0;
}
.l-about-ttl {
  display: flex;
  align-items: center;
}
.l-about-ttl img {
  width: auto;
}
.l-about .p-link-ttl .u-en {
  color: #093;
}
.l-about .p-link-list {
  display: flex;
}
.l-about .p-link-list-item {
  width: 25%;
  text-align: center;
  position: relative;
}
.l-about .p-link-list-item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #ccc;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-about .p-link-list-item a {
  display: block;
}
.l-about .p-link-list-item img {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.l-about .p-link-list-item .txt {
  position: relative;
  display: inline-block;
}
.l-about .p-link-list-item .txt::after {
  position: absolute;
  content: "";
  display: block;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
}
.l-about .u-bg {
  background-color: #f5f5f5;
}
.l-about .p-company-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-about .p-company-item {
  background-color: #fff;
}
.l-about .p-company-item.item01 .p-company-item-num,
.l-about .p-company-item.item02 .p-company-item-num,
.l-about .p-company-item.item03 .p-company-item-num {
  text-align: center;
}
.l-about .p-company-item.item01 img,
.l-about .p-company-item.item02 img,
.l-about .p-company-item.item03 img {
  margin: 0 auto;
}
.l-about .p-company-item.item06 .p-company-item-notes {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  text-indent: -1em;
}
.l-about .p-company-item.item06.is-InScressn .p-company-item-graph-bar {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.l-about .p-company-item.item06.is-InScressn .p-company-item-graph-bar .txt {
  opacity: 1;
  transform: translateY(0);
}
.l-about .p-company-item.item06.is-InScressn .p-company-item-graph-bar .eur .txt {
  transform: translate(-50%, -100%);
}
.l-about .p-company-item-ttl {
  text-align: center;
  color: #093;
}
.l-about .p-company-item img {
  display: block;
  width: auto;
}
.l-about .p-company-item-num .ttl {
  display: block;
  white-space: nowrap;
}
.l-about .p-company-item-itemwrap {
  display: flex;
  align-items: center;
}
.l-about .p-company-item-graphwrap {
  position: relative;
}
.l-about .p-company-item-graph {
  height: 100%;
  border-left: 0.65px solid #000;
  border-bottom: 0.65px solid #000;
  display: flex;
  align-items: flex-end;
}
.l-about .p-company-item-graph-bar {
  display: flex;
  flex-direction: column;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  transition: all 1.2s;
  transition-delay: 0.3s;
}
.l-about .p-company-item-graph-bar .eur,
.l-about .p-company-item-graph-bar .na,
.l-about .p-company-item-graph-bar .jp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-about .p-company-item-graph-bar .eur {
  background-color: #093;
  position: relative;
}
.l-about .p-company-item-graph-bar .eur .txt {
  position: absolute;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, 50%);
}
.l-about .p-company-item-graph-bar .eur .txt::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  background-color: #333;
  left: 50%;
  transform: rotate(30deg) translate(-50%, 100%);
}
.l-about .p-company-item-graph-bar .na {
  background-color: #b2e0c1;
}
.l-about .p-company-item-graph-bar .jp {
  background-color: #d9f0e0;
}
.l-about .p-company-item-graph-bar .txt {
  opacity: 0;
  transition: all 0.6s ease-out 1.5s;
  transform: translateY(50%);
}
.l-about .p-company-item-graph-bar .txt .large {
  display: block;
}
.l-about .p-company-item-graph-label {
  display: flex;
  position: absolute;
}
.l-about .p-company-item-graph-label .label {
  display: flex;
  align-items: center;
}
.l-about .p-company-item-graph-label .label.label01 .color {
  background-color: #d9f0e0;
}
.l-about .p-company-item-graph-label .label.label02 .color {
  background-color: #b2e0c1;
}
.l-about .p-company-item-graph-label .label.label03 .color {
  background-color: #093;
}
.l-about .p-company-item-graph-vertical {
  position: absolute;
  height: 106%;
  transform: translateX(-100%);
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.l-about .p-company-item-graph-vertical .unit {
  position: absolute;
  left: 50%;
  transform: translate(-48%, -100%);
  white-space: nowrap;
}
.l-about .p-company-item-graph-beside {
  position: absolute;
  width: 100%;
  left: 0;
  transform: translateY(100%);
  display: flex;
}
.l-about .p-company-item-graph-notes {
  text-align: right;
}
.l-about .p-company-item-mapwrap {
  display: flex;
}
.l-about .p-company-item-notes.ta-c {
  text-align: center;
}
.l-about .p-employee-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-about .p-employee-item {
  background-color: #fff;
}
.l-about .p-employee-item.item01 img,
.l-about .p-employee-item.item02 img {
  margin: 0 auto;
}
.l-about .p-employee-item.item06.is-InScressn .p-employee-item-graph-bar {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.l-about .p-employee-item.item06.is-InScressn .p-employee-item-graph-bar .txt {
  opacity: 1;
  transform: translateY(0);
}
.l-about .p-employee-item.item06.is-InScressn .p-employee-item-graph-bar .eur .txt {
  transform: translate(-50%, -100%);
}
.l-about .p-employee-item-ttl {
  text-align: center;
  color: #093;
}
.l-about .p-employee-item-numwrap {
  display: flex;
  justify-content: center;
}
.l-about .p-employee-item-num .small {
  text-align: center;
}
.l-about .p-employee-item img {
  display: block;
  width: auto;
}
.l-about .p-employee-item-piewrap {
  position: relative;
}
.l-about .p-employee-item-pienum {
  position: absolute;
  top: 0;
  transform: translateY(-90%);
}
.l-about .p-employee-item-pienum .ttl {
  display: block;
}
.l-about .p-employee-item-pienum.puinum01::before {
  transform: translateY(70%) rotate(-45deg);
}
.l-about .p-employee-item-pienum.puinum02::before {
  transform: translateY(70%) rotate(45deg);
}
.l-about .p-employee-item-pienum::before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  background-color: #333;
  bottom: 0;
}
.l-about .p-employee-item-pie {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: var(--GraphAnime, conic-gradient(#b2e0c1 0%, #b2e0c1 0%, #009933 0%, #009933 100%));
}
.l-about .p-employee-item-itemwrap {
  display: flex;
  align-items: center;
}
.l-about .p-employee-item-graphwrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.l-about .p-employee-item-graph {
  height: 100%;
  border-left: 0.65px solid #000;
  border-bottom: 0.65px solid #000;
  display: flex;
  align-items: flex-end;
}
.l-about .p-employee-item-graph-bar {
  display: flex;
  flex-direction: column;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  transition: all 1.2s;
  transition-delay: 0.3s;
}
.l-about .p-employee-item-graph-bar .woman,
.l-about .p-employee-item-graph-bar .man {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-about .p-employee-item-graph-bar .woman {
  background-color: rgba(0, 153, 51, 0.3);
}
.l-about .p-employee-item-graph-bar .man {
  background-color: #d9f0e0;
}
.l-about .p-employee-item-graph-bar .txt {
  opacity: 0;
  transition: all 0.6s ease-out 1.5s;
  transform: translateY(50%);
}
.l-about .p-employee-item-graph-label {
  display: flex;
  position: absolute;
  top: 0;
}
.l-about .p-employee-item-graph-label .label {
  display: flex;
  align-items: center;
}
.l-about .p-employee-item-graph-label .label.label01 .color {
  background-color: #d9f0e0;
}
.l-about .p-employee-item-graph-label .label.label02 .color {
  background-color: rgba(0, 153, 51, 0.3);
}
.l-about .p-employee-item-graph-vertical {
  position: absolute;
  height: 106%;
  transform: translateX(-100%);
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.l-about .p-employee-item-graph-vertical .unit {
  position: absolute;
  left: 50%;
  transform: translate(-48%, -100%);
}
.l-about .p-employee-item-graph-beside {
  position: absolute;
  width: 100%;
  left: 0;
  transform: translateY(100%);
  display: flex;
}
.l-about .p-employee-item-notes.ta-c {
  text-align: center;
}
.l-about .p-employee-formerjob-ttl {
  color: #093;
  border-bottom: 1px solid #b3b3b3;
}
.l-about .p-employee-formerjob-wrap {
  display: flex;
}
.l-about .p-employee-formerjob-item {
  background-color: #fff;
}
.l-about .p-employee-formerjob-notes .txt {
  text-indent: -4em;
  padding-left: 4em;
}
.l-about .p-voice-bg {
  position: relative;
  z-index: 10;
}
.l-about .p-voice-bg::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -10;
}
.l-about .p-voice-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-about .p-voice-item {
  background-color: #f5f5f5;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.l-about .p-voice-item.is-active {
  background-color: #e6f5eb;
}
.l-about .p-voice-item::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../about/images/im-voice.png) center/contain no-repeat;
}
.l-about .p-voice-item-txt {
  color: #093;
}
.l-about .p-voice-notes {
  text-indent: -4em;
  padding-left: 4em;
}
.l-about .p-voice-modal-bg {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}
.l-about .p-voice-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 2px solid #093;
  max-height: 80vh;
  overflow-y: auto;
}
.l-about .p-voice-modal-batsu {
  position: absolute;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
}
.l-about .p-voice-modal-batsu::before,
.l-about .p-voice-modal-batsu::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #093;
  top: 50%;
  left: 50%;
  width: 2px;
}
.l-about .p-voice-modal-batsu::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-about .p-voice-modal-batsu::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-about .p-voice-modal-ttl {
  text-align: center;
  color: #093;
}
.l-about .p-voice-modal-list li {
  position: relative;
  background-color: #e6f5eb;
}
.l-about .p-voice-modal-list li:nth-of-type(even) {
  margin-left: auto;
}
.l-about .p-voice-modal-list li:nth-of-type(even)::after {
  left: auto;
}
.l-about .p-voice-modal-list li::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -10;
  background-color: #e6f5eb;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.l-about .p-voice-modal-close {
  position: relative;
  color: #fff;
  background-color: #093;
  border: 1px solid #093;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  overflow: hidden;
}
.l-about .p-voice-modal-close span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: color 0.6s;
  position: relative;
  z-index: 20;
}
.l-about .p-voice-modal-close span::before,
.l-about .p-voice-modal-close span::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  width: 2px;
}
.l-about .p-voice-modal-close span::before {
  transform: rotate(-45deg);
}
.l-about .p-voice-modal-close span::after {
  transform: rotate(45deg);
}
.l-about .p-voice-modal-close::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.l-about .p-welfare-tabarea {
  display: flex;
  justify-content: space-between;
}
.l-about .p-welfare-tab {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.l-about .p-welfare-tab::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../about/images/im-welfare-fukidashi.png) center/contain no-repeat;
  z-index: 10;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.l-about .p-welfare-tab .txt {
  position: relative;
  z-index: 30;
  color: #093;
}
.l-about .p-welfare-tab img {
  position: relative;
  z-index: 30;
  width: auto;
}
.l-about .p-welfare-panelarea {
  background-color: #fff;
}
.l-about .p-welfare-accordion-one {
  border: 1px solid #14a042;
}
.l-about .p-welfare-accordion-header {
  position: relative;
  display: flex;
  align-items: center;
}
.l-about .p-welfare-accordion-header::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../about/images/ic-welfare-arrow.png) center/contain no-repeat;
  transition: all 0.3s;
}
.l-qa-ttl {
  display: flex;
  align-items: center;
}
.l-qa-ttl img {
  width: auto;
}
.l-qa .p-link-ttl .u-en {
  color: #093;
}
.l-qa .p-link-wrap {
  display: flex;
  justify-content: center;
}
.l-qa .p-link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ccc;
}
.l-qa .p-link-item:last-of-type {
  border-right: 1px solid #ccc;
}
.l-qa .p-link-item img {
  width: auto;
}
.l-qa .p-link-item-txt {
  position: relative;
}
.l-qa .p-link-item-txt::after {
  position: absolute;
  content: "";
  display: block;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  top: 35%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
.l-qa .p-flow-tabarea {
  display: flex;
  justify-content: center;
}
.l-qa .p-flow-tab {
  cursor: pointer;
  position: relative;
  text-align: center;
  border-bottom: 3px solid #ccc;
  transition: all 0.3s;
}
.l-qa .p-flow-tab.is-active {
  border-color: #093;
  color: #093;
}
.l-qa .p-flow-tab.is-active::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #093;
  left: 50%;
  transform: translate(-50%, 99%);
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.l-qa .p-flow-tab-txt {
  transition: all 0.3s;
}
.l-qa .p-flow-panel-item {
  position: relative;
  background-color: #f5f5f5;
  display: flex;
  align-items: flex-start;
}
.l-qa .p-flow-panel-item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px solid #093;
  border-right: 2px solid #093;
  left: 50%;
  transform: translate(-50%, 100%) rotate(45deg);
}
.l-qa .p-flow-panel-item .ttl {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.l-qa .p-flow-panel-item .txt-wrap {
  flex: 1;
}
.l-qa .p-qa-item-head {
  position: relative;
  background-color: #eee;
}
.l-qa .p-qa-item-head::before {
  position: absolute;
  content: "Q.";
  font-family: "Lato", sans-serif;
  color: #093;
}
.l-qa .p-qa-item-body .txt a {
  color: #093;
  text-decoration: underline;
}
.l-qa .p-qa-item-body .list-item .txt {
  padding-left: 1em;
}
.l-qa .p-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-qa .p-footer-list {
  display: flex;
}
.l-qa .p-footer-logo {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1080px;
  }
  .c-btn {
    width: 180px;
    height: 40px;
    border-radius: 60px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1vw, 14px);
  }
  .c-btn:hover span {
    color: #093;
  }
  .c-btn:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .c-btn:hover::after {
    border-color: #093;
  }
  .c-btn.-wh:hover span {
    color: #fff;
  }
  .c-btn.-wh:hover::after {
    border-color: #fff;
  }
  .c-btn::after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
  .c-ttl .u-en {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1.7142857143vw, 24px);
  }
  .c-ttl .u-ja {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 2.1428571429vw, 30px);
  }
  .c-ttl::before {
    width: 102.77px;
    height: 27.12px;
    top: -3px;
  }
  .is-sp {
    display: none;
  }
  .l-header-inner {
    padding: 0 30px;
    height: 90px;
  }
  .l-header-logo {
    column-gap: 30px;
  }
  .l-header-logo:hover {
    opacity: 0.6;
  }
  .l-header-logo img {
    width: 174px;
  }
  .l-header-logo .txt {
    line-height: 1.1875;
    letter-spacing: 0.025em;
    font-weight: 400;
    font-size: clamp(10px, 1.1428571429vw, 16px);
  }
  .l-header-navwrap {
    margin-left: auto;
  }
  .l-header-nav-list {
    column-gap: 30px;
  }
  .l-header-nav-list a {
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-weight: 500;
    font-size: clamp(10px, 1vw, 14px);
  }
  .l-header-nav-list a:hover {
    opacity: 0.6;
  }
  .l-header-entry {
    align-items: center;
    margin-left: 30px;
    width: 100px;
    height: 40px;
    border-radius: 20px;
  }
  .l-header-entry span {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1vw, 14px);
  }
  .l-header-entry:hover span {
    color: #093;
  }
  .l-header-entry:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .l-footertop {
    padding: 40px 0;
  }
  .l-footertop-inner {
    max-width: 1100px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .l-footertop-left-logo {
    column-gap: 19px;
  }
  .l-footertop-left-logo:hover {
    opacity: 0.6;
  }
  .l-footertop-left-logo img {
    width: 150px;
  }
  .l-footertop-left-logo .txt {
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 400;
    font-size: clamp(10px, 1.1428571429vw, 16px);
  }
  .l-footertop-left-totop {
    margin-top: 24px;
    padding: 0 30px;
    height: 34px;
    border-radius: 10px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1vw, 14px);
  }
  .l-footertop-left-totop:hover span {
    color: #fff;
  }
  .l-footertop-left-totop:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .l-footertop-list {
    display: flex;
    column-gap: 40px;
  }
  .l-footertop-list li a {
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-weight: 400;
    font-size: clamp(10px, 1vw, 14px);
  }
  .l-footertop-list li a:hover {
    opacity: 0.6;
  }
  .l-footer a:hover {
    opacity: 0.6;
  }
  .l-top .p-kv {
    margin-top: 90px;
    padding-bottom: 50px;
  }
  .l-top .p-kv-slider-item {
    padding-right: 60px;
    width: 800px;
  }
  .l-top .p-kv-slider img {
    width: 800px;
    width: 100%;
    height: 533px;
    border-radius: 10px;
  }
  .l-top .p-kv-text {
    width: 68.5714285714vw;
    border-radius: 0 10px 10px 0;
    padding-left: calc((100vw - 1080px) / 2);
    padding-top: 88px;
  }
  .l-top .p-kv-text-ttl::before {
    top: -11px;
    left: -20px;
  }
  .l-top .p-kv-text-ttl img {
    width: 715.5px;
    height: auto;
  }
  .l-top .p-kv-text-ttl .txt {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 2.1428571429vw, 30px);
    margin-top: 24px;
  }
  .l-top .p-about {
    margin-bottom: 100px;
  }
  .l-top .p-about-bg {
    padding: 54px 0 98px;
  }
  .l-top .p-about-bg::before {
    border-bottom-left-radius: 0.7142857143vw;
    width: 96.4285714286vw;
  }
  .l-top .p-about-text .c-ttl {
    margin-bottom: 24px;
  }
  .l-top .p-about-inner {
    justify-content: space-between;
    left: -25px;
  }
  .l-top .p-about-link {
    margin-top: 95px;
    column-gap: 80px;
  }
  .l-top .p-about-link-item .img {
    margin-bottom: 16px;
  }
  .l-top .p-about-link-item .img.img01 {
    width: 159px;
  }
  .l-top .p-about-link-item .img.img02 {
    width: 125px;
  }
  .l-top .p-about-link-item .img.img03 {
    width: 141px;
  }
  .l-top .p-about-link-item .img.img04 {
    width: 171.5px;
  }
  .l-top .p-about-link-item .txt {
    padding-right: 17px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.1428571429vw, 16px);
  }
  .l-top .p-about-link-item .txt::after {
    width: 11px;
    height: 11px;
  }
  .l-top .p-about-link-item:hover {
    opacity: 0.6;
  }
  .l-top .p-work {
    margin-bottom: 100px;
    border-radius: 10px;
  }
  .l-top .p-work-box {
    background: url(../images/bg-work.jpg) top center/contain no-repeat;
    height: 330px;
    padding: 110px 46px 0;
  }
  .l-top .p-work-ttl {
    margin-bottom: 24px;
  }
  .l-top .p-recruit-bg {
    padding: 85px 0;
  }
  .l-top .p-recruit-bg::before {
    width: 690px;
    height: 382px;
    top: 60px;
    left: calc((100vw - 940px) / 2);
  }
  .l-top .p-recruit-inner {
    justify-content: space-between;
  }
  .l-top .p-recruit-left-ttl {
    margin-bottom: 24px;
  }
  .l-top .p-recruit-left .c-btn {
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1.1428571429vw, 16px);
  }
  .l-top .p-recruit-box {
    width: 350px;
    border-radius: 10px;
    padding: 24px 30px;
  }
  .l-top .p-recruit-box-link {
    margin-bottom: 30px;
  }
  .l-top .p-recruit-box-link-item:first-of-type {
    padding-right: 36px;
    margin-right: 30px;
  }
  .l-top .p-recruit-box-link-item .ttl {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1.5714285714vw, 22px);
    margin-bottom: 4px;
  }
  .l-top .p-recruit-box-link-item .link {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1vw, 14px);
    padding-right: 17px;
  }
  .l-top .p-recruit-box-link-item .link::after {
    width: 9px;
    height: 9px;
  }
  .l-top .p-recruit-box-link-item .link:hover {
    opacity: 0.6;
  }
  .l-top .p-recruit-box-txt {
    line-height: 1.7142857143;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1vw, 14px);
  }
  .l-about-ttl {
    column-gap: 18px;
  }
  .l-about-ttl img {
    height: 50px;
  }
  .l-about-ttl .txt {
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 2.1428571429vw, 30px);
  }
  .l-about .p-link {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .l-about .p-link-ttl {
    margin-bottom: 52px;
  }
  .l-about .p-link-ttl .u-en {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 2vw, 28px);
  }
  .l-about .p-link-ttl .u-ja {
    line-height: 1.3333333333;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 2.5714285714vw, 36px);
  }
  .l-about .p-link-list-item {
    padding-top: 15px;
  }
  .l-about .p-link-list-item a:hover {
    opacity: 0.6;
  }
  .l-about .p-link-list-item::after {
    height: 150px;
  }
  .l-about .p-link-list-item img {
    height: 90px;
    margin-bottom: 15px;
  }
  .l-about .p-link-list-item .txt {
    line-height: 1.3125;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.1428571429vw, 16px);
    padding-right: 20px;
  }
  .l-about .p-link-list-item .txt::after {
    top: 40%;
    transform: translateY(-50%) rotate(45deg);
    right: 0;
    width: 10px;
    height: 10px;
  }
  .l-about .p-company {
    padding: 100px 0 0;
  }
  .l-about .p-company-ttl {
    margin-bottom: 40px;
  }
  .l-about .p-company-wrap {
    row-gap: 30px;
  }
  .l-about .p-company-item {
    border-radius: 10px;
    padding-top: 30px;
  }
  .l-about .p-company-item img {
    height: 110px;
  }
  .l-about .p-company-item.item01 {
    width: 340px;
    height: 320px;
  }
  .l-about .p-company-item.item01 .p-company-item-notes {
    margin-top: 32px;
  }
  .l-about .p-company-item.item02 {
    width: 340px;
    height: 320px;
  }
  .l-about .p-company-item.item02 .p-company-item-notes {
    margin-top: 32px;
  }
  .l-about .p-company-item.item03 {
    width: 340px;
    height: 320px;
  }
  .l-about .p-company-item.item03 img {
    height: 107px;
  }
  .l-about .p-company-item.item03 .p-company-item-notes {
    margin-top: 12px;
  }
  .l-about .p-company-item.item04 {
    width: 525px;
    height: 250px;
  }
  .l-about .p-company-item.item04 .p-company-item-itemwrap {
    margin-top: 20px;
    padding-left: 40px;
    column-gap: 54px;
  }
  .l-about .p-company-item.item05 {
    width: 525px;
    height: 250px;
  }
  .l-about .p-company-item.item05 .p-company-item-itemwrap {
    margin-top: 20px;
    padding-left: 40px;
    column-gap: 40px;
  }
  .l-about .p-company-item.item06 {
    width: 710px;
    height: 590px;
  }
  .l-about .p-company-item.item06 .p-company-item-notes {
    margin-top: 16px;
  }
  .l-about .p-company-item.item07 {
    width: 340px;
    height: 590px;
  }
  .l-about .p-company-item.item07 .p-company-item-notes {
    margin-top: 30px;
  }
  .l-about .p-company-item-ttl {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1.5714285714vw, 22px);
  }
  .l-about .p-company-item-num .ttl {
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: clamp(10px, 2.1428571429vw, 30px);
  }
  .l-about .p-company-item-num .large {
    line-height: 1.5263157895;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: clamp(10px, 2.7142857143vw, 38px);
  }
  .l-about .p-company-item-num .large .number {
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: clamp(10px, 4.1428571429vw, 58px);
  }
  .l-about .p-company-item-num .large .small01 {
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-size: clamp(10px, 4.1428571429vw, 58px);
  }
  .l-about .p-company-item-num .large .small02 {
    line-height: 1.9333333333;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 2.1428571429vw, 30px);
  }
  .l-about .p-company-item-graphwrap {
    margin-top: 60px;
    margin-left: 98px;
    width: 570px;
    height: 278.5px;
  }
  .l-about .p-company-item-graph {
    padding-left: 34px;
    column-gap: 33px;
  }
  .l-about .p-company-item-graph-bar {
    width: 75.19px;
    padding-top: 30px;
  }
  .l-about .p-company-item-graph-bar .eur .txt {
    top: -6px;
  }
  .l-about .p-company-item-graph-bar .eur .txt::before {
    height: 10px;
    bottom: -1px;
  }
  .l-about .p-company-item-graph-bar.bar01 .eur {
    height: 13.12px;
  }
  .l-about .p-company-item-graph-bar.bar01 .na {
    height: 96.6px;
  }
  .l-about .p-company-item-graph-bar.bar01 .jp {
    height: 107.91px;
  }
  .l-about .p-company-item-graph-bar.bar02 .eur {
    height: 12.12px;
  }
  .l-about .p-company-item-graph-bar.bar02 .na {
    height: 98.59px;
  }
  .l-about .p-company-item-graph-bar.bar02 .jp {
    height: 108.81px;
  }
  .l-about .p-company-item-graph-bar.bar03 .eur {
    height: 13.75px;
  }
  .l-about .p-company-item-graph-bar.bar03 .na {
    height: 92.08px;
  }
  .l-about .p-company-item-graph-bar.bar03 .jp {
    height: 107px;
  }
  .l-about .p-company-item-graph-bar.bar04 .eur {
    height: 15.83px;
  }
  .l-about .p-company-item-graph-bar.bar04 .na {
    height: 126.63px;
  }
  .l-about .p-company-item-graph-bar.bar04 .jp {
    height: 101.76px;
  }
  .l-about .p-company-item-graph-bar.bar05 .eur {
    height: 20.26px;
  }
  .l-about .p-company-item-graph-bar.bar05 .na {
    height: 145.35px;
  }
  .l-about .p-company-item-graph-bar.bar05 .jp {
    height: 105.74px;
  }
  .l-about .p-company-item-graph-bar .txt {
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1vw, 14px);
  }
  .l-about .p-company-item-graph-bar .txt .large {
    line-height: 1.05;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.1428571429vw, 16px);
  }
  .l-about .p-company-item-graph-label {
    column-gap: 20px;
    top: -30px;
    left: 37px;
  }
  .l-about .p-company-item-graph-label .label {
    column-gap: 7px;
  }
  .l-about .p-company-item-graph-label .label .color {
    width: 18px;
    height: 18px;
  }
  .l-about .p-company-item-graph-label .label .txt {
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.1428571429vw, 16px);
  }
  .l-about .p-company-item-graph-vertical {
    left: -5px;
  }
  .l-about .p-company-item-graph-vertical .unit {
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1vw, 14px);
    top: -16px;
  }
  .l-about .p-company-item-graph-vertical .num {
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.2857142857vw, 18px);
  }
  .l-about .p-company-item-graph-beside {
    padding-left: 52px;
    column-gap: 60px;
    bottom: -10px;
  }
  .l-about .p-company-item-graph-beside .num {
    line-height: 1.2;
    letter-spacing: 0.03em;
    font-weight: 400;
    font-size: clamp(10px, 1.2857142857vw, 18px);
  }
  .l-about .p-company-item-graph-notes {
    margin-top: 48px;
    margin-right: 42px;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1vw, 14px);
  }
  .l-about .p-company-item-mapwrap {
    flex-direction: column;
    width: 260px;
    margin: 20px auto 0;
    row-gap: 12px;
  }
  .l-about .p-company-item-map.map01 {
    display: flex;
    align-items: flex-start;
  }
  .l-about .p-company-item-map.map01 img {
    height: 153.48px;
    margin-top: 4px;
  }
  .l-about .p-company-item-map.map02 img {
    margin: 3px auto 0;
    height: 130px;
  }
  .l-about .p-company-item-notes {
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1vw, 14px);
  }
  .l-about .p-employee {
    padding: 100px 0 70px;
  }
  .l-about .p-employee-ttl {
    margin-bottom: 40px;
  }
  .l-about .p-employee-wrap {
    row-gap: 30px;
    margin-bottom: 55px;
  }
  .l-about .p-employee-item {
    border-radius: 10px;
    padding-top: 30px;
  }
  .l-about .p-employee-item img {
    height: 110px;
  }
  .l-about .p-employee-item.item01 {
    width: 340px;
    height: 320px;
  }
  .l-about .p-employee-item.item01 .p-employee-item-notes {
    margin-top: 32px;
  }
  .l-about .p-employee-item.item02 {
    width: 340px;
    height: 320px;
  }
  .l-about .p-employee-item.item02 .p-employee-item-notes {
    margin-top: 32px;
  }
  .l-about .p-employee-item.item03 {
    width: 340px;
    height: 320px;
  }
  .l-about .p-employee-item.item03 .p-employee-item-notes {
    margin-top: 18px;
  }
  .l-about .p-employee-item.item04 {
    width: 525px;
    height: 250px;
  }
  .l-about .p-employee-item.item04 .p-employee-item-itemwrap {
    margin-top: 20px;
    padding-left: 32px;
    column-gap: 48px;
  }
  .l-about .p-employee-item.item05 {
    width: 525px;
    height: 250px;
  }
  .l-about .p-employee-item.item05 .p-employee-item-itemwrap {
    margin-top: 20px;
    padding-left: 37px;
    column-gap: 38px;
  }
  .l-about .p-employee-item.item06 {
    width: 100%;
    padding-bottom: 14px;
  }
  .l-about .p-employee-item.item06 .p-employee-item-notes {
    margin-top: 50px;
  }
  .l-about .p-employee-item-ttl {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1.5714285714vw, 22px);
  }
  .l-about .p-employee-item-numwrap {
    column-gap: 20px;
  }
  .l-about .p-employee-item-num {
    margin-bottom: 12px;
  }
  .l-about .p-employee-item-num .small {
    line-height: 1.72;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: clamp(10px, 1.7857142857vw, 25px);
  }
  .l-about .p-employee-item-num .small .number {
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: clamp(10px, 3.0714285714vw, 43px);
  }
  .l-about .p-employee-item-num .large {
    line-height: 1.5263157895;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: clamp(10px, 2.7142857143vw, 38px);
  }
  .l-about .p-employee-item-num .large .number {
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: clamp(10px, 4.1428571429vw, 58px);
  }
  .l-about .p-employee-item-pienum {
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: clamp(10px, 1.7857142857vw, 25px);
  }
  .l-about .p-employee-item-pienum.puinum01 {
    left: 30px;
  }
  .l-about .p-employee-item-pienum.puinum01::before {
    left: 95px;
  }
  .l-about .p-employee-item-pienum.puinum02 {
    right: 30px;
  }
  .l-about .p-employee-item-pienum.puinum02::before {
    right: 95px;
  }
  .l-about .p-employee-item-pienum::before {
    height: 36px;
  }
  .l-about .p-employee-item-pienum .ttl {
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: clamp(10px, 1.5714285714vw, 22px);
  }
  .l-about .p-employee-item-pienum .number {
    line-height: 1.0465116279;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: clamp(10px, 3.0714285714vw, 43px);
  }
  .l-about .p-employee-item-pie {
    width: 110px;
    height: 110px;
    margin-top: 80px;
  }
  .l-about .p-employee-item-graphwrap {
    margin-top: 30px;
    width: 570px;
    height: 233px;
  }
  .l-about .p-employee-item-graph {
    padding-left: 35px;
    column-gap: 33.4px;
  }
  .l-about .p-employee-item-graph-bar {
    width: 75px;
  }
  .l-about .p-employee-item-graph-bar.bar01 .woman {
    height: 62.52px;
  }
  .l-about .p-employee-item-graph-bar.bar01 .man {
    height: 22.33px;
  }
  .l-about .p-employee-item-graph-bar.bar02 .woman {
    height: 40.19px;
  }
  .l-about .p-employee-item-graph-bar.bar02 .man {
    height: 35.72px;
  }
  .l-about .p-employee-item-graph-bar.bar03 .woman {
    height: 71.45px;
  }
  .l-about .p-employee-item-graph-bar.bar03 .man {
    height: 53.59px;
  }
  .l-about .p-employee-item-graph-bar.bar04 .woman {
    height: 35.72px;
  }
  .l-about .p-employee-item-graph-bar.bar04 .man {
    height: 71.45px;
  }
  .l-about .p-employee-item-graph-bar.bar05 .woman {
    height: 80.38px;
  }
  .l-about .p-employee-item-graph-bar.bar05 .man {
    height: 111.64px;
  }
  .l-about .p-employee-item-graph-bar .txt {
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1vw, 14px);
  }
  .l-about .p-employee-item-graph-label {
    column-gap: 20px;
    left: 37px;
  }
  .l-about .p-employee-item-graph-label .label {
    column-gap: 7px;
  }
  .l-about .p-employee-item-graph-label .label .color {
    width: 18px;
    height: 18px;
  }
  .l-about .p-employee-item-graph-label .label .txt {
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.1428571429vw, 16px);
  }
  .l-about .p-employee-item-graph-vertical {
    left: -9px;
  }
  .l-about .p-employee-item-graph-vertical .unit {
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1vw, 14px);
    top: -8px;
  }
  .l-about .p-employee-item-graph-vertical .num {
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.2857142857vw, 18px);
  }
  .l-about .p-employee-item-graph-beside {
    padding-left: 50px;
    column-gap: 61px;
    bottom: -8px;
  }
  .l-about .p-employee-item-graph-beside .num {
    line-height: 1.2;
    letter-spacing: 0.03em;
    font-weight: 400;
    font-size: clamp(10px, 1.2857142857vw, 18px);
  }
  .l-about .p-employee-item-notes {
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1vw, 14px);
  }
  .l-about .p-employee-formerjob-ttl {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1.7142857143vw, 24px);
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .l-about .p-employee-formerjob-wrap {
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .l-about .p-employee-formerjob-item {
    width: 340px;
    border-radius: 10px;
    padding: 24px 24px 24px 30px;
  }
  .l-about .p-employee-formerjob-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .l-about .p-employee-formerjob-item .ttl {
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: clamp(10px, 1.2857142857vw, 18px);
  }
  .l-about .p-employee-formerjob-item .txt {
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: clamp(10px, 1.2857142857vw, 18px);
  }
  .l-about .p-employee-formerjob-notes .txt {
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1vw, 14px);
  }
  .l-about .p-employee-formerjob-notes .txt + .txt {
    margin-top: 4px;
  }
  .l-about .p-voice-bg {
    padding: 100px 0;
  }
  .l-about .p-voice-bg::before {
    left: 50px;
    border-radius: 10px 0 0 10px;
  }
  .l-about .p-voice-ttl {
    margin-bottom: 40px;
  }
  .l-about .p-voice-wrap {
    row-gap: 30px;
  }
  .l-about .p-voice-item {
    width: 525px;
    height: 186px;
    padding-left: 30px;
    border-radius: 10px;
  }
  .l-about .p-voice-item::after {
    width: 177.36px;
    height: 222.36px;
    top: 20px;
    right: 35.6px;
  }
  .l-about .p-voice-item-txt {
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1.5714285714vw, 22px);
  }
  .l-about .p-voice-notes {
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1vw, 14px);
    margin-top: 30px;
  }
  .l-about .p-voice-modal-content {
    width: 800px;
    border-radius: 10px;
    padding: 30px 40px;
  }
  .l-about .p-voice-modal-batsu {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
  .l-about .p-voice-modal-batsu::before,
  .l-about .p-voice-modal-batsu::after {
    height: 28px;
  }
  .l-about .p-voice-modal-ttl {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1.5714285714vw, 22px);
    margin-bottom: 24px;
  }
  .l-about .p-voice-modal-list {
    margin-bottom: 30px;
  }
  .l-about .p-voice-modal-list li {
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: clamp(10px, 1.2857142857vw, 18px);
    width: 650px;
    border-radius: 10px;
    padding: 16px 30px;
  }
  .l-about .p-voice-modal-list li:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .l-about .p-voice-modal-list li:nth-of-type(even)::after {
    right: 30px;
  }
  .l-about .p-voice-modal-list li::after {
    width: 45px;
    height: 30px;
    bottom: -16px;
    left: 30px;
  }
  .l-about .p-voice-modal-close {
    width: 180px;
    height: 40px;
    border-radius: 40px;
  }
  .l-about .p-voice-modal-close:hover span {
    color: #093;
  }
  .l-about .p-voice-modal-close:hover span::before,
  .l-about .p-voice-modal-close:hover span::after {
    background-color: #093;
  }
  .l-about .p-voice-modal-close:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .l-about .p-voice-modal-close span {
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1vw, 14px);
  }
  .l-about .p-voice-modal-close span::before,
  .l-about .p-voice-modal-close span::after {
    top: 11px;
    right: 20px;
    height: 17px;
  }
  .l-about .p-welfare {
    padding: 100px 0 150px;
  }
  .l-about .p-welfare-ttl {
    margin-bottom: 40px;
  }
  .l-about .p-welfare-tabarea {
    margin-bottom: 30px;
  }
  .l-about .p-welfare-tab {
    width: 240px;
    height: 200px;
    border-radius: 10px;
    padding-top: 24px;
  }
  .l-about .p-welfare-tab:hover .txt,
  .l-about .p-welfare-tab:hover img {
    opacity: 0.6;
  }
  .l-about .p-welfare-tab::after {
    height: 218px;
  }
  .l-about .p-welfare-tab.is-active::after {
    opacity: 1;
  }
  .l-about .p-welfare-tab .txt {
    transition: all 0.3s;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1.2857142857vw, 18px);
    margin-bottom: 24px;
  }
  .l-about .p-welfare-tab .txt.small {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1.1428571429vw, 16px);
  }
  .l-about .p-welfare-tab img {
    transition: all 0.3s;
    height: 90px;
  }
  .l-about .p-welfare-panelarea {
    border-radius: 10px;
  }
  .l-about .p-welfare-panel {
    padding: 32px 40px;
  }
  .l-about .p-welfare-panel-list dt {
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: clamp(10px, 1.2857142857vw, 18px);
  }
  .l-about .p-welfare-panel-list dd {
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: clamp(10px, 1.1428571429vw, 16px);
    margin-top: 6px;
  }
  .l-about .p-welfare-panel-list dd + dt {
    margin-top: 16px;
  }
  .l-qa main .txt {
    line-height: 1.5555555556;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.2857142857vw, 18px);
  }
  .l-qa-ttl {
    column-gap: 20px;
  }
  .l-qa-ttl img {
    height: 50px;
  }
  .l-qa-ttl-txt {
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 2.1428571429vw, 30px);
  }
  .l-qa .p-link {
    padding-top: 200px;
  }
  .l-qa .p-link-ttl {
    margin-bottom: 50px;
  }
  .l-qa .p-link-ttl .u-en {
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 2vw, 28px);
  }
  .l-qa .p-link-item {
    width: 400px;
    column-gap: 30px;
  }
  .l-qa .p-link-item:hover {
    opacity: 0.6;
  }
  .l-qa .p-link-item img {
    height: 90px;
  }
  .l-qa .p-link-item-txt {
    line-height: 1.3125;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.1428571429vw, 16px);
    padding-right: 20px;
  }
  .l-qa .p-link-item-txt::after {
    width: 8.5px;
    height: 8.5px;
  }
  .l-qa .p-flow {
    padding-top: 100px;
  }
  .l-qa .p-flow-ttl {
    margin-bottom: 60px;
  }
  .l-qa .p-flow-tabarea {
    column-gap: 64px;
    margin-bottom: 50px;
  }
  .l-qa .p-flow-tab {
    width: 250px;
    padding-bottom: 10px;
  }
  .l-qa .p-flow-tab:hover {
    border-color: #093;
  }
  .l-qa .p-flow-tab:hover .p-flow-tab-txt {
    color: #093;
  }
  .l-qa .p-flow-tab.is-active::after {
    width: 9px;
    height: 8px;
  }
  .l-qa .p-flow-tab-txt {
    line-height: 1.5555555556;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.2857142857vw, 18px);
  }
  .l-qa .p-flow-panel-lead {
    line-height: 1.5555555556;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.2857142857vw, 18px);
    margin-bottom: 40px;
  }
  .l-qa .p-flow-panel-item {
    padding: 20px;
    column-gap: 20px;
  }
  .l-qa .p-flow-panel-item:not(:last-of-type) {
    margin-bottom: 74px;
  }
  .l-qa .p-flow-panel-item:not(:last-of-type)::after {
    width: 20px;
    height: 20px;
    bottom: -20px;
  }
  .l-qa .p-flow-panel-item .ttl {
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.7142857143vw, 24px);
    width: 170px;
    height: 58px;
  }
  .l-qa .p-flow-panel-item .notes {
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1vw, 14px);
  }
  .l-qa .p-qa {
    padding-top: 100px;
  }
  .l-qa .p-qa-ttl {
    margin-bottom: 60px;
  }
  .l-qa .p-qa-item:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .l-qa .p-qa-item-head {
    padding: 15px 62px;
  }
  .l-qa .p-qa-item-head::before {
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: clamp(10px, 1.2857142857vw, 18px);
    left: 30px;
    top: 16px;
  }
  .l-qa .p-qa-item-head .txt {
    font-weight: 700;
  }
  .l-qa .p-qa-item-body {
    padding-top: 20px;
  }
  .l-qa .p-qa-item-body a:hover {
    opacity: 0.6;
  }
  .l-qa .p-qa-item-body .list {
    margin-top: 10px;
    padding-left: 2em;
  }
  .l-qa .p-qa-item-body .list-item:not(:last-of-type) {
    margin-bottom: 6px;
  }
  .l-qa .p-qa-item-body .list-item .head {
    line-height: 1.5555555556;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.2857142857vw, 18px);
    margin-bottom: 3px;
  }
  .l-qa .p-footer {
    margin-top: 80px;
    padding-bottom: 30px;
  }
  .l-qa .p-footer-list {
    column-gap: 30px;
  }
  .l-qa .p-footer-list a {
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 400;
    font-size: clamp(10px, 1.1428571429vw, 16px);
  }
  .l-qa .p-footer-list a:hover {
    opacity: 0.6;
  }
  .l-qa .p-footer-logo {
    column-gap: 18px;
  }
  .l-qa .p-footer-logo:hover {
    opacity: 0.6;
  }
  .l-qa .p-footer-logo img {
    width: 150px;
  }
  .l-qa .p-footer-logo .u-en {
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 400;
    font-size: clamp(10px, 1.1428571429vw, 16px);
  }
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .l-inner {
    max-width: 77.1428571429vw;
  }
  .c-btn {
    width: 12.8571428571vw;
    height: 2.8571428571vw;
    border-radius: 4.2857142857vw;
  }
  .c-btn::after {
    width: 0.7142857143vw;
    height: 0.7142857143vw;
    right: 1.0714285714vw;
  }
  .c-ttl::before {
    width: 7.3407142857vw;
    height: 1.9371428571vw;
    top: -0.2142857143vw;
  }
  .l-header-inner {
    padding: 0 2.1428571429vw;
    height: 6.4285714286vw;
  }
  .l-header-logo {
    column-gap: 2.1428571429vw;
  }
  .l-header-logo img {
    width: 12.4285714286vw;
  }
  .l-header-nav-list {
    column-gap: 2.1428571429vw;
  }
  .l-header-entry {
    margin-left: 2.1428571429vw;
    width: 7.1428571429vw;
    height: 2.8571428571vw;
    border-radius: 1.4285714286vw;
  }
  .l-footertop {
    padding: 2.8571428571vw 0;
  }
  .l-footertop-inner {
    max-width: 78.5714285714vw;
  }
  .l-footertop-left-logo {
    column-gap: 1.3571428571vw;
  }
  .l-footertop-left-logo img {
    width: 10.7142857143vw;
  }
  .l-footertop-left-totop {
    margin-top: 1.7142857143vw;
    padding: 0 2.1428571429vw;
    height: 2.7857142857vw;
    border-radius: 0.7142857143vw;
  }
  .l-footertop-list {
    column-gap: 2.8571428571vw;
  }
  .l-top .p-kv {
    margin-top: 6.4285714286vw;
    padding-bottom: 3.5714285714vw;
  }
  .l-top .p-kv-slider-item {
    padding-right: 4.2857142857vw;
    width: 57.1428571429vw;
  }
  .l-top .p-kv-slider img {
    width: 57.1428571429vw;
    height: 38.0714285714vw;
    border-radius: 0.7142857143vw;
  }
  .l-top .p-kv-text {
    border-radius: 0 0.7142857143vw 0.7142857143vw 0;
    padding-left: 11.4285714286vw;
    padding-top: 6.2857142857vw;
  }
  .l-top .p-kv-text-ttl::before {
    top: -0.7857142857vw;
    left: -1.4285714286vw;
  }
  .l-top .p-kv-text-ttl img {
    width: 51.1071428571vw;
  }
  .l-top .p-kv-text-ttl .txt {
    margin-top: 1.7142857143vw;
  }
  .l-top .p-about {
    margin-bottom: 7.1428571429vw;
  }
  .l-top .p-about-bg {
    padding: 3.8571428571vw 0 7vw;
  }
  .l-top .p-about-inner {
    left: -1.7857142857vw;
  }
  .l-top .p-about-text .c-ttl {
    margin-bottom: 1.7142857143vw;
  }
  .l-top .p-about-link {
    margin-top: 6.7857142857vw;
    column-gap: 5.7142857143vw;
  }
  .l-top .p-about-link-item .img {
    height: 10vw;
    margin-bottom: 1.1428571429vw;
  }
  .l-top .p-about-link-item .img.img01 {
    width: 11.3571428571vw;
  }
  .l-top .p-about-link-item .img.img02 {
    width: 8.9285714286vw;
  }
  .l-top .p-about-link-item .img.img03 {
    width: 10.0714285714vw;
  }
  .l-top .p-about-link-item .img.img04 {
    width: 12.25vw;
  }
  .l-top .p-about-link-item .txt {
    padding-right: 1.2142857143vw;
  }
  .l-top .p-about-link-item .txt::after {
    width: 0.7857142857vw;
    height: 0.7857142857vw;
  }
  .l-top .p-work {
    margin-bottom: 7.1428571429vw;
    border-radius: 0.7142857143vw;
  }
  .l-top .p-work-box {
    height: 23.5714285714vw;
    padding: 7.8571428571vw 3.2857142857vw 0;
  }
  .l-top .p-work-ttl {
    margin-bottom: 1.7142857143vw;
  }
  .l-top .p-recruit-bg {
    padding: 6.0714285714vw 0;
  }
  .l-top .p-recruit-bg::before {
    width: 49.2857142857vw;
    height: 27.2857142857vw;
    top: 4.2857142857vw;
    left: 16.4285714286vw;
  }
  .l-top .p-recruit-left-ttl {
    margin-bottom: 1.7142857143vw;
  }
  .l-top .p-recruit-box {
    width: 25vw;
    border-radius: 0.7142857143vw;
    padding: 1.7142857143vw 2.1428571429vw;
  }
  .l-top .p-recruit-box-link {
    margin-bottom: 2.1428571429vw;
  }
  .l-top .p-recruit-box-link-item:first-of-type {
    padding-right: 2.5714285714vw;
    margin-right: 2.1428571429vw;
  }
  .l-top .p-recruit-box-link-item .ttl {
    margin-bottom: 0.2857142857vw;
  }
  .l-top .p-recruit-box-link-item .link {
    padding-right: 1.2142857143vw;
  }
  .l-top .p-recruit-box-link-item .link::after {
    width: 0.6428571429vw;
    height: 0.6428571429vw;
  }
  .l-about-ttl {
    column-gap: 1.2857142857vw;
  }
  .l-about-ttl img {
    height: 3.5714285714vw;
  }
  .l-about .p-link {
    padding-top: 4vw;;
    padding-bottom: 6vw;
  }
  .l-about .p-link-ttl {
    margin-bottom: 3.7142857143vw;
  }
  .l-about .p-link-list-item {
    padding-top: 1.0714285714vw;
  }
  .l-about .p-link-list-item::after {
    height: 10.7142857143vw;
  }
  .l-about .p-link-list-item img {
    height: 6.4285714286vw;
    margin-bottom: 1.0714285714vw;
  }
  .l-about .p-link-list-item .txt {
    padding-right: 1.4285714286vw;
  }
  .l-about .p-link-list-item .txt::after {
    width: 0.7142857143vw;
    height: 0.7142857143vw;
  }
  .l-about .p-company {
    padding: 7.1428571429vw 0 0;
  }
  .l-about .p-company-ttl {
    margin-bottom: 2.8571428571vw;
  }
  .l-about .p-company-wrap {
    row-gap: 2.1428571429vw;
  }
  .l-about .p-company-item {
    border-radius: 0.7142857143vw;
    padding-top: 2.1428571429vw;
  }
  .l-about .p-company-item img {
    height: 7.8571428571vw;
  }
  .l-about .p-company-item.item01 {
    width: 24.2857142857vw;
    height: auto;
    min-height: 22.8571428571vw;
  }
  .l-about .p-company-item.item01 .p-company-item-notes {
    margin-top: 2.2857142857vw;
  }
  .l-about .p-company-item.item02 {
    width: 24.2857142857vw;
    height: auto;
    min-height: 22.8571428571vw;
  }
  .l-about .p-company-item.item02 .p-company-item-notes {
    margin-top: 2.2857142857vw;
  }
  .l-about .p-company-item.item03 {
    width: 24.2857142857vw;
    height: auto;
    min-height: 22.8571428571vw;
  }
  .l-about .p-company-item.item03 img {
    height: 7.6428571429vw;
  }
  .l-about .p-company-item.item03 .p-company-item-notes {
    margin-top: 0.8571428571vw;
  }
  .l-about .p-company-item.item04 {
    width: 37.5vw;
    height: 17.8571428571vw;
  }
  .l-about .p-company-item.item04 .p-company-item-itemwrap {
    margin-top: 1.4285714286vw;
    padding-left: 2.8571428571vw;
    column-gap: 3.8571428571vw;
  }
  .l-about .p-company-item.item05 {
    width: 37.5vw;
    height: 17.8571428571vw;
  }
  .l-about .p-company-item.item05 .p-company-item-itemwrap {
    margin-top: 1.4285714286vw;
    padding-left: 2.8571428571vw;
    column-gap: 2.8571428571vw;
  }
  .l-about .p-company-item.item06 {
    width: 50.7142857143vw;
    height: 42.1428571429vw;
  }
  .l-about .p-company-item.item06 .p-company-item-notes {
    margin-top: 1.1428571429vw;
  }
  .l-about .p-company-item.item07 {
    width: 24.2857142857vw;
    height: 42.1428571429vw;
  }
  .l-about .p-company-item.item07 .p-company-item-notes {
    margin-top: 2.1428571429vw;
  }
  .l-about .p-company-item-graphwrap {
    margin-top: 4.2857142857vw;
    margin-left: 7vw;
    width: 40.7142857143vw;
    height: 19.8928571429vw;
  }
  .l-about .p-company-item-graph {
    padding-left: 2.4285714286vw;
    column-gap: 2.3571428571vw;
  }
  .l-about .p-company-item-graph-bar {
    width: 5.3707142857vw;
  }
  .l-about .p-company-item-graph-bar .eur .txt {
    top: -0.4285714286vw;
  }
  .l-about .p-company-item-graph-bar .eur .txt::before {
    height: 0.7142857143vw;
    bottom: -0.0714285714vw;
  }
  .l-about .p-company-item-graph-bar.bar01 .eur {
    height: 0.9371428571vw;
  }
  .l-about .p-company-item-graph-bar.bar01 .na {
    height: 6.9vw;
  }
  .l-about .p-company-item-graph-bar.bar01 .jp {
    height: 7.7078571429vw;
  }
  .l-about .p-company-item-graph-bar.bar02 .eur {
    height: 0.8657142857vw;
  }
  .l-about .p-company-item-graph-bar.bar02 .na {
    height: 7.0421428571vw;
  }
  .l-about .p-company-item-graph-bar.bar02 .jp {
    height: 7.7721428571vw;
  }
  .l-about .p-company-item-graph-bar.bar03 .eur {
    height: 0.9821428571vw;
  }
  .l-about .p-company-item-graph-bar.bar03 .na {
    height: 6.5771428571vw;
  }
  .l-about .p-company-item-graph-bar.bar03 .jp {
    height: 7.6428571429vw;
  }
  .l-about .p-company-item-graph-bar.bar04 .eur {
    height: 1.1307142857vw;
  }
  .l-about .p-company-item-graph-bar.bar04 .na {
    height: 9.045vw;
  }
  .l-about .p-company-item-graph-bar.bar04 .jp {
    height: 7.2685714286vw;
  }
  .l-about .p-company-item-graph-bar.bar05 .eur {
    height: 1.4471428571vw;
  }
  .l-about .p-company-item-graph-bar.bar05 .na {
    height: 10.3821428571vw;
  }
  .l-about .p-company-item-graph-bar.bar05 .jp {
    height: 7.5528571429vw;
  }
  .l-about .p-company-item-graph-label {
    column-gap: 1.4285714286vw;
    top: -2.1428571429vw;
    left: 2.6428571429vw;
  }
  .l-about .p-company-item-graph-label .label {
    column-gap: 0.5vw;
  }
  .l-about .p-company-item-graph-label .label .color {
    width: 1.2857142857vw;
    height: 1.2857142857vw;
  }
  .l-about .p-company-item-graph-vertical {
    left: -0.3571428571vw;
  }
  .l-about .p-company-item-graph-vertical .unit {
    top: -1.1428571429vw;
  }
  .l-about .p-company-item-graph-beside {
    padding-left: 3.7142857143vw;
    column-gap: 4.2857142857vw;
    bottom: -0.7142857143vw;
  }
  .l-about .p-company-item-graph-notes {
    margin-top: 3.4285714286vw;
    margin-right: 3vw;
  }
  .l-about .p-company-item-mapwrap {
    width: 18.5714285714vw;
    margin: 1.4285714286vw auto 0;
    row-gap: 0.8571428571vw;
  }
  .l-about .p-company-item-map.map01 img {
    height: 10.9628571429vw;
    margin-top: 0.2857142857vw;
  }
  .l-about .p-company-item-map.map02 img {
    margin: 0.2142857143vw auto 0;
    height: 9.2857142857vw;
  }
  .l-about .p-employee {
    padding: 7.1428571429vw 0 5vw;
  }
  .l-about .p-employee-ttl {
    margin-bottom: 2.8571428571vw;
  }
  .l-about .p-employee-wrap {
    row-gap: 2.1428571429vw;
    margin-bottom: 3.9285714286vw;
  }
  .l-about .p-employee-item {
    border-radius: 0.7142857143vw;
    padding-top: 2.1428571429vw;
  }
  .l-about .p-employee-item img {
    height: 7.8571428571vw;
  }
  .l-about .p-employee-item.item01 {
    width: 24.2857142857vw;
    height: 22.8571428571vw;
  }
  .l-about .p-employee-item.item01 .p-employee-item-notes {
    margin-top: 2.2857142857vw;
  }
  .l-about .p-employee-item.item02 {
    width: 24.2857142857vw;
    height: 22.8571428571vw;
  }
  .l-about .p-employee-item.item02 .p-employee-item-notes {
    margin-top: 2.2857142857vw;
  }
  .l-about .p-employee-item.item03 {
    width: 24.2857142857vw;
    height: 22.8571428571vw;
  }
  .l-about .p-employee-item.item03 .p-employee-item-notes {
    margin-top: 1.2857142857vw;
  }
  .l-about .p-employee-item.item04 {
    width: 37.5vw;
    height: 17.8571428571vw;
  }
  .l-about .p-employee-item.item04 .p-employee-item-itemwrap {
    margin-top: 1.4285714286vw;
    padding-left: 2.2857142857vw;
    column-gap: 3.4285714286vw;
  }
  .l-about .p-employee-item.item05 {
    width: 37.5vw;
    height: 17.8571428571vw;
  }
  .l-about .p-employee-item.item05 .p-employee-item-itemwrap {
    margin-top: 1.4285714286vw;
    padding-left: 2.6428571429vw;
    column-gap: 2.7142857143vw;
  }
  .l-about .p-employee-item.item06 {
    width: 100%;
    padding-bottom: 1vw;
  }
  .l-about .p-employee-item.item06 .p-employee-item-notes {
    margin-top: 3.5714285714vw;
  }
  .l-about .p-employee-item-numwrap {
    column-gap: 1.4285714286vw;
  }
  .l-about .p-employee-item-num {
    margin-bottom: 0.8571428571vw;
  }
  .l-about .p-employee-item-pienum.puinum01 {
    left: 2.1428571429vw;
  }
  .l-about .p-employee-item-pienum.puinum01::before {
    left: 6.7857142857vw;
  }
  .l-about .p-employee-item-pienum.puinum02 {
    right: 2.1428571429vw;
  }
  .l-about .p-employee-item-pienum.puinum02::before {
    right: 6.7857142857vw;
  }
  .l-about .p-employee-item-pienum::before {
    height: 2.5714285714vw;
  }
  .l-about .p-employee-item-pie {
    width: 7.8571428571vw;
    height: 7.8571428571vw;
    margin-top: 5.7142857143vw;
  }
  .l-about .p-employee-item-graphwrap {
    margin-top: 2.1428571429vw;
    width: 40.7142857143vw;
    height: 16.6428571429vw;
  }
  .l-about .p-employee-item-graph {
    padding-left: 2.5vw;
    column-gap: 2.3857142857vw;
  }
  .l-about .p-employee-item-graph-bar {
    width: 5.3571428571vw;
  }
  .l-about .p-employee-item-graph-bar.bar01 .woman {
    height: 4.4657142857vw;
  }
  .l-about .p-employee-item-graph-bar.bar01 .man {
    height: 1.595vw;
  }
  .l-about .p-employee-item-graph-bar.bar02 .woman {
    height: 2.8707142857vw;
  }
  .l-about .p-employee-item-graph-bar.bar02 .man {
    height: 2.5514285714vw;
  }
  .l-about .p-employee-item-graph-bar.bar03 .woman {
    height: 5.1035714286vw;
  }
  .l-about .p-employee-item-graph-bar.bar03 .man {
    height: 3.8278571429vw;
  }
  .l-about .p-employee-item-graph-bar.bar04 .woman {
    height: 2.5514285714vw;
  }
  .l-about .p-employee-item-graph-bar.bar04 .man {
    height: 5.1035714286vw;
  }
  .l-about .p-employee-item-graph-bar.bar05 .woman {
    height: 5.7414285714vw;
  }
  .l-about .p-employee-item-graph-bar.bar05 .man {
    height: 7.9742857143vw;
  }
  .l-about .p-employee-item-graph-label {
    column-gap: 1.4285714286vw;
    left: 2.6428571429vw;
  }
  .l-about .p-employee-item-graph-label .label {
    column-gap: 0.5vw;
  }
  .l-about .p-employee-item-graph-label .label .color {
    width: 1.2857142857vw;
    height: 1.2857142857vw;
  }
  .l-about .p-employee-item-graph-vertical {
    left: -0.6428571429vw;
  }
  .l-about .p-employee-item-graph-vertical .unit {
    top: -0.5714285714vw;
  }
  .l-about .p-employee-item-graph-beside {
    padding-left: 3.5714285714vw;
    column-gap: 4.3571428571vw;
    bottom: -0.5714285714vw;
  }
  .l-about .p-employee-formerjob-ttl {
    padding-bottom: 0.7142857143vw;
    margin-bottom: 2.8571428571vw;
  }
  .l-about .p-employee-formerjob-wrap {
    margin-bottom: 2.2857142857vw;
  }
  .l-about .p-employee-formerjob-item {
    width: 22.8571428571vw;
    border-radius: 0.7142857143vw;
    padding: 1.7142857143vw 1.7142857143vw 1.7142857143vw 2.1428571429vw;
  }
  .l-about .p-employee-formerjob-item:not(:last-of-type) {
    margin-bottom: 1.4285714286vw;
  }
  .l-about .p-employee-formerjob-notes .txt + .txt {
    margin-top: 0.2857142857vw;
  }
  .l-about .p-voice-bg {
    padding: 7.1428571429vw 0;
  }
  .l-about .p-voice-bg::before {
    left: 3.5714285714vw;
    border-radius: 0.7142857143vw 0 0 0.7142857143vw;
  }
  .l-about .p-voice-ttl {
    margin-bottom: 2.8571428571vw;
  }
  .l-about .p-voice-wrap {
    row-gap: 2.1428571429vw;
  }
  .l-about .p-voice-item {
    width: 37.5vw;
    height: 13.2857142857vw;
    padding-left: 2.1428571429vw;
    border-radius: 0.7142857143vw;
  }
  .l-about .p-voice-item::after {
    width: 12.6685714286vw;
    height: 15.8828571429vw;
    top: 1.4285714286vw;
    right: 2.5428571429vw;
  }
  .l-about .p-voice-notes {
    margin-top: 2.1428571429vw;
  }
  .l-about .p-voice-modal-content {
    width: 57.1428571429vw;
    border-radius: 0.7142857143vw;
    padding: 2.1428571429vw 2.8571428571vw;
  }
  .l-about .p-voice-modal-batsu {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
    top: 1.4285714286vw;
    right: 1.4285714286vw;
  }
  .l-about .p-voice-modal-batsu::before,
  .l-about .p-voice-modal-batsu::after {
    height: 2vw;
  }
  .l-about .p-voice-modal-ttl {
    margin-bottom: 1.7142857143vw;
  }
  .l-about .p-voice-modal-list {
    margin-bottom: 2.1428571429vw;
  }
  .l-about .p-voice-modal-list li {
    width: 46.4285714286vw;
    border-radius: 0.7142857143vw;
    padding: 1.1428571429vw 2.1428571429vw;
  }
  .l-about .p-voice-modal-list li:not(:last-of-type) {
    margin-bottom: 1.7142857143vw;
  }
  .l-about .p-voice-modal-list li:nth-of-type(even)::after {
    right: 2.1428571429vw;
  }
  .l-about .p-voice-modal-list li::after {
    width: 3.2142857143vw;
    height: 2.1428571429vw;
    bottom: -1.1428571429vw;
    left: 2.1428571429vw;
  }
  .l-about .p-voice-modal-close {
    width: 12.8571428571vw;
    height: 2.8571428571vw;
    border-radius: 2.8571428571vw;
  }
  .l-about .p-voice-modal-close span::before,
  .l-about .p-voice-modal-close span::after {
    top: 0.7857142857vw;
    right: 1.4285714286vw;
    height: 1.2142857143vw;
  }
  .l-about .p-welfare {
    padding: 7.1428571429vw 0 10.7142857143vw;
  }
  .l-about .p-welfare-ttl {
    margin-bottom: 2.8571428571vw;
  }
  .l-about .p-welfare-tabarea {
    margin-bottom: 2.1428571429vw;
  }
  .l-about .p-welfare-tab {
    width: 17.1428571429vw;
    height: 14.2857142857vw;
    border-radius: 0.7142857143vw;
    padding-top: 1.7142857143vw;
  }
  .l-about .p-welfare-tab::after {
    height: 15.5714285714vw;
  }
  .l-about .p-welfare-tab .txt {
    margin-bottom: 1.7142857143vw;
  }
  .l-about .p-welfare-tab img {
    height: 6.4285714286vw;
  }
  .l-about .p-welfare-panelarea {
    border-radius: 0.7142857143vw;
  }
  .l-about .p-welfare-panel {
    padding: 2.2857142857vw 2.8571428571vw;
  }
  .l-about .p-welfare-panel-list dd {
    margin-top: 0.4285714286vw;
  }
  .l-about .p-welfare-panel-list dd + dt {
    margin-top: 1.1428571429vw;
  }
  .l-qa-ttl {
    column-gap: 1.4285714286vw;
  }
  .l-qa-ttl img {
    height: 3.5714285714vw;
  }
  .l-qa .p-link {
    padding-top: 14.2857142857vw;
  }
  .l-qa .p-link-ttl {
    margin-bottom: 3.5714285714vw;
  }
  .l-qa .p-link-item {
    width: 28.5714285714vw;
    column-gap: 2.1428571429vw;
  }
  .l-qa .p-link-item img {
    height: 6.4285714286vw;
  }
  .l-qa .p-link-item-txt {
    padding-right: 1.4285714286vw;
  }
  .l-qa .p-link-item-txt::after {
    width: 0.6071428571vw;
    height: 0.6071428571vw;
  }
  .l-qa .p-flow {
    padding-top: 7.1428571429vw;
  }
  .l-qa .p-flow-ttl {
    margin-bottom: 4.2857142857vw;
  }
  .l-qa .p-flow-tabarea {
    column-gap: 4.5714285714vw;
    margin-bottom: 3.5714285714vw;
  }
  .l-qa .p-flow-tab {
    width: 17.8571428571vw;
    padding-bottom: 0.7142857143vw;
  }
  .l-qa .p-flow-panel-lead {
    margin-bottom: 2.8571428571vw;
  }
  .l-qa .p-flow-panel-item {
    padding: 1.4285714286vw;
    column-gap: 1.4285714286vw;
  }
  .l-qa .p-flow-panel-item:not(:last-of-type) {
    margin-bottom: 5.2857142857vw;
  }
  .l-qa .p-flow-panel-item:not(:last-of-type)::after {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
    bottom: -1.4285714286vw;
  }
  .l-qa .p-flow-panel-item .ttl {
    width: 12.1428571429vw;
    height: 4.1428571429vw;
  }
  .l-qa .p-qa {
    padding-top: 7.1428571429vw;
  }
  .l-qa .p-qa-ttl {
    margin-bottom: 4.2857142857vw;
  }
  .l-qa .p-qa-item:not(:last-of-type) {
    margin-bottom: 3.5714285714vw;
  }
  .l-qa .p-qa-item-head {
    padding: 1.0714285714vw 4.4285714286vw;
  }
  .l-qa .p-qa-item-head::before {
    left: 2.1428571429vw;
    top: 1.1428571429vw;
  }
  .l-qa .p-qa-item-body {
    padding-top: 1.4285714286vw;
  }
  .l-qa .p-qa-item-body .list {
    margin-top: 0.7142857143vw;
    padding-left: 1.5em;
  }
  .l-qa .p-qa-item-body .list-item:not(:last-of-type) {
    margin-bottom: 0.4285714286vw;
  }
  .l-qa .p-qa-item-body .list-item .head {
    margin-bottom: 0.2142857143vw;
  }
  .l-qa .p-footer {
    margin-top: 5.7142857143vw;
    padding-bottom: 2.1428571429vw;
  }
  .l-qa .p-footer-list {
    column-gap: 2.1428571429vw;
  }
  .l-qa .p-footer-logo {
    column-gap: 1.2857142857vw;
  }
  .l-qa .p-footer-logo img {
    width: 10.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 92vw;
  }
  .c-btn {
    width: 45.3333333333vw;
    height: 10.6666666667vw;
    border-radius: 13.3333333333vw;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .c-btn::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    right: 5.0666666667vw;
  }
  .c-ttl .u-en {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .c-ttl .u-ja {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
  .c-ttl::before {
    width: 16vw;
    height: 4.2226666667vw;
    top: -1.3333333333vw;
  }
  .is-pc {
    display: none;
  }
  .l-header-inner {
    max-width: 92vw;
    height: 13.3333333333vw;
    margin: 0 auto;
  }
  .l-header-logo {
    column-gap: 3.2vw;
  }
  .l-header-logo img {
    width: 26.6666666667vw;
  }
  .l-header-logo .txt {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-header-navwrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: -120%;
    top: 13.3333333333vw;
    background-color: #fff;
    padding: 1.6vw 0 4.8vw;
    z-index: 4600;
    transition: all 0.6s;
  }
  .l-header-navwrap.is-panelactive {
    right: 0;
  }
  .l-header-nav-list {
    flex-direction: column;
  }
  .l-header-nav-list li {
    display: flex;
    border-bottom: 0.2666666667vw solid #ccc;
  }
  .l-header-nav-list a {
    width: 100%;
    position: relative;
    font-size: calc(33 / 750 * 100vw);
    line-height: 1.6363636364;
    letter-spacing: 0.025em;
    font-weight: 700;
    padding: 4.8vw 4vw;
  }
  .l-header-nav-list a::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    right: 8vw;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 2vw;
    height: 2vw;
  }
  .l-header-nav-top {
    padding: 4vw;
  }
  .l-header-nav-top a {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-weight: 700;
  }
  .l-header-entry {
    margin-left: auto;
    height: 100%;
    width: 21.3333333333vw;
    padding-top: 2vw;
  }
  .l-header-entry span {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-header-entry::after {
    position: absolute;
    content: "";
    display: block;
    border-right: 0.2666666667vw solid #fff;
    border-bottom: 0.2666666667vw solid #fff;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    z-index: 20;
    bottom: 1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .l-header-openbtn {
    margin-left: 4vw;
    width: 6.9333333333vw;
    height: 5.3333333333vw;
  }
  .l-header-openbtn span {
    position: absolute;
    display: block;
    background-color: #888;
    height: 0.5333333333vw;
    width: 100%;
    left: 0;
    transition: all 0.6s;
  }
  .l-header-openbtn span:first-of-type {
    top: 0;
  }
  .l-header-openbtn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header-openbtn span:last-of-type {
    bottom: 0;
  }
  .l-header-openbtn.is-active span:first-of-type {
    top: 2.1333333333vw;
    transform: rotate(-45deg);
  }
  .l-header-openbtn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header-openbtn.is-active span:last-of-type {
    top: 2.1333333333vw;
    bottom: auto;
    transform: rotate(45deg);
  }
  .l-footertop {
    padding: 8vw 0;
  }
  .l-footertop-inner {
    justify-content: center;
  }
  .l-footertop-left-logo {
    column-gap: 3.2vw;
    justify-content: center;
  }
  .l-footertop-left-logo img {
    width: 26.6666666667vw;
  }
  .l-footertop-left-logo .txt {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 400;
  }
  .l-footertop-left-totop {
    margin: 5.3333333333vw auto 0;
    padding: 0 6.6666666667vw;
    height: 10.1333333333vw;
    border-radius: 1.3333333333vw;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .l-footer {
    padding-top: 10px;
  }
  .l-footer-list {
    text-align: left;
  }
  .l-footer-list-item {
    position: relative;
    width: 50%;
    margin-top: 10px;
    padding: 0 0 0 10px;
    border: none;
    vertical-align: top;
  }
  .l-footer-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 4px;
    height: 1px;
    background: #888;
  }
  .l-footer-list-item a {
    padding-right: 20px;
    line-height: 1.5;
  }
  .l-footer-copy {
    margin-top: 20px;
  }
  .l-top .p-kv {
    margin-top: 13.3333333333vw;
    padding-bottom: 5.6vw;
  }
  .l-top .p-kv-slider-item {
    padding-right: 5.3333333333vw;
    width: 77.6vw;
  }
  .l-top .p-kv-slider img {
    width: 100%;
    height: 51.7333333333vw;
    border-radius: 1.3333333333vw;
  }
  .l-top .p-kv-text {
    width: 83.4666666667vw;
    border-radius: 0 1.3333333333vw 1.3333333333vw 0;
    padding-left: 6.4vw;
    padding-top: 9.6vw;
  }
  .l-top .p-kv-text-ttl::before {
    top: -2.4vw;
    left: -2.4vw;
  }
  .l-top .p-kv-text-ttl img {
    width: 73.3333333333vw;
    height: auto;
  }
  .l-top .p-kv-text-ttl .txt {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 4vw;
  }
  .l-top .p-about {
    margin-bottom: 13.3333333333vw;
  }
  .l-top .p-about-bg {
    padding: 13.3333333333vw 0 8vw;
  }
  .l-top .p-about-bg::before {
    width: 96vw;
    border-bottom-left-radius: 1.3333333333vw;
  }
  .l-top .p-about-text {
    padding: 0 4vw;
  }
  .l-top .p-about-text .c-ttl {
    margin-bottom: 6.6666666667vw;
  }
  .l-top .p-about-text .c-btn {
    margin: 0 auto;
  }
  .l-top .p-about-inner {
    flex-direction: column;
    row-gap: 8vw;
  }
  .l-top .p-about-link {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 9.8666666667vw;
    row-gap: 7.2vw;
  }
  .l-top .p-about-link-item {
    width: 29.7333333333vw;
  }
  .l-top .p-about-link-item .img {
    height: 18.6666666667vw;
    margin: 0 auto 3.2vw;
  }
  .l-top .p-about-link-item .img.img01 {
    width: 21.2vw;
  }
  .l-top .p-about-link-item .img.img02 {
    width: 16.6666666667vw;
  }
  .l-top .p-about-link-item .img.img03 {
    width: 18.8vw;
  }
  .l-top .p-about-link-item .img.img04 {
    width: 22.8666666667vw;
  }
  .l-top .p-about-link-item .txt {
    padding-right: 3.4666666667vw;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-top .p-about-link-item .txt::after {
    width: 2.5333333333vw;
    height: 2.5333333333vw;
  }
  .l-top .p-work {
    margin-bottom: 13.3333333333vw;
  }
  .l-top .p-work-box {
    background: url(../images/bg-work-sp.jpg) top center/contain no-repeat;
    height: 49.3333333333vw;
    padding: 13.3333333333vw 5.3333333333vw 0;
    border-radius: 1.3333333333vw;
  }
  .l-top .p-work-ttl {
    margin-bottom: 5.3333333333vw;
  }
  .l-top .p-work .c-btn {
    margin: 0 auto;
  }
  .l-top .p-recruit-bg {
    padding: 13.3333333333vw 0 8vw;
  }
  .l-top .p-recruit-bg::before {
    width: 65.8666666667vw;
    height: 36.4vw;
    top: 6.1333333333vw;
    right: 4vw;
  }
  .l-top .p-recruit-inner {
    flex-direction: column;
    row-gap: 8vw;
  }
  .l-top .p-recruit-left-ttl {
    margin-bottom: 8vw;
  }
  .l-top .p-recruit-left .c-btn {
    margin: 0 auto;
  }
  .l-top .p-recruit-box {
    border-radius: 1.3333333333vw;
    padding: 4vw 4.6666666667vw;
  }
  .l-top .p-recruit-box-link {
    margin: 0 0.6666666667vw 5.3333333333vw;
  }
  .l-top .p-recruit-box-link-item:first-of-type {
    padding-right: 13.3333333333vw;
    margin-right: 5.3333333333vw;
  }
  .l-top .p-recruit-box-link-item .ttl {
    margin-bottom: 0.5333333333vw;
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .l-top .p-recruit-box-link-item .link {
    padding-right: 9.3333333333vw;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .l-top .p-recruit-box-link-item .link::after {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
  .l-top .p-recruit-box-txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
  .l-about-ttl {
    column-gap: 2.6666666667vw;
  }
  .l-about-ttl img {
    height: 9.3333333333vw;
  }
  .l-about-ttl .txt {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-about .p-link {
    padding-top: 10vw;
    padding-bottom: 12vw;
  }
  .l-about .p-link-ttl {
    margin-bottom: 7.4666666667vw;
  }
  .l-about .p-link-list-item {
    padding-top: 2.6666666667vw;
  }
  .l-about .p-link-list-item::after {
    height: 30.6666666667vw;
  }
  .l-about .p-link-list-item img {
    height: 12vw;
    margin-bottom: 2.1333333333vw;
  }
  .l-about .p-link-list-item .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.2916666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-about .p-link-list-item .txt::after {
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    bottom: -2.5333333333vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .l-about .p-company {
    padding: 10.6666666667vw 0 0;
  }
  .l-about .p-company-ttl {
    margin-bottom: 5.3333333333vw;
  }
  .l-about .p-company-wrap {
    row-gap: 4vw;
  }
  .l-about .p-company-item {
    border-radius: 1.3333333333vw;
    padding-top: 4vw;
  }
  .l-about .p-company-item img {
    height: 14.6666666667vw;
  }
  .l-about .p-company-item.item01 {
    width: 100%;
    height: 38.6666666667vw;
  }
  .l-about .p-company-item.item01 .p-company-item-notes {
    margin-top: 4.2666666667vw;
  }
  .l-about .p-company-item.item02 {
    width: 44vw;
    height: 48vw;
  }
  .l-about .p-company-item.item02 .p-company-item-notes {
    margin-top: 4.2666666667vw;
  }
  .l-about .p-company-item.item03 {
    width: 44vw;
    height: 48vw;
  }
  .l-about .p-company-item.item03 img {
    height: 14.2666666667vw;
  }
  .l-about .p-company-item.item03 .p-company-item-notes {
    margin-top: 1.6vw;
  }
  .l-about .p-company-item.item04 {
    width: 100%;
    height: 33.3333333333vw;
  }
  .l-about .p-company-item.item04 .p-company-item-itemwrap {
    width: 70vw;
    margin: 2.6666666667vw auto 0;
    padding-left: 5.3333333333vw;
    column-gap: 7.2vw;
  }
  .l-about .p-company-item.item05 {
    width: 100%;
    height: 33.3333333333vw;
  }
  .l-about .p-company-item.item05 .p-company-item-itemwrap {
    width: 70vw;
    margin: 2.6666666667vw auto 0;
    padding-left: 5.3333333333vw;
    column-gap: 5.3333333333vw;
  }
  .l-about .p-company-item.item06 {
    width: 100%;
    height: 97.3333333333vw;
  }
  .l-about .p-company-item.item06 .p-company-item-notes {
    margin-top: 2.6666666667vw;
  }
  .l-about .p-company-item.item07 {
    width: 100%;
    height: 64vw;
  }
  .l-about .p-company-item.item07 .p-company-item-notes {
    margin-top: 2.6666666667vw;
  }
  .l-about .p-company-item-ttl {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .l-about .p-company-item-num .ttl {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .l-about .p-company-item-num .large {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5263157895;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .l-about .p-company-item-num .large .number {
    font-size: calc(58 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .l-about .p-company-item-num .large .small01 {
    font-size: calc(58 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
  .l-about .p-company-item-num .large .small02 {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.9333333333;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-about .p-company-item-graphwrap {
    margin-top: 13.3333333333vw;
    margin-left: 12vw;
    width: 76vw;
    height: 37.1333333333vw;
  }
  .l-about .p-company-item-graph {
    padding-left: 4.5333333333vw;
    column-gap: 4.4vw;
  }
  .l-about .p-company-item-graph-bar {
    width: 10.0253333333vw;
    padding-top: 4.8vw;
  }
  .l-about .p-company-item-graph-bar .eur .txt {
    top: -0.8vw;
  }
  .l-about .p-company-item-graph-bar .eur .txt::before {
    height: 1.3333333333vw;
    bottom: -0.1333333333vw;
  }
  .l-about .p-company-item-graph-bar.bar01 .eur {
    height: 1.7493333333vw;
  }
  .l-about .p-company-item-graph-bar.bar01 .na {
    height: 12.88vw;
  }
  .l-about .p-company-item-graph-bar.bar01 .jp {
    height: 14.388vw;
  }
  .l-about .p-company-item-graph-bar.bar02 .eur {
    height: 1.616vw;
  }
  .l-about .p-company-item-graph-bar.bar02 .na {
    height: 13.1453333333vw;
  }
  .l-about .p-company-item-graph-bar.bar02 .jp {
    height: 14.508vw;
  }
  .l-about .p-company-item-graph-bar.bar03 .eur {
    height: 1.8333333333vw;
  }
  .l-about .p-company-item-graph-bar.bar03 .na {
    height: 12.2773333333vw;
  }
  .l-about .p-company-item-graph-bar.bar03 .jp {
    height: 14.2666666667vw;
  }
  .l-about .p-company-item-graph-bar.bar04 .eur {
    height: 2.1106666667vw;
  }
  .l-about .p-company-item-graph-bar.bar04 .na {
    height: 16.884vw;
  }
  .l-about .p-company-item-graph-bar.bar04 .jp {
    height: 13.568vw;
  }
  .l-about .p-company-item-graph-bar.bar05 .eur {
    height: 2.7013333333vw;
  }
  .l-about .p-company-item-graph-bar.bar05 .na {
    height: 19.38vw;
  }
  .l-about .p-company-item-graph-bar.bar05 .jp {
    height: 14.0986666667vw;
  }
  .l-about .p-company-item-graph-bar .txt {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-about .p-company-item-graph-bar .txt .large {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-about .p-company-item-graph-label {
    column-gap: 2.6666666667vw;
    top: -6.6666666667vw;
    left: 4.9333333333vw;
  }
  .l-about .p-company-item-graph-label .label {
    column-gap: 0.9333333333vw;
  }
  .l-about .p-company-item-graph-label .label .color {
    width: 2.4vw;
    height: 2.4vw;
  }
  .l-about .p-company-item-graph-label .label .txt {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-about .p-company-item-graph-vertical {
    left: -0.6666666667vw;
  }
  .l-about .p-company-item-graph-vertical .unit {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    top: -2.1333333333vw;
  }
  .l-about .p-company-item-graph-vertical .num {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-about .p-company-item-graph-beside {
    padding-left: 6.9333333333vw;
    column-gap: 8vw;
    bottom: -1.3333333333vw;
  }
  .l-about .p-company-item-graph-beside .num {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
  .l-about .p-company-item-graph-notes {
    margin-top: 6vw;
    margin-right: 4vw;
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-about .p-company-item-mapwrap {
    padding-left: 12vw;
    margin: 3.2vw auto 0;
    column-gap: 16vw;
  }
  .l-about .p-company-item-map {
    text-align: center;
  }
  .l-about .p-company-item-map.map01 img {
    height: 24.7946666667vw;
    margin: 1.3333333333vw auto 0;
  }
  .l-about .p-company-item-map.map02 img {
    margin: 3.2vw auto 0;
    height: 21.3333333333vw;
  }
  .l-about .p-company-item-notes {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-about .p-employee {
    padding: 13.3333333333vw 0 12vw;
  }
  .l-about .p-employee-ttl {
    margin-bottom: 8vw;
  }
  .l-about .p-employee-wrap {
    row-gap: 4vw;
    margin-bottom: 7.3333333333vw;
  }
  .l-about .p-employee-item {
    border-radius: 1.3333333333vw;
    padding-top: 4vw;
  }
  .l-about .p-employee-item img {
    height: 14.6666666667vw;
  }
  .l-about .p-employee-item.item01 {
    width: 100%;
    height: 42.6666666667vw;
  }
  .l-about .p-employee-item.item01 .p-employee-item-notes {
    margin-top: 4.2666666667vw;
  }
  .l-about .p-employee-item.item02 {
    width: 44vw;
    height: 46.6666666667vw;
  }
  .l-about .p-employee-item.item02 .p-employee-item-notes {
    margin-top: 4.2666666667vw;
  }
  .l-about .p-employee-item.item03 {
    width: 44vw;
    height: 46.6666666667vw;
  }
  .l-about .p-employee-item.item03 .p-employee-item-notes {
    margin-top: 2.4vw;
  }
  .l-about .p-employee-item.item04 {
    width: 100%;
    height: 33.3333333333vw;
  }
  .l-about .p-employee-item.item04 .p-employee-item-itemwrap {
    width: 80vw;
    margin: 2.6666666667vw auto 0;
    padding-left: 4.2666666667vw;
    column-gap: 6.4vw;
  }
  .l-about .p-employee-item.item05 {
    width: 100%;
    height: 33.3333333333vw;
  }
  .l-about .p-employee-item.item05 .p-employee-item-itemwrap {
    width: 80vw;
    margin: 2.6666666667vw auto 0;
    padding-left: 4.9333333333vw;
    column-gap: 5.0666666667vw;
  }
  .l-about .p-employee-item.item06 {
    width: 100%;
    padding-bottom: 1.8666666667vw;
  }
  .l-about .p-employee-item.item06 .p-employee-item-notes {
    margin-top: 6.6666666667vw;
  }
  .l-about .p-employee-item-ttl {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .l-about .p-employee-item-numwrap {
    column-gap: 2.6666666667vw;
  }
  .l-about .p-employee-item-num {
    margin-bottom: 1.6vw;
  }
  .l-about .p-employee-item-num .small {
    font-size: calc(25 / 750 * 100vw);
    line-height: 1.72;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .l-about .p-employee-item-num .small .number {
    font-size: calc(43 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .l-about .p-employee-item-num .large {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5263157895;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .l-about .p-employee-item-num .large .number {
    font-size: calc(58 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .l-about .p-employee-item-pienum {
    font-size: calc(25 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .l-about .p-employee-item-pienum.puinum01 {
    left: 4vw;
  }
  .l-about .p-employee-item-pienum.puinum01::before {
    left: 12.6666666667vw;
  }
  .l-about .p-employee-item-pienum.puinum02 {
    right: 4vw;
  }
  .l-about .p-employee-item-pienum.puinum02::before {
    right: 12.6666666667vw;
  }
  .l-about .p-employee-item-pienum::before {
    height: 4.8vw;
  }
  .l-about .p-employee-item-pienum .ttl {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .l-about .p-employee-item-pienum .number {
    font-size: calc(43 / 750 * 100vw);
    line-height: 1.0465116279;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .l-about .p-employee-item-pie {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .l-about .p-employee-item-graphwrap {
    margin-top: 4vw;
    width: 76vw;
    height: 31.0666666667vw;
  }
  .l-about .p-employee-item-graph {
    padding-left: 4.6666666667vw;
    column-gap: 4.4533333333vw;
  }
  .l-about .p-employee-item-graph-bar {
    width: 10vw;
  }
  .l-about .p-employee-item-graph-bar.bar01 .woman {
    height: 8.336vw;
  }
  .l-about .p-employee-item-graph-bar.bar01 .man {
    height: 2.9773333333vw;
  }
  .l-about .p-employee-item-graph-bar.bar02 .woman {
    height: 5.3586666667vw;
  }
  .l-about .p-employee-item-graph-bar.bar02 .man {
    height: 4.7626666667vw;
  }
  .l-about .p-employee-item-graph-bar.bar03 .woman {
    height: 9.5266666667vw;
  }
  .l-about .p-employee-item-graph-bar.bar03 .man {
    height: 7.1453333333vw;
  }
  .l-about .p-employee-item-graph-bar.bar04 .woman {
    height: 4.7626666667vw;
  }
  .l-about .p-employee-item-graph-bar.bar04 .man {
    height: 9.5266666667vw;
  }
  .l-about .p-employee-item-graph-bar.bar05 .woman {
    height: 10.7173333333vw;
  }
  .l-about .p-employee-item-graph-bar.bar05 .man {
    height: 14.8853333333vw;
  }
  .l-about .p-employee-item-graph-bar .txt {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-about .p-employee-item-graph-label {
    column-gap: 2.6666666667vw;
    left: 4.9333333333vw;
  }
  .l-about .p-employee-item-graph-label .label {
    column-gap: 0.9333333333vw;
  }
  .l-about .p-employee-item-graph-label .label .color {
    width: 2.4vw;
    height: 2.4vw;
  }
  .l-about .p-employee-item-graph-label .label .txt {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-about .p-employee-item-graph-vertical {
    left: -1.2vw;
  }
  .l-about .p-employee-item-graph-vertical .unit {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    top: -1.0666666667vw;
  }
  .l-about .p-employee-item-graph-vertical .num {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-about .p-employee-item-graph-beside {
    padding-left: 6.6666666667vw;
    column-gap: 7.3333333333vw;
    bottom: -1.0666666667vw;
  }
  .l-about .p-employee-item-graph-beside .num {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.08;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
  .l-about .p-employee-item-notes {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-about .p-employee-formerjob-ttl {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    padding-bottom: 1.6vw;
    margin-bottom: 5.3333333333vw;
  }
  .l-about .p-employee-formerjob-wrap {
    flex-direction: column;
    row-gap: 2.6666666667vw;
    margin-bottom: 4.2666666667vw;
  }
  .l-about .p-employee-formerjob-item {
    width: 100%;
    border-radius: 1.3333333333vw;
    padding: 3.2vw 3.2vw 3.2vw 4vw;
  }
  .l-about .p-employee-formerjob-item:not(:last-of-type) {
    margin-bottom: 2.6666666667vw;
  }
  .l-about .p-employee-formerjob-item .ttl {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    width: 21.3333333333vw;
    min-height: 8vw;
    border-radius: 1.3333333333vw;
  }
  .l-about .p-employee-formerjob-item .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .l-about .p-employee-formerjob-notes .txt {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-about .p-employee-formerjob-notes .txt + .txt {
    margin-top: 0.4vw;
  }
  .l-about .p-voice-bg {
    padding: 13.3333333333vw 0;
  }
  .l-about .p-voice-bg::before {
    left: 0;
  }
  .l-about .p-voice-ttl {
    margin-bottom: 5.3333333333vw;
  }
  .l-about .p-voice-wrap {
    row-gap: 4vw;
  }
  .l-about .p-voice-item {
    width: 100%;
    height: 24.8vw;
    padding-left: 4vw;
    border-radius: 1.3333333333vw;
  }
  .l-about .p-voice-item::after {
    width: 23.648vw;
    height: 29.648vw;
    top: 2.6666666667vw;
    right: 4.7466666667vw;
  }
  .l-about .p-voice-item-txt {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .l-about .p-voice-notes {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.7;
    letter-spacing: 0em;
    font-weight: 400;
    margin-top: 4vw;
  }
  .l-about .p-voice-modal-content {
    width: 92vw;
    border-radius: 1.3333333333vw;
    padding: 4vw 2.6666666667vw;
  }
  .l-about .p-voice-modal-batsu {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    top: 4vw;
    right: 4vw;
  }
  .l-about .p-voice-modal-batsu::before,
  .l-about .p-voice-modal-batsu::after {
    height: 4.8vw;
  }
  .l-about .p-voice-modal-ttl {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    margin-bottom: 3.2vw;
  }
  .l-about .p-voice-modal-list {
    margin-bottom: 4vw;
  }
  .l-about .p-voice-modal-list li {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
    width: 80vw;
    border-radius: 1.3333333333vw;
    padding: 2.1333333333vw 4vw;
  }
  .l-about .p-voice-modal-list li:not(:last-of-type) {
    margin-bottom: 3.2vw;
  }
  .l-about .p-voice-modal-list li:nth-of-type(even)::after {
    right: 4vw;
  }
  .l-about .p-voice-modal-list li::after {
    width: 6vw;
    height: 4vw;
    bottom: -2.1333333333vw;
    left: 4vw;
  }
  .l-about .p-voice-modal-close {
    width: 38.9333333333vw;
    height: 8.6666666667vw;
    border-radius: 5.3333333333vw;
  }
  .l-about .p-voice-modal-close span {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .l-about .p-voice-modal-close span::before,
  .l-about .p-voice-modal-close span::after {
    top: 2.4vw;
    right: 4vw;
    height: 3.4666666667vw;
  }
  .l-about .p-welfare {
    padding: 10.6666666667vw 0 12.5333333333vw;
  }
  .l-about .p-welfare-ttl {
    margin-bottom: 5.3333333333vw;
  }
  .l-about .p-welfare-accordion-one {
    margin-bottom: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 2vw 2.6666666667vw;
  }
  .l-about .p-welfare-accordion-header {
    column-gap: 2.6666666667vw;
  }
  .l-about .p-welfare-accordion-header::after {
    top: 50%;
    transform: translateY(-50%);
    width: 4.8vw;
    height: 2.4vw;
    right: 2.9333333333vw;
  }
  .l-about .p-welfare-accordion-header.is-open::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .l-about .p-welfare-accordion-header .img-wrap {
    width: 11.4666666667vw;
    text-align: center;
  }
  .l-about .p-welfare-accordion-header .img-wrap img {
    width: auto;
    height: 9.3333333333vw;
  }
  .l-about .p-welfare-accordion-header .txt {
    color: #093;
    font-size: calc(30 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .l-about .p-welfare-accordion-body {
    display: none;
    border-top: 1px solid #b3b3b3;
    padding: 4vw 0 2vw;
  }
  .l-about .p-welfare-panel-list dt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .l-about .p-welfare-panel-list dd {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-top: 1.3333333333vw;
  }
  .l-about .p-welfare-panel-list dd + dt {
    margin-top: 2.6666666667vw;
  }
  .l-qa main .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-qa-ttl {
    column-gap: 2.6666666667vw;
  }
  .l-qa-ttl img {
    height: 9.3333333333vw;
  }
  .l-qa-ttl-txt {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-qa .p-link {
    padding-top: 32vw;
  }
  .l-qa .p-link-ttl {
    margin-bottom: 6.6666666667vw;
  }
  .l-qa .p-link-ttl .u-en {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .l-qa .p-link-item {
    width: 50%;
    column-gap: 1.3333333333vw;
  }
  .l-qa .p-link-item:nth-of-type(2) {
    column-gap: 4vw;
  }
  .l-qa .p-link-item img {
    height: 12vw;
  }
  .l-qa .p-link-item-txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 400;
    padding-right: 3.2vw;
  }
  .l-qa .p-link-item-txt::after {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
  }
  .l-qa .p-flow {
    padding-top: 20vw;
  }
  .l-qa .p-flow-ttl {
    margin-bottom: 8vw;
  }
  .l-qa .p-flow-tabarea {
    column-gap: 8.5333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .l-qa .p-flow-tab {
    width: 33.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
  .l-qa .p-flow-tab.is-active::after {
    width: 2.4vw;
    height: 2.1333333333vw;
  }
  .l-qa .p-flow-tab-txt {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.7142857143vw, 24px);
  }
  .l-qa .p-flow-panel-lead {
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: clamp(10px, 1.7142857143vw, 24px);
    margin-bottom: 5.3333333333vw;
  }
  .l-qa .p-flow-panel-item {
    padding: 2.6666666667vw;
    column-gap: 2.6666666667vw;
  }
  .l-qa .p-flow-panel-item:not(:last-of-type) {
    margin-bottom: 9.8666666667vw;
  }
  .l-qa .p-flow-panel-item:not(:last-of-type)::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    bottom: -2.6666666667vw;
  }
  .l-qa .p-flow-panel-item .ttl {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
    width: 22.6666666667vw;
    height: 7.7333333333vw;
  }
  .l-qa .p-flow-panel-item .notes {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .l-qa .p-qa {
    padding-top: 20vw;
  }
  .l-qa .p-qa-ttl {
    margin-bottom: 8vw;
  }
  .l-qa .p-qa-item:not(:last-of-type) {
    margin-bottom: 6.6666666667vw;
  }
  .l-qa .p-qa-item-head {
    padding: 2vw 8.2666666667vw;
  }
  .l-qa .p-qa-item-head::before {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    left: 4vw;
    top: 2.1333333333vw;
  }
  .l-qa .p-qa-item-head .txt {
    font-weight: 700;
  }
  .l-qa .p-qa-item-body {
    padding-top: 2.6666666667vw;
  }
  .l-qa .p-qa-item-body .list {
    margin-top: 1.3333333333vw;
    padding-left: 1em;
  }
  .l-qa .p-qa-item-body .list-item:not(:last-of-type) {
    margin-bottom: 0.8vw;
  }
  .l-qa .p-qa-item-body .list-item .head {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
    margin-bottom: 0.4vw;
  }
  .l-qa .p-footer {
    margin-top: 10.6666666667vw;
    padding-bottom: 4vw;
  }
  .l-qa .p-footer-inner {
    flex-direction: column;
    row-gap: 4vw;
  }
  .l-qa .p-footer-list {
    column-gap: 4.8vw;
  }
  .l-qa .p-footer-list a {
    font-size: calc(21 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 400;
  }
  .l-qa .p-footer-logo {
    column-gap: 2.4vw;
  }
  .l-qa .p-footer-logo img {
    width: 20vw;
  }
  .l-qa .p-footer-logo .u-en {
    font-size: calc(21 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.025em;
    font-weight: 400;
  }
}
@media screen and (max-width: 320px) {
  .l-footer-list-item {
    display: block;
    width: auto;
    padding: 0 0 0 10px;
    border: none;
    vertical-align: top;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-module="FadeIn"] {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-timing-function: ease-out;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
}
[data-module="FadeIn"].is-FadeIn {
  opacity: 1;
  transform: translateZ(0);
}




