@charset "UTF-8";

/* ===============================================
# reset css
=============================================== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpgothic-bold {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

html,
body {
  width: 100%;
  margin: 0 auto;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  color: #333333;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  color: #333333;
}

a:hover {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

::before,
::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

ol {
  list-style: none;
}

figure {
  margin: 0;
}

svg {
  width: auto;
  height: 1lh;
}

address {
  font-style: normal;
}

pre {
  white-space: pre-line;
}

th,
td {
  font-weight: 400;
  margin: 0;
}

dl,
dt,
dd {
  margin: 0;
}

/* acodion */
/* Chrome、Safari以外 */
summary {
  display: block;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

section {
  padding-block: var(--margin-100-80);
}

.f-section-page {
  padding-block: 100px;
}

@media screen and (max-width: 767px) {
  .f-section-page {
    padding-block: 50px;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.tab-only {
  display: none;
}

@media screen and (max-width: 1023px) {
  .tab-only {
    display: block;
  }
}

/* ---スペーサー--- */
:root {
  --margin-120-90: 120px;
  --margin-100-90: 100px;
  --margin-100-80: 100px;
  --margin-80-80: 100px;
  --margin-60-50: 60px;
  --margin-60-40: 60px;
  --margin-50-40: 50px;
  --margin-40-30: 40px;
  --margin-30-20: 30px;
  --margin-25-10: 25px;
  --margin-10-5: 10px;
}

@media screen and (max-width: 767px) {
  :root {
    --margin-120-90: 90px;
    --margin-100-90: 90px;
    --margin-100-80: 80px;
    --margin-60-50: 50px;
    --margin-60-40: 40px;
    --margin-50-40: 40px;
    --margin-40-30: 30px;
    --margin-30-20: 20px;
    --margin-25-10: 10px;
    --margin-10-5: 5px;
  }
}

.l-header {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  max-width: 2500px;
  padding: 24px 60px;
  margin-inline: auto;
}

.l-header-logo {
  display: block;
  width: clamp(192px, 15vw, 224px);
  aspect-ratio: 6.4/1;
}

.l-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: clamp(20px, 2.6vw, 50px);
  -moz-column-gap: clamp(20px, 2.6vw, 50px);
  column-gap: clamp(20px, 2.6vw, 50px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  text-transform: uppercase;
}

.l-nav-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.l-nav-item-link {
  position: relative;
  display: block;
}

.l-nav-item-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  bottom: -5px;
  left: 0;
  background: #005BAB;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.l-nav-item-link:hover::after {
  width: 100%;
}

@media screen and (max-width: 1536px) {
  .l-header {
    padding: 24px 40px;
  }

  .l-nav-list {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}

@media screen and (max-width: 1440px) {
  .l-nav-list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .l-header {
    padding: 10px 20px;
  }

  .l-nav-list {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .l-nav-item-link {
    font-size: 0.875rem;
  }

  .l-nav-sublist {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .l-nav-item-link {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .l-header {
    padding: 5px 5px 5px 17px;
  }

  .l-nav-list {
    display: none;
  }
}

.l-aside-wrapper {
  background-color: #333333;
}

.l-aside {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto 50px auto;
  grid-template-rows: repeat(2, auto);
  justify-items: center;
  row-gap: 50px;
}

.l-aside>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-aside>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.l-aside>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.l-aside>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.l-aside-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
}

.l-aside-text {
  color: #fff;
}

.l-aside-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 26px;
  padding-inline: 120px;
}

.l-aside>*:nth-child(2) {
  border-right: 1px solid #fff;
  margin-inline: auto 0;
}

.l-aside>*:nth-child(3) {
  margin-inline: 0 auto;
}

.l-footer {
  padding-block: 80px;
}

.l-footer-title {
  display: block;
  width: clamp(192px, 15vw, 224px);
  aspect-ratio: 6.4/1;
  -webkit-margin-after: var(--margin-30-20);
  margin-block-end: var(--margin-30-20);
}

.l-footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer-nav {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
  -webkit-column-gap: clamp(20px, 2.6vw, 50px);
  -moz-column-gap: clamp(20px, 2.6vw, 50px);
  column-gap: clamp(20px, 2.6vw, 50px);
  row-gap: 30px;
  max-width: 730px;
  letter-spacing: -0.03em;
  -webkit-margin-after: 80px;
  margin-block-end: 80px;
}

.l-footer-copyright {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  text-align: right;
}

@media screen and (max-width: 1280px) {
  .l-aside-item {
    padding-inline: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .l-aside {
    display: block;
  }

  .l-aside-title {
    -webkit-margin-after: 40px;
    margin-block-end: 40px;
  }

  .l-aside-item {
    row-gap: 20px;
    padding-inline: 0;
  }

  .l-aside>*:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #fff;
    -webkit-padding-after: 40px;
    padding-block-end: 40px;
  }

  .l-aside>*:nth-child(3) {
    -webkit-padding-before: 40px;
    padding-block-start: 40px;
  }

  .l-footer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }

  .l-footer-nav {
    row-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 80px 20px;
  }

  .l-footer-title {
    margin-inline: auto;
  }

  .l-footer-item {
    width: 100%;
    text-align: center;
  }

  .l-footer-nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 15px;
    -webkit-margin-after: 40px;
    margin-block-end: 40px;
  }

  .l-footer-copyright {
    text-align: center;
    font-size: 0.75rem;
    letter-spacing: -0.01em;
  }
}

.c-wrapper {
  width: calc(100% - 40px);
  max-width: 2500px;
  margin-inline: auto;
}

.c-wrapper .c-wrapper-m {
  max-width: 1600px;
  margin-inline: auto;
}

.c-wrapper .c-wrapper-s {
  max-width: 1200px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .c-wrapper {
    width: calc(100% - 40px);
  }
}

/* editorに読み込むcssに含めてしまうとフェードインするものなど見えなくなってしまうので、cssファイルを分ける */
/**
 * animation
 -------------------------------------------------------------------*/
.overlay-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* display: none; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.overlay-element {
  width: 16.6666666667vw;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.start-fade-in-wrapper {
  overflow: hidden;
}

.start-fade-in {
  overflow: hidden;
  opacity: 0;
}

.start-fade-in span {
  display: inline-block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.start-fade-in-sub {
  display: inline-block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}

/* ビューポートに入ったときに適用されるクラス */
.fadeInRight.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}

/* ビューポートに入ったときに適用されるクラス */
.fadeInUp.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-slide-cover {
  position: relative !important;
  font-size: 1.5em;
  overflow: hidden;
  /* 擬似要素がはみ出さないように */
}

.js-slide-cover::before {
  content: "";
  position: absolute;
  z-index: 500;
  top: -150%;
  left: -150%;
  width: 300%;
  height: 300%;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0, 0, 0.84, -0.03);
  transition: -webkit-transform 1.5s cubic-bezier(0, 0, 0.84, -0.03);
  transition: transform 1.5s cubic-bezier(0, 0, 0.84, -0.03);
  transition: transform 1.5s cubic-bezier(0, 0, 0.84, -0.03), -webkit-transform 1.5s cubic-bezier(0, 0, 0.84, -0.03);
}

/* ビューポートに入ったときに適用されるクラス */
.js-slide-cover.visible::before {
  -webkit-transform: rotate(45deg) translateX(300%);
  transform: rotate(45deg) translateX(300%);
}

.js-slide-cover.gray::before {
  content: "";
  position: absolute;
  z-index: 500;
  top: 0;
  left: auto;
  right: 0%;
  width: 100%;
  height: 100%;
  background: rgb(193, 193, 193);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out;
  transition: transform 1s ease-out;
  transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.fadeInRightSplit {
  overflow: hidden;
}

.fadeInRightSplit span {
  display: inline-block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

/* ビューポートに入ったときに適用されるクラス */
/* .fadeInRightSplit.visible span{
animation: slideRight 1s ease-in-out forwards 0.02s;
} */
@-webkit-keyframes slideRight {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideRight {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.js-slide-cover.gray.visible::before {
  -webkit-transform: rotate(0) translateX(150%);
  transform: rotate(0) translateX(150%);
}

.over-scroll-wrapper {
  overflow-x: scroll;
}

.over-scroll-wrapper img {
  min-width: 1000px !important;
}

/**
 *マウスストーカー
 -------------------------------------------------------------------*/
.mouse-stalker {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 91, 171, 0.3);
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  z-index: 1000;
}

@media (max-width: 768px) {
  .mouse-stalker {
    display: none;
  }
}

/* a:hover + .mouse-stalker {
  transform: scale(1.5);
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 91, 171, 0.3);
} */
.c-news-item {
  border-bottom: 1px solid #CCCCCC;
}

.c-news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: var(--margin-40-30);
}

.c-news-date {
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}

.c-news-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .c-news-list {
    width: 100%;
  }

  .c-news-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
    padding-block: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-news-title {
    -webkit-line-clamp: 2;
  }
}

.c-button {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  border-radius: 100px;
  background-color: #3A4D5B;
  border: 1px solid #3A4D5B;
  padding-block: 24px;
  padding-inline: clamp(30px, 3.5vw, 66px);
}

.c-button._blue {
  background-color: #005BAB;
  border: 1px solid #005BAB;
}

.c-button._line {
  background-color: transparent;
  border: 1px solid #ffffff;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  padding-block: 16px;
}

.c-button._line-blue {
  background-color: transparent;
  border: 1px solid #005BAB;
  font-family: "Poppins", sans-serif;
  color: #005BAB;
  padding-block: 17px;
}

.c-button.c-button-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  font-size: 46px;
  font-size: clamp(2.875rem, 2.875rem + 0.125 * (100vw - 23.4375rem) / (120 - 23.4375), 48px);
  letter-spacing: 0;
  border-radius: 0;
  border: none;
  padding: 0;
}

.c-button._header {
  padding-block: 20px;
}

.c-button._map {
  display: block;
  padding-block: 9px;
}

.c-button._post {
  padding-inline: clamp(80px, 6.3vw, 120px);
}

.c-button._drawer {
  width: 100%;
  padding-block: 16px;
}

.c-button:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1280px) {
  .c-button._header {
    font-size: 0.875rem;
    padding-block: 10px;
    padding-inline: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .c-button {
    display: block;
    max-width: 500px;
    margin-inline: auto;
    padding-inline: 66px;
  }
}

@media screen and (max-width: 767px) {
  .c-button {
    max-width: inherit;
  }

  .c-button.c-button-tel {
    font-size: 2.5rem;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
  }
}

.c-section-title {
  font-weight: 500;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.section-title-sub {
  position: relative;
  display: block;
  color: #fff;
  padding-left: 1.2rem;
}

.section-title-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ffffff;
}

.c-section-title._center {
  text-align: center;
}

._center.section-title-sub {
  text-align: center;
  color: #ffffff;
  padding: 0;
}

._center.section-title-sub::before {
  display: none;
}

.c-section-title._blue {
  color: #005bab;
}

._blue.section-title-sub {
  color: #333333;
}

._blue.section-title-sub::before {
  background-color: #005bab;
}

.c-product-title {
  width: 100%;
  border-bottom: 4px solid #DDDDDD;
  border-left: 8px solid #005BAB;
  padding-left: 0.9rem;
  padding-bottom: 1rem;
}

.c-product-subtitle {
  position: relative;
  margin-top: 0;
  padding-left: 1.2rem;
}

.c-product-subtitle::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 11px;
  height: 11px;
  background-color: #005BAB;
  border-radius: 50%;
}

.p-single-product-title-en {
  font-family: "Popins", sans-serif;
  color: #0073aa;
}

.c-icon-mail {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: 0.625rem;
}

.c-icon-mail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon-mail.png);
  background-position: center center;
  background-size: cover;
}

