@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.34;
  text-rendering: optimizeLegibility;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

.mv {
  margin-top: 7.4375rem;
}

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.inner {
  margin-inline: auto;
  padding-inline: 1.25rem;
  width: min(100%, 111.25rem);
}

.inner--md {
  width: min(100%, 118.75rem);
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.btn01 {
  align-items: center;
  background: #AD224D;
  border: 2px solid #AD224D;
  border-radius: 0.25rem;
  display: flex;
  gap: 1rem;
  padding: 0.875rem 1rem;
  transition: 0.3s ease;
  width: 11.25rem;
}

.btn01__icon {
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  width: 1.43875rem;
}
.btn01__icon svg {
  display: grid;
  width: 1.43875rem;
}
.btn01__icon svg path {
  fill: #fff;
  transition: 0.3s ease;
}

.btn01__text {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.2941176471;
  transition: 0.3s ease;
  white-space: nowrap;
}
.btn02 {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.59375rem 0.875rem 0.59375rem 0.9375rem;
  position: relative;
  transition: 0.3s ease;
  width: min(100%, 16.5625rem);
}
.btn02::before {
  background: #656565;
  content: "";
  height: 100%;
  position: absolute;
  right: 2.71875rem;
  top: 0;
  width: 0.2px;
}

.btn02__text {
  color: #656565;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}

.btn02__icon {
  aspect-ratio: 13/15;
  position: relative;
  right: 0;
  transition: 0.3s ease;
  width: 0.8125rem;
}
.btn02__icon img {
  -o-object-fit: contain;
  aspect-ratio: 13/15;
  height: auto;
  object-fit: contain;
  width: 100%;
}
.btn03 {
  align-items: center;
  background: #fff;
  border: 1px solid #707070;
  display: flex;
  justify-content: space-between;
  padding: 0.875rem 1rem 0.875rem 0.875rem;
  position: relative;
  right: 0;
  transition: 0.3s ease;
  width: min(100%, 16.5625rem);
}
.btn03::before {
  background: #656565;
  content: "";
  height: 100%;
  position: absolute;
  right: 2.71875rem;
  top: 0;
  transition: 0.3s ease;
  width: 0.2px;
}

.btn03__text {
  color: #656565;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: 0.3s ease;
}

.btn03__icon {
  aspect-ratio: 8/15;
  position: relative;
  right: 0;
  transition: 0.3s ease;
  width: 0.5rem;
}
.btn03__icon img {
  -o-object-fit: contain;
  aspect-ratio: 8/15;
  height: auto;
  object-fit: contain;
  width: 100%;
}
.btn04 {
  background: #3259C3;
  border: 2px solid #0046B7;
  color: #fff;
  display: inline-block;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1;
  padding: 1.589375rem;
  text-align: center;
  transition: 0.3s ease;
  width: min(100%, 51.980625rem);
}
.btn05 {
  background: #0046B7;
  border: 2px solid #0046B7;
  border-radius: 0.3125rem;
  display: inline-block;
  padding: 0.4125rem 0.0625rem 0.5875rem;
  transition: 0.3s ease;
  width: 4.6875rem;
}

.btn05__icon {
  display: block;
  height: 2.1875rem;
  margin-inline: auto;
  position: relative;
  width: 3.1875rem;
}
.btn05__icon img {
  -o-object-fit: contain;
  aspect-ratio: 51/35;
  height: auto;
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.btn05__icon img:last-of-type {
  opacity: 0;
  transition: 0.3s ease;
  visibility: hidden;
}

.btn05__text {
  color: #fff;
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3636363636;
  margin-top: 0.3125rem;
  transition: 0.3s;
  white-space: nowrap;
}
.headline01 {
  padding-bottom: 0.8125rem;
  position: relative;
}
.headline01::after {
  background: #960000;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 4.375rem;
}

.headline01__main {
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3404255319;
}

.headline01__main--small {
  font-size: 2.5rem;
  font-weight: 700;
}

.headline01__sub {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.35;
  margin-top: 0.3125rem;
}

.headline02 {
  padding-bottom: 1.6875rem;
  position: relative;
}
.headline02::after {
  background: #960000;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 4.375rem;
}

.headline02__main {
  font-size: 2.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3404255319;
}

.headline02__sub {
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3636363636;
  margin-top: 0.5rem;
}

.headline03 {
  padding-bottom: 1.625rem;
  position: relative;
  text-align: center;
}
.headline03::after {
  background: #960000;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4.375rem;
}

.headline03__sub {
  font-size: 2.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3404255319;
}

.headline03__main {
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3636363636;
  margin-top: 0.5rem;
}

.card01__link {
  display: block;
}

.card01__img {
  overflow: hidden;
}
.card01__img img {
  transition: 0.3s ease;
  width: 100%;
    aspect-ratio: 178 / 203;
    object-fit: cover;
    border-radius: 10px;
}

.card01__body {
  margin-top: 1.125rem;
  padding-inline: 1.25rem;
}

.card01__label {
  /*background: #F0F0F0;*/
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
  min-width: 5.625rem;
  padding: 0.34375rem 0.625rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.card01__title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  margin-top: 0.3125rem;
}
.card02__link {
  display: grid;
  place-items: center;
  position: relative;
}

.card02__img {
  position: relative;
}
.card02__img::before {
  content: "";
  inset: 0;
  position: absolute;
  transition: 0.5s ease;
}
.card02__img img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.card02 a{
    transition:0.3s;
}
.card02 a:hover{
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
        transform: translateY(-4px);
}


.card02__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  position: absolute;
  bottom:-25px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background: #005393;
  width: 100%;
  text-align: center;
    padding:5px 0;
}
.cards01 {
  display: grid;
  gap: 1.875rem 2rem;
  grid-template-columns: repeat(5, 1fr);
}
.cards01__item{
     box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);

}

.follow-pc {
  bottom: 31px;
  position: fixed;
  right: 39px;
  transition: 0.3s ease;
  z-index: 100;
}
.follow-pc.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.follow-pc__btnwrap {
  align-items: center;
  display: flex;
  gap: 0.5625rem;
  justify-content: flex-end;
}

.footer {
  background: #005393;
  color: #fff;
  padding-block: 3.75rem 1.3125rem;
}

.footer__wrap {
  display: flex;
  gap: 6.4606741573%;
}

.footer__info {
  flex-shrink: 0;
  width: min(100%, 23.75rem);
}

.footer__logo {
  display: block;
  transition: 0.3s ease;
  width: min(100%, 20rem);
}
.footer__logo img {
  -o-object-fit: contain;
  aspect-ratio: 320/65;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.footer__company {
  margin-top: 1.4375rem;
}

.footer__factory {
  margin-top: 1.1875rem;
}

.footer__office,
.footer__factory {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.375;
}

.footer__sdgs {
  margin-top: 1.5rem;
  width: min(100%, 10.635625rem);
}
.footer__sdgs img {
  -o-object-fit: cover;
  aspect-ratio: 170.17/136.99;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.footer__content {
  flex: 1;
}
.footer__nav {
  width: 100%;
}

.footer__list {
  display: flex;
}

.footer__item {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__item:nth-of-type(2) {
  margin-left: 3.125rem;
}
.footer__item:nth-of-type(3) {
  margin-left: 3.125rem;
}
.footer__item:nth-of-type(4) {
  margin-left: 3.125rem;
}

.footer__item--last {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.footer__category {
  display: block;
  gap: 0.5625rem;
  padding: 0.4375rem 1.25rem 0.4375rem 1.0625rem;
  position: relative;
  transition: 0.3s ease;
}
.footer__category::before {
  aspect-ratio: 8/14;
  background: url(../image/icon_arrow03.png) center center/contain no-repeat;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
  width: 0.5rem;
}

.footer__categorytext {
  background-image: linear-gradient(90deg, #fff, #fff);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  transition: background-size 0.5s;
}

.footer__sublist {
  margin-left: 2.8125rem;
  margin-top: -0.3125rem;
}

.footer__sublink {
  display: inline-block;
  padding-block: 0.09375rem;
}

.footer__sublinktext {
  align-items: center;
  background-image: linear-gradient(90deg, #fff, #fff);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: 300;
  gap: 0.625rem;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  transition: background-size 0.5s;
}
.footer__sublinktext::before {
  background: #fff;
  content: "";
  height: 1px;
  width: 0.6875rem;
}

.footer__copyright {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.875rem;
}

.footer__copyrightText {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.24em;
  line-height: 1.3571428571;
}
/* drawer */
body.is_open {
  overflow: hidden;
}

nav.globalMenuSp {
  display: none;
  min-height: 100dvh;
  overflow-y: scroll;
  padding: 6.25rem 0.9375rem 3.125rem;
}

/* このクラスを、jQueryで付与・削除する */

.globalMenuSp__item {
  display: block;
  position: relative;
}
.globalMenuSp__item::after {
  background-image: linear-gradient(to right, #E5E5E5 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 0.625rem 0.3125rem;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.globalMenuSp__item:last-of-type::after {
  display: none;
}

.globalMenuSp__map {
  width: 100%;
}
.globalMenuSp__map iframe {
  -o-object-fit: cover;
  aspect-ratio: 363/200;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* ハンバーガーメニュー */
.hamburger {
  display: none;
}

.hamburger__btn {
  display: block;
  height: 1.125rem;
  position: relative;
  width: 1.35rem;
}

.hamburger__text {
  color: #000;
  display: block;
  font-size: 0.375rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  margin-top: 0.125rem;
}

.hamburger.is_open .hamburger__line:nth-of-type(1) {
  top: 0.5rem;
  transform: translateX(-50%) rotate(325deg);
}
.hamburger.is_open .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.is_open .hamburger__line:nth-of-type(3) {
  top: 0.5rem;
  transform: translateX(-50%) rotate(-325deg);
}

/* header */
.header {
  background: #fff;
  left: 0;
  margin-inline: auto;
  padding-block: 0.6875rem 0.9375rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s ease;
  width: 100%;
  z-index: 2000;
}

.header__fixed {
  position: fixed;
  width: 100%;
}
.header__visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.header__hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.header__inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  padding-inline: 25px 50px;
  width: min(100%, 120rem);
}

.header__logo {
  width: min(100%, 19.8125rem);
}

.header__logolink {
  display: block;
  transition: 0.3s ease;
  width: 100%;
}
.header__logolink img {
  -o-object-fit: contain;
  aspect-ratio: 317/63;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.header__textwrap {
  align-items: center;
  display: flex;
  gap: 1.125rem;
  justify-content: flex-end;
  padding-right: 0.9375rem;
}

.header__tel {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.2941176471;
}

.header__info {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.3571428571;
}

.header__meta {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  margin-top: 0.4375rem;
}

.header__nav {
  flex-shrink: 0;
}

.header__btns {
  align-items: center;
  display: flex;
  gap: 0.4375rem;
}

.header__btn {
  flex-shrink: 0;
  width: 12.2rem;
}

.header__list {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: flex-end;
}

.header__item {
  flex-shrink: 0;
  position: relative;
}

.header__link {
  display: inline-block;
  padding: 0.96875rem 1.25rem;
  position: relative;
  transition: 0.3s ease;
}

.header__linktext {
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
  position: relative;
  transition: 0.3s ease;
}
.header__linktext::before {
  background: #AD224D;
  bottom: -0.625rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  width: 100%;
}

.header__sublistwrap {
  left: -22%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 99%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  visibility: hidden;
  width: 18.125rem;
  z-index: 2;
}

.header__sublist {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0 6px rgba(27, 19, 16, 0.4);
  margin-top: 0.3125rem;
  padding: 0.9375rem 1.5rem;
}

.header__sublink {
  display: inline-block;
  display: block;
  padding-block: 0.5rem;
  padding-left: 0.875rem;
  position: relative;
  transition: 0.3s ease;
}

.header__sublinktext {
  align-items: center;
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  gap: 0.625rem;
  line-height: clh(20, 14);
  transition: background-size 0.5s;
  width: -moz-fit-content;
  width: fit-content;
}
.header__sublinktext::before {
  background: #000;
  content: "";
  height: 1px;
  width: 0.5rem;
}

.header__item.is_active .header__linktext::before {
  transform: scaleX(1);
}
.header__item.is_active .header__linkicon {
  transform: rotateX(180deg);
}
.header__item.is_active .header__sublistwrap {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.itemtop-works {
  padding-bottom: 3.75rem;
  padding-top: 6.6875rem;
}

.item01 {
  align-items: flex-start;
  display: flex;
  justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.item01__wrap {
  width: 48%;
}

.item01__headingwrap {
  align-items: center;
  display: flex;
    color:#960000;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}

.item01__icon {
  flex-shrink: 0;
  width: 2.4rem;
}
.item01__icon img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.item01__heading {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
    margin-left:5px;
}

.item01__textblock {
  flex: 1;
    margin-top:20px;
}

.item01__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.347826087;
}

.item01__textwrap {
  margin-top: 2.0625rem;
}

.item01__text {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.7647058824;
}
.item01__text + .item01__text {
  margin-top: 1.75rem;
}

.item01__img {
  height: 27.0625rem;
  width: 50vw;
}
.item01__img img {
  -o-object-fit: cover;
  aspect-ratio: 960/433;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.items01 {
  display: grid;
  gap: 4.0625rem;
  grid-template-columns: repeat(1, 1fr);
}

.itemtop-category {
  padding-block: 3.9375rem 9.25rem;
}

.itemtop-category__item {
  margin-top: 3.75rem;
}

.itemtop-mv {
  overflow-x: clip;
  padding-top: 2.125rem;
  position: relative;
}
.itemtop-mv.mv > div > img{
    max-width:1200px;
    margin:0 auto;
}

.itemtop-mv::before {
  /*background: url(../image/itemtop_bg01.png) center center/cover no-repeat;*/
  content: "";
  height: 33.125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 66.3020833333%;
}

.itemtop-mv__container {
  position: relative;
}
.itemtop-mv__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.itemtop-mv__textwrap {
  width: 45.9770114943%;
}

.itemtop-mv__headline {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.3333333333;
}

.itemtop-mv__text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 1rem;
}

.itemtop-mv__imgwrap {
  display: grid;
  gap: 0.5625rem;
  grid-template-columns: 26.0301507538% 17.0854271357% 55.0753768844%;
  grid-template-rows: repeat(6, 1fr);
  margin-right: calc(50% - 50vw);
  width: 57.183908046%;
}

.itemtop-mv__img img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.itemtop-mv__img01 {
  grid-area: 1/1/4/2;
}

.itemtop-mv__img02 {
  grid-area: 4/1/7/2;
}

.itemtop-mv__img03 {
  grid-area: 1/2/3/3;
}

.itemtop-mv__img04 {
  grid-area: 3/2/5/3;
}

.itemtop-mv__img05 {
  grid-area: 5/2/7/3;
}

.itemtop-mv__img06 {
  grid-area: 1/3/7/4;
}
.itemtop-mv__img06 img {
  -o-object-fit: cover;
  aspect-ratio: 548/530;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.itemtop-mv__description {
  font-size: 1.6875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8518518519;
  margin-top: 4rem;
  text-align: center;
}

.itemtop-service {
  background: #005393;
  overflow-x: clip;
}

.itemtop-service__wrap {
  display: flex;
  justify-content: space-between;
  margin-right: calc(50% - 50vw);
}

.itemtop-service__textblock {
  margin-top: 5.9375rem;
  width: 45.2289023718%;
}

.itemtop-service__headline {
  color: #fff;
}

.itemtop-service__headlinesub {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.35;
}

.itemtop-service__headheadlinemain {
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.25;
  margin-top: 0.0625rem;
}

.itemtop-service__textwrap {
  margin-top: 4rem;
}

.itemtop-service__text {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
}
.itemtop-service__text + .itemtop-service__text {
  margin-top: 1.875rem;
}

.itemtop-service__img {
  width: 49.0710382514%;
}
.itemtop-service__img img {
  -o-object-fit: cover;
  aspect-ratio: 898/711;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.itemtop-works {
  overflow-x: clip;
  padding-top: 6.6875rem;
}

.itemtop-works__slider {
  margin-inline: calc(50% - 50vw);
  margin-top: 3.1875rem;
  padding-inline: 1.6875rem;
}

.itemtop-works__btn {
  display: flex;
  justify-content: center;
  margin-top: 2.9375rem;
}

.slider01 .swiper-slide {
  width: min(100%, 20rem);
}

.top-cta {
  padding-block: 5.6875rem 1.4375rem;
}

.top-cta__container {
  position: relative;
}

.top-cta__wrap {
  align-items: flex-start;
  display: flex;
}

.top-cta__item {
  flex: 1;
  padding-bottom: 1.9375rem;
  padding-top: 1.0625rem;
}
.top-cta__item:first-of-type {
  padding-right: 5.09375rem;
  position: relative;
}
.top-cta__item:first-of-type::after {
  background: #8D8D8D;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5px;
}
.top-cta__item:last-of-type {
  padding-left: 3.28125rem;
}

.top-cta__map {
  margin-top: 4.0625rem;
}
.top-cta__map iframe {
  -o-object-fit: cover;
  aspect-ratio: 818/360;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.top-cta__maptext {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2941176471;
  margin-top: 1.25rem;
  text-align: center;
}

.top-cta__tel {
  margin-top: 4.3125rem;
  width: -moz-fit-content;
  width: fit-content;
}

.top-cta__telnumber {
  display: block;
  font-size: 3.375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
}

.top-cta__teltext {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2941176471;
  margin-top: 0.125rem;
  text-align: center;
}

.top-cta__fax {
  margin-top: 2.5625rem;
}

.top-cta__faxnumber {
  font-size: 3.375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
}

.top-cta__btn {
  display: flex;
  justify-content: center;
  margin-top: 5.0625rem;
}

.top-mission {
  background: #005393;
  padding-block: 5.3125rem 5.75rem;
  position: relative;
}
.top-mission::before {
  background: url(../image/top_mission_bg01.png) center center/contain no-repeat;
  content: "";
  height: 43.393125rem;
  left: -10.09375rem;
  position: absolute;
  top: 13.375rem;
  width: 82.445625rem;
}

.top-mission__img {
  height: 60.6875rem;
  position: absolute;
  right: -5%;
  width: 55%;
}
.top-mission__img img {
  -o-object-fit: cover;
  aspect-ratio: 960/1259;
  height: 60%;
  object-fit: cover;
  width: 80%;
}

.top-mission__container {
  position: relative;
}
.top-mission__textblock {
  margin-top: 3rem;
}

.top-mission__title {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.34;
}

.top-mission__textwrap {
  margin-top: 2.25rem;
  width: min(100%, 50.5rem);
}

.top-mission__text {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 300;
  letter-spacing: 0em;
  line-height: 1.4;
}
.top-mission__text + .top-mission__text {
  margin-top: 2.4375rem;
}

.top-mission__btnwrap {
  margin-top: 3.3125rem;
}

.top-mv {
  background: url(../image/top_mv01.jpg) center center/cover no-repeat;
  min-height: calc(100svh - 7.625rem);
  padding-block: 10.8125rem 22rem;
}

.top-mv__headline {
  color: #fff;
}

.top-mv__headlinemain {
  font-size: 5.625rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.1777777778;
}

.top-mv__headlinesub {
  font-size: 1.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  margin-top: 0.3125rem;
}

.top-news {
  padding-block: 3.5rem 5.375rem;
}

.top-news__list {
  display: grid;
  gap: 0 4.5625rem;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 0.625rem;
}

.top-news__link {
  align-items: center;
  display: flex;
  gap: 1.3125rem;
  overflow: hidden;
  padding: 2.63125rem 1.5625rem 2.4rem 0.96875rem;
  position: relative;
}
.top-news__link::before {
  background: #BFBEBE;
  bottom: 0.0625rem;
  content: "";
  height: 0.5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.top-news__link::after {
  background: #F0F0F0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.3s ease;
  width: 100%;
  z-index: -1;
}

.top-news__meta {
  align-items: center;
  display: flex;
  gap: 2.625rem;
}

.top-news__date {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  line-height: 1.3333333333;
}

.top-news__tag {
  background: #F0F0F0;
  border-radius: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  min-width: 6.9375rem;
  padding: 0.375rem;
  text-align: center;
}

.top-news__head {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  overflow: hidden;
}





.top-recruit {
  background: url(../image/top_recruit01.jpg) center center/cover no-repeat;
  overflow: hidden;
  padding-block: 4.5rem 5.5rem;
  position: relative;
}
.top-recruit::before {
  background-color: rgba(0, 51, 147, 0.4);
  content: "";
  inset: 0;
  position: absolute;
}

.top-recruit__container {
  position: relative;
}

.top-recruit__headline {
  text-align: center;
}

.top-recruit__headlinesub {
  color: #fff;
  font-size: 2.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3404255319;
}

.top-recruit__headlinemain {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3636363636;
  margin-top: -0.125rem;
}

.top-recruit__description {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.325;
  margin-top: 2.875rem;
  padding-left: 6.25rem;
  text-align: center;
}

.top-recruit__btn {
  display: flex;
  justify-content: center;
  margin-top: 3.875rem;
}

.top-solution {
  background: #fff;
  padding-block: 7.125rem 0rem;
}

.top-solution__container {
  align-items: flex-start;
  display: flex;
  gap: 4rem;
  margin-left: calc(50% - 50vw);
}

.top-solution__images {
  display: grid;
  gap: 0.85625rem 1.10625rem;
  grid-template-columns: 40.6916666667% 57.4614583333%;
  grid-template-rows: 1fr 1fr;
  width: 50vw;
}

.top-solution__imageMain {
  grid-column: 1;
  grid-row: 1/3;
  position: relative;
}
.top-solution__imageMain video {
  -o-object-fit: cover;
  aspect-ratio: 390.64/749.22;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.top-solution__imageTop {
  grid-column: 2;
  grid-row: 1;
}
.top-solution__imageTop img {
  -o-object-fit: cover;
  aspect-ratio: 551.63/367.76;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.top-solution__imageBottom {
  grid-column: 2;
  grid-row: 2;
}
.top-solution__imageBottom img {
  -o-object-fit: cover;
  aspect-ratio: 551.63/367.76;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.top-solution__content {
  flex: 1;
}

.top-solution__title {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.34;
  margin-top: 5.5rem;
}

.top-solution__textwrap {
  margin-top: 5.1875rem;
}

.top-solution__text {
  font-size: 1.30rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
}

.top-solution__btnwrap {
  margin-top: 3.5625rem;
}

.top-works {
  overflow-x: clip;
  padding-block: 4.9375rem 4.6625rem;
}

.top-works__header {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.top-works__sliderbtnwrap {
  align-items: center;
  display: flex;
  gap: 0.26875rem;
}

.top-works__sliderbtn {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 100vh;
  cursor: pointer;
  display: grid;
  height: 2.75rem;
  place-items: center;
  transition: 0.3s ease;
  width: 2.705625rem;
}
.top-works__sliderbtn svg {
  display: grid;
  height: 1.325625rem;
  width: 0.681875rem;
}
.top-works__sliderbtn svg line {
  transition: 0.3s ease;
}

.top-works__slider {
  margin-top: 1.625rem;
    /*margin-inline: calc(50% - 50vw);
  padding-inline: 1.6875rem;*/
}

.top-works__btn {
  display: flex;
  justify-content: center;
  margin-top: 1.8125rem;
}
.mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.sp {
  display: none;
}

@media screen and (min-width: 1921px){
  html {
    font-size: 0.85625vw;
  }
}

@media screen and (max-width: 1920px){
  html {
    font-size: 0.8333333333vw;
  }
}

@media screen and (max-width: 767px){
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .mv {
    margin-top: 3.8125rem;
  }
  .inner {
    padding-inline: 0.9375rem;
    width: min(100%, 37.5rem);
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .btn02 {
    padding: 0.5625rem 0.75rem 0.5625rem 0.875rem;
    width: min(100%, 14.4375rem);
  }
  .btn02::before {
    right: 2.38125rem;
  }
  .btn02__text {
    font-size: 0.875rem;
  }
  .btn02__icon {
    width: 0.75rem;
  }
  .btn03 {
    padding: 0.5rem 0.625rem 0.5rem 0.75rem;
    width: min(100%, 14.4375rem);
  }
  .btn03::before {
    right: 2.38125rem;
  }
  .btn03__text {
    font-size: 0.875rem;
  }
  .btn03__icon {
    aspect-ratio: 12/13;
    width: 0.75rem;
  }
  .btn03__icon img {
    aspect-ratio: 12/13;
  }
  .btn04 {
    font-size: 1.3125rem;
    letter-spacing: 0.1em;
    padding: 1.71875rem 0.625rem;
    width: min(100%, 22.6875rem);
  }
  .headline01 {
    padding-bottom: 0.4375rem;
    text-align: center;
  }
  .headline01::after {
    left: 50%;
    transform: translateX(-50%);
    width: 2.32625rem;
  }
  .headline01__main {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .headline01__sub {
    font-size: 0.625rem;
    line-height: 1.4;
    margin-top: 0.25rem;
  }
  .headline02 {
    padding-bottom: 1.125rem;
    text-align: center;
  }
  .headline02::after {
    left: 50%;
    transform: translateX(-50%);
    width: 2.32625rem;
  }
  .headline02__main {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .headline02__sub {
    font-size: 0.625rem;
    line-height: 1.4;
    margin-top: 0.4375rem;
  }
  .headline03 {
    padding-bottom: 0.875rem;
  }
  .headline03::after {
    width: 2.37rem;
  }
  .headline03__sub {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .headline03__main {
    font-size: 0.6875rem;
    line-height: 1.3636363636;
    margin-top: 0.4375rem;
  }
  .card01__img img {
    aspect-ratio: 257.82/236.62;
  }
  .card01__body {
    margin-top: 0.6875rem;
    padding-inline: 1.08125rem;
  }
  .card01__label {
    font-size: 0.4375rem;
    min-width: 3.25875rem;
    padding: 0.23375rem 0.625rem;
  }
  .card01__title {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    margin-top: 0.175rem;
  }
  .card02__title {
    font-size: 0.875rem;
    line-height: 1.5833333333;
  }
  .cards01 {
    gap: 0.1875rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .follow-pc {
    display: none;
  }
  .footer {
    padding-block: 2.3125rem 0.5625rem;
  }
  .footer__wrap {
    flex-direction: column;
    gap: 2.75rem;
  }
  .footer__info {
    order: 2;
    width: 100%;
  }
  .footer__logo {
    margin-inline: auto;
    width: min(100%, 15.915625rem);
  }
  .footer__logo img {
    aspect-ratio: 254.65/52;
  }
  .footer__company {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.3125rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer__factory {
    margin-top: 0.9375rem;
  }
  .footer__office,
  .footer__factory {
    font-size: 0.9375rem;
    letter-spacing: 0.15em;
    line-height: 1.6666666667;
  }
  .footer__sdgs {
    margin-inline: auto;
    margin-top: 1.25rem;
    width: min(100%, 10.635625rem);
  }
  .footer__list {
    flex-direction: column;
    gap: 0.9375rem;
    margin-inline: auto;
    width: min(100%, 20.125rem);
  }
  .footer__item {
    width: 100%;
  }
  .footer__item:nth-of-type(2) {
    margin-left: 0rem;
  }
  .footer__item:nth-of-type(3) {
    margin-left: 0rem;
  }
  .footer__item:nth-of-type(4) {
    margin-left: 0rem;
  }
  .footer__item--last {
    gap: 1.0625rem;
    margin-top: 0.75rem;
  }
  .footer__category {
    padding: 0.25rem 1.25rem 0.25rem 1.0625rem;
  }
  .footer__category {
    font-size: 1rem;
    line-height: 1.375;
  }
  .footer__sublist {
    margin-left: 1rem;
    margin-top: 0.125rem;
  }
  .footer__sublink {
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
  .footer__sublinktext {
    gap: 0.4375rem;
    letter-spacing: 0.1em;
  }
  .footer__copyright {
    justify-content: center;
    margin-top: 1.1875rem;
  }
  .footer__copyrightText {
    font-size: 0.625rem;
    letter-spacing: 0.2em;
    line-height: 1.4;
  }
  nav.globalMenuSp {
    background: #fff;
    background-attachment: local;
    display: block;
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    width: 100%;
    z-index: 1500;
  }
  .globalMenuSp__container {
    margin-inline: auto;
    position: relative;
    width: min(100%, 37.5rem);
    z-index: 1;
  }
  nav.globalMenuSp.is_open {
    opacity: 1;
    pointer-events: auto;
  }
  .globalMenuSp__list {
    background: #fff;
  }
  .globalMenuSp__trigger {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding-block: 1.25rem;
    position: relative;
  }
  .globalMenuSp__trigger::after {
    background: url(../image/icon_arrow02.png) center center/contain no-repeat;
    content: "";
    height: 0.625rem;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.375rem;
  }
  .globalMenuSp__trigger01 {
    display: block;
    padding-block: 1.25rem;
    position: relative;
  }
  .globalMenuSp__trigger01::after {
    aspect-ratio: 10/6;
    background-image: url(../image/icon_arrow04.png);
    height: auto;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s ease;
    width: 0.625rem;
  }
  .globalMenuSp__trigger01.is_active::after {
    top: 42%;
    transform: rotateX(180deg) translateY(-50%);
  }
  .globalMenuSp__sublist {
    height: 0;
    overflow: hidden;
    padding-left: 1.25rem;
    position: relative;
    transition: height 0.3s ease, padding-bottom 0.3s ease;
    width: 100%;
  }
  .globalMenuSp__subitem {
    border-bottom: 1px solid #fff;
  }
  .globalMenuSp__subitem:first-of-type .globalMenuSp__sublink {
    padding-top: 0;
  }
  .globalMenuSp__subitem:last-of-type .globalMenuSp__sublink {
    padding-bottom: 1.25rem;
  }
  .globalMenuSp__sublink {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    font-weight: 500;
    gap: 0.625rem;
    letter-spacing: 0.05em;
    padding-block: 0.46875rem;
    width: 100%;
  }
  .globalMenuSp__sublink::before {
    background: #000;
    content: "";
    height: 1.5px;
    right: 0.5rem;
    width: 0.5rem;
  }
  .globalMenuSp__infowrap {
    margin-top: 1.875rem;
  }
  .globalMenuSp__address {
    font-size: 0.75rem;
    font-weight: 500;
    margin-top: 0.625rem;
    text-align: center;
  }
  .globalMenuSp__tel {
    display: block;
    margin-top: 0.75rem;
    text-align: center;
  }
  .globalMenuSp__tel_label {
    font-family: "Noto Serif JP", serif;
    font-size: 0.9375rem;
    font-weight: 900;
    letter-spacing: 0em;
  }
  .globalMenuSp__tel_num {
    font-family: "Noto Serif JP", serif;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0em;
    line-height: 1;
    padding-left: 0.1875rem;
  }
  .globalMenuSp__description {
    font-size: 0.6875rem;
    font-weight: 500;
    margin-top: 0.125rem;
    text-align: center;
  }
  .globalMenuSp__links01 {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    justify-content: center;
    margin-top: 1.5625rem;
  }
  .globalMenuSp__links02 {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 0.9375rem;
  }
  .globalMenuSp__bottom_links {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
  }
  .globalMenuSp__bottom_link {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.625rem;
  }
  .globalMenuSp_sublist {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.3s ease, padding-bottom 0.3s ease;
    width: 100%;
  }
  .globalMenuSp_subitem {
    border-bottom: 1px solid #fff;
  }
  .globalMenuSp_subitem:first-of-type .globalMenuSp_sublink {
    padding-top: 0;
  }
  .globalMenuSp_subitem:last-of-type .globalMenuSp_sublink {
    padding-bottom: 1.25rem;
  }
  .globalMenuSp_sublink {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: clh(20, 14);
    padding-block: 0.46875rem;
    width: 100%;
  }
  .globalMenuSp_sublink::before {
    background: #000;
    content: "";
    height: 2px;
    right: 0.5rem;
    width: 0.5rem;
  }
  .hamburger {
    background: transparent;
    border: none;
    display: block;
    padding: 1rem 1.09375rem;
    position: fixed;
    right: 0;
    top: 0rem;
    z-index: 9999;
  }
  .hamburger__line {
    background: #000;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: 0.5s;
    width: 100%;
  }
  .hamburger__line:nth-of-type(1) {
    top: 0rem;
  }
  .hamburger__line:nth-of-type(2) {
    top: 0.5rem;
  }
  .hamburger__line:nth-of-type(3) {
    top: 1rem;
  }
  .header {
    top: 0;
    width: 100%;
  }
  .header__inner {
    padding-inline: 1rem;
  }
  .header__logo {
    width: min(100%, 10.8125rem);
  }
  .header__logolink img {
    aspect-ratio: 173/35;
  }
  .header__nav {
    display: none;
  }
  .header__btns {
    align-items: center;
    display: flex;
    gap: 0.4375rem;
  }
  .header__list {
    display: none;
  }
  .itemtop-works {
    padding-bottom: 0rem;
    padding-top: 2.625rem;
  }
  .item01 {
    flex-direction: column;
  }
  .item01__wrap {
    display: contents;
  }
  .item01__headingwrap {
    gap: 0.4rem;
    justify-content: flex-start;
    order: 1;
    writing-mode: unset;
  }
  .item01__icon {
    width: 1.463125rem;
  }
  .item01__heading {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    line-height: 1.3333333333;
  }
  .item01__textblock {
    margin-left: 0rem;
    margin-top: 0.875rem;
    order: 3;
    width: 100%;
  }
  .item01__title {
    font-size: 1.4375rem;
    letter-spacing: 0.1em;
    line-height: 1.347826087;
  }
  .item01__textwrap {
    margin-top: 0.375rem;
  }
  .item01__text {
    letter-spacing: 0.1em;
  }
  .item01__text + .item01__text {
    margin-top: 1.75rem;
  }
  .item01__img {
    height: auto;
    margin-left: 0;
    margin-top: 0.5rem;
    order: 2;
    width: 100%;
  }
  .item01__img img {
    aspect-ratio: 362.49/163.5;
    height: auto;
  }
  .items01 {
    gap: 3.4375rem;
  }
  .itemtop-category {
    padding-block: 3.125rem 3.5625rem;
  }
  .itemtop-category__item {
    margin-top: 2.75rem;
  }
  .itemtop-mv {
    padding-top: 3.5rem;
  }
  /*.itemtop-mv::before {
    background-image: url(../image/itemtop_bg_sp01.png);
    height: 13.875rem;
    width: 100%;
  }*/
  .itemtop-mv__wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 3.4375rem;
    margin-right: unset;
    padding-left: 0;
  }
  .itemtop-mv__textwrap {
    padding-left: 0.6875rem;
    width: 100%;
  }
  .itemtop-mv__headline {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .itemtop-mv__text {
    font-size: 0.875rem;
    letter-spacing: -0.05em;
    line-height: 1.6428571429;
    margin-top: 0.375rem;
  }
  .itemtop-mv__imgwrap {
    gap: 0.5rem;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    margin-inline: calc(50% - 50vw);
    width: 100%;
    width: 100vw;
  }
  .itemtop-mv__img01 {
    grid-area: unset;
  }
  .itemtop-mv__img02 {
    grid-area: unset;
  }
  .itemtop-mv__img03 {
    grid-area: unset;
  }
  .itemtop-mv__img04 {
    grid-area: unset;
  }
  .itemtop-mv__img05 {
    display: none;
  }
  .itemtop-mv__img06 {
    display: none;
  }
  .itemtop-mv__description {
    font-size: 0.9375rem;
    line-height: 1.5333333333;
    margin-top: 1.1875rem;
  }
  .itemtop-service {
    padding-block: 2.8125rem 2.8125rem;
  }
  .itemtop-service__wrap {
    flex-direction: column;
    margin-right: unset;
    padding-left: 0;
    width: 100%;
  }
  .itemtop-service__textblock {
    display: contents;
  }
  .itemtop-service__headline {
    order: 1;
  }
  .itemtop-service__headlinesub {
    display: none;
  }
  .itemtop-service__headheadlinemain {
    font-size: 1.5625rem;
    line-height: 1.2;
    text-align: center;
  }
  .itemtop-service__textwrap {
    margin-top: 1.25rem;
    order: 3;
  }
  .itemtop-service__text {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.6875;
  }
  .itemtop-service__text + .itemtop-service__text {
    margin-top: 1.6875rem;
  }
  .itemtop-service__img {
    margin-inline: calc(50% - 50vw);
    margin-top: 1.125rem;
    order: 2;
    width: 100vw;
  }
  .itemtop-service__img img {
    aspect-ratio: 393/167;
  }
  .itemtop-works {
    padding-top: 2.625rem;
  }
  .itemtop-works__slider {
    margin-top: 3.125rem;
    padding-inline: 0rem;
  }
  .itemtop-works__btn {
    margin-top: 1.75rem;
  }
  .slider01 .swiper-slide {
    width: min(100%, 16.11375rem);
  }
  .top-cta {
    padding-block: 2.6875rem 5.0625rem;
  }
  .top-cta__wrap {
    flex-direction: column;
    gap: 3.8125rem;
  }
  .top-cta__item {
    padding-block: 0rem;
    width: 100%;
  }
  .top-cta__item:first-of-type {
    padding-right: 0;
  }
  .top-cta__item:first-of-type::after {
    display: none;
  }
  .top-cta__item:last-of-type {
    padding-left: 0;
  }
  .top-cta__map {
    margin-top: 1.4375rem;
  }
  .top-cta__map iframe {
    aspect-ratio: 363/225.77;
  }
  .top-cta__maptext {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    margin-top: 0.125rem;
  }
  .top-cta__tel {
    margin-top: 1.5625rem;
    text-align: center;
    width: 100%;
  }
  .top-cta__telnumber {
    font-size: 1.75rem;
    line-height: 1.3214285714;
  }
  .top-cta__teltext {
    font-size: 0.5rem;
    line-height: 1.375;
    margin-top: 0.125rem;
  }
  .top-cta__fax {
    margin-top: 0.6875rem;
  }
  .top-cta__faxnumber {
    font-size: 1.75rem;
    line-height: 1.3214285714;
    text-align: center;
    white-space: nowrap;
  }
  .top-cta__btn {
    margin-top: 2.1875rem;
  }
  .top-mission {
    padding-block: 3.1875rem 3.8125rem;
  }
  .top-mission::before {
    background-image: url(../image/top_mission_bg_sp01.png);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  .top-mission__img {
    display: none;
  }
  .top-mission__textblock {
    margin-top: 2.5625rem;
  }
  .top-mission__title {
    font-size: 1.5625rem;
    line-height: 1.32;
    text-align: center;
  }
  .top-mission__textwrap {
    margin-top: 2.5rem;
    width: 100%;
  }
  .top-mission__text {
    font-size: 1rem;
    letter-spacing: -0.05em;
    line-height: 1.875;
  }
  .top-mission__text + .top-mission__text {
    margin-top: 1.875rem;
  }
  .top-mission__btnwrap {
    display: flex;
    justify-content: center;
    margin-top: 3.6875rem;
  }
  .top-mv {
    background-image: url(../image/top_mv_sp01.jpg);
        min-height: calc(50svh - 3.8125rem);
        padding-block: 4.625rem 12.8125rem;
  }
  .top-mv__container {
    width: 100%;
  }
  .top-mv__headlinemain {
    font-size: 2.6875rem;
    line-height: 1.1627906977;
  }
  .top-mv__headlinesub {
    font-size: 0.6875rem;
    line-height: 1.3636363636;
    margin-top: 0.3125rem;
  }
  .top-news {
    padding-block: 4.5625rem 4.875rem;
  }
  .top-news__list {
    gap: 1.40625rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.1875rem;
    padding-left: 0;
  }
  .top-news__link {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.375rem;
    padding: 1.875rem 0.875rem 0.3125rem 0.875rem;
  }
  .top-news__meta {
    gap: 1.75rem;
  }
  .top-news__date {
    font-size: 1rem;
    line-height: 1.3125;
  }
  .top-news__tag {
    font-size: 0.9375rem;
    min-width: 5.6625rem;
    padding: 0.21875rem;
  }
  .top-news__head {
    font-size: 1rem;
    line-height: 1.3125;
  }

  .top-recruit {
    background-image: url(../image/top_recruit_sp01.jpg);
    padding-block: 6.125rem 5.4375rem;
  }
  .top-recruit__headlinesub {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .top-recruit__headlinemain {
    font-size: 0.6875rem;
    line-height: 1.3636363636;
    margin-top: 0.0625rem;
  }
  .top-recruit__description {
    font-feature-settings: "palt";
    font-size: 3.4375rem;
    line-height: 1.4545454545;
    margin-top: 2.4375rem;
    padding-left: 1.5625rem;
    white-space: nowrap;
  }
  .top-recruit__btn {
    margin-top: 3.875rem;
  }
  .top-solution {
    padding-block: 2.96875rem 0rem;
  }
  .top-solution__container {
    flex-direction: column;
    gap: 0;
    margin-left: unset;
  }
  .top-solution__images {
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    margin-inline: calc(50% - 50vw);
    margin-top: 2.4375rem;
    order: 2;
    width: 100%;
    width: 100vw;
  }
  .top-solution__imageMain {
    display: none;
  }
  .top-solution__imageTop {
    grid-column: 1;
    grid-row: 1;
  }
  .top-solution__imageBottom {
    grid-column: 2;
    grid-row: 1;
  }
  .top-solution__content {
    display: contents;
  }
  .top-solution__headline {
    order: 1;
    width: 100%;
  }
  .top-solution__title {
    font-size: 1.5625rem;
    letter-spacing: -0.05em;
    line-height: 1.32;
    margin-top: 2.15rem;
    order: 3;
    text-align: center;
    width: 100%;
  }
  .top-solution__textwrap {
    margin-top: 1.8125rem;
    order: 4;
    width: 97.7777777778%;
  }
  .top-solution__text {
    font-size: 1rem;
    letter-spacing: 0.01em;
    line-height: 1.6875;
  }
  .top-solution__btnwrap {
    display: flex;
    justify-content: center;
    margin-top: 2.1875rem;
    order: 5;
    width: 100%;
  }
  .top-works {
    padding-block: 3.16875rem 2.8375rem;
  }
  .top-works__header {
    justify-content: center;
    padding-bottom: 0;
  }
  .top-works__sliderbtnwrap {
    display: none;
  }
  .top-works__slider {
    margin-top: 2.3125rem;
    padding-inline: 0rem;
  }
  .top-works__btn {
    margin-top: 1.75rem;
  }
  .mt100 {
    margin-top: 1.875rem;
  }
  .mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover){
  .btn01:hover {
    background: #fff;
  }
  .btn01:hover .btn01__text {
    color: #AD224D;
  }
  .btn01:hover .btn01__icon svg path {
    fill: #AD224D;
  }
  .btn02:hover .btn02__icon {
    right: -0.3125rem;
  }
  .btn03:hover .btn03__icon {
    right: -0.3125rem;
  }
  .btn04:hover {
    background: #fff;
    color: #3259C3;
  }
  .btn05:hover {
    background: #fff;
  }
  .btn05:hover .btn05__text {
    color: #0046B7;
  }
  .btn05:hover .btn05__icon img:first-of-type {
    opacity: 0;
    visibility: hidden;
  }
  .btn05:hover .btn05__icon img:last-of-type {
    opacity: 1;
    visibility: visible;
  }
  .card01__link:hover .card01__img img {
    scale: 1.05;
  }

  .footer__category:hover::before {
    left: 0.1875rem;
  }
  .footer__category:hover .footer__categorytext {
    background-size: 100% 1px;
  }
  .footer__sublink:hover .footer__sublinktext {
    background-size: 100% 1px;
  }
  .footer__logo:hover {
    opacity: 0.7;
  }
  .header__link:hover .header__linktext::before {
    transform: scaleX(1);
  }
  .header__logolink:hover {
    opacity: 0.7;
  }
  .header__sublink:hover .header__sublinktext {
    background-size: 100% 1px;
  }
  .top-news__link:hover::after {
    opacity: 1;
  }
  .top-works__sliderbtn:hover {
    background: #000;
  }
  .top-works__sliderbtn:hover svg line {
    stroke: #fff;
  }
}

@media (prefers-reduced-motion: reduce){
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}