@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@400;500;600;700&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

a[href^="tel:"] {
  cursor: default;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #003A6B;
  cursor: pointer;
}

button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #003A6B;
}

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #000;
}

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

p {
  text-align: justify;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a:hover {
  opacity: 0.9;
}

[lang=en] {
  font-family: "Poppins", sans-serif;
}

.hpc {
  display: none;
}

.vpc {
  display: none;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.text-center {
  text-align: center !important;
}

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

.text-justify {
  text-align: justify !important;
}

.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

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

.u-wbr {
  display: block;
}

.l-wrapper {
  margin-left: 10.666vw;
  margin-right: 10.666vw;
  max-width: 100rem;
}

.l-sec {
  padding: 4rem 0;
}

.l-sec01 {
  padding: 2rem 0;
}

.c-button {
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.header__hamburger {
  position: fixed;
  top: 2.3825975078vw;
  right: 4.3319954687vw;
  width: 11.0032684906vw;
  height: 10.9382885586vw;
  margin: auto;
  border: 1px solid #060025;
  -webkit-box-shadow: 0 0 2rem transparent;
  box-shadow: 0 0 2rem transparent;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  z-index: 9999;
}

.header__hamburger:hover,
.header__hamburger:focus {
  background-color: inherit;
}

.hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6.5629731351vw;
  height: 0.4331995469vw;
  background-color: transparent;
  -webkit-transition: inherit;
  transition: inherit;
}

.hamburger__line::before,
.hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #060025;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.hamburger__line::before {
  top: -4px;
}

.hamburger__line::after {
  top: 4px;
}

.header__hamburger[aria-expanded=true] {
  border: 1px solid #fff;
}

.header__hamburger[aria-expanded=true] .hamburger__line {
  background-color: transparent;
}

.header__hamburger[aria-expanded=true] .hamburger__line::before,
.header__hamburger[aria-expanded=true] .hamburger__line::after {
  top: 0;
  background-color: #fff;
}

.header__hamburger[aria-expanded=true] .hamburger__line::before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.header__hamburger[aria-expanded=true] .hamburger__line::after {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.header__hamburgerText {
  text-transform: uppercase;
  color: #060025;
  position: absolute;
  bottom: -5.6315941094vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Poppins", serif;
  font-size: 3.8987959219vw;
}

.header__hamburger[aria-expanded=true] .header__hamburgerText {
  color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.page__headingSecondary p {
  color: #d50f19;
  font-weight: 600;
  font-size: 17.3279818749vw;
  line-height: 1;
  letter-spacing: -2px;
  word-wrap: break-word;
}

.page__headingSecondary p span {
  display: block;
  font-weight: 600;
  margin-left: 29.2814735716vw;
}

.page__headingSecondary h2 {
  color: #d50f19;
  font-weight: 700;
  font-size: 4.7651950156vw;
}

.pageVision__wrapper {
  width: 83.2771978921vw;
  margin: 5.9341839928vw auto;
}

.pageVision__headingThird {
  font-size: 5.8481938828vw;
  font-weight: 500;
  margin-bottom: 6.4979932031vw;
  color: #03003f;
  text-align: center;
}

.pageVision__headingThird span {
  display: block;
  font-weight: 500;
}

.pageVision__text {
  margin-bottom: 6.4979932031vw;
  font-size: 3.465596375vw;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 2;
  color: #03003f;
  text-align: center;
}

.pageVision__text span {
  font-weight: 500;
}

.pageVision__signature {
  text-align: right;
  color: #03003f;
}

.pageVision__signature span {
  display: block;
}

.pageVision__ceoImage {
  width: 37.7468425168vw;
  margin-bottom: 6.1505671665vw;
}

.pageVision__ceoImage img,
.pageVision__image img {
  width: 100%;
}

.pageVision__name {
  width: 15rem;
  margin-left: auto;
}

.pageHistory__wrapper {
  width: 83.2771978921vw;
  margin: 6.1291237889vw auto 12.5426430804vw;
}

.pageHistory__headingThird {
  font-size: 5.8481938828vw;
  font-weight: 500;
  margin-bottom: 6.1291237889vw;
  color: #03003f;
  text-align: center;
}

.pageHistory__headingThird span {
  display: block;
  font-weight: 500;
}

.pageHistory__image img {
  width: 100%;
}

.pageHistory__text {
  font-size: 3.465596375vw;
  font-weight: 500;
  margin-bottom: 8.6237033796vw;
  letter-spacing: 1px;
  color: #03003f;
  text-align: center;
}

.pageHistory__text:last-of-type {
  margin-bottom: 0;
}

.pageCompany__content {
  width: 83.6568972949vw;
  margin: 6.7425343473vw auto 11.3714881054vw;
}

.pageCompany__headingThird {
  font-size: 6.4979932031vw;
  font-weight: 500;
  margin: 6.4979932031vw auto;
  color: #03003f;
}

.pageCompany__overviewItem dt {
  font-size: 3.4610477797vw;
  display: inline-block;
  padding-right: 1em;
  letter-spacing: 1px;
  position: relative;
  font-weight: 500;
  vertical-align: top;
  color: #03003f;
}

.pageCompany__overviewItem dt:before {
  position: absolute;
  content: "：";
  right: 0;
}

.pageCompany__overviewItem dd {
  font-size: 3.4610477797vw;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 500;
  color: #03003f;
}

.pageCompany__overviewItem dd address {
  font-style: normal;
  font-weight: 500;
}

.pageCompany__overviewItem dd a {
  color: #060025;
  font-weight: 500;
}

.pageCompany__overviewItem dd ul li {
  font-weight: 500;
  color: #03003f;
}

.pageCompany__overviewItem dd p {
  font-weight: 500;
}

.pageCompany__jobHeading {
  padding-left: 1.25em;
  position: relative;
  font-size: 3.4610477797vw;
  font-weight: 500;
}

.pageCompany__jobHeading:before {
  position: absolute;
  content: "■";
  left: 0;
}

.pageCompany__jobDesc {
  margin-bottom: 3.3902196538vw;
}

.pageCompany__jobList li {
  display: inline;
  line-height: 1;
  letter-spacing: 0;
  font-size: 3.4610477797vw;
  font-weight: 500;
  color: #03003f;
}

.pageCompany__jobList li+li {
  display: inline;
  position: relative;
  padding-left: 1em;
}

.pageCompany__jobList li+li:before {
  position: absolute;
  display: block;
  content: "／";
  left: -0.1em;
  top: 0.75em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pageCompany__supplier li {
  display: inline;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 3.4610477797vw;
  font-weight: 500;
  color: #03003f;
}

.pageCompany__supplier li+li {
  display: inline;
  position: relative;
  padding-left: 1em;
}

.pageCompany__supplier li+li:before {
  position: absolute;
  display: block;
  content: "／";
  left: -0.1em;
  top: 0.75em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pageCompany__finance li {
  padding-left: 1.25em;
  padding-right: 0.5em;
  position: relative;
  display: inline;
  font-size: 3.4610477797vw;
  font-weight: 500;
  color: #03003f;
}

.pageCompany__finance li:before {
  position: absolute;
  content: "●";
  left: 0;
}

.pageCompany__historyItem {
  margin-bottom: 4.3319954687vw;
}

.pageCompany__historyItem dt {
  position: relative;
  letter-spacing: 1px;
  font-size: 4.3319954687vw;
  font-weight: 600;
  color: #03003f;
}

.pageCompany__historyItem dt:first-child {
  position: relative;
}

.pageCompany__historyItem dt span {
  font-weight: 600;
}

.pageCompany__historyItem dd {
  position: relative;
  letter-spacing: 1px;
  font-size: 3.4610477797vw;
  font-weight: 500;
  color: #03003f;
  display: block;
  padding-left: 1.25em;
}

.pageCompany__historyItem dd:after {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
}

.pageCompany__historyItem dd span {
  display: block;
  font-weight: 500;
}

.bg__gray {
  background-color: #d9d9d9;
}

.bg__white {
  background-color: #fff;
}

.bg__navy {
  background-color: #03003f;
}

.arrow__button {
  width: 13.0980048995vw;
  height: 13.17403142vw;
  border: 1px solid #fff;
}

.arrow__buttonImage {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6.5584245399vw;
  height: 7.8331142066vw;
}

.arrow__buttonNavy {
  background-color: #03003f;
}

.arrow__buttonRed {
  background-color: #d50f19;
  width: 13.1692662249vw;
  height: 13.0826263156vw;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border: 0;
}

.button__navy {
  display: inline-block;
  background-color: #03003f;
  color: #fff;
  text-align: center;
}

.button__gray {
  display: inline-block;
  background-color: #7d7e7b;
  color: #fff;
  text-align: center;
}

.button__back {
  padding: 4.3471574529vw 10.3435055807vw 4.3471574529vw 14.2862712566vw;
  border-radius: 50vh;
  font-size: 3.8940307268vw;
  display: inline-block;
}

.button__backArrow {
  position: relative;
  font-weight: 500;
}

.button__backArrow:before {
  position: absolute;
  content: "＜";
  left: -1.125em;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable th,
table.formTable td {
  width: auto;
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
}

table.formTable th {
  margin-top: 5px;
  border-bottom: 0;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

form input[type=submit],
form input[type=reset],
form input[type=button] {
  display: block;
  width: 100%;
}

.contact__formWrap {
  width: 95%;
  margin: 6.4979932031vw auto;
  color: #555;
  line-height: 2;
  font-size: 3.465596375vw;
}

.contact__headingThird {
  color: #03003f;
  font-size: 6.4979932031vw;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 3.465596375vw;
}

.contact__headingThird span {
  display: block;
  font-weight: 500;
}

.contact__form {
  margin: 6.4979932031vw auto;
}

.contact__flexItem .p-region {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 3.8987959219vw;
  letter-spacing: 1px;
}

.contact__flexItem .p-region:focus {
  border-color: #66afe9;
}

.contact__item,
.contact__flexItem {
  margin-bottom: 6.4979932031vw;
}

.contact__item input,
.contact__flexItem input,
.contact__item textarea {
  padding: 0.5rem 1rem;
  color: #696969;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  letter-spacing: 1px;
  font-size: 3.8987959219vw;
}

.contact__item input:focus,
.contact__flexItem input:focus,
.contact__item textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-color: #66afe9;
}

.contact__item input::-webkit-input-placeholder,
.contact__flexItem input::-webkit-input-placeholder,
.contact__item textarea::-webkit-input-placeholder {
  color: #9e9e9e;
}

.contact__item input::-moz-placeholder,
.contact__flexItem input::-moz-placeholder,
.contact__item textarea::-moz-placeholder {
  color: #9e9e9e;
}

.contact__item input:-ms-input-placeholder,
.contact__flexItem input:-ms-input-placeholder,
.contact__item textarea:-ms-input-placeholder {
  color: #9e9e9e;
}

.contact__item input::-ms-input-placeholder,
.contact__flexItem input::-ms-input-placeholder,
.contact__item textarea::-ms-input-placeholder {
  color: #9e9e9e;
}

.contact__item input::placeholder,
.contact__flexItem input::placeholder,
.contact__item textarea::placeholder {
  color: #9e9e9e;
}

.contact__container label,
.contact__label {
  display: block;
  margin-bottom: 1.0829988672vw;
  font-size: 3.8987959219vw;
  color: #03003f;
}

.contact__radio {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact__radioButton {
  display: flex;
  justify-content: space-between;
}

.contact__radio p {
  width: 100% !important;
}

.contact__radioButton .wpcf7-list-item {
  width: 49%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  margin: 0 0 3.465596375vw 0 !important;
  padding: 2.1659977344vw 5.4149943359vw;
  position: relative;
}

.contact__radioButton label {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  display: inline-block;
}

.contact__radioButton .wpcf7-list-item-label:before {
  position: absolute;
  content: "";
  left: 2.5rem;
  width: 3.5vw;
  height: 3.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #90a4ae;
  border-radius: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact__radioButton .wpcf7-list-item-label:after {
  opacity: 0;
  position: absolute;
  content: "";
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.5vw;
  height: 3.5vw;
  border: 10px solid #00bcd4;
  border-radius: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact__radioButton input[type=radio]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=radio] {
  opacity: 0;
  display: inline-block;
}

.contact__text {
  color: #03003f;
  letter-spacing: 1px;
}

.contact__formWrap select {
  font-size: 3.465596375vw;
}

.submit__container {
  width: 100%;
}

input[type=submit].contact__submit {
  display: block;
  margin: 6.4979932031vw auto 14.0789852734vw;
  font-size: 4.8734949023vw;
  padding: 0.5em 0;
  width: 100%;
  border-radius: 0.25rem;
  background-color: rgb(32, 44, 143);
}

.contact__formWrap .form__require,
.contact__formWrap .form__any {
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding: 0 0.5em;
  font-size: 3.0323968281vw;
  margin-left: 0.25rem;
  line-height: 1;
}

.contact__formWrap .form__require {
  background-color: #d50f19;
}

.contact__formWrap .form__any {
  background-color: #797979;
}

.footer {
  width: 91.3299442689vw;
  margin: 0 auto;
  position: relative;
}

.footer__inner {
  padding: 3.6821961484vw 5.8481938828vw 18.151061014vw;
}

.footer__item {
  margin-bottom: 3.6821961484vw;
}

.footer__link {
  color: #fff;
}

.footer__active {
  color: #d50f19;
}

.footer__en,
.footer__ja {
  display: block;
}

.footer__en {
  letter-spacing: 0;
  font-size: 6.6496130445vw;
  font-weight: 400;
}

.footer__ja {
  font-size: 3.465596375vw;
}

.footer__copy,
.footer__copy a {
  color: #fff;
}

.footer__copy {
  text-align: center;
  font-size: 2.1659977344vw;
  letter-spacing: 0;
  padding-bottom: 2.5991972812vw;
}

.footer__button {
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent;
  padding: 0;
}

.contact {
  color: #000;
}

input[type=checkbox] {
  opacity: 0;
}

label.check {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before,
label.check::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #5d5d5d;
}

label.check::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  border-left: 2px solid #5d5d5d;
  border-bottom: 2px solid #5d5d5d;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

label.check:hover::before {
  background: #fff;
}

input[type=checkbox]:checked+label.check::before {
  background: #fff;
  border: 1px solid #5d5d5d;
}

input[type=checkbox]:checked+label.check::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form__item {
  margin-bottom: 1.5rem;
}

.form__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__label span {
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.privacyCheck {
  font-size: 1.5rem;
  margin: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.privacyCheck a {
  color: #454545;
  text-decoration: underline;
}

.privacyCheck__txt {
  margin-bottom: 1rem;
}

.sentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5rem;
}

.submitBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submitBox input {
  width: 12rem;
  height: 4rem;
  margin: 0 1rem;
}

label.check {
  -webkit-transform: translateY(-240%);
  transform: translateY(-240%);
}

.header__wrapper {
  z-index: 999;
  /*最前面へ*/
}

.header__logo {
  position: absolute;
  top: 2.1659977344vw;
  left: 1.9493979609vw;
  width: 26.7067520647vw;
  z-index: 9999;
}

.is-drawerActive .header__logo {
  position: fixed;
}

.header__drawerLogo {
  display: none;
}

.is-drawerActive .header__drawerLogo {
  display: block;
}

.is-drawerActive .header__normalLogo {
  display: none;
}

.header__drawer {
  background-color: #03003f;
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
}

.is-drawerActive .header__drawer {
  display: block;
}

.header__inner {
  width: 81.5714746762vw;
  margin: 0 auto 10.1801893515vw;
  padding-top: 24.0425748515vw;
}

.header__copy {
  display: block;
  text-align: center;
  padding-bottom: 2.5991972812vw;
}

.header__copy small {
  color: #fff;
  font-size: 2.1659977344vw;
}

.header__copy a {
  color: #fff;
}

.header__list {
  border-top: 1px solid #1f2774;
}

.header__link {
  color: #fff;
}

.header__item {
  border-bottom: 1px solid #1f2774;
  padding-bottom: 1.7327981875vw;
  padding-top: 1.2995986406vw;
  position: relative;
  overflow: hidden;
}

.header__item .header__en {
  font-size: 8.3607512547vw;
  display: block;
  font-weight: 500;
  line-height: 1.4;
}

.header__item .header__ja {
  font-size: 3.1320327239vw;
  font-weight: 500;
  position: relative;
}

.header__listSecondary {
  display: none;
  padding: 3.8987959219vw;
  margin-top: 2.1659977344vw;
}

.header__itemSecondary {
  font-size: 3.1406967148vw;
  margin-bottom: 2.1659977344vw;
}

.header__itemSecondary:last-of-type {
  margin-bottom: 0;
}

.header__itemSecondary .header__link {
  color: #060025;
}

.header__itemSecondary .header__en {
  font-size: 5.2200545398vw;
}

.header__accordionButton {
  width: 10.6567088531vw;
  height: 10.6567088531vw;
  background-color: #d50f19;
  border-radius: 50%;
  margin-top: 3.2489966015vw;
  position: relative;
  display: block;
  float: right;
  position: absolute;
  right: 0;
  top: 2.3825975078vw;
}

.header__accordionButton:before,
.header__accordionButton:after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header__accordionButton:before {
  width: 6.4113532937vw;
  height: 1px;
}

.header__accordionButton:after {
  width: 1px;
  height: 6.4113532937vw;
}

.header__accordionButton:hover,
.header__accordionButton:focus {
  background-color: #d50f19;
}

.header__accordionButton[aria-expanded=false]:after {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.header__accordionButton[aria-expanded=true]:after {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

/*　上に上がる動き　*/
#js__logo.UpMove,
#js__buttonHamburger.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

.is-drawerActive #js__logo.UpMove,
.is-drawerActive #js__buttonHamburger.UpMove {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/
#js__logo.DownMove,
#js__buttonHamburger.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.is-drawerActive #js__logo.DownMove,
.is-drawerActive #js__buttonHamburger.DownMove {
  -webkit-animation: none;
  animation: none;
}

.kv__wrapper {
  margin: 20.0567058207vw auto 6.1397371778vw;
  width: 91.3180312813vw;
}

.kv__image img {
  width: 100%;
}

.kv__vpc {
  display: none;
}

.news__list {
  margin-top: 4.3319954687vw;
}

.news__item {
  margin-bottom: 4.3319954687vw;
}

.news__ttl {
  border-bottom: solid 1px #ccc;
  background-color: #ccc;
  padding: 4.3319954687vw;
  font-weight: 700;
  font-size: 3.465596375vw;
}

.news__ttl dt,
.news__ttl dd,
.news__ttl h1 {
  font-weight: 700;
}

.news__ttl time {
  font-weight: 700;
}

.news__desc {
  background-color: #efefef;
  padding: 4.3319954687vw;
  font-size: 3.465596375vw;
}

.news__desc dl {
  margin-top: 4.3319954687vw;
}

.news__desc dt,
.news__desc dd {
  font-weight: 700;
}

.news__desc strong {
  font-weight: bold;
}

.news__desc h2 {
  font-size: 2rem;
}

.news__desc .is-layout-flex {
  margin: 2rem 0;
}

.news__img {
  margin-top: 4.3319954687vw;
}

.page {
  padding-top: 28.2879304108vw;
}

.page__wrapper {
  width: 91.3299442689vw;
  margin: 0 auto;
}

.page__heading {
  font-size: 5.7132522239vw;
  font-weight: 600;
  border-bottom: 2px solid #03003f;
  color: #03003f;
  display: inline-block;
  padding-bottom: 0;
  letter-spacing: 0.5px;
}

.page__content {
  margin-top: 4.1896894176vw;
  margin-bottom: 17.0388211774vw;
}

.page__bottom {
  width: 91.3299442689vw;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pageProducts__message {
  font-weight: 500;
  font-size: 5.8481938828vw;
  line-height: 1.5;
  margin-top: 6.3296951791vw;
  color: #03003f;
}

.pageProducts__message span {
  font-weight: 500;
}

.pageProducts__wbr {
  display: block;
}

.pageProducts__wbrSp {
  display: block;
}

.pageProducts__label {
  margin-top: 7vw;
}

.pageProducts__label span {
  font-size: 4.8734949023vw;
  background: #03003f;
  color: #fff;
  font-weight: 600;
  padding: 0 1vw;
}

.pageProducts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 7vw 0;
}

.pageProducts__content-gray {
  position: relative;
}

.pageProducts__content-gray::before {
  position: absolute;
  content: "";
  background: #f4f4f4;
  margin: 0 calc(50% - 50vw);
  width: 99.5vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.pageProducts__image img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.pageProducts__swiper-wrap {
  position: relative;
}

.pageProducts__swiper {
  width: 100%;
  margin: 5vw 0 1vw;
}

.pageProducts__swiper-thumb {
  width: 100%;
  display: flex;
}

.pageProducts__swiper-thumb .swiper-slide {
  opacity: .5;
}

.pageProducts__swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.pageProducts__swiper-wrap .swiper-button-next,
.pageProducts__swiper-wrap .swiper-button-prev {
  background: #fff;
  border: 1px solid #000;
  width: 4.5rem;
  height: 4.5rem;
}

.pageProducts__swiper-wrap .swiper-button-next {
  right: -1.5rem !important;
}

.pageProducts__swiper-wrap .swiper-button-prev {
  left: -1.5rem !important;
}

.pageProducts__swiper-wrap .swiper-button-next::after,
.pageProducts__swiper-wrap .swiper-button-prev::after {
  background: url("../img/products/arrow.png")no-repeat center;
  content: "";
  background-size: contain;
  width: 3rem;
  height: 2rem;
}

.pageProducts__swiper-wrap .swiper-button-prev::after {
  transform: rotate(180deg);
}

.pageProducts__image img {
  width: 100%;
}

.pageProducts__headingThird {
  position: relative;
  font-size: 6vw;
  font-weight: 500;
  margin-bottom: 4vw;
  color: #03003f;
  padding-bottom: 2vw;
}

.pageProducts__headingThird::after {
  position: absolute;
  content: "";
  border-top: 2.5px solid #d50f19;
  width: 100%;
  bottom: 0;
  left: 0;
}

.pageProducts__headingThird span {
  font-weight: 500;
  display: block;
}

.pageProducts__text p {
  font-size: 3.465596375vw;
  font-weight: 500;
  letter-spacing: 1px;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #03003f;
}

.border-white {
  border-color: #fff !important;
}

.pageTop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: none;
}

.pageTop.active {
  display: block;
}

.pageRecruit__wrapper {
  margin-top: 3.230369021vw;
}

.pageRecruit__inner {
  margin-top: 5.880467249vw;
}

.pageRecruit__headingThird {
  font-size: 5.8481938828vw;
  font-weight: 500;
  line-height: 1.5;
}

.pageRecruit__headingThird span {
  display: block;
  font-weight: 500;
}

.pageRecruit__content {
  margin-top: 6.107030612vw;
}

.pageRecruit__headingFourth {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 3.465596375vw;
}

.pageRecruit__kv img {
  width: 100%;
}

.pageRecruit__list .pageRecruit__listItem {
  font-weight: 500;
}

.pageRecruit__list .pageRecruit__listItem .pageRecruit__text {
  margin-left: -1.125em;
}

.pageRecruit__list>.pageRecruit__listItem {
  position: relative;
  padding-left: 1.125em;
}

.pageRecruit__list>.pageRecruit__listItem::before {
  content: "■";
  position: absolute;
  left: 0;
}

.pageRecruit__listNum .pageRecruit__listItem {
  font-weight: 500;
  font-size: 3.465596375vw;
  list-style-type: none;
  counter-increment: cnt;
  letter-spacing: 1px;
  position: relative;
  padding-left: 2.5em;
}

.pageRecruit__listNum .pageRecruit__listItem::before {
  display: inline-block;
  content: "（ "counter(cnt) " ） ";
  position: absolute;
  left: 0em;
}

.pageRecruit__text {
  font-weight: 500;
  font-size: 3.465596375vw;
}

.pageRecruit__buttonEntry {
  text-align: center;
}

.pageRecruit__buttonEntry span {
  display: block;
}

.pageRecruit__list .pageRecruit__listNum .pageRecruit__listItem {
  padding-left: 1.25em;
}

.pageRecruit__list .pageRecruit__listNum .pageRecruit__listItem::before {
  left: -1.25em;
}

.pageRecruit__listItem .pageRecruit__listDesc {
  display: block;
  font-weight: 500;
  font-size: 3.465596375vw;
}

.pageRecruit__treatment {
  display: inline;
  font-weight: 500;
  font-size: 3.465596375vw;
}

.pageRecruit__buttonContainer {
  margin-top: 5.8481938828vw;
}

.pageRecruit__button {
  display: inline-block;
  letter-spacing: 1px;
}

.pageRecruit__buttonCenter {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.pageRecruit__buttonEntry {
  margin-bottom: 5.8481938828vw;
  font-size: 3.465596375vw;
  padding: 3.6821961484vw 4.1153956953vw;
  text-align: center;
  border-radius: 0.5em;
}

.pageRecruit__buttonContact {
  font-size: 5.8481938828vw;
  margin: 5.8481938828vw auto 0;
  width: 50.5327271428vw;
  border-radius: 0.5em;
  padding: 3.6821961484vw 0;
}

.pageVoice__wrapper {
  margin-top: 4.7651950156vw;
}

.pageVoice__desc {
  font-size: 5.8481938828vw;
  font-weight: 500;
}

.pageVoice__inner {
  width: 74.324046257vw;
  margin: 0 auto;
}

.pageVoice__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 13.4291859531vw;
}

.pageVoice__image {
  width: 55.0813223849vw;
  margin: 0 auto;
}

.pageVoice__image img {
  width: 100%;
}

.pageVoice__title {
  padding: 3.465596375vw 0 5.1983945625vw;
}

.pageVoice__name {
  text-align: center;
  font-size: 6.1904215248vw;
  font-weight: 500;
}

.pageVoice__division {
  text-align: center;
  font-size: 3.465596375vw;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.pageVoice__headingThird {
  font-weight: 500;
  font-size: 4.8vw;
  line-height: 1.5;
}

.pageVoice__headingThird span {
  font-weight: 500;
  display: block;
}

.pageVoice__content .c-button {
  margin-top: 5.4149943359vw;
}

.pageVoice__buttonRead {
  background-color: #d50f19;
  color: #fff;
  display: block;
  padding: 0.8663990937vw 2.1659977344vw;
  font-size: 4.3319954687vw;
}

.single__content {
  margin-bottom: 11.1241311642vw;
  margin-top: 4.1896894176vw;
}

.strength__wrapper {
  margin: 2.6377520409vw auto;
  width: 83.341311425vw;
}

.craftsmanship__kv img {
  width: 100%;
}

.craftsmanship__content {
  margin-top: 7.1571063137vw;
}

.strength__headingThird {
  color: #03003f;
  font-size: 5.8481938828vw;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 7.5809920703vw;
}

.craftsmanship__content .strength__headingThird span {
  display: block;
}

.strength__headingThird span {
  font-weight: 500;
}

.craftsmanship__content .craftsmanship__headingFourth {
  color: #03003f;
  font-size: 4.8734949023vw;
  font-weight: 500;
}

.craftsmanship__content .craftsmanship__headingFourth span {
  display: block;
  font-weight: 500;
}

.craftsmanship__wrapper .craftsmanship__spacer {
  margin-bottom: 7.1571063137vw;
}

.strength__text {
  color: #03003f;
  letter-spacing: 2px;
  font-size: 3.465596375vw;
  font-weight: 500;
}

.strength__text span {
  font-weight: 500;
}

.craftsmanship__image img,
.craftsmanship__infographic img {
  width: 100%;
}

.craftsmanship__container {
  padding-left: 3.9544620636vw;
  margin-bottom: 7.4454006121vw;
  border-left: 0.5813537919vw solid #d50f19;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.craftsmanship__container .craftsmanship__headingFourth {
  color: #03003f;
  font-size: 4.3319954687vw;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding-bottom: 0.5813537919vw;
}

.craftsmanship__container .craftsmanship__headingFourth span {
  display: block;
  color: #03003f;
  font-weight: 500;
}

.proposal__inner {
  margin-top: 2.2699656256vw;
  margin-bottom: 2.557393525vw;
}

.proposal__image img {
  width: 100%;
  margin-bottom: 4.7233912593vw;
}

.proposal__container {
  margin-bottom: 8.3460224701vw;
}

.proposal__infographic img {
  width: 100%;
}

.proposal .strength__headingThird .wbr__sp {
  display: block;
}

.proposal .strength__headingThird .wbr__pc {
  display: inline;
}

.proposal .strength__text {
  margin-bottom: 8.7010294987vw;
}

.proposal .strength__text span {
  display: block;
}

.support .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.support .flex__left {
  margin-bottom: 7.0464238294vw;
}

.support .flex__right {
  margin-bottom: 7.0464238294vw;
}

.support__image img,
.support__infographic img {
  width: 100%;
}

.support .strength__headingThird span {
  display: block;
}

.solution__spacer {
  margin-bottom: 6.4399444638vw;
}

.solution__headingThird {
  letter-spacing: 1px;
}

.solution__headingThird span {
  display: block;
}

.solution__image img {
  width: 100%;
}

.solution .strength__text {
  line-height: 1.8;
  letter-spacing: 1px;
}

.solution .strength__text .wbr__sp {
  display: block;
}

.solution .strength__text .wbr__pc {
  display: inline;
}

.env .page__headingSecondary p,
.community .page__headingSecondary p {
  font-size: 11.912987539vw;
  letter-spacing: 0;
}

.env__spacer,
.community__spacer {
  margin-bottom: 5.8068233261vw;
}

.env__text p,
.community__text p {
  color: #03003f;
  letter-spacing: 1px;
  font-weight: 500;
}

.env__banner,
.community__banner {
  display: block;
  width: 50.5342433412vw;
  margin: 0 auto;
}

.env__image img,
.community__image img {
  width: 100%;
}

.top__inner {
  width: 91.3299442689vw;
  margin: 0 auto;
}

.contentTop {
  position: relative;
  margin: 6.1397371778vw auto;
  padding-top: 21.6497971543vw;
}

.contentTop__heading {
  position: absolute;
  top: -1.0829988672vw;
  left: -0.2165997734vw;
  line-height: 0;
  color: #d50f19;
  line-height: 1;
}

.contentTop__heading h2 {
  display: block;
  font-weight: 700;
  font-size: 4.7651950156vw;
  margin-left: 2.1659977344vw;
}

.contentTop__heading span {
  font-size: 17.3279818749vw;
  display: block;
  letter-spacing: -3px;
  font-weight: 700;
}

.contentTop_arrow {
  position: absolute;
  top: 0;
  right: 0;
}

.contentTop__text {
  position: absolute;
  left: 0;
  bottom: 0.8663990937vw;
  display: block;
}

.contentTop__text span {
  display: inline-block;
  margin-bottom: 2.1659977344vw;
  font-size: 5.3933343586vw;
  font-weight: 700;
  line-height: 1.4em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff));
  background: linear-gradient(transparent 0%, #fff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 3.0323968281vw;
}

.contentTop__image {
  margin-top: 17.9777811952vw;
}

.contentTop__image img {
  width: 100%;
}

.vision__content {
  padding: 4.7194924634vw 8vw 12.280124155vw;
}

.vision__headingSecondary {
  font-size: 5.8481938828vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6.2889744217vw;
  text-align: center;
}

.vision__headingSecondary span {
  font-weight: 700;
  display: block;
}

.vision__text {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin-bottom: 6.2889744217vw;
  font-size: 3.465596375vw;
  font-weight: 500;
  text-align: center;
}

.vision__link {
  color: #d50f19;
  font-size: 3.465596375vw;
  font-weight: 500;
}

.history__heading {
  left: -0.9746989805vw;
}

.history__heading h2 {
  margin-left: 2.1659977344vw;
}

.products__heading {
  left: -0.9746989805vw;
}

.products__text span {
  border: 0;
  outline: 0;
}

.recruit__heading {
  left: -0.9746989805vw;
}

.news {
  padding-bottom: 9.3137902578vw;
}

.news__heading {
  left: -0.9746989805vw;
}

.news__container {
  padding: 6.0647936562vw 6.0647936562vw 0;
  margin-bottom: 9.3137902578vw;
}

.news__link {
  color: #060025;
}

.news__link:first-of-type {
  display: block;
  border-top: 0.1321258618vw solid #070a4a;
}

.news__list {
  padding: 4.981794789vw;
  border-bottom: 0.1321258618vw solid #070a4a;
}

.news__date time,
.news__content {
  font-weight: 500;
  font-size: 3.465596375vw;
  color: #03003f;
}

.news__button {
  display: block;
  color: #fff;
  background-color: #03003f;
  border-radius: 50vh;
  margin: 0 auto;
  font-size: 4.8423045349vw;
  text-align: center;
  width: 48.3836241907vw;
  font-weight: 500;
}

.bannerTop__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 6.1397371778vw auto 0;
}

.bannerTop__link {
  display: block;
  width: 46.6790957819%;
  margin-bottom: 4.3319954687vw;
}

.bannerTop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bannerTop_arrow {
  position: relative;
  width: 7.8625717757vw;
  height: 7.9058917304vw;
}

.bannerTop_arrow .arrow__buttonImage {
  width: 3.9204558992vw;
  height: 4.7002150836vw;
}

.bannerTop__heading {
  color: #fff;
  overflow-wrap: break-word;
  width: 35.2624431155vw;
  padding-top: 0.4331995469vw;
}

.bannerTop__heading h2 {
  font-weight: 700;
  font-size: 3.465596375vw;
  padding-left: 1.0829988672vw;
  display: block;
}

.bannerTop__heading span {
  font-weight: 600;
  line-height: 0.7;
  letter-spacing: -1.5px;
  font-size: 9.3484462215vw;
  margin-left: -0.4331995469vw;
}

.bannerTop__image img {
  width: 100%;
}

.banner {
  margin-bottom: 5rem;
}

.banner img {
  width: 100%;
}

.companyTop {
  margin: 0 auto;
}

.companyTop__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 11.4797879921vw 5.8481938828vw 5.8481938828vw;
}

.companyTop__spacer {
  padding-bottom: 9.3137902578vw;
}

.companyTop__detail {
  color: #fff;
  margin-top: 12.7793866328vw;
}

.companyTop__name {
  font-size: 4.7651950156vw;
}

.companyTop__address {
  font-size: 3.465596375vw;
}

.companyTop__address address {
  font-style: normal;
  letter-spacing: 0;
}

.companyTop__address span {
  display: block;
}

.companyTop__phone {
  margin-bottom: 4.3319954687vw;
}

.companyTop__phoneNumber {
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 1.5161984141vw;
}

.companyTop__phoneNumber a {
  color: #fff;
}

.companyTop__image {
  width: 96.655597723%;
  margin: 0 auto;
}

.companyTop__image img {
  width: 100%;
}

.companyTop__logo {
  width: 16.4615827812vw;
}

.companyTop__btn {
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 50vh;
  color: #060025;
  width: 41.8037562733vw;
  padding: 2.8157970547vw;
  margin: 0 auto;
  font-size: 3.465596375vw;
  font-weight: 500;
}

.companyTop__map {
  width: 100%;
}

.companyTop__location figcaption {
  color: #fff;
  text-align: right;
  margin-right: 1.5161984141vw;
  margin-top: 3.0323968281vw;
  font-size: 2.1659977344vw;
  letter-spacing: 1px;
}

.singleVoice__wrapper {
  margin-top: 5.9577933681vw;
}

.singleVoice__image {
  position: relative;
  width: 55.0815389847vw;
  margin: 0 auto 2.1659977344vw;
}

.singleVoice__image img {
  width: 100%;
}

.singleVoice__image-txt {
  position: absolute;
  bottom: 3rem;
  right: -7rem;
  display: inline-block;
}

.singleVoice__image-txt p {
  line-height: 1.3;
  background: #fff;
  border: 2px solid #03003f;
  border-radius: 10rem;
  padding: 5vw;
  color: #03003f;
  font-size: 3.5vw;
  font-weight: bold;
  text-align: center;
}

.singleVoice__image-txt img {
  position: absolute;
  height: auto;
  width: 1.8rem;
  top: -1.3rem;
  right: 3rem;
}

.singleVoice__name {
  text-align: center;
  font-size: 6.1904215248vw;
  font-weight: 500;
  color: #03003f;
}

.singleVoice__division {
  text-align: center;
  font-size: 3.465596375vw;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #03003f;
}

.singleVoice__content {
  margin: 8.7443494534vw auto;
  width: 83.1948899781vw;
}

.singleVoice__headingThird {
  font-weight: 500;
  font-size: 5vw;
  border-bottom: 0.6625787069vw solid #d50f19;
  padding-bottom: 2.1659977344vw;
  line-height: 1.5;
  margin-bottom: 5.1864815749vw;
  color: #03003f;
}

.singleVoice__headingThird span {
  display: block;
  font-weight: 500;
}

.singleVoice__text p {
  letter-spacing: 0.75px;
  font-weight: 500;
  font-size: 3.465596375vw;
  color: #03003f;
}

.singleVoice__button {
  text-align: center;
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fadeMask {
  position: relative;
}

.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
  transform: translateY(0.4rem);
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.fadeMask::before {
  content: "";
  display: inline-block;
  background: #2B2A2A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fadeMask.active::before {
  width: 0%;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.fadeIn.active {
  opacity: 1;
}

.dl1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.dl2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.dl3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.dl4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.dl5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.dl6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.dl7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.dl8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background-color: #2B2A2A;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loading.active {
  opacity: 0;
  visibility: hidden;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 0 1rem;
}

.page-numbers .next,
.page-numbers .prev {
  top: -.2rem;
  position: relative;
}

.page-numbers li,
.page-numbers a {
  font-size: 1.8rem;
  color: #03003f;
}

.page-numbers li {
  border: 1px solid #03003f;
}

.page-numbers .current {
  color: #fff;
  background: #03003f;
  border: 1px solid #03003f;
}

.singleVoice__schedule-box {
  border: 3px solid #d50f19;
  border-radius: 2rem;
  color: #03003f;
  margin-top: 4vw;
}

.singleVoice__schedule-title {
  border-bottom: 3px solid #d50f19;
  padding: 0 0 0 2rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.singleVoice__schedule {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 3rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 100%;
}

.singleVoice__schedule-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 0 0 15px;
  font-size: 1.4rem;
}

.singleVoice__schedule-list::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #d50f19;
  top: 50%;
  left: 0;
}

.singleVoice__schedule-list--arrow-block {
  margin: 3rem 0;
  padding: 0;
}

.singleVoice__schedule-list .block {
  width: 6rem;
  color: #d50f19;
  font-size: 1.8rem;
  text-align: center;
  transform: rotate(90deg);
}

.singleVoice__schedule .arrow {
  width: fit-content;
  color: #d50f19;
  font-size: 1.8rem;
  transform: rotate(-30deg);
  margin-left: 2rem;
}


@media screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .hsp {
    display: none;
  }

  .hpc {
    display: block;
  }

  .hamburger__line::before {
    top: -8px;
  }

  .hamburger__line::after {
    top: 8px;
  }

  .history__heading {
    top: -0.1914183333vw;
    left: -0.2297019999vw;
  }

  .history__image {
    float: right;
    margin-top: 0;
    width: 46.9434320541vw;
  }

  .strength__heading {
    top: -2.1659977344vw;
  }

  .products__heading {
    top: -1.7327981875vw;
    left: -0.5414994336vw;
  }

  .products__heading h2 {
    padding-left: 0.7656733331vw;
  }

  .recruit__heading h2 {
    padding-left: 0.7656733331vw;
  }
}

@media screen and (min-width: 64em) {
  .vsp {
    display: none !important;
  }

  .vpc {
    display: block;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-justify {
    text-align: justify !important;
  }

  .m-md-0 {
    margin: 0rem !important;
  }

  .mb-md-0 {
    margin-bottom: 0rem !important;
  }

  .mt-md-0 {
    margin-top: 0rem !important;
  }

  .ml-md-0 {
    margin-left: 0rem !important;
  }

  .mr-md-0 {
    margin-right: 0rem !important;
  }

  .p-md-0 {
    padding: 0rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0rem !important;
  }

  .pt-md-0 {
    padding-top: 0rem !important;
  }

  .pl-md-0 {
    padding-left: 0rem !important;
  }

  .pr-md-0 {
    padding-right: 0rem !important;
  }

  .m-md-1 {
    margin: 1rem !important;
  }

  .mb-md-1 {
    margin-bottom: 1rem !important;
  }

  .mt-md-1 {
    margin-top: 1rem !important;
  }

  .ml-md-1 {
    margin-left: 1rem !important;
  }

  .mr-md-1 {
    margin-right: 1rem !important;
  }

  .p-md-1 {
    padding: 1rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1rem !important;
  }

  .pt-md-1 {
    padding-top: 1rem !important;
  }

  .pl-md-1 {
    padding-left: 1rem !important;
  }

  .pr-md-1 {
    padding-right: 1rem !important;
  }

  .m-md-2 {
    margin: 2rem !important;
  }

  .mb-md-2 {
    margin-bottom: 2rem !important;
  }

  .mt-md-2 {
    margin-top: 2rem !important;
  }

  .ml-md-2 {
    margin-left: 2rem !important;
  }

  .mr-md-2 {
    margin-right: 2rem !important;
  }

  .p-md-2 {
    padding: 2rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2rem !important;
  }

  .pt-md-2 {
    padding-top: 2rem !important;
  }

  .pl-md-2 {
    padding-left: 2rem !important;
  }

  .pr-md-2 {
    padding-right: 2rem !important;
  }

  .m-md-3 {
    margin: 3rem !important;
  }

  .mb-md-3 {
    margin-bottom: 3rem !important;
  }

  .mt-md-3 {
    margin-top: 3rem !important;
  }

  .ml-md-3 {
    margin-left: 3rem !important;
  }

  .mr-md-3 {
    margin-right: 3rem !important;
  }

  .p-md-3 {
    padding: 3rem !important;
  }

  .pb-md-3 {
    padding-bottom: 3rem !important;
  }

  .pt-md-3 {
    padding-top: 3rem !important;
  }

  .pl-md-3 {
    padding-left: 3rem !important;
  }

  .pr-md-3 {
    padding-right: 3rem !important;
  }

  .m-md-4 {
    margin: 4rem !important;
  }

  .mb-md-4 {
    margin-bottom: 4rem !important;
  }

  .mt-md-4 {
    margin-top: 4rem !important;
  }

  .ml-md-4 {
    margin-left: 4rem !important;
  }

  .mr-md-4 {
    margin-right: 4rem !important;
  }

  .p-md-4 {
    padding: 4rem !important;
  }

  .pb-md-4 {
    padding-bottom: 4rem !important;
  }

  .pt-md-4 {
    padding-top: 4rem !important;
  }

  .pl-md-4 {
    padding-left: 4rem !important;
  }

  .pr-md-4 {
    padding-right: 4rem !important;
  }

  .m-md-5 {
    margin: 5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 5rem !important;
  }

  .mt-md-5 {
    margin-top: 5rem !important;
  }

  .ml-md-5 {
    margin-left: 5rem !important;
  }

  .mr-md-5 {
    margin-right: 5rem !important;
  }

  .p-md-5 {
    padding: 5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 5rem !important;
  }

  .pt-md-5 {
    padding-top: 5rem !important;
  }

  .pl-md-5 {
    padding-left: 5rem !important;
  }

  .pr-md-5 {
    padding-right: 5rem !important;
  }

  .l-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .l-wrapper.wrapper01 {
    max-width: 114rem;
  }

  .l-wrapper.wrapper02 {
    max-width: 128rem;
  }

  .l-sec {
    padding: 8rem 0;
  }

  .l-sec01 {
    padding: 4rem 0;
  }

  .header__hamburger {
    width: 7.9094055312vw;
    height: 7.8634651312vw;
    right: 1.4420691556vw;
  }

  .hamburger__line {
    width: 4.7242044654vw;
    height: 0.3062693333vw;
  }

  .header__hamburgerText {
    display: none;
  }

  .page__headingSecondary p {
    font-size: 11.4850999969vw;
  }

  .page__headingSecondary p span {
    display: inline-block;
    margin: 0;
  }

  .page__headingSecondary h2 {
    font-size: 2.2970199994vw;
  }

  .pageVision__wrapper {
    width: 62.9383479832vw;
    margin: 3.653869713vw auto;
  }

  .pageVision__headingThird {
    font-size: 3.0626933325vw;
    margin-bottom: 4.6571314814vw;
  }

  .pageVision__headingThird span {
    display: inline-block;
  }

  .pageVision__text {
    font-size: 1.7227649995vw;
    margin-bottom: 5.2322287219vw;
    letter-spacing: 0;
    line-height: 2.25;
  }

  .pageVision__br {
    display: block;
    margin-bottom: 5.2322287219vw;
  }

  .pageVision__signature {
    float: right;
  }

  .pageVision__title {
    font-size: 1.3933723316vw;
    font-weight: 500;
    padding-right: 0.7656733331vw;
  }

  .pageVision__name {
    width: 40rem;
  }

  .pageVision__ceoImage {
    width: 26.8471103488vw;
    margin-left: 5.7080946985vw;
  }

  .pageHistory__wrapper {
    width: 61.1581574837vw;
    margin: 3.700499219vw auto 8.7295948057vw;
  }

  .pageHistory__headingThird {
    font-size: 3.0626933325vw;
    margin-bottom: 5.0245015467vw;
  }

  .pageHistory__headingThird span {
    display: inline-block;
    font-weight: 700;
  }

  .pageHistory__text {
    font-size: 1.7227649995vw;
    margin-bottom: 5.2336835013vw;
    letter-spacing: 0;
    line-height: 2.25;
  }

  .pageCompany__headingThird {
    font-size: 3.0626933325vw;
    margin-bottom: 4.2877706655vw;
  }

  .pageCompany__overviewItem dt {
    font-size: 1.5313466663vw;
    width: 13.0164466632vw;
    line-height: 2.25;
  }

  .pageCompany__overviewItem dd {
    font-size: 1.5313466663vw;
    line-height: 2.25;
  }

  .pageCompany__jobHeading {
    font-size: 1.5313466663vw;
  }

  .pageCompany__jobDesc {
    margin-bottom: 1.9141833328vw;
    line-height: 2.5;
  }

  .pageCompany__jobList li {
    font-size: 1.5313466663vw;
    line-height: 2;
  }

  .pageCompany__supplier li {
    font-size: 1.5313466663vw;
    line-height: 3.4455299991vw;
  }

  .pageCompany__finance li {
    font-size: 1.5313466663vw;
    line-height: 3.4455299991vw;
  }

  .pageCompany__history {
    position: relative;
    padding-bottom: 4.849774892vw;
  }

  .pageCompany__history:before {
    position: absolute;
    content: "";
    background-color: #03003f;
    width: 0.1531346666vw;
    height: 100%;
    top: 2.25em;
    left: 0;
  }

  .pageCompany__historyItem {
    overflow: hidden;
    margin-bottom: 1.5313466663vw;
  }

  .pageCompany__historyItem dt {
    font-size: 1.5313466663vw;
    line-height: 3.4455299991vw;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    padding-left: 4.5940399988vw;
    font-weight: 500;
  }

  .pageCompany__historyItem dt:first-child:before {
    content: "ー";
    left: 0;
    position: absolute;
    content: "";
    background-color: #03003f;
    width: 2.4756745582vw;
    height: 0.1531346666vw;
    top: 1.7111382101vw;
    left: 0;
  }

  .pageCompany__historyItem dt span {
    display: block;
    font-weight: 500;
  }

  .pageCompany__historyItem dd {
    font-size: 1.5313466663vw;
    line-height: 3.4455299991vw;
    float: right;
    width: 70%;
  }

  .arrow__button {
    width: 7.8634651312vw;
    height: 7.9094055312vw;
  }

  .arrow__buttonImage {
    width: 3.9386236256vw;
    height: 4.7012342654vw;
  }

  .arrow__buttonRed {
    width: 7.9094055312vw;
    height: 7.8634651312vw;
  }

  .button__back {
    padding: 2.3082753974vw 5.4914857125vw 2.3082753974vw 7.6567333313vw;
    font-size: 2.0673179994vw;
  }

  table.formTable th {
    width: 30%;
  }

  .contact__formWrap {
    max-width: 84.0507947689vw;
    font-size: 1.7227649995vw;
    margin: 5.3424091146vw auto;
  }

  .contact__headingThird {
    text-align: center;
    font-size: 3.4455299991vw;
    letter-spacing: 2px;
  }

  .contact__headingThird span {
    display: inline;
  }

  .contact__form {
    margin: 7.6567333313vw auto 0;
  }

  .contact__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact__flexItem {
    width: 48%;
  }

  .contact__flexItem .p-region {
    padding: 1.5rem 2rem;
    font-size: 1.7227649995vw;
    width: 100%;
  }

  .contact__item,
  .contact__flexItem {
    margin-bottom: 2.2970199994vw;
  }

  .contact__item input,
  .contact__flexItem input,
  .contact__item textarea {
    font-size: 1.7227649995vw;
    padding: 0.5rem 2rem;
  }

  .contact__container label,
  .contact__label {
    font-size: 1.7227649995vw;
    margin-bottom: 0.3828366666vw;
  }

  .contact__radioButton {
    /* padding: 2.2970199994vw 7.6567333313vw; */
  }

  .contact__radioButton label:before {
    left: 3rem;
    width: 3.8283666656vw;
    height: 3.8283666656vw;
  }

  .contact__radioButton label:after {
    left: 3rem;
    width: 3.8283666656vw;
    height: 3.8283666656vw;
    border-width: 8px;
  }

  .contact__text {
    font-size: 1.7227649995vw;
    text-align: center;
    line-height: 2;
  }

  .contact__text span {
    display: block;
  }

  .contact__formWrap select {
    font-size: 1.7227649995vw;
  }

  input[type=submit].contact__submit {
    font-size: 1.9141833328vw;
    margin-top: 1.9141833328vw;
    padding: 0.75em 0;
  }

  .contact__formWrap .form__require,
  .contact__formWrap .form__any {
    font-size: 1.3782119996vw;
    margin-left: 1.3782119996vw;
  }

  .footer__inner {
    padding: 3.3689626658vw 6.5082233316vw 7.1973293314vw;
  }

  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__item {
    margin-bottom: 0;
  }

  .footer__en,
  .footer__ja {
    text-align: center;
  }

  .footer__en {
    font-size: 1.9141833328vw;
    font-weight: 500;
  }

  .footer__ja {
    font-size: 0.9953753331vw;
  }

  .footer__copy {
    font-size: 1.1485099997vw;
  }

  .form__item {
    border-top: 0.05rem solid #1a1311;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21rem;
    flex: 0 0 21rem;
    margin-right: 3.5rem;
  }

  .privacyCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 4.5rem 0 6.5rem;
  }

  .privacyCheck__txt {
    margin-bottom: 0;
    margin-left: 3rem;
  }

  .sentArea {
    margin-bottom: 10rem;
  }

  .header__logo {
    width: 16.5232305289vw;
  }

  .header__inner {
    padding-top: 16.5232305289vw;
  }

  .header__item {
    padding-top: 1.1485099997vw;
    padding-bottom: 2.1438853328vw;
  }

  .header__item .header__en {
    font-size: 4vw;
  }

  .header__item .header__ja {
    font-size: 2vw;
  }

  .header__listSecondary {
    padding: 2.0673179994vw 2.8329913326vw;
  }

  .header__itemSecondary {
    font-size: 2.2970199994vw;
  }

  .header__itemSecondary .header__en {
    font-size: 3.5vw;
  }

  .header__accordionButton {
    width: 7.8082600839vw;
    height: 7.8082600839vw;
    margin-top: 0;
  }

  .header__accordionButton:before {
    width: 4.7012342654vw;
  }

  .header__accordionButton:after {
    height: 4.7012342654vw;
  }

  .kv__wrapper {
    margin: 13.8586873296vw auto 4.3643379988vw;
  }

  .kv__vsp {
    display: none;
  }

  .kv__vpc {
    display: block;
  }

  .news__list {
    margin-top: 3.0626933325vw;
  }

  .news__item {
    margin-bottom: 3.0626933325vw;
  }

  .news__ttl {
    font-size: 1.6446663196vw;
    padding: 3.0626933325vw;
  }

  .news__desc {
    font-size: 1.6446663196vw;
    padding: 3.0626933325vw;
  }

  .news__desc dl {
    margin-top: 1.6446663196vw;
  }


  .news__desc h2 {
    font-size: 3.2rem;
  }

  .news__desc .is-layout-flex {
    margin: 4rem 0;
  }

  .news__flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .news__img {
    width: 48%;
    margin-top: 1.6446663196vw;
  }

  .page {
    padding-top: 14.8970169367vw;
  }

  .page__wrapper {
    max-width: 125.6240237665vw;
  }

  .page__heading {
    font-size: 4.2112033322vw;
    border-bottom: 0.3828366666vw solid #03003f;
    line-height: 1.5;
  }

  .page__content {
    margin-bottom: 14.1347125662vw;
    margin-top: 2.4578113993vw;
  }

  .page__bottom {
    max-width: 125.6240237665vw;
  }

  .pageProducts__message {
    font-size: 3.0626933325vw;
    margin-top: 3.7517993323vw;
  }

  .pageProducts__wbrSp {
    display: inline-block;
  }

  .pageProducts__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7vw 0;
    gap: 5rem;
  }

  .pageProducts__reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .pageProducts__reverse .pageProducts__inner {
    margin-right: 4.1924443355vw;
  }

  .pageProducts__image-area {
    width: 60%;
    display: grid;
    grid-template-rows: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .page-numbers .next,
  .page-numbers .prev {
    top: -.3rem;
    position: relative;
  }


  .pageProducts__image-area .top-img {
    grid-area: 1 / 1 / 2 / 3;
  }

  .pageProducts__image-area .left-img {
    grid-area: 2 / 1 / 3 / 2;
  }

  .pageProducts__image-area .right-img {
    grid-area: 2 / 2 / 3 / 3;
  }

  .pageProducts__inner {
    width: 39.9626351413vw;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .pageProducts__headingThird {
    font-size: 3.0626933325vw;
    margin-bottom: 2vw;
    line-height: 1.5;
  }

  .pageProducts__label {
    font-size: 3.0626933325vw;
  }

  .pageProducts__headingThird::after {
    border-top: 5px solid #d50f19;
  }

  .pageProducts__text p {
    font-size: 1.7227649995vw;
    letter-spacing: normal;
    line-height: 2;
  }

  .pageProducts__content {
    padding: 15rem 0;
  }

  .pageProducts__item {
    width: 55%;
  }

  .pageProducts__swiper {
    margin: 0 0 1vw;
  }

  .pageRecruit__inner {
    padding: 0 4.3841689382vw;
  }

  .pageRecruit__headingThird {
    font-size: 3.0626933325vw;
  }

  .pageRecruit__headingFourth {
    font-size: 2.5267219993vw;
  }

  .pageRecruit__list .pageRecruit__listItem {
    font-size: 1.7227649995vw;
  }

  .pageRecruit__list .pageRecruit__listItem .pageRecruit__text:last-child {
    margin-bottom: 0.7656733331vw;
  }

  .pageRecruit__listNum .pageRecruit__listItem {
    font-size: 1.7227649995vw;
  }

  .pageRecruit__text {
    font-size: 1.7227649995vw;
  }

  .pageRecruit__listNum {
    margin-bottom: 0.7656733331vw;
  }

  .pageRecruit__listItem .pageRecruit__listDesc {
    font-size: 1.7227649995vw;
  }

  .pageRecruit__treatment {
    font-size: 1.7227649995vw;
  }

  .pageRecruit__buttonContainer {
    padding: 0 4.3790389268vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .pageRecruit__buttonEntry {
    width: 32.5832286913vw;
    font-size: 2.5267219993vw;
  }

  .pageRecruit__buttonContact {
    border-radius: 1em;
    width: 35.6694281952vw;
    font-size: 2.5267219993vw;
    padding: 3.9815013323vw 9.8006186641vw;
  }

  .pageVoice__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .pageVoice__desc {
    font-size: 3.0626933325vw;
    text-align: center;
  }

  .pageVoice__inner {
    width: 36.7715383909vw;
    margin: 0;
  }

  .pageVoice__container {
    margin-bottom: 7.8736485866vw;
  }

  .pageVoice__inner:nth-child(3) .pageVoice__container,
  .pageVoice__inner:nth-child(4) .pageVoice__container {
    margin-bottom: 0;
  }

  .pageVoice__image {
    width: 27.2513858687vw;
  }

  .pageVoice__title {
    padding: 2.2695323267vw 0 4.1455085602vw;
  }

  .pageVoice__name {
    font-size: 3.0626933325vw;
    font-weight: 600;
  }

  .pageVoice__division {
    font-size: 1.7227649995vw;
  }

  .pageVoice__headingThird {
    font-size: 2.5vw;
  }

  .singleVoice__schedule {
    flex-direction: row;
    padding: 0 3vw 5rem 3vw;
  }

  .singleVoice__schedule-title {
    font-size: 2rem;
  }

  .singleVoice__schedule-list {
    width: 6rem;
    flex-direction: column;
    gap: .5rem;
    padding: 1rem 0;
    font-size: 1.8rem;
  }

  .center-dot {
    display: inline-block;
    /* “縦書きの親”の中でも、この要素内部は横組のレイアウトにする */
    writing-mode: horizontal-tb;
    width: 1em;
    line-height: 1em;
    text-align: center;
    /* 中央 */
  }

  .singleVoice__schedule-list::before {
    width: 2px;
    height: 10px;
    top: 0;
    left: auto;
  }

  .singleVoice__schedule-list .activity {
    /* 縦書き */
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    /* 文字の向き安定化（必要に応じて upright） */

    /* Safari対策 */
    display: inline-block;
    /* blockだと横改行されやすい */
    white-space: nowrap;
    /* 横方向の改行を禁止 */
    line-height: 1;
    /* 余計な隙間を消す */
    flex: 0 0 auto;
    /* flex収縮を禁止して幅計算の誤動作を防ぐ */
    width: fit-content;
    /* 横幅の自動縮小（Safariで効きやすい） */
  }

  .singleVoice__schedule .arrow {
    margin-top: 4rem;
    margin-left: 0;
    transform: rotate(0);
  }

  .singleVoice__schedule-list--arrow-block {
    margin: 0;
  }

  .singleVoice__schedule-list .block {
    transform: rotate(0);
    margin-top: 3rem;
  }

  .pageVoice__content .c-button {
    margin-top: 3.5034149031vw;
  }

  .pageVoice__buttonRead {
    font-size: 1.7227649995vw;
  }

  .single__content {
    margin-bottom: 14.1347125662vw;
    margin-top: 2.4578113993vw;
  }

  .strength__wrapper {
    width: 91.300649291vw;
  }

  .craftsmanship__content {
    margin-top: 4.4794187008vw;
  }

  .strength__headingThird {
    font-size: 3.0626933325vw;
    margin-bottom: 2.4222075894vw;
  }

  .craftsmanship__content .craftsmanship__headingFourth {
    font-size: 2.2970199994vw;
  }

  .craftsmanship__wrapper .craftsmanship__spacer {
    margin-bottom: 2.2363021041vw;
  }

  .strength__text {
    font-size: 1.7227649995vw;
    margin-bottom: 5.2427950139vw;
  }

  .strength__text span {
    display: block;
  }

  .craftsmanship__infographic {
    width: 74.1089859422vw;
    margin: 0 auto;
  }

  .craftsmanship__wrapper .grid {
    display: -ms-grid;
    display: grid;
    row-gap: 8.3861903158vw;
    -webkit-column-gap: 4.6878349821vw;
    -moz-column-gap: 4.6878349821vw;
    column-gap: 4.6878349821vw;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .grid__left {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }

  .grid__right {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    padding-right: 3.1687390892vw;
  }

  .grid__bottom {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .craftsmanship__inner {
    margin-top: 8.8756852776vw;
  }

  .craftsmanship__container {
    border-left: 0.3783191939vw solid #d50f19;
    padding-left: 1.5691709289vw;
    margin-bottom: calcPc(4.8491);
  }

  .craftsmanship__container .craftsmanship__headingFourth {
    font-size: 2.2970199994vw;
    padding-bottom: 2.6862117546vw;
  }

  .craftsmanship__container .craftsmanship__headingFourth span {
    display: inline-block;
  }

  .proposal__container {
    margin-bottom: 6.2785213317vw;
  }

  .proposal .strength__headingThird .wbr__sp {
    display: inline;
  }

  .proposal .strength__headingThird .wbr__pc {
    display: block;
  }

  .proposal .strength__text {
    margin-bottom: 5.2961624453vw;
    line-height: 2.25;
  }

  .support .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .support .flex__left {
    width: 45.2021377599vw;
  }

  .support .flex__right {
    width: 39.3555327555vw;
    padding-right: 2.9401090319vw;
  }

  .support__infographic {
    width: 73.9220850816vw;
    margin: 0 auto;
  }

  .support .strength__text span {
    display: block;
  }

  .solution__wrapper {
    width: 73.9257603136vw;
  }

  .solution .strength__text {
    line-height: 2.25;
  }

  .solution .strength__text .wbr__sp {
    display: inline;
  }

  .solution .strength__text .wbr__pc {
    display: block;
  }

  .env__text p,
  .community__text p {
    margin: 0 auto;
    line-height: 2.25;
  }

  .env__banner,
  .community__banner {
    width: 17.8636948332vw;
  }

  .env__image,
  .community__image {
    width: 56.1270711464vw;
    margin: 0 auto;
  }

  .top__inner {
    max-width: 125.6240237665vw;
  }

  .contentTop {
    padding-top: 15.8494379958vw;
  }

  .contentTop__heading {
    top: -0.3828366666vw;
  }

  .contentTop__heading h2 {
    font-size: 2.2970199994vw;
    margin-left: 0.5742549998vw;
  }

  .contentTop__heading span {
    font-size: 11.4850999969vw;
    font-weight: 600;
  }

  .contentTop__text span {
    font-size: 2.679856666vw;
    padding: 0.7656733331vw 1.5313466663vw;
    margin-bottom: 1.0799822364vw;
  }

  .contentTop__image {
    margin-top: 0vw;
  }

  .vision__content {
    padding: 2.659413188vw 10vw 4.5013169581vw;
  }

  .vision__headingSecondary {
    font-size: 3.0626933325vw;
    margin-bottom: 4.2112033322vw;
  }

  .vision__headingSecondary span {
    display: inline-block;
  }

  .vision__text {
    /* width: 62.3640929834vw; */
    font-size: 1.6vw;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }

  .vision__text span {
    font-weight: 500;
  }

  .vision__link {
    font-size: 1.7227649995vw;
  }

  .history {
    padding-top: 0;
    overflow: hidden;
  }

  .products__text span:nth-child(3) {
    padding-right: 0;
    margin-right: 0;
  }

  .products__text span:nth-child(5) {
    padding-left: 0;
    margin-left: -1px;
  }

  .news {
    padding-bottom: 4.2112033322vw;
  }

  .news__heading h2 {
    padding-left: 0.7656733331vw;
  }

  .news__container {
    padding: 0;
    max-width: 65.2728859759vw;
    margin: 0.7656733331vw auto 4.2877706655vw;
  }

  .news__link:first-of-type {
    border-top: 1px solid #070a4a;
  }

  .news__list {
    padding: 1.3782119996vw 0.9188079998vw 0.9188079998vw;
    border-bottom: 1px solid #070a4a;
  }

  .news__date time,
  .news__content {
    font-size: 1.6446663196vw;
  }

  .news__button {
    font-size: 1.6446663196vw;
    width: 22.9510581605vw;
    padding: 0.7656733331vw;
  }

  .bannerTop__heading h2 {
    font-size: 1.9141833328vw;
    margin-top: 0.9570916664vw;
    padding-left: 0.5414994336vw;
    display: block;
    font-weight: 600;
  }

  .bannerTop__heading span {
    font-size: 7.6567333313vw;
  }

  .bannerTop__image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 29.0627392729vw;
  }

  .banner {
    margin-bottom: 15rem;
  }

  .companyTop__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6.7860709018vw 0;
  }

  .companyTop__spacer {
    padding-bottom: 4.9592661787vw;
  }

  .companyTop__detail {
    margin-top: 4.0427551989vw;
    padding-left: 3.3107714925vw;
  }

  .companyTop__name {
    font-size: 3.0626933325vw;
  }

  .companyTop__address {
    font-size: 1.5313466663vw;
    display: block;
    margin-top: 1.6079139996vw;
  }

  .companyTop__address span {
    display: inline-block;
  }

  .companyTop__image {
    max-width: 36.3924535236vw;
    margin: 0;
  }

  .companyTop__logo {
    max-width: 13.3005114698vw;
  }

  .companyTop__btn {
    font-size: 1.9141833328vw;
    width: 22.9510581605vw;
    padding: 2.2418915194vw;
  }

  .companyTop__map {
    height: 400px;
  }

  .companyTop__location figcaption {
    font-size: 1.1485099997vw;
    margin-right: 0.9953753331vw;
    margin-top: 0.9953753331vw;
  }

  .singleVoice__image {
    width: 27.2513858687vw;
    margin: 0 auto 0.7656733331vw;
  }

  .singleVoice__image-txt {
    bottom: 5rem;
    right: -10rem;
  }

  .singleVoice__image-txt p {
    border: 3px solid #03003f;
    padding: 3rem 5rem;
    font-size: 1.8vw;
  }

  .singleVoice__image-txt img {
    width: 3rem;
    top: -2rem;
    right: 5rem;
  }

  .singleVoice__name {
    font-size: 3.0626933325vw;
  }

  .singleVoice__division {
    font-size: 1.7227649995vw;
  }

  .singleVoice__content {
    margin: 4.2425959389vw auto 4.4131113902vw;
    width: 83.2960705645vw;
  }

  .singleVoice__headingThird {
    font-size: 3.0626933325vw;
    border-bottom: 0.3277847539vw solid #d50f19;
    padding-bottom: 1.8706930875vw;
    margin-bottom: 2.5559707207vw;
  }

  .singleVoice__headingThird span {
    display: inline-block;
  }

  .singleVoice__text p {
    font-size: 1.7227649995vw;
    line-height: 2.25;
  }

  .page-numbers {
    gap: 2rem;
    padding: 0 1.5rem;
  }

  .page-numbers li,
  .page-numbers a {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 80em) {
  .companyTop__map {
    height: 500px;
  }
}

/*# sourceMappingURL=style.css.map */

.follow-btn {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 999;
}

.follow-btn.show {
  bottom: 10px;
  opacity: 1;
}

.close-btn {
  position: absolute;
  bottom: -5px;
  /* ボタンの右上に配置するためにはみ出させる */
  right: -50px;
  background-color: #fff;
  border: none;
  font-size: 13px;
  list-style: 14px;
  padding: 3px;
  font-weight: bold;
  color: #d50f19;
  cursor: pointer;
  line-height: 1;
}

.close-btn:hover {
  background-color: #fff;
}