.c-icon-tel {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 37px;
}

.c-icon-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon-tel.png);
  background-position: center center;
  background-size: cover;
}

.bread-icon-circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #DDDDDD;
  border-radius: 50%;
  margin-inline: 0.75rem;
}

@media screen and (max-width: 767px) {
  .bread-icon-circle {
    margin-inline: 0.5rem;
  }
}

/* products-post */
.c-products-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 60px minmax(0, 1fr) 60px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1270px;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 40px;
}

.c-product-list-item {
  font-weight: 700;
}

.c-product-list-item:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* .c-products-item-thum {
  aspect-ratio: 1.5/1;
} */

.c-products-item-link:hover {
  text-decoration: none;
}

.c-products-list-title {
  margin-top: var(--margin-25-10);
}

.c-products-subtitle-en {
  font-family: "Poppins", sans-serif;
  color: #0073aa;
  font-weight: 500;
}

@media screen and (max-width: 1536px) {
  .c-products-list {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .c-products-list {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1023px) {
  .c-products-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.c-bread-list {
  font-size: 0.9375rem;
  -webkit-padding-before: 20px;
  padding-block-start: 20px;
}

.c-bread-list a {
  color: #888888;
}

@media screen and (max-width: 767px) {
  .c-bread-list {
    font-size: 0.75rem;
    row-gap: 10px;
  }
}

.c-drawer {
  display: none;
  top: 5px;
  right: 5px;
}

.c-hambarger-btn {
  position: relative;
  top: 0;
  right: 0;
  z-index: 999;
  background-color: #005BAB;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  padding: 17px 10px;
}

.c-hambarger-btn .bar,
.c-hambarger-btn .bar:before,
.c-hambarger-btn .bar:after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-hambarger-btn .bar:before {
  bottom: 8px;
}

.c-hambarger-btn .bar:after {
  top: 8px;
}

#drawer-check {
  display: none;
}

#drawer-check:checked~.c-hambarger-btn {
  /* background-color: var(--color-main); */
}

#drawer-check:checked~.c-hambarger-btn .bar {
  background-color: rgba(255, 255, 255, 0);
}

#drawer-check:checked~.c-hambarger-btn .bar::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

#drawer-check:checked~.c-hambarger-btn .bar::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .c-drawer {
    display: block;
  }
}

.c-sp-nav {
  position: relative;
  width: 70vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0px;
  right: -120%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  padding-block: 60px;
  padding-inline: 40px;
  overflow: auto;
}

.c-sp-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.c-sp-nav-item._btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
}

.c-sp-nav-item .l-nav-item-link {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .c-sp-nav {
    width: 100vw;
  }

  .c-sp-nav-item._btn {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

#drawer-check:checked~.c-sp-nav {
  right: 0%;
}

/* 背景ロック */
.fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 背景overlay */
.c-drawer-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  content: "";
  background: rgba(0, 29, 31, 0.4);
  width: 100%;
  height: 100%;
  display: none;
}

#drawer-check:checked~.c-drawer-overlay {
  top: 0;
  display: block;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  -webkit-margin-before: 80px;
  margin-block-start: 80px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 0.875rem;
  margin: 0;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #005BAB;
  color: #fff;
  font-weight: 400;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink-icon,
.wp-pagenavi .nextpostslink-icon {
  border: 0;
  padding: 0;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: transparent;
}

.p-single-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-margin-before: var(--margin-60-50);
  margin-block-start: var(--margin-60-50);
}

.p-single-pagenavi-button.c-button {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-single-pagenavi-button.c-button {
    font-size: 0.875rem;
    padding-block: 10px;
    padding-inline: 20px;
  }
}

.c-sidebar {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  padding: 20px 10px;
}

.c-sidebar-title {
  text-align: center;
  color: #fff;
  background-color: #005BAB;
  font-size: 1.25rem;
  padding-block: 15px;
}

.c-category-link {
  display: block;
  border-bottom: 1px solid #DEDEDE;
  padding-block: 20px;
}

@media screen and (max-width: 1023px) {
  .c-sidebar-title {
    padding-block: 5px;
  }

  .c-category-link {
    padding-block: 10px;
  }
}

.p-fv {
  -webkit-padding-before: 0;
  padding-block-start: 0;
}

.p-fv-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100vh;
  height: 100svh;
  max-height: 900px;
}

@media screen and (max-width: 767px) {
  .p-fv-inner {
    height: 120vh;
    height: 120svh;
    max-height: 784px;
  }
}

.p-fv-txts {
  width: calc(100% - 60px);
  max-width: 1540px;
  color: #fff;
  -webkit-padding-after: var(--margin-120-90);
  padding-block-end: var(--margin-120-90);
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-fv-txts {
    width: calc(100% - 40px);
  }
}

.p-fv-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .p-fv-title {
    line-height: 1.25;
  }
}

@media screen and (max-width: 767px) {
  .p-fv-catch {
    margin-top: 1.5625rem;
  }
}

.p-fv-slider {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper {
  height: 100%;
}

.p-top-introduction {
  width: calc(100% - 20px);
  text-align: center;
  line-height: 1.875;
  -webkit-padding-before: var(--margin-100-80);
  padding-block-start: var(--margin-100-80);
  margin-inline: auto;
}

.p-top-introduction .large-text {
  font-weight: 700;
  margin-bottom: var(--margin-40-30);
}

.p-top-products {
  padding-block: 0;
}

.p-top-products-image {
  margin-left: calc(50% - 50vw);
  max-height: 500px;
  aspect-ratio: 3.6/1;
}

@media screen and (max-width: 1023px) {
  .p-top-products-image {
    aspect-ratio: 1.6/1;
  }
}

.p-top-products-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F6F6F6;
}

.p-top-products-title-block {
  -ms-flex-preferred-size: 21.5%;
  flex-basis: 21.5%;
  max-height: 725px;
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  background-color: #005BAB;
  padding: 100px 50px 100px clamp(50px, 5.2vw, 100px);
}

.p-top-products-list-block {
  -ms-flex-preferred-size: 78.5%;
  flex-basis: 78.5%;
  background-color: #fff;
  padding-inline: clamp(50px, 5.2vw, 100px) 20px;
  padding-block: var(--margin-100-90) var(--margin-100-80);
}

.p-top-products-list {
  max-width: 1270px;
}

@media screen and (max-width: 1600px) {
  .p-top-products-title-block {
    padding: 100px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .p-top-products-block {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-top-products-title-block {
    position: absolute;
    z-index: 1;
    top: -80px;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 20px 100px 20px 40px;
  }

  .p-top-products-list-block {
    -ms-flex-preferred-size: 94%;
    flex-basis: 94%;
    padding-inline: 20px;
  }

  .top-product-image.sp-only {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .p-top-products-list-block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-products-title-block {
    top: -50px;
    padding: 20px 40px;
  }
}

.p-top-reference {
  background-color: #F6F6F6;
}

.p-top-reference-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: clamp(40px, 5.2vw, 80px);
  -moz-column-gap: clamp(40px, 5.2vw, 80px);
  column-gap: clamp(40px, 5.2vw, 80px);
  row-gap: 40px;
  margin-top: 0;
}

.p-top-reference-block {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: clamp(40px, 5.2vw, 80px);
  -moz-column-gap: clamp(40px, 5.2vw, 80px);
  column-gap: clamp(40px, 5.2vw, 80px);
  -webkit-padding-before: var(--margin-100-90);
  padding-block-start: var(--margin-100-90);
}

.p-top-reference-back-image {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 93.5%;
  height: 92%;
  z-index: -1;
  margin-top: 0;
}

.p-top-reference-image {
  width: 58%;
  aspect-ratio: 1.41/1;
}

.p-top-reference-image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-reference-txts {
  -webkit-padding-before: var(--margin-50-40);
  padding-block-start: var(--margin-50-40);
}

.p-top-reference-text {
  font-size: var(--font-size-ms);
  color: #fff;
  margin-block: var(--margin-60-40) var(--margin-50-40);
}

@media screen and (max-width: 1024px) {
  .p-top-reference-block {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    min-height: 600px;
    -webkit-padding-before: 40px;
    padding-block-start: 40px;
  }

  .p-top-reference-image {
    width: 45%;
  }
}

@media screen and (max-width: 1023px) {
  .p-top-reference {
    -webkit-padding-before: 0;
    padding-block-start: 0;
    overflow: hidden;
  }

  .p-top-reference-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 40px;
    min-height: inherit;
  }

  .p-top-reference-image {
    width: 100%;
  }

  .p-top-reference-back-image {
    width: 100vw;
    height: 75%;
    margin: 0 calc(50% - 50vw);
  }

  .p-top-reference-txts {
    text-align: center;
    -webkit-padding-before: 0;
    padding-block-start: 0;
  }

  .p-top-reference-subtitle {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .p-top-reference-button {
    max-width: 224px;
    padding-inline: 50px;
    margin-inline: auto;
  }
}

.p-top-vr-block {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: clamp(40px, 5.2vw, 80px);
  -moz-column-gap: clamp(40px, 5.2vw, 80px);
  column-gap: clamp(40px, 5.2vw, 80px);
  padding-block: var(--margin-100-90) var(--margin-120-90);
}

.p-top-vr-item {
  padding-block: 0;
}

.p-top-vr-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  list-style: none;
}

.p-top-vr-item-thum {
  aspect-ratio: 1.65/1;
}

.p-top-grid-bottom {
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .p-top-vr-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .p-top-vr-item-block {
    row-gap: 20px;
  }
}

.p-top-news {
  padding-block: 0 var(--margin-100-80);
}

.p-top-news-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 224px 60px 1fr;
  grid-template-columns: 224px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 50px;
}

.p-top-news-box {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
}

.p-top-news-button .c-button {
  display: block;
  padding-inline: 0;
  max-width: 224px;
}

@media screen and (max-width: 1023px) {
  .p-top-news-block {
    display: block;
  }

  .p-news-list {
    margin-block: 20px;
  }

  .p-top-news-button .c-button {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-news-button .c-button {
    max-width: inherit;
  }
}

.p-pageheader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  height: 50dvh;
/* 202503 */
  max-height: 220px;
/* 202503 */
}

.p-pageheader-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-pageheader {
    max-height: 180px;
  }
}

.p-company-message-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 36.8%;
  grid-template-columns: 1fr 36.8%;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 40px;
  max-width: 1330px;
}

.p-company-message-image {
  aspect-ratio: 1/1.332;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
}

.p-company-message-txts {
  max-width: 655px;
  margin-inline: auto 0;
}

.p-company-message-title {
  letter-spacing: 0.1em;
  margin-bottom: var(--margin-30-20);
}

.p-company-message-text {
  letter-spacing: 0.05em;
  line-height: 1.875;
}

@media screen and (max-width: 1280px) {
  .p-company-message-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }

  .p-company-message-image {
    width: 70%;
    max-width: 370px;
    margin-inline: auto;
  }

  .p-company-message-txts {
    max-width: inherit;
    margin-inline: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-company-message-text {
    font-size: 0.875rem;
  }
}

.p-company-outline {
  background-color: #F6F6F6;
}

.p-company-table {
  width: 100%;
  max-width: 1060px;
  -webkit-margin-before: var(--margin-50-40);
  margin-block-start: var(--margin-50-40);
  margin-inline: auto;
}

.p-company-table-title {
  width: 22.4%;
  background-color: #fff;
  color: #005BAB;
  padding: 15px 50px;
}

.p-company-table-detail {
  background-color: #fff;
  padding: 15px 50px;
}

.p-company-table-title._gray {
  background-color: #F6F6F6;
}

.p-company-table-detail._gray {
  background-color: #F6F6F6;
}

.p-company-table-office-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: var(--margin-40-30);
}

.p-company-table-office-numlist {
  list-style-type: decimal;
  list-style-position: inside;
}

.p-company-history-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-margin-before: var(--margin-100-80);
  margin-block-start: var(--margin-100-80);
}

@media screen and (max-width: 1023px) {
  .p-company-table-title {
    width: 25%;
    padding: 15px;
  }

  .p-company-table-detail {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-company-table-title {
    display: block;
    width: 100%;
    font-weight: 700;
    padding: 15px 15px 5px 15px;
  }

  .p-company-table-detail {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    padding: 5px 15px 15px 15px;
  }

  .p-company-table-office-list {
    row-gap: 10px;
  }

  .p-company-table-office-numlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }

  .p-company-table-office-numlist li {
    text-indent: -1em;
    padding-left: 1em;
  }
}

.p-company-office {
  background-color: #F6F6F6;
}

.p-company-office-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 20240625 */
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  /* 20240625 */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 20px;
  -webkit-margin-before: var(--margin-50-40);
  margin-block-start: var(--margin-50-40);
}

.p-company-office-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  width: calc((100% - 20px) / 2);
  background-color: #fff;
  padding: 30px;
}

/* 20240625 */
.p-company-office-card iframe {
  aspect-ratio: 690/427;
}

/* 20240625 */

.p-company-office-title {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-company-office-title {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-company-office-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-company-office-card {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .p-company-history-imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .p-company-office-card {
    width: 100%;
  }

  .p-company-office-card {
    padding: 20px;
  }
}

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

.c-products-sidebar {
  width: 24%;
}

.c-products-main {
  width: 74%;
}

@media screen and (max-width: 1024px) {
  .c-products-sidebar {
    width: 30%;
  }

  .c-products-main {
    width: 68%;
  }
}

@media screen and (max-width: 1023px) {
  .c-products-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 50px;
  }

  .c-products-sidebar {
    width: 100%;
  }

  .c-products-main {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .c-sidebar {
    cursor: pointer;
  }
}

.p-single-product-box._first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 220px;
}

.p-single-product-item._first-imgs {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.p-single-product-thum {
  aspect-ratio: 1.5/1;
}

.p-single-product-item._first-txts {
  width: 43%;
}

.p-single-product-title {
  font-size: 2rem;
  margin-bottom: 15px;
}

.p-single-product-title-en {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-single-product-detail-mold {
  font-size: 1.125rem;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}

.p-single-product-detail-text {
  margin-bottom: var(--margin-60-50);
}

@media screen and (max-width: 767px) {
  .p-single-product-box._first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 100px;
  }

  .p-single-product-item._first-imgs {
    width: 100%;
  }

  .p-single-product-item._first-txts {
    width: 100%;
  }

  .p-single-product-title {
    font-size: 1.5rem;
  }

  .p-single-product-title-en {
    font-size: 0.75rem;
  }

  .p-single-product-detail-mold {
    font-size: 1rem;
  }
}

.c-single-product-features {
  margin-block: 30px var(--margin-60-50);
}

.u-font-xs {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .u-font-xs {
    font-size: 0.875rem;
  }
}

.u-font-s {
  font-size: 1rem;
}

.u-font-ms {
  font-size: 1.375rem;
}

@media screen and (max-width: 767px) {
  .u-font-ms {
    font-size: 1.125rem;
  }
}

.u-font-ms-s {
  font-size: 1.375rem;
}

@media screen and (max-width: 767px) {
  .u-font-ms-s {
    font-size: 1rem;
  }
}

.u-font-m {
  font-size: 20px;
  font-size: clamp(1.25rem, 1.25rem + 0.25 * (100vw - 23.4375rem) / (120 - 23.4375), 24px);
}

@media screen and (max-width: 767px) {
  .u-font-m {
    font-size: 1rem;
  }
}

.u-font-xm {
  font-size: 28px;
  font-size: clamp(1.75rem, 1.75rem + 0.125 * (100vw - 23.4375rem) / (120 - 23.4375), 30px);
}

@media screen and (max-width: 767px) {
  .u-font-xm {
    font-size: 1.25rem;
  }
}

.u-font-l {
  font-size: 46px;
  font-size: clamp(2.875rem, 2.875rem + 0.125 * (100vw - 23.4375rem) / (120 - 23.4375), 48px);
}

@media screen and (max-width: 767px) {
  .u-font-l {
    font-size: 1.875rem;
  }
}

.u-font-xl {
  font-size: 86px;
  font-size: clamp(5.375rem, 5.375rem + 0.25 * (100vw - 23.4375rem) / (120 - 23.4375), 90px);
}

@media screen and (max-width: 767px) {
  .u-font-xl {
    font-size: 2.5rem;
  }
}

#mailform {
  padding: 120px 0;
}

.select {
  display: flex;
  width: 100%;
  background-color: #fff;
  border: 1px solid #24211E;
  border-radius: 5px;
  position: relative;
}

.select select {
  display: block;
  width: 100%;
  height: 100%;
  outline: 0;
  border: 0;
  box-shadow: none;
  font-weight: bold;
  line-height: 30px;
  padding: 0px 30px 0px 14px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

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

.select:after {
  content: '';
  background: url("../img/common/arrow-down.svg") no-repeat center top/cover;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 11px;
  right: 10px;
}

.select .error {
  position: absolute;
  top: 100%;
  left: 0;
}

.mwform-checkbox-field {
  line-height: 20px;
}

.mwform-checkbox-field span,
.mwform-checkbox-field label {
  display: block;
  font-weight: bold;
  cursor: pointer;
}

.mwform-checkbox-field input {
  display: none;
}

.mwform-checkbox-field .mwform-checkbox-field-text {
  position: relative;
  padding-left: 25px;
}

.mwform-checkbox-field .mwform-checkbox-field-text:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #24211E;
  position: absolute;
  top: 2px;
  left: 0;
  box-sizing: border-box;
}

.mwform-checkbox-field .mwform-checkbox-field-text:after {
  content: '';
  display: none;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 3px;
  height: 8px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mwform-checkbox-field input:checked~.mwform-checkbox-field-text:after {
  display: block;
}

.form-wrap {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 20px;
  padding: 100px;
  margin-top: 65px;
}

.form-input {
  max-width: 800px;
  margin: 0 auto;
}

.form-input input:not([type="checkbox"], [type="radio"]),
.form-input textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #24211E;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 30px;
  border-radius: 0px !important;
  outline: none;
  padding: 5px 14px;
}

.form-input textarea {
  height: 200px;
  resize: vertical;
  padding: 5px 20px;
}

.form-input dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 24px 0;
}

.form-input dl dt {
  width: 200px;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
}

.form-input dl dt .required {
  font-size: 12px;
  color: #B70000;
}

.form-input dl dt small {
  font-size: 11px;
  color: #5C5C5C;
}

.form-input dl dd {
  width: calc(100% - 200px);
}

.form-input dl dd p+p {
  padding-top: 10px;
}

.form-input .address-group .p-country-name {
  display: none !important;
}

.form-input .address-group p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.form-input .address-group p strong {
  display: block;
  width: 140px;
  font-weight: inherit;
}

.form-input .address-group p strong:after {
  content: ':';
  display: none;
}

.form-input .address-group p input {
  width: calc(100% - 150px);
}

.form-input .address-group p .error {
  width: 100%;
}

.form-input ::-webkit-input-placeholder {
  color: #333;
  position: relative;
  top: 2px;
}

.form-input ::-moz-placeholder {
  color: #333;
  position: relative;
  top: 2px;
}

.form-input :-ms-input-placeholder {
  color: #333;
  position: relative;
  top: 2px;
}

.form-input :-moz-placeholder {
  color: #333;
  position: relative;
  top: 2px;
}

.form-input .error {
  font-size: 12px !important;
  line-height: 1.2;
  padding-top: 5px;
}

.form-privacy {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 60px;
}

.form-privacy .inner {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  border: 1px solid;
  padding: 30px;
  margin-top: 30px;
  box-sizing: border-box;
}

.form-privacy .inner p+p {
  padding-top: 30px;
}

.form-agree {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 60px;
}

.form-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 50px;
}

.form-btn button {
  display: block;
  width: 250px;
  height: 52px;
  text-align: center;
  background-color: #24211E;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 20px;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.form-btn button:hover {
  opacity: 0.7;
}

.form-btn button[name="submitBack"] {
  background: #ddd;
}

.mw_wp_form_preview .select {
  border: 0;
  box-shadow: none;
}

.mw_wp_form_preview .select:after {
  display: none;
}

.mw_wp_form_preview .form-input .address-group p strong:after {
  display: inline-block;
}

.mw_wp_form_preview .form-privacy,
.mw_wp_form_preview .form-agree {
  display: none;
}

@media screen and (max-width: 767px) {
  #mailform {
    padding: 50px 0;
  }

  .form-wrap {
    margin-top: 30px;
    padding: 20px 20px 50px;
  }

  .form-input dl {
    padding: 20px 0;
  }

  .form-input dl dt {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .form-input dl dd {
    width: 100%;
    padding-top: 10px;
  }

  .form-input .address-group {
    padding-top: 0;
  }

  .form-input .address-group p strong {
    width: 130px;
  }

  .form-input .address-group p input {
    width: calc(100% - 140px);
  }

  .form-privacy {
    padding-top: 40px;
  }

  .form-privacy .inner {
    padding: 20px;
  }

  .form-agree {
    padding-top: 40px;
  }

  .form-btn {
    padding-top: 40px;
  }
}

/* -- -- */
#txt_thanks {
  text-align: center;
  padding: 120px 0;
}

#txt_thanks h2 {
  margin-bottom: 50px;
}

#txt_thanks p {
  padding-bottom: 20px;
}

#txt_thanks p:last-child {
  padding-top: 30px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  #txt_thanks {
    text-align: left;
    padding: 40px 0 70px;
  }

  #txt_thanks h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  #txt_thanks p {
    font-size: 14px;
    padding-bottom: 20px;
  }

  #txt_thanks p:last-child {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

.p-post-main {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}


/* 20240625 */
.p-contacy__text {
  width: min(90%, 800px);
  margin: 0 auto;
}

.p-contacy__text .txt {}

.p-contacy__text .txt a {
  color: #005BAB;
}

.p-contacy__text .tel {
  font-size: 28px;
  text-decoration: underline;
  display: inline-block;
  font-weight: bold;
  margin: 1rem 0;
}

.p-contacy__text .txt .must {
  color: #B70000;
}